Skip to content

Commit 7ac5959

Browse files
feat(deploy): update script to deploy v4 contracts on holesky
Ticket: WIN-2711
1 parent e4dda4a commit 7ac5959

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
@@ -69,7 +69,7 @@ const config: HardhatUserConfig = {
6969
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
7070
},
7171
hteth: {
72-
url: `https://boldest-cosmological-mountain.ethereum-holesky.quiknode.pro/${QUICKNODE_ETH_HOLESKY_API_KEY}`,
72+
url: `https://rpc.holesky.ethpandaops.io/`,
7373
accounts: [`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`]
7474
},
7575
matic: {

0 commit comments

Comments
 (0)