@ledgerhq/connect-kit 1.1.4 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/dist/umd/index.d.ts +2 -3
- package/dist/umd/index.js +63 -78
- package/dist/umd/index.js.map +1 -1
- package/dist/umd/lib/provider.d.ts +1 -2
- package/package.json +1 -1
@@ -3,8 +3,7 @@ export declare const DEFAULT_CHAIN_ID: number;
|
|
3
3
|
export declare const DEFAULT_REQUIRED_CHAINS: number[];
|
4
4
|
export declare const DEFAULT_WALLETCONNECT_VERSION: number;
|
5
5
|
export declare enum SupportedProviders {
|
6
|
-
Ethereum = "Ethereum"
|
7
|
-
Solana = "Solana"
|
6
|
+
Ethereum = "Ethereum"
|
8
7
|
}
|
9
8
|
export declare enum SupportedProviderImplementations {
|
10
9
|
LedgerConnect = "LedgerConnect",
|