@subwallet/chain-list 0.2.129-beta.2-pr-702-023065fe → 0.2.129
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 +37 -2
- package/cjs/data/AssetLogoMap.json +1299 -1298
- package/cjs/data/AssetRef.json +14 -0
- package/cjs/data/ChainAsset.json +1168 -1152
- package/cjs/data/ChainInfo.json +387 -383
- package/cjs/data/ChainLogoMap.json +384 -384
- package/cjs/data/MultiChainAsset.json +141 -141
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1299 -1298
- package/data/AssetRef.json +14 -0
- package/data/ChainAsset.json +1168 -1152
- package/data/ChainInfo.json +387 -383
- package/data/ChainLogoMap.json +384 -384
- package/data/MultiChainAsset.json +141 -141
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/cjs/data/AssetRef.json
CHANGED
|
@@ -713,6 +713,13 @@
|
|
|
713
713
|
"destChain": "mythos",
|
|
714
714
|
"path": "XCM"
|
|
715
715
|
},
|
|
716
|
+
"statemint-LOCAL-MYTH___hydradx_main-LOCAL-MYTH": {
|
|
717
|
+
"srcAsset": "statemint-LOCAL-MYTH",
|
|
718
|
+
"destAsset": "hydradx_main-LOCAL-MYTH",
|
|
719
|
+
"srcChain": "statemint",
|
|
720
|
+
"destChain": "hydradx_main",
|
|
721
|
+
"path": "XCM"
|
|
722
|
+
},
|
|
716
723
|
"statemint-LOCAL-WBTC___ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599": {
|
|
717
724
|
"srcAsset": "statemint-LOCAL-WBTC",
|
|
718
725
|
"destAsset": "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
@@ -762,6 +769,13 @@
|
|
|
762
769
|
"destChain": "mythos",
|
|
763
770
|
"path": "XCM"
|
|
764
771
|
},
|
|
772
|
+
"hydradx_main-LOCAL-MYTH___statemint-LOCAL-MYTH": {
|
|
773
|
+
"srcAsset": "hydradx_main-LOCAL-MYTH",
|
|
774
|
+
"destAsset": "statemint-LOCAL-MYTH",
|
|
775
|
+
"srcChain": "hydradx_main",
|
|
776
|
+
"destChain": "statemint",
|
|
777
|
+
"path": "XCM"
|
|
778
|
+
},
|
|
765
779
|
"ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8___avail_mainnet-NATIVE-AVAIL": {
|
|
766
780
|
"srcAsset": "ethereum-ERC20-AVAIL-0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8",
|
|
767
781
|
"destAsset": "avail_mainnet-NATIVE-AVAIL",
|