@multiversx/sdk-dapp 2.33.3 → 2.33.5

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 (993) 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/SignTransactionsModals/SignTransactionsModals.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  49. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  50. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  51. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  52. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  53. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  54. package/UI/SignTransactionsModals/components/index.js +1 -1
  55. package/UI/SignTransactionsModals/index.js +1 -1
  56. package/UI/TokenDetails/index.js +1 -1
  57. package/UI/TransactionData/TransactionData.js +1 -1
  58. package/UI/TransactionData/index.js +1 -1
  59. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  60. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  61. package/UI/TransactionDetails/components/index.js +1 -1
  62. package/UI/TransactionDetails/index.js +1 -1
  63. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  64. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  65. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  66. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  67. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  68. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  69. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  70. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  71. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  72. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  73. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  74. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  75. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  76. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  77. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  78. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  79. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  80. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  81. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  82. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  83. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  84. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  85. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  86. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  87. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  88. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  89. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  90. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  91. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  92. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  93. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  94. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  95. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  96. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  97. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  98. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  99. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  100. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  101. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  102. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  103. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  104. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  105. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  106. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  107. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  108. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  111. package/UI/TransactionInfo/components/index.js +1 -1
  112. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  113. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  114. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  115. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  116. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  117. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  118. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  119. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  120. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  121. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  122. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  123. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  145. package/UI/TransactionInfo/index.js +1 -1
  146. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  147. package/UI/TransactionsTable/components/AccountName.js +1 -1
  148. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  149. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  150. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  151. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  152. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  153. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  154. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  155. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  156. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  157. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  158. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  159. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  160. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  161. package/UI/TransactionsTable/components/index.js +1 -1
  162. package/UI/TransactionsTable/index.js +1 -1
  163. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  164. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  165. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  166. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  167. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  168. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  169. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  170. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  171. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  172. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  173. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  174. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  175. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  176. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  177. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  179. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  180. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  181. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  182. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  183. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  184. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  185. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  186. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  187. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  188. package/UI/TransactionsToastList/components/index.js +1 -1
  189. package/UI/TransactionsToastList/index.js +1 -1
  190. package/UI/Trim/Trim.js +1 -1
  191. package/UI/Trim/index.js +1 -1
  192. package/UI/UsdValue/UsdValue.js +1 -1
  193. package/UI/UsdValue/index.js +1 -1
  194. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  195. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  196. package/UI/index.js +1 -1
  197. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  198. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  199. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  200. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  201. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  202. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  203. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  204. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  205. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  206. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  207. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  208. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  209. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  210. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  211. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  212. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  213. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  219. package/UI/ledger/index.js +1 -1
  220. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  221. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  222. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  223. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  224. package/UI/pages/UnlockPage/index.js +1 -1
  225. package/UI/pages/index.js +1 -1
  226. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  227. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  228. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  229. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  230. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  231. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  232. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  233. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  234. package/UI/walletConnect/index.js +1 -1
  235. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  236. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  237. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  238. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  239. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  240. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  241. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  242. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  243. package/__chunks__/{chunk-5PB3AO7F.js → chunk-24IOPSNO.js} +2 -2
  244. package/__chunks__/{chunk-QATN3YUB.js → chunk-24NKQ2Z6.js} +2 -2
  245. package/__chunks__/chunk-2BEPTMWN.js +2 -0
  246. package/__chunks__/{chunk-7EJSB6P6.js → chunk-2CKRTOAW.js} +2 -2
  247. package/__chunks__/{chunk-ZT5WTZ6O.js → chunk-2CYDF4E3.js} +2 -2
  248. package/__chunks__/{chunk-YMHYMN6S.js → chunk-2D25J2RA.js} +2 -2
  249. package/__chunks__/{chunk-YZR3NZLK.js → chunk-2G23LO7X.js} +2 -2
  250. package/__chunks__/{chunk-CC6SACVI.js → chunk-2HCXFZF7.js} +2 -2
  251. package/__chunks__/{chunk-BMDMVFR4.js → chunk-2KKHM26P.js} +2 -2
  252. package/__chunks__/{chunk-EWQPOK6K.js → chunk-2QVH3NLF.js} +2 -2
  253. package/__chunks__/{chunk-FLGTBGM3.js → chunk-2SVHHVT7.js} +2 -2
  254. package/__chunks__/chunk-2ULVUSJR.js +2 -0
  255. package/__chunks__/{chunk-GYSBJHQL.js → chunk-2WDTYLR5.js} +2 -2
  256. package/__chunks__/{chunk-54ZPAEZU.js → chunk-33TUAJBM.js} +2 -2
  257. package/__chunks__/{chunk-XWZ5FRAM.js → chunk-3CDCN35Y.js} +2 -2
  258. package/__chunks__/{chunk-NDMZA4CU.js → chunk-3FZJHXNY.js} +2 -2
  259. package/__chunks__/{chunk-45PEOCOM.js → chunk-3KVHGORG.js} +2 -2
  260. package/__chunks__/chunk-3MVAYKTW.js +2 -0
  261. package/__chunks__/chunk-3PMTHLWL.js +2 -0
  262. package/__chunks__/{chunk-P5TBJBJZ.js → chunk-3QJS2XJC.js} +2 -2
  263. package/__chunks__/{chunk-CEB2DSPZ.js → chunk-3SAXER2M.js} +2 -2
  264. package/__chunks__/chunk-3WE3FSIC.js +2 -0
  265. package/__chunks__/{chunk-SAMCZMKV.js → chunk-3WPEWIVC.js} +2 -2
  266. package/__chunks__/{chunk-T34WPLJ5.js → chunk-3ZMH2L6P.js} +2 -2
  267. package/__chunks__/{chunk-45ZG7JTQ.js → chunk-43BYI3CR.js} +2 -2
  268. package/__chunks__/chunk-43PV3G6T.js +2 -0
  269. package/__chunks__/chunk-45KLKZ7S.js +2 -0
  270. package/__chunks__/chunk-46XYGKUJ.js +2 -0
  271. package/__chunks__/{chunk-TLJQHEKJ.js → chunk-4AJOMQT6.js} +2 -2
  272. package/__chunks__/{chunk-UUALUSWP.js → chunk-4D3OXYZC.js} +2 -2
  273. package/__chunks__/{chunk-QGBYZ4WE.js → chunk-4GOZHKDZ.js} +2 -2
  274. package/__chunks__/chunk-4LTRPJPX.js +2 -0
  275. package/__chunks__/{chunk-BD4NE74I.js → chunk-4QBC3M4P.js} +2 -2
  276. package/__chunks__/{chunk-HOXB5DWJ.js → chunk-4RTBHYFD.js} +2 -2
  277. package/__chunks__/chunk-4WA2UD4D.js +2 -0
  278. package/__chunks__/{chunk-I6E6GQBF.js → chunk-4YUSE5P5.js} +2 -2
  279. package/__chunks__/{chunk-GCELHJN7.js → chunk-54OZMXO7.js} +2 -2
  280. package/__chunks__/{chunk-DTUG6NOR.js → chunk-55YSQFOB.js} +2 -2
  281. package/__chunks__/{chunk-TQNGTW7T.js → chunk-5BXRTWOQ.js} +2 -2
  282. package/__chunks__/chunk-5CBWIL53.js +2 -0
  283. package/__chunks__/{chunk-FXFUTPYK.js → chunk-5PSX3ZOM.js} +2 -2
  284. package/__chunks__/{chunk-FLANDGYY.js → chunk-5S4MCVS3.js} +2 -2
  285. package/__chunks__/{chunk-6645U37N.js → chunk-5S7Z7MUK.js} +2 -2
  286. package/__chunks__/{chunk-AOTWO4JG.js → chunk-622WANH6.js} +2 -2
  287. package/__chunks__/{chunk-UUA4YCW4.js → chunk-65WOKSA3.js} +2 -2
  288. package/__chunks__/{chunk-PBGUR7C7.js → chunk-6EL5DZKA.js} +2 -2
  289. package/__chunks__/chunk-6JESH7V2.js +2 -0
  290. package/__chunks__/chunk-6MPT4RP2.js +2 -0
  291. package/__chunks__/{chunk-BYTARBOJ.js → chunk-6NGMX52B.js} +2 -2
  292. package/__chunks__/{chunk-KEOFHL4A.js → chunk-6Z6FAEFL.js} +2 -2
  293. package/__chunks__/{chunk-FK636XIV.js → chunk-725XXGNF.js} +2 -2
  294. package/__chunks__/{chunk-BCL6XG34.js → chunk-73XRRTFR.js} +2 -2
  295. package/__chunks__/{chunk-5SGSDWGJ.js → chunk-745KN7MK.js} +2 -2
  296. package/__chunks__/{chunk-IZUPLFNL.js → chunk-76MKB3WB.js} +2 -2
  297. package/__chunks__/{chunk-24A3APB3.js → chunk-7ENOEWOM.js} +2 -2
  298. package/__chunks__/chunk-7GPLT6N6.js +2 -0
  299. package/__chunks__/{chunk-XYIFHJCO.js → chunk-7IPX7VKV.js} +2 -2
  300. package/__chunks__/{chunk-VBWLHJYZ.js → chunk-7JVHIZ43.js} +2 -2
  301. package/__chunks__/chunk-7WJJ2K3I.js +2 -0
  302. package/__chunks__/{chunk-6GDCAG44.js → chunk-7YOYKL4P.js} +2 -2
  303. package/__chunks__/{chunk-QIUMF7SH.js → chunk-7ZTWNZEZ.js} +2 -2
  304. package/__chunks__/chunk-A2WHT4UG.js +2 -0
  305. package/__chunks__/{chunk-6WT26566.js → chunk-A3CD43J2.js} +2 -2
  306. package/__chunks__/{chunk-NDA62JR7.js → chunk-A3X7E7CN.js} +2 -2
  307. package/__chunks__/{chunk-5LTNF7DK.js → chunk-AAA32VT7.js} +2 -2
  308. package/__chunks__/{chunk-6EKWMELX.js → chunk-AEW2WY3D.js} +2 -2
  309. package/__chunks__/{chunk-HDDHM7GV.js → chunk-AI2GYPG7.js} +2 -2
  310. package/__chunks__/{chunk-37HMQWF5.js → chunk-AL6MSTEY.js} +2 -2
  311. package/__chunks__/{chunk-DLTK5ASX.js → chunk-AOKNP3ZG.js} +2 -2
  312. package/__chunks__/{chunk-PXMHH6XN.js → chunk-AXCZ6ISD.js} +2 -2
  313. package/__chunks__/{chunk-N7PPBB54.js → chunk-AXM7JBJB.js} +2 -2
  314. package/__chunks__/{chunk-7MYRGXAF.js → chunk-AZQL6D6O.js} +2 -2
  315. package/__chunks__/{chunk-4J6TDW4Y.js → chunk-B3GKJXXY.js} +2 -2
  316. package/__chunks__/chunk-B7F4BYJR.js +2 -0
  317. package/__chunks__/{chunk-HB7U5OKO.js → chunk-BBP55JG6.js} +2 -2
  318. package/__chunks__/{chunk-OJ3DGN7M.js → chunk-BKGOYZSO.js} +2 -2
  319. package/__chunks__/{chunk-4MBZLWQQ.js → chunk-BLUVMUHE.js} +2 -2
  320. package/__chunks__/{chunk-IQJGNG35.js → chunk-BP5FPZP7.js} +2 -2
  321. package/__chunks__/chunk-BRJTIKNG.js +2 -0
  322. package/__chunks__/{chunk-RBCV2HTG.js → chunk-BRT7QLJM.js} +2 -2
  323. package/__chunks__/{chunk-IKGN4DLL.js → chunk-BSE4ZRLY.js} +2 -2
  324. package/__chunks__/chunk-BSEAI4O3.js +2 -0
  325. package/__chunks__/{chunk-NYCSGB7Q.js → chunk-BTYV3DY5.js} +2 -2
  326. package/__chunks__/{chunk-47L7L5Y4.js → chunk-BVYVHFDN.js} +2 -2
  327. package/__chunks__/chunk-BWLZBTUX.js +2 -0
  328. package/__chunks__/{chunk-IBGE6727.js → chunk-C6SBK4ZO.js} +2 -2
  329. package/__chunks__/{chunk-KAGQ5TIE.js → chunk-CBHAGUFT.js} +2 -2
  330. package/__chunks__/{chunk-TK2Z24BY.js → chunk-CDDTY2SZ.js} +2 -2
  331. package/__chunks__/{chunk-YXIG6FJU.js → chunk-CGCR7SX2.js} +2 -2
  332. package/__chunks__/{chunk-NOTZKINU.js → chunk-CGW7WBFQ.js} +2 -2
  333. package/__chunks__/{chunk-JVOHPA3T.js → chunk-CIRISKV5.js} +2 -2
  334. package/__chunks__/{chunk-TEEC32U7.js → chunk-CNXPQ5DB.js} +2 -2
  335. package/__chunks__/{chunk-YEFDEE6A.js → chunk-CU7XZU3A.js} +2 -2
  336. package/__chunks__/chunk-CWEZOS76.js +2 -0
  337. package/__chunks__/{chunk-W46OTGE5.js → chunk-CZQ7VIPN.js} +2 -2
  338. package/__chunks__/{chunk-RP4UN6LM.js → chunk-D2YDSBEG.js} +2 -2
  339. package/__chunks__/{chunk-57FJNL7B.js → chunk-D4MV56G6.js} +2 -2
  340. package/__chunks__/chunk-D5G24YY6.js +2 -0
  341. package/__chunks__/{chunk-XO2HGXCH.js → chunk-D5HURI4J.js} +2 -2
  342. package/__chunks__/{chunk-2ZMYRBKE.js → chunk-D5WIAHLN.js} +2 -2
  343. package/__chunks__/{chunk-RU5QNJEV.js → chunk-DGTP5JY7.js} +2 -2
  344. package/__chunks__/{chunk-LO2SEXFP.js → chunk-DJDRSSMB.js} +2 -2
  345. package/__chunks__/chunk-DKLHCXRJ.js +2 -0
  346. package/__chunks__/chunk-DNQKGS4N.js +2 -0
  347. package/__chunks__/{chunk-7ML6NB7V.js → chunk-DOR7NFVU.js} +2 -2
  348. package/__chunks__/{chunk-F5FW32LU.js → chunk-DOY3GAIB.js} +2 -2
  349. package/__chunks__/chunk-DPSTSFBF.js +2 -0
  350. package/__chunks__/{chunk-QZV2BCRC.js → chunk-DPXJK5BW.js} +2 -2
  351. package/__chunks__/{chunk-LTW72H5W.js → chunk-DSKSPTXM.js} +2 -2
  352. package/__chunks__/{chunk-QRIEXGS2.js → chunk-DSOSKJ3O.js} +2 -2
  353. package/__chunks__/{chunk-NIRRIFWB.js → chunk-DUAEGZ5I.js} +2 -2
  354. package/__chunks__/{chunk-V7YGRPXE.js → chunk-DWXL7ZJZ.js} +2 -2
  355. package/__chunks__/chunk-DYROTYSY.js +2 -0
  356. package/__chunks__/{chunk-C3VT3KFA.js → chunk-ECIULNAM.js} +2 -2
  357. package/__chunks__/{chunk-2E3LPUQF.js → chunk-ECY43BJD.js} +2 -2
  358. package/__chunks__/{chunk-FGJ7TP5D.js → chunk-EFTSGKWO.js} +2 -2
  359. package/__chunks__/{chunk-B7JOTWE2.js → chunk-EGNKQFJQ.js} +2 -2
  360. package/__chunks__/{chunk-T4D24YCO.js → chunk-EGOTY3GM.js} +2 -2
  361. package/__chunks__/{chunk-QPWXVZHM.js → chunk-EGTFAWAE.js} +2 -2
  362. package/__chunks__/chunk-ENNRTZ6G.js +2 -0
  363. package/__chunks__/{chunk-QN6IZUYL.js → chunk-EPXDXZXX.js} +2 -2
  364. package/__chunks__/chunk-EPZJMGOX.js +2 -0
  365. package/__chunks__/{chunk-XAACECZK.js → chunk-EWRYEIW7.js} +2 -2
  366. package/__chunks__/chunk-F3C4RYXE.js +2 -0
  367. package/__chunks__/{chunk-KZOR4H2K.js → chunk-F4AUEFWK.js} +2 -2
  368. package/__chunks__/{chunk-C4HUHWC4.js → chunk-F54V5VM5.js} +2 -2
  369. package/__chunks__/{chunk-GVAOPYYE.js → chunk-F6VGPR76.js} +2 -2
  370. package/__chunks__/{chunk-FW4EJPAK.js → chunk-FBM4JUYX.js} +2 -2
  371. package/__chunks__/{chunk-LVCZLKZB.js → chunk-FNXJUX7B.js} +2 -2
  372. package/__chunks__/{chunk-XIRZXU26.js → chunk-FPAIK3WA.js} +2 -2
  373. package/__chunks__/chunk-FPZFY6G2.js +2 -0
  374. package/__chunks__/{chunk-KRNBU6PT.js → chunk-FQ4BVQPU.js} +2 -2
  375. package/__chunks__/{chunk-UAUBK66M.js → chunk-FRFGRCLV.js} +2 -2
  376. package/__chunks__/{chunk-AQM3XY6A.js → chunk-FY2NWFET.js} +2 -2
  377. package/__chunks__/{chunk-3R3PUKAF.js → chunk-FYD6F5FD.js} +2 -2
  378. package/__chunks__/chunk-G6K6MKXY.js +2 -0
  379. package/__chunks__/{chunk-4KH5VXRM.js → chunk-G6XB2J7G.js} +2 -2
  380. package/__chunks__/{chunk-RSAPPFPL.js → chunk-G7TWR7H4.js} +2 -2
  381. package/__chunks__/{chunk-D67VOQSZ.js → chunk-GCTIKGFW.js} +2 -2
  382. package/__chunks__/{chunk-HKRUWTAE.js → chunk-GJFUKDVI.js} +2 -2
  383. package/__chunks__/{chunk-5GNVDOCM.js → chunk-GL6S5K5P.js} +2 -2
  384. package/__chunks__/chunk-GPLW4JWY.js +2 -0
  385. package/__chunks__/{chunk-DEGP4C3V.js → chunk-GRQMKRYY.js} +2 -2
  386. package/__chunks__/chunk-GSAWFBTF.js +2 -0
  387. package/__chunks__/chunk-GWVAIJP6.js +2 -0
  388. package/__chunks__/{chunk-Y7ESJMSW.js → chunk-H2DF6GCY.js} +2 -2
  389. package/__chunks__/chunk-HCQAQ47K.js +2 -0
  390. package/__chunks__/{chunk-T3ELSWUG.js → chunk-HF5EVVIC.js} +2 -2
  391. package/__chunks__/{chunk-R5DL3XSI.js → chunk-HJUYKR66.js} +2 -2
  392. package/__chunks__/chunk-HMAM7HQU.js +2 -0
  393. package/__chunks__/chunk-HRDBJVF3.js +2 -0
  394. package/__chunks__/{chunk-BFPIYGP6.js → chunk-HZMCL7IW.js} +2 -2
  395. package/__chunks__/{chunk-GYOPLUWW.js → chunk-I6CY5Q54.js} +2 -2
  396. package/__chunks__/{chunk-NTFDCSH5.js → chunk-IBONRID5.js} +2 -2
  397. package/__chunks__/{chunk-OZYNW3JP.js → chunk-IC7BCUNC.js} +2 -2
  398. package/__chunks__/chunk-IDS4LUFP.js +2 -0
  399. package/__chunks__/{chunk-UZO6U3YY.js → chunk-IE6AOX2V.js} +2 -2
  400. package/__chunks__/{chunk-L2GWYHD7.js → chunk-IHNJWXJO.js} +2 -2
  401. package/__chunks__/{chunk-IYCS2I43.js → chunk-IKYQHBMR.js} +2 -2
  402. package/__chunks__/{chunk-N4OHAMFH.js → chunk-ILFFSW3H.js} +2 -2
  403. package/__chunks__/{chunk-YWHYMJK3.js → chunk-IPIDVPQC.js} +2 -2
  404. package/__chunks__/{chunk-IZSSLKFM.js → chunk-ITTIZGG3.js} +2 -2
  405. package/__chunks__/{chunk-JLSGOLLG.js → chunk-IXKQ7WNP.js} +2 -2
  406. package/__chunks__/{chunk-WSBBNMEL.js → chunk-IYRRB5VU.js} +2 -2
  407. package/__chunks__/{chunk-2N4EIE5Z.js → chunk-J2ASLAKG.js} +2 -2
  408. package/__chunks__/{chunk-2RAFLLWS.js → chunk-J5F6EJJZ.js} +2 -2
  409. package/__chunks__/{chunk-6ZBBLLLM.js → chunk-J6OQSHHT.js} +2 -2
  410. package/__chunks__/{chunk-JMWWAYA5.js → chunk-J6PCNFUQ.js} +2 -2
  411. package/__chunks__/{chunk-PO7KPAET.js → chunk-JFHJ3VRS.js} +2 -2
  412. package/__chunks__/{chunk-YBENY3BJ.js → chunk-JHRN7KME.js} +2 -2
  413. package/__chunks__/{chunk-6YVU7KG4.js → chunk-JHTJ76SU.js} +2 -2
  414. package/__chunks__/{chunk-PNCJE534.js → chunk-JIELLFNA.js} +2 -2
  415. package/__chunks__/{chunk-X6LD4BTY.js → chunk-JIQXQPIW.js} +2 -2
  416. package/__chunks__/chunk-JJJ7WO7R.js +2 -0
  417. package/__chunks__/chunk-JM5624PA.js +2 -0
  418. package/__chunks__/{chunk-4NZOWIB6.js → chunk-JQRTD77Q.js} +2 -2
  419. package/__chunks__/{chunk-L7EGO43D.js → chunk-JW2XATOA.js} +2 -2
  420. package/__chunks__/{chunk-GOTWCABN.js → chunk-JWEZ46IR.js} +2 -2
  421. package/__chunks__/{chunk-XEB3CP25.js → chunk-JYFSXNL3.js} +2 -2
  422. package/__chunks__/chunk-JZCKLQSU.js +2 -0
  423. package/__chunks__/{chunk-CNRSPC7U.js → chunk-JZKM2C54.js} +2 -2
  424. package/__chunks__/{chunk-YSSHV56U.js → chunk-K5YZJKXF.js} +2 -2
  425. package/__chunks__/{chunk-KIX3PNJL.js → chunk-KDJEFHDA.js} +2 -2
  426. package/__chunks__/chunk-KE6HROJC.js +2 -0
  427. package/__chunks__/{chunk-OWRLRXQN.js → chunk-KEPXF6B5.js} +2 -2
  428. package/__chunks__/chunk-KKIRI32I.js +2 -0
  429. package/__chunks__/{chunk-TGQPRC3E.js → chunk-KLF63E36.js} +2 -2
  430. package/__chunks__/{chunk-BEDMP6DW.js → chunk-KM5VID2Y.js} +2 -2
  431. package/__chunks__/{chunk-XSHCNXON.js → chunk-KQNLURSR.js} +2 -2
  432. package/__chunks__/chunk-L2E7HLRX.js +2 -0
  433. package/__chunks__/{chunk-5SMV2HL6.js → chunk-L5KAPOB2.js} +2 -2
  434. package/__chunks__/{chunk-WPJCOYHI.js → chunk-L7SYNU3B.js} +2 -2
  435. package/__chunks__/{chunk-TDXF63R5.js → chunk-LFTXDP3V.js} +2 -2
  436. package/__chunks__/{chunk-REFUPMY7.js → chunk-LIQIEJ4G.js} +2 -2
  437. package/__chunks__/{chunk-MPIMSPN7.js → chunk-LNF5YD5R.js} +2 -2
  438. package/__chunks__/{chunk-6UQZ3OKM.js → chunk-LNV6RM3B.js} +2 -2
  439. package/__chunks__/{chunk-UIIZ6NP2.js → chunk-LNVZWQN5.js} +2 -2
  440. package/__chunks__/{chunk-5GMNPCKD.js → chunk-LO47QIGW.js} +2 -2
  441. package/__chunks__/{chunk-DRJH5L43.js → chunk-LPO3Z7B7.js} +2 -2
  442. package/__chunks__/chunk-LW7JNB3E.js +2 -0
  443. package/__chunks__/{chunk-JO34VAEB.js → chunk-LWSGVE66.js} +2 -2
  444. package/__chunks__/{chunk-HQSE7JYF.js → chunk-LXYDM3ZJ.js} +2 -2
  445. package/__chunks__/{chunk-P4PQKFP6.js → chunk-LYFZVP6O.js} +2 -2
  446. package/__chunks__/{chunk-7NBSAZAZ.js → chunk-M2YEWGWW.js} +2 -2
  447. package/__chunks__/{chunk-DZPTMTNA.js → chunk-M33AYCCE.js} +2 -2
  448. package/__chunks__/{chunk-C3VMCHKV.js → chunk-M3HFJYTH.js} +2 -2
  449. package/__chunks__/{chunk-VJTK5CAX.js → chunk-M7DPYTT6.js} +2 -2
  450. package/__chunks__/{chunk-RIYODA4U.js → chunk-MKCZQ5MD.js} +2 -2
  451. package/__chunks__/{chunk-XUC4HXOH.js → chunk-MKRLJ2PN.js} +2 -2
  452. package/__chunks__/{chunk-CQYV7VLN.js → chunk-MUC7ICOT.js} +2 -2
  453. package/__chunks__/{chunk-ERGUC7RS.js → chunk-MUWZOIKA.js} +2 -2
  454. package/__chunks__/chunk-MV4EAS7G.js +2 -0
  455. package/__chunks__/{chunk-7ZFN6DAF.js → chunk-MYWXSGPN.js} +2 -2
  456. package/__chunks__/{chunk-2UELE5RP.js → chunk-N4UYEP6W.js} +2 -2
  457. package/__chunks__/chunk-NDRUVBBB.js +2 -0
  458. package/__chunks__/{chunk-JXNIKWR3.js → chunk-NDVUOS7D.js} +2 -2
  459. package/__chunks__/chunk-NFOFGSPN.js +2 -0
  460. package/__chunks__/{chunk-XVFUG6HX.js → chunk-NHCVT6PA.js} +2 -2
  461. package/__chunks__/{chunk-YS6VTJRF.js → chunk-NIDER4T2.js} +2 -2
  462. package/__chunks__/{chunk-KL5TOS66.js → chunk-NJ4A7FTQ.js} +2 -2
  463. package/__chunks__/{chunk-2RPKO46G.js → chunk-NJNWFMF7.js} +2 -2
  464. package/__chunks__/{chunk-7RHCSKH4.js → chunk-NMJNHPQ2.js} +2 -2
  465. package/__chunks__/{chunk-PEWA4F72.js → chunk-NNSFFGZO.js} +2 -2
  466. package/__chunks__/{chunk-ERFSDC7O.js → chunk-NOJ47DZM.js} +2 -2
  467. package/__chunks__/{chunk-6LPW3CDV.js → chunk-NXEQ23NV.js} +2 -2
  468. package/__chunks__/{chunk-BPXAQ3N6.js → chunk-NZDF4OJ4.js} +2 -2
  469. package/__chunks__/{chunk-ALA3L6KA.js → chunk-NZDQ5B22.js} +2 -2
  470. package/__chunks__/{chunk-3W5E4B37.js → chunk-OIUSVMST.js} +2 -2
  471. package/__chunks__/chunk-OJZ5CHVT.js +2 -0
  472. package/__chunks__/{chunk-HCHGE46O.js → chunk-OLCE3IBV.js} +2 -2
  473. package/__chunks__/{chunk-OU2XINDL.js → chunk-OMMS3TDP.js} +2 -2
  474. package/__chunks__/{chunk-AVUWLK23.js → chunk-OPBOK7NH.js} +2 -2
  475. package/__chunks__/{chunk-4EN2N632.js → chunk-OQIGIUYV.js} +2 -2
  476. package/__chunks__/{chunk-RZG4WZYV.js → chunk-ORP6ANNG.js} +2 -2
  477. package/__chunks__/{chunk-RXMTHMME.js → chunk-ORS3X6E6.js} +2 -2
  478. package/__chunks__/{chunk-FE5YIIRT.js → chunk-OSLKCV43.js} +2 -2
  479. package/__chunks__/{chunk-23SK5JZV.js → chunk-OT6XVANJ.js} +2 -2
  480. package/__chunks__/{chunk-SKT4IMT2.js → chunk-OVIFMM5W.js} +2 -2
  481. package/__chunks__/{chunk-TGPYMIYT.js → chunk-P2XNUA3E.js} +2 -2
  482. package/__chunks__/{chunk-ZNVXGWDA.js → chunk-P54RMDWF.js} +2 -2
  483. package/__chunks__/{chunk-AZMRUMNU.js → chunk-P7JZ2V3F.js} +2 -2
  484. package/__chunks__/{chunk-UFNCDNRY.js → chunk-PE5T4NQD.js} +2 -2
  485. package/__chunks__/chunk-PRTUJNMU.js +2 -0
  486. package/__chunks__/{chunk-IYTI4QKG.js → chunk-PSXJQSQW.js} +2 -2
  487. package/__chunks__/{chunk-ZXVNULI4.js → chunk-PXAQXPOP.js} +2 -2
  488. package/__chunks__/{chunk-2KY4QWSC.js → chunk-PXY6DLDS.js} +2 -2
  489. package/__chunks__/chunk-PZAWH4JF.js +2 -0
  490. package/__chunks__/{chunk-3YXC5JZZ.js → chunk-PZCZ744L.js} +2 -2
  491. package/__chunks__/{chunk-3MTW6CKP.js → chunk-Q7AS2DI4.js} +2 -2
  492. package/__chunks__/{chunk-AR3OQ7J5.js → chunk-Q7GNNHQN.js} +2 -2
  493. package/__chunks__/{chunk-6JABOYPC.js → chunk-QG4NHYTE.js} +2 -2
  494. package/__chunks__/{chunk-CWYU3776.js → chunk-QMJMAAJR.js} +2 -2
  495. package/__chunks__/{chunk-ZOOB6JMS.js → chunk-QSFCFBTY.js} +2 -2
  496. package/__chunks__/{chunk-SHWKM62K.js → chunk-QXMHZUA3.js} +2 -2
  497. package/__chunks__/{chunk-CIK3OP3W.js → chunk-QYC7YEV6.js} +2 -2
  498. package/__chunks__/{chunk-IFUFEVQK.js → chunk-QYE64N7C.js} +2 -2
  499. package/__chunks__/{chunk-72V5YBWF.js → chunk-QYHVONTE.js} +2 -2
  500. package/__chunks__/{chunk-65WWIF7D.js → chunk-RAM7BRTM.js} +2 -2
  501. package/__chunks__/{chunk-G3ZOQGZX.js → chunk-RAOOB77T.js} +2 -2
  502. package/__chunks__/chunk-RCQP4KA4.js +2 -0
  503. package/__chunks__/{chunk-3AXXYUOP.js → chunk-RH42MKGL.js} +2 -2
  504. package/__chunks__/{chunk-BZQLEROR.js → chunk-RHKZMT5Q.js} +2 -2
  505. package/__chunks__/{chunk-PD32FUSS.js → chunk-RHNWMDQA.js} +2 -2
  506. package/__chunks__/{chunk-MZHG2RI3.js → chunk-RN5J5JCS.js} +2 -2
  507. package/__chunks__/{chunk-ZV73R3EO.js → chunk-ROPM2POW.js} +2 -2
  508. package/__chunks__/{chunk-7LKRSFH6.js → chunk-RRD6KUKX.js} +2 -2
  509. package/__chunks__/{chunk-I2R5RIDT.js → chunk-RUIPRG2Z.js} +2 -2
  510. package/__chunks__/{chunk-RPM6LGWA.js → chunk-RUWTABTA.js} +2 -2
  511. package/__chunks__/{chunk-226GRIU3.js → chunk-RY7CQ27Q.js} +2 -2
  512. package/__chunks__/{chunk-SPOOVKNY.js → chunk-RYIA276T.js} +2 -2
  513. package/__chunks__/{chunk-UGMTUEKR.js → chunk-RZGURUQJ.js} +2 -2
  514. package/__chunks__/chunk-RZIHP55A.js +2 -0
  515. package/__chunks__/{chunk-6F4XCMWV.js → chunk-S4LT7RDG.js} +2 -2
  516. package/__chunks__/{chunk-OEMZAY67.js → chunk-S5IQBF7Z.js} +2 -2
  517. package/__chunks__/chunk-S62Z73KA.js +2 -0
  518. package/__chunks__/{chunk-GE564K2K.js → chunk-SBFJYOBA.js} +2 -2
  519. package/__chunks__/{chunk-CIQXACPM.js → chunk-SCYICY25.js} +2 -2
  520. package/__chunks__/{chunk-FS6XJT4C.js → chunk-SIRPFOC2.js} +2 -2
  521. package/__chunks__/{chunk-GAYRFMCJ.js → chunk-SNKQCASD.js} +2 -2
  522. package/__chunks__/chunk-SOLKX4GS.js +2 -0
  523. package/__chunks__/{chunk-FE7FEMEL.js → chunk-SR4EHA2M.js} +2 -2
  524. package/__chunks__/{chunk-RZWJ6KVC.js → chunk-SXSVN3XM.js} +2 -2
  525. package/__chunks__/{chunk-KIL25NBT.js → chunk-SYGQ4KXJ.js} +2 -2
  526. package/__chunks__/chunk-SYQQ2ZJZ.js +2 -0
  527. package/__chunks__/{chunk-F3JYEJF7.js → chunk-SYRUCQNC.js} +2 -2
  528. package/__chunks__/{chunk-XAGDXYXW.js → chunk-T2RK4PSV.js} +2 -2
  529. package/__chunks__/{chunk-2JBVTT6H.js → chunk-T7N3XKKN.js} +2 -2
  530. package/__chunks__/chunk-TBXFO7X4.js +2 -0
  531. package/__chunks__/{chunk-NAR2K24X.js → chunk-TG3EUVK2.js} +2 -2
  532. package/__chunks__/{chunk-P6W73G5S.js → chunk-TIP4DZIO.js} +1 -1
  533. package/__chunks__/{chunk-ZM7KWXFM.js → chunk-TJG3Q5SV.js} +2 -2
  534. package/__chunks__/{chunk-ENZLOTF5.js → chunk-TL3VVE3L.js} +2 -2
  535. package/__chunks__/{chunk-ABHZRPVD.js → chunk-TLKAAX2W.js} +2 -2
  536. package/__chunks__/{chunk-OYWOUMWN.js → chunk-TSO5AETL.js} +2 -2
  537. package/__chunks__/chunk-TT3TXT62.js +2 -0
  538. package/__chunks__/{chunk-L3MXJ2M2.js → chunk-TT5WNMCD.js} +2 -2
  539. package/__chunks__/{chunk-NXTBT3IO.js → chunk-TTDXQQSI.js} +2 -2
  540. package/__chunks__/{chunk-G7SYG472.js → chunk-TTVLWKH3.js} +2 -2
  541. package/__chunks__/{chunk-TDD4M4EI.js → chunk-TUOF7EUP.js} +2 -2
  542. package/__chunks__/chunk-TVGICYGX.js +2 -0
  543. package/__chunks__/chunk-U6BQJCEY.js +2 -0
  544. package/__chunks__/{chunk-UALIH6UW.js → chunk-UA4TRF5Z.js} +2 -2
  545. package/__chunks__/{chunk-JBMC7FX4.js → chunk-UEKUGJN6.js} +2 -2
  546. package/__chunks__/{chunk-NZOEVENA.js → chunk-UEY6TCUR.js} +2 -2
  547. package/__chunks__/{chunk-KFGCNXAS.js → chunk-UISGO47J.js} +2 -2
  548. package/__chunks__/{chunk-GE7XCKW5.js → chunk-UNNXSOTB.js} +2 -2
  549. package/__chunks__/{chunk-2XRIEURJ.js → chunk-UOH5VTV4.js} +2 -2
  550. package/__chunks__/chunk-UV7SNEOD.js +2 -0
  551. package/__chunks__/chunk-UVD6IP2L.js +2 -0
  552. package/__chunks__/chunk-V3TEWFE6.js +2 -0
  553. package/__chunks__/chunk-V5JQ4K27.js +2 -0
  554. package/__chunks__/{chunk-EA4ZP2SI.js → chunk-V6I3BAYH.js} +2 -2
  555. package/__chunks__/{chunk-GYR6H4IK.js → chunk-V6YKGM5W.js} +2 -2
  556. package/__chunks__/{chunk-STVZIEFH.js → chunk-V7MXZY5Z.js} +2 -2
  557. package/__chunks__/chunk-VAWZV2EL.js +2 -0
  558. package/__chunks__/chunk-VBYPB2CY.js +2 -0
  559. package/__chunks__/{chunk-3UD25ZV3.js → chunk-VDDGQRVP.js} +2 -2
  560. package/__chunks__/{chunk-KBVXFWUL.js → chunk-VGIUMM3T.js} +2 -2
  561. package/__chunks__/{chunk-3K72QKXJ.js → chunk-VH5NH2CF.js} +2 -2
  562. package/__chunks__/{chunk-NTE3LFFU.js → chunk-VILRG2M7.js} +2 -2
  563. package/__chunks__/{chunk-5FVLUCWD.js → chunk-VLIXR53Q.js} +2 -2
  564. package/__chunks__/{chunk-MHZLCTGU.js → chunk-VMITCNT4.js} +2 -2
  565. package/__chunks__/{chunk-6KUGC3JN.js → chunk-VOTDYSB3.js} +2 -2
  566. package/__chunks__/{chunk-KONFL2W6.js → chunk-VTANRYZH.js} +2 -2
  567. package/__chunks__/chunk-VYFR2F6X.js +2 -0
  568. package/__chunks__/{chunk-LWI2L2ZK.js → chunk-W2WUWDGR.js} +2 -2
  569. package/__chunks__/{chunk-CQLYAJIL.js → chunk-W2YO5QJT.js} +2 -2
  570. package/__chunks__/{chunk-RVSNSIGR.js → chunk-W3SJMUQN.js} +2 -2
  571. package/__chunks__/{chunk-LGKH75Q3.js → chunk-W5N5HOWQ.js} +2 -2
  572. package/__chunks__/{chunk-7FHGGB2O.js → chunk-W7VW4WIH.js} +2 -2
  573. package/__chunks__/{chunk-2P25JN34.js → chunk-WIFXGSJB.js} +2 -2
  574. package/__chunks__/{chunk-AZWWHYRV.js → chunk-WLCAEKTC.js} +2 -2
  575. package/__chunks__/{chunk-5IYFGFIY.js → chunk-WLMU3NLM.js} +2 -2
  576. package/__chunks__/{chunk-CSSFZPNZ.js → chunk-WLPODFT3.js} +2 -2
  577. package/__chunks__/{chunk-AYESQJ5A.js → chunk-X2QI6H5S.js} +2 -2
  578. package/__chunks__/{chunk-DLSA4Y5E.js → chunk-XBFDMYTL.js} +2 -2
  579. package/__chunks__/{chunk-WGY6OXMJ.js → chunk-XD6IE4VN.js} +2 -2
  580. package/__chunks__/{chunk-TZFTWIII.js → chunk-XDQSMAIT.js} +2 -2
  581. package/__chunks__/chunk-XLYEJCM4.js +2 -0
  582. package/__chunks__/{chunk-Q6GLZCBY.js → chunk-XMRHG65R.js} +2 -2
  583. package/__chunks__/chunk-XSZE7DDT.js +2 -0
  584. package/__chunks__/{chunk-MXWTBFES.js → chunk-Y3DVSW3J.js} +2 -2
  585. package/__chunks__/{chunk-62Q7IIQQ.js → chunk-Y7Q7GOKF.js} +2 -2
  586. package/__chunks__/{chunk-HKX7J55L.js → chunk-YAAH2DP7.js} +2 -2
  587. package/__chunks__/chunk-YFTCDGF5.js +2 -0
  588. package/__chunks__/{chunk-BJGCBR4B.js → chunk-YGSDDNGG.js} +2 -2
  589. package/__chunks__/{chunk-DC6SGPAM.js → chunk-YIP2QOMP.js} +2 -2
  590. package/__chunks__/{chunk-HXBGVHIC.js → chunk-YIWXX2UT.js} +2 -2
  591. package/__chunks__/{chunk-GAZQLL7K.js → chunk-YKFLJ6UA.js} +2 -2
  592. package/__chunks__/{chunk-DJGL5PNP.js → chunk-YNL5DMER.js} +2 -2
  593. package/__chunks__/{chunk-3X7STVWS.js → chunk-YP633REM.js} +2 -2
  594. package/__chunks__/{chunk-DKWBX5AH.js → chunk-YWS35R44.js} +2 -2
  595. package/__chunks__/chunk-YWYKCNJE.js +2 -0
  596. package/__chunks__/{chunk-I2IXRA46.js → chunk-YYLPDQ2D.js} +2 -2
  597. package/__chunks__/{chunk-VFVJY5YN.js → chunk-ZA2VDOW6.js} +2 -2
  598. package/__chunks__/{chunk-SGPGBRHF.js → chunk-ZDIZBRUN.js} +2 -2
  599. package/__chunks__/{chunk-CVDMNL7U.js → chunk-ZEE2HWPY.js} +2 -2
  600. package/__chunks__/{chunk-YKBHREFY.js → chunk-ZIJYH4DY.js} +2 -2
  601. package/__chunks__/{chunk-3PIW7IXZ.js → chunk-ZM23OWNF.js} +2 -2
  602. package/__chunks__/{chunk-YKAO443T.js → chunk-ZRB2R2K3.js} +2 -2
  603. package/__chunks__/{chunk-BOO55BUP.js → chunk-ZYK3SYJD.js} +2 -2
  604. package/__chunks__/{chunk-UASO4ZWS.js → chunk-ZYVOMA2Z.js} +2 -2
  605. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  606. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  607. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  608. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  609. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  610. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  611. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  612. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +2 -2
  613. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +2 -2
  614. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  615. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  616. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  617. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +3 -3
  618. package/__commonjs/UI/index.js +1 -1
  619. package/__commonjs/__mocks__/index.js +2 -2
  620. package/__commonjs/__mocks__/utils/index.js +3 -3
  621. package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
  622. package/__commonjs/hooks/index.js +1 -1
  623. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  624. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  625. package/__commonjs/hooks/transactions/index.js +1 -1
  626. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  627. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  628. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  629. package/__commonjs/types/network.types.d.ts +1 -1
  630. package/__commonjs/utils/index.js +1 -1
  631. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  632. package/__commonjs/utils/transactions/index.js +1 -1
  633. package/__commonjs/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
  634. package/__commonjs/wrappers/AppInitializer.d.ts +2 -2
  635. package/__commonjs/wrappers/AppInitializer.js +1 -1
  636. package/__commonjs/wrappers/DappProvider/DappProvider.d.ts +3 -3
  637. package/__commonjs/wrappers/DappProvider/DappProvider.js +3 -3
  638. package/__commonjs/wrappers/DappProvider/index.js +3 -3
  639. package/__commonjs/wrappers/index.js +3 -3
  640. package/__mocks__/accountConfig.js +1 -1
  641. package/__mocks__/index.js +1 -1
  642. package/__mocks__/server.js +1 -1
  643. package/__mocks__/utils/index.js +1 -1
  644. package/__mocks__/utils/renderWithProvider.js +1 -1
  645. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  646. package/apiCalls/accounts/index.js +1 -1
  647. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  648. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  649. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  650. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  651. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  652. package/apiCalls/configuration/index.js +1 -1
  653. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  654. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  655. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  656. package/apiCalls/economics/index.js +1 -1
  657. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  658. package/apiCalls/index.js +1 -1
  659. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  660. package/apiCalls/transactions/index.js +1 -1
  661. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  662. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  663. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  664. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  665. package/apiCalls/utils/getScamAddressData.js +1 -1
  666. package/apiCalls/utils/index.js +1 -1
  667. package/apiCalls/utils/useApiFetch.js +1 -1
  668. package/components/LogoutListener/LogoutListener.js +1 -1
  669. package/components/LogoutListener/helpers/index.js +1 -1
  670. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  671. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  672. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  673. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  674. package/components/LogoutListener/index.js +1 -1
  675. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  676. package/components/ProviderInitializer/helpers/index.js +1 -1
  677. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  678. package/components/ProviderInitializer/hooks/index.js +1 -1
  679. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  680. package/components/ProviderInitializer/index.js +1 -1
  681. package/components/TransactionSender/TransactionSender.js +1 -1
  682. package/components/TransactionSender/index.js +1 -1
  683. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  684. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  685. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  686. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  687. package/components/TransactionsTracker/index.js +1 -1
  688. package/constants/index.js +1 -1
  689. package/constants/network.js +1 -1
  690. package/hooks/account/index.js +1 -1
  691. package/hooks/account/useGetAccount.js +1 -1
  692. package/hooks/account/useGetAccountInfo.js +1 -1
  693. package/hooks/account/useGetAccountProvider.js +1 -1
  694. package/hooks/account/useGetIsLoggedIn.js +1 -1
  695. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  696. package/hooks/account/useGetLoginInfo.js +1 -1
  697. package/hooks/account/useGetWebsocketEvent.js +1 -1
  698. package/hooks/economics/index.js +1 -1
  699. package/hooks/economics/useGetEgldPrice.js +1 -1
  700. package/hooks/index.js +1 -1
  701. package/hooks/login/index.js +1 -1
  702. package/hooks/login/useCrossWindowLogin.js +1 -1
  703. package/hooks/login/useExtensionLogin.js +1 -1
  704. package/hooks/login/useGetModalLoginMethods.js +1 -1
  705. package/hooks/login/useLedgerLogin.js +1 -1
  706. package/hooks/login/useLoginService.js +1 -1
  707. package/hooks/login/useMetamaskLogin.js +1 -1
  708. package/hooks/login/useOperaLogin.js +1 -1
  709. package/hooks/login/useWalletConnectV2Login.js +1 -1
  710. package/hooks/login/useWebViewLogin.js +1 -1
  711. package/hooks/login/useWebWalletLogin.js +1 -1
  712. package/hooks/login/useXaliasLogin.js +1 -1
  713. package/hooks/signMessage/index.js +1 -1
  714. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  715. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  716. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  717. package/hooks/signMessage/useSignMessage.js +1 -1
  718. package/hooks/toasts/index.js +1 -1
  719. package/hooks/toasts/useGetToasts.js +1 -1
  720. package/hooks/toasts/useTransactionsToasts.js +1 -1
  721. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  722. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  723. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  724. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  725. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  726. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  727. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  728. package/hooks/transactions/batch/useGetBatches.js +1 -1
  729. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  730. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  731. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  732. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  733. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  734. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  735. package/hooks/transactions/helpers/index.js +1 -1
  736. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  737. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  738. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  739. package/hooks/transactions/index.js +1 -1
  740. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  741. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  742. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  743. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  744. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  745. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  746. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  747. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  748. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  749. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  750. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  751. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  752. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  753. package/hooks/transactions/useGetTokenDetails.js +1 -1
  754. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  755. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  756. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  757. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  758. package/hooks/transactions/useSignTransactions.js +1 -1
  759. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  760. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  761. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  762. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  763. package/hooks/transactions/useTransactionsTracker.js +1 -1
  764. package/hooks/useGetNetworkConfig.js +1 -1
  765. package/hooks/useGetNotification.js +1 -1
  766. package/hooks/websocketListener/index.js +1 -1
  767. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  768. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  769. package/models/index.js +1 -1
  770. package/models/newTransaction.js +1 -1
  771. package/package.json +1 -1
  772. package/providers/accountProvider.js +1 -1
  773. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  774. package/providers/experimentalWebViewProvider/index.js +1 -1
  775. package/providers/index.js +1 -1
  776. package/providers/utils.js +1 -1
  777. package/providers/webviewProvider/index.js +1 -1
  778. package/providers/webviewProvider/requestMethods.js +1 -1
  779. package/providers/webviewProvider/webviewProvider.js +1 -1
  780. package/reduxStore/DappProviderContext.js +1 -1
  781. package/reduxStore/commonActions.js +1 -1
  782. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  783. package/reduxStore/persistConfig.js +1 -1
  784. package/reduxStore/persistedRootReducer.js +1 -1
  785. package/reduxStore/reducers.js +1 -1
  786. package/reduxStore/rootReducer.js +1 -1
  787. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  788. package/reduxStore/selectors/index.js +1 -1
  789. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  790. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  791. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  792. package/reduxStore/slices/accountInfoSlice.js +1 -1
  793. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  794. package/reduxStore/slices/dappConfigSlice.js +1 -1
  795. package/reduxStore/slices/index.js +1 -1
  796. package/reduxStore/slices/loginInfoSlice.js +1 -1
  797. package/reduxStore/slices/modalsSlice.js +1 -1
  798. package/reduxStore/slices/networkConfigSlice.js +1 -1
  799. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  800. package/reduxStore/slices/toastsSlice.js +1 -1
  801. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  802. package/reduxStore/slices/transactionsSlice.js +1 -1
  803. package/reduxStore/store.js +1 -1
  804. package/services/index.js +1 -1
  805. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  806. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  807. package/services/nativeAuth/helpers/index.js +1 -1
  808. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  809. package/services/transactions/clearTransactions.js +1 -1
  810. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  811. package/services/transactions/getTransactionsDetails.js +1 -1
  812. package/services/transactions/index.js +1 -1
  813. package/services/transactions/isCrossShardTransaction.js +1 -1
  814. package/services/transactions/sendBatchTransactions.js +1 -1
  815. package/services/transactions/sendBatchTransactions.test.js +1 -1
  816. package/services/transactions/sendTransactions.js +1 -1
  817. package/services/transactions/signTransactions.js +1 -1
  818. package/services/transactions/transformAndSignTransactions.js +1 -1
  819. package/services/transactions/updateSignedTransactions.js +1 -1
  820. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  821. package/services/transactions/utils.js +1 -1
  822. package/types/index.js +1 -1
  823. package/types/network.types.d.ts +1 -1
  824. package/types/network.types.js +1 -1
  825. package/utils/account/getAccount.js +1 -1
  826. package/utils/account/getAccountBalance.js +1 -1
  827. package/utils/account/getAccountProviderType.js +1 -1
  828. package/utils/account/getAccountShard.js +1 -1
  829. package/utils/account/getAddress.js +1 -1
  830. package/utils/account/getIsProviderEqualTo.js +1 -1
  831. package/utils/account/getLatestNonce.js +1 -1
  832. package/utils/account/getShardOfAddress.js +1 -1
  833. package/utils/account/index.js +1 -1
  834. package/utils/account/loginWithExternalProvider.js +1 -1
  835. package/utils/account/refreshAccount.js +1 -1
  836. package/utils/account/setNonce.js +1 -1
  837. package/utils/account/signMessage.js +1 -1
  838. package/utils/getIsLoggedIn.js +1 -1
  839. package/utils/index.js +1 -1
  840. package/utils/logout.js +1 -1
  841. package/utils/network/getChainID.js +1 -1
  842. package/utils/network/getEgldLabel.js +1 -1
  843. package/utils/network/getNetworkConfig.js +1 -1
  844. package/utils/network/index.js +1 -1
  845. package/utils/operations/calculateFeeInFiat.js +1 -1
  846. package/utils/operations/calculateFeeLimit.js +1 -1
  847. package/utils/operations/denominate.js +1 -1
  848. package/utils/operations/formatAmount.js +1 -1
  849. package/utils/operations/index.js +1 -1
  850. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  851. package/utils/operations/ledger/index.js +1 -1
  852. package/utils/operations/nominate.js +1 -1
  853. package/utils/operations/parseAmount.js +1 -1
  854. package/utils/smartContracts.js +1 -1
  855. package/utils/toasts/customToastsActions.js +1 -1
  856. package/utils/toasts/index.js +1 -1
  857. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  858. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  859. package/utils/transactions/builtCallbackUrl.js +1 -1
  860. package/utils/transactions/getAllTransactionsLink.js +1 -1
  861. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  862. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  863. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  864. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  865. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  866. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  867. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  868. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  869. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  870. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  871. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  872. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  873. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  874. package/utils/transactions/getOperationsDetails.js +1 -1
  875. package/utils/transactions/getTransactionLink.js +1 -1
  876. package/utils/transactions/index.js +1 -1
  877. package/utils/transactions/isGuardianTx.js +1 -1
  878. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  879. package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
  880. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  881. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  882. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  883. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  884. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  885. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  886. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  887. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  888. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  889. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  890. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  891. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  892. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  893. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  894. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  895. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  896. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  897. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  898. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  899. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  900. package/utils/validation/index.js +1 -1
  901. package/utils/validation/maxDecimals.js +1 -1
  902. package/utils/validation/stringIsFloat.js +1 -1
  903. package/utils/waitForChainID.js +1 -1
  904. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  905. package/web/hooks/index.js +1 -1
  906. package/web/hooks/useIdleTimer.js +1 -1
  907. package/web/index.js +1 -1
  908. package/wrappers/AppInitializer.d.ts +2 -2
  909. package/wrappers/AppInitializer.js +1 -1
  910. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  911. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  912. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  913. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  914. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  915. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  916. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  917. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  918. package/wrappers/DappProvider/CustomComponents.js +1 -1
  919. package/wrappers/DappProvider/DappProvider.d.ts +3 -3
  920. package/wrappers/DappProvider/DappProvider.js +1 -1
  921. package/wrappers/DappProvider/index.js +1 -1
  922. package/wrappers/index.js +1 -1
  923. package/__chunks__/chunk-26BFOSYR.js +0 -2
  924. package/__chunks__/chunk-27BI35VQ.js +0 -2
  925. package/__chunks__/chunk-2MEHZ3E7.js +0 -2
  926. package/__chunks__/chunk-44TKILLH.js +0 -2
  927. package/__chunks__/chunk-4IXXF2OS.js +0 -2
  928. package/__chunks__/chunk-4L4YMUXN.js +0 -2
  929. package/__chunks__/chunk-4UCPZKWV.js +0 -2
  930. package/__chunks__/chunk-55S34MLG.js +0 -2
  931. package/__chunks__/chunk-5DFAFR4Y.js +0 -2
  932. package/__chunks__/chunk-6WR3P3SZ.js +0 -2
  933. package/__chunks__/chunk-7AP2JWN4.js +0 -2
  934. package/__chunks__/chunk-A543D7LE.js +0 -2
  935. package/__chunks__/chunk-ADV34QOX.js +0 -2
  936. package/__chunks__/chunk-AG5QSXN7.js +0 -2
  937. package/__chunks__/chunk-AJVEWURR.js +0 -2
  938. package/__chunks__/chunk-ARUFLCIF.js +0 -2
  939. package/__chunks__/chunk-AVVEB4ZO.js +0 -2
  940. package/__chunks__/chunk-B4AWZODK.js +0 -2
  941. package/__chunks__/chunk-BGI2MJL6.js +0 -2
  942. package/__chunks__/chunk-BV4WUHVL.js +0 -2
  943. package/__chunks__/chunk-BZWABG5P.js +0 -2
  944. package/__chunks__/chunk-C2CPND3O.js +0 -2
  945. package/__chunks__/chunk-CBVPW6XF.js +0 -2
  946. package/__chunks__/chunk-CUJVEF7E.js +0 -2
  947. package/__chunks__/chunk-DBOSYIA6.js +0 -2
  948. package/__chunks__/chunk-DC533G6D.js +0 -2
  949. package/__chunks__/chunk-DC5I2W2A.js +0 -2
  950. package/__chunks__/chunk-ELLPXOTR.js +0 -2
  951. package/__chunks__/chunk-EOT7EIAH.js +0 -2
  952. package/__chunks__/chunk-EVDR3237.js +0 -2
  953. package/__chunks__/chunk-FCYX6V2K.js +0 -2
  954. package/__chunks__/chunk-GIXZPP2X.js +0 -2
  955. package/__chunks__/chunk-GNXN7TIU.js +0 -2
  956. package/__chunks__/chunk-H3XPQ474.js +0 -2
  957. package/__chunks__/chunk-HPBWF4DU.js +0 -2
  958. package/__chunks__/chunk-HT4E4WDW.js +0 -2
  959. package/__chunks__/chunk-IN6IW6EE.js +0 -2
  960. package/__chunks__/chunk-IPW2LEMR.js +0 -2
  961. package/__chunks__/chunk-JBIF67QA.js +0 -2
  962. package/__chunks__/chunk-K44442IF.js +0 -2
  963. package/__chunks__/chunk-KCXZWFFH.js +0 -2
  964. package/__chunks__/chunk-L2Y22B4V.js +0 -2
  965. package/__chunks__/chunk-MEUMBNFZ.js +0 -2
  966. package/__chunks__/chunk-MTUQFPUY.js +0 -2
  967. package/__chunks__/chunk-NWHCEOEY.js +0 -2
  968. package/__chunks__/chunk-NZVZDQME.js +0 -2
  969. package/__chunks__/chunk-O55WMRTG.js +0 -2
  970. package/__chunks__/chunk-O5XMV5V3.js +0 -2
  971. package/__chunks__/chunk-OB5QVPHT.js +0 -2
  972. package/__chunks__/chunk-ODQFRDDN.js +0 -2
  973. package/__chunks__/chunk-OJEND2JN.js +0 -2
  974. package/__chunks__/chunk-P2B7Q2NM.js +0 -2
  975. package/__chunks__/chunk-PFSNJY72.js +0 -2
  976. package/__chunks__/chunk-PLVWMRQ2.js +0 -2
  977. package/__chunks__/chunk-QDDCV2AF.js +0 -2
  978. package/__chunks__/chunk-QMQN46OR.js +0 -2
  979. package/__chunks__/chunk-QP2B5YYT.js +0 -2
  980. package/__chunks__/chunk-QXUIGOWP.js +0 -2
  981. package/__chunks__/chunk-SSSXBE2F.js +0 -2
  982. package/__chunks__/chunk-STLEVKSL.js +0 -2
  983. package/__chunks__/chunk-T7FA7AAZ.js +0 -2
  984. package/__chunks__/chunk-TK5ODW3Z.js +0 -2
  985. package/__chunks__/chunk-TPWNQ73D.js +0 -2
  986. package/__chunks__/chunk-TR5S3XEF.js +0 -2
  987. package/__chunks__/chunk-V3A2Z4NA.js +0 -2
  988. package/__chunks__/chunk-V5SCS5YF.js +0 -2
  989. package/__chunks__/chunk-VIY2BIZ6.js +0 -2
  990. package/__chunks__/chunk-VQX2KQ62.js +0 -2
  991. package/__chunks__/chunk-X63JL7LV.js +0 -2
  992. package/__chunks__/chunk-YZ24RXA2.js +0 -2
  993. package/__chunks__/chunk-ZM6K3JPJ.js +0 -2
@@ -1,2 +1,2 @@
1
- import{s as l}from"./chunk-UUALUSWP.js";import{b as n}from"./chunk-FWO3MI5K.js";import{a as o,d as a}from"./chunk-4NZOWIB6.js";import{m as i}from"./chunk-HBP5N4FR.js";i();l();a();var p=({maxRetries:s})=>new Promise((m,c)=>{let e=0,t=()=>{let r=n(o.getState());if(r){m(r);return}if(e<s){e++,setTimeout(t,1e3);return}c(null)};t()});export{p as a};
2
- //# sourceMappingURL=chunk-REFUPMY7.js.map
1
+ import{s as l}from"./chunk-4D3OXYZC.js";import{b as n}from"./chunk-FWO3MI5K.js";import{a as o,d as a}from"./chunk-JQRTD77Q.js";import{m as i}from"./chunk-HBP5N4FR.js";i();l();a();var p=({maxRetries:s})=>new Promise((m,c)=>{let e=0,t=()=>{let r=n(o.getState());if(r){m(r);return}if(e<s){e++,setTimeout(t,1e3);return}c(null)};t()});export{p as a};
2
+ //# sourceMappingURL=chunk-LIQIEJ4G.js.map
@@ -1,2 +1,2 @@
1
- import{c as N,d as I}from"./chunk-HMVC2OFR.js";import{a as d}from"./chunk-VPGECZPA.js";import{a as f}from"./chunk-MPN2C7AT.js";import{u as s,w as L}from"./chunk-BFPIYGP6.js";import{i as b,m as p}from"./chunk-HBP5N4FR.js";p();L();import n,{useEffect as c,useRef as u,useState as h}from"react";import z from"classnames";var C=({text:r,className:T="dapp-trim","data-testid":w="trim-text-component",color:g,styles:e})=>{let[t,S]=h(0),[a,W]=h(!1),o=u(document==null?void 0:document.createElement("span")),i=u(document==null?void 0:document.createElement("span")),l=d(t,300),v=()=>{if(o.current&&i.current){let E=i.current.offsetWidth-o.current.offsetWidth;W(E>1)}},m=()=>{S(t+1)};return c(()=>(window==null||window.addEventListener("resize",m),()=>{window==null||window.removeEventListener("resize",m)})),c(()=>{v()},[l]),n.createElement("span",{ref:o,className:z(e==null?void 0:e.trim,g,T,{overflow:a}),"data-testid":w},n.createElement("span",{ref:i,className:e==null?void 0:e.hiddenTextRef},r),a?n.createElement(n.Fragment,null,n.createElement("span",{className:e==null?void 0:e.left},n.createElement("span",null,String(r).substring(0,Math.floor(r.length/2)))),n.createElement("span",{className:e==null?void 0:e.ellipsis},s),n.createElement("span",{className:e==null?void 0:e.right},n.createElement("span",null,String(r).substring(Math.ceil(r.length/2))))):n.createElement("span",null,r))},G=f(C,{ssrStyles:()=>import("../UI/Trim/trim.styles.js"),clientStyles:()=>(I(),b(N)).default});export{G as a};
2
- //# sourceMappingURL=chunk-MPIMSPN7.js.map
1
+ import{c as N,d as I}from"./chunk-HMVC2OFR.js";import{a as d}from"./chunk-VPGECZPA.js";import{a as f}from"./chunk-MPN2C7AT.js";import{u as s,w as L}from"./chunk-HZMCL7IW.js";import{i as b,m as p}from"./chunk-HBP5N4FR.js";p();L();import n,{useEffect as c,useRef as u,useState as h}from"react";import z from"classnames";var C=({text:r,className:T="dapp-trim","data-testid":w="trim-text-component",color:g,styles:e})=>{let[t,S]=h(0),[a,W]=h(!1),o=u(document==null?void 0:document.createElement("span")),i=u(document==null?void 0:document.createElement("span")),l=d(t,300),v=()=>{if(o.current&&i.current){let E=i.current.offsetWidth-o.current.offsetWidth;W(E>1)}},m=()=>{S(t+1)};return c(()=>(window==null||window.addEventListener("resize",m),()=>{window==null||window.removeEventListener("resize",m)})),c(()=>{v()},[l]),n.createElement("span",{ref:o,className:z(e==null?void 0:e.trim,g,T,{overflow:a}),"data-testid":w},n.createElement("span",{ref:i,className:e==null?void 0:e.hiddenTextRef},r),a?n.createElement(n.Fragment,null,n.createElement("span",{className:e==null?void 0:e.left},n.createElement("span",null,String(r).substring(0,Math.floor(r.length/2)))),n.createElement("span",{className:e==null?void 0:e.ellipsis},s),n.createElement("span",{className:e==null?void 0:e.right},n.createElement("span",null,String(r).substring(Math.ceil(r.length/2))))):n.createElement("span",null,r))},G=f(C,{ssrStyles:()=>import("../UI/Trim/trim.styles.js"),clientStyles:()=>(I(),b(N)).default});export{G as a};
2
+ //# sourceMappingURL=chunk-LNF5YD5R.js.map
@@ -1,2 +1,2 @@
1
- import{a as e}from"./chunk-7FHGGB2O.js";import{a as p}from"./chunk-MPN2C7AT.js";import{c as r,d as f}from"./chunk-VSPND6ZN.js";import{m as n}from"./chunk-HBP5N4FR.js";n();import i from"react";import s from"classnames";f();var v=o=>{let{globalStyles:t}=o,{isExpanded:m,displayedOperations:a,showToggleButton:d,toggleButtonText:c,onToggleButtonClick:u}=r(o);return i.createElement("div",{className:t==null?void 0:t.mbN2},i.createElement("div",{className:s(t==null?void 0:t.dFlex,t==null?void 0:t.flexColumn)},a.map((O,T)=>i.createElement("div",{key:`display-${T}`},i.createElement(e,{operation:O,transaction:o.transaction})))),d&&i.createElement("button",{className:s(t==null?void 0:t.btn,t==null?void 0:t.btnLink),type:"button",onClick:u,"aria-controls":"operations-list","aria-expanded":m},c))},W=p(v,{});export{W as a};
2
- //# sourceMappingURL=chunk-6UQZ3OKM.js.map
1
+ import{a as e}from"./chunk-W7VW4WIH.js";import{a as p}from"./chunk-MPN2C7AT.js";import{c as r,d as f}from"./chunk-VSPND6ZN.js";import{m as n}from"./chunk-HBP5N4FR.js";n();import i from"react";import s from"classnames";f();var v=o=>{let{globalStyles:t}=o,{isExpanded:m,displayedOperations:a,showToggleButton:d,toggleButtonText:c,onToggleButtonClick:u}=r(o);return i.createElement("div",{className:t==null?void 0:t.mbN2},i.createElement("div",{className:s(t==null?void 0:t.dFlex,t==null?void 0:t.flexColumn)},a.map((O,T)=>i.createElement("div",{key:`display-${T}`},i.createElement(e,{operation:O,transaction:o.transaction})))),d&&i.createElement("button",{className:s(t==null?void 0:t.btn,t==null?void 0:t.btnLink),type:"button",onClick:u,"aria-controls":"operations-list","aria-expanded":m},c))},W=p(v,{});export{W as a};
2
+ //# sourceMappingURL=chunk-LNV6RM3B.js.map
@@ -1,2 +1,2 @@
1
- import{b as w}from"./chunk-ZM7KWXFM.js";import{c as G,d as O}from"./chunk-H3MEAYXJ.js";import{a as T}from"./chunk-3YXC5JZZ.js";import{a as M}from"./chunk-GE3PB2Z7.js";import{a}from"./chunk-TGQPRC3E.js";import{a as u}from"./chunk-GNXN7TIU.js";import{a as h}from"./chunk-MPN2C7AT.js";import{a as W}from"./chunk-STLEVKSL.js";import{b as f}from"./chunk-C4HUHWC4.js";import{q as d,w as z}from"./chunk-BFPIYGP6.js";import{p as q}from"./chunk-BX7EABCB.js";import{i as _,j as e,m as C}from"./chunk-HBP5N4FR.js";C();z();import i from"react";import{faTimes as V}from"@fortawesome/free-solid-svg-icons";import A from"classnames";q();var $=({error:t,handleClose:m,transactions:r,sessionId:N,className:v="dapp-wallet-connect-modal",modalContentClassName:P,globalStyles:n,styles:o})=>{let x=u(),c={wrapper:A(o==null?void 0:o.modalContainer,o==null?void 0:o.walletConnect,v),icon:n==null?void 0:n.textWhite,closeBtn:A(n==null?void 0:n.btn,n==null?void 0:n.btnCloseLink,n==null?void 0:n.btnDark,n==null?void 0:n.textWhite,n==null?void 0:n.mt2)},{provider:B}=W(),D=f(B),k=r&&(r==null?void 0:r.length)>1,E=D==="walletconnectv2",p=`Check your phone to sign the transaction${k?"s":""}`,{cancelWalletConnectAction:I}=a(d),L=()=>e(void 0,null,function*(){x(N),yield I(),m()}),s=()=>i.createElement(i.Fragment,null,E?i.createElement(w,{description:p}):p);return i.createElement(T,{onClose:m,modalConfig:{modalDialogClassName:c.wrapper},visible:!0},i.createElement(M,{icon:t?V:null,iconClass:c.icon,className:P,iconBgClass:t?n==null?void 0:n.bgDanger:n==null?void 0:n.bgWarning,iconSize:"3x",title:"Confirm on the xPortal App",description:t||i.createElement(s,null),action:i.createElement("button",{id:"closeButton","data-testid":"closeButton",onClick:L,className:c.closeBtn},"Cancel")}))},rn=h($,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js"),clientStyles:()=>(O(),_(G)).default});export{rn as a};
2
- //# sourceMappingURL=chunk-UIIZ6NP2.js.map
1
+ import{b as w}from"./chunk-TJG3Q5SV.js";import{c as G,d as O}from"./chunk-H3MEAYXJ.js";import{a as T}from"./chunk-PZCZ744L.js";import{a as M}from"./chunk-GE3PB2Z7.js";import{a}from"./chunk-KLF63E36.js";import{a as u}from"./chunk-3PMTHLWL.js";import{a as h}from"./chunk-MPN2C7AT.js";import{a as W}from"./chunk-BRJTIKNG.js";import{b as f}from"./chunk-F54V5VM5.js";import{q as d,w as z}from"./chunk-HZMCL7IW.js";import{p as q}from"./chunk-BX7EABCB.js";import{i as _,j as e,m as C}from"./chunk-HBP5N4FR.js";C();z();import i from"react";import{faTimes as V}from"@fortawesome/free-solid-svg-icons";import A from"classnames";q();var $=({error:t,handleClose:m,transactions:r,sessionId:N,className:v="dapp-wallet-connect-modal",modalContentClassName:P,globalStyles:n,styles:o})=>{let x=u(),c={wrapper:A(o==null?void 0:o.modalContainer,o==null?void 0:o.walletConnect,v),icon:n==null?void 0:n.textWhite,closeBtn:A(n==null?void 0:n.btn,n==null?void 0:n.btnCloseLink,n==null?void 0:n.btnDark,n==null?void 0:n.textWhite,n==null?void 0:n.mt2)},{provider:B}=W(),D=f(B),k=r&&(r==null?void 0:r.length)>1,E=D==="walletconnectv2",p=`Check your phone to sign the transaction${k?"s":""}`,{cancelWalletConnectAction:I}=a(d),L=()=>e(void 0,null,function*(){x(N),yield I(),m()}),s=()=>i.createElement(i.Fragment,null,E?i.createElement(w,{description:p}):p);return i.createElement(T,{onClose:m,modalConfig:{modalDialogClassName:c.wrapper},visible:!0},i.createElement(M,{icon:t?V:null,iconClass:c.icon,className:P,iconBgClass:t?n==null?void 0:n.bgDanger:n==null?void 0:n.bgWarning,iconSize:"3x",title:"Confirm on the xPortal App",description:t||i.createElement(s,null),action:i.createElement("button",{id:"closeButton","data-testid":"closeButton",onClick:L,className:c.closeBtn},"Cancel")}))},rn=h($,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js"),clientStyles:()=>(O(),_(G)).default});export{rn as a};
2
+ //# sourceMappingURL=chunk-LNVZWQN5.js.map
@@ -1,2 +1,2 @@
1
- import{c as v,d as E}from"./chunk-UEPRICSL.js";import{a as L}from"./chunk-CEWNNDPH.js";import{b as r}from"./chunk-SXFXLJ6B.js";import{a as u}from"./chunk-IN6IW6EE.js";import{a as S}from"./chunk-N7PPBB54.js";import{a as F}from"./chunk-MPN2C7AT.js";import{a as h}from"./chunk-VIY2BIZ6.js";import{a as g}from"./chunk-72V5YBWF.js";import{a as f}from"./chunk-XSHCNXON.js";import{a as d}from"./chunk-BPXAQ3N6.js";import{a as c,b as p,w as T}from"./chunk-BFPIYGP6.js";import{i as I,m as t}from"./chunk-HBP5N4FR.js";t();T();import i from"react";h();var N=({transaction:e,styles:a})=>{let{price:o}=S(),D=u(),n=d({gasPerDataByte:String(p),gasPriceModifier:String(c),gasLimit:e.getGasLimit().valueOf().toString(),gasPrice:e.getGasPrice().valueOf().toString(),data:e.getData().toString(),chainId:e.getChainID().valueOf()}),P=f({input:n,showLastNonZeroDecimal:!0}),m=o?g({feeLimit:n,egldPriceInUsd:o,hideEqualSign:!0}):null;return i.createElement("div",{className:a==null?void 0:a.confirmFee},i.createElement("div",{className:a==null?void 0:a.confirmFeeLabel},"Transaction Fee"),i.createElement("div",{className:a==null?void 0:a.confirmFeeData},i.createElement(r,{className:a==null?void 0:a.confirmFeeDataBalance,"data-testid":"confirmFee",egldIcon:!0,showTokenLabel:!0,showTokenLabelSup:!0,tokenLabel:D,amount:P}),m?i.createElement("span",{className:a==null?void 0:a.confirmFeeDataPriceWrapper},"(",i.createElement(r,{amount:m,displayAsUsd:!0,addEqualSign:!0,className:a==null?void 0:a.confirmFeeDataPrice}),")"):i.createElement("span",{className:a==null?void 0:a.confirmFeeDataPriceWrapper},i.createElement(L,null))))},M=F(N,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/confirmFeeStyles.js"),clientStyles:()=>(E(),I(v)).default});export{M as a};
2
- //# sourceMappingURL=chunk-5GMNPCKD.js.map
1
+ import{c as v,d as E}from"./chunk-UEPRICSL.js";import{a as L}from"./chunk-CEWNNDPH.js";import{b as r}from"./chunk-SXFXLJ6B.js";import{a as u}from"./chunk-D5G24YY6.js";import{a as S}from"./chunk-AXM7JBJB.js";import{a as F}from"./chunk-MPN2C7AT.js";import{a as h}from"./chunk-SYQQ2ZJZ.js";import{a as g}from"./chunk-QYHVONTE.js";import{a as f}from"./chunk-KQNLURSR.js";import{a as d}from"./chunk-NZDF4OJ4.js";import{a as c,b as p,w as T}from"./chunk-HZMCL7IW.js";import{i as I,m as t}from"./chunk-HBP5N4FR.js";t();T();import i from"react";h();var N=({transaction:e,styles:a})=>{let{price:o}=S(),D=u(),n=d({gasPerDataByte:String(p),gasPriceModifier:String(c),gasLimit:e.getGasLimit().valueOf().toString(),gasPrice:e.getGasPrice().valueOf().toString(),data:e.getData().toString(),chainId:e.getChainID().valueOf()}),P=f({input:n,showLastNonZeroDecimal:!0}),m=o?g({feeLimit:n,egldPriceInUsd:o,hideEqualSign:!0}):null;return i.createElement("div",{className:a==null?void 0:a.confirmFee},i.createElement("div",{className:a==null?void 0:a.confirmFeeLabel},"Transaction Fee"),i.createElement("div",{className:a==null?void 0:a.confirmFeeData},i.createElement(r,{className:a==null?void 0:a.confirmFeeDataBalance,"data-testid":"confirmFee",egldIcon:!0,showTokenLabel:!0,showTokenLabelSup:!0,tokenLabel:D,amount:P}),m?i.createElement("span",{className:a==null?void 0:a.confirmFeeDataPriceWrapper},"(",i.createElement(r,{amount:m,displayAsUsd:!0,addEqualSign:!0,className:a==null?void 0:a.confirmFeeDataPrice}),")"):i.createElement("span",{className:a==null?void 0:a.confirmFeeDataPriceWrapper},i.createElement(L,null))))},M=F(N,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/confirmFeeStyles.js"),clientStyles:()=>(E(),I(v)).default});export{M as a};
2
+ //# sourceMappingURL=chunk-LO47QIGW.js.map
@@ -1,2 +1,2 @@
1
- import{c as U,d as X}from"./chunk-CRLVFBPR.js";import{a as W}from"./chunk-4J6TDW4Y.js";import{a as O}from"./chunk-2E3LPUQF.js";import{a as L}from"./chunk-OFLBBVS7.js";import{a as E}from"./chunk-MPN2C7AT.js";import{a as P}from"./chunk-WPJCOYHI.js";import{a as I}from"./chunk-X42PRFW5.js";import{a as A,b as D}from"./chunk-FDI635JG.js";import{j as C}from"./chunk-OKLK5GYW.js";import{i as w,m as u}from"./chunk-HBP5N4FR.js";u();import p from"react";import{faCaretRight as q}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as V}from"@fortawesome/react-fontawesome";import f from"classnames";C();D();P();var j=({address:m,transaction:c,action:x,isFullSize:o,direction:N,globalStyles:r,styles:i})=>{var d,v,k,B,h;let n;m===c.sender&&(n=c.senderAssets),m===c.receiver&&(n=c.receiverAssets);let T={["Internal"]:"int",["In"]:"in",["Out"]:"out",["Self"]:"self"};return p.createElement("div",{className:f(i==null?void 0:i.operationBlock,{[(d=r==null?void 0:r.col12)!=null?d:""]:o,[(v=r==null?void 0:r.prXl0)!=null?v:""]:!o,[(k=r==null?void 0:r.pl3)!=null?k:""]:!o&&n,[(B=r==null?void 0:r.colLg6)!=null?B:""]:!o&&!n,[(h=r==null?void 0:r.colXl4)!=null?h:""]:!o&&!n})},N&&p.createElement("div",{className:f(i==null?void 0:i.direction,i==null?void 0:i[T[N]])},T[N]),x&&p.createElement(V,{icon:q,size:"xs",className:f(r==null?void 0:r.textSecondary,r==null?void 0:r.mr2)}),p.createElement("div",{className:f(r==null?void 0:r.textNowrap,r==null?void 0:r.mr2)},x||""),A(m)?p.createElement(p.Fragment,null,p.createElement(O,{page:I.accountDetails(m),className:i==null?void 0:i.explorer},p.createElement(W,{address:m,assets:n})),p.createElement(L,{text:m,className:i==null?void 0:i.copy})):"")},g=E(j,{ssrStyles:()=>import("../UI/TransactionInfo/components/OperationsList/styles.js"),clientStyles:()=>(X(),w(U)).default});export{g as a};
2
- //# sourceMappingURL=chunk-DRJH5L43.js.map
1
+ import{c as U,d as X}from"./chunk-CRLVFBPR.js";import{a as W}from"./chunk-B3GKJXXY.js";import{a as O}from"./chunk-ECY43BJD.js";import{a as L}from"./chunk-OFLBBVS7.js";import{a as E}from"./chunk-MPN2C7AT.js";import{a as P}from"./chunk-L7SYNU3B.js";import{a as I}from"./chunk-X42PRFW5.js";import{a as A,b as D}from"./chunk-FDI635JG.js";import{j as C}from"./chunk-OKLK5GYW.js";import{i as w,m as u}from"./chunk-HBP5N4FR.js";u();import p from"react";import{faCaretRight as q}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as V}from"@fortawesome/react-fontawesome";import f from"classnames";C();D();P();var j=({address:m,transaction:c,action:x,isFullSize:o,direction:N,globalStyles:r,styles:i})=>{var d,v,k,B,h;let n;m===c.sender&&(n=c.senderAssets),m===c.receiver&&(n=c.receiverAssets);let T={["Internal"]:"int",["In"]:"in",["Out"]:"out",["Self"]:"self"};return p.createElement("div",{className:f(i==null?void 0:i.operationBlock,{[(d=r==null?void 0:r.col12)!=null?d:""]:o,[(v=r==null?void 0:r.prXl0)!=null?v:""]:!o,[(k=r==null?void 0:r.pl3)!=null?k:""]:!o&&n,[(B=r==null?void 0:r.colLg6)!=null?B:""]:!o&&!n,[(h=r==null?void 0:r.colXl4)!=null?h:""]:!o&&!n})},N&&p.createElement("div",{className:f(i==null?void 0:i.direction,i==null?void 0:i[T[N]])},T[N]),x&&p.createElement(V,{icon:q,size:"xs",className:f(r==null?void 0:r.textSecondary,r==null?void 0:r.mr2)}),p.createElement("div",{className:f(r==null?void 0:r.textNowrap,r==null?void 0:r.mr2)},x||""),A(m)?p.createElement(p.Fragment,null,p.createElement(O,{page:I.accountDetails(m),className:i==null?void 0:i.explorer},p.createElement(W,{address:m,assets:n})),p.createElement(L,{text:m,className:i==null?void 0:i.copy})):"")},g=E(j,{ssrStyles:()=>import("../UI/TransactionInfo/components/OperationsList/styles.js"),clientStyles:()=>(X(),w(U)).default});export{g as a};
2
+ //# sourceMappingURL=chunk-LPO3Z7B7.js.map
@@ -0,0 +1,2 @@
1
+ import{a as i,d as s}from"./chunk-JQRTD77Q.js";import{a as r}from"./chunk-HMAM7HQU.js";import{c as a}from"./chunk-RY7CQ27Q.js";import{a as o}from"./chunk-6EL5DZKA.js";import{m as t}from"./chunk-HBP5N4FR.js";t();r();s();o();function T(n){i.dispatch(a({sessionId:n,status:"timedOut"}))}export{T as a};
2
+ //# sourceMappingURL=chunk-LW7JNB3E.js.map
@@ -1,2 +1,2 @@
1
- import{a as s,b as o}from"./chunk-5DJROO27.js";import{v as e,w as i}from"./chunk-BFPIYGP6.js";import{m as n}from"./chunk-HBP5N4FR.js";n();i();o();var A=r=>{if(!r||typeof r!="string")return null;let t=r.split(e)[0];return s(t)?parseInt(t,10):null};export{A as a};
2
- //# sourceMappingURL=chunk-JO34VAEB.js.map
1
+ import{a as s,b as o}from"./chunk-5DJROO27.js";import{v as e,w as i}from"./chunk-HZMCL7IW.js";import{m as n}from"./chunk-HBP5N4FR.js";n();i();o();var A=r=>{if(!r||typeof r!="string")return null;let t=r.split(e)[0];return s(t)?parseInt(t,10):null};export{A as a};
2
+ //# sourceMappingURL=chunk-LWSGVE66.js.map
@@ -1,2 +1,2 @@
1
- import{c as W,d as G}from"./chunk-OKZVJCKQ.js";import{a as C}from"./chunk-O4TGTJQT.js";import{a as S}from"./chunk-ABHZRPVD.js";import{a as v}from"./chunk-TZFTWIII.js";import{a as N}from"./chunk-W46OTGE5.js";import{a}from"./chunk-CEWNNDPH.js";import{a as T}from"./chunk-BZQLEROR.js";import{a as k}from"./chunk-N7PPBB54.js";import{a as g}from"./chunk-MPN2C7AT.js";import{c as x}from"./chunk-LVCWBXY5.js";import{i as F,m as A}from"./chunk-HBP5N4FR.js";A();import n from"react";import D from"classnames";x();var H=({styles:o,currentTransaction:c})=>{let{tokenId:r,nonce:m,amount:e}=c.transactionTokenInfo,{isFontSizeLoading:d,handleAmountReference:L}=C(),P=m&&m.length>0?`${r}-${m}`:r,t=T({tokenId:P}),{price:h}=k(),{type:i,esdtPrice:E,isLoading:f,identifier:I}=t,p=!r,b=p?h:E,u=i?["SemiFungibleESDT","NonFungibleESDT"].includes(i):!1;return n.createElement("div",{className:o==null?void 0:o.confirmAmount},n.createElement("div",{className:o==null?void 0:o.confirmAmountLabel},f?n.createElement(a,null):n.createElement(S,{amount:e,type:i,identifier:I})),n.createElement("div",{className:o==null?void 0:o.confirmAmountWrapper},n.createElement(a,{className:D(o==null?void 0:o.confirmAmountLoading,{[o==null?void 0:o.confirmAmountLoadingVisible]:f||d})}),n.createElement("div",{className:D(o==null?void 0:o.confirmAmountContent,{[o==null?void 0:o.confirmAmountContentHidden]:f||d})},u?n.createElement(v,{amount:e,type:i,tokenDetails:t}):n.createElement(N,{isNftOrSft:u,isEgld:p,amount:e,handleReference:L,currentTransaction:c,tokenDetails:t,tokenPrice:b}))))},Q=g(H,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/confirmAmountStyles.js"),clientStyles:()=>(G(),F(W)).default});export{Q as a};
2
- //# sourceMappingURL=chunk-HQSE7JYF.js.map
1
+ import{c as W,d as G}from"./chunk-OKZVJCKQ.js";import{a as C}from"./chunk-O4TGTJQT.js";import{a as S}from"./chunk-TLKAAX2W.js";import{a as v}from"./chunk-XDQSMAIT.js";import{a as N}from"./chunk-CZQ7VIPN.js";import{a}from"./chunk-CEWNNDPH.js";import{a as T}from"./chunk-RHKZMT5Q.js";import{a as k}from"./chunk-AXM7JBJB.js";import{a as g}from"./chunk-MPN2C7AT.js";import{c as x}from"./chunk-LVCWBXY5.js";import{i as F,m as A}from"./chunk-HBP5N4FR.js";A();import n from"react";import D from"classnames";x();var H=({styles:o,currentTransaction:c})=>{let{tokenId:r,nonce:m,amount:e}=c.transactionTokenInfo,{isFontSizeLoading:d,handleAmountReference:L}=C(),P=m&&m.length>0?`${r}-${m}`:r,t=T({tokenId:P}),{price:h}=k(),{type:i,esdtPrice:E,isLoading:f,identifier:I}=t,p=!r,b=p?h:E,u=i?["SemiFungibleESDT","NonFungibleESDT"].includes(i):!1;return n.createElement("div",{className:o==null?void 0:o.confirmAmount},n.createElement("div",{className:o==null?void 0:o.confirmAmountLabel},f?n.createElement(a,null):n.createElement(S,{amount:e,type:i,identifier:I})),n.createElement("div",{className:o==null?void 0:o.confirmAmountWrapper},n.createElement(a,{className:D(o==null?void 0:o.confirmAmountLoading,{[o==null?void 0:o.confirmAmountLoadingVisible]:f||d})}),n.createElement("div",{className:D(o==null?void 0:o.confirmAmountContent,{[o==null?void 0:o.confirmAmountContentHidden]:f||d})},u?n.createElement(v,{amount:e,type:i,tokenDetails:t}):n.createElement(N,{isNftOrSft:u,isEgld:p,amount:e,handleReference:L,currentTransaction:c,tokenDetails:t,tokenPrice:b}))))},Q=g(H,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/confirmAmountStyles.js"),clientStyles:()=>(G(),F(W)).default});export{Q as a};
2
+ //# sourceMappingURL=chunk-LXYDM3ZJ.js.map
@@ -1,2 +1,2 @@
1
- import{a,b as p}from"./chunk-X42PRFW5.js";import{a as A}from"./chunk-VIY2BIZ6.js";import{a as m}from"./chunk-XSHCNXON.js";import{f as i,w as k}from"./chunk-BFPIYGP6.js";import{e as u,m as r}from"./chunk-HBP5N4FR.js";function F({token:o,noValue:T,showLastNonZeroDecimal:n}){var e;let t=Boolean(!T&&o.value),c=t?m({input:o.value,decimals:(e=o.decimals)!=null?e:i,digits:2,showLastNonZeroDecimal:n,addCommas:!0}):null,l=a.tokenDetails(String(o.token)),s=o.ticker;return{tokenExplorerLink:l,tokenFormattedAmount:c,showFormattedAmount:t,tokenLinkText:s,token:o,showLastNonZeroDecimal:n}}var d=u(()=>{r();k();A();p()});export{F as a,d as b};
2
- //# sourceMappingURL=chunk-P4PQKFP6.js.map
1
+ import{a,b as p}from"./chunk-X42PRFW5.js";import{a as A}from"./chunk-SYQQ2ZJZ.js";import{a as m}from"./chunk-KQNLURSR.js";import{f as i,w as k}from"./chunk-HZMCL7IW.js";import{e as u,m as r}from"./chunk-HBP5N4FR.js";function F({token:o,noValue:T,showLastNonZeroDecimal:n}){var e;let t=Boolean(!T&&o.value),c=t?m({input:o.value,decimals:(e=o.decimals)!=null?e:i,digits:2,showLastNonZeroDecimal:n,addCommas:!0}):null,l=a.tokenDetails(String(o.token)),s=o.ticker;return{tokenExplorerLink:l,tokenFormattedAmount:c,showFormattedAmount:t,tokenLinkText:s,token:o,showLastNonZeroDecimal:n}}var d=u(()=>{r();k();A();p()});export{F as a,d as b};
2
+ //# sourceMappingURL=chunk-LYFZVP6O.js.map
@@ -1,2 +1,2 @@
1
- import{d as t}from"./chunk-TDXF63R5.js";import{m as c,s as r}from"./chunk-UUALUSWP.js";import{m as e}from"./chunk-HBP5N4FR.js";e();r();function l(){let n=t(c),s=Object.entries(n),o=(s==null?void 0:s.length)>0;return{successfulTransactions:n,successfulTransactionsArray:s,hasSuccessfulTransactions:o}}export{l as a};
2
- //# sourceMappingURL=chunk-7NBSAZAZ.js.map
1
+ import{d as t}from"./chunk-LFTXDP3V.js";import{m as c,s as r}from"./chunk-4D3OXYZC.js";import{m as e}from"./chunk-HBP5N4FR.js";e();r();function l(){let n=t(c),s=Object.entries(n),o=(s==null?void 0:s.length)>0;return{successfulTransactions:n,successfulTransactionsArray:s,hasSuccessfulTransactions:o}}export{l as a};
2
+ //# sourceMappingURL=chunk-M2YEWGWW.js.map
@@ -1,2 +1,2 @@
1
- import{a,c as n}from"./chunk-L7EGO43D.js";import{e as l,m as o}from"./chunk-HBP5N4FR.js";import{createSlice as c}from"@reduxjs/toolkit";var e,d,x,p,b,N,T,s=l(()=>{o();n();e={},d=c({name:"modalsSlice",initialState:e,reducers:{setTxSubmittedModal:(t,i)=>{t.txSubmittedModal=i.payload},setNotificationModal:(t,i)=>{t.notificationModal=i.payload},clearTxSubmittedModal:t=>{t.txSubmittedModal=void 0},clearNotificationModal:t=>{t.notificationModal=void 0}},extraReducers:t=>{t.addCase(a,()=>e)}}),{setTxSubmittedModal:x,setNotificationModal:p,clearTxSubmittedModal:b,clearNotificationModal:N}=d.actions,T=d.reducer});export{d as a,x as b,p as c,b as d,N as e,T as f,s as g};
2
- //# sourceMappingURL=chunk-DZPTMTNA.js.map
1
+ import{a,c as n}from"./chunk-JW2XATOA.js";import{e as l,m as o}from"./chunk-HBP5N4FR.js";import{createSlice as c}from"@reduxjs/toolkit";var e,d,x,p,b,N,T,s=l(()=>{o();n();e={},d=c({name:"modalsSlice",initialState:e,reducers:{setTxSubmittedModal:(t,i)=>{t.txSubmittedModal=i.payload},setNotificationModal:(t,i)=>{t.notificationModal=i.payload},clearTxSubmittedModal:t=>{t.txSubmittedModal=void 0},clearNotificationModal:t=>{t.notificationModal=void 0}},extraReducers:t=>{t.addCase(a,()=>e)}}),{setTxSubmittedModal:x,setNotificationModal:p,clearTxSubmittedModal:b,clearNotificationModal:N}=d.actions,T=d.reducer});export{d as a,x as b,p as c,b as d,N as e,T as f,s as g};
2
+ //# sourceMappingURL=chunk-M33AYCCE.js.map
@@ -1,2 +1,2 @@
1
- import{a as e,b as p}from"./chunk-N2ITRDLW.js";import{a as o,b as l}from"./chunk-RU5QNJEV.js";import{e as n,m as t}from"./chunk-HBP5N4FR.js";import m from"swr";var h,u=n(()=>{t();p();l();h=({apiEndpoint:r})=>{let s=o(),i=r?`${s}/${r}`:null;return m(i,e)}});export{h as a,u as b};
2
- //# sourceMappingURL=chunk-C3VMCHKV.js.map
1
+ import{a as e,b as p}from"./chunk-N2ITRDLW.js";import{a as o,b as l}from"./chunk-DGTP5JY7.js";import{e as n,m as t}from"./chunk-HBP5N4FR.js";import m from"swr";var h,u=n(()=>{t();p();l();h=({apiEndpoint:r})=>{let s=o(),i=r?`${s}/${r}`:null;return m(i,e)}});export{h as a,u as b};
2
+ //# sourceMappingURL=chunk-M3HFJYTH.js.map
@@ -1,2 +1,2 @@
1
- import{a as p,b as e}from"./chunk-F3JYEJF7.js";import{a as i}from"./chunk-Y4RXLAEX.js";import{a}from"./chunk-UIDXWJ2D.js";import{a as d}from"./chunk-FTQGHIGG.js";import{a as c}from"./chunk-NHHDQ53S.js";import{a as f}from"./chunk-XXP2T2NS.js";import{a as o}from"./chunk-AHX4GHIC.js";import{m as n}from"./chunk-HBP5N4FR.js";n();import{rest as t}from"msw";import{setupServer as u}from"msw/node";var s=g=>(R,m,r)=>m(r.status(200),r.json(g)),k=[t.get(`${e.apiAddress}/dapp/config`,s(d)),t.get(`${e.apiAddress}/network/config`,s(c)),t.get(`https://${o.url}/socket.io/`,s(f)),t.get(`${e.apiAddress}/websocket/config`,s(o)),t.get(`${e.apiAddress}/accounts/${p}`,s(i)),t.get(`${e.apiAddress}/blocks`,s(a))],v=u(...k);export{t as a,s as b,v as c};
2
- //# sourceMappingURL=chunk-VJTK5CAX.js.map
1
+ import{a as p,b as e}from"./chunk-SYRUCQNC.js";import{a as i}from"./chunk-Y4RXLAEX.js";import{a}from"./chunk-UIDXWJ2D.js";import{a as d}from"./chunk-FTQGHIGG.js";import{a as c}from"./chunk-NHHDQ53S.js";import{a as f}from"./chunk-XXP2T2NS.js";import{a as o}from"./chunk-AHX4GHIC.js";import{m as n}from"./chunk-HBP5N4FR.js";n();import{rest as t}from"msw";import{setupServer as u}from"msw/node";var s=g=>(R,m,r)=>m(r.status(200),r.json(g)),k=[t.get(`${e.apiAddress}/dapp/config`,s(d)),t.get(`${e.apiAddress}/network/config`,s(c)),t.get(`https://${o.url}/socket.io/`,s(f)),t.get(`${e.apiAddress}/websocket/config`,s(o)),t.get(`${e.apiAddress}/accounts/${p}`,s(i)),t.get(`${e.apiAddress}/blocks`,s(a))],v=u(...k);export{t as a,s as b,v as c};
2
+ //# sourceMappingURL=chunk-M7DPYTT6.js.map
@@ -1,2 +1,2 @@
1
- import{b as p}from"./chunk-LXRRORKB.js";import{b as m}from"./chunk-JMWWAYA5.js";import{b as f}from"./chunk-CIK3OP3W.js";import{b as e}from"./chunk-5DJROO27.js";import{e as r,m as o}from"./chunk-HBP5N4FR.js";var t=r(()=>{o();e();f();m();p()});export{t as a};
2
- //# sourceMappingURL=chunk-RIYODA4U.js.map
1
+ import{b as p}from"./chunk-LXRRORKB.js";import{b as m}from"./chunk-J6PCNFUQ.js";import{b as f}from"./chunk-QYC7YEV6.js";import{b as e}from"./chunk-5DJROO27.js";import{e as r,m as o}from"./chunk-HBP5N4FR.js";var t=r(()=>{o();e();f();m();p()});export{t as a};
2
+ //# sourceMappingURL=chunk-MKCZQ5MD.js.map
@@ -1,2 +1,2 @@
1
- import{a as l}from"./chunk-2UXDJFB2.js";import{a as s}from"./chunk-HXBGVHIC.js";import{a}from"./chunk-T34WPLJ5.js";import{d as r}from"./chunk-TDXF63R5.js";import{s as W}from"./chunk-UUALUSWP.js";import{l as e}from"./chunk-FWO3MI5K.js";import{b as A}from"./chunk-ITMTYO75.js";import{m as i}from"./chunk-HBP5N4FR.js";i();A();import S from"react";W();var U=({children:m,token:o,className:p="dapp-xalias-login",callbackRoute:g,buttonClassName:d,nativeAuth:L,"data-testid":u="xAliasLoginButton",loginButtonText:c="xAlias",disabled:f,customWalletAddress:t})=>{let x=r(e),n=t!=null?t:x,[B]=s({callbackRoute:g,nativeAuth:L,token:o,customWalletAddress:n}),b=a(o);return S.createElement(l,{onLogin:()=>{B()},className:p,btnClassName:d,text:c,"data-testid":u,disabled:f||b||!n},m)};export{U as a};
2
- //# sourceMappingURL=chunk-XUC4HXOH.js.map
1
+ import{a as l}from"./chunk-2UXDJFB2.js";import{a as s}from"./chunk-YIWXX2UT.js";import{a}from"./chunk-3ZMH2L6P.js";import{d as r}from"./chunk-LFTXDP3V.js";import{s as W}from"./chunk-4D3OXYZC.js";import{l as e}from"./chunk-FWO3MI5K.js";import{b as A}from"./chunk-ITMTYO75.js";import{m as i}from"./chunk-HBP5N4FR.js";i();A();import S from"react";W();var U=({children:m,token:o,className:p="dapp-xalias-login",callbackRoute:g,buttonClassName:d,nativeAuth:L,"data-testid":u="xAliasLoginButton",loginButtonText:c="xAlias",disabled:f,customWalletAddress:t})=>{let x=r(e),n=t!=null?t:x,[B]=s({callbackRoute:g,nativeAuth:L,token:o,customWalletAddress:n}),b=a(o);return S.createElement(l,{onLogin:()=>{B()},className:p,btnClassName:d,text:c,"data-testid":u,disabled:f||b||!n},m)};export{U as a};
2
+ //# sourceMappingURL=chunk-MKRLJ2PN.js.map
@@ -1,2 +1,2 @@
1
- import{a as De}from"./chunk-CQLYAJIL.js";import{a as re}from"./chunk-QPWXVZHM.js";import{a as Ee}from"./chunk-GAZQLL7K.js";import{a as Ae}from"./chunk-AJVEWURR.js";import{a as Ne}from"./chunk-AVVEB4ZO.js";import{a as Pe}from"./chunk-I2YCVINV.js";import{a as Oe}from"./chunk-PO7KPAET.js";import{a as ye}from"./chunk-35YX2WD6.js";import{a as be}from"./chunk-STLEVKSL.js";import{a as Ie}from"./chunk-V5SCS5YF.js";import{a as ee,b as Ht}from"./chunk-4F5KRX5N.js";import{b as we}from"./chunk-C4HUHWC4.js";import{c as Te,d as Q}from"./chunk-TDXF63R5.js";import{a as k}from"./chunk-O6HOON73.js";import{a as Ce}from"./chunk-TR5S3XEF.js";import{k as qe,s as Wt}from"./chunk-UUALUSWP.js";import{a as me,b as Mt}from"./chunk-BOO55BUP.js";import{a as xe,b as Dt}from"./chunk-GAYRFMCJ.js";import{a as Se,c as Gt}from"./chunk-EBPDXFTY.js";import{k as ve}from"./chunk-FWO3MI5K.js";import{a as Ot}from"./chunk-A543D7LE.js";import{e as ge,j as _e,k as V}from"./chunk-226GRIU3.js";import{h as fe}from"./chunk-3PIW7IXZ.js";import{m as de,w as Nt}from"./chunk-BFPIYGP6.js";import{a as le,c as G,d as he,e as Z,f as pe,i as B}from"./chunk-7YHU2LQD.js";import{a as X,b as Rt}from"./chunk-OWBHRN3S.js";import{p as At}from"./chunk-BX7EABCB.js";import{f as s,h as Pt,j as Y,m as r}from"./chunk-HBP5N4FR.js";var Re=s((ca,Me)=>{r();var Ft=Ht(),jt=ye(),zt="[object AsyncFunction]",Ut="[object Function]",Lt="[object GeneratorFunction]",Vt="[object Proxy]";function kt(e){if(!jt(e))return!1;var t=Ft(e);return t==Ut||t==Lt||t==zt||t==Vt}Me.exports=kt});var We=s((ua,Ge)=>{r();var $t=ee(),Kt=$t["__core-js_shared__"];Ge.exports=Kt});var je=s((la,Fe)=>{r();var te=We(),He=function(){var e=/[^.]+$/.exec(te&&te.keys&&te.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Jt(e){return!!He&&He in e}Fe.exports=Jt});var Ue=s((ha,ze)=>{r();var Yt=Function.prototype,Zt=Yt.toString;function Bt(e){if(e!=null){try{return Zt.call(e)}catch(t){}try{return e+""}catch(t){}}return""}ze.exports=Bt});var Ve=s((pa,Le)=>{r();var Xt=Re(),Qt=je(),en=ye(),rn=Ue(),tn=/[\\^$.*+?()[\]{}|]/g,nn=/^\[object .+?Constructor\]$/,sn=Function.prototype,an=Object.prototype,on=sn.toString,cn=an.hasOwnProperty,un=RegExp("^"+on.call(cn).replace(tn,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function ln(e){if(!en(e)||Qt(e))return!1;var t=Xt(e)?un:nn;return t.test(rn(e))}Le.exports=ln});var $e=s((da,ke)=>{r();function hn(e,t){return e==null?void 0:e[t]}ke.exports=hn});var $=s((fa,Ke)=>{r();var pn=Ve(),dn=$e();function fn(e,t){var n=dn(e,t);return pn(n)?n:void 0}Ke.exports=fn});var W=s((ga,Je)=>{r();var gn=$(),_n=gn(Object,"create");Je.exports=_n});var Be=s((_a,Ze)=>{r();var Ye=W();function vn(){this.__data__=Ye?Ye(null):{},this.size=0}Ze.exports=vn});var Qe=s((va,Xe)=>{r();function xn(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}Xe.exports=xn});var rr=s((xa,er)=>{r();var mn=W(),Sn="__lodash_hash_undefined__",qn=Object.prototype,Cn=qn.hasOwnProperty;function Tn(e){var t=this.__data__;if(mn){var n=t[e];return n===Sn?void 0:n}return Cn.call(t,e)?t[e]:void 0}er.exports=Tn});var nr=s((ma,tr)=>{r();var In=W(),wn=Object.prototype,bn=wn.hasOwnProperty;function yn(e){var t=this.__data__;return In?t[e]!==void 0:bn.call(t,e)}tr.exports=yn});var ar=s((Sa,sr)=>{r();var En=W(),Pn="__lodash_hash_undefined__";function An(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=En&&t===void 0?Pn:t,this}sr.exports=An});var or=s((qa,ir)=>{r();var Nn=Be(),On=Qe(),Dn=rr(),Mn=nr(),Rn=ar();function P(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}P.prototype.clear=Nn;P.prototype.delete=On;P.prototype.get=Dn;P.prototype.has=Mn;P.prototype.set=Rn;ir.exports=P});var ur=s((Ca,cr)=>{r();function Gn(){this.__data__=[],this.size=0}cr.exports=Gn});var hr=s((Ta,lr)=>{r();function Wn(e,t){return e===t||e!==e&&t!==t}lr.exports=Wn});var H=s((Ia,pr)=>{r();var Hn=hr();function Fn(e,t){for(var n=e.length;n--;)if(Hn(e[n][0],t))return n;return-1}pr.exports=Fn});var fr=s((wa,dr)=>{r();var jn=H(),zn=Array.prototype,Un=zn.splice;function Ln(e){var t=this.__data__,n=jn(t,e);if(n<0)return!1;var c=t.length-1;return n==c?t.pop():Un.call(t,n,1),--this.size,!0}dr.exports=Ln});var _r=s((ba,gr)=>{r();var Vn=H();function kn(e){var t=this.__data__,n=Vn(t,e);return n<0?void 0:t[n][1]}gr.exports=kn});var xr=s((ya,vr)=>{r();var $n=H();function Kn(e){return $n(this.__data__,e)>-1}vr.exports=Kn});var Sr=s((Ea,mr)=>{r();var Jn=H();function Yn(e,t){var n=this.__data__,c=Jn(n,e);return c<0?(++this.size,n.push([e,t])):n[c][1]=t,this}mr.exports=Yn});var Cr=s((Pa,qr)=>{r();var Zn=ur(),Bn=fr(),Xn=_r(),Qn=xr(),es=Sr();function A(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}A.prototype.clear=Zn;A.prototype.delete=Bn;A.prototype.get=Xn;A.prototype.has=Qn;A.prototype.set=es;qr.exports=A});var Ir=s((Aa,Tr)=>{r();var rs=$(),ts=ee(),ns=rs(ts,"Map");Tr.exports=ns});var yr=s((Na,br)=>{r();var wr=or(),ss=Cr(),as=Ir();function is(){this.size=0,this.__data__={hash:new wr,map:new(as||ss),string:new wr}}br.exports=is});var Pr=s((Oa,Er)=>{r();function os(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}Er.exports=os});var F=s((Da,Ar)=>{r();var cs=Pr();function us(e,t){var n=e.__data__;return cs(t)?n[typeof t=="string"?"string":"hash"]:n.map}Ar.exports=us});var Or=s((Ma,Nr)=>{r();var ls=F();function hs(e){var t=ls(this,e).delete(e);return this.size-=t?1:0,t}Nr.exports=hs});var Mr=s((Ra,Dr)=>{r();var ps=F();function ds(e){return ps(this,e).get(e)}Dr.exports=ds});var Gr=s((Ga,Rr)=>{r();var fs=F();function gs(e){return fs(this,e).has(e)}Rr.exports=gs});var Hr=s((Wa,Wr)=>{r();var _s=F();function vs(e,t){var n=_s(this,e),c=n.size;return n.set(e,t),this.size+=n.size==c?0:1,this}Wr.exports=vs});var jr=s((Ha,Fr)=>{r();var xs=yr(),ms=Or(),Ss=Mr(),qs=Gr(),Cs=Hr();function N(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}N.prototype.clear=xs;N.prototype.delete=ms;N.prototype.get=Ss;N.prototype.has=qs;N.prototype.set=Cs;Fr.exports=N});var Ur=s((Fa,zr)=>{r();var Ts="__lodash_hash_undefined__";function Is(e){return this.__data__.set(e,Ts),this}zr.exports=Is});var Vr=s((ja,Lr)=>{r();function ws(e){return this.__data__.has(e)}Lr.exports=ws});var $r=s((za,kr)=>{r();var bs=jr(),ys=Ur(),Es=Vr();function K(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new bs;++t<n;)this.add(e[t])}K.prototype.add=K.prototype.push=ys;K.prototype.has=Es;kr.exports=K});var Jr=s((Ua,Kr)=>{r();function Ps(e,t,n,c){for(var _=e.length,p=n+(c?1:-1);c?p--:++p<_;)if(t(e[p],p,e))return p;return-1}Kr.exports=Ps});var Zr=s((La,Yr)=>{r();function As(e){return e!==e}Yr.exports=As});var Xr=s((Va,Br)=>{r();function Ns(e,t,n){for(var c=n-1,_=e.length;++c<_;)if(e[c]===t)return c;return-1}Br.exports=Ns});var et=s((ka,Qr)=>{r();var Os=Jr(),Ds=Zr(),Ms=Xr();function Rs(e,t,n){return t===t?Ms(e,t,n):Os(e,Ds,n)}Qr.exports=Rs});var tt=s(($a,rt)=>{r();var Gs=et();function Ws(e,t){var n=e==null?0:e.length;return!!n&&Gs(e,t,0)>-1}rt.exports=Ws});var st=s((Ka,nt)=>{r();function Hs(e,t,n){for(var c=-1,_=e==null?0:e.length;++c<_;)if(n(t,e[c]))return!0;return!1}nt.exports=Hs});var it=s((Ja,at)=>{r();function Fs(e,t){return e.has(t)}at.exports=Fs});var ct=s((Ya,ot)=>{r();var js=$(),zs=ee(),Us=js(zs,"Set");ot.exports=Us});var lt=s((Za,ut)=>{r();function Ls(){}ut.exports=Ls});var ne=s((Ba,ht)=>{r();function Vs(e){var t=-1,n=Array(e.size);return e.forEach(function(c){n[++t]=c}),n}ht.exports=Vs});var dt=s((Xa,pt)=>{r();var se=ct(),ks=lt(),$s=ne(),Ks=1/0,Js=se&&1/$s(new se([,-0]))[1]==Ks?function(e){return new se(e)}:ks;pt.exports=Js});var gt=s((Qa,ft)=>{r();var Ys=$r(),Zs=tt(),Bs=st(),Xs=it(),Qs=dt(),ea=ne(),ra=200;function ta(e,t,n){var c=-1,_=Zs,p=e.length,O=!0,m=[],v=m;if(n)O=!1,_=Bs;else if(p>=ra){var j=t?null:Qs(e);if(j)return ea(j);O=!1,_=Xs,v=new Ys}else v=t?[]:m;e:for(;++c<p;){var u=e[c],C=t?t(u):u;if(u=n||u!==0?u:0,O&&C===C){for(var z=v.length;z--;)if(v[z]===C)continue e;t&&v.push(C),m.push(u)}else _(v,C,n)||(v!==m&&v.push(C),m.push(u))}return m}ft.exports=ta});var vt=s((ei,_t)=>{r();var na=gt();function sa(e){return e&&e.length?na(e):[]}_t.exports=sa});r();var qt=Pt(vt());import{useEffect as aa,useRef as xt}from"react";import{TransactionOptions as ia,TransactionVersion as oa}from"@multiversx/sdk-core";import{ExtensionProvider as mt}from"@multiversx/sdk-extension-provider";import{MetamaskProvider as St}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";Nt();Wt();Ot();At();Dt();Mt();Gt();Rt();var yi=()=>{let e=Te(),t=xt("/"),{provider:n}=be(),c=Q(ve),_=we(n),p=xt(!1),O=Ne(),{isGuarded:m,address:v}=Ie(),j=Q(qe),{transactionsToSign:u,error:C,setError:z,hasTransactions:J,onAbort:ae,clearTransactionStatusMessage:ie}=De();Ee(ae);let U=(0,qt.default)(u==null?void 0:u.transactions.map(l=>l.getSender().toString()).filter(l=>l)),D=U==null?void 0:U[0],{data:oe}=Ce(!D||D===v?null:D),Ct=l=>{var g,I,T,w,q,b,y,M;let f=n instanceof mt,x=n instanceof k,h=n instanceof St,S=n instanceof re;e(ge()),e(fe(l)),p.current=!1,!(!f&&!x&&!h)&&(ie(),f&&((I=(g=mt.getInstance())==null?void 0:g.cancelAction)==null||I.call(g)),h&&((w=(T=St.getInstance())==null?void 0:T.cancelAction)==null||w.call(T)),x&&((b=(q=k.getInstance())==null?void 0:q.cancelAction)==null||b.call(q)),S&&((M=(y=re.getInstance())==null?void 0:y.cancelAction)==null||M.call(y)))},L=(l,f)=>{_==="walletconnectv2"&&(l=G);let h=l.includes(G);if(Ct(f),h){e(_e(G));return}z(l)},Tt=(l,f,x="")=>{let h={[de]:f},S=x;if(window!=null&&window.location){let{search:I,origin:T}=X(),w=new URLSearchParams(I);S=`${T}${x}`,w.forEach((q,b)=>{h[b]=q})}let g=xe({callbackUrl:S,urlParams:h});n.signTransactions(l,{callbackUrl:encodeURIComponent(g)})},It=()=>Y(void 0,null,function*(){var M,ce;if(p.current||!u)return;let{sessionId:l,transactions:f,callbackRoute:x,customTransactionInformation:h}=u,{redirectAfterSign:S}=h,g=Se(),I=x||g,T=g.includes(I),w=S&&!T;try{if(!(yield(M=n==null?void 0:n.init)==null?void 0:M.call(n)))return}catch(d){let E=(d==null?void 0:d.message)||d||Z;console.error(E),L(Z,l);return}let q=!h.skipGuardian,b=h.hasConsentPopup,y=n instanceof k;try{p.current=!0,y&&b&&n.setShouldShowConsentPopup(!0);let d=(ce=yield n.signTransactions(m&&q?f==null?void 0:f.map(R=>(R.setVersion(oa.withTxOptions()),R.setOptions(ia.withOptions({guarded:!0})),R)):f))!=null?ce:[];if(p.current=!1,!Ae(d))return;let bt=Object.values(d).map(R=>me(R)),{needs2FaSigning:yt,sendTransactionsToGuardian:Et}=Oe({transactions:d,sessionId:l,callbackRoute:x,isGuarded:m&&q,walletAddress:c});if(yt)return Et();let ue={sessionId:l,transactions:bt,status:"signed"};w&&(ue.redirectRoute=I),e(V(ue))}catch(d){p.current=!1;let E=(d==null?void 0:d.message)||d||he;console.error(E),e(V({sessionId:l,status:"cancelled"})),L(E.includes("cancel")?G:E,l)}}),wt=()=>Y(void 0,null,function*(){if(!u)return;ie();let{sessionId:l,transactions:f,callbackRoute:x}=u;if(!n){console.error(pe);return}if(U.length>1)throw new Error("Multiple senders are not allowed");if(D&&D!==v&&!Pe(oe,v))return console.error(B),L(B);t.current=x||X().pathname;try{let h=_==="wallet",S=yield O(f);if(h)return Tt(S,l,x);It()}catch(h){let g=(h==null?void 0:h.message)||le;console.error(g),L(g,l),e(V({sessionId:l,status:"cancelled"})),console.error(g,h)}});return aa(()=>{J?wt():p.current=!1},[u,J,oe]),{error:C,canceledTransactionsMessage:j,onAbort:ae,hasTransactions:J,callbackRoute:t.current,sessionId:u==null?void 0:u.sessionId,transactions:u==null?void 0:u.transactions}};export{yi as a};
2
- //# sourceMappingURL=chunk-CQYV7VLN.js.map
1
+ import{a as De}from"./chunk-W2YO5QJT.js";import{a as re}from"./chunk-EGTFAWAE.js";import{a as Ee}from"./chunk-YKFLJ6UA.js";import{a as Ae}from"./chunk-2BEPTMWN.js";import{a as Ne}from"./chunk-VAWZV2EL.js";import{a as Pe}from"./chunk-I2YCVINV.js";import{a as Oe}from"./chunk-JFHJ3VRS.js";import{a as ye}from"./chunk-35YX2WD6.js";import{a as be}from"./chunk-BRJTIKNG.js";import{a as Ie}from"./chunk-VYFR2F6X.js";import{a as ee,b as Ht}from"./chunk-4F5KRX5N.js";import{b as we}from"./chunk-F54V5VM5.js";import{c as Te,d as Q}from"./chunk-LFTXDP3V.js";import{a as k}from"./chunk-O6HOON73.js";import{a as Ce}from"./chunk-KKIRI32I.js";import{k as qe,s as Wt}from"./chunk-4D3OXYZC.js";import{a as me,b as Mt}from"./chunk-ZYK3SYJD.js";import{a as xe,b as Dt}from"./chunk-SNKQCASD.js";import{a as Se,c as Gt}from"./chunk-EBPDXFTY.js";import{k as ve}from"./chunk-FWO3MI5K.js";import{a as Ot}from"./chunk-HMAM7HQU.js";import{e as ge,j as _e,k as V}from"./chunk-RY7CQ27Q.js";import{h as fe}from"./chunk-ZM23OWNF.js";import{m as de,w as Nt}from"./chunk-HZMCL7IW.js";import{a as le,c as G,d as he,e as Z,f as pe,i as B}from"./chunk-7YHU2LQD.js";import{a as X,b as Rt}from"./chunk-OWBHRN3S.js";import{p as At}from"./chunk-BX7EABCB.js";import{f as s,h as Pt,j as Y,m as r}from"./chunk-HBP5N4FR.js";var Re=s((ca,Me)=>{r();var Ft=Ht(),jt=ye(),zt="[object AsyncFunction]",Ut="[object Function]",Lt="[object GeneratorFunction]",Vt="[object Proxy]";function kt(e){if(!jt(e))return!1;var t=Ft(e);return t==Ut||t==Lt||t==zt||t==Vt}Me.exports=kt});var We=s((ua,Ge)=>{r();var $t=ee(),Kt=$t["__core-js_shared__"];Ge.exports=Kt});var je=s((la,Fe)=>{r();var te=We(),He=function(){var e=/[^.]+$/.exec(te&&te.keys&&te.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Jt(e){return!!He&&He in e}Fe.exports=Jt});var Ue=s((ha,ze)=>{r();var Yt=Function.prototype,Zt=Yt.toString;function Bt(e){if(e!=null){try{return Zt.call(e)}catch(t){}try{return e+""}catch(t){}}return""}ze.exports=Bt});var Ve=s((pa,Le)=>{r();var Xt=Re(),Qt=je(),en=ye(),rn=Ue(),tn=/[\\^$.*+?()[\]{}|]/g,nn=/^\[object .+?Constructor\]$/,sn=Function.prototype,an=Object.prototype,on=sn.toString,cn=an.hasOwnProperty,un=RegExp("^"+on.call(cn).replace(tn,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function ln(e){if(!en(e)||Qt(e))return!1;var t=Xt(e)?un:nn;return t.test(rn(e))}Le.exports=ln});var $e=s((da,ke)=>{r();function hn(e,t){return e==null?void 0:e[t]}ke.exports=hn});var $=s((fa,Ke)=>{r();var pn=Ve(),dn=$e();function fn(e,t){var n=dn(e,t);return pn(n)?n:void 0}Ke.exports=fn});var W=s((ga,Je)=>{r();var gn=$(),_n=gn(Object,"create");Je.exports=_n});var Be=s((_a,Ze)=>{r();var Ye=W();function vn(){this.__data__=Ye?Ye(null):{},this.size=0}Ze.exports=vn});var Qe=s((va,Xe)=>{r();function xn(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}Xe.exports=xn});var rr=s((xa,er)=>{r();var mn=W(),Sn="__lodash_hash_undefined__",qn=Object.prototype,Cn=qn.hasOwnProperty;function Tn(e){var t=this.__data__;if(mn){var n=t[e];return n===Sn?void 0:n}return Cn.call(t,e)?t[e]:void 0}er.exports=Tn});var nr=s((ma,tr)=>{r();var In=W(),wn=Object.prototype,bn=wn.hasOwnProperty;function yn(e){var t=this.__data__;return In?t[e]!==void 0:bn.call(t,e)}tr.exports=yn});var ar=s((Sa,sr)=>{r();var En=W(),Pn="__lodash_hash_undefined__";function An(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=En&&t===void 0?Pn:t,this}sr.exports=An});var or=s((qa,ir)=>{r();var Nn=Be(),On=Qe(),Dn=rr(),Mn=nr(),Rn=ar();function P(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}P.prototype.clear=Nn;P.prototype.delete=On;P.prototype.get=Dn;P.prototype.has=Mn;P.prototype.set=Rn;ir.exports=P});var ur=s((Ca,cr)=>{r();function Gn(){this.__data__=[],this.size=0}cr.exports=Gn});var hr=s((Ta,lr)=>{r();function Wn(e,t){return e===t||e!==e&&t!==t}lr.exports=Wn});var H=s((Ia,pr)=>{r();var Hn=hr();function Fn(e,t){for(var n=e.length;n--;)if(Hn(e[n][0],t))return n;return-1}pr.exports=Fn});var fr=s((wa,dr)=>{r();var jn=H(),zn=Array.prototype,Un=zn.splice;function Ln(e){var t=this.__data__,n=jn(t,e);if(n<0)return!1;var c=t.length-1;return n==c?t.pop():Un.call(t,n,1),--this.size,!0}dr.exports=Ln});var _r=s((ba,gr)=>{r();var Vn=H();function kn(e){var t=this.__data__,n=Vn(t,e);return n<0?void 0:t[n][1]}gr.exports=kn});var xr=s((ya,vr)=>{r();var $n=H();function Kn(e){return $n(this.__data__,e)>-1}vr.exports=Kn});var Sr=s((Ea,mr)=>{r();var Jn=H();function Yn(e,t){var n=this.__data__,c=Jn(n,e);return c<0?(++this.size,n.push([e,t])):n[c][1]=t,this}mr.exports=Yn});var Cr=s((Pa,qr)=>{r();var Zn=ur(),Bn=fr(),Xn=_r(),Qn=xr(),es=Sr();function A(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}A.prototype.clear=Zn;A.prototype.delete=Bn;A.prototype.get=Xn;A.prototype.has=Qn;A.prototype.set=es;qr.exports=A});var Ir=s((Aa,Tr)=>{r();var rs=$(),ts=ee(),ns=rs(ts,"Map");Tr.exports=ns});var yr=s((Na,br)=>{r();var wr=or(),ss=Cr(),as=Ir();function is(){this.size=0,this.__data__={hash:new wr,map:new(as||ss),string:new wr}}br.exports=is});var Pr=s((Oa,Er)=>{r();function os(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}Er.exports=os});var F=s((Da,Ar)=>{r();var cs=Pr();function us(e,t){var n=e.__data__;return cs(t)?n[typeof t=="string"?"string":"hash"]:n.map}Ar.exports=us});var Or=s((Ma,Nr)=>{r();var ls=F();function hs(e){var t=ls(this,e).delete(e);return this.size-=t?1:0,t}Nr.exports=hs});var Mr=s((Ra,Dr)=>{r();var ps=F();function ds(e){return ps(this,e).get(e)}Dr.exports=ds});var Gr=s((Ga,Rr)=>{r();var fs=F();function gs(e){return fs(this,e).has(e)}Rr.exports=gs});var Hr=s((Wa,Wr)=>{r();var _s=F();function vs(e,t){var n=_s(this,e),c=n.size;return n.set(e,t),this.size+=n.size==c?0:1,this}Wr.exports=vs});var jr=s((Ha,Fr)=>{r();var xs=yr(),ms=Or(),Ss=Mr(),qs=Gr(),Cs=Hr();function N(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}N.prototype.clear=xs;N.prototype.delete=ms;N.prototype.get=Ss;N.prototype.has=qs;N.prototype.set=Cs;Fr.exports=N});var Ur=s((Fa,zr)=>{r();var Ts="__lodash_hash_undefined__";function Is(e){return this.__data__.set(e,Ts),this}zr.exports=Is});var Vr=s((ja,Lr)=>{r();function ws(e){return this.__data__.has(e)}Lr.exports=ws});var $r=s((za,kr)=>{r();var bs=jr(),ys=Ur(),Es=Vr();function K(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new bs;++t<n;)this.add(e[t])}K.prototype.add=K.prototype.push=ys;K.prototype.has=Es;kr.exports=K});var Jr=s((Ua,Kr)=>{r();function Ps(e,t,n,c){for(var _=e.length,p=n+(c?1:-1);c?p--:++p<_;)if(t(e[p],p,e))return p;return-1}Kr.exports=Ps});var Zr=s((La,Yr)=>{r();function As(e){return e!==e}Yr.exports=As});var Xr=s((Va,Br)=>{r();function Ns(e,t,n){for(var c=n-1,_=e.length;++c<_;)if(e[c]===t)return c;return-1}Br.exports=Ns});var et=s((ka,Qr)=>{r();var Os=Jr(),Ds=Zr(),Ms=Xr();function Rs(e,t,n){return t===t?Ms(e,t,n):Os(e,Ds,n)}Qr.exports=Rs});var tt=s(($a,rt)=>{r();var Gs=et();function Ws(e,t){var n=e==null?0:e.length;return!!n&&Gs(e,t,0)>-1}rt.exports=Ws});var st=s((Ka,nt)=>{r();function Hs(e,t,n){for(var c=-1,_=e==null?0:e.length;++c<_;)if(n(t,e[c]))return!0;return!1}nt.exports=Hs});var it=s((Ja,at)=>{r();function Fs(e,t){return e.has(t)}at.exports=Fs});var ct=s((Ya,ot)=>{r();var js=$(),zs=ee(),Us=js(zs,"Set");ot.exports=Us});var lt=s((Za,ut)=>{r();function Ls(){}ut.exports=Ls});var ne=s((Ba,ht)=>{r();function Vs(e){var t=-1,n=Array(e.size);return e.forEach(function(c){n[++t]=c}),n}ht.exports=Vs});var dt=s((Xa,pt)=>{r();var se=ct(),ks=lt(),$s=ne(),Ks=1/0,Js=se&&1/$s(new se([,-0]))[1]==Ks?function(e){return new se(e)}:ks;pt.exports=Js});var gt=s((Qa,ft)=>{r();var Ys=$r(),Zs=tt(),Bs=st(),Xs=it(),Qs=dt(),ea=ne(),ra=200;function ta(e,t,n){var c=-1,_=Zs,p=e.length,O=!0,m=[],v=m;if(n)O=!1,_=Bs;else if(p>=ra){var j=t?null:Qs(e);if(j)return ea(j);O=!1,_=Xs,v=new Ys}else v=t?[]:m;e:for(;++c<p;){var u=e[c],C=t?t(u):u;if(u=n||u!==0?u:0,O&&C===C){for(var z=v.length;z--;)if(v[z]===C)continue e;t&&v.push(C),m.push(u)}else _(v,C,n)||(v!==m&&v.push(C),m.push(u))}return m}ft.exports=ta});var vt=s((ei,_t)=>{r();var na=gt();function sa(e){return e&&e.length?na(e):[]}_t.exports=sa});r();var qt=Pt(vt());import{useEffect as aa,useRef as xt}from"react";import{TransactionOptions as ia,TransactionVersion as oa}from"@multiversx/sdk-core";import{ExtensionProvider as mt}from"@multiversx/sdk-extension-provider";import{MetamaskProvider as St}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";Nt();Wt();Ot();At();Dt();Mt();Gt();Rt();var yi=()=>{let e=Te(),t=xt("/"),{provider:n}=be(),c=Q(ve),_=we(n),p=xt(!1),O=Ne(),{isGuarded:m,address:v}=Ie(),j=Q(qe),{transactionsToSign:u,error:C,setError:z,hasTransactions:J,onAbort:ae,clearTransactionStatusMessage:ie}=De();Ee(ae);let U=(0,qt.default)(u==null?void 0:u.transactions.map(l=>l.getSender().toString()).filter(l=>l)),D=U==null?void 0:U[0],{data:oe}=Ce(!D||D===v?null:D),Ct=l=>{var g,I,T,w,q,b,y,M;let f=n instanceof mt,x=n instanceof k,h=n instanceof St,S=n instanceof re;e(ge()),e(fe(l)),p.current=!1,!(!f&&!x&&!h)&&(ie(),f&&((I=(g=mt.getInstance())==null?void 0:g.cancelAction)==null||I.call(g)),h&&((w=(T=St.getInstance())==null?void 0:T.cancelAction)==null||w.call(T)),x&&((b=(q=k.getInstance())==null?void 0:q.cancelAction)==null||b.call(q)),S&&((M=(y=re.getInstance())==null?void 0:y.cancelAction)==null||M.call(y)))},L=(l,f)=>{_==="walletconnectv2"&&(l=G);let h=l.includes(G);if(Ct(f),h){e(_e(G));return}z(l)},Tt=(l,f,x="")=>{let h={[de]:f},S=x;if(window!=null&&window.location){let{search:I,origin:T}=X(),w=new URLSearchParams(I);S=`${T}${x}`,w.forEach((q,b)=>{h[b]=q})}let g=xe({callbackUrl:S,urlParams:h});n.signTransactions(l,{callbackUrl:encodeURIComponent(g)})},It=()=>Y(void 0,null,function*(){var M,ce;if(p.current||!u)return;let{sessionId:l,transactions:f,callbackRoute:x,customTransactionInformation:h}=u,{redirectAfterSign:S}=h,g=Se(),I=x||g,T=g.includes(I),w=S&&!T;try{if(!(yield(M=n==null?void 0:n.init)==null?void 0:M.call(n)))return}catch(d){let E=(d==null?void 0:d.message)||d||Z;console.error(E),L(Z,l);return}let q=!h.skipGuardian,b=h.hasConsentPopup,y=n instanceof k;try{p.current=!0,y&&b&&n.setShouldShowConsentPopup(!0);let d=(ce=yield n.signTransactions(m&&q?f==null?void 0:f.map(R=>(R.setVersion(oa.withTxOptions()),R.setOptions(ia.withOptions({guarded:!0})),R)):f))!=null?ce:[];if(p.current=!1,!Ae(d))return;let bt=Object.values(d).map(R=>me(R)),{needs2FaSigning:yt,sendTransactionsToGuardian:Et}=Oe({transactions:d,sessionId:l,callbackRoute:x,isGuarded:m&&q,walletAddress:c});if(yt)return Et();let ue={sessionId:l,transactions:bt,status:"signed"};w&&(ue.redirectRoute=I),e(V(ue))}catch(d){p.current=!1;let E=(d==null?void 0:d.message)||d||he;console.error(E),e(V({sessionId:l,status:"cancelled"})),L(E.includes("cancel")?G:E,l)}}),wt=()=>Y(void 0,null,function*(){if(!u)return;ie();let{sessionId:l,transactions:f,callbackRoute:x}=u;if(!n){console.error(pe);return}if(U.length>1)throw new Error("Multiple senders are not allowed");if(D&&D!==v&&!Pe(oe,v))return console.error(B),L(B);t.current=x||X().pathname;try{let h=_==="wallet",S=yield O(f);if(h)return Tt(S,l,x);It()}catch(h){let g=(h==null?void 0:h.message)||le;console.error(g),L(g,l),e(V({sessionId:l,status:"cancelled"})),console.error(g,h)}});return aa(()=>{J?wt():p.current=!1},[u,J,oe]),{error:C,canceledTransactionsMessage:j,onAbort:ae,hasTransactions:J,callbackRoute:t.current,sessionId:u==null?void 0:u.sessionId,transactions:u==null?void 0:u.transactions}};export{yi as a};
2
+ //# sourceMappingURL=chunk-MUC7ICOT.js.map
@@ -1,2 +1,2 @@
1
- import{a as Q}from"./chunk-SPOOVKNY.js";import{a as X}from"./chunk-I2YCVINV.js";import{a as k}from"./chunk-BDWKIY35.js";import{a as K}from"./chunk-TR5S3XEF.js";import{a as J,b as dn}from"./chunk-XNFCZFZP.js";import{a as z,b as un}from"./chunk-J42ZO72F.js";import{w as ln}from"./chunk-BFPIYGP6.js";import{i as q}from"./chunk-7YHU2LQD.js";import{a as d,j as y,m as H}from"./chunk-HBP5N4FR.js";H();import{useEffect as gn,useState as x}from"react";import{Address as Y,TransactionOptions as fn,TransactionVersion as Tn}from"@multiversx/sdk-core";ln();un();dn();var D={},Nn=({isLedger:b=!1,transactionsToSign:h,egldLabel:Z,address:g,activeGuardianAddress:I,hasGuardianScreen:$,onCancel:a,onSignTransaction:C,onTransactionsSignError:nn,onTransactionsSignSuccess:G,onGetScamAddressData:M})=>{var L,U,W,_;let A=Boolean(I),[c,i]=x(0),[l,F]=x(),[e,en]=x(null),[tn,w]=x(!1),{getTxInfoByDataField:sn,allTransactions:s}=Q({transactions:I?h==null?void 0:h.map(n=>{n.setSender(Y.fromBech32(g)),n.setVersion(Tn.withTxOptions()),n.setGuardian(Y.fromBech32(I));let t=d({guarded:!0},b?{hashSign:!0}:{});return n.setOptions(fn.withOptions(t)),n}):h}),B=c===s.length-1,E=s[c],f=(L=e==null?void 0:e.transaction)==null?void 0:L.getSender().toString(),{data:O}=K(!f||f===g?null:f),rn=()=>y(void 0,null,function*(){var j;if(E==null)return;let{transaction:n,multiTxData:t,transactionIndex:T}=E,v=n.getData().toString(),u=sn(n.getData().toString(),t),{tokenId:p}=u,r=n.getReceiver().toString();if(f&&f!==g&&!X(O,g))return console.error(q),a==null?void 0:a();let o=g!==r,R=r in D;if(r&&o&&!R&&M!=null){let m=yield M(r);D=d(d({},D),m!=null&&m.scamInfo?{[r]:m.scamInfo}:{})}let S=Boolean(p&&J({tokenId:p,erdLabel:Z}));en({transaction:n,receiverScamInfo:((j=D[r])==null?void 0:j.info)||null,transactionTokenInfo:u,isTokenTransaction:S,dataField:v,transactionIndex:T})});gn(()=>{rn()},[E,O]);let N=()=>{i(0),F(void 0),w(!1)},P=()=>y(void 0,null,function*(){let n=Object.values(l!=null?l:{}),t=k({isGuarded:A,transactions:n});if(A&&t){G(n),N();return}if(e==null)return;w(b);let T;try{T=yield C(e.transaction)}catch(o){console.error(o,"sign error");let{message:R}=o,S=b?z(o).errorMessage:null;N(),nn(S!=null?S:R);return}if(!T)return;let v={[c]:T},u=l?d(d({},l),v):v;if(F(u),!B){i(o=>o+1),w(!1);return}if(!u)return;let p=Object.values(u);!k({isGuarded:A,transactions:p})&&$||(G(p),N())}),on=()=>y(void 0,null,function*(){try{if(e==null)return;if(e.transaction.getSignature().toString("hex")&&!B){i(t=>t+1);return}yield P()}catch(n){yield P()}}),an=c===0,cn=()=>{an?a==null||a():i(n=>n-1)},V=Boolean(((U=e==null?void 0:e.transactionTokenInfo)==null?void 0:U.type)&&((W=e==null?void 0:e.transactionTokenInfo)==null?void 0:W.multiTxData)&&!(e!=null&&e.dataField.endsWith((_=e==null?void 0:e.transactionTokenInfo)==null?void 0:_.multiTxData)));return{allTransactions:s,onSignTransaction:()=>y(void 0,null,function*(){if(V){i(n=>n+1);return}yield on()}),onNext:()=>{i(n=>{let t=n+1;return t>(s==null?void 0:s.length)?n:t})},onPrev:()=>{i(n=>{let t=n-1;return t<0?n:t})},waitingForDevice:tn,onAbort:cn,isLastTransaction:B,isFirstTransaction:c===0,hasMultipleTransactions:s.length>1,shouldContinueWithoutSigning:V,currentStep:c,signedTransactions:l,setSignedTransactions:F,currentTransaction:e}};export{Nn as a};
2
- //# sourceMappingURL=chunk-ERGUC7RS.js.map
1
+ import{a as Q}from"./chunk-RYIA276T.js";import{a as X}from"./chunk-I2YCVINV.js";import{a as k}from"./chunk-BDWKIY35.js";import{a as K}from"./chunk-KKIRI32I.js";import{a as J,b as dn}from"./chunk-XNFCZFZP.js";import{a as z,b as un}from"./chunk-J42ZO72F.js";import{w as ln}from"./chunk-HZMCL7IW.js";import{i as q}from"./chunk-7YHU2LQD.js";import{a as d,j as y,m as H}from"./chunk-HBP5N4FR.js";H();import{useEffect as gn,useState as x}from"react";import{Address as Y,TransactionOptions as fn,TransactionVersion as Tn}from"@multiversx/sdk-core";ln();un();dn();var D={},Nn=({isLedger:b=!1,transactionsToSign:h,egldLabel:Z,address:g,activeGuardianAddress:I,hasGuardianScreen:$,onCancel:a,onSignTransaction:C,onTransactionsSignError:nn,onTransactionsSignSuccess:G,onGetScamAddressData:M})=>{var L,U,W,_;let A=Boolean(I),[c,i]=x(0),[l,F]=x(),[e,en]=x(null),[tn,w]=x(!1),{getTxInfoByDataField:sn,allTransactions:s}=Q({transactions:I?h==null?void 0:h.map(n=>{n.setSender(Y.fromBech32(g)),n.setVersion(Tn.withTxOptions()),n.setGuardian(Y.fromBech32(I));let t=d({guarded:!0},b?{hashSign:!0}:{});return n.setOptions(fn.withOptions(t)),n}):h}),B=c===s.length-1,E=s[c],f=(L=e==null?void 0:e.transaction)==null?void 0:L.getSender().toString(),{data:O}=K(!f||f===g?null:f),rn=()=>y(void 0,null,function*(){var j;if(E==null)return;let{transaction:n,multiTxData:t,transactionIndex:T}=E,v=n.getData().toString(),u=sn(n.getData().toString(),t),{tokenId:p}=u,r=n.getReceiver().toString();if(f&&f!==g&&!X(O,g))return console.error(q),a==null?void 0:a();let o=g!==r,R=r in D;if(r&&o&&!R&&M!=null){let m=yield M(r);D=d(d({},D),m!=null&&m.scamInfo?{[r]:m.scamInfo}:{})}let S=Boolean(p&&J({tokenId:p,erdLabel:Z}));en({transaction:n,receiverScamInfo:((j=D[r])==null?void 0:j.info)||null,transactionTokenInfo:u,isTokenTransaction:S,dataField:v,transactionIndex:T})});gn(()=>{rn()},[E,O]);let N=()=>{i(0),F(void 0),w(!1)},P=()=>y(void 0,null,function*(){let n=Object.values(l!=null?l:{}),t=k({isGuarded:A,transactions:n});if(A&&t){G(n),N();return}if(e==null)return;w(b);let T;try{T=yield C(e.transaction)}catch(o){console.error(o,"sign error");let{message:R}=o,S=b?z(o).errorMessage:null;N(),nn(S!=null?S:R);return}if(!T)return;let v={[c]:T},u=l?d(d({},l),v):v;if(F(u),!B){i(o=>o+1),w(!1);return}if(!u)return;let p=Object.values(u);!k({isGuarded:A,transactions:p})&&$||(G(p),N())}),on=()=>y(void 0,null,function*(){try{if(e==null)return;if(e.transaction.getSignature().toString("hex")&&!B){i(t=>t+1);return}yield P()}catch(n){yield P()}}),an=c===0,cn=()=>{an?a==null||a():i(n=>n-1)},V=Boolean(((U=e==null?void 0:e.transactionTokenInfo)==null?void 0:U.type)&&((W=e==null?void 0:e.transactionTokenInfo)==null?void 0:W.multiTxData)&&!(e!=null&&e.dataField.endsWith((_=e==null?void 0:e.transactionTokenInfo)==null?void 0:_.multiTxData)));return{allTransactions:s,onSignTransaction:()=>y(void 0,null,function*(){if(V){i(n=>n+1);return}yield on()}),onNext:()=>{i(n=>{let t=n+1;return t>(s==null?void 0:s.length)?n:t})},onPrev:()=>{i(n=>{let t=n-1;return t<0?n:t})},waitingForDevice:tn,onAbort:cn,isLastTransaction:B,isFirstTransaction:c===0,hasMultipleTransactions:s.length>1,shouldContinueWithoutSigning:V,currentStep:c,signedTransactions:l,setSignedTransactions:F,currentTransaction:e}};export{Nn as a};
2
+ //# sourceMappingURL=chunk-MUWZOIKA.js.map
@@ -0,0 +1,2 @@
1
+ import{v as s,w as d}from"./chunk-HZMCL7IW.js";import{m as r}from"./chunk-HBP5N4FR.js";r();d();var I=({sessionId:t,address:n})=>`${t}${s}${n}`;export{I as a};
2
+ //# sourceMappingURL=chunk-MV4EAS7G.js.map
@@ -1,2 +1,2 @@
1
- import{j as u,w as d}from"./chunk-BFPIYGP6.js";import{e as i,k as t,m as f}from"./chunk-HBP5N4FR.js";var h,A,l=i(()=>{f();d();h=r=>{let e=t.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(r.slice(0,e.length).equals(e))return!0;let s=t.Buffer.alloc(32).fill(0);return r.equals(s)},A=r=>{try{let a=parseInt("11",2),s=parseInt("01",2),o=t.Buffer.from(r,"hex"),c=o[31];if(h(o))return u;let n=c&a;return n>3-1&&(n=c&s),n}catch(e){return-1}}});export{A as a,l as b};
2
- //# sourceMappingURL=chunk-7ZFN6DAF.js.map
1
+ import{j as u,w as d}from"./chunk-HZMCL7IW.js";import{e as i,k as t,m as f}from"./chunk-HBP5N4FR.js";var h,A,l=i(()=>{f();d();h=r=>{let e=t.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(r.slice(0,e.length).equals(e))return!0;let s=t.Buffer.alloc(32).fill(0);return r.equals(s)},A=r=>{try{let a=parseInt("11",2),s=parseInt("01",2),o=t.Buffer.from(r,"hex"),c=o[31];if(h(o))return u;let n=c&a;return n>3-1&&(n=c&s),n}catch(e){return-1}}});export{A as a,l as b};
2
+ //# sourceMappingURL=chunk-MYWXSGPN.js.map
@@ -1,2 +1,2 @@
1
- import{c as Z,d as k}from"./chunk-2Q2SGN7Q.js";import{a as N}from"./chunk-IN6IW6EE.js";import{a as T}from"./chunk-MPN2C7AT.js";import{a as h,b as w}from"./chunk-XSHCNXON.js";import{a as S,b as E}from"./chunk-5DJROO27.js";import{f as g,g as I,t as i,w as v}from"./chunk-BFPIYGP6.js";import{a as r,b as p,i as C,m as A}from"./chunk-HBP5N4FR.js";A();v();import o from"react";import x from"classnames";w();E();var M=t=>{var a;let s=(a=t.styles)!=null?a:{};return o.createElement("span",{"data-testid":t["data-testid"]||"formatAmountComponent",className:t.className},o.createElement("span",{className:s["int-amount"],"data-testid":"formatAmountInt"},"..."))},V=(t,s)=>{var d,c,y;let{value:a,showLastNonZeroDecimal:b=!1,showLabel:F=!0}=t,m=t.digits!=null?t.digits:I,L=t.decimals!=null?t.decimals:g,n=(d=t.styles)!=null?d:{},P=(c=t.globalStyles)!=null?c:{},u=h({input:a,decimals:L,digits:m,showLastNonZeroDecimal:b,addCommas:!0}),e=u.split("."),D=e.length===1,W=u!==i;if(m>0&&D&&W){let l="";for(let f=1;f<=m;f++)l=l+i;e.push(l)}return o.createElement("span",{"data-testid":t["data-testid"]||"formatAmountComponent",className:t.className},o.createElement("span",{className:n["int-amount"],"data-testid":"formatAmountInt"},e[0]),e.length>1&&o.createElement("span",{className:n.decimals,"data-testid":"formatAmountDecimals"},".",e[1]),F&&o.createElement("span",{className:x(n.symbol,t.token&&P.textMuted),"data-testid":"formatAmountSymbol"},` ${(y=t.token)!=null?y:s}`))},q=t=>{let{value:s}=t;return S(s)?V(t,t.egldLabel||""):M(t)},z=t=>{let s=t.egldLabel||N(),a=p(r({},t),{egldLabel:s});return o.createElement(q,r({},a))},_=T(z,{ssrStyles:()=>import("../UI/FormatAmount/formatAmountStyles.js"),clientStyles:()=>(k(),C(Z)).default});export{_ as a};
2
- //# sourceMappingURL=chunk-2UELE5RP.js.map
1
+ import{c as Z,d as k}from"./chunk-2Q2SGN7Q.js";import{a as N}from"./chunk-D5G24YY6.js";import{a as T}from"./chunk-MPN2C7AT.js";import{a as h,b as w}from"./chunk-KQNLURSR.js";import{a as S,b as E}from"./chunk-5DJROO27.js";import{f as g,g as I,t as i,w as v}from"./chunk-HZMCL7IW.js";import{a as r,b as p,i as C,m as A}from"./chunk-HBP5N4FR.js";A();v();import o from"react";import x from"classnames";w();E();var M=t=>{var a;let s=(a=t.styles)!=null?a:{};return o.createElement("span",{"data-testid":t["data-testid"]||"formatAmountComponent",className:t.className},o.createElement("span",{className:s["int-amount"],"data-testid":"formatAmountInt"},"..."))},V=(t,s)=>{var d,c,y;let{value:a,showLastNonZeroDecimal:b=!1,showLabel:F=!0}=t,m=t.digits!=null?t.digits:I,L=t.decimals!=null?t.decimals:g,n=(d=t.styles)!=null?d:{},P=(c=t.globalStyles)!=null?c:{},u=h({input:a,decimals:L,digits:m,showLastNonZeroDecimal:b,addCommas:!0}),e=u.split("."),D=e.length===1,W=u!==i;if(m>0&&D&&W){let l="";for(let f=1;f<=m;f++)l=l+i;e.push(l)}return o.createElement("span",{"data-testid":t["data-testid"]||"formatAmountComponent",className:t.className},o.createElement("span",{className:n["int-amount"],"data-testid":"formatAmountInt"},e[0]),e.length>1&&o.createElement("span",{className:n.decimals,"data-testid":"formatAmountDecimals"},".",e[1]),F&&o.createElement("span",{className:x(n.symbol,t.token&&P.textMuted),"data-testid":"formatAmountSymbol"},` ${(y=t.token)!=null?y:s}`))},q=t=>{let{value:s}=t;return S(s)?V(t,t.egldLabel||""):M(t)},z=t=>{let s=t.egldLabel||N(),a=p(r({},t),{egldLabel:s});return o.createElement(q,r({},a))},_=T(z,{ssrStyles:()=>import("../UI/FormatAmount/formatAmountStyles.js"),clientStyles:()=>(k(),C(Z)).default});export{_ as a};
2
+ //# sourceMappingURL=chunk-N4UYEP6W.js.map
@@ -0,0 +1,2 @@
1
+ import{a as n}from"./chunk-3WPEWIVC.js";import{a as t}from"./chunk-2HCXFZF7.js";import{a as i}from"./chunk-YAAH2DP7.js";import{m as o}from"./chunk-HBP5N4FR.js";o();var f={Collection:n,Nft:t,Token:i};export{f as a};
2
+ //# sourceMappingURL=chunk-NDRUVBBB.js.map
@@ -1,2 +1,2 @@
1
- import{s as f}from"./chunk-UUALUSWP.js";import{h as a}from"./chunk-FWO3MI5K.js";import{a as e,d}from"./chunk-4NZOWIB6.js";import{w as n}from"./chunk-326XWAT2.js";import{k as s,l as T}from"./chunk-KFGCNXAS.js";import{j as r,m as o}from"./chunk-HBP5N4FR.js";o();import S from"axios";T();f();d();function I(R){return r(this,arguments,function*({batchId:c,address:i}){let{apiAddress:p,apiTimeout:t}=a(e.getState()),{data:m}=yield S.get(`${p}/${n}/${i}/${c}`,{timeout:Number(t!=null?t:s)});return m})}export{I as a};
2
- //# sourceMappingURL=chunk-JXNIKWR3.js.map
1
+ import{s as f}from"./chunk-4D3OXYZC.js";import{h as a}from"./chunk-FWO3MI5K.js";import{a as e,d}from"./chunk-JQRTD77Q.js";import{w as n}from"./chunk-326XWAT2.js";import{k as s,l as T}from"./chunk-UISGO47J.js";import{j as r,m as o}from"./chunk-HBP5N4FR.js";o();import S from"axios";T();f();d();function I(R){return r(this,arguments,function*({batchId:c,address:i}){let{apiAddress:p,apiTimeout:t}=a(e.getState()),{data:m}=yield S.get(`${p}/${n}/${i}/${c}`,{timeout:Number(t!=null?t:s)});return m})}export{I as a};
2
+ //# sourceMappingURL=chunk-NDVUOS7D.js.map
@@ -0,0 +1,2 @@
1
+ import{d as o}from"./chunk-YNL5DMER.js";import{b as e}from"./chunk-F54V5VM5.js";import{m as r}from"./chunk-HBP5N4FR.js";r();function d(){let t=o();return e(t)}export{d as a};
2
+ //# sourceMappingURL=chunk-NFOFGSPN.js.map
@@ -1,2 +1,2 @@
1
- import{a as r}from"./chunk-PBGUR7C7.js";import{m as c}from"./chunk-HBP5N4FR.js";c();r();var g=({transactions:s,hasUnrelatedTransactions:n})=>{let o=s.every(({status:e})=>e==="fail"),i=s.some(({status:e})=>e==="fail"),a=s.some(({status:e})=>e==="pending"),l=s.every(({status:e})=>e==="success"),t=n&&Boolean(!a&&!o&&i);return{isPending:a,isSuccessful:l,isFailed:n?t?!1:o:i,isIncompleteFailed:t}};export{g as a};
2
- //# sourceMappingURL=chunk-XVFUG6HX.js.map
1
+ import{a as r}from"./chunk-6EL5DZKA.js";import{m as c}from"./chunk-HBP5N4FR.js";c();r();var g=({transactions:s,hasUnrelatedTransactions:n})=>{let o=s.every(({status:e})=>e==="fail"),i=s.some(({status:e})=>e==="fail"),a=s.some(({status:e})=>e==="pending"),l=s.every(({status:e})=>e==="success"),t=n&&Boolean(!a&&!o&&i);return{isPending:a,isSuccessful:l,isFailed:n?t?!1:o:i,isIncompleteFailed:t}};export{g as a};
2
+ //# sourceMappingURL=chunk-NHCVT6PA.js.map
@@ -1,2 +1,2 @@
1
- import{a as c}from"./chunk-YKBHREFY.js";import{a as p}from"./chunk-UASO4ZWS.js";import{a as e}from"./chunk-5RGP7QOZ.js";import{c as C,d as S}from"./chunk-3H5JN4LM.js";import{a as s}from"./chunk-MPN2C7AT.js";import{a,i as l,m as n}from"./chunk-HBP5N4FR.js";n();import m from"react";import{faInfo as W}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as B}from"@fortawesome/react-fontawesome";import d from"classnames";var g=t=>{let{className:f="dapp-custom-toast",onDelete:T,icon:r=W,iconClassName:v,title:N="",toastId:I,CustomCloseButton:u,globalStyles:i,styles:o}=t,h=p({onDelete:T,CustomCloseButton:u});return m.createElement(e,{className:f,id:I},m.createElement("div",{className:o==null?void 0:o.content},m.createElement("div",{className:o==null?void 0:o.left},m.createElement("div",{className:d(o==null?void 0:o.icon,v)},r&&m.createElement(B,{size:"5x",icon:r,className:o==null?void 0:o.svg}))),m.createElement("div",{className:o==null?void 0:o.right},m.createElement("div",{className:o==null?void 0:o.heading},m.createElement("h5",{className:d([i==null?void 0:i.h5,o==null?void 0:o.mb4])},N),h),m.createElement(c,a({},t)))))},E=s(g,{ssrStyles:()=>import("../UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js"),clientStyles:()=>(S(),l(C)).default});export{E as a};
2
- //# sourceMappingURL=chunk-YS6VTJRF.js.map
1
+ import{a as c}from"./chunk-ZIJYH4DY.js";import{a as p}from"./chunk-ZYVOMA2Z.js";import{a as e}from"./chunk-5RGP7QOZ.js";import{c as C,d as S}from"./chunk-3H5JN4LM.js";import{a as s}from"./chunk-MPN2C7AT.js";import{a,i as l,m as n}from"./chunk-HBP5N4FR.js";n();import m from"react";import{faInfo as W}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as B}from"@fortawesome/react-fontawesome";import d from"classnames";var g=t=>{let{className:f="dapp-custom-toast",onDelete:T,icon:r=W,iconClassName:v,title:N="",toastId:I,CustomCloseButton:u,globalStyles:i,styles:o}=t,h=p({onDelete:T,CustomCloseButton:u});return m.createElement(e,{className:f,id:I},m.createElement("div",{className:o==null?void 0:o.content},m.createElement("div",{className:o==null?void 0:o.left},m.createElement("div",{className:d(o==null?void 0:o.icon,v)},r&&m.createElement(B,{size:"5x",icon:r,className:o==null?void 0:o.svg}))),m.createElement("div",{className:o==null?void 0:o.right},m.createElement("div",{className:o==null?void 0:o.heading},m.createElement("h5",{className:d([i==null?void 0:i.h5,o==null?void 0:o.mb4])},N),h),m.createElement(c,a({},t)))))},E=s(g,{ssrStyles:()=>import("../UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js"),clientStyles:()=>(S(),l(C)).default});export{E as a};
2
+ //# sourceMappingURL=chunk-NIDER4T2.js.map
@@ -1,2 +1,2 @@
1
- import{a as p}from"./chunk-GVAOPYYE.js";import{c as l,d as u}from"./chunk-3H5JN4LM.js";import{a as m}from"./chunk-IZSSLKFM.js";import{a as d}from"./chunk-MPN2C7AT.js";import{w as S}from"./chunk-BFPIYGP6.js";import{i as I,m as c}from"./chunk-HBP5N4FR.js";c();S();import o from"react";import{FontAwesomeIcon as B}from"@fortawesome/react-fontawesome";import C from"classnames";var g=({style:a,toastDataState:n,transactions:f,showCloseButton:v,onDeleteToast:N,toastTitle:h,isTimedOut:D,customElements:t={CustomCloseButton:p,TransactionToastStatusIcon:B,TransactionDetails:m},globalStyles:i,styles:s})=>{let r=t==null?void 0:t.TransactionDetails,T=t==null?void 0:t.TransactionToastStatusIcon,e=t==null?void 0:t.CustomCloseButton;return o.createElement("div",{className:a.content,"data-testid":"transactionToastContent"},o.createElement("div",{className:a.left},o.createElement("div",{className:C(a.icon,n.iconClassName)},T&&o.createElement(T,{size:"5x",icon:n.icon,className:a.svg}))),o.createElement("div",{className:a.right},o.createElement("div",{className:a.heading},o.createElement("h5",{className:C([i==null?void 0:i.h5,a.mb4]),"data-testid":"transactionToastTitle"},n.title),v&&e&&o.createElement(e,{className:s==null?void 0:s.close,onClick:N})),o.createElement("div",{className:a.footer},r&&o.createElement(r,{transactions:f,title:h,isTimedOut:D}))))},J=d(g,{ssrStyles:()=>import("../UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js"),clientStyles:()=>(u(),I(l)).default});export{J as a};
2
- //# sourceMappingURL=chunk-KL5TOS66.js.map
1
+ import{a as p}from"./chunk-F6VGPR76.js";import{c as l,d as u}from"./chunk-3H5JN4LM.js";import{a as m}from"./chunk-ITTIZGG3.js";import{a as d}from"./chunk-MPN2C7AT.js";import{w as S}from"./chunk-HZMCL7IW.js";import{i as I,m as c}from"./chunk-HBP5N4FR.js";c();S();import o from"react";import{FontAwesomeIcon as B}from"@fortawesome/react-fontawesome";import C from"classnames";var g=({style:a,toastDataState:n,transactions:f,showCloseButton:v,onDeleteToast:N,toastTitle:h,isTimedOut:D,customElements:t={CustomCloseButton:p,TransactionToastStatusIcon:B,TransactionDetails:m},globalStyles:i,styles:s})=>{let r=t==null?void 0:t.TransactionDetails,T=t==null?void 0:t.TransactionToastStatusIcon,e=t==null?void 0:t.CustomCloseButton;return o.createElement("div",{className:a.content,"data-testid":"transactionToastContent"},o.createElement("div",{className:a.left},o.createElement("div",{className:C(a.icon,n.iconClassName)},T&&o.createElement(T,{size:"5x",icon:n.icon,className:a.svg}))),o.createElement("div",{className:a.right},o.createElement("div",{className:a.heading},o.createElement("h5",{className:C([i==null?void 0:i.h5,a.mb4]),"data-testid":"transactionToastTitle"},n.title),v&&e&&o.createElement(e,{className:s==null?void 0:s.close,onClick:N})),o.createElement("div",{className:a.footer},r&&o.createElement(r,{transactions:f,title:h,isTimedOut:D}))))},J=d(g,{ssrStyles:()=>import("../UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js"),clientStyles:()=>(u(),I(l)).default});export{J as a};
2
+ //# sourceMappingURL=chunk-NJ4A7FTQ.js.map
@@ -1,2 +1,2 @@
1
- import{a as A,b as z}from"./chunk-U62W3J3X.js";import{a as h,b as q}from"./chunk-PNCJE534.js";import{a as N,b as j}from"./chunk-O5XMV5V3.js";import{s as Y}from"./chunk-UUALUSWP.js";import{b as T}from"./chunk-FWO3MI5K.js";import{a as S}from"./chunk-ZT5WTZ6O.js";import{a as v,b as X}from"./chunk-4EN2N632.js";import{a as o,d as V}from"./chunk-4NZOWIB6.js";import{b as g,c as p,d as l,e as f,w as U}from"./chunk-BFPIYGP6.js";import{e as O,j as m,k as d,m as u}from"./chunk-HBP5N4FR.js";import{Address as L}from"@multiversx/sdk-core";import G from"bignumber.js";function F({data:n,isGuarded:I}){let e=I?l:0,t=new G(p).plus(e),a=new G(g),r=n?a.times(d.Buffer.from(n).length):0;return t.plus(r).toString(10)}function ot(I){return m(this,arguments,function*({transactions:n}){let e=S(o.getState()),t=yield N(e),a=h(t);return n.map(r=>{let{value:s,receiver:i,data:b="",chainID:w,version:_=1,options:P,gasPrice:R=f,gasLimit:D=F({data:r.data,isGuarded:t==null?void 0:t.isGuarded}),guardian:y,guardianSignature:E,nonce:k=0}=r,c=i;try{c=new L(i).hex()}catch(M){throw"Invalid Receiver address"}let B=A({accountNonce:a,transactionNonce:k}),x=T(o.getState()).valueOf().toString(),C=w||x;return v({value:s,receiver:c,data:b,gasPrice:R,gasLimit:Number(D),nonce:Number(B.valueOf().toString()),sender:new L(e).hex(),chainID:C,version:_,options:P,guardian:y,guardianSignature:E})})})}var H=O(()=>{u();U();X();Y();V();j();q();z()});export{ot as a,H as b};
2
- //# sourceMappingURL=chunk-2RPKO46G.js.map
1
+ import{a as A,b as z}from"./chunk-U62W3J3X.js";import{a as h,b as q}from"./chunk-JIELLFNA.js";import{a as N,b as j}from"./chunk-S62Z73KA.js";import{s as Y}from"./chunk-4D3OXYZC.js";import{b as T}from"./chunk-FWO3MI5K.js";import{a as S}from"./chunk-2CYDF4E3.js";import{a as v,b as X}from"./chunk-OQIGIUYV.js";import{a as o,d as V}from"./chunk-JQRTD77Q.js";import{b as g,c as p,d as l,e as f,w as U}from"./chunk-HZMCL7IW.js";import{e as O,j as m,k as d,m as u}from"./chunk-HBP5N4FR.js";import{Address as L}from"@multiversx/sdk-core";import G from"bignumber.js";function F({data:n,isGuarded:I}){let e=I?l:0,t=new G(p).plus(e),a=new G(g),r=n?a.times(d.Buffer.from(n).length):0;return t.plus(r).toString(10)}function ot(I){return m(this,arguments,function*({transactions:n}){let e=S(o.getState()),t=yield N(e),a=h(t);return n.map(r=>{let{value:s,receiver:i,data:b="",chainID:w,version:_=1,options:P,gasPrice:R=f,gasLimit:D=F({data:r.data,isGuarded:t==null?void 0:t.isGuarded}),guardian:y,guardianSignature:E,nonce:k=0}=r,c=i;try{c=new L(i).hex()}catch(M){throw"Invalid Receiver address"}let B=A({accountNonce:a,transactionNonce:k}),x=T(o.getState()).valueOf().toString(),C=w||x;return v({value:s,receiver:c,data:b,gasPrice:R,gasLimit:Number(D),nonce:Number(B.valueOf().toString()),sender:new L(e).hex(),chainID:C,version:_,options:P,guardian:y,guardianSignature:E})})})}var H=O(()=>{u();U();X();Y();V();j();q();z()});export{ot as a,H as b};
2
+ //# sourceMappingURL=chunk-NJNWFMF7.js.map
@@ -1,2 +1,2 @@
1
- import{a}from"./chunk-2P25JN34.js";import{m as n}from"./chunk-HBP5N4FR.js";n();import u from"react";var S=({className:e,signedTransactionsToRender:r,successfulToastLifetime:i,handleDeleteTransactionToast:o,startTimestamp:T,toastId:t})=>{let s=r[t];if(s==null||(s==null?void 0:s.transactions)==null||(s==null?void 0:s.status)==null)return null;let{transactions:c,status:l}=s;return u.createElement(a,{key:t,startTimestamp:T,toastId:t,transactions:c,status:l,lifetimeAfterSuccess:i,onDelete:o,className:e})};export{S as a};
2
- //# sourceMappingURL=chunk-7RHCSKH4.js.map
1
+ import{a}from"./chunk-WIFXGSJB.js";import{m as n}from"./chunk-HBP5N4FR.js";n();import u from"react";var S=({className:e,signedTransactionsToRender:r,successfulToastLifetime:i,handleDeleteTransactionToast:o,startTimestamp:T,toastId:t})=>{let s=r[t];if(s==null||(s==null?void 0:s.transactions)==null||(s==null?void 0:s.status)==null)return null;let{transactions:c,status:l}=s;return u.createElement(a,{key:t,startTimestamp:T,toastId:t,transactions:c,status:l,lifetimeAfterSuccess:i,onDelete:o,className:e})};export{S as a};
2
+ //# sourceMappingURL=chunk-NMJNHPQ2.js.map
@@ -1,2 +1,2 @@
1
- import{a as M}from"./chunk-YZ24RXA2.js";import{a as S}from"./chunk-7EJSB6P6.js";import{a as v}from"./chunk-DJGL5PNP.js";import{c as w}from"./chunk-TDXF63R5.js";import{a as k,c as h}from"./chunk-EBPDXFTY.js";import{a as I}from"./chunk-7XYHQ72T.js";import{a as H}from"./chunk-YXJVLN63.js";import{a as T}from"./chunk-HIMYYDUZ.js";import{b as y,c as z}from"./chunk-L7EGO43D.js";import{h as u,j as x}from"./chunk-7YHU2LQD.js";import{p as _}from"./chunk-BX7EABCB.js";import{a as f,j as p,m as L}from"./chunk-HBP5N4FR.js";L();x();import{useState as P}from"react";import{MetamaskProvider as R}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";z();_();H();h();h();var io=({callbackRoute:n,token:E,nativeAuth:c,onLoginRedirect:O})=>{let[l,m]=P(""),[U,t]=P(!1),A=c!=null,r=S(c),o=E,C=w(),d=M();function D(){return p(this,null,function*(){if(d)throw new Error(u);t(!0);let e=R.getInstance();try{if(!(yield e.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let F=k(),N=encodeURIComponent(I(n!=null?n:F));if(A&&!o&&(o=yield r.getNativeAuthLoginToken(),!o)){console.warn("Fetching block failed. Login cancelled.");return}o&&r.setLoginToken(o);let G=f({callbackUrl:N},o&&{token:o});yield e.login(G),v(e);let{signature:g,address:i}=e.account;if(!i){t(!1),console.warn("Login cancelled."),m("Login cancelled");return}g&&o&&r.setTokenLoginInfo({signature:g,address:i}),C(y({address:i,loginMethod:"metamask"})),T({callbackRoute:n,onLoginRedirect:O,options:{signature:g,address:i}})}catch(a){console.error("error logging in",a),m("error logging in"+a.message)}finally{t(!1)}})}let s=Boolean(l);return[D,{loginFailed:s,error:l,isLoading:U&&!s,isLoggedIn:d&&!s}]};export{io as a};
2
- //# sourceMappingURL=chunk-PEWA4F72.js.map
1
+ import{a as M}from"./chunk-DPSTSFBF.js";import{a as S}from"./chunk-2CKRTOAW.js";import{a as v}from"./chunk-YNL5DMER.js";import{c as w}from"./chunk-LFTXDP3V.js";import{a as k,c as h}from"./chunk-EBPDXFTY.js";import{a as I}from"./chunk-7XYHQ72T.js";import{a as H}from"./chunk-YXJVLN63.js";import{a as T}from"./chunk-HIMYYDUZ.js";import{b as y,c as z}from"./chunk-JW2XATOA.js";import{h as u,j as x}from"./chunk-7YHU2LQD.js";import{p as _}from"./chunk-BX7EABCB.js";import{a as f,j as p,m as L}from"./chunk-HBP5N4FR.js";L();x();import{useState as P}from"react";import{MetamaskProvider as R}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";z();_();H();h();h();var io=({callbackRoute:n,token:E,nativeAuth:c,onLoginRedirect:O})=>{let[l,m]=P(""),[U,t]=P(!1),A=c!=null,r=S(c),o=E,C=w(),d=M();function D(){return p(this,null,function*(){if(d)throw new Error(u);t(!0);let e=R.getInstance();try{if(!(yield e.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let F=k(),N=encodeURIComponent(I(n!=null?n:F));if(A&&!o&&(o=yield r.getNativeAuthLoginToken(),!o)){console.warn("Fetching block failed. Login cancelled.");return}o&&r.setLoginToken(o);let G=f({callbackUrl:N},o&&{token:o});yield e.login(G),v(e);let{signature:g,address:i}=e.account;if(!i){t(!1),console.warn("Login cancelled."),m("Login cancelled");return}g&&o&&r.setTokenLoginInfo({signature:g,address:i}),C(y({address:i,loginMethod:"metamask"})),T({callbackRoute:n,onLoginRedirect:O,options:{signature:g,address:i}})}catch(a){console.error("error logging in",a),m("error logging in"+a.message)}finally{t(!1)}})}let s=Boolean(l);return[D,{loginFailed:s,error:l,isLoading:U&&!s,isLoggedIn:d&&!s}]};export{io as a};
2
+ //# sourceMappingURL=chunk-NNSFFGZO.js.map
@@ -1,2 +1,2 @@
1
- import{a as m,b}from"./chunk-ZYJTJW6F.js";import{a as d,b as S}from"./chunk-N7MHQ6JT.js";import{a as y}from"./chunk-PBGUR7C7.js";import{e as E,m as f}from"./chunk-HBP5N4FR.js";import T from"bignumber.js";function F(s){let o=[],i=0;try{if((s==null?void 0:s.startsWith("MultiESDTNFTTransfer"))&&(s==null?void 0:s.includes("@"))){let[,c,p,...e]=s==null?void 0:s.split("@");if(c){let a=new T(p,16).toNumber();if(a>=Number.MAX_SAFE_INTEGER)return[];let n=0;for(let r=0;r<a;r++){let t={type:"nftTransaction",data:"",receiver:c};for(let l=0;l<3;l++){switch(l){case 0:t.token=d(e[n]),t.data=e[n];break;case 1:{let u=e[n]&&e[n].length?e[n]:"";u&&u!=="00"?t.nonce=u:t.type="esdtTransaction",t.data=`${t.data}@${e[n]}`;break}case 2:t.amount=new T(e[n],16).toString(10),t.data=`${t.data}@${e[n]}`;break;default:break}i=n+1,n++}o[r]=t}let g=o.length!==a,h=o.some(r=>m(r.data,"@").length!==2),x=o.some(r=>r.data.startsWith("@"));if(g||h||x)return[];if(e[i]){let r=e[i];for(let t=i+1;t<e.length;t++)r+="@"+e[t];o[a]={type:"scCall",data:r,receiver:c}}}}}catch(c){return console.error("failed parsing tx",c),o}return o}var N=E(()=>{f();y();S();b()});export{F as a,N as b};
2
- //# sourceMappingURL=chunk-ERFSDC7O.js.map
1
+ import{a as m,b}from"./chunk-ZYJTJW6F.js";import{a as d,b as S}from"./chunk-N7MHQ6JT.js";import{a as y}from"./chunk-6EL5DZKA.js";import{e as E,m as f}from"./chunk-HBP5N4FR.js";import T from"bignumber.js";function F(s){let o=[],i=0;try{if((s==null?void 0:s.startsWith("MultiESDTNFTTransfer"))&&(s==null?void 0:s.includes("@"))){let[,c,p,...e]=s==null?void 0:s.split("@");if(c){let a=new T(p,16).toNumber();if(a>=Number.MAX_SAFE_INTEGER)return[];let n=0;for(let r=0;r<a;r++){let t={type:"nftTransaction",data:"",receiver:c};for(let l=0;l<3;l++){switch(l){case 0:t.token=d(e[n]),t.data=e[n];break;case 1:{let u=e[n]&&e[n].length?e[n]:"";u&&u!=="00"?t.nonce=u:t.type="esdtTransaction",t.data=`${t.data}@${e[n]}`;break}case 2:t.amount=new T(e[n],16).toString(10),t.data=`${t.data}@${e[n]}`;break;default:break}i=n+1,n++}o[r]=t}let g=o.length!==a,h=o.some(r=>m(r.data,"@").length!==2),x=o.some(r=>r.data.startsWith("@"));if(g||h||x)return[];if(e[i]){let r=e[i];for(let t=i+1;t<e.length;t++)r+="@"+e[t];o[a]={type:"scCall",data:r,receiver:c}}}}}catch(c){return console.error("failed parsing tx",c),o}return o}var N=E(()=>{f();y();S();b()});export{F as a,N as b};
2
+ //# sourceMappingURL=chunk-NOJ47DZM.js.map
@@ -1,2 +1,2 @@
1
- import{a as v}from"./chunk-MPIMSPN7.js";import{c as f,d as B}from"./chunk-6MYXLGRC.js";import{a as u}from"./chunk-2UELE5RP.js";import{a as g}from"./chunk-IN6IW6EE.js";import{a as t}from"./chunk-MPN2C7AT.js";import{i as h,m as b}from"./chunk-HBP5N4FR.js";b();import o from"react";import A from"classnames";var I=({address:d,index:a,balance:T,selectedAddress:i,onSelectAddress:e,className:c="dapp-ledger-address-row",ledgerModalTableSelectedItemClassName:m,disabled:p=!1,styles:r})=>{var n;return o.createElement("div",{onClick:()=>e({address:d,index:a}),className:A(r==null?void 0:r.ledgerAddressTableBodyItem,{[m!=null?m:""]:i===d,[(n=r==null?void 0:r.ledgerAddressTableBodyItemSelected)!=null?n:""]:i===d},c)},o.createElement("div",{className:A(r==null?void 0:r.ledgerAddressTableBodyItemData,{disabled:p})},o.createElement("input",{type:"radio",id:`check_${d}`,disabled:p,onChange:()=>e({address:d,index:a}),"data-testid":`check_${d}`,role:"button",checked:i===d,className:r==null?void 0:r.ledgerAddressTableBodyItemDataInput}),o.createElement("label",{htmlFor:`check_${a}`,role:"button","data-testid":`label_${a}`,className:r==null?void 0:r.ledgerAddressTableBodyItemDataLabel},o.createElement("div",{className:r==null?void 0:r.ledgerAddressTableBodyItemDataValue},o.createElement(v,{text:d})))),o.createElement("div",{className:r==null?void 0:r.ledgerAddressTableBodyItemData},o.createElement(u,{value:T,egldLabel:g()})),o.createElement("div",{className:r==null?void 0:r.ledgerAddressTableBodyItemData},a))},x=t(I,{ssrStyles:()=>import("../UI/ledger/LedgerLoginContainer/AddressRow/addressRowStyles.js"),clientStyles:()=>(B(),h(f)).default});export{x as a};
2
- //# sourceMappingURL=chunk-6LPW3CDV.js.map
1
+ import{a as v}from"./chunk-LNF5YD5R.js";import{c as f,d as B}from"./chunk-6MYXLGRC.js";import{a as u}from"./chunk-N4UYEP6W.js";import{a as g}from"./chunk-D5G24YY6.js";import{a as t}from"./chunk-MPN2C7AT.js";import{i as h,m as b}from"./chunk-HBP5N4FR.js";b();import o from"react";import A from"classnames";var I=({address:d,index:a,balance:T,selectedAddress:i,onSelectAddress:e,className:c="dapp-ledger-address-row",ledgerModalTableSelectedItemClassName:m,disabled:p=!1,styles:r})=>{var n;return o.createElement("div",{onClick:()=>e({address:d,index:a}),className:A(r==null?void 0:r.ledgerAddressTableBodyItem,{[m!=null?m:""]:i===d,[(n=r==null?void 0:r.ledgerAddressTableBodyItemSelected)!=null?n:""]:i===d},c)},o.createElement("div",{className:A(r==null?void 0:r.ledgerAddressTableBodyItemData,{disabled:p})},o.createElement("input",{type:"radio",id:`check_${d}`,disabled:p,onChange:()=>e({address:d,index:a}),"data-testid":`check_${d}`,role:"button",checked:i===d,className:r==null?void 0:r.ledgerAddressTableBodyItemDataInput}),o.createElement("label",{htmlFor:`check_${a}`,role:"button","data-testid":`label_${a}`,className:r==null?void 0:r.ledgerAddressTableBodyItemDataLabel},o.createElement("div",{className:r==null?void 0:r.ledgerAddressTableBodyItemDataValue},o.createElement(v,{text:d})))),o.createElement("div",{className:r==null?void 0:r.ledgerAddressTableBodyItemData},o.createElement(u,{value:T,egldLabel:g()})),o.createElement("div",{className:r==null?void 0:r.ledgerAddressTableBodyItemData},a))},x=t(I,{ssrStyles:()=>import("../UI/ledger/LedgerLoginContainer/AddressRow/addressRowStyles.js"),clientStyles:()=>(B(),h(f)).default});export{x as a};
2
+ //# sourceMappingURL=chunk-NXEQ23NV.js.map
@@ -1,2 +1,2 @@
1
- import{a as D}from"./chunk-RIYODA4U.js";import{a as u}from"./chunk-CIK3OP3W.js";import{a as d,b as A}from"./chunk-3UD25ZV3.js";import{a as l}from"./chunk-5DJROO27.js";import{c as o,d as c,e as m,t as g,w as x}from"./chunk-BFPIYGP6.js";import{e as w,m as s}from"./chunk-HBP5N4FR.js";import{Transaction as F,TransactionPayload as S,TransactionVersion as _,Address as p,TokenPayment as M}from"@multiversx/sdk-core";import b from"bignumber.js";function U({minGasLimit:t=String(o),gasLimit:e,gasPrice:r,data:k,gasPerDataByte:G,gasPriceModifier:I,defaultGasPrice:v=String(m),chainId:a}){let i=k||"",y=l(e)?e:t,T=d({data:i})?c:0,h=new b(y).plus(T).toNumber(),L=u(r)?r:v,P=new F({nonce:0,value:M.egldFromAmount("0"),receiver:new p(f.to),sender:new p(f.to),gasPrice:parseInt(L),gasLimit:h,data:new S(i.trim()),chainID:a,version:new _(1)});try{return P.computeFee({GasPerDataByte:parseInt(G),MinGasLimit:parseInt(t),GasPriceModifier:parseFloat(I),ChainID:a}).toString(10)}catch(n){return console.error(n),g}}var f,j=w(()=>{s();x();A();D();f={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"}});export{U as a,j as b};
2
- //# sourceMappingURL=chunk-BPXAQ3N6.js.map
1
+ import{a as D}from"./chunk-MKCZQ5MD.js";import{a as u}from"./chunk-QYC7YEV6.js";import{a as d,b as A}from"./chunk-VDDGQRVP.js";import{a as l}from"./chunk-5DJROO27.js";import{c as o,d as c,e as m,t as g,w as x}from"./chunk-HZMCL7IW.js";import{e as w,m as s}from"./chunk-HBP5N4FR.js";import{Transaction as F,TransactionPayload as S,TransactionVersion as _,Address as p,TokenPayment as M}from"@multiversx/sdk-core";import b from"bignumber.js";function U({minGasLimit:t=String(o),gasLimit:e,gasPrice:r,data:k,gasPerDataByte:G,gasPriceModifier:I,defaultGasPrice:v=String(m),chainId:a}){let i=k||"",y=l(e)?e:t,T=d({data:i})?c:0,h=new b(y).plus(T).toNumber(),L=u(r)?r:v,P=new F({nonce:0,value:M.egldFromAmount("0"),receiver:new p(f.to),sender:new p(f.to),gasPrice:parseInt(L),gasLimit:h,data:new S(i.trim()),chainID:a,version:new _(1)});try{return P.computeFee({GasPerDataByte:parseInt(G),MinGasLimit:parseInt(t),GasPriceModifier:parseFloat(I),ChainID:a}).toString(10)}catch(n){return console.error(n),g}}var f,j=w(()=>{s();x();A();D();f={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"}});export{U as a,j as b};
2
+ //# sourceMappingURL=chunk-NZDF4OJ4.js.map
@@ -1,2 +1,2 @@
1
- import{a as n}from"./chunk-DRJH5L43.js";import{a as t,b as c}from"./chunk-4K4XSAZL.js";import{j as o}from"./chunk-OKLK5GYW.js";import{m as d}from"./chunk-HBP5N4FR.js";d();o();c();import r from"react";var L=({operation:e,transaction:i})=>{let{direction:s}=t({operation:e,address:i.sender});switch(e.action){case"create":case"localMint":case"ESDTLocalMint":return r.createElement(n,{transaction:i,address:e.sender,action:"Mint by",direction:"Internal"});case"addQuantity":return r.createElement(n,{transaction:i,address:e.sender,action:"Add quantity by",direction:"Internal"});case"burn":case"localBurn":case"ESDTLocalBurn":return r.createElement(n,{transaction:i,address:e.sender,action:"Burn by",direction:"Internal"});case"wipe":return r.createElement(n,{transaction:i,address:e.receiver,action:"Wipe from",direction:"Internal"});case"multiTransfer":return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"Multi transfer from",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}));case"transfer":return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"Transfer from",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}));case"writeLog":return r.createElement(n,{transaction:i,address:e.sender,action:"Write log by",direction:"Internal",isFullSize:!0});case"signalError":return r.createElement(n,{transaction:i,address:e.sender,action:"Signal error by",direction:"Internal",isFullSize:!0});default:return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"From",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}))}};export{L as a};
2
- //# sourceMappingURL=chunk-ALA3L6KA.js.map
1
+ import{a as n}from"./chunk-LPO3Z7B7.js";import{a as t,b as c}from"./chunk-4K4XSAZL.js";import{j as o}from"./chunk-OKLK5GYW.js";import{m as d}from"./chunk-HBP5N4FR.js";d();o();c();import r from"react";var L=({operation:e,transaction:i})=>{let{direction:s}=t({operation:e,address:i.sender});switch(e.action){case"create":case"localMint":case"ESDTLocalMint":return r.createElement(n,{transaction:i,address:e.sender,action:"Mint by",direction:"Internal"});case"addQuantity":return r.createElement(n,{transaction:i,address:e.sender,action:"Add quantity by",direction:"Internal"});case"burn":case"localBurn":case"ESDTLocalBurn":return r.createElement(n,{transaction:i,address:e.sender,action:"Burn by",direction:"Internal"});case"wipe":return r.createElement(n,{transaction:i,address:e.receiver,action:"Wipe from",direction:"Internal"});case"multiTransfer":return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"Multi transfer from",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}));case"transfer":return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"Transfer from",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}));case"writeLog":return r.createElement(n,{transaction:i,address:e.sender,action:"Write log by",direction:"Internal",isFullSize:!0});case"signalError":return r.createElement(n,{transaction:i,address:e.sender,action:"Signal error by",direction:"Internal",isFullSize:!0});default:return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"From",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}))}};export{L as a};
2
+ //# sourceMappingURL=chunk-NZDQ5B22.js.map
@@ -1,2 +1,2 @@
1
- import{a as t,b as p}from"./chunk-RU5QNJEV.js";import{h as n,z as i}from"./chunk-326XWAT2.js";import{j as o,m as e}from"./chunk-HBP5N4FR.js";e();i();p();import m from"axios";function s(r=n){let c=`${t()}/${r}`;return m.get(c)}function y(){return o(this,null,function*(){try{let{data:r}=yield s();return r}catch(r){return console.error("err fetching economics info",r),null}})}export{s as a,y as b};
2
- //# sourceMappingURL=chunk-3W5E4B37.js.map
1
+ import{a as t,b as p}from"./chunk-DGTP5JY7.js";import{h as n,z as i}from"./chunk-326XWAT2.js";import{j as o,m as e}from"./chunk-HBP5N4FR.js";e();i();p();import m from"axios";function s(r=n){let c=`${t()}/${r}`;return m.get(c)}function y(){return o(this,null,function*(){try{let{data:r}=yield s();return r}catch(r){return console.error("err fetching economics info",r),null}})}export{s as a,y as b};
2
+ //# sourceMappingURL=chunk-OIUSVMST.js.map
@@ -0,0 +1,2 @@
1
+ import{b as m}from"./chunk-KM5VID2Y.js";import{a as f}from"./chunk-L7SYNU3B.js";import{e}from"./chunk-IVF47HJD.js";import{e as r,m as o}from"./chunk-HBP5N4FR.js";var p=r(()=>{o();m();e();f()});export{p as a};
2
+ //# sourceMappingURL=chunk-OJZ5CHVT.js.map
@@ -1,2 +1,2 @@
1
- import{c as rn,d as sn}from"./chunk-QAZMQ2BI.js";import{a as E}from"./chunk-AVUWLK23.js";import{a as H}from"./chunk-PMW2KRUI.js";import{a as w}from"./chunk-MPN2C7AT.js";import{w as an}from"./chunk-BFPIYGP6.js";import{a as u,b as v,i as on,j as L,m as G}from"./chunk-HBP5N4FR.js";G();an();import t,{useEffect as cn,useState as x}from"react";import{faArrowLeft as dn,faTimes as un}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as F}from"@fortawesome/react-fontawesome";import a from"classnames";var pn=C=>{var I;let{allTransactions:r,className:M,currentStep:e,currentTransaction:i,GuardianScreen:s,error:W,globalStyles:p,handleClose:$,handleSubmit:b,isLastTransaction:A,onPrev:O,onSignTransaction:j,signStepInnerClasses:N,styles:n,title:V,waitingForDevice:m}=C,[g,h]=x(!1),[S,_]=x({});if(!i)return null;let c=`${i.transaction.getNonce().valueOf().toString()}_${i.transactionTokenInfo.multiTxData}_${i.transactionIndex}`;cn(()=>{let T=Object.keys(S).includes(c),tn=Object.values(S).includes(e);T||tn||_(en=>v(u({},en),{[c]:e}))},[c,e]);let q=i.transaction.getData().toString(),{buttonsWrapperClassName:z,buttonClassName:B}=N||{},{type:J,multiTxData:P}=i.transactionTokenInfo,K=e===0,k=T=>{T.preventDefault(),K?$():O()},l=A&&!m,Q=()=>L(void 0,null,function*(){if(yield j(),l&&s)return h(!0);l&&b&&b()}),U=J&&P&&!q.endsWith(P),o="Sign & Continue";o=m?"Check your Ledger":o,o=l?"Sign & Submit":o,o=U?"Continue":o;let d={currentTransaction:i,error:W,allTransactions:r,currentStep:e,isGuarded:Boolean(s),signStepInnerClasses:N},y=()=>{h(!1)},X=r.length>1?"Sign Transactions":"Sign Transaction",Y=r.length>1?"Confirm Transactions":"Confirm Transaction",Z=r.length>1?`Signing Transaction ${e+1} of ${r.length}`:V||"Sign Transaction",f=s&&g,R=f?"Verify Guardian":Z,nn=[{title:X,active:!g},{title:Y,active:g,hidden:!d.isGuarded}],D=S[c]===e;return t.createElement("div",{className:a(n==null?void 0:n.modalLayoutContent,n==null?void 0:n.spaced,M,{[(I=n==null?void 0:n.guarded)!=null?I:""]:d.isGuarded})},f&&t.createElement("div",{onClick:y,className:a(n==null?void 0:n.modalLayoutHeadingIcon,n==null?void 0:n.back)},t.createElement(F,{icon:dn})),t.createElement("div",{onClick:k,className:a(n==null?void 0:n.modalLayoutHeadingIcon,n==null?void 0:n.close)},t.createElement(F,{icon:un})),d.isGuarded&&t.createElement(H,{steps:nn,type:"detailed",size:"small"}),t.createElement("div",{className:n==null?void 0:n.title,"data-testid":"signStepTitle"},R||"Confirm on Ledger"),f?t.createElement(s,v(u({},C),{onPrev:y,guardianFormDescription:"Enter the code from your Authenticator app to verify this transaction."})):t.createElement(t.Fragment,null,t.createElement(E,u({},d)),t.createElement("div",{className:a(n==null?void 0:n.signButtons,z)},t.createElement("button",{id:"closeButton","data-testid":"closeButton",onClick:k,className:a(n==null?void 0:n.signButtonCancel,B)},e===0?"Cancel":"Back"),t.createElement("button",{type:"button",className:a(p==null?void 0:p.btnPrimary,n==null?void 0:n.signButtonSubmit,B),id:"signBtn","data-testid":"signBtn",onClick:Q,disabled:m||!D},D?o:"Loading..."))))},wn=w(pn,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js"),clientStyles:()=>(sn(),on(rn)).default});export{wn as a};
2
- //# sourceMappingURL=chunk-HCHGE46O.js.map
1
+ import{c as rn,d as sn}from"./chunk-QAZMQ2BI.js";import{a as E}from"./chunk-OPBOK7NH.js";import{a as H}from"./chunk-PMW2KRUI.js";import{a as w}from"./chunk-MPN2C7AT.js";import{w as an}from"./chunk-HZMCL7IW.js";import{a as u,b as v,i as on,j as L,m as G}from"./chunk-HBP5N4FR.js";G();an();import t,{useEffect as cn,useState as x}from"react";import{faArrowLeft as dn,faTimes as un}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as F}from"@fortawesome/react-fontawesome";import a from"classnames";var pn=C=>{var I;let{allTransactions:r,className:M,currentStep:e,currentTransaction:i,GuardianScreen:s,error:W,globalStyles:p,handleClose:$,handleSubmit:b,isLastTransaction:A,onPrev:O,onSignTransaction:j,signStepInnerClasses:N,styles:n,title:V,waitingForDevice:m}=C,[g,h]=x(!1),[S,_]=x({});if(!i)return null;let c=`${i.transaction.getNonce().valueOf().toString()}_${i.transactionTokenInfo.multiTxData}_${i.transactionIndex}`;cn(()=>{let T=Object.keys(S).includes(c),tn=Object.values(S).includes(e);T||tn||_(en=>v(u({},en),{[c]:e}))},[c,e]);let q=i.transaction.getData().toString(),{buttonsWrapperClassName:z,buttonClassName:B}=N||{},{type:J,multiTxData:P}=i.transactionTokenInfo,K=e===0,k=T=>{T.preventDefault(),K?$():O()},l=A&&!m,Q=()=>L(void 0,null,function*(){if(yield j(),l&&s)return h(!0);l&&b&&b()}),U=J&&P&&!q.endsWith(P),o="Sign & Continue";o=m?"Check your Ledger":o,o=l?"Sign & Submit":o,o=U?"Continue":o;let d={currentTransaction:i,error:W,allTransactions:r,currentStep:e,isGuarded:Boolean(s),signStepInnerClasses:N},y=()=>{h(!1)},X=r.length>1?"Sign Transactions":"Sign Transaction",Y=r.length>1?"Confirm Transactions":"Confirm Transaction",Z=r.length>1?`Signing Transaction ${e+1} of ${r.length}`:V||"Sign Transaction",f=s&&g,R=f?"Verify Guardian":Z,nn=[{title:X,active:!g},{title:Y,active:g,hidden:!d.isGuarded}],D=S[c]===e;return t.createElement("div",{className:a(n==null?void 0:n.modalLayoutContent,n==null?void 0:n.spaced,M,{[(I=n==null?void 0:n.guarded)!=null?I:""]:d.isGuarded})},f&&t.createElement("div",{onClick:y,className:a(n==null?void 0:n.modalLayoutHeadingIcon,n==null?void 0:n.back)},t.createElement(F,{icon:dn})),t.createElement("div",{onClick:k,className:a(n==null?void 0:n.modalLayoutHeadingIcon,n==null?void 0:n.close)},t.createElement(F,{icon:un})),d.isGuarded&&t.createElement(H,{steps:nn,type:"detailed",size:"small"}),t.createElement("div",{className:n==null?void 0:n.title,"data-testid":"signStepTitle"},R||"Confirm on Ledger"),f?t.createElement(s,v(u({},C),{onPrev:y,guardianFormDescription:"Enter the code from your Authenticator app to verify this transaction."})):t.createElement(t.Fragment,null,t.createElement(E,u({},d)),t.createElement("div",{className:a(n==null?void 0:n.signButtons,z)},t.createElement("button",{id:"closeButton","data-testid":"closeButton",onClick:k,className:a(n==null?void 0:n.signButtonCancel,B)},e===0?"Cancel":"Back"),t.createElement("button",{type:"button",className:a(p==null?void 0:p.btnPrimary,n==null?void 0:n.signButtonSubmit,B),id:"signBtn","data-testid":"signBtn",onClick:Q,disabled:m||!D},D?o:"Loading..."))))},wn=w(pn,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js"),clientStyles:()=>(sn(),on(rn)).default});export{wn as a};
2
+ //# sourceMappingURL=chunk-OLCE3IBV.js.map
@@ -1,2 +1,2 @@
1
- import{a as b,b as x}from"./chunk-5FVLUCWD.js";import{a as N,b as k}from"./chunk-CIK3OP3W.js";import{b as v,n as L}from"./chunk-FWO3MI5K.js";import{d as T,m as E}from"./chunk-ZT5WTZ6O.js";import{a as C,b as M}from"./chunk-3UD25ZV3.js";import{a as n,d as R}from"./chunk-4NZOWIB6.js";import{a as B}from"./chunk-A543D7LE.js";import{d as m,j as y}from"./chunk-226GRIU3.js";import{c as d}from"./chunk-DZPTMTNA.js";import{g as S}from"./chunk-3PIW7IXZ.js";import{c as h,w as A}from"./chunk-BFPIYGP6.js";import{a as U}from"./chunk-PBGUR7C7.js";import{a as o,b as c,e as O,j as f,m as g}from"./chunk-HBP5N4FR.js";import V from"bignumber.js";function oe(de){return f(this,arguments,function*({transactions:a,callbackRoute:w,minGasLimit:D=h,customTransactionInformation:t,transactionsDisplayInfo:I}){var u;let l=n.getState(),r=Date.now().toString(),p=T(l),G=v(l),i=Array.isArray(a)?a:[a],P=b(i,D);if(!new V(N(p)?p:"0").minus(P).isGreaterThan(0)){let e={type:"warning",iconClassName:"text-warning",title:"Insufficient EGLD funds",description:"Current EGLD balance cannot cover the transaction fees."};return n.dispatch(d(e)),{error:"insufficient funds",sessionId:null}}if(!(i==null?void 0:i.every(e=>e.getChainID().valueOf()===G.valueOf()))){let e={type:"warning",iconClassName:"text-warning",title:"Network change detected",description:"The application tried to change the transaction network"};return n.dispatch(d(e)),{error:"Invalid ChainID",sessionId:null}}let F={sessionId:r,callbackRoute:w,customTransactionInformation:c(o({},t!=null?t:{}),{signWithoutSending:(u=t==null?void 0:t.signWithoutSending)!=null?u:!0}),transactions:i.map(e=>{let s=e.toPlainObject();return C({data:s.data,onlySetGuardian:!0})?s:c(o({},s),{senderUsername:e.getSenderUsername().valueOf(),receiverUsername:e.getReceiverUsername().valueOf()})})};return n.dispatch(y(null)),n.dispatch(m(F)),n.dispatch(S({sessionId:r,transactionsDisplayInfo:I})),{sessionId:r}})}var W=O(()=>{g();A();E();L();B();R();U();M();k();x()});export{oe as a,W as b};
2
- //# sourceMappingURL=chunk-OU2XINDL.js.map
1
+ import{a as b,b as x}from"./chunk-VLIXR53Q.js";import{a as N,b as k}from"./chunk-QYC7YEV6.js";import{b as v,n as L}from"./chunk-FWO3MI5K.js";import{d as T,m as E}from"./chunk-2CYDF4E3.js";import{a as C,b as M}from"./chunk-VDDGQRVP.js";import{a as n,d as R}from"./chunk-JQRTD77Q.js";import{a as B}from"./chunk-HMAM7HQU.js";import{d as m,j as y}from"./chunk-RY7CQ27Q.js";import{c as d}from"./chunk-M33AYCCE.js";import{g as S}from"./chunk-ZM23OWNF.js";import{c as h,w as A}from"./chunk-HZMCL7IW.js";import{a as U}from"./chunk-6EL5DZKA.js";import{a as o,b as c,e as O,j as f,m as g}from"./chunk-HBP5N4FR.js";import V from"bignumber.js";function oe(de){return f(this,arguments,function*({transactions:a,callbackRoute:w,minGasLimit:D=h,customTransactionInformation:t,transactionsDisplayInfo:I}){var u;let l=n.getState(),r=Date.now().toString(),p=T(l),G=v(l),i=Array.isArray(a)?a:[a],P=b(i,D);if(!new V(N(p)?p:"0").minus(P).isGreaterThan(0)){let e={type:"warning",iconClassName:"text-warning",title:"Insufficient EGLD funds",description:"Current EGLD balance cannot cover the transaction fees."};return n.dispatch(d(e)),{error:"insufficient funds",sessionId:null}}if(!(i==null?void 0:i.every(e=>e.getChainID().valueOf()===G.valueOf()))){let e={type:"warning",iconClassName:"text-warning",title:"Network change detected",description:"The application tried to change the transaction network"};return n.dispatch(d(e)),{error:"Invalid ChainID",sessionId:null}}let F={sessionId:r,callbackRoute:w,customTransactionInformation:c(o({},t!=null?t:{}),{signWithoutSending:(u=t==null?void 0:t.signWithoutSending)!=null?u:!0}),transactions:i.map(e=>{let s=e.toPlainObject();return C({data:s.data,onlySetGuardian:!0})?s:c(o({},s),{senderUsername:e.getSenderUsername().valueOf(),receiverUsername:e.getReceiverUsername().valueOf()})})};return n.dispatch(y(null)),n.dispatch(m(F)),n.dispatch(S({sessionId:r,transactionsDisplayInfo:I})),{sessionId:r}})}var W=O(()=>{g();A();E();L();B();R();U();M();k();x()});export{oe as a,W as b};
2
+ //# sourceMappingURL=chunk-OMMS3TDP.js.map
@@ -1,2 +1,2 @@
1
- import{a as p}from"./chunk-RVSNSIGR.js";import{c as D,d as A}from"./chunk-MSSIOKHD.js";import{a as l}from"./chunk-CCQ6HQYJ.js";import{a as g}from"./chunk-5GMNPCKD.js";import{a as u}from"./chunk-YZR3NZLK.js";import{a as c}from"./chunk-HQSE7JYF.js";import{a as m}from"./chunk-MPN2C7AT.js";import{i as x,m as o}from"./chunk-HBP5N4FR.js";o();import a from"react";import{Address as L}from"@multiversx/sdk-core/out";import B from"classnames";var k=({currentTransaction:e,error:s,signStepInnerClasses:S,globalStyles:C,styles:t})=>{if(!e)return null;let{inputGroupClassName:d,inputLabelClassName:N,inputValueClassName:f,errorClassName:T}=S||{},{tokenId:v,multiTxData:n,receiver:I,amount:y}=e.transactionTokenInfo,b=n?new L(I).bech32():e.transaction.getReceiver().toString(),r=e.receiverScamInfo,h=l(r,C),i=e.transaction.getData().toString();return a.createElement("div",{className:t==null?void 0:t.summary},a.createElement("div",{className:t==null?void 0:t.fields},a.createElement(c,{currentTransaction:e}),a.createElement(u,{scamReport:r,receiver:b,amount:y}),a.createElement(g,{transaction:e.transaction}),i&&a.createElement(p,{className:d,data:i,highlight:n,isScCall:!v,transactionIndex:e.transactionIndex,innerTransactionDataClasses:{transactionDataInputLabelClassName:N,transactionDataInputValueClassName:f}}),s&&a.createElement("p",{className:B(h.errorMessage,T)},s)))},H=m(k,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/components/signStepBodyStyles.js"),clientStyles:()=>(A(),x(D)).default});export{H as a};
2
- //# sourceMappingURL=chunk-AVUWLK23.js.map
1
+ import{a as p}from"./chunk-W3SJMUQN.js";import{c as D,d as A}from"./chunk-MSSIOKHD.js";import{a as l}from"./chunk-CCQ6HQYJ.js";import{a as g}from"./chunk-LO47QIGW.js";import{a as u}from"./chunk-2G23LO7X.js";import{a as c}from"./chunk-LXYDM3ZJ.js";import{a as m}from"./chunk-MPN2C7AT.js";import{i as x,m as o}from"./chunk-HBP5N4FR.js";o();import a from"react";import{Address as L}from"@multiversx/sdk-core/out";import B from"classnames";var k=({currentTransaction:e,error:s,signStepInnerClasses:S,globalStyles:C,styles:t})=>{if(!e)return null;let{inputGroupClassName:d,inputLabelClassName:N,inputValueClassName:f,errorClassName:T}=S||{},{tokenId:v,multiTxData:n,receiver:I,amount:y}=e.transactionTokenInfo,b=n?new L(I).bech32():e.transaction.getReceiver().toString(),r=e.receiverScamInfo,h=l(r,C),i=e.transaction.getData().toString();return a.createElement("div",{className:t==null?void 0:t.summary},a.createElement("div",{className:t==null?void 0:t.fields},a.createElement(c,{currentTransaction:e}),a.createElement(u,{scamReport:r,receiver:b,amount:y}),a.createElement(g,{transaction:e.transaction}),i&&a.createElement(p,{className:d,data:i,highlight:n,isScCall:!v,transactionIndex:e.transactionIndex,innerTransactionDataClasses:{transactionDataInputLabelClassName:N,transactionDataInputValueClassName:f}}),s&&a.createElement("p",{className:B(h.errorMessage,T)},s)))},H=m(k,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithDeviceModal/components/signStepBodyStyles.js"),clientStyles:()=>(A(),x(D)).default});export{H as a};
2
+ //# sourceMappingURL=chunk-OPBOK7NH.js.map
@@ -1,2 +1,2 @@
1
- import{a as g,b as w}from"./chunk-57IYVSAC.js";import{a as p,b as S}from"./chunk-3UD25ZV3.js";import{c as d,e as m,h as f,w as T}from"./chunk-BFPIYGP6.js";import{a,b as n,e as l,k as i,m as c}from"./chunk-HBP5N4FR.js";import{Address as t,Transaction as U,TransactionOptions as O,TransactionVersion as y}from"@multiversx/sdk-core";function D(v){var s,o,u;let e=a({},v);p({data:e.data,onlySetGuardian:!0})&&(delete e.senderUsername,delete e.receiverUsername);let r=new U(a(a(n(a(n(a({value:e.value.valueOf(),data:g(e.data),nonce:e.nonce.valueOf(),receiver:new t(e.receiver)},e.receiverUsername?{receiverUsername:e.receiverUsername}:{}),{sender:new t(e.sender)}),e.senderUsername?{senderUsername:e.senderUsername}:{}),{gasLimit:(s=e.gasLimit.valueOf())!=null?s:d,gasPrice:(o=e.gasPrice.valueOf())!=null?o:m,chainID:e.chainID.valueOf(),version:new y((u=e.version)!=null?u:f)}),e.options?{options:new O(e.options)}:{}),e.guardian?{guardian:new t(e.guardian)}:{}));return e.guardianSignature&&r.applyGuardianSignature(i.Buffer.from(e.guardianSignature,"hex")),e.signature&&r.applySignature(i.Buffer.from(e.signature,"hex")),r}var I=l(()=>{c();T();w();S()});export{D as a,I as b};
2
- //# sourceMappingURL=chunk-4EN2N632.js.map
1
+ import{a as g,b as w}from"./chunk-57IYVSAC.js";import{a as p,b as S}from"./chunk-VDDGQRVP.js";import{c as d,e as m,h as f,w as T}from"./chunk-HZMCL7IW.js";import{a,b as n,e as l,k as i,m as c}from"./chunk-HBP5N4FR.js";import{Address as t,Transaction as U,TransactionOptions as O,TransactionVersion as y}from"@multiversx/sdk-core";function D(v){var s,o,u;let e=a({},v);p({data:e.data,onlySetGuardian:!0})&&(delete e.senderUsername,delete e.receiverUsername);let r=new U(a(a(n(a(n(a({value:e.value.valueOf(),data:g(e.data),nonce:e.nonce.valueOf(),receiver:new t(e.receiver)},e.receiverUsername?{receiverUsername:e.receiverUsername}:{}),{sender:new t(e.sender)}),e.senderUsername?{senderUsername:e.senderUsername}:{}),{gasLimit:(s=e.gasLimit.valueOf())!=null?s:d,gasPrice:(o=e.gasPrice.valueOf())!=null?o:m,chainID:e.chainID.valueOf(),version:new y((u=e.version)!=null?u:f)}),e.options?{options:new O(e.options)}:{}),e.guardian?{guardian:new t(e.guardian)}:{}));return e.guardianSignature&&r.applyGuardianSignature(i.Buffer.from(e.guardianSignature,"hex")),e.signature&&r.applySignature(i.Buffer.from(e.signature,"hex")),r}var I=l(()=>{c();T();w();S()});export{D as a,I as b};
2
+ //# sourceMappingURL=chunk-OQIGIUYV.js.map
@@ -1,2 +1,2 @@
1
- import{a as i}from"./chunk-HY3IEKEL.js";import{c as s}from"./chunk-4F5KRX5N.js";import{b as n,c as T}from"./chunk-Y7ESJMSW.js";import{m as o}from"./chunk-HBP5N4FR.js";o();T();var w=({loginToken:e,version:r})=>{if(!e||!r)return null;let{ledgerWithUsernames:c}=n(r),t=s(e);if(t==null)return null;let d="For security, please confirm that your address:",a="and Auth Token:",u="are the one shown on your Ledger device screen now.";if(c){let m=i(t.ttl),f="For security, please confirm your address:",h="and authorize:";return{data:`${t.origin} for ${m}.`,confirmAddressText:f,authText:h}}return{data:e,confirmAddressText:d,authText:a,areShownText:u}};export{w as a};
2
- //# sourceMappingURL=chunk-RZG4WZYV.js.map
1
+ import{a as i}from"./chunk-HY3IEKEL.js";import{c as s}from"./chunk-4F5KRX5N.js";import{b as n,c as T}from"./chunk-H2DF6GCY.js";import{m as o}from"./chunk-HBP5N4FR.js";o();T();var w=({loginToken:e,version:r})=>{if(!e||!r)return null;let{ledgerWithUsernames:c}=n(r),t=s(e);if(t==null)return null;let d="For security, please confirm that your address:",a="and Auth Token:",u="are the one shown on your Ledger device screen now.";if(c){let m=i(t.ttl),f="For security, please confirm your address:",h="and authorize:";return{data:`${t.origin} for ${m}.`,confirmAddressText:f,authText:h}}return{data:e,confirmAddressText:d,authText:a,areShownText:u}};export{w as a};
2
+ //# sourceMappingURL=chunk-ORP6ANNG.js.map
@@ -1,2 +1,2 @@
1
- import{a as o,b as c}from"./chunk-XSHCNXON.js";import{f as a,g as n,w as u}from"./chunk-BFPIYGP6.js";import{e as f,m as e}from"./chunk-HBP5N4FR.js";function I({input:i,denomination:s=a,decimals:m=n,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:l=!1,addCommas:d=!1}){return t||(console.warn('!!! Be aware !!! The "denominate" function is deprecated. Please use "formatAmount" instead.'),t=!0),o({input:i,decimals:s,addCommas:d,digits:m,showIsLessThanDecimalsLabel:l,showLastNonZeroDecimal:r})}var t,p=f(()=>{e();u();c();t=!1});export{I as a,p as b};
2
- //# sourceMappingURL=chunk-RXMTHMME.js.map
1
+ import{a as o,b as c}from"./chunk-KQNLURSR.js";import{f as a,g as n,w as u}from"./chunk-HZMCL7IW.js";import{e as f,m as e}from"./chunk-HBP5N4FR.js";function I({input:i,denomination:s=a,decimals:m=n,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:l=!1,addCommas:d=!1}){return t||(console.warn('!!! Be aware !!! The "denominate" function is deprecated. Please use "formatAmount" instead.'),t=!0),o({input:i,decimals:s,addCommas:d,digits:m,showIsLessThanDecimalsLabel:l,showLastNonZeroDecimal:r})}var t,p=f(()=>{e();u();c();t=!1});export{I as a,p as b};
2
+ //# sourceMappingURL=chunk-ORS3X6E6.js.map
@@ -1,2 +1,2 @@
1
- import{b as o}from"./chunk-NNXE7L5C.js";import{d as r}from"./chunk-TDXF63R5.js";import{m as e}from"./chunk-HBP5N4FR.js";e();import{useMemo as n}from"react";function h(){let t=r(o),s=n(()=>Object.entries(t).map(([c,a])=>({batchId:c,transactions:a.transactions})),[t]);return{batches:t,batchTransactionsArray:s}}export{h as a};
2
- //# sourceMappingURL=chunk-FE5YIIRT.js.map
1
+ import{b as o}from"./chunk-NNXE7L5C.js";import{d as r}from"./chunk-LFTXDP3V.js";import{m as e}from"./chunk-HBP5N4FR.js";e();import{useMemo as n}from"react";function h(){let t=r(o),s=n(()=>Object.entries(t).map(([c,a])=>({batchId:c,transactions:a.transactions})),[t]);return{batches:t,batchTransactionsArray:s}}export{h as a};
2
+ //# sourceMappingURL=chunk-OSLKCV43.js.map
@@ -1,2 +1,2 @@
1
- import{a as x}from"./chunk-YZ24RXA2.js";import{a as S}from"./chunk-7EJSB6P6.js";import{a as v}from"./chunk-DJGL5PNP.js";import{c as E}from"./chunk-TDXF63R5.js";import{a as h,c as w}from"./chunk-EBPDXFTY.js";import{a as I}from"./chunk-7XYHQ72T.js";import{a as H}from"./chunk-YXJVLN63.js";import{a as T}from"./chunk-HIMYYDUZ.js";import{b as y,c as z}from"./chunk-L7EGO43D.js";import{h as u,j as _}from"./chunk-7YHU2LQD.js";import{p as M}from"./chunk-BX7EABCB.js";import{a as p,j as m,m as L}from"./chunk-HBP5N4FR.js";L();_();import{useState as P}from"react";import{ExtensionProvider as R}from"@multiversx/sdk-extension-provider";z();M();H();w();w();var eo=({callbackRoute:n,token:k,nativeAuth:c,onLoginRedirect:O})=>{let[l,d]=P(""),[U,t]=P(!1),A=c!=null,r=S(c),o=k,C=E(),f=x();function D(){return m(this,null,function*(){if(f)throw new Error(u);t(!0);let i=R.getInstance();try{if(!(yield i.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let F=h(),N=encodeURIComponent(I(n!=null?n:F));if(A&&!o&&(o=yield r.getNativeAuthLoginToken(),!o)){console.warn("Fetching block failed. Login cancelled.");return}o&&r.setLoginToken(o);let G=p({callbackUrl:N},o&&{token:o});yield i.login(G),v(i);let{signature:a,address:e}=i.account;if(!e){t(!1),console.warn("Login cancelled."),d("Login cancelled");return}a&&o&&r.setTokenLoginInfo({signature:a,address:e}),C(y({address:e,loginMethod:"extension"})),T({callbackRoute:n,onLoginRedirect:O,options:{signature:a,address:e}})}catch(g){console.error("error logging in",g),d("error logging in"+g.message)}finally{t(!1)}})}let s=Boolean(l);return[D,{loginFailed:s,error:l,isLoading:U&&!s,isLoggedIn:f&&!s}]};export{eo as a};
2
- //# sourceMappingURL=chunk-23SK5JZV.js.map
1
+ import{a as x}from"./chunk-DPSTSFBF.js";import{a as S}from"./chunk-2CKRTOAW.js";import{a as v}from"./chunk-YNL5DMER.js";import{c as E}from"./chunk-LFTXDP3V.js";import{a as h,c as w}from"./chunk-EBPDXFTY.js";import{a as I}from"./chunk-7XYHQ72T.js";import{a as H}from"./chunk-YXJVLN63.js";import{a as T}from"./chunk-HIMYYDUZ.js";import{b as y,c as z}from"./chunk-JW2XATOA.js";import{h as u,j as _}from"./chunk-7YHU2LQD.js";import{p as M}from"./chunk-BX7EABCB.js";import{a as p,j as m,m as L}from"./chunk-HBP5N4FR.js";L();_();import{useState as P}from"react";import{ExtensionProvider as R}from"@multiversx/sdk-extension-provider";z();M();H();w();w();var eo=({callbackRoute:n,token:k,nativeAuth:c,onLoginRedirect:O})=>{let[l,d]=P(""),[U,t]=P(!1),A=c!=null,r=S(c),o=k,C=E(),f=x();function D(){return m(this,null,function*(){if(f)throw new Error(u);t(!0);let i=R.getInstance();try{if(!(yield i.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let F=h(),N=encodeURIComponent(I(n!=null?n:F));if(A&&!o&&(o=yield r.getNativeAuthLoginToken(),!o)){console.warn("Fetching block failed. Login cancelled.");return}o&&r.setLoginToken(o);let G=p({callbackUrl:N},o&&{token:o});yield i.login(G),v(i);let{signature:a,address:e}=i.account;if(!e){t(!1),console.warn("Login cancelled."),d("Login cancelled");return}a&&o&&r.setTokenLoginInfo({signature:a,address:e}),C(y({address:e,loginMethod:"extension"})),T({callbackRoute:n,onLoginRedirect:O,options:{signature:a,address:e}})}catch(g){console.error("error logging in",g),d("error logging in"+g.message)}finally{t(!1)}})}let s=Boolean(l);return[D,{loginFailed:s,error:l,isLoading:U&&!s,isLoggedIn:f&&!s}]};export{eo as a};
2
+ //# sourceMappingURL=chunk-OT6XVANJ.js.map
@@ -1,2 +1,2 @@
1
- import{s as f}from"./chunk-UUALUSWP.js";import{a as n}from"./chunk-GYR6H4IK.js";import{a as r,d as I}from"./chunk-4NZOWIB6.js";import{m as o}from"./chunk-HBP5N4FR.js";o();f();I();import g,{useContext as A,useState as s,createContext as u}from"react";var i=u({}),S=r.getState();function b({children:t}){let[e,p]=s(),[c,x]=s(n(S)),a={address:e,setAddress:p,isLoggedIn:Boolean(e),loginInfo:c,setLoginInfo:d=>x(d)};return g.createElement(i.Provider,{value:a},t)}function w(){let t=A(i);if(t===void 0||Object.values(t).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return t}export{b as a,w as b};
2
- //# sourceMappingURL=chunk-SKT4IMT2.js.map
1
+ import{s as f}from"./chunk-4D3OXYZC.js";import{a as n}from"./chunk-V6YKGM5W.js";import{a as r,d as I}from"./chunk-JQRTD77Q.js";import{m as o}from"./chunk-HBP5N4FR.js";o();f();I();import g,{useContext as A,useState as s,createContext as u}from"react";var i=u({}),S=r.getState();function b({children:t}){let[e,p]=s(),[c,x]=s(n(S)),a={address:e,setAddress:p,isLoggedIn:Boolean(e),loginInfo:c,setLoginInfo:d=>x(d)};return g.createElement(i.Provider,{value:a},t)}function w(){let t=A(i);if(t===void 0||Object.values(t).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return t}export{b as a,w as b};
2
+ //# sourceMappingURL=chunk-OVIFMM5W.js.map
@@ -1,2 +1,2 @@
1
- import{a as l}from"./chunk-PENA4DTK.js";import{a as c}from"./chunk-B4XT7Q3M.js";import{b as o}from"./chunk-MZHG2RI3.js";import{j as i,m as r}from"./chunk-HBP5N4FR.js";r();var w=a=>i(void 0,null,function*(){let s=4,t;if(a.length===0)return{data:t,success:!1};for(;t===void 0&&s>0;)try{yield l(3e3);let n=(yield Promise.allSettled(a.map(e=>o(e)))).map(e=>e.status==="fulfilled"?e.value.data:void 0).filter(e=>e!==void 0);if(n.length>0){let e=n.length===a.length,u=n.some(f=>new c(f.status).isPending());e&&!u||s===1?(t=n,s=0):s-=1}else s-=1}catch(d){s-=1}return{data:t,success:t!==void 0}});export{w as a};
2
- //# sourceMappingURL=chunk-TGPYMIYT.js.map
1
+ import{a as l}from"./chunk-PENA4DTK.js";import{a as c}from"./chunk-B4XT7Q3M.js";import{b as o}from"./chunk-RN5J5JCS.js";import{j as i,m as r}from"./chunk-HBP5N4FR.js";r();var w=a=>i(void 0,null,function*(){let s=4,t;if(a.length===0)return{data:t,success:!1};for(;t===void 0&&s>0;)try{yield l(3e3);let n=(yield Promise.allSettled(a.map(e=>o(e)))).map(e=>e.status==="fulfilled"?e.value.data:void 0).filter(e=>e!==void 0);if(n.length>0){let e=n.length===a.length,u=n.some(f=>new c(f.status).isPending());e&&!u||s===1?(t=n,s=0):s-=1}else s-=1}catch(d){s-=1}return{data:t,success:t!==void 0}});export{w as a};
2
+ //# sourceMappingURL=chunk-P2XNUA3E.js.map