@subwallet/chain-list 0.2.30-beta.1 → 0.2.30-beta.2
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 +146 -2
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/AssetRef.json +77 -0
- package/cjs/data/ChainAsset.json +56 -2
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/AssetRef.json +77 -0
- package/data/ChainAsset.json +56 -2
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -469,6 +469,9 @@
|
|
|
469
469
|
"energy_web_chain-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_chain-native-ewt.png",
|
|
470
470
|
"energy_web_x_rococo-native-vt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x_rococo-native-vt.png",
|
|
471
471
|
"energy_web_x-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png",
|
|
472
|
+
"acala-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png",
|
|
473
|
+
"parallel-local-aca": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png",
|
|
474
|
+
"hydradx_main-local-cfg": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png",
|
|
472
475
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
473
476
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
474
477
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -512,6 +515,7 @@
|
|
|
512
515
|
"ksm-kusama": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ksm-kusama.png",
|
|
513
516
|
"intr-interlay": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/intr-interlay.png",
|
|
514
517
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
518
|
+
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
515
519
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
516
520
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
517
521
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -567,6 +571,13 @@
|
|
|
567
571
|
srcChain: "polkadot",
|
|
568
572
|
destChain: "bifrost_dot",
|
|
569
573
|
path: "XCM"
|
|
574
|
+
},
|
|
575
|
+
"polkadot-NATIVE-DOT___hydradx_main-LOCAL-DOT": {
|
|
576
|
+
srcAsset: "polkadot-NATIVE-DOT",
|
|
577
|
+
destAsset: "hydradx_main-LOCAL-DOT",
|
|
578
|
+
srcChain: "polkadot",
|
|
579
|
+
destChain: "hydradx_main",
|
|
580
|
+
path: "XCM"
|
|
570
581
|
},
|
|
571
582
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
572
583
|
srcAsset: "kusama-NATIVE-KSM",
|
|
@@ -637,6 +648,13 @@
|
|
|
637
648
|
srcChain: "acala",
|
|
638
649
|
destChain: "moonbeam",
|
|
639
650
|
path: "XCM"
|
|
651
|
+
},
|
|
652
|
+
"acala-NATIVE-ACA___parallel-LOCAL-ACA": {
|
|
653
|
+
srcAsset: "acala-NATIVE-ACA",
|
|
654
|
+
destAsset: "parallel-LOCAL-ACA",
|
|
655
|
+
srcChain: "acala",
|
|
656
|
+
destChain: "parallel",
|
|
657
|
+
path: "XCM"
|
|
640
658
|
},
|
|
641
659
|
"acala-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
642
660
|
srcAsset: "acala-LOCAL-DOT",
|
|
@@ -714,6 +732,13 @@
|
|
|
714
732
|
srcChain: "hydradx_main",
|
|
715
733
|
destChain: "statemint",
|
|
716
734
|
path: "XCM"
|
|
735
|
+
},
|
|
736
|
+
"centrifuge-NATIVE-CFG___hydradx_main-LOCAL-CFG": {
|
|
737
|
+
srcAsset: "centrifuge-NATIVE-CFG",
|
|
738
|
+
destAsset: "hydradx_main-LOCAL-CFG",
|
|
739
|
+
srcChain: "centrifuge",
|
|
740
|
+
destChain: "hydradx_main",
|
|
741
|
+
path: "XCM"
|
|
717
742
|
},
|
|
718
743
|
"interlay-NATIVE-INTR___moonbeam-LOCAL-xcINTR": {
|
|
719
744
|
srcAsset: "interlay-NATIVE-INTR",
|
|
@@ -721,6 +746,13 @@
|
|
|
721
746
|
srcChain: "interlay",
|
|
722
747
|
destChain: "moonbeam",
|
|
723
748
|
path: "XCM"
|
|
749
|
+
},
|
|
750
|
+
"interlay-NATIVE-INTR___acala-LOCAL-INTR": {
|
|
751
|
+
srcAsset: "interlay-NATIVE-INTR",
|
|
752
|
+
destAsset: "acala-LOCAL-INTR",
|
|
753
|
+
srcChain: "interlay",
|
|
754
|
+
destChain: "acala",
|
|
755
|
+
path: "XCM"
|
|
724
756
|
},
|
|
725
757
|
"interlay-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
726
758
|
srcAsset: "interlay-LOCAL-USDT",
|
|
@@ -805,6 +837,34 @@
|
|
|
805
837
|
srcChain: "moonbeam",
|
|
806
838
|
destChain: "statemint",
|
|
807
839
|
path: "XCM"
|
|
840
|
+
},
|
|
841
|
+
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
842
|
+
srcAsset: "bifrost_dot-LOCAL-DOT",
|
|
843
|
+
destAsset: "polkadot-NATIVE-DOT",
|
|
844
|
+
srcChain: "bifrost_dot",
|
|
845
|
+
destChain: "polkadot",
|
|
846
|
+
path: "XCM"
|
|
847
|
+
},
|
|
848
|
+
"parallel-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
849
|
+
srcAsset: "parallel-LOCAL-DOT",
|
|
850
|
+
destAsset: "polkadot-NATIVE-DOT",
|
|
851
|
+
srcChain: "parallel",
|
|
852
|
+
destChain: "polkadot",
|
|
853
|
+
path: "XCM"
|
|
854
|
+
},
|
|
855
|
+
"interlay-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
856
|
+
srcAsset: "interlay-LOCAL-DOT",
|
|
857
|
+
destAsset: "polkadot-NATIVE-DOT",
|
|
858
|
+
srcChain: "interlay",
|
|
859
|
+
destChain: "polkadot",
|
|
860
|
+
path: "XCM"
|
|
861
|
+
},
|
|
862
|
+
"hydradx_main-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
863
|
+
srcAsset: "hydradx_main-LOCAL-DOT",
|
|
864
|
+
destAsset: "polkadot-NATIVE-DOT",
|
|
865
|
+
srcChain: "hydradx_main",
|
|
866
|
+
destChain: "polkadot",
|
|
867
|
+
path: "XCM"
|
|
808
868
|
},
|
|
809
869
|
"statemint-LOCAL-USDC___hydradx_main-LOCAL-USDC": {
|
|
810
870
|
srcAsset: "statemint-LOCAL-USDC",
|
|
@@ -819,6 +879,27 @@
|
|
|
819
879
|
srcChain: "hydradx_main",
|
|
820
880
|
destChain: "statemint",
|
|
821
881
|
path: "XCM"
|
|
882
|
+
},
|
|
883
|
+
"acala-LOCAL-INTR___interlay-NATIVE-INTR": {
|
|
884
|
+
srcAsset: "acala-LOCAL-INTR",
|
|
885
|
+
destAsset: "interlay-NATIVE-INTR",
|
|
886
|
+
srcChain: "acala",
|
|
887
|
+
destChain: "interlay",
|
|
888
|
+
path: "XCM"
|
|
889
|
+
},
|
|
890
|
+
"parallel-LOCAL-ACA___acala-NATIVE-ACA": {
|
|
891
|
+
srcAsset: "parallel-LOCAL-ACA",
|
|
892
|
+
destAsset: "acala-NATIVE-ACA",
|
|
893
|
+
srcChain: "parallel",
|
|
894
|
+
destChain: "acala",
|
|
895
|
+
path: "XCM"
|
|
896
|
+
},
|
|
897
|
+
"hydradx_main-LOCAL-CFG___centrifuge-NATIVE-CFG": {
|
|
898
|
+
srcAsset: "hydradx_main-LOCAL-CFG",
|
|
899
|
+
destAsset: "centrifuge-NATIVE-CFG",
|
|
900
|
+
srcChain: "hydradx_main",
|
|
901
|
+
destChain: "centrifuge",
|
|
902
|
+
path: "XCM"
|
|
822
903
|
}
|
|
823
904
|
};
|
|
824
905
|
|
|
@@ -2283,8 +2364,12 @@
|
|
|
2283
2364
|
priceId: "centrifuge",
|
|
2284
2365
|
minAmount: "1000000000000",
|
|
2285
2366
|
assetType: "NATIVE",
|
|
2286
|
-
metadata:
|
|
2287
|
-
|
|
2367
|
+
metadata: {
|
|
2368
|
+
onChainInfo: {
|
|
2369
|
+
Native: null
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
multiChainAsset: "CFG-Centrifuge",
|
|
2288
2373
|
hasValue: true,
|
|
2289
2374
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/centrifuge-native-cfg.png"
|
|
2290
2375
|
},
|
|
@@ -8227,6 +8312,56 @@
|
|
|
8227
8312
|
multiChainAsset: null,
|
|
8228
8313
|
hasValue: true,
|
|
8229
8314
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png"
|
|
8315
|
+
},
|
|
8316
|
+
"acala-LOCAL-INTR": {
|
|
8317
|
+
originChain: "acala",
|
|
8318
|
+
slug: "acala-LOCAL-INTR",
|
|
8319
|
+
name: "Interlay",
|
|
8320
|
+
symbol: "INTR",
|
|
8321
|
+
decimals: 10,
|
|
8322
|
+
priceId: "interlay",
|
|
8323
|
+
minAmount: "1000000000",
|
|
8324
|
+
assetType: "LOCAL",
|
|
8325
|
+
metadata: {
|
|
8326
|
+
onChainInfo: {
|
|
8327
|
+
ForeignAsset: 4
|
|
8328
|
+
}
|
|
8329
|
+
},
|
|
8330
|
+
multiChainAsset: "INTR-Interlay",
|
|
8331
|
+
hasValue: true,
|
|
8332
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png"
|
|
8333
|
+
},
|
|
8334
|
+
"parallel-LOCAL-ACA": {
|
|
8335
|
+
originChain: "parallel",
|
|
8336
|
+
slug: "parallel-LOCAL-ACA",
|
|
8337
|
+
name: "ACA",
|
|
8338
|
+
symbol: "ACA",
|
|
8339
|
+
decimals: 12,
|
|
8340
|
+
priceId: "acala",
|
|
8341
|
+
minAmount: "0",
|
|
8342
|
+
assetType: "LOCAL",
|
|
8343
|
+
metadata: {
|
|
8344
|
+
assetId: "108"
|
|
8345
|
+
},
|
|
8346
|
+
multiChainAsset: "ACA-Acala",
|
|
8347
|
+
hasValue: true,
|
|
8348
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png"
|
|
8349
|
+
},
|
|
8350
|
+
"hydradx_main-LOCAL-CFG": {
|
|
8351
|
+
originChain: "hydradx_main",
|
|
8352
|
+
slug: "hydradx_main-LOCAL-CFG",
|
|
8353
|
+
name: "CFG",
|
|
8354
|
+
symbol: "CFG",
|
|
8355
|
+
decimals: 18,
|
|
8356
|
+
priceId: "centrifuge",
|
|
8357
|
+
minAmount: "0",
|
|
8358
|
+
assetType: "LOCAL",
|
|
8359
|
+
metadata: {
|
|
8360
|
+
assetId: "13"
|
|
8361
|
+
},
|
|
8362
|
+
multiChainAsset: "CFG-Centrifuge",
|
|
8363
|
+
hasValue: true,
|
|
8364
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
8230
8365
|
}
|
|
8231
8366
|
};
|
|
8232
8367
|
|
|
@@ -16560,6 +16695,15 @@
|
|
|
16560
16695
|
priceId: "enjincoin",
|
|
16561
16696
|
hasValue: true,
|
|
16562
16697
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png"
|
|
16698
|
+
},
|
|
16699
|
+
"CFG-Centrifuge": {
|
|
16700
|
+
slug: "CFG-Centrifuge",
|
|
16701
|
+
originChainAsset: "centrifuge-NATIVE-CFG",
|
|
16702
|
+
name: "Centrifuge",
|
|
16703
|
+
symbol: "CFG",
|
|
16704
|
+
priceId: "centrifuge",
|
|
16705
|
+
hasValue: true,
|
|
16706
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png"
|
|
16563
16707
|
}
|
|
16564
16708
|
};
|
|
16565
16709
|
|
|
@@ -461,6 +461,9 @@
|
|
|
461
461
|
"energy_web_chain-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_chain-native-ewt.png",
|
|
462
462
|
"energy_web_x_rococo-native-vt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x_rococo-native-vt.png",
|
|
463
463
|
"energy_web_x-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png",
|
|
464
|
+
"acala-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png",
|
|
465
|
+
"parallel-local-aca": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png",
|
|
466
|
+
"hydradx_main-local-cfg": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png",
|
|
464
467
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
465
468
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
466
469
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -504,6 +507,7 @@
|
|
|
504
507
|
"ksm-kusama": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ksm-kusama.png",
|
|
505
508
|
"intr-interlay": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/intr-interlay.png",
|
|
506
509
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
510
|
+
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
507
511
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
508
512
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
509
513
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -48,6 +48,13 @@
|
|
|
48
48
|
"destChain": "bifrost_dot",
|
|
49
49
|
"path": "XCM"
|
|
50
50
|
},
|
|
51
|
+
"polkadot-NATIVE-DOT___hydradx_main-LOCAL-DOT": {
|
|
52
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
53
|
+
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
54
|
+
"srcChain": "polkadot",
|
|
55
|
+
"destChain": "hydradx_main",
|
|
56
|
+
"path": "XCM"
|
|
57
|
+
},
|
|
51
58
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
52
59
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
53
60
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -118,6 +125,13 @@
|
|
|
118
125
|
"destChain": "moonbeam",
|
|
119
126
|
"path": "XCM"
|
|
120
127
|
},
|
|
128
|
+
"acala-NATIVE-ACA___parallel-LOCAL-ACA": {
|
|
129
|
+
"srcAsset": "acala-NATIVE-ACA",
|
|
130
|
+
"destAsset": "parallel-LOCAL-ACA",
|
|
131
|
+
"srcChain": "acala",
|
|
132
|
+
"destChain": "parallel",
|
|
133
|
+
"path": "XCM"
|
|
134
|
+
},
|
|
121
135
|
"acala-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
122
136
|
"srcAsset": "acala-LOCAL-DOT",
|
|
123
137
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -195,6 +209,13 @@
|
|
|
195
209
|
"destChain": "statemint",
|
|
196
210
|
"path": "XCM"
|
|
197
211
|
},
|
|
212
|
+
"centrifuge-NATIVE-CFG___hydradx_main-LOCAL-CFG": {
|
|
213
|
+
"srcAsset": "centrifuge-NATIVE-CFG",
|
|
214
|
+
"destAsset": "hydradx_main-LOCAL-CFG",
|
|
215
|
+
"srcChain": "centrifuge",
|
|
216
|
+
"destChain": "hydradx_main",
|
|
217
|
+
"path": "XCM"
|
|
218
|
+
},
|
|
198
219
|
"interlay-NATIVE-INTR___moonbeam-LOCAL-xcINTR": {
|
|
199
220
|
"srcAsset": "interlay-NATIVE-INTR",
|
|
200
221
|
"destAsset": "moonbeam-LOCAL-xcINTR",
|
|
@@ -202,6 +223,13 @@
|
|
|
202
223
|
"destChain": "moonbeam",
|
|
203
224
|
"path": "XCM"
|
|
204
225
|
},
|
|
226
|
+
"interlay-NATIVE-INTR___acala-LOCAL-INTR": {
|
|
227
|
+
"srcAsset": "interlay-NATIVE-INTR",
|
|
228
|
+
"destAsset": "acala-LOCAL-INTR",
|
|
229
|
+
"srcChain": "interlay",
|
|
230
|
+
"destChain": "acala",
|
|
231
|
+
"path": "XCM"
|
|
232
|
+
},
|
|
205
233
|
"interlay-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
206
234
|
"srcAsset": "interlay-LOCAL-USDT",
|
|
207
235
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -286,6 +314,34 @@
|
|
|
286
314
|
"destChain": "statemint",
|
|
287
315
|
"path": "XCM"
|
|
288
316
|
},
|
|
317
|
+
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
318
|
+
"srcAsset": "bifrost_dot-LOCAL-DOT",
|
|
319
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
320
|
+
"srcChain": "bifrost_dot",
|
|
321
|
+
"destChain": "polkadot",
|
|
322
|
+
"path": "XCM"
|
|
323
|
+
},
|
|
324
|
+
"parallel-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
325
|
+
"srcAsset": "parallel-LOCAL-DOT",
|
|
326
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
327
|
+
"srcChain": "parallel",
|
|
328
|
+
"destChain": "polkadot",
|
|
329
|
+
"path": "XCM"
|
|
330
|
+
},
|
|
331
|
+
"interlay-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
332
|
+
"srcAsset": "interlay-LOCAL-DOT",
|
|
333
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
334
|
+
"srcChain": "interlay",
|
|
335
|
+
"destChain": "polkadot",
|
|
336
|
+
"path": "XCM"
|
|
337
|
+
},
|
|
338
|
+
"hydradx_main-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
339
|
+
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
340
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
341
|
+
"srcChain": "hydradx_main",
|
|
342
|
+
"destChain": "polkadot",
|
|
343
|
+
"path": "XCM"
|
|
344
|
+
},
|
|
289
345
|
"statemint-LOCAL-USDC___hydradx_main-LOCAL-USDC": {
|
|
290
346
|
"srcAsset": "statemint-LOCAL-USDC",
|
|
291
347
|
"destAsset": "hydradx_main-LOCAL-USDC",
|
|
@@ -299,5 +355,26 @@
|
|
|
299
355
|
"srcChain": "hydradx_main",
|
|
300
356
|
"destChain": "statemint",
|
|
301
357
|
"path": "XCM"
|
|
358
|
+
},
|
|
359
|
+
"acala-LOCAL-INTR___interlay-NATIVE-INTR": {
|
|
360
|
+
"srcAsset": "acala-LOCAL-INTR",
|
|
361
|
+
"destAsset": "interlay-NATIVE-INTR",
|
|
362
|
+
"srcChain": "acala",
|
|
363
|
+
"destChain": "interlay",
|
|
364
|
+
"path": "XCM"
|
|
365
|
+
},
|
|
366
|
+
"parallel-LOCAL-ACA___acala-NATIVE-ACA": {
|
|
367
|
+
"srcAsset": "parallel-LOCAL-ACA",
|
|
368
|
+
"destAsset": "acala-NATIVE-ACA",
|
|
369
|
+
"srcChain": "parallel",
|
|
370
|
+
"destChain": "acala",
|
|
371
|
+
"path": "XCM"
|
|
372
|
+
},
|
|
373
|
+
"hydradx_main-LOCAL-CFG___centrifuge-NATIVE-CFG": {
|
|
374
|
+
"srcAsset": "hydradx_main-LOCAL-CFG",
|
|
375
|
+
"destAsset": "centrifuge-NATIVE-CFG",
|
|
376
|
+
"srcChain": "hydradx_main",
|
|
377
|
+
"destChain": "centrifuge",
|
|
378
|
+
"path": "XCM"
|
|
302
379
|
}
|
|
303
380
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1459,8 +1459,12 @@
|
|
|
1459
1459
|
"priceId": "centrifuge",
|
|
1460
1460
|
"minAmount": "1000000000000",
|
|
1461
1461
|
"assetType": "NATIVE",
|
|
1462
|
-
"metadata":
|
|
1463
|
-
|
|
1462
|
+
"metadata": {
|
|
1463
|
+
"onChainInfo": {
|
|
1464
|
+
"Native": null
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"multiChainAsset": "CFG-Centrifuge",
|
|
1464
1468
|
"hasValue": true,
|
|
1465
1469
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/centrifuge-native-cfg.png"
|
|
1466
1470
|
},
|
|
@@ -7403,5 +7407,55 @@
|
|
|
7403
7407
|
"multiChainAsset": null,
|
|
7404
7408
|
"hasValue": true,
|
|
7405
7409
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png"
|
|
7410
|
+
},
|
|
7411
|
+
"acala-LOCAL-INTR": {
|
|
7412
|
+
"originChain": "acala",
|
|
7413
|
+
"slug": "acala-LOCAL-INTR",
|
|
7414
|
+
"name": "Interlay",
|
|
7415
|
+
"symbol": "INTR",
|
|
7416
|
+
"decimals": 10,
|
|
7417
|
+
"priceId": "interlay",
|
|
7418
|
+
"minAmount": "1000000000",
|
|
7419
|
+
"assetType": "LOCAL",
|
|
7420
|
+
"metadata": {
|
|
7421
|
+
"onChainInfo": {
|
|
7422
|
+
"ForeignAsset": 4
|
|
7423
|
+
}
|
|
7424
|
+
},
|
|
7425
|
+
"multiChainAsset": "INTR-Interlay",
|
|
7426
|
+
"hasValue": true,
|
|
7427
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png"
|
|
7428
|
+
},
|
|
7429
|
+
"parallel-LOCAL-ACA": {
|
|
7430
|
+
"originChain": "parallel",
|
|
7431
|
+
"slug": "parallel-LOCAL-ACA",
|
|
7432
|
+
"name": "ACA",
|
|
7433
|
+
"symbol": "ACA",
|
|
7434
|
+
"decimals": 12,
|
|
7435
|
+
"priceId": "acala",
|
|
7436
|
+
"minAmount": "0",
|
|
7437
|
+
"assetType": "LOCAL",
|
|
7438
|
+
"metadata": {
|
|
7439
|
+
"assetId": "108"
|
|
7440
|
+
},
|
|
7441
|
+
"multiChainAsset": "ACA-Acala",
|
|
7442
|
+
"hasValue": true,
|
|
7443
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png"
|
|
7444
|
+
},
|
|
7445
|
+
"hydradx_main-LOCAL-CFG": {
|
|
7446
|
+
"originChain": "hydradx_main",
|
|
7447
|
+
"slug": "hydradx_main-LOCAL-CFG",
|
|
7448
|
+
"name": "CFG",
|
|
7449
|
+
"symbol": "CFG",
|
|
7450
|
+
"decimals": 18,
|
|
7451
|
+
"priceId": "centrifuge",
|
|
7452
|
+
"minAmount": "0",
|
|
7453
|
+
"assetType": "LOCAL",
|
|
7454
|
+
"metadata": {
|
|
7455
|
+
"assetId": "13"
|
|
7456
|
+
},
|
|
7457
|
+
"multiChainAsset": "CFG-Centrifuge",
|
|
7458
|
+
"hasValue": true,
|
|
7459
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
7406
7460
|
}
|
|
7407
7461
|
}
|
|
@@ -385,5 +385,14 @@
|
|
|
385
385
|
"priceId": "enjincoin",
|
|
386
386
|
"hasValue": true,
|
|
387
387
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png"
|
|
388
|
+
},
|
|
389
|
+
"CFG-Centrifuge": {
|
|
390
|
+
"slug": "CFG-Centrifuge",
|
|
391
|
+
"originChainAsset": "centrifuge-NATIVE-CFG",
|
|
392
|
+
"name": "Centrifuge",
|
|
393
|
+
"symbol": "CFG",
|
|
394
|
+
"priceId": "centrifuge",
|
|
395
|
+
"hasValue": true,
|
|
396
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png"
|
|
388
397
|
}
|
|
389
398
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -461,6 +461,9 @@
|
|
|
461
461
|
"energy_web_chain-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_chain-native-ewt.png",
|
|
462
462
|
"energy_web_x_rococo-native-vt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x_rococo-native-vt.png",
|
|
463
463
|
"energy_web_x-native-ewt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png",
|
|
464
|
+
"acala-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png",
|
|
465
|
+
"parallel-local-aca": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png",
|
|
466
|
+
"hydradx_main-local-cfg": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png",
|
|
464
467
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
465
468
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
466
469
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -504,6 +507,7 @@
|
|
|
504
507
|
"ksm-kusama": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ksm-kusama.png",
|
|
505
508
|
"intr-interlay": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/intr-interlay.png",
|
|
506
509
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
510
|
+
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
507
511
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
508
512
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
509
513
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -48,6 +48,13 @@
|
|
|
48
48
|
"destChain": "bifrost_dot",
|
|
49
49
|
"path": "XCM"
|
|
50
50
|
},
|
|
51
|
+
"polkadot-NATIVE-DOT___hydradx_main-LOCAL-DOT": {
|
|
52
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
53
|
+
"destAsset": "hydradx_main-LOCAL-DOT",
|
|
54
|
+
"srcChain": "polkadot",
|
|
55
|
+
"destChain": "hydradx_main",
|
|
56
|
+
"path": "XCM"
|
|
57
|
+
},
|
|
51
58
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
52
59
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
53
60
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -118,6 +125,13 @@
|
|
|
118
125
|
"destChain": "moonbeam",
|
|
119
126
|
"path": "XCM"
|
|
120
127
|
},
|
|
128
|
+
"acala-NATIVE-ACA___parallel-LOCAL-ACA": {
|
|
129
|
+
"srcAsset": "acala-NATIVE-ACA",
|
|
130
|
+
"destAsset": "parallel-LOCAL-ACA",
|
|
131
|
+
"srcChain": "acala",
|
|
132
|
+
"destChain": "parallel",
|
|
133
|
+
"path": "XCM"
|
|
134
|
+
},
|
|
121
135
|
"acala-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
122
136
|
"srcAsset": "acala-LOCAL-DOT",
|
|
123
137
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -195,6 +209,13 @@
|
|
|
195
209
|
"destChain": "statemint",
|
|
196
210
|
"path": "XCM"
|
|
197
211
|
},
|
|
212
|
+
"centrifuge-NATIVE-CFG___hydradx_main-LOCAL-CFG": {
|
|
213
|
+
"srcAsset": "centrifuge-NATIVE-CFG",
|
|
214
|
+
"destAsset": "hydradx_main-LOCAL-CFG",
|
|
215
|
+
"srcChain": "centrifuge",
|
|
216
|
+
"destChain": "hydradx_main",
|
|
217
|
+
"path": "XCM"
|
|
218
|
+
},
|
|
198
219
|
"interlay-NATIVE-INTR___moonbeam-LOCAL-xcINTR": {
|
|
199
220
|
"srcAsset": "interlay-NATIVE-INTR",
|
|
200
221
|
"destAsset": "moonbeam-LOCAL-xcINTR",
|
|
@@ -202,6 +223,13 @@
|
|
|
202
223
|
"destChain": "moonbeam",
|
|
203
224
|
"path": "XCM"
|
|
204
225
|
},
|
|
226
|
+
"interlay-NATIVE-INTR___acala-LOCAL-INTR": {
|
|
227
|
+
"srcAsset": "interlay-NATIVE-INTR",
|
|
228
|
+
"destAsset": "acala-LOCAL-INTR",
|
|
229
|
+
"srcChain": "interlay",
|
|
230
|
+
"destChain": "acala",
|
|
231
|
+
"path": "XCM"
|
|
232
|
+
},
|
|
205
233
|
"interlay-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
206
234
|
"srcAsset": "interlay-LOCAL-USDT",
|
|
207
235
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -286,6 +314,34 @@
|
|
|
286
314
|
"destChain": "statemint",
|
|
287
315
|
"path": "XCM"
|
|
288
316
|
},
|
|
317
|
+
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
318
|
+
"srcAsset": "bifrost_dot-LOCAL-DOT",
|
|
319
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
320
|
+
"srcChain": "bifrost_dot",
|
|
321
|
+
"destChain": "polkadot",
|
|
322
|
+
"path": "XCM"
|
|
323
|
+
},
|
|
324
|
+
"parallel-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
325
|
+
"srcAsset": "parallel-LOCAL-DOT",
|
|
326
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
327
|
+
"srcChain": "parallel",
|
|
328
|
+
"destChain": "polkadot",
|
|
329
|
+
"path": "XCM"
|
|
330
|
+
},
|
|
331
|
+
"interlay-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
332
|
+
"srcAsset": "interlay-LOCAL-DOT",
|
|
333
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
334
|
+
"srcChain": "interlay",
|
|
335
|
+
"destChain": "polkadot",
|
|
336
|
+
"path": "XCM"
|
|
337
|
+
},
|
|
338
|
+
"hydradx_main-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
339
|
+
"srcAsset": "hydradx_main-LOCAL-DOT",
|
|
340
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
341
|
+
"srcChain": "hydradx_main",
|
|
342
|
+
"destChain": "polkadot",
|
|
343
|
+
"path": "XCM"
|
|
344
|
+
},
|
|
289
345
|
"statemint-LOCAL-USDC___hydradx_main-LOCAL-USDC": {
|
|
290
346
|
"srcAsset": "statemint-LOCAL-USDC",
|
|
291
347
|
"destAsset": "hydradx_main-LOCAL-USDC",
|
|
@@ -299,5 +355,26 @@
|
|
|
299
355
|
"srcChain": "hydradx_main",
|
|
300
356
|
"destChain": "statemint",
|
|
301
357
|
"path": "XCM"
|
|
358
|
+
},
|
|
359
|
+
"acala-LOCAL-INTR___interlay-NATIVE-INTR": {
|
|
360
|
+
"srcAsset": "acala-LOCAL-INTR",
|
|
361
|
+
"destAsset": "interlay-NATIVE-INTR",
|
|
362
|
+
"srcChain": "acala",
|
|
363
|
+
"destChain": "interlay",
|
|
364
|
+
"path": "XCM"
|
|
365
|
+
},
|
|
366
|
+
"parallel-LOCAL-ACA___acala-NATIVE-ACA": {
|
|
367
|
+
"srcAsset": "parallel-LOCAL-ACA",
|
|
368
|
+
"destAsset": "acala-NATIVE-ACA",
|
|
369
|
+
"srcChain": "parallel",
|
|
370
|
+
"destChain": "acala",
|
|
371
|
+
"path": "XCM"
|
|
372
|
+
},
|
|
373
|
+
"hydradx_main-LOCAL-CFG___centrifuge-NATIVE-CFG": {
|
|
374
|
+
"srcAsset": "hydradx_main-LOCAL-CFG",
|
|
375
|
+
"destAsset": "centrifuge-NATIVE-CFG",
|
|
376
|
+
"srcChain": "hydradx_main",
|
|
377
|
+
"destChain": "centrifuge",
|
|
378
|
+
"path": "XCM"
|
|
302
379
|
}
|
|
303
380
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -1459,8 +1459,12 @@
|
|
|
1459
1459
|
"priceId": "centrifuge",
|
|
1460
1460
|
"minAmount": "1000000000000",
|
|
1461
1461
|
"assetType": "NATIVE",
|
|
1462
|
-
"metadata":
|
|
1463
|
-
|
|
1462
|
+
"metadata": {
|
|
1463
|
+
"onChainInfo": {
|
|
1464
|
+
"Native": null
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"multiChainAsset": "CFG-Centrifuge",
|
|
1464
1468
|
"hasValue": true,
|
|
1465
1469
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/centrifuge-native-cfg.png"
|
|
1466
1470
|
},
|
|
@@ -7403,5 +7407,55 @@
|
|
|
7403
7407
|
"multiChainAsset": null,
|
|
7404
7408
|
"hasValue": true,
|
|
7405
7409
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/energy_web_x-native-ewt.png"
|
|
7410
|
+
},
|
|
7411
|
+
"acala-LOCAL-INTR": {
|
|
7412
|
+
"originChain": "acala",
|
|
7413
|
+
"slug": "acala-LOCAL-INTR",
|
|
7414
|
+
"name": "Interlay",
|
|
7415
|
+
"symbol": "INTR",
|
|
7416
|
+
"decimals": 10,
|
|
7417
|
+
"priceId": "interlay",
|
|
7418
|
+
"minAmount": "1000000000",
|
|
7419
|
+
"assetType": "LOCAL",
|
|
7420
|
+
"metadata": {
|
|
7421
|
+
"onChainInfo": {
|
|
7422
|
+
"ForeignAsset": 4
|
|
7423
|
+
}
|
|
7424
|
+
},
|
|
7425
|
+
"multiChainAsset": "INTR-Interlay",
|
|
7426
|
+
"hasValue": true,
|
|
7427
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png"
|
|
7428
|
+
},
|
|
7429
|
+
"parallel-LOCAL-ACA": {
|
|
7430
|
+
"originChain": "parallel",
|
|
7431
|
+
"slug": "parallel-LOCAL-ACA",
|
|
7432
|
+
"name": "ACA",
|
|
7433
|
+
"symbol": "ACA",
|
|
7434
|
+
"decimals": 12,
|
|
7435
|
+
"priceId": "acala",
|
|
7436
|
+
"minAmount": "0",
|
|
7437
|
+
"assetType": "LOCAL",
|
|
7438
|
+
"metadata": {
|
|
7439
|
+
"assetId": "108"
|
|
7440
|
+
},
|
|
7441
|
+
"multiChainAsset": "ACA-Acala",
|
|
7442
|
+
"hasValue": true,
|
|
7443
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png"
|
|
7444
|
+
},
|
|
7445
|
+
"hydradx_main-LOCAL-CFG": {
|
|
7446
|
+
"originChain": "hydradx_main",
|
|
7447
|
+
"slug": "hydradx_main-LOCAL-CFG",
|
|
7448
|
+
"name": "CFG",
|
|
7449
|
+
"symbol": "CFG",
|
|
7450
|
+
"decimals": 18,
|
|
7451
|
+
"priceId": "centrifuge",
|
|
7452
|
+
"minAmount": "0",
|
|
7453
|
+
"assetType": "LOCAL",
|
|
7454
|
+
"metadata": {
|
|
7455
|
+
"assetId": "13"
|
|
7456
|
+
},
|
|
7457
|
+
"multiChainAsset": "CFG-Centrifuge",
|
|
7458
|
+
"hasValue": true,
|
|
7459
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
7406
7460
|
}
|
|
7407
7461
|
}
|
|
@@ -385,5 +385,14 @@
|
|
|
385
385
|
"priceId": "enjincoin",
|
|
386
386
|
"hasValue": true,
|
|
387
387
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png"
|
|
388
|
+
},
|
|
389
|
+
"CFG-Centrifuge": {
|
|
390
|
+
"slug": "CFG-Centrifuge",
|
|
391
|
+
"originChainAsset": "centrifuge-NATIVE-CFG",
|
|
392
|
+
"name": "Centrifuge",
|
|
393
|
+
"symbol": "CFG",
|
|
394
|
+
"priceId": "centrifuge",
|
|
395
|
+
"hasValue": true,
|
|
396
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png"
|
|
388
397
|
}
|
|
389
398
|
}
|
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.2.30-beta.
|
|
10
|
+
version: '0.2.30-beta.2'
|
|
11
11
|
};
|