// This file is auto-generated by the `scripts/wallets/generate.ts` script. // Do not modify this file manually. import { isEcosystemWallet } from "../ecosystem/is-ecosystem-wallet.js"; import type { WalletInfo } from "../wallet-info.js"; import type { WalletId } from "../wallet-types.js"; /** * Retrieves the wallet based on the provided ID. * @param id - The ID of the wallet. * @returns A promise that resolves to the wallet. * @internal */ export async function getWalletInfo( id: WalletId, image?: TImage, ): Promise<[TImage] extends [true] ? string : WalletInfo> { if (isEcosystemWallet(id)) { const { getEcosystemWalletInfo } = await import( "../ecosystem/get-ecosystem-wallet-info.js" ); return ( image ? getEcosystemWalletInfo(id).then((info) => info.image_id) : getEcosystemWalletInfo(id) ) as Promise<[TImage] extends [true] ? string : WalletInfo>; } switch (id) { case "smart": { return ( image ? import("../custom/smart/image.js").then((img) => img.default) : import("../custom/smart/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "inApp": { return ( image ? import("../custom/inApp/image.js").then((img) => img.default) : import("../custom/inApp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "walletConnect": { return ( image ? import("../custom/walletConnect/image.js").then( (img) => img.default, ) : import("../custom/walletConnect/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "embedded": { return ( image ? import("../custom/embedded/image.js").then((img) => img.default) : import("../custom/embedded/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "adapter": { return ( image ? import("../custom/adapter/image.js").then((img) => img.default) : import("../custom/adapter/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.1inch.wallet": { return ( image ? import("./wallet/io.1inch.wallet/image.js").then( (img) => img.default, ) : import("./wallet/io.1inch.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.binance.wallet": { return ( image ? import("./wallet/com.binance.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.binance.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ledger": { return ( image ? import("./wallet/com.ledger/image.js").then((img) => img.default) : import("./wallet/com.ledger/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitpay": { return ( image ? import("./wallet/com.bitpay/image.js").then((img) => img.default) : import("./wallet/com.bitpay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bestwallet": { return ( image ? import("./wallet/com.bestwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.bestwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.metamask": { return ( image ? import("./wallet/io.metamask/image.js").then((img) => img.default) : import("./wallet/io.metamask/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.trustwallet.app": { return ( image ? import("./wallet/com.trustwallet.app/image.js").then( (img) => img.default, ) : import("./wallet/com.trustwallet.app/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.fireblocks": { return ( image ? import("./wallet/com.fireblocks/image.js").then( (img) => img.default, ) : import("./wallet/com.fireblocks/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitget.web3": { return ( image ? import("./wallet/com.bitget.web3/image.js").then( (img) => img.default, ) : import("./wallet/com.bitget.web3/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pro.tokenpocket": { return ( image ? import("./wallet/pro.tokenpocket/image.js").then( (img) => img.default, ) : import("./wallet/pro.tokenpocket/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.safepal": { return ( image ? import("./wallet/com.safepal/image.js").then((img) => img.default) : import("./wallet/com.safepal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.uniswap": { return ( image ? import("./wallet/org.uniswap/image.js").then((img) => img.default) : import("./wallet/org.uniswap/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.zerion.wallet": { return ( image ? import("./wallet/io.zerion.wallet/image.js").then( (img) => img.default, ) : import("./wallet/io.zerion.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.elrond.maiar.wallet": { return ( image ? import("./wallet/com.elrond.maiar.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.elrond.maiar.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.crypto.wallet": { return ( image ? import("./wallet/com.crypto.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.crypto.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitcoin": { return ( image ? import("./wallet/com.bitcoin/image.js").then((img) => img.default) : import("./wallet/com.bitcoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bifrostwallet": { return ( image ? import("./wallet/com.bifrostwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.bifrostwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "jp.co.rakuten-wallet": { return ( image ? import("./wallet/jp.co.rakuten-wallet/image.js").then( (img) => img.default, ) : import("./wallet/jp.co.rakuten-wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bybit": { return ( image ? import("./wallet/com.bybit/image.js").then((img) => img.default) : import("./wallet/com.bybit/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.blockchain.login": { return ( image ? import("./wallet/com.blockchain.login/image.js").then( (img) => img.default, ) : import("./wallet/com.blockchain.login/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.trezor": { return ( image ? import("./wallet/io.trezor/image.js").then((img) => img.default) : import("./wallet/io.trezor/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "im.token": { return ( image ? import("./wallet/im.token/image.js").then((img) => img.default) : import("./wallet/im.token/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "global.safe": { return ( image ? import("./wallet/global.safe/image.js").then((img) => img.default) : import("./wallet/global.safe/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.ctrl": { return ( image ? import("./wallet/xyz.ctrl/image.js").then((img) => img.default) : import("./wallet/xyz.ctrl/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.arculus": { return ( image ? import("./wallet/co.arculus/image.js").then((img) => img.default) : import("./wallet/co.arculus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.roninchain.wallet": { return ( image ? import("./wallet/com.roninchain.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.roninchain.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.okex.wallet": { return ( image ? import("./wallet/com.okex.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.okex.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.wemixplay": { return ( image ? import("./wallet/com.wemixplay/image.js").then((img) => img.default) : import("./wallet/com.wemixplay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tangem": { return ( image ? import("./wallet/com.tangem/image.js").then((img) => img.default) : import("./wallet/com.tangem/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.exodus": { return ( image ? import("./wallet/com.exodus/image.js").then((img) => img.default) : import("./wallet/com.exodus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.hashpack.wallet": { return ( image ? import("./wallet/com.hashpack.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.hashpack.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "id.co.pintu": { return ( image ? import("./wallet/id.co.pintu/image.js").then((img) => img.default) : import("./wallet/id.co.pintu/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.blackfort": { return ( image ? import("./wallet/network.blackfort/image.js").then( (img) => img.default, ) : import("./wallet/network.blackfort/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.wigwam.wallet": { return ( image ? import("./wallet/com.wigwam.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.wigwam.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.backpack": { return ( image ? import("./wallet/app.backpack/image.js").then((img) => img.default) : import("./wallet/app.backpack/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.subwallet": { return ( image ? import("./wallet/app.subwallet/image.js").then((img) => img.default) : import("./wallet/app.subwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "cc.avacus": { return ( image ? import("./wallet/cc.avacus/image.js").then((img) => img.default) : import("./wallet/cc.avacus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.rainbow": { return ( image ? import("./wallet/me.rainbow/image.js").then((img) => img.default) : import("./wallet/me.rainbow/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "so.onekey.app.wallet": { return ( image ? import("./wallet/so.onekey.app.wallet/image.js").then( (img) => img.default, ) : import("./wallet/so.onekey.app.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.haha": { return ( image ? import("./wallet/me.haha/image.js").then((img) => img.default) : import("./wallet/me.haha/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bee": { return ( image ? import("./wallet/com.bee/image.js").then((img) => img.default) : import("./wallet/com.bee/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "ag.jup": { return ( image ? import("./wallet/ag.jup/image.js").then((img) => img.default) : import("./wallet/ag.jup/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.keplr": { return ( image ? import("./wallet/app.keplr/image.js").then((img) => img.default) : import("./wallet/app.keplr/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.hot-labs": { return ( image ? import("./wallet/org.hot-labs/image.js").then((img) => img.default) : import("./wallet/org.hot-labs/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.dcentwallet": { return ( image ? import("./wallet/com.dcentwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.dcentwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.kraken": { return ( image ? import("./wallet/com.kraken/image.js").then((img) => img.default) : import("./wallet/com.kraken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.kucoin": { return ( image ? import("./wallet/com.kucoin/image.js").then((img) => img.default) : import("./wallet/com.kucoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.magiceden.wallet": { return ( image ? import("./wallet/io.magiceden.wallet/image.js").then( (img) => img.default, ) : import("./wallet/io.magiceden.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tomi": { return ( image ? import("./wallet/com.tomi/image.js").then((img) => img.default) : import("./wallet/com.tomi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ibvm": { return ( image ? import("./wallet/io.ibvm/image.js").then((img) => img.default) : import("./wallet/io.ibvm/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.mewwallet": { return ( image ? import("./wallet/com.mewwallet/image.js").then((img) => img.default) : import("./wallet/com.mewwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.socios.app": { return ( image ? import("./wallet/com.socios.app/image.js").then( (img) => img.default, ) : import("./wallet/com.socios.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.argent": { return ( image ? import("./wallet/xyz.argent/image.js").then((img) => img.default) : import("./wallet/xyz.argent/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.thorwallet": { return ( image ? import("./wallet/org.thorwallet/image.js").then( (img) => img.default, ) : import("./wallet/org.thorwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.internetmoney": { return ( image ? import("./wallet/io.internetmoney/image.js").then( (img) => img.default, ) : import("./wallet/io.internetmoney/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.mathwallet": { return ( image ? import("./wallet/org.mathwallet/image.js").then( (img) => img.default, ) : import("./wallet/org.mathwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.cypherhq": { return ( image ? import("./wallet/io.cypherhq/image.js").then((img) => img.default) : import("./wallet/io.cypherhq/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.novawallet": { return ( image ? import("./wallet/io.novawallet/image.js").then((img) => img.default) : import("./wallet/io.novawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.yowallet": { return ( image ? import("./wallet/io.yowallet/image.js").then((img) => img.default) : import("./wallet/io.yowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.flowfoundation.wallet": { return ( image ? import("./wallet/com.flowfoundation.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.flowfoundation.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.kabila": { return ( image ? import("./wallet/app.kabila/image.js").then((img) => img.default) : import("./wallet/app.kabila/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.opera": { return ( image ? import("./wallet/com.opera/image.js").then((img) => img.default) : import("./wallet/com.opera/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.valoraapp": { return ( image ? import("./wallet/com.valoraapp/image.js").then((img) => img.default) : import("./wallet/com.valoraapp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.robinhood.wallet": { return ( image ? import("./wallet/com.robinhood.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.robinhood.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.chain": { return ( image ? import("./wallet/com.chain/image.js").then((img) => img.default) : import("./wallet/com.chain/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.huddln": { return ( image ? import("./wallet/io.huddln/image.js").then((img) => img.default) : import("./wallet/io.huddln/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.core.extension": { return ( image ? import("./wallet/app.core.extension/image.js").then( (img) => img.default, ) : import("./wallet/app.core.extension/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "world.freedom": { return ( image ? import("./wallet/world.freedom/image.js").then((img) => img.default) : import("./wallet/world.freedom/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "money.unstoppable": { return ( image ? import("./wallet/money.unstoppable/image.js").then( (img) => img.default, ) : import("./wallet/money.unstoppable/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pk.modular": { return ( image ? import("./wallet/pk.modular/image.js").then((img) => img.default) : import("./wallet/pk.modular/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.wombat": { return ( image ? import("./wallet/app.wombat/image.js").then((img) => img.default) : import("./wallet/app.wombat/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.klipwallet": { return ( image ? import("./wallet/com.klipwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.klipwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.gemwallet": { return ( image ? import("./wallet/com.gemwallet/image.js").then((img) => img.default) : import("./wallet/com.gemwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.sabay.wallet": { return ( image ? import("./wallet/com.sabay.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.sabay.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.zengo": { return ( image ? import("./wallet/com.zengo/image.js").then((img) => img.default) : import("./wallet/com.zengo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.joeywallet": { return ( image ? import("./wallet/xyz.joeywallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.joeywallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.tokoin": { return ( image ? import("./wallet/io.tokoin/image.js").then((img) => img.default) : import("./wallet/io.tokoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.alpha-u.wallet.web": { return ( image ? import("./wallet/io.alpha-u.wallet.web/image.js").then( (img) => img.default, ) : import("./wallet/io.alpha-u.wallet.web/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.cvl": { return ( image ? import("./wallet/network.cvl/image.js").then((img) => img.default) : import("./wallet/network.cvl/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.leapwallet": { return ( image ? import("./wallet/io.leapwallet/image.js").then((img) => img.default) : import("./wallet/io.leapwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.xenea": { return ( image ? import("./wallet/io.xenea/image.js").then((img) => img.default) : import("./wallet/io.xenea/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.oasys-wallet": { return ( image ? import("./wallet/com.oasys-wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.oasys-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitso": { return ( image ? import("./wallet/com.bitso/image.js").then((img) => img.default) : import("./wallet/com.bitso/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.enjin": { return ( image ? import("./wallet/io.enjin/image.js").then((img) => img.default) : import("./wallet/io.enjin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coldwallet": { return ( image ? import("./wallet/com.coldwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.coldwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.creditcoin.app": { return ( image ? import("./wallet/org.creditcoin.app/image.js").then( (img) => img.default, ) : import("./wallet/org.creditcoin.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.everspace": { return ( image ? import("./wallet/app.everspace/image.js").then((img) => img.default) : import("./wallet/app.everspace/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.zeal": { return ( image ? import("./wallet/app.zeal/image.js").then((img) => img.default) : import("./wallet/app.zeal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.whitewallet": { return ( image ? import("./wallet/app.whitewallet/image.js").then( (img) => img.default, ) : import("./wallet/app.whitewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "ai.purewallet": { return ( image ? import("./wallet/ai.purewallet/image.js").then((img) => img.default) : import("./wallet/ai.purewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.fastex.wallet": { return ( image ? import("./wallet/com.fastex.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.fastex.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.kriptomat": { return ( image ? import("./wallet/io.kriptomat/image.js").then((img) => img.default) : import("./wallet/io.kriptomat/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ullapay": { return ( image ? import("./wallet/com.ullapay/image.js").then((img) => img.default) : import("./wallet/com.ullapay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.atomicwallet": { return ( image ? import("./wallet/io.atomicwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.atomicwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.pionewallet": { return ( image ? import("./wallet/com.pionewallet/image.js").then( (img) => img.default, ) : import("./wallet/com.pionewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.oxalus": { return ( image ? import("./wallet/io.oxalus/image.js").then((img) => img.default) : import("./wallet/io.oxalus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.uniultra.wallet": { return ( image ? import("./wallet/xyz.uniultra.wallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.uniultra.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.frontier.wallet": { return ( image ? import("./wallet/xyz.frontier.wallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.frontier.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coolbitx.cwsapp": { return ( image ? import("./wallet/com.coolbitx.cwsapp/image.js").then( (img) => img.default, ) : import("./wallet/com.coolbitx.cwsapp/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.gooddollar": { return ( image ? import("./wallet/org.gooddollar/image.js").then( (img) => img.default, ) : import("./wallet/org.gooddollar/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.cakewallet": { return ( image ? import("./wallet/com.cakewallet/image.js").then( (img) => img.default, ) : import("./wallet/com.cakewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ellipal": { return ( image ? import("./wallet/com.ellipal/image.js").then((img) => img.default) : import("./wallet/com.ellipal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.krystal": { return ( image ? import("./wallet/app.krystal/image.js").then((img) => img.default) : import("./wallet/app.krystal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.monarchwallet": { return ( image ? import("./wallet/com.monarchwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.monarchwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.burritowallet": { return ( image ? import("./wallet/com.burritowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.burritowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.family.wallet": { return ( image ? import("./wallet/co.family.wallet/image.js").then( (img) => img.default, ) : import("./wallet/co.family.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.mtpelerin": { return ( image ? import("./wallet/com.mtpelerin/image.js").then((img) => img.default) : import("./wallet/com.mtpelerin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.keyring": { return ( image ? import("./wallet/app.keyring/image.js").then((img) => img.default) : import("./wallet/app.keyring/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "cc.localtrade.lab": { return ( image ? import("./wallet/cc.localtrade.lab/image.js").then( (img) => img.default, ) : import("./wallet/cc.localtrade.lab/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "tech.okto": { return ( image ? import("./wallet/tech.okto/image.js").then((img) => img.default) : import("./wallet/tech.okto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.xcapit": { return ( image ? import("./wallet/com.xcapit/image.js").then((img) => img.default) : import("./wallet/com.xcapit/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.gayawallet": { return ( image ? import("./wallet/com.gayawallet/image.js").then( (img) => img.default, ) : import("./wallet/com.gayawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.nightly": { return ( image ? import("./wallet/app.nightly/image.js").then((img) => img.default) : import("./wallet/app.nightly/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coin98": { return ( image ? import("./wallet/com.coin98/image.js").then((img) => img.default) : import("./wallet/com.coin98/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.coca": { return ( image ? import("./wallet/xyz.coca/image.js").then((img) => img.default) : import("./wallet/xyz.coca/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.linen": { return ( image ? import("./wallet/app.linen/image.js").then((img) => img.default) : import("./wallet/app.linen/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "dev.auroracloud": { return ( image ? import("./wallet/dev.auroracloud/image.js").then( (img) => img.default, ) : import("./wallet/dev.auroracloud/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coinomi": { return ( image ? import("./wallet/com.coinomi/image.js").then((img) => img.default) : import("./wallet/com.coinomi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "my.mone": { return ( image ? import("./wallet/my.mone/image.js").then((img) => img.default) : import("./wallet/my.mone/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.alephium": { return ( image ? import("./wallet/org.alephium/image.js").then((img) => img.default) : import("./wallet/org.alephium/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.alicebob": { return ( image ? import("./wallet/com.alicebob/image.js").then((img) => img.default) : import("./wallet/com.alicebob/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.koalawallet": { return ( image ? import("./wallet/io.koalawallet/image.js").then( (img) => img.default, ) : import("./wallet/io.koalawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.veworld": { return ( image ? import("./wallet/com.veworld/image.js").then((img) => img.default) : import("./wallet/com.veworld/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.withpaper": { return ( image ? import("./wallet/com.withpaper/image.js").then((img) => img.default) : import("./wallet/com.withpaper/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.noone": { return ( image ? import("./wallet/io.noone/image.js").then((img) => img.default) : import("./wallet/io.noone/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.haqq": { return ( image ? import("./wallet/network.haqq/image.js").then((img) => img.default) : import("./wallet/network.haqq/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ricewallet": { return ( image ? import("./wallet/io.ricewallet/image.js").then((img) => img.default) : import("./wallet/io.ricewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.iopay": { return ( image ? import("./wallet/me.iopay/image.js").then((img) => img.default) : import("./wallet/me.iopay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.walletnow": { return ( image ? import("./wallet/app.walletnow/image.js").then((img) => img.default) : import("./wallet/app.walletnow/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.okse": { return ( image ? import("./wallet/io.okse/image.js").then((img) => img.default) : import("./wallet/io.okse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.over": { return ( image ? import("./wallet/network.over/image.js").then((img) => img.default) : import("./wallet/network.over/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.aktionariat": { return ( image ? import("./wallet/com.aktionariat/image.js").then( (img) => img.default, ) : import("./wallet/com.aktionariat/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.paybolt": { return ( image ? import("./wallet/com.paybolt/image.js").then((img) => img.default) : import("./wallet/com.paybolt/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.plasma-wallet": { return ( image ? import("./wallet/com.plasma-wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.plasma-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.bytebank": { return ( image ? import("./wallet/org.bytebank/image.js").then((img) => img.default) : import("./wallet/org.bytebank/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ethermail": { return ( image ? import("./wallet/io.ethermail/image.js").then((img) => img.default) : import("./wallet/io.ethermail/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.optowallet": { return ( image ? import("./wallet/com.optowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.optowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.openwallet": { return ( image ? import("./wallet/finance.openwallet/image.js").then( (img) => img.default, ) : import("./wallet/finance.openwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.sequence": { return ( image ? import("./wallet/xyz.sequence/image.js").then((img) => img.default) : import("./wallet/xyz.sequence/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.foxwallet": { return ( image ? import("./wallet/com.foxwallet/image.js").then((img) => img.default) : import("./wallet/com.foxwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.hbwallet": { return ( image ? import("./wallet/app.hbwallet/image.js").then((img) => img.default) : import("./wallet/app.hbwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "it.airgap": { return ( image ? import("./wallet/it.airgap/image.js").then((img) => img.default) : import("./wallet/it.airgap/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.holdstation": { return ( image ? import("./wallet/com.holdstation/image.js").then( (img) => img.default, ) : import("./wallet/com.holdstation/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.universaleverything": { return ( image ? import("./wallet/io.universaleverything/image.js").then( (img) => img.default, ) : import("./wallet/io.universaleverything/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.abra": { return ( image ? import("./wallet/com.abra/image.js").then((img) => img.default) : import("./wallet/com.abra/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.thepulsewallet": { return ( image ? import("./wallet/org.thepulsewallet/image.js").then( (img) => img.default, ) : import("./wallet/org.thepulsewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.premanft": { return ( image ? import("./wallet/com.premanft/image.js").then((img) => img.default) : import("./wallet/com.premanft/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.timelesswallet": { return ( image ? import("./wallet/xyz.timelesswallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.timelesswallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.bitizen": { return ( image ? import("./wallet/org.bitizen/image.js").then((img) => img.default) : import("./wallet/org.bitizen/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.ultimate": { return ( image ? import("./wallet/app.ultimate/image.js").then((img) => img.default) : import("./wallet/app.ultimate/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.compasswallet": { return ( image ? import("./wallet/io.compasswallet/image.js").then( (img) => img.default, ) : import("./wallet/io.compasswallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.fizzwallet": { return ( image ? import("./wallet/app.fizzwallet/image.js").then( (img) => img.default, ) : import("./wallet/app.fizzwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.xovawallet": { return ( image ? import("./wallet/com.xovawallet/image.js").then( (img) => img.default, ) : import("./wallet/com.xovawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.nicegram": { return ( image ? import("./wallet/app.nicegram/image.js").then((img) => img.default) : import("./wallet/app.nicegram/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.zelcore": { return ( image ? import("./wallet/io.zelcore/image.js").then((img) => img.default) : import("./wallet/io.zelcore/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.freighter": { return ( image ? import("./wallet/app.freighter/image.js").then((img) => img.default) : import("./wallet/app.freighter/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.stickey": { return ( image ? import("./wallet/app.stickey/image.js").then((img) => img.default) : import("./wallet/app.stickey/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.coinstats": { return ( image ? import("./wallet/app.coinstats/image.js").then((img) => img.default) : import("./wallet/app.coinstats/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.harti": { return ( image ? import("./wallet/io.harti/image.js").then((img) => img.default) : import("./wallet/io.harti/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.dttd": { return ( image ? import("./wallet/io.dttd/image.js").then((img) => img.default) : import("./wallet/io.dttd/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tellaw": { return ( image ? import("./wallet/com.tellaw/image.js").then((img) => img.default) : import("./wallet/com.tellaw/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.klever": { return ( image ? import("./wallet/io.klever/image.js").then((img) => img.default) : import("./wallet/io.klever/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.unstoppabledomains": { return ( image ? import("./wallet/com.unstoppabledomains/image.js").then( (img) => img.default, ) : import("./wallet/com.unstoppabledomains/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "is.callback": { return ( image ? import("./wallet/is.callback/image.js").then((img) => img.default) : import("./wallet/is.callback/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "ai.pundi": { return ( image ? import("./wallet/ai.pundi/image.js").then((img) => img.default) : import("./wallet/ai.pundi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.summonersarena": { return ( image ? import("./wallet/io.summonersarena/image.js").then( (img) => img.default, ) : import("./wallet/io.summonersarena/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.fizen": { return ( image ? import("./wallet/io.fizen/image.js").then((img) => img.default) : import("./wallet/io.fizen/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "fi.pillar": { return ( image ? import("./wallet/fi.pillar/image.js").then((img) => img.default) : import("./wallet/fi.pillar/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "world.ixo": { return ( image ? import("./wallet/world.ixo/image.js").then((img) => img.default) : import("./wallet/world.ixo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.thetatoken": { return ( image ? import("./wallet/org.thetatoken/image.js").then( (img) => img.default, ) : import("./wallet/org.thetatoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "net.gateweb3": { return ( image ? import("./wallet/net.gateweb3/image.js").then((img) => img.default) : import("./wallet/net.gateweb3/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.ammer": { return ( image ? import("./wallet/app.ammer/image.js").then((img) => img.default) : import("./wallet/app.ammer/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "us.binance": { return ( image ? import("./wallet/us.binance/image.js").then((img) => img.default) : import("./wallet/us.binance/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.yusetoken": { return ( image ? import("./wallet/io.yusetoken/image.js").then((img) => img.default) : import("./wallet/io.yusetoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.muza": { return ( image ? import("./wallet/co.muza/image.js").then((img) => img.default) : import("./wallet/co.muza/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.hyperpay": { return ( image ? import("./wallet/io.hyperpay/image.js").then((img) => img.default) : import("./wallet/io.hyperpay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.cosmostation": { return ( image ? import("./wallet/io.cosmostation/image.js").then( (img) => img.default, ) : import("./wallet/io.cosmostation/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.ryipay": { return ( image ? import("./wallet/app.ryipay/image.js").then((img) => img.default) : import("./wallet/app.ryipay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.wallet3": { return ( image ? import("./wallet/io.wallet3/image.js").then((img) => img.default) : import("./wallet/io.wallet3/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.dota168": { return ( image ? import("./wallet/org.dota168/image.js").then((img) => img.default) : import("./wallet/org.dota168/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitpie": { return ( image ? import("./wallet/com.bitpie/image.js").then((img) => img.default) : import("./wallet/com.bitpie/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coininn": { return ( image ? import("./wallet/com.coininn/image.js").then((img) => img.default) : import("./wallet/com.coininn/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.easy": { return ( image ? import("./wallet/me.easy/image.js").then((img) => img.default) : import("./wallet/me.easy/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.shido": { return ( image ? import("./wallet/io.shido/image.js").then((img) => img.default) : import("./wallet/io.shido/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.neonwallet": { return ( image ? import("./wallet/com.neonwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.neonwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.secuxtech": { return ( image ? import("./wallet/com.secuxtech/image.js").then((img) => img.default) : import("./wallet/com.secuxtech/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.unitywallet": { return ( image ? import("./wallet/com.unitywallet/image.js").then( (img) => img.default, ) : import("./wallet/com.unitywallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.miraiapp": { return ( image ? import("./wallet/io.miraiapp/image.js").then((img) => img.default) : import("./wallet/io.miraiapp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.beexo": { return ( image ? import("./wallet/com.beexo/image.js").then((img) => img.default) : import("./wallet/com.beexo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "social.halo": { return ( image ? import("./wallet/social.halo/image.js").then((img) => img.default) : import("./wallet/social.halo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.gemspocket": { return ( image ? import("./wallet/com.gemspocket/image.js").then( (img) => img.default, ) : import("./wallet/com.gemspocket/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.status": { return ( image ? import("./wallet/app.status/image.js").then((img) => img.default) : import("./wallet/app.status/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.midoin": { return ( image ? import("./wallet/com.midoin/image.js").then((img) => img.default) : import("./wallet/com.midoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "id.competence": { return ( image ? import("./wallet/id.competence/image.js").then((img) => img.default) : import("./wallet/id.competence/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.safemoon": { return ( image ? import("./wallet/com.safemoon/image.js").then((img) => img.default) : import("./wallet/com.safemoon/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "llc.besc": { return ( image ? import("./wallet/llc.besc/image.js").then((img) => img.default) : import("./wallet/llc.besc/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "baby.smart": { return ( image ? import("./wallet/baby.smart/image.js").then((img) => img.default) : import("./wallet/baby.smart/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.onto": { return ( image ? import("./wallet/app.onto/image.js").then((img) => img.default) : import("./wallet/app.onto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ivirse": { return ( image ? import("./wallet/com.ivirse/image.js").then((img) => img.default) : import("./wallet/com.ivirse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "one.mixin.messenger": { return ( image ? import("./wallet/one.mixin.messenger/image.js").then( (img) => img.default, ) : import("./wallet/one.mixin.messenger/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "cash.abpay": { return ( image ? import("./wallet/cash.abpay/image.js").then((img) => img.default) : import("./wallet/cash.abpay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "ch.dssecurity": { return ( image ? import("./wallet/ch.dssecurity/image.js").then((img) => img.default) : import("./wallet/ch.dssecurity/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.concordium.wallet": { return ( image ? import("./wallet/com.concordium.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.concordium.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.zkape": { return ( image ? import("./wallet/io.zkape/image.js").then((img) => img.default) : import("./wallet/io.zkape/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.paliwallet": { return ( image ? import("./wallet/com.paliwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.paliwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.pitaka": { return ( image ? import("./wallet/io.pitaka/image.js").then((img) => img.default) : import("./wallet/io.pitaka/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.saitamatoken": { return ( image ? import("./wallet/com.saitamatoken/image.js").then( (img) => img.default, ) : import("./wallet/com.saitamatoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.mugambo": { return ( image ? import("./wallet/org.mugambo/image.js").then((img) => img.default) : import("./wallet/org.mugambo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "fi.stablez": { return ( image ? import("./wallet/fi.stablez/image.js").then((img) => img.default) : import("./wallet/fi.stablez/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.legacynetwork": { return ( image ? import("./wallet/io.legacynetwork/image.js").then( (img) => img.default, ) : import("./wallet/io.legacynetwork/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.meld.app": { return ( image ? import("./wallet/com.meld.app/image.js").then((img) => img.default) : import("./wallet/com.meld.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.bladewallet": { return ( image ? import("./wallet/io.bladewallet/image.js").then( (img) => img.default, ) : import("./wallet/io.bladewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.authentrend": { return ( image ? import("./wallet/com.authentrend/image.js").then( (img) => img.default, ) : import("./wallet/com.authentrend/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.webauth": { return ( image ? import("./wallet/com.webauth/image.js").then((img) => img.default) : import("./wallet/com.webauth/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.tucop": { return ( image ? import("./wallet/xyz.tucop/image.js").then((img) => img.default) : import("./wallet/xyz.tucop/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pro.fintoken": { return ( image ? import("./wallet/pro.fintoken/image.js").then((img) => img.default) : import("./wallet/pro.fintoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.nash": { return ( image ? import("./wallet/io.nash/image.js").then((img) => img.default) : import("./wallet/io.nash/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "vc.uincubator.api": { return ( image ? import("./wallet/vc.uincubator.api/image.js").then( (img) => img.default, ) : import("./wallet/vc.uincubator.api/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.unagi.unawallet": { return ( image ? import("./wallet/io.unagi.unawallet/image.js").then( (img) => img.default, ) : import("./wallet/io.unagi.unawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.nonbank": { return ( image ? import("./wallet/io.nonbank/image.js").then((img) => img.default) : import("./wallet/io.nonbank/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.armana.portal": { return ( image ? import("./wallet/io.armana.portal/image.js").then( (img) => img.default, ) : import("./wallet/io.armana.portal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.x9wallet": { return ( image ? import("./wallet/com.x9wallet/image.js").then((img) => img.default) : import("./wallet/com.x9wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.kigo": { return ( image ? import("./wallet/io.kigo/image.js").then((img) => img.default) : import("./wallet/io.kigo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.alphawallet": { return ( image ? import("./wallet/com.alphawallet/image.js").then( (img) => img.default, ) : import("./wallet/com.alphawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.getcogni": { return ( image ? import("./wallet/com.getcogni/image.js").then((img) => img.default) : import("./wallet/com.getcogni/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.sinum": { return ( image ? import("./wallet/app.sinum/image.js").then((img) => img.default) : import("./wallet/app.sinum/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.soulswap.app": { return ( image ? import("./wallet/finance.soulswap.app/image.js").then( (img) => img.default, ) : import("./wallet/finance.soulswap.app/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.loopring.wallet": { return ( image ? import("./wallet/io.loopring.wallet/image.js").then( (img) => img.default, ) : import("./wallet/io.loopring.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.shapeshift": { return ( image ? import("./wallet/com.shapeshift/image.js").then( (img) => img.default, ) : import("./wallet/com.shapeshift/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.trinity-tech": { return ( image ? import("./wallet/io.trinity-tech/image.js").then( (img) => img.default, ) : import("./wallet/io.trinity-tech/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "money.keychain": { return ( image ? import("./wallet/money.keychain/image.js").then( (img) => img.default, ) : import("./wallet/money.keychain/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.superhero.cordova": { return ( image ? import("./wallet/com.superhero.cordova/image.js").then( (img) => img.default, ) : import("./wallet/com.superhero.cordova/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bettatrade": { return ( image ? import("./wallet/com.bettatrade/image.js").then( (img) => img.default, ) : import("./wallet/com.bettatrade/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "online.puzzle": { return ( image ? import("./wallet/online.puzzle/image.js").then((img) => img.default) : import("./wallet/online.puzzle/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "gg.indi": { return ( image ? import("./wallet/gg.indi/image.js").then((img) => img.default) : import("./wallet/gg.indi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.tradestrike": { return ( image ? import("./wallet/io.tradestrike/image.js").then( (img) => img.default, ) : import("./wallet/io.tradestrike/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.echooo": { return ( image ? import("./wallet/xyz.echooo/image.js").then((img) => img.default) : import("./wallet/xyz.echooo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.kryptogo": { return ( image ? import("./wallet/com.kryptogo/image.js").then((img) => img.default) : import("./wallet/com.kryptogo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.trustasset": { return ( image ? import("./wallet/io.trustasset/image.js").then((img) => img.default) : import("./wallet/io.trustasset/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.utorg": { return ( image ? import("./wallet/app.utorg/image.js").then((img) => img.default) : import("./wallet/app.utorg/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.dfinnwallet": { return ( image ? import("./wallet/app.dfinnwallet/image.js").then( (img) => img.default, ) : import("./wallet/app.dfinnwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.rezor": { return ( image ? import("./wallet/org.rezor/image.js").then((img) => img.default) : import("./wallet/org.rezor/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.legionnetwork": { return ( image ? import("./wallet/io.legionnetwork/image.js").then( (img) => img.default, ) : import("./wallet/io.legionnetwork/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "cc.maxwallet": { return ( image ? import("./wallet/cc.maxwallet/image.js").then((img) => img.default) : import("./wallet/cc.maxwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ripio": { return ( image ? import("./wallet/com.ripio/image.js").then((img) => img.default) : import("./wallet/com.ripio/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.fxwallet": { return ( image ? import("./wallet/com.fxwallet/image.js").then((img) => img.default) : import("./wallet/com.fxwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "inc.tomo": { return ( image ? import("./wallet/inc.tomo/image.js").then((img) => img.default) : import("./wallet/inc.tomo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.komet.app": { return ( image ? import("./wallet/me.komet.app/image.js").then((img) => img.default) : import("./wallet/me.komet.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.guardiianwallet": { return ( image ? import("./wallet/io.guardiianwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.guardiianwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.hacken.hai": { return ( image ? import("./wallet/io.hacken.hai/image.js").then((img) => img.default) : import("./wallet/io.hacken.hai/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.zypto": { return ( image ? import("./wallet/com.zypto/image.js").then((img) => img.default) : import("./wallet/com.zypto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.nabox": { return ( image ? import("./wallet/io.nabox/image.js").then((img) => img.default) : import("./wallet/io.nabox/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tastycrypto": { return ( image ? import("./wallet/com.tastycrypto/image.js").then( (img) => img.default, ) : import("./wallet/com.tastycrypto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ballet": { return ( image ? import("./wallet/com.ballet/image.js").then((img) => img.default) : import("./wallet/com.ballet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.talken": { return ( image ? import("./wallet/io.talken/image.js").then((img) => img.default) : import("./wallet/io.talken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.wallacy": { return ( image ? import("./wallet/io.wallacy/image.js").then((img) => img.default) : import("./wallet/io.wallacy/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.mrhb": { return ( image ? import("./wallet/network.mrhb/image.js").then((img) => img.default) : import("./wallet/network.mrhb/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.pockie": { return ( image ? import("./wallet/io.pockie/image.js").then((img) => img.default) : import("./wallet/io.pockie/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.astrox": { return ( image ? import("./wallet/me.astrox/image.js").then((img) => img.default) : import("./wallet/me.astrox/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.thirdweb": { return ( image ? import("./wallet/com.thirdweb/image.js").then((img) => img.default) : import("./wallet/com.thirdweb/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.poolsmobility.wallet": { return ( image ? import("./wallet/com.poolsmobility.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.poolsmobility.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.roam.wallet": { return ( image ? import("./wallet/xyz.roam.wallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.roam.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.gamic": { return ( image ? import("./wallet/app.gamic/image.js").then((img) => img.default) : import("./wallet/app.gamic/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.m1nty": { return ( image ? import("./wallet/app.m1nty/image.js").then((img) => img.default) : import("./wallet/app.m1nty/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.trustkeys": { return ( image ? import("./wallet/network.trustkeys/image.js").then( (img) => img.default, ) : import("./wallet/network.trustkeys/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.caesiumlab": { return ( image ? import("./wallet/com.caesiumlab/image.js").then( (img) => img.default, ) : import("./wallet/com.caesiumlab/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.catecoin": { return ( image ? import("./wallet/app.catecoin/image.js").then((img) => img.default) : import("./wallet/app.catecoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.hootark": { return ( image ? import("./wallet/com.hootark/image.js").then((img) => img.default) : import("./wallet/com.hootark/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.crossmint": { return ( image ? import("./wallet/com.crossmint/image.js").then((img) => img.default) : import("./wallet/com.crossmint/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coincircle": { return ( image ? import("./wallet/com.coincircle/image.js").then( (img) => img.default, ) : import("./wallet/com.coincircle/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.bharatbox": { return ( image ? import("./wallet/io.bharatbox/image.js").then((img) => img.default) : import("./wallet/io.bharatbox/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "nl.greenhood.wallet": { return ( image ? import("./wallet/nl.greenhood.wallet/image.js").then( (img) => img.default, ) : import("./wallet/nl.greenhood.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.swopme": { return ( image ? import("./wallet/co.swopme/image.js").then((img) => img.default) : import("./wallet/co.swopme/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.kresus": { return ( image ? import("./wallet/com.kresus/image.js").then((img) => img.default) : import("./wallet/com.kresus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.dolletwallet": { return ( image ? import("./wallet/com.dolletwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.dolletwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "net.shinobi-wallet": { return ( image ? import("./wallet/net.shinobi-wallet/image.js").then( (img) => img.default, ) : import("./wallet/net.shinobi-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.azcoiner": { return ( image ? import("./wallet/com.azcoiner/image.js").then((img) => img.default) : import("./wallet/com.azcoiner/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.passwallet.app": { return ( image ? import("./wallet/com.passwallet.app/image.js").then( (img) => img.default, ) : import("./wallet/com.passwallet.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.qubic.wallet": { return ( image ? import("./wallet/app.qubic.wallet/image.js").then( (img) => img.default, ) : import("./wallet/app.qubic.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coinex.wallet": { return ( image ? import("./wallet/com.coinex.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.coinex.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.xverse": { return ( image ? import("./wallet/app.xverse/image.js").then((img) => img.default) : import("./wallet/app.xverse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.flash-wallet": { return ( image ? import("./wallet/com.flash-wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.flash-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.vgxfoundation": { return ( image ? import("./wallet/com.vgxfoundation/image.js").then( (img) => img.default, ) : import("./wallet/com.vgxfoundation/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.arianee": { return ( image ? import("./wallet/org.arianee/image.js").then((img) => img.default) : import("./wallet/org.arianee/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.myabcwallet": { return ( image ? import("./wallet/io.myabcwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.myabcwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.owallet": { return ( image ? import("./wallet/io.owallet/image.js").then((img) => img.default) : import("./wallet/io.owallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.zelus": { return ( image ? import("./wallet/io.zelus/image.js").then((img) => img.default) : import("./wallet/io.zelus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "net.myrenegade": { return ( image ? import("./wallet/net.myrenegade/image.js").then( (img) => img.default, ) : import("./wallet/net.myrenegade/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.clingon": { return ( image ? import("./wallet/io.clingon/image.js").then((img) => img.default) : import("./wallet/io.clingon/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.icewal": { return ( image ? import("./wallet/com.icewal/image.js").then((img) => img.default) : import("./wallet/com.icewal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.streakk": { return ( image ? import("./wallet/io.streakk/image.js").then((img) => img.default) : import("./wallet/io.streakk/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.dokwallet": { return ( image ? import("./wallet/com.dokwallet/image.js").then((img) => img.default) : import("./wallet/com.dokwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.porta": { return ( image ? import("./wallet/finance.porta/image.js").then((img) => img.default) : import("./wallet/finance.porta/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.prettygood.x": { return ( image ? import("./wallet/io.prettygood.x/image.js").then( (img) => img.default, ) : import("./wallet/io.prettygood.x/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.earthwallet": { return ( image ? import("./wallet/io.earthwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.earthwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "net.spatium.wallet": { return ( image ? import("./wallet/net.spatium.wallet/image.js").then( (img) => img.default, ) : import("./wallet/net.spatium.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "live.superex": { return ( image ? import("./wallet/live.superex/image.js").then((img) => img.default) : import("./wallet/live.superex/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.adftechnology": { return ( image ? import("./wallet/com.adftechnology/image.js").then( (img) => img.default, ) : import("./wallet/com.adftechnology/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bscecowallet": { return ( image ? import("./wallet/com.bscecowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.bscecowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.wallypto": { return ( image ? import("./wallet/io.wallypto/image.js").then((img) => img.default) : import("./wallet/io.wallypto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.reown": { return ( image ? import("./wallet/com.reown/image.js").then((img) => img.default) : import("./wallet/com.reown/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.voltage": { return ( image ? import("./wallet/finance.voltage/image.js").then( (img) => img.default, ) : import("./wallet/finance.voltage/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.walletconnect": { return ( image ? import("./wallet/com.walletconnect/image.js").then( (img) => img.default, ) : import("./wallet/com.walletconnect/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.passpay": { return ( image ? import("./wallet/io.passpay/image.js").then((img) => img.default) : import("./wallet/io.passpay/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "technology.obvious": { return ( image ? import("./wallet/technology.obvious/image.js").then( (img) => img.default, ) : import("./wallet/technology.obvious/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.plutope": { return ( image ? import("./wallet/io.plutope/image.js").then((img) => img.default) : import("./wallet/io.plutope/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.buzz-up": { return ( image ? import("./wallet/io.buzz-up/image.js").then((img) => img.default) : import("./wallet/io.buzz-up/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.xellar": { return ( image ? import("./wallet/co.xellar/image.js").then((img) => img.default) : import("./wallet/co.xellar/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.kaxaa": { return ( image ? import("./wallet/com.kaxaa/image.js").then((img) => img.default) : import("./wallet/com.kaxaa/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.shefi": { return ( image ? import("./wallet/org.shefi/image.js").then((img) => img.default) : import("./wallet/org.shefi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.orion": { return ( image ? import("./wallet/xyz.orion/image.js").then((img) => img.default) : import("./wallet/xyz.orion/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "world.dosi.vault": { return ( image ? import("./wallet/world.dosi.vault/image.js").then( (img) => img.default, ) : import("./wallet/world.dosi.vault/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.gridlock": { return ( image ? import("./wallet/network.gridlock/image.js").then( (img) => img.default, ) : import("./wallet/network.gridlock/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.plena": { return ( image ? import("./wallet/finance.plena/image.js").then((img) => img.default) : import("./wallet/finance.plena/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "cc.dropp": { return ( image ? import("./wallet/cc.dropp/image.js").then((img) => img.default) : import("./wallet/cc.dropp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.scramberry": { return ( image ? import("./wallet/io.scramberry/image.js").then((img) => img.default) : import("./wallet/io.scramberry/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.bonuz": { return ( image ? import("./wallet/xyz.bonuz/image.js").then((img) => img.default) : import("./wallet/xyz.bonuz/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bmawallet": { return ( image ? import("./wallet/com.bmawallet/image.js").then((img) => img.default) : import("./wallet/com.bmawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.lifedefi": { return ( image ? import("./wallet/co.lifedefi/image.js").then((img) => img.default) : import("./wallet/co.lifedefi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.get-verso": { return ( image ? import("./wallet/com.get-verso/image.js").then((img) => img.default) : import("./wallet/com.get-verso/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.blocto": { return ( image ? import("./wallet/io.blocto/image.js").then((img) => img.default) : import("./wallet/io.blocto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.pandoshi": { return ( image ? import("./wallet/com.pandoshi/image.js").then((img) => img.default) : import("./wallet/com.pandoshi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.getclave": { return ( image ? import("./wallet/io.getclave/image.js").then((img) => img.default) : import("./wallet/io.getclave/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "technology.jambo": { return ( image ? import("./wallet/technology.jambo/image.js").then( (img) => img.default, ) : import("./wallet/technology.jambo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.edge": { return ( image ? import("./wallet/app.edge/image.js").then((img) => img.default) : import("./wallet/app.edge/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.banksocial": { return ( image ? import("./wallet/io.banksocial/image.js").then((img) => img.default) : import("./wallet/io.banksocial/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.konio": { return ( image ? import("./wallet/io.konio/image.js").then((img) => img.default) : import("./wallet/io.konio/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.qubetics": { return ( image ? import("./wallet/com.qubetics/image.js").then((img) => img.default) : import("./wallet/com.qubetics/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.imem": { return ( image ? import("./wallet/app.imem/image.js").then((img) => img.default) : import("./wallet/app.imem/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.purechain": { return ( image ? import("./wallet/com.purechain/image.js").then((img) => img.default) : import("./wallet/com.purechain/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ethos": { return ( image ? import("./wallet/io.ethos/image.js").then((img) => img.default) : import("./wallet/io.ethos/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.didwallet": { return ( image ? import("./wallet/io.didwallet/image.js").then((img) => img.default) : import("./wallet/io.didwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.dextrade": { return ( image ? import("./wallet/com.dextrade/image.js").then((img) => img.default) : import("./wallet/com.dextrade/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.kelp": { return ( image ? import("./wallet/org.kelp/image.js").then((img) => img.default) : import("./wallet/org.kelp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.nestwallet": { return ( image ? import("./wallet/xyz.nestwallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.nestwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.cryptnox": { return ( image ? import("./wallet/com.cryptnox/image.js").then((img) => img.default) : import("./wallet/com.cryptnox/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "land.liker": { return ( image ? import("./wallet/land.liker/image.js").then((img) => img.default) : import("./wallet/land.liker/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.hippowallet": { return ( image ? import("./wallet/io.hippowallet/image.js").then( (img) => img.default, ) : import("./wallet/io.hippowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.certhis": { return ( image ? import("./wallet/io.certhis/image.js").then((img) => img.default) : import("./wallet/io.certhis/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.safecryptowallet": { return ( image ? import("./wallet/io.safecryptowallet/image.js").then( (img) => img.default, ) : import("./wallet/io.safecryptowallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.saify": { return ( image ? import("./wallet/com.saify/image.js").then((img) => img.default) : import("./wallet/com.saify/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tiduswallet": { return ( image ? import("./wallet/com.tiduswallet/image.js").then( (img) => img.default, ) : import("./wallet/com.tiduswallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.uptn.dapp-web": { return ( image ? import("./wallet/io.uptn.dapp-web/image.js").then( (img) => img.default, ) : import("./wallet/io.uptn.dapp-web/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.it.onewallet": { return ( image ? import("./wallet/com.it.onewallet/image.js").then( (img) => img.default, ) : import("./wallet/com.it.onewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.rktechworks": { return ( image ? import("./wallet/com.rktechworks/image.js").then( (img) => img.default, ) : import("./wallet/com.rktechworks/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.revelator.wallet": { return ( image ? import("./wallet/com.revelator.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.revelator.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.sinohope": { return ( image ? import("./wallet/com.sinohope/image.js").then((img) => img.default) : import("./wallet/com.sinohope/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.dgg": { return ( image ? import("./wallet/network.dgg/image.js").then((img) => img.default) : import("./wallet/network.dgg/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.up": { return ( image ? import("./wallet/io.up/image.js").then((img) => img.default) : import("./wallet/io.up/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.lif3": { return ( image ? import("./wallet/com.lif3/image.js").then((img) => img.default) : import("./wallet/com.lif3/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.bimwallet": { return ( image ? import("./wallet/io.bimwallet/image.js").then((img) => img.default) : import("./wallet/io.bimwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pub.dg": { return ( image ? import("./wallet/pub.dg/image.js").then((img) => img.default) : import("./wallet/pub.dg/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.wemix": { return ( image ? import("./wallet/com.wemix/image.js").then((img) => img.default) : import("./wallet/com.wemix/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.pierwallet": { return ( image ? import("./wallet/com.pierwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.pierwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "net.stasis": { return ( image ? import("./wallet/net.stasis/image.js").then((img) => img.default) : import("./wallet/net.stasis/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.peakdefi": { return ( image ? import("./wallet/com.peakdefi/image.js").then((img) => img.default) : import("./wallet/com.peakdefi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.3swallet": { return ( image ? import("./wallet/com.3swallet/image.js").then((img) => img.default) : import("./wallet/com.3swallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.example.subdomain": { return ( image ? import("./wallet/com.example.subdomain/image.js").then( (img) => img.default, ) : import("./wallet/com.example.subdomain/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.reown.appkit-lab": { return ( image ? import("./wallet/com.reown.appkit-lab/image.js").then( (img) => img.default, ) : import("./wallet/com.reown.appkit-lab/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.opz": { return ( image ? import("./wallet/com.opz/image.js").then((img) => img.default) : import("./wallet/com.opz/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "ai.spotonchain.platform": { return ( image ? import("./wallet/ai.spotonchain.platform/image.js").then( (img) => img.default, ) : import("./wallet/ai.spotonchain.platform/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.dailychain.wallet": { return ( image ? import("./wallet/org.dailychain.wallet/image.js").then( (img) => img.default, ) : import("./wallet/org.dailychain.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.omni": { return ( image ? import("./wallet/app.omni/image.js").then((img) => img.default) : import("./wallet/app.omni/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "id.plumaa": { return ( image ? import("./wallet/id.plumaa/image.js").then((img) => img.default) : import("./wallet/id.plumaa/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ttmwallet": { return ( image ? import("./wallet/io.ttmwallet/image.js").then((img) => img.default) : import("./wallet/io.ttmwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.kgen": { return ( image ? import("./wallet/io.kgen/image.js").then((img) => img.default) : import("./wallet/io.kgen/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.nufinetes": { return ( image ? import("./wallet/com.nufinetes/image.js").then((img) => img.default) : import("./wallet/com.nufinetes/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.squirrelwallet": { return ( image ? import("./wallet/com.squirrelwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.squirrelwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "eu.trusteeglobal": { return ( image ? import("./wallet/eu.trusteeglobal/image.js").then( (img) => img.default, ) : import("./wallet/eu.trusteeglobal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.daffione": { return ( image ? import("./wallet/com.daffione/image.js").then((img) => img.default) : import("./wallet/com.daffione/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.saakuru.app": { return ( image ? import("./wallet/com.saakuru.app/image.js").then( (img) => img.default, ) : import("./wallet/com.saakuru.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.r0ar": { return ( image ? import("./wallet/io.r0ar/image.js").then((img) => img.default) : import("./wallet/io.r0ar/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.nodle": { return ( image ? import("./wallet/com.nodle/image.js").then((img) => img.default) : import("./wallet/com.nodle/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.tofee": { return ( image ? import("./wallet/app.tofee/image.js").then((img) => img.default) : import("./wallet/app.tofee/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.pltwallet": { return ( image ? import("./wallet/io.pltwallet/image.js").then((img) => img.default) : import("./wallet/io.pltwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.talkapp": { return ( image ? import("./wallet/org.talkapp/image.js").then((img) => img.default) : import("./wallet/org.talkapp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ready": { return ( image ? import("./wallet/io.ready/image.js").then((img) => img.default) : import("./wallet/io.ready/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.w3wallet": { return ( image ? import("./wallet/app.w3wallet/image.js").then((img) => img.default) : import("./wallet/app.w3wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pro.ds.app": { return ( image ? import("./wallet/pro.ds.app/image.js").then((img) => img.default) : import("./wallet/pro.ds.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.reown.docs": { return ( image ? import("./wallet/com.reown.docs/image.js").then( (img) => img.default, ) : import("./wallet/com.reown.docs/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.apollox": { return ( image ? import("./wallet/com.apollox/image.js").then((img) => img.default) : import("./wallet/com.apollox/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ipmb": { return ( image ? import("./wallet/com.ipmb/image.js").then((img) => img.default) : import("./wallet/com.ipmb/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.payperless": { return ( image ? import("./wallet/com.payperless/image.js").then( (img) => img.default, ) : import("./wallet/com.payperless/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.obliowallet": { return ( image ? import("./wallet/com.obliowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.obliowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.keeper-wallet": { return ( image ? import("./wallet/app.keeper-wallet/image.js").then( (img) => img.default, ) : import("./wallet/app.keeper-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.paraswap": { return ( image ? import("./wallet/io.paraswap/image.js").then((img) => img.default) : import("./wallet/io.paraswap/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.ecoinwallet": { return ( image ? import("./wallet/org.ecoinwallet/image.js").then( (img) => img.default, ) : import("./wallet/org.ecoinwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "fi.dropmate": { return ( image ? import("./wallet/fi.dropmate/image.js").then((img) => img.default) : import("./wallet/fi.dropmate/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.cryptokara": { return ( image ? import("./wallet/com.cryptokara/image.js").then( (img) => img.default, ) : import("./wallet/com.cryptokara/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.cyber.wallet": { return ( image ? import("./wallet/co.cyber.wallet/image.js").then( (img) => img.default, ) : import("./wallet/co.cyber.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.kriptonio": { return ( image ? import("./wallet/com.kriptonio/image.js").then((img) => img.default) : import("./wallet/com.kriptonio/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "digital.minerva": { return ( image ? import("./wallet/digital.minerva/image.js").then( (img) => img.default, ) : import("./wallet/digital.minerva/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.mpcvault.broswerplugin": { return ( image ? import("./wallet/com.mpcvault.broswerplugin/image.js").then( (img) => img.default, ) : import("./wallet/com.mpcvault.broswerplugin/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.liberawallet": { return ( image ? import("./wallet/com.liberawallet/image.js").then( (img) => img.default, ) : import("./wallet/com.liberawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.helixid": { return ( image ? import("./wallet/io.helixid/image.js").then((img) => img.default) : import("./wallet/io.helixid/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.broearn": { return ( image ? import("./wallet/com.broearn/image.js").then((img) => img.default) : import("./wallet/com.broearn/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.altme": { return ( image ? import("./wallet/io.altme/image.js").then((img) => img.default) : import("./wallet/io.altme/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.herewallet": { return ( image ? import("./wallet/app.herewallet/image.js").then( (img) => img.default, ) : import("./wallet/app.herewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coinsdo": { return ( image ? import("./wallet/com.coinsdo/image.js").then((img) => img.default) : import("./wallet/com.coinsdo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "trade.flooz.wallet": { return ( image ? import("./wallet/trade.flooz.wallet/image.js").then( (img) => img.default, ) : import("./wallet/trade.flooz.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tapwallet": { return ( image ? import("./wallet/com.tapwallet/image.js").then((img) => img.default) : import("./wallet/com.tapwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "fun.tobi": { return ( image ? import("./wallet/fun.tobi/image.js").then((img) => img.default) : import("./wallet/fun.tobi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitnovo": { return ( image ? import("./wallet/com.bitnovo/image.js").then((img) => img.default) : import("./wallet/com.bitnovo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.xucre": { return ( image ? import("./wallet/io.xucre/image.js").then((img) => img.default) : import("./wallet/io.xucre/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.girin": { return ( image ? import("./wallet/app.girin/image.js").then((img) => img.default) : import("./wallet/app.girin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.panaroma": { return ( image ? import("./wallet/finance.panaroma/image.js").then( (img) => img.default, ) : import("./wallet/finance.panaroma/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.clot": { return ( image ? import("./wallet/app.clot/image.js").then((img) => img.default) : import("./wallet/app.clot/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.transi": { return ( image ? import("./wallet/io.transi/image.js").then((img) => img.default) : import("./wallet/io.transi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "world.qoin": { return ( image ? import("./wallet/world.qoin/image.js").then((img) => img.default) : import("./wallet/world.qoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.greengloryglobal": { return ( image ? import("./wallet/com.greengloryglobal/image.js").then( (img) => img.default, ) : import("./wallet/com.greengloryglobal/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.amazewallet": { return ( image ? import("./wallet/com.amazewallet/image.js").then( (img) => img.default, ) : import("./wallet/com.amazewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "zone.bitverse": { return ( image ? import("./wallet/zone.bitverse/image.js").then((img) => img.default) : import("./wallet/zone.bitverse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "social.gm2": { return ( image ? import("./wallet/social.gm2/image.js").then((img) => img.default) : import("./wallet/social.gm2/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ozonewallet": { return ( image ? import("./wallet/io.ozonewallet/image.js").then( (img) => img.default, ) : import("./wallet/io.ozonewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ukiss": { return ( image ? import("./wallet/io.ukiss/image.js").then((img) => img.default) : import("./wallet/io.ukiss/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "finance.islamicoin": { return ( image ? import("./wallet/finance.islamicoin/image.js").then( (img) => img.default, ) : import("./wallet/finance.islamicoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.copiosa": { return ( image ? import("./wallet/io.copiosa/image.js").then((img) => img.default) : import("./wallet/io.copiosa/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "world.fncy": { return ( image ? import("./wallet/world.fncy/image.js").then((img) => img.default) : import("./wallet/world.fncy/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.moonstake": { return ( image ? import("./wallet/io.moonstake/image.js").then((img) => img.default) : import("./wallet/io.moonstake/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.trusteeglobal": { return ( image ? import("./wallet/com.trusteeglobal/image.js").then( (img) => img.default, ) : import("./wallet/com.trusteeglobal/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "net.spatium": { return ( image ? import("./wallet/net.spatium/image.js").then((img) => img.default) : import("./wallet/net.spatium/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "co.filwallet": { return ( image ? import("./wallet/co.filwallet/image.js").then((img) => img.default) : import("./wallet/co.filwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "money.snowball": { return ( image ? import("./wallet/money.snowball/image.js").then( (img) => img.default, ) : import("./wallet/money.snowball/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.ennowallet": { return ( image ? import("./wallet/com.ennowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.ennowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.safematrix": { return ( image ? import("./wallet/io.safematrix/image.js").then((img) => img.default) : import("./wallet/io.safematrix/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pro.assure": { return ( image ? import("./wallet/pro.assure/image.js").then((img) => img.default) : import("./wallet/pro.assure/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.neftipedia": { return ( image ? import("./wallet/com.neftipedia/image.js").then( (img) => img.default, ) : import("./wallet/com.neftipedia/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.goldbit": { return ( image ? import("./wallet/io.goldbit/image.js").then((img) => img.default) : import("./wallet/io.goldbit/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coingrig": { return ( image ? import("./wallet/com.coingrig/image.js").then((img) => img.default) : import("./wallet/com.coingrig/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.xfun": { return ( image ? import("./wallet/io.xfun/image.js").then((img) => img.default) : import("./wallet/io.xfun/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.antiersolutions": { return ( image ? import("./wallet/com.antiersolutions/image.js").then( (img) => img.default, ) : import("./wallet/com.antiersolutions/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.itoken": { return ( image ? import("./wallet/com.itoken/image.js").then((img) => img.default) : import("./wallet/com.itoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.cardstack": { return ( image ? import("./wallet/com.cardstack/image.js").then((img) => img.default) : import("./wallet/com.cardstack/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.slavi": { return ( image ? import("./wallet/io.slavi/image.js").then((img) => img.default) : import("./wallet/io.slavi/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "tech.defiantapp": { return ( image ? import("./wallet/tech.defiantapp/image.js").then( (img) => img.default, ) : import("./wallet/tech.defiantapp/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.dexari": { return ( image ? import("./wallet/com.dexari/image.js").then((img) => img.default) : import("./wallet/com.dexari/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.cfcx": { return ( image ? import("./wallet/io.cfcx/image.js").then((img) => img.default) : import("./wallet/io.cfcx/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.socjsc": { return ( image ? import("./wallet/com.socjsc/image.js").then((img) => img.default) : import("./wallet/com.socjsc/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tokenb": { return ( image ? import("./wallet/com.tokenb/image.js").then((img) => img.default) : import("./wallet/com.tokenb/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.onyx": { return ( image ? import("./wallet/org.onyx/image.js").then((img) => img.default) : import("./wallet/org.onyx/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.gk8": { return ( image ? import("./wallet/io.gk8/image.js").then((img) => img.default) : import("./wallet/io.gk8/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.anchorage": { return ( image ? import("./wallet/com.anchorage/image.js").then((img) => img.default) : import("./wallet/com.anchorage/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.hashport.wallet": { return ( image ? import("./wallet/com.hashport.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.hashport.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.billionwallet": { return ( image ? import("./wallet/io.billionwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.billionwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.dlicom": { return ( image ? import("./wallet/com.dlicom/image.js").then((img) => img.default) : import("./wallet/com.dlicom/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.tychiwallet": { return ( image ? import("./wallet/com.tychiwallet/image.js").then( (img) => img.default, ) : import("./wallet/com.tychiwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "at.swe": { return ( image ? import("./wallet/at.swe/image.js").then((img) => img.default) : import("./wallet/at.swe/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.wali": { return ( image ? import("./wallet/network.wali/image.js").then((img) => img.default) : import("./wallet/network.wali/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.diamante": { return ( image ? import("./wallet/io.diamante/image.js").then((img) => img.default) : import("./wallet/io.diamante/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "ai.interlinklabs": { return ( image ? import("./wallet/ai.interlinklabs/image.js").then( (img) => img.default, ) : import("./wallet/ai.interlinklabs/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.walllet": { return ( image ? import("./wallet/com.walllet/image.js").then((img) => img.default) : import("./wallet/com.walllet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.lunascape": { return ( image ? import("./wallet/org.lunascape/image.js").then((img) => img.default) : import("./wallet/org.lunascape/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.nvxowallet": { return ( image ? import("./wallet/com.nvxowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.nvxowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "today.paywithcrypto.wallet": { return ( image ? import("./wallet/today.paywithcrypto.wallet/image.js").then( (img) => img.default, ) : import("./wallet/today.paywithcrypto.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "ai.iluminary": { return ( image ? import("./wallet/ai.iluminary/image.js").then((img) => img.default) : import("./wallet/ai.iluminary/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.reactwallet": { return ( image ? import("./wallet/io.reactwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.reactwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.rewardywallet": { return ( image ? import("./wallet/com.rewardywallet/image.js").then( (img) => img.default, ) : import("./wallet/com.rewardywallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.walletv": { return ( image ? import("./wallet/io.walletv/image.js").then((img) => img.default) : import("./wallet/io.walletv/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.outlawgames": { return ( image ? import("./wallet/app.outlawgames/image.js").then( (img) => img.default, ) : import("./wallet/app.outlawgames/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.ironwallet": { return ( image ? import("./wallet/io.ironwallet/image.js").then((img) => img.default) : import("./wallet/io.ironwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.mecowallet": { return ( image ? import("./wallet/com.mecowallet/image.js").then( (img) => img.default, ) : import("./wallet/com.mecowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.onlybulls": { return ( image ? import("./wallet/com.onlybulls/image.js").then((img) => img.default) : import("./wallet/com.onlybulls/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "me.qiewallet": { return ( image ? import("./wallet/me.qiewallet/image.js").then((img) => img.default) : import("./wallet/me.qiewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "fund.lflabs": { return ( image ? import("./wallet/fund.lflabs/image.js").then((img) => img.default) : import("./wallet/fund.lflabs/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.walletverse": { return ( image ? import("./wallet/io.walletverse/image.js").then( (img) => img.default, ) : import("./wallet/io.walletverse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.berasig": { return ( image ? import("./wallet/com.berasig/image.js").then((img) => img.default) : import("./wallet/com.berasig/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.phantom": { return ( image ? import("./wallet/app.phantom/image.js").then((img) => img.default) : import("./wallet/app.phantom/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coinbase.wallet": { return ( image ? import("./wallet/com.coinbase.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.coinbase.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.rabby": { return ( image ? import("./wallet/io.rabby/image.js").then((img) => img.default) : import("./wallet/io.rabby/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.brave.wallet": { return ( image ? import("./wallet/com.brave.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.brave.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "fi.nu": { return ( image ? import("./wallet/fi.nu/image.js").then((img) => img.default) : import("./wallet/fi.nu/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "pro.hinkal.walletconnect": { return ( image ? import("./wallet/pro.hinkal.walletconnect/image.js").then( (img) => img.default, ) : import("./wallet/pro.hinkal.walletconnect/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.moongate.one": { return ( image ? import("./wallet/com.moongate.one/image.js").then( (img) => img.default, ) : import("./wallet/com.moongate.one/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "tech.levain": { return ( image ? import("./wallet/tech.levain/image.js").then((img) => img.default) : import("./wallet/tech.levain/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.enkrypt": { return ( image ? import("./wallet/com.enkrypt/image.js").then((img) => img.default) : import("./wallet/com.enkrypt/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.scramble": { return ( image ? import("./wallet/com.scramble/image.js").then((img) => img.default) : import("./wallet/com.scramble/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.finoa": { return ( image ? import("./wallet/io.finoa/image.js").then((img) => img.default) : import("./wallet/io.finoa/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.blazpay.wallet": { return ( image ? import("./wallet/com.blazpay.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.blazpay.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.getjoin.prd": { return ( image ? import("./wallet/io.getjoin.prd/image.js").then( (img) => img.default, ) : import("./wallet/io.getjoin.prd/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.talisman": { return ( image ? import("./wallet/xyz.talisman/image.js").then((img) => img.default) : import("./wallet/xyz.talisman/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "eu.flashsoft.clear-wallet": { return ( image ? import("./wallet/eu.flashsoft.clear-wallet/image.js").then( (img) => img.default, ) : import("./wallet/eu.flashsoft.clear-wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "app.berasig": { return ( image ? import("./wallet/app.berasig/image.js").then((img) => img.default) : import("./wallet/app.berasig/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.wallet.reown": { return ( image ? import("./wallet/com.wallet.reown/image.js").then( (img) => img.default, ) : import("./wallet/com.wallet.reown/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.runonflux.sspwallet": { return ( image ? import("./wallet/io.runonflux.sspwallet/image.js").then( (img) => img.default, ) : import("./wallet/io.runonflux.sspwallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.blanqlabs.wallet": { return ( image ? import("./wallet/com.blanqlabs.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.blanqlabs.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.hero.wallet": { return ( image ? import("./wallet/io.hero.wallet/image.js").then( (img) => img.default, ) : import("./wallet/io.hero.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "network.verified.custody": { return ( image ? import("./wallet/network.verified.custody/image.js").then( (img) => img.default, ) : import("./wallet/network.verified.custody/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "console.utila.io": { return ( image ? import("./wallet/console.utila.io/image.js").then( (img) => img.default, ) : import("./wallet/console.utila.io/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.micet.wallet": { return ( image ? import("./wallet/com.micet.wallet/image.js").then( (img) => img.default, ) : import("./wallet/com.micet.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "world.dolphinode.chain": { return ( image ? import("./wallet/world.dolphinode.chain/image.js").then( (img) => img.default, ) : import("./wallet/world.dolphinode.chain/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.lootrush": { return ( image ? import("./wallet/com.lootrush/image.js").then((img) => img.default) : import("./wallet/com.lootrush/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.dawnwallet": { return ( image ? import("./wallet/xyz.dawnwallet/image.js").then( (img) => img.default, ) : import("./wallet/xyz.dawnwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.abs": { return ( image ? import("./wallet/xyz.abs/image.js").then((img) => img.default) : import("./wallet/xyz.abs/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "sh.frame": { return ( image ? import("./wallet/sh.frame/image.js").then((img) => img.default) : import("./wallet/sh.frame/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.useglyph": { return ( image ? import("./wallet/io.useglyph/image.js").then((img) => img.default) : import("./wallet/io.useglyph/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "org.base.account": { return ( image ? import("./wallet/org.base.account/image.js").then( (img) => img.default, ) : import("./wallet/org.base.account/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } default: { throw new Error(`Wallet with id ${id} not found`); } } }