@subwallet/chain-list 0.2.114-beta.0-pr-562-0215e1ba → 0.2.114-beta.1
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 +2 -2
- package/cjs/data/AssetLogoMap.json +1182 -1182
- package/cjs/data/ChainAsset.json +1062 -1062
- package/cjs/data/ChainInfo.json +368 -368
- package/cjs/data/ChainLogoMap.json +371 -371
- package/cjs/data/MultiChainAsset.json +117 -117
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1182 -1182
- package/data/ChainAsset.json +1062 -1062
- package/data/ChainInfo.json +368 -368
- package/data/ChainLogoMap.json +371 -371
- package/data/MultiChainAsset.json +117 -117
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -10092,7 +10092,7 @@
|
|
|
10092
10092
|
minAmount: "500",
|
|
10093
10093
|
assetType: "NATIVE",
|
|
10094
10094
|
metadata: null,
|
|
10095
|
-
multiChainAsset:
|
|
10095
|
+
multiChainAsset: null,
|
|
10096
10096
|
hasValue: true,
|
|
10097
10097
|
icon: "/assets/chain-assets/bittensor-native-tao.png"
|
|
10098
10098
|
},
|
|
@@ -20945,7 +20945,7 @@
|
|
|
20945
20945
|
minAmount: "0",
|
|
20946
20946
|
assetType: "NATIVE",
|
|
20947
20947
|
metadata: null,
|
|
20948
|
-
multiChainAsset:
|
|
20948
|
+
multiChainAsset: null,
|
|
20949
20949
|
hasValue: true,
|
|
20950
20950
|
icon: "/assets/chain-assets/subtensor_evm-native-tao.png"
|
|
20951
20951
|
},
|