@lifi/wallet-management
Version:
LI.FI Wallet Management solution.
12 lines • 419 B
JavaScript
import { walletConnect } from 'wagmi/connectors';
import { extendConnector } from './utils.js';
export const createWalletConnectConnector = /*#__PURE__*/ (params) => extendConnector(walletConnect({
showQrModal: true,
qrModalOptions: {
themeVariables: {
'--wcm-z-index': '3000',
},
},
...params,
}), 'walletConnect', 'WalletConnect');
//# sourceMappingURL=walletConnect.js.map