@subwallet/chain-list 0.2.16-beta.4 → 0.2.16-beta.6
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 +2 -1
- package/cjs/data/ChainInfo.json +2 -1
- package/cjs/packageInfo.js +1 -1
- package/data/ChainInfo.json +2 -1
- package/package.json +3 -3
- package/packageInfo.js +1 -1
|
@@ -8063,6 +8063,7 @@
|
|
|
8063
8063
|
name: "Pioneer Network",
|
|
8064
8064
|
chainStatus: "ACTIVE",
|
|
8065
8065
|
providers: {
|
|
8066
|
+
Pioneer: "wss://pioneer-rpc-3.bit.country/wss",
|
|
8066
8067
|
OnFinality: "wss://pioneer.api.onfinality.io/public-ws"
|
|
8067
8068
|
},
|
|
8068
8069
|
isTestnet: false,
|
|
@@ -8200,7 +8201,7 @@
|
|
|
8200
8201
|
existentialDeposit: "1000000000",
|
|
8201
8202
|
decimals: 10,
|
|
8202
8203
|
supportStaking: false,
|
|
8203
|
-
hasNativeNft:
|
|
8204
|
+
hasNativeNft: true,
|
|
8204
8205
|
supportSmartContract: null
|
|
8205
8206
|
},
|
|
8206
8207
|
evmInfo: null,
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -163,6 +163,7 @@
|
|
|
163
163
|
"name": "Pioneer Network",
|
|
164
164
|
"chainStatus": "ACTIVE",
|
|
165
165
|
"providers": {
|
|
166
|
+
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss",
|
|
166
167
|
"OnFinality": "wss://pioneer.api.onfinality.io/public-ws"
|
|
167
168
|
},
|
|
168
169
|
"isTestnet": false,
|
|
@@ -300,7 +301,7 @@
|
|
|
300
301
|
"existentialDeposit": "1000000000",
|
|
301
302
|
"decimals": 10,
|
|
302
303
|
"supportStaking": false,
|
|
303
|
-
"hasNativeNft":
|
|
304
|
+
"hasNativeNft": true,
|
|
304
305
|
"supportSmartContract": null
|
|
305
306
|
},
|
|
306
307
|
"evmInfo": null,
|
package/cjs/packageInfo.js
CHANGED
package/data/ChainInfo.json
CHANGED
|
@@ -163,6 +163,7 @@
|
|
|
163
163
|
"name": "Pioneer Network",
|
|
164
164
|
"chainStatus": "ACTIVE",
|
|
165
165
|
"providers": {
|
|
166
|
+
"Pioneer": "wss://pioneer-rpc-3.bit.country/wss",
|
|
166
167
|
"OnFinality": "wss://pioneer.api.onfinality.io/public-ws"
|
|
167
168
|
},
|
|
168
169
|
"isTestnet": false,
|
|
@@ -300,7 +301,7 @@
|
|
|
300
301
|
"existentialDeposit": "1000000000",
|
|
301
302
|
"decimals": 10,
|
|
302
303
|
"supportStaking": false,
|
|
303
|
-
"hasNativeNft":
|
|
304
|
+
"hasNativeNft": true,
|
|
304
305
|
"supportSmartContract": null
|
|
305
306
|
},
|
|
306
307
|
"evmInfo": null,
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./cjs/detectPackage.js"
|
|
21
21
|
],
|
|
22
22
|
"type": "module",
|
|
23
|
-
"version": "0.2.16-beta.
|
|
23
|
+
"version": "0.2.16-beta.6",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
},
|
|
776
776
|
"dependencies": {
|
|
777
777
|
"@polkadot/dev": "0.67.167",
|
|
778
|
-
"@polkadot/util": "^
|
|
779
|
-
"eventemitter3": "^
|
|
778
|
+
"@polkadot/util": "^12.5.1",
|
|
779
|
+
"eventemitter3": "^5.0.1"
|
|
780
780
|
}
|
|
781
781
|
}
|
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.16-beta.
|
|
10
|
+
version: '0.2.16-beta.6'
|
|
11
11
|
};
|