@subwallet/extension-base 1.2.21-0 → 1.2.22-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/cjs/packageInfo.js
CHANGED
|
@@ -188,9 +188,9 @@ class BifrostLiquidStakingPoolHandler extends _base.default {
|
|
|
188
188
|
}];
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
-
const unstakingList = [];
|
|
192
191
|
useAddresses.forEach(address => {
|
|
193
192
|
const formattedAddress = (0, _utils2.reformatAddress)(address);
|
|
193
|
+
const unstakingList = [];
|
|
194
194
|
const bnActiveBalance = activeBalanceMap[formattedAddress];
|
|
195
195
|
const unlockings = unlockingMap[formattedAddress];
|
|
196
196
|
let unlockBalance = _util.BN_ZERO;
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"./cjs/detectPackage.js"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "1.2.
|
|
20
|
+
"version": "1.2.22-0",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -2024,11 +2024,11 @@
|
|
|
2024
2024
|
"@reduxjs/toolkit": "^1.9.1",
|
|
2025
2025
|
"@sora-substrate/type-definitions": "^1.17.7",
|
|
2026
2026
|
"@substrate/connect": "^0.8.9",
|
|
2027
|
-
"@subwallet/chain-list": "0.2.
|
|
2028
|
-
"@subwallet/extension-base": "^1.2.
|
|
2029
|
-
"@subwallet/extension-chains": "^1.2.
|
|
2030
|
-
"@subwallet/extension-dapp": "^1.2.
|
|
2031
|
-
"@subwallet/extension-inject": "^1.2.
|
|
2027
|
+
"@subwallet/chain-list": "0.2.79",
|
|
2028
|
+
"@subwallet/extension-base": "^1.2.22-0",
|
|
2029
|
+
"@subwallet/extension-chains": "^1.2.22-0",
|
|
2030
|
+
"@subwallet/extension-dapp": "^1.2.22-0",
|
|
2031
|
+
"@subwallet/extension-inject": "^1.2.22-0",
|
|
2032
2032
|
"@subwallet/keyring": "^0.1.5",
|
|
2033
2033
|
"@subwallet/ui-keyring": "^0.1.5",
|
|
2034
2034
|
"@walletconnect/keyvaluestorage": "^1.1.1",
|
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.2.
|
|
10
|
+
version: '1.2.22-0'
|
|
11
11
|
};
|
|
@@ -178,9 +178,9 @@ export default class BifrostLiquidStakingPoolHandler extends BaseLiquidStakingPo
|
|
|
178
178
|
}];
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
const unstakingList = [];
|
|
182
181
|
useAddresses.forEach(address => {
|
|
183
182
|
const formattedAddress = reformatAddress(address);
|
|
183
|
+
const unstakingList = [];
|
|
184
184
|
const bnActiveBalance = activeBalanceMap[formattedAddress];
|
|
185
185
|
const unlockings = unlockingMap[formattedAddress];
|
|
186
186
|
let unlockBalance = BN_ZERO;
|