@ledgerhq/connect-kit 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,10 @@
1
1
  import { EthereumProvider } from "../providers/Ethereum";
2
2
  import { SolanaProvider } from "../providers/Solana";
3
3
  export declare enum ConnectSupportedChains {
4
- EthereumMainnet = 1
4
+ EthereumMainnet = 1,
5
+ Polygon = 137
5
6
  }
6
- export declare function isChainIdSupported(chainId: ConnectSupportedChains): boolean;
7
+ export declare function isChainIdSupported(chainId: number): boolean;
7
8
  export declare enum SupportedProviders {
8
9
  Ethereum = "Ethereum",
9
10
  Solana = "Solana"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/connect-kit",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A library for dapps to integrate with Ledger Connect and Ledger Live",
5
5
  "author": "Hugo Lopes",
6
6
  "license": "MIT",