thirdweb 5.105.6-nightly-f1a965b0465f95864cb46c553a95323555c1b5c6-20250704000423 → 5.105.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (774) hide show
  1. package/dist/cjs/cli/commands/stylus/builder.js +41 -1
  2. package/dist/cjs/cli/commands/stylus/builder.js.map +1 -1
  3. package/dist/cjs/cli/commands/stylus/check-prerequisites.js +25 -0
  4. package/dist/cjs/cli/commands/stylus/check-prerequisites.js.map +1 -0
  5. package/dist/cjs/cli/commands/stylus/create.js +53 -11
  6. package/dist/cjs/cli/commands/stylus/create.js.map +1 -1
  7. package/dist/cjs/contract/deployment/deploy-with-abi.js +42 -0
  8. package/dist/cjs/contract/deployment/deploy-with-abi.js.map +1 -1
  9. package/dist/cjs/exports/extensions/stylus.js +5 -1
  10. package/dist/cjs/exports/extensions/stylus.js.map +1 -1
  11. package/dist/cjs/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.js +115 -0
  12. package/dist/cjs/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.js.map +1 -0
  13. package/dist/cjs/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.js +51 -0
  14. package/dist/cjs/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.js.map +1 -0
  15. package/dist/cjs/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.js +27 -0
  16. package/dist/cjs/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.js.map +1 -0
  17. package/dist/cjs/extensions/stylus/__generated__/IStylusDeployer/write/deploy.js +153 -0
  18. package/dist/cjs/extensions/stylus/__generated__/IStylusDeployer/write/deploy.js.map +1 -0
  19. package/dist/cjs/extensions/stylus/write/activateStylusContract.js +4 -3
  20. package/dist/cjs/extensions/stylus/write/activateStylusContract.js.map +1 -1
  21. package/dist/cjs/extensions/stylus/write/deployWithStylusConstructor.js +51 -0
  22. package/dist/cjs/extensions/stylus/write/deployWithStylusConstructor.js.map +1 -0
  23. package/dist/cjs/extensions/stylus/write/isContractActivated.js +84 -0
  24. package/dist/cjs/extensions/stylus/write/isContractActivated.js.map +1 -0
  25. package/dist/cjs/react/core/hooks/usePaymentMethods.js +0 -6
  26. package/dist/cjs/react/core/hooks/usePaymentMethods.js.map +1 -1
  27. package/dist/cjs/react/native/ui/AutoConnect/AutoConnect.js +1 -2
  28. package/dist/cjs/react/native/ui/AutoConnect/AutoConnect.js.map +1 -1
  29. package/dist/cjs/react/native/ui/components/RNImage.js +1 -1
  30. package/dist/cjs/react/native/ui/components/RNImage.js.map +1 -1
  31. package/dist/cjs/react/web/ui/AutoConnect/AutoConnect.js +1 -2
  32. package/dist/cjs/react/web/ui/AutoConnect/AutoConnect.js.map +1 -1
  33. package/dist/cjs/react/web/ui/Bridge/FundWallet.js +2 -3
  34. package/dist/cjs/react/web/ui/Bridge/FundWallet.js.map +1 -1
  35. package/dist/cjs/react/web/ui/Bridge/payment-selection/FiatProviderSelection.js +29 -29
  36. package/dist/cjs/react/web/ui/Bridge/payment-selection/FiatProviderSelection.js.map +1 -1
  37. package/dist/cjs/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.js +1 -0
  38. package/dist/cjs/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.js.map +1 -1
  39. package/dist/cjs/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.js +1 -0
  40. package/dist/cjs/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.js.map +1 -1
  41. package/dist/cjs/react/web/ui/components/Modal.js +32 -32
  42. package/dist/cjs/react/web/ui/components/Modal.js.map +1 -1
  43. package/dist/cjs/react/web/wallets/in-app/CountrySelector.js +9 -9
  44. package/dist/cjs/react/web/wallets/in-app/CountrySelector.js.map +1 -1
  45. package/dist/cjs/version.js +1 -1
  46. package/dist/cjs/version.js.map +1 -1
  47. package/dist/cjs/wallets/__generated__/getWalletInfo.js +979 -895
  48. package/dist/cjs/wallets/__generated__/getWalletInfo.js.map +1 -1
  49. package/dist/cjs/wallets/__generated__/wallet/app.nightly/index.js +1 -1
  50. package/dist/cjs/wallets/__generated__/wallet/app.nightly/index.js.map +1 -1
  51. package/dist/cjs/wallets/__generated__/wallet/app.w3wallet/image.js +7 -0
  52. package/dist/cjs/wallets/__generated__/wallet/app.w3wallet/image.js.map +1 -0
  53. package/dist/cjs/wallets/__generated__/wallet/{finance.slingshot → app.w3wallet}/index.js +9 -9
  54. package/dist/cjs/wallets/__generated__/wallet/app.w3wallet/index.js.map +1 -0
  55. package/dist/cjs/wallets/__generated__/wallet/co.arculus/image.js +1 -1
  56. package/dist/cjs/wallets/__generated__/wallet/co.arculus/image.js.map +1 -1
  57. package/dist/cjs/wallets/__generated__/wallet/co.arculus/index.js +2 -2
  58. package/dist/cjs/wallets/__generated__/wallet/co.arculus/index.js.map +1 -1
  59. package/dist/cjs/wallets/__generated__/wallet/com.bestwallet/image.js +1 -1
  60. package/dist/cjs/wallets/__generated__/wallet/com.bestwallet/image.js.map +1 -1
  61. package/dist/cjs/wallets/__generated__/wallet/com.bestwallet/index.js +1 -1
  62. package/dist/cjs/wallets/__generated__/wallet/com.bifrostwallet/image.js +1 -1
  63. package/dist/cjs/wallets/__generated__/wallet/com.bifrostwallet/image.js.map +1 -1
  64. package/dist/cjs/wallets/__generated__/wallet/com.bifrostwallet/index.js +2 -2
  65. package/dist/cjs/wallets/__generated__/wallet/com.bifrostwallet/index.js.map +1 -1
  66. package/dist/cjs/wallets/__generated__/wallet/com.bitcoin/image.js +1 -1
  67. package/dist/cjs/wallets/__generated__/wallet/com.bitcoin/image.js.map +1 -1
  68. package/dist/cjs/wallets/__generated__/wallet/com.bitcoin/index.js +1 -1
  69. package/dist/cjs/wallets/__generated__/wallet/com.bitget.web3/image.js +1 -1
  70. package/dist/cjs/wallets/__generated__/wallet/com.bitget.web3/image.js.map +1 -1
  71. package/dist/cjs/wallets/__generated__/wallet/com.bitget.web3/index.js +1 -1
  72. package/dist/cjs/wallets/__generated__/wallet/com.bitpay/image.js +1 -1
  73. package/dist/cjs/wallets/__generated__/wallet/com.bitpay/image.js.map +1 -1
  74. package/dist/cjs/wallets/__generated__/wallet/com.bitpay/index.js +1 -1
  75. package/dist/cjs/wallets/__generated__/wallet/com.blockchain/image.js +1 -1
  76. package/dist/cjs/wallets/__generated__/wallet/com.blockchain/image.js.map +1 -1
  77. package/dist/cjs/wallets/__generated__/wallet/com.blockchain/index.js +2 -2
  78. package/dist/cjs/wallets/__generated__/wallet/com.blockchain/index.js.map +1 -1
  79. package/dist/cjs/wallets/__generated__/wallet/com.coinsdo/index.js +3 -3
  80. package/dist/cjs/wallets/__generated__/wallet/com.coinsdo/index.js.map +1 -1
  81. package/dist/cjs/wallets/__generated__/wallet/com.crypto.wallet/index.js +3 -3
  82. package/dist/cjs/wallets/__generated__/wallet/com.crypto.wallet/index.js.map +1 -1
  83. package/dist/cjs/wallets/__generated__/wallet/com.dcentwallet/image.js +1 -1
  84. package/dist/cjs/wallets/__generated__/wallet/com.dcentwallet/image.js.map +1 -1
  85. package/dist/cjs/wallets/__generated__/wallet/com.dcentwallet/index.js +1 -1
  86. package/dist/cjs/wallets/__generated__/wallet/com.dokwallet/image.js +7 -0
  87. package/dist/cjs/wallets/__generated__/wallet/com.dokwallet/image.js.map +1 -0
  88. package/dist/cjs/wallets/__generated__/wallet/com.dokwallet/index.js +34 -0
  89. package/dist/cjs/wallets/__generated__/wallet/com.dokwallet/index.js.map +1 -0
  90. package/dist/cjs/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.js +1 -1
  91. package/dist/cjs/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.js.map +1 -1
  92. package/dist/cjs/wallets/__generated__/wallet/com.elrond.maiar.wallet/index.js +2 -2
  93. package/dist/cjs/wallets/__generated__/wallet/com.elrond.maiar.wallet/index.js.map +1 -1
  94. package/dist/cjs/wallets/__generated__/wallet/com.fireblocks/image.js +1 -1
  95. package/dist/cjs/wallets/__generated__/wallet/com.fireblocks/image.js.map +1 -1
  96. package/dist/cjs/wallets/__generated__/wallet/com.fireblocks/index.js +1 -1
  97. package/dist/cjs/wallets/__generated__/wallet/com.gayawallet/image.js +7 -0
  98. package/dist/cjs/wallets/__generated__/wallet/com.gayawallet/image.js.map +1 -0
  99. package/dist/cjs/wallets/__generated__/wallet/com.gayawallet/index.js +34 -0
  100. package/dist/cjs/wallets/__generated__/wallet/com.gayawallet/index.js.map +1 -0
  101. package/dist/cjs/wallets/__generated__/wallet/com.gemspocket/image.js +7 -0
  102. package/dist/cjs/wallets/__generated__/wallet/com.gemspocket/image.js.map +1 -0
  103. package/dist/cjs/wallets/__generated__/wallet/{io.ancrypto → com.gemspocket}/index.js +5 -5
  104. package/dist/cjs/wallets/__generated__/wallet/com.gemspocket/index.js.map +1 -0
  105. package/dist/cjs/wallets/__generated__/wallet/com.gemwallet/index.js +2 -2
  106. package/dist/cjs/wallets/__generated__/wallet/com.gemwallet/index.js.map +1 -1
  107. package/dist/cjs/wallets/__generated__/wallet/com.kaxaa/image.js +7 -0
  108. package/dist/cjs/wallets/__generated__/wallet/com.kaxaa/image.js.map +1 -0
  109. package/dist/cjs/wallets/__generated__/wallet/com.kaxaa/index.js +34 -0
  110. package/dist/cjs/wallets/__generated__/wallet/com.kaxaa/index.js.map +1 -0
  111. package/dist/cjs/wallets/__generated__/wallet/com.kraken/image.js +1 -1
  112. package/dist/cjs/wallets/__generated__/wallet/com.kraken/image.js.map +1 -1
  113. package/dist/cjs/wallets/__generated__/wallet/com.kraken/index.js +1 -1
  114. package/dist/cjs/wallets/__generated__/wallet/com.kucoin/index.js +2 -2
  115. package/dist/cjs/wallets/__generated__/wallet/com.kucoin/index.js.map +1 -1
  116. package/dist/cjs/wallets/__generated__/wallet/com.ledger/index.js +3 -3
  117. package/dist/cjs/wallets/__generated__/wallet/com.ledger/index.js.map +1 -1
  118. package/dist/cjs/wallets/__generated__/wallet/com.obliowallet/image.js +7 -0
  119. package/dist/cjs/wallets/__generated__/wallet/com.obliowallet/image.js.map +1 -0
  120. package/dist/cjs/wallets/__generated__/wallet/com.obliowallet/index.js +34 -0
  121. package/dist/cjs/wallets/__generated__/wallet/com.obliowallet/index.js.map +1 -0
  122. package/dist/cjs/wallets/__generated__/wallet/com.okex.wallet/index.js +1 -1
  123. package/dist/cjs/wallets/__generated__/wallet/com.okex.wallet/index.js.map +1 -1
  124. package/dist/cjs/wallets/__generated__/wallet/com.passwallet.app/image.js +1 -1
  125. package/dist/cjs/wallets/__generated__/wallet/com.passwallet.app/image.js.map +1 -1
  126. package/dist/cjs/wallets/__generated__/wallet/com.passwallet.app/index.js +2 -2
  127. package/dist/cjs/wallets/__generated__/wallet/com.passwallet.app/index.js.map +1 -1
  128. package/dist/cjs/wallets/__generated__/wallet/com.payperless/index.js +1 -1
  129. package/dist/cjs/wallets/__generated__/wallet/com.payperless/index.js.map +1 -1
  130. package/dist/cjs/wallets/__generated__/wallet/com.pionewallet/image.js +7 -0
  131. package/dist/cjs/wallets/__generated__/wallet/com.pionewallet/image.js.map +1 -0
  132. package/dist/cjs/wallets/__generated__/wallet/com.pionewallet/index.js +34 -0
  133. package/dist/cjs/wallets/__generated__/wallet/com.pionewallet/index.js.map +1 -0
  134. package/dist/cjs/wallets/__generated__/wallet/com.purechain/image.js +7 -0
  135. package/dist/cjs/wallets/__generated__/wallet/com.purechain/image.js.map +1 -0
  136. package/dist/cjs/wallets/__generated__/wallet/com.purechain/index.js +34 -0
  137. package/dist/cjs/wallets/__generated__/wallet/com.purechain/index.js.map +1 -0
  138. package/dist/cjs/wallets/__generated__/wallet/com.qubetics/image.js +7 -0
  139. package/dist/cjs/wallets/__generated__/wallet/com.qubetics/image.js.map +1 -0
  140. package/dist/cjs/wallets/__generated__/wallet/{com.companyname.swaptobe → com.qubetics}/index.js +8 -8
  141. package/dist/cjs/wallets/__generated__/wallet/com.qubetics/index.js.map +1 -0
  142. package/dist/cjs/wallets/__generated__/wallet/com.revelator.wallet/image.js +7 -0
  143. package/dist/cjs/wallets/__generated__/wallet/com.revelator.wallet/image.js.map +1 -0
  144. package/dist/cjs/wallets/__generated__/wallet/com.revelator.wallet/index.js +34 -0
  145. package/dist/cjs/wallets/__generated__/wallet/com.revelator.wallet/index.js.map +1 -0
  146. package/dist/cjs/wallets/__generated__/wallet/com.saify/image.js +7 -0
  147. package/dist/cjs/wallets/__generated__/wallet/com.saify/image.js.map +1 -0
  148. package/dist/cjs/wallets/__generated__/wallet/com.saify/index.js +34 -0
  149. package/dist/cjs/wallets/__generated__/wallet/com.saify/index.js.map +1 -0
  150. package/dist/cjs/wallets/__generated__/wallet/com.zengo/index.js +2 -2
  151. package/dist/cjs/wallets/__generated__/wallet/com.zengo/index.js.map +1 -1
  152. package/dist/cjs/wallets/__generated__/wallet/io.banksocial/image.js +7 -0
  153. package/dist/cjs/wallets/__generated__/wallet/io.banksocial/image.js.map +1 -0
  154. package/dist/cjs/wallets/__generated__/wallet/io.banksocial/index.js +34 -0
  155. package/dist/cjs/wallets/__generated__/wallet/io.banksocial/index.js.map +1 -0
  156. package/dist/cjs/wallets/__generated__/wallet/io.ibvm/image.js +7 -0
  157. package/dist/cjs/wallets/__generated__/wallet/io.ibvm/image.js.map +1 -0
  158. package/dist/cjs/wallets/__generated__/wallet/io.ibvm/index.js +34 -0
  159. package/dist/cjs/wallets/__generated__/wallet/io.ibvm/index.js.map +1 -0
  160. package/dist/cjs/wallets/__generated__/wallet/io.owallet/index.js +1 -1
  161. package/dist/cjs/wallets/__generated__/wallet/io.owallet/index.js.map +1 -1
  162. package/dist/cjs/wallets/__generated__/wallet/io.up/image.js +7 -0
  163. package/dist/cjs/wallets/__generated__/wallet/io.up/image.js.map +1 -0
  164. package/dist/cjs/wallets/__generated__/wallet/io.up/index.js +34 -0
  165. package/dist/cjs/wallets/__generated__/wallet/io.up/index.js.map +1 -0
  166. package/dist/cjs/wallets/__generated__/wallet/io.yowallet/index.js +1 -1
  167. package/dist/cjs/wallets/__generated__/wallet/io.yowallet/index.js.map +1 -1
  168. package/dist/cjs/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.js +1 -1
  169. package/dist/cjs/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.js.map +1 -1
  170. package/dist/cjs/wallets/__generated__/wallet/jp.co.rakuten-wallet/index.js +1 -1
  171. package/dist/cjs/wallets/__generated__/wallet/me.rainbow/image.js +1 -1
  172. package/dist/cjs/wallets/__generated__/wallet/me.rainbow/image.js.map +1 -1
  173. package/dist/cjs/wallets/__generated__/wallet/me.rainbow/index.js +1 -1
  174. package/dist/cjs/wallets/__generated__/wallet/my.mone/image.js +7 -0
  175. package/dist/cjs/wallets/__generated__/wallet/my.mone/image.js.map +1 -0
  176. package/dist/cjs/wallets/__generated__/wallet/{one.metapro.wallet → my.mone}/index.js +7 -7
  177. package/dist/cjs/wallets/__generated__/wallet/my.mone/index.js.map +1 -0
  178. package/dist/cjs/wallets/__generated__/wallet/one.mixin.messenger/index.js +1 -1
  179. package/dist/cjs/wallets/__generated__/wallet/one.mixin.messenger/index.js.map +1 -1
  180. package/dist/cjs/wallets/__generated__/wallet/org.creditcoin.app/image.js +7 -0
  181. package/dist/cjs/wallets/__generated__/wallet/{one.metapro.wallet → org.creditcoin.app}/image.js.map +1 -1
  182. package/dist/cjs/wallets/__generated__/wallet/org.creditcoin.app/index.js +34 -0
  183. package/dist/cjs/wallets/__generated__/wallet/{one.metapro.wallet → org.creditcoin.app}/index.js.map +1 -1
  184. package/dist/cjs/wallets/__generated__/wallet/org.rezor/image.js +7 -0
  185. package/dist/cjs/wallets/__generated__/wallet/org.rezor/image.js.map +1 -0
  186. package/dist/cjs/wallets/__generated__/wallet/org.rezor/index.js +34 -0
  187. package/dist/cjs/wallets/__generated__/wallet/org.rezor/index.js.map +1 -0
  188. package/dist/cjs/wallets/__generated__/wallet/org.uniswap/index.js +1 -1
  189. package/dist/cjs/wallets/__generated__/wallet/org.uniswap/index.js.map +1 -1
  190. package/dist/cjs/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.js +7 -0
  191. package/dist/cjs/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.js.map +1 -0
  192. package/dist/cjs/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.js +34 -0
  193. package/dist/cjs/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.js.map +1 -0
  194. package/dist/cjs/wallets/__generated__/wallet/sh.frame/image.js +7 -0
  195. package/dist/cjs/wallets/__generated__/wallet/sh.frame/image.js.map +1 -0
  196. package/dist/cjs/wallets/__generated__/wallet/sh.frame/index.js +34 -0
  197. package/dist/cjs/wallets/__generated__/wallet/sh.frame/index.js.map +1 -0
  198. package/dist/cjs/wallets/__generated__/wallet/xyz.ctrl/image.js +1 -1
  199. package/dist/cjs/wallets/__generated__/wallet/xyz.ctrl/image.js.map +1 -1
  200. package/dist/cjs/wallets/__generated__/wallet/xyz.ctrl/index.js +3 -3
  201. package/dist/cjs/wallets/__generated__/wallet/xyz.ctrl/index.js.map +1 -1
  202. package/dist/cjs/wallets/__generated__/wallet/xyz.joeywallet/image.js +7 -0
  203. package/dist/cjs/wallets/__generated__/wallet/xyz.joeywallet/image.js.map +1 -0
  204. package/dist/cjs/wallets/__generated__/wallet/xyz.joeywallet/index.js +34 -0
  205. package/dist/cjs/wallets/__generated__/wallet/xyz.joeywallet/index.js.map +1 -0
  206. package/dist/cjs/wallets/__generated__/wallet/xyz.timelesswallet/image.js +1 -1
  207. package/dist/cjs/wallets/__generated__/wallet/xyz.timelesswallet/image.js.map +1 -1
  208. package/dist/cjs/wallets/__generated__/wallet/xyz.timelesswallet/index.js +1 -1
  209. package/dist/cjs/wallets/__generated__/wallet/xyz.tucop/image.js +7 -0
  210. package/dist/cjs/wallets/__generated__/wallet/xyz.tucop/image.js.map +1 -0
  211. package/dist/cjs/wallets/__generated__/wallet/xyz.tucop/index.js +34 -0
  212. package/dist/cjs/wallets/__generated__/wallet/xyz.tucop/index.js.map +1 -0
  213. package/dist/cjs/wallets/__generated__/wallet-ids.js +1 -0
  214. package/dist/cjs/wallets/__generated__/wallet-ids.js.map +1 -1
  215. package/dist/cjs/wallets/__generated__/wallet-infos.js +765 -680
  216. package/dist/cjs/wallets/__generated__/wallet-infos.js.map +1 -1
  217. package/dist/esm/cli/commands/stylus/builder.js +41 -1
  218. package/dist/esm/cli/commands/stylus/builder.js.map +1 -1
  219. package/dist/esm/cli/commands/stylus/check-prerequisites.js +22 -0
  220. package/dist/esm/cli/commands/stylus/check-prerequisites.js.map +1 -0
  221. package/dist/esm/cli/commands/stylus/create.js +53 -11
  222. package/dist/esm/cli/commands/stylus/create.js.map +1 -1
  223. package/dist/esm/contract/deployment/deploy-with-abi.js +42 -0
  224. package/dist/esm/contract/deployment/deploy-with-abi.js.map +1 -1
  225. package/dist/esm/exports/extensions/stylus.js +2 -0
  226. package/dist/esm/exports/extensions/stylus.js.map +1 -1
  227. package/dist/esm/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.js +107 -0
  228. package/dist/esm/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.js.map +1 -0
  229. package/dist/esm/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.js +46 -0
  230. package/dist/esm/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.js.map +1 -0
  231. package/dist/esm/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.js +24 -0
  232. package/dist/esm/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.js.map +1 -0
  233. package/dist/esm/extensions/stylus/__generated__/IStylusDeployer/write/deploy.js +146 -0
  234. package/dist/esm/extensions/stylus/__generated__/IStylusDeployer/write/deploy.js.map +1 -0
  235. package/dist/esm/extensions/stylus/write/activateStylusContract.js +1 -1
  236. package/dist/esm/extensions/stylus/write/activateStylusContract.js.map +1 -1
  237. package/dist/esm/extensions/stylus/write/deployWithStylusConstructor.js +48 -0
  238. package/dist/esm/extensions/stylus/write/deployWithStylusConstructor.js.map +1 -0
  239. package/dist/esm/extensions/stylus/write/isContractActivated.js +81 -0
  240. package/dist/esm/extensions/stylus/write/isContractActivated.js.map +1 -0
  241. package/dist/esm/react/core/hooks/usePaymentMethods.js +0 -6
  242. package/dist/esm/react/core/hooks/usePaymentMethods.js.map +1 -1
  243. package/dist/esm/react/native/ui/AutoConnect/AutoConnect.js +1 -2
  244. package/dist/esm/react/native/ui/AutoConnect/AutoConnect.js.map +1 -1
  245. package/dist/esm/react/native/ui/components/RNImage.js +2 -2
  246. package/dist/esm/react/native/ui/components/RNImage.js.map +1 -1
  247. package/dist/esm/react/web/ui/AutoConnect/AutoConnect.js +1 -2
  248. package/dist/esm/react/web/ui/AutoConnect/AutoConnect.js.map +1 -1
  249. package/dist/esm/react/web/ui/Bridge/FundWallet.js +2 -3
  250. package/dist/esm/react/web/ui/Bridge/FundWallet.js.map +1 -1
  251. package/dist/esm/react/web/ui/Bridge/payment-selection/FiatProviderSelection.js +30 -30
  252. package/dist/esm/react/web/ui/Bridge/payment-selection/FiatProviderSelection.js.map +1 -1
  253. package/dist/esm/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.js +1 -0
  254. package/dist/esm/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.js.map +1 -1
  255. package/dist/esm/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.js +1 -0
  256. package/dist/esm/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.js.map +1 -1
  257. package/dist/esm/react/web/ui/components/Modal.js +32 -32
  258. package/dist/esm/react/web/ui/components/Modal.js.map +1 -1
  259. package/dist/esm/react/web/wallets/in-app/CountrySelector.js +10 -10
  260. package/dist/esm/react/web/wallets/in-app/CountrySelector.js.map +1 -1
  261. package/dist/esm/version.js +1 -1
  262. package/dist/esm/version.js.map +1 -1
  263. package/dist/esm/wallets/__generated__/getWalletInfo.js +979 -895
  264. package/dist/esm/wallets/__generated__/getWalletInfo.js.map +1 -1
  265. package/dist/esm/wallets/__generated__/wallet/app.nightly/index.js +1 -1
  266. package/dist/esm/wallets/__generated__/wallet/app.nightly/index.js.map +1 -1
  267. package/dist/esm/wallets/__generated__/wallet/app.w3wallet/image.js +5 -0
  268. package/dist/esm/wallets/__generated__/wallet/app.w3wallet/image.js.map +1 -0
  269. package/dist/esm/wallets/__generated__/wallet/{finance.slingshot → app.w3wallet}/index.js +9 -9
  270. package/dist/esm/wallets/__generated__/wallet/app.w3wallet/index.js.map +1 -0
  271. package/dist/esm/wallets/__generated__/wallet/co.arculus/image.js +1 -1
  272. package/dist/esm/wallets/__generated__/wallet/co.arculus/image.js.map +1 -1
  273. package/dist/esm/wallets/__generated__/wallet/co.arculus/index.js +2 -2
  274. package/dist/esm/wallets/__generated__/wallet/co.arculus/index.js.map +1 -1
  275. package/dist/esm/wallets/__generated__/wallet/com.bestwallet/image.js +1 -1
  276. package/dist/esm/wallets/__generated__/wallet/com.bestwallet/image.js.map +1 -1
  277. package/dist/esm/wallets/__generated__/wallet/com.bestwallet/index.js +1 -1
  278. package/dist/esm/wallets/__generated__/wallet/com.bifrostwallet/image.js +1 -1
  279. package/dist/esm/wallets/__generated__/wallet/com.bifrostwallet/image.js.map +1 -1
  280. package/dist/esm/wallets/__generated__/wallet/com.bifrostwallet/index.js +2 -2
  281. package/dist/esm/wallets/__generated__/wallet/com.bifrostwallet/index.js.map +1 -1
  282. package/dist/esm/wallets/__generated__/wallet/com.bitcoin/image.js +1 -1
  283. package/dist/esm/wallets/__generated__/wallet/com.bitcoin/image.js.map +1 -1
  284. package/dist/esm/wallets/__generated__/wallet/com.bitcoin/index.js +1 -1
  285. package/dist/esm/wallets/__generated__/wallet/com.bitget.web3/image.js +1 -1
  286. package/dist/esm/wallets/__generated__/wallet/com.bitget.web3/image.js.map +1 -1
  287. package/dist/esm/wallets/__generated__/wallet/com.bitget.web3/index.js +1 -1
  288. package/dist/esm/wallets/__generated__/wallet/com.bitpay/image.js +1 -1
  289. package/dist/esm/wallets/__generated__/wallet/com.bitpay/image.js.map +1 -1
  290. package/dist/esm/wallets/__generated__/wallet/com.bitpay/index.js +1 -1
  291. package/dist/esm/wallets/__generated__/wallet/com.blockchain/image.js +1 -1
  292. package/dist/esm/wallets/__generated__/wallet/com.blockchain/image.js.map +1 -1
  293. package/dist/esm/wallets/__generated__/wallet/com.blockchain/index.js +2 -2
  294. package/dist/esm/wallets/__generated__/wallet/com.blockchain/index.js.map +1 -1
  295. package/dist/esm/wallets/__generated__/wallet/com.coinsdo/index.js +3 -3
  296. package/dist/esm/wallets/__generated__/wallet/com.coinsdo/index.js.map +1 -1
  297. package/dist/esm/wallets/__generated__/wallet/com.crypto.wallet/index.js +3 -3
  298. package/dist/esm/wallets/__generated__/wallet/com.crypto.wallet/index.js.map +1 -1
  299. package/dist/esm/wallets/__generated__/wallet/com.dcentwallet/image.js +1 -1
  300. package/dist/esm/wallets/__generated__/wallet/com.dcentwallet/image.js.map +1 -1
  301. package/dist/esm/wallets/__generated__/wallet/com.dcentwallet/index.js +1 -1
  302. package/dist/esm/wallets/__generated__/wallet/com.dokwallet/image.js +5 -0
  303. package/dist/esm/wallets/__generated__/wallet/com.dokwallet/image.js.map +1 -0
  304. package/dist/esm/wallets/__generated__/wallet/com.dokwallet/index.js +31 -0
  305. package/dist/esm/wallets/__generated__/wallet/com.dokwallet/index.js.map +1 -0
  306. package/dist/esm/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.js +1 -1
  307. package/dist/esm/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.js.map +1 -1
  308. package/dist/esm/wallets/__generated__/wallet/com.elrond.maiar.wallet/index.js +2 -2
  309. package/dist/esm/wallets/__generated__/wallet/com.elrond.maiar.wallet/index.js.map +1 -1
  310. package/dist/esm/wallets/__generated__/wallet/com.fireblocks/image.js +1 -1
  311. package/dist/esm/wallets/__generated__/wallet/com.fireblocks/image.js.map +1 -1
  312. package/dist/esm/wallets/__generated__/wallet/com.fireblocks/index.js +1 -1
  313. package/dist/esm/wallets/__generated__/wallet/com.gayawallet/image.js +5 -0
  314. package/dist/esm/wallets/__generated__/wallet/com.gayawallet/image.js.map +1 -0
  315. package/dist/esm/wallets/__generated__/wallet/com.gayawallet/index.js +31 -0
  316. package/dist/esm/wallets/__generated__/wallet/com.gayawallet/index.js.map +1 -0
  317. package/dist/esm/wallets/__generated__/wallet/com.gemspocket/image.js +5 -0
  318. package/dist/esm/wallets/__generated__/wallet/com.gemspocket/image.js.map +1 -0
  319. package/dist/esm/wallets/__generated__/wallet/{io.ancrypto → com.gemspocket}/index.js +5 -5
  320. package/dist/esm/wallets/__generated__/wallet/com.gemspocket/index.js.map +1 -0
  321. package/dist/esm/wallets/__generated__/wallet/com.gemwallet/index.js +2 -2
  322. package/dist/esm/wallets/__generated__/wallet/com.gemwallet/index.js.map +1 -1
  323. package/dist/esm/wallets/__generated__/wallet/com.kaxaa/image.js +5 -0
  324. package/dist/esm/wallets/__generated__/wallet/com.kaxaa/image.js.map +1 -0
  325. package/dist/esm/wallets/__generated__/wallet/com.kaxaa/index.js +31 -0
  326. package/dist/esm/wallets/__generated__/wallet/com.kaxaa/index.js.map +1 -0
  327. package/dist/esm/wallets/__generated__/wallet/com.kraken/image.js +1 -1
  328. package/dist/esm/wallets/__generated__/wallet/com.kraken/image.js.map +1 -1
  329. package/dist/esm/wallets/__generated__/wallet/com.kraken/index.js +1 -1
  330. package/dist/esm/wallets/__generated__/wallet/com.kucoin/index.js +2 -2
  331. package/dist/esm/wallets/__generated__/wallet/com.kucoin/index.js.map +1 -1
  332. package/dist/esm/wallets/__generated__/wallet/com.ledger/index.js +3 -3
  333. package/dist/esm/wallets/__generated__/wallet/com.ledger/index.js.map +1 -1
  334. package/dist/esm/wallets/__generated__/wallet/com.obliowallet/image.js +5 -0
  335. package/dist/esm/wallets/__generated__/wallet/com.obliowallet/image.js.map +1 -0
  336. package/dist/esm/wallets/__generated__/wallet/com.obliowallet/index.js +31 -0
  337. package/dist/esm/wallets/__generated__/wallet/com.obliowallet/index.js.map +1 -0
  338. package/dist/esm/wallets/__generated__/wallet/com.okex.wallet/index.js +1 -1
  339. package/dist/esm/wallets/__generated__/wallet/com.okex.wallet/index.js.map +1 -1
  340. package/dist/esm/wallets/__generated__/wallet/com.passwallet.app/image.js +1 -1
  341. package/dist/esm/wallets/__generated__/wallet/com.passwallet.app/image.js.map +1 -1
  342. package/dist/esm/wallets/__generated__/wallet/com.passwallet.app/index.js +2 -2
  343. package/dist/esm/wallets/__generated__/wallet/com.passwallet.app/index.js.map +1 -1
  344. package/dist/esm/wallets/__generated__/wallet/com.payperless/index.js +1 -1
  345. package/dist/esm/wallets/__generated__/wallet/com.payperless/index.js.map +1 -1
  346. package/dist/esm/wallets/__generated__/wallet/com.pionewallet/image.js +5 -0
  347. package/dist/esm/wallets/__generated__/wallet/com.pionewallet/image.js.map +1 -0
  348. package/dist/esm/wallets/__generated__/wallet/com.pionewallet/index.js +31 -0
  349. package/dist/esm/wallets/__generated__/wallet/com.pionewallet/index.js.map +1 -0
  350. package/dist/esm/wallets/__generated__/wallet/com.purechain/image.js +5 -0
  351. package/dist/esm/wallets/__generated__/wallet/com.purechain/image.js.map +1 -0
  352. package/dist/esm/wallets/__generated__/wallet/com.purechain/index.js +31 -0
  353. package/dist/esm/wallets/__generated__/wallet/com.purechain/index.js.map +1 -0
  354. package/dist/esm/wallets/__generated__/wallet/com.qubetics/image.js +5 -0
  355. package/dist/esm/wallets/__generated__/wallet/com.qubetics/image.js.map +1 -0
  356. package/dist/esm/wallets/__generated__/wallet/{com.companyname.swaptobe → com.qubetics}/index.js +8 -8
  357. package/dist/esm/wallets/__generated__/wallet/com.qubetics/index.js.map +1 -0
  358. package/dist/esm/wallets/__generated__/wallet/com.revelator.wallet/image.js +5 -0
  359. package/dist/esm/wallets/__generated__/wallet/com.revelator.wallet/image.js.map +1 -0
  360. package/dist/esm/wallets/__generated__/wallet/com.revelator.wallet/index.js +31 -0
  361. package/dist/esm/wallets/__generated__/wallet/com.revelator.wallet/index.js.map +1 -0
  362. package/dist/esm/wallets/__generated__/wallet/com.saify/image.js +5 -0
  363. package/dist/esm/wallets/__generated__/wallet/com.saify/image.js.map +1 -0
  364. package/dist/esm/wallets/__generated__/wallet/com.saify/index.js +31 -0
  365. package/dist/esm/wallets/__generated__/wallet/com.saify/index.js.map +1 -0
  366. package/dist/esm/wallets/__generated__/wallet/com.zengo/index.js +2 -2
  367. package/dist/esm/wallets/__generated__/wallet/com.zengo/index.js.map +1 -1
  368. package/dist/esm/wallets/__generated__/wallet/io.banksocial/image.js +5 -0
  369. package/dist/esm/wallets/__generated__/wallet/io.banksocial/image.js.map +1 -0
  370. package/dist/esm/wallets/__generated__/wallet/io.banksocial/index.js +31 -0
  371. package/dist/esm/wallets/__generated__/wallet/io.banksocial/index.js.map +1 -0
  372. package/dist/esm/wallets/__generated__/wallet/io.ibvm/image.js +5 -0
  373. package/dist/esm/wallets/__generated__/wallet/io.ibvm/image.js.map +1 -0
  374. package/dist/esm/wallets/__generated__/wallet/io.ibvm/index.js +31 -0
  375. package/dist/esm/wallets/__generated__/wallet/io.ibvm/index.js.map +1 -0
  376. package/dist/esm/wallets/__generated__/wallet/io.owallet/index.js +1 -1
  377. package/dist/esm/wallets/__generated__/wallet/io.owallet/index.js.map +1 -1
  378. package/dist/esm/wallets/__generated__/wallet/io.up/image.js +5 -0
  379. package/dist/esm/wallets/__generated__/wallet/io.up/image.js.map +1 -0
  380. package/dist/esm/wallets/__generated__/wallet/io.up/index.js +31 -0
  381. package/dist/esm/wallets/__generated__/wallet/io.up/index.js.map +1 -0
  382. package/dist/esm/wallets/__generated__/wallet/io.yowallet/index.js +1 -1
  383. package/dist/esm/wallets/__generated__/wallet/io.yowallet/index.js.map +1 -1
  384. package/dist/esm/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.js +1 -1
  385. package/dist/esm/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.js.map +1 -1
  386. package/dist/esm/wallets/__generated__/wallet/jp.co.rakuten-wallet/index.js +1 -1
  387. package/dist/esm/wallets/__generated__/wallet/me.rainbow/image.js +1 -1
  388. package/dist/esm/wallets/__generated__/wallet/me.rainbow/image.js.map +1 -1
  389. package/dist/esm/wallets/__generated__/wallet/me.rainbow/index.js +1 -1
  390. package/dist/esm/wallets/__generated__/wallet/my.mone/image.js +5 -0
  391. package/dist/esm/wallets/__generated__/wallet/my.mone/image.js.map +1 -0
  392. package/dist/esm/wallets/__generated__/wallet/{one.metapro.wallet → my.mone}/index.js +7 -7
  393. package/dist/esm/wallets/__generated__/wallet/my.mone/index.js.map +1 -0
  394. package/dist/esm/wallets/__generated__/wallet/one.mixin.messenger/index.js +1 -1
  395. package/dist/esm/wallets/__generated__/wallet/one.mixin.messenger/index.js.map +1 -1
  396. package/dist/esm/wallets/__generated__/wallet/org.creditcoin.app/image.js +5 -0
  397. package/dist/esm/wallets/__generated__/wallet/{one.metapro.wallet → org.creditcoin.app}/image.js.map +1 -1
  398. package/dist/esm/wallets/__generated__/wallet/org.creditcoin.app/index.js +31 -0
  399. package/dist/esm/wallets/__generated__/wallet/org.creditcoin.app/index.js.map +1 -0
  400. package/dist/esm/wallets/__generated__/wallet/org.rezor/image.js +5 -0
  401. package/dist/esm/wallets/__generated__/wallet/org.rezor/image.js.map +1 -0
  402. package/dist/esm/wallets/__generated__/wallet/org.rezor/index.js +31 -0
  403. package/dist/esm/wallets/__generated__/wallet/org.rezor/index.js.map +1 -0
  404. package/dist/esm/wallets/__generated__/wallet/org.uniswap/index.js +1 -1
  405. package/dist/esm/wallets/__generated__/wallet/org.uniswap/index.js.map +1 -1
  406. package/dist/esm/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.js +5 -0
  407. package/dist/esm/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.js.map +1 -0
  408. package/dist/esm/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.js +31 -0
  409. package/dist/esm/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.js.map +1 -0
  410. package/dist/esm/wallets/__generated__/wallet/sh.frame/image.js +5 -0
  411. package/dist/esm/wallets/__generated__/wallet/sh.frame/image.js.map +1 -0
  412. package/dist/esm/wallets/__generated__/wallet/sh.frame/index.js +31 -0
  413. package/dist/esm/wallets/__generated__/wallet/sh.frame/index.js.map +1 -0
  414. package/dist/esm/wallets/__generated__/wallet/xyz.ctrl/image.js +1 -1
  415. package/dist/esm/wallets/__generated__/wallet/xyz.ctrl/image.js.map +1 -1
  416. package/dist/esm/wallets/__generated__/wallet/xyz.ctrl/index.js +3 -3
  417. package/dist/esm/wallets/__generated__/wallet/xyz.ctrl/index.js.map +1 -1
  418. package/dist/esm/wallets/__generated__/wallet/xyz.joeywallet/image.js +5 -0
  419. package/dist/esm/wallets/__generated__/wallet/xyz.joeywallet/image.js.map +1 -0
  420. package/dist/esm/wallets/__generated__/wallet/xyz.joeywallet/index.js +31 -0
  421. package/dist/esm/wallets/__generated__/wallet/xyz.joeywallet/index.js.map +1 -0
  422. package/dist/esm/wallets/__generated__/wallet/xyz.timelesswallet/image.js +1 -1
  423. package/dist/esm/wallets/__generated__/wallet/xyz.timelesswallet/image.js.map +1 -1
  424. package/dist/esm/wallets/__generated__/wallet/xyz.timelesswallet/index.js +1 -1
  425. package/dist/esm/wallets/__generated__/wallet/xyz.tucop/image.js +5 -0
  426. package/dist/esm/wallets/__generated__/wallet/xyz.tucop/image.js.map +1 -0
  427. package/dist/esm/wallets/__generated__/wallet/xyz.tucop/index.js +31 -0
  428. package/dist/esm/wallets/__generated__/wallet/xyz.tucop/index.js.map +1 -0
  429. package/dist/esm/wallets/__generated__/wallet-ids.js +1 -0
  430. package/dist/esm/wallets/__generated__/wallet-ids.js.map +1 -1
  431. package/dist/esm/wallets/__generated__/wallet-infos.js +765 -680
  432. package/dist/esm/wallets/__generated__/wallet-infos.js.map +1 -1
  433. package/dist/types/cli/commands/stylus/builder.d.ts.map +1 -1
  434. package/dist/types/cli/commands/stylus/check-prerequisites.d.ts +3 -0
  435. package/dist/types/cli/commands/stylus/check-prerequisites.d.ts.map +1 -0
  436. package/dist/types/cli/commands/stylus/create.d.ts.map +1 -1
  437. package/dist/types/contract/deployment/deploy-with-abi.d.ts.map +1 -1
  438. package/dist/types/exports/extensions/stylus.d.ts +2 -0
  439. package/dist/types/exports/extensions/stylus.d.ts.map +1 -1
  440. package/dist/types/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.d.ts +83 -0
  441. package/dist/types/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.d.ts.map +1 -0
  442. package/dist/types/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.d.ts +33 -0
  443. package/dist/types/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.d.ts.map +1 -0
  444. package/dist/types/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.d.ts +26 -0
  445. package/dist/types/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.d.ts.map +1 -0
  446. package/dist/types/extensions/stylus/__generated__/IStylusDeployer/write/deploy.d.ts +100 -0
  447. package/dist/types/extensions/stylus/__generated__/IStylusDeployer/write/deploy.d.ts.map +1 -0
  448. package/dist/types/extensions/stylus/write/activateStylusContract.d.ts +1 -0
  449. package/dist/types/extensions/stylus/write/activateStylusContract.d.ts.map +1 -1
  450. package/dist/types/extensions/stylus/write/deployWithStylusConstructor.d.ts +29 -0
  451. package/dist/types/extensions/stylus/write/deployWithStylusConstructor.d.ts.map +1 -0
  452. package/dist/types/extensions/stylus/write/isContractActivated.d.ts +9 -0
  453. package/dist/types/extensions/stylus/write/isContractActivated.d.ts.map +1 -0
  454. package/dist/types/react/core/hooks/usePaymentMethods.d.ts.map +1 -1
  455. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts +1 -1
  456. package/dist/types/react/native/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  457. package/dist/types/react/native/ui/components/RNImage.d.ts.map +1 -1
  458. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts +1 -1
  459. package/dist/types/react/web/ui/AutoConnect/AutoConnect.d.ts.map +1 -1
  460. package/dist/types/react/web/ui/Bridge/FundWallet.d.ts.map +1 -1
  461. package/dist/types/react/web/ui/Bridge/payment-selection/FiatProviderSelection.d.ts.map +1 -1
  462. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts +1 -0
  463. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.d.ts.map +1 -1
  464. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts +1 -0
  465. package/dist/types/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.d.ts.map +1 -1
  466. package/dist/types/react/web/wallets/in-app/CountrySelector.d.ts.map +1 -1
  467. package/dist/types/version.d.ts +1 -1
  468. package/dist/types/version.d.ts.map +1 -1
  469. package/dist/types/wallets/__generated__/getWalletInfo.d.ts.map +1 -1
  470. package/dist/types/wallets/__generated__/wallet/app.nightly/index.d.ts +1 -1
  471. package/dist/types/wallets/__generated__/wallet/app.w3wallet/image.d.ts +3 -0
  472. package/dist/types/wallets/__generated__/wallet/app.w3wallet/image.d.ts.map +1 -0
  473. package/dist/types/wallets/__generated__/wallet/{finance.slingshot → app.w3wallet}/index.d.ts +9 -9
  474. package/dist/types/wallets/__generated__/wallet/app.w3wallet/index.d.ts.map +1 -0
  475. package/dist/types/wallets/__generated__/wallet/co.arculus/image.d.ts +1 -1
  476. package/dist/types/wallets/__generated__/wallet/co.arculus/image.d.ts.map +1 -1
  477. package/dist/types/wallets/__generated__/wallet/co.arculus/index.d.ts +2 -2
  478. package/dist/types/wallets/__generated__/wallet/com.bestwallet/image.d.ts +1 -1
  479. package/dist/types/wallets/__generated__/wallet/com.bestwallet/image.d.ts.map +1 -1
  480. package/dist/types/wallets/__generated__/wallet/com.bestwallet/index.d.ts +1 -1
  481. package/dist/types/wallets/__generated__/wallet/com.bifrostwallet/image.d.ts +1 -1
  482. package/dist/types/wallets/__generated__/wallet/com.bifrostwallet/image.d.ts.map +1 -1
  483. package/dist/types/wallets/__generated__/wallet/com.bifrostwallet/index.d.ts +2 -2
  484. package/dist/types/wallets/__generated__/wallet/com.bitcoin/image.d.ts +1 -1
  485. package/dist/types/wallets/__generated__/wallet/com.bitcoin/image.d.ts.map +1 -1
  486. package/dist/types/wallets/__generated__/wallet/com.bitcoin/index.d.ts +1 -1
  487. package/dist/types/wallets/__generated__/wallet/com.bitget.web3/image.d.ts +1 -1
  488. package/dist/types/wallets/__generated__/wallet/com.bitget.web3/image.d.ts.map +1 -1
  489. package/dist/types/wallets/__generated__/wallet/com.bitget.web3/index.d.ts +1 -1
  490. package/dist/types/wallets/__generated__/wallet/com.bitpay/image.d.ts +1 -1
  491. package/dist/types/wallets/__generated__/wallet/com.bitpay/image.d.ts.map +1 -1
  492. package/dist/types/wallets/__generated__/wallet/com.bitpay/index.d.ts +1 -1
  493. package/dist/types/wallets/__generated__/wallet/com.blockchain/image.d.ts +1 -1
  494. package/dist/types/wallets/__generated__/wallet/com.blockchain/image.d.ts.map +1 -1
  495. package/dist/types/wallets/__generated__/wallet/com.blockchain/index.d.ts +2 -2
  496. package/dist/types/wallets/__generated__/wallet/com.coinsdo/index.d.ts +3 -3
  497. package/dist/types/wallets/__generated__/wallet/com.crypto.wallet/index.d.ts +3 -3
  498. package/dist/types/wallets/__generated__/wallet/com.dcentwallet/image.d.ts +1 -1
  499. package/dist/types/wallets/__generated__/wallet/com.dcentwallet/image.d.ts.map +1 -1
  500. package/dist/types/wallets/__generated__/wallet/com.dcentwallet/index.d.ts +1 -1
  501. package/dist/types/wallets/__generated__/wallet/com.dokwallet/image.d.ts +3 -0
  502. package/dist/types/wallets/__generated__/wallet/com.dokwallet/image.d.ts.map +1 -0
  503. package/dist/types/wallets/__generated__/wallet/com.dokwallet/index.d.ts +29 -0
  504. package/dist/types/wallets/__generated__/wallet/com.dokwallet/index.d.ts.map +1 -0
  505. package/dist/types/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.d.ts +1 -1
  506. package/dist/types/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.d.ts.map +1 -1
  507. package/dist/types/wallets/__generated__/wallet/com.elrond.maiar.wallet/index.d.ts +2 -2
  508. package/dist/types/wallets/__generated__/wallet/com.fireblocks/image.d.ts +1 -1
  509. package/dist/types/wallets/__generated__/wallet/com.fireblocks/image.d.ts.map +1 -1
  510. package/dist/types/wallets/__generated__/wallet/com.fireblocks/index.d.ts +1 -1
  511. package/dist/types/wallets/__generated__/wallet/com.gayawallet/image.d.ts +3 -0
  512. package/dist/types/wallets/__generated__/wallet/com.gayawallet/image.d.ts.map +1 -0
  513. package/dist/types/wallets/__generated__/wallet/com.gayawallet/index.d.ts +29 -0
  514. package/dist/types/wallets/__generated__/wallet/com.gayawallet/index.d.ts.map +1 -0
  515. package/dist/types/wallets/__generated__/wallet/com.gemspocket/image.d.ts +3 -0
  516. package/dist/types/wallets/__generated__/wallet/com.gemspocket/image.d.ts.map +1 -0
  517. package/dist/types/wallets/__generated__/wallet/{io.ancrypto → com.gemspocket}/index.d.ts +5 -5
  518. package/dist/types/wallets/__generated__/wallet/com.gemspocket/index.d.ts.map +1 -0
  519. package/dist/types/wallets/__generated__/wallet/com.gemwallet/index.d.ts +2 -2
  520. package/dist/types/wallets/__generated__/wallet/com.kaxaa/image.d.ts +3 -0
  521. package/dist/types/wallets/__generated__/wallet/com.kaxaa/image.d.ts.map +1 -0
  522. package/dist/types/wallets/__generated__/wallet/com.kaxaa/index.d.ts +29 -0
  523. package/dist/types/wallets/__generated__/wallet/com.kaxaa/index.d.ts.map +1 -0
  524. package/dist/types/wallets/__generated__/wallet/com.kraken/image.d.ts +1 -1
  525. package/dist/types/wallets/__generated__/wallet/com.kraken/image.d.ts.map +1 -1
  526. package/dist/types/wallets/__generated__/wallet/com.kraken/index.d.ts +1 -1
  527. package/dist/types/wallets/__generated__/wallet/com.kucoin/index.d.ts +2 -2
  528. package/dist/types/wallets/__generated__/wallet/com.ledger/index.d.ts +3 -3
  529. package/dist/types/wallets/__generated__/wallet/com.obliowallet/image.d.ts +3 -0
  530. package/dist/types/wallets/__generated__/wallet/com.obliowallet/image.d.ts.map +1 -0
  531. package/dist/types/wallets/__generated__/wallet/com.obliowallet/index.d.ts +29 -0
  532. package/dist/types/wallets/__generated__/wallet/com.obliowallet/index.d.ts.map +1 -0
  533. package/dist/types/wallets/__generated__/wallet/com.okex.wallet/index.d.ts +1 -1
  534. package/dist/types/wallets/__generated__/wallet/com.passwallet.app/image.d.ts +1 -1
  535. package/dist/types/wallets/__generated__/wallet/com.passwallet.app/image.d.ts.map +1 -1
  536. package/dist/types/wallets/__generated__/wallet/com.passwallet.app/index.d.ts +2 -2
  537. package/dist/types/wallets/__generated__/wallet/com.payperless/index.d.ts +1 -1
  538. package/dist/types/wallets/__generated__/wallet/com.pionewallet/image.d.ts +3 -0
  539. package/dist/types/wallets/__generated__/wallet/com.pionewallet/image.d.ts.map +1 -0
  540. package/dist/types/wallets/__generated__/wallet/com.pionewallet/index.d.ts +29 -0
  541. package/dist/types/wallets/__generated__/wallet/com.pionewallet/index.d.ts.map +1 -0
  542. package/dist/types/wallets/__generated__/wallet/com.purechain/image.d.ts +3 -0
  543. package/dist/types/wallets/__generated__/wallet/com.purechain/image.d.ts.map +1 -0
  544. package/dist/types/wallets/__generated__/wallet/com.purechain/index.d.ts +29 -0
  545. package/dist/types/wallets/__generated__/wallet/com.purechain/index.d.ts.map +1 -0
  546. package/dist/types/wallets/__generated__/wallet/com.qubetics/image.d.ts +3 -0
  547. package/dist/types/wallets/__generated__/wallet/com.qubetics/image.d.ts.map +1 -0
  548. package/dist/types/wallets/__generated__/wallet/{com.companyname.swaptobe → com.qubetics}/index.d.ts +8 -8
  549. package/dist/types/wallets/__generated__/wallet/com.qubetics/index.d.ts.map +1 -0
  550. package/dist/types/wallets/__generated__/wallet/com.revelator.wallet/image.d.ts +3 -0
  551. package/dist/types/wallets/__generated__/wallet/com.revelator.wallet/image.d.ts.map +1 -0
  552. package/dist/types/wallets/__generated__/wallet/com.revelator.wallet/index.d.ts +29 -0
  553. package/dist/types/wallets/__generated__/wallet/com.revelator.wallet/index.d.ts.map +1 -0
  554. package/dist/types/wallets/__generated__/wallet/com.saify/image.d.ts +3 -0
  555. package/dist/types/wallets/__generated__/wallet/com.saify/image.d.ts.map +1 -0
  556. package/dist/types/wallets/__generated__/wallet/com.saify/index.d.ts +29 -0
  557. package/dist/types/wallets/__generated__/wallet/com.saify/index.d.ts.map +1 -0
  558. package/dist/types/wallets/__generated__/wallet/com.zengo/index.d.ts +2 -2
  559. package/dist/types/wallets/__generated__/wallet/io.banksocial/image.d.ts +3 -0
  560. package/dist/types/wallets/__generated__/wallet/io.banksocial/image.d.ts.map +1 -0
  561. package/dist/types/wallets/__generated__/wallet/io.banksocial/index.d.ts +29 -0
  562. package/dist/types/wallets/__generated__/wallet/io.banksocial/index.d.ts.map +1 -0
  563. package/dist/types/wallets/__generated__/wallet/io.ibvm/image.d.ts +3 -0
  564. package/dist/types/wallets/__generated__/wallet/io.ibvm/image.d.ts.map +1 -0
  565. package/dist/types/wallets/__generated__/wallet/io.ibvm/index.d.ts +29 -0
  566. package/dist/types/wallets/__generated__/wallet/io.ibvm/index.d.ts.map +1 -0
  567. package/dist/types/wallets/__generated__/wallet/io.owallet/index.d.ts +1 -1
  568. package/dist/types/wallets/__generated__/wallet/io.up/image.d.ts +3 -0
  569. package/dist/types/wallets/__generated__/wallet/io.up/image.d.ts.map +1 -0
  570. package/dist/types/wallets/__generated__/wallet/io.up/index.d.ts +29 -0
  571. package/dist/types/wallets/__generated__/wallet/io.up/index.d.ts.map +1 -0
  572. package/dist/types/wallets/__generated__/wallet/io.yowallet/index.d.ts +1 -1
  573. package/dist/types/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.d.ts +1 -1
  574. package/dist/types/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.d.ts.map +1 -1
  575. package/dist/types/wallets/__generated__/wallet/jp.co.rakuten-wallet/index.d.ts +1 -1
  576. package/dist/types/wallets/__generated__/wallet/me.rainbow/image.d.ts +1 -1
  577. package/dist/types/wallets/__generated__/wallet/me.rainbow/image.d.ts.map +1 -1
  578. package/dist/types/wallets/__generated__/wallet/me.rainbow/index.d.ts +1 -1
  579. package/dist/types/wallets/__generated__/wallet/my.mone/image.d.ts +3 -0
  580. package/dist/types/wallets/__generated__/wallet/my.mone/image.d.ts.map +1 -0
  581. package/dist/types/wallets/__generated__/wallet/{one.metapro.wallet → my.mone}/index.d.ts +7 -7
  582. package/dist/types/wallets/__generated__/wallet/my.mone/index.d.ts.map +1 -0
  583. package/dist/types/wallets/__generated__/wallet/one.mixin.messenger/index.d.ts +1 -1
  584. package/dist/types/wallets/__generated__/wallet/org.creditcoin.app/image.d.ts +3 -0
  585. package/dist/types/wallets/__generated__/wallet/org.creditcoin.app/image.d.ts.map +1 -0
  586. package/dist/types/wallets/__generated__/wallet/org.creditcoin.app/index.d.ts +29 -0
  587. package/dist/types/wallets/__generated__/wallet/org.creditcoin.app/index.d.ts.map +1 -0
  588. package/dist/types/wallets/__generated__/wallet/org.rezor/image.d.ts +3 -0
  589. package/dist/types/wallets/__generated__/wallet/org.rezor/image.d.ts.map +1 -0
  590. package/dist/types/wallets/__generated__/wallet/org.rezor/index.d.ts +29 -0
  591. package/dist/types/wallets/__generated__/wallet/org.rezor/index.d.ts.map +1 -0
  592. package/dist/types/wallets/__generated__/wallet/org.uniswap/index.d.ts +1 -1
  593. package/dist/types/wallets/__generated__/wallet/org.uniswap/index.d.ts.map +1 -1
  594. package/dist/types/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.d.ts +3 -0
  595. package/dist/types/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.d.ts.map +1 -0
  596. package/dist/types/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.d.ts +29 -0
  597. package/dist/types/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.d.ts.map +1 -0
  598. package/dist/types/wallets/__generated__/wallet/sh.frame/image.d.ts +3 -0
  599. package/dist/types/wallets/__generated__/wallet/sh.frame/image.d.ts.map +1 -0
  600. package/dist/types/wallets/__generated__/wallet/sh.frame/index.d.ts +29 -0
  601. package/dist/types/wallets/__generated__/wallet/sh.frame/index.d.ts.map +1 -0
  602. package/dist/types/wallets/__generated__/wallet/xyz.ctrl/image.d.ts +1 -1
  603. package/dist/types/wallets/__generated__/wallet/xyz.ctrl/image.d.ts.map +1 -1
  604. package/dist/types/wallets/__generated__/wallet/xyz.ctrl/index.d.ts +3 -3
  605. package/dist/types/wallets/__generated__/wallet/xyz.joeywallet/image.d.ts +3 -0
  606. package/dist/types/wallets/__generated__/wallet/xyz.joeywallet/image.d.ts.map +1 -0
  607. package/dist/types/wallets/__generated__/wallet/xyz.joeywallet/index.d.ts +29 -0
  608. package/dist/types/wallets/__generated__/wallet/xyz.joeywallet/index.d.ts.map +1 -0
  609. package/dist/types/wallets/__generated__/wallet/xyz.timelesswallet/image.d.ts +1 -1
  610. package/dist/types/wallets/__generated__/wallet/xyz.timelesswallet/image.d.ts.map +1 -1
  611. package/dist/types/wallets/__generated__/wallet/xyz.timelesswallet/index.d.ts +1 -1
  612. package/dist/types/wallets/__generated__/wallet/xyz.tucop/image.d.ts +3 -0
  613. package/dist/types/wallets/__generated__/wallet/xyz.tucop/image.d.ts.map +1 -0
  614. package/dist/types/wallets/__generated__/wallet/xyz.tucop/index.d.ts +29 -0
  615. package/dist/types/wallets/__generated__/wallet/xyz.tucop/index.d.ts.map +1 -0
  616. package/dist/types/wallets/__generated__/wallet-ids.d.ts +2 -2
  617. package/dist/types/wallets/__generated__/wallet-ids.d.ts.map +1 -1
  618. package/dist/types/wallets/__generated__/wallet-infos.d.ts +714 -646
  619. package/dist/types/wallets/__generated__/wallet-infos.d.ts.map +1 -1
  620. package/dist/types/wallets/getAllWalletsList.d.ts +714 -646
  621. package/dist/types/wallets/getAllWalletsList.d.ts.map +1 -1
  622. package/package.json +21 -21
  623. package/src/cli/commands/stylus/builder.ts +65 -1
  624. package/src/cli/commands/stylus/check-prerequisites.ts +34 -0
  625. package/src/cli/commands/stylus/create.ts +66 -11
  626. package/src/contract/deployment/deploy-with-abi.ts +51 -0
  627. package/src/exports/extensions/stylus.ts +8 -0
  628. package/src/extensions/stylus/__generated__/IArbWasm/read/codehashVersion.ts +126 -0
  629. package/src/extensions/stylus/__generated__/IStylusConstructor/write/stylus_constructor.ts +50 -0
  630. package/src/extensions/stylus/__generated__/IStylusDeployer/events/ContractDeployed.ts +24 -0
  631. package/src/extensions/stylus/__generated__/IStylusDeployer/write/deploy.ts +178 -0
  632. package/src/extensions/stylus/write/activateStylusContract.ts +1 -1
  633. package/src/extensions/stylus/write/deployWithStylusConstructor.ts +70 -0
  634. package/src/extensions/stylus/write/isContractActivated.ts +102 -0
  635. package/src/react/core/hooks/usePaymentMethods.ts +0 -10
  636. package/src/react/native/ui/AutoConnect/AutoConnect.tsx +1 -1
  637. package/src/react/native/ui/components/RNImage.tsx +7 -9
  638. package/src/react/web/ui/AutoConnect/AutoConnect.tsx +1 -1
  639. package/src/react/web/ui/Bridge/FundWallet.tsx +1 -1
  640. package/src/react/web/ui/Bridge/payment-selection/FiatProviderSelection.tsx +96 -98
  641. package/src/react/web/ui/ConnectWallet/screens/WalletConnectDisconnectScreen.tsx +2 -1
  642. package/src/react/web/ui/ConnectWallet/screens/WalletConnectReceiverScreen.tsx +3 -1
  643. package/src/react/web/ui/components/Modal.tsx +33 -33
  644. package/src/react/web/ui/prebuilt/Wallet/icon.test.tsx +1 -1
  645. package/src/react/web/ui/prebuilt/Wallet/name.test.tsx +1 -1
  646. package/src/react/web/wallets/in-app/CountrySelector.tsx +26 -28
  647. package/src/version.ts +1 -1
  648. package/src/wallets/__generated__/getWalletInfo.ts +1289 -1159
  649. package/src/wallets/__generated__/wallet/app.nightly/index.ts +1 -1
  650. package/src/wallets/__generated__/wallet/app.w3wallet/image.ts +7 -0
  651. package/src/wallets/__generated__/wallet/{finance.slingshot → app.w3wallet}/index.ts +9 -9
  652. package/src/wallets/__generated__/wallet/co.arculus/image.ts +1 -1
  653. package/src/wallets/__generated__/wallet/co.arculus/index.ts +2 -2
  654. package/src/wallets/__generated__/wallet/com.bestwallet/image.ts +1 -1
  655. package/src/wallets/__generated__/wallet/com.bestwallet/index.ts +1 -1
  656. package/src/wallets/__generated__/wallet/com.bifrostwallet/image.ts +1 -1
  657. package/src/wallets/__generated__/wallet/com.bifrostwallet/index.ts +2 -2
  658. package/src/wallets/__generated__/wallet/com.bitcoin/image.ts +1 -1
  659. package/src/wallets/__generated__/wallet/com.bitcoin/index.ts +1 -1
  660. package/src/wallets/__generated__/wallet/com.bitget.web3/image.ts +1 -1
  661. package/src/wallets/__generated__/wallet/com.bitget.web3/index.ts +1 -1
  662. package/src/wallets/__generated__/wallet/com.bitpay/image.ts +1 -1
  663. package/src/wallets/__generated__/wallet/com.bitpay/index.ts +1 -1
  664. package/src/wallets/__generated__/wallet/com.blockchain/image.ts +1 -1
  665. package/src/wallets/__generated__/wallet/com.blockchain/index.ts +2 -2
  666. package/src/wallets/__generated__/wallet/com.coinsdo/index.ts +3 -3
  667. package/src/wallets/__generated__/wallet/com.crypto.wallet/index.ts +3 -3
  668. package/src/wallets/__generated__/wallet/com.dcentwallet/image.ts +1 -1
  669. package/src/wallets/__generated__/wallet/com.dcentwallet/index.ts +1 -1
  670. package/src/wallets/__generated__/wallet/com.dokwallet/image.ts +7 -0
  671. package/src/wallets/__generated__/wallet/com.dokwallet/index.ts +32 -0
  672. package/src/wallets/__generated__/wallet/com.elrond.maiar.wallet/image.ts +1 -1
  673. package/src/wallets/__generated__/wallet/com.elrond.maiar.wallet/index.ts +2 -2
  674. package/src/wallets/__generated__/wallet/com.fireblocks/image.ts +1 -1
  675. package/src/wallets/__generated__/wallet/com.fireblocks/index.ts +1 -1
  676. package/src/wallets/__generated__/wallet/com.gayawallet/image.ts +7 -0
  677. package/src/wallets/__generated__/wallet/com.gayawallet/index.ts +32 -0
  678. package/src/wallets/__generated__/wallet/com.gemspocket/image.ts +7 -0
  679. package/src/wallets/__generated__/wallet/{io.ancrypto → com.gemspocket}/index.ts +5 -5
  680. package/src/wallets/__generated__/wallet/com.gemwallet/index.ts +2 -2
  681. package/src/wallets/__generated__/wallet/com.kaxaa/image.ts +7 -0
  682. package/src/wallets/__generated__/wallet/com.kaxaa/index.ts +32 -0
  683. package/src/wallets/__generated__/wallet/com.kraken/image.ts +1 -1
  684. package/src/wallets/__generated__/wallet/com.kraken/index.ts +1 -1
  685. package/src/wallets/__generated__/wallet/com.kucoin/index.ts +2 -2
  686. package/src/wallets/__generated__/wallet/com.ledger/index.ts +3 -3
  687. package/src/wallets/__generated__/wallet/com.obliowallet/image.ts +7 -0
  688. package/src/wallets/__generated__/wallet/com.obliowallet/index.ts +31 -0
  689. package/src/wallets/__generated__/wallet/com.okex.wallet/index.ts +1 -1
  690. package/src/wallets/__generated__/wallet/com.passwallet.app/image.ts +1 -1
  691. package/src/wallets/__generated__/wallet/com.passwallet.app/index.ts +2 -2
  692. package/src/wallets/__generated__/wallet/com.payperless/index.ts +1 -1
  693. package/src/wallets/__generated__/wallet/com.pionewallet/image.ts +7 -0
  694. package/src/wallets/__generated__/wallet/com.pionewallet/index.ts +32 -0
  695. package/src/wallets/__generated__/wallet/com.purechain/image.ts +7 -0
  696. package/src/wallets/__generated__/wallet/com.purechain/index.ts +32 -0
  697. package/src/wallets/__generated__/wallet/com.qubetics/image.ts +7 -0
  698. package/src/wallets/__generated__/wallet/{com.companyname.swaptobe → com.qubetics}/index.ts +8 -8
  699. package/src/wallets/__generated__/wallet/com.revelator.wallet/image.ts +7 -0
  700. package/src/wallets/__generated__/wallet/com.revelator.wallet/index.ts +32 -0
  701. package/src/wallets/__generated__/wallet/com.saify/image.ts +7 -0
  702. package/src/wallets/__generated__/wallet/com.saify/index.ts +31 -0
  703. package/src/wallets/__generated__/wallet/com.zengo/index.ts +2 -2
  704. package/src/wallets/__generated__/wallet/io.banksocial/image.ts +7 -0
  705. package/src/wallets/__generated__/wallet/io.banksocial/index.ts +32 -0
  706. package/src/wallets/__generated__/wallet/io.ibvm/image.ts +7 -0
  707. package/src/wallets/__generated__/wallet/io.ibvm/index.ts +31 -0
  708. package/src/wallets/__generated__/wallet/io.owallet/index.ts +1 -1
  709. package/src/wallets/__generated__/wallet/io.up/image.ts +7 -0
  710. package/src/wallets/__generated__/wallet/io.up/index.ts +31 -0
  711. package/src/wallets/__generated__/wallet/io.yowallet/index.ts +1 -1
  712. package/src/wallets/__generated__/wallet/jp.co.rakuten-wallet/image.ts +1 -1
  713. package/src/wallets/__generated__/wallet/jp.co.rakuten-wallet/index.ts +1 -1
  714. package/src/wallets/__generated__/wallet/me.rainbow/image.ts +1 -1
  715. package/src/wallets/__generated__/wallet/me.rainbow/index.ts +1 -1
  716. package/src/wallets/__generated__/wallet/my.mone/image.ts +7 -0
  717. package/src/wallets/__generated__/wallet/{one.metapro.wallet → my.mone}/index.ts +7 -7
  718. package/src/wallets/__generated__/wallet/one.mixin.messenger/index.ts +1 -1
  719. package/src/wallets/__generated__/wallet/org.creditcoin.app/image.ts +7 -0
  720. package/src/wallets/__generated__/wallet/org.creditcoin.app/index.ts +32 -0
  721. package/src/wallets/__generated__/wallet/org.rezor/image.ts +7 -0
  722. package/src/wallets/__generated__/wallet/org.rezor/index.ts +31 -0
  723. package/src/wallets/__generated__/wallet/org.uniswap/index.ts +2 -1
  724. package/src/wallets/__generated__/wallet/pro.hinkal.walletconnect/image.ts +7 -0
  725. package/src/wallets/__generated__/wallet/pro.hinkal.walletconnect/index.ts +32 -0
  726. package/src/wallets/__generated__/wallet/sh.frame/image.ts +7 -0
  727. package/src/wallets/__generated__/wallet/sh.frame/index.ts +31 -0
  728. package/src/wallets/__generated__/wallet/xyz.ctrl/image.ts +1 -1
  729. package/src/wallets/__generated__/wallet/xyz.ctrl/index.ts +3 -3
  730. package/src/wallets/__generated__/wallet/xyz.joeywallet/image.ts +7 -0
  731. package/src/wallets/__generated__/wallet/xyz.joeywallet/index.ts +31 -0
  732. package/src/wallets/__generated__/wallet/xyz.timelesswallet/image.ts +1 -1
  733. package/src/wallets/__generated__/wallet/xyz.timelesswallet/index.ts +1 -1
  734. package/src/wallets/__generated__/wallet/xyz.tucop/image.ts +7 -0
  735. package/src/wallets/__generated__/wallet/xyz.tucop/index.ts +31 -0
  736. package/src/wallets/__generated__/wallet-ids.ts +275 -255
  737. package/src/wallets/__generated__/wallet-infos.ts +765 -680
  738. package/dist/cjs/wallets/__generated__/wallet/com.companyname.swaptobe/image.js +0 -7
  739. package/dist/cjs/wallets/__generated__/wallet/com.companyname.swaptobe/image.js.map +0 -1
  740. package/dist/cjs/wallets/__generated__/wallet/com.companyname.swaptobe/index.js.map +0 -1
  741. package/dist/cjs/wallets/__generated__/wallet/finance.slingshot/image.js +0 -7
  742. package/dist/cjs/wallets/__generated__/wallet/finance.slingshot/image.js.map +0 -1
  743. package/dist/cjs/wallets/__generated__/wallet/finance.slingshot/index.js.map +0 -1
  744. package/dist/cjs/wallets/__generated__/wallet/io.ancrypto/image.js +0 -7
  745. package/dist/cjs/wallets/__generated__/wallet/io.ancrypto/image.js.map +0 -1
  746. package/dist/cjs/wallets/__generated__/wallet/io.ancrypto/index.js.map +0 -1
  747. package/dist/cjs/wallets/__generated__/wallet/one.metapro.wallet/image.js +0 -7
  748. package/dist/esm/wallets/__generated__/wallet/com.companyname.swaptobe/image.js +0 -5
  749. package/dist/esm/wallets/__generated__/wallet/com.companyname.swaptobe/image.js.map +0 -1
  750. package/dist/esm/wallets/__generated__/wallet/com.companyname.swaptobe/index.js.map +0 -1
  751. package/dist/esm/wallets/__generated__/wallet/finance.slingshot/image.js +0 -5
  752. package/dist/esm/wallets/__generated__/wallet/finance.slingshot/image.js.map +0 -1
  753. package/dist/esm/wallets/__generated__/wallet/finance.slingshot/index.js.map +0 -1
  754. package/dist/esm/wallets/__generated__/wallet/io.ancrypto/image.js +0 -5
  755. package/dist/esm/wallets/__generated__/wallet/io.ancrypto/image.js.map +0 -1
  756. package/dist/esm/wallets/__generated__/wallet/io.ancrypto/index.js.map +0 -1
  757. package/dist/esm/wallets/__generated__/wallet/one.metapro.wallet/image.js +0 -5
  758. package/dist/esm/wallets/__generated__/wallet/one.metapro.wallet/index.js.map +0 -1
  759. package/dist/types/wallets/__generated__/wallet/com.companyname.swaptobe/image.d.ts +0 -3
  760. package/dist/types/wallets/__generated__/wallet/com.companyname.swaptobe/image.d.ts.map +0 -1
  761. package/dist/types/wallets/__generated__/wallet/com.companyname.swaptobe/index.d.ts.map +0 -1
  762. package/dist/types/wallets/__generated__/wallet/finance.slingshot/image.d.ts +0 -3
  763. package/dist/types/wallets/__generated__/wallet/finance.slingshot/image.d.ts.map +0 -1
  764. package/dist/types/wallets/__generated__/wallet/finance.slingshot/index.d.ts.map +0 -1
  765. package/dist/types/wallets/__generated__/wallet/io.ancrypto/image.d.ts +0 -3
  766. package/dist/types/wallets/__generated__/wallet/io.ancrypto/image.d.ts.map +0 -1
  767. package/dist/types/wallets/__generated__/wallet/io.ancrypto/index.d.ts.map +0 -1
  768. package/dist/types/wallets/__generated__/wallet/one.metapro.wallet/image.d.ts +0 -3
  769. package/dist/types/wallets/__generated__/wallet/one.metapro.wallet/image.d.ts.map +0 -1
  770. package/dist/types/wallets/__generated__/wallet/one.metapro.wallet/index.d.ts.map +0 -1
  771. package/src/wallets/__generated__/wallet/com.companyname.swaptobe/image.ts +0 -7
  772. package/src/wallets/__generated__/wallet/finance.slingshot/image.ts +0 -7
  773. package/src/wallets/__generated__/wallet/io.ancrypto/image.ts +0 -7
  774. package/src/wallets/__generated__/wallet/one.metapro.wallet/image.ts +0 -7
@@ -1,4 +1,3 @@
1
- /* biome-ignore-all lint: IGNORED */
2
1
  // This file is auto-generated by the `scripts/wallets/generate.ts` script.
3
2
  // Do not modify this file manually.
4
3
  import { isEcosystemWallet } from "../ecosystem/is-ecosystem-wallet.js";
@@ -41,30 +40,30 @@ export async function getWalletInfo(id, image) {
41
40
  ? import("../custom/adapter/image.js").then((img) => img.default)
42
41
  : import("../custom/adapter/index.js").then((w) => w.wallet));
43
42
  }
44
- case "io.metamask": {
45
- return (image
46
- ? import("./wallet/io.metamask/image.js").then((img) => img.default)
47
- : import("./wallet/io.metamask/index.js").then((w) => w.wallet));
48
- }
49
43
  case "com.trustwallet.app": {
50
44
  return (image
51
45
  ? import("./wallet/com.trustwallet.app/image.js").then((img) => img.default)
52
46
  : import("./wallet/com.trustwallet.app/index.js").then((w) => w.wallet));
53
47
  }
54
- case "com.bitget.web3": {
48
+ case "io.metamask": {
55
49
  return (image
56
- ? import("./wallet/com.bitget.web3/image.js").then((img) => img.default)
57
- : import("./wallet/com.bitget.web3/index.js").then((w) => w.wallet));
50
+ ? import("./wallet/io.metamask/image.js").then((img) => img.default)
51
+ : import("./wallet/io.metamask/index.js").then((w) => w.wallet));
52
+ }
53
+ case "com.binance.wallet": {
54
+ return (image
55
+ ? import("./wallet/com.binance.wallet/image.js").then((img) => img.default)
56
+ : import("./wallet/com.binance.wallet/index.js").then((w) => w.wallet));
58
57
  }
59
58
  case "com.okex.wallet": {
60
59
  return (image
61
60
  ? import("./wallet/com.okex.wallet/image.js").then((img) => img.default)
62
61
  : import("./wallet/com.okex.wallet/index.js").then((w) => w.wallet));
63
62
  }
64
- case "com.binance.wallet": {
63
+ case "com.bitget.web3": {
65
64
  return (image
66
- ? import("./wallet/com.binance.wallet/image.js").then((img) => img.default)
67
- : import("./wallet/com.binance.wallet/index.js").then((w) => w.wallet));
65
+ ? import("./wallet/com.bitget.web3/image.js").then((img) => img.default)
66
+ : import("./wallet/com.bitget.web3/index.js").then((w) => w.wallet));
68
67
  }
69
68
  case "com.safepal": {
70
69
  return (image
@@ -76,26 +75,21 @@ export async function getWalletInfo(id, image) {
76
75
  ? import("./wallet/pro.tokenpocket/image.js").then((img) => img.default)
77
76
  : import("./wallet/pro.tokenpocket/index.js").then((w) => w.wallet));
78
77
  }
79
- case "com.bybit": {
80
- return (image
81
- ? import("./wallet/com.bybit/image.js").then((img) => img.default)
82
- : import("./wallet/com.bybit/index.js").then((w) => w.wallet));
83
- }
84
78
  case "org.uniswap": {
85
79
  return (image
86
80
  ? import("./wallet/org.uniswap/image.js").then((img) => img.default)
87
81
  : import("./wallet/org.uniswap/index.js").then((w) => w.wallet));
88
82
  }
83
+ case "com.bybit": {
84
+ return (image
85
+ ? import("./wallet/com.bybit/image.js").then((img) => img.default)
86
+ : import("./wallet/com.bybit/index.js").then((w) => w.wallet));
87
+ }
89
88
  case "io.zerion.wallet": {
90
89
  return (image
91
90
  ? import("./wallet/io.zerion.wallet/image.js").then((img) => img.default)
92
91
  : import("./wallet/io.zerion.wallet/index.js").then((w) => w.wallet));
93
92
  }
94
- case "me.rainbow": {
95
- return (image
96
- ? import("./wallet/me.rainbow/image.js").then((img) => img.default)
97
- : import("./wallet/me.rainbow/index.js").then((w) => w.wallet));
98
- }
99
93
  case "com.ledger": {
100
94
  return (image
101
95
  ? import("./wallet/com.ledger/image.js").then((img) => img.default)
@@ -106,485 +100,500 @@ export async function getWalletInfo(id, image) {
106
100
  ? import("./wallet/com.crypto.wallet/image.js").then((img) => img.default)
107
101
  : import("./wallet/com.crypto.wallet/index.js").then((w) => w.wallet));
108
102
  }
109
- case "com.kraken": {
103
+ case "im.token": {
110
104
  return (image
111
- ? import("./wallet/com.kraken/image.js").then((img) => img.default)
112
- : import("./wallet/com.kraken/index.js").then((w) => w.wallet));
105
+ ? import("./wallet/im.token/image.js").then((img) => img.default)
106
+ : import("./wallet/im.token/index.js").then((w) => w.wallet));
113
107
  }
114
108
  case "io.1inch.wallet": {
115
109
  return (image
116
110
  ? import("./wallet/io.1inch.wallet/image.js").then((img) => img.default)
117
111
  : import("./wallet/io.1inch.wallet/index.js").then((w) => w.wallet));
118
112
  }
119
- case "im.token": {
120
- return (image
121
- ? import("./wallet/im.token/image.js").then((img) => img.default)
122
- : import("./wallet/im.token/index.js").then((w) => w.wallet));
123
- }
124
113
  case "global.safe": {
125
114
  return (image
126
115
  ? import("./wallet/global.safe/image.js").then((img) => img.default)
127
116
  : import("./wallet/global.safe/index.js").then((w) => w.wallet));
128
117
  }
129
- case "xyz.timelesswallet": {
130
- return (image
131
- ? import("./wallet/xyz.timelesswallet/image.js").then((img) => img.default)
132
- : import("./wallet/xyz.timelesswallet/index.js").then((w) => w.wallet));
133
- }
134
118
  case "com.roninchain.wallet": {
135
119
  return (image
136
120
  ? import("./wallet/com.roninchain.wallet/image.js").then((img) => img.default)
137
121
  : import("./wallet/com.roninchain.wallet/index.js").then((w) => w.wallet));
138
122
  }
139
- case "com.elrond.maiar.wallet": {
123
+ case "com.fireblocks": {
140
124
  return (image
141
- ? import("./wallet/com.elrond.maiar.wallet/image.js").then((img) => img.default)
142
- : import("./wallet/com.elrond.maiar.wallet/index.js").then((w) => w.wallet));
125
+ ? import("./wallet/com.fireblocks/image.js").then((img) => img.default)
126
+ : import("./wallet/com.fireblocks/index.js").then((w) => w.wallet));
143
127
  }
144
128
  case "app.backpack": {
145
129
  return (image
146
130
  ? import("./wallet/app.backpack/image.js").then((img) => img.default)
147
131
  : import("./wallet/app.backpack/index.js").then((w) => w.wallet));
148
132
  }
149
- case "com.exodus": {
133
+ case "ag.jup": {
150
134
  return (image
151
- ? import("./wallet/com.exodus/image.js").then((img) => img.default)
152
- : import("./wallet/com.exodus/index.js").then((w) => w.wallet));
135
+ ? import("./wallet/ag.jup/image.js").then((img) => img.default)
136
+ : import("./wallet/ag.jup/index.js").then((w) => w.wallet));
153
137
  }
154
- case "com.fireblocks": {
138
+ case "com.bitcoin": {
155
139
  return (image
156
- ? import("./wallet/com.fireblocks/image.js").then((img) => img.default)
157
- : import("./wallet/com.fireblocks/index.js").then((w) => w.wallet));
140
+ ? import("./wallet/com.bitcoin/image.js").then((img) => img.default)
141
+ : import("./wallet/com.bitcoin/index.js").then((w) => w.wallet));
158
142
  }
159
- case "ag.jup": {
143
+ case "me.rainbow": {
160
144
  return (image
161
- ? import("./wallet/ag.jup/image.js").then((img) => img.default)
162
- : import("./wallet/ag.jup/index.js").then((w) => w.wallet));
145
+ ? import("./wallet/me.rainbow/image.js").then((img) => img.default)
146
+ : import("./wallet/me.rainbow/index.js").then((w) => w.wallet));
163
147
  }
164
- case "com.blockchain": {
148
+ case "com.wemixplay": {
165
149
  return (image
166
- ? import("./wallet/com.blockchain/image.js").then((img) => img.default)
167
- : import("./wallet/com.blockchain/index.js").then((w) => w.wallet));
150
+ ? import("./wallet/com.wemixplay/image.js").then((img) => img.default)
151
+ : import("./wallet/com.wemixplay/index.js").then((w) => w.wallet));
168
152
  }
169
- case "io.magiceden.wallet": {
153
+ case "com.bestwallet": {
170
154
  return (image
171
- ? import("./wallet/io.magiceden.wallet/image.js").then((img) => img.default)
172
- : import("./wallet/io.magiceden.wallet/index.js").then((w) => w.wallet));
155
+ ? import("./wallet/com.bestwallet/image.js").then((img) => img.default)
156
+ : import("./wallet/com.bestwallet/index.js").then((w) => w.wallet));
173
157
  }
174
- case "com.bifrostwallet": {
158
+ case "com.elrond.maiar.wallet": {
175
159
  return (image
176
- ? import("./wallet/com.bifrostwallet/image.js").then((img) => img.default)
177
- : import("./wallet/com.bifrostwallet/index.js").then((w) => w.wallet));
160
+ ? import("./wallet/com.elrond.maiar.wallet/image.js").then((img) => img.default)
161
+ : import("./wallet/com.elrond.maiar.wallet/index.js").then((w) => w.wallet));
178
162
  }
179
- case "com.tangem": {
163
+ case "me.haha": {
180
164
  return (image
181
- ? import("./wallet/com.tangem/image.js").then((img) => img.default)
182
- : import("./wallet/com.tangem/index.js").then((w) => w.wallet));
165
+ ? import("./wallet/me.haha/image.js").then((img) => img.default)
166
+ : import("./wallet/me.haha/index.js").then((w) => w.wallet));
183
167
  }
184
- case "com.wemixplay": {
168
+ case "com.hashpack.wallet": {
185
169
  return (image
186
- ? import("./wallet/com.wemixplay/image.js").then((img) => img.default)
187
- : import("./wallet/com.wemixplay/index.js").then((w) => w.wallet));
170
+ ? import("./wallet/com.hashpack.wallet/image.js").then((img) => img.default)
171
+ : import("./wallet/com.hashpack.wallet/index.js").then((w) => w.wallet));
188
172
  }
189
- case "com.robinhood.wallet": {
173
+ case "com.exodus": {
190
174
  return (image
191
- ? import("./wallet/com.robinhood.wallet/image.js").then((img) => img.default)
192
- : import("./wallet/com.robinhood.wallet/index.js").then((w) => w.wallet));
175
+ ? import("./wallet/com.exodus/image.js").then((img) => img.default)
176
+ : import("./wallet/com.exodus/index.js").then((w) => w.wallet));
193
177
  }
194
- case "com.bitcoin": {
178
+ case "com.kucoin": {
195
179
  return (image
196
- ? import("./wallet/com.bitcoin/image.js").then((img) => img.default)
197
- : import("./wallet/com.bitcoin/index.js").then((w) => w.wallet));
180
+ ? import("./wallet/com.kucoin/image.js").then((img) => img.default)
181
+ : import("./wallet/com.kucoin/index.js").then((w) => w.wallet));
198
182
  }
199
- case "org.mathwallet": {
183
+ case "com.tangem": {
200
184
  return (image
201
- ? import("./wallet/org.mathwallet/image.js").then((img) => img.default)
202
- : import("./wallet/org.mathwallet/index.js").then((w) => w.wallet));
185
+ ? import("./wallet/com.tangem/image.js").then((img) => img.default)
186
+ : import("./wallet/com.tangem/index.js").then((w) => w.wallet));
187
+ }
188
+ case "io.magiceden.wallet": {
189
+ return (image
190
+ ? import("./wallet/io.magiceden.wallet/image.js").then((img) => img.default)
191
+ : import("./wallet/io.magiceden.wallet/index.js").then((w) => w.wallet));
203
192
  }
204
193
  case "network.blackfort": {
205
194
  return (image
206
195
  ? import("./wallet/network.blackfort/image.js").then((img) => img.default)
207
196
  : import("./wallet/network.blackfort/index.js").then((w) => w.wallet));
208
197
  }
209
- case "app.keplr": {
198
+ case "com.socios.app": {
210
199
  return (image
211
- ? import("./wallet/app.keplr/image.js").then((img) => img.default)
212
- : import("./wallet/app.keplr/index.js").then((w) => w.wallet));
200
+ ? import("./wallet/com.socios.app/image.js").then((img) => img.default)
201
+ : import("./wallet/com.socios.app/index.js").then((w) => w.wallet));
202
+ }
203
+ case "com.bifrostwallet": {
204
+ return (image
205
+ ? import("./wallet/com.bifrostwallet/image.js").then((img) => img.default)
206
+ : import("./wallet/com.bifrostwallet/index.js").then((w) => w.wallet));
213
207
  }
214
208
  case "com.bee": {
215
209
  return (image
216
210
  ? import("./wallet/com.bee/image.js").then((img) => img.default)
217
211
  : import("./wallet/com.bee/index.js").then((w) => w.wallet));
218
212
  }
219
- case "com.veworld": {
220
- return (image
221
- ? import("./wallet/com.veworld/image.js").then((img) => img.default)
222
- : import("./wallet/com.veworld/index.js").then((w) => w.wallet));
223
- }
224
- case "com.bestwallet": {
213
+ case "id.co.pintu": {
225
214
  return (image
226
- ? import("./wallet/com.bestwallet/image.js").then((img) => img.default)
227
- : import("./wallet/com.bestwallet/index.js").then((w) => w.wallet));
215
+ ? import("./wallet/id.co.pintu/image.js").then((img) => img.default)
216
+ : import("./wallet/id.co.pintu/index.js").then((w) => w.wallet));
228
217
  }
229
- case "com.fastex.wallet": {
218
+ case "org.mathwallet": {
230
219
  return (image
231
- ? import("./wallet/com.fastex.wallet/image.js").then((img) => img.default)
232
- : import("./wallet/com.fastex.wallet/index.js").then((w) => w.wallet));
220
+ ? import("./wallet/org.mathwallet/image.js").then((img) => img.default)
221
+ : import("./wallet/org.mathwallet/index.js").then((w) => w.wallet));
233
222
  }
234
- case "com.valoraapp": {
223
+ case "xyz.timelesswallet": {
235
224
  return (image
236
- ? import("./wallet/com.valoraapp/image.js").then((img) => img.default)
237
- : import("./wallet/com.valoraapp/index.js").then((w) => w.wallet));
225
+ ? import("./wallet/xyz.timelesswallet/image.js").then((img) => img.default)
226
+ : import("./wallet/xyz.timelesswallet/index.js").then((w) => w.wallet));
238
227
  }
239
- case "id.co.pintu": {
228
+ case "io.yowallet": {
240
229
  return (image
241
- ? import("./wallet/id.co.pintu/image.js").then((img) => img.default)
242
- : import("./wallet/id.co.pintu/index.js").then((w) => w.wallet));
230
+ ? import("./wallet/io.yowallet/image.js").then((img) => img.default)
231
+ : import("./wallet/io.yowallet/index.js").then((w) => w.wallet));
243
232
  }
244
- case "app.core.extension": {
233
+ case "com.kraken": {
245
234
  return (image
246
- ? import("./wallet/app.core.extension/image.js").then((img) => img.default)
247
- : import("./wallet/app.core.extension/index.js").then((w) => w.wallet));
235
+ ? import("./wallet/com.kraken/image.js").then((img) => img.default)
236
+ : import("./wallet/com.kraken/index.js").then((w) => w.wallet));
248
237
  }
249
238
  case "com.opera": {
250
239
  return (image
251
240
  ? import("./wallet/com.opera/image.js").then((img) => img.default)
252
241
  : import("./wallet/com.opera/index.js").then((w) => w.wallet));
253
242
  }
254
- case "app.girin": {
243
+ case "app.keplr": {
255
244
  return (image
256
- ? import("./wallet/app.girin/image.js").then((img) => img.default)
257
- : import("./wallet/app.girin/index.js").then((w) => w.wallet));
245
+ ? import("./wallet/app.keplr/image.js").then((img) => img.default)
246
+ : import("./wallet/app.keplr/index.js").then((w) => w.wallet));
258
247
  }
259
- case "dev.auroracloud": {
248
+ case "io.internetmoney": {
260
249
  return (image
261
- ? import("./wallet/dev.auroracloud/image.js").then((img) => img.default)
262
- : import("./wallet/dev.auroracloud/index.js").then((w) => w.wallet));
250
+ ? import("./wallet/io.internetmoney/image.js").then((img) => img.default)
251
+ : import("./wallet/io.internetmoney/index.js").then((w) => w.wallet));
252
+ }
253
+ case "com.fastex.wallet": {
254
+ return (image
255
+ ? import("./wallet/com.fastex.wallet/image.js").then((img) => img.default)
256
+ : import("./wallet/com.fastex.wallet/index.js").then((w) => w.wallet));
263
257
  }
264
258
  case "com.chain": {
265
259
  return (image
266
260
  ? import("./wallet/com.chain/image.js").then((img) => img.default)
267
261
  : import("./wallet/com.chain/index.js").then((w) => w.wallet));
268
262
  }
269
- case "app.wombat": {
263
+ case "com.blockchain": {
270
264
  return (image
271
- ? import("./wallet/app.wombat/image.js").then((img) => img.default)
272
- : import("./wallet/app.wombat/index.js").then((w) => w.wallet));
265
+ ? import("./wallet/com.blockchain/image.js").then((img) => img.default)
266
+ : import("./wallet/com.blockchain/index.js").then((w) => w.wallet));
273
267
  }
274
- case "me.haha": {
268
+ case "com.flowfoundation.wallet": {
275
269
  return (image
276
- ? import("./wallet/me.haha/image.js").then((img) => img.default)
277
- : import("./wallet/me.haha/index.js").then((w) => w.wallet));
270
+ ? import("./wallet/com.flowfoundation.wallet/image.js").then((img) => img.default)
271
+ : import("./wallet/com.flowfoundation.wallet/index.js").then((w) => w.wallet));
278
272
  }
279
273
  case "io.huddln": {
280
274
  return (image
281
275
  ? import("./wallet/io.huddln/image.js").then((img) => img.default)
282
276
  : import("./wallet/io.huddln/index.js").then((w) => w.wallet));
283
277
  }
278
+ case "app.core.extension": {
279
+ return (image
280
+ ? import("./wallet/app.core.extension/image.js").then((img) => img.default)
281
+ : import("./wallet/app.core.extension/index.js").then((w) => w.wallet));
282
+ }
283
+ case "com.valoraapp": {
284
+ return (image
285
+ ? import("./wallet/com.valoraapp/image.js").then((img) => img.default)
286
+ : import("./wallet/com.valoraapp/index.js").then((w) => w.wallet));
287
+ }
284
288
  case "so.onekey.app.wallet": {
285
289
  return (image
286
290
  ? import("./wallet/so.onekey.app.wallet/image.js").then((img) => img.default)
287
291
  : import("./wallet/so.onekey.app.wallet/index.js").then((w) => w.wallet));
288
292
  }
289
- case "app.subwallet": {
290
- return (image
291
- ? import("./wallet/app.subwallet/image.js").then((img) => img.default)
292
- : import("./wallet/app.subwallet/index.js").then((w) => w.wallet));
293
- }
294
293
  case "pk.modular": {
295
294
  return (image
296
295
  ? import("./wallet/pk.modular/image.js").then((img) => img.default)
297
296
  : import("./wallet/pk.modular/index.js").then((w) => w.wallet));
298
297
  }
299
- case "com.dcentwallet": {
298
+ case "com.robinhood.wallet": {
300
299
  return (image
301
- ? import("./wallet/com.dcentwallet/image.js").then((img) => img.default)
302
- : import("./wallet/com.dcentwallet/index.js").then((w) => w.wallet));
300
+ ? import("./wallet/com.robinhood.wallet/image.js").then((img) => img.default)
301
+ : import("./wallet/com.robinhood.wallet/index.js").then((w) => w.wallet));
303
302
  }
304
- case "io.internetmoney": {
303
+ case "app.subwallet": {
305
304
  return (image
306
- ? import("./wallet/io.internetmoney/image.js").then((img) => img.default)
307
- : import("./wallet/io.internetmoney/index.js").then((w) => w.wallet));
305
+ ? import("./wallet/app.subwallet/image.js").then((img) => img.default)
306
+ : import("./wallet/app.subwallet/index.js").then((w) => w.wallet));
308
307
  }
309
- case "com.hashpack.wallet": {
308
+ case "app.wombat": {
310
309
  return (image
311
- ? import("./wallet/com.hashpack.wallet/image.js").then((img) => img.default)
312
- : import("./wallet/com.hashpack.wallet/index.js").then((w) => w.wallet));
310
+ ? import("./wallet/app.wombat/image.js").then((img) => img.default)
311
+ : import("./wallet/app.wombat/index.js").then((w) => w.wallet));
313
312
  }
314
- case "app.kabila": {
313
+ case "com.dcentwallet": {
315
314
  return (image
316
- ? import("./wallet/app.kabila/image.js").then((img) => img.default)
317
- : import("./wallet/app.kabila/index.js").then((w) => w.wallet));
315
+ ? import("./wallet/com.dcentwallet/image.js").then((img) => img.default)
316
+ : import("./wallet/com.dcentwallet/index.js").then((w) => w.wallet));
318
317
  }
319
318
  case "com.sabay.wallet": {
320
319
  return (image
321
320
  ? import("./wallet/com.sabay.wallet/image.js").then((img) => img.default)
322
321
  : import("./wallet/com.sabay.wallet/index.js").then((w) => w.wallet));
323
322
  }
324
- case "com.mewwallet": {
323
+ case "org.hot-labs": {
325
324
  return (image
326
- ? import("./wallet/com.mewwallet/image.js").then((img) => img.default)
327
- : import("./wallet/com.mewwallet/index.js").then((w) => w.wallet));
325
+ ? import("./wallet/org.hot-labs/image.js").then((img) => img.default)
326
+ : import("./wallet/org.hot-labs/index.js").then((w) => w.wallet));
328
327
  }
329
328
  case "io.tokoin": {
330
329
  return (image
331
330
  ? import("./wallet/io.tokoin/image.js").then((img) => img.default)
332
331
  : import("./wallet/io.tokoin/index.js").then((w) => w.wallet));
333
332
  }
334
- case "io.atomicwallet": {
333
+ case "app.girin": {
335
334
  return (image
336
- ? import("./wallet/io.atomicwallet/image.js").then((img) => img.default)
337
- : import("./wallet/io.atomicwallet/index.js").then((w) => w.wallet));
335
+ ? import("./wallet/app.girin/image.js").then((img) => img.default)
336
+ : import("./wallet/app.girin/index.js").then((w) => w.wallet));
338
337
  }
339
- case "io.leapwallet": {
340
- return (image
341
- ? import("./wallet/io.leapwallet/image.js").then((img) => img.default)
342
- : import("./wallet/io.leapwallet/index.js").then((w) => w.wallet));
343
- }
344
- case "io.novawallet": {
338
+ case "app.kabila": {
345
339
  return (image
346
- ? import("./wallet/io.novawallet/image.js").then((img) => img.default)
347
- : import("./wallet/io.novawallet/index.js").then((w) => w.wallet));
340
+ ? import("./wallet/app.kabila/image.js").then((img) => img.default)
341
+ : import("./wallet/app.kabila/index.js").then((w) => w.wallet));
348
342
  }
349
- case "com.flowfoundation.wallet": {
343
+ case "org.thorwallet": {
350
344
  return (image
351
- ? import("./wallet/com.flowfoundation.wallet/image.js").then((img) => img.default)
352
- : import("./wallet/com.flowfoundation.wallet/index.js").then((w) => w.wallet));
345
+ ? import("./wallet/org.thorwallet/image.js").then((img) => img.default)
346
+ : import("./wallet/org.thorwallet/index.js").then((w) => w.wallet));
353
347
  }
354
348
  case "org.gooddollar": {
355
349
  return (image
356
350
  ? import("./wallet/org.gooddollar/image.js").then((img) => img.default)
357
351
  : import("./wallet/org.gooddollar/index.js").then((w) => w.wallet));
358
352
  }
353
+ case "com.zengo": {
354
+ return (image
355
+ ? import("./wallet/com.zengo/image.js").then((img) => img.default)
356
+ : import("./wallet/com.zengo/index.js").then((w) => w.wallet));
357
+ }
358
+ case "com.mewwallet": {
359
+ return (image
360
+ ? import("./wallet/com.mewwallet/image.js").then((img) => img.default)
361
+ : import("./wallet/com.mewwallet/index.js").then((w) => w.wallet));
362
+ }
359
363
  case "network.cvl": {
360
364
  return (image
361
365
  ? import("./wallet/network.cvl/image.js").then((img) => img.default)
362
366
  : import("./wallet/network.cvl/index.js").then((w) => w.wallet));
363
367
  }
368
+ case "io.enjin": {
369
+ return (image
370
+ ? import("./wallet/io.enjin/image.js").then((img) => img.default)
371
+ : import("./wallet/io.enjin/index.js").then((w) => w.wallet));
372
+ }
364
373
  case "com.bitso": {
365
374
  return (image
366
375
  ? import("./wallet/com.bitso/image.js").then((img) => img.default)
367
376
  : import("./wallet/com.bitso/index.js").then((w) => w.wallet));
368
377
  }
369
- case "com.zengo": {
378
+ case "io.leapwallet": {
370
379
  return (image
371
- ? import("./wallet/com.zengo/image.js").then((img) => img.default)
372
- : import("./wallet/com.zengo/index.js").then((w) => w.wallet));
380
+ ? import("./wallet/io.leapwallet/image.js").then((img) => img.default)
381
+ : import("./wallet/io.leapwallet/index.js").then((w) => w.wallet));
373
382
  }
374
- case "com.klipwallet": {
383
+ case "io.novawallet": {
375
384
  return (image
376
- ? import("./wallet/com.klipwallet/image.js").then((img) => img.default)
377
- : import("./wallet/com.klipwallet/index.js").then((w) => w.wallet));
385
+ ? import("./wallet/io.novawallet/image.js").then((img) => img.default)
386
+ : import("./wallet/io.novawallet/index.js").then((w) => w.wallet));
378
387
  }
379
- case "xyz.argent": {
388
+ case "io.atomicwallet": {
380
389
  return (image
381
- ? import("./wallet/xyz.argent/image.js").then((img) => img.default)
382
- : import("./wallet/xyz.argent/index.js").then((w) => w.wallet));
390
+ ? import("./wallet/io.atomicwallet/image.js").then((img) => img.default)
391
+ : import("./wallet/io.atomicwallet/index.js").then((w) => w.wallet));
383
392
  }
384
393
  case "app.everspace": {
385
394
  return (image
386
395
  ? import("./wallet/app.everspace/image.js").then((img) => img.default)
387
396
  : import("./wallet/app.everspace/index.js").then((w) => w.wallet));
388
397
  }
389
- case "io.enjin": {
390
- return (image
391
- ? import("./wallet/io.enjin/image.js").then((img) => img.default)
392
- : import("./wallet/io.enjin/index.js").then((w) => w.wallet));
393
- }
394
- case "xyz.uniultra.wallet": {
395
- return (image
396
- ? import("./wallet/xyz.uniultra.wallet/image.js").then((img) => img.default)
397
- : import("./wallet/xyz.uniultra.wallet/index.js").then((w) => w.wallet));
398
- }
399
- case "social.halo": {
398
+ case "xyz.argent": {
400
399
  return (image
401
- ? import("./wallet/social.halo/image.js").then((img) => img.default)
402
- : import("./wallet/social.halo/index.js").then((w) => w.wallet));
400
+ ? import("./wallet/xyz.argent/image.js").then((img) => img.default)
401
+ : import("./wallet/xyz.argent/index.js").then((w) => w.wallet));
403
402
  }
404
- case "tech.okto": {
403
+ case "com.tomi": {
405
404
  return (image
406
- ? import("./wallet/tech.okto/image.js").then((img) => img.default)
407
- : import("./wallet/tech.okto/index.js").then((w) => w.wallet));
405
+ ? import("./wallet/com.tomi/image.js").then((img) => img.default)
406
+ : import("./wallet/com.tomi/index.js").then((w) => w.wallet));
408
407
  }
409
408
  case "io.kriptomat": {
410
409
  return (image
411
410
  ? import("./wallet/io.kriptomat/image.js").then((img) => img.default)
412
411
  : import("./wallet/io.kriptomat/index.js").then((w) => w.wallet));
413
412
  }
414
- case "co.xellar": {
415
- return (image
416
- ? import("./wallet/co.xellar/image.js").then((img) => img.default)
417
- : import("./wallet/co.xellar/index.js").then((w) => w.wallet));
418
- }
419
- case "network.haqq": {
413
+ case "com.klipwallet": {
420
414
  return (image
421
- ? import("./wallet/network.haqq/image.js").then((img) => img.default)
422
- : import("./wallet/network.haqq/index.js").then((w) => w.wallet));
415
+ ? import("./wallet/com.klipwallet/image.js").then((img) => img.default)
416
+ : import("./wallet/com.klipwallet/index.js").then((w) => w.wallet));
423
417
  }
424
418
  case "io.oxalus": {
425
419
  return (image
426
420
  ? import("./wallet/io.oxalus/image.js").then((img) => img.default)
427
421
  : import("./wallet/io.oxalus/index.js").then((w) => w.wallet));
428
422
  }
429
- case "com.ullapay": {
430
- return (image
431
- ? import("./wallet/com.ullapay/image.js").then((img) => img.default)
432
- : import("./wallet/com.ullapay/index.js").then((w) => w.wallet));
433
- }
434
- case "org.alephium": {
423
+ case "xyz.uniultra.wallet": {
435
424
  return (image
436
- ? import("./wallet/org.alephium/image.js").then((img) => img.default)
437
- : import("./wallet/org.alephium/index.js").then((w) => w.wallet));
425
+ ? import("./wallet/xyz.uniultra.wallet/image.js").then((img) => img.default)
426
+ : import("./wallet/xyz.uniultra.wallet/index.js").then((w) => w.wallet));
438
427
  }
439
428
  case "xyz.frontier.wallet": {
440
429
  return (image
441
430
  ? import("./wallet/xyz.frontier.wallet/image.js").then((img) => img.default)
442
431
  : import("./wallet/xyz.frontier.wallet/index.js").then((w) => w.wallet));
443
432
  }
444
- case "network.over": {
445
- return (image
446
- ? import("./wallet/network.over/image.js").then((img) => img.default)
447
- : import("./wallet/network.over/index.js").then((w) => w.wallet));
448
- }
449
433
  case "money.unstoppable": {
450
434
  return (image
451
435
  ? import("./wallet/money.unstoppable/image.js").then((img) => img.default)
452
436
  : import("./wallet/money.unstoppable/index.js").then((w) => w.wallet));
453
437
  }
454
- case "me.iopay": {
438
+ case "com.veworld": {
455
439
  return (image
456
- ? import("./wallet/me.iopay/image.js").then((img) => img.default)
457
- : import("./wallet/me.iopay/index.js").then((w) => w.wallet));
440
+ ? import("./wallet/com.veworld/image.js").then((img) => img.default)
441
+ : import("./wallet/com.veworld/index.js").then((w) => w.wallet));
458
442
  }
459
- case "com.tomi": {
443
+ case "com.burritowallet": {
460
444
  return (image
461
- ? import("./wallet/com.tomi/image.js").then((img) => img.default)
462
- : import("./wallet/com.tomi/index.js").then((w) => w.wallet));
445
+ ? import("./wallet/com.burritowallet/image.js").then((img) => img.default)
446
+ : import("./wallet/com.burritowallet/index.js").then((w) => w.wallet));
447
+ }
448
+ case "app.pluswallet": {
449
+ return (image
450
+ ? import("./wallet/app.pluswallet/image.js").then((img) => img.default)
451
+ : import("./wallet/app.pluswallet/index.js").then((w) => w.wallet));
463
452
  }
464
453
  case "xyz.coca": {
465
454
  return (image
466
455
  ? import("./wallet/xyz.coca/image.js").then((img) => img.default)
467
456
  : import("./wallet/xyz.coca/index.js").then((w) => w.wallet));
468
457
  }
469
- case "com.coin98": {
458
+ case "com.oasys-wallet": {
470
459
  return (image
471
- ? import("./wallet/com.coin98/image.js").then((img) => img.default)
472
- : import("./wallet/com.coin98/index.js").then((w) => w.wallet));
460
+ ? import("./wallet/com.oasys-wallet/image.js").then((img) => img.default)
461
+ : import("./wallet/com.oasys-wallet/index.js").then((w) => w.wallet));
473
462
  }
474
- case "org.thorwallet": {
463
+ case "social.halo": {
475
464
  return (image
476
- ? import("./wallet/org.thorwallet/image.js").then((img) => img.default)
477
- : import("./wallet/org.thorwallet/index.js").then((w) => w.wallet));
465
+ ? import("./wallet/social.halo/image.js").then((img) => img.default)
466
+ : import("./wallet/social.halo/index.js").then((w) => w.wallet));
478
467
  }
479
468
  case "com.monarchwallet": {
480
469
  return (image
481
470
  ? import("./wallet/com.monarchwallet/image.js").then((img) => img.default)
482
471
  : import("./wallet/com.monarchwallet/index.js").then((w) => w.wallet));
483
472
  }
484
- case "io.loopring.wallet": {
473
+ case "co.family.wallet": {
485
474
  return (image
486
- ? import("./wallet/io.loopring.wallet/image.js").then((img) => img.default)
487
- : import("./wallet/io.loopring.wallet/index.js").then((w) => w.wallet));
475
+ ? import("./wallet/co.family.wallet/image.js").then((img) => img.default)
476
+ : import("./wallet/co.family.wallet/index.js").then((w) => w.wallet));
488
477
  }
489
- case "one.metapro.wallet": {
478
+ case "io.ethermail": {
490
479
  return (image
491
- ? import("./wallet/one.metapro.wallet/image.js").then((img) => img.default)
492
- : import("./wallet/one.metapro.wallet/index.js").then((w) => w.wallet));
480
+ ? import("./wallet/io.ethermail/image.js").then((img) => img.default)
481
+ : import("./wallet/io.ethermail/index.js").then((w) => w.wallet));
493
482
  }
494
- case "com.burritowallet": {
483
+ case "dev.auroracloud": {
495
484
  return (image
496
- ? import("./wallet/com.burritowallet/image.js").then((img) => img.default)
497
- : import("./wallet/com.burritowallet/index.js").then((w) => w.wallet));
485
+ ? import("./wallet/dev.auroracloud/image.js").then((img) => img.default)
486
+ : import("./wallet/dev.auroracloud/index.js").then((w) => w.wallet));
498
487
  }
499
- case "com.mtpelerin": {
488
+ case "io.loopring.wallet": {
500
489
  return (image
501
- ? import("./wallet/com.mtpelerin/image.js").then((img) => img.default)
502
- : import("./wallet/com.mtpelerin/index.js").then((w) => w.wallet));
490
+ ? import("./wallet/io.loopring.wallet/image.js").then((img) => img.default)
491
+ : import("./wallet/io.loopring.wallet/index.js").then((w) => w.wallet));
503
492
  }
504
- case "app.pluswallet": {
493
+ case "cc.avacus": {
505
494
  return (image
506
- ? import("./wallet/app.pluswallet/image.js").then((img) => img.default)
507
- : import("./wallet/app.pluswallet/index.js").then((w) => w.wallet));
495
+ ? import("./wallet/cc.avacus/image.js").then((img) => img.default)
496
+ : import("./wallet/cc.avacus/index.js").then((w) => w.wallet));
508
497
  }
509
498
  case "cc.localtrade.lab": {
510
499
  return (image
511
500
  ? import("./wallet/cc.localtrade.lab/image.js").then((img) => img.default)
512
501
  : import("./wallet/cc.localtrade.lab/index.js").then((w) => w.wallet));
513
502
  }
514
- case "io.uptn.dapp-web": {
503
+ case "app.zeal": {
515
504
  return (image
516
- ? import("./wallet/io.uptn.dapp-web/image.js").then((img) => img.default)
517
- : import("./wallet/io.uptn.dapp-web/index.js").then((w) => w.wallet));
505
+ ? import("./wallet/app.zeal/image.js").then((img) => img.default)
506
+ : import("./wallet/app.zeal/index.js").then((w) => w.wallet));
518
507
  }
519
- case "app.herewallet": {
508
+ case "org.alephium": {
520
509
  return (image
521
- ? import("./wallet/app.herewallet/image.js").then((img) => img.default)
522
- : import("./wallet/app.herewallet/index.js").then((w) => w.wallet));
510
+ ? import("./wallet/org.alephium/image.js").then((img) => img.default)
511
+ : import("./wallet/org.alephium/index.js").then((w) => w.wallet));
523
512
  }
524
513
  case "com.xcapit": {
525
514
  return (image
526
515
  ? import("./wallet/com.xcapit/image.js").then((img) => img.default)
527
516
  : import("./wallet/com.xcapit/index.js").then((w) => w.wallet));
528
517
  }
529
- case "app.zeal": {
518
+ case "com.ullapay": {
530
519
  return (image
531
- ? import("./wallet/app.zeal/image.js").then((img) => img.default)
532
- : import("./wallet/app.zeal/index.js").then((w) => w.wallet));
520
+ ? import("./wallet/com.ullapay/image.js").then((img) => img.default)
521
+ : import("./wallet/com.ullapay/index.js").then((w) => w.wallet));
533
522
  }
534
- case "com.oasys-wallet": {
523
+ case "com.mtpelerin": {
535
524
  return (image
536
- ? import("./wallet/com.oasys-wallet/image.js").then((img) => img.default)
537
- : import("./wallet/com.oasys-wallet/index.js").then((w) => w.wallet));
525
+ ? import("./wallet/com.mtpelerin/image.js").then((img) => img.default)
526
+ : import("./wallet/com.mtpelerin/index.js").then((w) => w.wallet));
538
527
  }
539
- case "com.coolbitx.cwsapp": {
528
+ case "network.over": {
540
529
  return (image
541
- ? import("./wallet/com.coolbitx.cwsapp/image.js").then((img) => img.default)
542
- : import("./wallet/com.coolbitx.cwsapp/index.js").then((w) => w.wallet));
530
+ ? import("./wallet/network.over/image.js").then((img) => img.default)
531
+ : import("./wallet/network.over/index.js").then((w) => w.wallet));
532
+ }
533
+ case "com.trusteeglobal": {
534
+ return (image
535
+ ? import("./wallet/com.trusteeglobal/image.js").then((img) => img.default)
536
+ : import("./wallet/com.trusteeglobal/index.js").then((w) => w.wallet));
543
537
  }
544
538
  case "app.linen": {
545
539
  return (image
546
540
  ? import("./wallet/app.linen/image.js").then((img) => img.default)
547
541
  : import("./wallet/app.linen/index.js").then((w) => w.wallet));
548
542
  }
543
+ case "com.coolbitx.cwsapp": {
544
+ return (image
545
+ ? import("./wallet/com.coolbitx.cwsapp/image.js").then((img) => img.default)
546
+ : import("./wallet/com.coolbitx.cwsapp/index.js").then((w) => w.wallet));
547
+ }
549
548
  case "io.nabox": {
550
549
  return (image
551
550
  ? import("./wallet/io.nabox/image.js").then((img) => img.default)
552
551
  : import("./wallet/io.nabox/index.js").then((w) => w.wallet));
553
552
  }
554
- case "co.family.wallet": {
553
+ case "network.haqq": {
555
554
  return (image
556
- ? import("./wallet/co.family.wallet/image.js").then((img) => img.default)
557
- : import("./wallet/co.family.wallet/index.js").then((w) => w.wallet));
555
+ ? import("./wallet/network.haqq/image.js").then((img) => img.default)
556
+ : import("./wallet/network.haqq/index.js").then((w) => w.wallet));
558
557
  }
559
- case "app.krystal": {
558
+ case "com.coin98": {
560
559
  return (image
561
- ? import("./wallet/app.krystal/image.js").then((img) => img.default)
562
- : import("./wallet/app.krystal/index.js").then((w) => w.wallet));
560
+ ? import("./wallet/com.coin98/image.js").then((img) => img.default)
561
+ : import("./wallet/com.coin98/index.js").then((w) => w.wallet));
563
562
  }
564
- case "com.ellipal": {
563
+ case "app.hbwallet": {
565
564
  return (image
566
- ? import("./wallet/com.ellipal/image.js").then((img) => img.default)
567
- : import("./wallet/com.ellipal/index.js").then((w) => w.wallet));
565
+ ? import("./wallet/app.hbwallet/image.js").then((img) => img.default)
566
+ : import("./wallet/app.hbwallet/index.js").then((w) => w.wallet));
568
567
  }
569
568
  case "io.yusetoken": {
570
569
  return (image
571
570
  ? import("./wallet/io.yusetoken/image.js").then((img) => img.default)
572
571
  : import("./wallet/io.yusetoken/index.js").then((w) => w.wallet));
573
572
  }
573
+ case "com.ellipal": {
574
+ return (image
575
+ ? import("./wallet/com.ellipal/image.js").then((img) => img.default)
576
+ : import("./wallet/com.ellipal/index.js").then((w) => w.wallet));
577
+ }
578
+ case "me.iopay": {
579
+ return (image
580
+ ? import("./wallet/me.iopay/image.js").then((img) => img.default)
581
+ : import("./wallet/me.iopay/index.js").then((w) => w.wallet));
582
+ }
574
583
  case "app.walletnow": {
575
584
  return (image
576
585
  ? import("./wallet/app.walletnow/image.js").then((img) => img.default)
577
586
  : import("./wallet/app.walletnow/index.js").then((w) => w.wallet));
578
587
  }
579
- case "com.saakuru.app": {
588
+ case "tech.okto": {
580
589
  return (image
581
- ? import("./wallet/com.saakuru.app/image.js").then((img) => img.default)
582
- : import("./wallet/com.saakuru.app/index.js").then((w) => w.wallet));
590
+ ? import("./wallet/tech.okto/image.js").then((img) => img.default)
591
+ : import("./wallet/tech.okto/index.js").then((w) => w.wallet));
583
592
  }
584
- case "com.foxwallet": {
593
+ case "app.krystal": {
585
594
  return (image
586
- ? import("./wallet/com.foxwallet/image.js").then((img) => img.default)
587
- : import("./wallet/com.foxwallet/index.js").then((w) => w.wallet));
595
+ ? import("./wallet/app.krystal/image.js").then((img) => img.default)
596
+ : import("./wallet/app.krystal/index.js").then((w) => w.wallet));
588
597
  }
589
598
  case "com.withpaper": {
590
599
  return (image
@@ -601,146 +610,141 @@ export async function getWalletInfo(id, image) {
601
610
  ? import("./wallet/io.okse/image.js").then((img) => img.default)
602
611
  : import("./wallet/io.okse/index.js").then((w) => w.wallet));
603
612
  }
613
+ case "io.cypherhq": {
614
+ return (image
615
+ ? import("./wallet/io.cypherhq/image.js").then((img) => img.default)
616
+ : import("./wallet/io.cypherhq/index.js").then((w) => w.wallet));
617
+ }
604
618
  case "com.aktionariat": {
605
619
  return (image
606
620
  ? import("./wallet/com.aktionariat/image.js").then((img) => img.default)
607
621
  : import("./wallet/com.aktionariat/index.js").then((w) => w.wallet));
608
622
  }
609
- case "io.cypherhq": {
623
+ case "jp.co.rakuten-wallet": {
610
624
  return (image
611
- ? import("./wallet/io.cypherhq/image.js").then((img) => img.default)
612
- : import("./wallet/io.cypherhq/index.js").then((w) => w.wallet));
625
+ ? import("./wallet/jp.co.rakuten-wallet/image.js").then((img) => img.default)
626
+ : import("./wallet/jp.co.rakuten-wallet/index.js").then((w) => w.wallet));
627
+ }
628
+ case "org.thepulsewallet": {
629
+ return (image
630
+ ? import("./wallet/org.thepulsewallet/image.js").then((img) => img.default)
631
+ : import("./wallet/org.thepulsewallet/index.js").then((w) => w.wallet));
613
632
  }
614
633
  case "com.paybolt": {
615
634
  return (image
616
635
  ? import("./wallet/com.paybolt/image.js").then((img) => img.default)
617
636
  : import("./wallet/com.paybolt/index.js").then((w) => w.wallet));
618
637
  }
619
- case "io.compasswallet": {
620
- return (image
621
- ? import("./wallet/io.compasswallet/image.js").then((img) => img.default)
622
- : import("./wallet/io.compasswallet/index.js").then((w) => w.wallet));
623
- }
624
638
  case "com.plasma-wallet": {
625
639
  return (image
626
640
  ? import("./wallet/com.plasma-wallet/image.js").then((img) => img.default)
627
641
  : import("./wallet/com.plasma-wallet/index.js").then((w) => w.wallet));
628
642
  }
629
- case "io.cosmostation": {
643
+ case "finance.openwallet": {
630
644
  return (image
631
- ? import("./wallet/io.cosmostation/image.js").then((img) => img.default)
632
- : import("./wallet/io.cosmostation/index.js").then((w) => w.wallet));
645
+ ? import("./wallet/finance.openwallet/image.js").then((img) => img.default)
646
+ : import("./wallet/finance.openwallet/index.js").then((w) => w.wallet));
647
+ }
648
+ case "io.compasswallet": {
649
+ return (image
650
+ ? import("./wallet/io.compasswallet/image.js").then((img) => img.default)
651
+ : import("./wallet/io.compasswallet/index.js").then((w) => w.wallet));
633
652
  }
634
653
  case "org.bytebank": {
635
654
  return (image
636
655
  ? import("./wallet/org.bytebank/image.js").then((img) => img.default)
637
656
  : import("./wallet/org.bytebank/index.js").then((w) => w.wallet));
638
657
  }
639
- case "com.unstoppabledomains": {
658
+ case "com.foxwallet": {
640
659
  return (image
641
- ? import("./wallet/com.unstoppabledomains/image.js").then((img) => img.default)
642
- : import("./wallet/com.unstoppabledomains/index.js").then((w) => w.wallet));
660
+ ? import("./wallet/com.foxwallet/image.js").then((img) => img.default)
661
+ : import("./wallet/com.foxwallet/index.js").then((w) => w.wallet));
643
662
  }
644
- case "io.koalawallet": {
663
+ case "xyz.sequence": {
645
664
  return (image
646
- ? import("./wallet/io.koalawallet/image.js").then((img) => img.default)
647
- : import("./wallet/io.koalawallet/index.js").then((w) => w.wallet));
665
+ ? import("./wallet/xyz.sequence/image.js").then((img) => img.default)
666
+ : import("./wallet/xyz.sequence/index.js").then((w) => w.wallet));
648
667
  }
649
668
  case "com.optowallet": {
650
669
  return (image
651
670
  ? import("./wallet/com.optowallet/image.js").then((img) => img.default)
652
671
  : import("./wallet/com.optowallet/index.js").then((w) => w.wallet));
653
672
  }
654
- case "io.miraiapp": {
655
- return (image
656
- ? import("./wallet/io.miraiapp/image.js").then((img) => img.default)
657
- : import("./wallet/io.miraiapp/index.js").then((w) => w.wallet));
658
- }
659
673
  case "app.beewallet": {
660
674
  return (image
661
675
  ? import("./wallet/app.beewallet/image.js").then((img) => img.default)
662
676
  : import("./wallet/app.beewallet/index.js").then((w) => w.wallet));
663
677
  }
664
- case "xyz.sequence": {
665
- return (image
666
- ? import("./wallet/xyz.sequence/image.js").then((img) => img.default)
667
- : import("./wallet/xyz.sequence/index.js").then((w) => w.wallet));
668
- }
669
- case "io.fizen": {
678
+ case "io.noone": {
670
679
  return (image
671
- ? import("./wallet/io.fizen/image.js").then((img) => img.default)
672
- : import("./wallet/io.fizen/index.js").then((w) => w.wallet));
680
+ ? import("./wallet/io.noone/image.js").then((img) => img.default)
681
+ : import("./wallet/io.noone/index.js").then((w) => w.wallet));
673
682
  }
674
683
  case "it.airgap": {
675
684
  return (image
676
685
  ? import("./wallet/it.airgap/image.js").then((img) => img.default)
677
686
  : import("./wallet/it.airgap/index.js").then((w) => w.wallet));
678
687
  }
679
- case "org.thepulsewallet": {
688
+ case "io.koalawallet": {
680
689
  return (image
681
- ? import("./wallet/org.thepulsewallet/image.js").then((img) => img.default)
682
- : import("./wallet/org.thepulsewallet/index.js").then((w) => w.wallet));
690
+ ? import("./wallet/io.koalawallet/image.js").then((img) => img.default)
691
+ : import("./wallet/io.koalawallet/index.js").then((w) => w.wallet));
683
692
  }
684
693
  case "com.holdstation": {
685
694
  return (image
686
695
  ? import("./wallet/com.holdstation/image.js").then((img) => img.default)
687
696
  : import("./wallet/com.holdstation/index.js").then((w) => w.wallet));
688
697
  }
689
- case "com.coinomi": {
698
+ case "xyz.ctrl": {
690
699
  return (image
691
- ? import("./wallet/com.coinomi/image.js").then((img) => img.default)
692
- : import("./wallet/com.coinomi/index.js").then((w) => w.wallet));
700
+ ? import("./wallet/xyz.ctrl/image.js").then((img) => img.default)
701
+ : import("./wallet/xyz.ctrl/index.js").then((w) => w.wallet));
693
702
  }
694
- case "com.trusteeglobal": {
703
+ case "com.wigwam.wallet": {
695
704
  return (image
696
- ? import("./wallet/com.trusteeglobal/image.js").then((img) => img.default)
697
- : import("./wallet/com.trusteeglobal/index.js").then((w) => w.wallet));
705
+ ? import("./wallet/com.wigwam.wallet/image.js").then((img) => img.default)
706
+ : import("./wallet/com.wigwam.wallet/index.js").then((w) => w.wallet));
698
707
  }
699
- case "io.wallacy": {
708
+ case "com.abra": {
700
709
  return (image
701
- ? import("./wallet/io.wallacy/image.js").then((img) => img.default)
702
- : import("./wallet/io.wallacy/index.js").then((w) => w.wallet));
710
+ ? import("./wallet/com.abra/image.js").then((img) => img.default)
711
+ : import("./wallet/com.abra/index.js").then((w) => w.wallet));
703
712
  }
704
- case "technology.jambo": {
713
+ case "ai.pundi": {
705
714
  return (image
706
- ? import("./wallet/technology.jambo/image.js").then((img) => img.default)
707
- : import("./wallet/technology.jambo/index.js").then((w) => w.wallet));
715
+ ? import("./wallet/ai.pundi/image.js").then((img) => img.default)
716
+ : import("./wallet/ai.pundi/index.js").then((w) => w.wallet));
708
717
  }
709
- case "io.bladewallet": {
718
+ case "com.premanft": {
710
719
  return (image
711
- ? import("./wallet/io.bladewallet/image.js").then((img) => img.default)
712
- : import("./wallet/io.bladewallet/index.js").then((w) => w.wallet));
720
+ ? import("./wallet/com.premanft/image.js").then((img) => img.default)
721
+ : import("./wallet/com.premanft/index.js").then((w) => w.wallet));
713
722
  }
714
- case "app.keyring": {
723
+ case "co.arculus": {
715
724
  return (image
716
- ? import("./wallet/app.keyring/image.js").then((img) => img.default)
717
- : import("./wallet/app.keyring/index.js").then((w) => w.wallet));
725
+ ? import("./wallet/co.arculus/image.js").then((img) => img.default)
726
+ : import("./wallet/co.arculus/index.js").then((w) => w.wallet));
718
727
  }
719
- case "com.abra": {
728
+ case "io.uptn.dapp-web": {
720
729
  return (image
721
- ? import("./wallet/com.abra/image.js").then((img) => img.default)
722
- : import("./wallet/com.abra/index.js").then((w) => w.wallet));
730
+ ? import("./wallet/io.uptn.dapp-web/image.js").then((img) => img.default)
731
+ : import("./wallet/io.uptn.dapp-web/index.js").then((w) => w.wallet));
723
732
  }
724
- case "com.premanft": {
733
+ case "com.coinomi": {
725
734
  return (image
726
- ? import("./wallet/com.premanft/image.js").then((img) => img.default)
727
- : import("./wallet/com.premanft/index.js").then((w) => w.wallet));
735
+ ? import("./wallet/com.coinomi/image.js").then((img) => img.default)
736
+ : import("./wallet/com.coinomi/index.js").then((w) => w.wallet));
728
737
  }
729
- case "finance.voltage": {
738
+ case "com.neonwallet": {
730
739
  return (image
731
- ? import("./wallet/finance.voltage/image.js").then((img) => img.default)
732
- : import("./wallet/finance.voltage/index.js").then((w) => w.wallet));
740
+ ? import("./wallet/com.neonwallet/image.js").then((img) => img.default)
741
+ : import("./wallet/com.neonwallet/index.js").then((w) => w.wallet));
733
742
  }
734
743
  case "org.bitizen": {
735
744
  return (image
736
745
  ? import("./wallet/org.bitizen/image.js").then((img) => img.default)
737
746
  : import("./wallet/org.bitizen/index.js").then((w) => w.wallet));
738
747
  }
739
- case "com.wigwam.wallet": {
740
- return (image
741
- ? import("./wallet/com.wigwam.wallet/image.js").then((img) => img.default)
742
- : import("./wallet/com.wigwam.wallet/index.js").then((w) => w.wallet));
743
- }
744
748
  case "app.ultimate": {
745
749
  return (image
746
750
  ? import("./wallet/app.ultimate/image.js").then((img) => img.default)
@@ -751,130 +755,135 @@ export async function getWalletInfo(id, image) {
751
755
  ? import("./wallet/com.cakewallet/image.js").then((img) => img.default)
752
756
  : import("./wallet/com.cakewallet/index.js").then((w) => w.wallet));
753
757
  }
758
+ case "app.nicegram": {
759
+ return (image
760
+ ? import("./wallet/app.nicegram/image.js").then((img) => img.default)
761
+ : import("./wallet/app.nicegram/index.js").then((w) => w.wallet));
762
+ }
754
763
  case "app.fizzwallet": {
755
764
  return (image
756
765
  ? import("./wallet/app.fizzwallet/image.js").then((img) => img.default)
757
766
  : import("./wallet/app.fizzwallet/index.js").then((w) => w.wallet));
758
767
  }
759
- case "com.kucoin": {
768
+ case "io.miraiapp": {
760
769
  return (image
761
- ? import("./wallet/com.kucoin/image.js").then((img) => img.default)
762
- : import("./wallet/com.kucoin/index.js").then((w) => w.wallet));
770
+ ? import("./wallet/io.miraiapp/image.js").then((img) => img.default)
771
+ : import("./wallet/io.miraiapp/index.js").then((w) => w.wallet));
763
772
  }
764
773
  case "app.stickey": {
765
774
  return (image
766
775
  ? import("./wallet/app.stickey/image.js").then((img) => img.default)
767
776
  : import("./wallet/app.stickey/index.js").then((w) => w.wallet));
768
777
  }
769
- case "com.neonwallet": {
778
+ case "com.pionewallet": {
770
779
  return (image
771
- ? import("./wallet/com.neonwallet/image.js").then((img) => img.default)
772
- : import("./wallet/com.neonwallet/index.js").then((w) => w.wallet));
780
+ ? import("./wallet/com.pionewallet/image.js").then((img) => img.default)
781
+ : import("./wallet/com.pionewallet/index.js").then((w) => w.wallet));
773
782
  }
774
783
  case "app.coinstats": {
775
784
  return (image
776
785
  ? import("./wallet/app.coinstats/image.js").then((img) => img.default)
777
786
  : import("./wallet/app.coinstats/index.js").then((w) => w.wallet));
778
787
  }
779
- case "ai.pundi": {
780
- return (image
781
- ? import("./wallet/ai.pundi/image.js").then((img) => img.default)
782
- : import("./wallet/ai.pundi/index.js").then((w) => w.wallet));
783
- }
784
- case "com.ripio": {
788
+ case "io.fizen": {
785
789
  return (image
786
- ? import("./wallet/com.ripio/image.js").then((img) => img.default)
787
- : import("./wallet/com.ripio/index.js").then((w) => w.wallet));
790
+ ? import("./wallet/io.fizen/image.js").then((img) => img.default)
791
+ : import("./wallet/io.fizen/index.js").then((w) => w.wallet));
788
792
  }
789
- case "co.arculus": {
793
+ case "io.bladewallet": {
790
794
  return (image
791
- ? import("./wallet/co.arculus/image.js").then((img) => img.default)
792
- : import("./wallet/co.arculus/index.js").then((w) => w.wallet));
795
+ ? import("./wallet/io.bladewallet/image.js").then((img) => img.default)
796
+ : import("./wallet/io.bladewallet/index.js").then((w) => w.wallet));
793
797
  }
794
798
  case "io.harti": {
795
799
  return (image
796
800
  ? import("./wallet/io.harti/image.js").then((img) => img.default)
797
801
  : import("./wallet/io.harti/index.js").then((w) => w.wallet));
798
802
  }
799
- case "com.gemwallet": {
803
+ case "com.saakuru.app": {
800
804
  return (image
801
- ? import("./wallet/com.gemwallet/image.js").then((img) => img.default)
802
- : import("./wallet/com.gemwallet/index.js").then((w) => w.wallet));
805
+ ? import("./wallet/com.saakuru.app/image.js").then((img) => img.default)
806
+ : import("./wallet/com.saakuru.app/index.js").then((w) => w.wallet));
807
+ }
808
+ case "io.cosmostation": {
809
+ return (image
810
+ ? import("./wallet/io.cosmostation/image.js").then((img) => img.default)
811
+ : import("./wallet/io.cosmostation/index.js").then((w) => w.wallet));
803
812
  }
804
813
  case "io.dttd": {
805
814
  return (image
806
815
  ? import("./wallet/io.dttd/image.js").then((img) => img.default)
807
816
  : import("./wallet/io.dttd/index.js").then((w) => w.wallet));
808
817
  }
809
- case "io.zelcore": {
810
- return (image
811
- ? import("./wallet/io.zelcore/image.js").then((img) => img.default)
812
- : import("./wallet/io.zelcore/index.js").then((w) => w.wallet));
813
- }
814
- case "org.thetatoken": {
815
- return (image
816
- ? import("./wallet/org.thetatoken/image.js").then((img) => img.default)
817
- : import("./wallet/org.thetatoken/index.js").then((w) => w.wallet));
818
- }
819
- case "io.blocto": {
820
- return (image
821
- ? import("./wallet/io.blocto/image.js").then((img) => img.default)
822
- : import("./wallet/io.blocto/index.js").then((w) => w.wallet));
823
- }
824
818
  case "com.tellaw": {
825
819
  return (image
826
820
  ? import("./wallet/com.tellaw/image.js").then((img) => img.default)
827
821
  : import("./wallet/com.tellaw/index.js").then((w) => w.wallet));
828
822
  }
829
- case "xyz.ctrl": {
823
+ case "com.gemwallet": {
830
824
  return (image
831
- ? import("./wallet/xyz.ctrl/image.js").then((img) => img.default)
832
- : import("./wallet/xyz.ctrl/index.js").then((w) => w.wallet));
825
+ ? import("./wallet/com.gemwallet/image.js").then((img) => img.default)
826
+ : import("./wallet/com.gemwallet/index.js").then((w) => w.wallet));
827
+ }
828
+ case "app.status": {
829
+ return (image
830
+ ? import("./wallet/app.status/image.js").then((img) => img.default)
831
+ : import("./wallet/app.status/index.js").then((w) => w.wallet));
833
832
  }
834
833
  case "is.callback": {
835
834
  return (image
836
835
  ? import("./wallet/is.callback/image.js").then((img) => img.default)
837
836
  : import("./wallet/is.callback/index.js").then((w) => w.wallet));
838
837
  }
838
+ case "com.unstoppabledomains": {
839
+ return (image
840
+ ? import("./wallet/com.unstoppabledomains/image.js").then((img) => img.default)
841
+ : import("./wallet/com.unstoppabledomains/index.js").then((w) => w.wallet));
842
+ }
839
843
  case "io.summonersarena": {
840
844
  return (image
841
845
  ? import("./wallet/io.summonersarena/image.js").then((img) => img.default)
842
846
  : import("./wallet/io.summonersarena/index.js").then((w) => w.wallet));
843
847
  }
844
- case "com.safemoon": {
848
+ case "ai.purewallet": {
845
849
  return (image
846
- ? import("./wallet/com.safemoon/image.js").then((img) => img.default)
847
- : import("./wallet/com.safemoon/index.js").then((w) => w.wallet));
850
+ ? import("./wallet/ai.purewallet/image.js").then((img) => img.default)
851
+ : import("./wallet/ai.purewallet/index.js").then((w) => w.wallet));
848
852
  }
849
853
  case "world.ixo": {
850
854
  return (image
851
855
  ? import("./wallet/world.ixo/image.js").then((img) => img.default)
852
856
  : import("./wallet/world.ixo/index.js").then((w) => w.wallet));
853
857
  }
854
- case "com.bitpie": {
858
+ case "app.keyring": {
855
859
  return (image
856
- ? import("./wallet/com.bitpie/image.js").then((img) => img.default)
857
- : import("./wallet/com.bitpie/index.js").then((w) => w.wallet));
860
+ ? import("./wallet/app.keyring/image.js").then((img) => img.default)
861
+ : import("./wallet/app.keyring/index.js").then((w) => w.wallet));
858
862
  }
859
863
  case "net.gateweb3": {
860
864
  return (image
861
865
  ? import("./wallet/net.gateweb3/image.js").then((img) => img.default)
862
866
  : import("./wallet/net.gateweb3/index.js").then((w) => w.wallet));
863
867
  }
864
- case "io.wallypto": {
868
+ case "com.bitpie": {
865
869
  return (image
866
- ? import("./wallet/io.wallypto/image.js").then((img) => img.default)
867
- : import("./wallet/io.wallypto/index.js").then((w) => w.wallet));
870
+ ? import("./wallet/com.bitpie/image.js").then((img) => img.default)
871
+ : import("./wallet/com.bitpie/index.js").then((w) => w.wallet));
872
+ }
873
+ case "org.thetatoken": {
874
+ return (image
875
+ ? import("./wallet/org.thetatoken/image.js").then((img) => img.default)
876
+ : import("./wallet/org.thetatoken/index.js").then((w) => w.wallet));
868
877
  }
869
878
  case "io.alpha-u.wallet.web": {
870
879
  return (image
871
880
  ? import("./wallet/io.alpha-u.wallet.web/image.js").then((img) => img.default)
872
881
  : import("./wallet/io.alpha-u.wallet.web/index.js").then((w) => w.wallet));
873
882
  }
874
- case "com.lif3": {
883
+ case "io.zelcore": {
875
884
  return (image
876
- ? import("./wallet/com.lif3/image.js").then((img) => img.default)
877
- : import("./wallet/com.lif3/index.js").then((w) => w.wallet));
885
+ ? import("./wallet/io.zelcore/image.js").then((img) => img.default)
886
+ : import("./wallet/io.zelcore/index.js").then((w) => w.wallet));
878
887
  }
879
888
  case "app.ammer": {
880
889
  return (image
@@ -886,6 +895,11 @@ export async function getWalletInfo(id, image) {
886
895
  ? import("./wallet/us.binance/image.js").then((img) => img.default)
887
896
  : import("./wallet/us.binance/index.js").then((w) => w.wallet));
888
897
  }
898
+ case "network.trustkeys": {
899
+ return (image
900
+ ? import("./wallet/network.trustkeys/image.js").then((img) => img.default)
901
+ : import("./wallet/network.trustkeys/index.js").then((w) => w.wallet));
902
+ }
889
903
  case "com.bitpay": {
890
904
  return (image
891
905
  ? import("./wallet/com.bitpay/image.js").then((img) => img.default)
@@ -896,10 +910,15 @@ export async function getWalletInfo(id, image) {
896
910
  ? import("./wallet/co.muza/image.js").then((img) => img.default)
897
911
  : import("./wallet/co.muza/index.js").then((w) => w.wallet));
898
912
  }
899
- case "jp.co.rakuten-wallet": {
913
+ case "io.wallet3": {
900
914
  return (image
901
- ? import("./wallet/jp.co.rakuten-wallet/image.js").then((img) => img.default)
902
- : import("./wallet/jp.co.rakuten-wallet/index.js").then((w) => w.wallet));
915
+ ? import("./wallet/io.wallet3/image.js").then((img) => img.default)
916
+ : import("./wallet/io.wallet3/index.js").then((w) => w.wallet));
917
+ }
918
+ case "io.hyperpay": {
919
+ return (image
920
+ ? import("./wallet/io.hyperpay/image.js").then((img) => img.default)
921
+ : import("./wallet/io.hyperpay/index.js").then((w) => w.wallet));
903
922
  }
904
923
  case "app.ryipay": {
905
924
  return (image
@@ -911,110 +930,85 @@ export async function getWalletInfo(id, image) {
911
930
  ? import("./wallet/org.dota168/image.js").then((img) => img.default)
912
931
  : import("./wallet/org.dota168/index.js").then((w) => w.wallet));
913
932
  }
914
- case "com.alphawallet": {
915
- return (image
916
- ? import("./wallet/com.alphawallet/image.js").then((img) => img.default)
917
- : import("./wallet/com.alphawallet/index.js").then((w) => w.wallet));
918
- }
919
- case "io.noone": {
933
+ case "com.safemoon": {
920
934
  return (image
921
- ? import("./wallet/io.noone/image.js").then((img) => img.default)
922
- : import("./wallet/io.noone/index.js").then((w) => w.wallet));
935
+ ? import("./wallet/com.safemoon/image.js").then((img) => img.default)
936
+ : import("./wallet/com.safemoon/index.js").then((w) => w.wallet));
923
937
  }
924
- case "io.myabcwallet": {
938
+ case "io.certhis": {
925
939
  return (image
926
- ? import("./wallet/io.myabcwallet/image.js").then((img) => img.default)
927
- : import("./wallet/io.myabcwallet/index.js").then((w) => w.wallet));
940
+ ? import("./wallet/io.certhis/image.js").then((img) => img.default)
941
+ : import("./wallet/io.certhis/index.js").then((w) => w.wallet));
928
942
  }
929
- case "io.wallet3": {
943
+ case "io.trinity-tech": {
930
944
  return (image
931
- ? import("./wallet/io.wallet3/image.js").then((img) => img.default)
932
- : import("./wallet/io.wallet3/index.js").then((w) => w.wallet));
945
+ ? import("./wallet/io.trinity-tech/image.js").then((img) => img.default)
946
+ : import("./wallet/io.trinity-tech/index.js").then((w) => w.wallet));
933
947
  }
934
948
  case "com.coininn": {
935
949
  return (image
936
950
  ? import("./wallet/com.coininn/image.js").then((img) => img.default)
937
951
  : import("./wallet/com.coininn/index.js").then((w) => w.wallet));
938
952
  }
939
- case "com.ambire": {
940
- return (image
941
- ? import("./wallet/com.ambire/image.js").then((img) => img.default)
942
- : import("./wallet/com.ambire/index.js").then((w) => w.wallet));
943
- }
944
- case "cc.avacus": {
945
- return (image
946
- ? import("./wallet/cc.avacus/image.js").then((img) => img.default)
947
- : import("./wallet/cc.avacus/index.js").then((w) => w.wallet));
948
- }
949
953
  case "me.easy": {
950
954
  return (image
951
955
  ? import("./wallet/me.easy/image.js").then((img) => img.default)
952
956
  : import("./wallet/me.easy/index.js").then((w) => w.wallet));
953
957
  }
954
- case "app.utorg": {
955
- return (image
956
- ? import("./wallet/app.utorg/image.js").then((img) => img.default)
957
- : import("./wallet/app.utorg/index.js").then((w) => w.wallet));
958
- }
959
- case "io.scramberry": {
960
- return (image
961
- ? import("./wallet/io.scramberry/image.js").then((img) => img.default)
962
- : import("./wallet/io.scramberry/index.js").then((w) => w.wallet));
963
- }
964
- case "com.saitamatoken": {
958
+ case "app.onto": {
965
959
  return (image
966
- ? import("./wallet/com.saitamatoken/image.js").then((img) => img.default)
967
- : import("./wallet/com.saitamatoken/index.js").then((w) => w.wallet));
960
+ ? import("./wallet/app.onto/image.js").then((img) => img.default)
961
+ : import("./wallet/app.onto/index.js").then((w) => w.wallet));
968
962
  }
969
963
  case "com.secuxtech": {
970
964
  return (image
971
965
  ? import("./wallet/com.secuxtech/image.js").then((img) => img.default)
972
966
  : import("./wallet/com.secuxtech/index.js").then((w) => w.wallet));
973
967
  }
974
- case "finance.openwallet": {
975
- return (image
976
- ? import("./wallet/finance.openwallet/image.js").then((img) => img.default)
977
- : import("./wallet/finance.openwallet/index.js").then((w) => w.wallet));
978
- }
979
- case "io.shido": {
980
- return (image
981
- ? import("./wallet/io.shido/image.js").then((img) => img.default)
982
- : import("./wallet/io.shido/index.js").then((w) => w.wallet));
983
- }
984
968
  case "com.unitywallet": {
985
969
  return (image
986
970
  ? import("./wallet/com.unitywallet/image.js").then((img) => img.default)
987
971
  : import("./wallet/com.unitywallet/index.js").then((w) => w.wallet));
988
972
  }
989
- case "app.onto": {
973
+ case "io.wallacy": {
990
974
  return (image
991
- ? import("./wallet/app.onto/image.js").then((img) => img.default)
992
- : import("./wallet/app.onto/index.js").then((w) => w.wallet));
975
+ ? import("./wallet/io.wallacy/image.js").then((img) => img.default)
976
+ : import("./wallet/io.wallacy/index.js").then((w) => w.wallet));
993
977
  }
994
- case "com.companyname.swaptobe": {
978
+ case "io.klever": {
995
979
  return (image
996
- ? import("./wallet/com.companyname.swaptobe/image.js").then((img) => img.default)
997
- : import("./wallet/com.companyname.swaptobe/index.js").then((w) => w.wallet));
980
+ ? import("./wallet/io.klever/image.js").then((img) => img.default)
981
+ : import("./wallet/io.klever/index.js").then((w) => w.wallet));
998
982
  }
999
983
  case "com.midoin": {
1000
984
  return (image
1001
985
  ? import("./wallet/com.midoin/image.js").then((img) => img.default)
1002
986
  : import("./wallet/com.midoin/index.js").then((w) => w.wallet));
1003
987
  }
1004
- case "io.hyperpay": {
988
+ case "io.myabcwallet": {
1005
989
  return (image
1006
- ? import("./wallet/io.hyperpay/image.js").then((img) => img.default)
1007
- : import("./wallet/io.hyperpay/index.js").then((w) => w.wallet));
990
+ ? import("./wallet/io.myabcwallet/image.js").then((img) => img.default)
991
+ : import("./wallet/io.myabcwallet/index.js").then((w) => w.wallet));
992
+ }
993
+ case "gg.indi": {
994
+ return (image
995
+ ? import("./wallet/gg.indi/image.js").then((img) => img.default)
996
+ : import("./wallet/gg.indi/index.js").then((w) => w.wallet));
997
+ }
998
+ case "io.pltwallet": {
999
+ return (image
1000
+ ? import("./wallet/io.pltwallet/image.js").then((img) => img.default)
1001
+ : import("./wallet/io.pltwallet/index.js").then((w) => w.wallet));
1008
1002
  }
1009
1003
  case "id.competence": {
1010
1004
  return (image
1011
1005
  ? import("./wallet/id.competence/image.js").then((img) => img.default)
1012
1006
  : import("./wallet/id.competence/index.js").then((w) => w.wallet));
1013
1007
  }
1014
- case "io.tradestrike": {
1008
+ case "app.utorg": {
1015
1009
  return (image
1016
- ? import("./wallet/io.tradestrike/image.js").then((img) => img.default)
1017
- : import("./wallet/io.tradestrike/index.js").then((w) => w.wallet));
1010
+ ? import("./wallet/app.utorg/image.js").then((img) => img.default)
1011
+ : import("./wallet/app.utorg/index.js").then((w) => w.wallet));
1018
1012
  }
1019
1013
  case "llc.besc": {
1020
1014
  return (image
@@ -1026,16 +1020,21 @@ export async function getWalletInfo(id, image) {
1026
1020
  ? import("./wallet/baby.smart/image.js").then((img) => img.default)
1027
1021
  : import("./wallet/baby.smart/index.js").then((w) => w.wallet));
1028
1022
  }
1029
- case "com.coinsdo": {
1030
- return (image
1031
- ? import("./wallet/com.coinsdo/image.js").then((img) => img.default)
1032
- : import("./wallet/com.coinsdo/index.js").then((w) => w.wallet));
1033
- }
1034
1023
  case "com.ivirse": {
1035
1024
  return (image
1036
1025
  ? import("./wallet/com.ivirse/image.js").then((img) => img.default)
1037
1026
  : import("./wallet/com.ivirse/index.js").then((w) => w.wallet));
1038
1027
  }
1028
+ case "io.blocto": {
1029
+ return (image
1030
+ ? import("./wallet/io.blocto/image.js").then((img) => img.default)
1031
+ : import("./wallet/io.blocto/index.js").then((w) => w.wallet));
1032
+ }
1033
+ case "com.coinsdo": {
1034
+ return (image
1035
+ ? import("./wallet/com.coinsdo/image.js").then((img) => img.default)
1036
+ : import("./wallet/com.coinsdo/index.js").then((w) => w.wallet));
1037
+ }
1039
1038
  case "ch.dssecurity": {
1040
1039
  return (image
1041
1040
  ? import("./wallet/ch.dssecurity/image.js").then((img) => img.default)
@@ -1046,95 +1045,80 @@ export async function getWalletInfo(id, image) {
1046
1045
  ? import("./wallet/com.concordium/image.js").then((img) => img.default)
1047
1046
  : import("./wallet/com.concordium/index.js").then((w) => w.wallet));
1048
1047
  }
1048
+ case "io.wallypto": {
1049
+ return (image
1050
+ ? import("./wallet/io.wallypto/image.js").then((img) => img.default)
1051
+ : import("./wallet/io.wallypto/index.js").then((w) => w.wallet));
1052
+ }
1049
1053
  case "io.zkape": {
1050
1054
  return (image
1051
1055
  ? import("./wallet/io.zkape/image.js").then((img) => img.default)
1052
1056
  : import("./wallet/io.zkape/index.js").then((w) => w.wallet));
1053
1057
  }
1054
- case "app.status": {
1055
- return (image
1056
- ? import("./wallet/app.status/image.js").then((img) => img.default)
1057
- : import("./wallet/app.status/index.js").then((w) => w.wallet));
1058
- }
1059
1058
  case "io.pitaka": {
1060
1059
  return (image
1061
1060
  ? import("./wallet/io.pitaka/image.js").then((img) => img.default)
1062
1061
  : import("./wallet/io.pitaka/index.js").then((w) => w.wallet));
1063
1062
  }
1064
- case "io.ozonewallet": {
1063
+ case "com.saitamatoken": {
1065
1064
  return (image
1066
- ? import("./wallet/io.ozonewallet/image.js").then((img) => img.default)
1067
- : import("./wallet/io.ozonewallet/index.js").then((w) => w.wallet));
1065
+ ? import("./wallet/com.saitamatoken/image.js").then((img) => img.default)
1066
+ : import("./wallet/com.saitamatoken/index.js").then((w) => w.wallet));
1068
1067
  }
1069
1068
  case "org.mugambo": {
1070
1069
  return (image
1071
1070
  ? import("./wallet/org.mugambo/image.js").then((img) => img.default)
1072
1071
  : import("./wallet/org.mugambo/index.js").then((w) => w.wallet));
1073
1072
  }
1074
- case "network.mrhb": {
1075
- return (image
1076
- ? import("./wallet/network.mrhb/image.js").then((img) => img.default)
1077
- : import("./wallet/network.mrhb/index.js").then((w) => w.wallet));
1078
- }
1079
- case "com.crossmint": {
1080
- return (image
1081
- ? import("./wallet/com.crossmint/image.js").then((img) => img.default)
1082
- : import("./wallet/com.crossmint/index.js").then((w) => w.wallet));
1083
- }
1084
- case "io.konio": {
1073
+ case "com.ambire": {
1085
1074
  return (image
1086
- ? import("./wallet/io.konio/image.js").then((img) => img.default)
1087
- : import("./wallet/io.konio/index.js").then((w) => w.wallet));
1075
+ ? import("./wallet/com.ambire/image.js").then((img) => img.default)
1076
+ : import("./wallet/com.ambire/index.js").then((w) => w.wallet));
1088
1077
  }
1089
- case "io.legionnetwork": {
1078
+ case "org.kelp": {
1090
1079
  return (image
1091
- ? import("./wallet/io.legionnetwork/image.js").then((img) => img.default)
1092
- : import("./wallet/io.legionnetwork/index.js").then((w) => w.wallet));
1080
+ ? import("./wallet/org.kelp/image.js").then((img) => img.default)
1081
+ : import("./wallet/org.kelp/index.js").then((w) => w.wallet));
1093
1082
  }
1094
1083
  case "com.meld.app": {
1095
1084
  return (image
1096
1085
  ? import("./wallet/com.meld.app/image.js").then((img) => img.default)
1097
1086
  : import("./wallet/com.meld.app/index.js").then((w) => w.wallet));
1098
1087
  }
1099
- case "io.pltwallet": {
1088
+ case "com.crossmint": {
1100
1089
  return (image
1101
- ? import("./wallet/io.pltwallet/image.js").then((img) => img.default)
1102
- : import("./wallet/io.pltwallet/index.js").then((w) => w.wallet));
1090
+ ? import("./wallet/com.crossmint/image.js").then((img) => img.default)
1091
+ : import("./wallet/com.crossmint/index.js").then((w) => w.wallet));
1103
1092
  }
1104
1093
  case "com.authentrend": {
1105
1094
  return (image
1106
1095
  ? import("./wallet/com.authentrend/image.js").then((img) => img.default)
1107
1096
  : import("./wallet/com.authentrend/index.js").then((w) => w.wallet));
1108
1097
  }
1109
- case "io.pockie": {
1110
- return (image
1111
- ? import("./wallet/io.pockie/image.js").then((img) => img.default)
1112
- : import("./wallet/io.pockie/index.js").then((w) => w.wallet));
1113
- }
1114
- case "io.klever": {
1098
+ case "com.alphawallet": {
1115
1099
  return (image
1116
- ? import("./wallet/io.klever/image.js").then((img) => img.default)
1117
- : import("./wallet/io.klever/index.js").then((w) => w.wallet));
1100
+ ? import("./wallet/com.alphawallet/image.js").then((img) => img.default)
1101
+ : import("./wallet/com.alphawallet/index.js").then((w) => w.wallet));
1118
1102
  }
1119
- case "org.kelp": {
1103
+ case "finance.voltage": {
1120
1104
  return (image
1121
- ? import("./wallet/org.kelp/image.js").then((img) => img.default)
1122
- : import("./wallet/org.kelp/index.js").then((w) => w.wallet));
1105
+ ? import("./wallet/finance.voltage/image.js").then((img) => img.default)
1106
+ : import("./wallet/finance.voltage/index.js").then((w) => w.wallet));
1123
1107
  }
1124
- case "io.ethermail": {
1108
+ case "com.paliwallet": {
1125
1109
  return (image
1126
- ? import("./wallet/io.ethermail/image.js").then((img) => img.default)
1127
- : import("./wallet/io.ethermail/index.js").then((w) => w.wallet));
1110
+ ? import("./wallet/com.paliwallet/image.js").then((img) => img.default)
1111
+ : import("./wallet/com.paliwallet/index.js").then((w) => w.wallet));
1128
1112
  }
1129
1113
  case "pro.fintoken": {
1130
1114
  return (image
1131
1115
  ? import("./wallet/pro.fintoken/image.js").then((img) => img.default)
1132
1116
  : import("./wallet/pro.fintoken/index.js").then((w) => w.wallet));
1133
1117
  }
1134
- case "com.paliwallet": {
1118
+ case "com.beexo": {
1135
1119
  return (image
1136
- ? import("./wallet/com.paliwallet/image.js").then((img) => img.default)
1137
- : import("./wallet/com.paliwallet/index.js").then((w) => w.wallet));
1120
+ ? import("./wallet/com.beexo/image.js").then((img) => img.default)
1121
+ : import("./wallet/com.beexo/index.js").then((w) => w.wallet));
1138
1122
  }
1139
1123
  case "vc.uincubator.api": {
1140
1124
  return (image
@@ -1146,20 +1130,15 @@ export async function getWalletInfo(id, image) {
1146
1130
  ? import("./wallet/io.unagi.unawallet/image.js").then((img) => img.default)
1147
1131
  : import("./wallet/io.unagi.unawallet/index.js").then((w) => w.wallet));
1148
1132
  }
1149
- case "com.liberawallet": {
1150
- return (image
1151
- ? import("./wallet/com.liberawallet/image.js").then((img) => img.default)
1152
- : import("./wallet/com.liberawallet/index.js").then((w) => w.wallet));
1153
- }
1154
1133
  case "io.armana.portal": {
1155
1134
  return (image
1156
1135
  ? import("./wallet/io.armana.portal/image.js").then((img) => img.default)
1157
1136
  : import("./wallet/io.armana.portal/index.js").then((w) => w.wallet));
1158
1137
  }
1159
- case "io.nash": {
1138
+ case "network.mrhb": {
1160
1139
  return (image
1161
- ? import("./wallet/io.nash/image.js").then((img) => img.default)
1162
- : import("./wallet/io.nash/index.js").then((w) => w.wallet));
1140
+ ? import("./wallet/network.mrhb/image.js").then((img) => img.default)
1141
+ : import("./wallet/network.mrhb/index.js").then((w) => w.wallet));
1163
1142
  }
1164
1143
  case "com.x9wallet": {
1165
1144
  return (image
@@ -1171,51 +1150,26 @@ export async function getWalletInfo(id, image) {
1171
1150
  ? import("./wallet/io.kigo/image.js").then((img) => img.default)
1172
1151
  : import("./wallet/io.kigo/index.js").then((w) => w.wallet));
1173
1152
  }
1174
- case "world.dosi.vault": {
1175
- return (image
1176
- ? import("./wallet/world.dosi.vault/image.js").then((img) => img.default)
1177
- : import("./wallet/world.dosi.vault/index.js").then((w) => w.wallet));
1178
- }
1179
- case "io.nonbank": {
1180
- return (image
1181
- ? import("./wallet/io.nonbank/image.js").then((img) => img.default)
1182
- : import("./wallet/io.nonbank/index.js").then((w) => w.wallet));
1183
- }
1184
- case "app.hbwallet": {
1153
+ case "io.tradestrike": {
1185
1154
  return (image
1186
- ? import("./wallet/app.hbwallet/image.js").then((img) => img.default)
1187
- : import("./wallet/app.hbwallet/index.js").then((w) => w.wallet));
1155
+ ? import("./wallet/io.tradestrike/image.js").then((img) => img.default)
1156
+ : import("./wallet/io.tradestrike/index.js").then((w) => w.wallet));
1188
1157
  }
1189
1158
  case "com.getcogni": {
1190
1159
  return (image
1191
1160
  ? import("./wallet/com.getcogni/image.js").then((img) => img.default)
1192
1161
  : import("./wallet/com.getcogni/index.js").then((w) => w.wallet));
1193
1162
  }
1194
- case "gg.indi": {
1195
- return (image
1196
- ? import("./wallet/gg.indi/image.js").then((img) => img.default)
1197
- : import("./wallet/gg.indi/index.js").then((w) => w.wallet));
1198
- }
1199
- case "app.qubic.wallet": {
1200
- return (image
1201
- ? import("./wallet/app.qubic.wallet/image.js").then((img) => img.default)
1202
- : import("./wallet/app.qubic.wallet/index.js").then((w) => w.wallet));
1203
- }
1204
- case "com.fxwallet": {
1163
+ case "io.talken": {
1205
1164
  return (image
1206
- ? import("./wallet/com.fxwallet/image.js").then((img) => img.default)
1207
- : import("./wallet/com.fxwallet/index.js").then((w) => w.wallet));
1165
+ ? import("./wallet/io.talken/image.js").then((img) => img.default)
1166
+ : import("./wallet/io.talken/index.js").then((w) => w.wallet));
1208
1167
  }
1209
1168
  case "app.sinum": {
1210
1169
  return (image
1211
1170
  ? import("./wallet/app.sinum/image.js").then((img) => img.default)
1212
1171
  : import("./wallet/app.sinum/index.js").then((w) => w.wallet));
1213
1172
  }
1214
- case "com.kryptogo": {
1215
- return (image
1216
- ? import("./wallet/com.kryptogo/image.js").then((img) => img.default)
1217
- : import("./wallet/com.kryptogo/index.js").then((w) => w.wallet));
1218
- }
1219
1173
  case "finance.soulswap.app": {
1220
1174
  return (image
1221
1175
  ? import("./wallet/finance.soulswap.app/image.js").then((img) => img.default)
@@ -1226,31 +1180,16 @@ export async function getWalletInfo(id, image) {
1226
1180
  ? import("./wallet/com.shapeshift/image.js").then((img) => img.default)
1227
1181
  : import("./wallet/com.shapeshift/index.js").then((w) => w.wallet));
1228
1182
  }
1229
- case "io.ready": {
1230
- return (image
1231
- ? import("./wallet/io.ready/image.js").then((img) => img.default)
1232
- : import("./wallet/io.ready/index.js").then((w) => w.wallet));
1233
- }
1234
- case "org.shefi": {
1183
+ case "io.nash": {
1235
1184
  return (image
1236
- ? import("./wallet/org.shefi/image.js").then((img) => img.default)
1237
- : import("./wallet/org.shefi/index.js").then((w) => w.wallet));
1185
+ ? import("./wallet/io.nash/image.js").then((img) => img.default)
1186
+ : import("./wallet/io.nash/index.js").then((w) => w.wallet));
1238
1187
  }
1239
1188
  case "money.keychain": {
1240
1189
  return (image
1241
1190
  ? import("./wallet/money.keychain/image.js").then((img) => img.default)
1242
1191
  : import("./wallet/money.keychain/index.js").then((w) => w.wallet));
1243
1192
  }
1244
- case "com.beexo": {
1245
- return (image
1246
- ? import("./wallet/com.beexo/image.js").then((img) => img.default)
1247
- : import("./wallet/com.beexo/index.js").then((w) => w.wallet));
1248
- }
1249
- case "live.superex": {
1250
- return (image
1251
- ? import("./wallet/live.superex/image.js").then((img) => img.default)
1252
- : import("./wallet/live.superex/index.js").then((w) => w.wallet));
1253
- }
1254
1193
  case "io.getclave": {
1255
1194
  return (image
1256
1195
  ? import("./wallet/io.getclave/image.js").then((img) => img.default)
@@ -1261,70 +1200,70 @@ export async function getWalletInfo(id, image) {
1261
1200
  ? import("./wallet/com.bettatrade/image.js").then((img) => img.default)
1262
1201
  : import("./wallet/com.bettatrade/index.js").then((w) => w.wallet));
1263
1202
  }
1264
- case "io.neopin": {
1203
+ case "com.ballet": {
1265
1204
  return (image
1266
- ? import("./wallet/io.neopin/image.js").then((img) => img.default)
1267
- : import("./wallet/io.neopin/index.js").then((w) => w.wallet));
1205
+ ? import("./wallet/com.ballet/image.js").then((img) => img.default)
1206
+ : import("./wallet/com.ballet/index.js").then((w) => w.wallet));
1268
1207
  }
1269
1208
  case "online.puzzle": {
1270
1209
  return (image
1271
1210
  ? import("./wallet/online.puzzle/image.js").then((img) => img.default)
1272
1211
  : import("./wallet/online.puzzle/index.js").then((w) => w.wallet));
1273
1212
  }
1213
+ case "io.ozonewallet": {
1214
+ return (image
1215
+ ? import("./wallet/io.ozonewallet/image.js").then((img) => img.default)
1216
+ : import("./wallet/io.ozonewallet/index.js").then((w) => w.wallet));
1217
+ }
1274
1218
  case "xyz.echooo": {
1275
1219
  return (image
1276
1220
  ? import("./wallet/xyz.echooo/image.js").then((img) => img.default)
1277
1221
  : import("./wallet/xyz.echooo/index.js").then((w) => w.wallet));
1278
1222
  }
1279
- case "com.get-verso": {
1280
- return (image
1281
- ? import("./wallet/com.get-verso/image.js").then((img) => img.default)
1282
- : import("./wallet/com.get-verso/index.js").then((w) => w.wallet));
1283
- }
1284
- case "com.wemix": {
1285
- return (image
1286
- ? import("./wallet/com.wemix/image.js").then((img) => img.default)
1287
- : import("./wallet/com.wemix/index.js").then((w) => w.wallet));
1288
- }
1289
- case "io.trinity-tech": {
1223
+ case "io.konio": {
1290
1224
  return (image
1291
- ? import("./wallet/io.trinity-tech/image.js").then((img) => img.default)
1292
- : import("./wallet/io.trinity-tech/index.js").then((w) => w.wallet));
1225
+ ? import("./wallet/io.konio/image.js").then((img) => img.default)
1226
+ : import("./wallet/io.konio/index.js").then((w) => w.wallet));
1293
1227
  }
1294
1228
  case "io.trustasset": {
1295
1229
  return (image
1296
1230
  ? import("./wallet/io.trustasset/image.js").then((img) => img.default)
1297
1231
  : import("./wallet/io.trustasset/index.js").then((w) => w.wallet));
1298
1232
  }
1233
+ case "co.xellar": {
1234
+ return (image
1235
+ ? import("./wallet/co.xellar/image.js").then((img) => img.default)
1236
+ : import("./wallet/co.xellar/index.js").then((w) => w.wallet));
1237
+ }
1299
1238
  case "app.dfinnwallet": {
1300
1239
  return (image
1301
1240
  ? import("./wallet/app.dfinnwallet/image.js").then((img) => img.default)
1302
1241
  : import("./wallet/app.dfinnwallet/index.js").then((w) => w.wallet));
1303
1242
  }
1304
- case "com.bmawallet": {
1243
+ case "io.legionnetwork": {
1305
1244
  return (image
1306
- ? import("./wallet/com.bmawallet/image.js").then((img) => img.default)
1307
- : import("./wallet/com.bmawallet/index.js").then((w) => w.wallet));
1245
+ ? import("./wallet/io.legionnetwork/image.js").then((img) => img.default)
1246
+ : import("./wallet/io.legionnetwork/index.js").then((w) => w.wallet));
1308
1247
  }
1309
1248
  case "io.transi": {
1310
1249
  return (image
1311
1250
  ? import("./wallet/io.transi/image.js").then((img) => img.default)
1312
1251
  : import("./wallet/io.transi/index.js").then((w) => w.wallet));
1313
1252
  }
1314
- case "io.safecryptowallet": {
1253
+ case "com.ripio": {
1315
1254
  return (image
1316
- ? import("./wallet/io.safecryptowallet/image.js").then((img) => img.default)
1317
- : import("./wallet/io.safecryptowallet/index.js").then((w) => w.wallet));
1318
- }
1319
- case "finance.plena": {
1255
+ ? import("./wallet/com.ripio/image.js").then((img) => img.default)
1256
+ : import("./wallet/com.ripio/index.js").then((w) => w.wallet));
1257
+ }
1258
+ case "com.fxwallet": {
1320
1259
  return (image
1321
- ? import("./wallet/finance.plena/image.js").then((img) => img.default)
1322
- : import("./wallet/finance.plena/index.js").then((w) => w.wallet));
1260
+ ? import("./wallet/com.fxwallet/image.js").then((img) => img.default)
1261
+ : import("./wallet/com.fxwallet/index.js").then((w) => w.wallet));
1323
1262
  }
1324
- case "io.certhis": {
1263
+ case "io.pockie": {
1325
1264
  return (image
1326
- ? import("./wallet/io.certhis/image.js").then((img) => img.default)
1327
- : import("./wallet/io.certhis/index.js").then((w) => w.wallet));
1265
+ ? import("./wallet/io.pockie/image.js").then((img) => img.default)
1266
+ : import("./wallet/io.pockie/index.js").then((w) => w.wallet));
1328
1267
  }
1329
1268
  case "inc.tomo": {
1330
1269
  return (image
@@ -1336,156 +1275,101 @@ export async function getWalletInfo(id, image) {
1336
1275
  ? import("./wallet/me.komet.app/image.js").then((img) => img.default)
1337
1276
  : import("./wallet/me.komet.app/index.js").then((w) => w.wallet));
1338
1277
  }
1339
- case "com.pandoshi": {
1340
- return (image
1341
- ? import("./wallet/com.pandoshi/image.js").then((img) => img.default)
1342
- : import("./wallet/com.pandoshi/index.js").then((w) => w.wallet));
1343
- }
1344
1278
  case "io.guardiianwallet": {
1345
1279
  return (image
1346
1280
  ? import("./wallet/io.guardiianwallet/image.js").then((img) => img.default)
1347
1281
  : import("./wallet/io.guardiianwallet/index.js").then((w) => w.wallet));
1348
1282
  }
1349
- case "com.bscecowallet": {
1283
+ case "com.gemspocket": {
1350
1284
  return (image
1351
- ? import("./wallet/com.bscecowallet/image.js").then((img) => img.default)
1352
- : import("./wallet/com.bscecowallet/index.js").then((w) => w.wallet));
1285
+ ? import("./wallet/com.gemspocket/image.js").then((img) => img.default)
1286
+ : import("./wallet/com.gemspocket/index.js").then((w) => w.wallet));
1353
1287
  }
1354
- case "co.lifedefi": {
1288
+ case "io.shido": {
1355
1289
  return (image
1356
- ? import("./wallet/co.lifedefi/image.js").then((img) => img.default)
1357
- : import("./wallet/co.lifedefi/index.js").then((w) => w.wallet));
1290
+ ? import("./wallet/io.shido/image.js").then((img) => img.default)
1291
+ : import("./wallet/io.shido/index.js").then((w) => w.wallet));
1358
1292
  }
1359
1293
  case "com.zypto": {
1360
1294
  return (image
1361
1295
  ? import("./wallet/com.zypto/image.js").then((img) => img.default)
1362
1296
  : import("./wallet/com.zypto/index.js").then((w) => w.wallet));
1363
1297
  }
1364
- case "com.broearn": {
1365
- return (image
1366
- ? import("./wallet/com.broearn/image.js").then((img) => img.default)
1367
- : import("./wallet/com.broearn/index.js").then((w) => w.wallet));
1368
- }
1369
- case "io.ttmwallet": {
1298
+ case "com.bscecowallet": {
1370
1299
  return (image
1371
- ? import("./wallet/io.ttmwallet/image.js").then((img) => img.default)
1372
- : import("./wallet/io.ttmwallet/index.js").then((w) => w.wallet));
1300
+ ? import("./wallet/com.bscecowallet/image.js").then((img) => img.default)
1301
+ : import("./wallet/com.bscecowallet/index.js").then((w) => w.wallet));
1373
1302
  }
1374
1303
  case "com.tastycrypto": {
1375
1304
  return (image
1376
1305
  ? import("./wallet/com.tastycrypto/image.js").then((img) => img.default)
1377
1306
  : import("./wallet/com.tastycrypto/index.js").then((w) => w.wallet));
1378
1307
  }
1379
- case "com.ipmb": {
1380
- return (image
1381
- ? import("./wallet/com.ipmb/image.js").then((img) => img.default)
1382
- : import("./wallet/com.ipmb/index.js").then((w) => w.wallet));
1383
- }
1384
- case "xyz.nestwallet": {
1385
- return (image
1386
- ? import("./wallet/xyz.nestwallet/image.js").then((img) => img.default)
1387
- : import("./wallet/xyz.nestwallet/index.js").then((w) => w.wallet));
1388
- }
1389
- case "app.nicegram": {
1390
- return (image
1391
- ? import("./wallet/app.nicegram/image.js").then((img) => img.default)
1392
- : import("./wallet/app.nicegram/index.js").then((w) => w.wallet));
1393
- }
1394
- case "com.ballet": {
1395
- return (image
1396
- ? import("./wallet/com.ballet/image.js").then((img) => img.default)
1397
- : import("./wallet/com.ballet/index.js").then((w) => w.wallet));
1398
- }
1399
- case "app.omni": {
1308
+ case "io.neopin": {
1400
1309
  return (image
1401
- ? import("./wallet/app.omni/image.js").then((img) => img.default)
1402
- : import("./wallet/app.omni/index.js").then((w) => w.wallet));
1310
+ ? import("./wallet/io.neopin/image.js").then((img) => img.default)
1311
+ : import("./wallet/io.neopin/index.js").then((w) => w.wallet));
1403
1312
  }
1404
- case "io.paraswap": {
1313
+ case "app.nightly": {
1405
1314
  return (image
1406
- ? import("./wallet/io.paraswap/image.js").then((img) => img.default)
1407
- : import("./wallet/io.paraswap/index.js").then((w) => w.wallet));
1315
+ ? import("./wallet/app.nightly/image.js").then((img) => img.default)
1316
+ : import("./wallet/app.nightly/index.js").then((w) => w.wallet));
1408
1317
  }
1409
1318
  case "one.mixin.messenger": {
1410
1319
  return (image
1411
1320
  ? import("./wallet/one.mixin.messenger/image.js").then((img) => img.default)
1412
1321
  : import("./wallet/one.mixin.messenger/index.js").then((w) => w.wallet));
1413
1322
  }
1414
- case "com.cryptokara": {
1323
+ case "nl.greenhood.wallet": {
1415
1324
  return (image
1416
- ? import("./wallet/com.cryptokara/image.js").then((img) => img.default)
1417
- : import("./wallet/com.cryptokara/index.js").then((w) => w.wallet));
1325
+ ? import("./wallet/nl.greenhood.wallet/image.js").then((img) => img.default)
1326
+ : import("./wallet/nl.greenhood.wallet/index.js").then((w) => w.wallet));
1418
1327
  }
1419
- case "com.caesiumlab": {
1328
+ case "io.nonbank": {
1420
1329
  return (image
1421
- ? import("./wallet/com.caesiumlab/image.js").then((img) => img.default)
1422
- : import("./wallet/com.caesiumlab/index.js").then((w) => w.wallet));
1330
+ ? import("./wallet/io.nonbank/image.js").then((img) => img.default)
1331
+ : import("./wallet/io.nonbank/index.js").then((w) => w.wallet));
1423
1332
  }
1424
- case "com.nodle": {
1333
+ case "technology.jambo": {
1425
1334
  return (image
1426
- ? import("./wallet/com.nodle/image.js").then((img) => img.default)
1427
- : import("./wallet/com.nodle/index.js").then((w) => w.wallet));
1335
+ ? import("./wallet/technology.jambo/image.js").then((img) => img.default)
1336
+ : import("./wallet/technology.jambo/index.js").then((w) => w.wallet));
1428
1337
  }
1429
1338
  case "io.universaleverything": {
1430
1339
  return (image
1431
1340
  ? import("./wallet/io.universaleverything/image.js").then((img) => img.default)
1432
1341
  : import("./wallet/io.universaleverything/index.js").then((w) => w.wallet));
1433
1342
  }
1434
- case "finance.islamicoin": {
1343
+ case "com.pandoshi": {
1435
1344
  return (image
1436
- ? import("./wallet/finance.islamicoin/image.js").then((img) => img.default)
1437
- : import("./wallet/finance.islamicoin/index.js").then((w) => w.wallet));
1345
+ ? import("./wallet/com.pandoshi/image.js").then((img) => img.default)
1346
+ : import("./wallet/com.pandoshi/index.js").then((w) => w.wallet));
1438
1347
  }
1439
1348
  case "com.thirdweb": {
1440
1349
  return (image
1441
1350
  ? import("./wallet/com.thirdweb/image.js").then((img) => img.default)
1442
1351
  : import("./wallet/com.thirdweb/index.js").then((w) => w.wallet));
1443
1352
  }
1444
- case "com.opz": {
1445
- return (image
1446
- ? import("./wallet/com.opz/image.js").then((img) => img.default)
1447
- : import("./wallet/com.opz/index.js").then((w) => w.wallet));
1448
- }
1449
- case "fun.tobi": {
1450
- return (image
1451
- ? import("./wallet/fun.tobi/image.js").then((img) => img.default)
1452
- : import("./wallet/fun.tobi/index.js").then((w) => w.wallet));
1453
- }
1454
- case "trade.flooz.wallet": {
1455
- return (image
1456
- ? import("./wallet/trade.flooz.wallet/image.js").then((img) => img.default)
1457
- : import("./wallet/trade.flooz.wallet/index.js").then((w) => w.wallet));
1458
- }
1459
- case "org.talkapp": {
1460
- return (image
1461
- ? import("./wallet/org.talkapp/image.js").then((img) => img.default)
1462
- : import("./wallet/org.talkapp/index.js").then((w) => w.wallet));
1463
- }
1464
- case "io.plutope": {
1465
- return (image
1466
- ? import("./wallet/io.plutope/image.js").then((img) => img.default)
1467
- : import("./wallet/io.plutope/index.js").then((w) => w.wallet));
1468
- }
1469
- case "org.ecoinwallet": {
1353
+ case "com.kresus": {
1470
1354
  return (image
1471
- ? import("./wallet/org.ecoinwallet/image.js").then((img) => img.default)
1472
- : import("./wallet/org.ecoinwallet/index.js").then((w) => w.wallet));
1355
+ ? import("./wallet/com.kresus/image.js").then((img) => img.default)
1356
+ : import("./wallet/com.kresus/index.js").then((w) => w.wallet));
1473
1357
  }
1474
1358
  case "com.poolsmobility.wallet": {
1475
1359
  return (image
1476
1360
  ? import("./wallet/com.poolsmobility.wallet/image.js").then((img) => img.default)
1477
1361
  : import("./wallet/com.poolsmobility.wallet/index.js").then((w) => w.wallet));
1478
1362
  }
1363
+ case "com.opz": {
1364
+ return (image
1365
+ ? import("./wallet/com.opz/image.js").then((img) => img.default)
1366
+ : import("./wallet/com.opz/index.js").then((w) => w.wallet));
1367
+ }
1479
1368
  case "xyz.roam.wallet": {
1480
1369
  return (image
1481
1370
  ? import("./wallet/xyz.roam.wallet/image.js").then((img) => img.default)
1482
1371
  : import("./wallet/xyz.roam.wallet/index.js").then((w) => w.wallet));
1483
1372
  }
1484
- case "com.dextrade": {
1485
- return (image
1486
- ? import("./wallet/com.dextrade/image.js").then((img) => img.default)
1487
- : import("./wallet/com.dextrade/index.js").then((w) => w.wallet));
1488
- }
1489
1373
  case "app.gamic": {
1490
1374
  return (image
1491
1375
  ? import("./wallet/app.gamic/image.js").then((img) => img.default)
@@ -1496,130 +1380,110 @@ export async function getWalletInfo(id, image) {
1496
1380
  ? import("./wallet/world.fncy/image.js").then((img) => img.default)
1497
1381
  : import("./wallet/world.fncy/index.js").then((w) => w.wallet));
1498
1382
  }
1383
+ case "io.owallet": {
1384
+ return (image
1385
+ ? import("./wallet/io.owallet/image.js").then((img) => img.default)
1386
+ : import("./wallet/io.owallet/index.js").then((w) => w.wallet));
1387
+ }
1499
1388
  case "app.m1nty": {
1500
1389
  return (image
1501
1390
  ? import("./wallet/app.m1nty/image.js").then((img) => img.default)
1502
1391
  : import("./wallet/app.m1nty/index.js").then((w) => w.wallet));
1503
1392
  }
1504
- case "com.3swallet": {
1393
+ case "io.buzz-up": {
1505
1394
  return (image
1506
- ? import("./wallet/com.3swallet/image.js").then((img) => img.default)
1507
- : import("./wallet/com.3swallet/index.js").then((w) => w.wallet));
1395
+ ? import("./wallet/io.buzz-up/image.js").then((img) => img.default)
1396
+ : import("./wallet/io.buzz-up/index.js").then((w) => w.wallet));
1397
+ }
1398
+ case "io.scramberry": {
1399
+ return (image
1400
+ ? import("./wallet/io.scramberry/image.js").then((img) => img.default)
1401
+ : import("./wallet/io.scramberry/index.js").then((w) => w.wallet));
1508
1402
  }
1509
1403
  case "app.catecoin": {
1510
1404
  return (image
1511
1405
  ? import("./wallet/app.catecoin/image.js").then((img) => img.default)
1512
1406
  : import("./wallet/app.catecoin/index.js").then((w) => w.wallet));
1513
1407
  }
1514
- case "com.payperless": {
1408
+ case "io.safecryptowallet": {
1515
1409
  return (image
1516
- ? import("./wallet/com.payperless/image.js").then((img) => img.default)
1517
- : import("./wallet/com.payperless/index.js").then((w) => w.wallet));
1410
+ ? import("./wallet/io.safecryptowallet/image.js").then((img) => img.default)
1411
+ : import("./wallet/io.safecryptowallet/index.js").then((w) => w.wallet));
1518
1412
  }
1519
1413
  case "com.coincircle": {
1520
1414
  return (image
1521
1415
  ? import("./wallet/com.coincircle/image.js").then((img) => img.default)
1522
1416
  : import("./wallet/com.coincircle/index.js").then((w) => w.wallet));
1523
1417
  }
1524
- case "io.helixid": {
1525
- return (image
1526
- ? import("./wallet/io.helixid/image.js").then((img) => img.default)
1527
- : import("./wallet/io.helixid/index.js").then((w) => w.wallet));
1528
- }
1529
- case "io.passpay": {
1530
- return (image
1531
- ? import("./wallet/io.passpay/image.js").then((img) => img.default)
1532
- : import("./wallet/io.passpay/index.js").then((w) => w.wallet));
1533
- }
1534
- case "com.kresus": {
1535
- return (image
1536
- ? import("./wallet/com.kresus/image.js").then((img) => img.default)
1537
- : import("./wallet/com.kresus/index.js").then((w) => w.wallet));
1538
- }
1539
- case "com.nufinetes": {
1418
+ case "com.kryptogo": {
1540
1419
  return (image
1541
- ? import("./wallet/com.nufinetes/image.js").then((img) => img.default)
1542
- : import("./wallet/com.nufinetes/index.js").then((w) => w.wallet));
1420
+ ? import("./wallet/com.kryptogo/image.js").then((img) => img.default)
1421
+ : import("./wallet/com.kryptogo/index.js").then((w) => w.wallet));
1543
1422
  }
1544
- case "world.qoin": {
1423
+ case "com.liberawallet": {
1545
1424
  return (image
1546
- ? import("./wallet/world.qoin/image.js").then((img) => img.default)
1547
- : import("./wallet/world.qoin/index.js").then((w) => w.wallet));
1425
+ ? import("./wallet/com.liberawallet/image.js").then((img) => img.default)
1426
+ : import("./wallet/com.liberawallet/index.js").then((w) => w.wallet));
1548
1427
  }
1549
1428
  case "io.copiosa": {
1550
1429
  return (image
1551
1430
  ? import("./wallet/io.copiosa/image.js").then((img) => img.default)
1552
1431
  : import("./wallet/io.copiosa/index.js").then((w) => w.wallet));
1553
1432
  }
1554
- case "io.ancrypto": {
1555
- return (image
1556
- ? import("./wallet/io.ancrypto/image.js").then((img) => img.default)
1557
- : import("./wallet/io.ancrypto/index.js").then((w) => w.wallet));
1558
- }
1559
- case "app.keeper-wallet": {
1560
- return (image
1561
- ? import("./wallet/app.keeper-wallet/image.js").then((img) => img.default)
1562
- : import("./wallet/app.keeper-wallet/index.js").then((w) => w.wallet));
1563
- }
1564
1433
  case "io.bharatbox": {
1565
1434
  return (image
1566
1435
  ? import("./wallet/io.bharatbox/image.js").then((img) => img.default)
1567
1436
  : import("./wallet/io.bharatbox/index.js").then((w) => w.wallet));
1568
1437
  }
1569
- case "xyz.orion": {
1438
+ case "io.ttmwallet": {
1570
1439
  return (image
1571
- ? import("./wallet/xyz.orion/image.js").then((img) => img.default)
1572
- : import("./wallet/xyz.orion/index.js").then((w) => w.wallet));
1440
+ ? import("./wallet/io.ttmwallet/image.js").then((img) => img.default)
1441
+ : import("./wallet/io.ttmwallet/index.js").then((w) => w.wallet));
1573
1442
  }
1574
- case "com.cryptnox": {
1443
+ case "com.sinohope": {
1575
1444
  return (image
1576
- ? import("./wallet/com.cryptnox/image.js").then((img) => img.default)
1577
- : import("./wallet/com.cryptnox/index.js").then((w) => w.wallet));
1445
+ ? import("./wallet/com.sinohope/image.js").then((img) => img.default)
1446
+ : import("./wallet/com.sinohope/index.js").then((w) => w.wallet));
1578
1447
  }
1579
- case "zone.bitverse": {
1448
+ case "app.herewallet": {
1580
1449
  return (image
1581
- ? import("./wallet/zone.bitverse/image.js").then((img) => img.default)
1582
- : import("./wallet/zone.bitverse/index.js").then((w) => w.wallet));
1450
+ ? import("./wallet/app.herewallet/image.js").then((img) => img.default)
1451
+ : import("./wallet/app.herewallet/index.js").then((w) => w.wallet));
1452
+ }
1453
+ case "live.superex": {
1454
+ return (image
1455
+ ? import("./wallet/live.superex/image.js").then((img) => img.default)
1456
+ : import("./wallet/live.superex/index.js").then((w) => w.wallet));
1583
1457
  }
1584
1458
  case "cc.dropp": {
1585
1459
  return (image
1586
1460
  ? import("./wallet/cc.dropp/image.js").then((img) => img.default)
1587
1461
  : import("./wallet/cc.dropp/index.js").then((w) => w.wallet));
1588
1462
  }
1589
- case "com.sinohope": {
1590
- return (image
1591
- ? import("./wallet/com.sinohope/image.js").then((img) => img.default)
1592
- : import("./wallet/com.sinohope/index.js").then((w) => w.wallet));
1593
- }
1594
- case "ai.hacken": {
1595
- return (image
1596
- ? import("./wallet/ai.hacken/image.js").then((img) => img.default)
1597
- : import("./wallet/ai.hacken/index.js").then((w) => w.wallet));
1598
- }
1599
1463
  case "net.spatium": {
1600
1464
  return (image
1601
1465
  ? import("./wallet/net.spatium/image.js").then((img) => img.default)
1602
1466
  : import("./wallet/net.spatium/index.js").then((w) => w.wallet));
1603
1467
  }
1604
- case "com.bitnovo": {
1468
+ case "world.dosi.vault": {
1605
1469
  return (image
1606
- ? import("./wallet/com.bitnovo/image.js").then((img) => img.default)
1607
- : import("./wallet/com.bitnovo/index.js").then((w) => w.wallet));
1470
+ ? import("./wallet/world.dosi.vault/image.js").then((img) => img.default)
1471
+ : import("./wallet/world.dosi.vault/index.js").then((w) => w.wallet));
1472
+ }
1473
+ case "world.qoin": {
1474
+ return (image
1475
+ ? import("./wallet/world.qoin/image.js").then((img) => img.default)
1476
+ : import("./wallet/world.qoin/index.js").then((w) => w.wallet));
1608
1477
  }
1609
1478
  case "co.swopme": {
1610
1479
  return (image
1611
1480
  ? import("./wallet/co.swopme/image.js").then((img) => img.default)
1612
1481
  : import("./wallet/co.swopme/index.js").then((w) => w.wallet));
1613
1482
  }
1614
- case "land.liker": {
1615
- return (image
1616
- ? import("./wallet/land.liker/image.js").then((img) => img.default)
1617
- : import("./wallet/land.liker/index.js").then((w) => w.wallet));
1618
- }
1619
- case "io.owallet": {
1483
+ case "io.ready": {
1620
1484
  return (image
1621
- ? import("./wallet/io.owallet/image.js").then((img) => img.default)
1622
- : import("./wallet/io.owallet/index.js").then((w) => w.wallet));
1485
+ ? import("./wallet/io.ready/image.js").then((img) => img.default)
1486
+ : import("./wallet/io.ready/index.js").then((w) => w.wallet));
1623
1487
  }
1624
1488
  case "com.dolletwallet": {
1625
1489
  return (image
@@ -1636,46 +1500,46 @@ export async function getWalletInfo(id, image) {
1636
1500
  ? import("./wallet/com.azcoiner/image.js").then((img) => img.default)
1637
1501
  : import("./wallet/com.azcoiner/index.js").then((w) => w.wallet));
1638
1502
  }
1639
- case "com.pierwallet": {
1503
+ case "app.qubic.wallet": {
1640
1504
  return (image
1641
- ? import("./wallet/com.pierwallet/image.js").then((img) => img.default)
1642
- : import("./wallet/com.pierwallet/index.js").then((w) => w.wallet));
1505
+ ? import("./wallet/app.qubic.wallet/image.js").then((img) => img.default)
1506
+ : import("./wallet/app.qubic.wallet/index.js").then((w) => w.wallet));
1643
1507
  }
1644
- case "io.talken": {
1645
- return (image
1646
- ? import("./wallet/io.talken/image.js").then((img) => img.default)
1647
- : import("./wallet/io.talken/index.js").then((w) => w.wallet));
1648
- }
1649
- case "com.passwallet.app": {
1508
+ case "com.passwallet.app": {
1650
1509
  return (image
1651
1510
  ? import("./wallet/com.passwallet.app/image.js").then((img) => img.default)
1652
1511
  : import("./wallet/com.passwallet.app/index.js").then((w) => w.wallet));
1653
1512
  }
1513
+ case "com.pierwallet": {
1514
+ return (image
1515
+ ? import("./wallet/com.pierwallet/image.js").then((img) => img.default)
1516
+ : import("./wallet/com.pierwallet/index.js").then((w) => w.wallet));
1517
+ }
1654
1518
  case "com.coinex.wallet": {
1655
1519
  return (image
1656
1520
  ? import("./wallet/com.coinex.wallet/image.js").then((img) => img.default)
1657
1521
  : import("./wallet/com.coinex.wallet/index.js").then((w) => w.wallet));
1658
1522
  }
1659
- case "pub.dg": {
1660
- return (image
1661
- ? import("./wallet/pub.dg/image.js").then((img) => img.default)
1662
- : import("./wallet/pub.dg/index.js").then((w) => w.wallet));
1663
- }
1664
1523
  case "app.xverse": {
1665
1524
  return (image
1666
1525
  ? import("./wallet/app.xverse/image.js").then((img) => img.default)
1667
1526
  : import("./wallet/app.xverse/index.js").then((w) => w.wallet));
1668
1527
  }
1669
- case "nl.greenhood.wallet": {
1528
+ case "com.get-verso": {
1670
1529
  return (image
1671
- ? import("./wallet/nl.greenhood.wallet/image.js").then((img) => img.default)
1672
- : import("./wallet/nl.greenhood.wallet/index.js").then((w) => w.wallet));
1530
+ ? import("./wallet/com.get-verso/image.js").then((img) => img.default)
1531
+ : import("./wallet/com.get-verso/index.js").then((w) => w.wallet));
1673
1532
  }
1674
1533
  case "com.flash-wallet": {
1675
1534
  return (image
1676
1535
  ? import("./wallet/com.flash-wallet/image.js").then((img) => img.default)
1677
1536
  : import("./wallet/com.flash-wallet/index.js").then((w) => w.wallet));
1678
1537
  }
1538
+ case "ai.spotonchain.platform": {
1539
+ return (image
1540
+ ? import("./wallet/ai.spotonchain.platform/image.js").then((img) => img.default)
1541
+ : import("./wallet/ai.spotonchain.platform/index.js").then((w) => w.wallet));
1542
+ }
1679
1543
  case "com.vgxfoundation": {
1680
1544
  return (image
1681
1545
  ? import("./wallet/com.vgxfoundation/image.js").then((img) => img.default)
@@ -1686,240 +1550,420 @@ export async function getWalletInfo(id, image) {
1686
1550
  ? import("./wallet/org.arianee/image.js").then((img) => img.default)
1687
1551
  : import("./wallet/org.arianee/index.js").then((w) => w.wallet));
1688
1552
  }
1689
- case "ai.spotonchain.platform": {
1553
+ case "co.cyber.wallet": {
1690
1554
  return (image
1691
- ? import("./wallet/ai.spotonchain.platform/image.js").then((img) => img.default)
1692
- : import("./wallet/ai.spotonchain.platform/index.js").then((w) => w.wallet));
1555
+ ? import("./wallet/co.cyber.wallet/image.js").then((img) => img.default)
1556
+ : import("./wallet/co.cyber.wallet/index.js").then((w) => w.wallet));
1693
1557
  }
1694
- case "com.tiduswallet": {
1558
+ case "xyz.bonuz": {
1695
1559
  return (image
1696
- ? import("./wallet/com.tiduswallet/image.js").then((img) => img.default)
1697
- : import("./wallet/com.tiduswallet/index.js").then((w) => w.wallet));
1560
+ ? import("./wallet/xyz.bonuz/image.js").then((img) => img.default)
1561
+ : import("./wallet/xyz.bonuz/index.js").then((w) => w.wallet));
1698
1562
  }
1699
- case "technology.obvious": {
1563
+ case "com.nufinetes": {
1700
1564
  return (image
1701
- ? import("./wallet/technology.obvious/image.js").then((img) => img.default)
1702
- : import("./wallet/technology.obvious/index.js").then((w) => w.wallet));
1565
+ ? import("./wallet/com.nufinetes/image.js").then((img) => img.default)
1566
+ : import("./wallet/com.nufinetes/index.js").then((w) => w.wallet));
1703
1567
  }
1704
- case "com.daffione": {
1568
+ case "io.didwallet": {
1705
1569
  return (image
1706
- ? import("./wallet/com.daffione/image.js").then((img) => img.default)
1707
- : import("./wallet/com.daffione/index.js").then((w) => w.wallet));
1570
+ ? import("./wallet/io.didwallet/image.js").then((img) => img.default)
1571
+ : import("./wallet/io.didwallet/index.js").then((w) => w.wallet));
1708
1572
  }
1709
- case "com.webauth": {
1573
+ case "com.wemix": {
1710
1574
  return (image
1711
- ? import("./wallet/com.webauth/image.js").then((img) => img.default)
1712
- : import("./wallet/com.webauth/index.js").then((w) => w.wallet));
1575
+ ? import("./wallet/com.wemix/image.js").then((img) => img.default)
1576
+ : import("./wallet/com.wemix/index.js").then((w) => w.wallet));
1713
1577
  }
1714
- case "app.tofee": {
1578
+ case "io.moonstake": {
1715
1579
  return (image
1716
- ? import("./wallet/app.tofee/image.js").then((img) => img.default)
1717
- : import("./wallet/app.tofee/index.js").then((w) => w.wallet));
1580
+ ? import("./wallet/io.moonstake/image.js").then((img) => img.default)
1581
+ : import("./wallet/io.moonstake/index.js").then((w) => w.wallet));
1718
1582
  }
1719
- case "io.didwallet": {
1583
+ case "app.keeper-wallet": {
1720
1584
  return (image
1721
- ? import("./wallet/io.didwallet/image.js").then((img) => img.default)
1722
- : import("./wallet/io.didwallet/index.js").then((w) => w.wallet));
1585
+ ? import("./wallet/app.keeper-wallet/image.js").then((img) => img.default)
1586
+ : import("./wallet/app.keeper-wallet/index.js").then((w) => w.wallet));
1723
1587
  }
1724
- case "xyz.bonuz": {
1588
+ case "com.3swallet": {
1725
1589
  return (image
1726
- ? import("./wallet/xyz.bonuz/image.js").then((img) => img.default)
1727
- : import("./wallet/xyz.bonuz/index.js").then((w) => w.wallet));
1590
+ ? import("./wallet/com.3swallet/image.js").then((img) => img.default)
1591
+ : import("./wallet/com.3swallet/index.js").then((w) => w.wallet));
1728
1592
  }
1729
- case "social.gm2": {
1593
+ case "io.zelus": {
1730
1594
  return (image
1731
- ? import("./wallet/social.gm2/image.js").then((img) => img.default)
1732
- : import("./wallet/social.gm2/index.js").then((w) => w.wallet));
1595
+ ? import("./wallet/io.zelus/image.js").then((img) => img.default)
1596
+ : import("./wallet/io.zelus/index.js").then((w) => w.wallet));
1733
1597
  }
1734
- case "co.cyber.wallet": {
1598
+ case "net.myrenegade": {
1735
1599
  return (image
1736
- ? import("./wallet/co.cyber.wallet/image.js").then((img) => img.default)
1737
- : import("./wallet/co.cyber.wallet/index.js").then((w) => w.wallet));
1600
+ ? import("./wallet/net.myrenegade/image.js").then((img) => img.default)
1601
+ : import("./wallet/net.myrenegade/index.js").then((w) => w.wallet));
1738
1602
  }
1739
- case "me.astrox": {
1603
+ case "io.clingon": {
1740
1604
  return (image
1741
- ? import("./wallet/me.astrox/image.js").then((img) => img.default)
1742
- : import("./wallet/me.astrox/index.js").then((w) => w.wallet));
1605
+ ? import("./wallet/io.clingon/image.js").then((img) => img.default)
1606
+ : import("./wallet/io.clingon/index.js").then((w) => w.wallet));
1607
+ }
1608
+ case "com.peakdefi": {
1609
+ return (image
1610
+ ? import("./wallet/com.peakdefi/image.js").then((img) => img.default)
1611
+ : import("./wallet/com.peakdefi/index.js").then((w) => w.wallet));
1612
+ }
1613
+ case "com.caesiumlab": {
1614
+ return (image
1615
+ ? import("./wallet/com.caesiumlab/image.js").then((img) => img.default)
1616
+ : import("./wallet/com.caesiumlab/index.js").then((w) => w.wallet));
1743
1617
  }
1744
1618
  case "fi.pillar": {
1745
1619
  return (image
1746
1620
  ? import("./wallet/fi.pillar/image.js").then((img) => img.default)
1747
1621
  : import("./wallet/fi.pillar/index.js").then((w) => w.wallet));
1748
1622
  }
1749
- case "io.buzz-up": {
1623
+ case "com.icewal": {
1624
+ return (image
1625
+ ? import("./wallet/com.icewal/image.js").then((img) => img.default)
1626
+ : import("./wallet/com.icewal/index.js").then((w) => w.wallet));
1627
+ }
1628
+ case "io.streakk": {
1629
+ return (image
1630
+ ? import("./wallet/io.streakk/image.js").then((img) => img.default)
1631
+ : import("./wallet/io.streakk/index.js").then((w) => w.wallet));
1632
+ }
1633
+ case "ai.hacken": {
1634
+ return (image
1635
+ ? import("./wallet/ai.hacken/image.js").then((img) => img.default)
1636
+ : import("./wallet/ai.hacken/index.js").then((w) => w.wallet));
1637
+ }
1638
+ case "finance.porta": {
1639
+ return (image
1640
+ ? import("./wallet/finance.porta/image.js").then((img) => img.default)
1641
+ : import("./wallet/finance.porta/index.js").then((w) => w.wallet));
1642
+ }
1643
+ case "io.earthwallet": {
1644
+ return (image
1645
+ ? import("./wallet/io.earthwallet/image.js").then((img) => img.default)
1646
+ : import("./wallet/io.earthwallet/index.js").then((w) => w.wallet));
1647
+ }
1648
+ case "app.clot": {
1649
+ return (image
1650
+ ? import("./wallet/app.clot/image.js").then((img) => img.default)
1651
+ : import("./wallet/app.clot/index.js").then((w) => w.wallet));
1652
+ }
1653
+ case "net.spatium.wallet": {
1654
+ return (image
1655
+ ? import("./wallet/net.spatium.wallet/image.js").then((img) => img.default)
1656
+ : import("./wallet/net.spatium.wallet/index.js").then((w) => w.wallet));
1657
+ }
1658
+ case "id.plumaa": {
1659
+ return (image
1660
+ ? import("./wallet/id.plumaa/image.js").then((img) => img.default)
1661
+ : import("./wallet/id.plumaa/index.js").then((w) => w.wallet));
1662
+ }
1663
+ case "xyz.nestwallet": {
1664
+ return (image
1665
+ ? import("./wallet/xyz.nestwallet/image.js").then((img) => img.default)
1666
+ : import("./wallet/xyz.nestwallet/index.js").then((w) => w.wallet));
1667
+ }
1668
+ case "com.adftechnology": {
1669
+ return (image
1670
+ ? import("./wallet/com.adftechnology/image.js").then((img) => img.default)
1671
+ : import("./wallet/com.adftechnology/index.js").then((w) => w.wallet));
1672
+ }
1673
+ case "com.reown.appkit-lab": {
1674
+ return (image
1675
+ ? import("./wallet/com.reown.appkit-lab/image.js").then((img) => img.default)
1676
+ : import("./wallet/com.reown.appkit-lab/index.js").then((w) => w.wallet));
1677
+ }
1678
+ case "com.reown": {
1679
+ return (image
1680
+ ? import("./wallet/com.reown/image.js").then((img) => img.default)
1681
+ : import("./wallet/com.reown/index.js").then((w) => w.wallet));
1682
+ }
1683
+ case "com.reown.docs": {
1684
+ return (image
1685
+ ? import("./wallet/com.reown.docs/image.js").then((img) => img.default)
1686
+ : import("./wallet/com.reown.docs/index.js").then((w) => w.wallet));
1687
+ }
1688
+ case "org.talkapp": {
1689
+ return (image
1690
+ ? import("./wallet/org.talkapp/image.js").then((img) => img.default)
1691
+ : import("./wallet/org.talkapp/index.js").then((w) => w.wallet));
1692
+ }
1693
+ case "me.astrox": {
1694
+ return (image
1695
+ ? import("./wallet/me.astrox/image.js").then((img) => img.default)
1696
+ : import("./wallet/me.astrox/index.js").then((w) => w.wallet));
1697
+ }
1698
+ case "com.nodle": {
1699
+ return (image
1700
+ ? import("./wallet/com.nodle/image.js").then((img) => img.default)
1701
+ : import("./wallet/com.nodle/index.js").then((w) => w.wallet));
1702
+ }
1703
+ case "io.paraswap": {
1704
+ return (image
1705
+ ? import("./wallet/io.paraswap/image.js").then((img) => img.default)
1706
+ : import("./wallet/io.paraswap/index.js").then((w) => w.wallet));
1707
+ }
1708
+ case "com.daffione": {
1709
+ return (image
1710
+ ? import("./wallet/com.daffione/image.js").then((img) => img.default)
1711
+ : import("./wallet/com.daffione/index.js").then((w) => w.wallet));
1712
+ }
1713
+ case "com.ipmb": {
1714
+ return (image
1715
+ ? import("./wallet/com.ipmb/image.js").then((img) => img.default)
1716
+ : import("./wallet/com.ipmb/index.js").then((w) => w.wallet));
1717
+ }
1718
+ case "finance.plena": {
1719
+ return (image
1720
+ ? import("./wallet/finance.plena/image.js").then((img) => img.default)
1721
+ : import("./wallet/finance.plena/index.js").then((w) => w.wallet));
1722
+ }
1723
+ case "com.payperless": {
1724
+ return (image
1725
+ ? import("./wallet/com.payperless/image.js").then((img) => img.default)
1726
+ : import("./wallet/com.payperless/index.js").then((w) => w.wallet));
1727
+ }
1728
+ case "land.liker": {
1729
+ return (image
1730
+ ? import("./wallet/land.liker/image.js").then((img) => img.default)
1731
+ : import("./wallet/land.liker/index.js").then((w) => w.wallet));
1732
+ }
1733
+ case "com.lif3": {
1734
+ return (image
1735
+ ? import("./wallet/com.lif3/image.js").then((img) => img.default)
1736
+ : import("./wallet/com.lif3/index.js").then((w) => w.wallet));
1737
+ }
1738
+ case "io.passpay": {
1739
+ return (image
1740
+ ? import("./wallet/io.passpay/image.js").then((img) => img.default)
1741
+ : import("./wallet/io.passpay/index.js").then((w) => w.wallet));
1742
+ }
1743
+ case "zone.bitverse": {
1744
+ return (image
1745
+ ? import("./wallet/zone.bitverse/image.js").then((img) => img.default)
1746
+ : import("./wallet/zone.bitverse/index.js").then((w) => w.wallet));
1747
+ }
1748
+ case "org.ecoinwallet": {
1749
+ return (image
1750
+ ? import("./wallet/org.ecoinwallet/image.js").then((img) => img.default)
1751
+ : import("./wallet/org.ecoinwallet/index.js").then((w) => w.wallet));
1752
+ }
1753
+ case "app.omni": {
1754
+ return (image
1755
+ ? import("./wallet/app.omni/image.js").then((img) => img.default)
1756
+ : import("./wallet/app.omni/index.js").then((w) => w.wallet));
1757
+ }
1758
+ case "app.tofee": {
1759
+ return (image
1760
+ ? import("./wallet/app.tofee/image.js").then((img) => img.default)
1761
+ : import("./wallet/app.tofee/index.js").then((w) => w.wallet));
1762
+ }
1763
+ case "fun.tobi": {
1764
+ return (image
1765
+ ? import("./wallet/fun.tobi/image.js").then((img) => img.default)
1766
+ : import("./wallet/fun.tobi/index.js").then((w) => w.wallet));
1767
+ }
1768
+ case "finance.islamicoin": {
1769
+ return (image
1770
+ ? import("./wallet/finance.islamicoin/image.js").then((img) => img.default)
1771
+ : import("./wallet/finance.islamicoin/index.js").then((w) => w.wallet));
1772
+ }
1773
+ case "com.tiduswallet": {
1774
+ return (image
1775
+ ? import("./wallet/com.tiduswallet/image.js").then((img) => img.default)
1776
+ : import("./wallet/com.tiduswallet/index.js").then((w) => w.wallet));
1777
+ }
1778
+ case "com.broearn": {
1779
+ return (image
1780
+ ? import("./wallet/com.broearn/image.js").then((img) => img.default)
1781
+ : import("./wallet/com.broearn/index.js").then((w) => w.wallet));
1782
+ }
1783
+ case "com.dextrade": {
1750
1784
  return (image
1751
- ? import("./wallet/io.buzz-up/image.js").then((img) => img.default)
1752
- : import("./wallet/io.buzz-up/index.js").then((w) => w.wallet));
1785
+ ? import("./wallet/com.dextrade/image.js").then((img) => img.default)
1786
+ : import("./wallet/com.dextrade/index.js").then((w) => w.wallet));
1753
1787
  }
1754
- case "io.moonstake": {
1788
+ case "trade.flooz.wallet": {
1755
1789
  return (image
1756
- ? import("./wallet/io.moonstake/image.js").then((img) => img.default)
1757
- : import("./wallet/io.moonstake/index.js").then((w) => w.wallet));
1790
+ ? import("./wallet/trade.flooz.wallet/image.js").then((img) => img.default)
1791
+ : import("./wallet/trade.flooz.wallet/index.js").then((w) => w.wallet));
1758
1792
  }
1759
- case "io.hippowallet": {
1793
+ case "technology.obvious": {
1760
1794
  return (image
1761
- ? import("./wallet/io.hippowallet/image.js").then((img) => img.default)
1762
- : import("./wallet/io.hippowallet/index.js").then((w) => w.wallet));
1795
+ ? import("./wallet/technology.obvious/image.js").then((img) => img.default)
1796
+ : import("./wallet/technology.obvious/index.js").then((w) => w.wallet));
1763
1797
  }
1764
- case "com.amazewallet": {
1798
+ case "com.cryptnox": {
1765
1799
  return (image
1766
- ? import("./wallet/com.amazewallet/image.js").then((img) => img.default)
1767
- : import("./wallet/com.amazewallet/index.js").then((w) => w.wallet));
1800
+ ? import("./wallet/com.cryptnox/image.js").then((img) => img.default)
1801
+ : import("./wallet/com.cryptnox/index.js").then((w) => w.wallet));
1768
1802
  }
1769
1803
  case "com.kriptonio": {
1770
1804
  return (image
1771
1805
  ? import("./wallet/com.kriptonio/image.js").then((img) => img.default)
1772
1806
  : import("./wallet/com.kriptonio/index.js").then((w) => w.wallet));
1773
1807
  }
1774
- case "io.altme": {
1775
- return (image
1776
- ? import("./wallet/io.altme/image.js").then((img) => img.default)
1777
- : import("./wallet/io.altme/index.js").then((w) => w.wallet));
1778
- }
1779
- case "io.ukiss": {
1780
- return (image
1781
- ? import("./wallet/io.ukiss/image.js").then((img) => img.default)
1782
- : import("./wallet/io.ukiss/index.js").then((w) => w.wallet));
1783
- }
1784
- case "fi.dropmate": {
1785
- return (image
1786
- ? import("./wallet/fi.dropmate/image.js").then((img) => img.default)
1787
- : import("./wallet/fi.dropmate/index.js").then((w) => w.wallet));
1788
- }
1789
- case "io.zelus": {
1808
+ case "com.cryptokara": {
1790
1809
  return (image
1791
- ? import("./wallet/io.zelus/image.js").then((img) => img.default)
1792
- : import("./wallet/io.zelus/index.js").then((w) => w.wallet));
1810
+ ? import("./wallet/com.cryptokara/image.js").then((img) => img.default)
1811
+ : import("./wallet/com.cryptokara/index.js").then((w) => w.wallet));
1793
1812
  }
1794
- case "io.xucre": {
1813
+ case "finance.panaroma": {
1795
1814
  return (image
1796
- ? import("./wallet/io.xucre/image.js").then((img) => img.default)
1797
- : import("./wallet/io.xucre/index.js").then((w) => w.wallet));
1815
+ ? import("./wallet/finance.panaroma/image.js").then((img) => img.default)
1816
+ : import("./wallet/finance.panaroma/index.js").then((w) => w.wallet));
1798
1817
  }
1799
- case "net.myrenegade": {
1818
+ case "com.greengloryglobal": {
1800
1819
  return (image
1801
- ? import("./wallet/net.myrenegade/image.js").then((img) => img.default)
1802
- : import("./wallet/net.myrenegade/index.js").then((w) => w.wallet));
1820
+ ? import("./wallet/com.greengloryglobal/image.js").then((img) => img.default)
1821
+ : import("./wallet/com.greengloryglobal/index.js").then((w) => w.wallet));
1803
1822
  }
1804
- case "net.stasis": {
1823
+ case "io.ethos": {
1805
1824
  return (image
1806
- ? import("./wallet/net.stasis/image.js").then((img) => img.default)
1807
- : import("./wallet/net.stasis/index.js").then((w) => w.wallet));
1825
+ ? import("./wallet/io.ethos/image.js").then((img) => img.default)
1826
+ : import("./wallet/io.ethos/index.js").then((w) => w.wallet));
1808
1827
  }
1809
- case "io.clingon": {
1828
+ case "io.altme": {
1810
1829
  return (image
1811
- ? import("./wallet/io.clingon/image.js").then((img) => img.default)
1812
- : import("./wallet/io.clingon/index.js").then((w) => w.wallet));
1830
+ ? import("./wallet/io.altme/image.js").then((img) => img.default)
1831
+ : import("./wallet/io.altme/index.js").then((w) => w.wallet));
1813
1832
  }
1814
- case "com.humbl": {
1833
+ case "com.bitnovo": {
1815
1834
  return (image
1816
- ? import("./wallet/com.humbl/image.js").then((img) => img.default)
1817
- : import("./wallet/com.humbl/index.js").then((w) => w.wallet));
1835
+ ? import("./wallet/com.bitnovo/image.js").then((img) => img.default)
1836
+ : import("./wallet/com.bitnovo/index.js").then((w) => w.wallet));
1818
1837
  }
1819
- case "com.peakdefi": {
1838
+ case "io.legacynetwork": {
1820
1839
  return (image
1821
- ? import("./wallet/com.peakdefi/image.js").then((img) => img.default)
1822
- : import("./wallet/com.peakdefi/index.js").then((w) => w.wallet));
1840
+ ? import("./wallet/io.legacynetwork/image.js").then((img) => img.default)
1841
+ : import("./wallet/io.legacynetwork/index.js").then((w) => w.wallet));
1823
1842
  }
1824
1843
  case "network.dgg": {
1825
1844
  return (image
1826
1845
  ? import("./wallet/network.dgg/image.js").then((img) => img.default)
1827
1846
  : import("./wallet/network.dgg/index.js").then((w) => w.wallet));
1828
1847
  }
1829
- case "finance.panaroma": {
1848
+ case "io.hippowallet": {
1830
1849
  return (image
1831
- ? import("./wallet/finance.panaroma/image.js").then((img) => img.default)
1832
- : import("./wallet/finance.panaroma/index.js").then((w) => w.wallet));
1850
+ ? import("./wallet/io.hippowallet/image.js").then((img) => img.default)
1851
+ : import("./wallet/io.hippowallet/index.js").then((w) => w.wallet));
1833
1852
  }
1834
- case "com.icewal": {
1853
+ case "com.kaxaa": {
1835
1854
  return (image
1836
- ? import("./wallet/com.icewal/image.js").then((img) => img.default)
1837
- : import("./wallet/com.icewal/index.js").then((w) => w.wallet));
1855
+ ? import("./wallet/com.kaxaa/image.js").then((img) => img.default)
1856
+ : import("./wallet/com.kaxaa/index.js").then((w) => w.wallet));
1838
1857
  }
1839
- case "io.streakk": {
1858
+ case "social.gm2": {
1840
1859
  return (image
1841
- ? import("./wallet/io.streakk/image.js").then((img) => img.default)
1842
- : import("./wallet/io.streakk/index.js").then((w) => w.wallet));
1860
+ ? import("./wallet/social.gm2/image.js").then((img) => img.default)
1861
+ : import("./wallet/social.gm2/index.js").then((w) => w.wallet));
1843
1862
  }
1844
- case "network.gridlock": {
1863
+ case "com.mpcvault.broswerplugin": {
1845
1864
  return (image
1846
- ? import("./wallet/network.gridlock/image.js").then((img) => img.default)
1847
- : import("./wallet/network.gridlock/index.js").then((w) => w.wallet));
1865
+ ? import("./wallet/com.mpcvault.broswerplugin/image.js").then((img) => img.default)
1866
+ : import("./wallet/com.mpcvault.broswerplugin/index.js").then((w) => w.wallet));
1848
1867
  }
1849
- case "network.trustkeys": {
1868
+ case "com.apollox": {
1850
1869
  return (image
1851
- ? import("./wallet/network.trustkeys/image.js").then((img) => img.default)
1852
- : import("./wallet/network.trustkeys/index.js").then((w) => w.wallet));
1870
+ ? import("./wallet/com.apollox/image.js").then((img) => img.default)
1871
+ : import("./wallet/com.apollox/index.js").then((w) => w.wallet));
1853
1872
  }
1854
- case "finance.slingshot": {
1873
+ case "org.shefi": {
1855
1874
  return (image
1856
- ? import("./wallet/finance.slingshot/image.js").then((img) => img.default)
1857
- : import("./wallet/finance.slingshot/index.js").then((w) => w.wallet));
1875
+ ? import("./wallet/org.shefi/image.js").then((img) => img.default)
1876
+ : import("./wallet/org.shefi/index.js").then((w) => w.wallet));
1858
1877
  }
1859
- case "com.mpcvault.broswerplugin": {
1878
+ case "xyz.orion": {
1860
1879
  return (image
1861
- ? import("./wallet/com.mpcvault.broswerplugin/image.js").then((img) => img.default)
1862
- : import("./wallet/com.mpcvault.broswerplugin/index.js").then((w) => w.wallet));
1880
+ ? import("./wallet/xyz.orion/image.js").then((img) => img.default)
1881
+ : import("./wallet/xyz.orion/index.js").then((w) => w.wallet));
1882
+ }
1883
+ case "io.helixid": {
1884
+ return (image
1885
+ ? import("./wallet/io.helixid/image.js").then((img) => img.default)
1886
+ : import("./wallet/io.helixid/index.js").then((w) => w.wallet));
1863
1887
  }
1864
1888
  case "digital.minerva": {
1865
1889
  return (image
1866
1890
  ? import("./wallet/digital.minerva/image.js").then((img) => img.default)
1867
1891
  : import("./wallet/digital.minerva/index.js").then((w) => w.wallet));
1868
1892
  }
1869
- case "finance.porta": {
1870
- return (image
1871
- ? import("./wallet/finance.porta/image.js").then((img) => img.default)
1872
- : import("./wallet/finance.porta/index.js").then((w) => w.wallet));
1873
- }
1874
- case "io.earthwallet": {
1893
+ case "network.gridlock": {
1875
1894
  return (image
1876
- ? import("./wallet/io.earthwallet/image.js").then((img) => img.default)
1877
- : import("./wallet/io.earthwallet/index.js").then((w) => w.wallet));
1895
+ ? import("./wallet/network.gridlock/image.js").then((img) => img.default)
1896
+ : import("./wallet/network.gridlock/index.js").then((w) => w.wallet));
1878
1897
  }
1879
- case "app.clot": {
1898
+ case "io.plutope": {
1880
1899
  return (image
1881
- ? import("./wallet/app.clot/image.js").then((img) => img.default)
1882
- : import("./wallet/app.clot/index.js").then((w) => w.wallet));
1900
+ ? import("./wallet/io.plutope/image.js").then((img) => img.default)
1901
+ : import("./wallet/io.plutope/index.js").then((w) => w.wallet));
1883
1902
  }
1884
1903
  case "com.alicebob": {
1885
1904
  return (image
1886
1905
  ? import("./wallet/com.alicebob/image.js").then((img) => img.default)
1887
1906
  : import("./wallet/com.alicebob/index.js").then((w) => w.wallet));
1888
1907
  }
1889
- case "net.spatium.wallet": {
1908
+ case "pub.dg": {
1890
1909
  return (image
1891
- ? import("./wallet/net.spatium.wallet/image.js").then((img) => img.default)
1892
- : import("./wallet/net.spatium.wallet/index.js").then((w) => w.wallet));
1910
+ ? import("./wallet/pub.dg/image.js").then((img) => img.default)
1911
+ : import("./wallet/pub.dg/index.js").then((w) => w.wallet));
1893
1912
  }
1894
- case "id.plumaa": {
1913
+ case "com.humbl": {
1895
1914
  return (image
1896
- ? import("./wallet/id.plumaa/image.js").then((img) => img.default)
1897
- : import("./wallet/id.plumaa/index.js").then((w) => w.wallet));
1915
+ ? import("./wallet/com.humbl/image.js").then((img) => img.default)
1916
+ : import("./wallet/com.humbl/index.js").then((w) => w.wallet));
1898
1917
  }
1899
- case "com.apollox": {
1918
+ case "com.webauth": {
1900
1919
  return (image
1901
- ? import("./wallet/com.apollox/image.js").then((img) => img.default)
1902
- : import("./wallet/com.apollox/index.js").then((w) => w.wallet));
1920
+ ? import("./wallet/com.webauth/image.js").then((img) => img.default)
1921
+ : import("./wallet/com.webauth/index.js").then((w) => w.wallet));
1903
1922
  }
1904
- case "io.legacynetwork": {
1923
+ case "io.bimwallet": {
1905
1924
  return (image
1906
- ? import("./wallet/io.legacynetwork/image.js").then((img) => img.default)
1907
- : import("./wallet/io.legacynetwork/index.js").then((w) => w.wallet));
1925
+ ? import("./wallet/io.bimwallet/image.js").then((img) => img.default)
1926
+ : import("./wallet/io.bimwallet/index.js").then((w) => w.wallet));
1908
1927
  }
1909
- case "io.ethos": {
1928
+ case "com.bmawallet": {
1910
1929
  return (image
1911
- ? import("./wallet/io.ethos/image.js").then((img) => img.default)
1912
- : import("./wallet/io.ethos/index.js").then((w) => w.wallet));
1930
+ ? import("./wallet/com.bmawallet/image.js").then((img) => img.default)
1931
+ : import("./wallet/com.bmawallet/index.js").then((w) => w.wallet));
1932
+ }
1933
+ case "co.lifedefi": {
1934
+ return (image
1935
+ ? import("./wallet/co.lifedefi/image.js").then((img) => img.default)
1936
+ : import("./wallet/co.lifedefi/index.js").then((w) => w.wallet));
1937
+ }
1938
+ case "io.ukiss": {
1939
+ return (image
1940
+ ? import("./wallet/io.ukiss/image.js").then((img) => img.default)
1941
+ : import("./wallet/io.ukiss/index.js").then((w) => w.wallet));
1942
+ }
1943
+ case "io.xucre": {
1944
+ return (image
1945
+ ? import("./wallet/io.xucre/image.js").then((img) => img.default)
1946
+ : import("./wallet/io.xucre/index.js").then((w) => w.wallet));
1913
1947
  }
1914
1948
  case "com.rktechworks": {
1915
1949
  return (image
1916
1950
  ? import("./wallet/com.rktechworks/image.js").then((img) => img.default)
1917
1951
  : import("./wallet/com.rktechworks/index.js").then((w) => w.wallet));
1918
1952
  }
1919
- case "com.greengloryglobal": {
1953
+ case "com.amazewallet": {
1920
1954
  return (image
1921
- ? import("./wallet/com.greengloryglobal/image.js").then((img) => img.default)
1922
- : import("./wallet/com.greengloryglobal/index.js").then((w) => w.wallet));
1955
+ ? import("./wallet/com.amazewallet/image.js").then((img) => img.default)
1956
+ : import("./wallet/com.amazewallet/index.js").then((w) => w.wallet));
1957
+ }
1958
+ case "net.stasis": {
1959
+ return (image
1960
+ ? import("./wallet/net.stasis/image.js").then((img) => img.default)
1961
+ : import("./wallet/net.stasis/index.js").then((w) => w.wallet));
1962
+ }
1963
+ case "fi.dropmate": {
1964
+ return (image
1965
+ ? import("./wallet/fi.dropmate/image.js").then((img) => img.default)
1966
+ : import("./wallet/fi.dropmate/index.js").then((w) => w.wallet));
1923
1967
  }
1924
1968
  case "co.filwallet": {
1925
1969
  return (image
@@ -2001,50 +2045,85 @@ export async function getWalletInfo(id, image) {
2001
2045
  ? import("./wallet/app.imem/image.js").then((img) => img.default)
2002
2046
  : import("./wallet/app.imem/index.js").then((w) => w.wallet));
2003
2047
  }
2004
- case "com.socios.app": {
2048
+ case "io.banksocial": {
2005
2049
  return (image
2006
- ? import("./wallet/com.socios.app/image.js").then((img) => img.default)
2007
- : import("./wallet/com.socios.app/index.js").then((w) => w.wallet));
2050
+ ? import("./wallet/io.banksocial/image.js").then((img) => img.default)
2051
+ : import("./wallet/io.banksocial/index.js").then((w) => w.wallet));
2008
2052
  }
2009
- case "io.bimwallet": {
2053
+ case "xyz.tucop": {
2010
2054
  return (image
2011
- ? import("./wallet/io.bimwallet/image.js").then((img) => img.default)
2012
- : import("./wallet/io.bimwallet/index.js").then((w) => w.wallet));
2055
+ ? import("./wallet/xyz.tucop/image.js").then((img) => img.default)
2056
+ : import("./wallet/xyz.tucop/index.js").then((w) => w.wallet));
2013
2057
  }
2014
- case "com.adftechnology": {
2058
+ case "com.saify": {
2015
2059
  return (image
2016
- ? import("./wallet/com.adftechnology/image.js").then((img) => img.default)
2017
- : import("./wallet/com.adftechnology/index.js").then((w) => w.wallet));
2060
+ ? import("./wallet/com.saify/image.js").then((img) => img.default)
2061
+ : import("./wallet/com.saify/index.js").then((w) => w.wallet));
2018
2062
  }
2019
- case "com.reown.appkit-lab": {
2063
+ case "com.obliowallet": {
2020
2064
  return (image
2021
- ? import("./wallet/com.reown.appkit-lab/image.js").then((img) => img.default)
2022
- : import("./wallet/com.reown.appkit-lab/index.js").then((w) => w.wallet));
2065
+ ? import("./wallet/com.obliowallet/image.js").then((img) => img.default)
2066
+ : import("./wallet/com.obliowallet/index.js").then((w) => w.wallet));
2023
2067
  }
2024
- case "com.reown": {
2068
+ case "my.mone": {
2025
2069
  return (image
2026
- ? import("./wallet/com.reown/image.js").then((img) => img.default)
2027
- : import("./wallet/com.reown/index.js").then((w) => w.wallet));
2070
+ ? import("./wallet/my.mone/image.js").then((img) => img.default)
2071
+ : import("./wallet/my.mone/index.js").then((w) => w.wallet));
2028
2072
  }
2029
- case "com.reown.docs": {
2073
+ case "org.creditcoin.app": {
2030
2074
  return (image
2031
- ? import("./wallet/com.reown.docs/image.js").then((img) => img.default)
2032
- : import("./wallet/com.reown.docs/index.js").then((w) => w.wallet));
2075
+ ? import("./wallet/org.creditcoin.app/image.js").then((img) => img.default)
2076
+ : import("./wallet/org.creditcoin.app/index.js").then((w) => w.wallet));
2033
2077
  }
2034
- case "io.yowallet": {
2078
+ case "io.ibvm": {
2035
2079
  return (image
2036
- ? import("./wallet/io.yowallet/image.js").then((img) => img.default)
2037
- : import("./wallet/io.yowallet/index.js").then((w) => w.wallet));
2080
+ ? import("./wallet/io.ibvm/image.js").then((img) => img.default)
2081
+ : import("./wallet/io.ibvm/index.js").then((w) => w.wallet));
2038
2082
  }
2039
- case "org.hot-labs": {
2083
+ case "app.w3wallet": {
2040
2084
  return (image
2041
- ? import("./wallet/org.hot-labs/image.js").then((img) => img.default)
2042
- : import("./wallet/org.hot-labs/index.js").then((w) => w.wallet));
2085
+ ? import("./wallet/app.w3wallet/image.js").then((img) => img.default)
2086
+ : import("./wallet/app.w3wallet/index.js").then((w) => w.wallet));
2043
2087
  }
2044
- case "ai.purewallet": {
2088
+ case "com.dokwallet": {
2045
2089
  return (image
2046
- ? import("./wallet/ai.purewallet/image.js").then((img) => img.default)
2047
- : import("./wallet/ai.purewallet/index.js").then((w) => w.wallet));
2090
+ ? import("./wallet/com.dokwallet/image.js").then((img) => img.default)
2091
+ : import("./wallet/com.dokwallet/index.js").then((w) => w.wallet));
2092
+ }
2093
+ case "com.revelator.wallet": {
2094
+ return (image
2095
+ ? import("./wallet/com.revelator.wallet/image.js").then((img) => img.default)
2096
+ : import("./wallet/com.revelator.wallet/index.js").then((w) => w.wallet));
2097
+ }
2098
+ case "io.up": {
2099
+ return (image
2100
+ ? import("./wallet/io.up/image.js").then((img) => img.default)
2101
+ : import("./wallet/io.up/index.js").then((w) => w.wallet));
2102
+ }
2103
+ case "com.qubetics": {
2104
+ return (image
2105
+ ? import("./wallet/com.qubetics/image.js").then((img) => img.default)
2106
+ : import("./wallet/com.qubetics/index.js").then((w) => w.wallet));
2107
+ }
2108
+ case "org.rezor": {
2109
+ return (image
2110
+ ? import("./wallet/org.rezor/image.js").then((img) => img.default)
2111
+ : import("./wallet/org.rezor/index.js").then((w) => w.wallet));
2112
+ }
2113
+ case "xyz.joeywallet": {
2114
+ return (image
2115
+ ? import("./wallet/xyz.joeywallet/image.js").then((img) => img.default)
2116
+ : import("./wallet/xyz.joeywallet/index.js").then((w) => w.wallet));
2117
+ }
2118
+ case "com.gayawallet": {
2119
+ return (image
2120
+ ? import("./wallet/com.gayawallet/image.js").then((img) => img.default)
2121
+ : import("./wallet/com.gayawallet/index.js").then((w) => w.wallet));
2122
+ }
2123
+ case "com.purechain": {
2124
+ return (image
2125
+ ? import("./wallet/com.purechain/image.js").then((img) => img.default)
2126
+ : import("./wallet/com.purechain/index.js").then((w) => w.wallet));
2048
2127
  }
2049
2128
  case "io.walletverse": {
2050
2129
  return (image
@@ -2101,20 +2180,15 @@ export async function getWalletInfo(id, image) {
2101
2180
  ? import("./wallet/io.finoa/image.js").then((img) => img.default)
2102
2181
  : import("./wallet/io.finoa/index.js").then((w) => w.wallet));
2103
2182
  }
2104
- case "com.blanqlabs.wallet": {
2105
- return (image
2106
- ? import("./wallet/com.blanqlabs.wallet/image.js").then((img) => img.default)
2107
- : import("./wallet/com.blanqlabs.wallet/index.js").then((w) => w.wallet));
2108
- }
2109
2183
  case "com.walletconnect.com": {
2110
2184
  return (image
2111
2185
  ? import("./wallet/com.walletconnect.com/image.js").then((img) => img.default)
2112
2186
  : import("./wallet/com.walletconnect.com/index.js").then((w) => w.wallet));
2113
2187
  }
2114
- case "app.nightly": {
2188
+ case "com.blanqlabs.wallet": {
2115
2189
  return (image
2116
- ? import("./wallet/app.nightly/image.js").then((img) => img.default)
2117
- : import("./wallet/app.nightly/index.js").then((w) => w.wallet));
2190
+ ? import("./wallet/com.blanqlabs.wallet/image.js").then((img) => img.default)
2191
+ : import("./wallet/com.blanqlabs.wallet/index.js").then((w) => w.wallet));
2118
2192
  }
2119
2193
  case "com.blazpay.wallet": {
2120
2194
  return (image
@@ -2146,6 +2220,11 @@ export async function getWalletInfo(id, image) {
2146
2220
  ? import("./wallet/com.wallet.reown/image.js").then((img) => img.default)
2147
2221
  : import("./wallet/com.wallet.reown/index.js").then((w) => w.wallet));
2148
2222
  }
2223
+ case "pro.hinkal.walletconnect": {
2224
+ return (image
2225
+ ? import("./wallet/pro.hinkal.walletconnect/image.js").then((img) => img.default)
2226
+ : import("./wallet/pro.hinkal.walletconnect/index.js").then((w) => w.wallet));
2227
+ }
2149
2228
  case "com.lootrush": {
2150
2229
  return (image
2151
2230
  ? import("./wallet/com.lootrush/image.js").then((img) => img.default)
@@ -2161,6 +2240,11 @@ export async function getWalletInfo(id, image) {
2161
2240
  ? import("./wallet/xyz.abs/image.js").then((img) => img.default)
2162
2241
  : import("./wallet/xyz.abs/index.js").then((w) => w.wallet));
2163
2242
  }
2243
+ case "sh.frame": {
2244
+ return (image
2245
+ ? import("./wallet/sh.frame/image.js").then((img) => img.default)
2246
+ : import("./wallet/sh.frame/index.js").then((w) => w.wallet));
2247
+ }
2164
2248
  default: {
2165
2249
  throw new Error(`Wallet with id ${id} not found`);
2166
2250
  }