@subwallet/chain-list 0.2.111-beta.5 → 0.2.111-beta.6-pr-531-0707f3c2
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 +7 -0
- package/cjs/data/AssetLogoMap.json +1131 -1131
- package/cjs/data/AssetRef.json +7 -0
- package/cjs/data/ChainAsset.json +1014 -1014
- package/cjs/data/ChainInfo.json +360 -360
- package/cjs/data/ChainLogoMap.json +363 -363
- package/cjs/data/MultiChainAsset.json +112 -112
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1131 -1131
- package/data/AssetRef.json +7 -0
- package/data/ChainAsset.json +1014 -1014
- package/data/ChainInfo.json +360 -360
- package/data/ChainLogoMap.json +363 -363
- package/data/MultiChainAsset.json +112 -112
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -2304,6 +2304,13 @@
|
|
|
2304
2304
|
srcChain: "optimism",
|
|
2305
2305
|
destChain: "base_mainnet",
|
|
2306
2306
|
path: "XCM"
|
|
2307
|
+
},
|
|
2308
|
+
"ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88___hydradx_main-LOCAL-tBTC": {
|
|
2309
|
+
srcAsset: "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
2310
|
+
destAsset: "hydradx_main-LOCAL-tBTC",
|
|
2311
|
+
srcChain: "ethereum",
|
|
2312
|
+
destChain: "hydradx_main",
|
|
2313
|
+
path: "XCM"
|
|
2307
2314
|
}
|
|
2308
2315
|
};
|
|
2309
2316
|
|