Skip to content

Commit

Permalink
fix hardhat.config
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jun 3, 2024
1 parent 2b439da commit 28b9a18
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 28b9a18

Please sign in to comment.