diff --git a/.changeset/cold-spiders-open.md b/.changeset/cold-spiders-open.md new file mode 100644 index 00000000000..c7fcec4a63f --- /dev/null +++ b/.changeset/cold-spiders-open.md @@ -0,0 +1,5 @@ +--- +"thirdweb": patch +--- + +Added Glyph wallet to supported wallets diff --git a/packages/thirdweb/scripts/wallets/extra-wallet-icons/glyph.png b/packages/thirdweb/scripts/wallets/extra-wallet-icons/glyph.png new file mode 100644 index 00000000000..6f866a0d71c Binary files /dev/null and b/packages/thirdweb/scripts/wallets/extra-wallet-icons/glyph.png differ diff --git a/packages/thirdweb/scripts/wallets/extra-wallets.json b/packages/thirdweb/scripts/wallets/extra-wallets.json index a3619a025be..a1a60fdbbc3 100644 --- a/packages/thirdweb/scripts/wallets/extra-wallets.json +++ b/packages/thirdweb/scripts/wallets/extra-wallets.json @@ -147,5 +147,33 @@ "native": null, "universal": null } + }, + { + "id": "use-glyph", + "name": "Glyph Wallet", + "homepage": "https://useglyph.io/", + "image_id": "glyph.png", + "app": { + "browser": null, + "ios": null, + "android": null, + "mac": null, + "windows": null, + "linux": null, + "chrome": null, + "firefox": null, + "safari": null, + "edge": null, + "opera": null + }, + "rdns": "io.useglyph", + "mobile": { + "native": null, + "universal": null + }, + "desktop": { + "native": null, + "universal": null + } } ] diff --git a/packages/thirdweb/src/wallets/__generated__/getWalletInfo.ts b/packages/thirdweb/src/wallets/__generated__/getWalletInfo.ts index 87490957c4b..5b77bc6a11f 100644 --- a/packages/thirdweb/src/wallets/__generated__/getWalletInfo.ts +++ b/packages/thirdweb/src/wallets/__generated__/getWalletInfo.ts @@ -63,6 +63,13 @@ export async function getWalletInfo( : import("../custom/adapter/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 @@ -74,29 +81,31 @@ export async function getWalletInfo( ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.metamask": { + case "io.zerion.wallet": { return ( image - ? import("./wallet/io.metamask/image.js").then((img) => img.default) - : import("./wallet/io.metamask/index.js").then((w) => w.wallet) + ? 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.binance.wallet": { + case "com.okex.wallet": { return ( image - ? import("./wallet/com.binance.wallet/image.js").then( + ? import("./wallet/com.okex.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.binance.wallet/index.js").then((w) => w.wallet) + : import("./wallet/com.okex.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.okex.wallet": { + case "com.binance.wallet": { return ( image - ? import("./wallet/com.okex.wallet/image.js").then( + ? import("./wallet/com.binance.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.okex.wallet/index.js").then((w) => w.wallet) + : import("./wallet/com.binance.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.bitget.web3": { @@ -131,6 +140,22 @@ export async function getWalletInfo( : import("./wallet/org.uniswap/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 "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.bybit": { return ( image @@ -138,20 +163,24 @@ export async function getWalletInfo( : import("./wallet/com.bybit/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.zerion.wallet": { + case "com.elrond.maiar.wallet": { return ( image - ? import("./wallet/io.zerion.wallet/image.js").then( + ? import("./wallet/com.elrond.maiar.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/io.zerion.wallet/index.js").then((w) => w.wallet) + : import("./wallet/com.elrond.maiar.wallet/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.ledger": { + case "com.fireblocks": { return ( image - ? import("./wallet/com.ledger/image.js").then((img) => img.default) - : import("./wallet/com.ledger/index.js").then((w) => w.wallet) + ? 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.crypto.wallet": { @@ -163,102 +192,104 @@ export async function getWalletInfo( : import("./wallet/com.crypto.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "im.token": { + case "com.bitcoin": { return ( image - ? import("./wallet/im.token/image.js").then((img) => img.default) - : import("./wallet/im.token/index.js").then((w) => w.wallet) + ? 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 "io.1inch.wallet": { + case "com.bifrostwallet": { return ( image - ? import("./wallet/io.1inch.wallet/image.js").then( + ? import("./wallet/com.bifrostwallet/image.js").then( (img) => img.default, ) - : import("./wallet/io.1inch.wallet/index.js").then((w) => w.wallet) + : import("./wallet/com.bifrostwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "global.safe": { + case "im.token": { return ( image - ? import("./wallet/global.safe/image.js").then((img) => img.default) - : import("./wallet/global.safe/index.js").then((w) => w.wallet) + ? 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 "com.roninchain.wallet": { + case "io.1inch.wallet": { return ( image - ? import("./wallet/com.roninchain.wallet/image.js").then( + ? import("./wallet/io.1inch.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.roninchain.wallet/index.js").then( - (w) => w.wallet, - ) + : import("./wallet/io.1inch.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.fireblocks": { + case "com.blockchain.login": { return ( image - ? import("./wallet/com.fireblocks/image.js").then( + ? import("./wallet/com.blockchain.login/image.js").then( (img) => img.default, ) - : import("./wallet/com.fireblocks/index.js").then((w) => w.wallet) + : import("./wallet/com.blockchain.login/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.backpack": { + case "global.safe": { return ( image - ? import("./wallet/app.backpack/image.js").then((img) => img.default) - : import("./wallet/app.backpack/index.js").then((w) => w.wallet) + ? 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 "ag.jup": { + case "com.bitpay": { return ( image - ? import("./wallet/ag.jup/image.js").then((img) => img.default) - : import("./wallet/ag.jup/index.js").then((w) => w.wallet) + ? 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.bitcoin": { + case "jp.co.rakuten-wallet": { return ( image - ? import("./wallet/com.bitcoin/image.js").then((img) => img.default) - : import("./wallet/com.bitcoin/index.js").then((w) => w.wallet) + ? 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 "me.rainbow": { + case "co.arculus": { return ( image - ? import("./wallet/me.rainbow/image.js").then((img) => img.default) - : import("./wallet/me.rainbow/index.js").then((w) => w.wallet) + ? 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.wemixplay": { + case "xyz.ctrl": { return ( image - ? import("./wallet/com.wemixplay/image.js").then((img) => img.default) - : import("./wallet/com.wemixplay/index.js").then((w) => w.wallet) + ? 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 "com.bestwallet": { + case "com.roninchain.wallet": { return ( image - ? import("./wallet/com.bestwallet/image.js").then( + ? import("./wallet/com.roninchain.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.bestwallet/index.js").then((w) => w.wallet) + : import("./wallet/com.roninchain.wallet/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.elrond.maiar.wallet": { + case "com.wemixplay": { 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, - ) + ? 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 "me.haha": { @@ -279,6 +310,20 @@ export async function getWalletInfo( ) ) 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 "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 "com.exodus": { return ( image @@ -286,11 +331,13 @@ export async function getWalletInfo( : import("./wallet/com.exodus/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.kucoin": { + case "com.wigwam.wallet": { return ( image - ? import("./wallet/com.kucoin/image.js").then((img) => img.default) - : import("./wallet/com.kucoin/index.js").then((w) => w.wallet) + ? 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 "com.tangem": { @@ -300,15 +347,11 @@ export async function getWalletInfo( : import("./wallet/com.tangem/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.magiceden.wallet": { + case "ag.jup": { return ( image - ? import("./wallet/io.magiceden.wallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.magiceden.wallet/index.js").then( - (w) => w.wallet, - ) + ? 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 "network.blackfort": { @@ -320,22 +363,11 @@ export async function getWalletInfo( : import("./wallet/network.blackfort/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 "com.bifrostwallet": { + case "io.ibvm": { return ( image - ? import("./wallet/com.bifrostwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.bifrostwallet/index.js").then((w) => w.wallet) + ? 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.bee": { @@ -345,50 +377,54 @@ export async function getWalletInfo( : import("./wallet/com.bee/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "id.co.pintu": { + case "com.kraken": { return ( image - ? import("./wallet/id.co.pintu/image.js").then((img) => img.default) - : import("./wallet/id.co.pintu/index.js").then((w) => w.wallet) + ? 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 "org.mathwallet": { + case "io.magiceden.wallet": { return ( image - ? import("./wallet/org.mathwallet/image.js").then( + ? import("./wallet/io.magiceden.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/org.mathwallet/index.js").then((w) => w.wallet) + : import("./wallet/io.magiceden.wallet/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "xyz.timelesswallet": { + case "org.hot-labs.app": { return ( image - ? import("./wallet/xyz.timelesswallet/image.js").then( + ? import("./wallet/org.hot-labs.app/image.js").then( (img) => img.default, ) - : import("./wallet/xyz.timelesswallet/index.js").then((w) => w.wallet) + : import("./wallet/org.hot-labs.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.yowallet": { + case "com.dcentwallet": { return ( image - ? import("./wallet/io.yowallet/image.js").then((img) => img.default) - : import("./wallet/io.yowallet/index.js").then((w) => w.wallet) + ? 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": { + case "cc.avacus": { return ( image - ? import("./wallet/com.kraken/image.js").then((img) => img.default) - : import("./wallet/com.kraken/index.js").then((w) => w.wallet) + ? 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 "com.opera": { + case "com.kucoin": { return ( image - ? import("./wallet/com.opera/image.js").then((img) => img.default) - : import("./wallet/com.opera/index.js").then((w) => w.wallet) + ? 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 "app.keplr": { @@ -398,56 +434,70 @@ export async function getWalletInfo( : import("./wallet/app.keplr/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 "com.fastex.wallet": { + case "org.mathwallet": { return ( image - ? import("./wallet/com.fastex.wallet/image.js").then( + ? import("./wallet/org.mathwallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.fastex.wallet/index.js").then((w) => w.wallet) + : import("./wallet/org.mathwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.chain": { + case "io.yowallet": { return ( image - ? import("./wallet/com.chain/image.js").then((img) => img.default) - : import("./wallet/com.chain/index.js").then((w) => w.wallet) + ? 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.blockchain": { + case "io.internetmoney": { return ( image - ? import("./wallet/com.blockchain/image.js").then( + ? import("./wallet/io.internetmoney/image.js").then( (img) => img.default, ) - : import("./wallet/com.blockchain/index.js").then((w) => w.wallet) + : import("./wallet/io.internetmoney/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.flowfoundation.wallet": { + case "com.opera": { return ( image - ? import("./wallet/com.flowfoundation.wallet/image.js").then( - (img) => img.default, + ? 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 "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 "com.robinhood.wallet": { + return ( + image + ? import("./wallet/com.robinhood.wallet/image.js").then( + (img) => img.default, ) - : import("./wallet/com.flowfoundation.wallet/index.js").then( + : import("./wallet/com.robinhood.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.huddln": { + case "com.socios.app": { return ( image - ? import("./wallet/io.huddln/image.js").then((img) => img.default) - : import("./wallet/io.huddln/index.js").then((w) => w.wallet) + ? 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 "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 "app.core.extension": { @@ -459,11 +509,20 @@ export async function getWalletInfo( : import("./wallet/app.core.extension/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.valoraapp": { + case "io.huddln": { return ( image - ? import("./wallet/com.valoraapp/image.js").then((img) => img.default) - : import("./wallet/com.valoraapp/index.js").then((w) => w.wallet) + ? 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 "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 "so.onekey.app.wallet": { @@ -477,24 +536,31 @@ export async function getWalletInfo( ) ) 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 "com.robinhood.wallet": { + case "com.flowfoundation.wallet": { return ( image - ? import("./wallet/com.robinhood.wallet/image.js").then( + ? import("./wallet/com.flowfoundation.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.robinhood.wallet/index.js").then( + : import("./wallet/com.flowfoundation.wallet/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 "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.subwallet": { return ( image @@ -502,20 +568,25 @@ export async function getWalletInfo( : import("./wallet/app.subwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.wombat": { + case "xyz.argent": { return ( image - ? import("./wallet/app.wombat/image.js").then((img) => img.default) - : import("./wallet/app.wombat/index.js").then((w) => w.wallet) + ? 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 "com.dcentwallet": { + case "app.kabila": { return ( image - ? import("./wallet/com.dcentwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.dcentwallet/index.js").then((w) => w.wallet) + ? 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.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.sabay.wallet": { @@ -527,11 +598,13 @@ export async function getWalletInfo( : import("./wallet/com.sabay.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "org.hot-labs": { + case "io.loopring.wallet": { return ( image - ? import("./wallet/org.hot-labs/image.js").then((img) => img.default) - : import("./wallet/org.hot-labs/index.js").then((w) => w.wallet) + ? 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 "io.tokoin": { @@ -541,18 +614,20 @@ export async function getWalletInfo( : import("./wallet/io.tokoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.girin": { + case "com.klipwallet": { return ( image - ? import("./wallet/app.girin/image.js").then((img) => img.default) - : import("./wallet/app.girin/index.js").then((w) => w.wallet) + ? 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 "app.kabila": { + case "io.novawallet": { return ( image - ? import("./wallet/app.kabila/image.js").then((img) => img.default) - : import("./wallet/app.kabila/index.js").then((w) => w.wallet) + ? 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 "org.thorwallet": { @@ -564,15 +639,6 @@ export async function getWalletInfo( : import("./wallet/org.thorwallet/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.zengo": { return ( image @@ -580,25 +646,29 @@ export async function getWalletInfo( : import("./wallet/com.zengo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.mewwallet": { + case "com.oasys-wallet": { return ( image - ? import("./wallet/com.mewwallet/image.js").then((img) => img.default) - : import("./wallet/com.mewwallet/index.js").then((w) => w.wallet) + ? 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 "network.cvl": { + case "com.fastex.wallet": { return ( image - ? import("./wallet/network.cvl/image.js").then((img) => img.default) - : import("./wallet/network.cvl/index.js").then((w) => w.wallet) + ? 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.enjin": { + case "network.cvl": { return ( image - ? import("./wallet/io.enjin/image.js").then((img) => img.default) - : import("./wallet/io.enjin/index.js").then((w) => w.wallet) + ? 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 "com.bitso": { @@ -608,27 +678,25 @@ export async function getWalletInfo( : import("./wallet/com.bitso/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.leapwallet": { + case "io.cypherhq": { return ( image - ? import("./wallet/io.leapwallet/image.js").then((img) => img.default) - : import("./wallet/io.leapwallet/index.js").then((w) => w.wallet) + ? 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": { + case "com.valoraapp": { return ( image - ? import("./wallet/io.novawallet/image.js").then((img) => img.default) - : import("./wallet/io.novawallet/index.js").then((w) => w.wallet) + ? 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 "io.atomicwallet": { + case "io.leapwallet": { return ( image - ? import("./wallet/io.atomicwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.atomicwallet/index.js").then((w) => w.wallet) + ? 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 "app.everspace": { @@ -638,18 +706,20 @@ export async function getWalletInfo( : import("./wallet/app.everspace/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "xyz.argent": { + case "io.atomicwallet": { return ( image - ? import("./wallet/xyz.argent/image.js").then((img) => img.default) - : import("./wallet/xyz.argent/index.js").then((w) => w.wallet) + ? 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.tomi": { + case "xyz.coca": { return ( image - ? import("./wallet/com.tomi/image.js").then((img) => img.default) - : import("./wallet/com.tomi/index.js").then((w) => w.wallet) + ? 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 "io.kriptomat": { @@ -659,20 +729,13 @@ export async function getWalletInfo( : import("./wallet/io.kriptomat/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.klipwallet": { + case "money.unstoppable": { return ( image - ? import("./wallet/com.klipwallet/image.js").then( + ? import("./wallet/money.unstoppable/image.js").then( (img) => img.default, ) - : import("./wallet/com.klipwallet/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) + : import("./wallet/money.unstoppable/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "xyz.uniultra.wallet": { @@ -686,72 +749,77 @@ export async function getWalletInfo( ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "xyz.frontier.wallet": { + case "io.oxalus": { return ( image - ? import("./wallet/xyz.frontier.wallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/xyz.frontier.wallet/index.js").then( - (w) => w.wallet, - ) + ? 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 "money.unstoppable": { + case "com.ullapay": { return ( image - ? import("./wallet/money.unstoppable/image.js").then( - (img) => img.default, - ) - : import("./wallet/money.unstoppable/index.js").then((w) => w.wallet) + ? 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 "com.veworld": { + case "com.tomi": { return ( image - ? import("./wallet/com.veworld/image.js").then((img) => img.default) - : import("./wallet/com.veworld/index.js").then((w) => w.wallet) + ? 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 "com.burritowallet": { + case "xyz.frontier.wallet": { return ( image - ? import("./wallet/com.burritowallet/image.js").then( + ? import("./wallet/xyz.frontier.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.burritowallet/index.js").then((w) => w.wallet) + : import("./wallet/xyz.frontier.wallet/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.pluswallet": { + case "com.coldwallet": { return ( image - ? import("./wallet/app.pluswallet/image.js").then( + ? import("./wallet/com.coldwallet/image.js").then( (img) => img.default, ) - : import("./wallet/app.pluswallet/index.js").then((w) => w.wallet) + : import("./wallet/com.coldwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "xyz.coca": { + case "app.krystal": { return ( image - ? import("./wallet/xyz.coca/image.js").then((img) => img.default) - : import("./wallet/xyz.coca/index.js").then((w) => w.wallet) + ? 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.oasys-wallet": { + case "network.over": { return ( image - ? import("./wallet/com.oasys-wallet/image.js").then( + ? 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 "org.creditcoin.app": { + return ( + image + ? import("./wallet/org.creditcoin.app/image.js").then( (img) => img.default, ) - : import("./wallet/com.oasys-wallet/index.js").then((w) => w.wallet) + : import("./wallet/org.creditcoin.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "social.halo": { + case "org.gooddollar": { return ( image - ? import("./wallet/social.halo/image.js").then((img) => img.default) - : import("./wallet/social.halo/index.js").then((w) => w.wallet) + ? 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.monarchwallet": { @@ -763,68 +831,73 @@ export async function getWalletInfo( : import("./wallet/com.monarchwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "co.family.wallet": { + case "tech.okto": { return ( image - ? import("./wallet/co.family.wallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/co.family.wallet/index.js").then((w) => w.wallet) + ? 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 "io.ethermail": { + case "org.alephium": { return ( image - ? import("./wallet/io.ethermail/image.js").then((img) => img.default) - : import("./wallet/io.ethermail/index.js").then((w) => w.wallet) + ? 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 "dev.auroracloud": { + case "com.mtpelerin": { return ( image - ? import("./wallet/dev.auroracloud/image.js").then( - (img) => img.default, - ) - : import("./wallet/dev.auroracloud/index.js").then((w) => w.wallet) + ? 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 "io.loopring.wallet": { + case "com.burritowallet": { return ( image - ? import("./wallet/io.loopring.wallet/image.js").then( + ? import("./wallet/com.burritowallet/image.js").then( (img) => img.default, ) - : import("./wallet/io.loopring.wallet/index.js").then((w) => w.wallet) + : import("./wallet/com.burritowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "cc.avacus": { + case "io.enjin": { return ( image - ? import("./wallet/cc.avacus/image.js").then((img) => img.default) - : import("./wallet/cc.avacus/index.js").then((w) => w.wallet) + ? 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 "cc.localtrade.lab": { + case "com.veworld": { return ( image - ? import("./wallet/cc.localtrade.lab/image.js").then( + ? 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 "co.family.wallet": { + return ( + image + ? import("./wallet/co.family.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/cc.localtrade.lab/index.js").then((w) => w.wallet) + : import("./wallet/co.family.wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.zeal": { + case "cc.localtrade.lab": { return ( image - ? import("./wallet/app.zeal/image.js").then((img) => img.default) - : import("./wallet/app.zeal/index.js").then((w) => w.wallet) + ? 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 "org.alephium": { + case "com.ellipal": { return ( image - ? import("./wallet/org.alephium/image.js").then((img) => img.default) - : import("./wallet/org.alephium/index.js").then((w) => w.wallet) + ? 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 "com.xcapit": { @@ -834,34 +907,43 @@ export async function getWalletInfo( : import("./wallet/com.xcapit/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.ullapay": { + case "com.gemwallet": { return ( image - ? import("./wallet/com.ullapay/image.js").then((img) => img.default) - : import("./wallet/com.ullapay/index.js").then((w) => w.wallet) + ? 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.mtpelerin": { + case "dev.auroracloud": { return ( image - ? import("./wallet/com.mtpelerin/image.js").then((img) => img.default) - : import("./wallet/com.mtpelerin/index.js").then((w) => w.wallet) + ? 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 "network.over": { + case "app.zeal": { return ( image - ? import("./wallet/network.over/image.js").then((img) => img.default) - : import("./wallet/network.over/index.js").then((w) => w.wallet) + ? 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 "com.trusteeglobal": { + case "io.compasswallet": { return ( image - ? import("./wallet/com.trusteeglobal/image.js").then( + ? import("./wallet/io.compasswallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.trusteeglobal/index.js").then((w) => w.wallet) + : import("./wallet/io.compasswallet/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 "app.linen": { @@ -889,46 +971,11 @@ export async function getWalletInfo( : import("./wallet/io.nabox/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 "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 "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 "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 "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 "me.iopay": { + case "io.noone": { return ( image - ? import("./wallet/me.iopay/image.js").then((img) => img.default) - : import("./wallet/me.iopay/index.js").then((w) => w.wallet) + ? 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 "app.walletnow": { @@ -938,32 +985,34 @@ export async function getWalletInfo( : import("./wallet/app.walletnow/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "tech.okto": { + case "com.withpaper": { return ( image - ? import("./wallet/tech.okto/image.js").then((img) => img.default) - : import("./wallet/tech.okto/index.js").then((w) => w.wallet) + ? 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 "app.krystal": { + case "network.haqq": { return ( image - ? import("./wallet/app.krystal/image.js").then((img) => img.default) - : import("./wallet/app.krystal/index.js").then((w) => w.wallet) + ? 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 "com.withpaper": { + case "io.ricewallet": { return ( image - ? import("./wallet/com.withpaper/image.js").then((img) => img.default) - : import("./wallet/com.withpaper/index.js").then((w) => w.wallet) + ? 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 "io.ricewallet": { + case "finance.openwallet": { return ( image - ? import("./wallet/io.ricewallet/image.js").then((img) => img.default) - : import("./wallet/io.ricewallet/index.js").then((w) => w.wallet) + ? 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 "io.okse": { @@ -973,11 +1022,13 @@ export async function getWalletInfo( : import("./wallet/io.okse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.cypherhq": { + case "io.koalawallet": { return ( image - ? import("./wallet/io.cypherhq/image.js").then((img) => img.default) - : import("./wallet/io.cypherhq/index.js").then((w) => w.wallet) + ? 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.aktionariat": { @@ -989,24 +1040,13 @@ export async function getWalletInfo( : import("./wallet/com.aktionariat/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 "org.thepulsewallet": { + case "com.cakewallet": { return ( image - ? import("./wallet/org.thepulsewallet/image.js").then( + ? import("./wallet/com.cakewallet/image.js").then( (img) => img.default, ) - : import("./wallet/org.thepulsewallet/index.js").then((w) => w.wallet) + : import("./wallet/com.cakewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.paybolt": { @@ -1025,22 +1065,18 @@ export async function getWalletInfo( : import("./wallet/com.plasma-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "finance.openwallet": { + case "ai.purewallet": { return ( image - ? import("./wallet/finance.openwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/finance.openwallet/index.js").then((w) => w.wallet) + ? 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 "io.compasswallet": { + case "my.mone": { return ( image - ? import("./wallet/io.compasswallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.compasswallet/index.js").then((w) => w.wallet) + ? 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.bytebank": { @@ -1050,18 +1086,11 @@ export async function getWalletInfo( : import("./wallet/org.bytebank/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 "xyz.sequence": { + case "io.yusetoken": { return ( image - ? import("./wallet/xyz.sequence/image.js").then((img) => img.default) - : import("./wallet/xyz.sequence/index.js").then((w) => w.wallet) + ? 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 "com.optowallet": { @@ -1073,6 +1102,13 @@ export async function getWalletInfo( : import("./wallet/com.optowallet/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 "app.beewallet": { return ( image @@ -1080,27 +1116,27 @@ export async function getWalletInfo( : import("./wallet/app.beewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.noone": { + case "com.foxwallet": { return ( image - ? import("./wallet/io.noone/image.js").then((img) => img.default) - : import("./wallet/io.noone/index.js").then((w) => w.wallet) + ? 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 "it.airgap": { + case "com.pionewallet": { return ( image - ? import("./wallet/it.airgap/image.js").then((img) => img.default) - : import("./wallet/it.airgap/index.js").then((w) => w.wallet) + ? 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.koalawallet": { + case "it.airgap": { return ( image - ? import("./wallet/io.koalawallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.koalawallet/index.js").then((w) => w.wallet) + ? 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": { @@ -1112,20 +1148,13 @@ export async function getWalletInfo( : import("./wallet/com.holdstation/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 "com.wigwam.wallet": { + case "org.thepulsewallet": { return ( image - ? import("./wallet/com.wigwam.wallet/image.js").then( + ? import("./wallet/org.thepulsewallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.wigwam.wallet/index.js").then((w) => w.wallet) + : import("./wallet/org.thepulsewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.abra": { @@ -1135,11 +1164,11 @@ export async function getWalletInfo( : import("./wallet/com.abra/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "ai.pundi": { + case "app.keyring": { return ( image - ? import("./wallet/ai.pundi/image.js").then((img) => img.default) - : import("./wallet/ai.pundi/index.js").then((w) => w.wallet) + ? 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 "com.premanft": { @@ -1149,36 +1178,34 @@ export async function getWalletInfo( : import("./wallet/com.premanft/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "co.arculus": { + case "io.miraiapp": { return ( image - ? import("./wallet/co.arculus/image.js").then((img) => img.default) - : import("./wallet/co.arculus/index.js").then((w) => w.wallet) + ? 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 "io.uptn.dapp-web": { + case "xyz.timelesswallet": { return ( image - ? import("./wallet/io.uptn.dapp-web/image.js").then( + ? import("./wallet/xyz.timelesswallet/image.js").then( (img) => img.default, ) - : import("./wallet/io.uptn.dapp-web/index.js").then((w) => w.wallet) + : import("./wallet/xyz.timelesswallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.coinomi": { + case "social.halo": { return ( image - ? import("./wallet/com.coinomi/image.js").then((img) => img.default) - : import("./wallet/com.coinomi/index.js").then((w) => w.wallet) + ? 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.neonwallet": { + case "me.iopay": { return ( image - ? import("./wallet/com.neonwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.neonwallet/index.js").then((w) => w.wallet) + ? 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 "org.bitizen": { @@ -1195,36 +1222,27 @@ export async function getWalletInfo( : import("./wallet/app.ultimate/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.cakewallet": { + case "app.fizzwallet": { return ( image - ? import("./wallet/com.cakewallet/image.js").then( + ? import("./wallet/app.fizzwallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.cakewallet/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) + : import("./wallet/app.fizzwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.fizzwallet": { + case "app.nightly": { return ( image - ? import("./wallet/app.fizzwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/app.fizzwallet/index.js").then((w) => w.wallet) + ? 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 "io.miraiapp": { + case "com.coinomi": { return ( image - ? import("./wallet/io.miraiapp/image.js").then((img) => img.default) - : import("./wallet/io.miraiapp/index.js").then((w) => w.wallet) + ? 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 "app.stickey": { @@ -1234,36 +1252,34 @@ export async function getWalletInfo( : import("./wallet/app.stickey/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.pionewallet": { + case "io.uptn.dapp-web": { return ( image - ? import("./wallet/com.pionewallet/image.js").then( + ? import("./wallet/io.uptn.dapp-web/image.js").then( (img) => img.default, ) - : import("./wallet/com.pionewallet/index.js").then((w) => w.wallet) + : import("./wallet/io.uptn.dapp-web/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.coinstats": { + case "ai.pundi": { return ( image - ? import("./wallet/app.coinstats/image.js").then((img) => img.default) - : import("./wallet/app.coinstats/index.js").then((w) => w.wallet) + ? 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.fizen": { + case "app.coinstats": { return ( image - ? import("./wallet/io.fizen/image.js").then((img) => img.default) - : import("./wallet/io.fizen/index.js").then((w) => w.wallet) + ? 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.bladewallet": { + case "app.nicegram": { return ( image - ? import("./wallet/io.bladewallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.bladewallet/index.js").then((w) => w.wallet) + ? 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.harti": { @@ -1273,22 +1289,18 @@ export async function getWalletInfo( : import("./wallet/io.harti/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.saakuru.app": { + case "fi.pillar": { return ( image - ? import("./wallet/com.saakuru.app/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.saakuru.app/index.js").then((w) => w.wallet) + ? 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 "io.cosmostation": { + case "app.hbwallet": { return ( image - ? import("./wallet/io.cosmostation/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.cosmostation/index.js").then((w) => w.wallet) + ? 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 "io.dttd": { @@ -1298,25 +1310,27 @@ export async function getWalletInfo( : import("./wallet/io.dttd/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.tellaw": { + case "io.zelcore": { return ( image - ? import("./wallet/com.tellaw/image.js").then((img) => img.default) - : import("./wallet/com.tellaw/index.js").then((w) => w.wallet) + ? 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 "com.gemwallet": { + case "com.tellaw": { return ( image - ? import("./wallet/com.gemwallet/image.js").then((img) => img.default) - : import("./wallet/com.gemwallet/index.js").then((w) => w.wallet) + ? 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 "app.status": { + case "com.trusteeglobal": { return ( image - ? import("./wallet/app.status/image.js").then((img) => img.default) - : import("./wallet/app.status/index.js").then((w) => w.wallet) + ? 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 "is.callback": { @@ -1326,15 +1340,13 @@ export async function getWalletInfo( : import("./wallet/is.callback/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.unstoppabledomains": { + case "io.bladewallet": { return ( image - ? import("./wallet/com.unstoppabledomains/image.js").then( + ? import("./wallet/io.bladewallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.unstoppabledomains/index.js").then( - (w) => w.wallet, - ) + : import("./wallet/io.bladewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.summonersarena": { @@ -1346,11 +1358,11 @@ export async function getWalletInfo( : import("./wallet/io.summonersarena/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "ai.purewallet": { + case "com.bitpie": { return ( image - ? import("./wallet/ai.purewallet/image.js").then((img) => img.default) - : import("./wallet/ai.purewallet/index.js").then((w) => w.wallet) + ? 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 "world.ixo": { @@ -1360,13 +1372,6 @@ export async function getWalletInfo( : import("./wallet/world.ixo/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 "net.gateweb3": { return ( image @@ -1374,38 +1379,31 @@ export async function getWalletInfo( : import("./wallet/net.gateweb3/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 "org.thetatoken": { + case "com.unstoppabledomains": { return ( image - ? import("./wallet/org.thetatoken/image.js").then( + ? import("./wallet/com.unstoppabledomains/image.js").then( (img) => img.default, ) - : import("./wallet/org.thetatoken/index.js").then((w) => w.wallet) + : import("./wallet/com.unstoppabledomains/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.alpha-u.wallet.web": { + case "io.cosmostation": { return ( image - ? import("./wallet/io.alpha-u.wallet.web/image.js").then( + ? import("./wallet/io.cosmostation/image.js").then( (img) => img.default, ) - : import("./wallet/io.alpha-u.wallet.web/index.js").then( - (w) => w.wallet, - ) + : import("./wallet/io.cosmostation/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.zelcore": { + case "xyz.sequence": { return ( image - ? import("./wallet/io.zelcore/image.js").then((img) => img.default) - : import("./wallet/io.zelcore/index.js").then((w) => w.wallet) + ? 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 "app.ammer": { @@ -1422,20 +1420,20 @@ export async function getWalletInfo( : import("./wallet/us.binance/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "network.trustkeys": { + case "org.thetatoken": { return ( image - ? import("./wallet/network.trustkeys/image.js").then( + ? import("./wallet/org.thetatoken/image.js").then( (img) => img.default, ) - : import("./wallet/network.trustkeys/index.js").then((w) => w.wallet) + : import("./wallet/org.thetatoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.bitpay": { + case "world.freedom": { return ( image - ? import("./wallet/com.bitpay/image.js").then((img) => img.default) - : import("./wallet/com.bitpay/index.js").then((w) => w.wallet) + ? 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 "co.muza": { @@ -1445,18 +1443,20 @@ export async function getWalletInfo( : import("./wallet/co.muza/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.wallet3": { + case "io.neopin": { return ( image - ? import("./wallet/io.wallet3/image.js").then((img) => img.default) - : import("./wallet/io.wallet3/index.js").then((w) => w.wallet) + ? import("./wallet/io.neopin/image.js").then((img) => img.default) + : import("./wallet/io.neopin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.hyperpay": { + case "com.neonwallet": { return ( image - ? import("./wallet/io.hyperpay/image.js").then((img) => img.default) - : import("./wallet/io.hyperpay/index.js").then((w) => w.wallet) + ? 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 "app.ryipay": { @@ -1466,34 +1466,29 @@ export async function getWalletInfo( : import("./wallet/app.ryipay/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.safemoon": { + case "com.saakuru.app": { return ( image - ? import("./wallet/com.safemoon/image.js").then((img) => img.default) - : import("./wallet/com.safemoon/index.js").then((w) => w.wallet) + ? 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.certhis": { + case "org.dota168": { return ( image - ? import("./wallet/io.certhis/image.js").then((img) => img.default) - : import("./wallet/io.certhis/index.js").then((w) => w.wallet) + ? 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 "io.trinity-tech": { + case "io.legacynetwork": { return ( image - ? import("./wallet/io.trinity-tech/image.js").then( + ? import("./wallet/io.legacynetwork/image.js").then( (img) => img.default, ) - : import("./wallet/io.trinity-tech/index.js").then((w) => w.wallet) + : import("./wallet/io.legacynetwork/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "com.coininn": { @@ -1503,48 +1498,48 @@ export async function getWalletInfo( : import("./wallet/com.coininn/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "me.easy": { + case "io.hyperpay": { return ( image - ? import("./wallet/me.easy/image.js").then((img) => img.default) - : import("./wallet/me.easy/index.js").then((w) => w.wallet) + ? 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 "app.onto": { + case "com.safemoon": { return ( image - ? import("./wallet/app.onto/image.js").then((img) => img.default) - : import("./wallet/app.onto/index.js").then((w) => w.wallet) + ? 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 "com.secuxtech": { + case "me.easy": { return ( image - ? import("./wallet/com.secuxtech/image.js").then((img) => img.default) - : import("./wallet/com.secuxtech/index.js").then((w) => w.wallet) + ? 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 "com.unitywallet": { + case "io.myabcwallet": { return ( image - ? import("./wallet/com.unitywallet/image.js").then( + ? import("./wallet/io.myabcwallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.unitywallet/index.js").then((w) => w.wallet) + : import("./wallet/io.myabcwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.wallacy": { + case "com.secuxtech": { return ( image - ? import("./wallet/io.wallacy/image.js").then((img) => img.default) - : import("./wallet/io.wallacy/index.js").then((w) => w.wallet) + ? 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 "io.klever": { + case "io.wallet3": { return ( image - ? import("./wallet/io.klever/image.js").then((img) => img.default) - : import("./wallet/io.klever/index.js").then((w) => w.wallet) + ? 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 "com.midoin": { @@ -1554,55 +1549,46 @@ export async function getWalletInfo( : import("./wallet/com.midoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.myabcwallet": { + case "id.competence": { 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 "gg.indi": { - return ( - image - ? import("./wallet/gg.indi/image.js").then((img) => img.default) - : import("./wallet/gg.indi/index.js").then((w) => w.wallet) + ? 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 "io.pltwallet": { + case "llc.besc": { return ( image - ? import("./wallet/io.pltwallet/image.js").then((img) => img.default) - : import("./wallet/io.pltwallet/index.js").then((w) => w.wallet) + ? 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 "id.competence": { + case "app.onto": { return ( image - ? import("./wallet/id.competence/image.js").then((img) => img.default) - : import("./wallet/id.competence/index.js").then((w) => w.wallet) + ? 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 "app.utorg": { + case "baby.smart": { return ( image - ? import("./wallet/app.utorg/image.js").then((img) => img.default) - : import("./wallet/app.utorg/index.js").then((w) => w.wallet) + ? 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 "llc.besc": { + case "io.klever": { return ( image - ? import("./wallet/llc.besc/image.js").then((img) => img.default) - : import("./wallet/llc.besc/index.js").then((w) => w.wallet) + ? 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 "baby.smart": { + case "com.beexo": { return ( image - ? import("./wallet/baby.smart/image.js").then((img) => img.default) - : import("./wallet/baby.smart/index.js").then((w) => w.wallet) + ? 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 "com.ivirse": { @@ -1612,18 +1598,13 @@ export async function getWalletInfo( : import("./wallet/com.ivirse/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.coinsdo": { + case "com.alphawallet": { return ( image - ? import("./wallet/com.coinsdo/image.js").then((img) => img.default) - : import("./wallet/com.coinsdo/index.js").then((w) => w.wallet) + ? 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 "ch.dssecurity": { @@ -1642,11 +1623,13 @@ export async function getWalletInfo( : import("./wallet/com.concordium/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.wallypto": { + case "com.gemspocket": { return ( image - ? import("./wallet/io.wallypto/image.js").then((img) => img.default) - : import("./wallet/io.wallypto/index.js").then((w) => w.wallet) + ? 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 "io.zkape": { @@ -1656,6 +1639,15 @@ export async function getWalletInfo( : import("./wallet/io.zkape/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.pitaka": { return ( image @@ -1672,39 +1664,39 @@ export async function getWalletInfo( : import("./wallet/com.saitamatoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "org.mugambo": { + case "com.crossmint": { return ( image - ? import("./wallet/org.mugambo/image.js").then((img) => img.default) - : import("./wallet/org.mugambo/index.js").then((w) => w.wallet) + ? 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.ambire": { + case "app.status": { return ( image - ? import("./wallet/com.ambire/image.js").then((img) => img.default) - : import("./wallet/com.ambire/index.js").then((w) => w.wallet) + ? 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 "org.kelp": { + case "org.mugambo": { return ( image - ? import("./wallet/org.kelp/image.js").then((img) => img.default) - : import("./wallet/org.kelp/index.js").then((w) => w.wallet) + ? 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 "com.meld.app": { + case "io.shido": { return ( image - ? import("./wallet/com.meld.app/image.js").then((img) => img.default) - : import("./wallet/com.meld.app/index.js").then((w) => w.wallet) + ? 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.crossmint": { + case "com.meld.app": { return ( image - ? import("./wallet/com.crossmint/image.js").then((img) => img.default) - : import("./wallet/com.crossmint/index.js").then((w) => w.wallet) + ? 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 "com.authentrend": { @@ -1716,31 +1708,20 @@ export async function getWalletInfo( : import("./wallet/com.authentrend/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 "finance.voltage": { + case "com.paliwallet": { return ( image - ? import("./wallet/finance.voltage/image.js").then( + ? import("./wallet/com.paliwallet/image.js").then( (img) => img.default, ) - : import("./wallet/finance.voltage/index.js").then((w) => w.wallet) + : import("./wallet/com.paliwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.paliwallet": { + case "io.talken": { return ( image - ? import("./wallet/com.paliwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.paliwallet/index.js").then((w) => w.wallet) + ? 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 "pro.fintoken": { @@ -1750,11 +1731,11 @@ export async function getWalletInfo( : import("./wallet/pro.fintoken/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.beexo": { + case "io.fizen": { return ( image - ? import("./wallet/com.beexo/image.js").then((img) => img.default) - : import("./wallet/com.beexo/index.js").then((w) => w.wallet) + ? 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 "vc.uincubator.api": { @@ -1775,6 +1756,13 @@ export async function getWalletInfo( : import("./wallet/io.unagi.unawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } + case "com.ambire": { + return ( + image + ? import("./wallet/com.ambire/image.js").then((img) => img.default) + : import("./wallet/com.ambire/index.js").then((w) => w.wallet) + ) as Promise<[TImage] extends [true] ? string : any>; + } case "io.armana.portal": { return ( image @@ -1784,13 +1772,6 @@ export async function getWalletInfo( : import("./wallet/io.armana.portal/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 "com.x9wallet": { return ( image @@ -1805,13 +1786,11 @@ export async function getWalletInfo( : import("./wallet/io.kigo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.tradestrike": { + case "com.kryptogo": { return ( image - ? import("./wallet/io.tradestrike/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.tradestrike/index.js").then((w) => w.wallet) + ? 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 "com.getcogni": { @@ -1821,11 +1800,36 @@ export async function getWalletInfo( : import("./wallet/com.getcogni/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.talken": { + case "io.wallacy": { return ( image - ? import("./wallet/io.talken/image.js").then((img) => img.default) - : import("./wallet/io.talken/index.js").then((w) => w.wallet) + ? 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 "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 "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 "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 "app.sinum": { @@ -1846,6 +1850,13 @@ export async function getWalletInfo( ) ) 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 "com.shapeshift": { return ( image @@ -1887,11 +1898,11 @@ export async function getWalletInfo( : import("./wallet/com.bettatrade/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.ballet": { + case "io.pockie": { return ( image - ? import("./wallet/com.ballet/image.js").then((img) => img.default) - : import("./wallet/com.ballet/index.js").then((w) => w.wallet) + ? 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 "online.puzzle": { @@ -1901,27 +1912,27 @@ export async function getWalletInfo( : import("./wallet/online.puzzle/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.ozonewallet": { + case "finance.voltage": { return ( image - ? import("./wallet/io.ozonewallet/image.js").then( + ? import("./wallet/finance.voltage/image.js").then( (img) => img.default, ) - : import("./wallet/io.ozonewallet/index.js").then((w) => w.wallet) + : import("./wallet/finance.voltage/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "xyz.echooo": { + case "network.mrhb": { return ( image - ? import("./wallet/xyz.echooo/image.js").then((img) => img.default) - : import("./wallet/xyz.echooo/index.js").then((w) => w.wallet) + ? 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.konio": { + case "xyz.echooo": { return ( image - ? import("./wallet/io.konio/image.js").then((img) => img.default) - : import("./wallet/io.konio/index.js").then((w) => w.wallet) + ? 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 "io.trustasset": { @@ -1931,11 +1942,20 @@ export async function getWalletInfo( : import("./wallet/io.trustasset/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "co.xellar": { + case "io.nonbank": { return ( image - ? import("./wallet/co.xellar/image.js").then((img) => img.default) - : import("./wallet/co.xellar/index.js").then((w) => w.wallet) + ? 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.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 "app.dfinnwallet": { @@ -1956,13 +1976,6 @@ export async function getWalletInfo( : import("./wallet/io.legionnetwork/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 "com.ripio": { return ( image @@ -1970,20 +1983,6 @@ export async function getWalletInfo( : 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 "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 "inc.tomo": { return ( image @@ -2007,20 +2006,18 @@ export async function getWalletInfo( : import("./wallet/io.guardiianwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.gemspocket": { + case "org.rezor": { return ( image - ? import("./wallet/com.gemspocket/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.gemspocket/index.js").then((w) => w.wallet) + ? 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.shido": { + case "app.utorg": { return ( image - ? import("./wallet/io.shido/image.js").then((img) => img.default) - : import("./wallet/io.shido/index.js").then((w) => w.wallet) + ? 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 "com.zypto": { @@ -2030,13 +2027,11 @@ export async function getWalletInfo( : import("./wallet/com.zypto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.bscecowallet": { + case "com.fxwallet": { return ( image - ? import("./wallet/com.bscecowallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.bscecowallet/index.js").then((w) => w.wallet) + ? 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 "com.tastycrypto": { @@ -2048,56 +2043,31 @@ export async function getWalletInfo( : import("./wallet/com.tastycrypto/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.neopin": { - return ( - image - ? import("./wallet/io.neopin/image.js").then((img) => img.default) - : import("./wallet/io.neopin/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 "one.mixin.messenger": { + case "live.superex": { return ( image - ? import("./wallet/one.mixin.messenger/image.js").then( - (img) => img.default, - ) - : import("./wallet/one.mixin.messenger/index.js").then( - (w) => w.wallet, - ) + ? 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 "nl.greenhood.wallet": { + case "io.alpha-u.wallet.web": { return ( image - ? import("./wallet/nl.greenhood.wallet/image.js").then( + ? import("./wallet/io.alpha-u.wallet.web/image.js").then( (img) => img.default, ) - : import("./wallet/nl.greenhood.wallet/index.js").then( + : import("./wallet/io.alpha-u.wallet.web/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 "technology.jambo": { + case "io.trinity-tech": { return ( image - ? import("./wallet/technology.jambo/image.js").then( + ? import("./wallet/io.trinity-tech/image.js").then( (img) => img.default, ) - : import("./wallet/technology.jambo/index.js").then((w) => w.wallet) + : import("./wallet/io.trinity-tech/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.universaleverything": { @@ -2111,11 +2081,11 @@ export async function getWalletInfo( ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.pandoshi": { + case "gg.indi": { return ( image - ? import("./wallet/com.pandoshi/image.js").then((img) => img.default) - : import("./wallet/com.pandoshi/index.js").then((w) => w.wallet) + ? 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 "com.thirdweb": { @@ -2125,13 +2095,6 @@ export async function getWalletInfo( : import("./wallet/com.thirdweb/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.poolsmobility.wallet": { return ( image @@ -2143,13 +2106,6 @@ export async function getWalletInfo( ) ) 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 "xyz.roam.wallet": { return ( image @@ -2166,20 +2122,6 @@ export async function getWalletInfo( : import("./wallet/app.gamic/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.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 "app.m1nty": { return ( image @@ -2194,13 +2136,6 @@ export async function getWalletInfo( : import("./wallet/io.buzz-up/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 "app.catecoin": { return ( image @@ -2208,15 +2143,11 @@ export async function getWalletInfo( : import("./wallet/app.catecoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.safecryptowallet": { + case "com.hootark": { return ( image - ? import("./wallet/io.safecryptowallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/io.safecryptowallet/index.js").then( - (w) => w.wallet, - ) + ? 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.coincircle": { @@ -2228,22 +2159,6 @@ export async function getWalletInfo( : import("./wallet/com.coincircle/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 "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.copiosa": { return ( image @@ -2251,13 +2166,6 @@ export async function getWalletInfo( : import("./wallet/io.copiosa/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 "io.ttmwallet": { return ( image @@ -2265,34 +2173,29 @@ export async function getWalletInfo( : import("./wallet/io.ttmwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.sinohope": { + case "io.bharatbox": { return ( image - ? import("./wallet/com.sinohope/image.js").then((img) => img.default) - : import("./wallet/com.sinohope/index.js").then((w) => w.wallet) + ? 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 "app.herewallet": { + case "world.dosi.vault": { return ( image - ? import("./wallet/app.herewallet/image.js").then( + ? import("./wallet/world.dosi.vault/image.js").then( (img) => img.default, ) - : import("./wallet/app.herewallet/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) + : import("./wallet/world.dosi.vault/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "cc.dropp": { + case "app.qubic.wallet": { return ( image - ? import("./wallet/cc.dropp/image.js").then((img) => img.default) - : import("./wallet/cc.dropp/index.js").then((w) => w.wallet) + ? 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 "net.spatium": { @@ -2302,20 +2205,11 @@ export async function getWalletInfo( : import("./wallet/net.spatium/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 "world.qoin": { + case "com.nufinetes": { return ( image - ? import("./wallet/world.qoin/image.js").then((img) => img.default) - : import("./wallet/world.qoin/index.js").then((w) => w.wallet) + ? 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 "co.swopme": { @@ -2325,11 +2219,11 @@ export async function getWalletInfo( : import("./wallet/co.swopme/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.ready": { + case "land.liker": { return ( image - ? import("./wallet/io.ready/image.js").then((img) => img.default) - : import("./wallet/io.ready/index.js").then((w) => w.wallet) + ? 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 "com.dolletwallet": { @@ -2341,6 +2235,15 @@ export async function getWalletInfo( : import("./wallet/com.dolletwallet/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 "net.shinobi-wallet": { return ( image @@ -2357,15 +2260,6 @@ export async function getWalletInfo( : import("./wallet/com.azcoiner/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.passwallet.app": { return ( image @@ -2375,13 +2269,11 @@ export async function getWalletInfo( : import("./wallet/com.passwallet.app/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.pierwallet": { + case "xyz.bonuz": { return ( image - ? import("./wallet/com.pierwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.pierwallet/index.js").then((w) => w.wallet) + ? 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.coinex.wallet": { @@ -2400,11 +2292,11 @@ export async function getWalletInfo( : import("./wallet/app.xverse/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.get-verso": { + case "com.coinsdo": { return ( image - ? import("./wallet/com.get-verso/image.js").then((img) => img.default) - : import("./wallet/com.get-verso/index.js").then((w) => w.wallet) + ? 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 "com.flash-wallet": { @@ -2416,15 +2308,11 @@ export async function getWalletInfo( : import("./wallet/com.flash-wallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "ai.spotonchain.platform": { + case "com.nodle": { return ( image - ? import("./wallet/ai.spotonchain.platform/image.js").then( - (img) => img.default, - ) - : import("./wallet/ai.spotonchain.platform/index.js").then( - (w) => w.wallet, - ) + ? 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 "com.vgxfoundation": { @@ -2443,71 +2331,43 @@ export async function getWalletInfo( : import("./wallet/org.arianee/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "co.cyber.wallet": { + case "network.trustkeys": { return ( image - ? import("./wallet/co.cyber.wallet/image.js").then( + ? import("./wallet/network.trustkeys/image.js").then( (img) => img.default, ) - : import("./wallet/co.cyber.wallet/index.js").then((w) => w.wallet) + : import("./wallet/network.trustkeys/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "xyz.bonuz": { + case "io.ozonewallet": { return ( image - ? import("./wallet/xyz.bonuz/image.js").then((img) => img.default) - : import("./wallet/xyz.bonuz/index.js").then((w) => w.wallet) + ? 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 "com.nufinetes": { + case "io.konio": { return ( image - ? import("./wallet/com.nufinetes/image.js").then((img) => img.default) - : import("./wallet/com.nufinetes/index.js").then((w) => w.wallet) + ? 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 "io.didwallet": { + case "io.owallet": { return ( image - ? import("./wallet/io.didwallet/image.js").then((img) => img.default) - : import("./wallet/io.didwallet/index.js").then((w) => w.wallet) + ? 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 "com.wemix": { + case "io.zelus": { 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 "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 "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 "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 "io.zelus": { - return ( - image - ? import("./wallet/io.zelus/image.js").then((img) => img.default) - : import("./wallet/io.zelus/index.js").then((w) => w.wallet) + ? 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": { @@ -2526,34 +2386,18 @@ export async function getWalletInfo( : import("./wallet/io.clingon/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.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 "fi.pillar": { + case "com.icewal": { return ( image - ? import("./wallet/fi.pillar/image.js").then((img) => img.default) - : import("./wallet/fi.pillar/index.js").then((w) => w.wallet) + ? 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 "com.icewal": { + case "cc.maxwallet": { return ( image - ? import("./wallet/com.icewal/image.js").then((img) => img.default) - : import("./wallet/com.icewal/index.js").then((w) => w.wallet) + ? 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 "io.streakk": { @@ -2563,11 +2407,11 @@ export async function getWalletInfo( : import("./wallet/io.streakk/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "ai.hacken": { + case "com.pandoshi": { return ( image - ? import("./wallet/ai.hacken/image.js").then((img) => img.default) - : import("./wallet/ai.hacken/index.js").then((w) => w.wallet) + ? 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 "finance.porta": { @@ -2586,11 +2430,11 @@ export async function getWalletInfo( : import("./wallet/io.earthwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "app.clot": { + case "io.up": { return ( image - ? import("./wallet/app.clot/image.js").then((img) => img.default) - : import("./wallet/app.clot/index.js").then((w) => w.wallet) + ? 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 "net.spatium.wallet": { @@ -2602,40 +2446,27 @@ export async function getWalletInfo( : import("./wallet/net.spatium.wallet/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 "xyz.nestwallet": { + case "com.adftechnology": { return ( image - ? import("./wallet/xyz.nestwallet/image.js").then( + ? import("./wallet/com.adftechnology/image.js").then( (img) => img.default, ) - : import("./wallet/xyz.nestwallet/index.js").then((w) => w.wallet) + : import("./wallet/com.adftechnology/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.adftechnology": { + case "com.opz": { return ( image - ? import("./wallet/com.adftechnology/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.adftechnology/index.js").then((w) => w.wallet) + ? 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 "com.reown.appkit-lab": { + case "io.wallypto": { 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, - ) + ? 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": { @@ -2645,222 +2476,358 @@ export async function getWalletInfo( : import("./wallet/com.reown/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.reown.docs": { + case "org.kelp": { return ( image - ? import("./wallet/com.reown.docs/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.reown.docs/index.js").then((w) => w.wallet) + ? 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 "org.talkapp": { + case "co.xellar": { return ( image - ? import("./wallet/org.talkapp/image.js").then((img) => img.default) - : import("./wallet/org.talkapp/index.js").then((w) => w.wallet) + ? 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 "me.astrox": { + case "world.qoin": { return ( image - ? import("./wallet/me.astrox/image.js").then((img) => img.default) - : import("./wallet/me.astrox/index.js").then((w) => w.wallet) + ? 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.nodle": { + case "com.daffione": { return ( image - ? import("./wallet/com.nodle/image.js").then((img) => img.default) - : import("./wallet/com.nodle/index.js").then((w) => w.wallet) + ? 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 "io.paraswap": { + case "io.passpay": { return ( image - ? import("./wallet/io.paraswap/image.js").then((img) => img.default) - : import("./wallet/io.paraswap/index.js").then((w) => w.wallet) + ? 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 "com.daffione": { + case "com.bscecowallet": { return ( image - ? import("./wallet/com.daffione/image.js").then((img) => img.default) - : import("./wallet/com.daffione/index.js").then((w) => w.wallet) + ? 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 "com.ipmb": { + case "fun.tobi": { return ( image - ? import("./wallet/com.ipmb/image.js").then((img) => img.default) - : import("./wallet/com.ipmb/index.js").then((w) => w.wallet) + ? 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 "finance.plena": { + case "technology.obvious": { return ( image - ? import("./wallet/finance.plena/image.js").then((img) => img.default) - : import("./wallet/finance.plena/index.js").then((w) => w.wallet) + ? 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 "com.payperless": { + case "com.liberawallet": { return ( image - ? import("./wallet/com.payperless/image.js").then( + ? import("./wallet/com.liberawallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.payperless/index.js").then((w) => w.wallet) + : import("./wallet/com.liberawallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "land.liker": { + case "com.caesiumlab": { return ( image - ? import("./wallet/land.liker/image.js").then((img) => img.default) - : import("./wallet/land.liker/index.js").then((w) => w.wallet) + ? 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 "com.lif3": { + case "trade.flooz.wallet": { return ( image - ? import("./wallet/com.lif3/image.js").then((img) => img.default) - : import("./wallet/com.lif3/index.js").then((w) => w.wallet) + ? 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 "io.passpay": { + case "com.greengloryglobal": { return ( image - ? import("./wallet/io.passpay/image.js").then((img) => img.default) - : import("./wallet/io.passpay/index.js").then((w) => w.wallet) + ? 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 "zone.bitverse": { + case "com.kriptonio": { return ( image - ? import("./wallet/zone.bitverse/image.js").then((img) => img.default) - : import("./wallet/zone.bitverse/index.js").then((w) => w.wallet) + ? 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 "org.ecoinwallet": { + case "com.bitnovo": { return ( image - ? import("./wallet/org.ecoinwallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/org.ecoinwallet/index.js").then((w) => w.wallet) + ? 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 "app.omni": { + case "com.get-verso": { return ( image - ? import("./wallet/app.omni/image.js").then((img) => img.default) - : import("./wallet/app.omni/index.js").then((w) => w.wallet) + ? 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 "app.tofee": { + case "com.kaxaa": { return ( image - ? import("./wallet/app.tofee/image.js").then((img) => img.default) - : import("./wallet/app.tofee/index.js").then((w) => w.wallet) + ? 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 "fun.tobi": { + case "io.pltwallet": { return ( image - ? import("./wallet/fun.tobi/image.js").then((img) => img.default) - : import("./wallet/fun.tobi/index.js").then((w) => w.wallet) + ? 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 "finance.islamicoin": { + case "com.apollox": { return ( image - ? import("./wallet/finance.islamicoin/image.js").then( - (img) => img.default, - ) - : import("./wallet/finance.islamicoin/index.js").then((w) => w.wallet) + ? 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.tiduswallet": { + case "com.pierwallet": { return ( image - ? import("./wallet/com.tiduswallet/image.js").then( + ? import("./wallet/com.pierwallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.tiduswallet/index.js").then((w) => w.wallet) + : import("./wallet/com.pierwallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.broearn": { + case "org.shefi": { return ( image - ? import("./wallet/com.broearn/image.js").then((img) => img.default) - : import("./wallet/com.broearn/index.js").then((w) => w.wallet) + ? 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 "com.dextrade": { + case "xyz.orion": { return ( image - ? import("./wallet/com.dextrade/image.js").then((img) => img.default) - : import("./wallet/com.dextrade/index.js").then((w) => w.wallet) + ? 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 "trade.flooz.wallet": { + case "nl.greenhood.wallet": { return ( image - ? import("./wallet/trade.flooz.wallet/image.js").then( + ? import("./wallet/nl.greenhood.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/trade.flooz.wallet/index.js").then((w) => w.wallet) + : import("./wallet/nl.greenhood.wallet/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "technology.obvious": { + case "io.helixid": { return ( image - ? import("./wallet/technology.obvious/image.js").then( - (img) => img.default, - ) - : import("./wallet/technology.obvious/index.js").then((w) => w.wallet) + ? 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.cryptnox": { + case "network.gridlock": { return ( image - ? import("./wallet/com.cryptnox/image.js").then((img) => img.default) - : import("./wallet/com.cryptnox/index.js").then((w) => w.wallet) + ? 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 "com.kriptonio": { + case "app.keeper-wallet": { return ( image - ? import("./wallet/com.kriptonio/image.js").then((img) => img.default) - : import("./wallet/com.kriptonio/index.js").then((w) => w.wallet) + ? 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 "com.cryptokara": { + case "com.webauth": { return ( image - ? import("./wallet/com.cryptokara/image.js").then( + ? 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 "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 "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 "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 "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 "com.amazewallet": { + return ( + image + ? import("./wallet/com.amazewallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.cryptokara/index.js").then((w) => w.wallet) + : import("./wallet/com.amazewallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "finance.panaroma": { + case "technology.jambo": { return ( image - ? import("./wallet/finance.panaroma/image.js").then( + ? import("./wallet/technology.jambo/image.js").then( (img) => img.default, ) - : import("./wallet/finance.panaroma/index.js").then((w) => w.wallet) + : import("./wallet/technology.jambo/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.greengloryglobal": { + case "io.didwallet": { return ( image - ? import("./wallet/com.greengloryglobal/image.js").then( + ? 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 "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 "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 "com.obliowallet": { + return ( + image + ? import("./wallet/com.obliowallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.greengloryglobal/index.js").then( - (w) => w.wallet, + : import("./wallet/com.obliowallet/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 "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.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.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 "ai.hacken": { + return ( + image + ? import("./wallet/ai.hacken/image.js").then((img) => img.default) + : import("./wallet/ai.hacken/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 "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.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": { @@ -2870,34 +2837,133 @@ export async function getWalletInfo( : import("./wallet/io.ethos/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "io.altme": { + case "io.prettygood.x": { return ( image - ? import("./wallet/io.altme/image.js").then((img) => img.default) - : import("./wallet/io.altme/index.js").then((w) => w.wallet) + ? 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 "com.bitnovo": { + case "com.revelator.wallet": { return ( image - ? import("./wallet/com.bitnovo/image.js").then((img) => img.default) - : import("./wallet/com.bitnovo/index.js").then((w) => w.wallet) + ? 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 "io.legacynetwork": { + case "com.lif3": { return ( image - ? import("./wallet/io.legacynetwork/image.js").then( + ? 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 "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.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 "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.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 "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 "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 "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 "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 "finance.islamicoin": { + return ( + image + ? import("./wallet/finance.islamicoin/image.js").then( (img) => img.default, ) - : import("./wallet/io.legacynetwork/index.js").then((w) => w.wallet) + : import("./wallet/finance.islamicoin/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "network.dgg": { + case "com.dokwallet": { return ( image - ? import("./wallet/network.dgg/image.js").then((img) => img.default) - : import("./wallet/network.dgg/index.js").then((w) => w.wallet) + ? 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 "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 "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 "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 "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 "io.hippowallet": { @@ -2909,177 +2975,294 @@ export async function getWalletInfo( : import("./wallet/io.hippowallet/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.kaxaa": { + case "com.dextrade": { return ( image - ? import("./wallet/com.kaxaa/image.js").then((img) => img.default) - : import("./wallet/com.kaxaa/index.js").then((w) => w.wallet) + ? 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 "social.gm2": { + case "io.ukiss": { return ( image - ? import("./wallet/social.gm2/image.js").then((img) => img.default) - : import("./wallet/social.gm2/index.js").then((w) => w.wallet) + ? 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 "com.mpcvault.broswerplugin": { + case "io.bimwallet": { return ( image - ? import("./wallet/com.mpcvault.broswerplugin/image.js").then( + ? 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 "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 "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 "com.reown.docs": { + return ( + image + ? import("./wallet/com.reown.docs/image.js").then( (img) => img.default, ) - : import("./wallet/com.mpcvault.broswerplugin/index.js").then( + : import("./wallet/com.reown.docs/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 "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 "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.apollox": { + case "com.tiduswallet": { return ( image - ? import("./wallet/com.apollox/image.js").then((img) => img.default) - : import("./wallet/com.apollox/index.js").then((w) => w.wallet) + ? 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 "org.shefi": { + case "app.herewallet": { return ( image - ? import("./wallet/org.shefi/image.js").then((img) => img.default) - : import("./wallet/org.shefi/index.js").then((w) => w.wallet) + ? 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 "xyz.orion": { + case "com.rktechworks": { return ( image - ? import("./wallet/xyz.orion/image.js").then((img) => img.default) - : import("./wallet/xyz.orion/index.js").then((w) => w.wallet) + ? 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.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 "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 "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 "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 "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.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 "io.helixid": { + case "io.moonstake": { return ( image - ? import("./wallet/io.helixid/image.js").then((img) => img.default) - : import("./wallet/io.helixid/index.js").then((w) => w.wallet) + ? 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 "digital.minerva": { + case "com.mpcvault.broswerplugin": { return ( image - ? import("./wallet/digital.minerva/image.js").then( + ? import("./wallet/com.mpcvault.broswerplugin/image.js").then( (img) => img.default, ) - : import("./wallet/digital.minerva/index.js").then((w) => w.wallet) + : import("./wallet/com.mpcvault.broswerplugin/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "network.gridlock": { + case "io.altme": { return ( image - ? import("./wallet/network.gridlock/image.js").then( - (img) => img.default, - ) - : import("./wallet/network.gridlock/index.js").then((w) => w.wallet) + ? 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 "io.plutope": { + case "app.clot": { return ( image - ? import("./wallet/io.plutope/image.js").then((img) => img.default) - : import("./wallet/io.plutope/index.js").then((w) => w.wallet) + ? 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 "com.alicebob": { + case "org.talkapp": { return ( image - ? import("./wallet/com.alicebob/image.js").then((img) => img.default) - : import("./wallet/com.alicebob/index.js").then((w) => w.wallet) + ? 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 "pub.dg": { + case "social.gm2": { return ( image - ? import("./wallet/pub.dg/image.js").then((img) => img.default) - : import("./wallet/pub.dg/index.js").then((w) => w.wallet) + ? 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 "com.humbl": { + case "digital.minerva": { return ( image - ? import("./wallet/com.humbl/image.js").then((img) => img.default) - : import("./wallet/com.humbl/index.js").then((w) => w.wallet) + ? 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.webauth": { + case "net.stasis": { return ( image - ? import("./wallet/com.webauth/image.js").then((img) => img.default) - : import("./wallet/com.webauth/index.js").then((w) => w.wallet) + ? 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 "io.bimwallet": { + case "com.cryptokara": { return ( image - ? import("./wallet/io.bimwallet/image.js").then((img) => img.default) - : import("./wallet/io.bimwallet/index.js").then((w) => w.wallet) + ? 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 "com.bmawallet": { + case "com.peakdefi": { return ( image - ? import("./wallet/com.bmawallet/image.js").then((img) => img.default) - : import("./wallet/com.bmawallet/index.js").then((w) => w.wallet) + ? 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 "co.lifedefi": { + case "io.xucre": { return ( image - ? import("./wallet/co.lifedefi/image.js").then((img) => img.default) - : import("./wallet/co.lifedefi/index.js").then((w) => w.wallet) + ? 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 "io.ukiss": { + case "com.example.subdomain": { return ( image - ? import("./wallet/io.ukiss/image.js").then((img) => img.default) - : import("./wallet/io.ukiss/index.js").then((w) => w.wallet) + ? 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 "io.xucre": { + case "io.transi": { return ( image - ? import("./wallet/io.xucre/image.js").then((img) => img.default) - : import("./wallet/io.xucre/index.js").then((w) => w.wallet) + ? 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 "com.rktechworks": { + case "finance.panaroma": { return ( image - ? import("./wallet/com.rktechworks/image.js").then( + ? import("./wallet/finance.panaroma/image.js").then( (img) => img.default, ) - : import("./wallet/com.rktechworks/index.js").then((w) => w.wallet) + : import("./wallet/finance.panaroma/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "com.amazewallet": { + case "ai.spotonchain.platform": { return ( image - ? import("./wallet/com.amazewallet/image.js").then( + ? import("./wallet/ai.spotonchain.platform/image.js").then( (img) => img.default, ) - : import("./wallet/com.amazewallet/index.js").then((w) => w.wallet) + : import("./wallet/ai.spotonchain.platform/index.js").then( + (w) => w.wallet, + ) ) as Promise<[TImage] extends [true] ? string : any>; } - case "net.stasis": { + case "app.omni": { return ( image - ? import("./wallet/net.stasis/image.js").then((img) => img.default) - : import("./wallet/net.stasis/index.js").then((w) => w.wallet) + ? 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 "fi.dropmate": { + case "com.humbl": { return ( image - ? import("./wallet/fi.dropmate/image.js").then((img) => img.default) - : import("./wallet/fi.dropmate/index.js").then((w) => w.wallet) + ? import("./wallet/com.humbl/image.js").then((img) => img.default) + : import("./wallet/com.humbl/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 "co.filwallet": { @@ -3121,13 +3304,6 @@ export async function getWalletInfo( : import("./wallet/pro.assure/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 "com.neftipedia": { return ( image @@ -3199,135 +3375,61 @@ export async function getWalletInfo( : import("./wallet/tech.defiantapp/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 "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 "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 "com.saify": { + case "io.xenea": { return ( image - ? import("./wallet/com.saify/image.js").then((img) => img.default) - : import("./wallet/com.saify/index.js").then((w) => w.wallet) + ? 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.obliowallet": { + case "com.superhero.cordova": { return ( image - ? import("./wallet/com.obliowallet/image.js").then( + ? import("./wallet/com.superhero.cordova/image.js").then( (img) => img.default, ) - : import("./wallet/com.obliowallet/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.creditcoin.app": { - return ( - image - ? import("./wallet/org.creditcoin.app/image.js").then( - (img) => img.default, + : import("./wallet/com.superhero.cordova/index.js").then( + (w) => w.wallet, ) - : import("./wallet/org.creditcoin.app/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 "app.w3wallet": { + case "io.kgen": { return ( image - ? import("./wallet/app.w3wallet/image.js").then((img) => img.default) - : import("./wallet/app.w3wallet/index.js").then((w) => w.wallet) + ? 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.dokwallet": { + case "io.r0ar": { return ( image - ? import("./wallet/com.dokwallet/image.js").then((img) => img.default) - : import("./wallet/com.dokwallet/index.js").then((w) => w.wallet) + ? 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.revelator.wallet": { + case "org.dailychain.wallet": { return ( image - ? import("./wallet/com.revelator.wallet/image.js").then( + ? import("./wallet/org.dailychain.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/com.revelator.wallet/index.js").then( + : import("./wallet/org.dailychain.wallet/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.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 "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 "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 "com.gayawallet": { + case "app.freighter": { return ( image - ? import("./wallet/com.gayawallet/image.js").then( - (img) => img.default, - ) - : import("./wallet/com.gayawallet/index.js").then((w) => w.wallet) + ? 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 "com.purechain": { + case "org.ab": { return ( image - ? import("./wallet/com.purechain/image.js").then((img) => img.default) - : import("./wallet/com.purechain/index.js").then((w) => w.wallet) + ? import("./wallet/org.ab/image.js").then((img) => img.default) + : import("./wallet/org.ab/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } case "io.walletverse": { @@ -3371,6 +3473,17 @@ export async function getWalletInfo( : import("./wallet/io.rabby/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.brave.wallet": { return ( image @@ -3428,17 +3541,6 @@ export async function getWalletInfo( ) ) 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 "com.blazpay.wallet": { return ( image @@ -3491,13 +3593,13 @@ export async function getWalletInfo( : import("./wallet/com.wallet.reown/index.js").then((w) => w.wallet) ) as Promise<[TImage] extends [true] ? string : any>; } - case "pro.hinkal.walletconnect": { + case "com.blanqlabs.wallet": { return ( image - ? import("./wallet/pro.hinkal.walletconnect/image.js").then( + ? import("./wallet/com.blanqlabs.wallet/image.js").then( (img) => img.default, ) - : import("./wallet/pro.hinkal.walletconnect/index.js").then( + : import("./wallet/com.blanqlabs.wallet/index.js").then( (w) => w.wallet, ) ) as Promise<[TImage] extends [true] ? string : any>; @@ -3532,6 +3634,13 @@ export async function getWalletInfo( : 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>; + } default: { throw new Error(`Wallet with id ${id} not found`); } diff --git a/packages/thirdweb/src/wallets/__generated__/wallet-ids.ts b/packages/thirdweb/src/wallets/__generated__/wallet-ids.ts index b7ec87b30ec..8e2e73d5751 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet-ids.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet-ids.ts @@ -2,398 +2,421 @@ // This file is auto-generated by the `scripts/wallets/generate.ts` script. // Do not modify this file manually. -// 429 wallets +// 443 wallets export type WCSupportedWalletIds = - | "com.trustwallet.app" | "io.metamask" - | "com.binance.wallet" + | "com.trustwallet.app" + | "io.zerion.wallet" | "com.okex.wallet" + | "com.binance.wallet" | "com.bitget.web3" | "com.safepal" | "pro.tokenpocket" | "org.uniswap" - | "com.bybit" - | "io.zerion.wallet" + | "com.bestwallet" | "com.ledger" + | "com.bybit" + | "com.elrond.maiar.wallet" + | "com.fireblocks" | "com.crypto.wallet" + | "com.bitcoin" + | "com.bifrostwallet" | "im.token" | "io.1inch.wallet" + | "com.blockchain.login" | "global.safe" + | "com.bitpay" + | "jp.co.rakuten-wallet" + | "co.arculus" + | "xyz.ctrl" | "com.roninchain.wallet" - | "com.fireblocks" - | "app.backpack" - | "ag.jup" - | "com.bitcoin" - | "me.rainbow" | "com.wemixplay" - | "com.bestwallet" - | "com.elrond.maiar.wallet" | "me.haha" | "com.hashpack.wallet" + | "me.rainbow" + | "id.co.pintu" | "com.exodus" - | "com.kucoin" + | "com.wigwam.wallet" | "com.tangem" - | "io.magiceden.wallet" + | "ag.jup" | "network.blackfort" - | "com.socios.app" - | "com.bifrostwallet" + | "io.ibvm" | "com.bee" - | "id.co.pintu" - | "org.mathwallet" - | "xyz.timelesswallet" - | "io.yowallet" | "com.kraken" - | "com.opera" + | "io.magiceden.wallet" + | "org.hot-labs.app" + | "com.dcentwallet" + | "cc.avacus" + | "com.kucoin" | "app.keplr" + | "org.mathwallet" + | "io.yowallet" | "io.internetmoney" - | "com.fastex.wallet" + | "com.opera" + | "app.backpack" + | "com.robinhood.wallet" + | "com.socios.app" | "com.chain" - | "com.blockchain" - | "com.flowfoundation.wallet" - | "io.huddln" | "app.core.extension" - | "com.valoraapp" + | "io.huddln" + | "xyz.joeywallet" | "so.onekey.app.wallet" + | "com.flowfoundation.wallet" + | "app.wombat" | "pk.modular" - | "com.robinhood.wallet" | "app.subwallet" - | "app.wombat" - | "com.dcentwallet" + | "xyz.argent" + | "app.kabila" + | "com.mewwallet" | "com.sabay.wallet" - | "org.hot-labs" + | "io.loopring.wallet" | "io.tokoin" - | "app.girin" - | "app.kabila" + | "com.klipwallet" + | "io.novawallet" | "org.thorwallet" - | "org.gooddollar" | "com.zengo" - | "com.mewwallet" + | "com.oasys-wallet" + | "com.fastex.wallet" | "network.cvl" - | "io.enjin" | "com.bitso" + | "io.cypherhq" + | "com.valoraapp" | "io.leapwallet" - | "io.novawallet" - | "io.atomicwallet" | "app.everspace" - | "xyz.argent" - | "com.tomi" + | "io.atomicwallet" + | "xyz.coca" | "io.kriptomat" - | "com.klipwallet" - | "io.oxalus" + | "money.unstoppable" | "xyz.uniultra.wallet" + | "io.oxalus" + | "com.ullapay" + | "com.tomi" | "xyz.frontier.wallet" - | "money.unstoppable" - | "com.veworld" - | "com.burritowallet" - | "app.pluswallet" + | "com.coldwallet" | "xyz.coca" - | "com.oasys-wallet" - | "social.halo" + | "app.krystal" + | "network.over" + | "org.creditcoin.app" + | "org.gooddollar" | "com.monarchwallet" + | "tech.okto" + | "org.alephium" + | "com.mtpelerin" + | "com.burritowallet" + | "io.enjin" + | "com.veworld" | "co.family.wallet" - | "io.ethermail" - | "dev.auroracloud" - | "io.loopring.wallet" - | "cc.avacus" | "cc.localtrade.lab" - | "app.zeal" - | "org.alephium" - | "xyz.coca" + | "com.ellipal" | "com.xcapit" - | "com.ullapay" - | "com.mtpelerin" - | "network.over" - | "com.trusteeglobal" + | "com.gemwallet" + | "dev.auroracloud" + | "app.zeal" + | "io.compasswallet" + | "com.coin98" | "app.linen" | "com.coolbitx.cwsapp" | "io.nabox" - | "network.haqq" - | "com.coin98" - | "app.hbwallet" - | "io.yusetoken" - | "com.ellipal" - | "me.iopay" + | "io.noone" | "app.walletnow" - | "tech.okto" - | "app.krystal" | "com.withpaper" + | "network.haqq" | "io.ricewallet" + | "finance.openwallet" | "io.okse" - | "io.cypherhq" + | "io.koalawallet" | "com.aktionariat" - | "jp.co.rakuten-wallet" - | "org.thepulsewallet" + | "com.cakewallet" | "com.paybolt" | "com.plasma-wallet" - | "finance.openwallet" - | "io.compasswallet" + | "ai.purewallet" + | "my.mone" | "org.bytebank" - | "com.foxwallet" - | "xyz.sequence" + | "io.yusetoken" | "com.optowallet" + | "io.ethermail" | "app.beewallet" - | "io.noone" + | "com.foxwallet" + | "com.pionewallet" | "it.airgap" - | "io.koalawallet" | "com.holdstation" - | "xyz.ctrl" - | "com.wigwam.wallet" + | "org.thepulsewallet" | "com.abra" - | "ai.pundi" + | "app.keyring" | "com.premanft" - | "co.arculus" + | "io.miraiapp" | "xyz.timelesswallet" - | "io.uptn.dapp-web" - | "com.coinomi" - | "com.neonwallet" + | "social.halo" + | "me.iopay" | "org.bitizen" | "app.ultimate" - | "com.cakewallet" - | "app.nicegram" | "app.fizzwallet" - | "io.miraiapp" + | "app.nightly" + | "com.coinomi" | "app.stickey" - | "com.pionewallet" + | "io.uptn.dapp-web" + | "ai.pundi" | "app.coinstats" - | "io.fizen" - | "io.bladewallet" + | "app.nicegram" | "io.harti" - | "com.saakuru.app" - | "io.cosmostation" + | "fi.pillar" + | "app.hbwallet" | "io.dttd" + | "io.zelcore" | "com.tellaw" - | "com.gemwallet" - | "app.status" + | "com.trusteeglobal" | "is.callback" - | "com.unstoppabledomains" + | "io.bladewallet" | "io.summonersarena" - | "ai.purewallet" + | "com.bitpie" | "world.ixo" - | "app.keyring" | "net.gateweb3" - | "com.bitpie" - | "org.thetatoken" - | "io.alpha-u.wallet.web" - | "io.zelcore" + | "com.unstoppabledomains" + | "io.cosmostation" + | "xyz.sequence" | "app.ammer" | "us.binance" - | "network.trustkeys" - | "com.bitpay" + | "org.thetatoken" + | "world.freedom" | "co.muza" - | "io.wallet3" - | "io.hyperpay" + | "io.neopin" + | "com.neonwallet" | "app.ryipay" + | "com.saakuru.app" | "org.dota168" - | "com.safemoon" - | "io.certhis" - | "io.trinity-tech" + | "io.legacynetwork" | "com.coininn" + | "xyz.timelesswallet" + | "io.hyperpay" + | "com.safemoon" | "me.easy" - | "app.onto" + | "io.myabcwallet" | "com.secuxtech" - | "com.unitywallet" - | "io.wallacy" - | "io.klever" + | "io.wallet3" | "com.midoin" - | "io.myabcwallet" - | "gg.indi" - | "io.pltwallet" | "id.competence" - | "app.utorg" | "llc.besc" + | "app.onto" | "baby.smart" + | "io.klever" + | "com.beexo" | "com.ivirse" - | "io.blocto" - | "com.coinsdo" + | "com.alphawallet" | "ch.dssecurity" | "com.concordium" - | "io.wallypto" + | "com.gemspocket" | "io.zkape" + | "com.unitywallet" | "io.pitaka" | "com.saitamatoken" + | "com.crossmint" + | "app.status" | "org.mugambo" - | "com.ambire" - | "org.kelp" + | "io.shido" | "com.meld.app" - | "com.crossmint" | "com.authentrend" - | "com.alphawallet" - | "finance.voltage" | "com.paliwallet" + | "io.talken" | "pro.fintoken" - | "com.beexo" + | "io.fizen" | "vc.uincubator.api" | "io.unagi.unawallet" + | "com.ambire" | "io.armana.portal" - | "network.mrhb" | "com.x9wallet" | "io.kigo" - | "io.tradestrike" + | "com.kryptogo" | "com.getcogni" - | "io.talken" + | "io.wallacy" + | "one.mixin.messenger" + | "xyz.tucop" + | "com.kresus" | "app.sinum" | "finance.soulswap.app" + | "com.ballet" | "com.shapeshift" | "io.nash" | "money.keychain" | "io.getclave" | "com.bettatrade" - | "com.ballet" + | "io.pockie" | "online.puzzle" - | "io.ozonewallet" + | "finance.voltage" + | "network.mrhb" | "xyz.echooo" - | "io.konio" | "io.trustasset" - | "co.xellar" + | "io.nonbank" + | "io.tradestrike" | "app.dfinnwallet" | "io.legionnetwork" - | "io.transi" | "com.ripio" - | "com.fxwallet" - | "io.pockie" | "inc.tomo" | "me.komet.app" | "io.guardiianwallet" - | "com.gemspocket" - | "io.shido" + | "org.rezor" + | "app.utorg" | "com.zypto" | "io.nabox" - | "com.bscecowallet" + | "com.fxwallet" | "com.bitget.web3" | "com.tastycrypto" - | "io.neopin" - | "app.nightly" - | "one.mixin.messenger" - | "nl.greenhood.wallet" - | "io.nonbank" - | "technology.jambo" + | "live.superex" + | "io.alpha-u.wallet.web" + | "io.trinity-tech" | "io.universaleverything" - | "com.pandoshi" + | "gg.indi" | "com.thirdweb" - | "com.kresus" | "com.poolsmobility.wallet" - | "com.opz" | "xyz.roam.wallet" | "app.gamic" - | "world.fncy" - | "io.owallet" | "app.m1nty" | "io.buzz-up" - | "io.scramberry" | "app.catecoin" - | "io.safecryptowallet" + | "com.hootark" | "com.coincircle" - | "com.kryptogo" - | "com.liberawallet" | "io.copiosa" - | "io.bharatbox" | "io.ttmwallet" - | "com.sinohope" - | "app.herewallet" - | "live.superex" - | "cc.dropp" - | "net.spatium" + | "io.bharatbox" | "world.dosi.vault" - | "world.qoin" + | "app.qubic.wallet" + | "net.spatium" + | "com.nufinetes" | "co.swopme" - | "io.ready" + | "land.liker" | "com.dolletwallet" + | "com.gayawallet" | "net.shinobi-wallet" | "com.azcoiner" - | "app.qubic.wallet" | "com.passwallet.app" - | "com.pierwallet" + | "xyz.bonuz" | "com.coinex.wallet" | "app.xverse" - | "com.get-verso" + | "com.coinsdo" | "com.flash-wallet" - | "ai.spotonchain.platform" + | "com.nodle" | "com.vgxfoundation" | "org.arianee" - | "co.cyber.wallet" - | "xyz.bonuz" - | "com.nufinetes" - | "io.didwallet" - | "com.wemix" - | "io.moonstake" - | "app.keeper-wallet" - | "com.3swallet" + | "network.trustkeys" + | "io.ozonewallet" + | "io.konio" + | "io.owallet" | "io.zelus" | "net.myrenegade" | "io.clingon" - | "com.peakdefi" - | "com.caesiumlab" - | "fi.pillar" | "com.icewal" + | "cc.maxwallet" | "io.streakk" - | "ai.hacken" + | "com.pandoshi" | "finance.porta" | "io.earthwallet" - | "app.clot" + | "io.up" | "net.spatium.wallet" - | "id.plumaa" - | "xyz.nestwallet" | "com.adftechnology" - | "com.reown.appkit-lab" + | "com.opz" + | "io.wallypto" | "com.reown" - | "com.reown.docs" - | "org.talkapp" + | "org.kelp" | "com.reown" - | "me.astrox" - | "com.nodle" - | "io.paraswap" + | "co.xellar" + | "world.qoin" | "com.daffione" - | "com.ipmb" - | "finance.plena" - | "com.payperless" - | "land.liker" - | "com.lif3" | "io.passpay" - | "zone.bitverse" - | "org.ecoinwallet" - | "app.omni" - | "app.tofee" + | "com.bscecowallet" | "fun.tobi" - | "finance.islamicoin" - | "com.tiduswallet" - | "com.broearn" - | "com.dextrade" - | "trade.flooz.wallet" | "technology.obvious" - | "com.cryptnox" - | "com.kriptonio" - | "com.cryptokara" - | "finance.panaroma" + | "com.liberawallet" + | "com.caesiumlab" + | "trade.flooz.wallet" | "com.greengloryglobal" - | "io.ethos" - | "io.altme" + | "com.kriptonio" | "com.bitnovo" - | "io.legacynetwork" - | "network.dgg" - | "io.hippowallet" + | "com.get-verso" | "com.kaxaa" - | "social.gm2" - | "com.mpcvault.broswerplugin" + | "io.pltwallet" | "com.apollox" + | "com.pierwallet" | "org.shefi" | "xyz.orion" + | "nl.greenhood.wallet" | "io.helixid" - | "digital.minerva" | "network.gridlock" - | "io.plutope" - | "com.alicebob" - | "pub.dg" - | "com.humbl" + | "app.keeper-wallet" | "com.webauth" - | "io.bimwallet" + | "com.wemix" + | "io.scramberry" | "com.bmawallet" | "co.lifedefi" + | "io.ready" + | "com.amazewallet" + | "technology.jambo" + | "io.didwallet" + | "fi.dropmate" + | "app.edge" + | "io.banksocial" + | "com.obliowallet" + | "org.ecoinwallet" + | "com.3swallet" + | "com.ipmb" + | "com.qubetics" + | "ai.hacken" + | "app.imem" + | "me.astrox" + | "com.purechain" + | "io.ethos" + | "io.prettygood.x" + | "com.revelator.wallet" + | "com.lif3" + | "com.broearn" + | "io.blocto" + | "app.girin" + | "finance.plena" + | "zone.bitverse" + | "com.saify" + | "io.plutope" + | "com.alicebob" + | "finance.islamicoin" + | "com.dokwallet" + | "io.paraswap" + | "xyz.nestwallet" + | "app.w3wallet" + | "com.cryptnox" + | "io.hippowallet" + | "com.dextrade" | "io.ukiss" - | "io.xucre" + | "io.bimwallet" + | "cc.dropp" + | "app.tofee" + | "com.reown.docs" + | "io.certhis" + | "com.payperless" + | "io.safecryptowallet" + | "com.tiduswallet" + | "app.herewallet" | "com.rktechworks" - | "com.amazewallet" + | "com.sinohope" + | "world.fncy" + | "network.dgg" + | "co.cyber.wallet" + | "pub.dg" + | "com.reown.appkit-lab" + | "io.moonstake" + | "com.mpcvault.broswerplugin" + | "io.altme" + | "app.clot" + | "org.talkapp" + | "social.gm2" + | "digital.minerva" | "net.stasis" - | "fi.dropmate" + | "com.cryptokara" + | "com.peakdefi" + | "io.xucre" + | "com.example.subdomain" + | "io.transi" + | "finance.panaroma" + | "ai.spotonchain.platform" + | "app.omni" + | "com.humbl" + | "id.plumaa" | "co.filwallet" | "money.snowball" | "com.ennowallet" @@ -414,69 +437,64 @@ export type WCSupportedWalletIds = | "network.trustkeys" | "finance.voltage" | "app.imem" - | "io.banksocial" - | "xyz.tucop" - | "com.saify" - | "com.obliowallet" - | "my.mone" - | "org.creditcoin.app" - | "io.ibvm" - | "app.w3wallet" - | "com.dokwallet" - | "com.revelator.wallet" - | "io.up" - | "com.qubetics" - | "app.imem" - | "org.rezor" - | "xyz.joeywallet" - | "com.gayawallet" - | "com.purechain" + | "io.xenea" + | "com.superhero.cordova" + | "io.kgen" + | "io.r0ar" + | "io.r0ar" + | "org.dailychain.wallet" + | "app.freighter" + | "org.ab" | "io.walletverse" | "com.berasig"; -// 71 wallets +// 75 wallets export type InjectedSupportedWalletIds = - | "com.trustwallet.app" | "io.metamask" - | "com.binance.wallet" + | "com.trustwallet.app" + | "io.zerion.wallet" | "com.okex.wallet" + | "com.binance.wallet" | "com.bitget.web3" | "pro.tokenpocket" | "com.bybit" - | "io.zerion.wallet" + | "com.elrond.maiar.wallet" | "com.crypto.wallet" + | "com.bifrostwallet" + | "xyz.ctrl" | "com.roninchain.wallet" - | "app.backpack" - | "me.rainbow" - | "com.elrond.maiar.wallet" | "com.hashpack.wallet" + | "me.rainbow" + | "com.wigwam.wallet" | "app.phantom" | "io.magiceden.wallet" + | "org.hot-labs.app" | "com.coinbase.wallet" - | "com.bifrostwallet" | "app.keplr" - | "com.fastex.wallet" - | "com.flowfoundation.wallet" + | "app.backpack" + | "com.robinhood.wallet" | "app.core.extension" | "so.onekey.app.wallet" - | "com.robinhood.wallet" + | "com.flowfoundation.wallet" | "app.subwallet" + | "io.loopring.wallet" + | "com.fastex.wallet" | "xyz.frontier.wallet" | "io.rabby" | "co.family.wallet" - | "io.loopring.wallet" | "app.zeal" - | "com.coolbitx.cwsapp" | "com.coin98" + | "pro.hinkal.walletconnect" + | "com.coolbitx.cwsapp" | "com.brave.wallet" - | "xyz.ctrl" - | "com.wigwam.wallet" | "com.pionewallet" + | "app.nightly" | "app.status" | "com.meld.app" | "com.moongate.one" | "tech.levain" | "com.enkrypt" + | "one.mixin.messenger" | "com.scramble" | "io.finoa" | "inc.tomo" @@ -484,28 +502,28 @@ export type InjectedSupportedWalletIds = | "com.cryptnox" | "com.zypto" | "com.walletconnect.com" - | "com.blanqlabs.wallet" - | "app.nightly" - | "one.mixin.messenger" | "com.blazpay.wallet" - | "nl.greenhood.wallet" | "io.getjoin.prd" | "xyz.talisman" | "eu.flashsoft.clear-wallet" | "app.berasig" | "xyz.roam.wallet" - | "io.owallet" | "com.passwallet.app" | "com.wallet.reown" + | "io.owallet" + | "nl.greenhood.wallet" + | "com.blanqlabs.wallet" | "xyz.nestwallet" | "com.dextrade" - | "com.cryptokara" | "com.mpcvault.broswerplugin" - | "pro.hinkal.walletconnect" + | "com.cryptokara" + | "com.example.subdomain" + | "com.superhero.cordova" | "com.lootrush" | "app.core.extension" | "xyz.dawnwallet" | "xyz.abs" - | "sh.frame"; + | "sh.frame" + | "io.useglyph"; export type DeepLinkSupportedWalletIds = "io.metamask" | "app.phantom"; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet-infos.ts b/packages/thirdweb/src/wallets/__generated__/wallet-infos.ts index a10cdd0f493..e4bf21f38dc 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet-infos.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet-infos.ts @@ -15,18 +15,18 @@ export type MinimalWalletInfo = { */ const ALL_MINIMAL_WALLET_INFOS = [ { - id: "com.trustwallet.app", - name: "Trust Wallet", + id: "io.metamask", + name: "MetaMask", hasMobileSupport: true, }, { - id: "io.metamask", - name: "MetaMask", + id: "com.trustwallet.app", + name: "Trust Wallet", hasMobileSupport: true, }, { - id: "com.binance.wallet", - name: "Binance Wallet", + id: "io.zerion.wallet", + name: "Zerion", hasMobileSupport: true, }, { @@ -34,6 +34,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "OKX Wallet", hasMobileSupport: true, }, + { + id: "com.binance.wallet", + name: "Binance Wallet", + hasMobileSupport: true, + }, { id: "com.bitget.web3", name: "Bitget Wallet", @@ -54,19 +59,29 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Uniswap Wallet", hasMobileSupport: true, }, + { + id: "com.bestwallet", + name: "Best Wallet", + hasMobileSupport: true, + }, + { + id: "com.ledger", + name: "Ledger Live", + hasMobileSupport: true, + }, { id: "com.bybit", name: "Bybit Wallet", hasMobileSupport: true, }, { - id: "io.zerion.wallet", - name: "Zerion", + id: "com.elrond.maiar.wallet", + name: "xPortal", hasMobileSupport: true, }, { - id: "com.ledger", - name: "Ledger Live", + id: "com.fireblocks", + name: "Fireblocks", hasMobileSupport: true, }, { @@ -74,6 +89,16 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Crypto.com Onchain", hasMobileSupport: true, }, + { + id: "com.bitcoin", + name: "Bitcoin.com Wallet", + hasMobileSupport: true, + }, + { + id: "com.bifrostwallet", + name: "Bifrost Wallet", + hasMobileSupport: true, + }, { id: "im.token", name: "imToken", @@ -85,38 +110,38 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "global.safe", - name: "Safe", + id: "com.blockchain.login", + name: "Blockchain.com", hasMobileSupport: true, }, { - id: "com.roninchain.wallet", - name: "Ronin Wallet", + id: "global.safe", + name: "Safe", hasMobileSupport: true, }, { - id: "com.fireblocks", - name: "Fireblocks", + id: "com.bitpay", + name: "BitPay Wallet", hasMobileSupport: true, }, { - id: "app.backpack", - name: "Backpack", + id: "jp.co.rakuten-wallet", + name: "Rakuten Wallet", hasMobileSupport: true, }, { - id: "ag.jup", - name: "Jupiter", + id: "co.arculus", + name: "Arculus Wallet", hasMobileSupport: true, }, { - id: "com.bitcoin", - name: "Bitcoin.com Wallet", + id: "xyz.ctrl", + name: "Ctrl Wallet", hasMobileSupport: true, }, { - id: "me.rainbow", - name: "Rainbow", + id: "com.roninchain.wallet", + name: "Ronin Wallet", hasMobileSupport: true, }, { @@ -125,23 +150,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.bestwallet", - name: "Best Wallet", + id: "me.haha", + name: "HaHa", hasMobileSupport: true, }, { - id: "com.elrond.maiar.wallet", - name: "xPortal", + id: "com.hashpack.wallet", + name: "HashPack", hasMobileSupport: true, }, { - id: "me.haha", - name: "HaHa", + id: "me.rainbow", + name: "Rainbow", hasMobileSupport: true, }, { - id: "com.hashpack.wallet", - name: "HashPack", + id: "id.co.pintu", + name: "Pintu", hasMobileSupport: true, }, { @@ -150,8 +175,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.kucoin", - name: "KuCoin Web3 Wallet", + id: "com.wigwam.wallet", + name: "Wigwam", hasMobileSupport: true, }, { @@ -160,8 +185,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.magiceden.wallet", - name: "Magic Eden", + id: "ag.jup", + name: "Jupiter", hasMobileSupport: true, }, { @@ -170,13 +195,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.socios.app", - name: "Socios.com - Wallet & Tokens", - hasMobileSupport: true, - }, - { - id: "com.bifrostwallet", - name: "Bifrost Wallet", + id: "io.ibvm", + name: "IBVM Wallet", hasMobileSupport: true, }, { @@ -185,33 +205,33 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "id.co.pintu", - name: "Pintu", + id: "com.kraken", + name: "Kraken Wallet ", hasMobileSupport: true, }, { - id: "org.mathwallet", - name: "MathWallet", + id: "io.magiceden.wallet", + name: "Magic Eden", hasMobileSupport: true, }, { - id: "xyz.timelesswallet", - name: "Timeless X", + id: "org.hot-labs.app", + name: "HOT Wallet", hasMobileSupport: true, }, { - id: "io.yowallet", - name: "YoWallet", + id: "com.dcentwallet", + name: "D'CENT Wallet", hasMobileSupport: true, }, { - id: "com.kraken", - name: "Kraken Wallet ", + id: "cc.avacus", + name: "Avacus", hasMobileSupport: true, }, { - id: "com.opera", - name: "Opera Crypto Browser", + id: "com.kucoin", + name: "KuCoin Web3 Wallet", hasMobileSupport: true, }, { @@ -219,34 +239,44 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Keplr", hasMobileSupport: true, }, + { + id: "org.mathwallet", + name: "MathWallet", + hasMobileSupport: true, + }, + { + id: "io.yowallet", + name: "YoWallet", + hasMobileSupport: true, + }, { id: "io.internetmoney", name: "Internet Money Wallet", hasMobileSupport: true, }, { - id: "com.fastex.wallet", - name: "Yo Wallet", + id: "com.opera", + name: "Opera Crypto Browser", hasMobileSupport: true, }, { - id: "com.chain", - name: "Chain", + id: "app.backpack", + name: "Backpack", hasMobileSupport: true, }, { - id: "com.blockchain", - name: "Blockchain.com", + id: "com.robinhood.wallet", + name: "Robinhood Wallet", hasMobileSupport: true, }, { - id: "com.flowfoundation.wallet", - name: "Flow Wallet", + id: "com.socios.app", + name: "Socios.com - Wallet & Tokens", hasMobileSupport: true, }, { - id: "io.huddln", - name: "Huddln", + id: "com.chain", + name: "Chain", hasMobileSupport: true, }, { @@ -255,8 +285,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.valoraapp", - name: "Valora", + id: "io.huddln", + name: "Huddln", + hasMobileSupport: true, + }, + { + id: "xyz.joeywallet", + name: "Joey Wallet", hasMobileSupport: true, }, { @@ -265,13 +300,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "pk.modular", - name: "Modular Wallet Prod", + id: "com.flowfoundation.wallet", + name: "Flow Wallet", hasMobileSupport: true, }, { - id: "com.robinhood.wallet", - name: "Robinhood Wallet", + id: "app.wombat", + name: "Wombat", + hasMobileSupport: true, + }, + { + id: "pk.modular", + name: "Modular Wallet Prod", hasMobileSupport: true, }, { @@ -280,13 +320,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "app.wombat", - name: "Wombat", + id: "xyz.argent", + name: "Argent", hasMobileSupport: true, }, { - id: "com.dcentwallet", - name: "D'CENT Wallet", + id: "app.kabila", + name: "Kabila Wallet", + hasMobileSupport: true, + }, + { + id: "com.mewwallet", + name: "MEW wallet", hasMobileSupport: true, }, { @@ -295,8 +340,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "org.hot-labs", - name: "HOT Wallet", + id: "io.loopring.wallet", + name: "Loopring", hasMobileSupport: true, }, { @@ -305,13 +350,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "app.girin", - name: "Girin Wallet", + id: "com.klipwallet", + name: "Klip", hasMobileSupport: true, }, { - id: "app.kabila", - name: "Kabila Wallet", + id: "io.novawallet", + name: "Nova Wallet", hasMobileSupport: true, }, { @@ -319,29 +364,24 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "THORWallet", hasMobileSupport: true, }, - { - id: "org.gooddollar", - name: "GoodDollar", - hasMobileSupport: true, - }, { id: "com.zengo", name: "Zengo Wallet", hasMobileSupport: true, }, { - id: "com.mewwallet", - name: "MEW wallet", + id: "com.oasys-wallet", + name: "Oasys Passport", hasMobileSupport: true, }, { - id: "network.cvl", - name: "CVL Wallet", + id: "com.fastex.wallet", + name: "Yo Wallet", hasMobileSupport: true, }, { - id: "io.enjin", - name: "Enjin Wallet", + id: "network.cvl", + name: "CVL Wallet", hasMobileSupport: true, }, { @@ -350,18 +390,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.leapwallet", - name: "Leap", + id: "io.cypherhq", + name: "Cypher Wallet", hasMobileSupport: true, }, { - id: "io.novawallet", - name: "Nova Wallet", + id: "com.valoraapp", + name: "Valora", hasMobileSupport: true, }, { - id: "io.atomicwallet", - name: "Atomic Wallet", + id: "io.leapwallet", + name: "Leap", hasMobileSupport: true, }, { @@ -370,13 +410,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "xyz.argent", - name: "Argent", + id: "io.atomicwallet", + name: "Atomic Wallet", hasMobileSupport: true, }, { - id: "com.tomi", - name: "tomi Wallet", + id: "xyz.coca", + name: "COCA Wallet", hasMobileSupport: true, }, { @@ -385,13 +425,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.klipwallet", - name: "Klip", - hasMobileSupport: true, - }, - { - id: "io.oxalus", - name: "Oxalus Wallet", + id: "money.unstoppable", + name: "Unstoppable Wallet", hasMobileSupport: true, }, { @@ -400,133 +435,123 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "xyz.frontier.wallet", - name: "Frontier", + id: "io.oxalus", + name: "Oxalus Wallet", hasMobileSupport: true, }, { - id: "money.unstoppable", - name: "Unstoppable Wallet", + id: "com.ullapay", + name: "WOW EARN", hasMobileSupport: true, }, { - id: "com.veworld", - name: "VeWorld Mobile", - hasMobileSupport: true, - }, - { - id: "com.burritowallet", - name: "Burrito", - hasMobileSupport: true, - }, - { - id: "app.pluswallet", - name: "Plus Wallet", + id: "com.tomi", + name: "tomi Wallet", hasMobileSupport: true, }, { - id: "xyz.coca", - name: "COCA Wallet", + id: "xyz.frontier.wallet", + name: "Frontier", hasMobileSupport: true, }, { - id: "com.oasys-wallet", - name: "Oasys Passport", + id: "com.coldwallet", + name: "Cold Wallet", hasMobileSupport: true, }, { - id: "social.halo", - name: "Halo Wallet", + id: "app.krystal", + name: "Krystal", hasMobileSupport: true, }, { - id: "com.monarchwallet", - name: "Monarch Wallet", + id: "network.over", + name: "OverFlex", hasMobileSupport: true, }, { - id: "co.family.wallet", - name: "Family", + id: "org.creditcoin.app", + name: "Credit Wallet", hasMobileSupport: true, }, { - id: "io.ethermail", - name: "EtherMail", + id: "org.gooddollar", + name: "GoodDollar", hasMobileSupport: true, }, { - id: "dev.auroracloud", - name: "Aurora Pass", + id: "com.monarchwallet", + name: "Monarch Wallet", hasMobileSupport: true, }, { - id: "io.loopring.wallet", - name: "Loopring", + id: "tech.okto", + name: "Okto", hasMobileSupport: true, }, { - id: "cc.avacus", - name: "Avacus", + id: "org.alephium", + name: "Alephium Wallet", hasMobileSupport: true, }, { - id: "cc.localtrade.lab", - name: "LocalTrade Wallet", + id: "com.mtpelerin", + name: "Bridge Wallet", hasMobileSupport: true, }, { - id: "app.zeal", - name: "Zeal", + id: "com.burritowallet", + name: "Burrito", hasMobileSupport: true, }, { - id: "org.alephium", - name: "Alephium Wallet", + id: "io.enjin", + name: "Enjin Wallet", hasMobileSupport: true, }, { - id: "com.xcapit", - name: "Xcapit", + id: "com.veworld", + name: "VeWorld Mobile", hasMobileSupport: true, }, { - id: "com.ullapay", - name: "WOW EARN", + id: "co.family.wallet", + name: "Family", hasMobileSupport: true, }, { - id: "com.mtpelerin", - name: "Bridge Wallet", + id: "cc.localtrade.lab", + name: "LocalTrade Wallet", hasMobileSupport: true, }, { - id: "network.over", - name: "OverFlex", + id: "com.ellipal", + name: "ELLIPAL", hasMobileSupport: true, }, { - id: "com.trusteeglobal", - name: "Trustee Wallet", + id: "com.xcapit", + name: "Xcapit", hasMobileSupport: true, }, { - id: "app.linen", - name: "Linen", + id: "com.gemwallet", + name: "Gem Wallet", hasMobileSupport: true, }, { - id: "com.coolbitx.cwsapp", - name: "CoolWallet", + id: "dev.auroracloud", + name: "Aurora Pass", hasMobileSupport: true, }, { - id: "io.nabox", - name: "Nabox", + id: "app.zeal", + name: "Zeal", hasMobileSupport: true, }, { - id: "network.haqq", - name: "HAQQ Wallet", + id: "io.compasswallet", + name: "Compass Wallet", hasMobileSupport: true, }, { @@ -535,23 +560,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "app.hbwallet", - name: "HB WALLET", + id: "app.linen", + name: "Linen", hasMobileSupport: true, }, { - id: "io.yusetoken", - name: "Yuse Wallet", + id: "com.coolbitx.cwsapp", + name: "CoolWallet", hasMobileSupport: true, }, { - id: "com.ellipal", - name: "ELLIPAL", + id: "io.nabox", + name: "Nabox", hasMobileSupport: true, }, { - id: "me.iopay", - name: "ioPay", + id: "io.noone", + name: "Noone Wallet", hasMobileSupport: true, }, { @@ -560,23 +585,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "tech.okto", - name: "Okto", + id: "com.withpaper", + name: "Paper", hasMobileSupport: true, }, { - id: "app.krystal", - name: "Krystal", + id: "network.haqq", + name: "HAQQ Wallet", hasMobileSupport: true, }, { - id: "com.withpaper", - name: "Paper", + id: "io.ricewallet", + name: "RiceWallet", hasMobileSupport: true, }, { - id: "io.ricewallet", - name: "RiceWallet", + id: "finance.openwallet", + name: "Open Wallet", hasMobileSupport: true, }, { @@ -585,8 +610,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.cypherhq", - name: "Cypher Wallet", + id: "io.koalawallet", + name: "Koala Wallet", hasMobileSupport: true, }, { @@ -595,13 +620,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "jp.co.rakuten-wallet", - name: "Rakuten Wallet", - hasMobileSupport: true, - }, - { - id: "org.thepulsewallet", - name: "The Pulse Wallet", + id: "com.cakewallet", + name: "Cake Wallet", hasMobileSupport: true, }, { @@ -615,13 +635,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "finance.openwallet", - name: "Open Wallet", + id: "ai.purewallet", + name: "PureWallet app", hasMobileSupport: true, }, { - id: "io.compasswallet", - name: "Compass Wallet", + id: "my.mone", + name: "mOne superapp", hasMobileSupport: true, }, { @@ -630,18 +650,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.foxwallet", - name: "FoxWallet", + id: "io.yusetoken", + name: "Yuse Wallet", hasMobileSupport: true, }, { - id: "xyz.sequence", - name: "Sequence Wallet", + id: "com.optowallet", + name: "Opto Wallet", hasMobileSupport: true, }, { - id: "com.optowallet", - name: "Opto Wallet", + id: "io.ethermail", + name: "EtherMail", hasMobileSupport: true, }, { @@ -650,18 +670,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.noone", - name: "Noone Wallet", + id: "com.foxwallet", + name: "FoxWallet", hasMobileSupport: true, }, { - id: "it.airgap", - name: "AirGap Wallet", + id: "com.pionewallet", + name: "PioneWallet", hasMobileSupport: true, }, { - id: "io.koalawallet", - name: "Koala Wallet", + id: "it.airgap", + name: "AirGap Wallet", hasMobileSupport: true, }, { @@ -670,13 +690,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "xyz.ctrl", - name: "Ctrl Wallet", - hasMobileSupport: true, - }, - { - id: "com.wigwam.wallet", - name: "Wigwam", + id: "org.thepulsewallet", + name: "The Pulse Wallet", hasMobileSupport: true, }, { @@ -685,8 +700,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "ai.pundi", - name: "Pundi Wallet", + id: "app.keyring", + name: "KEYRING PRO", hasMobileSupport: true, }, { @@ -695,23 +710,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "co.arculus", - name: "Arculus Wallet", + id: "io.miraiapp", + name: "Mirai App", hasMobileSupport: true, }, { - id: "io.uptn.dapp-web", - name: "UPTN", + id: "xyz.timelesswallet", + name: "Timeless Wallet", hasMobileSupport: true, }, { - id: "com.coinomi", - name: "Coinomi", + id: "social.halo", + name: "Halo Wallet", hasMobileSupport: true, }, { - id: "com.neonwallet", - name: "Neon Wallet", + id: "me.iopay", + name: "ioPay", hasMobileSupport: true, }, { @@ -725,23 +740,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.cakewallet", - name: "Cake Wallet", - hasMobileSupport: true, - }, - { - id: "app.nicegram", - name: "Nicegram Wallet", + id: "app.fizzwallet", + name: "Fizz", hasMobileSupport: true, }, { - id: "app.fizzwallet", - name: "Fizz", + id: "app.nightly", + name: "Nightly", hasMobileSupport: true, }, { - id: "io.miraiapp", - name: "Mirai App", + id: "com.coinomi", + name: "Coinomi", hasMobileSupport: true, }, { @@ -750,23 +760,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.pionewallet", - name: "PioneWallet", + id: "io.uptn.dapp-web", + name: "UPTN", hasMobileSupport: true, }, { - id: "app.coinstats", - name: "CoinStats", + id: "ai.pundi", + name: "Pundi Wallet", hasMobileSupport: true, }, { - id: "io.fizen", - name: "Fizen Wallet", + id: "app.coinstats", + name: "CoinStats", hasMobileSupport: true, }, { - id: "io.bladewallet", - name: "Blade Wallet", + id: "app.nicegram", + name: "Nicegram Wallet", hasMobileSupport: true, }, { @@ -775,13 +785,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.saakuru.app", - name: "Saakuru All-in-One crypto App", + id: "fi.pillar", + name: "Pillar", hasMobileSupport: true, }, { - id: "io.cosmostation", - name: "Cosmostation", + id: "app.hbwallet", + name: "HB WALLET", hasMobileSupport: true, }, { @@ -790,18 +800,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.tellaw", - name: "Tellaw Wallet", + id: "io.zelcore", + name: "Zelcore", hasMobileSupport: true, }, { - id: "com.gemwallet", - name: "Gem Wallet", + id: "com.tellaw", + name: "Tellaw Wallet", hasMobileSupport: true, }, { - id: "app.status", - name: "Status", + id: "com.trusteeglobal", + name: "Trustee Wallet", hasMobileSupport: true, }, { @@ -810,8 +820,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.unstoppabledomains", - name: "Unstoppable Domains", + id: "io.bladewallet", + name: "Blade Wallet", hasMobileSupport: true, }, { @@ -820,8 +830,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "ai.purewallet", - name: "PureWallet app", + id: "com.bitpie", + name: "Bitpie", hasMobileSupport: true, }, { @@ -829,34 +839,24 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Impact Wallet", hasMobileSupport: true, }, - { - id: "app.keyring", - name: "KEYRING PRO", - hasMobileSupport: true, - }, { id: "net.gateweb3", name: "GateWallet", hasMobileSupport: true, }, { - id: "com.bitpie", - name: "Bitpie", - hasMobileSupport: true, - }, - { - id: "org.thetatoken", - name: "Theta Wallet", + id: "com.unstoppabledomains", + name: "Unstoppable Domains", hasMobileSupport: true, }, { - id: "io.alpha-u.wallet.web", - name: "αU wallet", + id: "io.cosmostation", + name: "Cosmostation", hasMobileSupport: true, }, { - id: "io.zelcore", - name: "Zelcore", + id: "xyz.sequence", + name: "Sequence Wallet", hasMobileSupport: true, }, { @@ -870,13 +870,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "network.trustkeys", - name: "TrustKeys Web3 SocialFi", + id: "org.thetatoken", + name: "Theta Wallet", hasMobileSupport: true, }, { - id: "com.bitpay", - name: "BitPay Wallet", + id: "world.freedom", + name: "Freedom World", hasMobileSupport: true, }, { @@ -885,13 +885,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.wallet3", - name: "Wallet 3", + id: "io.neopin", + name: "NEOPIN", hasMobileSupport: true, }, { - id: "io.hyperpay", - name: "HyperPay", + id: "com.neonwallet", + name: "Neon Wallet", hasMobileSupport: true, }, { @@ -899,29 +899,34 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "RYIPAY", hasMobileSupport: true, }, + { + id: "com.saakuru.app", + name: "Saakuru All-in-One crypto App", + hasMobileSupport: true, + }, { id: "org.dota168", name: "MetaWallet", hasMobileSupport: true, }, { - id: "com.safemoon", - name: "SafeMoon", + id: "io.legacynetwork", + name: "Legacy Wallet", hasMobileSupport: true, }, { - id: "io.certhis", - name: "Certhis", + id: "com.coininn", + name: "Coininn Wallet", hasMobileSupport: true, }, { - id: "io.trinity-tech", - name: "Essentials", + id: "io.hyperpay", + name: "HyperPay", hasMobileSupport: true, }, { - id: "com.coininn", - name: "Coininn Wallet", + id: "com.safemoon", + name: "SafeMoon", hasMobileSupport: true, }, { @@ -930,8 +935,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "app.onto", - name: "ONTO", + id: "io.myabcwallet", + name: "ABC Wallet", hasMobileSupport: true, }, { @@ -940,18 +945,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.unitywallet", - name: "Unity Wallet", - hasMobileSupport: true, - }, - { - id: "io.wallacy", - name: "Wallacy", - hasMobileSupport: true, - }, - { - id: "io.klever", - name: "Klever Wallet", + id: "io.wallet3", + name: "Wallet 3", hasMobileSupport: true, }, { @@ -960,38 +955,33 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.myabcwallet", - name: "ABC Wallet", - hasMobileSupport: true, - }, - { - id: "gg.indi", - name: "IndiGG", + id: "id.competence", + name: "Competence.id", hasMobileSupport: true, }, { - id: "io.pltwallet", - name: "PLTwallet", + id: "llc.besc", + name: "BeanBag", hasMobileSupport: true, }, { - id: "id.competence", - name: "Competence.id", + id: "app.onto", + name: "ONTO", hasMobileSupport: true, }, { - id: "app.utorg", - name: "UTORG", + id: "baby.smart", + name: "Smart.Baby", hasMobileSupport: true, }, { - id: "llc.besc", - name: "BeanBag", + id: "io.klever", + name: "Klever Wallet", hasMobileSupport: true, }, { - id: "baby.smart", - name: "Smart.Baby", + id: "com.beexo", + name: "Beexo", hasMobileSupport: true, }, { @@ -1000,13 +990,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.blocto", - name: "Blocto", - hasMobileSupport: true, - }, - { - id: "com.coinsdo", - name: "CoinWallet", + id: "com.alphawallet", + name: "AlphaWallet", hasMobileSupport: true, }, { @@ -1020,8 +1005,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.wallypto", - name: "Wallypto", + id: "com.gemspocket", + name: "Gems Pocket", hasMobileSupport: true, }, { @@ -1029,6 +1014,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Ape Wallet", hasMobileSupport: true, }, + { + id: "com.unitywallet", + name: "Unity Wallet", + hasMobileSupport: true, + }, { id: "io.pitaka", name: "Pitaka", @@ -1040,28 +1030,28 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "org.mugambo", - name: "rss wallet", + id: "com.crossmint", + name: "Crossmint", hasMobileSupport: true, }, { - id: "com.ambire", - name: "Ambire Wallet", + id: "app.status", + name: "Status", hasMobileSupport: true, }, { - id: "org.kelp", - name: "Kelp", + id: "org.mugambo", + name: "rss wallet", hasMobileSupport: true, }, { - id: "com.meld.app", - name: "MELDapp", + id: "io.shido", + name: "Shido App", hasMobileSupport: true, }, { - id: "com.crossmint", - name: "Crossmint", + id: "com.meld.app", + name: "MELDapp", hasMobileSupport: true, }, { @@ -1070,18 +1060,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.alphawallet", - name: "AlphaWallet", - hasMobileSupport: true, - }, - { - id: "finance.voltage", - name: "Volt Wallet", + id: "com.paliwallet", + name: "Pali Wallet", hasMobileSupport: true, }, { - id: "com.paliwallet", - name: "Pali Wallet", + id: "io.talken", + name: "Talken Wallet", hasMobileSupport: true, }, { @@ -1090,8 +1075,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.beexo", - name: "Beexo", + id: "io.fizen", + name: "Fizen Wallet", hasMobileSupport: true, }, { @@ -1105,13 +1090,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.armana.portal", - name: "Armana Portal", + id: "com.ambire", + name: "Ambire Wallet", hasMobileSupport: true, }, { - id: "network.mrhb", - name: "Sahal Wallet", + id: "io.armana.portal", + name: "Armana Portal", hasMobileSupport: true, }, { @@ -1125,8 +1110,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.tradestrike", - name: "StrikeX Wallet", + id: "com.kryptogo", + name: "KryptoGO Wallet", hasMobileSupport: true, }, { @@ -1135,8 +1120,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.talken", - name: "Talken Wallet", + id: "io.wallacy", + name: "Wallacy", + hasMobileSupport: true, + }, + { + id: "one.mixin.messenger", + name: "Mixin Messenger", + hasMobileSupport: true, + }, + { + id: "xyz.tucop", + name: "TuCOP Wallet", + hasMobileSupport: true, + }, + { + id: "com.kresus", + name: "Kresus SuperApp", hasMobileSupport: true, }, { @@ -1149,6 +1149,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "SoulSwap", hasMobileSupport: true, }, + { + id: "com.ballet", + name: "Ballet Crypto", + hasMobileSupport: true, + }, { id: "com.shapeshift", name: "ShapeShift", @@ -1175,8 +1180,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.ballet", - name: "Ballet Crypto", + id: "io.pockie", + name: "pockie", hasMobileSupport: true, }, { @@ -1185,18 +1190,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.ozonewallet", - name: "OzoneWallet", + id: "finance.voltage", + name: "Volt Wallet", hasMobileSupport: true, }, { - id: "xyz.echooo", - name: "Echooo Wallet", + id: "network.mrhb", + name: "Sahal Wallet", hasMobileSupport: true, }, { - id: "io.konio", - name: "Konio", + id: "xyz.echooo", + name: "Echooo Wallet", hasMobileSupport: true, }, { @@ -1205,8 +1210,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "co.xellar", - name: "Xellar", + id: "io.nonbank", + name: "NonBank", + hasMobileSupport: true, + }, + { + id: "io.tradestrike", + name: "StrikeX Wallet", hasMobileSupport: true, }, { @@ -1219,26 +1229,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "LegionNetwork", hasMobileSupport: true, }, - { - id: "io.transi", - name: "Transi", - hasMobileSupport: true, - }, { id: "com.ripio", name: "Ripio Portal", hasMobileSupport: true, }, - { - id: "com.fxwallet", - name: "FxWallet", - hasMobileSupport: true, - }, - { - id: "io.pockie", - name: "pockie", - hasMobileSupport: true, - }, { id: "inc.tomo", name: "Tomo Wallet", @@ -1255,13 +1250,13 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.gemspocket", - name: "Gems Pocket", + id: "org.rezor", + name: "Rezor", hasMobileSupport: true, }, { - id: "io.shido", - name: "Shido App", + id: "app.utorg", + name: "UTORG", hasMobileSupport: true, }, { @@ -1270,8 +1265,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.bscecowallet", - name: "BSC Wallet", + id: "com.fxwallet", + name: "FxWallet", hasMobileSupport: true, }, { @@ -1280,33 +1275,18 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.neopin", - name: "NEOPIN", + id: "live.superex", + name: "SuperWallet", hasMobileSupport: true, }, { - id: "app.nightly", - name: "Nightly", - hasMobileSupport: true, - }, - { - id: "one.mixin.messenger", - name: "Mixin Messenger", - hasMobileSupport: true, - }, - { - id: "nl.greenhood.wallet", - name: "Greenhood", - hasMobileSupport: true, - }, - { - id: "io.nonbank", - name: "NonBank", + id: "io.alpha-u.wallet.web", + name: "αU wallet", hasMobileSupport: true, }, { - id: "technology.jambo", - name: "Jambo", + id: "io.trinity-tech", + name: "Essentials", hasMobileSupport: true, }, { @@ -1315,8 +1295,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "com.pandoshi", - name: "Pandoshi Wallet", + id: "gg.indi", + name: "IndiGG", hasMobileSupport: true, }, { @@ -1324,21 +1304,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "thirdweb", hasMobileSupport: true, }, - { - id: "com.kresus", - name: "Kresus SuperApp", - hasMobileSupport: true, - }, { id: "com.poolsmobility.wallet", name: "poolswallet", hasMobileSupport: true, }, - { - id: "com.opz", - name: "OPZ Wallet", - hasMobileSupport: true, - }, { id: "xyz.roam.wallet", name: "Roam", @@ -1349,16 +1319,6 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Gamic", hasMobileSupport: true, }, - { - id: "world.fncy", - name: "Fncy Mobile Wallet", - hasMobileSupport: true, - }, - { - id: "io.owallet", - name: "OWallet", - hasMobileSupport: true, - }, { id: "app.m1nty", name: "M1NTY", @@ -1369,19 +1329,14 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "BUZZUP", hasMobileSupport: true, }, - { - id: "io.scramberry", - name: "ScramberryWallet", - hasMobileSupport: true, - }, { id: "app.catecoin", name: "Catecoin Wallet", hasMobileSupport: true, }, { - id: "io.safecryptowallet", - name: "SafeWallet", + id: "com.hootark", + name: "HootArk", hasMobileSupport: true, }, { @@ -1389,49 +1344,29 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "CoinCircle", hasMobileSupport: true, }, - { - id: "com.kryptogo", - name: "KryptoGO Wallet", - hasMobileSupport: true, - }, - { - id: "com.liberawallet", - name: "Libera", - hasMobileSupport: true, - }, { id: "io.copiosa", name: "Copiosa", hasMobileSupport: true, }, - { - id: "io.bharatbox", - name: "BharatBox App", - hasMobileSupport: true, - }, { id: "io.ttmwallet", name: "MDAO Wallet", hasMobileSupport: true, }, { - id: "com.sinohope", - name: "Sinohope", - hasMobileSupport: true, - }, - { - id: "app.herewallet", - name: "HERE Wallet", + id: "io.bharatbox", + name: "BharatBox App", hasMobileSupport: true, }, { - id: "live.superex", - name: "SuperWallet", + id: "world.dosi.vault", + name: "DOSI Vault", hasMobileSupport: true, }, { - id: "cc.dropp", - name: "Dropp", + id: "app.qubic.wallet", + name: "Qubic Wallet", hasMobileSupport: true, }, { @@ -1440,13 +1375,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "world.dosi.vault", - name: "DOSI Vault", - hasMobileSupport: true, - }, - { - id: "world.qoin", - name: "Qoin Wallet", + id: "com.nufinetes", + name: "Nufinetes", hasMobileSupport: true, }, { @@ -1455,8 +1385,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.ready", - name: "Ready", + id: "land.liker", + name: "LikerLand App", hasMobileSupport: true, }, { @@ -1464,6 +1394,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Dollet", hasMobileSupport: true, }, + { + id: "com.gayawallet", + name: "Gaya Wallet", + hasMobileSupport: true, + }, { id: "net.shinobi-wallet", name: "Shinobi-Wallet", @@ -1474,19 +1409,14 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "AZCoiner", hasMobileSupport: true, }, - { - id: "app.qubic.wallet", - name: "Qubic Wallet", - hasMobileSupport: true, - }, { id: "com.passwallet.app", name: "Pass App", hasMobileSupport: true, }, { - id: "com.pierwallet", - name: "pier", + id: "xyz.bonuz", + name: "Bonuz Social Smart Wallet", hasMobileSupport: true, }, { @@ -1496,12 +1426,12 @@ const ALL_MINIMAL_WALLET_INFOS = [ }, { id: "app.xverse", - name: "Xverse", + name: "Xverse Wallet", hasMobileSupport: true, }, { - id: "com.get-verso", - name: "Verso", + id: "com.coinsdo", + name: "CoinWallet", hasMobileSupport: true, }, { @@ -1510,8 +1440,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "ai.spotonchain.platform", - name: "Spot On Chain App", + id: "com.nodle", + name: "Nodle", hasMobileSupport: true, }, { @@ -1525,63 +1455,143 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "co.cyber.wallet", - name: "CyberWallet", + id: "network.trustkeys", + name: "TrustKeys Web3 SocialFi", hasMobileSupport: true, }, { - id: "xyz.bonuz", - name: "Bonuz Social Smart Wallet", + id: "io.ozonewallet", + name: "OzoneWallet", hasMobileSupport: true, }, { - id: "com.nufinetes", - name: "Nufinetes", + id: "io.konio", + name: "Konio", hasMobileSupport: true, }, { - id: "io.didwallet", - name: "DIDWallet", + id: "io.owallet", + name: "OWallet", hasMobileSupport: true, }, { - id: "com.wemix", - name: "WemixWallet", + id: "io.zelus", + name: "Zelus Wallet", hasMobileSupport: true, }, { - id: "io.moonstake", - name: "MOONSTAKE", + id: "net.myrenegade", + name: "Renegade", hasMobileSupport: true, }, { - id: "app.keeper-wallet", - name: "Keeper", + id: "io.clingon", + name: "Cling Wallet", hasMobileSupport: true, }, { - id: "com.3swallet", - name: "3S Wallet", + id: "com.icewal", + name: "icewal", hasMobileSupport: true, }, { - id: "io.zelus", - name: "Zelus Wallet", + id: "cc.maxwallet", + name: "MaxWallet", hasMobileSupport: true, }, { - id: "net.myrenegade", - name: "Renegade", + id: "io.streakk", + name: "Streakk Wallet", hasMobileSupport: true, }, { - id: "io.clingon", - name: "Cling Wallet", + id: "com.pandoshi", + name: "Pandoshi Wallet", hasMobileSupport: true, }, { - id: "com.peakdefi", - name: "PEAKDEFI", + id: "finance.porta", + name: "PortaWallet", + hasMobileSupport: true, + }, + { + id: "io.earthwallet", + name: "Earth Wallet", + hasMobileSupport: true, + }, + { + id: "io.up", + name: "UP.io", + hasMobileSupport: true, + }, + { + id: "net.spatium.wallet", + name: "Spatium", + hasMobileSupport: true, + }, + { + id: "com.adftechnology", + name: "ADF Wallet", + hasMobileSupport: true, + }, + { + id: "com.opz", + name: "OPZ Wallet", + hasMobileSupport: true, + }, + { + id: "io.wallypto", + name: "Wallypto", + hasMobileSupport: true, + }, + { + id: "com.reown", + name: "React Native Sample Wallet", + hasMobileSupport: true, + }, + { + id: "org.kelp", + name: "Kelp", + hasMobileSupport: true, + }, + { + id: "co.xellar", + name: "Xellar", + hasMobileSupport: true, + }, + { + id: "world.qoin", + name: "Qoin Wallet", + hasMobileSupport: true, + }, + { + id: "com.daffione", + name: "DaffiOne", + hasMobileSupport: true, + }, + { + id: "io.passpay", + name: "PassPay Wallet", + hasMobileSupport: true, + }, + { + id: "com.bscecowallet", + name: "BSC Wallet", + hasMobileSupport: true, + }, + { + id: "fun.tobi", + name: "Tobi", + hasMobileSupport: true, + }, + { + id: "technology.obvious", + name: "Obvious", + hasMobileSupport: true, + }, + { + id: "com.liberawallet", + name: "Libera", hasMobileSupport: true, }, { @@ -1590,98 +1600,153 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "fi.pillar", - name: "Pillar", + id: "trade.flooz.wallet", + name: "Flooz", hasMobileSupport: true, }, { - id: "com.icewal", - name: "icewal", + id: "com.greengloryglobal", + name: "Blockaura", hasMobileSupport: true, }, { - id: "io.streakk", - name: "Streakk Wallet", + id: "com.kriptonio", + name: "Kriptonio", hasMobileSupport: true, }, { - id: "ai.hacken", - name: "hAI by Hacken", + id: "com.bitnovo", + name: "Bitnovo Wallet", hasMobileSupport: true, }, { - id: "finance.porta", - name: "PortaWallet", + id: "com.get-verso", + name: "Verso", hasMobileSupport: true, }, { - id: "io.earthwallet", - name: "Earth Wallet", + id: "com.kaxaa", + name: "KAXAA Wallet", hasMobileSupport: true, }, { - id: "app.clot", - name: "Clot", + id: "io.pltwallet", + name: "PLTwallet", hasMobileSupport: true, }, { - id: "net.spatium.wallet", - name: "Spatium", + id: "com.apollox", + name: "ApolloX", hasMobileSupport: true, }, { - id: "id.plumaa", - name: "Plumaa ID", + id: "com.pierwallet", + name: "pier", hasMobileSupport: true, }, { - id: "xyz.nestwallet", - name: "Nest Wallet", + id: "org.shefi", + name: "SheFi", hasMobileSupport: true, }, { - id: "com.adftechnology", - name: "ADF Wallet", + id: "xyz.orion", + name: "Orion", hasMobileSupport: true, }, { - id: "com.reown.appkit-lab", - name: "Flutter Sample Wallet", + id: "nl.greenhood.wallet", + name: "Greenhood", hasMobileSupport: true, }, { - id: "com.reown", - name: "React Native Sample Wallet", + id: "io.helixid", + name: "helix id", hasMobileSupport: true, }, { - id: "com.reown.docs", - name: "Kotlin Sample Internal Wallet", + id: "network.gridlock", + name: "Gridlock Wallet", hasMobileSupport: true, }, { - id: "org.talkapp", - name: "T+ Wallet ", + id: "app.keeper-wallet", + name: "Keeper", hasMobileSupport: true, }, { - id: "me.astrox", - name: "Me Wallet", + id: "com.webauth", + name: "WebAuth", hasMobileSupport: true, }, { - id: "com.nodle", - name: "Nodle", + id: "com.wemix", + name: "WemixWallet", hasMobileSupport: true, }, { - id: "io.paraswap", - name: "ParaSwap Wallet", + id: "io.scramberry", + name: "ScramberryWallet", hasMobileSupport: true, }, { - id: "com.daffione", - name: "DaffiOne", + id: "com.bmawallet", + name: "BMA Wallet", + hasMobileSupport: true, + }, + { + id: "co.lifedefi", + name: "Life DeFi", + hasMobileSupport: true, + }, + { + id: "io.ready", + name: "Ready", + hasMobileSupport: true, + }, + { + id: "com.amazewallet", + name: "AmazeWallet", + hasMobileSupport: true, + }, + { + id: "technology.jambo", + name: "Jambo", + hasMobileSupport: true, + }, + { + id: "io.didwallet", + name: "DIDWallet", + hasMobileSupport: true, + }, + { + id: "fi.dropmate", + name: "Dropmate", + hasMobileSupport: true, + }, + { + id: "app.edge", + name: "Edge", + hasMobileSupport: true, + }, + { + id: "io.banksocial", + name: "BankSocial ", + hasMobileSupport: true, + }, + { + id: "com.obliowallet", + name: "Oblio Wallet", + hasMobileSupport: true, + }, + { + id: "org.ecoinwallet", + name: "ECOIN Wallet", + hasMobileSupport: true, + }, + { + id: "com.3swallet", + name: "3S Wallet", hasMobileSupport: true, }, { @@ -1690,18 +1755,43 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "finance.plena", - name: "Plena-App", + id: "com.qubetics", + name: "QubeticsWallet", hasMobileSupport: true, }, { - id: "com.payperless", - name: "Payperless", + id: "ai.hacken", + name: "hAI by Hacken", hasMobileSupport: true, }, { - id: "land.liker", - name: "LikerLand App", + id: "app.imem", + name: "iMe Messenger & Crypto Wallet ", + hasMobileSupport: true, + }, + { + id: "me.astrox", + name: "Me Wallet", + hasMobileSupport: true, + }, + { + id: "com.purechain", + name: "PureWallet", + hasMobileSupport: true, + }, + { + id: "io.ethos", + name: "Ethos Self-Custody Vault", + hasMobileSupport: true, + }, + { + id: "io.prettygood.x", + name: "PrettyGood Keyboard", + hasMobileSupport: true, + }, + { + id: "com.revelator.wallet", + name: "Revelator Wallet", hasMobileSupport: true, }, { @@ -1710,8 +1800,23 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "io.passpay", - name: "PassPay Wallet", + id: "com.broearn", + name: "Broearn Wallet", + hasMobileSupport: true, + }, + { + id: "io.blocto", + name: "Blocto", + hasMobileSupport: true, + }, + { + id: "app.girin", + name: "Girin Wallet", + hasMobileSupport: true, + }, + { + id: "finance.plena", + name: "Plena-App", hasMobileSupport: true, }, { @@ -1720,38 +1825,53 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "org.ecoinwallet", - name: "ECOIN Wallet", + id: "com.saify", + name: "Saify", + hasMobileSupport: true, + }, + { + id: "io.plutope", + name: "Plutope", + hasMobileSupport: true, + }, + { + id: "com.alicebob", + name: "Alicebob Wallet", + hasMobileSupport: true, + }, + { + id: "finance.islamicoin", + name: "ISLAMIwallet", hasMobileSupport: true, }, { - id: "app.omni", - name: "Omni", + id: "com.dokwallet", + name: "Dokwallet", hasMobileSupport: true, }, { - id: "app.tofee", - name: "Tofee Wallet Official", + id: "io.paraswap", + name: "ParaSwap Wallet", hasMobileSupport: true, }, { - id: "fun.tobi", - name: "Tobi", + id: "xyz.nestwallet", + name: "Nest Wallet", hasMobileSupport: true, }, { - id: "finance.islamicoin", - name: "ISLAMIwallet", + id: "app.w3wallet", + name: "W3 Wallet", hasMobileSupport: true, }, { - id: "com.tiduswallet", - name: "Tidus Wallet ", + id: "com.cryptnox", + name: "Cryptnox Wallet", hasMobileSupport: true, }, { - id: "com.broearn", - name: "Broearn Wallet", + id: "io.hippowallet", + name: "Hippo Wallet", hasMobileSupport: true, }, { @@ -1760,183 +1880,178 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "trade.flooz.wallet", - name: "Flooz", - hasMobileSupport: true, - }, - { - id: "technology.obvious", - name: "Obvious", + id: "io.ukiss", + name: "UKISS Hub", hasMobileSupport: true, }, { - id: "com.cryptnox", - name: "Cryptnox Wallet", + id: "io.bimwallet", + name: "BIM Wallet", hasMobileSupport: true, }, { - id: "com.kriptonio", - name: "Kriptonio", + id: "cc.dropp", + name: "Dropp", hasMobileSupport: true, }, { - id: "com.cryptokara", - name: "Cryptokara", + id: "app.tofee", + name: "Tofee Wallet Official", hasMobileSupport: true, }, { - id: "finance.panaroma", - name: "Panaroma Wallet", + id: "com.reown.docs", + name: "Kotlin Sample Internal Wallet", hasMobileSupport: true, }, { - id: "com.greengloryglobal", - name: "Blockaura", + id: "io.certhis", + name: "Certhis", hasMobileSupport: true, }, { - id: "io.ethos", - name: "Ethos Self-Custody Vault", + id: "com.payperless", + name: "Payperless", hasMobileSupport: true, }, { - id: "io.altme", - name: "Altme", + id: "io.safecryptowallet", + name: "SafeWallet", hasMobileSupport: true, }, { - id: "com.bitnovo", - name: "Bitnovo Wallet", + id: "com.tiduswallet", + name: "Tidus Wallet ", hasMobileSupport: true, }, { - id: "io.legacynetwork", - name: "Legacy Wallet", + id: "app.herewallet", + name: "HERE Wallet", hasMobileSupport: true, }, { - id: "network.dgg", - name: "DGG Wallet", + id: "com.rktechworks", + name: "ID Pocket", hasMobileSupport: true, }, { - id: "io.hippowallet", - name: "Hippo Wallet", + id: "com.sinohope", + name: "Sinohope", hasMobileSupport: true, }, { - id: "com.kaxaa", - name: "KAXAA Wallet", + id: "world.fncy", + name: "Fncy Mobile Wallet", hasMobileSupport: true, }, { - id: "social.gm2", - name: "GM² Social", + id: "network.dgg", + name: "DGG Wallet", hasMobileSupport: true, }, { - id: "com.mpcvault.broswerplugin", - name: "MPCVault | Team crypto wallet", + id: "co.cyber.wallet", + name: "CyberWallet", hasMobileSupport: true, }, { - id: "com.apollox", - name: "ApolloX", + id: "pub.dg", + name: "DGPub App", hasMobileSupport: true, }, { - id: "org.shefi", - name: "SheFi", + id: "com.reown.appkit-lab", + name: "Flutter Sample Wallet", hasMobileSupport: true, }, { - id: "xyz.orion", - name: "Orion", + id: "io.moonstake", + name: "MOONSTAKE", hasMobileSupport: true, }, { - id: "io.helixid", - name: "helix id", + id: "com.mpcvault.broswerplugin", + name: "MPCVault | Team crypto wallet", hasMobileSupport: true, }, { - id: "digital.minerva", - name: "Minerva Wallet", + id: "io.altme", + name: "Altme", hasMobileSupport: true, }, { - id: "network.gridlock", - name: "Gridlock Wallet", + id: "app.clot", + name: "Clot", hasMobileSupport: true, }, { - id: "io.plutope", - name: "Plutope", + id: "org.talkapp", + name: "T+ Wallet ", hasMobileSupport: true, }, { - id: "com.alicebob", - name: "Alicebob Wallet", + id: "social.gm2", + name: "GM² Social", hasMobileSupport: true, }, { - id: "pub.dg", - name: "DGPub App", + id: "digital.minerva", + name: "Minerva Wallet", hasMobileSupport: true, }, { - id: "com.humbl", - name: "HUMBL WALLET", + id: "net.stasis", + name: "Stasis Wallet", hasMobileSupport: true, }, { - id: "com.webauth", - name: "WebAuth", + id: "com.cryptokara", + name: "Cryptokara", hasMobileSupport: true, }, { - id: "io.bimwallet", - name: "BIM Wallet", + id: "com.peakdefi", + name: "PEAKDEFI", hasMobileSupport: true, }, { - id: "com.bmawallet", - name: "BMA Wallet", + id: "io.xucre", + name: "Xucre", hasMobileSupport: true, }, { - id: "co.lifedefi", - name: "Life DeFi", + id: "com.example.subdomain", + name: "Key3", hasMobileSupport: true, }, { - id: "io.ukiss", - name: "UKISS Hub", + id: "io.transi", + name: "Transi", hasMobileSupport: true, }, { - id: "io.xucre", - name: "Xucre", + id: "finance.panaroma", + name: "Panaroma Wallet", hasMobileSupport: true, }, { - id: "com.rktechworks", - name: "ID Pocket", + id: "ai.spotonchain.platform", + name: "Spot On Chain App", hasMobileSupport: true, }, { - id: "com.amazewallet", - name: "AmazeWallet", + id: "app.omni", + name: "Omni", hasMobileSupport: true, }, { - id: "net.stasis", - name: "Stasis Wallet", + id: "com.humbl", + name: "HUMBL WALLET", hasMobileSupport: true, }, { - id: "fi.dropmate", - name: "Dropmate", + id: "id.plumaa", + name: "Plumaa ID", hasMobileSupport: true, }, { @@ -1964,11 +2079,6 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Assure", hasMobileSupport: true, }, - { - id: "app.edge", - name: "Edge Wallet", - hasMobileSupport: true, - }, { id: "com.neftipedia", name: "NeftiWallet", @@ -2015,88 +2125,38 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: true, }, { - id: "app.imem", - name: "iMe", - hasMobileSupport: true, - }, - { - id: "io.banksocial", - name: "BankSocial ", - hasMobileSupport: true, - }, - { - id: "xyz.tucop", - name: "TuCOP Wallet", - hasMobileSupport: true, - }, - { - id: "com.saify", - name: "Saify", - hasMobileSupport: true, - }, - { - id: "com.obliowallet", - name: "Oblio Wallet", - hasMobileSupport: true, - }, - { - id: "my.mone", - name: "mOne superapp", - hasMobileSupport: true, - }, - { - id: "org.creditcoin.app", - name: "Credit Wallet", - hasMobileSupport: true, - }, - { - id: "io.ibvm", - name: "IBVM Wallet", - hasMobileSupport: true, - }, - { - id: "app.w3wallet", - name: "W3 Wallet", - hasMobileSupport: true, - }, - { - id: "com.dokwallet", - name: "Dokwallet", - hasMobileSupport: true, - }, - { - id: "com.revelator.wallet", - name: "Revelator Wallet", + id: "io.xenea", + name: "Xenea-Pro", hasMobileSupport: true, }, { - id: "io.up", - name: "UP.io", + id: "com.superhero.cordova", + name: "Superhero Wallet", hasMobileSupport: true, }, { - id: "com.qubetics", - name: "QubeticsWallet", + id: "io.kgen", + name: "KGeN Wallet", hasMobileSupport: true, }, { - id: "org.rezor", - name: "Rezor", + id: "io.r0ar", + name: "r0ar platform", hasMobileSupport: true, }, { - id: "xyz.joeywallet", - name: "Joey Wallet", + id: "org.dailychain.wallet", + name: "Daily Wallet", hasMobileSupport: true, }, { - id: "com.gayawallet", - name: "Gaya Wallet", + id: "app.freighter", + name: "Freighter", hasMobileSupport: true, }, { - id: "com.purechain", - name: "PureWallet", + id: "org.ab", + name: "ABWallet", hasMobileSupport: true, }, { @@ -2124,6 +2184,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Rabby", hasMobileSupport: false, }, + { + id: "pro.hinkal.walletconnect", + name: "Hinkal Wallet", + hasMobileSupport: false, + }, { id: "com.brave.wallet", name: "Brave Wallet", @@ -2156,12 +2221,7 @@ const ALL_MINIMAL_WALLET_INFOS = [ }, { id: "com.walletconnect.com", - name: "SampleW", - hasMobileSupport: false, - }, - { - id: "com.blanqlabs.wallet", - name: "Blanq", + name: "Sample", hasMobileSupport: false, }, { @@ -2195,8 +2255,8 @@ const ALL_MINIMAL_WALLET_INFOS = [ hasMobileSupport: false, }, { - id: "pro.hinkal.walletconnect", - name: "Hinkal Wallet", + id: "com.blanqlabs.wallet", + name: "Blanq", hasMobileSupport: false, }, { @@ -2219,6 +2279,11 @@ const ALL_MINIMAL_WALLET_INFOS = [ name: "Frame Wallet", hasMobileSupport: false, }, + { + id: "io.useglyph", + name: "Glyph Wallet", + hasMobileSupport: false, + }, { id: "smart", name: "Smart Wallet", diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/ai.purewallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/ai.purewallet/index.ts index 5cb41c75e2e..ccfc50eb512 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/ai.purewallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/ai.purewallet/index.ts @@ -23,10 +23,10 @@ export const wallet = { rdns: null, mobile: { native: "purewalletp://", - universal: null, + universal: "", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/image.ts index 22e70f80c1e..435c80119b4 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/image.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/image.ts @@ -2,6 +2,6 @@ // Do not modify this file manually. const image = - "data:image/webp;base64,UklGRjQDAABXRUJQVlA4ICgDAACwEgCdASqAAIAAPm0ylUckIyIhLJeoOIANiWMvvcrMX1ydwVQDfOvkN9QG2b3GcNS/kOtGu49DFuDfL0tDUA/OcpE2p3tWyIwhqRDVtI9SzYMY79G9/J6yxkpWepnTs4bFvsavgXSjExvXuLIw1ynb1FKN7lqxbNLgiz+0Sgt4yqUYGD4tL+ihR4lGryPg6gfA3rfLqFFEdR6quOUWAAD++b4X+//V7wrXf+BS0u9QAAtOEdhPdwaB8HcD/HfStGfxcOChuUYaGj1+/ygAHJzx0c2ac5d6mn0FtHzAe79ffS67WXX0zKs8MPZwUCjyrCY2OnPhmq4sqYVpsyWzxafdx1joNP9YhKg/s9CxvWVLEfcpqthMSZFz3mT02gm9WJJw96AHUkXaS4llXEgLFSrBIn32+e4aflAUVYHqfw5FE2d7Bny2QaHV/nz0GImhzBKkzZ4ShG/6uC1U5Du+APkxk/rM7Js7c5iMWAmcvVnv1mKiydCnOgK8E6cIg9t4aLBSu3kMRfS+1nIuRoZpBv0wSkZSnGA6JOLVfcBxcz+o3VC4Nui4ZQ/9epgyERUExoStjfVpxOM8ys7ys/Gp20AITO6sZ7ztiFcIJhWic1xcfaHwcC7SrUz4ZoU/gp60GK1FJd/+YxYKXx88jNMyMksdrnjeC93vcdaWiGG8DKC4bWjJoE4RbZMT2Xm4N4z61Ts1rt4Pdo3bPVBqYSmTIdX7ppHcZLEmglqIXEbEBRCE0hUXcwTlu/RPcHGumQESKqeA2/Dy0wE2yvgDYTAno20XVL6xwhm0XVPT7qM3aX0qYhwZvCXKGkdbNwbYZ6MenwbUulNulklWwfK7TwAyQVQQVxxL0hI2kXtq6H3sSbWq6FblYAdmU6lZciPiEoKeO2F/YpaL06fBxvRI5dxi0R6YZRll50g32PcLdkLN/XYknJ1cgopjVZMFgRJWKG3WdUQlIVwAu37CdmO1t9r4H3dXrdmUxkzD1AZzVtGW/qeRRW+/zY5wWPWR5z+jp56ih93rx3lMBVtBxS8RMHhfm2HLi151Xu4hn/5f7CbgbeRbZ81FyAAAAAAA"; + "data:image/webp;base64,UklGRu4DAABXRUJQVlA4IOIDAACwFwCdASqAAIAAPm00kkakI6GhLRYpeIANiUAaGUy769CO4Dn2Du4UXnwPQB6AH66dYB6AHllezM4FI2d7J5j6QL822Pj8rXNLQQQuKsz+uA1iXPso6Wa8F2/eejKHY9y8NTgMHTNiW9ei5ruiRIBpB7JQRDF/u7vTHgqO/kRntdSyDvOY/v2Z+qLWOVghYspfCnhQOzHvDubDBmJsb+LwbZfELROG2VhTFrFELmgLSlZQoHKSrzoxL62uSUjF5yZIBrgXxKAA/vaQQgj3lnjxDNnuFf72dC50fO5WWwBqAj6f7+FbOquTUY9wcYVxZBNVB4dG30u1tt+9D5gsNv6VP8YdmyL+buuIVv/mMDvAxX+FGRaBjU90U4iTJh9neze2+ze9bnJK/I3OIDWO8XUn5xH57NvRtVf1a77MmAYdZxfOA1dvMd+8o2K9+cJODcTD7mTEHPqyHLbtX7GmlrypaF/8garOwCybVwsOF4MjeF0vY4EmxCWDDKe7YvTYwG0lgaRQS4DLpYzNFvpuSFasQQ/pPy8gLpeF8DSAse/B8HQwp+grKtkuvY/GNh1jVwwXzPzrnI76G0ak+fpzLTPYMSYHprFfxNHxp4gDed+VPCi42GKe+h58lrcE2Phv1z1/5UWFzk/u4k7YzpwX/VlU+dQp6pXxbLdW0xN3V8d3yhIA+2iKkvFdk64vz5GV4R2HIBHrfa+1KKLDvQvP6yXeIBvOiVZ/yjYI8j02EVf3oP8vPOgcvPvb29es8ANKUYB25yPYsX8q4V6gFpxrD17bapVxNqd1JBpgcpslWqUHKM4bhX3RjuDMYgYops6hcsku1Ot5WVZhJ9sXuzIWpCZ9AlBNaYSuYua34iu1PCo4E9LveWj2+j6HQC5DNpfs/tDfrdr5wRCBjVRAWx8n/lOF4W53IbWZD/+ECAXddvWbTqNCaeSpxWQQQbTwWfQ/lLCWtbHldJCsBF00VxHKmMEdNOkd3AtuTRsK1n626nVvR18h16jOrcI9+toCRV169mhARlMbQocoiNhs+5Db74ixB8abpk3byIWU9zTe/6TMy80P/JknE5v+ENW6lFbVUXuLidsK7vFe8wDIqyXdp7gbysB3U42aJIWzaLP+YVF2rYW0Ll1+Pru609poV+jCIzvwUzBfn7EtACeZ9ro5fVOXxfsOSfVXoS5UEgcyqdrOzT3ZHvsm5qzIwn49J+PnwHDLRk9O4ypZBCPMWf/KGuyFLd6xGt366OlChjt/tMhqmQOKsK6o//fHkBwel8mlcqlL/t7SJ3TJT3JAkvF+dxjojSQSLcTyV1hs9VUBLgIAAAAA"; export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/index.ts index 1a62449e3c3..f4cd96e8c32 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.edge/index.ts @@ -3,9 +3,9 @@ export const wallet = { id: "app.edge", - name: "Edge Wallet", + name: "Edge", homepage: "https://edge.app/", - image_id: "f601bc29-4298-422f-dbf7-34dac2884f00", + image_id: "f0261e29-4981-4e16-4441-165e2d5d6300", app: { browser: null, ios: "https://apps.apple.com/us/app/edge-bitcoin-wallet/id1344400091", @@ -25,7 +25,7 @@ export const wallet = { universal: "https://deep.edge.app/wc", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.freighter/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.freighter/image.ts new file mode 100644 index 00000000000..8c0abb92cfc --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.freighter/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRv4EAABXRUJQVlA4IPIEAACwHwCdASqAAIAAPm0ykkckIyqhK5N6iVANiUEOADMgYK61+RX5Adc9w4Y+9euPf/AeynxT+kx5gP2m9ar0begb/UeoA9ADy2fZy/bnKThAMVA+oJTrZ030ESlwzHWjlAzHRSSn+cFSjHhYvY/358B9jVCyFDZBFvT0/vXwhiTJSJyfw9a6mjMLt0Kg0wLSM2dM3h/TK2DbH4x6hvWfLXVkhWNeXny+Bdst0I1pZ9YJUBevOmfM0zoOO6oJqiR5J5Z9IF3rRbBh/WrrvBMfEJHbhFIKeAInLeLBAyVh2/uEf6uF5FxPp4eI/rvtEudrm312FnzMcLn8L+WIjVeL4grbL8o76mgAAP3+ov/+ngL1PG+yAACyxkhOnz/ght9aG/yJdfIf3eKU66roUYPhQvtCy40nXbYSQ9Sx1XbGgV7GD//3NhiR3//2kXGjyCcH9s9ZzzPZXpcoJDICpem7+NdOU7XD9gHmYLWg3mnSnuKOl2ulwiyZDIFg9Dbr+gFZAGYnYTVdgJ7ETVNfjoC3zuOiOf0xd2ThJ98PcPRgnPfBbFfRX741idWvzI2d8T80m0QbqFegpkk1o4SM18x8W+79xM1jehMGWqTAoYr2WkM6fF0Jo8jV9mK64YJ76Vyr1oZb7ayAmFSbajcFLoN8eoQ7IQVxYJHIBCZPh90OglmmIBh6QKJrwtDZTgJuMzQMwkq4EBrff8RSa8QoXHGGxm1XasZZ+yHbW6LJgkdEqWLtFDcEPGgXsDLcAq2XaC3CcRjhLl0TP0BOXbGhUYWUhj6M2DV7efEHnmgLS0gSuQZWeqlbFlii7fRpyyi6y4G0TEeLFyQFnT+MyX0R7xcV64DhBjaa2EvYWLVCFWZD2Vz/VFIfY1Ijp+JShlTSQ/nvxTAp87sAYRvtr+eL/u3Fbf4HNCFz7tVvZcL8GFMLXc81lQ/Df/OcO//Uja4UayYriz9Mp+XATZCJICGlXC/nObkLKAhpPl90NMCMntb3mZ5cHf8MmHS8HGK+1gLx9lFab8iFqhL9Y7FP3ob0PkocVdx8iBuBGle6MbRqq+JpEX122i13VSOWHFDaQvevIWfrlXVjP9EQebM/NEZJDSdV6C/6WsmVBacqy1v+ECi1kWWijXDfmaxx4SV6MfiIYJK4hrTf48XSx93OaofZoxchLOJD3A2Nx2lw+CLSROMj7+YcQ3tjA7mH3b4JMr/XB+ZQpcQKIErs3E+WnyIhsqGRrUiuhmjFF4FvFp2W5ACPQtvpEwz6lYMc+vc9+Paet2BipoZXFfPxrmG5fiApHyh7Oij7k3IonO/AOR1NTi2UwELWoSpXwpGPSIKYO9PWcSAwfWXmviKU2xq0Lv0UqQZWrP9ETVfSWQAp9aPwo+n7WPOe9zD3lrCxoHg2s4Bmoa7Fr0/SYlBPboUvNXX2gaSwoh7bSC2Z1q1KUjPk06s0xAsNMqMrg4qGi8mxXc/wQwTns0BkAxgicwLgCJv/XUfkfGFd9dwkP92WRqHpnho4rgrq24jmMuWtxYtShFmY2xYlzXKLAhTErpyx09AE1FYmKOj1/NadyrQry+VP1DDITzNdv75dJxvcvhUkgswOyT91mjOYKBzFcveesLp4sAOmPWUFffvnMUClV5ddKooi3cjIY5R9dtgS+71Q9sMFN2gJl7dqG9AzPaNvIBOlP5L3gRQAAAA="; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.freighter/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.freighter/index.ts new file mode 100644 index 00000000000..d8381919004 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.freighter/index.ts @@ -0,0 +1,32 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "app.freighter", + name: "Freighter", + homepage: "https://www.freighter.app/", + image_id: "12c9b230-917a-42e9-08cc-879dfb5de900", + app: { + browser: null, + ios: null, + android: + "https://play.google.com/store/apps/details?id=org.stellar.freighterwallet", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "freighterwallet://wc-redirect", + universal: "", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/image.ts index 0f9ca1a92ac..b96acda6052 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/image.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/image.ts @@ -2,6 +2,6 @@ // Do not modify this file manually. const image = - "data:image/webp;base64,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"; + "data:image/webp;base64,UklGRowEAABXRUJQVlA4IIAEAABQGgCdASqAAIAAPm0yl0gkIqIhKJHpWIANiUAaxbEvzv8mdca6F+Of5YdELxR4E4oc6nYD96+5z3AeoD8gf7n3AP0n6QHmA/S3/ef1z3h/Qf6BH6edYt6BHlf/tf8LX7d/tN7VGqyp5ZAtvBEaOS3CipDu9YVP7iRUF/++VUmhq1H3tX3h6CgGqZ7pmEAUH3yWGWsNw+2wBJD96G17vhhGTLX8LwXL4VSbx36z4tBtbSzE0PnCWmuoqQHkmh+gx5HubmN2v+Kt8DhS6Or92t2vq4gc3SD3PFMeUAAA/u+9T0UR8TvaLLbT2YP8f4ABScS9X8KBCGUROm+YDZCTODWYgn6m4nAzNdPs0G1U0/BTwlXdkAHOMHqL4Q2BPSUpb9pM+P3EAzlgdr2QdQP5aKEvQNzT70c2wCnc2qSQI/eQEfFBfTOD58TxRWXuSpF0v7MX7vrLrLqoicc6o5JOvKN4AWEEGAHdeAkTVFK0MOEPTVU4w+I+YJurYCMtBGbhkRw0Moae675+Ih8MzXgmwND6y4EUj5AaTn7b2yAIo0RJnKUz1+Z3TdBlsJrLIfE7E9du/53fTLtpCOlgidmwrCK11xj+S/P2jaLnWArt5DZLqCBjdht9QhJAVbiFVpqt9qZq9vQfmPVxzbhTO0g/7vgnuzJmjhl/GZ3hev1HhlR6QThrUHEbWVDTietPuZC4sBbohNoT+QBKs9ew9MCFOuhnDnVyqGYUOZX5hzF0ddBpPA0DsMaLoVh9hej183IwT+v+nHQ88oHLpMv9uiaszMLzn9fH80k8lRKWTIULza5bmIQxb+F9PUFGa/3Pp5TSkWENuw2Lhj825tI6lN5Vbj62pwaborqdX6407j8eBdcpDJUGvkMV+hitUCXhoaBzxhs8KHLecHDch0bWnVZvKAsC3zFo6THzM42z9aKSl2cppaNLqpUZK2D6t0+PliifCsyvccffFpgB/60b9OHPIH3873cBo1/WWnYxisMjPgc1VNod3dipoS261+pmslUWydb8l8Gq3Pt+WRapLP0aADC4K8Wh5GBUwhygQIjXR/zHiZJnF+7d1syeqnGyMBHIdgUSUuArbwgH7RY+ChVjVsZCv8jbl5PerP41imMNOtLfgnO8rReG71Kz8nb+T6riL73QesL/SN08aeyRofSjlk8DzNrgtLhHihK5hlYKm01bg5xreZtt+3+gWAG6L3laWkz9B55FbLpn2i6SriAGce1utBpC/SzbnXM7Px9BCegbLcMbxoiJgzQ7CfXqPQbHBVlD97I0Vr7PrL2du+FfulUcvf6YDmrbpic4i3jRcDnxdwod6g8PHMQPpQZD7RRBujtOLXZEnCn/3vdoSZ0v7S7AL5S6AjfNo4yUjK6XvmLzPbCTF0Os5P2ViOyUiA8zylKUqSpmG6qQKKpGGrPztnG7AsTUKNRWzMWBHNISN7oELCoRG5S8ZzXwAFcKBoJ38Ut7ILMxsDCnmKno0GBJYgIbg+UE5WwP6f/gbfNj1N0fbYfSP7rkWTO89Y2bbAAAAAA="; export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/index.ts index 2dd136b0c3e..86f96c89d4c 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.imem/index.ts @@ -3,16 +3,16 @@ export const wallet = { id: "app.imem", - name: "iMe", + name: "iMe Messenger & Crypto Wallet ", homepage: "https://imem.app/", - image_id: "25aa3abf-901b-4d82-bb89-c5ade54c0c00", + image_id: "1ba9d09a-f247-40a7-58d4-85a92db5f200", app: { browser: null, ios: "https://apps.apple.com/us/app/ime-messenger/id1450480822", - android: "https://play.google.com/store/apps/details?id=com.iMe.android", - mac: "", - windows: null, - linux: null, + android: "https://play.google.com/store/apps/details?id=com.iMe.android&hl", + mac: "https://imem.app/desktop", + windows: "https://imem.app/desktop", + linux: "https://imem.app/desktop", chrome: null, firefox: null, safari: null, @@ -21,8 +21,8 @@ export const wallet = { }, rdns: null, mobile: { - native: "wc://", - universal: null, + native: null, + universal: "https://imem.app/download", }, desktop: { native: null, diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.pluswallet/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.pluswallet/image.ts deleted file mode 100644 index 3214d631d14..00000000000 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.pluswallet/image.ts +++ /dev/null @@ -1,7 +0,0 @@ -// This file is auto-generated by the `scripts/wallets/generate.ts` script. -// Do not modify this file manually. - -const image = - "data:image/webp;base64,UklGRqIEAABXRUJQVlA4WAoAAAAQAAAAfwAAfwAAQUxQSJwBAAABgONa2zLlHcPlmx53995hAe6tw/+HDTgsYKDTkrg7tDZWUbu7u37oSPI/JSEiJoDMd8tvX17ZPTl65BL6cnx0dHR0cmxsK/IgKyuCs2q6dZsHV7c3L1LydvP99mZH21OXGaywgn1UxfAhl/rD4Yooe0t5l2s5Rm25t0WcEqc4zsl4B/OYcMmRnhe7mKPWcLTNrqaxLo63xdUU1soRN7v85lzNMZc4/JJ6Deos/iffOY56yuebo8Bxl9gRUawR2EIkkUrkyCuUFDoGbTCIso6g7ad71HLsNUU94HratOC0S5vgNlZPwe2d3oI7OLoB9waP43t4QffO//3/7/8/P1/h3eB7eQN3e3AN7lK/A267TQdOV9gDrtejFlwdZR5BO86i0DFoY2GkEqGJKqI4IzBjHBE5CsAERyIi3zlY8770Y8o1qOs02U9OAqhqZ/qVaSC1MjKRdQHqYmSyWgNHoyYzmXAJ5VpgZLZT0hyQ+WQnsqRvlRGEscqXLOwQI44dSd7RmBjjQJa3Ccuq7dFuXT5K0uP1jranLivMhkwHVlA4IOACAACQEQCdASqAAIAAPm0ylkckIyKhK5N5YIANiWUcNHkBCMH7IXv/7TOep51rTUvQAspNWZVkyqnvYR/typnel1r3tWqDTb/bhajNMVly+11h5W04GylriLdCdBjb7lfcGjfg+Pudnqdp1tNN0FKSrUsZ4CLauaTdFefw6XLZ0j3kBu3Kt3Zhjs6yr7JsS/Kh9glKeR1QAAD++8O2X8gBMwuB6P9VjThWukzOUOFAPxIU0lrtHLeZygjPin1SBg0A0i0r/Gb6d8tP/wUpUUP+QsA8XZbujKkaJLRkHHjiYfTH3ik9AFw/n5hcIyuV3YoJvJpx0EjVsf7KFtQOY+NVhlMKuvICJF4hYHJwAwQGwTdu541oCxAekO680GsD3viLZWbigeYep2yWoQrY/AiCXiLvDzNnUAswEhrp03W10sMt4YyOFWtajUrrN/EU8FH1LOUYgakX3ZCgtIYCUY17BhrcvIKGehc2UA2TEx7JrwEmTOPCbN8yGTpTs0BceniGpugJ/mf4J78o4KG71zXrmQXoyEr1QBLO8d6OCwwJK0Ft1ep+fG0AtnrBYA022wJ31FfS1Q1wIW3yovd07iCUYcDHndgzu4P+PY7E23R76piP7mIk2MfufKrKR9jf5TSl3jxQxWq/WdgKJzUJmUGN6Ax+hNUFgw2YNirSK8GUfKS6rwgt46Dxv9fRE0X1sKJK2PCv9t/H/3bt739QBxmOeXg+1NZF/xYXW7UQySNtle/nCLtMs2FtUZt14lFkMPsFZEvN2QTNaru2GEAKL1LCdghp3U93Af0e22A7czhFaC4oVRNgLzHMZsRDOtD2xoKeGtMtSijMBv+zPqJ+dSbl/LPwZ8ZMJ90N94jtK+0dCF6Jib0A78i0eEEaOwp8LBlLQzoBgkJ6y3n8n2TQeNhfgAaaMvEHfp6DOwya6gvJ481KwAGBDLaW/k8fxogCvt2Km/ncVJURcPjJCkDM/+QzAAAA"; - -export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.xverse/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/app.xverse/index.ts index 2635cdc4e29..62415f012e7 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.xverse/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/app.xverse/index.ts @@ -3,7 +3,7 @@ export const wallet = { id: "app.xverse", - name: "Xverse", + name: "Xverse Wallet", homepage: "https://www.xverse.app/", image_id: "785e20ef-c68c-4a85-6cb9-053443871e00", app: { diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/cc.maxwallet/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/cc.maxwallet/image.ts new file mode 100644 index 00000000000..0634b54f55a --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/cc.maxwallet/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,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"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/cc.maxwallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/cc.maxwallet/index.ts new file mode 100644 index 00000000000..0e1f812c090 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/cc.maxwallet/index.ts @@ -0,0 +1,31 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "cc.maxwallet", + name: "MaxWallet", + homepage: "https://maxwallet.cc", + image_id: "2f6e63fb-6443-4ac9-5978-85d61defb600", + app: { + browser: null, + ios: "https://apps.apple.com/es/app/6670610349", + android: "https://play.google.com/store/apps/details?id=com.maxwallet.cc", + mac: "https://apps.apple.com/en/app/6670610349", + windows: "https://maxwallet.cc/download/MAX-Wallet-1.0.0-win.exe", + linux: "https://maxwallet.cc/download/MAX-Wallet-1.0.0-linux.AppImage", + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "maxwallet://", + universal: "", + }, + desktop: { + native: "maxwallet://", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.beexo/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.beexo/index.ts index bd8100db6ff..f99fec9389d 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.beexo/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.beexo/index.ts @@ -22,10 +22,10 @@ export const wallet = { rdns: null, mobile: { native: "beexo://", - universal: null, + universal: "", }, desktop: { - native: null, + native: "", universal: "https://app.beexo.com/", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.binance.wallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.binance.wallet/index.ts index 4d6cf5ccda1..a6d41017f8c 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.binance.wallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.binance.wallet/index.ts @@ -13,7 +13,8 @@ export const wallet = { mac: null, windows: null, linux: null, - chrome: "https://www.binance.com/en/download", + chrome: + "https://chromewebstore.google.com/detail/binance-wallet/cadiboklkpojfamcoggejbbdjcoiljjk?utm_source=walletconnect", firefox: null, safari: null, edge: null, @@ -25,7 +26,7 @@ export const wallet = { universal: "https://app.binance.com/cedefi", }, desktop: { - native: null, + native: "", universal: "https://www.binance.com/en/web3wallet", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain.login/image.ts similarity index 100% rename from packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain/image.ts rename to packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain.login/image.ts diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain.login/index.ts similarity index 85% rename from packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain/index.ts rename to packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain.login/index.ts index c3a4d0040bc..7d9ffad301e 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.blockchain.login/index.ts @@ -2,9 +2,9 @@ // Do not modify this file manually. export const wallet = { - id: "com.blockchain", + id: "com.blockchain.login", name: "Blockchain.com", - homepage: "https://www.blockchain.com/en/app", + homepage: "https://login.blockchain.com/auth/signup", image_id: "0884948c-c6ce-421e-b4bd-3d2adb261500", app: { browser: null, @@ -26,7 +26,7 @@ export const wallet = { universal: "https://login.blockchain.com/app", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.coldwallet/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.coldwallet/image.ts new file mode 100644 index 00000000000..12408d0bf15 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.coldwallet/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRgoDAABXRUJQVlA4IP4CAAAQEgCdASqAAIAAPm00l0ikIqIhIpM6sIANiUASvP9J657hN3AC2svor21vmX85XodOpV9AD9gOtt/Zj0gE+UNWPohARLlIZntrr1TiJC3GWUEm+5xoxOZxxGO3sOaXpoDQbmEhdGOh9I7ZxbdeTkLzT8pEyYI9z6GL7eKf/CTU33r4ikbSUkOC04yI0MPRrT425EK2y8SKgEAA/vxKAAD+qMJoJsSQxCRLeQ49auQAdosMW3eP+/FWbzYeR+flQgXXLY+LYm0n0U/wZMud3U/Fv2tv4aa+C3gHn9wxd/0QeW/UMGk+NDfUnoHz+7YCQ667wyHrKXZlVn0R37L8inul8fKigoeRlDOZbDS/JkMcPZjnEyGqvGeHAzdg1OxGoRQi2kMLhI8R6+J2BItUvggIfZxhm+57nR4iSgQpVa+ZzK+/GUJi9NFrCWp2rq7XQX9OP54xCdr+QKH/ibAu5Lp/nlXj2F5zjc8reXXT0jX1mCAV0ucaDGg4pIf/iEH2ig0h3Bhb1zoIddZGCMZcgKg4/9MbTIUMe7iEb8GNzhNoeYHyvP4Nvh54sJWcP+IWn+RgClJZm3BVwFvGqrFL0NGO/+ym8gPscgcBV+kh6GgH/ykeEy07lHidohP7Prm64NRkTi+DLfd6J2xd/lmXxN4OHaN1s5WvLUED4wlCEIBdiqEdgZ/7cO2DxKKANbf/P+h91kSXrARJ39DyvPM6c7s1ixtHt1wKEq7UxOmAgDXXOB7qwUFc4yUeyAp169YLyqbsKaBepNTIJlqTv3iS5q3hIHJ2s5b7OLmLRmt39q7n835nVKFMQ4X3eMbbSjn3GtGhdwbQUOoBYxYllbE/pmg6UMwHcIQE1SNKpWf/YxhG46IKqfkyXD2D+wTIEhGrIt/RLWz0BjErhbrHfPKEixRU5df0KH+duMTxttfpgv3PjKxjVqjZtqXt3NduuNLVAOdhpvcsFsI1Ns0CQoPpFQyXr5X22GY3UdQ/vs/GJTSWmeCzTscz6a/x8AAAAAAA"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/app.pluswallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.coldwallet/index.ts similarity index 61% rename from packages/thirdweb/src/wallets/__generated__/wallet/app.pluswallet/index.ts rename to packages/thirdweb/src/wallets/__generated__/wallet/com.coldwallet/index.ts index 6809ec6a508..cec6ade61a4 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/app.pluswallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.coldwallet/index.ts @@ -2,13 +2,13 @@ // Do not modify this file manually. export const wallet = { - id: "app.pluswallet", - name: "Plus Wallet", - homepage: "https://pluswallet.app", - image_id: "2c21491b-58ce-47bb-ace9-bdef71f43600", + id: "com.coldwallet", + name: "Cold Wallet", + homepage: "https://coldwallet.com/", + image_id: "fa63c977-9637-4d85-960d-058da23e4300", app: { browser: null, - ios: "https://apps.apple.com/us/app/plus-wallet-app/id6467651848", + ios: "https://apps.apple.com/us/app/cold-wallet-crypto-wallet-app/id6467651848", android: "https://play.google.com/store/apps/details?id=com.PlusWallet", mac: null, windows: null, @@ -22,10 +22,10 @@ export const wallet = { rdns: null, mobile: { native: "pluswallet://", - universal: "https://pluswallet.app", + universal: "https://coldwallet.com/", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/image.ts index f66f0eec38f..eb2067bad0b 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/image.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/image.ts @@ -2,6 +2,6 @@ // Do not modify this file manually. const image = - "data:image/webp;base64,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"; + "data:image/webp;base64,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"; export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/index.ts index 1b987a81dfa..80d80056381 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.dcentwallet/index.ts @@ -5,7 +5,7 @@ export const wallet = { id: "com.dcentwallet", name: "D'CENT Wallet", homepage: "https://dcentwallet.com", - image_id: "bd543439-1b64-4291-f6ce-c5ffbc0a3500", + image_id: "e7e60788-6806-47d4-7b4a-a410e7aa3300", app: { browser: null, ios: "https://apps.apple.com/app/dcent-hardware-wallet/id1447206611", diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.example.subdomain/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.example.subdomain/image.ts new file mode 100644 index 00000000000..ea65aeae388 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.example.subdomain/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRjwEAABXRUJQVlA4WAoAAAAQAAAAfwAAfwAAQUxQSMYBAAABkEPb2rFHN7Zt27bNLmPbttXZRmfb09pmbCftjzHe+43xrYiYAMgX1TUzF6/zCV1z8WbafM4j580XvnCYpyYALd/RC+eLXjBvsL0Gmf76N5Sr7AG4bn9DuUyXzKGV40kSgIwajnIzMrdmokwOdYUVl4ZbI1EGyWuZNXBv5XiWAiCrjqPSmsyqmuNWLICUFxRvHhmR6YyvVyoVotVNY80AWM1sVytEK5VVg7TIYJ7Xu09v0X1zLPGhTX6/3qL79M4yxm9jbdew0BD60BCXb4dWxq4rF/gvXtgSpvGt8D/xRqLH9L8VBQ8koq62/Fbk3ZVKudX37rXsl/JvRsEDqdR8M0LOSuTNeYNvhXbB4VtX+a9d2xev8a2Ank9stBR98NvVOKWoWHhpstlHLNJKi4UXJeqzaQ9+1t7eJrr7xRATAOZjK7vaRLe3PyrTJLMof0N5PQpA4uM3lHcNydzbOJ6nAMiqp1BXWZO5NXE8SQKQUcPx2opLw61R5gvcmogyScrZHNvUFM+SP6jjqDQnM9j9hnKrMwDPPRRv1uiSabhPW75iuejV0wI0AWiHzFq1XPSK5ROdNcgAYzvx9ob4uLG9nXhDyJYEVlA4IFACAABQEwCdASqAAIAAPm0ulEWkIqIVRcRABsSgDTjqJ+On5AZBc4F9k+0b2AOcA3AH6Pf5n1dP4B1gH6UcAB/AP5X6QH6wfBV+1nqMf0v/6k2zumjzK8DSjOTdc87gHvS73+cpnvihmC2VNa8/bzHfAHnEvlw9T3XjLplGsjyEm/hfxs8bJBm0ss7TuPmeNlNktKXoezzoF9prYo6u1QN3zNLvmbTAAP78+EAAdP8OA88wZ/QMt+v8KlhL5SBGPE11M1QL9KAPCQz9AKrh8n+lkkJMLrcc/+g7hPWZOpKYTguZ7xdJQAg+gBbB/2Dbb5mBalWZGcU4fH10zqtuMf/z3BeQvGihpBZgkaPkYh74fcFzKzB3AEL3HQy6M1vC1u/QODnTKwAHb8uoeDCfYWIwC6znzJK35DXY57UCMkjwFyoaQNQuq4l7OGir1unuYmJ31Dt9AJjbRA3pTGAQo5xXhOvAdZ+AsM5yzDFXTJhzz5UANZq6Go/zErb4vMCIvVcImZx9jcQT7PR44NE6kJZPkU/x/OfenT/r+0uhwr3Wfr/g0SJOUULgwbEv9yWk1FBVeGycEQ7SEctqtVL//QqzfOcGmEWhv2cTp+39+ujT4jZbNNfIxiig0oAMqOZgXCETmIXycrK7v1F2TJE4znK2ahIJDsKsWKj/kI/YMi+K/C/u4bxX/AtcMHBIzcfQ9WUzRwXlWUuyRKsijn0Mp6j8vJ9hYjALrOOBks4gm3eqciGYdhETu/hB4Aylwdo0E0NRS2JJBs4+DRpCD2R0AAAAAAAA"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.example.subdomain/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.example.subdomain/index.ts new file mode 100644 index 00000000000..9f1ba50655d --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.example.subdomain/index.ts @@ -0,0 +1,31 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "com.example.subdomain", + name: "Key3", + homepage: "https://key3.ai", + image_id: "76bda797-d3e7-4dfe-ccf2-a940c5e8a700", + app: { + browser: null, + ios: "https://apps.apple.com/us/app/key3-crypto-wallet-keyboard/id6742847091", + android: null, + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: "com.example.subdomain", + mobile: { + native: "walletapp://", + universal: "https://www.key3.ai/", + }, + desktop: { + native: null, + universal: null, + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.hootark/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.hootark/image.ts new file mode 100644 index 00000000000..88ee03bcb25 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.hootark/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRhIRAABXRUJQVlA4WAoAAAAQAAAAfwAAfwAAQUxQSCEFAAABoIVtkyHJiurp6cWwe23btm3O2rZt27Zt2949XNv27nAxFXHRqorIvjvneSJiAuB/zpPGB01cYDKLpJat7SBdq94GJPe+1MtqUJzUOYpWbNjSZVjlykWzJYljVM2DE0RVeviyXYB3wdlL1x+6fPe5218iwsPDwyM/3bt7bsfcIQ1LZwvyLrDhPx/aicp4gF4PyRHgUVDmSsP2P4ggI6Mf7h1WNn2QR9b0g97Q+UKiYKpOdKVHhgQWV4mK9D8ZQ2a+29evQKiboBQNzhLRplBZYQ+IiK5Pq5QuYYB/aIEl0WT+x0kFg2wBIUmL9TlCRPS1D4iN4w8AoUuciOjFtgG11v8int9n1uk78wy5PpwPACzxRTSraweAqtddiX3dCgDiFhisSajzdHlGAGj01hWahl6gm1FxAZKOf90VRB6LfTanRlp7h88uZOL01MlrzH5K1xPIyPiMor+/vv8sXFDEy/uvvkfTx0YgtPQzIiLUPUGD0Av0REcionfN/KRoxVdEkGt0xRrJ7eFqNpCbJGz2v4QkF+mfRe3TW0F07n0ke29+EK1Bmmmvhb2emgY0ORqkWRJNaAKieUgxS9KCJgZSL40mUzkQUcx8B4j1m/eT5CN9G20T0+E9qRDpY3spaV8QskEzCOlZWiFzw8lTNMns8LkySn4idX4qKcHv6G82qJv3+6hFQPdIUml4I36h30mtj0K5+XX/pZiYbn7MHA9QMfgkAS9beySPddLFkd7Jxsp+yQskNAV1FnTazslaIdYL05HHj/JWRsHzSL1IC0IYZfxXQTo9Ts/Hv2aMCtA7qurHxjGBDEVhSDTBzibdOWNYI7lHdENEZ9KxKRQtzuivBblY6pOxujAkokZ+TOwjiEg3gEhHc3R3qBviPMLOJOVyUvWqVEyyX1DWsSxMCjxR1q08TEp+VdabYkyqfFHWp7JMGsYqS6/JpBFJR90waqypBxENICQ0qqmFhSWMleHCGqnA8GY8oC4HlBIGPCvGGoMs0KzYGkxKfTBG98xwHU16W5JJvvvGKPHvXEyynmShiziUmUnKBSxkrkvDJHigcaijrLEOJtbGxnmJApr5M4G8H3gI/FwYuKa/4AZ1VMqxNGxChrlR7Xg7G1slMxAF1bCygTR/myD5UXrgGzJaSXOCGVkLhTNAfuWsjCDkqIIuJQTOtla6efxbWFmB4283iKp4kQh4+7f/4UqZP/tbmEHwTXRCVATeCAX2nb85KfN7RxC4/7dxyO/3EZCY57lxAl8WFQE9Pyjjy2gQujvWnS5L369JSfyPO++R18UMILbUTUKDeD+oAYKbPSEUhvSiA0i29nxDKArpdU+bKAjs84ZQENLXwfFBtAZBXR4QikF6NdABmijQwNb6Mcl91D0ANBAfp+nVX2JGB4AGKiyyIVJKGKgy+fSnQhppqgBocCNcQnR1UGjQ7Kc/+UWUVwlA9s3vf3O7m08tALnXfdKR1aUcqgHINPrfGE4rUqpHszgqL7wXw2ZoqHoAwBo/acmuy69Hs6hrURIA+MV3pMhfvcvAmUt37Lkea8CjSf+4eJoTlG4NsCdJntIxJMKAP9IXuOC0MZna3HaLMmAvQN71RNTI5hN6x3gXPgUAMkyjv9KCT4k6FuXmcXMAgASDGsfzKS+HFxx43dXpjE5giav5ksvt/AGq744hop+zwbc6fd1fFpwzT7mDdKeWj+kb+/vPkSnBWQOovu/b8mAf0/X+ukLgaYr25cHHlqgMXms+5r9fAQBWUDggygsAADAuAJ0BKoAAgAA+bS6TRiQioaEsGfswgA2JZgDVecy/byO7D/l93KpHyrui/IB+u3uT23fmM84b0b/4L1AP7d1IXoYdKb/a/+/YpOK/lt9lSdKWPzd6Sd8+2J/qN8htD6AXeTiP8QD8vuOuoAeLloYep/YQ/Wn0yvZ/6Nn66Na2Qp/3kaKhFLUrQ8hSYDft/lIT0b7Bs7GNTzSs6xtdogrm07dM67Mpt08gBuvwN/pxNdCoSfdTjNHt0rvCyx1TVbvMFFJ9N6EFDdxlbZMbQAShearg6N1/Wmsx1minmxQgVpguZclAarWtiF5uKPrALOOOBbomaG0k4zFKVU5Hqx2PP+FaZlxgP3dMuSUhwmt1yDrahjrErCvUsYcXQvdbWSWoH6kQcYBBPNfD3qqf92o1XPwMJ5JRfUs5VswPywgsTC8DvLD4vvcKAW+n9c/QBRrbJt+aIFOCl4DkWYJ3ndc5e2SNlqn3mRNK49H0/fvt/b193YNL6V0ygAD+/nyZB+S+KQ2Ss+5oSHSj/9q5qR0rJbSNWWjtP46ChPaQS7EaxPX7kB6tDT1Gf68twGbiE3I5HjWmAPyNX9bzmbsxOHKZKP4PcIz2v8sXkVniNruPFudXoGJLZUf9jNeoNdlgz7J5mP28BqHRqdVZwZ02/Gy6Jadr5s+fczOmQnqcbGFou20UwHUeoupPLJYrV/LzrlKQ6fKdC9vP8j+NAjp/6j3OFUPkTCglolCIEBMbFuJGlfUwDEa7z4aAbJTrxbbTc7JqDSEo2YzHhATMyk7XD7SwNPXge8BEQEjoBnQm/1kq0qwFIt1Su8oHA7Qt2ndEFZWfPeuyc45FL3hR1Nqq81B3dOiGb7RxOfaJ1xAZv5sRBGfZfDzHfzDAwlP7CULgxlocAaTc/dW0ctBXLEdmbhPd0oU+6PcmTorMbff1nSbE5NA3B9JtPyZUvUBrueB4u6F7Ao1PeoTsf58a49cFk88w/FvZCHaVzXw4uXGvCcMSzehwfADfcruKVGPIExmfCDQqElJWBzXwOH+JZ3IqkIgtvxUadt9lziwprHSb33B4xXSZuVQz6yUHqwoWailZohy+bDazLODK0jN7Psaq6DeXUQCdQ4MMLIU0otQ8jzHh6yQ4z/C/0ff5PukOvM//BjRsku9r3dICAeGumGM/KaXulj6wb/qtDUkFp9qi5JwDLQBTITkq77a542xjSUuXvY6wScOv0fUKEka9248b8dIwD5LDspqSck1h25GWta+HVuaGarNrtpJm9QX/+zwAIzcTSf6mNiPSxTjsQEBbTuEsSkuaQCh8ZyhGY757a/bxpP+GdTtpF8GzOrdk+5kHUoX4Id82XDxTDhL8D4qXoBOSORmY/uXra0HhWlun/PvWKqTn/5qoP55A9bB8GnICnSAcZfAniJS4+v5TP+LOFWDTXvWzCyHcSzo4ymzmHNPPuieYrMMJ0tkkhkXO8RLS6QWPkC9dMfYd3lwVuEKx+JmZbUNyYfH7KkvvGrESleK44IxttIHg6IXVeDuowTx8Xd01Or1GTOddPkNYiO9/OPMhOsD+oxmz7cxW4RS/UfkMuAZVzegbY6KBtbRqBlIPEUzBZ/FXY/chq2Cy1cvmWjJ/cE/pwXtN58QWxdbb+3KpHWurdiZ3MFaU5v3LLxKdfWs6uwce7K67wNvJuDvdCSVP4Grlw89ejv8ZXrx3stqDQP1kzE4/mzh/uiDCHhnRxUxl/ujKEkGT6dSqz3ck9peQ4l1BX6mt69qHqnQYGx+prGyh9+xYtx0i/ULq7fxlW2XasQdwiW94/7WTOMK+IKnnJgFV3d7uKyDzZBhMlwcr3se2ZAyw/SIqyyB17iM+S2P68An9z80XxhAOGxuYHccMxhXNacTT/SbiThfVUR99eTNQYJ9tXjmoJr+UMIx4c45vYkhk90FMbhz6KZ2FTTky0HxsenMBuLDSbSzWJm3AMuQfYnxfvmuoNc+KJ/duLr8PtvZgts6t8XV6YnX4jr/N52Glu8qweWdslYL6c5eXt+97xHnck0zZ83k9x1R5hewT+QZ16bCsoR3dscI7XsVqIWwJp6EoWdX5f4tur02ixljKwEABQzpDRyt0V7wUWq1cN+4p/yXfiYd0H8o1oWGtGTJZp2AAAb9Aon1SrHxIrWOOZteUw/XYp08biQ1KQ6eEYUXuTeOff8An4i6lT3wuscP+tpHCPYm7zNQf+wFbde1AqPzwZJAuOX7Wyu/oy8Us0Uiiq+0GbUBNJ8ma5Jcs0gA80Cw2gy3HA1mLMyGxB4Bv8l0jn/euhFRj8k1u5VqZUwTLKPKP15AKl1fj0i3DNxh2t7c2j4rT1BwRXE0qiZ/USyeO1fcoz91eTpo+F4cwD+qApeS0IgmgC11SxZTLvIXebQ3+dcP5Keeq21APBiU2dmN+qvbVSltuskbEw2a/YujbpvJB/MYWTXP98TVEZZJRXOv9OwteEDVzJh4gjcuIF352YkLLY06vccjzp/JblHLkBmIp/GvygZI4R179suUoY0NTTgQjYaiJwAEVsTUEa+KKBGX9T/UrzuVjTkcf5cFOPUvL7WkHNiFUOY4/WUSC/dHyKg7UJc/YoWsGaUHfZaikKv1d8MPfi3TTJgloGZiHn/OVNdxcT3ZTqCCavCmpdmEstYOOztnHZ/mX4/FpRon1vSiX16v36nKO2XUS5lwMKZ6nARC5btQg1k3+oJrUHW0d735ppRs0dxHXYVO7gFexNYcSm6qb71XHD/tQI8TWrvU7jcU6boQjieCDTxqfEQRZ1gHXhkSX5ZbIav5/g6aBL+e2EdJFs0oYx4BtfurFDuj5gs5cWx2M8fhqt/qrQf+Dt0aEep1afVM//KDMuRjVXz/y+NivStBem/am2v5TRjjR/BTknMdyfJYqFTk9f+eJiFqwj+XZOfurM/SaQ2ziBioYSD+bXQDhPNNXV4xKHgU4G3Orrwb4/8IWgwuz2L753M/CnNFF3/vHJVLqx8Y6v4nLT6m13qVz5uPwTq1anv431N3b5alJEWn7cTl5yekeMQ4fYk3OHuDEbni9cJwzr/j3njfLmRZe/FPtdLQOiZ9rY1Ps7/f5pa1YZMSYjSDFm11poGtOgrxpZgQP6WUITg9yw1qRWWhUM40/juIfPlRdWwD0J/XJdRvP82Epqc/EG/8ZvMPkDyEcgSPVprdIezdN4Kgu3n5jyA+dxYp9AibrNfEaPYZDz+rkT/1lY2TBLxeBkd3JVS8+HLATxewVT8SP9OiYgeE5qQffnoJPVd7fRCoHL+ptP7crejXmD+Zn/lBwP934jhPReLOLQMuKI3nDuDGYD3yv1HGH8sRuQhMnMZ7v3mUdSQGXdqUTUiHjDkAu9QjIf5Yftj6DY7gl4nQG2CYUPV8PhoqBnHByDKvbdEBjkmasi070Jx2GRGIA0pdsPkyfFyAU5UTPifY1Ml19xAL5kxiWTIslM2NNPh/aXdMrjlCV4rXoiBbdzH8jX/f9Ld6FbYsohoxnUqaJm6sMkHoTk1q9ggqvSRUvfSId2b3Nh6TSyltg/s0f6RNuG9vnfbOXQYjiyDcLkkILn7hFDEc1e89BFxw2Bp1EMfyvs00JuE9cNexmxLBwUaEQpUy2yGOm/CoN6pJWn1MS3sFl+KBJn4LgIqq1IxbkY8Qc05A3Y08D26ET2NZT3m1Coa4Ssc75WIBwHATp7ROMhWGdHid/JI1oFDXCgB/qjMhKzB272I72Aa+7rTagtl8MminldVyHjLK177P7xdSZCoCZe8JrnooHT3By2eRYSXUevudzQNsQcOo+r7F+lx8sFLgIVKb+YL2+xdU4oxFEOhCnxgrHYavpzdY20ZSnXJXpk8s73swgUb0505v/2BO0hK5iR8kkbvgzpobutAGNYZQa25Uvq68pVwaHqFRxtJXF22C9f7IWQuNB2ngAdFqe0kIFkWK3P2PJv7G0lpK0OquqRf2YAnnvJdREGtR9t/8PPZw8hz2K34obe0MdRDhSF9VpDIQ00zq3LinldNYrAAAAAA=="; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.hootark/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.hootark/index.ts new file mode 100644 index 00000000000..8e06eb40027 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.hootark/index.ts @@ -0,0 +1,32 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "com.hootark", + name: "HootArk", + homepage: "https://www.hootark.com/", + image_id: "c5f74b15-89cc-4f1f-8387-d3ffeb7a3400", + app: { + browser: null, + ios: null, + android: + "https://play.google.com/store/apps/details?id=com.bose.meta.browser", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "HootArk://", + universal: "", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.klipwallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.klipwallet/index.ts index 989f52f580d..caa0ccf7a3e 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.klipwallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.klipwallet/index.ts @@ -22,10 +22,10 @@ export const wallet = { rdns: null, mobile: { native: "klipwallet://", - universal: null, + universal: "", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.okex.wallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.okex.wallet/index.ts index 0f13bae52f9..e01107fc3b0 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.okex.wallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.okex.wallet/index.ts @@ -23,10 +23,11 @@ export const wallet = { rdns: "com.okex.wallet", mobile: { native: "okex://main", - universal: "https://www.okx.com/ul/yG45x2", + universal: + "https://www.okx.com/download?appendQuery=true&deeplink=okx://web3/wallet/walletConnect", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.purechain/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.purechain/index.ts index 7840d603c44..5f23638077a 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.purechain/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.purechain/index.ts @@ -26,7 +26,7 @@ export const wallet = { universal: "https://purewallet.ai/api", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.superhero.cordova/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.superhero.cordova/image.ts new file mode 100644 index 00000000000..96398e3e3c7 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.superhero.cordova/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRj4EAABXRUJQVlA4IDIEAACQHACdASqAAIAAPm02lkekIyIhJBn62IANiWYA1qV9PP/uPFjbqeFf5v7M++niXzU+Mv+f7MPQB5gH8A/i3609YD+L+gDoMegB/Uf+x1jH/69QDy0/3L+CL9ov2x9mD1AP//6gH//6y2QeYEou7AZU8X/lPf4FH/kAmPqi8QUdjWhkVSg5yeFegehw/jgj9c8dUiNs3nXHlh803qkADl1nUBj7aQDxC3aqeHaNaFeIOYGAExrFjt3S2DJ+DBhVHMxyX4fKXX9PM01iJ3GIkScU3a/Eqxmdaz7FiqvhOA+4jIW4Ud7VgDc0yIafhgAA/v2coAJDqrfhBrgj2Xfrr/rKpPfej//w4TkwwLAUh3+1TXft8Jt0MwgspgAuu3uSz5W5jycqsNxKe5RXJ+pxt9MBFlZlO3NbHhuq8uHI1hJl9nxHR+DTG5fuIKTRlOPXgg5S4mRHT+GuC82hNfseaQFTRZaVmFC4mCrS3YyFiwJ027Nrq+XqBgimqh1x3WiPOi//ozhXEIsAdIrlSMwop3m3osIp8t25hRj049dGWdt7hIiJfhR1XKmqGO+72qKM6nLeWQUtsbytgiW6YD0/1hAAiu/gPjc6MclFwaZ4Ec1YSSxCW9QxzkX+pRG28II+R/N9OxwO3FHryQoqQjZYFqwZ1dxy0vicQPtUI+nT9rZfbmlWTCfOS3iZLnClkMiXqFROEOYYQxaYZof/aEgPniKYq8+/+hi+CfSpF9kuWb3HA+pcqwUDB726limmsDGk7KBMKQsbHUglXjap/40Ti8hG7Uf6wVl8hbi6I2oJe7g247xemuDdNjLa2+HlbUcK2MAW6xxF+Rv1OW8sgmZ8ptSJh1NfAGZrusceQL0WbKHvbeo88FfxGalZ1KeWMsT1s14S1fLGE28oB032NucaHM/CYZB+9qoJdPRHP6kS/h2ZFRNtnzjhdNEDuida0ktIp3GJhGQwszebmzGNt9h32psgCqPe9/fC/XJwAUsVZE5OwfKqFj6dAhK5wSPSrjxYoIaPuZy0pJYVLXM6AihD6Enggh7cedZB4NMYN8GXeSO0QprNmutZlW+Hyv0+y/ykcDydKZCabOY9dXr2tp26L5TzeH7mV9JwmeFtFPopR/ORvO0uN0TyiBtfj3QtsJWLYj43DgCStZwRdYZAgBz7raoIlUps5ke/RjmPUnbabYJBDbpAH8pqXw6cEZ5rY1cIjnkREMB/WtKdADM0hLWnX7BONE1tF9Suo+rUzDXYt0BYQX704nyr3xUkbNmr3HsjkrKh2bwaKB+LQNCpIbl43/I79ujF4qI+cY25U7nJPIqiYtqKtFNjSI7rsCXZneP6y93E6g2kERPev+CNrQVMuJssjtldj2kDqwmDZABbgMotn1bRCIh98SfOEZtknY4W/1JaL0s/wq9NjUjcAUIcYAAAAAA="; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.superhero.cordova/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.superhero.cordova/index.ts new file mode 100644 index 00000000000..0f37b09cade --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.superhero.cordova/index.ts @@ -0,0 +1,33 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "com.superhero.cordova", + name: "Superhero Wallet", + homepage: "https://wallet.superhero.com/", + image_id: "7a8f1546-765c-4b96-e73b-0c07457e3400", + app: { + browser: "https://wallet.superhero.com/", + ios: "https://apps.apple.com/ru/app/superhero-wallet/id1502786641", + android: + "https://play.google.com/store/apps/details?id=com.superhero.cordova", + mac: null, + windows: null, + linux: null, + chrome: + "https://chromewebstore.google.com/detail/superhero-wallet/mnhmmkepfddpifjkamaligfeemcbhdne", + firefox: "https://addons.mozilla.org/en-US/firefox/addon/superhero-wallet/", + safari: null, + edge: null, + opera: null, + }, + rdns: "com.superhero.cordova", + mobile: { + native: "superhero://", + universal: "https://walelt.superhero.com", + }, + desktop: { + native: "", + universal: "https://walelt.superhero.com", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/com.walletconnect.com/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/com.walletconnect.com/index.ts index 453e6d0d813..1edf47d4da6 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/com.walletconnect.com/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/com.walletconnect.com/index.ts @@ -3,7 +3,7 @@ export const wallet = { id: "com.walletconnect.com", - name: "SampleW", + name: "Sample", homepage: "https://walletconnect.com", image_id: "171f0822-acf5-4eba-4392-a2d16db90400", app: { @@ -25,7 +25,7 @@ export const wallet = { universal: null, }, desktop: { - native: "sampleW://", - universal: "https://wallet-connect.sampleW.com", + native: null, + universal: null, }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.fizen/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.fizen/index.ts index 2774c03e2be..16434673fa3 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/io.fizen/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.fizen/index.ts @@ -23,10 +23,10 @@ export const wallet = { rdns: null, mobile: { native: "fw://", - universal: null, + universal: "", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.kgen/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.kgen/image.ts new file mode 100644 index 00000000000..b7b098162ab --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.kgen/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRrYDAABXRUJQVlA4WAoAAAAQAAAAfwAAfwAAQUxQSCEAAAABH0AkQPJ/LWgzeSMi4isgE7BYSSWVdC+BiP7ndDX3PBoAVlA4IG4DAABwFQCdASqAAIAAPm0ylkekIqKhIhgL2IANiWIA1PApfgf8OesYNnxy9gHoW8DvqAeKh+x3vAdIB+t3WyegB+oHWoftP+4HtG5oo+gXQDrGsM90JIn3I5HOKamZzZvR7UUrqNl0ovDkr/pet57AXCLkIIbjm4SFmzfVU3gJIFDkWX3raAh+XS+sGd275h13r76YKUu8Q+oU0eeDU8BwbG1IpeQCRwaE4WHLprvrlZVZmYt5IKAA/viZWbftTpL8P5S3ugAAA2jOYP4Luege1fqNU9MmKhfd4AOb45qxz//R1HfEcMa+zHWWX4bHSoWmwEGJ31sA8WrBqj0MTX50Mf+1/LSV+EsiOf5iSlTBiNXraIO1fL9aF9Z+xXskSB5hwKybOYM6m6+95DT73+14+Pb//rgt/PL0jH+GUzCPiONepP/2sW/nlXbRn2d43JzzXveesJhT4RVb3jGVDU5J0eM56dWywT8FKnGP4WoZMhLDmK7eKu3XpcecWLEEAk0XwDdNzV6ef65SmtSELGkHJ7VYfJYH1RdolBK/GzcbFzhYnGjkFb5lH+DaigjIIY3dHoX/9yXt9iJ/EyGAcX71Tc3fSa8kEf3nNCcTb6Lz/3KQbp2wwDN3HcWOPbMBCjAkiQGkLFh/kB53xx0N18FdQ7c0efGeh7575JPa1sWFq2M0yJpIRZ62LAzFbYc+JdlV06DJxezdktqdF11YMfkL9EVkRce+dQNglqkzLBGjtXs7Fy6FBp634QgF4fJFQH4T1o5JUf8O9dLM7s4iMOLra0VF5Tt/byBmqnLi9n4AtpCiZ8cD91nGXazJcamLxeL99bE7uJSCY/FPQaNxKu9TMucGyKZFC23gVfgFgNWbIcRXNSzeORpdk7Mkiqm9PfqRQQc+p5E15bkOeWGBkdaGo39f3C9P3hTCdg3inqhOhLQSdKdwdHKsllXiCtKcOqZ7hLmuiJ+WDQZZpNDApI8Jrf92Dy2DS+1C/+ALNG3rj1qIEfY0lqftuj2HdAAqKr4gaZinW67TVSNM9Ux/H4lrej3trGNAiMH/nXsr8K86YdqQgDownbBc6I77ZI+vefPnid9J1+GrAP/zAPvfKCuwUMLCQAkGFDPZM44wrCJSMj4NuozK8k2nRTRBenjl5WUqvF1YaZ73/UouewAXgAAAAA=="; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.kgen/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.kgen/index.ts new file mode 100644 index 00000000000..d746246f942 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.kgen/index.ts @@ -0,0 +1,32 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "io.kgen", + name: "KGeN Wallet", + homepage: "https://kgen.io/", + image_id: "77b4b806-d17e-4b24-597c-bc11c0a88100", + app: { + browser: null, + ios: "https://apps.apple.com/in/app/kgen/id6478902511", + android: + "https://play.google.com/store/apps/details?id=com.indiggcommunity&hl=en_IN", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "kgen://app/wallet", + universal: "", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.prettygood.x/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.prettygood.x/image.ts new file mode 100644 index 00000000000..f99fd57c344 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.prettygood.x/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRjwIAABXRUJQVlA4WAoAAAAQAAAAfwAAfwAAQUxQSCgEAAABoPRs2+K2el1nYVmxFaeHS5bHmcM8gcNY2gXmcLIqg7MsBpxSoLvAH3BcZua6lGxRooKlQqBjq1YmVjxO7fkOGCfzHFpFxASQhg0vvPHFT66G9oMXb/WMPBx/NiVHVPZXdUaWA+OPRnpunT/YUbdO/IzPn0P6arRxhYvLVmxp7PCevNzVO+wflULydFSZSRJTlLAckkb9Q71dl4572ndvWiUuLuRsRl2w8Z+UVTd6fIMTEablqDTo8zS6Sj/hbbPKbBdE9+G+MJu9U/1H3KJgN88O0zxh9X4/00P//jWF80xaM1jtVceCTD8DR6s4i5YMue803Gd6+7DeaTZoxGDkWyeZHgf3Oo0GTbxcM8b0Wtr2khaWdTNVtxi7+W3WLHWSyvRcnaixZsfRqTC9V7xcNt4/FWP6Hz/9XubePxdnCOPn3s8UdyrOMMZPcZmxeGMMZcxjyUitwnBG6jLx3QRDKi1P76WbKhTW/XI6OdsY2pqcNAokOGN8aua9DG9rbkrOIKDJt1Ox1DPEO6wpcA8h3bcnM1UyzJWmJPOOgjo2L4kQABUUEpnXMNRrzAkWHYB1YFEC4QGsB0ICkeEW/5LvBubOJyL+CLDDPBF9MgCs7xMiKp0CFi4lMroY8moj5TVCa8wjRye0TgcV+qD5CmnxILTBxSQGoD0tm7MqCi2ywraJYd9csBvcnk/bwHWIHnDe9cfBnai7BO5SRxe4Owd7wfWcGwI3fNsPzt8zCm50JAAu8CgELjQug5MDYXDTchRcVFbAKTMxcM8ZehXe/wBVFV3kObiYrIBTpqLgos+mwYXHZXDywxC40EgAXKBnFNzoLT84/8VhcEMHesD1tt0B1+W+BO6S6wS44z95wXm+6ADX9sYecLtf2Axuk2FFBFp0FZU9hRYQafEgtMHFVOiD5iskRye0TgflNUJrzCNjNTSXkag0DGyqlIg+6QM28AkR8YeBHeGJKN8NzJ1PRCQCE+mvwgNYD4QEiw7AOrAogXkNrDXmBCQEQQUESjzvGKij85KYKkFVmpKQ/T6khxwlt+6AVG9Jgd6eBBR0Uqq5rYD2mlMifgyOVECp59TA2ZaTBr3cjUW9+RKlvVyCMvEdZbAuAkSppUxaPDEYMa8lI8SdioOIn+Iow++fi0OIn3ufMv7e6TiA2Kn3KYucV9E9pdNBWbXWTKi6pkp1Fsr2tzd1TGXdy0iDL22TdGus5mXSosHo3BvUpclW3mjQBJHB7Kx/qDv3G97JNZCGLVzV0YCOBI9V2a0G0rhpXuGa/X5d8O9fLcwz0aw02wXRfaR/ahaF+w67RcFuptls4z8pdTV6fINSVFORiUGfp7G67BPeRnpotHGFi8VVm3a3e45f6uod8o9KITmsKDE1gTqjRKflkDTqH+7tunzS29G4ZUXZ4kLOZiQtAlZQOCDuAwAA0BcAnQEqgACAAD5tMpVGpCMiISyT2nCADYljANbYYu0mMAbaXQgP5n1wHKzfCh9oGZAsa/vnLUn8GKN+jfhB5xyxWAGkXmgeRyMyFf3z9JVJ9sMsZBTmZN640RTCoBarZLQUggnxYMCPEabJQ93YwG8Hmb9v6gp+Gugyca5dFq9W2oAJozCVHuYTDimidOtT42s1HAFdetkyLthU3/hAP7EMthIPW6qIjndwlXn/McFps/PoW3psaNL1SD7h6YrpNkK/7VCoAAD+/PhADGT1oTbnkV8IS/E//iu4ad0NFh8rr/f4c9uxpvlkrcMkjOnTDjbZJJa4H4P/KVaOT6qtWeuZrN7vKcDorerZ3C6//idpUT23D/5TxSbTqnYLfs805Ws65wXMe2jOYtA7ISObNr8BEsB4f2IMU8wxRddN1iRCY9+bCS0/asjqxkTNC5PXIfAQhwBtt64gJwh139euYpuSlqTyMZc0wTRp7njXfzJYtlC/uLxcBRLM82xrbTGR3hWLj6YcyFvfLoMPfos7AnHN12VbcnYoxP5O9KXz/ePy+4vovFjbUvceJJChsnu+nzJWgagTKB+2FpE09gm08YXBQX2vH1dLuo6bFLwhr+t2QG36WIul5bOJrCNcYr9+Vy4zKQd069mmOO58a/GlgqtoFbByx/gDIqbzhyj6DL4FY1PBHUgUTxGKguyCSyRs2DJYlLjTmoSQp8quyvBHRdTwGqBo6oekcHYqK1vCicUky28CtA/o9X+RcCjnhK+ZrLkG5Gneu6FXs70rbgHWWYGkHV4KLZ3lWvHp1uJixHet32yWQbdqONWV5duLeC+pBcUzNzO0K4zElIGnT127U/I3PYuHGypRYtPQO5TkM0IvOyWLOL9Js8LpYS+jr52s7O5w3s3l/Cms05AcA8ADapcK+fEmExHdapdafAgHIPWaPcUPcQWHE//SOcvp2KWmrxeTVQrfwhQoSqLoL9Wb/kNEBnNxAMcAEsX2GIVY3OUZ96qyrbe5kYTovwonNAXZW5mlRXoZShQRNmTKszSyzYD+XZenF3VHDpbWiPMs7SRdweJXyFZ7q7JOrXTP9vTufX1mxsclOJWwbqd4OIh3DvN4ztJ7eTU7l6ENJkhVnKxAVI9pk9HeO0ZOjF7HW5h3//kVVZpmR+F8naqtD/7RTOV/YrgO/o2SZBFONeMZsvveb7R87Z20wO397ueea+a5XqfZJzQHXtDxmrqpj9TYzEUkmYKhX0W8Gv7r89ivc+RxX94ds0AYqTgAwBYdaH2RwqaWRjAJaehIoV5N4uyky2pVarYqZbKatWpbMUEG8IVktHXAESuVAlygAAAAAA=="; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.prettygood.x/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.prettygood.x/index.ts new file mode 100644 index 00000000000..e2ba1e897c1 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.prettygood.x/index.ts @@ -0,0 +1,31 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "io.prettygood.x", + name: "PrettyGood Keyboard", + homepage: "https://x.prettygood.io/", + image_id: "ae26de70-87f2-4dea-d5ce-dcdb1a442400", + app: { + browser: null, + ios: null, + android: "https://play.google.com/store/apps/details?id=com.pgk.keyboard", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "pgk://wallet", + universal: "https://x.prettygood.io/wallet", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.r0ar/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.r0ar/image.ts new file mode 100644 index 00000000000..8e7375d24b3 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.r0ar/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,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"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.r0ar/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.r0ar/index.ts new file mode 100644 index 00000000000..875e5d19edf --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.r0ar/index.ts @@ -0,0 +1,32 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "io.r0ar", + name: "r0ar platform", + homepage: "https://r0ar.io", + image_id: "c29756b6-3a78-4af2-e2d1-ab743fe30e00", + app: { + browser: null, + ios: "https://apps.apple.com/br/app/r0ar-wallet", + android: + "https://play.google.com/store/apps/details?id=com.roar_wallet&pcampaignid=web_share", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "Roarwallet://", + universal: "", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.up/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.up/index.ts index 4b6107f349e..cf9e9b7bed2 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/io.up/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.up/index.ts @@ -8,7 +8,7 @@ export const wallet = { image_id: "f1a3f4d4-871f-42db-89ab-bb36b5c01f00", app: { browser: null, - ios: "", + ios: null, android: "https://play.google.com/store/apps/details?id=io.up.wallet&hl=en", mac: null, windows: null, diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.useglyph/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.useglyph/image.ts new file mode 100644 index 00000000000..6fca026099b --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.useglyph/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,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"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.useglyph/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.useglyph/index.ts new file mode 100644 index 00000000000..7e44a8fba45 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.useglyph/index.ts @@ -0,0 +1,31 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "io.useglyph", + name: "Glyph Wallet", + homepage: "https://useglyph.io/", + image_id: "glyph.png", + app: { + browser: null, + ios: null, + android: null, + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: "io.useglyph", + mobile: { + native: null, + universal: null, + }, + desktop: { + native: null, + universal: null, + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.xenea/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.xenea/image.ts new file mode 100644 index 00000000000..4e77909f2ac --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.xenea/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,UklGRh4DAABXRUJQVlA4IBIDAADQEwCdASqAAIAAPm00lkekIyIhKxdIAIANiWkA1cCqVtt91r2f8/+S3I3tQbwr4nzP+mGteGFdIGB2uM5JX0i+SAhXzh8M3tAMuP37Y6J9Q6QyphZQYrFyLb5SANdMOgzWlBstL1Yv4RdRe1p0Mh6SM75eNgR/UXCx61luYAa+j+vRJ3pFA3YUbsDAtyONEtlxZyBqSGcJQTjtMucRrTMilmbrswbIAAD++syFAzWSHlOYVBiPawWANl3fkCfxvg3iCZtsIfed3nTMc3za6UpdwN4ltcl7z2VVJqDqlS+ALYzg/uwHpJGjXqrwJwZZA9JcKYdwzW1X9ctDf68jYt9SA0w5ft+VqOUhO+TrGiXKZQxuKqbSKTDL2rv4/iM9yAKGwh4V5L2kiOd5pGIYY8AwhKay+jhZGwY/tBT/ErxmdmI5XMaWI+7DlOHVEORfCL0OD2/QUI0Ux12BeJ3e7BK+bt0j7N01YMChLuGafQIbk8oenSrKbNaAmVWmugkr9JzSyZb4edOacdhyBb+xK7lKoMqplR/WeK8jZR+J6SE4w0P89nrs3imiv1lkJXrmD9r1c4LXbD+HnTUZif3LqSlVhCZkzKDxHUphyioANyyWnhp31rnbd//EH2wm6BwK3zooUXcgdh01Uzaq/SlsTCZuHRvt10mKbzcOrhlFMarioN4WkSvo4P2Wd01M80HOLaHGDXC9xSA5QD+0WYDgettYfCGFHeBwCV2Y3qpOGiGcqR6Jl7gEIsCTwuE6FhghTHSSm7sZ9AKj/8DxA29mjtqov84skzot24FgyqbwQtcqxxDQtYFBZQaAU7crfQqKcs0u+FUaZQPq4/4GoQfiKlJgCuvK8Ia63zX/D3zK7Ngl7plVVcliHqdjv222YAD9nozV83XFsrfGNgv3ZxaW7ti79Y9/WNgV0j9jepYOaZVBLee+3y4rVNCOTPThtJ8W3M+U+83efzO3akg0jUbo+GoLOqVSYThX3P9yadc0txFxrWwvPsLQoCCuACnmd+Xpn5kvFYGhW6j/QIuxRDDwsIAAAAA="; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/io.xenea/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/io.xenea/index.ts new file mode 100644 index 00000000000..90b2847bf05 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/io.xenea/index.ts @@ -0,0 +1,31 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "io.xenea", + name: "Xenea-Pro", + homepage: "https://xenea.io/", + image_id: "a7f06d8c-3196-42c9-bcb3-410d260e3d00", + app: { + browser: null, + ios: "https://apps.apple.com/us/app/xenea-wallet/id6636520027", + android: "https://play.google.com/store/apps/details?id=com.xenea.wallet", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "xenea://", + universal: "https://xenea.app", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/one.mixin.messenger/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/one.mixin.messenger/index.ts index c39fc242eaf..51682c5dfb1 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/one.mixin.messenger/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/one.mixin.messenger/index.ts @@ -23,10 +23,10 @@ export const wallet = { rdns: "one.mixin.messenger", mobile: { native: "mixin://", - universal: null, + universal: "", }, desktop: { - native: null, + native: "", universal: "https://mixin.one", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.ab/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.ab/image.ts new file mode 100644 index 00000000000..54cca0f8640 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/org.ab/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,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"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.ab/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.ab/index.ts new file mode 100644 index 00000000000..1f36db3c088 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/org.ab/index.ts @@ -0,0 +1,32 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "org.ab", + name: "ABWallet", + homepage: "https://ab.org/abwallet", + image_id: "c2cb1d47-305e-45da-cdb8-b55b73ea4300", + app: { + browser: null, + ios: "https://apps.apple.com/us/app/ab-wallet/id6745787849", + android: + "https://play.google.com/store/apps/details?id=org.ab.abwallet.android.release", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "abwallet://walletconnect", + universal: "", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.dailychain.wallet/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.dailychain.wallet/image.ts new file mode 100644 index 00000000000..5e1c6c6ed86 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/org.dailychain.wallet/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,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"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.dailychain.wallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.dailychain.wallet/index.ts new file mode 100644 index 00000000000..30ca01643b7 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/org.dailychain.wallet/index.ts @@ -0,0 +1,31 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "org.dailychain.wallet", + name: "Daily Wallet", + homepage: "https://wallet.dailychain.org", + image_id: "8b54bbc5-5d39-4251-9b69-cde070bbd000", + app: { + browser: null, + ios: null, + android: "https://play.google.com/store/apps/details?id=com.wallet.daily", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "dailywallet://", + universal: "", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.ecoinwallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.ecoinwallet/index.ts index 3750468bc9b..a52d8412d4e 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/org.ecoinwallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/org.ecoinwallet/index.ts @@ -26,7 +26,7 @@ export const wallet = { universal: "https://ecoinwallet.org/link", }, desktop: { - native: null, - universal: null, + native: "", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs.app/image.ts similarity index 100% rename from packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs/image.ts rename to packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs.app/image.ts diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs.app/index.ts similarity index 78% rename from packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs/index.ts rename to packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs.app/index.ts index d7297a02db4..ce1e6afc2d6 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/org.hot-labs.app/index.ts @@ -2,7 +2,7 @@ // Do not modify this file manually. export const wallet = { - id: "org.hot-labs", + id: "org.hot-labs.app", name: "HOT Wallet", homepage: "https://hot-labs.org/wallet", image_id: "809867ce-345f-4180-033a-165019d4c700", @@ -15,19 +15,19 @@ export const wallet = { windows: null, linux: null, chrome: - "https://chromewebstore.google.com/detail/hot-wallet/mpeengabcnhhjjgleiodimegnkpcenbk?pli=1", - firefox: null, + "https://chromewebstore.google.com/detail/hot-wallet/mpeengabcnhhjjgleiodimegnkpcenbk", + firefox: "https://addons.mozilla.org/en-US/firefox/addon/hot-wallet", safari: null, edge: null, opera: null, }, - rdns: null, + rdns: "org.hot-labs.app", mobile: { native: "hotwallet://", - universal: null, + universal: "https://app.hot-labs.org", }, desktop: { - native: null, + native: "", universal: "https://t.me/hot_wallet/app", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/world.freedom/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/world.freedom/image.ts new file mode 100644 index 00000000000..445cb54c63a --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/world.freedom/image.ts @@ -0,0 +1,7 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +const image = + "data:image/webp;base64,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"; + +export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/world.freedom/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/world.freedom/index.ts new file mode 100644 index 00000000000..194da26cc14 --- /dev/null +++ b/packages/thirdweb/src/wallets/__generated__/wallet/world.freedom/index.ts @@ -0,0 +1,32 @@ +// This file is auto-generated by the `scripts/wallets/generate.ts` script. +// Do not modify this file manually. + +export const wallet = { + id: "world.freedom", + name: "Freedom World", + homepage: "https://freedom.world/wallet", + image_id: "cfeba020-3a45-4c42-e2ca-7c2720b16c00", + app: { + browser: null, + ios: "https://apps.apple.com/th/app/freedom-wallet/id1606936073", + android: + "https://play.google.com/store/apps/details?id=com.bitazza.freedom.wallet&hl=en&gl=US", + mac: null, + windows: null, + linux: null, + chrome: null, + firefox: null, + safari: null, + edge: null, + opera: null, + }, + rdns: null, + mobile: { + native: "freedom-wallet://freedom.world/", + universal: "https://freedom.world/", + }, + desktop: { + native: "", + universal: "", + }, +} as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.coca/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.coca/index.ts index d8d0ec5033c..87cbab90585 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.coca/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.coca/index.ts @@ -5,10 +5,10 @@ export const wallet = { id: "xyz.coca", name: "COCA Wallet", homepage: "https://www.coca.xyz/", - image_id: "34c9a3a1-a331-4c30-f7bc-182861ccca00", + image_id: "16e75893-aee7-4884-2267-b561fb031d00", app: { - browser: "https://wirexapp.com/wirex-wallet", - ios: "https://apps.apple.com/app/id1594165139", + browser: null, + ios: "https://apps.apple.com/app/coca-crypto-and-defi/id1594165139", android: "https://play.google.com/store/apps/details?id=com.wirex.wallet", mac: null, windows: null, @@ -27,6 +27,6 @@ export const wallet = { }, desktop: { native: null, - universal: "https://wirexapp.com/wirex-wallet", + universal: null, }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.ctrl/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.ctrl/index.ts index f2df0a7a5d2..a6c9ecefab2 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.ctrl/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.ctrl/index.ts @@ -7,7 +7,7 @@ export const wallet = { homepage: "https://ctrl.xyz/", image_id: "55e59c54-43bf-434a-e966-547514f21500", app: { - browser: "https://ctrl.xyz/", + browser: "", ios: "https://apps.apple.com/us/app/ctrl-wallet/id6630386336", android: "https://play.google.com/store/apps/details?id=xyz.ctrl.wallet", mac: null, @@ -27,6 +27,6 @@ export const wallet = { }, desktop: { native: "", - universal: "https://ctrl.xyz/", + universal: "", }, } as const; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/image.ts b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/image.ts index 7081be01951..1656a9b3d58 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/image.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/image.ts @@ -2,6 +2,6 @@ // Do not modify this file manually. const image = - "data:image/webp;base64,UklGRnIFAABXRUJQVlA4IGYFAABwIwCdASqAAIAAPm0ulEekIiIhKxI6eIANiWcA0iaAH4Sv3B0p2ozGAdbKGWOjVPJO+uN5iCNBjYlT2PpglGW/8vBmujeRrNOcRNJdB9PYPuKf5hiFVqe/DsEpA0M4hdkCWwT5mbfQbrxkKrVDAtlb45ltL3eu6nGaJQUMbAJFzNBYwGU8L2uq8nyncy3P6vSKiR59pjQq7PpBecZ9lNpk1ixtA4T+fdyIsAMj+/6j7zjrOXQFJ7egFlm5lnannOY0GJOYWnUZtaDWIzEHve48+FhnsMF75rWdxW19z/n2Z5O4KBTF78z8O1Gqwp88jlfYhDmFEZoa+X9TwETsG1GpBh00//zl9MAbiJwR6XT5XkXqWK/4Ho7q8uFnHGOwwSEQ3hRgAP78ArqQDek0q6n0gO7CK6SjDWyz1nQK0T4n52pGCOUiZCdT2WAc1siBjDwPS/2mhLBRbQCeI444wXoB5eUKihGfOzZKGMjMDdzXn6HxSA9cXS4JigRJQhhuM9/e7gPPnZJWDHKTK01b+wEhesnpXB9KVfLa8KHM6Vyiu7b2K+B9Gsb5hGPcHmFEmGTBUzaLUhmoHjo//TlMRr1CVJ6WdpyxSwbwtt3t9v9Ts/uzqkaMCizJL7Wi7lqaPXvfyo+p6Hv4Lx5DbNYCJLDWAislj80MQp8/7Wc//uF11PalBqRScv8MBuSFSBMc9uVKaOq9fdOF+zbMG4Z+mV04XhULZHBLf7idG0HX93rsDjnNBWI6oWVGi7LmYh1IEY/82JVSq+s3Pi78jA+Wr/9g4X7Q6pCUxppgRVQEtD7VnJdIUKmR4FfT9k8b95ZANEdJzwSqtYcsLdhjQ7jMsnl/P5wad7IpatdyL2G1vMMuU77dG9aefWoKOcKx/SBMc+scmgTFTMkYSXQOSulgI0ktnk+v9TU77VIcgxPILMBcyOm3KlxUI1AvFXfGY/fsOnwvkMDaYz5vQYOjkDQrKeMOgVGg/HoX6FjVdHh19QEAuVZFX/pG2rdMudSxuoldwD1WUjbvh5M2d+j+M4czEbw6q91uXE3j+/z63b31zVPLMOytkOR83KzZT0LG3fp2IDnnRpaukfiixiC2Dgno6c1Owvlw/7UYujrU1OG3tA/XTWDFVYnV8WY3TLqv6vForJ3aJOEzhOEeRg7Msg8/lmH6tXzgDISTgYCqz5cqlvdyqSiC5Rre8sfR58cUZCcFMvo96v2lDgyjBI2A/LxmEu66MuSPMbeMzJXoCHEuvMYonVkIn7+G+m1Wqi9/kC/AZKJpQCZMeQ8CM/QD4NKNORCyADPHo4rVk/a+dGINBRFjl1k7H/AJ1CbzwEDqf7sqUk8R0JYVYu3DJ+MP6UaJxSrqPr6coe9vfXNOq9seeWCvtIXrKj4qWvomuzdFrWVh1xIn+mVxvK5tcMHmKJEca3m3ryg6zgvvmy84t6/1/CdJ9rrycjE4Ayn1Z77k//qNMe+/uf+fzm6sLbTvdSlRs8BIvVEXLTqIPK/wqxbzf6dwpHlt8hwlZQ6xy7d/W/l/zLWohP/weHXf/cfsgymyuhdMzVghRsRMlMcKSd91d83zAw+kVKdO2uWuN8wz1Veaz8zKBLQwU63AUm1fjdZvz+y4AcfcihX57PC7Tv5FwUJvwC6Y7XnJg79Gs0VTJQft5ewXc8qYHLz8P5lmeXaNMJaMb4jWbn29DLNOEkZRlN6omUkLTTellkBPrm9yxl97w18ZX57b7kL/Z4uyzpBeNEepz3Fl45+WmYlooBQwYaFlVw2Bt8+agquB49n7iYki57+VV+v7IjMf89IdOUqwpMZpVtIGwAGR1p8OmuuuGoWz8ABsPeAAAA=="; + "data:image/webp;base64,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"; export default image; diff --git a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/index.ts b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/index.ts index 5b7059cdfcb..7947728a950 100644 --- a/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/index.ts +++ b/packages/thirdweb/src/wallets/__generated__/wallet/xyz.timelesswallet/index.ts @@ -3,19 +3,17 @@ export const wallet = { id: "xyz.timelesswallet", - name: "Timeless X", + name: "Timeless Wallet", homepage: "https://timelesswallet.xyz", - image_id: "92f1ead4-0bc4-4932-10d3-761c509b4d00", + image_id: "32e89601-0490-42fc-0cc4-8627d62a2000", app: { browser: null, - ios: "https://apps.apple.com/us/app/timeless-x/id6470180600", - android: - "https://play.google.com/store/apps/details?id=xyz.timelesswallet.aa", + ios: "https://apps.apple.com/app/timeless-wallet/id1592807339", + android: null, mac: null, windows: null, linux: null, - chrome: - "https://chrome.google.com/webstore/detail/ifcpkdgcgcepjdkfcogehpnhpipejgho", + chrome: null, firefox: null, safari: null, edge: null, @@ -23,8 +21,8 @@ export const wallet = { }, rdns: null, mobile: { - native: "timeless-x://connect", - universal: "https://timelesswallet.xyz/x", + native: "timeless-wallet://", + universal: "https://timelesswallet.xyz", }, desktop: { native: null,