forked from TalismanSociety/chaindata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestnets-chaindata.json
More file actions
111 lines (111 loc) · 2.63 KB
/
testnets-chaindata.json
File metadata and controls
111 lines (111 loc) · 2.63 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[
{
"id": "westend",
"prefix": 42,
"name": "Westend",
"token": "WND",
"decimals": 12,
"account": "*25519",
"subscanUrl": "https://westend.subscan.io/",
"rpcs": ["wss://westend-rpc.polkadot.io"]
},
{
"id": "mandala",
"prefix": 42,
"name": "Mandala",
"token": "ACA",
"decimals": 12,
"account": "*25519",
"subscanUrl": "https://acala-testnet.subscan.io/",
"rpcs": [
"wss://mandala.polkawallet.io",
"wss://acala-mandala.api.onfinality.io/public-ws"
],
"ethereumRpcs": ["https://tc7-eth.aca-dev.network"]
},
{
"id": "moonbase",
"prefix": 1287,
"name": "Moonbase Alpha",
"token": "DEV",
"decimals": 18,
"account": "secp256k1",
"subscanUrl": "https://moonbase.subscan.io/",
"rpcs": ["wss://moonbeam-alpha.api.onfinality.io/public-ws"],
"ethereumExplorerUrl": "https://moonbase.moonscan.io/",
"ethereumRpcs": [
"https://rpc.api.moonbase.moonbeam.network",
"https://moonbeam-alpha.api.onfinality.io/public-ws"
]
},
{
"id": "dolphin",
"prefix": 42,
"name": "Dolphin Testnet",
"token": "DOL",
"decimals": 12,
"account": "*25519",
"subscanUrl": "https://dolphin.subscan.io/",
"rpcs": ["wss://trillian.dolphin.red/"]
},
{
"id": "shibuya",
"prefix": 5,
"name": "Shibuya Testnet",
"token": "SBY",
"decimals": 18,
"account": "*25519",
"subscanUrl": "https://shibuya.subscan.io/",
"rpcs": ["wss://rpc.shibuya.astar.network"],
"ethereumExplorerUrl": "https://blockscout.com/shibuya",
"ethereumRpcs": ["https://evm.shibuya.astar.network"]
},
{
"id": "zero-alphaville",
"prefix": 25,
"name": "Alphaville",
"token": "ZERO",
"decimals": 18,
"account": "*25519",
"rpcs": ["wss://alphaville.zero.io/"]
},
{
"id": "mangata-testnet",
"prefix": 42,
"name": "Mangata Testnet",
"token": "MGAT",
"decimals": 18,
"account": "*25519",
"rpcs": ["wss://v4-prod-collator-01.mangatafinance.cloud"]
},
{
"id": "neumann",
"prefix": 51,
"name": "Neumann",
"token": "NEU",
"decimals": 10,
"account": "*25519",
"rpcs": [
"wss://neumann.api.onfinality.io/public-ws",
"wss://rpc.testnet.oak.tech"
]
},
{
"id": "aleph-zero-testnet",
"prefix": 42,
"name": "Aleph Zero Testnet",
"token": "TZERO",
"decimals": 12,
"account": "*25519",
"rpcs": ["wss://ws.test.azero.dev"]
},
{
"id": "gm-rococo",
"prefix": 42,
"name": "GM Parachain Rococo",
"token": "FREN",
"decimals": 12,
"account": "*25519",
"rpcs": ["wss://rococo.gmordie.com"]
}
]