@subwallet/chain-list 0.0.8 → 0.0.10
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 +60 -48
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +13 -25
- package/data/ChainInfo.json +39 -14
- package/data/MultiChainAsset.json +7 -8
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
var polkadot = {
|
|
10
10
|
slug: "polkadot",
|
|
11
11
|
name: "Polkadot",
|
|
12
|
-
logo: "polkadot",
|
|
13
12
|
isTestnet: false,
|
|
14
13
|
chainStatus: "ACTIVE",
|
|
15
14
|
providers: {
|
|
@@ -41,7 +40,6 @@
|
|
|
41
40
|
var kusama = {
|
|
42
41
|
slug: "kusama",
|
|
43
42
|
name: "Kusama",
|
|
44
|
-
logo: "kusama",
|
|
45
43
|
isTestnet: false,
|
|
46
44
|
chainStatus: "ACTIVE",
|
|
47
45
|
providers: {
|
|
@@ -73,7 +71,6 @@
|
|
|
73
71
|
var moonbeam = {
|
|
74
72
|
slug: "moonbeam",
|
|
75
73
|
name: "Moonbeam",
|
|
76
|
-
logo: "moonbeam",
|
|
77
74
|
isTestnet: false,
|
|
78
75
|
chainStatus: "ACTIVE",
|
|
79
76
|
providers: {
|
|
@@ -115,7 +112,6 @@
|
|
|
115
112
|
var acala = {
|
|
116
113
|
slug: "acala",
|
|
117
114
|
name: "Acala",
|
|
118
|
-
logo: "acala",
|
|
119
115
|
isTestnet: false,
|
|
120
116
|
chainStatus: "ACTIVE",
|
|
121
117
|
providers: {
|
|
@@ -146,7 +142,6 @@
|
|
|
146
142
|
var alephTest = {
|
|
147
143
|
slug: "alephTest",
|
|
148
144
|
name: "Aleph Zero Testnet",
|
|
149
|
-
logo: "aleph",
|
|
150
145
|
isTestnet: true,
|
|
151
146
|
chainStatus: "ACTIVE",
|
|
152
147
|
providers: {
|
|
@@ -175,7 +170,6 @@
|
|
|
175
170
|
var ethereum = {
|
|
176
171
|
slug: "ethereum",
|
|
177
172
|
name: "Ethereum",
|
|
178
|
-
logo: "ethereum",
|
|
179
173
|
isTestnet: false,
|
|
180
174
|
chainStatus: "ACTIVE",
|
|
181
175
|
providers: {
|
|
@@ -200,7 +194,6 @@
|
|
|
200
194
|
var astar = {
|
|
201
195
|
slug: "astar",
|
|
202
196
|
name: "Astar",
|
|
203
|
-
logo: "astar",
|
|
204
197
|
isTestnet: false,
|
|
205
198
|
chainStatus: "ACTIVE",
|
|
206
199
|
providers: {
|
|
@@ -235,7 +228,6 @@
|
|
|
235
228
|
var astarEvm = {
|
|
236
229
|
slug: "astarEvm",
|
|
237
230
|
name: "Astar - EVM",
|
|
238
|
-
logo: "astar",
|
|
239
231
|
isTestnet: false,
|
|
240
232
|
chainStatus: "ACTIVE",
|
|
241
233
|
providers: {
|
|
@@ -264,7 +256,6 @@
|
|
|
264
256
|
var shibuya = {
|
|
265
257
|
slug: "shibuya",
|
|
266
258
|
name: "Shibuya Testnet",
|
|
267
|
-
logo: "shibuya",
|
|
268
259
|
isTestnet: true,
|
|
269
260
|
chainStatus: "ACTIVE",
|
|
270
261
|
providers: {
|
|
@@ -294,7 +285,6 @@
|
|
|
294
285
|
var shibuyaEvm = {
|
|
295
286
|
slug: "shibuyaEvm",
|
|
296
287
|
name: "Shibuya Testnet - EVM",
|
|
297
|
-
logo: "shibuya",
|
|
298
288
|
isTestnet: true,
|
|
299
289
|
chainStatus: "ACTIVE",
|
|
300
290
|
providers: {
|
|
@@ -318,7 +308,6 @@
|
|
|
318
308
|
var westend = {
|
|
319
309
|
slug: "westend",
|
|
320
310
|
name: "Westend",
|
|
321
|
-
logo: "westend",
|
|
322
311
|
isTestnet: true,
|
|
323
312
|
chainStatus: "ACTIVE",
|
|
324
313
|
providers: {
|
|
@@ -349,7 +338,6 @@
|
|
|
349
338
|
var rococo = {
|
|
350
339
|
slug: "rococo",
|
|
351
340
|
name: "Rococo",
|
|
352
|
-
logo: "rococo",
|
|
353
341
|
isTestnet: true,
|
|
354
342
|
chainStatus: "ACTIVE",
|
|
355
343
|
providers: {
|
|
@@ -382,7 +370,6 @@
|
|
|
382
370
|
var bitcountry = {
|
|
383
371
|
slug: "bitcountry",
|
|
384
372
|
name: "Bit.Country - Alpha Net",
|
|
385
|
-
logo: "bitcountry",
|
|
386
373
|
isTestnet: true,
|
|
387
374
|
chainStatus: "ACTIVE",
|
|
388
375
|
providers: {
|
|
@@ -408,7 +395,6 @@
|
|
|
408
395
|
var equilibrium_parachain = {
|
|
409
396
|
slug: "equilibrium_parachain",
|
|
410
397
|
name: "Equilibrium",
|
|
411
|
-
logo: "equilibrium",
|
|
412
398
|
isTestnet: false,
|
|
413
399
|
chainStatus: "ACTIVE",
|
|
414
400
|
providers: {
|
|
@@ -432,6 +418,44 @@
|
|
|
432
418
|
},
|
|
433
419
|
evmInfo: null
|
|
434
420
|
};
|
|
421
|
+
var moonbase = {
|
|
422
|
+
slug: "moonbase",
|
|
423
|
+
name: "Moonbase Alpha",
|
|
424
|
+
isTestnet: true,
|
|
425
|
+
chainStatus: "ACTIVE",
|
|
426
|
+
providers: {
|
|
427
|
+
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
428
|
+
OnFinality: "wss://moonbeam-alpha.api.onfinality.io/public-ws",
|
|
429
|
+
Blast: "wss://moonbase-alpha.public.blastapi.io"
|
|
430
|
+
},
|
|
431
|
+
substrateInfo: {
|
|
432
|
+
paraId: 1000,
|
|
433
|
+
relaySlug: null,
|
|
434
|
+
genesisHash: "0x91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
|
|
435
|
+
addressPrefix: 1287,
|
|
436
|
+
crowdloanUrl: null,
|
|
437
|
+
chainType: "PARACHAIN",
|
|
438
|
+
blockExplorer: "https://moonbase.subscan.io/",
|
|
439
|
+
symbol: "DEV",
|
|
440
|
+
existentialDeposit: "0",
|
|
441
|
+
decimals: 18,
|
|
442
|
+
hasNativeNft: false,
|
|
443
|
+
supportStaking: true,
|
|
444
|
+
supportSmartContract: null
|
|
445
|
+
},
|
|
446
|
+
evmInfo: {
|
|
447
|
+
evmChainId: 1287,
|
|
448
|
+
blockExplorer: "https://moonbase.moonscan.io/",
|
|
449
|
+
symbol: "DEV",
|
|
450
|
+
decimals: 18,
|
|
451
|
+
existentialDeposit: "0",
|
|
452
|
+
supportSmartContract: [
|
|
453
|
+
"ERC721",
|
|
454
|
+
"ERC20"
|
|
455
|
+
],
|
|
456
|
+
abiExplorer: "https://api-moonbase.moonscan.io/api?module=contract&action=getabi"
|
|
457
|
+
}
|
|
458
|
+
};
|
|
435
459
|
const _ChainInfoMap = {
|
|
436
460
|
polkadot: polkadot,
|
|
437
461
|
kusama: kusama,
|
|
@@ -446,14 +470,14 @@
|
|
|
446
470
|
westend: westend,
|
|
447
471
|
rococo: rococo,
|
|
448
472
|
bitcountry: bitcountry,
|
|
449
|
-
equilibrium_parachain: equilibrium_parachain
|
|
473
|
+
equilibrium_parachain: equilibrium_parachain,
|
|
474
|
+
moonbase: moonbase
|
|
450
475
|
};
|
|
451
476
|
|
|
452
477
|
const _ChainAssetMap = {
|
|
453
478
|
"polkadot-NATIVE-DOT": {
|
|
454
479
|
originChain: "polkadot",
|
|
455
480
|
slug: "polkadot-NATIVE-DOT",
|
|
456
|
-
logo: "polkadot",
|
|
457
481
|
name: "Polkadot",
|
|
458
482
|
symbol: "DOT",
|
|
459
483
|
decimals: 10,
|
|
@@ -467,7 +491,6 @@
|
|
|
467
491
|
"kusama-NATIVE-KSM": {
|
|
468
492
|
originChain: "kusama",
|
|
469
493
|
slug: "kusama-NATIVE-KSM",
|
|
470
|
-
logo: "kusama",
|
|
471
494
|
name: "Kusama",
|
|
472
495
|
symbol: "KSM",
|
|
473
496
|
decimals: 12,
|
|
@@ -481,7 +504,6 @@
|
|
|
481
504
|
"moonbeam-NATIVE-GLMR": {
|
|
482
505
|
originChain: "moonbeam",
|
|
483
506
|
slug: "moonbeam-NATIVE-GLMR",
|
|
484
|
-
logo: "moonbeam",
|
|
485
507
|
name: "Moonbeam",
|
|
486
508
|
symbol: "GLMR",
|
|
487
509
|
decimals: 18,
|
|
@@ -495,7 +517,6 @@
|
|
|
495
517
|
"acala-NATIVE-ACA": {
|
|
496
518
|
originChain: "acala",
|
|
497
519
|
slug: "acala-NATIVE-ACA",
|
|
498
|
-
logo: "acala",
|
|
499
520
|
name: "Acala",
|
|
500
521
|
symbol: "ACA",
|
|
501
522
|
decimals: 12,
|
|
@@ -515,7 +536,6 @@
|
|
|
515
536
|
"acala-LOCAL-DOT": {
|
|
516
537
|
originChain: "acala",
|
|
517
538
|
slug: "acala-LOCAL-DOT",
|
|
518
|
-
logo: "polkadot",
|
|
519
539
|
name: "Polkadot",
|
|
520
540
|
symbol: "DOT",
|
|
521
541
|
decimals: 10,
|
|
@@ -533,7 +553,6 @@
|
|
|
533
553
|
"acala-LOCAL-GLMR": {
|
|
534
554
|
originChain: "acala",
|
|
535
555
|
slug: "acala-LOCAL-GLMR",
|
|
536
|
-
logo: "moonbeam",
|
|
537
556
|
name: "Moonbeam",
|
|
538
557
|
symbol: "GLMR",
|
|
539
558
|
decimals: 18,
|
|
@@ -551,7 +570,6 @@
|
|
|
551
570
|
"acala-LOCAL-aUSD": {
|
|
552
571
|
originChain: "acala",
|
|
553
572
|
slug: "acala-LOCAL-aUSD",
|
|
554
|
-
logo: "acalaUsd",
|
|
555
573
|
name: "Acala USD",
|
|
556
574
|
symbol: "aUSD",
|
|
557
575
|
decimals: 12,
|
|
@@ -569,7 +587,6 @@
|
|
|
569
587
|
"acala-LOCAL-ASTR": {
|
|
570
588
|
originChain: "acala",
|
|
571
589
|
slug: "acala-LOCAL-ASTR",
|
|
572
|
-
logo: "astar",
|
|
573
590
|
name: "Astar",
|
|
574
591
|
symbol: "ASTR",
|
|
575
592
|
decimals: 18,
|
|
@@ -587,7 +604,6 @@
|
|
|
587
604
|
"acala-LOCAL-LDOT": {
|
|
588
605
|
originChain: "acala",
|
|
589
606
|
slug: "acala-LOCAL-LDOT",
|
|
590
|
-
logo: "polkadot",
|
|
591
607
|
name: "Liquid DOT",
|
|
592
608
|
symbol: "LDOT",
|
|
593
609
|
decimals: 10,
|
|
@@ -605,7 +621,6 @@
|
|
|
605
621
|
"acala-LOCAL-LcDOT": {
|
|
606
622
|
originChain: "acala",
|
|
607
623
|
slug: "acala-LOCAL-LcDOT",
|
|
608
|
-
logo: "polkadot",
|
|
609
624
|
name: "Liquid Crowdloan DOT",
|
|
610
625
|
symbol: "LcDOT",
|
|
611
626
|
decimals: 10,
|
|
@@ -623,7 +638,6 @@
|
|
|
623
638
|
"acala-LOCAL-tDOT": {
|
|
624
639
|
originChain: "acala",
|
|
625
640
|
slug: "acala-LOCAL-tDOT",
|
|
626
|
-
logo: "tapioDot",
|
|
627
641
|
name: "Tapio DOT",
|
|
628
642
|
symbol: "tDOT",
|
|
629
643
|
decimals: 10,
|
|
@@ -641,7 +655,6 @@
|
|
|
641
655
|
"alephTest-NATIVE-TZERO": {
|
|
642
656
|
originChain: "alephTest",
|
|
643
657
|
slug: "alephTest-NATIVE-TZERO",
|
|
644
|
-
logo: "aleph",
|
|
645
658
|
name: "Aleph Zero Testnet",
|
|
646
659
|
symbol: "TZERO",
|
|
647
660
|
decimals: 12,
|
|
@@ -655,7 +668,6 @@
|
|
|
655
668
|
"moonbeam-LOCAL-xcDOT": {
|
|
656
669
|
originChain: "moonbeam",
|
|
657
670
|
slug: "moonbeam-LOCAL-xcDOT",
|
|
658
|
-
logo: "polkadot",
|
|
659
671
|
name: "Polkadot",
|
|
660
672
|
symbol: "xcDOT",
|
|
661
673
|
decimals: 10,
|
|
@@ -672,7 +684,6 @@
|
|
|
672
684
|
"moonbeam-LOCAL-xcACA": {
|
|
673
685
|
originChain: "moonbeam",
|
|
674
686
|
slug: "moonbeam-LOCAL-xcACA",
|
|
675
|
-
logo: "acala",
|
|
676
687
|
name: "Acala",
|
|
677
688
|
symbol: "xcACA",
|
|
678
689
|
decimals: 12,
|
|
@@ -689,7 +700,6 @@
|
|
|
689
700
|
"alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
|
|
690
701
|
originChain: "alephTest",
|
|
691
702
|
slug: "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
|
|
692
|
-
logo: "panx",
|
|
693
703
|
name: "PANX",
|
|
694
704
|
symbol: "PANX",
|
|
695
705
|
decimals: 12,
|
|
@@ -705,7 +715,6 @@
|
|
|
705
715
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
706
716
|
originChain: "moonbeam",
|
|
707
717
|
slug: "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c",
|
|
708
|
-
logo: null,
|
|
709
718
|
name: "MoonFit Beast and Beauty",
|
|
710
719
|
symbol: "MFBB",
|
|
711
720
|
decimals: null,
|
|
@@ -721,7 +730,6 @@
|
|
|
721
730
|
"ethereum-NATIVE-ETH": {
|
|
722
731
|
originChain: "ethereum",
|
|
723
732
|
slug: "ethereum-NATIVE-ETH",
|
|
724
|
-
logo: "ethereum",
|
|
725
733
|
name: "Ethereum",
|
|
726
734
|
symbol: "ETH",
|
|
727
735
|
decimals: 18,
|
|
@@ -735,7 +743,6 @@
|
|
|
735
743
|
"astar-NATIVE-ASTR": {
|
|
736
744
|
originChain: "astar",
|
|
737
745
|
slug: "astar-NATIVE-ASTR",
|
|
738
|
-
logo: "astar",
|
|
739
746
|
name: "Astar",
|
|
740
747
|
symbol: "ASTR",
|
|
741
748
|
decimals: 18,
|
|
@@ -749,7 +756,6 @@
|
|
|
749
756
|
"astarEvm-NATIVE-ASTR": {
|
|
750
757
|
originChain: "astarEvm",
|
|
751
758
|
slug: "astarEvm-NATIVE-ASTR",
|
|
752
|
-
logo: "astar",
|
|
753
759
|
name: "Astar",
|
|
754
760
|
symbol: "ASTR",
|
|
755
761
|
decimals: 18,
|
|
@@ -763,7 +769,6 @@
|
|
|
763
769
|
"shibuya-NATIVE-SBY": {
|
|
764
770
|
originChain: "shibuya",
|
|
765
771
|
slug: "shibuya-NATIVE-SBY",
|
|
766
|
-
logo: "shibuya",
|
|
767
772
|
name: "Shibuya",
|
|
768
773
|
symbol: "SBY",
|
|
769
774
|
decimals: 18,
|
|
@@ -777,7 +782,6 @@
|
|
|
777
782
|
"shibuyaEvm-NATIVE-SBY": {
|
|
778
783
|
originChain: "shibuyaEvm",
|
|
779
784
|
slug: "shibuyaEvm-NATIVE-SBY",
|
|
780
|
-
logo: "shibuya",
|
|
781
785
|
name: "Shibuya",
|
|
782
786
|
symbol: "SBY",
|
|
783
787
|
decimals: 18,
|
|
@@ -791,7 +795,6 @@
|
|
|
791
795
|
"westend-NATIVE-WND": {
|
|
792
796
|
originChain: "westend",
|
|
793
797
|
slug: "westend-NATIVE-WND",
|
|
794
|
-
logo: "westend",
|
|
795
798
|
name: "Westend",
|
|
796
799
|
symbol: "WND",
|
|
797
800
|
decimals: 12,
|
|
@@ -805,7 +808,6 @@
|
|
|
805
808
|
"rococo-NATIVE-ROC": {
|
|
806
809
|
originChain: "rococo",
|
|
807
810
|
slug: "rococo-NATIVE-ROC",
|
|
808
|
-
logo: "rococo",
|
|
809
811
|
name: "Rococo",
|
|
810
812
|
symbol: "ROC",
|
|
811
813
|
decimals: 12,
|
|
@@ -819,7 +821,6 @@
|
|
|
819
821
|
"bitcountry-NATIVE-NUUM": {
|
|
820
822
|
originChain: "bitcountry",
|
|
821
823
|
slug: "bitcountry-NATIVE-NUUM",
|
|
822
|
-
logo: "bitcountry",
|
|
823
824
|
name: "Bit.Country - Alpha Net",
|
|
824
825
|
symbol: "NUUM",
|
|
825
826
|
decimals: 18,
|
|
@@ -833,7 +834,6 @@
|
|
|
833
834
|
"equilibrium_parachain-NATIVE-EQ": {
|
|
834
835
|
originChain: "equilibrium_parachain",
|
|
835
836
|
slug: "equilibrium_parachain-NATIVE-EQ",
|
|
836
|
-
logo: "equilibrium",
|
|
837
837
|
name: "Equilibrium",
|
|
838
838
|
symbol: "EQ",
|
|
839
839
|
decimals: 9,
|
|
@@ -843,6 +843,19 @@
|
|
|
843
843
|
metadata: null,
|
|
844
844
|
multiChainAsset: null,
|
|
845
845
|
hasValue: true
|
|
846
|
+
},
|
|
847
|
+
"moonbase-NATIVE-DEV": {
|
|
848
|
+
originChain: "moonbase",
|
|
849
|
+
slug: "moonbase-NATIVE-DEV",
|
|
850
|
+
name: "DEV",
|
|
851
|
+
symbol: "DEV",
|
|
852
|
+
decimals: 18,
|
|
853
|
+
priceId: null,
|
|
854
|
+
minAmount: "0",
|
|
855
|
+
assetType: "NATIVE",
|
|
856
|
+
metadata: null,
|
|
857
|
+
multiChainAsset: "DEV-moonbaseDev",
|
|
858
|
+
hasValue: false
|
|
846
859
|
}
|
|
847
860
|
};
|
|
848
861
|
|
|
@@ -870,7 +883,6 @@
|
|
|
870
883
|
originChainAsset: "polkadot-NATIVE-DOT",
|
|
871
884
|
name: "Polkadot",
|
|
872
885
|
symbol: "DOT",
|
|
873
|
-
logo: "polkadot",
|
|
874
886
|
priceId: "polkadot"
|
|
875
887
|
},
|
|
876
888
|
"KSM-Kusama": {
|
|
@@ -878,7 +890,6 @@
|
|
|
878
890
|
originChainAsset: "kusama-NATIVE-KSM",
|
|
879
891
|
name: "Kusama",
|
|
880
892
|
symbol: "KSM",
|
|
881
|
-
logo: "kusama",
|
|
882
893
|
priceId: "kusama"
|
|
883
894
|
},
|
|
884
895
|
"GLMR-Moonbeam": {
|
|
@@ -886,7 +897,6 @@
|
|
|
886
897
|
originChainAsset: "moonbeam-NATIVE-GLMR",
|
|
887
898
|
name: "Moonbeam",
|
|
888
899
|
symbol: "GLMR",
|
|
889
|
-
logo: "moonbeam",
|
|
890
900
|
priceId: "moonbeam"
|
|
891
901
|
},
|
|
892
902
|
"ACA-Acala": {
|
|
@@ -894,7 +904,6 @@
|
|
|
894
904
|
originChainAsset: "acala-NATIVE-ACA",
|
|
895
905
|
name: "Acala",
|
|
896
906
|
symbol: "ACA",
|
|
897
|
-
logo: "acala",
|
|
898
907
|
priceId: "acala"
|
|
899
908
|
},
|
|
900
909
|
"USDT-Tether": {
|
|
@@ -902,7 +911,6 @@
|
|
|
902
911
|
originChainAsset: null,
|
|
903
912
|
name: "Tether",
|
|
904
913
|
symbol: "USDT",
|
|
905
|
-
logo: "usdt",
|
|
906
914
|
priceId: "tether"
|
|
907
915
|
},
|
|
908
916
|
"ETH-Ethereum": {
|
|
@@ -910,7 +918,6 @@
|
|
|
910
918
|
originChainAsset: "ethereum-NATIVE-ETH",
|
|
911
919
|
name: "Ethereum",
|
|
912
920
|
symbol: "ETH",
|
|
913
|
-
logo: "ethereum",
|
|
914
921
|
priceId: "ethereum"
|
|
915
922
|
},
|
|
916
923
|
"ASTR-Astar": {
|
|
@@ -918,7 +925,6 @@
|
|
|
918
925
|
originChainAsset: "astar-NATIVE-ASTR",
|
|
919
926
|
name: "Astar",
|
|
920
927
|
symbol: "ASTR",
|
|
921
|
-
logo: "astar",
|
|
922
928
|
priceId: "astar"
|
|
923
929
|
},
|
|
924
930
|
"aUSD-AcalaDollar": {
|
|
@@ -926,8 +932,14 @@
|
|
|
926
932
|
originChainAsset: "acala-LOCAL-aUSD",
|
|
927
933
|
name: "Acala Dollar",
|
|
928
934
|
symbol: "aUSD",
|
|
929
|
-
logo: "acalaUsd",
|
|
930
935
|
priceId: "acala-dollar-acala"
|
|
936
|
+
},
|
|
937
|
+
"DEV-MoonbaseDev": {
|
|
938
|
+
slug: "DEV-MoonbaseDev",
|
|
939
|
+
originChainAsset: "moonbase-NATIVE-DEV",
|
|
940
|
+
name: "Moonbase Dev",
|
|
941
|
+
symbol: "DEV",
|
|
942
|
+
priceId: null
|
|
931
943
|
}
|
|
932
944
|
};
|
|
933
945
|
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"polkadot-NATIVE-DOT": {
|
|
3
3
|
"originChain": "polkadot",
|
|
4
4
|
"slug": "polkadot-NATIVE-DOT",
|
|
5
|
-
"logo": "polkadot",
|
|
6
5
|
"name": "Polkadot",
|
|
7
6
|
"symbol": "DOT",
|
|
8
7
|
"decimals": 10,
|
|
@@ -16,7 +15,6 @@
|
|
|
16
15
|
"kusama-NATIVE-KSM": {
|
|
17
16
|
"originChain": "kusama",
|
|
18
17
|
"slug": "kusama-NATIVE-KSM",
|
|
19
|
-
"logo": "kusama",
|
|
20
18
|
"name": "Kusama",
|
|
21
19
|
"symbol": "KSM",
|
|
22
20
|
"decimals": 12,
|
|
@@ -30,7 +28,6 @@
|
|
|
30
28
|
"moonbeam-NATIVE-GLMR": {
|
|
31
29
|
"originChain": "moonbeam",
|
|
32
30
|
"slug": "moonbeam-NATIVE-GLMR",
|
|
33
|
-
"logo": "moonbeam",
|
|
34
31
|
"name": "Moonbeam",
|
|
35
32
|
"symbol": "GLMR",
|
|
36
33
|
"decimals": 18,
|
|
@@ -44,7 +41,6 @@
|
|
|
44
41
|
"acala-NATIVE-ACA": {
|
|
45
42
|
"originChain": "acala",
|
|
46
43
|
"slug": "acala-NATIVE-ACA",
|
|
47
|
-
"logo": "acala",
|
|
48
44
|
"name": "Acala",
|
|
49
45
|
"symbol": "ACA",
|
|
50
46
|
"decimals": 12,
|
|
@@ -64,7 +60,6 @@
|
|
|
64
60
|
"acala-LOCAL-DOT": {
|
|
65
61
|
"originChain": "acala",
|
|
66
62
|
"slug": "acala-LOCAL-DOT",
|
|
67
|
-
"logo": "polkadot",
|
|
68
63
|
"name": "Polkadot",
|
|
69
64
|
"symbol": "DOT",
|
|
70
65
|
"decimals": 10,
|
|
@@ -82,7 +77,6 @@
|
|
|
82
77
|
"acala-LOCAL-GLMR": {
|
|
83
78
|
"originChain": "acala",
|
|
84
79
|
"slug": "acala-LOCAL-GLMR",
|
|
85
|
-
"logo": "moonbeam",
|
|
86
80
|
"name": "Moonbeam",
|
|
87
81
|
"symbol": "GLMR",
|
|
88
82
|
"decimals": 18,
|
|
@@ -100,7 +94,6 @@
|
|
|
100
94
|
"acala-LOCAL-aUSD": {
|
|
101
95
|
"originChain": "acala",
|
|
102
96
|
"slug": "acala-LOCAL-aUSD",
|
|
103
|
-
"logo": "acalaUsd",
|
|
104
97
|
"name": "Acala USD",
|
|
105
98
|
"symbol": "aUSD",
|
|
106
99
|
"decimals": 12,
|
|
@@ -118,7 +111,6 @@
|
|
|
118
111
|
"acala-LOCAL-ASTR": {
|
|
119
112
|
"originChain": "acala",
|
|
120
113
|
"slug": "acala-LOCAL-ASTR",
|
|
121
|
-
"logo": "astar",
|
|
122
114
|
"name": "Astar",
|
|
123
115
|
"symbol": "ASTR",
|
|
124
116
|
"decimals": 18,
|
|
@@ -136,7 +128,6 @@
|
|
|
136
128
|
"acala-LOCAL-LDOT": {
|
|
137
129
|
"originChain": "acala",
|
|
138
130
|
"slug": "acala-LOCAL-LDOT",
|
|
139
|
-
"logo": "polkadot",
|
|
140
131
|
"name": "Liquid DOT",
|
|
141
132
|
"symbol": "LDOT",
|
|
142
133
|
"decimals": 10,
|
|
@@ -154,7 +145,6 @@
|
|
|
154
145
|
"acala-LOCAL-LcDOT": {
|
|
155
146
|
"originChain": "acala",
|
|
156
147
|
"slug": "acala-LOCAL-LcDOT",
|
|
157
|
-
"logo": "polkadot",
|
|
158
148
|
"name": "Liquid Crowdloan DOT",
|
|
159
149
|
"symbol": "LcDOT",
|
|
160
150
|
"decimals": 10,
|
|
@@ -172,7 +162,6 @@
|
|
|
172
162
|
"acala-LOCAL-tDOT": {
|
|
173
163
|
"originChain": "acala",
|
|
174
164
|
"slug": "acala-LOCAL-tDOT",
|
|
175
|
-
"logo": "tapioDot",
|
|
176
165
|
"name": "Tapio DOT",
|
|
177
166
|
"symbol": "tDOT",
|
|
178
167
|
"decimals": 10,
|
|
@@ -190,7 +179,6 @@
|
|
|
190
179
|
"alephTest-NATIVE-TZERO": {
|
|
191
180
|
"originChain": "alephTest",
|
|
192
181
|
"slug": "alephTest-NATIVE-TZERO",
|
|
193
|
-
"logo": "aleph",
|
|
194
182
|
"name": "Aleph Zero Testnet",
|
|
195
183
|
"symbol": "TZERO",
|
|
196
184
|
"decimals": 12,
|
|
@@ -204,7 +192,6 @@
|
|
|
204
192
|
"moonbeam-LOCAL-xcDOT": {
|
|
205
193
|
"originChain": "moonbeam",
|
|
206
194
|
"slug": "moonbeam-LOCAL-xcDOT",
|
|
207
|
-
"logo": "polkadot",
|
|
208
195
|
"name": "Polkadot",
|
|
209
196
|
"symbol": "xcDOT",
|
|
210
197
|
"decimals": 10,
|
|
@@ -221,7 +208,6 @@
|
|
|
221
208
|
"moonbeam-LOCAL-xcACA": {
|
|
222
209
|
"originChain": "moonbeam",
|
|
223
210
|
"slug": "moonbeam-LOCAL-xcACA",
|
|
224
|
-
"logo": "acala",
|
|
225
211
|
"name": "Acala",
|
|
226
212
|
"symbol": "xcACA",
|
|
227
213
|
"decimals": 12,
|
|
@@ -238,7 +224,6 @@
|
|
|
238
224
|
"alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
|
|
239
225
|
"originChain": "alephTest",
|
|
240
226
|
"slug": "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
|
|
241
|
-
"logo": "panx",
|
|
242
227
|
"name": "PANX",
|
|
243
228
|
"symbol": "PANX",
|
|
244
229
|
"decimals": 12,
|
|
@@ -254,7 +239,6 @@
|
|
|
254
239
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
255
240
|
"originChain": "moonbeam",
|
|
256
241
|
"slug": "moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c",
|
|
257
|
-
"logo": null,
|
|
258
242
|
"name": "MoonFit Beast and Beauty",
|
|
259
243
|
"symbol": "MFBB",
|
|
260
244
|
"decimals": null,
|
|
@@ -270,7 +254,6 @@
|
|
|
270
254
|
"ethereum-NATIVE-ETH": {
|
|
271
255
|
"originChain": "ethereum",
|
|
272
256
|
"slug": "ethereum-NATIVE-ETH",
|
|
273
|
-
"logo": "ethereum",
|
|
274
257
|
"name": "Ethereum",
|
|
275
258
|
"symbol": "ETH",
|
|
276
259
|
"decimals": 18,
|
|
@@ -284,7 +267,6 @@
|
|
|
284
267
|
"astar-NATIVE-ASTR": {
|
|
285
268
|
"originChain": "astar",
|
|
286
269
|
"slug": "astar-NATIVE-ASTR",
|
|
287
|
-
"logo": "astar",
|
|
288
270
|
"name": "Astar",
|
|
289
271
|
"symbol": "ASTR",
|
|
290
272
|
"decimals": 18,
|
|
@@ -298,7 +280,6 @@
|
|
|
298
280
|
"astarEvm-NATIVE-ASTR": {
|
|
299
281
|
"originChain": "astarEvm",
|
|
300
282
|
"slug": "astarEvm-NATIVE-ASTR",
|
|
301
|
-
"logo": "astar",
|
|
302
283
|
"name": "Astar",
|
|
303
284
|
"symbol": "ASTR",
|
|
304
285
|
"decimals": 18,
|
|
@@ -312,7 +293,6 @@
|
|
|
312
293
|
"shibuya-NATIVE-SBY": {
|
|
313
294
|
"originChain": "shibuya",
|
|
314
295
|
"slug": "shibuya-NATIVE-SBY",
|
|
315
|
-
"logo": "shibuya",
|
|
316
296
|
"name": "Shibuya",
|
|
317
297
|
"symbol": "SBY",
|
|
318
298
|
"decimals": 18,
|
|
@@ -326,7 +306,6 @@
|
|
|
326
306
|
"shibuyaEvm-NATIVE-SBY": {
|
|
327
307
|
"originChain": "shibuyaEvm",
|
|
328
308
|
"slug": "shibuyaEvm-NATIVE-SBY",
|
|
329
|
-
"logo": "shibuya",
|
|
330
309
|
"name": "Shibuya",
|
|
331
310
|
"symbol": "SBY",
|
|
332
311
|
"decimals": 18,
|
|
@@ -340,7 +319,6 @@
|
|
|
340
319
|
"westend-NATIVE-WND": {
|
|
341
320
|
"originChain": "westend",
|
|
342
321
|
"slug": "westend-NATIVE-WND",
|
|
343
|
-
"logo": "westend",
|
|
344
322
|
"name": "Westend",
|
|
345
323
|
"symbol": "WND",
|
|
346
324
|
"decimals": 12,
|
|
@@ -354,7 +332,6 @@
|
|
|
354
332
|
"rococo-NATIVE-ROC": {
|
|
355
333
|
"originChain": "rococo",
|
|
356
334
|
"slug": "rococo-NATIVE-ROC",
|
|
357
|
-
"logo": "rococo",
|
|
358
335
|
"name": "Rococo",
|
|
359
336
|
"symbol": "ROC",
|
|
360
337
|
"decimals": 12,
|
|
@@ -368,7 +345,6 @@
|
|
|
368
345
|
"bitcountry-NATIVE-NUUM": {
|
|
369
346
|
"originChain": "bitcountry",
|
|
370
347
|
"slug": "bitcountry-NATIVE-NUUM",
|
|
371
|
-
"logo": "bitcountry",
|
|
372
348
|
"name": "Bit.Country - Alpha Net",
|
|
373
349
|
"symbol": "NUUM",
|
|
374
350
|
"decimals": 18,
|
|
@@ -382,7 +358,6 @@
|
|
|
382
358
|
"equilibrium_parachain-NATIVE-EQ": {
|
|
383
359
|
"originChain": "equilibrium_parachain",
|
|
384
360
|
"slug": "equilibrium_parachain-NATIVE-EQ",
|
|
385
|
-
"logo": "equilibrium",
|
|
386
361
|
"name": "Equilibrium",
|
|
387
362
|
"symbol": "EQ",
|
|
388
363
|
"decimals": 9,
|
|
@@ -392,5 +367,18 @@
|
|
|
392
367
|
"metadata": null,
|
|
393
368
|
"multiChainAsset": null,
|
|
394
369
|
"hasValue": true
|
|
370
|
+
},
|
|
371
|
+
"moonbase-NATIVE-DEV": {
|
|
372
|
+
"originChain": "moonbase",
|
|
373
|
+
"slug": "moonbase-NATIVE-DEV",
|
|
374
|
+
"name": "DEV",
|
|
375
|
+
"symbol": "DEV",
|
|
376
|
+
"decimals": 18,
|
|
377
|
+
"priceId": null,
|
|
378
|
+
"minAmount": "0",
|
|
379
|
+
"assetType": "NATIVE",
|
|
380
|
+
"metadata": null,
|
|
381
|
+
"multiChainAsset": "DEV-moonbaseDev",
|
|
382
|
+
"hasValue": false
|
|
395
383
|
}
|
|
396
384
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
"polkadot": {
|
|
3
3
|
"slug": "polkadot",
|
|
4
4
|
"name": "Polkadot",
|
|
5
|
-
"logo": "polkadot",
|
|
6
5
|
"isTestnet": false,
|
|
7
6
|
"chainStatus": "ACTIVE",
|
|
8
7
|
"providers": {
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"kusama": {
|
|
37
36
|
"slug": "kusama",
|
|
38
37
|
"name": "Kusama",
|
|
39
|
-
"logo": "kusama",
|
|
40
38
|
"isTestnet": false,
|
|
41
39
|
"chainStatus": "ACTIVE",
|
|
42
40
|
"providers": {
|
|
@@ -70,7 +68,6 @@
|
|
|
70
68
|
"moonbeam": {
|
|
71
69
|
"slug": "moonbeam",
|
|
72
70
|
"name": "Moonbeam",
|
|
73
|
-
"logo": "moonbeam",
|
|
74
71
|
"isTestnet": false,
|
|
75
72
|
"chainStatus": "ACTIVE",
|
|
76
73
|
"providers": {
|
|
@@ -113,7 +110,6 @@
|
|
|
113
110
|
"acala": {
|
|
114
111
|
"slug": "acala",
|
|
115
112
|
"name": "Acala",
|
|
116
|
-
"logo": "acala",
|
|
117
113
|
"isTestnet": false,
|
|
118
114
|
"chainStatus": "ACTIVE",
|
|
119
115
|
"providers": {
|
|
@@ -146,7 +142,6 @@
|
|
|
146
142
|
"alephTest": {
|
|
147
143
|
"slug": "alephTest",
|
|
148
144
|
"name": "Aleph Zero Testnet",
|
|
149
|
-
"logo": "aleph",
|
|
150
145
|
"isTestnet": true,
|
|
151
146
|
"chainStatus": "ACTIVE",
|
|
152
147
|
"providers": {
|
|
@@ -175,7 +170,6 @@
|
|
|
175
170
|
"ethereum": {
|
|
176
171
|
"slug": "ethereum",
|
|
177
172
|
"name": "Ethereum",
|
|
178
|
-
"logo": "ethereum",
|
|
179
173
|
"isTestnet": false,
|
|
180
174
|
"chainStatus": "ACTIVE",
|
|
181
175
|
"providers": {
|
|
@@ -198,7 +192,6 @@
|
|
|
198
192
|
"astar": {
|
|
199
193
|
"slug": "astar",
|
|
200
194
|
"name": "Astar",
|
|
201
|
-
"logo": "astar",
|
|
202
195
|
"isTestnet": false,
|
|
203
196
|
"chainStatus": "ACTIVE",
|
|
204
197
|
"providers": {
|
|
@@ -233,7 +226,6 @@
|
|
|
233
226
|
"astarEvm": {
|
|
234
227
|
"slug": "astarEvm",
|
|
235
228
|
"name": "Astar - EVM",
|
|
236
|
-
"logo": "astar",
|
|
237
229
|
"isTestnet": false,
|
|
238
230
|
"chainStatus": "ACTIVE",
|
|
239
231
|
"providers": {
|
|
@@ -260,7 +252,6 @@
|
|
|
260
252
|
"shibuya": {
|
|
261
253
|
"slug": "shibuya",
|
|
262
254
|
"name": "Shibuya Testnet",
|
|
263
|
-
"logo": "shibuya",
|
|
264
255
|
"isTestnet": true,
|
|
265
256
|
"chainStatus": "ACTIVE",
|
|
266
257
|
"providers": {
|
|
@@ -290,7 +281,6 @@
|
|
|
290
281
|
"shibuyaEvm": {
|
|
291
282
|
"slug": "shibuyaEvm",
|
|
292
283
|
"name": "Shibuya Testnet - EVM",
|
|
293
|
-
"logo": "shibuya",
|
|
294
284
|
"isTestnet": true,
|
|
295
285
|
"chainStatus": "ACTIVE",
|
|
296
286
|
"providers": {
|
|
@@ -312,7 +302,6 @@
|
|
|
312
302
|
"westend": {
|
|
313
303
|
"slug": "westend",
|
|
314
304
|
"name": "Westend",
|
|
315
|
-
"logo": "westend",
|
|
316
305
|
"isTestnet": true,
|
|
317
306
|
"chainStatus": "ACTIVE",
|
|
318
307
|
"providers": {
|
|
@@ -346,7 +335,6 @@
|
|
|
346
335
|
"rococo": {
|
|
347
336
|
"slug": "rococo",
|
|
348
337
|
"name": "Rococo",
|
|
349
|
-
"logo": "rococo",
|
|
350
338
|
"isTestnet": true,
|
|
351
339
|
"chainStatus": "ACTIVE",
|
|
352
340
|
"providers": {
|
|
@@ -379,7 +367,6 @@
|
|
|
379
367
|
"bitcountry": {
|
|
380
368
|
"slug": "bitcountry",
|
|
381
369
|
"name": "Bit.Country - Alpha Net",
|
|
382
|
-
"logo": "bitcountry",
|
|
383
370
|
"isTestnet": true,
|
|
384
371
|
"chainStatus": "ACTIVE",
|
|
385
372
|
"providers": {
|
|
@@ -408,7 +395,6 @@
|
|
|
408
395
|
"equilibrium_parachain": {
|
|
409
396
|
"slug": "equilibrium_parachain",
|
|
410
397
|
"name": "Equilibrium",
|
|
411
|
-
"logo": "equilibrium",
|
|
412
398
|
"isTestnet": false,
|
|
413
399
|
"chainStatus": "ACTIVE",
|
|
414
400
|
"providers": {
|
|
@@ -434,5 +420,44 @@
|
|
|
434
420
|
"supportStaking": false
|
|
435
421
|
},
|
|
436
422
|
"evmInfo": null
|
|
423
|
+
},
|
|
424
|
+
"moonbase": {
|
|
425
|
+
"slug": "moonbase",
|
|
426
|
+
"name": "Moonbase Alpha",
|
|
427
|
+
"isTestnet": true,
|
|
428
|
+
"chainStatus": "ACTIVE",
|
|
429
|
+
"providers": {
|
|
430
|
+
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
431
|
+
"OnFinality": "wss://moonbeam-alpha.api.onfinality.io/public-ws",
|
|
432
|
+
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
433
|
+
},
|
|
434
|
+
"substrateInfo": {
|
|
435
|
+
"paraId": 1000,
|
|
436
|
+
"relaySlug": null,
|
|
437
|
+
"genesisHash": "0x91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
|
|
438
|
+
"addressPrefix": 1287,
|
|
439
|
+
"crowdloanUrl": null,
|
|
440
|
+
"chainType": "PARACHAIN",
|
|
441
|
+
"blockExplorer": "https://moonbase.subscan.io/",
|
|
442
|
+
|
|
443
|
+
"symbol": "DEV",
|
|
444
|
+
"existentialDeposit": "0",
|
|
445
|
+
"decimals": 18,
|
|
446
|
+
|
|
447
|
+
"hasNativeNft": false,
|
|
448
|
+
"supportStaking": true,
|
|
449
|
+
"supportSmartContract": null
|
|
450
|
+
},
|
|
451
|
+
"evmInfo": {
|
|
452
|
+
"evmChainId": 1287,
|
|
453
|
+
"blockExplorer": "https://moonbase.moonscan.io/",
|
|
454
|
+
|
|
455
|
+
"symbol": "DEV",
|
|
456
|
+
"decimals": 18,
|
|
457
|
+
"existentialDeposit": "0",
|
|
458
|
+
|
|
459
|
+
"supportSmartContract": ["ERC721", "ERC20"],
|
|
460
|
+
"abiExplorer": "https://api-moonbase.moonscan.io/api?module=contract&action=getabi"
|
|
461
|
+
}
|
|
437
462
|
}
|
|
438
463
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
"originChainAsset": "polkadot-NATIVE-DOT",
|
|
5
5
|
"name": "Polkadot",
|
|
6
6
|
"symbol": "DOT",
|
|
7
|
-
"logo": "polkadot",
|
|
8
7
|
"priceId": "polkadot"
|
|
9
8
|
},
|
|
10
9
|
"KSM-Kusama": {
|
|
@@ -12,7 +11,6 @@
|
|
|
12
11
|
"originChainAsset": "kusama-NATIVE-KSM",
|
|
13
12
|
"name": "Kusama",
|
|
14
13
|
"symbol": "KSM",
|
|
15
|
-
"logo": "kusama",
|
|
16
14
|
"priceId": "kusama"
|
|
17
15
|
},
|
|
18
16
|
"GLMR-Moonbeam": {
|
|
@@ -20,7 +18,6 @@
|
|
|
20
18
|
"originChainAsset": "moonbeam-NATIVE-GLMR",
|
|
21
19
|
"name": "Moonbeam",
|
|
22
20
|
"symbol": "GLMR",
|
|
23
|
-
"logo": "moonbeam",
|
|
24
21
|
"priceId": "moonbeam"
|
|
25
22
|
},
|
|
26
23
|
"ACA-Acala": {
|
|
@@ -28,7 +25,6 @@
|
|
|
28
25
|
"originChainAsset": "acala-NATIVE-ACA",
|
|
29
26
|
"name": "Acala",
|
|
30
27
|
"symbol": "ACA",
|
|
31
|
-
"logo": "acala",
|
|
32
28
|
"priceId": "acala"
|
|
33
29
|
},
|
|
34
30
|
"USDT-Tether": {
|
|
@@ -36,7 +32,6 @@
|
|
|
36
32
|
"originChainAsset": null,
|
|
37
33
|
"name": "Tether",
|
|
38
34
|
"symbol": "USDT",
|
|
39
|
-
"logo": "usdt",
|
|
40
35
|
"priceId": "tether"
|
|
41
36
|
},
|
|
42
37
|
"ETH-Ethereum": {
|
|
@@ -44,7 +39,6 @@
|
|
|
44
39
|
"originChainAsset": "ethereum-NATIVE-ETH",
|
|
45
40
|
"name": "Ethereum",
|
|
46
41
|
"symbol": "ETH",
|
|
47
|
-
"logo": "ethereum",
|
|
48
42
|
"priceId": "ethereum"
|
|
49
43
|
},
|
|
50
44
|
"ASTR-Astar": {
|
|
@@ -52,7 +46,6 @@
|
|
|
52
46
|
"originChainAsset": "astar-NATIVE-ASTR",
|
|
53
47
|
"name": "Astar",
|
|
54
48
|
"symbol": "ASTR",
|
|
55
|
-
"logo": "astar",
|
|
56
49
|
"priceId": "astar"
|
|
57
50
|
},
|
|
58
51
|
"aUSD-AcalaDollar": {
|
|
@@ -60,7 +53,13 @@
|
|
|
60
53
|
"originChainAsset": "acala-LOCAL-aUSD",
|
|
61
54
|
"name": "Acala Dollar",
|
|
62
55
|
"symbol": "aUSD",
|
|
63
|
-
"logo": "acalaUsd",
|
|
64
56
|
"priceId": "acala-dollar-acala"
|
|
57
|
+
},
|
|
58
|
+
"DEV-MoonbaseDev": {
|
|
59
|
+
"slug": "DEV-MoonbaseDev",
|
|
60
|
+
"originChainAsset": "moonbase-NATIVE-DEV",
|
|
61
|
+
"name": "Moonbase Dev",
|
|
62
|
+
"symbol": "DEV",
|
|
63
|
+
"priceId": null
|
|
65
64
|
}
|
|
66
65
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.0.
|
|
10
|
+
version: '0.0.10'
|
|
11
11
|
};
|