UNPKG

@rainbow-me/rainbowkit

Version:
31 lines (28 loc) 713 B
"use client"; import { getInjectedConnector, hasInjectedProvider } from "./chunk-MBBGZGXF.js"; // src/wallets/walletConnectors/seifWallet/seifWallet.ts function seifWallet() { const injectedProvider = hasInjectedProvider({ namespace: "__seif" }); return { id: "seif", name: "Seif", installed: !!injectedProvider, iconUrl: async () => (await import("./seifWallet-QATOS33A.js")).default, iconBackground: "#fff", downloadUrls: { chrome: "https://chromewebstore.google.com/detail/seif/albakdmmdafeafbehmcpoejenbeojejl" }, createConnector: getInjectedConnector({ namespace: "__seif" }), rdns: "com.passkeywallet.seif" }; } export { seifWallet };