Skip to content

Commit

Permalink
Merge pull request #18 from ethpandaops/pk910/deployment-script
Browse files Browse the repository at this point in the history
fix hardhat.config
  • Loading branch information
pk910 authored Jun 3, 2024
2 parents de93f1a + 28b9a18 commit 43779a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fundingvault/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ module.exports = {
accounts: DEPLOYER_PRIVATE_KEY,
},
holesky: {
chainId: 11155111,
chainId: 17000,
url: `https://rpc.sepolia.ethpandaops.io/`,
accounts: DEPLOYER_PRIVATE_KEY,
},
ephemery: {
url: `http://10.16.72.103:8545`,
url: `https://otter.bordel.wtf/erigon`,
accounts: DEPLOYER_PRIVATE_KEY,
},
},
Expand Down

0 comments on commit 43779a5

Please sign in to comment.