Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 8eb88dd

Browse files
committed
fix: add RPC fallbacks
1 parent 45a1172 commit 8eb88dd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

chains/base/params.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ const specificParams: ChainParams = {
1313
img: "https://icons.llamao.fi/icons/chains/rsz_base.jpg",
1414
blockExplorerUrls: { default: { name: "basescan", url: "https://basescan.org/" } },
1515
rpcUrls: {
16-
default: { http: ["https://mainnet.base.org"] },
16+
default: {
17+
http: [
18+
"https://mainnet.base.org",
19+
"https://base.llamarpc.com",
20+
"https://base-rpc.publicnode.com",
21+
"https://gateway.tenderly.co/public/base",
22+
"https://base.meowrpc.com",
23+
"https://base-mainnet.public.blastapi.io"
24+
]
25+
},
1726
public: { http: ["https://mainnet.base.org"] }
1827
},
1928
nativeCurrency: {

chains/mode/params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const specificParams: ChainParams = {
1212
img: "https://1430441113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmOUA87dDndFyiETJjxpf%2Ficon%2FzSRXk7tkG8rWFi6tG9wV%2FIYXD4bdy_400x400.jpg?alt=media",
1313
blockExplorerUrls: { default: { name: "modeexplorer", url: "https://explorer.mode.network" } },
1414
rpcUrls: {
15-
default: { http: ["https://mainnet.mode.network/"] },
15+
default: { http: ["https://mainnet.mode.network/", "https://1rpc.io/mode", "https://mode.drpc.org"] },
1616
public: { http: ["https://mainnet.mode.network/"] }
1717
},
1818
nativeCurrency: {

0 commit comments

Comments
 (0)