Skip to content

Commit da9d1bb

Browse files
Merge pull request #145 from BitGo/COIN-39-deploy-v4-eth-prod
chore(config): deploy v4 contracts on eth mainnet
2 parents 5c72d31 + 4bca219 commit da9d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config: HardhatUserConfig = {
6666
},
6767
eth: {
6868
url: `https://ultra-empty-sanctuary.quiknode.pro/${QUICKNODE_ETH_MAINNET_API_KEY}`,
69-
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
69+
accounts: [`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`]
7070
},
7171
hteth: {
7272
url: `https://rpc.holesky.ethpandaops.io/`,

0 commit comments

Comments
 (0)