@ledgerhq/connect-kit 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A library for dApps to integrate with the Ledger Extension and Ledger Live",
5
5
  "author": "Ledger SAS <ledger.com>",
6
6
  "license": "MIT",