@ledgerhq/connect-kit 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
|
-
import { default as WalletConnectProvider } from
|
2
|
-
import { CheckSupportWalletConnectProviderOptions } from
|
1
|
+
import { default as WalletConnectProvider } from "../support/EthereumProvider/EthereumProvider";
|
2
|
+
import { CheckSupportWalletConnectProviderOptions } from "../lib/supportOptions";
|
3
3
|
/**
|
4
4
|
* Specifies the required options for the provider.
|
5
5
|
*/
|