@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a h
24 lines (21 loc) • 979 B
JavaScript
import { WalletConnect } from '../../wallet-connect/dist/thirdweb-dev-wallets-evm-wallets-wallet-connect.browser.esm.js';
import '../../../../dist/defineProperty-350fc508.browser.esm.js';
import '../../../../dist/connector-05689d68.browser.esm.js';
import 'eventemitter3';
import '../../../../dist/base-a72d5b10.browser.esm.js';
import '@thirdweb-dev/chains';
import '../../abstract/dist/thirdweb-dev-wallets-evm-wallets-abstract.browser.esm.js';
import 'ethers';
import '@thirdweb-dev/sdk';
import '../../../../dist/headers-733a8199.browser.esm.js';
import '../../../../dist/wc-fbb7ab15.browser.esm.js';
import '../../../../dist/walletIds-dff6dced.browser.esm.js';
/**
* @internal
* @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`.
*/
const WalletConnectV1 = WalletConnect;
export { WalletConnectV1 };