@subwallet/chain-list 0.2.55-beta.2 → 0.2.55-beta.3

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.
@@ -9297,7 +9297,9 @@
9297
9297
  priceId: null,
9298
9298
  minAmount: "10000000000000",
9299
9299
  assetType: "NATIVE",
9300
- metadata: null,
9300
+ metadata: {
9301
+ autoEnable: true
9302
+ },
9301
9303
  multiChainAsset: null,
9302
9304
  hasValue: false,
9303
9305
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/goldberg_testnet-native-avl.png"
@@ -9983,8 +9985,7 @@
9983
9985
  minAmount: "34854864344868000",
9984
9986
  assetType: "LOCAL",
9985
9987
  metadata: {
9986
- assetId: "16",
9987
- alternativeSwapAsset: "moonbeam-NATIVE-GLMR"
9988
+ assetId: "16"
9988
9989
  },
9989
9990
  multiChainAsset: "GLMR-Moonbeam",
9990
9991
  hasValue: true,
@@ -10443,7 +10444,8 @@
10443
10444
  minAmount: "1",
10444
10445
  assetType: "LOCAL",
10445
10446
  metadata: {
10446
- assetId: "18"
10447
+ assetId: "18",
10448
+ autoEnable: true
10447
10449
  },
10448
10450
  multiChainAsset: null,
10449
10451
  hasValue: true,
@@ -7250,7 +7250,9 @@
7250
7250
  "priceId": null,
7251
7251
  "minAmount": "10000000000000",
7252
7252
  "assetType": "NATIVE",
7253
- "metadata": null,
7253
+ "metadata": {
7254
+ "autoEnable": true
7255
+ },
7254
7256
  "multiChainAsset": null,
7255
7257
  "hasValue": false,
7256
7258
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/goldberg_testnet-native-avl.png"
@@ -7936,8 +7938,7 @@
7936
7938
  "minAmount": "34854864344868000",
7937
7939
  "assetType": "LOCAL",
7938
7940
  "metadata": {
7939
- "assetId": "16",
7940
- "alternativeSwapAsset": "moonbeam-NATIVE-GLMR"
7941
+ "assetId": "16"
7941
7942
  },
7942
7943
  "multiChainAsset": "GLMR-Moonbeam",
7943
7944
  "hasValue": true,
@@ -8396,7 +8397,8 @@
8396
8397
  "minAmount": "1",
8397
8398
  "assetType": "LOCAL",
8398
8399
  "metadata": {
8399
- "assetId": "18"
8400
+ "assetId": "18",
8401
+ "autoEnable": true
8400
8402
  },
8401
8403
  "multiChainAsset": null,
8402
8404
  "hasValue": true,
@@ -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.55-beta.2'
16
+ version: '0.2.55-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7250,7 +7250,9 @@
7250
7250
  "priceId": null,
7251
7251
  "minAmount": "10000000000000",
7252
7252
  "assetType": "NATIVE",
7253
- "metadata": null,
7253
+ "metadata": {
7254
+ "autoEnable": true
7255
+ },
7254
7256
  "multiChainAsset": null,
7255
7257
  "hasValue": false,
7256
7258
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/goldberg_testnet-native-avl.png"
@@ -7936,8 +7938,7 @@
7936
7938
  "minAmount": "34854864344868000",
7937
7939
  "assetType": "LOCAL",
7938
7940
  "metadata": {
7939
- "assetId": "16",
7940
- "alternativeSwapAsset": "moonbeam-NATIVE-GLMR"
7941
+ "assetId": "16"
7941
7942
  },
7942
7943
  "multiChainAsset": "GLMR-Moonbeam",
7943
7944
  "hasValue": true,
@@ -8396,7 +8397,8 @@
8396
8397
  "minAmount": "1",
8397
8398
  "assetType": "LOCAL",
8398
8399
  "metadata": {
8399
- "assetId": "18"
8400
+ "assetId": "18",
8401
+ "autoEnable": true
8400
8402
  },
8401
8403
  "multiChainAsset": null,
8402
8404
  "hasValue": true,
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.55-beta.2",
23
+ "version": "0.2.55-beta.3",
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.55-beta.2'
10
+ version: '0.2.55-beta.3'
11
11
  };