Skip to content

Commit 116e319

Browse files
authored
Merge pull request #239 from BitGo/COIN-4951-hoodi-v1-contracts
chore: hoodi v1 contract deployment
2 parents d073db8 + f90d516 commit 116e319

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ const config: HardhatUserConfig = {
103103
hteth: {
104104
url: `https://ethereum-hoodi-rpc.publicnode.com`,
105105
accounts: [
106-
`${TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`,
107-
`${PLACEHOLDER_KEY}`,
106+
`${PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT}`,
107+
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT_BACKUP}`,
108108
`${PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT}`
109109
]
110110
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"deploy-prod": "hardhat run scripts/deploy.ts --network",
13-
"deploy-test": "hardhat run scripts/deploy.ts --network",
13+
"deploy-test": "hardhat run scripts/deployV1FactoryContracts.ts --network",
1414
"deploy-batcher": "hardhat run scripts/deployBatcherContract.ts --network",
1515
"test": "hardhat test",
1616
"coverage": "hardhat coverage",

0 commit comments

Comments
 (0)