@multiversx/sdk-dapp 3.0.16 → 3.0.17

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 (654) hide show
  1. package/UI/Denominate/index.js +1 -1
  2. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  3. package/UI/ExplorerLink/index.js +1 -1
  4. package/UI/FormatAmount/FormatAmount.js +1 -1
  5. package/UI/FormatAmount/index.js +1 -1
  6. package/UI/NotificationModal/NotificationModal.js +1 -1
  7. package/UI/NotificationModal/index.js +1 -1
  8. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  41. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  42. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  43. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  44. package/UI/SignTransactionsModals/components/index.js +1 -1
  45. package/UI/SignTransactionsModals/index.js +1 -1
  46. package/UI/TokenDetails/index.js +1 -1
  47. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  48. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  49. package/UI/TransactionDetails/components/index.js +1 -1
  50. package/UI/TransactionDetails/index.js +1 -1
  51. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  52. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  53. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  54. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  55. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  56. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  57. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  58. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  59. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  60. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  61. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  62. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  63. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  64. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  65. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  66. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  67. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  68. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  69. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  70. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  71. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  72. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  73. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  74. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  75. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  76. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  77. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  79. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  80. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  81. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  82. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  83. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  84. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  85. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  86. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  87. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  88. package/UI/TransactionInfo/components/index.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  99. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  100. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  103. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  104. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  105. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  106. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  107. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  108. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  109. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  110. package/UI/TransactionInfo/index.js +1 -1
  111. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  112. package/UI/TransactionsTable/components/AccountName.js +1 -1
  113. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  114. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  115. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  116. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  117. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  118. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  119. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  120. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  121. package/UI/TransactionsTable/components/index.js +1 -1
  122. package/UI/TransactionsTable/index.js +1 -1
  123. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  124. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  125. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  126. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  127. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  128. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  129. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  130. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  131. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  132. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  133. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  134. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  135. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  136. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  137. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  138. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  139. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  140. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  141. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  142. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  143. package/UI/TransactionsToastList/components/index.js +1 -1
  144. package/UI/TransactionsToastList/index.js +1 -1
  145. package/UI/Trim/Trim.js +1 -1
  146. package/UI/Trim/index.js +1 -1
  147. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  148. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  149. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  150. package/UI/iframe/IframeLoginButton/index.js +1 -1
  151. package/UI/index.js +1 -1
  152. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  153. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  154. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  155. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  156. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  157. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  158. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  159. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  160. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  161. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  162. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  163. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  164. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  165. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  166. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  167. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  168. package/UI/ledger/index.js +1 -1
  169. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  170. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  171. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  172. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  173. package/UI/pages/UnlockPage/index.js +1 -1
  174. package/UI/pages/index.js +1 -1
  175. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  176. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  177. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  178. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  179. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  180. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  181. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  182. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  183. package/UI/walletConnect/index.js +1 -1
  184. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  185. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  186. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  187. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  188. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  189. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  190. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  191. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  192. package/__chunks__/{chunk-RDR26ZM7.js → chunk-22JN6N73.js} +2 -2
  193. package/__chunks__/{chunk-O744BJV2.js → chunk-2KDYG3SO.js} +2 -2
  194. package/__chunks__/chunk-2OYU5WPX.js +2 -0
  195. package/__chunks__/{chunk-RMDL5OAA.js → chunk-2V3E3WRB.js} +2 -2
  196. package/__chunks__/{chunk-XCLAMYXP.js → chunk-2YLBTMG6.js} +2 -2
  197. package/__chunks__/{chunk-TAV2TFIE.js → chunk-3CUOMC2D.js} +2 -2
  198. package/__chunks__/{chunk-7SNEZJJR.js → chunk-3FBESZUW.js} +2 -2
  199. package/__chunks__/{chunk-7M6HHSGI.js → chunk-3KHT75N2.js} +2 -2
  200. package/__chunks__/{chunk-LL7HOG6J.js → chunk-3PQESL5F.js} +2 -2
  201. package/__chunks__/{chunk-PVV5X564.js → chunk-3WJYDELU.js} +2 -2
  202. package/__chunks__/{chunk-LCJGF5JU.js → chunk-3WVAONFD.js} +2 -2
  203. package/__chunks__/{chunk-OSH6WCWT.js → chunk-4I7NHD4D.js} +2 -2
  204. package/__chunks__/{chunk-K2A6CS32.js → chunk-4Q52MB5B.js} +2 -2
  205. package/__chunks__/chunk-5CUNBDJS.js +2 -0
  206. package/__chunks__/{chunk-E5DSZECP.js → chunk-5FHEIYXO.js} +2 -2
  207. package/__chunks__/{chunk-ZYAVKRI4.js → chunk-5GZQ4REB.js} +2 -2
  208. package/__chunks__/{chunk-WR32ZBII.js → chunk-5IJ6LP4I.js} +2 -2
  209. package/__chunks__/{chunk-7DTJPOOW.js → chunk-5LRIVXCH.js} +2 -2
  210. package/__chunks__/{chunk-XWB2Z22J.js → chunk-5NULPHFT.js} +2 -2
  211. package/__chunks__/{chunk-MQIKMOZJ.js → chunk-5RSAZX46.js} +2 -2
  212. package/__chunks__/{chunk-C6D72RM4.js → chunk-5VE2X5PQ.js} +2 -2
  213. package/__chunks__/{chunk-KE6V72DR.js → chunk-62STDYU4.js} +2 -2
  214. package/__chunks__/{chunk-DMHLPALF.js → chunk-65IDFVWB.js} +2 -2
  215. package/__chunks__/{chunk-5IT4NTNI.js → chunk-6CAO2NGV.js} +2 -2
  216. package/__chunks__/{chunk-4WYLMC3D.js → chunk-6FPX673H.js} +2 -2
  217. package/__chunks__/chunk-6IQIPHJS.js +2 -0
  218. package/__chunks__/{chunk-BTWQYU2C.js → chunk-6MVSRKSW.js} +2 -2
  219. package/__chunks__/chunk-6NIELLKI.js +2 -0
  220. package/__chunks__/{chunk-3H6S2Y24.js → chunk-6U55E5BU.js} +2 -2
  221. package/__chunks__/chunk-6YTBMA3L.js +2 -0
  222. package/__chunks__/{chunk-VJWP3HH6.js → chunk-725DQS6I.js} +2 -2
  223. package/__chunks__/{chunk-LBRQ6NNQ.js → chunk-7OFHGTYC.js} +2 -2
  224. package/__chunks__/{chunk-6YLNPRNR.js → chunk-7PNWS3GR.js} +2 -2
  225. package/__chunks__/{chunk-WSN6BZMH.js → chunk-7SETDCR4.js} +2 -2
  226. package/__chunks__/{chunk-WWVQNXQQ.js → chunk-A4LWJRGO.js} +2 -2
  227. package/__chunks__/{chunk-DZ62EU6D.js → chunk-ABCTLPKE.js} +2 -2
  228. package/__chunks__/{chunk-GCTX7W5S.js → chunk-AFDBN25I.js} +2 -2
  229. package/__chunks__/{chunk-64JONOX7.js → chunk-ANAR4IRU.js} +2 -2
  230. package/__chunks__/{chunk-WSC7GZXT.js → chunk-AOHMQPZL.js} +2 -2
  231. package/__chunks__/{chunk-FUVD5E4L.js → chunk-ATPUAU7X.js} +2 -2
  232. package/__chunks__/{chunk-NZ664ICH.js → chunk-AVJDCB7V.js} +2 -2
  233. package/__chunks__/{chunk-BADP7OUK.js → chunk-B7HYNARA.js} +2 -2
  234. package/__chunks__/{chunk-3V6VX77A.js → chunk-BFRGEQGK.js} +2 -2
  235. package/__chunks__/{chunk-EA3H66B4.js → chunk-BKKRTXC4.js} +2 -2
  236. package/__chunks__/chunk-BP52J7CD.js +2 -0
  237. package/__chunks__/{chunk-SFUS2VKY.js → chunk-BPULXLJZ.js} +2 -2
  238. package/__chunks__/{chunk-LTCWKJBF.js → chunk-BRXIN6O6.js} +2 -2
  239. package/__chunks__/{chunk-GGE4CPXV.js → chunk-BWGJEGRO.js} +2 -2
  240. package/__chunks__/{chunk-ZBMHAFXY.js → chunk-C3ZPT2ID.js} +2 -2
  241. package/__chunks__/{chunk-SDTTVA3H.js → chunk-CJAPWZXN.js} +2 -2
  242. package/__chunks__/{chunk-64XM5254.js → chunk-CN47U3Z4.js} +2 -2
  243. package/__chunks__/{chunk-UTRJPO55.js → chunk-CYSDZCF5.js} +2 -2
  244. package/__chunks__/{chunk-FDFBLSTL.js → chunk-DBXSYSN3.js} +2 -2
  245. package/__chunks__/{chunk-G7EXKZNX.js → chunk-DOSMTMSA.js} +2 -2
  246. package/__chunks__/{chunk-BWWAI3DX.js → chunk-DUNXCYMV.js} +2 -2
  247. package/__chunks__/{chunk-X7JZ535N.js → chunk-DUV2RGVU.js} +2 -2
  248. package/__chunks__/{chunk-TESG4EPW.js → chunk-DYQCW5KD.js} +2 -2
  249. package/__chunks__/{chunk-34CDYCU2.js → chunk-E4B3E3AR.js} +2 -2
  250. package/__chunks__/{chunk-HDVFINPF.js → chunk-E5DSKAV7.js} +2 -2
  251. package/__chunks__/{chunk-MSZLQJKK.js → chunk-EIPIMQWF.js} +2 -2
  252. package/__chunks__/{chunk-5CEK5E5P.js → chunk-EOBC3SGK.js} +2 -2
  253. package/__chunks__/{chunk-MVFBUADO.js → chunk-EY67IUVU.js} +2 -2
  254. package/__chunks__/{chunk-S6OZRZ4J.js → chunk-FE6U2NQN.js} +2 -2
  255. package/__chunks__/{chunk-A3HLYPOG.js → chunk-FKBZ5UQI.js} +2 -2
  256. package/__chunks__/{chunk-DPXQGYHQ.js → chunk-FNDDL6TB.js} +2 -2
  257. package/__chunks__/{chunk-2DIF3Z37.js → chunk-FPLYKLXQ.js} +2 -2
  258. package/__chunks__/{chunk-P7OCMRSQ.js → chunk-G4XEIEOD.js} +2 -2
  259. package/__chunks__/{chunk-2J3JPD3M.js → chunk-GBKWCLTK.js} +2 -2
  260. package/__chunks__/{chunk-QYDUM33X.js → chunk-GEH3ZXZJ.js} +2 -2
  261. package/__chunks__/chunk-GHFRCWZU.js +2 -0
  262. package/__chunks__/{chunk-NRDHFUCQ.js → chunk-GIMVUCZB.js} +2 -2
  263. package/__chunks__/{chunk-LXALDTND.js → chunk-GIRJIZEX.js} +2 -2
  264. package/__chunks__/{chunk-O3CSCNW3.js → chunk-GMEPYWSN.js} +2 -2
  265. package/__chunks__/chunk-GMMNKNOR.js +2 -0
  266. package/__chunks__/{chunk-AWP7SP5U.js → chunk-GSKFIRV6.js} +2 -2
  267. package/__chunks__/{chunk-XAMZTUAF.js → chunk-GY4NLIXS.js} +2 -2
  268. package/__chunks__/{chunk-2OQO53I6.js → chunk-HCRA3RAT.js} +2 -2
  269. package/__chunks__/{chunk-D6NDZFSV.js → chunk-HGJG26HB.js} +2 -2
  270. package/__chunks__/{chunk-D5ZYSTJG.js → chunk-HJV3S3GA.js} +2 -2
  271. package/__chunks__/{chunk-R4ZI3VBY.js → chunk-HVQFYTGW.js} +2 -2
  272. package/__chunks__/{chunk-55SEULYJ.js → chunk-HZLQIFYM.js} +2 -2
  273. package/__chunks__/{chunk-7A3WXUSS.js → chunk-ICXOCZAA.js} +2 -2
  274. package/__chunks__/{chunk-CXJLG5A4.js → chunk-IFCEM2UW.js} +2 -2
  275. package/__chunks__/chunk-IOIPFMWK.js +2 -0
  276. package/__chunks__/{chunk-NAUSJ6GX.js → chunk-IS3UGNWF.js} +2 -2
  277. package/__chunks__/{chunk-BGVPRYVR.js → chunk-IV77VRKI.js} +2 -2
  278. package/__chunks__/{chunk-34U65DH3.js → chunk-IZT5M3NI.js} +2 -2
  279. package/__chunks__/{chunk-HF2XCYHF.js → chunk-JBFTLTH7.js} +2 -2
  280. package/__chunks__/{chunk-Q7YPBJM5.js → chunk-JMDO47UU.js} +2 -2
  281. package/__chunks__/{chunk-HR6WIFH2.js → chunk-JRTEZHT3.js} +2 -2
  282. package/__chunks__/{chunk-4DFUXKZQ.js → chunk-KB6S7Q6T.js} +2 -2
  283. package/__chunks__/{chunk-6Q47UOAU.js → chunk-KQ7RVOIZ.js} +2 -2
  284. package/__chunks__/{chunk-P4Y5FKXU.js → chunk-KRZC3JQ2.js} +2 -2
  285. package/__chunks__/{chunk-GIU4XV2F.js → chunk-L2MNSAH6.js} +2 -2
  286. package/__chunks__/{chunk-SXLG4UYA.js → chunk-LB35NEGJ.js} +2 -2
  287. package/__chunks__/{chunk-5QCFSRLF.js → chunk-LBOSXJ4J.js} +2 -2
  288. package/__chunks__/chunk-LCTNXSYB.js +2 -0
  289. package/__chunks__/{chunk-D4N2CJFN.js → chunk-LE6E76JC.js} +2 -2
  290. package/__chunks__/{chunk-LQ3OF3UT.js → chunk-LJKUHO7G.js} +2 -2
  291. package/__chunks__/{chunk-TONTM7VM.js → chunk-LRYZZFQK.js} +2 -2
  292. package/__chunks__/{chunk-W4IHW5MK.js → chunk-LVFD76RL.js} +2 -2
  293. package/__chunks__/{chunk-IT6ACLPH.js → chunk-M2ZPVVVY.js} +2 -2
  294. package/__chunks__/{chunk-W6QEHXZD.js → chunk-M56LZ3W7.js} +2 -2
  295. package/__chunks__/{chunk-A7QUPLTW.js → chunk-MAV57NWH.js} +2 -2
  296. package/__chunks__/{chunk-QE6V6NJ2.js → chunk-MDJ2PLT3.js} +2 -2
  297. package/__chunks__/{chunk-X3OO5WVW.js → chunk-MEVXHA66.js} +2 -2
  298. package/__chunks__/{chunk-RXTJDURT.js → chunk-MHWNNEJG.js} +2 -2
  299. package/__chunks__/{chunk-BKTMJUCQ.js → chunk-MIFW35FG.js} +2 -2
  300. package/__chunks__/{chunk-42CQZJVF.js → chunk-MRNCVD3U.js} +2 -2
  301. package/__chunks__/{chunk-UWCCPBC7.js → chunk-MWTZ7DNL.js} +2 -2
  302. package/__chunks__/{chunk-TMGFYETK.js → chunk-N2XOKZ5I.js} +2 -2
  303. package/__chunks__/{chunk-VIFDBVML.js → chunk-N7ADAEPB.js} +2 -2
  304. package/__chunks__/{chunk-AMJDVZKR.js → chunk-N7AWBBNE.js} +2 -2
  305. package/__chunks__/{chunk-GAJGBZ7L.js → chunk-NHOS36NE.js} +2 -2
  306. package/__chunks__/{chunk-HMFXBBM5.js → chunk-NHRIRJWC.js} +2 -2
  307. package/__chunks__/{chunk-DHQHVUWR.js → chunk-NLKVPZDS.js} +2 -2
  308. package/__chunks__/{chunk-Q3OB5TR4.js → chunk-NOMYSJLF.js} +2 -2
  309. package/__chunks__/{chunk-2KK6HTMT.js → chunk-NPBAPU5Z.js} +2 -2
  310. package/__chunks__/chunk-NPRONW74.js +2 -0
  311. package/__chunks__/{chunk-HDAF4TJS.js → chunk-NQUPSQWU.js} +2 -2
  312. package/__chunks__/chunk-NUAT4GP2.js +2 -0
  313. package/__chunks__/{chunk-4LQ35NDP.js → chunk-NWH3BG5P.js} +2 -2
  314. package/__chunks__/{chunk-7LZDM23F.js → chunk-NXKTQZRX.js} +2 -2
  315. package/__chunks__/{chunk-2PGF5VFQ.js → chunk-O3JF5Q7D.js} +2 -2
  316. package/__chunks__/{chunk-3573FLJB.js → chunk-O4AMG7HZ.js} +2 -2
  317. package/__chunks__/{chunk-JHAYVJVM.js → chunk-O4HAQEWQ.js} +2 -2
  318. package/__chunks__/{chunk-CVHDB72E.js → chunk-O5WZCBNH.js} +2 -2
  319. package/__chunks__/{chunk-AWVSX4I5.js → chunk-O5X5ZJ2X.js} +2 -2
  320. package/__chunks__/{chunk-5QDR7YM5.js → chunk-OBWRRQFF.js} +2 -2
  321. package/__chunks__/{chunk-VH4YB3UP.js → chunk-OD662V2W.js} +2 -2
  322. package/__chunks__/{chunk-35MBI4RO.js → chunk-ODC7QWD2.js} +2 -2
  323. package/__chunks__/{chunk-PR7RTJHE.js → chunk-OJE3TJIQ.js} +2 -2
  324. package/__chunks__/{chunk-ET4O5RIK.js → chunk-OS3KFYDU.js} +2 -2
  325. package/__chunks__/chunk-OZ7ANBS3.js +2 -0
  326. package/__chunks__/{chunk-JJFDJFO2.js → chunk-OZDL46NA.js} +2 -2
  327. package/__chunks__/{chunk-WE2UY2OC.js → chunk-P32QGFY7.js} +2 -2
  328. package/__chunks__/{chunk-3BS2DS5B.js → chunk-P7P5UUFA.js} +2 -2
  329. package/__chunks__/chunk-P7WESPEI.js +2 -0
  330. package/__chunks__/{chunk-H6NAP55L.js → chunk-PAX7M4ZA.js} +2 -2
  331. package/__chunks__/{chunk-YMCUSGFG.js → chunk-PFVDDVOD.js} +2 -2
  332. package/__chunks__/chunk-PHQZ5JGB.js +2 -0
  333. package/__chunks__/chunk-PJTUBBED.js +2 -0
  334. package/__chunks__/{chunk-3OEG4QIK.js → chunk-PQ24WIES.js} +2 -2
  335. package/__chunks__/{chunk-2NLENJZM.js → chunk-PWSOJTA4.js} +2 -2
  336. package/__chunks__/{chunk-6H2ESQML.js → chunk-PYXNU6FU.js} +2 -2
  337. package/__chunks__/{chunk-RZYH3FPN.js → chunk-QAXYRYC4.js} +2 -2
  338. package/__chunks__/chunk-QGQKCL7C.js +2 -0
  339. package/__chunks__/{chunk-WYBQHNYV.js → chunk-QIF4RAQV.js} +2 -2
  340. package/__chunks__/{chunk-M5ZPMMO3.js → chunk-QU55M6V5.js} +2 -2
  341. package/__chunks__/{chunk-GERAZXL2.js → chunk-QU7CA45V.js} +2 -2
  342. package/__chunks__/{chunk-MN36DZLF.js → chunk-RDD3H2JW.js} +2 -2
  343. package/__chunks__/{chunk-HUS7LRJX.js → chunk-RMNLKAFR.js} +2 -2
  344. package/__chunks__/{chunk-AJTBZTMT.js → chunk-RQLQURWN.js} +2 -2
  345. package/__chunks__/{chunk-PDWQAAOX.js → chunk-RTG6UTB2.js} +2 -2
  346. package/__chunks__/{chunk-NHDIMQ7W.js → chunk-RW52YTWK.js} +2 -2
  347. package/__chunks__/{chunk-3E7EKN2S.js → chunk-RYJAJ56G.js} +2 -2
  348. package/__chunks__/{chunk-A4D7KFO7.js → chunk-RZKCPVPQ.js} +2 -2
  349. package/__chunks__/{chunk-BDS3N4DP.js → chunk-S4F4I3EL.js} +2 -2
  350. package/__chunks__/{chunk-4AUVNKPC.js → chunk-S74OWSEP.js} +2 -2
  351. package/__chunks__/{chunk-JEOCOABU.js → chunk-S7M2FS7P.js} +2 -2
  352. package/__chunks__/{chunk-5DKOIYRR.js → chunk-S7QUPUT2.js} +2 -2
  353. package/__chunks__/{chunk-5WXMPB27.js → chunk-SBUSN3HF.js} +2 -2
  354. package/__chunks__/{chunk-QCH43YT3.js → chunk-SFYZHJUF.js} +2 -2
  355. package/__chunks__/{chunk-ST2MGQAG.js → chunk-SIVLWB4D.js} +2 -2
  356. package/__chunks__/{chunk-QX2VM2OU.js → chunk-SOT46JZ4.js} +2 -2
  357. package/__chunks__/{chunk-7AOTIAX6.js → chunk-SVN5HNM2.js} +2 -2
  358. package/__chunks__/{chunk-VEKUMKCM.js → chunk-T4VQSZEL.js} +2 -2
  359. package/__chunks__/{chunk-VZJZMQCZ.js → chunk-TFFWE4BT.js} +2 -2
  360. package/__chunks__/{chunk-CMQ7PBVM.js → chunk-TIEZXLF2.js} +2 -2
  361. package/__chunks__/{chunk-U2CW2BGZ.js → chunk-TKAZPDQD.js} +2 -2
  362. package/__chunks__/{chunk-QFM7K3RQ.js → chunk-TMS47H5N.js} +2 -2
  363. package/__chunks__/{chunk-2MCFAPIA.js → chunk-TQT5YUX5.js} +2 -2
  364. package/__chunks__/{chunk-W7EUJ4B3.js → chunk-TW3W4TEQ.js} +2 -2
  365. package/__chunks__/{chunk-BSYU2IKR.js → chunk-TW45XY74.js} +2 -2
  366. package/__chunks__/{chunk-MKXAHXBV.js → chunk-TWTHHNTM.js} +2 -2
  367. package/__chunks__/{chunk-27J5QVRB.js → chunk-U3XNHBKX.js} +2 -2
  368. package/__chunks__/{chunk-D5K4NAKG.js → chunk-U73ZTPDU.js} +2 -2
  369. package/__chunks__/{chunk-V4RHHZOZ.js → chunk-UANI2K3E.js} +2 -2
  370. package/__chunks__/{chunk-LDIWSGLJ.js → chunk-UJP5XOCK.js} +2 -2
  371. package/__chunks__/{chunk-L72XJ6HP.js → chunk-UK6TMYAE.js} +2 -2
  372. package/__chunks__/{chunk-EVWSL2NY.js → chunk-UNXXYSEH.js} +2 -2
  373. package/__chunks__/{chunk-B7GDHH5Z.js → chunk-USLL3BF7.js} +2 -2
  374. package/__chunks__/chunk-UUZWA5KU.js +2 -0
  375. package/__chunks__/{chunk-C227MKP2.js → chunk-UYTH5YHT.js} +2 -2
  376. package/__chunks__/{chunk-WB7ETDJH.js → chunk-V76FYMTO.js} +2 -2
  377. package/__chunks__/{chunk-NOIQ7FB6.js → chunk-VIQBMB7R.js} +2 -2
  378. package/__chunks__/{chunk-OMS6HFV3.js → chunk-VJYHC2IC.js} +2 -2
  379. package/__chunks__/{chunk-IGGFQLRI.js → chunk-VOVGM76A.js} +2 -2
  380. package/__chunks__/{chunk-6MOC7C24.js → chunk-VXQEK23G.js} +2 -2
  381. package/__chunks__/chunk-W3LC3DJ3.js +2 -0
  382. package/__chunks__/{chunk-EYIYUE6O.js → chunk-W6DYGRIO.js} +2 -2
  383. package/__chunks__/{chunk-XI45JTJJ.js → chunk-WD34FATV.js} +2 -2
  384. package/__chunks__/{chunk-MC67RPXS.js → chunk-WEOGIT34.js} +2 -2
  385. package/__chunks__/{chunk-JQUFJ2ZK.js → chunk-WGJCID34.js} +2 -2
  386. package/__chunks__/{chunk-OGID22XN.js → chunk-WJR6UK3M.js} +2 -2
  387. package/__chunks__/{chunk-SLR4XIVI.js → chunk-WRX3NWCT.js} +2 -2
  388. package/__chunks__/{chunk-JJIRNYF2.js → chunk-XC2TOXRS.js} +2 -2
  389. package/__chunks__/{chunk-IBZQT2FC.js → chunk-XIJOWM33.js} +2 -2
  390. package/__chunks__/{chunk-XTPJ3CFG.js → chunk-XKIHSHRR.js} +2 -2
  391. package/__chunks__/{chunk-ZEIVID3L.js → chunk-XNTBUCLS.js} +2 -2
  392. package/__chunks__/{chunk-5GKASZDC.js → chunk-XSEH43PQ.js} +2 -2
  393. package/__chunks__/{chunk-SMG62NJH.js → chunk-XWSSWFTD.js} +2 -2
  394. package/__chunks__/{chunk-BPHDMSU2.js → chunk-XYG2GT62.js} +2 -2
  395. package/__chunks__/{chunk-NT7G6VVT.js → chunk-XYIINX7L.js} +2 -2
  396. package/__chunks__/{chunk-YD6W4IDH.js → chunk-XYNRMMQW.js} +2 -2
  397. package/__chunks__/{chunk-VAC5IVJJ.js → chunk-Y2KGN2FJ.js} +2 -2
  398. package/__chunks__/{chunk-ADZ3XOUC.js → chunk-YBAE7GFQ.js} +2 -2
  399. package/__chunks__/{chunk-SMFQOU7K.js → chunk-YE4P3ZZ7.js} +2 -2
  400. package/__chunks__/{chunk-F43CFXAM.js → chunk-YMBGOTL7.js} +2 -2
  401. package/__chunks__/{chunk-MBOBTIU7.js → chunk-YMQ3LJXF.js} +2 -2
  402. package/__chunks__/{chunk-CRHBFMQU.js → chunk-YO7XRCO7.js} +2 -2
  403. package/__chunks__/{chunk-NBIJUOYQ.js → chunk-YPMP62YX.js} +2 -2
  404. package/__chunks__/{chunk-PDDM7EEC.js → chunk-YS264G4H.js} +2 -2
  405. package/__chunks__/{chunk-G6YQMTIO.js → chunk-YT7A5JWD.js} +2 -2
  406. package/__chunks__/chunk-YTYYPK7N.js +2 -0
  407. package/__chunks__/{chunk-EPAPJEZR.js → chunk-YWFYVD4G.js} +2 -2
  408. package/__chunks__/{chunk-JF7ZYQYQ.js → chunk-YXZHP6AI.js} +2 -2
  409. package/__chunks__/{chunk-YUK7ROQY.js → chunk-ZHI6VDK3.js} +2 -2
  410. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  411. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +9 -9
  412. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +9 -9
  413. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  414. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  415. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  416. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  417. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +9 -9
  418. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +9 -9
  419. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  420. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  421. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  422. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +4 -4
  423. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +4 -4
  424. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +4 -4
  425. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +4 -4
  426. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +5 -5
  427. package/__commonjs/UI/index.js +25 -25
  428. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +7 -7
  429. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +7 -7
  430. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +6 -6
  431. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/index.js +6 -6
  432. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +8 -8
  433. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +7 -7
  434. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +7 -7
  435. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +8 -8
  436. package/__commonjs/UI/ledger/index.js +8 -8
  437. package/__commonjs/UI/pages/UnlockPage/index.js +28 -28
  438. package/__commonjs/UI/pages/index.js +28 -28
  439. package/__commonjs/__mocks__/index.js +3 -3
  440. package/__commonjs/__mocks__/utils/index.js +3 -3
  441. package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
  442. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
  443. package/__commonjs/components/ProviderInitializer/index.js +1 -1
  444. package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
  445. package/__commonjs/components/TransactionsTracker/index.js +1 -1
  446. package/__commonjs/hooks/index.js +2 -2
  447. package/__commonjs/hooks/login/index.js +3 -3
  448. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  449. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  450. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  451. package/__commonjs/hooks/transactions/index.js +1 -1
  452. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  453. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  454. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  455. package/__commonjs/hooks/transactions/useTransactionsTracker.js +1 -1
  456. package/__commonjs/utils/index.js +1 -1
  457. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  458. package/__commonjs/utils/transactions/index.js +1 -1
  459. package/__commonjs/wrappers/DappProvider/CustomComponents.js +1 -1
  460. package/__commonjs/wrappers/DappProvider/DappProvider.js +3 -3
  461. package/__commonjs/wrappers/DappProvider/index.js +3 -3
  462. package/__commonjs/wrappers/index.js +3 -3
  463. package/__mocks__/index.js +1 -1
  464. package/__mocks__/utils/index.js +1 -1
  465. package/__mocks__/utils/renderWithProvider.js +1 -1
  466. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  467. package/apiCalls/accounts/index.js +1 -1
  468. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  469. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  470. package/apiCalls/configuration/index.js +1 -1
  471. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  472. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  473. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  474. package/apiCalls/economics/index.js +1 -1
  475. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  476. package/apiCalls/index.js +1 -1
  477. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  478. package/apiCalls/transactions/index.js +1 -1
  479. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  480. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  481. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  482. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  483. package/apiCalls/utils/getScamAddressData.js +1 -1
  484. package/apiCalls/utils/index.js +1 -1
  485. package/apiCalls/utils/useApiFetch.js +1 -1
  486. package/components/LogoutListener/LogoutListener.js +1 -1
  487. package/components/LogoutListener/helpers/index.js +1 -1
  488. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  489. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  490. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  491. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  492. package/components/LogoutListener/index.js +1 -1
  493. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  494. package/components/ProviderInitializer/helpers/index.js +1 -1
  495. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  496. package/components/ProviderInitializer/hooks/index.js +1 -1
  497. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  498. package/components/ProviderInitializer/index.js +1 -1
  499. package/components/TransactionSender/TransactionSender.js +1 -1
  500. package/components/TransactionSender/index.js +1 -1
  501. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  502. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  503. package/components/TransactionsTracker/index.js +1 -1
  504. package/hooks/account/index.js +1 -1
  505. package/hooks/account/useGetAccount.js +1 -1
  506. package/hooks/account/useGetAccountInfo.js +1 -1
  507. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  508. package/hooks/account/useGetIsLoggedIn.js +1 -1
  509. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  510. package/hooks/account/useGetLoginInfo.js +1 -1
  511. package/hooks/account/useGetWebsocketEvent.js +1 -1
  512. package/hooks/economics/index.js +1 -1
  513. package/hooks/economics/useGetEgldPrice.js +1 -1
  514. package/hooks/index.js +1 -1
  515. package/hooks/login/index.js +1 -1
  516. package/hooks/login/useCrossWindowLogin.js +1 -1
  517. package/hooks/login/useExtensionLogin.js +1 -1
  518. package/hooks/login/useGetModalLoginMethods.js +1 -1
  519. package/hooks/login/useIframeLogin.js +1 -1
  520. package/hooks/login/useLedgerLogin.js +1 -1
  521. package/hooks/login/useLoginService.js +1 -1
  522. package/hooks/login/useMetamaskLogin.js +1 -1
  523. package/hooks/login/useOperaLogin.js +1 -1
  524. package/hooks/login/usePasskeyLogin.js +1 -1
  525. package/hooks/login/useWalletConnectV2Login.js +1 -1
  526. package/hooks/login/useWebViewLogin.js +1 -1
  527. package/hooks/login/useWebWalletLogin.js +1 -1
  528. package/hooks/login/useXaliasLogin.js +1 -1
  529. package/hooks/signMessage/index.js +1 -1
  530. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  531. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  532. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  533. package/hooks/signMessage/useSignMessage.js +1 -1
  534. package/hooks/toasts/index.js +1 -1
  535. package/hooks/toasts/useGetToasts.js +1 -1
  536. package/hooks/toasts/useTransactionsToasts.js +1 -1
  537. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  538. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  539. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  540. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  541. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  542. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  543. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  544. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  545. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  546. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  547. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  548. package/hooks/transactions/helpers/index.js +1 -1
  549. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  550. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  551. package/hooks/transactions/index.js +1 -1
  552. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  553. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  554. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  555. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  556. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  557. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  558. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  559. package/hooks/transactions/useGetPollingInterval.js +1 -1
  560. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  561. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  562. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  563. package/hooks/transactions/useGetTokenDetails.js +1 -1
  564. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  565. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  566. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  567. package/hooks/transactions/useSignTransactions.js +1 -1
  568. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  569. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  570. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  571. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  572. package/hooks/transactions/useTransactionsTracker.js +1 -1
  573. package/hooks/useGetNetworkConfig.js +1 -1
  574. package/hooks/useGetNotification.js +1 -1
  575. package/hooks/websocketListener/index.js +1 -1
  576. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  577. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  578. package/package.json +1 -1
  579. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  580. package/providers/experimentalWebViewProvider/index.js +1 -1
  581. package/reduxStore/selectors/index.js +1 -1
  582. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  583. package/services/index.js +1 -1
  584. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  585. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  586. package/services/nativeAuth/helpers/index.js +1 -1
  587. package/services/transactions/clearTransactions.js +1 -1
  588. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  589. package/services/transactions/getTransactionsDetails.js +1 -1
  590. package/services/transactions/index.js +1 -1
  591. package/services/transactions/sendBatchTransactions.js +1 -1
  592. package/services/transactions/sendBatchTransactions.test.js +1 -1
  593. package/services/transactions/sendTransactions.js +1 -1
  594. package/services/transactions/transformAndSignTransactions.js +1 -1
  595. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  596. package/utils/account/getAccount.js +1 -1
  597. package/utils/account/getAccountBalance.js +1 -1
  598. package/utils/account/getAccountShard.js +1 -1
  599. package/utils/account/getAddress.js +1 -1
  600. package/utils/account/getLatestNonce.js +1 -1
  601. package/utils/account/getWebviewToken.js +1 -1
  602. package/utils/account/index.js +1 -1
  603. package/utils/account/refreshAccount.js +1 -1
  604. package/utils/account/signMessage.js +1 -1
  605. package/utils/getIsLoggedIn.js +1 -1
  606. package/utils/index.js +1 -1
  607. package/utils/logout.js +1 -1
  608. package/utils/network/getChainID.js +1 -1
  609. package/utils/network/getEgldLabel.js +1 -1
  610. package/utils/network/getNetworkConfig.js +1 -1
  611. package/utils/network/index.js +1 -1
  612. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  613. package/utils/transactions/builtCallbackUrl.js +1 -1
  614. package/utils/transactions/getAllTransactionsLink.js +1 -1
  615. package/utils/transactions/getOperationsDetails.js +1 -1
  616. package/utils/transactions/getTransactionLink.js +1 -1
  617. package/utils/transactions/index.js +1 -1
  618. package/utils/waitForChainID.js +1 -1
  619. package/web/hooks/index.js +1 -1
  620. package/web/hooks/useIdleTimer.js +1 -1
  621. package/web/index.js +1 -1
  622. package/wrappers/AppInitializer.js +1 -1
  623. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  624. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  625. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  626. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  627. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  628. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  629. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  630. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  631. package/wrappers/DappProvider/CustomComponents.js +1 -1
  632. package/wrappers/DappProvider/DappProvider.js +1 -1
  633. package/wrappers/DappProvider/index.js +1 -1
  634. package/wrappers/index.js +1 -1
  635. package/__chunks__/chunk-2B7AREEH.js +0 -2
  636. package/__chunks__/chunk-3PSVTPBU.js +0 -2
  637. package/__chunks__/chunk-4KLJMBW2.js +0 -2
  638. package/__chunks__/chunk-6G2E3KUV.js +0 -2
  639. package/__chunks__/chunk-6RPYHPOT.js +0 -2
  640. package/__chunks__/chunk-727RWZDR.js +0 -2
  641. package/__chunks__/chunk-DKI5CHVV.js +0 -2
  642. package/__chunks__/chunk-FBT7NUDO.js +0 -2
  643. package/__chunks__/chunk-GIVGHGHQ.js +0 -2
  644. package/__chunks__/chunk-JF76A3AV.js +0 -2
  645. package/__chunks__/chunk-KIHT7RZ7.js +0 -2
  646. package/__chunks__/chunk-KMDVBSJQ.js +0 -2
  647. package/__chunks__/chunk-NG6D4B7Z.js +0 -2
  648. package/__chunks__/chunk-NPT2NCMS.js +0 -2
  649. package/__chunks__/chunk-OZFEAZEN.js +0 -2
  650. package/__chunks__/chunk-QCJYP4CF.js +0 -2
  651. package/__chunks__/chunk-QUK6OF7W.js +0 -2
  652. package/__chunks__/chunk-XC4XEXOQ.js +0 -2
  653. package/__chunks__/chunk-YUKIOUTI.js +0 -2
  654. package/__chunks__/chunk-ZBRD3BDO.js +0 -2
@@ -3625,7 +3625,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
3625
3625
 
3626
3626
  .dapp-core-component__signWaitingScreenModal-styles__extension {
3627
3627
  color: inherit;
3628
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode($g));oA={"extension-modal":"dapp-core-component__signWaitingScreenModal-styles__extension-modal",extensionModal:"dapp-core-component__signWaitingScreenModal-styles__extension-modal","modal-container":"dapp-core-component__signWaitingScreenModal-styles__modal-container",modalContainer:"dapp-core-component__signWaitingScreenModal-styles__modal-container",extension:"dapp-core-component__signWaitingScreenModal-styles__extension"}});var rA={};G(rA,{SignWithLedgerModal:()=>tA});module.exports=F(rA);t();t();var ms=x(require("react"));t();t();t();var Lm=require("react"),Ln=require("react-redux");t();var ai=require("@reduxjs/toolkit"),Im=require("react-redux/lib/utils/Subscription");H();t();var cm=x(require("lodash.throttle"));N();H();$a();Sn();yn();var CT=[qt],ur=!1,DT=(0,cm.default)(()=>{ot(et())},5e3),sm=e=>o=>n=>{if(CT.includes(n.type))return o(n);let r=e.getState(),s=Xe.local.getItem(Pe.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(s==null)return ot(et());let m=Date.now();return s-m<0&&!ur?setTimeout(()=>{ur=!0,e.dispatch(bp())},1e3):(ur&&(ur=!1),DT()),o(n)};t();t();function fr(){return typeof sessionStorage!="undefined"}var vm=fr()?(um(),F(lm)).default:(gm(),F(fm)).default,wm=fr()?(Tm(),F(hm)).default:[],Am=fr()?(bm(),F(Sm)).default:e=>e;gr();var C=(0,ai.configureStore)({reducer:vm,middleware:e=>e({serializableCheck:{ignoredActions:[...wm,Va.type,Xt.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(sm)}),km=(0,Im.createSubscription)(C),pC=Am(C),mC=(0,ai.configureStore)({reducer:jo});var QT={store:C,subscription:km},ii=(0,Lm.createContext)(QT),uC=(0,Ln.createStoreHook)(ii),J=(0,Ln.createDispatchHook)(ii),D=(0,Ln.createSelectorHook)(ii);t();t();H();t();var Cm=x(require("lodash.isequal")),hr=require("reselect"),A=(0,hr.createSelectorCreator)(hr.defaultMemoize,Cm.default);var Ye=e=>e.account,po=A(Ye,e=>e.address),Ko=A(Ye,po,(e,o)=>o in e.accounts?e.accounts[o]:Kt),Dm=A(Ye,Ko,(e,o)=>{let s=e,{accounts:n}=s,r=Ne(s,["accounts"]);return k(g({},r),{address:o.address,account:o})}),xC=A(Ko,e=>e.balance),Nm=A(Ko,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),yC=A(Ye,e=>e.shard),ex=A(Ye,e=>e.ledgerAccount),SC=A(Ye,e=>e.walletConnectAccount),bC=A(Ye,e=>e.isAccountLoading),vC=A(Ye,e=>e.accountLoadingError),ox=A(Ye,e=>e.websocketEvent),nx=A(Ye,e=>e.websocketBatchEvent);t();var Tr=e=>e.dappConfig,IC=A(Tr,e=>e.shouldUseWebViewProvider);t();var le=e=>e.loginInfo,tx=A(le,e=>e.loginMethod),Xo=A(le,po,(e,o)=>Boolean(o)),DC=A(le,e=>e.walletConnectLogin),Pm=A(le,e=>e.ledgerLogin),Em=A(le,e=>e.walletLogin),NC=A(le,e=>e.isLoginSessionInvalid),ci=A(le,e=>e.tokenLogin),si=A(le,e=>e.logoutRoute),rx=A(le,e=>e.isWalletConnectV2Initialized);t();var Mm=e=>e.modals,MC=A(Mm,e=>e.txSubmittedModal),ax=A(Mm,e=>e.notificationModal);t();var Le=e=>e.networkConfig,xr=A(Le,e=>e.network.chainId),ix=A(Le,e=>e.network.roundDuration),OC=A(Le,e=>e.network.walletConnectBridgeAddress),cx=A(Le,e=>e.network.walletConnectV2RelayAddress),sx=A(Le,e=>e.network.walletConnectV2ProjectId),px=A(Le,e=>e.network.walletConnectV2Options),mx=A(Le,e=>e.network.walletConnectDeepLink),ue=A(Le,e=>e.network),pi=A(ue,e=>e.apiAddress),Rm=A(ue,e=>e.explorerAddress),mi=A(ue,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),dx=A(ue,e=>e.xAliasAddress),yr=A(ue,e=>e.egldLabel);t();var Sr=e=>e.signedMessageInfo,UC=A(Sr,e=>e.isSigning),GC=A(Sr,e=>e.errorMessage),HC=A(Sr,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),VC=A(Sr,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Wm=e=>e.toasts,_x=A(Wm,e=>e.customToasts),Om=A(Wm,e=>e.transactionToasts);t();H();var Fm={errorMessage:Za,successMessage:Ja,processingMessage:Qa},Bm=e=>e.transactionsInfo,lx=A(Bm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Fm);t();t();var Ze=require("@multiversx/sdk-core");N();t();var di=require("@multiversx/sdk-core/out");t();t();function ct(e){try{let o=atob(e),n=btoa(o),r=a.Buffer.from(e,"base64").toString(),s=a.Buffer.from(r).toString("base64"),p=e===n||n.startsWith(e),m=e===s||s.startsWith(e);if(p&&m)return!0}catch(o){return!1}return!1}function Yo(e){return ct(e)?atob(e):e}t();t();function br(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function Zo(e){let o=e;try{let n=a.Buffer.from(e,"hex").toString();br(n)&&n.length>1&&(o=n)}catch(n){}return o}t();t();var Um=e=>{let o=e!=null?e:"";return ct(o)?di.TransactionPayload.fromEncoded(o):new di.TransactionPayload(o)};t();N();var Jo=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(ba).some(n=>e.startsWith(n)):!1;function st(e){var r,s,p;let o=g({},e);Jo({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new Ze.Transaction(g(g(k(g(k(g({value:o.value.valueOf(),data:Um(o.data),nonce:o.nonce.valueOf(),receiver:new Ze.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ze.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:Zn,gasPrice:(s=o.gasPrice.valueOf())!=null?s:Jn,chainID:o.chainID.valueOf(),version:new Ze.TransactionVersion((p=o.version)!=null?p:tp)}),o.options?{options:new Ze.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ze.Address(o.guardian)}:{}));return o.guardianSignature&&n.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&n.applySignature(a.Buffer.from(o.signature,"hex")),n}t();t();N();function ux(e,o){let n=new URLSearchParams(e),r=Object.fromEntries(n);return{nextUrlParams:new URLSearchParams(g(g({},r),o)).toString(),params:r}}var fx="3.0.16";function _i({callbackUrl:e,urlParams:o={}}){let n=e;if(Object.entries(o).length>0)try{let{search:r,origin:s,pathname:p,hash:m}=new URL(e),d=k(g({},o),{[$t]:fx}),{nextUrlParams:_}=ux(r,d);n=`${s}${p}?${_}${m}`}catch(r){return console.error("Unable to construct URL from: ",e,r),n}return n}t();t();t();var hx=require("@multiversx/sdk-core/out");t();N();t();var pt=require("@multiversx/sdk-core");j();t();var Gm=require("@multiversx/sdk-core");function Tx(e){try{let o=new Gm.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Lo(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&Tx(e)}var xx=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function li(e,o,n=""){if(!Lo(e))return!1;if(new pt.Address(e).isContractAddress())return!0;let p=Hm({receiver:e,data:n});return p?new pt.Address(p).isContractAddress()||bx(e,o,n):!1}var yx=e=>e.toLowerCase().match(/[0-9a-f]/g),Sx=e=>e.length%2===0;function bx(e,o,n){let r=n==null?void 0:n.split("@");if(r==null)return!1;let[s,...p]=r,m=o!=null&&e!=null&&e===o,d=xx.includes(s),_=p.every(l=>yx(l)&&Sx(l));return m&&d&&_}function Hm({receiver:e,data:o}){try{if(!o)return e;let n=ct(o)?pt.TransactionPayload.fromEncoded(o).toString():o,r=vx(n),s=n.split("@");return r>-1?s[r]:e}catch(n){console.log(n);return}}function vx(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}t();t();t();var fi=require("@multiversx/sdk-core"),vr=x(require("bignumber.js"));z();var ui={tokenId:"",amount:""},Vm=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:Zo(p));function gi(e){if(!e)return ui;let o=e.startsWith("ESDTTransfer"),n=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),r=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,s,p]=e.split("@");try{let m=a.Buffer.from(s,"hex").toString("ascii");if(!m)return ui;let d=new vr.default("0x"+p.replace("0x","")).toString(10);return{tokenId:m,amount:d}}catch(m){console.error("Error getting token from transaction data",m)}}if(n)try{let[,s,p,m,d]=Vm(e);if([s,p,m,d].every(_=>Boolean(_))&&Lo(new fi.Address(d).bech32()))return{tokenId:`${s}-${p}`,amount:new vr.default(m,16).toString(10),collection:s,nonce:p,receiver:new fi.Address(d).bech32()}}catch(s){}if(r)try{let[,s,p,m]=Vm(e);if([s,p,m].every(d=>Boolean(d)))return{tokenId:`${s}-${p}`,amount:new vr.default(m,16).toString(10),collection:s,nonce:p}}catch(s){}return ui}t();t();t();var me="accounts";var wr="blocks",qm="code",zm="collections";var jm="contracts",mt="economics",Km="identities";var Xm="locked-accounts",Ym="logs",Zm="miniblocks";var dt="nfts",Jm="nodes",hi="providers",Qm="roles",Ti="sc-results";var Co="tokens";var Me="transactions";var _t={shard:e=>`/${wr}?shard=${e}`,receiverShard:e=>`/${Me}?receivershard=${e}`,senderShard:e=>`/${Me}?sendershard=${e}`,transactionDetails:e=>`/${Me}/${e}`,transactionDetailsScResults:e=>`/${Me}/${e}/${Ti}`,transactionDetailsLogs:e=>`/${Me}/${e}/${Ym}`,nodeDetails:e=>`/${Jm}/${e}`,accountDetails:e=>`/${me}/${e}`,accountDetailsContractCode:e=>`/${me}/${e}/${qm}`,accountDetailsTokens:e=>`/${me}/${e}/${Co}`,accountDetailsNfts:e=>`/${me}/${e}/${dt}`,accountDetailsScResults:e=>`/${me}/${e}/${Ti}`,accountDetailsContracts:e=>`/${me}/${e}/${jm}`,identityDetails:e=>`/${Km}/${e}`,tokenDetails:e=>`/${Co}/${e}`,tokenDetailsAccounts:e=>`/${Co}/${e}/${me}`,tokenDetailsLockedAccounts:e=>`/${Co}/${e}/${Xm}`,tokenDetailsRoles:e=>`/${Co}/${e}/${Qm}`,collectionDetails:e=>`/${zm}/${e}`,nftDetails:e=>`/${dt}/${e}`,providerDetails:e=>`/${hi}/${e}`,providerDetailsTransactions:e=>`/${hi}/${e}/${Me}`,miniblockDetails:e=>`/${Zm}/${e}`};t();t();t();t();he();t();var ed=!1;function Ix(e){ed||(console.error(e),ed=!0)}function lt({explorerAddress:e,to:o}){try{return new URL(o).href}catch(n){return o.startsWith("/")||(Ix(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}t();he();t();t();t();var kx=x(require("bignumber.js"));N();t();var td=require("@multiversx/sdk-core"),Do=x(require("bignumber.js"));N();t();var nd=x(require("bignumber.js")),Ir=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new nd.default(n),s=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=s};t();function mo(e){return{if:function(o){return o?{then:n=>n instanceof Function?mo(n(e)):mo(n)}:{then:()=>mo(e)}},then:o=>o instanceof Function?mo(o(e)):mo(o),valueOf:function(){return e}}}Do.default.config({ROUNDING_MODE:Do.default.ROUND_FLOOR});function Re({input:e,decimals:o=Ae,digits:n=Vo,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:s=!1,addCommas:p=!1}){if(!Ir(e,!1))throw new Error("Invalid input");let m=new Do.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),mo(d).then(()=>td.TokenTransfer.fungibleFromBigInteger("",d,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(_=>{let l=new Do.default(_);if(l.isZero())return Ie;let u=l.toString(10),[f,S]=u.split("."),v=new Do.default(S||0),T=mo(0).if(Boolean(S&&r)).then(()=>Math.max(S.length,n)).if(v.isZero()&&!r).then(0).if(Boolean(S&&!r)).then(()=>Math.min(S.length,n)).valueOf(),P=S&&n>=1&&n<=S.length&&v.isGreaterThan(0)&&new Do.default(S.substring(0,n)).isZero(),I=l.toFormat(T);return mo(u).if(p).then(I).if(Boolean(P)).then(R=>{let W=new Do.default(f).isZero(),[E,V]=R.split("."),q=new Array(n-1).fill(0),X=[...q,0].join(""),oe=[...q,1].join("");return W?s?`<${E}.${oe}`:r?`${E}.${V}`:E:`${E}.${X}`}).if(Boolean(!P&&S)).then(R=>{let[W]=R.split("."),E=S.substring(0,T);if(r){let V=n-E.length;if(V>0){let q=Array(V).fill(0).join("");return E=`${E}${q}`,`${W}.${E}`}return R}return E?`${W}.${E}`:W}).valueOf()}).if(m).then(_=>`-${_}`).valueOf()}t();t();t();N();t();t();t();t();N();t();N();t();var Lx=require("@multiversx/sdk-core");N();t();var We=require("@multiversx/sdk-core"),id=x(require("bignumber.js"));N();t();t();var xi=x(require("bignumber.js"));N();var rd=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,n]=e.split("."),r=xi.default.clone();if(n){let d=n.split("").every(_=>!isNaN(parseInt(_)));for(r.set({DECIMAL_PLACES:d?n.length:xi.default.config().DECIMAL_PLACES});n.charAt(n.length-1)===Ie;)n=n.slice(0,-1)}let s=n?[o,n].join("."):o,p=r(s);return p.toString(10)===s&&p.comparedTo(0)>=0};t();N();t();var yi={isEsdt:!1,isNft:!1,isEgld:!1};function Si(e){let o=e==null?void 0:e.split("-").length;return o===2?k(g({},yi),{isEsdt:!0}):o===3?k(g({},yi),{isNft:!0}):k(g({},yi),{isEgld:!0})}var ad={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function bi({minGasLimit:e=String(Zn),gasLimit:o,gasPrice:n,data:r,gasPerDataByte:s,gasPriceModifier:p,defaultGasPrice:m=String(Jn),chainId:d}){let _=r||"",l=Ir(o)?o:e,u=Jo({data:_})?Wa:0,f=new id.default(l).plus(u).toNumber(),S=rd(n)?n:m,v=new We.Transaction({nonce:0,value:We.TokenPayment.egldFromAmount("0"),receiver:new We.Address(ad.to),sender:new We.Address(ad.to),gasPrice:parseInt(S),gasLimit:f,data:new We.TransactionPayload(_.trim()),chainID:d,version:new We.TransactionVersion(1)});try{return v.computeFee({GasPerDataByte:parseInt(s),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:d}).toString(10)}catch(T){return console.error(T),Ie}}t();var kr=({amount:e,usd:o,decimals:n=2,addEqualSign:r})=>{let s=(parseFloat(e)*o).toFixed(n),p=parseFloat(s).toLocaleString("en",{maximumFractionDigits:n,minimumFractionDigits:n}),m=parseFloat(e)>0?"\u2248":"=";return`${r?`${m} `:""}$${p}`};t();t();t();t();N();function Cx(e,o){let n,r,s=/(\.0+)+$/,p=e.replace(s,"").split("."),m=o.replace(s,"").split("."),d=Math.min(p.length,m.length);for(n=0;n<d;n++)if(r=parseInt(p[n],10)-parseInt(m[n],10),r)return r;return p.length-m.length}function cd(e){let o=[va,wa,Aa,Ia,Yn,ka,e].sort((l,u)=>Cx(l,u)),n=o.indexOf(va),r=o.indexOf(wa),s=o.indexOf(Aa),p=o.indexOf(Ia),m=o.indexOf(Yn),d=o.indexOf(ka),_=o.indexOf(e);return{ledgerWithMultiAccount:_>=n,ledgerWithHashSign:_>=r,ledgerWithSignAuthToken:_>=s,ledgerWithWhitelistedTokens:_>=p,ledgerWithGuardians:_>=m,ledgerWithUsernames:_>=d}}t();N();var sd=({feeLimit:e,egldPriceInUsd:o,hideEqualSign:n})=>{let r=Re({input:e,decimals:Ae,digits:Vo,showLastNonZeroDecimal:!0}),s=kr({amount:r,usd:o,decimals:Vo});return n?s:`\u2248 ${s}`};t();N();t();he();var Dx=["reDelegateRewards","claimRewards","unBond"],Nx=["wrapEgld","unwrapEgld"],Px=["unStake"],Ex=["unDelegate"];t();t();t();N();t();var Wx=x(require("bignumber.js"));t();t();he();t();var Fx=x(require("bignumber.js"));t();t();var pd=({data:e,highlight:o,occurrences:n,transactionIndex:r})=>{let s=n[r]||e.indexOf(o),p=o.length,m=e.slice(0,s),d=e.slice(s+p);return{start:m,end:d}};t();function md({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}t();var wi=x(require("bignumber.js"));j();t();var dd=(e,o)=>{let n=[],r=e.indexOf(o,0);for(;r>=0;)n.push(r),r=e.indexOf(o,r+1);return n};function _d(e){let o=[],n=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,s,...p]=e==null?void 0:e.split("@");if(r){let m=new wi.default(s,16).toNumber();if(m>=Number.MAX_SAFE_INTEGER)return[];let d=0;for(let f=0;f<m;f++){let S={type:"nftTransaction",data:"",receiver:r};for(let v=0;v<3;v++){switch(v){case 0:S.token=Zo(p[d]),S.data=p[d];break;case 1:{let T=p[d]&&p[d].length?p[d]:"";T&&T!=="00"?S.nonce=T:S.type="esdtTransaction",S.data=`${S.data}@${p[d]}`;break}case 2:S.amount=new wi.default(p[d],16).toString(10),S.data=`${S.data}@${p[d]}`;break;default:break}n=d+1,d++}o[f]=S}let _=o.length!==m,l=o.some(f=>dd(f.data,"@").length!==2),u=o.some(f=>f.data.startsWith("@"));if(_||l||u)return[];if(p[n]){let f=p[n];for(let S=n+1;S<p.length;S++)f+="@"+p[S];o[m]={type:"scCall",data:f,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}t();t();t();z();function Cn(e){let n=Object.getPrototypeOf(e).toPlainObject!=null?e:st(e),r=k(g({},n.toPlainObject()),{hash:n.getHash().hex(),senderUsername:n.getSenderUsername().valueOf(),receiverUsername:n.getReceiverUsername().valueOf(),status:"pending"});return Jo({data:r.data,onlySetGuardian:!0})&&(delete r.senderUsername,delete r.receiverUsername),r}t();var fd=require("@multiversx/sdk-web-wallet-provider");N();t();var ud=x(require("qs"));t();se();var Cr=e=>{let o=new URLSearchParams(e).toString(),{pathname:n,hash:r}=B(),s=o?`?${o}`:"",p=n?`${n}${s}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};$o();t();$o();var Ux={search:Ee()?window.location.search:"",removeParams:[]},ld=(e,o=Ux)=>{var m;let n={},r=Ee()?window.location.search:"",s=(m=o.search)!=null?m:r;if(s){let d=s?new URLSearchParams(s):[];n=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=n[d],delete n[d]}),o.removeParams!=null&&Object.keys(n).forEach(d=>{var l,u;let[_]=d.split("[");(((l=o.removeParams)==null?void 0:l.includes(d))||((u=o.removeParams)==null?void 0:u.includes(_)))&&delete n[d]}),{remainingParams:p,params:n,clearNavigationHistory:()=>Cr(n)}};var Dr=({removeParams:e,search:o})=>{let n=Ee()?window.location.search:"",r=o!=null?o:n;if(!r)return{};let s=ud.default.parse(r.replace("?","")),p=Object.keys(s).filter(d=>!e.includes(d)),{remainingParams:m}=ld(p,{search:o,removeParams:e});return Cr(m),m};var gd=({transaction:e,search:o})=>Dr({removeParams:[...Object.keys(e),fd.WALLET_PROVIDER_CALLBACK_PARAM,io,$t],search:o});t();t();t();ce();t();he();t();t();ce();t();var Gx=x(require("linkifyjs"));t();N();t();var Hx=x(require("bignumber.js"));t();j();t();t();z();t();z();t();t();t();he();t();he();t();var Vx=x(require("bignumber.js"));N();he();t();he();t();var yd=require("react");j();t();t();he();t();t();var hd=require("@multiversx/sdk-core/out"),Ai=x(require("bignumber.js"));he();var _o=(e,o,n)=>{switch(o){case"text":try{return a.Buffer.from(e,"hex").toString("utf8")}catch(r){}return e;case"decimal":return e!==""?new Ai.default(e,16).toString(10):"";case"smart":try{let r=hd.Address.fromHex(e).toString();if(Lo(r))return r}catch(r){}try{let r=a.Buffer.from(e,"hex").toString("utf8");if(br(r))return r;{if(n&&[...n.esdts,...n.nfts].some(m=>r.includes(m)))return r;let s=new Ai.default(e,16);return s.isFinite()?s.toString(10):e}}catch(r){}return e;case"raw":default:return e}};t();j();t();var $x=e=>e.toLowerCase().match(/^[0-9a-f]+$/i),qx=e=>e.length%2===0,Td=e=>{let o=[];return e&&!$x(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!qx(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};t();j();var Nr=({parts:e,decodedParts:o,identifier:n})=>{let r=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(r[2]=_o(e[2],"decimal")),n==="ESDTNFTTransfer"&&e[1]){let s=a.Buffer.from(String(e[1]),"base64");r[1]=_o(s.toString("hex"),"decimal")}return r};var xd=({parts:e,decodeMethod:o,identifier:n,display:r})=>{let s=e.map((m,d)=>{if(e.length>=2&&(d===0&&m.length<64||d===1&&!e[0]))return/[^a-z0-9]/gi.test(m)?_o(m,o):m;{let _=Td(m);return _.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,..._]))),_o(m,o)}});return o==="smart"?Nr({parts:e,decodedParts:s,identifier:n}):s};var Ii=({input:e,decodeMethod:o,identifier:n})=>{let r={displayValue:"",validationWarnings:[]};if(!e.includes("@")&&!e.includes(`
3628
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode($g));oA={"extension-modal":"dapp-core-component__signWaitingScreenModal-styles__extension-modal",extensionModal:"dapp-core-component__signWaitingScreenModal-styles__extension-modal","modal-container":"dapp-core-component__signWaitingScreenModal-styles__modal-container",modalContainer:"dapp-core-component__signWaitingScreenModal-styles__modal-container",extension:"dapp-core-component__signWaitingScreenModal-styles__extension"}});var rA={};G(rA,{SignWithLedgerModal:()=>tA});module.exports=F(rA);t();t();var ms=x(require("react"));t();t();t();var Lm=require("react"),Ln=require("react-redux");t();var ai=require("@reduxjs/toolkit"),Im=require("react-redux/lib/utils/Subscription");H();t();var cm=x(require("lodash.throttle"));N();H();$a();Sn();yn();var CT=[qt],ur=!1,DT=(0,cm.default)(()=>{ot(et())},5e3),sm=e=>o=>n=>{if(CT.includes(n.type))return o(n);let r=e.getState(),s=Xe.local.getItem(Pe.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(s==null)return ot(et());let m=Date.now();return s-m<0&&!ur?setTimeout(()=>{ur=!0,e.dispatch(bp())},1e3):(ur&&(ur=!1),DT()),o(n)};t();t();function fr(){return typeof sessionStorage!="undefined"}var vm=fr()?(um(),F(lm)).default:(gm(),F(fm)).default,wm=fr()?(Tm(),F(hm)).default:[],Am=fr()?(bm(),F(Sm)).default:e=>e;gr();var C=(0,ai.configureStore)({reducer:vm,middleware:e=>e({serializableCheck:{ignoredActions:[...wm,Va.type,Xt.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(sm)}),km=(0,Im.createSubscription)(C),pC=Am(C),mC=(0,ai.configureStore)({reducer:jo});var QT={store:C,subscription:km},ii=(0,Lm.createContext)(QT),uC=(0,Ln.createStoreHook)(ii),J=(0,Ln.createDispatchHook)(ii),D=(0,Ln.createSelectorHook)(ii);t();t();H();t();var Cm=x(require("lodash.isequal")),hr=require("reselect"),A=(0,hr.createSelectorCreator)(hr.defaultMemoize,Cm.default);var Ye=e=>e.account,po=A(Ye,e=>e.address),Ko=A(Ye,po,(e,o)=>o in e.accounts?e.accounts[o]:Kt),Dm=A(Ye,Ko,(e,o)=>{let s=e,{accounts:n}=s,r=Ne(s,["accounts"]);return k(g({},r),{address:o.address,account:o})}),xC=A(Ko,e=>e.balance),Nm=A(Ko,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),yC=A(Ye,e=>e.shard),ex=A(Ye,e=>e.ledgerAccount),SC=A(Ye,e=>e.walletConnectAccount),bC=A(Ye,e=>e.isAccountLoading),vC=A(Ye,e=>e.accountLoadingError),ox=A(Ye,e=>e.websocketEvent),nx=A(Ye,e=>e.websocketBatchEvent);t();var Tr=e=>e.dappConfig,IC=A(Tr,e=>e.shouldUseWebViewProvider);t();var le=e=>e.loginInfo,tx=A(le,e=>e.loginMethod),Xo=A(le,po,(e,o)=>Boolean(o)),DC=A(le,e=>e.walletConnectLogin),Pm=A(le,e=>e.ledgerLogin),Em=A(le,e=>e.walletLogin),NC=A(le,e=>e.isLoginSessionInvalid),ci=A(le,e=>e.tokenLogin),si=A(le,e=>e.logoutRoute),rx=A(le,e=>e.isWalletConnectV2Initialized);t();var Mm=e=>e.modals,MC=A(Mm,e=>e.txSubmittedModal),ax=A(Mm,e=>e.notificationModal);t();var Le=e=>e.networkConfig,xr=A(Le,e=>e.network.chainId),ix=A(Le,e=>e.network.roundDuration),OC=A(Le,e=>e.network.walletConnectBridgeAddress),cx=A(Le,e=>e.network.walletConnectV2RelayAddress),sx=A(Le,e=>e.network.walletConnectV2ProjectId),px=A(Le,e=>e.network.walletConnectV2Options),mx=A(Le,e=>e.network.walletConnectDeepLink),ue=A(Le,e=>e.network),pi=A(ue,e=>e.apiAddress),Rm=A(ue,e=>e.explorerAddress),mi=A(ue,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),dx=A(ue,e=>e.xAliasAddress),yr=A(ue,e=>e.egldLabel);t();var Sr=e=>e.signedMessageInfo,UC=A(Sr,e=>e.isSigning),GC=A(Sr,e=>e.errorMessage),HC=A(Sr,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),VC=A(Sr,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Wm=e=>e.toasts,_x=A(Wm,e=>e.customToasts),Om=A(Wm,e=>e.transactionToasts);t();H();var Fm={errorMessage:Za,successMessage:Ja,processingMessage:Qa},Bm=e=>e.transactionsInfo,lx=A(Bm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Fm);t();t();var Ze=require("@multiversx/sdk-core");N();t();var di=require("@multiversx/sdk-core/out");t();t();function ct(e){try{let o=atob(e),n=btoa(o),r=a.Buffer.from(e,"base64").toString(),s=a.Buffer.from(r).toString("base64"),p=e===n||n.startsWith(e),m=e===s||s.startsWith(e);if(p&&m)return!0}catch(o){return!1}return!1}function Yo(e){return ct(e)?atob(e):e}t();t();function br(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function Zo(e){let o=e;try{let n=a.Buffer.from(e,"hex").toString();br(n)&&n.length>1&&(o=n)}catch(n){}return o}t();t();var Um=e=>{let o=e!=null?e:"";return ct(o)?di.TransactionPayload.fromEncoded(o):new di.TransactionPayload(o)};t();N();var Jo=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(ba).some(n=>e.startsWith(n)):!1;function st(e){var r,s,p;let o=g({},e);Jo({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new Ze.Transaction(g(g(k(g(k(g({value:o.value.valueOf(),data:Um(o.data),nonce:o.nonce.valueOf(),receiver:new Ze.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ze.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:Zn,gasPrice:(s=o.gasPrice.valueOf())!=null?s:Jn,chainID:o.chainID.valueOf(),version:new Ze.TransactionVersion((p=o.version)!=null?p:tp)}),o.options?{options:new Ze.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ze.Address(o.guardian)}:{}));return o.guardianSignature&&n.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&n.applySignature(a.Buffer.from(o.signature,"hex")),n}t();t();N();function ux(e,o){let n=new URLSearchParams(e),r=Object.fromEntries(n);return{nextUrlParams:new URLSearchParams(g(g({},r),o)).toString(),params:r}}var fx="3.0.17";function _i({callbackUrl:e,urlParams:o={}}){let n=e;if(Object.entries(o).length>0)try{let{search:r,origin:s,pathname:p,hash:m}=new URL(e),d=k(g({},o),{[$t]:fx}),{nextUrlParams:_}=ux(r,d);n=`${s}${p}?${_}${m}`}catch(r){return console.error("Unable to construct URL from: ",e,r),n}return n}t();t();t();var hx=require("@multiversx/sdk-core/out");t();N();t();var pt=require("@multiversx/sdk-core");j();t();var Gm=require("@multiversx/sdk-core");function Tx(e){try{let o=new Gm.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Lo(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&Tx(e)}var xx=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function li(e,o,n=""){if(!Lo(e))return!1;if(new pt.Address(e).isContractAddress())return!0;let p=Hm({receiver:e,data:n});return p?new pt.Address(p).isContractAddress()||bx(e,o,n):!1}var yx=e=>e.toLowerCase().match(/[0-9a-f]/g),Sx=e=>e.length%2===0;function bx(e,o,n){let r=n==null?void 0:n.split("@");if(r==null)return!1;let[s,...p]=r,m=o!=null&&e!=null&&e===o,d=xx.includes(s),_=p.every(l=>yx(l)&&Sx(l));return m&&d&&_}function Hm({receiver:e,data:o}){try{if(!o)return e;let n=ct(o)?pt.TransactionPayload.fromEncoded(o).toString():o,r=vx(n),s=n.split("@");return r>-1?s[r]:e}catch(n){console.log(n);return}}function vx(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}t();t();t();var fi=require("@multiversx/sdk-core"),vr=x(require("bignumber.js"));z();var ui={tokenId:"",amount:""},Vm=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:Zo(p));function gi(e){if(!e)return ui;let o=e.startsWith("ESDTTransfer"),n=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),r=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,s,p]=e.split("@");try{let m=a.Buffer.from(s,"hex").toString("ascii");if(!m)return ui;let d=new vr.default("0x"+p.replace("0x","")).toString(10);return{tokenId:m,amount:d}}catch(m){console.error("Error getting token from transaction data",m)}}if(n)try{let[,s,p,m,d]=Vm(e);if([s,p,m,d].every(_=>Boolean(_))&&Lo(new fi.Address(d).bech32()))return{tokenId:`${s}-${p}`,amount:new vr.default(m,16).toString(10),collection:s,nonce:p,receiver:new fi.Address(d).bech32()}}catch(s){}if(r)try{let[,s,p,m]=Vm(e);if([s,p,m].every(d=>Boolean(d)))return{tokenId:`${s}-${p}`,amount:new vr.default(m,16).toString(10),collection:s,nonce:p}}catch(s){}return ui}t();t();t();var me="accounts";var wr="blocks",qm="code",zm="collections";var jm="contracts",mt="economics",Km="identities";var Xm="locked-accounts",Ym="logs",Zm="miniblocks";var dt="nfts",Jm="nodes",hi="providers",Qm="roles",Ti="sc-results";var Co="tokens";var Me="transactions";var _t={shard:e=>`/${wr}?shard=${e}`,receiverShard:e=>`/${Me}?receivershard=${e}`,senderShard:e=>`/${Me}?sendershard=${e}`,transactionDetails:e=>`/${Me}/${e}`,transactionDetailsScResults:e=>`/${Me}/${e}/${Ti}`,transactionDetailsLogs:e=>`/${Me}/${e}/${Ym}`,nodeDetails:e=>`/${Jm}/${e}`,accountDetails:e=>`/${me}/${e}`,accountDetailsContractCode:e=>`/${me}/${e}/${qm}`,accountDetailsTokens:e=>`/${me}/${e}/${Co}`,accountDetailsNfts:e=>`/${me}/${e}/${dt}`,accountDetailsScResults:e=>`/${me}/${e}/${Ti}`,accountDetailsContracts:e=>`/${me}/${e}/${jm}`,identityDetails:e=>`/${Km}/${e}`,tokenDetails:e=>`/${Co}/${e}`,tokenDetailsAccounts:e=>`/${Co}/${e}/${me}`,tokenDetailsLockedAccounts:e=>`/${Co}/${e}/${Xm}`,tokenDetailsRoles:e=>`/${Co}/${e}/${Qm}`,collectionDetails:e=>`/${zm}/${e}`,nftDetails:e=>`/${dt}/${e}`,providerDetails:e=>`/${hi}/${e}`,providerDetailsTransactions:e=>`/${hi}/${e}/${Me}`,miniblockDetails:e=>`/${Zm}/${e}`};t();t();t();t();he();t();var ed=!1;function Ix(e){ed||(console.error(e),ed=!0)}function lt({explorerAddress:e,to:o}){try{return new URL(o).href}catch(n){return o.startsWith("/")||(Ix(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}t();he();t();t();t();var kx=x(require("bignumber.js"));N();t();var td=require("@multiversx/sdk-core"),Do=x(require("bignumber.js"));N();t();var nd=x(require("bignumber.js")),Ir=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new nd.default(n),s=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=s};t();function mo(e){return{if:function(o){return o?{then:n=>n instanceof Function?mo(n(e)):mo(n)}:{then:()=>mo(e)}},then:o=>o instanceof Function?mo(o(e)):mo(o),valueOf:function(){return e}}}Do.default.config({ROUNDING_MODE:Do.default.ROUND_FLOOR});function Re({input:e,decimals:o=Ae,digits:n=Vo,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:s=!1,addCommas:p=!1}){if(!Ir(e,!1))throw new Error("Invalid input");let m=new Do.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),mo(d).then(()=>td.TokenTransfer.fungibleFromBigInteger("",d,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(_=>{let l=new Do.default(_);if(l.isZero())return Ie;let u=l.toString(10),[f,S]=u.split("."),v=new Do.default(S||0),T=mo(0).if(Boolean(S&&r)).then(()=>Math.max(S.length,n)).if(v.isZero()&&!r).then(0).if(Boolean(S&&!r)).then(()=>Math.min(S.length,n)).valueOf(),P=S&&n>=1&&n<=S.length&&v.isGreaterThan(0)&&new Do.default(S.substring(0,n)).isZero(),I=l.toFormat(T);return mo(u).if(p).then(I).if(Boolean(P)).then(R=>{let W=new Do.default(f).isZero(),[E,V]=R.split("."),q=new Array(n-1).fill(0),X=[...q,0].join(""),oe=[...q,1].join("");return W?s?`<${E}.${oe}`:r?`${E}.${V}`:E:`${E}.${X}`}).if(Boolean(!P&&S)).then(R=>{let[W]=R.split("."),E=S.substring(0,T);if(r){let V=n-E.length;if(V>0){let q=Array(V).fill(0).join("");return E=`${E}${q}`,`${W}.${E}`}return R}return E?`${W}.${E}`:W}).valueOf()}).if(m).then(_=>`-${_}`).valueOf()}t();t();t();N();t();t();t();t();N();t();N();t();var Lx=require("@multiversx/sdk-core");N();t();var We=require("@multiversx/sdk-core"),id=x(require("bignumber.js"));N();t();t();var xi=x(require("bignumber.js"));N();var rd=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,n]=e.split("."),r=xi.default.clone();if(n){let d=n.split("").every(_=>!isNaN(parseInt(_)));for(r.set({DECIMAL_PLACES:d?n.length:xi.default.config().DECIMAL_PLACES});n.charAt(n.length-1)===Ie;)n=n.slice(0,-1)}let s=n?[o,n].join("."):o,p=r(s);return p.toString(10)===s&&p.comparedTo(0)>=0};t();N();t();var yi={isEsdt:!1,isNft:!1,isEgld:!1};function Si(e){let o=e==null?void 0:e.split("-").length;return o===2?k(g({},yi),{isEsdt:!0}):o===3?k(g({},yi),{isNft:!0}):k(g({},yi),{isEgld:!0})}var ad={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function bi({minGasLimit:e=String(Zn),gasLimit:o,gasPrice:n,data:r,gasPerDataByte:s,gasPriceModifier:p,defaultGasPrice:m=String(Jn),chainId:d}){let _=r||"",l=Ir(o)?o:e,u=Jo({data:_})?Wa:0,f=new id.default(l).plus(u).toNumber(),S=rd(n)?n:m,v=new We.Transaction({nonce:0,value:We.TokenPayment.egldFromAmount("0"),receiver:new We.Address(ad.to),sender:new We.Address(ad.to),gasPrice:parseInt(S),gasLimit:f,data:new We.TransactionPayload(_.trim()),chainID:d,version:new We.TransactionVersion(1)});try{return v.computeFee({GasPerDataByte:parseInt(s),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:d}).toString(10)}catch(T){return console.error(T),Ie}}t();var kr=({amount:e,usd:o,decimals:n=2,addEqualSign:r})=>{let s=(parseFloat(e)*o).toFixed(n),p=parseFloat(s).toLocaleString("en",{maximumFractionDigits:n,minimumFractionDigits:n}),m=parseFloat(e)>0?"\u2248":"=";return`${r?`${m} `:""}$${p}`};t();t();t();t();N();function Cx(e,o){let n,r,s=/(\.0+)+$/,p=e.replace(s,"").split("."),m=o.replace(s,"").split("."),d=Math.min(p.length,m.length);for(n=0;n<d;n++)if(r=parseInt(p[n],10)-parseInt(m[n],10),r)return r;return p.length-m.length}function cd(e){let o=[va,wa,Aa,Ia,Yn,ka,e].sort((l,u)=>Cx(l,u)),n=o.indexOf(va),r=o.indexOf(wa),s=o.indexOf(Aa),p=o.indexOf(Ia),m=o.indexOf(Yn),d=o.indexOf(ka),_=o.indexOf(e);return{ledgerWithMultiAccount:_>=n,ledgerWithHashSign:_>=r,ledgerWithSignAuthToken:_>=s,ledgerWithWhitelistedTokens:_>=p,ledgerWithGuardians:_>=m,ledgerWithUsernames:_>=d}}t();N();var sd=({feeLimit:e,egldPriceInUsd:o,hideEqualSign:n})=>{let r=Re({input:e,decimals:Ae,digits:Vo,showLastNonZeroDecimal:!0}),s=kr({amount:r,usd:o,decimals:Vo});return n?s:`\u2248 ${s}`};t();N();t();he();var Dx=["reDelegateRewards","claimRewards","unBond"],Nx=["wrapEgld","unwrapEgld"],Px=["unStake"],Ex=["unDelegate"];t();t();t();N();t();var Wx=x(require("bignumber.js"));t();t();he();t();var Fx=x(require("bignumber.js"));t();t();var pd=({data:e,highlight:o,occurrences:n,transactionIndex:r})=>{let s=n[r]||e.indexOf(o),p=o.length,m=e.slice(0,s),d=e.slice(s+p);return{start:m,end:d}};t();function md({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}t();var wi=x(require("bignumber.js"));j();t();var dd=(e,o)=>{let n=[],r=e.indexOf(o,0);for(;r>=0;)n.push(r),r=e.indexOf(o,r+1);return n};function _d(e){let o=[],n=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,s,...p]=e==null?void 0:e.split("@");if(r){let m=new wi.default(s,16).toNumber();if(m>=Number.MAX_SAFE_INTEGER)return[];let d=0;for(let f=0;f<m;f++){let S={type:"nftTransaction",data:"",receiver:r};for(let v=0;v<3;v++){switch(v){case 0:S.token=Zo(p[d]),S.data=p[d];break;case 1:{let T=p[d]&&p[d].length?p[d]:"";T&&T!=="00"?S.nonce=T:S.type="esdtTransaction",S.data=`${S.data}@${p[d]}`;break}case 2:S.amount=new wi.default(p[d],16).toString(10),S.data=`${S.data}@${p[d]}`;break;default:break}n=d+1,d++}o[f]=S}let _=o.length!==m,l=o.some(f=>dd(f.data,"@").length!==2),u=o.some(f=>f.data.startsWith("@"));if(_||l||u)return[];if(p[n]){let f=p[n];for(let S=n+1;S<p.length;S++)f+="@"+p[S];o[m]={type:"scCall",data:f,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}t();t();t();z();function Cn(e){let n=Object.getPrototypeOf(e).toPlainObject!=null?e:st(e),r=k(g({},n.toPlainObject()),{hash:n.getHash().hex(),senderUsername:n.getSenderUsername().valueOf(),receiverUsername:n.getReceiverUsername().valueOf(),status:"pending"});return Jo({data:r.data,onlySetGuardian:!0})&&(delete r.senderUsername,delete r.receiverUsername),r}t();var fd=require("@multiversx/sdk-web-wallet-provider");N();t();var ud=x(require("qs"));t();se();var Cr=e=>{let o=new URLSearchParams(e).toString(),{pathname:n,hash:r}=B(),s=o?`?${o}`:"",p=n?`${n}${s}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};$o();t();$o();var Ux={search:Ee()?window.location.search:"",removeParams:[]},ld=(e,o=Ux)=>{var m;let n={},r=Ee()?window.location.search:"",s=(m=o.search)!=null?m:r;if(s){let d=s?new URLSearchParams(s):[];n=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=n[d],delete n[d]}),o.removeParams!=null&&Object.keys(n).forEach(d=>{var l,u;let[_]=d.split("[");(((l=o.removeParams)==null?void 0:l.includes(d))||((u=o.removeParams)==null?void 0:u.includes(_)))&&delete n[d]}),{remainingParams:p,params:n,clearNavigationHistory:()=>Cr(n)}};var Dr=({removeParams:e,search:o})=>{let n=Ee()?window.location.search:"",r=o!=null?o:n;if(!r)return{};let s=ud.default.parse(r.replace("?","")),p=Object.keys(s).filter(d=>!e.includes(d)),{remainingParams:m}=ld(p,{search:o,removeParams:e});return Cr(m),m};var gd=({transaction:e,search:o})=>Dr({removeParams:[...Object.keys(e),fd.WALLET_PROVIDER_CALLBACK_PARAM,io,$t],search:o});t();t();t();ce();t();he();t();t();ce();t();var Gx=x(require("linkifyjs"));t();N();t();var Hx=x(require("bignumber.js"));t();j();t();t();z();t();z();t();t();t();he();t();he();t();var Vx=x(require("bignumber.js"));N();he();t();he();t();var yd=require("react");j();t();t();he();t();t();var hd=require("@multiversx/sdk-core/out"),Ai=x(require("bignumber.js"));he();var _o=(e,o,n)=>{switch(o){case"text":try{return a.Buffer.from(e,"hex").toString("utf8")}catch(r){}return e;case"decimal":return e!==""?new Ai.default(e,16).toString(10):"";case"smart":try{let r=hd.Address.fromHex(e).toString();if(Lo(r))return r}catch(r){}try{let r=a.Buffer.from(e,"hex").toString("utf8");if(br(r))return r;{if(n&&[...n.esdts,...n.nfts].some(m=>r.includes(m)))return r;let s=new Ai.default(e,16);return s.isFinite()?s.toString(10):e}}catch(r){}return e;case"raw":default:return e}};t();j();t();var $x=e=>e.toLowerCase().match(/^[0-9a-f]+$/i),qx=e=>e.length%2===0,Td=e=>{let o=[];return e&&!$x(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!qx(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};t();j();var Nr=({parts:e,decodedParts:o,identifier:n})=>{let r=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(r[2]=_o(e[2],"decimal")),n==="ESDTNFTTransfer"&&e[1]){let s=a.Buffer.from(String(e[1]),"base64");r[1]=_o(s.toString("hex"),"decimal")}return r};var xd=({parts:e,decodeMethod:o,identifier:n,display:r})=>{let s=e.map((m,d)=>{if(e.length>=2&&(d===0&&m.length<64||d===1&&!e[0]))return/[^a-z0-9]/gi.test(m)?_o(m,o):m;{let _=Td(m);return _.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,..._]))),_o(m,o)}});return o==="smart"?Nr({parts:e,decodedParts:s,identifier:n}):s};var Ii=({input:e,decodeMethod:o,identifier:n})=>{let r={displayValue:"",validationWarnings:[]};if(!e.includes("@")&&!e.includes(`
3629
3629
  `))return r.displayValue=_o(e,o),r;if(e.includes("@")){let s=e.split("@"),p=xd({parts:s,identifier:n,decodeMethod:o,display:r});r.displayValue=p.join("@")}if(e.includes(`
3630
3630
  `)){let s=e.split(`
3631
3631
  `),p=s.map(d=>{let _=a.Buffer.from(d,"base64");return o==="raw"?d:_o(_.toString("hex"),o)}),m=o==="smart"?Nr({parts:s,decodedParts:p,identifier:n}):p;r.displayValue=m.join(`