@subwallet/chain-list 0.2.39-beta.0 → 0.2.39-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 +115 -3
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/AssetRef.json +42 -0
- package/cjs/data/ChainAsset.json +60 -3
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/AssetRef.json +42 -0
- package/data/ChainAsset.json +60 -3
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -479,6 +479,9 @@
|
|
|
479
479
|
"polkadex_dot-native-pdex": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadex_dot-native-pdex.png",
|
|
480
480
|
"bifrost_dot-local-bncs": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-bncs.png",
|
|
481
481
|
"manta_network-native-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-native-manta.png",
|
|
482
|
+
"manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png",
|
|
483
|
+
"manta_network-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png",
|
|
484
|
+
"moonbeam-local-xcmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png",
|
|
482
485
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
483
486
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
484
487
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -523,6 +526,7 @@
|
|
|
523
526
|
"intr-interlay": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/intr-interlay.png",
|
|
524
527
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
525
528
|
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
529
|
+
"manta-mantaatlantic": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png",
|
|
526
530
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
527
531
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
528
532
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -585,6 +589,13 @@
|
|
|
585
589
|
srcChain: "polkadot",
|
|
586
590
|
destChain: "hydradx_main",
|
|
587
591
|
path: "XCM"
|
|
592
|
+
},
|
|
593
|
+
"polkadot-NATIVE-DOT___manta_network-LOCAL-DOT": {
|
|
594
|
+
srcAsset: "polkadot-NATIVE-DOT",
|
|
595
|
+
destAsset: "manta_network-LOCAL-DOT",
|
|
596
|
+
srcChain: "polkadot",
|
|
597
|
+
destChain: "manta_network",
|
|
598
|
+
path: "XCM"
|
|
588
599
|
},
|
|
589
600
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
590
601
|
srcAsset: "kusama-NATIVE-KSM",
|
|
@@ -690,6 +701,13 @@
|
|
|
690
701
|
srcChain: "moonbeam",
|
|
691
702
|
destChain: "polkadot",
|
|
692
703
|
path: "XCM"
|
|
704
|
+
},
|
|
705
|
+
"moonbeam-LOCAL-xcDOT___manta_network-LOCAL-DOT": {
|
|
706
|
+
srcAsset: "moonbeam-LOCAL-xcDOT",
|
|
707
|
+
destAsset: "manta_network-LOCAL-DOT",
|
|
708
|
+
srcChain: "moonbeam",
|
|
709
|
+
destChain: "manta_network",
|
|
710
|
+
path: "XCM"
|
|
693
711
|
},
|
|
694
712
|
"moonbeam-LOCAL-xcINTR___interlay-NATIVE-INTR": {
|
|
695
713
|
srcAsset: "moonbeam-LOCAL-xcINTR",
|
|
@@ -907,6 +925,34 @@
|
|
|
907
925
|
srcChain: "hydradx_main",
|
|
908
926
|
destChain: "centrifuge",
|
|
909
927
|
path: "XCM"
|
|
928
|
+
},
|
|
929
|
+
"manta_network-NATIVE-MANTA___moonbeam-LOCAL-xcMANTA": {
|
|
930
|
+
srcAsset: "manta_network-NATIVE-MANTA",
|
|
931
|
+
destAsset: "moonbeam-LOCAL-xcMANTA",
|
|
932
|
+
srcChain: "manta_network",
|
|
933
|
+
destChain: "moonbeam",
|
|
934
|
+
path: "XCM"
|
|
935
|
+
},
|
|
936
|
+
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
937
|
+
srcAsset: "manta_network-LOCAL-DOT",
|
|
938
|
+
destAsset: "polkadot-NATIVE-DOT",
|
|
939
|
+
srcChain: "manta_network",
|
|
940
|
+
destChain: "polkadot",
|
|
941
|
+
path: "XCM"
|
|
942
|
+
},
|
|
943
|
+
"manta_network-LOCAL-DOT___moonbeam-LOCAL-xcDOT": {
|
|
944
|
+
srcAsset: "manta_network-LOCAL-DOT",
|
|
945
|
+
destAsset: "moonbeam-LOCAL-xcDOT",
|
|
946
|
+
srcChain: "manta_network",
|
|
947
|
+
destChain: "moonbeam",
|
|
948
|
+
path: "XCM"
|
|
949
|
+
},
|
|
950
|
+
"moonbeam-LOCAL-xcMANTA___manta_network-NATIVE-MANTA": {
|
|
951
|
+
srcAsset: "moonbeam-LOCAL-xcMANTA",
|
|
952
|
+
destAsset: "manta_network-NATIVE-MANTA",
|
|
953
|
+
srcChain: "moonbeam",
|
|
954
|
+
destChain: "manta_network",
|
|
955
|
+
path: "XCM"
|
|
910
956
|
}
|
|
911
957
|
};
|
|
912
958
|
|
|
@@ -1331,7 +1377,7 @@
|
|
|
1331
1377
|
symbol: "xcDOT",
|
|
1332
1378
|
decimals: 10,
|
|
1333
1379
|
priceId: "polkadot",
|
|
1334
|
-
minAmount:
|
|
1380
|
+
minAmount: "1",
|
|
1335
1381
|
assetType: "LOCAL",
|
|
1336
1382
|
metadata: {
|
|
1337
1383
|
assetId: "42259045809535163221576417993425387648",
|
|
@@ -8466,13 +8512,70 @@
|
|
|
8466
8512
|
name: "Manta Atlantic",
|
|
8467
8513
|
symbol: "MANTA",
|
|
8468
8514
|
decimals: 18,
|
|
8469
|
-
priceId:
|
|
8515
|
+
priceId: "manta_network",
|
|
8470
8516
|
minAmount: "100000000000000000",
|
|
8471
8517
|
assetType: "NATIVE",
|
|
8472
|
-
metadata:
|
|
8518
|
+
metadata: {
|
|
8519
|
+
onChainInfo: {
|
|
8520
|
+
MantaCurrency: "1"
|
|
8521
|
+
}
|
|
8522
|
+
},
|
|
8473
8523
|
multiChainAsset: null,
|
|
8474
8524
|
hasValue: null,
|
|
8475
8525
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-native-manta.png"
|
|
8526
|
+
},
|
|
8527
|
+
"manta_network_evm-ERC20-MANTA-0x95CeF13441Be50d20cA4558CC0a27B601aC544E5": {
|
|
8528
|
+
originChain: "manta_network_evm",
|
|
8529
|
+
slug: "manta_network_evm-ERC20-MANTA-0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
|
|
8530
|
+
name: "Manta Pacific",
|
|
8531
|
+
symbol: "MANTA",
|
|
8532
|
+
decimals: 18,
|
|
8533
|
+
priceId: "manta-network",
|
|
8534
|
+
minAmount: null,
|
|
8535
|
+
assetType: "ERC20",
|
|
8536
|
+
metadata: {
|
|
8537
|
+
contractAddress: "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5"
|
|
8538
|
+
},
|
|
8539
|
+
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8540
|
+
hasValue: true,
|
|
8541
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png"
|
|
8542
|
+
},
|
|
8543
|
+
"manta_network-LOCAL-DOT": {
|
|
8544
|
+
originChain: "manta_network",
|
|
8545
|
+
slug: "manta_network-LOCAL-DOT",
|
|
8546
|
+
name: "Polkadot",
|
|
8547
|
+
symbol: "DOT",
|
|
8548
|
+
decimals: 10,
|
|
8549
|
+
priceId: "polkadot",
|
|
8550
|
+
minAmount: "1",
|
|
8551
|
+
assetType: "LOCAL",
|
|
8552
|
+
metadata: {
|
|
8553
|
+
assetId: "8",
|
|
8554
|
+
onChainInfo: {
|
|
8555
|
+
MantaCurrency: "8"
|
|
8556
|
+
}
|
|
8557
|
+
},
|
|
8558
|
+
multiChainAsset: "DOT-Polkadot",
|
|
8559
|
+
hasValue: true,
|
|
8560
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png"
|
|
8561
|
+
},
|
|
8562
|
+
"moonbeam-LOCAL-xcMANTA": {
|
|
8563
|
+
originChain: "moonbeam",
|
|
8564
|
+
slug: "moonbeam-LOCAL-xcMANTA",
|
|
8565
|
+
name: "Manta Atlantic",
|
|
8566
|
+
symbol: "xcMANTA",
|
|
8567
|
+
decimals: 18,
|
|
8568
|
+
priceId: "manta_network",
|
|
8569
|
+
minAmount: "1",
|
|
8570
|
+
assetType: "LOCAL",
|
|
8571
|
+
metadata: {
|
|
8572
|
+
assetId: "166446646689194205559791995948102903873",
|
|
8573
|
+
assetType: "ForeignAsset",
|
|
8574
|
+
contractAddress: "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841"
|
|
8575
|
+
},
|
|
8576
|
+
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8577
|
+
hasValue: true,
|
|
8578
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
8476
8579
|
}
|
|
8477
8580
|
};
|
|
8478
8581
|
|
|
@@ -16891,6 +16994,15 @@
|
|
|
16891
16994
|
priceId: "centrifuge",
|
|
16892
16995
|
hasValue: true,
|
|
16893
16996
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png"
|
|
16997
|
+
},
|
|
16998
|
+
"MANTA-MantaAtlantic": {
|
|
16999
|
+
slug: "MANTA-MantaAtlantic",
|
|
17000
|
+
originChainAsset: "manta_network-NATIVE-MANTA",
|
|
17001
|
+
name: "Manta Atlantic",
|
|
17002
|
+
symbol: "MANTA",
|
|
17003
|
+
priceId: "manta-network",
|
|
17004
|
+
hasValue: true,
|
|
17005
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
16894
17006
|
}
|
|
16895
17007
|
};
|
|
16896
17008
|
|
|
@@ -471,6 +471,9 @@
|
|
|
471
471
|
"polkadex_dot-native-pdex": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadex_dot-native-pdex.png",
|
|
472
472
|
"bifrost_dot-local-bncs": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-bncs.png",
|
|
473
473
|
"manta_network-native-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-native-manta.png",
|
|
474
|
+
"manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png",
|
|
475
|
+
"manta_network-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png",
|
|
476
|
+
"moonbeam-local-xcmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png",
|
|
474
477
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
475
478
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
476
479
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -515,6 +518,7 @@
|
|
|
515
518
|
"intr-interlay": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/intr-interlay.png",
|
|
516
519
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
517
520
|
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
521
|
+
"manta-mantaatlantic": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png",
|
|
518
522
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
519
523
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
520
524
|
"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
|
@@ -55,6 +55,13 @@
|
|
|
55
55
|
"destChain": "hydradx_main",
|
|
56
56
|
"path": "XCM"
|
|
57
57
|
},
|
|
58
|
+
"polkadot-NATIVE-DOT___manta_network-LOCAL-DOT": {
|
|
59
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
60
|
+
"destAsset": "manta_network-LOCAL-DOT",
|
|
61
|
+
"srcChain": "polkadot",
|
|
62
|
+
"destChain": "manta_network",
|
|
63
|
+
"path": "XCM"
|
|
64
|
+
},
|
|
58
65
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
59
66
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
60
67
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -160,6 +167,13 @@
|
|
|
160
167
|
"destChain": "polkadot",
|
|
161
168
|
"path": "XCM"
|
|
162
169
|
},
|
|
170
|
+
"moonbeam-LOCAL-xcDOT___manta_network-LOCAL-DOT": {
|
|
171
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
172
|
+
"destAsset": "manta_network-LOCAL-DOT",
|
|
173
|
+
"srcChain": "moonbeam",
|
|
174
|
+
"destChain": "manta_network",
|
|
175
|
+
"path": "XCM"
|
|
176
|
+
},
|
|
163
177
|
"moonbeam-LOCAL-xcINTR___interlay-NATIVE-INTR": {
|
|
164
178
|
"srcAsset": "moonbeam-LOCAL-xcINTR",
|
|
165
179
|
"destAsset": "interlay-NATIVE-INTR",
|
|
@@ -376,5 +390,33 @@
|
|
|
376
390
|
"srcChain": "hydradx_main",
|
|
377
391
|
"destChain": "centrifuge",
|
|
378
392
|
"path": "XCM"
|
|
393
|
+
},
|
|
394
|
+
"manta_network-NATIVE-MANTA___moonbeam-LOCAL-xcMANTA": {
|
|
395
|
+
"srcAsset": "manta_network-NATIVE-MANTA",
|
|
396
|
+
"destAsset": "moonbeam-LOCAL-xcMANTA",
|
|
397
|
+
"srcChain": "manta_network",
|
|
398
|
+
"destChain": "moonbeam",
|
|
399
|
+
"path": "XCM"
|
|
400
|
+
},
|
|
401
|
+
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
402
|
+
"srcAsset": "manta_network-LOCAL-DOT",
|
|
403
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
404
|
+
"srcChain": "manta_network",
|
|
405
|
+
"destChain": "polkadot",
|
|
406
|
+
"path": "XCM"
|
|
407
|
+
},
|
|
408
|
+
"manta_network-LOCAL-DOT___moonbeam-LOCAL-xcDOT": {
|
|
409
|
+
"srcAsset": "manta_network-LOCAL-DOT",
|
|
410
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
411
|
+
"srcChain": "manta_network",
|
|
412
|
+
"destChain": "moonbeam",
|
|
413
|
+
"path": "XCM"
|
|
414
|
+
},
|
|
415
|
+
"moonbeam-LOCAL-xcMANTA___manta_network-NATIVE-MANTA": {
|
|
416
|
+
"srcAsset": "moonbeam-LOCAL-xcMANTA",
|
|
417
|
+
"destAsset": "manta_network-NATIVE-MANTA",
|
|
418
|
+
"srcChain": "moonbeam",
|
|
419
|
+
"destChain": "manta_network",
|
|
420
|
+
"path": "XCM"
|
|
379
421
|
}
|
|
380
422
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"symbol": "xcDOT",
|
|
420
420
|
"decimals": 10,
|
|
421
421
|
"priceId": "polkadot",
|
|
422
|
-
"minAmount":
|
|
422
|
+
"minAmount": "1",
|
|
423
423
|
"assetType": "LOCAL",
|
|
424
424
|
"metadata": {
|
|
425
425
|
"assetId": "42259045809535163221576417993425387648",
|
|
@@ -7554,12 +7554,69 @@
|
|
|
7554
7554
|
"name": "Manta Atlantic",
|
|
7555
7555
|
"symbol": "MANTA",
|
|
7556
7556
|
"decimals": 18,
|
|
7557
|
-
"priceId":
|
|
7557
|
+
"priceId": "manta_network",
|
|
7558
7558
|
"minAmount": "100000000000000000",
|
|
7559
7559
|
"assetType": "NATIVE",
|
|
7560
|
-
"metadata":
|
|
7560
|
+
"metadata": {
|
|
7561
|
+
"onChainInfo": {
|
|
7562
|
+
"MantaCurrency": "1"
|
|
7563
|
+
}
|
|
7564
|
+
},
|
|
7561
7565
|
"multiChainAsset": null,
|
|
7562
7566
|
"hasValue": null,
|
|
7563
7567
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-native-manta.png"
|
|
7568
|
+
},
|
|
7569
|
+
"manta_network_evm-ERC20-MANTA-0x95CeF13441Be50d20cA4558CC0a27B601aC544E5": {
|
|
7570
|
+
"originChain": "manta_network_evm",
|
|
7571
|
+
"slug": "manta_network_evm-ERC20-MANTA-0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
|
|
7572
|
+
"name": "Manta Pacific",
|
|
7573
|
+
"symbol": "MANTA",
|
|
7574
|
+
"decimals": 18,
|
|
7575
|
+
"priceId": "manta-network",
|
|
7576
|
+
"minAmount": null,
|
|
7577
|
+
"assetType": "ERC20",
|
|
7578
|
+
"metadata": {
|
|
7579
|
+
"contractAddress": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5"
|
|
7580
|
+
},
|
|
7581
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7582
|
+
"hasValue": true,
|
|
7583
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png"
|
|
7584
|
+
},
|
|
7585
|
+
"manta_network-LOCAL-DOT": {
|
|
7586
|
+
"originChain": "manta_network",
|
|
7587
|
+
"slug": "manta_network-LOCAL-DOT",
|
|
7588
|
+
"name": "Polkadot",
|
|
7589
|
+
"symbol": "DOT",
|
|
7590
|
+
"decimals": 10,
|
|
7591
|
+
"priceId": "polkadot",
|
|
7592
|
+
"minAmount": "1",
|
|
7593
|
+
"assetType": "LOCAL",
|
|
7594
|
+
"metadata": {
|
|
7595
|
+
"assetId": "8",
|
|
7596
|
+
"onChainInfo": {
|
|
7597
|
+
"MantaCurrency": "8"
|
|
7598
|
+
}
|
|
7599
|
+
},
|
|
7600
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
7601
|
+
"hasValue": true,
|
|
7602
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png"
|
|
7603
|
+
},
|
|
7604
|
+
"moonbeam-LOCAL-xcMANTA": {
|
|
7605
|
+
"originChain": "moonbeam",
|
|
7606
|
+
"slug": "moonbeam-LOCAL-xcMANTA",
|
|
7607
|
+
"name": "Manta Atlantic",
|
|
7608
|
+
"symbol": "xcMANTA",
|
|
7609
|
+
"decimals": 18,
|
|
7610
|
+
"priceId": "manta_network",
|
|
7611
|
+
"minAmount": "1",
|
|
7612
|
+
"assetType": "LOCAL",
|
|
7613
|
+
"metadata": {
|
|
7614
|
+
"assetId": "166446646689194205559791995948102903873",
|
|
7615
|
+
"assetType": "ForeignAsset",
|
|
7616
|
+
"contractAddress": "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841"
|
|
7617
|
+
},
|
|
7618
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7619
|
+
"hasValue": true,
|
|
7620
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
7564
7621
|
}
|
|
7565
7622
|
}
|
|
@@ -394,5 +394,14 @@
|
|
|
394
394
|
"priceId": "centrifuge",
|
|
395
395
|
"hasValue": true,
|
|
396
396
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png"
|
|
397
|
+
},
|
|
398
|
+
"MANTA-MantaAtlantic": {
|
|
399
|
+
"slug": "MANTA-MantaAtlantic",
|
|
400
|
+
"originChainAsset": "manta_network-NATIVE-MANTA",
|
|
401
|
+
"name": "Manta Atlantic",
|
|
402
|
+
"symbol": "MANTA",
|
|
403
|
+
"priceId": "manta-network",
|
|
404
|
+
"hasValue": true,
|
|
405
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
397
406
|
}
|
|
398
407
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -471,6 +471,9 @@
|
|
|
471
471
|
"polkadex_dot-native-pdex": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadex_dot-native-pdex.png",
|
|
472
472
|
"bifrost_dot-local-bncs": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-bncs.png",
|
|
473
473
|
"manta_network-native-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-native-manta.png",
|
|
474
|
+
"manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png",
|
|
475
|
+
"manta_network-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png",
|
|
476
|
+
"moonbeam-local-xcmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png",
|
|
474
477
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
475
478
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
476
479
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -515,6 +518,7 @@
|
|
|
515
518
|
"intr-interlay": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/intr-interlay.png",
|
|
516
519
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
517
520
|
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
521
|
+
"manta-mantaatlantic": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png",
|
|
518
522
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
519
523
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
520
524
|
"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
|
@@ -55,6 +55,13 @@
|
|
|
55
55
|
"destChain": "hydradx_main",
|
|
56
56
|
"path": "XCM"
|
|
57
57
|
},
|
|
58
|
+
"polkadot-NATIVE-DOT___manta_network-LOCAL-DOT": {
|
|
59
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
60
|
+
"destAsset": "manta_network-LOCAL-DOT",
|
|
61
|
+
"srcChain": "polkadot",
|
|
62
|
+
"destChain": "manta_network",
|
|
63
|
+
"path": "XCM"
|
|
64
|
+
},
|
|
58
65
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
59
66
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
60
67
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -160,6 +167,13 @@
|
|
|
160
167
|
"destChain": "polkadot",
|
|
161
168
|
"path": "XCM"
|
|
162
169
|
},
|
|
170
|
+
"moonbeam-LOCAL-xcDOT___manta_network-LOCAL-DOT": {
|
|
171
|
+
"srcAsset": "moonbeam-LOCAL-xcDOT",
|
|
172
|
+
"destAsset": "manta_network-LOCAL-DOT",
|
|
173
|
+
"srcChain": "moonbeam",
|
|
174
|
+
"destChain": "manta_network",
|
|
175
|
+
"path": "XCM"
|
|
176
|
+
},
|
|
163
177
|
"moonbeam-LOCAL-xcINTR___interlay-NATIVE-INTR": {
|
|
164
178
|
"srcAsset": "moonbeam-LOCAL-xcINTR",
|
|
165
179
|
"destAsset": "interlay-NATIVE-INTR",
|
|
@@ -376,5 +390,33 @@
|
|
|
376
390
|
"srcChain": "hydradx_main",
|
|
377
391
|
"destChain": "centrifuge",
|
|
378
392
|
"path": "XCM"
|
|
393
|
+
},
|
|
394
|
+
"manta_network-NATIVE-MANTA___moonbeam-LOCAL-xcMANTA": {
|
|
395
|
+
"srcAsset": "manta_network-NATIVE-MANTA",
|
|
396
|
+
"destAsset": "moonbeam-LOCAL-xcMANTA",
|
|
397
|
+
"srcChain": "manta_network",
|
|
398
|
+
"destChain": "moonbeam",
|
|
399
|
+
"path": "XCM"
|
|
400
|
+
},
|
|
401
|
+
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
402
|
+
"srcAsset": "manta_network-LOCAL-DOT",
|
|
403
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
404
|
+
"srcChain": "manta_network",
|
|
405
|
+
"destChain": "polkadot",
|
|
406
|
+
"path": "XCM"
|
|
407
|
+
},
|
|
408
|
+
"manta_network-LOCAL-DOT___moonbeam-LOCAL-xcDOT": {
|
|
409
|
+
"srcAsset": "manta_network-LOCAL-DOT",
|
|
410
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
411
|
+
"srcChain": "manta_network",
|
|
412
|
+
"destChain": "moonbeam",
|
|
413
|
+
"path": "XCM"
|
|
414
|
+
},
|
|
415
|
+
"moonbeam-LOCAL-xcMANTA___manta_network-NATIVE-MANTA": {
|
|
416
|
+
"srcAsset": "moonbeam-LOCAL-xcMANTA",
|
|
417
|
+
"destAsset": "manta_network-NATIVE-MANTA",
|
|
418
|
+
"srcChain": "moonbeam",
|
|
419
|
+
"destChain": "manta_network",
|
|
420
|
+
"path": "XCM"
|
|
379
421
|
}
|
|
380
422
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"symbol": "xcDOT",
|
|
420
420
|
"decimals": 10,
|
|
421
421
|
"priceId": "polkadot",
|
|
422
|
-
"minAmount":
|
|
422
|
+
"minAmount": "1",
|
|
423
423
|
"assetType": "LOCAL",
|
|
424
424
|
"metadata": {
|
|
425
425
|
"assetId": "42259045809535163221576417993425387648",
|
|
@@ -7554,12 +7554,69 @@
|
|
|
7554
7554
|
"name": "Manta Atlantic",
|
|
7555
7555
|
"symbol": "MANTA",
|
|
7556
7556
|
"decimals": 18,
|
|
7557
|
-
"priceId":
|
|
7557
|
+
"priceId": "manta_network",
|
|
7558
7558
|
"minAmount": "100000000000000000",
|
|
7559
7559
|
"assetType": "NATIVE",
|
|
7560
|
-
"metadata":
|
|
7560
|
+
"metadata": {
|
|
7561
|
+
"onChainInfo": {
|
|
7562
|
+
"MantaCurrency": "1"
|
|
7563
|
+
}
|
|
7564
|
+
},
|
|
7561
7565
|
"multiChainAsset": null,
|
|
7562
7566
|
"hasValue": null,
|
|
7563
7567
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-native-manta.png"
|
|
7568
|
+
},
|
|
7569
|
+
"manta_network_evm-ERC20-MANTA-0x95CeF13441Be50d20cA4558CC0a27B601aC544E5": {
|
|
7570
|
+
"originChain": "manta_network_evm",
|
|
7571
|
+
"slug": "manta_network_evm-ERC20-MANTA-0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
|
|
7572
|
+
"name": "Manta Pacific",
|
|
7573
|
+
"symbol": "MANTA",
|
|
7574
|
+
"decimals": 18,
|
|
7575
|
+
"priceId": "manta-network",
|
|
7576
|
+
"minAmount": null,
|
|
7577
|
+
"assetType": "ERC20",
|
|
7578
|
+
"metadata": {
|
|
7579
|
+
"contractAddress": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5"
|
|
7580
|
+
},
|
|
7581
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7582
|
+
"hasValue": true,
|
|
7583
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png"
|
|
7584
|
+
},
|
|
7585
|
+
"manta_network-LOCAL-DOT": {
|
|
7586
|
+
"originChain": "manta_network",
|
|
7587
|
+
"slug": "manta_network-LOCAL-DOT",
|
|
7588
|
+
"name": "Polkadot",
|
|
7589
|
+
"symbol": "DOT",
|
|
7590
|
+
"decimals": 10,
|
|
7591
|
+
"priceId": "polkadot",
|
|
7592
|
+
"minAmount": "1",
|
|
7593
|
+
"assetType": "LOCAL",
|
|
7594
|
+
"metadata": {
|
|
7595
|
+
"assetId": "8",
|
|
7596
|
+
"onChainInfo": {
|
|
7597
|
+
"MantaCurrency": "8"
|
|
7598
|
+
}
|
|
7599
|
+
},
|
|
7600
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
7601
|
+
"hasValue": true,
|
|
7602
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png"
|
|
7603
|
+
},
|
|
7604
|
+
"moonbeam-LOCAL-xcMANTA": {
|
|
7605
|
+
"originChain": "moonbeam",
|
|
7606
|
+
"slug": "moonbeam-LOCAL-xcMANTA",
|
|
7607
|
+
"name": "Manta Atlantic",
|
|
7608
|
+
"symbol": "xcMANTA",
|
|
7609
|
+
"decimals": 18,
|
|
7610
|
+
"priceId": "manta_network",
|
|
7611
|
+
"minAmount": "1",
|
|
7612
|
+
"assetType": "LOCAL",
|
|
7613
|
+
"metadata": {
|
|
7614
|
+
"assetId": "166446646689194205559791995948102903873",
|
|
7615
|
+
"assetType": "ForeignAsset",
|
|
7616
|
+
"contractAddress": "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841"
|
|
7617
|
+
},
|
|
7618
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7619
|
+
"hasValue": true,
|
|
7620
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
7564
7621
|
}
|
|
7565
7622
|
}
|
|
@@ -394,5 +394,14 @@
|
|
|
394
394
|
"priceId": "centrifuge",
|
|
395
395
|
"hasValue": true,
|
|
396
396
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png"
|
|
397
|
+
},
|
|
398
|
+
"MANTA-MantaAtlantic": {
|
|
399
|
+
"slug": "MANTA-MantaAtlantic",
|
|
400
|
+
"originChainAsset": "manta_network-NATIVE-MANTA",
|
|
401
|
+
"name": "Manta Atlantic",
|
|
402
|
+
"symbol": "MANTA",
|
|
403
|
+
"priceId": "manta-network",
|
|
404
|
+
"hasValue": true,
|
|
405
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
397
406
|
}
|
|
398
407
|
}
|
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.39-beta.
|
|
10
|
+
version: '0.2.39-beta.2'
|
|
11
11
|
};
|