@multiversx/sdk-dapp 2.26.1 → 2.26.2

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 (565) 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-FVUVQD6F.js → chunk-233MRIXV.js} +2 -2
  172. package/__chunks__/{chunk-ZWQWAT5Q.js → chunk-2HN3UHX6.js} +2 -2
  173. package/__chunks__/{chunk-DEJGE7Y4.js → chunk-2SOHJSRA.js} +2 -2
  174. package/__chunks__/chunk-2TRBTPBF.js +2 -0
  175. package/__chunks__/{chunk-KSCHXTJP.js → chunk-34BLASZ4.js} +2 -2
  176. package/__chunks__/{chunk-S4O3CIRQ.js → chunk-34RW6746.js} +2 -2
  177. package/__chunks__/chunk-35EHXU73.js +2 -0
  178. package/__chunks__/{chunk-GKNAGFBT.js → chunk-3C6Q3MH7.js} +2 -2
  179. package/__chunks__/{chunk-RJE63HQJ.js → chunk-3D3DHNAS.js} +2 -2
  180. package/__chunks__/chunk-3EXEUBCC.js +2 -0
  181. package/__chunks__/{chunk-K7DCHQFT.js → chunk-3HIAW7YG.js} +2 -2
  182. package/__chunks__/{chunk-PZOW5ZWE.js → chunk-3IYACUX3.js} +2 -2
  183. package/__chunks__/{chunk-YIM57EFP.js → chunk-3SPKQOUW.js} +2 -2
  184. package/__chunks__/{chunk-ORMH7ELQ.js → chunk-3YEYAH43.js} +2 -2
  185. package/__chunks__/{chunk-3IUXQMXS.js → chunk-3YJTSXUD.js} +2 -2
  186. package/__chunks__/{chunk-X42N3WTU.js → chunk-457DIWPW.js} +2 -2
  187. package/__chunks__/{chunk-HCAWR2TN.js → chunk-4HKRTQNI.js} +2 -2
  188. package/__chunks__/{chunk-HMVVKPDU.js → chunk-4N7ZMBTJ.js} +2 -2
  189. package/__chunks__/{chunk-N4A5YGSE.js → chunk-4OQBORJV.js} +2 -2
  190. package/__chunks__/{chunk-SYECTGAR.js → chunk-4UQH2D5O.js} +2 -2
  191. package/__chunks__/{chunk-LLBJQ3Q7.js → chunk-4VHC6VPE.js} +2 -2
  192. package/__chunks__/{chunk-QXLYW4NZ.js → chunk-4Z5NK2ZU.js} +2 -2
  193. package/__chunks__/{chunk-5MDQN6ZA.js → chunk-54S4J3QY.js} +2 -2
  194. package/__chunks__/{chunk-HVJX4BH6.js → chunk-57KJZKIX.js} +2 -2
  195. package/__chunks__/{chunk-ZKWWE5QR.js → chunk-5AV3XKVE.js} +2 -2
  196. package/__chunks__/{chunk-45ZKWI3U.js → chunk-5DGO4RGE.js} +2 -2
  197. package/__chunks__/{chunk-K7QFQAXN.js → chunk-5MLOUYVM.js} +2 -2
  198. package/__chunks__/{chunk-H3VSEB3F.js → chunk-5SU7RN7A.js} +2 -2
  199. package/__chunks__/{chunk-N6ZYNQ5L.js → chunk-5USPSDE3.js} +2 -2
  200. package/__chunks__/{chunk-NJDPV7QG.js → chunk-5XOR7VWZ.js} +2 -2
  201. package/__chunks__/{chunk-SPLY3Q22.js → chunk-6TEIN2MW.js} +2 -2
  202. package/__chunks__/{chunk-2FZ45EQK.js → chunk-73H3V5RG.js} +2 -2
  203. package/__chunks__/{chunk-TKGMVUO6.js → chunk-73YPJTTM.js} +2 -2
  204. package/__chunks__/{chunk-X4OYWLQ3.js → chunk-7IU6RYLQ.js} +2 -2
  205. package/__chunks__/{chunk-HAIGJSVH.js → chunk-7R6IH7HQ.js} +2 -2
  206. package/__chunks__/{chunk-DMMCFG5S.js → chunk-7TVMUR3A.js} +2 -2
  207. package/__chunks__/{chunk-PTTM5C4S.js → chunk-7UGBA3M7.js} +2 -2
  208. package/__chunks__/{chunk-SRUYR47Y.js → chunk-7YRHAABW.js} +2 -2
  209. package/__chunks__/{chunk-NMYE7GEE.js → chunk-A3I354TG.js} +2 -2
  210. package/__chunks__/{chunk-WFRQOJTU.js → chunk-AAXOOATB.js} +2 -2
  211. package/__chunks__/{chunk-3AJVG3Q4.js → chunk-ADL5R63R.js} +2 -2
  212. package/__chunks__/{chunk-HHAUP7XS.js → chunk-AE3FJSIU.js} +2 -2
  213. package/__chunks__/{chunk-V6L6Y2R3.js → chunk-AOJK2UGV.js} +2 -2
  214. package/__chunks__/{chunk-DYYF2HVC.js → chunk-AUV7ZIYN.js} +2 -2
  215. package/__chunks__/{chunk-QUBOUSQL.js → chunk-AYURMPQS.js} +2 -2
  216. package/__chunks__/{chunk-6PUNWOHW.js → chunk-B3WVZPTZ.js} +2 -2
  217. package/__chunks__/{chunk-4H4PQ4Q4.js → chunk-BBOAO7KH.js} +2 -2
  218. package/__chunks__/{chunk-6DFRSQPI.js → chunk-BCX3DUVV.js} +2 -2
  219. package/__chunks__/{chunk-HF6E5B27.js → chunk-BRNGYSRL.js} +2 -2
  220. package/__chunks__/{chunk-YRWINAFY.js → chunk-BVYCMO4O.js} +2 -2
  221. package/__chunks__/{chunk-5BJ6O32M.js → chunk-C6DHI5U2.js} +2 -2
  222. package/__chunks__/{chunk-3PKXFBQF.js → chunk-CDVM467G.js} +2 -2
  223. package/__chunks__/chunk-CMLGWN4Z.js +2 -0
  224. package/__chunks__/{chunk-2RUU7BZT.js → chunk-COHRPWY4.js} +2 -2
  225. package/__chunks__/{chunk-YRHAFHV4.js → chunk-CUQP2X2T.js} +2 -2
  226. package/__chunks__/{chunk-KG3GZB22.js → chunk-CYXDX3BU.js} +2 -2
  227. package/__chunks__/{chunk-OYNRH7HB.js → chunk-DB4XZREB.js} +2 -2
  228. package/__chunks__/{chunk-WDEUPRS5.js → chunk-DCLNHBVX.js} +2 -2
  229. package/__chunks__/{chunk-GV3X3RM6.js → chunk-DH3FWOH3.js} +2 -2
  230. package/__chunks__/{chunk-PJUOGOU5.js → chunk-DJOU4H3L.js} +2 -2
  231. package/__chunks__/{chunk-DLEGIJGW.js → chunk-DMQRHHEZ.js} +2 -2
  232. package/__chunks__/{chunk-5XMKMLCC.js → chunk-DTZ3VQB7.js} +2 -2
  233. package/__chunks__/{chunk-JD65IOHU.js → chunk-DWQ3Y623.js} +2 -2
  234. package/__chunks__/{chunk-QZZLZG6Z.js → chunk-E23KHF3R.js} +2 -2
  235. package/__chunks__/{chunk-QHI62L7M.js → chunk-E2XVN3O5.js} +2 -2
  236. package/__chunks__/{chunk-VHZXFPUO.js → chunk-E4TUE7T2.js} +2 -2
  237. package/__chunks__/{chunk-S5Z23FOX.js → chunk-E6U2AC7S.js} +2 -2
  238. package/__chunks__/{chunk-R5KIHR66.js → chunk-EGHRO3DG.js} +2 -2
  239. package/__chunks__/{chunk-L6AYBOXP.js → chunk-ENEE3KMT.js} +2 -2
  240. package/__chunks__/{chunk-DTKNUPMW.js → chunk-ETG47JPE.js} +2 -2
  241. package/__chunks__/{chunk-JWWCFMS3.js → chunk-EVU2KE7O.js} +2 -2
  242. package/__chunks__/{chunk-TLTBE3ZA.js → chunk-EYF4PTQP.js} +2 -2
  243. package/__chunks__/{chunk-P2B7HJUB.js → chunk-FHBQTJV7.js} +2 -2
  244. package/__chunks__/{chunk-YHSGUVC4.js → chunk-FMEQETPX.js} +2 -2
  245. package/__chunks__/{chunk-34VQHZ4E.js → chunk-FMQCMFT3.js} +2 -2
  246. package/__chunks__/{chunk-NFOF5XM3.js → chunk-FMYHZ66L.js} +2 -2
  247. package/__chunks__/{chunk-MLERKITE.js → chunk-FW6QPQUA.js} +2 -2
  248. package/__chunks__/{chunk-RNSFW6KP.js → chunk-FWGSS2DJ.js} +2 -2
  249. package/__chunks__/{chunk-5APHGUTG.js → chunk-GBFPFPL7.js} +2 -2
  250. package/__chunks__/{chunk-MAGYAUPN.js → chunk-GINZG3I6.js} +2 -2
  251. package/__chunks__/{chunk-AU5BC6Q7.js → chunk-GKVQZSTP.js} +2 -2
  252. package/__chunks__/chunk-GPJ77ZQI.js +2 -0
  253. package/__chunks__/{chunk-BTQMPZWY.js → chunk-GQOQPSW6.js} +2 -2
  254. package/__chunks__/{chunk-56VTQ54M.js → chunk-GUD7PGSR.js} +2 -2
  255. package/__chunks__/{chunk-GYVI6KQX.js → chunk-HBOGF3L3.js} +2 -2
  256. package/__chunks__/{chunk-WTM6ZSVP.js → chunk-HBT3SM7L.js} +2 -2
  257. package/__chunks__/{chunk-HZ7ZSJDZ.js → chunk-HQS4EHAW.js} +2 -2
  258. package/__chunks__/{chunk-WNLTZZYD.js → chunk-HRA4GMDE.js} +2 -2
  259. package/__chunks__/{chunk-EXCV6YMQ.js → chunk-HSTHGYNM.js} +2 -2
  260. package/__chunks__/{chunk-CVY4X2SC.js → chunk-I5B357VV.js} +2 -2
  261. package/__chunks__/{chunk-NVWUDXE5.js → chunk-IF6QRIFS.js} +2 -2
  262. package/__chunks__/{chunk-56G3XGT7.js → chunk-IO7KPMZ6.js} +2 -2
  263. package/__chunks__/{chunk-G4SQXUSD.js → chunk-IS6G3VDH.js} +2 -2
  264. package/__chunks__/{chunk-4AHIQIH3.js → chunk-ITGPGGW5.js} +2 -2
  265. package/__chunks__/chunk-IWREGLUL.js +2 -0
  266. package/__chunks__/{chunk-N376YN7Z.js → chunk-IXGYEAF6.js} +2 -2
  267. package/__chunks__/{chunk-MEGSEF47.js → chunk-J3IZTDDH.js} +2 -2
  268. package/__chunks__/{chunk-T7WE5WT6.js → chunk-J4OSULR7.js} +2 -2
  269. package/__chunks__/{chunk-5MODIXPO.js → chunk-J674DDYR.js} +2 -2
  270. package/__chunks__/chunk-JKYZ2T5G.js +2 -0
  271. package/__chunks__/{chunk-7S5NG5N7.js → chunk-JYJNPRSG.js} +2 -2
  272. package/__chunks__/{chunk-76L7TZ4R.js → chunk-KWVMDM73.js} +2 -2
  273. package/__chunks__/{chunk-RZTPNLY3.js → chunk-KX5KAIBS.js} +2 -2
  274. package/__chunks__/{chunk-6VJ7VW65.js → chunk-L34MNKEZ.js} +2 -2
  275. package/__chunks__/{chunk-75QY5S7E.js → chunk-LCAWRYYW.js} +2 -2
  276. package/__chunks__/{chunk-QSRWNONL.js → chunk-LE63FXZ3.js} +2 -2
  277. package/__chunks__/{chunk-W2DAKCT4.js → chunk-LNUEKAOA.js} +2 -2
  278. package/__chunks__/{chunk-JEJV3YK7.js → chunk-LQJLOIUW.js} +2 -2
  279. package/__chunks__/{chunk-43I4AA5Q.js → chunk-M3TIP3EI.js} +2 -2
  280. package/__chunks__/{chunk-MMTK5SYH.js → chunk-M3XRNAEY.js} +2 -2
  281. package/__chunks__/{chunk-LZHB3KNM.js → chunk-M4LF2BEO.js} +2 -2
  282. package/__chunks__/{chunk-2JQ32CVR.js → chunk-M5ZUCNBV.js} +2 -2
  283. package/__chunks__/{chunk-ZHYAC4UQ.js → chunk-MAEZO6AV.js} +2 -2
  284. package/__chunks__/{chunk-7S7QROFI.js → chunk-MJNQLWDO.js} +2 -2
  285. package/__chunks__/{chunk-IDX4A5AL.js → chunk-MO52MRFY.js} +2 -2
  286. package/__chunks__/{chunk-SCM32PFV.js → chunk-NBFVP43N.js} +2 -2
  287. package/__chunks__/{chunk-2LHKYDYQ.js → chunk-NC4WUJQX.js} +2 -2
  288. package/__chunks__/{chunk-GTHJYF4X.js → chunk-NDUKLGGG.js} +2 -2
  289. package/__chunks__/{chunk-MG5PLZVR.js → chunk-NKLRCS6K.js} +2 -2
  290. package/__chunks__/{chunk-OFGAIYWZ.js → chunk-NQ3OWA3O.js} +2 -2
  291. package/__chunks__/{chunk-UQOAB27A.js → chunk-NRNO6KSE.js} +2 -2
  292. package/__chunks__/{chunk-FAGN6IUE.js → chunk-NU5QKFTB.js} +2 -2
  293. package/__chunks__/{chunk-IEZ3MEGI.js → chunk-NVVG52QX.js} +2 -2
  294. package/__chunks__/{chunk-CYY434PM.js → chunk-NYCLKLI6.js} +2 -2
  295. package/__chunks__/{chunk-2W6R5VKA.js → chunk-OE65OSQE.js} +2 -2
  296. package/__chunks__/{chunk-7OHAC3BQ.js → chunk-OKSTDZLM.js} +2 -2
  297. package/__chunks__/{chunk-YLTX6HFF.js → chunk-OLUDCAI4.js} +2 -2
  298. package/__chunks__/{chunk-IUQ3433A.js → chunk-OOAVD6PI.js} +2 -2
  299. package/__chunks__/{chunk-K2XHKNGB.js → chunk-ORWKXJWK.js} +2 -2
  300. package/__chunks__/{chunk-BN2N23XX.js → chunk-OU5S7DTF.js} +2 -2
  301. package/__chunks__/{chunk-LKPTFSHN.js → chunk-PG5KFHEL.js} +2 -2
  302. package/__chunks__/{chunk-SH6I6KCL.js → chunk-PI632P4N.js} +2 -2
  303. package/__chunks__/{chunk-SX2HDPAE.js → chunk-Q2ETUL66.js} +2 -2
  304. package/__chunks__/{chunk-SD7IL4GY.js → chunk-Q7JOSZMO.js} +2 -2
  305. package/__chunks__/{chunk-C3I774KP.js → chunk-Q7V7OFXB.js} +2 -2
  306. package/__chunks__/{chunk-SEG6ZLIZ.js → chunk-QBCTQLDX.js} +2 -2
  307. package/__chunks__/{chunk-STY3DARI.js → chunk-QFYY5YNI.js} +2 -2
  308. package/__chunks__/{chunk-AJW34S46.js → chunk-QH3Q36ZU.js} +2 -2
  309. package/__chunks__/{chunk-CQJX6QTO.js → chunk-QIG3URPD.js} +2 -2
  310. package/__chunks__/{chunk-R3OLYPM2.js → chunk-QKA4DU6A.js} +2 -2
  311. package/__chunks__/{chunk-2KTYKOHD.js → chunk-QNNDDSKF.js} +2 -2
  312. package/__chunks__/{chunk-4EBNQNAR.js → chunk-QP7DG6FM.js} +2 -2
  313. package/__chunks__/chunk-QZZR3YTC.js +2 -0
  314. package/__chunks__/{chunk-XWSZJ7RD.js → chunk-R4RI3QAF.js} +2 -2
  315. package/__chunks__/{chunk-S5NBVOJG.js → chunk-RAC3EPIC.js} +2 -2
  316. package/__chunks__/{chunk-WFPFVONL.js → chunk-RESZIZNF.js} +2 -2
  317. package/__chunks__/chunk-RI57DS73.js +2 -0
  318. package/__chunks__/{chunk-S6LJL22M.js → chunk-RIZJGAAK.js} +2 -2
  319. package/__chunks__/{chunk-QRSL32OA.js → chunk-RYZX3C3V.js} +2 -2
  320. package/__chunks__/{chunk-63HZI4FQ.js → chunk-S4FIIPD5.js} +2 -2
  321. package/__chunks__/{chunk-ZOYWOBZ4.js → chunk-SEBRGAZX.js} +2 -2
  322. package/__chunks__/{chunk-V7VCCEPI.js → chunk-SG2ETYCH.js} +2 -2
  323. package/__chunks__/{chunk-JAJQGLE3.js → chunk-SMXDNYWF.js} +2 -2
  324. package/__chunks__/{chunk-CA2N277N.js → chunk-SX5VDKWN.js} +2 -2
  325. package/__chunks__/{chunk-IRWPFJMN.js → chunk-SYWI55OR.js} +2 -2
  326. package/__chunks__/{chunk-VQTXAPX3.js → chunk-TP6R4SCN.js} +2 -2
  327. package/__chunks__/{chunk-7F3FVDBI.js → chunk-TXTVES2A.js} +2 -2
  328. package/__chunks__/{chunk-VN6TLWLR.js → chunk-TYOFDSIW.js} +2 -2
  329. package/__chunks__/chunk-TYWQCNGS.js +2 -0
  330. package/__chunks__/{chunk-RYUVFYLQ.js → chunk-TZ6VY6SE.js} +2 -2
  331. package/__chunks__/{chunk-4NWTE6XN.js → chunk-UJRGN77G.js} +2 -2
  332. package/__chunks__/{chunk-VTRD5YMC.js → chunk-UNPAERNS.js} +2 -2
  333. package/__chunks__/{chunk-PEQDMFY7.js → chunk-UUUVH6VZ.js} +2 -2
  334. package/__chunks__/{chunk-26DVTHZB.js → chunk-UWQUK7EV.js} +2 -2
  335. package/__chunks__/{chunk-NVM77CIK.js → chunk-UYCYHSOF.js} +2 -2
  336. package/__chunks__/{chunk-GI5TLJLC.js → chunk-UYLWGOQ3.js} +2 -2
  337. package/__chunks__/{chunk-TGADXYIB.js → chunk-V35CNYNN.js} +2 -2
  338. package/__chunks__/{chunk-HB6WLNYT.js → chunk-V3JIKIIJ.js} +2 -2
  339. package/__chunks__/chunk-V6EKAFKE.js +2 -0
  340. package/__chunks__/{chunk-BAQH6MKJ.js → chunk-V6H2JR26.js} +2 -2
  341. package/__chunks__/{chunk-5VU6G3GQ.js → chunk-VLI2TV5R.js} +2 -2
  342. package/__chunks__/{chunk-5NFW354C.js → chunk-VLM23B55.js} +2 -2
  343. package/__chunks__/{chunk-4IOPPPN5.js → chunk-VMXBEOEK.js} +2 -2
  344. package/__chunks__/{chunk-TCU27MA7.js → chunk-VV2YXXW4.js} +2 -2
  345. package/__chunks__/{chunk-WLJEJI4S.js → chunk-VYYUUVMT.js} +2 -2
  346. package/__chunks__/{chunk-6HDIUSOS.js → chunk-WBTPUO7Z.js} +2 -2
  347. package/__chunks__/{chunk-NXDBM5TK.js → chunk-WD3CSST4.js} +2 -2
  348. package/__chunks__/chunk-WKOF47G3.js +2 -0
  349. package/__chunks__/{chunk-N45UHNL4.js → chunk-WMQUK2W4.js} +2 -2
  350. package/__chunks__/{chunk-MAE246TR.js → chunk-WQYUGOUF.js} +2 -2
  351. package/__chunks__/{chunk-7RF6X6ZS.js → chunk-WWDSGVKR.js} +2 -2
  352. package/__chunks__/{chunk-55JEFH2L.js → chunk-XKXNO4HW.js} +2 -2
  353. package/__chunks__/{chunk-GI4GPBCI.js → chunk-XORZFVCF.js} +2 -2
  354. package/__chunks__/{chunk-QEYU2KSE.js → chunk-XRSAWERR.js} +2 -2
  355. package/__chunks__/{chunk-SD4JG63Z.js → chunk-XXI2WMYA.js} +2 -2
  356. package/__chunks__/{chunk-BCWQDHHK.js → chunk-Y2OYYRWJ.js} +2 -2
  357. package/__chunks__/{chunk-V2JY7FCA.js → chunk-Y3YM7M7W.js} +2 -2
  358. package/__chunks__/{chunk-5PRFPQY3.js → chunk-YBQN6ERI.js} +2 -2
  359. package/__chunks__/{chunk-DOQYBYRC.js → chunk-YJTVURWW.js} +2 -2
  360. package/__chunks__/{chunk-DM3HKORS.js → chunk-YLZLPYA3.js} +2 -2
  361. package/__chunks__/{chunk-Z7CP2FVJ.js → chunk-YPPXLGN2.js} +2 -2
  362. package/__chunks__/{chunk-LEK72KQH.js → chunk-YWS6QETP.js} +2 -2
  363. package/__chunks__/{chunk-IYP3NWYO.js → chunk-Z7JMOYSS.js} +2 -2
  364. package/__chunks__/{chunk-Y2XK6TCT.js → chunk-ZEU3LGX3.js} +2 -2
  365. package/__chunks__/{chunk-RB53DBEW.js → chunk-ZLJ6NZW4.js} +2 -2
  366. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  367. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  368. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  369. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  370. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  371. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  372. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  373. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  374. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  375. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  376. package/__commonjs/UI/index.js +1 -1
  377. package/__commonjs/__mocks__/index.js +2 -2
  378. package/__commonjs/__mocks__/utils/index.js +2 -2
  379. package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
  380. package/__commonjs/hooks/index.js +1 -1
  381. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  382. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  383. package/__commonjs/hooks/transactions/index.js +1 -1
  384. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  385. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  386. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  387. package/__commonjs/providers/webviewProvider/index.js +1 -1
  388. package/__commonjs/providers/webviewProvider/requestMethods.d.ts +11 -0
  389. package/__commonjs/providers/webviewProvider/requestMethods.js +1 -1
  390. package/__commonjs/providers/webviewProvider/webviewProvider.js +1 -1
  391. package/__commonjs/utils/index.js +1 -1
  392. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  393. package/__commonjs/utils/transactions/index.js +1 -1
  394. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  395. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  396. package/__commonjs/wrappers/index.js +2 -2
  397. package/__mocks__/index.js +1 -1
  398. package/__mocks__/utils/index.js +1 -1
  399. package/__mocks__/utils/renderWithProvider.js +1 -1
  400. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  401. package/apiCalls/accounts/index.js +1 -1
  402. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  403. package/apiCalls/configuration/index.js +1 -1
  404. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  405. package/apiCalls/economics/index.js +1 -1
  406. package/apiCalls/getScamAddressData.js +1 -1
  407. package/apiCalls/index.js +1 -1
  408. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  409. package/apiCalls/transactions/index.js +1 -1
  410. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  411. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  412. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  413. package/apiCalls/utils/index.js +1 -1
  414. package/components/LogoutListener/LogoutListener.js +1 -1
  415. package/components/LogoutListener/helpers/index.js +1 -1
  416. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  417. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  418. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  419. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  420. package/components/LogoutListener/index.js +1 -1
  421. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  422. package/components/ProviderInitializer/hooks/index.js +1 -1
  423. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  424. package/components/ProviderInitializer/index.js +1 -1
  425. package/components/TransactionSender/TransactionSender.js +1 -1
  426. package/components/TransactionSender/index.js +1 -1
  427. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  428. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  429. package/components/TransactionsTracker/index.js +1 -1
  430. package/hooks/account/index.js +1 -1
  431. package/hooks/account/useGetAccount.js +1 -1
  432. package/hooks/account/useGetAccountFromApi.js +1 -1
  433. package/hooks/account/useGetAccountInfo.js +1 -1
  434. package/hooks/account/useGetIsLoggedIn.js +1 -1
  435. package/hooks/account/useGetLoginInfo.js +1 -1
  436. package/hooks/account/useGetWebsocketEvent.js +1 -1
  437. package/hooks/economics/index.js +1 -1
  438. package/hooks/economics/useGetEgldPrice.js +1 -1
  439. package/hooks/index.js +1 -1
  440. package/hooks/login/index.js +1 -1
  441. package/hooks/login/useExtensionLogin.js +1 -1
  442. package/hooks/login/useGetModalLoginMethods.js +1 -1
  443. package/hooks/login/useLedgerLogin.js +1 -1
  444. package/hooks/login/useLoginService.js +1 -1
  445. package/hooks/login/useOperaLogin.js +1 -1
  446. package/hooks/login/useWalletConnectV2Login.js +1 -1
  447. package/hooks/login/useWebViewLogin.js +1 -1
  448. package/hooks/login/useWebWalletLogin.js +1 -1
  449. package/hooks/login/useXaliasLogin.js +1 -1
  450. package/hooks/signMessage/index.js +1 -1
  451. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  452. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  453. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  454. package/hooks/signMessage/useSignMessage.js +1 -1
  455. package/hooks/toasts/index.js +1 -1
  456. package/hooks/toasts/useGetToasts.js +1 -1
  457. package/hooks/toasts/useTransactionsToasts.js +1 -1
  458. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  459. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  460. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  461. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  462. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  463. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  464. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  465. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  466. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  467. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  468. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  469. package/hooks/transactions/helpers/index.js +1 -1
  470. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  471. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  472. package/hooks/transactions/index.js +1 -1
  473. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  474. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  475. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  476. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  477. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  478. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  479. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  480. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  481. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  482. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  483. package/hooks/transactions/useGetTokenDetails.js +1 -1
  484. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  485. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  486. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  487. package/hooks/transactions/useSignTransactions.js +1 -1
  488. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  489. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  490. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  491. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  492. package/hooks/transactions/useTransactionsTracker.js +1 -1
  493. package/hooks/useGetNetworkConfig.js +1 -1
  494. package/hooks/useGetNotification.js +1 -1
  495. package/hooks/websocketListener/index.js +1 -1
  496. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  497. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  498. package/package.json +1 -1
  499. package/providers/webviewProvider/index.js +1 -1
  500. package/providers/webviewProvider/requestMethods.d.ts +11 -0
  501. package/providers/webviewProvider/requestMethods.js +1 -1
  502. package/providers/webviewProvider/webviewProvider.js +1 -1
  503. package/reduxStore/selectors/index.js +1 -1
  504. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  505. package/services/index.js +1 -1
  506. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  507. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  508. package/services/nativeAuth/helpers/index.js +1 -1
  509. package/services/transactions/clearTransactions.js +1 -1
  510. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  511. package/services/transactions/getTransactionsDetails.js +1 -1
  512. package/services/transactions/index.js +1 -1
  513. package/services/transactions/sendBatchTransactions.js +1 -1
  514. package/services/transactions/sendBatchTransactions.test.js +1 -1
  515. package/services/transactions/sendTransactions.js +1 -1
  516. package/services/transactions/transformAndSignTransactions.js +1 -1
  517. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  518. package/utils/account/getAccount.js +1 -1
  519. package/utils/account/getAccountBalance.js +1 -1
  520. package/utils/account/getAccountShard.js +1 -1
  521. package/utils/account/getAddress.js +1 -1
  522. package/utils/account/getLatestNonce.js +1 -1
  523. package/utils/account/index.js +1 -1
  524. package/utils/account/refreshAccount.js +1 -1
  525. package/utils/account/signMessage.js +1 -1
  526. package/utils/getIsLoggedIn.js +1 -1
  527. package/utils/index.js +1 -1
  528. package/utils/logout.js +1 -1
  529. package/utils/network/getChainID.js +1 -1
  530. package/utils/network/getEgldLabel.js +1 -1
  531. package/utils/network/getNetworkConfig.js +1 -1
  532. package/utils/network/index.js +1 -1
  533. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  534. package/utils/transactions/builtCallbackUrl.js +1 -1
  535. package/utils/transactions/getAllTransactionsLink.js +1 -1
  536. package/utils/transactions/getTransactionLink.js +1 -1
  537. package/utils/transactions/index.js +1 -1
  538. package/web/hooks/index.js +1 -1
  539. package/web/hooks/useIdleTimer.js +1 -1
  540. package/web/index.js +1 -1
  541. package/wrappers/AppInitializer.js +1 -1
  542. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  543. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  544. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  545. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  546. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  547. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  548. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  549. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  550. package/wrappers/DappProvider/CustomComponents.js +1 -1
  551. package/wrappers/DappProvider/DappProvider.js +1 -1
  552. package/wrappers/DappProvider/index.js +1 -1
  553. package/wrappers/index.js +1 -1
  554. package/__chunks__/chunk-4A34BFCY.js +0 -2
  555. package/__chunks__/chunk-6KWBTNDZ.js +0 -2
  556. package/__chunks__/chunk-7JSYA3ZP.js +0 -2
  557. package/__chunks__/chunk-CIHCGFKK.js +0 -2
  558. package/__chunks__/chunk-EJLTCV32.js +0 -2
  559. package/__chunks__/chunk-H2DRWXPZ.js +0 -2
  560. package/__chunks__/chunk-ISMDNGRB.js +0 -2
  561. package/__chunks__/chunk-ISMXYVFC.js +0 -2
  562. package/__chunks__/chunk-ON2UHVAN.js +0 -2
  563. package/__chunks__/chunk-QGP532RW.js +0 -2
  564. package/__chunks__/chunk-XYVMQGGY.js +0 -2
  565. package/__chunks__/chunk-YME7GUCF.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(SE));NV={close:"dapp-core-component__customToast-styles__close"}});var UV={};J(UV,{AddressDetailItem:()=>D_,CustomToast:()=>m0,DappCorePages:()=>Jd,DataField:()=>GT,Denominate:()=>TG,DetailItem:()=>xe,EventsList:()=>B_,ExplorerLink:()=>ye,ExtensionLoginButton:()=>Ng,FormatAmount:()=>un,LedgerLoginButton:()=>th,LedgerLoginContainer:()=>oh,Loader:()=>BV,NonceMessage:()=>WT,NotificationModal:()=>CG,OperaWalletLoginButton:()=>rh,OperationsList:()=>ST,PageState:()=>En,ProgressSteps:()=>AG,ScResultsList:()=>ox,ScamPhishingAlert:()=>Mc,ScrDetailItem:()=>qT,SignTransactionsModals:()=>IH,SignWithDeviceModal:()=>tT,SignWithExtensionModal:()=>Sh,SignWithLedgerModal:()=>aT,TimeAgo:()=>rs,TransactionAction:()=>ET,TransactionActionComponent:()=>e2,TransactionInfo:()=>_V,TransactionInfoAge:()=>_x,TransactionInfoEgldPrice:()=>Bx,TransactionInfoFee:()=>xx,TransactionInfoFrom:()=>wx,TransactionInfoGasLimit:()=>Ux,TransactionInfoGasPrice:()=>jx,TransactionInfoGasUsed:()=>Vx,TransactionInfoHash:()=>mx,TransactionInfoInputData:()=>Jx,TransactionInfoMethod:()=>Px,TransactionInfoMiniblock:()=>gx,TransactionInfoNonce:()=>Kx,TransactionInfoScResults:()=>Zx,TransactionInfoStatus:()=>lx,TransactionInfoTo:()=>Nx,TransactionInfoTokenOperations:()=>Ex,TransactionInfoValue:()=>kx,TransactionLogs:()=>dV,TransactionMethod:()=>x_,TransactionReceiver:()=>y_,TransactionRow:()=>Y_,TransactionSender:()=>S_,TransactionShardsTransition:()=>I_,TransactionStatus:()=>px,TransactionToast:()=>a0,TransactionToastGuard:()=>d0,TransactionValue:()=>wp,TransactionsTable:()=>jE,TransactionsToastList:()=>WV,TransactionsToastListComponent:()=>GE,Trim:()=>on,UsdValue:()=>Dh,WalletConnectLoginButton:()=>ch,WalletConnectLoginContainer:()=>ph,WebWalletLoginButton:()=>sh,XaliasLoginButton:()=>OV,getStatusIconAndColor:()=>U2});module.exports=H(UV);r();var Jd={};J(Jd,{UnlockPage:()=>DL});r();r();var wo=S(require("react")),Fc=S(require("classnames"));r();var fw=S(require("react"));r();var Zp=S(require("react"));r();r();var _r=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var lw=()=>!_r();var gO=()=>$(void 0,null,function*(){return yield Promise.resolve().then(()=>(Eu(),Pu))}),hO=()=>(Eu(),H(Pu)).default,Du=lw();function Gi({ssrGlobalImportCallback:e,ssrImportCallback:n,clientImportCallback:o}){let[i,c]=Zp.default.useState(Du?void 0:hO()),[p,l]=Zp.default.useState(Du||o==null?void 0:o()),f=()=>$(this,null,function*(){(e?e():gO()).then(g=>c(g.default)),n==null||n().then(g=>l(g.default))});return(0,Zp.useEffect)(()=>{Du&&f()},[]),{globalStyles:i,styles:p}}function I(e,n){return o=>{let{globalStyles:i,styles:c}=Gi({ssrGlobalImportCallback:n.ssrGlobalStyles,ssrImportCallback:n.ssrStyles,clientImportCallback:n.clientStyles});return fw.default.createElement(e,j(L({},o),{globalStyles:i!=null?i:{},styles:c!=null?c:{}}))}}r();r();r();var wC=require("react"),Zi=require("react-redux");r();var Tf=require("@reduxjs/toolkit"),vC=require("react-redux/lib/utils/Subscription");Je();r();var nC=S(require("lodash.throttle"));Y();Je();tf();Va();$i();var QO=[dm],Bm=!1,eF=(0,nC.default)(()=>{tc(oc())},5e3),oC=e=>n=>o=>{if(QO.includes(o.type))return n(o);let i=e.getState(),c=no.local.getItem(dt.loginExpiresAt);if(!Boolean(i==null?void 0:i.account.address))return n(o);if(c==null)return tc(oc());let l=Date.now();return c-l<0&&!Bm?setTimeout(()=>{Bm=!0,e.dispatch(uS())},1e3):(Bm&&(Bm=!1),eF()),n(o)};r();r();function Om(){return typeof sessionStorage!="undefined"}var hC=Om()?(cC(),H(pC)).default:(mC(),H(sC)).default,TC=Om()?(_C(),H(dC)).default:[],xC=Om()?(gC(),H(fC)).default:e=>e;Fm();var ue=(0,Tf.configureStore)({reducer:hC,middleware:e=>e({serializableCheck:{ignoredActions:[...TC,nf.type,ef.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(oC)}),yC=(0,vC.createSubscription)(ue),Cj=xC(ue),bj=(0,Tf.configureStore)({reducer:qa});var SF={store:ue,subscription:yC},xf=(0,wC.createContext)(SF),Lj=(0,Zi.createStoreHook)(xf),Ke=(0,Zi.createDispatchHook)(xf),ee=(0,Zi.createSelectorHook)(xf);r();r();Je();r();var SC=S(require("lodash.isequal")),Rm=require("reselect"),pe=(0,Rm.createSelectorCreator)(Rm.defaultMemoize,SC.default);var Ft=e=>e.account,Tr=pe(Ft,e=>e.address),xr=pe(Ft,Tr,(e,n)=>n in e.accounts?e.accounts[n]:um),CC=pe(Ft,xr,(e,n)=>{let c=e,{accounts:o}=c,i=Sn(c,["accounts"]);return j(L({},i),{account:n})}),CF=pe(xr,e=>e.balance),bC=pe(xr,e=>{var n;return((n=e==null?void 0:e.nonce)==null?void 0:n.valueOf())||0}),IC=pe(Ft,e=>e.shard),NC=pe(Ft,e=>e.ledgerAccount),Wj=pe(Ft,e=>e.walletConnectAccount),Mj=pe(Ft,e=>e.isAccountLoading),Bj=pe(Ft,e=>e.accountLoadingError),AC=pe(Ft,e=>e.websocketEvent),bF=pe(Ft,e=>e.websocketBatchEvent);r();var vf=e=>e.dappConfig,Rj=pe(vf,e=>e.shouldUseWebViewProvider);r();var Yo=e=>e.loginInfo,Vj=pe(Yo,e=>e.loginMethod),ia=pe(Yo,Tr,(e,n)=>Boolean(n)),$j=pe(Yo,e=>e.walletConnectLogin),LC=pe(Yo,e=>e.ledgerLogin),kC=pe(Yo,e=>e.walletLogin),zj=pe(Yo,e=>e.isLoginSessionInvalid),pa=pe(Yo,e=>e.tokenLogin),Um=pe(Yo,e=>e.logoutRoute);r();var PC=e=>e.modals,Kj=pe(PC,e=>e.txSubmittedModal),EC=pe(PC,e=>e.notificationModal);r();var lt=e=>e.networkConfig,cc=pe(lt,e=>e.chainID),Yj=pe(lt,e=>e.network.walletConnectBridgeAddress),DC=pe(lt,e=>e.network.walletConnectV2RelayAddress),WC=pe(lt,e=>e.network.walletConnectV2ProjectId),MC=pe(lt,e=>e.network.walletConnectV2Options),BC=pe(lt,e=>e.network.walletConnectDeepLink),vo=pe(lt,e=>e.network),yf=pe(vo,e=>e.apiAddress),OC=pe(vo,e=>e.explorerAddress),Gm=pe(vo,e=>{var n;return(n=e.customWalletAddress)!=null?n:e.walletAddress}),Hm=pe(vo,e=>e.xAliasAddress),Vm=pe(vo,e=>e.egldLabel);r();var $m=e=>e.signedMessageInfo,eK=pe($m,e=>e.isSigning),nK=pe($m,e=>e.errorMessage),oK=pe($m,e=>{let n=Object.keys(e.signedSessions),o=n.length;return e.signedSessions[n[o-1]]}),tK=pe($m,e=>{let n=Object.keys(e.signedSessions),o=n.length;return n.length>0?n[o-1]:""});r();var FC=e=>e.toasts,wf=pe(FC,e=>e.customToasts),sc=pe(FC,e=>e.transactionToasts);r();Je();var RC={errorMessage:df,successMessage:_f,processingMessage:lf},UC=e=>e.transactionsInfo,GC=pe(UC,(e,n)=>n,(e,n)=>n!=null&&(e==null?void 0:e[Number(n)])||RC);r();r();var Rt=require("@multiversx/sdk-core");Y();r();var Sf=require("@multiversx/sdk-core/out");r();r();function mc(e){try{let n=atob(e),o=btoa(n),i=m.Buffer.from(e,"base64").toString(),c=m.Buffer.from(i).toString("base64");if(e===o&&e===c||n===i)return!0}catch(n){return!1}return!1}function ca(e){return mc(e)?atob(e):e}r();r();function zm(e){for(let n=0;n<e.length;n++)if(e.charCodeAt(n)>127)return!1;return!0}function vr(e){let n=e;try{let o=m.Buffer.from(e,"hex").toString();zm(o)&&o.length>1&&(n=o)}catch(o){}return n}r();r();var HC=e=>/\d/.test(e);var VC=e=>{let n=e!=null?e:"";return mc(n)?Sf.TransactionPayload.fromEncoded(n):new Sf.TransactionPayload(n)};r();Y();var ja=({data:e,onlySetGuardian:n})=>e?n?e.startsWith("SetGuardian"):Object.values(Mu).some(o=>e.startsWith(o)):!1;function Ka(e){var i,c,p;let n=Object.assign({},e);ja({data:n.data,onlySetGuardian:!0})&&(delete n.senderUsername,delete n.receiverUsername);let o=new Rt.Transaction(L(L(j(L(j(L({value:n.value.valueOf(),data:VC(n.data),nonce:n.nonce.valueOf(),receiver:new Rt.Address(n.receiver)},n.receiverUsername?{receiverUsername:n.receiverUsername}:{}),{sender:new Rt.Address(n.sender)}),n.senderUsername?{senderUsername:n.senderUsername}:{}),{gasLimit:(i=n.gasLimit.valueOf())!=null?i:Vi,gasPrice:(c=n.gasPrice.valueOf())!=null?c:ec,chainID:n.chainID.valueOf(),version:new Rt.TransactionVersion((p=n.version)!=null?p:Gw)}),n.options?{options:new Rt.TransactionOptions(n.options)}:{}),n.guardian?{guardian:new Rt.Address(n.guardian)}:{}));return n.guardianSignature&&o.applyGuardianSignature(m.Buffer.from(n.guardianSignature,"hex")),n.signature&&o.applySignature(m.Buffer.from(n.signature,"hex")),o}r();r();Y();function IF(e,n){let o=new URLSearchParams(e),i=Object.fromEntries(o);return{nextUrlParams:new URLSearchParams(L(L({},i),n)).toString(),params:i}}var NF="2.26.1";function qm({callbackUrl:e,urlParams:n={}}){let o=e;if(Object.entries(n).length>0)try{let{search:i,origin:c,pathname:p,hash:l}=new URL(e),f=j(L({},n),{[mm]:NF}),{nextUrlParams:g}=IF(i,f);o=`${c}${p}?${g}${l}`}catch(i){return console.error("Unable to construct URL from: ",e,i),o}return o}r();r();r();var bf=require("@multiversx/sdk-core/out");r();Y();var AF=e=>{let n=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,n.length).equals(n))return!0;let i=m.Buffer.alloc(32).fill(0);return e.equals(i)},Cf=e=>{try{let o=parseInt("11",2),i=parseInt("01",2),c=m.Buffer.from(e,"hex"),p=c[31];if(AF(c))return sm;let l=p&o;return l>3-1&&(l=p&i),l}catch(n){return-1}};function $C({receiverAddress:e,senderShard:n,senderAddress:o}){try{let i=new bf.Address(e),c=Cf(i.pubkey());if(n==null&&o!=null){let p=new bf.Address(o);return Cf(p)===c}return c===n}catch(i){return!1}}r();var dc=require("@multiversx/sdk-core");je();r();var zC=require("@multiversx/sdk-core");function LF(e){try{let n=new zC.Address(e);return Boolean(n.bech32())}catch(n){return!1}}function vn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&LF(e)}var kF=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function ut(e,n,o=""){if(!vn(e))return!1;if(new dc.Address(e).isContractAddress())return!0;let p=If({receiver:e,data:o});return p?new dc.Address(p).isContractAddress()||DF(e,n,o):!1}var PF=e=>e.toLowerCase().match(/[0-9a-f]/g),EF=e=>e.length%2===0;function DF(e,n,o){let i=o==null?void 0:o.split("@");if(i==null)return!1;let[c,...p]=i,l=n!=null&&e!=null&&e===n,f=kF.includes(c),g=p.every(h=>PF(h)&&EF(h));return l&&f&&g}function If({receiver:e,data:n}){try{if(!n)return e;let o=mc(n)?dc.TransactionPayload.fromEncoded(n).toString():n,i=WF(o),c=o.split("@");return i>-1?c[i]:e}catch(o){console.log(o);return}}function WF(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}var qC=(e,n=1)=>e!=null&&e.length?e.reduce((o,{receiver:i,data:c})=>{let p=If({receiver:i,data:c!=null?c:""});return p==null?o:o&&$C({receiverAddress:p,senderShard:n})},!0):!0;r();r();r();var Af=require("@multiversx/sdk-core"),jm=S(require("bignumber.js"));an();var Nf={tokenId:"",amount:""},jC=e=>e.split("@").map((p,l)=>[2,3].includes(l)?p:vr(p));function Km(e){if(!e)return Nf;let n=e.startsWith("ESDTTransfer"),o=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),i=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(n){let[,c,p]=e.split("@");try{let l=m.Buffer.from(c,"hex").toString("ascii");if(!l)return Nf;let f=new jm.default("0x"+p.replace("0x","")).toString(10);return{tokenId:l,amount:f}}catch(l){console.error("Error getting token from transaction data",l)}}if(o)try{let[,c,p,l,f]=jC(e);if([c,p,l,f].every(g=>Boolean(g))&&vn(new Af.Address(f).bech32()))return{tokenId:`${c}-${p}`,amount:new jm.default(l,16).toString(10),collection:c,nonce:p,receiver:new Af.Address(f).bech32()}}catch(c){}if(i)try{let[,c,p,l]=jC(e);if([c,p,l].every(f=>Boolean(f)))return{tokenId:`${c}-${p}`,amount:new jm.default(l,16).toString(10),collection:c,nonce:p}}catch(c){}return Nf}r();r();r();var jn="accounts";var Xm="blocks",XC="code",ZC="collections";var YC="contracts",Zm="economics",JC="identities";var QC="locked-accounts",e1="logs",Ym="miniblocks";var _c="nfts",n1="nodes",Lf="providers",o1="roles",kf="sc-results";var sa="tokens";var ft="transactions";var nn={shard:e=>`/${Xm}?shard=${e}`,receiverShard:e=>`/${ft}?receivershard=${e}`,senderShard:e=>`/${ft}?sendershard=${e}`,transactionDetails:e=>`/${ft}/${e}`,transactionDetailsScResults:e=>`/${ft}/${e}/${kf}`,transactionDetailsLogs:e=>`/${ft}/${e}/${e1}`,nodeDetails:e=>`/${n1}/${e}`,accountDetails:e=>`/${jn}/${e}`,accountDetailsContractCode:e=>`/${jn}/${e}/${XC}`,accountDetailsTokens:e=>`/${jn}/${e}/${sa}`,accountDetailsNfts:e=>`/${jn}/${e}/${_c}`,accountDetailsScResults:e=>`/${jn}/${e}/${kf}`,accountDetailsContracts:e=>`/${jn}/${e}/${YC}`,identityDetails:e=>`/${JC}/${e}`,tokenDetails:e=>`/${sa}/${e}`,tokenDetailsAccounts:e=>`/${sa}/${e}/${jn}`,tokenDetailsLockedAccounts:e=>`/${sa}/${e}/${QC}`,tokenDetailsRoles:e=>`/${sa}/${e}/${o1}`,collectionDetails:e=>`/${ZC}/${e}`,nftDetails:e=>`/${_c}/${e}`,providerDetails:e=>`/${Lf}/${e}`,providerDetailsTransactions:e=>`/${Lf}/${e}/${ft}`,miniblockDetails:e=>`/${Ym}/${e}`};r();var Jm=e=>{var n,o,i,c;if(e.action){let p=[(n=e.action.arguments)==null?void 0:n.token,(o=e.action.arguments)==null?void 0:o.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 Qm(e){var o,i;let n=e.receiver;return(i=(o=e.action)==null?void 0:o.arguments)!=null&&i.receiver&&(n=e.action.arguments.receiver),n}function t1(e){let n=Qm(e);return e.receiver===n?e.receiverAssets:void 0}r();cn();var Yi=e=>{var i,c,p,l,f,g;let n="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"?n="Transaction":e.action&&(n=e.action.name),(g=(f=e.action)==null?void 0:f.arguments)!=null&&g.functionName&&(n=e.action.arguments.functionName)),n};r();var a1=!1;function MF(e){a1||(console.error(e),a1=!0)}function Ut({explorerAddress:e,to:n}){try{return new URL(n).href}catch(o){return n.startsWith("/")||(MF(`Link not prepended by / : ${n}`),n=`/${n}`),e?`${e}${n}`:n}}r();cn();function i1(e,n,o){let i=e===n.sender,c=e===o,p=i&&c,l=(n==null?void 0:n.type)==="SmartContractResult";switch(!0){case l:return"Internal";case p:return"Self";case c:return"In";case i:default:return"Out"}}r();function nd({value:e,noSeconds:n,utc:o,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(" "),[N,k,C]=y.split(":"),P=`:${C}`,B=`${N}:${k}${n?"":P}`,z=`${i?p:""} ${o?"UTC":""}`.trim();return`${h} ${g}, ${v} ${B} ${z}`.trim()}r();function p1(e){var n,o;return(o=(n=e==null?void 0:e.operations)==null?void 0:n.map(i=>i.message).filter(i=>Boolean(i)))!=null?o:[]}r();var m1=S(require("bignumber.js"));Y();r();var s1=require("@multiversx/sdk-core"),da=S(require("bignumber.js"));Y();r();var c1=S(require("bignumber.js")),ma=(e,n=!0)=>{let o=String(e);if(!o.match(/^[-]?\d+$/))return!1;let i=new c1.default(o),c=n?0:-1;return i.toString(10)===o&&i.comparedTo(0)>=c};r();function yr(e){return{if:function(n){return n?{then:o=>o instanceof Function?yr(o(e)):yr(o)}:{then:()=>yr(e)}},then:n=>n instanceof Function?yr(n(e)):yr(n),valueOf:function(){return e}}}da.default.config({ROUNDING_MODE:da.default.ROUND_FLOOR});function bn({input:e,decimals:n=Cn,digits:o=Wt,showLastNonZeroDecimal:i=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!ma(e,!1))throw new Error("Invalid input");let l=new da.default(e).isNegative(),f=e;return l&&(f=e.substring(1)),yr(f).then(()=>s1.TokenTransfer.fungibleFromBigInteger("",f,n).amountAsBigInteger.shiftedBy(-n).toFixed(n)).then(g=>{let h=new da.default(g);if(h.isZero())return eo;let v=h.toString(10),[y,N]=v.split("."),k=new da.default(N||0),C=yr(0).if(Boolean(N&&i)).then(()=>Math.max(N.length,o)).if(k.isZero()&&!i).then(0).if(Boolean(N&&!i)).then(()=>Math.min(N.length,o)).valueOf(),P=N&&o>=1&&o<=N.length&&k.isGreaterThan(0)&&new da.default(N.substring(0,o)).isZero(),B=h.toFormat(C);return yr(v).if(p).then(B).if(Boolean(P)).then(X=>{let z=new da.default(y).isZero(),[K,G]=X.split("."),Z=new Array(o-1).fill(0),te=[...Z,0].join(""),ae=[...Z,1].join("");return z?c?`<${K}.${ae}`:i?`${K}.${G}`:K:`${K}.${te}`}).if(Boolean(!P&&N)).then(X=>{let[z]=X.split("."),K=N.substring(0,C);if(i){let G=o-K.length;if(G>0){let Z=Array(G).fill(0).join("");return K=`${K}${Z}`,`${z}.${K}`}return X}return K?`${z}.${K}`:z}).valueOf()}).if(l).then(g=>`-${g}`).valueOf()}var BF=e=>{var n,o;if(!((n=e.receipt)!=null&&n.value))return"";if(((o=e.receipt)==null?void 0:o.data)===jw){let i=bn({input:e.receipt.value,decimals:Cn,digits:Wt,showLastNonZeroDecimal:!0});return new m1.default(i).times(e.gasPrice).times(100).toFixed()}return e.receipt.value};function d1(e){var c;let n=(c=e.receipt)==null?void 0:c.data;if(!n)return"";let o=BF(e),i=o?`: ${o}`:"";return`${n}${i}`}r();function Pf(e){var n,o;return(o=(n=e==null?void 0:e.results)==null?void 0:n.map(i=>i.returnMessage).filter(i=>Boolean(i)))!=null?o:[]}r();r();Y();r();var Gt=(i=>(i.NonFungibleESDT="NonFungibleESDT",i.SemiFungibleESDT="SemiFungibleESDT",i.MetaESDT="MetaESDT",i))(Gt||{});r();r();r();Y();r();Y();r();var OF=require("@multiversx/sdk-core");Y();r();var gt=require("@multiversx/sdk-core"),u1=S(require("bignumber.js"));Y();r();r();var _1=S(require("bignumber.js"));Y();var Ef=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[n,o]=e.split(".");if(o)for(;o.charAt(o.length-1)===eo;)o=o.slice(0,-1);let i=o?[n,o].join("."):n,c=new _1.default(i);return c.toString(10)===i&&c.comparedTo(0)>=0};r();Y();r();var Df={isEsdt:!1,isNft:!1,isEgld:!1};function _a(e){let n=e==null?void 0:e.split("-").length;return n===2?j(L({},Df),{isEsdt:!0}):n===3?j(L({},Df),{isNft:!0}):j(L({},Df),{isEgld:!0})}var l1={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function Wf({minGasLimit:e=String(Vi),gasLimit:n,gasPrice:o,data:i,gasPerDataByte:c,gasPriceModifier:p,defaultGasPrice:l=String(ec),chainId:f}){let g=i||"",h=ma(n)?n:e,v=ja({data:g})?ju:0,y=new u1.default(h).plus(v).toNumber(),N=Ef(o)?o:l,k=new gt.Transaction({nonce:0,value:gt.TokenPayment.egldFromAmount("0"),receiver:new gt.Address(l1.to),sender:new gt.Address(l1.to),gasPrice:parseInt(N),gasLimit:y,data:new gt.TransactionPayload(g.trim()),chainID:f,version:new gt.TransactionVersion(1)});try{return k.computeFee({GasPerDataByte:parseInt(c),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:f}).toString(10)}catch(C){return console.error(C),eo}}r();var Ht=({amount:e,usd:n,decimals:o=2,addEqualSign:i})=>{let c=(parseFloat(e)*n).toFixed(o),p=parseFloat(c).toLocaleString("en",{maximumFractionDigits:o,minimumFractionDigits:o}),l=parseFloat(e)>0?"\u2248":"=";return`${i?`${l} `:""}$${p}`};r();function FF(e){let n=Math.floor(e/864e5),o=e%(24*60*60*1e3),i=Math.floor(o/(60*60*1e3)),c=o%(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=n+" day";if(f>1&&(g=f+" sec"),p>1&&(h=p+" min"),i>1&&(v=i+" hrs"),n>1&&(y=n+" days"),n>=1)return y+" "+v;if(i>=1){let N=p===0?"":" "+h;return v+N}if(p>=1){let N=f===0?"":" "+g;return h+N}return g}function RF(e){let n=e.split(" ");return n.length>1?`${n[0]} ${n[1]}`:e}function UF(e){let o=new Date().getTime()-e;return Math.max(o,0)}function f1(e,n=!0){let o=UF(e),i=FF(o);return n?RF(i):i}r();function g1(e,n,o="..."){return isNaN(n)&&(n=10),o||(o="..."),e!=null&&(e.length<=n||e.length-o.length<=n)?e:String(e).substring(0,n-o.length)+o}r();r();Y();function GF(e,n){let o,i,c=/(\.0+)+$/,p=e.replace(c,"").split("."),l=n.replace(c,"").split("."),f=Math.min(p.length,l.length);for(o=0;o<f;o++)if(i=parseInt(p[o],10)-parseInt(l[o],10),i)return i;return p.length-l.length}function Mf(e){let n=[Bu,Ou,Fu,Ru,Jp,Uu,e].sort((h,v)=>GF(h,v)),o=n.indexOf(Bu),i=n.indexOf(Ou),c=n.indexOf(Fu),p=n.indexOf(Ru),l=n.indexOf(Jp),f=n.indexOf(Uu),g=n.indexOf(e);return{ledgerWithMultiAccount:g>=o,ledgerWithHashSign:g>=i,ledgerWithSignAuthToken:g>=c,ledgerWithWhitelistedTokens:g>=p,ledgerWithGuardians:g>=l,ledgerWithUsernames:g>=f}}var h1=Mf;r();Y();var T1=({feeLimit:e,egldPriceInUsd:n})=>{let o=bn({input:e,decimals:Cn,digits:Wt,showLastNonZeroDecimal:!0});return`\u2248 ${Ht({amount:o,usd:n,decimals:Wt})}`};function Vt({token:e,noValue:n,showLastNonZeroDecimal:o}){var h;let i=!n&&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?bn({input:e.value,decimals:e.decimals,digits:2,showLastNonZeroDecimal:o}):Number(e.value).toLocaleString("en"));let f=nn.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:n,showLastNonZeroDecimal:o}}r();Y();function la({token:e,noValue:n,showLastNonZeroDecimal:o}){var f;let i=Boolean(!n&&e.value),c=i?bn({input:e.value,decimals:(f=e.decimals)!=null?f:Cn,digits:2,showLastNonZeroDecimal:o,addCommas:!0}):null,p=nn.tokenDetails(String(e.token)),l=e.ticker;return{tokenExplorerLink:p,tokenFormattedAmount:c,showFormattedAmount:i,tokenLinkText:l,token:e,showLastNonZeroDecimal:o}}r();cn();var x1=["reDelegateRewards","claimRewards","unBond"],v1=["wrapEgld","unwrapEgld"],y1=["unStake"],w1=["unDelegate"];r();r();var S1=e=>{let n=e.map(i=>{let{isNft:c}=_a(i.type);if(c){let{badgeText:v,tokenFormattedAmount:y,tokenLinkText:N}=Vt({token:i});return`${v!=null?`(${v}) `:""}${y} ${N}`}let{tokenFormattedAmount:p,tokenLinkText:l,token:f}=la({token:i}),g=f.collection?f.identifier:f.token;return`${p} ${l} (${g})`});return decodeURI(n.join("%0A"))};r();Y();var Jo=e=>({egldValueData:{value:e,formattedValue:bn({input:e}),decimals:Cn}});r();var b1=S(require("bignumber.js"));var C1=!1;function I1(e){var n;try{let i=ca(e.data).replace(`${(n=e.action)==null?void 0:n.name}@`,""),c=new b1.default(i,16);if(!c.isNaN())return Jo(c.toString(10))}catch(o){C1||(console.error(`Unable to extract value for txHash: ${e.txHash}`),C1=!0)}return Jo(e.value)}r();r();cn();var od=e=>{var o,i;return(i=(o=e==null?void 0:e.operations)==null?void 0:o.filter(c=>Object.values(Qp).includes(c.type)))!=null?i:[]};var N1=!1,A1=e=>{N1||(console.error(`Operations field missing for txHash: ${e}.
5311
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(SE));NV={close:"dapp-core-component__customToast-styles__close"}});var UV={};J(UV,{AddressDetailItem:()=>D_,CustomToast:()=>m0,DappCorePages:()=>Jd,DataField:()=>GT,Denominate:()=>TG,DetailItem:()=>xe,EventsList:()=>B_,ExplorerLink:()=>ye,ExtensionLoginButton:()=>Ng,FormatAmount:()=>un,LedgerLoginButton:()=>th,LedgerLoginContainer:()=>oh,Loader:()=>BV,NonceMessage:()=>WT,NotificationModal:()=>CG,OperaWalletLoginButton:()=>rh,OperationsList:()=>ST,PageState:()=>En,ProgressSteps:()=>AG,ScResultsList:()=>ox,ScamPhishingAlert:()=>Mc,ScrDetailItem:()=>qT,SignTransactionsModals:()=>IH,SignWithDeviceModal:()=>tT,SignWithExtensionModal:()=>Sh,SignWithLedgerModal:()=>aT,TimeAgo:()=>rs,TransactionAction:()=>ET,TransactionActionComponent:()=>e2,TransactionInfo:()=>_V,TransactionInfoAge:()=>_x,TransactionInfoEgldPrice:()=>Bx,TransactionInfoFee:()=>xx,TransactionInfoFrom:()=>wx,TransactionInfoGasLimit:()=>Ux,TransactionInfoGasPrice:()=>jx,TransactionInfoGasUsed:()=>Vx,TransactionInfoHash:()=>mx,TransactionInfoInputData:()=>Jx,TransactionInfoMethod:()=>Px,TransactionInfoMiniblock:()=>gx,TransactionInfoNonce:()=>Kx,TransactionInfoScResults:()=>Zx,TransactionInfoStatus:()=>lx,TransactionInfoTo:()=>Nx,TransactionInfoTokenOperations:()=>Ex,TransactionInfoValue:()=>kx,TransactionLogs:()=>dV,TransactionMethod:()=>x_,TransactionReceiver:()=>y_,TransactionRow:()=>Y_,TransactionSender:()=>S_,TransactionShardsTransition:()=>I_,TransactionStatus:()=>px,TransactionToast:()=>a0,TransactionToastGuard:()=>d0,TransactionValue:()=>wp,TransactionsTable:()=>jE,TransactionsToastList:()=>WV,TransactionsToastListComponent:()=>GE,Trim:()=>on,UsdValue:()=>Dh,WalletConnectLoginButton:()=>ch,WalletConnectLoginContainer:()=>ph,WebWalletLoginButton:()=>sh,XaliasLoginButton:()=>OV,getStatusIconAndColor:()=>U2});module.exports=H(UV);r();var Jd={};J(Jd,{UnlockPage:()=>DL});r();r();var wo=S(require("react")),Fc=S(require("classnames"));r();var fw=S(require("react"));r();var Zp=S(require("react"));r();r();var _r=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var lw=()=>!_r();var gO=()=>$(void 0,null,function*(){return yield Promise.resolve().then(()=>(Eu(),Pu))}),hO=()=>(Eu(),H(Pu)).default,Du=lw();function Gi({ssrGlobalImportCallback:e,ssrImportCallback:n,clientImportCallback:o}){let[i,c]=Zp.default.useState(Du?void 0:hO()),[p,l]=Zp.default.useState(Du||o==null?void 0:o()),f=()=>$(this,null,function*(){(e?e():gO()).then(g=>c(g.default)),n==null||n().then(g=>l(g.default))});return(0,Zp.useEffect)(()=>{Du&&f()},[]),{globalStyles:i,styles:p}}function I(e,n){return o=>{let{globalStyles:i,styles:c}=Gi({ssrGlobalImportCallback:n.ssrGlobalStyles,ssrImportCallback:n.ssrStyles,clientImportCallback:n.clientStyles});return fw.default.createElement(e,j(L({},o),{globalStyles:i!=null?i:{},styles:c!=null?c:{}}))}}r();r();r();var wC=require("react"),Zi=require("react-redux");r();var Tf=require("@reduxjs/toolkit"),vC=require("react-redux/lib/utils/Subscription");Je();r();var nC=S(require("lodash.throttle"));Y();Je();tf();Va();$i();var QO=[dm],Bm=!1,eF=(0,nC.default)(()=>{tc(oc())},5e3),oC=e=>n=>o=>{if(QO.includes(o.type))return n(o);let i=e.getState(),c=no.local.getItem(dt.loginExpiresAt);if(!Boolean(i==null?void 0:i.account.address))return n(o);if(c==null)return tc(oc());let l=Date.now();return c-l<0&&!Bm?setTimeout(()=>{Bm=!0,e.dispatch(uS())},1e3):(Bm&&(Bm=!1),eF()),n(o)};r();r();function Om(){return typeof sessionStorage!="undefined"}var hC=Om()?(cC(),H(pC)).default:(mC(),H(sC)).default,TC=Om()?(_C(),H(dC)).default:[],xC=Om()?(gC(),H(fC)).default:e=>e;Fm();var ue=(0,Tf.configureStore)({reducer:hC,middleware:e=>e({serializableCheck:{ignoredActions:[...TC,nf.type,ef.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(oC)}),yC=(0,vC.createSubscription)(ue),Cj=xC(ue),bj=(0,Tf.configureStore)({reducer:qa});var SF={store:ue,subscription:yC},xf=(0,wC.createContext)(SF),Lj=(0,Zi.createStoreHook)(xf),Ke=(0,Zi.createDispatchHook)(xf),ee=(0,Zi.createSelectorHook)(xf);r();r();Je();r();var SC=S(require("lodash.isequal")),Rm=require("reselect"),pe=(0,Rm.createSelectorCreator)(Rm.defaultMemoize,SC.default);var Ft=e=>e.account,Tr=pe(Ft,e=>e.address),xr=pe(Ft,Tr,(e,n)=>n in e.accounts?e.accounts[n]:um),CC=pe(Ft,xr,(e,n)=>{let c=e,{accounts:o}=c,i=Sn(c,["accounts"]);return j(L({},i),{account:n})}),CF=pe(xr,e=>e.balance),bC=pe(xr,e=>{var n;return((n=e==null?void 0:e.nonce)==null?void 0:n.valueOf())||0}),IC=pe(Ft,e=>e.shard),NC=pe(Ft,e=>e.ledgerAccount),Wj=pe(Ft,e=>e.walletConnectAccount),Mj=pe(Ft,e=>e.isAccountLoading),Bj=pe(Ft,e=>e.accountLoadingError),AC=pe(Ft,e=>e.websocketEvent),bF=pe(Ft,e=>e.websocketBatchEvent);r();var vf=e=>e.dappConfig,Rj=pe(vf,e=>e.shouldUseWebViewProvider);r();var Yo=e=>e.loginInfo,Vj=pe(Yo,e=>e.loginMethod),ia=pe(Yo,Tr,(e,n)=>Boolean(n)),$j=pe(Yo,e=>e.walletConnectLogin),LC=pe(Yo,e=>e.ledgerLogin),kC=pe(Yo,e=>e.walletLogin),zj=pe(Yo,e=>e.isLoginSessionInvalid),pa=pe(Yo,e=>e.tokenLogin),Um=pe(Yo,e=>e.logoutRoute);r();var PC=e=>e.modals,Kj=pe(PC,e=>e.txSubmittedModal),EC=pe(PC,e=>e.notificationModal);r();var lt=e=>e.networkConfig,cc=pe(lt,e=>e.chainID),Yj=pe(lt,e=>e.network.walletConnectBridgeAddress),DC=pe(lt,e=>e.network.walletConnectV2RelayAddress),WC=pe(lt,e=>e.network.walletConnectV2ProjectId),MC=pe(lt,e=>e.network.walletConnectV2Options),BC=pe(lt,e=>e.network.walletConnectDeepLink),vo=pe(lt,e=>e.network),yf=pe(vo,e=>e.apiAddress),OC=pe(vo,e=>e.explorerAddress),Gm=pe(vo,e=>{var n;return(n=e.customWalletAddress)!=null?n:e.walletAddress}),Hm=pe(vo,e=>e.xAliasAddress),Vm=pe(vo,e=>e.egldLabel);r();var $m=e=>e.signedMessageInfo,eK=pe($m,e=>e.isSigning),nK=pe($m,e=>e.errorMessage),oK=pe($m,e=>{let n=Object.keys(e.signedSessions),o=n.length;return e.signedSessions[n[o-1]]}),tK=pe($m,e=>{let n=Object.keys(e.signedSessions),o=n.length;return n.length>0?n[o-1]:""});r();var FC=e=>e.toasts,wf=pe(FC,e=>e.customToasts),sc=pe(FC,e=>e.transactionToasts);r();Je();var RC={errorMessage:df,successMessage:_f,processingMessage:lf},UC=e=>e.transactionsInfo,GC=pe(UC,(e,n)=>n,(e,n)=>n!=null&&(e==null?void 0:e[Number(n)])||RC);r();r();var Rt=require("@multiversx/sdk-core");Y();r();var Sf=require("@multiversx/sdk-core/out");r();r();function mc(e){try{let n=atob(e),o=btoa(n),i=m.Buffer.from(e,"base64").toString(),c=m.Buffer.from(i).toString("base64");if(e===o&&e===c||n===i)return!0}catch(n){return!1}return!1}function ca(e){return mc(e)?atob(e):e}r();r();function zm(e){for(let n=0;n<e.length;n++)if(e.charCodeAt(n)>127)return!1;return!0}function vr(e){let n=e;try{let o=m.Buffer.from(e,"hex").toString();zm(o)&&o.length>1&&(n=o)}catch(o){}return n}r();r();var HC=e=>/\d/.test(e);var VC=e=>{let n=e!=null?e:"";return mc(n)?Sf.TransactionPayload.fromEncoded(n):new Sf.TransactionPayload(n)};r();Y();var ja=({data:e,onlySetGuardian:n})=>e?n?e.startsWith("SetGuardian"):Object.values(Mu).some(o=>e.startsWith(o)):!1;function Ka(e){var i,c,p;let n=Object.assign({},e);ja({data:n.data,onlySetGuardian:!0})&&(delete n.senderUsername,delete n.receiverUsername);let o=new Rt.Transaction(L(L(j(L(j(L({value:n.value.valueOf(),data:VC(n.data),nonce:n.nonce.valueOf(),receiver:new Rt.Address(n.receiver)},n.receiverUsername?{receiverUsername:n.receiverUsername}:{}),{sender:new Rt.Address(n.sender)}),n.senderUsername?{senderUsername:n.senderUsername}:{}),{gasLimit:(i=n.gasLimit.valueOf())!=null?i:Vi,gasPrice:(c=n.gasPrice.valueOf())!=null?c:ec,chainID:n.chainID.valueOf(),version:new Rt.TransactionVersion((p=n.version)!=null?p:Gw)}),n.options?{options:new Rt.TransactionOptions(n.options)}:{}),n.guardian?{guardian:new Rt.Address(n.guardian)}:{}));return n.guardianSignature&&o.applyGuardianSignature(m.Buffer.from(n.guardianSignature,"hex")),n.signature&&o.applySignature(m.Buffer.from(n.signature,"hex")),o}r();r();Y();function IF(e,n){let o=new URLSearchParams(e),i=Object.fromEntries(o);return{nextUrlParams:new URLSearchParams(L(L({},i),n)).toString(),params:i}}var NF="2.26.2";function qm({callbackUrl:e,urlParams:n={}}){let o=e;if(Object.entries(n).length>0)try{let{search:i,origin:c,pathname:p,hash:l}=new URL(e),f=j(L({},n),{[mm]:NF}),{nextUrlParams:g}=IF(i,f);o=`${c}${p}?${g}${l}`}catch(i){return console.error("Unable to construct URL from: ",e,i),o}return o}r();r();r();var bf=require("@multiversx/sdk-core/out");r();Y();var AF=e=>{let n=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,n.length).equals(n))return!0;let i=m.Buffer.alloc(32).fill(0);return e.equals(i)},Cf=e=>{try{let o=parseInt("11",2),i=parseInt("01",2),c=m.Buffer.from(e,"hex"),p=c[31];if(AF(c))return sm;let l=p&o;return l>3-1&&(l=p&i),l}catch(n){return-1}};function $C({receiverAddress:e,senderShard:n,senderAddress:o}){try{let i=new bf.Address(e),c=Cf(i.pubkey());if(n==null&&o!=null){let p=new bf.Address(o);return Cf(p)===c}return c===n}catch(i){return!1}}r();var dc=require("@multiversx/sdk-core");je();r();var zC=require("@multiversx/sdk-core");function LF(e){try{let n=new zC.Address(e);return Boolean(n.bech32())}catch(n){return!1}}function vn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&LF(e)}var kF=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function ut(e,n,o=""){if(!vn(e))return!1;if(new dc.Address(e).isContractAddress())return!0;let p=If({receiver:e,data:o});return p?new dc.Address(p).isContractAddress()||DF(e,n,o):!1}var PF=e=>e.toLowerCase().match(/[0-9a-f]/g),EF=e=>e.length%2===0;function DF(e,n,o){let i=o==null?void 0:o.split("@");if(i==null)return!1;let[c,...p]=i,l=n!=null&&e!=null&&e===n,f=kF.includes(c),g=p.every(h=>PF(h)&&EF(h));return l&&f&&g}function If({receiver:e,data:n}){try{if(!n)return e;let o=mc(n)?dc.TransactionPayload.fromEncoded(n).toString():n,i=WF(o),c=o.split("@");return i>-1?c[i]:e}catch(o){console.log(o);return}}function WF(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}var qC=(e,n=1)=>e!=null&&e.length?e.reduce((o,{receiver:i,data:c})=>{let p=If({receiver:i,data:c!=null?c:""});return p==null?o:o&&$C({receiverAddress:p,senderShard:n})},!0):!0;r();r();r();var Af=require("@multiversx/sdk-core"),jm=S(require("bignumber.js"));an();var Nf={tokenId:"",amount:""},jC=e=>e.split("@").map((p,l)=>[2,3].includes(l)?p:vr(p));function Km(e){if(!e)return Nf;let n=e.startsWith("ESDTTransfer"),o=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),i=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(n){let[,c,p]=e.split("@");try{let l=m.Buffer.from(c,"hex").toString("ascii");if(!l)return Nf;let f=new jm.default("0x"+p.replace("0x","")).toString(10);return{tokenId:l,amount:f}}catch(l){console.error("Error getting token from transaction data",l)}}if(o)try{let[,c,p,l,f]=jC(e);if([c,p,l,f].every(g=>Boolean(g))&&vn(new Af.Address(f).bech32()))return{tokenId:`${c}-${p}`,amount:new jm.default(l,16).toString(10),collection:c,nonce:p,receiver:new Af.Address(f).bech32()}}catch(c){}if(i)try{let[,c,p,l]=jC(e);if([c,p,l].every(f=>Boolean(f)))return{tokenId:`${c}-${p}`,amount:new jm.default(l,16).toString(10),collection:c,nonce:p}}catch(c){}return Nf}r();r();r();var jn="accounts";var Xm="blocks",XC="code",ZC="collections";var YC="contracts",Zm="economics",JC="identities";var QC="locked-accounts",e1="logs",Ym="miniblocks";var _c="nfts",n1="nodes",Lf="providers",o1="roles",kf="sc-results";var sa="tokens";var ft="transactions";var nn={shard:e=>`/${Xm}?shard=${e}`,receiverShard:e=>`/${ft}?receivershard=${e}`,senderShard:e=>`/${ft}?sendershard=${e}`,transactionDetails:e=>`/${ft}/${e}`,transactionDetailsScResults:e=>`/${ft}/${e}/${kf}`,transactionDetailsLogs:e=>`/${ft}/${e}/${e1}`,nodeDetails:e=>`/${n1}/${e}`,accountDetails:e=>`/${jn}/${e}`,accountDetailsContractCode:e=>`/${jn}/${e}/${XC}`,accountDetailsTokens:e=>`/${jn}/${e}/${sa}`,accountDetailsNfts:e=>`/${jn}/${e}/${_c}`,accountDetailsScResults:e=>`/${jn}/${e}/${kf}`,accountDetailsContracts:e=>`/${jn}/${e}/${YC}`,identityDetails:e=>`/${JC}/${e}`,tokenDetails:e=>`/${sa}/${e}`,tokenDetailsAccounts:e=>`/${sa}/${e}/${jn}`,tokenDetailsLockedAccounts:e=>`/${sa}/${e}/${QC}`,tokenDetailsRoles:e=>`/${sa}/${e}/${o1}`,collectionDetails:e=>`/${ZC}/${e}`,nftDetails:e=>`/${_c}/${e}`,providerDetails:e=>`/${Lf}/${e}`,providerDetailsTransactions:e=>`/${Lf}/${e}/${ft}`,miniblockDetails:e=>`/${Ym}/${e}`};r();var Jm=e=>{var n,o,i,c;if(e.action){let p=[(n=e.action.arguments)==null?void 0:n.token,(o=e.action.arguments)==null?void 0:o.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 Qm(e){var o,i;let n=e.receiver;return(i=(o=e.action)==null?void 0:o.arguments)!=null&&i.receiver&&(n=e.action.arguments.receiver),n}function t1(e){let n=Qm(e);return e.receiver===n?e.receiverAssets:void 0}r();cn();var Yi=e=>{var i,c,p,l,f,g;let n="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"?n="Transaction":e.action&&(n=e.action.name),(g=(f=e.action)==null?void 0:f.arguments)!=null&&g.functionName&&(n=e.action.arguments.functionName)),n};r();var a1=!1;function MF(e){a1||(console.error(e),a1=!0)}function Ut({explorerAddress:e,to:n}){try{return new URL(n).href}catch(o){return n.startsWith("/")||(MF(`Link not prepended by / : ${n}`),n=`/${n}`),e?`${e}${n}`:n}}r();cn();function i1(e,n,o){let i=e===n.sender,c=e===o,p=i&&c,l=(n==null?void 0:n.type)==="SmartContractResult";switch(!0){case l:return"Internal";case p:return"Self";case c:return"In";case i:default:return"Out"}}r();function nd({value:e,noSeconds:n,utc:o,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(" "),[N,k,C]=y.split(":"),P=`:${C}`,B=`${N}:${k}${n?"":P}`,z=`${i?p:""} ${o?"UTC":""}`.trim();return`${h} ${g}, ${v} ${B} ${z}`.trim()}r();function p1(e){var n,o;return(o=(n=e==null?void 0:e.operations)==null?void 0:n.map(i=>i.message).filter(i=>Boolean(i)))!=null?o:[]}r();var m1=S(require("bignumber.js"));Y();r();var s1=require("@multiversx/sdk-core"),da=S(require("bignumber.js"));Y();r();var c1=S(require("bignumber.js")),ma=(e,n=!0)=>{let o=String(e);if(!o.match(/^[-]?\d+$/))return!1;let i=new c1.default(o),c=n?0:-1;return i.toString(10)===o&&i.comparedTo(0)>=c};r();function yr(e){return{if:function(n){return n?{then:o=>o instanceof Function?yr(o(e)):yr(o)}:{then:()=>yr(e)}},then:n=>n instanceof Function?yr(n(e)):yr(n),valueOf:function(){return e}}}da.default.config({ROUNDING_MODE:da.default.ROUND_FLOOR});function bn({input:e,decimals:n=Cn,digits:o=Wt,showLastNonZeroDecimal:i=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!ma(e,!1))throw new Error("Invalid input");let l=new da.default(e).isNegative(),f=e;return l&&(f=e.substring(1)),yr(f).then(()=>s1.TokenTransfer.fungibleFromBigInteger("",f,n).amountAsBigInteger.shiftedBy(-n).toFixed(n)).then(g=>{let h=new da.default(g);if(h.isZero())return eo;let v=h.toString(10),[y,N]=v.split("."),k=new da.default(N||0),C=yr(0).if(Boolean(N&&i)).then(()=>Math.max(N.length,o)).if(k.isZero()&&!i).then(0).if(Boolean(N&&!i)).then(()=>Math.min(N.length,o)).valueOf(),P=N&&o>=1&&o<=N.length&&k.isGreaterThan(0)&&new da.default(N.substring(0,o)).isZero(),B=h.toFormat(C);return yr(v).if(p).then(B).if(Boolean(P)).then(X=>{let z=new da.default(y).isZero(),[K,G]=X.split("."),Z=new Array(o-1).fill(0),te=[...Z,0].join(""),ae=[...Z,1].join("");return z?c?`<${K}.${ae}`:i?`${K}.${G}`:K:`${K}.${te}`}).if(Boolean(!P&&N)).then(X=>{let[z]=X.split("."),K=N.substring(0,C);if(i){let G=o-K.length;if(G>0){let Z=Array(G).fill(0).join("");return K=`${K}${Z}`,`${z}.${K}`}return X}return K?`${z}.${K}`:z}).valueOf()}).if(l).then(g=>`-${g}`).valueOf()}var BF=e=>{var n,o;if(!((n=e.receipt)!=null&&n.value))return"";if(((o=e.receipt)==null?void 0:o.data)===jw){let i=bn({input:e.receipt.value,decimals:Cn,digits:Wt,showLastNonZeroDecimal:!0});return new m1.default(i).times(e.gasPrice).times(100).toFixed()}return e.receipt.value};function d1(e){var c;let n=(c=e.receipt)==null?void 0:c.data;if(!n)return"";let o=BF(e),i=o?`: ${o}`:"";return`${n}${i}`}r();function Pf(e){var n,o;return(o=(n=e==null?void 0:e.results)==null?void 0:n.map(i=>i.returnMessage).filter(i=>Boolean(i)))!=null?o:[]}r();r();Y();r();var Gt=(i=>(i.NonFungibleESDT="NonFungibleESDT",i.SemiFungibleESDT="SemiFungibleESDT",i.MetaESDT="MetaESDT",i))(Gt||{});r();r();r();Y();r();Y();r();var OF=require("@multiversx/sdk-core");Y();r();var gt=require("@multiversx/sdk-core"),u1=S(require("bignumber.js"));Y();r();r();var _1=S(require("bignumber.js"));Y();var Ef=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[n,o]=e.split(".");if(o)for(;o.charAt(o.length-1)===eo;)o=o.slice(0,-1);let i=o?[n,o].join("."):n,c=new _1.default(i);return c.toString(10)===i&&c.comparedTo(0)>=0};r();Y();r();var Df={isEsdt:!1,isNft:!1,isEgld:!1};function _a(e){let n=e==null?void 0:e.split("-").length;return n===2?j(L({},Df),{isEsdt:!0}):n===3?j(L({},Df),{isNft:!0}):j(L({},Df),{isEgld:!0})}var l1={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function Wf({minGasLimit:e=String(Vi),gasLimit:n,gasPrice:o,data:i,gasPerDataByte:c,gasPriceModifier:p,defaultGasPrice:l=String(ec),chainId:f}){let g=i||"",h=ma(n)?n:e,v=ja({data:g})?ju:0,y=new u1.default(h).plus(v).toNumber(),N=Ef(o)?o:l,k=new gt.Transaction({nonce:0,value:gt.TokenPayment.egldFromAmount("0"),receiver:new gt.Address(l1.to),sender:new gt.Address(l1.to),gasPrice:parseInt(N),gasLimit:y,data:new gt.TransactionPayload(g.trim()),chainID:f,version:new gt.TransactionVersion(1)});try{return k.computeFee({GasPerDataByte:parseInt(c),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:f}).toString(10)}catch(C){return console.error(C),eo}}r();var Ht=({amount:e,usd:n,decimals:o=2,addEqualSign:i})=>{let c=(parseFloat(e)*n).toFixed(o),p=parseFloat(c).toLocaleString("en",{maximumFractionDigits:o,minimumFractionDigits:o}),l=parseFloat(e)>0?"\u2248":"=";return`${i?`${l} `:""}$${p}`};r();function FF(e){let n=Math.floor(e/864e5),o=e%(24*60*60*1e3),i=Math.floor(o/(60*60*1e3)),c=o%(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=n+" day";if(f>1&&(g=f+" sec"),p>1&&(h=p+" min"),i>1&&(v=i+" hrs"),n>1&&(y=n+" days"),n>=1)return y+" "+v;if(i>=1){let N=p===0?"":" "+h;return v+N}if(p>=1){let N=f===0?"":" "+g;return h+N}return g}function RF(e){let n=e.split(" ");return n.length>1?`${n[0]} ${n[1]}`:e}function UF(e){let o=new Date().getTime()-e;return Math.max(o,0)}function f1(e,n=!0){let o=UF(e),i=FF(o);return n?RF(i):i}r();function g1(e,n,o="..."){return isNaN(n)&&(n=10),o||(o="..."),e!=null&&(e.length<=n||e.length-o.length<=n)?e:String(e).substring(0,n-o.length)+o}r();r();Y();function GF(e,n){let o,i,c=/(\.0+)+$/,p=e.replace(c,"").split("."),l=n.replace(c,"").split("."),f=Math.min(p.length,l.length);for(o=0;o<f;o++)if(i=parseInt(p[o],10)-parseInt(l[o],10),i)return i;return p.length-l.length}function Mf(e){let n=[Bu,Ou,Fu,Ru,Jp,Uu,e].sort((h,v)=>GF(h,v)),o=n.indexOf(Bu),i=n.indexOf(Ou),c=n.indexOf(Fu),p=n.indexOf(Ru),l=n.indexOf(Jp),f=n.indexOf(Uu),g=n.indexOf(e);return{ledgerWithMultiAccount:g>=o,ledgerWithHashSign:g>=i,ledgerWithSignAuthToken:g>=c,ledgerWithWhitelistedTokens:g>=p,ledgerWithGuardians:g>=l,ledgerWithUsernames:g>=f}}var h1=Mf;r();Y();var T1=({feeLimit:e,egldPriceInUsd:n})=>{let o=bn({input:e,decimals:Cn,digits:Wt,showLastNonZeroDecimal:!0});return`\u2248 ${Ht({amount:o,usd:n,decimals:Wt})}`};function Vt({token:e,noValue:n,showLastNonZeroDecimal:o}){var h;let i=!n&&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?bn({input:e.value,decimals:e.decimals,digits:2,showLastNonZeroDecimal:o}):Number(e.value).toLocaleString("en"));let f=nn.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:n,showLastNonZeroDecimal:o}}r();Y();function la({token:e,noValue:n,showLastNonZeroDecimal:o}){var f;let i=Boolean(!n&&e.value),c=i?bn({input:e.value,decimals:(f=e.decimals)!=null?f:Cn,digits:2,showLastNonZeroDecimal:o,addCommas:!0}):null,p=nn.tokenDetails(String(e.token)),l=e.ticker;return{tokenExplorerLink:p,tokenFormattedAmount:c,showFormattedAmount:i,tokenLinkText:l,token:e,showLastNonZeroDecimal:o}}r();cn();var x1=["reDelegateRewards","claimRewards","unBond"],v1=["wrapEgld","unwrapEgld"],y1=["unStake"],w1=["unDelegate"];r();r();var S1=e=>{let n=e.map(i=>{let{isNft:c}=_a(i.type);if(c){let{badgeText:v,tokenFormattedAmount:y,tokenLinkText:N}=Vt({token:i});return`${v!=null?`(${v}) `:""}${y} ${N}`}let{tokenFormattedAmount:p,tokenLinkText:l,token:f}=la({token:i}),g=f.collection?f.identifier:f.token;return`${p} ${l} (${g})`});return decodeURI(n.join("%0A"))};r();Y();var Jo=e=>({egldValueData:{value:e,formattedValue:bn({input:e}),decimals:Cn}});r();var b1=S(require("bignumber.js"));var C1=!1;function I1(e){var n;try{let i=ca(e.data).replace(`${(n=e.action)==null?void 0:n.name}@`,""),c=new b1.default(i,16);if(!c.isNaN())return Jo(c.toString(10))}catch(o){C1||(console.error(`Unable to extract value for txHash: ${e.txHash}`),C1=!0)}return Jo(e.value)}r();r();cn();var od=e=>{var o,i;return(i=(o=e==null?void 0:e.operations)==null?void 0:o.filter(c=>Object.values(Qp).includes(c.type)))!=null?i:[]};var N1=!1,A1=e=>{N1||(console.error(`Operations field missing for txHash: ${e}.
5312
5312
  Unable to compute value field.`),N1=!0)};function L1(e){try{if(e.operations){let[n]=od(e);return Jo(n==null?void 0:n.value)}else A1(e.txHash)}catch(n){A1(e.txHash)}return Jo(e.value)}r();var P1=S(require("bignumber.js"));var k1=!1;function E1(e){var o,i,c,p,l;return new P1.default((i=(o=e.action)==null?void 0:o.arguments)==null?void 0:i.value).isNaN()?(k1||(console.error(`Unable to interpret ${(l=e.action)==null?void 0:l.name} data for txHash: ${e.txHash}`),k1=!0),Jo(e.value)):Jo((p=(c=e.action)==null?void 0:c.arguments)==null?void 0:p.value)}var D1=({transaction:e,hideMultipleBadge:n})=>{var o;if(e.action){if(v1.includes(e.action.name))return Jo(e.value);if(y1.includes(e.action.name))return I1(e);if(x1.includes(e.action.name))return L1(e);if(w1.includes(e.action.name))return E1(e);let i=Jm(e);if(i.length){let c=i[0],p=Object.values(Gt).includes(c.type),f=!n&&i.length>1?S1(i):"";if(p){let{badgeText:k,tokenFormattedAmount:C,tokenExplorerLink:P,tokenLinkText:B}=Vt({token:c});return{nftValueData:{badgeText:k,tokenFormattedAmount:C,tokenExplorerLink:P,tokenLinkText:B,transactionTokens:i,token:c,value:C!=null?c.value:null,decimals:C!=null?c.decimals:null,titleText:f}}}let{tokenExplorerLink:g,showFormattedAmount:h,tokenFormattedAmount:v,tokenLinkText:y,token:N}=la({token:c});return{tokenValueData:{tokenExplorerLink:g,showFormattedAmount:h,tokenFormattedAmount:v,tokenLinkText:y,transactionTokens:i,token:N,value:c.value,decimals:(o=c.decimals)!=null?o:Cn,titleText:f}}}}return Jo(e.value)};function lc({transaction:e,address:n,explorerAddress:o}){var P;let i=(P=e.tokenIdentifier)!=null?P:Km(e.data).tokenId,c=Qm(e),p=t1(e),l=i1(n,e,c),f=Yi(e),g=Jm(e),h=Ut({explorerAddress:o,to:nn.accountDetails(e.sender)}),v=Ut({explorerAddress:o,to:nn.accountDetails(c)}),y=Ut({explorerAddress:o,to:nn.senderShard(e.senderShard)}),N=Ut({explorerAddress:o,to:nn.receiverShard(e.receiverShard)}),k=e.originalTxHash?`${e.originalTxHash}#${e.txHash}`:e.txHash,C=Ut({explorerAddress:o,to:nn.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:N,transactionLink:C}})}r();r();var W1=({data:e,highlight:n,occurrences:o,transactionIndex:i})=>{let c=o[i]||e.indexOf(n),p=n.length,l=e.slice(0,c),f=e.slice(c+p);return{start:l,end:f}};r();function td({tokenId:e,erdLabel:n}){return Boolean(e&&e!==n)}r();var Bf=S(require("bignumber.js"));je();r();var M1=(e,n)=>{let o=[],i=e.indexOf(n,0);for(;i>=0;)o.push(i),i=e.indexOf(n,i+1);return o};function B1(e){let n=[],o=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 Bf.default(c,16).toNumber(),f=0;for(let y=0;y<l;y++){let N={type:"nftTransaction",data:"",receiver:i};for(let k=0;k<3;k++){switch(k){case 0:N.token=vr(p[f]),N.data=p[f];break;case 1:{let C=p[f]&&p[f].length?p[f]:"";C&&C!=="00"?N.nonce=C:N.type="esdtTransaction",N.data=`${N.data}@${p[f]}`;break}case 2:N.amount=new Bf.default(p[f],16).toString(10),N.data=`${N.data}@${p[f]}`;break;default:break}o=f+1,f++}n[y]=N}let g=n.length!==l,h=n.some(y=>M1(y.data,"@").length!==2),v=n.some(y=>y.data.startsWith("@"));if(g||h||v)return[];if(p[o]){let y=p[o];for(let N=o+1;N<p.length;N++)y+="@"+p[N];n[l]={type:"scCall",data:y,receiver:i}}}}}catch(i){return console.error("failed parsing tx",i),n}return n}r();r();r();an();function Qi(e){let o=Object.getPrototypeOf(e).toPlainObject!=null?e:Ka(e),i=j(L({},o.toPlainObject()),{hash:o.getHash().hex(),senderUsername:o.getSenderUsername().valueOf(),receiverUsername:o.getReceiverUsername().valueOf(),status:"pending"});return ja({data:i.data,onlySetGuardian:!0})&&(delete i.senderUsername,delete i.receiverUsername),i}r();var R1=require("@multiversx/sdk-web-wallet-provider");Y();r();var F1=S(require("qs"));r();r();r();r();var Te=()=>{if(!_r())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:n,hash:o,origin:i,href:c,search:p}}=window;return{pathname:n,hash:o,origin:i,href:c,search:p}};var uc=(e="")=>{let n=Te(),o=e.startsWith("http")||e.startsWith("www.");return!n.origin||e.startsWith(n.origin)||o?e:`${n.origin}/${e.replace("/","")}`};r();var wr=()=>{let{pathname:e,search:n,hash:o}=Te();return`${e!=null?e:""}${n!=null?n:""}${o!=null?o:""}`};var rd=e=>{let n=new URLSearchParams(e).toString(),{pathname:o,hash:i}=Te(),c=n?`?${n}`:"",p=o?`${o}${c}${i}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};r();var HF={search:_r()?window.location.search:"",removeParams:[]},O1=(e,n=HF)=>{var l;let o={},i=_r()?window.location.search:"",c=(l=n.search)!=null?l:i;if(c){let f=c?new URLSearchParams(c):[];o=Object.fromEntries(f)}let p={};return e.forEach(f=>{p[f]=o[f],delete o[f]}),n.removeParams!=null&&Object.keys(o).forEach(f=>{var h,v;let[g]=f.split("[");(((h=n.removeParams)==null?void 0:h.includes(f))||((v=n.removeParams)==null?void 0:v.includes(g)))&&delete o[f]}),{remainingParams:p,params:o,clearNavigationHistory:()=>rd(o)}};var ad=({removeParams:e,search:n})=>{let o=_r()?window.location.search:"",i=n!=null?n:o;if(!i)return{};let c=F1.default.parse(i.replace("?","")),p=Object.keys(c).filter(f=>!e.includes(f)),{remainingParams:l}=O1(p,{search:n,removeParams:e});return rd(l),l};var U1=({transaction:e,search:n})=>ad({removeParams:[...Object.keys(e),R1.WALLET_PROVIDER_CALLBACK_PARAM,Mt,mm],search:n});r();r();var G1=e=>m.Buffer.from(String(e==null?void 0:e.data),"base64").toString("hex");r();var H1=(e,n)=>{var f;let{hash:o}=Te(),i=o.split("/"),c=i[0]?i[0].replace("#",""):"",p=(f=i[1])!=null?f:0;return c===n&&e.order===Number(p)};r();cn();var V1=({operation:e,address:n})=>{let o=n===e.sender,i=n===e.receiver,c=o&&i,p=!c,l="";switch(!0){case o:l="Out";break;case i:l="In";break;case c:l="Self";break;case p:l="Internal";break}return{direction:l}};r();var $1=e=>{let n=m.Buffer.from(e,"base64").toString().split("@");return n.length>=2&&(n[0].length>0?n[0]=vr(n[0]):n[1]=vr(n[1])),n.join("@")};r();var z1=e=>{let{hash:n}=Te();return n.substring(0,n.indexOf("/")>0?n.indexOf("/"):n.length).replace("#","")===e};r();var q1=S(require("linkifyjs")),VF=e=>{let n=q1.find(e);if(!n.length)return{textWithLinks:e,hasLinks:!1};let o=e;for(let i of n){let c=e.substring(i.start,i.end);o=o.replace(c,i.value)}return{textWithLinks:o,hasLinks:!0}},j1=({message:e,scamInfo:n,isNsfw:o,verified:i,messagePrefix:c="Message hidden due to suspicious content - "})=>{var g;if(i)return{message:"",textWithLinks:"",isSuspicious:!1};let p=`${c}${(g=n==null?void 0:n.info)!=null?g:"suspicious content"}`,{textWithLinks:l,hasLinks:f}=VF(e);return f||o||n?{message:p,textWithLinks:l,isSuspicious:!0}:{message:"",textWithLinks:l,isSuspicious:!1}};r();Y();var K1=e=>{let n=e;typeof n=="string"&&n.includes("Shard")&&(n=n.replace("Shard","").replace(" ",""));let o=sm.toString()===String(n).toString()||String(n)==="metachain",i=Vw.toString()===String(n).toString();return o?"Metachain":i?"All Shards":`Shard ${n}`};r();var Of=S(require("bignumber.js")),$F=e=>{let n=new Of.default(e.gasPrice),o=new Of.default(e.gasUsed);return n.times(o).toString()};function X1(e){return e.fee?e.fee:e.gasUsed===void 0?null:$F(e)}r();je();r();function id(e){return Array.from(new Set([...Pf(e),...p1(e),d1(e)])).filter(o=>Boolean(o))}r();an();function ep(e){let n=l=>e.status.toLowerCase()===l.toLowerCase(),o=n("fail")||n("reward-reverted"),i=n("success"),c=n("not executed")||n("invalid"),p=n("pending")||e.pendingResults;return{failed:o,success:i,invalid:c,pending:p}}r();an();var Z1=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();cn();r();cn();var Y1=e=>{var n,o;switch(e.name){case"transfer":return["Transfer",{token:(n=e.arguments)==null?void 0:n.transfers},"to",{address:(o=e.arguments)==null?void 0:o.receiver}];default:return[]}};r();var J1=S(require("bignumber.js"));Y();cn();var Q1=e=>{var n,o,i,c,p,l,f,g,h,v,y,N;switch(e.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(n=e.arguments)==null?void 0:n.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(o=e.arguments)==null?void 0:o.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=eo;if((h=e.arguments)!=null&&h.transfers){let C=e.arguments.transfers.map(({value:P})=>P);k=J1.default.sum.apply(null,C).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:[(N=e.arguments)==null?void 0:N.transfers[0]]},"position of value",{value:k}];case"wrapEgld":case"unwrapEgld":default:return e.description?[e.description]:[]}};r();cn();var eb=e=>{var n,o,i,c,p,l,f,g,h,v,y,N;switch(e.name){case"delegate":case"stake":return["Delegate",{egldValue:(n=e.arguments)==null?void 0:n.value},"to staking provider",{providerName:(o=e.arguments)==null?void 0:o.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:(N=e.arguments)==null?void 0:N.providerAvatar}];default:return[]}};var nb=e=>{if(!e.arguments)return e.description?[e.description]:[e.name];switch(e.category){case"esdtNft":return Y1(e);case"mex":return Q1(e);case"stake":return eb(e);default:return e.description?[e.description]:[]}};r();var cd=require("react");je();r();r();cn();r();r();var ob=require("@multiversx/sdk-core/out"),Ff=S(require("bignumber.js"));cn();var Sr=(e,n,o)=>{try{switch(n){case"text":return HC(e)?m.Buffer.from(e,"hex").toString("utf8"):e;case"decimal":return new Ff.default(e,16).toString(10);case"smart":let c=ob.Address.fromHex(e).toString();if(vn(c))return c;let p=m.Buffer.from(e,"hex").toString("utf8");return zm(p)||o&&[...o.esdts,...o.nfts].some(g=>p.includes(g))?p:new Ff.default(e,16).toString(10);case"raw":default:return e}}catch(i){return console.error(`Error during data decoding of "${e}" as "${n}"`,i),e}};r();je();r();var zF=e=>e.toLowerCase().match(/[0-9a-f]/g),qF=e=>e.length%2===0,tb=e=>{let n=[];return e&&!zF(e)&&n.push(`Invalid Hex characters on argument @${e}`),e&&!qF(e)&&n.push(`Odd number of Hex characters on argument @${e}`),n};r();je();var pd=({parts:e,decodedParts:n,identifier:o})=>{let i=[...n];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(i[2]=Sr(e[2],"decimal")),o==="ESDTNFTTransfer"&&e[1]){let c=m.Buffer.from(String(e[1]),"base64");i[1]=Sr(c.toString("hex"),"decimal")}return i};var rb=({parts:e,decodeMethod:n,identifier:o,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)?Sr(p,n):p;{let f=tb(p);return f.length&&(i.validationWarnings=Array.from(new Set([...i.validationWarnings,...f]))),Sr(p,n)}});return n==="smart"?pd({parts:e,decodedParts:c,identifier:o}):c};var ab=({input:e,decodeMethod:n,identifier:o})=>{let i={displayValue:"",validationWarnings:[]};if(e.includes("@")){let c=e.split("@"),p=rb({parts:c,identifier:o,decodeMethod:n,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 n==="raw"?f:Sr(g.toString("hex"),n)}),l=n==="smart"?pd({parts:c,decodedParts:p,identifier:o}):p;return i.displayValue=l.join(`