We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b677a commit 61df188Copy full SHA for 61df188
contracts/package.json
@@ -14,7 +14,8 @@
14
"build": "hardhat compile",
15
"clean": "hardhat clean",
16
"deploy": "hardhat deploy",
17
- "deploy:staging": "run-s \"deploy --network rinkeby {@}\" \"deploy --network arbitrumRinkeby {@}\" --",
+ "deploy:staging": "run-s \"deploy --network rinkeby --tags ForeignChain {@}\" \"deploy --network arbitrumRinkeby --tags HomeChain {@}\" --",
18
+ "deploy:staging-bridge-only": "run-s \"deploy --network rinkeby --tags BridgeTest{@}\" \"deploy --network arbitrumRinkeby --tags BridgeTest {@}\" --",
19
"test": "hardhat test",
20
"watch": "hardhat watch",
21
"docgen": "hardhat docgen"
0 commit comments