Skip to content

Commit

Permalink
Merge pull request #145 from BitGo/COIN-39-deploy-v4-eth-prod
Browse files Browse the repository at this point in the history
chore(config): deploy v4 contracts on eth mainnet
  • Loading branch information
mullapudipruthvik authored May 8, 2024
2 parents 5c72d31 + 4bca219 commit da9d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config: HardhatUserConfig = {
},
eth: {
url: `https://ultra-empty-sanctuary.quiknode.pro/${QUICKNODE_ETH_MAINNET_API_KEY}`,
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
accounts: [`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`]
},
hteth: {
url: `https://rpc.holesky.ethpandaops.io/`,
Expand Down

0 comments on commit da9d1bb

Please sign in to comment.