@multiversx/sdk-dapp 4.6.3 → 4.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (986) 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/Pagination/Pagination.js +1 -1
  14. package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
  15. package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
  16. package/UI/Pagination/helpers/getPagination/index.js +1 -1
  17. package/UI/Pagination/helpers/index.js +1 -1
  18. package/UI/Pagination/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  61. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  62. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  63. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  64. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  65. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  66. package/UI/SignTransactionsModals/components/index.js +1 -1
  67. package/UI/SignTransactionsModals/index.js +1 -1
  68. package/UI/TokenDetails/index.js +1 -1
  69. package/UI/TransactionData/TransactionData.js +1 -1
  70. package/UI/TransactionData/index.js +1 -1
  71. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  72. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  73. package/UI/TransactionDetails/components/index.js +1 -1
  74. package/UI/TransactionDetails/index.js +1 -1
  75. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  76. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  77. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  78. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  79. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  80. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  81. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  82. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  83. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  84. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  85. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  86. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  87. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  88. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  89. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  90. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  91. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  92. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  93. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  94. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  95. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  96. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  97. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  98. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  100. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  101. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  102. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  103. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  104. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  105. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  106. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  107. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  108. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  121. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  122. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  123. package/UI/TransactionInfo/components/index.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  151. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  152. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  153. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  154. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  155. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  156. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  157. package/UI/TransactionInfo/index.js +1 -1
  158. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  159. package/UI/TransactionsTable/components/AccountName.js +1 -1
  160. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  161. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  162. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  163. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  164. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  165. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  166. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  167. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  168. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  169. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  170. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  171. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  172. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  173. package/UI/TransactionsTable/components/index.js +1 -1
  174. package/UI/TransactionsTable/index.js +1 -1
  175. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  176. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  177. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  179. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  184. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  185. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  186. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  187. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  188. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  189. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  190. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  191. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  192. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  193. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  194. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  195. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  196. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  197. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  198. package/UI/TransactionsToastList/components/index.js +1 -1
  199. package/UI/TransactionsToastList/index.js +1 -1
  200. package/UI/Trim/Trim.js +1 -1
  201. package/UI/Trim/index.js +1 -1
  202. package/UI/UsdValue/UsdValue.js +1 -1
  203. package/UI/UsdValue/index.js +1 -1
  204. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  205. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  206. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  207. package/UI/iframe/IframeLoginButton/index.js +1 -1
  208. package/UI/index.js +1 -1
  209. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  210. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  211. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  212. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  213. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  227. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  228. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  229. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  230. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  231. package/UI/ledger/index.js +1 -1
  232. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  233. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  234. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  235. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  236. package/UI/pages/UnlockPage/index.js +1 -1
  237. package/UI/pages/index.js +1 -1
  238. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  239. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  240. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  241. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  242. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  243. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  244. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  245. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  246. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  247. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  248. package/UI/walletConnect/index.js +1 -1
  249. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  250. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  251. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  252. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  253. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  254. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  255. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  256. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  257. package/__chunks__/{chunk-OOZOBKDB.js → chunk-24OS3KZ3.js} +2 -2
  258. package/__chunks__/{chunk-M3GIJKUQ.js → chunk-26QOJZHI.js} +2 -2
  259. package/__chunks__/{chunk-2NDLKDTO.js → chunk-2BGYWIRN.js} +2 -2
  260. package/__chunks__/{chunk-72TUVIVC.js → chunk-2CBWCZMK.js} +2 -2
  261. package/__chunks__/{chunk-SUDVFATY.js → chunk-2E35DPNN.js} +2 -2
  262. package/__chunks__/{chunk-OM47MH4M.js → chunk-2LES3XMM.js} +2 -2
  263. package/__chunks__/{chunk-L52QLJV4.js → chunk-2M4BXHKF.js} +2 -2
  264. package/__chunks__/{chunk-IM7X6DJ6.js → chunk-2NSJTIQ7.js} +2 -2
  265. package/__chunks__/chunk-2O6P67NT.js +2 -0
  266. package/__chunks__/{chunk-PZURKVD5.js → chunk-2O6WJCNJ.js} +2 -2
  267. package/__chunks__/{chunk-JOEIPL6J.js → chunk-2PGCQFNU.js} +2 -2
  268. package/__chunks__/{chunk-3DPOOIQP.js → chunk-2R22EYGK.js} +2 -2
  269. package/__chunks__/{chunk-FG23W4PU.js → chunk-2TBISHWL.js} +2 -2
  270. package/__chunks__/chunk-2TH5XWBM.js +2 -0
  271. package/__chunks__/{chunk-GQDL2IA5.js → chunk-2ULTI43A.js} +2 -2
  272. package/__chunks__/{chunk-YDAO3S22.js → chunk-2VV6SFGC.js} +2 -2
  273. package/__chunks__/{chunk-WH7L7T6V.js → chunk-327VIYOH.js} +2 -2
  274. package/__chunks__/chunk-32UDLIQC.js +2 -0
  275. package/__chunks__/{chunk-AWY25KLM.js → chunk-35SZZ3W2.js} +2 -2
  276. package/__chunks__/{chunk-DJPC3YBT.js → chunk-3F5UQKPL.js} +2 -2
  277. package/__chunks__/chunk-3HOULMMF.js +2 -0
  278. package/__chunks__/{chunk-LELTTDC6.js → chunk-3IWMH5BN.js} +2 -2
  279. package/__chunks__/{chunk-WPLCXSNZ.js → chunk-3LGZON5E.js} +2 -2
  280. package/__chunks__/{chunk-SNCIM33Q.js → chunk-3MSRT3DI.js} +2 -2
  281. package/__chunks__/{chunk-OJOQFS3E.js → chunk-3PMMB5OS.js} +2 -2
  282. package/__chunks__/{chunk-DJJ3I5NV.js → chunk-3QNJPYF3.js} +2 -2
  283. package/__chunks__/{chunk-5TXNRL46.js → chunk-3R3OZO5K.js} +2 -2
  284. package/__chunks__/{chunk-MM4YURXY.js → chunk-3RHK57WN.js} +2 -2
  285. package/__chunks__/{chunk-5JFFMHDB.js → chunk-3RJQWI7W.js} +2 -2
  286. package/__chunks__/{chunk-MB6XJ6F4.js → chunk-3YTE7GQB.js} +2 -2
  287. package/__chunks__/chunk-3ZPJ6HAU.js +2 -0
  288. package/__chunks__/chunk-42WELGCK.js +2 -0
  289. package/__chunks__/{chunk-IYRWBOSS.js → chunk-44TDW3HG.js} +2 -2
  290. package/__chunks__/{chunk-MSVNY2NN.js → chunk-47L4DO5K.js} +2 -2
  291. package/__chunks__/{chunk-X25S5BBS.js → chunk-4DXY6EX3.js} +2 -2
  292. package/__chunks__/{chunk-E5HFQLGK.js → chunk-4EDBSLZH.js} +2 -2
  293. package/__chunks__/{chunk-XOYZW4B7.js → chunk-4GS646GM.js} +2 -2
  294. package/__chunks__/{chunk-YUWKCWNN.js → chunk-4HCEPSJE.js} +2 -2
  295. package/__chunks__/{chunk-2M2CN2KE.js → chunk-4M5IMTGC.js} +2 -2
  296. package/__chunks__/{chunk-PGI3HWZT.js → chunk-4MGH6DIG.js} +2 -2
  297. package/__chunks__/chunk-4NTVITYG.js +2 -0
  298. package/__chunks__/{chunk-4DLGSHMO.js → chunk-4OPGDGDC.js} +2 -2
  299. package/__chunks__/{chunk-F6M4WIHR.js → chunk-4ZOPVDRP.js} +2 -2
  300. package/__chunks__/{chunk-66G73L6V.js → chunk-5353YY2X.js} +2 -2
  301. package/__chunks__/chunk-53SWTZTX.js +2 -0
  302. package/__chunks__/{chunk-VK4MZEDG.js → chunk-56ZXV526.js} +2 -2
  303. package/__chunks__/{chunk-O26EWQ4S.js → chunk-5HTJOFJ5.js} +2 -2
  304. package/__chunks__/{chunk-5NFIOBOE.js → chunk-5JHA4AP4.js} +2 -2
  305. package/__chunks__/{chunk-Y4IQWQCY.js → chunk-5L3ZETYE.js} +2 -2
  306. package/__chunks__/{chunk-WUZFADMR.js → chunk-5PYCZHJ4.js} +2 -2
  307. package/__chunks__/chunk-5QNY4GVR.js +2 -0
  308. package/__chunks__/{chunk-EKY46RCL.js → chunk-5RH4RVCL.js} +2 -2
  309. package/__chunks__/{chunk-BS3SBLP2.js → chunk-5SQ6FCJW.js} +2 -2
  310. package/__chunks__/{chunk-NP2EZZ66.js → chunk-5T4LW2A4.js} +2 -2
  311. package/__chunks__/{chunk-XNF7Z2HR.js → chunk-5TSN2YDR.js} +2 -2
  312. package/__chunks__/{chunk-IL6QWPZU.js → chunk-5WAFMFXI.js} +2 -2
  313. package/__chunks__/chunk-5WWAQOHL.js +2 -0
  314. package/__chunks__/chunk-63P4R5EU.js +2 -0
  315. package/__chunks__/{chunk-NUC5P7CZ.js → chunk-664UGQMI.js} +2 -2
  316. package/__chunks__/chunk-6A6FUAQA.js +2 -0
  317. package/__chunks__/{chunk-RCJZDFZB.js → chunk-6AQ4VNSI.js} +2 -2
  318. package/__chunks__/{chunk-V2WHM4BA.js → chunk-6GDYAIJK.js} +2 -2
  319. package/__chunks__/{chunk-NMFOG3SQ.js → chunk-6IUYT3GO.js} +2 -2
  320. package/__chunks__/{chunk-DP5Z7FXY.js → chunk-6MRWGO3T.js} +2 -2
  321. package/__chunks__/{chunk-EKO3G5T3.js → chunk-6P3IRTIQ.js} +2 -2
  322. package/__chunks__/{chunk-C3GI3NV2.js → chunk-6VCP67R2.js} +2 -2
  323. package/__chunks__/chunk-6X7IP72K.js +2 -0
  324. package/__chunks__/chunk-6ZFK7DCW.js +2 -0
  325. package/__chunks__/{chunk-NSD4S6NQ.js → chunk-72VI6SOD.js} +2 -2
  326. package/__chunks__/{chunk-OEIKXOFV.js → chunk-7EHHCRBD.js} +2 -2
  327. package/__chunks__/{chunk-MYJHU663.js → chunk-7KFU6S3E.js} +2 -2
  328. package/__chunks__/{chunk-YFG4Z4Z7.js → chunk-7T5LDK3Q.js} +2 -2
  329. package/__chunks__/{chunk-ASAXTMBB.js → chunk-A3VJORXF.js} +2 -2
  330. package/__chunks__/{chunk-LRGYW5ZT.js → chunk-A64Y7ABR.js} +2 -2
  331. package/__chunks__/{chunk-D5MI3Y2X.js → chunk-ABGYLGIT.js} +2 -2
  332. package/__chunks__/{chunk-VAPCAFT4.js → chunk-ABK5NWND.js} +2 -2
  333. package/__chunks__/{chunk-P377UY6X.js → chunk-AK64TO2E.js} +2 -2
  334. package/__chunks__/{chunk-3HFR4WHH.js → chunk-ASFSLKOB.js} +2 -2
  335. package/__chunks__/{chunk-IEH7QUS3.js → chunk-AW676YJL.js} +2 -2
  336. package/__chunks__/{chunk-UXESUXNK.js → chunk-AYESFIKX.js} +2 -2
  337. package/__chunks__/{chunk-PGTE4IFS.js → chunk-B6N7RJRQ.js} +2 -2
  338. package/__chunks__/{chunk-BCGCT3JS.js → chunk-BE6QV4PP.js} +2 -2
  339. package/__chunks__/{chunk-GTJRR75A.js → chunk-BGNL6EOO.js} +2 -2
  340. package/__chunks__/chunk-BKYQ5JJ4.js +2 -0
  341. package/__chunks__/{chunk-ZL22I3BD.js → chunk-BME6CKGA.js} +2 -2
  342. package/__chunks__/{chunk-MYIA5PLO.js → chunk-BMZCWAB6.js} +2 -2
  343. package/__chunks__/{chunk-Z36JG2J3.js → chunk-BMZLNPYF.js} +2 -2
  344. package/__chunks__/{chunk-RVNC4JAG.js → chunk-BRZEJJFM.js} +2 -2
  345. package/__chunks__/{chunk-MAAOPMQH.js → chunk-BW7CSQNB.js} +2 -2
  346. package/__chunks__/{chunk-D44YSRGS.js → chunk-BZ2IOBI5.js} +2 -2
  347. package/__chunks__/chunk-C65IZ5XX.js +2 -0
  348. package/__chunks__/chunk-C7APBFST.js +2 -0
  349. package/__chunks__/{chunk-534RWS4Q.js → chunk-CDZCHQTH.js} +2 -2
  350. package/__chunks__/chunk-CG25I3RV.js +2 -0
  351. package/__chunks__/{chunk-RLGYXZS6.js → chunk-CP2JNPRV.js} +2 -2
  352. package/__chunks__/{chunk-ZYLRGT3G.js → chunk-CPTRPAXT.js} +2 -2
  353. package/__chunks__/{chunk-WCIFIUZE.js → chunk-CVIH3NE4.js} +2 -2
  354. package/__chunks__/chunk-CXBQSLRW.js +2 -0
  355. package/__chunks__/{chunk-I4FRD37W.js → chunk-CXSCSEWY.js} +2 -2
  356. package/__chunks__/{chunk-J7J4DQH3.js → chunk-CZY3NJJH.js} +2 -2
  357. package/__chunks__/{chunk-BHND5K3I.js → chunk-D2VWG3BX.js} +2 -2
  358. package/__chunks__/{chunk-HR7RGQWN.js → chunk-D2WMNVOO.js} +2 -2
  359. package/__chunks__/{chunk-62YFKV4J.js → chunk-D3XC7Z7I.js} +2 -2
  360. package/__chunks__/{chunk-GDLAJDF2.js → chunk-D6VTWKUH.js} +2 -2
  361. package/__chunks__/{chunk-HGYZKKKA.js → chunk-DC7LTLSA.js} +2 -2
  362. package/__chunks__/{chunk-TMULEZ64.js → chunk-DEKXAFWC.js} +2 -2
  363. package/__chunks__/chunk-DJTX5Y6B.js +2 -0
  364. package/__chunks__/{chunk-535ODM2Z.js → chunk-DOKBP6LJ.js} +2 -2
  365. package/__chunks__/{chunk-U6D4AWI4.js → chunk-DPZNYZOP.js} +2 -2
  366. package/__chunks__/chunk-DVCWE52F.js +2 -0
  367. package/__chunks__/{chunk-HHFFTM37.js → chunk-EATRW7LH.js} +2 -2
  368. package/__chunks__/{chunk-7S372Y2A.js → chunk-EC2DYJWT.js} +2 -2
  369. package/__chunks__/{chunk-ILB3IHIX.js → chunk-EESSJDAY.js} +2 -2
  370. package/__chunks__/{chunk-J45QVYDM.js → chunk-EFUBYFJN.js} +2 -2
  371. package/__chunks__/{chunk-PXVLTF5X.js → chunk-EOIYGUOB.js} +2 -2
  372. package/__chunks__/{chunk-PHEZSH4P.js → chunk-EPQEEOWZ.js} +2 -2
  373. package/__chunks__/{chunk-YX47Z3MR.js → chunk-EWVSNZGZ.js} +2 -2
  374. package/__chunks__/chunk-F6BRFX6N.js +2 -0
  375. package/__chunks__/{chunk-KHCFSIIX.js → chunk-FANUKP65.js} +2 -2
  376. package/__chunks__/{chunk-JBCDHMIY.js → chunk-FB2UREFX.js} +2 -2
  377. package/__chunks__/{chunk-ZDDGAESU.js → chunk-FCB6W2GS.js} +2 -2
  378. package/__chunks__/{chunk-ZQLHAGN7.js → chunk-FCZFXI7Y.js} +2 -2
  379. package/__chunks__/{chunk-BRYRQG7O.js → chunk-FFHH6YUO.js} +2 -2
  380. package/__chunks__/chunk-FHW6HFFB.js +2 -0
  381. package/__chunks__/{chunk-ORIEDHD5.js → chunk-FOZXB4AM.js} +2 -2
  382. package/__chunks__/{chunk-IZBFOLAJ.js → chunk-FRM23NM6.js} +2 -2
  383. package/__chunks__/{chunk-M3SBPG7Y.js → chunk-FSEDYJLI.js} +2 -2
  384. package/__chunks__/{chunk-MBMHC3XI.js → chunk-FWUFE6CU.js} +2 -2
  385. package/__chunks__/{chunk-IJTBI65X.js → chunk-FY72UMAG.js} +2 -2
  386. package/__chunks__/chunk-G43SWA62.js +2 -0
  387. package/__chunks__/{chunk-AXGRYLTH.js → chunk-G4KIQG3N.js} +2 -2
  388. package/__chunks__/{chunk-KSVD6IUM.js → chunk-GCFGUXIZ.js} +2 -2
  389. package/__chunks__/{chunk-45M67NPO.js → chunk-GGCY3VK6.js} +2 -2
  390. package/__chunks__/{chunk-Q2XDBD6A.js → chunk-GIW25AET.js} +2 -2
  391. package/__chunks__/{chunk-IKWEDDHQ.js → chunk-GKY2CYDL.js} +2 -2
  392. package/__chunks__/{chunk-2T7CZQAM.js → chunk-GP56HHIU.js} +2 -2
  393. package/__chunks__/{chunk-2UIMO7XH.js → chunk-GV2V6XEG.js} +2 -2
  394. package/__chunks__/chunk-GZY47MZ7.js +2 -0
  395. package/__chunks__/{chunk-HEFJSGC6.js → chunk-H2FJKH3M.js} +2 -2
  396. package/__chunks__/{chunk-PQRVIPXW.js → chunk-H7CWMCBL.js} +2 -2
  397. package/__chunks__/chunk-HE2IBML6.js +2 -0
  398. package/__chunks__/{chunk-MED667A5.js → chunk-HKBI4Y4L.js} +2 -2
  399. package/__chunks__/{chunk-BAYFKPOJ.js → chunk-HOLJQYVX.js} +2 -2
  400. package/__chunks__/{chunk-YB5Z5Y5M.js → chunk-HPNRWPTB.js} +2 -2
  401. package/__chunks__/{chunk-IGIDEJRL.js → chunk-I4GRRLHY.js} +2 -2
  402. package/__chunks__/{chunk-OAZMYZ53.js → chunk-I74KJKWG.js} +2 -2
  403. package/__chunks__/{chunk-3CNBCNV4.js → chunk-IG45J7TU.js} +2 -2
  404. package/__chunks__/{chunk-55P6HT2D.js → chunk-IHOAJCNX.js} +2 -2
  405. package/__chunks__/{chunk-5TK6IIXY.js → chunk-IIYIQ6LG.js} +2 -2
  406. package/__chunks__/{chunk-VMKFSMO4.js → chunk-INCXA6OS.js} +2 -2
  407. package/__chunks__/{chunk-6K7QWTK7.js → chunk-INOASZNI.js} +2 -2
  408. package/__chunks__/{chunk-TDGUYEOE.js → chunk-INPBYA5Q.js} +2 -2
  409. package/__chunks__/{chunk-QAIY2UZX.js → chunk-IOHGFM4O.js} +2 -2
  410. package/__chunks__/{chunk-3DML2DDU.js → chunk-IPGL26RD.js} +2 -2
  411. package/__chunks__/{chunk-GQYPL5J2.js → chunk-IS3WC6HN.js} +2 -2
  412. package/__chunks__/{chunk-FN4XBAIF.js → chunk-IT7NQ75S.js} +2 -2
  413. package/__chunks__/{chunk-RBMVD24Y.js → chunk-ITWVTMIH.js} +2 -2
  414. package/__chunks__/{chunk-UKLHJFJ5.js → chunk-IV37JIIB.js} +2 -2
  415. package/__chunks__/{chunk-SS52P6M7.js → chunk-J7BIO4OO.js} +2 -2
  416. package/__chunks__/{chunk-7THQR7BW.js → chunk-J7HQHDUA.js} +2 -2
  417. package/__chunks__/{chunk-L5UHPWRL.js → chunk-JBLV7MG2.js} +2 -2
  418. package/__chunks__/{chunk-75RJ6Q7V.js → chunk-JL55RFEV.js} +2 -2
  419. package/__chunks__/chunk-JLAHRA57.js +2 -0
  420. package/__chunks__/chunk-JX7R6BOG.js +2 -0
  421. package/__chunks__/{chunk-5WIOXBDC.js → chunk-K4LFIVTX.js} +2 -2
  422. package/__chunks__/{chunk-CT7BMSCR.js → chunk-K5LBOZK7.js} +2 -2
  423. package/__chunks__/{chunk-44AQUUN4.js → chunk-K7RZGW67.js} +2 -2
  424. package/__chunks__/{chunk-JNOI2JQO.js → chunk-KAQFPP2F.js} +2 -2
  425. package/__chunks__/{chunk-ZIK4QU7C.js → chunk-KDFJOKVE.js} +2 -2
  426. package/__chunks__/chunk-KFLEHI2R.js +2 -0
  427. package/__chunks__/{chunk-GTKMHXEY.js → chunk-KFTNR35Q.js} +2 -2
  428. package/__chunks__/{chunk-CSPHLCVN.js → chunk-KHUURLV2.js} +2 -2
  429. package/__chunks__/{chunk-PHSSZQ44.js → chunk-KIXFNLUD.js} +2 -2
  430. package/__chunks__/chunk-KKHLTMFC.js +2 -0
  431. package/__chunks__/{chunk-NRLFJJ7U.js → chunk-KMD35BAA.js} +2 -2
  432. package/__chunks__/{chunk-2SLD7I6M.js → chunk-KP4D7ARF.js} +2 -2
  433. package/__chunks__/chunk-KT75IGLF.js +2 -0
  434. package/__chunks__/{chunk-7YTOEYUK.js → chunk-KU3KZ7MY.js} +2 -2
  435. package/__chunks__/{chunk-BPAXQER7.js → chunk-KUK6PATU.js} +2 -2
  436. package/__chunks__/{chunk-FRO5L2RS.js → chunk-KVI5I7RJ.js} +2 -2
  437. package/__chunks__/chunk-L247I25P.js +2 -0
  438. package/__chunks__/{chunk-XQA4HAAO.js → chunk-L4ZATRPK.js} +2 -2
  439. package/__chunks__/{chunk-KJHOAVHU.js → chunk-LGO5ULLN.js} +2 -2
  440. package/__chunks__/{chunk-6BLQ5C3B.js → chunk-LH6ZD6BV.js} +2 -2
  441. package/__chunks__/{chunk-B6RVTWFL.js → chunk-LRNPJ6Q6.js} +2 -2
  442. package/__chunks__/{chunk-7F5GY2UJ.js → chunk-M4XYJHIW.js} +2 -2
  443. package/__chunks__/{chunk-X6INL2M6.js → chunk-M55AZ65Y.js} +2 -2
  444. package/__chunks__/{chunk-O3KPS3EW.js → chunk-M6466GWF.js} +2 -2
  445. package/__chunks__/chunk-M7LSRSVE.js +2 -0
  446. package/__chunks__/{chunk-RE2LZ4TU.js → chunk-MACK4MEI.js} +2 -2
  447. package/__chunks__/{chunk-233Y3EPE.js → chunk-MAK42XQ4.js} +2 -2
  448. package/__chunks__/chunk-MC6O4DGR.js +2 -0
  449. package/__chunks__/{chunk-RU5D5ZGX.js → chunk-MFTTRQPL.js} +2 -2
  450. package/__chunks__/{chunk-A7SV3J62.js → chunk-MJX5DOSV.js} +2 -2
  451. package/__chunks__/{chunk-JD7L7RCI.js → chunk-MN74ZST6.js} +2 -2
  452. package/__chunks__/{chunk-QZDT6YCJ.js → chunk-MRBDAWWG.js} +2 -2
  453. package/__chunks__/{chunk-5IWYFX5Y.js → chunk-MRVR6MHG.js} +2 -2
  454. package/__chunks__/{chunk-FYTX4XJ5.js → chunk-MUJMVHLF.js} +2 -2
  455. package/__chunks__/{chunk-4BHX257I.js → chunk-MV5A7MTV.js} +2 -2
  456. package/__chunks__/{chunk-F2R7DWTU.js → chunk-MZ44ZY5T.js} +2 -2
  457. package/__chunks__/{chunk-T2B3BR5O.js → chunk-MZKXIJR4.js} +2 -2
  458. package/__chunks__/chunk-NCEHHLXO.js +2 -0
  459. package/__chunks__/{chunk-PJTXIIBZ.js → chunk-NDSLNAM4.js} +2 -2
  460. package/__chunks__/{chunk-YSKO67VR.js → chunk-NELJU6EN.js} +2 -2
  461. package/__chunks__/{chunk-S7WMRQWV.js → chunk-NEV5H5JE.js} +2 -2
  462. package/__chunks__/chunk-NJJH47D3.js +2 -0
  463. package/__chunks__/chunk-NJWVOESX.js +2 -0
  464. package/__chunks__/{chunk-7MNNQBVD.js → chunk-NNZQ7XJ4.js} +2 -2
  465. package/__chunks__/{chunk-EP4MPMA3.js → chunk-NPZCRH4X.js} +2 -2
  466. package/__chunks__/{chunk-YNT7HWVJ.js → chunk-NXS5AMH5.js} +2 -2
  467. package/__chunks__/{chunk-GRGH7V3U.js → chunk-NZ565KE6.js} +2 -2
  468. package/__chunks__/{chunk-YYBKPR4R.js → chunk-O4TKOCQV.js} +2 -2
  469. package/__chunks__/{chunk-KSYIV36J.js → chunk-O4VUG5NM.js} +2 -2
  470. package/__chunks__/{chunk-OI7IAN5E.js → chunk-O5HMHCYO.js} +2 -2
  471. package/__chunks__/chunk-O5YZFD24.js +2 -0
  472. package/__chunks__/{chunk-ONRKKLQU.js → chunk-OBBEGIJM.js} +2 -2
  473. package/__chunks__/{chunk-D26L5RNT.js → chunk-OIM77HVK.js} +2 -2
  474. package/__chunks__/{chunk-3LM2D7HG.js → chunk-OLOYALPT.js} +2 -2
  475. package/__chunks__/{chunk-HNZR7M7E.js → chunk-ONKDAQEB.js} +2 -2
  476. package/__chunks__/{chunk-T6L5FAHK.js → chunk-OT7RXVW4.js} +2 -2
  477. package/__chunks__/{chunk-HHRHWKJS.js → chunk-OVZPSNK7.js} +2 -2
  478. package/__chunks__/{chunk-2TXIJYQM.js → chunk-OZM4YZOT.js} +2 -2
  479. package/__chunks__/{chunk-QAPSE6Y6.js → chunk-P3MLKPNJ.js} +2 -2
  480. package/__chunks__/{chunk-LFUMFM6N.js → chunk-P5MJOTRQ.js} +2 -2
  481. package/__chunks__/{chunk-DCXS4DEU.js → chunk-PAU6TEMD.js} +2 -2
  482. package/__chunks__/{chunk-NEPBBGTE.js → chunk-PIXFN2F5.js} +2 -2
  483. package/__chunks__/chunk-POVMYVJD.js +2 -0
  484. package/__chunks__/{chunk-AJBABHLE.js → chunk-PTUYF3AQ.js} +2 -2
  485. package/__chunks__/{chunk-SQ5TV72G.js → chunk-PYHZUYDD.js} +2 -2
  486. package/__chunks__/{chunk-MAATDG6R.js → chunk-Q3XYJGA3.js} +2 -2
  487. package/__chunks__/{chunk-DXOYVB33.js → chunk-QAADBDS7.js} +2 -2
  488. package/__chunks__/{chunk-U5X7WSPV.js → chunk-QBLYTH54.js} +2 -2
  489. package/__chunks__/{chunk-PPVA32CL.js → chunk-QD7DTEMQ.js} +2 -2
  490. package/__chunks__/{chunk-GJZZL7UT.js → chunk-QER3VTSP.js} +2 -2
  491. package/__chunks__/{chunk-4EINKRT5.js → chunk-QFU235P6.js} +2 -2
  492. package/__chunks__/chunk-QLI6ICYE.js +2 -0
  493. package/__chunks__/{chunk-WZKMCXVL.js → chunk-QMKAP4ZA.js} +2 -2
  494. package/__chunks__/{chunk-J5US4DJK.js → chunk-QMOE37IP.js} +2 -2
  495. package/__chunks__/{chunk-ECNWVFCC.js → chunk-QMRKWRI5.js} +2 -2
  496. package/__chunks__/chunk-QZ4576EP.js +2 -0
  497. package/__chunks__/chunk-R5SVGD4P.js +2 -0
  498. package/__chunks__/{chunk-3VLECH5O.js → chunk-R634MURD.js} +2 -2
  499. package/__chunks__/{chunk-AWBPI3VU.js → chunk-RCE6YUOT.js} +2 -2
  500. package/__chunks__/{chunk-UUBQCXBB.js → chunk-RF54BIVR.js} +2 -2
  501. package/__chunks__/chunk-RFEUWB5U.js +2 -0
  502. package/__chunks__/{chunk-6FMP5ICS.js → chunk-RFS4Z7QS.js} +2 -2
  503. package/__chunks__/{chunk-TJJLKTNG.js → chunk-RHTZMVBV.js} +2 -2
  504. package/__chunks__/{chunk-FTVXOVMD.js → chunk-RMJNIXL5.js} +2 -2
  505. package/__chunks__/{chunk-JI4FRDU6.js → chunk-ROYFDWNS.js} +2 -2
  506. package/__chunks__/{chunk-MGPS2ZVT.js → chunk-RQQQKOE3.js} +2 -2
  507. package/__chunks__/{chunk-ZBSCDOHZ.js → chunk-RSVGYAKW.js} +2 -2
  508. package/__chunks__/{chunk-TJKNJFY5.js → chunk-RTLHNZ2X.js} +2 -2
  509. package/__chunks__/chunk-S6V32TBT.js +2 -0
  510. package/__chunks__/{chunk-ITIUQIV3.js → chunk-SAWO56MQ.js} +2 -2
  511. package/__chunks__/{chunk-QPKSPNTH.js → chunk-SB7HARFR.js} +2 -2
  512. package/__chunks__/{chunk-67DKNM5P.js → chunk-SEATM3A4.js} +2 -2
  513. package/__chunks__/{chunk-26Y3YQLS.js → chunk-SJ564D4T.js} +2 -2
  514. package/__chunks__/{chunk-UM5W77A3.js → chunk-SJQVJYQ3.js} +2 -2
  515. package/__chunks__/{chunk-EJSRHANI.js → chunk-SK2MK3UG.js} +2 -2
  516. package/__chunks__/{chunk-IACL6U52.js → chunk-SL3XO5HS.js} +2 -2
  517. package/__chunks__/{chunk-KQAHILCK.js → chunk-SLPUUC5S.js} +2 -2
  518. package/__chunks__/{chunk-EWGIPXPI.js → chunk-SN7KN5OE.js} +2 -2
  519. package/__chunks__/{chunk-ZZ33WXFF.js → chunk-STVSJ4KA.js} +2 -2
  520. package/__chunks__/{chunk-MLI4NZLA.js → chunk-SU67ZIOI.js} +2 -2
  521. package/__chunks__/chunk-SVIOIQZ4.js +2 -0
  522. package/__chunks__/{chunk-7FRLY7ZG.js → chunk-SVP6H53J.js} +2 -2
  523. package/__chunks__/chunk-SYIFFCDS.js +2 -0
  524. package/__chunks__/{chunk-EA5YAPLI.js → chunk-T2FP5ITW.js} +2 -2
  525. package/__chunks__/{chunk-T654YWWH.js → chunk-T46PCFAT.js} +2 -2
  526. package/__chunks__/{chunk-6JJIXX67.js → chunk-T6AUKAOH.js} +2 -2
  527. package/__chunks__/chunk-T7IUXQ7P.js +2 -0
  528. package/__chunks__/chunk-T7SKMX4C.js +2 -0
  529. package/__chunks__/{chunk-KLWSLJR6.js → chunk-TBTWVKTL.js} +2 -2
  530. package/__chunks__/{chunk-2NFI6BVS.js → chunk-TCFEC3PE.js} +2 -2
  531. package/__chunks__/chunk-TCTFTV7O.js +2 -0
  532. package/__chunks__/{chunk-ZFJ44PY4.js → chunk-TE4UMPEF.js} +2 -2
  533. package/__chunks__/{chunk-NXB6KMZY.js → chunk-TFN4PXEU.js} +2 -2
  534. package/__chunks__/{chunk-FWNHDVJ7.js → chunk-THKGBL6P.js} +2 -2
  535. package/__chunks__/chunk-TIIDYVPC.js +2 -0
  536. package/__chunks__/{chunk-ZWBWZAUF.js → chunk-TKSRQRFX.js} +2 -2
  537. package/__chunks__/{chunk-YEGRFVN4.js → chunk-TLYNGFZS.js} +2 -2
  538. package/__chunks__/{chunk-FBHTLU44.js → chunk-TQL4UZPJ.js} +2 -2
  539. package/__chunks__/{chunk-OATPA4AW.js → chunk-U3YGQZOY.js} +2 -2
  540. package/__chunks__/{chunk-553NYNA6.js → chunk-U4PI6EO6.js} +2 -2
  541. package/__chunks__/{chunk-RD7SNYUQ.js → chunk-U5IU6R7K.js} +2 -2
  542. package/__chunks__/{chunk-BMHPA7EM.js → chunk-UDXUDHL5.js} +2 -2
  543. package/__chunks__/{chunk-AVLZRXI5.js → chunk-UEYYKLTQ.js} +2 -2
  544. package/__chunks__/{chunk-4YWISNCD.js → chunk-UF5BA6CL.js} +2 -2
  545. package/__chunks__/{chunk-WKSPSSEF.js → chunk-ULIAUZ4R.js} +2 -2
  546. package/__chunks__/{chunk-J4FNP5FB.js → chunk-USBGQXRE.js} +2 -2
  547. package/__chunks__/{chunk-M67HDOTE.js → chunk-UXUX3NZM.js} +2 -2
  548. package/__chunks__/{chunk-R5G3SUVJ.js → chunk-UXWBUIXI.js} +2 -2
  549. package/__chunks__/{chunk-K3UFILSW.js → chunk-UZIQJA3Q.js} +2 -2
  550. package/__chunks__/{chunk-FGOT333S.js → chunk-V35ZKP44.js} +2 -2
  551. package/__chunks__/{chunk-O7APSK3I.js → chunk-VC5AL23F.js} +2 -2
  552. package/__chunks__/{chunk-BQ2P7VOI.js → chunk-VCD4KKA2.js} +2 -2
  553. package/__chunks__/{chunk-CIDIPTIH.js → chunk-VCUR2NJV.js} +2 -2
  554. package/__chunks__/{chunk-ODSJT5NQ.js → chunk-VG6YQHBS.js} +2 -2
  555. package/__chunks__/{chunk-Y5PO4ZOE.js → chunk-VIG3I7XN.js} +2 -2
  556. package/__chunks__/chunk-VIGYEFMY.js +2 -0
  557. package/__chunks__/chunk-VIXCOCQV.js +2 -0
  558. package/__chunks__/{chunk-F2A3Q372.js → chunk-VONWL2KQ.js} +2 -2
  559. package/__chunks__/{chunk-4RKAPVSI.js → chunk-VPXR3AIC.js} +2 -2
  560. package/__chunks__/{chunk-ICACBDVF.js → chunk-VR4XWGG2.js} +2 -2
  561. package/__chunks__/chunk-VSCMKCZM.js +2 -0
  562. package/__chunks__/{chunk-UVILNCF4.js → chunk-VUQBVY7P.js} +2 -2
  563. package/__chunks__/{chunk-VHQ4EVD4.js → chunk-VYEAM2B3.js} +2 -2
  564. package/__chunks__/{chunk-ICJT5KGV.js → chunk-W4C32ARJ.js} +2 -2
  565. package/__chunks__/{chunk-TCOX6DRI.js → chunk-W4C76YC6.js} +2 -2
  566. package/__chunks__/{chunk-OTQ66UMA.js → chunk-W6U5WFHK.js} +2 -2
  567. package/__chunks__/{chunk-337ORZMP.js → chunk-W6WJHKDE.js} +2 -2
  568. package/__chunks__/{chunk-JICXCUKM.js → chunk-WH2BBLUF.js} +2 -2
  569. package/__chunks__/{chunk-ZWR5P7II.js → chunk-WHBCOIFZ.js} +2 -2
  570. package/__chunks__/{chunk-MZCKWMML.js → chunk-WKLXJUKT.js} +2 -2
  571. package/__chunks__/{chunk-L2OUPHHW.js → chunk-WL3FVETA.js} +2 -2
  572. package/__chunks__/{chunk-NMQWOPL7.js → chunk-WLPL3C5B.js} +2 -2
  573. package/__chunks__/{chunk-NHNNEKH5.js → chunk-WQCPHJ7I.js} +2 -2
  574. package/__chunks__/{chunk-ZOTCSGOF.js → chunk-WZX72ED7.js} +2 -2
  575. package/__chunks__/chunk-X2MHWYRZ.js +2 -0
  576. package/__chunks__/{chunk-GXJWAUE4.js → chunk-X4TSB4EY.js} +2 -2
  577. package/__chunks__/{chunk-KN33HJUW.js → chunk-X64EUBI3.js} +2 -2
  578. package/__chunks__/chunk-XA2BYWQI.js +2 -0
  579. package/__chunks__/{chunk-Y2J7LIXM.js → chunk-XBBBS2UG.js} +2 -2
  580. package/__chunks__/{chunk-YREBU5BK.js → chunk-XDASXXIE.js} +2 -2
  581. package/__chunks__/{chunk-2ALFM7YL.js → chunk-XDMIIURV.js} +2 -2
  582. package/__chunks__/chunk-XGRLHGHL.js +2 -0
  583. package/__chunks__/{chunk-7337QRHT.js → chunk-XOLVT2OX.js} +2 -2
  584. package/__chunks__/{chunk-CZL2QTQ3.js → chunk-XORCK7RC.js} +2 -2
  585. package/__chunks__/{chunk-6CS2K64E.js → chunk-XQS55XOU.js} +2 -2
  586. package/__chunks__/chunk-XRPZQOTK.js +2 -0
  587. package/__chunks__/chunk-XTRMYOBO.js +2 -0
  588. package/__chunks__/{chunk-TPWHU5NB.js → chunk-XUS3ALHP.js} +2 -2
  589. package/__chunks__/{chunk-NZW5N224.js → chunk-XVVT6OAJ.js} +2 -2
  590. package/__chunks__/{chunk-FOF5VFPQ.js → chunk-XWGQJDM6.js} +2 -2
  591. package/__chunks__/{chunk-CFPS2XHT.js → chunk-XXTCFZQA.js} +2 -2
  592. package/__chunks__/{chunk-2ZZWQE2Z.js → chunk-XYSAZQQY.js} +2 -2
  593. package/__chunks__/{chunk-KT2GLC7H.js → chunk-XZPF5OYL.js} +2 -2
  594. package/__chunks__/{chunk-CF5C324R.js → chunk-Y2MZYOFC.js} +2 -2
  595. package/__chunks__/chunk-YB73QNCC.js +2 -0
  596. package/__chunks__/{chunk-KTYAHAFK.js → chunk-YHULEQAZ.js} +2 -2
  597. package/__chunks__/{chunk-WPH6ATC4.js → chunk-YVDYUGZ3.js} +2 -2
  598. package/__chunks__/{chunk-AHFQDKMP.js → chunk-Z24VZNZF.js} +2 -2
  599. package/__chunks__/{chunk-7SZDMEPT.js → chunk-Z2VVWYGC.js} +2 -2
  600. package/__chunks__/{chunk-EJJX3FVQ.js → chunk-Z5YEVLNG.js} +2 -2
  601. package/__chunks__/{chunk-LU5EFLBU.js → chunk-Z7NI2YT7.js} +2 -2
  602. package/__chunks__/{chunk-MZ53U3IS.js → chunk-Z7YZBV2Q.js} +2 -2
  603. package/__chunks__/chunk-ZE2WAPPP.js +2 -0
  604. package/__chunks__/{chunk-L2FARFDW.js → chunk-ZECDXTMS.js} +2 -2
  605. package/__chunks__/{chunk-42DOFJ3J.js → chunk-ZERBWQT7.js} +2 -2
  606. package/__chunks__/{chunk-MR7PKIRL.js → chunk-ZEX6CHYV.js} +2 -2
  607. package/__chunks__/{chunk-5U53DNZW.js → chunk-ZFBEHFN4.js} +2 -2
  608. package/__chunks__/chunk-ZGOQWPPV.js +2 -0
  609. package/__chunks__/{chunk-KOO533PY.js → chunk-ZHACVF5U.js} +2 -2
  610. package/__chunks__/{chunk-ED7VFIQC.js → chunk-ZKUJHSTE.js} +2 -2
  611. package/__chunks__/{chunk-3VQ3RI62.js → chunk-ZUGVBFXB.js} +2 -2
  612. package/__chunks__/chunk-ZVTDG642.js +2 -0
  613. package/__chunks__/{chunk-5O5TW3RC.js → chunk-ZYANRQPQ.js} +2 -2
  614. package/__chunks__/chunk-ZZ2NTFPK.js +2 -0
  615. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  616. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  617. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  618. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  619. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  620. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  621. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  622. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  623. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  624. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  625. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  626. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  627. package/__commonjs/UI/TransactionsTable/components/TransactionHash.js +2 -2
  628. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  629. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  630. package/__commonjs/UI/index.js +1 -1
  631. package/__commonjs/__mocks__/index.js +1 -1
  632. package/__commonjs/__mocks__/utils/index.js +1 -1
  633. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  634. package/__commonjs/constants/index.js +1 -1
  635. package/__commonjs/hooks/index.js +1 -1
  636. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  637. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  638. package/__commonjs/hooks/transactions/index.js +1 -1
  639. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  640. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  641. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  642. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  643. package/__commonjs/reduxStore/persistedRootReducer.d.ts +1 -1
  644. package/__commonjs/utils/index.js +1 -1
  645. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  646. package/__commonjs/utils/transactions/index.js +1 -1
  647. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  648. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  649. package/__commonjs/wrappers/index.js +1 -1
  650. package/__mocks__/index.js +1 -1
  651. package/__mocks__/utils/index.js +1 -1
  652. package/__mocks__/utils/renderWithProvider.js +1 -1
  653. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  654. package/apiCalls/accounts/index.js +1 -1
  655. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  656. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  657. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  658. package/apiCalls/configuration/index.js +1 -1
  659. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  660. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  661. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  662. package/apiCalls/economics/index.js +1 -1
  663. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  664. package/apiCalls/index.js +1 -1
  665. package/apiCalls/tokens/getPersistedToken.js +1 -1
  666. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  667. package/apiCalls/transactions/index.js +1 -1
  668. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  669. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  670. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  671. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  672. package/apiCalls/utils/getScamAddressData.js +1 -1
  673. package/apiCalls/utils/index.js +1 -1
  674. package/apiCalls/utils/useApiFetch.js +1 -1
  675. package/components/LogoutListener/LogoutListener.js +1 -1
  676. package/components/LogoutListener/helpers/index.js +1 -1
  677. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  678. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  679. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  680. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  681. package/components/LogoutListener/index.js +1 -1
  682. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  683. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  684. package/components/ProviderInitializer/helpers/index.js +1 -1
  685. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  686. package/components/ProviderInitializer/hooks/index.js +1 -1
  687. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  688. package/components/ProviderInitializer/index.js +1 -1
  689. package/components/TransactionSender/TransactionSender.js +1 -1
  690. package/components/TransactionSender/index.js +1 -1
  691. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  692. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  693. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  694. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  695. package/components/TransactionsTracker/index.js +1 -1
  696. package/constants/index.js +1 -1
  697. package/hooks/account/index.js +1 -1
  698. package/hooks/account/useGetAccount.js +1 -1
  699. package/hooks/account/useGetAccountInfo.js +1 -1
  700. package/hooks/account/useGetAccountProvider.js +1 -1
  701. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  702. package/hooks/account/useGetIsLoggedIn.js +1 -1
  703. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  704. package/hooks/account/useGetLoginInfo.js +1 -1
  705. package/hooks/account/useGetWebsocketEvent.js +1 -1
  706. package/hooks/economics/index.js +1 -1
  707. package/hooks/economics/useGetEgldPrice.js +1 -1
  708. package/hooks/index.js +1 -1
  709. package/hooks/login/index.js +1 -1
  710. package/hooks/login/useCrossWindowLogin.js +1 -1
  711. package/hooks/login/useExtensionLogin.js +1 -1
  712. package/hooks/login/useGetModalLoginMethods.js +1 -1
  713. package/hooks/login/useIframeLogin.js +1 -1
  714. package/hooks/login/useLedgerLogin.js +1 -1
  715. package/hooks/login/useLoginService.js +1 -1
  716. package/hooks/login/useMetamaskLogin.js +1 -1
  717. package/hooks/login/useOperaLogin.js +1 -1
  718. package/hooks/login/usePasskeyLogin.js +1 -1
  719. package/hooks/login/useWalletConnectV2Login.js +1 -1
  720. package/hooks/login/useWebViewLogin.js +1 -1
  721. package/hooks/login/useWebWalletLogin.js +1 -1
  722. package/hooks/login/useXaliasLogin.js +1 -1
  723. package/hooks/signMessage/index.js +1 -1
  724. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  725. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  726. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  727. package/hooks/signMessage/useSignMessage.js +1 -1
  728. package/hooks/toasts/index.js +1 -1
  729. package/hooks/toasts/useGetToasts.js +1 -1
  730. package/hooks/toasts/useTransactionsToasts.js +1 -1
  731. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  732. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  733. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  734. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  735. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  736. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  737. package/hooks/transactions/batch/useGetBatches.js +1 -1
  738. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  739. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  740. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  741. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  742. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  743. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  744. package/hooks/transactions/helpers/index.js +1 -1
  745. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  746. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  747. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  748. package/hooks/transactions/index.js +1 -1
  749. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  750. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  751. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  752. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  753. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  754. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  755. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  756. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  757. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  758. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  759. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  760. package/hooks/transactions/useGetPollingInterval.js +1 -1
  761. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  762. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  763. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  764. package/hooks/transactions/useGetTokenDetails.js +1 -1
  765. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  766. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  767. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  768. package/hooks/transactions/useSignTransactions.js +1 -1
  769. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  770. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  771. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  772. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  773. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  774. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  775. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  776. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  777. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  778. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  779. package/hooks/useGetNetworkConfig.js +1 -1
  780. package/hooks/useGetNotification.js +1 -1
  781. package/hooks/websocketListener/index.js +1 -1
  782. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  783. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  784. package/models/index.js +1 -1
  785. package/models/newTransaction.js +1 -1
  786. package/package.json +3 -2
  787. package/providers/accountProvider.js +1 -1
  788. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  789. package/providers/experimentalWebViewProvider/index.js +1 -1
  790. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  791. package/providers/index.js +1 -1
  792. package/providers/utils.js +1 -1
  793. package/providers/webviewProvider/index.js +1 -1
  794. package/providers/webviewProvider/requestMethods.js +1 -1
  795. package/providers/webviewProvider/webviewProvider.js +1 -1
  796. package/reduxStore/DappProviderContext.js +1 -1
  797. package/reduxStore/commonActions.js +1 -1
  798. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  799. package/reduxStore/persistConfig.js +1 -1
  800. package/reduxStore/persistedRootReducer.d.ts +1 -1
  801. package/reduxStore/persistedRootReducer.js +1 -1
  802. package/reduxStore/reducers.js +1 -1
  803. package/reduxStore/rootReducer.js +1 -1
  804. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  805. package/reduxStore/selectors/index.js +1 -1
  806. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  807. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  808. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  809. package/reduxStore/slices/accountInfoSlice.js +1 -1
  810. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  811. package/reduxStore/slices/dappConfigSlice.js +1 -1
  812. package/reduxStore/slices/index.js +1 -1
  813. package/reduxStore/slices/loginInfoSlice.js +1 -1
  814. package/reduxStore/slices/modalsSlice.js +1 -1
  815. package/reduxStore/slices/networkConfigSlice.js +1 -1
  816. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  817. package/reduxStore/slices/toastsSlice.js +1 -1
  818. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  819. package/reduxStore/slices/transactionsSlice.js +1 -1
  820. package/reduxStore/store.js +1 -1
  821. package/services/index.js +1 -1
  822. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  823. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  824. package/services/nativeAuth/helpers/index.js +1 -1
  825. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  826. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  827. package/services/transactions/clearTransactions.js +1 -1
  828. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  829. package/services/transactions/getTransactionsDetails.js +1 -1
  830. package/services/transactions/index.js +1 -1
  831. package/services/transactions/isCrossShardTransaction.js +1 -1
  832. package/services/transactions/sendBatchTransactions.js +1 -1
  833. package/services/transactions/sendBatchTransactions.test.js +1 -1
  834. package/services/transactions/sendTransactions.js +1 -1
  835. package/services/transactions/signTransactions.js +1 -1
  836. package/services/transactions/transformAndSignTransactions.js +1 -1
  837. package/services/transactions/updateSignedTransactions.js +1 -1
  838. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  839. package/services/transactions/utils.js +1 -1
  840. package/utils/account/getAccount.js +1 -1
  841. package/utils/account/getAccountBalance.js +1 -1
  842. package/utils/account/getAccountProviderType.js +1 -1
  843. package/utils/account/getAccountShard.js +1 -1
  844. package/utils/account/getAddress.js +1 -1
  845. package/utils/account/getIsProviderEqualTo.js +1 -1
  846. package/utils/account/getLatestNonce.js +1 -1
  847. package/utils/account/getShardOfAddress.js +1 -1
  848. package/utils/account/getWebviewToken.js +1 -1
  849. package/utils/account/index.js +1 -1
  850. package/utils/account/loginWithExternalProvider.js +1 -1
  851. package/utils/account/refreshAccount.js +1 -1
  852. package/utils/account/setNonce.js +1 -1
  853. package/utils/account/signMessage.js +1 -1
  854. package/utils/getIsLoggedIn.js +1 -1
  855. package/utils/index.js +1 -1
  856. package/utils/logout.js +1 -1
  857. package/utils/network/getChainID.js +1 -1
  858. package/utils/network/getEgldLabel.js +1 -1
  859. package/utils/network/getNetworkConfig.js +1 -1
  860. package/utils/network/index.js +1 -1
  861. package/utils/operations/calculateFeeInFiat.js +1 -1
  862. package/utils/operations/calculateFeeLimit.js +1 -1
  863. package/utils/operations/denominate.js +1 -1
  864. package/utils/operations/formatAmount.js +1 -1
  865. package/utils/operations/index.js +1 -1
  866. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  867. package/utils/operations/ledger/index.js +1 -1
  868. package/utils/operations/nominate.js +1 -1
  869. package/utils/operations/parseAmount.js +1 -1
  870. package/utils/toasts/customToastsActions.js +1 -1
  871. package/utils/toasts/index.js +1 -1
  872. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  873. package/utils/transactions/builtCallbackUrl.js +1 -1
  874. package/utils/transactions/getAllTransactionsLink.js +1 -1
  875. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  876. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  877. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  878. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  879. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  880. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  881. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  882. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  883. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  884. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  885. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  886. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  887. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  888. package/utils/transactions/getOperationsDetails.js +1 -1
  889. package/utils/transactions/getTransactionLink.js +1 -1
  890. package/utils/transactions/index.js +1 -1
  891. package/utils/transactions/isGuardianTx.js +1 -1
  892. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  893. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  894. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  895. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  896. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  897. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  898. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  899. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  900. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  901. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  902. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  903. package/utils/validation/index.js +1 -1
  904. package/utils/validation/maxDecimals.js +1 -1
  905. package/utils/validation/stringIsFloat.js +1 -1
  906. package/utils/waitForChainID.js +1 -1
  907. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  908. package/web/hooks/index.js +1 -1
  909. package/web/hooks/useIdleTimer.js +1 -1
  910. package/web/index.js +1 -1
  911. package/wrappers/AppInitializer.js +1 -1
  912. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  913. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  914. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  915. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  916. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  917. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  918. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  919. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  920. package/wrappers/DappProvider/CustomComponents.js +1 -1
  921. package/wrappers/DappProvider/DappProvider.js +1 -1
  922. package/wrappers/DappProvider/index.js +1 -1
  923. package/wrappers/index.js +1 -1
  924. package/__chunks__/chunk-2UMV4LIS.js +0 -2
  925. package/__chunks__/chunk-2ZE2TVFC.js +0 -2
  926. package/__chunks__/chunk-3NKXYE4W.js +0 -2
  927. package/__chunks__/chunk-3XJRCYON.js +0 -2
  928. package/__chunks__/chunk-3XRQTWUN.js +0 -2
  929. package/__chunks__/chunk-45I4IZUH.js +0 -2
  930. package/__chunks__/chunk-4LIH7DMK.js +0 -2
  931. package/__chunks__/chunk-5OKH23ME.js +0 -2
  932. package/__chunks__/chunk-65BWG2IU.js +0 -2
  933. package/__chunks__/chunk-67V36LEQ.js +0 -2
  934. package/__chunks__/chunk-73QMEKDR.js +0 -2
  935. package/__chunks__/chunk-7UFKIFNA.js +0 -2
  936. package/__chunks__/chunk-7X2LYNI6.js +0 -2
  937. package/__chunks__/chunk-A6FTYFPP.js +0 -2
  938. package/__chunks__/chunk-A7RPFC3Q.js +0 -2
  939. package/__chunks__/chunk-AUFQFQBU.js +0 -2
  940. package/__chunks__/chunk-BLY66X7K.js +0 -2
  941. package/__chunks__/chunk-BN3Q5LGE.js +0 -2
  942. package/__chunks__/chunk-CALM3ZYM.js +0 -2
  943. package/__chunks__/chunk-CTFNW6OU.js +0 -2
  944. package/__chunks__/chunk-CVCE66P2.js +0 -2
  945. package/__chunks__/chunk-DKTJARQ4.js +0 -2
  946. package/__chunks__/chunk-DSKRF3NW.js +0 -2
  947. package/__chunks__/chunk-EKWJ7UVN.js +0 -2
  948. package/__chunks__/chunk-FKITK4HZ.js +0 -2
  949. package/__chunks__/chunk-FUNUC3QP.js +0 -2
  950. package/__chunks__/chunk-G7KXCGAN.js +0 -2
  951. package/__chunks__/chunk-GQ2RN5XJ.js +0 -2
  952. package/__chunks__/chunk-GSVCYLMW.js +0 -2
  953. package/__chunks__/chunk-HBPSGFBI.js +0 -2
  954. package/__chunks__/chunk-HCCEXWUK.js +0 -2
  955. package/__chunks__/chunk-HMVIKBNF.js +0 -2
  956. package/__chunks__/chunk-HNAMU4U3.js +0 -2
  957. package/__chunks__/chunk-HNMYBBYR.js +0 -2
  958. package/__chunks__/chunk-JATQZ5BL.js +0 -2
  959. package/__chunks__/chunk-JBZ5HPMS.js +0 -2
  960. package/__chunks__/chunk-JD4KV2UA.js +0 -2
  961. package/__chunks__/chunk-JITVKBZR.js +0 -2
  962. package/__chunks__/chunk-K4SAKGW2.js +0 -2
  963. package/__chunks__/chunk-KL4JPBDZ.js +0 -2
  964. package/__chunks__/chunk-KWNT6IKA.js +0 -2
  965. package/__chunks__/chunk-LFPPBSHZ.js +0 -2
  966. package/__chunks__/chunk-LN3IUDFH.js +0 -2
  967. package/__chunks__/chunk-MGFER24G.js +0 -2
  968. package/__chunks__/chunk-MHR3CBFL.js +0 -2
  969. package/__chunks__/chunk-MYRODCMD.js +0 -2
  970. package/__chunks__/chunk-OED6P55Y.js +0 -2
  971. package/__chunks__/chunk-OWZHV5OS.js +0 -2
  972. package/__chunks__/chunk-P3K72YIC.js +0 -2
  973. package/__chunks__/chunk-QCIGDXG3.js +0 -2
  974. package/__chunks__/chunk-QW2VQDCZ.js +0 -2
  975. package/__chunks__/chunk-R6WDAZIP.js +0 -2
  976. package/__chunks__/chunk-RJYQXWNJ.js +0 -2
  977. package/__chunks__/chunk-RMRL3KGY.js +0 -2
  978. package/__chunks__/chunk-RSGN4FBO.js +0 -2
  979. package/__chunks__/chunk-S7OMH77I.js +0 -2
  980. package/__chunks__/chunk-ST4LHJC5.js +0 -2
  981. package/__chunks__/chunk-TEGVCH2O.js +0 -2
  982. package/__chunks__/chunk-TUKRMYV5.js +0 -2
  983. package/__chunks__/chunk-ULTSXR6Y.js +0 -2
  984. package/__chunks__/chunk-WRMGJOCY.js +0 -2
  985. package/__chunks__/chunk-ZEK3YWRC.js +0 -2
  986. package/__chunks__/chunk-ZMBFD6KV.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Vh=Object.create;var tn=Object.defineProperty,$h=Object.defineProperties,qh=Object.getOwnPropertyDescriptor,zh=Object.getOwnPropertyDescriptors,jh=Object.getOwnPropertyNames,Kn=Object.getOwnPropertySymbols,Kh=Object.getPrototypeOf,xa=Object.prototype.hasOwnProperty,Fs=Object.prototype.propertyIsEnumerable;var Os=(e,o,n)=>o in e?tn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))xa.call(o,n)&&Os(e,n,o[n]);if(Kn)for(var n of Kn(o))Fs.call(o,n)&&Os(e,n,o[n]);return e},I=(e,o)=>$h(e,zh(o));var Ve=(e,o)=>{var n={};for(var r in e)xa.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kn)for(var r of Kn(e))o.indexOf(r)<0&&Fs.call(e,r)&&(n[r]=e[r]);return n};var v=(e,o)=>()=>(e&&(o=e(e=0)),o);var w=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),U=(e,o)=>{for(var n in o)tn(e,n,{get:o[n],enumerable:!0})},Bs=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of jh(o))!xa.call(e,s)&&s!==n&&tn(e,s,{get:()=>o[s],enumerable:!(r=qh(o,s))||r.enumerable});return e};var x=(e,o,n)=>(n=e!=null?Vh(Kh(e)):{},Bs(o||!e||!e.__esModule?tn(n,"default",{value:e,enumerable:!0}):n,e)),F=e=>Bs(tn({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=d=>{try{_(n.next(d))}catch(l){s(l)}},m=d=>{try{_(n.throw(d))}catch(l){s(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var Hs=w(Xn=>{"use strict";t();Xn.byteLength=Yh;Xn.toByteArray=Jh;Xn.fromByteArray=oT;var Qe=[],Re=[],Xh=typeof Uint8Array!="undefined"?Uint8Array:Array,Sa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Yo=0,Gs=Sa.length;Yo<Gs;++Yo)Qe[Yo]=Sa[Yo],Re[Sa.charCodeAt(Yo)]=Yo;var Yo,Gs;Re["-".charCodeAt(0)]=62;Re["_".charCodeAt(0)]=63;function Us(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function Yh(e){var o=Us(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Zh(e,o,n){return(o+n)*3/4-n}function Jh(e){var o,n=Us(e),r=n[0],s=n[1],p=new Xh(Zh(e,r,s)),m=0,_=s>0?r-4:r,d;for(d=0;d<_;d+=4)o=Re[e.charCodeAt(d)]<<18|Re[e.charCodeAt(d+1)]<<12|Re[e.charCodeAt(d+2)]<<6|Re[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=Re[e.charCodeAt(d)]<<2|Re[e.charCodeAt(d+1)]>>4,p[m++]=o&255),s===1&&(o=Re[e.charCodeAt(d)]<<10|Re[e.charCodeAt(d+1)]<<4|Re[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Qh(e){return Qe[e>>18&63]+Qe[e>>12&63]+Qe[e>>6&63]+Qe[e&63]}function eT(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Qh(r));return s.join("")}function oT(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(eT(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Qe[o>>2]+Qe[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Qe[o>>10]+Qe[o>>4&63]+Qe[o<<2&63]+"=")),s.join("")}});var Vs=w(ya=>{t();ya.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?s-1:0,h=n?-1:1,b=e[o+f];for(f+=h,p=b&(1<<-u)-1,b>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(b?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(b?-1:1)*m*Math.pow(2,p-r)};ya.write=function(e,o,n,r,s,p){var m,_,d,l=p*8-s-1,u=(1<<l)-1,f=u>>1,h=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=r?0:p-1,T=r?1:-1,L=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,s),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,s),m=0));s>=8;e[n+b]=_&255,b+=T,_/=256,s-=8);for(m=m<<s|_,l+=s;l>0;e[n+b]=m&255,b+=T,m/=256,l-=8);e[n+b-T]|=L*128}});var tp=w(At=>{"use strict";t();var ba=Hs(),wt=Vs(),$s=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;At.Buffer=S;At.SlowBuffer=cT;At.INSPECT_MAX_BYTES=50;var Yn=2147483647;At.kMaxLength=Yn;S.TYPED_ARRAY_SUPPORT=tT();!S.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 tT(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(S.prototype,"parent",{enumerable:!0,get:function(){if(!!S.isBuffer(this))return this.buffer}});Object.defineProperty(S.prototype,"offset",{enumerable:!0,get:function(){if(!!S.isBuffer(this))return this.byteOffset}});function _o(e){if(e>Yn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,S.prototype),o}function S(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ia(e)}return js(e,o,n)}S.poolSize=8192;function js(e,o,n){if(typeof e=="string")return rT(e,o);if(ArrayBuffer.isView(e))return aT(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(eo(e,ArrayBuffer)||e&&eo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(eo(e,SharedArrayBuffer)||e&&eo(e.buffer,SharedArrayBuffer)))return wa(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return S.from(r,o,n);var s=iT(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return S.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}S.from=function(e,o,n){return js(e,o,n)};Object.setPrototypeOf(S.prototype,Uint8Array.prototype);Object.setPrototypeOf(S,Uint8Array);function Ks(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 nT(e,o,n){return Ks(e),e<=0?_o(e):o!==void 0?typeof n=="string"?_o(e).fill(o,n):_o(e).fill(o):_o(e)}S.alloc=function(e,o,n){return nT(e,o,n)};function Ia(e){return Ks(e),_o(e<0?0:ka(e)|0)}S.allocUnsafe=function(e){return Ia(e)};S.allocUnsafeSlow=function(e){return Ia(e)};function rT(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!S.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Xs(e,o)|0,r=_o(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function va(e){for(var o=e.length<0?0:ka(e.length)|0,n=_o(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function aT(e){if(eo(e,Uint8Array)){var o=new Uint8Array(e);return wa(o.buffer,o.byteOffset,o.byteLength)}return va(e)}function wa(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,S.prototype),r}function iT(e){if(S.isBuffer(e)){var o=ka(e.length)|0,n=_o(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||Da(e.length)?_o(0):va(e);if(e.type==="Buffer"&&Array.isArray(e.data))return va(e.data)}function ka(e){if(e>=Yn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Yn.toString(16)+" bytes");return e|0}function cT(e){return+e!=e&&(e=0),S.alloc(+e)}S.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==S.prototype};S.compare=function(o,n){if(eo(o,Uint8Array)&&(o=S.from(o,o.offset,o.byteLength)),eo(n,Uint8Array)&&(n=S.from(n,n.offset,n.byteLength)),!S.isBuffer(o)||!S.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};S.isEncoding=function(o){switch(String(o).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}};S.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return S.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=S.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(eo(m,Uint8Array))p+m.length>s.length?S.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(S.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function Xs(e,o){if(S.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||eo(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 n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Aa(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return op(e).length;default:if(s)return r?-1:Aa(e).length;o=(""+o).toLowerCase(),s=!0}}S.byteLength=Xs;function sT(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return TT(this,o,n);case"utf8":case"utf-8":return Zs(this,o,n);case"ascii":return gT(this,o,n);case"latin1":case"binary":return hT(this,o,n);case"base64":return uT(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xT(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}S.prototype._isBuffer=!0;function Zo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}S.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)Zo(this,n,n+1);return this};S.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)Zo(this,n,n+3),Zo(this,n+1,n+2);return this};S.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)Zo(this,n,n+7),Zo(this,n+1,n+6),Zo(this,n+2,n+5),Zo(this,n+3,n+4);return this};S.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Zs(this,0,o):sT.apply(this,arguments)};S.prototype.toLocaleString=S.prototype.toString;S.prototype.equals=function(o){if(!S.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:S.compare(this,o)===0};S.prototype.inspect=function(){var o="",n=At.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};$s&&(S.prototype[$s]=S.prototype.inspect);S.prototype.compare=function(o,n,r,s,p){if(eo(o,Uint8Array)&&(o=S.from(o,o.offset,o.byteLength)),!S.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,d=Math.min(m,_),l=this.slice(s,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Ys(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,Da(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=S.from(o,r)),S.isBuffer(o))return o.length===0?-1:qs(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):qs(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function qs(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(b,T){return p===1?b[T]:b.readUInt16BE(T*p)}var l;if(s){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}S.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};S.prototype.indexOf=function(o,n,r){return Ys(this,o,n,r,!0)};S.prototype.lastIndexOf=function(o,n,r){return Ys(this,o,n,r,!1)};function pT(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(Da(_))return m;e[n+m]=_}return m}function mT(e,o,n,r){return Zn(Aa(o,e.length-n),e,n,r)}function dT(e,o,n,r){return Zn(bT(o),e,n,r)}function _T(e,o,n,r){return Zn(op(o),e,n,r)}function lT(e,o,n,r){return Zn(vT(o,e.length-n),e,n,r)}S.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return pT(this,o,n,r);case"utf8":case"utf-8":return mT(this,o,n,r);case"ascii":case"latin1":case"binary":return dT(this,o,n,r);case"base64":return _T(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return lT(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};S.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function uT(e,o,n){return o===0&&n===e.length?ba.fromByteArray(e):ba.fromByteArray(e.slice(o,n))}function Zs(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[s+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[s+1],l=e[s+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[s+1],l=e[s+2],u=e[s+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return fT(r)}var zs=4096;function fT(e){var o=e.length;if(o<=zs)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=zs));return n}function gT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function hT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function TT(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=wT[e[p]];return s}function xT(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}S.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,S.prototype),s};function se(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}S.prototype.readUintLE=S.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};S.prototype.readUintBE=S.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};S.prototype.readUint8=S.prototype.readUInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]};S.prototype.readUint16LE=S.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]|this[o+1]<<8};S.prototype.readUint16BE=S.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]<<8|this[o+1]};S.prototype.readUint32LE=S.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};S.prototype.readUint32BE=S.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};S.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};S.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};S.prototype.readInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};S.prototype.readInt16LE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};S.prototype.readInt16BE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};S.prototype.readInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};S.prototype.readInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};S.prototype.readFloatLE=function(o,n){return o=o>>>0,n||se(o,4,this.length),wt.read(this,o,!0,23,4)};S.prototype.readFloatBE=function(o,n){return o=o>>>0,n||se(o,4,this.length),wt.read(this,o,!1,23,4)};S.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||se(o,8,this.length),wt.read(this,o,!0,52,8)};S.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||se(o,8,this.length),wt.read(this,o,!1,52,8)};function ve(e,o,n,r,s,p){if(!S.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}S.prototype.writeUintLE=S.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ve(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};S.prototype.writeUintBE=S.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ve(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};S.prototype.writeUint8=S.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,1,255,0),this[n]=o&255,n+1};S.prototype.writeUint16LE=S.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};S.prototype.writeUint16BE=S.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};S.prototype.writeUint32LE=S.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};S.prototype.writeUint32BE=S.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};S.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ve(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};S.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ve(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};S.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};S.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};S.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};S.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};S.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Js(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Qs(e,o,n,r,s){return o=+o,n=n>>>0,s||Js(e,o,n,4,34028234663852886e22,-34028234663852886e22),wt.write(e,o,n,r,23,4),n+4}S.prototype.writeFloatLE=function(o,n,r){return Qs(this,o,n,!0,r)};S.prototype.writeFloatBE=function(o,n,r){return Qs(this,o,n,!1,r)};function ep(e,o,n,r,s){return o=+o,n=n>>>0,s||Js(e,o,n,8,17976931348623157e292,-17976931348623157e292),wt.write(e,o,n,r,52,8),n+8}S.prototype.writeDoubleLE=function(o,n,r){return ep(this,o,n,!0,r)};S.prototype.writeDoubleBE=function(o,n,r){return ep(this,o,n,!1,r)};S.prototype.copy=function(o,n,r,s){if(!S.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};S.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!S.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=S.isBuffer(o)?o:S.from(o,s),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var ST=/[^+/0-9A-Za-z-_]/g;function yT(e){if(e=e.split("=")[0],e=e.trim().replace(ST,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Aa(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function bT(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function vT(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function op(e){return ba.toByteArray(yT(e))}function Zn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function eo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Da(e){return e!==e}var wT=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var cp=w((hI,ip)=>{t();var J=ip.exports={},oo,to;function Na(){throw new Error("setTimeout has not been defined")}function Ca(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oo=setTimeout:oo=Na}catch(e){oo=Na}try{typeof clearTimeout=="function"?to=clearTimeout:to=Ca}catch(e){to=Ca}})();function np(e){if(oo===setTimeout)return setTimeout(e,0);if((oo===Na||!oo)&&setTimeout)return oo=setTimeout,setTimeout(e,0);try{return oo(e,0)}catch(o){try{return oo.call(null,e,0)}catch(n){return oo.call(this,e,0)}}}function AT(e){if(to===clearTimeout)return clearTimeout(e);if((to===Ca||!to)&&clearTimeout)return to=clearTimeout,clearTimeout(e);try{return to(e)}catch(o){try{return to.call(null,e)}catch(n){return to.call(this,e)}}}var lo=[],It=!1,Jo,Jn=-1;function IT(){!It||!Jo||(It=!1,Jo.length?lo=Jo.concat(lo):Jn=-1,lo.length&&rp())}function rp(){if(!It){var e=np(IT);It=!0;for(var o=lo.length;o;){for(Jo=lo,lo=[];++Jn<o;)Jo&&Jo[Jn].run();Jn=-1,o=lo.length}Jo=null,It=!1,AT(e)}}J.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];lo.push(new ap(e,o)),lo.length===1&&!It&&np(rp)};function ap(e,o){this.fun=e,this.array=o}ap.prototype.run=function(){this.fun.apply(null,this.array)};J.title="browser";J.browser=!0;J.env={};J.argv=[];J.version="";J.versions={};function uo(){}J.on=uo;J.addListener=uo;J.once=uo;J.off=uo;J.removeListener=uo;J.removeAllListeners=uo;J.emit=uo;J.prependListener=uo;J.prependOnceListener=uo;J.listeners=function(e){return[]};J.binding=function(e){throw new Error("process.binding is not supported")};J.cwd=function(){return"/"};J.chdir=function(e){throw new Error("process.chdir is not supported")};J.umask=function(){return 0}});var a,c,kT,i,t=v(()=>{a=x(tp()),c=x(cp()),kT=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=kT});var La=v(()=>{"use strict";t()});var nn,Pa,no=v(()=>{"use strict";t();nn="Transaction canceled",Pa="You cannot sign transactions from a different account"});var sp=v(()=>{"use strict";t()});var Ea,pp=v(()=>{"use strict";t();Ea=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(Ea||{})});var Ma,Ra,Wa,Oa,rn,Fa,Ba=v(()=>{"use strict";t();Ma="1.0.8",Ra="1.0.11",Wa="1.0.15",Oa="1.0.17",rn="1.0.22",Fa="1.0.23"});var Ga,Ua=v(()=>{"use strict";t();Ga={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var mp=v(()=>{"use strict";t()});var Ha,Va=v(()=>{"use strict";t();Ha=(s=>(s.signature="signature",s.sessionId="sessionId",s.status="status",s.address="address",s))(Ha||{})});var dp=v(()=>{"use strict";t()});var _p=v(()=>{"use strict";t()});var We,kt,Mo=v(()=>{"use strict";t();We=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),kt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var lp,NI,up,CI,$=v(()=>{"use strict";t();Mo();lp=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(lp||{}),NI=g(g({},kt.WindowProviderRequestEnums),lp),up=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(up||{}),CI=g(g({},kt.WindowProviderResponseEnums),up)});var fp=v(()=>{"use strict";t()});var gp=v(()=>{"use strict";t()});var fo,we=v(()=>{"use strict";t();fo=(s=>(s.raw="raw",s.text="text",s.decimal="decimal",s.smart="smart",s))(fo||{})});var hp=v(()=>{"use strict";t()});var Tp=v(()=>{"use strict";t()});var xp=v(()=>{"use strict";t()});var q=v(()=>{"use strict";t();Va();dp();_p();$();fp();gp();we();hp();Tp();xp()});var Qo,Sp,jI,yp,KI,bp,XI,YI,vp,Qn,et=v(()=>{"use strict";t();q();Qo={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",extrasApiAddress:"https://devnet-extras-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",extrasApiAddress:"https://testnet-extras-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",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Sp,egldLabel:jI}=Qo["devnet"],{chainId:yp,egldLabel:KI}=Qo["testnet"],{chainId:bp,egldLabel:XI}=Qo["mainnet"],YI={["devnet"]:Sp,["testnet"]:yp,["mainnet"]:bp},vp={[Sp]:"devnet",[yp]:"testnet",[bp]:"mainnet"},Qn=0});var an=v(()=>{"use strict";t()});var ro,wp=v(()=>{"use strict";t();ro=require("@multiversx/sdk-web-wallet-provider")});var re,Ro=v(()=>{"use strict";t();re=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Ap,Ip,$a,tk,nk,qa=v(()=>{"use strict";t();Ro();$a=String((Ip=(Ap=re.safeWindow)==null?void 0:Ap.navigator)==null?void 0:Ip.userAgent),tk=/^((?!chrome|android).)*safari/i.test($a),nk=/firefox/i.test($a)&&/windows/i.test($a)});var za,er,cn,ja,Wo,Oe,ot,kp,Dp,Np,go,or,Cp,tr,Lp,Pp,Fe,Ep,Mp,E=v(()=>{"use strict";t();La();no();sp();pp();Ba();Ua();mp();et();an();wp();qa();za=.01,er=1500,cn=5e4,ja=5e4,Wo=1e9,Oe=18,ot=4,kp=1,Dp=1,Np="/dapp/init",go="signSession",or="sdk-dapp-version",Cp="4.6.3",tr="logout",Lp="login",Pp="N/A",Fe="0",Ep="...",Mp="EGLD-000000"});var sn,nr=v(()=>{"use strict";t();sn=()=>Date.now()/1e3});var Rp=v(()=>{"use strict";t()});var Wp=v(()=>{"use strict";t()});var Ka=v(()=>{"use strict";t();nr();Rp();Wp()});var Xa={};U(Xa,{clear:()=>LT,getItem:()=>NT,localStorageKeys:()=>Be,removeItem:()=>CT,setItem:()=>DT});var Be,rr,DT,NT,CT,LT,tt=v(()=>{"use strict";t();Ka();Be={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},rr=typeof localStorage!="undefined",DT=({key:e,data:o,expires:n})=>{!rr||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},NT=e=>{if(!rr)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:sn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},CT=e=>{!rr||localStorage.removeItem(String(e))},LT=()=>{!rr||localStorage.clear()}});var Ya={};U(Ya,{clear:()=>Gp,getItem:()=>Fp,removeItem:()=>Bp,sessionStorageKeys:()=>PT,setItem:()=>Op,storage:()=>ET});var PT,Op,Fp,Bp,Gp,ET,Up=v(()=>{"use strict";t();PT={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Op=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Fp=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Bp=e=>sessionStorage.removeItem(String(e)),Gp=()=>sessionStorage.clear(),ET={setItem:Op,getItem:Fp,removeItem:Bp,clear:Gp}});var $e,nt=v(()=>{"use strict";t();tt();Up();$e={session:Ya,local:Xa}});var Za,j,Ae,Z=v(()=>{"use strict";t();Za=require("@reduxjs/toolkit");E();j=(0,Za.createAction)(tr),Ae=(0,Za.createAction)(Lp,e=>({payload:e}))});var Qa,Hp,Vp,Ge,Ja,$p,qe,Oo,ei,Mk,MT,RT,Rk,Wk,Ok,WT,OT,ar,ir=v(()=>{"use strict";t();Qa=require("@multiversx/sdk-core"),Hp=require("@reduxjs/toolkit"),Vp=require("redux-persist");E();nt();tt();Z();Ge={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Fe},Ja={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ge},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},$p=(0,Hp.createSlice)({name:"accountInfoSlice",initialState:Ja,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Qa.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ge},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(j,()=>($e.local.removeItem(Be.loginExpiresAt),Ja)),e.addCase(Ae,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Qa.Address(r).toHex()}),e.addCase(Vp.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let d=m&&s in m;o.accounts=d?m:Ja.accounts,o.publicKey=_})}}),{setAccount:qe,setAddress:Oo,setAccountNonce:ei,setAccountShard:Mk,setLedgerAccount:MT,updateLedgerAccount:RT,setWalletConnectAccount:Rk,setIsAccountLoading:Wk,setAccountLoadingError:Ok,setWebsocketEvent:WT,setWebsocketBatchEvent:OT}=$p.actions,ar=$p.reducer});function pn(){return new Date().setHours(new Date().getHours()+24)}function mn(e){$e.local.setItem({key:Be.loginExpiresAt,data:e,expires:e})}var oi=v(()=>{"use strict";t();nt();tt()});var zp,qp,jp,jk,FT,BT,ti,Kk,GT,Kp,Xk,Yk,Zk,cr,sr=v(()=>{"use strict";t();zp=require("@reduxjs/toolkit");oi();$();Z();qp={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},jp=(0,zp.createSlice)({name:"loginInfoSlice",initialState:qp,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(j,()=>qp),e.addCase(Ae,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,mn(pn())})}}),{setLoginMethod:jk,setWalletConnectLogin:FT,setLedgerLogin:BT,setTokenLogin:ti,setTokenLoginSignature:Kk,setWalletLogin:GT,invalidateLoginSession:Kp,setLogoutRoute:Xk,setIsWalletConnectV2Initialized:Yk,setWebviewLogin:Zk}=jp.actions,cr=jp.reducer});var Yp,Xp,Zp,oD,UT,tD,HT,pr,mr=v(()=>{"use strict";t();Yp=require("@reduxjs/toolkit");Z();Xp={},Zp=(0,Yp.createSlice)({name:"modalsSlice",initialState:Xp,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(j,()=>Xp)}}),{setTxSubmittedModal:oD,setNotificationModal:UT,clearTxSubmittedModal:tD,clearNotificationModal:HT}=Zp.actions,pr=Zp.reducer});var ze,rt=v(()=>{"use strict";t();ze=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=v(()=>{"use strict";t();rt();V=()=>{if(!ze())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:s,search:p}}=window;return{pathname:o,hash:n,origin:r,href:s,search:p}}});var Dt,Jp=v(()=>{"use strict";t();me();Dt=(e="")=>{let o=V(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Qp=v(()=>{"use strict";t();de()});var em,om=v(()=>{"use strict";t();Ro();em=e=>{if(!re.safeWindow.location)return;if(!new URL(re.safeWindow.location.href).protocol.startsWith("http"))return re.safeWindow.location.reload();re.safeWindow.location.assign(e)}});var de=v(()=>{"use strict";t();Jp();Qp();me();om()});var tm,nm,dn,_n=v(()=>{"use strict";t();de();tm=!1,nm=(e=!0)=>{tm=e},dn=({timeout:e=0,url:o})=>{tm||setTimeout(()=>{if(!!window)return em(o)},e)}});var rm=v(()=>{"use strict";t();_n()});function am(e){return e[Math.floor(Math.random()*e.length)]}var im=v(()=>{"use strict";t()});function ni(e){let o=null;if((e==null?void 0:e.statusCode)in Ga){let n=e==null?void 0:e.statusCode,{message:r}=Ga[n];o=qT.includes(n)?cm:r}return{errorMessage:o,defaultErrorMessage:cm}}var cm,VT,$T,qT,ri=v(()=>{"use strict";t();Ua();cm="Check if the MultiversX app is open on Ledger",VT=28161,$T=28160,qT=[VT,$T]});var ho=v(()=>{"use strict";t();rm();im();ri()});var sm,pm,mm,ai,jT,dm,ED,MD,_m,dr,_r=v(()=>{"use strict";t();sm=require("@reduxjs/toolkit"),pm=x(require("lodash.omit")),mm=require("redux-persist");an();Z();ho();ai={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},jT={network:ai},dm=(0,sm.createSlice)({name:"appConfig",initialState:jT,reducers:{initializeNetworkConfig:(e,o)=>{let n=am(o.payload.walletConnectV2RelayAddresses),r=(0,pm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(j,o=>{o.network.customWalletAddress=void 0}),e.addCase(mm.REHYDRATE,(o,n)=>{var s,p;if(!((p=(s=n.payload)==null?void 0:s.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:ED,updateNetworkConfig:MD,setCustomWalletAddress:_m}=dm.actions,dr=dm.reducer});var lm,ii,um,GD,UD,HD,lr,ur=v(()=>{"use strict";t();lm=require("@reduxjs/toolkit");q();Z();ii={isSigning:!1,signedSessions:{}},um=(0,lm.createSlice)({name:"signedMessageInfoSliceState",initialState:ii,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>ii},extraReducers:e=>{e.addCase(j,()=>ii)}}),{setSignSession:GD,clearSignedMessageInfo:UD,setSignSessionState:HD}=um.actions,lr=um.reducer});var gm,hm,fm,Tm,KT,XT,XD,YT,fr,gr=v(()=>{"use strict";t();gm=require("@reduxjs/toolkit"),hm=require("redux-persist");q();nr();Z();fm={customToasts:[],transactionToasts:[]},Tm=(0,gm.createSlice)({name:"toastsSlice",initialState:fm,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(s=>s.toastId===n);if(r!==-1){e.customToasts[r]=I(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:sn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(j,()=>fm),e.addCase(hm.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:KT,removeCustomToast:XT,addTransactionToast:XD,removeTransactionToast:YT}=Tm.actions,fr=Tm.reducer});var xm,si,pi,mi,ZT,ci,Sm,QD,JT,ln,hr,Tr=v(()=>{"use strict";t();xm=require("@reduxjs/toolkit");Z();si="Transaction failed",pi="Transaction successful",mi="Processing transaction",ZT="Transaction submitted",ci={},Sm=(0,xm.createSlice)({name:"transactionsInfo",initialState:ci,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||si,successMessage:(r==null?void 0:r.successMessage)||pi,processingMessage:(r==null?void 0:r.processingMessage)||mi,submittedMessage:(r==null?void 0:r.submittedMessage)||ZT,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>ci},extraReducers:e=>{e.addCase(j,()=>ci)}}),{clearTransactionsInfo:QD,setTransactionsDisplayInfo:JT,clearTransactionsInfoForSessionId:ln}=Sm.actions,hr=Sm.reducer});function Ct(e){return e!=null&&(sx(e)||lx(e))}function Lt(e){return e!=null&&(px(e)||ux(e))}function Pt(e){return e!=null&&(mx(e)||fx(e))}function ym(e){return e!=null&&(dx(e)||gx(e))}function di(e){return e!=null&&_x(e)}function sx(e){return e!=null&&QT.includes(e)}function px(e){return e!=null&&ex.includes(e)}function mx(e){return e!=null&&ox.includes(e)}function dx(e){return e!=null&&tx.includes(e)}function _x(e){return e!=null&&nx.includes(e)}function lx(e){return e!=null&&rx.includes(e)}function ux(e){return e!=null&&ax.includes(e)}function fx(e){return e!=null&&ix.includes(e)}function gx(e){return e!=null&&cx.includes(e)}var QT,ex,ox,tx,nx,rx,ax,ix,cx,Et=v(()=>{"use strict";t();$();QT=["sent"],ex=["success"],ox=["fail","cancelled","timedOut"],tx=["invalid"],nx=["timedOut"],rx=["pending"],ax=["success"],ix=["fail","invalid"],cx=["not executed"]});var bm,vm,un,hx,wm,Am,Im,Tx,at,xx,Sx,sN,km,Bo,it,pN,xr,Sr=v(()=>{"use strict";t();bm=require("@reduxjs/toolkit"),vm=require("redux-persist");$();Et();Z();un={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},hx={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},wm=(0,bm.createSlice)({name:"transactionsSlice",initialState:un,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},hx),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=un.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,b,T,L,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(P=>P.hash===p?I(g(g({},m!=null?m:{}),P),{status:r,errorMessage:s,inTransit:_}):P);let R=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(P=>Lt(P.status)),M=(T=(b=e.signedTransactions[n])==null?void 0:b.transactions)==null?void 0:T.some(P=>Pt(P.status)),O=(A=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:A.every(P=>ym(P.status));R&&(e.signedTransactions[n].status="success"),M&&(e.signedTransactions[n].status="fail"),O&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=un.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=un.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(j,()=>un),e.addCase(vm.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Am,updateSignedTransactions:Im,setTransactionsToSign:Tx,clearAllTransactionsToSign:at,clearAllSignedTransactions:xx,clearSignedTransaction:Sx,clearTransactionToSign:sN,setSignTransactionsError:km,setSignTransactionsCancelMessage:Bo,moveTransactionsToSignedState:it,updateSignedTransactionsCustomTransactionInformation:pN}=wm.actions,xr=wm.reducer});var Dm,_i,Nm,lN,uN,yx,fN,yr,br=v(()=>{"use strict";t();Dm=require("@reduxjs/toolkit");Z();_i={},Nm=(0,Dm.createSlice)({name:"batchTransactionsSlice",initialState:_i,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>_i},extraReducers:e=>{e.addCase(j,()=>_i)}}),{setBatchTransactions:lN,updateBatchTransactions:uN,clearBatchTransactions:yx,clearAllBatchTransactions:fN}=Nm.actions,yr=Nm.reducer});var Lm,Cm,Pm,xN,Em,li=v(()=>{"use strict";t();Lm=require("@reduxjs/toolkit");Z();Cm={},Pm=(0,Lm.createSlice)({name:"dappConfigSlice",initialState:Cm,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(j,()=>Cm)}}),{setDappConfig:xN}=Pm.actions,Em=Pm.reducer});var G=v(()=>{"use strict";t();ir();sr();mr();_r();ur();gr();Tr();Sr();br();li()});var ui=v(()=>{"use strict";t()});var Wm,Ax,Ix,fn,fi=v(()=>{"use strict";t();Wm=require("@reduxjs/toolkit");ui();ir();br();li();sr();mr();_r();ur();gr();Tr();Sr();Ax={["account"]:ar,["dappConfig"]:Em,["loginInfo"]:cr,["modals"]:pr,["networkConfig"]:dr,["signedMessageInfo"]:lr,["toasts"]:fr,["transactionsInfo"]:hr,["transactions"]:xr,["batchTransactions"]:yr},Ix=(e={})=>(0,Wm.combineReducers)(g(g({},Ax),e)),fn=Ix});var Gm={};U(Gm,{default:()=>Hx,sessionStorageReducers:()=>gi});function To(e,o=[]){return{key:e,version:1,storage:Fm.default,blacklist:o}}var Ie,Om,Fm,kx,gn,Dx,Nx,Cx,Lx,Px,Ex,Mx,Rx,Wx,Ox,Bm,Fx,gi,Bx,Gx,Ux,Hx,Um=v(()=>{"use strict";t();Ie=require("redux-persist"),Om=x(require("redux-persist/lib/storage")),Fm=x(require("redux-persist/lib/storage/session"));fi();G();ir();br();sr();mr();_r();ur();gr();Tr();Sr();ui();kx={persistReducersStorageType:"localStorage"},gn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Dx=To(gn["account"]),Nx=To(gn["loginInfo"]),Cx=To(gn["modals"]),Lx=To(gn["networkConfig"]),Px={2:e=>I(g({},e),{networkConfig:ai})};Ex=To("sdk-dapp-transactionsInfo"),Mx=To("sdk-dapp-transactions",["transactionsToSign"]),Rx=To("sdk-dapp-batchTransactions",["batchTransactions"]),Wx=To("sdk-dapp-toasts"),Ox=To("sdk-dapp-signedMessageInfo"),Bm={key:"sdk-dapp-store",version:2,storage:Om.default,whitelist:Object.keys(gn),migrate:(0,Ie.createMigrate)(Px,{debug:!1})},Fx=I(g({},Bm),{whitelist:[]}),gi={["toasts"]:(0,Ie.persistReducer)(Wx,fr),["transactions"]:(0,Ie.persistReducer)(Mx,xr),["transactionsInfo"]:(0,Ie.persistReducer)(Ex,hr),["batchTransactions"]:(0,Ie.persistReducer)(Rx,yr),["signedMessageInfo"]:(0,Ie.persistReducer)(Ox,lr)},Bx=I(g({},gi),{["account"]:(0,Ie.persistReducer)(Dx,ar),["loginInfo"]:(0,Ie.persistReducer)(Nx,cr),["modals"]:(0,Ie.persistReducer)(Cx,pr),["networkConfig"]:(0,Ie.persistReducer)(Lx,dr)}),Gx=kx.persistReducersStorageType==="localStorage",Ux=Gx?(0,Ie.persistReducer)(Bm,fn(gi)):(0,Ie.persistReducer)(Fx,fn(Bx)),Hx=Ux});var Hm={};U(Hm,{default:()=>Vx});var Vx,Vm=v(()=>{"use strict";t();fi();Vx=fn()});var $m={};U($m,{default:()=>qx});var Ue,$x,qx,qm=v(()=>{"use strict";t();Ue=require("redux-persist"),$x=[Ue.FLUSH,Ue.REHYDRATE,Ue.PAUSE,Ue.PERSIST,Ue.PURGE,Ue.REGISTER],qx=$x});var Km={};U(Km,{default:()=>jm});function jm(e){return(0,zm.persistStore)(e)}var zm,Xm=v(()=>{"use strict";t();zm=require("redux-persist")});var O_=w((NF,W_)=>{t();var _y=typeof i=="object"&&i&&i.Object===Object&&i;W_.exports=_y});var In=w((CF,F_)=>{t();var ly=O_(),uy=typeof self=="object"&&self&&self.Object===Object&&self,fy=ly||uy||Function("return this")();F_.exports=fy});var qr=w((LF,B_)=>{t();var gy=In(),hy=gy.Symbol;B_.exports=hy});var V_=w((PF,H_)=>{t();var G_=qr(),U_=Object.prototype,Ty=U_.hasOwnProperty,xy=U_.toString,kn=G_?G_.toStringTag:void 0;function Sy(e){var o=Ty.call(e,kn),n=e[kn];try{e[kn]=void 0;var r=!0}catch(p){}var s=xy.call(e);return r&&(o?e[kn]=n:delete e[kn]),s}H_.exports=Sy});var q_=w((EF,$_)=>{t();var yy=Object.prototype,by=yy.toString;function vy(e){return by.call(e)}$_.exports=vy});var zr=w((MF,K_)=>{t();var z_=qr(),wy=V_(),Ay=q_(),Iy="[object Null]",ky="[object Undefined]",j_=z_?z_.toStringTag:void 0;function Dy(e){return e==null?e===void 0?ky:Iy:j_&&j_ in Object(e)?wy(e):Ay(e)}K_.exports=Dy});var nc=w((RF,X_)=>{t();var Ny=Array.isArray;X_.exports=Ny});var rc=w((WF,Y_)=>{t();function Cy(e){return e!=null&&typeof e=="object"}Y_.exports=Cy});var J_=w((OF,Z_)=>{t();var Ly=zr(),Py=nc(),Ey=rc(),My="[object String]";function Ry(e){return typeof e=="string"||!Py(e)&&Ey(e)&&Ly(e)==My}Z_.exports=Ry});var cc={};U(cc,{css:()=>rl,default:()=>Vy});var rl,Vy,sc=v(()=>{"use strict";t();rl=`.dapp-core-component__main__link-style {
1
+ "use strict";var Vh=Object.create;var tn=Object.defineProperty,$h=Object.defineProperties,qh=Object.getOwnPropertyDescriptor,zh=Object.getOwnPropertyDescriptors,jh=Object.getOwnPropertyNames,Kn=Object.getOwnPropertySymbols,Kh=Object.getPrototypeOf,xa=Object.prototype.hasOwnProperty,Fs=Object.prototype.propertyIsEnumerable;var Os=(e,o,n)=>o in e?tn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))xa.call(o,n)&&Os(e,n,o[n]);if(Kn)for(var n of Kn(o))Fs.call(o,n)&&Os(e,n,o[n]);return e},I=(e,o)=>$h(e,zh(o));var Ve=(e,o)=>{var n={};for(var r in e)xa.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kn)for(var r of Kn(e))o.indexOf(r)<0&&Fs.call(e,r)&&(n[r]=e[r]);return n};var v=(e,o)=>()=>(e&&(o=e(e=0)),o);var w=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),U=(e,o)=>{for(var n in o)tn(e,n,{get:o[n],enumerable:!0})},Bs=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of jh(o))!xa.call(e,s)&&s!==n&&tn(e,s,{get:()=>o[s],enumerable:!(r=qh(o,s))||r.enumerable});return e};var x=(e,o,n)=>(n=e!=null?Vh(Kh(e)):{},Bs(o||!e||!e.__esModule?tn(n,"default",{value:e,enumerable:!0}):n,e)),F=e=>Bs(tn({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=d=>{try{_(n.next(d))}catch(l){s(l)}},m=d=>{try{_(n.throw(d))}catch(l){s(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var Hs=w(Xn=>{"use strict";t();Xn.byteLength=Yh;Xn.toByteArray=Jh;Xn.fromByteArray=oT;var Qe=[],Re=[],Xh=typeof Uint8Array!="undefined"?Uint8Array:Array,Sa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Yo=0,Gs=Sa.length;Yo<Gs;++Yo)Qe[Yo]=Sa[Yo],Re[Sa.charCodeAt(Yo)]=Yo;var Yo,Gs;Re["-".charCodeAt(0)]=62;Re["_".charCodeAt(0)]=63;function Us(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function Yh(e){var o=Us(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Zh(e,o,n){return(o+n)*3/4-n}function Jh(e){var o,n=Us(e),r=n[0],s=n[1],p=new Xh(Zh(e,r,s)),m=0,_=s>0?r-4:r,d;for(d=0;d<_;d+=4)o=Re[e.charCodeAt(d)]<<18|Re[e.charCodeAt(d+1)]<<12|Re[e.charCodeAt(d+2)]<<6|Re[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=Re[e.charCodeAt(d)]<<2|Re[e.charCodeAt(d+1)]>>4,p[m++]=o&255),s===1&&(o=Re[e.charCodeAt(d)]<<10|Re[e.charCodeAt(d+1)]<<4|Re[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Qh(e){return Qe[e>>18&63]+Qe[e>>12&63]+Qe[e>>6&63]+Qe[e&63]}function eT(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Qh(r));return s.join("")}function oT(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(eT(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Qe[o>>2]+Qe[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Qe[o>>10]+Qe[o>>4&63]+Qe[o<<2&63]+"=")),s.join("")}});var Vs=w(ya=>{t();ya.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?s-1:0,h=n?-1:1,b=e[o+f];for(f+=h,p=b&(1<<-u)-1,b>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(b?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(b?-1:1)*m*Math.pow(2,p-r)};ya.write=function(e,o,n,r,s,p){var m,_,d,l=p*8-s-1,u=(1<<l)-1,f=u>>1,h=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=r?0:p-1,T=r?1:-1,L=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,s),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,s),m=0));s>=8;e[n+b]=_&255,b+=T,_/=256,s-=8);for(m=m<<s|_,l+=s;l>0;e[n+b]=m&255,b+=T,m/=256,l-=8);e[n+b-T]|=L*128}});var tp=w(At=>{"use strict";t();var ba=Hs(),wt=Vs(),$s=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;At.Buffer=S;At.SlowBuffer=cT;At.INSPECT_MAX_BYTES=50;var Yn=2147483647;At.kMaxLength=Yn;S.TYPED_ARRAY_SUPPORT=tT();!S.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 tT(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(S.prototype,"parent",{enumerable:!0,get:function(){if(!!S.isBuffer(this))return this.buffer}});Object.defineProperty(S.prototype,"offset",{enumerable:!0,get:function(){if(!!S.isBuffer(this))return this.byteOffset}});function _o(e){if(e>Yn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,S.prototype),o}function S(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ia(e)}return js(e,o,n)}S.poolSize=8192;function js(e,o,n){if(typeof e=="string")return rT(e,o);if(ArrayBuffer.isView(e))return aT(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(eo(e,ArrayBuffer)||e&&eo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(eo(e,SharedArrayBuffer)||e&&eo(e.buffer,SharedArrayBuffer)))return wa(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return S.from(r,o,n);var s=iT(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return S.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}S.from=function(e,o,n){return js(e,o,n)};Object.setPrototypeOf(S.prototype,Uint8Array.prototype);Object.setPrototypeOf(S,Uint8Array);function Ks(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 nT(e,o,n){return Ks(e),e<=0?_o(e):o!==void 0?typeof n=="string"?_o(e).fill(o,n):_o(e).fill(o):_o(e)}S.alloc=function(e,o,n){return nT(e,o,n)};function Ia(e){return Ks(e),_o(e<0?0:ka(e)|0)}S.allocUnsafe=function(e){return Ia(e)};S.allocUnsafeSlow=function(e){return Ia(e)};function rT(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!S.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Xs(e,o)|0,r=_o(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function va(e){for(var o=e.length<0?0:ka(e.length)|0,n=_o(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function aT(e){if(eo(e,Uint8Array)){var o=new Uint8Array(e);return wa(o.buffer,o.byteOffset,o.byteLength)}return va(e)}function wa(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,S.prototype),r}function iT(e){if(S.isBuffer(e)){var o=ka(e.length)|0,n=_o(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||Da(e.length)?_o(0):va(e);if(e.type==="Buffer"&&Array.isArray(e.data))return va(e.data)}function ka(e){if(e>=Yn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Yn.toString(16)+" bytes");return e|0}function cT(e){return+e!=e&&(e=0),S.alloc(+e)}S.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==S.prototype};S.compare=function(o,n){if(eo(o,Uint8Array)&&(o=S.from(o,o.offset,o.byteLength)),eo(n,Uint8Array)&&(n=S.from(n,n.offset,n.byteLength)),!S.isBuffer(o)||!S.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};S.isEncoding=function(o){switch(String(o).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}};S.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return S.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=S.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(eo(m,Uint8Array))p+m.length>s.length?S.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(S.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function Xs(e,o){if(S.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||eo(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 n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Aa(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return op(e).length;default:if(s)return r?-1:Aa(e).length;o=(""+o).toLowerCase(),s=!0}}S.byteLength=Xs;function sT(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return TT(this,o,n);case"utf8":case"utf-8":return Zs(this,o,n);case"ascii":return gT(this,o,n);case"latin1":case"binary":return hT(this,o,n);case"base64":return uT(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xT(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}S.prototype._isBuffer=!0;function Zo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}S.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)Zo(this,n,n+1);return this};S.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)Zo(this,n,n+3),Zo(this,n+1,n+2);return this};S.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)Zo(this,n,n+7),Zo(this,n+1,n+6),Zo(this,n+2,n+5),Zo(this,n+3,n+4);return this};S.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Zs(this,0,o):sT.apply(this,arguments)};S.prototype.toLocaleString=S.prototype.toString;S.prototype.equals=function(o){if(!S.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:S.compare(this,o)===0};S.prototype.inspect=function(){var o="",n=At.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};$s&&(S.prototype[$s]=S.prototype.inspect);S.prototype.compare=function(o,n,r,s,p){if(eo(o,Uint8Array)&&(o=S.from(o,o.offset,o.byteLength)),!S.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,d=Math.min(m,_),l=this.slice(s,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Ys(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,Da(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=S.from(o,r)),S.isBuffer(o))return o.length===0?-1:qs(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):qs(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function qs(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(b,T){return p===1?b[T]:b.readUInt16BE(T*p)}var l;if(s){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}S.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};S.prototype.indexOf=function(o,n,r){return Ys(this,o,n,r,!0)};S.prototype.lastIndexOf=function(o,n,r){return Ys(this,o,n,r,!1)};function pT(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(Da(_))return m;e[n+m]=_}return m}function mT(e,o,n,r){return Zn(Aa(o,e.length-n),e,n,r)}function dT(e,o,n,r){return Zn(bT(o),e,n,r)}function _T(e,o,n,r){return Zn(op(o),e,n,r)}function lT(e,o,n,r){return Zn(vT(o,e.length-n),e,n,r)}S.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return pT(this,o,n,r);case"utf8":case"utf-8":return mT(this,o,n,r);case"ascii":case"latin1":case"binary":return dT(this,o,n,r);case"base64":return _T(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return lT(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};S.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function uT(e,o,n){return o===0&&n===e.length?ba.fromByteArray(e):ba.fromByteArray(e.slice(o,n))}function Zs(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[s+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[s+1],l=e[s+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[s+1],l=e[s+2],u=e[s+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return fT(r)}var zs=4096;function fT(e){var o=e.length;if(o<=zs)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=zs));return n}function gT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function hT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function TT(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=wT[e[p]];return s}function xT(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}S.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,S.prototype),s};function se(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}S.prototype.readUintLE=S.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};S.prototype.readUintBE=S.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};S.prototype.readUint8=S.prototype.readUInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]};S.prototype.readUint16LE=S.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]|this[o+1]<<8};S.prototype.readUint16BE=S.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]<<8|this[o+1]};S.prototype.readUint32LE=S.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};S.prototype.readUint32BE=S.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};S.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};S.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};S.prototype.readInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};S.prototype.readInt16LE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};S.prototype.readInt16BE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};S.prototype.readInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};S.prototype.readInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};S.prototype.readFloatLE=function(o,n){return o=o>>>0,n||se(o,4,this.length),wt.read(this,o,!0,23,4)};S.prototype.readFloatBE=function(o,n){return o=o>>>0,n||se(o,4,this.length),wt.read(this,o,!1,23,4)};S.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||se(o,8,this.length),wt.read(this,o,!0,52,8)};S.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||se(o,8,this.length),wt.read(this,o,!1,52,8)};function ve(e,o,n,r,s,p){if(!S.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}S.prototype.writeUintLE=S.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ve(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};S.prototype.writeUintBE=S.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ve(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};S.prototype.writeUint8=S.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,1,255,0),this[n]=o&255,n+1};S.prototype.writeUint16LE=S.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};S.prototype.writeUint16BE=S.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};S.prototype.writeUint32LE=S.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};S.prototype.writeUint32BE=S.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};S.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ve(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};S.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ve(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};S.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};S.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};S.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};S.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};S.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ve(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Js(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Qs(e,o,n,r,s){return o=+o,n=n>>>0,s||Js(e,o,n,4,34028234663852886e22,-34028234663852886e22),wt.write(e,o,n,r,23,4),n+4}S.prototype.writeFloatLE=function(o,n,r){return Qs(this,o,n,!0,r)};S.prototype.writeFloatBE=function(o,n,r){return Qs(this,o,n,!1,r)};function ep(e,o,n,r,s){return o=+o,n=n>>>0,s||Js(e,o,n,8,17976931348623157e292,-17976931348623157e292),wt.write(e,o,n,r,52,8),n+8}S.prototype.writeDoubleLE=function(o,n,r){return ep(this,o,n,!0,r)};S.prototype.writeDoubleBE=function(o,n,r){return ep(this,o,n,!1,r)};S.prototype.copy=function(o,n,r,s){if(!S.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};S.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!S.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=S.isBuffer(o)?o:S.from(o,s),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var ST=/[^+/0-9A-Za-z-_]/g;function yT(e){if(e=e.split("=")[0],e=e.trim().replace(ST,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Aa(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function bT(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function vT(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function op(e){return ba.toByteArray(yT(e))}function Zn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function eo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Da(e){return e!==e}var wT=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var cp=w((hI,ip)=>{t();var J=ip.exports={},oo,to;function Na(){throw new Error("setTimeout has not been defined")}function Ca(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oo=setTimeout:oo=Na}catch(e){oo=Na}try{typeof clearTimeout=="function"?to=clearTimeout:to=Ca}catch(e){to=Ca}})();function np(e){if(oo===setTimeout)return setTimeout(e,0);if((oo===Na||!oo)&&setTimeout)return oo=setTimeout,setTimeout(e,0);try{return oo(e,0)}catch(o){try{return oo.call(null,e,0)}catch(n){return oo.call(this,e,0)}}}function AT(e){if(to===clearTimeout)return clearTimeout(e);if((to===Ca||!to)&&clearTimeout)return to=clearTimeout,clearTimeout(e);try{return to(e)}catch(o){try{return to.call(null,e)}catch(n){return to.call(this,e)}}}var lo=[],It=!1,Jo,Jn=-1;function IT(){!It||!Jo||(It=!1,Jo.length?lo=Jo.concat(lo):Jn=-1,lo.length&&rp())}function rp(){if(!It){var e=np(IT);It=!0;for(var o=lo.length;o;){for(Jo=lo,lo=[];++Jn<o;)Jo&&Jo[Jn].run();Jn=-1,o=lo.length}Jo=null,It=!1,AT(e)}}J.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];lo.push(new ap(e,o)),lo.length===1&&!It&&np(rp)};function ap(e,o){this.fun=e,this.array=o}ap.prototype.run=function(){this.fun.apply(null,this.array)};J.title="browser";J.browser=!0;J.env={};J.argv=[];J.version="";J.versions={};function uo(){}J.on=uo;J.addListener=uo;J.once=uo;J.off=uo;J.removeListener=uo;J.removeAllListeners=uo;J.emit=uo;J.prependListener=uo;J.prependOnceListener=uo;J.listeners=function(e){return[]};J.binding=function(e){throw new Error("process.binding is not supported")};J.cwd=function(){return"/"};J.chdir=function(e){throw new Error("process.chdir is not supported")};J.umask=function(){return 0}});var a,c,kT,i,t=v(()=>{a=x(tp()),c=x(cp()),kT=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=kT});var La=v(()=>{"use strict";t()});var nn,Pa,no=v(()=>{"use strict";t();nn="Transaction canceled",Pa="You cannot sign transactions from a different account"});var sp=v(()=>{"use strict";t()});var Ea,pp=v(()=>{"use strict";t();Ea=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(Ea||{})});var Ma,Ra,Wa,Oa,rn,Fa,Ba=v(()=>{"use strict";t();Ma="1.0.8",Ra="1.0.11",Wa="1.0.15",Oa="1.0.17",rn="1.0.22",Fa="1.0.23"});var Ga,Ua=v(()=>{"use strict";t();Ga={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var mp=v(()=>{"use strict";t()});var Ha,Va=v(()=>{"use strict";t();Ha=(s=>(s.signature="signature",s.sessionId="sessionId",s.status="status",s.address="address",s))(Ha||{})});var dp=v(()=>{"use strict";t()});var _p=v(()=>{"use strict";t()});var We,kt,Mo=v(()=>{"use strict";t();We=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),kt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var lp,NI,up,CI,$=v(()=>{"use strict";t();Mo();lp=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(lp||{}),NI=g(g({},kt.WindowProviderRequestEnums),lp),up=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(up||{}),CI=g(g({},kt.WindowProviderResponseEnums),up)});var fp=v(()=>{"use strict";t()});var gp=v(()=>{"use strict";t()});var fo,we=v(()=>{"use strict";t();fo=(s=>(s.raw="raw",s.text="text",s.decimal="decimal",s.smart="smart",s))(fo||{})});var hp=v(()=>{"use strict";t()});var Tp=v(()=>{"use strict";t()});var xp=v(()=>{"use strict";t()});var q=v(()=>{"use strict";t();Va();dp();_p();$();fp();gp();we();hp();Tp();xp()});var Qo,Sp,jI,yp,KI,bp,XI,YI,vp,Qn,et=v(()=>{"use strict";t();q();Qo={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",extrasApiAddress:"https://devnet-extras-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",extrasApiAddress:"https://testnet-extras-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",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Sp,egldLabel:jI}=Qo["devnet"],{chainId:yp,egldLabel:KI}=Qo["testnet"],{chainId:bp,egldLabel:XI}=Qo["mainnet"],YI={["devnet"]:Sp,["testnet"]:yp,["mainnet"]:bp},vp={[Sp]:"devnet",[yp]:"testnet",[bp]:"mainnet"},Qn=0});var an=v(()=>{"use strict";t()});var ro,wp=v(()=>{"use strict";t();ro=require("@multiversx/sdk-web-wallet-provider")});var re,Ro=v(()=>{"use strict";t();re=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Ap,Ip,$a,tk,nk,qa=v(()=>{"use strict";t();Ro();$a=String((Ip=(Ap=re.safeWindow)==null?void 0:Ap.navigator)==null?void 0:Ip.userAgent),tk=/^((?!chrome|android).)*safari/i.test($a),nk=/firefox/i.test($a)&&/windows/i.test($a)});var za,er,cn,ja,Wo,Oe,ot,kp,Dp,Np,go,or,Cp,tr,Lp,Pp,Fe,Ep,Mp,E=v(()=>{"use strict";t();La();no();sp();pp();Ba();Ua();mp();et();an();wp();qa();za=.01,er=1500,cn=5e4,ja=5e4,Wo=1e9,Oe=18,ot=4,kp=1,Dp=1,Np="/dapp/init",go="signSession",or="sdk-dapp-version",Cp="4.6.4",tr="logout",Lp="login",Pp="N/A",Fe="0",Ep="...",Mp="EGLD-000000"});var sn,nr=v(()=>{"use strict";t();sn=()=>Date.now()/1e3});var Rp=v(()=>{"use strict";t()});var Wp=v(()=>{"use strict";t()});var Ka=v(()=>{"use strict";t();nr();Rp();Wp()});var Xa={};U(Xa,{clear:()=>LT,getItem:()=>NT,localStorageKeys:()=>Be,removeItem:()=>CT,setItem:()=>DT});var Be,rr,DT,NT,CT,LT,tt=v(()=>{"use strict";t();Ka();Be={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},rr=typeof localStorage!="undefined",DT=({key:e,data:o,expires:n})=>{!rr||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},NT=e=>{if(!rr)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:sn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},CT=e=>{!rr||localStorage.removeItem(String(e))},LT=()=>{!rr||localStorage.clear()}});var Ya={};U(Ya,{clear:()=>Gp,getItem:()=>Fp,removeItem:()=>Bp,sessionStorageKeys:()=>PT,setItem:()=>Op,storage:()=>ET});var PT,Op,Fp,Bp,Gp,ET,Up=v(()=>{"use strict";t();PT={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Op=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Fp=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Bp=e=>sessionStorage.removeItem(String(e)),Gp=()=>sessionStorage.clear(),ET={setItem:Op,getItem:Fp,removeItem:Bp,clear:Gp}});var $e,nt=v(()=>{"use strict";t();tt();Up();$e={session:Ya,local:Xa}});var Za,j,Ae,Z=v(()=>{"use strict";t();Za=require("@reduxjs/toolkit");E();j=(0,Za.createAction)(tr),Ae=(0,Za.createAction)(Lp,e=>({payload:e}))});var Qa,Hp,Vp,Ge,Ja,$p,qe,Oo,ei,Mk,MT,RT,Rk,Wk,Ok,WT,OT,ar,ir=v(()=>{"use strict";t();Qa=require("@multiversx/sdk-core"),Hp=require("@reduxjs/toolkit"),Vp=require("redux-persist");E();nt();tt();Z();Ge={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Fe},Ja={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ge},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},$p=(0,Hp.createSlice)({name:"accountInfoSlice",initialState:Ja,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Qa.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ge},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(j,()=>($e.local.removeItem(Be.loginExpiresAt),Ja)),e.addCase(Ae,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Qa.Address(r).toHex()}),e.addCase(Vp.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let d=m&&s in m;o.accounts=d?m:Ja.accounts,o.publicKey=_})}}),{setAccount:qe,setAddress:Oo,setAccountNonce:ei,setAccountShard:Mk,setLedgerAccount:MT,updateLedgerAccount:RT,setWalletConnectAccount:Rk,setIsAccountLoading:Wk,setAccountLoadingError:Ok,setWebsocketEvent:WT,setWebsocketBatchEvent:OT}=$p.actions,ar=$p.reducer});function pn(){return new Date().setHours(new Date().getHours()+24)}function mn(e){$e.local.setItem({key:Be.loginExpiresAt,data:e,expires:e})}var oi=v(()=>{"use strict";t();nt();tt()});var zp,qp,jp,jk,FT,BT,ti,Kk,GT,Kp,Xk,Yk,Zk,cr,sr=v(()=>{"use strict";t();zp=require("@reduxjs/toolkit");oi();$();Z();qp={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},jp=(0,zp.createSlice)({name:"loginInfoSlice",initialState:qp,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(j,()=>qp),e.addCase(Ae,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,mn(pn())})}}),{setLoginMethod:jk,setWalletConnectLogin:FT,setLedgerLogin:BT,setTokenLogin:ti,setTokenLoginSignature:Kk,setWalletLogin:GT,invalidateLoginSession:Kp,setLogoutRoute:Xk,setIsWalletConnectV2Initialized:Yk,setWebviewLogin:Zk}=jp.actions,cr=jp.reducer});var Yp,Xp,Zp,oD,UT,tD,HT,pr,mr=v(()=>{"use strict";t();Yp=require("@reduxjs/toolkit");Z();Xp={},Zp=(0,Yp.createSlice)({name:"modalsSlice",initialState:Xp,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(j,()=>Xp)}}),{setTxSubmittedModal:oD,setNotificationModal:UT,clearTxSubmittedModal:tD,clearNotificationModal:HT}=Zp.actions,pr=Zp.reducer});var ze,rt=v(()=>{"use strict";t();ze=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=v(()=>{"use strict";t();rt();V=()=>{if(!ze())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:s,search:p}}=window;return{pathname:o,hash:n,origin:r,href:s,search:p}}});var Dt,Jp=v(()=>{"use strict";t();me();Dt=(e="")=>{let o=V(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Qp=v(()=>{"use strict";t();de()});var em,om=v(()=>{"use strict";t();Ro();em=e=>{if(!re.safeWindow.location)return;if(!new URL(re.safeWindow.location.href).protocol.startsWith("http"))return re.safeWindow.location.reload();re.safeWindow.location.assign(e)}});var de=v(()=>{"use strict";t();Jp();Qp();me();om()});var tm,nm,dn,_n=v(()=>{"use strict";t();de();tm=!1,nm=(e=!0)=>{tm=e},dn=({timeout:e=0,url:o})=>{tm||setTimeout(()=>{if(!!window)return em(o)},e)}});var rm=v(()=>{"use strict";t();_n()});function am(e){return e[Math.floor(Math.random()*e.length)]}var im=v(()=>{"use strict";t()});function ni(e){let o=null;if((e==null?void 0:e.statusCode)in Ga){let n=e==null?void 0:e.statusCode,{message:r}=Ga[n];o=qT.includes(n)?cm:r}return{errorMessage:o,defaultErrorMessage:cm}}var cm,VT,$T,qT,ri=v(()=>{"use strict";t();Ua();cm="Check if the MultiversX app is open on Ledger",VT=28161,$T=28160,qT=[VT,$T]});var ho=v(()=>{"use strict";t();rm();im();ri()});var sm,pm,mm,ai,jT,dm,ED,MD,_m,dr,_r=v(()=>{"use strict";t();sm=require("@reduxjs/toolkit"),pm=x(require("lodash.omit")),mm=require("redux-persist");an();Z();ho();ai={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},jT={network:ai},dm=(0,sm.createSlice)({name:"appConfig",initialState:jT,reducers:{initializeNetworkConfig:(e,o)=>{let n=am(o.payload.walletConnectV2RelayAddresses),r=(0,pm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(j,o=>{o.network.customWalletAddress=void 0}),e.addCase(mm.REHYDRATE,(o,n)=>{var s,p;if(!((p=(s=n.payload)==null?void 0:s.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:ED,updateNetworkConfig:MD,setCustomWalletAddress:_m}=dm.actions,dr=dm.reducer});var lm,ii,um,GD,UD,HD,lr,ur=v(()=>{"use strict";t();lm=require("@reduxjs/toolkit");q();Z();ii={isSigning:!1,signedSessions:{}},um=(0,lm.createSlice)({name:"signedMessageInfoSliceState",initialState:ii,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>ii},extraReducers:e=>{e.addCase(j,()=>ii)}}),{setSignSession:GD,clearSignedMessageInfo:UD,setSignSessionState:HD}=um.actions,lr=um.reducer});var gm,hm,fm,Tm,KT,XT,XD,YT,fr,gr=v(()=>{"use strict";t();gm=require("@reduxjs/toolkit"),hm=require("redux-persist");q();nr();Z();fm={customToasts:[],transactionToasts:[]},Tm=(0,gm.createSlice)({name:"toastsSlice",initialState:fm,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(s=>s.toastId===n);if(r!==-1){e.customToasts[r]=I(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:sn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(j,()=>fm),e.addCase(hm.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:KT,removeCustomToast:XT,addTransactionToast:XD,removeTransactionToast:YT}=Tm.actions,fr=Tm.reducer});var xm,si,pi,mi,ZT,ci,Sm,QD,JT,ln,hr,Tr=v(()=>{"use strict";t();xm=require("@reduxjs/toolkit");Z();si="Transaction failed",pi="Transaction successful",mi="Processing transaction",ZT="Transaction submitted",ci={},Sm=(0,xm.createSlice)({name:"transactionsInfo",initialState:ci,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||si,successMessage:(r==null?void 0:r.successMessage)||pi,processingMessage:(r==null?void 0:r.processingMessage)||mi,submittedMessage:(r==null?void 0:r.submittedMessage)||ZT,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>ci},extraReducers:e=>{e.addCase(j,()=>ci)}}),{clearTransactionsInfo:QD,setTransactionsDisplayInfo:JT,clearTransactionsInfoForSessionId:ln}=Sm.actions,hr=Sm.reducer});function Ct(e){return e!=null&&(sx(e)||lx(e))}function Lt(e){return e!=null&&(px(e)||ux(e))}function Pt(e){return e!=null&&(mx(e)||fx(e))}function ym(e){return e!=null&&(dx(e)||gx(e))}function di(e){return e!=null&&_x(e)}function sx(e){return e!=null&&QT.includes(e)}function px(e){return e!=null&&ex.includes(e)}function mx(e){return e!=null&&ox.includes(e)}function dx(e){return e!=null&&tx.includes(e)}function _x(e){return e!=null&&nx.includes(e)}function lx(e){return e!=null&&rx.includes(e)}function ux(e){return e!=null&&ax.includes(e)}function fx(e){return e!=null&&ix.includes(e)}function gx(e){return e!=null&&cx.includes(e)}var QT,ex,ox,tx,nx,rx,ax,ix,cx,Et=v(()=>{"use strict";t();$();QT=["sent"],ex=["success"],ox=["fail","cancelled","timedOut"],tx=["invalid"],nx=["timedOut"],rx=["pending"],ax=["success"],ix=["fail","invalid"],cx=["not executed"]});var bm,vm,un,hx,wm,Am,Im,Tx,at,xx,Sx,sN,km,Bo,it,pN,xr,Sr=v(()=>{"use strict";t();bm=require("@reduxjs/toolkit"),vm=require("redux-persist");$();Et();Z();un={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},hx={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},wm=(0,bm.createSlice)({name:"transactionsSlice",initialState:un,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},hx),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=un.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,b,T,L,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(P=>P.hash===p?I(g(g({},m!=null?m:{}),P),{status:r,errorMessage:s,inTransit:_}):P);let R=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(P=>Lt(P.status)),M=(T=(b=e.signedTransactions[n])==null?void 0:b.transactions)==null?void 0:T.some(P=>Pt(P.status)),O=(A=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:A.every(P=>ym(P.status));R&&(e.signedTransactions[n].status="success"),M&&(e.signedTransactions[n].status="fail"),O&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=un.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=un.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(j,()=>un),e.addCase(vm.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Am,updateSignedTransactions:Im,setTransactionsToSign:Tx,clearAllTransactionsToSign:at,clearAllSignedTransactions:xx,clearSignedTransaction:Sx,clearTransactionToSign:sN,setSignTransactionsError:km,setSignTransactionsCancelMessage:Bo,moveTransactionsToSignedState:it,updateSignedTransactionsCustomTransactionInformation:pN}=wm.actions,xr=wm.reducer});var Dm,_i,Nm,lN,uN,yx,fN,yr,br=v(()=>{"use strict";t();Dm=require("@reduxjs/toolkit");Z();_i={},Nm=(0,Dm.createSlice)({name:"batchTransactionsSlice",initialState:_i,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>_i},extraReducers:e=>{e.addCase(j,()=>_i)}}),{setBatchTransactions:lN,updateBatchTransactions:uN,clearBatchTransactions:yx,clearAllBatchTransactions:fN}=Nm.actions,yr=Nm.reducer});var Lm,Cm,Pm,xN,Em,li=v(()=>{"use strict";t();Lm=require("@reduxjs/toolkit");Z();Cm={},Pm=(0,Lm.createSlice)({name:"dappConfigSlice",initialState:Cm,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(j,()=>Cm)}}),{setDappConfig:xN}=Pm.actions,Em=Pm.reducer});var G=v(()=>{"use strict";t();ir();sr();mr();_r();ur();gr();Tr();Sr();br();li()});var ui=v(()=>{"use strict";t()});var Wm,Ax,Ix,fn,fi=v(()=>{"use strict";t();Wm=require("@reduxjs/toolkit");ui();ir();br();li();sr();mr();_r();ur();gr();Tr();Sr();Ax={["account"]:ar,["dappConfig"]:Em,["loginInfo"]:cr,["modals"]:pr,["networkConfig"]:dr,["signedMessageInfo"]:lr,["toasts"]:fr,["transactionsInfo"]:hr,["transactions"]:xr,["batchTransactions"]:yr},Ix=(e={})=>(0,Wm.combineReducers)(g(g({},Ax),e)),fn=Ix});var Gm={};U(Gm,{default:()=>Hx,sessionStorageReducers:()=>gi});function To(e,o=[]){return{key:e,version:1,storage:Fm.default,blacklist:o}}var Ie,Om,Fm,kx,gn,Dx,Nx,Cx,Lx,Px,Ex,Mx,Rx,Wx,Ox,Bm,Fx,gi,Bx,Gx,Ux,Hx,Um=v(()=>{"use strict";t();Ie=require("redux-persist"),Om=x(require("redux-persist/lib/storage")),Fm=x(require("redux-persist/lib/storage/session"));fi();G();ir();br();sr();mr();_r();ur();gr();Tr();Sr();ui();kx={persistReducersStorageType:"localStorage"},gn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Dx=To(gn["account"]),Nx=To(gn["loginInfo"]),Cx=To(gn["modals"]),Lx=To(gn["networkConfig"]),Px={2:e=>I(g({},e),{networkConfig:ai})};Ex=To("sdk-dapp-transactionsInfo"),Mx=To("sdk-dapp-transactions",["transactionsToSign"]),Rx=To("sdk-dapp-batchTransactions",["batchTransactions"]),Wx=To("sdk-dapp-toasts"),Ox=To("sdk-dapp-signedMessageInfo"),Bm={key:"sdk-dapp-store",version:2,storage:Om.default,whitelist:Object.keys(gn),migrate:(0,Ie.createMigrate)(Px,{debug:!1})},Fx=I(g({},Bm),{whitelist:[]}),gi={["toasts"]:(0,Ie.persistReducer)(Wx,fr),["transactions"]:(0,Ie.persistReducer)(Mx,xr),["transactionsInfo"]:(0,Ie.persistReducer)(Ex,hr),["batchTransactions"]:(0,Ie.persistReducer)(Rx,yr),["signedMessageInfo"]:(0,Ie.persistReducer)(Ox,lr)},Bx=I(g({},gi),{["account"]:(0,Ie.persistReducer)(Dx,ar),["loginInfo"]:(0,Ie.persistReducer)(Nx,cr),["modals"]:(0,Ie.persistReducer)(Cx,pr),["networkConfig"]:(0,Ie.persistReducer)(Lx,dr)}),Gx=kx.persistReducersStorageType==="localStorage",Ux=Gx?(0,Ie.persistReducer)(Bm,fn(gi)):(0,Ie.persistReducer)(Fx,fn(Bx)),Hx=Ux});var Hm={};U(Hm,{default:()=>Vx});var Vx,Vm=v(()=>{"use strict";t();fi();Vx=fn()});var $m={};U($m,{default:()=>qx});var Ue,$x,qx,qm=v(()=>{"use strict";t();Ue=require("redux-persist"),$x=[Ue.FLUSH,Ue.REHYDRATE,Ue.PAUSE,Ue.PERSIST,Ue.PURGE,Ue.REGISTER],qx=$x});var Km={};U(Km,{default:()=>jm});function jm(e){return(0,zm.persistStore)(e)}var zm,Xm=v(()=>{"use strict";t();zm=require("redux-persist")});var O_=w((NF,W_)=>{t();var _y=typeof i=="object"&&i&&i.Object===Object&&i;W_.exports=_y});var In=w((CF,F_)=>{t();var ly=O_(),uy=typeof self=="object"&&self&&self.Object===Object&&self,fy=ly||uy||Function("return this")();F_.exports=fy});var qr=w((LF,B_)=>{t();var gy=In(),hy=gy.Symbol;B_.exports=hy});var V_=w((PF,H_)=>{t();var G_=qr(),U_=Object.prototype,Ty=U_.hasOwnProperty,xy=U_.toString,kn=G_?G_.toStringTag:void 0;function Sy(e){var o=Ty.call(e,kn),n=e[kn];try{e[kn]=void 0;var r=!0}catch(p){}var s=xy.call(e);return r&&(o?e[kn]=n:delete e[kn]),s}H_.exports=Sy});var q_=w((EF,$_)=>{t();var yy=Object.prototype,by=yy.toString;function vy(e){return by.call(e)}$_.exports=vy});var zr=w((MF,K_)=>{t();var z_=qr(),wy=V_(),Ay=q_(),Iy="[object Null]",ky="[object Undefined]",j_=z_?z_.toStringTag:void 0;function Dy(e){return e==null?e===void 0?ky:Iy:j_&&j_ in Object(e)?wy(e):Ay(e)}K_.exports=Dy});var nc=w((RF,X_)=>{t();var Ny=Array.isArray;X_.exports=Ny});var rc=w((WF,Y_)=>{t();function Cy(e){return e!=null&&typeof e=="object"}Y_.exports=Cy});var J_=w((OF,Z_)=>{t();var Ly=zr(),Py=nc(),Ey=rc(),My="[object String]";function Ry(e){return typeof e=="string"||!Py(e)&&Ey(e)&&Ly(e)==My}Z_.exports=Ry});var cc={};U(cc,{css:()=>rl,default:()=>Vy});var rl,Vy,sc=v(()=>{"use strict";t();rl=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4