Skip to content

Commit 623dbbf

Browse files
author
Eason Smith
committed
update package.json
1 parent 5155052 commit 623dbbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

networks/ethereum/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"lint": "eslint . --fix",
2626
"test:devnet": "npx jest --preset ts-jest devnet/__tests__/send.icjs.test.ts",
2727
"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"
28+
"run-ganache": "bash devnet/run-ganache.sh"
3029
},
3130
"dependencies": {
3231
"@ethersproject/bignumber": "^5.7.0",

0 commit comments

Comments
 (0)