-
Notifications
You must be signed in to change notification settings - Fork 1
/
chain-testnet.config.json.example
45 lines (44 loc) · 1.13 KB
/
chain-testnet.config.json.example
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
{
"aurora-testnet": {
"id": "1313161555",
"type": "EVMMV3",
"name": "aurora-testnet",
"rpc": "https://testnet.aurora.dev"
},
"avalanche-testnet": {
"id": "43113",
"type": "EVMMV3",
"name": "avalanche-testnet",
"rpc": "https://api.avax-test.network/ext/bc/C/rpc"
},
"base-sepolia": {
"id": "84532",
"type": "EVMMV3",
"name": "base-sepolia",
"rpc": "https://sepolia.base.org"
},
"opbnb-testnet": {
"id": "5611",
"type": "EVMMV3",
"name": "opbnb-testnet",
"rpc": "https://opbnb-testnet-rpc.bnbchain.org"
},
"optimism-sepolia": {
"id": "11155420",
"type": "EVMMV3",
"name": "optimism-sepolia",
"rpc": "https://sepolia.optimism.io"
},
"telos-testnet": {
"id": "41",
"type": "EVMMV3",
"name": "telos-testnet",
"rpc": "https://testnet.telos.net/evm"
},
"vitruveo-testnet": {
"id": "14333",
"type": "EVMMV3",
"name": "vitruveo-testnet",
"rpc": "https://test-rpc.vitruveo.xyz"
}
}