-
Notifications
You must be signed in to change notification settings - Fork 0
/
chainIdRpcs.json
65 lines (65 loc) · 1.42 KB
/
chainIdRpcs.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"1": [
"https://mainnet.infura.io/v3/",
"https://eth-mainnet.g.alchemy.com/v2/"
],
"3": [
"https://eth-ropsten.g.alchemy.com/v2/"
],
"5": [
"https://goerli.infura.io/v3/",
"https://eth-goerli.g.alchemy.com/v2/"
],
"10": [
"https://optimism-mainnet.infura.io/v3/",
"https://opt-mainnet.g.alchemy.com/v2/"
],
"42": [
"https://eth-kovan.g.alchemy.com/v2/"
],
"137": [
"https://polygon-mainnet.infura.io/v3/",
"https://polygon-mainnet.g.alchemy.com/v2/"
],
"420": [
"https://optimism-goerli.infura.io/v3/",
"https://opt-goerli.g.alchemy.com/v2/"
],
"42161": [
"https://arbitrum-mainnet.infura.io/v3/",
"https://arb-mainnet.g.alchemy.com/v2/"
],
"43113": [
"https://avalanche-fuji.infura.io/v3/"
],
"43114": [
"https://avalanche-mainnet.infura.io/v3/"
],
"80001": [
"https://polygon-mumbai.infura.io/v3/",
"https://polygon-mumbai.g.alchemy.com/v2/"
],
"421613": [
"https://arbitrum-goerli.infura.io/v3/",
"https://arb-goerli.g.alchemy.com/v2/"
],
"11155111": [
"https://sepolia.infura.io/v3/",
"https://eth-sepolia.g.alchemy.com/v2/"
],
"3884533461": [
"https://athena-testnet.webb.tools"
],
"3884533462": [
"https://hermes-testnet.webb.tools"
],
"3884533463": [
"https://demeter-testnet.webb.tools"
],
"3799": [
"https://rpc.tangle.tools"
],
"3800": [
"ws://3.144.199.9:9944"
]
}