Skip to content

Commit

Permalink
Merge pull request #174 from BitGo/COIN-1593-arb-v1-contracts
Browse files Browse the repository at this point in the history
chore: deploy v1 contracts for arb chain
  • Loading branch information
mullapudipruthvik authored Sep 4, 2024
2 parents 3bf76e8 + d8720d6 commit dc143a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ const config: HardhatUserConfig = {
},
arbeth: {
url: `https://arb1.arbitrum.io/rpc`,
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
accounts: [
`${PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT}`,
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT_BACKUP}`
]
},
topeth: {
url: `${QUICKNODE_OPTIMISM_SEPOLIA_API_KEY}`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "test"
},
"scripts": {
"deploy-prod": "hardhat run scripts/deploy.ts --network",
"deploy-prod": "hardhat run scripts/deployV1FactoryContractsts --network",

This comment has been minimized.

Copy link
@jimethn

jimethn Sep 4, 2024

I think you're missing a .?

"deploy-test": "hardhat run scripts/deploy.ts --network",
"test": "hardhat test",
"coverage": "hardhat coverage",
Expand Down

0 comments on commit dc143a4

Please sign in to comment.