@subwallet/chain-list 0.2.38-beta.4 → 0.2.39-beta.0

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.
@@ -14290,7 +14290,8 @@
14290
14290
  chainStatus: "ACTIVE",
14291
14291
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/krest_network.png",
14292
14292
  providers: {
14293
- Peaq: "wss://wss-krest.peaq.network/"
14293
+ Peaq: "wss://wss-krest.peaq.network/",
14294
+ UnitedBloc: "wss://krest.unitedbloc.com/"
14294
14295
  },
14295
14296
  evmInfo: null,
14296
14297
  substrateInfo: {
@@ -14305,7 +14306,7 @@
14305
14306
  symbol: "KREST",
14306
14307
  decimals: 18,
14307
14308
  hasNativeNft: false,
14308
- supportStaking: false,
14309
+ supportStaking: true,
14309
14310
  supportSmartContract: null,
14310
14311
  crowdloanParaId: null,
14311
14312
  crowdloanFunds: [
@@ -5744,7 +5744,8 @@
5744
5744
  "chainStatus": "ACTIVE",
5745
5745
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/krest_network.png",
5746
5746
  "providers": {
5747
- "Peaq": "wss://wss-krest.peaq.network/"
5747
+ "Peaq": "wss://wss-krest.peaq.network/",
5748
+ "UnitedBloc": "wss://krest.unitedbloc.com/"
5748
5749
  },
5749
5750
  "evmInfo": null,
5750
5751
  "substrateInfo": {
@@ -5759,7 +5760,7 @@
5759
5760
  "symbol": "KREST",
5760
5761
  "decimals": 18,
5761
5762
  "hasNativeNft": false,
5762
- "supportStaking": false,
5763
+ "supportStaking": true,
5763
5764
  "supportSmartContract": null,
5764
5765
  "crowdloanParaId": null,
5765
5766
  "crowdloanFunds": [
@@ -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.38-beta.4'
16
+ version: '0.2.39-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -5744,7 +5744,8 @@
5744
5744
  "chainStatus": "ACTIVE",
5745
5745
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/krest_network.png",
5746
5746
  "providers": {
5747
- "Peaq": "wss://wss-krest.peaq.network/"
5747
+ "Peaq": "wss://wss-krest.peaq.network/",
5748
+ "UnitedBloc": "wss://krest.unitedbloc.com/"
5748
5749
  },
5749
5750
  "evmInfo": null,
5750
5751
  "substrateInfo": {
@@ -5759,7 +5760,7 @@
5759
5760
  "symbol": "KREST",
5760
5761
  "decimals": 18,
5761
5762
  "hasNativeNft": false,
5762
- "supportStaking": false,
5763
+ "supportStaking": true,
5763
5764
  "supportSmartContract": null,
5764
5765
  "crowdloanParaId": null,
5765
5766
  "crowdloanFunds": [
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.38-beta.4",
23
+ "version": "0.2.39-beta.0",
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.38-beta.4'
10
+ version: '0.2.39-beta.0'
11
11
  };