@subwallet/chain-list 0.2.99-beta.21 → 0.2.99-beta.22

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.
@@ -19825,7 +19825,9 @@
19825
19825
  priceId: "story-2",
19826
19826
  minAmount: "0",
19827
19827
  assetType: "NATIVE",
19828
- metadata: null,
19828
+ metadata: {
19829
+ autoEnable: true
19830
+ },
19829
19831
  multiChainAsset: null,
19830
19832
  hasValue: true,
19831
19833
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-native-ip.png"
@@ -31302,7 +31304,7 @@
31302
31304
  },
31303
31305
  evmInfo: {
31304
31306
  evmChainId: 1514,
31305
- blockExplorer: "https://kmnzxolweu42.blockscout.com/",
31307
+ blockExplorer: "https://www.storyscan.xyz/",
31306
31308
  existentialDeposit: "0",
31307
31309
  symbol: "IP",
31308
31310
  decimals: 18,
@@ -13567,7 +13567,9 @@
13567
13567
  "priceId": "story-2",
13568
13568
  "minAmount": "0",
13569
13569
  "assetType": "NATIVE",
13570
- "metadata": null,
13570
+ "metadata": {
13571
+ "autoEnable": true
13572
+ },
13571
13573
  "multiChainAsset": null,
13572
13574
  "hasValue": true,
13573
13575
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-native-ip.png"
@@ -13710,4 +13712,4 @@
13710
13712
  "hasValue": true,
13711
13713
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png"
13712
13714
  }
13713
- }
13715
+ }
@@ -11199,7 +11199,7 @@
11199
11199
  },
11200
11200
  "evmInfo": {
11201
11201
  "evmChainId": 1514,
11202
- "blockExplorer": "https://kmnzxolweu42.blockscout.com/",
11202
+ "blockExplorer": "https://www.storyscan.xyz/",
11203
11203
  "existentialDeposit": "0",
11204
11204
  "symbol": "IP",
11205
11205
  "decimals": 18,
@@ -11293,4 +11293,4 @@
11293
11293
  "bitcoinInfo": null,
11294
11294
  "tonInfo": null
11295
11295
  }
11296
- }
11296
+ }
@@ -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.99-beta.21'
16
+ version: '0.2.99-beta.22'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -13567,7 +13567,9 @@
13567
13567
  "priceId": "story-2",
13568
13568
  "minAmount": "0",
13569
13569
  "assetType": "NATIVE",
13570
- "metadata": null,
13570
+ "metadata": {
13571
+ "autoEnable": true
13572
+ },
13571
13573
  "multiChainAsset": null,
13572
13574
  "hasValue": true,
13573
13575
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/story_protocol-native-ip.png"
@@ -13710,4 +13712,4 @@
13710
13712
  "hasValue": true,
13711
13713
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-erc20-usdt-0x62a0e5ced3064e64db5f02f0838c7e822a0a50b3.png"
13712
13714
  }
13713
- }
13715
+ }
@@ -11199,7 +11199,7 @@
11199
11199
  },
11200
11200
  "evmInfo": {
11201
11201
  "evmChainId": 1514,
11202
- "blockExplorer": "https://kmnzxolweu42.blockscout.com/",
11202
+ "blockExplorer": "https://www.storyscan.xyz/",
11203
11203
  "existentialDeposit": "0",
11204
11204
  "symbol": "IP",
11205
11205
  "decimals": 18,
@@ -11293,4 +11293,4 @@
11293
11293
  "bitcoinInfo": null,
11294
11294
  "tonInfo": null
11295
11295
  }
11296
- }
11296
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.99-beta.21",
23
+ "version": "0.2.99-beta.22",
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.99-beta.21'
10
+ version: '0.2.99-beta.22'
11
11
  };