removed .env-secret; fixed .gitignore; updated package.json for deploy pool script

This commit is contained in:
tim
2025-12-10 12:30:13 -04:00
parent b2abf2073e
commit 1c2e267136
3 changed files with 4 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
"create-pool": "node create_pool_from_prices.js"
},
"dependencies": {
"dotenv": "^17.2.3",
"ethers": "^5.7.2"
}
}