@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: "TAO-Bittensor",
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: "TAO-Bittensor",
20948
+ multiChainAsset: null,
20949
20949
  hasValue: true,
20950
20950
  icon: "/assets/chain-assets/subtensor_evm-native-tao.png"
20951
20951
  },
@@ -7676,7 +7676,7 @@
7676
7676
  "minAmount": "500",
7677
7677
  "assetType": "NATIVE",
7678
7678
  "metadata": null,
7679
- "multiChainAsset": "TAO-Bittensor",
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": "TAO-Bittensor",
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
  },
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.114-beta.0'
16
+ version: '0.2.114-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7676,7 +7676,7 @@
7676
7676
  "minAmount": "500",
7677
7677
  "assetType": "NATIVE",
7678
7678
  "metadata": null,
7679
- "multiChainAsset": "TAO-Bittensor",
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": "TAO-Bittensor",
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
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.114-beta.0-pr-562-0215e1ba",
23
+ "version": "0.2.114-beta.1-pr-562-0343861e",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
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.0'
10
+ version: '0.2.114-beta.1'
11
11
  };