Skip to content

Commit

Permalink
Sepolia and Polygon Mumbai uses public RPC nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetson committed Nov 30, 2023
1 parent 02766a0 commit fee1f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: HardhatUserConfig = {
accounts: [deployerPrivateKey],
},
sepolia: {
url: `https://eth-sepolia.g.alchemy.com/v2/${providerApiKey}`,
url: `https://ethereum-sepolia.publicnode.com`,
accounts: [deployerPrivateKey],
},
goerli: {
Expand Down Expand Up @@ -75,7 +75,7 @@ const config: HardhatUserConfig = {
accounts: [deployerPrivateKey],
},
polygonMumbai: {
url: `https://polygon-mumbai.g.alchemy.com/v2/${providerApiKey}`,
url: `https://polygon-mumbai-bor.publicnode.com`,
accounts: [deployerPrivateKey],
},
polygonZkEvm: {
Expand Down

0 comments on commit fee1f00

Please sign in to comment.