UNPKG

@funkit/connect

Version:

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

56 lines (53 loc) 1.95 kB
"use client"; import { getInjectedConnector, hasInjectedProvider } from "./chunk-DNSG5Q7V.js"; // src/wallets/walletConnectors/enkryptWallet/enkryptWallet.ts var enkryptWallet = () => { return { id: "enkrypt", name: "Enkrypt Wallet", rdns: "com.enkrypt", installed: hasInjectedProvider({ namespace: "enkrypt.providers.ethereum" }), iconUrl: async () => (await import("./enkryptWallet-ZVUZMI7H.js")).default, iconBackground: "#FFFFFF", downloadUrls: { qrCode: "https://www.enkrypt.com", chrome: "https://chrome.google.com/webstore/detail/enkrypt-ethereum-polkadot/kkpllkodjeloidieedojogacfhpaihoh", browserExtension: "https://www.enkrypt.com/", edge: "https://microsoftedge.microsoft.com/addons/detail/enkrypt-ethereum-polkad/gfenajajnjjmmdojhdjmnngomkhlnfjl", firefox: "https://addons.mozilla.org/en-US/firefox/addon/enkrypt/", opera: "https://addons.opera.com/en/extensions/details/enkrypt/", safari: "https://apps.apple.com/app/enkrypt-web3-wallet/id1640164309" }, extension: { instructions: { learnMoreUrl: "https://blog.enkrypt.com/what-is-a-web3-wallet/", steps: [ { description: "wallet_connectors.enkrypt.extension.step1.description", step: "install", title: "wallet_connectors.enkrypt.extension.step1.title" }, { description: "wallet_connectors.enkrypt.extension.step2.description", step: "create", title: "wallet_connectors.enkrypt.extension.step2.title" }, { description: "wallet_connectors.enkrypt.extension.step3.description", step: "refresh", title: "wallet_connectors.enkrypt.extension.step3.title" } ] } }, createConnector: getInjectedConnector({ namespace: "enkrypt.providers.ethereum" }) }; }; export { enkryptWallet };