@subwallet/chain-list 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +508 -24
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +245 -10
- package/data/ChainInfo.json +234 -12
- package/data/MultiChainAsset.json +22 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +5 -1
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"polkadot-NATIVE-DOT": {
|
|
3
3
|
"originChain": "polkadot",
|
|
4
4
|
"slug": "polkadot-NATIVE-DOT",
|
|
5
|
+
"logo": "polkadot",
|
|
5
6
|
"name": "Polkadot",
|
|
6
7
|
"symbol": "DOT",
|
|
7
8
|
"decimals": 10,
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
"kusama-NATIVE-KSM": {
|
|
16
17
|
"originChain": "kusama",
|
|
17
18
|
"slug": "kusama-NATIVE-KSM",
|
|
19
|
+
"logo": "kusama",
|
|
18
20
|
"name": "Kusama",
|
|
19
21
|
"symbol": "KSM",
|
|
20
22
|
"decimals": 12,
|
|
@@ -28,6 +30,7 @@
|
|
|
28
30
|
"moonbeam-NATIVE-GLMR": {
|
|
29
31
|
"originChain": "moonbeam",
|
|
30
32
|
"slug": "moonbeam-NATIVE-GLMR",
|
|
33
|
+
"logo": "moonbeam",
|
|
31
34
|
"name": "Moonbeam",
|
|
32
35
|
"symbol": "GLMR",
|
|
33
36
|
"decimals": 18,
|
|
@@ -41,32 +44,161 @@
|
|
|
41
44
|
"acala-NATIVE-ACA": {
|
|
42
45
|
"originChain": "acala",
|
|
43
46
|
"slug": "acala-NATIVE-ACA",
|
|
47
|
+
"logo": "acala",
|
|
44
48
|
"name": "Acala",
|
|
45
49
|
"symbol": "ACA",
|
|
46
50
|
"decimals": 12,
|
|
47
51
|
"priceId": "acala",
|
|
48
52
|
"minAmount": "100000000000",
|
|
49
53
|
"assetType": "NATIVE",
|
|
50
|
-
"metadata":
|
|
54
|
+
"metadata": {
|
|
55
|
+
"onChainInfo": {
|
|
56
|
+
"NativeAssetId": {
|
|
57
|
+
"Token": "ACA"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
51
61
|
"multiChainAsset": "ACA-Acala",
|
|
52
62
|
"hasValue": true
|
|
53
63
|
},
|
|
54
64
|
"acala-LOCAL-DOT": {
|
|
55
65
|
"originChain": "acala",
|
|
56
66
|
"slug": "acala-LOCAL-DOT",
|
|
67
|
+
"logo": "polkadot",
|
|
57
68
|
"name": "Polkadot",
|
|
58
69
|
"symbol": "DOT",
|
|
59
70
|
"decimals": 10,
|
|
60
71
|
"priceId": "polkadot",
|
|
61
|
-
"minAmount":
|
|
72
|
+
"minAmount": "100000000",
|
|
62
73
|
"assetType": "LOCAL",
|
|
63
|
-
"metadata":
|
|
74
|
+
"metadata": {
|
|
75
|
+
"onChainInfo": {
|
|
76
|
+
"NativeAssetId": {
|
|
77
|
+
"Token": "DOT"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
82
|
+
"hasValue": true
|
|
83
|
+
},
|
|
84
|
+
"acala-LOCAL-GLMR": {
|
|
85
|
+
"originChain": "acala",
|
|
86
|
+
"slug": "acala-LOCAL-GLMR",
|
|
87
|
+
"logo": "moonbeam",
|
|
88
|
+
"name": "Moonbeam",
|
|
89
|
+
"symbol": "GLMR",
|
|
90
|
+
"decimals": 18,
|
|
91
|
+
"priceId": "moonbeam",
|
|
92
|
+
"minAmount": "100000000000000000",
|
|
93
|
+
"assetType": "LOCAL",
|
|
94
|
+
"metadata": {
|
|
95
|
+
"onChainInfo": {
|
|
96
|
+
"ForeignAssetId": 0
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"multiChainAsset": "GLMR-Moonbeam",
|
|
100
|
+
"hasValue": true
|
|
101
|
+
},
|
|
102
|
+
"acala-LOCAL-aUSD": {
|
|
103
|
+
"originChain": "acala",
|
|
104
|
+
"slug": "acala-LOCAL-aUSD",
|
|
105
|
+
"logo": "acalaUsd",
|
|
106
|
+
"name": "Acala USD",
|
|
107
|
+
"symbol": "aUSD",
|
|
108
|
+
"decimals": 12,
|
|
109
|
+
"priceId": "acala-dollar-acala",
|
|
110
|
+
"minAmount": "100000000000",
|
|
111
|
+
"assetType": "LOCAL",
|
|
112
|
+
"metadata": {
|
|
113
|
+
"onChainInfo": {
|
|
114
|
+
"NativeAssetId": {
|
|
115
|
+
"Token": "AUSD"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"multiChainAsset": "aUSD-AcalaDollar",
|
|
120
|
+
"hasValue": true
|
|
121
|
+
},
|
|
122
|
+
"acala-LOCAL-ASTR": {
|
|
123
|
+
"originChain": "acala",
|
|
124
|
+
"slug": "acala-LOCAL-ASTR",
|
|
125
|
+
"logo": "astar",
|
|
126
|
+
"name": "Astar",
|
|
127
|
+
"symbol": "ASTR",
|
|
128
|
+
"decimals": 18,
|
|
129
|
+
"priceId": "astar",
|
|
130
|
+
"minAmount": "100000000000000000",
|
|
131
|
+
"assetType": "LOCAL",
|
|
132
|
+
"metadata": {
|
|
133
|
+
"onChainInfo": {
|
|
134
|
+
"ForeignAssetId": 2
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"multiChainAsset": "ASTR-Astar",
|
|
138
|
+
"hasValue": true
|
|
139
|
+
},
|
|
140
|
+
"acala-LOCAL-LDOT": {
|
|
141
|
+
"originChain": "acala",
|
|
142
|
+
"slug": "acala-LOCAL-LDOT",
|
|
143
|
+
"logo": "polkadot",
|
|
144
|
+
"name": "Liquid DOT",
|
|
145
|
+
"symbol": "LDOT",
|
|
146
|
+
"decimals": 10,
|
|
147
|
+
"priceId": "polkadot",
|
|
148
|
+
"minAmount": "500000000",
|
|
149
|
+
"assetType": "LOCAL",
|
|
150
|
+
"metadata": {
|
|
151
|
+
"onChainInfo": {
|
|
152
|
+
"NativeAssetId": {
|
|
153
|
+
"Token": "LDOT"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
158
|
+
"hasValue": true
|
|
159
|
+
},
|
|
160
|
+
"acala-LOCAL-LcDOT": {
|
|
161
|
+
"originChain": "acala",
|
|
162
|
+
"slug": "acala-LOCAL-LcDOT",
|
|
163
|
+
"logo": "polkadot",
|
|
164
|
+
"name": "Liquid Crowdloan DOT",
|
|
165
|
+
"symbol": "LcDOT",
|
|
166
|
+
"decimals": 10,
|
|
167
|
+
"priceId": "polkadot",
|
|
168
|
+
"minAmount": "100000000",
|
|
169
|
+
"assetType": "LOCAL",
|
|
170
|
+
"metadata": {
|
|
171
|
+
"onChainInfo": {
|
|
172
|
+
"NativeAssetId": {
|
|
173
|
+
"LiquidCrowdloan": 13
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
178
|
+
"hasValue": true
|
|
179
|
+
},
|
|
180
|
+
"acala-LOCAL-tDOT": {
|
|
181
|
+
"originChain": "acala",
|
|
182
|
+
"slug": "acala-LOCAL-tDOT",
|
|
183
|
+
"logo": "tapioDot",
|
|
184
|
+
"name": "Tapio DOT",
|
|
185
|
+
"symbol": "tDOT",
|
|
186
|
+
"decimals": 10,
|
|
187
|
+
"priceId": "polkadot",
|
|
188
|
+
"minAmount": "100000000",
|
|
189
|
+
"assetType": "LOCAL",
|
|
190
|
+
"metadata": {
|
|
191
|
+
"onChainInfo": {
|
|
192
|
+
"StableAssetId": 0
|
|
193
|
+
}
|
|
194
|
+
},
|
|
64
195
|
"multiChainAsset": "DOT-Polkadot",
|
|
65
196
|
"hasValue": true
|
|
66
197
|
},
|
|
67
|
-
"
|
|
68
|
-
"originChain": "
|
|
69
|
-
"slug": "
|
|
198
|
+
"alephTest-NATIVE-TZERO": {
|
|
199
|
+
"originChain": "alephTest",
|
|
200
|
+
"slug": "alephTest-NATIVE-TZERO",
|
|
201
|
+
"logo": "aleph",
|
|
70
202
|
"name": "Aleph Zero Testnet",
|
|
71
203
|
"symbol": "TZERO",
|
|
72
204
|
"decimals": 12,
|
|
@@ -80,6 +212,7 @@
|
|
|
80
212
|
"moonbeam-LOCAL-xcDOT": {
|
|
81
213
|
"originChain": "moonbeam",
|
|
82
214
|
"slug": "moonbeam-LOCAL-xcDOT",
|
|
215
|
+
"logo": "polkadot",
|
|
83
216
|
"name": "Polkadot",
|
|
84
217
|
"symbol": "xcDOT",
|
|
85
218
|
"decimals": 10,
|
|
@@ -95,7 +228,8 @@
|
|
|
95
228
|
},
|
|
96
229
|
"moonbeam-LOCAL-xcACA": {
|
|
97
230
|
"originChain": "moonbeam",
|
|
98
|
-
"slug": "
|
|
231
|
+
"slug": "moonbeam-LOCAL-xcACA",
|
|
232
|
+
"logo": "acala",
|
|
99
233
|
"name": "Acala",
|
|
100
234
|
"symbol": "xcACA",
|
|
101
235
|
"decimals": 12,
|
|
@@ -109,9 +243,10 @@
|
|
|
109
243
|
"multiChainAsset": "ACA-Acala",
|
|
110
244
|
"hasValue": true
|
|
111
245
|
},
|
|
112
|
-
"
|
|
113
|
-
"originChain": "
|
|
114
|
-
"slug": "
|
|
246
|
+
"alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
|
|
247
|
+
"originChain": "alephTest",
|
|
248
|
+
"slug": "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
|
|
249
|
+
"logo": "panx",
|
|
115
250
|
"name": "PANX",
|
|
116
251
|
"symbol": "PANX",
|
|
117
252
|
"decimals": 12,
|
|
@@ -127,6 +262,7 @@
|
|
|
127
262
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
128
263
|
"originChain": "moonbeam",
|
|
129
264
|
"slug": "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c",
|
|
265
|
+
"logo": null,
|
|
130
266
|
"name": "MoonFit Beast and Beauty",
|
|
131
267
|
"symbol": "MFBB",
|
|
132
268
|
"decimals": null,
|
|
@@ -142,6 +278,7 @@
|
|
|
142
278
|
"ethereum-NATIVE-ETH": {
|
|
143
279
|
"originChain": "ethereum",
|
|
144
280
|
"slug": "ethereum-NATIVE-ETH",
|
|
281
|
+
"logo": "ethereum",
|
|
145
282
|
"name": "Ethereum",
|
|
146
283
|
"symbol": "ETH",
|
|
147
284
|
"decimals": 18,
|
|
@@ -151,5 +288,103 @@
|
|
|
151
288
|
"metadata": null,
|
|
152
289
|
"multiChainAsset": "ETH-Ethereum",
|
|
153
290
|
"hasValue": true
|
|
291
|
+
},
|
|
292
|
+
"astar-NATIVE-ASTR": {
|
|
293
|
+
"originChain": "astar",
|
|
294
|
+
"slug": "astar-NATIVE-ASTR",
|
|
295
|
+
"logo": "astar",
|
|
296
|
+
"name": "Astar",
|
|
297
|
+
"symbol": "ASTR",
|
|
298
|
+
"decimals": 18,
|
|
299
|
+
"priceId": "astar",
|
|
300
|
+
"minAmount": "1000000",
|
|
301
|
+
"assetType": "NATIVE",
|
|
302
|
+
"metadata": null,
|
|
303
|
+
"multiChainAsset": "ASTR-Astar",
|
|
304
|
+
"hasValue": true
|
|
305
|
+
},
|
|
306
|
+
"astarEvm-NATIVE-ASTR": {
|
|
307
|
+
"originChain": "astarEvm",
|
|
308
|
+
"slug": "astarEvm-NATIVE-ASTR",
|
|
309
|
+
"logo": "astar",
|
|
310
|
+
"name": "Astar",
|
|
311
|
+
"symbol": "ASTR",
|
|
312
|
+
"decimals": 18,
|
|
313
|
+
"priceId": "astar",
|
|
314
|
+
"minAmount": "0",
|
|
315
|
+
"assetType": "NATIVE",
|
|
316
|
+
"metadata": null,
|
|
317
|
+
"multiChainAsset": "ASTR-Astar",
|
|
318
|
+
"hasValue": true
|
|
319
|
+
},
|
|
320
|
+
"shibuya-NATIVE-SBY": {
|
|
321
|
+
"originChain": "shibuya",
|
|
322
|
+
"slug": "shibuya-NATIVE-SBY",
|
|
323
|
+
"logo": "shibuya",
|
|
324
|
+
"name": "Shibuya",
|
|
325
|
+
"symbol": "SBY",
|
|
326
|
+
"decimals": 18,
|
|
327
|
+
"priceId": null,
|
|
328
|
+
"minAmount": "1000000",
|
|
329
|
+
"assetType": "NATIVE",
|
|
330
|
+
"metadata": null,
|
|
331
|
+
"multiChainAsset": null,
|
|
332
|
+
"hasValue": false
|
|
333
|
+
},
|
|
334
|
+
"shibuyaEvm-NATIVE-SBY": {
|
|
335
|
+
"originChain": "shibuyaEvm",
|
|
336
|
+
"slug": "shibuyaEvm-NATIVE-SBY",
|
|
337
|
+
"logo": "shibuya",
|
|
338
|
+
"name": "Shibuya",
|
|
339
|
+
"symbol": "SBY",
|
|
340
|
+
"decimals": 18,
|
|
341
|
+
"priceId": null,
|
|
342
|
+
"minAmount": "1000000",
|
|
343
|
+
"assetType": "NATIVE",
|
|
344
|
+
"metadata": null,
|
|
345
|
+
"multiChainAsset": null,
|
|
346
|
+
"hasValue": false
|
|
347
|
+
},
|
|
348
|
+
"westend-NATIVE-WND": {
|
|
349
|
+
"originChain": "westend",
|
|
350
|
+
"slug": "westend-NATIVE-WND",
|
|
351
|
+
"logo": "westend",
|
|
352
|
+
"name": "Westend",
|
|
353
|
+
"symbol": "WND",
|
|
354
|
+
"decimals": 12,
|
|
355
|
+
"priceId": null,
|
|
356
|
+
"minAmount": "10000000000",
|
|
357
|
+
"assetType": "NATIVE",
|
|
358
|
+
"metadata": null,
|
|
359
|
+
"multiChainAsset": null,
|
|
360
|
+
"hasValue": false
|
|
361
|
+
},
|
|
362
|
+
"rococo-NATIVE-ROC": {
|
|
363
|
+
"originChain": "rococo",
|
|
364
|
+
"slug": "rococo-NATIVE-ROC",
|
|
365
|
+
"logo": "rococo",
|
|
366
|
+
"name": "Rococo",
|
|
367
|
+
"symbol": "ROC",
|
|
368
|
+
"decimals": 12,
|
|
369
|
+
"priceId": null,
|
|
370
|
+
"minAmount": "33333333",
|
|
371
|
+
"assetType": "NATIVE",
|
|
372
|
+
"metadata": null,
|
|
373
|
+
"multiChainAsset": null,
|
|
374
|
+
"hasValue": false
|
|
375
|
+
},
|
|
376
|
+
"bitcountry-NATIVE-NUUM": {
|
|
377
|
+
"originChain": "bitcountry",
|
|
378
|
+
"slug": "bitcountry-NATIVE-NUUM",
|
|
379
|
+
"logo": "bitcountry",
|
|
380
|
+
"name": "Bit.Country - Alpha Net",
|
|
381
|
+
"symbol": "NUUM",
|
|
382
|
+
"decimals": 18,
|
|
383
|
+
"priceId": null,
|
|
384
|
+
"minAmount": "1",
|
|
385
|
+
"assetType": "NATIVE",
|
|
386
|
+
"metadata": null,
|
|
387
|
+
"multiChainAsset": null,
|
|
388
|
+
"hasValue": false
|
|
154
389
|
}
|
|
155
390
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"polkadot": {
|
|
3
3
|
"slug": "polkadot",
|
|
4
|
-
"name": "Polkadot
|
|
5
|
-
"logo": "
|
|
4
|
+
"name": "Polkadot",
|
|
5
|
+
"logo": "polkadot",
|
|
6
|
+
"isTestnet": false,
|
|
7
|
+
"chainStatus": "ACTIVE",
|
|
6
8
|
"providers": {
|
|
7
9
|
"Parity": "wss://rpc.polkadot.io",
|
|
8
10
|
"OnFinality": "wss://polkadot.api.onfinality.io/public-ws",
|
|
@@ -33,8 +35,10 @@
|
|
|
33
35
|
},
|
|
34
36
|
"kusama": {
|
|
35
37
|
"slug": "kusama",
|
|
36
|
-
"name": "Kusama
|
|
37
|
-
"logo": "
|
|
38
|
+
"name": "Kusama",
|
|
39
|
+
"logo": "kusama",
|
|
40
|
+
"isTestnet": false,
|
|
41
|
+
"chainStatus": "ACTIVE",
|
|
38
42
|
"providers": {
|
|
39
43
|
"Parity": "wss://kusama-rpc.polkadot.io",
|
|
40
44
|
"OnFinality": "wss://kusama.api.onfinality.io/public-ws",
|
|
@@ -66,7 +70,9 @@
|
|
|
66
70
|
"moonbeam": {
|
|
67
71
|
"slug": "moonbeam",
|
|
68
72
|
"name": "Moonbeam",
|
|
69
|
-
"logo": "
|
|
73
|
+
"logo": "moonbeam",
|
|
74
|
+
"isTestnet": false,
|
|
75
|
+
"chainStatus": "ACTIVE",
|
|
70
76
|
"providers": {
|
|
71
77
|
"Moonbeam Foundation": "wss://wss.api.moonbeam.network",
|
|
72
78
|
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
@@ -88,7 +94,7 @@
|
|
|
88
94
|
"existentialDeposit": "0",
|
|
89
95
|
"decimals": 18,
|
|
90
96
|
|
|
91
|
-
"hasNativeNft":
|
|
97
|
+
"hasNativeNft": false,
|
|
92
98
|
"supportStaking": true,
|
|
93
99
|
"supportSmartContract": null
|
|
94
100
|
},
|
|
@@ -107,7 +113,9 @@
|
|
|
107
113
|
"acala": {
|
|
108
114
|
"slug": "acala",
|
|
109
115
|
"name": "Acala",
|
|
110
|
-
"logo": "
|
|
116
|
+
"logo": "acala",
|
|
117
|
+
"isTestnet": false,
|
|
118
|
+
"chainStatus": "ACTIVE",
|
|
111
119
|
"providers": {
|
|
112
120
|
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
113
121
|
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
@@ -135,10 +143,12 @@
|
|
|
135
143
|
"supportSmartContract": null
|
|
136
144
|
}
|
|
137
145
|
},
|
|
138
|
-
"
|
|
139
|
-
"slug": "
|
|
146
|
+
"alephTest": {
|
|
147
|
+
"slug": "alephTest",
|
|
140
148
|
"name": "Aleph Zero Testnet",
|
|
141
|
-
"logo": "
|
|
149
|
+
"logo": "aleph",
|
|
150
|
+
"isTestnet": true,
|
|
151
|
+
"chainStatus": "ACTIVE",
|
|
142
152
|
"providers": {
|
|
143
153
|
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
144
154
|
},
|
|
@@ -164,8 +174,10 @@
|
|
|
164
174
|
},
|
|
165
175
|
"ethereum": {
|
|
166
176
|
"slug": "ethereum",
|
|
167
|
-
"name": "Ethereum
|
|
168
|
-
"logo": "
|
|
177
|
+
"name": "Ethereum",
|
|
178
|
+
"logo": "ethereum",
|
|
179
|
+
"isTestnet": false,
|
|
180
|
+
"chainStatus": "ACTIVE",
|
|
169
181
|
"providers": {
|
|
170
182
|
"Cloudflare": "https://cloudflare-eth.com",
|
|
171
183
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -182,5 +194,215 @@
|
|
|
182
194
|
"supportSmartContract": ["ERC20", "ERC721"],
|
|
183
195
|
"abiExplorer": "https://etherscan.io"
|
|
184
196
|
}
|
|
197
|
+
},
|
|
198
|
+
"astar": {
|
|
199
|
+
"slug": "astar",
|
|
200
|
+
"name": "Astar",
|
|
201
|
+
"logo": "astar",
|
|
202
|
+
"isTestnet": false,
|
|
203
|
+
"chainStatus": "ACTIVE",
|
|
204
|
+
"providers": {
|
|
205
|
+
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
206
|
+
"Dwellir": "wss://astar-rpc.dwellir.com",
|
|
207
|
+
"Astar": "wss://rpc.astar.network",
|
|
208
|
+
"PinkNode": "wss://public-rpc.pinknode.io/astar",
|
|
209
|
+
"Blast": "wss://astar.public.blastapi.io",
|
|
210
|
+
"1RPC": "wss://1rpc.io/astr",
|
|
211
|
+
"Light Client": "light://substrate-connect/polkadot/astar"
|
|
212
|
+
},
|
|
213
|
+
"substrateInfo": {
|
|
214
|
+
"paraId": 2006,
|
|
215
|
+
"relaySlug": "polkadot",
|
|
216
|
+
"genesisHash": "0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
|
|
217
|
+
"addressPrefix": 5,
|
|
218
|
+
"crowdloanUrl": "https://crowdloan.astar.network/#/",
|
|
219
|
+
"chainType": "PARACHAIN",
|
|
220
|
+
|
|
221
|
+
"blockExplorer": "https://astar.subscan.io/",
|
|
222
|
+
|
|
223
|
+
"symbol": "ASTR",
|
|
224
|
+
"existentialDeposit": "1000000",
|
|
225
|
+
"decimals": 18,
|
|
226
|
+
|
|
227
|
+
"hasNativeNft": false,
|
|
228
|
+
"supportSmartContract": ["PSP34", "PSP22"],
|
|
229
|
+
"supportStaking": true
|
|
230
|
+
},
|
|
231
|
+
"evmInfo": null
|
|
232
|
+
},
|
|
233
|
+
"astarEvm": {
|
|
234
|
+
"slug": "astarEvm",
|
|
235
|
+
"name": "Astar - EVM",
|
|
236
|
+
"logo": "astar",
|
|
237
|
+
"isTestnet": false,
|
|
238
|
+
"chainStatus": "ACTIVE",
|
|
239
|
+
"providers": {
|
|
240
|
+
"OnFinality": "wss://astar.api.onfinality.io/public-ws",
|
|
241
|
+
"Dwellir": "wss://astar-rpc.dwellir.com",
|
|
242
|
+
"Astar": "wss://rpc.astar.network",
|
|
243
|
+
"PinkNode": "wss://public-rpc.pinknode.io/astar",
|
|
244
|
+
"Blast": "wss://astar.public.blastapi.io",
|
|
245
|
+
"1RPC": "wss://1rpc.io/astr",
|
|
246
|
+
"Light Client": "light://substrate-connect/polkadot/astar"
|
|
247
|
+
},
|
|
248
|
+
"substrateInfo": null,
|
|
249
|
+
"evmInfo": {
|
|
250
|
+
"evmChainId": 592,
|
|
251
|
+
"blockExplorer": "https://blockscout.com/astar/",
|
|
252
|
+
|
|
253
|
+
"symbol": "ASTR",
|
|
254
|
+
"decimals": 18,
|
|
255
|
+
"existentialDeposit": "0",
|
|
256
|
+
"supportSmartContract": ["ERC20", "ERC721"],
|
|
257
|
+
"abiExplorer": null
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"shibuya": {
|
|
261
|
+
"slug": "shibuya",
|
|
262
|
+
"name": "Shibuya Testnet",
|
|
263
|
+
"logo": "shibuya",
|
|
264
|
+
"isTestnet": true,
|
|
265
|
+
"chainStatus": "ACTIVE",
|
|
266
|
+
"providers": {
|
|
267
|
+
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
268
|
+
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
269
|
+
},
|
|
270
|
+
"substrateInfo": {
|
|
271
|
+
"paraId": 1000,
|
|
272
|
+
"relaySlug": null,
|
|
273
|
+
"genesisHash": "0xddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
|
|
274
|
+
"addressPrefix": 5,
|
|
275
|
+
"crowdloanUrl": null,
|
|
276
|
+
"chainType": "PARACHAIN",
|
|
277
|
+
|
|
278
|
+
"blockExplorer": "https://shibuya.subscan.io/",
|
|
279
|
+
|
|
280
|
+
"symbol": "SBY",
|
|
281
|
+
"existentialDeposit": "1000000",
|
|
282
|
+
"decimals": 18,
|
|
283
|
+
|
|
284
|
+
"hasNativeNft": false,
|
|
285
|
+
"supportSmartContract": ["PSP34", "PSP22"],
|
|
286
|
+
"supportStaking": true
|
|
287
|
+
},
|
|
288
|
+
"evmInfo": null
|
|
289
|
+
},
|
|
290
|
+
"shibuyaEvm": {
|
|
291
|
+
"slug": "shibuyaEvm",
|
|
292
|
+
"name": "Shibuya Testnet - EVM",
|
|
293
|
+
"logo": "shibuya",
|
|
294
|
+
"isTestnet": true,
|
|
295
|
+
"chainStatus": "ACTIVE",
|
|
296
|
+
"providers": {
|
|
297
|
+
"Shibuya": "wss://rpc.shibuya.astar.network",
|
|
298
|
+
"Dwellir": "wss://shibuya-rpc.dwellir.com"
|
|
299
|
+
},
|
|
300
|
+
"substrateInfo": null,
|
|
301
|
+
"evmInfo": {
|
|
302
|
+
"evmChainId": 81,
|
|
303
|
+
"blockExplorer": null,
|
|
304
|
+
|
|
305
|
+
"symbol": "SBY",
|
|
306
|
+
"decimals": 18,
|
|
307
|
+
"existentialDeposit": "0",
|
|
308
|
+
"supportSmartContract": ["ERC20", "ERC721"],
|
|
309
|
+
"abiExplorer": null
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"westend": {
|
|
313
|
+
"slug": "westend",
|
|
314
|
+
"name": "Westend",
|
|
315
|
+
"logo": "westend",
|
|
316
|
+
"isTestnet": true,
|
|
317
|
+
"chainStatus": "ACTIVE",
|
|
318
|
+
"providers": {
|
|
319
|
+
"Parity": "wss://westend-rpc.polkadot.io",
|
|
320
|
+
"Pinknode": "wss://rpc.pinknode.io/westend/explorer",
|
|
321
|
+
"Dwellir": "wss://westend-rpc.dwellir.com",
|
|
322
|
+
"Light Client": "light://substrate-connect/westend",
|
|
323
|
+
"DottersNet": "wss://rpc.dotters.network/westend",
|
|
324
|
+
"Dwellir Tunisia": "wss://westend-rpc-tn.dwellir.com"
|
|
325
|
+
},
|
|
326
|
+
"substrateInfo": {
|
|
327
|
+
"paraId": null,
|
|
328
|
+
"relaySlug": null,
|
|
329
|
+
"genesisHash": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e",
|
|
330
|
+
"addressPrefix": 42,
|
|
331
|
+
"crowdloanUrl": null,
|
|
332
|
+
"chainType": "RELAYCHAIN",
|
|
333
|
+
|
|
334
|
+
"blockExplorer": "https://westend.subscan.io/",
|
|
335
|
+
|
|
336
|
+
"symbol": "WND",
|
|
337
|
+
"existentialDeposit": "10000000000",
|
|
338
|
+
"decimals": 12,
|
|
339
|
+
|
|
340
|
+
"hasNativeNft": false,
|
|
341
|
+
"supportSmartContract": null,
|
|
342
|
+
"supportStaking": true
|
|
343
|
+
},
|
|
344
|
+
"evmInfo": null
|
|
345
|
+
},
|
|
346
|
+
"rococo": {
|
|
347
|
+
"slug": "rococo",
|
|
348
|
+
"name": "Rococo",
|
|
349
|
+
"logo": "rococo",
|
|
350
|
+
"isTestnet": true,
|
|
351
|
+
"chainStatus": "ACTIVE",
|
|
352
|
+
"providers": {
|
|
353
|
+
"Parity": "wss://rococo-rpc.polkadot.io",
|
|
354
|
+
"OnFinality": "wss://rococo.api.onfinality.io/public-ws",
|
|
355
|
+
"Pinknode": "wss://rpc.pinknode.io/rococo/explorer",
|
|
356
|
+
"Ares Protocol": "wss://rococo.aresprotocol.com",
|
|
357
|
+
"Light Client": "light://substrate-connect/rococo"
|
|
358
|
+
},
|
|
359
|
+
"substrateInfo": {
|
|
360
|
+
"paraId": null,
|
|
361
|
+
"relaySlug": null,
|
|
362
|
+
"genesisHash": "0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e",
|
|
363
|
+
"addressPrefix": 42,
|
|
364
|
+
"crowdloanUrl": null,
|
|
365
|
+
"chainType": "RELAYCHAIN",
|
|
366
|
+
|
|
367
|
+
"blockExplorer": null,
|
|
368
|
+
|
|
369
|
+
"symbol": "ROC",
|
|
370
|
+
"existentialDeposit": "33333333",
|
|
371
|
+
"decimals": 12,
|
|
372
|
+
|
|
373
|
+
"hasNativeNft": false,
|
|
374
|
+
"supportSmartContract": ["PSP34", "PSP22"],
|
|
375
|
+
"supportStaking": false
|
|
376
|
+
},
|
|
377
|
+
"evmInfo": null
|
|
378
|
+
},
|
|
379
|
+
"bitcountry": {
|
|
380
|
+
"slug": "bitcountry",
|
|
381
|
+
"name": "Bit.Country - Alpha Net",
|
|
382
|
+
"logo": "bitcountry",
|
|
383
|
+
"isTestnet": true,
|
|
384
|
+
"chainStatus": "ACTIVE",
|
|
385
|
+
"providers": {
|
|
386
|
+
"Metaverse Foundation": "wss://alphanet-rpc.bit.country"
|
|
387
|
+
},
|
|
388
|
+
"substrateInfo": {
|
|
389
|
+
"paraId": null,
|
|
390
|
+
"relaySlug": null,
|
|
391
|
+
"genesisHash": "0xfff6fd94251f570d4c9cdf25a0475da0d7ad35160290da19dad8f9caf8bf31b5",
|
|
392
|
+
"addressPrefix": 42,
|
|
393
|
+
"crowdloanUrl": null,
|
|
394
|
+
"chainType": "RELAYCHAIN",
|
|
395
|
+
|
|
396
|
+
"blockExplorer": null,
|
|
397
|
+
|
|
398
|
+
"symbol": "NUUM",
|
|
399
|
+
"existentialDeposit": "1",
|
|
400
|
+
"decimals": 18,
|
|
401
|
+
|
|
402
|
+
"hasNativeNft": true,
|
|
403
|
+
"supportSmartContract": null,
|
|
404
|
+
"supportStaking": false
|
|
405
|
+
},
|
|
406
|
+
"evmInfo": null
|
|
185
407
|
}
|
|
186
408
|
}
|