UNPKG

@rainbow-me/rainbowkit

Version:
46 lines (43 loc) 1.28 kB
"use client"; import { getInjectedConnector, hasInjectedProvider } from "./chunk-MBBGZGXF.js"; // src/wallets/walletConnectors/nestWallet/nestWallet.ts var nestWallet = () => ({ id: "nest", name: "Nest", rdns: "xyz.nestwallet", iconUrl: async () => (await import("./nestWallet-BFZZZYLV.js")).default, iconBackground: "#fff0", installed: hasInjectedProvider({ flag: "isNestWallet" }), downloadUrls: { browserExtension: "https://nestwallet.xyz" }, extension: { instructions: { learnMoreUrl: "https://nestwallet.xyz", steps: [ { description: "wallet_connectors.nestwallet.extension.step1.description", step: "install", title: "wallet_connectors.nestwallet.extension.step1.title" }, { description: "wallet_connectors.nestwallet.extension.step2.description", step: "create", title: "wallet_connectors.nestwallet.extension.step2.title" }, { description: "wallet_connectors.nestwallet.extension.step3.description", step: "refresh", title: "wallet_connectors.nestwallet.extension.step3.title" } ] } }, createConnector: getInjectedConnector({ flag: "isNestWallet" }) }); export { nestWallet };