@multiversx/sdk-dapp 3.0.18 → 3.0.20

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 (1104) hide show
  1. package/UI/DappModal/components/DappModal.js +1 -1
  2. package/UI/DappModal/components/index.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/Denominate/index.js +1 -1
  5. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  6. package/UI/ExplorerLink/index.js +1 -1
  7. package/UI/FormatAmount/FormatAmount.js +1 -1
  8. package/UI/FormatAmount/index.js +1 -1
  9. package/UI/ModalContainer/ModalContainer.js +1 -1
  10. package/UI/ModalContainer/index.js +1 -1
  11. package/UI/NotificationModal/NotificationModal.js +1 -1
  12. package/UI/NotificationModal/index.js +1 -1
  13. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.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/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  53. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  54. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  55. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  56. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  57. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  58. package/UI/SignTransactionsModals/components/index.js +1 -1
  59. package/UI/SignTransactionsModals/index.js +1 -1
  60. package/UI/TokenDetails/index.js +1 -1
  61. package/UI/TransactionData/TransactionData.js +1 -1
  62. package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
  63. package/UI/TransactionData/components/index.js +1 -1
  64. package/UI/TransactionData/index.js +1 -1
  65. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  66. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  67. package/UI/TransactionDetails/components/index.js +1 -1
  68. package/UI/TransactionDetails/index.js +1 -1
  69. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  70. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  71. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  72. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  73. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  74. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  75. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  76. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  77. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  78. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  79. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  80. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  81. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  82. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  83. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  84. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  85. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  86. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  87. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  88. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  89. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  90. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  91. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  92. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  93. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  94. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  95. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  96. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  97. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  98. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  100. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  101. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  102. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  103. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  104. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  105. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  106. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  107. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  108. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  117. package/UI/TransactionInfo/components/index.js +1 -1
  118. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  119. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  120. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  121. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  122. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  123. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  151. package/UI/TransactionInfo/index.js +1 -1
  152. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  153. package/UI/TransactionsTable/components/AccountName.js +1 -1
  154. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  155. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  156. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  157. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  158. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  159. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  160. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  161. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  162. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  163. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  164. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  165. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  166. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  167. package/UI/TransactionsTable/components/index.js +1 -1
  168. package/UI/TransactionsTable/index.js +1 -1
  169. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  170. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  171. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  172. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  173. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  174. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  175. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  176. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  177. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  179. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  184. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  185. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  186. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  187. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  188. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  189. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  190. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  191. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  192. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  193. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  194. package/UI/TransactionsToastList/components/index.js +1 -1
  195. package/UI/TransactionsToastList/index.js +1 -1
  196. package/UI/Trim/Trim.js +1 -1
  197. package/UI/Trim/index.js +1 -1
  198. package/UI/UsdValue/UsdValue.js +1 -1
  199. package/UI/UsdValue/index.js +1 -1
  200. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  201. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  202. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  203. package/UI/iframe/IframeLoginButton/index.js +1 -1
  204. package/UI/index.js +1 -1
  205. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  206. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  207. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  208. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  209. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  210. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  211. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  212. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  213. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  227. package/UI/ledger/index.js +1 -1
  228. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  229. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  230. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  231. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  232. package/UI/pages/UnlockPage/index.js +1 -1
  233. package/UI/pages/index.js +1 -1
  234. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  235. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  236. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  237. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  238. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  239. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  240. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  241. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  242. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  243. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  244. package/UI/walletConnect/index.js +1 -1
  245. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  246. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  247. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  248. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  249. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  250. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  251. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  252. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  253. package/__chunks__/chunk-23W57VQI.js +2 -0
  254. package/__chunks__/{chunk-2IP7PG2N.js → chunk-23WC2KZD.js} +2 -2
  255. package/__chunks__/{chunk-G2GEDE5X.js → chunk-2EWCUWIU.js} +2 -2
  256. package/__chunks__/{chunk-WRXNJQIY.js → chunk-2F54G2RO.js} +2 -2
  257. package/__chunks__/chunk-2FAELKQI.js +2 -0
  258. package/__chunks__/{chunk-RWKKUCND.js → chunk-2MPHNLIR.js} +2 -2
  259. package/__chunks__/{chunk-A5FD7DTK.js → chunk-2PVUEXHG.js} +2 -2
  260. package/__chunks__/{chunk-ZPB3ZJ2J.js → chunk-2S3WLTTZ.js} +2 -2
  261. package/__chunks__/chunk-2W3HTAH6.js +2 -0
  262. package/__chunks__/{chunk-GSQ6RX24.js → chunk-2WIDHMD3.js} +2 -2
  263. package/__chunks__/{chunk-KKHZHP3E.js → chunk-2ZQUCJ3M.js} +2 -2
  264. package/__chunks__/{chunk-ZP4YU52T.js → chunk-32LDF3IW.js} +2 -2
  265. package/__chunks__/chunk-32MQMBNY.js +2 -0
  266. package/__chunks__/{chunk-YSAZC3FJ.js → chunk-35PKC5YY.js} +2 -2
  267. package/__chunks__/chunk-373LPU6U.js +2 -0
  268. package/__chunks__/{chunk-PXO3KXPV.js → chunk-374FMRMN.js} +2 -2
  269. package/__chunks__/{chunk-WNUN6H4T.js → chunk-37LZRS45.js} +2 -2
  270. package/__chunks__/{chunk-3NXEJBK7.js → chunk-3CA7ECJG.js} +2 -2
  271. package/__chunks__/{chunk-SOOZPADC.js → chunk-3FCH2UAZ.js} +2 -2
  272. package/__chunks__/chunk-3FK4DGLL.js +2 -0
  273. package/__chunks__/{chunk-3L3N56FB.js → chunk-3HZ45UYC.js} +2 -2
  274. package/__chunks__/{chunk-5B3VR2FV.js → chunk-3KLEQWPP.js} +2 -2
  275. package/__chunks__/{chunk-MBNT47JC.js → chunk-3MFOF236.js} +2 -2
  276. package/__chunks__/chunk-3MMLW2FM.js +2 -0
  277. package/__chunks__/{chunk-K6Q3BCRA.js → chunk-3RLOPS7A.js} +2 -2
  278. package/__chunks__/{chunk-ZWAI37XZ.js → chunk-3T5225YP.js} +2 -2
  279. package/__chunks__/{chunk-SIBZP36W.js → chunk-3Y6TKA2K.js} +2 -2
  280. package/__chunks__/{chunk-FLNPSKM5.js → chunk-4ANW6FS5.js} +2 -2
  281. package/__chunks__/{chunk-CPTGXWUV.js → chunk-4G4VB35P.js} +2 -2
  282. package/__chunks__/{chunk-YLPK7HAX.js → chunk-4I7E4NJZ.js} +2 -2
  283. package/__chunks__/{chunk-FFPSOIDK.js → chunk-4MOGFP3Q.js} +2 -2
  284. package/__chunks__/{chunk-BNAILBH3.js → chunk-4ROI3DNA.js} +2 -2
  285. package/__chunks__/{chunk-GPRQNTUG.js → chunk-4TUUC3VG.js} +2 -2
  286. package/__chunks__/{chunk-R666NKD7.js → chunk-4UIDHBRY.js} +2 -2
  287. package/__chunks__/{chunk-GC3IMAFY.js → chunk-4XP7MUPS.js} +2 -2
  288. package/__chunks__/{chunk-ZVNBY4BK.js → chunk-4XVLB7O2.js} +2 -2
  289. package/__chunks__/{chunk-HS7U64J3.js → chunk-4ZPA2ZNG.js} +2 -2
  290. package/__chunks__/{chunk-GCNH3RZR.js → chunk-5352BVHS.js} +2 -2
  291. package/__chunks__/chunk-53UDFLVS.js +2 -0
  292. package/__chunks__/{chunk-TRUASFOC.js → chunk-57MR6GDY.js} +2 -2
  293. package/__chunks__/chunk-57R6QXXS.js +2 -0
  294. package/__chunks__/chunk-5AG7LTJX.js +2 -0
  295. package/__chunks__/{chunk-BRMDGFCG.js → chunk-5BLBYHWX.js} +2 -2
  296. package/__chunks__/{chunk-DPD3XJBG.js → chunk-5C4JVHQ3.js} +2 -2
  297. package/__chunks__/{chunk-QZD5N7RZ.js → chunk-5D4CGOGE.js} +2 -2
  298. package/__chunks__/{chunk-BK3F643X.js → chunk-5GBKDMCE.js} +2 -2
  299. package/__chunks__/chunk-5L7UGYCL.js +2 -0
  300. package/__chunks__/{chunk-LEKYTY2K.js → chunk-5LRWSHX3.js} +2 -2
  301. package/__chunks__/chunk-5NREUPDN.js +2 -0
  302. package/__chunks__/{chunk-RC7NBVBT.js → chunk-5QJNIURL.js} +2 -2
  303. package/__chunks__/{chunk-XECVYP4E.js → chunk-5R22KYMS.js} +2 -2
  304. package/__chunks__/{chunk-K7ITUXHA.js → chunk-5SCA66ZU.js} +2 -2
  305. package/__chunks__/chunk-5SHZENX7.js +2 -0
  306. package/__chunks__/{chunk-3CINYBP7.js → chunk-5SS7NZ62.js} +2 -2
  307. package/__chunks__/{chunk-PBD3PMQ6.js → chunk-5UW3KHZF.js} +2 -2
  308. package/__chunks__/chunk-5ZTQTA57.js +2 -0
  309. package/__chunks__/chunk-67LZSTQG.js +2 -0
  310. package/__chunks__/chunk-6DLLJ73W.js +2 -0
  311. package/__chunks__/{chunk-BUXN3GSA.js → chunk-6EJ3CDZ2.js} +2 -2
  312. package/__chunks__/{chunk-KY6VRMZ7.js → chunk-6MFLNPAV.js} +2 -2
  313. package/__chunks__/{chunk-H2MQCKDV.js → chunk-6MSKJ2PR.js} +2 -2
  314. package/__chunks__/{chunk-YR74VMN6.js → chunk-6PBV75WN.js} +2 -2
  315. package/__chunks__/{chunk-LYB2N5RS.js → chunk-753TEHRM.js} +2 -2
  316. package/__chunks__/{chunk-L7JIR6OV.js → chunk-77HA2TCZ.js} +2 -2
  317. package/__chunks__/{chunk-45TZJ2VF.js → chunk-7AHPPG66.js} +2 -2
  318. package/__chunks__/chunk-7HIOJST5.js +2 -0
  319. package/__chunks__/chunk-7QQW7OZC.js +2 -0
  320. package/__chunks__/{chunk-2NCVBO6D.js → chunk-7VPFM2FM.js} +2 -2
  321. package/__chunks__/{chunk-XSPP3G57.js → chunk-7X6D3IN6.js} +2 -2
  322. package/__chunks__/{chunk-6IOVE2XD.js → chunk-A4PKFKOI.js} +2 -2
  323. package/__chunks__/{chunk-B2XE3XO6.js → chunk-A57Z5SS4.js} +2 -2
  324. package/__chunks__/{chunk-AHFVMJ7X.js → chunk-AEE3RXHB.js} +2 -2
  325. package/__chunks__/chunk-AEL32BBY.js +2 -0
  326. package/__chunks__/{chunk-M3I2BY6B.js → chunk-AELXW3UM.js} +2 -2
  327. package/__chunks__/{chunk-4MYDIG2C.js → chunk-AH5JZOCZ.js} +2 -2
  328. package/__chunks__/{chunk-HAKH2P4P.js → chunk-AMHG363J.js} +2 -2
  329. package/__chunks__/{chunk-ZZ3PILAG.js → chunk-AR72EQDQ.js} +2 -2
  330. package/__chunks__/{chunk-TIMS5S2C.js → chunk-B3RDMC5R.js} +2 -2
  331. package/__chunks__/{chunk-LPRQ2IYP.js → chunk-B6AES4OZ.js} +2 -2
  332. package/__chunks__/{chunk-ZPEVRMR3.js → chunk-BBQYRT3U.js} +2 -2
  333. package/__chunks__/{chunk-5TQ6M4FL.js → chunk-BGY3RENH.js} +2 -2
  334. package/__chunks__/{chunk-WOXPP5OG.js → chunk-BH6L3X37.js} +2 -2
  335. package/__chunks__/{chunk-33ZQXWGC.js → chunk-BSAFBHP4.js} +2 -2
  336. package/__chunks__/chunk-BSS45KE5.js +2 -0
  337. package/__chunks__/{chunk-UTY6BZUT.js → chunk-BSSSW6DS.js} +2 -2
  338. package/__chunks__/{chunk-YOZHK36J.js → chunk-BT5CQ3TL.js} +2 -2
  339. package/__chunks__/{chunk-HI6OFQF5.js → chunk-BVC772NI.js} +2 -2
  340. package/__chunks__/{chunk-L5MDW727.js → chunk-C2WXU3NW.js} +2 -2
  341. package/__chunks__/{chunk-XL7XIOJR.js → chunk-C3FEVXGG.js} +2 -2
  342. package/__chunks__/{chunk-V3TVICHS.js → chunk-C3WI7D7F.js} +2 -2
  343. package/__chunks__/{chunk-N2M34KLB.js → chunk-C7FBZTKK.js} +2 -2
  344. package/__chunks__/{chunk-DYVTV6RQ.js → chunk-C7SLWPOR.js} +2 -2
  345. package/__chunks__/{chunk-7UV4S7IL.js → chunk-CAWOYSSN.js} +2 -2
  346. package/__chunks__/{chunk-WANC2RXX.js → chunk-CH76NS43.js} +2 -2
  347. package/__chunks__/{chunk-6KOTAMEE.js → chunk-CLYKUTT7.js} +2 -2
  348. package/__chunks__/chunk-CMQ35IPJ.js +2 -0
  349. package/__chunks__/{chunk-CUYJAD7W.js → chunk-COI4EMDU.js} +2 -2
  350. package/__chunks__/{chunk-6JKT3JAV.js → chunk-CP466LLF.js} +2 -2
  351. package/__chunks__/chunk-D3W4OXHN.js +2 -0
  352. package/__chunks__/{chunk-ATGKNVBX.js → chunk-D4US64MS.js} +2 -2
  353. package/__chunks__/{chunk-T3SLPLBT.js → chunk-DCBM62KH.js} +2 -2
  354. package/__chunks__/{chunk-IUMHVMTK.js → chunk-DD4LPADX.js} +2 -2
  355. package/__chunks__/{chunk-3B4DWW6O.js → chunk-DDMO5HPN.js} +2 -2
  356. package/__chunks__/{chunk-2AIEU6LZ.js → chunk-DIM4QWEK.js} +2 -2
  357. package/__chunks__/{chunk-KACXL2VQ.js → chunk-DLCUTHCZ.js} +2 -2
  358. package/__chunks__/{chunk-BPUHN7WW.js → chunk-DLZTETOY.js} +2 -2
  359. package/__chunks__/{chunk-7IKDWUZY.js → chunk-DPIDKLDE.js} +2 -2
  360. package/__chunks__/{chunk-K34NQEQO.js → chunk-DUHIIQF3.js} +2 -2
  361. package/__chunks__/{chunk-J5WQX5EE.js → chunk-DUJ3I45G.js} +2 -2
  362. package/__chunks__/chunk-DVZPZ72H.js +2 -0
  363. package/__chunks__/{chunk-NW56V3MY.js → chunk-EAG3ETLP.js} +2 -2
  364. package/__chunks__/{chunk-BNQM3PSY.js → chunk-EBFN2JQC.js} +2 -2
  365. package/__chunks__/{chunk-NTZB4F5Z.js → chunk-EBR57EHR.js} +2 -2
  366. package/__chunks__/{chunk-GWK5BOR4.js → chunk-ECLZP7XW.js} +2 -2
  367. package/__chunks__/{chunk-GAMY5LR7.js → chunk-EF57BAGN.js} +2 -2
  368. package/__chunks__/{chunk-LZM7JQGH.js → chunk-EG6G2Y34.js} +2 -2
  369. package/__chunks__/{chunk-HLTYS3PQ.js → chunk-EHWKULWV.js} +2 -2
  370. package/__chunks__/{chunk-WJSEVDZX.js → chunk-EIMOK4HN.js} +2 -2
  371. package/__chunks__/{chunk-PQQY2VA2.js → chunk-EMZYG7TB.js} +2 -2
  372. package/__chunks__/{chunk-SJFNSQDE.js → chunk-ENOR2DGK.js} +2 -2
  373. package/__chunks__/chunk-EPMMOVPH.js +2 -0
  374. package/__chunks__/chunk-ER7U52LM.js +2 -0
  375. package/__chunks__/{chunk-2Y7KT3FW.js → chunk-ESGYVSGQ.js} +2 -2
  376. package/__chunks__/{chunk-GC24T2RU.js → chunk-EUFDZO65.js} +2 -2
  377. package/__chunks__/{chunk-EZ2PLUR5.js → chunk-EW26E3PC.js} +2 -2
  378. package/__chunks__/chunk-F4KUUGH7.js +2 -0
  379. package/__chunks__/{chunk-SUPKMGBY.js → chunk-F4ZVPXUD.js} +2 -2
  380. package/__chunks__/{chunk-OHDOIVLS.js → chunk-F5HX2V7Y.js} +2 -2
  381. package/__chunks__/chunk-F7TPGTAX.js +2 -0
  382. package/__chunks__/{chunk-NVVUEWXN.js → chunk-FDR3SFSN.js} +2 -2
  383. package/__chunks__/{chunk-KPFB6TA7.js → chunk-FE5MUQSZ.js} +2 -2
  384. package/__chunks__/{chunk-FUNIQ52G.js → chunk-FFO63W7J.js} +2 -2
  385. package/__chunks__/{chunk-EB7KSHVC.js → chunk-FITLB2Z5.js} +2 -2
  386. package/__chunks__/{chunk-XDRLF7XB.js → chunk-FNO4USUA.js} +2 -2
  387. package/__chunks__/chunk-FTTEVENT.js +2 -0
  388. package/__chunks__/{chunk-DFXCBJPX.js → chunk-FYRM2TPY.js} +2 -2
  389. package/__chunks__/{chunk-XLNHVIPK.js → chunk-G2QZJWIY.js} +2 -2
  390. package/__chunks__/chunk-GABJA3SW.js +2 -0
  391. package/__chunks__/{chunk-IN4SP3V2.js → chunk-GBTPD7XI.js} +2 -2
  392. package/__chunks__/chunk-GFBJ6KSR.js +2 -0
  393. package/__chunks__/{chunk-NMC25ZUJ.js → chunk-GGJYXINP.js} +2 -2
  394. package/__chunks__/{chunk-WQDTUJFG.js → chunk-GJPDUXUP.js} +2 -2
  395. package/__chunks__/{chunk-NRUQYCRY.js → chunk-GLHSSAW5.js} +2 -2
  396. package/__chunks__/{chunk-A4X2GOUI.js → chunk-GMBVYARR.js} +2 -2
  397. package/__chunks__/chunk-GOHJBIXQ.js +2 -0
  398. package/__chunks__/{chunk-IE3IVXRG.js → chunk-GPK5TKRY.js} +2 -2
  399. package/__chunks__/{chunk-BBPVQC7L.js → chunk-GYZKZJYT.js} +2 -2
  400. package/__chunks__/{chunk-Y4OZCVUZ.js → chunk-HC62WSPV.js} +2 -2
  401. package/__chunks__/{chunk-TPMTRTYF.js → chunk-HFNGX3KT.js} +2 -2
  402. package/__chunks__/{chunk-ABDJB5G2.js → chunk-HG4W2KMT.js} +2 -2
  403. package/__chunks__/{chunk-HWKORQ2K.js → chunk-HGGDLHW3.js} +2 -2
  404. package/__chunks__/{chunk-O7BFK3AK.js → chunk-HHOGX6TO.js} +2 -2
  405. package/__chunks__/{chunk-3QAMKN76.js → chunk-HHPJ6WV3.js} +2 -2
  406. package/__chunks__/{chunk-BL3YCAIK.js → chunk-HMF2IDRU.js} +2 -2
  407. package/__chunks__/{chunk-CKNPVVRA.js → chunk-HNGOWZIV.js} +2 -2
  408. package/__chunks__/{chunk-73TBJORY.js → chunk-HRTPY35M.js} +2 -2
  409. package/__chunks__/{chunk-OT7M3OPU.js → chunk-I2A5AQNP.js} +2 -2
  410. package/__chunks__/{chunk-H7F7QSSU.js → chunk-I3X6N7LO.js} +2 -2
  411. package/__chunks__/chunk-IFE6VMJ3.js +2 -0
  412. package/__chunks__/{chunk-AUTRTBBJ.js → chunk-IGW3VTIY.js} +2 -2
  413. package/__chunks__/{chunk-D75WP7GF.js → chunk-INBYDHWB.js} +2 -2
  414. package/__chunks__/{chunk-XI3XVOOA.js → chunk-IOPVZ45X.js} +2 -2
  415. package/__chunks__/{chunk-ZDIO44CA.js → chunk-IRNEDUNB.js} +2 -2
  416. package/__chunks__/chunk-ISZ75WJH.js +2 -0
  417. package/__chunks__/chunk-IV2UAHHR.js +2 -0
  418. package/__chunks__/{chunk-FXTYNVIR.js → chunk-IZZTMNKL.js} +2 -2
  419. package/__chunks__/{chunk-MG4D5Y35.js → chunk-J4B76GXU.js} +2 -2
  420. package/__chunks__/{chunk-NUHG6ACY.js → chunk-J6OGEOZF.js} +2 -2
  421. package/__chunks__/{chunk-AN3PVYB6.js → chunk-JE427V4Z.js} +2 -2
  422. package/__chunks__/{chunk-TFZRV4WV.js → chunk-JFEGFJYG.js} +2 -2
  423. package/__chunks__/{chunk-2KLEV5AU.js → chunk-JIK3LUAR.js} +2 -2
  424. package/__chunks__/chunk-JJTGLVUF.js +2 -0
  425. package/__chunks__/{chunk-36ZXKKNC.js → chunk-JLIHM4EX.js} +2 -2
  426. package/__chunks__/{chunk-DHRUNZEK.js → chunk-JPCER52L.js} +2 -2
  427. package/__chunks__/{chunk-6VEYADOE.js → chunk-JPD3QTIU.js} +2 -2
  428. package/__chunks__/{chunk-IOL6OMHE.js → chunk-JPDRIR4Z.js} +2 -2
  429. package/__chunks__/{chunk-G2TQCLY5.js → chunk-JPKVM3BC.js} +2 -2
  430. package/__chunks__/chunk-JQMWV6DI.js +2 -0
  431. package/__chunks__/{chunk-RBG6ZS7K.js → chunk-JSB4XBCL.js} +2 -2
  432. package/__chunks__/chunk-K6BN2PIQ.js +2 -0
  433. package/__chunks__/{chunk-3AOUWDRN.js → chunk-KCGGUA32.js} +2 -2
  434. package/__chunks__/{chunk-6DGZJKY3.js → chunk-KHPD52EJ.js} +2 -2
  435. package/__chunks__/{chunk-UPRCDBIL.js → chunk-KMB7EN5T.js} +2 -2
  436. package/__chunks__/{chunk-EQ6O7XYT.js → chunk-KQWCGLKP.js} +2 -2
  437. package/__chunks__/chunk-KSQWG7D6.js +2 -0
  438. package/__chunks__/{chunk-TLG4GXZW.js → chunk-KWHIRYM3.js} +2 -2
  439. package/__chunks__/{chunk-CYSLBY5U.js → chunk-KXVCKONE.js} +2 -2
  440. package/__chunks__/{chunk-F4PPWPLD.js → chunk-L3NF2WWJ.js} +2 -2
  441. package/__chunks__/{chunk-AFOBGIC6.js → chunk-LAFMXFOI.js} +2 -2
  442. package/__chunks__/{chunk-JSANEGSJ.js → chunk-LBUDVIWP.js} +2 -2
  443. package/__chunks__/{chunk-IZ2LTUAS.js → chunk-LEQ75G3A.js} +2 -2
  444. package/__chunks__/chunk-LFKVDONT.js +2 -0
  445. package/__chunks__/{chunk-GSIGCMHA.js → chunk-LGJ4VZCA.js} +2 -2
  446. package/__chunks__/{chunk-DEZFV57Q.js → chunk-LHRY3BCM.js} +2 -2
  447. package/__chunks__/{chunk-CG2QJHSL.js → chunk-LHUR76KN.js} +2 -2
  448. package/__chunks__/{chunk-MYP4XQY5.js → chunk-LIEOTQFR.js} +2 -2
  449. package/__chunks__/chunk-LLOW255X.js +2 -0
  450. package/__chunks__/{chunk-G7NPLNV6.js → chunk-LO5TIX3Y.js} +2 -2
  451. package/__chunks__/{chunk-XCEBI3EQ.js → chunk-LTYEDJJ2.js} +2 -2
  452. package/__chunks__/{chunk-D62OYHN4.js → chunk-LV2S4RYW.js} +2 -2
  453. package/__chunks__/{chunk-U7I66IZO.js → chunk-LWLTZEUR.js} +2 -2
  454. package/__chunks__/{chunk-GDIJ3VWC.js → chunk-M246O3B3.js} +2 -2
  455. package/__chunks__/{chunk-ZPAVSH7G.js → chunk-M2MGPV3G.js} +2 -2
  456. package/__chunks__/{chunk-A6ZSNFXP.js → chunk-M7BKKUT5.js} +2 -2
  457. package/__chunks__/{chunk-VDQSHSAP.js → chunk-MA2KGP7W.js} +2 -2
  458. package/__chunks__/chunk-MBDEDSEW.js +2 -0
  459. package/__chunks__/{chunk-KRAXDXND.js → chunk-MCUKOZTI.js} +2 -2
  460. package/__chunks__/{chunk-6AJXQNY4.js → chunk-MF2ADMXP.js} +2 -2
  461. package/__chunks__/{chunk-HK3BL5WJ.js → chunk-MIULHZAH.js} +2 -2
  462. package/__chunks__/chunk-MPUNA5XV.js +2 -0
  463. package/__chunks__/{chunk-NPOQRA75.js → chunk-MVCZXQXR.js} +2 -2
  464. package/__chunks__/{chunk-UES4R3TC.js → chunk-MX7UJG44.js} +2 -2
  465. package/__chunks__/{chunk-IOK2AYLN.js → chunk-MXUHVHOH.js} +2 -2
  466. package/__chunks__/chunk-N57EYQI7.js +2 -0
  467. package/__chunks__/{chunk-XCETJVG5.js → chunk-N663DLSJ.js} +2 -2
  468. package/__chunks__/{chunk-HFGBJ5GL.js → chunk-N66X65TX.js} +2 -2
  469. package/__chunks__/{chunk-YNW5XE5N.js → chunk-N6HKO3SW.js} +2 -2
  470. package/__chunks__/{chunk-QGCSWJ3J.js → chunk-NFZXFTIJ.js} +2 -2
  471. package/__chunks__/chunk-NHLOLDJR.js +2 -0
  472. package/__chunks__/{chunk-ZQBSKR72.js → chunk-NHROF5TT.js} +2 -2
  473. package/__chunks__/{chunk-XNYEQEU6.js → chunk-NIVQGF2V.js} +2 -2
  474. package/__chunks__/{chunk-LUGGITMH.js → chunk-NMHPPGKU.js} +2 -2
  475. package/__chunks__/{chunk-JMTSXEZ3.js → chunk-NNWU2XKG.js} +2 -2
  476. package/__chunks__/{chunk-3FRL7P2E.js → chunk-NQAHCE7L.js} +2 -2
  477. package/__chunks__/chunk-NVL466WG.js +2 -0
  478. package/__chunks__/{chunk-W6YGSEZ4.js → chunk-NXNZKTGH.js} +2 -2
  479. package/__chunks__/{chunk-XEEY3HDK.js → chunk-O7A3B5UL.js} +2 -2
  480. package/__chunks__/{chunk-I5OGC7V5.js → chunk-O7JYT45R.js} +2 -2
  481. package/__chunks__/{chunk-UDMQAGTD.js → chunk-OBQG7TN6.js} +2 -2
  482. package/__chunks__/{chunk-R53SJ3NZ.js → chunk-OC33PRLG.js} +2 -2
  483. package/__chunks__/{chunk-DBRTYYBP.js → chunk-OCJRSBSJ.js} +2 -2
  484. package/__chunks__/{chunk-L6WTPOV5.js → chunk-OHAEDCR2.js} +2 -2
  485. package/__chunks__/{chunk-C64OHZJI.js → chunk-OMVKOTXJ.js} +2 -2
  486. package/__chunks__/{chunk-XB5AV6KL.js → chunk-OPT3JYNI.js} +2 -2
  487. package/__chunks__/chunk-OQPJ4PWY.js +2 -0
  488. package/__chunks__/{chunk-2JGKGQC4.js → chunk-OT6KGZK7.js} +2 -2
  489. package/__chunks__/{chunk-3VDMQS32.js → chunk-OTH7NKIZ.js} +2 -2
  490. package/__chunks__/chunk-OUPXEHT3.js +2 -0
  491. package/__chunks__/{chunk-BHK3YIYA.js → chunk-OX6AVWT2.js} +2 -2
  492. package/__chunks__/{chunk-F74R22JL.js → chunk-OXOSM3NE.js} +2 -2
  493. package/__chunks__/{chunk-MKL2OLL6.js → chunk-P34RUZDS.js} +2 -2
  494. package/__chunks__/{chunk-Y36G3HGF.js → chunk-P6QWJR6B.js} +2 -2
  495. package/__chunks__/{chunk-WQPYK64A.js → chunk-PAGUMJIE.js} +2 -2
  496. package/__chunks__/{chunk-5IFIHV7J.js → chunk-PCOFQP2Q.js} +2 -2
  497. package/__chunks__/{chunk-WLELEAGK.js → chunk-PEA3BMKQ.js} +2 -2
  498. package/__chunks__/{chunk-YIMSX4VD.js → chunk-PKNQHUL6.js} +2 -2
  499. package/__chunks__/chunk-PNBNE73F.js +2 -0
  500. package/__chunks__/{chunk-BQZAL57Q.js → chunk-PO7Q5SP6.js} +2 -2
  501. package/__chunks__/{chunk-LMMPVJHS.js → chunk-PPUI3BLS.js} +2 -2
  502. package/__chunks__/chunk-PZ4AH7DF.js +2 -0
  503. package/__chunks__/{chunk-MJJOJ7DA.js → chunk-Q3ADNNYG.js} +2 -2
  504. package/__chunks__/{chunk-YH4AUJVA.js → chunk-Q3FE2XOG.js} +2 -2
  505. package/__chunks__/{chunk-ASQ3U46M.js → chunk-Q7OFESUO.js} +2 -2
  506. package/__chunks__/{chunk-OGQJGQSH.js → chunk-QD537MZU.js} +2 -2
  507. package/__chunks__/{chunk-4EMUKO3O.js → chunk-QENN6NDL.js} +2 -2
  508. package/__chunks__/{chunk-XBNVZQA4.js → chunk-QMDTJFU3.js} +2 -2
  509. package/__chunks__/{chunk-2OGUKUYW.js → chunk-QRFFMY5Q.js} +2 -2
  510. package/__chunks__/{chunk-OVTUQNFB.js → chunk-QVVGHLCM.js} +2 -2
  511. package/__chunks__/chunk-QXKMNMR3.js +2 -0
  512. package/__chunks__/{chunk-JA3SLGX2.js → chunk-QZEWDJAT.js} +2 -2
  513. package/__chunks__/{chunk-IAKCDH5D.js → chunk-R23P6IMF.js} +2 -2
  514. package/__chunks__/{chunk-CLMGL2UV.js → chunk-RCAOXHIW.js} +2 -2
  515. package/__chunks__/{chunk-ELUYAFQH.js → chunk-REB7V7GV.js} +2 -2
  516. package/__chunks__/{chunk-DBEM42SR.js → chunk-REW33NNZ.js} +2 -2
  517. package/__chunks__/chunk-RFTCPHFA.js +2 -0
  518. package/__chunks__/{chunk-2RG4XFAN.js → chunk-RGY3TNI6.js} +2 -2
  519. package/__chunks__/{chunk-HV7MRP6D.js → chunk-RH2NFBDT.js} +2 -2
  520. package/__chunks__/{chunk-ZIHDYJLL.js → chunk-RP3LIXMU.js} +2 -2
  521. package/__chunks__/{chunk-4QMNIBLK.js → chunk-RPHIP3GG.js} +2 -2
  522. package/__chunks__/{chunk-LX7I6YEI.js → chunk-RPTNX4QD.js} +2 -2
  523. package/__chunks__/{chunk-XPMQVAXE.js → chunk-RQLFNBVQ.js} +2 -2
  524. package/__chunks__/{chunk-NNNZOKRA.js → chunk-RSS5QMSG.js} +2 -2
  525. package/__chunks__/{chunk-A5DQLJGX.js → chunk-RUHCRI3J.js} +2 -2
  526. package/__chunks__/{chunk-JN4X6QCT.js → chunk-RUKWPAV5.js} +2 -2
  527. package/__chunks__/{chunk-UH2U3I5W.js → chunk-RYLWXDF3.js} +2 -2
  528. package/__chunks__/{chunk-2HIUA3PT.js → chunk-S3GSO657.js} +2 -2
  529. package/__chunks__/{chunk-E663HYOF.js → chunk-S4PQUBHR.js} +2 -2
  530. package/__chunks__/{chunk-ASSEYEJJ.js → chunk-S5LOOIBU.js} +2 -2
  531. package/__chunks__/chunk-S7JXM4IQ.js +2 -0
  532. package/__chunks__/{chunk-L5QBPZ5I.js → chunk-SBM5GGVT.js} +2 -2
  533. package/__chunks__/{chunk-KSXK7ZQS.js → chunk-SCEWAVPS.js} +2 -2
  534. package/__chunks__/{chunk-7MEQWRNH.js → chunk-SI6KZT6Z.js} +2 -2
  535. package/__chunks__/chunk-SOKDCDVQ.js +2 -0
  536. package/__chunks__/chunk-SSU7LQ75.js +2 -0
  537. package/__chunks__/chunk-SVTFFUPI.js +2 -0
  538. package/__chunks__/{chunk-366BFEAQ.js → chunk-SW63E4XF.js} +2 -2
  539. package/__chunks__/{chunk-E5O47KXV.js → chunk-SYKBZAK4.js} +2 -2
  540. package/__chunks__/chunk-T5QULXFT.js +2 -0
  541. package/__chunks__/{chunk-7XPJPXQF.js → chunk-T6QWXWTA.js} +2 -2
  542. package/__chunks__/{chunk-Z5T3PMJE.js → chunk-TDQPGZCU.js} +2 -2
  543. package/__chunks__/{chunk-T24YSU7I.js → chunk-TFUQIJSW.js} +2 -2
  544. package/__chunks__/{chunk-HEV2DLYP.js → chunk-THJQY7LP.js} +2 -2
  545. package/__chunks__/chunk-TPTVXCBM.js +2 -0
  546. package/__chunks__/{chunk-TOCSIKJA.js → chunk-TPWHSHYF.js} +2 -2
  547. package/__chunks__/{chunk-MFPKPOZT.js → chunk-TQ6QT3CV.js} +2 -2
  548. package/__chunks__/chunk-TQKWYQTH.js +2 -0
  549. package/__chunks__/{chunk-IJKIVSOH.js → chunk-TQMYGMJN.js} +2 -2
  550. package/__chunks__/{chunk-YPOZU6Y3.js → chunk-TWF7LLNO.js} +2 -2
  551. package/__chunks__/chunk-TXIATRKL.js +2 -0
  552. package/__chunks__/{chunk-N6NWN72A.js → chunk-TY6FMLO7.js} +2 -2
  553. package/__chunks__/{chunk-4YP6ER5C.js → chunk-UD77MOQO.js} +2 -2
  554. package/__chunks__/{chunk-CN2BS3Z5.js → chunk-UIQ6LSH7.js} +2 -2
  555. package/__chunks__/{chunk-XP6N4TB2.js → chunk-ULH46A2C.js} +2 -2
  556. package/__chunks__/{chunk-C66BVUKM.js → chunk-UMRELM7U.js} +2 -2
  557. package/__chunks__/{chunk-XRNT76UY.js → chunk-UQVUMEKB.js} +2 -2
  558. package/__chunks__/{chunk-SD2ZJL4Z.js → chunk-UVNNIJQM.js} +2 -2
  559. package/__chunks__/{chunk-6QMORR5K.js → chunk-V3KBU724.js} +2 -2
  560. package/__chunks__/{chunk-CDJPQRSF.js → chunk-V74FQV7G.js} +2 -2
  561. package/__chunks__/{chunk-PTP4ZK4E.js → chunk-V7FF6W7W.js} +2 -2
  562. package/__chunks__/chunk-VA4VLSZI.js +2 -0
  563. package/__chunks__/{chunk-ZIIQ5MFR.js → chunk-VCAGTDM5.js} +2 -2
  564. package/__chunks__/{chunk-A6Z6LN54.js → chunk-VDOK2XCW.js} +2 -2
  565. package/__chunks__/{chunk-DOSMNWM2.js → chunk-VDQ6Y4OL.js} +2 -2
  566. package/__chunks__/chunk-VGKYKXQB.js +2 -0
  567. package/__chunks__/{chunk-W6MOVXXY.js → chunk-VHCCDSRK.js} +2 -2
  568. package/__chunks__/{chunk-VLCJAOJZ.js → chunk-VHWU4HAI.js} +2 -2
  569. package/__chunks__/{chunk-GUBGMHIC.js → chunk-VK5UZVMC.js} +2 -2
  570. package/__chunks__/{chunk-AIKFVFQ3.js → chunk-VKCOXQGP.js} +2 -2
  571. package/__chunks__/{chunk-5ZE4DETZ.js → chunk-VNBEES2K.js} +2 -2
  572. package/__chunks__/{chunk-TLR5RFIN.js → chunk-VVMCY4ZQ.js} +2 -2
  573. package/__chunks__/{chunk-SKX4EJGO.js → chunk-VZD2OAVQ.js} +2 -2
  574. package/__chunks__/{chunk-GNYH4SPT.js → chunk-W2JAHF5E.js} +2 -2
  575. package/__chunks__/chunk-W4DKUYK4.js +2 -0
  576. package/__chunks__/chunk-W5BDR4MJ.js +2 -0
  577. package/__chunks__/{chunk-AMFNXVCM.js → chunk-WAJFNNWI.js} +2 -2
  578. package/__chunks__/{chunk-KBWCG46F.js → chunk-WCAGWATQ.js} +2 -2
  579. package/__chunks__/{chunk-2VM6SFLZ.js → chunk-WDESVFYS.js} +2 -2
  580. package/__chunks__/{chunk-JUNOVW6Y.js → chunk-WI3J4ZLS.js} +2 -2
  581. package/__chunks__/{chunk-UXY5WZPX.js → chunk-WJ6U5ICO.js} +2 -2
  582. package/__chunks__/{chunk-YVH24RZH.js → chunk-WJWXV2SS.js} +2 -2
  583. package/__chunks__/{chunk-52FCCIBT.js → chunk-WLWZKCS2.js} +2 -2
  584. package/__chunks__/{chunk-GDUQ43F2.js → chunk-WOYSC7TW.js} +2 -2
  585. package/__chunks__/{chunk-2SCHD7Y5.js → chunk-WPLVRP4T.js} +2 -2
  586. package/__chunks__/{chunk-5PD4V7PN.js → chunk-WQGESRXP.js} +2 -2
  587. package/__chunks__/{chunk-C4I5OLSZ.js → chunk-WQOSFEA5.js} +2 -2
  588. package/__chunks__/{chunk-BNDLAUUS.js → chunk-WSPLEEDF.js} +2 -2
  589. package/__chunks__/chunk-WTS4XZXU.js +2 -0
  590. package/__chunks__/{chunk-G6OWQ4GF.js → chunk-WYMEJDWE.js} +2 -2
  591. package/__chunks__/{chunk-N2CCCYOS.js → chunk-WZGQ3WJA.js} +2 -2
  592. package/__chunks__/{chunk-75T2I3S5.js → chunk-X6JF6LLX.js} +2 -2
  593. package/__chunks__/{chunk-DNPORMYG.js → chunk-X74BWI6J.js} +2 -2
  594. package/__chunks__/chunk-XK47X6QI.js +2 -0
  595. package/__chunks__/{chunk-MTF3EZIB.js → chunk-XKTWOOJ5.js} +2 -2
  596. package/__chunks__/{chunk-JTMWMYCS.js → chunk-XSUYLYIB.js} +2 -2
  597. package/__chunks__/{chunk-X7YCL332.js → chunk-XUD3HGD3.js} +2 -2
  598. package/__chunks__/{chunk-5Q4NNIXY.js → chunk-XVBZAHE6.js} +2 -2
  599. package/__chunks__/{chunk-E2S6CATO.js → chunk-XXEKL2DH.js} +2 -2
  600. package/__chunks__/{chunk-ZF27ANY4.js → chunk-Y35IRBFJ.js} +2 -2
  601. package/__chunks__/{chunk-RORU34DN.js → chunk-Y443WR2P.js} +2 -2
  602. package/__chunks__/{chunk-OR42DSOO.js → chunk-Y7K6U7RL.js} +2 -2
  603. package/__chunks__/chunk-YDINZ72C.js +2 -0
  604. package/__chunks__/{chunk-BCDVSSQ6.js → chunk-YGCKNH5E.js} +2 -2
  605. package/__chunks__/{chunk-OUSIKRNJ.js → chunk-YMMFPBKR.js} +2 -2
  606. package/__chunks__/{chunk-ACV6ZBKI.js → chunk-YRZRHMBY.js} +2 -2
  607. package/__chunks__/{chunk-IGORY6G3.js → chunk-YYBSA2IS.js} +2 -2
  608. package/__chunks__/{chunk-2GRCIZYF.js → chunk-YZYBMXLD.js} +2 -2
  609. package/__chunks__/chunk-Z2FOGQXQ.js +2 -0
  610. package/__chunks__/{chunk-JVKY75JG.js → chunk-Z3WGQIRQ.js} +2 -2
  611. package/__chunks__/{chunk-SUY4WMMQ.js → chunk-Z5UAJISV.js} +2 -2
  612. package/__chunks__/chunk-ZA4AXCRU.js +2 -0
  613. package/__chunks__/chunk-ZD4N2Y4Y.js +2 -0
  614. package/__chunks__/{chunk-2KGXFHHC.js → chunk-ZF5JN26G.js} +2 -2
  615. package/__chunks__/chunk-ZFTKBHKQ.js +2 -0
  616. package/__chunks__/chunk-ZGMSULLK.js +2 -0
  617. package/__chunks__/{chunk-2AQTAXV7.js → chunk-ZI7MNIRO.js} +2 -2
  618. package/__chunks__/{chunk-AS43CSOP.js → chunk-ZLKKGZC6.js} +2 -2
  619. package/__chunks__/{chunk-5YOFTA6Z.js → chunk-ZM73TWIN.js} +2 -2
  620. package/__chunks__/{chunk-3D2KUB25.js → chunk-ZMM64XFP.js} +2 -2
  621. package/__chunks__/{chunk-PAIRJY2N.js → chunk-ZOKTZX4J.js} +2 -2
  622. package/__chunks__/{chunk-7ICEDXUF.js → chunk-ZRE4EBGO.js} +2 -2
  623. package/__chunks__/chunk-ZSGIG23Q.js +2 -0
  624. package/__chunks__/chunk-ZSIT433N.js +2 -0
  625. package/__chunks__/{chunk-ZHHX65UY.js → chunk-ZSPWULMC.js} +2 -2
  626. package/__chunks__/chunk-ZYQJI6VW.js +2 -0
  627. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
  628. package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +4 -4
  629. package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +4 -4
  630. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +20 -20
  631. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +20 -20
  632. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +20 -20
  633. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +9 -9
  634. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +3 -3
  635. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +3 -3
  636. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
  637. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +9 -9
  638. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +14 -14
  639. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +20 -20
  640. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +20 -20
  641. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  642. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  643. package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +4 -4
  644. package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/index.js +4 -4
  645. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +24 -24
  646. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +24 -24
  647. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +20 -20
  648. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +20 -20
  649. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  650. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  651. package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
  652. package/__commonjs/UI/TransactionData/TransactionData.js +2 -2
  653. package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +2 -2
  654. package/__commonjs/UI/TransactionData/components/index.js +2 -2
  655. package/__commonjs/UI/TransactionData/index.js +2 -2
  656. package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  657. package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  658. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
  659. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +5 -5
  660. package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +4 -4
  661. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +6 -6
  662. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +6 -6
  663. package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +4 -4
  664. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  665. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  666. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  667. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  668. package/__commonjs/UI/TransactionsTable/components/index.js +9 -9
  669. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +5 -5
  670. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +5 -5
  671. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +6 -6
  672. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +5 -5
  673. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +5 -5
  674. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  675. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  676. package/__commonjs/UI/index.js +11 -11
  677. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  678. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
  679. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  680. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  681. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  682. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
  683. package/__commonjs/UI/ledger/index.js +1 -1
  684. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  685. package/__commonjs/UI/pages/index.js +1 -1
  686. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +3 -3
  687. package/__commonjs/UI/walletConnect/index.js +4 -4
  688. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +2 -2
  689. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +2 -2
  690. package/__commonjs/__mocks__/index.js +1 -1
  691. package/__commonjs/__mocks__/utils/index.js +2 -2
  692. package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
  693. package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
  694. package/__commonjs/components/TransactionsTracker/index.js +1 -1
  695. package/__commonjs/hooks/index.js +1 -1
  696. package/__commonjs/hooks/login/index.js +1 -1
  697. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  698. package/__commonjs/hooks/login/useLoginService.js +1 -1
  699. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  700. package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
  701. package/__commonjs/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  702. package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  703. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  704. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  705. package/__commonjs/hooks/transactions/index.js +1 -1
  706. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  707. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  708. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  709. package/__commonjs/hooks/transactions/useTransactionsTracker.js +1 -1
  710. package/__commonjs/hooks/websocketListener/index.js +1 -1
  711. package/__commonjs/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  712. package/__commonjs/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  713. package/__commonjs/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  714. package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  715. package/__commonjs/types/index.js +1 -1
  716. package/__commonjs/types/network.types.d.ts +2 -0
  717. package/__commonjs/types/network.types.js +1 -1
  718. package/__commonjs/utils/account/getIsProviderEqualTo.js +1 -1
  719. package/__commonjs/utils/account/index.js +1 -1
  720. package/__commonjs/utils/account/refreshAccount.js +1 -1
  721. package/__commonjs/utils/index.js +5 -5
  722. package/__commonjs/utils/operations/index.js +1 -1
  723. package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
  724. package/__commonjs/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  725. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  726. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +2 -2
  727. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +2 -2
  728. package/__commonjs/utils/transactions/index.js +1 -1
  729. package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  730. package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  731. package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  732. package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  733. package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  734. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  735. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  736. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  737. package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  738. package/__commonjs/wrappers/DappProvider/CustomComponents.js +2 -2
  739. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  740. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  741. package/__commonjs/wrappers/index.js +2 -2
  742. package/__mocks__/accountConfig.js +1 -1
  743. package/__mocks__/index.js +1 -1
  744. package/__mocks__/server.js +1 -1
  745. package/__mocks__/utils/index.js +1 -1
  746. package/__mocks__/utils/renderWithProvider.js +1 -1
  747. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  748. package/apiCalls/accounts/index.js +1 -1
  749. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  750. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  751. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  752. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  753. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  754. package/apiCalls/configuration/index.js +1 -1
  755. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  756. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  757. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  758. package/apiCalls/economics/index.js +1 -1
  759. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  760. package/apiCalls/index.js +1 -1
  761. package/apiCalls/tokens/getPersistedToken.js +1 -1
  762. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  763. package/apiCalls/transactions/index.js +1 -1
  764. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  765. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  766. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  767. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  768. package/apiCalls/utils/getScamAddressData.js +1 -1
  769. package/apiCalls/utils/index.js +1 -1
  770. package/apiCalls/utils/useApiFetch.js +1 -1
  771. package/components/LogoutListener/LogoutListener.js +1 -1
  772. package/components/LogoutListener/helpers/index.js +1 -1
  773. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  774. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  775. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  776. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  777. package/components/LogoutListener/index.js +1 -1
  778. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  779. package/components/ProviderInitializer/helpers/index.js +1 -1
  780. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  781. package/components/ProviderInitializer/hooks/index.js +1 -1
  782. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  783. package/components/ProviderInitializer/index.js +1 -1
  784. package/components/TransactionSender/TransactionSender.js +1 -1
  785. package/components/TransactionSender/index.js +1 -1
  786. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  787. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  788. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  789. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  790. package/components/TransactionsTracker/index.js +1 -1
  791. package/constants/index.js +1 -1
  792. package/constants/network.js +1 -1
  793. package/hooks/account/index.js +1 -1
  794. package/hooks/account/useGetAccount.js +1 -1
  795. package/hooks/account/useGetAccountInfo.js +1 -1
  796. package/hooks/account/useGetAccountProvider.js +1 -1
  797. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  798. package/hooks/account/useGetIsLoggedIn.js +1 -1
  799. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  800. package/hooks/account/useGetLoginInfo.js +1 -1
  801. package/hooks/account/useGetWebsocketEvent.js +1 -1
  802. package/hooks/economics/index.js +1 -1
  803. package/hooks/economics/useGetEgldPrice.js +1 -1
  804. package/hooks/index.js +1 -1
  805. package/hooks/login/helpers/clearInitiatedLogins.js +1 -1
  806. package/hooks/login/helpers/index.js +1 -1
  807. package/hooks/login/index.js +1 -1
  808. package/hooks/login/useCrossWindowLogin.js +1 -1
  809. package/hooks/login/useExtensionLogin.js +1 -1
  810. package/hooks/login/useGetModalLoginMethods.js +1 -1
  811. package/hooks/login/useIframeLogin.js +1 -1
  812. package/hooks/login/useLedgerLogin.js +1 -1
  813. package/hooks/login/useLoginService.js +1 -1
  814. package/hooks/login/useMetamaskLogin.js +1 -1
  815. package/hooks/login/useOperaLogin.js +1 -1
  816. package/hooks/login/usePasskeyLogin.js +1 -1
  817. package/hooks/login/useWalletConnectV2Login.js +1 -1
  818. package/hooks/login/useWebViewLogin.js +1 -1
  819. package/hooks/login/useWebWalletLogin.js +1 -1
  820. package/hooks/login/useXaliasLogin.js +1 -1
  821. package/hooks/signMessage/index.js +1 -1
  822. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  823. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  824. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  825. package/hooks/signMessage/useSignMessage.js +1 -1
  826. package/hooks/toasts/index.js +1 -1
  827. package/hooks/toasts/useGetToasts.js +1 -1
  828. package/hooks/toasts/useTransactionsToasts.js +1 -1
  829. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  830. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  831. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  832. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  833. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  834. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  835. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  836. package/hooks/transactions/batch/useGetBatches.js +1 -1
  837. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  838. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  839. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  840. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  841. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  842. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  843. package/hooks/transactions/helpers/index.js +1 -1
  844. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  845. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  846. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  847. package/hooks/transactions/index.js +1 -1
  848. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  849. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  850. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  851. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  852. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  853. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  854. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  855. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  856. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  857. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  858. package/hooks/transactions/useGetPollingInterval.js +1 -1
  859. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  860. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  861. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  862. package/hooks/transactions/useGetTokenDetails.js +1 -1
  863. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  864. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  865. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  866. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  867. package/hooks/transactions/useSignTransactions.js +1 -1
  868. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  869. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  870. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  871. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  872. package/hooks/transactions/useTransactionsTracker.js +1 -1
  873. package/hooks/useGetNetworkConfig.js +1 -1
  874. package/hooks/useGetNotification.js +1 -1
  875. package/hooks/websocketListener/index.js +1 -1
  876. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  877. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  878. package/models/index.js +1 -1
  879. package/models/newTransaction.js +1 -1
  880. package/package.json +3 -3
  881. package/providers/accountProvider.js +1 -1
  882. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  883. package/providers/experimentalWebViewProvider/index.js +1 -1
  884. package/providers/index.js +1 -1
  885. package/providers/utils.js +1 -1
  886. package/providers/webviewProvider/index.js +1 -1
  887. package/providers/webviewProvider/requestMethods.js +1 -1
  888. package/providers/webviewProvider/webviewProvider.js +1 -1
  889. package/reduxStore/DappProviderContext.js +1 -1
  890. package/reduxStore/commonActions.js +1 -1
  891. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  892. package/reduxStore/persistConfig.js +1 -1
  893. package/reduxStore/persistedRootReducer.js +1 -1
  894. package/reduxStore/reducers.js +1 -1
  895. package/reduxStore/rootReducer.js +1 -1
  896. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  897. package/reduxStore/selectors/index.js +1 -1
  898. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  899. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  900. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  901. package/reduxStore/slices/accountInfoSlice.js +1 -1
  902. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  903. package/reduxStore/slices/dappConfigSlice.js +1 -1
  904. package/reduxStore/slices/index.js +1 -1
  905. package/reduxStore/slices/loginInfoSlice.js +1 -1
  906. package/reduxStore/slices/modalsSlice.js +1 -1
  907. package/reduxStore/slices/networkConfigSlice.js +1 -1
  908. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  909. package/reduxStore/slices/toastsSlice.js +1 -1
  910. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  911. package/reduxStore/slices/transactionsSlice.js +1 -1
  912. package/reduxStore/store.js +1 -1
  913. package/services/index.js +1 -1
  914. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  915. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  916. package/services/nativeAuth/helpers/index.js +1 -1
  917. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  918. package/services/transactions/clearTransactions.js +1 -1
  919. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  920. package/services/transactions/getTransactionsDetails.js +1 -1
  921. package/services/transactions/index.js +1 -1
  922. package/services/transactions/isCrossShardTransaction.js +1 -1
  923. package/services/transactions/sendBatchTransactions.js +1 -1
  924. package/services/transactions/sendBatchTransactions.test.js +1 -1
  925. package/services/transactions/sendTransactions.js +1 -1
  926. package/services/transactions/signTransactions.js +1 -1
  927. package/services/transactions/transformAndSignTransactions.js +1 -1
  928. package/services/transactions/updateSignedTransactions.js +1 -1
  929. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  930. package/services/transactions/utils.js +1 -1
  931. package/types/index.js +1 -1
  932. package/types/network.types.d.ts +2 -0
  933. package/types/network.types.js +1 -1
  934. package/utils/account/getAccount.js +1 -1
  935. package/utils/account/getAccountBalance.js +1 -1
  936. package/utils/account/getAccountProviderType.js +1 -1
  937. package/utils/account/getAccountShard.js +1 -1
  938. package/utils/account/getAddress.js +1 -1
  939. package/utils/account/getIsProviderEqualTo.js +1 -1
  940. package/utils/account/getLatestNonce.js +1 -1
  941. package/utils/account/getShardOfAddress.js +1 -1
  942. package/utils/account/getWebviewToken.js +1 -1
  943. package/utils/account/index.js +1 -1
  944. package/utils/account/loginWithExternalProvider.js +1 -1
  945. package/utils/account/refreshAccount.js +1 -1
  946. package/utils/account/setNonce.js +1 -1
  947. package/utils/account/signMessage.js +1 -1
  948. package/utils/getIsLoggedIn.js +1 -1
  949. package/utils/index.js +1 -1
  950. package/utils/logout.js +1 -1
  951. package/utils/network/getChainID.js +1 -1
  952. package/utils/network/getEgldLabel.js +1 -1
  953. package/utils/network/getNetworkConfig.js +1 -1
  954. package/utils/network/index.js +1 -1
  955. package/utils/operations/calculateFeeInFiat.js +1 -1
  956. package/utils/operations/calculateFeeLimit.js +1 -1
  957. package/utils/operations/denominate.js +1 -1
  958. package/utils/operations/formatAmount.js +1 -1
  959. package/utils/operations/index.js +1 -1
  960. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  961. package/utils/operations/ledger/index.js +1 -1
  962. package/utils/operations/nominate.js +1 -1
  963. package/utils/operations/parseAmount.js +1 -1
  964. package/utils/smartContracts.js +1 -1
  965. package/utils/toasts/customToastsActions.js +1 -1
  966. package/utils/toasts/index.js +1 -1
  967. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  968. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  969. package/utils/transactions/builtCallbackUrl.js +1 -1
  970. package/utils/transactions/getAllTransactionsLink.js +1 -1
  971. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  972. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  973. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  974. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  975. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  976. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  977. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  978. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  979. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  980. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  981. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  982. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  983. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  984. package/utils/transactions/getOperationsDetails.js +1 -1
  985. package/utils/transactions/getTransactionLink.js +1 -1
  986. package/utils/transactions/index.js +1 -1
  987. package/utils/transactions/isGuardianTx.js +1 -1
  988. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  989. package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
  990. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  991. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  992. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  993. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  994. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  995. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  996. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  997. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  998. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  999. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  1000. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  1001. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  1002. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  1003. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  1004. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  1005. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  1006. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  1007. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  1008. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  1009. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  1010. package/utils/validation/index.js +1 -1
  1011. package/utils/validation/maxDecimals.js +1 -1
  1012. package/utils/validation/stringIsFloat.js +1 -1
  1013. package/utils/waitForChainID.js +1 -1
  1014. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  1015. package/web/hooks/index.js +1 -1
  1016. package/web/hooks/useIdleTimer.js +1 -1
  1017. package/web/index.js +1 -1
  1018. package/wrappers/AppInitializer.js +1 -1
  1019. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  1020. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  1021. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  1022. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  1023. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  1024. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  1025. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  1026. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  1027. package/wrappers/DappProvider/CustomComponents.js +1 -1
  1028. package/wrappers/DappProvider/DappProvider.js +1 -1
  1029. package/wrappers/DappProvider/index.js +1 -1
  1030. package/wrappers/index.js +1 -1
  1031. package/__chunks__/chunk-27FH5G67.js +0 -2
  1032. package/__chunks__/chunk-42M6IY4Z.js +0 -2
  1033. package/__chunks__/chunk-443DT25B.js +0 -2
  1034. package/__chunks__/chunk-4H47G34Q.js +0 -2
  1035. package/__chunks__/chunk-52IXS66S.js +0 -2
  1036. package/__chunks__/chunk-5YK22TET.js +0 -2
  1037. package/__chunks__/chunk-5ZEU6QMA.js +0 -2
  1038. package/__chunks__/chunk-6E3DEOH3.js +0 -2
  1039. package/__chunks__/chunk-6W7DVGIL.js +0 -2
  1040. package/__chunks__/chunk-7A55YIB6.js +0 -2
  1041. package/__chunks__/chunk-7FJ2PHIP.js +0 -2
  1042. package/__chunks__/chunk-7OACEH3X.js +0 -2
  1043. package/__chunks__/chunk-AVGGN2LY.js +0 -2
  1044. package/__chunks__/chunk-BFHMV5A6.js +0 -2
  1045. package/__chunks__/chunk-BG5F4VLD.js +0 -2
  1046. package/__chunks__/chunk-BMV2L5DM.js +0 -2
  1047. package/__chunks__/chunk-BWI6T72S.js +0 -2
  1048. package/__chunks__/chunk-CL6IW7IS.js +0 -2
  1049. package/__chunks__/chunk-CQYDQFE4.js +0 -2
  1050. package/__chunks__/chunk-CS3BFVVL.js +0 -2
  1051. package/__chunks__/chunk-D4NANPZS.js +0 -2
  1052. package/__chunks__/chunk-DL6ZH3ZM.js +0 -2
  1053. package/__chunks__/chunk-DSNZ6WWJ.js +0 -2
  1054. package/__chunks__/chunk-E4VQH6BK.js +0 -2
  1055. package/__chunks__/chunk-EMIZYMPZ.js +0 -2
  1056. package/__chunks__/chunk-FERW6O6J.js +0 -2
  1057. package/__chunks__/chunk-FOV4YAAN.js +0 -2
  1058. package/__chunks__/chunk-FY6ENH4F.js +0 -2
  1059. package/__chunks__/chunk-GE6AWBV7.js +0 -2
  1060. package/__chunks__/chunk-GYFGZGPB.js +0 -2
  1061. package/__chunks__/chunk-HGBHLYSY.js +0 -2
  1062. package/__chunks__/chunk-HK3IGHZP.js +0 -2
  1063. package/__chunks__/chunk-HL5YGNOT.js +0 -2
  1064. package/__chunks__/chunk-IXUNCHI4.js +0 -2
  1065. package/__chunks__/chunk-KSBIKCRA.js +0 -2
  1066. package/__chunks__/chunk-L43ZE6DO.js +0 -2
  1067. package/__chunks__/chunk-LTQQHGJA.js +0 -2
  1068. package/__chunks__/chunk-M3KZ5ZCM.js +0 -2
  1069. package/__chunks__/chunk-M7QUL4WU.js +0 -2
  1070. package/__chunks__/chunk-N5OGU3OY.js +0 -2
  1071. package/__chunks__/chunk-NGSXPTM7.js +0 -2
  1072. package/__chunks__/chunk-NOFGMWJX.js +0 -2
  1073. package/__chunks__/chunk-NSUEKEPT.js +0 -2
  1074. package/__chunks__/chunk-OBXVMKUP.js +0 -2
  1075. package/__chunks__/chunk-OJDKSNKS.js +0 -2
  1076. package/__chunks__/chunk-PVCQBXC5.js +0 -2
  1077. package/__chunks__/chunk-Q4L3J62S.js +0 -2
  1078. package/__chunks__/chunk-Q7G6IS5N.js +0 -2
  1079. package/__chunks__/chunk-QQGKX76V.js +0 -2
  1080. package/__chunks__/chunk-QSQMERZY.js +0 -2
  1081. package/__chunks__/chunk-R4NOSGSY.js +0 -2
  1082. package/__chunks__/chunk-RMSI2KAF.js +0 -2
  1083. package/__chunks__/chunk-ROVLCWLB.js +0 -2
  1084. package/__chunks__/chunk-RPRH53SN.js +0 -2
  1085. package/__chunks__/chunk-S6WU7FIP.js +0 -2
  1086. package/__chunks__/chunk-SHX5DLRE.js +0 -2
  1087. package/__chunks__/chunk-SKQHXYAY.js +0 -2
  1088. package/__chunks__/chunk-SMD3P2QU.js +0 -2
  1089. package/__chunks__/chunk-SNJ63XJS.js +0 -2
  1090. package/__chunks__/chunk-SUNJRNCA.js +0 -2
  1091. package/__chunks__/chunk-SYEARPKN.js +0 -2
  1092. package/__chunks__/chunk-SYYNFXUN.js +0 -2
  1093. package/__chunks__/chunk-TELFM4OQ.js +0 -2
  1094. package/__chunks__/chunk-VUAMGFOX.js +0 -2
  1095. package/__chunks__/chunk-VYUSRJOU.js +0 -2
  1096. package/__chunks__/chunk-WP6VM5J2.js +0 -2
  1097. package/__chunks__/chunk-WWSMEEPR.js +0 -2
  1098. package/__chunks__/chunk-XSCEIJSP.js +0 -2
  1099. package/__chunks__/chunk-XUEKGCYZ.js +0 -2
  1100. package/__chunks__/chunk-XVIPFZ65.js +0 -2
  1101. package/__chunks__/chunk-YGWO7L5T.js +0 -2
  1102. package/__chunks__/chunk-YHUSZC3I.js +0 -2
  1103. package/__chunks__/chunk-YVGR3MVT.js +0 -2
  1104. package/__chunks__/chunk-YWRTTCYK.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var os=Object.create;var Ee=Object.defineProperty,is=Object.defineProperties,ss=Object.getOwnPropertyDescriptor,as=Object.getOwnPropertyDescriptors,cs=Object.getOwnPropertyNames,je=Object.getOwnPropertySymbols,ls=Object.getPrototypeOf,Ut=Object.prototype.hasOwnProperty,Ur=Object.prototype.propertyIsEnumerable;var Br=(e,t,r)=>t in e?Ee(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,g=(e,t)=>{for(var r in t||(t={}))Ut.call(t,r)&&Br(e,r,t[r]);if(je)for(var r of je(t))Ur.call(t,r)&&Br(e,r,t[r]);return e},S=(e,t)=>is(e,as(t));var Wr=(e,t)=>{var r={};for(var o in e)Ut.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&je)for(var o of je(e))t.indexOf(o)<0&&Ur.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var O=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ce=(e,t)=>{for(var r in t)Ee(e,r,{get:t[r],enumerable:!0})},Vr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cs(t))!Ut.call(e,i)&&i!==r&&Ee(e,i,{get:()=>t[i],enumerable:!(o=ss(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?os(ls(e)):{},Vr(t||!e||!e.__esModule?Ee(r,"default",{value:e,enumerable:!0}):r,e)),Le=e=>Vr(Ee({},"__esModule",{value:!0}),e);var C=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{m(r.next(d))}catch(h){i(h)}},p=d=>{try{m(r.throw(d))}catch(h){i(h)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);m((r=r.apply(e,t)).next())});var Hr=O(qe=>{"use strict";n();qe.byteLength=us;qe.toByteArray=ms;qe.fromByteArray=Ts;var $=[],M=[],ps=typeof Uint8Array!="undefined"?Uint8Array:Array,Wt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(le=0,Gr=Wt.length;le<Gr;++le)$[le]=Wt[le],M[Wt.charCodeAt(le)]=le;var le,Gr;M["-".charCodeAt(0)]=62;M["_".charCodeAt(0)]=63;function $r(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 us(e){var t=$r(e),r=t[0],o=t[1];return(r+o)*3/4-o}function ds(e,t,r){return(t+r)*3/4-r}function ms(e){var t,r=$r(e),o=r[0],i=r[1],l=new ps(ds(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=M[e.charCodeAt(d)]<<18|M[e.charCodeAt(d+1)]<<12|M[e.charCodeAt(d+2)]<<6|M[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=M[e.charCodeAt(d)]<<2|M[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=M[e.charCodeAt(d)]<<10|M[e.charCodeAt(d+1)]<<4|M[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function gs(e){return $[e>>18&63]+$[e>>12&63]+$[e>>6&63]+$[e&63]}function fs(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(gs(o));return i.join("")}function Ts(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(fs(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push($[t>>2]+$[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push($[t>>10]+$[t>>4&63]+$[t<<2&63]+"=")),i.join("")}});var jr=O(Vt=>{n();Vt.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,h=d>>1,x=-7,y=r?i-1:0,v=r?-1:1,I=e[t+y];for(y+=v,l=I&(1<<-x)-1,I>>=-x,x+=m;x>0;l=l*256+e[t+y],y+=v,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+y],y+=v,x-=8);if(l===0)l=1-h;else{if(l===d)return p?NaN:(I?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-h}return(I?-1:1)*p*Math.pow(2,l-o)};Vt.write=function(e,t,r,o,i,l){var p,m,d,h=l*8-i-1,x=(1<<h)-1,y=x>>1,v=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,I=o?0:l-1,b=o?1:-1,N=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+y>=1?t+=v/d:t+=v*Math.pow(2,1-y),t*d>=2&&(p++,d/=2),p+y>=x?(m=0,p=x):p+y>=1?(m=(t*d-1)*Math.pow(2,i),p=p+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+I]=m&255,I+=b,m/=256,i-=8);for(p=p<<i|m,h+=i;h>0;e[r+I]=p&255,I+=b,p/=256,h-=8);e[r+I-b]|=N*128}});var on=O(Se=>{"use strict";n();var Gt=Hr(),xe=jr(),qr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=u;Se.SlowBuffer=As;Se.INSPECT_MAX_BYTES=50;var ze=2147483647;Se.kMaxLength=ze;u.TYPED_ARRAY_SUPPORT=ys();!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 ys(){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 J(e){if(e>ze)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 qt(e)}return Xr(e,t,r)}u.poolSize=8192;function Xr(e,t,r){if(typeof e=="string")return xs(e,t);if(ArrayBuffer.isView(e))return Ss(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(H(e,ArrayBuffer)||e&&H(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(H(e,SharedArrayBuffer)||e&&H(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=ws(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 Xr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Yr(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 hs(e,t,r){return Yr(e),e<=0?J(e):t!==void 0?typeof r=="string"?J(e).fill(t,r):J(e).fill(t):J(e)}u.alloc=function(e,t,r){return hs(e,t,r)};function qt(e){return Yr(e),J(e<0?0:zt(e)|0)}u.allocUnsafe=function(e){return qt(e)};u.allocUnsafeSlow=function(e){return qt(e)};function xs(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Zr(e,t)|0,o=J(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function $t(e){for(var t=e.length<0?0:zt(e.length)|0,r=J(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Ss(e){if(H(e,Uint8Array)){var t=new Uint8Array(e);return Ht(t.buffer,t.byteOffset,t.byteLength)}return $t(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 ws(e){if(u.isBuffer(e)){var t=zt(e.length)|0,r=J(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Kt(e.length)?J(0):$t(e);if(e.type==="Buffer"&&Array.isArray(e.data))return $t(e.data)}function zt(e){if(e>=ze)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ze.toString(16)+" bytes");return e|0}function As(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(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),H(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(H(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 Zr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||H(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 jt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return nn(e).length;default:if(i)return o?-1:jt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Zr;function vs(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 Ds(this,t,r);case"utf8":case"utf-8":return Qr(this,t,r);case"ascii":return Rs(this,t,r);case"latin1":case"binary":return Ps(this,t,r);case"base64":return Ns(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _s(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function pe(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)pe(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)pe(this,r,r+3),pe(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)pe(this,r,r+7),pe(this,r+1,r+6),pe(this,r+2,r+5),pe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Qr(this,0,t):vs.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=Se.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};qr&&(u.prototype[qr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(H(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,m=o-r,d=Math.min(p,m),h=this.slice(i,l),x=t.slice(r,o),y=0;y<d;++y)if(h[y]!==x[y]){p=h[y],m=x[y];break}return p<m?-1:m<p?1:0};function Jr(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,Kt(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:zr(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):zr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function zr(e,t,r,o,i){var l=1,p=e.length,m=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,m/=2,r/=2}function d(I,b){return l===1?I[b]:I.readUInt16BE(b*l)}var h;if(i){var x=-1;for(h=r;h<p;h++)if(d(e,h)===d(t,x===-1?0:h-x)){if(x===-1&&(x=h),h-x+1===m)return x*l}else x!==-1&&(h-=h-x),x=-1}else for(r+m>p&&(r=p-m),h=r;h>=0;h--){for(var y=!0,v=0;v<m;v++)if(d(e,h+v)!==d(t,v)){y=!1;break}if(y)return h}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Jr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Jr(this,t,r,o,!1)};function Is(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 m=parseInt(t.substr(p*2,2),16);if(Kt(m))return p;e[r+p]=m}return p}function bs(e,t,r,o){return Ke(jt(t,e.length-r),e,r,o)}function ks(e,t,r,o){return Ke(Fs(t),e,r,o)}function Es(e,t,r,o){return Ke(nn(t),e,r,o)}function Ls(e,t,r,o){return Ke(Bs(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 Is(this,t,r,o);case"utf8":case"utf-8":return bs(this,t,r,o);case"ascii":case"latin1":case"binary":return ks(this,t,r,o);case"base64":return Es(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ls(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 Ns(e,t,r){return t===0&&r===e.length?Gt.fromByteArray(e):Gt.fromByteArray(e.slice(t,r))}function Qr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,h,x,y;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(y=(l&31)<<6|d&63,y>127&&(p=y));break;case 3:d=e[i+1],h=e[i+2],(d&192)===128&&(h&192)===128&&(y=(l&15)<<12|(d&63)<<6|h&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:d=e[i+1],h=e[i+2],x=e[i+3],(d&192)===128&&(h&192)===128&&(x&192)===128&&(y=(l&15)<<18|(d&63)<<12|(h&63)<<6|x&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return Cs(o)}var Kr=4096;function Cs(e){var t=e.length;if(t<=Kr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Kr));return r}function Rs(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 Ps(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 Ds(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+=Us[e[l]];return i}function _s(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 L(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||L(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||L(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||L(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,4,this.length),xe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||L(t,4,this.length),xe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||L(t,8,this.length),xe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||L(t,8,this.length),xe.read(this,t,!1,52,8)};function P(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;P(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=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;P(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||P(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||P(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||P(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||P(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||P(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);P(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&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);P(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||P(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||P(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||P(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||P(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||P(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 en(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 tn(e,t,r,o,i){return t=+t,r=r>>>0,i||en(e,t,r,4,34028234663852886e22,-34028234663852886e22),xe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return tn(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return tn(this,t,r,!1,o)};function rn(e,t,r,o,i){return t=+t,r=r>>>0,i||en(e,t,r,8,17976931348623157e292,-17976931348623157e292),xe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return rn(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return rn(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 m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var Os=/[^+/0-9A-Za-z-_]/g;function Ms(e){if(e=e.split("=")[0],e=e.trim().replace(Os,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function jt(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 Fs(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Bs(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 nn(e){return Gt.toByteArray(Ms(e))}function Ke(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 H(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Kt(e){return e!==e}var Us=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 pn=O((kl,ln)=>{n();var k=ln.exports={},j,q;function Xt(){throw new Error("setTimeout has not been defined")}function Yt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?j=setTimeout:j=Xt}catch(e){j=Xt}try{typeof clearTimeout=="function"?q=clearTimeout:q=Yt}catch(e){q=Yt}})();function sn(e){if(j===setTimeout)return setTimeout(e,0);if((j===Xt||!j)&&setTimeout)return j=setTimeout,setTimeout(e,0);try{return j(e,0)}catch(t){try{return j.call(null,e,0)}catch(r){return j.call(this,e,0)}}}function Ws(e){if(q===clearTimeout)return clearTimeout(e);if((q===Yt||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(t){try{return q.call(null,e)}catch(r){return q.call(this,e)}}}var Q=[],we=!1,ue,Xe=-1;function Vs(){!we||!ue||(we=!1,ue.length?Q=ue.concat(Q):Xe=-1,Q.length&&an())}function an(){if(!we){var e=sn(Vs);we=!0;for(var t=Q.length;t;){for(ue=Q,Q=[];++Xe<t;)ue&&ue[Xe].run();Xe=-1,t=Q.length}ue=null,we=!1,Ws(e)}}k.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 cn(e,t)),Q.length===1&&!we&&sn(an)};function cn(e,t){this.fun=e,this.array=t}cn.prototype.run=function(){this.fun.apply(null,this.array)};k.title="browser";k.browser=!0;k.env={};k.argv=[];k.version="";k.versions={};function ee(){}k.on=ee;k.addListener=ee;k.once=ee;k.off=ee;k.removeListener=ee;k.removeAllListeners=ee;k.emit=ee;k.prependListener=ee;k.prependOnceListener=ee;k.listeners=function(e){return[]};k.binding=function(e){throw new Error("process.binding is not supported")};k.cwd=function(){return"/"};k.chdir=function(e){throw new Error("process.chdir is not supported")};k.umask=function(){return 0}});var s,c,Gs,a,n=f(()=>{s=w(on()),c=w(pn()),Gs=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),a=Gs});var un=f(()=>{"use strict";n()});var dn=f(()=>{"use strict";n()});var mn=f(()=>{"use strict";n()});var Zt,gn=f(()=>{"use strict";n();Zt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Zt||{})});var fn=f(()=>{"use strict";n()});var Jt=f(()=>{"use strict";n()});var Tn=f(()=>{"use strict";n()});var yn=f(()=>{"use strict";n()});var hn=f(()=>{"use strict";n()});var xn=f(()=>{"use strict";n()});var Sn,Ae,Qt=f(()=>{"use strict";n();Sn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Ae=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var wn,Bl,An,Ul,z=f(()=>{"use strict";n();Qt();wn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(wn||{}),Bl=g(g({},Ae.WindowProviderRequestEnums),wn),An=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(An||{}),Ul=g(g({},Ae.WindowProviderResponseEnums),An)});var vn=f(()=>{"use strict";n()});var In=f(()=>{"use strict";n()});var D=f(()=>{"use strict";n()});var bn=f(()=>{"use strict";n()});var kn=f(()=>{"use strict";n()});var En=f(()=>{"use strict";n()});var U=f(()=>{"use strict";n();yn();hn();xn();z();vn();In();D();bn();kn();En()});var er,Ln,rp,Nn,np,Cn,op,ip,sp,Rn=f(()=>{"use strict";n();U();er={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",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Ln,egldLabel:rp}=er["devnet"],{chainId:Nn,egldLabel:np}=er["testnet"],{chainId:Cn,egldLabel:op}=er["mainnet"],ip={["devnet"]:Ln,["testnet"]:Nn,["mainnet"]:Cn},sp={[Ln]:"devnet",[Nn]:"testnet",[Cn]:"mainnet"}});var tr=f(()=>{"use strict";n()});var K,Pn=f(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Ye,rr=f(()=>{"use strict";n();Ye=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Dn,_n,nr,dp,mp,On=f(()=>{"use strict";n();rr();nr=String((_n=(Dn=Ye.safeWindow)==null?void 0:Dn.navigator)==null?void 0:_n.userAgent),dp=/^((?!chrome|android).)*safari/i.test(nr),mp=/firefox/i.test(nr)&&/windows/i.test(nr)});var or,ir,Mn,Ze,Fn,ve,A=f(()=>{"use strict";n();un();dn();mn();gn();fn();Jt();Tn();Rn();tr();Pn();On();or=5e4,ir=1e9,Mn=1,Ze="logout",Fn="login",ve="0"});var Ie,Je=f(()=>{"use strict";n();Ie=()=>Date.now()/1e3});var Bn=f(()=>{"use strict";n()});var Un=f(()=>{"use strict";n()});var Wn=f(()=>{"use strict";n();Je();Bn();Un()});var sr={};ce(sr,{clear:()=>qs,getItem:()=>Hs,localStorageKeys:()=>de,removeItem:()=>js,setItem:()=>$s});var de,Qe,$s,Hs,js,qs,Ne=f(()=>{"use strict";n();Wn();de={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Qe=typeof localStorage!="undefined",$s=({key:e,data:t,expires:r})=>{!Qe||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Hs=e=>{if(!Qe)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:Ie()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},js=e=>{!Qe||localStorage.removeItem(String(e))},qs=()=>{!Qe||localStorage.clear()}});var ar={};ce(ar,{clear:()=>Hn,getItem:()=>Gn,removeItem:()=>$n,setItem:()=>Vn,storage:()=>zs});var Vn,Gn,$n,Hn,zs,jn=f(()=>{"use strict";n();Vn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Gn=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},$n=e=>sessionStorage.removeItem(String(e)),Hn=()=>sessionStorage.clear(),zs={setItem:Vn,getItem:Gn,removeItem:$n,clear:Hn}});var be,et=f(()=>{"use strict";n();Ne();jn();be={session:ar,local:sr}});var cr,E,tt,W=f(()=>{"use strict";n();cr=require("@reduxjs/toolkit");A();E=(0,cr.createAction)(Ze),tt=(0,cr.createAction)(Fn,e=>({payload:e}))});var pr,qn,zn,rt,lr,Kn,Xn,Hp,Yn,jp,qp,zp,Kp,Xp,Yp,Zp,Jp,nt,ot=f(()=>{"use strict";n();pr=require("@multiversx/sdk-core"),qn=require("@reduxjs/toolkit"),zn=require("redux-persist");A();et();Ne();W();rt={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ve},lr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":rt},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Kn=(0,qn.createSlice)({name:"accountInfoSlice",initialState:lr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new pr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:rt},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(E,()=>(be.local.removeItem(de.loginExpiresAt),lr)),e.addCase(tt,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new pr.Address(o).hex()}),e.addCase(zn.REHYDRATE,(t,r)=>{var h;if(!((h=r.payload)!=null&&h.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:lr.accounts,t.publicKey=m})}}),{setAccount:Xn,setAddress:Hp,setAccountNonce:Yn,setAccountShard:jp,setLedgerAccount:qp,updateLedgerAccount:zp,setWalletConnectAccount:Kp,setIsAccountLoading:Xp,setAccountLoadingError:Yp,setWebsocketEvent:Zp,setWebsocketBatchEvent:Jp}=Kn.actions,nt=Kn.reducer});function Ce(){return new Date().setHours(new Date().getHours()+24)}function Re(e){be.local.setItem({key:de.loginExpiresAt,data:e,expires:e})}var ur=f(()=>{"use strict";n();et();Ne()});var Jn,Zn,Qn,cu,lu,pu,it,uu,du,eo,mu,gu,fu,st,at=f(()=>{"use strict";n();Jn=require("@reduxjs/toolkit");ur();z();W();Zn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Qn=(0,Jn.createSlice)({name:"loginInfoSlice",initialState:Zn,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},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(E,()=>Zn),e.addCase(tt,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,Re(Ce())})}}),{setLoginMethod:cu,setWalletConnectLogin:lu,setLedgerLogin:pu,setTokenLogin:it,setTokenLoginSignature:uu,setWalletLogin:du,invalidateLoginSession:eo,setLogoutRoute:mu,setIsWalletConnectV2Initialized:gu,setWebviewLogin:fu}=Qn.actions,st=Qn.reducer});var ro,to,no,xu,Su,wu,Au,ct,lt=f(()=>{"use strict";n();ro=require("@reduxjs/toolkit");W();to={},no=(0,ro.createSlice)({name:"modalsSlice",initialState:to,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(E,()=>to)}}),{setTxSubmittedModal:xu,setNotificationModal:Su,clearTxSubmittedModal:wu,clearNotificationModal:Au}=no.actions,ct=no.reducer});var Pe,pt=f(()=>{"use strict";n();Pe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var oe,me=f(()=>{"use strict";n();pt();oe=()=>{if(!Pe())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var oo=f(()=>{"use strict";n();me()});var io=f(()=>{"use strict";n();ut()});var so=f(()=>{"use strict";n();rr()});var ut=f(()=>{"use strict";n();oo();io();me();so()});var ao=f(()=>{"use strict";n();ut()});var co=f(()=>{"use strict";n();ao()});function lo(e){return e[Math.floor(Math.random()*e.length)]}var po=f(()=>{"use strict";n()});var uo=f(()=>{"use strict";n();Jt()});var mo=f(()=>{"use strict";n();co();po();uo()});var go,fo,To,dr,Ys,yo,rd,nd,od,dt,mt=f(()=>{"use strict";n();go=require("@reduxjs/toolkit"),fo=w(require("lodash.omit")),To=require("redux-persist");tr();W();mo();dr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},Ys={network:dr},yo=(0,go.createSlice)({name:"appConfig",initialState:Ys,reducers:{initializeNetworkConfig:(e,t)=>{let r=lo(t.payload.walletConnectV2RelayAddresses),o=(0,fo.default)(t.payload,"walletConnectV2RelayAddresses");e.network=S(g(g({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=g(g({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(E,t=>{t.network.customWalletAddress=void 0}),e.addCase(To.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:rd,updateNetworkConfig:nd,setCustomWalletAddress:od}=yo.actions,dt=yo.reducer});var ho,mr,xo,pd,ud,dd,gt,ft=f(()=>{"use strict";n();ho=require("@reduxjs/toolkit");U();W();mr={isSigning:!1,signedSessions:{}},xo=(0,ho.createSlice)({name:"signedMessageInfoSliceState",initialState:mr,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]=g(g({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>g(g({},e),t.payload),clearSignedMessageInfo:()=>mr},extraReducers:e=>{e.addCase(E,()=>mr)}}),{setSignSession:pd,clearSignedMessageInfo:ud,setSignSessionState:dd}=xo.actions,gt=xo.reducer});var wo,Ao,So,vo,xd,Sd,wd,Ad,Tt,yt=f(()=>{"use strict";n();wo=require("@reduxjs/toolkit"),Ao=require("redux-persist");U();Je();W();So={customToasts:[],transactionToasts:[]},vo=(0,wo.createSlice)({name:"toastsSlice",initialState:So,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=S(g(g({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(S(g({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ie(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(E,()=>So),e.addCase(Ao.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:xd,removeCustomToast:Sd,addTransactionToast:wd,removeTransactionToast:Ad}=vo.actions,Tt=vo.reducer});var Io,fr,Tr,yr,Zs,gr,bo,kd,Ed,Ld,ht,xt=f(()=>{"use strict";n();Io=require("@reduxjs/toolkit");W();fr="Transaction failed",Tr="Transaction successful",yr="Processing transaction",Zs="Transaction submitted",gr={},bo=(0,Io.createSlice)({name:"transactionsInfo",initialState:gr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||fr,successMessage:(o==null?void 0:o.successMessage)||Tr,processingMessage:(o==null?void 0:o.processingMessage)||yr,submittedMessage:(o==null?void 0:o.submittedMessage)||Zs,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>gr},extraReducers:e=>{e.addCase(E,()=>gr)}}),{clearTransactionsInfo:kd,setTransactionsDisplayInfo:Ed,clearTransactionsInfoForSessionId:Ld}=bo.actions,ht=bo.reducer});function ko(e){return e!=null&&(ca(e)||ma(e))}function St(e){return e!=null&&(la(e)||ga(e))}function wt(e){return e!=null&&(pa(e)||fa(e))}function Eo(e){return e!=null&&(ua(e)||Ta(e))}function Lo(e){return e!=null&&da(e)}function ca(e){return e!=null&&Qs.includes(e)}function la(e){return e!=null&&ea.includes(e)}function pa(e){return e!=null&&ta.includes(e)}function ua(e){return e!=null&&ra.includes(e)}function da(e){return e!=null&&na.includes(e)}function ma(e){return e!=null&&oa.includes(e)}function ga(e){return e!=null&&ia.includes(e)}function fa(e){return e!=null&&sa.includes(e)}function Ta(e){return e!=null&&aa.includes(e)}var Qs,ea,ta,ra,na,oa,ia,sa,aa,xr=f(()=>{"use strict";n();z();Qs=["sent"],ea=["success"],ta=["fail","cancelled","timedOut"],ra=["invalid"],na=["timedOut"],oa=["pending"],ia=["success"],sa=["fail","invalid"],aa=["not executed"]});var No,Co,De,ya,Ro,Fd,Bd,Ud,Wd,Vd,Gd,$d,Hd,jd,qd,zd,At,vt=f(()=>{"use strict";n();No=require("@reduxjs/toolkit"),Co=require("redux-persist");z();xr();W();De={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},ya={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ro=(0,No.createSlice)({name:"transactionsSlice",initialState:De,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m}=t.payload;e.customTransactionInformationForSessionId[r]=g(g(g({},ya),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[r]),m!=null?m:{})},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=De.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=g(g({},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 h,x,y,v,I,b,N,Z;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:m}=t.payload,d=(x=(h=e.signedTransactions)==null?void 0:h[r])==null?void 0:x.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(R=>R.hash===l?S(g(g({},p!=null?p:{}),R),{status:o,errorMessage:i,inTransit:m}):R);let ne=(v=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:v.every(R=>St(R.status)),ae=(b=(I=e.signedTransactions[r])==null?void 0:I.transactions)==null?void 0:b.some(R=>wt(R.status)),He=(Z=(N=e.signedTransactions[r])==null?void 0:N.transactions)==null?void 0:Z.every(R=>Eo(R.status));ne&&(e.signedTransactions[r].status="success"),ae&&(e.signedTransactions[r].status="fail"),He&&(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=De.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=De.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=g(g({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(E,()=>De),e.addCase(Co.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((m,[d,h])=>{let x=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-x>0||(m[d]=h),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:Fd,updateSignedTransactions:Bd,setTransactionsToSign:Ud,clearAllTransactionsToSign:Wd,clearAllSignedTransactions:Vd,clearSignedTransaction:Gd,clearTransactionToSign:$d,setSignTransactionsError:Hd,setSignTransactionsCancelMessage:jd,moveTransactionsToSignedState:qd,updateSignedTransactionsCustomTransactionInformation:zd}=Ro.actions,At=Ro.reducer});var Po,Sr,Do,Zd,Jd,Qd,em,It,bt=f(()=>{"use strict";n();Po=require("@reduxjs/toolkit");W();Sr={},Do=(0,Po.createSlice)({name:"batchTransactionsSlice",initialState:Sr,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:()=>Sr},extraReducers:e=>{e.addCase(E,()=>Sr)}}),{setBatchTransactions:Zd,updateBatchTransactions:Jd,clearBatchTransactions:Qd,clearAllBatchTransactions:em}=Do.actions,It=Do.reducer});var Oo,_o,Mo,om,Fo,wr=f(()=>{"use strict";n();Oo=require("@reduxjs/toolkit");W();_o={},Mo=(0,Oo.createSlice)({name:"dappConfigSlice",initialState:_o,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(E,()=>_o)}}),{setDappConfig:om}=Mo.actions,Fo=Mo.reducer});var ge=f(()=>{"use strict";n();ot();at();lt();mt();ft();yt();xt();vt();bt();wr()});var Ar=f(()=>{"use strict";n()});var Wo,wa,Aa,fe,Lt=f(()=>{"use strict";n();Wo=require("@reduxjs/toolkit");Ar();ot();bt();wr();at();lt();mt();ft();yt();xt();vt();wa={["account"]:nt,["dappConfig"]:Fo,["loginInfo"]:st,["modals"]:ct,["networkConfig"]:dt,["signedMessageInfo"]:gt,["toasts"]:Tt,["transactionsInfo"]:ht,["transactions"]:At,["batchTransactions"]:It},Aa=(e={})=>(0,Wo.combineReducers)(g(g({},wa),e)),fe=Aa});var Ho={};ce(Ho,{default:()=>Ba,sessionStorageReducers:()=>vr});function te(e,t=[]){return{key:e,version:1,storage:Go.default,blacklist:t}}var _,Vo,Go,va,_e,Ia,ba,ka,Ea,La,Na,Ca,Ra,Pa,Da,$o,_a,vr,Oa,Ma,Fa,Ba,jo=f(()=>{"use strict";n();_=require("redux-persist"),Vo=w(require("redux-persist/lib/storage")),Go=w(require("redux-persist/lib/storage/session"));Lt();ge();ot();bt();at();lt();mt();ft();yt();xt();vt();Ar();va={persistReducersStorageType:"localStorage"},_e={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ia=te(_e["account"]),ba=te(_e["loginInfo"]),ka=te(_e["modals"]),Ea=te(_e["networkConfig"]),La={2:e=>S(g({},e),{networkConfig:dr})};Na=te("sdk-dapp-transactionsInfo"),Ca=te("sdk-dapp-transactions",["transactionsToSign"]),Ra=te("sdk-dapp-batchTransactions",["batchTransactions"]),Pa=te("sdk-dapp-toasts"),Da=te("sdk-dapp-signedMessageInfo"),$o={key:"sdk-dapp-store",version:2,storage:Vo.default,whitelist:Object.keys(_e),migrate:(0,_.createMigrate)(La,{debug:!1})},_a=S(g({},$o),{whitelist:[]}),vr={["toasts"]:(0,_.persistReducer)(Pa,Tt),["transactions"]:(0,_.persistReducer)(Ca,At),["transactionsInfo"]:(0,_.persistReducer)(Na,ht),["batchTransactions"]:(0,_.persistReducer)(Ra,It),["signedMessageInfo"]:(0,_.persistReducer)(Da,gt)},Oa=S(g({},vr),{["account"]:(0,_.persistReducer)(Ia,nt),["loginInfo"]:(0,_.persistReducer)(ba,st),["modals"]:(0,_.persistReducer)(ka,ct),["networkConfig"]:(0,_.persistReducer)(Ea,dt)}),Ma=va.persistReducersStorageType==="localStorage",Fa=Ma?(0,_.persistReducer)($o,fe(vr)):(0,_.persistReducer)(_a,fe(Oa)),Ba=Fa});var qo={};ce(qo,{default:()=>Ua});var Ua,zo=f(()=>{"use strict";n();Lt();Ua=fe()});var Ko={};ce(Ko,{default:()=>Va});var F,Wa,Va,Xo=f(()=>{"use strict";n();F=require("redux-persist"),Wa=[F.FLUSH,F.REHYDRATE,F.PAUSE,F.PERSIST,F.PURGE,F.REGISTER],Va=Wa});var Jo={};ce(Jo,{default:()=>Zo});function Zo(e){return(0,Yo.persistStore)(e)}var Yo,Qo=f(()=>{"use strict";n();Yo=require("redux-persist")});var Pi=O((U0,Ri)=>{n();var zc=typeof a=="object"&&a&&a.Object===Object&&a;Ri.exports=zc});var _i=O((W0,Di)=>{n();var Kc=Pi(),Xc=typeof self=="object"&&self&&self.Object===Object&&self,Yc=Kc||Xc||Function("return this")();Di.exports=Yc});var Or=O((V0,Oi)=>{n();var Zc=_i(),Jc=Zc.Symbol;Oi.exports=Jc});var Ui=O((G0,Bi)=>{n();var Mi=Or(),Fi=Object.prototype,Qc=Fi.hasOwnProperty,el=Fi.toString,Ve=Mi?Mi.toStringTag:void 0;function tl(e){var t=Qc.call(e,Ve),r=e[Ve];try{e[Ve]=void 0;var o=!0}catch(l){}var i=el.call(e);return o&&(t?e[Ve]=r:delete e[Ve]),i}Bi.exports=tl});var Vi=O(($0,Wi)=>{n();var rl=Object.prototype,nl=rl.toString;function ol(e){return nl.call(e)}Wi.exports=ol});var ji=O((H0,Hi)=>{n();var Gi=Or(),il=Ui(),sl=Vi(),al="[object Null]",cl="[object Undefined]",$i=Gi?Gi.toStringTag:void 0;function ll(e){return e==null?e===void 0?cl:al:$i&&$i in Object(e)?il(e):sl(e)}Hi.exports=ll});var zi=O((j0,qi)=>{n();var pl=Array.isArray;qi.exports=pl});var Xi=O((q0,Ki)=>{n();function ul(e){return e!=null&&typeof e=="object"}Ki.exports=ul});var Zi=O((z0,Yi)=>{n();var dl=ji(),ml=zi(),gl=Xi(),fl="[object String]";function Tl(e){return typeof e=="string"||!ml(e)&&gl(e)&&dl(e)==fl}Yi.exports=Tl});var Sl={};ce(Sl,{useLoginService:()=>xl});module.exports=Le(Sl);n();var ns=require("react"),Bt=require("@multiversx/sdk-core");n();n();n();var ii=require("react"),ke=require("react-redux");n();var Ir=require("@reduxjs/toolkit"),ni=require("react-redux/lib/utils/Subscription");ge();n();var Bo=w(require("lodash.throttle"));A();ge();ur();et();Ne();var ha=[Ze],kt=!1,xa=(0,Bo.default)(()=>{Re(Ce())},5e3),Uo=e=>t=>r=>{if(ha.includes(r.type))return t(r);let o=e.getState(),i=be.local.getItem(de.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Re(Ce());let p=Date.now();return i-p<0&&!kt?setTimeout(()=>{kt=!0,e.dispatch(eo())},1e3):(kt&&(kt=!1),xa()),t(r)};n();n();function Et(){return typeof sessionStorage!="undefined"}var ei=Et()?(jo(),Le(Ho)).default:(zo(),Le(qo)).default,ti=Et()?(Xo(),Le(Ko)).default:[],ri=Et()?(Qo(),Le(Jo)).default:e=>e;Lt();var ie=(0,Ir.configureStore)({reducer:ei,middleware:e=>e({serializableCheck:{ignoredActions:[...ti,Yn.type,Xn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Uo)}),oi=(0,ni.createSubscription)(ie),rg=ri(ie),ng=(0,Ir.configureStore)({reducer:fe});var Ga={store:ie,subscription:oi},br=(0,ii.createContext)(Ga),ag=(0,ke.createStoreHook)(br),si=(0,ke.createDispatchHook)(br),V=(0,ke.createSelectorHook)(br);n();n();ge();n();var ai=w(require("lodash.isequal")),Nt=require("reselect"),T=(0,Nt.createSelectorCreator)(Nt.defaultMemoize,ai.default);var X=e=>e.account,kr=T(X,e=>e.address),Oe=T(X,kr,(e,t)=>t in e.accounts?e.accounts[t]:rt),$a=T(X,Oe,(e,t)=>{let i=e,{accounts:r}=i,o=Wr(i,["accounts"]);return S(g({},o),{address:t.address,account:t})}),dg=T(Oe,e=>e.balance),mg=T(Oe,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),gg=T(X,e=>e.shard),fg=T(X,e=>e.ledgerAccount),Tg=T(X,e=>e.walletConnectAccount),yg=T(X,e=>e.isAccountLoading),hg=T(X,e=>e.accountLoadingError),Ha=T(X,e=>e.websocketEvent),ja=T(X,e=>e.websocketBatchEvent);n();var qa=e=>e.dappConfig,wg=T(qa,e=>e.shouldUseWebViewProvider);n();var B=e=>e.loginInfo,bg=T(B,e=>e.loginMethod),za=T(B,kr,(e,t)=>Boolean(t)),kg=T(B,e=>e.walletConnectLogin),Eg=T(B,e=>e.ledgerLogin),Lg=T(B,e=>e.walletLogin),Ng=T(B,e=>e.isLoginSessionInvalid),ci=T(B,e=>e.tokenLogin),Cg=T(B,e=>e.logoutRoute),Ka=T(B,e=>e.isWalletConnectV2Initialized);n();var li=e=>e.modals,Dg=T(li,e=>e.txSubmittedModal),_g=T(li,e=>e.notificationModal);n();var se=e=>e.networkConfig,Fg=T(se,e=>e.network.chainId),Bg=T(se,e=>e.network.roundDuration),Ug=T(se,e=>e.network.walletConnectBridgeAddress),Wg=T(se,e=>e.network.walletConnectV2RelayAddress),Vg=T(se,e=>e.network.walletConnectV2ProjectId),Gg=T(se,e=>e.network.walletConnectV2Options),$g=T(se,e=>e.network.walletConnectDeepLink),Te=T(se,e=>e.network),Hg=T(Te,e=>e.apiAddress),pi=T(Te,e=>e.explorerAddress),jg=T(Te,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),qg=T(Te,e=>e.xAliasAddress),zg=T(Te,e=>e.egldLabel);n();var Ct=e=>e.signedMessageInfo,Yg=T(Ct,e=>e.isSigning),Zg=T(Ct,e=>e.errorMessage),Jg=T(Ct,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Qg=T(Ct,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var ui=e=>e.toasts,rf=T(ui,e=>e.customToasts),nf=T(ui,e=>e.transactionToasts);n();ge();var di={errorMessage:fr,successMessage:Tr,processingMessage:yr},Xa=e=>e.transactionsInfo,cf=T(Xa,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||di);n();n();var Y=require("@multiversx/sdk-core");A();n();var Er=require("@multiversx/sdk-core/out");n();n();function Rt(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}function ye(e){return Rt(e)?atob(e):e}n();n();n();n();var mi=e=>{let t=e!=null?e:"";return Rt(t)?Er.TransactionPayload.fromEncoded(t):new Er.TransactionPayload(t)};n();A();var Pt=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Zt).some(r=>e.startsWith(r)):!1;function Lr(e){var o,i,l;let t=g({},e);Pt({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new Y.Transaction(g(g(S(g(S(g({value:t.value.valueOf(),data:mi(t.data),nonce:t.nonce.valueOf(),receiver:new Y.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new Y.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:or,gasPrice:(i=t.gasPrice.valueOf())!=null?i:ir,chainID:t.chainID.valueOf(),version:new Y.TransactionVersion((l=t.version)!=null?l:Mn)}),t.options?{options:new Y.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new Y.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();A();n();n();n();var Qa=require("@multiversx/sdk-core/out");n();A();n();var fi=require("@multiversx/sdk-core");U();n();var ec=require("@multiversx/sdk-core");n();n();n();var tc=require("@multiversx/sdk-core"),rc=w(require("bignumber.js"));z();n();n();n();var Nr="blocks";n();n();n();n();D();n();n();D();n();n();n();var cc=w(require("bignumber.js"));A();n();var ac=require("@multiversx/sdk-core"),Cr=w(require("bignumber.js"));A();n();var ic=w(require("bignumber.js"));n();Cr.default.config({ROUNDING_MODE:Cr.default.ROUND_FLOOR});n();n();n();A();n();n();n();n();A();n();A();n();var lc=require("@multiversx/sdk-core");A();n();var Fe=require("@multiversx/sdk-core"),uc=w(require("bignumber.js"));A();n();n();var pc=w(require("bignumber.js"));A();n();A();n();n();n();n();n();n();A();n();A();n();A();n();D();var mc=["reDelegateRewards","claimRewards","unBond"],gc=["wrapEgld","unwrapEgld"],fc=["unStake"],Tc=["unDelegate"];n();n();n();A();n();var xc=w(require("bignumber.js"));n();n();D();n();var wc=w(require("bignumber.js"));n();n();n();n();var vc=w(require("bignumber.js"));U();n();n();n();n();z();n();var kc=require("@multiversx/sdk-web-wallet-provider");A();n();var bc=w(require("qs"));n();ut();pt();n();pt();var jx={search:Pe()?window.location.search:"",removeParams:[]};n();n();n();me();n();D();n();n();me();n();var Ec=w(require("linkifyjs"));n();A();n();var Lc=w(require("bignumber.js"));n();U();n();n();z();n();z();n();n();n();D();n();D();n();var Nc=w(require("bignumber.js"));A();D();n();D();n();var wi=require("react");U();n();n();D();n();n();var Cc=require("@multiversx/sdk-core/out"),Rc=w(require("bignumber.js"));D();n();U();n();n();U();var Bw=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ai=require("react");U();me();n();var Dc=require("react");D();var qw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];xr();n();var _t=e=>e.transactions,Ue=T(_t,e=>e.signedTransactions),MA=T(_t,e=>e.signTransactionsError),FA=T(_t,e=>e.signTransactionsCancelMessage),Ot=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),BA=T(Ue,Ot(ko)),UA=T(Ue,Ot(St)),WA=T(Ue,Ot(wt)),VA=T(Ue,Ot(Lo)),GA=T(_t,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(g({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Lr(r)))||[]})}),$A=T(Ue,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var Dr=()=>V(Oe);n();n();n();n();n();var Oc=require("@multiversx/sdk-extension-provider"),Mc=require("@multiversx/sdk-hw-provider"),Fc=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Bc=require("@multiversx/sdk-opera-provider"),Uc=require("@multiversx/sdk-passkey-provider/out"),Wc=require("@multiversx/sdk-web-wallet-provider");A();Qt();n();var vi=require("@multiversx/sdk-web-wallet-iframe-provider/out"),_c=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");z();n();var G=e=>`Unable to perform ${e}, Provider not initialized`,Mt=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(G("getAccount"))}setAccount(t){throw new Error(G(`setAccount: ${t}`))}login(t){throw new Error(G(`login with options: ${t}`))}logout(t){throw new Error(G(`logout with options: ${t}`))}getAddress(){throw new Error(G("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(t,r){throw new Error(G(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(G(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(G(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(G(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(G(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(G(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Vc=new Mt;n();n();n();n();n();n();n();var We=w(require("react"));var Fv=(0,We.createContext)({}),Bv=ie.getState();n();var bi=w(require("react"));n();var _r=w(require("react")),$c=w(require("axios"));n();n();ge();n();n();var rs=require("@multiversx/sdk-native-auth-client");n();var Ni=w(require("axios"));n();n();n();function ki(e){return C(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),e)})})}n();var Ei=(e,t,r,o=0)=>C(void 0,null,function*(){try{return yield e(...r)}catch(i){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield ki(t.delay)),yield Ei(e,t,r,o+1)):null}}),Li=(e,t={retries:5,delay:500})=>(...r)=>C(void 0,null,function*(){return yield Ei(e,t,r)});var Hc=4,jc=3e4,Ft={current:null},he={current:null},qc=Li((e,t,r)=>C(void 0,null,function*(){if(r){let l=Math.floor(Date.now()/1e3);return{hash:yield r(),timestamp:l}}let{data:o}=yield Ni.default.get(`${e}/${Nr}?from=${Hc}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[i]=o;return i}));function Ci(e,t,r,o){return C(this,null,function*(){if(e==null)throw new Error("missing api url");let i=Date.now();if(Ft.current!=null&&i<Ft.current.timestamp*1e3+jc&&!o)return Ft.current;if(he.current!=null)return yield he.current;he.current=qc(e,t,r);try{let l=yield he.current;if(l==null)throw he.current=null,new Error("could not get block hash");return Ft.current={hash:l.hash,timestamp:l.timestamp},he.current=null,l}catch(l){return he.current=null,null}})}n();n();Je();n();n();var Ji=w(Zi());var Qi=e=>{if(!e||!(0,Ji.default)(e))return null;let t=e.split(".");if(t.length!==4)return null;try{let[r,o,i,l]=t,p=JSON.parse(ye(l)),m=ye(r);return{ttl:Number(i),extraInfo:p,origin:m,blockHash:o}}catch(r){return console.error(`Error trying to decode ${e}:`,r),null}};function yl(e){return Object.prototype.toString.call(e)==="[object String]"}var es=e=>{var r;if(!e||!yl(e))return null;let t=e.split(".");if(t.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[o,i,l]=t,p=ye(o),m=ye(i),d=Qi(m);if(!d)return{address:p,body:m,signature:l,blockHash:"",origin:"",ttl:0};let h=S(g({},d),{address:p,body:m,signature:l});return(r=d.extraInfo)!=null&&r.timestamp||delete h.extraInfo,h}catch(o){return null}};var Mr={isExpired:!1},ts=e=>{if(!e)return Mr;let t=es(e);if(!t)return Mr;let r=Ie(),{ttl:o,extraInfo:i}=t,l=i==null?void 0:i.timestamp;if(!l)return Mr;let p=l+o,m=r>p,d=p-r;return{isExpired:m,expiresAt:p,secondsUntilExpires:d}};n();me();var Ge={origin:oe().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},$e=e=>{var r,o,i,l,p,m;return e===!0?Ge:{origin:(r=e==null?void 0:e.origin)!=null?r:Ge.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(o=e==null?void 0:e.expirySeconds)!=null?o:Ge.expirySeconds,apiAddress:(i=e==null?void 0:e.apiAddress)!=null?i:Ge.apiAddress,tokenExpirationToastWarningSeconds:(l=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?l:Ge.tokenExpirationToastWarningSeconds,extraInfo:(p=e==null?void 0:e.extraInfo)!=null?p:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(m=e==null?void 0:e.extraRequestHeaders)!=null?m:{}}};var Fr=e=>{let{origin:t,apiAddress:r,expirySeconds:o,blockHashShard:i,extraInfo:l,gatewayUrl:p,extraRequestHeaders:m}=$e(e),d=new rs.NativeAuthClient({origin:t,apiUrl:r,expirySeconds:o,blockHashShard:i,gatewayUrl:p,extraRequestHeaders:m});return{getNativeAuthConfig:$e,initialize:y=>C(void 0,null,function*(){var I,b;if(!r||!t)return"";let v=()=>d.getCurrentBlockHash();try{let N=(I=y==null?void 0:y.latestBlockInfo)!=null?I:yield Ci(r,i,v,y==null?void 0:y.noCache);if(!N)return"";let{hash:Z,timestamp:ne}=N,ae=d.encodeValue(JSON.stringify(g(g({},(b=y==null?void 0:y.extraInfo)!=null?b:l),ne?{timestamp:ne}:{})));return`${d.encodeValue(t)}.${Z}.${o}.${ae}`}catch(N){return console.error("Error getting native auth token: ",N.toString()),""}}),getToken:({address:y,token:v,signature:I})=>d.getToken(y,v,I),getTokenExpiration:ts}};var hl=(e,t)=>{var r;return t?t===!0?e:(r=t.apiAddress)!=null?r:e:null},xl=e=>{let t=V(Te),r=V(ci),o=(0,ns.useRef)(r==null?void 0:r.loginToken),i=hl(t.apiAddress,e),l=$e(g(g({},e===!0?{}:e),i?{apiAddress:i}:{})),p=Boolean(e),m=Fr(l),{address:d}=Dr(),h=si(),x=b=>{o.current=b,h(it(g(S(g({},r),{loginToken:b}),i?{nativeAuthConfig:l}:{})))},y=()=>{try{return m.initialize()}catch(b){console.error("Unable to get block. Login failed.",b);return}},v=({address:b,signature:N})=>{let Z=o.current;if(!Z)throw"Token not found. Call `setLoginToken` first.";if(!p){h(it({loginToken:Z,signature:N}));return}let ne=m.getToken({address:b,token:Z,signature:N});return h(it(g({loginToken:Z,signature:N,nativeAuthToken:ne},i?{nativeAuthConfig:l}:{}))),ne};return{configuration:l,setLoginToken:x,getNativeAuthLoginToken:y,setTokenLoginInfo:v,refreshNativeAuthTokenLogin:Z=>C(void 0,[Z],function*({signMessageCallback:b,nativeAuthClientConfig:N}){let ae=yield Fr(N||l).initialize({noCache:Boolean(N)});if(o.current=ae,!ae)return;let He=new Bt.Message({address:new Bt.Address(d),data:s.Buffer.from(`${d}${ae}`)}),R=yield b(He,{});if(!(R!=null&&R.signature))throw"Message not signed";return v({address:d,signature:s.Buffer.from(R.signature).toString("hex")})})}};0&&(module.exports={useLoginService});
1
+ "use strict";var os=Object.create;var Ee=Object.defineProperty,is=Object.defineProperties,ss=Object.getOwnPropertyDescriptor,as=Object.getOwnPropertyDescriptors,cs=Object.getOwnPropertyNames,je=Object.getOwnPropertySymbols,ls=Object.getPrototypeOf,Ut=Object.prototype.hasOwnProperty,Ur=Object.prototype.propertyIsEnumerable;var Br=(e,t,r)=>t in e?Ee(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,g=(e,t)=>{for(var r in t||(t={}))Ut.call(t,r)&&Br(e,r,t[r]);if(je)for(var r of je(t))Ur.call(t,r)&&Br(e,r,t[r]);return e},S=(e,t)=>is(e,as(t));var Wr=(e,t)=>{var r={};for(var o in e)Ut.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&je)for(var o of je(e))t.indexOf(o)<0&&Ur.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var O=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ce=(e,t)=>{for(var r in t)Ee(e,r,{get:t[r],enumerable:!0})},Vr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cs(t))!Ut.call(e,i)&&i!==r&&Ee(e,i,{get:()=>t[i],enumerable:!(o=ss(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?os(ls(e)):{},Vr(t||!e||!e.__esModule?Ee(r,"default",{value:e,enumerable:!0}):r,e)),Le=e=>Vr(Ee({},"__esModule",{value:!0}),e);var C=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{m(r.next(d))}catch(h){i(h)}},p=d=>{try{m(r.throw(d))}catch(h){i(h)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);m((r=r.apply(e,t)).next())});var Hr=O(qe=>{"use strict";n();qe.byteLength=us;qe.toByteArray=ms;qe.fromByteArray=Ts;var $=[],M=[],ps=typeof Uint8Array!="undefined"?Uint8Array:Array,Wt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(le=0,Gr=Wt.length;le<Gr;++le)$[le]=Wt[le],M[Wt.charCodeAt(le)]=le;var le,Gr;M["-".charCodeAt(0)]=62;M["_".charCodeAt(0)]=63;function $r(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 us(e){var t=$r(e),r=t[0],o=t[1];return(r+o)*3/4-o}function ds(e,t,r){return(t+r)*3/4-r}function ms(e){var t,r=$r(e),o=r[0],i=r[1],l=new ps(ds(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=M[e.charCodeAt(d)]<<18|M[e.charCodeAt(d+1)]<<12|M[e.charCodeAt(d+2)]<<6|M[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=M[e.charCodeAt(d)]<<2|M[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=M[e.charCodeAt(d)]<<10|M[e.charCodeAt(d+1)]<<4|M[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function gs(e){return $[e>>18&63]+$[e>>12&63]+$[e>>6&63]+$[e&63]}function fs(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(gs(o));return i.join("")}function Ts(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(fs(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push($[t>>2]+$[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push($[t>>10]+$[t>>4&63]+$[t<<2&63]+"=")),i.join("")}});var jr=O(Vt=>{n();Vt.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,h=d>>1,x=-7,y=r?i-1:0,v=r?-1:1,b=e[t+y];for(y+=v,l=b&(1<<-x)-1,b>>=-x,x+=m;x>0;l=l*256+e[t+y],y+=v,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+y],y+=v,x-=8);if(l===0)l=1-h;else{if(l===d)return p?NaN:(b?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-h}return(b?-1:1)*p*Math.pow(2,l-o)};Vt.write=function(e,t,r,o,i,l){var p,m,d,h=l*8-i-1,x=(1<<h)-1,y=x>>1,v=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=o?0:l-1,I=o?1:-1,N=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+y>=1?t+=v/d:t+=v*Math.pow(2,1-y),t*d>=2&&(p++,d/=2),p+y>=x?(m=0,p=x):p+y>=1?(m=(t*d-1)*Math.pow(2,i),p=p+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+b]=m&255,b+=I,m/=256,i-=8);for(p=p<<i|m,h+=i;h>0;e[r+b]=p&255,b+=I,p/=256,h-=8);e[r+b-I]|=N*128}});var on=O(Se=>{"use strict";n();var Gt=Hr(),xe=jr(),qr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=u;Se.SlowBuffer=As;Se.INSPECT_MAX_BYTES=50;var ze=2147483647;Se.kMaxLength=ze;u.TYPED_ARRAY_SUPPORT=ys();!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 ys(){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 J(e){if(e>ze)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 qt(e)}return Xr(e,t,r)}u.poolSize=8192;function Xr(e,t,r){if(typeof e=="string")return xs(e,t);if(ArrayBuffer.isView(e))return Ss(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(H(e,ArrayBuffer)||e&&H(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(H(e,SharedArrayBuffer)||e&&H(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=ws(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 Xr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Yr(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 hs(e,t,r){return Yr(e),e<=0?J(e):t!==void 0?typeof r=="string"?J(e).fill(t,r):J(e).fill(t):J(e)}u.alloc=function(e,t,r){return hs(e,t,r)};function qt(e){return Yr(e),J(e<0?0:zt(e)|0)}u.allocUnsafe=function(e){return qt(e)};u.allocUnsafeSlow=function(e){return qt(e)};function xs(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Zr(e,t)|0,o=J(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function $t(e){for(var t=e.length<0?0:zt(e.length)|0,r=J(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Ss(e){if(H(e,Uint8Array)){var t=new Uint8Array(e);return Ht(t.buffer,t.byteOffset,t.byteLength)}return $t(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 ws(e){if(u.isBuffer(e)){var t=zt(e.length)|0,r=J(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Kt(e.length)?J(0):$t(e);if(e.type==="Buffer"&&Array.isArray(e.data))return $t(e.data)}function zt(e){if(e>=ze)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ze.toString(16)+" bytes");return e|0}function As(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(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),H(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(H(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 Zr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||H(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 jt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return nn(e).length;default:if(i)return o?-1:jt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Zr;function vs(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 Ds(this,t,r);case"utf8":case"utf-8":return Qr(this,t,r);case"ascii":return Rs(this,t,r);case"latin1":case"binary":return Ps(this,t,r);case"base64":return Ns(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _s(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function pe(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)pe(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)pe(this,r,r+3),pe(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)pe(this,r,r+7),pe(this,r+1,r+6),pe(this,r+2,r+5),pe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Qr(this,0,t):vs.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=Se.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};qr&&(u.prototype[qr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(H(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,m=o-r,d=Math.min(p,m),h=this.slice(i,l),x=t.slice(r,o),y=0;y<d;++y)if(h[y]!==x[y]){p=h[y],m=x[y];break}return p<m?-1:m<p?1:0};function Jr(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,Kt(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:zr(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):zr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function zr(e,t,r,o,i){var l=1,p=e.length,m=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,m/=2,r/=2}function d(b,I){return l===1?b[I]:b.readUInt16BE(I*l)}var h;if(i){var x=-1;for(h=r;h<p;h++)if(d(e,h)===d(t,x===-1?0:h-x)){if(x===-1&&(x=h),h-x+1===m)return x*l}else x!==-1&&(h-=h-x),x=-1}else for(r+m>p&&(r=p-m),h=r;h>=0;h--){for(var y=!0,v=0;v<m;v++)if(d(e,h+v)!==d(t,v)){y=!1;break}if(y)return h}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Jr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Jr(this,t,r,o,!1)};function bs(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 m=parseInt(t.substr(p*2,2),16);if(Kt(m))return p;e[r+p]=m}return p}function Is(e,t,r,o){return Ke(jt(t,e.length-r),e,r,o)}function ks(e,t,r,o){return Ke(Fs(t),e,r,o)}function Es(e,t,r,o){return Ke(nn(t),e,r,o)}function Ls(e,t,r,o){return Ke(Bs(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 bs(this,t,r,o);case"utf8":case"utf-8":return Is(this,t,r,o);case"ascii":case"latin1":case"binary":return ks(this,t,r,o);case"base64":return Es(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ls(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 Ns(e,t,r){return t===0&&r===e.length?Gt.fromByteArray(e):Gt.fromByteArray(e.slice(t,r))}function Qr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,h,x,y;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(y=(l&31)<<6|d&63,y>127&&(p=y));break;case 3:d=e[i+1],h=e[i+2],(d&192)===128&&(h&192)===128&&(y=(l&15)<<12|(d&63)<<6|h&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:d=e[i+1],h=e[i+2],x=e[i+3],(d&192)===128&&(h&192)===128&&(x&192)===128&&(y=(l&15)<<18|(d&63)<<12|(h&63)<<6|x&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return Cs(o)}var Kr=4096;function Cs(e){var t=e.length;if(t<=Kr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Kr));return r}function Rs(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 Ps(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 Ds(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+=Us[e[l]];return i}function _s(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 L(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||L(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||L(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||L(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,4,this.length),xe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||L(t,4,this.length),xe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||L(t,8,this.length),xe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||L(t,8,this.length),xe.read(this,t,!1,52,8)};function P(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;P(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=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;P(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||P(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||P(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||P(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||P(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||P(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);P(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&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);P(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||P(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||P(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||P(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||P(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||P(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 en(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 tn(e,t,r,o,i){return t=+t,r=r>>>0,i||en(e,t,r,4,34028234663852886e22,-34028234663852886e22),xe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return tn(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return tn(this,t,r,!1,o)};function rn(e,t,r,o,i){return t=+t,r=r>>>0,i||en(e,t,r,8,17976931348623157e292,-17976931348623157e292),xe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return rn(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return rn(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 m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var Os=/[^+/0-9A-Za-z-_]/g;function Ms(e){if(e=e.split("=")[0],e=e.trim().replace(Os,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function jt(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 Fs(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Bs(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 nn(e){return Gt.toByteArray(Ms(e))}function Ke(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 H(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Kt(e){return e!==e}var Us=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 pn=O((kl,ln)=>{n();var k=ln.exports={},j,q;function Xt(){throw new Error("setTimeout has not been defined")}function Yt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?j=setTimeout:j=Xt}catch(e){j=Xt}try{typeof clearTimeout=="function"?q=clearTimeout:q=Yt}catch(e){q=Yt}})();function sn(e){if(j===setTimeout)return setTimeout(e,0);if((j===Xt||!j)&&setTimeout)return j=setTimeout,setTimeout(e,0);try{return j(e,0)}catch(t){try{return j.call(null,e,0)}catch(r){return j.call(this,e,0)}}}function Ws(e){if(q===clearTimeout)return clearTimeout(e);if((q===Yt||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(t){try{return q.call(null,e)}catch(r){return q.call(this,e)}}}var Q=[],we=!1,ue,Xe=-1;function Vs(){!we||!ue||(we=!1,ue.length?Q=ue.concat(Q):Xe=-1,Q.length&&an())}function an(){if(!we){var e=sn(Vs);we=!0;for(var t=Q.length;t;){for(ue=Q,Q=[];++Xe<t;)ue&&ue[Xe].run();Xe=-1,t=Q.length}ue=null,we=!1,Ws(e)}}k.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 cn(e,t)),Q.length===1&&!we&&sn(an)};function cn(e,t){this.fun=e,this.array=t}cn.prototype.run=function(){this.fun.apply(null,this.array)};k.title="browser";k.browser=!0;k.env={};k.argv=[];k.version="";k.versions={};function ee(){}k.on=ee;k.addListener=ee;k.once=ee;k.off=ee;k.removeListener=ee;k.removeAllListeners=ee;k.emit=ee;k.prependListener=ee;k.prependOnceListener=ee;k.listeners=function(e){return[]};k.binding=function(e){throw new Error("process.binding is not supported")};k.cwd=function(){return"/"};k.chdir=function(e){throw new Error("process.chdir is not supported")};k.umask=function(){return 0}});var s,c,Gs,a,n=f(()=>{s=w(on()),c=w(pn()),Gs=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),a=Gs});var un=f(()=>{"use strict";n()});var dn=f(()=>{"use strict";n()});var mn=f(()=>{"use strict";n()});var Zt,gn=f(()=>{"use strict";n();Zt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Zt||{})});var fn=f(()=>{"use strict";n()});var Jt=f(()=>{"use strict";n()});var Tn=f(()=>{"use strict";n()});var yn=f(()=>{"use strict";n()});var hn=f(()=>{"use strict";n()});var xn=f(()=>{"use strict";n()});var Sn,Ae,Qt=f(()=>{"use strict";n();Sn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Ae=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var wn,Bl,An,Ul,z=f(()=>{"use strict";n();Qt();wn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(wn||{}),Bl=g(g({},Ae.WindowProviderRequestEnums),wn),An=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(An||{}),Ul=g(g({},Ae.WindowProviderResponseEnums),An)});var vn=f(()=>{"use strict";n()});var bn=f(()=>{"use strict";n()});var D=f(()=>{"use strict";n()});var In=f(()=>{"use strict";n()});var kn=f(()=>{"use strict";n()});var En=f(()=>{"use strict";n()});var U=f(()=>{"use strict";n();yn();hn();xn();z();vn();bn();D();In();kn();En()});var er,Ln,rp,Nn,np,Cn,op,ip,sp,Rn=f(()=>{"use strict";n();U();er={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",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Ln,egldLabel:rp}=er["devnet"],{chainId:Nn,egldLabel:np}=er["testnet"],{chainId:Cn,egldLabel:op}=er["mainnet"],ip={["devnet"]:Ln,["testnet"]:Nn,["mainnet"]:Cn},sp={[Ln]:"devnet",[Nn]:"testnet",[Cn]:"mainnet"}});var tr=f(()=>{"use strict";n()});var K,Pn=f(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Ye,rr=f(()=>{"use strict";n();Ye=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Dn,_n,nr,dp,mp,On=f(()=>{"use strict";n();rr();nr=String((_n=(Dn=Ye.safeWindow)==null?void 0:Dn.navigator)==null?void 0:_n.userAgent),dp=/^((?!chrome|android).)*safari/i.test(nr),mp=/firefox/i.test(nr)&&/windows/i.test(nr)});var or,ir,Mn,Ze,Fn,ve,A=f(()=>{"use strict";n();un();dn();mn();gn();fn();Jt();Tn();Rn();tr();Pn();On();or=5e4,ir=1e9,Mn=1,Ze="logout",Fn="login",ve="0"});var be,Je=f(()=>{"use strict";n();be=()=>Date.now()/1e3});var Bn=f(()=>{"use strict";n()});var Un=f(()=>{"use strict";n()});var Wn=f(()=>{"use strict";n();Je();Bn();Un()});var sr={};ce(sr,{clear:()=>qs,getItem:()=>Hs,localStorageKeys:()=>de,removeItem:()=>js,setItem:()=>$s});var de,Qe,$s,Hs,js,qs,Ne=f(()=>{"use strict";n();Wn();de={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Qe=typeof localStorage!="undefined",$s=({key:e,data:t,expires:r})=>{!Qe||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Hs=e=>{if(!Qe)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:be()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},js=e=>{!Qe||localStorage.removeItem(String(e))},qs=()=>{!Qe||localStorage.clear()}});var ar={};ce(ar,{clear:()=>Hn,getItem:()=>Gn,removeItem:()=>$n,setItem:()=>Vn,storage:()=>zs});var Vn,Gn,$n,Hn,zs,jn=f(()=>{"use strict";n();Vn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Gn=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},$n=e=>sessionStorage.removeItem(String(e)),Hn=()=>sessionStorage.clear(),zs={setItem:Vn,getItem:Gn,removeItem:$n,clear:Hn}});var Ie,et=f(()=>{"use strict";n();Ne();jn();Ie={session:ar,local:sr}});var cr,E,tt,W=f(()=>{"use strict";n();cr=require("@reduxjs/toolkit");A();E=(0,cr.createAction)(Ze),tt=(0,cr.createAction)(Fn,e=>({payload:e}))});var pr,qn,zn,rt,lr,Kn,Xn,Hp,Yn,jp,qp,zp,Kp,Xp,Yp,Zp,Jp,nt,ot=f(()=>{"use strict";n();pr=require("@multiversx/sdk-core"),qn=require("@reduxjs/toolkit"),zn=require("redux-persist");A();et();Ne();W();rt={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ve},lr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":rt},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Kn=(0,qn.createSlice)({name:"accountInfoSlice",initialState:lr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new pr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:rt},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(E,()=>(Ie.local.removeItem(de.loginExpiresAt),lr)),e.addCase(tt,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new pr.Address(o).hex()}),e.addCase(zn.REHYDRATE,(t,r)=>{var h;if(!((h=r.payload)!=null&&h.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:lr.accounts,t.publicKey=m})}}),{setAccount:Xn,setAddress:Hp,setAccountNonce:Yn,setAccountShard:jp,setLedgerAccount:qp,updateLedgerAccount:zp,setWalletConnectAccount:Kp,setIsAccountLoading:Xp,setAccountLoadingError:Yp,setWebsocketEvent:Zp,setWebsocketBatchEvent:Jp}=Kn.actions,nt=Kn.reducer});function Ce(){return new Date().setHours(new Date().getHours()+24)}function Re(e){Ie.local.setItem({key:de.loginExpiresAt,data:e,expires:e})}var ur=f(()=>{"use strict";n();et();Ne()});var Jn,Zn,Qn,cu,lu,pu,it,uu,du,eo,mu,gu,fu,st,at=f(()=>{"use strict";n();Jn=require("@reduxjs/toolkit");ur();z();W();Zn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Qn=(0,Jn.createSlice)({name:"loginInfoSlice",initialState:Zn,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},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(E,()=>Zn),e.addCase(tt,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,Re(Ce())})}}),{setLoginMethod:cu,setWalletConnectLogin:lu,setLedgerLogin:pu,setTokenLogin:it,setTokenLoginSignature:uu,setWalletLogin:du,invalidateLoginSession:eo,setLogoutRoute:mu,setIsWalletConnectV2Initialized:gu,setWebviewLogin:fu}=Qn.actions,st=Qn.reducer});var ro,to,no,xu,Su,wu,Au,ct,lt=f(()=>{"use strict";n();ro=require("@reduxjs/toolkit");W();to={},no=(0,ro.createSlice)({name:"modalsSlice",initialState:to,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(E,()=>to)}}),{setTxSubmittedModal:xu,setNotificationModal:Su,clearTxSubmittedModal:wu,clearNotificationModal:Au}=no.actions,ct=no.reducer});var Pe,pt=f(()=>{"use strict";n();Pe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var oe,me=f(()=>{"use strict";n();pt();oe=()=>{if(!Pe())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var oo=f(()=>{"use strict";n();me()});var io=f(()=>{"use strict";n();ut()});var so=f(()=>{"use strict";n();rr()});var ut=f(()=>{"use strict";n();oo();io();me();so()});var ao=f(()=>{"use strict";n();ut()});var co=f(()=>{"use strict";n();ao()});function lo(e){return e[Math.floor(Math.random()*e.length)]}var po=f(()=>{"use strict";n()});var uo=f(()=>{"use strict";n();Jt()});var mo=f(()=>{"use strict";n();co();po();uo()});var go,fo,To,dr,Ys,yo,rd,nd,od,dt,mt=f(()=>{"use strict";n();go=require("@reduxjs/toolkit"),fo=w(require("lodash.omit")),To=require("redux-persist");tr();W();mo();dr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},Ys={network:dr},yo=(0,go.createSlice)({name:"appConfig",initialState:Ys,reducers:{initializeNetworkConfig:(e,t)=>{let r=lo(t.payload.walletConnectV2RelayAddresses),o=(0,fo.default)(t.payload,"walletConnectV2RelayAddresses");e.network=S(g(g({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=g(g({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(E,t=>{t.network.customWalletAddress=void 0}),e.addCase(To.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:rd,updateNetworkConfig:nd,setCustomWalletAddress:od}=yo.actions,dt=yo.reducer});var ho,mr,xo,pd,ud,dd,gt,ft=f(()=>{"use strict";n();ho=require("@reduxjs/toolkit");U();W();mr={isSigning:!1,signedSessions:{}},xo=(0,ho.createSlice)({name:"signedMessageInfoSliceState",initialState:mr,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]=g(g({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>g(g({},e),t.payload),clearSignedMessageInfo:()=>mr},extraReducers:e=>{e.addCase(E,()=>mr)}}),{setSignSession:pd,clearSignedMessageInfo:ud,setSignSessionState:dd}=xo.actions,gt=xo.reducer});var wo,Ao,So,vo,xd,Sd,wd,Ad,Tt,yt=f(()=>{"use strict";n();wo=require("@reduxjs/toolkit"),Ao=require("redux-persist");U();Je();W();So={customToasts:[],transactionToasts:[]},vo=(0,wo.createSlice)({name:"toastsSlice",initialState:So,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=S(g(g({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(S(g({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:be(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(E,()=>So),e.addCase(Ao.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:xd,removeCustomToast:Sd,addTransactionToast:wd,removeTransactionToast:Ad}=vo.actions,Tt=vo.reducer});var bo,fr,Tr,yr,Zs,gr,Io,kd,Ed,Ld,ht,xt=f(()=>{"use strict";n();bo=require("@reduxjs/toolkit");W();fr="Transaction failed",Tr="Transaction successful",yr="Processing transaction",Zs="Transaction submitted",gr={},Io=(0,bo.createSlice)({name:"transactionsInfo",initialState:gr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||fr,successMessage:(o==null?void 0:o.successMessage)||Tr,processingMessage:(o==null?void 0:o.processingMessage)||yr,submittedMessage:(o==null?void 0:o.submittedMessage)||Zs,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>gr},extraReducers:e=>{e.addCase(E,()=>gr)}}),{clearTransactionsInfo:kd,setTransactionsDisplayInfo:Ed,clearTransactionsInfoForSessionId:Ld}=Io.actions,ht=Io.reducer});function ko(e){return e!=null&&(ca(e)||ma(e))}function St(e){return e!=null&&(la(e)||ga(e))}function wt(e){return e!=null&&(pa(e)||fa(e))}function Eo(e){return e!=null&&(ua(e)||Ta(e))}function Lo(e){return e!=null&&da(e)}function ca(e){return e!=null&&Qs.includes(e)}function la(e){return e!=null&&ea.includes(e)}function pa(e){return e!=null&&ta.includes(e)}function ua(e){return e!=null&&ra.includes(e)}function da(e){return e!=null&&na.includes(e)}function ma(e){return e!=null&&oa.includes(e)}function ga(e){return e!=null&&ia.includes(e)}function fa(e){return e!=null&&sa.includes(e)}function Ta(e){return e!=null&&aa.includes(e)}var Qs,ea,ta,ra,na,oa,ia,sa,aa,xr=f(()=>{"use strict";n();z();Qs=["sent"],ea=["success"],ta=["fail","cancelled","timedOut"],ra=["invalid"],na=["timedOut"],oa=["pending"],ia=["success"],sa=["fail","invalid"],aa=["not executed"]});var No,Co,De,ya,Ro,Fd,Bd,Ud,Wd,Vd,Gd,$d,Hd,jd,qd,zd,At,vt=f(()=>{"use strict";n();No=require("@reduxjs/toolkit"),Co=require("redux-persist");z();xr();W();De={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},ya={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ro=(0,No.createSlice)({name:"transactionsSlice",initialState:De,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m}=t.payload;e.customTransactionInformationForSessionId[r]=g(g(g({},ya),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[r]),m!=null?m:{})},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=De.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=g(g({},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 h,x,y,v,b,I,N,Z;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:m}=t.payload,d=(x=(h=e.signedTransactions)==null?void 0:h[r])==null?void 0:x.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(R=>R.hash===l?S(g(g({},p!=null?p:{}),R),{status:o,errorMessage:i,inTransit:m}):R);let ne=(v=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:v.every(R=>St(R.status)),ae=(I=(b=e.signedTransactions[r])==null?void 0:b.transactions)==null?void 0:I.some(R=>wt(R.status)),He=(Z=(N=e.signedTransactions[r])==null?void 0:N.transactions)==null?void 0:Z.every(R=>Eo(R.status));ne&&(e.signedTransactions[r].status="success"),ae&&(e.signedTransactions[r].status="fail"),He&&(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=De.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=De.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=g(g({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(E,()=>De),e.addCase(Co.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((m,[d,h])=>{let x=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-x>0||(m[d]=h),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:Fd,updateSignedTransactions:Bd,setTransactionsToSign:Ud,clearAllTransactionsToSign:Wd,clearAllSignedTransactions:Vd,clearSignedTransaction:Gd,clearTransactionToSign:$d,setSignTransactionsError:Hd,setSignTransactionsCancelMessage:jd,moveTransactionsToSignedState:qd,updateSignedTransactionsCustomTransactionInformation:zd}=Ro.actions,At=Ro.reducer});var Po,Sr,Do,Zd,Jd,Qd,em,bt,It=f(()=>{"use strict";n();Po=require("@reduxjs/toolkit");W();Sr={},Do=(0,Po.createSlice)({name:"batchTransactionsSlice",initialState:Sr,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:()=>Sr},extraReducers:e=>{e.addCase(E,()=>Sr)}}),{setBatchTransactions:Zd,updateBatchTransactions:Jd,clearBatchTransactions:Qd,clearAllBatchTransactions:em}=Do.actions,bt=Do.reducer});var Oo,_o,Mo,om,Fo,wr=f(()=>{"use strict";n();Oo=require("@reduxjs/toolkit");W();_o={},Mo=(0,Oo.createSlice)({name:"dappConfigSlice",initialState:_o,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(E,()=>_o)}}),{setDappConfig:om}=Mo.actions,Fo=Mo.reducer});var ge=f(()=>{"use strict";n();ot();at();lt();mt();ft();yt();xt();vt();It();wr()});var Ar=f(()=>{"use strict";n()});var Wo,wa,Aa,fe,Lt=f(()=>{"use strict";n();Wo=require("@reduxjs/toolkit");Ar();ot();It();wr();at();lt();mt();ft();yt();xt();vt();wa={["account"]:nt,["dappConfig"]:Fo,["loginInfo"]:st,["modals"]:ct,["networkConfig"]:dt,["signedMessageInfo"]:gt,["toasts"]:Tt,["transactionsInfo"]:ht,["transactions"]:At,["batchTransactions"]:bt},Aa=(e={})=>(0,Wo.combineReducers)(g(g({},wa),e)),fe=Aa});var Ho={};ce(Ho,{default:()=>Ba,sessionStorageReducers:()=>vr});function te(e,t=[]){return{key:e,version:1,storage:Go.default,blacklist:t}}var _,Vo,Go,va,_e,ba,Ia,ka,Ea,La,Na,Ca,Ra,Pa,Da,$o,_a,vr,Oa,Ma,Fa,Ba,jo=f(()=>{"use strict";n();_=require("redux-persist"),Vo=w(require("redux-persist/lib/storage")),Go=w(require("redux-persist/lib/storage/session"));Lt();ge();ot();It();at();lt();mt();ft();yt();xt();vt();Ar();va={persistReducersStorageType:"localStorage"},_e={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ba=te(_e["account"]),Ia=te(_e["loginInfo"]),ka=te(_e["modals"]),Ea=te(_e["networkConfig"]),La={2:e=>S(g({},e),{networkConfig:dr})};Na=te("sdk-dapp-transactionsInfo"),Ca=te("sdk-dapp-transactions",["transactionsToSign"]),Ra=te("sdk-dapp-batchTransactions",["batchTransactions"]),Pa=te("sdk-dapp-toasts"),Da=te("sdk-dapp-signedMessageInfo"),$o={key:"sdk-dapp-store",version:2,storage:Vo.default,whitelist:Object.keys(_e),migrate:(0,_.createMigrate)(La,{debug:!1})},_a=S(g({},$o),{whitelist:[]}),vr={["toasts"]:(0,_.persistReducer)(Pa,Tt),["transactions"]:(0,_.persistReducer)(Ca,At),["transactionsInfo"]:(0,_.persistReducer)(Na,ht),["batchTransactions"]:(0,_.persistReducer)(Ra,bt),["signedMessageInfo"]:(0,_.persistReducer)(Da,gt)},Oa=S(g({},vr),{["account"]:(0,_.persistReducer)(ba,nt),["loginInfo"]:(0,_.persistReducer)(Ia,st),["modals"]:(0,_.persistReducer)(ka,ct),["networkConfig"]:(0,_.persistReducer)(Ea,dt)}),Ma=va.persistReducersStorageType==="localStorage",Fa=Ma?(0,_.persistReducer)($o,fe(vr)):(0,_.persistReducer)(_a,fe(Oa)),Ba=Fa});var qo={};ce(qo,{default:()=>Ua});var Ua,zo=f(()=>{"use strict";n();Lt();Ua=fe()});var Ko={};ce(Ko,{default:()=>Va});var F,Wa,Va,Xo=f(()=>{"use strict";n();F=require("redux-persist"),Wa=[F.FLUSH,F.REHYDRATE,F.PAUSE,F.PERSIST,F.PURGE,F.REGISTER],Va=Wa});var Jo={};ce(Jo,{default:()=>Zo});function Zo(e){return(0,Yo.persistStore)(e)}var Yo,Qo=f(()=>{"use strict";n();Yo=require("redux-persist")});var Pi=O((U0,Ri)=>{n();var zc=typeof a=="object"&&a&&a.Object===Object&&a;Ri.exports=zc});var _i=O((W0,Di)=>{n();var Kc=Pi(),Xc=typeof self=="object"&&self&&self.Object===Object&&self,Yc=Kc||Xc||Function("return this")();Di.exports=Yc});var Or=O((V0,Oi)=>{n();var Zc=_i(),Jc=Zc.Symbol;Oi.exports=Jc});var Ui=O((G0,Bi)=>{n();var Mi=Or(),Fi=Object.prototype,Qc=Fi.hasOwnProperty,el=Fi.toString,Ve=Mi?Mi.toStringTag:void 0;function tl(e){var t=Qc.call(e,Ve),r=e[Ve];try{e[Ve]=void 0;var o=!0}catch(l){}var i=el.call(e);return o&&(t?e[Ve]=r:delete e[Ve]),i}Bi.exports=tl});var Vi=O(($0,Wi)=>{n();var rl=Object.prototype,nl=rl.toString;function ol(e){return nl.call(e)}Wi.exports=ol});var ji=O((H0,Hi)=>{n();var Gi=Or(),il=Ui(),sl=Vi(),al="[object Null]",cl="[object Undefined]",$i=Gi?Gi.toStringTag:void 0;function ll(e){return e==null?e===void 0?cl:al:$i&&$i in Object(e)?il(e):sl(e)}Hi.exports=ll});var zi=O((j0,qi)=>{n();var pl=Array.isArray;qi.exports=pl});var Xi=O((q0,Ki)=>{n();function ul(e){return e!=null&&typeof e=="object"}Ki.exports=ul});var Zi=O((z0,Yi)=>{n();var dl=ji(),ml=zi(),gl=Xi(),fl="[object String]";function Tl(e){return typeof e=="string"||!ml(e)&&gl(e)&&dl(e)==fl}Yi.exports=Tl});var Sl={};ce(Sl,{useLoginService:()=>xl});module.exports=Le(Sl);n();var ns=require("react"),Bt=require("@multiversx/sdk-core");n();n();n();var ii=require("react"),ke=require("react-redux");n();var br=require("@reduxjs/toolkit"),ni=require("react-redux/lib/utils/Subscription");ge();n();var Bo=w(require("lodash.throttle"));A();ge();ur();et();Ne();var ha=[Ze],kt=!1,xa=(0,Bo.default)(()=>{Re(Ce())},5e3),Uo=e=>t=>r=>{if(ha.includes(r.type))return t(r);let o=e.getState(),i=Ie.local.getItem(de.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Re(Ce());let p=Date.now();return i-p<0&&!kt?setTimeout(()=>{kt=!0,e.dispatch(eo())},1e3):(kt&&(kt=!1),xa()),t(r)};n();n();function Et(){return typeof sessionStorage!="undefined"}var ei=Et()?(jo(),Le(Ho)).default:(zo(),Le(qo)).default,ti=Et()?(Xo(),Le(Ko)).default:[],ri=Et()?(Qo(),Le(Jo)).default:e=>e;Lt();var ie=(0,br.configureStore)({reducer:ei,middleware:e=>e({serializableCheck:{ignoredActions:[...ti,Yn.type,Xn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Uo)}),oi=(0,ni.createSubscription)(ie),rg=ri(ie),ng=(0,br.configureStore)({reducer:fe});var Ga={store:ie,subscription:oi},Ir=(0,ii.createContext)(Ga),ag=(0,ke.createStoreHook)(Ir),si=(0,ke.createDispatchHook)(Ir),V=(0,ke.createSelectorHook)(Ir);n();n();ge();n();var ai=w(require("lodash.isequal")),Nt=require("reselect"),T=(0,Nt.createSelectorCreator)(Nt.defaultMemoize,ai.default);var X=e=>e.account,kr=T(X,e=>e.address),Oe=T(X,kr,(e,t)=>t in e.accounts?e.accounts[t]:rt),$a=T(X,Oe,(e,t)=>{let i=e,{accounts:r}=i,o=Wr(i,["accounts"]);return S(g({},o),{address:t.address,account:t})}),dg=T(Oe,e=>e.balance),mg=T(Oe,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),gg=T(X,e=>e.shard),fg=T(X,e=>e.ledgerAccount),Tg=T(X,e=>e.walletConnectAccount),yg=T(X,e=>e.isAccountLoading),hg=T(X,e=>e.accountLoadingError),Ha=T(X,e=>e.websocketEvent),ja=T(X,e=>e.websocketBatchEvent);n();var qa=e=>e.dappConfig,wg=T(qa,e=>e.shouldUseWebViewProvider);n();var B=e=>e.loginInfo,Ig=T(B,e=>e.loginMethod),za=T(B,kr,(e,t)=>Boolean(t)),kg=T(B,e=>e.walletConnectLogin),Eg=T(B,e=>e.ledgerLogin),Lg=T(B,e=>e.walletLogin),Ng=T(B,e=>e.isLoginSessionInvalid),ci=T(B,e=>e.tokenLogin),Cg=T(B,e=>e.logoutRoute),Ka=T(B,e=>e.isWalletConnectV2Initialized);n();var li=e=>e.modals,Dg=T(li,e=>e.txSubmittedModal),_g=T(li,e=>e.notificationModal);n();var se=e=>e.networkConfig,Fg=T(se,e=>e.network.chainId),Bg=T(se,e=>e.network.roundDuration),Ug=T(se,e=>e.network.walletConnectBridgeAddress),Wg=T(se,e=>e.network.walletConnectV2RelayAddress),Vg=T(se,e=>e.network.walletConnectV2ProjectId),Gg=T(se,e=>e.network.walletConnectV2Options),$g=T(se,e=>e.network.walletConnectDeepLink),Te=T(se,e=>e.network),Hg=T(Te,e=>e.apiAddress),pi=T(Te,e=>e.explorerAddress),jg=T(Te,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),qg=T(Te,e=>e.xAliasAddress),zg=T(Te,e=>e.egldLabel);n();var Ct=e=>e.signedMessageInfo,Yg=T(Ct,e=>e.isSigning),Zg=T(Ct,e=>e.errorMessage),Jg=T(Ct,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Qg=T(Ct,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var ui=e=>e.toasts,rf=T(ui,e=>e.customToasts),nf=T(ui,e=>e.transactionToasts);n();ge();var di={errorMessage:fr,successMessage:Tr,processingMessage:yr},Xa=e=>e.transactionsInfo,cf=T(Xa,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||di);n();n();var Y=require("@multiversx/sdk-core");A();n();var Er=require("@multiversx/sdk-core/out");n();n();function Rt(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}function ye(e){return Rt(e)?atob(e):e}n();n();n();n();var mi=e=>{let t=e!=null?e:"";return Rt(t)?Er.TransactionPayload.fromEncoded(t):new Er.TransactionPayload(t)};n();A();var Pt=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Zt).some(r=>e.startsWith(r)):!1;function Lr(e){var o,i,l;let t=g({},e);Pt({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new Y.Transaction(g(g(S(g(S(g({value:t.value.valueOf(),data:mi(t.data),nonce:t.nonce.valueOf(),receiver:new Y.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new Y.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:or,gasPrice:(i=t.gasPrice.valueOf())!=null?i:ir,chainID:t.chainID.valueOf(),version:new Y.TransactionVersion((l=t.version)!=null?l:Mn)}),t.options?{options:new Y.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new Y.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();A();n();n();n();var Qa=require("@multiversx/sdk-core/out");n();A();n();var fi=require("@multiversx/sdk-core");U();n();var ec=require("@multiversx/sdk-core");n();n();n();var tc=require("@multiversx/sdk-core"),rc=w(require("bignumber.js"));z();n();n();n();var Nr="blocks";n();n();n();n();D();n();n();D();n();n();n();var cc=w(require("bignumber.js"));A();n();var ac=require("@multiversx/sdk-core"),Cr=w(require("bignumber.js"));A();n();var ic=w(require("bignumber.js"));n();Cr.default.config({ROUNDING_MODE:Cr.default.ROUND_FLOOR});n();n();n();A();n();n();n();n();A();n();A();n();var lc=require("@multiversx/sdk-core");A();n();var Fe=require("@multiversx/sdk-core"),uc=w(require("bignumber.js"));A();n();n();var pc=w(require("bignumber.js"));A();n();A();n();n();n();n();n();n();A();n();A();n();A();n();D();var mc=["reDelegateRewards","claimRewards","unBond"],gc=["wrapEgld","unwrapEgld"],fc=["unStake"],Tc=["unDelegate"];n();n();n();A();n();var xc=w(require("bignumber.js"));n();n();D();n();var wc=w(require("bignumber.js"));n();n();n();n();var vc=w(require("bignumber.js"));U();n();n();n();n();z();n();var kc=require("@multiversx/sdk-web-wallet-provider");A();n();var Ic=w(require("qs"));n();ut();pt();n();pt();var jx={search:Pe()?window.location.search:"",removeParams:[]};n();n();n();me();n();D();n();n();me();n();var Ec=w(require("linkifyjs"));n();A();n();var Lc=w(require("bignumber.js"));n();U();n();n();z();n();z();n();n();n();D();n();D();n();var Nc=w(require("bignumber.js"));A();D();n();D();n();var wi=require("react");U();n();n();D();n();n();var Cc=require("@multiversx/sdk-core/out"),Rc=w(require("bignumber.js"));D();n();U();n();n();U();var Bw=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ai=require("react");U();me();n();var Dc=require("react");D();var qw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];xr();n();var _t=e=>e.transactions,Ue=T(_t,e=>e.signedTransactions),MA=T(_t,e=>e.signTransactionsError),FA=T(_t,e=>e.signTransactionsCancelMessage),Ot=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),BA=T(Ue,Ot(ko)),UA=T(Ue,Ot(St)),WA=T(Ue,Ot(wt)),VA=T(Ue,Ot(Lo)),GA=T(_t,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(g({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Lr(r)))||[]})}),$A=T(Ue,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var Dr=()=>V(Oe);n();n();n();n();n();var Oc=require("@multiversx/sdk-extension-provider"),Mc=require("@multiversx/sdk-hw-provider"),Fc=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Bc=require("@multiversx/sdk-opera-provider"),Uc=require("@multiversx/sdk-passkey-provider/out"),Wc=require("@multiversx/sdk-web-wallet-provider");A();Qt();n();var vi=require("@multiversx/sdk-web-wallet-iframe-provider/out"),_c=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");z();n();var G=e=>`Unable to perform ${e}, Provider not initialized`,Mt=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(G("getAccount"))}setAccount(t){throw new Error(G(`setAccount: ${t}`))}login(t){throw new Error(G(`login with options: ${t}`))}logout(t){throw new Error(G(`logout with options: ${t}`))}getAddress(){throw new Error(G("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(t,r){throw new Error(G(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(G(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(G(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(G(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(G(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(G(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Vc=new Mt;n();n();n();n();n();n();n();var We=w(require("react"));var Fv=(0,We.createContext)({}),Bv=ie.getState();n();var Ii=w(require("react"));n();var _r=w(require("react")),$c=w(require("axios"));n();n();ge();n();n();var rs=require("@multiversx/sdk-native-auth-client");n();var Ni=w(require("axios"));n();n();n();function ki(e){return C(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),e)})})}n();var Ei=(e,t,r,o=0)=>C(void 0,null,function*(){try{return yield e(...r)}catch(i){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield ki(t.delay)),yield Ei(e,t,r,o+1)):null}}),Li=(e,t={retries:5,delay:500})=>(...r)=>C(void 0,null,function*(){return yield Ei(e,t,r)});var Hc=4,jc=3e4,Ft={current:null},he={current:null},qc=Li((e,t,r)=>C(void 0,null,function*(){if(r){let l=Math.floor(Date.now()/1e3);return{hash:yield r(),timestamp:l}}let{data:o}=yield Ni.default.get(`${e}/${Nr}?from=${Hc}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[i]=o;return i}));function Ci(e,t,r,o){return C(this,null,function*(){if(e==null)throw new Error("missing api url");let i=Date.now();if(Ft.current!=null&&i<Ft.current.timestamp*1e3+jc&&!o)return Ft.current;if(he.current!=null)return yield he.current;he.current=qc(e,t,r);try{let l=yield he.current;if(l==null)throw he.current=null,new Error("could not get block hash");return Ft.current={hash:l.hash,timestamp:l.timestamp},he.current=null,l}catch(l){return he.current=null,null}})}n();n();Je();n();n();var Ji=w(Zi());var Qi=e=>{if(!e||!(0,Ji.default)(e))return null;let t=e.split(".");if(t.length!==4)return null;try{let[r,o,i,l]=t,p=JSON.parse(ye(l)),m=ye(r);return{ttl:Number(i),extraInfo:p,origin:m,blockHash:o}}catch(r){return console.error(`Error trying to decode ${e}:`,r),null}};function yl(e){return Object.prototype.toString.call(e)==="[object String]"}var es=e=>{var r;if(!e||!yl(e))return null;let t=e.split(".");if(t.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[o,i,l]=t,p=ye(o),m=ye(i),d=Qi(m);if(!d)return{address:p,body:m,signature:l,blockHash:"",origin:"",ttl:0};let h=S(g({},d),{address:p,body:m,signature:l});return(r=d.extraInfo)!=null&&r.timestamp||delete h.extraInfo,h}catch(o){return null}};var Mr={isExpired:!1},ts=e=>{if(!e)return Mr;let t=es(e);if(!t)return Mr;let r=be(),{ttl:o,extraInfo:i}=t,l=i==null?void 0:i.timestamp;if(!l)return Mr;let p=l+o,m=r>p,d=p-r;return{isExpired:m,expiresAt:p,secondsUntilExpires:d}};n();me();var Ge={origin:oe().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},$e=e=>{var r,o,i,l,p,m;return e===!0?Ge:{origin:(r=e==null?void 0:e.origin)!=null?r:Ge.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(o=e==null?void 0:e.expirySeconds)!=null?o:Ge.expirySeconds,apiAddress:(i=e==null?void 0:e.apiAddress)!=null?i:Ge.apiAddress,tokenExpirationToastWarningSeconds:(l=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?l:Ge.tokenExpirationToastWarningSeconds,extraInfo:(p=e==null?void 0:e.extraInfo)!=null?p:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(m=e==null?void 0:e.extraRequestHeaders)!=null?m:{}}};var Fr=e=>{let{origin:t,apiAddress:r,expirySeconds:o,blockHashShard:i,extraInfo:l,gatewayUrl:p,extraRequestHeaders:m}=$e(e),d=new rs.NativeAuthClient({origin:t,apiUrl:r,expirySeconds:o,blockHashShard:i,gatewayUrl:p,extraRequestHeaders:m});return{getNativeAuthConfig:$e,initialize:y=>C(void 0,null,function*(){var b,I;if(!r||!t)return"";let v=()=>d.getCurrentBlockHash();try{let N=(b=y==null?void 0:y.latestBlockInfo)!=null?b:yield Ci(r,i,v,y==null?void 0:y.noCache);if(!N)return"";let{hash:Z,timestamp:ne}=N,ae=d.encodeValue(JSON.stringify(g(g({},(I=y==null?void 0:y.extraInfo)!=null?I:l),ne?{timestamp:ne}:{})));return`${d.encodeValue(t)}.${Z}.${o}.${ae}`}catch(N){return console.error("Error getting native auth token: ",N.toString()),""}}),getToken:({address:y,token:v,signature:b})=>d.getToken(y,v,b),getTokenExpiration:ts}};var hl=(e,t)=>{var r;return t?t===!0?e:(r=t.apiAddress)!=null?r:e:null},xl=e=>{let t=V(Te),r=V(ci),o=(0,ns.useRef)(r==null?void 0:r.loginToken),i=hl(t.apiAddress,e),l=$e(g(g({},e===!0?{}:e),i?{apiAddress:i}:{})),p=Boolean(e),m=Fr(l),{address:d}=Dr(),h=si(),x=I=>{o.current=I,h(it(g(S(g({},r),{loginToken:I}),i?{nativeAuthConfig:l}:{})))},y=()=>{try{return m.initialize()}catch(I){console.error("Unable to get block. Login failed.",I);return}},v=({address:I,signature:N})=>{let Z=o.current;if(!Z)throw"Token not found. Call `setLoginToken` first.";if(!p){h(it({loginToken:Z,signature:N}));return}let ne=m.getToken({address:I,token:Z,signature:N});return h(it(g({loginToken:Z,signature:N,nativeAuthToken:ne},i?{nativeAuthConfig:l}:{}))),ne};return{configuration:l,setLoginToken:x,getNativeAuthLoginToken:y,setTokenLoginInfo:v,refreshNativeAuthTokenLogin:Z=>C(void 0,[Z],function*({signMessageCallback:I,nativeAuthClientConfig:N}){let ae=yield Fr(N||l).initialize({noCache:Boolean(N)});if(o.current=ae,!ae)return;let He=new Bt.Message({address:new Bt.Address(d),data:s.Buffer.from(`${d}${ae}`)}),R=yield I(He,{});if(!(R!=null&&R.signature))throw"Message not signed";return v({address:d,signature:s.Buffer.from(R.signature).toString("hex")})})}};0&&(module.exports={useLoginService});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *