@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
29 lines (26 loc) • 630 B
JavaScript
"use client";
import {
getWalletConnectConnector
} from "./chunk-75A5A7MH.js";
// src/wallets/walletConnectors/walletConnectWallet/walletConnectWallet.ts
var walletConnectWallet = ({
projectId,
options
}) => {
const getUri = (uri) => uri;
return {
id: "walletConnect",
name: "WalletConnect",
installed: void 0,
iconUrl: async () => (await import("./walletConnectWallet-FNSU4KNU.js")).default,
iconBackground: "#3b99fc",
qrCode: { getUri },
createConnector: getWalletConnectConnector({
projectId,
walletConnectParameters: options
})
};
};
export {
walletConnectWallet
};