Skip to content

Commit

Permalink
chore: deploy v1 contracts for arb chain
Browse files Browse the repository at this point in the history
Ticket: COIN-1593
  • Loading branch information
mullapudipruthvik committed Sep 3, 2024
1 parent 3bf76e8 commit d8720d6
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",
"deploy-test": "hardhat run scripts/deploy.ts --network",
"test": "hardhat test",
"coverage": "hardhat coverage",
Expand Down

0 comments on commit d8720d6

Please sign in to comment.