@subwallet/extension-base 0.4.2-2 → 0.4.2-3

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 @@ export declare type CurrentNetworkInfo = {
245
245
  export declare type TokenInfo = {
246
246
  isMainToken: boolean;
247
247
  symbol: string;
248
+ symbolAlt?: string;
248
249
  erc20Address?: string;
249
250
  assetIndex?: number;
250
251
  decimals: number;
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@subwallet/extension-base',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '0.4.2-2'
14
+ version: '0.4.2-3'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "0.4.2-2",
20
+ "version": "0.4.2-3",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -199,9 +199,9 @@
199
199
  "@polkadot/ui-settings": "^0.89.1",
200
200
  "@polkadot/util": "^8.3.1",
201
201
  "@polkadot/util-crypto": "^8.3.1",
202
- "@subwallet/extension-chains": "^0.4.2-2",
203
- "@subwallet/extension-dapp": "^0.4.2-2",
204
- "@subwallet/extension-inject": "^0.4.2-2",
202
+ "@subwallet/extension-chains": "^0.4.2-3",
203
+ "@subwallet/extension-dapp": "^0.4.2-3",
204
+ "@subwallet/extension-inject": "^0.4.2-3",
205
205
  "ethereumjs-tx": "^2.1.2",
206
206
  "eventemitter3": "^4.0.7",
207
207
  "rxjs": "^7.5.1",
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@subwallet/extension-base',
6
6
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
7
7
  type: 'esm',
8
- version: '0.4.2-2'
8
+ version: '0.4.2-3'
9
9
  };