1
0
forked from mico/idle_moloch

put address into gitignore

This commit is contained in:
mic0 2024-10-24 14:50:49 +02:00
parent 19932be0a9
commit 118b05b41a
Signed by: mico
GPG Key ID: A3F8023524CF1C8D
2 changed files with 5 additions and 1 deletions

2
app/.gitignore vendored
View File

@ -1,7 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files
# address
contract_address.ts
# contract_address.ts
# dependencies
/node_modules

4
app/contract_address.ts Normal file
View File

@ -0,0 +1,4 @@
const contractAddress = "0xbd06B0878888bf4c6895704fa603a5ADf7e65c66";
export default contractAddress