Skip to content

Commit

Permalink
fix: use hardhat run with --network testing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed May 12, 2024
1 parent 569d08c commit 3691e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@oraichain/bridge-proxy",
"scripts": {
"test": "hardhat test --no-compile",
"erc20-deploy": "ts-node scripts/erc20-deploy.ts",
"erc20-deploy": "hardhat run scripts/erc20-deploy.ts --network testing",
"compile": "hardhat compile",
"clean": "hardhat clean",
"contracts:analyze": "slither contracts --solc-remaps @=node_modules/@",
Expand Down

0 comments on commit 3691e1f

Please sign in to comment.