@subwallet/chain-list 0.2.99-beta.30 → 0.2.99-beta.31

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.
@@ -9461,20 +9461,6 @@
9461
9461
  multiChainAsset: null,
9462
9462
  hasValue: true,
9463
9463
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/3dpass-native-p3d.png"
9464
- },
9465
- "alephSmartNet-NATIVE-SZERO": {
9466
- originChain: null,
9467
- slug: "alephSmartNet-NATIVE-SZERO",
9468
- name: "Aleph Zero Smartnet",
9469
- symbol: "SZERO",
9470
- decimals: 12,
9471
- priceId: null,
9472
- minAmount: "500",
9473
- assetType: "NATIVE",
9474
- metadata: null,
9475
- multiChainAsset: null,
9476
- hasValue: false,
9477
- icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/alephsmartnet-native-szero.png"
9478
9464
  },
9479
9465
  "kulupu-NATIVE-KLP": {
9480
9466
  originChain: "kulupu",
@@ -3226,20 +3226,6 @@
3226
3226
  "hasValue": true,
3227
3227
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/3dpass-native-p3d.png"
3228
3228
  },
3229
- "alephSmartNet-NATIVE-SZERO": {
3230
- "originChain": null,
3231
- "slug": "alephSmartNet-NATIVE-SZERO",
3232
- "name": "Aleph Zero Smartnet",
3233
- "symbol": "SZERO",
3234
- "decimals": 12,
3235
- "priceId": null,
3236
- "minAmount": "500",
3237
- "assetType": "NATIVE",
3238
- "metadata": null,
3239
- "multiChainAsset": null,
3240
- "hasValue": false,
3241
- "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/alephsmartnet-native-szero.png"
3242
- },
3243
3229
  "kulupu-NATIVE-KLP": {
3244
3230
  "originChain": "kulupu",
3245
3231
  "slug": "kulupu-NATIVE-KLP",
@@ -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.30'
16
+ version: '0.2.99-beta.31'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -3226,20 +3226,6 @@
3226
3226
  "hasValue": true,
3227
3227
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/3dpass-native-p3d.png"
3228
3228
  },
3229
- "alephSmartNet-NATIVE-SZERO": {
3230
- "originChain": null,
3231
- "slug": "alephSmartNet-NATIVE-SZERO",
3232
- "name": "Aleph Zero Smartnet",
3233
- "symbol": "SZERO",
3234
- "decimals": 12,
3235
- "priceId": null,
3236
- "minAmount": "500",
3237
- "assetType": "NATIVE",
3238
- "metadata": null,
3239
- "multiChainAsset": null,
3240
- "hasValue": false,
3241
- "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/alephsmartnet-native-szero.png"
3242
- },
3243
3229
  "kulupu-NATIVE-KLP": {
3244
3230
  "originChain": "kulupu",
3245
3231
  "slug": "kulupu-NATIVE-KLP",
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.30",
23
+ "version": "0.2.99-beta.31",
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.30'
10
+ version: '0.2.99-beta.31'
11
11
  };