@multiversx/sdk-dapp 2.24.0-alpha.0 → 2.24.0

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 (555) hide show
  1. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  2. package/UI/ExplorerLink/index.js +1 -1
  3. package/UI/NotificationModal/NotificationModal.js +1 -1
  4. package/UI/NotificationModal/index.js +1 -1
  5. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  6. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  7. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  8. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/ReceiverSubValue.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/index.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/ReceiverValue.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/index.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  32. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  33. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  34. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  35. package/UI/SignTransactionsModals/components/index.js +1 -1
  36. package/UI/SignTransactionsModals/index.js +1 -1
  37. package/UI/TokenDetails/index.js +1 -1
  38. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  39. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  40. package/UI/TransactionDetails/components/index.js +1 -1
  41. package/UI/TransactionDetails/index.js +1 -1
  42. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  43. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  44. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  45. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  46. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  47. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  48. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  49. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  50. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  51. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  52. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  53. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  54. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  55. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  56. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  57. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  58. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  59. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  60. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  61. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  62. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  63. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  64. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  65. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  66. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  67. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  68. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  69. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  70. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  71. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  72. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  73. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  74. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  75. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  76. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  77. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  79. package/UI/TransactionInfo/components/index.js +1 -1
  80. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  81. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  82. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  83. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  88. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  99. package/UI/TransactionInfo/index.js +1 -1
  100. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  101. package/UI/TransactionsTable/components/AccountName.js +1 -1
  102. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  103. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  104. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  105. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  106. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  107. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  108. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  109. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  110. package/UI/TransactionsTable/components/index.js +1 -1
  111. package/UI/TransactionsTable/index.js +1 -1
  112. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  113. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  114. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  115. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  116. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  117. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  118. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  119. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  120. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  121. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  122. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  123. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  124. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  125. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  126. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  127. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  128. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  129. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  130. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  131. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  132. package/UI/TransactionsToastList/components/index.js +1 -1
  133. package/UI/TransactionsToastList/index.js +1 -1
  134. package/UI/Trim/Trim.js +1 -1
  135. package/UI/Trim/index.js +1 -1
  136. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  137. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  138. package/UI/index.js +1 -1
  139. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  140. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  141. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  142. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  143. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  144. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  145. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  146. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  147. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  148. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  149. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  150. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  151. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  152. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  153. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  154. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  155. package/UI/ledger/index.js +1 -1
  156. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  157. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  158. package/UI/pages/UnlockPage/index.js +1 -1
  159. package/UI/pages/index.js +1 -1
  160. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  161. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  162. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  163. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  164. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  165. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  166. package/UI/walletConnect/index.js +1 -1
  167. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  168. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  169. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  170. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  171. package/__chunks__/{chunk-EWQXBSNG.js → chunk-24GZ4HNP.js} +2 -2
  172. package/__chunks__/{chunk-FLGQEFRA.js → chunk-26MI27YY.js} +2 -2
  173. package/__chunks__/chunk-2GYYMVX5.js +2 -0
  174. package/__chunks__/{chunk-R5VNJ7GY.js → chunk-2IOPNWQN.js} +2 -2
  175. package/__chunks__/{chunk-7KPH2YSC.js → chunk-2JLTMN5V.js} +2 -2
  176. package/__chunks__/{chunk-56EFGVIT.js → chunk-2JTPI2IL.js} +2 -2
  177. package/__chunks__/{chunk-55QLNVQP.js → chunk-2O6TNH5K.js} +2 -2
  178. package/__chunks__/{chunk-XAVBNKTK.js → chunk-2RCMM4X5.js} +2 -2
  179. package/__chunks__/{chunk-4ALAPJ5E.js → chunk-2TUT7KDM.js} +2 -2
  180. package/__chunks__/{chunk-IIQOBSUT.js → chunk-2VGT6RYN.js} +2 -2
  181. package/__chunks__/{chunk-TJ5TK4CN.js → chunk-3DI5RXLP.js} +2 -2
  182. package/__chunks__/chunk-3E2RDLIM.js +2 -0
  183. package/__chunks__/{chunk-KHIGBB5T.js → chunk-3O36TWHD.js} +2 -2
  184. package/__chunks__/chunk-3PTJBBI2.js +2 -0
  185. package/__chunks__/{chunk-C2YHVGRS.js → chunk-3PYUF4A5.js} +2 -2
  186. package/__chunks__/{chunk-FBFWNEB5.js → chunk-3YLCHPVR.js} +2 -2
  187. package/__chunks__/{chunk-YBDUH6C2.js → chunk-45SIURVU.js} +2 -2
  188. package/__chunks__/{chunk-NS34NXQN.js → chunk-4FQRLKGR.js} +2 -2
  189. package/__chunks__/chunk-4Y2EYS5L.js +2 -0
  190. package/__chunks__/{chunk-V5MF6ZSY.js → chunk-4ZLMNBML.js} +2 -2
  191. package/__chunks__/{chunk-JOMRKLP6.js → chunk-5E2ACCFP.js} +2 -2
  192. package/__chunks__/{chunk-XXD6JTO5.js → chunk-5OEIO4XE.js} +2 -2
  193. package/__chunks__/{chunk-6KZTHG4S.js → chunk-5Q6WZLU2.js} +2 -2
  194. package/__chunks__/{chunk-GJJCHNI5.js → chunk-5SU5L7YS.js} +2 -2
  195. package/__chunks__/{chunk-JKVGQEFK.js → chunk-6AIJZTMW.js} +2 -2
  196. package/__chunks__/{chunk-5WGYZ7HX.js → chunk-6CI2MAI5.js} +2 -2
  197. package/__chunks__/{chunk-UJKYDCNH.js → chunk-6DEO7PN7.js} +2 -2
  198. package/__chunks__/{chunk-E7RAY63U.js → chunk-6MHBQUYV.js} +2 -2
  199. package/__chunks__/{chunk-I6RUY7Z5.js → chunk-6TWCB2GP.js} +2 -2
  200. package/__chunks__/{chunk-CNPHOPZY.js → chunk-6WNP6UGM.js} +2 -2
  201. package/__chunks__/{chunk-6FEEQP35.js → chunk-6ZFSISQD.js} +2 -2
  202. package/__chunks__/{chunk-YHH6BQVU.js → chunk-7IVT7FLV.js} +2 -2
  203. package/__chunks__/{chunk-EKDIHIXR.js → chunk-7J5PCZ77.js} +2 -2
  204. package/__chunks__/{chunk-2STBXOKH.js → chunk-7UJZ4AUJ.js} +2 -2
  205. package/__chunks__/{chunk-S6FYFUOR.js → chunk-7WAXCKR5.js} +2 -2
  206. package/__chunks__/{chunk-YA6FSGIY.js → chunk-7ZSMP3EE.js} +2 -2
  207. package/__chunks__/{chunk-7JKK5GSN.js → chunk-AA6S7MLC.js} +2 -2
  208. package/__chunks__/{chunk-E7OVHRTR.js → chunk-ADADBUS7.js} +2 -2
  209. package/__chunks__/{chunk-E3JOCHWP.js → chunk-ADUTLT2L.js} +2 -2
  210. package/__chunks__/{chunk-EE6IWXKS.js → chunk-AK66UO23.js} +2 -2
  211. package/__chunks__/{chunk-PEBZWXAH.js → chunk-AQHODYZ3.js} +2 -2
  212. package/__chunks__/{chunk-NDSUSXSB.js → chunk-AR5UV4WA.js} +2 -2
  213. package/__chunks__/{chunk-W7SQUFQD.js → chunk-AUU7NF6F.js} +2 -2
  214. package/__chunks__/{chunk-O66PYCVC.js → chunk-AUWCIR4C.js} +2 -2
  215. package/__chunks__/{chunk-6FCUZUDS.js → chunk-AVRMOCAA.js} +2 -2
  216. package/__chunks__/{chunk-CADY5BID.js → chunk-AXKF6RGE.js} +2 -2
  217. package/__chunks__/{chunk-4KNT7EI3.js → chunk-AYNF6AMV.js} +2 -2
  218. package/__chunks__/{chunk-5DRBOUPM.js → chunk-B2DLVWJV.js} +2 -2
  219. package/__chunks__/chunk-B2H4OL4M.js +2 -0
  220. package/__chunks__/{chunk-OZSFZNL6.js → chunk-B6HNCRPB.js} +2 -2
  221. package/__chunks__/{chunk-AWN5XOUO.js → chunk-BKUFU34Y.js} +2 -2
  222. package/__chunks__/{chunk-URGC4EPM.js → chunk-BOOHOIA7.js} +2 -2
  223. package/__chunks__/{chunk-TGC7DCQO.js → chunk-BTMEMFSA.js} +2 -2
  224. package/__chunks__/{chunk-WDZPZA6E.js → chunk-CKJVSU2I.js} +2 -2
  225. package/__chunks__/{chunk-BYDCHEL5.js → chunk-D574UIMX.js} +2 -2
  226. package/__chunks__/{chunk-4TB5U3VL.js → chunk-DARVOE4D.js} +2 -2
  227. package/__chunks__/{chunk-3DANE7PD.js → chunk-DB2TRY4L.js} +2 -2
  228. package/__chunks__/{chunk-JW4H5SSQ.js → chunk-DCKLCN74.js} +2 -2
  229. package/__chunks__/{chunk-RTQPNASH.js → chunk-DIAAN6YB.js} +2 -2
  230. package/__chunks__/{chunk-GNZNYVUS.js → chunk-DVRFNYH7.js} +2 -2
  231. package/__chunks__/{chunk-DXLF7HV2.js → chunk-DZ6JRBXP.js} +2 -2
  232. package/__chunks__/{chunk-QDZS2MHY.js → chunk-EFEOC4B2.js} +2 -2
  233. package/__chunks__/{chunk-P4E7FDNC.js → chunk-ETYZHEAX.js} +2 -2
  234. package/__chunks__/{chunk-63OJBBDJ.js → chunk-FKTZD77S.js} +2 -2
  235. package/__chunks__/{chunk-YOGL3YNS.js → chunk-FL3VA2GE.js} +2 -2
  236. package/__chunks__/{chunk-HDNVLMVA.js → chunk-FR7VY63S.js} +2 -2
  237. package/__chunks__/{chunk-U3AFMQTO.js → chunk-FU2A46VU.js} +2 -2
  238. package/__chunks__/{chunk-IZEAPWLZ.js → chunk-FW5PF3WM.js} +2 -2
  239. package/__chunks__/{chunk-5BCXOUXC.js → chunk-GD2DWPFZ.js} +2 -2
  240. package/__chunks__/{chunk-YKOMD2TS.js → chunk-GIM4RW6P.js} +2 -2
  241. package/__chunks__/chunk-GL542CPF.js +2 -0
  242. package/__chunks__/{chunk-IUSYCMBF.js → chunk-GLKVZST3.js} +2 -2
  243. package/__chunks__/{chunk-BYZ33TIF.js → chunk-GMATZS5V.js} +2 -2
  244. package/__chunks__/{chunk-QHBPAMKL.js → chunk-GMCDRB2C.js} +2 -2
  245. package/__chunks__/{chunk-IDAQYJJI.js → chunk-GMFE4F6A.js} +2 -2
  246. package/__chunks__/{chunk-QUSW4O3N.js → chunk-GOSN55DS.js} +2 -2
  247. package/__chunks__/{chunk-OY6EY7QQ.js → chunk-GVGJKQE4.js} +2 -2
  248. package/__chunks__/{chunk-VS4HO62K.js → chunk-HEZYIPVK.js} +2 -2
  249. package/__chunks__/{chunk-MRL7C33B.js → chunk-HJFECKNP.js} +2 -2
  250. package/__chunks__/{chunk-455WU65A.js → chunk-HLBKSRZL.js} +2 -2
  251. package/__chunks__/{chunk-R3TGLALK.js → chunk-HLRUWX5M.js} +2 -2
  252. package/__chunks__/{chunk-3BAGBQZM.js → chunk-HQNCWZKB.js} +2 -2
  253. package/__chunks__/{chunk-HEK22E32.js → chunk-HRM7QZLX.js} +2 -2
  254. package/__chunks__/{chunk-BDZIHN4N.js → chunk-HXWXDBTK.js} +2 -2
  255. package/__chunks__/{chunk-4N6PLI5Z.js → chunk-I6JBTFZS.js} +2 -2
  256. package/__chunks__/{chunk-H6TAKZNK.js → chunk-IALZ2P4D.js} +2 -2
  257. package/__chunks__/chunk-IOKD3OFP.js +2 -0
  258. package/__chunks__/{chunk-LZJD6ATD.js → chunk-IP64THJP.js} +2 -2
  259. package/__chunks__/{chunk-NN6RIFBU.js → chunk-IS73CHY5.js} +2 -2
  260. package/__chunks__/{chunk-4FWWBMLZ.js → chunk-ISZMXGYJ.js} +2 -2
  261. package/__chunks__/{chunk-MVC2LP3N.js → chunk-JMGXNVXC.js} +2 -2
  262. package/__chunks__/{chunk-O6POKO2Q.js → chunk-JTOSTRKZ.js} +2 -2
  263. package/__chunks__/{chunk-T3OAUAFX.js → chunk-JVBZXVTW.js} +2 -2
  264. package/__chunks__/chunk-JXR4BLR2.js +2 -0
  265. package/__chunks__/{chunk-ON7YV46X.js → chunk-K2WARK5S.js} +2 -2
  266. package/__chunks__/{chunk-63ITJDOF.js → chunk-KCU2PYNZ.js} +2 -2
  267. package/__chunks__/{chunk-EZWGHES5.js → chunk-KF3GG2NV.js} +2 -2
  268. package/__chunks__/{chunk-N7FIICAX.js → chunk-KHT7STTJ.js} +2 -2
  269. package/__chunks__/{chunk-WM4RWBBW.js → chunk-KKEAP3QE.js} +2 -2
  270. package/__chunks__/{chunk-6BJA44XC.js → chunk-KSTLBHGJ.js} +2 -2
  271. package/__chunks__/{chunk-Q2ND2IKF.js → chunk-L2XL2JND.js} +2 -2
  272. package/__chunks__/{chunk-QVIKAHKN.js → chunk-L5QQRTKB.js} +2 -2
  273. package/__chunks__/{chunk-2WYGG4T4.js → chunk-LCDFW7M3.js} +2 -2
  274. package/__chunks__/{chunk-YZON7UBJ.js → chunk-LDP5ZFI6.js} +2 -2
  275. package/__chunks__/{chunk-QAOJPAZT.js → chunk-LDPCBNPD.js} +2 -2
  276. package/__chunks__/{chunk-KTGX6VPR.js → chunk-LL4UFIY3.js} +2 -2
  277. package/__chunks__/{chunk-YFQVIK5K.js → chunk-LP2OU5MS.js} +2 -2
  278. package/__chunks__/{chunk-EUXSAIIJ.js → chunk-LUPMEB3P.js} +2 -2
  279. package/__chunks__/chunk-LWNZOIAZ.js +2 -0
  280. package/__chunks__/chunk-LWYSOCYN.js +2 -0
  281. package/__chunks__/{chunk-3DZEEPC2.js → chunk-M4XISNB3.js} +2 -2
  282. package/__chunks__/{chunk-ZFQ5X4OV.js → chunk-M6CS5EEW.js} +2 -2
  283. package/__chunks__/{chunk-SSL3VVXP.js → chunk-M6DPMN2I.js} +2 -2
  284. package/__chunks__/{chunk-4VR5G7VC.js → chunk-MLR3QIN3.js} +2 -2
  285. package/__chunks__/{chunk-PWT7IXGZ.js → chunk-MZDMERT6.js} +2 -2
  286. package/__chunks__/{chunk-TVO47NLZ.js → chunk-NCAUYF3F.js} +2 -2
  287. package/__chunks__/{chunk-IZFLE76G.js → chunk-NEZJLZGE.js} +2 -2
  288. package/__chunks__/{chunk-IDW4CIEZ.js → chunk-NMJHCSQN.js} +2 -2
  289. package/__chunks__/{chunk-UTZO34UA.js → chunk-NOHLGGAN.js} +2 -2
  290. package/__chunks__/{chunk-IU4H4REJ.js → chunk-NU4DXBWV.js} +2 -2
  291. package/__chunks__/{chunk-3JY3PJTS.js → chunk-NZOH64NV.js} +2 -2
  292. package/__chunks__/{chunk-NTIMMF5C.js → chunk-O5RP3GRN.js} +2 -2
  293. package/__chunks__/{chunk-GIVVK4AH.js → chunk-OFUSN7RM.js} +2 -2
  294. package/__chunks__/{chunk-S6OI4APW.js → chunk-OGRKCHQQ.js} +2 -2
  295. package/__chunks__/{chunk-ZWJQAGOY.js → chunk-ORXIDPOM.js} +2 -2
  296. package/__chunks__/{chunk-2DKBQQK6.js → chunk-OV7IV7SC.js} +2 -2
  297. package/__chunks__/{chunk-UQHXXKYO.js → chunk-PFBLOUAV.js} +2 -2
  298. package/__chunks__/{chunk-DQYJEGKS.js → chunk-PGPHLDSQ.js} +2 -2
  299. package/__chunks__/{chunk-SL3TV5M4.js → chunk-PJRAZRZ6.js} +2 -2
  300. package/__chunks__/{chunk-QTB7WMHF.js → chunk-PNIFB4QW.js} +2 -2
  301. package/__chunks__/{chunk-XXEROM26.js → chunk-POWZR6OK.js} +2 -2
  302. package/__chunks__/{chunk-F4GR6QTK.js → chunk-PS5FHGHA.js} +2 -2
  303. package/__chunks__/{chunk-KPNJFOZE.js → chunk-PT5O6IKF.js} +2 -2
  304. package/__chunks__/{chunk-IIDN2TUM.js → chunk-PXWU6HTO.js} +2 -2
  305. package/__chunks__/{chunk-IS74AR4S.js → chunk-Q6DZ4CW4.js} +2 -2
  306. package/__chunks__/{chunk-4LJ3N3NO.js → chunk-QAOUT5FP.js} +2 -2
  307. package/__chunks__/{chunk-YIFIBTW2.js → chunk-QASCIRH3.js} +2 -2
  308. package/__chunks__/{chunk-JTT3MIII.js → chunk-QCRCON5U.js} +2 -2
  309. package/__chunks__/chunk-QVHM65MW.js +2 -0
  310. package/__chunks__/{chunk-RC2YTBHN.js → chunk-QZOHIJ7P.js} +2 -2
  311. package/__chunks__/{chunk-CWVO4IAE.js → chunk-R2IBKOLT.js} +2 -2
  312. package/__chunks__/{chunk-D2KYTANJ.js → chunk-R6YMX2DS.js} +2 -2
  313. package/__chunks__/{chunk-GWDJQHGX.js → chunk-RASLTDX7.js} +2 -2
  314. package/__chunks__/{chunk-F3LWS6AM.js → chunk-REXFYL6M.js} +2 -2
  315. package/__chunks__/{chunk-NKWGBJO2.js → chunk-RNMEMKC3.js} +2 -2
  316. package/__chunks__/{chunk-U6LJUZUW.js → chunk-RNXS3LSM.js} +2 -2
  317. package/__chunks__/{chunk-3IPMWM3C.js → chunk-RXTGBALB.js} +2 -2
  318. package/__chunks__/{chunk-33OPKKD2.js → chunk-S2TGUE6R.js} +2 -2
  319. package/__chunks__/{chunk-CEDDGCIJ.js → chunk-S2TWVHGR.js} +2 -2
  320. package/__chunks__/{chunk-XOS4MQPT.js → chunk-S6QAZOR5.js} +2 -2
  321. package/__chunks__/{chunk-MLIQ7VHS.js → chunk-SE7ART2C.js} +2 -2
  322. package/__chunks__/{chunk-BTXPPTCF.js → chunk-SFRCQ3DC.js} +2 -2
  323. package/__chunks__/{chunk-7B3BYFJJ.js → chunk-SNVXI47D.js} +2 -2
  324. package/__chunks__/{chunk-LVYJTACX.js → chunk-STR23FF3.js} +2 -2
  325. package/__chunks__/{chunk-6NNXCGEF.js → chunk-SZZADLEV.js} +2 -2
  326. package/__chunks__/{chunk-SMMRNCNA.js → chunk-TCYWQ5G7.js} +2 -2
  327. package/__chunks__/{chunk-ALV3NZXI.js → chunk-TOUABSQH.js} +2 -2
  328. package/__chunks__/{chunk-UX4QC6WZ.js → chunk-TPHBQEUE.js} +2 -2
  329. package/__chunks__/{chunk-DDEMVFO2.js → chunk-UNQEZREZ.js} +2 -2
  330. package/__chunks__/{chunk-6KUAKLJI.js → chunk-UXOCSMVA.js} +2 -2
  331. package/__chunks__/{chunk-FKA6TUQU.js → chunk-V3W2OCWK.js} +2 -2
  332. package/__chunks__/{chunk-4CKMIWDZ.js → chunk-V5DAH46V.js} +2 -2
  333. package/__chunks__/{chunk-65IBX2HZ.js → chunk-V6NXFWVX.js} +2 -2
  334. package/__chunks__/{chunk-FCNTGFKV.js → chunk-V7WV7OV6.js} +2 -2
  335. package/__chunks__/{chunk-F3LCLQZE.js → chunk-VGGW2RDX.js} +2 -2
  336. package/__chunks__/{chunk-CPDTHWW5.js → chunk-VNNSRO2P.js} +2 -2
  337. package/__chunks__/{chunk-Z6DAOQNN.js → chunk-VNO2W33X.js} +2 -2
  338. package/__chunks__/{chunk-NGZRTJDH.js → chunk-VXBA3DPA.js} +2 -2
  339. package/__chunks__/{chunk-LN6FL5MR.js → chunk-VZPFPGA2.js} +2 -2
  340. package/__chunks__/{chunk-IQJ5EAOC.js → chunk-W6TSMMIO.js} +2 -2
  341. package/__chunks__/{chunk-WERUT6SB.js → chunk-WGZGZRZK.js} +2 -2
  342. package/__chunks__/{chunk-4MXKE5V7.js → chunk-WM3EGBQ7.js} +2 -2
  343. package/__chunks__/{chunk-HWH2H7DY.js → chunk-WMSIAE44.js} +2 -2
  344. package/__chunks__/{chunk-YHWE6XVZ.js → chunk-XE332CXC.js} +2 -2
  345. package/__chunks__/{chunk-6TOOFWZH.js → chunk-XHCJC56E.js} +2 -2
  346. package/__chunks__/{chunk-PGN2KDVL.js → chunk-XSHONWFX.js} +2 -2
  347. package/__chunks__/{chunk-BQMWJAWY.js → chunk-XYVE5CKT.js} +2 -2
  348. package/__chunks__/{chunk-U72HRPYQ.js → chunk-Y7FMG453.js} +2 -2
  349. package/__chunks__/{chunk-S4JSUTT4.js → chunk-YA3NFPGB.js} +2 -2
  350. package/__chunks__/{chunk-HXDSED74.js → chunk-YCU2B5H7.js} +2 -2
  351. package/__chunks__/{chunk-5ELJV6ER.js → chunk-YEVYSZ2N.js} +2 -2
  352. package/__chunks__/{chunk-EYVPYX65.js → chunk-YYSUTLZD.js} +2 -2
  353. package/__chunks__/{chunk-UYM4V5P3.js → chunk-YYXTDARW.js} +2 -2
  354. package/__chunks__/{chunk-XWXG3SQF.js → chunk-YZ5PX74L.js} +2 -2
  355. package/__chunks__/{chunk-TRKQCZGV.js → chunk-ZBYEBZMZ.js} +2 -2
  356. package/__chunks__/{chunk-5H76YIXW.js → chunk-ZCSESUGP.js} +2 -2
  357. package/__chunks__/{chunk-74OMRVBI.js → chunk-ZD53L2FX.js} +2 -2
  358. package/__chunks__/chunk-ZDJ4QNEQ.js +2 -0
  359. package/__chunks__/{chunk-HVF64JIS.js → chunk-ZDUNJGAG.js} +2 -2
  360. package/__chunks__/{chunk-RTBPAK4P.js → chunk-ZKBDOCEH.js} +2 -2
  361. package/__chunks__/{chunk-5XK44LKF.js → chunk-ZNEA4GHY.js} +2 -2
  362. package/__chunks__/{chunk-F446G7RC.js → chunk-ZO4H5FQR.js} +2 -2
  363. package/__chunks__/{chunk-SSNDCXOX.js → chunk-ZTP2CFKI.js} +2 -2
  364. package/__chunks__/{chunk-MUXBHMPM.js → chunk-ZYLYDE6A.js} +2 -2
  365. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  366. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  367. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  368. package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +5 -5
  369. package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +5 -5
  370. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  371. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  372. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  373. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  374. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  375. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  376. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  377. package/__commonjs/UI/index.js +1 -1
  378. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +18 -18
  379. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +10 -10
  380. package/__commonjs/hooks/index.js +1 -1
  381. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  382. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  383. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  384. package/__commonjs/hooks/transactions/index.js +1 -1
  385. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  386. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  387. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  388. package/__commonjs/utils/index.js +1 -1
  389. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  390. package/__commonjs/utils/transactions/index.js +1 -1
  391. package/__mocks__/index.js +1 -1
  392. package/__mocks__/utils/index.js +1 -1
  393. package/__mocks__/utils/renderWithProvider.js +1 -1
  394. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  395. package/apiCalls/accounts/index.js +1 -1
  396. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  397. package/apiCalls/configuration/index.js +1 -1
  398. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  399. package/apiCalls/economics/index.js +1 -1
  400. package/apiCalls/getScamAddressData.js +1 -1
  401. package/apiCalls/index.js +1 -1
  402. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  403. package/apiCalls/transactions/index.js +1 -1
  404. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  405. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  406. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  407. package/apiCalls/utils/index.js +1 -1
  408. package/components/LogoutListener/LogoutListener.js +1 -1
  409. package/components/LogoutListener/helpers/index.js +1 -1
  410. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  411. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  412. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  413. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  414. package/components/LogoutListener/index.js +1 -1
  415. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  416. package/components/ProviderInitializer/hooks/index.js +1 -1
  417. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  418. package/components/ProviderInitializer/index.js +1 -1
  419. package/components/TransactionSender/TransactionSender.js +1 -1
  420. package/components/TransactionSender/index.js +1 -1
  421. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  422. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  423. package/components/TransactionsTracker/index.js +1 -1
  424. package/hooks/account/index.js +1 -1
  425. package/hooks/account/useGetAccount.js +1 -1
  426. package/hooks/account/useGetAccountFromApi.js +1 -1
  427. package/hooks/account/useGetAccountInfo.js +1 -1
  428. package/hooks/account/useGetIsLoggedIn.js +1 -1
  429. package/hooks/account/useGetLoginInfo.js +1 -1
  430. package/hooks/account/useGetWebsocketEvent.js +1 -1
  431. package/hooks/economics/index.js +1 -1
  432. package/hooks/economics/useGetEgldPrice.js +1 -1
  433. package/hooks/index.js +1 -1
  434. package/hooks/login/index.js +1 -1
  435. package/hooks/login/useExtensionLogin.js +1 -1
  436. package/hooks/login/useGetModalLoginMethods.js +1 -1
  437. package/hooks/login/useLedgerLogin.js +1 -1
  438. package/hooks/login/useLoginService.js +1 -1
  439. package/hooks/login/useOperaLogin.js +1 -1
  440. package/hooks/login/useWalletConnectV2Login.js +1 -1
  441. package/hooks/login/useWebViewLogin.js +1 -1
  442. package/hooks/login/useWebWalletLogin.js +1 -1
  443. package/hooks/login/useXaliasLogin.js +1 -1
  444. package/hooks/signMessage/index.js +1 -1
  445. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  446. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  447. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  448. package/hooks/signMessage/useSignMessage.js +1 -1
  449. package/hooks/toasts/index.js +1 -1
  450. package/hooks/toasts/useGetToasts.js +1 -1
  451. package/hooks/toasts/useTransactionsToasts.js +1 -1
  452. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  453. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  454. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  455. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  456. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  457. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  458. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  459. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  460. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  461. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  462. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  463. package/hooks/transactions/helpers/index.js +1 -1
  464. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  465. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  466. package/hooks/transactions/index.js +1 -1
  467. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  468. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  469. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  470. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  471. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  472. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  473. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  474. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  475. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  476. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  477. package/hooks/transactions/useGetTokenDetails.js +1 -1
  478. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  479. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  480. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  481. package/hooks/transactions/useSignTransactions.js +1 -1
  482. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  483. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  484. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  485. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  486. package/hooks/transactions/useTransactionsTracker.js +1 -1
  487. package/hooks/useGetNetworkConfig.js +1 -1
  488. package/hooks/useGetNotification.js +1 -1
  489. package/hooks/websocketListener/index.js +1 -1
  490. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  491. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  492. package/package.json +1 -1
  493. package/reduxStore/selectors/index.js +1 -1
  494. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  495. package/services/index.js +1 -1
  496. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  497. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  498. package/services/nativeAuth/helpers/index.js +1 -1
  499. package/services/transactions/clearTransactions.js +1 -1
  500. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  501. package/services/transactions/getTransactionsDetails.js +1 -1
  502. package/services/transactions/index.js +1 -1
  503. package/services/transactions/sendBatchTransactions.js +1 -1
  504. package/services/transactions/sendBatchTransactions.test.js +1 -1
  505. package/services/transactions/sendTransactions.js +1 -1
  506. package/services/transactions/transformAndSignTransactions.js +1 -1
  507. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  508. package/utils/account/getAccount.js +1 -1
  509. package/utils/account/getAccountBalance.js +1 -1
  510. package/utils/account/getAccountShard.js +1 -1
  511. package/utils/account/getAddress.js +1 -1
  512. package/utils/account/getLatestNonce.js +1 -1
  513. package/utils/account/index.js +1 -1
  514. package/utils/account/refreshAccount.js +1 -1
  515. package/utils/account/signMessage.js +1 -1
  516. package/utils/getIsLoggedIn.js +1 -1
  517. package/utils/index.js +1 -1
  518. package/utils/logout.js +1 -1
  519. package/utils/network/getChainID.js +1 -1
  520. package/utils/network/getEgldLabel.js +1 -1
  521. package/utils/network/getNetworkConfig.js +1 -1
  522. package/utils/network/index.js +1 -1
  523. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  524. package/utils/transactions/builtCallbackUrl.js +1 -1
  525. package/utils/transactions/getAllTransactionsLink.js +1 -1
  526. package/utils/transactions/getTransactionLink.js +1 -1
  527. package/utils/transactions/index.js +1 -1
  528. package/web/hooks/index.js +1 -1
  529. package/web/hooks/useIdleTimer.js +1 -1
  530. package/web/index.js +1 -1
  531. package/wrappers/AppInitializer.js +1 -1
  532. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  533. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  534. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  535. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  536. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  537. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  538. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  539. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  540. package/wrappers/DappProvider/CustomComponents.js +1 -1
  541. package/wrappers/DappProvider/DappProvider.js +1 -1
  542. package/wrappers/DappProvider/index.js +1 -1
  543. package/wrappers/index.js +1 -1
  544. package/__chunks__/chunk-6LPYEKT6.js +0 -2
  545. package/__chunks__/chunk-APHAAUVK.js +0 -2
  546. package/__chunks__/chunk-AVJY4JK2.js +0 -2
  547. package/__chunks__/chunk-C4RGRDCP.js +0 -2
  548. package/__chunks__/chunk-EOERJAUX.js +0 -2
  549. package/__chunks__/chunk-IVXKMT36.js +0 -2
  550. package/__chunks__/chunk-JBU3YPMC.js +0 -2
  551. package/__chunks__/chunk-KFXPV5RZ.js +0 -2
  552. package/__chunks__/chunk-NJRX3ZTK.js +0 -2
  553. package/__chunks__/chunk-OFDEP222.js +0 -2
  554. package/__chunks__/chunk-SL7NMKSG.js +0 -2
  555. package/__chunks__/chunk-XI5HWOAX.js +0 -2
@@ -5308,7 +5308,7 @@ function print() { __p += __j.call(arguments, '') }
5308
5308
  display: flex;
5309
5309
  align-items: center;
5310
5310
  margin: 0 0.5rem;
5311
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(mE));_V={close:"dapp-core-component__customToast-styles__close"}});var bV={};Y(bV,{AddressDetailItem:()=>b_,CustomToast:()=>oT,DappCorePages:()=>zd,DataField:()=>Th,Denominate:()=>tG,DetailItem:()=>he,EventsList:()=>A_,ExplorerLink:()=>Te,ExtensionLoginButton:()=>mg,FormatAmount:()=>mo,LedgerLoginButton:()=>Tg,LedgerLoginContainer:()=>hg,Loader:()=>wV,NonceMessage:()=>fh,NotificationModal:()=>sG,OperaWalletLoginButton:()=>xg,OperationsList:()=>mh,PageState:()=>Lo,ProgressSteps:()=>lG,ScResultsList:()=>wh,ScamPhishingAlert:()=>Ic,ScrDetailItem:()=>xh,SignTransactionsModals:()=>dH,SignWithDeviceModal:()=>Kg,SignWithExtensionModal:()=>Wg,SignWithLedgerModal:()=>Zg,TimeAgo:()=>Vc,TransactionAction:()=>lh,TransactionActionComponent:()=>Qk,TransactionInfo:()=>Y9,TransactionInfoAge:()=>bh,TransactionInfoEgldPrice:()=>Oh,TransactionInfoFee:()=>Ah,TransactionInfoFrom:()=>Lh,TransactionInfoGasLimit:()=>Rh,TransactionInfoGasPrice:()=>Hh,TransactionInfoGasUsed:()=>Uh,TransactionInfoHash:()=>Ch,TransactionInfoInputData:()=>jh,TransactionInfoMethod:()=>Wh,TransactionInfoMiniblock:()=>Nh,TransactionInfoNonce:()=>Vh,TransactionInfoScResults:()=>$h,TransactionInfoStatus:()=>Ih,TransactionInfoTo:()=>Eh,TransactionInfoTokenOperations:()=>Mh,TransactionInfoValue:()=>Dh,TransactionLogs:()=>Z9,TransactionMethod:()=>d_,TransactionReceiver:()=>l_,TransactionRow:()=>V_,TransactionSender:()=>f_,TransactionShardsTransition:()=>T_,TransactionStatus:()=>yh,TransactionToast:()=>Jh,TransactionToastGuard:()=>nT,TransactionValue:()=>cp,TransactionsTable:()=>BE,TransactionsToastList:()=>xV,TransactionsToastListComponent:()=>kE,Trim:()=>oo,UsdValue:()=>Hg,WalletConnectLoginButton:()=>Cg,WalletConnectLoginContainer:()=>yg,WebWalletLoginButton:()=>Sg,XaliasLoginButton:()=>yV,getStatusIconAndColor:()=>a2});module.exports=Fp(bV);r();var zd={};Y(zd,{UnlockPage:()=>qN});r();r();var Tn=C(require("react")),Lc=C(require("classnames"));r();var pv=C(require("react"));r();var Rp=C(require("react"));function Ii({globalImportCallback:e,localImportCallback:o}){let[n,i]=Rp.default.useState(),[c,p]=Rp.default.useState(),l=()=>z(this,null,function*(){return yield Promise.resolve().then(()=>(iv(),av))}),f=()=>z(this,null,function*(){(e?e():l()).then(g=>i(g.default)),o==null||o().then(g=>p(g.default))});return(0,Rp.useEffect)(()=>{f()},[]),{globalStyles:n,styles:c}}function b(e,o){return n=>{let{globalStyles:i,styles:c}=Ii({globalImportCallback:o.global,localImportCallback:o.local});return pv.default.createElement(e,j(L({},n),{globalStyles:i!=null?i:{},styles:c!=null?c:{}}))}}r();r();r();var ly=require("react"),Mi=require("react-redux");r();var rf=require("@reduxjs/toolkit"),dy=require("react-redux/lib/utils/Subscription");Ye();r();var qw=C(require("lodash.throttle"));X();Ye();zu();ka();Li();var UO=[em],bm=!1,GO=(0,qw.default)(()=>{qp($p())},5e3),jw=e=>o=>n=>{if(UO.includes(n.type))return o(n);let i=e.getState(),c=Yo.local.getItem(dt.loginExpiresAt);if(!Boolean(i==null?void 0:i.account.address))return o(n);if(c==null)return qp($p());let l=Date.now();return c-l<0&&!bm?setTimeout(()=>{bm=!0,e.dispatch(aw())},1e3):(bm&&(bm=!1),GO()),o(n)};r();r();function Im(){return typeof sessionStorage!="undefined"}var cy=Im()?(Qw(),Fp(Jw)).default:(oy(),Fp(ey)).default,sy=Im()?(ty(),Fp(ny)).default:[],my=Im()?(py(),Fp(iy)).default:e=>e;Nm();var le=(0,rf.configureStore)({reducer:cy,middleware:e=>e({serializableCheck:{ignoredActions:[...sy,Hu.type,Gu.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(jw)}),_y=(0,dy.createSubscription)(le),tj=my(le),rj=(0,rf.configureStore)({reducer:Da});var mF={store:le,subscription:_y},af=(0,ly.createContext)(mF),cj=(0,Mi.createStoreHook)(af),je=(0,Mi.createDispatchHook)(af),Q=(0,Mi.createSelectorHook)(af);r();r();Ye();r();var uy=C(require("lodash.isequal")),Am=require("reselect"),re=(0,Am.createSelectorCreator)(Am.defaultMemoize,uy.default);var Mt=e=>e.account,ur=re(Mt,e=>e.address),fr=re(Mt,ur,(e,o)=>o in e.accounts?e.accounts[o]:tm),fy=re(Mt,fr,(e,o)=>{let c=e,{accounts:n}=c,i=vo(c,["accounts"]);return j(L({},i),{account:o})}),dF=re(fr,e=>e.balance),gy=re(fr,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),hy=re(Mt,e=>e.shard),Ty=re(Mt,e=>e.ledgerAccount),lj=re(Mt,e=>e.walletConnectAccount),uj=re(Mt,e=>e.isAccountLoading),fj=re(Mt,e=>e.accountLoadingError),xy=re(Mt,e=>e.websocketEvent),_F=re(Mt,e=>e.websocketBatchEvent);r();var pf=e=>e.dappConfig,Tj=re(pf,e=>e.shouldUseWebViewProvider);r();var Xn=e=>e.loginInfo,yj=re(Xn,e=>e.loginMethod),Kr=re(Xn,ur,(e,o)=>Boolean(o)),Cj=re(Xn,e=>e.walletConnectLogin),vy=re(Xn,e=>e.ledgerLogin),wy=re(Xn,e=>e.walletLogin),Sj=re(Xn,e=>e.isLoginSessionInvalid),Xr=re(Xn,e=>e.tokenLogin),Lm=re(Xn,e=>e.logoutRoute);r();var yy=e=>e.modals,Nj=re(yy,e=>e.txSubmittedModal),Cy=re(yy,e=>e.notificationModal);r();var lt=e=>e.networkConfig,Yp=re(lt,e=>e.chainID),kj=re(lt,e=>e.network.walletConnectBridgeAddress),Sy=re(lt,e=>e.network.walletConnectV2RelayAddress),by=re(lt,e=>e.network.walletConnectV2ProjectId),Iy=re(lt,e=>e.network.walletConnectV2Options),Ny=re(lt,e=>e.network.walletConnectDeepLink),gn=re(lt,e=>e.network),cf=re(gn,e=>e.apiAddress),Ay=re(gn,e=>e.explorerAddress),km=re(gn,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),Pm=re(gn,e=>e.xAliasAddress),Em=re(gn,e=>e.egldLabel);r();var Dm=e=>e.signedMessageInfo,Dj=re(Dm,e=>e.isSigning),Wj=re(Dm,e=>e.errorMessage),Mj=re(Dm,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),Bj=re(Dm,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});r();var Ly=e=>e.toasts,sf=re(Ly,e=>e.customToasts),Jp=re(Ly,e=>e.transactionToasts);r();Ye();var ky={errorMessage:Yu,successMessage:Ju,processingMessage:Qu},Py=e=>e.transactionsInfo,Ey=re(Py,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||ky);r();r();var Bt=require("@multiversx/sdk-core");X();r();var mf=require("@multiversx/sdk-core/out");r();r();function Qp(e){try{let o=atob(e),n=btoa(o),i=m.Buffer.from(e,"base64").toString(),c=m.Buffer.from(i).toString("base64");if(e===n&&e===c||o===i)return!0}catch(o){return!1}return!1}function Zr(e){return Qp(e)?atob(e):e}r();r();function Wm(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function gr(e){let o=e;try{let n=m.Buffer.from(e,"hex").toString();Wm(n)&&n.length>1&&(o=n)}catch(n){}return o}r();r();var Dy=e=>/\d/.test(e);var Wy=e=>{let o=e!=null?e:"";return Qp(o)?mf.TransactionPayload.fromEncoded(o):new mf.TransactionPayload(o)};function Wa(e){var n,i,c;let o=new Bt.Transaction(L(L(j(L(j(L({value:e.value.valueOf(),data:Wy(e.data),nonce:e.nonce.valueOf(),receiver:new Bt.Address(e.receiver)},e.receiverUsername?{receiverUsername:e.receiverUsername}:{}),{sender:new Bt.Address(e.sender)}),e.senderUsername?{senderUsername:e.senderUsername}:{}),{gasLimit:(n=e.gasLimit.valueOf())!=null?n:Ai,gasPrice:(i=e.gasPrice.valueOf())!=null?i:Vp,chainID:e.chainID.valueOf(),version:new Bt.TransactionVersion((c=e.version)!=null?c:Ev)}),e.options?{options:new Bt.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new Bt.Address(e.guardian)}:{}));return e.guardianSignature&&o.applyGuardianSignature(m.Buffer.from(e.guardianSignature,"hex")),e.signature&&o.applySignature(m.Buffer.from(e.signature,"hex")),o}r();r();X();function lF(e,o){let n=new URLSearchParams(e),i=Object.fromEntries(n);return{nextUrlParams:new URLSearchParams(L(L({},i),o)).toString(),params:i}}var uF="2.24.0-alpha.0";function Mm({callbackUrl:e,urlParams:o={}}){let n=e;if(Object.entries(o).length>0)try{let{search:i,origin:c,pathname:p,hash:l}=new URL(e),f=j(L({},o),{[Qs]:uF}),{nextUrlParams:g}=lF(i,f);n=`${c}${p}?${g}${l}`}catch(i){return console.error("Unable to construct URL from: ",e,i),n}return n}r();r();r();var _f=require("@multiversx/sdk-core/out");r();X();var fF=e=>{let o=m.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(e.slice(0,o.length).equals(o))return!0;let i=m.Buffer.alloc(32).fill(0);return e.equals(i)},df=e=>{try{let n=parseInt("11",2),i=parseInt("01",2),c=m.Buffer.from(e,"hex"),p=c[31];if(fF(c))return Js;let l=p&n;return l>3-1&&(l=p&i),l}catch(o){return-1}};function My({receiverAddress:e,senderShard:o,senderAddress:n}){try{let i=new _f.Address(e),c=df(i.pubkey());if(o==null&&n!=null){let p=new _f.Address(n);return df(p)===c}return c===o}catch(i){return!1}}r();var ec=require("@multiversx/sdk-core");qe();r();var By=require("@multiversx/sdk-core");function gF(e){try{let o=new By.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function ho(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&gF(e)}var hF=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function ut(e,o,n=""){if(!ho(e))return!1;if(new ec.Address(e).isContractAddress())return!0;let p=lf({receiver:e,data:n});return p?new ec.Address(p).isContractAddress()||vF(e,o,n):!1}var TF=e=>e.toLowerCase().match(/[0-9a-f]/g),xF=e=>e.length%2===0;function vF(e,o,n){let i=n==null?void 0:n.split("@");if(i==null)return!1;let[c,...p]=i,l=o!=null&&e!=null&&e===o,f=hF.includes(c),g=p.every(h=>TF(h)&&xF(h));return l&&f&&g}function lf({receiver:e,data:o}){try{if(!o)return e;let n=Qp(o)?ec.TransactionPayload.fromEncoded(o).toString():o,i=wF(n),c=n.split("@");return i>-1?c[i]:e}catch(n){console.log(n);return}}function wF(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}var Oy=(e,o=1)=>e!=null&&e.length?e.reduce((n,{receiver:i,data:c})=>{let p=lf({receiver:i,data:c!=null?c:""});return p==null?n:n&&My({receiverAddress:p,senderShard:o})},!0):!0;r();r();r();var ff=require("@multiversx/sdk-core"),Bm=C(require("bignumber.js"));ro();var uf={tokenId:"",amount:""},Fy=e=>e.split("@").map((p,l)=>[2,3].includes(l)?p:gr(p));function Om(e){if(!e)return uf;let o=e.startsWith("ESDTTransfer"),n=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),i=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,c,p]=e.split("@");try{let l=m.Buffer.from(c,"hex").toString("ascii");if(!l)return uf;let f=new Bm.default("0x"+p.replace("0x","")).toString(10);return{tokenId:l,amount:f}}catch(l){console.error("Error getting token from transaction data",l)}}if(n)try{let[,c,p,l,f]=Fy(e);if([c,p,l,f].every(g=>Boolean(g))&&ho(new ff.Address(f).bech32()))return{tokenId:`${c}-${p}`,amount:new Bm.default(l,16).toString(10),collection:c,nonce:p,receiver:new ff.Address(f).bech32()}}catch(c){}if(i)try{let[,c,p,l]=Fy(e);if([c,p,l].every(f=>Boolean(f)))return{tokenId:`${c}-${p}`,amount:new Bm.default(l,16).toString(10),collection:c,nonce:p}}catch(c){}return uf}r();r();r();var Vo="accounts";var Fm="blocks",Uy="code",Gy="collections";var Hy="contracts",Rm="economics",Vy="identities";var zy="locked-accounts",$y="logs",Um="miniblocks";var oc="nfts",qy="nodes",gf="providers",jy="roles",hf="sc-results";var Yr="tokens";var ft="transactions";var eo={shard:e=>`/${Fm}?shard=${e}`,receiverShard:e=>`/${ft}?receivershard=${e}`,senderShard:e=>`/${ft}?sendershard=${e}`,transactionDetails:e=>`/${ft}/${e}`,transactionDetailsScResults:e=>`/${ft}/${e}/${hf}`,transactionDetailsLogs:e=>`/${ft}/${e}/${$y}`,nodeDetails:e=>`/${qy}/${e}`,accountDetails:e=>`/${Vo}/${e}`,accountDetailsContractCode:e=>`/${Vo}/${e}/${Uy}`,accountDetailsTokens:e=>`/${Vo}/${e}/${Yr}`,accountDetailsNfts:e=>`/${Vo}/${e}/${oc}`,accountDetailsScResults:e=>`/${Vo}/${e}/${hf}`,accountDetailsContracts:e=>`/${Vo}/${e}/${Hy}`,identityDetails:e=>`/${Vy}/${e}`,tokenDetails:e=>`/${Yr}/${e}`,tokenDetailsAccounts:e=>`/${Yr}/${e}/${Vo}`,tokenDetailsLockedAccounts:e=>`/${Yr}/${e}/${zy}`,tokenDetailsRoles:e=>`/${Yr}/${e}/${jy}`,collectionDetails:e=>`/${Gy}/${e}`,nftDetails:e=>`/${oc}/${e}`,providerDetails:e=>`/${gf}/${e}`,providerDetailsTransactions:e=>`/${gf}/${e}/${ft}`,miniblockDetails:e=>`/${Um}/${e}`};r();var Gm=e=>{var o,n,i,c;if(e.action){let p=[(o=e.action.arguments)==null?void 0:o.token,(n=e.action.arguments)==null?void 0:n.token1,(i=e.action.arguments)==null?void 0:i.token2,(c=e.action.arguments)==null?void 0:c.transfers].filter(f=>f!=null);return[].concat(...p)}return[]};r();r();function Hm(e){var n,i;let o=e.receiver;return(i=(n=e.action)==null?void 0:n.arguments)!=null&&i.receiver&&(o=e.action.arguments.receiver),o}function Ky(e){let o=Hm(e);return e.receiver===o?e.receiverAssets:void 0}r();io();var Bi=e=>{var i,c,p,l,f,g;let o="Transaction";return((i=e.action)==null?void 0:i.name)&&((c=e.action)==null?void 0:c.category)&&(((p=e.action)==null?void 0:p.category)==="esdtNft"&&((l=e.action)==null?void 0:l.name)==="transfer"?o="Transaction":e.action&&(o=e.action.name),(g=(f=e.action)==null?void 0:f.arguments)!=null&&g.functionName&&(o=e.action.arguments.functionName)),o};r();var Zy=!1;function yF(e){Zy||(console.error(e),Zy=!0)}function Ot({explorerAddress:e,to:o}){try{return new URL(o).href}catch(n){return o.startsWith("/")||(yF(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}r();io();function Yy(e,o,n){let i=e===o.sender,c=e===n,p=i&&c,l=(o==null?void 0:o.type)==="SmartContractResult";switch(!0){case l:return"Internal";case p:return"Self";case c:return"In";case i:default:return"Out"}}r();function zm({value:e,noSeconds:o,utc:n,meridiem:i=!0}){let c=new Date(e*1e3),[,p]=c.toLocaleString("en-US",{hour:"numeric",hour12:i}).split(" "),l=c.toUTCString(),[,f]=l.split(","),[g,h,v,y]=f.trim().split(" "),[I,k,N]=y.split(":"),P=`:${N}`,M=`${I}:${k}${o?"":P}`,$=`${i?p:""} ${n?"UTC":""}`.trim();return`${h} ${g}, ${v} ${M} ${$}`.trim()}r();function Jy(e){var o,n;return(n=(o=e==null?void 0:e.operations)==null?void 0:o.map(i=>i.message).filter(i=>Boolean(i)))!=null?n:[]}r();var oC=C(require("bignumber.js"));X();r();var eC=require("@multiversx/sdk-core"),Qr=C(require("bignumber.js"));X();r();var Qy=C(require("bignumber.js")),Jr=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let i=new Qy.default(n),c=o?0:-1;return i.toString(10)===n&&i.comparedTo(0)>=c};r();function hr(e){return{if:function(o){return o?{then:n=>n instanceof Function?hr(n(e)):hr(n)}:{then:()=>hr(e)}},then:o=>o instanceof Function?hr(o(e)):hr(o),valueOf:function(){return e}}}Qr.default.config({ROUNDING_MODE:Qr.default.ROUND_FLOOR});function yo({input:e,decimals:o=wo,digits:n=Pt,showLastNonZeroDecimal:i=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!Jr(e,!1))throw new Error("Invalid input");let l=new Qr.default(e).isNegative(),f=e;return l&&(f=e.substring(1)),hr(f).then(()=>eC.TokenTransfer.fungibleFromBigInteger("",f,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(g=>{let h=new Qr.default(g);if(h.isZero())return Zo;let v=h.toString(10),[y,I]=v.split("."),k=new Qr.default(I||0),N=hr(0).if(Boolean(I&&i)).then(()=>Math.max(I.length,n)).if(k.isZero()&&!i).then(0).if(Boolean(I&&!i)).then(()=>Math.min(I.length,n)).valueOf(),P=I&&n>=1&&n<=I.length&&k.isGreaterThan(0)&&new Qr.default(I.substring(0,n)).isZero(),M=h.toFormat(N);return hr(v).if(p).then(M).if(Boolean(P)).then(K=>{let $=new Qr.default(y).isZero(),[H,R]=K.split("."),Z=new Array(n-1).fill(0),ae=[...Z,0].join(""),ce=[...Z,1].join("");return $?c?`<${H}.${ce}`:i?`${H}.${R}`:H:`${H}.${ae}`}).if(Boolean(!P&&I)).then(K=>{let[$]=K.split("."),H=I.substring(0,N);if(i){let R=n-H.length;if(R>0){let Z=Array(R).fill(0).join("");return H=`${H}${Z}`,`${$}.${H}`}return K}return H?`${$}.${H}`:$}).valueOf()}).if(l).then(g=>`-${g}`).valueOf()}var CF=e=>{var o,n;if(!((o=e.receipt)!=null&&o.value))return"";if(((n=e.receipt)==null?void 0:n.data)===Fv){let i=yo({input:e.receipt.value,decimals:wo,digits:Pt,showLastNonZeroDecimal:!0});return new oC.default(i).times(e.gasPrice).times(100).toFixed()}return e.receipt.value};function nC(e){var c;let o=(c=e.receipt)==null?void 0:c.data;if(!o)return"";let n=CF(e),i=n?`: ${n}`:"";return`${o}${i}`}r();function Tf(e){var o,n;return(n=(o=e==null?void 0:e.results)==null?void 0:o.map(i=>i.returnMessage).filter(i=>Boolean(i)))!=null?n:[]}r();r();X();r();var Ft=(i=>(i.NonFungibleESDT="NonFungibleESDT",i.SemiFungibleESDT="SemiFungibleESDT",i.MetaESDT="MetaESDT",i))(Ft||{});r();r();r();X();r();X();r();var SF=require("@multiversx/sdk-core");X();r();var gt=require("@multiversx/sdk-core"),aC=require("@multiversx/sdk-network-providers");X();r();r();var tC=C(require("bignumber.js"));X();var xf=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,n]=e.split(".");if(n)for(;n.charAt(n.length-1)===Zo;)n=n.slice(0,-1);let i=n?[o,n].join("."):o,c=new tC.default(i);return c.toString(10)===i&&c.comparedTo(0)>=0};r();X();r();var vf={isEsdt:!1,isNft:!1,isEgld:!1};function ea(e){let o=e==null?void 0:e.split("-").length;return o===2?j(L({},vf),{isEsdt:!0}):o===3?j(L({},vf),{isNft:!0}):j(L({},vf),{isEgld:!0})}var rC={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function wf({minGasLimit:e=String(Ai),gasLimit:o,gasPrice:n,data:i,gasPerDataByte:c,gasPriceModifier:p,defaultGasPrice:l=String(Vp),chainId:f}){let g=i||"",h=Jr(o)?o:e,v=xf(n)?n:l,y=new gt.Transaction({nonce:0,value:gt.TokenPayment.egldFromAmount("0"),receiver:new gt.Address(rC.to),sender:new gt.Address(rC.to),gasPrice:parseInt(v),gasLimit:parseInt(h),data:new gt.TransactionPayload(g.trim()),chainID:f,version:new gt.TransactionVersion(1)}),I=new aC.NetworkConfig;I.MinGasLimit=parseInt(e),I.GasPerDataByte=parseInt(c),I.GasPriceModifier=parseFloat(p);try{return y.computeFee(I).toString(10)}catch(k){return Zo}}r();var Rt=({amount:e,usd:o,decimals:n=2,addEqualSign:i})=>{let c=(parseFloat(e)*o).toFixed(n),p=parseFloat(c).toLocaleString("en",{maximumFractionDigits:n,minimumFractionDigits:n}),l=parseFloat(e)>0?"\u2248":"=";return`${i?`${l} `:""}$${p}`};r();function bF(e){let o=Math.floor(e/864e5),n=e%(24*60*60*1e3),i=Math.floor(n/(60*60*1e3)),c=n%(60*60*1e3),p=Math.floor(c/(60*1e3)),l=c%(60*1e3),f=Math.floor(l/1e3),g=f+" sec",h=p+" min",v=i+" hr",y=o+" day";if(f>1&&(g=f+" sec"),p>1&&(h=p+" min"),i>1&&(v=i+" hrs"),o>1&&(y=o+" days"),o>=1)return y+" "+v;if(i>=1){let I=p===0?"":" "+h;return v+I}if(p>=1){let I=f===0?"":" "+g;return h+I}return g}function IF(e){let o=e.split(" ");return o.length>1?`${o[0]} ${o[1]}`:e}function NF(e){let n=new Date().getTime()-e;return Math.max(n,0)}function iC(e,o=!0){let n=NF(e),i=bF(n);return o?IF(i):i}r();function pC(e,o,n="..."){return isNaN(o)&&(o=10),n||(n="..."),e!=null&&(e.length<=o||e.length-n.length<=o)?e:String(e).substring(0,o-n.length)+n}r();r();X();function AF(e,o){let n,i,c=/(\.0+)+$/,p=e.replace(c,"").split("."),l=o.replace(c,"").split("."),f=Math.min(p.length,l.length);for(n=0;n<f;n++)if(i=parseInt(p[n],10)-parseInt(l[n],10),i)return i;return p.length-l.length}function yf(e){let o=[Su,bu,Iu,Nu,Gp,Au,e].sort((h,v)=>AF(h,v)),n=o.indexOf(Su),i=o.indexOf(bu),c=o.indexOf(Iu),p=o.indexOf(Nu),l=o.indexOf(Gp),f=o.indexOf(Au),g=o.indexOf(e);return{ledgerWithMultiAccount:g>=n,ledgerWithHashSign:g>=i,ledgerWithSignAuthToken:g>=c,ledgerWithWhitelistedTokens:g>=p,ledgerWithGuardians:g>=l,ledgerWithUsernames:g>=f}}var cC=yf;r();X();var sC=({feeLimit:e,egldPriceInUsd:o})=>{let n=yo({input:e,decimals:wo,digits:Pt,showLastNonZeroDecimal:!0});return`\u2248 ${Rt({amount:n,usd:o,decimals:Pt})}`};function Ut({token:e,noValue:o,showLastNonZeroDecimal:n}){var h;let i=!o&&e.value&&e.type!=="NonFungibleESDT",c=e.decimals!=null,p="";e.type==="NonFungibleESDT"&&(p="NFT"),e.type==="SemiFungibleESDT"&&(p="SFT"),e.type==="MetaESDT"&&(p="Meta-ESDT");let l="";i&&c&&(l=c?yo({input:e.value,decimals:e.decimals,digits:2,showLastNonZeroDecimal:n}):Number(e.value).toLocaleString("en"));let f=eo.nftDetails(String(e.identifier)),g=e.ticker===e.collection&&(h=e.identifier)!=null?h:e.ticker;return{badgeText:p,tokenFormattedAmount:i?l:null,tokenExplorerLink:f,tokenLinkText:g,token:e,noValue:o,showLastNonZeroDecimal:n}}r();X();function oa({token:e,noValue:o,showLastNonZeroDecimal:n}){var f;let i=Boolean(!o&&e.value),c=i?yo({input:e.value,decimals:(f=e.decimals)!=null?f:wo,digits:2,showLastNonZeroDecimal:n,addCommas:!0}):null,p=eo.tokenDetails(String(e.token)),l=e.ticker;return{tokenExplorerLink:p,tokenFormattedAmount:c,showFormattedAmount:i,tokenLinkText:l,token:e,showLastNonZeroDecimal:n}}r();io();var mC=["reDelegateRewards","claimRewards","unBond"],dC=["wrapEgld","unwrapEgld"],_C=["unStake"],lC=["unDelegate"];r();r();var uC=e=>{let o=e.map(i=>{let{isNft:c}=ea(i.type);if(c){let{badgeText:v,tokenFormattedAmount:y,tokenLinkText:I}=Ut({token:i});return`${v!=null?`(${v}) `:""}${y} ${I}`}let{tokenFormattedAmount:p,tokenLinkText:l,token:f}=oa({token:i}),g=f.collection?f.identifier:f.token;return`${p} ${l} (${g})`});return decodeURI(o.join("%0A"))};r();X();var Zn=e=>({egldValueData:{value:e,formattedValue:yo({input:e}),decimals:wo}});r();var gC=C(require("bignumber.js"));var fC=!1;function hC(e){var o;try{let i=Zr(e.data).replace(`${(o=e.action)==null?void 0:o.name}@`,""),c=new gC.default(i,16);if(!c.isNaN())return Zn(c.toString(10))}catch(n){fC||(console.error(`Unable to extract value for txHash: ${e.txHash}`),fC=!0)}return Zn(e.value)}r();r();io();var $m=e=>{var n,i;return(i=(n=e==null?void 0:e.operations)==null?void 0:n.filter(c=>Object.values(Hp).includes(c.type)))!=null?i:[]};var TC=!1,xC=e=>{TC||(console.error(`Operations field missing for txHash: ${e}.
5311
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(mE));_V={close:"dapp-core-component__customToast-styles__close"}});var bV={};Y(bV,{AddressDetailItem:()=>b_,CustomToast:()=>oT,DappCorePages:()=>zd,DataField:()=>Th,Denominate:()=>tG,DetailItem:()=>he,EventsList:()=>A_,ExplorerLink:()=>Te,ExtensionLoginButton:()=>mg,FormatAmount:()=>mo,LedgerLoginButton:()=>Tg,LedgerLoginContainer:()=>hg,Loader:()=>wV,NonceMessage:()=>fh,NotificationModal:()=>sG,OperaWalletLoginButton:()=>xg,OperationsList:()=>mh,PageState:()=>Lo,ProgressSteps:()=>lG,ScResultsList:()=>wh,ScamPhishingAlert:()=>Ic,ScrDetailItem:()=>xh,SignTransactionsModals:()=>dH,SignWithDeviceModal:()=>Kg,SignWithExtensionModal:()=>Wg,SignWithLedgerModal:()=>Zg,TimeAgo:()=>Vc,TransactionAction:()=>lh,TransactionActionComponent:()=>Qk,TransactionInfo:()=>Y9,TransactionInfoAge:()=>bh,TransactionInfoEgldPrice:()=>Oh,TransactionInfoFee:()=>Ah,TransactionInfoFrom:()=>Lh,TransactionInfoGasLimit:()=>Rh,TransactionInfoGasPrice:()=>Hh,TransactionInfoGasUsed:()=>Uh,TransactionInfoHash:()=>Ch,TransactionInfoInputData:()=>jh,TransactionInfoMethod:()=>Wh,TransactionInfoMiniblock:()=>Nh,TransactionInfoNonce:()=>Vh,TransactionInfoScResults:()=>$h,TransactionInfoStatus:()=>Ih,TransactionInfoTo:()=>Eh,TransactionInfoTokenOperations:()=>Mh,TransactionInfoValue:()=>Dh,TransactionLogs:()=>Z9,TransactionMethod:()=>d_,TransactionReceiver:()=>l_,TransactionRow:()=>V_,TransactionSender:()=>f_,TransactionShardsTransition:()=>T_,TransactionStatus:()=>yh,TransactionToast:()=>Jh,TransactionToastGuard:()=>nT,TransactionValue:()=>cp,TransactionsTable:()=>BE,TransactionsToastList:()=>xV,TransactionsToastListComponent:()=>kE,Trim:()=>oo,UsdValue:()=>Hg,WalletConnectLoginButton:()=>Cg,WalletConnectLoginContainer:()=>yg,WebWalletLoginButton:()=>Sg,XaliasLoginButton:()=>yV,getStatusIconAndColor:()=>a2});module.exports=Fp(bV);r();var zd={};Y(zd,{UnlockPage:()=>qN});r();r();var Tn=C(require("react")),Lc=C(require("classnames"));r();var pv=C(require("react"));r();var Rp=C(require("react"));function Ii({globalImportCallback:e,localImportCallback:o}){let[n,i]=Rp.default.useState(),[c,p]=Rp.default.useState(),l=()=>z(this,null,function*(){return yield Promise.resolve().then(()=>(iv(),av))}),f=()=>z(this,null,function*(){(e?e():l()).then(g=>i(g.default)),o==null||o().then(g=>p(g.default))});return(0,Rp.useEffect)(()=>{f()},[]),{globalStyles:n,styles:c}}function b(e,o){return n=>{let{globalStyles:i,styles:c}=Ii({globalImportCallback:o.global,localImportCallback:o.local});return pv.default.createElement(e,j(L({},n),{globalStyles:i!=null?i:{},styles:c!=null?c:{}}))}}r();r();r();var ly=require("react"),Mi=require("react-redux");r();var rf=require("@reduxjs/toolkit"),dy=require("react-redux/lib/utils/Subscription");Ye();r();var qw=C(require("lodash.throttle"));X();Ye();zu();ka();Li();var UO=[em],bm=!1,GO=(0,qw.default)(()=>{qp($p())},5e3),jw=e=>o=>n=>{if(UO.includes(n.type))return o(n);let i=e.getState(),c=Yo.local.getItem(dt.loginExpiresAt);if(!Boolean(i==null?void 0:i.account.address))return o(n);if(c==null)return qp($p());let l=Date.now();return c-l<0&&!bm?setTimeout(()=>{bm=!0,e.dispatch(aw())},1e3):(bm&&(bm=!1),GO()),o(n)};r();r();function Im(){return typeof sessionStorage!="undefined"}var cy=Im()?(Qw(),Fp(Jw)).default:(oy(),Fp(ey)).default,sy=Im()?(ty(),Fp(ny)).default:[],my=Im()?(py(),Fp(iy)).default:e=>e;Nm();var le=(0,rf.configureStore)({reducer:cy,middleware:e=>e({serializableCheck:{ignoredActions:[...sy,Hu.type,Gu.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(jw)}),_y=(0,dy.createSubscription)(le),tj=my(le),rj=(0,rf.configureStore)({reducer:Da});var mF={store:le,subscription:_y},af=(0,ly.createContext)(mF),cj=(0,Mi.createStoreHook)(af),je=(0,Mi.createDispatchHook)(af),Q=(0,Mi.createSelectorHook)(af);r();r();Ye();r();var uy=C(require("lodash.isequal")),Am=require("reselect"),re=(0,Am.createSelectorCreator)(Am.defaultMemoize,uy.default);var Mt=e=>e.account,ur=re(Mt,e=>e.address),fr=re(Mt,ur,(e,o)=>o in e.accounts?e.accounts[o]:tm),fy=re(Mt,fr,(e,o)=>{let c=e,{accounts:n}=c,i=vo(c,["accounts"]);return j(L({},i),{account:o})}),dF=re(fr,e=>e.balance),gy=re(fr,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),hy=re(Mt,e=>e.shard),Ty=re(Mt,e=>e.ledgerAccount),lj=re(Mt,e=>e.walletConnectAccount),uj=re(Mt,e=>e.isAccountLoading),fj=re(Mt,e=>e.accountLoadingError),xy=re(Mt,e=>e.websocketEvent),_F=re(Mt,e=>e.websocketBatchEvent);r();var pf=e=>e.dappConfig,Tj=re(pf,e=>e.shouldUseWebViewProvider);r();var Xn=e=>e.loginInfo,yj=re(Xn,e=>e.loginMethod),Kr=re(Xn,ur,(e,o)=>Boolean(o)),Cj=re(Xn,e=>e.walletConnectLogin),vy=re(Xn,e=>e.ledgerLogin),wy=re(Xn,e=>e.walletLogin),Sj=re(Xn,e=>e.isLoginSessionInvalid),Xr=re(Xn,e=>e.tokenLogin),Lm=re(Xn,e=>e.logoutRoute);r();var yy=e=>e.modals,Nj=re(yy,e=>e.txSubmittedModal),Cy=re(yy,e=>e.notificationModal);r();var lt=e=>e.networkConfig,Yp=re(lt,e=>e.chainID),kj=re(lt,e=>e.network.walletConnectBridgeAddress),Sy=re(lt,e=>e.network.walletConnectV2RelayAddress),by=re(lt,e=>e.network.walletConnectV2ProjectId),Iy=re(lt,e=>e.network.walletConnectV2Options),Ny=re(lt,e=>e.network.walletConnectDeepLink),gn=re(lt,e=>e.network),cf=re(gn,e=>e.apiAddress),Ay=re(gn,e=>e.explorerAddress),km=re(gn,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),Pm=re(gn,e=>e.xAliasAddress),Em=re(gn,e=>e.egldLabel);r();var Dm=e=>e.signedMessageInfo,Dj=re(Dm,e=>e.isSigning),Wj=re(Dm,e=>e.errorMessage),Mj=re(Dm,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),Bj=re(Dm,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});r();var Ly=e=>e.toasts,sf=re(Ly,e=>e.customToasts),Jp=re(Ly,e=>e.transactionToasts);r();Ye();var ky={errorMessage:Yu,successMessage:Ju,processingMessage:Qu},Py=e=>e.transactionsInfo,Ey=re(Py,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||ky);r();r();var Bt=require("@multiversx/sdk-core");X();r();var mf=require("@multiversx/sdk-core/out");r();r();function Qp(e){try{let o=atob(e),n=btoa(o),i=m.Buffer.from(e,"base64").toString(),c=m.Buffer.from(i).toString("base64");if(e===n&&e===c||o===i)return!0}catch(o){return!1}return!1}function Zr(e){return Qp(e)?atob(e):e}r();r();function Wm(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function gr(e){let o=e;try{let n=m.Buffer.from(e,"hex").toString();Wm(n)&&n.length>1&&(o=n)}catch(n){}return o}r();r();var Dy=e=>/\d/.test(e);var Wy=e=>{let o=e!=null?e:"";return Qp(o)?mf.TransactionPayload.fromEncoded(o):new mf.TransactionPayload(o)};function Wa(e){var n,i,c;let o=new Bt.Transaction(L(L(j(L(j(L({value:e.value.valueOf(),data:Wy(e.data),nonce:e.nonce.valueOf(),receiver:new Bt.Address(e.receiver)},e.receiverUsername?{receiverUsername:e.receiverUsername}:{}),{sender:new Bt.Address(e.sender)}),e.senderUsername?{senderUsername:e.senderUsername}:{}),{gasLimit:(n=e.gasLimit.valueOf())!=null?n:Ai,gasPrice:(i=e.gasPrice.valueOf())!=null?i:Vp,chainID:e.chainID.valueOf(),version:new Bt.TransactionVersion((c=e.version)!=null?c:Ev)}),e.options?{options:new Bt.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new Bt.Address(e.guardian)}:{}));return e.guardianSignature&&o.applyGuardianSignature(m.Buffer.from(e.guardianSignature,"hex")),e.signature&&o.applySignature(m.Buffer.from(e.signature,"hex")),o}r();r();X();function lF(e,o){let n=new URLSearchParams(e),i=Object.fromEntries(n);return{nextUrlParams:new URLSearchParams(L(L({},i),o)).toString(),params:i}}var uF="2.24.0";function Mm({callbackUrl:e,urlParams:o={}}){let n=e;if(Object.entries(o).length>0)try{let{search:i,origin:c,pathname:p,hash:l}=new URL(e),f=j(L({},o),{[Qs]:uF}),{nextUrlParams:g}=lF(i,f);n=`${c}${p}?${g}${l}`}catch(i){return console.error("Unable to construct URL from: ",e,i),n}return n}r();r();r();var _f=require("@multiversx/sdk-core/out");r();X();var fF=e=>{let o=m.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(e.slice(0,o.length).equals(o))return!0;let i=m.Buffer.alloc(32).fill(0);return e.equals(i)},df=e=>{try{let n=parseInt("11",2),i=parseInt("01",2),c=m.Buffer.from(e,"hex"),p=c[31];if(fF(c))return Js;let l=p&n;return l>3-1&&(l=p&i),l}catch(o){return-1}};function My({receiverAddress:e,senderShard:o,senderAddress:n}){try{let i=new _f.Address(e),c=df(i.pubkey());if(o==null&&n!=null){let p=new _f.Address(n);return df(p)===c}return c===o}catch(i){return!1}}r();var ec=require("@multiversx/sdk-core");qe();r();var By=require("@multiversx/sdk-core");function gF(e){try{let o=new By.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function ho(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&gF(e)}var hF=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function ut(e,o,n=""){if(!ho(e))return!1;if(new ec.Address(e).isContractAddress())return!0;let p=lf({receiver:e,data:n});return p?new ec.Address(p).isContractAddress()||vF(e,o,n):!1}var TF=e=>e.toLowerCase().match(/[0-9a-f]/g),xF=e=>e.length%2===0;function vF(e,o,n){let i=n==null?void 0:n.split("@");if(i==null)return!1;let[c,...p]=i,l=o!=null&&e!=null&&e===o,f=hF.includes(c),g=p.every(h=>TF(h)&&xF(h));return l&&f&&g}function lf({receiver:e,data:o}){try{if(!o)return e;let n=Qp(o)?ec.TransactionPayload.fromEncoded(o).toString():o,i=wF(n),c=n.split("@");return i>-1?c[i]:e}catch(n){console.log(n);return}}function wF(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}var Oy=(e,o=1)=>e!=null&&e.length?e.reduce((n,{receiver:i,data:c})=>{let p=lf({receiver:i,data:c!=null?c:""});return p==null?n:n&&My({receiverAddress:p,senderShard:o})},!0):!0;r();r();r();var ff=require("@multiversx/sdk-core"),Bm=C(require("bignumber.js"));ro();var uf={tokenId:"",amount:""},Fy=e=>e.split("@").map((p,l)=>[2,3].includes(l)?p:gr(p));function Om(e){if(!e)return uf;let o=e.startsWith("ESDTTransfer"),n=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),i=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,c,p]=e.split("@");try{let l=m.Buffer.from(c,"hex").toString("ascii");if(!l)return uf;let f=new Bm.default("0x"+p.replace("0x","")).toString(10);return{tokenId:l,amount:f}}catch(l){console.error("Error getting token from transaction data",l)}}if(n)try{let[,c,p,l,f]=Fy(e);if([c,p,l,f].every(g=>Boolean(g))&&ho(new ff.Address(f).bech32()))return{tokenId:`${c}-${p}`,amount:new Bm.default(l,16).toString(10),collection:c,nonce:p,receiver:new ff.Address(f).bech32()}}catch(c){}if(i)try{let[,c,p,l]=Fy(e);if([c,p,l].every(f=>Boolean(f)))return{tokenId:`${c}-${p}`,amount:new Bm.default(l,16).toString(10),collection:c,nonce:p}}catch(c){}return uf}r();r();r();var Vo="accounts";var Fm="blocks",Uy="code",Gy="collections";var Hy="contracts",Rm="economics",Vy="identities";var zy="locked-accounts",$y="logs",Um="miniblocks";var oc="nfts",qy="nodes",gf="providers",jy="roles",hf="sc-results";var Yr="tokens";var ft="transactions";var eo={shard:e=>`/${Fm}?shard=${e}`,receiverShard:e=>`/${ft}?receivershard=${e}`,senderShard:e=>`/${ft}?sendershard=${e}`,transactionDetails:e=>`/${ft}/${e}`,transactionDetailsScResults:e=>`/${ft}/${e}/${hf}`,transactionDetailsLogs:e=>`/${ft}/${e}/${$y}`,nodeDetails:e=>`/${qy}/${e}`,accountDetails:e=>`/${Vo}/${e}`,accountDetailsContractCode:e=>`/${Vo}/${e}/${Uy}`,accountDetailsTokens:e=>`/${Vo}/${e}/${Yr}`,accountDetailsNfts:e=>`/${Vo}/${e}/${oc}`,accountDetailsScResults:e=>`/${Vo}/${e}/${hf}`,accountDetailsContracts:e=>`/${Vo}/${e}/${Hy}`,identityDetails:e=>`/${Vy}/${e}`,tokenDetails:e=>`/${Yr}/${e}`,tokenDetailsAccounts:e=>`/${Yr}/${e}/${Vo}`,tokenDetailsLockedAccounts:e=>`/${Yr}/${e}/${zy}`,tokenDetailsRoles:e=>`/${Yr}/${e}/${jy}`,collectionDetails:e=>`/${Gy}/${e}`,nftDetails:e=>`/${oc}/${e}`,providerDetails:e=>`/${gf}/${e}`,providerDetailsTransactions:e=>`/${gf}/${e}/${ft}`,miniblockDetails:e=>`/${Um}/${e}`};r();var Gm=e=>{var o,n,i,c;if(e.action){let p=[(o=e.action.arguments)==null?void 0:o.token,(n=e.action.arguments)==null?void 0:n.token1,(i=e.action.arguments)==null?void 0:i.token2,(c=e.action.arguments)==null?void 0:c.transfers].filter(f=>f!=null);return[].concat(...p)}return[]};r();r();function Hm(e){var n,i;let o=e.receiver;return(i=(n=e.action)==null?void 0:n.arguments)!=null&&i.receiver&&(o=e.action.arguments.receiver),o}function Ky(e){let o=Hm(e);return e.receiver===o?e.receiverAssets:void 0}r();io();var Bi=e=>{var i,c,p,l,f,g;let o="Transaction";return((i=e.action)==null?void 0:i.name)&&((c=e.action)==null?void 0:c.category)&&(((p=e.action)==null?void 0:p.category)==="esdtNft"&&((l=e.action)==null?void 0:l.name)==="transfer"?o="Transaction":e.action&&(o=e.action.name),(g=(f=e.action)==null?void 0:f.arguments)!=null&&g.functionName&&(o=e.action.arguments.functionName)),o};r();var Zy=!1;function yF(e){Zy||(console.error(e),Zy=!0)}function Ot({explorerAddress:e,to:o}){try{return new URL(o).href}catch(n){return o.startsWith("/")||(yF(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}r();io();function Yy(e,o,n){let i=e===o.sender,c=e===n,p=i&&c,l=(o==null?void 0:o.type)==="SmartContractResult";switch(!0){case l:return"Internal";case p:return"Self";case c:return"In";case i:default:return"Out"}}r();function zm({value:e,noSeconds:o,utc:n,meridiem:i=!0}){let c=new Date(e*1e3),[,p]=c.toLocaleString("en-US",{hour:"numeric",hour12:i}).split(" "),l=c.toUTCString(),[,f]=l.split(","),[g,h,v,y]=f.trim().split(" "),[I,k,N]=y.split(":"),P=`:${N}`,M=`${I}:${k}${o?"":P}`,$=`${i?p:""} ${n?"UTC":""}`.trim();return`${h} ${g}, ${v} ${M} ${$}`.trim()}r();function Jy(e){var o,n;return(n=(o=e==null?void 0:e.operations)==null?void 0:o.map(i=>i.message).filter(i=>Boolean(i)))!=null?n:[]}r();var oC=C(require("bignumber.js"));X();r();var eC=require("@multiversx/sdk-core"),Qr=C(require("bignumber.js"));X();r();var Qy=C(require("bignumber.js")),Jr=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let i=new Qy.default(n),c=o?0:-1;return i.toString(10)===n&&i.comparedTo(0)>=c};r();function hr(e){return{if:function(o){return o?{then:n=>n instanceof Function?hr(n(e)):hr(n)}:{then:()=>hr(e)}},then:o=>o instanceof Function?hr(o(e)):hr(o),valueOf:function(){return e}}}Qr.default.config({ROUNDING_MODE:Qr.default.ROUND_FLOOR});function yo({input:e,decimals:o=wo,digits:n=Pt,showLastNonZeroDecimal:i=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!Jr(e,!1))throw new Error("Invalid input");let l=new Qr.default(e).isNegative(),f=e;return l&&(f=e.substring(1)),hr(f).then(()=>eC.TokenTransfer.fungibleFromBigInteger("",f,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(g=>{let h=new Qr.default(g);if(h.isZero())return Zo;let v=h.toString(10),[y,I]=v.split("."),k=new Qr.default(I||0),N=hr(0).if(Boolean(I&&i)).then(()=>Math.max(I.length,n)).if(k.isZero()&&!i).then(0).if(Boolean(I&&!i)).then(()=>Math.min(I.length,n)).valueOf(),P=I&&n>=1&&n<=I.length&&k.isGreaterThan(0)&&new Qr.default(I.substring(0,n)).isZero(),M=h.toFormat(N);return hr(v).if(p).then(M).if(Boolean(P)).then(K=>{let $=new Qr.default(y).isZero(),[H,R]=K.split("."),Z=new Array(n-1).fill(0),ae=[...Z,0].join(""),ce=[...Z,1].join("");return $?c?`<${H}.${ce}`:i?`${H}.${R}`:H:`${H}.${ae}`}).if(Boolean(!P&&I)).then(K=>{let[$]=K.split("."),H=I.substring(0,N);if(i){let R=n-H.length;if(R>0){let Z=Array(R).fill(0).join("");return H=`${H}${Z}`,`${$}.${H}`}return K}return H?`${$}.${H}`:$}).valueOf()}).if(l).then(g=>`-${g}`).valueOf()}var CF=e=>{var o,n;if(!((o=e.receipt)!=null&&o.value))return"";if(((n=e.receipt)==null?void 0:n.data)===Fv){let i=yo({input:e.receipt.value,decimals:wo,digits:Pt,showLastNonZeroDecimal:!0});return new oC.default(i).times(e.gasPrice).times(100).toFixed()}return e.receipt.value};function nC(e){var c;let o=(c=e.receipt)==null?void 0:c.data;if(!o)return"";let n=CF(e),i=n?`: ${n}`:"";return`${o}${i}`}r();function Tf(e){var o,n;return(n=(o=e==null?void 0:e.results)==null?void 0:o.map(i=>i.returnMessage).filter(i=>Boolean(i)))!=null?n:[]}r();r();X();r();var Ft=(i=>(i.NonFungibleESDT="NonFungibleESDT",i.SemiFungibleESDT="SemiFungibleESDT",i.MetaESDT="MetaESDT",i))(Ft||{});r();r();r();X();r();X();r();var SF=require("@multiversx/sdk-core");X();r();var gt=require("@multiversx/sdk-core"),aC=require("@multiversx/sdk-network-providers");X();r();r();var tC=C(require("bignumber.js"));X();var xf=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,n]=e.split(".");if(n)for(;n.charAt(n.length-1)===Zo;)n=n.slice(0,-1);let i=n?[o,n].join("."):o,c=new tC.default(i);return c.toString(10)===i&&c.comparedTo(0)>=0};r();X();r();var vf={isEsdt:!1,isNft:!1,isEgld:!1};function ea(e){let o=e==null?void 0:e.split("-").length;return o===2?j(L({},vf),{isEsdt:!0}):o===3?j(L({},vf),{isNft:!0}):j(L({},vf),{isEgld:!0})}var rC={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function wf({minGasLimit:e=String(Ai),gasLimit:o,gasPrice:n,data:i,gasPerDataByte:c,gasPriceModifier:p,defaultGasPrice:l=String(Vp),chainId:f}){let g=i||"",h=Jr(o)?o:e,v=xf(n)?n:l,y=new gt.Transaction({nonce:0,value:gt.TokenPayment.egldFromAmount("0"),receiver:new gt.Address(rC.to),sender:new gt.Address(rC.to),gasPrice:parseInt(v),gasLimit:parseInt(h),data:new gt.TransactionPayload(g.trim()),chainID:f,version:new gt.TransactionVersion(1)}),I=new aC.NetworkConfig;I.MinGasLimit=parseInt(e),I.GasPerDataByte=parseInt(c),I.GasPriceModifier=parseFloat(p);try{return y.computeFee(I).toString(10)}catch(k){return Zo}}r();var Rt=({amount:e,usd:o,decimals:n=2,addEqualSign:i})=>{let c=(parseFloat(e)*o).toFixed(n),p=parseFloat(c).toLocaleString("en",{maximumFractionDigits:n,minimumFractionDigits:n}),l=parseFloat(e)>0?"\u2248":"=";return`${i?`${l} `:""}$${p}`};r();function bF(e){let o=Math.floor(e/864e5),n=e%(24*60*60*1e3),i=Math.floor(n/(60*60*1e3)),c=n%(60*60*1e3),p=Math.floor(c/(60*1e3)),l=c%(60*1e3),f=Math.floor(l/1e3),g=f+" sec",h=p+" min",v=i+" hr",y=o+" day";if(f>1&&(g=f+" sec"),p>1&&(h=p+" min"),i>1&&(v=i+" hrs"),o>1&&(y=o+" days"),o>=1)return y+" "+v;if(i>=1){let I=p===0?"":" "+h;return v+I}if(p>=1){let I=f===0?"":" "+g;return h+I}return g}function IF(e){let o=e.split(" ");return o.length>1?`${o[0]} ${o[1]}`:e}function NF(e){let n=new Date().getTime()-e;return Math.max(n,0)}function iC(e,o=!0){let n=NF(e),i=bF(n);return o?IF(i):i}r();function pC(e,o,n="..."){return isNaN(o)&&(o=10),n||(n="..."),e!=null&&(e.length<=o||e.length-n.length<=o)?e:String(e).substring(0,o-n.length)+n}r();r();X();function AF(e,o){let n,i,c=/(\.0+)+$/,p=e.replace(c,"").split("."),l=o.replace(c,"").split("."),f=Math.min(p.length,l.length);for(n=0;n<f;n++)if(i=parseInt(p[n],10)-parseInt(l[n],10),i)return i;return p.length-l.length}function yf(e){let o=[Su,bu,Iu,Nu,Gp,Au,e].sort((h,v)=>AF(h,v)),n=o.indexOf(Su),i=o.indexOf(bu),c=o.indexOf(Iu),p=o.indexOf(Nu),l=o.indexOf(Gp),f=o.indexOf(Au),g=o.indexOf(e);return{ledgerWithMultiAccount:g>=n,ledgerWithHashSign:g>=i,ledgerWithSignAuthToken:g>=c,ledgerWithWhitelistedTokens:g>=p,ledgerWithGuardians:g>=l,ledgerWithUsernames:g>=f}}var cC=yf;r();X();var sC=({feeLimit:e,egldPriceInUsd:o})=>{let n=yo({input:e,decimals:wo,digits:Pt,showLastNonZeroDecimal:!0});return`\u2248 ${Rt({amount:n,usd:o,decimals:Pt})}`};function Ut({token:e,noValue:o,showLastNonZeroDecimal:n}){var h;let i=!o&&e.value&&e.type!=="NonFungibleESDT",c=e.decimals!=null,p="";e.type==="NonFungibleESDT"&&(p="NFT"),e.type==="SemiFungibleESDT"&&(p="SFT"),e.type==="MetaESDT"&&(p="Meta-ESDT");let l="";i&&c&&(l=c?yo({input:e.value,decimals:e.decimals,digits:2,showLastNonZeroDecimal:n}):Number(e.value).toLocaleString("en"));let f=eo.nftDetails(String(e.identifier)),g=e.ticker===e.collection&&(h=e.identifier)!=null?h:e.ticker;return{badgeText:p,tokenFormattedAmount:i?l:null,tokenExplorerLink:f,tokenLinkText:g,token:e,noValue:o,showLastNonZeroDecimal:n}}r();X();function oa({token:e,noValue:o,showLastNonZeroDecimal:n}){var f;let i=Boolean(!o&&e.value),c=i?yo({input:e.value,decimals:(f=e.decimals)!=null?f:wo,digits:2,showLastNonZeroDecimal:n,addCommas:!0}):null,p=eo.tokenDetails(String(e.token)),l=e.ticker;return{tokenExplorerLink:p,tokenFormattedAmount:c,showFormattedAmount:i,tokenLinkText:l,token:e,showLastNonZeroDecimal:n}}r();io();var mC=["reDelegateRewards","claimRewards","unBond"],dC=["wrapEgld","unwrapEgld"],_C=["unStake"],lC=["unDelegate"];r();r();var uC=e=>{let o=e.map(i=>{let{isNft:c}=ea(i.type);if(c){let{badgeText:v,tokenFormattedAmount:y,tokenLinkText:I}=Ut({token:i});return`${v!=null?`(${v}) `:""}${y} ${I}`}let{tokenFormattedAmount:p,tokenLinkText:l,token:f}=oa({token:i}),g=f.collection?f.identifier:f.token;return`${p} ${l} (${g})`});return decodeURI(o.join("%0A"))};r();X();var Zn=e=>({egldValueData:{value:e,formattedValue:yo({input:e}),decimals:wo}});r();var gC=C(require("bignumber.js"));var fC=!1;function hC(e){var o;try{let i=Zr(e.data).replace(`${(o=e.action)==null?void 0:o.name}@`,""),c=new gC.default(i,16);if(!c.isNaN())return Zn(c.toString(10))}catch(n){fC||(console.error(`Unable to extract value for txHash: ${e.txHash}`),fC=!0)}return Zn(e.value)}r();r();io();var $m=e=>{var n,i;return(i=(n=e==null?void 0:e.operations)==null?void 0:n.filter(c=>Object.values(Hp).includes(c.type)))!=null?i:[]};var TC=!1,xC=e=>{TC||(console.error(`Operations field missing for txHash: ${e}.
5312
5312
  Unable to compute value field.`),TC=!0)};function vC(e){try{if(e.operations){let[o]=$m(e);return Zn(o==null?void 0:o.value)}else xC(e.txHash)}catch(o){xC(e.txHash)}return Zn(e.value)}r();var yC=C(require("bignumber.js"));var wC=!1;function CC(e){var n,i,c,p,l;return new yC.default((i=(n=e.action)==null?void 0:n.arguments)==null?void 0:i.value).isNaN()?(wC||(console.error(`Unable to interpret ${(l=e.action)==null?void 0:l.name} data for txHash: ${e.txHash}`),wC=!0),Zn(e.value)):Zn((p=(c=e.action)==null?void 0:c.arguments)==null?void 0:p.value)}var SC=({transaction:e,hideMultipleBadge:o})=>{var n;if(e.action){if(dC.includes(e.action.name))return Zn(e.value);if(_C.includes(e.action.name))return hC(e);if(mC.includes(e.action.name))return vC(e);if(lC.includes(e.action.name))return CC(e);let i=Gm(e);if(i.length){let c=i[0],p=Object.values(Ft).includes(c.type),f=!o&&i.length>1?uC(i):"";if(p){let{badgeText:k,tokenFormattedAmount:N,tokenExplorerLink:P,tokenLinkText:M}=Ut({token:c});return{nftValueData:{badgeText:k,tokenFormattedAmount:N,tokenExplorerLink:P,tokenLinkText:M,transactionTokens:i,token:c,value:N!=null?c.value:null,decimals:N!=null?c.decimals:null,titleText:f}}}let{tokenExplorerLink:g,showFormattedAmount:h,tokenFormattedAmount:v,tokenLinkText:y,token:I}=oa({token:c});return{tokenValueData:{tokenExplorerLink:g,showFormattedAmount:h,tokenFormattedAmount:v,tokenLinkText:y,transactionTokens:i,token:I,value:c.value,decimals:(n=c.decimals)!=null?n:wo,titleText:f}}}}return Zn(e.value)};function nc({transaction:e,address:o,explorerAddress:n}){var P;let i=(P=e.tokenIdentifier)!=null?P:Om(e.data).tokenId,c=Hm(e),p=Ky(e),l=Yy(o,e,c),f=Bi(e),g=Gm(e),h=Ot({explorerAddress:n,to:eo.accountDetails(e.sender)}),v=Ot({explorerAddress:n,to:eo.accountDetails(c)}),y=Ot({explorerAddress:n,to:eo.senderShard(e.senderShard)}),I=Ot({explorerAddress:n,to:eo.receiverShard(e.receiverShard)}),k=e.originalTxHash?`${e.originalTxHash}#${e.txHash}`:e.txHash,N=Ot({explorerAddress:n,to:eo.transactionDetails(k)});return j(L({},e),{tokenIdentifier:i,receiver:c,receiverAssets:p,transactionDetails:{direction:l,method:f,transactionTokens:g,isContract:ut(e.sender)},links:{senderLink:h,receiverLink:v,senderShardLink:y,receiverShardLink:I,transactionLink:N}})}r();r();var bC=({data:e,highlight:o,occurrences:n,transactionIndex:i})=>{let c=n[i]||e.indexOf(o),p=o.length,l=e.slice(0,c),f=e.slice(c+p);return{start:l,end:f}};r();function qm({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}r();var Cf=C(require("bignumber.js"));qe();r();var IC=(e,o)=>{let n=[],i=e.indexOf(o,0);for(;i>=0;)n.push(i),i=e.indexOf(o,i+1);return n};function NC(e){let o=[],n=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,i,c,...p]=e==null?void 0:e.split("@");if(i){let l=new Cf.default(c,16).toNumber(),f=0;for(let y=0;y<l;y++){let I={type:"nftTransaction",data:"",receiver:i};for(let k=0;k<3;k++){switch(k){case 0:I.token=gr(p[f]),I.data=p[f];break;case 1:{let N=p[f]&&p[f].length?p[f]:"";N&&N!=="00"?I.nonce=N:I.type="esdtTransaction",I.data=`${I.data}@${p[f]}`;break}case 2:I.amount=new Cf.default(p[f],16).toString(10),I.data=`${I.data}@${p[f]}`;break;default:break}n=f+1,f++}o[y]=I}let g=o.length!==l,h=o.some(y=>IC(y.data,"@").length!==2),v=o.some(y=>y.data.startsWith("@"));if(g||h||v)return[];if(p[n]){let y=p[n];for(let I=n+1;I<p.length;I++)y+="@"+p[I];o[l]={type:"scCall",data:y,receiver:i}}}}}catch(i){return console.error("failed parsing tx",i),o}return o}r();r();r();ro();function Fi(e){let n=Object.getPrototypeOf(e).toPlainObject!=null?e:Wa(e);return j(L({},n.toPlainObject()),{hash:n.getHash().hex(),senderUsername:n.getSenderUsername().valueOf(),receiverUsername:n.getReceiverUsername().valueOf(),status:"pending"})}r();var kC=require("@multiversx/sdk-web-wallet-provider");X();r();var LC=C(require("qs"));r();r();r();r();r();var Ma=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Se=()=>{if(!Ma())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:i,href:c,search:p}}=window;return{pathname:o,hash:n,origin:i,href:c,search:p}};var tc=(e="")=>{let o=Se(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.includes(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`};r();var Tr=()=>{let{pathname:e,search:o,hash:n}=Se();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`};var jm=e=>{let o=new URLSearchParams(e).toString(),{pathname:n,hash:i}=Se(),c=o?`?${o}`:"",p=n?`${n}${c}${i}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};r();var LF={search:Ma()?window.location.search:"",removeParams:[]},AC=(e,o=LF)=>{var l;let n={},i=Ma()?window.location.search:"",c=(l=o.search)!=null?l:i;if(c){let f=c?new URLSearchParams(c):[];n=Object.fromEntries(f)}let p={};return e.forEach(f=>{p[f]=n[f],delete n[f]}),o.removeParams!=null&&Object.keys(n).forEach(f=>{var h,v;let[g]=f.split("[");(((h=o.removeParams)==null?void 0:h.includes(f))||((v=o.removeParams)==null?void 0:v.includes(g)))&&delete n[f]}),{remainingParams:p,params:n,clearNavigationHistory:()=>jm(n)}};var Km=({removeParams:e,search:o})=>{let n=Ma()?window.location.search:"",i=o!=null?o:n;if(!i)return{};let c=LC.default.parse(i.replace("?","")),p=Object.keys(c).filter(f=>!e.includes(f)),{remainingParams:l}=AC(p,{search:o,removeParams:e});return jm(l),l};var PC=({transaction:e,search:o})=>Km({removeParams:[...Object.keys(e),kC.WALLET_PROVIDER_CALLBACK_PARAM,Et,Qs],search:o});r();r();var EC=e=>m.Buffer.from(String(e==null?void 0:e.data),"base64").toString("hex");r();var DC=(e,o)=>{var f;let{hash:n}=Se(),i=n.split("/"),c=i[0]?i[0].replace("#",""):"",p=(f=i[1])!=null?f:0;return c===o&&e.order===Number(p)};r();io();var WC=({operation:e,address:o})=>{let n=o===e.sender,i=o===e.receiver,c=n&&i,p=!c,l="";switch(!0){case n:l="Out";break;case i:l="In";break;case c:l="Self";break;case p:l="Internal";break}return{direction:l}};r();var MC=e=>{let o=m.Buffer.from(e,"base64").toString().split("@");return o.length>=2&&(o[0].length>0?o[0]=gr(o[0]):o[1]=gr(o[1])),o.join("@")};r();var BC=e=>{let{hash:o}=Se();return o.substring(0,o.indexOf("/")>0?o.indexOf("/"):o.length).replace("#","")===e};r();var OC=C(require("linkifyjs")),kF=e=>{let o=OC.find(e);if(!o.length)return{textWithLinks:e,hasLinks:!1};let n=e;for(let i of o){let c=e.substring(i.start,i.end);n=n.replace(c,i.value)}return{textWithLinks:n,hasLinks:!0}},FC=({message:e,scamInfo:o,isNsfw:n,verified:i,messagePrefix:c="Message hidden due to suspicious content - "})=>{var g;if(i)return{message:"",textWithLinks:"",isSuspicious:!1};let p=`${c}${(g=o==null?void 0:o.info)!=null?g:"suspicious content"}`,{textWithLinks:l,hasLinks:f}=kF(e);return f||n||o?{message:p,textWithLinks:l,isSuspicious:!0}:{message:"",textWithLinks:l,isSuspicious:!1}};r();X();var RC=e=>{let o=e;typeof o=="string"&&o.includes("Shard")&&(o=o.replace("Shard","").replace(" ",""));let n=Js.toString()===String(o).toString()||String(o)==="metachain",i=Wv.toString()===String(o).toString();return n?"Metachain":i?"All Shards":`Shard ${o}`};r();var Sf=C(require("bignumber.js")),PF=e=>{let o=new Sf.default(e.gasPrice),n=new Sf.default(e.gasUsed);return o.times(n).toString()};function UC(e){return e.fee?e.fee:e.gasUsed===void 0?null:PF(e)}r();qe();r();function Xm(e){return Array.from(new Set([...Tf(e),...Jy(e),nC(e)])).filter(n=>Boolean(n))}r();ro();function Ri(e){let o=l=>e.status.toLowerCase()===l.toLowerCase(),n=o("fail")||o("reward-reverted"),i=o("success"),c=o("not executed")||o("invalid"),p=o("pending")||e.pendingResults;return{failed:n,success:i,invalid:c,pending:p}}r();ro();var GC=e=>{switch(!0){case e.pendingResults:return"Pending (Smart Contract Execution)";case e.status==="reward-reverted":return"fail";default:return e.status.toString()}};r();r();r();io();r();io();var HC=e=>{var o,n;switch(e.name){case"transfer":return["Transfer",{token:(o=e.arguments)==null?void 0:o.transfers},"to",{address:(n=e.arguments)==null?void 0:n.receiver}];default:return[]}};r();var VC=C(require("bignumber.js"));X();io();var zC=e=>{var o,n,i,c,p,l,f,g,h,v,y,I;switch(e.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(o=e.arguments)==null?void 0:o.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(n=e.arguments)==null?void 0:n.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(i=e.arguments)==null?void 0:i.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(c=e.arguments)==null?void 0:c.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(p=e.arguments)==null?void 0:p.transfers}];case"swapTokensFixedInput":case"swap":return e.description?[e.description]:[];case"swapTokensFixedOutput":return e.description?[e.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(l=e.arguments)==null?void 0:l.transfers[0]]},"and",{token:[(f=e.arguments)==null?void 0:f.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(g=e.arguments)==null?void 0:g.transfers}];case"mergeLockedAssetTokens":let k=Zo;if((h=e.arguments)!=null&&h.transfers){let N=e.arguments.transfers.map(({value:P})=>P);k=VC.default.sum.apply(null,N).toString(10)}return[`Merge ${(v=e.arguments)==null?void 0:v.transfers.length}`,{tokenNoLink:[(y=e.arguments)==null?void 0:y.transfers[0]]},"positions into a single",{tokenNoLink:[(I=e.arguments)==null?void 0:I.transfers[0]]},"position of value",{value:k}];case"wrapEgld":case"unwrapEgld":default:return e.description?[e.description]:[]}};r();io();var $C=e=>{var o,n,i,c,p,l,f,g,h,v,y,I;switch(e.name){case"delegate":case"stake":return["Delegate",{egldValue:(o=e.arguments)==null?void 0:o.value},"to staking provider",{providerName:(n=e.arguments)==null?void 0:n.providerName,providerAvatar:(i=e.arguments)==null?void 0:i.providerAvatar}];case"unDelegate":return["Undelegate",{egldValue:(c=e.arguments)==null?void 0:c.value},"from staking provider",{providerName:(p=e.arguments)==null?void 0:p.providerName,providerAvatar:(l=e.arguments)==null?void 0:l.providerAvatar}];case"claimRewards":return["Claim rewards from staking provider",{providerName:(f=e.arguments)==null?void 0:f.providerName,providerAvatar:(g=e.arguments)==null?void 0:g.providerAvatar}];case"reDelegateRewards":return["Redelegate rewards from staking provider",{providerName:(h=e.arguments)==null?void 0:h.providerName,providerAvatar:(v=e.arguments)==null?void 0:v.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(y=e.arguments)==null?void 0:y.providerName,providerAvatar:(I=e.arguments)==null?void 0:I.providerAvatar}];default:return[]}};var qC=e=>{if(!e.arguments)return e.description?[e.description]:[e.name];switch(e.category){case"esdtNft":return HC(e);case"mex":return zC(e);case"stake":return $C(e);default:return e.description?[e.description]:[]}};r();var Ym=require("react");qe();r();r();io();r();r();var jC=require("@multiversx/sdk-core/out"),bf=C(require("bignumber.js"));io();var xr=(e,o,n)=>{try{switch(o){case"text":return Dy(e)?m.Buffer.from(e,"hex").toString("utf8"):e;case"decimal":return new bf.default(e,16).toString(10);case"smart":let c=jC.Address.fromHex(e).toString();if(ho(c))return c;let p=m.Buffer.from(e,"hex").toString("utf8");return Wm(p)||n&&[...n.esdts,...n.nfts].some(g=>p.includes(g))?p:new bf.default(e,16).toString(10);case"raw":default:return e}}catch(i){return console.error(`Error during data decoding of "${e}" as "${o}"`,i),e}};r();qe();r();var EF=e=>e.toLowerCase().match(/[0-9a-f]/g),DF=e=>e.length%2===0,KC=e=>{let o=[];return e&&!EF(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!DF(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};r();qe();var Zm=({parts:e,decodedParts:o,identifier:n})=>{let i=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(i[2]=xr(e[2],"decimal")),n==="ESDTNFTTransfer"&&e[1]){let c=m.Buffer.from(String(e[1]),"base64");i[1]=xr(c.toString("hex"),"decimal")}return i};var XC=({parts:e,decodeMethod:o,identifier:n,display:i})=>{let c=e.map((p,l)=>{if(e.length>=2&&(l===0&&p.length<64||l===1&&!e[0]))return/[^a-z0-9]/gi.test(p)?xr(p,o):p;{let f=KC(p);return f.length&&(i.validationWarnings=Array.from(new Set([...i.validationWarnings,...f]))),xr(p,o)}});return o==="smart"?Zm({parts:e,decodedParts:c,identifier:n}):c};var ZC=({input:e,decodeMethod:o,identifier:n})=>{let i={displayValue:"",validationWarnings:[]};if(e.includes("@")){let c=e.split("@"),p=XC({parts:c,identifier:n,decodeMethod:o,display:i});return i.displayValue=p.join("@"),i}if(e.includes(`
5313
5313
  `)){let c=e.split(`
5314
5314
  `),p=c.map(f=>{let g=m.Buffer.from(String(f),"base64");return o==="raw"?f:xr(g.toString("hex"),o)}),l=o==="smart"?Zm({parts:c,decodedParts:p,identifier:n}):p;return i.displayValue=l.join(`