@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.
- package/bundle-subwallet-chain-list.js +3 -2
- package/cjs/data/ChainInfo.json +3 -2
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +3 -2
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -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:
|
|
14309
|
+
supportStaking: true,
|
|
14309
14310
|
supportSmartContract: null,
|
|
14310
14311
|
crowdloanParaId: null,
|
|
14311
14312
|
crowdloanFunds: [
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -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":
|
|
5763
|
+
"supportStaking": true,
|
|
5763
5764
|
"supportSmartContract": null,
|
|
5764
5765
|
"crowdloanParaId": null,
|
|
5765
5766
|
"crowdloanFunds": [
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -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":
|
|
5763
|
+
"supportStaking": true,
|
|
5763
5764
|
"supportSmartContract": null,
|
|
5764
5765
|
"crowdloanParaId": null,
|
|
5765
5766
|
"crowdloanFunds": [
|
package/package.json
CHANGED
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.
|
|
10
|
+
version: '0.2.39-beta.0'
|
|
11
11
|
};
|