@injectivelabs/wallet-base 1.20.4 → 1.20.5
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/dist/cjs/index.d.cts +3 -0
- package/dist/esm/index.d.ts +3 -0
- package/package.json +4 -4
package/dist/cjs/index.d.cts
CHANGED
|
@@ -399,11 +399,14 @@ interface WalletStrategy {
|
|
|
399
399
|
//#region src/types/provider.d.ts
|
|
400
400
|
interface BrowserEip1993Provider extends EIP1193Provider {
|
|
401
401
|
removeAllListeners(): void;
|
|
402
|
+
providers?: BrowserEip1993Provider[];
|
|
402
403
|
isTrust: boolean;
|
|
403
404
|
isKeplr: boolean;
|
|
404
405
|
isRabby: boolean;
|
|
405
406
|
isRainbow: boolean;
|
|
406
407
|
isPhantom: boolean;
|
|
408
|
+
isBitGet?: boolean;
|
|
409
|
+
isBitKeep?: boolean;
|
|
407
410
|
isMetaMask: boolean;
|
|
408
411
|
isOkxWallet: boolean;
|
|
409
412
|
isTrustWallet: boolean;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -399,11 +399,14 @@ interface WalletStrategy {
|
|
|
399
399
|
//#region src/types/provider.d.ts
|
|
400
400
|
interface BrowserEip1993Provider extends EIP1193Provider {
|
|
401
401
|
removeAllListeners(): void;
|
|
402
|
+
providers?: BrowserEip1993Provider[];
|
|
402
403
|
isTrust: boolean;
|
|
403
404
|
isKeplr: boolean;
|
|
404
405
|
isRabby: boolean;
|
|
405
406
|
isRainbow: boolean;
|
|
406
407
|
isPhantom: boolean;
|
|
408
|
+
isBitGet?: boolean;
|
|
409
|
+
isBitKeep?: boolean;
|
|
407
410
|
isMetaMask: boolean;
|
|
408
411
|
isOkxWallet: boolean;
|
|
409
412
|
isTrustWallet: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-base",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.5",
|
|
4
4
|
"description": "Base wallet strategy for use with @injectivelabs/wallet-core.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"eip1193-provider": "^1.0.1",
|
|
46
46
|
"viem": "^2.41.2",
|
|
47
|
-
"@injectivelabs/
|
|
48
|
-
"@injectivelabs/ts
|
|
49
|
-
"@injectivelabs/
|
|
47
|
+
"@injectivelabs/exceptions": "1.20.5",
|
|
48
|
+
"@injectivelabs/sdk-ts": "1.20.5",
|
|
49
|
+
"@injectivelabs/ts-types": "1.20.5"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|