@multiversx/sdk-dapp 4.3.3 → 4.3.4-alpha.1

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 (1018) hide show
  1. package/UI/DappModal/components/DappModal.js +1 -1
  2. package/UI/DappModal/components/index.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/Denominate/index.js +1 -1
  5. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  6. package/UI/ExplorerLink/index.js +1 -1
  7. package/UI/FormatAmount/FormatAmount.js +1 -1
  8. package/UI/FormatAmount/index.js +1 -1
  9. package/UI/ModalContainer/ModalContainer.js +1 -1
  10. package/UI/ModalContainer/index.js +1 -1
  11. package/UI/NotificationModal/NotificationModal.js +1 -1
  12. package/UI/NotificationModal/index.js +1 -1
  13. package/UI/Pagination/Pagination.js +1 -1
  14. package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
  15. package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
  16. package/UI/Pagination/helpers/getPagination/index.js +1 -1
  17. package/UI/Pagination/helpers/index.js +1 -1
  18. package/UI/Pagination/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  61. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  62. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  63. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  64. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  65. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  66. package/UI/SignTransactionsModals/components/index.js +1 -1
  67. package/UI/SignTransactionsModals/index.js +1 -1
  68. package/UI/TokenDetails/index.js +1 -1
  69. package/UI/TransactionData/TransactionData.js +1 -1
  70. package/UI/TransactionData/index.js +1 -1
  71. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  72. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  73. package/UI/TransactionDetails/components/index.js +1 -1
  74. package/UI/TransactionDetails/index.js +1 -1
  75. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  76. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  77. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  78. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  79. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  80. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  81. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  82. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  83. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  84. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  85. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  86. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  87. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  88. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  89. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  90. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  91. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  92. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  93. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  94. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  95. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  96. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  97. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  98. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  100. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  101. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  102. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  103. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  104. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  105. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  106. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  107. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  108. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  121. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  122. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  123. package/UI/TransactionInfo/components/index.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  151. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  152. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  153. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  154. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  155. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  156. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  157. package/UI/TransactionInfo/index.js +1 -1
  158. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  159. package/UI/TransactionsTable/components/AccountName.js +1 -1
  160. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  161. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  162. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  163. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  164. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  165. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  166. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  167. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  168. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  169. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  170. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  171. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  172. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  173. package/UI/TransactionsTable/components/index.js +1 -1
  174. package/UI/TransactionsTable/index.js +1 -1
  175. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  176. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  177. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  179. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  184. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  185. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  186. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  187. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  188. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  189. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  190. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  191. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  192. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  193. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  194. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  195. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  196. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  197. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  198. package/UI/TransactionsToastList/components/index.js +1 -1
  199. package/UI/TransactionsToastList/index.js +1 -1
  200. package/UI/Trim/Trim.js +1 -1
  201. package/UI/Trim/index.js +1 -1
  202. package/UI/UsdValue/UsdValue.js +1 -1
  203. package/UI/UsdValue/index.js +1 -1
  204. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  205. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  206. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  207. package/UI/iframe/IframeLoginButton/index.js +1 -1
  208. package/UI/index.js +1 -1
  209. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  210. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  211. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  212. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  213. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  227. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  228. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  229. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  230. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  231. package/UI/ledger/index.js +1 -1
  232. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  233. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  234. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  235. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  236. package/UI/pages/UnlockPage/index.js +1 -1
  237. package/UI/pages/index.js +1 -1
  238. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  239. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  240. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  241. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  242. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  243. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  244. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  245. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  246. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  247. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  248. package/UI/walletConnect/index.js +1 -1
  249. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  250. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  251. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  252. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  253. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  254. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  255. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  256. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  257. package/__chunks__/{chunk-HMUYALEN.js → chunk-24D2K7IN.js} +2 -2
  258. package/__chunks__/{chunk-XXARRFNW.js → chunk-25RKOTQU.js} +2 -2
  259. package/__chunks__/{chunk-KNU6JMST.js → chunk-2BQD7DUG.js} +2 -2
  260. package/__chunks__/{chunk-BNEMTPB2.js → chunk-2CB6LXOG.js} +2 -2
  261. package/__chunks__/{chunk-TPHKH2H5.js → chunk-2EHKRANN.js} +2 -2
  262. package/__chunks__/chunk-2GZFJ3L3.js +2 -0
  263. package/__chunks__/chunk-2H2MQDL3.js +2 -0
  264. package/__chunks__/{chunk-75ZDBPIJ.js → chunk-2HNVYKBI.js} +2 -2
  265. package/__chunks__/{chunk-3HXSA3SI.js → chunk-2JOB5C6J.js} +2 -2
  266. package/__chunks__/{chunk-I2HTLHNZ.js → chunk-2K2ZFN56.js} +2 -2
  267. package/__chunks__/{chunk-A3NXYOUN.js → chunk-2LMUV6FC.js} +2 -2
  268. package/__chunks__/{chunk-TNG7XWKR.js → chunk-2LUQAJLR.js} +2 -2
  269. package/__chunks__/{chunk-WE7TVJQA.js → chunk-2M6IQJW5.js} +2 -2
  270. package/__chunks__/chunk-2MD7N7PQ.js +2 -0
  271. package/__chunks__/{chunk-7TOUSW2W.js → chunk-2QWOBU64.js} +2 -2
  272. package/__chunks__/chunk-2UCWSYAM.js +2 -0
  273. package/__chunks__/{chunk-JTF6NS3W.js → chunk-2WHTNHC7.js} +2 -2
  274. package/__chunks__/{chunk-2KINQHTB.js → chunk-2X2Y2VZ4.js} +2 -2
  275. package/__chunks__/{chunk-7UF6KLBW.js → chunk-2Z3TG7WK.js} +2 -2
  276. package/__chunks__/{chunk-OY5TIYS2.js → chunk-33M7DRZW.js} +2 -2
  277. package/__chunks__/chunk-37L5NZZS.js +2 -0
  278. package/__chunks__/chunk-3D3KQGSG.js +2 -0
  279. package/__chunks__/{chunk-OHZO5JFJ.js → chunk-3F5TF35S.js} +2 -2
  280. package/__chunks__/{chunk-ZL76L75S.js → chunk-3RHESYGK.js} +2 -2
  281. package/__chunks__/{chunk-I5UN6VEI.js → chunk-3TFLPWOG.js} +2 -2
  282. package/__chunks__/{chunk-XEMDTEQ6.js → chunk-3YZ5ZXM7.js} +2 -2
  283. package/__chunks__/{chunk-VHAEAEC4.js → chunk-43WYDFA4.js} +2 -2
  284. package/__chunks__/{chunk-65IN53XZ.js → chunk-45ONUKHV.js} +2 -2
  285. package/__chunks__/{chunk-7QAXFW74.js → chunk-47WBWNID.js} +2 -2
  286. package/__chunks__/{chunk-UIDVTJDB.js → chunk-4AXMOVIQ.js} +2 -2
  287. package/__chunks__/{chunk-B7LQP7OZ.js → chunk-4IJ6RFE4.js} +2 -2
  288. package/__chunks__/{chunk-HU2WIZFT.js → chunk-4IW4XWQM.js} +2 -2
  289. package/__chunks__/chunk-4JYN3F4X.js +2 -0
  290. package/__chunks__/{chunk-TSSKA5RG.js → chunk-4PIHQD3O.js} +2 -2
  291. package/__chunks__/{chunk-YQWVUCVI.js → chunk-4QJK357E.js} +2 -2
  292. package/__chunks__/{chunk-Y7ID5T3M.js → chunk-4QOEQRF4.js} +2 -2
  293. package/__chunks__/{chunk-IT3SHTC4.js → chunk-4RJKPLCH.js} +2 -2
  294. package/__chunks__/{chunk-X4TI5VCG.js → chunk-4S6WDQ42.js} +2 -2
  295. package/__chunks__/{chunk-NRY3BU5H.js → chunk-4UOFN637.js} +2 -2
  296. package/__chunks__/{chunk-ERITHCXO.js → chunk-4ZAMLUU3.js} +2 -2
  297. package/__chunks__/{chunk-Z4CW7LRI.js → chunk-52KBSULZ.js} +2 -2
  298. package/__chunks__/{chunk-6BM2ST5Z.js → chunk-52QI6PTS.js} +2 -2
  299. package/__chunks__/{chunk-FAUBFOTX.js → chunk-5B4IRXMF.js} +2 -2
  300. package/__chunks__/{chunk-QTATDC5X.js → chunk-5ENSOCVS.js} +2 -2
  301. package/__chunks__/{chunk-U3REWMAB.js → chunk-5EZ2JFWY.js} +2 -2
  302. package/__chunks__/{chunk-OARREGPR.js → chunk-5FY3LERB.js} +2 -2
  303. package/__chunks__/chunk-5H2SQK7H.js +2 -0
  304. package/__chunks__/{chunk-KTUHMCSB.js → chunk-5I24B5H4.js} +2 -2
  305. package/__chunks__/chunk-5IW4RJBQ.js +2 -0
  306. package/__chunks__/{chunk-U2E2OYI2.js → chunk-5KYB7CA7.js} +2 -2
  307. package/__chunks__/{chunk-DEFGT5WU.js → chunk-5LRSQGSO.js} +2 -2
  308. package/__chunks__/{chunk-2MCLOMGH.js → chunk-5ZCSRYSX.js} +2 -2
  309. package/__chunks__/{chunk-IHLA7WLZ.js → chunk-5ZMXC75K.js} +2 -2
  310. package/__chunks__/{chunk-TAJOWO4L.js → chunk-637BW36E.js} +2 -2
  311. package/__chunks__/{chunk-NMDQMATH.js → chunk-6AZKXCLM.js} +2 -2
  312. package/__chunks__/chunk-6BZJJAET.js +2 -0
  313. package/__chunks__/{chunk-KIMAUAAY.js → chunk-6HKICMK7.js} +2 -2
  314. package/__chunks__/{chunk-LZ22MDKK.js → chunk-6KXDONKZ.js} +2 -2
  315. package/__chunks__/{chunk-Q6PNXMJS.js → chunk-6LDL4U5E.js} +2 -2
  316. package/__chunks__/{chunk-XY2BEOGG.js → chunk-6LR2W3PR.js} +2 -2
  317. package/__chunks__/{chunk-35WW4C7L.js → chunk-6NYWQ7JL.js} +2 -2
  318. package/__chunks__/{chunk-GRAIQ6GH.js → chunk-6P5IO6AS.js} +2 -2
  319. package/__chunks__/{chunk-BC7AMHRI.js → chunk-6TS2643A.js} +2 -2
  320. package/__chunks__/{chunk-COQJRVNP.js → chunk-6V6GGJWY.js} +2 -2
  321. package/__chunks__/chunk-6VFMZUPW.js +2 -0
  322. package/__chunks__/{chunk-VTE26SGN.js → chunk-6VXQ2DUY.js} +2 -2
  323. package/__chunks__/{chunk-2QJ5CRRT.js → chunk-7354WKPB.js} +2 -2
  324. package/__chunks__/{chunk-PPBYUA5B.js → chunk-77N7T6WP.js} +2 -2
  325. package/__chunks__/{chunk-LIXRWTBR.js → chunk-7CBCS2GS.js} +2 -2
  326. package/__chunks__/{chunk-JLSFIQ57.js → chunk-7CQPAAU7.js} +2 -2
  327. package/__chunks__/{chunk-BPJZQBCJ.js → chunk-7EGAUH23.js} +2 -2
  328. package/__chunks__/{chunk-AZICIUOR.js → chunk-7GKQVKNY.js} +2 -2
  329. package/__chunks__/{chunk-CB4QNRST.js → chunk-7P3RCGGY.js} +2 -2
  330. package/__chunks__/chunk-7RAKTX5G.js +2 -0
  331. package/__chunks__/{chunk-JY6OMPUH.js → chunk-7SAB24GG.js} +2 -2
  332. package/__chunks__/chunk-7UBVY4KP.js +2 -0
  333. package/__chunks__/{chunk-OFNML5Z7.js → chunk-ABXKXQM6.js} +2 -2
  334. package/__chunks__/{chunk-F3DLRRZV.js → chunk-ACADTJCL.js} +2 -2
  335. package/__chunks__/{chunk-6WLESDUC.js → chunk-AGK5WSEG.js} +2 -2
  336. package/__chunks__/{chunk-IDAT2HCQ.js → chunk-AICLBVRF.js} +2 -2
  337. package/__chunks__/chunk-AN4AN5XH.js +2 -0
  338. package/__chunks__/chunk-AQF6WP3B.js +2 -0
  339. package/__chunks__/{chunk-GQH5CJGS.js → chunk-AR7WR5FE.js} +2 -2
  340. package/__chunks__/{chunk-AIOX2TQE.js → chunk-ARCSU73R.js} +2 -2
  341. package/__chunks__/{chunk-LU37YHT4.js → chunk-AVYKZHSL.js} +2 -2
  342. package/__chunks__/{chunk-KCGDDPWP.js → chunk-AWEB7DZF.js} +2 -2
  343. package/__chunks__/{chunk-HYPTCT5E.js → chunk-B4CBWPZP.js} +2 -2
  344. package/__chunks__/{chunk-OAXLVXSH.js → chunk-BEHWAUXC.js} +2 -2
  345. package/__chunks__/{chunk-JMDBUE4V.js → chunk-BI5SSPAN.js} +2 -2
  346. package/__chunks__/{chunk-PSWKT23P.js → chunk-BM7QNFI7.js} +2 -2
  347. package/__chunks__/{chunk-GAJJU6YU.js → chunk-BMDPZLE4.js} +2 -2
  348. package/__chunks__/{chunk-LLLY2PLE.js → chunk-BQ26S7P7.js} +2 -2
  349. package/__chunks__/{chunk-U5TQREBM.js → chunk-BS3J7G7C.js} +2 -2
  350. package/__chunks__/chunk-BWZEEEV6.js +2 -0
  351. package/__chunks__/{chunk-ZGTODHWL.js → chunk-C27VGXZQ.js} +2 -2
  352. package/__chunks__/{chunk-WJ3LWUSW.js → chunk-C2VIDMUD.js} +2 -2
  353. package/__chunks__/{chunk-XACGQCYI.js → chunk-C442BSEE.js} +2 -2
  354. package/__chunks__/{chunk-YFRJVUBD.js → chunk-C6FHRB4G.js} +2 -2
  355. package/__chunks__/{chunk-SDHW3Z4P.js → chunk-CARYC4I2.js} +2 -2
  356. package/__chunks__/chunk-CAWNG7BJ.js +2 -0
  357. package/__chunks__/{chunk-OUA73SSJ.js → chunk-CETHY5DK.js} +2 -2
  358. package/__chunks__/{chunk-RUWBDSJG.js → chunk-CFWMCHUV.js} +2 -2
  359. package/__chunks__/{chunk-JYVZJZ3V.js → chunk-CGV3JZ2A.js} +2 -2
  360. package/__chunks__/{chunk-GKAZKHWY.js → chunk-CHKBTNGY.js} +2 -2
  361. package/__chunks__/{chunk-JLW4S2OD.js → chunk-CMXFWTO6.js} +2 -2
  362. package/__chunks__/{chunk-3SRKDS6P.js → chunk-CVYMG3PM.js} +2 -2
  363. package/__chunks__/chunk-D6GURMWV.js +2 -0
  364. package/__chunks__/chunk-D6KVSQBJ.js +2 -0
  365. package/__chunks__/chunk-DBBWRL2P.js +2 -0
  366. package/__chunks__/{chunk-QEV6ASLD.js → chunk-DFSIKXW5.js} +2 -2
  367. package/__chunks__/{chunk-XACY43R5.js → chunk-DGC73TWF.js} +2 -2
  368. package/__chunks__/chunk-DGR4XJTX.js +2 -0
  369. package/__chunks__/{chunk-FL3JGIOK.js → chunk-DHZPYTSO.js} +2 -2
  370. package/__chunks__/{chunk-Q6GYXD7V.js → chunk-DJR44UPQ.js} +2 -2
  371. package/__chunks__/chunk-DK7VCT6R.js +2 -0
  372. package/__chunks__/{chunk-2XX7HZTX.js → chunk-DSIPH7EJ.js} +2 -2
  373. package/__chunks__/chunk-E53RVWOT.js +2 -0
  374. package/__chunks__/{chunk-G3W4EMGM.js → chunk-E7SMLXCH.js} +2 -2
  375. package/__chunks__/chunk-EAVOUVZS.js +2 -0
  376. package/__chunks__/{chunk-GKWKIAPY.js → chunk-ECQJQ76J.js} +2 -2
  377. package/__chunks__/{chunk-DMRXP7HV.js → chunk-EGKX4TVX.js} +2 -2
  378. package/__chunks__/chunk-EKSRAIQ2.js +2 -0
  379. package/__chunks__/{chunk-DNOR7WM4.js → chunk-ELDESMTL.js} +2 -2
  380. package/__chunks__/{chunk-7BWQNAMS.js → chunk-ELHOCZI6.js} +2 -2
  381. package/__chunks__/{chunk-GE4OCTDP.js → chunk-ELWYA3KG.js} +2 -2
  382. package/__chunks__/{chunk-2KF7MZUU.js → chunk-EQQKCBGM.js} +2 -2
  383. package/__chunks__/{chunk-PININVTB.js → chunk-EYQPBSFB.js} +2 -2
  384. package/__chunks__/{chunk-IUOHCFMI.js → chunk-F56E5OHY.js} +2 -2
  385. package/__chunks__/{chunk-NHLAFROW.js → chunk-FD53UGYY.js} +2 -2
  386. package/__chunks__/{chunk-5ZAK25IM.js → chunk-FEUUARER.js} +2 -2
  387. package/__chunks__/{chunk-EK3MPB3Z.js → chunk-FF5Z2HPD.js} +2 -2
  388. package/__chunks__/chunk-FHUWKULE.js +2 -0
  389. package/__chunks__/{chunk-CU5BE7L6.js → chunk-FKB7JFXE.js} +2 -2
  390. package/__chunks__/{chunk-HCPUBKJ2.js → chunk-FKVDFKN4.js} +2 -2
  391. package/__chunks__/{chunk-SHLZNMZX.js → chunk-FREEEK44.js} +2 -2
  392. package/__chunks__/{chunk-V4UWFLLU.js → chunk-FTT5RF2M.js} +2 -2
  393. package/__chunks__/{chunk-B5FEQ7WP.js → chunk-FWMGFKCI.js} +2 -2
  394. package/__chunks__/{chunk-2FLZCVZG.js → chunk-G4AZHUFL.js} +2 -2
  395. package/__chunks__/{chunk-M24JZXNC.js → chunk-G7JLE5IZ.js} +2 -2
  396. package/__chunks__/{chunk-FP56THIJ.js → chunk-GCD5ZDHG.js} +2 -2
  397. package/__chunks__/chunk-GCLPSNVX.js +2 -0
  398. package/__chunks__/{chunk-2JTMQZ5N.js → chunk-GD2KBFKM.js} +2 -2
  399. package/__chunks__/{chunk-TIWSO56Y.js → chunk-GEDQVQFA.js} +2 -2
  400. package/__chunks__/{chunk-RZS72DRR.js → chunk-GEK572JH.js} +2 -2
  401. package/__chunks__/{chunk-FSI7MPX2.js → chunk-GFFTR62F.js} +2 -2
  402. package/__chunks__/{chunk-BRJ4IDFX.js → chunk-GISWZUVZ.js} +2 -2
  403. package/__chunks__/chunk-GSA2SB6O.js +2 -0
  404. package/__chunks__/{chunk-XXQ36W6V.js → chunk-GTCKY6F3.js} +2 -2
  405. package/__chunks__/{chunk-RXLDGZSX.js → chunk-H62Y7P7I.js} +2 -2
  406. package/__chunks__/{chunk-PB5VWLDA.js → chunk-H7GCEERY.js} +2 -2
  407. package/__chunks__/chunk-HB5RUTVT.js +2 -0
  408. package/__chunks__/{chunk-LXAMYSAY.js → chunk-HC7L4S4O.js} +2 -2
  409. package/__chunks__/{chunk-5E4ENRLC.js → chunk-HDNWKFGF.js} +2 -2
  410. package/__chunks__/{chunk-I3H3UEEF.js → chunk-HECK6MTB.js} +2 -2
  411. package/__chunks__/chunk-HG4S6KDX.js +2 -0
  412. package/__chunks__/chunk-HMAFTVLK.js +2 -0
  413. package/__chunks__/{chunk-Q2AW5PBX.js → chunk-HOEKGKQZ.js} +2 -2
  414. package/__chunks__/{chunk-PMGBDSMO.js → chunk-HPGXFNOH.js} +2 -2
  415. package/__chunks__/{chunk-KNH27ZOI.js → chunk-HU6C2X7Z.js} +2 -2
  416. package/__chunks__/{chunk-HRTS3MSF.js → chunk-HXUIQH3H.js} +2 -2
  417. package/__chunks__/{chunk-HIUQRKBU.js → chunk-HYKDX5DE.js} +2 -2
  418. package/__chunks__/{chunk-N572YDZA.js → chunk-ICV2TXRM.js} +2 -2
  419. package/__chunks__/chunk-IEIURVBZ.js +2 -0
  420. package/__chunks__/{chunk-TW2H5NX4.js → chunk-IEIZJV2B.js} +2 -2
  421. package/__chunks__/{chunk-5EBLXQKZ.js → chunk-IHNYPQSK.js} +2 -2
  422. package/__chunks__/{chunk-5MYIRG5J.js → chunk-INHUPQWU.js} +2 -2
  423. package/__chunks__/{chunk-6ELWXHAK.js → chunk-IQP6H3UP.js} +2 -2
  424. package/__chunks__/{chunk-ENBATX53.js → chunk-IR74SMTL.js} +2 -2
  425. package/__chunks__/{chunk-7KXIKUR6.js → chunk-IURGTEPK.js} +2 -2
  426. package/__chunks__/{chunk-VCQ5MOM4.js → chunk-IUW5OTWW.js} +2 -2
  427. package/__chunks__/{chunk-SL2KEAXQ.js → chunk-J4E4HTQC.js} +2 -2
  428. package/__chunks__/chunk-J5OXIGWW.js +2 -0
  429. package/__chunks__/{chunk-EZGBQXME.js → chunk-J63USF4K.js} +2 -2
  430. package/__chunks__/{chunk-DBJ4HFXB.js → chunk-J7F7ECRM.js} +2 -2
  431. package/__chunks__/{chunk-J6UKYZCT.js → chunk-JDJZ2RJJ.js} +2 -2
  432. package/__chunks__/{chunk-4LDHXKXH.js → chunk-JG6R3QAD.js} +2 -2
  433. package/__chunks__/{chunk-OOIYPQB2.js → chunk-JMZRJTZG.js} +2 -2
  434. package/__chunks__/{chunk-DCAMXMCM.js → chunk-JNEPYTU7.js} +2 -2
  435. package/__chunks__/{chunk-LHQK5CGF.js → chunk-JPOB33IZ.js} +2 -2
  436. package/__chunks__/{chunk-5F3A7VLM.js → chunk-JQZYS7BM.js} +2 -2
  437. package/__chunks__/{chunk-IEUECJU7.js → chunk-JZCSJHHU.js} +2 -2
  438. package/__chunks__/{chunk-UCHZCYP4.js → chunk-K4JBCUFT.js} +2 -2
  439. package/__chunks__/chunk-K53PESRU.js +2 -0
  440. package/__chunks__/{chunk-XNXCRIOG.js → chunk-KABKOLXR.js} +2 -2
  441. package/__chunks__/{chunk-OIIGCY2H.js → chunk-KAIQY5SA.js} +2 -2
  442. package/__chunks__/{chunk-X7EP3HVR.js → chunk-KDIZOQHB.js} +2 -2
  443. package/__chunks__/{chunk-AFVIOJA2.js → chunk-KIOF4CQT.js} +2 -2
  444. package/__chunks__/{chunk-GKXA3BOE.js → chunk-KQL7J2VN.js} +2 -2
  445. package/__chunks__/{chunk-6MCQHTDQ.js → chunk-KQNHZDSB.js} +2 -2
  446. package/__chunks__/{chunk-TFXKWGR2.js → chunk-KUD2NXQX.js} +2 -2
  447. package/__chunks__/{chunk-PV4U35TB.js → chunk-LC532B67.js} +2 -2
  448. package/__chunks__/{chunk-4C72NXJC.js → chunk-LCYLRW4B.js} +2 -2
  449. package/__chunks__/{chunk-UGHC4LEJ.js → chunk-LF6LQOEB.js} +2 -2
  450. package/__chunks__/{chunk-R4ODW2TW.js → chunk-LK2BIT5G.js} +2 -2
  451. package/__chunks__/{chunk-SLMR62XL.js → chunk-LRZD3GOP.js} +2 -2
  452. package/__chunks__/{chunk-DE32D63C.js → chunk-LUKDEXXW.js} +2 -2
  453. package/__chunks__/{chunk-6F5V5H3O.js → chunk-LVLGKG3B.js} +2 -2
  454. package/__chunks__/{chunk-MYBMLPKZ.js → chunk-LVNISYGC.js} +2 -2
  455. package/__chunks__/{chunk-PZ2J7CX4.js → chunk-LVO247J2.js} +2 -2
  456. package/__chunks__/{chunk-UFQ7UEPG.js → chunk-LZ67TQ66.js} +2 -2
  457. package/__chunks__/{chunk-53DA5O5D.js → chunk-M2BNPL3X.js} +2 -2
  458. package/__chunks__/{chunk-QZ2CPGYT.js → chunk-M2EGCCXE.js} +2 -2
  459. package/__chunks__/{chunk-C2KB6OP7.js → chunk-M2RCFIL4.js} +2 -2
  460. package/__chunks__/{chunk-ALXNYK3E.js → chunk-M45YFMCO.js} +2 -2
  461. package/__chunks__/{chunk-DW7QS5HU.js → chunk-M54EYB7C.js} +2 -2
  462. package/__chunks__/{chunk-4TGESVWJ.js → chunk-M6EI5T3W.js} +2 -2
  463. package/__chunks__/chunk-MAN7GWTH.js +2 -0
  464. package/__chunks__/{chunk-BHVXBW6B.js → chunk-MJ6TFSMU.js} +2 -2
  465. package/__chunks__/{chunk-YXAZVFXZ.js → chunk-MJFA7EQM.js} +2 -2
  466. package/__chunks__/{chunk-NP2H372S.js → chunk-MJMGRCDU.js} +2 -2
  467. package/__chunks__/{chunk-6N3WWVBS.js → chunk-MK2GCPP3.js} +2 -2
  468. package/__chunks__/{chunk-HHOIMVSW.js → chunk-MMJ3BHVI.js} +2 -2
  469. package/__chunks__/{chunk-LUJL437O.js → chunk-MN4WMRRC.js} +2 -2
  470. package/__chunks__/chunk-MOH5IXEW.js +2 -0
  471. package/__chunks__/{chunk-7IEF3K3N.js → chunk-MOKQMVU2.js} +2 -2
  472. package/__chunks__/{chunk-4ETVUXHH.js → chunk-MS4VFH7H.js} +2 -2
  473. package/__chunks__/chunk-MT5L5HAW.js +2 -0
  474. package/__chunks__/chunk-MWZH5OTR.js +2 -0
  475. package/__chunks__/chunk-NCWO65ZY.js +2 -0
  476. package/__chunks__/chunk-NDEYN3LD.js +2 -0
  477. package/__chunks__/chunk-NDUB47FE.js +2 -0
  478. package/__chunks__/{chunk-LO4FZUUL.js → chunk-NEAYNWOD.js} +2 -2
  479. package/__chunks__/{chunk-ILXS5TLE.js → chunk-NKC5KX3R.js} +2 -2
  480. package/__chunks__/{chunk-3B2V4QLE.js → chunk-NOPBGR4E.js} +2 -2
  481. package/__chunks__/{chunk-GWNGXWV2.js → chunk-NPUQV7B2.js} +2 -2
  482. package/__chunks__/{chunk-DK7RB23Z.js → chunk-NRQ65PN2.js} +2 -2
  483. package/__chunks__/{chunk-SVYY3XG3.js → chunk-NYHIJYSY.js} +2 -2
  484. package/__chunks__/{chunk-EHDPMWUN.js → chunk-NZG725GU.js} +2 -2
  485. package/__chunks__/{chunk-GLX5TPC7.js → chunk-O26IGKV6.js} +2 -2
  486. package/__chunks__/chunk-OFFEXGLU.js +2 -0
  487. package/__chunks__/chunk-OMWA264B.js +2 -0
  488. package/__chunks__/chunk-OQT4D6DA.js +2 -0
  489. package/__chunks__/{chunk-B67ICQ6X.js → chunk-OUPLVSSN.js} +2 -2
  490. package/__chunks__/chunk-OYJGON2R.js +2 -0
  491. package/__chunks__/{chunk-3ESDJKH6.js → chunk-P2SQV73D.js} +2 -2
  492. package/__chunks__/{chunk-HFTTNKHP.js → chunk-PAX5EKQO.js} +2 -2
  493. package/__chunks__/{chunk-VQOROTBK.js → chunk-PCY5A3OM.js} +2 -2
  494. package/__chunks__/{chunk-EVUUTZV7.js → chunk-PF4D7MUH.js} +2 -2
  495. package/__chunks__/{chunk-RPMUZG56.js → chunk-PGXHCNNJ.js} +2 -2
  496. package/__chunks__/{chunk-YNS44265.js → chunk-PJM55W2G.js} +2 -2
  497. package/__chunks__/chunk-PLGOGN7B.js +2 -0
  498. package/__chunks__/{chunk-EWEMTEQG.js → chunk-PMFDV77M.js} +2 -2
  499. package/__chunks__/{chunk-BPOK4ELB.js → chunk-POSE32KA.js} +2 -2
  500. package/__chunks__/{chunk-3DDQJ3VN.js → chunk-PPP2LEPC.js} +2 -2
  501. package/__chunks__/{chunk-NKL7H6WF.js → chunk-PPV5SJZR.js} +2 -2
  502. package/__chunks__/{chunk-FHFVGYIX.js → chunk-PWRL2PHT.js} +2 -2
  503. package/__chunks__/{chunk-BLDDWEAT.js → chunk-PY623WGA.js} +2 -2
  504. package/__chunks__/chunk-PYLTLW5W.js +2 -0
  505. package/__chunks__/{chunk-WN5BZMBM.js → chunk-Q5LESUJU.js} +2 -2
  506. package/__chunks__/{chunk-U46YFUCN.js → chunk-Q6JMJXXF.js} +2 -2
  507. package/__chunks__/{chunk-XVVAEMAQ.js → chunk-Q76T6JPW.js} +2 -2
  508. package/__chunks__/{chunk-4UZ2AS3Z.js → chunk-QE4XAJGO.js} +2 -2
  509. package/__chunks__/{chunk-LISKVNAH.js → chunk-QQYLJ7T3.js} +2 -2
  510. package/__chunks__/{chunk-DDR7XNXQ.js → chunk-QRHTZEUL.js} +2 -2
  511. package/__chunks__/chunk-QY3POW5A.js +2 -0
  512. package/__chunks__/{chunk-GQWIBR5V.js → chunk-QYUHWCID.js} +2 -2
  513. package/__chunks__/{chunk-WZJCNBWH.js → chunk-QZTHHTNY.js} +2 -2
  514. package/__chunks__/{chunk-BOU56ZG3.js → chunk-R3BWV4KU.js} +2 -2
  515. package/__chunks__/{chunk-KEWZ3SWT.js → chunk-R3G2RMY5.js} +2 -2
  516. package/__chunks__/{chunk-X2EO5OB7.js → chunk-R6CS6OMK.js} +2 -2
  517. package/__chunks__/chunk-RBNR7KTD.js +2 -0
  518. package/__chunks__/{chunk-JQYHDLO2.js → chunk-RCUGDZMV.js} +2 -2
  519. package/__chunks__/{chunk-F4SDEBZG.js → chunk-RFUKCFZ2.js} +2 -2
  520. package/__chunks__/chunk-RGLZWEKW.js +2 -0
  521. package/__chunks__/chunk-RGQD2CXL.js +2 -0
  522. package/__chunks__/{chunk-72YUS4WW.js → chunk-RK32VHTO.js} +2 -2
  523. package/__chunks__/{chunk-RA6EU5LQ.js → chunk-RN5HOHCP.js} +2 -2
  524. package/__chunks__/{chunk-P6PFLUFJ.js → chunk-ROY2KQNP.js} +2 -2
  525. package/__chunks__/{chunk-L2H7DB4O.js → chunk-RRWYERE3.js} +2 -2
  526. package/__chunks__/{chunk-EVGOKAH4.js → chunk-RRXE3ZM7.js} +2 -2
  527. package/__chunks__/{chunk-MQYMZOQL.js → chunk-RTCQ6QL4.js} +2 -2
  528. package/__chunks__/{chunk-4J6HS47O.js → chunk-RVZA3OIB.js} +2 -2
  529. package/__chunks__/{chunk-F7P33CFQ.js → chunk-RX3OTZWT.js} +2 -2
  530. package/__chunks__/{chunk-OVXSFBM7.js → chunk-S2QSM6LQ.js} +2 -2
  531. package/__chunks__/{chunk-HJ62CBRT.js → chunk-S5QLNPNV.js} +2 -2
  532. package/__chunks__/{chunk-QG37FGHU.js → chunk-SDEMFZ2B.js} +2 -2
  533. package/__chunks__/{chunk-R2ONOGA2.js → chunk-SIEDPGDK.js} +2 -2
  534. package/__chunks__/{chunk-IHJ4VJGE.js → chunk-SJAJRK4I.js} +2 -2
  535. package/__chunks__/{chunk-LPMVCNX7.js → chunk-SN3U7PJ7.js} +2 -2
  536. package/__chunks__/{chunk-MOS23OHR.js → chunk-SX2VRDN7.js} +2 -2
  537. package/__chunks__/{chunk-7FZ5QE5Y.js → chunk-T3AMXQVC.js} +2 -2
  538. package/__chunks__/{chunk-ZZTW7AD6.js → chunk-T63KEE73.js} +2 -2
  539. package/__chunks__/{chunk-XCPFYMJS.js → chunk-T6WVPNM6.js} +2 -2
  540. package/__chunks__/{chunk-F2TMWY62.js → chunk-TARH3XHH.js} +2 -2
  541. package/__chunks__/{chunk-2BITUT5V.js → chunk-TB4ER3LS.js} +2 -2
  542. package/__chunks__/{chunk-J7AOONLK.js → chunk-TCRJYYXV.js} +2 -2
  543. package/__chunks__/{chunk-BSY2NT6L.js → chunk-TE4T75GN.js} +2 -2
  544. package/__chunks__/chunk-TENZ5D35.js +2 -0
  545. package/__chunks__/chunk-TF4XTQGN.js +2 -0
  546. package/__chunks__/{chunk-SHS5RBWE.js → chunk-TLDFZH5P.js} +2 -2
  547. package/__chunks__/{chunk-U5PYO7B2.js → chunk-TNGZP5IB.js} +2 -2
  548. package/__chunks__/chunk-TO2N7FVP.js +2 -0
  549. package/__chunks__/{chunk-KTMUH4ZD.js → chunk-TOIIOCNX.js} +2 -2
  550. package/__chunks__/{chunk-CGS6M5IR.js → chunk-TPRTM7OB.js} +2 -2
  551. package/__chunks__/{chunk-6MRXAI74.js → chunk-TWSN7HZK.js} +2 -2
  552. package/__chunks__/{chunk-HAPIRVGX.js → chunk-TXQL7DFI.js} +2 -2
  553. package/__chunks__/{chunk-ZQEYHNSX.js → chunk-TY4BCXTR.js} +2 -2
  554. package/__chunks__/{chunk-EDGTGOJ2.js → chunk-TYSBJPNT.js} +2 -2
  555. package/__chunks__/{chunk-D3AZOY65.js → chunk-U4MSGRT3.js} +2 -2
  556. package/__chunks__/{chunk-74ZXY74X.js → chunk-UI66NJZT.js} +2 -2
  557. package/__chunks__/chunk-UMHVXJPV.js +2 -0
  558. package/__chunks__/{chunk-ES5NXUVH.js → chunk-UPC4SPRN.js} +2 -2
  559. package/__chunks__/{chunk-RM76QZVM.js → chunk-UU4NTA4J.js} +2 -2
  560. package/__chunks__/chunk-UY6UCXJ6.js +2 -0
  561. package/__chunks__/{chunk-LLB5EQW5.js → chunk-V4Y2QYQE.js} +2 -2
  562. package/__chunks__/chunk-V6HL3GOP.js +2 -0
  563. package/__chunks__/{chunk-HGR3DJNP.js → chunk-V6ZIZ7VI.js} +2 -2
  564. package/__chunks__/chunk-V7NUNNBR.js +2 -0
  565. package/__chunks__/chunk-V7UIKWIQ.js +2 -0
  566. package/__chunks__/chunk-VC73HKHZ.js +2 -0
  567. package/__chunks__/{chunk-EK2GZY5W.js → chunk-VCR4YMSC.js} +2 -2
  568. package/__chunks__/chunk-W3A4D35B.js +2 -0
  569. package/__chunks__/{chunk-4JPTFWVP.js → chunk-WDGM7ZE5.js} +2 -2
  570. package/__chunks__/{chunk-42IMRT4I.js → chunk-WGLF554T.js} +2 -2
  571. package/__chunks__/{chunk-UKCNSU7P.js → chunk-WTS6FKSQ.js} +2 -2
  572. package/__chunks__/{chunk-LYGQTWDN.js → chunk-WXXUXRAM.js} +2 -2
  573. package/__chunks__/{chunk-J5TKH4R2.js → chunk-X42XKYM5.js} +2 -2
  574. package/__chunks__/chunk-X4P7QPM6.js +2 -0
  575. package/__chunks__/{chunk-4FMTA7PA.js → chunk-X4XFYCEZ.js} +2 -2
  576. package/__chunks__/{chunk-L3MLZBEH.js → chunk-X5ATTZSQ.js} +2 -2
  577. package/__chunks__/{chunk-6KQLLQLT.js → chunk-XAMWEWOV.js} +2 -2
  578. package/__chunks__/{chunk-VNLYSO3R.js → chunk-XBAX7QVY.js} +2 -2
  579. package/__chunks__/chunk-XE6ZGFLG.js +2 -0
  580. package/__chunks__/{chunk-OVYC4NBH.js → chunk-XF666J4X.js} +2 -2
  581. package/__chunks__/{chunk-XRS7ENFP.js → chunk-XGATXS43.js} +2 -2
  582. package/__chunks__/{chunk-46UB3SHL.js → chunk-XHV46KU4.js} +2 -2
  583. package/__chunks__/{chunk-VOLF6AHL.js → chunk-XIBFCYTM.js} +2 -2
  584. package/__chunks__/chunk-XJ6FH3AH.js +2 -0
  585. package/__chunks__/chunk-XMCIIPO4.js +2 -0
  586. package/__chunks__/{chunk-MB7UABKE.js → chunk-XMMWK56T.js} +2 -2
  587. package/__chunks__/{chunk-5MKADVF6.js → chunk-XNIZXZ4D.js} +2 -2
  588. package/__chunks__/{chunk-XJSLNMRF.js → chunk-XO5RFP27.js} +2 -2
  589. package/__chunks__/{chunk-DZ72DIFJ.js → chunk-XPZCX6TU.js} +2 -2
  590. package/__chunks__/{chunk-C3O3XDWS.js → chunk-XZG7MPHH.js} +2 -2
  591. package/__chunks__/{chunk-LVNWKHE3.js → chunk-XZIDZBSZ.js} +2 -2
  592. package/__chunks__/{chunk-7TIVSBQR.js → chunk-Y4VA6366.js} +2 -2
  593. package/__chunks__/chunk-Y5X5DR5U.js +2 -0
  594. package/__chunks__/{chunk-WIE7Z4CU.js → chunk-Y7BO5HPR.js} +2 -2
  595. package/__chunks__/{chunk-TDDRQR7U.js → chunk-Y7TR243I.js} +2 -2
  596. package/__chunks__/{chunk-XAWCWIPK.js → chunk-YBDOUTXJ.js} +2 -2
  597. package/__chunks__/{chunk-AP3KRVIK.js → chunk-YFU2725J.js} +2 -2
  598. package/__chunks__/chunk-YLFE6VKO.js +2 -0
  599. package/__chunks__/{chunk-M24QYE7Q.js → chunk-YQULUMIP.js} +2 -2
  600. package/__chunks__/{chunk-LM5URE36.js → chunk-YSL4HB3Q.js} +2 -2
  601. package/__chunks__/{chunk-6QTQYBUM.js → chunk-YSZQJ2BJ.js} +2 -2
  602. package/__chunks__/{chunk-TYDQIKJN.js → chunk-YUWLM62E.js} +2 -2
  603. package/__chunks__/{chunk-U42CFSIM.js → chunk-YWQFF4MR.js} +2 -2
  604. package/__chunks__/{chunk-FM3YQUDA.js → chunk-Z4EG2L2T.js} +2 -2
  605. package/__chunks__/{chunk-WNU3GX2F.js → chunk-ZB23WH3T.js} +2 -2
  606. package/__chunks__/{chunk-XNRWCS7K.js → chunk-ZECOEQSN.js} +2 -2
  607. package/__chunks__/{chunk-4TWP6MWZ.js → chunk-ZJ5FT4N6.js} +2 -2
  608. package/__chunks__/{chunk-N53YXSCL.js → chunk-ZQ3KOAQI.js} +2 -2
  609. package/__chunks__/{chunk-GEZQ3Y6Z.js → chunk-ZQZTQIU5.js} +2 -2
  610. package/__chunks__/{chunk-GQCBLUVH.js → chunk-ZRQUG5X4.js} +2 -2
  611. package/__chunks__/chunk-ZSMLVC5I.js +2 -0
  612. package/__chunks__/{chunk-DRWTIXQV.js → chunk-ZSSC74AM.js} +2 -2
  613. package/__chunks__/chunk-ZTBC5PGR.js +2 -0
  614. package/__chunks__/{chunk-WTCDQ77E.js → chunk-ZYEHKDLW.js} +2 -2
  615. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  616. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  617. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  618. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  619. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  620. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  621. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  622. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  623. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  624. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  625. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  626. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  627. package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +2 -2
  628. package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +2 -2
  629. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +3 -3
  630. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +11 -11
  631. package/__commonjs/UI/TransactionsTable/index.js +11 -11
  632. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  633. package/__commonjs/UI/index.js +2 -2
  634. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +2 -2
  635. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +2 -2
  636. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  637. package/__commonjs/UI/pages/index.js +1 -1
  638. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  639. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  640. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  641. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  642. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  643. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  644. package/__commonjs/UI/walletConnect/index.js +1 -1
  645. package/__commonjs/__mocks__/index.js +2 -2
  646. package/__commonjs/__mocks__/utils/index.js +2 -2
  647. package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
  648. package/__commonjs/components/LogoutListener/LogoutListener.js +3 -3
  649. package/__commonjs/components/LogoutListener/helpers/index.js +3 -3
  650. package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  651. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +3 -3
  652. package/__commonjs/components/LogoutListener/index.js +3 -3
  653. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
  654. package/__commonjs/components/ProviderInitializer/index.js +1 -1
  655. package/__commonjs/constants/index.js +1 -1
  656. package/__commonjs/hooks/index.js +2 -2
  657. package/__commonjs/hooks/login/index.js +1 -1
  658. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  659. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  660. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  661. package/__commonjs/hooks/transactions/index.js +1 -1
  662. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  663. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  664. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  665. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  666. package/__commonjs/utils/index.js +1 -1
  667. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  668. package/__commonjs/utils/transactions/index.js +1 -1
  669. package/__commonjs/web/hooks/index.js +1 -1
  670. package/__commonjs/web/hooks/useIdleTimer.js +1 -1
  671. package/__commonjs/web/index.js +1 -1
  672. package/__commonjs/wrappers/AppInitializer.js +1 -1
  673. package/__commonjs/wrappers/DappProvider/CustomComponents.js +3 -3
  674. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  675. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  676. package/__commonjs/wrappers/index.js +3 -3
  677. package/__mocks__/index.js +1 -1
  678. package/__mocks__/utils/index.js +1 -1
  679. package/__mocks__/utils/renderWithProvider.js +1 -1
  680. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  681. package/apiCalls/accounts/index.js +1 -1
  682. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  683. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  684. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  685. package/apiCalls/configuration/index.js +1 -1
  686. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  687. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  688. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  689. package/apiCalls/economics/index.js +1 -1
  690. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  691. package/apiCalls/index.js +1 -1
  692. package/apiCalls/tokens/getPersistedToken.js +1 -1
  693. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  694. package/apiCalls/transactions/index.js +1 -1
  695. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  696. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  697. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  698. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  699. package/apiCalls/utils/getScamAddressData.js +1 -1
  700. package/apiCalls/utils/index.js +1 -1
  701. package/apiCalls/utils/useApiFetch.js +1 -1
  702. package/components/LogoutListener/LogoutListener.js +1 -1
  703. package/components/LogoutListener/helpers/index.js +1 -1
  704. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  705. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  706. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  707. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  708. package/components/LogoutListener/index.js +1 -1
  709. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  710. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  711. package/components/ProviderInitializer/helpers/index.js +1 -1
  712. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  713. package/components/ProviderInitializer/hooks/index.js +1 -1
  714. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  715. package/components/ProviderInitializer/index.js +1 -1
  716. package/components/TransactionSender/TransactionSender.js +1 -1
  717. package/components/TransactionSender/index.js +1 -1
  718. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  719. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  720. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  721. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  722. package/components/TransactionsTracker/index.js +1 -1
  723. package/constants/index.js +1 -1
  724. package/hooks/account/index.js +1 -1
  725. package/hooks/account/useGetAccount.js +1 -1
  726. package/hooks/account/useGetAccountInfo.js +1 -1
  727. package/hooks/account/useGetAccountProvider.js +1 -1
  728. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  729. package/hooks/account/useGetIsLoggedIn.js +1 -1
  730. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  731. package/hooks/account/useGetLoginInfo.js +1 -1
  732. package/hooks/account/useGetWebsocketEvent.js +1 -1
  733. package/hooks/economics/index.js +1 -1
  734. package/hooks/economics/useGetEgldPrice.js +1 -1
  735. package/hooks/index.js +1 -1
  736. package/hooks/login/index.js +1 -1
  737. package/hooks/login/useCrossWindowLogin.js +1 -1
  738. package/hooks/login/useExtensionLogin.js +1 -1
  739. package/hooks/login/useGetModalLoginMethods.js +1 -1
  740. package/hooks/login/useIframeLogin.js +1 -1
  741. package/hooks/login/useLedgerLogin.js +1 -1
  742. package/hooks/login/useLoginService.js +1 -1
  743. package/hooks/login/useMetamaskLogin.js +1 -1
  744. package/hooks/login/useOperaLogin.js +1 -1
  745. package/hooks/login/usePasskeyLogin.js +1 -1
  746. package/hooks/login/useWalletConnectV2Login.js +1 -1
  747. package/hooks/login/useWebViewLogin.js +1 -1
  748. package/hooks/login/useWebWalletLogin.js +1 -1
  749. package/hooks/login/useXaliasLogin.js +1 -1
  750. package/hooks/signMessage/index.js +1 -1
  751. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  752. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  753. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  754. package/hooks/signMessage/useSignMessage.js +1 -1
  755. package/hooks/toasts/index.js +1 -1
  756. package/hooks/toasts/useGetToasts.js +1 -1
  757. package/hooks/toasts/useTransactionsToasts.js +1 -1
  758. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  759. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  760. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  761. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  762. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  763. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  764. package/hooks/transactions/batch/useGetBatches.js +1 -1
  765. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  766. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  767. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  768. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  769. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  770. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  771. package/hooks/transactions/helpers/index.js +1 -1
  772. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  773. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  774. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  775. package/hooks/transactions/index.js +1 -1
  776. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  777. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  778. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  779. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  780. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  781. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  782. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  783. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  784. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  785. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  786. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  787. package/hooks/transactions/useGetPollingInterval.js +1 -1
  788. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  789. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  790. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  791. package/hooks/transactions/useGetTokenDetails.js +1 -1
  792. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  793. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  794. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  795. package/hooks/transactions/useSignTransactions.js +1 -1
  796. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  797. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  798. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  799. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  800. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  801. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  802. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  803. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  804. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  805. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  806. package/hooks/useGetNetworkConfig.js +1 -1
  807. package/hooks/useGetNotification.js +1 -1
  808. package/hooks/websocketListener/index.js +1 -1
  809. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  810. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  811. package/models/index.js +1 -1
  812. package/models/newTransaction.js +1 -1
  813. package/package.json +2 -2
  814. package/providers/accountProvider.js +1 -1
  815. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  816. package/providers/experimentalWebViewProvider/index.js +1 -1
  817. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  818. package/providers/index.js +1 -1
  819. package/providers/utils.js +1 -1
  820. package/providers/webviewProvider/index.js +1 -1
  821. package/providers/webviewProvider/requestMethods.js +1 -1
  822. package/providers/webviewProvider/webviewProvider.js +1 -1
  823. package/reduxStore/DappProviderContext.js +1 -1
  824. package/reduxStore/commonActions.js +1 -1
  825. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  826. package/reduxStore/persistConfig.js +1 -1
  827. package/reduxStore/persistedRootReducer.js +1 -1
  828. package/reduxStore/reducers.js +1 -1
  829. package/reduxStore/rootReducer.js +1 -1
  830. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  831. package/reduxStore/selectors/index.js +1 -1
  832. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  833. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  834. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  835. package/reduxStore/slices/accountInfoSlice.js +1 -1
  836. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  837. package/reduxStore/slices/dappConfigSlice.js +1 -1
  838. package/reduxStore/slices/index.js +1 -1
  839. package/reduxStore/slices/loginInfoSlice.js +1 -1
  840. package/reduxStore/slices/modalsSlice.js +1 -1
  841. package/reduxStore/slices/networkConfigSlice.js +1 -1
  842. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  843. package/reduxStore/slices/toastsSlice.js +1 -1
  844. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  845. package/reduxStore/slices/transactionsSlice.js +1 -1
  846. package/reduxStore/store.js +1 -1
  847. package/services/index.js +1 -1
  848. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  849. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  850. package/services/nativeAuth/helpers/index.js +1 -1
  851. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  852. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  853. package/services/transactions/clearTransactions.js +1 -1
  854. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  855. package/services/transactions/getTransactionsDetails.js +1 -1
  856. package/services/transactions/index.js +1 -1
  857. package/services/transactions/isCrossShardTransaction.js +1 -1
  858. package/services/transactions/sendBatchTransactions.js +1 -1
  859. package/services/transactions/sendBatchTransactions.test.js +1 -1
  860. package/services/transactions/sendTransactions.js +1 -1
  861. package/services/transactions/signTransactions.js +1 -1
  862. package/services/transactions/transformAndSignTransactions.js +1 -1
  863. package/services/transactions/updateSignedTransactions.js +1 -1
  864. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  865. package/services/transactions/utils.js +1 -1
  866. package/utils/account/getAccount.js +1 -1
  867. package/utils/account/getAccountBalance.js +1 -1
  868. package/utils/account/getAccountProviderType.js +1 -1
  869. package/utils/account/getAccountShard.js +1 -1
  870. package/utils/account/getAddress.js +1 -1
  871. package/utils/account/getIsProviderEqualTo.js +1 -1
  872. package/utils/account/getLatestNonce.js +1 -1
  873. package/utils/account/getShardOfAddress.js +1 -1
  874. package/utils/account/getWebviewToken.js +1 -1
  875. package/utils/account/index.js +1 -1
  876. package/utils/account/loginWithExternalProvider.js +1 -1
  877. package/utils/account/refreshAccount.js +1 -1
  878. package/utils/account/setNonce.js +1 -1
  879. package/utils/account/signMessage.js +1 -1
  880. package/utils/getIsLoggedIn.js +1 -1
  881. package/utils/index.js +1 -1
  882. package/utils/logout.js +1 -1
  883. package/utils/network/getChainID.js +1 -1
  884. package/utils/network/getEgldLabel.js +1 -1
  885. package/utils/network/getNetworkConfig.js +1 -1
  886. package/utils/network/index.js +1 -1
  887. package/utils/operations/calculateFeeInFiat.js +1 -1
  888. package/utils/operations/calculateFeeLimit.js +1 -1
  889. package/utils/operations/denominate.js +1 -1
  890. package/utils/operations/formatAmount.js +1 -1
  891. package/utils/operations/index.js +1 -1
  892. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  893. package/utils/operations/ledger/index.js +1 -1
  894. package/utils/operations/nominate.js +1 -1
  895. package/utils/operations/parseAmount.js +1 -1
  896. package/utils/toasts/customToastsActions.js +1 -1
  897. package/utils/toasts/index.js +1 -1
  898. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  899. package/utils/transactions/builtCallbackUrl.js +1 -1
  900. package/utils/transactions/getAllTransactionsLink.js +1 -1
  901. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  902. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  903. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  904. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  905. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  906. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  907. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  908. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  909. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  910. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  911. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  912. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  913. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  914. package/utils/transactions/getOperationsDetails.js +1 -1
  915. package/utils/transactions/getTransactionLink.js +1 -1
  916. package/utils/transactions/index.js +1 -1
  917. package/utils/transactions/isGuardianTx.js +1 -1
  918. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  919. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  920. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  921. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  922. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  923. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  924. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  925. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  926. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  927. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  928. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  929. package/utils/validation/index.js +1 -1
  930. package/utils/validation/maxDecimals.js +1 -1
  931. package/utils/validation/stringIsFloat.js +1 -1
  932. package/utils/waitForChainID.js +1 -1
  933. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  934. package/web/hooks/index.js +1 -1
  935. package/web/hooks/useIdleTimer.js +1 -1
  936. package/web/index.js +1 -1
  937. package/wrappers/AppInitializer.js +1 -1
  938. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  939. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  940. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  941. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  942. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  943. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  944. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  945. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  946. package/wrappers/DappProvider/CustomComponents.js +1 -1
  947. package/wrappers/DappProvider/DappProvider.js +1 -1
  948. package/wrappers/DappProvider/index.js +1 -1
  949. package/wrappers/index.js +1 -1
  950. package/__chunks__/chunk-22UGKRUB.js +0 -2
  951. package/__chunks__/chunk-3H2BHUV2.js +0 -2
  952. package/__chunks__/chunk-3PNHQE2H.js +0 -2
  953. package/__chunks__/chunk-432TA2MC.js +0 -2
  954. package/__chunks__/chunk-4ESAG56Q.js +0 -2
  955. package/__chunks__/chunk-4HPNUK2J.js +0 -2
  956. package/__chunks__/chunk-5NZ54Y45.js +0 -2
  957. package/__chunks__/chunk-5PNA5UWC.js +0 -2
  958. package/__chunks__/chunk-5QCQSUVF.js +0 -2
  959. package/__chunks__/chunk-5USPGBOM.js +0 -2
  960. package/__chunks__/chunk-6OXJRKFV.js +0 -2
  961. package/__chunks__/chunk-7EGLDUPU.js +0 -2
  962. package/__chunks__/chunk-7M4CKRD3.js +0 -2
  963. package/__chunks__/chunk-7T3BLCXH.js +0 -2
  964. package/__chunks__/chunk-7XB7PNZ4.js +0 -2
  965. package/__chunks__/chunk-AD5CZ5SV.js +0 -2
  966. package/__chunks__/chunk-BCPUEILI.js +0 -2
  967. package/__chunks__/chunk-BNTVNCDA.js +0 -2
  968. package/__chunks__/chunk-BU2FVPH5.js +0 -2
  969. package/__chunks__/chunk-CAFWTKV5.js +0 -2
  970. package/__chunks__/chunk-CSMS7QG7.js +0 -2
  971. package/__chunks__/chunk-CXGCVUBB.js +0 -2
  972. package/__chunks__/chunk-DG6X7RT5.js +0 -2
  973. package/__chunks__/chunk-DHRKWM2C.js +0 -2
  974. package/__chunks__/chunk-EA4BA56P.js +0 -2
  975. package/__chunks__/chunk-ESLZX3QM.js +0 -2
  976. package/__chunks__/chunk-FEILLO6Q.js +0 -2
  977. package/__chunks__/chunk-G4P4P26A.js +0 -2
  978. package/__chunks__/chunk-G5BAW7XZ.js +0 -2
  979. package/__chunks__/chunk-GKKGXFSO.js +0 -2
  980. package/__chunks__/chunk-HRMZLE5Y.js +0 -2
  981. package/__chunks__/chunk-HXJQTMOJ.js +0 -2
  982. package/__chunks__/chunk-IZCM667B.js +0 -2
  983. package/__chunks__/chunk-J3DCHFAN.js +0 -2
  984. package/__chunks__/chunk-JGAS4FG2.js +0 -2
  985. package/__chunks__/chunk-K3DETXZX.js +0 -2
  986. package/__chunks__/chunk-KX7VAO4B.js +0 -2
  987. package/__chunks__/chunk-LBZF2IEG.js +0 -2
  988. package/__chunks__/chunk-LFARB73S.js +0 -2
  989. package/__chunks__/chunk-LG2OZBAE.js +0 -2
  990. package/__chunks__/chunk-LK2PCB5P.js +0 -2
  991. package/__chunks__/chunk-LM3E4GFR.js +0 -2
  992. package/__chunks__/chunk-MFQ7QJRO.js +0 -2
  993. package/__chunks__/chunk-MI3EUIJC.js +0 -2
  994. package/__chunks__/chunk-NJE2P3GL.js +0 -2
  995. package/__chunks__/chunk-NNJMYIIH.js +0 -2
  996. package/__chunks__/chunk-OOU473IO.js +0 -2
  997. package/__chunks__/chunk-OSOS4V66.js +0 -2
  998. package/__chunks__/chunk-OUCRAC32.js +0 -2
  999. package/__chunks__/chunk-PFAYZXDV.js +0 -2
  1000. package/__chunks__/chunk-Q2AOZGNW.js +0 -2
  1001. package/__chunks__/chunk-RG7F5RQA.js +0 -2
  1002. package/__chunks__/chunk-S3GA6MCB.js +0 -2
  1003. package/__chunks__/chunk-S6V7YLBD.js +0 -2
  1004. package/__chunks__/chunk-S76JD7DG.js +0 -2
  1005. package/__chunks__/chunk-SJSXVQOT.js +0 -2
  1006. package/__chunks__/chunk-TECC4QB4.js +0 -2
  1007. package/__chunks__/chunk-UNF4S7FN.js +0 -2
  1008. package/__chunks__/chunk-VG6OCFDT.js +0 -2
  1009. package/__chunks__/chunk-VJ6LYC2O.js +0 -2
  1010. package/__chunks__/chunk-W6WPYK65.js +0 -2
  1011. package/__chunks__/chunk-WEEU6UZF.js +0 -2
  1012. package/__chunks__/chunk-WF4H5WTI.js +0 -2
  1013. package/__chunks__/chunk-XIIQX7O5.js +0 -2
  1014. package/__chunks__/chunk-YRJQKCBY.js +0 -2
  1015. package/__chunks__/chunk-YYXM5SJD.js +0 -2
  1016. package/__chunks__/chunk-ZRETA65T.js +0 -2
  1017. package/__chunks__/chunk-ZU3KI5E6.js +0 -2
  1018. package/__chunks__/chunk-ZZIMV262.js +0 -2
@@ -2798,7 +2798,7 @@ a.dapp-core-component__main__side-link::after {
2798
2798
  color: #212529;
2799
2799
  background-color: #dee2e6;
2800
2800
  border-color: #e9ecef;
2801
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rs));m_={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"}});var x_={};Je(x_,{useCrossWindowLogin:()=>Vp,useExtensionLogin:()=>Dp,useGetModalLoginMethods:()=>us,useLedgerLogin:()=>hs,useMetamaskLogin:()=>Ss,useOperaLogin:()=>Op,usePasskeyLogin:()=>vs,useWalletConnectV2Login:()=>Ts,useWebWalletLogin:()=>dt,useXaliasLogin:()=>xs});module.exports=Ue(x_);t();t();var br=require("react"),Rp=require("@multiversx/sdk-extension-provider");oo();t();t();var Ga=require("@multiversx/sdk-extension-provider"),Ha=require("@multiversx/sdk-hw-provider"),$a=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),ja=require("@multiversx/sdk-opera-provider"),za=require("@multiversx/sdk-passkey-provider/out"),Wt=require("@multiversx/sdk-web-wallet-provider");B();qo();t();var Ko=require("@multiversx/sdk-web-wallet-iframe-provider/out"),lm=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");Z();t();t();var Sn={},wn=No;var _m="/dapp/init",Ce=e=>{switch(e==null?void 0:e.constructor){case Wt.WalletProvider:return"wallet";case wn:return"walletconnectv2";case Ha.HWProvider:return"ledger";case Ga.ExtensionProvider:return"extension";case za.PasskeyProvider:return"passkey";case $a.MetamaskProvider:return"metamask";case ja.OperaProvider:return"opera";case no.CrossWindowProvider:return"crossWindow";case Ko.IframeProvider:return"iframe";case No:return"";default:return"extra"}},qa=e=>new Wt.WalletProvider(`${e}${_m}`),Ka=e=>y(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===Wa}}),Me=e=>`Unable to perform ${e}, Provider not initialized`,No=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(Me("getAccount"))}setAccount(o){throw new Error(Me(`setAccount: ${o}`))}login(o){throw new Error(Me(`login with options: ${o}`))}logout(o){throw new Error(Me(`logout with options: ${o}`))}getAddress(){throw new Error(Me("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(o,n){throw new Error(Me(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Me(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Me(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Me(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Me(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Me(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Xo=new No;var Xa=Xo;function ye(e){Xa=e}function Ie(){return Xa||Xo}X();t();var Tc=require("react"),Fo=require("react-redux");t();var pr=require("@reduxjs/toolkit"),xc=require("react-redux/lib/utils/Subscription");ee();t();var Qi=I(require("lodash.throttle"));B();ee();Xt();Mo();Do();var Xm=[bn],Xn=!1,Ym=(0,Qi.default)(()=>{Jo(Yo())},5e3),ec=e=>o=>n=>{if(Xm.includes(n.type))return o(n);let r=e.getState(),a=je.local.getItem(Oe.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(a==null)return Jo(Yo()),o(n);let m=Date.now();return a-m<0&&!Xn?setTimeout(()=>{Xn=!0,e.dispatch(_i())},1e3):(Xn&&(Xn=!1),Ym()),o(n)};t();t();function Yn(){return typeof sessionStorage!="undefined"}var uc=Yn()?(ic(),Ue(ac)).default:(pc(),Ue(cc)).default,fc=Yn()?(mc(),Ue(sc)).default:[],hc=Yn()?(gc(),Ue(_c)).default:e=>e;Jn();var O=(0,pr.configureStore)({reducer:uc,middleware:e=>e({serializableCheck:{ignoredActions:[...fc,qt.type,Y.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ec)}),yc=(0,xc.createSubscription)(O),nx=hc(O),tx=(0,pr.configureStore)({reducer:yo});var yd={store:O,subscription:yc},sr=(0,Tc.createContext)(yd),cx=(0,Fo.createStoreHook)(sr),te=(0,Fo.createDispatchHook)(sr),D=(0,Fo.createSelectorHook)(sr);ee();Z();t();t();var Ac=I(Sc());Po();var wc,vc,kc,bd=(kc=(vc=(wc=xe.safeWindow)==null?void 0:wc.location)==null?void 0:vc.origin)==null?void 0:kc.includes("localhost"),me=e=>{if(!(0,Ac.default)(e))return Boolean(e);let n=f({},e);return Boolean(bd)&&delete n.origin,Object.keys(n).length>0};t();t();t();ee();t();var Ic=I(require("lodash.isequal")),Zn=require("reselect"),w=(0,Zn.createSelectorCreator)(Zn.defaultMemoize,Ic.default);var ze=e=>e.account,on=w(ze,e=>e.address),Bo=w(ze,on,(e,o)=>o in e.accounts?e.accounts[o]:U),Sd=w(ze,Bo,(e,o)=>{let a=e,{accounts:n}=a,r=ko(a,["accounts"]);return L(f({},r),{address:o.address,account:o})}),hx=w(Bo,e=>e.balance),Lc=w(Bo,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),xx=w(ze,e=>e.shard),Ec=w(ze,e=>e.ledgerAccount),yx=w(ze,e=>e.walletConnectAccount),Tx=w(ze,e=>e.isAccountLoading),bx=w(ze,e=>e.accountLoadingError),wd=w(ze,e=>e.websocketEvent),vd=w(ze,e=>e.websocketBatchEvent);t();var kd=e=>e.dappConfig,vx=w(kd,e=>e.shouldUseWebViewProvider);t();var ge=e=>e.loginInfo,Pc=w(ge,e=>e.loginMethod),Uo=w(ge,on,(e,o)=>Boolean(o)),Lx=w(ge,e=>e.walletConnectLogin),Ex=w(ge,e=>e.ledgerLogin),Cc=w(ge,e=>e.walletLogin),Px=w(ge,e=>e.isLoginSessionInvalid),nn=w(ge,e=>e.tokenLogin),Nc=w(ge,e=>e.logoutRoute),Ad=w(ge,e=>e.isWalletConnectV2Initialized);t();var Rc=e=>e.modals,Rx=w(Rc,e=>e.txSubmittedModal),Dx=w(Rc,e=>e.notificationModal);t();var Fe=e=>e.networkConfig,mr=w(Fe,e=>e.network.chainId),Fx=w(Fe,e=>e.network.roundDuration),Bx=w(Fe,e=>e.network.walletConnectBridgeAddress),Dc=w(Fe,e=>e.network.walletConnectV2RelayAddress),Mc=w(Fe,e=>e.network.walletConnectV2ProjectId),Oc=w(Fe,e=>e.network.walletConnectV2Options),Fc=w(Fe,e=>e.network.walletConnectDeepLink),Re=w(Fe,e=>e.network),Bc=w(Re,e=>e.apiAddress),Uc=w(Re,e=>e.explorerAddress),Ux=w(Re,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),Wc=w(Re,e=>e.xAliasAddress),Id=w(Re,e=>e.egldLabel);t();var Qn=e=>e.signedMessageInfo,Gx=w(Qn,e=>e.isSigning),Hx=w(Qn,e=>e.errorMessage),$x=w(Qn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),jx=w(Qn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Vc=e=>e.toasts,Kx=w(Vc,e=>e.customToasts),Xx=w(Vc,e=>e.transactionToasts);t();ee();var Gc={errorMessage:Qt,successMessage:er,processingMessage:or},Ld=e=>e.transactionsInfo,ey=w(Ld,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[o])||Gc);t();t();var bo=require("@multiversx/sdk-core");B();t();t();t();function et(e){try{let o=atob(e),n=btoa(o),r=i.Buffer.from(e,"base64").toString(),a=i.Buffer.from(r).toString("base64"),s=e===n||n.startsWith(e),m=e===a||a.startsWith(e);if(s&&m)return!0}catch(o){return!1}return!1}function To(e){return et(e)?atob(e):e}t();t();t();t();var Hc=e=>{let o=e!=null?e:"";return et(o)?i.Buffer.from(i.Buffer.from(o,"base64").toString().trim()):i.Buffer.from(o.trim())};t();B();var ot=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(Ct).some(n=>e.startsWith(n)):!1;function dr(e){var r,a,s;let o=f({},e);ot({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new bo.Transaction(f(f(L(f(L(f(f({value:BigInt(o.value.valueOf()),data:Hc(o.data),nonce:BigInt(o.nonce.valueOf()),receiver:new bo.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),o.relayer?{relayer:new bo.Address(o.relayer)}:{}),{sender:new bo.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:BigInt((r=o.gasLimit.valueOf())!=null?r:Bt),gasPrice:BigInt((a=o.gasPrice.valueOf())!=null?a:Ut),chainID:o.chainID.valueOf(),version:(s=o.version)!=null?s:Ua}),o.options?{options:o.options}:{}),o.guardian?{guardian:new bo.Address(o.guardian)}:{}));return o.relayerSignature&&(n.relayerSignature=i.Buffer.from(o.relayerSignature,"hex")),o.guardianSignature&&(n.guardianSignature=i.Buffer.from(o.guardianSignature,"hex")),o.signature&&(n.signature=i.Buffer.from(o.signature,"hex")),n}t();t();B();t();t();t();var Nd=require("@multiversx/sdk-core");t();B();t();var Dd=require("@multiversx/sdk-core");_e();t();var $c=require("@multiversx/sdk-core");function Rd(e){try{return $c.Address.isValid(e)}catch(o){return!1}}function tn(e){return/^\w+$/.test(e)&&Rd(e)}t();t();t();var Md=require("@multiversx/sdk-core"),Od=I(require("bignumber.js"));Z();t();t();t();var nt="accounts";var lr="blocks";t();t();t();t();he();t();t();he();t();t();t();var Gd=I(require("bignumber.js"));B();t();var Vd=require("@multiversx/sdk-core"),_r=I(require("bignumber.js"));B();t();var Ud=I(require("bignumber.js"));t();_r.default.config({ROUNDING_MODE:_r.default.ROUND_FLOOR});t();t();t();B();t();t();t();t();B();t();B();t();var Hd=require("@multiversx/sdk-core"),$d=I(require("bignumber.js"));B();t();var ur=require("@multiversx/sdk-core"),zd=I(require("bignumber.js"));B();t();t();var jd=I(require("bignumber.js"));B();t();B();t();t();t();t();t();t();B();t();B();t();B();t();he();var Kd=["reDelegateRewards","claimRewards","unBond"],Xd=["wrapEgld","unwrapEgld"],Yd=["unStake"],Jd=["unDelegate"];t();t();t();B();t();var el=I(require("bignumber.js"));t();t();he();t();var nl=I(require("bignumber.js"));t();t();t();t();var rl=I(require("bignumber.js"));_e();t();t();var al=require("@multiversx/sdk-core");t();t();Z();t();var pl=require("@multiversx/sdk-web-wallet-provider");B();t();var cl=I(require("qs"));t();Te();Oo();t();Oo();var BS={search:xo()?window.location.search:"",removeParams:[]};t();t();t();Le();t();he();t();t();Le();t();var sl=I(require("linkifyjs"));t();B();t();var ml=I(require("bignumber.js"));t();_e();t();t();Z();t();Z();t();t();t();he();t();he();t();var dl=I(require("bignumber.js"));B();he();t();he();t();var Yc=require("react");_e();t();t();he();t();t();var ll=require("@multiversx/sdk-core"),_l=I(require("bignumber.js"));he();t();_e();t();t();_e();var Cv=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var Jc=require("react");_e();Le();t();var ul=require("react");he();var Uv=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];tr();t();var rt=e=>e.transactions,cn=w(rt,e=>e.signedTransactions),Ek=w(rt,e=>e.signTransactionsError),Pk=w(rt,e=>e.signTransactionsCancelMessage),at=e=>o=>Object.entries(o).reduce((n,[r,a])=>(e(a.status)&&(n[r]=a),n),{}),Ck=w(cn,at(Vi)),Nk=w(cn,at(Hn)),Rk=w(cn,at($n)),Dk=w(cn,at(Hi)),Mk=w(rt,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:L(f({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>dr(n)))||[]})}),Ok=w(cn,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});function ae(){return Uo(O.getState())}ro();Te();Te();t();t();qo();_e();var we=e=>(Object.values(se).forEach(o=>{if(o!==(e==null?void 0:e.skipLoginMethod))switch(o){case"crossWindow":{let n=no.CrossWindowProvider.getInstance();n.isInitialized()&&n.dispose();break}case"iframe":{let n=Ko.IframeProvider.getInstance();n.isInitialized()&&n.dispose();break}default:break}}),null);t();var ie=a=>y(void 0,[a],function*({hasNativeAuth:e,token:o,loginService:n,onError:r}){let s=o;if(e&&!o){let m="Native auth token generation failed";try{if(s=yield n.getNativeAuthLoginToken(),!s)return console.error(m),r==null||r(m),{error:m}}catch(d){let l=d instanceof Error?d.message:String(d),g=`${m}: ${l}`;return console.error(g),r==null||r(g),{error:g}}}return s&&n.setLoginToken(s),{token:s}});t();var Np=require("react"),pt=require("@multiversx/sdk-core");t();t();var hr=()=>D(Bo);t();t();var Zc=()=>{let e=Ie(),o=Ce(e);return{provider:e,providerType:o}};t();t();t();t();t();t();t();var Wo=I(require("react"));var fl=(0,Wo.createContext)({}),SA=O.getState();function it(){let e=(0,Wo.useContext)(fl);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}t();var Qc=I(require("react"));t();var xr=I(require("react")),hl=I(require("axios"));var ep=()=>{try{let{loginInfo:e,isLoggedIn:o}=it();return L(f({},e),{isLoggedIn:o})}catch(e){let o=D(ge),n=D(Uo);return L(f({},o),{isLoggedIn:n})}};var op=()=>{let{isLoggedIn:e}=ep();return e};t();t();ee();t();t();var Cp=require("@multiversx/sdk-native-auth-client");t();var ap=I(require("axios"));t();t();t();function np(e){return y(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var tp=(e,o,n,r=0)=>y(void 0,null,function*(){try{return yield e(...n)}catch(a){if(r<o.retries)return(o==null?void 0:o.delay)!=null&&(yield np(o.delay)),yield tp(e,o,n,r+1);throw console.error(`Failed after ${o.retries} retries:`,a),a}}),rp=(e,o={retries:5,delay:500})=>(...n)=>y(void 0,null,function*(){return yield tp(e,o,n)});var xl=4,yl=3e4,ct={current:null},So={current:null},Tl=rp((e,o,n)=>y(void 0,null,function*(){if(n){let s=Math.floor(Date.now()/1e3);return{hash:yield n(),timestamp:s}}let{data:r}=yield ap.default.get(`${e}/${lr}?from=${xl}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[a]=r;return a}));function ip(e,o,n,r){return y(this,null,function*(){if(e==null)throw new Error("missing api url");let a=Date.now();if(ct.current!=null&&a<ct.current.timestamp*1e3+yl&&!r)return ct.current;if(So.current!=null)return yield So.current;So.current=Tl(e,o,n);try{let s=yield So.current;if(s==null)throw So.current=null,new Error("Could not retrieve block hash from API");return ct.current={hash:s.hash,timestamp:s.timestamp},So.current=null,s}catch(s){So.current=null;let m=s instanceof Error?s.message:String(s);throw console.error("Failed to fetch latest block hash:",m),new Error(`Block hash fetch failed: ${m}`)}})}t();t();vn();t();t();var Lp=I(Ip());var wo=e=>{if(!e||!(0,Lp.default)(e))return null;let o=e.split(".");if(o.length!==4)return null;try{let[n,r,a,s]=o,m=JSON.parse(To(s)),d=To(n);return{ttl:Number(a),extraInfo:m,origin:d,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};function jl(e){return Object.prototype.toString.call(e)==="[object String]"}var Ep=e=>{var n;if(!e||!jl(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,a,s]=o,m=To(r),d=To(a),l=wo(d);if(!l)return{address:m,body:d,signature:s,blockHash:"",origin:"",ttl:0};let g=L(f({},l),{address:m,body:d,signature:s});return(n=l.extraInfo)!=null&&n.timestamp||delete g.extraInfo,g}catch(r){return null}};var Tr={isExpired:!1},Pp=e=>{if(!e)return Tr;let o=Ep(e);if(!o)return Tr;let n=Ro(),{ttl:r,extraInfo:a}=o,s=a==null?void 0:a.timestamp;if(!s||!r)return Tr;let m=s+r,d=n>m,l=m-n;return{isExpired:d,expiresAt:m,secondsUntilExpires:l}};t();Le();var sn={origin:H().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},mn=e=>{var n,r,a,s,m,d;return e===!0?sn:{origin:(n=e==null?void 0:e.origin)!=null?n:sn.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:sn.expirySeconds,apiAddress:(a=e==null?void 0:e.apiAddress)!=null?a:sn.apiAddress,tokenExpirationToastWarningSeconds:(s=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?s:sn.tokenExpirationToastWarningSeconds,extraInfo:(m=e==null?void 0:e.extraInfo)!=null?m:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(d=e==null?void 0:e.extraRequestHeaders)!=null?d:{}}};var dn=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:a,extraInfo:s,gatewayUrl:m,extraRequestHeaders:d}=mn(e),l=new Cp.NativeAuthClient({origin:o,apiUrl:n,expirySeconds:r,blockHashShard:a,gatewayUrl:m,extraRequestHeaders:d});return{getNativeAuthConfig:mn,initialize:u=>y(void 0,null,function*(){var k,S;if(!n)throw new Error("Native auth configuration error: apiAddress is required");if(!o)throw new Error("Native auth configuration error: origin is required");let x=()=>l.getCurrentBlockHash();try{let T=(k=u==null?void 0:u.latestBlockInfo)!=null?k:yield ip(n,a,x,u==null?void 0:u.noCache);if(!T)return"";let{hash:v,timestamp:A}=T,E=l.encodeValue(JSON.stringify(f(f({},(S=u==null?void 0:u.extraInfo)!=null?S:s),A?{timestamp:A}:{})));return`${l.encodeValue(o)}.${v}.${r}.${E}`}catch(T){let v=T instanceof Error?T.message:String(T);throw console.error("Native auth token creation failed:",v),new Error(`Native auth token creation failed: ${v}`)}}),getToken:({address:u,token:x,signature:k})=>l.getToken(u,x,k),getTokenExpiration:Pp}};var zl=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},de=e=>{let o=D(Re),n=D(nn),r=(0,Np.useRef)(n==null?void 0:n.loginToken),a=zl(o.apiAddress,e),s=mn(f(f({},e===!0?{}:e),a?{apiAddress:a}:{})),m=Boolean(e),d=dn(s),{address:l}=hr(),g=te(),h=S=>{r.current=S,g(Zo(f(L(f({},n),{loginToken:S}),a?{nativeAuthConfig:s}:{})))},u=()=>y(void 0,null,function*(){try{let S=yield d.initialize();if(!S)throw new Error("Failed to generate login token: Empty token received from native auth service");return S}catch(S){let T=S instanceof Error?S.message:String(S);throw console.error("Native auth login token generation failed:",T),new Error(`Native auth login token generation failed: ${T}`)}}),x=({address:S,signature:T})=>{let v=r.current;if(!m){g(Zo(L(f({},v?{loginToken:v}:{}),{signature:T})));return}if(!v)throw new Error("Native auth login token not found. Ensure getNativeAuthLoginToken was called and completed successfully before setTokenLoginInfo.");try{let A=d.getToken({address:S,token:v,signature:T});return g(Zo(f({loginToken:v,signature:T,nativeAuthToken:A},a?{nativeAuthConfig:s}:{}))),A}catch(A){return console.error("SDK setTokenLoginInfo - Error generating nativeAuthToken:",A),g(Zo(f({loginToken:v,signature:T},a?{nativeAuthConfig:s}:{}))),null}};return{configuration:s,setLoginToken:h,getNativeAuthLoginToken:u,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:v=>y(void 0,[v],function*({signMessageCallback:S,nativeAuthClientConfig:T}){let E=yield dn(T||s).initialize({noCache:Boolean(T)});if(r.current=E,!E)return;let P=new pt.Message({address:new pt.Address(l),data:i.Buffer.from(`${l}${E}`)}),C=yield S(P,{});if(!(C!=null&&C.signature))throw"Message not signed";return x({address:l,signature:i.Buffer.from(C.signature).toString("hex")})})}};var Dp=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,br.useState)(""),[m,d]=(0,br.useState)(!1),l=me(n),g=de(l?n:!1),h=o,u=te(),x=ae();function k(){return y(this,null,function*(){if(x)throw new Error(pe);we(),u(re(U.address)),u(Y(U)),d(!0);let T=Rp.ExtensionProvider.getInstance();try{if(!(yield T.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let A=so(),E=encodeURIComponent(to(e!=null?e:A)),{token:P,error:C}=yield ie({hasNativeAuth:l,token:h,loginService:g,onError:s});if(C)return;h=P;let z=f({callbackUrl:E},h&&{token:h}),{signature:G,address:F}=yield T.login(z);if(ye(T),!F){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}G&&g.setTokenLoginInfo({signature:G,address:F}),u(Q({address:F,loginMethod:"extension"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:G,address:F}})}catch(v){console.error("error logging in",v),s("error logging in"+v.message)}finally{d(!1)}})}let S=Boolean(a);return[k,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Sr=require("react"),Mp=require("@multiversx/sdk-opera-provider");oo();X();ee();Z();ro();Te();Le();var Op=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Sr.useState)(""),[m,d]=(0,Sr.useState)(!1),l=me(n),g=de(n),h=o,u=te(),x=ae();function k(){return y(this,null,function*(){if(x)throw new Error(pe);we(),u(re(U.address)),u(Y(U)),d(!0);let T=Mp.OperaProvider.getInstance();try{if(!(yield T.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:A}=H(),E=so(),P=encodeURIComponent(`${A}${e!=null?e:E}`),{token:C,error:z}=yield ie({hasNativeAuth:l,token:h,loginService:g});if(z)return;h=C;let G=f({callbackUrl:P},h&&{token:h});yield T.login(G),ye(T);let{signature:F,address:K}=T.account;if(!K){d(!1),console.warn("Login cancelled.");return}F&&h&&g.setTokenLoginInfo({signature:F,address:K}),u(Q({address:K,loginMethod:"opera"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:F,address:K}})}catch(v){console.error("error loging in",v),s("error logging in"+v.message)}finally{d(!1)}})}let S=Boolean(a);return[k,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Lr=require("react");t();t();t();t();t();t();var Fp=require("@lifeomic/axios-fetch"),wr=I(require("axios")),vr=(0,Fp.buildAxiosFetch)(wr.default),kr=(e,o)=>y(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let r=e.clone().json(),[a]=yield Promise.all([r]);return{data:a,status:e.status,statusText:e.statusText,headers:e.headers,config:o}});function ql(e,o,n){return y(this,null,function*(){try{let r=yield vr(e,f({method:"POST",body:o?JSON.stringify(o):void 0,headers:f({"Content-Type":"application/json"},(n==null?void 0:n.headers)||{})},n));return kr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}function Kl(e,o){return y(this,null,function*(){try{let n=yield vr(e,o);if(!n.ok)throw new Error(`HTTP error! Status: ${n.status}`);return kr(n,o)}catch(n){throw console.error("Fetch Error:",n),n}})}function Xl(e,o,n){return y(this,null,function*(){try{let r=yield vr(e,f({method:"PATCH",body:o?JSON.stringify(o):void 0,headers:(n==null?void 0:n.headers)||{}},n));if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return kr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}var Vo=wr.default.create();Vo.get=Kl;Vo.post=ql;Vo.patch=Xl;t();var Ar=e=>{let o=e!=null?e:Bc(O.getState());return o.endsWith("/")?o.slice(0,-1):o};t();var Yl=I(require("axios"));t();var Jl=I(require("swr"));var Zl=(e,o)=>{var s;let n=(s=o==null?void 0:o.apiAddress)!=null?s:Ar(),r=o!=null&&o.headers?{headers:o==null?void 0:o.headers}:void 0,a=`${n}/${nt}/${e}?withGuardianInfo=true`;return Vo.get(a,r)},Bp=(e,o)=>y(void 0,null,function*(){if(!e)return null;try{let{data:n}=yield Zl(e,o);return n}catch(n){console.error("error fetching configuration for ",e,n)}return null});var st=(e,o)=>Bp(e,o);t();var Up=n=>y(void 0,[n],function*({loginToken:e,extraInfoData:o}){if(e==null||Object.keys(o).length===0)return null;let r=wo(String(e)),g=(r==null?void 0:r.extraInfo)||{},{timestamp:a}=g,s=ko(g,["timestamp"]);if(!(r&&a!=null))return null;let d={hash:String(r==null?void 0:r.blockHash),timestamp:Number(a)};return yield dn({extraInfo:f(f({},s),o),expirySeconds:r==null?void 0:r.ttl,origin:r==null?void 0:r.origin}).initialize({latestBlockInfo:d})});var Wp=s=>y(void 0,[s],function*({loginToken:e,extraInfoData:o,address:n,signature:r,loginService:a}){let m=yield Up({loginToken:e,extraInfoData:o}),d=o.multisig||o.impersonate||n,l=m!=null?d:n;return m!=null&&a.setLoginToken(m),r&&a.setTokenLoginInfo({signature:r,address:n}),yield st(l)});Ft();oo();qo();X();ee();ee();Z();t();function Ir(e){let o=O.getState(),n=Lc(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}ro();Le();var Vp=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,hasConsentPopup:a,walletAddress:s})=>{let[m,d]=(0,Lr.useState)(""),[l,g]=(0,Lr.useState)(!1),h=me(n),u=de(n),x=o,k=D(Re),S=te(),T=ae();function v(){return y(this,null,function*(){if(T)throw new Error(pe);we({skipLoginMethod:"crossWindow"}),S(re(U.address)),S(Y(U)),g(!0);let E=yield no.CrossWindowProvider.getInstance().init();s&&S(Dn(s));let P=no.CrossWindowProvider.getInstance().setWalletUrl(s!=null?s:k.walletAddress);try{if(!E){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:C,pathname:z}=H(),G=encodeURIComponent(`${C}${e!=null?e:z}`),{token:F,error:K}=yield ie({hasNativeAuth:h,token:x,loginService:u});if(K)return;x=F;let ce=f({callbackUrl:G},x&&{token:x});(Ba&&h||a)&&P.setShouldShowConsentPopup(!0);let{signature:N,address:ke,multisig:De,impersonate:go}=yield P.login(ce);if(!ke){g(!1),no.CrossWindowProvider.getInstance().onDestroy(),console.warn("Login cancelled.");return}ye(P);let Ae=yield Wp({loginToken:x,extraInfoData:{multisig:De,impersonate:go},address:ke,signature:N,loginService:u});if(!Ae)return;S(Q({address:Ae.address,loginMethod:"crossWindow"})),S(re(Ae.address)),S(Y(L(f({},Ae),{nonce:Ir(Ae)}))),be({callbackRoute:e,onLoginRedirect:r,options:{signature:N,address:Ae.address}})}catch(C){console.error("error loging in",C),d("error logging in"+C.message)}finally{g(!1)}})}let A=Boolean(m);return[v,{loginFailed:A,error:m,isLoading:l&&!A,isLoggedIn:T&&!A}]};t();var Er=require("react");oo();ee();t();t();t();Le();var Gp=()=>{let{search:e}=H(),o=new URLSearchParams(e),n=Object.fromEntries(o),r=n==null?void 0:n.address;return tn(r)?r:null};t();t();function Hp(){let e=Ie();return Ce(e)}t();Z();t();function ln(e){return Hp()===e}function mt(){let e=O.getState(),o=Ie(),n=on(e),r=Uo(e),a=Cc(e);if(!o)throw"provider not initialized";return ln("ledger")&&r?new Promise(s=>{s(n)}):!ln("")&&!ln("wallet")&&!ln("extra")?o.getAddress():new Promise(s=>{let m=Gp();a!=null&&m&&s(m),r&&s(n),s("")})}t();t();Le();var $p=()=>{let{search:e}=H(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.accessToken};var jp=()=>{var n;let e=$p(),o=ge(O.getState());return e!=null?e:(n=o.webviewLogin)==null?void 0:n.data};t();X();_e();t();ee();t();ee();t();var zp=require("@multiversx/sdk-core");_e();Te();t();Gt();t();t();var Ql=I(require("platform"));Oo();t();Po();X();_e();t();function qp(e,o){if(!e){typeof console!="undefined"&&console.warn(o);try{throw new Error(o)}catch(n){}}}function Kp(e,o){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=e_(e.path,e.caseSensitive,e.end),a=o.match(n);if(!a)return null;let s=a[0],m=s.replace(/(.)\/+$/,"$1"),d=a.slice(1);return{params:r.reduce((g,h,u)=>{if(h==="*"){let x=d[u]||"";m=s.slice(0,s.length-x.length).replace(/(.)\/+$/,"$1")}return g[h]=o_(d[u]||"",h),g},{}),pathname:s,pathnameBase:m,pattern:e}}function e_(e,o=!1,n=!0){qp(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(m,d)=>(r.push(d),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(a,o?void 0:"i"),r]}function o_(e,o){try{return decodeURIComponent(e)}catch(n){return qp(!1,`The value for the URL param "${o}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}Rn();Mo();Do();Te();var Xp=({callbackUrl:e,onRedirect:o})=>{typeof o=="function"?o(e):e&&Nn({url:e})},n_=e=>{let o=je.local.getItem(Oe.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(je.local.setItem({key:Oe.logoutEvent,data:e,expires:0}),je.local.removeItem(Oe.logoutEvent))},t_=500;function Yp(a,s){return y(this,arguments,function*(e,o,n=Boolean(jp()),r={shouldBroadcastLogoutAcrossTabs:!0,hasConsentPopup:!1}){var v,A,E;let m=yield mt(),d=Ie(),l=Ce(d),g=l==="wallet",h=l==="extra",u=((v=d==null?void 0:d.isInitialized)==null?void 0:v.call(d))===!0;if(n&&(d==null?void 0:d.relogin)!=null)return d.relogin();m&&r.shouldBroadcastLogoutAcrossTabs&&n_(m);let x=to(e),k=H(),{pathname:S,origin:T}=new URL(decodeURIComponent(x));if((Kp(k.pathname,S)||g&&u||((A=xe.safeWindow)==null?void 0:A.opener)&&T===((E=xe.safeWindow)==null?void 0:E.origin))&&Si(),!m)return Xp({callbackUrl:x,onRedirect:o});try{if(O.dispatch(j()),g&&u)return setTimeout(()=>{d.logout({callbackUrl:x})},t_);r.hasConsentPopup&&l==="crossWindow"&&d.setShouldShowConsentPopup(!0),u&&(yield d.logout({callbackUrl:x}))}catch(P){console.error("Logging out error:",P)}finally{g||h||Xp({callbackUrl:x,onRedirect:o})}})}t();t();t();t();t();t();t();Po();Z();t();t();var r_=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");t();t();Rn();Mo();t();t();t();ee();t();t();var a_=I(require("axios"));Te();t();var Jp=({maxRetries:e})=>new Promise((o,n)=>{let r=0,a=()=>{let s=mr(O.getState());if(s){o(s);return}if(r<e){r++,setTimeout(a,1e3);return}n(null)};a()});Le();t();var Zp=(e,o=["address"])=>{let n=new URL(e),r=new URLSearchParams(n.search);o.forEach(m=>r.delete(m));let a=Array.from(r.values()).length>0?"?":"",s=n.pathname==="/"&&!e.endsWith("/")?"":n.pathname;return n.protocol==="vscode:"?e:`${n.origin}${s}${a}${r.toString()}${n.hash}`};var dt=({callbackRoute:e,token:o,nativeAuth:n,redirectDelayMilliseconds:r=100,customWalletAddress:a})=>{let[s,m]=(0,Er.useState)(""),[d,l]=(0,Er.useState)(!1),g=D(Re),h=te(),u=ae(),x=me(n),k=de(x?n:!1),S=o;function T(){return y(this,null,function*(){if(u)throw new Error(pe);h(re(U.address)),h(Y(U)),h(Dn(a));try{l(!0);let A=qa(a!=null?a:g.walletAddress),E=new Date,P=E.setMinutes(E.getMinutes()+3)/1e3,C={data:{},expires:P},{token:z,error:G}=yield ie({hasNativeAuth:x,token:S,loginService:k});if(G)return;S=z;let{origin:F}=H(),K=window!=null&&window.location?`${F}${e}`:`${e}`;new URLSearchParams(document==null?void 0:document.location.search).get("address")||h(li(C));let N=Zp(K),ke=encodeURIComponent(N),De=L(f({callbackUrl:ke},S&&{token:S}),{redirectDelayMilliseconds:r});yield A.login(De)}catch(A){console.error(A),m("error logging in"+A.message)}finally{l(!1)}})}let v=Boolean(s);return[T,{error:s,loginFailed:v,isLoading:d&&!v,isLoggedIn:u&&!v}]};t();var gs=require("react");B();t();t();B();var Qp=e=>{var a;let o=D(nn),n=(a=o==null?void 0:o.loginToken)!=null?a:e;if(!n)return;let r=wo(n);if(!!r)return r.origin.toLowerCase().startsWith(Ra)};t();t();t();var i_=I(require("bignumber.js"));t();t();t();var lo=I(require("react")),ms=require("react"),ds=require("react"),Fr=I(require("classnames")),ls=require("react-dom");B();t();var ts=I(require("react"));t();var _n=I(require("react"));t();Oo();var es=()=>!xo();var p_=()=>y(void 0,null,function*(){return yield Promise.resolve().then(()=>(Cr(),Pr))}),s_=()=>(Cr(),Ue(Pr)).default,Nr=es();function ns({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:n}){let[r,a]=_n.default.useState(Nr?void 0:s_()),[s,m]=_n.default.useState(Nr||n==null?void 0:n()),d=()=>y(this,null,function*(){(e?e():p_()).then(l=>a(l.default)),o==null||o().then(l=>m(l.default))});return(0,_n.useEffect)(()=>{Nr&&d()},[]),{globalStyles:r,styles:s}}function mo(e,o){return n=>{let{globalStyles:r,styles:a}=ns({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return ts.default.createElement(e,L(f({},n),{globalStyles:r!=null?r:{},styles:a!=null?a:{}}))}}t();var as=I(require("react")),is=I(require("classnames"));var d_=({className:e,children:o,styles:n})=>as.default.createElement("div",{className:(0,is.default)(n==null?void 0:n.dappModalBody,e)},o),Rr=mo(d_,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});t();var Dr=I(require("react")),cs=I(require("classnames"));var l_=({visible:e,customFooter:o,className:n,footerText:r,styles:a})=>e?Dr.default.createElement("div",{className:(0,cs.default)(a==null?void 0:a.dappModalFooter,n)},o!=null?o:Dr.default.createElement("div",null,r)):null,Mr=mo(l_,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});t();var Go=I(require("react")),ps=require("@fortawesome/free-solid-svg-icons"),ss=require("@fortawesome/react-fontawesome"),gn=I(require("classnames"));var __=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:a,headerTextClassName:s,onHide:m,globalStyles:d,styles:l})=>e?n?Go.default.createElement("div",{className:(0,gn.default)(l==null?void 0:l.dappModalHeader,r)},n):Go.default.createElement("div",{className:(0,gn.default)(l==null?void 0:l.dappModalHeader,r)},Go.default.createElement("div",{className:(0,gn.default)(l==null?void 0:l.dappModalHeaderText,s)},o),Go.default.createElement("button",{onClick:m,className:(0,gn.default)(l==null?void 0:l.dappModalCloseButton,d==null?void 0:d.btn,d==null?void 0:d.btnLight,a)},Go.default.createElement(ss.FontAwesomeIcon,{size:"lg",icon:ps.faTimes}))):null,Or=mo(__,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});var g_={showHeader:!0,showFooter:!1,headerText:"",footerText:""},u_=({"data-testid":e="dappModal",children:o,className:n="dapp-modal-dialog-wrapper",closeOnEscape:r,config:a=g_,id:s="dapp-modal",onHide:m,parentElement:d,visible:l,styles:g})=>{let[h,u]=(0,ms.useState)(!1);if((0,ds.useEffect)(()=>{u(!0)},[]),!l)return null;let{showHeader:x,showFooter:k,headerText:S,footerText:T,modalDialogClassName:v="dapp-modal-dialog",modalContentClassName:A="dapp-modal-dialog-content",modalHeaderClassName:E="dapp-modal-dialog-header",modalHeaderTextClassName:P="dapp-modal-dialog-header-text",modalCloseButtonClassName:C="dapp-modal-dialog-close-button",modalBodyClassName:z="dapp-modal-dialog-content-body",modalFooterClassName:G="dapp-modal-dialog-footer",customModalHeader:F,customModalFooter:K}=a,ce=_o=>{_o.key==="Escape"&&r&&(m==null||m())};return lo.default.createElement(lo.default.Fragment,null,h&&(0,ls.createPortal)(lo.default.createElement("div",{id:s,role:"dialog","aria-modal":"true",className:(0,Fr.default)(v,g==null?void 0:g.dappModal,n),"data-testid":e,onKeyDown:ce},lo.default.createElement("div",{className:(0,Fr.default)(g==null?void 0:g.dappModalContent,A)},lo.default.createElement(Or,{visible:x,headerText:S,customHeader:F,className:E,headerTextClassName:P,closeButtonClassName:C,onHide:m}),lo.default.createElement(Rr,{className:z},o),lo.default.createElement(Mr,{visible:k,customFooter:K,footerText:T,className:G}))),d!=null?d:document==null?void 0:document.body))},f_=mo(u_,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});t();t();var lt=require("react"),_s=e=>{let[o,n]=(0,lt.useState)(!1),r=()=>{n(!0)},a=()=>{n(!1)};return(0,lt.useEffect)(()=>{(e==null?void 0:e.visible)===!0?r():(e==null?void 0:e.visible)===!1&&a()},[e==null?void 0:e.visible]),{handleShowModal:r,handleHideModal:a,showModal:o}};t();var us=({hideButtonWhenModalOpens:e,onContentHide:o,onContentShow:n,onModalCloses:r,onModalOpens:a,token:s,wrapContentInsideModal:m})=>{let d=op(),[l,g]=(0,gs.useState)(!1),{handleShowModal:h,handleHideModal:u,showModal:x}=_s(),k=Qp(s),S=!e||!l,T=()=>{g(!1),o==null||o(),m?(u(),r==null||r()):r&&(console.warn('Deprecated: "onModalCloses" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentHide" instead.'),r())};return{disabledConnectButton:k,handleCloseModal:T,handleOpenModal:()=>{if(d)throw new Error(pe);if(l)return T();g(!0),n==null||n(),m?(h(),a==null||a()):a&&(console.warn('Deprecated: "onModalOpens" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentShow" instead.'),a())},shouldRenderButton:S,showContent:l,showModal:x}};t();var Ho=require("react"),Br=require("@multiversx/sdk-hw-provider");oo();X();ee();Z();ro();t();var vo=require("react"),h_=10,fs=()=>{let[e,o]=(0,vo.useState)(""),[n,r]=(0,vo.useState)(!1),[a,s]=(0,vo.useState)(0),[m,d]=(0,vo.useState)([]),[l,g]=(0,vo.useState)(null),[h,u]=(0,vo.useState)(!1);return{accounts:m,defaultAddressesPerPage:h_,error:e,isLoading:n,onGoToNextPage:()=>{g(null),s(v=>v+1)},onGoToPrevPage:()=>{g(null),s(v=>v===0?0:v-1)},onGoToSpecificPage:v=>{g(null),s(v)},onSelectAddress:v=>{g(v)},selectedAddress:l,setAccounts:d,setError:o,setIsLoading:r,setShowAddressList:u,showAddressList:h,startIndex:a}};var un="Check if the MultiversX App is open on Ledger",hs=({callbackRoute:e,token:o,addressesPerPage:n,nativeAuth:r,onLoginRedirect:a})=>{let s=D(Ec),m=Ie(),d=te(),l=ae(),g=me(r),h=de(g?r:!1),u=o,{accounts:x,setAccounts:k,isLoading:S,setIsLoading:T,setShowAddressList:v,showAddressList:A,startIndex:E,selectedAddress:P,onGoToPrevPage:C,onGoToNextPage:z,onGoToSpecificPage:G,onSelectAddress:F,error:K,setError:ce,defaultAddressesPerPage:_o}=fs(),N=n!=null?n:_o,[ke,De]=(0,Ho.useState)(""),[go,Ae]=(0,Ho.useState)(!1),$o=({address:W,index:$,signature:R})=>{d(di({index:$,loginType:"ledger"})),R&&h.setTokenLoginInfo({signature:R,address:W}),d(Q({address:W,loginMethod:"ledger"})),be({callbackRoute:e,onLoginRedirect:a,options:{address:W,signature:R}})},J=(W,$="")=>{var R;if(S){let{errorMessage:V,defaultErrorMessage:M}=Ii(W),oe=(R=V!=null?V:M)!=null?R:un;ce(`${oe}.${$}`),T(!1),d(Kt(null))}},Be=()=>y(void 0,null,function*(){try{if(m instanceof Br.HWProvider&&m.isInitialized())return m.isConnected()}catch(W){J(W)}return!1}),gt=()=>y(void 0,null,function*(){if(yield Be()){ce(""),T(!1);return}try{let $=new Br.HWProvider;(yield $.init())&&ye($),ce(""),T(!1)}catch($){J($)}}),ut=()=>y(void 0,null,function*(){let W=yield Be();if(!P||!W)return J(un);let{index:$}=P,{token:R,error:V}=yield ie({hasNativeAuth:g,token:u,loginService:h,onError:M=>J(M)});if(!V){if(u=R,u)try{let M=yield m.tokenLogin({token:i.Buffer.from(`${u}{}`),addressIndex:$});$o({address:M.address,index:$,signature:M.signature.toString("hex")})}catch(M){J(M,". Update MultiversX App to continue.")}else try{let{address:M}=yield m.login({addressIndex:$});$o({address:M,index:$})}catch(M){return J(M),!1}return!0}}),ft=()=>y(void 0,null,function*(){try{if(T(!0),P==null)return!1;d(s?ii(P):Kt(L(f({},P),{version:ke,hasContractDataEnabled:go}))),T(!1),yield ut()}catch(W){J(W)}return v(!1),!0}),jo=()=>y(void 0,null,function*(){if(!(yield Be()))return J(K);try{T(!0);let $=yield m.getAccounts(E,N),R=yield Ka(m);De(R.version),Ae(R.dataEnabled),k($),T(!1)}catch($){J($)}}),ht=()=>y(void 0,null,function*(){if(l)throw new Error(pe);we(),d(re(U.address)),d(Y(U)),ce("");try{if(T(!0),!(yield Be()))return J(un);if(s!=null){if(!P)return J(un);let{address:$}=yield m.login({addressIndex:P.index.valueOf()});if(!$)return J("Login cancelled.");$o({address:$,index:P.index.valueOf()})}else x!=null&&x.length||(yield jo()),v(!0);T(!1)}catch(W){J(W)}}),xt=()=>y(void 0,null,function*(){try{let W=yield Be();if(W||(yield gt()),W=yield Be(),!W)return J(un);(x.length===0||E>=0)&&(yield jo())}catch(W){J(W)}});(0,Ho.useEffect)(()=>{xt()},[E,A,m]),(0,Ho.useEffect)(()=>{(x==null?void 0:x.length)>0&&!A&&v(!0)},[x]);let qe=Boolean(K);return[ht,{loginFailed:qe,isLoggedIn:l&&!qe,error:K,isLoading:S&&!qe},{accounts:x,showAddressList:A,startIndex:E,selectedAddress:P,version:ke,contractDataEnabled:go,onGoToPrevPage:C,onGoToNextPage:z,onGoToSpecificPage:G,onSelectAddress:F,onConfirmSelectedAddress:ft}]};t();var xs=e=>{var n;let o=D(Wc);return dt(L(f({},e),{customWalletAddress:(n=e.customWalletAddress)!=null?n:o}))};t();var ve=require("react");t();var _t=require("react");function ys(e,o=[]){let n=(0,_t.useRef)(!0);(0,_t.useEffect)(()=>{n.current?n.current=!1:e()},o)}X();ee();Z();ro();Le();var Ts=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,logoutRoute:a,customRequestMethods:s=[]})=>{var $;let m=te(),d=me(n),l=de(d?n:!1),g=o,[h,u]=(0,ve.useState)(""),[x,k]=(0,ve.useState)(""),[S,T]=(0,ve.useState)(!0),[v,A]=(0,ve.useState)([]),[E,P]=(0,ve.useState)(null),{provider:C}=Zc(),z=D(Dc),G=D(Mc),F=D(Oc),K=D(Fc),ce=D(Nc),_o=D(Pc),N=(0,ve.useRef)(C),ke=(0,ve.useRef)(!1),De=(0,ve.useRef)(!1),go=($=a!=null?a:ce)!=null?$:"/",Ae=[Sn.CANCEL_ACTION,...s];o&&Ae.push(Sn.SIGN_LOGIN_TOKEN),d&&Ae.push(Sn.SIGN_NATIVE_AUTH_TOKEN);let $o=S?"":`${K}?wallet-connect=${encodeURIComponent(x)}`,J=Boolean(h),Be=ae(),gt=()=>{Yp(go)},ut=R=>{console.log("WalletConnect Session Event: ",R)},ft=()=>y(void 0,null,function*(){var R,V,M,oe;try{if(ke.current||N.current==null)return;if(!De.current){try{yield(R=N.current)==null?void 0:R.logout()}catch(Ye){console.warn("Unable to logout")}return}let le=yield(M=(V=N.current)==null?void 0:V.getAddress)==null?void 0:M.call(V);if(!le){console.warn("Login cancelled.");return}let Ee=yield(oe=N.current)==null?void 0:oe.getSignature(),Ke={address:le,loginMethod:"walletconnectv2"},Xe={logoutRoute:go,loginType:"walletconnectv2",callbackRoute:e!=null?e:H().href};m(mi(Xe)),Ee&&l.setTokenLoginInfo({signature:Ee,address:le}),m(Q(Ke)),be({callbackRoute:e,onLoginRedirect:r,options:{address:le,signature:Ee}})}catch(le){u("User rejected connection proposal"),console.error(le)}}),jo=()=>y(void 0,null,function*(){var V,M,oe,le,Ee;if(Ce(N.current)==="walletconnectv2")try{((le=(oe=(M=(V=N.current)==null?void 0:V.walletConnector)==null?void 0:M.session)==null?void 0:oe.getAll())!=null?le:[]).length>0&&(yield(Ee=N.current)==null?void 0:Ee.logout()),N.current=Xo,P(null)}catch(Ke){console.warn("Unable to logout")}}),ht=R=>y(void 0,null,function*(){var V,M,oe;if(!z||!G){u("Invalid WalletConnect setup");return}if(!R||!R.topic){u("Expired connection");return}try{if((N.current?Ce(N.current):!1)!=="walletconnectv2"){yield qe();return}T(!0),yield jo();let{token:Ee,error:Ke}=yield ie({hasNativeAuth:d,token:g,loginService:l,onError:u});if(Ke)return;g=Ee,yield qe(!1);let{approval:Xe}=yield(V=N.current)==null?void 0:V.connect({topic:R.topic,methods:Ae});try{yield(M=N.current)==null?void 0:M.login({approval:Xe,token:g})}catch(Ye){console.error("User rejected existing connection proposal",Ye),u("User rejected existing connection proposal"),T(!0),yield qe()}}catch(le){console.error("Unable to connect to existing session",le),u("Unable to connect to existing session")}finally{A((oe=N.current)==null?void 0:oe.pairings)}}),xt=R=>y(void 0,null,function*(){var V,M;try{R&&(yield(V=N.current)==null?void 0:V.logout({topic:R}))}catch(oe){console.error("Unable to remove existing pairing",oe),u("Unable to remove existing pairing")}finally{let oe=yield(M=N.current)==null?void 0:M.getPairings();A(oe)}});function qe(R=!0){return y(this,null,function*(){var Ye,Gr,Hr;we(),R&&(m(re(U.address)),m(Y(U)));let V=yield Jp({maxRetries:15});if(!V){console.error("Invalid chainID"),u("Invalid chainID");return}if(!G||!z){console.error("Invalid WalletConnect setup"),u("Invalid WalletConnect setup");return}let M=ae(),oe=De.current===!1&&!M,le=Ce(N.current)==="walletconnectv2",Ee=((Gr=(Ye=N.current)==null?void 0:Ye.isInitialized)==null?void 0:Gr.call(Ye))&&le;if(ke.current||oe||Ee)return;if(ke.current=!0,(Hr=N.current)!=null&&Hr.walletConnector){yield N.current.init(),P(N.current),ke.current=!1,R&&(yield W());return}let Ke={onClientLogin:ft,onClientLogout:gt,onClientEvent:ut},Xe=new wn(Ke,V,z,G,F);yield Xe.init(),P(Xe),N.current=Xe,ke.current=!1,R&&(A(Xe.pairings),yield W())})}function W(){return y(this,null,function*(){var R,V;if(!!N.current){if(!z||!G){u("Invalid WalletConnect setup");return}try{if(!De.current)return;let{uri:M,approval:oe}=yield(R=N.current)==null?void 0:R.connect({methods:Ae});if(!Boolean(M))return;k(M),(F==null?void 0:F.logger)==="debug"&&console.log("WalletConnect uri: ",M);let{token:Ee,error:Ke}=yield ie({hasNativeAuth:d,token:g,loginService:l,onError:u});if(Ke)return;if(g=Ee,(N.current?Ce(N.current):!1)!=="walletconnectv2"){T(!0),yield qe();return}try{yield(V=N.current)==null?void 0:V.login({approval:oe,token:g})}catch(Ye){console.error("User rejected connection proposal",Ye),u("User rejected connection proposal"),T(!0)}}catch(M){console.error("Unable to connect",M)}}})}return ys(()=>{N.current=C},[C]),(0,ve.useEffect)(()=>(De.current=!0,()=>{De.current=!1}),[]),(0,ve.useEffect)(()=>{T(!x)},[x]),(0,ve.useEffect)(()=>{if(!E)return;(Boolean(E.session)||_o==="walletconnectv2")&&Be&&ye(E)},[E,Be]),[qe,{error:h,loginFailed:J,isLoading:S&&!J,isLoggedIn:Be&&!J},{uriDeepLink:$o,walletConnectUri:x,cancelLogin:jo,connectExisting:ht,removeExistingPairing:xt,wcPairings:v}]};t();var Ur=require("react"),bs=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");oo();X();ee();Z();ro();Te();Te();var Ss=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Ur.useState)(""),[m,d]=(0,Ur.useState)(!1),l=me(n),g=de(n),h=o,u=te(),x=ae();function k(){return y(this,null,function*(){if(x)throw new Error(pe);we(),u(re(U.address)),u(Y(U)),d(!0);let T=bs.MetamaskProvider.getInstance();try{if(!(yield T.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let A=so(),E=encodeURIComponent(to(e!=null?e:A)),{token:P,error:C}=yield ie({hasNativeAuth:l,token:h,loginService:g});if(C)return;h=P;let z=f({callbackUrl:E},h&&{token:h});yield T.login(z),ye(T);let{signature:G,address:F}=T.account;if(!F){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}G&&h&&g.setTokenLoginInfo({signature:G,address:F}),u(Q({address:F,loginMethod:"metamask"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:G,address:F}})}catch(v){console.error("error logging in",v),s("error logging in"+v.message)}finally{d(!1)}})}let S=Boolean(a);return[k,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Wr=require("react"),Vr=require("@multiversx/sdk-passkey-provider/out");oo();t();var ws=()=>D(Fe);X();ee();Z();ro();Te();Te();var vs=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Wr.useState)(""),[m,d]=(0,Wr.useState)(!1),l=me(n),g=de(n),h=o,{network:{extrasApiAddress:u}}=ws(),x=te(),k=ae();function S(){return y(this,null,function*(){if(k)throw new Error(pe);we(),x(re(U.address)),x(Y(U)),d(!0);let A=Vr.PasskeyProvider.getInstance().setPasskeyServiceUrl(u!=null?u:"");try{if(!(yield A.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let P=so(),C=encodeURIComponent(to(e!=null?e:P)),{token:z,error:G}=yield ie({hasNativeAuth:l,token:h,loginService:g});if(G)return;h=z;let F=f({callbackUrl:C},h&&{token:h});yield A.login(F),ye(A);let{signature:K,address:ce}=A.account;if(!ce){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}K&&h&&g.setTokenLoginInfo({signature:K,address:ce}),x(Q({address:ce,loginMethod:"passkey"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:K,address:ce}})}catch(E){console.error("error logging in",E),s("Error logging in: "+E.message)}finally{d(!1)}})}let T=A=>y(void 0,null,function*(){let E=Vr.PasskeyProvider.getInstance().setPasskeyServiceUrl(u!=null?u:"");return yield E.init(),yield E.createAccount({walletName:A})}),v=Boolean(a);return[S,T,{loginFailed:v,error:a,isLoading:m&&!v,isLoggedIn:k&&!v}]};0&&(module.exports={useCrossWindowLogin,useExtensionLogin,useGetModalLoginMethods,useLedgerLogin,useMetamaskLogin,useOperaLogin,usePasskeyLogin,useWalletConnectV2Login,useWebWalletLogin,useXaliasLogin});
2801
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rs));m_={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"}});var x_={};Je(x_,{useCrossWindowLogin:()=>Vp,useExtensionLogin:()=>Dp,useGetModalLoginMethods:()=>us,useLedgerLogin:()=>hs,useMetamaskLogin:()=>Ss,useOperaLogin:()=>Op,usePasskeyLogin:()=>vs,useWalletConnectV2Login:()=>Ts,useWebWalletLogin:()=>dt,useXaliasLogin:()=>xs});module.exports=Ue(x_);t();t();var br=require("react"),Rp=require("@multiversx/sdk-extension-provider");oo();t();t();var Ga=require("@multiversx/sdk-extension-provider"),Ha=require("@multiversx/sdk-hw-provider"),$a=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),ja=require("@multiversx/sdk-opera-provider"),za=require("@multiversx/sdk-passkey-provider/out"),Wt=require("@multiversx/sdk-web-wallet-provider");B();qo();t();var Ko=require("@multiversx/sdk-web-wallet-iframe-provider/out"),lm=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");Z();t();t();var Sn={},wn=No;var _m="/dapp/init",Ce=e=>{switch(e==null?void 0:e.constructor){case Wt.WalletProvider:return"wallet";case wn:return"walletconnectv2";case Ha.HWProvider:return"ledger";case Ga.ExtensionProvider:return"extension";case za.PasskeyProvider:return"passkey";case $a.MetamaskProvider:return"metamask";case ja.OperaProvider:return"opera";case no.CrossWindowProvider:return"crossWindow";case Ko.IframeProvider:return"iframe";case No:return"";default:return"extra"}},qa=e=>new Wt.WalletProvider(`${e}${_m}`),Ka=e=>y(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===Wa}}),Me=e=>`Unable to perform ${e}, Provider not initialized`,No=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(Me("getAccount"))}setAccount(o){throw new Error(Me(`setAccount: ${o}`))}login(o){throw new Error(Me(`login with options: ${o}`))}logout(o){throw new Error(Me(`logout with options: ${o}`))}getAddress(){throw new Error(Me("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(o,n){throw new Error(Me(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Me(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Me(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Me(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Me(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Me(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Xo=new No;var Xa=Xo;function ye(e){Xa=e}function Ie(){return Xa||Xo}X();t();var Tc=require("react"),Fo=require("react-redux");t();var pr=require("@reduxjs/toolkit"),xc=require("react-redux/lib/utils/Subscription");ee();t();var Qi=I(require("lodash.throttle"));B();ee();Xt();Mo();Do();var Xm=[bn],Xn=!1,Ym=(0,Qi.default)(()=>{Jo(Yo())},5e3),ec=e=>o=>n=>{if(Xm.includes(n.type))return o(n);let r=e.getState(),a=je.local.getItem(Oe.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(a==null)return Jo(Yo()),o(n);let m=Date.now();return a-m<0&&!Xn?setTimeout(()=>{Xn=!0,e.dispatch(_i())},1e3):(Xn&&(Xn=!1),Ym()),o(n)};t();t();function Yn(){return typeof sessionStorage!="undefined"}var uc=Yn()?(ic(),Ue(ac)).default:(pc(),Ue(cc)).default,fc=Yn()?(mc(),Ue(sc)).default:[],hc=Yn()?(gc(),Ue(_c)).default:e=>e;Jn();var O=(0,pr.configureStore)({reducer:uc,middleware:e=>e({serializableCheck:{ignoredActions:[...fc,qt.type,Y.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ec)}),yc=(0,xc.createSubscription)(O),nx=hc(O),tx=(0,pr.configureStore)({reducer:yo});var yd={store:O,subscription:yc},sr=(0,Tc.createContext)(yd),cx=(0,Fo.createStoreHook)(sr),te=(0,Fo.createDispatchHook)(sr),D=(0,Fo.createSelectorHook)(sr);ee();Z();t();t();var Ac=I(Sc());Po();var wc,vc,kc,bd=(kc=(vc=(wc=xe.safeWindow)==null?void 0:wc.location)==null?void 0:vc.origin)==null?void 0:kc.includes("localhost"),me=e=>{if(!(0,Ac.default)(e))return Boolean(e);let n=f({},e);return Boolean(bd)&&delete n.origin,Object.keys(n).length>0};t();t();t();ee();t();var Ic=I(require("lodash.isequal")),Zn=require("reselect"),w=(0,Zn.createSelectorCreator)(Zn.defaultMemoize,Ic.default);var ze=e=>e.account,on=w(ze,e=>e.address),Bo=w(ze,on,(e,o)=>o in e.accounts?e.accounts[o]:U),Sd=w(ze,Bo,(e,o)=>{let a=e,{accounts:n}=a,r=ko(a,["accounts"]);return L(f({},r),{address:o.address,account:o})}),hx=w(Bo,e=>e.balance),Lc=w(Bo,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),xx=w(ze,e=>e.shard),Ec=w(ze,e=>e.ledgerAccount),yx=w(ze,e=>e.walletConnectAccount),Tx=w(ze,e=>e.isAccountLoading),bx=w(ze,e=>e.accountLoadingError),wd=w(ze,e=>e.websocketEvent),vd=w(ze,e=>e.websocketBatchEvent);t();var kd=e=>e.dappConfig,vx=w(kd,e=>e.shouldUseWebViewProvider);t();var ge=e=>e.loginInfo,Pc=w(ge,e=>e.loginMethod),Uo=w(ge,on,(e,o)=>Boolean(o)),Lx=w(ge,e=>e.walletConnectLogin),Ex=w(ge,e=>e.ledgerLogin),Cc=w(ge,e=>e.walletLogin),Px=w(ge,e=>e.isLoginSessionInvalid),nn=w(ge,e=>e.tokenLogin),Nc=w(ge,e=>e.logoutRoute),Ad=w(ge,e=>e.isWalletConnectV2Initialized);t();var Rc=e=>e.modals,Rx=w(Rc,e=>e.txSubmittedModal),Dx=w(Rc,e=>e.notificationModal);t();var Fe=e=>e.networkConfig,mr=w(Fe,e=>e.network.chainId),Fx=w(Fe,e=>e.network.roundDuration),Bx=w(Fe,e=>e.network.walletConnectBridgeAddress),Dc=w(Fe,e=>e.network.walletConnectV2RelayAddress),Mc=w(Fe,e=>e.network.walletConnectV2ProjectId),Oc=w(Fe,e=>e.network.walletConnectV2Options),Fc=w(Fe,e=>e.network.walletConnectDeepLink),Re=w(Fe,e=>e.network),Bc=w(Re,e=>e.apiAddress),Uc=w(Re,e=>e.explorerAddress),Ux=w(Re,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),Wc=w(Re,e=>e.xAliasAddress),Id=w(Re,e=>e.egldLabel);t();var Qn=e=>e.signedMessageInfo,Gx=w(Qn,e=>e.isSigning),Hx=w(Qn,e=>e.errorMessage),$x=w(Qn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),jx=w(Qn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Vc=e=>e.toasts,Kx=w(Vc,e=>e.customToasts),Xx=w(Vc,e=>e.transactionToasts);t();ee();var Gc={errorMessage:Qt,successMessage:er,processingMessage:or},Ld=e=>e.transactionsInfo,ey=w(Ld,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[o])||Gc);t();t();var bo=require("@multiversx/sdk-core");B();t();t();t();function et(e){try{let o=atob(e),n=btoa(o),r=i.Buffer.from(e,"base64").toString(),a=i.Buffer.from(r).toString("base64"),s=e===n||n.startsWith(e),m=e===a||a.startsWith(e);if(s&&m)return!0}catch(o){return!1}return!1}function To(e){return et(e)?atob(e):e}t();t();t();t();var Hc=e=>{let o=e!=null?e:"";return et(o)?i.Buffer.from(i.Buffer.from(o,"base64").toString().trim()):i.Buffer.from(o.trim())};t();B();var ot=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(Ct).some(n=>e.startsWith(n)):!1;function dr(e){var r,a,s;let o=f({},e);ot({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new bo.Transaction(f(f(L(f(L(f(f({value:BigInt(o.value.valueOf()),data:Hc(o.data),nonce:BigInt(o.nonce.valueOf()),receiver:new bo.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),o.relayer?{relayer:new bo.Address(o.relayer)}:{}),{sender:new bo.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:BigInt((r=o.gasLimit.valueOf())!=null?r:Bt),gasPrice:BigInt((a=o.gasPrice.valueOf())!=null?a:Ut),chainID:o.chainID.valueOf(),version:(s=o.version)!=null?s:Ua}),o.options?{options:o.options}:{}),o.guardian?{guardian:new bo.Address(o.guardian)}:{}));return o.relayerSignature&&(n.relayerSignature=i.Buffer.from(o.relayerSignature,"hex")),o.guardianSignature&&(n.guardianSignature=i.Buffer.from(o.guardianSignature,"hex")),o.signature&&(n.signature=i.Buffer.from(o.signature,"hex")),n}t();t();B();t();t();t();var Nd=require("@multiversx/sdk-core");t();B();t();var Dd=require("@multiversx/sdk-core");_e();t();var $c=require("@multiversx/sdk-core");function Rd(e){try{return $c.Address.isValid(e)}catch(o){return!1}}function tn(e){return/^\w+$/.test(e)&&Rd(e)}t();t();t();var Md=require("@multiversx/sdk-core"),Od=I(require("bignumber.js"));Z();t();t();t();var nt="accounts";var lr="blocks";t();t();t();t();he();t();t();he();t();t();t();var Gd=I(require("bignumber.js"));B();t();var Vd=require("@multiversx/sdk-core"),_r=I(require("bignumber.js"));B();t();var Ud=I(require("bignumber.js"));t();_r.default.config({ROUNDING_MODE:_r.default.ROUND_FLOOR});t();t();t();B();t();t();t();t();B();t();B();t();var Hd=require("@multiversx/sdk-core"),$d=I(require("bignumber.js"));B();t();var ur=require("@multiversx/sdk-core"),zd=I(require("bignumber.js"));B();t();t();var jd=I(require("bignumber.js"));B();t();B();t();t();t();t();t();t();B();t();B();t();B();t();he();var Kd=["reDelegateRewards","claimRewards","unBond"],Xd=["wrapEgld","unwrapEgld"],Yd=["unStake"],Jd=["unDelegate"];t();t();t();B();t();var el=I(require("bignumber.js"));t();t();he();t();var nl=I(require("bignumber.js"));t();t();t();t();var rl=I(require("bignumber.js"));_e();t();t();var al=require("@multiversx/sdk-core");t();t();Z();t();var pl=require("@multiversx/sdk-web-wallet-provider");B();t();var cl=I(require("qs"));t();Te();Oo();t();Oo();var BS={search:xo()?window.location.search:"",removeParams:[]};t();t();t();Le();t();he();t();t();Le();t();var sl=I(require("linkifyjs"));t();B();t();var ml=I(require("bignumber.js"));t();_e();t();t();Z();t();Z();t();t();t();he();t();he();t();var dl=I(require("bignumber.js"));B();he();t();he();t();var Yc=require("react");_e();t();t();he();t();t();var ll=require("@multiversx/sdk-core"),_l=I(require("bignumber.js"));he();t();_e();t();t();_e();var Cv=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var Jc=require("react");_e();Le();t();var ul=require("react");he();var Uv=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];tr();t();var rt=e=>e.transactions,cn=w(rt,e=>e.signedTransactions),Ek=w(rt,e=>e.signTransactionsError),Pk=w(rt,e=>e.signTransactionsCancelMessage),at=e=>o=>Object.entries(o).reduce((n,[r,a])=>(e(a.status)&&(n[r]=a),n),{}),Ck=w(cn,at(Vi)),Nk=w(cn,at(Hn)),Rk=w(cn,at($n)),Dk=w(cn,at(Hi)),Mk=w(rt,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:L(f({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>dr(n)))||[]})}),Ok=w(cn,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});function ae(){return Uo(O.getState())}ro();Te();Te();t();t();qo();_e();var we=e=>(Object.values(se).forEach(o=>{if(o!==(e==null?void 0:e.skipLoginMethod))switch(o){case"crossWindow":{let n=no.CrossWindowProvider.getInstance();n.isInitialized()&&n.dispose();break}case"iframe":{let n=Ko.IframeProvider.getInstance();n.isInitialized()&&n.dispose();break}default:break}}),null);t();var ie=a=>y(void 0,[a],function*({hasNativeAuth:e,token:o,loginService:n,onError:r}){let s=o;if(e&&!o){let m="Native auth token generation failed";try{if(s=yield n.getNativeAuthLoginToken(),!s)return console.error(m),r==null||r(m),{error:m}}catch(d){let l=d instanceof Error?d.message:String(d),g=`${m}: ${l}`;return console.error(g),r==null||r(g),{error:g}}}return s&&n.setLoginToken(s),{token:s}});t();var Np=require("react"),pt=require("@multiversx/sdk-core");t();t();var hr=()=>D(Bo);t();t();var Zc=()=>{let e=Ie(),o=Ce(e);return{provider:e,providerType:o}};t();t();t();t();t();t();t();var Wo=I(require("react"));var fl=(0,Wo.createContext)({}),SA=O.getState();function it(){let e=(0,Wo.useContext)(fl);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}t();var Qc=I(require("react"));t();var xr=I(require("react")),hl=I(require("axios"));var ep=()=>{try{let{loginInfo:e,isLoggedIn:o}=it();return L(f({},e),{isLoggedIn:o})}catch(e){let o=D(ge),n=D(Uo);return L(f({},o),{isLoggedIn:n})}};var op=()=>{let{isLoggedIn:e}=ep();return e};t();t();ee();t();t();var Cp=require("@multiversx/sdk-native-auth-client");t();var ap=I(require("axios"));t();t();t();function np(e){return y(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var tp=(e,o,n,r=0)=>y(void 0,null,function*(){try{return yield e(...n)}catch(a){if(r<o.retries)return(o==null?void 0:o.delay)!=null&&(yield np(o.delay)),yield tp(e,o,n,r+1);throw console.error(`Failed after ${o.retries} retries:`,a),a}}),rp=(e,o={retries:5,delay:500})=>(...n)=>y(void 0,null,function*(){return yield tp(e,o,n)});var xl=4,yl=3e4,ct={current:null},So={current:null},Tl=rp((e,o,n)=>y(void 0,null,function*(){if(n){let s=Math.floor(Date.now()/1e3);return{hash:yield n(),timestamp:s}}let{data:r}=yield ap.default.get(`${e}/${lr}?from=${xl}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[a]=r;return a}));function ip(e,o,n,r){return y(this,null,function*(){if(e==null)throw new Error("missing api url");let a=Date.now();if(ct.current!=null&&a<ct.current.timestamp*1e3+yl&&!r)return ct.current;if(So.current!=null)return yield So.current;So.current=Tl(e,o,n);try{let s=yield So.current;if(s==null)throw So.current=null,new Error("Could not retrieve block hash from API");return ct.current={hash:s.hash,timestamp:s.timestamp},So.current=null,s}catch(s){So.current=null;let m=s instanceof Error?s.message:String(s);throw console.error("Failed to fetch latest block hash:",m),new Error(`Block hash fetch failed: ${m}`)}})}t();t();vn();t();t();var Lp=I(Ip());var wo=e=>{if(!e||!(0,Lp.default)(e))return null;let o=e.split(".");if(o.length!==4)return null;try{let[n,r,a,s]=o,m=JSON.parse(To(s)),d=To(n);return{ttl:Number(a),extraInfo:m,origin:d,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};function jl(e){return Object.prototype.toString.call(e)==="[object String]"}var Ep=e=>{var n;if(!e||!jl(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,a,s]=o,m=To(r),d=To(a),l=wo(d);if(!l)return{address:m,body:d,signature:s,blockHash:"",origin:"",ttl:0};let g=L(f({},l),{address:m,body:d,signature:s});return(n=l.extraInfo)!=null&&n.timestamp||delete g.extraInfo,g}catch(r){return null}};var Tr={isExpired:!1},Pp=e=>{if(!e)return Tr;let o=Ep(e);if(!o)return Tr;let n=Ro(),{ttl:r,extraInfo:a}=o,s=a==null?void 0:a.timestamp;if(!s||!r)return Tr;let m=s+r,d=n>m,l=m-n;return{isExpired:d,expiresAt:m,secondsUntilExpires:l}};t();Le();var sn={origin:H().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},mn=e=>{var n,r,a,s,m,d;return e===!0?sn:{origin:(n=e==null?void 0:e.origin)!=null?n:sn.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:sn.expirySeconds,apiAddress:(a=e==null?void 0:e.apiAddress)!=null?a:sn.apiAddress,tokenExpirationToastWarningSeconds:(s=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?s:sn.tokenExpirationToastWarningSeconds,extraInfo:(m=e==null?void 0:e.extraInfo)!=null?m:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(d=e==null?void 0:e.extraRequestHeaders)!=null?d:{}}};var dn=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:a,extraInfo:s,gatewayUrl:m,extraRequestHeaders:d}=mn(e),l=new Cp.NativeAuthClient({origin:o,apiUrl:n,expirySeconds:r,blockHashShard:a,gatewayUrl:m,extraRequestHeaders:d});return{getNativeAuthConfig:mn,initialize:u=>y(void 0,null,function*(){var k,S;if(!n)throw new Error("Native auth configuration error: apiAddress is required");if(!o)throw new Error("Native auth configuration error: origin is required");let x=()=>l.getCurrentBlockHash();try{let T=(k=u==null?void 0:u.latestBlockInfo)!=null?k:yield ip(n,a,x,u==null?void 0:u.noCache);if(!T)return"";let{hash:v,timestamp:A}=T,E=l.encodeValue(JSON.stringify(f(f({},(S=u==null?void 0:u.extraInfo)!=null?S:s),A?{timestamp:A}:{})));return`${l.encodeValue(o)}.${v}.${r}.${E}`}catch(T){let v=T instanceof Error?T.message:String(T);throw console.error("Native auth token creation failed:",v),new Error(`Native auth token creation failed: ${v}`)}}),getToken:({address:u,token:x,signature:k})=>l.getToken(u,x,k),getTokenExpiration:Pp}};var zl=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},de=e=>{let o=D(Re),n=D(nn),r=(0,Np.useRef)(n==null?void 0:n.loginToken),a=zl(o.apiAddress,e),s=mn(f(f({},e===!0?{}:e),a?{apiAddress:a}:{})),m=Boolean(e),d=dn(s),{address:l}=hr(),g=te(),h=S=>{r.current=S,g(Zo(f(L(f({},n),{loginToken:S}),a?{nativeAuthConfig:s}:{})))},u=()=>y(void 0,null,function*(){try{let S=yield d.initialize();if(!S)throw new Error("Failed to generate login token: Empty token received from native auth service");return S}catch(S){let T=S instanceof Error?S.message:String(S);throw console.error("Native auth login token generation failed:",T),new Error(`Native auth login token generation failed: ${T}`)}}),x=({address:S,signature:T})=>{let v=r.current;if(!m){g(Zo(L(f({},v?{loginToken:v}:{}),{signature:T})));return}if(!v)throw new Error("Native auth login token not found. Ensure getNativeAuthLoginToken was called and completed successfully before setTokenLoginInfo.");try{let A=d.getToken({address:S,token:v,signature:T});return g(Zo(f({loginToken:v,signature:T,nativeAuthToken:A},a?{nativeAuthConfig:s}:{}))),A}catch(A){return console.error("SDK setTokenLoginInfo - Error generating nativeAuthToken:",A),g(Zo(f({loginToken:v,signature:T},a?{nativeAuthConfig:s}:{}))),null}};return{configuration:s,setLoginToken:h,getNativeAuthLoginToken:u,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:v=>y(void 0,[v],function*({signMessageCallback:S,nativeAuthClientConfig:T}){let E=yield dn(T||s).initialize({noCache:Boolean(T)});if(r.current=E,!E)return;let P=new pt.Message({address:new pt.Address(l),data:i.Buffer.from(`${l}${E}`)}),C=yield S(P,{});if(!(C!=null&&C.signature))throw"Message not signed";return x({address:l,signature:i.Buffer.from(C.signature).toString("hex")})})}};var Dp=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,br.useState)(""),[m,d]=(0,br.useState)(!1),l=me(n),g=de(l?n:!1),h=o,u=te(),x=ae();function k(){return y(this,null,function*(){if(x)throw new Error(pe);we(),u(re(U.address)),u(Y(U)),d(!0);let T=Rp.ExtensionProvider.getInstance();try{if(!(yield T.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let A=so(),E=encodeURIComponent(to(e!=null?e:A)),{token:P,error:C}=yield ie({hasNativeAuth:l,token:h,loginService:g,onError:s});if(C)return;h=P;let z=f({callbackUrl:E},h&&{token:h}),{signature:G,address:F}=yield T.login(z);if(ye(T),!F){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}G&&g.setTokenLoginInfo({signature:G,address:F}),u(Q({address:F,loginMethod:"extension"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:G,address:F}})}catch(v){console.error("error logging in",v),s("error logging in"+v.message)}finally{d(!1)}})}let S=Boolean(a);return[k,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Sr=require("react"),Mp=require("@multiversx/sdk-opera-provider");oo();X();ee();Z();ro();Te();Le();var Op=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Sr.useState)(""),[m,d]=(0,Sr.useState)(!1),l=me(n),g=de(n),h=o,u=te(),x=ae();function k(){return y(this,null,function*(){if(x)throw new Error(pe);we(),u(re(U.address)),u(Y(U)),d(!0);let T=Mp.OperaProvider.getInstance();try{if(!(yield T.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:A}=H(),E=so(),P=encodeURIComponent(`${A}${e!=null?e:E}`),{token:C,error:z}=yield ie({hasNativeAuth:l,token:h,loginService:g});if(z)return;h=C;let G=f({callbackUrl:P},h&&{token:h});yield T.login(G),ye(T);let{signature:F,address:K}=T.account;if(!K){d(!1),console.warn("Login cancelled.");return}F&&h&&g.setTokenLoginInfo({signature:F,address:K}),u(Q({address:K,loginMethod:"opera"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:F,address:K}})}catch(v){console.error("error loging in",v),s("error logging in"+v.message)}finally{d(!1)}})}let S=Boolean(a);return[k,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Lr=require("react");t();t();t();t();t();t();var Fp=require("@lifeomic/axios-fetch"),wr=I(require("axios")),vr=(0,Fp.buildAxiosFetch)(wr.default),kr=(e,o)=>y(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let r=e.clone().json(),[a]=yield Promise.all([r]);return{data:a,status:e.status,statusText:e.statusText,headers:e.headers,config:o}});function ql(e,o,n){return y(this,null,function*(){try{let r=yield vr(e,f({method:"POST",body:o?JSON.stringify(o):void 0,headers:f({"Content-Type":"application/json"},(n==null?void 0:n.headers)||{})},n));return kr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}function Kl(e,o){return y(this,null,function*(){try{let n=yield vr(e,o);if(!n.ok)throw new Error(`HTTP error! Status: ${n.status}`);return kr(n,o)}catch(n){throw console.error("Fetch Error:",n),n}})}function Xl(e,o,n){return y(this,null,function*(){try{let r=yield vr(e,f({method:"PATCH",body:o?JSON.stringify(o):void 0,headers:(n==null?void 0:n.headers)||{}},n));if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return kr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}var Vo=wr.default.create();Vo.get=Kl;Vo.post=ql;Vo.patch=Xl;t();var Ar=e=>{let o=e!=null?e:Bc(O.getState());return o.endsWith("/")?o.slice(0,-1):o};t();var Yl=I(require("axios"));t();var Jl=I(require("swr"));var Zl=(e,o)=>{var s;let n=(s=o==null?void 0:o.apiAddress)!=null?s:Ar(),r=o!=null&&o.headers?{headers:o==null?void 0:o.headers}:void 0,a=`${n}/${nt}/${e}?withGuardianInfo=true`;return Vo.get(a,r)},Bp=(e,o)=>y(void 0,null,function*(){if(!e)return null;try{let{data:n}=yield Zl(e,o);return n}catch(n){console.error("error fetching configuration for ",e,n)}return null});var st=(e,o)=>Bp(e,o);t();var Up=n=>y(void 0,[n],function*({loginToken:e,extraInfoData:o}){if(e==null||Object.keys(o).length===0)return null;let r=wo(String(e)),g=(r==null?void 0:r.extraInfo)||{},{timestamp:a}=g,s=ko(g,["timestamp"]);if(!(r&&a!=null))return null;let d={hash:String(r==null?void 0:r.blockHash),timestamp:Number(a)};return yield dn({extraInfo:f(f({},s),o),expirySeconds:r==null?void 0:r.ttl,origin:r==null?void 0:r.origin}).initialize({latestBlockInfo:d})});var Wp=s=>y(void 0,[s],function*({loginToken:e,extraInfoData:o,address:n,signature:r,loginService:a}){let m=yield Up({loginToken:e,extraInfoData:o}),d=o.multisig||o.impersonate||n,l=m!=null?d:n;return m!=null&&a.setLoginToken(m),r&&a.setTokenLoginInfo({signature:r,address:n}),yield st(l)});Ft();oo();qo();X();ee();ee();Z();t();function Ir(e){let o=O.getState(),n=Lc(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}ro();Le();var Vp=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,hasConsentPopup:a,walletAddress:s})=>{let[m,d]=(0,Lr.useState)(""),[l,g]=(0,Lr.useState)(!1),h=me(n),u=de(n),x=o,k=D(Re),S=te(),T=ae();function v(){return y(this,null,function*(){if(T)throw new Error(pe);we({skipLoginMethod:"crossWindow"}),S(re(U.address)),S(Y(U)),g(!0);let E=yield no.CrossWindowProvider.getInstance().init();s&&S(Dn(s));let P=no.CrossWindowProvider.getInstance().setWalletUrl(s!=null?s:k.walletAddress);try{if(!E){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:C,pathname:z}=H(),G=encodeURIComponent(`${C}${e!=null?e:z}`),{token:F,error:K}=yield ie({hasNativeAuth:h,token:x,loginService:u});if(K)return;x=F;let ce=f({callbackUrl:G},x&&{token:x});(Ba&&h||a)&&P.setShouldShowConsentPopup(!0);let{signature:N,address:ke,multisig:De,impersonate:go}=yield P.login(ce);if(!ke){g(!1),no.CrossWindowProvider.getInstance().onDestroy(),console.warn("Login cancelled.");return}ye(P);let Ae=yield Wp({loginToken:x,extraInfoData:{multisig:De,impersonate:go},address:ke,signature:N,loginService:u});if(!Ae)return;S(Q({address:Ae.address,loginMethod:"crossWindow"})),S(re(Ae.address)),S(Y(L(f({},Ae),{nonce:Ir(Ae)}))),be({callbackRoute:e,onLoginRedirect:r,options:{signature:N,address:Ae.address}})}catch(C){console.error("error loging in",C),d("error logging in"+C.message)}finally{g(!1)}})}let A=Boolean(m);return[v,{loginFailed:A,error:m,isLoading:l&&!A,isLoggedIn:T&&!A}]};t();var Er=require("react");oo();ee();t();t();t();Le();var Gp=()=>{let{search:e}=H(),o=new URLSearchParams(e),n=Object.fromEntries(o),r=n==null?void 0:n.address;return tn(r)?r:null};t();t();function Hp(){let e=Ie();return Ce(e)}t();Z();t();function ln(e){return Hp()===e}function mt(){let e=O.getState(),o=Ie(),n=on(e),r=Uo(e),a=Cc(e);if(!o)throw"provider not initialized";return ln("ledger")&&r?new Promise(s=>{s(n)}):!ln("")&&!ln("wallet")&&!ln("extra")?o.getAddress():new Promise(s=>{let m=Gp();a!=null&&m&&s(m),r&&s(n),s("")})}t();t();Le();var $p=()=>{let{search:e}=H(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.accessToken};var jp=()=>{var n;let e=$p(),o=ge(O.getState());return e!=null?e:(n=o.webviewLogin)==null?void 0:n.data};t();X();_e();t();ee();t();ee();t();var zp=require("@multiversx/sdk-core");_e();Te();t();Gt();t();t();var Ql=I(require("platform"));Oo();t();Po();X();_e();t();function qp(e,o){if(!e){typeof console!="undefined"&&console.warn(o);try{throw new Error(o)}catch(n){}}}function Kp(e,o){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=e_(e.path,e.caseSensitive,e.end),a=o.match(n);if(!a)return null;let s=a[0],m=s.replace(/(.)\/+$/,"$1"),d=a.slice(1);return{params:r.reduce((g,h,u)=>{if(h==="*"){let x=d[u]||"";m=s.slice(0,s.length-x.length).replace(/(.)\/+$/,"$1")}return g[h]=o_(d[u]||"",h),g},{}),pathname:s,pathnameBase:m,pattern:e}}function e_(e,o=!1,n=!0){qp(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(m,d)=>(r.push(d),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(a,o?void 0:"i"),r]}function o_(e,o){try{return decodeURIComponent(e)}catch(n){return qp(!1,`The value for the URL param "${o}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}Rn();Mo();Do();Te();var Xp=({callbackUrl:e,onRedirect:o})=>{typeof o=="function"?o(e):e&&Nn({url:e})},n_=e=>{let o=je.local.getItem(Oe.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(je.local.setItem({key:Oe.logoutEvent,data:e,expires:0}),je.local.removeItem(Oe.logoutEvent))},t_=500;function Yp(a,s){return y(this,arguments,function*(e,o,n=Boolean(jp()),r={shouldBroadcastLogoutAcrossTabs:!0,hasConsentPopup:!1}){var v,A,E;let m=yield mt(),d=Ie(),l=Ce(d),g=l==="wallet",h=l==="extra",u=((v=d==null?void 0:d.isInitialized)==null?void 0:v.call(d))===!0;if(n&&(d==null?void 0:d.relogin)!=null)return d.relogin();m&&r.shouldBroadcastLogoutAcrossTabs&&n_(m);let x=to(e),k=H(),{pathname:S,origin:T}=new URL(decodeURIComponent(x));if((Kp(k.pathname,S)||g&&u||((A=xe.safeWindow)==null?void 0:A.opener)&&T===((E=xe.safeWindow)==null?void 0:E.origin))&&Si(),!m)return Xp({callbackUrl:x,onRedirect:o});try{if(O.dispatch(j()),g&&u)return setTimeout(()=>{d.logout({callbackUrl:x})},t_);r.hasConsentPopup&&l==="crossWindow"&&d.setShouldShowConsentPopup(!0),u&&(yield d.logout({callbackUrl:x}))}catch(P){console.error("Logging out error:",P)}finally{g||h||Xp({callbackUrl:x,onRedirect:o})}})}t();t();t();t();t();t();t();Po();Z();t();t();var r_=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");t();t();Rn();Mo();t();t();t();ee();t();t();var a_=I(require("axios"));Te();t();var Jp=({maxRetries:e})=>new Promise((o,n)=>{let r=0,a=()=>{let s=mr(O.getState());if(s){o(s);return}if(r<e){r++,setTimeout(a,1e3);return}n(null)};a()});Le();t();var Zp=(e,o=["address"])=>{let n=new URL(e),r=new URLSearchParams(n.search);o.forEach(m=>r.delete(m));let a=Array.from(r.values()).length>0?"?":"",s=n.pathname==="/"&&!e.endsWith("/")?"":n.pathname;return n.protocol==="vscode:"?e:`${n.origin}${s}${a}${r.toString()}${n.hash}`};var dt=({callbackRoute:e,token:o,nativeAuth:n,redirectDelayMilliseconds:r=100,customWalletAddress:a})=>{let[s,m]=(0,Er.useState)(""),[d,l]=(0,Er.useState)(!1),g=D(Re),h=te(),u=ae(),x=me(n),k=de(x?n:!1),S=o;function T(){return y(this,null,function*(){if(u)throw new Error(pe);h(re(U.address)),h(Y(U)),h(Dn(a));try{l(!0);let A=qa(a!=null?a:g.walletAddress),E=new Date,P=E.setMinutes(E.getMinutes()+3)/1e3,C={data:{},expires:P},{token:z,error:G}=yield ie({hasNativeAuth:x,token:S,loginService:k});if(G)return;S=z;let{origin:F}=H(),K=window!=null&&window.location?`${F}${e}`:`${e}`;new URLSearchParams(document==null?void 0:document.location.search).get("address")||h(li(C));let N=Zp(K),ke=encodeURIComponent(N),De=L(f({callbackUrl:ke},S&&{token:S}),{redirectDelayMilliseconds:r});yield A.login(De)}catch(A){console.error(A),m("error logging in"+A.message)}finally{l(!1)}})}let v=Boolean(s);return[T,{error:s,loginFailed:v,isLoading:d&&!v,isLoggedIn:u&&!v}]};t();var gs=require("react");B();t();t();B();var Qp=e=>{var a;let o=D(nn),n=(a=o==null?void 0:o.loginToken)!=null?a:e;if(!n)return;let r=wo(n);if(!!r)return r.origin.toLowerCase().startsWith(Ra)};t();t();t();var i_=I(require("bignumber.js"));t();t();t();var lo=I(require("react")),ms=require("react"),ds=require("react"),Fr=I(require("classnames")),ls=require("react-dom");B();t();var ts=I(require("react"));t();var _n=I(require("react"));t();Oo();var es=()=>!xo();var p_=()=>y(void 0,null,function*(){return yield Promise.resolve().then(()=>(Cr(),Pr))}),s_=()=>(Cr(),Ue(Pr)).default,Nr=es();function ns({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:n}){let[r,a]=_n.default.useState(Nr?void 0:s_()),[s,m]=_n.default.useState(Nr||n==null?void 0:n()),d=()=>y(this,null,function*(){(e?e():p_()).then(l=>a(l.default)),o==null||o().then(l=>m(l.default))});return(0,_n.useEffect)(()=>{Nr&&d()},[]),{globalStyles:r,styles:s}}function mo(e,o){return n=>{let{globalStyles:r,styles:a}=ns({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return ts.default.createElement(e,L(f({},n),{globalStyles:r!=null?r:{},styles:a!=null?a:{}}))}}t();var as=I(require("react")),is=I(require("classnames"));var d_=({className:e,children:o,styles:n})=>as.default.createElement("div",{className:(0,is.default)(n==null?void 0:n.dappModalBody,e)},o),Rr=mo(d_,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});t();var Dr=I(require("react")),cs=I(require("classnames"));var l_=({visible:e,customFooter:o,className:n,footerText:r,styles:a})=>e?Dr.default.createElement("div",{className:(0,cs.default)(a==null?void 0:a.dappModalFooter,n)},o!=null?o:Dr.default.createElement("div",null,r)):null,Mr=mo(l_,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});t();var Go=I(require("react")),ps=require("@fortawesome/free-solid-svg-icons"),ss=require("@fortawesome/react-fontawesome"),gn=I(require("classnames"));var __=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:a,headerTextClassName:s,onHide:m,globalStyles:d,styles:l})=>e?n?Go.default.createElement("div",{className:(0,gn.default)(l==null?void 0:l.dappModalHeader,r)},n):Go.default.createElement("div",{className:(0,gn.default)(l==null?void 0:l.dappModalHeader,r)},Go.default.createElement("div",{className:(0,gn.default)(l==null?void 0:l.dappModalHeaderText,s)},o),Go.default.createElement("button",{onClick:m,className:(0,gn.default)(l==null?void 0:l.dappModalCloseButton,d==null?void 0:d.btn,d==null?void 0:d.btnLight,a)},Go.default.createElement(ss.FontAwesomeIcon,{size:"lg",icon:ps.faTimes}))):null,Or=mo(__,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});var g_={showHeader:!0,showFooter:!1,headerText:"",footerText:""},u_=({"data-testid":e="dappModal",children:o,className:n="dapp-modal-dialog-wrapper",closeOnEscape:r,config:a=g_,id:s="dapp-modal",onHide:m,parentElement:d,visible:l,styles:g})=>{let[h,u]=(0,ms.useState)(!1);if((0,ds.useEffect)(()=>{u(!0)},[]),!l)return null;let{showHeader:x,showFooter:k,headerText:S,footerText:T,modalDialogClassName:v="dapp-modal-dialog",modalContentClassName:A="dapp-modal-dialog-content",modalHeaderClassName:E="dapp-modal-dialog-header",modalHeaderTextClassName:P="dapp-modal-dialog-header-text",modalCloseButtonClassName:C="dapp-modal-dialog-close-button",modalBodyClassName:z="dapp-modal-dialog-content-body",modalFooterClassName:G="dapp-modal-dialog-footer",customModalHeader:F,customModalFooter:K}=a,ce=_o=>{_o.key==="Escape"&&r&&(m==null||m())};return lo.default.createElement(lo.default.Fragment,null,h&&(0,ls.createPortal)(lo.default.createElement("div",{id:s,role:"dialog","aria-modal":"true",className:(0,Fr.default)(v,g==null?void 0:g.dappModal,n),"data-testid":e,onKeyDown:ce},lo.default.createElement("div",{className:(0,Fr.default)(g==null?void 0:g.dappModalContent,A)},lo.default.createElement(Or,{visible:x,headerText:S,customHeader:F,className:E,headerTextClassName:P,closeButtonClassName:C,onHide:m}),lo.default.createElement(Rr,{className:z},o),lo.default.createElement(Mr,{visible:k,customFooter:K,footerText:T,className:G}))),d!=null?d:document==null?void 0:document.body))},f_=mo(u_,{ssrStyles:()=>Promise.resolve().then(()=>(po(),co)),clientStyles:()=>(po(),Ue(co)).default});t();t();var lt=require("react"),_s=e=>{let[o,n]=(0,lt.useState)(!1),r=()=>{n(!0)},a=()=>{n(!1)};return(0,lt.useEffect)(()=>{(e==null?void 0:e.visible)===!0?r():(e==null?void 0:e.visible)===!1&&a()},[e==null?void 0:e.visible]),{handleShowModal:r,handleHideModal:a,showModal:o}};t();var us=({hideButtonWhenModalOpens:e,onContentHide:o,onContentShow:n,onModalCloses:r,onModalOpens:a,token:s,wrapContentInsideModal:m})=>{let d=op(),[l,g]=(0,gs.useState)(!1),{handleShowModal:h,handleHideModal:u,showModal:x}=_s(),k=Qp(s),S=!e||!l,T=()=>{g(!1),o==null||o(),m?(u(),r==null||r()):r&&(console.warn('Deprecated: "onModalCloses" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentHide" instead.'),r())};return{disabledConnectButton:k,handleCloseModal:T,handleOpenModal:()=>{if(d)throw new Error(pe);if(l)return T();g(!0),n==null||n(),m?(h(),a==null||a()):a&&(console.warn('Deprecated: "onModalOpens" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentShow" instead.'),a())},shouldRenderButton:S,showContent:l,showModal:x}};t();var Ho=require("react"),Br=require("@multiversx/sdk-hw-provider");oo();X();ee();Z();ro();t();var vo=require("react"),h_=10,fs=()=>{let[e,o]=(0,vo.useState)(""),[n,r]=(0,vo.useState)(!1),[a,s]=(0,vo.useState)(0),[m,d]=(0,vo.useState)([]),[l,g]=(0,vo.useState)(null),[h,u]=(0,vo.useState)(!1);return{accounts:m,defaultAddressesPerPage:h_,error:e,isLoading:n,onGoToNextPage:()=>{g(null),s(v=>v+1)},onGoToPrevPage:()=>{g(null),s(v=>v===0?0:v-1)},onGoToSpecificPage:v=>{g(null),s(v)},onSelectAddress:v=>{g(v)},selectedAddress:l,setAccounts:d,setError:o,setIsLoading:r,setShowAddressList:u,showAddressList:h,startIndex:a}};var un="Check if the MultiversX App is open on Ledger",hs=({callbackRoute:e,token:o,addressesPerPage:n,nativeAuth:r,onLoginRedirect:a})=>{let s=D(Ec),m=Ie(),d=te(),l=ae(),g=me(r),h=de(g?r:!1),u=o,{accounts:x,setAccounts:k,isLoading:S,setIsLoading:T,setShowAddressList:v,showAddressList:A,startIndex:E,selectedAddress:P,onGoToPrevPage:C,onGoToNextPage:z,onGoToSpecificPage:G,onSelectAddress:F,error:K,setError:ce,defaultAddressesPerPage:_o}=fs(),N=n!=null?n:_o,[ke,De]=(0,Ho.useState)(""),[go,Ae]=(0,Ho.useState)(!1),$o=({address:W,index:$,signature:R})=>{d(di({index:$,loginType:"ledger"})),R&&h.setTokenLoginInfo({signature:R,address:W}),d(Q({address:W,loginMethod:"ledger"})),be({callbackRoute:e,onLoginRedirect:a,options:{address:W,signature:R}})},J=(W,$="")=>{var R;if(S){let{errorMessage:V,defaultErrorMessage:M}=Ii(W),oe=(R=V!=null?V:M)!=null?R:un;ce(`${oe}.${$}`),T(!1),d(Kt(null))}},Be=()=>y(void 0,null,function*(){try{if(m instanceof Br.HWProvider&&m.isInitialized())return m.isConnected()}catch(W){J(W)}return!1}),gt=()=>y(void 0,null,function*(){if(yield Be()){ce(""),T(!1);return}try{let $=new Br.HWProvider;(yield $.init())&&ye($),ce(""),T(!1)}catch($){J($)}}),ut=()=>y(void 0,null,function*(){let W=yield Be();if(!P||!W)return J(un);let{index:$}=P,{token:R,error:V}=yield ie({hasNativeAuth:g,token:u,loginService:h,onError:M=>J(M)});if(!V){if(u=R,u)try{let M=yield m.tokenLogin({token:i.Buffer.from(`${u}{}`),addressIndex:$});$o({address:M.address,index:$,signature:M.signature.toString("hex")})}catch(M){J(M,". Update MultiversX App to continue.")}else try{let{address:M}=yield m.login({addressIndex:$});$o({address:M,index:$})}catch(M){return J(M),!1}return!0}}),ft=()=>y(void 0,null,function*(){try{if(T(!0),P==null)return!1;d(s?ii(P):Kt(L(f({},P),{version:ke,hasContractDataEnabled:go}))),T(!1),yield ut()}catch(W){J(W)}return v(!1),!0}),jo=()=>y(void 0,null,function*(){if(!(yield Be()))return J(K);try{T(!0);let $=yield m.getAccounts(E,N),R=yield Ka(m);De(R.version),Ae(R.dataEnabled),k($),T(!1)}catch($){J($)}}),ht=()=>y(void 0,null,function*(){if(l)throw new Error(pe);we(),d(re(U.address)),d(Y(U)),ce("");try{if(T(!0),!(yield Be()))return J(un);if(s!=null){if(!P)return J(un);let{address:$}=yield m.login({addressIndex:P.index.valueOf()});if(!$)return J("Login cancelled.");$o({address:$,index:P.index.valueOf()})}else x!=null&&x.length||(yield jo()),v(!0);T(!1)}catch(W){J(W)}}),xt=()=>y(void 0,null,function*(){try{let W=yield Be();if(W||(yield gt()),W=yield Be(),!W)return J(un);(x.length===0||E>=0)&&(yield jo())}catch(W){J(W)}});(0,Ho.useEffect)(()=>{xt()},[E,A,m]),(0,Ho.useEffect)(()=>{(x==null?void 0:x.length)>0&&!A&&v(!0)},[x]);let qe=Boolean(K);return[ht,{loginFailed:qe,isLoggedIn:l&&!qe,error:K,isLoading:S&&!qe},{accounts:x,showAddressList:A,startIndex:E,selectedAddress:P,version:ke,contractDataEnabled:go,onGoToPrevPage:C,onGoToNextPage:z,onGoToSpecificPage:G,onSelectAddress:F,onConfirmSelectedAddress:ft}]};t();var xs=e=>{var n;let o=D(Wc);return dt(L(f({},e),{customWalletAddress:(n=e.customWalletAddress)!=null?n:o}))};t();var ve=require("react");t();var _t=require("react");function ys(e,o=[]){let n=(0,_t.useRef)(!0);(0,_t.useEffect)(()=>{n.current?n.current=!1:e()},o)}X();ee();Z();ro();Le();var Ts=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,logoutRoute:a,customRequestMethods:s=[]})=>{var $;let m=te(),d=me(n),l=de(d?n:!1),g=o,[h,u]=(0,ve.useState)(""),[x,k]=(0,ve.useState)(""),[S,T]=(0,ve.useState)(!0),[v,A]=(0,ve.useState)([]),[E,P]=(0,ve.useState)(null),{provider:C}=Zc(),z=D(Dc),G=D(Mc),F=D(Oc),K=D(Fc),ce=D(Nc),_o=D(Pc),N=(0,ve.useRef)(C),ke=(0,ve.useRef)(!1),De=(0,ve.useRef)(!1),go=($=a!=null?a:ce)!=null?$:"/",Ae=[Sn.CANCEL_ACTION,...s];o&&Ae.push(Sn.SIGN_LOGIN_TOKEN),d&&Ae.push(Sn.SIGN_NATIVE_AUTH_TOKEN);let $o=S?"":`${K}?wallet-connect=${encodeURIComponent(x)}`,J=Boolean(h),Be=ae(),gt=()=>{console.log("Logging out from wallet connect"),Yp(go)},ut=R=>{console.log("WalletConnect Session Event: ",R)},ft=()=>y(void 0,null,function*(){var R,V,M,oe;try{if(ke.current||N.current==null)return;if(!De.current){try{yield(R=N.current)==null?void 0:R.logout()}catch(Ye){console.warn("Unable to logout")}return}let le=yield(M=(V=N.current)==null?void 0:V.getAddress)==null?void 0:M.call(V);if(!le){console.warn("Login cancelled.");return}let Ee=yield(oe=N.current)==null?void 0:oe.getSignature(),Ke={address:le,loginMethod:"walletconnectv2"},Xe={logoutRoute:go,loginType:"walletconnectv2",callbackRoute:e!=null?e:H().href};m(mi(Xe)),Ee&&l.setTokenLoginInfo({signature:Ee,address:le}),m(Q(Ke)),be({callbackRoute:e,onLoginRedirect:r,options:{address:le,signature:Ee}})}catch(le){u("User rejected connection proposal"),console.error(le)}}),jo=()=>y(void 0,null,function*(){var V,M,oe,le,Ee;if(Ce(N.current)==="walletconnectv2")try{((le=(oe=(M=(V=N.current)==null?void 0:V.walletConnector)==null?void 0:M.session)==null?void 0:oe.getAll())!=null?le:[]).length>0&&(yield(Ee=N.current)==null?void 0:Ee.logout()),N.current=Xo,P(null)}catch(Ke){console.warn("Unable to logout")}}),ht=R=>y(void 0,null,function*(){var V,M,oe;if(!z||!G){u("Invalid WalletConnect setup");return}if(!R||!R.topic){u("Expired connection");return}try{if((N.current?Ce(N.current):!1)!=="walletconnectv2"){yield qe();return}T(!0),yield jo();let{token:Ee,error:Ke}=yield ie({hasNativeAuth:d,token:g,loginService:l,onError:u});if(Ke)return;g=Ee,yield qe(!1);let{approval:Xe}=yield(V=N.current)==null?void 0:V.connect({topic:R.topic,methods:Ae});try{yield(M=N.current)==null?void 0:M.login({approval:Xe,token:g})}catch(Ye){console.error("User rejected existing connection proposal",Ye),u("User rejected existing connection proposal"),T(!0),yield qe()}}catch(le){console.error("Unable to connect to existing session",le),u("Unable to connect to existing session")}finally{A((oe=N.current)==null?void 0:oe.pairings)}}),xt=R=>y(void 0,null,function*(){var V,M;try{R&&(yield(V=N.current)==null?void 0:V.logout({topic:R}))}catch(oe){console.error("Unable to remove existing pairing",oe),u("Unable to remove existing pairing")}finally{let oe=yield(M=N.current)==null?void 0:M.getPairings();A(oe)}});function qe(R=!0){return y(this,null,function*(){var Ye,Gr,Hr;we(),R&&(m(re(U.address)),m(Y(U)));let V=yield Jp({maxRetries:15});if(!V){console.error("Invalid chainID"),u("Invalid chainID");return}if(!G||!z){console.error("Invalid WalletConnect setup"),u("Invalid WalletConnect setup");return}let M=ae(),oe=De.current===!1&&!M,le=Ce(N.current)==="walletconnectv2",Ee=((Gr=(Ye=N.current)==null?void 0:Ye.isInitialized)==null?void 0:Gr.call(Ye))&&le;if(ke.current||oe||Ee)return;if(ke.current=!0,(Hr=N.current)!=null&&Hr.walletConnector){yield N.current.init(),P(N.current),ke.current=!1,R&&(yield W());return}let Ke={onClientLogin:ft,onClientLogout:gt,onClientEvent:ut},Xe=new wn(Ke,V,z,G,F);yield Xe.init(),P(Xe),N.current=Xe,ke.current=!1,R&&(A(Xe.pairings),yield W())})}function W(){return y(this,null,function*(){var R,V;if(!!N.current){if(!z||!G){u("Invalid WalletConnect setup");return}try{if(!De.current)return;let{uri:M,approval:oe}=yield(R=N.current)==null?void 0:R.connect({methods:Ae});if(!Boolean(M))return;k(M),(F==null?void 0:F.logger)==="debug"&&console.log("WalletConnect uri: ",M);let{token:Ee,error:Ke}=yield ie({hasNativeAuth:d,token:g,loginService:l,onError:u});if(Ke)return;if(g=Ee,(N.current?Ce(N.current):!1)!=="walletconnectv2"){T(!0),yield qe();return}try{yield(V=N.current)==null?void 0:V.login({approval:oe,token:g})}catch(Ye){console.error("User rejected connection proposal",Ye),u("User rejected connection proposal"),T(!0)}}catch(M){console.error("Unable to connect",M)}}})}return ys(()=>{N.current=C},[C]),(0,ve.useEffect)(()=>(De.current=!0,()=>{De.current=!1}),[]),(0,ve.useEffect)(()=>{T(!x)},[x]),(0,ve.useEffect)(()=>{if(!E)return;(Boolean(E.session)||_o==="walletconnectv2")&&Be&&ye(E)},[E,Be]),[qe,{error:h,loginFailed:J,isLoading:S&&!J,isLoggedIn:Be&&!J},{uriDeepLink:$o,walletConnectUri:x,cancelLogin:jo,connectExisting:ht,removeExistingPairing:xt,wcPairings:v}]};t();var Ur=require("react"),bs=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");oo();X();ee();Z();ro();Te();Te();var Ss=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Ur.useState)(""),[m,d]=(0,Ur.useState)(!1),l=me(n),g=de(n),h=o,u=te(),x=ae();function k(){return y(this,null,function*(){if(x)throw new Error(pe);we(),u(re(U.address)),u(Y(U)),d(!0);let T=bs.MetamaskProvider.getInstance();try{if(!(yield T.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let A=so(),E=encodeURIComponent(to(e!=null?e:A)),{token:P,error:C}=yield ie({hasNativeAuth:l,token:h,loginService:g});if(C)return;h=P;let z=f({callbackUrl:E},h&&{token:h});yield T.login(z),ye(T);let{signature:G,address:F}=T.account;if(!F){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}G&&h&&g.setTokenLoginInfo({signature:G,address:F}),u(Q({address:F,loginMethod:"metamask"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:G,address:F}})}catch(v){console.error("error logging in",v),s("error logging in"+v.message)}finally{d(!1)}})}let S=Boolean(a);return[k,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Wr=require("react"),Vr=require("@multiversx/sdk-passkey-provider/out");oo();t();var ws=()=>D(Fe);X();ee();Z();ro();Te();Te();var vs=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Wr.useState)(""),[m,d]=(0,Wr.useState)(!1),l=me(n),g=de(n),h=o,{network:{extrasApiAddress:u}}=ws(),x=te(),k=ae();function S(){return y(this,null,function*(){if(k)throw new Error(pe);we(),x(re(U.address)),x(Y(U)),d(!0);let A=Vr.PasskeyProvider.getInstance().setPasskeyServiceUrl(u!=null?u:"");try{if(!(yield A.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let P=so(),C=encodeURIComponent(to(e!=null?e:P)),{token:z,error:G}=yield ie({hasNativeAuth:l,token:h,loginService:g});if(G)return;h=z;let F=f({callbackUrl:C},h&&{token:h});yield A.login(F),ye(A);let{signature:K,address:ce}=A.account;if(!ce){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}K&&h&&g.setTokenLoginInfo({signature:K,address:ce}),x(Q({address:ce,loginMethod:"passkey"})),be({callbackRoute:e,onLoginRedirect:r,options:{signature:K,address:ce}})}catch(E){console.error("error logging in",E),s("Error logging in: "+E.message)}finally{d(!1)}})}let T=A=>y(void 0,null,function*(){let E=Vr.PasskeyProvider.getInstance().setPasskeyServiceUrl(u!=null?u:"");return yield E.init(),yield E.createAccount({walletName:A})}),v=Boolean(a);return[S,T,{loginFailed:v,error:a,isLoading:m&&!v,isLoggedIn:k&&!v}]};0&&(module.exports={useCrossWindowLogin,useExtensionLogin,useGetModalLoginMethods,useLedgerLogin,useMetamaskLogin,useOperaLogin,usePasskeyLogin,useWalletConnectV2Login,useWebWalletLogin,useXaliasLogin});
2802
2802
  /*!
2803
2803
  * The buffer module from node.js, for the browser.
2804
2804
  *