-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpc.json
More file actions
72 lines (72 loc) · 1.86 KB
/
rpc.json
File metadata and controls
72 lines (72 loc) · 1.86 KB
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
66
67
68
69
70
71
72
[
{
"name": "NERO Test Network",
"rpcUrl": "https://rpc-testnet.nerochain.io",
"chainId": "689",
"symbol": "NERO",
"explorer": "https://testnet.neroscan.io"
},
{
"name": "Monad Testnet",
"rpcUrl": "https://testnet-rpc.monad.xyz",
"chainId": "10143",
"symbol": "MON",
"explorer": "https://testnet.monadexplorer.com"
},
{
"name": "Rome Test Network",
"rpcUrl": "https://rome.testnet.romeprotocol.xyz",
"chainId": "200018",
"symbol": "ROME",
"explorer": "https://rome.testnet.romeprotocol.xyz:1000"
},
{
"name": "Open Campus",
"rpcUrl": "https://rpc.open-campus-codex.gelato.digital",
"chainId": "656476",
"symbol": "EDU",
"explorer": "https://opencampus-codex.blockscout.com"
},
{
"name": "Superposition Testnet",
"rpcUrl": "https://testnet-rpc.superposition.so",
"chainId": "98985",
"symbol": "SPN",
"explorer": "https://testnet-explorer.superposition.so"
},
{
"name": "Sepolia Testnet",
"rpcUrl": "https://rpc.sepolia.org",
"chainId": "11155111",
"symbol": "ETH",
"explorer": "https://sepolia.etherscan.io"
},
{
"name": "Oasis Testnet",
"rpcUrl": "https://testnet.sapphire.oasis.io",
"chainId": "23295",
"symbol": "TEST",
"explorer": "https://testnet.explorer.sapphire.oasis.io"
},
{
"name": "KiteAI Testnet",
"rpcUrl": "https://rpc-testnet.gokite.ai",
"chainId": "2368",
"symbol": "KITE",
"explorer": "https://testnet.kitescan.ai"
},
{
"name": "Somnia Network",
"rpcUrl": "https://dream-rpc.somnia.network",
"chainId": "50312",
"symbol": "STT",
"explorer": "https://somnia-testnet.socialscan.io"
},
{
"name": "Hemi Network",
"rpcUrl": "https://testnet.rpc.hemi.network/rpc",
"chainId": "743111",
"symbol": "ETH",
"explorer": "https://testnet.explorer.hemi.xyz/"
}
]