@subwallet/chain-list 0.2.73 → 0.2.75-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 +2524 -2048
- package/cjs/data/AssetLogoMap.json +776 -761
- package/cjs/data/AssetRef.json +28 -0
- package/cjs/data/ChainAsset.json +905 -681
- package/cjs/data/ChainInfo.json +445 -268
- package/cjs/data/ChainLogoMap.json +268 -261
- package/cjs/data/MultiChainAsset.json +89 -80
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +1 -0
- package/data/AssetLogoMap.json +776 -761
- package/data/AssetRef.json +28 -0
- package/data/ChainAsset.json +905 -681
- package/data/ChainInfo.json +445 -268
- package/data/ChainLogoMap.json +268 -261
- package/data/MultiChainAsset.json +89 -80
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -0
- package/types.js +1 -0
package/cjs/data/AssetRef.json
CHANGED
|
@@ -1662,6 +1662,20 @@
|
|
|
1662
1662
|
"destChain": "hydradx_main",
|
|
1663
1663
|
"path": "SWAP"
|
|
1664
1664
|
},
|
|
1665
|
+
"mythos-NATIVE-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
1666
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
1667
|
+
"destAsset": "hydradx_main-LOCAL-MYTH",
|
|
1668
|
+
"srcChain": "mythos",
|
|
1669
|
+
"destChain": "hydradx_main",
|
|
1670
|
+
"path": "XCM"
|
|
1671
|
+
},
|
|
1672
|
+
"mythos-NATIVE-MYTH___statemint-LOCAL-MYTH": {
|
|
1673
|
+
"srcAsset": "mythos-NATIVE-MYTH",
|
|
1674
|
+
"destAsset": "statemint-LOCAL-MYTH",
|
|
1675
|
+
"srcChain": "mythos",
|
|
1676
|
+
"destChain": "statemint",
|
|
1677
|
+
"path": "XCM"
|
|
1678
|
+
},
|
|
1665
1679
|
"statemint-LOCAL-BEEFY___hydradx_main-LOCAL-BEEFY": {
|
|
1666
1680
|
"srcAsset": "statemint-LOCAL-BEEFY",
|
|
1667
1681
|
"destAsset": "hydradx_main-LOCAL-BEEFY",
|
|
@@ -1746,6 +1760,13 @@
|
|
|
1746
1760
|
"destChain": "ethereum",
|
|
1747
1761
|
"path": "XCM"
|
|
1748
1762
|
},
|
|
1763
|
+
"statemint-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1764
|
+
"srcAsset": "statemint-LOCAL-MYTH",
|
|
1765
|
+
"destAsset": "mythos-NATIVE-MYTH",
|
|
1766
|
+
"srcChain": "statemint",
|
|
1767
|
+
"destChain": "mythos",
|
|
1768
|
+
"path": "XCM"
|
|
1769
|
+
},
|
|
1749
1770
|
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
1750
1771
|
"srcAsset": "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
1751
1772
|
"destAsset": "statemint-LOCAL-MYTH",
|
|
@@ -1815,5 +1836,12 @@
|
|
|
1815
1836
|
"srcChain": "ethereum",
|
|
1816
1837
|
"destChain": "statemint",
|
|
1817
1838
|
"path": "XCM"
|
|
1839
|
+
},
|
|
1840
|
+
"hydradx_main-LOCAL-MYTH___mythos-NATIVE-MYTH": {
|
|
1841
|
+
"srcAsset": "hydradx_main-LOCAL-MYTH",
|
|
1842
|
+
"destAsset": "mythos-NATIVE-MYTH",
|
|
1843
|
+
"srcChain": "hydradx_main",
|
|
1844
|
+
"destChain": "mythos",
|
|
1845
|
+
"path": "XCM"
|
|
1818
1846
|
}
|
|
1819
1847
|
}
|