@subwallet/chain-list 0.2.9-beta.0 → 0.2.9-beta.1

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.
@@ -11877,7 +11877,7 @@
11877
11877
  symbol: "KREST",
11878
11878
  existentialDeposit: "500",
11879
11879
  decimals: 18,
11880
- supportStaking: true,
11880
+ supportStaking: false,
11881
11881
  hasNativeNft: false,
11882
11882
  supportSmartContract: null,
11883
11883
  blockExplorer: "https://krest.subscan.io/"
@@ -4280,7 +4280,7 @@
4280
4280
  "symbol": "KREST",
4281
4281
  "existentialDeposit": "500",
4282
4282
  "decimals": 18,
4283
- "supportStaking": true,
4283
+ "supportStaking": false,
4284
4284
  "hasNativeNft": false,
4285
4285
  "supportSmartContract": null,
4286
4286
  "blockExplorer": "https://krest.subscan.io/"
@@ -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.9-beta.0'
16
+ version: '0.2.9-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -4280,7 +4280,7 @@
4280
4280
  "symbol": "KREST",
4281
4281
  "existentialDeposit": "500",
4282
4282
  "decimals": 18,
4283
- "supportStaking": true,
4283
+ "supportStaking": false,
4284
4284
  "hasNativeNft": false,
4285
4285
  "supportSmartContract": null,
4286
4286
  "blockExplorer": "https://krest.subscan.io/"
Binary file
package/logo/krest.png ADDED
Binary file
Binary file
package/logo/panx.png CHANGED
Binary file
package/logo/zpf.png ADDED
Binary file
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.9-beta.0",
23
+ "version": "0.2.9-beta.1",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -346,6 +346,8 @@
346
346
  "./logo/kodadot.png": "./logo/kodadot.png",
347
347
  "./logo/konomi.png": "./logo/konomi.png",
348
348
  "./logo/kpron.png": "./logo/kpron.png",
349
+ "./logo/krest-token.png": "./logo/krest-token.png",
350
+ "./logo/krest.png": "./logo/krest.png",
349
351
  "./logo/kujira-orca.png": "./logo/kujira-orca.png",
350
352
  "./logo/kulupu-network.png": "./logo/kulupu-network.png",
351
353
  "./logo/kusama-asset-hub.png": "./logo/kusama-asset-hub.png",
@@ -746,6 +748,7 @@
746
748
  "./logo/zksync.png": "./logo/zksync.png",
747
749
  "./logo/zoo.png": "./logo/zoo.png",
748
750
  "./logo/zoodao.png": "./logo/zoodao.png",
751
+ "./logo/zpf.png": "./logo/zpf.png",
749
752
  "./package.json": "./package.json",
750
753
  "./packageInfo.js": {
751
754
  "types": "./packageInfo.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.9-beta.0'
10
+ version: '0.2.9-beta.1'
11
11
  };