We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8a22c commit 6366b87Copy full SHA for 6366b87
1 file changed
hardhat.config.js
@@ -117,7 +117,7 @@ function customChain(networkName) {
117
const networks = {
118
// mainnets
119
ethereum: {
120
- url: "https://eth.llamarpc.com",
+ url: "https://1rpc.io/eth",
121
chainId: 1,
122
accounts: accounts(),
123
verify: verifyChain(1),
@@ -180,7 +180,7 @@ const networks = {
180
verify: verifyChain(8453),
181
},
182
hyperevm: {
183
- url: "https://rpc.hyperevm.io",
+ url: "https://rpc.hyperliquid.xyz/evm",
184
chainId: 999,
185
186
verify: verifyChain(999),
0 commit comments