@subwallet/chain-list 0.0.6 → 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 +496 -24
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +245 -10
- package/data/ChainInfo.json +222 -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,235 @@
|
|
|
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
|
+
};
|
|
200
408
|
const _ChainInfoMap = {
|
|
201
409
|
polkadot: polkadot,
|
|
202
410
|
kusama: kusama,
|
|
203
411
|
moonbeam: moonbeam,
|
|
204
412
|
acala: acala,
|
|
205
|
-
|
|
206
|
-
ethereum: ethereum
|
|
413
|
+
alephTest: alephTest,
|
|
414
|
+
ethereum: ethereum,
|
|
415
|
+
astar: astar,
|
|
416
|
+
astarEvm: astarEvm,
|
|
417
|
+
shibuya: shibuya,
|
|
418
|
+
shibuyaEvm: shibuyaEvm,
|
|
419
|
+
westend: westend,
|
|
420
|
+
rococo: rococo,
|
|
421
|
+
bitcountry: bitcountry
|
|
207
422
|
};
|
|
208
423
|
|
|
209
424
|
const _ChainAssetMap = {
|
|
210
425
|
"polkadot-NATIVE-DOT": {
|
|
211
426
|
originChain: "polkadot",
|
|
212
427
|
slug: "polkadot-NATIVE-DOT",
|
|
428
|
+
logo: "polkadot",
|
|
213
429
|
name: "Polkadot",
|
|
214
430
|
symbol: "DOT",
|
|
215
431
|
decimals: 10,
|
|
@@ -223,6 +439,7 @@
|
|
|
223
439
|
"kusama-NATIVE-KSM": {
|
|
224
440
|
originChain: "kusama",
|
|
225
441
|
slug: "kusama-NATIVE-KSM",
|
|
442
|
+
logo: "kusama",
|
|
226
443
|
name: "Kusama",
|
|
227
444
|
symbol: "KSM",
|
|
228
445
|
decimals: 12,
|
|
@@ -236,6 +453,7 @@
|
|
|
236
453
|
"moonbeam-NATIVE-GLMR": {
|
|
237
454
|
originChain: "moonbeam",
|
|
238
455
|
slug: "moonbeam-NATIVE-GLMR",
|
|
456
|
+
logo: "moonbeam",
|
|
239
457
|
name: "Moonbeam",
|
|
240
458
|
symbol: "GLMR",
|
|
241
459
|
decimals: 18,
|
|
@@ -249,32 +467,161 @@
|
|
|
249
467
|
"acala-NATIVE-ACA": {
|
|
250
468
|
originChain: "acala",
|
|
251
469
|
slug: "acala-NATIVE-ACA",
|
|
470
|
+
logo: "acala",
|
|
252
471
|
name: "Acala",
|
|
253
472
|
symbol: "ACA",
|
|
254
473
|
decimals: 12,
|
|
255
474
|
priceId: "acala",
|
|
256
475
|
minAmount: "100000000000",
|
|
257
476
|
assetType: "NATIVE",
|
|
258
|
-
metadata:
|
|
477
|
+
metadata: {
|
|
478
|
+
onChainInfo: {
|
|
479
|
+
NativeAssetId: {
|
|
480
|
+
Token: "ACA"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
259
484
|
multiChainAsset: "ACA-Acala",
|
|
260
485
|
hasValue: true
|
|
261
486
|
},
|
|
262
487
|
"acala-LOCAL-DOT": {
|
|
263
488
|
originChain: "acala",
|
|
264
489
|
slug: "acala-LOCAL-DOT",
|
|
490
|
+
logo: "polkadot",
|
|
265
491
|
name: "Polkadot",
|
|
266
492
|
symbol: "DOT",
|
|
267
493
|
decimals: 10,
|
|
268
494
|
priceId: "polkadot",
|
|
269
|
-
minAmount:
|
|
495
|
+
minAmount: "100000000",
|
|
270
496
|
assetType: "LOCAL",
|
|
271
|
-
metadata:
|
|
497
|
+
metadata: {
|
|
498
|
+
onChainInfo: {
|
|
499
|
+
NativeAssetId: {
|
|
500
|
+
Token: "DOT"
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
multiChainAsset: "DOT-Polkadot",
|
|
505
|
+
hasValue: true
|
|
506
|
+
},
|
|
507
|
+
"acala-LOCAL-GLMR": {
|
|
508
|
+
originChain: "acala",
|
|
509
|
+
slug: "acala-LOCAL-GLMR",
|
|
510
|
+
logo: "moonbeam",
|
|
511
|
+
name: "Moonbeam",
|
|
512
|
+
symbol: "GLMR",
|
|
513
|
+
decimals: 18,
|
|
514
|
+
priceId: "moonbeam",
|
|
515
|
+
minAmount: "100000000000000000",
|
|
516
|
+
assetType: "LOCAL",
|
|
517
|
+
metadata: {
|
|
518
|
+
onChainInfo: {
|
|
519
|
+
ForeignAssetId: 0
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
multiChainAsset: "GLMR-Moonbeam",
|
|
523
|
+
hasValue: true
|
|
524
|
+
},
|
|
525
|
+
"acala-LOCAL-aUSD": {
|
|
526
|
+
originChain: "acala",
|
|
527
|
+
slug: "acala-LOCAL-aUSD",
|
|
528
|
+
logo: "acalaUsd",
|
|
529
|
+
name: "Acala USD",
|
|
530
|
+
symbol: "aUSD",
|
|
531
|
+
decimals: 12,
|
|
532
|
+
priceId: "acala-dollar-acala",
|
|
533
|
+
minAmount: "100000000000",
|
|
534
|
+
assetType: "LOCAL",
|
|
535
|
+
metadata: {
|
|
536
|
+
onChainInfo: {
|
|
537
|
+
NativeAssetId: {
|
|
538
|
+
Token: "AUSD"
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
multiChainAsset: "aUSD-AcalaDollar",
|
|
543
|
+
hasValue: true
|
|
544
|
+
},
|
|
545
|
+
"acala-LOCAL-ASTR": {
|
|
546
|
+
originChain: "acala",
|
|
547
|
+
slug: "acala-LOCAL-ASTR",
|
|
548
|
+
logo: "astar",
|
|
549
|
+
name: "Astar",
|
|
550
|
+
symbol: "ASTR",
|
|
551
|
+
decimals: 18,
|
|
552
|
+
priceId: "astar",
|
|
553
|
+
minAmount: "100000000000000000",
|
|
554
|
+
assetType: "LOCAL",
|
|
555
|
+
metadata: {
|
|
556
|
+
onChainInfo: {
|
|
557
|
+
ForeignAssetId: 2
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
multiChainAsset: "ASTR-Astar",
|
|
561
|
+
hasValue: true
|
|
562
|
+
},
|
|
563
|
+
"acala-LOCAL-LDOT": {
|
|
564
|
+
originChain: "acala",
|
|
565
|
+
slug: "acala-LOCAL-LDOT",
|
|
566
|
+
logo: "polkadot",
|
|
567
|
+
name: "Liquid DOT",
|
|
568
|
+
symbol: "LDOT",
|
|
569
|
+
decimals: 10,
|
|
570
|
+
priceId: "polkadot",
|
|
571
|
+
minAmount: "500000000",
|
|
572
|
+
assetType: "LOCAL",
|
|
573
|
+
metadata: {
|
|
574
|
+
onChainInfo: {
|
|
575
|
+
NativeAssetId: {
|
|
576
|
+
Token: "LDOT"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
multiChainAsset: "DOT-Polkadot",
|
|
581
|
+
hasValue: true
|
|
582
|
+
},
|
|
583
|
+
"acala-LOCAL-LcDOT": {
|
|
584
|
+
originChain: "acala",
|
|
585
|
+
slug: "acala-LOCAL-LcDOT",
|
|
586
|
+
logo: "polkadot",
|
|
587
|
+
name: "Liquid Crowdloan DOT",
|
|
588
|
+
symbol: "LcDOT",
|
|
589
|
+
decimals: 10,
|
|
590
|
+
priceId: "polkadot",
|
|
591
|
+
minAmount: "100000000",
|
|
592
|
+
assetType: "LOCAL",
|
|
593
|
+
metadata: {
|
|
594
|
+
onChainInfo: {
|
|
595
|
+
NativeAssetId: {
|
|
596
|
+
LiquidCrowdloan: 13
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
multiChainAsset: "DOT-Polkadot",
|
|
601
|
+
hasValue: true
|
|
602
|
+
},
|
|
603
|
+
"acala-LOCAL-tDOT": {
|
|
604
|
+
originChain: "acala",
|
|
605
|
+
slug: "acala-LOCAL-tDOT",
|
|
606
|
+
logo: "tapioDot",
|
|
607
|
+
name: "Tapio DOT",
|
|
608
|
+
symbol: "tDOT",
|
|
609
|
+
decimals: 10,
|
|
610
|
+
priceId: "polkadot",
|
|
611
|
+
minAmount: "100000000",
|
|
612
|
+
assetType: "LOCAL",
|
|
613
|
+
metadata: {
|
|
614
|
+
onChainInfo: {
|
|
615
|
+
StableAssetId: 0
|
|
616
|
+
}
|
|
617
|
+
},
|
|
272
618
|
multiChainAsset: "DOT-Polkadot",
|
|
273
619
|
hasValue: true
|
|
274
620
|
},
|
|
275
|
-
"
|
|
276
|
-
originChain: "
|
|
277
|
-
slug: "
|
|
621
|
+
"alephTest-NATIVE-TZERO": {
|
|
622
|
+
originChain: "alephTest",
|
|
623
|
+
slug: "alephTest-NATIVE-TZERO",
|
|
624
|
+
logo: "aleph",
|
|
278
625
|
name: "Aleph Zero Testnet",
|
|
279
626
|
symbol: "TZERO",
|
|
280
627
|
decimals: 12,
|
|
@@ -288,6 +635,7 @@
|
|
|
288
635
|
"moonbeam-LOCAL-xcDOT": {
|
|
289
636
|
originChain: "moonbeam",
|
|
290
637
|
slug: "moonbeam-LOCAL-xcDOT",
|
|
638
|
+
logo: "polkadot",
|
|
291
639
|
name: "Polkadot",
|
|
292
640
|
symbol: "xcDOT",
|
|
293
641
|
decimals: 10,
|
|
@@ -303,7 +651,8 @@
|
|
|
303
651
|
},
|
|
304
652
|
"moonbeam-LOCAL-xcACA": {
|
|
305
653
|
originChain: "moonbeam",
|
|
306
|
-
slug: "
|
|
654
|
+
slug: "moonbeam-LOCAL-xcACA",
|
|
655
|
+
logo: "acala",
|
|
307
656
|
name: "Acala",
|
|
308
657
|
symbol: "xcACA",
|
|
309
658
|
decimals: 12,
|
|
@@ -317,9 +666,10 @@
|
|
|
317
666
|
multiChainAsset: "ACA-Acala",
|
|
318
667
|
hasValue: true
|
|
319
668
|
},
|
|
320
|
-
"
|
|
321
|
-
originChain: "
|
|
322
|
-
slug: "
|
|
669
|
+
"alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
|
|
670
|
+
originChain: "alephTest",
|
|
671
|
+
slug: "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
|
|
672
|
+
logo: "panx",
|
|
323
673
|
name: "PANX",
|
|
324
674
|
symbol: "PANX",
|
|
325
675
|
decimals: 12,
|
|
@@ -335,6 +685,7 @@
|
|
|
335
685
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
336
686
|
originChain: "moonbeam",
|
|
337
687
|
slug: "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c",
|
|
688
|
+
logo: null,
|
|
338
689
|
name: "MoonFit Beast and Beauty",
|
|
339
690
|
symbol: "MFBB",
|
|
340
691
|
decimals: null,
|
|
@@ -350,6 +701,7 @@
|
|
|
350
701
|
"ethereum-NATIVE-ETH": {
|
|
351
702
|
originChain: "ethereum",
|
|
352
703
|
slug: "ethereum-NATIVE-ETH",
|
|
704
|
+
logo: "ethereum",
|
|
353
705
|
name: "Ethereum",
|
|
354
706
|
symbol: "ETH",
|
|
355
707
|
decimals: 18,
|
|
@@ -359,6 +711,104 @@
|
|
|
359
711
|
metadata: null,
|
|
360
712
|
multiChainAsset: "ETH-Ethereum",
|
|
361
713
|
hasValue: true
|
|
714
|
+
},
|
|
715
|
+
"astar-NATIVE-ASTR": {
|
|
716
|
+
originChain: "astar",
|
|
717
|
+
slug: "astar-NATIVE-ASTR",
|
|
718
|
+
logo: "astar",
|
|
719
|
+
name: "Astar",
|
|
720
|
+
symbol: "ASTR",
|
|
721
|
+
decimals: 18,
|
|
722
|
+
priceId: "astar",
|
|
723
|
+
minAmount: "1000000",
|
|
724
|
+
assetType: "NATIVE",
|
|
725
|
+
metadata: null,
|
|
726
|
+
multiChainAsset: "ASTR-Astar",
|
|
727
|
+
hasValue: true
|
|
728
|
+
},
|
|
729
|
+
"astarEvm-NATIVE-ASTR": {
|
|
730
|
+
originChain: "astarEvm",
|
|
731
|
+
slug: "astarEvm-NATIVE-ASTR",
|
|
732
|
+
logo: "astar",
|
|
733
|
+
name: "Astar",
|
|
734
|
+
symbol: "ASTR",
|
|
735
|
+
decimals: 18,
|
|
736
|
+
priceId: "astar",
|
|
737
|
+
minAmount: "0",
|
|
738
|
+
assetType: "NATIVE",
|
|
739
|
+
metadata: null,
|
|
740
|
+
multiChainAsset: "ASTR-Astar",
|
|
741
|
+
hasValue: true
|
|
742
|
+
},
|
|
743
|
+
"shibuya-NATIVE-SBY": {
|
|
744
|
+
originChain: "shibuya",
|
|
745
|
+
slug: "shibuya-NATIVE-SBY",
|
|
746
|
+
logo: "shibuya",
|
|
747
|
+
name: "Shibuya",
|
|
748
|
+
symbol: "SBY",
|
|
749
|
+
decimals: 18,
|
|
750
|
+
priceId: null,
|
|
751
|
+
minAmount: "1000000",
|
|
752
|
+
assetType: "NATIVE",
|
|
753
|
+
metadata: null,
|
|
754
|
+
multiChainAsset: null,
|
|
755
|
+
hasValue: false
|
|
756
|
+
},
|
|
757
|
+
"shibuyaEvm-NATIVE-SBY": {
|
|
758
|
+
originChain: "shibuyaEvm",
|
|
759
|
+
slug: "shibuyaEvm-NATIVE-SBY",
|
|
760
|
+
logo: "shibuya",
|
|
761
|
+
name: "Shibuya",
|
|
762
|
+
symbol: "SBY",
|
|
763
|
+
decimals: 18,
|
|
764
|
+
priceId: null,
|
|
765
|
+
minAmount: "1000000",
|
|
766
|
+
assetType: "NATIVE",
|
|
767
|
+
metadata: null,
|
|
768
|
+
multiChainAsset: null,
|
|
769
|
+
hasValue: false
|
|
770
|
+
},
|
|
771
|
+
"westend-NATIVE-WND": {
|
|
772
|
+
originChain: "westend",
|
|
773
|
+
slug: "westend-NATIVE-WND",
|
|
774
|
+
logo: "westend",
|
|
775
|
+
name: "Westend",
|
|
776
|
+
symbol: "WND",
|
|
777
|
+
decimals: 12,
|
|
778
|
+
priceId: null,
|
|
779
|
+
minAmount: "10000000000",
|
|
780
|
+
assetType: "NATIVE",
|
|
781
|
+
metadata: null,
|
|
782
|
+
multiChainAsset: null,
|
|
783
|
+
hasValue: false
|
|
784
|
+
},
|
|
785
|
+
"rococo-NATIVE-ROC": {
|
|
786
|
+
originChain: "rococo",
|
|
787
|
+
slug: "rococo-NATIVE-ROC",
|
|
788
|
+
logo: "rococo",
|
|
789
|
+
name: "Rococo",
|
|
790
|
+
symbol: "ROC",
|
|
791
|
+
decimals: 12,
|
|
792
|
+
priceId: null,
|
|
793
|
+
minAmount: "33333333",
|
|
794
|
+
assetType: "NATIVE",
|
|
795
|
+
metadata: null,
|
|
796
|
+
multiChainAsset: null,
|
|
797
|
+
hasValue: false
|
|
798
|
+
},
|
|
799
|
+
"bitcountry-NATIVE-NUUM": {
|
|
800
|
+
originChain: "bitcountry",
|
|
801
|
+
slug: "bitcountry-NATIVE-NUUM",
|
|
802
|
+
logo: "bitcountry",
|
|
803
|
+
name: "Bit.Country - Alpha Net",
|
|
804
|
+
symbol: "NUUM",
|
|
805
|
+
decimals: 18,
|
|
806
|
+
priceId: null,
|
|
807
|
+
minAmount: "1",
|
|
808
|
+
assetType: "NATIVE",
|
|
809
|
+
metadata: null,
|
|
810
|
+
multiChainAsset: null,
|
|
811
|
+
hasValue: false
|
|
362
812
|
}
|
|
363
813
|
};
|
|
364
814
|
|
|
@@ -386,6 +836,7 @@
|
|
|
386
836
|
originChainAsset: "polkadot-NATIVE-DOT",
|
|
387
837
|
name: "Polkadot",
|
|
388
838
|
symbol: "DOT",
|
|
839
|
+
logo: "polkadot",
|
|
389
840
|
priceId: "polkadot"
|
|
390
841
|
},
|
|
391
842
|
"KSM-Kusama": {
|
|
@@ -393,6 +844,7 @@
|
|
|
393
844
|
originChainAsset: "kusama-NATIVE-KSM",
|
|
394
845
|
name: "Kusama",
|
|
395
846
|
symbol: "KSM",
|
|
847
|
+
logo: "kusama",
|
|
396
848
|
priceId: "kusama"
|
|
397
849
|
},
|
|
398
850
|
"GLMR-Moonbeam": {
|
|
@@ -400,6 +852,7 @@
|
|
|
400
852
|
originChainAsset: "moonbeam-NATIVE-GLMR",
|
|
401
853
|
name: "Moonbeam",
|
|
402
854
|
symbol: "GLMR",
|
|
855
|
+
logo: "moonbeam",
|
|
403
856
|
priceId: "moonbeam"
|
|
404
857
|
},
|
|
405
858
|
"ACA-Acala": {
|
|
@@ -407,6 +860,7 @@
|
|
|
407
860
|
originChainAsset: "acala-NATIVE-ACA",
|
|
408
861
|
name: "Acala",
|
|
409
862
|
symbol: "ACA",
|
|
863
|
+
logo: "acala",
|
|
410
864
|
priceId: "acala"
|
|
411
865
|
},
|
|
412
866
|
"USDT-Tether": {
|
|
@@ -414,6 +868,7 @@
|
|
|
414
868
|
originChainAsset: null,
|
|
415
869
|
name: "Tether",
|
|
416
870
|
symbol: "USDT",
|
|
871
|
+
logo: "usdt",
|
|
417
872
|
priceId: "tether"
|
|
418
873
|
},
|
|
419
874
|
"ETH-Ethereum": {
|
|
@@ -421,7 +876,24 @@
|
|
|
421
876
|
originChainAsset: "ethereum-NATIVE-ETH",
|
|
422
877
|
name: "Ethereum",
|
|
423
878
|
symbol: "ETH",
|
|
879
|
+
logo: "ethereum",
|
|
424
880
|
priceId: "ethereum"
|
|
881
|
+
},
|
|
882
|
+
"ASTR-Astar": {
|
|
883
|
+
slug: "ASTR-Astar",
|
|
884
|
+
originChainAsset: "astar-NATIVE-ASTR",
|
|
885
|
+
name: "Astar",
|
|
886
|
+
symbol: "ASTR",
|
|
887
|
+
logo: "astar",
|
|
888
|
+
priceId: "astar"
|
|
889
|
+
},
|
|
890
|
+
"aUSD-AcalaDollar": {
|
|
891
|
+
slug: "aUSD-AcalaDollar",
|
|
892
|
+
originChainAsset: "acala-LOCAL-aUSD",
|
|
893
|
+
name: "Acala Dollar",
|
|
894
|
+
symbol: "aUSD",
|
|
895
|
+
logo: "acalaUsd",
|
|
896
|
+
priceId: "acala-dollar-acala"
|
|
425
897
|
}
|
|
426
898
|
};
|
|
427
899
|
|