@subwallet/extension-base 1.1.21-0 → 1.1.21-2

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.
@@ -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.21-0'
16
+ version: '1.1.21-2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -722,7 +722,7 @@ class ChainService {
722
722
  isTestnet: storedChainInfo.isTestnet,
723
723
  chainStatus: storedChainInfo.chainStatus,
724
724
  icon: storedChainInfo.icon,
725
- extraInfo: null
725
+ extraInfo: storedChainInfo.extraInfo
726
726
  };
727
727
  this.dataMap.chainStateMap[storedSlug] = {
728
728
  currentProvider: storedChainInfo.currentProvider,
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "1.1.21-0",
20
+ "version": "1.1.21-2",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -1307,11 +1307,11 @@
1307
1307
  "@reduxjs/toolkit": "^1.9.1",
1308
1308
  "@sora-substrate/type-definitions": "^1.17.7",
1309
1309
  "@substrate/connect": "^0.7.26",
1310
- "@subwallet/chain-list": "0.2.23",
1311
- "@subwallet/extension-base": "^1.1.21-0",
1312
- "@subwallet/extension-chains": "^1.1.21-0",
1313
- "@subwallet/extension-dapp": "^1.1.21-0",
1314
- "@subwallet/extension-inject": "^1.1.21-0",
1310
+ "@subwallet/chain-list": "0.2.24",
1311
+ "@subwallet/extension-base": "^1.1.21-2",
1312
+ "@subwallet/extension-chains": "^1.1.21-2",
1313
+ "@subwallet/extension-dapp": "^1.1.21-2",
1314
+ "@subwallet/extension-inject": "^1.1.21-2",
1315
1315
  "@subwallet/keyring": "^0.1.1",
1316
1316
  "@subwallet/ui-keyring": "^0.1.1",
1317
1317
  "@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.21-0'
10
+ version: '1.1.21-2'
11
11
  };
@@ -706,7 +706,7 @@ export class ChainService {
706
706
  isTestnet: storedChainInfo.isTestnet,
707
707
  chainStatus: storedChainInfo.chainStatus,
708
708
  icon: storedChainInfo.icon,
709
- extraInfo: null
709
+ extraInfo: storedChainInfo.extraInfo
710
710
  };
711
711
  this.dataMap.chainStateMap[storedSlug] = {
712
712
  currentProvider: storedChainInfo.currentProvider,