-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrpc.json
29 lines (29 loc) · 897 Bytes
/
rpc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"1": [
"https://cloudflare-eth.com",
"https://ethereum-rpc.publicnode.com",
"https://mainnet.gateway.tenderly.co",
"https://rpc.flashbots.net",
"https://rpc.mevblocker.io"
],
"137": [
"https://polygon-bor-rpc.publicnode.com",
"https://polygon-rpc.com",
"https://polygon.drpc.org",
"https://polygon.gateway.tenderly.co"
],
"80002": [
"https://polygon-amoy-bor-rpc.publicnode.com",
"https://polygon-amoy.drpc.org",
"https://rpc-amoy.polygon.technology"
],
"11155111": [
"https://ethereum-sepolia-rpc.publicnode.com",
"https://rpc-sepolia.rockx.com",
"https://rpc.sepolia.ethpandaops.io",
"https://rpc.sepolia.org",
"https://rpc2.sepolia.org",
"https://sepolia.drpc.org",
"https://sepolia.gateway.tenderly.co"
]
}