We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5155052 commit 623dbbfCopy full SHA for 623dbbf
networks/ethereum/package.json
@@ -25,8 +25,7 @@
25
"lint": "eslint . --fix",
26
"test:devnet": "npx jest --preset ts-jest devnet/__tests__/send.icjs.test.ts",
27
"test:ethers": "npx jest --preset ts-jest devnet/__tests__/ethers.test.ts",
28
- "run-ganache": "bash devnet/run-ganache.sh",
29
- "deploy:usdt": "ts-node contracts/usdt/deploy.ts"
+ "run-ganache": "bash devnet/run-ganache.sh"
30
},
31
"dependencies": {
32
"@ethersproject/bignumber": "^5.7.0",
0 commit comments