@subwallet/chain-list 0.2.54-beta.1 → 0.2.54-beta.2

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.
@@ -2699,7 +2699,9 @@
2699
2699
  priceId: "hydradx",
2700
2700
  minAmount: "1000000000000",
2701
2701
  assetType: "NATIVE",
2702
- metadata: null,
2702
+ metadata: {
2703
+ assetId: "0"
2704
+ },
2703
2705
  multiChainAsset: null,
2704
2706
  hasValue: true,
2705
2707
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
@@ -1397,7 +1397,9 @@
1397
1397
  "priceId": "hydradx",
1398
1398
  "minAmount": "1000000000000",
1399
1399
  "assetType": "NATIVE",
1400
- "metadata": null,
1400
+ "metadata": {
1401
+ "assetId": "0"
1402
+ },
1401
1403
  "multiChainAsset": null,
1402
1404
  "hasValue": true,
1403
1405
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
@@ -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.54-beta.1'
16
+ version: '0.2.54-beta.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -1397,7 +1397,9 @@
1397
1397
  "priceId": "hydradx",
1398
1398
  "minAmount": "1000000000000",
1399
1399
  "assetType": "NATIVE",
1400
- "metadata": null,
1400
+ "metadata": {
1401
+ "assetId": "0"
1402
+ },
1401
1403
  "multiChainAsset": null,
1402
1404
  "hasValue": true,
1403
1405
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-native-hdx.png"
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.54-beta.1",
23
+ "version": "0.2.54-beta.2",
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.54-beta.1'
10
+ version: '0.2.54-beta.2'
11
11
  };