@subwallet/extension-base 1.1.67-0 → 1.1.67-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.
@@ -245,6 +245,7 @@ class KoniState {
245
245
  // TODO: consider moving this to a separate service
246
246
  await this.dbService.stores.crowdloan.removeEndedCrowdloans();
247
247
  await this.startSubscription();
248
+ this.chainService.checkLatestData();
248
249
  }
249
250
  async initMantaPay(password) {
250
251
  var _this$chainService, _this$chainService$ma;
@@ -1577,6 +1578,7 @@ class KoniState {
1577
1578
  await this.walletConnectService.resetWallet(resetAll);
1578
1579
  await this.chainService.init();
1579
1580
  this.afterChainServiceInit();
1581
+ this.chainService.checkLatestData();
1580
1582
  }
1581
1583
  async enableMantaPay(updateStore, address, password, seedPhrase) {
1582
1584
  var _this$chainService3, _this$chainService3$m, _this$chainService4, _this$chainService4$m, _this$chainService4$m2, _this$chainService11, _this$chainService11$, _this$chainService11$2;
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/extension-base',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '1.1.67-0'
16
+ version: '1.1.67-1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -478,7 +478,6 @@ class ChainService {
478
478
  await this.initAssetSettings();
479
479
  this.initAssetRefMap();
480
480
  await this.autoEnableTokens();
481
- this.checkLatestData();
482
481
  }
483
482
  initAssetRefMap() {
484
483
  this.dataMap.assetRefMap = _chainList.AssetRefMap;
@@ -237,6 +237,7 @@ export default class KoniState {
237
237
  // TODO: consider moving this to a separate service
238
238
  await this.dbService.stores.crowdloan.removeEndedCrowdloans();
239
239
  await this.startSubscription();
240
+ this.chainService.checkLatestData();
240
241
  }
241
242
  async initMantaPay(password) {
242
243
  var _this$chainService, _this$chainService$ma;
@@ -1553,6 +1554,7 @@ export default class KoniState {
1553
1554
  await this.walletConnectService.resetWallet(resetAll);
1554
1555
  await this.chainService.init();
1555
1556
  this.afterChainServiceInit();
1557
+ this.chainService.checkLatestData();
1556
1558
  }
1557
1559
  async enableMantaPay(updateStore, address, password, seedPhrase) {
1558
1560
  var _this$chainService3, _this$chainService3$m, _this$chainService4, _this$chainService4$m, _this$chainService4$m2, _this$chainService11, _this$chainService11$, _this$chainService11$2;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "1.1.67-0",
20
+ "version": "1.1.67-1",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -1886,10 +1886,10 @@
1886
1886
  "@sora-substrate/type-definitions": "^1.17.7",
1887
1887
  "@substrate/connect": "^0.8.9",
1888
1888
  "@subwallet/chain-list": "0.2.63",
1889
- "@subwallet/extension-base": "^1.1.67-0",
1890
- "@subwallet/extension-chains": "^1.1.67-0",
1891
- "@subwallet/extension-dapp": "^1.1.67-0",
1892
- "@subwallet/extension-inject": "^1.1.67-0",
1889
+ "@subwallet/extension-base": "^1.1.67-1",
1890
+ "@subwallet/extension-chains": "^1.1.67-1",
1891
+ "@subwallet/extension-dapp": "^1.1.67-1",
1892
+ "@subwallet/extension-inject": "^1.1.67-1",
1893
1893
  "@subwallet/keyring": "^0.1.5",
1894
1894
  "@subwallet/ui-keyring": "^0.1.5",
1895
1895
  "@walletconnect/sign-client": "^2.8.4",
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.1.67-0'
10
+ version: '1.1.67-1'
11
11
  };
@@ -455,7 +455,6 @@ export class ChainService {
455
455
  await this.initAssetSettings();
456
456
  this.initAssetRefMap();
457
457
  await this.autoEnableTokens();
458
- this.checkLatestData();
459
458
  }
460
459
  initAssetRefMap() {
461
460
  this.dataMap.assetRefMap = AssetRefMap;