@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.
@@ -8,8 +8,10 @@
8
8
 
9
9
  var polkadot = {
10
10
  slug: "polkadot",
11
- name: "Polkadot Relay Chain",
12
- logo: "./71.Polkadot.png",
11
+ name: "Polkadot",
12
+ logo: "polkadot",
13
+ isTestnet: false,
14
+ chainStatus: "ACTIVE",
13
15
  providers: {
14
16
  Parity: "wss://rpc.polkadot.io",
15
17
  OnFinality: "wss://polkadot.api.onfinality.io/public-ws",
@@ -38,8 +40,10 @@
38
40
  };
39
41
  var kusama = {
40
42
  slug: "kusama",
41
- name: "Kusama Relay Chain",
42
- logo: "./72.Kusama.png",
43
+ name: "Kusama",
44
+ logo: "kusama",
45
+ isTestnet: false,
46
+ chainStatus: "ACTIVE",
43
47
  providers: {
44
48
  Parity: "wss://kusama-rpc.polkadot.io",
45
49
  OnFinality: "wss://kusama.api.onfinality.io/public-ws",
@@ -69,7 +73,9 @@
69
73
  var moonbeam = {
70
74
  slug: "moonbeam",
71
75
  name: "Moonbeam",
72
- logo: "./34.Moonbeam.png",
76
+ logo: "moonbeam",
77
+ isTestnet: false,
78
+ chainStatus: "ACTIVE",
73
79
  providers: {
74
80
  "Moonbeam Foundation": "wss://wss.api.moonbeam.network",
75
81
  OnFinality: "wss://moonbeam.api.onfinality.io/public-ws",
@@ -89,7 +95,7 @@
89
95
  symbol: "GLMR",
90
96
  existentialDeposit: "0",
91
97
  decimals: 18,
92
- hasNativeNft: true,
98
+ hasNativeNft: false,
93
99
  supportStaking: true,
94
100
  supportSmartContract: null
95
101
  },
@@ -109,7 +115,9 @@
109
115
  var acala = {
110
116
  slug: "acala",
111
117
  name: "Acala",
112
- logo: "./34.Moonbeam.png",
118
+ logo: "acala",
119
+ isTestnet: false,
120
+ chainStatus: "ACTIVE",
113
121
  providers: {
114
122
  "Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
115
123
  "Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
@@ -135,10 +143,12 @@
135
143
  supportSmartContract: null
136
144
  }
137
145
  };
138
- var alephZeroTest = {
139
- slug: "alephZeroTest",
146
+ var alephTest = {
147
+ slug: "alephTest",
140
148
  name: "Aleph Zero Testnet",
141
- logo: "./55.Aleph.png",
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
  var ethereum = {
166
176
  slug: "ethereum",
167
- name: "Ethereum Mainnet",
168
- logo: "./77.Ethereum.png",
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",
@@ -185,19 +197,235 @@
185
197
  abiExplorer: "https://etherscan.io"
186
198
  }
187
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
+ };
188
408
  const _ChainInfoMap = {
189
409
  polkadot: polkadot,
190
410
  kusama: kusama,
191
411
  moonbeam: moonbeam,
192
412
  acala: acala,
193
- alephZeroTest: alephZeroTest,
194
- 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
195
422
  };
196
423
 
197
424
  const _ChainAssetMap = {
198
425
  "polkadot-NATIVE-DOT": {
199
426
  originChain: "polkadot",
200
427
  slug: "polkadot-NATIVE-DOT",
428
+ logo: "polkadot",
201
429
  name: "Polkadot",
202
430
  symbol: "DOT",
203
431
  decimals: 10,
@@ -211,6 +439,7 @@
211
439
  "kusama-NATIVE-KSM": {
212
440
  originChain: "kusama",
213
441
  slug: "kusama-NATIVE-KSM",
442
+ logo: "kusama",
214
443
  name: "Kusama",
215
444
  symbol: "KSM",
216
445
  decimals: 12,
@@ -224,6 +453,7 @@
224
453
  "moonbeam-NATIVE-GLMR": {
225
454
  originChain: "moonbeam",
226
455
  slug: "moonbeam-NATIVE-GLMR",
456
+ logo: "moonbeam",
227
457
  name: "Moonbeam",
228
458
  symbol: "GLMR",
229
459
  decimals: 18,
@@ -237,32 +467,161 @@
237
467
  "acala-NATIVE-ACA": {
238
468
  originChain: "acala",
239
469
  slug: "acala-NATIVE-ACA",
470
+ logo: "acala",
240
471
  name: "Acala",
241
472
  symbol: "ACA",
242
473
  decimals: 12,
243
474
  priceId: "acala",
244
475
  minAmount: "100000000000",
245
476
  assetType: "NATIVE",
246
- metadata: null,
477
+ metadata: {
478
+ onChainInfo: {
479
+ NativeAssetId: {
480
+ Token: "ACA"
481
+ }
482
+ }
483
+ },
247
484
  multiChainAsset: "ACA-Acala",
248
485
  hasValue: true
249
486
  },
250
487
  "acala-LOCAL-DOT": {
251
488
  originChain: "acala",
252
489
  slug: "acala-LOCAL-DOT",
490
+ logo: "polkadot",
253
491
  name: "Polkadot",
254
492
  symbol: "DOT",
255
493
  decimals: 10,
256
494
  priceId: "polkadot",
257
- minAmount: null,
495
+ minAmount: "100000000",
258
496
  assetType: "LOCAL",
259
- metadata: null,
497
+ metadata: {
498
+ onChainInfo: {
499
+ NativeAssetId: {
500
+ Token: "DOT"
501
+ }
502
+ }
503
+ },
260
504
  multiChainAsset: "DOT-Polkadot",
261
505
  hasValue: true
262
506
  },
263
- "alephZeroTest-NATIVE-TZERO": {
264
- originChain: "alephZeroTest",
265
- slug: "alephZeroTest-NATIVE-TZERO",
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
+ },
618
+ multiChainAsset: "DOT-Polkadot",
619
+ hasValue: true
620
+ },
621
+ "alephTest-NATIVE-TZERO": {
622
+ originChain: "alephTest",
623
+ slug: "alephTest-NATIVE-TZERO",
624
+ logo: "aleph",
266
625
  name: "Aleph Zero Testnet",
267
626
  symbol: "TZERO",
268
627
  decimals: 12,
@@ -276,6 +635,7 @@
276
635
  "moonbeam-LOCAL-xcDOT": {
277
636
  originChain: "moonbeam",
278
637
  slug: "moonbeam-LOCAL-xcDOT",
638
+ logo: "polkadot",
279
639
  name: "Polkadot",
280
640
  symbol: "xcDOT",
281
641
  decimals: 10,
@@ -291,7 +651,8 @@
291
651
  },
292
652
  "moonbeam-LOCAL-xcACA": {
293
653
  originChain: "moonbeam",
294
- slug: "acala-LOCAL-xcACA",
654
+ slug: "moonbeam-LOCAL-xcACA",
655
+ logo: "acala",
295
656
  name: "Acala",
296
657
  symbol: "xcACA",
297
658
  decimals: 12,
@@ -305,9 +666,10 @@
305
666
  multiChainAsset: "ACA-Acala",
306
667
  hasValue: true
307
668
  },
308
- "alephZeroTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
309
- originChain: "alephZeroTest",
310
- slug: "alephZeroTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
669
+ "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
670
+ originChain: "alephTest",
671
+ slug: "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
672
+ logo: "panx",
311
673
  name: "PANX",
312
674
  symbol: "PANX",
313
675
  decimals: 12,
@@ -323,6 +685,7 @@
323
685
  "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
324
686
  originChain: "moonbeam",
325
687
  slug: "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c",
688
+ logo: null,
326
689
  name: "MoonFit Beast and Beauty",
327
690
  symbol: "MFBB",
328
691
  decimals: null,
@@ -338,6 +701,7 @@
338
701
  "ethereum-NATIVE-ETH": {
339
702
  originChain: "ethereum",
340
703
  slug: "ethereum-NATIVE-ETH",
704
+ logo: "ethereum",
341
705
  name: "Ethereum",
342
706
  symbol: "ETH",
343
707
  decimals: 18,
@@ -347,6 +711,104 @@
347
711
  metadata: null,
348
712
  multiChainAsset: "ETH-Ethereum",
349
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
350
812
  }
351
813
  };
352
814
 
@@ -374,6 +836,7 @@
374
836
  originChainAsset: "polkadot-NATIVE-DOT",
375
837
  name: "Polkadot",
376
838
  symbol: "DOT",
839
+ logo: "polkadot",
377
840
  priceId: "polkadot"
378
841
  },
379
842
  "KSM-Kusama": {
@@ -381,6 +844,7 @@
381
844
  originChainAsset: "kusama-NATIVE-KSM",
382
845
  name: "Kusama",
383
846
  symbol: "KSM",
847
+ logo: "kusama",
384
848
  priceId: "kusama"
385
849
  },
386
850
  "GLMR-Moonbeam": {
@@ -388,6 +852,7 @@
388
852
  originChainAsset: "moonbeam-NATIVE-GLMR",
389
853
  name: "Moonbeam",
390
854
  symbol: "GLMR",
855
+ logo: "moonbeam",
391
856
  priceId: "moonbeam"
392
857
  },
393
858
  "ACA-Acala": {
@@ -395,6 +860,7 @@
395
860
  originChainAsset: "acala-NATIVE-ACA",
396
861
  name: "Acala",
397
862
  symbol: "ACA",
863
+ logo: "acala",
398
864
  priceId: "acala"
399
865
  },
400
866
  "USDT-Tether": {
@@ -402,6 +868,7 @@
402
868
  originChainAsset: null,
403
869
  name: "Tether",
404
870
  symbol: "USDT",
871
+ logo: "usdt",
405
872
  priceId: "tether"
406
873
  },
407
874
  "ETH-Ethereum": {
@@ -409,7 +876,24 @@
409
876
  originChainAsset: "ethereum-NATIVE-ETH",
410
877
  name: "Ethereum",
411
878
  symbol: "ETH",
879
+ logo: "ethereum",
412
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"
413
897
  }
414
898
  };
415
899