@subwallet/chain-list 0.2.68-beta.5 → 0.2.69-beta.0
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 +531 -4
- package/cjs/data/AssetLogoMap.json +9 -0
- package/cjs/data/AssetRef.json +112 -0
- package/cjs/data/ChainAsset.json +356 -4
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/data/MultiChainAsset.json +54 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +9 -0
- package/data/AssetRef.json +112 -0
- package/data/ChainAsset.json +356 -4
- package/data/ChainInfo.json +1 -1
- package/data/MultiChainAsset.json +54 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/data/AssetRef.json
CHANGED
|
@@ -292,6 +292,13 @@
|
|
|
292
292
|
"destChain": "interlay",
|
|
293
293
|
"path": "XCM"
|
|
294
294
|
},
|
|
295
|
+
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2___statemint-LOCAL-WETH": {
|
|
296
|
+
"srcAsset": "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
297
|
+
"destAsset": "statemint-LOCAL-WETH",
|
|
298
|
+
"srcChain": "ethereum",
|
|
299
|
+
"destChain": "statemint",
|
|
300
|
+
"path": "XCM"
|
|
301
|
+
},
|
|
295
302
|
"astar-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
296
303
|
"srcAsset": "astar-LOCAL-DOT",
|
|
297
304
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -656,6 +663,27 @@
|
|
|
656
663
|
"destChain": "polkadot",
|
|
657
664
|
"path": "SWAP"
|
|
658
665
|
},
|
|
666
|
+
"ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0___statemint-LOCAL-wstETH": {
|
|
667
|
+
"srcAsset": "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
668
|
+
"destAsset": "statemint-LOCAL-wstETH",
|
|
669
|
+
"srcChain": "ethereum",
|
|
670
|
+
"destChain": "statemint",
|
|
671
|
+
"path": "XCM"
|
|
672
|
+
},
|
|
673
|
+
"ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599___statemint-LOCAL-WBTC": {
|
|
674
|
+
"srcAsset": "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
675
|
+
"destAsset": "statemint-LOCAL-WBTC",
|
|
676
|
+
"srcChain": "ethereum",
|
|
677
|
+
"destChain": "statemint",
|
|
678
|
+
"path": "XCM"
|
|
679
|
+
},
|
|
680
|
+
"ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE___statemint-LOCAL-SHIB": {
|
|
681
|
+
"srcAsset": "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
682
|
+
"destAsset": "statemint-LOCAL-SHIB",
|
|
683
|
+
"srcChain": "ethereum",
|
|
684
|
+
"destChain": "statemint",
|
|
685
|
+
"path": "XCM"
|
|
686
|
+
},
|
|
659
687
|
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
660
688
|
"srcAsset": "bifrost_dot-LOCAL-DOT",
|
|
661
689
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -1703,5 +1731,89 @@
|
|
|
1703
1731
|
"srcChain": "rococo_assethub",
|
|
1704
1732
|
"destChain": "rococo_assethub",
|
|
1705
1733
|
"path": "SWAP"
|
|
1734
|
+
},
|
|
1735
|
+
"statemint-LOCAL-WETH___ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
1736
|
+
"srcAsset": "statemint-LOCAL-WETH",
|
|
1737
|
+
"destAsset": "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
1738
|
+
"srcChain": "statemint",
|
|
1739
|
+
"destChain": "ethereum",
|
|
1740
|
+
"path": "XCM"
|
|
1741
|
+
},
|
|
1742
|
+
"statemint-LOCAL-MYTH___ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
1743
|
+
"srcAsset": "statemint-LOCAL-MYTH",
|
|
1744
|
+
"destAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
1745
|
+
"srcChain": "statemint",
|
|
1746
|
+
"destChain": "ethereum",
|
|
1747
|
+
"path": "XCM"
|
|
1748
|
+
},
|
|
1749
|
+
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
1750
|
+
"srcAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
1751
|
+
"destAsset": "statemint-LOCAL-MYTH",
|
|
1752
|
+
"srcChain": "ethereum",
|
|
1753
|
+
"destChain": "statemint",
|
|
1754
|
+
"path": "XCM"
|
|
1755
|
+
},
|
|
1756
|
+
"statemint-LOCAL-WBTC___ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599": {
|
|
1757
|
+
"srcAsset": "statemint-LOCAL-WBTC",
|
|
1758
|
+
"destAsset": "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
1759
|
+
"srcChain": "statemint",
|
|
1760
|
+
"destChain": "ethereum",
|
|
1761
|
+
"path": "XCM"
|
|
1762
|
+
},
|
|
1763
|
+
"statemint-LOCAL-SHIB___ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE": {
|
|
1764
|
+
"srcAsset": "statemint-LOCAL-SHIB",
|
|
1765
|
+
"destAsset": "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
1766
|
+
"srcChain": "statemint",
|
|
1767
|
+
"destChain": "ethereum",
|
|
1768
|
+
"path": "XCM"
|
|
1769
|
+
},
|
|
1770
|
+
"statemint-LOCAL-PEPE___ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933": {
|
|
1771
|
+
"srcAsset": "statemint-LOCAL-PEPE",
|
|
1772
|
+
"destAsset": "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
1773
|
+
"srcChain": "statemint",
|
|
1774
|
+
"destChain": "ethereum",
|
|
1775
|
+
"path": "XCM"
|
|
1776
|
+
},
|
|
1777
|
+
"ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933___statemint-LOCAL-PEPE": {
|
|
1778
|
+
"srcAsset": "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
1779
|
+
"destAsset": "statemint-LOCAL-PEPE",
|
|
1780
|
+
"srcChain": "ethereum",
|
|
1781
|
+
"destChain": "statemint",
|
|
1782
|
+
"path": "XCM"
|
|
1783
|
+
},
|
|
1784
|
+
"statemint-LOCAL-TON___ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1": {
|
|
1785
|
+
"srcAsset": "statemint-LOCAL-TON",
|
|
1786
|
+
"destAsset": "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
1787
|
+
"srcChain": "statemint",
|
|
1788
|
+
"destChain": "ethereum",
|
|
1789
|
+
"path": "XCM"
|
|
1790
|
+
},
|
|
1791
|
+
"ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1___statemint-LOCAL-TON": {
|
|
1792
|
+
"srcAsset": "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
1793
|
+
"destAsset": "statemint-LOCAL-TON",
|
|
1794
|
+
"srcChain": "ethereum",
|
|
1795
|
+
"destChain": "statemint",
|
|
1796
|
+
"path": "XCM"
|
|
1797
|
+
},
|
|
1798
|
+
"statemint-LOCAL-wstETH___ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0": {
|
|
1799
|
+
"srcAsset": "statemint-LOCAL-wstETH",
|
|
1800
|
+
"destAsset": "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
1801
|
+
"srcChain": "statemint",
|
|
1802
|
+
"destChain": "ethereum",
|
|
1803
|
+
"path": "XCM"
|
|
1804
|
+
},
|
|
1805
|
+
"statemint-LOCAL-tBTC___ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88": {
|
|
1806
|
+
"srcAsset": "statemint-LOCAL-tBTC",
|
|
1807
|
+
"destAsset": "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
1808
|
+
"srcChain": "statemint",
|
|
1809
|
+
"destChain": "ethereum",
|
|
1810
|
+
"path": "XCM"
|
|
1811
|
+
},
|
|
1812
|
+
"ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88___statemint-LOCAL-tBTC": {
|
|
1813
|
+
"srcAsset": "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
1814
|
+
"destAsset": "statemint-LOCAL-tBTC",
|
|
1815
|
+
"srcChain": "ethereum",
|
|
1816
|
+
"destChain": "statemint",
|
|
1817
|
+
"path": "XCM"
|
|
1706
1818
|
}
|
|
1707
1819
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -5466,7 +5466,7 @@
|
|
|
5466
5466
|
"metadata": {
|
|
5467
5467
|
"contractAddress": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
|
|
5468
5468
|
},
|
|
5469
|
-
"multiChainAsset":
|
|
5469
|
+
"multiChainAsset": "wstETH-WrappedLiquidEther",
|
|
5470
5470
|
"hasValue": true,
|
|
5471
5471
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png"
|
|
5472
5472
|
},
|
|
@@ -5813,12 +5813,12 @@
|
|
|
5813
5813
|
"symbol": "SHIB",
|
|
5814
5814
|
"decimals": 18,
|
|
5815
5815
|
"priceId": "shiba-inu",
|
|
5816
|
-
"minAmount":
|
|
5816
|
+
"minAmount": "0",
|
|
5817
5817
|
"assetType": "ERC20",
|
|
5818
5818
|
"metadata": {
|
|
5819
5819
|
"contractAddress": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE"
|
|
5820
5820
|
},
|
|
5821
|
-
"multiChainAsset":
|
|
5821
|
+
"multiChainAsset": "SHIB-SHIBAINU",
|
|
5822
5822
|
"hasValue": true,
|
|
5823
5823
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-shib-0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce.png"
|
|
5824
5824
|
},
|
|
@@ -8735,7 +8735,7 @@
|
|
|
8735
8735
|
"metadata": {
|
|
8736
8736
|
"disableEvmTransfer": true
|
|
8737
8737
|
},
|
|
8738
|
-
"multiChainAsset":
|
|
8738
|
+
"multiChainAsset": "MYTH-Mythos",
|
|
8739
8739
|
"hasValue": true,
|
|
8740
8740
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mythos-native-myth.png"
|
|
8741
8741
|
},
|
|
@@ -10388,5 +10388,357 @@
|
|
|
10388
10388
|
"multiChainAsset": null,
|
|
10389
10389
|
"hasValue": true,
|
|
10390
10390
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png"
|
|
10391
|
+
},
|
|
10392
|
+
"statemint-LOCAL-WETH": {
|
|
10393
|
+
"originChain": "statemint",
|
|
10394
|
+
"slug": "statemint-LOCAL-WETH",
|
|
10395
|
+
"name": "Wrapped ETH",
|
|
10396
|
+
"symbol": "WETH",
|
|
10397
|
+
"decimals": 18,
|
|
10398
|
+
"priceId": "ethereum",
|
|
10399
|
+
"minAmount": "1",
|
|
10400
|
+
"assetType": "LOCAL",
|
|
10401
|
+
"metadata": {
|
|
10402
|
+
"isBridged": true,
|
|
10403
|
+
"multilocation": {
|
|
10404
|
+
"parents": 2,
|
|
10405
|
+
"interior": {
|
|
10406
|
+
"X2": [
|
|
10407
|
+
{
|
|
10408
|
+
"GlobalConsensus": {
|
|
10409
|
+
"Ethereum": {
|
|
10410
|
+
"chainId": 1
|
|
10411
|
+
}
|
|
10412
|
+
}
|
|
10413
|
+
},
|
|
10414
|
+
{
|
|
10415
|
+
"AccountKey20": {
|
|
10416
|
+
"key": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
10417
|
+
"network": null
|
|
10418
|
+
}
|
|
10419
|
+
}
|
|
10420
|
+
]
|
|
10421
|
+
}
|
|
10422
|
+
}
|
|
10423
|
+
},
|
|
10424
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
10425
|
+
"hasValue": true,
|
|
10426
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth.png"
|
|
10427
|
+
},
|
|
10428
|
+
"statemint-LOCAL-MYTH": {
|
|
10429
|
+
"originChain": "statemint",
|
|
10430
|
+
"slug": "statemint-LOCAL-MYTH",
|
|
10431
|
+
"name": "Mythos",
|
|
10432
|
+
"symbol": "MYTH",
|
|
10433
|
+
"decimals": 18,
|
|
10434
|
+
"priceId": "mythos",
|
|
10435
|
+
"minAmount": "1",
|
|
10436
|
+
"assetType": "LOCAL",
|
|
10437
|
+
"metadata": {
|
|
10438
|
+
"isBridged": true,
|
|
10439
|
+
"multilocation": {
|
|
10440
|
+
"parents": 2,
|
|
10441
|
+
"interior": {
|
|
10442
|
+
"X2": [
|
|
10443
|
+
{
|
|
10444
|
+
"GlobalConsensus": {
|
|
10445
|
+
"Ethereum": {
|
|
10446
|
+
"chainId": 1
|
|
10447
|
+
}
|
|
10448
|
+
}
|
|
10449
|
+
},
|
|
10450
|
+
{
|
|
10451
|
+
"AccountKey20": {
|
|
10452
|
+
"key": "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003",
|
|
10453
|
+
"network": null
|
|
10454
|
+
}
|
|
10455
|
+
}
|
|
10456
|
+
]
|
|
10457
|
+
}
|
|
10458
|
+
}
|
|
10459
|
+
},
|
|
10460
|
+
"multiChainAsset": "MYTH-Mythos",
|
|
10461
|
+
"hasValue": true,
|
|
10462
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-myth.png"
|
|
10463
|
+
},
|
|
10464
|
+
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
10465
|
+
"originChain": "ethereum",
|
|
10466
|
+
"slug": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
10467
|
+
"name": "Mythos",
|
|
10468
|
+
"symbol": "MYTH",
|
|
10469
|
+
"decimals": 18,
|
|
10470
|
+
"priceId": "mythos",
|
|
10471
|
+
"minAmount": "0",
|
|
10472
|
+
"assetType": "ERC20",
|
|
10473
|
+
"metadata": {
|
|
10474
|
+
"contractAddress": "0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003"
|
|
10475
|
+
},
|
|
10476
|
+
"multiChainAsset": "MYTH-Mythos",
|
|
10477
|
+
"hasValue": true,
|
|
10478
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-myth-0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003.png"
|
|
10479
|
+
},
|
|
10480
|
+
"statemint-LOCAL-WBTC": {
|
|
10481
|
+
"originChain": "statemint",
|
|
10482
|
+
"slug": "statemint-LOCAL-WBTC",
|
|
10483
|
+
"name": "Wrapped BTC",
|
|
10484
|
+
"symbol": "WBTC",
|
|
10485
|
+
"decimals": 8,
|
|
10486
|
+
"priceId": "wrapped-bitcoin",
|
|
10487
|
+
"minAmount": "1",
|
|
10488
|
+
"assetType": "LOCAL",
|
|
10489
|
+
"metadata": {
|
|
10490
|
+
"isBridged": true,
|
|
10491
|
+
"multilocation": {
|
|
10492
|
+
"parents": 2,
|
|
10493
|
+
"interior": {
|
|
10494
|
+
"X2": [
|
|
10495
|
+
{
|
|
10496
|
+
"GlobalConsensus": {
|
|
10497
|
+
"Ethereum": {
|
|
10498
|
+
"chainId": 1
|
|
10499
|
+
}
|
|
10500
|
+
}
|
|
10501
|
+
},
|
|
10502
|
+
{
|
|
10503
|
+
"AccountKey20": {
|
|
10504
|
+
"key": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
10505
|
+
"network": null
|
|
10506
|
+
}
|
|
10507
|
+
}
|
|
10508
|
+
]
|
|
10509
|
+
}
|
|
10510
|
+
}
|
|
10511
|
+
},
|
|
10512
|
+
"multiChainAsset": "WBTC-WrappedBTC",
|
|
10513
|
+
"hasValue": true,
|
|
10514
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc.png"
|
|
10515
|
+
},
|
|
10516
|
+
"statemint-LOCAL-SHIB": {
|
|
10517
|
+
"originChain": "statemint",
|
|
10518
|
+
"slug": "statemint-LOCAL-SHIB",
|
|
10519
|
+
"name": "SHIBA INU",
|
|
10520
|
+
"symbol": "SHIB",
|
|
10521
|
+
"decimals": 18,
|
|
10522
|
+
"priceId": "shiba-inu",
|
|
10523
|
+
"minAmount": "1",
|
|
10524
|
+
"assetType": "LOCAL",
|
|
10525
|
+
"metadata": {
|
|
10526
|
+
"isBridged": true,
|
|
10527
|
+
"multilocation": {
|
|
10528
|
+
"parents": 2,
|
|
10529
|
+
"interior": {
|
|
10530
|
+
"X2": [
|
|
10531
|
+
{
|
|
10532
|
+
"GlobalConsensus": {
|
|
10533
|
+
"Ethereum": {
|
|
10534
|
+
"chainId": 1
|
|
10535
|
+
}
|
|
10536
|
+
}
|
|
10537
|
+
},
|
|
10538
|
+
{
|
|
10539
|
+
"AccountKey20": {
|
|
10540
|
+
"key": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
10541
|
+
"network": null
|
|
10542
|
+
}
|
|
10543
|
+
}
|
|
10544
|
+
]
|
|
10545
|
+
}
|
|
10546
|
+
}
|
|
10547
|
+
},
|
|
10548
|
+
"multiChainAsset": "SHIB-SHIBAINU",
|
|
10549
|
+
"hasValue": true,
|
|
10550
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-shib.png"
|
|
10551
|
+
},
|
|
10552
|
+
"statemint-LOCAL-PEPE": {
|
|
10553
|
+
"originChain": "statemint",
|
|
10554
|
+
"slug": "statemint-LOCAL-PEPE",
|
|
10555
|
+
"name": "Pepe",
|
|
10556
|
+
"symbol": "PEPE",
|
|
10557
|
+
"decimals": 18,
|
|
10558
|
+
"priceId": "pepe",
|
|
10559
|
+
"minAmount": "1",
|
|
10560
|
+
"assetType": "LOCAL",
|
|
10561
|
+
"metadata": {
|
|
10562
|
+
"isBridged": true,
|
|
10563
|
+
"multilocation": {
|
|
10564
|
+
"parents": 2,
|
|
10565
|
+
"interior": {
|
|
10566
|
+
"X2": [
|
|
10567
|
+
{
|
|
10568
|
+
"GlobalConsensus": {
|
|
10569
|
+
"Ethereum": {
|
|
10570
|
+
"chainId": 1
|
|
10571
|
+
}
|
|
10572
|
+
}
|
|
10573
|
+
},
|
|
10574
|
+
{
|
|
10575
|
+
"AccountKey20": {
|
|
10576
|
+
"key": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
10577
|
+
"network": null
|
|
10578
|
+
}
|
|
10579
|
+
}
|
|
10580
|
+
]
|
|
10581
|
+
}
|
|
10582
|
+
}
|
|
10583
|
+
},
|
|
10584
|
+
"multiChainAsset": "PEPE-Pepe",
|
|
10585
|
+
"hasValue": true,
|
|
10586
|
+
"icon": null
|
|
10587
|
+
},
|
|
10588
|
+
"ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933": {
|
|
10589
|
+
"originChain": "ethereum",
|
|
10590
|
+
"slug": "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
10591
|
+
"name": "Pepe",
|
|
10592
|
+
"symbol": "PEPE",
|
|
10593
|
+
"decimals": 18,
|
|
10594
|
+
"priceId": "pepe",
|
|
10595
|
+
"minAmount": "0",
|
|
10596
|
+
"assetType": "ERC20",
|
|
10597
|
+
"metadata": {
|
|
10598
|
+
"contractAddress": "0x6982508145454Ce325dDbE47a25d4ec3d2311933"
|
|
10599
|
+
},
|
|
10600
|
+
"multiChainAsset": "PEPE-Pepe",
|
|
10601
|
+
"hasValue": true,
|
|
10602
|
+
"icon": null
|
|
10603
|
+
},
|
|
10604
|
+
"statemint-LOCAL-TON": {
|
|
10605
|
+
"originChain": "statemint",
|
|
10606
|
+
"slug": "statemint-LOCAL-TON",
|
|
10607
|
+
"name": "TON Coin",
|
|
10608
|
+
"symbol": "TON",
|
|
10609
|
+
"decimals": 9,
|
|
10610
|
+
"priceId": "the-open-network",
|
|
10611
|
+
"minAmount": "1",
|
|
10612
|
+
"assetType": "LOCAL",
|
|
10613
|
+
"metadata": {
|
|
10614
|
+
"isBridged": true,
|
|
10615
|
+
"multilocation": {
|
|
10616
|
+
"parents": 2,
|
|
10617
|
+
"interior": {
|
|
10618
|
+
"X2": [
|
|
10619
|
+
{
|
|
10620
|
+
"GlobalConsensus": {
|
|
10621
|
+
"Ethereum": {
|
|
10622
|
+
"chainId": 1
|
|
10623
|
+
}
|
|
10624
|
+
}
|
|
10625
|
+
},
|
|
10626
|
+
{
|
|
10627
|
+
"AccountKey20": {
|
|
10628
|
+
"key": "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
10629
|
+
"network": null
|
|
10630
|
+
}
|
|
10631
|
+
}
|
|
10632
|
+
]
|
|
10633
|
+
}
|
|
10634
|
+
}
|
|
10635
|
+
},
|
|
10636
|
+
"multiChainAsset": "TON-TONCoin",
|
|
10637
|
+
"hasValue": true,
|
|
10638
|
+
"icon": null
|
|
10639
|
+
},
|
|
10640
|
+
"ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1": {
|
|
10641
|
+
"originChain": "ethereum",
|
|
10642
|
+
"slug": "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
10643
|
+
"name": "TON Coin",
|
|
10644
|
+
"symbol": "TON",
|
|
10645
|
+
"decimals": 9,
|
|
10646
|
+
"priceId": "the-open-network",
|
|
10647
|
+
"minAmount": "0",
|
|
10648
|
+
"assetType": "ERC20",
|
|
10649
|
+
"metadata": {
|
|
10650
|
+
"contractAddress": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1"
|
|
10651
|
+
},
|
|
10652
|
+
"multiChainAsset": "TON-TONCoin",
|
|
10653
|
+
"hasValue": true,
|
|
10654
|
+
"icon": null
|
|
10655
|
+
},
|
|
10656
|
+
"statemint-LOCAL-wstETH": {
|
|
10657
|
+
"originChain": "statemint",
|
|
10658
|
+
"slug": "statemint-LOCAL-wstETH",
|
|
10659
|
+
"name": "Wrapped liquid staked Ether 2.0",
|
|
10660
|
+
"symbol": "wstETH",
|
|
10661
|
+
"decimals": 18,
|
|
10662
|
+
"priceId": "wrapped-steth",
|
|
10663
|
+
"minAmount": "1",
|
|
10664
|
+
"assetType": "LOCAL",
|
|
10665
|
+
"metadata": {
|
|
10666
|
+
"isBridged": true,
|
|
10667
|
+
"multilocation": {
|
|
10668
|
+
"parents": 2,
|
|
10669
|
+
"interior": {
|
|
10670
|
+
"X2": [
|
|
10671
|
+
{
|
|
10672
|
+
"GlobalConsensus": {
|
|
10673
|
+
"Ethereum": {
|
|
10674
|
+
"chainId": 1
|
|
10675
|
+
}
|
|
10676
|
+
}
|
|
10677
|
+
},
|
|
10678
|
+
{
|
|
10679
|
+
"AccountKey20": {
|
|
10680
|
+
"key": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
10681
|
+
"network": null
|
|
10682
|
+
}
|
|
10683
|
+
}
|
|
10684
|
+
]
|
|
10685
|
+
}
|
|
10686
|
+
}
|
|
10687
|
+
},
|
|
10688
|
+
"multiChainAsset": "wstETH-WrappedLiquidEther",
|
|
10689
|
+
"hasValue": true,
|
|
10690
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wsteth.png"
|
|
10691
|
+
},
|
|
10692
|
+
"statemint-LOCAL-tBTC": {
|
|
10693
|
+
"originChain": "statemint",
|
|
10694
|
+
"slug": "statemint-LOCAL-tBTC",
|
|
10695
|
+
"name": "tBTC v2",
|
|
10696
|
+
"symbol": "tBTC",
|
|
10697
|
+
"decimals": 18,
|
|
10698
|
+
"priceId": "tbtc",
|
|
10699
|
+
"minAmount": "1",
|
|
10700
|
+
"assetType": "LOCAL",
|
|
10701
|
+
"metadata": {
|
|
10702
|
+
"isBridged": true,
|
|
10703
|
+
"multilocation": {
|
|
10704
|
+
"parents": 2,
|
|
10705
|
+
"interior": {
|
|
10706
|
+
"X2": [
|
|
10707
|
+
{
|
|
10708
|
+
"GlobalConsensus": {
|
|
10709
|
+
"Ethereum": {
|
|
10710
|
+
"chainId": 1
|
|
10711
|
+
}
|
|
10712
|
+
}
|
|
10713
|
+
},
|
|
10714
|
+
{
|
|
10715
|
+
"AccountKey20": {
|
|
10716
|
+
"key": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
10717
|
+
"network": null
|
|
10718
|
+
}
|
|
10719
|
+
}
|
|
10720
|
+
]
|
|
10721
|
+
}
|
|
10722
|
+
}
|
|
10723
|
+
},
|
|
10724
|
+
"multiChainAsset": "tBTC-tBTCv2",
|
|
10725
|
+
"hasValue": true,
|
|
10726
|
+
"icon": null
|
|
10727
|
+
},
|
|
10728
|
+
"ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88": {
|
|
10729
|
+
"originChain": "ethereum",
|
|
10730
|
+
"slug": "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
10731
|
+
"name": "tBTC v2",
|
|
10732
|
+
"symbol": "tBTC",
|
|
10733
|
+
"decimals": 18,
|
|
10734
|
+
"priceId": "tbtc",
|
|
10735
|
+
"minAmount": "0",
|
|
10736
|
+
"assetType": "ERC20",
|
|
10737
|
+
"metadata": {
|
|
10738
|
+
"contractAddress": "0x18084fbA666a33d37592fA2633fD49a74DD93a88"
|
|
10739
|
+
},
|
|
10740
|
+
"multiChainAsset": "tBTC-tBTCv2",
|
|
10741
|
+
"hasValue": true,
|
|
10742
|
+
"icon": null
|
|
10391
10743
|
}
|
|
10392
10744
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -583,5 +583,59 @@
|
|
|
583
583
|
"priceId": null,
|
|
584
584
|
"hasValue": false,
|
|
585
585
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/roc-rococo.png"
|
|
586
|
+
},
|
|
587
|
+
"MYTH-Mythos": {
|
|
588
|
+
"slug": "MYTH-Mythos",
|
|
589
|
+
"originChainAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
590
|
+
"name": "Mythos",
|
|
591
|
+
"symbol": "MYTH",
|
|
592
|
+
"priceId": "mythos",
|
|
593
|
+
"hasValue": true,
|
|
594
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/myth-mythos.png"
|
|
595
|
+
},
|
|
596
|
+
"SHIB-SHIBAINU": {
|
|
597
|
+
"slug": "SHIB-SHIBAINU",
|
|
598
|
+
"originChainAsset": "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
599
|
+
"name": "SHIBA INU",
|
|
600
|
+
"symbol": "SHIB",
|
|
601
|
+
"priceId": "shiba-inu",
|
|
602
|
+
"hasValue": true,
|
|
603
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/shib-shibainu.png"
|
|
604
|
+
},
|
|
605
|
+
"PEPE-Pepe": {
|
|
606
|
+
"slug": "PEPE-Pepe",
|
|
607
|
+
"originChainAsset": "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
608
|
+
"name": "Pepe",
|
|
609
|
+
"symbol": "PEPE",
|
|
610
|
+
"priceId": "pepe",
|
|
611
|
+
"hasValue": true,
|
|
612
|
+
"icon": null
|
|
613
|
+
},
|
|
614
|
+
"TON-TONCoin": {
|
|
615
|
+
"slug": "TON-TONCoin",
|
|
616
|
+
"originChainAsset": "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
617
|
+
"name": "TON Coin",
|
|
618
|
+
"symbol": "TON",
|
|
619
|
+
"priceId": "the-open-network",
|
|
620
|
+
"hasValue": true,
|
|
621
|
+
"icon": null
|
|
622
|
+
},
|
|
623
|
+
"wstETH-WrappedLiquidEther": {
|
|
624
|
+
"slug": "wstETH-WrappedLiquidEther",
|
|
625
|
+
"originChainAsset": "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
626
|
+
"name": "Wrapped liquid staked Ether 2.0",
|
|
627
|
+
"symbol": "wstETH",
|
|
628
|
+
"priceId": "wrapped-steth",
|
|
629
|
+
"hasValue": true,
|
|
630
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wsteth-wrappedliquidether.png"
|
|
631
|
+
},
|
|
632
|
+
"tBTC-tBTCv2": {
|
|
633
|
+
"slug": "tBTC-tBTCv2",
|
|
634
|
+
"originChainAsset": "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
635
|
+
"name": "tBTC v2",
|
|
636
|
+
"symbol": "tBTC",
|
|
637
|
+
"priceId": "tbtc",
|
|
638
|
+
"hasValue": true,
|
|
639
|
+
"icon": null
|
|
586
640
|
}
|
|
587
641
|
}
|
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.
|
|
10
|
+
version: '0.2.69-beta.0'
|
|
11
11
|
};
|