|
1 | 1 | { |
2 | 2 | "1": { |
3 | 3 | "rpcs": [ |
| 4 | + "https://eth-mainnet.g.alchemy.com/v2/demo", |
4 | 5 | "https://api.mycryptoapi.com/eth", |
5 | 6 | "https://rpc.flashbots.net/", |
6 | 7 | "https://eth-mainnet.gateway.pokt.network/v1/5f3453978e354ab992c4da79", |
|
33 | 34 | }, |
34 | 35 | "80001": { |
35 | 36 | "rpcs": [ |
| 37 | + "https://polygon-mumbai.g.alchemy.com/v2/demo", |
36 | 38 | "https://rpc.ankr.com/polygon_mumbai", |
37 | 39 | "https://rpc-mumbai.maticvigil.com", |
38 | 40 | "https://polygontestapi.terminet.io/rpc", |
|
47 | 49 | }, |
48 | 50 | "5": { |
49 | 51 | "rpcs": [ |
| 52 | + "https://eth-goerli.g.alchemy.com/v2/demo", |
50 | 53 | "https://rpc.ankr.com/eth_goerli", |
51 | 54 | "https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", |
52 | 55 | "https://eth-goerli.public.blastapi.io" |
|
141 | 144 | }, |
142 | 145 | "137": { |
143 | 146 | "rpcs": [ |
| 147 | + "https://polygon-mainnet.g.alchemy.com/v2/demo", |
144 | 148 | "https://polygon-rpc.com", |
145 | 149 | "https://rpc-mainnet.matic.network", |
146 | 150 | "https://rpc-mainnet.maticvigil.com", |
|
176 | 180 | }, |
177 | 181 | "42161": { |
178 | 182 | "rpcs": [ |
| 183 | + "https://arb-mainnet.g.alchemy.com/v2/demo", |
179 | 184 | "https://arb1.arbitrum.io/rpc", |
180 | 185 | "https://rpc.ankr.com/arbitrum", |
181 | 186 | "https://1rpc.io/arb", |
182 | | - "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}", |
183 | | - "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}" |
| 187 | + "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}" |
| 188 | + ] |
| 189 | + }, |
| 190 | + "421613": { |
| 191 | + "rpcs": [ |
| 192 | + "https://arb-goerli.g.alchemy.com/v2/demo" |
184 | 193 | ] |
185 | 194 | }, |
186 | 195 | "42170": { |
|
240 | 249 | }, |
241 | 250 | "10": { |
242 | 251 | "rpcs": [ |
| 252 | + "https://opt-mainnet.g.alchemy.com/v2/demo", |
243 | 253 | "https://mainnet.optimism.io/", |
244 | 254 | "https://optimism-mainnet.public.blastapi.io", |
245 | 255 | "https://rpc.ankr.com/optimism", |
246 | 256 | "https://1rpc.io/op" |
247 | 257 | ] |
248 | 258 | }, |
| 259 | + "420": { |
| 260 | + "rpcs": [ |
| 261 | + "https://opt-goerli.g.alchemy.com/v2/demo" |
| 262 | + ] |
| 263 | + }, |
249 | 264 | "1088": { |
250 | 265 | "rpcs": [ |
251 | 266 | "https://andromeda.metis.io/?owner=1088" |
|
393 | 408 | }, |
394 | 409 | "592": { |
395 | 410 | "rpcs": [ |
| 411 | + "https://astar-mainnet.g.alchemy.com/v2/demo", |
396 | 412 | "https://rpc.astar.network:8545", |
397 | 413 | "https://astar.public.blastapi.io", |
398 | 414 | "https://evm.astar.network/", |
|
0 commit comments