@multiversx/sdk-dapp 4.5.0 → 4.5.1

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 (997) 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-Z3BHYWI2.js → chunk-2K2I7POW.js} +2 -2
  258. package/__chunks__/{chunk-YVDQRW6Z.js → chunk-2NDFZFFA.js} +2 -2
  259. package/__chunks__/{chunk-JQOAJCEE.js → chunk-2OMXS33B.js} +2 -2
  260. package/__chunks__/{chunk-NMQOTJVE.js → chunk-2UPRUAJD.js} +2 -2
  261. package/__chunks__/{chunk-5NLDE2M6.js → chunk-2WK27JLL.js} +2 -2
  262. package/__chunks__/{chunk-IU4XYDFL.js → chunk-35IMGEGS.js} +2 -2
  263. package/__chunks__/{chunk-753ZKERX.js → chunk-36J2YD36.js} +2 -2
  264. package/__chunks__/{chunk-E445ZLFG.js → chunk-3ASMFH3M.js} +2 -2
  265. package/__chunks__/chunk-3DLCJJT3.js +2 -0
  266. package/__chunks__/{chunk-XY2ADFOV.js → chunk-3FLBDMZL.js} +2 -2
  267. package/__chunks__/{chunk-23YQWJ53.js → chunk-3ITNC4BR.js} +2 -2
  268. package/__chunks__/{chunk-N2YFQIHN.js → chunk-3LI4G6J5.js} +2 -2
  269. package/__chunks__/{chunk-OMUZRB52.js → chunk-3LNZUSHQ.js} +2 -2
  270. package/__chunks__/{chunk-NW3NUEH4.js → chunk-3MH6BOK2.js} +2 -2
  271. package/__chunks__/{chunk-53MJS2UN.js → chunk-3OFQJ5EE.js} +2 -2
  272. package/__chunks__/{chunk-LYQHJMVE.js → chunk-3XJAG4WD.js} +2 -2
  273. package/__chunks__/{chunk-35DEXYGI.js → chunk-44CRUFPA.js} +2 -2
  274. package/__chunks__/{chunk-3WQ4IBE4.js → chunk-4AYROJTH.js} +2 -2
  275. package/__chunks__/{chunk-N6D4CBS3.js → chunk-4EMLN6H7.js} +2 -2
  276. package/__chunks__/{chunk-INLSUUDL.js → chunk-4FDCZ72Q.js} +2 -2
  277. package/__chunks__/{chunk-VPRAZBFT.js → chunk-4GTSITDA.js} +2 -2
  278. package/__chunks__/{chunk-BMQ2D6AI.js → chunk-4HDJTTN5.js} +2 -2
  279. package/__chunks__/{chunk-IFCVOGBC.js → chunk-4IRXMJL2.js} +2 -2
  280. package/__chunks__/{chunk-MC3NWM2P.js → chunk-4KDGJ5YP.js} +2 -2
  281. package/__chunks__/{chunk-WF2453OL.js → chunk-4NLJWHH4.js} +2 -2
  282. package/__chunks__/{chunk-WBYKDP4P.js → chunk-4QF3Q4BD.js} +2 -2
  283. package/__chunks__/{chunk-IPF5D5U6.js → chunk-4SU4BMTK.js} +2 -2
  284. package/__chunks__/{chunk-KXVWXU7X.js → chunk-4TYYEUKJ.js} +2 -2
  285. package/__chunks__/{chunk-VDKCS5XV.js → chunk-4VUQ6AJV.js} +2 -2
  286. package/__chunks__/{chunk-7MD6JYSE.js → chunk-4X4YGCNU.js} +2 -2
  287. package/__chunks__/{chunk-YC4PYJSV.js → chunk-4X7CLN37.js} +2 -2
  288. package/__chunks__/chunk-54HQEPKH.js +2 -0
  289. package/__chunks__/{chunk-CTZRMAIE.js → chunk-56WHADDT.js} +2 -2
  290. package/__chunks__/{chunk-SYNQCYKY.js → chunk-5AA4GXNY.js} +2 -2
  291. package/__chunks__/{chunk-WHY4HSMI.js → chunk-5EV3AWHZ.js} +2 -2
  292. package/__chunks__/chunk-5F4AET3X.js +2 -0
  293. package/__chunks__/{chunk-OMINC7E6.js → chunk-5JW5RYZG.js} +2 -2
  294. package/__chunks__/chunk-5OVPPTAT.js +2 -0
  295. package/__chunks__/{chunk-CBB3SAMO.js → chunk-5QQBGBO6.js} +2 -2
  296. package/__chunks__/{chunk-IAMOD6DB.js → chunk-5VZ37H4A.js} +2 -2
  297. package/__chunks__/{chunk-BLWQF7RV.js → chunk-66LBGFRZ.js} +2 -2
  298. package/__chunks__/chunk-6BIBC3R3.js +2 -0
  299. package/__chunks__/chunk-6G4W7Y3U.js +2 -0
  300. package/__chunks__/{chunk-YSH7GZ72.js → chunk-6PGMCNST.js} +2 -2
  301. package/__chunks__/{chunk-CAQE3LB5.js → chunk-6SJCQU3L.js} +2 -2
  302. package/__chunks__/{chunk-AO5NJUJ5.js → chunk-6USVZZ6Q.js} +2 -2
  303. package/__chunks__/{chunk-KIVUCBDI.js → chunk-6WFSCYTL.js} +2 -2
  304. package/__chunks__/{chunk-LLYCQY4F.js → chunk-6Z4IIJB3.js} +2 -2
  305. package/__chunks__/{chunk-5UWMFB5V.js → chunk-75CVQ6GE.js} +2 -2
  306. package/__chunks__/{chunk-CNJYC4ME.js → chunk-7M5GCSH6.js} +2 -2
  307. package/__chunks__/chunk-7SBQ3LEX.js +2 -0
  308. package/__chunks__/{chunk-OEYDXF7S.js → chunk-7UCDGHRA.js} +2 -2
  309. package/__chunks__/{chunk-XLZEJFGA.js → chunk-7ULKRQFD.js} +2 -2
  310. package/__chunks__/{chunk-FLHFOQWH.js → chunk-7XFQ6AIO.js} +2 -2
  311. package/__chunks__/{chunk-WRFRJHHT.js → chunk-7YK3453O.js} +2 -2
  312. package/__chunks__/chunk-AAHCQZFX.js +2 -0
  313. package/__chunks__/{chunk-4J7T3ITM.js → chunk-AB5HSFHR.js} +2 -2
  314. package/__chunks__/{chunk-YXCA6OWH.js → chunk-AD2G7ML2.js} +2 -2
  315. package/__chunks__/{chunk-UMMDHDDK.js → chunk-ADEFMXJL.js} +2 -2
  316. package/__chunks__/{chunk-S7A5K4N6.js → chunk-AFSN2BHB.js} +2 -2
  317. package/__chunks__/chunk-AIOEYTOG.js +2 -0
  318. package/__chunks__/chunk-AOBYVG7C.js +2 -0
  319. package/__chunks__/{chunk-QQBLDHHX.js → chunk-APCIKBV6.js} +2 -2
  320. package/__chunks__/{chunk-WVFNSSLI.js → chunk-APGVNXFV.js} +2 -2
  321. package/__chunks__/{chunk-ZCBY7D6F.js → chunk-ARM7CW7F.js} +2 -2
  322. package/__chunks__/{chunk-FDHEJ7TD.js → chunk-ATPOT5O4.js} +2 -2
  323. package/__chunks__/chunk-AW5DF4SB.js +2 -0
  324. package/__chunks__/chunk-B6SRZVD4.js +2 -0
  325. package/__chunks__/{chunk-7JHWHHOA.js → chunk-B6SZ3LU7.js} +2 -2
  326. package/__chunks__/{chunk-IN2RGX66.js → chunk-B75YSVLP.js} +2 -2
  327. package/__chunks__/{chunk-HZXRDHWZ.js → chunk-BECPO6EF.js} +2 -2
  328. package/__chunks__/{chunk-H36F2DC6.js → chunk-BF657KHL.js} +2 -2
  329. package/__chunks__/chunk-BGQFAV2J.js +2 -0
  330. package/__chunks__/chunk-BGT54OVS.js +2 -0
  331. package/__chunks__/{chunk-DPE6LMNH.js → chunk-BIUS2EVV.js} +2 -2
  332. package/__chunks__/{chunk-NT7GWM46.js → chunk-BJ5NMDKV.js} +2 -2
  333. package/__chunks__/{chunk-ZBMS25W3.js → chunk-BJ6C74OV.js} +2 -2
  334. package/__chunks__/{chunk-MTKIP56T.js → chunk-BLUCNNR2.js} +2 -2
  335. package/__chunks__/{chunk-THPXO2GZ.js → chunk-BPGX25LY.js} +2 -2
  336. package/__chunks__/{chunk-ZPLBE5I4.js → chunk-BU7GTULJ.js} +2 -2
  337. package/__chunks__/{chunk-G6RECRW4.js → chunk-BVOVWN5Y.js} +2 -2
  338. package/__chunks__/{chunk-AIS2COIW.js → chunk-BWGLODP6.js} +2 -2
  339. package/__chunks__/{chunk-GRQGQ3NE.js → chunk-BWX4676R.js} +2 -2
  340. package/__chunks__/chunk-BXKSPPIC.js +2 -0
  341. package/__chunks__/{chunk-2KKODEHE.js → chunk-CB4GEA4S.js} +2 -2
  342. package/__chunks__/chunk-CFRLFYAV.js +2 -0
  343. package/__chunks__/{chunk-P23Q3D4G.js → chunk-CGXJFVZM.js} +2 -2
  344. package/__chunks__/{chunk-7G3HPM22.js → chunk-CH3C53AO.js} +2 -2
  345. package/__chunks__/chunk-CINXL6S6.js +2 -0
  346. package/__chunks__/chunk-CMT2YLHS.js +2 -0
  347. package/__chunks__/{chunk-3DAQVHZA.js → chunk-COIOGDTJ.js} +2 -2
  348. package/__chunks__/{chunk-AWMNYB42.js → chunk-CPEXDCSU.js} +2 -2
  349. package/__chunks__/chunk-CQVG7IY4.js +2 -0
  350. package/__chunks__/{chunk-USAAXM5Q.js → chunk-CT2QI4K2.js} +2 -2
  351. package/__chunks__/{chunk-QTDF6V5P.js → chunk-CUGUE4LD.js} +2 -2
  352. package/__chunks__/chunk-CUKB5INY.js +2 -0
  353. package/__chunks__/{chunk-NLJWAMY7.js → chunk-CWN2QGRT.js} +2 -2
  354. package/__chunks__/{chunk-FYNDKXBZ.js → chunk-CX6KTHP5.js} +2 -2
  355. package/__chunks__/{chunk-X3JHZFAE.js → chunk-CX7KCL5H.js} +2 -2
  356. package/__chunks__/{chunk-QKFY3IKC.js → chunk-D3MHXO7L.js} +2 -2
  357. package/__chunks__/{chunk-4D6NBDW2.js → chunk-DDWRCCCZ.js} +2 -2
  358. package/__chunks__/{chunk-CJWOZ7WH.js → chunk-DG4FPIVJ.js} +2 -2
  359. package/__chunks__/{chunk-6XXPSZN5.js → chunk-DGEGNXMM.js} +2 -2
  360. package/__chunks__/chunk-DKU4VSVV.js +2 -0
  361. package/__chunks__/{chunk-YYHAWMRH.js → chunk-DM4BJXEM.js} +2 -2
  362. package/__chunks__/{chunk-UWNULMVI.js → chunk-DMULRVRA.js} +2 -2
  363. package/__chunks__/{chunk-7KAAWHQR.js → chunk-DRS3U275.js} +2 -2
  364. package/__chunks__/{chunk-H2LOTPFT.js → chunk-DZSMQIIA.js} +2 -2
  365. package/__chunks__/{chunk-BLDYFAMF.js → chunk-E6Q2Y3W3.js} +2 -2
  366. package/__chunks__/{chunk-KPLDAPRZ.js → chunk-E6TYN2RW.js} +2 -2
  367. package/__chunks__/{chunk-DQZ5XI37.js → chunk-EMLCTW7A.js} +2 -2
  368. package/__chunks__/{chunk-HKXLCM7L.js → chunk-EMVCPTHR.js} +2 -2
  369. package/__chunks__/{chunk-EREZSUUB.js → chunk-EO6HXDCR.js} +2 -2
  370. package/__chunks__/{chunk-OKHUJ6CT.js → chunk-EPVNC46A.js} +2 -2
  371. package/__chunks__/{chunk-ZYLKUSOM.js → chunk-EYQC3ENH.js} +2 -2
  372. package/__chunks__/{chunk-6UTDKIJQ.js → chunk-F3NQDSS7.js} +2 -2
  373. package/__chunks__/chunk-FC4AKO7M.js +2 -0
  374. package/__chunks__/{chunk-L2OZR2CY.js → chunk-FDIU3DMA.js} +2 -2
  375. package/__chunks__/{chunk-IHMIYIXV.js → chunk-FEFMKBHU.js} +2 -2
  376. package/__chunks__/{chunk-KZSL52ES.js → chunk-FIU4IYCF.js} +2 -2
  377. package/__chunks__/{chunk-C6OAICVO.js → chunk-FJ3NU4RP.js} +2 -2
  378. package/__chunks__/{chunk-R7PG4CX5.js → chunk-FZDOJFOW.js} +2 -2
  379. package/__chunks__/{chunk-OADCTH2V.js → chunk-G2JNPFUT.js} +2 -2
  380. package/__chunks__/chunk-G36Z3MYL.js +2 -0
  381. package/__chunks__/{chunk-HOTZHU6C.js → chunk-GDVUBIAA.js} +2 -2
  382. package/__chunks__/chunk-GEEKB72J.js +2 -0
  383. package/__chunks__/{chunk-SWUZLNZF.js → chunk-GFTHBT5S.js} +2 -2
  384. package/__chunks__/{chunk-OUI3PAS7.js → chunk-GGVRPC44.js} +2 -2
  385. package/__chunks__/{chunk-V45PX7SK.js → chunk-GI4FSMXP.js} +2 -2
  386. package/__chunks__/chunk-GIORI2OH.js +2 -0
  387. package/__chunks__/{chunk-VIIMPGHZ.js → chunk-GSEUOARU.js} +2 -2
  388. package/__chunks__/{chunk-RK4EFPVI.js → chunk-GXB2HDQT.js} +2 -2
  389. package/__chunks__/{chunk-6BWEAQYK.js → chunk-H2OAZP4M.js} +2 -2
  390. package/__chunks__/{chunk-OMEZRPYI.js → chunk-H3SVFYNB.js} +2 -2
  391. package/__chunks__/{chunk-KTHN7K4J.js → chunk-H6MUJD4E.js} +2 -2
  392. package/__chunks__/{chunk-5HE26PEM.js → chunk-HAQS3VTI.js} +2 -2
  393. package/__chunks__/{chunk-TFYCUHSH.js → chunk-HBPDRU2X.js} +2 -2
  394. package/__chunks__/{chunk-ORUY525X.js → chunk-HCSOTX7M.js} +2 -2
  395. package/__chunks__/{chunk-PIBSWY65.js → chunk-HJ365HGN.js} +2 -2
  396. package/__chunks__/{chunk-OB7A2DQB.js → chunk-HJS7UPLA.js} +2 -2
  397. package/__chunks__/{chunk-WT53PGGK.js → chunk-HNQE3MUU.js} +2 -2
  398. package/__chunks__/chunk-HU3KKNCO.js +2 -0
  399. package/__chunks__/chunk-HZG4VDTB.js +2 -0
  400. package/__chunks__/{chunk-D2FZ3AY6.js → chunk-IBRCVMB3.js} +2 -2
  401. package/__chunks__/{chunk-ONSQEJQ7.js → chunk-ICBJRFED.js} +2 -2
  402. package/__chunks__/{chunk-5GOVGL5F.js → chunk-IOB7ZE6S.js} +2 -2
  403. package/__chunks__/{chunk-U6ZMO2NF.js → chunk-IPFJF54U.js} +2 -2
  404. package/__chunks__/{chunk-K2REVJW5.js → chunk-IS5TGR57.js} +2 -2
  405. package/__chunks__/{chunk-MSC3X6UJ.js → chunk-IY32SQ2N.js} +2 -2
  406. package/__chunks__/{chunk-4EH75OYN.js → chunk-IZ326AFU.js} +2 -2
  407. package/__chunks__/{chunk-45IK7E3E.js → chunk-J2WDVSN3.js} +2 -2
  408. package/__chunks__/{chunk-EOADUL42.js → chunk-J3YUJE2R.js} +2 -2
  409. package/__chunks__/{chunk-VHE5W3LK.js → chunk-J4F5N3ZT.js} +2 -2
  410. package/__chunks__/{chunk-HRI3IU3O.js → chunk-J5V3BK3K.js} +2 -2
  411. package/__chunks__/{chunk-XLIHKENR.js → chunk-JEEIA3PW.js} +2 -2
  412. package/__chunks__/{chunk-2ILBLRYP.js → chunk-JICIOSCH.js} +2 -2
  413. package/__chunks__/{chunk-PUKSSL4B.js → chunk-JKZAYYS7.js} +2 -2
  414. package/__chunks__/{chunk-AWTCUL56.js → chunk-JLILH67N.js} +2 -2
  415. package/__chunks__/{chunk-KNR666GN.js → chunk-JNLAZTS4.js} +2 -2
  416. package/__chunks__/{chunk-NBRXKEWE.js → chunk-JOWEGCWE.js} +2 -2
  417. package/__chunks__/chunk-JQJQ7LHF.js +2 -0
  418. package/__chunks__/{chunk-OWQN4SST.js → chunk-JQXPZ6QT.js} +2 -2
  419. package/__chunks__/chunk-JR45NQ66.js +2 -0
  420. package/__chunks__/{chunk-CNMPGSI4.js → chunk-K2S5LXYA.js} +2 -2
  421. package/__chunks__/{chunk-4UI7AJUB.js → chunk-K2X5ELXZ.js} +2 -2
  422. package/__chunks__/{chunk-2TNJWI6O.js → chunk-K7ZPCXVP.js} +2 -2
  423. package/__chunks__/chunk-KBJOYGV3.js +2 -0
  424. package/__chunks__/{chunk-CLMEZF3T.js → chunk-KIAMT7PX.js} +2 -2
  425. package/__chunks__/{chunk-C6FWOIAJ.js → chunk-KLOCMESI.js} +2 -2
  426. package/__chunks__/chunk-KR4AUSGR.js +2 -0
  427. package/__chunks__/{chunk-AUTX2AU4.js → chunk-KSQBMD6F.js} +2 -2
  428. package/__chunks__/{chunk-2Q2YI5BP.js → chunk-KUWKJTM3.js} +2 -2
  429. package/__chunks__/{chunk-PB26C735.js → chunk-KWB3CSYB.js} +2 -2
  430. package/__chunks__/{chunk-AUV2YMMV.js → chunk-KWQEBYAL.js} +2 -2
  431. package/__chunks__/chunk-KYNY6J5Y.js +2 -0
  432. package/__chunks__/chunk-LE6GU2X4.js +2 -0
  433. package/__chunks__/{chunk-CZU5I22H.js → chunk-LIELXMI3.js} +2 -2
  434. package/__chunks__/chunk-LK3GLF7O.js +2 -0
  435. package/__chunks__/{chunk-XJUJRMW2.js → chunk-LLGTKTPK.js} +2 -2
  436. package/__chunks__/{chunk-A2IGIV7E.js → chunk-LLZNCZE6.js} +2 -2
  437. package/__chunks__/{chunk-W4VJ6KST.js → chunk-LNSE5XNM.js} +2 -2
  438. package/__chunks__/{chunk-KEG5V3YK.js → chunk-LOQ76KHF.js} +2 -2
  439. package/__chunks__/chunk-LQBB552V.js +2 -0
  440. package/__chunks__/chunk-LS7ZYS4M.js +2 -0
  441. package/__chunks__/{chunk-MN6IA7DE.js → chunk-LZWGCXQS.js} +2 -2
  442. package/__chunks__/{chunk-DB3X3DBS.js → chunk-M3EARCD3.js} +2 -2
  443. package/__chunks__/{chunk-LAHEZYF6.js → chunk-M5JEB3JX.js} +2 -2
  444. package/__chunks__/chunk-M5OD2X65.js +2 -0
  445. package/__chunks__/{chunk-SBAXVPVV.js → chunk-MDG6MATJ.js} +2 -2
  446. package/__chunks__/chunk-MELVLLHR.js +2 -0
  447. package/__chunks__/{chunk-ISO2AWEE.js → chunk-MGO2OJJR.js} +2 -2
  448. package/__chunks__/{chunk-4SDU6RPN.js → chunk-MJQLD33A.js} +2 -2
  449. package/__chunks__/chunk-MNWCBW5Y.js +2 -0
  450. package/__chunks__/{chunk-MYKHD6TD.js → chunk-MR4F7VN3.js} +2 -2
  451. package/__chunks__/{chunk-QAHRORZG.js → chunk-MTUOEG4L.js} +2 -2
  452. package/__chunks__/chunk-MXGXIZED.js +2 -0
  453. package/__chunks__/{chunk-BXJIXZFJ.js → chunk-MYCI2XL6.js} +2 -2
  454. package/__chunks__/{chunk-BSTV7EXM.js → chunk-N3BJ42WD.js} +2 -2
  455. package/__chunks__/{chunk-FBN5LHMU.js → chunk-N3S4PVNK.js} +2 -2
  456. package/__chunks__/{chunk-ZTQDAQIB.js → chunk-N7SQSNMP.js} +2 -2
  457. package/__chunks__/chunk-NDVYP4GL.js +2 -0
  458. package/__chunks__/{chunk-B5J4WVB2.js → chunk-NGKIF246.js} +2 -2
  459. package/__chunks__/chunk-NIGPIPSW.js +2 -0
  460. package/__chunks__/chunk-NJMDHZIK.js +2 -0
  461. package/__chunks__/{chunk-NPJOOCZ7.js → chunk-NMKEUZS6.js} +2 -2
  462. package/__chunks__/{chunk-LHPFWKUO.js → chunk-NO5JSFSP.js} +2 -2
  463. package/__chunks__/{chunk-67WBRVY5.js → chunk-NRGXWLE3.js} +2 -2
  464. package/__chunks__/chunk-NT56YZIX.js +2 -0
  465. package/__chunks__/{chunk-HTJUWOTH.js → chunk-NTXARDKH.js} +2 -2
  466. package/__chunks__/chunk-NXPG6E4S.js +2 -0
  467. package/__chunks__/{chunk-I23RFGCU.js → chunk-NXSIIFLS.js} +2 -2
  468. package/__chunks__/{chunk-T6BGDGI4.js → chunk-O2K6SRXS.js} +2 -2
  469. package/__chunks__/{chunk-WCES5BZL.js → chunk-O2WWOVAA.js} +2 -2
  470. package/__chunks__/{chunk-ZX34BIQY.js → chunk-O77TEM5H.js} +2 -2
  471. package/__chunks__/{chunk-6CHMDMOI.js → chunk-OBKZA6WE.js} +2 -2
  472. package/__chunks__/{chunk-PHMNM5J6.js → chunk-ODFJ4D3P.js} +2 -2
  473. package/__chunks__/{chunk-WH3DQSON.js → chunk-OEMMQBND.js} +2 -2
  474. package/__chunks__/{chunk-D6GAS366.js → chunk-OGWPFO2E.js} +2 -2
  475. package/__chunks__/{chunk-5YBHFKIF.js → chunk-OJJCYG3B.js} +2 -2
  476. package/__chunks__/{chunk-OTLA6FLL.js → chunk-OJXKCUI6.js} +2 -2
  477. package/__chunks__/{chunk-L6HAFP2H.js → chunk-OKDLNCLS.js} +2 -2
  478. package/__chunks__/{chunk-QZT2SFMM.js → chunk-OLTIGYTD.js} +2 -2
  479. package/__chunks__/chunk-OLXMTV3K.js +2 -0
  480. package/__chunks__/{chunk-5BDF4YMO.js → chunk-ORKOMULF.js} +2 -2
  481. package/__chunks__/{chunk-AB3PZCYE.js → chunk-OUQUVMP5.js} +2 -2
  482. package/__chunks__/{chunk-SXKWSF42.js → chunk-OVQY55MU.js} +2 -2
  483. package/__chunks__/{chunk-FKXDLGWC.js → chunk-P3OIVL6D.js} +2 -2
  484. package/__chunks__/chunk-P3WBUHDD.js +2 -0
  485. package/__chunks__/{chunk-HGPBGLTH.js → chunk-P563BKWF.js} +2 -2
  486. package/__chunks__/{chunk-AFCV3QID.js → chunk-PDA5OY3Q.js} +2 -2
  487. package/__chunks__/{chunk-LBWDM2WS.js → chunk-PG2EUCFN.js} +2 -2
  488. package/__chunks__/{chunk-YG27VNDE.js → chunk-PIW74OD5.js} +2 -2
  489. package/__chunks__/{chunk-BX5HH547.js → chunk-PNHQ2N3L.js} +2 -2
  490. package/__chunks__/{chunk-H5T2IEFD.js → chunk-PPIRVTWC.js} +2 -2
  491. package/__chunks__/{chunk-TKVDUKJ5.js → chunk-PRFA6SXP.js} +2 -2
  492. package/__chunks__/{chunk-TGYN752O.js → chunk-PRSAX766.js} +2 -2
  493. package/__chunks__/{chunk-BHSNVNQO.js → chunk-PSWY5DES.js} +2 -2
  494. package/__chunks__/{chunk-YG7UA67K.js → chunk-Q4F7QCMB.js} +2 -2
  495. package/__chunks__/{chunk-W4GHVZZI.js → chunk-Q74F5K2H.js} +2 -2
  496. package/__chunks__/{chunk-SZEUI4OR.js → chunk-Q74FEJZV.js} +2 -2
  497. package/__chunks__/chunk-Q76COMSQ.js +2 -0
  498. package/__chunks__/{chunk-ON5LP6JP.js → chunk-Q7VFYYE6.js} +2 -2
  499. package/__chunks__/chunk-QC2HODGU.js +2 -0
  500. package/__chunks__/{chunk-3VM4WTSL.js → chunk-QCXE5MDH.js} +2 -2
  501. package/__chunks__/{chunk-GUYURVJK.js → chunk-QG55NZL3.js} +2 -2
  502. package/__chunks__/{chunk-BC3IQLZJ.js → chunk-QGOMOCS5.js} +2 -2
  503. package/__chunks__/{chunk-ZTEUU5H5.js → chunk-QOD57VGA.js} +2 -2
  504. package/__chunks__/{chunk-AFWXD6D2.js → chunk-QU32YKRN.js} +2 -2
  505. package/__chunks__/{chunk-IIIUTIXU.js → chunk-QVC437DJ.js} +2 -2
  506. package/__chunks__/{chunk-US37PFYF.js → chunk-QVN57DZM.js} +2 -2
  507. package/__chunks__/{chunk-3S44WZ6S.js → chunk-QYYRMYZZ.js} +2 -2
  508. package/__chunks__/{chunk-DGJNZAH7.js → chunk-R5JHOYMG.js} +2 -2
  509. package/__chunks__/{chunk-XHESHVFW.js → chunk-RKOYLBHX.js} +2 -2
  510. package/__chunks__/{chunk-5RMZNCGN.js → chunk-RLJQFYZO.js} +2 -2
  511. package/__chunks__/{chunk-YLCNB656.js → chunk-RNKMCLKC.js} +2 -2
  512. package/__chunks__/{chunk-CDDW2IBX.js → chunk-RNR7TM4C.js} +2 -2
  513. package/__chunks__/{chunk-Y5MSFSID.js → chunk-RPLMYIHO.js} +2 -2
  514. package/__chunks__/{chunk-I3KUOXAQ.js → chunk-RV5MR57H.js} +2 -2
  515. package/__chunks__/{chunk-GCIT5EQL.js → chunk-RWM2DX2N.js} +2 -2
  516. package/__chunks__/{chunk-QTEMRGTF.js → chunk-RWRE7J6C.js} +2 -2
  517. package/__chunks__/{chunk-IIVIW4IU.js → chunk-S35OO5TF.js} +2 -2
  518. package/__chunks__/chunk-S3LHPV2C.js +2 -0
  519. package/__chunks__/{chunk-EIOQ4AZU.js → chunk-S42LSTGT.js} +2 -2
  520. package/__chunks__/{chunk-AUCWY6HH.js → chunk-S44ARFAW.js} +2 -2
  521. package/__chunks__/{chunk-OWLKFN3L.js → chunk-S67USAUD.js} +2 -2
  522. package/__chunks__/{chunk-BVHM5RCS.js → chunk-SITMCCOG.js} +2 -2
  523. package/__chunks__/{chunk-747W4CCW.js → chunk-SP4WXLGN.js} +2 -2
  524. package/__chunks__/{chunk-QAILRCL2.js → chunk-SUFG3P2I.js} +2 -2
  525. package/__chunks__/{chunk-7O6FTRXC.js → chunk-T3ZE2WFR.js} +2 -2
  526. package/__chunks__/{chunk-K6Z6FB2Z.js → chunk-T6XTMCQC.js} +2 -2
  527. package/__chunks__/{chunk-TRHXE2FH.js → chunk-TC2WVD6T.js} +2 -2
  528. package/__chunks__/chunk-TCEQHR33.js +2 -0
  529. package/__chunks__/{chunk-J55FTVT5.js → chunk-TDHAGKBY.js} +2 -2
  530. package/__chunks__/chunk-TGYMSW3J.js +2 -0
  531. package/__chunks__/{chunk-HYAP5S7Y.js → chunk-TIJP4PS7.js} +2 -2
  532. package/__chunks__/chunk-TOKNON6B.js +2 -0
  533. package/__chunks__/{chunk-2YJ77Q6U.js → chunk-TPTPBUTP.js} +2 -2
  534. package/__chunks__/{chunk-2AFSONSG.js → chunk-TR2WXKZY.js} +2 -2
  535. package/__chunks__/{chunk-H466TX27.js → chunk-TUQKHHOA.js} +2 -2
  536. package/__chunks__/{chunk-J2Y6GBC2.js → chunk-TZ5PMIJ3.js} +2 -2
  537. package/__chunks__/{chunk-22SSNQZC.js → chunk-TZIVVSS6.js} +2 -2
  538. package/__chunks__/{chunk-N77RIXSH.js → chunk-U2KLQAGM.js} +2 -2
  539. package/__chunks__/{chunk-TAQCSBSJ.js → chunk-U32PX6NF.js} +2 -2
  540. package/__chunks__/{chunk-2L4SILFQ.js → chunk-U3XBUPXD.js} +2 -2
  541. package/__chunks__/{chunk-AWKMJ6BH.js → chunk-U4CDBI6P.js} +2 -2
  542. package/__chunks__/{chunk-25Z4RRV2.js → chunk-U62E2JHZ.js} +2 -2
  543. package/__chunks__/chunk-UBSBJF3A.js +2 -0
  544. package/__chunks__/{chunk-XDWFAAXF.js → chunk-UDJZII4B.js} +2 -2
  545. package/__chunks__/{chunk-5ERYPF64.js → chunk-UGJQKACR.js} +2 -2
  546. package/__chunks__/chunk-UNR5DH2P.js +2 -0
  547. package/__chunks__/chunk-UNV565VI.js +2 -0
  548. package/__chunks__/{chunk-AC6CKWKK.js → chunk-UOF2PVU3.js} +2 -2
  549. package/__chunks__/{chunk-ZZC6YAK2.js → chunk-UQSSY2CE.js} +2 -2
  550. package/__chunks__/chunk-UZGZ2ISZ.js +2 -0
  551. package/__chunks__/{chunk-XCYTLFVY.js → chunk-UZYWNRXB.js} +2 -2
  552. package/__chunks__/{chunk-FOMXUSAM.js → chunk-VCDU5F5F.js} +2 -2
  553. package/__chunks__/chunk-VH5LM3UB.js +2 -0
  554. package/__chunks__/{chunk-CJNQHFTG.js → chunk-VKH7RCJZ.js} +2 -2
  555. package/__chunks__/{chunk-GZERAGVT.js → chunk-VKL3IX6D.js} +2 -2
  556. package/__chunks__/{chunk-6OW2H4GX.js → chunk-VLKMA43H.js} +2 -2
  557. package/__chunks__/{chunk-67RP574Q.js → chunk-VOLV2VKJ.js} +2 -2
  558. package/__chunks__/{chunk-PSPRNXGD.js → chunk-VSI5CFOL.js} +2 -2
  559. package/__chunks__/{chunk-KXEIICKC.js → chunk-VX22PWSV.js} +2 -2
  560. package/__chunks__/{chunk-UZXHNLYR.js → chunk-VZZWVSGN.js} +2 -2
  561. package/__chunks__/{chunk-KT55VLK7.js → chunk-W6OHCIBK.js} +2 -2
  562. package/__chunks__/chunk-WBABHHWB.js +2 -0
  563. package/__chunks__/{chunk-2OXZHY47.js → chunk-WG6VCGOH.js} +2 -2
  564. package/__chunks__/{chunk-KQLXRMEE.js → chunk-WHCSXRYV.js} +2 -2
  565. package/__chunks__/{chunk-2C47U57W.js → chunk-WJ2GENHB.js} +2 -2
  566. package/__chunks__/{chunk-M45Q3B6D.js → chunk-WOWQGT7T.js} +2 -2
  567. package/__chunks__/{chunk-6IRIYBXO.js → chunk-WPDQHXZM.js} +2 -2
  568. package/__chunks__/{chunk-LQ4H4XMZ.js → chunk-WSG6OJID.js} +2 -2
  569. package/__chunks__/{chunk-SNG6AUN5.js → chunk-WSJ4FZAD.js} +2 -2
  570. package/__chunks__/{chunk-XSJL7C5B.js → chunk-WXMF242R.js} +2 -2
  571. package/__chunks__/{chunk-OITS4WSY.js → chunk-WYIOA2CW.js} +2 -2
  572. package/__chunks__/{chunk-QHH3TL5J.js → chunk-WZEXDOL3.js} +2 -2
  573. package/__chunks__/{chunk-LC7VM2V2.js → chunk-X2LMCP63.js} +2 -2
  574. package/__chunks__/{chunk-3KBIJZ5B.js → chunk-X3OARZY4.js} +2 -2
  575. package/__chunks__/{chunk-XRF5BC57.js → chunk-X65KMBSX.js} +2 -2
  576. package/__chunks__/{chunk-CZ67K2JP.js → chunk-XBWMKBSN.js} +2 -2
  577. package/__chunks__/{chunk-AN4EQXPW.js → chunk-XDNPLITT.js} +2 -2
  578. package/__chunks__/{chunk-KZYHCUBK.js → chunk-XFSTF6UC.js} +2 -2
  579. package/__chunks__/chunk-XH77T23W.js +2 -0
  580. package/__chunks__/{chunk-UOALD6V5.js → chunk-XNLN42WC.js} +2 -2
  581. package/__chunks__/{chunk-A7SBHPK3.js → chunk-XOBLTJNU.js} +2 -2
  582. package/__chunks__/{chunk-NJG4RGRY.js → chunk-XSFCMLI3.js} +2 -2
  583. package/__chunks__/{chunk-46Q4JMMY.js → chunk-XT6L5CMF.js} +2 -2
  584. package/__chunks__/{chunk-B77YM2QS.js → chunk-XU33WKHX.js} +2 -2
  585. package/__chunks__/{chunk-ZI35GMEV.js → chunk-XUEPSM7T.js} +2 -2
  586. package/__chunks__/{chunk-2UHZELCK.js → chunk-XXISC3KD.js} +2 -2
  587. package/__chunks__/{chunk-L23BUP6N.js → chunk-XXSB4UGQ.js} +2 -2
  588. package/__chunks__/{chunk-ZPCED2P2.js → chunk-XXWCVDZO.js} +2 -2
  589. package/__chunks__/{chunk-Z2KDG7AO.js → chunk-YBPRSVO6.js} +2 -2
  590. package/__chunks__/{chunk-Z6OXO2BW.js → chunk-YC2CGRNI.js} +2 -2
  591. package/__chunks__/chunk-YH6HFGXF.js +2 -0
  592. package/__chunks__/{chunk-XCVB7MGI.js → chunk-YIWF5JW6.js} +2 -2
  593. package/__chunks__/{chunk-TRTXE3Z7.js → chunk-YK7LH7KM.js} +2 -2
  594. package/__chunks__/{chunk-CDI4B37I.js → chunk-YQ6NUZ2W.js} +2 -2
  595. package/__chunks__/chunk-YQDDOHUJ.js +2 -0
  596. package/__chunks__/{chunk-46Z23CL7.js → chunk-YSRVOBZJ.js} +2 -2
  597. package/__chunks__/chunk-YV4AGZES.js +2 -0
  598. package/__chunks__/{chunk-BKTFKAC4.js → chunk-YY6PRNL7.js} +2 -2
  599. package/__chunks__/{chunk-LSQTYC7X.js → chunk-Z32YFOTU.js} +2 -2
  600. package/__chunks__/{chunk-RQQPHH3S.js → chunk-Z4ETRVIP.js} +2 -2
  601. package/__chunks__/{chunk-WSN6FXFB.js → chunk-Z4QVA43D.js} +2 -2
  602. package/__chunks__/{chunk-NXXPLTPH.js → chunk-Z6OTYTVD.js} +2 -2
  603. package/__chunks__/{chunk-DBKTZD7C.js → chunk-ZDLS2ROS.js} +2 -2
  604. package/__chunks__/{chunk-Q6A7MYXT.js → chunk-ZFM3AKZB.js} +2 -2
  605. package/__chunks__/{chunk-QTYHDB7M.js → chunk-ZJYZLU6I.js} +2 -2
  606. package/__chunks__/{chunk-V5XLW2QX.js → chunk-ZNZM64XX.js} +2 -2
  607. package/__chunks__/{chunk-KFAAZM3U.js → chunk-ZOF7RQG3.js} +2 -2
  608. package/__chunks__/{chunk-BQNKL3NQ.js → chunk-ZR4MYNG7.js} +2 -2
  609. package/__chunks__/{chunk-YDRJBGVE.js → chunk-ZRQ2S7FV.js} +2 -2
  610. package/__chunks__/{chunk-FCFDUSOQ.js → chunk-ZSFQJ5ZZ.js} +2 -2
  611. package/__chunks__/{chunk-66GRGLZZ.js → chunk-ZSXLZAFD.js} +2 -2
  612. package/__chunks__/chunk-ZU2IKIWJ.js +2 -0
  613. package/__chunks__/{chunk-XBWZHLBR.js → chunk-ZU6LWXRY.js} +2 -2
  614. package/__chunks__/{chunk-2EBHEIPK.js → chunk-ZWVTQKFC.js} +2 -2
  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 +2 -2
  621. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -2
  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/TransactionInfo/components/OperationsList/components/DetailedItem.js +12 -12
  628. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +5 -5
  629. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +5 -5
  630. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +3 -3
  631. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +3 -3
  632. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +8 -8
  633. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +8 -8
  634. package/__commonjs/UI/index.js +1 -1
  635. package/__commonjs/__mocks__/index.js +1 -1
  636. package/__commonjs/__mocks__/utils/index.js +1 -1
  637. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  638. package/__commonjs/constants/index.js +1 -1
  639. package/__commonjs/hooks/account/index.js +1 -1
  640. package/__commonjs/hooks/index.js +1 -1
  641. package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  642. package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  643. package/__commonjs/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  644. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  645. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  646. package/__commonjs/hooks/transactions/index.js +1 -1
  647. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  648. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  649. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  650. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  651. package/__commonjs/utils/index.js +1 -1
  652. package/__commonjs/utils/operations/index.js +1 -1
  653. package/__commonjs/utils/operations/nominate.js +1 -1
  654. package/__commonjs/utils/operations/parseAmount.js +1 -1
  655. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  656. package/__commonjs/utils/transactions/index.js +1 -1
  657. package/__commonjs/wrappers/AppInitializer.js +1 -1
  658. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  659. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  660. package/__commonjs/wrappers/index.js +1 -1
  661. package/__mocks__/index.js +1 -1
  662. package/__mocks__/utils/index.js +1 -1
  663. package/__mocks__/utils/renderWithProvider.js +1 -1
  664. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  665. package/apiCalls/accounts/index.js +1 -1
  666. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  667. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  668. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  669. package/apiCalls/configuration/index.js +1 -1
  670. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  671. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  672. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  673. package/apiCalls/economics/index.js +1 -1
  674. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  675. package/apiCalls/index.js +1 -1
  676. package/apiCalls/tokens/getPersistedToken.js +1 -1
  677. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  678. package/apiCalls/transactions/index.js +1 -1
  679. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  680. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  681. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  682. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  683. package/apiCalls/utils/getScamAddressData.js +1 -1
  684. package/apiCalls/utils/index.js +1 -1
  685. package/apiCalls/utils/useApiFetch.js +1 -1
  686. package/components/LogoutListener/LogoutListener.js +1 -1
  687. package/components/LogoutListener/helpers/index.js +1 -1
  688. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  689. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  690. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  691. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  692. package/components/LogoutListener/index.js +1 -1
  693. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  694. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  695. package/components/ProviderInitializer/helpers/index.js +1 -1
  696. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  697. package/components/ProviderInitializer/hooks/index.js +1 -1
  698. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  699. package/components/ProviderInitializer/index.js +1 -1
  700. package/components/TransactionSender/TransactionSender.js +1 -1
  701. package/components/TransactionSender/index.js +1 -1
  702. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  703. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  704. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  705. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  706. package/components/TransactionsTracker/index.js +1 -1
  707. package/constants/index.js +1 -1
  708. package/hooks/account/index.js +1 -1
  709. package/hooks/account/useGetAccount.js +1 -1
  710. package/hooks/account/useGetAccountInfo.js +1 -1
  711. package/hooks/account/useGetAccountProvider.js +1 -1
  712. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  713. package/hooks/account/useGetIsLoggedIn.js +1 -1
  714. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  715. package/hooks/account/useGetLoginInfo.js +1 -1
  716. package/hooks/account/useGetWebsocketEvent.js +1 -1
  717. package/hooks/economics/index.js +1 -1
  718. package/hooks/economics/useGetEgldPrice.js +1 -1
  719. package/hooks/index.js +1 -1
  720. package/hooks/login/index.js +1 -1
  721. package/hooks/login/useCrossWindowLogin.js +1 -1
  722. package/hooks/login/useExtensionLogin.js +1 -1
  723. package/hooks/login/useGetModalLoginMethods.js +1 -1
  724. package/hooks/login/useIframeLogin.js +1 -1
  725. package/hooks/login/useLedgerLogin.js +1 -1
  726. package/hooks/login/useLoginService.js +1 -1
  727. package/hooks/login/useMetamaskLogin.js +1 -1
  728. package/hooks/login/useOperaLogin.js +1 -1
  729. package/hooks/login/usePasskeyLogin.js +1 -1
  730. package/hooks/login/useWalletConnectV2Login.js +1 -1
  731. package/hooks/login/useWebViewLogin.js +1 -1
  732. package/hooks/login/useWebWalletLogin.js +1 -1
  733. package/hooks/login/useXaliasLogin.js +1 -1
  734. package/hooks/signMessage/index.js +1 -1
  735. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  736. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  737. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  738. package/hooks/signMessage/useSignMessage.js +1 -1
  739. package/hooks/toasts/index.js +1 -1
  740. package/hooks/toasts/useGetToasts.js +1 -1
  741. package/hooks/toasts/useTransactionsToasts.js +1 -1
  742. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  743. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  744. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  745. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  746. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  747. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  748. package/hooks/transactions/batch/useGetBatches.js +1 -1
  749. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  750. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  751. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  752. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  753. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  754. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  755. package/hooks/transactions/helpers/index.js +1 -1
  756. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  757. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  758. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  759. package/hooks/transactions/index.js +1 -1
  760. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  761. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  762. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  763. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  764. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  765. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  766. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  767. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  768. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  769. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  770. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  771. package/hooks/transactions/useGetPollingInterval.js +1 -1
  772. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  773. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  774. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  775. package/hooks/transactions/useGetTokenDetails.js +1 -1
  776. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  777. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  778. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  779. package/hooks/transactions/useSignTransactions.js +1 -1
  780. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  781. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  782. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  783. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  784. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  785. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  786. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  787. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  788. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  789. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  790. package/hooks/useGetNetworkConfig.js +1 -1
  791. package/hooks/useGetNotification.js +1 -1
  792. package/hooks/websocketListener/index.js +1 -1
  793. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  794. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  795. package/models/index.js +1 -1
  796. package/models/newTransaction.js +1 -1
  797. package/package.json +1 -1
  798. package/providers/accountProvider.js +1 -1
  799. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  800. package/providers/experimentalWebViewProvider/index.js +1 -1
  801. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  802. package/providers/index.js +1 -1
  803. package/providers/utils.js +1 -1
  804. package/providers/webviewProvider/index.js +1 -1
  805. package/providers/webviewProvider/requestMethods.js +1 -1
  806. package/providers/webviewProvider/webviewProvider.js +1 -1
  807. package/reduxStore/DappProviderContext.js +1 -1
  808. package/reduxStore/commonActions.js +1 -1
  809. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  810. package/reduxStore/persistConfig.js +1 -1
  811. package/reduxStore/persistedRootReducer.js +1 -1
  812. package/reduxStore/reducers.js +1 -1
  813. package/reduxStore/rootReducer.js +1 -1
  814. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  815. package/reduxStore/selectors/index.js +1 -1
  816. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  817. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  818. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  819. package/reduxStore/slices/accountInfoSlice.js +1 -1
  820. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  821. package/reduxStore/slices/dappConfigSlice.js +1 -1
  822. package/reduxStore/slices/index.js +1 -1
  823. package/reduxStore/slices/loginInfoSlice.js +1 -1
  824. package/reduxStore/slices/modalsSlice.js +1 -1
  825. package/reduxStore/slices/networkConfigSlice.js +1 -1
  826. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  827. package/reduxStore/slices/toastsSlice.js +1 -1
  828. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  829. package/reduxStore/slices/transactionsSlice.js +1 -1
  830. package/reduxStore/store.js +1 -1
  831. package/services/index.js +1 -1
  832. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  833. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  834. package/services/nativeAuth/helpers/index.js +1 -1
  835. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  836. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  837. package/services/transactions/clearTransactions.js +1 -1
  838. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  839. package/services/transactions/getTransactionsDetails.js +1 -1
  840. package/services/transactions/index.js +1 -1
  841. package/services/transactions/isCrossShardTransaction.js +1 -1
  842. package/services/transactions/sendBatchTransactions.js +1 -1
  843. package/services/transactions/sendBatchTransactions.test.js +1 -1
  844. package/services/transactions/sendTransactions.js +1 -1
  845. package/services/transactions/signTransactions.js +1 -1
  846. package/services/transactions/transformAndSignTransactions.js +1 -1
  847. package/services/transactions/updateSignedTransactions.js +1 -1
  848. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  849. package/services/transactions/utils.js +1 -1
  850. package/utils/account/getAccount.js +1 -1
  851. package/utils/account/getAccountBalance.js +1 -1
  852. package/utils/account/getAccountProviderType.js +1 -1
  853. package/utils/account/getAccountShard.js +1 -1
  854. package/utils/account/getAddress.js +1 -1
  855. package/utils/account/getIsProviderEqualTo.js +1 -1
  856. package/utils/account/getLatestNonce.js +1 -1
  857. package/utils/account/getShardOfAddress.js +1 -1
  858. package/utils/account/getWebviewToken.js +1 -1
  859. package/utils/account/index.js +1 -1
  860. package/utils/account/loginWithExternalProvider.js +1 -1
  861. package/utils/account/refreshAccount.js +1 -1
  862. package/utils/account/setNonce.js +1 -1
  863. package/utils/account/signMessage.js +1 -1
  864. package/utils/getIsLoggedIn.js +1 -1
  865. package/utils/index.js +1 -1
  866. package/utils/logout.js +1 -1
  867. package/utils/network/getChainID.js +1 -1
  868. package/utils/network/getEgldLabel.js +1 -1
  869. package/utils/network/getNetworkConfig.js +1 -1
  870. package/utils/network/index.js +1 -1
  871. package/utils/operations/calculateFeeInFiat.js +1 -1
  872. package/utils/operations/calculateFeeLimit.js +1 -1
  873. package/utils/operations/denominate.js +1 -1
  874. package/utils/operations/formatAmount.js +1 -1
  875. package/utils/operations/index.js +1 -1
  876. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  877. package/utils/operations/ledger/index.js +1 -1
  878. package/utils/operations/nominate.js +1 -1
  879. package/utils/operations/parseAmount.js +1 -1
  880. package/utils/toasts/customToastsActions.js +1 -1
  881. package/utils/toasts/index.js +1 -1
  882. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  883. package/utils/transactions/builtCallbackUrl.js +1 -1
  884. package/utils/transactions/getAllTransactionsLink.js +1 -1
  885. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  886. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  887. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  888. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  889. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  890. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  891. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  892. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  893. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  894. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  895. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  896. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  897. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  898. package/utils/transactions/getOperationsDetails.js +1 -1
  899. package/utils/transactions/getTransactionLink.js +1 -1
  900. package/utils/transactions/index.js +1 -1
  901. package/utils/transactions/isGuardianTx.js +1 -1
  902. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  903. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  904. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  905. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  906. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  907. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  908. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  909. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  910. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  911. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  912. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  913. package/utils/validation/index.js +1 -1
  914. package/utils/validation/maxDecimals.js +1 -1
  915. package/utils/validation/stringIsFloat.js +1 -1
  916. package/utils/waitForChainID.js +1 -1
  917. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  918. package/web/hooks/index.js +1 -1
  919. package/web/hooks/useIdleTimer.js +1 -1
  920. package/web/index.js +1 -1
  921. package/wrappers/AppInitializer.js +1 -1
  922. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  923. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  924. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  925. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  926. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  927. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  928. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  929. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  930. package/wrappers/DappProvider/CustomComponents.js +1 -1
  931. package/wrappers/DappProvider/DappProvider.js +1 -1
  932. package/wrappers/DappProvider/index.js +1 -1
  933. package/wrappers/index.js +1 -1
  934. package/__chunks__/chunk-2Q5VPGVR.js +0 -2
  935. package/__chunks__/chunk-3Q2QS7OH.js +0 -2
  936. package/__chunks__/chunk-53QQTAG7.js +0 -2
  937. package/__chunks__/chunk-54N4RLY7.js +0 -2
  938. package/__chunks__/chunk-5K4MPEY2.js +0 -2
  939. package/__chunks__/chunk-5WAZ3K6U.js +0 -2
  940. package/__chunks__/chunk-5XWVSVRW.js +0 -2
  941. package/__chunks__/chunk-67G3XPT7.js +0 -2
  942. package/__chunks__/chunk-6FE2EYKS.js +0 -2
  943. package/__chunks__/chunk-6MTDG7G3.js +0 -2
  944. package/__chunks__/chunk-6T4AZFRE.js +0 -2
  945. package/__chunks__/chunk-6TPYTRCS.js +0 -2
  946. package/__chunks__/chunk-7BOOLJNP.js +0 -2
  947. package/__chunks__/chunk-A5IPDDY2.js +0 -2
  948. package/__chunks__/chunk-APJUXVK5.js +0 -2
  949. package/__chunks__/chunk-B3CXC2BR.js +0 -2
  950. package/__chunks__/chunk-B3PWB73S.js +0 -2
  951. package/__chunks__/chunk-BOAI2G6O.js +0 -2
  952. package/__chunks__/chunk-CAL3BHAI.js +0 -2
  953. package/__chunks__/chunk-CN3FGBRK.js +0 -2
  954. package/__chunks__/chunk-DVINHABK.js +0 -2
  955. package/__chunks__/chunk-E6AIPJSA.js +0 -2
  956. package/__chunks__/chunk-E6BNKX7K.js +0 -2
  957. package/__chunks__/chunk-EARJ52RB.js +0 -2
  958. package/__chunks__/chunk-EDFVHYJF.js +0 -2
  959. package/__chunks__/chunk-EDK6INJL.js +0 -2
  960. package/__chunks__/chunk-EJ2CBRFF.js +0 -2
  961. package/__chunks__/chunk-EUCMN4BM.js +0 -2
  962. package/__chunks__/chunk-EXEWFABM.js +0 -2
  963. package/__chunks__/chunk-FRJB4JTM.js +0 -2
  964. package/__chunks__/chunk-G2A36HG2.js +0 -2
  965. package/__chunks__/chunk-GMNKJ4ZS.js +0 -2
  966. package/__chunks__/chunk-GTSTSF47.js +0 -2
  967. package/__chunks__/chunk-HEAKSCAP.js +0 -2
  968. package/__chunks__/chunk-I4Y3IIJO.js +0 -2
  969. package/__chunks__/chunk-I63Y245T.js +0 -2
  970. package/__chunks__/chunk-IMZUYKG4.js +0 -2
  971. package/__chunks__/chunk-JHDN4BLB.js +0 -2
  972. package/__chunks__/chunk-JQATXIEX.js +0 -2
  973. package/__chunks__/chunk-KLEOGM4X.js +0 -2
  974. package/__chunks__/chunk-LGWKMXIO.js +0 -2
  975. package/__chunks__/chunk-M3MIM7GR.js +0 -2
  976. package/__chunks__/chunk-M5VRMICG.js +0 -2
  977. package/__chunks__/chunk-MOKL3ZOL.js +0 -2
  978. package/__chunks__/chunk-MOPJUB6Q.js +0 -2
  979. package/__chunks__/chunk-NSWJUNJF.js +0 -2
  980. package/__chunks__/chunk-OADTUICJ.js +0 -2
  981. package/__chunks__/chunk-OXWCW7XG.js +0 -2
  982. package/__chunks__/chunk-PNP2BH4R.js +0 -2
  983. package/__chunks__/chunk-QMKFQ6ZQ.js +0 -2
  984. package/__chunks__/chunk-SRH7RK7R.js +0 -2
  985. package/__chunks__/chunk-THUOPOUB.js +0 -2
  986. package/__chunks__/chunk-TKGTFJEU.js +0 -2
  987. package/__chunks__/chunk-TS7WMZBR.js +0 -2
  988. package/__chunks__/chunk-TSXGHSFO.js +0 -2
  989. package/__chunks__/chunk-U636KPVK.js +0 -2
  990. package/__chunks__/chunk-UAKBMT2M.js +0 -2
  991. package/__chunks__/chunk-USRAPINT.js +0 -2
  992. package/__chunks__/chunk-V7GRT5JW.js +0 -2
  993. package/__chunks__/chunk-WMMWWMRE.js +0 -2
  994. package/__chunks__/chunk-WYYEOAV7.js +0 -2
  995. package/__chunks__/chunk-XDTJMHQJ.js +0 -2
  996. package/__chunks__/chunk-YWPMLMPE.js +0 -2
  997. package/__chunks__/chunk-ZTTCSRY7.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var rg=Object.create;var et=Object.defineProperty,ag=Object.defineProperties,ig=Object.getOwnPropertyDescriptor,sg=Object.getOwnPropertyDescriptors,cg=Object.getOwnPropertyNames,Ot=Object.getOwnPropertySymbols,pg=Object.getPrototypeOf,ca=Object.prototype.hasOwnProperty,rs=Object.prototype.propertyIsEnumerable;var ts=(e,o,n)=>o in e?et(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,f=(e,o)=>{for(var n in o||(o={}))ca.call(o,n)&&ts(e,n,o[n]);if(Ot)for(var n of Ot(o))rs.call(o,n)&&ts(e,n,o[n]);return e},I=(e,o)=>ag(e,sg(o));var pa=e=>typeof e=="symbol"?e:e+"",qe=(e,o)=>{var n={};for(var r in e)ca.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ot)for(var r of Ot(e))o.indexOf(r)<0&&rs.call(e,r)&&(n[r]=e[r]);return n};var w=(e,o)=>()=>(e&&(o=e(e=0)),o);var A=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),ze=(e,o)=>{for(var n in o)et(e,n,{get:o[n],enumerable:!0})},as=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of cg(o))!ca.call(e,c)&&c!==n&&et(e,c,{get:()=>o[c],enumerable:!(r=ig(o,c))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?rg(pg(e)):{},as(o||!e||!e.__esModule?et(n,"default",{value:e,enumerable:!0}):n,e)),Me=e=>as(et({},"__esModule",{value:!0}),e);var u=(e,o,n)=>new Promise((r,c)=>{var p=l=>{try{d(n.next(l))}catch(_){c(_)}},m=l=>{try{d(n.throw(l))}catch(_){c(_)}},d=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);d((n=n.apply(e,o)).next())});var cs=A(Bt=>{"use strict";t();Bt.byteLength=dg;Bt.toByteArray=_g;Bt.fromByteArray=fg;var je=[],Ee=[],mg=typeof Uint8Array!="undefined"?Uint8Array:Array,ma="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for($o=0,is=ma.length;$o<is;++$o)je[$o]=ma[$o],Ee[ma.charCodeAt($o)]=$o;var $o,is;Ee["-".charCodeAt(0)]=62;Ee["_".charCodeAt(0)]=63;function ss(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 dg(e){var o=ss(e),n=o[0],r=o[1];return(n+r)*3/4-r}function lg(e,o,n){return(o+n)*3/4-n}function _g(e){var o,n=ss(e),r=n[0],c=n[1],p=new mg(lg(e,r,c)),m=0,d=c>0?r-4:r,l;for(l=0;l<d;l+=4)o=Ee[e.charCodeAt(l)]<<18|Ee[e.charCodeAt(l+1)]<<12|Ee[e.charCodeAt(l+2)]<<6|Ee[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=Ee[e.charCodeAt(l)]<<2|Ee[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=Ee[e.charCodeAt(l)]<<10|Ee[e.charCodeAt(l+1)]<<4|Ee[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function ug(e){return je[e>>18&63]+je[e>>12&63]+je[e>>6&63]+je[e&63]}function gg(e,o,n){for(var r,c=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(ug(r));return c.join("")}function fg(e){for(var o,n=e.length,r=n%3,c=[],p=16383,m=0,d=n-r;m<d;m+=p)c.push(gg(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],c.push(je[o>>2]+je[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],c.push(je[o>>10]+je[o>>4&63]+je[o<<2&63]+"=")),c.join("")}});var ps=A(da=>{t();da.read=function(e,o,n,r,c){var p,m,d=c*8-r-1,l=(1<<d)-1,_=l>>1,T=-7,g=n?c-1:0,y=n?-1:1,L=e[o+g];for(g+=y,p=L&(1<<-T)-1,L>>=-T,T+=d;T>0;p=p*256+e[o+g],g+=y,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=r;T>0;m=m*256+e[o+g],g+=y,T-=8);if(p===0)p=1-_;else{if(p===l)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-_}return(L?-1:1)*m*Math.pow(2,p-r)};da.write=function(e,o,n,r,c,p){var m,d,l,_=p*8-c-1,T=(1<<_)-1,g=T>>1,y=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=r?0:p-1,k=r?1:-1,E=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+g>=1?o+=y/l:o+=y*Math.pow(2,1-g),o*l>=2&&(m++,l/=2),m+g>=T?(d=0,m=T):m+g>=1?(d=(o*l-1)*Math.pow(2,c),m=m+g):(d=o*Math.pow(2,g-1)*Math.pow(2,c),m=0));c>=8;e[n+L]=d&255,L+=k,d/=256,c-=8);for(m=m<<c|d,_+=c;_>0;e[n+L]=m&255,L+=k,m/=256,_-=8);e[n+L-k]|=E*128}});var bs=A(gn=>{"use strict";t();var la=cs(),un=ps(),ms=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;gn.Buffer=h;gn.SlowBuffer=bg;gn.INSPECT_MAX_BYTES=50;var Ft=2147483647;gn.kMaxLength=Ft;h.TYPED_ARRAY_SUPPORT=Tg();!h.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 Tg(){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(h.prototype,"parent",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.buffer}});Object.defineProperty(h.prototype,"offset",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.byteOffset}});function co(e){if(e>Ft)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,h.prototype),o}function h(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 fa(e)}return _s(e,o,n)}h.poolSize=8192;function _s(e,o,n){if(typeof e=="string")return yg(e,o);if(ArrayBuffer.isView(e))return xg(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(Ke(e,ArrayBuffer)||e&&Ke(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ke(e,SharedArrayBuffer)||e&&Ke(e.buffer,SharedArrayBuffer)))return ua(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 h.from(r,o,n);var c=Sg(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return h.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)}h.from=function(e,o,n){return _s(e,o,n)};Object.setPrototypeOf(h.prototype,Uint8Array.prototype);Object.setPrototypeOf(h,Uint8Array);function us(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 hg(e,o,n){return us(e),e<=0?co(e):o!==void 0?typeof n=="string"?co(e).fill(o,n):co(e).fill(o):co(e)}h.alloc=function(e,o,n){return hg(e,o,n)};function fa(e){return us(e),co(e<0?0:Ta(e)|0)}h.allocUnsafe=function(e){return fa(e)};h.allocUnsafeSlow=function(e){return fa(e)};function yg(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!h.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=gs(e,o)|0,r=co(n),c=r.write(e,o);return c!==n&&(r=r.slice(0,c)),r}function _a(e){for(var o=e.length<0?0:Ta(e.length)|0,n=co(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function xg(e){if(Ke(e,Uint8Array)){var o=new Uint8Array(e);return ua(o.buffer,o.byteOffset,o.byteLength)}return _a(e)}function ua(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,h.prototype),r}function Sg(e){if(h.isBuffer(e)){var o=Ta(e.length)|0,n=co(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ha(e.length)?co(0):_a(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _a(e.data)}function Ta(e){if(e>=Ft)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ft.toString(16)+" bytes");return e|0}function bg(e){return+e!=e&&(e=0),h.alloc(+e)}h.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==h.prototype};h.compare=function(o,n){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),Ke(n,Uint8Array)&&(n=h.from(n,n.offset,n.byteLength)),!h.isBuffer(o)||!h.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,c=n.length,p=0,m=Math.min(r,c);p<m;++p)if(o[p]!==n[p]){r=o[p],c=n[p];break}return r<c?-1:c<r?1:0};h.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}};h.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return h.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var c=h.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(Ke(m,Uint8Array))p+m.length>c.length?h.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(h.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function gs(e,o){if(h.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Ke(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 c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ga(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Ss(e).length;default:if(c)return r?-1:ga(e).length;o=(""+o).toLowerCase(),c=!0}}h.byteLength=gs;function wg(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 Rg(this,o,n);case"utf8":case"utf-8":return Ts(this,o,n);case"ascii":return Cg(this,o,n);case"latin1":case"binary":return Ng(this,o,n);case"base64":return Eg(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dg(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}h.prototype._isBuffer=!0;function qo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}h.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)qo(this,n,n+1);return this};h.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)qo(this,n,n+3),qo(this,n+1,n+2);return this};h.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)qo(this,n,n+7),qo(this,n+1,n+6),qo(this,n+2,n+5),qo(this,n+3,n+4);return this};h.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ts(this,0,o):wg.apply(this,arguments)};h.prototype.toLocaleString=h.prototype.toString;h.prototype.equals=function(o){if(!h.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:h.compare(this,o)===0};h.prototype.inspect=function(){var o="",n=gn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ms&&(h.prototype[ms]=h.prototype.inspect);h.prototype.compare=function(o,n,r,c,p){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),!h.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),c===void 0&&(c=0),p===void 0&&(p=this.length),n<0||r>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&n>=r)return 0;if(c>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=r-n,l=Math.min(m,d),_=this.slice(c,p),T=o.slice(n,r),g=0;g<l;++g)if(_[g]!==T[g]){m=_[g],d=T[g];break}return m<d?-1:d<m?1:0};function fs(e,o,n,r,c){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ha(n)&&(n=c?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(c)return-1;n=e.length-1}else if(n<0)if(c)n=0;else return-1;if(typeof o=="string"&&(o=h.from(o,r)),h.isBuffer(o))return o.length===0?-1:ds(e,o,n,r,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):ds(e,[o],n,r,c);throw new TypeError("val must be string, number or Buffer")}function ds(e,o,n,r,c){var p=1,m=e.length,d=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,d/=2,n/=2}function l(L,k){return p===1?L[k]:L.readUInt16BE(k*p)}var _;if(c){var T=-1;for(_=n;_<m;_++)if(l(e,_)===l(o,T===-1?0:_-T)){if(T===-1&&(T=_),_-T+1===d)return T*p}else T!==-1&&(_-=_-T),T=-1}else for(n+d>m&&(n=m-d),_=n;_>=0;_--){for(var g=!0,y=0;y<d;y++)if(l(e,_+y)!==l(o,y)){g=!1;break}if(g)return _}return-1}h.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};h.prototype.indexOf=function(o,n,r){return fs(this,o,n,r,!0)};h.prototype.lastIndexOf=function(o,n,r){return fs(this,o,n,r,!1)};function vg(e,o,n,r){n=Number(n)||0;var c=e.length-n;r?(r=Number(r),r>c&&(r=c)):r=c;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(ha(d))return m;e[n+m]=d}return m}function Ag(e,o,n,r){return Wt(ga(o,e.length-n),e,n,r)}function Ig(e,o,n,r){return Wt(Bg(o),e,n,r)}function kg(e,o,n,r){return Wt(Ss(o),e,n,r)}function Lg(e,o,n,r){return Wt(Fg(o,e.length-n),e,n,r)}h.prototype.write=function(o,n,r,c){if(n===void 0)c="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")c=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,c===void 0&&(c="utf8")):(c=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");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return vg(this,o,n,r);case"utf8":case"utf-8":return Ag(this,o,n,r);case"ascii":case"latin1":case"binary":return Ig(this,o,n,r);case"base64":return kg(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Lg(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Eg(e,o,n){return o===0&&n===e.length?la.fromByteArray(e):la.fromByteArray(e.slice(o,n))}function Ts(e,o,n){n=Math.min(e.length,n);for(var r=[],c=o;c<n;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=n){var l,_,T,g;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(m=g));break;case 3:l=e[c+1],_=e[c+2],(l&192)===128&&(_&192)===128&&(g=(p&15)<<12|(l&63)<<6|_&63,g>2047&&(g<55296||g>57343)&&(m=g));break;case 4:l=e[c+1],_=e[c+2],T=e[c+3],(l&192)===128&&(_&192)===128&&(T&192)===128&&(g=(p&15)<<18|(l&63)<<12|(_&63)<<6|T&63,g>65535&&g<1114112&&(m=g))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),c+=d}return Pg(r)}var ls=4096;function Pg(e){var o=e.length;if(o<=ls)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=ls));return n}function Cg(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]&127);return r}function Ng(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]);return r}function Rg(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var c="",p=o;p<n;++p)c+=Wg[e[p]];return c}function Dg(e,o,n){for(var r=e.slice(o,n),c="",p=0;p<r.length-1;p+=2)c+=String.fromCharCode(r[p]+r[p+1]*256);return c}h.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 c=this.subarray(o,n);return Object.setPrototypeOf(c,h.prototype),c};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")}h.prototype.readUintLE=h.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return c};h.prototype.readUintBE=h.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o+--n],p=1;n>0&&(p*=256);)c+=this[o+--n]*p;return c};h.prototype.readUint8=h.prototype.readUInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]};h.prototype.readUint16LE=h.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]|this[o+1]<<8};h.prototype.readUint16BE=h.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]<<8|this[o+1]};h.prototype.readUint32LE=h.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};h.prototype.readUint32BE=h.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])};h.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*n)),c};h.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=n,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};h.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]};h.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};h.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};h.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};h.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]};h.prototype.readFloatLE=function(o,n){return o=o>>>0,n||se(o,4,this.length),un.read(this,o,!0,23,4)};h.prototype.readFloatBE=function(o,n){return o=o>>>0,n||se(o,4,this.length),un.read(this,o,!1,23,4)};h.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||se(o,8,this.length),un.read(this,o,!0,52,8)};h.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||se(o,8,this.length),un.read(this,o,!1,52,8)};function xe(e,o,n,r,c,p){if(!h.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}h.prototype.writeUintLE=h.prototype.writeUIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;xe(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};h.prototype.writeUintBE=h.prototype.writeUIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;xe(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};h.prototype.writeUint8=h.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,1,255,0),this[n]=o&255,n+1};h.prototype.writeUint16LE=h.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeUint16BE=h.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeUint32LE=h.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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};h.prototype.writeUint32BE=h.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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};h.prototype.writeIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);xe(this,o,n,r,p-1,-p)}var m=0,d=1,l=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);xe(this,o,n,r,p-1,-p)}var m=r-1,d=1,l=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};h.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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};h.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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 hs(e,o,n,r,c,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ys(e,o,n,r,c){return o=+o,n=n>>>0,c||hs(e,o,n,4,34028234663852886e22,-34028234663852886e22),un.write(e,o,n,r,23,4),n+4}h.prototype.writeFloatLE=function(o,n,r){return ys(this,o,n,!0,r)};h.prototype.writeFloatBE=function(o,n,r){return ys(this,o,n,!1,r)};function xs(e,o,n,r,c){return o=+o,n=n>>>0,c||hs(e,o,n,8,17976931348623157e292,-17976931348623157e292),un.write(e,o,n,r,52,8),n+8}h.prototype.writeDoubleLE=function(o,n,r){return xs(this,o,n,!0,r)};h.prototype.writeDoubleBE=function(o,n,r){return xs(this,o,n,!1,r)};h.prototype.copy=function(o,n,r,c){if(!h.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!c&&c!==0&&(c=this.length),n>=o.length&&(n=o.length),n||(n=0),c>0&&c<r&&(c=r),c===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(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-n<c-r&&(c=o.length-n+r);var p=c-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,c):Uint8Array.prototype.set.call(o,this.subarray(r,c),n),p};h.prototype.fill=function(o,n,r,c){if(typeof o=="string"){if(typeof n=="string"?(c=n,n=0,r=this.length):typeof r=="string"&&(c=r,r=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!h.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="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 d=h.isBuffer(o)?o:h.from(o,c),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%l]}return this};var Mg=/[^+/0-9A-Za-z-_]/g;function Og(e){if(e=e.split("=")[0],e=e.trim().replace(Mg,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ga(e,o){o=o||1/0;for(var n,r=e.length,c=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!c){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}c=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),c=n;continue}n=(c-55296<<10|n-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=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 Bg(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Fg(e,o){for(var n,r,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,c=n%256,p.push(c),p.push(r);return p}function Ss(e){return la.toByteArray(Og(e))}function Wt(e,o,n,r){for(var c=0;c<r&&!(c+n>=o.length||c>=e.length);++c)o[c+n]=e[c];return c}function Ke(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ha(e){return e!==e}var Wg=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,c=0;c<16;++c)o[r+c]=e[n]+e[c];return o}()});var ks=A((Fb,Is)=>{t();var Q=Is.exports={},Xe,Ye;function ya(){throw new Error("setTimeout has not been defined")}function xa(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Xe=setTimeout:Xe=ya}catch(e){Xe=ya}try{typeof clearTimeout=="function"?Ye=clearTimeout:Ye=xa}catch(e){Ye=xa}})();function ws(e){if(Xe===setTimeout)return setTimeout(e,0);if((Xe===ya||!Xe)&&setTimeout)return Xe=setTimeout,setTimeout(e,0);try{return Xe(e,0)}catch(o){try{return Xe.call(null,e,0)}catch(n){return Xe.call(this,e,0)}}}function Ug(e){if(Ye===clearTimeout)return clearTimeout(e);if((Ye===xa||!Ye)&&clearTimeout)return Ye=clearTimeout,clearTimeout(e);try{return Ye(e)}catch(o){try{return Ye.call(null,e)}catch(n){return Ye.call(this,e)}}}var po=[],fn=!1,zo,Ut=-1;function Gg(){!fn||!zo||(fn=!1,zo.length?po=zo.concat(po):Ut=-1,po.length&&vs())}function vs(){if(!fn){var e=ws(Gg);fn=!0;for(var o=po.length;o;){for(zo=po,po=[];++Ut<o;)zo&&zo[Ut].run();Ut=-1,o=po.length}zo=null,fn=!1,Ug(e)}}Q.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];po.push(new As(e,o)),po.length===1&&!fn&&ws(vs)};function As(e,o){this.fun=e,this.array=o}As.prototype.run=function(){this.fun.apply(null,this.array)};Q.title="browser";Q.browser=!0;Q.env={};Q.argv=[];Q.version="";Q.versions={};function mo(){}Q.on=mo;Q.addListener=mo;Q.once=mo;Q.off=mo;Q.removeListener=mo;Q.removeAllListeners=mo;Q.emit=mo;Q.prependListener=mo;Q.prependOnceListener=mo;Q.listeners=function(e){return[]};Q.binding=function(e){throw new Error("process.binding is not supported")};Q.cwd=function(){return"/"};Q.chdir=function(e){throw new Error("process.chdir is not supported")};Q.umask=function(){return 0}});var a,s,Hg,i,t=w(()=>{a=b(bs()),s=b(ks()),Hg=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=Hg});var Sa=w(()=>{"use strict";t()});var Ls=w(()=>{"use strict";t()});var Es=w(()=>{"use strict";t()});var Oe,Tn,Lo=w(()=>{"use strict";t();Oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Tn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Y,Ps,Vb,Cs,$b,H=w(()=>{"use strict";t();Lo();Y=(y=>(y.ledger="ledger",y.walletconnect="walletconnect",y.walletconnectv2="walletconnectv2",y.wallet="wallet",y.crossWindow="crossWindow",y.iframe="iframe",y.extension="extension",y.passkey="passkey",y.metamask="metamask",y.opera="opera",y.extra="extra",y.none="",y))(Y||{}),Ps=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Ps||{}),Vb=f(f({},Tn.WindowProviderRequestEnums),Ps),Cs=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Cs||{}),$b=f(f({},Tn.WindowProviderResponseEnums),Cs)});var Ns=w(()=>{"use strict";t()});var Rs=w(()=>{"use strict";t()});var Se=w(()=>{"use strict";t()});var Ds=w(()=>{"use strict";t()});var Ms=w(()=>{"use strict";t()});var Os=w(()=>{"use strict";t()});var U=w(()=>{"use strict";t();Sa();Ls();Es();H();Ns();Rs();Se();Ds();Ms();Os()});var Bs=w(()=>{"use strict";t()});var Je,Be=w(()=>{"use strict";t();Je="Action not allowed. User is logged in. Call logout() first"});var Fs=w(()=>{"use strict";t()});var ba,Ws=w(()=>{"use strict";t();ba=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(ba||{})});var Us=w(()=>{"use strict";t()});var wa=w(()=>{"use strict";t()});var Gs=w(()=>{"use strict";t()});var lo,Gt,_w,Ht,uw,Vt,gw,fw,$g,$t,Eo=w(()=>{"use strict";t();U();lo={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:Gt,egldLabel:_w}=lo["devnet"],{chainId:Ht,egldLabel:uw}=lo["testnet"],{chainId:Vt,egldLabel:gw}=lo["mainnet"],fw={["devnet"]:Gt,["testnet"]:Ht,["mainnet"]:Vt},$g={[Gt]:"devnet",[Ht]:"testnet",[Vt]:"mainnet"},$t=3e3});var jo=w(()=>{"use strict";t()});var Ze,Hs=w(()=>{"use strict";t();Ze=require("@multiversx/sdk-web-wallet-provider")});var Te,Ko=w(()=>{"use strict";t();Te=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Vs,$s,va,bw,ww,Aa=w(()=>{"use strict";t();Ko();va=String(($s=(Vs=Te.safeWindow)==null?void 0:Vs.navigator)==null?void 0:$s.userAgent),bw=/^((?!chrome|android).)*safari/i.test(va),ww=/firefox/i.test(va)&&/windows/i.test(va)});var qt,zt,qs,zs,ot,Ia,ka,jt,js,hn,Kt,C=w(()=>{"use strict";t();Bs();Be();Fs();Ws();Us();wa();Gs();Eo();jo();Hs();Aa();qt=5e4,zt=1e9,qs=1,zs=1,ot="signSession",Ia="sdk-dapp-version",ka="4.5.0",jt="logout",js="login",hn="0",Kt="-"});var yn,Xt=w(()=>{"use strict";t();yn=()=>Date.now()/1e3});var Ks=w(()=>{"use strict";t()});var Xs=w(()=>{"use strict";t()});var La=w(()=>{"use strict";t();Xt();Ks();Xs()});var Ea={};ze(Ea,{clear:()=>Kg,getItem:()=>zg,localStorageKeys:()=>ue,removeItem:()=>jg,setItem:()=>qg});var ue,Yt,qg,zg,jg,Kg,Po=w(()=>{"use strict";t();La();ue={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Yt=typeof localStorage!="undefined",qg=({key:e,data:o,expires:n})=>{!Yt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},zg=e=>{if(!Yt)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:yn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},jg=e=>{!Yt||localStorage.removeItem(String(e))},Kg=()=>{!Yt||localStorage.clear()}});var Pa={};ze(Pa,{clear:()=>Qs,getItem:()=>Js,removeItem:()=>Zs,sessionStorageKeys:()=>Xg,setItem:()=>Ys,storage:()=>Yg});var Xg,Ys,Js,Zs,Qs,Yg,ec=w(()=>{"use strict";t();Xg={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Ys=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Js=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},Zs=e=>sessionStorage.removeItem(String(e)),Qs=()=>sessionStorage.clear(),Yg={setItem:Ys,getItem:Js,removeItem:Zs,clear:Qs}});var ve,Xo=w(()=>{"use strict";t();Po();ec();ve={session:Pa,local:Ea}});var Ca,j,te,K=w(()=>{"use strict";t();Ca=require("@reduxjs/toolkit");C();j=(0,Ca.createAction)(jt),te=(0,Ca.createAction)(js,e=>({payload:e}))});var Ra,oc,nc,pe,Na,tc,ce,be,Jt,e0,Da,Jg,o0,xn,rc,ac,ic,Zt,Qt=w(()=>{"use strict";t();Ra=require("@multiversx/sdk-core"),oc=require("@reduxjs/toolkit"),nc=require("redux-persist");C();Xo();Po();K();pe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:hn},Na={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":pe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},tc=(0,oc.createSlice)({name:"accountInfoSlice",initialState:Na,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ra.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:pe},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,()=>(ve.local.removeItem(ue.loginExpiresAt),Na)),e.addCase(te,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ra.Address(r).toHex()}),e.addCase(nc.REHYDRATE,(o,n)=>{var _;if(!((_=n.payload)!=null&&_.account))return;let{account:r}=n.payload,{address:c,shard:p,accounts:m,publicKey:d}=r;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:Na.accounts,o.publicKey=d})}}),{setAccount:ce,setAddress:be,setAccountNonce:Jt,setAccountShard:e0,setLedgerAccount:Da,updateLedgerAccount:Jg,setWalletConnectAccount:o0,setIsAccountLoading:xn,setAccountLoadingError:rc,setWebsocketEvent:ac,setWebsocketBatchEvent:ic}=tc.actions,Zt=tc.reducer});function nt(){return new Date().setHours(new Date().getHours()+24)}function tt(e){ve.local.setItem({key:ue.loginExpiresAt,data:e,expires:e})}var Ma=w(()=>{"use strict";t();Xo();Po()});var cc,sc,pc,d0,mc,Zg,_o,l0,er,dc,lc,Oa,_c,or,rt=w(()=>{"use strict";t();cc=require("@reduxjs/toolkit");Ma();H();K();sc={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},pc=(0,cc.createSlice)({name:"loginInfoSlice",initialState:sc,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,()=>sc),e.addCase(te,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,tt(nt())})}}),{setLoginMethod:d0,setWalletConnectLogin:mc,setLedgerLogin:Zg,setTokenLogin:_o,setTokenLoginSignature:l0,setWalletLogin:er,invalidateLoginSession:dc,setLogoutRoute:lc,setIsWalletConnectV2Initialized:Oa,setWebviewLogin:_c}=pc.actions,or=pc.reducer});var gc,uc,fc,Tc,Qg,f0,ef,nr,tr=w(()=>{"use strict";t();gc=require("@reduxjs/toolkit");K();uc={},fc=(0,gc.createSlice)({name:"modalsSlice",initialState:uc,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,()=>uc)}}),{setTxSubmittedModal:Tc,setNotificationModal:Qg,clearTxSubmittedModal:f0,clearNotificationModal:ef}=fc.actions,nr=fc.reducer});var uo,Sn=w(()=>{"use strict";t();uo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=w(()=>{"use strict";t();Sn();V=()=>{if(!uo())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:c,search:p}}=window;return{pathname:o,hash:n,origin:r,href:c,search:p}}});var bn,hc=w(()=>{"use strict";t();me();bn=(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 yc=w(()=>{"use strict";t();ge()});var xc,Sc=w(()=>{"use strict";t();Ko();xc=e=>{if(!Te.safeWindow.location)return;if(!new URL(Te.safeWindow.location.href).protocol.startsWith("http"))return Te.safeWindow.location.reload();Te.safeWindow.location.assign(e)}});var ge=w(()=>{"use strict";t();hc();yc();me();Sc()});var bc,wc,Yo,wn=w(()=>{"use strict";t();ge();bc=!1,wc=(e=!0)=>{bc=e},Yo=({timeout:e=0,url:o})=>{bc||setTimeout(()=>{if(!!window)return xc(o)},e)}});function Co({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),c=typeof o=="function";if(r&&e!=null){if(c)return o(e,n);Yo({url:e,timeout:of})}}var of,vc=w(()=>{"use strict";t();wn();of=200});function Ac(e){return e[Math.floor(Math.random()*e.length)]}var Ic=w(()=>{"use strict";t()});var Ba=w(()=>{"use strict";t();wa()});var go=w(()=>{"use strict";t();vc();Ic();Ba()});var kc,Lc,Ec,at,tf,Pc,Fa,Wa,Cc,rr,it=w(()=>{"use strict";t();kc=require("@reduxjs/toolkit"),Lc=b(require("lodash.omit")),Ec=require("redux-persist");jo();K();go();at={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},tf={network:at},Pc=(0,kc.createSlice)({name:"appConfig",initialState:tf,reducers:{initializeNetworkConfig:(e,o)=>{let n=Ac(o.payload.walletConnectV2RelayAddresses),r=(0,Lc.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(f(f({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=f(f({},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(Ec.REHYDRATE,(o,n)=>{var c,p;if(!((p=(c=n.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Fa,updateNetworkConfig:Wa,setCustomWalletAddress:Cc}=Pc.actions,rr=Pc.reducer});var Nc,Ua,Rc,Q0,ev,ov,ar,ir=w(()=>{"use strict";t();Nc=require("@reduxjs/toolkit");U();K();Ua={isSigning:!1,signedSessions:{}},Rc=(0,Nc.createSlice)({name:"signedMessageInfoSliceState",initialState:Ua,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=r.status==="pending",e.signedSessions[n]=f(f({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>f(f({},e),o.payload),clearSignedMessageInfo:()=>Ua},extraReducers:e=>{e.addCase(j,()=>Ua)}}),{setSignSession:Q0,clearSignedMessageInfo:ev,setSignSessionState:ov}=Rc.actions,ar=Rc.reducer});var Mc,Oc,Dc,Bc,Ga,rf,cv,af,sr,cr=w(()=>{"use strict";t();Mc=require("@reduxjs/toolkit"),Oc=require("redux-persist");U();Xt();K();Dc={customToasts:[],transactionToasts:[]},Bc=(0,Mc.createSlice)({name:"toastsSlice",initialState:Dc,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(c=>c.toastId===n);if(r!==-1){e.customToasts[r]=I(f(f({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(f({},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:yn(),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,()=>Dc),e.addCase(Oc.REHYDRATE,(o,n)=>{var c,p;let r=(p=(c=n.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Ga,removeCustomToast:rf,addTransactionToast:cv,removeTransactionToast:af}=Bc.actions,sr=Bc.reducer});var Fc,Va,$a,qa,sf,Ha,Wc,lv,cf,za,pr,mr=w(()=>{"use strict";t();Fc=require("@reduxjs/toolkit");K();Va="Transaction failed",$a="Transaction successful",qa="Processing transaction",sf="Transaction submitted",Ha={},Wc=(0,Fc.createSlice)({name:"transactionsInfo",initialState:Ha,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Va,successMessage:(r==null?void 0:r.successMessage)||$a,processingMessage:(r==null?void 0:r.processingMessage)||qa,submittedMessage:(r==null?void 0:r.submittedMessage)||sf,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ha},extraReducers:e=>{e.addCase(j,()=>Ha)}}),{clearTransactionsInfo:lv,setTransactionsDisplayInfo:cf,clearTransactionsInfoForSessionId:za}=Wc.actions,pr=Wc.reducer});function fo(e){return e!=null&&(hf(e)||wf(e))}function Jo(e){return e!=null&&(yf(e)||vf(e))}function Zo(e){return e!=null&&(xf(e)||Af(e))}function Uc(e){return e!=null&&(Sf(e)||If(e))}function ja(e){return e!=null&&bf(e)}function hf(e){return e!=null&&pf.includes(e)}function yf(e){return e!=null&&mf.includes(e)}function xf(e){return e!=null&&df.includes(e)}function Sf(e){return e!=null&&lf.includes(e)}function bf(e){return e!=null&&_f.includes(e)}function wf(e){return e!=null&&uf.includes(e)}function vf(e){return e!=null&&gf.includes(e)}function Af(e){return e!=null&&ff.includes(e)}function If(e){return e!=null&&Tf.includes(e)}var pf,mf,df,lf,_f,uf,gf,ff,Tf,vn=w(()=>{"use strict";t();H();pf=["sent"],mf=["success"],df=["fail","cancelled","timedOut"],lf=["invalid"],_f=["timedOut"],uf=["pending"],gf=["success"],ff=["fail","invalid"],Tf=["not executed"]});var Gc,Hc,st,kf,Vc,eo,oo,Lf,Qo,Ef,Pf,Sv,Cf,ct,Ka,bv,dr,lr=w(()=>{"use strict";t();Gc=require("@reduxjs/toolkit"),Hc=require("redux-persist");H();vn();K();st={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},kf={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Vc=(0,Gc.createSlice)({name:"transactionsSlice",initialState:st,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,_;let{sessionId:n,transactions:r,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=f(f(f({},kf),((l=e.signedTransactions[n])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:f(f({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((_=e==null?void 0:e.transactionsToSign)==null?void 0:_.sessionId)===n&&(e.transactionsToSign=st.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=f(f({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,c!=null&&(e.signedTransactions[n].errorMessage=c),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,T,g,y,L,k,E,F;let{sessionId:n,status:r,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(T=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:T.transactions;if(l!=null){e.signedTransactions[n].transactions=l.map(O=>O.hash===p?I(f(f({},m!=null?m:{}),O),{status:r,errorMessage:c,inTransit:d}):O);let M=(y=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:y.every(O=>Jo(O.status)),W=(k=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:k.some(O=>Zo(O.status)),$=(F=(E=e.signedTransactions[n])==null?void 0:E.transactions)==null?void 0:F.every(O=>Uc(O.status));M&&(e.signedTransactions[n].status="success"),W&&(e.signedTransactions[n].status="fail"),$&&(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=st.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=st.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=f(f({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(j,()=>st),e.addCase(Hc.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:c}=n.payload.transactions,p=Object.entries(r).reduce((d,[l,_])=>{let T=new Date(l),g=new Date;return g.setHours(g.getHours()+5),g-T>0||(d[l]=_),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:eo,updateSignedTransactions:oo,setTransactionsToSign:Lf,clearAllTransactionsToSign:Qo,clearAllSignedTransactions:Ef,clearSignedTransaction:Pf,clearTransactionToSign:Sv,setSignTransactionsError:Cf,setSignTransactionsCancelMessage:ct,moveTransactionsToSignedState:Ka,updateSignedTransactionsCustomTransactionInformation:bv}=Vc.actions,dr=Vc.reducer});var $c,Xa,qc,zc,jc,Kc,Iv,_r,ur=w(()=>{"use strict";t();$c=require("@reduxjs/toolkit");K();Xa={},qc=(0,$c.createSlice)({name:"batchTransactionsSlice",initialState:Xa,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:()=>Xa},extraReducers:e=>{e.addCase(j,()=>Xa)}}),{setBatchTransactions:zc,updateBatchTransactions:jc,clearBatchTransactions:Kc,clearAllBatchTransactions:Iv}=qc.actions,_r=qc.reducer});var Yc,Xc,Jc,Zc,Qc,Ya=w(()=>{"use strict";t();Yc=require("@reduxjs/toolkit");K();Xc={},Jc=(0,Yc.createSlice)({name:"dappConfigSlice",initialState:Xc,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(j,()=>Xc)}}),{setDappConfig:Zc}=Jc.actions,Qc=Jc.reducer});var P=w(()=>{"use strict";t();Qt();rt();tr();it();ir();cr();mr();lr();ur();Ya()});var Za=w(()=>{"use strict";t()});var Ap,Gf,Hf,lt,Qa=w(()=>{"use strict";t();Ap=require("@reduxjs/toolkit");Za();Qt();ur();Ya();rt();tr();it();ir();cr();mr();lr();Gf={["account"]:Zt,["dappConfig"]:Qc,["loginInfo"]:or,["modals"]:nr,["networkConfig"]:rr,["signedMessageInfo"]:ar,["toasts"]:sr,["transactionsInfo"]:pr,["transactions"]:dr,["batchTransactions"]:_r},Hf=(e={})=>(0,Ap.combineReducers)(f(f({},Gf),e)),lt=Hf});var Ep={};ze(Ep,{default:()=>rT,sessionStorageReducers:()=>ei});function ho(e,o=[]){return{key:e,version:1,storage:kp.default,blacklist:o}}var we,Ip,kp,Vf,_t,$f,qf,zf,jf,Kf,Xf,Yf,Jf,Zf,Qf,Lp,eT,ei,oT,nT,tT,rT,Pp=w(()=>{"use strict";t();we=require("redux-persist"),Ip=b(require("redux-persist/lib/storage")),kp=b(require("redux-persist/lib/storage/session"));Qa();P();Qt();ur();rt();tr();it();ir();cr();mr();lr();Za();Vf={persistReducersStorageType:"localStorage"},_t={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},$f=ho(_t["account"]),qf=ho(_t["loginInfo"]),zf=ho(_t["modals"]),jf=ho(_t["networkConfig"]),Kf={2:e=>I(f({},e),{networkConfig:at})};Xf=ho("sdk-dapp-transactionsInfo"),Yf=ho("sdk-dapp-transactions",["transactionsToSign"]),Jf=ho("sdk-dapp-batchTransactions",["batchTransactions"]),Zf=ho("sdk-dapp-toasts"),Qf=ho("sdk-dapp-signedMessageInfo"),Lp={key:"sdk-dapp-store",version:2,storage:Ip.default,whitelist:Object.keys(_t),migrate:(0,we.createMigrate)(Kf,{debug:!1})},eT=I(f({},Lp),{whitelist:[]}),ei={["toasts"]:(0,we.persistReducer)(Zf,sr),["transactions"]:(0,we.persistReducer)(Yf,dr),["transactionsInfo"]:(0,we.persistReducer)(Xf,pr),["batchTransactions"]:(0,we.persistReducer)(Jf,_r),["signedMessageInfo"]:(0,we.persistReducer)(Qf,ar)},oT=I(f({},ei),{["account"]:(0,we.persistReducer)($f,Zt),["loginInfo"]:(0,we.persistReducer)(qf,or),["modals"]:(0,we.persistReducer)(zf,nr),["networkConfig"]:(0,we.persistReducer)(jf,rr)}),nT=Vf.persistReducersStorageType==="localStorage",tT=nT?(0,we.persistReducer)(Lp,lt(ei)):(0,we.persistReducer)(eT,lt(oT)),rT=tT});var Cp={};ze(Cp,{default:()=>aT});var aT,Np=w(()=>{"use strict";t();Qa();aT=lt()});var Rp={};ze(Rp,{default:()=>sT});var Ce,iT,sT,Dp=w(()=>{"use strict";t();Ce=require("redux-persist"),iT=[Ce.FLUSH,Ce.REHYDRATE,Ce.PAUSE,Ce.PERSIST,Ce.PURGE,Ce.REGISTER],sT=iT});var Bp={};ze(Bp,{default:()=>Op});function Op(e){return(0,Mp.persistStore)(e)}var Mp,Fp=w(()=>{"use strict";t();Mp=require("redux-persist")});var Bm=A((bM,Om)=>{t();var hh=typeof i=="object"&&i&&i.Object===Object&&i;Om.exports=hh});var bt=A((wM,Fm)=>{t();var yh=Bm(),xh=typeof self=="object"&&self&&self.Object===Object&&self,Sh=yh||xh||Function("return this")();Fm.exports=Sh});var wi=A((vM,Wm)=>{t();var bh=bt(),wh=bh.Symbol;Wm.exports=wh});var Vm=A((AM,Hm)=>{t();var Um=wi(),Gm=Object.prototype,vh=Gm.hasOwnProperty,Ah=Gm.toString,wt=Um?Um.toStringTag:void 0;function Ih(e){var o=vh.call(e,wt),n=e[wt];try{e[wt]=void 0;var r=!0}catch(p){}var c=Ah.call(e);return r&&(o?e[wt]=n:delete e[wt]),c}Hm.exports=Ih});var qm=A((IM,$m)=>{t();var kh=Object.prototype,Lh=kh.toString;function Eh(e){return Lh.call(e)}$m.exports=Eh});var vi=A((kM,Km)=>{t();var zm=wi(),Ph=Vm(),Ch=qm(),Nh="[object Null]",Rh="[object Undefined]",jm=zm?zm.toStringTag:void 0;function Dh(e){return e==null?e===void 0?Rh:Nh:jm&&jm in Object(e)?Ph(e):Ch(e)}Km.exports=Dh});var Ym=A((LM,Xm)=>{t();var Mh=Array.isArray;Xm.exports=Mh});var Zm=A((EM,Jm)=>{t();function Oh(e){return e!=null&&typeof e=="object"}Jm.exports=Oh});var ed=A((PM,Qm)=>{t();var Bh=vi(),Fh=Ym(),Wh=Zm(),Uh="[object String]";function Gh(e){return typeof e=="string"||!Fh(e)&&Wh(e)&&Bh(e)==Uh}Qm.exports=Gh});var Wr=A((a3,ad)=>{t();function $h(e){var o=typeof e;return e!=null&&(o=="object"||o=="function")}ad.exports=$h});var Pi={};ze(Pi,{css:()=>Nd,default:()=>Yh});var Nd,Yh,Ci=w(()=>{"use strict";t();Nd=`.dapp-core-component__main__link-style {
1
+ "use strict";var rg=Object.create;var et=Object.defineProperty,ag=Object.defineProperties,ig=Object.getOwnPropertyDescriptor,sg=Object.getOwnPropertyDescriptors,cg=Object.getOwnPropertyNames,Ot=Object.getOwnPropertySymbols,pg=Object.getPrototypeOf,ca=Object.prototype.hasOwnProperty,rs=Object.prototype.propertyIsEnumerable;var ts=(e,o,n)=>o in e?et(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,f=(e,o)=>{for(var n in o||(o={}))ca.call(o,n)&&ts(e,n,o[n]);if(Ot)for(var n of Ot(o))rs.call(o,n)&&ts(e,n,o[n]);return e},I=(e,o)=>ag(e,sg(o));var pa=e=>typeof e=="symbol"?e:e+"",qe=(e,o)=>{var n={};for(var r in e)ca.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ot)for(var r of Ot(e))o.indexOf(r)<0&&rs.call(e,r)&&(n[r]=e[r]);return n};var w=(e,o)=>()=>(e&&(o=e(e=0)),o);var A=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),ze=(e,o)=>{for(var n in o)et(e,n,{get:o[n],enumerable:!0})},as=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of cg(o))!ca.call(e,c)&&c!==n&&et(e,c,{get:()=>o[c],enumerable:!(r=ig(o,c))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?rg(pg(e)):{},as(o||!e||!e.__esModule?et(n,"default",{value:e,enumerable:!0}):n,e)),Me=e=>as(et({},"__esModule",{value:!0}),e);var u=(e,o,n)=>new Promise((r,c)=>{var p=l=>{try{d(n.next(l))}catch(_){c(_)}},m=l=>{try{d(n.throw(l))}catch(_){c(_)}},d=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);d((n=n.apply(e,o)).next())});var cs=A(Bt=>{"use strict";t();Bt.byteLength=dg;Bt.toByteArray=_g;Bt.fromByteArray=fg;var je=[],Ee=[],mg=typeof Uint8Array!="undefined"?Uint8Array:Array,ma="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for($o=0,is=ma.length;$o<is;++$o)je[$o]=ma[$o],Ee[ma.charCodeAt($o)]=$o;var $o,is;Ee["-".charCodeAt(0)]=62;Ee["_".charCodeAt(0)]=63;function ss(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 dg(e){var o=ss(e),n=o[0],r=o[1];return(n+r)*3/4-r}function lg(e,o,n){return(o+n)*3/4-n}function _g(e){var o,n=ss(e),r=n[0],c=n[1],p=new mg(lg(e,r,c)),m=0,d=c>0?r-4:r,l;for(l=0;l<d;l+=4)o=Ee[e.charCodeAt(l)]<<18|Ee[e.charCodeAt(l+1)]<<12|Ee[e.charCodeAt(l+2)]<<6|Ee[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=Ee[e.charCodeAt(l)]<<2|Ee[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=Ee[e.charCodeAt(l)]<<10|Ee[e.charCodeAt(l+1)]<<4|Ee[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function ug(e){return je[e>>18&63]+je[e>>12&63]+je[e>>6&63]+je[e&63]}function gg(e,o,n){for(var r,c=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(ug(r));return c.join("")}function fg(e){for(var o,n=e.length,r=n%3,c=[],p=16383,m=0,d=n-r;m<d;m+=p)c.push(gg(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],c.push(je[o>>2]+je[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],c.push(je[o>>10]+je[o>>4&63]+je[o<<2&63]+"=")),c.join("")}});var ps=A(da=>{t();da.read=function(e,o,n,r,c){var p,m,d=c*8-r-1,l=(1<<d)-1,_=l>>1,T=-7,g=n?c-1:0,y=n?-1:1,L=e[o+g];for(g+=y,p=L&(1<<-T)-1,L>>=-T,T+=d;T>0;p=p*256+e[o+g],g+=y,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=r;T>0;m=m*256+e[o+g],g+=y,T-=8);if(p===0)p=1-_;else{if(p===l)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-_}return(L?-1:1)*m*Math.pow(2,p-r)};da.write=function(e,o,n,r,c,p){var m,d,l,_=p*8-c-1,T=(1<<_)-1,g=T>>1,y=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=r?0:p-1,k=r?1:-1,E=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+g>=1?o+=y/l:o+=y*Math.pow(2,1-g),o*l>=2&&(m++,l/=2),m+g>=T?(d=0,m=T):m+g>=1?(d=(o*l-1)*Math.pow(2,c),m=m+g):(d=o*Math.pow(2,g-1)*Math.pow(2,c),m=0));c>=8;e[n+L]=d&255,L+=k,d/=256,c-=8);for(m=m<<c|d,_+=c;_>0;e[n+L]=m&255,L+=k,m/=256,_-=8);e[n+L-k]|=E*128}});var bs=A(gn=>{"use strict";t();var la=cs(),un=ps(),ms=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;gn.Buffer=h;gn.SlowBuffer=bg;gn.INSPECT_MAX_BYTES=50;var Ft=2147483647;gn.kMaxLength=Ft;h.TYPED_ARRAY_SUPPORT=Tg();!h.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 Tg(){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(h.prototype,"parent",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.buffer}});Object.defineProperty(h.prototype,"offset",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.byteOffset}});function co(e){if(e>Ft)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,h.prototype),o}function h(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 fa(e)}return _s(e,o,n)}h.poolSize=8192;function _s(e,o,n){if(typeof e=="string")return yg(e,o);if(ArrayBuffer.isView(e))return xg(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(Ke(e,ArrayBuffer)||e&&Ke(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ke(e,SharedArrayBuffer)||e&&Ke(e.buffer,SharedArrayBuffer)))return ua(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 h.from(r,o,n);var c=Sg(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return h.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)}h.from=function(e,o,n){return _s(e,o,n)};Object.setPrototypeOf(h.prototype,Uint8Array.prototype);Object.setPrototypeOf(h,Uint8Array);function us(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 hg(e,o,n){return us(e),e<=0?co(e):o!==void 0?typeof n=="string"?co(e).fill(o,n):co(e).fill(o):co(e)}h.alloc=function(e,o,n){return hg(e,o,n)};function fa(e){return us(e),co(e<0?0:Ta(e)|0)}h.allocUnsafe=function(e){return fa(e)};h.allocUnsafeSlow=function(e){return fa(e)};function yg(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!h.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=gs(e,o)|0,r=co(n),c=r.write(e,o);return c!==n&&(r=r.slice(0,c)),r}function _a(e){for(var o=e.length<0?0:Ta(e.length)|0,n=co(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function xg(e){if(Ke(e,Uint8Array)){var o=new Uint8Array(e);return ua(o.buffer,o.byteOffset,o.byteLength)}return _a(e)}function ua(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,h.prototype),r}function Sg(e){if(h.isBuffer(e)){var o=Ta(e.length)|0,n=co(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ha(e.length)?co(0):_a(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _a(e.data)}function Ta(e){if(e>=Ft)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ft.toString(16)+" bytes");return e|0}function bg(e){return+e!=e&&(e=0),h.alloc(+e)}h.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==h.prototype};h.compare=function(o,n){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),Ke(n,Uint8Array)&&(n=h.from(n,n.offset,n.byteLength)),!h.isBuffer(o)||!h.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,c=n.length,p=0,m=Math.min(r,c);p<m;++p)if(o[p]!==n[p]){r=o[p],c=n[p];break}return r<c?-1:c<r?1:0};h.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}};h.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return h.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var c=h.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(Ke(m,Uint8Array))p+m.length>c.length?h.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(h.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function gs(e,o){if(h.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Ke(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 c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ga(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Ss(e).length;default:if(c)return r?-1:ga(e).length;o=(""+o).toLowerCase(),c=!0}}h.byteLength=gs;function wg(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 Rg(this,o,n);case"utf8":case"utf-8":return Ts(this,o,n);case"ascii":return Cg(this,o,n);case"latin1":case"binary":return Ng(this,o,n);case"base64":return Eg(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dg(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}h.prototype._isBuffer=!0;function qo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}h.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)qo(this,n,n+1);return this};h.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)qo(this,n,n+3),qo(this,n+1,n+2);return this};h.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)qo(this,n,n+7),qo(this,n+1,n+6),qo(this,n+2,n+5),qo(this,n+3,n+4);return this};h.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ts(this,0,o):wg.apply(this,arguments)};h.prototype.toLocaleString=h.prototype.toString;h.prototype.equals=function(o){if(!h.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:h.compare(this,o)===0};h.prototype.inspect=function(){var o="",n=gn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ms&&(h.prototype[ms]=h.prototype.inspect);h.prototype.compare=function(o,n,r,c,p){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),!h.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),c===void 0&&(c=0),p===void 0&&(p=this.length),n<0||r>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&n>=r)return 0;if(c>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=r-n,l=Math.min(m,d),_=this.slice(c,p),T=o.slice(n,r),g=0;g<l;++g)if(_[g]!==T[g]){m=_[g],d=T[g];break}return m<d?-1:d<m?1:0};function fs(e,o,n,r,c){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ha(n)&&(n=c?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(c)return-1;n=e.length-1}else if(n<0)if(c)n=0;else return-1;if(typeof o=="string"&&(o=h.from(o,r)),h.isBuffer(o))return o.length===0?-1:ds(e,o,n,r,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):ds(e,[o],n,r,c);throw new TypeError("val must be string, number or Buffer")}function ds(e,o,n,r,c){var p=1,m=e.length,d=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,d/=2,n/=2}function l(L,k){return p===1?L[k]:L.readUInt16BE(k*p)}var _;if(c){var T=-1;for(_=n;_<m;_++)if(l(e,_)===l(o,T===-1?0:_-T)){if(T===-1&&(T=_),_-T+1===d)return T*p}else T!==-1&&(_-=_-T),T=-1}else for(n+d>m&&(n=m-d),_=n;_>=0;_--){for(var g=!0,y=0;y<d;y++)if(l(e,_+y)!==l(o,y)){g=!1;break}if(g)return _}return-1}h.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};h.prototype.indexOf=function(o,n,r){return fs(this,o,n,r,!0)};h.prototype.lastIndexOf=function(o,n,r){return fs(this,o,n,r,!1)};function vg(e,o,n,r){n=Number(n)||0;var c=e.length-n;r?(r=Number(r),r>c&&(r=c)):r=c;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(ha(d))return m;e[n+m]=d}return m}function Ag(e,o,n,r){return Wt(ga(o,e.length-n),e,n,r)}function Ig(e,o,n,r){return Wt(Bg(o),e,n,r)}function kg(e,o,n,r){return Wt(Ss(o),e,n,r)}function Lg(e,o,n,r){return Wt(Fg(o,e.length-n),e,n,r)}h.prototype.write=function(o,n,r,c){if(n===void 0)c="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")c=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,c===void 0&&(c="utf8")):(c=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");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return vg(this,o,n,r);case"utf8":case"utf-8":return Ag(this,o,n,r);case"ascii":case"latin1":case"binary":return Ig(this,o,n,r);case"base64":return kg(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Lg(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Eg(e,o,n){return o===0&&n===e.length?la.fromByteArray(e):la.fromByteArray(e.slice(o,n))}function Ts(e,o,n){n=Math.min(e.length,n);for(var r=[],c=o;c<n;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=n){var l,_,T,g;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(m=g));break;case 3:l=e[c+1],_=e[c+2],(l&192)===128&&(_&192)===128&&(g=(p&15)<<12|(l&63)<<6|_&63,g>2047&&(g<55296||g>57343)&&(m=g));break;case 4:l=e[c+1],_=e[c+2],T=e[c+3],(l&192)===128&&(_&192)===128&&(T&192)===128&&(g=(p&15)<<18|(l&63)<<12|(_&63)<<6|T&63,g>65535&&g<1114112&&(m=g))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),c+=d}return Pg(r)}var ls=4096;function Pg(e){var o=e.length;if(o<=ls)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=ls));return n}function Cg(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]&127);return r}function Ng(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]);return r}function Rg(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var c="",p=o;p<n;++p)c+=Wg[e[p]];return c}function Dg(e,o,n){for(var r=e.slice(o,n),c="",p=0;p<r.length-1;p+=2)c+=String.fromCharCode(r[p]+r[p+1]*256);return c}h.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 c=this.subarray(o,n);return Object.setPrototypeOf(c,h.prototype),c};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")}h.prototype.readUintLE=h.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return c};h.prototype.readUintBE=h.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o+--n],p=1;n>0&&(p*=256);)c+=this[o+--n]*p;return c};h.prototype.readUint8=h.prototype.readUInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]};h.prototype.readUint16LE=h.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]|this[o+1]<<8};h.prototype.readUint16BE=h.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]<<8|this[o+1]};h.prototype.readUint32LE=h.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};h.prototype.readUint32BE=h.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])};h.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*n)),c};h.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=n,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};h.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]};h.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};h.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};h.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};h.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]};h.prototype.readFloatLE=function(o,n){return o=o>>>0,n||se(o,4,this.length),un.read(this,o,!0,23,4)};h.prototype.readFloatBE=function(o,n){return o=o>>>0,n||se(o,4,this.length),un.read(this,o,!1,23,4)};h.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||se(o,8,this.length),un.read(this,o,!0,52,8)};h.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||se(o,8,this.length),un.read(this,o,!1,52,8)};function xe(e,o,n,r,c,p){if(!h.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}h.prototype.writeUintLE=h.prototype.writeUIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;xe(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};h.prototype.writeUintBE=h.prototype.writeUIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;xe(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};h.prototype.writeUint8=h.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,1,255,0),this[n]=o&255,n+1};h.prototype.writeUint16LE=h.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeUint16BE=h.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeUint32LE=h.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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};h.prototype.writeUint32BE=h.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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};h.prototype.writeIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);xe(this,o,n,r,p-1,-p)}var m=0,d=1,l=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);xe(this,o,n,r,p-1,-p)}var m=r-1,d=1,l=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};h.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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};h.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||xe(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 hs(e,o,n,r,c,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ys(e,o,n,r,c){return o=+o,n=n>>>0,c||hs(e,o,n,4,34028234663852886e22,-34028234663852886e22),un.write(e,o,n,r,23,4),n+4}h.prototype.writeFloatLE=function(o,n,r){return ys(this,o,n,!0,r)};h.prototype.writeFloatBE=function(o,n,r){return ys(this,o,n,!1,r)};function xs(e,o,n,r,c){return o=+o,n=n>>>0,c||hs(e,o,n,8,17976931348623157e292,-17976931348623157e292),un.write(e,o,n,r,52,8),n+8}h.prototype.writeDoubleLE=function(o,n,r){return xs(this,o,n,!0,r)};h.prototype.writeDoubleBE=function(o,n,r){return xs(this,o,n,!1,r)};h.prototype.copy=function(o,n,r,c){if(!h.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!c&&c!==0&&(c=this.length),n>=o.length&&(n=o.length),n||(n=0),c>0&&c<r&&(c=r),c===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(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-n<c-r&&(c=o.length-n+r);var p=c-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,c):Uint8Array.prototype.set.call(o,this.subarray(r,c),n),p};h.prototype.fill=function(o,n,r,c){if(typeof o=="string"){if(typeof n=="string"?(c=n,n=0,r=this.length):typeof r=="string"&&(c=r,r=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!h.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="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 d=h.isBuffer(o)?o:h.from(o,c),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%l]}return this};var Mg=/[^+/0-9A-Za-z-_]/g;function Og(e){if(e=e.split("=")[0],e=e.trim().replace(Mg,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ga(e,o){o=o||1/0;for(var n,r=e.length,c=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!c){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}c=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),c=n;continue}n=(c-55296<<10|n-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=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 Bg(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Fg(e,o){for(var n,r,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,c=n%256,p.push(c),p.push(r);return p}function Ss(e){return la.toByteArray(Og(e))}function Wt(e,o,n,r){for(var c=0;c<r&&!(c+n>=o.length||c>=e.length);++c)o[c+n]=e[c];return c}function Ke(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ha(e){return e!==e}var Wg=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,c=0;c<16;++c)o[r+c]=e[n]+e[c];return o}()});var ks=A((Fb,Is)=>{t();var Q=Is.exports={},Xe,Ye;function ya(){throw new Error("setTimeout has not been defined")}function xa(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Xe=setTimeout:Xe=ya}catch(e){Xe=ya}try{typeof clearTimeout=="function"?Ye=clearTimeout:Ye=xa}catch(e){Ye=xa}})();function ws(e){if(Xe===setTimeout)return setTimeout(e,0);if((Xe===ya||!Xe)&&setTimeout)return Xe=setTimeout,setTimeout(e,0);try{return Xe(e,0)}catch(o){try{return Xe.call(null,e,0)}catch(n){return Xe.call(this,e,0)}}}function Ug(e){if(Ye===clearTimeout)return clearTimeout(e);if((Ye===xa||!Ye)&&clearTimeout)return Ye=clearTimeout,clearTimeout(e);try{return Ye(e)}catch(o){try{return Ye.call(null,e)}catch(n){return Ye.call(this,e)}}}var po=[],fn=!1,zo,Ut=-1;function Gg(){!fn||!zo||(fn=!1,zo.length?po=zo.concat(po):Ut=-1,po.length&&vs())}function vs(){if(!fn){var e=ws(Gg);fn=!0;for(var o=po.length;o;){for(zo=po,po=[];++Ut<o;)zo&&zo[Ut].run();Ut=-1,o=po.length}zo=null,fn=!1,Ug(e)}}Q.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];po.push(new As(e,o)),po.length===1&&!fn&&ws(vs)};function As(e,o){this.fun=e,this.array=o}As.prototype.run=function(){this.fun.apply(null,this.array)};Q.title="browser";Q.browser=!0;Q.env={};Q.argv=[];Q.version="";Q.versions={};function mo(){}Q.on=mo;Q.addListener=mo;Q.once=mo;Q.off=mo;Q.removeListener=mo;Q.removeAllListeners=mo;Q.emit=mo;Q.prependListener=mo;Q.prependOnceListener=mo;Q.listeners=function(e){return[]};Q.binding=function(e){throw new Error("process.binding is not supported")};Q.cwd=function(){return"/"};Q.chdir=function(e){throw new Error("process.chdir is not supported")};Q.umask=function(){return 0}});var a,s,Hg,i,t=w(()=>{a=b(bs()),s=b(ks()),Hg=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=Hg});var Sa=w(()=>{"use strict";t()});var Ls=w(()=>{"use strict";t()});var Es=w(()=>{"use strict";t()});var Oe,Tn,Lo=w(()=>{"use strict";t();Oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Tn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Y,Ps,Vb,Cs,$b,H=w(()=>{"use strict";t();Lo();Y=(y=>(y.ledger="ledger",y.walletconnect="walletconnect",y.walletconnectv2="walletconnectv2",y.wallet="wallet",y.crossWindow="crossWindow",y.iframe="iframe",y.extension="extension",y.passkey="passkey",y.metamask="metamask",y.opera="opera",y.extra="extra",y.none="",y))(Y||{}),Ps=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Ps||{}),Vb=f(f({},Tn.WindowProviderRequestEnums),Ps),Cs=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Cs||{}),$b=f(f({},Tn.WindowProviderResponseEnums),Cs)});var Ns=w(()=>{"use strict";t()});var Rs=w(()=>{"use strict";t()});var Se=w(()=>{"use strict";t()});var Ds=w(()=>{"use strict";t()});var Ms=w(()=>{"use strict";t()});var Os=w(()=>{"use strict";t()});var U=w(()=>{"use strict";t();Sa();Ls();Es();H();Ns();Rs();Se();Ds();Ms();Os()});var Bs=w(()=>{"use strict";t()});var Je,Be=w(()=>{"use strict";t();Je="Action not allowed. User is logged in. Call logout() first"});var Fs=w(()=>{"use strict";t()});var ba,Ws=w(()=>{"use strict";t();ba=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(ba||{})});var Us=w(()=>{"use strict";t()});var wa=w(()=>{"use strict";t()});var Gs=w(()=>{"use strict";t()});var lo,Gt,_w,Ht,uw,Vt,gw,fw,$g,$t,Eo=w(()=>{"use strict";t();U();lo={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:Gt,egldLabel:_w}=lo["devnet"],{chainId:Ht,egldLabel:uw}=lo["testnet"],{chainId:Vt,egldLabel:gw}=lo["mainnet"],fw={["devnet"]:Gt,["testnet"]:Ht,["mainnet"]:Vt},$g={[Gt]:"devnet",[Ht]:"testnet",[Vt]:"mainnet"},$t=3e3});var jo=w(()=>{"use strict";t()});var Ze,Hs=w(()=>{"use strict";t();Ze=require("@multiversx/sdk-web-wallet-provider")});var Te,Ko=w(()=>{"use strict";t();Te=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Vs,$s,va,bw,ww,Aa=w(()=>{"use strict";t();Ko();va=String(($s=(Vs=Te.safeWindow)==null?void 0:Vs.navigator)==null?void 0:$s.userAgent),bw=/^((?!chrome|android).)*safari/i.test(va),ww=/firefox/i.test(va)&&/windows/i.test(va)});var qt,zt,qs,zs,ot,Ia,ka,jt,js,hn,Kt,C=w(()=>{"use strict";t();Bs();Be();Fs();Ws();Us();wa();Gs();Eo();jo();Hs();Aa();qt=5e4,zt=1e9,qs=1,zs=1,ot="signSession",Ia="sdk-dapp-version",ka="4.5.1",jt="logout",js="login",hn="0",Kt="-"});var yn,Xt=w(()=>{"use strict";t();yn=()=>Date.now()/1e3});var Ks=w(()=>{"use strict";t()});var Xs=w(()=>{"use strict";t()});var La=w(()=>{"use strict";t();Xt();Ks();Xs()});var Ea={};ze(Ea,{clear:()=>Kg,getItem:()=>zg,localStorageKeys:()=>ue,removeItem:()=>jg,setItem:()=>qg});var ue,Yt,qg,zg,jg,Kg,Po=w(()=>{"use strict";t();La();ue={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Yt=typeof localStorage!="undefined",qg=({key:e,data:o,expires:n})=>{!Yt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},zg=e=>{if(!Yt)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:yn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},jg=e=>{!Yt||localStorage.removeItem(String(e))},Kg=()=>{!Yt||localStorage.clear()}});var Pa={};ze(Pa,{clear:()=>Qs,getItem:()=>Js,removeItem:()=>Zs,sessionStorageKeys:()=>Xg,setItem:()=>Ys,storage:()=>Yg});var Xg,Ys,Js,Zs,Qs,Yg,ec=w(()=>{"use strict";t();Xg={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Ys=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Js=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},Zs=e=>sessionStorage.removeItem(String(e)),Qs=()=>sessionStorage.clear(),Yg={setItem:Ys,getItem:Js,removeItem:Zs,clear:Qs}});var ve,Xo=w(()=>{"use strict";t();Po();ec();ve={session:Pa,local:Ea}});var Ca,j,te,K=w(()=>{"use strict";t();Ca=require("@reduxjs/toolkit");C();j=(0,Ca.createAction)(jt),te=(0,Ca.createAction)(js,e=>({payload:e}))});var Ra,oc,nc,pe,Na,tc,ce,be,Jt,e0,Da,Jg,o0,xn,rc,ac,ic,Zt,Qt=w(()=>{"use strict";t();Ra=require("@multiversx/sdk-core"),oc=require("@reduxjs/toolkit"),nc=require("redux-persist");C();Xo();Po();K();pe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:hn},Na={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":pe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},tc=(0,oc.createSlice)({name:"accountInfoSlice",initialState:Na,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ra.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:pe},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,()=>(ve.local.removeItem(ue.loginExpiresAt),Na)),e.addCase(te,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ra.Address(r).toHex()}),e.addCase(nc.REHYDRATE,(o,n)=>{var _;if(!((_=n.payload)!=null&&_.account))return;let{account:r}=n.payload,{address:c,shard:p,accounts:m,publicKey:d}=r;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:Na.accounts,o.publicKey=d})}}),{setAccount:ce,setAddress:be,setAccountNonce:Jt,setAccountShard:e0,setLedgerAccount:Da,updateLedgerAccount:Jg,setWalletConnectAccount:o0,setIsAccountLoading:xn,setAccountLoadingError:rc,setWebsocketEvent:ac,setWebsocketBatchEvent:ic}=tc.actions,Zt=tc.reducer});function nt(){return new Date().setHours(new Date().getHours()+24)}function tt(e){ve.local.setItem({key:ue.loginExpiresAt,data:e,expires:e})}var Ma=w(()=>{"use strict";t();Xo();Po()});var cc,sc,pc,d0,mc,Zg,_o,l0,er,dc,lc,Oa,_c,or,rt=w(()=>{"use strict";t();cc=require("@reduxjs/toolkit");Ma();H();K();sc={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},pc=(0,cc.createSlice)({name:"loginInfoSlice",initialState:sc,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,()=>sc),e.addCase(te,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,tt(nt())})}}),{setLoginMethod:d0,setWalletConnectLogin:mc,setLedgerLogin:Zg,setTokenLogin:_o,setTokenLoginSignature:l0,setWalletLogin:er,invalidateLoginSession:dc,setLogoutRoute:lc,setIsWalletConnectV2Initialized:Oa,setWebviewLogin:_c}=pc.actions,or=pc.reducer});var gc,uc,fc,Tc,Qg,f0,ef,nr,tr=w(()=>{"use strict";t();gc=require("@reduxjs/toolkit");K();uc={},fc=(0,gc.createSlice)({name:"modalsSlice",initialState:uc,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,()=>uc)}}),{setTxSubmittedModal:Tc,setNotificationModal:Qg,clearTxSubmittedModal:f0,clearNotificationModal:ef}=fc.actions,nr=fc.reducer});var uo,Sn=w(()=>{"use strict";t();uo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=w(()=>{"use strict";t();Sn();V=()=>{if(!uo())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:c,search:p}}=window;return{pathname:o,hash:n,origin:r,href:c,search:p}}});var bn,hc=w(()=>{"use strict";t();me();bn=(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 yc=w(()=>{"use strict";t();ge()});var xc,Sc=w(()=>{"use strict";t();Ko();xc=e=>{if(!Te.safeWindow.location)return;if(!new URL(Te.safeWindow.location.href).protocol.startsWith("http"))return Te.safeWindow.location.reload();Te.safeWindow.location.assign(e)}});var ge=w(()=>{"use strict";t();hc();yc();me();Sc()});var bc,wc,Yo,wn=w(()=>{"use strict";t();ge();bc=!1,wc=(e=!0)=>{bc=e},Yo=({timeout:e=0,url:o})=>{bc||setTimeout(()=>{if(!!window)return xc(o)},e)}});function Co({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),c=typeof o=="function";if(r&&e!=null){if(c)return o(e,n);Yo({url:e,timeout:of})}}var of,vc=w(()=>{"use strict";t();wn();of=200});function Ac(e){return e[Math.floor(Math.random()*e.length)]}var Ic=w(()=>{"use strict";t()});var Ba=w(()=>{"use strict";t();wa()});var go=w(()=>{"use strict";t();vc();Ic();Ba()});var kc,Lc,Ec,at,tf,Pc,Fa,Wa,Cc,rr,it=w(()=>{"use strict";t();kc=require("@reduxjs/toolkit"),Lc=b(require("lodash.omit")),Ec=require("redux-persist");jo();K();go();at={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},tf={network:at},Pc=(0,kc.createSlice)({name:"appConfig",initialState:tf,reducers:{initializeNetworkConfig:(e,o)=>{let n=Ac(o.payload.walletConnectV2RelayAddresses),r=(0,Lc.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(f(f({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=f(f({},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(Ec.REHYDRATE,(o,n)=>{var c,p;if(!((p=(c=n.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Fa,updateNetworkConfig:Wa,setCustomWalletAddress:Cc}=Pc.actions,rr=Pc.reducer});var Nc,Ua,Rc,Q0,ev,ov,ar,ir=w(()=>{"use strict";t();Nc=require("@reduxjs/toolkit");U();K();Ua={isSigning:!1,signedSessions:{}},Rc=(0,Nc.createSlice)({name:"signedMessageInfoSliceState",initialState:Ua,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=r.status==="pending",e.signedSessions[n]=f(f({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>f(f({},e),o.payload),clearSignedMessageInfo:()=>Ua},extraReducers:e=>{e.addCase(j,()=>Ua)}}),{setSignSession:Q0,clearSignedMessageInfo:ev,setSignSessionState:ov}=Rc.actions,ar=Rc.reducer});var Mc,Oc,Dc,Bc,Ga,rf,cv,af,sr,cr=w(()=>{"use strict";t();Mc=require("@reduxjs/toolkit"),Oc=require("redux-persist");U();Xt();K();Dc={customToasts:[],transactionToasts:[]},Bc=(0,Mc.createSlice)({name:"toastsSlice",initialState:Dc,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(c=>c.toastId===n);if(r!==-1){e.customToasts[r]=I(f(f({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(f({},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:yn(),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,()=>Dc),e.addCase(Oc.REHYDRATE,(o,n)=>{var c,p;let r=(p=(c=n.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Ga,removeCustomToast:rf,addTransactionToast:cv,removeTransactionToast:af}=Bc.actions,sr=Bc.reducer});var Fc,Va,$a,qa,sf,Ha,Wc,lv,cf,za,pr,mr=w(()=>{"use strict";t();Fc=require("@reduxjs/toolkit");K();Va="Transaction failed",$a="Transaction successful",qa="Processing transaction",sf="Transaction submitted",Ha={},Wc=(0,Fc.createSlice)({name:"transactionsInfo",initialState:Ha,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Va,successMessage:(r==null?void 0:r.successMessage)||$a,processingMessage:(r==null?void 0:r.processingMessage)||qa,submittedMessage:(r==null?void 0:r.submittedMessage)||sf,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ha},extraReducers:e=>{e.addCase(j,()=>Ha)}}),{clearTransactionsInfo:lv,setTransactionsDisplayInfo:cf,clearTransactionsInfoForSessionId:za}=Wc.actions,pr=Wc.reducer});function fo(e){return e!=null&&(hf(e)||wf(e))}function Jo(e){return e!=null&&(yf(e)||vf(e))}function Zo(e){return e!=null&&(xf(e)||Af(e))}function Uc(e){return e!=null&&(Sf(e)||If(e))}function ja(e){return e!=null&&bf(e)}function hf(e){return e!=null&&pf.includes(e)}function yf(e){return e!=null&&mf.includes(e)}function xf(e){return e!=null&&df.includes(e)}function Sf(e){return e!=null&&lf.includes(e)}function bf(e){return e!=null&&_f.includes(e)}function wf(e){return e!=null&&uf.includes(e)}function vf(e){return e!=null&&gf.includes(e)}function Af(e){return e!=null&&ff.includes(e)}function If(e){return e!=null&&Tf.includes(e)}var pf,mf,df,lf,_f,uf,gf,ff,Tf,vn=w(()=>{"use strict";t();H();pf=["sent"],mf=["success"],df=["fail","cancelled","timedOut"],lf=["invalid"],_f=["timedOut"],uf=["pending"],gf=["success"],ff=["fail","invalid"],Tf=["not executed"]});var Gc,Hc,st,kf,Vc,eo,oo,Lf,Qo,Ef,Pf,Sv,Cf,ct,Ka,bv,dr,lr=w(()=>{"use strict";t();Gc=require("@reduxjs/toolkit"),Hc=require("redux-persist");H();vn();K();st={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},kf={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Vc=(0,Gc.createSlice)({name:"transactionsSlice",initialState:st,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,_;let{sessionId:n,transactions:r,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=f(f(f({},kf),((l=e.signedTransactions[n])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:f(f({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((_=e==null?void 0:e.transactionsToSign)==null?void 0:_.sessionId)===n&&(e.transactionsToSign=st.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=f(f({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,c!=null&&(e.signedTransactions[n].errorMessage=c),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,T,g,y,L,k,E,F;let{sessionId:n,status:r,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(T=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:T.transactions;if(l!=null){e.signedTransactions[n].transactions=l.map(O=>O.hash===p?I(f(f({},m!=null?m:{}),O),{status:r,errorMessage:c,inTransit:d}):O);let M=(y=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:y.every(O=>Jo(O.status)),W=(k=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:k.some(O=>Zo(O.status)),$=(F=(E=e.signedTransactions[n])==null?void 0:E.transactions)==null?void 0:F.every(O=>Uc(O.status));M&&(e.signedTransactions[n].status="success"),W&&(e.signedTransactions[n].status="fail"),$&&(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=st.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=st.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=f(f({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(j,()=>st),e.addCase(Hc.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:c}=n.payload.transactions,p=Object.entries(r).reduce((d,[l,_])=>{let T=new Date(l),g=new Date;return g.setHours(g.getHours()+5),g-T>0||(d[l]=_),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:eo,updateSignedTransactions:oo,setTransactionsToSign:Lf,clearAllTransactionsToSign:Qo,clearAllSignedTransactions:Ef,clearSignedTransaction:Pf,clearTransactionToSign:Sv,setSignTransactionsError:Cf,setSignTransactionsCancelMessage:ct,moveTransactionsToSignedState:Ka,updateSignedTransactionsCustomTransactionInformation:bv}=Vc.actions,dr=Vc.reducer});var $c,Xa,qc,zc,jc,Kc,Iv,_r,ur=w(()=>{"use strict";t();$c=require("@reduxjs/toolkit");K();Xa={},qc=(0,$c.createSlice)({name:"batchTransactionsSlice",initialState:Xa,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:()=>Xa},extraReducers:e=>{e.addCase(j,()=>Xa)}}),{setBatchTransactions:zc,updateBatchTransactions:jc,clearBatchTransactions:Kc,clearAllBatchTransactions:Iv}=qc.actions,_r=qc.reducer});var Yc,Xc,Jc,Zc,Qc,Ya=w(()=>{"use strict";t();Yc=require("@reduxjs/toolkit");K();Xc={},Jc=(0,Yc.createSlice)({name:"dappConfigSlice",initialState:Xc,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(j,()=>Xc)}}),{setDappConfig:Zc}=Jc.actions,Qc=Jc.reducer});var P=w(()=>{"use strict";t();Qt();rt();tr();it();ir();cr();mr();lr();ur();Ya()});var Za=w(()=>{"use strict";t()});var Ap,Gf,Hf,lt,Qa=w(()=>{"use strict";t();Ap=require("@reduxjs/toolkit");Za();Qt();ur();Ya();rt();tr();it();ir();cr();mr();lr();Gf={["account"]:Zt,["dappConfig"]:Qc,["loginInfo"]:or,["modals"]:nr,["networkConfig"]:rr,["signedMessageInfo"]:ar,["toasts"]:sr,["transactionsInfo"]:pr,["transactions"]:dr,["batchTransactions"]:_r},Hf=(e={})=>(0,Ap.combineReducers)(f(f({},Gf),e)),lt=Hf});var Ep={};ze(Ep,{default:()=>rT,sessionStorageReducers:()=>ei});function ho(e,o=[]){return{key:e,version:1,storage:kp.default,blacklist:o}}var we,Ip,kp,Vf,_t,$f,qf,zf,jf,Kf,Xf,Yf,Jf,Zf,Qf,Lp,eT,ei,oT,nT,tT,rT,Pp=w(()=>{"use strict";t();we=require("redux-persist"),Ip=b(require("redux-persist/lib/storage")),kp=b(require("redux-persist/lib/storage/session"));Qa();P();Qt();ur();rt();tr();it();ir();cr();mr();lr();Za();Vf={persistReducersStorageType:"localStorage"},_t={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},$f=ho(_t["account"]),qf=ho(_t["loginInfo"]),zf=ho(_t["modals"]),jf=ho(_t["networkConfig"]),Kf={2:e=>I(f({},e),{networkConfig:at})};Xf=ho("sdk-dapp-transactionsInfo"),Yf=ho("sdk-dapp-transactions",["transactionsToSign"]),Jf=ho("sdk-dapp-batchTransactions",["batchTransactions"]),Zf=ho("sdk-dapp-toasts"),Qf=ho("sdk-dapp-signedMessageInfo"),Lp={key:"sdk-dapp-store",version:2,storage:Ip.default,whitelist:Object.keys(_t),migrate:(0,we.createMigrate)(Kf,{debug:!1})},eT=I(f({},Lp),{whitelist:[]}),ei={["toasts"]:(0,we.persistReducer)(Zf,sr),["transactions"]:(0,we.persistReducer)(Yf,dr),["transactionsInfo"]:(0,we.persistReducer)(Xf,pr),["batchTransactions"]:(0,we.persistReducer)(Jf,_r),["signedMessageInfo"]:(0,we.persistReducer)(Qf,ar)},oT=I(f({},ei),{["account"]:(0,we.persistReducer)($f,Zt),["loginInfo"]:(0,we.persistReducer)(qf,or),["modals"]:(0,we.persistReducer)(zf,nr),["networkConfig"]:(0,we.persistReducer)(jf,rr)}),nT=Vf.persistReducersStorageType==="localStorage",tT=nT?(0,we.persistReducer)(Lp,lt(ei)):(0,we.persistReducer)(eT,lt(oT)),rT=tT});var Cp={};ze(Cp,{default:()=>aT});var aT,Np=w(()=>{"use strict";t();Qa();aT=lt()});var Rp={};ze(Rp,{default:()=>sT});var Ce,iT,sT,Dp=w(()=>{"use strict";t();Ce=require("redux-persist"),iT=[Ce.FLUSH,Ce.REHYDRATE,Ce.PAUSE,Ce.PERSIST,Ce.PURGE,Ce.REGISTER],sT=iT});var Bp={};ze(Bp,{default:()=>Op});function Op(e){return(0,Mp.persistStore)(e)}var Mp,Fp=w(()=>{"use strict";t();Mp=require("redux-persist")});var Bm=A((bM,Om)=>{t();var hh=typeof i=="object"&&i&&i.Object===Object&&i;Om.exports=hh});var bt=A((wM,Fm)=>{t();var yh=Bm(),xh=typeof self=="object"&&self&&self.Object===Object&&self,Sh=yh||xh||Function("return this")();Fm.exports=Sh});var wi=A((vM,Wm)=>{t();var bh=bt(),wh=bh.Symbol;Wm.exports=wh});var Vm=A((AM,Hm)=>{t();var Um=wi(),Gm=Object.prototype,vh=Gm.hasOwnProperty,Ah=Gm.toString,wt=Um?Um.toStringTag:void 0;function Ih(e){var o=vh.call(e,wt),n=e[wt];try{e[wt]=void 0;var r=!0}catch(p){}var c=Ah.call(e);return r&&(o?e[wt]=n:delete e[wt]),c}Hm.exports=Ih});var qm=A((IM,$m)=>{t();var kh=Object.prototype,Lh=kh.toString;function Eh(e){return Lh.call(e)}$m.exports=Eh});var vi=A((kM,Km)=>{t();var zm=wi(),Ph=Vm(),Ch=qm(),Nh="[object Null]",Rh="[object Undefined]",jm=zm?zm.toStringTag:void 0;function Dh(e){return e==null?e===void 0?Rh:Nh:jm&&jm in Object(e)?Ph(e):Ch(e)}Km.exports=Dh});var Ym=A((LM,Xm)=>{t();var Mh=Array.isArray;Xm.exports=Mh});var Zm=A((EM,Jm)=>{t();function Oh(e){return e!=null&&typeof e=="object"}Jm.exports=Oh});var ed=A((PM,Qm)=>{t();var Bh=vi(),Fh=Ym(),Wh=Zm(),Uh="[object String]";function Gh(e){return typeof e=="string"||!Fh(e)&&Wh(e)&&Bh(e)==Uh}Qm.exports=Gh});var Wr=A((a3,ad)=>{t();function $h(e){var o=typeof e;return e!=null&&(o=="object"||o=="function")}ad.exports=$h});var Pi={};ze(Pi,{css:()=>Nd,default:()=>Yh});var Nd,Yh,Ci=w(()=>{"use strict";t();Nd=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4