Skip to content

Commit 61df188

Browse files
feat: deploy script
1 parent f5b677a commit 61df188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"build": "hardhat compile",
1515
"clean": "hardhat clean",
1616
"deploy": "hardhat deploy",
17-
"deploy:staging": "run-s \"deploy --network rinkeby {@}\" \"deploy --network arbitrumRinkeby {@}\" --",
17+
"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 {@}\" --",
1819
"test": "hardhat test",
1920
"watch": "hardhat watch",
2021
"docgen": "hardhat docgen"

0 commit comments

Comments
 (0)