put address into gitignore
Some checks are pending
CI / Foundry project (push) Waiting to run

This commit is contained in:
mic0 2024-10-24 14:48:17 +02:00
parent 8a251a6dd2
commit 19932be0a9
Signed by: mico
GPG Key ID: A3F8023524CF1C8D
2 changed files with 2 additions and 5 deletions

4
app/.gitignore vendored
View File

@ -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

View File

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