forked from mico/idle_moloch
put address into gitignore
This commit is contained in:
parent
19932be0a9
commit
118b05b41a
2
app/.gitignore
vendored
2
app/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files
|
||||||
|
|
||||||
# address
|
# address
|
||||||
contract_address.ts
|
# contract_address.ts
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|||||||
4
app/contract_address.ts
Normal file
4
app/contract_address.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
const contractAddress = "0xbd06B0878888bf4c6895704fa603a5ADf7e65c66";
|
||||||
|
|
||||||
|
|
||||||
|
export default contractAddress
|
||||||
Loading…
Reference in New Issue
Block a user