UNPKG

@rainbow-me/rainbowkit

Version:
51 lines (48 loc) 1.31 kB
"use client"; import { getWalletConnectConnector } from "./chunk-75A5A7MH.js"; // src/wallets/walletConnectors/bloomWallet/bloomWallet.ts var bloomWallet = ({ projectId, walletConnectParameters }) => ({ id: "bloom", name: "Bloom Wallet", iconBackground: "#000", iconAccent: "#000", iconUrl: async () => (await import("./bloomWallet-MXLAOWS6.js")).default, downloadUrls: { desktop: "https://bloomwallet.io/" }, desktop: { getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`, instructions: { learnMoreUrl: "https://bloomwallet.io/", steps: [ { description: "wallet_connectors.bloom.desktop.step1.description", step: "install", title: "wallet_connectors.bloom.desktop.step1.title" }, { description: "wallet_connectors.bloom.desktop.step2.description", step: "create", title: "wallet_connectors.bloom.desktop.step2.title" }, { description: "wallet_connectors.bloom.desktop.step3.description", step: "refresh", title: "wallet_connectors.bloom.desktop.step3.title" } ] } }, createConnector: getWalletConnectConnector({ projectId, walletConnectParameters }) }); export { bloomWallet };