@multiversx/sdk-dapp 2.31.3 → 2.31.4

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 (606) 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/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  7. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  8. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/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/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  36. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  37. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  38. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  39. package/UI/SignTransactionsModals/components/index.js +1 -1
  40. package/UI/SignTransactionsModals/index.js +1 -1
  41. package/UI/TokenDetails/index.js +1 -1
  42. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  43. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  44. package/UI/TransactionDetails/components/index.js +1 -1
  45. package/UI/TransactionDetails/index.js +1 -1
  46. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  47. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  48. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  49. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  50. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  51. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  52. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  53. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  54. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  55. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  56. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  57. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  58. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  59. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  60. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  61. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  62. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  63. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  64. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  65. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  66. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  67. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  68. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  69. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  70. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  71. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  72. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  73. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  74. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  75. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  76. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  77. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  79. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  80. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  81. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  82. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  83. package/UI/TransactionInfo/components/index.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  88. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  99. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  100. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  103. package/UI/TransactionInfo/index.js +1 -1
  104. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  105. package/UI/TransactionsTable/components/AccountName.js +1 -1
  106. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  107. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  108. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  109. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  110. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  111. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  112. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  113. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  114. package/UI/TransactionsTable/components/index.js +1 -1
  115. package/UI/TransactionsTable/index.js +1 -1
  116. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  117. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  118. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  119. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  120. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  121. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  122. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  123. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  124. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  125. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  126. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  127. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  128. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  129. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  130. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  131. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  132. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  133. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  134. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  135. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  136. package/UI/TransactionsToastList/components/index.js +1 -1
  137. package/UI/TransactionsToastList/index.js +1 -1
  138. package/UI/Trim/Trim.js +1 -1
  139. package/UI/Trim/index.js +1 -1
  140. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  141. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  142. package/UI/index.js +1 -1
  143. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  144. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  145. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  146. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  147. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  148. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  149. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  150. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  151. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  152. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  153. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  154. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  155. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  156. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  157. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  158. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  159. package/UI/ledger/index.js +1 -1
  160. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  161. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  162. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  163. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  164. package/UI/pages/UnlockPage/index.js +1 -1
  165. package/UI/pages/index.js +1 -1
  166. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  167. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  168. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  169. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  170. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  171. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  172. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  173. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  174. package/UI/walletConnect/index.js +1 -1
  175. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  176. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  177. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  178. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  179. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  180. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  181. package/__chunks__/{chunk-26O4EXOW.js → chunk-2L6DQLNQ.js} +2 -2
  182. package/__chunks__/{chunk-PNYZ3L6A.js → chunk-2LAKLS5S.js} +2 -2
  183. package/__chunks__/{chunk-3ITR7GC6.js → chunk-2ORH3LFB.js} +2 -2
  184. package/__chunks__/{chunk-W7ZCIL6Z.js → chunk-2UQHT36T.js} +2 -2
  185. package/__chunks__/{chunk-P3DIU3MK.js → chunk-2YXYIFCU.js} +2 -2
  186. package/__chunks__/{chunk-FRDYKRG7.js → chunk-3APXOQBA.js} +2 -2
  187. package/__chunks__/{chunk-DRY6MUKE.js → chunk-3FZ563NC.js} +2 -2
  188. package/__chunks__/{chunk-BL5XTQAZ.js → chunk-3IF4VMW7.js} +2 -2
  189. package/__chunks__/{chunk-5WXW5AS7.js → chunk-3ISCQYYO.js} +2 -2
  190. package/__chunks__/{chunk-LLDOGZ5M.js → chunk-3RYBKF7D.js} +2 -2
  191. package/__chunks__/{chunk-HNXXFNX2.js → chunk-44NNNWBC.js} +2 -2
  192. package/__chunks__/{chunk-AMTOZNC6.js → chunk-4D2OTEGP.js} +2 -2
  193. package/__chunks__/{chunk-FNXJJWAV.js → chunk-4NCX4UZE.js} +2 -2
  194. package/__chunks__/{chunk-RWDLPXMT.js → chunk-4OA7Z6LY.js} +2 -2
  195. package/__chunks__/{chunk-V5Q46JHH.js → chunk-4PWOBB73.js} +2 -2
  196. package/__chunks__/{chunk-FYS25SME.js → chunk-4RLUHHIL.js} +2 -2
  197. package/__chunks__/{chunk-5KSBIETK.js → chunk-4UGDMRBU.js} +2 -2
  198. package/__chunks__/{chunk-PDWHX3G6.js → chunk-53I4E4X3.js} +2 -2
  199. package/__chunks__/{chunk-3W32RULV.js → chunk-5C6LCNOI.js} +2 -2
  200. package/__chunks__/{chunk-OJKOY6GD.js → chunk-5DKV5BGX.js} +2 -2
  201. package/__chunks__/{chunk-FVONXTFB.js → chunk-5IBQGGDB.js} +2 -2
  202. package/__chunks__/{chunk-GZDRNN6U.js → chunk-5PY464WY.js} +2 -2
  203. package/__chunks__/{chunk-DCA7ZCNC.js → chunk-5RNJ4RPD.js} +2 -2
  204. package/__chunks__/{chunk-POHACQAT.js → chunk-5UQLHPXJ.js} +2 -2
  205. package/__chunks__/{chunk-ECHFT77Q.js → chunk-5XWLD3U4.js} +2 -2
  206. package/__chunks__/{chunk-GZRK27DG.js → chunk-5YINKGP3.js} +2 -2
  207. package/__chunks__/{chunk-4UDTAOC6.js → chunk-6HTT6RTV.js} +2 -2
  208. package/__chunks__/{chunk-NYTFAETM.js → chunk-6MCTM2NQ.js} +2 -2
  209. package/__chunks__/{chunk-BSSP7S2I.js → chunk-6MYD4CZA.js} +2 -2
  210. package/__chunks__/chunk-6VW65GLQ.js +2 -0
  211. package/__chunks__/{chunk-OIESLDSE.js → chunk-72IJGBJG.js} +2 -2
  212. package/__chunks__/{chunk-MH6DRMRB.js → chunk-75JLKERS.js} +2 -2
  213. package/__chunks__/{chunk-OHATJ6IH.js → chunk-7E7B2I67.js} +2 -2
  214. package/__chunks__/{chunk-5FFJXKLF.js → chunk-7EM2QYPD.js} +2 -2
  215. package/__chunks__/{chunk-4NJUOKA6.js → chunk-7HDDUIQK.js} +2 -2
  216. package/__chunks__/{chunk-VJ7ILLEH.js → chunk-7L6ZYWX5.js} +2 -2
  217. package/__chunks__/{chunk-BD64R4KT.js → chunk-7LW33ZME.js} +2 -2
  218. package/__chunks__/{chunk-2FRG6TKY.js → chunk-7NFZWQVI.js} +2 -2
  219. package/__chunks__/chunk-7R4HYRXO.js +2 -0
  220. package/__chunks__/{chunk-CJGVL5V2.js → chunk-7TBCMZ4X.js} +2 -2
  221. package/__chunks__/{chunk-GC7YG2DH.js → chunk-7U6CBCX4.js} +2 -2
  222. package/__chunks__/{chunk-4XFPWES4.js → chunk-A6OLQQJQ.js} +2 -2
  223. package/__chunks__/{chunk-DTOGJLOJ.js → chunk-A6YXOUET.js} +2 -2
  224. package/__chunks__/{chunk-WEOM4GM3.js → chunk-A77K74P7.js} +2 -2
  225. package/__chunks__/{chunk-LVD6LRC4.js → chunk-AJCZKEHX.js} +2 -2
  226. package/__chunks__/chunk-AS3KUNIR.js +2 -0
  227. package/__chunks__/{chunk-T45SOOWT.js → chunk-AW2QUBCE.js} +2 -2
  228. package/__chunks__/{chunk-RENM4H3S.js → chunk-AWFPWLTQ.js} +2 -2
  229. package/__chunks__/{chunk-CHLTZP24.js → chunk-B43BCHR2.js} +2 -2
  230. package/__chunks__/{chunk-EK32CQAL.js → chunk-B4KR7NFO.js} +2 -2
  231. package/__chunks__/{chunk-5XW75SSN.js → chunk-BFN7LFKK.js} +2 -2
  232. package/__chunks__/{chunk-AGQJBALK.js → chunk-BGXBIUQW.js} +2 -2
  233. package/__chunks__/{chunk-2XZO6CEA.js → chunk-BKT55HVM.js} +2 -2
  234. package/__chunks__/{chunk-BE6BOJ53.js → chunk-C24Q52YZ.js} +2 -2
  235. package/__chunks__/{chunk-7QQWP245.js → chunk-C67XT2TJ.js} +2 -2
  236. package/__chunks__/{chunk-L4NRVJXC.js → chunk-CAOVR46S.js} +2 -2
  237. package/__chunks__/{chunk-ROFCXP2Y.js → chunk-CEBFRPNM.js} +2 -2
  238. package/__chunks__/{chunk-ZBL5TOYO.js → chunk-CHZPA4Q6.js} +2 -2
  239. package/__chunks__/{chunk-KYCGL3ZA.js → chunk-CRT46HN6.js} +2 -2
  240. package/__chunks__/{chunk-HJK54FTF.js → chunk-DQERTJYI.js} +2 -2
  241. package/__chunks__/chunk-DSE74EZ2.js +2 -0
  242. package/__chunks__/{chunk-BQ4LI7QI.js → chunk-EGIOQWZU.js} +2 -2
  243. package/__chunks__/{chunk-MISIO44O.js → chunk-EMTP3FIP.js} +2 -2
  244. package/__chunks__/{chunk-2XMFXAFR.js → chunk-ETSKUQJI.js} +2 -2
  245. package/__chunks__/{chunk-RKFWLWV2.js → chunk-EUBCLNHD.js} +2 -2
  246. package/__chunks__/{chunk-6LEX6NEM.js → chunk-EVFUEOGQ.js} +2 -2
  247. package/__chunks__/{chunk-H2RMHE3F.js → chunk-EXCODWSM.js} +2 -2
  248. package/__chunks__/{chunk-USLKCPLI.js → chunk-F2ZXOGUD.js} +2 -2
  249. package/__chunks__/chunk-FDE5GFKW.js +2 -0
  250. package/__chunks__/{chunk-P4ZYVI2L.js → chunk-FERBYRKS.js} +2 -2
  251. package/__chunks__/{chunk-FDT7KAE3.js → chunk-FGYHCRP4.js} +2 -2
  252. package/__chunks__/{chunk-5OMLDOO4.js → chunk-FNVQDONW.js} +2 -2
  253. package/__chunks__/{chunk-LMXRBL34.js → chunk-FORUQZGG.js} +2 -2
  254. package/__chunks__/{chunk-IZCVA6GZ.js → chunk-FT32A2DG.js} +2 -2
  255. package/__chunks__/chunk-FVC5IWDS.js +2 -0
  256. package/__chunks__/{chunk-MW4PDSAT.js → chunk-GVB55TG5.js} +2 -2
  257. package/__chunks__/{chunk-4ITNYFHK.js → chunk-GWGUTAU4.js} +2 -2
  258. package/__chunks__/{chunk-VMNQ5D6P.js → chunk-HDCPXP65.js} +2 -2
  259. package/__chunks__/{chunk-3KNBM4BL.js → chunk-HDXEQNYJ.js} +2 -2
  260. package/__chunks__/{chunk-G7NKFZ5Z.js → chunk-HM6FMW6S.js} +2 -2
  261. package/__chunks__/{chunk-L2PZWLXQ.js → chunk-HOPB4I4S.js} +2 -2
  262. package/__chunks__/{chunk-HFW5TY6V.js → chunk-HPS2HMTW.js} +2 -2
  263. package/__chunks__/{chunk-CPFFFMWF.js → chunk-HRDD2FCO.js} +2 -2
  264. package/__chunks__/{chunk-AZSCP7LI.js → chunk-HSIPXIQK.js} +2 -2
  265. package/__chunks__/{chunk-DN5F5MQC.js → chunk-HWMIZFSO.js} +2 -2
  266. package/__chunks__/{chunk-PGCX2T2T.js → chunk-IEV2KV2H.js} +2 -2
  267. package/__chunks__/{chunk-W2JKOVNR.js → chunk-IHKJLU44.js} +2 -2
  268. package/__chunks__/{chunk-PYG6MLDC.js → chunk-ILBBU7FL.js} +2 -2
  269. package/__chunks__/{chunk-GGFORUVZ.js → chunk-IRGREELM.js} +2 -2
  270. package/__chunks__/chunk-IRQIAK47.js +2 -0
  271. package/__chunks__/{chunk-G4AF5UO7.js → chunk-IVLTDCY6.js} +2 -2
  272. package/__chunks__/{chunk-VTBKQMS5.js → chunk-IWQTSA4Z.js} +2 -2
  273. package/__chunks__/{chunk-O6ATBIH5.js → chunk-JEEE7OBR.js} +2 -2
  274. package/__chunks__/{chunk-L4RJGIXX.js → chunk-JGQUPUU5.js} +2 -2
  275. package/__chunks__/{chunk-5P2OZPGJ.js → chunk-JIIJMNJT.js} +2 -2
  276. package/__chunks__/{chunk-4AET4VM5.js → chunk-JIPBAGZR.js} +2 -2
  277. package/__chunks__/{chunk-BAA2KNH2.js → chunk-JKCXQO5Z.js} +2 -2
  278. package/__chunks__/{chunk-U3O2WWDY.js → chunk-JOC2346G.js} +2 -2
  279. package/__chunks__/{chunk-HWJ3ILWC.js → chunk-JRI3QRQ2.js} +2 -2
  280. package/__chunks__/{chunk-PSPI22KW.js → chunk-JX3E4XDY.js} +2 -2
  281. package/__chunks__/{chunk-5UAW4HDL.js → chunk-K4QKS34K.js} +2 -2
  282. package/__chunks__/{chunk-4PSFN26N.js → chunk-K4ZLFMNS.js} +2 -2
  283. package/__chunks__/{chunk-K7ARRQ3Y.js → chunk-KLVTTHRS.js} +2 -2
  284. package/__chunks__/{chunk-2HR7KGHB.js → chunk-KZMIPJ3C.js} +2 -2
  285. package/__chunks__/{chunk-JFMH3DY3.js → chunk-LF2T252B.js} +2 -2
  286. package/__chunks__/{chunk-INHWF33F.js → chunk-LIPGLRTH.js} +2 -2
  287. package/__chunks__/{chunk-RYM5XE4N.js → chunk-LJYU7FOI.js} +2 -2
  288. package/__chunks__/{chunk-NQGT3MPO.js → chunk-LK4EZMDW.js} +2 -2
  289. package/__chunks__/chunk-LOG6JHDI.js +2 -0
  290. package/__chunks__/{chunk-D5BMTCIH.js → chunk-LT5T26CF.js} +2 -2
  291. package/__chunks__/{chunk-MXBPAYNO.js → chunk-MFDEX3RZ.js} +2 -2
  292. package/__chunks__/{chunk-AFG4BTL2.js → chunk-MGH5DDXQ.js} +2 -2
  293. package/__chunks__/{chunk-RM6ZWQAH.js → chunk-MTYSUBV4.js} +2 -2
  294. package/__chunks__/{chunk-UNCLAZHI.js → chunk-MXUXKPN7.js} +2 -2
  295. package/__chunks__/chunk-MYHXNELH.js +2 -0
  296. package/__chunks__/{chunk-A2BVI43H.js → chunk-N34NLMD6.js} +2 -2
  297. package/__chunks__/{chunk-YKXA3VG4.js → chunk-NA6OKEBP.js} +2 -2
  298. package/__chunks__/chunk-NCTUBJ2N.js +2 -0
  299. package/__chunks__/{chunk-VATIP6CI.js → chunk-NDBNPP5L.js} +2 -2
  300. package/__chunks__/chunk-NYGAZJNQ.js +2 -0
  301. package/__chunks__/{chunk-PFN5EPD3.js → chunk-NZY2UXKS.js} +2 -2
  302. package/__chunks__/{chunk-4VPEBOCV.js → chunk-O2E3J4AH.js} +2 -2
  303. package/__chunks__/{chunk-VH3YKOOL.js → chunk-O54F6COI.js} +2 -2
  304. package/__chunks__/{chunk-OB5BSLKF.js → chunk-OAJO4XPZ.js} +2 -2
  305. package/__chunks__/{chunk-T5OTID7W.js → chunk-OC7MU3A6.js} +2 -2
  306. package/__chunks__/{chunk-SBCCANSH.js → chunk-OCGBPWO5.js} +2 -2
  307. package/__chunks__/{chunk-QA6YNGUM.js → chunk-OD6TQ7U4.js} +2 -2
  308. package/__chunks__/chunk-OJ2HFXKZ.js +2 -0
  309. package/__chunks__/{chunk-VHWNLTOD.js → chunk-OKYC2YYD.js} +2 -2
  310. package/__chunks__/chunk-ORMIYWCW.js +2 -0
  311. package/__chunks__/{chunk-V6RRERZ7.js → chunk-OSGHC7KU.js} +2 -2
  312. package/__chunks__/{chunk-W5FDWI6U.js → chunk-OWMPH34A.js} +2 -2
  313. package/__chunks__/{chunk-IJE4IAP5.js → chunk-PBAQKNMF.js} +2 -2
  314. package/__chunks__/{chunk-YNDNC4EZ.js → chunk-PECNWTHC.js} +2 -2
  315. package/__chunks__/{chunk-QYJ7SJNR.js → chunk-PFL7P3AN.js} +2 -2
  316. package/__chunks__/{chunk-FRX6X4NJ.js → chunk-PKXVCGQL.js} +2 -2
  317. package/__chunks__/{chunk-YOFHP3B4.js → chunk-PMPRIHIY.js} +2 -2
  318. package/__chunks__/{chunk-QI6EMLYC.js → chunk-PTZVJTLJ.js} +2 -2
  319. package/__chunks__/{chunk-XYH2JVOB.js → chunk-PUKB6DQY.js} +2 -2
  320. package/__chunks__/{chunk-O77TOXBR.js → chunk-QCGR6CSP.js} +2 -2
  321. package/__chunks__/{chunk-DQGLE76C.js → chunk-QCLV4YGH.js} +2 -2
  322. package/__chunks__/{chunk-QDYOFNNQ.js → chunk-QFU2ZR5G.js} +2 -2
  323. package/__chunks__/{chunk-2BG5MDLW.js → chunk-QUIMM7GI.js} +2 -2
  324. package/__chunks__/{chunk-RNBQRLSQ.js → chunk-R7VHN235.js} +2 -2
  325. package/__chunks__/chunk-RFL7JJKG.js +2 -0
  326. package/__chunks__/{chunk-D5RYBT52.js → chunk-RGKBGIXK.js} +2 -2
  327. package/__chunks__/{chunk-UCVFZBEB.js → chunk-RQMPFTUY.js} +2 -2
  328. package/__chunks__/{chunk-A67FJ5ZU.js → chunk-S3OUAAHV.js} +2 -2
  329. package/__chunks__/{chunk-CR7JHFP5.js → chunk-S7RGP7AG.js} +2 -2
  330. package/__chunks__/chunk-SBUL2UFA.js +2 -0
  331. package/__chunks__/{chunk-36FHXKCZ.js → chunk-SBZ32ERA.js} +2 -2
  332. package/__chunks__/{chunk-5YUAE42R.js → chunk-SD55Z4UD.js} +2 -2
  333. package/__chunks__/{chunk-B55QLTGB.js → chunk-SNBW2PDL.js} +2 -2
  334. package/__chunks__/{chunk-I2QN6VXG.js → chunk-SNUZMOBY.js} +2 -2
  335. package/__chunks__/{chunk-AK5MJATD.js → chunk-SRQGLTYW.js} +2 -2
  336. package/__chunks__/{chunk-SQSZHIEB.js → chunk-SXA4SPZE.js} +2 -2
  337. package/__chunks__/{chunk-PYF3BJFR.js → chunk-SXOIHOSV.js} +2 -2
  338. package/__chunks__/{chunk-CD27RFSH.js → chunk-T4L2TP5X.js} +2 -2
  339. package/__chunks__/{chunk-NG7QPQUD.js → chunk-T7PRSN7Z.js} +2 -2
  340. package/__chunks__/{chunk-5MR6LU3X.js → chunk-TAPIMCHY.js} +2 -2
  341. package/__chunks__/{chunk-Y3S2PMV6.js → chunk-TC7AZLNU.js} +2 -2
  342. package/__chunks__/{chunk-QA2K2Q4R.js → chunk-TEBATXB2.js} +2 -2
  343. package/__chunks__/{chunk-VH5V4ISK.js → chunk-TY5J72W3.js} +2 -2
  344. package/__chunks__/{chunk-YQQGUFLT.js → chunk-UBIEH4L3.js} +2 -2
  345. package/__chunks__/{chunk-Q2DUJT5M.js → chunk-UBKTWGJ7.js} +2 -2
  346. package/__chunks__/{chunk-ICTZGBWY.js → chunk-UGZSTEHB.js} +2 -2
  347. package/__chunks__/{chunk-BD5OWCAR.js → chunk-UJCSLCLZ.js} +2 -2
  348. package/__chunks__/{chunk-YU3QPIHZ.js → chunk-USTC35GQ.js} +2 -2
  349. package/__chunks__/{chunk-COWXYTMC.js → chunk-UXIQ3LMS.js} +2 -2
  350. package/__chunks__/{chunk-V7HSTM2W.js → chunk-V5QUQXUK.js} +2 -2
  351. package/__chunks__/{chunk-4PWBBTNP.js → chunk-V7NBUXVA.js} +2 -2
  352. package/__chunks__/{chunk-EQIO3CTY.js → chunk-VBIPHI2B.js} +2 -2
  353. package/__chunks__/{chunk-AHRDRLLI.js → chunk-VCFVJWD7.js} +2 -2
  354. package/__chunks__/{chunk-3FHVAR46.js → chunk-VKRT4Y6L.js} +2 -2
  355. package/__chunks__/{chunk-HDK4HOHX.js → chunk-VSYCAWXV.js} +2 -2
  356. package/__chunks__/{chunk-D3QMM2H5.js → chunk-VVFJUU3O.js} +2 -2
  357. package/__chunks__/{chunk-2DCSK4K2.js → chunk-VYK5O66I.js} +2 -2
  358. package/__chunks__/{chunk-55SDZP77.js → chunk-W542YR4V.js} +2 -2
  359. package/__chunks__/{chunk-Y2QUUTUG.js → chunk-WB27R2RX.js} +2 -2
  360. package/__chunks__/{chunk-UDHJ6V2P.js → chunk-WC6YRWOG.js} +2 -2
  361. package/__chunks__/{chunk-P4DXNXBC.js → chunk-WEYPQKQO.js} +2 -2
  362. package/__chunks__/{chunk-VU3IGZX2.js → chunk-WKSER7RI.js} +2 -2
  363. package/__chunks__/{chunk-O7IXNCKO.js → chunk-WNE4UUBQ.js} +2 -2
  364. package/__chunks__/{chunk-SU37EMDR.js → chunk-WUKGMOPN.js} +2 -2
  365. package/__chunks__/{chunk-IQ63WZXL.js → chunk-WXDUYRSR.js} +2 -2
  366. package/__chunks__/{chunk-TBKXJUK3.js → chunk-X2EMREJB.js} +2 -2
  367. package/__chunks__/{chunk-KUTHQUYM.js → chunk-X2RVM26L.js} +2 -2
  368. package/__chunks__/chunk-XNVSMTCC.js +2 -0
  369. package/__chunks__/{chunk-CWPJJWRC.js → chunk-XOEGF7JJ.js} +2 -2
  370. package/__chunks__/chunk-XTOCICEY.js +2 -0
  371. package/__chunks__/{chunk-UBNTATKV.js → chunk-Y3DICXBM.js} +2 -2
  372. package/__chunks__/{chunk-4DRFQ6QA.js → chunk-YBQRB74O.js} +2 -2
  373. package/__chunks__/{chunk-V56LN2DI.js → chunk-YHNA3GIS.js} +2 -2
  374. package/__chunks__/{chunk-34AYF4ML.js → chunk-YOINYFNX.js} +2 -2
  375. package/__chunks__/{chunk-RZWIJVE4.js → chunk-YORNXOES.js} +2 -2
  376. package/__chunks__/{chunk-TBDOAMJ5.js → chunk-YPLFMJ6G.js} +2 -2
  377. package/__chunks__/{chunk-LJLCLUZV.js → chunk-YZSS6BK4.js} +2 -2
  378. package/__chunks__/{chunk-XTIDKGGK.js → chunk-Z2DFTI5I.js} +2 -2
  379. package/__chunks__/{chunk-BQGMTQXD.js → chunk-Z5272LYD.js} +2 -2
  380. package/__chunks__/{chunk-26VEJLQ7.js → chunk-ZA2AMQWO.js} +2 -2
  381. package/__chunks__/{chunk-OJT6UPH2.js → chunk-ZAYOJSBB.js} +2 -2
  382. package/__chunks__/{chunk-YCUF2ZWJ.js → chunk-ZBJTXWHM.js} +2 -2
  383. package/__chunks__/{chunk-ZAFAYVXI.js → chunk-ZFYTRKX7.js} +2 -2
  384. package/__chunks__/{chunk-AZNTO36L.js → chunk-ZGKQWBBB.js} +2 -2
  385. package/__chunks__/{chunk-BX2FVOJL.js → chunk-ZHS5L5MW.js} +2 -2
  386. package/__chunks__/{chunk-UW3NUTSP.js → chunk-ZKBWBX6I.js} +2 -2
  387. package/__chunks__/{chunk-TBBZTNDP.js → chunk-ZMLTJDYK.js} +2 -2
  388. package/__chunks__/{chunk-BRSADGLR.js → chunk-ZOPIP6OY.js} +2 -2
  389. package/__chunks__/chunk-ZZFAKX6R.js +2 -0
  390. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  391. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  392. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  393. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  394. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  395. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  396. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  397. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  398. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  399. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  400. package/__commonjs/UI/index.js +1 -1
  401. package/__commonjs/__mocks__/index.js +3 -3
  402. package/__commonjs/__mocks__/utils/index.js +3 -3
  403. package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
  404. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -2763
  405. package/__commonjs/components/ProviderInitializer/index.js +1 -2763
  406. package/__commonjs/hooks/index.js +1 -1
  407. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  408. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  409. package/__commonjs/hooks/transactions/index.js +1 -1
  410. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  411. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  412. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  413. package/__commonjs/utils/index.js +1 -1
  414. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  415. package/__commonjs/utils/transactions/index.js +1 -1
  416. package/__commonjs/wrappers/DappProvider/DappProvider.js +3 -3
  417. package/__commonjs/wrappers/DappProvider/index.js +3 -3
  418. package/__commonjs/wrappers/index.js +3 -3
  419. package/__mocks__/index.js +1 -1
  420. package/__mocks__/utils/index.js +1 -1
  421. package/__mocks__/utils/renderWithProvider.js +1 -1
  422. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  423. package/apiCalls/accounts/index.js +1 -1
  424. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  425. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  426. package/apiCalls/configuration/index.js +1 -1
  427. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  428. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  429. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  430. package/apiCalls/economics/index.js +1 -1
  431. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  432. package/apiCalls/index.js +1 -1
  433. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  434. package/apiCalls/transactions/index.js +1 -1
  435. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  436. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  437. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  438. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  439. package/apiCalls/utils/getScamAddressData.js +1 -1
  440. package/apiCalls/utils/index.js +1 -1
  441. package/apiCalls/utils/useApiFetch.js +1 -1
  442. package/components/LogoutListener/LogoutListener.js +1 -1
  443. package/components/LogoutListener/helpers/index.js +1 -1
  444. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  445. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  446. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  447. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  448. package/components/LogoutListener/index.js +1 -1
  449. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  450. package/components/ProviderInitializer/helpers/index.js +1 -1
  451. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  452. package/components/ProviderInitializer/hooks/index.js +1 -1
  453. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  454. package/components/ProviderInitializer/index.js +1 -1
  455. package/components/TransactionSender/TransactionSender.js +1 -1
  456. package/components/TransactionSender/index.js +1 -1
  457. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  458. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  459. package/components/TransactionsTracker/index.js +1 -1
  460. package/hooks/account/index.js +1 -1
  461. package/hooks/account/useGetAccount.js +1 -1
  462. package/hooks/account/useGetAccountInfo.js +1 -1
  463. package/hooks/account/useGetIsLoggedIn.js +1 -1
  464. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  465. package/hooks/account/useGetLoginInfo.js +1 -1
  466. package/hooks/account/useGetWebsocketEvent.js +1 -1
  467. package/hooks/economics/index.js +1 -1
  468. package/hooks/economics/useGetEgldPrice.js +1 -1
  469. package/hooks/index.js +1 -1
  470. package/hooks/login/index.js +1 -1
  471. package/hooks/login/useCrossWindowLogin.js +1 -1
  472. package/hooks/login/useExtensionLogin.js +1 -1
  473. package/hooks/login/useGetModalLoginMethods.js +1 -1
  474. package/hooks/login/useLedgerLogin.js +1 -1
  475. package/hooks/login/useLoginService.js +1 -1
  476. package/hooks/login/useMetamaskLogin.js +1 -1
  477. package/hooks/login/useOperaLogin.js +1 -1
  478. package/hooks/login/useWalletConnectV2Login.js +1 -1
  479. package/hooks/login/useWebViewLogin.js +1 -1
  480. package/hooks/login/useWebWalletLogin.js +1 -1
  481. package/hooks/login/useXaliasLogin.js +1 -1
  482. package/hooks/signMessage/index.js +1 -1
  483. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  484. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  485. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  486. package/hooks/signMessage/useSignMessage.js +1 -1
  487. package/hooks/toasts/index.js +1 -1
  488. package/hooks/toasts/useGetToasts.js +1 -1
  489. package/hooks/toasts/useTransactionsToasts.js +1 -1
  490. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  491. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  492. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  493. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  494. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  495. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  496. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  497. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  498. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  499. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  500. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  501. package/hooks/transactions/helpers/index.js +1 -1
  502. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  503. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  504. package/hooks/transactions/index.js +1 -1
  505. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  506. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  507. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  508. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  509. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  510. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  511. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  512. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  513. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  514. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  515. package/hooks/transactions/useGetTokenDetails.js +1 -1
  516. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  517. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  518. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  519. package/hooks/transactions/useSignTransactions.js +1 -1
  520. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  521. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  522. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  523. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  524. package/hooks/transactions/useTransactionsTracker.js +1 -1
  525. package/hooks/useGetNetworkConfig.js +1 -1
  526. package/hooks/useGetNotification.js +1 -1
  527. package/hooks/websocketListener/index.js +1 -1
  528. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  529. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  530. package/package.json +2 -2
  531. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  532. package/providers/experimentalWebViewProvider/index.js +1 -1
  533. package/providers/webviewProvider/index.js +1 -1
  534. package/providers/webviewProvider/requestMethods.js +1 -1
  535. package/providers/webviewProvider/webviewProvider.js +1 -1
  536. package/reduxStore/selectors/index.js +1 -1
  537. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  538. package/services/index.js +1 -1
  539. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  540. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  541. package/services/nativeAuth/helpers/index.js +1 -1
  542. package/services/transactions/clearTransactions.js +1 -1
  543. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  544. package/services/transactions/getTransactionsDetails.js +1 -1
  545. package/services/transactions/index.js +1 -1
  546. package/services/transactions/sendBatchTransactions.js +1 -1
  547. package/services/transactions/sendBatchTransactions.test.js +1 -1
  548. package/services/transactions/sendTransactions.js +1 -1
  549. package/services/transactions/transformAndSignTransactions.js +1 -1
  550. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  551. package/utils/account/getAccount.js +1 -1
  552. package/utils/account/getAccountBalance.js +1 -1
  553. package/utils/account/getAccountShard.js +1 -1
  554. package/utils/account/getAddress.js +1 -1
  555. package/utils/account/getLatestNonce.js +1 -1
  556. package/utils/account/index.js +1 -1
  557. package/utils/account/refreshAccount.js +1 -1
  558. package/utils/account/signMessage.js +1 -1
  559. package/utils/getIsLoggedIn.js +1 -1
  560. package/utils/index.js +1 -1
  561. package/utils/logout.js +1 -1
  562. package/utils/network/getChainID.js +1 -1
  563. package/utils/network/getEgldLabel.js +1 -1
  564. package/utils/network/getNetworkConfig.js +1 -1
  565. package/utils/network/index.js +1 -1
  566. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  567. package/utils/transactions/builtCallbackUrl.js +1 -1
  568. package/utils/transactions/getAllTransactionsLink.js +1 -1
  569. package/utils/transactions/getOperationsDetails.js +1 -1
  570. package/utils/transactions/getTransactionLink.js +1 -1
  571. package/utils/transactions/index.js +1 -1
  572. package/utils/waitForChainID.js +1 -1
  573. package/web/hooks/index.js +1 -1
  574. package/web/hooks/useIdleTimer.js +1 -1
  575. package/web/index.js +1 -1
  576. package/wrappers/AppInitializer.js +1 -1
  577. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  578. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  579. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  580. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  581. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  582. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  583. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  584. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  585. package/wrappers/DappProvider/CustomComponents.js +1 -1
  586. package/wrappers/DappProvider/DappProvider.js +1 -1
  587. package/wrappers/DappProvider/index.js +1 -1
  588. package/wrappers/index.js +1 -1
  589. package/__chunks__/chunk-2QQA7QJE.js +0 -2
  590. package/__chunks__/chunk-3AJ4XZK2.js +0 -2
  591. package/__chunks__/chunk-3HVLPSDC.js +0 -2
  592. package/__chunks__/chunk-4SPTEWKA.js +0 -2
  593. package/__chunks__/chunk-AXLRQNJX.js +0 -2
  594. package/__chunks__/chunk-GK5IUV4H.js +0 -2
  595. package/__chunks__/chunk-HHBFGEEO.js +0 -2
  596. package/__chunks__/chunk-J7AWYT7K.js +0 -2
  597. package/__chunks__/chunk-KRJPSNNQ.js +0 -2
  598. package/__chunks__/chunk-KYQK3YJ4.js +0 -2
  599. package/__chunks__/chunk-MEUBBNTZ.js +0 -2
  600. package/__chunks__/chunk-NH32DRRG.js +0 -2
  601. package/__chunks__/chunk-OMEJMWIC.js +0 -2
  602. package/__chunks__/chunk-OZ5WUB4L.js +0 -2
  603. package/__chunks__/chunk-PAJRQ4OL.js +0 -2
  604. package/__chunks__/chunk-QNYHVE5M.js +0 -2
  605. package/__chunks__/chunk-TRBCBL6B.js +0 -2
  606. package/__chunks__/chunk-UVZMN3UP.js +0 -2
@@ -5261,7 +5261,7 @@ function print() { __p += __j.call(arguments, '') }
5261
5261
  display: flex;
5262
5262
  align-items: center;
5263
5263
  margin: 0 0.5rem;
5264
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rE));d$={close:"dapp-core-component__customToast-styles__close"}});var A$={};oe(A$,{AddressDetailItem:()=>z_,Balance:()=>Cp,BalanceComponent:()=>lP,CrossWindowLoginButton:()=>v$,CustomToast:()=>b0,DappCorePages:()=>u_,DataField:()=>tx,Denominate:()=>dH,DetailItem:()=>Ae,EventsList:()=>K_,ExplorerLink:()=>ke,ExtensionLoginButton:()=>$g,FormatAmount:()=>Dn,LedgerLoginButton:()=>vh,LedgerLoginContainer:()=>xh,Loader:()=>zh,MetamaskLoginButton:()=>C$,NonceMessage:()=>ZT,NotificationModal:()=>hH,OperaWalletLoginButton:()=>yh,OperationsList:()=>RT,PageState:()=>Rn,ProgressSteps:()=>yH,ScResultsList:()=>Tx,ScamPhishingAlert:()=>Xc,ScrDetailItem:()=>cx,SignTransactionsModals:()=>m9,SignWithDeviceModal:()=>xT,SignWithExtensionModal:()=>Vh,SignWithLedgerModal:()=>yT,TimeAgo:()=>hs,TransactionAction:()=>KT,TransactionActionComponent:()=>MD,TransactionInfo:()=>ZV,TransactionInfoAge:()=>Nx,TransactionInfoEgldPrice:()=>Jx,TransactionInfoFee:()=>Mx,TransactionInfoFrom:()=>Fx,TransactionInfoGasLimit:()=>o0,TransactionInfoGasPrice:()=>s0,TransactionInfoGasUsed:()=>a0,TransactionInfoHash:()=>bx,TransactionInfoInputData:()=>u0,TransactionInfoMethod:()=>jx,TransactionInfoMiniblock:()=>Dx,TransactionInfoNonce:()=>m0,TransactionInfoScResults:()=>_0,TransactionInfoStatus:()=>Lx,TransactionInfoTo:()=>Vx,TransactionInfoTokenOperations:()=>Kx,TransactionInfoValue:()=>qx,TransactionLogs:()=>XV,TransactionMethod:()=>k_,TransactionReceiver:()=>E_,TransactionRow:()=>sl,TransactionSender:()=>M_,TransactionShardsTransition:()=>F_,TransactionStatus:()=>Sx,TransactionToast:()=>y0,TransactionToastGuard:()=>I0,TransactionValue:()=>Lp,TransactionsTable:()=>bE,TransactionsToastList:()=>T$,TransactionsToastListComponent:()=>wE,Trim:()=>Cn,UsdValue:()=>eT,WalletConnectLoginButton:()=>Ah,WalletConnectLoginContainer:()=>Ch,WebWalletLoginButton:()=>bh,XaliasLoginButton:()=>x$,getStatusIconAndColor:()=>y2});module.exports=q(A$);r();var u_={};oe(u_,{UnlockPage:()=>dP});r();r();var Do=S(require("react")),Jc=S(require("classnames"));r();var Pw=S(require("react"));r();var rc=S(require("react"));r();r();var Ho=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Nw=()=>!Ho();var XF=()=>B(void 0,null,function*(){return yield Promise.resolve().then(()=>($u(),Vu))}),ZF=()=>($u(),q(Vu)).default,zu=Nw();function Ki({ssrGlobalImportCallback:e,ssrImportCallback:n,clientImportCallback:o}){let[i,c]=rc.default.useState(zu?void 0:ZF()),[p,l]=rc.default.useState(zu||o==null?void 0:o()),f=()=>B(this,null,function*(){(e?e():XF()).then(g=>c(g.default)),n==null||n().then(g=>l(g.default))});return(0,rc.useEffect)(()=>{zu&&f()},[]),{globalStyles:i,styles:p}}function I(e,n){return o=>{let{globalStyles:i,styles:c}=Ki({ssrGlobalImportCallback:n.ssrGlobalStyles,ssrImportCallback:n.ssrStyles,clientImportCallback:n.clientStyles});return Pw.default.createElement(e,j(L({},o),{globalStyles:i!=null?i:{},styles:c!=null?c:{}}))}}r();r();r();var FC=require("react"),tp=require("react-redux");r();var Lf=require("@reduxjs/toolkit"),BC=require("react-redux/lib/utils/Subscription");Ze();r();var hC=S(require("lodash.throttle"));Z();Ze();ff();qa();Yi();var D4=[Im],Ym=!1,E4=(0,hC.default)(()=>{_c(dc())},5e3),TC=e=>n=>o=>{if(D4.includes(o.type))return n(o);let i=e.getState(),c=io.local.getItem(Tt.loginExpiresAt);if(!Boolean(i==null?void 0:i.account.address))return n(o);if(c==null)return _c(dc());let l=Date.now();return c-l<0&&!Ym?setTimeout(()=>{Ym=!0,e.dispatch(PS())},1e3):(Ym&&(Ym=!1),E4()),n(o)};r();r();function Jm(){return typeof sessionStorage!="undefined"}var EC=Jm()?(CC(),q(SC)).default:(bC(),q(AC)).default,WC=Jm()?(NC(),q(IC)).default:[],MC=Jm()?(DC(),q(kC)).default:e=>e;Qm();var me=(0,Lf.configureStore)({reducer:EC,middleware:e=>e({serializableCheck:{ignoredActions:[...WC,lf.type,mc.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(TC)}),OC=(0,BC.createSubscription)(me),_K=MC(me),lK=(0,Lf.configureStore)({reducer:Ka});var oR={store:me,subscription:OC},Pf=(0,FC.createContext)(oR),hK=(0,tp.createStoreHook)(Pf),Ge=(0,tp.createDispatchHook)(Pf),J=(0,tp.createSelectorHook)(Pf);r();r();Ze();r();var RC=S(require("lodash.isequal")),ed=require("reselect"),ie=(0,ed.createSelectorCreator)(ed.defaultMemoize,RC.default);var Ht=e=>e.account,vr=ie(Ht,e=>e.address),yr=ie(Ht,vr,(e,n)=>n in e.accounts?e.accounts[n]:Pm),UC=ie(Ht,yr,(e,n)=>{let c=e,{accounts:o}=c,i=mn(c,["accounts"]);return j(L({},i),{address:n.address,account:n})}),tR=ie(yr,e=>e.balance),GC=ie(yr,e=>{var n;return((n=e==null?void 0:e.nonce)==null?void 0:n.valueOf())||0}),HC=ie(Ht,e=>e.shard),VC=ie(Ht,e=>e.ledgerAccount),wK=ie(Ht,e=>e.walletConnectAccount),SK=ie(Ht,e=>e.isAccountLoading),CK=ie(Ht,e=>e.accountLoadingError),$C=ie(Ht,e=>e.websocketEvent),rR=ie(Ht,e=>e.websocketBatchEvent);r();var hc=e=>e.dappConfig,IK=ie(hc,e=>e.shouldUseWebViewProvider);r();var $o=e=>e.loginInfo,zC=ie($o,e=>e.loginMethod),ca=ie($o,vr,(e,n)=>Boolean(n)),kK=ie($o,e=>e.walletConnectLogin),qC=ie($o,e=>e.ledgerLogin),jC=ie($o,e=>e.walletLogin),DK=ie($o,e=>e.isLoginSessionInvalid),sa=ie($o,e=>e.tokenLogin),nd=ie($o,e=>e.logoutRoute),aR=ie($o,e=>e.isWalletConnectV2Initialized);r();var KC=e=>e.modals,MK=ie(KC,e=>e.txSubmittedModal),XC=ie(KC,e=>e.notificationModal);r();var vt=e=>e.networkConfig,Tc=ie(vt,e=>e.chainID),FK=ie(vt,e=>e.network.walletConnectBridgeAddress),ZC=ie(vt,e=>e.network.walletConnectV2RelayAddress),YC=ie(vt,e=>e.network.walletConnectV2ProjectId),JC=ie(vt,e=>e.network.walletConnectV2Options),QC=ie(vt,e=>e.network.walletConnectDeepLink),qn=ie(vt,e=>e.network),kf=ie(qn,e=>e.apiAddress),e1=ie(qn,e=>e.explorerAddress),od=ie(qn,e=>{var n;return(n=e.customWalletAddress)!=null?n:e.walletAddress}),td=ie(qn,e=>e.xAliasAddress),rd=ie(qn,e=>e.egldLabel);r();var ad=e=>e.signedMessageInfo,GK=ie(ad,e=>e.isSigning),HK=ie(ad,e=>e.errorMessage),VK=ie(ad,e=>{let n=Object.keys(e.signedSessions),o=n.length;return e.signedSessions[n[o-1]]}),$K=ie(ad,e=>{let n=Object.keys(e.signedSessions),o=n.length;return n.length>0?n[o-1]:""});r();var n1=e=>e.toasts,Df=ie(n1,e=>e.customToasts),xc=ie(n1,e=>e.transactionToasts);r();Ze();var o1={errorMessage:wf,successMessage:Sf,processingMessage:Cf},t1=e=>e.transactionsInfo,r1=ie(t1,(e,n)=>n,(e,n)=>n!=null&&(e==null?void 0:e[Number(n)])||o1);r();r();var Vt=require("@multiversx/sdk-core");Z();r();var Ef=require("@multiversx/sdk-core/out");r();r();function vc(e){try{let n=atob(e),o=btoa(n),i=m.Buffer.from(e,"base64").toString(),c=m.Buffer.from(i).toString("base64"),p=e===o||o.startsWith(e),l=e===c||c.startsWith(e);if(p&&l)return!0}catch(n){return!1}return!1}function ma(e){return vc(e)?atob(e):e}r();r();function id(e){for(let n=0;n<e.length;n++)if(e.charCodeAt(n)>127)return!1;return!0}function wr(e){let n=e;try{let o=m.Buffer.from(e,"hex").toString();id(o)&&o.length>1&&(n=o)}catch(o){}return n}r();r();var a1=e=>/\d/.test(e);var i1=e=>{let n=e!=null?e:"";return vc(n)?Ef.TransactionPayload.fromEncoded(n):new Ef.TransactionPayload(n)};r();Z();var Xa=({data:e,onlySetGuardian:n})=>e?n?e.startsWith("SetGuardian"):Object.values(ju).some(o=>e.startsWith(o)):!1;function Za(e){var i,c,p;let n=L({},e);Xa({data:n.data,onlySetGuardian:!0})&&(delete n.senderUsername,delete n.receiverUsername);let o=new Vt.Transaction(L(L(j(L(j(L({value:n.value.valueOf(),data:i1(n.data),nonce:n.nonce.valueOf(),receiver:new Vt.Address(n.receiver)},n.receiverUsername?{receiverUsername:n.receiverUsername}:{}),{sender:new Vt.Address(n.sender)}),n.senderUsername?{senderUsername:n.senderUsername}:{}),{gasLimit:(i=n.gasLimit.valueOf())!=null?i:Zi,gasPrice:(c=n.gasPrice.valueOf())!=null?c:cc,chainID:n.chainID.valueOf(),version:new Vt.TransactionVersion((p=n.version)!=null?p:tS)}),n.options?{options:new Vt.TransactionOptions(n.options)}:{}),n.guardian?{guardian:new Vt.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();Z();function iR(e,n){let o=new URLSearchParams(e),i=Object.fromEntries(o);return{nextUrlParams:new URLSearchParams(L(L({},i),n)).toString(),params:i}}var pR="2.31.3";function pd({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),{[bm]:pR}),{nextUrlParams:g}=iR(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 Mf=require("@multiversx/sdk-core/out");r();Z();var cR=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)},Wf=e=>{try{let o=parseInt("11",2),i=parseInt("01",2),c=m.Buffer.from(e,"hex"),p=c[31];if(cR(c))return Am;let l=p&o;return l>3-1&&(l=p&i),l}catch(n){return-1}};function p1({receiverAddress:e,senderShard:n,senderAddress:o}){try{let i=new Mf.Address(e),c=Wf(i.pubkey());if(n==null&&o!=null){let p=new Mf.Address(o);return Wf(p)===c}return c===n}catch(i){return!1}}r();var yc=require("@multiversx/sdk-core");je();r();var c1=require("@multiversx/sdk-core");function sR(e){try{let n=new c1.Address(e);return Boolean(n.bech32())}catch(n){return!1}}function Sn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&sR(e)}var mR=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Sr(e,n,o=""){if(!Sn(e))return!1;if(new yc.Address(e).isContractAddress())return!0;let p=Bf({receiver:e,data:o});return p?new yc.Address(p).isContractAddress()||lR(e,n,o):!1}var dR=e=>e.toLowerCase().match(/[0-9a-f]/g),_R=e=>e.length%2===0;function lR(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=mR.includes(c),g=p.every(h=>dR(h)&&_R(h));return l&&f&&g}function Bf({receiver:e,data:n}){try{if(!n)return e;let o=vc(n)?yc.TransactionPayload.fromEncoded(n).toString():n,i=uR(o),c=o.split("@");return i>-1?c[i]:e}catch(o){console.log(o);return}}function uR(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}var s1=(e,n=1)=>e!=null&&e.length?e.reduce((o,{receiver:i,data:c})=>{let p=Bf({receiver:i,data:c!=null?c:""});return p==null?o:o&&p1({receiverAddress:p,senderShard:n})},!0):!0;r();r();r();var Ff=require("@multiversx/sdk-core"),cd=S(require("bignumber.js"));en();var Of={tokenId:"",amount:""},m1=e=>e.split("@").map((p,l)=>[2,3].includes(l)?p:wr(p));function sd(e){if(!e)return Of;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 Of;let f=new cd.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]=m1(e);if([c,p,l,f].every(g=>Boolean(g))&&Sn(new Ff.Address(f).bech32()))return{tokenId:`${c}-${p}`,amount:new cd.default(l,16).toString(10),collection:c,nonce:p,receiver:new Ff.Address(f).bech32()}}catch(c){}if(i)try{let[,c,p,l]=m1(e);if([c,p,l].every(f=>Boolean(f)))return{tokenId:`${c}-${p}`,amount:new cd.default(l,16).toString(10),collection:c,nonce:p}}catch(c){}return Of}r();r();r();var po="accounts";var md="blocks",_1="code",l1="collections";var u1="contracts",wc="economics",f1="identities";var g1="locked-accounts",h1="logs",dd="miniblocks";var Sc="nfts",T1="nodes",Rf="providers",x1="roles",Uf="sc-results";var da="tokens";var mt="transactions";var tn={shard:e=>`/${md}?shard=${e}`,receiverShard:e=>`/${mt}?receivershard=${e}`,senderShard:e=>`/${mt}?sendershard=${e}`,transactionDetails:e=>`/${mt}/${e}`,transactionDetailsScResults:e=>`/${mt}/${e}/${Uf}`,transactionDetailsLogs:e=>`/${mt}/${e}/${h1}`,nodeDetails:e=>`/${T1}/${e}`,accountDetails:e=>`/${po}/${e}`,accountDetailsContractCode:e=>`/${po}/${e}/${_1}`,accountDetailsTokens:e=>`/${po}/${e}/${da}`,accountDetailsNfts:e=>`/${po}/${e}/${Sc}`,accountDetailsScResults:e=>`/${po}/${e}/${Uf}`,accountDetailsContracts:e=>`/${po}/${e}/${u1}`,identityDetails:e=>`/${f1}/${e}`,tokenDetails:e=>`/${da}/${e}`,tokenDetailsAccounts:e=>`/${da}/${e}/${po}`,tokenDetailsLockedAccounts:e=>`/${da}/${e}/${g1}`,tokenDetailsRoles:e=>`/${da}/${e}/${x1}`,collectionDetails:e=>`/${l1}/${e}`,nftDetails:e=>`/${Sc}/${e}`,providerDetails:e=>`/${Rf}/${e}`,providerDetailsTransactions:e=>`/${Rf}/${e}/${mt}`,miniblockDetails:e=>`/${dd}/${e}`};r();var _d=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 ld(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 v1(e){let n=ld(e);return e.receiver===n?e.receiverAssets:void 0}r();dn();var rp=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 w1=!1;function fR(e){w1||(console.error(e),w1=!0)}function $t({explorerAddress:e,to:n}){try{return new URL(n).href}catch(o){return n.startsWith("/")||(fR(`Link not prepended by / : ${n}`),n=`/${n}`),e?`${e}${n}`:n}}r();dn();function S1(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 fd({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,x,y]=f.trim().split(" "),[A,N,C]=y.split(":"),D=`:${C}`,M=`${A}:${N}${n?"":D}`,V=`${i?p:""} ${o?"UTC":""}`.trim();return`${h} ${g}, ${x} ${M} ${V}`.trim()}r();function C1(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 I1=S(require("bignumber.js"));Z();r();var b1=require("@multiversx/sdk-core"),la=S(require("bignumber.js"));Z();r();var A1=S(require("bignumber.js")),_a=(e,n=!0)=>{let o=String(e);if(!o.match(/^[-]?\d+$/))return!1;let i=new A1.default(o),c=n?0:-1;return i.toString(10)===o&&i.comparedTo(0)>=c};r();function Cr(e){return{if:function(n){return n?{then:o=>o instanceof Function?Cr(o(e)):Cr(o)}:{then:()=>Cr(e)}},then:n=>n instanceof Function?Cr(n(e)):Cr(n),valueOf:function(){return e}}}la.default.config({ROUNDING_MODE:la.default.ROUND_FLOOR});function gn({input:e,decimals:n=Nn,digits:o=Ft,showLastNonZeroDecimal:i=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!_a(e,!1))throw new Error("Invalid input");let l=new la.default(e).isNegative(),f=e;return l&&(f=e.substring(1)),Cr(f).then(()=>b1.TokenTransfer.fungibleFromBigInteger("",f,n).amountAsBigInteger.shiftedBy(-n).toFixed(n)).then(g=>{let h=new la.default(g);if(h.isZero())return ao;let x=h.toString(10),[y,A]=x.split("."),N=new la.default(A||0),C=Cr(0).if(Boolean(A&&i)).then(()=>Math.max(A.length,o)).if(N.isZero()&&!i).then(0).if(Boolean(A&&!i)).then(()=>Math.min(A.length,o)).valueOf(),D=A&&o>=1&&o<=A.length&&N.isGreaterThan(0)&&new la.default(A.substring(0,o)).isZero(),M=h.toFormat(C);return Cr(x).if(p).then(M).if(Boolean(D)).then(K=>{let V=new la.default(y).isZero(),[U,X]=K.split("."),Y=new Array(o-1).fill(0),pe=[...Y,0].join(""),ee=[...Y,1].join("");return V?c?`<${U}.${ee}`:i?`${U}.${X}`:U:`${U}.${pe}`}).if(Boolean(!D&&A)).then(K=>{let[V]=K.split("."),U=A.substring(0,C);if(i){let X=o-U.length;if(X>0){let Y=Array(X).fill(0).join("");return U=`${U}${Y}`,`${V}.${U}`}return K}return U?`${V}.${U}`:V}).valueOf()}).if(l).then(g=>`-${g}`).valueOf()}var gR=e=>{var n,o;if(!((n=e.receipt)!=null&&n.value))return"";if(((o=e.receipt)==null?void 0:o.data)===sS){let i=gn({input:e.receipt.value,decimals:Nn,digits:Ft,showLastNonZeroDecimal:!0});return new I1.default(i).times(e.gasPrice).times(100).toFixed()}return e.receipt.value};function N1(e){var c;let n=(c=e.receipt)==null?void 0:c.data;if(!n)return"";let o=gR(e),i=o?`: ${o}`:"";return`${n}${i}`}r();function Gf(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();Z();r();var zt=(i=>(i.NonFungibleESDT="NonFungibleESDT",i.SemiFungibleESDT="SemiFungibleESDT",i.MetaESDT="MetaESDT",i))(zt||{});r();r();r();Z();r();Z();r();var hR=require("@multiversx/sdk-core");Z();r();var yt=require("@multiversx/sdk-core"),k1=S(require("bignumber.js"));Z();r();r();var L1=S(require("bignumber.js"));Z();var Hf=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)===ao;)o=o.slice(0,-1);let i=o?[n,o].join("."):n,c=new L1.default(i);return c.toString(10)===i&&c.comparedTo(0)>=0};r();Z();r();var Vf={isEsdt:!1,isNft:!1,isEgld:!1};function gd(e){let n=e==null?void 0:e.split("-").length;return n===2?j(L({},Vf),{isEsdt:!0}):n===3?j(L({},Vf),{isNft:!0}):j(L({},Vf),{isEgld:!0})}var P1={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function $f({minGasLimit:e=String(Zi),gasLimit:n,gasPrice:o,data:i,gasPerDataByte:c,gasPriceModifier:p,defaultGasPrice:l=String(cc),chainId:f}){let g=i||"",h=_a(n)?n:e,x=Xa({data:g})?af:0,y=new k1.default(h).plus(x).toNumber(),A=Hf(o)?o:l,N=new yt.Transaction({nonce:0,value:yt.TokenPayment.egldFromAmount("0"),receiver:new yt.Address(P1.to),sender:new yt.Address(P1.to),gasPrice:parseInt(A),gasLimit:y,data:new yt.TransactionPayload(g.trim()),chainID:f,version:new yt.TransactionVersion(1)});try{return N.computeFee({GasPerDataByte:parseInt(c),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:f}).toString(10)}catch(C){return console.error(C),ao}}r();var qt=({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 TR(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",x=i+" hr",y=n+" day";if(f>1&&(g=f+" sec"),p>1&&(h=p+" min"),i>1&&(x=i+" hrs"),n>1&&(y=n+" days"),n>=1)return y+" "+x;if(i>=1){let A=p===0?"":" "+h;return x+A}if(p>=1){let A=f===0?"":" "+g;return h+A}return g}function xR(e){let n=e.split(" ");return n.length>1?`${n[0]} ${n[1]}`:e}function vR(e){let o=new Date().getTime()-e;return Math.max(o,0)}function D1(e,n=!0){let o=vR(e),i=TR(o);return n?xR(i):i}r();function E1(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();Z();function yR(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 zf(e){let n=[Ku,Xu,Zu,Yu,ic,Ju,e].sort((h,x)=>yR(h,x)),o=n.indexOf(Ku),i=n.indexOf(Xu),c=n.indexOf(Zu),p=n.indexOf(Yu),l=n.indexOf(ic),f=n.indexOf(Ju),g=n.indexOf(e);return{ledgerWithMultiAccount:g>=o,ledgerWithHashSign:g>=i,ledgerWithSignAuthToken:g>=c,ledgerWithWhitelistedTokens:g>=p,ledgerWithGuardians:g>=l,ledgerWithUsernames:g>=f}}var W1=zf;r();Z();var M1=({feeLimit:e,egldPriceInUsd:n,hideEqualSign:o})=>{let i=gn({input:e,decimals:Nn,digits:Ft,showLastNonZeroDecimal:!0}),c=qt({amount:i,usd:n,decimals:Ft});return o?c:`\u2248 ${c}`};function jt({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?gn({input:e.value,decimals:e.decimals,digits:2,showLastNonZeroDecimal:o}):Number(e.value).toLocaleString("en"));let f=tn.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();Z();function ua({token:e,noValue:n,showLastNonZeroDecimal:o}){var f;let i=Boolean(!n&&e.value),c=i?gn({input:e.value,decimals:(f=e.decimals)!=null?f:Nn,digits:2,showLastNonZeroDecimal:o,addCommas:!0}):null,p=tn.tokenDetails(String(e.token)),l=e.ticker;return{tokenExplorerLink:p,tokenFormattedAmount:c,showFormattedAmount:i,tokenLinkText:l,token:e,showLastNonZeroDecimal:o}}r();dn();var B1=["reDelegateRewards","claimRewards","unBond"],O1=["wrapEgld","unwrapEgld"],F1=["unStake"],R1=["unDelegate"];r();r();var U1=e=>{let n=e.map(i=>{let{isNft:c}=gd(i.type);if(c){let{badgeText:x,tokenFormattedAmount:y,tokenLinkText:A}=jt({token:i});return`${x!=null?`(${x}) `:""}${y} ${A}`}let{tokenFormattedAmount:p,tokenLinkText:l,token:f}=ua({token:i}),g=f.collection?f.identifier:f.token;return`${p} ${l} (${g})`});return decodeURI(n.join("%0A"))};r();Z();var dt=e=>({egldValueData:{value:e,formattedValue:gn({input:e}),decimals:Nn}});r();var H1=S(require("bignumber.js"));var G1=!1;function V1(e){var n;try{let i=ma(e.data).replace(`${(n=e.action)==null?void 0:n.name}@`,""),c=new H1.default(i,16);if(!c.isNaN())return dt(c.toString(10))}catch(o){G1||(console.error(`Unable to extract value for txHash: ${e.txHash}`),G1=!0)}return dt(e.value)}r();r();dn();var Cc=e=>{var o,i;return(i=(o=e==null?void 0:e.operations)==null?void 0:o.filter(c=>Object.values(pc).includes(c.type)))!=null?i:[]};var $1=!1,z1=e=>{$1||(console.error(`Operations field missing for txHash: ${e}.
5264
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rE));d$={close:"dapp-core-component__customToast-styles__close"}});var A$={};oe(A$,{AddressDetailItem:()=>z_,Balance:()=>Cp,BalanceComponent:()=>lP,CrossWindowLoginButton:()=>v$,CustomToast:()=>b0,DappCorePages:()=>u_,DataField:()=>tx,Denominate:()=>dH,DetailItem:()=>Ae,EventsList:()=>K_,ExplorerLink:()=>ke,ExtensionLoginButton:()=>$g,FormatAmount:()=>Dn,LedgerLoginButton:()=>vh,LedgerLoginContainer:()=>xh,Loader:()=>zh,MetamaskLoginButton:()=>C$,NonceMessage:()=>ZT,NotificationModal:()=>hH,OperaWalletLoginButton:()=>yh,OperationsList:()=>RT,PageState:()=>Rn,ProgressSteps:()=>yH,ScResultsList:()=>Tx,ScamPhishingAlert:()=>Xc,ScrDetailItem:()=>cx,SignTransactionsModals:()=>m9,SignWithDeviceModal:()=>xT,SignWithExtensionModal:()=>Vh,SignWithLedgerModal:()=>yT,TimeAgo:()=>hs,TransactionAction:()=>KT,TransactionActionComponent:()=>MD,TransactionInfo:()=>ZV,TransactionInfoAge:()=>Nx,TransactionInfoEgldPrice:()=>Jx,TransactionInfoFee:()=>Mx,TransactionInfoFrom:()=>Fx,TransactionInfoGasLimit:()=>o0,TransactionInfoGasPrice:()=>s0,TransactionInfoGasUsed:()=>a0,TransactionInfoHash:()=>bx,TransactionInfoInputData:()=>u0,TransactionInfoMethod:()=>jx,TransactionInfoMiniblock:()=>Dx,TransactionInfoNonce:()=>m0,TransactionInfoScResults:()=>_0,TransactionInfoStatus:()=>Lx,TransactionInfoTo:()=>Vx,TransactionInfoTokenOperations:()=>Kx,TransactionInfoValue:()=>qx,TransactionLogs:()=>XV,TransactionMethod:()=>k_,TransactionReceiver:()=>E_,TransactionRow:()=>sl,TransactionSender:()=>M_,TransactionShardsTransition:()=>F_,TransactionStatus:()=>Sx,TransactionToast:()=>y0,TransactionToastGuard:()=>I0,TransactionValue:()=>Lp,TransactionsTable:()=>bE,TransactionsToastList:()=>T$,TransactionsToastListComponent:()=>wE,Trim:()=>Cn,UsdValue:()=>eT,WalletConnectLoginButton:()=>Ah,WalletConnectLoginContainer:()=>Ch,WebWalletLoginButton:()=>bh,XaliasLoginButton:()=>x$,getStatusIconAndColor:()=>y2});module.exports=q(A$);r();var u_={};oe(u_,{UnlockPage:()=>dP});r();r();var Do=S(require("react")),Jc=S(require("classnames"));r();var Pw=S(require("react"));r();var rc=S(require("react"));r();r();var Ho=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Nw=()=>!Ho();var XF=()=>B(void 0,null,function*(){return yield Promise.resolve().then(()=>($u(),Vu))}),ZF=()=>($u(),q(Vu)).default,zu=Nw();function Ki({ssrGlobalImportCallback:e,ssrImportCallback:n,clientImportCallback:o}){let[i,c]=rc.default.useState(zu?void 0:ZF()),[p,l]=rc.default.useState(zu||o==null?void 0:o()),f=()=>B(this,null,function*(){(e?e():XF()).then(g=>c(g.default)),n==null||n().then(g=>l(g.default))});return(0,rc.useEffect)(()=>{zu&&f()},[]),{globalStyles:i,styles:p}}function I(e,n){return o=>{let{globalStyles:i,styles:c}=Ki({ssrGlobalImportCallback:n.ssrGlobalStyles,ssrImportCallback:n.ssrStyles,clientImportCallback:n.clientStyles});return Pw.default.createElement(e,j(L({},o),{globalStyles:i!=null?i:{},styles:c!=null?c:{}}))}}r();r();r();var FC=require("react"),tp=require("react-redux");r();var Lf=require("@reduxjs/toolkit"),BC=require("react-redux/lib/utils/Subscription");Ze();r();var hC=S(require("lodash.throttle"));Z();Ze();ff();qa();Yi();var D4=[Im],Ym=!1,E4=(0,hC.default)(()=>{_c(dc())},5e3),TC=e=>n=>o=>{if(D4.includes(o.type))return n(o);let i=e.getState(),c=io.local.getItem(Tt.loginExpiresAt);if(!Boolean(i==null?void 0:i.account.address))return n(o);if(c==null)return _c(dc());let l=Date.now();return c-l<0&&!Ym?setTimeout(()=>{Ym=!0,e.dispatch(PS())},1e3):(Ym&&(Ym=!1),E4()),n(o)};r();r();function Jm(){return typeof sessionStorage!="undefined"}var EC=Jm()?(CC(),q(SC)).default:(bC(),q(AC)).default,WC=Jm()?(NC(),q(IC)).default:[],MC=Jm()?(DC(),q(kC)).default:e=>e;Qm();var me=(0,Lf.configureStore)({reducer:EC,middleware:e=>e({serializableCheck:{ignoredActions:[...WC,lf.type,mc.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(TC)}),OC=(0,BC.createSubscription)(me),_K=MC(me),lK=(0,Lf.configureStore)({reducer:Ka});var oR={store:me,subscription:OC},Pf=(0,FC.createContext)(oR),hK=(0,tp.createStoreHook)(Pf),Ge=(0,tp.createDispatchHook)(Pf),J=(0,tp.createSelectorHook)(Pf);r();r();Ze();r();var RC=S(require("lodash.isequal")),ed=require("reselect"),ie=(0,ed.createSelectorCreator)(ed.defaultMemoize,RC.default);var Ht=e=>e.account,vr=ie(Ht,e=>e.address),yr=ie(Ht,vr,(e,n)=>n in e.accounts?e.accounts[n]:Pm),UC=ie(Ht,yr,(e,n)=>{let c=e,{accounts:o}=c,i=mn(c,["accounts"]);return j(L({},i),{address:n.address,account:n})}),tR=ie(yr,e=>e.balance),GC=ie(yr,e=>{var n;return((n=e==null?void 0:e.nonce)==null?void 0:n.valueOf())||0}),HC=ie(Ht,e=>e.shard),VC=ie(Ht,e=>e.ledgerAccount),wK=ie(Ht,e=>e.walletConnectAccount),SK=ie(Ht,e=>e.isAccountLoading),CK=ie(Ht,e=>e.accountLoadingError),$C=ie(Ht,e=>e.websocketEvent),rR=ie(Ht,e=>e.websocketBatchEvent);r();var hc=e=>e.dappConfig,IK=ie(hc,e=>e.shouldUseWebViewProvider);r();var $o=e=>e.loginInfo,zC=ie($o,e=>e.loginMethod),ca=ie($o,vr,(e,n)=>Boolean(n)),kK=ie($o,e=>e.walletConnectLogin),qC=ie($o,e=>e.ledgerLogin),jC=ie($o,e=>e.walletLogin),DK=ie($o,e=>e.isLoginSessionInvalid),sa=ie($o,e=>e.tokenLogin),nd=ie($o,e=>e.logoutRoute),aR=ie($o,e=>e.isWalletConnectV2Initialized);r();var KC=e=>e.modals,MK=ie(KC,e=>e.txSubmittedModal),XC=ie(KC,e=>e.notificationModal);r();var vt=e=>e.networkConfig,Tc=ie(vt,e=>e.chainID),FK=ie(vt,e=>e.network.walletConnectBridgeAddress),ZC=ie(vt,e=>e.network.walletConnectV2RelayAddress),YC=ie(vt,e=>e.network.walletConnectV2ProjectId),JC=ie(vt,e=>e.network.walletConnectV2Options),QC=ie(vt,e=>e.network.walletConnectDeepLink),qn=ie(vt,e=>e.network),kf=ie(qn,e=>e.apiAddress),e1=ie(qn,e=>e.explorerAddress),od=ie(qn,e=>{var n;return(n=e.customWalletAddress)!=null?n:e.walletAddress}),td=ie(qn,e=>e.xAliasAddress),rd=ie(qn,e=>e.egldLabel);r();var ad=e=>e.signedMessageInfo,GK=ie(ad,e=>e.isSigning),HK=ie(ad,e=>e.errorMessage),VK=ie(ad,e=>{let n=Object.keys(e.signedSessions),o=n.length;return e.signedSessions[n[o-1]]}),$K=ie(ad,e=>{let n=Object.keys(e.signedSessions),o=n.length;return n.length>0?n[o-1]:""});r();var n1=e=>e.toasts,Df=ie(n1,e=>e.customToasts),xc=ie(n1,e=>e.transactionToasts);r();Ze();var o1={errorMessage:wf,successMessage:Sf,processingMessage:Cf},t1=e=>e.transactionsInfo,r1=ie(t1,(e,n)=>n,(e,n)=>n!=null&&(e==null?void 0:e[Number(n)])||o1);r();r();var Vt=require("@multiversx/sdk-core");Z();r();var Ef=require("@multiversx/sdk-core/out");r();r();function vc(e){try{let n=atob(e),o=btoa(n),i=m.Buffer.from(e,"base64").toString(),c=m.Buffer.from(i).toString("base64"),p=e===o||o.startsWith(e),l=e===c||c.startsWith(e);if(p&&l)return!0}catch(n){return!1}return!1}function ma(e){return vc(e)?atob(e):e}r();r();function id(e){for(let n=0;n<e.length;n++)if(e.charCodeAt(n)>127)return!1;return!0}function wr(e){let n=e;try{let o=m.Buffer.from(e,"hex").toString();id(o)&&o.length>1&&(n=o)}catch(o){}return n}r();r();var a1=e=>/\d/.test(e);var i1=e=>{let n=e!=null?e:"";return vc(n)?Ef.TransactionPayload.fromEncoded(n):new Ef.TransactionPayload(n)};r();Z();var Xa=({data:e,onlySetGuardian:n})=>e?n?e.startsWith("SetGuardian"):Object.values(ju).some(o=>e.startsWith(o)):!1;function Za(e){var i,c,p;let n=L({},e);Xa({data:n.data,onlySetGuardian:!0})&&(delete n.senderUsername,delete n.receiverUsername);let o=new Vt.Transaction(L(L(j(L(j(L({value:n.value.valueOf(),data:i1(n.data),nonce:n.nonce.valueOf(),receiver:new Vt.Address(n.receiver)},n.receiverUsername?{receiverUsername:n.receiverUsername}:{}),{sender:new Vt.Address(n.sender)}),n.senderUsername?{senderUsername:n.senderUsername}:{}),{gasLimit:(i=n.gasLimit.valueOf())!=null?i:Zi,gasPrice:(c=n.gasPrice.valueOf())!=null?c:cc,chainID:n.chainID.valueOf(),version:new Vt.TransactionVersion((p=n.version)!=null?p:tS)}),n.options?{options:new Vt.TransactionOptions(n.options)}:{}),n.guardian?{guardian:new Vt.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();Z();function iR(e,n){let o=new URLSearchParams(e),i=Object.fromEntries(o);return{nextUrlParams:new URLSearchParams(L(L({},i),n)).toString(),params:i}}var pR="2.31.4";function pd({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),{[bm]:pR}),{nextUrlParams:g}=iR(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 Mf=require("@multiversx/sdk-core/out");r();Z();var cR=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)},Wf=e=>{try{let o=parseInt("11",2),i=parseInt("01",2),c=m.Buffer.from(e,"hex"),p=c[31];if(cR(c))return Am;let l=p&o;return l>3-1&&(l=p&i),l}catch(n){return-1}};function p1({receiverAddress:e,senderShard:n,senderAddress:o}){try{let i=new Mf.Address(e),c=Wf(i.pubkey());if(n==null&&o!=null){let p=new Mf.Address(o);return Wf(p)===c}return c===n}catch(i){return!1}}r();var yc=require("@multiversx/sdk-core");je();r();var c1=require("@multiversx/sdk-core");function sR(e){try{let n=new c1.Address(e);return Boolean(n.bech32())}catch(n){return!1}}function Sn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&sR(e)}var mR=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Sr(e,n,o=""){if(!Sn(e))return!1;if(new yc.Address(e).isContractAddress())return!0;let p=Bf({receiver:e,data:o});return p?new yc.Address(p).isContractAddress()||lR(e,n,o):!1}var dR=e=>e.toLowerCase().match(/[0-9a-f]/g),_R=e=>e.length%2===0;function lR(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=mR.includes(c),g=p.every(h=>dR(h)&&_R(h));return l&&f&&g}function Bf({receiver:e,data:n}){try{if(!n)return e;let o=vc(n)?yc.TransactionPayload.fromEncoded(n).toString():n,i=uR(o),c=o.split("@");return i>-1?c[i]:e}catch(o){console.log(o);return}}function uR(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}var s1=(e,n=1)=>e!=null&&e.length?e.reduce((o,{receiver:i,data:c})=>{let p=Bf({receiver:i,data:c!=null?c:""});return p==null?o:o&&p1({receiverAddress:p,senderShard:n})},!0):!0;r();r();r();var Ff=require("@multiversx/sdk-core"),cd=S(require("bignumber.js"));en();var Of={tokenId:"",amount:""},m1=e=>e.split("@").map((p,l)=>[2,3].includes(l)?p:wr(p));function sd(e){if(!e)return Of;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 Of;let f=new cd.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]=m1(e);if([c,p,l,f].every(g=>Boolean(g))&&Sn(new Ff.Address(f).bech32()))return{tokenId:`${c}-${p}`,amount:new cd.default(l,16).toString(10),collection:c,nonce:p,receiver:new Ff.Address(f).bech32()}}catch(c){}if(i)try{let[,c,p,l]=m1(e);if([c,p,l].every(f=>Boolean(f)))return{tokenId:`${c}-${p}`,amount:new cd.default(l,16).toString(10),collection:c,nonce:p}}catch(c){}return Of}r();r();r();var po="accounts";var md="blocks",_1="code",l1="collections";var u1="contracts",wc="economics",f1="identities";var g1="locked-accounts",h1="logs",dd="miniblocks";var Sc="nfts",T1="nodes",Rf="providers",x1="roles",Uf="sc-results";var da="tokens";var mt="transactions";var tn={shard:e=>`/${md}?shard=${e}`,receiverShard:e=>`/${mt}?receivershard=${e}`,senderShard:e=>`/${mt}?sendershard=${e}`,transactionDetails:e=>`/${mt}/${e}`,transactionDetailsScResults:e=>`/${mt}/${e}/${Uf}`,transactionDetailsLogs:e=>`/${mt}/${e}/${h1}`,nodeDetails:e=>`/${T1}/${e}`,accountDetails:e=>`/${po}/${e}`,accountDetailsContractCode:e=>`/${po}/${e}/${_1}`,accountDetailsTokens:e=>`/${po}/${e}/${da}`,accountDetailsNfts:e=>`/${po}/${e}/${Sc}`,accountDetailsScResults:e=>`/${po}/${e}/${Uf}`,accountDetailsContracts:e=>`/${po}/${e}/${u1}`,identityDetails:e=>`/${f1}/${e}`,tokenDetails:e=>`/${da}/${e}`,tokenDetailsAccounts:e=>`/${da}/${e}/${po}`,tokenDetailsLockedAccounts:e=>`/${da}/${e}/${g1}`,tokenDetailsRoles:e=>`/${da}/${e}/${x1}`,collectionDetails:e=>`/${l1}/${e}`,nftDetails:e=>`/${Sc}/${e}`,providerDetails:e=>`/${Rf}/${e}`,providerDetailsTransactions:e=>`/${Rf}/${e}/${mt}`,miniblockDetails:e=>`/${dd}/${e}`};r();var _d=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 ld(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 v1(e){let n=ld(e);return e.receiver===n?e.receiverAssets:void 0}r();dn();var rp=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 w1=!1;function fR(e){w1||(console.error(e),w1=!0)}function $t({explorerAddress:e,to:n}){try{return new URL(n).href}catch(o){return n.startsWith("/")||(fR(`Link not prepended by / : ${n}`),n=`/${n}`),e?`${e}${n}`:n}}r();dn();function S1(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 fd({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,x,y]=f.trim().split(" "),[A,N,C]=y.split(":"),D=`:${C}`,M=`${A}:${N}${n?"":D}`,V=`${i?p:""} ${o?"UTC":""}`.trim();return`${h} ${g}, ${x} ${M} ${V}`.trim()}r();function C1(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 I1=S(require("bignumber.js"));Z();r();var b1=require("@multiversx/sdk-core"),la=S(require("bignumber.js"));Z();r();var A1=S(require("bignumber.js")),_a=(e,n=!0)=>{let o=String(e);if(!o.match(/^[-]?\d+$/))return!1;let i=new A1.default(o),c=n?0:-1;return i.toString(10)===o&&i.comparedTo(0)>=c};r();function Cr(e){return{if:function(n){return n?{then:o=>o instanceof Function?Cr(o(e)):Cr(o)}:{then:()=>Cr(e)}},then:n=>n instanceof Function?Cr(n(e)):Cr(n),valueOf:function(){return e}}}la.default.config({ROUNDING_MODE:la.default.ROUND_FLOOR});function gn({input:e,decimals:n=Nn,digits:o=Ft,showLastNonZeroDecimal:i=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!_a(e,!1))throw new Error("Invalid input");let l=new la.default(e).isNegative(),f=e;return l&&(f=e.substring(1)),Cr(f).then(()=>b1.TokenTransfer.fungibleFromBigInteger("",f,n).amountAsBigInteger.shiftedBy(-n).toFixed(n)).then(g=>{let h=new la.default(g);if(h.isZero())return ao;let x=h.toString(10),[y,A]=x.split("."),N=new la.default(A||0),C=Cr(0).if(Boolean(A&&i)).then(()=>Math.max(A.length,o)).if(N.isZero()&&!i).then(0).if(Boolean(A&&!i)).then(()=>Math.min(A.length,o)).valueOf(),D=A&&o>=1&&o<=A.length&&N.isGreaterThan(0)&&new la.default(A.substring(0,o)).isZero(),M=h.toFormat(C);return Cr(x).if(p).then(M).if(Boolean(D)).then(K=>{let V=new la.default(y).isZero(),[U,X]=K.split("."),Y=new Array(o-1).fill(0),pe=[...Y,0].join(""),ee=[...Y,1].join("");return V?c?`<${U}.${ee}`:i?`${U}.${X}`:U:`${U}.${pe}`}).if(Boolean(!D&&A)).then(K=>{let[V]=K.split("."),U=A.substring(0,C);if(i){let X=o-U.length;if(X>0){let Y=Array(X).fill(0).join("");return U=`${U}${Y}`,`${V}.${U}`}return K}return U?`${V}.${U}`:V}).valueOf()}).if(l).then(g=>`-${g}`).valueOf()}var gR=e=>{var n,o;if(!((n=e.receipt)!=null&&n.value))return"";if(((o=e.receipt)==null?void 0:o.data)===sS){let i=gn({input:e.receipt.value,decimals:Nn,digits:Ft,showLastNonZeroDecimal:!0});return new I1.default(i).times(e.gasPrice).times(100).toFixed()}return e.receipt.value};function N1(e){var c;let n=(c=e.receipt)==null?void 0:c.data;if(!n)return"";let o=gR(e),i=o?`: ${o}`:"";return`${n}${i}`}r();function Gf(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();Z();r();var zt=(i=>(i.NonFungibleESDT="NonFungibleESDT",i.SemiFungibleESDT="SemiFungibleESDT",i.MetaESDT="MetaESDT",i))(zt||{});r();r();r();Z();r();Z();r();var hR=require("@multiversx/sdk-core");Z();r();var yt=require("@multiversx/sdk-core"),k1=S(require("bignumber.js"));Z();r();r();var L1=S(require("bignumber.js"));Z();var Hf=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)===ao;)o=o.slice(0,-1);let i=o?[n,o].join("."):n,c=new L1.default(i);return c.toString(10)===i&&c.comparedTo(0)>=0};r();Z();r();var Vf={isEsdt:!1,isNft:!1,isEgld:!1};function gd(e){let n=e==null?void 0:e.split("-").length;return n===2?j(L({},Vf),{isEsdt:!0}):n===3?j(L({},Vf),{isNft:!0}):j(L({},Vf),{isEgld:!0})}var P1={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function $f({minGasLimit:e=String(Zi),gasLimit:n,gasPrice:o,data:i,gasPerDataByte:c,gasPriceModifier:p,defaultGasPrice:l=String(cc),chainId:f}){let g=i||"",h=_a(n)?n:e,x=Xa({data:g})?af:0,y=new k1.default(h).plus(x).toNumber(),A=Hf(o)?o:l,N=new yt.Transaction({nonce:0,value:yt.TokenPayment.egldFromAmount("0"),receiver:new yt.Address(P1.to),sender:new yt.Address(P1.to),gasPrice:parseInt(A),gasLimit:y,data:new yt.TransactionPayload(g.trim()),chainID:f,version:new yt.TransactionVersion(1)});try{return N.computeFee({GasPerDataByte:parseInt(c),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:f}).toString(10)}catch(C){return console.error(C),ao}}r();var qt=({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 TR(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",x=i+" hr",y=n+" day";if(f>1&&(g=f+" sec"),p>1&&(h=p+" min"),i>1&&(x=i+" hrs"),n>1&&(y=n+" days"),n>=1)return y+" "+x;if(i>=1){let A=p===0?"":" "+h;return x+A}if(p>=1){let A=f===0?"":" "+g;return h+A}return g}function xR(e){let n=e.split(" ");return n.length>1?`${n[0]} ${n[1]}`:e}function vR(e){let o=new Date().getTime()-e;return Math.max(o,0)}function D1(e,n=!0){let o=vR(e),i=TR(o);return n?xR(i):i}r();function E1(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();Z();function yR(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 zf(e){let n=[Ku,Xu,Zu,Yu,ic,Ju,e].sort((h,x)=>yR(h,x)),o=n.indexOf(Ku),i=n.indexOf(Xu),c=n.indexOf(Zu),p=n.indexOf(Yu),l=n.indexOf(ic),f=n.indexOf(Ju),g=n.indexOf(e);return{ledgerWithMultiAccount:g>=o,ledgerWithHashSign:g>=i,ledgerWithSignAuthToken:g>=c,ledgerWithWhitelistedTokens:g>=p,ledgerWithGuardians:g>=l,ledgerWithUsernames:g>=f}}var W1=zf;r();Z();var M1=({feeLimit:e,egldPriceInUsd:n,hideEqualSign:o})=>{let i=gn({input:e,decimals:Nn,digits:Ft,showLastNonZeroDecimal:!0}),c=qt({amount:i,usd:n,decimals:Ft});return o?c:`\u2248 ${c}`};function jt({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?gn({input:e.value,decimals:e.decimals,digits:2,showLastNonZeroDecimal:o}):Number(e.value).toLocaleString("en"));let f=tn.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();Z();function ua({token:e,noValue:n,showLastNonZeroDecimal:o}){var f;let i=Boolean(!n&&e.value),c=i?gn({input:e.value,decimals:(f=e.decimals)!=null?f:Nn,digits:2,showLastNonZeroDecimal:o,addCommas:!0}):null,p=tn.tokenDetails(String(e.token)),l=e.ticker;return{tokenExplorerLink:p,tokenFormattedAmount:c,showFormattedAmount:i,tokenLinkText:l,token:e,showLastNonZeroDecimal:o}}r();dn();var B1=["reDelegateRewards","claimRewards","unBond"],O1=["wrapEgld","unwrapEgld"],F1=["unStake"],R1=["unDelegate"];r();r();var U1=e=>{let n=e.map(i=>{let{isNft:c}=gd(i.type);if(c){let{badgeText:x,tokenFormattedAmount:y,tokenLinkText:A}=jt({token:i});return`${x!=null?`(${x}) `:""}${y} ${A}`}let{tokenFormattedAmount:p,tokenLinkText:l,token:f}=ua({token:i}),g=f.collection?f.identifier:f.token;return`${p} ${l} (${g})`});return decodeURI(n.join("%0A"))};r();Z();var dt=e=>({egldValueData:{value:e,formattedValue:gn({input:e}),decimals:Nn}});r();var H1=S(require("bignumber.js"));var G1=!1;function V1(e){var n;try{let i=ma(e.data).replace(`${(n=e.action)==null?void 0:n.name}@`,""),c=new H1.default(i,16);if(!c.isNaN())return dt(c.toString(10))}catch(o){G1||(console.error(`Unable to extract value for txHash: ${e.txHash}`),G1=!0)}return dt(e.value)}r();r();dn();var Cc=e=>{var o,i;return(i=(o=e==null?void 0:e.operations)==null?void 0:o.filter(c=>Object.values(pc).includes(c.type)))!=null?i:[]};var $1=!1,z1=e=>{$1||(console.error(`Operations field missing for txHash: ${e}.
5265
5265
  Unable to compute value field.`),$1=!0)};function q1(e){try{if(e.operations){let[n]=Cc(e);return dt(n==null?void 0:n.value)}else z1(e.txHash)}catch(n){z1(e.txHash)}return dt(e.value)}r();var K1=S(require("bignumber.js"));var j1=!1;function X1(e){var o,i,c,p,l;return new K1.default((i=(o=e.action)==null?void 0:o.arguments)==null?void 0:i.value).isNaN()?(j1||(console.error(`Unable to interpret ${(l=e.action)==null?void 0:l.name} data for txHash: ${e.txHash}`),j1=!0),dt(e.value)):dt((p=(c=e.action)==null?void 0:c.arguments)==null?void 0:p.value)}var Z1=({transaction:e,hideMultipleBadge:n})=>{var o;if(e.action){if(O1.includes(e.action.name))return dt(e.value);if(F1.includes(e.action.name))return V1(e);if(B1.includes(e.action.name))return q1(e);if(R1.includes(e.action.name))return X1(e);let i=_d(e);if(i.length){let c=i[0],p=Object.values(zt).includes(c.type),f=!n&&i.length>1?U1(i):"";if(p){let{badgeText:N,tokenFormattedAmount:C,tokenExplorerLink:D,tokenLinkText:M}=jt({token:c});return{nftValueData:{badgeText:N,tokenFormattedAmount:C,tokenExplorerLink:D,tokenLinkText:M,transactionTokens:i,token:c,value:C!=null?c.value:null,decimals:C!=null?c.decimals:null,titleText:f}}}let{tokenExplorerLink:g,showFormattedAmount:h,tokenFormattedAmount:x,tokenLinkText:y,token:A}=ua({token:c});return{tokenValueData:{tokenExplorerLink:g,showFormattedAmount:h,tokenFormattedAmount:x,tokenLinkText:y,transactionTokens:i,token:A,value:c.value,decimals:(o=c.decimals)!=null?o:Nn,titleText:f}}}}return dt(e.value)};function Ac({transaction:e,address:n,explorerAddress:o}){var D;let i=(D=e.tokenIdentifier)!=null?D:sd(e.data).tokenId,c=ld(e),p=v1(e),l=S1(n,e,c),f=rp(e),g=_d(e),h=$t({explorerAddress:o,to:tn.accountDetails(e.sender)}),x=$t({explorerAddress:o,to:tn.accountDetails(c)}),y=$t({explorerAddress:o,to:tn.senderShard(e.senderShard)}),A=$t({explorerAddress:o,to:tn.receiverShard(e.receiverShard)}),N=e.originalTxHash?`${e.originalTxHash}#${e.txHash}`:e.txHash,C=$t({explorerAddress:o,to:tn.transactionDetails(N)});return j(L({},e),{tokenIdentifier:i,receiver:c,receiverAssets:p,transactionDetails:{direction:l,method:f,transactionTokens:g,isContract:Sr(e.sender)},links:{senderLink:h,receiverLink:x,senderShardLink:y,receiverShardLink:A,transactionLink:C}})}r();r();var Y1=({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 J1({tokenId:e,erdLabel:n}){return Boolean(e&&e!==n)}r();var qf=S(require("bignumber.js"));je();r();var Q1=(e,n)=>{let o=[],i=e.indexOf(n,0);for(;i>=0;)o.push(i),i=e.indexOf(n,i+1);return o};function eA(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 qf.default(c,16).toNumber(),f=0;for(let y=0;y<l;y++){let A={type:"nftTransaction",data:"",receiver:i};for(let N=0;N<3;N++){switch(N){case 0:A.token=wr(p[f]),A.data=p[f];break;case 1:{let C=p[f]&&p[f].length?p[f]:"";C&&C!=="00"?A.nonce=C:A.type="esdtTransaction",A.data=`${A.data}@${p[f]}`;break}case 2:A.amount=new qf.default(p[f],16).toString(10),A.data=`${A.data}@${p[f]}`;break;default:break}o=f+1,f++}n[y]=A}let g=n.length!==l,h=n.some(y=>Q1(y.data,"@").length!==2),x=n.some(y=>y.data.startsWith("@"));if(g||h||x)return[];if(p[o]){let y=p[o];for(let A=o+1;A<p.length;A++)y+="@"+p[A];n[l]={type:"scCall",data:y,receiver:i}}}}}catch(i){return console.error("failed parsing tx",i),n}return n}r();r();r();en();function ip(e){let o=Object.getPrototypeOf(e).toPlainObject!=null?e:Za(e),i=j(L({},o.toPlainObject()),{hash:o.getHash().hex(),senderUsername:o.getSenderUsername().valueOf(),receiverUsername:o.getReceiverUsername().valueOf(),status:"pending"});return Xa({data:i.data,onlySetGuardian:!0})&&(delete i.senderUsername,delete i.receiverUsername),i}r();var tA=require("@multiversx/sdk-web-wallet-provider");Z();r();var oA=S(require("qs"));r();r();r();r();var fe=()=>{if(!Ho())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 Ya=(e="")=>{let n=fe(),o=e.startsWith("http")||e.startsWith("www.");return!n.origin||e.startsWith(n.origin)||o?e:`${n.origin}/${e.replace("/","")}`};r();var wt=()=>{let{pathname:e,search:n,hash:o}=fe();return`${e!=null?e:""}${n!=null?n:""}${o!=null?o:""}`};var hd=e=>{let n=new URLSearchParams(e).toString(),{pathname:o,hash:i}=fe(),c=n?`?${n}`:"",p=o?`${o}${c}${i}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};r();var wR={search:Ho()?window.location.search:"",removeParams:[]},nA=(e,n=wR)=>{var l;let o={},i=Ho()?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,x;let[g]=f.split("[");(((h=n.removeParams)==null?void 0:h.includes(f))||((x=n.removeParams)==null?void 0:x.includes(g)))&&delete o[f]}),{remainingParams:p,params:o,clearNavigationHistory:()=>hd(o)}};var Td=({removeParams:e,search:n})=>{let o=Ho()?window.location.search:"",i=n!=null?n:o;if(!i)return{};let c=oA.default.parse(i.replace("?","")),p=Object.keys(c).filter(f=>!e.includes(f)),{remainingParams:l}=nA(p,{search:n,removeParams:e});return hd(l),l};var rA=({transaction:e,search:n})=>Td({removeParams:[...Object.keys(e),tA.WALLET_PROVIDER_CALLBACK_PARAM,Rt,bm],search:n});r();r();var aA=e=>m.Buffer.from(String(e==null?void 0:e.data),"base64").toString("hex");r();var iA=(e,n)=>{var f;let{hash:o}=fe(),i=o.split("/"),c=i[0]?i[0].replace("#",""):"",p=(f=i[1])!=null?f:0;return c===n&&e.order===Number(p)};r();dn();var pA=({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 cA=e=>{let n=m.Buffer.from(e,"base64").toString().split("@");return n.length>=2&&(n[0].length>0?n[0]=wr(n[0]):n[1]=wr(n[1])),n.join("@")};r();var sA=e=>{let{hash:n}=fe();return n.substring(0,n.indexOf("/")>0?n.indexOf("/"):n.length).replace("#","")===e};r();var mA=S(require("linkifyjs")),SR=e=>{let n=mA.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}},dA=({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}=SR(e);return f||o||n?{message:p,textWithLinks:l,isSuspicious:!0}:{message:"",textWithLinks:l,isSuspicious:!1}};r();Z();var _A=e=>{let n=e;typeof n=="string"&&n.includes("Shard")&&(n=n.replace("Shard","").replace(" ",""));let o=Am.toString()===String(n).toString()||String(n)==="metachain",i=aS.toString()===String(n).toString();return o?"Metachain":i?"All Shards":`Shard ${n}`};r();var jf=S(require("bignumber.js")),CR=e=>{let n=new jf.default(e.gasPrice),o=new jf.default(e.gasUsed);return n.times(o).toString()};function lA(e){return e.fee?e.fee:e.gasUsed===void 0?null:CR(e)}r();je();r();function xd(e){return Array.from(new Set([...Gf(e),...C1(e),N1(e)])).filter(o=>Boolean(o))}r();en();function pp(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();en();var uA=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();dn();r();dn();var fA=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 gA=S(require("bignumber.js"));Z();dn();var hA=e=>{var n,o,i,c,p,l,f,g,h,x,y,A;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 N=ao;if((h=e.arguments)!=null&&h.transfers){let C=e.arguments.transfers.map(({value:D})=>D);N=gA.default.sum.apply(null,C).toString(10)}return[`Merge ${(x=e.arguments)==null?void 0:x.transfers.length}`,{tokenNoLink:[(y=e.arguments)==null?void 0:y.transfers[0]]},"positions into a single",{tokenNoLink:[(A=e.arguments)==null?void 0:A.transfers[0]]},"position of value",{value:N}];case"wrapEgld":case"unwrapEgld":default:return e.description?[e.description]:[]}};r();dn();var TA=e=>{var n,o,i,c,p,l,f,g,h,x,y,A;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:(x=e.arguments)==null?void 0:x.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(y=e.arguments)==null?void 0:y.providerName,providerAvatar:(A=e.arguments)==null?void 0:A.providerAvatar}];default:return[]}};var xA=e=>{if(!e.arguments)return e.description?[e.description]:[e.name];switch(e.category){case"esdtNft":return fA(e);case"mex":return hA(e);case"stake":return TA(e);default:return e.description?[e.description]:[]}};r();var yd=require("react");je();r();r();dn();r();r();var vA=require("@multiversx/sdk-core/out"),Kf=S(require("bignumber.js"));dn();var Ar=(e,n,o)=>{try{switch(n){case"text":return a1(e)?m.Buffer.from(e,"hex").toString("utf8"):e;case"decimal":return new Kf.default(e,16).toString(10);case"smart":let c=vA.Address.fromHex(e).toString();if(Sn(c))return c;let p=m.Buffer.from(e,"hex").toString("utf8");return id(p)||o&&[...o.esdts,...o.nfts].some(g=>p.includes(g))?p:new Kf.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 AR=e=>e.toLowerCase().match(/[0-9a-f]/g),bR=e=>e.length%2===0,yA=e=>{let n=[];return e&&!AR(e)&&n.push(`Invalid Hex characters on argument @${e}`),e&&!bR(e)&&n.push(`Odd number of Hex characters on argument @${e}`),n};r();je();var vd=({parts:e,decodedParts:n,identifier:o})=>{let i=[...n];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(i[2]=Ar(e[2],"decimal")),o==="ESDTNFTTransfer"&&e[1]){let c=m.Buffer.from(String(e[1]),"base64");i[1]=Ar(c.toString("hex"),"decimal")}return i};var wA=({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)?Ar(p,n):p;{let f=yA(p);return f.length&&(i.validationWarnings=Array.from(new Set([...i.validationWarnings,...f]))),Ar(p,n)}});return n==="smart"?vd({parts:e,decodedParts:c,identifier:o}):c};var SA=({input:e,decodeMethod:n,identifier:o})=>{let i={displayValue:"",validationWarnings:[]};if(e.includes("@")){let c=e.split("@"),p=wA({parts:c,identifier:o,decodeMethod:n,display:i});return i.displayValue=p.join("@"),i}if(e.includes(`
5266
5266
  `)){let c=e.split(`
5267
5267
  `),p=c.map(f=>{let g=m.Buffer.from(String(f),"base64");return n==="raw"?f:Ar(g.toString("hex"),n)}),l=n==="smart"?vd({parts:c,decodedParts:p,identifier:o}):p;return i.displayValue=l.join(`