UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

47 lines (44 loc) 1.34 kB
"use client"; import { getInjectedConnector, hasInjectedProvider } from "./chunk-DNSG5Q7V.js"; // src/wallets/walletConnectors/rabbyWallet/rabbyWallet.ts var rabbyWallet = () => ({ id: "rabby", name: "Rabby Wallet", iconUrl: async () => (await import("./rabbyWallet-TYX2JDHU.js")).default, rdns: "io.rabby", iconBackground: "#8697FF", installed: hasInjectedProvider({ flag: "isRabby" }), downloadUrls: { chrome: "https://chrome.google.com/webstore/detail/rabby-wallet/acmacodkjbdgmoleebolmdjonilkdbch", browserExtension: "https://rabby.io" }, extension: { instructions: { learnMoreUrl: "https://rabby.io/", steps: [ { description: "wallet_connectors.rabby.extension.step1.description", step: "install", title: "wallet_connectors.rabby.extension.step1.title" }, { description: "wallet_connectors.rabby.extension.step2.description", step: "create", title: "wallet_connectors.rabby.extension.step2.title" }, { description: "wallet_connectors.rabby.extension.step3.description", step: "refresh", title: "wallet_connectors.rabby.extension.step3.title" } ] } }, createConnector: getInjectedConnector({ flag: "isRabby" }) }); export { rabbyWallet };