@subwallet/chain-list 0.2.114-beta.0-pr-562-0215e1ba → 0.2.114-beta.1-pr-562-0343861e
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.
|
@@ -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
|
},
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7676,7 +7676,7 @@
|
|
|
7676
7676
|
"minAmount": "500",
|
|
7677
7677
|
"assetType": "NATIVE",
|
|
7678
7678
|
"metadata": null,
|
|
7679
|
-
"multiChainAsset":
|
|
7679
|
+
"multiChainAsset": null,
|
|
7680
7680
|
"hasValue": true,
|
|
7681
7681
|
"icon": "https://562-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor-native-tao.png"
|
|
7682
7682
|
},
|
|
@@ -18529,7 +18529,7 @@
|
|
|
18529
18529
|
"minAmount": "0",
|
|
18530
18530
|
"assetType": "NATIVE",
|
|
18531
18531
|
"metadata": null,
|
|
18532
|
-
"multiChainAsset":
|
|
18532
|
+
"multiChainAsset": null,
|
|
18533
18533
|
"hasValue": true,
|
|
18534
18534
|
"icon": "https://562-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/subtensor_evm-native-tao.png"
|
|
18535
18535
|
},
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
|
@@ -7676,7 +7676,7 @@
|
|
|
7676
7676
|
"minAmount": "500",
|
|
7677
7677
|
"assetType": "NATIVE",
|
|
7678
7678
|
"metadata": null,
|
|
7679
|
-
"multiChainAsset":
|
|
7679
|
+
"multiChainAsset": null,
|
|
7680
7680
|
"hasValue": true,
|
|
7681
7681
|
"icon": "https://562-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor-native-tao.png"
|
|
7682
7682
|
},
|
|
@@ -18529,7 +18529,7 @@
|
|
|
18529
18529
|
"minAmount": "0",
|
|
18530
18530
|
"assetType": "NATIVE",
|
|
18531
18531
|
"metadata": null,
|
|
18532
|
-
"multiChainAsset":
|
|
18532
|
+
"multiChainAsset": null,
|
|
18533
18533
|
"hasValue": true,
|
|
18534
18534
|
"icon": "https://562-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/subtensor_evm-native-tao.png"
|
|
18535
18535
|
},
|
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.114-beta.
|
|
10
|
+
version: '0.2.114-beta.1'
|
|
11
11
|
};
|