@multiversx/sdk-dapp 2.14.0-alpha.7 → 2.14.0-alpha.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 (885) hide show
  1. package/UI/CopyButton/CopyButton.js +1 -1
  2. package/UI/CopyButton/index.js +1 -1
  3. package/UI/DappModal/hooks/index.js +1 -1
  4. package/UI/DappModal/hooks/useDappModal.js +1 -1
  5. package/UI/DappModal/index.js +1 -1
  6. package/UI/Denominate/index.js +1 -1
  7. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  8. package/UI/ExplorerLink/index.js +1 -1
  9. package/UI/FormatAmount/FormatAmount.js +1 -1
  10. package/UI/FormatAmount/index.js +1 -1
  11. package/UI/ModalContainer/ModalContainer.js +1 -1
  12. package/UI/ModalContainer/index.js +1 -1
  13. package/UI/NotificationModal/NotificationModal.js +1 -1
  14. package/UI/NotificationModal/index.js +1 -1
  15. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  39. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  40. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  41. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  42. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  43. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  44. package/UI/SignTransactionsModals/components/index.js +1 -1
  45. package/UI/SignTransactionsModals/index.js +1 -1
  46. package/UI/TokenDetails/index.js +1 -1
  47. package/UI/TransactionData/TransactionData.js +1 -1
  48. package/UI/TransactionData/index.js +1 -1
  49. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  50. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  51. package/UI/TransactionDetails/components/index.js +1 -1
  52. package/UI/TransactionDetails/index.js +1 -1
  53. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  54. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  55. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  56. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  57. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  58. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  59. package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
  60. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  61. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  62. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  63. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  64. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  65. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  66. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  67. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  68. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  69. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  70. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  71. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  72. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  73. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  74. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  75. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  76. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  77. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  78. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  79. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  80. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  81. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  82. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  83. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  84. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  85. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  86. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  87. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  88. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  89. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  90. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  91. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  92. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  93. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  94. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  95. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  96. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  97. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  98. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  99. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  100. package/UI/TransactionInfo/components/index.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  103. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  104. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  105. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  106. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  107. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  108. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  109. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  110. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  111. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  112. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  113. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  114. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  115. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +1 -1
  116. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +1 -1
  117. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  118. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  119. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  120. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  121. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  122. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  123. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  136. package/UI/TransactionInfo/index.js +1 -1
  137. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  138. package/UI/TransactionsTable/components/AccountName.js +1 -1
  139. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  140. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  141. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  142. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  143. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  144. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  145. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  146. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  147. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  148. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  149. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  150. package/UI/TransactionsTable/components/index.js +1 -1
  151. package/UI/TransactionsTable/index.js +1 -1
  152. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  153. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  154. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  155. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  156. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  157. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  158. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  159. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  160. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  161. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  162. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  163. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  164. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  165. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  166. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  167. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  168. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  169. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  170. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  171. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  172. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  173. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  174. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  175. package/UI/TransactionsToastList/components/index.js +1 -1
  176. package/UI/TransactionsToastList/index.js +1 -1
  177. package/UI/Trim/Trim.js +1 -1
  178. package/UI/Trim/index.js +1 -1
  179. package/UI/UsdValue/UsdValue.js +1 -1
  180. package/UI/UsdValue/index.js +1 -1
  181. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  182. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  183. package/UI/index.js +1 -1
  184. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  185. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  186. package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
  187. package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
  188. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  189. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  190. package/UI/ledger/index.js +1 -1
  191. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  192. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  193. package/UI/pages/UnlockPage/index.js +1 -1
  194. package/UI/pages/index.js +1 -1
  195. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  196. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  197. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  198. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  199. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  200. package/UI/walletConnect/index.js +1 -1
  201. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  202. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  203. package/__chunks__/chunk-22ZRP27P.js +2 -0
  204. package/__chunks__/{chunk-KAKVGIXA.js → chunk-25SW766X.js} +2 -2
  205. package/__chunks__/{chunk-Z3B6O75V.js → chunk-2BUE57EU.js} +2 -2
  206. package/__chunks__/{chunk-U46GARPG.js → chunk-2G2JTU64.js} +2 -2
  207. package/__chunks__/{chunk-LKNIDSP3.js → chunk-2JJDO537.js} +2 -2
  208. package/__chunks__/{chunk-EL64DAPO.js → chunk-2M35GZ5E.js} +2 -2
  209. package/__chunks__/{chunk-BAHLCJQ4.js → chunk-2PBJXQPY.js} +2 -2
  210. package/__chunks__/{chunk-NL4XLIIC.js → chunk-2QBCDFHU.js} +2 -2
  211. package/__chunks__/chunk-2QJQKSL2.js +2 -0
  212. package/__chunks__/{chunk-BSE6QRTN.js → chunk-2RLHGYNJ.js} +2 -2
  213. package/__chunks__/{chunk-PY4CARQL.js → chunk-2SUGZLXT.js} +2 -2
  214. package/__chunks__/{chunk-YBPQFVHG.js → chunk-2UTL2IEG.js} +2 -2
  215. package/__chunks__/chunk-2XVSFTLP.js +2 -0
  216. package/__chunks__/{chunk-HFSF4GXN.js → chunk-2ZRO7COP.js} +2 -2
  217. package/__chunks__/{chunk-3YNZBPXG.js → chunk-32EDYHBS.js} +2 -2
  218. package/__chunks__/{chunk-PTYYBNUE.js → chunk-3BUKA5CH.js} +2 -2
  219. package/__chunks__/chunk-3DE4KAN3.js +2 -0
  220. package/__chunks__/{chunk-QEMYNJYU.js → chunk-3GHNAMJE.js} +2 -2
  221. package/__chunks__/{chunk-J6AWQIAU.js → chunk-3HFMUL6J.js} +2 -2
  222. package/__chunks__/{chunk-XIBZJOGV.js → chunk-3K4L65HZ.js} +2 -2
  223. package/__chunks__/{chunk-I7JA7B65.js → chunk-3M43ACAX.js} +2 -2
  224. package/__chunks__/{chunk-WFWKAE4O.js → chunk-3PGQTCG6.js} +2 -2
  225. package/__chunks__/{chunk-SAVDOQJJ.js → chunk-3YCRF36A.js} +2 -2
  226. package/__chunks__/{chunk-P4QUII45.js → chunk-3ZCV2HDX.js} +2 -2
  227. package/__chunks__/{chunk-25XHHAJL.js → chunk-465B4SWU.js} +2 -2
  228. package/__chunks__/{chunk-IJ7JNZC2.js → chunk-46MQMOU2.js} +2 -2
  229. package/__chunks__/{chunk-Y7E46NZY.js → chunk-4EIUCOAN.js} +2 -2
  230. package/__chunks__/chunk-4KZ3UGWS.js +2 -0
  231. package/__chunks__/{chunk-MNQOUA5W.js → chunk-4PXNL7Z6.js} +2 -2
  232. package/__chunks__/{chunk-CW3JC5CT.js → chunk-4QVXLUKH.js} +2 -2
  233. package/__chunks__/{chunk-MUGVNKCR.js → chunk-4TQWGDYU.js} +2 -2
  234. package/__chunks__/{chunk-U3FKLZF3.js → chunk-4U5MHG6K.js} +2 -2
  235. package/__chunks__/chunk-4VGXUQG7.js +2 -0
  236. package/__chunks__/{chunk-HLU74E2S.js → chunk-4VSVUNC2.js} +2 -2
  237. package/__chunks__/{chunk-TFS6EHUG.js → chunk-4YVA5SXJ.js} +2 -2
  238. package/__chunks__/{chunk-COALYGJ5.js → chunk-55URVC2P.js} +2 -2
  239. package/__chunks__/chunk-56OHCW6S.js +2 -0
  240. package/__chunks__/chunk-5WXYTTUV.js +2 -0
  241. package/__chunks__/{chunk-FFNONSBD.js → chunk-62MNH2QQ.js} +2 -2
  242. package/__chunks__/{chunk-BXXEZGOO.js → chunk-64DL47ES.js} +2 -2
  243. package/__chunks__/{chunk-JRPUHAD3.js → chunk-6AIWYCOK.js} +2 -2
  244. package/__chunks__/{chunk-PYISB7BV.js → chunk-6AKB7QDC.js} +2 -2
  245. package/__chunks__/{chunk-K4RKZBB7.js → chunk-6EHCHCZU.js} +2 -2
  246. package/__chunks__/{chunk-IYKEH7HF.js → chunk-6EXJ3W7K.js} +2 -2
  247. package/__chunks__/chunk-6MNBRV46.js +2 -0
  248. package/__chunks__/{chunk-D6GJOCSH.js → chunk-6MNRWHHD.js} +2 -2
  249. package/__chunks__/{chunk-4YEPTHM4.js → chunk-6NYKW3HN.js} +2 -2
  250. package/__chunks__/chunk-6OJZNPO4.js +2 -0
  251. package/__chunks__/{chunk-BBNNQ45H.js → chunk-6Q4EHEJG.js} +2 -2
  252. package/__chunks__/{chunk-Q5KIFM3U.js → chunk-6TFQEN4P.js} +2 -2
  253. package/__chunks__/{chunk-HA3RNMTM.js → chunk-6W5LJAR4.js} +2 -2
  254. package/__chunks__/{chunk-HVAUI4AR.js → chunk-6Z6APMVA.js} +2 -2
  255. package/__chunks__/{chunk-57R2O5D6.js → chunk-732VHYF5.js} +2 -2
  256. package/__chunks__/chunk-7BK4GIOY.js +2 -0
  257. package/__chunks__/{chunk-U7JVJHUW.js → chunk-7DV6GZ3T.js} +2 -2
  258. package/__chunks__/{chunk-SQUHCPW2.js → chunk-7FKFW6V5.js} +2 -2
  259. package/__chunks__/{chunk-L4KN6HH7.js → chunk-7H4YAAKZ.js} +2 -2
  260. package/__chunks__/{chunk-ENGRFEUJ.js → chunk-7HBPS6F5.js} +2 -2
  261. package/__chunks__/{chunk-SJTIPCXJ.js → chunk-7NQTUSSP.js} +2 -2
  262. package/__chunks__/chunk-7O2MELAM.js +2 -0
  263. package/__chunks__/chunk-7OI55YWR.js +2 -0
  264. package/__chunks__/{chunk-HPLVU77L.js → chunk-7QFW4UJZ.js} +2 -2
  265. package/__chunks__/{chunk-A7TJIATX.js → chunk-7ULGMIBK.js} +2 -2
  266. package/__chunks__/{chunk-ULKVZDZ7.js → chunk-A2P7ASWD.js} +2 -2
  267. package/__chunks__/{chunk-RAXXWQ4L.js → chunk-A5KF3GJF.js} +2 -2
  268. package/__chunks__/{chunk-2IDBLJNQ.js → chunk-A6GI7UQG.js} +2 -2
  269. package/__chunks__/chunk-AH33UCMC.js +2 -0
  270. package/__chunks__/{chunk-27NLNDHJ.js → chunk-AI6Z54KW.js} +2 -2
  271. package/__chunks__/chunk-AJSOVVVT.js +2 -0
  272. package/__chunks__/chunk-AND5PGV7.js +2 -0
  273. package/__chunks__/{chunk-I6XFHIQ7.js → chunk-ANRGGO4A.js} +2 -2
  274. package/__chunks__/{chunk-DOJSVREW.js → chunk-BFYVYNVH.js} +2 -2
  275. package/__chunks__/{chunk-QGV6SAM6.js → chunk-BOFKNYBB.js} +2 -2
  276. package/__chunks__/{chunk-URQQQ5NN.js → chunk-BXDAO45Q.js} +2 -2
  277. package/__chunks__/{chunk-OHNGL5M4.js → chunk-C4I7MIFP.js} +2 -2
  278. package/__chunks__/chunk-C6H67DWN.js +2 -0
  279. package/__chunks__/{chunk-J5ALA3MO.js → chunk-C7ONDBUD.js} +2 -2
  280. package/__chunks__/{chunk-UFIRMPAO.js → chunk-CJ5P73T6.js} +2 -2
  281. package/__chunks__/{chunk-AYE34BEG.js → chunk-CMVVMSEH.js} +2 -2
  282. package/__chunks__/{chunk-O4W276XZ.js → chunk-CR4NSICT.js} +2 -2
  283. package/__chunks__/{chunk-4H6GFMHB.js → chunk-CUIUJRVS.js} +2 -2
  284. package/__chunks__/{chunk-DNR4QV3V.js → chunk-CVQLZUYQ.js} +2 -2
  285. package/__chunks__/{chunk-7ZRNAFLC.js → chunk-CWAWMZY6.js} +2 -2
  286. package/__chunks__/chunk-D5NJK4CP.js +2 -0
  287. package/__chunks__/{chunk-GD5LM2WW.js → chunk-DFCPQRTM.js} +2 -2
  288. package/__chunks__/{chunk-NZNRWPEE.js → chunk-DHCR3JZ7.js} +2 -2
  289. package/__chunks__/{chunk-T7ZGBQSS.js → chunk-DNDH4SLB.js} +2 -2
  290. package/__chunks__/{chunk-QWUKLPMG.js → chunk-DPSYDCRQ.js} +2 -2
  291. package/__chunks__/{chunk-5LQSU3CM.js → chunk-DRFLHIGO.js} +2 -2
  292. package/__chunks__/{chunk-5IPU5Z6Y.js → chunk-DZFEM3KF.js} +2 -2
  293. package/__chunks__/{chunk-YLMETLUY.js → chunk-E37TSS3G.js} +2 -2
  294. package/__chunks__/{chunk-LD5OFM6J.js → chunk-E7SKXNFZ.js} +2 -2
  295. package/__chunks__/{chunk-A7SMZQHU.js → chunk-EBMNSIZZ.js} +2 -2
  296. package/__chunks__/chunk-ED7SDCIR.js +2 -0
  297. package/__chunks__/chunk-EF5FYBWO.js +2 -0
  298. package/__chunks__/{chunk-HGOCSAJ3.js → chunk-EFP3RXQV.js} +2 -2
  299. package/__chunks__/{chunk-F2VXI4GA.js → chunk-EH6V66TM.js} +2 -2
  300. package/__chunks__/chunk-EJCI6DHH.js +2 -0
  301. package/__chunks__/{chunk-EVDRXHWW.js → chunk-EK4YNLV6.js} +2 -2
  302. package/__chunks__/{chunk-FVX7DA6U.js → chunk-EPJBAB6J.js} +2 -2
  303. package/__chunks__/{chunk-YBE4P4LT.js → chunk-ERASJXXE.js} +2 -2
  304. package/__chunks__/chunk-EU6QWOMK.js +2 -0
  305. package/__chunks__/{chunk-D2TTJID3.js → chunk-EVL4CUGC.js} +2 -2
  306. package/__chunks__/{chunk-CMRQON5O.js → chunk-F3GBS4W4.js} +2 -2
  307. package/__chunks__/chunk-F3YJTUY6.js +2 -0
  308. package/__chunks__/chunk-F6TZUVGI.js +2 -0
  309. package/__chunks__/{chunk-YI6A3DXH.js → chunk-FCVWWF57.js} +2 -2
  310. package/__chunks__/{chunk-DMV66REH.js → chunk-FEFZWO4O.js} +2 -2
  311. package/__chunks__/{chunk-7G2AF2GN.js → chunk-FESSZWWA.js} +2 -2
  312. package/__chunks__/{chunk-QJS7JBDY.js → chunk-FG7GF73K.js} +2 -2
  313. package/__chunks__/{chunk-EIQ3EA5O.js → chunk-FGW6XVJC.js} +2 -2
  314. package/__chunks__/{chunk-Q46RRMKY.js → chunk-FLA5MESJ.js} +2 -2
  315. package/__chunks__/chunk-FLCSCZ6G.js +2 -0
  316. package/__chunks__/chunk-FNSMY23J.js +2 -0
  317. package/__chunks__/{chunk-QTRNCEH3.js → chunk-FO3HWJOO.js} +2 -2
  318. package/__chunks__/chunk-FPRH6A7Q.js +2 -0
  319. package/__chunks__/{chunk-KOAUIOAV.js → chunk-FV55SRGT.js} +2 -2
  320. package/__chunks__/{chunk-Q26YO6FJ.js → chunk-G4M7YU2C.js} +2 -2
  321. package/__chunks__/{chunk-BSNTEXXG.js → chunk-G6XV7HDQ.js} +2 -2
  322. package/__chunks__/{chunk-7JQMFQSS.js → chunk-GIBIQVVA.js} +2 -2
  323. package/__chunks__/{chunk-3TEDUHR7.js → chunk-GO6MLGJU.js} +2 -2
  324. package/__chunks__/{chunk-6MOO3DGE.js → chunk-GRJD4QFT.js} +2 -2
  325. package/__chunks__/{chunk-26ZRUEVW.js → chunk-GS4AKYQN.js} +2 -2
  326. package/__chunks__/{chunk-LABR4HPS.js → chunk-GSCXD4JI.js} +2 -2
  327. package/__chunks__/{chunk-OA5GPA6K.js → chunk-GTJFG66M.js} +2 -2
  328. package/__chunks__/chunk-GVMVFR52.js +2 -0
  329. package/__chunks__/{chunk-DTF4RW4N.js → chunk-HB6ASLAO.js} +2 -2
  330. package/__chunks__/{chunk-R4W5XGFI.js → chunk-HP7BUDQ2.js} +2 -2
  331. package/__chunks__/{chunk-K3SCJTLS.js → chunk-HQGJMOXC.js} +2 -2
  332. package/__chunks__/{chunk-UV7KJC5Z.js → chunk-HQQHKIEW.js} +2 -2
  333. package/__chunks__/chunk-HUQLSZTM.js +2 -0
  334. package/__chunks__/{chunk-SL3WCUB5.js → chunk-HYWHC3VZ.js} +2 -2
  335. package/__chunks__/{chunk-Q6AGQOMX.js → chunk-HZS4GHHB.js} +2 -2
  336. package/__chunks__/{chunk-HERNCEJA.js → chunk-I2CGTFPH.js} +2 -2
  337. package/__chunks__/{chunk-QHR25JDU.js → chunk-I2D6372N.js} +2 -2
  338. package/__chunks__/{chunk-7KCUTDUG.js → chunk-I2ZEOY3L.js} +2 -2
  339. package/__chunks__/{chunk-Z4FTF56X.js → chunk-IFNRV7TU.js} +2 -2
  340. package/__chunks__/{chunk-P2RVAXCM.js → chunk-IP7FENS2.js} +2 -2
  341. package/__chunks__/{chunk-Y7EBGYJX.js → chunk-IPX7D5ED.js} +2 -2
  342. package/__chunks__/chunk-ISXR365M.js +2 -0
  343. package/__chunks__/{chunk-ZNTILVZJ.js → chunk-ITWVUYJP.js} +2 -2
  344. package/__chunks__/{chunk-OOXENWMY.js → chunk-IY623RXI.js} +2 -2
  345. package/__chunks__/chunk-IY7Z6AIE.js +2 -0
  346. package/__chunks__/{chunk-LE2VIWKE.js → chunk-J4GTVTLD.js} +2 -2
  347. package/__chunks__/{chunk-XPCA3GC5.js → chunk-JDA7D22I.js} +2 -2
  348. package/__chunks__/{chunk-BAVZ5AWX.js → chunk-JQLNWBZS.js} +2 -2
  349. package/__chunks__/chunk-JRRXTQY4.js +2 -0
  350. package/__chunks__/{chunk-N6E6KJ3F.js → chunk-JVKQSOUF.js} +2 -2
  351. package/__chunks__/chunk-K4OR6E3Y.js +2 -0
  352. package/__chunks__/chunk-K5UJJ6MW.js +2 -0
  353. package/__chunks__/{chunk-P7XEDB4J.js → chunk-K6QYMTDX.js} +2 -2
  354. package/__chunks__/{chunk-4TSDIBU6.js → chunk-KEE2OXGG.js} +2 -2
  355. package/__chunks__/{chunk-SY6H3ZMZ.js → chunk-KF5E56YJ.js} +2 -2
  356. package/__chunks__/{chunk-VWITBR4V.js → chunk-KMMBBE4C.js} +2 -2
  357. package/__chunks__/{chunk-4GNHPT7M.js → chunk-KRC55ZVK.js} +2 -2
  358. package/__chunks__/{chunk-NNXQUEOI.js → chunk-KUKUZHNG.js} +2 -2
  359. package/__chunks__/{chunk-T7XFJBWS.js → chunk-L7QRRZXC.js} +2 -2
  360. package/__chunks__/{chunk-AHA2XBBI.js → chunk-LBQN5G7N.js} +2 -2
  361. package/__chunks__/{chunk-CXX55ALA.js → chunk-LCVMWXIJ.js} +2 -2
  362. package/__chunks__/chunk-LRE2WY2J.js +2 -0
  363. package/__chunks__/{chunk-HAWAVF73.js → chunk-LVTLKISE.js} +2 -2
  364. package/__chunks__/{chunk-3WITW7HU.js → chunk-LYJTYHFV.js} +2 -2
  365. package/__chunks__/chunk-LZOBQMEZ.js +2 -0
  366. package/__chunks__/{chunk-H6XATCGY.js → chunk-M2KYIJLW.js} +2 -2
  367. package/__chunks__/{chunk-E36H4A4X.js → chunk-M32AJ7S2.js} +2 -2
  368. package/__chunks__/{chunk-M3XR55V2.js → chunk-M7572BN4.js} +2 -2
  369. package/__chunks__/{chunk-JYGRTY7P.js → chunk-M7JOCEV3.js} +2 -2
  370. package/__chunks__/{chunk-PK2KSNL2.js → chunk-MBMHXM3K.js} +2 -2
  371. package/__chunks__/{chunk-5ONXBSBR.js → chunk-MBWBAFEW.js} +2 -2
  372. package/__chunks__/{chunk-GPDGR3SW.js → chunk-MEOB4YPG.js} +2 -2
  373. package/__chunks__/{chunk-KFQ337E7.js → chunk-MHMDCJAO.js} +2 -2
  374. package/__chunks__/{chunk-LSLXYLTK.js → chunk-MJWYP2SQ.js} +2 -2
  375. package/__chunks__/{chunk-CNC5NHHD.js → chunk-ML2CRKLR.js} +2 -2
  376. package/__chunks__/{chunk-USGKHMQS.js → chunk-MLFWEWTD.js} +2 -2
  377. package/__chunks__/chunk-MOFJD76J.js +2 -0
  378. package/__chunks__/{chunk-422LFS6P.js → chunk-MOJBIXWX.js} +2 -2
  379. package/__chunks__/{chunk-VDBJLQKT.js → chunk-MS5KN76B.js} +2 -2
  380. package/__chunks__/{chunk-FFNDAHJ6.js → chunk-MVMPOSIZ.js} +2 -2
  381. package/__chunks__/{chunk-3JMIVFPN.js → chunk-NDPL6RGM.js} +2 -2
  382. package/__chunks__/chunk-NDSRZT6Z.js +2 -0
  383. package/__chunks__/{chunk-H26SKDKM.js → chunk-NGPQX3YH.js} +2 -2
  384. package/__chunks__/{chunk-IM32VAMC.js → chunk-NIFUUTCX.js} +2 -2
  385. package/__chunks__/chunk-NIYFBCUS.js +2 -0
  386. package/__chunks__/{chunk-6NF5LYA4.js → chunk-NMYVWBEI.js} +2 -2
  387. package/__chunks__/{chunk-EPIUWVT2.js → chunk-NN4GSYWO.js} +2 -2
  388. package/__chunks__/{chunk-6YE6DPN3.js → chunk-NOHB7EPQ.js} +2 -2
  389. package/__chunks__/{chunk-LA3XIFL3.js → chunk-NPUTXKXB.js} +2 -2
  390. package/__chunks__/{chunk-BN2FNIZH.js → chunk-NSVV6ODK.js} +2 -2
  391. package/__chunks__/{chunk-U4DBSJHV.js → chunk-NVUBRKEA.js} +2 -2
  392. package/__chunks__/{chunk-VR2YFAMC.js → chunk-NWL5HZ2E.js} +2 -2
  393. package/__chunks__/{chunk-I2USUG37.js → chunk-NZOINDGJ.js} +2 -2
  394. package/__chunks__/{chunk-DHLSIZKV.js → chunk-NZUY5UBO.js} +2 -2
  395. package/__chunks__/{chunk-FVEAHOP7.js → chunk-OB4FP3JL.js} +2 -2
  396. package/__chunks__/{chunk-MXR2FTDY.js → chunk-OK5TBHKA.js} +2 -2
  397. package/__chunks__/{chunk-73RGTGMR.js → chunk-OOWLBYJY.js} +2 -2
  398. package/__chunks__/{chunk-MUJQ6IMN.js → chunk-OPVAZV55.js} +2 -2
  399. package/__chunks__/chunk-OQOCKWGK.js +2 -0
  400. package/__chunks__/{chunk-NQPIY7SQ.js → chunk-OS7UULMR.js} +2 -2
  401. package/__chunks__/{chunk-4L4UC4KK.js → chunk-OT2PPRIZ.js} +2 -2
  402. package/__chunks__/{chunk-WKCBMZFO.js → chunk-OXXDP4TM.js} +2 -2
  403. package/__chunks__/{chunk-ZBZ2D33T.js → chunk-P4LAJSZI.js} +2 -2
  404. package/__chunks__/{chunk-Y6T54GU3.js → chunk-PA2FJQE3.js} +2 -2
  405. package/__chunks__/{chunk-DZSDMTXC.js → chunk-PA7YRLJ4.js} +2 -2
  406. package/__chunks__/{chunk-RCUZRC3C.js → chunk-PDZZYGEC.js} +2 -2
  407. package/__chunks__/{chunk-BULVZINX.js → chunk-PEFJPUQU.js} +2 -2
  408. package/__chunks__/{chunk-XDRX4SAA.js → chunk-PEKYL4O6.js} +2 -2
  409. package/__chunks__/{chunk-T3SFM7BY.js → chunk-PMXHCQDC.js} +2 -2
  410. package/__chunks__/chunk-Q24VQFSB.js +2 -0
  411. package/__chunks__/{chunk-MIIMMEVB.js → chunk-Q4B23ZMI.js} +2 -2
  412. package/__chunks__/{chunk-VQ5TGJUP.js → chunk-QAPHCTL4.js} +2 -2
  413. package/__chunks__/{chunk-RGJDAPLE.js → chunk-QBAZSMIM.js} +2 -2
  414. package/__chunks__/chunk-QBG6EIOF.js +2 -0
  415. package/__chunks__/{chunk-FJHRJU3W.js → chunk-QDLXJWD6.js} +2 -2
  416. package/__chunks__/{chunk-Y4WLMD6W.js → chunk-QESTSN5D.js} +2 -2
  417. package/__chunks__/{chunk-LLG7KF23.js → chunk-QF3PUYSG.js} +2 -2
  418. package/__chunks__/{chunk-NMHAHOGT.js → chunk-QI53ZFDN.js} +2 -2
  419. package/__chunks__/chunk-QJY5QNFA.js +2 -0
  420. package/__chunks__/{chunk-FTSAKHAX.js → chunk-QKXWHPCN.js} +2 -2
  421. package/__chunks__/{chunk-3VTA7XBW.js → chunk-QLVXK52B.js} +2 -2
  422. package/__chunks__/{chunk-XOZSKHFZ.js → chunk-QLWEOZ3I.js} +2 -2
  423. package/__chunks__/{chunk-E2CNOTDH.js → chunk-QOEOEEUC.js} +2 -2
  424. package/__chunks__/{chunk-IRYEGW37.js → chunk-QQ7AWSBM.js} +2 -2
  425. package/__chunks__/{chunk-PWDYCQ7S.js → chunk-QSLHS2JE.js} +2 -2
  426. package/__chunks__/{chunk-V2BWUTXB.js → chunk-QUAFV4VI.js} +2 -2
  427. package/__chunks__/chunk-QVRBB25U.js +2 -0
  428. package/__chunks__/{chunk-K3R4M6A7.js → chunk-QW427S7G.js} +2 -2
  429. package/__chunks__/{chunk-4QZC5VYW.js → chunk-QYPDINPH.js} +2 -2
  430. package/__chunks__/{chunk-T2QJAF5S.js → chunk-R3MSN5L2.js} +2 -2
  431. package/__chunks__/{chunk-GKLEGK2D.js → chunk-R3WI3JNE.js} +2 -2
  432. package/__chunks__/{chunk-H2MK5BWL.js → chunk-RBMYEUX3.js} +2 -2
  433. package/__chunks__/{chunk-K2YVSANR.js → chunk-RNIHENPN.js} +2 -2
  434. package/__chunks__/{chunk-MEG34L3R.js → chunk-RSPGTB2V.js} +2 -2
  435. package/__chunks__/{chunk-XCJDZ65P.js → chunk-RU4FRKJY.js} +2 -2
  436. package/__chunks__/{chunk-MLECQR67.js → chunk-RVGODLNP.js} +2 -2
  437. package/__chunks__/{chunk-2H7PWXMZ.js → chunk-RYHKEYZX.js} +2 -2
  438. package/__chunks__/{chunk-XGAYXXA7.js → chunk-RZUMEGI7.js} +2 -2
  439. package/__chunks__/{chunk-KKOBLPUZ.js → chunk-S3W3BBIU.js} +2 -2
  440. package/__chunks__/{chunk-SW635R2U.js → chunk-S4HC6H3F.js} +2 -2
  441. package/__chunks__/{chunk-WNRKMZMI.js → chunk-S7YQZOOZ.js} +2 -2
  442. package/__chunks__/{chunk-GX5BE265.js → chunk-SKPR6TNH.js} +2 -2
  443. package/__chunks__/{chunk-XMM2Z37O.js → chunk-SMVKDDUZ.js} +2 -2
  444. package/__chunks__/chunk-SNJO67ZH.js +2 -0
  445. package/__chunks__/{chunk-4SEDQIOT.js → chunk-SVDAL73E.js} +2 -2
  446. package/__chunks__/{chunk-AA35WKQJ.js → chunk-SXZEUVYF.js} +2 -2
  447. package/__chunks__/{chunk-P3KSGC7W.js → chunk-SYDU4BW7.js} +2 -2
  448. package/__chunks__/{chunk-7TSJXKA3.js → chunk-T2WOMTKJ.js} +2 -2
  449. package/__chunks__/chunk-T6IOHK72.js +2 -0
  450. package/__chunks__/{chunk-DIYGINCZ.js → chunk-TBLDBFFI.js} +2 -2
  451. package/__chunks__/{chunk-GEJYMXWQ.js → chunk-TCHPOO6J.js} +2 -2
  452. package/__chunks__/{chunk-HAFE3WHH.js → chunk-THA4M25B.js} +2 -2
  453. package/__chunks__/{chunk-ASU3GLO3.js → chunk-TIKHFLJI.js} +2 -2
  454. package/__chunks__/{chunk-RNXS5IBD.js → chunk-TJFLZD7V.js} +2 -2
  455. package/__chunks__/chunk-TLRUVMJN.js +2 -0
  456. package/__chunks__/{chunk-KOP64L2D.js → chunk-TM6Z6WJ6.js} +2 -2
  457. package/__chunks__/chunk-TP2NMXYY.js +2 -0
  458. package/__chunks__/{chunk-VY7QSK42.js → chunk-TPHRAA6E.js} +2 -2
  459. package/__chunks__/{chunk-UWGY2YEJ.js → chunk-TPZ235DN.js} +2 -2
  460. package/__chunks__/{chunk-2IVD3GFM.js → chunk-TS44ZHPG.js} +2 -2
  461. package/__chunks__/chunk-U4324STT.js +2 -0
  462. package/__chunks__/chunk-U4SUWZ7Y.js +2 -0
  463. package/__chunks__/{chunk-T2MX23OJ.js → chunk-U5YUQ4MD.js} +2 -2
  464. package/__chunks__/{chunk-OH2UCTZX.js → chunk-U7S3TWHE.js} +2 -2
  465. package/__chunks__/{chunk-HFHJ3TMS.js → chunk-UCUVEH2Q.js} +2 -2
  466. package/__chunks__/{chunk-QFL7NB25.js → chunk-UK33LXFH.js} +2 -2
  467. package/__chunks__/{chunk-446T2OHG.js → chunk-ULNB675M.js} +2 -2
  468. package/__chunks__/{chunk-W7F3WF37.js → chunk-UOLOFOE3.js} +2 -2
  469. package/__chunks__/{chunk-IKV7IEEG.js → chunk-UPP6WSPM.js} +2 -2
  470. package/__chunks__/{chunk-CSIFIX5P.js → chunk-UWW5OBMP.js} +2 -2
  471. package/__chunks__/{chunk-M5M26J6K.js → chunk-UX4O3H7O.js} +2 -2
  472. package/__chunks__/{chunk-P22HXGAJ.js → chunk-UZTWS27N.js} +2 -2
  473. package/__chunks__/{chunk-4XO5NZKS.js → chunk-V425CTEM.js} +2 -2
  474. package/__chunks__/{chunk-YQW5K3T4.js → chunk-VMT6LU3R.js} +2 -2
  475. package/__chunks__/{chunk-P4U2XSNF.js → chunk-VREY4BVN.js} +2 -2
  476. package/__chunks__/{chunk-TKFNXM3N.js → chunk-VRKXTIY6.js} +2 -2
  477. package/__chunks__/chunk-VWUSDEKV.js +2 -0
  478. package/__chunks__/{chunk-G4FWHZSH.js → chunk-W2QZJ6OX.js} +2 -2
  479. package/__chunks__/{chunk-6J3O2KKN.js → chunk-W5W2M67Y.js} +2 -2
  480. package/__chunks__/{chunk-QHOYOUXJ.js → chunk-W6DUS53S.js} +2 -2
  481. package/__chunks__/{chunk-XIDRFQDP.js → chunk-WC7IFJTP.js} +2 -2
  482. package/__chunks__/{chunk-F6GJEF3F.js → chunk-WIME4ETA.js} +2 -2
  483. package/__chunks__/{chunk-5KL5TVVT.js → chunk-WKOOOEUH.js} +2 -2
  484. package/__chunks__/{chunk-AEVDDTEG.js → chunk-WLMUUCBQ.js} +2 -2
  485. package/__chunks__/{chunk-YQBNH4RE.js → chunk-WOPCFWSY.js} +2 -2
  486. package/__chunks__/{chunk-EQ6AGWUZ.js → chunk-WPR2ZU5H.js} +2 -2
  487. package/__chunks__/{chunk-UTGXTDPD.js → chunk-WQIHQKRV.js} +2 -2
  488. package/__chunks__/{chunk-6JZ25IT6.js → chunk-X2XZVOWI.js} +2 -2
  489. package/__chunks__/{chunk-O2WCHL3O.js → chunk-XANBIXAT.js} +2 -2
  490. package/__chunks__/{chunk-HURGY4RS.js → chunk-XFTZX2I3.js} +2 -2
  491. package/__chunks__/{chunk-DEBUQF77.js → chunk-XYPH7TRL.js} +2 -2
  492. package/__chunks__/chunk-Y4YWMBQ6.js +2 -0
  493. package/__chunks__/{chunk-SJ2FCFUG.js → chunk-YBHU2SJ5.js} +2 -2
  494. package/__chunks__/{chunk-2E7XRUMG.js → chunk-YCEO3NV2.js} +2 -2
  495. package/__chunks__/chunk-YH52GH5F.js +2 -0
  496. package/__chunks__/chunk-YIIAY6GO.js +2 -0
  497. package/__chunks__/{chunk-3OAF7PRP.js → chunk-YLZGDOOB.js} +2 -2
  498. package/__chunks__/{chunk-L4ZPBH5U.js → chunk-YNOGXPJJ.js} +2 -2
  499. package/__chunks__/{chunk-LNVC6RAX.js → chunk-YPLP2IW7.js} +2 -2
  500. package/__chunks__/{chunk-6PCJIJGY.js → chunk-YT7GNRA5.js} +2 -2
  501. package/__chunks__/{chunk-AIN2NYM7.js → chunk-YWJYCZZE.js} +2 -2
  502. package/__chunks__/{chunk-E3H6636E.js → chunk-YYB2GU5R.js} +2 -2
  503. package/__chunks__/{chunk-H37PXQOC.js → chunk-ZC2GVKFV.js} +2 -2
  504. package/__chunks__/{chunk-SKMTCCCN.js → chunk-ZDIY65C2.js} +2 -2
  505. package/__chunks__/{chunk-RMZ346YA.js → chunk-ZGFO23QH.js} +2 -2
  506. package/__chunks__/chunk-ZJVBTOV7.js +2 -0
  507. package/__chunks__/{chunk-5TZIWGJE.js → chunk-ZMOOJXFX.js} +2 -2
  508. package/__chunks__/{chunk-I5RLZWFU.js → chunk-ZOQ6TI6W.js} +2 -2
  509. package/__chunks__/{chunk-HIW6PEEL.js → chunk-ZTRQNIEW.js} +2 -2
  510. package/__chunks__/chunk-ZWCUEIJK.js +2 -0
  511. package/__chunks__/{chunk-RYKNEQO2.js → chunk-ZWWEUCPA.js} +2 -2
  512. package/__chunks__/{chunk-P3DHURF3.js → chunk-ZYD4PW5Y.js} +2 -2
  513. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +9 -9
  514. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  515. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  516. package/__commonjs/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +14 -14
  517. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +7 -7
  518. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +3 -3
  519. package/__commonjs/UI/TransactionInfo/components/ScResultsList/index.js +14 -14
  520. package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +3 -3
  521. package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/index.js +3 -3
  522. package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +4 -4
  523. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +4 -4
  524. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +4 -4
  525. package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +4 -4
  526. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +3 -3
  527. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +3 -3
  528. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +9 -9
  529. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +9 -9
  530. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +7 -7
  531. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +2 -2
  532. package/__commonjs/UI/index.js +58 -58
  533. package/__commonjs/UI/pages/UnlockPage/index.js +13 -13
  534. package/__commonjs/UI/pages/index.js +13 -13
  535. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +7 -7
  536. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +7 -7
  537. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +6 -6
  538. package/__commonjs/UI/walletConnect/index.js +7 -7
  539. package/__commonjs/__mocks__/index.js +1 -1
  540. package/__commonjs/__mocks__/utils/index.js +1 -1
  541. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  542. package/__commonjs/components/LogoutListener/helpers/index.js +1 -1
  543. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  544. package/__commonjs/components/ProviderInitializer.js +1 -1
  545. package/__commonjs/hooks/index.js +1 -1
  546. package/__commonjs/hooks/login/index.js +1 -1
  547. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  548. package/__commonjs/hooks/signMessage/getVerifier.d.ts +3 -0
  549. package/__commonjs/hooks/signMessage/getVerifier.js +9 -0
  550. package/__commonjs/hooks/signMessage/index.d.ts +1 -0
  551. package/__commonjs/hooks/signMessage/index.js +1 -1
  552. package/__commonjs/hooks/signMessage/tests/verifyMessage.test.d.ts +2 -0
  553. package/__commonjs/hooks/signMessage/verifyMessage.js +1 -1
  554. package/__commonjs/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  555. package/__commonjs/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  556. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  557. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  558. package/__commonjs/wrappers/index.js +1 -1
  559. package/__mocks__/accountConfig.js +1 -1
  560. package/__mocks__/index.js +1 -1
  561. package/__mocks__/server.js +1 -1
  562. package/__mocks__/utils/index.js +1 -1
  563. package/__mocks__/utils/renderWithProvider.js +1 -1
  564. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  565. package/apiCalls/accounts/index.js +1 -1
  566. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  567. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  568. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  569. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  570. package/apiCalls/configuration/index.js +1 -1
  571. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  572. package/apiCalls/economics/index.js +1 -1
  573. package/apiCalls/getScamAddressData.js +1 -1
  574. package/apiCalls/index.js +1 -1
  575. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  576. package/apiCalls/transactions/index.js +1 -1
  577. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  578. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  579. package/apiCalls/utils/index.js +1 -1
  580. package/components/BatchTransactionsSender/BatchTransactionsSender.js +1 -1
  581. package/components/BatchTransactionsSender/index.js +1 -1
  582. package/components/BatchTransactionsTracker/BatchTransactionsTracker.js +1 -1
  583. package/components/LogoutListener/LogoutListener.js +1 -1
  584. package/components/LogoutListener/helpers/index.js +1 -1
  585. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  586. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  587. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  588. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  589. package/components/LogoutListener/index.js +1 -1
  590. package/components/ProviderInitializer.js +1 -1
  591. package/components/TransactionSender/TransactionSender.js +1 -1
  592. package/components/TransactionSender/index.js +1 -1
  593. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
  594. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  595. package/components/TransactionsTracker/index.js +1 -1
  596. package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  597. package/constants/index.js +1 -1
  598. package/constants/network.js +1 -1
  599. package/hooks/account/index.js +1 -1
  600. package/hooks/account/useGetAccount.js +1 -1
  601. package/hooks/account/useGetAccountInfo.js +1 -1
  602. package/hooks/account/useGetAccountProvider.js +1 -1
  603. package/hooks/account/useGetIsLoggedIn.js +1 -1
  604. package/hooks/account/useGetLoginInfo.js +1 -1
  605. package/hooks/account/useGetWebsocketEvent.js +1 -1
  606. package/hooks/economics/index.js +1 -1
  607. package/hooks/economics/useGetEgldPrice.js +1 -1
  608. package/hooks/index.js +1 -1
  609. package/hooks/login/index.js +1 -1
  610. package/hooks/login/useExtensionLogin.js +1 -1
  611. package/hooks/login/useLedgerLogin.js +1 -1
  612. package/hooks/login/useLoginService.js +1 -1
  613. package/hooks/login/useOperaLogin.js +1 -1
  614. package/hooks/login/useWalletConnectV2Login.js +1 -1
  615. package/hooks/login/useWebViewLogin.js +1 -1
  616. package/hooks/login/useWebWalletLogin.js +1 -1
  617. package/hooks/signMessage/getVerifier.d.ts +3 -0
  618. package/hooks/signMessage/getVerifier.js +2 -0
  619. package/hooks/signMessage/index.d.ts +1 -0
  620. package/hooks/signMessage/index.js +1 -1
  621. package/hooks/signMessage/tests/verifyMessage.test.d.ts +2 -0
  622. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  623. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  624. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  625. package/hooks/signMessage/useSignMessage.js +1 -1
  626. package/hooks/signMessage/verifyMessage.js +1 -1
  627. package/hooks/toasts/index.js +1 -1
  628. package/hooks/toasts/useTransactionsToasts.js +1 -1
  629. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  630. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  631. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  632. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  633. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  634. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  635. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  636. package/hooks/transactions/batch/useGetBatches.js +1 -1
  637. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  638. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  639. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  640. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  641. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  642. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  643. package/hooks/transactions/helpers/index.js +1 -1
  644. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  645. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  646. package/hooks/transactions/index.js +1 -1
  647. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  648. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  649. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  650. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  651. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  652. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  653. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  654. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  655. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  656. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  657. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  658. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  659. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  660. package/hooks/transactions/useGetTokenDetails.js +1 -1
  661. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  662. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  663. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  664. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  665. package/hooks/transactions/useSignTransactions.js +1 -1
  666. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  667. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  668. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  669. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  670. package/hooks/useGetNetworkConfig.js +1 -1
  671. package/hooks/useGetNotification.js +1 -1
  672. package/hooks/userInterface/index.js +1 -1
  673. package/hooks/userInterface/useIsDappModalVisible.js +1 -1
  674. package/hooks/websocketListener/index.js +1 -1
  675. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  676. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  677. package/models/index.js +1 -1
  678. package/models/newTransaction.js +1 -1
  679. package/package.json +2 -2
  680. package/providers/accountProvider.js +1 -1
  681. package/providers/index.js +1 -1
  682. package/providers/utils.js +1 -1
  683. package/providers/webviewProvider/index.js +1 -1
  684. package/providers/webviewProvider/requestMethods.js +1 -1
  685. package/providers/webviewProvider/webviewProvider.js +1 -1
  686. package/reduxStore/DappProviderContext.js +1 -1
  687. package/reduxStore/commonActions.js +1 -1
  688. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  689. package/reduxStore/persistConfig.js +1 -1
  690. package/reduxStore/persistedRootReducer.js +1 -1
  691. package/reduxStore/reducers.js +1 -1
  692. package/reduxStore/rootReducer.js +1 -1
  693. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  694. package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
  695. package/reduxStore/selectors/dappConfigSelector.js +1 -1
  696. package/reduxStore/selectors/dappModalsSelectors.js +1 -1
  697. package/reduxStore/selectors/helpers.js +1 -1
  698. package/reduxStore/selectors/index.js +1 -1
  699. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  700. package/reduxStore/selectors/modalsSelectors.js +1 -1
  701. package/reduxStore/selectors/networkConfigSelectors.js +1 -1
  702. package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
  703. package/reduxStore/selectors/toastsSelectors.js +1 -1
  704. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  705. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  706. package/reduxStore/slices/accountInfoSlice.js +1 -1
  707. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  708. package/reduxStore/slices/dappConfigSlice.js +1 -1
  709. package/reduxStore/slices/dappModalsSlice.js +1 -1
  710. package/reduxStore/slices/index.js +1 -1
  711. package/reduxStore/slices/loginInfoSlice.js +1 -1
  712. package/reduxStore/slices/modalsSlice.js +1 -1
  713. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  714. package/reduxStore/slices/toastsSlice.js +1 -1
  715. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  716. package/reduxStore/slices/transactionsSlice.js +1 -1
  717. package/reduxStore/store.js +1 -1
  718. package/services/index.js +1 -1
  719. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  720. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  721. package/services/nativeAuth/helpers/index.js +1 -1
  722. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  723. package/services/nativeAuth/index.js +1 -1
  724. package/services/nativeAuth/nativeAuth.js +1 -1
  725. package/services/transactions/clearTransactions.js +1 -1
  726. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  727. package/services/transactions/getTransactionsDetails.js +1 -1
  728. package/services/transactions/index.js +1 -1
  729. package/services/transactions/isCrossShardTransaction.js +1 -1
  730. package/services/transactions/sendBatchTransactions.js +1 -1
  731. package/services/transactions/sendTransactions.js +1 -1
  732. package/services/transactions/signTransactions.js +1 -1
  733. package/services/transactions/transformAndSignTransactions.js +1 -1
  734. package/services/transactions/updateSignedTransactions.js +1 -1
  735. package/services/transactions/utils.js +1 -1
  736. package/types/index.js +1 -1
  737. package/utils/account/getAccount.js +1 -1
  738. package/utils/account/getAccountBalance.js +1 -1
  739. package/utils/account/getAccountProviderType.js +1 -1
  740. package/utils/account/getAccountShard.js +1 -1
  741. package/utils/account/getAddress.js +1 -1
  742. package/utils/account/getIsProviderEqualTo.js +1 -1
  743. package/utils/account/getLatestNonce.js +1 -1
  744. package/utils/account/getShardOfAddress.js +1 -1
  745. package/utils/account/index.js +1 -1
  746. package/utils/account/loginWithExternalProvider.js +1 -1
  747. package/utils/account/refreshAccount.js +1 -1
  748. package/utils/account/setNonce.js +1 -1
  749. package/utils/account/signMessage.js +1 -1
  750. package/utils/decoders/index.js +1 -1
  751. package/utils/getIsLoggedIn.js +1 -1
  752. package/utils/index.js +1 -1
  753. package/utils/logout.js +1 -1
  754. package/utils/network/getChainID.js +1 -1
  755. package/utils/network/getEgldLabel.js +1 -1
  756. package/utils/network/getNetworkConfig.js +1 -1
  757. package/utils/network/index.js +1 -1
  758. package/utils/operations/calculateFeeInFiat.js +1 -1
  759. package/utils/operations/calculateFeeLimit.js +1 -1
  760. package/utils/operations/denominate.js +1 -1
  761. package/utils/operations/formatAmount.js +1 -1
  762. package/utils/operations/index.js +1 -1
  763. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  764. package/utils/operations/ledger/index.js +1 -1
  765. package/utils/operations/nominate.js +1 -1
  766. package/utils/operations/parseAmount.js +1 -1
  767. package/utils/smartContracts.js +1 -1
  768. package/utils/toasts/customToastsActions.js +1 -1
  769. package/utils/toasts/index.js +1 -1
  770. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  771. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  772. package/utils/transactions/getAllTransactionsLink.js +1 -1
  773. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  774. package/utils/transactions/getDataPayloadForTransaction.js +1 -1
  775. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  776. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  777. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  778. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  779. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  780. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  781. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  782. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  783. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  784. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  785. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  786. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  787. package/utils/transactions/getTransactionLink.js +1 -1
  788. package/utils/transactions/index.js +1 -1
  789. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  790. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  791. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  792. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  793. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
  794. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  795. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  796. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  797. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  798. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  799. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  800. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  801. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  802. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  803. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  804. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  805. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  806. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  807. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  808. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  809. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  810. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  811. package/utils/validation/index.js +1 -1
  812. package/utils/validation/maxDecimals.js +1 -1
  813. package/utils/validation/stringIsFloat.js +1 -1
  814. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  815. package/web/hooks/index.js +1 -1
  816. package/web/hooks/useIdleTimer.js +1 -1
  817. package/web/index.js +1 -1
  818. package/wrappers/AppInitializer.js +1 -1
  819. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  820. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  821. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  822. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  823. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  824. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  825. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  826. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  827. package/wrappers/DappProvider/CustomComponents.js +1 -1
  828. package/wrappers/DappProvider/DappProvider.js +1 -1
  829. package/wrappers/DappProvider/index.js +1 -1
  830. package/wrappers/index.js +1 -1
  831. package/__chunks__/chunk-2M5KNKS5.js +0 -2
  832. package/__chunks__/chunk-2QSE2FA6.js +0 -2
  833. package/__chunks__/chunk-35ZYMGQO.js +0 -2
  834. package/__chunks__/chunk-3H6UA36E.js +0 -2
  835. package/__chunks__/chunk-3UFPJEQN.js +0 -2
  836. package/__chunks__/chunk-4P2IIDID.js +0 -2
  837. package/__chunks__/chunk-4QKZES5J.js +0 -2
  838. package/__chunks__/chunk-5NTLCVHO.js +0 -2
  839. package/__chunks__/chunk-5QBBCJKC.js +0 -2
  840. package/__chunks__/chunk-5RNZMIOW.js +0 -2
  841. package/__chunks__/chunk-6Y56RT2V.js +0 -2
  842. package/__chunks__/chunk-7DRXFFVW.js +0 -2
  843. package/__chunks__/chunk-A5ETHXWO.js +0 -2
  844. package/__chunks__/chunk-B32HQQCF.js +0 -2
  845. package/__chunks__/chunk-BFG6QNRW.js +0 -2
  846. package/__chunks__/chunk-CH4FIBVL.js +0 -2
  847. package/__chunks__/chunk-CYE2CU54.js +0 -2
  848. package/__chunks__/chunk-DCWHPWPW.js +0 -2
  849. package/__chunks__/chunk-DKZ7I33M.js +0 -2
  850. package/__chunks__/chunk-EJHK64CS.js +0 -2
  851. package/__chunks__/chunk-EOUJPDUA.js +0 -2
  852. package/__chunks__/chunk-EUIPKTRB.js +0 -2
  853. package/__chunks__/chunk-G2KBD6OO.js +0 -2
  854. package/__chunks__/chunk-GI346TGH.js +0 -2
  855. package/__chunks__/chunk-H47CES6D.js +0 -2
  856. package/__chunks__/chunk-H5XPEYMO.js +0 -2
  857. package/__chunks__/chunk-HW3OXH2C.js +0 -2
  858. package/__chunks__/chunk-IRHWNL6D.js +0 -2
  859. package/__chunks__/chunk-JP3D6JGV.js +0 -2
  860. package/__chunks__/chunk-K5Z2PDT5.js +0 -2
  861. package/__chunks__/chunk-KNFYDJS5.js +0 -2
  862. package/__chunks__/chunk-KP4OSU2E.js +0 -2
  863. package/__chunks__/chunk-KYWJKY5B.js +0 -2
  864. package/__chunks__/chunk-LF4J476I.js +0 -2
  865. package/__chunks__/chunk-LT2YIWYP.js +0 -2
  866. package/__chunks__/chunk-M233ITQP.js +0 -2
  867. package/__chunks__/chunk-MNLPCPQM.js +0 -2
  868. package/__chunks__/chunk-N6IULBUC.js +0 -2
  869. package/__chunks__/chunk-OP3UHPFU.js +0 -2
  870. package/__chunks__/chunk-PB3DZJL6.js +0 -2
  871. package/__chunks__/chunk-PDFAUOHN.js +0 -2
  872. package/__chunks__/chunk-QAJA57XC.js +0 -2
  873. package/__chunks__/chunk-RCJSLD5T.js +0 -2
  874. package/__chunks__/chunk-SGPL4FK2.js +0 -2
  875. package/__chunks__/chunk-SWFGAVUI.js +0 -2
  876. package/__chunks__/chunk-SXFI46PB.js +0 -2
  877. package/__chunks__/chunk-TIJSECHB.js +0 -2
  878. package/__chunks__/chunk-UB2JBJZS.js +0 -2
  879. package/__chunks__/chunk-UPBYOIIN.js +0 -2
  880. package/__chunks__/chunk-VNMYXJAN.js +0 -2
  881. package/__chunks__/chunk-WAP7EAYI.js +0 -2
  882. package/__chunks__/chunk-WILFGSVH.js +0 -2
  883. package/__chunks__/chunk-X42HGQWW.js +0 -2
  884. package/__chunks__/chunk-YCQU46Z3.js +0 -2
  885. package/__chunks__/chunk-ZQILXDLJ.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Xo=Object.create;var de=Object.defineProperty,Zo=Object.defineProperties,Qo=Object.getOwnPropertyDescriptor,Jo=Object.getOwnPropertyDescriptors,ei=Object.getOwnPropertyNames,ve=Object.getOwnPropertySymbols,ti=Object.getPrototypeOf,gt=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable;var ur=(e,t,r)=>t in e?de(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,x=(e,t)=>{for(var r in t||(t={}))gt.call(t,r)&&ur(e,r,t[r]);if(ve)for(var r of ve(t))dr.call(t,r)&&ur(e,r,t[r]);return e},v=(e,t)=>Zo(e,Jo(t));var gr=(e,t)=>{var r={};for(var o in e)gt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&ve)for(var o of ve(e))t.indexOf(o)<0&&dr.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ee=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Z=(e,t)=>{for(var r in t)de(e,r,{get:t[r],enumerable:!0})},mr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ei(t))!gt.call(e,i)&&i!==r&&de(e,i,{get:()=>t[i],enumerable:!(o=Qo(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?Xo(ti(e)):{},mr(t||!e||!e.__esModule?de(r,"default",{value:e,enumerable:!0}):r,e)),ge=e=>mr(de({},"__esModule",{value:!0}),e);var yr=Ee(ke=>{"use strict";n();ke.byteLength=ni;ke.toByteArray=ii;ke.fromByteArray=ci;var M=[],N=[],ri=typeof Uint8Array!="undefined"?Uint8Array:Array,mt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Q=0,fr=mt.length;Q<fr;++Q)M[Q]=mt[Q],N[mt.charCodeAt(Q)]=Q;var Q,fr;N["-".charCodeAt(0)]=62;N["_".charCodeAt(0)]=63;function Tr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function ni(e){var t=Tr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function oi(e,t,r){return(t+r)*3/4-r}function ii(e){var t,r=Tr(e),o=r[0],i=r[1],l=new ri(oi(e,o,i)),p=0,d=i>0?o-4:o,g;for(g=0;g<d;g+=4)t=N[e.charCodeAt(g)]<<18|N[e.charCodeAt(g+1)]<<12|N[e.charCodeAt(g+2)]<<6|N[e.charCodeAt(g+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=N[e.charCodeAt(g)]<<2|N[e.charCodeAt(g+1)]>>4,l[p++]=t&255),i===1&&(t=N[e.charCodeAt(g)]<<10|N[e.charCodeAt(g+1)]<<4|N[e.charCodeAt(g+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function ai(e){return M[e>>18&63]+M[e>>12&63]+M[e>>6&63]+M[e&63]}function si(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(ai(o));return i.join("")}function ci(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,d=r-o;p<d;p+=l)i.push(si(e,p,p+l>d?d:p+l));return o===1?(t=e[r-1],i.push(M[t>>2]+M[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(M[t>>10]+M[t>>4&63]+M[t<<2&63]+"=")),i.join("")}});var hr=Ee(ft=>{n();ft.read=function(e,t,r,o,i){var l,p,d=i*8-o-1,g=(1<<d)-1,T=g>>1,h=-7,y=r?i-1:0,A=r?-1:1,k=e[t+y];for(y+=A,l=k&(1<<-h)-1,k>>=-h,h+=d;h>0;l=l*256+e[t+y],y+=A,h-=8);for(p=l&(1<<-h)-1,l>>=-h,h+=o;h>0;p=p*256+e[t+y],y+=A,h-=8);if(l===0)l=1-T;else{if(l===g)return p?NaN:(k?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-T}return(k?-1:1)*p*Math.pow(2,l-o)};ft.write=function(e,t,r,o,i,l){var p,d,g,T=l*8-i-1,h=(1<<T)-1,y=h>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,k=o?0:l-1,G=o?1:-1,Ae=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,p=h):(p=Math.floor(Math.log(t)/Math.LN2),t*(g=Math.pow(2,-p))<1&&(p--,g*=2),p+y>=1?t+=A/g:t+=A*Math.pow(2,1-y),t*g>=2&&(p++,g/=2),p+y>=h?(d=0,p=h):p+y>=1?(d=(t*g-1)*Math.pow(2,i),p=p+y):(d=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+k]=d&255,k+=G,d/=256,i-=8);for(p=p<<i|d,T+=i;T>0;e[r+k]=p&255,k+=G,p/=256,T-=8);e[r+k-G]|=Ae*128}});var Nr=Ee(ie=>{"use strict";n();var Tt=yr(),oe=hr(),xr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ie.Buffer=u;ie.SlowBuffer=mi;ie.INSPECT_MAX_BYTES=50;var Le=2147483647;ie.kMaxLength=Le;u.TYPED_ARRAY_SUPPORT=li();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function li(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function H(e){if(e>Le)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return St(e)}return Ir(e,t,r)}u.poolSize=8192;function Ir(e,t,r){if(typeof e=="string")return ui(e,t);if(ArrayBuffer.isView(e))return di(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(O(e,ArrayBuffer)||e&&O(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(O(e,SharedArrayBuffer)||e&&O(e.buffer,SharedArrayBuffer)))return ht(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=gi(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return Ir(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function br(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function pi(e,t,r){return br(e),e<=0?H(e):t!==void 0?typeof r=="string"?H(e).fill(t,r):H(e).fill(t):H(e)}u.alloc=function(e,t,r){return pi(e,t,r)};function St(e){return br(e),H(e<0?0:wt(e)|0)}u.allocUnsafe=function(e){return St(e)};u.allocUnsafeSlow=function(e){return St(e)};function ui(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Ar(e,t)|0,o=H(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function yt(e){for(var t=e.length<0?0:wt(e.length)|0,r=H(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function di(e){if(O(e,Uint8Array)){var t=new Uint8Array(e);return ht(t.buffer,t.byteOffset,t.byteLength)}return yt(e)}function ht(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function gi(e){if(u.isBuffer(e)){var t=wt(e.length)|0,r=H(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||It(e.length)?H(0):yt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return yt(e.data)}function wt(e){if(e>=Le)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Le.toString(16)+" bytes");return e|0}function mi(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),O(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(O(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Ar(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||O(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return xt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Dr(e).length;default:if(i)return o?-1:xt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Ar;function fi(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return vi(this,t,r);case"utf8":case"utf-8":return Er(this,t,r);case"ascii":return bi(this,t,r);case"latin1":case"binary":return Ai(this,t,r);case"base64":return wi(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ei(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function J(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)J(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)J(this,r,r+3),J(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)J(this,r,r+7),J(this,r+1,r+6),J(this,r+2,r+5),J(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Er(this,0,t):fi.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ie.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};xr&&(u.prototype[xr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,d=o-r,g=Math.min(p,d),T=this.slice(i,l),h=t.slice(r,o),y=0;y<g;++y)if(T[y]!==h[y]){p=T[y],d=h[y];break}return p<d?-1:d<p?1:0};function vr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,It(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Sr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Sr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Sr(e,t,r,o,i){var l=1,p=e.length,d=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,d/=2,r/=2}function g(k,G){return l===1?k[G]:k.readUInt16BE(G*l)}var T;if(i){var h=-1;for(T=r;T<p;T++)if(g(e,T)===g(t,h===-1?0:T-h)){if(h===-1&&(h=T),T-h+1===d)return h*l}else h!==-1&&(T-=T-h),h=-1}else for(r+d>p&&(r=p-d),T=r;T>=0;T--){for(var y=!0,A=0;A<d;A++)if(g(e,T+A)!==g(t,A)){y=!1;break}if(y)return T}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return vr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return vr(this,t,r,o,!1)};function Ti(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var d=parseInt(t.substr(p*2,2),16);if(It(d))return p;e[r+p]=d}return p}function yi(e,t,r,o){return Re(xt(t,e.length-r),e,r,o)}function hi(e,t,r,o){return Re(Ri(t),e,r,o)}function xi(e,t,r,o){return Re(Dr(t),e,r,o)}function Si(e,t,r,o){return Re(Di(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return Ti(this,t,r,o);case"utf8":case"utf-8":return yi(this,t,r,o);case"ascii":case"latin1":case"binary":return hi(this,t,r,o);case"base64":return xi(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Si(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function wi(e,t,r){return t===0&&r===e.length?Tt.fromByteArray(e):Tt.fromByteArray(e.slice(t,r))}function Er(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,d=l>239?4:l>223?3:l>191?2:1;if(i+d<=r){var g,T,h,y;switch(d){case 1:l<128&&(p=l);break;case 2:g=e[i+1],(g&192)===128&&(y=(l&31)<<6|g&63,y>127&&(p=y));break;case 3:g=e[i+1],T=e[i+2],(g&192)===128&&(T&192)===128&&(y=(l&15)<<12|(g&63)<<6|T&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:g=e[i+1],T=e[i+2],h=e[i+3],(g&192)===128&&(T&192)===128&&(h&192)===128&&(y=(l&15)<<18|(g&63)<<12|(T&63)<<6|h&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,d=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=d}return Ii(o)}var wr=4096;function Ii(e){var t=e.length;if(t<=wr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=wr));return r}function bi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Ai(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function vi(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=Ni[e[l]];return i}function Ei(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function E(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||E(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||E(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||E(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||E(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||E(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||E(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||E(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||E(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||E(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||E(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||E(t,4,this.length),oe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||E(t,4,this.length),oe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||E(t,8,this.length),oe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||E(t,8,this.length),oe.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,d=0;for(this[r]=t&255;++d<o&&(p*=256);)this[r+d]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,d=1;for(this[r+p]=t&255;--p>=0&&(d*=256);)this[r+p]=t/d&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,d=1,g=0;for(this[r]=t&255;++p<o&&(d*=256);)t<0&&g===0&&this[r+p-1]!==0&&(g=1),this[r+p]=(t/d>>0)-g&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,d=1,g=0;for(this[r+p]=t&255;--p>=0&&(d*=256);)t<0&&g===0&&this[r+p+1]!==0&&(g=1),this[r+p]=(t/d>>0)-g&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function kr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Lr(e,t,r,o,i){return t=+t,r=r>>>0,i||kr(e,t,r,4,34028234663852886e22,-34028234663852886e22),oe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Lr(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Lr(this,t,r,!1,o)};function Rr(e,t,r,o,i){return t=+t,r=r>>>0,i||kr(e,t,r,8,17976931348623157e292,-17976931348623157e292),oe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Rr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Rr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var d=u.isBuffer(t)?t:u.from(t,i),g=d.length;if(g===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=d[p%g]}return this};var ki=/[^+/0-9A-Za-z-_]/g;function Li(e){if(e=e.split("=")[0],e=e.trim().replace(ki,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function xt(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function Ri(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Di(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function Dr(e){return Tt.toByteArray(Li(e))}function Re(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function O(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function It(e){return e!==e}var Ni=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Or=Ee((vs,Mr)=>{n();var I=Mr.exports={},F,B;function bt(){throw new Error("setTimeout has not been defined")}function At(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?F=setTimeout:F=bt}catch(e){F=bt}try{typeof clearTimeout=="function"?B=clearTimeout:B=At}catch(e){B=At}})();function Pr(e){if(F===setTimeout)return setTimeout(e,0);if((F===bt||!F)&&setTimeout)return F=setTimeout,setTimeout(e,0);try{return F(e,0)}catch(t){try{return F.call(null,e,0)}catch(r){return F.call(this,e,0)}}}function Pi(e){if(B===clearTimeout)return clearTimeout(e);if((B===At||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(e);try{return B(e)}catch(t){try{return B.call(null,e)}catch(r){return B.call(this,e)}}}var q=[],ae=!1,ee,De=-1;function Ci(){!ae||!ee||(ae=!1,ee.length?q=ee.concat(q):De=-1,q.length&&Cr())}function Cr(){if(!ae){var e=Pr(Ci);ae=!0;for(var t=q.length;t;){for(ee=q,q=[];++De<t;)ee&&ee[De].run();De=-1,t=q.length}ee=null,ae=!1,Pi(e)}}I.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];q.push(new _r(e,t)),q.length===1&&!ae&&Pr(Cr)};function _r(e,t){this.fun=e,this.array=t}_r.prototype.run=function(){this.fun.apply(null,this.array)};I.title="browser";I.browser=!0;I.env={};I.argv=[];I.version="";I.versions={};function j(){}I.on=j;I.addListener=j;I.once=j;I.off=j;I.removeListener=j;I.removeAllListeners=j;I.emit=j;I.prependListener=j;I.prependOnceListener=j;I.listeners=function(e){return[]};I.binding=function(e){throw new Error("process.binding is not supported")};I.cwd=function(){return"/"};I.chdir=function(e){throw new Error("process.chdir is not supported")};I.umask=function(){return 0}});var a,s,Es,n=f(()=>{a=w(Nr()),s=w(Or()),Es=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var Fr=f(()=>{"use strict";n()});var Br=f(()=>{"use strict";n()});var Ur=f(()=>{"use strict";n()});var Vr=f(()=>{"use strict";n()});var K=f(()=>{"use strict";n()});var $r=f(()=>{"use strict";n()});var Gr=f(()=>{"use strict";n()});var R=f(()=>{"use strict";n()});var Wr=f(()=>{"use strict";n()});var Hr=f(()=>{"use strict";n()});var qr=f(()=>{"use strict";n()});var P=f(()=>{"use strict";n();Br();Ur();Vr();K();$r();Gr();R();Wr();Hr();qr()});var vt,jr,js,Kr,Ks,zr,zs,Ys,Xs,Yr=f(()=>{"use strict";n();P();vt={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:jr,egldLabel:js}=vt["devnet"],{chainId:Kr,egldLabel:Ks}=vt["testnet"],{chainId:zr,egldLabel:zs}=vt["mainnet"],Ys={["devnet"]:jr,["testnet"]:Kr,["mainnet"]:zr},Xs={[jr]:"devnet",[Kr]:"testnet",[zr]:"mainnet"}});var Et=f(()=>{"use strict";n()});var Xr=f(()=>{"use strict";n()});var Zr,kt=f(()=>{"use strict";n();Zr="transaction-status-toast-id"});var U,Qr=f(()=>{"use strict";n();U=require("@multiversx/sdk-web-wallet-provider")});var Jr=f(()=>{"use strict";n()});var en=f(()=>{"use strict";n()});var Lt,Rt,tn,Ne,rn,se,S=f(()=>{"use strict";n();Fr();Yr();Et();Xr();kt();Qr();Jr();en();Lt=5e4,Rt=1e9,tn=1,Ne="logout",rn="login",se="0"});var Pe,Dt=f(()=>{"use strict";n();Pe=()=>Date.now()/1e3});var nn=f(()=>{"use strict";n()});var on=f(()=>{"use strict";n()});var an=f(()=>{"use strict";n();Dt();nn();on()});var Pt={};Z(Pt,{getItem:()=>Mi,localStorageKeys:()=>te,removeItem:()=>Oi,setItem:()=>_i});var te,Nt,_i,Mi,Oi,me=f(()=>{"use strict";n();an();te={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Nt=typeof localStorage!="undefined",_i=({key:e,data:t,expires:r})=>{!Nt||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Mi=e=>{if(!Nt)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Pe()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Oi=e=>{!Nt||localStorage.removeItem(String(e))}});var Ct={};Z(Ct,{clear:()=>pn,getItem:()=>cn,removeItem:()=>ln,setItem:()=>sn,storage:()=>Fi});var sn,cn,ln,pn,Fi,un=f(()=>{"use strict";n();sn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},cn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},ln=e=>sessionStorage.removeItem(String(e)),pn=()=>sessionStorage.clear(),Fi={setItem:sn,getItem:cn,removeItem:ln,clear:pn}});var ce,Ce=f(()=>{"use strict";n();me();un();ce={session:Ct,local:Pt}});var _t,b,_e,_=f(()=>{"use strict";n();_t=require("@reduxjs/toolkit");S();b=(0,_t.createAction)(Ne),_e=(0,_t.createAction)(rn,e=>({payload:e}))});var Ot,dn,gn,Me,Mt,mn,fn,Dc,Tn,Nc,Pc,Cc,_c,Mc,Oc,Fc,Bc,Oe,Fe=f(()=>{"use strict";n();Ot=require("@multiversx/sdk-core"),dn=require("@reduxjs/toolkit"),gn=require("redux-persist");S();Ce();me();_();Me={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:se},Mt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Me},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},mn=(0,dn.createSlice)({name:"accountInfoSlice",initialState:Mt,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Ot.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Me},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(b,()=>(ce.local.removeItem(te.loginExpiresAt),Mt)),e.addCase(_e,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Ot.Address(o).hex()}),e.addCase(gn.REHYDRATE,(t,r)=>{var T;if(!((T=r.payload)!=null&&T.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:d}=o;t.address=i,t.shard=l;let g=p&&i in p;t.accounts=g?p:Mt.accounts,t.publicKey=d})}}),{setAccount:fn,setAddress:Dc,setAccountNonce:Tn,setAccountShard:Nc,setLedgerAccount:Pc,updateLedgerAccount:Cc,setWalletConnectAccount:_c,setIsAccountLoading:Mc,setAccountLoadingError:Oc,setWebsocketEvent:Fc,setWebsocketBatchEvent:Bc}=mn.actions,Oe=mn.reducer});function fe(){return new Date().setHours(new Date().getHours()+24)}function Te(e){ce.local.setItem({key:te.loginExpiresAt,data:e,expires:e})}var Ft=f(()=>{"use strict";n();Ce();me()});var hn,yn,xn,zc,Yc,Xc,Zc,Qc,Jc,Sn,el,Be,Ue=f(()=>{"use strict";n();hn=require("@reduxjs/toolkit");Ft();K();_();yn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},xn=(0,hn.createSlice)({name:"loginInfoSlice",initialState:yn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(b,()=>yn),e.addCase(_e,(t,r)=>{t.loginMethod=r.payload.loginMethod,Te(fe())})}}),{setLoginMethod:zc,setWalletConnectLogin:Yc,setLedgerLogin:Xc,setTokenLogin:Zc,setTokenLoginSignature:Qc,setWalletLogin:Jc,invalidateLoginSession:Sn,setLogoutRoute:el}=xn.actions,Be=xn.reducer});var In,wn,bn,ol,il,al,sl,Ve,$e=f(()=>{"use strict";n();In=require("@reduxjs/toolkit");_();wn={},bn=(0,In.createSlice)({name:"modalsSlice",initialState:wn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(b,()=>wn)}}),{setTxSubmittedModal:ol,setNotificationModal:il,clearTxSubmittedModal:al,clearNotificationModal:sl}=bn.actions,Ve=bn.reducer});var Ui,Bt,Ut=f(()=>{"use strict";n();Ui=!1,Bt=(e,t=0)=>{Ui||setTimeout(()=>{!window||(window.location.href=e,window.location.assign(e))},t)}});var An=f(()=>{"use strict";n();Ut()});function vn(e){return e[Math.floor(Math.random()*e.length)]}var En=f(()=>{"use strict";n()});var kn=f(()=>{"use strict";n();Et()});var Ln=f(()=>{"use strict";n();An();En();kn()});var Rn,Dn,Vt,Vi,Nn,Il,bl,Ge,We=f(()=>{"use strict";n();Rn=require("@reduxjs/toolkit"),Dn=w(require("lodash.omit"));Ln();Vt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Vi={network:Vt,chainID:"-1"},Nn=(0,Rn.createSlice)({name:"appConfig",initialState:Vi,reducers:{initializeNetworkConfig:(e,t)=>{let r=vn(t.payload.walletConnectV2RelayAddresses),o=(0,Dn.default)(t.payload,"walletConnectV2RelayAddresses");e.network=v(x(x({},e.network),o),{walletConnectV2RelayAddress:r})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:Il,setChainID:bl}=Nn.actions,Ge=Nn.reducer});var Pn,$t,Cn,Rl,Dl,Nl,He,qe=f(()=>{"use strict";n();Pn=require("@reduxjs/toolkit");P();_();$t={isSigning:!1,signedSessions:{}},Cn=(0,Pn.createSlice)({name:"signedMessageInfoSliceState",initialState:$t,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=o},setSignSessionState:(e,t)=>x(x({},e),t.payload),clearSignedMessageInfo:()=>$t},extraReducers:e=>{e.addCase(b,()=>$t)}}),{setSignSession:Rl,clearSignedMessageInfo:Dl,setSignSessionState:Nl}=Cn.actions,He=Cn.reducer});var Mn,On,_n,Fn,Ul,Vl,$l,Gl,Wl,Hl,je,Ke=f(()=>{"use strict";n();Mn=require("@reduxjs/toolkit"),On=require("redux-persist");kt();P();Dt();_();_n={customToasts:[],transactionToasts:[],failTransactionToast:null},Fn=(0,Mn.createSlice)({name:"toastsSlice",initialState:_n,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(v(x({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Pe(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=v(x({},t.payload),{toastId:Zr})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(b,()=>_n),e.addCase(On.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Ul,removeCustomToast:Vl,addTransactionToast:$l,removeTransactionToast:Gl,addFailTransactionToast:Wl,removeFailTransactionToast:Hl}=Fn.actions,je=Fn.reducer});var Bn,Wt,Ht,qt,$i,Gt,Un,zl,Yl,Xl,ze,Ye=f(()=>{"use strict";n();Bn=require("@reduxjs/toolkit");_();Wt="Transaction failed",Ht="Transaction successful",qt="Processing transaction",$i="Transaction submitted",Gt={},Un=(0,Bn.createSlice)({name:"transactionsInfo",initialState:Gt,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||Wt,successMessage:(o==null?void 0:o.successMessage)||Ht,processingMessage:(o==null?void 0:o.processingMessage)||qt,submittedMessage:(o==null?void 0:o.submittedMessage)||$i,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Gt},extraReducers:e=>{e.addCase(b,()=>Gt)}}),{clearTransactionsInfo:zl,setTransactionsDisplayInfo:Yl,clearTransactionsInfoForSessionId:Xl}=Un.actions,ze=Un.reducer});function Vn(e){return e!=null&&(Qi(e)||na(e))}function Xe(e){return e!=null&&(Ji(e)||oa(e))}function Ze(e){return e!=null&&(ea(e)||ia(e))}function $n(e){return e!=null&&(ta(e)||aa(e))}function Gn(e){return e!=null&&ra(e)}function Qi(e){return e!=null&&Wi.includes(e)}function Ji(e){return e!=null&&Hi.includes(e)}function ea(e){return e!=null&&qi.includes(e)}function ta(e){return e!=null&&ji.includes(e)}function ra(e){return e!=null&&Ki.includes(e)}function na(e){return e!=null&&zi.includes(e)}function oa(e){return e!=null&&Yi.includes(e)}function ia(e){return e!=null&&Xi.includes(e)}function aa(e){return e!=null&&Zi.includes(e)}var Wi,Hi,qi,ji,Ki,zi,Yi,Xi,Zi,Kt=f(()=>{"use strict";n();K();Wi=["sent"],Hi=["success"],qi=["fail","cancelled","timedOut"],ji=["invalid"],Ki=["timedOut"],zi=["pending"],Yi=["success"],Xi=["fail","invalid"],Zi=["not executed"]});var Wn,Hn,ye,sa,qn,ip,ap,sp,cp,lp,pp,up,dp,gp,mp,Qe,Je=f(()=>{"use strict";n();Wn=require("@reduxjs/toolkit"),Hn=require("redux-persist");K();Kt();_();ye={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},sa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},qn=(0,Wn.createSlice)({name:"transactionsSlice",initialState:ye,reducers:{moveTransactionsToSignedState:(e,t)=>{var T,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:d={}}=t.payload,g=((T=e.customTransactionInformationForSessionId)==null?void 0:T[r])||sa;e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:x(x({},g),d)},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=ye.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=x(x({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var g,T,h,y,A,k,G,Ae;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,inTransit:p}=t.payload,d=(T=(g=e.signedTransactions)==null?void 0:g[r])==null?void 0:T.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(W=>W.hash===l?v(x({},W),{status:o,errorMessage:i,inTransit:p}):W);let Ko=(y=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:y.every(W=>Xe(W.status)),zo=(k=(A=e.signedTransactions[r])==null?void 0:A.transactions)==null?void 0:k.every(W=>Ze(W.status)),Yo=(Ae=(G=e.signedTransactions[r])==null?void 0:G.transactions)==null?void 0:Ae.every(W=>$n(W.status));Ko&&(e.signedTransactions[r].status="success"),zo&&(e.signedTransactions[r].status="fail"),Yo&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ye.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ye.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(b,()=>ye),e.addCase(Hn.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((d,[g,T])=>{let h=new Date(g),y=new Date;return y.setHours(y.getHours()+5),y-h>0||(d[g]=T),d},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:ip,updateSignedTransactions:ap,setTransactionsToSign:sp,clearAllTransactionsToSign:cp,clearAllSignedTransactions:lp,clearSignedTransaction:pp,clearTransactionToSign:up,setSignTransactionsError:dp,setSignTransactionsCancelMessage:gp,moveTransactionsToSignedState:mp}=qn.actions,Qe=qn.reducer});var jn,zt,Kn,hp,xp,Sp,wp,et,tt=f(()=>{"use strict";n();jn=require("@reduxjs/toolkit");_();zt={},Kn=(0,jn.createSlice)({name:"batchTransactionsSlice",initialState:zt,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>zt},extraReducers:e=>{e.addCase(b,()=>zt)}}),{setBatchTransactions:hp,updateBatchTransactions:xp,clearBatchTransactions:Sp,clearAllBatchTransactions:wp}=Kn.actions,et=Kn.reducer});var Yn,zn,Xn,vp,Zn,Yt=f(()=>{"use strict";n();Yn=require("@reduxjs/toolkit");_();zn={},Xn=(0,Yn.createSlice)({name:"dappConfigSlice",initialState:zn,reducers:{setDappConfig:(e,t)=>{if(e&&t.payload){let{logoutRoute:r,shouldUseWebViewProvider:o}=t.payload;e.logoutRoute=r,e.shouldUseWebViewProvider=o}else e=t.payload}},extraReducers:e=>{e.addCase(b,()=>zn)}}),{setDappConfig:vp}=Xn.actions,Zn=Xn.reducer});var le=f(()=>{"use strict";n();Fe();Ue();$e();We();qe();Ke();Ye();Je();tt();Yt()});var Xt=f(()=>{"use strict";n()});var ro,to,no,Zp,Qp,Jp,eu,tu,ru,oo,io=f(()=>{"use strict";n();ro=require("@reduxjs/toolkit");_();to={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},no=(0,ro.createSlice)({name:"dappModalsSlice",initialState:to,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=x({},t.payload)}},extraReducers:e=>{e.addCase(b,()=>to)}}),{setDappModalVisibility:Zp,setDappModalHeaderVisibility:Qp,setDappModalFooterVisibility:Jp,setDappModalHeaderText:eu,setDappModalFooterText:tu,setDappModalConfig:ru}=no.actions,oo=no.reducer});var ao,ua,da,re,at=f(()=>{"use strict";n();ao=require("@reduxjs/toolkit");Xt();Fe();tt();Yt();io();Ue();$e();We();qe();Ke();Ye();Je();ua={["account"]:Oe,["dappModal"]:oo,["dappConfig"]:Zn,["loginInfo"]:Be,["modals"]:Ve,["networkConfig"]:Ge,["signedMessageInfo"]:He,["toasts"]:je,["transactionsInfo"]:ze,["transactions"]:Qe,["batchTransactions"]:et},da=(e={})=>(0,ao.combineReducers)(x(x({},ua),e)),re=da});var po={};Z(po,{default:()=>La,sessionStorageReducers:()=>Zt});function z(e,t=[]){return{key:e,version:1,storage:co.default,blacklist:t}}var D,so,co,ga,he,ma,fa,Ta,ya,ha,xa,Sa,wa,Ia,ba,lo,Aa,Zt,va,Ea,ka,La,uo=f(()=>{"use strict";n();D=require("redux-persist"),so=w(require("redux-persist/lib/storage")),co=w(require("redux-persist/lib/storage/session"));at();le();Fe();tt();Ue();$e();We();qe();Ke();Ye();Je();Xt();ga={persistReducersStorageType:"localStorage"},he={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ma=z(he["account"]),fa=z(he["loginInfo"]),Ta=z(he["modals"]),ya=z(he["networkConfig"]),ha={2:e=>v(x({},e),{networkConfig:Vt})};xa=z("sdk-dapp-transactionsInfo"),Sa=z("sdk-dapp-transactions",["transactionsToSign"]),wa=z("sdk-dapp-batchTransactions",["batchTransactions"]),Ia=z("sdk-dapp-toasts"),ba=z("sdk-dapp-signedMessageInfo"),lo={key:"sdk-dapp-store",version:2,storage:so.default,whitelist:Object.keys(he),migrate:(0,D.createMigrate)(ha,{debug:!1})},Aa=v(x({},lo),{whitelist:[]}),Zt={["toasts"]:(0,D.persistReducer)(Ia,je),["transactions"]:(0,D.persistReducer)(Sa,Qe),["transactionsInfo"]:(0,D.persistReducer)(xa,ze),["batchTransactions"]:(0,D.persistReducer)(wa,et),["signedMessageInfo"]:(0,D.persistReducer)(ba,He)},va=v(x({},Zt),{["account"]:(0,D.persistReducer)(ma,Oe),["loginInfo"]:(0,D.persistReducer)(fa,Be),["modals"]:(0,D.persistReducer)(Ta,Ve),["networkConfig"]:(0,D.persistReducer)(ya,Ge)}),Ea=ga.persistReducersStorageType==="localStorage",ka=Ea?(0,D.persistReducer)(lo,re(Zt)):(0,D.persistReducer)(Aa,re(va)),La=ka});var go={};Z(go,{default:()=>Ra});var Ra,mo=f(()=>{"use strict";n();at();Ra=re()});var fo={};Z(fo,{default:()=>Na});var C,Da,Na,To=f(()=>{"use strict";n();C=require("redux-persist"),Da=[C.FLUSH,C.REHYDRATE,C.PAUSE,C.PERSIST,C.PURGE,C.REGISTER],Na=Da});var xo={};Z(xo,{default:()=>ho});function ho(e){return(0,yo.persistStore)(e)}var yo,So=f(()=>{"use strict";n();yo=require("redux-persist")});var Ss={};Z(Ss,{AuthenticatedRoutesWrapper:()=>xs});module.exports=ge(Ss);n();var pr=w(require("react"));n();var Eo=require("react"),ue=require("react-redux");n();var Qt=require("@reduxjs/toolkit"),Ao=require("react-redux/lib/utils/Subscription");le();n();var Jn=w(require("lodash.throttle"));S();n();var Qn=w(require("lodash.isequal")),rt=require("reselect");P();var m=(0,rt.createSelectorCreator)(rt.defaultMemoize,Qn.default),nt=(e,t)=>e!=""&&Boolean(t);le();Ft();Ce();me();var ca=[Ne],ot=!1,la=(0,Jn.default)(()=>{Te(fe())},5e3),eo=e=>t=>r=>{var g;if(ca.includes(r.type))return t(r);let o=e.getState(),i=ce.local.getItem(te.loginExpiresAt);if(!nt((g=o==null?void 0:o.loginInfo)==null?void 0:g.loginMethod,o==null?void 0:o.account.address))return t(r);if(i==null)return Te(fe());let p=Date.now();return i-p<0&&!ot?setTimeout(()=>{ot=!0,e.dispatch(Sn())},1e3):(ot&&(ot=!1),la()),t(r)};n();n();function it(){return typeof sessionStorage!="undefined"}var wo=it()?(uo(),ge(po)).default:(mo(),ge(go)).default,Io=it()?(To(),ge(fo)).default:[],bo=it()?(So(),ge(xo)).default:e=>e;at();var pe=(0,Qt.configureStore)({reducer:wo,middleware:e=>e({serializableCheck:{ignoredActions:[...Io,Tn.type,fn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(eo)}),vo=(0,Ao.createSubscription)(pe),Ou=bo(pe),Fu=(0,Qt.configureStore)({reducer:re});var Pa={store:pe,subscription:vo},Jt=(0,Eo.createContext)(Pa),$u=(0,ue.createStoreHook)(Jt),Gu=(0,ue.createDispatchHook)(Jt),st=(0,ue.createSelectorHook)(Jt);n();n();le();var V=e=>e.account,er=m(V,e=>e.address),tr=m(V,er,(e,t)=>t in e.accounts?e.accounts[t]:Me),ju=m(V,tr,(e,t)=>{let i=e,{accounts:r}=i,o=gr(i,["accounts"]);return v(x({},o),{account:t})}),Ku=m(tr,e=>e.balance),zu=m(tr,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Yu=m(V,e=>e.shard),Xu=m(V,e=>e.ledgerAccount),Zu=m(V,e=>e.walletConnectAccount),ko=m(V,e=>e.isAccountLoading),Qu=m(V,e=>e.accountLoadingError),Ju=m(V,e=>e.websocketEvent),ed=m(V,e=>e.websocketBatchEvent);n();var Ca=e=>e.dappConfig,nd=m(Ca,e=>e.shouldUseWebViewProvider);n();var X=e=>e.loginInfo,sd=m(X,e=>e.loginMethod),Lo=m(X,er,(e,t)=>nt(e.loginMethod,t)),cd=m(X,e=>e.walletConnectLogin),ld=m(X,e=>e.ledgerLogin),Ro=m(X,e=>e.walletLogin),pd=m(X,e=>e.isLoginSessionInvalid),ud=m(X,e=>e.tokenLogin),dd=m(X,e=>e.logoutRoute);n();var Do=e=>e.modals,fd=m(Do,e=>e.txSubmittedModal),Td=m(Do,e=>e.notificationModal);n();var ne=e=>e.networkConfig,xd=m(ne,e=>e.chainID),Sd=m(ne,e=>e.network.walletConnectBridgeAddress),wd=m(ne,e=>e.network.walletConnectV2RelayAddress),Id=m(ne,e=>e.network.walletConnectV2ProjectId),bd=m(ne,e=>e.network.walletConnectV2Options),Ad=m(ne,e=>e.network.walletConnectDeepLink),rr=m(ne,e=>e.network),vd=m(rr,e=>e.apiAddress),No=m(rr,e=>e.explorerAddress),Ed=m(rr,e=>e.egldLabel);n();var ct=e=>e.signedMessageInfo,Rd=m(ct,e=>e.isSigning),Dd=m(ct,e=>e.errorMessage),Nd=m(ct,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Pd=m(ct,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var nr=e=>e.toasts,Md=m(nr,e=>e.customToasts),Od=m(nr,e=>e.transactionToasts),Fd=m(nr,e=>e.failTransactionToast);n();le();var Po={errorMessage:Wt,successMessage:Ht,processingMessage:qt},_a=e=>e.transactionsInfo,$d=m(_a,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Po);n();n();var $=require("@multiversx/sdk-core");S();n();var ir=require("@multiversx/sdk-core/out");n();n();function or(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();n();n();var Co=e=>{let t=e!=null?e:"";return or(t)?ir.TransactionPayload.fromEncoded(t):new ir.TransactionPayload(t)};function ar(e){var r,o,i;let t=new $.Transaction(x(x({value:e.value.valueOf(),data:Co(e.data),nonce:e.nonce.valueOf(),receiver:new $.Address(e.receiver),sender:new $.Address(e.sender),gasLimit:(r=e.gasLimit.valueOf())!=null?r:Lt,gasPrice:(o=e.gasPrice.valueOf())!=null?o:Rt,chainID:e.chainID.valueOf(),version:new $.TransactionVersion((i=e.version)!=null?i:tn)},e.options?{options:new $.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new $.Address(e.guardian)}:{}));return e.guardianSignature&&t.applySignature(a.Buffer.from(e.guardianSignature,"hex")),e.signature&&t.applySignature(a.Buffer.from(e.signature,"hex")),t}n();n();n();n();n();var Fa=require("@multiversx/sdk-core/out");n();S();n();var Mo=require("@multiversx/sdk-core");P();n();var _o=require("@multiversx/sdk-core");function Ba(e){try{let t=new _o.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function xe(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Ba(e)}n();n();n();var Ua=require("@multiversx/sdk-core"),Va=w(require("bignumber.js"));K();n();n();n();n();n();n();n();R();n();n();R();n();n();n();var ja=w(require("bignumber.js"));S();n();var qa=require("@multiversx/sdk-core"),sr=w(require("bignumber.js"));S();n();var Wa=w(require("bignumber.js"));n();sr.default.config({ROUNDING_MODE:sr.default.ROUND_FLOOR});n();n();n();S();n();n();n();n();S();n();S();n();var Ka=require("@multiversx/sdk-core");S();n();var we=require("@multiversx/sdk-core"),Ya=require("@multiversx/sdk-network-providers");S();n();n();var za=w(require("bignumber.js"));S();n();S();n();n();n();n();n();n();S();n();S();n();S();n();R();var Za=["reDelegateRewards","claimRewards","unBond"],Qa=["wrapEgld","unwrapEgld"],Ja=["unStake"],es=["unDelegate"];n();n();n();S();n();var ns=w(require("bignumber.js"));n();n();R();n();var os=w(require("bignumber.js"));n();n();n();var as=w(require("bignumber.js"));P();n();n();n();n();K();n();var ls=require("@multiversx/sdk-web-wallet-provider");S();n();var cs=w(require("qs"));n();n();var Ie=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";n();var hy={search:Ie()?window.location.search:"",removeParams:[]};n();n();n();n();R();n();n();n();var ps=w(require("linkifyjs"));n();S();n();var us=w(require("bignumber.js"));n();P();n();n();K();n();K();n();n();n();R();n();R();n();var ds=w(require("bignumber.js"));S();R();n();R();n();var $o=require("react");P();n();n();R();n();n();var gs=require("@multiversx/sdk-core/out"),ms=w(require("bignumber.js"));R();n();P();n();n();P();var px=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Go=require("react");P();n();var Ts=require("react");R();var yx=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Kt();var ut=e=>e.transactions,be=m(ut,e=>e.signedTransactions),rS=m(ut,e=>e.signTransactionsError),nS=m(ut,e=>e.signTransactionsCancelMessage),dt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),oS=m(be,dt(Vn)),iS=m(be,dt(Xe)),aS=m(be,dt(Ze)),sS=m(be,dt(Gn)),cS=m(ut,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:v(x({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>ar(r)))||[]})}),lS=m(be,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();var Wo=()=>{let e=window==null?void 0:window.location.search,t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return xe(o)?o:null};Ut();n();n();function Ho(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(r){}}}function qo(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=ys(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let l=i[0],p=l.replace(/(.)\/+$/,"$1"),d=i.slice(1);return{params:o.reduce((T,h,y)=>{if(h==="*"){let A=d[y]||"";p=l.slice(0,l.length-A.length).replace(/(.)\/+$/,"$1")}return T[h]=hs(d[y]||"",h),T},{}),pathname:l,pathnameBase:p,pattern:e}}function ys(e,t=!1,r=!0){Ho(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(p,d)=>(o.push(d),"([^\\/]+)"));return e.endsWith("*")?(o.push("*"),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=r?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(i,t?void 0:"i"),o]}function hs(e,t){try{return decodeURIComponent(e)}catch(r){return Ho(!1,`The value for the URL param "${t}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${r}).`),e}}var jo=(e,t)=>e.filter(({authenticatedRoute:i})=>Boolean(i)).some(({path:i})=>qo(i,t)!==null);var xs=({children:e,routes:t,pathName:r,unlockRoute:o,onRedirect:i})=>{let l=Wo(),p=st(Lo),d=st(ko),g=st(Ro),T=()=>Ie()?window.location.pathname:"",y=jo(t,r!=null?r:T())&&!p&&g==null,A=g!=null&&l;return d||A?null:y?(i?i(o):Bt(o),null):pr.default.createElement(pr.default.Fragment,null,e)};0&&(module.exports={AuthenticatedRoutesWrapper});
1
+ "use strict";var Xo=Object.create;var de=Object.defineProperty,Zo=Object.defineProperties,Qo=Object.getOwnPropertyDescriptor,Jo=Object.getOwnPropertyDescriptors,ei=Object.getOwnPropertyNames,Ee=Object.getOwnPropertySymbols,ti=Object.getPrototypeOf,mt=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable;var ur=(e,t,r)=>t in e?de(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,x=(e,t)=>{for(var r in t||(t={}))mt.call(t,r)&&ur(e,r,t[r]);if(Ee)for(var r of Ee(t))dr.call(t,r)&&ur(e,r,t[r]);return e},v=(e,t)=>Zo(e,Jo(t));var gr=(e,t)=>{var r={};for(var o in e)mt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Ee)for(var o of Ee(e))t.indexOf(o)<0&&dr.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var ke=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Z=(e,t)=>{for(var r in t)de(e,r,{get:t[r],enumerable:!0})},mr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ei(t))!mt.call(e,i)&&i!==r&&de(e,i,{get:()=>t[i],enumerable:!(o=Qo(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?Xo(ti(e)):{},mr(t||!e||!e.__esModule?de(r,"default",{value:e,enumerable:!0}):r,e)),ge=e=>mr(de({},"__esModule",{value:!0}),e);var yr=ke(Le=>{"use strict";n();Le.byteLength=ni;Le.toByteArray=ii;Le.fromByteArray=ci;var M=[],N=[],ri=typeof Uint8Array!="undefined"?Uint8Array:Array,ft="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Q=0,fr=ft.length;Q<fr;++Q)M[Q]=ft[Q],N[ft.charCodeAt(Q)]=Q;var Q,fr;N["-".charCodeAt(0)]=62;N["_".charCodeAt(0)]=63;function Tr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function ni(e){var t=Tr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function oi(e,t,r){return(t+r)*3/4-r}function ii(e){var t,r=Tr(e),o=r[0],i=r[1],l=new ri(oi(e,o,i)),p=0,d=i>0?o-4:o,g;for(g=0;g<d;g+=4)t=N[e.charCodeAt(g)]<<18|N[e.charCodeAt(g+1)]<<12|N[e.charCodeAt(g+2)]<<6|N[e.charCodeAt(g+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=N[e.charCodeAt(g)]<<2|N[e.charCodeAt(g+1)]>>4,l[p++]=t&255),i===1&&(t=N[e.charCodeAt(g)]<<10|N[e.charCodeAt(g+1)]<<4|N[e.charCodeAt(g+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function ai(e){return M[e>>18&63]+M[e>>12&63]+M[e>>6&63]+M[e&63]}function si(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(ai(o));return i.join("")}function ci(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,d=r-o;p<d;p+=l)i.push(si(e,p,p+l>d?d:p+l));return o===1?(t=e[r-1],i.push(M[t>>2]+M[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(M[t>>10]+M[t>>4&63]+M[t<<2&63]+"=")),i.join("")}});var hr=ke(Tt=>{n();Tt.read=function(e,t,r,o,i){var l,p,d=i*8-o-1,g=(1<<d)-1,y=g>>1,h=-7,T=r?i-1:0,A=r?-1:1,k=e[t+T];for(T+=A,l=k&(1<<-h)-1,k>>=-h,h+=d;h>0;l=l*256+e[t+T],T+=A,h-=8);for(p=l&(1<<-h)-1,l>>=-h,h+=o;h>0;p=p*256+e[t+T],T+=A,h-=8);if(l===0)l=1-y;else{if(l===g)return p?NaN:(k?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(k?-1:1)*p*Math.pow(2,l-o)};Tt.write=function(e,t,r,o,i,l){var p,d,g,y=l*8-i-1,h=(1<<y)-1,T=h>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,k=o?0:l-1,G=o?1:-1,ve=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,p=h):(p=Math.floor(Math.log(t)/Math.LN2),t*(g=Math.pow(2,-p))<1&&(p--,g*=2),p+T>=1?t+=A/g:t+=A*Math.pow(2,1-T),t*g>=2&&(p++,g/=2),p+T>=h?(d=0,p=h):p+T>=1?(d=(t*g-1)*Math.pow(2,i),p=p+T):(d=t*Math.pow(2,T-1)*Math.pow(2,i),p=0));i>=8;e[r+k]=d&255,k+=G,d/=256,i-=8);for(p=p<<i|d,y+=i;y>0;e[r+k]=p&255,k+=G,p/=256,y-=8);e[r+k-G]|=ve*128}});var Nr=ke(ie=>{"use strict";n();var yt=yr(),oe=hr(),xr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ie.Buffer=u;ie.SlowBuffer=mi;ie.INSPECT_MAX_BYTES=50;var Re=2147483647;ie.kMaxLength=Re;u.TYPED_ARRAY_SUPPORT=li();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function li(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function H(e){if(e>Re)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return wt(e)}return Ir(e,t,r)}u.poolSize=8192;function Ir(e,t,r){if(typeof e=="string")return ui(e,t);if(ArrayBuffer.isView(e))return di(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(O(e,ArrayBuffer)||e&&O(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(O(e,SharedArrayBuffer)||e&&O(e.buffer,SharedArrayBuffer)))return xt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=gi(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return Ir(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function br(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function pi(e,t,r){return br(e),e<=0?H(e):t!==void 0?typeof r=="string"?H(e).fill(t,r):H(e).fill(t):H(e)}u.alloc=function(e,t,r){return pi(e,t,r)};function wt(e){return br(e),H(e<0?0:It(e)|0)}u.allocUnsafe=function(e){return wt(e)};u.allocUnsafeSlow=function(e){return wt(e)};function ui(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Ar(e,t)|0,o=H(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function ht(e){for(var t=e.length<0?0:It(e.length)|0,r=H(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function di(e){if(O(e,Uint8Array)){var t=new Uint8Array(e);return xt(t.buffer,t.byteOffset,t.byteLength)}return ht(e)}function xt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function gi(e){if(u.isBuffer(e)){var t=It(e.length)|0,r=H(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||bt(e.length)?H(0):ht(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ht(e.data)}function It(e){if(e>=Re)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Re.toString(16)+" bytes");return e|0}function mi(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),O(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(O(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Ar(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||O(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return St(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Dr(e).length;default:if(i)return o?-1:St(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Ar;function fi(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return vi(this,t,r);case"utf8":case"utf-8":return Er(this,t,r);case"ascii":return bi(this,t,r);case"latin1":case"binary":return Ai(this,t,r);case"base64":return wi(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ei(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function J(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)J(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)J(this,r,r+3),J(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)J(this,r,r+7),J(this,r+1,r+6),J(this,r+2,r+5),J(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Er(this,0,t):fi.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ie.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};xr&&(u.prototype[xr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,d=o-r,g=Math.min(p,d),y=this.slice(i,l),h=t.slice(r,o),T=0;T<g;++T)if(y[T]!==h[T]){p=y[T],d=h[T];break}return p<d?-1:d<p?1:0};function vr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,bt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Sr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Sr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Sr(e,t,r,o,i){var l=1,p=e.length,d=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,d/=2,r/=2}function g(k,G){return l===1?k[G]:k.readUInt16BE(G*l)}var y;if(i){var h=-1;for(y=r;y<p;y++)if(g(e,y)===g(t,h===-1?0:y-h)){if(h===-1&&(h=y),y-h+1===d)return h*l}else h!==-1&&(y-=y-h),h=-1}else for(r+d>p&&(r=p-d),y=r;y>=0;y--){for(var T=!0,A=0;A<d;A++)if(g(e,y+A)!==g(t,A)){T=!1;break}if(T)return y}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return vr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return vr(this,t,r,o,!1)};function Ti(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var d=parseInt(t.substr(p*2,2),16);if(bt(d))return p;e[r+p]=d}return p}function yi(e,t,r,o){return De(St(t,e.length-r),e,r,o)}function hi(e,t,r,o){return De(Ri(t),e,r,o)}function xi(e,t,r,o){return De(Dr(t),e,r,o)}function Si(e,t,r,o){return De(Di(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return Ti(this,t,r,o);case"utf8":case"utf-8":return yi(this,t,r,o);case"ascii":case"latin1":case"binary":return hi(this,t,r,o);case"base64":return xi(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Si(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function wi(e,t,r){return t===0&&r===e.length?yt.fromByteArray(e):yt.fromByteArray(e.slice(t,r))}function Er(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,d=l>239?4:l>223?3:l>191?2:1;if(i+d<=r){var g,y,h,T;switch(d){case 1:l<128&&(p=l);break;case 2:g=e[i+1],(g&192)===128&&(T=(l&31)<<6|g&63,T>127&&(p=T));break;case 3:g=e[i+1],y=e[i+2],(g&192)===128&&(y&192)===128&&(T=(l&15)<<12|(g&63)<<6|y&63,T>2047&&(T<55296||T>57343)&&(p=T));break;case 4:g=e[i+1],y=e[i+2],h=e[i+3],(g&192)===128&&(y&192)===128&&(h&192)===128&&(T=(l&15)<<18|(g&63)<<12|(y&63)<<6|h&63,T>65535&&T<1114112&&(p=T))}}p===null?(p=65533,d=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=d}return Ii(o)}var wr=4096;function Ii(e){var t=e.length;if(t<=wr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=wr));return r}function bi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Ai(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function vi(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=Ni[e[l]];return i}function Ei(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function E(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||E(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||E(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||E(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||E(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||E(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||E(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||E(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||E(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||E(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||E(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||E(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||E(t,4,this.length),oe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||E(t,4,this.length),oe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||E(t,8,this.length),oe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||E(t,8,this.length),oe.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,d=0;for(this[r]=t&255;++d<o&&(p*=256);)this[r+d]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,d=1;for(this[r+p]=t&255;--p>=0&&(d*=256);)this[r+p]=t/d&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,d=1,g=0;for(this[r]=t&255;++p<o&&(d*=256);)t<0&&g===0&&this[r+p-1]!==0&&(g=1),this[r+p]=(t/d>>0)-g&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,d=1,g=0;for(this[r+p]=t&255;--p>=0&&(d*=256);)t<0&&g===0&&this[r+p+1]!==0&&(g=1),this[r+p]=(t/d>>0)-g&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function kr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Lr(e,t,r,o,i){return t=+t,r=r>>>0,i||kr(e,t,r,4,34028234663852886e22,-34028234663852886e22),oe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Lr(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Lr(this,t,r,!1,o)};function Rr(e,t,r,o,i){return t=+t,r=r>>>0,i||kr(e,t,r,8,17976931348623157e292,-17976931348623157e292),oe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Rr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Rr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var d=u.isBuffer(t)?t:u.from(t,i),g=d.length;if(g===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=d[p%g]}return this};var ki=/[^+/0-9A-Za-z-_]/g;function Li(e){if(e=e.split("=")[0],e=e.trim().replace(ki,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function St(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function Ri(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Di(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function Dr(e){return yt.toByteArray(Li(e))}function De(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function O(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function bt(e){return e!==e}var Ni=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Or=ke((vs,Mr)=>{n();var I=Mr.exports={},F,B;function At(){throw new Error("setTimeout has not been defined")}function vt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?F=setTimeout:F=At}catch(e){F=At}try{typeof clearTimeout=="function"?B=clearTimeout:B=vt}catch(e){B=vt}})();function Pr(e){if(F===setTimeout)return setTimeout(e,0);if((F===At||!F)&&setTimeout)return F=setTimeout,setTimeout(e,0);try{return F(e,0)}catch(t){try{return F.call(null,e,0)}catch(r){return F.call(this,e,0)}}}function Pi(e){if(B===clearTimeout)return clearTimeout(e);if((B===vt||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(e);try{return B(e)}catch(t){try{return B.call(null,e)}catch(r){return B.call(this,e)}}}var q=[],ae=!1,ee,Ne=-1;function Ci(){!ae||!ee||(ae=!1,ee.length?q=ee.concat(q):Ne=-1,q.length&&Cr())}function Cr(){if(!ae){var e=Pr(Ci);ae=!0;for(var t=q.length;t;){for(ee=q,q=[];++Ne<t;)ee&&ee[Ne].run();Ne=-1,t=q.length}ee=null,ae=!1,Pi(e)}}I.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];q.push(new _r(e,t)),q.length===1&&!ae&&Pr(Cr)};function _r(e,t){this.fun=e,this.array=t}_r.prototype.run=function(){this.fun.apply(null,this.array)};I.title="browser";I.browser=!0;I.env={};I.argv=[];I.version="";I.versions={};function j(){}I.on=j;I.addListener=j;I.once=j;I.off=j;I.removeListener=j;I.removeAllListeners=j;I.emit=j;I.prependListener=j;I.prependOnceListener=j;I.listeners=function(e){return[]};I.binding=function(e){throw new Error("process.binding is not supported")};I.cwd=function(){return"/"};I.chdir=function(e){throw new Error("process.chdir is not supported")};I.umask=function(){return 0}});var a,s,Es,n=f(()=>{a=w(Nr()),s=w(Or()),Es=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var Fr=f(()=>{"use strict";n()});var Br=f(()=>{"use strict";n()});var Ur=f(()=>{"use strict";n()});var Vr=f(()=>{"use strict";n()});var K=f(()=>{"use strict";n()});var $r=f(()=>{"use strict";n()});var Gr=f(()=>{"use strict";n()});var R=f(()=>{"use strict";n()});var Wr=f(()=>{"use strict";n()});var Hr=f(()=>{"use strict";n()});var qr=f(()=>{"use strict";n()});var P=f(()=>{"use strict";n();Br();Ur();Vr();K();$r();Gr();R();Wr();Hr();qr()});var Et,jr,js,Kr,Ks,zr,zs,Ys,Xs,Yr=f(()=>{"use strict";n();P();Et={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:jr,egldLabel:js}=Et["devnet"],{chainId:Kr,egldLabel:Ks}=Et["testnet"],{chainId:zr,egldLabel:zs}=Et["mainnet"],Ys={["devnet"]:jr,["testnet"]:Kr,["mainnet"]:zr},Xs={[jr]:"devnet",[Kr]:"testnet",[zr]:"mainnet"}});var kt=f(()=>{"use strict";n()});var Xr=f(()=>{"use strict";n()});var Zr,Lt=f(()=>{"use strict";n();Zr="transaction-status-toast-id"});var U,Qr=f(()=>{"use strict";n();U=require("@multiversx/sdk-web-wallet-provider")});var Jr=f(()=>{"use strict";n()});var en=f(()=>{"use strict";n()});var Rt,Dt,tn,Pe,rn,se,S=f(()=>{"use strict";n();Fr();Yr();kt();Xr();Lt();Qr();Jr();en();Rt=5e4,Dt=1e9,tn=1,Pe="logout",rn="login",se="0"});var Ce,Nt=f(()=>{"use strict";n();Ce=()=>Date.now()/1e3});var nn=f(()=>{"use strict";n()});var on=f(()=>{"use strict";n()});var an=f(()=>{"use strict";n();Nt();nn();on()});var Ct={};Z(Ct,{getItem:()=>Mi,localStorageKeys:()=>te,removeItem:()=>Oi,setItem:()=>_i});var te,Pt,_i,Mi,Oi,me=f(()=>{"use strict";n();an();te={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Pt=typeof localStorage!="undefined",_i=({key:e,data:t,expires:r})=>{!Pt||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Mi=e=>{if(!Pt)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ce()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Oi=e=>{!Pt||localStorage.removeItem(String(e))}});var _t={};Z(_t,{clear:()=>pn,getItem:()=>cn,removeItem:()=>ln,setItem:()=>sn,storage:()=>Fi});var sn,cn,ln,pn,Fi,un=f(()=>{"use strict";n();sn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},cn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},ln=e=>sessionStorage.removeItem(String(e)),pn=()=>sessionStorage.clear(),Fi={setItem:sn,getItem:cn,removeItem:ln,clear:pn}});var ce,_e=f(()=>{"use strict";n();me();un();ce={session:_t,local:Ct}});var Mt,b,Me,_=f(()=>{"use strict";n();Mt=require("@reduxjs/toolkit");S();b=(0,Mt.createAction)(Pe),Me=(0,Mt.createAction)(rn,e=>({payload:e}))});var Ft,dn,gn,Oe,Ot,mn,fn,Dc,Tn,Nc,Pc,Cc,_c,Mc,Oc,Fc,Bc,Fe,Be=f(()=>{"use strict";n();Ft=require("@multiversx/sdk-core"),dn=require("@reduxjs/toolkit"),gn=require("redux-persist");S();_e();me();_();Oe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:se},Ot={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Oe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},mn=(0,dn.createSlice)({name:"accountInfoSlice",initialState:Ot,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Ft.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Oe},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(b,()=>(ce.local.removeItem(te.loginExpiresAt),Ot)),e.addCase(Me,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Ft.Address(o).hex()}),e.addCase(gn.REHYDRATE,(t,r)=>{var y;if(!((y=r.payload)!=null&&y.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:d}=o;t.address=i,t.shard=l;let g=p&&i in p;t.accounts=g?p:Ot.accounts,t.publicKey=d})}}),{setAccount:fn,setAddress:Dc,setAccountNonce:Tn,setAccountShard:Nc,setLedgerAccount:Pc,updateLedgerAccount:Cc,setWalletConnectAccount:_c,setIsAccountLoading:Mc,setAccountLoadingError:Oc,setWebsocketEvent:Fc,setWebsocketBatchEvent:Bc}=mn.actions,Fe=mn.reducer});function fe(){return new Date().setHours(new Date().getHours()+24)}function Te(e){ce.local.setItem({key:te.loginExpiresAt,data:e,expires:e})}var Bt=f(()=>{"use strict";n();_e();me()});var hn,yn,xn,zc,Yc,Xc,Zc,Qc,Jc,Sn,el,Ue,Ve=f(()=>{"use strict";n();hn=require("@reduxjs/toolkit");Bt();K();_();yn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},xn=(0,hn.createSlice)({name:"loginInfoSlice",initialState:yn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(b,()=>yn),e.addCase(Me,(t,r)=>{t.loginMethod=r.payload.loginMethod,Te(fe())})}}),{setLoginMethod:zc,setWalletConnectLogin:Yc,setLedgerLogin:Xc,setTokenLogin:Zc,setTokenLoginSignature:Qc,setWalletLogin:Jc,invalidateLoginSession:Sn,setLogoutRoute:el}=xn.actions,Ue=xn.reducer});var In,wn,bn,ol,il,al,sl,$e,Ge=f(()=>{"use strict";n();In=require("@reduxjs/toolkit");_();wn={},bn=(0,In.createSlice)({name:"modalsSlice",initialState:wn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(b,()=>wn)}}),{setTxSubmittedModal:ol,setNotificationModal:il,clearTxSubmittedModal:al,clearNotificationModal:sl}=bn.actions,$e=bn.reducer});var Ui,Ut,Vt=f(()=>{"use strict";n();Ui=!1,Ut=(e,t=0)=>{Ui||setTimeout(()=>{!window||(window.location.href=e,window.location.assign(e))},t)}});var An=f(()=>{"use strict";n();Vt()});function vn(e){return e[Math.floor(Math.random()*e.length)]}var En=f(()=>{"use strict";n()});var kn=f(()=>{"use strict";n();kt()});var Ln=f(()=>{"use strict";n();An();En();kn()});var Rn,Dn,$t,Vi,Nn,Il,bl,We,He=f(()=>{"use strict";n();Rn=require("@reduxjs/toolkit"),Dn=w(require("lodash.omit"));Ln();$t={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Vi={network:$t,chainID:"-1"},Nn=(0,Rn.createSlice)({name:"appConfig",initialState:Vi,reducers:{initializeNetworkConfig:(e,t)=>{let r=vn(t.payload.walletConnectV2RelayAddresses),o=(0,Dn.default)(t.payload,"walletConnectV2RelayAddresses");e.network=v(x(x({},e.network),o),{walletConnectV2RelayAddress:r})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:Il,setChainID:bl}=Nn.actions,We=Nn.reducer});var Pn,Gt,Cn,Rl,Dl,Nl,qe,je=f(()=>{"use strict";n();Pn=require("@reduxjs/toolkit");P();_();Gt={isSigning:!1,signedSessions:{}},Cn=(0,Pn.createSlice)({name:"signedMessageInfoSliceState",initialState:Gt,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=o},setSignSessionState:(e,t)=>x(x({},e),t.payload),clearSignedMessageInfo:()=>Gt},extraReducers:e=>{e.addCase(b,()=>Gt)}}),{setSignSession:Rl,clearSignedMessageInfo:Dl,setSignSessionState:Nl}=Cn.actions,qe=Cn.reducer});var Mn,On,_n,Fn,Ul,Vl,$l,Gl,Wl,Hl,Ke,ze=f(()=>{"use strict";n();Mn=require("@reduxjs/toolkit"),On=require("redux-persist");Lt();P();Nt();_();_n={customToasts:[],transactionToasts:[],failTransactionToast:null},Fn=(0,Mn.createSlice)({name:"toastsSlice",initialState:_n,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(v(x({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ce(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=v(x({},t.payload),{toastId:Zr})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(b,()=>_n),e.addCase(On.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Ul,removeCustomToast:Vl,addTransactionToast:$l,removeTransactionToast:Gl,addFailTransactionToast:Wl,removeFailTransactionToast:Hl}=Fn.actions,Ke=Fn.reducer});var Bn,Ht,qt,jt,$i,Wt,Un,zl,Yl,Xl,Ye,Xe=f(()=>{"use strict";n();Bn=require("@reduxjs/toolkit");_();Ht="Transaction failed",qt="Transaction successful",jt="Processing transaction",$i="Transaction submitted",Wt={},Un=(0,Bn.createSlice)({name:"transactionsInfo",initialState:Wt,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||Ht,successMessage:(o==null?void 0:o.successMessage)||qt,processingMessage:(o==null?void 0:o.processingMessage)||jt,submittedMessage:(o==null?void 0:o.submittedMessage)||$i,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Wt},extraReducers:e=>{e.addCase(b,()=>Wt)}}),{clearTransactionsInfo:zl,setTransactionsDisplayInfo:Yl,clearTransactionsInfoForSessionId:Xl}=Un.actions,Ye=Un.reducer});function Vn(e){return e!=null&&(Qi(e)||na(e))}function Ze(e){return e!=null&&(Ji(e)||oa(e))}function Qe(e){return e!=null&&(ea(e)||ia(e))}function $n(e){return e!=null&&(ta(e)||aa(e))}function Gn(e){return e!=null&&ra(e)}function Qi(e){return e!=null&&Wi.includes(e)}function Ji(e){return e!=null&&Hi.includes(e)}function ea(e){return e!=null&&qi.includes(e)}function ta(e){return e!=null&&ji.includes(e)}function ra(e){return e!=null&&Ki.includes(e)}function na(e){return e!=null&&zi.includes(e)}function oa(e){return e!=null&&Yi.includes(e)}function ia(e){return e!=null&&Xi.includes(e)}function aa(e){return e!=null&&Zi.includes(e)}var Wi,Hi,qi,ji,Ki,zi,Yi,Xi,Zi,zt=f(()=>{"use strict";n();K();Wi=["sent"],Hi=["success"],qi=["fail","cancelled","timedOut"],ji=["invalid"],Ki=["timedOut"],zi=["pending"],Yi=["success"],Xi=["fail","invalid"],Zi=["not executed"]});var Wn,Hn,ye,sa,qn,ip,ap,sp,cp,lp,pp,up,dp,gp,mp,Je,et=f(()=>{"use strict";n();Wn=require("@reduxjs/toolkit"),Hn=require("redux-persist");K();zt();_();ye={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},sa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},qn=(0,Wn.createSlice)({name:"transactionsSlice",initialState:ye,reducers:{moveTransactionsToSignedState:(e,t)=>{var y,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:d={}}=t.payload,g=((y=e.customTransactionInformationForSessionId)==null?void 0:y[r])||sa;e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:x(x({},g),d)},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=ye.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=x(x({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var g,y,h,T,A,k,G,ve;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,inTransit:p}=t.payload,d=(y=(g=e.signedTransactions)==null?void 0:g[r])==null?void 0:y.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(W=>W.hash===l?v(x({},W),{status:o,errorMessage:i,inTransit:p}):W);let Ko=(T=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:T.every(W=>Ze(W.status)),zo=(k=(A=e.signedTransactions[r])==null?void 0:A.transactions)==null?void 0:k.every(W=>Qe(W.status)),Yo=(ve=(G=e.signedTransactions[r])==null?void 0:G.transactions)==null?void 0:ve.every(W=>$n(W.status));Ko&&(e.signedTransactions[r].status="success"),zo&&(e.signedTransactions[r].status="fail"),Yo&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ye.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ye.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(b,()=>ye),e.addCase(Hn.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((d,[g,y])=>{let h=new Date(g),T=new Date;return T.setHours(T.getHours()+5),T-h>0||(d[g]=y),d},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:ip,updateSignedTransactions:ap,setTransactionsToSign:sp,clearAllTransactionsToSign:cp,clearAllSignedTransactions:lp,clearSignedTransaction:pp,clearTransactionToSign:up,setSignTransactionsError:dp,setSignTransactionsCancelMessage:gp,moveTransactionsToSignedState:mp}=qn.actions,Je=qn.reducer});var jn,Yt,Kn,hp,xp,Sp,wp,tt,rt=f(()=>{"use strict";n();jn=require("@reduxjs/toolkit");_();Yt={},Kn=(0,jn.createSlice)({name:"batchTransactionsSlice",initialState:Yt,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>Yt},extraReducers:e=>{e.addCase(b,()=>Yt)}}),{setBatchTransactions:hp,updateBatchTransactions:xp,clearBatchTransactions:Sp,clearAllBatchTransactions:wp}=Kn.actions,tt=Kn.reducer});var Yn,zn,Xn,vp,Zn,Xt=f(()=>{"use strict";n();Yn=require("@reduxjs/toolkit");_();zn={},Xn=(0,Yn.createSlice)({name:"dappConfigSlice",initialState:zn,reducers:{setDappConfig:(e,t)=>{if(e&&t.payload){let{logoutRoute:r,shouldUseWebViewProvider:o}=t.payload;e.logoutRoute=r,e.shouldUseWebViewProvider=o}else e=t.payload}},extraReducers:e=>{e.addCase(b,()=>zn)}}),{setDappConfig:vp}=Xn.actions,Zn=Xn.reducer});var le=f(()=>{"use strict";n();Be();Ve();Ge();He();je();ze();Xe();et();rt();Xt()});var Zt=f(()=>{"use strict";n()});var ro,to,no,Zp,Qp,Jp,eu,tu,ru,oo,io=f(()=>{"use strict";n();ro=require("@reduxjs/toolkit");_();to={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},no=(0,ro.createSlice)({name:"dappModalsSlice",initialState:to,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=x({},t.payload)}},extraReducers:e=>{e.addCase(b,()=>to)}}),{setDappModalVisibility:Zp,setDappModalHeaderVisibility:Qp,setDappModalFooterVisibility:Jp,setDappModalHeaderText:eu,setDappModalFooterText:tu,setDappModalConfig:ru}=no.actions,oo=no.reducer});var ao,ua,da,re,st=f(()=>{"use strict";n();ao=require("@reduxjs/toolkit");Zt();Be();rt();Xt();io();Ve();Ge();He();je();ze();Xe();et();ua={["account"]:Fe,["dappModal"]:oo,["dappConfig"]:Zn,["loginInfo"]:Ue,["modals"]:$e,["networkConfig"]:We,["signedMessageInfo"]:qe,["toasts"]:Ke,["transactionsInfo"]:Ye,["transactions"]:Je,["batchTransactions"]:tt},da=(e={})=>(0,ao.combineReducers)(x(x({},ua),e)),re=da});var po={};Z(po,{default:()=>La,sessionStorageReducers:()=>Qt});function z(e,t=[]){return{key:e,version:1,storage:co.default,blacklist:t}}var D,so,co,ga,he,ma,fa,Ta,ya,ha,xa,Sa,wa,Ia,ba,lo,Aa,Qt,va,Ea,ka,La,uo=f(()=>{"use strict";n();D=require("redux-persist"),so=w(require("redux-persist/lib/storage")),co=w(require("redux-persist/lib/storage/session"));st();le();Be();rt();Ve();Ge();He();je();ze();Xe();et();Zt();ga={persistReducersStorageType:"localStorage"},he={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ma=z(he["account"]),fa=z(he["loginInfo"]),Ta=z(he["modals"]),ya=z(he["networkConfig"]),ha={2:e=>v(x({},e),{networkConfig:$t})};xa=z("sdk-dapp-transactionsInfo"),Sa=z("sdk-dapp-transactions",["transactionsToSign"]),wa=z("sdk-dapp-batchTransactions",["batchTransactions"]),Ia=z("sdk-dapp-toasts"),ba=z("sdk-dapp-signedMessageInfo"),lo={key:"sdk-dapp-store",version:2,storage:so.default,whitelist:Object.keys(he),migrate:(0,D.createMigrate)(ha,{debug:!1})},Aa=v(x({},lo),{whitelist:[]}),Qt={["toasts"]:(0,D.persistReducer)(Ia,Ke),["transactions"]:(0,D.persistReducer)(Sa,Je),["transactionsInfo"]:(0,D.persistReducer)(xa,Ye),["batchTransactions"]:(0,D.persistReducer)(wa,tt),["signedMessageInfo"]:(0,D.persistReducer)(ba,qe)},va=v(x({},Qt),{["account"]:(0,D.persistReducer)(ma,Fe),["loginInfo"]:(0,D.persistReducer)(fa,Ue),["modals"]:(0,D.persistReducer)(Ta,$e),["networkConfig"]:(0,D.persistReducer)(ya,We)}),Ea=ga.persistReducersStorageType==="localStorage",ka=Ea?(0,D.persistReducer)(lo,re(Qt)):(0,D.persistReducer)(Aa,re(va)),La=ka});var go={};Z(go,{default:()=>Ra});var Ra,mo=f(()=>{"use strict";n();st();Ra=re()});var fo={};Z(fo,{default:()=>Na});var C,Da,Na,To=f(()=>{"use strict";n();C=require("redux-persist"),Da=[C.FLUSH,C.REHYDRATE,C.PAUSE,C.PERSIST,C.PURGE,C.REGISTER],Na=Da});var xo={};Z(xo,{default:()=>ho});function ho(e){return(0,yo.persistStore)(e)}var yo,So=f(()=>{"use strict";n();yo=require("redux-persist")});var Ss={};Z(Ss,{AuthenticatedRoutesWrapper:()=>xs});module.exports=ge(Ss);n();var Ae=w(require("react"));n();var Eo=require("react"),ue=require("react-redux");n();var Jt=require("@reduxjs/toolkit"),Ao=require("react-redux/lib/utils/Subscription");le();n();var Jn=w(require("lodash.throttle"));S();n();var Qn=w(require("lodash.isequal")),nt=require("reselect");P();var m=(0,nt.createSelectorCreator)(nt.defaultMemoize,Qn.default),ot=(e,t)=>e!=""&&Boolean(t);le();Bt();_e();me();var ca=[Pe],it=!1,la=(0,Jn.default)(()=>{Te(fe())},5e3),eo=e=>t=>r=>{var g;if(ca.includes(r.type))return t(r);let o=e.getState(),i=ce.local.getItem(te.loginExpiresAt);if(!ot((g=o==null?void 0:o.loginInfo)==null?void 0:g.loginMethod,o==null?void 0:o.account.address))return t(r);if(i==null)return Te(fe());let p=Date.now();return i-p<0&&!it?setTimeout(()=>{it=!0,e.dispatch(Sn())},1e3):(it&&(it=!1),la()),t(r)};n();n();function at(){return typeof sessionStorage!="undefined"}var wo=at()?(uo(),ge(po)).default:(mo(),ge(go)).default,Io=at()?(To(),ge(fo)).default:[],bo=at()?(So(),ge(xo)).default:e=>e;st();var pe=(0,Jt.configureStore)({reducer:wo,middleware:e=>e({serializableCheck:{ignoredActions:[...Io,Tn.type,fn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(eo)}),vo=(0,Ao.createSubscription)(pe),Ou=bo(pe),Fu=(0,Jt.configureStore)({reducer:re});var Pa={store:pe,subscription:vo},er=(0,Eo.createContext)(Pa),$u=(0,ue.createStoreHook)(er),Gu=(0,ue.createDispatchHook)(er),ct=(0,ue.createSelectorHook)(er);n();n();le();var V=e=>e.account,tr=m(V,e=>e.address),rr=m(V,tr,(e,t)=>t in e.accounts?e.accounts[t]:Oe),ju=m(V,rr,(e,t)=>{let i=e,{accounts:r}=i,o=gr(i,["accounts"]);return v(x({},o),{account:t})}),Ku=m(rr,e=>e.balance),zu=m(rr,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Yu=m(V,e=>e.shard),Xu=m(V,e=>e.ledgerAccount),Zu=m(V,e=>e.walletConnectAccount),ko=m(V,e=>e.isAccountLoading),Qu=m(V,e=>e.accountLoadingError),Ju=m(V,e=>e.websocketEvent),ed=m(V,e=>e.websocketBatchEvent);n();var Ca=e=>e.dappConfig,nd=m(Ca,e=>e.shouldUseWebViewProvider);n();var X=e=>e.loginInfo,sd=m(X,e=>e.loginMethod),Lo=m(X,tr,(e,t)=>ot(e.loginMethod,t)),cd=m(X,e=>e.walletConnectLogin),ld=m(X,e=>e.ledgerLogin),Ro=m(X,e=>e.walletLogin),pd=m(X,e=>e.isLoginSessionInvalid),ud=m(X,e=>e.tokenLogin),dd=m(X,e=>e.logoutRoute);n();var Do=e=>e.modals,fd=m(Do,e=>e.txSubmittedModal),Td=m(Do,e=>e.notificationModal);n();var ne=e=>e.networkConfig,xd=m(ne,e=>e.chainID),Sd=m(ne,e=>e.network.walletConnectBridgeAddress),wd=m(ne,e=>e.network.walletConnectV2RelayAddress),Id=m(ne,e=>e.network.walletConnectV2ProjectId),bd=m(ne,e=>e.network.walletConnectV2Options),Ad=m(ne,e=>e.network.walletConnectDeepLink),nr=m(ne,e=>e.network),vd=m(nr,e=>e.apiAddress),No=m(nr,e=>e.explorerAddress),Ed=m(nr,e=>e.egldLabel);n();var lt=e=>e.signedMessageInfo,Rd=m(lt,e=>e.isSigning),Dd=m(lt,e=>e.errorMessage),Nd=m(lt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Pd=m(lt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var or=e=>e.toasts,Md=m(or,e=>e.customToasts),Od=m(or,e=>e.transactionToasts),Fd=m(or,e=>e.failTransactionToast);n();le();var Po={errorMessage:Ht,successMessage:qt,processingMessage:jt},_a=e=>e.transactionsInfo,$d=m(_a,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Po);n();n();var $=require("@multiversx/sdk-core");S();n();var ar=require("@multiversx/sdk-core/out");n();n();function ir(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();n();n();var Co=e=>{let t=e!=null?e:"";return ir(t)?ar.TransactionPayload.fromEncoded(t):new ar.TransactionPayload(t)};function sr(e){var r,o,i;let t=new $.Transaction(x(x({value:e.value.valueOf(),data:Co(e.data),nonce:e.nonce.valueOf(),receiver:new $.Address(e.receiver),sender:new $.Address(e.sender),gasLimit:(r=e.gasLimit.valueOf())!=null?r:Rt,gasPrice:(o=e.gasPrice.valueOf())!=null?o:Dt,chainID:e.chainID.valueOf(),version:new $.TransactionVersion((i=e.version)!=null?i:tn)},e.options?{options:new $.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new $.Address(e.guardian)}:{}));return e.guardianSignature&&t.applySignature(a.Buffer.from(e.guardianSignature,"hex")),e.signature&&t.applySignature(a.Buffer.from(e.signature,"hex")),t}n();n();n();n();n();var Fa=require("@multiversx/sdk-core/out");n();S();n();var Mo=require("@multiversx/sdk-core");P();n();var _o=require("@multiversx/sdk-core");function Ba(e){try{let t=new _o.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function xe(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Ba(e)}n();n();n();var Ua=require("@multiversx/sdk-core"),Va=w(require("bignumber.js"));K();n();n();n();n();n();n();n();R();n();n();R();n();n();n();var ja=w(require("bignumber.js"));S();n();var qa=require("@multiversx/sdk-core"),cr=w(require("bignumber.js"));S();n();var Wa=w(require("bignumber.js"));n();cr.default.config({ROUNDING_MODE:cr.default.ROUND_FLOOR});n();n();n();S();n();n();n();n();S();n();S();n();var Ka=require("@multiversx/sdk-core");S();n();var we=require("@multiversx/sdk-core"),Ya=require("@multiversx/sdk-network-providers");S();n();n();var za=w(require("bignumber.js"));S();n();S();n();n();n();n();n();n();S();n();S();n();S();n();R();var Za=["reDelegateRewards","claimRewards","unBond"],Qa=["wrapEgld","unwrapEgld"],Ja=["unStake"],es=["unDelegate"];n();n();n();S();n();var ns=w(require("bignumber.js"));n();n();R();n();var os=w(require("bignumber.js"));n();n();n();var as=w(require("bignumber.js"));P();n();n();n();n();K();n();var ls=require("@multiversx/sdk-web-wallet-provider");S();n();var cs=w(require("qs"));n();n();var Ie=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";n();var hy={search:Ie()?window.location.search:"",removeParams:[]};n();n();n();n();R();n();n();n();var ps=w(require("linkifyjs"));n();S();n();var us=w(require("bignumber.js"));n();P();n();n();K();n();K();n();n();n();R();n();R();n();var ds=w(require("bignumber.js"));S();R();n();R();n();var $o=require("react");P();n();n();R();n();n();var gs=require("@multiversx/sdk-core/out"),ms=w(require("bignumber.js"));R();n();P();n();n();P();var px=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Go=require("react");P();n();var Ts=require("react");R();var yx=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];zt();var dt=e=>e.transactions,be=m(dt,e=>e.signedTransactions),rS=m(dt,e=>e.signTransactionsError),nS=m(dt,e=>e.signTransactionsCancelMessage),gt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),oS=m(be,gt(Vn)),iS=m(be,gt(Ze)),aS=m(be,gt(Qe)),sS=m(be,gt(Gn)),cS=m(dt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:v(x({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>sr(r)))||[]})}),lS=m(be,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();var Wo=()=>{let e=window==null?void 0:window.location.search,t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return xe(o)?o:null};Vt();n();n();function Ho(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(r){}}}function qo(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=ys(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let l=i[0],p=l.replace(/(.)\/+$/,"$1"),d=i.slice(1);return{params:o.reduce((y,h,T)=>{if(h==="*"){let A=d[T]||"";p=l.slice(0,l.length-A.length).replace(/(.)\/+$/,"$1")}return y[h]=hs(d[T]||"",h),y},{}),pathname:l,pathnameBase:p,pattern:e}}function ys(e,t=!1,r=!0){Ho(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(p,d)=>(o.push(d),"([^\\/]+)"));return e.endsWith("*")?(o.push("*"),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=r?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(i,t?void 0:"i"),o]}function hs(e,t){try{return decodeURIComponent(e)}catch(r){return Ho(!1,`The value for the URL param "${t}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${r}).`),e}}var jo=(e,t)=>e.filter(({authenticatedRoute:i})=>Boolean(i)).some(({path:i})=>qo(i,t)!==null);var xs=({children:e,routes:t,pathName:r,unlockRoute:o,onRedirect:i})=>{let l=Wo(),p=ct(Lo),d=ct(ko),g=ct(Ro),y=()=>Ie()?window.location.pathname:"",T=jo(t,r!=null?r:y())&&!p&&g==null;(0,Ae.useEffect)(()=>{if(!!T){if(i)return i(o);Ut(o)}},[T,o]);let A=g!=null&&l;return d||A?null:Ae.default.createElement(Ae.default.Fragment,null,e)};0&&(module.exports={AuthenticatedRoutesWrapper});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *