UNPKG

@funkit/connect

Version:

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

28 lines (25 loc) 815 B
"use client"; import { getInjectedConnector, hasInjectedProvider } from "./chunk-DNSG5Q7V.js"; // src/wallets/walletConnectors/mewWallet/mewWallet.ts var mewWallet = () => { return { id: "mew", name: "MEW wallet", iconUrl: async () => (await import("./mewWallet-ANFGVCZT.js")).default, iconBackground: "#fff", installed: hasInjectedProvider({ flag: "isMEWwallet" }), downloadUrls: { android: "https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet&referrer=utm_source%3Drainbow", ios: "https://apps.apple.com/app/apple-store/id1464614025?pt=118781877&mt=8&ct=rainbow", mobile: "https://mewwallet.com", qrCode: "https://mewwallet.com" }, createConnector: getInjectedConnector({ flag: "isMEWwallet" }) }; }; export { mewWallet };