Skip to content

Commit f19ceef

Browse files
committed
feat: up public mainnet url
1 parent e31dcc1 commit f19ceef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Updated public mainnet RPC URL.

src/chains/definitions/mainnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const mainnet = /*#__PURE__*/ defineChain({
66
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
77
rpcUrls: {
88
default: {
9-
http: ['https://cloudflare-eth.com'],
9+
http: ['https://eth.merkle.io'],
1010
},
1111
},
1212
blockExplorers: {

0 commit comments

Comments
 (0)