Skip to content

Commit

Permalink
Merge pull request #143 from BitGo/WIN-2711-deploy-v4-contracts-on-ho…
Browse files Browse the repository at this point in the history
…lesky_2

feat(deploy): update script to deploy v4 contracts on holesky
  • Loading branch information
mullapudipruthvik authored Apr 19, 2024
2 parents e4dda4a + 7ac5959 commit 6aff0a5
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 @@ -69,7 +69,7 @@ const config: HardhatUserConfig = {
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
},
hteth: {
url: `https://boldest-cosmological-mountain.ethereum-holesky.quiknode.pro/${QUICKNODE_ETH_HOLESKY_API_KEY}`,
url: `https://rpc.holesky.ethpandaops.io/`,
accounts: [`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`]
},
matic: {
Expand Down

0 comments on commit 6aff0a5

Please sign in to comment.