@coinmasters/types
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -218,3 +218,3 @@ /// <reference types="node" /> | ||
declare type ConnectMethodNames = 'connectEVMWallet' | 'connectKeplr' | 'connectKeystore' | 'connectKeepkey' | 'connectLedger' | 'connectOkx' | 'connectTrezor' | 'connectWalletconnect' | 'connectXDEFI'; | ||
declare type ConnectMethodNames = 'connectEVMWallet' | 'connectKeplr' | 'connectKeystore' | 'connectKeepkey' | 'connectMetaMask' | 'connectLedger' | 'connectOkx' | 'connectTrezor' | 'connectWalletconnect' | 'connectXDEFI'; | ||
@@ -221,0 +221,0 @@ export declare type ConnectWalletParams = { |
@@ -8,3 +8,3 @@ { | ||
"vite": "4.4.9", | ||
"@internal/config": "1.0.0" | ||
"@internal/config": "1.1.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "eslintConfig": { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"scripts": { | ||
@@ -40,0 +40,0 @@ "build": "vite build", |
@@ -11,2 +11,3 @@ import type { FixedNumber } from 'ethers'; | ||
| 'connectKeepkey' | ||
| 'connectMetaMask' | ||
| 'connectLedger' | ||
@@ -13,0 +14,0 @@ | 'connectOkx' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
174585
3130