@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht
9 lines • 388 B
TypeScript
import { WalletConnect } from "./wallet-connect";
/**
* @deprecated Use `WalletConnect` instead
*
* The WalletConnect v1.0 protocol has been shut down and no longer works.
* To avoid breaking change, `WalletConnectV1` is still available but is an alias of `WalletConnect`.
*/
export declare const WalletConnectV1: typeof WalletConnect;
//# sourceMappingURL=wallet-connect-v1.d.ts.map