Skip to content

Commit 6366b87

Browse files
committed
fix: updated rpc urls
1 parent fb8a22c commit 6366b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardhat.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function customChain(networkName) {
117117
const networks = {
118118
// mainnets
119119
ethereum: {
120-
url: "https://eth.llamarpc.com",
120+
url: "https://1rpc.io/eth",
121121
chainId: 1,
122122
accounts: accounts(),
123123
verify: verifyChain(1),
@@ -180,7 +180,7 @@ const networks = {
180180
verify: verifyChain(8453),
181181
},
182182
hyperevm: {
183-
url: "https://rpc.hyperevm.io",
183+
url: "https://rpc.hyperliquid.xyz/evm",
184184
chainId: 999,
185185
accounts: accounts(),
186186
verify: verifyChain(999),

0 commit comments

Comments
 (0)