@subwallet/extension-base 1.3.14-0 → 1.3.14-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/cjs/packageInfo.js
CHANGED
|
@@ -14,7 +14,7 @@ const _STAKING_CHAIN_GROUP = {
|
|
|
14
14
|
amplitude: ['amplitude', 'amplitude_test', 'kilt', 'kilt_peregrine', 'pendulum', 'krest_network'],
|
|
15
15
|
// amplitude and kilt only share some common logic
|
|
16
16
|
kilt: ['kilt', 'kilt_peregrine'],
|
|
17
|
-
nominationPool: ['polkadot', 'kusama', 'westend', 'alephTest', 'aleph', 'kate', 'vara_network', 'goldberg_testnet', 'availTuringTest', 'avail_mainnet', 'vara_testnet'],
|
|
17
|
+
nominationPool: ['polkadot', 'kusama', 'westend', 'alephTest', 'aleph', 'kate', 'vara_network', 'goldberg_testnet', 'availTuringTest', 'avail_mainnet', 'vara_testnet', 'cere'],
|
|
18
18
|
bifrost: ['bifrost', 'bifrost_testnet'],
|
|
19
19
|
aleph: ['aleph', 'alephTest'],
|
|
20
20
|
// A0 has distinct tokenomics
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"./cjs/detectPackage.js"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "1.3.14-
|
|
20
|
+
"version": "1.3.14-1",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -2514,10 +2514,10 @@
|
|
|
2514
2514
|
"@sora-substrate/type-definitions": "^1.17.7",
|
|
2515
2515
|
"@substrate/connect": "^0.8.9",
|
|
2516
2516
|
"@subwallet/chain-list": "0.2.98",
|
|
2517
|
-
"@subwallet/extension-base": "^1.3.14-
|
|
2518
|
-
"@subwallet/extension-chains": "^1.3.14-
|
|
2519
|
-
"@subwallet/extension-dapp": "^1.3.14-
|
|
2520
|
-
"@subwallet/extension-inject": "^1.3.14-
|
|
2517
|
+
"@subwallet/extension-base": "^1.3.14-1",
|
|
2518
|
+
"@subwallet/extension-chains": "^1.3.14-1",
|
|
2519
|
+
"@subwallet/extension-dapp": "^1.3.14-1",
|
|
2520
|
+
"@subwallet/extension-inject": "^1.3.14-1",
|
|
2521
2521
|
"@subwallet/keyring": "^0.1.8-beta.0",
|
|
2522
2522
|
"@subwallet/ui-keyring": "^0.1.8-beta.0",
|
|
2523
2523
|
"@ton/core": "^0.56.3",
|
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/extension-base',
|
|
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: '1.3.14-
|
|
10
|
+
version: '1.3.14-1'
|
|
11
11
|
};
|
|
@@ -8,7 +8,7 @@ export const _STAKING_CHAIN_GROUP = {
|
|
|
8
8
|
amplitude: ['amplitude', 'amplitude_test', 'kilt', 'kilt_peregrine', 'pendulum', 'krest_network'],
|
|
9
9
|
// amplitude and kilt only share some common logic
|
|
10
10
|
kilt: ['kilt', 'kilt_peregrine'],
|
|
11
|
-
nominationPool: ['polkadot', 'kusama', 'westend', 'alephTest', 'aleph', 'kate', 'vara_network', 'goldberg_testnet', 'availTuringTest', 'avail_mainnet', 'vara_testnet'],
|
|
11
|
+
nominationPool: ['polkadot', 'kusama', 'westend', 'alephTest', 'aleph', 'kate', 'vara_network', 'goldberg_testnet', 'availTuringTest', 'avail_mainnet', 'vara_testnet', 'cere'],
|
|
12
12
|
bifrost: ['bifrost', 'bifrost_testnet'],
|
|
13
13
|
aleph: ['aleph', 'alephTest'],
|
|
14
14
|
// A0 has distinct tokenomics
|