|
44 | 44 | "https://rpc.mevblocker.io/noreverts",
|
45 | 45 | "https://rpc.mevblocker.io/fullprivacy",
|
46 | 46 | "https://eth.drpc.org",
|
47 |
| - "wss://eth.drpc.org" |
| 47 | + "wss://eth.drpc.org", |
| 48 | + "https://api.securerpc.com/v1", |
| 49 | + "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
48 | 50 | ],
|
49 | 51 | "slip44": 60
|
50 | 52 | },
|
|
80 | 82 | "https://optimism.gateway.tenderly.co",
|
81 | 83 | "wss://optimism.gateway.tenderly.co",
|
82 | 84 | "https://optimism.drpc.org",
|
83 |
| - "wss://optimism.drpc.org" |
| 85 | + "wss://optimism.drpc.org", |
| 86 | + "https://optimism-mainnet.infura.io/v3/${INFURA_API_KEY}", |
| 87 | + "https://opt-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
84 | 88 | ]
|
85 | 89 | },
|
86 | 90 | "137": {
|
|
114 | 118 | "https://polygon.gateway.tenderly.co",
|
115 | 119 | "wss://polygon.gateway.tenderly.co",
|
116 | 120 | "https://polygon.drpc.org",
|
117 |
| - "wss://polygon.drpc.org" |
| 121 | + "wss://polygon.drpc.org", |
| 122 | + "https://polygon-mainnet.infura.io/v3/${INFURA_API_KEY}", |
| 123 | + "https://polygon-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
118 | 124 | ],
|
119 | 125 | "slip44": 966
|
120 | 126 | },
|
|
150 | 156 | "https://base.gateway.tenderly.co",
|
151 | 157 | "wss://base.gateway.tenderly.co",
|
152 | 158 | "https://base-rpc.publicnode.com",
|
153 |
| - "wss://base-rpc.publicnode.com" |
| 159 | + "wss://base-rpc.publicnode.com", |
| 160 | + "https://base-mainnet.infura.io/v3/${INFURA_API_KEY}", |
| 161 | + "https://base-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
154 | 162 | ],
|
155 | 163 | "status": "active"
|
156 | 164 | },
|
|
198 | 206 | "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
|
199 | 207 | "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
|
200 | 208 | "https://arb1.arbitrum.io/rpc",
|
201 |
| - "https://arbitrum-one.publicnode.com", |
202 |
| - "wss://arbitrum-one.publicnode.com" |
| 209 | + "https://arbitrum-one-rpc.publicnode.com", |
| 210 | + "wss://arbitrum-one-rpc.publicnode.com" |
203 | 211 | ]
|
204 | 212 | },
|
205 | 213 | "43114": {
|
|
221 | 229 | "rpc": [
|
222 | 230 | "https://api.avax.network/ext/bc/C/rpc",
|
223 | 231 | "https://avalanche-c-chain-rpc.publicnode.com",
|
224 |
| - "wss://avalanche-c-chain-rpc.publicnode.com" |
| 232 | + "wss://avalanche-c-chain-rpc.publicnode.com", |
| 233 | + "https://rpc.ankr.com/avalanche", |
| 234 | + "https://ava-mainnet.public.blastapi.io/ext/bc/C/rpc", |
| 235 | + "https://avalanche-mainnet.infura.io/v3/${INFURA_API_KEY}" |
225 | 236 | ],
|
226 | 237 | "slip44": 9005
|
227 | 238 | },
|
|
261 | 272 | "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
|
262 | 273 | "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
|
263 | 274 | "https://linea-rpc.publicnode.com",
|
264 |
| - "wss://linea-rpc.publicnode.com" |
| 275 | + "wss://linea-rpc.publicnode.com", |
| 276 | + "https://linea-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
265 | 277 | ],
|
266 | 278 | "status": "active",
|
267 | 279 | "title": "Linea Mainnet"
|
|
286 | 298 | "https://rpc.ankr.com/scroll",
|
287 | 299 | "https://scroll-mainnet.chainstacklabs.com",
|
288 | 300 | "https://scroll-rpc.publicnode.com",
|
289 |
| - "wss://scroll-rpc.publicnode.com" |
| 301 | + "wss://scroll-rpc.publicnode.com", |
| 302 | + "https://scroll-mainnet.infura.io/v3/${INFURA_API_KEY}", |
| 303 | + "https://scroll-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
290 | 304 | ],
|
291 | 305 | "status": "active"
|
292 | 306 | }
|
|
0 commit comments