@multiversx/sdk-dapp 4.3.3 → 4.3.4-alpha.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 (1018) 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-HMUYALEN.js → chunk-24D2K7IN.js} +2 -2
  258. package/__chunks__/{chunk-XXARRFNW.js → chunk-25RKOTQU.js} +2 -2
  259. package/__chunks__/{chunk-KNU6JMST.js → chunk-2BQD7DUG.js} +2 -2
  260. package/__chunks__/{chunk-BNEMTPB2.js → chunk-2CB6LXOG.js} +2 -2
  261. package/__chunks__/{chunk-TPHKH2H5.js → chunk-2EHKRANN.js} +2 -2
  262. package/__chunks__/chunk-2GZFJ3L3.js +2 -0
  263. package/__chunks__/chunk-2H2MQDL3.js +2 -0
  264. package/__chunks__/{chunk-75ZDBPIJ.js → chunk-2HNVYKBI.js} +2 -2
  265. package/__chunks__/{chunk-3HXSA3SI.js → chunk-2JOB5C6J.js} +2 -2
  266. package/__chunks__/{chunk-I2HTLHNZ.js → chunk-2K2ZFN56.js} +2 -2
  267. package/__chunks__/{chunk-A3NXYOUN.js → chunk-2LMUV6FC.js} +2 -2
  268. package/__chunks__/{chunk-TNG7XWKR.js → chunk-2LUQAJLR.js} +2 -2
  269. package/__chunks__/{chunk-WE7TVJQA.js → chunk-2M6IQJW5.js} +2 -2
  270. package/__chunks__/chunk-2MD7N7PQ.js +2 -0
  271. package/__chunks__/{chunk-7TOUSW2W.js → chunk-2QWOBU64.js} +2 -2
  272. package/__chunks__/chunk-2UCWSYAM.js +2 -0
  273. package/__chunks__/{chunk-JTF6NS3W.js → chunk-2WHTNHC7.js} +2 -2
  274. package/__chunks__/{chunk-2KINQHTB.js → chunk-2X2Y2VZ4.js} +2 -2
  275. package/__chunks__/{chunk-7UF6KLBW.js → chunk-2Z3TG7WK.js} +2 -2
  276. package/__chunks__/{chunk-OY5TIYS2.js → chunk-33M7DRZW.js} +2 -2
  277. package/__chunks__/chunk-37L5NZZS.js +2 -0
  278. package/__chunks__/chunk-3D3KQGSG.js +2 -0
  279. package/__chunks__/{chunk-OHZO5JFJ.js → chunk-3F5TF35S.js} +2 -2
  280. package/__chunks__/{chunk-ZL76L75S.js → chunk-3RHESYGK.js} +2 -2
  281. package/__chunks__/{chunk-I5UN6VEI.js → chunk-3TFLPWOG.js} +2 -2
  282. package/__chunks__/{chunk-XEMDTEQ6.js → chunk-3YZ5ZXM7.js} +2 -2
  283. package/__chunks__/{chunk-VHAEAEC4.js → chunk-43WYDFA4.js} +2 -2
  284. package/__chunks__/{chunk-65IN53XZ.js → chunk-45ONUKHV.js} +2 -2
  285. package/__chunks__/{chunk-7QAXFW74.js → chunk-47WBWNID.js} +2 -2
  286. package/__chunks__/{chunk-UIDVTJDB.js → chunk-4AXMOVIQ.js} +2 -2
  287. package/__chunks__/{chunk-B7LQP7OZ.js → chunk-4IJ6RFE4.js} +2 -2
  288. package/__chunks__/{chunk-HU2WIZFT.js → chunk-4IW4XWQM.js} +2 -2
  289. package/__chunks__/chunk-4JYN3F4X.js +2 -0
  290. package/__chunks__/{chunk-TSSKA5RG.js → chunk-4PIHQD3O.js} +2 -2
  291. package/__chunks__/{chunk-YQWVUCVI.js → chunk-4QJK357E.js} +2 -2
  292. package/__chunks__/{chunk-Y7ID5T3M.js → chunk-4QOEQRF4.js} +2 -2
  293. package/__chunks__/{chunk-IT3SHTC4.js → chunk-4RJKPLCH.js} +2 -2
  294. package/__chunks__/{chunk-X4TI5VCG.js → chunk-4S6WDQ42.js} +2 -2
  295. package/__chunks__/{chunk-NRY3BU5H.js → chunk-4UOFN637.js} +2 -2
  296. package/__chunks__/{chunk-ERITHCXO.js → chunk-4ZAMLUU3.js} +2 -2
  297. package/__chunks__/{chunk-Z4CW7LRI.js → chunk-52KBSULZ.js} +2 -2
  298. package/__chunks__/{chunk-6BM2ST5Z.js → chunk-52QI6PTS.js} +2 -2
  299. package/__chunks__/{chunk-FAUBFOTX.js → chunk-5B4IRXMF.js} +2 -2
  300. package/__chunks__/{chunk-QTATDC5X.js → chunk-5ENSOCVS.js} +2 -2
  301. package/__chunks__/{chunk-U3REWMAB.js → chunk-5EZ2JFWY.js} +2 -2
  302. package/__chunks__/{chunk-OARREGPR.js → chunk-5FY3LERB.js} +2 -2
  303. package/__chunks__/chunk-5H2SQK7H.js +2 -0
  304. package/__chunks__/{chunk-KTUHMCSB.js → chunk-5I24B5H4.js} +2 -2
  305. package/__chunks__/chunk-5IW4RJBQ.js +2 -0
  306. package/__chunks__/{chunk-U2E2OYI2.js → chunk-5KYB7CA7.js} +2 -2
  307. package/__chunks__/{chunk-DEFGT5WU.js → chunk-5LRSQGSO.js} +2 -2
  308. package/__chunks__/{chunk-2MCLOMGH.js → chunk-5ZCSRYSX.js} +2 -2
  309. package/__chunks__/{chunk-IHLA7WLZ.js → chunk-5ZMXC75K.js} +2 -2
  310. package/__chunks__/{chunk-TAJOWO4L.js → chunk-637BW36E.js} +2 -2
  311. package/__chunks__/{chunk-NMDQMATH.js → chunk-6AZKXCLM.js} +2 -2
  312. package/__chunks__/chunk-6BZJJAET.js +2 -0
  313. package/__chunks__/{chunk-KIMAUAAY.js → chunk-6HKICMK7.js} +2 -2
  314. package/__chunks__/{chunk-LZ22MDKK.js → chunk-6KXDONKZ.js} +2 -2
  315. package/__chunks__/{chunk-Q6PNXMJS.js → chunk-6LDL4U5E.js} +2 -2
  316. package/__chunks__/{chunk-XY2BEOGG.js → chunk-6LR2W3PR.js} +2 -2
  317. package/__chunks__/{chunk-35WW4C7L.js → chunk-6NYWQ7JL.js} +2 -2
  318. package/__chunks__/{chunk-GRAIQ6GH.js → chunk-6P5IO6AS.js} +2 -2
  319. package/__chunks__/{chunk-BC7AMHRI.js → chunk-6TS2643A.js} +2 -2
  320. package/__chunks__/{chunk-COQJRVNP.js → chunk-6V6GGJWY.js} +2 -2
  321. package/__chunks__/chunk-6VFMZUPW.js +2 -0
  322. package/__chunks__/{chunk-VTE26SGN.js → chunk-6VXQ2DUY.js} +2 -2
  323. package/__chunks__/{chunk-2QJ5CRRT.js → chunk-7354WKPB.js} +2 -2
  324. package/__chunks__/{chunk-PPBYUA5B.js → chunk-77N7T6WP.js} +2 -2
  325. package/__chunks__/{chunk-LIXRWTBR.js → chunk-7CBCS2GS.js} +2 -2
  326. package/__chunks__/{chunk-JLSFIQ57.js → chunk-7CQPAAU7.js} +2 -2
  327. package/__chunks__/{chunk-BPJZQBCJ.js → chunk-7EGAUH23.js} +2 -2
  328. package/__chunks__/{chunk-AZICIUOR.js → chunk-7GKQVKNY.js} +2 -2
  329. package/__chunks__/{chunk-CB4QNRST.js → chunk-7P3RCGGY.js} +2 -2
  330. package/__chunks__/chunk-7RAKTX5G.js +2 -0
  331. package/__chunks__/{chunk-JY6OMPUH.js → chunk-7SAB24GG.js} +2 -2
  332. package/__chunks__/chunk-7UBVY4KP.js +2 -0
  333. package/__chunks__/{chunk-OFNML5Z7.js → chunk-ABXKXQM6.js} +2 -2
  334. package/__chunks__/{chunk-F3DLRRZV.js → chunk-ACADTJCL.js} +2 -2
  335. package/__chunks__/{chunk-6WLESDUC.js → chunk-AGK5WSEG.js} +2 -2
  336. package/__chunks__/{chunk-IDAT2HCQ.js → chunk-AICLBVRF.js} +2 -2
  337. package/__chunks__/chunk-AN4AN5XH.js +2 -0
  338. package/__chunks__/chunk-AQF6WP3B.js +2 -0
  339. package/__chunks__/{chunk-GQH5CJGS.js → chunk-AR7WR5FE.js} +2 -2
  340. package/__chunks__/{chunk-AIOX2TQE.js → chunk-ARCSU73R.js} +2 -2
  341. package/__chunks__/{chunk-LU37YHT4.js → chunk-AVYKZHSL.js} +2 -2
  342. package/__chunks__/{chunk-KCGDDPWP.js → chunk-AWEB7DZF.js} +2 -2
  343. package/__chunks__/{chunk-HYPTCT5E.js → chunk-B4CBWPZP.js} +2 -2
  344. package/__chunks__/{chunk-OAXLVXSH.js → chunk-BEHWAUXC.js} +2 -2
  345. package/__chunks__/{chunk-JMDBUE4V.js → chunk-BI5SSPAN.js} +2 -2
  346. package/__chunks__/{chunk-PSWKT23P.js → chunk-BM7QNFI7.js} +2 -2
  347. package/__chunks__/{chunk-GAJJU6YU.js → chunk-BMDPZLE4.js} +2 -2
  348. package/__chunks__/{chunk-LLLY2PLE.js → chunk-BQ26S7P7.js} +2 -2
  349. package/__chunks__/{chunk-U5TQREBM.js → chunk-BS3J7G7C.js} +2 -2
  350. package/__chunks__/chunk-BWZEEEV6.js +2 -0
  351. package/__chunks__/{chunk-ZGTODHWL.js → chunk-C27VGXZQ.js} +2 -2
  352. package/__chunks__/{chunk-WJ3LWUSW.js → chunk-C2VIDMUD.js} +2 -2
  353. package/__chunks__/{chunk-XACGQCYI.js → chunk-C442BSEE.js} +2 -2
  354. package/__chunks__/{chunk-YFRJVUBD.js → chunk-C6FHRB4G.js} +2 -2
  355. package/__chunks__/{chunk-SDHW3Z4P.js → chunk-CARYC4I2.js} +2 -2
  356. package/__chunks__/chunk-CAWNG7BJ.js +2 -0
  357. package/__chunks__/{chunk-OUA73SSJ.js → chunk-CETHY5DK.js} +2 -2
  358. package/__chunks__/{chunk-RUWBDSJG.js → chunk-CFWMCHUV.js} +2 -2
  359. package/__chunks__/{chunk-JYVZJZ3V.js → chunk-CGV3JZ2A.js} +2 -2
  360. package/__chunks__/{chunk-GKAZKHWY.js → chunk-CHKBTNGY.js} +2 -2
  361. package/__chunks__/{chunk-JLW4S2OD.js → chunk-CMXFWTO6.js} +2 -2
  362. package/__chunks__/{chunk-3SRKDS6P.js → chunk-CVYMG3PM.js} +2 -2
  363. package/__chunks__/chunk-D6GURMWV.js +2 -0
  364. package/__chunks__/chunk-D6KVSQBJ.js +2 -0
  365. package/__chunks__/chunk-DBBWRL2P.js +2 -0
  366. package/__chunks__/{chunk-QEV6ASLD.js → chunk-DFSIKXW5.js} +2 -2
  367. package/__chunks__/{chunk-XACY43R5.js → chunk-DGC73TWF.js} +2 -2
  368. package/__chunks__/chunk-DGR4XJTX.js +2 -0
  369. package/__chunks__/{chunk-FL3JGIOK.js → chunk-DHZPYTSO.js} +2 -2
  370. package/__chunks__/{chunk-Q6GYXD7V.js → chunk-DJR44UPQ.js} +2 -2
  371. package/__chunks__/chunk-DK7VCT6R.js +2 -0
  372. package/__chunks__/{chunk-2XX7HZTX.js → chunk-DSIPH7EJ.js} +2 -2
  373. package/__chunks__/chunk-E53RVWOT.js +2 -0
  374. package/__chunks__/{chunk-G3W4EMGM.js → chunk-E7SMLXCH.js} +2 -2
  375. package/__chunks__/chunk-EAVOUVZS.js +2 -0
  376. package/__chunks__/{chunk-GKWKIAPY.js → chunk-ECQJQ76J.js} +2 -2
  377. package/__chunks__/{chunk-DMRXP7HV.js → chunk-EGKX4TVX.js} +2 -2
  378. package/__chunks__/chunk-EKSRAIQ2.js +2 -0
  379. package/__chunks__/{chunk-DNOR7WM4.js → chunk-ELDESMTL.js} +2 -2
  380. package/__chunks__/{chunk-7BWQNAMS.js → chunk-ELHOCZI6.js} +2 -2
  381. package/__chunks__/{chunk-GE4OCTDP.js → chunk-ELWYA3KG.js} +2 -2
  382. package/__chunks__/{chunk-2KF7MZUU.js → chunk-EQQKCBGM.js} +2 -2
  383. package/__chunks__/{chunk-PININVTB.js → chunk-EYQPBSFB.js} +2 -2
  384. package/__chunks__/{chunk-IUOHCFMI.js → chunk-F56E5OHY.js} +2 -2
  385. package/__chunks__/{chunk-NHLAFROW.js → chunk-FD53UGYY.js} +2 -2
  386. package/__chunks__/{chunk-5ZAK25IM.js → chunk-FEUUARER.js} +2 -2
  387. package/__chunks__/{chunk-EK3MPB3Z.js → chunk-FF5Z2HPD.js} +2 -2
  388. package/__chunks__/chunk-FHUWKULE.js +2 -0
  389. package/__chunks__/{chunk-CU5BE7L6.js → chunk-FKB7JFXE.js} +2 -2
  390. package/__chunks__/{chunk-HCPUBKJ2.js → chunk-FKVDFKN4.js} +2 -2
  391. package/__chunks__/{chunk-SHLZNMZX.js → chunk-FREEEK44.js} +2 -2
  392. package/__chunks__/{chunk-V4UWFLLU.js → chunk-FTT5RF2M.js} +2 -2
  393. package/__chunks__/{chunk-B5FEQ7WP.js → chunk-FWMGFKCI.js} +2 -2
  394. package/__chunks__/{chunk-2FLZCVZG.js → chunk-G4AZHUFL.js} +2 -2
  395. package/__chunks__/{chunk-M24JZXNC.js → chunk-G7JLE5IZ.js} +2 -2
  396. package/__chunks__/{chunk-FP56THIJ.js → chunk-GCD5ZDHG.js} +2 -2
  397. package/__chunks__/chunk-GCLPSNVX.js +2 -0
  398. package/__chunks__/{chunk-2JTMQZ5N.js → chunk-GD2KBFKM.js} +2 -2
  399. package/__chunks__/{chunk-TIWSO56Y.js → chunk-GEDQVQFA.js} +2 -2
  400. package/__chunks__/{chunk-RZS72DRR.js → chunk-GEK572JH.js} +2 -2
  401. package/__chunks__/{chunk-FSI7MPX2.js → chunk-GFFTR62F.js} +2 -2
  402. package/__chunks__/{chunk-BRJ4IDFX.js → chunk-GISWZUVZ.js} +2 -2
  403. package/__chunks__/chunk-GSA2SB6O.js +2 -0
  404. package/__chunks__/{chunk-XXQ36W6V.js → chunk-GTCKY6F3.js} +2 -2
  405. package/__chunks__/{chunk-RXLDGZSX.js → chunk-H62Y7P7I.js} +2 -2
  406. package/__chunks__/{chunk-PB5VWLDA.js → chunk-H7GCEERY.js} +2 -2
  407. package/__chunks__/chunk-HB5RUTVT.js +2 -0
  408. package/__chunks__/{chunk-LXAMYSAY.js → chunk-HC7L4S4O.js} +2 -2
  409. package/__chunks__/{chunk-5E4ENRLC.js → chunk-HDNWKFGF.js} +2 -2
  410. package/__chunks__/{chunk-I3H3UEEF.js → chunk-HECK6MTB.js} +2 -2
  411. package/__chunks__/chunk-HG4S6KDX.js +2 -0
  412. package/__chunks__/chunk-HMAFTVLK.js +2 -0
  413. package/__chunks__/{chunk-Q2AW5PBX.js → chunk-HOEKGKQZ.js} +2 -2
  414. package/__chunks__/{chunk-PMGBDSMO.js → chunk-HPGXFNOH.js} +2 -2
  415. package/__chunks__/{chunk-KNH27ZOI.js → chunk-HU6C2X7Z.js} +2 -2
  416. package/__chunks__/{chunk-HRTS3MSF.js → chunk-HXUIQH3H.js} +2 -2
  417. package/__chunks__/{chunk-HIUQRKBU.js → chunk-HYKDX5DE.js} +2 -2
  418. package/__chunks__/{chunk-N572YDZA.js → chunk-ICV2TXRM.js} +2 -2
  419. package/__chunks__/chunk-IEIURVBZ.js +2 -0
  420. package/__chunks__/{chunk-TW2H5NX4.js → chunk-IEIZJV2B.js} +2 -2
  421. package/__chunks__/{chunk-5EBLXQKZ.js → chunk-IHNYPQSK.js} +2 -2
  422. package/__chunks__/{chunk-5MYIRG5J.js → chunk-INHUPQWU.js} +2 -2
  423. package/__chunks__/{chunk-6ELWXHAK.js → chunk-IQP6H3UP.js} +2 -2
  424. package/__chunks__/{chunk-ENBATX53.js → chunk-IR74SMTL.js} +2 -2
  425. package/__chunks__/{chunk-7KXIKUR6.js → chunk-IURGTEPK.js} +2 -2
  426. package/__chunks__/{chunk-VCQ5MOM4.js → chunk-IUW5OTWW.js} +2 -2
  427. package/__chunks__/{chunk-SL2KEAXQ.js → chunk-J4E4HTQC.js} +2 -2
  428. package/__chunks__/chunk-J5OXIGWW.js +2 -0
  429. package/__chunks__/{chunk-EZGBQXME.js → chunk-J63USF4K.js} +2 -2
  430. package/__chunks__/{chunk-DBJ4HFXB.js → chunk-J7F7ECRM.js} +2 -2
  431. package/__chunks__/{chunk-J6UKYZCT.js → chunk-JDJZ2RJJ.js} +2 -2
  432. package/__chunks__/{chunk-4LDHXKXH.js → chunk-JG6R3QAD.js} +2 -2
  433. package/__chunks__/{chunk-OOIYPQB2.js → chunk-JMZRJTZG.js} +2 -2
  434. package/__chunks__/{chunk-DCAMXMCM.js → chunk-JNEPYTU7.js} +2 -2
  435. package/__chunks__/{chunk-LHQK5CGF.js → chunk-JPOB33IZ.js} +2 -2
  436. package/__chunks__/{chunk-5F3A7VLM.js → chunk-JQZYS7BM.js} +2 -2
  437. package/__chunks__/{chunk-IEUECJU7.js → chunk-JZCSJHHU.js} +2 -2
  438. package/__chunks__/{chunk-UCHZCYP4.js → chunk-K4JBCUFT.js} +2 -2
  439. package/__chunks__/chunk-K53PESRU.js +2 -0
  440. package/__chunks__/{chunk-XNXCRIOG.js → chunk-KABKOLXR.js} +2 -2
  441. package/__chunks__/{chunk-OIIGCY2H.js → chunk-KAIQY5SA.js} +2 -2
  442. package/__chunks__/{chunk-X7EP3HVR.js → chunk-KDIZOQHB.js} +2 -2
  443. package/__chunks__/{chunk-AFVIOJA2.js → chunk-KIOF4CQT.js} +2 -2
  444. package/__chunks__/{chunk-GKXA3BOE.js → chunk-KQL7J2VN.js} +2 -2
  445. package/__chunks__/{chunk-6MCQHTDQ.js → chunk-KQNHZDSB.js} +2 -2
  446. package/__chunks__/{chunk-TFXKWGR2.js → chunk-KUD2NXQX.js} +2 -2
  447. package/__chunks__/{chunk-PV4U35TB.js → chunk-LC532B67.js} +2 -2
  448. package/__chunks__/{chunk-4C72NXJC.js → chunk-LCYLRW4B.js} +2 -2
  449. package/__chunks__/{chunk-UGHC4LEJ.js → chunk-LF6LQOEB.js} +2 -2
  450. package/__chunks__/{chunk-R4ODW2TW.js → chunk-LK2BIT5G.js} +2 -2
  451. package/__chunks__/{chunk-SLMR62XL.js → chunk-LRZD3GOP.js} +2 -2
  452. package/__chunks__/{chunk-DE32D63C.js → chunk-LUKDEXXW.js} +2 -2
  453. package/__chunks__/{chunk-6F5V5H3O.js → chunk-LVLGKG3B.js} +2 -2
  454. package/__chunks__/{chunk-MYBMLPKZ.js → chunk-LVNISYGC.js} +2 -2
  455. package/__chunks__/{chunk-PZ2J7CX4.js → chunk-LVO247J2.js} +2 -2
  456. package/__chunks__/{chunk-UFQ7UEPG.js → chunk-LZ67TQ66.js} +2 -2
  457. package/__chunks__/{chunk-53DA5O5D.js → chunk-M2BNPL3X.js} +2 -2
  458. package/__chunks__/{chunk-QZ2CPGYT.js → chunk-M2EGCCXE.js} +2 -2
  459. package/__chunks__/{chunk-C2KB6OP7.js → chunk-M2RCFIL4.js} +2 -2
  460. package/__chunks__/{chunk-ALXNYK3E.js → chunk-M45YFMCO.js} +2 -2
  461. package/__chunks__/{chunk-DW7QS5HU.js → chunk-M54EYB7C.js} +2 -2
  462. package/__chunks__/{chunk-4TGESVWJ.js → chunk-M6EI5T3W.js} +2 -2
  463. package/__chunks__/chunk-MAN7GWTH.js +2 -0
  464. package/__chunks__/{chunk-BHVXBW6B.js → chunk-MJ6TFSMU.js} +2 -2
  465. package/__chunks__/{chunk-YXAZVFXZ.js → chunk-MJFA7EQM.js} +2 -2
  466. package/__chunks__/{chunk-NP2H372S.js → chunk-MJMGRCDU.js} +2 -2
  467. package/__chunks__/{chunk-6N3WWVBS.js → chunk-MK2GCPP3.js} +2 -2
  468. package/__chunks__/{chunk-HHOIMVSW.js → chunk-MMJ3BHVI.js} +2 -2
  469. package/__chunks__/{chunk-LUJL437O.js → chunk-MN4WMRRC.js} +2 -2
  470. package/__chunks__/chunk-MOH5IXEW.js +2 -0
  471. package/__chunks__/{chunk-7IEF3K3N.js → chunk-MOKQMVU2.js} +2 -2
  472. package/__chunks__/{chunk-4ETVUXHH.js → chunk-MS4VFH7H.js} +2 -2
  473. package/__chunks__/chunk-MT5L5HAW.js +2 -0
  474. package/__chunks__/chunk-MWZH5OTR.js +2 -0
  475. package/__chunks__/chunk-NCWO65ZY.js +2 -0
  476. package/__chunks__/chunk-NDEYN3LD.js +2 -0
  477. package/__chunks__/chunk-NDUB47FE.js +2 -0
  478. package/__chunks__/{chunk-LO4FZUUL.js → chunk-NEAYNWOD.js} +2 -2
  479. package/__chunks__/{chunk-ILXS5TLE.js → chunk-NKC5KX3R.js} +2 -2
  480. package/__chunks__/{chunk-3B2V4QLE.js → chunk-NOPBGR4E.js} +2 -2
  481. package/__chunks__/{chunk-GWNGXWV2.js → chunk-NPUQV7B2.js} +2 -2
  482. package/__chunks__/{chunk-DK7RB23Z.js → chunk-NRQ65PN2.js} +2 -2
  483. package/__chunks__/{chunk-SVYY3XG3.js → chunk-NYHIJYSY.js} +2 -2
  484. package/__chunks__/{chunk-EHDPMWUN.js → chunk-NZG725GU.js} +2 -2
  485. package/__chunks__/{chunk-GLX5TPC7.js → chunk-O26IGKV6.js} +2 -2
  486. package/__chunks__/chunk-OFFEXGLU.js +2 -0
  487. package/__chunks__/chunk-OMWA264B.js +2 -0
  488. package/__chunks__/chunk-OQT4D6DA.js +2 -0
  489. package/__chunks__/{chunk-B67ICQ6X.js → chunk-OUPLVSSN.js} +2 -2
  490. package/__chunks__/chunk-OYJGON2R.js +2 -0
  491. package/__chunks__/{chunk-3ESDJKH6.js → chunk-P2SQV73D.js} +2 -2
  492. package/__chunks__/{chunk-HFTTNKHP.js → chunk-PAX5EKQO.js} +2 -2
  493. package/__chunks__/{chunk-VQOROTBK.js → chunk-PCY5A3OM.js} +2 -2
  494. package/__chunks__/{chunk-EVUUTZV7.js → chunk-PF4D7MUH.js} +2 -2
  495. package/__chunks__/{chunk-RPMUZG56.js → chunk-PGXHCNNJ.js} +2 -2
  496. package/__chunks__/{chunk-YNS44265.js → chunk-PJM55W2G.js} +2 -2
  497. package/__chunks__/chunk-PLGOGN7B.js +2 -0
  498. package/__chunks__/{chunk-EWEMTEQG.js → chunk-PMFDV77M.js} +2 -2
  499. package/__chunks__/{chunk-BPOK4ELB.js → chunk-POSE32KA.js} +2 -2
  500. package/__chunks__/{chunk-3DDQJ3VN.js → chunk-PPP2LEPC.js} +2 -2
  501. package/__chunks__/{chunk-NKL7H6WF.js → chunk-PPV5SJZR.js} +2 -2
  502. package/__chunks__/{chunk-FHFVGYIX.js → chunk-PWRL2PHT.js} +2 -2
  503. package/__chunks__/{chunk-BLDDWEAT.js → chunk-PY623WGA.js} +2 -2
  504. package/__chunks__/chunk-PYLTLW5W.js +2 -0
  505. package/__chunks__/{chunk-WN5BZMBM.js → chunk-Q5LESUJU.js} +2 -2
  506. package/__chunks__/{chunk-U46YFUCN.js → chunk-Q6JMJXXF.js} +2 -2
  507. package/__chunks__/{chunk-XVVAEMAQ.js → chunk-Q76T6JPW.js} +2 -2
  508. package/__chunks__/{chunk-4UZ2AS3Z.js → chunk-QE4XAJGO.js} +2 -2
  509. package/__chunks__/{chunk-LISKVNAH.js → chunk-QQYLJ7T3.js} +2 -2
  510. package/__chunks__/{chunk-DDR7XNXQ.js → chunk-QRHTZEUL.js} +2 -2
  511. package/__chunks__/chunk-QY3POW5A.js +2 -0
  512. package/__chunks__/{chunk-GQWIBR5V.js → chunk-QYUHWCID.js} +2 -2
  513. package/__chunks__/{chunk-WZJCNBWH.js → chunk-QZTHHTNY.js} +2 -2
  514. package/__chunks__/{chunk-BOU56ZG3.js → chunk-R3BWV4KU.js} +2 -2
  515. package/__chunks__/{chunk-KEWZ3SWT.js → chunk-R3G2RMY5.js} +2 -2
  516. package/__chunks__/{chunk-X2EO5OB7.js → chunk-R6CS6OMK.js} +2 -2
  517. package/__chunks__/chunk-RBNR7KTD.js +2 -0
  518. package/__chunks__/{chunk-JQYHDLO2.js → chunk-RCUGDZMV.js} +2 -2
  519. package/__chunks__/{chunk-F4SDEBZG.js → chunk-RFUKCFZ2.js} +2 -2
  520. package/__chunks__/chunk-RGLZWEKW.js +2 -0
  521. package/__chunks__/chunk-RGQD2CXL.js +2 -0
  522. package/__chunks__/{chunk-72YUS4WW.js → chunk-RK32VHTO.js} +2 -2
  523. package/__chunks__/{chunk-RA6EU5LQ.js → chunk-RN5HOHCP.js} +2 -2
  524. package/__chunks__/{chunk-P6PFLUFJ.js → chunk-ROY2KQNP.js} +2 -2
  525. package/__chunks__/{chunk-L2H7DB4O.js → chunk-RRWYERE3.js} +2 -2
  526. package/__chunks__/{chunk-EVGOKAH4.js → chunk-RRXE3ZM7.js} +2 -2
  527. package/__chunks__/{chunk-MQYMZOQL.js → chunk-RTCQ6QL4.js} +2 -2
  528. package/__chunks__/{chunk-4J6HS47O.js → chunk-RVZA3OIB.js} +2 -2
  529. package/__chunks__/{chunk-F7P33CFQ.js → chunk-RX3OTZWT.js} +2 -2
  530. package/__chunks__/{chunk-OVXSFBM7.js → chunk-S2QSM6LQ.js} +2 -2
  531. package/__chunks__/{chunk-HJ62CBRT.js → chunk-S5QLNPNV.js} +2 -2
  532. package/__chunks__/{chunk-QG37FGHU.js → chunk-SDEMFZ2B.js} +2 -2
  533. package/__chunks__/{chunk-R2ONOGA2.js → chunk-SIEDPGDK.js} +2 -2
  534. package/__chunks__/{chunk-IHJ4VJGE.js → chunk-SJAJRK4I.js} +2 -2
  535. package/__chunks__/{chunk-LPMVCNX7.js → chunk-SN3U7PJ7.js} +2 -2
  536. package/__chunks__/{chunk-MOS23OHR.js → chunk-SX2VRDN7.js} +2 -2
  537. package/__chunks__/{chunk-7FZ5QE5Y.js → chunk-T3AMXQVC.js} +2 -2
  538. package/__chunks__/{chunk-ZZTW7AD6.js → chunk-T63KEE73.js} +2 -2
  539. package/__chunks__/{chunk-XCPFYMJS.js → chunk-T6WVPNM6.js} +2 -2
  540. package/__chunks__/{chunk-F2TMWY62.js → chunk-TARH3XHH.js} +2 -2
  541. package/__chunks__/{chunk-2BITUT5V.js → chunk-TB4ER3LS.js} +2 -2
  542. package/__chunks__/{chunk-J7AOONLK.js → chunk-TCRJYYXV.js} +2 -2
  543. package/__chunks__/{chunk-BSY2NT6L.js → chunk-TE4T75GN.js} +2 -2
  544. package/__chunks__/chunk-TENZ5D35.js +2 -0
  545. package/__chunks__/chunk-TF4XTQGN.js +2 -0
  546. package/__chunks__/{chunk-SHS5RBWE.js → chunk-TLDFZH5P.js} +2 -2
  547. package/__chunks__/{chunk-U5PYO7B2.js → chunk-TNGZP5IB.js} +2 -2
  548. package/__chunks__/chunk-TO2N7FVP.js +2 -0
  549. package/__chunks__/{chunk-KTMUH4ZD.js → chunk-TOIIOCNX.js} +2 -2
  550. package/__chunks__/{chunk-CGS6M5IR.js → chunk-TPRTM7OB.js} +2 -2
  551. package/__chunks__/{chunk-6MRXAI74.js → chunk-TWSN7HZK.js} +2 -2
  552. package/__chunks__/{chunk-HAPIRVGX.js → chunk-TXQL7DFI.js} +2 -2
  553. package/__chunks__/{chunk-ZQEYHNSX.js → chunk-TY4BCXTR.js} +2 -2
  554. package/__chunks__/{chunk-EDGTGOJ2.js → chunk-TYSBJPNT.js} +2 -2
  555. package/__chunks__/{chunk-D3AZOY65.js → chunk-U4MSGRT3.js} +2 -2
  556. package/__chunks__/{chunk-74ZXY74X.js → chunk-UI66NJZT.js} +2 -2
  557. package/__chunks__/chunk-UMHVXJPV.js +2 -0
  558. package/__chunks__/{chunk-ES5NXUVH.js → chunk-UPC4SPRN.js} +2 -2
  559. package/__chunks__/{chunk-RM76QZVM.js → chunk-UU4NTA4J.js} +2 -2
  560. package/__chunks__/chunk-UY6UCXJ6.js +2 -0
  561. package/__chunks__/{chunk-LLB5EQW5.js → chunk-V4Y2QYQE.js} +2 -2
  562. package/__chunks__/chunk-V6HL3GOP.js +2 -0
  563. package/__chunks__/{chunk-HGR3DJNP.js → chunk-V6ZIZ7VI.js} +2 -2
  564. package/__chunks__/chunk-V7NUNNBR.js +2 -0
  565. package/__chunks__/chunk-V7UIKWIQ.js +2 -0
  566. package/__chunks__/chunk-VC73HKHZ.js +2 -0
  567. package/__chunks__/{chunk-EK2GZY5W.js → chunk-VCR4YMSC.js} +2 -2
  568. package/__chunks__/chunk-W3A4D35B.js +2 -0
  569. package/__chunks__/{chunk-4JPTFWVP.js → chunk-WDGM7ZE5.js} +2 -2
  570. package/__chunks__/{chunk-42IMRT4I.js → chunk-WGLF554T.js} +2 -2
  571. package/__chunks__/{chunk-UKCNSU7P.js → chunk-WTS6FKSQ.js} +2 -2
  572. package/__chunks__/{chunk-LYGQTWDN.js → chunk-WXXUXRAM.js} +2 -2
  573. package/__chunks__/{chunk-J5TKH4R2.js → chunk-X42XKYM5.js} +2 -2
  574. package/__chunks__/chunk-X4P7QPM6.js +2 -0
  575. package/__chunks__/{chunk-4FMTA7PA.js → chunk-X4XFYCEZ.js} +2 -2
  576. package/__chunks__/{chunk-L3MLZBEH.js → chunk-X5ATTZSQ.js} +2 -2
  577. package/__chunks__/{chunk-6KQLLQLT.js → chunk-XAMWEWOV.js} +2 -2
  578. package/__chunks__/{chunk-VNLYSO3R.js → chunk-XBAX7QVY.js} +2 -2
  579. package/__chunks__/chunk-XE6ZGFLG.js +2 -0
  580. package/__chunks__/{chunk-OVYC4NBH.js → chunk-XF666J4X.js} +2 -2
  581. package/__chunks__/{chunk-XRS7ENFP.js → chunk-XGATXS43.js} +2 -2
  582. package/__chunks__/{chunk-46UB3SHL.js → chunk-XHV46KU4.js} +2 -2
  583. package/__chunks__/{chunk-VOLF6AHL.js → chunk-XIBFCYTM.js} +2 -2
  584. package/__chunks__/chunk-XJ6FH3AH.js +2 -0
  585. package/__chunks__/chunk-XMCIIPO4.js +2 -0
  586. package/__chunks__/{chunk-MB7UABKE.js → chunk-XMMWK56T.js} +2 -2
  587. package/__chunks__/{chunk-5MKADVF6.js → chunk-XNIZXZ4D.js} +2 -2
  588. package/__chunks__/{chunk-XJSLNMRF.js → chunk-XO5RFP27.js} +2 -2
  589. package/__chunks__/{chunk-DZ72DIFJ.js → chunk-XPZCX6TU.js} +2 -2
  590. package/__chunks__/{chunk-C3O3XDWS.js → chunk-XZG7MPHH.js} +2 -2
  591. package/__chunks__/{chunk-LVNWKHE3.js → chunk-XZIDZBSZ.js} +2 -2
  592. package/__chunks__/{chunk-7TIVSBQR.js → chunk-Y4VA6366.js} +2 -2
  593. package/__chunks__/chunk-Y5X5DR5U.js +2 -0
  594. package/__chunks__/{chunk-WIE7Z4CU.js → chunk-Y7BO5HPR.js} +2 -2
  595. package/__chunks__/{chunk-TDDRQR7U.js → chunk-Y7TR243I.js} +2 -2
  596. package/__chunks__/{chunk-XAWCWIPK.js → chunk-YBDOUTXJ.js} +2 -2
  597. package/__chunks__/{chunk-AP3KRVIK.js → chunk-YFU2725J.js} +2 -2
  598. package/__chunks__/chunk-YLFE6VKO.js +2 -0
  599. package/__chunks__/{chunk-M24QYE7Q.js → chunk-YQULUMIP.js} +2 -2
  600. package/__chunks__/{chunk-LM5URE36.js → chunk-YSL4HB3Q.js} +2 -2
  601. package/__chunks__/{chunk-6QTQYBUM.js → chunk-YSZQJ2BJ.js} +2 -2
  602. package/__chunks__/{chunk-TYDQIKJN.js → chunk-YUWLM62E.js} +2 -2
  603. package/__chunks__/{chunk-U42CFSIM.js → chunk-YWQFF4MR.js} +2 -2
  604. package/__chunks__/{chunk-FM3YQUDA.js → chunk-Z4EG2L2T.js} +2 -2
  605. package/__chunks__/{chunk-WNU3GX2F.js → chunk-ZB23WH3T.js} +2 -2
  606. package/__chunks__/{chunk-XNRWCS7K.js → chunk-ZECOEQSN.js} +2 -2
  607. package/__chunks__/{chunk-4TWP6MWZ.js → chunk-ZJ5FT4N6.js} +2 -2
  608. package/__chunks__/{chunk-N53YXSCL.js → chunk-ZQ3KOAQI.js} +2 -2
  609. package/__chunks__/{chunk-GEZQ3Y6Z.js → chunk-ZQZTQIU5.js} +2 -2
  610. package/__chunks__/{chunk-GQCBLUVH.js → chunk-ZRQUG5X4.js} +2 -2
  611. package/__chunks__/chunk-ZSMLVC5I.js +2 -0
  612. package/__chunks__/{chunk-DRWTIXQV.js → chunk-ZSSC74AM.js} +2 -2
  613. package/__chunks__/chunk-ZTBC5PGR.js +2 -0
  614. package/__chunks__/{chunk-WTCDQ77E.js → chunk-ZYEHKDLW.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 +1 -1
  621. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  622. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  623. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  624. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  625. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  626. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  627. package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +2 -2
  628. package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +2 -2
  629. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +3 -3
  630. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +11 -11
  631. package/__commonjs/UI/TransactionsTable/index.js +11 -11
  632. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  633. package/__commonjs/UI/index.js +2 -2
  634. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +2 -2
  635. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +2 -2
  636. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  637. package/__commonjs/UI/pages/index.js +1 -1
  638. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  639. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  640. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  641. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  642. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  643. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  644. package/__commonjs/UI/walletConnect/index.js +1 -1
  645. package/__commonjs/__mocks__/index.js +2 -2
  646. package/__commonjs/__mocks__/utils/index.js +2 -2
  647. package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
  648. package/__commonjs/components/LogoutListener/LogoutListener.js +3 -3
  649. package/__commonjs/components/LogoutListener/helpers/index.js +3 -3
  650. package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  651. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +3 -3
  652. package/__commonjs/components/LogoutListener/index.js +3 -3
  653. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
  654. package/__commonjs/components/ProviderInitializer/index.js +1 -1
  655. package/__commonjs/constants/index.js +1 -1
  656. package/__commonjs/hooks/index.js +2 -2
  657. package/__commonjs/hooks/login/index.js +1 -1
  658. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  659. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  660. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  661. package/__commonjs/hooks/transactions/index.js +1 -1
  662. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  663. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  664. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  665. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  666. package/__commonjs/utils/index.js +1 -1
  667. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  668. package/__commonjs/utils/transactions/index.js +1 -1
  669. package/__commonjs/web/hooks/index.js +1 -1
  670. package/__commonjs/web/hooks/useIdleTimer.js +1 -1
  671. package/__commonjs/web/index.js +1 -1
  672. package/__commonjs/wrappers/AppInitializer.js +1 -1
  673. package/__commonjs/wrappers/DappProvider/CustomComponents.js +3 -3
  674. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  675. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  676. package/__commonjs/wrappers/index.js +3 -3
  677. package/__mocks__/index.js +1 -1
  678. package/__mocks__/utils/index.js +1 -1
  679. package/__mocks__/utils/renderWithProvider.js +1 -1
  680. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  681. package/apiCalls/accounts/index.js +1 -1
  682. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  683. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  684. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  685. package/apiCalls/configuration/index.js +1 -1
  686. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  687. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  688. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  689. package/apiCalls/economics/index.js +1 -1
  690. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  691. package/apiCalls/index.js +1 -1
  692. package/apiCalls/tokens/getPersistedToken.js +1 -1
  693. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  694. package/apiCalls/transactions/index.js +1 -1
  695. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  696. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  697. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  698. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  699. package/apiCalls/utils/getScamAddressData.js +1 -1
  700. package/apiCalls/utils/index.js +1 -1
  701. package/apiCalls/utils/useApiFetch.js +1 -1
  702. package/components/LogoutListener/LogoutListener.js +1 -1
  703. package/components/LogoutListener/helpers/index.js +1 -1
  704. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  705. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  706. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  707. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  708. package/components/LogoutListener/index.js +1 -1
  709. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  710. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  711. package/components/ProviderInitializer/helpers/index.js +1 -1
  712. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  713. package/components/ProviderInitializer/hooks/index.js +1 -1
  714. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  715. package/components/ProviderInitializer/index.js +1 -1
  716. package/components/TransactionSender/TransactionSender.js +1 -1
  717. package/components/TransactionSender/index.js +1 -1
  718. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  719. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  720. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  721. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  722. package/components/TransactionsTracker/index.js +1 -1
  723. package/constants/index.js +1 -1
  724. package/hooks/account/index.js +1 -1
  725. package/hooks/account/useGetAccount.js +1 -1
  726. package/hooks/account/useGetAccountInfo.js +1 -1
  727. package/hooks/account/useGetAccountProvider.js +1 -1
  728. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  729. package/hooks/account/useGetIsLoggedIn.js +1 -1
  730. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  731. package/hooks/account/useGetLoginInfo.js +1 -1
  732. package/hooks/account/useGetWebsocketEvent.js +1 -1
  733. package/hooks/economics/index.js +1 -1
  734. package/hooks/economics/useGetEgldPrice.js +1 -1
  735. package/hooks/index.js +1 -1
  736. package/hooks/login/index.js +1 -1
  737. package/hooks/login/useCrossWindowLogin.js +1 -1
  738. package/hooks/login/useExtensionLogin.js +1 -1
  739. package/hooks/login/useGetModalLoginMethods.js +1 -1
  740. package/hooks/login/useIframeLogin.js +1 -1
  741. package/hooks/login/useLedgerLogin.js +1 -1
  742. package/hooks/login/useLoginService.js +1 -1
  743. package/hooks/login/useMetamaskLogin.js +1 -1
  744. package/hooks/login/useOperaLogin.js +1 -1
  745. package/hooks/login/usePasskeyLogin.js +1 -1
  746. package/hooks/login/useWalletConnectV2Login.js +1 -1
  747. package/hooks/login/useWebViewLogin.js +1 -1
  748. package/hooks/login/useWebWalletLogin.js +1 -1
  749. package/hooks/login/useXaliasLogin.js +1 -1
  750. package/hooks/signMessage/index.js +1 -1
  751. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  752. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  753. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  754. package/hooks/signMessage/useSignMessage.js +1 -1
  755. package/hooks/toasts/index.js +1 -1
  756. package/hooks/toasts/useGetToasts.js +1 -1
  757. package/hooks/toasts/useTransactionsToasts.js +1 -1
  758. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  759. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  760. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  761. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  762. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  763. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  764. package/hooks/transactions/batch/useGetBatches.js +1 -1
  765. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  766. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  767. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  768. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  769. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  770. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  771. package/hooks/transactions/helpers/index.js +1 -1
  772. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  773. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  774. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  775. package/hooks/transactions/index.js +1 -1
  776. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  777. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  778. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  779. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  780. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  781. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  782. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  783. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  784. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  785. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  786. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  787. package/hooks/transactions/useGetPollingInterval.js +1 -1
  788. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  789. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  790. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  791. package/hooks/transactions/useGetTokenDetails.js +1 -1
  792. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  793. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  794. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  795. package/hooks/transactions/useSignTransactions.js +1 -1
  796. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  797. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  798. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  799. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  800. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  801. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  802. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  803. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  804. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  805. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  806. package/hooks/useGetNetworkConfig.js +1 -1
  807. package/hooks/useGetNotification.js +1 -1
  808. package/hooks/websocketListener/index.js +1 -1
  809. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  810. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  811. package/models/index.js +1 -1
  812. package/models/newTransaction.js +1 -1
  813. package/package.json +2 -2
  814. package/providers/accountProvider.js +1 -1
  815. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  816. package/providers/experimentalWebViewProvider/index.js +1 -1
  817. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  818. package/providers/index.js +1 -1
  819. package/providers/utils.js +1 -1
  820. package/providers/webviewProvider/index.js +1 -1
  821. package/providers/webviewProvider/requestMethods.js +1 -1
  822. package/providers/webviewProvider/webviewProvider.js +1 -1
  823. package/reduxStore/DappProviderContext.js +1 -1
  824. package/reduxStore/commonActions.js +1 -1
  825. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  826. package/reduxStore/persistConfig.js +1 -1
  827. package/reduxStore/persistedRootReducer.js +1 -1
  828. package/reduxStore/reducers.js +1 -1
  829. package/reduxStore/rootReducer.js +1 -1
  830. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  831. package/reduxStore/selectors/index.js +1 -1
  832. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  833. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  834. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  835. package/reduxStore/slices/accountInfoSlice.js +1 -1
  836. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  837. package/reduxStore/slices/dappConfigSlice.js +1 -1
  838. package/reduxStore/slices/index.js +1 -1
  839. package/reduxStore/slices/loginInfoSlice.js +1 -1
  840. package/reduxStore/slices/modalsSlice.js +1 -1
  841. package/reduxStore/slices/networkConfigSlice.js +1 -1
  842. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  843. package/reduxStore/slices/toastsSlice.js +1 -1
  844. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  845. package/reduxStore/slices/transactionsSlice.js +1 -1
  846. package/reduxStore/store.js +1 -1
  847. package/services/index.js +1 -1
  848. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  849. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  850. package/services/nativeAuth/helpers/index.js +1 -1
  851. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  852. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  853. package/services/transactions/clearTransactions.js +1 -1
  854. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  855. package/services/transactions/getTransactionsDetails.js +1 -1
  856. package/services/transactions/index.js +1 -1
  857. package/services/transactions/isCrossShardTransaction.js +1 -1
  858. package/services/transactions/sendBatchTransactions.js +1 -1
  859. package/services/transactions/sendBatchTransactions.test.js +1 -1
  860. package/services/transactions/sendTransactions.js +1 -1
  861. package/services/transactions/signTransactions.js +1 -1
  862. package/services/transactions/transformAndSignTransactions.js +1 -1
  863. package/services/transactions/updateSignedTransactions.js +1 -1
  864. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  865. package/services/transactions/utils.js +1 -1
  866. package/utils/account/getAccount.js +1 -1
  867. package/utils/account/getAccountBalance.js +1 -1
  868. package/utils/account/getAccountProviderType.js +1 -1
  869. package/utils/account/getAccountShard.js +1 -1
  870. package/utils/account/getAddress.js +1 -1
  871. package/utils/account/getIsProviderEqualTo.js +1 -1
  872. package/utils/account/getLatestNonce.js +1 -1
  873. package/utils/account/getShardOfAddress.js +1 -1
  874. package/utils/account/getWebviewToken.js +1 -1
  875. package/utils/account/index.js +1 -1
  876. package/utils/account/loginWithExternalProvider.js +1 -1
  877. package/utils/account/refreshAccount.js +1 -1
  878. package/utils/account/setNonce.js +1 -1
  879. package/utils/account/signMessage.js +1 -1
  880. package/utils/getIsLoggedIn.js +1 -1
  881. package/utils/index.js +1 -1
  882. package/utils/logout.js +1 -1
  883. package/utils/network/getChainID.js +1 -1
  884. package/utils/network/getEgldLabel.js +1 -1
  885. package/utils/network/getNetworkConfig.js +1 -1
  886. package/utils/network/index.js +1 -1
  887. package/utils/operations/calculateFeeInFiat.js +1 -1
  888. package/utils/operations/calculateFeeLimit.js +1 -1
  889. package/utils/operations/denominate.js +1 -1
  890. package/utils/operations/formatAmount.js +1 -1
  891. package/utils/operations/index.js +1 -1
  892. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  893. package/utils/operations/ledger/index.js +1 -1
  894. package/utils/operations/nominate.js +1 -1
  895. package/utils/operations/parseAmount.js +1 -1
  896. package/utils/toasts/customToastsActions.js +1 -1
  897. package/utils/toasts/index.js +1 -1
  898. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  899. package/utils/transactions/builtCallbackUrl.js +1 -1
  900. package/utils/transactions/getAllTransactionsLink.js +1 -1
  901. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  902. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  903. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  904. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  905. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  906. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  907. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  908. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  909. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  910. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  911. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  912. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  913. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  914. package/utils/transactions/getOperationsDetails.js +1 -1
  915. package/utils/transactions/getTransactionLink.js +1 -1
  916. package/utils/transactions/index.js +1 -1
  917. package/utils/transactions/isGuardianTx.js +1 -1
  918. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  919. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  920. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  921. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  922. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  923. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  924. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  925. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  926. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  927. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  928. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  929. package/utils/validation/index.js +1 -1
  930. package/utils/validation/maxDecimals.js +1 -1
  931. package/utils/validation/stringIsFloat.js +1 -1
  932. package/utils/waitForChainID.js +1 -1
  933. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  934. package/web/hooks/index.js +1 -1
  935. package/web/hooks/useIdleTimer.js +1 -1
  936. package/web/index.js +1 -1
  937. package/wrappers/AppInitializer.js +1 -1
  938. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  939. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  940. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  941. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  942. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  943. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  944. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  945. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  946. package/wrappers/DappProvider/CustomComponents.js +1 -1
  947. package/wrappers/DappProvider/DappProvider.js +1 -1
  948. package/wrappers/DappProvider/index.js +1 -1
  949. package/wrappers/index.js +1 -1
  950. package/__chunks__/chunk-22UGKRUB.js +0 -2
  951. package/__chunks__/chunk-3H2BHUV2.js +0 -2
  952. package/__chunks__/chunk-3PNHQE2H.js +0 -2
  953. package/__chunks__/chunk-432TA2MC.js +0 -2
  954. package/__chunks__/chunk-4ESAG56Q.js +0 -2
  955. package/__chunks__/chunk-4HPNUK2J.js +0 -2
  956. package/__chunks__/chunk-5NZ54Y45.js +0 -2
  957. package/__chunks__/chunk-5PNA5UWC.js +0 -2
  958. package/__chunks__/chunk-5QCQSUVF.js +0 -2
  959. package/__chunks__/chunk-5USPGBOM.js +0 -2
  960. package/__chunks__/chunk-6OXJRKFV.js +0 -2
  961. package/__chunks__/chunk-7EGLDUPU.js +0 -2
  962. package/__chunks__/chunk-7M4CKRD3.js +0 -2
  963. package/__chunks__/chunk-7T3BLCXH.js +0 -2
  964. package/__chunks__/chunk-7XB7PNZ4.js +0 -2
  965. package/__chunks__/chunk-AD5CZ5SV.js +0 -2
  966. package/__chunks__/chunk-BCPUEILI.js +0 -2
  967. package/__chunks__/chunk-BNTVNCDA.js +0 -2
  968. package/__chunks__/chunk-BU2FVPH5.js +0 -2
  969. package/__chunks__/chunk-CAFWTKV5.js +0 -2
  970. package/__chunks__/chunk-CSMS7QG7.js +0 -2
  971. package/__chunks__/chunk-CXGCVUBB.js +0 -2
  972. package/__chunks__/chunk-DG6X7RT5.js +0 -2
  973. package/__chunks__/chunk-DHRKWM2C.js +0 -2
  974. package/__chunks__/chunk-EA4BA56P.js +0 -2
  975. package/__chunks__/chunk-ESLZX3QM.js +0 -2
  976. package/__chunks__/chunk-FEILLO6Q.js +0 -2
  977. package/__chunks__/chunk-G4P4P26A.js +0 -2
  978. package/__chunks__/chunk-G5BAW7XZ.js +0 -2
  979. package/__chunks__/chunk-GKKGXFSO.js +0 -2
  980. package/__chunks__/chunk-HRMZLE5Y.js +0 -2
  981. package/__chunks__/chunk-HXJQTMOJ.js +0 -2
  982. package/__chunks__/chunk-IZCM667B.js +0 -2
  983. package/__chunks__/chunk-J3DCHFAN.js +0 -2
  984. package/__chunks__/chunk-JGAS4FG2.js +0 -2
  985. package/__chunks__/chunk-K3DETXZX.js +0 -2
  986. package/__chunks__/chunk-KX7VAO4B.js +0 -2
  987. package/__chunks__/chunk-LBZF2IEG.js +0 -2
  988. package/__chunks__/chunk-LFARB73S.js +0 -2
  989. package/__chunks__/chunk-LG2OZBAE.js +0 -2
  990. package/__chunks__/chunk-LK2PCB5P.js +0 -2
  991. package/__chunks__/chunk-LM3E4GFR.js +0 -2
  992. package/__chunks__/chunk-MFQ7QJRO.js +0 -2
  993. package/__chunks__/chunk-MI3EUIJC.js +0 -2
  994. package/__chunks__/chunk-NJE2P3GL.js +0 -2
  995. package/__chunks__/chunk-NNJMYIIH.js +0 -2
  996. package/__chunks__/chunk-OOU473IO.js +0 -2
  997. package/__chunks__/chunk-OSOS4V66.js +0 -2
  998. package/__chunks__/chunk-OUCRAC32.js +0 -2
  999. package/__chunks__/chunk-PFAYZXDV.js +0 -2
  1000. package/__chunks__/chunk-Q2AOZGNW.js +0 -2
  1001. package/__chunks__/chunk-RG7F5RQA.js +0 -2
  1002. package/__chunks__/chunk-S3GA6MCB.js +0 -2
  1003. package/__chunks__/chunk-S6V7YLBD.js +0 -2
  1004. package/__chunks__/chunk-S76JD7DG.js +0 -2
  1005. package/__chunks__/chunk-SJSXVQOT.js +0 -2
  1006. package/__chunks__/chunk-TECC4QB4.js +0 -2
  1007. package/__chunks__/chunk-UNF4S7FN.js +0 -2
  1008. package/__chunks__/chunk-VG6OCFDT.js +0 -2
  1009. package/__chunks__/chunk-VJ6LYC2O.js +0 -2
  1010. package/__chunks__/chunk-W6WPYK65.js +0 -2
  1011. package/__chunks__/chunk-WEEU6UZF.js +0 -2
  1012. package/__chunks__/chunk-WF4H5WTI.js +0 -2
  1013. package/__chunks__/chunk-XIIQX7O5.js +0 -2
  1014. package/__chunks__/chunk-YRJQKCBY.js +0 -2
  1015. package/__chunks__/chunk-YYXM5SJD.js +0 -2
  1016. package/__chunks__/chunk-ZRETA65T.js +0 -2
  1017. package/__chunks__/chunk-ZU3KI5E6.js +0 -2
  1018. package/__chunks__/chunk-ZZIMV262.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Gh=Object.create;var nn=Object.defineProperty,Hh=Object.defineProperties,Vh=Object.getOwnPropertyDescriptor,$h=Object.getOwnPropertyDescriptors,qh=Object.getOwnPropertyNames,Yn=Object.getOwnPropertySymbols,zh=Object.getPrototypeOf,Ta=Object.prototype.hasOwnProperty,Bs=Object.prototype.propertyIsEnumerable;var Fs=(e,o,n)=>o in e?nn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Ta.call(o,n)&&Fs(e,n,o[n]);if(Yn)for(var n of Yn(o))Bs.call(o,n)&&Fs(e,n,o[n]);return e},I=(e,o)=>Hh(e,$h(o));var He=(e,o)=>{var n={};for(var r in e)Ta.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Yn)for(var r of Yn(e))o.indexOf(r)<0&&Bs.call(e,r)&&(n[r]=e[r]);return n};var b=(e,o)=>()=>(e&&(o=e(e=0)),o);var w=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),G=(e,o)=>{for(var n in o)nn(e,n,{get:o[n],enumerable:!0})},Us=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of qh(o))!Ta.call(e,s)&&s!==n&&nn(e,s,{get:()=>o[s],enumerable:!(r=Vh(o,s))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?Gh(zh(e)):{},Us(o||!e||!e.__esModule?nn(n,"default",{value:e,enumerable:!0}):n,e)),F=e=>Us(nn({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=d=>{try{_(n.next(d))}catch(l){s(l)}},m=d=>{try{_(n.throw(d))}catch(l){s(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var Vs=w(Zn=>{"use strict";t();Zn.byteLength=Kh;Zn.toByteArray=Yh;Zn.fromByteArray=Qh;var Qe=[],Me=[],jh=typeof Uint8Array!="undefined"?Uint8Array:Array,xa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ko=0,Gs=xa.length;Ko<Gs;++Ko)Qe[Ko]=xa[Ko],Me[xa.charCodeAt(Ko)]=Ko;var Ko,Gs;Me["-".charCodeAt(0)]=62;Me["_".charCodeAt(0)]=63;function Hs(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 Kh(e){var o=Hs(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Xh(e,o,n){return(o+n)*3/4-n}function Yh(e){var o,n=Hs(e),r=n[0],s=n[1],p=new jh(Xh(e,r,s)),m=0,_=s>0?r-4:r,d;for(d=0;d<_;d+=4)o=Me[e.charCodeAt(d)]<<18|Me[e.charCodeAt(d+1)]<<12|Me[e.charCodeAt(d+2)]<<6|Me[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=Me[e.charCodeAt(d)]<<2|Me[e.charCodeAt(d+1)]>>4,p[m++]=o&255),s===1&&(o=Me[e.charCodeAt(d)]<<10|Me[e.charCodeAt(d+1)]<<4|Me[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Zh(e){return Qe[e>>18&63]+Qe[e>>12&63]+Qe[e>>6&63]+Qe[e&63]}function Jh(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Zh(r));return s.join("")}function Qh(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(Jh(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Qe[o>>2]+Qe[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Qe[o>>10]+Qe[o>>4&63]+Qe[o<<2&63]+"=")),s.join("")}});var $s=w(Sa=>{t();Sa.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?s-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Sa.write=function(e,o,n,r,s,p){var m,_,d,l=p*8-s-1,u=(1<<l)-1,f=u>>1,h=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,S=r?1:-1,C=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,s),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,s),m=0));s>=8;e[n+v]=_&255,v+=S,_/=256,s-=8);for(m=m<<s|_,l+=s;l>0;e[n+v]=m&255,v+=S,m/=256,l-=8);e[n+v-S]|=C*128}});var np=w(kt=>{"use strict";t();var ya=Vs(),It=$s(),qs=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;kt.Buffer=x;kt.SlowBuffer=aT;kt.INSPECT_MAX_BYTES=50;var Jn=2147483647;kt.kMaxLength=Jn;x.TYPED_ARRAY_SUPPORT=eT();!x.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 eT(){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(x.prototype,"parent",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.buffer}});Object.defineProperty(x.prototype,"offset",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.byteOffset}});function lo(e){if(e>Jn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,x.prototype),o}function x(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 Aa(e)}return Ks(e,o,n)}x.poolSize=8192;function Ks(e,o,n){if(typeof e=="string")return tT(e,o);if(ArrayBuffer.isView(e))return nT(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(eo(e,ArrayBuffer)||e&&eo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(eo(e,SharedArrayBuffer)||e&&eo(e.buffer,SharedArrayBuffer)))return va(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 x.from(r,o,n);var s=rT(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return x.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)}x.from=function(e,o,n){return Ks(e,o,n)};Object.setPrototypeOf(x.prototype,Uint8Array.prototype);Object.setPrototypeOf(x,Uint8Array);function Xs(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 oT(e,o,n){return Xs(e),e<=0?lo(e):o!==void 0?typeof n=="string"?lo(e).fill(o,n):lo(e).fill(o):lo(e)}x.alloc=function(e,o,n){return oT(e,o,n)};function Aa(e){return Xs(e),lo(e<0?0:Ia(e)|0)}x.allocUnsafe=function(e){return Aa(e)};x.allocUnsafeSlow=function(e){return Aa(e)};function tT(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!x.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Ys(e,o)|0,r=lo(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function ba(e){for(var o=e.length<0?0:Ia(e.length)|0,n=lo(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function nT(e){if(eo(e,Uint8Array)){var o=new Uint8Array(e);return va(o.buffer,o.byteOffset,o.byteLength)}return ba(e)}function va(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,x.prototype),r}function rT(e){if(x.isBuffer(e)){var o=Ia(e.length)|0,n=lo(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ka(e.length)?lo(0):ba(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ba(e.data)}function Ia(e){if(e>=Jn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Jn.toString(16)+" bytes");return e|0}function aT(e){return+e!=e&&(e=0),x.alloc(+e)}x.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==x.prototype};x.compare=function(o,n){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),eo(n,Uint8Array)&&(n=x.from(n,n.offset,n.byteLength)),!x.isBuffer(o)||!x.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};x.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}};x.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return x.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=x.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(eo(m,Uint8Array))p+m.length>s.length?x.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(x.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function Ys(e,o){if(x.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||eo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return wa(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return tp(e).length;default:if(s)return r?-1:wa(e).length;o=(""+o).toLowerCase(),s=!0}}x.byteLength=Ys;function iT(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 gT(this,o,n);case"utf8":case"utf-8":return Js(this,o,n);case"ascii":return uT(this,o,n);case"latin1":case"binary":return fT(this,o,n);case"base64":return _T(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hT(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}x.prototype._isBuffer=!0;function Xo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}x.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)Xo(this,n,n+1);return this};x.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)Xo(this,n,n+3),Xo(this,n+1,n+2);return this};x.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)Xo(this,n,n+7),Xo(this,n+1,n+6),Xo(this,n+2,n+5),Xo(this,n+3,n+4);return this};x.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Js(this,0,o):iT.apply(this,arguments)};x.prototype.toLocaleString=x.prototype.toString;x.prototype.equals=function(o){if(!x.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:x.compare(this,o)===0};x.prototype.inspect=function(){var o="",n=kt.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};qs&&(x.prototype[qs]=x.prototype.inspect);x.prototype.compare=function(o,n,r,s,p){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),!x.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,d=Math.min(m,_),l=this.slice(s,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Zs(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ka(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=x.from(o,r)),x.isBuffer(o))return o.length===0?-1:zs(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):zs(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function zs(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(v,S){return p===1?v[S]:v.readUInt16BE(S*p)}var l;if(s){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}x.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};x.prototype.indexOf=function(o,n,r){return Zs(this,o,n,r,!0)};x.prototype.lastIndexOf=function(o,n,r){return Zs(this,o,n,r,!1)};function cT(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ka(_))return m;e[n+m]=_}return m}function sT(e,o,n,r){return Qn(wa(o,e.length-n),e,n,r)}function pT(e,o,n,r){return Qn(ST(o),e,n,r)}function mT(e,o,n,r){return Qn(tp(o),e,n,r)}function dT(e,o,n,r){return Qn(yT(o,e.length-n),e,n,r)}x.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return cT(this,o,n,r);case"utf8":case"utf-8":return sT(this,o,n,r);case"ascii":case"latin1":case"binary":return pT(this,o,n,r);case"base64":return mT(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dT(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};x.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function _T(e,o,n){return o===0&&n===e.length?ya.fromByteArray(e):ya.fromByteArray(e.slice(o,n))}function Js(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[s+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[s+1],l=e[s+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[s+1],l=e[s+2],u=e[s+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return lT(r)}var js=4096;function lT(e){var o=e.length;if(o<=js)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=js));return n}function uT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function fT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function gT(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=bT[e[p]];return s}function hT(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}x.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,x.prototype),s};function ce(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")}x.prototype.readUintLE=x.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};x.prototype.readUintBE=x.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};x.prototype.readUint8=x.prototype.readUInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]};x.prototype.readUint16LE=x.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]|this[o+1]<<8};x.prototype.readUint16BE=x.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]<<8|this[o+1]};x.prototype.readUint32LE=x.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};x.prototype.readUint32BE=x.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};x.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};x.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};x.prototype.readInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};x.prototype.readInt16LE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};x.prototype.readInt16BE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};x.prototype.readInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};x.prototype.readInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};x.prototype.readFloatLE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),It.read(this,o,!0,23,4)};x.prototype.readFloatBE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),It.read(this,o,!1,23,4)};x.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),It.read(this,o,!0,52,8)};x.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),It.read(this,o,!1,52,8)};function ye(e,o,n,r,s,p){if(!x.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}x.prototype.writeUintLE=x.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};x.prototype.writeUintBE=x.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};x.prototype.writeUint8=x.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,255,0),this[n]=o&255,n+1};x.prototype.writeUint16LE=x.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeUint16BE=x.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeUint32LE=x.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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};x.prototype.writeUint32BE=x.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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};x.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};x.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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};x.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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 Qs(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ep(e,o,n,r,s){return o=+o,n=n>>>0,s||Qs(e,o,n,4,34028234663852886e22,-34028234663852886e22),It.write(e,o,n,r,23,4),n+4}x.prototype.writeFloatLE=function(o,n,r){return ep(this,o,n,!0,r)};x.prototype.writeFloatBE=function(o,n,r){return ep(this,o,n,!1,r)};function op(e,o,n,r,s){return o=+o,n=n>>>0,s||Qs(e,o,n,8,17976931348623157e292,-17976931348623157e292),It.write(e,o,n,r,52,8),n+8}x.prototype.writeDoubleLE=function(o,n,r){return op(this,o,n,!0,r)};x.prototype.writeDoubleBE=function(o,n,r){return op(this,o,n,!1,r)};x.prototype.copy=function(o,n,r,s){if(!x.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};x.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!x.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=x.isBuffer(o)?o:x.from(o,s),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var TT=/[^+/0-9A-Za-z-_]/g;function xT(e){if(e=e.split("=")[0],e=e.trim().replace(TT,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function wa(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function ST(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function yT(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function tp(e){return ya.toByteArray(xT(e))}function Qn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function eo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ka(e){return e!==e}var bT=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var sp=w((gI,cp)=>{t();var J=cp.exports={},oo,to;function Da(){throw new Error("setTimeout has not been defined")}function Na(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oo=setTimeout:oo=Da}catch(e){oo=Da}try{typeof clearTimeout=="function"?to=clearTimeout:to=Na}catch(e){to=Na}})();function rp(e){if(oo===setTimeout)return setTimeout(e,0);if((oo===Da||!oo)&&setTimeout)return oo=setTimeout,setTimeout(e,0);try{return oo(e,0)}catch(o){try{return oo.call(null,e,0)}catch(n){return oo.call(this,e,0)}}}function vT(e){if(to===clearTimeout)return clearTimeout(e);if((to===Na||!to)&&clearTimeout)return to=clearTimeout,clearTimeout(e);try{return to(e)}catch(o){try{return to.call(null,e)}catch(n){return to.call(this,e)}}}var uo=[],Dt=!1,Yo,er=-1;function wT(){!Dt||!Yo||(Dt=!1,Yo.length?uo=Yo.concat(uo):er=-1,uo.length&&ap())}function ap(){if(!Dt){var e=rp(wT);Dt=!0;for(var o=uo.length;o;){for(Yo=uo,uo=[];++er<o;)Yo&&Yo[er].run();er=-1,o=uo.length}Yo=null,Dt=!1,vT(e)}}J.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];uo.push(new ip(e,o)),uo.length===1&&!Dt&&rp(ap)};function ip(e,o){this.fun=e,this.array=o}ip.prototype.run=function(){this.fun.apply(null,this.array)};J.title="browser";J.browser=!0;J.env={};J.argv=[];J.version="";J.versions={};function fo(){}J.on=fo;J.addListener=fo;J.once=fo;J.off=fo;J.removeListener=fo;J.removeAllListeners=fo;J.emit=fo;J.prependListener=fo;J.prependOnceListener=fo;J.listeners=function(e){return[]};J.binding=function(e){throw new Error("process.binding is not supported")};J.cwd=function(){return"/"};J.chdir=function(e){throw new Error("process.chdir is not supported")};J.umask=function(){return 0}});var a,c,AT,i,t=b(()=>{a=T(np()),c=T(sp()),AT=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=AT});var Ca=b(()=>{"use strict";t()});var rn,La,no=b(()=>{"use strict";t();rn="Transaction canceled",La="You cannot sign transactions from a different account"});var pp=b(()=>{"use strict";t()});var Pa,mp=b(()=>{"use strict";t();Pa=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(Pa||{})});var Ea,Ma,Ra,Wa,an,Oa,Fa=b(()=>{"use strict";t();Ea="1.0.8",Ma="1.0.11",Ra="1.0.15",Wa="1.0.17",an="1.0.22",Oa="1.0.23"});var Ba,Ua=b(()=>{"use strict";t();Ba={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var dp=b(()=>{"use strict";t()});var Ga,Ha=b(()=>{"use strict";t();Ga=(s=>(s.signature="signature",s.sessionId="sessionId",s.status="status",s.address="address",s))(Ga||{})});var _p=b(()=>{"use strict";t()});var lp=b(()=>{"use strict";t()});var Re,Nt,Mo=b(()=>{"use strict";t();Re=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Nt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var up,DI,fp,NI,$=b(()=>{"use strict";t();Mo();up=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(up||{}),DI=g(g({},Nt.WindowProviderRequestEnums),up),fp=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(fp||{}),NI=g(g({},Nt.WindowProviderResponseEnums),fp)});var gp=b(()=>{"use strict";t()});var hp=b(()=>{"use strict";t()});var go,be=b(()=>{"use strict";t();go=(s=>(s.raw="raw",s.text="text",s.decimal="decimal",s.smart="smart",s))(go||{})});var Tp=b(()=>{"use strict";t()});var xp=b(()=>{"use strict";t()});var Sp=b(()=>{"use strict";t()});var q=b(()=>{"use strict";t();Ha();_p();lp();$();gp();hp();be();Tp();xp();Sp()});var Zo,yp,zI,bp,jI,vp,KI,XI,wp,cn,Jo=b(()=>{"use strict";t();q();Zo={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:yp,egldLabel:zI}=Zo["devnet"],{chainId:bp,egldLabel:jI}=Zo["testnet"],{chainId:vp,egldLabel:KI}=Zo["mainnet"],XI={["devnet"]:yp,["testnet"]:bp,["mainnet"]:vp},wp={[yp]:"devnet",[bp]:"testnet",[vp]:"mainnet"},cn=0});var sn=b(()=>{"use strict";t()});var ro,Ap=b(()=>{"use strict";t();ro=require("@multiversx/sdk-web-wallet-provider")});var pe,Qo=b(()=>{"use strict";t();pe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Ip,kp,Va,ok,tk,$a=b(()=>{"use strict";t();Qo();Va=String((kp=(Ip=pe.safeWindow)==null?void 0:Ip.navigator)==null?void 0:kp.userAgent),ok=/^((?!chrome|android).)*safari/i.test(Va),tk=/firefox/i.test(Va)&&/windows/i.test(Va)});var qa,or,pn,za,mn,We,et,Dp,Np,Cp,ho,tr,Lp,nr,Pp,Ep,Oe,Mp,Rp,R=b(()=>{"use strict";t();Ca();no();pp();mp();Fa();Ua();dp();Jo();sn();Ap();$a();qa=.01,or=1500,pn=5e4,za=5e4,mn=1e9,We=18,et=4,Dp=1,Np=1,Cp="/dapp/init",ho="signSession",tr="sdk-dapp-version",Lp="4.3.3",nr="logout",Pp="login",Ep="N/A",Oe="0",Mp="...",Rp="EGLD-000000"});var dn,rr=b(()=>{"use strict";t();dn=()=>Date.now()/1e3});var Wp=b(()=>{"use strict";t()});var Op=b(()=>{"use strict";t()});var ja=b(()=>{"use strict";t();rr();Wp();Op()});var Ka={};G(Ka,{clear:()=>NT,getItem:()=>kT,localStorageKeys:()=>Fe,removeItem:()=>DT,setItem:()=>IT});var Fe,ar,IT,kT,DT,NT,ot=b(()=>{"use strict";t();ja();Fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},ar=typeof localStorage!="undefined",IT=({key:e,data:o,expires:n})=>{!ar||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},kT=e=>{if(!ar)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:dn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},DT=e=>{!ar||localStorage.removeItem(String(e))},NT=()=>{!ar||localStorage.clear()}});var Xa={};G(Xa,{clear:()=>Gp,getItem:()=>Bp,removeItem:()=>Up,sessionStorageKeys:()=>CT,setItem:()=>Fp,storage:()=>LT});var CT,Fp,Bp,Up,Gp,LT,Hp=b(()=>{"use strict";t();CT={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Fp=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Bp=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},Up=e=>sessionStorage.removeItem(String(e)),Gp=()=>sessionStorage.clear(),LT={setItem:Fp,getItem:Bp,removeItem:Up,clear:Gp}});var Ve,tt=b(()=>{"use strict";t();ot();Hp();Ve={session:Xa,local:Ka}});var Ya,K,ve,Z=b(()=>{"use strict";t();Ya=require("@reduxjs/toolkit");R();K=(0,Ya.createAction)(nr),ve=(0,Ya.createAction)(Pp,e=>({payload:e}))});var Ja,Vp,$p,Be,Za,qp,$e,Ro,Qa,Ek,PT,ET,Mk,Rk,Wk,MT,RT,ir,cr=b(()=>{"use strict";t();Ja=require("@multiversx/sdk-core"),Vp=require("@reduxjs/toolkit"),$p=require("redux-persist");R();tt();ot();Z();Be={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Oe},Za={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Be},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},qp=(0,Vp.createSlice)({name:"accountInfoSlice",initialState:Za,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ja.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Be},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(K,()=>(Ve.local.removeItem(Fe.loginExpiresAt),Za)),e.addCase(ve,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ja.Address(r).toHex()}),e.addCase($p.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let d=m&&s in m;o.accounts=d?m:Za.accounts,o.publicKey=_})}}),{setAccount:$e,setAddress:Ro,setAccountNonce:Qa,setAccountShard:Ek,setLedgerAccount:PT,updateLedgerAccount:ET,setWalletConnectAccount:Mk,setIsAccountLoading:Rk,setAccountLoadingError:Wk,setWebsocketEvent:MT,setWebsocketBatchEvent:RT}=qp.actions,ir=qp.reducer});function _n(){return new Date().setHours(new Date().getHours()+24)}function ln(e){Ve.local.setItem({key:Fe.loginExpiresAt,data:e,expires:e})}var ei=b(()=>{"use strict";t();tt();ot()});var jp,zp,Kp,zk,WT,OT,oi,jk,FT,Xp,Kk,Xk,Yk,sr,pr=b(()=>{"use strict";t();jp=require("@reduxjs/toolkit");ei();$();Z();zp={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Kp=(0,jp.createSlice)({name:"loginInfoSlice",initialState:zp,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(K,()=>zp),e.addCase(ve,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,ln(_n())})}}),{setLoginMethod:zk,setWalletConnectLogin:WT,setLedgerLogin:OT,setTokenLogin:oi,setTokenLoginSignature:jk,setWalletLogin:FT,invalidateLoginSession:Xp,setLogoutRoute:Kk,setIsWalletConnectV2Initialized:Xk,setWebviewLogin:Yk}=Kp.actions,sr=Kp.reducer});var Zp,Yp,Jp,eD,BT,oD,UT,mr,dr=b(()=>{"use strict";t();Zp=require("@reduxjs/toolkit");Z();Yp={},Jp=(0,Zp.createSlice)({name:"modalsSlice",initialState:Yp,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(K,()=>Yp)}}),{setTxSubmittedModal:eD,setNotificationModal:BT,clearTxSubmittedModal:oD,clearNotificationModal:UT}=Jp.actions,mr=Jp.reducer});var qe,nt=b(()=>{"use strict";t();qe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=b(()=>{"use strict";t();nt();V=()=>{if(!qe())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:s,search:p}}=window;return{pathname:o,hash:n,origin:r,href:s,search:p}}});var Ct,Qp=b(()=>{"use strict";t();me();Ct=(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 em=b(()=>{"use strict";t();de()});var om,tm=b(()=>{"use strict";t();Qo();om=e=>{if(!pe.safeWindow.location)return;if(!new URL(pe.safeWindow.location.href).protocol.startsWith("http"))return pe.safeWindow.location.reload();pe.safeWindow.location.assign(e)}});var de=b(()=>{"use strict";t();Qp();em();me();tm()});var nm,rm,un,fn=b(()=>{"use strict";t();de();nm=!1,rm=(e=!0)=>{nm=e},un=({timeout:e=0,url:o})=>{nm||setTimeout(()=>{if(!!window)return om(o)},e)}});var am=b(()=>{"use strict";t();fn()});function im(e){return e[Math.floor(Math.random()*e.length)]}var cm=b(()=>{"use strict";t()});function ti(e){let o=null;if((e==null?void 0:e.statusCode)in Ba){let n=e==null?void 0:e.statusCode,{message:r}=Ba[n];o=VT.includes(n)?sm:r}return{errorMessage:o,defaultErrorMessage:sm}}var sm,GT,HT,VT,ni=b(()=>{"use strict";t();Ua();sm="Check if the MultiversX app is open on Ledger",GT=28161,HT=28160,VT=[GT,HT]});var To=b(()=>{"use strict";t();am();cm();ni()});var pm,mm,dm,ri,qT,_m,PD,ED,lm,_r,lr=b(()=>{"use strict";t();pm=require("@reduxjs/toolkit"),mm=T(require("lodash.omit")),dm=require("redux-persist");sn();Z();To();ri={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},qT={network:ri},_m=(0,pm.createSlice)({name:"appConfig",initialState:qT,reducers:{initializeNetworkConfig:(e,o)=>{let n=im(o.payload.walletConnectV2RelayAddresses),r=(0,mm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(K,o=>{o.network.customWalletAddress=void 0}),e.addCase(dm.REHYDRATE,(o,n)=>{var s,p;if(!((p=(s=n.payload)==null?void 0:s.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:PD,updateNetworkConfig:ED,setCustomWalletAddress:lm}=_m.actions,_r=_m.reducer});var um,ai,fm,BD,UD,GD,ur,fr=b(()=>{"use strict";t();um=require("@reduxjs/toolkit");q();Z();ai={isSigning:!1,signedSessions:{}},fm=(0,um.createSlice)({name:"signedMessageInfoSliceState",initialState:ai,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>ai},extraReducers:e=>{e.addCase(K,()=>ai)}}),{setSignSession:BD,clearSignedMessageInfo:UD,setSignSessionState:GD}=fm.actions,ur=fm.reducer});var hm,Tm,gm,xm,zT,jT,KD,KT,gr,hr=b(()=>{"use strict";t();hm=require("@reduxjs/toolkit"),Tm=require("redux-persist");q();rr();Z();gm={customToasts:[],transactionToasts:[]},xm=(0,hm.createSlice)({name:"toastsSlice",initialState:gm,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(s=>s.toastId===n);if(r!==-1){e.customToasts[r]=I(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:dn(),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(K,()=>gm),e.addCase(Tm.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:zT,removeCustomToast:jT,addTransactionToast:KD,removeTransactionToast:KT}=xm.actions,gr=xm.reducer});var Sm,ci,si,pi,XT,ii,ym,JD,YT,gn,Tr,xr=b(()=>{"use strict";t();Sm=require("@reduxjs/toolkit");Z();ci="Transaction failed",si="Transaction successful",pi="Processing transaction",XT="Transaction submitted",ii={},ym=(0,Sm.createSlice)({name:"transactionsInfo",initialState:ii,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||ci,successMessage:(r==null?void 0:r.successMessage)||si,processingMessage:(r==null?void 0:r.processingMessage)||pi,submittedMessage:(r==null?void 0:r.submittedMessage)||XT,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>ii},extraReducers:e=>{e.addCase(K,()=>ii)}}),{clearTransactionsInfo:JD,setTransactionsDisplayInfo:YT,clearTransactionsInfoForSessionId:gn}=ym.actions,Tr=ym.reducer});function Pt(e){return e!=null&&(ix(e)||dx(e))}function Et(e){return e!=null&&(cx(e)||_x(e))}function Mt(e){return e!=null&&(sx(e)||lx(e))}function bm(e){return e!=null&&(px(e)||ux(e))}function mi(e){return e!=null&&mx(e)}function ix(e){return e!=null&&ZT.includes(e)}function cx(e){return e!=null&&JT.includes(e)}function sx(e){return e!=null&&QT.includes(e)}function px(e){return e!=null&&ex.includes(e)}function mx(e){return e!=null&&ox.includes(e)}function dx(e){return e!=null&&tx.includes(e)}function _x(e){return e!=null&&nx.includes(e)}function lx(e){return e!=null&&rx.includes(e)}function ux(e){return e!=null&&ax.includes(e)}var ZT,JT,QT,ex,ox,tx,nx,rx,ax,Rt=b(()=>{"use strict";t();$();ZT=["sent"],JT=["success"],QT=["fail","cancelled","timedOut"],ex=["invalid"],ox=["timedOut"],tx=["pending"],nx=["success"],rx=["fail","invalid"],ax=["not executed"]});var vm,wm,hn,fx,Am,Im,km,gx,rt,hx,Tx,cN,Dm,Oo,at,sN,Sr,yr=b(()=>{"use strict";t();vm=require("@reduxjs/toolkit"),wm=require("redux-persist");$();Rt();Z();hn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},fx={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Am=(0,vm.createSlice)({name:"transactionsSlice",initialState:hn,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},fx),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=hn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,v,S,C,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(L=>L.hash===p?I(g(g({},m!=null?m:{}),L),{status:r,errorMessage:s,inTransit:_}):L);let W=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(L=>Et(L.status)),E=(S=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:S.some(L=>Mt(L.status)),M=(A=(C=e.signedTransactions[n])==null?void 0:C.transactions)==null?void 0:A.every(L=>bm(L.status));W&&(e.signedTransactions[n].status="success"),E&&(e.signedTransactions[n].status="fail"),M&&(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=hn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=hn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(K,()=>hn),e.addCase(wm.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Im,updateSignedTransactions:km,setTransactionsToSign:gx,clearAllTransactionsToSign:rt,clearAllSignedTransactions:hx,clearSignedTransaction:Tx,clearTransactionToSign:cN,setSignTransactionsError:Dm,setSignTransactionsCancelMessage:Oo,moveTransactionsToSignedState:at,updateSignedTransactionsCustomTransactionInformation:sN}=Am.actions,Sr=Am.reducer});var Nm,di,Cm,_N,lN,xx,uN,br,vr=b(()=>{"use strict";t();Nm=require("@reduxjs/toolkit");Z();di={},Cm=(0,Nm.createSlice)({name:"batchTransactionsSlice",initialState:di,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:()=>di},extraReducers:e=>{e.addCase(K,()=>di)}}),{setBatchTransactions:_N,updateBatchTransactions:lN,clearBatchTransactions:xx,clearAllBatchTransactions:uN}=Cm.actions,br=Cm.reducer});var Pm,Lm,Em,TN,Mm,_i=b(()=>{"use strict";t();Pm=require("@reduxjs/toolkit");Z();Lm={},Em=(0,Pm.createSlice)({name:"dappConfigSlice",initialState:Lm,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(K,()=>Lm)}}),{setDappConfig:TN}=Em.actions,Mm=Em.reducer});var U=b(()=>{"use strict";t();cr();pr();dr();lr();fr();hr();xr();yr();vr();_i()});var li=b(()=>{"use strict";t()});var Om,vx,wx,it,Ir=b(()=>{"use strict";t();Om=require("@reduxjs/toolkit");li();cr();vr();_i();pr();dr();lr();fr();hr();xr();yr();vx={["account"]:ir,["dappConfig"]:Mm,["loginInfo"]:sr,["modals"]:mr,["networkConfig"]:_r,["signedMessageInfo"]:ur,["toasts"]:gr,["transactionsInfo"]:Tr,["transactions"]:Sr,["batchTransactions"]:br},wx=(e={})=>(0,Om.combineReducers)(g(g({},vx),e)),it=wx});var Gm={};G(Gm,{default:()=>Ux,sessionStorageReducers:()=>ui});function xo(e,o=[]){return{key:e,version:1,storage:Bm.default,blacklist:o}}var we,Fm,Bm,Ax,Tn,Ix,kx,Dx,Nx,Cx,Lx,Px,Ex,Mx,Rx,Um,Wx,ui,Ox,Fx,Bx,Ux,Hm=b(()=>{"use strict";t();we=require("redux-persist"),Fm=T(require("redux-persist/lib/storage")),Bm=T(require("redux-persist/lib/storage/session"));Ir();U();cr();vr();pr();dr();lr();fr();hr();xr();yr();li();Ax={persistReducersStorageType:"localStorage"},Tn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ix=xo(Tn["account"]),kx=xo(Tn["loginInfo"]),Dx=xo(Tn["modals"]),Nx=xo(Tn["networkConfig"]),Cx={2:e=>I(g({},e),{networkConfig:ri})};Lx=xo("sdk-dapp-transactionsInfo"),Px=xo("sdk-dapp-transactions",["transactionsToSign"]),Ex=xo("sdk-dapp-batchTransactions",["batchTransactions"]),Mx=xo("sdk-dapp-toasts"),Rx=xo("sdk-dapp-signedMessageInfo"),Um={key:"sdk-dapp-store",version:2,storage:Fm.default,whitelist:Object.keys(Tn),migrate:(0,we.createMigrate)(Cx,{debug:!1})},Wx=I(g({},Um),{whitelist:[]}),ui={["toasts"]:(0,we.persistReducer)(Mx,gr),["transactions"]:(0,we.persistReducer)(Px,Sr),["transactionsInfo"]:(0,we.persistReducer)(Lx,Tr),["batchTransactions"]:(0,we.persistReducer)(Ex,br),["signedMessageInfo"]:(0,we.persistReducer)(Rx,ur)},Ox=I(g({},ui),{["account"]:(0,we.persistReducer)(Ix,ir),["loginInfo"]:(0,we.persistReducer)(kx,sr),["modals"]:(0,we.persistReducer)(Dx,mr),["networkConfig"]:(0,we.persistReducer)(Nx,_r)}),Fx=Ax.persistReducersStorageType==="localStorage",Bx=Fx?(0,we.persistReducer)(Um,it(ui)):(0,we.persistReducer)(Wx,it(Ox)),Ux=Bx});var Vm={};G(Vm,{default:()=>Gx});var Gx,$m=b(()=>{"use strict";t();Ir();Gx=it()});var qm={};G(qm,{default:()=>Vx});var Ue,Hx,Vx,zm=b(()=>{"use strict";t();Ue=require("redux-persist"),Hx=[Ue.FLUSH,Ue.REHYDRATE,Ue.PAUSE,Ue.PERSIST,Ue.PURGE,Ue.REGISTER],Vx=Hx});var Xm={};G(Xm,{default:()=>Km});function Km(e){return(0,jm.persistStore)(e)}var jm,Ym=b(()=>{"use strict";t();jm=require("redux-persist")});var O_=w((DF,W_)=>{t();var dy=typeof i=="object"&&i&&i.Object===Object&&i;W_.exports=dy});var Dn=w((NF,F_)=>{t();var _y=O_(),ly=typeof self=="object"&&self&&self.Object===Object&&self,uy=_y||ly||Function("return this")();F_.exports=uy});var jr=w((CF,B_)=>{t();var fy=Dn(),gy=fy.Symbol;B_.exports=gy});var V_=w((LF,H_)=>{t();var U_=jr(),G_=Object.prototype,hy=G_.hasOwnProperty,Ty=G_.toString,Nn=U_?U_.toStringTag:void 0;function xy(e){var o=hy.call(e,Nn),n=e[Nn];try{e[Nn]=void 0;var r=!0}catch(p){}var s=Ty.call(e);return r&&(o?e[Nn]=n:delete e[Nn]),s}H_.exports=xy});var q_=w((PF,$_)=>{t();var Sy=Object.prototype,yy=Sy.toString;function by(e){return yy.call(e)}$_.exports=by});var Kr=w((EF,K_)=>{t();var z_=jr(),vy=V_(),wy=q_(),Ay="[object Null]",Iy="[object Undefined]",j_=z_?z_.toStringTag:void 0;function ky(e){return e==null?e===void 0?Iy:Ay:j_&&j_ in Object(e)?vy(e):wy(e)}K_.exports=ky});var tc=w((MF,X_)=>{t();var Dy=Array.isArray;X_.exports=Dy});var nc=w((RF,Y_)=>{t();function Ny(e){return e!=null&&typeof e=="object"}Y_.exports=Ny});var J_=w((WF,Z_)=>{t();var Cy=Kr(),Ly=tc(),Py=nc(),Ey="[object String]";function My(e){return typeof e=="string"||!Ly(e)&&Py(e)&&Cy(e)==Ey}Z_.exports=My});var ic={};G(ic,{css:()=>rl,default:()=>Hy});var rl,Hy,cc=b(()=>{"use strict";t();rl=`.dapp-core-component__main__link-style {
1
+ "use strict";var Gh=Object.create;var nn=Object.defineProperty,Hh=Object.defineProperties,Vh=Object.getOwnPropertyDescriptor,$h=Object.getOwnPropertyDescriptors,qh=Object.getOwnPropertyNames,Yn=Object.getOwnPropertySymbols,zh=Object.getPrototypeOf,Ta=Object.prototype.hasOwnProperty,Bs=Object.prototype.propertyIsEnumerable;var Fs=(e,o,n)=>o in e?nn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Ta.call(o,n)&&Fs(e,n,o[n]);if(Yn)for(var n of Yn(o))Bs.call(o,n)&&Fs(e,n,o[n]);return e},I=(e,o)=>Hh(e,$h(o));var He=(e,o)=>{var n={};for(var r in e)Ta.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Yn)for(var r of Yn(e))o.indexOf(r)<0&&Bs.call(e,r)&&(n[r]=e[r]);return n};var b=(e,o)=>()=>(e&&(o=e(e=0)),o);var w=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),G=(e,o)=>{for(var n in o)nn(e,n,{get:o[n],enumerable:!0})},Us=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of qh(o))!Ta.call(e,s)&&s!==n&&nn(e,s,{get:()=>o[s],enumerable:!(r=Vh(o,s))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?Gh(zh(e)):{},Us(o||!e||!e.__esModule?nn(n,"default",{value:e,enumerable:!0}):n,e)),F=e=>Us(nn({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=d=>{try{_(n.next(d))}catch(l){s(l)}},m=d=>{try{_(n.throw(d))}catch(l){s(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var Vs=w(Zn=>{"use strict";t();Zn.byteLength=Kh;Zn.toByteArray=Yh;Zn.fromByteArray=Qh;var Qe=[],Me=[],jh=typeof Uint8Array!="undefined"?Uint8Array:Array,xa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ko=0,Gs=xa.length;Ko<Gs;++Ko)Qe[Ko]=xa[Ko],Me[xa.charCodeAt(Ko)]=Ko;var Ko,Gs;Me["-".charCodeAt(0)]=62;Me["_".charCodeAt(0)]=63;function Hs(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 Kh(e){var o=Hs(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Xh(e,o,n){return(o+n)*3/4-n}function Yh(e){var o,n=Hs(e),r=n[0],s=n[1],p=new jh(Xh(e,r,s)),m=0,_=s>0?r-4:r,d;for(d=0;d<_;d+=4)o=Me[e.charCodeAt(d)]<<18|Me[e.charCodeAt(d+1)]<<12|Me[e.charCodeAt(d+2)]<<6|Me[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=Me[e.charCodeAt(d)]<<2|Me[e.charCodeAt(d+1)]>>4,p[m++]=o&255),s===1&&(o=Me[e.charCodeAt(d)]<<10|Me[e.charCodeAt(d+1)]<<4|Me[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Zh(e){return Qe[e>>18&63]+Qe[e>>12&63]+Qe[e>>6&63]+Qe[e&63]}function Jh(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Zh(r));return s.join("")}function Qh(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(Jh(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Qe[o>>2]+Qe[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Qe[o>>10]+Qe[o>>4&63]+Qe[o<<2&63]+"=")),s.join("")}});var $s=w(Sa=>{t();Sa.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?s-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Sa.write=function(e,o,n,r,s,p){var m,_,d,l=p*8-s-1,u=(1<<l)-1,f=u>>1,h=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,S=r?1:-1,C=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,s),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,s),m=0));s>=8;e[n+v]=_&255,v+=S,_/=256,s-=8);for(m=m<<s|_,l+=s;l>0;e[n+v]=m&255,v+=S,m/=256,l-=8);e[n+v-S]|=C*128}});var np=w(kt=>{"use strict";t();var ya=Vs(),It=$s(),qs=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;kt.Buffer=x;kt.SlowBuffer=aT;kt.INSPECT_MAX_BYTES=50;var Jn=2147483647;kt.kMaxLength=Jn;x.TYPED_ARRAY_SUPPORT=eT();!x.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 eT(){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(x.prototype,"parent",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.buffer}});Object.defineProperty(x.prototype,"offset",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.byteOffset}});function lo(e){if(e>Jn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,x.prototype),o}function x(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 Aa(e)}return Ks(e,o,n)}x.poolSize=8192;function Ks(e,o,n){if(typeof e=="string")return tT(e,o);if(ArrayBuffer.isView(e))return nT(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(eo(e,ArrayBuffer)||e&&eo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(eo(e,SharedArrayBuffer)||e&&eo(e.buffer,SharedArrayBuffer)))return va(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 x.from(r,o,n);var s=rT(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return x.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)}x.from=function(e,o,n){return Ks(e,o,n)};Object.setPrototypeOf(x.prototype,Uint8Array.prototype);Object.setPrototypeOf(x,Uint8Array);function Xs(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 oT(e,o,n){return Xs(e),e<=0?lo(e):o!==void 0?typeof n=="string"?lo(e).fill(o,n):lo(e).fill(o):lo(e)}x.alloc=function(e,o,n){return oT(e,o,n)};function Aa(e){return Xs(e),lo(e<0?0:Ia(e)|0)}x.allocUnsafe=function(e){return Aa(e)};x.allocUnsafeSlow=function(e){return Aa(e)};function tT(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!x.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Ys(e,o)|0,r=lo(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function ba(e){for(var o=e.length<0?0:Ia(e.length)|0,n=lo(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function nT(e){if(eo(e,Uint8Array)){var o=new Uint8Array(e);return va(o.buffer,o.byteOffset,o.byteLength)}return ba(e)}function va(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,x.prototype),r}function rT(e){if(x.isBuffer(e)){var o=Ia(e.length)|0,n=lo(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ka(e.length)?lo(0):ba(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ba(e.data)}function Ia(e){if(e>=Jn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Jn.toString(16)+" bytes");return e|0}function aT(e){return+e!=e&&(e=0),x.alloc(+e)}x.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==x.prototype};x.compare=function(o,n){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),eo(n,Uint8Array)&&(n=x.from(n,n.offset,n.byteLength)),!x.isBuffer(o)||!x.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};x.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}};x.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return x.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=x.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(eo(m,Uint8Array))p+m.length>s.length?x.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(x.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function Ys(e,o){if(x.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||eo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return wa(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return tp(e).length;default:if(s)return r?-1:wa(e).length;o=(""+o).toLowerCase(),s=!0}}x.byteLength=Ys;function iT(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 gT(this,o,n);case"utf8":case"utf-8":return Js(this,o,n);case"ascii":return uT(this,o,n);case"latin1":case"binary":return fT(this,o,n);case"base64":return _T(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hT(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}x.prototype._isBuffer=!0;function Xo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}x.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)Xo(this,n,n+1);return this};x.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)Xo(this,n,n+3),Xo(this,n+1,n+2);return this};x.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)Xo(this,n,n+7),Xo(this,n+1,n+6),Xo(this,n+2,n+5),Xo(this,n+3,n+4);return this};x.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Js(this,0,o):iT.apply(this,arguments)};x.prototype.toLocaleString=x.prototype.toString;x.prototype.equals=function(o){if(!x.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:x.compare(this,o)===0};x.prototype.inspect=function(){var o="",n=kt.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};qs&&(x.prototype[qs]=x.prototype.inspect);x.prototype.compare=function(o,n,r,s,p){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),!x.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,d=Math.min(m,_),l=this.slice(s,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Zs(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ka(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=x.from(o,r)),x.isBuffer(o))return o.length===0?-1:zs(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):zs(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function zs(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(v,S){return p===1?v[S]:v.readUInt16BE(S*p)}var l;if(s){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}x.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};x.prototype.indexOf=function(o,n,r){return Zs(this,o,n,r,!0)};x.prototype.lastIndexOf=function(o,n,r){return Zs(this,o,n,r,!1)};function cT(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ka(_))return m;e[n+m]=_}return m}function sT(e,o,n,r){return Qn(wa(o,e.length-n),e,n,r)}function pT(e,o,n,r){return Qn(ST(o),e,n,r)}function mT(e,o,n,r){return Qn(tp(o),e,n,r)}function dT(e,o,n,r){return Qn(yT(o,e.length-n),e,n,r)}x.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return cT(this,o,n,r);case"utf8":case"utf-8":return sT(this,o,n,r);case"ascii":case"latin1":case"binary":return pT(this,o,n,r);case"base64":return mT(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dT(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};x.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function _T(e,o,n){return o===0&&n===e.length?ya.fromByteArray(e):ya.fromByteArray(e.slice(o,n))}function Js(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[s+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[s+1],l=e[s+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[s+1],l=e[s+2],u=e[s+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return lT(r)}var js=4096;function lT(e){var o=e.length;if(o<=js)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=js));return n}function uT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function fT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function gT(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=bT[e[p]];return s}function hT(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}x.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,x.prototype),s};function ce(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")}x.prototype.readUintLE=x.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};x.prototype.readUintBE=x.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};x.prototype.readUint8=x.prototype.readUInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]};x.prototype.readUint16LE=x.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]|this[o+1]<<8};x.prototype.readUint16BE=x.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]<<8|this[o+1]};x.prototype.readUint32LE=x.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};x.prototype.readUint32BE=x.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};x.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};x.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};x.prototype.readInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};x.prototype.readInt16LE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};x.prototype.readInt16BE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};x.prototype.readInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};x.prototype.readInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};x.prototype.readFloatLE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),It.read(this,o,!0,23,4)};x.prototype.readFloatBE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),It.read(this,o,!1,23,4)};x.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),It.read(this,o,!0,52,8)};x.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),It.read(this,o,!1,52,8)};function ye(e,o,n,r,s,p){if(!x.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}x.prototype.writeUintLE=x.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};x.prototype.writeUintBE=x.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};x.prototype.writeUint8=x.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,255,0),this[n]=o&255,n+1};x.prototype.writeUint16LE=x.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeUint16BE=x.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeUint32LE=x.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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};x.prototype.writeUint32BE=x.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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};x.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};x.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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};x.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(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 Qs(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ep(e,o,n,r,s){return o=+o,n=n>>>0,s||Qs(e,o,n,4,34028234663852886e22,-34028234663852886e22),It.write(e,o,n,r,23,4),n+4}x.prototype.writeFloatLE=function(o,n,r){return ep(this,o,n,!0,r)};x.prototype.writeFloatBE=function(o,n,r){return ep(this,o,n,!1,r)};function op(e,o,n,r,s){return o=+o,n=n>>>0,s||Qs(e,o,n,8,17976931348623157e292,-17976931348623157e292),It.write(e,o,n,r,52,8),n+8}x.prototype.writeDoubleLE=function(o,n,r){return op(this,o,n,!0,r)};x.prototype.writeDoubleBE=function(o,n,r){return op(this,o,n,!1,r)};x.prototype.copy=function(o,n,r,s){if(!x.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};x.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!x.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=x.isBuffer(o)?o:x.from(o,s),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var TT=/[^+/0-9A-Za-z-_]/g;function xT(e){if(e=e.split("=")[0],e=e.trim().replace(TT,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function wa(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function ST(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function yT(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function tp(e){return ya.toByteArray(xT(e))}function Qn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function eo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ka(e){return e!==e}var bT=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var sp=w((gI,cp)=>{t();var J=cp.exports={},oo,to;function Da(){throw new Error("setTimeout has not been defined")}function Na(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oo=setTimeout:oo=Da}catch(e){oo=Da}try{typeof clearTimeout=="function"?to=clearTimeout:to=Na}catch(e){to=Na}})();function rp(e){if(oo===setTimeout)return setTimeout(e,0);if((oo===Da||!oo)&&setTimeout)return oo=setTimeout,setTimeout(e,0);try{return oo(e,0)}catch(o){try{return oo.call(null,e,0)}catch(n){return oo.call(this,e,0)}}}function vT(e){if(to===clearTimeout)return clearTimeout(e);if((to===Na||!to)&&clearTimeout)return to=clearTimeout,clearTimeout(e);try{return to(e)}catch(o){try{return to.call(null,e)}catch(n){return to.call(this,e)}}}var uo=[],Dt=!1,Yo,er=-1;function wT(){!Dt||!Yo||(Dt=!1,Yo.length?uo=Yo.concat(uo):er=-1,uo.length&&ap())}function ap(){if(!Dt){var e=rp(wT);Dt=!0;for(var o=uo.length;o;){for(Yo=uo,uo=[];++er<o;)Yo&&Yo[er].run();er=-1,o=uo.length}Yo=null,Dt=!1,vT(e)}}J.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];uo.push(new ip(e,o)),uo.length===1&&!Dt&&rp(ap)};function ip(e,o){this.fun=e,this.array=o}ip.prototype.run=function(){this.fun.apply(null,this.array)};J.title="browser";J.browser=!0;J.env={};J.argv=[];J.version="";J.versions={};function fo(){}J.on=fo;J.addListener=fo;J.once=fo;J.off=fo;J.removeListener=fo;J.removeAllListeners=fo;J.emit=fo;J.prependListener=fo;J.prependOnceListener=fo;J.listeners=function(e){return[]};J.binding=function(e){throw new Error("process.binding is not supported")};J.cwd=function(){return"/"};J.chdir=function(e){throw new Error("process.chdir is not supported")};J.umask=function(){return 0}});var a,c,AT,i,t=b(()=>{a=T(np()),c=T(sp()),AT=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=AT});var Ca=b(()=>{"use strict";t()});var rn,La,no=b(()=>{"use strict";t();rn="Transaction canceled",La="You cannot sign transactions from a different account"});var pp=b(()=>{"use strict";t()});var Pa,mp=b(()=>{"use strict";t();Pa=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(Pa||{})});var Ea,Ma,Ra,Wa,an,Oa,Fa=b(()=>{"use strict";t();Ea="1.0.8",Ma="1.0.11",Ra="1.0.15",Wa="1.0.17",an="1.0.22",Oa="1.0.23"});var Ba,Ua=b(()=>{"use strict";t();Ba={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var dp=b(()=>{"use strict";t()});var Ga,Ha=b(()=>{"use strict";t();Ga=(s=>(s.signature="signature",s.sessionId="sessionId",s.status="status",s.address="address",s))(Ga||{})});var _p=b(()=>{"use strict";t()});var lp=b(()=>{"use strict";t()});var Re,Nt,Mo=b(()=>{"use strict";t();Re=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Nt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var up,DI,fp,NI,$=b(()=>{"use strict";t();Mo();up=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(up||{}),DI=g(g({},Nt.WindowProviderRequestEnums),up),fp=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(fp||{}),NI=g(g({},Nt.WindowProviderResponseEnums),fp)});var gp=b(()=>{"use strict";t()});var hp=b(()=>{"use strict";t()});var go,be=b(()=>{"use strict";t();go=(s=>(s.raw="raw",s.text="text",s.decimal="decimal",s.smart="smart",s))(go||{})});var Tp=b(()=>{"use strict";t()});var xp=b(()=>{"use strict";t()});var Sp=b(()=>{"use strict";t()});var q=b(()=>{"use strict";t();Ha();_p();lp();$();gp();hp();be();Tp();xp();Sp()});var Zo,yp,zI,bp,jI,vp,KI,XI,wp,cn,Jo=b(()=>{"use strict";t();q();Zo={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:yp,egldLabel:zI}=Zo["devnet"],{chainId:bp,egldLabel:jI}=Zo["testnet"],{chainId:vp,egldLabel:KI}=Zo["mainnet"],XI={["devnet"]:yp,["testnet"]:bp,["mainnet"]:vp},wp={[yp]:"devnet",[bp]:"testnet",[vp]:"mainnet"},cn=0});var sn=b(()=>{"use strict";t()});var ro,Ap=b(()=>{"use strict";t();ro=require("@multiversx/sdk-web-wallet-provider")});var pe,Qo=b(()=>{"use strict";t();pe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Ip,kp,Va,ok,tk,$a=b(()=>{"use strict";t();Qo();Va=String((kp=(Ip=pe.safeWindow)==null?void 0:Ip.navigator)==null?void 0:kp.userAgent),ok=/^((?!chrome|android).)*safari/i.test(Va),tk=/firefox/i.test(Va)&&/windows/i.test(Va)});var qa,or,pn,za,mn,We,et,Dp,Np,Cp,ho,tr,Lp,nr,Pp,Ep,Oe,Mp,Rp,R=b(()=>{"use strict";t();Ca();no();pp();mp();Fa();Ua();dp();Jo();sn();Ap();$a();qa=.01,or=1500,pn=5e4,za=5e4,mn=1e9,We=18,et=4,Dp=1,Np=1,Cp="/dapp/init",ho="signSession",tr="sdk-dapp-version",Lp="4.3.4-alpha.1",nr="logout",Pp="login",Ep="N/A",Oe="0",Mp="...",Rp="EGLD-000000"});var dn,rr=b(()=>{"use strict";t();dn=()=>Date.now()/1e3});var Wp=b(()=>{"use strict";t()});var Op=b(()=>{"use strict";t()});var ja=b(()=>{"use strict";t();rr();Wp();Op()});var Ka={};G(Ka,{clear:()=>NT,getItem:()=>kT,localStorageKeys:()=>Fe,removeItem:()=>DT,setItem:()=>IT});var Fe,ar,IT,kT,DT,NT,ot=b(()=>{"use strict";t();ja();Fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},ar=typeof localStorage!="undefined",IT=({key:e,data:o,expires:n})=>{!ar||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},kT=e=>{if(!ar)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:dn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},DT=e=>{!ar||localStorage.removeItem(String(e))},NT=()=>{!ar||localStorage.clear()}});var Xa={};G(Xa,{clear:()=>Gp,getItem:()=>Bp,removeItem:()=>Up,sessionStorageKeys:()=>CT,setItem:()=>Fp,storage:()=>LT});var CT,Fp,Bp,Up,Gp,LT,Hp=b(()=>{"use strict";t();CT={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Fp=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Bp=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},Up=e=>sessionStorage.removeItem(String(e)),Gp=()=>sessionStorage.clear(),LT={setItem:Fp,getItem:Bp,removeItem:Up,clear:Gp}});var Ve,tt=b(()=>{"use strict";t();ot();Hp();Ve={session:Xa,local:Ka}});var Ya,K,ve,Z=b(()=>{"use strict";t();Ya=require("@reduxjs/toolkit");R();K=(0,Ya.createAction)(nr),ve=(0,Ya.createAction)(Pp,e=>({payload:e}))});var Ja,Vp,$p,Be,Za,qp,$e,Ro,Qa,Ek,PT,ET,Mk,Rk,Wk,MT,RT,ir,cr=b(()=>{"use strict";t();Ja=require("@multiversx/sdk-core"),Vp=require("@reduxjs/toolkit"),$p=require("redux-persist");R();tt();ot();Z();Be={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Oe},Za={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Be},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},qp=(0,Vp.createSlice)({name:"accountInfoSlice",initialState:Za,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ja.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Be},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(K,()=>(Ve.local.removeItem(Fe.loginExpiresAt),Za)),e.addCase(ve,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ja.Address(r).toHex()}),e.addCase($p.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let d=m&&s in m;o.accounts=d?m:Za.accounts,o.publicKey=_})}}),{setAccount:$e,setAddress:Ro,setAccountNonce:Qa,setAccountShard:Ek,setLedgerAccount:PT,updateLedgerAccount:ET,setWalletConnectAccount:Mk,setIsAccountLoading:Rk,setAccountLoadingError:Wk,setWebsocketEvent:MT,setWebsocketBatchEvent:RT}=qp.actions,ir=qp.reducer});function _n(){return new Date().setHours(new Date().getHours()+24)}function ln(e){Ve.local.setItem({key:Fe.loginExpiresAt,data:e,expires:e})}var ei=b(()=>{"use strict";t();tt();ot()});var jp,zp,Kp,zk,WT,OT,oi,jk,FT,Xp,Kk,Xk,Yk,sr,pr=b(()=>{"use strict";t();jp=require("@reduxjs/toolkit");ei();$();Z();zp={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Kp=(0,jp.createSlice)({name:"loginInfoSlice",initialState:zp,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(K,()=>zp),e.addCase(ve,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,ln(_n())})}}),{setLoginMethod:zk,setWalletConnectLogin:WT,setLedgerLogin:OT,setTokenLogin:oi,setTokenLoginSignature:jk,setWalletLogin:FT,invalidateLoginSession:Xp,setLogoutRoute:Kk,setIsWalletConnectV2Initialized:Xk,setWebviewLogin:Yk}=Kp.actions,sr=Kp.reducer});var Zp,Yp,Jp,eD,BT,oD,UT,mr,dr=b(()=>{"use strict";t();Zp=require("@reduxjs/toolkit");Z();Yp={},Jp=(0,Zp.createSlice)({name:"modalsSlice",initialState:Yp,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(K,()=>Yp)}}),{setTxSubmittedModal:eD,setNotificationModal:BT,clearTxSubmittedModal:oD,clearNotificationModal:UT}=Jp.actions,mr=Jp.reducer});var qe,nt=b(()=>{"use strict";t();qe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=b(()=>{"use strict";t();nt();V=()=>{if(!qe())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:s,search:p}}=window;return{pathname:o,hash:n,origin:r,href:s,search:p}}});var Ct,Qp=b(()=>{"use strict";t();me();Ct=(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 em=b(()=>{"use strict";t();de()});var om,tm=b(()=>{"use strict";t();Qo();om=e=>{if(!pe.safeWindow.location)return;if(!new URL(pe.safeWindow.location.href).protocol.startsWith("http"))return pe.safeWindow.location.reload();pe.safeWindow.location.assign(e)}});var de=b(()=>{"use strict";t();Qp();em();me();tm()});var nm,rm,un,fn=b(()=>{"use strict";t();de();nm=!1,rm=(e=!0)=>{nm=e},un=({timeout:e=0,url:o})=>{nm||setTimeout(()=>{if(!!window)return om(o)},e)}});var am=b(()=>{"use strict";t();fn()});function im(e){return e[Math.floor(Math.random()*e.length)]}var cm=b(()=>{"use strict";t()});function ti(e){let o=null;if((e==null?void 0:e.statusCode)in Ba){let n=e==null?void 0:e.statusCode,{message:r}=Ba[n];o=VT.includes(n)?sm:r}return{errorMessage:o,defaultErrorMessage:sm}}var sm,GT,HT,VT,ni=b(()=>{"use strict";t();Ua();sm="Check if the MultiversX app is open on Ledger",GT=28161,HT=28160,VT=[GT,HT]});var To=b(()=>{"use strict";t();am();cm();ni()});var pm,mm,dm,ri,qT,_m,PD,ED,lm,_r,lr=b(()=>{"use strict";t();pm=require("@reduxjs/toolkit"),mm=T(require("lodash.omit")),dm=require("redux-persist");sn();Z();To();ri={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},qT={network:ri},_m=(0,pm.createSlice)({name:"appConfig",initialState:qT,reducers:{initializeNetworkConfig:(e,o)=>{let n=im(o.payload.walletConnectV2RelayAddresses),r=(0,mm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(K,o=>{o.network.customWalletAddress=void 0}),e.addCase(dm.REHYDRATE,(o,n)=>{var s,p;if(!((p=(s=n.payload)==null?void 0:s.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:PD,updateNetworkConfig:ED,setCustomWalletAddress:lm}=_m.actions,_r=_m.reducer});var um,ai,fm,BD,UD,GD,ur,fr=b(()=>{"use strict";t();um=require("@reduxjs/toolkit");q();Z();ai={isSigning:!1,signedSessions:{}},fm=(0,um.createSlice)({name:"signedMessageInfoSliceState",initialState:ai,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>ai},extraReducers:e=>{e.addCase(K,()=>ai)}}),{setSignSession:BD,clearSignedMessageInfo:UD,setSignSessionState:GD}=fm.actions,ur=fm.reducer});var hm,Tm,gm,xm,zT,jT,KD,KT,gr,hr=b(()=>{"use strict";t();hm=require("@reduxjs/toolkit"),Tm=require("redux-persist");q();rr();Z();gm={customToasts:[],transactionToasts:[]},xm=(0,hm.createSlice)({name:"toastsSlice",initialState:gm,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(s=>s.toastId===n);if(r!==-1){e.customToasts[r]=I(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:dn(),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(K,()=>gm),e.addCase(Tm.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:zT,removeCustomToast:jT,addTransactionToast:KD,removeTransactionToast:KT}=xm.actions,gr=xm.reducer});var Sm,ci,si,pi,XT,ii,ym,JD,YT,gn,Tr,xr=b(()=>{"use strict";t();Sm=require("@reduxjs/toolkit");Z();ci="Transaction failed",si="Transaction successful",pi="Processing transaction",XT="Transaction submitted",ii={},ym=(0,Sm.createSlice)({name:"transactionsInfo",initialState:ii,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||ci,successMessage:(r==null?void 0:r.successMessage)||si,processingMessage:(r==null?void 0:r.processingMessage)||pi,submittedMessage:(r==null?void 0:r.submittedMessage)||XT,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>ii},extraReducers:e=>{e.addCase(K,()=>ii)}}),{clearTransactionsInfo:JD,setTransactionsDisplayInfo:YT,clearTransactionsInfoForSessionId:gn}=ym.actions,Tr=ym.reducer});function Pt(e){return e!=null&&(ix(e)||dx(e))}function Et(e){return e!=null&&(cx(e)||_x(e))}function Mt(e){return e!=null&&(sx(e)||lx(e))}function bm(e){return e!=null&&(px(e)||ux(e))}function mi(e){return e!=null&&mx(e)}function ix(e){return e!=null&&ZT.includes(e)}function cx(e){return e!=null&&JT.includes(e)}function sx(e){return e!=null&&QT.includes(e)}function px(e){return e!=null&&ex.includes(e)}function mx(e){return e!=null&&ox.includes(e)}function dx(e){return e!=null&&tx.includes(e)}function _x(e){return e!=null&&nx.includes(e)}function lx(e){return e!=null&&rx.includes(e)}function ux(e){return e!=null&&ax.includes(e)}var ZT,JT,QT,ex,ox,tx,nx,rx,ax,Rt=b(()=>{"use strict";t();$();ZT=["sent"],JT=["success"],QT=["fail","cancelled","timedOut"],ex=["invalid"],ox=["timedOut"],tx=["pending"],nx=["success"],rx=["fail","invalid"],ax=["not executed"]});var vm,wm,hn,fx,Am,Im,km,gx,rt,hx,Tx,cN,Dm,Oo,at,sN,Sr,yr=b(()=>{"use strict";t();vm=require("@reduxjs/toolkit"),wm=require("redux-persist");$();Rt();Z();hn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},fx={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Am=(0,vm.createSlice)({name:"transactionsSlice",initialState:hn,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},fx),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=hn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,v,S,C,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(L=>L.hash===p?I(g(g({},m!=null?m:{}),L),{status:r,errorMessage:s,inTransit:_}):L);let W=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(L=>Et(L.status)),E=(S=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:S.some(L=>Mt(L.status)),M=(A=(C=e.signedTransactions[n])==null?void 0:C.transactions)==null?void 0:A.every(L=>bm(L.status));W&&(e.signedTransactions[n].status="success"),E&&(e.signedTransactions[n].status="fail"),M&&(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=hn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=hn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(K,()=>hn),e.addCase(wm.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Im,updateSignedTransactions:km,setTransactionsToSign:gx,clearAllTransactionsToSign:rt,clearAllSignedTransactions:hx,clearSignedTransaction:Tx,clearTransactionToSign:cN,setSignTransactionsError:Dm,setSignTransactionsCancelMessage:Oo,moveTransactionsToSignedState:at,updateSignedTransactionsCustomTransactionInformation:sN}=Am.actions,Sr=Am.reducer});var Nm,di,Cm,_N,lN,xx,uN,br,vr=b(()=>{"use strict";t();Nm=require("@reduxjs/toolkit");Z();di={},Cm=(0,Nm.createSlice)({name:"batchTransactionsSlice",initialState:di,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:()=>di},extraReducers:e=>{e.addCase(K,()=>di)}}),{setBatchTransactions:_N,updateBatchTransactions:lN,clearBatchTransactions:xx,clearAllBatchTransactions:uN}=Cm.actions,br=Cm.reducer});var Pm,Lm,Em,TN,Mm,_i=b(()=>{"use strict";t();Pm=require("@reduxjs/toolkit");Z();Lm={},Em=(0,Pm.createSlice)({name:"dappConfigSlice",initialState:Lm,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(K,()=>Lm)}}),{setDappConfig:TN}=Em.actions,Mm=Em.reducer});var U=b(()=>{"use strict";t();cr();pr();dr();lr();fr();hr();xr();yr();vr();_i()});var li=b(()=>{"use strict";t()});var Om,vx,wx,it,Ir=b(()=>{"use strict";t();Om=require("@reduxjs/toolkit");li();cr();vr();_i();pr();dr();lr();fr();hr();xr();yr();vx={["account"]:ir,["dappConfig"]:Mm,["loginInfo"]:sr,["modals"]:mr,["networkConfig"]:_r,["signedMessageInfo"]:ur,["toasts"]:gr,["transactionsInfo"]:Tr,["transactions"]:Sr,["batchTransactions"]:br},wx=(e={})=>(0,Om.combineReducers)(g(g({},vx),e)),it=wx});var Gm={};G(Gm,{default:()=>Ux,sessionStorageReducers:()=>ui});function xo(e,o=[]){return{key:e,version:1,storage:Bm.default,blacklist:o}}var we,Fm,Bm,Ax,Tn,Ix,kx,Dx,Nx,Cx,Lx,Px,Ex,Mx,Rx,Um,Wx,ui,Ox,Fx,Bx,Ux,Hm=b(()=>{"use strict";t();we=require("redux-persist"),Fm=T(require("redux-persist/lib/storage")),Bm=T(require("redux-persist/lib/storage/session"));Ir();U();cr();vr();pr();dr();lr();fr();hr();xr();yr();li();Ax={persistReducersStorageType:"localStorage"},Tn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ix=xo(Tn["account"]),kx=xo(Tn["loginInfo"]),Dx=xo(Tn["modals"]),Nx=xo(Tn["networkConfig"]),Cx={2:e=>I(g({},e),{networkConfig:ri})};Lx=xo("sdk-dapp-transactionsInfo"),Px=xo("sdk-dapp-transactions",["transactionsToSign"]),Ex=xo("sdk-dapp-batchTransactions",["batchTransactions"]),Mx=xo("sdk-dapp-toasts"),Rx=xo("sdk-dapp-signedMessageInfo"),Um={key:"sdk-dapp-store",version:2,storage:Fm.default,whitelist:Object.keys(Tn),migrate:(0,we.createMigrate)(Cx,{debug:!1})},Wx=I(g({},Um),{whitelist:[]}),ui={["toasts"]:(0,we.persistReducer)(Mx,gr),["transactions"]:(0,we.persistReducer)(Px,Sr),["transactionsInfo"]:(0,we.persistReducer)(Lx,Tr),["batchTransactions"]:(0,we.persistReducer)(Ex,br),["signedMessageInfo"]:(0,we.persistReducer)(Rx,ur)},Ox=I(g({},ui),{["account"]:(0,we.persistReducer)(Ix,ir),["loginInfo"]:(0,we.persistReducer)(kx,sr),["modals"]:(0,we.persistReducer)(Dx,mr),["networkConfig"]:(0,we.persistReducer)(Nx,_r)}),Fx=Ax.persistReducersStorageType==="localStorage",Bx=Fx?(0,we.persistReducer)(Um,it(ui)):(0,we.persistReducer)(Wx,it(Ox)),Ux=Bx});var Vm={};G(Vm,{default:()=>Gx});var Gx,$m=b(()=>{"use strict";t();Ir();Gx=it()});var qm={};G(qm,{default:()=>Vx});var Ue,Hx,Vx,zm=b(()=>{"use strict";t();Ue=require("redux-persist"),Hx=[Ue.FLUSH,Ue.REHYDRATE,Ue.PAUSE,Ue.PERSIST,Ue.PURGE,Ue.REGISTER],Vx=Hx});var Xm={};G(Xm,{default:()=>Km});function Km(e){return(0,jm.persistStore)(e)}var jm,Ym=b(()=>{"use strict";t();jm=require("redux-persist")});var O_=w((DF,W_)=>{t();var dy=typeof i=="object"&&i&&i.Object===Object&&i;W_.exports=dy});var Dn=w((NF,F_)=>{t();var _y=O_(),ly=typeof self=="object"&&self&&self.Object===Object&&self,uy=_y||ly||Function("return this")();F_.exports=uy});var jr=w((CF,B_)=>{t();var fy=Dn(),gy=fy.Symbol;B_.exports=gy});var V_=w((LF,H_)=>{t();var U_=jr(),G_=Object.prototype,hy=G_.hasOwnProperty,Ty=G_.toString,Nn=U_?U_.toStringTag:void 0;function xy(e){var o=hy.call(e,Nn),n=e[Nn];try{e[Nn]=void 0;var r=!0}catch(p){}var s=Ty.call(e);return r&&(o?e[Nn]=n:delete e[Nn]),s}H_.exports=xy});var q_=w((PF,$_)=>{t();var Sy=Object.prototype,yy=Sy.toString;function by(e){return yy.call(e)}$_.exports=by});var Kr=w((EF,K_)=>{t();var z_=jr(),vy=V_(),wy=q_(),Ay="[object Null]",Iy="[object Undefined]",j_=z_?z_.toStringTag:void 0;function ky(e){return e==null?e===void 0?Iy:Ay:j_&&j_ in Object(e)?vy(e):wy(e)}K_.exports=ky});var tc=w((MF,X_)=>{t();var Dy=Array.isArray;X_.exports=Dy});var nc=w((RF,Y_)=>{t();function Ny(e){return e!=null&&typeof e=="object"}Y_.exports=Ny});var J_=w((WF,Z_)=>{t();var Cy=Kr(),Ly=tc(),Py=nc(),Ey="[object String]";function My(e){return typeof e=="string"||!Ly(e)&&Py(e)&&Cy(e)==Ey}Z_.exports=My});var ic={};G(ic,{css:()=>rl,default:()=>Hy});var rl,Hy,cc=b(()=>{"use strict";t();rl=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4