@subwallet/chain-list 0.0.6 → 0.0.8
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 +530 -24
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +251 -10
- package/data/ChainInfo.json +252 -12
- package/data/MultiChainAsset.json +22 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +3 -1
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
var polkadot = {
|
|
10
10
|
slug: "polkadot",
|
|
11
|
-
name: "Polkadot
|
|
12
|
-
logo: "
|
|
11
|
+
name: "Polkadot",
|
|
12
|
+
logo: "polkadot",
|
|
13
13
|
isTestnet: false,
|
|
14
14
|
chainStatus: "ACTIVE",
|
|
15
15
|
providers: {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
};
|
|
41
41
|
var kusama = {
|
|
42
42
|
slug: "kusama",
|
|
43
|
-
name: "Kusama
|
|
44
|
-
logo: "
|
|
43
|
+
name: "Kusama",
|
|
44
|
+
logo: "kusama",
|
|
45
45
|
isTestnet: false,
|
|
46
46
|
chainStatus: "ACTIVE",
|
|
47
47
|
providers: {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
var moonbeam = {
|
|
74
74
|
slug: "moonbeam",
|
|
75
75
|
name: "Moonbeam",
|
|
76
|
-
logo: "
|
|
76
|
+
logo: "moonbeam",
|
|
77
77
|
isTestnet: false,
|
|
78
78
|
chainStatus: "ACTIVE",
|
|
79
79
|
providers: {
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
symbol: "GLMR",
|
|
96
96
|
existentialDeposit: "0",
|
|
97
97
|
decimals: 18,
|
|
98
|
-
hasNativeNft:
|
|
98
|
+
hasNativeNft: false,
|
|
99
99
|
supportStaking: true,
|
|
100
100
|
supportSmartContract: null
|
|
101
101
|
},
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
var acala = {
|
|
116
116
|
slug: "acala",
|
|
117
117
|
name: "Acala",
|
|
118
|
-
logo: "
|
|
118
|
+
logo: "acala",
|
|
119
119
|
isTestnet: false,
|
|
120
120
|
chainStatus: "ACTIVE",
|
|
121
121
|
providers: {
|
|
@@ -143,10 +143,10 @@
|
|
|
143
143
|
supportSmartContract: null
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
|
-
var
|
|
147
|
-
slug: "
|
|
146
|
+
var alephTest = {
|
|
147
|
+
slug: "alephTest",
|
|
148
148
|
name: "Aleph Zero Testnet",
|
|
149
|
-
logo: "
|
|
149
|
+
logo: "aleph",
|
|
150
150
|
isTestnet: true,
|
|
151
151
|
chainStatus: "ACTIVE",
|
|
152
152
|
providers: {
|
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
};
|
|
175
175
|
var ethereum = {
|
|
176
176
|
slug: "ethereum",
|
|
177
|
-
name: "Ethereum
|
|
178
|
-
logo: "
|
|
177
|
+
name: "Ethereum",
|
|
178
|
+
logo: "ethereum",
|
|
179
179
|
isTestnet: false,
|
|
180
180
|
chainStatus: "ACTIVE",
|
|
181
181
|
providers: {
|
|
@@ -197,19 +197,263 @@
|
|
|
197
197
|
abiExplorer: "https://etherscan.io"
|
|
198
198
|
}
|
|
199
199
|
};
|
|
200
|
+
var astar = {
|
|
201
|
+
slug: "astar",
|
|
202
|
+
name: "Astar",
|
|
203
|
+
logo: "astar",
|
|
204
|
+
isTestnet: false,
|
|
205
|
+
chainStatus: "ACTIVE",
|
|
206
|
+
providers: {
|
|
207
|
+
OnFinality: "wss://astar.api.onfinality.io/public-ws",
|
|
208
|
+
Dwellir: "wss://astar-rpc.dwellir.com",
|
|
209
|
+
Astar: "wss://rpc.astar.network",
|
|
210
|
+
PinkNode: "wss://public-rpc.pinknode.io/astar",
|
|
211
|
+
Blast: "wss://astar.public.blastapi.io",
|
|
212
|
+
"1RPC": "wss://1rpc.io/astr",
|
|
213
|
+
"Light Client": "light://substrate-connect/polkadot/astar"
|
|
214
|
+
},
|
|
215
|
+
substrateInfo: {
|
|
216
|
+
paraId: 2006,
|
|
217
|
+
relaySlug: "polkadot",
|
|
218
|
+
genesisHash: "0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
|
|
219
|
+
addressPrefix: 5,
|
|
220
|
+
crowdloanUrl: "https://crowdloan.astar.network/#/",
|
|
221
|
+
chainType: "PARACHAIN",
|
|
222
|
+
blockExplorer: "https://astar.subscan.io/",
|
|
223
|
+
symbol: "ASTR",
|
|
224
|
+
existentialDeposit: "1000000",
|
|
225
|
+
decimals: 18,
|
|
226
|
+
hasNativeNft: false,
|
|
227
|
+
supportSmartContract: [
|
|
228
|
+
"PSP34",
|
|
229
|
+
"PSP22"
|
|
230
|
+
],
|
|
231
|
+
supportStaking: true
|
|
232
|
+
},
|
|
233
|
+
evmInfo: null
|
|
234
|
+
};
|
|
235
|
+
var astarEvm = {
|
|
236
|
+
slug: "astarEvm",
|
|
237
|
+
name: "Astar - EVM",
|
|
238
|
+
logo: "astar",
|
|
239
|
+
isTestnet: false,
|
|
240
|
+
chainStatus: "ACTIVE",
|
|
241
|
+
providers: {
|
|
242
|
+
OnFinality: "wss://astar.api.onfinality.io/public-ws",
|
|
243
|
+
Dwellir: "wss://astar-rpc.dwellir.com",
|
|
244
|
+
Astar: "wss://rpc.astar.network",
|
|
245
|
+
PinkNode: "wss://public-rpc.pinknode.io/astar",
|
|
246
|
+
Blast: "wss://astar.public.blastapi.io",
|
|
247
|
+
"1RPC": "wss://1rpc.io/astr",
|
|
248
|
+
"Light Client": "light://substrate-connect/polkadot/astar"
|
|
249
|
+
},
|
|
250
|
+
substrateInfo: null,
|
|
251
|
+
evmInfo: {
|
|
252
|
+
evmChainId: 592,
|
|
253
|
+
blockExplorer: "https://blockscout.com/astar/",
|
|
254
|
+
symbol: "ASTR",
|
|
255
|
+
decimals: 18,
|
|
256
|
+
existentialDeposit: "0",
|
|
257
|
+
supportSmartContract: [
|
|
258
|
+
"ERC20",
|
|
259
|
+
"ERC721"
|
|
260
|
+
],
|
|
261
|
+
abiExplorer: null
|
|
262
|
+
}
|
|
263
|
+
};
|
|
264
|
+
var shibuya = {
|
|
265
|
+
slug: "shibuya",
|
|
266
|
+
name: "Shibuya Testnet",
|
|
267
|
+
logo: "shibuya",
|
|
268
|
+
isTestnet: true,
|
|
269
|
+
chainStatus: "ACTIVE",
|
|
270
|
+
providers: {
|
|
271
|
+
Shibuya: "wss://rpc.shibuya.astar.network",
|
|
272
|
+
Dwellir: "wss://shibuya-rpc.dwellir.com"
|
|
273
|
+
},
|
|
274
|
+
substrateInfo: {
|
|
275
|
+
paraId: 1000,
|
|
276
|
+
relaySlug: null,
|
|
277
|
+
genesisHash: "0xddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
|
|
278
|
+
addressPrefix: 5,
|
|
279
|
+
crowdloanUrl: null,
|
|
280
|
+
chainType: "PARACHAIN",
|
|
281
|
+
blockExplorer: "https://shibuya.subscan.io/",
|
|
282
|
+
symbol: "SBY",
|
|
283
|
+
existentialDeposit: "1000000",
|
|
284
|
+
decimals: 18,
|
|
285
|
+
hasNativeNft: false,
|
|
286
|
+
supportSmartContract: [
|
|
287
|
+
"PSP34",
|
|
288
|
+
"PSP22"
|
|
289
|
+
],
|
|
290
|
+
supportStaking: true
|
|
291
|
+
},
|
|
292
|
+
evmInfo: null
|
|
293
|
+
};
|
|
294
|
+
var shibuyaEvm = {
|
|
295
|
+
slug: "shibuyaEvm",
|
|
296
|
+
name: "Shibuya Testnet - EVM",
|
|
297
|
+
logo: "shibuya",
|
|
298
|
+
isTestnet: true,
|
|
299
|
+
chainStatus: "ACTIVE",
|
|
300
|
+
providers: {
|
|
301
|
+
Shibuya: "wss://rpc.shibuya.astar.network",
|
|
302
|
+
Dwellir: "wss://shibuya-rpc.dwellir.com"
|
|
303
|
+
},
|
|
304
|
+
substrateInfo: null,
|
|
305
|
+
evmInfo: {
|
|
306
|
+
evmChainId: 81,
|
|
307
|
+
blockExplorer: null,
|
|
308
|
+
symbol: "SBY",
|
|
309
|
+
decimals: 18,
|
|
310
|
+
existentialDeposit: "0",
|
|
311
|
+
supportSmartContract: [
|
|
312
|
+
"ERC20",
|
|
313
|
+
"ERC721"
|
|
314
|
+
],
|
|
315
|
+
abiExplorer: null
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
var westend = {
|
|
319
|
+
slug: "westend",
|
|
320
|
+
name: "Westend",
|
|
321
|
+
logo: "westend",
|
|
322
|
+
isTestnet: true,
|
|
323
|
+
chainStatus: "ACTIVE",
|
|
324
|
+
providers: {
|
|
325
|
+
Parity: "wss://westend-rpc.polkadot.io",
|
|
326
|
+
Pinknode: "wss://rpc.pinknode.io/westend/explorer",
|
|
327
|
+
Dwellir: "wss://westend-rpc.dwellir.com",
|
|
328
|
+
"Light Client": "light://substrate-connect/westend",
|
|
329
|
+
DottersNet: "wss://rpc.dotters.network/westend",
|
|
330
|
+
"Dwellir Tunisia": "wss://westend-rpc-tn.dwellir.com"
|
|
331
|
+
},
|
|
332
|
+
substrateInfo: {
|
|
333
|
+
paraId: null,
|
|
334
|
+
relaySlug: null,
|
|
335
|
+
genesisHash: "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e",
|
|
336
|
+
addressPrefix: 42,
|
|
337
|
+
crowdloanUrl: null,
|
|
338
|
+
chainType: "RELAYCHAIN",
|
|
339
|
+
blockExplorer: "https://westend.subscan.io/",
|
|
340
|
+
symbol: "WND",
|
|
341
|
+
existentialDeposit: "10000000000",
|
|
342
|
+
decimals: 12,
|
|
343
|
+
hasNativeNft: false,
|
|
344
|
+
supportSmartContract: null,
|
|
345
|
+
supportStaking: true
|
|
346
|
+
},
|
|
347
|
+
evmInfo: null
|
|
348
|
+
};
|
|
349
|
+
var rococo = {
|
|
350
|
+
slug: "rococo",
|
|
351
|
+
name: "Rococo",
|
|
352
|
+
logo: "rococo",
|
|
353
|
+
isTestnet: true,
|
|
354
|
+
chainStatus: "ACTIVE",
|
|
355
|
+
providers: {
|
|
356
|
+
Parity: "wss://rococo-rpc.polkadot.io",
|
|
357
|
+
OnFinality: "wss://rococo.api.onfinality.io/public-ws",
|
|
358
|
+
Pinknode: "wss://rpc.pinknode.io/rococo/explorer",
|
|
359
|
+
"Ares Protocol": "wss://rococo.aresprotocol.com",
|
|
360
|
+
"Light Client": "light://substrate-connect/rococo"
|
|
361
|
+
},
|
|
362
|
+
substrateInfo: {
|
|
363
|
+
paraId: null,
|
|
364
|
+
relaySlug: null,
|
|
365
|
+
genesisHash: "0x6408de7737c59c238890533af25896a2c20608d8b380bb01029acb392781063e",
|
|
366
|
+
addressPrefix: 42,
|
|
367
|
+
crowdloanUrl: null,
|
|
368
|
+
chainType: "RELAYCHAIN",
|
|
369
|
+
blockExplorer: null,
|
|
370
|
+
symbol: "ROC",
|
|
371
|
+
existentialDeposit: "33333333",
|
|
372
|
+
decimals: 12,
|
|
373
|
+
hasNativeNft: false,
|
|
374
|
+
supportSmartContract: [
|
|
375
|
+
"PSP34",
|
|
376
|
+
"PSP22"
|
|
377
|
+
],
|
|
378
|
+
supportStaking: false
|
|
379
|
+
},
|
|
380
|
+
evmInfo: null
|
|
381
|
+
};
|
|
382
|
+
var bitcountry = {
|
|
383
|
+
slug: "bitcountry",
|
|
384
|
+
name: "Bit.Country - Alpha Net",
|
|
385
|
+
logo: "bitcountry",
|
|
386
|
+
isTestnet: true,
|
|
387
|
+
chainStatus: "ACTIVE",
|
|
388
|
+
providers: {
|
|
389
|
+
"Metaverse Foundation": "wss://alphanet-rpc.bit.country"
|
|
390
|
+
},
|
|
391
|
+
substrateInfo: {
|
|
392
|
+
paraId: null,
|
|
393
|
+
relaySlug: null,
|
|
394
|
+
genesisHash: "0xfff6fd94251f570d4c9cdf25a0475da0d7ad35160290da19dad8f9caf8bf31b5",
|
|
395
|
+
addressPrefix: 42,
|
|
396
|
+
crowdloanUrl: null,
|
|
397
|
+
chainType: "RELAYCHAIN",
|
|
398
|
+
blockExplorer: null,
|
|
399
|
+
symbol: "NUUM",
|
|
400
|
+
existentialDeposit: "1",
|
|
401
|
+
decimals: 18,
|
|
402
|
+
hasNativeNft: true,
|
|
403
|
+
supportSmartContract: null,
|
|
404
|
+
supportStaking: false
|
|
405
|
+
},
|
|
406
|
+
evmInfo: null
|
|
407
|
+
};
|
|
408
|
+
var equilibrium_parachain = {
|
|
409
|
+
slug: "equilibrium_parachain",
|
|
410
|
+
name: "Equilibrium",
|
|
411
|
+
logo: "equilibrium",
|
|
412
|
+
isTestnet: false,
|
|
413
|
+
chainStatus: "ACTIVE",
|
|
414
|
+
providers: {
|
|
415
|
+
Equilibrium: "wss://node.pol.equilibrium.io",
|
|
416
|
+
Dwellir: "wss://equilibrium-rpc.dwellir.com"
|
|
417
|
+
},
|
|
418
|
+
substrateInfo: {
|
|
419
|
+
paraId: 2011,
|
|
420
|
+
relaySlug: "polkadot",
|
|
421
|
+
genesisHash: "0x89d3ec46d2fb43ef5a9713833373d5ea666b092fa8fd68fbc34596036571b907",
|
|
422
|
+
addressPrefix: 68,
|
|
423
|
+
crowdloanUrl: "https://equilibrium.io/en/crowdloan#bid",
|
|
424
|
+
chainType: "PARACHAIN",
|
|
425
|
+
blockExplorer: "https://equilibrium.subscan.io",
|
|
426
|
+
symbol: "EQ",
|
|
427
|
+
existentialDeposit: "100000000",
|
|
428
|
+
decimals: 9,
|
|
429
|
+
hasNativeNft: false,
|
|
430
|
+
supportSmartContract: null,
|
|
431
|
+
supportStaking: false
|
|
432
|
+
},
|
|
433
|
+
evmInfo: null
|
|
434
|
+
};
|
|
200
435
|
const _ChainInfoMap = {
|
|
201
436
|
polkadot: polkadot,
|
|
202
437
|
kusama: kusama,
|
|
203
438
|
moonbeam: moonbeam,
|
|
204
439
|
acala: acala,
|
|
205
|
-
|
|
206
|
-
ethereum: ethereum
|
|
440
|
+
alephTest: alephTest,
|
|
441
|
+
ethereum: ethereum,
|
|
442
|
+
astar: astar,
|
|
443
|
+
astarEvm: astarEvm,
|
|
444
|
+
shibuya: shibuya,
|
|
445
|
+
shibuyaEvm: shibuyaEvm,
|
|
446
|
+
westend: westend,
|
|
447
|
+
rococo: rococo,
|
|
448
|
+
bitcountry: bitcountry,
|
|
449
|
+
equilibrium_parachain: equilibrium_parachain
|
|
207
450
|
};
|
|
208
451
|
|
|
209
452
|
const _ChainAssetMap = {
|
|
210
453
|
"polkadot-NATIVE-DOT": {
|
|
211
454
|
originChain: "polkadot",
|
|
212
455
|
slug: "polkadot-NATIVE-DOT",
|
|
456
|
+
logo: "polkadot",
|
|
213
457
|
name: "Polkadot",
|
|
214
458
|
symbol: "DOT",
|
|
215
459
|
decimals: 10,
|
|
@@ -223,6 +467,7 @@
|
|
|
223
467
|
"kusama-NATIVE-KSM": {
|
|
224
468
|
originChain: "kusama",
|
|
225
469
|
slug: "kusama-NATIVE-KSM",
|
|
470
|
+
logo: "kusama",
|
|
226
471
|
name: "Kusama",
|
|
227
472
|
symbol: "KSM",
|
|
228
473
|
decimals: 12,
|
|
@@ -236,6 +481,7 @@
|
|
|
236
481
|
"moonbeam-NATIVE-GLMR": {
|
|
237
482
|
originChain: "moonbeam",
|
|
238
483
|
slug: "moonbeam-NATIVE-GLMR",
|
|
484
|
+
logo: "moonbeam",
|
|
239
485
|
name: "Moonbeam",
|
|
240
486
|
symbol: "GLMR",
|
|
241
487
|
decimals: 18,
|
|
@@ -249,32 +495,153 @@
|
|
|
249
495
|
"acala-NATIVE-ACA": {
|
|
250
496
|
originChain: "acala",
|
|
251
497
|
slug: "acala-NATIVE-ACA",
|
|
498
|
+
logo: "acala",
|
|
252
499
|
name: "Acala",
|
|
253
500
|
symbol: "ACA",
|
|
254
501
|
decimals: 12,
|
|
255
502
|
priceId: "acala",
|
|
256
503
|
minAmount: "100000000000",
|
|
257
504
|
assetType: "NATIVE",
|
|
258
|
-
metadata:
|
|
505
|
+
metadata: {
|
|
506
|
+
onChainInfo: {
|
|
507
|
+
NativeAssetId: {
|
|
508
|
+
Token: "ACA"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
259
512
|
multiChainAsset: "ACA-Acala",
|
|
260
513
|
hasValue: true
|
|
261
514
|
},
|
|
262
515
|
"acala-LOCAL-DOT": {
|
|
263
516
|
originChain: "acala",
|
|
264
517
|
slug: "acala-LOCAL-DOT",
|
|
518
|
+
logo: "polkadot",
|
|
265
519
|
name: "Polkadot",
|
|
266
520
|
symbol: "DOT",
|
|
267
521
|
decimals: 10,
|
|
268
522
|
priceId: "polkadot",
|
|
269
|
-
minAmount:
|
|
523
|
+
minAmount: "100000000",
|
|
270
524
|
assetType: "LOCAL",
|
|
271
|
-
metadata:
|
|
525
|
+
metadata: {
|
|
526
|
+
onChainInfo: {
|
|
527
|
+
Token: "DOT"
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
multiChainAsset: "DOT-Polkadot",
|
|
531
|
+
hasValue: true
|
|
532
|
+
},
|
|
533
|
+
"acala-LOCAL-GLMR": {
|
|
534
|
+
originChain: "acala",
|
|
535
|
+
slug: "acala-LOCAL-GLMR",
|
|
536
|
+
logo: "moonbeam",
|
|
537
|
+
name: "Moonbeam",
|
|
538
|
+
symbol: "GLMR",
|
|
539
|
+
decimals: 18,
|
|
540
|
+
priceId: "moonbeam",
|
|
541
|
+
minAmount: "100000000000000000",
|
|
542
|
+
assetType: "LOCAL",
|
|
543
|
+
metadata: {
|
|
544
|
+
onChainInfo: {
|
|
545
|
+
ForeignAsset: 0
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
multiChainAsset: "GLMR-Moonbeam",
|
|
549
|
+
hasValue: true
|
|
550
|
+
},
|
|
551
|
+
"acala-LOCAL-aUSD": {
|
|
552
|
+
originChain: "acala",
|
|
553
|
+
slug: "acala-LOCAL-aUSD",
|
|
554
|
+
logo: "acalaUsd",
|
|
555
|
+
name: "Acala USD",
|
|
556
|
+
symbol: "aUSD",
|
|
557
|
+
decimals: 12,
|
|
558
|
+
priceId: "acala-dollar-acala",
|
|
559
|
+
minAmount: "100000000000",
|
|
560
|
+
assetType: "LOCAL",
|
|
561
|
+
metadata: {
|
|
562
|
+
onChainInfo: {
|
|
563
|
+
Token: "AUSD"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
multiChainAsset: "aUSD-AcalaDollar",
|
|
567
|
+
hasValue: true
|
|
568
|
+
},
|
|
569
|
+
"acala-LOCAL-ASTR": {
|
|
570
|
+
originChain: "acala",
|
|
571
|
+
slug: "acala-LOCAL-ASTR",
|
|
572
|
+
logo: "astar",
|
|
573
|
+
name: "Astar",
|
|
574
|
+
symbol: "ASTR",
|
|
575
|
+
decimals: 18,
|
|
576
|
+
priceId: "astar",
|
|
577
|
+
minAmount: "100000000000000000",
|
|
578
|
+
assetType: "LOCAL",
|
|
579
|
+
metadata: {
|
|
580
|
+
onChainInfo: {
|
|
581
|
+
ForeignAsset: 2
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
multiChainAsset: "ASTR-Astar",
|
|
585
|
+
hasValue: true
|
|
586
|
+
},
|
|
587
|
+
"acala-LOCAL-LDOT": {
|
|
588
|
+
originChain: "acala",
|
|
589
|
+
slug: "acala-LOCAL-LDOT",
|
|
590
|
+
logo: "polkadot",
|
|
591
|
+
name: "Liquid DOT",
|
|
592
|
+
symbol: "LDOT",
|
|
593
|
+
decimals: 10,
|
|
594
|
+
priceId: "polkadot",
|
|
595
|
+
minAmount: "500000000",
|
|
596
|
+
assetType: "LOCAL",
|
|
597
|
+
metadata: {
|
|
598
|
+
onChainInfo: {
|
|
599
|
+
Token: "LDOT"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
multiChainAsset: "DOT-Polkadot",
|
|
603
|
+
hasValue: true
|
|
604
|
+
},
|
|
605
|
+
"acala-LOCAL-LcDOT": {
|
|
606
|
+
originChain: "acala",
|
|
607
|
+
slug: "acala-LOCAL-LcDOT",
|
|
608
|
+
logo: "polkadot",
|
|
609
|
+
name: "Liquid Crowdloan DOT",
|
|
610
|
+
symbol: "LcDOT",
|
|
611
|
+
decimals: 10,
|
|
612
|
+
priceId: "polkadot",
|
|
613
|
+
minAmount: "100000000",
|
|
614
|
+
assetType: "LOCAL",
|
|
615
|
+
metadata: {
|
|
616
|
+
onChainInfo: {
|
|
617
|
+
LiquidCrowdloan: 13
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
multiChainAsset: "DOT-Polkadot",
|
|
621
|
+
hasValue: true
|
|
622
|
+
},
|
|
623
|
+
"acala-LOCAL-tDOT": {
|
|
624
|
+
originChain: "acala",
|
|
625
|
+
slug: "acala-LOCAL-tDOT",
|
|
626
|
+
logo: "tapioDot",
|
|
627
|
+
name: "Tapio DOT",
|
|
628
|
+
symbol: "tDOT",
|
|
629
|
+
decimals: 10,
|
|
630
|
+
priceId: "polkadot",
|
|
631
|
+
minAmount: "100000000",
|
|
632
|
+
assetType: "LOCAL",
|
|
633
|
+
metadata: {
|
|
634
|
+
onChainInfo: {
|
|
635
|
+
StableAssetPoolToken: 0
|
|
636
|
+
}
|
|
637
|
+
},
|
|
272
638
|
multiChainAsset: "DOT-Polkadot",
|
|
273
639
|
hasValue: true
|
|
274
640
|
},
|
|
275
|
-
"
|
|
276
|
-
originChain: "
|
|
277
|
-
slug: "
|
|
641
|
+
"alephTest-NATIVE-TZERO": {
|
|
642
|
+
originChain: "alephTest",
|
|
643
|
+
slug: "alephTest-NATIVE-TZERO",
|
|
644
|
+
logo: "aleph",
|
|
278
645
|
name: "Aleph Zero Testnet",
|
|
279
646
|
symbol: "TZERO",
|
|
280
647
|
decimals: 12,
|
|
@@ -288,6 +655,7 @@
|
|
|
288
655
|
"moonbeam-LOCAL-xcDOT": {
|
|
289
656
|
originChain: "moonbeam",
|
|
290
657
|
slug: "moonbeam-LOCAL-xcDOT",
|
|
658
|
+
logo: "polkadot",
|
|
291
659
|
name: "Polkadot",
|
|
292
660
|
symbol: "xcDOT",
|
|
293
661
|
decimals: 10,
|
|
@@ -303,7 +671,8 @@
|
|
|
303
671
|
},
|
|
304
672
|
"moonbeam-LOCAL-xcACA": {
|
|
305
673
|
originChain: "moonbeam",
|
|
306
|
-
slug: "
|
|
674
|
+
slug: "moonbeam-LOCAL-xcACA",
|
|
675
|
+
logo: "acala",
|
|
307
676
|
name: "Acala",
|
|
308
677
|
symbol: "xcACA",
|
|
309
678
|
decimals: 12,
|
|
@@ -317,9 +686,10 @@
|
|
|
317
686
|
multiChainAsset: "ACA-Acala",
|
|
318
687
|
hasValue: true
|
|
319
688
|
},
|
|
320
|
-
"
|
|
321
|
-
originChain: "
|
|
322
|
-
slug: "
|
|
689
|
+
"alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
|
|
690
|
+
originChain: "alephTest",
|
|
691
|
+
slug: "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
|
|
692
|
+
logo: "panx",
|
|
323
693
|
name: "PANX",
|
|
324
694
|
symbol: "PANX",
|
|
325
695
|
decimals: 12,
|
|
@@ -335,6 +705,7 @@
|
|
|
335
705
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
336
706
|
originChain: "moonbeam",
|
|
337
707
|
slug: "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c",
|
|
708
|
+
logo: null,
|
|
338
709
|
name: "MoonFit Beast and Beauty",
|
|
339
710
|
symbol: "MFBB",
|
|
340
711
|
decimals: null,
|
|
@@ -350,6 +721,7 @@
|
|
|
350
721
|
"ethereum-NATIVE-ETH": {
|
|
351
722
|
originChain: "ethereum",
|
|
352
723
|
slug: "ethereum-NATIVE-ETH",
|
|
724
|
+
logo: "ethereum",
|
|
353
725
|
name: "Ethereum",
|
|
354
726
|
symbol: "ETH",
|
|
355
727
|
decimals: 18,
|
|
@@ -359,6 +731,118 @@
|
|
|
359
731
|
metadata: null,
|
|
360
732
|
multiChainAsset: "ETH-Ethereum",
|
|
361
733
|
hasValue: true
|
|
734
|
+
},
|
|
735
|
+
"astar-NATIVE-ASTR": {
|
|
736
|
+
originChain: "astar",
|
|
737
|
+
slug: "astar-NATIVE-ASTR",
|
|
738
|
+
logo: "astar",
|
|
739
|
+
name: "Astar",
|
|
740
|
+
symbol: "ASTR",
|
|
741
|
+
decimals: 18,
|
|
742
|
+
priceId: "astar",
|
|
743
|
+
minAmount: "1000000",
|
|
744
|
+
assetType: "NATIVE",
|
|
745
|
+
metadata: null,
|
|
746
|
+
multiChainAsset: "ASTR-Astar",
|
|
747
|
+
hasValue: true
|
|
748
|
+
},
|
|
749
|
+
"astarEvm-NATIVE-ASTR": {
|
|
750
|
+
originChain: "astarEvm",
|
|
751
|
+
slug: "astarEvm-NATIVE-ASTR",
|
|
752
|
+
logo: "astar",
|
|
753
|
+
name: "Astar",
|
|
754
|
+
symbol: "ASTR",
|
|
755
|
+
decimals: 18,
|
|
756
|
+
priceId: "astar",
|
|
757
|
+
minAmount: "0",
|
|
758
|
+
assetType: "NATIVE",
|
|
759
|
+
metadata: null,
|
|
760
|
+
multiChainAsset: "ASTR-Astar",
|
|
761
|
+
hasValue: true
|
|
762
|
+
},
|
|
763
|
+
"shibuya-NATIVE-SBY": {
|
|
764
|
+
originChain: "shibuya",
|
|
765
|
+
slug: "shibuya-NATIVE-SBY",
|
|
766
|
+
logo: "shibuya",
|
|
767
|
+
name: "Shibuya",
|
|
768
|
+
symbol: "SBY",
|
|
769
|
+
decimals: 18,
|
|
770
|
+
priceId: null,
|
|
771
|
+
minAmount: "1000000",
|
|
772
|
+
assetType: "NATIVE",
|
|
773
|
+
metadata: null,
|
|
774
|
+
multiChainAsset: null,
|
|
775
|
+
hasValue: false
|
|
776
|
+
},
|
|
777
|
+
"shibuyaEvm-NATIVE-SBY": {
|
|
778
|
+
originChain: "shibuyaEvm",
|
|
779
|
+
slug: "shibuyaEvm-NATIVE-SBY",
|
|
780
|
+
logo: "shibuya",
|
|
781
|
+
name: "Shibuya",
|
|
782
|
+
symbol: "SBY",
|
|
783
|
+
decimals: 18,
|
|
784
|
+
priceId: null,
|
|
785
|
+
minAmount: "1000000",
|
|
786
|
+
assetType: "NATIVE",
|
|
787
|
+
metadata: null,
|
|
788
|
+
multiChainAsset: null,
|
|
789
|
+
hasValue: false
|
|
790
|
+
},
|
|
791
|
+
"westend-NATIVE-WND": {
|
|
792
|
+
originChain: "westend",
|
|
793
|
+
slug: "westend-NATIVE-WND",
|
|
794
|
+
logo: "westend",
|
|
795
|
+
name: "Westend",
|
|
796
|
+
symbol: "WND",
|
|
797
|
+
decimals: 12,
|
|
798
|
+
priceId: null,
|
|
799
|
+
minAmount: "10000000000",
|
|
800
|
+
assetType: "NATIVE",
|
|
801
|
+
metadata: null,
|
|
802
|
+
multiChainAsset: null,
|
|
803
|
+
hasValue: false
|
|
804
|
+
},
|
|
805
|
+
"rococo-NATIVE-ROC": {
|
|
806
|
+
originChain: "rococo",
|
|
807
|
+
slug: "rococo-NATIVE-ROC",
|
|
808
|
+
logo: "rococo",
|
|
809
|
+
name: "Rococo",
|
|
810
|
+
symbol: "ROC",
|
|
811
|
+
decimals: 12,
|
|
812
|
+
priceId: null,
|
|
813
|
+
minAmount: "33333333",
|
|
814
|
+
assetType: "NATIVE",
|
|
815
|
+
metadata: null,
|
|
816
|
+
multiChainAsset: null,
|
|
817
|
+
hasValue: false
|
|
818
|
+
},
|
|
819
|
+
"bitcountry-NATIVE-NUUM": {
|
|
820
|
+
originChain: "bitcountry",
|
|
821
|
+
slug: "bitcountry-NATIVE-NUUM",
|
|
822
|
+
logo: "bitcountry",
|
|
823
|
+
name: "Bit.Country - Alpha Net",
|
|
824
|
+
symbol: "NUUM",
|
|
825
|
+
decimals: 18,
|
|
826
|
+
priceId: null,
|
|
827
|
+
minAmount: "1",
|
|
828
|
+
assetType: "NATIVE",
|
|
829
|
+
metadata: null,
|
|
830
|
+
multiChainAsset: null,
|
|
831
|
+
hasValue: false
|
|
832
|
+
},
|
|
833
|
+
"equilibrium_parachain-NATIVE-EQ": {
|
|
834
|
+
originChain: "equilibrium_parachain",
|
|
835
|
+
slug: "equilibrium_parachain-NATIVE-EQ",
|
|
836
|
+
logo: "equilibrium",
|
|
837
|
+
name: "Equilibrium",
|
|
838
|
+
symbol: "EQ",
|
|
839
|
+
decimals: 9,
|
|
840
|
+
priceId: null,
|
|
841
|
+
minAmount: "100000000",
|
|
842
|
+
assetType: "NATIVE",
|
|
843
|
+
metadata: null,
|
|
844
|
+
multiChainAsset: null,
|
|
845
|
+
hasValue: true
|
|
362
846
|
}
|
|
363
847
|
};
|
|
364
848
|
|
|
@@ -386,6 +870,7 @@
|
|
|
386
870
|
originChainAsset: "polkadot-NATIVE-DOT",
|
|
387
871
|
name: "Polkadot",
|
|
388
872
|
symbol: "DOT",
|
|
873
|
+
logo: "polkadot",
|
|
389
874
|
priceId: "polkadot"
|
|
390
875
|
},
|
|
391
876
|
"KSM-Kusama": {
|
|
@@ -393,6 +878,7 @@
|
|
|
393
878
|
originChainAsset: "kusama-NATIVE-KSM",
|
|
394
879
|
name: "Kusama",
|
|
395
880
|
symbol: "KSM",
|
|
881
|
+
logo: "kusama",
|
|
396
882
|
priceId: "kusama"
|
|
397
883
|
},
|
|
398
884
|
"GLMR-Moonbeam": {
|
|
@@ -400,6 +886,7 @@
|
|
|
400
886
|
originChainAsset: "moonbeam-NATIVE-GLMR",
|
|
401
887
|
name: "Moonbeam",
|
|
402
888
|
symbol: "GLMR",
|
|
889
|
+
logo: "moonbeam",
|
|
403
890
|
priceId: "moonbeam"
|
|
404
891
|
},
|
|
405
892
|
"ACA-Acala": {
|
|
@@ -407,6 +894,7 @@
|
|
|
407
894
|
originChainAsset: "acala-NATIVE-ACA",
|
|
408
895
|
name: "Acala",
|
|
409
896
|
symbol: "ACA",
|
|
897
|
+
logo: "acala",
|
|
410
898
|
priceId: "acala"
|
|
411
899
|
},
|
|
412
900
|
"USDT-Tether": {
|
|
@@ -414,6 +902,7 @@
|
|
|
414
902
|
originChainAsset: null,
|
|
415
903
|
name: "Tether",
|
|
416
904
|
symbol: "USDT",
|
|
905
|
+
logo: "usdt",
|
|
417
906
|
priceId: "tether"
|
|
418
907
|
},
|
|
419
908
|
"ETH-Ethereum": {
|
|
@@ -421,7 +910,24 @@
|
|
|
421
910
|
originChainAsset: "ethereum-NATIVE-ETH",
|
|
422
911
|
name: "Ethereum",
|
|
423
912
|
symbol: "ETH",
|
|
913
|
+
logo: "ethereum",
|
|
424
914
|
priceId: "ethereum"
|
|
915
|
+
},
|
|
916
|
+
"ASTR-Astar": {
|
|
917
|
+
slug: "ASTR-Astar",
|
|
918
|
+
originChainAsset: "astar-NATIVE-ASTR",
|
|
919
|
+
name: "Astar",
|
|
920
|
+
symbol: "ASTR",
|
|
921
|
+
logo: "astar",
|
|
922
|
+
priceId: "astar"
|
|
923
|
+
},
|
|
924
|
+
"aUSD-AcalaDollar": {
|
|
925
|
+
slug: "aUSD-AcalaDollar",
|
|
926
|
+
originChainAsset: "acala-LOCAL-aUSD",
|
|
927
|
+
name: "Acala Dollar",
|
|
928
|
+
symbol: "aUSD",
|
|
929
|
+
logo: "acalaUsd",
|
|
930
|
+
priceId: "acala-dollar-acala"
|
|
425
931
|
}
|
|
426
932
|
};
|
|
427
933
|
|