@multiversx/sdk-dapp 3.1.7 → 3.1.8

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 (891) hide show
  1. package/UI/Denominate/index.js +1 -1
  2. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  3. package/UI/ExplorerLink/index.js +1 -1
  4. package/UI/FormatAmount/FormatAmount.js +1 -1
  5. package/UI/FormatAmount/index.js +1 -1
  6. package/UI/LoadingDots/LoadingDots.d.ts +2 -0
  7. package/UI/LoadingDots/LoadingDots.js +1 -1
  8. package/UI/LoadingDots/index.js +1 -1
  9. package/UI/NotificationModal/NotificationModal.js +1 -1
  10. package/UI/NotificationModal/index.js +1 -1
  11. package/UI/Pagination/Pagination.js +1 -1
  12. package/UI/Pagination/components/PaginationEllipsisForm/PaginationEllipsisForm.d.ts +9 -0
  13. package/UI/Pagination/components/PaginationEllipsisForm/PaginationEllipsisForm.js +2 -0
  14. package/UI/Pagination/components/PaginationEllipsisForm/index.d.ts +2 -0
  15. package/UI/Pagination/components/PaginationEllipsisForm/index.js +2 -0
  16. package/UI/Pagination/components/PaginationEllipsisForm/paginationEllipsisFormStyles.js +2 -0
  17. package/UI/Pagination/components/index.d.ts +1 -0
  18. package/UI/Pagination/components/index.js +1 -1
  19. package/UI/Pagination/index.js +1 -1
  20. package/UI/Pagination/paginationStyles.js +1 -1
  21. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  58. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  59. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  60. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  61. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  62. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  63. package/UI/SignTransactionsModals/components/index.js +1 -1
  64. package/UI/SignTransactionsModals/index.js +1 -1
  65. package/UI/TokenDetails/index.js +1 -1
  66. package/UI/TransactionData/TransactionData.js +1 -1
  67. package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
  68. package/UI/TransactionData/components/index.js +1 -1
  69. package/UI/TransactionData/index.js +1 -1
  70. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  71. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  72. package/UI/TransactionDetails/components/index.js +1 -1
  73. package/UI/TransactionDetails/index.js +1 -1
  74. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  75. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  76. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  77. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  78. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  79. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  80. package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
  81. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  82. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  83. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  84. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  85. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  86. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  87. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  88. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  89. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  90. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  91. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  92. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  93. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  94. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  95. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  96. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  97. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  98. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  100. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  101. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  102. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  103. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  104. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  105. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  106. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  107. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  108. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  121. package/UI/TransactionInfo/components/index.js +1 -1
  122. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  123. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  147. package/UI/TransactionInfo/index.js +1 -1
  148. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  149. package/UI/TransactionsTable/components/AccountName.js +1 -1
  150. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  151. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  152. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  153. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  154. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  155. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  156. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  157. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  158. package/UI/TransactionsTable/components/index.js +1 -1
  159. package/UI/TransactionsTable/index.js +1 -1
  160. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  161. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  162. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  163. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  164. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  165. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  166. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  167. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  168. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  169. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  170. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  171. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  172. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  173. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  174. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  175. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  176. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  177. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  178. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  179. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  180. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  181. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  182. package/UI/TransactionsToastList/components/index.js +1 -1
  183. package/UI/TransactionsToastList/index.js +1 -1
  184. package/UI/Trim/Trim.js +1 -1
  185. package/UI/Trim/index.js +1 -1
  186. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  187. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  188. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  189. package/UI/iframe/IframeLoginButton/index.js +1 -1
  190. package/UI/index.js +1 -1
  191. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  192. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  193. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  194. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  195. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  196. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  197. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  198. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  199. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  200. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  201. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  202. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  203. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  204. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  205. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  206. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  207. package/UI/ledger/index.js +1 -1
  208. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  209. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  210. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  211. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  212. package/UI/pages/UnlockPage/index.js +1 -1
  213. package/UI/pages/index.js +1 -1
  214. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  215. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  216. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  217. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  218. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  219. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  220. package/UI/walletConnect/WalletConnectLoginContainer/PairingList/PairingList.js +1 -1
  221. package/UI/walletConnect/WalletConnectLoginContainer/PairingList/index.js +1 -1
  222. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  223. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  224. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  225. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  226. package/UI/walletConnect/index.js +1 -1
  227. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  228. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  229. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  230. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  231. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  232. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  233. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  234. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  235. package/__chunks__/{chunk-5BBBPUY5.js → chunk-26MOJ2QD.js} +2 -2
  236. package/__chunks__/{chunk-QHZU2R2V.js → chunk-2DB6ALAN.js} +2 -2
  237. package/__chunks__/{chunk-7UDRJO6P.js → chunk-2FKIMII7.js} +2 -2
  238. package/__chunks__/{chunk-BFDQIXAB.js → chunk-2G4M5HCJ.js} +2 -2
  239. package/__chunks__/{chunk-OP4D5DN6.js → chunk-2PDE6GAO.js} +1 -1
  240. package/__chunks__/chunk-2YXBCPY5.js +2 -0
  241. package/__chunks__/{chunk-N35DGEAS.js → chunk-33T7G2TW.js} +2 -2
  242. package/__chunks__/{chunk-RMXQAAUA.js → chunk-375BV2NY.js} +2 -2
  243. package/__chunks__/{chunk-DEEGWFQM.js → chunk-3BBAF727.js} +2 -2
  244. package/__chunks__/chunk-3FWZGJNJ.js +2 -0
  245. package/__chunks__/{chunk-F3MXD3HT.js → chunk-3FXI2TWD.js} +2 -2
  246. package/__chunks__/{chunk-ABO2DBON.js → chunk-3GBD2YBJ.js} +2 -2
  247. package/__chunks__/{chunk-OIJVXRZE.js → chunk-3HQLUMJ4.js} +2 -2
  248. package/__chunks__/{chunk-EHZSMQHW.js → chunk-3TFPW67R.js} +2 -2
  249. package/__chunks__/{chunk-S7SFE7RV.js → chunk-3W2DXYQP.js} +2 -2
  250. package/__chunks__/{chunk-NUDS6AEB.js → chunk-3YSMKPJR.js} +2 -2
  251. package/__chunks__/{chunk-TZSUBZOG.js → chunk-42I3WD4V.js} +2 -2
  252. package/__chunks__/{chunk-SG7ELC2G.js → chunk-44LPF2MN.js} +2 -2
  253. package/__chunks__/{chunk-WMNTFOFA.js → chunk-4CAKLBYL.js} +2 -2
  254. package/__chunks__/{chunk-7MBJJMMY.js → chunk-4KQVVYT7.js} +2 -2
  255. package/__chunks__/{chunk-DWDCTHCN.js → chunk-4MGTO6VB.js} +2 -2
  256. package/__chunks__/{chunk-TU27MEAB.js → chunk-4QZ6Z3BR.js} +2 -2
  257. package/__chunks__/{chunk-EBUP3YFY.js → chunk-4YEZYYKF.js} +2 -2
  258. package/__chunks__/{chunk-DFEDAJKC.js → chunk-4ZZDF6J7.js} +2 -2
  259. package/__chunks__/{chunk-VYUPW4Z5.js → chunk-55QOYKG3.js} +2 -2
  260. package/__chunks__/{chunk-HV5UXMOY.js → chunk-56HHKEXV.js} +2 -2
  261. package/__chunks__/{chunk-QTTXTNUK.js → chunk-57IYVSAC.js} +2 -2
  262. package/__chunks__/{chunk-6KUWSIST.js → chunk-5D6UACXE.js} +2 -2
  263. package/__chunks__/{chunk-6RL44KRU.js → chunk-5DXRI4RA.js} +2 -2
  264. package/__chunks__/{chunk-BW6B3ISW.js → chunk-5GOKVHN3.js} +2 -2
  265. package/__chunks__/{chunk-JNCGE6ZG.js → chunk-5GY6VYU2.js} +2 -2
  266. package/__chunks__/{chunk-6PH7GSKK.js → chunk-5I3TVBZX.js} +2 -2
  267. package/__chunks__/{chunk-TWE72XRJ.js → chunk-5MCDF7HK.js} +2 -2
  268. package/__chunks__/{chunk-N4YFXMKQ.js → chunk-5MOSR5EF.js} +2 -2
  269. package/__chunks__/{chunk-YW5EYI7A.js → chunk-5PZAFE6C.js} +2 -2
  270. package/__chunks__/{chunk-4UBQW45P.js → chunk-5RFR4ZEX.js} +2 -2
  271. package/__chunks__/{chunk-PECWDR7O.js → chunk-5TZW5J6C.js} +2 -2
  272. package/__chunks__/{chunk-ZQQVJRJA.js → chunk-5WWTKSLM.js} +2 -2
  273. package/__chunks__/{chunk-PUOBJCBI.js → chunk-5ZDBM34W.js} +2 -2
  274. package/__chunks__/chunk-65BBQ7KE.js +2 -0
  275. package/__chunks__/{chunk-6QDOHWW2.js → chunk-6M2AJ4C4.js} +2 -2
  276. package/__chunks__/{chunk-7YGGL6VD.js → chunk-6PTZMKQ2.js} +2 -2
  277. package/__chunks__/{chunk-PESDMPD2.js → chunk-6UW464M6.js} +2 -2
  278. package/__chunks__/{chunk-ICOJDOJ4.js → chunk-6WKPGCZ7.js} +2 -2
  279. package/__chunks__/{chunk-4CZQ6YQW.js → chunk-75SQ7UW4.js} +2 -2
  280. package/__chunks__/{chunk-K2NS6SIZ.js → chunk-77UWXDXT.js} +2 -2
  281. package/__chunks__/{chunk-AL6N3HGG.js → chunk-7BCHRLLZ.js} +2 -2
  282. package/__chunks__/{chunk-BK33GXSN.js → chunk-7IJCGANO.js} +3 -12
  283. package/__chunks__/{chunk-SZR77B4T.js → chunk-7KHCWAFP.js} +2 -2
  284. package/__chunks__/{chunk-6ESSW7JI.js → chunk-7KTKWFPS.js} +2 -2
  285. package/__chunks__/chunk-7LZ2RCBN.js +2 -0
  286. package/__chunks__/{chunk-O2WVM2BH.js → chunk-7RQ4APQW.js} +2 -2
  287. package/__chunks__/{chunk-3NZLM666.js → chunk-7S7MUCN7.js} +2 -2
  288. package/__chunks__/{chunk-4T5WGCDQ.js → chunk-7TS7AS3V.js} +2 -2
  289. package/__chunks__/{chunk-CIFVVBRB.js → chunk-7TXFWVAS.js} +2 -2
  290. package/__chunks__/{chunk-4GKSQE2H.js → chunk-7Z72QTQT.js} +2 -2
  291. package/__chunks__/{chunk-NF5NHT3U.js → chunk-A6ZJFI6U.js} +2 -2
  292. package/__chunks__/{chunk-PIZOI42D.js → chunk-AAMINW2L.js} +2 -2
  293. package/__chunks__/{chunk-4GJGBARS.js → chunk-AAXGHWHK.js} +2 -2
  294. package/__chunks__/{chunk-NKFY4DWI.js → chunk-AFF5WSLJ.js} +2 -2
  295. package/__chunks__/{chunk-VJOFL77X.js → chunk-AGTANCII.js} +2 -2
  296. package/__chunks__/{chunk-KXA37MRE.js → chunk-AGYFLJZ7.js} +2 -2
  297. package/__chunks__/chunk-AIDSZWZP.js +2 -0
  298. package/__chunks__/{chunk-2J4YURD4.js → chunk-AMGR2M5A.js} +2 -2
  299. package/__chunks__/{chunk-KG2YWZWS.js → chunk-AMP6PWNW.js} +2 -2
  300. package/__chunks__/{chunk-IFEL27QI.js → chunk-APKVKK77.js} +2 -2
  301. package/__chunks__/{chunk-5JVOJYB7.js → chunk-AVP5JZU4.js} +2 -2
  302. package/__chunks__/{chunk-YYKZSKWX.js → chunk-AY3KZ2XJ.js} +2 -2
  303. package/__chunks__/{chunk-4NFNYA6L.js → chunk-BCAIIWSI.js} +2 -2
  304. package/__chunks__/{chunk-TDFD47GP.js → chunk-BDFNR5SH.js} +2 -2
  305. package/__chunks__/chunk-BI7YFAM6.js +2 -0
  306. package/__chunks__/{chunk-TYGSKWIN.js → chunk-BL23PYY7.js} +2 -2
  307. package/__chunks__/chunk-BUE5XWEG.js +95 -0
  308. package/__chunks__/{chunk-QGNHCEUE.js → chunk-BVLTPE2U.js} +2 -2
  309. package/__chunks__/{chunk-BIRTMYQ6.js → chunk-BX2YZXNB.js} +2 -2
  310. package/__chunks__/{chunk-NPRZ2DCL.js → chunk-CDZGQFS7.js} +2 -2
  311. package/__chunks__/chunk-CE4FYT2J.js +2 -0
  312. package/__chunks__/{chunk-EKFPUV4F.js → chunk-CNW4O7BI.js} +2 -2
  313. package/__chunks__/{chunk-2YWGRJCJ.js → chunk-CU4EJZPG.js} +2 -2
  314. package/__chunks__/{chunk-D6K2632Q.js → chunk-D4TDH3K5.js} +2 -2
  315. package/__chunks__/chunk-D5NU3AML.js +2 -0
  316. package/__chunks__/{chunk-IF75XRNK.js → chunk-DBSSHZTA.js} +2 -2
  317. package/__chunks__/{chunk-46BKYURR.js → chunk-DD5JVCFE.js} +2 -2
  318. package/__chunks__/{chunk-E6ZYASMT.js → chunk-DGAM6XEP.js} +2 -2
  319. package/__chunks__/{chunk-TWOOX54R.js → chunk-DJFSKTNV.js} +2 -2
  320. package/__chunks__/{chunk-F2BOSVKG.js → chunk-DK7N66YC.js} +2 -2
  321. package/__chunks__/{chunk-QUKEGF7K.js → chunk-DNB7J2MS.js} +2 -2
  322. package/__chunks__/{chunk-QIUP5OYO.js → chunk-DV2CVP7X.js} +2 -2
  323. package/__chunks__/chunk-DVDVEIFR.js +2 -0
  324. package/__chunks__/{chunk-BBOVTFFJ.js → chunk-DVGTHDXW.js} +2 -2
  325. package/__chunks__/chunk-EDJPAUHJ.js +2 -0
  326. package/__chunks__/chunk-EHC4LTN6.js +2 -0
  327. package/__chunks__/{chunk-GZKWOT6B.js → chunk-ELYV2SKE.js} +2 -2
  328. package/__chunks__/chunk-EMZCHQVV.js +2 -0
  329. package/__chunks__/chunk-EOA7CLK3.js +2 -0
  330. package/__chunks__/{chunk-UWL6VWT6.js → chunk-F23CSRK5.js} +2 -2
  331. package/__chunks__/{chunk-OXHKIOFQ.js → chunk-FBQHRM3X.js} +2 -2
  332. package/__chunks__/{chunk-DQILJI5O.js → chunk-FBRYXSMX.js} +2 -2
  333. package/__chunks__/{chunk-OV6PDRC7.js → chunk-FCN7H4SY.js} +2 -2
  334. package/__chunks__/{chunk-XW7KLOKJ.js → chunk-FDXN6YLJ.js} +2 -2
  335. package/__chunks__/{chunk-LBYEHZYB.js → chunk-FGXDGBV5.js} +2 -2
  336. package/__chunks__/chunk-FKNYILKD.js +2 -0
  337. package/__chunks__/{chunk-KDJ5XLYD.js → chunk-FLQVDCRW.js} +2 -2
  338. package/__chunks__/{chunk-GGU5XCLF.js → chunk-FOACFE3P.js} +2 -2
  339. package/__chunks__/{chunk-E6REZQON.js → chunk-FU4ZP2YD.js} +2 -2
  340. package/__chunks__/{chunk-4DAANLRO.js → chunk-FW4WRNYF.js} +2 -2
  341. package/__chunks__/{chunk-SLGNWMKR.js → chunk-FZ5RCTDH.js} +2 -2
  342. package/__chunks__/{chunk-BSIP4PEV.js → chunk-G5G6T4QU.js} +2 -2
  343. package/__chunks__/chunk-GAK6DVPV.js +2 -0
  344. package/__chunks__/{chunk-RLJWKDNA.js → chunk-GE3OSG5Y.js} +2 -2
  345. package/__chunks__/{chunk-4JFFAJ5V.js → chunk-GJBIKWSZ.js} +2 -2
  346. package/__chunks__/{chunk-SYZABVVE.js → chunk-GJZPD2G3.js} +2 -2
  347. package/__chunks__/{chunk-GBBBLGO7.js → chunk-GLRILGVE.js} +2 -2
  348. package/__chunks__/{chunk-EML5TUJV.js → chunk-GTBR3QNN.js} +2 -2
  349. package/__chunks__/{chunk-XLUHTKQ3.js → chunk-GTDP6UVZ.js} +2 -2
  350. package/__chunks__/chunk-GYTTQEVH.js +2 -0
  351. package/__chunks__/chunk-GZ464WYC.js +2 -0
  352. package/__chunks__/chunk-H2J36SEW.js +2 -0
  353. package/__chunks__/{chunk-GE2ZYJPG.js → chunk-H2OVVJCG.js} +2 -2
  354. package/__chunks__/{chunk-HRDC3WE3.js → chunk-H7XCG6YD.js} +2 -2
  355. package/__chunks__/{chunk-CFYVOQBD.js → chunk-HAEP64IH.js} +2 -2
  356. package/__chunks__/{chunk-TB2X5ZV4.js → chunk-HASBWNJC.js} +2 -2
  357. package/__chunks__/chunk-HDMSE3RO.js +2 -0
  358. package/__chunks__/{chunk-ODRGRF5E.js → chunk-HETZHJ47.js} +2 -2
  359. package/__chunks__/{chunk-3EKW4LFO.js → chunk-HIVURGFZ.js} +2 -2
  360. package/__chunks__/chunk-HLYH7AA5.js +2 -0
  361. package/__chunks__/{chunk-UU5QENZ4.js → chunk-HOXPNPBO.js} +2 -2
  362. package/__chunks__/{chunk-QXXO4YR3.js → chunk-HQAX4WBB.js} +2 -2
  363. package/__chunks__/chunk-HZSUIYJZ.js +2 -0
  364. package/__chunks__/{chunk-ULAOA2OF.js → chunk-I4JRTHNX.js} +2 -2
  365. package/__chunks__/chunk-I5HBFIDP.js +2 -0
  366. package/__chunks__/chunk-IBCWBCWV.js +2 -0
  367. package/__chunks__/chunk-IFFRYKQD.js +2 -0
  368. package/__chunks__/chunk-IM72FKSD.js +2 -0
  369. package/__chunks__/{chunk-6TRO7RUV.js → chunk-INUMHUI6.js} +2 -2
  370. package/__chunks__/{chunk-A6DVHWOI.js → chunk-IRG4TYVT.js} +2 -2
  371. package/__chunks__/{chunk-HNZN3AWB.js → chunk-ISXL6PNX.js} +2 -2
  372. package/__chunks__/{chunk-VUNRUXWN.js → chunk-IWXSOU3L.js} +2 -2
  373. package/__chunks__/{chunk-P3EO43BR.js → chunk-JEZQCBXU.js} +2 -2
  374. package/__chunks__/{chunk-7UY6M3K4.js → chunk-JMFOZ33U.js} +2 -2
  375. package/__chunks__/{chunk-FDN5PJ5G.js → chunk-JQWPLWXQ.js} +2 -2
  376. package/__chunks__/{chunk-7GUTDQQX.js → chunk-JSGGCBSD.js} +2 -2
  377. package/__chunks__/{chunk-UORIA4VW.js → chunk-K5Y5PIZE.js} +2 -2
  378. package/__chunks__/chunk-KAQQM5YB.js +2 -0
  379. package/__chunks__/{chunk-IJE5B5DQ.js → chunk-KBJMIVGI.js} +2 -2
  380. package/__chunks__/{chunk-QS2KXUIF.js → chunk-KCBVC5MN.js} +2 -2
  381. package/__chunks__/{chunk-K37QHNN6.js → chunk-KFVRMKLU.js} +2 -2
  382. package/__chunks__/chunk-KIOIZZV7.js +2 -0
  383. package/__chunks__/{chunk-VKEU2AOF.js → chunk-KKFGBBBY.js} +2 -2
  384. package/__chunks__/{chunk-6ZRD5PBG.js → chunk-KRA2IQTL.js} +2 -2
  385. package/__chunks__/{chunk-XLBQGES4.js → chunk-KS6G7P7G.js} +2 -2
  386. package/__chunks__/{chunk-PYIOMDXK.js → chunk-KTBP3JW3.js} +2 -2
  387. package/__chunks__/{chunk-J7FQ7HQH.js → chunk-KTCLJGY6.js} +2 -2
  388. package/__chunks__/{chunk-YMIGM3FG.js → chunk-KWC2N6JB.js} +2 -2
  389. package/__chunks__/{chunk-DLT7BBAA.js → chunk-L76GCTZB.js} +2 -2
  390. package/__chunks__/{chunk-TX4GVAH4.js → chunk-LBY437YL.js} +2 -2
  391. package/__chunks__/{chunk-OULOPE3W.js → chunk-LNAFXTPF.js} +2 -2
  392. package/__chunks__/{chunk-NO3U6ZTL.js → chunk-LQKEULKO.js} +2 -2
  393. package/__chunks__/{chunk-G2UFHGNB.js → chunk-LRQ5UFZO.js} +2 -2
  394. package/__chunks__/{chunk-EKGPN3WI.js → chunk-LWDBDAEP.js} +2 -2
  395. package/__chunks__/{chunk-MVXGMWHA.js → chunk-M22WKX4A.js} +2 -2
  396. package/__chunks__/{chunk-SYE6ENLQ.js → chunk-M2GNQXYU.js} +2 -2
  397. package/__chunks__/{chunk-CP6EH5I3.js → chunk-M572LDEK.js} +2 -2
  398. package/__chunks__/{chunk-JCCSQNFI.js → chunk-MFW7HZSF.js} +2 -2
  399. package/__chunks__/{chunk-QCG2UIQJ.js → chunk-MIEAD3TP.js} +2 -2
  400. package/__chunks__/chunk-MJCYVLRD.js +2 -0
  401. package/__chunks__/{chunk-4B2KKQQO.js → chunk-MJLJJJOH.js} +2 -2
  402. package/__chunks__/{chunk-C6ERQ4DO.js → chunk-MMLLS4XP.js} +2 -2
  403. package/__chunks__/{chunk-AIIPQI6H.js → chunk-MMM74LC4.js} +2 -2
  404. package/__chunks__/{chunk-DEGEQJXG.js → chunk-MQY2PSNB.js} +2 -2
  405. package/__chunks__/{chunk-L6V2KLRC.js → chunk-MSETUI5B.js} +2 -2
  406. package/__chunks__/chunk-MSQK6LPZ.js +2 -0
  407. package/__chunks__/{chunk-DLMGSLQS.js → chunk-MWC3TACU.js} +2 -2
  408. package/__chunks__/{chunk-UD7SL2XY.js → chunk-MWGPX2HT.js} +2 -2
  409. package/__chunks__/{chunk-NNGPW4C4.js → chunk-MXWNLYOB.js} +2 -2
  410. package/__chunks__/{chunk-CJTGRCQD.js → chunk-N37GNKVV.js} +2 -2
  411. package/__chunks__/{chunk-PEPX6GK6.js → chunk-N3YYC6MR.js} +2 -2
  412. package/__chunks__/{chunk-KXXDJ5XK.js → chunk-N4GUGJR3.js} +2 -2
  413. package/__chunks__/chunk-N4Y4RKSM.js +2 -0
  414. package/__chunks__/{chunk-DELRXGNA.js → chunk-N5QP2WXQ.js} +2 -2
  415. package/__chunks__/{chunk-MSORD7QX.js → chunk-NG5CLNJV.js} +2 -2
  416. package/__chunks__/{chunk-VNS3EREE.js → chunk-NKRAMEAD.js} +2 -2
  417. package/__chunks__/{chunk-ADLP5CJN.js → chunk-NKZUTIMC.js} +2 -2
  418. package/__chunks__/{chunk-SSUUG5BL.js → chunk-NOWBBYWR.js} +2 -2
  419. package/__chunks__/chunk-NRVULMKI.js +2 -0
  420. package/__chunks__/chunk-NSVTZ7EK.js +2 -0
  421. package/__chunks__/{chunk-2JKUYYMH.js → chunk-NVRLKYWL.js} +2 -2
  422. package/__chunks__/chunk-NXEC3BPK.js +2 -0
  423. package/__chunks__/{chunk-H4RNJ7HA.js → chunk-NXXTHSEJ.js} +2 -2
  424. package/__chunks__/{chunk-KFGV5URE.js → chunk-NZIFHTJE.js} +2 -2
  425. package/__chunks__/chunk-O2FMEDWY.js +2 -0
  426. package/__chunks__/{chunk-IAUBQAOK.js → chunk-O7Q7DT3Y.js} +2 -2
  427. package/__chunks__/{chunk-THTT5Q6N.js → chunk-OBXGQOXW.js} +2 -2
  428. package/__chunks__/{chunk-PSBGRDPQ.js → chunk-OBYXZF6I.js} +2 -2
  429. package/__chunks__/{chunk-7RQKMS3Y.js → chunk-OEFSQO2L.js} +2 -2
  430. package/__chunks__/{chunk-RB3RDMEZ.js → chunk-OHPFQPWH.js} +2 -2
  431. package/__chunks__/chunk-OIT5VFN5.js +2 -0
  432. package/__chunks__/{chunk-LBHNTGFA.js → chunk-OJJSYERD.js} +2 -2
  433. package/__chunks__/{chunk-ADZSYS64.js → chunk-ONVJQ56M.js} +2 -2
  434. package/__chunks__/chunk-OTA2LA3T.js +2 -0
  435. package/__chunks__/{chunk-K4VNIWR7.js → chunk-OXZH3UDD.js} +2 -2
  436. package/__chunks__/{chunk-UV5UAFY5.js → chunk-P2EX32SE.js} +2 -2
  437. package/__chunks__/{chunk-LJZ2Z5GK.js → chunk-P6FFB5RE.js} +2 -2
  438. package/__chunks__/{chunk-YABW3YGJ.js → chunk-PGJVXS3M.js} +2 -2
  439. package/__chunks__/{chunk-I7IMX3TA.js → chunk-PPL6TX3B.js} +2 -2
  440. package/__chunks__/{chunk-QTMRIF2J.js → chunk-PUKMJ2QU.js} +2 -2
  441. package/__chunks__/chunk-PUO5WNBT.js +2 -0
  442. package/__chunks__/chunk-PUVXSM2Q.js +2 -0
  443. package/__chunks__/{chunk-H4R3CHUE.js → chunk-PXRL4NI4.js} +2 -2
  444. package/__chunks__/chunk-Q7AOKXIH.js +2 -0
  445. package/__chunks__/chunk-QGSXC3X7.js +2 -0
  446. package/__chunks__/{chunk-HZTTFD6Z.js → chunk-QTBUSADD.js} +2 -2
  447. package/__chunks__/{chunk-WS3NLUGZ.js → chunk-QYIP7Y4D.js} +2 -2
  448. package/__chunks__/{chunk-OVLHH36J.js → chunk-R2AOCTJO.js} +2 -2
  449. package/__chunks__/{chunk-RYAIZ3MK.js → chunk-R4ZNDXZZ.js} +2 -2
  450. package/__chunks__/{chunk-GAX23W6N.js → chunk-R7N7TLXM.js} +2 -2
  451. package/__chunks__/{chunk-2OUOWT2J.js → chunk-RA7LVLT3.js} +2 -2
  452. package/__chunks__/{chunk-CSVGCAGR.js → chunk-RBH25MKN.js} +2 -2
  453. package/__chunks__/{chunk-K5ZGAGDN.js → chunk-RKM5G4EL.js} +2 -2
  454. package/__chunks__/{chunk-I47ZRB3J.js → chunk-RMIXOOU4.js} +2 -2
  455. package/__chunks__/{chunk-2RB6MXX3.js → chunk-RNU5GLIC.js} +2 -2
  456. package/__chunks__/{chunk-E4PDJU4O.js → chunk-RRFEEU5R.js} +2 -2
  457. package/__chunks__/chunk-RS4O4D3T.js +2 -0
  458. package/__chunks__/{chunk-7WTDPYLK.js → chunk-S6CUFJI4.js} +2 -2
  459. package/__chunks__/chunk-SAY42IQG.js +2 -0
  460. package/__chunks__/chunk-SDHMG3MF.js +2 -0
  461. package/__chunks__/{chunk-7LSCY5X5.js → chunk-SDN3DVWH.js} +2 -2
  462. package/__chunks__/{chunk-DYKXDKPW.js → chunk-SLLHMHQX.js} +2 -2
  463. package/__chunks__/{chunk-UHYOSWXH.js → chunk-SMFNDPF4.js} +2 -2
  464. package/__chunks__/{chunk-CM7VKKGT.js → chunk-SOB6NGEO.js} +2 -2
  465. package/__chunks__/{chunk-SJ5W7YEQ.js → chunk-SSGPE422.js} +2 -2
  466. package/__chunks__/chunk-SUVNLENK.js +2 -0
  467. package/__chunks__/{chunk-DORGTO4R.js → chunk-SYBQZNUT.js} +2 -2
  468. package/__chunks__/chunk-T7H6KT7P.js +2 -0
  469. package/__chunks__/{chunk-3MPYMFCZ.js → chunk-TC3IEQ6R.js} +2 -2
  470. package/__chunks__/{chunk-OQ2PZJHD.js → chunk-TC5LN675.js} +2 -2
  471. package/__chunks__/{chunk-FAZ5KQE5.js → chunk-TLKSH7DV.js} +2 -2
  472. package/__chunks__/{chunk-4DIPG5ET.js → chunk-TMWWL4R5.js} +2 -2
  473. package/__chunks__/chunk-TOWUPBCX.js +2 -0
  474. package/__chunks__/{chunk-3PNRD7TK.js → chunk-TPBDAMNF.js} +2 -2
  475. package/__chunks__/{chunk-GIJUUGMU.js → chunk-TYAL3R2O.js} +2 -2
  476. package/__chunks__/{chunk-S6SE5SBG.js → chunk-TYJW7OOK.js} +2 -2
  477. package/__chunks__/{chunk-5UJAFAWV.js → chunk-UAPBELG5.js} +2 -2
  478. package/__chunks__/{chunk-VWBIE36N.js → chunk-UAZQQXDJ.js} +2 -2
  479. package/__chunks__/{chunk-YJZQLMN5.js → chunk-UCBRLQG4.js} +2 -2
  480. package/__chunks__/{chunk-4PS462LA.js → chunk-UGSXKRHC.js} +2 -2
  481. package/__chunks__/{chunk-CL4LBKNP.js → chunk-UIGGIAUD.js} +2 -2
  482. package/__chunks__/chunk-UMBPDNNH.js +2 -0
  483. package/__chunks__/{chunk-SI2ND36M.js → chunk-UOZROYIM.js} +2 -2
  484. package/__chunks__/{chunk-276YS6GD.js → chunk-US7S4UVQ.js} +2 -2
  485. package/__chunks__/chunk-V3RCXJHY.js +2 -0
  486. package/__chunks__/chunk-V4LHT5C5.js +2 -0
  487. package/__chunks__/{chunk-S5DG3XWF.js → chunk-V6AM6FC7.js} +2 -2
  488. package/__chunks__/chunk-VBLTZHXZ.js +2 -0
  489. package/__chunks__/{chunk-VXBF5YEX.js → chunk-VDL7EDE3.js} +2 -2
  490. package/__chunks__/chunk-VG5B7QGR.js +2 -0
  491. package/__chunks__/{chunk-TGDCWKZH.js → chunk-VI7ADJXL.js} +2 -2
  492. package/__chunks__/{chunk-M64HOSF5.js → chunk-VLNT5M7U.js} +2 -2
  493. package/__chunks__/{chunk-COTIVSZX.js → chunk-VP7S3PUL.js} +2 -2
  494. package/__chunks__/{chunk-RZBZ25V4.js → chunk-VPF532FJ.js} +2 -2
  495. package/__chunks__/{chunk-NZKAEZ33.js → chunk-VQZQPCDL.js} +2 -2
  496. package/__chunks__/{chunk-EWK5VJGZ.js → chunk-VSAUFFMU.js} +2 -2
  497. package/__chunks__/{chunk-PEROYFZE.js → chunk-VT6DJVLH.js} +2 -2
  498. package/__chunks__/{chunk-NMOCOZ45.js → chunk-VVALIC7A.js} +2 -2
  499. package/__chunks__/{chunk-MHZLSYKI.js → chunk-VW5CAHAT.js} +2 -2
  500. package/__chunks__/{chunk-662UHP22.js → chunk-WBZX7TSE.js} +2 -2
  501. package/__chunks__/{chunk-FSQWNG35.js → chunk-WDLBVQ5D.js} +2 -2
  502. package/__chunks__/{chunk-SSJJJRCG.js → chunk-WIC4L7GU.js} +2 -2
  503. package/__chunks__/{chunk-FXYQASFF.js → chunk-WIYDQY33.js} +2 -2
  504. package/__chunks__/{chunk-OC3TXL2V.js → chunk-WOTDMCDW.js} +2 -2
  505. package/__chunks__/{chunk-RYHH4RZQ.js → chunk-WPFVWSE2.js} +2 -2
  506. package/__chunks__/{chunk-UUTFXV7R.js → chunk-WQRV6Q4I.js} +2 -2
  507. package/__chunks__/chunk-WUSVFLKB.js +2 -0
  508. package/__chunks__/chunk-WYO3ACZA.js +2 -0
  509. package/__chunks__/{chunk-67Y3AMWC.js → chunk-WYULNCR5.js} +2 -2
  510. package/__chunks__/{chunk-JVJ35ACI.js → chunk-X3GBJJTX.js} +2 -2
  511. package/__chunks__/{chunk-3EIANMGZ.js → chunk-XAK2F7QF.js} +2 -2
  512. package/__chunks__/{chunk-5N7SGEPN.js → chunk-XAYKJNTQ.js} +2 -2
  513. package/__chunks__/{chunk-D6QDCC6K.js → chunk-XETBES2J.js} +2 -2
  514. package/__chunks__/chunk-XEUACPBG.js +2 -0
  515. package/__chunks__/{chunk-OEUUKFZX.js → chunk-XFR53Y2T.js} +2 -2
  516. package/__chunks__/{chunk-VTNGZWCK.js → chunk-XG3AUVTB.js} +2 -2
  517. package/__chunks__/{chunk-KCMVZBPM.js → chunk-XGC4YOZG.js} +2 -2
  518. package/__chunks__/{chunk-KNB6THOA.js → chunk-XPAB4KEC.js} +2 -2
  519. package/__chunks__/{chunk-SDXMBWMP.js → chunk-XPZRJU7B.js} +2 -2
  520. package/__chunks__/{chunk-H54I2UQO.js → chunk-XRDYVHFQ.js} +2 -2
  521. package/__chunks__/chunk-XTAVX6DY.js +2 -0
  522. package/__chunks__/{chunk-OQQR4I6J.js → chunk-XXB6YCHK.js} +2 -2
  523. package/__chunks__/{chunk-WHBXVHTG.js → chunk-Y2LOYSAQ.js} +2 -2
  524. package/__chunks__/chunk-Y2Q6UC7T.js +2 -0
  525. package/__chunks__/{chunk-5DSJZKLL.js → chunk-YADAZHGJ.js} +2 -2
  526. package/__chunks__/{chunk-W5HQJIVB.js → chunk-YFJJMIYF.js} +2 -2
  527. package/__chunks__/{chunk-EFNRFVO2.js → chunk-YH7QP4PG.js} +2 -2
  528. package/__chunks__/{chunk-OGNWXPRW.js → chunk-YHR5BXQE.js} +2 -2
  529. package/__chunks__/{chunk-VFYYQZQZ.js → chunk-YL4HIGAS.js} +2 -2
  530. package/__chunks__/chunk-YL4NQQSG.js +2 -0
  531. package/__chunks__/{chunk-XYUNAPP6.js → chunk-YPCSNMOJ.js} +2 -2
  532. package/__chunks__/{chunk-VV6VND4H.js → chunk-YT33PZ5Z.js} +2 -2
  533. package/__chunks__/{chunk-IOTDZMOJ.js → chunk-YU2OY7NM.js} +2 -2
  534. package/__chunks__/{chunk-TYUFKGBQ.js → chunk-YXBDJ6ES.js} +2 -2
  535. package/__chunks__/{chunk-CZPTFQLZ.js → chunk-YXR6YOXO.js} +2 -2
  536. package/__chunks__/chunk-YYMXKWPS.js +2 -0
  537. package/__chunks__/{chunk-Q2AWPGGC.js → chunk-Z3FCAX26.js} +2 -2
  538. package/__chunks__/{chunk-KHT5EVI2.js → chunk-ZD2UUENZ.js} +2 -2
  539. package/__chunks__/{chunk-PU6S3SWP.js → chunk-ZM54CJIZ.js} +2 -2
  540. package/__chunks__/{chunk-QISFF3ZA.js → chunk-ZOKMOZK7.js} +2 -2
  541. package/__chunks__/{chunk-VXSNXHLS.js → chunk-ZOOFULL2.js} +2 -2
  542. package/__chunks__/{chunk-6P2POR4F.js → chunk-ZQDDR22R.js} +2 -2
  543. package/__chunks__/{chunk-PHNZUSW7.js → chunk-ZTEGH2KI.js} +2 -2
  544. package/__chunks__/{chunk-LN4KBPOR.js → chunk-ZTHFZQXQ.js} +2 -2
  545. package/__commonjs/UI/LoadingDots/LoadingDots.d.ts +2 -0
  546. package/__commonjs/UI/LoadingDots/LoadingDots.js +3 -3
  547. package/__commonjs/UI/LoadingDots/index.js +3 -3
  548. package/__commonjs/UI/Pagination/Pagination.js +97 -13
  549. package/__commonjs/UI/Pagination/components/PaginationEllipsisForm/PaginationEllipsisForm.d.ts +9 -0
  550. package/__commonjs/UI/Pagination/components/PaginationEllipsisForm/PaginationEllipsisForm.js +2836 -0
  551. package/__commonjs/UI/Pagination/components/PaginationEllipsisForm/index.d.ts +2 -0
  552. package/__commonjs/UI/Pagination/components/PaginationEllipsisForm/index.js +2836 -0
  553. package/__commonjs/UI/Pagination/components/PaginationEllipsisForm/paginationEllipsisFormStyles.js +102 -0
  554. package/__commonjs/UI/Pagination/components/index.d.ts +1 -0
  555. package/__commonjs/UI/Pagination/components/index.js +96 -3
  556. package/__commonjs/UI/Pagination/index.js +97 -13
  557. package/__commonjs/UI/Pagination/paginationStyles.js +2 -11
  558. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  559. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +8 -8
  560. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  561. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  562. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  563. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  564. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  565. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  566. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  567. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  568. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  569. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  570. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  571. package/__commonjs/UI/index.js +174 -90
  572. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +119 -35
  573. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +119 -35
  574. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +104 -20
  575. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +104 -20
  576. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +119 -35
  577. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +115 -31
  578. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +115 -31
  579. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +119 -35
  580. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +119 -35
  581. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +119 -35
  582. package/__commonjs/UI/ledger/index.js +119 -35
  583. package/__commonjs/UI/pages/UnlockPage/index.js +127 -43
  584. package/__commonjs/UI/pages/index.js +127 -43
  585. package/__commonjs/hooks/index.js +1 -1
  586. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  587. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  588. package/__commonjs/hooks/transactions/index.js +1 -1
  589. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  590. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  591. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  592. package/__commonjs/utils/index.js +1 -1
  593. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  594. package/__commonjs/utils/transactions/index.js +1 -1
  595. package/__mocks__/index.js +1 -1
  596. package/__mocks__/utils/index.js +1 -1
  597. package/__mocks__/utils/renderWithProvider.js +1 -1
  598. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  599. package/apiCalls/accounts/index.js +1 -1
  600. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  601. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  602. package/apiCalls/configuration/index.js +1 -1
  603. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  604. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  605. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  606. package/apiCalls/economics/index.js +1 -1
  607. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  608. package/apiCalls/index.js +1 -1
  609. package/apiCalls/tokens/getPersistedToken.js +1 -1
  610. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  611. package/apiCalls/transactions/index.js +1 -1
  612. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  613. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  614. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  615. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  616. package/apiCalls/utils/getScamAddressData.js +1 -1
  617. package/apiCalls/utils/index.js +1 -1
  618. package/apiCalls/utils/useApiFetch.js +1 -1
  619. package/components/LogoutListener/LogoutListener.js +1 -1
  620. package/components/LogoutListener/helpers/index.js +1 -1
  621. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  622. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  623. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  624. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  625. package/components/LogoutListener/index.js +1 -1
  626. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  627. package/components/ProviderInitializer/helpers/index.js +1 -1
  628. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  629. package/components/ProviderInitializer/hooks/index.js +1 -1
  630. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  631. package/components/ProviderInitializer/index.js +1 -1
  632. package/components/TransactionSender/TransactionSender.js +1 -1
  633. package/components/TransactionSender/index.js +1 -1
  634. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  635. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  636. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  637. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  638. package/components/TransactionsTracker/index.js +1 -1
  639. package/hooks/account/index.js +1 -1
  640. package/hooks/account/useGetAccount.js +1 -1
  641. package/hooks/account/useGetAccountInfo.js +1 -1
  642. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  643. package/hooks/account/useGetIsLoggedIn.js +1 -1
  644. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  645. package/hooks/account/useGetLoginInfo.js +1 -1
  646. package/hooks/account/useGetWebsocketEvent.js +1 -1
  647. package/hooks/economics/index.js +1 -1
  648. package/hooks/economics/useGetEgldPrice.js +1 -1
  649. package/hooks/index.js +1 -1
  650. package/hooks/login/index.js +1 -1
  651. package/hooks/login/useCrossWindowLogin.js +1 -1
  652. package/hooks/login/useExtensionLogin.js +1 -1
  653. package/hooks/login/useGetModalLoginMethods.js +1 -1
  654. package/hooks/login/useIframeLogin.js +1 -1
  655. package/hooks/login/useLedgerLogin.js +1 -1
  656. package/hooks/login/useLoginService.js +1 -1
  657. package/hooks/login/useMetamaskLogin.js +1 -1
  658. package/hooks/login/useOperaLogin.js +1 -1
  659. package/hooks/login/usePasskeyLogin.js +1 -1
  660. package/hooks/login/useWalletConnectV2Login.js +1 -1
  661. package/hooks/login/useWebViewLogin.js +1 -1
  662. package/hooks/login/useWebWalletLogin.js +1 -1
  663. package/hooks/login/useXaliasLogin.js +1 -1
  664. package/hooks/signMessage/index.js +1 -1
  665. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  666. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  667. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  668. package/hooks/signMessage/useSignMessage.js +1 -1
  669. package/hooks/toasts/index.js +1 -1
  670. package/hooks/toasts/useGetToasts.js +1 -1
  671. package/hooks/toasts/useTransactionsToasts.js +1 -1
  672. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  673. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  674. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  675. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  676. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  677. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  678. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  679. package/hooks/transactions/batch/useGetBatches.js +1 -1
  680. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  681. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  682. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  683. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  684. package/hooks/transactions/helpers/index.js +1 -1
  685. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  686. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  687. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  688. package/hooks/transactions/index.js +1 -1
  689. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  690. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  691. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  692. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  693. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  694. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  695. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  696. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  697. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  698. package/hooks/transactions/useGetPollingInterval.js +1 -1
  699. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  700. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  701. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  702. package/hooks/transactions/useGetTokenDetails.js +1 -1
  703. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  704. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  705. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  706. package/hooks/transactions/useSignTransactions.js +1 -1
  707. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  708. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  709. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  710. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  711. package/hooks/transactions/useTransactionsTracker.js +1 -1
  712. package/hooks/useGetNetworkConfig.js +1 -1
  713. package/hooks/useGetNotification.js +1 -1
  714. package/hooks/websocketListener/index.js +1 -1
  715. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  716. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  717. package/models/index.js +1 -1
  718. package/models/newTransaction.js +1 -1
  719. package/package.json +1 -1
  720. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  721. package/providers/experimentalWebViewProvider/index.js +1 -1
  722. package/providers/webviewProvider/index.js +1 -1
  723. package/providers/webviewProvider/requestMethods.js +1 -1
  724. package/providers/webviewProvider/webviewProvider.js +1 -1
  725. package/reduxStore/DappProviderContext.js +1 -1
  726. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  727. package/reduxStore/persistConfig.js +1 -1
  728. package/reduxStore/persistedRootReducer.js +1 -1
  729. package/reduxStore/reducers.js +1 -1
  730. package/reduxStore/rootReducer.js +1 -1
  731. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  732. package/reduxStore/selectors/index.js +1 -1
  733. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  734. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  735. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  736. package/reduxStore/slices/index.js +1 -1
  737. package/reduxStore/slices/networkConfigSlice.js +1 -1
  738. package/reduxStore/store.js +1 -1
  739. package/services/index.js +1 -1
  740. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  741. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  742. package/services/nativeAuth/helpers/index.js +1 -1
  743. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  744. package/services/transactions/clearTransactions.js +1 -1
  745. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  746. package/services/transactions/getTransactionsDetails.js +1 -1
  747. package/services/transactions/index.js +1 -1
  748. package/services/transactions/sendBatchTransactions.js +1 -1
  749. package/services/transactions/sendBatchTransactions.test.js +1 -1
  750. package/services/transactions/sendTransactions.js +1 -1
  751. package/services/transactions/signTransactions.js +1 -1
  752. package/services/transactions/transformAndSignTransactions.js +1 -1
  753. package/services/transactions/updateSignedTransactions.js +1 -1
  754. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  755. package/services/transactions/utils.js +1 -1
  756. package/utils/account/getAccount.js +1 -1
  757. package/utils/account/getAccountBalance.js +1 -1
  758. package/utils/account/getAccountShard.js +1 -1
  759. package/utils/account/getAddress.js +1 -1
  760. package/utils/account/getLatestNonce.js +1 -1
  761. package/utils/account/getWebviewToken.js +1 -1
  762. package/utils/account/index.js +1 -1
  763. package/utils/account/loginWithExternalProvider.js +1 -1
  764. package/utils/account/refreshAccount.js +1 -1
  765. package/utils/account/setNonce.js +1 -1
  766. package/utils/account/signMessage.js +1 -1
  767. package/utils/clearNavigationHistory.js +1 -1
  768. package/utils/decoders/index.js +1 -1
  769. package/utils/getIsLoggedIn.js +1 -1
  770. package/utils/index.js +1 -1
  771. package/utils/internal/index.js +1 -1
  772. package/utils/internal/optionalRedirect.js +1 -1
  773. package/utils/logout.js +1 -1
  774. package/utils/network/getChainID.js +1 -1
  775. package/utils/network/getEgldLabel.js +1 -1
  776. package/utils/network/getNetworkConfig.js +1 -1
  777. package/utils/network/index.js +1 -1
  778. package/utils/operations/calculateFeeLimit.js +1 -1
  779. package/utils/operations/index.js +1 -1
  780. package/utils/parseNavigationParams.js +1 -1
  781. package/utils/redirect.js +1 -1
  782. package/utils/removeSearchParamsFromUrl.js +1 -1
  783. package/utils/toasts/customToastsActions.js +1 -1
  784. package/utils/toasts/index.js +1 -1
  785. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  786. package/utils/transactions/builtCallbackUrl.js +1 -1
  787. package/utils/transactions/getAllTransactionsLink.js +1 -1
  788. package/utils/transactions/getDataPayloadForTransaction.js +1 -1
  789. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  790. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  791. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  792. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  793. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  794. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  795. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  796. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  797. package/utils/transactions/getOperationsDetails.js +1 -1
  798. package/utils/transactions/getTransactionLink.js +1 -1
  799. package/utils/transactions/getUsernameForTransaction.js +1 -1
  800. package/utils/transactions/index.js +1 -1
  801. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  802. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  803. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  804. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
  805. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  806. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  807. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  808. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  809. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  810. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  811. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  812. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  813. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  814. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  815. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  816. package/utils/validation/index.js +1 -1
  817. package/utils/waitForChainID.js +1 -1
  818. package/utils/window/getDefaultCallbackUrl.js +1 -1
  819. package/utils/window/index.js +1 -1
  820. package/web/hooks/index.js +1 -1
  821. package/web/hooks/useIdleTimer.js +1 -1
  822. package/web/index.js +1 -1
  823. package/wrappers/AppInitializer.js +1 -1
  824. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  825. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  826. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  827. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  828. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  829. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  830. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  831. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  832. package/wrappers/DappProvider/CustomComponents.js +1 -1
  833. package/wrappers/DappProvider/DappProvider.js +1 -1
  834. package/wrappers/DappProvider/index.js +1 -1
  835. package/wrappers/index.js +1 -1
  836. package/__chunks__/chunk-2DD3X4BR.js +0 -2
  837. package/__chunks__/chunk-3ES7HQFE.js +0 -2
  838. package/__chunks__/chunk-3G2HCPRQ.js +0 -2
  839. package/__chunks__/chunk-3H6QN3WO.js +0 -2
  840. package/__chunks__/chunk-3MK3BQHM.js +0 -2
  841. package/__chunks__/chunk-3ZPAFZR6.js +0 -2
  842. package/__chunks__/chunk-42PNTLRC.js +0 -2
  843. package/__chunks__/chunk-5U3YUIZQ.js +0 -2
  844. package/__chunks__/chunk-6LVXVQEV.js +0 -2
  845. package/__chunks__/chunk-7P5MQMIJ.js +0 -2
  846. package/__chunks__/chunk-AGKP7455.js +0 -2
  847. package/__chunks__/chunk-AGW4S2OQ.js +0 -2
  848. package/__chunks__/chunk-AOXIRO72.js +0 -2
  849. package/__chunks__/chunk-BXZVRUB2.js +0 -2
  850. package/__chunks__/chunk-C7HWDSJ5.js +0 -2
  851. package/__chunks__/chunk-CCK4MBG6.js +0 -2
  852. package/__chunks__/chunk-D2FIWJL6.js +0 -2
  853. package/__chunks__/chunk-DLL6NAPP.js +0 -2
  854. package/__chunks__/chunk-E6I7UKHO.js +0 -2
  855. package/__chunks__/chunk-FQHFXSKV.js +0 -2
  856. package/__chunks__/chunk-FV5YN5KV.js +0 -2
  857. package/__chunks__/chunk-FYZ6SGBT.js +0 -2
  858. package/__chunks__/chunk-FZ2R5HQP.js +0 -2
  859. package/__chunks__/chunk-GR2VEC4M.js +0 -2
  860. package/__chunks__/chunk-HELM2624.js +0 -2
  861. package/__chunks__/chunk-I62QPRJG.js +0 -2
  862. package/__chunks__/chunk-JGFZ7M7N.js +0 -2
  863. package/__chunks__/chunk-JXURFTOC.js +0 -2
  864. package/__chunks__/chunk-KFUQH5Z7.js +0 -2
  865. package/__chunks__/chunk-KN6D65Z4.js +0 -2
  866. package/__chunks__/chunk-LY2ATENV.js +0 -2
  867. package/__chunks__/chunk-MCVZ2L7D.js +0 -2
  868. package/__chunks__/chunk-MQCGFZND.js +0 -2
  869. package/__chunks__/chunk-N3SBY5MZ.js +0 -2
  870. package/__chunks__/chunk-ODJTHUZY.js +0 -2
  871. package/__chunks__/chunk-OMO25WL4.js +0 -2
  872. package/__chunks__/chunk-OY7P7YMY.js +0 -2
  873. package/__chunks__/chunk-P72KJPAQ.js +0 -2
  874. package/__chunks__/chunk-PTNMQR7E.js +0 -2
  875. package/__chunks__/chunk-QGDC4E5L.js +0 -2
  876. package/__chunks__/chunk-QJ5GPETA.js +0 -2
  877. package/__chunks__/chunk-QPRIHXMP.js +0 -2
  878. package/__chunks__/chunk-RE7PGVWU.js +0 -2
  879. package/__chunks__/chunk-TDJA3GMJ.js +0 -2
  880. package/__chunks__/chunk-UGGP5MV5.js +0 -2
  881. package/__chunks__/chunk-V2OTXVLL.js +0 -2
  882. package/__chunks__/chunk-VKP3E34Y.js +0 -2
  883. package/__chunks__/chunk-VURTVJMB.js +0 -2
  884. package/__chunks__/chunk-VXUN6YWS.js +0 -2
  885. package/__chunks__/chunk-WGGJFQYQ.js +0 -2
  886. package/__chunks__/chunk-WLB66RDQ.js +0 -2
  887. package/__chunks__/chunk-WQO4YR2Z.js +0 -2
  888. package/__chunks__/chunk-XAT7MM7Y.js +0 -2
  889. package/__chunks__/chunk-Y7OUX2K6.js +0 -2
  890. package/__chunks__/chunk-YIDKO7OV.js +0 -2
  891. package/__chunks__/chunk-YKSECA2M.js +0 -2
@@ -3558,7 +3558,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
3558
3558
  .dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel {
3559
3559
  margin-top: 32px;
3560
3560
  }
3561
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xg));_w={"wallet-connect":"dapp-core-component__signWithDeviceModalStyles__wallet-connect",walletConnect:"dapp-core-component__signWithDeviceModalStyles__wallet-connect","modal-container":"dapp-core-component__signWithDeviceModalStyles__modal-container",modalContainer:"dapp-core-component__signWithDeviceModalStyles__modal-container",formGroup:"dapp-core-component__signWithDeviceModalStyles__formGroup",title:"dapp-core-component__signWithDeviceModalStyles__title","modal-layout-content":"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",modalLayoutContent:"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",guarded:"dapp-core-component__signWithDeviceModalStyles__guarded",spaced:"dapp-core-component__signWithDeviceModalStyles__spaced","modal-layout-heading-icon":"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",modalLayoutHeadingIcon:"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",back:"dapp-core-component__signWithDeviceModalStyles__back",close:"dapp-core-component__signWithDeviceModalStyles__close",disabled:"dapp-core-component__signWithDeviceModalStyles__disabled","sign-buttons":"dapp-core-component__signWithDeviceModalStyles__sign-buttons",signButtons:"dapp-core-component__signWithDeviceModalStyles__sign-buttons","sign-button-submit":"dapp-core-component__signWithDeviceModalStyles__sign-button-submit",signButtonSubmit:"dapp-core-component__signWithDeviceModalStyles__sign-button-submit","sign-button-cancel":"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel",signButtonCancel:"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel"}});var gw={};V(gw,{SignWithDeviceModal:()=>fw});module.exports=U(gw);n();var Lt=S(require("react")),Bc=S(require("classnames"));n();var fs=S(require("react"));n();var qn=S(require("react"));n();Ho();var _s=()=>!Pe();var ch=()=>y(void 0,null,function*(){return yield Promise.resolve().then(()=>(ca(),ia))}),sh=()=>(ca(),U(ia)).default,sa=_s();function us({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:t}){let[r,s]=qn.default.useState(sa?void 0:sh()),[p,m]=qn.default.useState(sa||t==null?void 0:t()),d=()=>y(this,null,function*(){(e?e():ch()).then(l=>s(l.default)),o==null||o().then(l=>m(l.default))});return(0,qn.useEffect)(()=>{sa&&d()},[]),{globalStyles:r,styles:p}}function C(e,o){return t=>{let{globalStyles:r,styles:s}=us({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return fs.default.createElement(e,k(T({},t),{globalStyles:r!=null?r:{},styles:s!=null?s:{}}))}}n();n();n();var sm=require("react"),In=require("react-redux");n();var Ha=require("@reduxjs/toolkit"),im=require("react-redux/lib/utils/Subscription");G();n();var Gp=S(require("lodash.throttle"));P();G();ka();xn();Tn();var rT=[Ut],pr=!1,aT=(0,Gp.default)(()=>{Zn(Yn())},5e3),Hp=e=>o=>t=>{if(rT.includes(t.type))return o(t);let r=e.getState(),s=Xe.local.getItem(Ee.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(t);if(s==null)return Zn(Yn());let m=Date.now();return s-m<0&&!pr?setTimeout(()=>{pr=!0,e.dispatch(np())},1e3):(pr&&(pr=!1),aT()),o(t)};n();n();function mr(){return typeof sessionStorage!="undefined"}var tm=mr()?(Kp(),U(jp)).default:(Yp(),U(Xp)).default,rm=mr()?(Jp(),U(Zp)).default:[],am=mr()?(nm(),U(om)).default:e=>e;dr();var L=(0,Ha.configureStore)({reducer:tm,middleware:e=>e({serializableCheck:{ignoredActions:[...rm,Ia.type,$t.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Hp)}),cm=(0,im.createSubscription)(L),LL=am(L),DL=(0,Ha.configureStore)({reducer:Ko});var LT={store:L,subscription:cm},Va=(0,sm.createContext)(LT),EL=(0,In.createStoreHook)(Va),J=(0,In.createDispatchHook)(Va),D=(0,In.createSelectorHook)(Va);n();n();G();n();var pm=S(require("lodash.isequal")),_r=require("reselect"),I=(0,_r.createSelectorCreator)(_r.defaultMemoize,pm.default);var Ye=e=>e.account,so=I(Ye,e=>e.address),Xo=I(Ye,so,(e,o)=>o in e.accounts?e.accounts[o]:Vt),mm=I(Ye,Xo,(e,o)=>{let s=e,{accounts:t}=s,r=Ne(s,["accounts"]);return k(T({},r),{address:o.address,account:o})}),FL=I(Xo,e=>e.balance),dm=I(Xo,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),BL=I(Ye,e=>e.shard),DT=I(Ye,e=>e.ledgerAccount),UL=I(Ye,e=>e.walletConnectAccount),GL=I(Ye,e=>e.isAccountLoading),HL=I(Ye,e=>e.accountLoadingError),CT=I(Ye,e=>e.websocketEvent),NT=I(Ye,e=>e.websocketBatchEvent);n();var $a=e=>e.dappConfig,qL=I($a,e=>e.shouldUseWebViewProvider);n();var ye=e=>e.loginInfo,PT=I(ye,e=>e.loginMethod),kn=I(ye,so,(e,o)=>Boolean(o)),XL=I(ye,e=>e.walletConnectLogin),_m=I(ye,e=>e.ledgerLogin),lm=I(ye,e=>e.walletLogin),YL=I(ye,e=>e.isLoginSessionInvalid),qa=I(ye,e=>e.tokenLogin),za=I(ye,e=>e.logoutRoute),ET=I(ye,e=>e.isWalletConnectV2Initialized);n();var um=e=>e.modals,QL=I(um,e=>e.txSubmittedModal),RT=I(um,e=>e.notificationModal);n();var Le=e=>e.networkConfig,lr=I(Le,e=>e.network.chainId),MT=I(Le,e=>e.network.roundDuration),nD=I(Le,e=>e.network.walletConnectBridgeAddress),WT=I(Le,e=>e.network.walletConnectV2RelayAddress),OT=I(Le,e=>e.network.walletConnectV2ProjectId),FT=I(Le,e=>e.network.walletConnectV2Options),BT=I(Le,e=>e.network.walletConnectDeepLink),ue=I(Le,e=>e.network),ja=I(ue,e=>e.apiAddress),fm=I(ue,e=>e.explorerAddress),Ka=I(ue,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),UT=I(ue,e=>e.xAliasAddress),ur=I(ue,e=>e.egldLabel);n();var fr=e=>e.signedMessageInfo,aD=I(fr,e=>e.isSigning),iD=I(fr,e=>e.errorMessage),cD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),sD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var gm=e=>e.toasts,GT=I(gm,e=>e.customToasts),hm=I(gm,e=>e.transactionToasts);n();G();var Tm={errorMessage:Ra,successMessage:Ma,processingMessage:Wa},xm=e=>e.transactionsInfo,HT=I(xm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Tm);n();n();var Ze=require("@multiversx/sdk-core");P();n();var Xa=require("@multiversx/sdk-core/out");n();n();function tt(e){try{let o=atob(e),t=btoa(o),r=a.Buffer.from(e,"base64").toString(),s=a.Buffer.from(r).toString("base64"),p=e===t||t.startsWith(e),m=e===s||s.startsWith(e);if(p&&m)return!0}catch(o){return!1}return!1}function Yo(e){return tt(e)?atob(e):e}n();n();function gr(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function Zo(e){let o=e;try{let t=a.Buffer.from(e,"hex").toString();gr(t)&&t.length>1&&(o=t)}catch(t){}return o}n();n();var ym=e=>{let o=e!=null?e:"";return tt(o)?Xa.TransactionPayload.fromEncoded(o):new Xa.TransactionPayload(o)};n();P();var Jo=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(da).some(t=>e.startsWith(t)):!1;function rt(e){var r,s,p;let o=T({},e);Jo({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let t=new Ze.Transaction(T(T(k(T(k(T({value:o.value.valueOf(),data:ym(o.data),nonce:o.nonce.valueOf(),receiver:new Ze.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ze.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:jn,gasPrice:(s=o.gasPrice.valueOf())!=null?s:Kn,chainID:o.chainID.valueOf(),version:new Ze.TransactionVersion((p=o.version)!=null?p:Ws)}),o.options?{options:new Ze.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ze.Address(o.guardian)}:{}));return o.guardianSignature&&t.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&t.applySignature(a.Buffer.from(o.signature,"hex")),t}n();n();P();function VT(e,o){let t=new URLSearchParams(e),r=Object.fromEntries(t);return{nextUrlParams:new URLSearchParams(T(T({},r),o)).toString(),params:r}}var $T="3.1.7";function Ya({callbackUrl:e,urlParams:o={}}){let t=e;if(Object.entries(o).length>0)try{let{search:r,origin:s,pathname:p,hash:m}=new URL(e),d=k(T({},o),{[Bt]:$T}),{nextUrlParams:l}=VT(r,d);t=`${s}${p}?${l}${m}`}catch(r){return console.error("Unable to construct URL from: ",e,r),t}return t}n();n();n();var zT=require("@multiversx/sdk-core/out");n();P();n();var at=require("@multiversx/sdk-core");j();n();var Sm=require("@multiversx/sdk-core");function jT(e){try{let o=new Sm.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Io(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&jT(e)}var KT=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Za(e,o,t=""){if(!Io(e))return!1;if(new at.Address(e).isContractAddress())return!0;let p=bm({receiver:e,data:t});return p?new at.Address(p).isContractAddress()||ZT(e,o,t):!1}var XT=e=>e.toLowerCase().match(/[0-9a-f]/g),YT=e=>e.length%2===0;function ZT(e,o,t){let r=t==null?void 0:t.split("@");if(r==null)return!1;let[s,...p]=r,m=o!=null&&e!=null&&e===o,d=KT.includes(s),l=p.every(_=>XT(_)&&YT(_));return m&&d&&l}function bm({receiver:e,data:o}){try{if(!o)return e;let t=tt(o)?at.TransactionPayload.fromEncoded(o).toString():o,r=JT(t),s=t.split("@");return r>-1?s[r]:e}catch(t){console.log(t);return}}function JT(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}n();n();n();var Qa=require("@multiversx/sdk-core"),hr=S(require("bignumber.js"));z();var Ja={tokenId:"",amount:""},vm=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:Zo(p));function ei(e){if(!e)return Ja;let o=e.startsWith("ESDTTransfer"),t=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),r=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,s,p]=e.split("@");try{let m=a.Buffer.from(s,"hex").toString("ascii");if(!m)return Ja;let d=new hr.default("0x"+p.replace("0x","")).toString(10);return{tokenId:m,amount:d}}catch(m){console.error("Error getting token from transaction data",m)}}if(t)try{let[,s,p,m,d]=vm(e);if([s,p,m,d].every(l=>Boolean(l))&&Io(new Qa.Address(d).bech32()))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p,receiver:new Qa.Address(d).bech32()}}catch(s){}if(r)try{let[,s,p,m]=vm(e);if([s,p,m].every(d=>Boolean(d)))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p}}catch(s){}return Ja}n();n();n();var de="accounts";var Tr="blocks",Am="code",Im="collections";var km="contracts",it="economics",Lm="identities";var Dm="locked-accounts",Cm="logs",Nm="miniblocks";var ct="nfts",Pm="nodes",oi="providers",Em="roles",ni="sc-results";var ko="tokens";var Re="transactions";var st={shard:e=>`/${Tr}?shard=${e}`,receiverShard:e=>`/${Re}?receivershard=${e}`,senderShard:e=>`/${Re}?sendershard=${e}`,transactionDetails:e=>`/${Re}/${e}`,transactionDetailsScResults:e=>`/${Re}/${e}/${ni}`,transactionDetailsLogs:e=>`/${Re}/${e}/${Cm}`,nodeDetails:e=>`/${Pm}/${e}`,accountDetails:e=>`/${de}/${e}`,accountDetailsContractCode:e=>`/${de}/${e}/${Am}`,accountDetailsTokens:e=>`/${de}/${e}/${ko}`,accountDetailsNfts:e=>`/${de}/${e}/${ct}`,accountDetailsScResults:e=>`/${de}/${e}/${ni}`,accountDetailsContracts:e=>`/${de}/${e}/${km}`,identityDetails:e=>`/${Lm}/${e}`,tokenDetails:e=>`/${ko}/${e}`,tokenDetailsAccounts:e=>`/${ko}/${e}/${de}`,tokenDetailsLockedAccounts:e=>`/${ko}/${e}/${Dm}`,tokenDetailsRoles:e=>`/${ko}/${e}/${Em}`,collectionDetails:e=>`/${Im}/${e}`,nftDetails:e=>`/${ct}/${e}`,providerDetails:e=>`/${oi}/${e}`,providerDetailsTransactions:e=>`/${oi}/${e}/${Re}`,miniblockDetails:e=>`/${Nm}/${e}`};n();n();n();n();he();n();var Rm=!1;function ox(e){Rm||(console.error(e),Rm=!0)}function pt({explorerAddress:e,to:o}){try{return new URL(o).href}catch(t){return o.startsWith("/")||(ox(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}n();he();n();n();n();var nx=S(require("bignumber.js"));P();n();var Om=require("@multiversx/sdk-core"),Lo=S(require("bignumber.js"));P();n();var Wm=S(require("bignumber.js")),yr=(e,o=!0)=>{let t=String(e);if(!t.match(/^[-]?\d+$/))return!1;let r=new Wm.default(t),s=o?0:-1;return r.toString(10)===t&&r.comparedTo(0)>=s};n();function po(e){return{if:function(o){return o?{then:t=>t instanceof Function?po(t(e)):po(t)}:{then:()=>po(e)}},then:o=>o instanceof Function?po(o(e)):po(o),valueOf:function(){return e}}}Lo.default.config({ROUNDING_MODE:Lo.default.ROUND_FLOOR});function Me({input:e,decimals:o=Ae,digits:t=qo,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:s=!1,addCommas:p=!1}){if(!yr(e,!1))throw new Error("Invalid input");let m=new Lo.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),po(d).then(()=>Om.TokenTransfer.fungibleFromBigInteger("",d,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(l=>{let _=new Lo.default(l);if(_.isZero())return Ie;let u=_.toString(10),[f,x]=u.split("."),v=new Lo.default(x||0),h=po(0).if(Boolean(x&&r)).then(()=>Math.max(x.length,t)).if(v.isZero()&&!r).then(0).if(Boolean(x&&!r)).then(()=>Math.min(x.length,t)).valueOf(),E=x&&t>=1&&t<=x.length&&v.isGreaterThan(0)&&new Lo.default(x.substring(0,t)).isZero(),A=_.toFormat(h);return po(u).if(p).then(A).if(Boolean(E)).then(M=>{let W=new Lo.default(f).isZero(),[N,H]=M.split("."),q=new Array(t-1).fill(0),X=[...q,0].join(""),oe=[...q,1].join("");return W?s?`<${N}.${oe}`:r?`${N}.${H}`:N:`${N}.${X}`}).if(Boolean(!E&&x)).then(M=>{let[W]=M.split("."),N=x.substring(0,h);if(r){let H=t-N.length;if(H>0){let q=Array(H).fill(0).join("");return N=`${N}${q}`,`${W}.${N}`}return M}return N?`${W}.${N}`:W}).valueOf()}).if(m).then(l=>`-${l}`).valueOf()}n();n();n();P();n();n();n();n();P();n();P();n();var tx=require("@multiversx/sdk-core");P();n();var We=require("@multiversx/sdk-core"),Um=S(require("bignumber.js"));P();n();n();var ti=S(require("bignumber.js"));P();var Fm=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,t]=e.split("."),r=ti.default.clone();if(t){let d=t.split("").every(l=>!isNaN(parseInt(l)));for(r.set({DECIMAL_PLACES:d?t.length:ti.default.config().DECIMAL_PLACES});t.charAt(t.length-1)===Ie;)t=t.slice(0,-1)}let s=t?[o,t].join("."):o,p=r(s);return p.toString(10)===s&&p.comparedTo(0)>=0};n();P();n();var ri={isEsdt:!1,isNft:!1,isEgld:!1};function ai(e){let o=e==null?void 0:e.split("-").length;return o===2?k(T({},ri),{isEsdt:!0}):o===3?k(T({},ri),{isNft:!0}):k(T({},ri),{isEgld:!0})}var Bm={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function ii({minGasLimit:e=String(jn),gasLimit:o,gasPrice:t,data:r,gasPerDataByte:s,gasPriceModifier:p,defaultGasPrice:m=String(Kn),chainId:d}){let l=r||"",_=yr(o)?o:e,u=Jo({data:l})?xa:0,f=new Um.default(_).plus(u).toNumber(),x=Fm(t)?t:m,v=new We.Transaction({nonce:0,value:We.TokenPayment.egldFromAmount("0"),receiver:new We.Address(Bm.to),sender:new We.Address(Bm.to),gasPrice:parseInt(x),gasLimit:f,data:new We.TransactionPayload(l.trim()),chainID:d,version:new We.TransactionVersion(1)});try{return v.computeFee({GasPerDataByte:parseInt(s),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:d}).toString(10)}catch(h){return console.error(h),Ie}}n();var Sr=({amount:e,usd:o,decimals:t=2,addEqualSign:r})=>{let s=(parseFloat(e)*o).toFixed(t),p=parseFloat(s).toLocaleString("en",{maximumFractionDigits:t,minimumFractionDigits:t}),m=parseFloat(e)>0?"\u2248":"=";return`${r?`${m} `:""}$${p}`};n();n();n();n();P();n();P();var Gm=({feeLimit:e,egldPriceInUsd:o,hideEqualSign:t})=>{let r=Me({input:e,decimals:Ae,digits:qo,showLastNonZeroDecimal:!0}),s=Sr({amount:r,usd:o,decimals:qo});return t?s:`\u2248 ${s}`};n();P();n();he();var rx=["reDelegateRewards","claimRewards","unBond"],ax=["wrapEgld","unwrapEgld"],ix=["unStake"],cx=["unDelegate"];n();n();n();P();n();var mx=S(require("bignumber.js"));n();n();he();n();var _x=S(require("bignumber.js"));n();n();var Hm=({data:e,highlight:o,occurrences:t,transactionIndex:r})=>{let s=t[r]||e.indexOf(o),p=o.length,m=e.slice(0,s),d=e.slice(s+p);return{start:m,end:d}};n();function Vm({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}n();var si=S(require("bignumber.js"));j();n();var $m=(e,o)=>{let t=[],r=e.indexOf(o,0);for(;r>=0;)t.push(r),r=e.indexOf(o,r+1);return t};function qm(e){let o=[],t=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,s,...p]=e==null?void 0:e.split("@");if(r){let m=new si.default(s,16).toNumber();if(m>=Number.MAX_SAFE_INTEGER)return[];let d=0;for(let f=0;f<m;f++){let x={type:"nftTransaction",data:"",receiver:r};for(let v=0;v<3;v++){switch(v){case 0:x.token=Zo(p[d]),x.data=p[d];break;case 1:{let h=p[d]&&p[d].length?p[d]:"";h&&h!=="00"?x.nonce=h:x.type="esdtTransaction",x.data=`${x.data}@${p[d]}`;break}case 2:x.amount=new si.default(p[d],16).toString(10),x.data=`${x.data}@${p[d]}`;break;default:break}t=d+1,d++}o[f]=x}let l=o.length!==m,_=o.some(f=>$m(f.data,"@").length!==2),u=o.some(f=>f.data.startsWith("@"));if(l||_||u)return[];if(p[t]){let f=p[t];for(let x=t+1;x<p.length;x++)f+="@"+p[x];o[m]={type:"scCall",data:f,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}n();n();n();z();function Ln(e){let t=Object.getPrototypeOf(e).toPlainObject!=null?e:rt(e),r=k(T({},t.toPlainObject()),{hash:t.getHash().hex(),senderUsername:t.getSenderUsername().valueOf(),receiverUsername:t.getReceiverUsername().valueOf(),status:"pending"});return Jo({data:r.data,onlySetGuardian:!0})&&(delete r.senderUsername,delete r.receiverUsername),r}n();var Km=require("@multiversx/sdk-web-wallet-provider");P();n();var jm=S(require("qs"));n();me();var vr=e=>{let o=new URLSearchParams(e).toString(),{pathname:t,hash:r}=F(),s=o?`?${o}`:"",p=t?`${t}${s}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};Ho();n();Ho();var ux={search:Pe()?window.location.search:"",removeParams:[]},zm=(e,o=ux)=>{var m;let t={},r=Pe()?window.location.search:"",s=(m=o.search)!=null?m:r;if(s){let d=s?new URLSearchParams(s):[];t=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=t[d],delete t[d]}),o.removeParams!=null&&Object.keys(t).forEach(d=>{var _,u;let[l]=d.split("[");(((_=o.removeParams)==null?void 0:_.includes(d))||((u=o.removeParams)==null?void 0:u.includes(l)))&&delete t[d]}),{remainingParams:p,params:t,clearNavigationHistory:()=>vr(t)}};var wr=({removeParams:e,search:o})=>{let t=Pe()?window.location.search:"",r=o!=null?o:t;if(!r)return{};let s=jm.default.parse(r.replace("?","")),p=Object.keys(s).filter(d=>!e.includes(d)),{remainingParams:m}=zm(p,{search:o,removeParams:e});return vr(m),m};var Xm=({transaction:e,search:o})=>wr({removeParams:[...Object.keys(e),Km.WALLET_PROVIDER_CALLBACK_PARAM,ao,Bt],search:o});n();n();n();se();n();he();n();n();se();n();var fx=S(require("linkifyjs"));n();P();n();var gx=S(require("bignumber.js"));n();j();n();n();z();n();z();n();n();n();he();n();he();n();var hx=S(require("bignumber.js"));P();he();n();he();n();var Qm=require("react");j();n();n();he();n();n();var Ym=require("@multiversx/sdk-core/out"),pi=S(require("bignumber.js"));he();var mo=(e,o,t)=>{switch(o){case"text":try{return a.Buffer.from(e,"hex").toString("utf8")}catch(r){}return e;case"decimal":return e!==""?new pi.default(e,16).toString(10):"";case"smart":try{let r=Ym.Address.fromHex(e).toString();if(Io(r))return r}catch(r){}try{let r=a.Buffer.from(e,"hex").toString("utf8");if(gr(r))return r;{if(t&&[...t.esdts,...t.nfts].some(m=>r.includes(m)))return r;let s=new pi.default(e,16);return s.isFinite()?s.toString(10):e}}catch(r){}return e;case"raw":default:return e}};n();j();n();var Tx=e=>e.toLowerCase().match(/^[0-9a-f]+$/i),xx=e=>e.length%2===0,Zm=e=>{let o=[];return e&&!Tx(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!xx(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};n();j();var Ar=({parts:e,decodedParts:o,identifier:t})=>{let r=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(r[2]=mo(e[2],"decimal")),t==="ESDTNFTTransfer"&&e[1]){let s=a.Buffer.from(String(e[1]),"base64");r[1]=mo(s.toString("hex"),"decimal")}return r};var Jm=({parts:e,decodeMethod:o,identifier:t,display:r})=>{let s=e.map((m,d)=>{if(e.length>=2&&(d===0&&m.length<64||d===1&&!e[0]))return/[^a-z0-9]/gi.test(m)?mo(m,o):m;{let l=Zm(m);return l.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,...l]))),mo(m,o)}});return o==="smart"?Ar({parts:e,decodedParts:s,identifier:t}):s};var mi=({input:e,decodeMethod:o,identifier:t})=>{let r={displayValue:"",validationWarnings:[]};if(!e.includes("@")&&!e.includes(`
3561
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xg));_w={"wallet-connect":"dapp-core-component__signWithDeviceModalStyles__wallet-connect",walletConnect:"dapp-core-component__signWithDeviceModalStyles__wallet-connect","modal-container":"dapp-core-component__signWithDeviceModalStyles__modal-container",modalContainer:"dapp-core-component__signWithDeviceModalStyles__modal-container",formGroup:"dapp-core-component__signWithDeviceModalStyles__formGroup",title:"dapp-core-component__signWithDeviceModalStyles__title","modal-layout-content":"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",modalLayoutContent:"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",guarded:"dapp-core-component__signWithDeviceModalStyles__guarded",spaced:"dapp-core-component__signWithDeviceModalStyles__spaced","modal-layout-heading-icon":"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",modalLayoutHeadingIcon:"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",back:"dapp-core-component__signWithDeviceModalStyles__back",close:"dapp-core-component__signWithDeviceModalStyles__close",disabled:"dapp-core-component__signWithDeviceModalStyles__disabled","sign-buttons":"dapp-core-component__signWithDeviceModalStyles__sign-buttons",signButtons:"dapp-core-component__signWithDeviceModalStyles__sign-buttons","sign-button-submit":"dapp-core-component__signWithDeviceModalStyles__sign-button-submit",signButtonSubmit:"dapp-core-component__signWithDeviceModalStyles__sign-button-submit","sign-button-cancel":"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel",signButtonCancel:"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel"}});var gw={};V(gw,{SignWithDeviceModal:()=>fw});module.exports=U(gw);n();var Lt=S(require("react")),Bc=S(require("classnames"));n();var fs=S(require("react"));n();var qn=S(require("react"));n();Ho();var _s=()=>!Pe();var ch=()=>y(void 0,null,function*(){return yield Promise.resolve().then(()=>(ca(),ia))}),sh=()=>(ca(),U(ia)).default,sa=_s();function us({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:t}){let[r,s]=qn.default.useState(sa?void 0:sh()),[p,m]=qn.default.useState(sa||t==null?void 0:t()),d=()=>y(this,null,function*(){(e?e():ch()).then(l=>s(l.default)),o==null||o().then(l=>m(l.default))});return(0,qn.useEffect)(()=>{sa&&d()},[]),{globalStyles:r,styles:p}}function C(e,o){return t=>{let{globalStyles:r,styles:s}=us({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return fs.default.createElement(e,k(T({},t),{globalStyles:r!=null?r:{},styles:s!=null?s:{}}))}}n();n();n();var sm=require("react"),In=require("react-redux");n();var Ha=require("@reduxjs/toolkit"),im=require("react-redux/lib/utils/Subscription");G();n();var Gp=S(require("lodash.throttle"));P();G();ka();xn();Tn();var rT=[Ut],pr=!1,aT=(0,Gp.default)(()=>{Zn(Yn())},5e3),Hp=e=>o=>t=>{if(rT.includes(t.type))return o(t);let r=e.getState(),s=Xe.local.getItem(Ee.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(t);if(s==null)return Zn(Yn());let m=Date.now();return s-m<0&&!pr?setTimeout(()=>{pr=!0,e.dispatch(np())},1e3):(pr&&(pr=!1),aT()),o(t)};n();n();function mr(){return typeof sessionStorage!="undefined"}var tm=mr()?(Kp(),U(jp)).default:(Yp(),U(Xp)).default,rm=mr()?(Jp(),U(Zp)).default:[],am=mr()?(nm(),U(om)).default:e=>e;dr();var L=(0,Ha.configureStore)({reducer:tm,middleware:e=>e({serializableCheck:{ignoredActions:[...rm,Ia.type,$t.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Hp)}),cm=(0,im.createSubscription)(L),LL=am(L),DL=(0,Ha.configureStore)({reducer:Ko});var LT={store:L,subscription:cm},Va=(0,sm.createContext)(LT),EL=(0,In.createStoreHook)(Va),J=(0,In.createDispatchHook)(Va),D=(0,In.createSelectorHook)(Va);n();n();G();n();var pm=S(require("lodash.isequal")),_r=require("reselect"),I=(0,_r.createSelectorCreator)(_r.defaultMemoize,pm.default);var Ye=e=>e.account,so=I(Ye,e=>e.address),Xo=I(Ye,so,(e,o)=>o in e.accounts?e.accounts[o]:Vt),mm=I(Ye,Xo,(e,o)=>{let s=e,{accounts:t}=s,r=Ne(s,["accounts"]);return k(T({},r),{address:o.address,account:o})}),FL=I(Xo,e=>e.balance),dm=I(Xo,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),BL=I(Ye,e=>e.shard),DT=I(Ye,e=>e.ledgerAccount),UL=I(Ye,e=>e.walletConnectAccount),GL=I(Ye,e=>e.isAccountLoading),HL=I(Ye,e=>e.accountLoadingError),CT=I(Ye,e=>e.websocketEvent),NT=I(Ye,e=>e.websocketBatchEvent);n();var $a=e=>e.dappConfig,qL=I($a,e=>e.shouldUseWebViewProvider);n();var ye=e=>e.loginInfo,PT=I(ye,e=>e.loginMethod),kn=I(ye,so,(e,o)=>Boolean(o)),XL=I(ye,e=>e.walletConnectLogin),_m=I(ye,e=>e.ledgerLogin),lm=I(ye,e=>e.walletLogin),YL=I(ye,e=>e.isLoginSessionInvalid),qa=I(ye,e=>e.tokenLogin),za=I(ye,e=>e.logoutRoute),ET=I(ye,e=>e.isWalletConnectV2Initialized);n();var um=e=>e.modals,QL=I(um,e=>e.txSubmittedModal),RT=I(um,e=>e.notificationModal);n();var Le=e=>e.networkConfig,lr=I(Le,e=>e.network.chainId),MT=I(Le,e=>e.network.roundDuration),nD=I(Le,e=>e.network.walletConnectBridgeAddress),WT=I(Le,e=>e.network.walletConnectV2RelayAddress),OT=I(Le,e=>e.network.walletConnectV2ProjectId),FT=I(Le,e=>e.network.walletConnectV2Options),BT=I(Le,e=>e.network.walletConnectDeepLink),ue=I(Le,e=>e.network),ja=I(ue,e=>e.apiAddress),fm=I(ue,e=>e.explorerAddress),Ka=I(ue,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),UT=I(ue,e=>e.xAliasAddress),ur=I(ue,e=>e.egldLabel);n();var fr=e=>e.signedMessageInfo,aD=I(fr,e=>e.isSigning),iD=I(fr,e=>e.errorMessage),cD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),sD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var gm=e=>e.toasts,GT=I(gm,e=>e.customToasts),hm=I(gm,e=>e.transactionToasts);n();G();var Tm={errorMessage:Ra,successMessage:Ma,processingMessage:Wa},xm=e=>e.transactionsInfo,HT=I(xm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Tm);n();n();var Ze=require("@multiversx/sdk-core");P();n();var Xa=require("@multiversx/sdk-core/out");n();n();function tt(e){try{let o=atob(e),t=btoa(o),r=a.Buffer.from(e,"base64").toString(),s=a.Buffer.from(r).toString("base64"),p=e===t||t.startsWith(e),m=e===s||s.startsWith(e);if(p&&m)return!0}catch(o){return!1}return!1}function Yo(e){return tt(e)?atob(e):e}n();n();function gr(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function Zo(e){let o=e;try{let t=a.Buffer.from(e,"hex").toString();gr(t)&&t.length>1&&(o=t)}catch(t){}return o}n();n();var ym=e=>{let o=e!=null?e:"";return tt(o)?Xa.TransactionPayload.fromEncoded(o):new Xa.TransactionPayload(o)};n();P();var Jo=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(da).some(t=>e.startsWith(t)):!1;function rt(e){var r,s,p;let o=T({},e);Jo({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let t=new Ze.Transaction(T(T(k(T(k(T({value:o.value.valueOf(),data:ym(o.data),nonce:o.nonce.valueOf(),receiver:new Ze.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ze.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:jn,gasPrice:(s=o.gasPrice.valueOf())!=null?s:Kn,chainID:o.chainID.valueOf(),version:new Ze.TransactionVersion((p=o.version)!=null?p:Ws)}),o.options?{options:new Ze.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ze.Address(o.guardian)}:{}));return o.guardianSignature&&t.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&t.applySignature(a.Buffer.from(o.signature,"hex")),t}n();n();P();function VT(e,o){let t=new URLSearchParams(e),r=Object.fromEntries(t);return{nextUrlParams:new URLSearchParams(T(T({},r),o)).toString(),params:r}}var $T="3.1.8";function Ya({callbackUrl:e,urlParams:o={}}){let t=e;if(Object.entries(o).length>0)try{let{search:r,origin:s,pathname:p,hash:m}=new URL(e),d=k(T({},o),{[Bt]:$T}),{nextUrlParams:l}=VT(r,d);t=`${s}${p}?${l}${m}`}catch(r){return console.error("Unable to construct URL from: ",e,r),t}return t}n();n();n();var zT=require("@multiversx/sdk-core/out");n();P();n();var at=require("@multiversx/sdk-core");j();n();var Sm=require("@multiversx/sdk-core");function jT(e){try{let o=new Sm.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Io(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&jT(e)}var KT=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Za(e,o,t=""){if(!Io(e))return!1;if(new at.Address(e).isContractAddress())return!0;let p=bm({receiver:e,data:t});return p?new at.Address(p).isContractAddress()||ZT(e,o,t):!1}var XT=e=>e.toLowerCase().match(/[0-9a-f]/g),YT=e=>e.length%2===0;function ZT(e,o,t){let r=t==null?void 0:t.split("@");if(r==null)return!1;let[s,...p]=r,m=o!=null&&e!=null&&e===o,d=KT.includes(s),l=p.every(_=>XT(_)&&YT(_));return m&&d&&l}function bm({receiver:e,data:o}){try{if(!o)return e;let t=tt(o)?at.TransactionPayload.fromEncoded(o).toString():o,r=JT(t),s=t.split("@");return r>-1?s[r]:e}catch(t){console.log(t);return}}function JT(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}n();n();n();var Qa=require("@multiversx/sdk-core"),hr=S(require("bignumber.js"));z();var Ja={tokenId:"",amount:""},vm=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:Zo(p));function ei(e){if(!e)return Ja;let o=e.startsWith("ESDTTransfer"),t=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),r=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,s,p]=e.split("@");try{let m=a.Buffer.from(s,"hex").toString("ascii");if(!m)return Ja;let d=new hr.default("0x"+p.replace("0x","")).toString(10);return{tokenId:m,amount:d}}catch(m){console.error("Error getting token from transaction data",m)}}if(t)try{let[,s,p,m,d]=vm(e);if([s,p,m,d].every(l=>Boolean(l))&&Io(new Qa.Address(d).bech32()))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p,receiver:new Qa.Address(d).bech32()}}catch(s){}if(r)try{let[,s,p,m]=vm(e);if([s,p,m].every(d=>Boolean(d)))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p}}catch(s){}return Ja}n();n();n();var de="accounts";var Tr="blocks",Am="code",Im="collections";var km="contracts",it="economics",Lm="identities";var Dm="locked-accounts",Cm="logs",Nm="miniblocks";var ct="nfts",Pm="nodes",oi="providers",Em="roles",ni="sc-results";var ko="tokens";var Re="transactions";var st={shard:e=>`/${Tr}?shard=${e}`,receiverShard:e=>`/${Re}?receivershard=${e}`,senderShard:e=>`/${Re}?sendershard=${e}`,transactionDetails:e=>`/${Re}/${e}`,transactionDetailsScResults:e=>`/${Re}/${e}/${ni}`,transactionDetailsLogs:e=>`/${Re}/${e}/${Cm}`,nodeDetails:e=>`/${Pm}/${e}`,accountDetails:e=>`/${de}/${e}`,accountDetailsContractCode:e=>`/${de}/${e}/${Am}`,accountDetailsTokens:e=>`/${de}/${e}/${ko}`,accountDetailsNfts:e=>`/${de}/${e}/${ct}`,accountDetailsScResults:e=>`/${de}/${e}/${ni}`,accountDetailsContracts:e=>`/${de}/${e}/${km}`,identityDetails:e=>`/${Lm}/${e}`,tokenDetails:e=>`/${ko}/${e}`,tokenDetailsAccounts:e=>`/${ko}/${e}/${de}`,tokenDetailsLockedAccounts:e=>`/${ko}/${e}/${Dm}`,tokenDetailsRoles:e=>`/${ko}/${e}/${Em}`,collectionDetails:e=>`/${Im}/${e}`,nftDetails:e=>`/${ct}/${e}`,providerDetails:e=>`/${oi}/${e}`,providerDetailsTransactions:e=>`/${oi}/${e}/${Re}`,miniblockDetails:e=>`/${Nm}/${e}`};n();n();n();n();he();n();var Rm=!1;function ox(e){Rm||(console.error(e),Rm=!0)}function pt({explorerAddress:e,to:o}){try{return new URL(o).href}catch(t){return o.startsWith("/")||(ox(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}n();he();n();n();n();var nx=S(require("bignumber.js"));P();n();var Om=require("@multiversx/sdk-core"),Lo=S(require("bignumber.js"));P();n();var Wm=S(require("bignumber.js")),yr=(e,o=!0)=>{let t=String(e);if(!t.match(/^[-]?\d+$/))return!1;let r=new Wm.default(t),s=o?0:-1;return r.toString(10)===t&&r.comparedTo(0)>=s};n();function po(e){return{if:function(o){return o?{then:t=>t instanceof Function?po(t(e)):po(t)}:{then:()=>po(e)}},then:o=>o instanceof Function?po(o(e)):po(o),valueOf:function(){return e}}}Lo.default.config({ROUNDING_MODE:Lo.default.ROUND_FLOOR});function Me({input:e,decimals:o=Ae,digits:t=qo,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:s=!1,addCommas:p=!1}){if(!yr(e,!1))throw new Error("Invalid input");let m=new Lo.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),po(d).then(()=>Om.TokenTransfer.fungibleFromBigInteger("",d,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(l=>{let _=new Lo.default(l);if(_.isZero())return Ie;let u=_.toString(10),[f,x]=u.split("."),v=new Lo.default(x||0),h=po(0).if(Boolean(x&&r)).then(()=>Math.max(x.length,t)).if(v.isZero()&&!r).then(0).if(Boolean(x&&!r)).then(()=>Math.min(x.length,t)).valueOf(),E=x&&t>=1&&t<=x.length&&v.isGreaterThan(0)&&new Lo.default(x.substring(0,t)).isZero(),A=_.toFormat(h);return po(u).if(p).then(A).if(Boolean(E)).then(M=>{let W=new Lo.default(f).isZero(),[N,H]=M.split("."),q=new Array(t-1).fill(0),X=[...q,0].join(""),oe=[...q,1].join("");return W?s?`<${N}.${oe}`:r?`${N}.${H}`:N:`${N}.${X}`}).if(Boolean(!E&&x)).then(M=>{let[W]=M.split("."),N=x.substring(0,h);if(r){let H=t-N.length;if(H>0){let q=Array(H).fill(0).join("");return N=`${N}${q}`,`${W}.${N}`}return M}return N?`${W}.${N}`:W}).valueOf()}).if(m).then(l=>`-${l}`).valueOf()}n();n();n();P();n();n();n();n();P();n();P();n();var tx=require("@multiversx/sdk-core");P();n();var We=require("@multiversx/sdk-core"),Um=S(require("bignumber.js"));P();n();n();var ti=S(require("bignumber.js"));P();var Fm=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,t]=e.split("."),r=ti.default.clone();if(t){let d=t.split("").every(l=>!isNaN(parseInt(l)));for(r.set({DECIMAL_PLACES:d?t.length:ti.default.config().DECIMAL_PLACES});t.charAt(t.length-1)===Ie;)t=t.slice(0,-1)}let s=t?[o,t].join("."):o,p=r(s);return p.toString(10)===s&&p.comparedTo(0)>=0};n();P();n();var ri={isEsdt:!1,isNft:!1,isEgld:!1};function ai(e){let o=e==null?void 0:e.split("-").length;return o===2?k(T({},ri),{isEsdt:!0}):o===3?k(T({},ri),{isNft:!0}):k(T({},ri),{isEgld:!0})}var Bm={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function ii({minGasLimit:e=String(jn),gasLimit:o,gasPrice:t,data:r,gasPerDataByte:s,gasPriceModifier:p,defaultGasPrice:m=String(Kn),chainId:d}){let l=r||"",_=yr(o)?o:e,u=Jo({data:l})?xa:0,f=new Um.default(_).plus(u).toNumber(),x=Fm(t)?t:m,v=new We.Transaction({nonce:0,value:We.TokenPayment.egldFromAmount("0"),receiver:new We.Address(Bm.to),sender:new We.Address(Bm.to),gasPrice:parseInt(x),gasLimit:f,data:new We.TransactionPayload(l.trim()),chainID:d,version:new We.TransactionVersion(1)});try{return v.computeFee({GasPerDataByte:parseInt(s),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:d}).toString(10)}catch(h){return console.error(h),Ie}}n();var Sr=({amount:e,usd:o,decimals:t=2,addEqualSign:r})=>{let s=(parseFloat(e)*o).toFixed(t),p=parseFloat(s).toLocaleString("en",{maximumFractionDigits:t,minimumFractionDigits:t}),m=parseFloat(e)>0?"\u2248":"=";return`${r?`${m} `:""}$${p}`};n();n();n();n();P();n();P();var Gm=({feeLimit:e,egldPriceInUsd:o,hideEqualSign:t})=>{let r=Me({input:e,decimals:Ae,digits:qo,showLastNonZeroDecimal:!0}),s=Sr({amount:r,usd:o,decimals:qo});return t?s:`\u2248 ${s}`};n();P();n();he();var rx=["reDelegateRewards","claimRewards","unBond"],ax=["wrapEgld","unwrapEgld"],ix=["unStake"],cx=["unDelegate"];n();n();n();P();n();var mx=S(require("bignumber.js"));n();n();he();n();var _x=S(require("bignumber.js"));n();n();var Hm=({data:e,highlight:o,occurrences:t,transactionIndex:r})=>{let s=t[r]||e.indexOf(o),p=o.length,m=e.slice(0,s),d=e.slice(s+p);return{start:m,end:d}};n();function Vm({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}n();var si=S(require("bignumber.js"));j();n();var $m=(e,o)=>{let t=[],r=e.indexOf(o,0);for(;r>=0;)t.push(r),r=e.indexOf(o,r+1);return t};function qm(e){let o=[],t=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,s,...p]=e==null?void 0:e.split("@");if(r){let m=new si.default(s,16).toNumber();if(m>=Number.MAX_SAFE_INTEGER)return[];let d=0;for(let f=0;f<m;f++){let x={type:"nftTransaction",data:"",receiver:r};for(let v=0;v<3;v++){switch(v){case 0:x.token=Zo(p[d]),x.data=p[d];break;case 1:{let h=p[d]&&p[d].length?p[d]:"";h&&h!=="00"?x.nonce=h:x.type="esdtTransaction",x.data=`${x.data}@${p[d]}`;break}case 2:x.amount=new si.default(p[d],16).toString(10),x.data=`${x.data}@${p[d]}`;break;default:break}t=d+1,d++}o[f]=x}let l=o.length!==m,_=o.some(f=>$m(f.data,"@").length!==2),u=o.some(f=>f.data.startsWith("@"));if(l||_||u)return[];if(p[t]){let f=p[t];for(let x=t+1;x<p.length;x++)f+="@"+p[x];o[m]={type:"scCall",data:f,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}n();n();n();z();function Ln(e){let t=Object.getPrototypeOf(e).toPlainObject!=null?e:rt(e),r=k(T({},t.toPlainObject()),{hash:t.getHash().hex(),senderUsername:t.getSenderUsername().valueOf(),receiverUsername:t.getReceiverUsername().valueOf(),status:"pending"});return Jo({data:r.data,onlySetGuardian:!0})&&(delete r.senderUsername,delete r.receiverUsername),r}n();var Km=require("@multiversx/sdk-web-wallet-provider");P();n();var jm=S(require("qs"));n();me();var vr=e=>{let o=new URLSearchParams(e).toString(),{pathname:t,hash:r}=F(),s=o?`?${o}`:"",p=t?`${t}${s}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};Ho();n();Ho();var ux={search:Pe()?window.location.search:"",removeParams:[]},zm=(e,o=ux)=>{var m;let t={},r=Pe()?window.location.search:"",s=(m=o.search)!=null?m:r;if(s){let d=s?new URLSearchParams(s):[];t=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=t[d],delete t[d]}),o.removeParams!=null&&Object.keys(t).forEach(d=>{var _,u;let[l]=d.split("[");(((_=o.removeParams)==null?void 0:_.includes(d))||((u=o.removeParams)==null?void 0:u.includes(l)))&&delete t[d]}),{remainingParams:p,params:t,clearNavigationHistory:()=>vr(t)}};var wr=({removeParams:e,search:o})=>{let t=Pe()?window.location.search:"",r=o!=null?o:t;if(!r)return{};let s=jm.default.parse(r.replace("?","")),p=Object.keys(s).filter(d=>!e.includes(d)),{remainingParams:m}=zm(p,{search:o,removeParams:e});return vr(m),m};var Xm=({transaction:e,search:o})=>wr({removeParams:[...Object.keys(e),Km.WALLET_PROVIDER_CALLBACK_PARAM,ao,Bt],search:o});n();n();n();se();n();he();n();n();se();n();var fx=S(require("linkifyjs"));n();P();n();var gx=S(require("bignumber.js"));n();j();n();n();z();n();z();n();n();n();he();n();he();n();var hx=S(require("bignumber.js"));P();he();n();he();n();var Qm=require("react");j();n();n();he();n();n();var Ym=require("@multiversx/sdk-core/out"),pi=S(require("bignumber.js"));he();var mo=(e,o,t)=>{switch(o){case"text":try{return a.Buffer.from(e,"hex").toString("utf8")}catch(r){}return e;case"decimal":return e!==""?new pi.default(e,16).toString(10):"";case"smart":try{let r=Ym.Address.fromHex(e).toString();if(Io(r))return r}catch(r){}try{let r=a.Buffer.from(e,"hex").toString("utf8");if(gr(r))return r;{if(t&&[...t.esdts,...t.nfts].some(m=>r.includes(m)))return r;let s=new pi.default(e,16);return s.isFinite()?s.toString(10):e}}catch(r){}return e;case"raw":default:return e}};n();j();n();var Tx=e=>e.toLowerCase().match(/^[0-9a-f]+$/i),xx=e=>e.length%2===0,Zm=e=>{let o=[];return e&&!Tx(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!xx(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};n();j();var Ar=({parts:e,decodedParts:o,identifier:t})=>{let r=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(r[2]=mo(e[2],"decimal")),t==="ESDTNFTTransfer"&&e[1]){let s=a.Buffer.from(String(e[1]),"base64");r[1]=mo(s.toString("hex"),"decimal")}return r};var Jm=({parts:e,decodeMethod:o,identifier:t,display:r})=>{let s=e.map((m,d)=>{if(e.length>=2&&(d===0&&m.length<64||d===1&&!e[0]))return/[^a-z0-9]/gi.test(m)?mo(m,o):m;{let l=Zm(m);return l.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,...l]))),mo(m,o)}});return o==="smart"?Ar({parts:e,decodedParts:s,identifier:t}):s};var mi=({input:e,decodeMethod:o,identifier:t})=>{let r={displayValue:"",validationWarnings:[]};if(!e.includes("@")&&!e.includes(`
3562
3562
  `))return r.displayValue=mo(e,o),r;if(e.includes("@")){let s=e.split("@"),p=Jm({parts:s,identifier:t,decodeMethod:o,display:r});r.displayValue=p.join("@")}if(e.includes(`
3563
3563
  `)){let s=e.split(`
3564
3564
  `),p=s.map(d=>{let l=a.Buffer.from(d,"base64");return o==="raw"?d:mo(l.toString("hex"),o)}),m=o==="smart"?Ar({parts:s,decodedParts:p,identifier:t}):p;r.displayValue=m.join(`
@@ -3558,7 +3558,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
3558
3558
  .dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel {
3559
3559
  margin-top: 32px;
3560
3560
  }
3561
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xg));_w={"wallet-connect":"dapp-core-component__signWithDeviceModalStyles__wallet-connect",walletConnect:"dapp-core-component__signWithDeviceModalStyles__wallet-connect","modal-container":"dapp-core-component__signWithDeviceModalStyles__modal-container",modalContainer:"dapp-core-component__signWithDeviceModalStyles__modal-container",formGroup:"dapp-core-component__signWithDeviceModalStyles__formGroup",title:"dapp-core-component__signWithDeviceModalStyles__title","modal-layout-content":"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",modalLayoutContent:"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",guarded:"dapp-core-component__signWithDeviceModalStyles__guarded",spaced:"dapp-core-component__signWithDeviceModalStyles__spaced","modal-layout-heading-icon":"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",modalLayoutHeadingIcon:"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",back:"dapp-core-component__signWithDeviceModalStyles__back",close:"dapp-core-component__signWithDeviceModalStyles__close",disabled:"dapp-core-component__signWithDeviceModalStyles__disabled","sign-buttons":"dapp-core-component__signWithDeviceModalStyles__sign-buttons",signButtons:"dapp-core-component__signWithDeviceModalStyles__sign-buttons","sign-button-submit":"dapp-core-component__signWithDeviceModalStyles__sign-button-submit",signButtonSubmit:"dapp-core-component__signWithDeviceModalStyles__sign-button-submit","sign-button-cancel":"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel",signButtonCancel:"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel"}});var gw={};V(gw,{SignWithDeviceModal:()=>fw});module.exports=U(gw);n();n();var Lt=S(require("react")),Bc=S(require("classnames"));n();var fs=S(require("react"));n();var qn=S(require("react"));n();Ho();var _s=()=>!Pe();var ch=()=>y(void 0,null,function*(){return yield Promise.resolve().then(()=>(ca(),ia))}),sh=()=>(ca(),U(ia)).default,sa=_s();function us({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:t}){let[r,s]=qn.default.useState(sa?void 0:sh()),[p,m]=qn.default.useState(sa||t==null?void 0:t()),d=()=>y(this,null,function*(){(e?e():ch()).then(l=>s(l.default)),o==null||o().then(l=>m(l.default))});return(0,qn.useEffect)(()=>{sa&&d()},[]),{globalStyles:r,styles:p}}function C(e,o){return t=>{let{globalStyles:r,styles:s}=us({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return fs.default.createElement(e,k(T({},t),{globalStyles:r!=null?r:{},styles:s!=null?s:{}}))}}n();n();n();var sm=require("react"),In=require("react-redux");n();var Ha=require("@reduxjs/toolkit"),im=require("react-redux/lib/utils/Subscription");G();n();var Gp=S(require("lodash.throttle"));P();G();ka();xn();Tn();var rT=[Ut],pr=!1,aT=(0,Gp.default)(()=>{Zn(Yn())},5e3),Hp=e=>o=>t=>{if(rT.includes(t.type))return o(t);let r=e.getState(),s=Xe.local.getItem(Ee.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(t);if(s==null)return Zn(Yn());let m=Date.now();return s-m<0&&!pr?setTimeout(()=>{pr=!0,e.dispatch(np())},1e3):(pr&&(pr=!1),aT()),o(t)};n();n();function mr(){return typeof sessionStorage!="undefined"}var tm=mr()?(Kp(),U(jp)).default:(Yp(),U(Xp)).default,rm=mr()?(Jp(),U(Zp)).default:[],am=mr()?(nm(),U(om)).default:e=>e;dr();var L=(0,Ha.configureStore)({reducer:tm,middleware:e=>e({serializableCheck:{ignoredActions:[...rm,Ia.type,$t.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Hp)}),cm=(0,im.createSubscription)(L),LL=am(L),DL=(0,Ha.configureStore)({reducer:Ko});var LT={store:L,subscription:cm},Va=(0,sm.createContext)(LT),EL=(0,In.createStoreHook)(Va),J=(0,In.createDispatchHook)(Va),D=(0,In.createSelectorHook)(Va);n();n();G();n();var pm=S(require("lodash.isequal")),_r=require("reselect"),I=(0,_r.createSelectorCreator)(_r.defaultMemoize,pm.default);var Ye=e=>e.account,so=I(Ye,e=>e.address),Xo=I(Ye,so,(e,o)=>o in e.accounts?e.accounts[o]:Vt),mm=I(Ye,Xo,(e,o)=>{let s=e,{accounts:t}=s,r=Ne(s,["accounts"]);return k(T({},r),{address:o.address,account:o})}),FL=I(Xo,e=>e.balance),dm=I(Xo,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),BL=I(Ye,e=>e.shard),DT=I(Ye,e=>e.ledgerAccount),UL=I(Ye,e=>e.walletConnectAccount),GL=I(Ye,e=>e.isAccountLoading),HL=I(Ye,e=>e.accountLoadingError),CT=I(Ye,e=>e.websocketEvent),NT=I(Ye,e=>e.websocketBatchEvent);n();var $a=e=>e.dappConfig,qL=I($a,e=>e.shouldUseWebViewProvider);n();var ye=e=>e.loginInfo,PT=I(ye,e=>e.loginMethod),kn=I(ye,so,(e,o)=>Boolean(o)),XL=I(ye,e=>e.walletConnectLogin),_m=I(ye,e=>e.ledgerLogin),lm=I(ye,e=>e.walletLogin),YL=I(ye,e=>e.isLoginSessionInvalid),qa=I(ye,e=>e.tokenLogin),za=I(ye,e=>e.logoutRoute),ET=I(ye,e=>e.isWalletConnectV2Initialized);n();var um=e=>e.modals,QL=I(um,e=>e.txSubmittedModal),RT=I(um,e=>e.notificationModal);n();var Le=e=>e.networkConfig,lr=I(Le,e=>e.network.chainId),MT=I(Le,e=>e.network.roundDuration),nD=I(Le,e=>e.network.walletConnectBridgeAddress),WT=I(Le,e=>e.network.walletConnectV2RelayAddress),OT=I(Le,e=>e.network.walletConnectV2ProjectId),FT=I(Le,e=>e.network.walletConnectV2Options),BT=I(Le,e=>e.network.walletConnectDeepLink),ue=I(Le,e=>e.network),ja=I(ue,e=>e.apiAddress),fm=I(ue,e=>e.explorerAddress),Ka=I(ue,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),UT=I(ue,e=>e.xAliasAddress),ur=I(ue,e=>e.egldLabel);n();var fr=e=>e.signedMessageInfo,aD=I(fr,e=>e.isSigning),iD=I(fr,e=>e.errorMessage),cD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),sD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var gm=e=>e.toasts,GT=I(gm,e=>e.customToasts),hm=I(gm,e=>e.transactionToasts);n();G();var Tm={errorMessage:Ra,successMessage:Ma,processingMessage:Wa},xm=e=>e.transactionsInfo,HT=I(xm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Tm);n();n();var Ze=require("@multiversx/sdk-core");P();n();var Xa=require("@multiversx/sdk-core/out");n();n();function tt(e){try{let o=atob(e),t=btoa(o),r=a.Buffer.from(e,"base64").toString(),s=a.Buffer.from(r).toString("base64"),p=e===t||t.startsWith(e),m=e===s||s.startsWith(e);if(p&&m)return!0}catch(o){return!1}return!1}function Yo(e){return tt(e)?atob(e):e}n();n();function gr(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function Zo(e){let o=e;try{let t=a.Buffer.from(e,"hex").toString();gr(t)&&t.length>1&&(o=t)}catch(t){}return o}n();n();var ym=e=>{let o=e!=null?e:"";return tt(o)?Xa.TransactionPayload.fromEncoded(o):new Xa.TransactionPayload(o)};n();P();var Jo=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(da).some(t=>e.startsWith(t)):!1;function rt(e){var r,s,p;let o=T({},e);Jo({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let t=new Ze.Transaction(T(T(k(T(k(T({value:o.value.valueOf(),data:ym(o.data),nonce:o.nonce.valueOf(),receiver:new Ze.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ze.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:jn,gasPrice:(s=o.gasPrice.valueOf())!=null?s:Kn,chainID:o.chainID.valueOf(),version:new Ze.TransactionVersion((p=o.version)!=null?p:Ws)}),o.options?{options:new Ze.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ze.Address(o.guardian)}:{}));return o.guardianSignature&&t.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&t.applySignature(a.Buffer.from(o.signature,"hex")),t}n();n();P();function VT(e,o){let t=new URLSearchParams(e),r=Object.fromEntries(t);return{nextUrlParams:new URLSearchParams(T(T({},r),o)).toString(),params:r}}var $T="3.1.7";function Ya({callbackUrl:e,urlParams:o={}}){let t=e;if(Object.entries(o).length>0)try{let{search:r,origin:s,pathname:p,hash:m}=new URL(e),d=k(T({},o),{[Bt]:$T}),{nextUrlParams:l}=VT(r,d);t=`${s}${p}?${l}${m}`}catch(r){return console.error("Unable to construct URL from: ",e,r),t}return t}n();n();n();var zT=require("@multiversx/sdk-core/out");n();P();n();var at=require("@multiversx/sdk-core");j();n();var Sm=require("@multiversx/sdk-core");function jT(e){try{let o=new Sm.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Io(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&jT(e)}var KT=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Za(e,o,t=""){if(!Io(e))return!1;if(new at.Address(e).isContractAddress())return!0;let p=bm({receiver:e,data:t});return p?new at.Address(p).isContractAddress()||ZT(e,o,t):!1}var XT=e=>e.toLowerCase().match(/[0-9a-f]/g),YT=e=>e.length%2===0;function ZT(e,o,t){let r=t==null?void 0:t.split("@");if(r==null)return!1;let[s,...p]=r,m=o!=null&&e!=null&&e===o,d=KT.includes(s),l=p.every(_=>XT(_)&&YT(_));return m&&d&&l}function bm({receiver:e,data:o}){try{if(!o)return e;let t=tt(o)?at.TransactionPayload.fromEncoded(o).toString():o,r=JT(t),s=t.split("@");return r>-1?s[r]:e}catch(t){console.log(t);return}}function JT(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}n();n();n();var Qa=require("@multiversx/sdk-core"),hr=S(require("bignumber.js"));z();var Ja={tokenId:"",amount:""},vm=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:Zo(p));function ei(e){if(!e)return Ja;let o=e.startsWith("ESDTTransfer"),t=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),r=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,s,p]=e.split("@");try{let m=a.Buffer.from(s,"hex").toString("ascii");if(!m)return Ja;let d=new hr.default("0x"+p.replace("0x","")).toString(10);return{tokenId:m,amount:d}}catch(m){console.error("Error getting token from transaction data",m)}}if(t)try{let[,s,p,m,d]=vm(e);if([s,p,m,d].every(l=>Boolean(l))&&Io(new Qa.Address(d).bech32()))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p,receiver:new Qa.Address(d).bech32()}}catch(s){}if(r)try{let[,s,p,m]=vm(e);if([s,p,m].every(d=>Boolean(d)))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p}}catch(s){}return Ja}n();n();n();var de="accounts";var Tr="blocks",Am="code",Im="collections";var km="contracts",it="economics",Lm="identities";var Dm="locked-accounts",Cm="logs",Nm="miniblocks";var ct="nfts",Pm="nodes",oi="providers",Em="roles",ni="sc-results";var ko="tokens";var Re="transactions";var st={shard:e=>`/${Tr}?shard=${e}`,receiverShard:e=>`/${Re}?receivershard=${e}`,senderShard:e=>`/${Re}?sendershard=${e}`,transactionDetails:e=>`/${Re}/${e}`,transactionDetailsScResults:e=>`/${Re}/${e}/${ni}`,transactionDetailsLogs:e=>`/${Re}/${e}/${Cm}`,nodeDetails:e=>`/${Pm}/${e}`,accountDetails:e=>`/${de}/${e}`,accountDetailsContractCode:e=>`/${de}/${e}/${Am}`,accountDetailsTokens:e=>`/${de}/${e}/${ko}`,accountDetailsNfts:e=>`/${de}/${e}/${ct}`,accountDetailsScResults:e=>`/${de}/${e}/${ni}`,accountDetailsContracts:e=>`/${de}/${e}/${km}`,identityDetails:e=>`/${Lm}/${e}`,tokenDetails:e=>`/${ko}/${e}`,tokenDetailsAccounts:e=>`/${ko}/${e}/${de}`,tokenDetailsLockedAccounts:e=>`/${ko}/${e}/${Dm}`,tokenDetailsRoles:e=>`/${ko}/${e}/${Em}`,collectionDetails:e=>`/${Im}/${e}`,nftDetails:e=>`/${ct}/${e}`,providerDetails:e=>`/${oi}/${e}`,providerDetailsTransactions:e=>`/${oi}/${e}/${Re}`,miniblockDetails:e=>`/${Nm}/${e}`};n();n();n();n();he();n();var Rm=!1;function ox(e){Rm||(console.error(e),Rm=!0)}function pt({explorerAddress:e,to:o}){try{return new URL(o).href}catch(t){return o.startsWith("/")||(ox(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}n();he();n();n();n();var nx=S(require("bignumber.js"));P();n();var Om=require("@multiversx/sdk-core"),Lo=S(require("bignumber.js"));P();n();var Wm=S(require("bignumber.js")),yr=(e,o=!0)=>{let t=String(e);if(!t.match(/^[-]?\d+$/))return!1;let r=new Wm.default(t),s=o?0:-1;return r.toString(10)===t&&r.comparedTo(0)>=s};n();function po(e){return{if:function(o){return o?{then:t=>t instanceof Function?po(t(e)):po(t)}:{then:()=>po(e)}},then:o=>o instanceof Function?po(o(e)):po(o),valueOf:function(){return e}}}Lo.default.config({ROUNDING_MODE:Lo.default.ROUND_FLOOR});function Me({input:e,decimals:o=Ae,digits:t=qo,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:s=!1,addCommas:p=!1}){if(!yr(e,!1))throw new Error("Invalid input");let m=new Lo.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),po(d).then(()=>Om.TokenTransfer.fungibleFromBigInteger("",d,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(l=>{let _=new Lo.default(l);if(_.isZero())return Ie;let u=_.toString(10),[f,x]=u.split("."),v=new Lo.default(x||0),h=po(0).if(Boolean(x&&r)).then(()=>Math.max(x.length,t)).if(v.isZero()&&!r).then(0).if(Boolean(x&&!r)).then(()=>Math.min(x.length,t)).valueOf(),E=x&&t>=1&&t<=x.length&&v.isGreaterThan(0)&&new Lo.default(x.substring(0,t)).isZero(),A=_.toFormat(h);return po(u).if(p).then(A).if(Boolean(E)).then(M=>{let W=new Lo.default(f).isZero(),[N,H]=M.split("."),q=new Array(t-1).fill(0),X=[...q,0].join(""),oe=[...q,1].join("");return W?s?`<${N}.${oe}`:r?`${N}.${H}`:N:`${N}.${X}`}).if(Boolean(!E&&x)).then(M=>{let[W]=M.split("."),N=x.substring(0,h);if(r){let H=t-N.length;if(H>0){let q=Array(H).fill(0).join("");return N=`${N}${q}`,`${W}.${N}`}return M}return N?`${W}.${N}`:W}).valueOf()}).if(m).then(l=>`-${l}`).valueOf()}n();n();n();P();n();n();n();n();P();n();P();n();var tx=require("@multiversx/sdk-core");P();n();var We=require("@multiversx/sdk-core"),Um=S(require("bignumber.js"));P();n();n();var ti=S(require("bignumber.js"));P();var Fm=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,t]=e.split("."),r=ti.default.clone();if(t){let d=t.split("").every(l=>!isNaN(parseInt(l)));for(r.set({DECIMAL_PLACES:d?t.length:ti.default.config().DECIMAL_PLACES});t.charAt(t.length-1)===Ie;)t=t.slice(0,-1)}let s=t?[o,t].join("."):o,p=r(s);return p.toString(10)===s&&p.comparedTo(0)>=0};n();P();n();var ri={isEsdt:!1,isNft:!1,isEgld:!1};function ai(e){let o=e==null?void 0:e.split("-").length;return o===2?k(T({},ri),{isEsdt:!0}):o===3?k(T({},ri),{isNft:!0}):k(T({},ri),{isEgld:!0})}var Bm={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function ii({minGasLimit:e=String(jn),gasLimit:o,gasPrice:t,data:r,gasPerDataByte:s,gasPriceModifier:p,defaultGasPrice:m=String(Kn),chainId:d}){let l=r||"",_=yr(o)?o:e,u=Jo({data:l})?xa:0,f=new Um.default(_).plus(u).toNumber(),x=Fm(t)?t:m,v=new We.Transaction({nonce:0,value:We.TokenPayment.egldFromAmount("0"),receiver:new We.Address(Bm.to),sender:new We.Address(Bm.to),gasPrice:parseInt(x),gasLimit:f,data:new We.TransactionPayload(l.trim()),chainID:d,version:new We.TransactionVersion(1)});try{return v.computeFee({GasPerDataByte:parseInt(s),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:d}).toString(10)}catch(h){return console.error(h),Ie}}n();var Sr=({amount:e,usd:o,decimals:t=2,addEqualSign:r})=>{let s=(parseFloat(e)*o).toFixed(t),p=parseFloat(s).toLocaleString("en",{maximumFractionDigits:t,minimumFractionDigits:t}),m=parseFloat(e)>0?"\u2248":"=";return`${r?`${m} `:""}$${p}`};n();n();n();n();P();n();P();var Gm=({feeLimit:e,egldPriceInUsd:o,hideEqualSign:t})=>{let r=Me({input:e,decimals:Ae,digits:qo,showLastNonZeroDecimal:!0}),s=Sr({amount:r,usd:o,decimals:qo});return t?s:`\u2248 ${s}`};n();P();n();he();var rx=["reDelegateRewards","claimRewards","unBond"],ax=["wrapEgld","unwrapEgld"],ix=["unStake"],cx=["unDelegate"];n();n();n();P();n();var mx=S(require("bignumber.js"));n();n();he();n();var _x=S(require("bignumber.js"));n();n();var Hm=({data:e,highlight:o,occurrences:t,transactionIndex:r})=>{let s=t[r]||e.indexOf(o),p=o.length,m=e.slice(0,s),d=e.slice(s+p);return{start:m,end:d}};n();function Vm({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}n();var si=S(require("bignumber.js"));j();n();var $m=(e,o)=>{let t=[],r=e.indexOf(o,0);for(;r>=0;)t.push(r),r=e.indexOf(o,r+1);return t};function qm(e){let o=[],t=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,s,...p]=e==null?void 0:e.split("@");if(r){let m=new si.default(s,16).toNumber();if(m>=Number.MAX_SAFE_INTEGER)return[];let d=0;for(let f=0;f<m;f++){let x={type:"nftTransaction",data:"",receiver:r};for(let v=0;v<3;v++){switch(v){case 0:x.token=Zo(p[d]),x.data=p[d];break;case 1:{let h=p[d]&&p[d].length?p[d]:"";h&&h!=="00"?x.nonce=h:x.type="esdtTransaction",x.data=`${x.data}@${p[d]}`;break}case 2:x.amount=new si.default(p[d],16).toString(10),x.data=`${x.data}@${p[d]}`;break;default:break}t=d+1,d++}o[f]=x}let l=o.length!==m,_=o.some(f=>$m(f.data,"@").length!==2),u=o.some(f=>f.data.startsWith("@"));if(l||_||u)return[];if(p[t]){let f=p[t];for(let x=t+1;x<p.length;x++)f+="@"+p[x];o[m]={type:"scCall",data:f,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}n();n();n();z();function Ln(e){let t=Object.getPrototypeOf(e).toPlainObject!=null?e:rt(e),r=k(T({},t.toPlainObject()),{hash:t.getHash().hex(),senderUsername:t.getSenderUsername().valueOf(),receiverUsername:t.getReceiverUsername().valueOf(),status:"pending"});return Jo({data:r.data,onlySetGuardian:!0})&&(delete r.senderUsername,delete r.receiverUsername),r}n();var Km=require("@multiversx/sdk-web-wallet-provider");P();n();var jm=S(require("qs"));n();me();var vr=e=>{let o=new URLSearchParams(e).toString(),{pathname:t,hash:r}=F(),s=o?`?${o}`:"",p=t?`${t}${s}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};Ho();n();Ho();var ux={search:Pe()?window.location.search:"",removeParams:[]},zm=(e,o=ux)=>{var m;let t={},r=Pe()?window.location.search:"",s=(m=o.search)!=null?m:r;if(s){let d=s?new URLSearchParams(s):[];t=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=t[d],delete t[d]}),o.removeParams!=null&&Object.keys(t).forEach(d=>{var _,u;let[l]=d.split("[");(((_=o.removeParams)==null?void 0:_.includes(d))||((u=o.removeParams)==null?void 0:u.includes(l)))&&delete t[d]}),{remainingParams:p,params:t,clearNavigationHistory:()=>vr(t)}};var wr=({removeParams:e,search:o})=>{let t=Pe()?window.location.search:"",r=o!=null?o:t;if(!r)return{};let s=jm.default.parse(r.replace("?","")),p=Object.keys(s).filter(d=>!e.includes(d)),{remainingParams:m}=zm(p,{search:o,removeParams:e});return vr(m),m};var Xm=({transaction:e,search:o})=>wr({removeParams:[...Object.keys(e),Km.WALLET_PROVIDER_CALLBACK_PARAM,ao,Bt],search:o});n();n();n();se();n();he();n();n();se();n();var fx=S(require("linkifyjs"));n();P();n();var gx=S(require("bignumber.js"));n();j();n();n();z();n();z();n();n();n();he();n();he();n();var hx=S(require("bignumber.js"));P();he();n();he();n();var Qm=require("react");j();n();n();he();n();n();var Ym=require("@multiversx/sdk-core/out"),pi=S(require("bignumber.js"));he();var mo=(e,o,t)=>{switch(o){case"text":try{return a.Buffer.from(e,"hex").toString("utf8")}catch(r){}return e;case"decimal":return e!==""?new pi.default(e,16).toString(10):"";case"smart":try{let r=Ym.Address.fromHex(e).toString();if(Io(r))return r}catch(r){}try{let r=a.Buffer.from(e,"hex").toString("utf8");if(gr(r))return r;{if(t&&[...t.esdts,...t.nfts].some(m=>r.includes(m)))return r;let s=new pi.default(e,16);return s.isFinite()?s.toString(10):e}}catch(r){}return e;case"raw":default:return e}};n();j();n();var Tx=e=>e.toLowerCase().match(/^[0-9a-f]+$/i),xx=e=>e.length%2===0,Zm=e=>{let o=[];return e&&!Tx(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!xx(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};n();j();var Ar=({parts:e,decodedParts:o,identifier:t})=>{let r=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(r[2]=mo(e[2],"decimal")),t==="ESDTNFTTransfer"&&e[1]){let s=a.Buffer.from(String(e[1]),"base64");r[1]=mo(s.toString("hex"),"decimal")}return r};var Jm=({parts:e,decodeMethod:o,identifier:t,display:r})=>{let s=e.map((m,d)=>{if(e.length>=2&&(d===0&&m.length<64||d===1&&!e[0]))return/[^a-z0-9]/gi.test(m)?mo(m,o):m;{let l=Zm(m);return l.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,...l]))),mo(m,o)}});return o==="smart"?Ar({parts:e,decodedParts:s,identifier:t}):s};var mi=({input:e,decodeMethod:o,identifier:t})=>{let r={displayValue:"",validationWarnings:[]};if(!e.includes("@")&&!e.includes(`
3561
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xg));_w={"wallet-connect":"dapp-core-component__signWithDeviceModalStyles__wallet-connect",walletConnect:"dapp-core-component__signWithDeviceModalStyles__wallet-connect","modal-container":"dapp-core-component__signWithDeviceModalStyles__modal-container",modalContainer:"dapp-core-component__signWithDeviceModalStyles__modal-container",formGroup:"dapp-core-component__signWithDeviceModalStyles__formGroup",title:"dapp-core-component__signWithDeviceModalStyles__title","modal-layout-content":"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",modalLayoutContent:"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",guarded:"dapp-core-component__signWithDeviceModalStyles__guarded",spaced:"dapp-core-component__signWithDeviceModalStyles__spaced","modal-layout-heading-icon":"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",modalLayoutHeadingIcon:"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",back:"dapp-core-component__signWithDeviceModalStyles__back",close:"dapp-core-component__signWithDeviceModalStyles__close",disabled:"dapp-core-component__signWithDeviceModalStyles__disabled","sign-buttons":"dapp-core-component__signWithDeviceModalStyles__sign-buttons",signButtons:"dapp-core-component__signWithDeviceModalStyles__sign-buttons","sign-button-submit":"dapp-core-component__signWithDeviceModalStyles__sign-button-submit",signButtonSubmit:"dapp-core-component__signWithDeviceModalStyles__sign-button-submit","sign-button-cancel":"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel",signButtonCancel:"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel"}});var gw={};V(gw,{SignWithDeviceModal:()=>fw});module.exports=U(gw);n();n();var Lt=S(require("react")),Bc=S(require("classnames"));n();var fs=S(require("react"));n();var qn=S(require("react"));n();Ho();var _s=()=>!Pe();var ch=()=>y(void 0,null,function*(){return yield Promise.resolve().then(()=>(ca(),ia))}),sh=()=>(ca(),U(ia)).default,sa=_s();function us({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:t}){let[r,s]=qn.default.useState(sa?void 0:sh()),[p,m]=qn.default.useState(sa||t==null?void 0:t()),d=()=>y(this,null,function*(){(e?e():ch()).then(l=>s(l.default)),o==null||o().then(l=>m(l.default))});return(0,qn.useEffect)(()=>{sa&&d()},[]),{globalStyles:r,styles:p}}function C(e,o){return t=>{let{globalStyles:r,styles:s}=us({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return fs.default.createElement(e,k(T({},t),{globalStyles:r!=null?r:{},styles:s!=null?s:{}}))}}n();n();n();var sm=require("react"),In=require("react-redux");n();var Ha=require("@reduxjs/toolkit"),im=require("react-redux/lib/utils/Subscription");G();n();var Gp=S(require("lodash.throttle"));P();G();ka();xn();Tn();var rT=[Ut],pr=!1,aT=(0,Gp.default)(()=>{Zn(Yn())},5e3),Hp=e=>o=>t=>{if(rT.includes(t.type))return o(t);let r=e.getState(),s=Xe.local.getItem(Ee.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(t);if(s==null)return Zn(Yn());let m=Date.now();return s-m<0&&!pr?setTimeout(()=>{pr=!0,e.dispatch(np())},1e3):(pr&&(pr=!1),aT()),o(t)};n();n();function mr(){return typeof sessionStorage!="undefined"}var tm=mr()?(Kp(),U(jp)).default:(Yp(),U(Xp)).default,rm=mr()?(Jp(),U(Zp)).default:[],am=mr()?(nm(),U(om)).default:e=>e;dr();var L=(0,Ha.configureStore)({reducer:tm,middleware:e=>e({serializableCheck:{ignoredActions:[...rm,Ia.type,$t.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Hp)}),cm=(0,im.createSubscription)(L),LL=am(L),DL=(0,Ha.configureStore)({reducer:Ko});var LT={store:L,subscription:cm},Va=(0,sm.createContext)(LT),EL=(0,In.createStoreHook)(Va),J=(0,In.createDispatchHook)(Va),D=(0,In.createSelectorHook)(Va);n();n();G();n();var pm=S(require("lodash.isequal")),_r=require("reselect"),I=(0,_r.createSelectorCreator)(_r.defaultMemoize,pm.default);var Ye=e=>e.account,so=I(Ye,e=>e.address),Xo=I(Ye,so,(e,o)=>o in e.accounts?e.accounts[o]:Vt),mm=I(Ye,Xo,(e,o)=>{let s=e,{accounts:t}=s,r=Ne(s,["accounts"]);return k(T({},r),{address:o.address,account:o})}),FL=I(Xo,e=>e.balance),dm=I(Xo,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),BL=I(Ye,e=>e.shard),DT=I(Ye,e=>e.ledgerAccount),UL=I(Ye,e=>e.walletConnectAccount),GL=I(Ye,e=>e.isAccountLoading),HL=I(Ye,e=>e.accountLoadingError),CT=I(Ye,e=>e.websocketEvent),NT=I(Ye,e=>e.websocketBatchEvent);n();var $a=e=>e.dappConfig,qL=I($a,e=>e.shouldUseWebViewProvider);n();var ye=e=>e.loginInfo,PT=I(ye,e=>e.loginMethod),kn=I(ye,so,(e,o)=>Boolean(o)),XL=I(ye,e=>e.walletConnectLogin),_m=I(ye,e=>e.ledgerLogin),lm=I(ye,e=>e.walletLogin),YL=I(ye,e=>e.isLoginSessionInvalid),qa=I(ye,e=>e.tokenLogin),za=I(ye,e=>e.logoutRoute),ET=I(ye,e=>e.isWalletConnectV2Initialized);n();var um=e=>e.modals,QL=I(um,e=>e.txSubmittedModal),RT=I(um,e=>e.notificationModal);n();var Le=e=>e.networkConfig,lr=I(Le,e=>e.network.chainId),MT=I(Le,e=>e.network.roundDuration),nD=I(Le,e=>e.network.walletConnectBridgeAddress),WT=I(Le,e=>e.network.walletConnectV2RelayAddress),OT=I(Le,e=>e.network.walletConnectV2ProjectId),FT=I(Le,e=>e.network.walletConnectV2Options),BT=I(Le,e=>e.network.walletConnectDeepLink),ue=I(Le,e=>e.network),ja=I(ue,e=>e.apiAddress),fm=I(ue,e=>e.explorerAddress),Ka=I(ue,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),UT=I(ue,e=>e.xAliasAddress),ur=I(ue,e=>e.egldLabel);n();var fr=e=>e.signedMessageInfo,aD=I(fr,e=>e.isSigning),iD=I(fr,e=>e.errorMessage),cD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),sD=I(fr,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var gm=e=>e.toasts,GT=I(gm,e=>e.customToasts),hm=I(gm,e=>e.transactionToasts);n();G();var Tm={errorMessage:Ra,successMessage:Ma,processingMessage:Wa},xm=e=>e.transactionsInfo,HT=I(xm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Tm);n();n();var Ze=require("@multiversx/sdk-core");P();n();var Xa=require("@multiversx/sdk-core/out");n();n();function tt(e){try{let o=atob(e),t=btoa(o),r=a.Buffer.from(e,"base64").toString(),s=a.Buffer.from(r).toString("base64"),p=e===t||t.startsWith(e),m=e===s||s.startsWith(e);if(p&&m)return!0}catch(o){return!1}return!1}function Yo(e){return tt(e)?atob(e):e}n();n();function gr(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function Zo(e){let o=e;try{let t=a.Buffer.from(e,"hex").toString();gr(t)&&t.length>1&&(o=t)}catch(t){}return o}n();n();var ym=e=>{let o=e!=null?e:"";return tt(o)?Xa.TransactionPayload.fromEncoded(o):new Xa.TransactionPayload(o)};n();P();var Jo=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(da).some(t=>e.startsWith(t)):!1;function rt(e){var r,s,p;let o=T({},e);Jo({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let t=new Ze.Transaction(T(T(k(T(k(T({value:o.value.valueOf(),data:ym(o.data),nonce:o.nonce.valueOf(),receiver:new Ze.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ze.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:jn,gasPrice:(s=o.gasPrice.valueOf())!=null?s:Kn,chainID:o.chainID.valueOf(),version:new Ze.TransactionVersion((p=o.version)!=null?p:Ws)}),o.options?{options:new Ze.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ze.Address(o.guardian)}:{}));return o.guardianSignature&&t.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&t.applySignature(a.Buffer.from(o.signature,"hex")),t}n();n();P();function VT(e,o){let t=new URLSearchParams(e),r=Object.fromEntries(t);return{nextUrlParams:new URLSearchParams(T(T({},r),o)).toString(),params:r}}var $T="3.1.8";function Ya({callbackUrl:e,urlParams:o={}}){let t=e;if(Object.entries(o).length>0)try{let{search:r,origin:s,pathname:p,hash:m}=new URL(e),d=k(T({},o),{[Bt]:$T}),{nextUrlParams:l}=VT(r,d);t=`${s}${p}?${l}${m}`}catch(r){return console.error("Unable to construct URL from: ",e,r),t}return t}n();n();n();var zT=require("@multiversx/sdk-core/out");n();P();n();var at=require("@multiversx/sdk-core");j();n();var Sm=require("@multiversx/sdk-core");function jT(e){try{let o=new Sm.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Io(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&jT(e)}var KT=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Za(e,o,t=""){if(!Io(e))return!1;if(new at.Address(e).isContractAddress())return!0;let p=bm({receiver:e,data:t});return p?new at.Address(p).isContractAddress()||ZT(e,o,t):!1}var XT=e=>e.toLowerCase().match(/[0-9a-f]/g),YT=e=>e.length%2===0;function ZT(e,o,t){let r=t==null?void 0:t.split("@");if(r==null)return!1;let[s,...p]=r,m=o!=null&&e!=null&&e===o,d=KT.includes(s),l=p.every(_=>XT(_)&&YT(_));return m&&d&&l}function bm({receiver:e,data:o}){try{if(!o)return e;let t=tt(o)?at.TransactionPayload.fromEncoded(o).toString():o,r=JT(t),s=t.split("@");return r>-1?s[r]:e}catch(t){console.log(t);return}}function JT(e){return e.includes("MultiESDTNFTTransfer")?1:e.includes("ESDTNFTTransfer")?4:-1}n();n();n();var Qa=require("@multiversx/sdk-core"),hr=S(require("bignumber.js"));z();var Ja={tokenId:"",amount:""},vm=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:Zo(p));function ei(e){if(!e)return Ja;let o=e.startsWith("ESDTTransfer"),t=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),r=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(o){let[,s,p]=e.split("@");try{let m=a.Buffer.from(s,"hex").toString("ascii");if(!m)return Ja;let d=new hr.default("0x"+p.replace("0x","")).toString(10);return{tokenId:m,amount:d}}catch(m){console.error("Error getting token from transaction data",m)}}if(t)try{let[,s,p,m,d]=vm(e);if([s,p,m,d].every(l=>Boolean(l))&&Io(new Qa.Address(d).bech32()))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p,receiver:new Qa.Address(d).bech32()}}catch(s){}if(r)try{let[,s,p,m]=vm(e);if([s,p,m].every(d=>Boolean(d)))return{tokenId:`${s}-${p}`,amount:new hr.default(m,16).toString(10),collection:s,nonce:p}}catch(s){}return Ja}n();n();n();var de="accounts";var Tr="blocks",Am="code",Im="collections";var km="contracts",it="economics",Lm="identities";var Dm="locked-accounts",Cm="logs",Nm="miniblocks";var ct="nfts",Pm="nodes",oi="providers",Em="roles",ni="sc-results";var ko="tokens";var Re="transactions";var st={shard:e=>`/${Tr}?shard=${e}`,receiverShard:e=>`/${Re}?receivershard=${e}`,senderShard:e=>`/${Re}?sendershard=${e}`,transactionDetails:e=>`/${Re}/${e}`,transactionDetailsScResults:e=>`/${Re}/${e}/${ni}`,transactionDetailsLogs:e=>`/${Re}/${e}/${Cm}`,nodeDetails:e=>`/${Pm}/${e}`,accountDetails:e=>`/${de}/${e}`,accountDetailsContractCode:e=>`/${de}/${e}/${Am}`,accountDetailsTokens:e=>`/${de}/${e}/${ko}`,accountDetailsNfts:e=>`/${de}/${e}/${ct}`,accountDetailsScResults:e=>`/${de}/${e}/${ni}`,accountDetailsContracts:e=>`/${de}/${e}/${km}`,identityDetails:e=>`/${Lm}/${e}`,tokenDetails:e=>`/${ko}/${e}`,tokenDetailsAccounts:e=>`/${ko}/${e}/${de}`,tokenDetailsLockedAccounts:e=>`/${ko}/${e}/${Dm}`,tokenDetailsRoles:e=>`/${ko}/${e}/${Em}`,collectionDetails:e=>`/${Im}/${e}`,nftDetails:e=>`/${ct}/${e}`,providerDetails:e=>`/${oi}/${e}`,providerDetailsTransactions:e=>`/${oi}/${e}/${Re}`,miniblockDetails:e=>`/${Nm}/${e}`};n();n();n();n();he();n();var Rm=!1;function ox(e){Rm||(console.error(e),Rm=!0)}function pt({explorerAddress:e,to:o}){try{return new URL(o).href}catch(t){return o.startsWith("/")||(ox(`Link not prepended by / : ${o}`),o=`/${o}`),e?`${e}${o}`:o}}n();he();n();n();n();var nx=S(require("bignumber.js"));P();n();var Om=require("@multiversx/sdk-core"),Lo=S(require("bignumber.js"));P();n();var Wm=S(require("bignumber.js")),yr=(e,o=!0)=>{let t=String(e);if(!t.match(/^[-]?\d+$/))return!1;let r=new Wm.default(t),s=o?0:-1;return r.toString(10)===t&&r.comparedTo(0)>=s};n();function po(e){return{if:function(o){return o?{then:t=>t instanceof Function?po(t(e)):po(t)}:{then:()=>po(e)}},then:o=>o instanceof Function?po(o(e)):po(o),valueOf:function(){return e}}}Lo.default.config({ROUNDING_MODE:Lo.default.ROUND_FLOOR});function Me({input:e,decimals:o=Ae,digits:t=qo,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:s=!1,addCommas:p=!1}){if(!yr(e,!1))throw new Error("Invalid input");let m=new Lo.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),po(d).then(()=>Om.TokenTransfer.fungibleFromBigInteger("",d,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(l=>{let _=new Lo.default(l);if(_.isZero())return Ie;let u=_.toString(10),[f,x]=u.split("."),v=new Lo.default(x||0),h=po(0).if(Boolean(x&&r)).then(()=>Math.max(x.length,t)).if(v.isZero()&&!r).then(0).if(Boolean(x&&!r)).then(()=>Math.min(x.length,t)).valueOf(),E=x&&t>=1&&t<=x.length&&v.isGreaterThan(0)&&new Lo.default(x.substring(0,t)).isZero(),A=_.toFormat(h);return po(u).if(p).then(A).if(Boolean(E)).then(M=>{let W=new Lo.default(f).isZero(),[N,H]=M.split("."),q=new Array(t-1).fill(0),X=[...q,0].join(""),oe=[...q,1].join("");return W?s?`<${N}.${oe}`:r?`${N}.${H}`:N:`${N}.${X}`}).if(Boolean(!E&&x)).then(M=>{let[W]=M.split("."),N=x.substring(0,h);if(r){let H=t-N.length;if(H>0){let q=Array(H).fill(0).join("");return N=`${N}${q}`,`${W}.${N}`}return M}return N?`${W}.${N}`:W}).valueOf()}).if(m).then(l=>`-${l}`).valueOf()}n();n();n();P();n();n();n();n();P();n();P();n();var tx=require("@multiversx/sdk-core");P();n();var We=require("@multiversx/sdk-core"),Um=S(require("bignumber.js"));P();n();n();var ti=S(require("bignumber.js"));P();var Fm=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[o,t]=e.split("."),r=ti.default.clone();if(t){let d=t.split("").every(l=>!isNaN(parseInt(l)));for(r.set({DECIMAL_PLACES:d?t.length:ti.default.config().DECIMAL_PLACES});t.charAt(t.length-1)===Ie;)t=t.slice(0,-1)}let s=t?[o,t].join("."):o,p=r(s);return p.toString(10)===s&&p.comparedTo(0)>=0};n();P();n();var ri={isEsdt:!1,isNft:!1,isEgld:!1};function ai(e){let o=e==null?void 0:e.split("-").length;return o===2?k(T({},ri),{isEsdt:!0}):o===3?k(T({},ri),{isNft:!0}):k(T({},ri),{isEgld:!0})}var Bm={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function ii({minGasLimit:e=String(jn),gasLimit:o,gasPrice:t,data:r,gasPerDataByte:s,gasPriceModifier:p,defaultGasPrice:m=String(Kn),chainId:d}){let l=r||"",_=yr(o)?o:e,u=Jo({data:l})?xa:0,f=new Um.default(_).plus(u).toNumber(),x=Fm(t)?t:m,v=new We.Transaction({nonce:0,value:We.TokenPayment.egldFromAmount("0"),receiver:new We.Address(Bm.to),sender:new We.Address(Bm.to),gasPrice:parseInt(x),gasLimit:f,data:new We.TransactionPayload(l.trim()),chainID:d,version:new We.TransactionVersion(1)});try{return v.computeFee({GasPerDataByte:parseInt(s),MinGasLimit:parseInt(e),GasPriceModifier:parseFloat(p),ChainID:d}).toString(10)}catch(h){return console.error(h),Ie}}n();var Sr=({amount:e,usd:o,decimals:t=2,addEqualSign:r})=>{let s=(parseFloat(e)*o).toFixed(t),p=parseFloat(s).toLocaleString("en",{maximumFractionDigits:t,minimumFractionDigits:t}),m=parseFloat(e)>0?"\u2248":"=";return`${r?`${m} `:""}$${p}`};n();n();n();n();P();n();P();var Gm=({feeLimit:e,egldPriceInUsd:o,hideEqualSign:t})=>{let r=Me({input:e,decimals:Ae,digits:qo,showLastNonZeroDecimal:!0}),s=Sr({amount:r,usd:o,decimals:qo});return t?s:`\u2248 ${s}`};n();P();n();he();var rx=["reDelegateRewards","claimRewards","unBond"],ax=["wrapEgld","unwrapEgld"],ix=["unStake"],cx=["unDelegate"];n();n();n();P();n();var mx=S(require("bignumber.js"));n();n();he();n();var _x=S(require("bignumber.js"));n();n();var Hm=({data:e,highlight:o,occurrences:t,transactionIndex:r})=>{let s=t[r]||e.indexOf(o),p=o.length,m=e.slice(0,s),d=e.slice(s+p);return{start:m,end:d}};n();function Vm({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}n();var si=S(require("bignumber.js"));j();n();var $m=(e,o)=>{let t=[],r=e.indexOf(o,0);for(;r>=0;)t.push(r),r=e.indexOf(o,r+1);return t};function qm(e){let o=[],t=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,s,...p]=e==null?void 0:e.split("@");if(r){let m=new si.default(s,16).toNumber();if(m>=Number.MAX_SAFE_INTEGER)return[];let d=0;for(let f=0;f<m;f++){let x={type:"nftTransaction",data:"",receiver:r};for(let v=0;v<3;v++){switch(v){case 0:x.token=Zo(p[d]),x.data=p[d];break;case 1:{let h=p[d]&&p[d].length?p[d]:"";h&&h!=="00"?x.nonce=h:x.type="esdtTransaction",x.data=`${x.data}@${p[d]}`;break}case 2:x.amount=new si.default(p[d],16).toString(10),x.data=`${x.data}@${p[d]}`;break;default:break}t=d+1,d++}o[f]=x}let l=o.length!==m,_=o.some(f=>$m(f.data,"@").length!==2),u=o.some(f=>f.data.startsWith("@"));if(l||_||u)return[];if(p[t]){let f=p[t];for(let x=t+1;x<p.length;x++)f+="@"+p[x];o[m]={type:"scCall",data:f,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}n();n();n();z();function Ln(e){let t=Object.getPrototypeOf(e).toPlainObject!=null?e:rt(e),r=k(T({},t.toPlainObject()),{hash:t.getHash().hex(),senderUsername:t.getSenderUsername().valueOf(),receiverUsername:t.getReceiverUsername().valueOf(),status:"pending"});return Jo({data:r.data,onlySetGuardian:!0})&&(delete r.senderUsername,delete r.receiverUsername),r}n();var Km=require("@multiversx/sdk-web-wallet-provider");P();n();var jm=S(require("qs"));n();me();var vr=e=>{let o=new URLSearchParams(e).toString(),{pathname:t,hash:r}=F(),s=o?`?${o}`:"",p=t?`${t}${s}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};Ho();n();Ho();var ux={search:Pe()?window.location.search:"",removeParams:[]},zm=(e,o=ux)=>{var m;let t={},r=Pe()?window.location.search:"",s=(m=o.search)!=null?m:r;if(s){let d=s?new URLSearchParams(s):[];t=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=t[d],delete t[d]}),o.removeParams!=null&&Object.keys(t).forEach(d=>{var _,u;let[l]=d.split("[");(((_=o.removeParams)==null?void 0:_.includes(d))||((u=o.removeParams)==null?void 0:u.includes(l)))&&delete t[d]}),{remainingParams:p,params:t,clearNavigationHistory:()=>vr(t)}};var wr=({removeParams:e,search:o})=>{let t=Pe()?window.location.search:"",r=o!=null?o:t;if(!r)return{};let s=jm.default.parse(r.replace("?","")),p=Object.keys(s).filter(d=>!e.includes(d)),{remainingParams:m}=zm(p,{search:o,removeParams:e});return vr(m),m};var Xm=({transaction:e,search:o})=>wr({removeParams:[...Object.keys(e),Km.WALLET_PROVIDER_CALLBACK_PARAM,ao,Bt],search:o});n();n();n();se();n();he();n();n();se();n();var fx=S(require("linkifyjs"));n();P();n();var gx=S(require("bignumber.js"));n();j();n();n();z();n();z();n();n();n();he();n();he();n();var hx=S(require("bignumber.js"));P();he();n();he();n();var Qm=require("react");j();n();n();he();n();n();var Ym=require("@multiversx/sdk-core/out"),pi=S(require("bignumber.js"));he();var mo=(e,o,t)=>{switch(o){case"text":try{return a.Buffer.from(e,"hex").toString("utf8")}catch(r){}return e;case"decimal":return e!==""?new pi.default(e,16).toString(10):"";case"smart":try{let r=Ym.Address.fromHex(e).toString();if(Io(r))return r}catch(r){}try{let r=a.Buffer.from(e,"hex").toString("utf8");if(gr(r))return r;{if(t&&[...t.esdts,...t.nfts].some(m=>r.includes(m)))return r;let s=new pi.default(e,16);return s.isFinite()?s.toString(10):e}}catch(r){}return e;case"raw":default:return e}};n();j();n();var Tx=e=>e.toLowerCase().match(/^[0-9a-f]+$/i),xx=e=>e.length%2===0,Zm=e=>{let o=[];return e&&!Tx(e)&&o.push(`Invalid Hex characters on argument @${e}`),e&&!xx(e)&&o.push(`Odd number of Hex characters on argument @${e}`),o};n();j();var Ar=({parts:e,decodedParts:o,identifier:t})=>{let r=[...o];if(e[0]==="ESDTNFTTransfer"&&e[2]&&(r[2]=mo(e[2],"decimal")),t==="ESDTNFTTransfer"&&e[1]){let s=a.Buffer.from(String(e[1]),"base64");r[1]=mo(s.toString("hex"),"decimal")}return r};var Jm=({parts:e,decodeMethod:o,identifier:t,display:r})=>{let s=e.map((m,d)=>{if(e.length>=2&&(d===0&&m.length<64||d===1&&!e[0]))return/[^a-z0-9]/gi.test(m)?mo(m,o):m;{let l=Zm(m);return l.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,...l]))),mo(m,o)}});return o==="smart"?Ar({parts:e,decodedParts:s,identifier:t}):s};var mi=({input:e,decodeMethod:o,identifier:t})=>{let r={displayValue:"",validationWarnings:[]};if(!e.includes("@")&&!e.includes(`
3562
3562
  `))return r.displayValue=mo(e,o),r;if(e.includes("@")){let s=e.split("@"),p=Jm({parts:s,identifier:t,decodeMethod:o,display:r});r.displayValue=p.join("@")}if(e.includes(`
3563
3563
  `)){let s=e.split(`
3564
3564
  `),p=s.map(d=>{let l=a.Buffer.from(d,"base64");return o==="raw"?d:mo(l.toString("hex"),o)}),m=o==="smart"?Ar({parts:s,decodedParts:p,identifier:t}):p;r.displayValue=m.join(`