@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.
- package/bundle-subwallet-chain-list.js +1 -1
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +1 -1
- package/logo/krest-token.png +0 -0
- package/logo/krest.png +0 -0
- package/logo/panorama-swap.png +0 -0
- package/logo/panx.png +0 -0
- package/logo/zpf.png +0 -0
- package/package.json +4 -1
- package/packageInfo.js +1 -1
|
@@ -11877,7 +11877,7 @@
|
|
|
11877
11877
|
symbol: "KREST",
|
|
11878
11878
|
existentialDeposit: "500",
|
|
11879
11879
|
decimals: 18,
|
|
11880
|
-
supportStaking:
|
|
11880
|
+
supportStaking: false,
|
|
11881
11881
|
hasNativeNft: false,
|
|
11882
11882
|
supportSmartContract: null,
|
|
11883
11883
|
blockExplorer: "https://krest.subscan.io/"
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
"symbol": "KREST",
|
|
4281
4281
|
"existentialDeposit": "500",
|
|
4282
4282
|
"decimals": 18,
|
|
4283
|
-
"supportStaking":
|
|
4283
|
+
"supportStaking": false,
|
|
4284
4284
|
"hasNativeNft": false,
|
|
4285
4285
|
"supportSmartContract": null,
|
|
4286
4286
|
"blockExplorer": "https://krest.subscan.io/"
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
"symbol": "KREST",
|
|
4281
4281
|
"existentialDeposit": "500",
|
|
4282
4282
|
"decimals": 18,
|
|
4283
|
-
"supportStaking":
|
|
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
|
package/logo/panorama-swap.png
CHANGED
|
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.
|
|
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.
|
|
10
|
+
version: '0.2.9-beta.1'
|
|
11
11
|
};
|