diff --git a/fundingvault/hardhat.config.js b/fundingvault/hardhat.config.js index 51c7eef..ba1032d 100644 --- a/fundingvault/hardhat.config.js +++ b/fundingvault/hardhat.config.js @@ -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, }, },