@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
22 lines (19 loc) • 1.01 kB
JavaScript
import { WalletConnectConnector } from '../../wallet-connect/dist/thirdweb-dev-wallets-evm-connectors-wallet-connect.browser.esm.js';
import '../../../../dist/classPrivateMethodGet-ea199cc3.browser.esm.js';
import '../../../../dist/classPrivateFieldSet-a5db7c83.browser.esm.js';
import '../../../../dist/defineProperty-c8ecdc07.browser.esm.js';
import 'ethers';
import '../../../../dist/walletIds-a64268ca.browser.esm.js';
import '../../../../dist/url-bc88b2b6.browser.esm.js';
import '@thirdweb-dev/chains';
import '../../../../dist/WagmiConnector-2f14002d.browser.esm.js';
import 'eventemitter3';
import '../../../../dist/errors-d961f852.browser.esm.js';
/**
* @deprecated Use `WalletConnectConnector` instead
*
* The WalletConnect v1.0 protocol has been shut down and no longer works.
* To avoid breaking change, `WalletConnectV1Connector` is still available but is an alias of `WalletConnectConnector`.
*/
const WalletConnectV1Connector = WalletConnectConnector;
export { WalletConnectV1Connector };