@multiversx/sdk-dapp 2.26.0-alpha-7 → 2.26.0-alpha-9

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 (2477) hide show
  1. package/UI/CopyButton/CopyButton.js +1 -1
  2. package/UI/CopyButton/copyButton.styles.js +1 -1
  3. package/UI/CopyButton/helpers/copyToClipboard.js +1 -1
  4. package/UI/CopyButton/index.js +1 -1
  5. package/UI/DappModal/components/DappModal.js +1 -1
  6. package/UI/DappModal/components/DappModalBody.js +1 -1
  7. package/UI/DappModal/components/DappModalFooter.js +1 -1
  8. package/UI/DappModal/components/DappModalHeader.js +1 -1
  9. package/UI/DappModal/components/index.js +1 -1
  10. package/UI/DappModal/dappModal.types.js +1 -1
  11. package/UI/DappModal/dappModalStyles.js +1 -1
  12. package/UI/DappModal/hooks/index.js +1 -1
  13. package/UI/DappModal/hooks/useDappModal.js +1 -1
  14. package/UI/DappModal/index.js +1 -1
  15. package/UI/Denominate/index.js +1 -1
  16. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  17. package/UI/ExplorerLink/explorerLinkStyles.js +1 -1
  18. package/UI/ExplorerLink/index.js +1 -1
  19. package/UI/FormatAmount/FormatAmount.js +1 -1
  20. package/UI/FormatAmount/formatAmount.types.js +1 -1
  21. package/UI/FormatAmount/formatAmountStyles.js +1 -1
  22. package/UI/FormatAmount/index.js +1 -1
  23. package/UI/IconState/index.js +1 -1
  24. package/UI/Loader/Loader.js +1 -1
  25. package/UI/Loader/index.js +1 -1
  26. package/UI/LoadingDots/LoadingDots.js +1 -1
  27. package/UI/LoadingDots/index.js +1 -1
  28. package/UI/LoadingDots/loadingDotsStyle.js +1 -1
  29. package/UI/LoginButton/LoginButton.js +1 -1
  30. package/UI/LoginButton/index.js +1 -1
  31. package/UI/LoginButton/loginButtonStyles.js +1 -1
  32. package/UI/ModalContainer/ModalContainer.js +1 -1
  33. package/UI/ModalContainer/index.js +1 -1
  34. package/UI/NotificationModal/NotificationModal.js +1 -1
  35. package/UI/NotificationModal/index.js +1 -1
  36. package/UI/PageState/PageState.js +1 -1
  37. package/UI/PageState/index.js +1 -1
  38. package/UI/PageState/pageState.styles.js +1 -1
  39. package/UI/Progress/index.js +1 -1
  40. package/UI/Progress/progressStyles.js +1 -1
  41. package/UI/ProgressSteps/Dot.js +1 -1
  42. package/UI/ProgressSteps/index.js +1 -1
  43. package/UI/ScamPhishingAlert/ScamPhishingAlert.js +1 -1
  44. package/UI/ScamPhishingAlert/index.js +1 -1
  45. package/UI/ScamPhishingAlert/scamPhishingStyles.js +1 -1
  46. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/signWithCrossWindowWalletModal.styles.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/ProgressHeader.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/ProgressHeader.types.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/index.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/progressHeaderStyles.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/confirmAmountStyles.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  61. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/confirmFeeStyles.js +1 -1
  62. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  63. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  64. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/ReceiverSubValue.js +1 -1
  65. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/index.js +1 -1
  66. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/receiverSubValueStyles.js +1 -1
  67. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/ReceiverValue.js +1 -1
  68. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/index.js +1 -1
  69. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/receiverValueStyles.js +1 -1
  70. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/confirmReceiverStyles.js +1 -1
  71. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  72. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  73. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.styles.js +1 -1
  74. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  75. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
  76. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
  77. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/tokenAvatarStyles.js +1 -1
  78. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  79. package/UI/SignTransactionsModals/SignWithDeviceModal/components/signStepBodyStyles.js +1 -1
  80. package/UI/SignTransactionsModals/SignWithDeviceModal/hooks/index.js +1 -1
  81. package/UI/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.js +1 -1
  82. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  83. package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
  84. package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +1 -1
  85. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  86. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  87. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  88. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  89. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  90. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  91. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  92. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  93. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  94. package/UI/SignTransactionsModals/SignWithOperaModal/signWithOperaModalStyles.js +1 -1
  95. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  96. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  97. package/UI/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js +1 -1
  98. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  99. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  100. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  101. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  102. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/signWaitingScreenModal.styles.js +1 -1
  103. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  104. package/UI/SignTransactionsModals/components/confirmationScreen.types.js +1 -1
  105. package/UI/SignTransactionsModals/components/index.js +1 -1
  106. package/UI/SignTransactionsModals/index.js +1 -1
  107. package/UI/SignTransactionsModals/types/signTransactionsModals.types.js +1 -1
  108. package/UI/TimeAgo/TimeAgo.js +1 -1
  109. package/UI/TimeAgo/index.js +1 -1
  110. package/UI/TokenDetails/TokenSymbol/index.js +1 -1
  111. package/UI/TokenDetails/TokenSymbol/tokenSymbol.js +1 -1
  112. package/UI/TokenDetails/index.js +1 -1
  113. package/UI/TokenDetails/tokenDetailsStyles.js +1 -1
  114. package/UI/TransactionData/TransactionData.js +1 -1
  115. package/UI/TransactionData/TransactionDataStyles.js +1 -1
  116. package/UI/TransactionData/index.js +1 -1
  117. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  118. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  119. package/UI/TransactionDetails/components/index.js +1 -1
  120. package/UI/TransactionDetails/index.js +1 -1
  121. package/UI/TransactionDetails/transactionDetails.styles.js +1 -1
  122. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  123. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  124. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  125. package/UI/TransactionInfo/components/AddressDetailItem/styles.js +1 -1
  126. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  127. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  128. package/UI/TransactionInfo/components/DataDecode/styles.js +1 -1
  129. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  130. package/UI/TransactionInfo/components/DataField/components/Linkified/Link.js +1 -1
  131. package/UI/TransactionInfo/components/DataField/components/Linkified/Linkified.js +1 -1
  132. package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
  133. package/UI/TransactionInfo/components/DataField/components/Linkified/linkified.types.js +1 -1
  134. package/UI/TransactionInfo/components/DataField/components/Linkified/utils.js +1 -1
  135. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  136. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  137. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  138. package/UI/TransactionInfo/components/DataField/dataField.module.js +1 -1
  139. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  140. package/UI/TransactionInfo/components/DetailItem/detailItem.module.js +1 -1
  141. package/UI/TransactionInfo/components/DetailItem/index.js +1 -1
  142. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  143. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  144. package/UI/TransactionInfo/components/EventsList/styles.js +1 -1
  145. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  146. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  147. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  148. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  149. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  150. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  151. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  152. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  153. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  154. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  155. package/UI/TransactionInfo/components/OperationsList/styles.js +1 -1
  156. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  157. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  158. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  159. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  160. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  161. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/styles.js +1 -1
  162. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  163. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  164. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js +1 -1
  165. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  166. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  167. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/styles.js +1 -1
  168. package/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.js +1 -1
  169. package/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.js +1 -1
  170. package/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/styles.js +1 -1
  171. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  172. package/UI/TransactionInfo/components/ScResultsList/styles.js +1 -1
  173. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  174. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  175. package/UI/TransactionInfo/components/ScrDetailItem/styles.js +1 -1
  176. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  177. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  178. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/styles.js +1 -1
  179. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  180. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.js +1 -1
  181. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  182. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  183. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  184. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  185. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  186. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js +1 -1
  187. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  188. package/UI/TransactionInfo/components/TransactionAction/components/styles.js +1 -1
  189. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  190. package/UI/TransactionInfo/components/TransactionAction/styles.js +1 -1
  191. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  192. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  193. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  194. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  195. package/UI/TransactionInfo/components/index.js +1 -1
  196. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  197. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  198. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  199. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  200. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/styles.js +1 -1
  201. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  202. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  203. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/styles.js +1 -1
  204. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  205. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  206. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js +1 -1
  207. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  208. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  209. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/styles.js +1 -1
  210. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  211. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  212. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js +1 -1
  213. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  214. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  215. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/styles.js +1 -1
  216. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +1 -1
  217. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +1 -1
  218. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/styles.js +1 -1
  219. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  220. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  221. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  222. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  223. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  224. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  225. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/styles.js +1 -1
  226. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  227. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  228. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  229. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  230. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  231. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  232. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  233. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  234. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js +1 -1
  235. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  236. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  237. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  238. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  239. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js +1 -1
  240. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  241. package/UI/TransactionInfo/index.js +1 -1
  242. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  243. package/UI/TransactionsTable/components/AccountName.js +1 -1
  244. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  245. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  246. package/UI/TransactionsTable/components/NoTransactions.js +1 -1
  247. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  248. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  249. package/UI/TransactionsTable/components/TransactionDirectionBadge.js +1 -1
  250. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  251. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  252. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  253. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  254. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  255. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  256. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  257. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  258. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  259. package/UI/TransactionsTable/components/index.js +1 -1
  260. package/UI/TransactionsTable/components/transactionsTable.styles.js +1 -1
  261. package/UI/TransactionsTable/index.js +1 -1
  262. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  263. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  264. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  265. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  266. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  267. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  268. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.js +1 -1
  269. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.js +1 -1
  270. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  271. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  272. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  273. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.js +1 -1
  274. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  275. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  276. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  277. package/UI/TransactionsToastList/components/CustomToast/customToast.styles.js +1 -1
  278. package/UI/TransactionsToastList/components/CustomToast/customToast.types.js +1 -1
  279. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  280. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  281. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  282. package/UI/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.js +1 -1
  283. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  284. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  285. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  286. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  287. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.js +1 -1
  288. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  289. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  290. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  291. package/UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js +1 -1
  292. package/UI/TransactionsToastList/components/TransactionToast/transactionToast.type.js +1 -1
  293. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  294. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  295. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  296. package/UI/TransactionsToastList/components/index.js +1 -1
  297. package/UI/TransactionsToastList/components/types.js +1 -1
  298. package/UI/TransactionsToastList/index.js +1 -1
  299. package/UI/TransactionsToastList/transactionsToastList.styles.js +1 -1
  300. package/UI/Trim/Trim.js +1 -1
  301. package/UI/Trim/index.js +1 -1
  302. package/UI/Trim/trim.styles.js +1 -1
  303. package/UI/UsdValue/UsdValue.js +1 -1
  304. package/UI/UsdValue/index.js +1 -1
  305. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  306. package/UI/extension/ExtensionLoginButton/extensionLoginButton.styles.js +1 -1
  307. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  308. package/UI/extension/helpers/index.js +1 -1
  309. package/UI/index.js +1 -1
  310. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  311. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  312. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  313. package/UI/ledger/LedgerLoginContainer/AddressRow/addressRowStyles.js +1 -1
  314. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  315. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  316. package/UI/ledger/LedgerLoginContainer/AddressTable/addressTableStyles.js +1 -1
  317. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  318. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  319. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/confirmAddressStyles.js +1 -1
  320. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  321. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  322. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/secondsToTimeString.js +1 -1
  323. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  324. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  325. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  326. package/UI/ledger/LedgerLoginContainer/LedgerConnect/ledgerConnectStyles.js +1 -1
  327. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  328. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  329. package/UI/ledger/LedgerLoginContainer/LedgerLoading/ledgerLoadingStyles.js +1 -1
  330. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  331. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  332. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  333. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  334. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  335. package/UI/ledger/LedgerLoginContainer/LedgerProgressBar/LedgerProgressBar.js +1 -1
  336. package/UI/ledger/LedgerLoginContainer/LedgerProgressBar/index.js +1 -1
  337. package/UI/ledger/LedgerLoginContainer/LedgerProgressBar/progressBarStyles.js +1 -1
  338. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  339. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  340. package/UI/ledger/LedgerLoginContainer/enums.js +1 -1
  341. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  342. package/UI/ledger/LedgerLoginContainer/ledgerLoginContainerStyles.js +1 -1
  343. package/UI/ledger/LedgerLoginContainer/types.js +1 -1
  344. package/UI/ledger/index.js +1 -1
  345. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  346. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  347. package/UI/operaWallet/helpers/getIsOperaWalletAvailable.js +1 -1
  348. package/UI/operaWallet/helpers/index.js +1 -1
  349. package/UI/pages/UnlockPage/index.js +1 -1
  350. package/UI/pages/UnlockPage/unlockPageStyles.js +1 -1
  351. package/UI/pages/index.js +1 -1
  352. package/UI/types/index.js +1 -1
  353. package/UI/types/withClassname.types.js +1 -1
  354. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +1 -1
  355. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.js +1 -1
  356. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  357. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  358. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  359. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  360. package/UI/walletConnect/WalletConnectLoginButton/types.js +1 -1
  361. package/UI/walletConnect/WalletConnectLoginContainer/PairingList/ImageWithFallback.js +1 -1
  362. package/UI/walletConnect/WalletConnectLoginContainer/PairingList/PairingList.js +1 -1
  363. package/UI/walletConnect/WalletConnectLoginContainer/PairingList/index.js +1 -1
  364. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  365. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  366. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  367. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  368. package/UI/walletConnect/WalletConnectLoginContainer/types.js +1 -1
  369. package/UI/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +1 -1
  370. package/UI/walletConnect/index.js +1 -1
  371. package/UI/walletConnect/types.js +1 -1
  372. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  373. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  374. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  375. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  376. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  377. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  378. package/__chunks__/chunk-22S23SRN.js +2 -0
  379. package/__chunks__/chunk-24UECKSN.js +2 -0
  380. package/__chunks__/chunk-25FWMAEU.js +2 -0
  381. package/__chunks__/chunk-25YJNM54.js +2 -0
  382. package/__chunks__/chunk-26KLH5OU.js +25 -0
  383. package/__chunks__/chunk-272VC2QJ.js +2 -0
  384. package/__chunks__/chunk-2C2BX4G6.js +2 -0
  385. package/__chunks__/chunk-2D3W3EVF.js +2 -0
  386. package/__chunks__/chunk-2EUFEPPP.js +2 -0
  387. package/__chunks__/chunk-2FRAMBEM.js +24 -0
  388. package/__chunks__/chunk-2HU67P2F.js +2 -0
  389. package/__chunks__/chunk-2I6FYA7I.js +2 -0
  390. package/__chunks__/chunk-2IK7ZHQ3.js +2 -0
  391. package/__chunks__/chunk-2J4S5FUX.js +2 -0
  392. package/__chunks__/chunk-2K6AS2MF.js +73 -0
  393. package/__chunks__/chunk-2QCTDVAG.js +2 -0
  394. package/__chunks__/chunk-2T3XVZ3T.js +2 -0
  395. package/__chunks__/chunk-2XDJUHAB.js +2 -0
  396. package/__chunks__/chunk-2XE5O7XF.js +2 -0
  397. package/__chunks__/chunk-32DUHNKV.js +2 -0
  398. package/__chunks__/chunk-33LMTEPQ.js +2 -0
  399. package/__chunks__/chunk-34TTF4QE.js +2 -0
  400. package/__chunks__/chunk-36BHAFJQ.js +2 -0
  401. package/__chunks__/chunk-36K7GKUN.js +2 -0
  402. package/__chunks__/chunk-36R5BIWL.js +2 -0
  403. package/__chunks__/chunk-36RUI2EJ.js +2 -0
  404. package/__chunks__/chunk-37VZYBYP.js +2 -0
  405. package/__chunks__/chunk-3AOEYHWE.js +2 -0
  406. package/__chunks__/chunk-3AR4C7IP.js +2 -0
  407. package/__chunks__/chunk-3BVBHX3N.js +2 -0
  408. package/__chunks__/chunk-3DDBVD6Z.js +2 -0
  409. package/__chunks__/chunk-3FYGFBHY.js +2 -0
  410. package/__chunks__/chunk-3GSA7JEH.js +2 -0
  411. package/__chunks__/chunk-3L7WRHSK.js +2 -0
  412. package/__chunks__/chunk-3LNZI3KK.js +2 -0
  413. package/__chunks__/chunk-3MGRX2AB.js +2 -0
  414. package/__chunks__/chunk-3MVZJQVK.js +2 -0
  415. package/__chunks__/chunk-3NDS7HNF.js +2 -0
  416. package/__chunks__/chunk-3SUU4I5U.js +2 -0
  417. package/__chunks__/chunk-3SZPRLAF.js +2 -0
  418. package/__chunks__/chunk-3T2CJ4OF.js +2 -0
  419. package/__chunks__/chunk-3TQ2LTMG.js +2 -0
  420. package/__chunks__/chunk-43NVOIEM.js +2 -0
  421. package/__chunks__/chunk-4CV76HTX.js +29 -0
  422. package/__chunks__/chunk-4CXMVAKL.js +2 -0
  423. package/__chunks__/chunk-4CY4264E.js +2 -0
  424. package/__chunks__/chunk-4DA4HOV4.js +2 -0
  425. package/__chunks__/chunk-4EMXQMXF.js +2 -0
  426. package/__chunks__/chunk-4EUY7KBJ.js +2 -0
  427. package/__chunks__/chunk-4IAKSH7U.js +8 -0
  428. package/__chunks__/chunk-4IO3XX3I.js +2 -0
  429. package/__chunks__/chunk-4JLK73W6.js +2 -0
  430. package/__chunks__/chunk-4JQKSGZO.js +2 -0
  431. package/__chunks__/chunk-4JUDXQGS.js +2 -0
  432. package/__chunks__/chunk-4KLQUXKH.js +2 -0
  433. package/__chunks__/chunk-4LSK7DCO.js +2 -0
  434. package/__chunks__/chunk-4M5KUNFG.js +2 -0
  435. package/__chunks__/chunk-4MBVTODZ.js +2 -0
  436. package/__chunks__/chunk-4T4VUVVZ.js +2 -0
  437. package/__chunks__/chunk-4TNH7LAD.js +2 -0
  438. package/__chunks__/chunk-4U7DAHMP.js +2 -0
  439. package/__chunks__/chunk-4WZPWDDB.js +2 -0
  440. package/__chunks__/chunk-4XLABYLK.js +2 -0
  441. package/__chunks__/chunk-4XRIKBDC.js +2 -0
  442. package/__chunks__/chunk-52GXQI4Q.js +2 -0
  443. package/__chunks__/chunk-53QZ2Y7V.js +16 -0
  444. package/__chunks__/chunk-56E4XVBY.js +2 -0
  445. package/__chunks__/chunk-56M6HQIM.js +2 -0
  446. package/__chunks__/chunk-57CPW5OJ.js +2 -0
  447. package/__chunks__/chunk-5A4RUAVA.js +2 -0
  448. package/__chunks__/chunk-5B2IO4EJ.js +2 -0
  449. package/__chunks__/chunk-5CJ62MKF.js +2 -0
  450. package/__chunks__/chunk-5E4K2LOM.js +2 -0
  451. package/__chunks__/chunk-5EOVGB7H.js +2 -0
  452. package/__chunks__/chunk-5FMP6WKT.js +2 -0
  453. package/__chunks__/chunk-5FSLP3SX.js +2 -0
  454. package/__chunks__/chunk-5GTBVJBI.js +2 -0
  455. package/__chunks__/chunk-5HSLMD2C.js +2 -0
  456. package/__chunks__/chunk-5HVWWFKO.js +2 -0
  457. package/__chunks__/chunk-5ICIXB32.js +2 -0
  458. package/__chunks__/chunk-5MSI7UL5.js +2 -0
  459. package/__chunks__/chunk-5N45FQ72.js +2 -0
  460. package/__chunks__/chunk-5NJXJ7MZ.js +29 -0
  461. package/__chunks__/chunk-5NNMS3WZ.js +2 -0
  462. package/__chunks__/chunk-5NO3NWHW.js +2 -0
  463. package/__chunks__/chunk-5SAWK6P2.js +37 -0
  464. package/__chunks__/chunk-5TBOQMEE.js +2 -0
  465. package/__chunks__/chunk-5TVFB26X.js +2 -0
  466. package/__chunks__/chunk-5W6NO774.js +2 -0
  467. package/__chunks__/chunk-5XDOQSYE.js +2 -0
  468. package/__chunks__/chunk-5XMO3BO5.js +2 -0
  469. package/__chunks__/chunk-5XU4WZ6Z.js +2 -0
  470. package/__chunks__/chunk-63BJUTTK.js +2 -0
  471. package/__chunks__/chunk-63YE255S.js +2 -0
  472. package/__chunks__/chunk-67BNELUO.js +2 -0
  473. package/__chunks__/chunk-6AMP5WZ7.js +2 -0
  474. package/__chunks__/chunk-6DEBDXOA.js +2 -0
  475. package/__chunks__/chunk-6GTSSVMM.js +2 -0
  476. package/__chunks__/chunk-6GWW6VAQ.js +2 -0
  477. package/__chunks__/chunk-6HFDI5YS.js +2 -0
  478. package/__chunks__/chunk-6HJHOZIS.js +2 -0
  479. package/__chunks__/chunk-6IZG2XD6.js +74 -0
  480. package/__chunks__/chunk-6K6YFLQD.js +2 -0
  481. package/__chunks__/chunk-6KXB3II2.js +2 -0
  482. package/__chunks__/chunk-6LU6VW5Q.js +56 -0
  483. package/__chunks__/chunk-6LYEWL4R.js +2 -0
  484. package/__chunks__/chunk-6MLFK6WD.js +2 -0
  485. package/__chunks__/chunk-6P3LYBAH.js +2 -0
  486. package/__chunks__/chunk-6QI3YXTL.js +2 -0
  487. package/__chunks__/chunk-6QRCZFP6.js +2 -0
  488. package/__chunks__/chunk-6RPIPUW2.js +2 -0
  489. package/__chunks__/chunk-6RPOORMA.js +59 -0
  490. package/__chunks__/chunk-6SAYWQSW.js +2 -0
  491. package/__chunks__/chunk-6UQNTI5U.js +2 -0
  492. package/__chunks__/chunk-6VGSMPVW.js +2 -0
  493. package/__chunks__/chunk-6VUPSKEG.js +2 -0
  494. package/__chunks__/chunk-6XBPSGSX.js +62 -0
  495. package/__chunks__/chunk-6Y6WEF5W.js +2 -0
  496. package/__chunks__/chunk-6YQQFPA4.js +2 -0
  497. package/__chunks__/chunk-6YTKPDLF.js +78 -0
  498. package/__chunks__/chunk-6YZ2AAMM.js +2 -0
  499. package/__chunks__/chunk-73WASC6B.js +2 -0
  500. package/__chunks__/chunk-75KNQMPM.js +2 -0
  501. package/__chunks__/chunk-76R7LRAI.js +2 -0
  502. package/__chunks__/chunk-77PABJAH.js +2 -0
  503. package/__chunks__/chunk-77SYJGI7.js +2 -0
  504. package/__chunks__/chunk-7AHN357V.js +2 -0
  505. package/__chunks__/chunk-7ALCBDGI.js +47 -0
  506. package/__chunks__/chunk-7AQEWGAI.js +28 -0
  507. package/__chunks__/chunk-7CDJCXOP.js +2 -0
  508. package/__chunks__/chunk-7CH36UDZ.js +2 -0
  509. package/__chunks__/chunk-7EDWRYNX.js +2 -0
  510. package/__chunks__/chunk-7ERZBXBD.js +2 -0
  511. package/__chunks__/chunk-7FM66POJ.js +29 -0
  512. package/__chunks__/chunk-7G276O3X.js +2 -0
  513. package/__chunks__/chunk-7GHLGPSO.js +2 -0
  514. package/__chunks__/chunk-7L47NO7W.js +2 -0
  515. package/__chunks__/chunk-7M3M4CYN.js +2 -0
  516. package/__chunks__/chunk-7MUADUAE.js +2 -0
  517. package/__chunks__/chunk-7O6WTXTS.js +2 -0
  518. package/__chunks__/chunk-7QOIBXTX.js +2 -0
  519. package/__chunks__/chunk-7QUCUIQV.js +37 -0
  520. package/__chunks__/chunk-7RRCZ5SN.js +2 -0
  521. package/__chunks__/chunk-7UWDDHCH.js +2 -0
  522. package/__chunks__/chunk-7XL5XGS7.js +30 -0
  523. package/__chunks__/chunk-7XQHJMGK.js +2 -0
  524. package/__chunks__/chunk-7YRZQM2X.js +2 -0
  525. package/__chunks__/chunk-A32KIDO7.js +2 -0
  526. package/__chunks__/chunk-A63HJG6M.js +2 -0
  527. package/__chunks__/chunk-A6INSGT7.js +2 -0
  528. package/__chunks__/chunk-A7M5OWS7.js +2 -0
  529. package/__chunks__/chunk-AC4BPPCW.js +2 -0
  530. package/__chunks__/chunk-AC7DM6HC.js +2 -0
  531. package/__chunks__/chunk-AFAVCLKU.js +2 -0
  532. package/__chunks__/chunk-AFI32ZLG.js +2 -0
  533. package/__chunks__/chunk-AGFVP7VO.js +2 -0
  534. package/__chunks__/chunk-AH2SD3TX.js +2 -0
  535. package/__chunks__/chunk-AH6CAS6Q.js +2 -0
  536. package/__chunks__/chunk-AK7WC4I7.js +2 -0
  537. package/__chunks__/chunk-ANIM4BJ3.js +2 -0
  538. package/__chunks__/chunk-APY2VG3Q.js +2 -0
  539. package/__chunks__/chunk-ATNTPNA3.js +2 -0
  540. package/__chunks__/chunk-ATPXJOZZ.js +2 -0
  541. package/__chunks__/chunk-AUB5HH7Z.js +3 -0
  542. package/__chunks__/chunk-AUL5KPJ6.js +2 -0
  543. package/__chunks__/chunk-AVZXGWQD.js +2 -0
  544. package/__chunks__/chunk-AYTWZJ6S.js +2 -0
  545. package/__chunks__/chunk-AYXVEAKP.js +2 -0
  546. package/__chunks__/chunk-AZB2SSCM.js +2 -0
  547. package/__chunks__/chunk-AZZWWI4K.js +2 -0
  548. package/__chunks__/chunk-B2ECWP4D.js +2 -0
  549. package/__chunks__/chunk-B3KNXW42.js +2 -0
  550. package/__chunks__/chunk-B4J66DSX.js +2 -0
  551. package/__chunks__/chunk-B6327NPK.js +2 -0
  552. package/__chunks__/chunk-B6ZLNVGQ.js +2 -0
  553. package/__chunks__/chunk-B77VNRPK.js +2 -0
  554. package/__chunks__/chunk-B7NPP4BW.js +2 -0
  555. package/__chunks__/chunk-BA6BWQVY.js +2 -0
  556. package/__chunks__/chunk-BAF4W6N6.js +2 -0
  557. package/__chunks__/chunk-BANWU55L.js +2 -0
  558. package/__chunks__/chunk-BAUY4BKF.js +2 -0
  559. package/__chunks__/chunk-BDIO5VKF.js +37 -0
  560. package/__chunks__/chunk-BEZQPWRU.js +2 -0
  561. package/__chunks__/chunk-BFQV2DFG.js +2 -0
  562. package/__chunks__/chunk-BIWQC4PK.js +2 -0
  563. package/__chunks__/chunk-BKWSVQ2U.js +2 -0
  564. package/__chunks__/chunk-BMYVL7RM.js +2 -0
  565. package/__chunks__/chunk-BNWC7KCK.js +2 -0
  566. package/__chunks__/chunk-BPLL3RNN.js +30 -0
  567. package/__chunks__/chunk-BQJIWKL4.js +2 -0
  568. package/__chunks__/chunk-BTCKBHPU.js +2 -0
  569. package/__chunks__/chunk-BTSIFU2G.js +2 -0
  570. package/__chunks__/chunk-BUYUUWJJ.js +2 -0
  571. package/__chunks__/chunk-BYSWNRCR.js +7 -0
  572. package/__chunks__/chunk-BZIYKCZ4.js +2 -0
  573. package/__chunks__/chunk-BZNBNWLP.js +2 -0
  574. package/__chunks__/chunk-BZU6YOAW.js +2 -0
  575. package/__chunks__/chunk-C2I4MUSX.js +2 -0
  576. package/__chunks__/chunk-C3FKY453.js +2 -0
  577. package/__chunks__/chunk-C57T2B7N.js +2 -0
  578. package/__chunks__/chunk-C5WP6CYM.js +2 -0
  579. package/__chunks__/chunk-CAKBM2UI.js +2 -0
  580. package/__chunks__/chunk-CDMMTNQR.js +2 -0
  581. package/__chunks__/chunk-CEH4JYIF.js +2 -0
  582. package/__chunks__/chunk-CFSHHBUC.js +2 -0
  583. package/__chunks__/chunk-CGGIIKXF.js +2 -0
  584. package/__chunks__/chunk-CHHMR5KV.js +2 -0
  585. package/__chunks__/chunk-CJ2YGAFC.js +2 -0
  586. package/__chunks__/chunk-CLJR4HZI.js +45 -0
  587. package/__chunks__/chunk-CLZOW44P.js +2 -0
  588. package/__chunks__/chunk-CPS37XVP.js +16 -0
  589. package/__chunks__/chunk-CRGOQS2O.js +22 -0
  590. package/__chunks__/chunk-CT67Z3VJ.js +2 -0
  591. package/__chunks__/chunk-CVIPZFVK.js +2 -0
  592. package/__chunks__/chunk-CWAS3J3N.js +2 -0
  593. package/__chunks__/chunk-CWMTTLTG.js +2 -0
  594. package/__chunks__/chunk-CWXQZCJK.js +2 -0
  595. package/__chunks__/chunk-CXPOMW34.js +2 -0
  596. package/__chunks__/chunk-CXVVWWF4.js +2 -0
  597. package/__chunks__/chunk-D2GYYZ2Y.js +2 -0
  598. package/__chunks__/chunk-D65XJILX.js +2 -0
  599. package/__chunks__/chunk-DASKI5VH.js +2 -0
  600. package/__chunks__/chunk-DCQE2L2G.js +163 -0
  601. package/__chunks__/chunk-DDQY5KXF.js +2 -0
  602. package/__chunks__/chunk-DE7Q6RNG.js +2 -0
  603. package/__chunks__/chunk-DHO5CVKV.js +2 -0
  604. package/__chunks__/chunk-DITYHD7M.js +2 -0
  605. package/__chunks__/chunk-DIX32BBS.js +2 -0
  606. package/__chunks__/chunk-DIZCMDSL.js +2 -0
  607. package/__chunks__/chunk-DKNEMEZN.js +2 -0
  608. package/__chunks__/chunk-DKTI3KAK.js +2 -0
  609. package/__chunks__/chunk-DL2WM3UD.js +2 -0
  610. package/__chunks__/chunk-DN5WE6MM.js +2 -0
  611. package/__chunks__/chunk-DOCHYWGD.js +2 -0
  612. package/__chunks__/chunk-DPK46TL3.js +2 -0
  613. package/__chunks__/chunk-DRQQ2CB5.js +2 -0
  614. package/__chunks__/chunk-DSJC2IKD.js +2 -0
  615. package/__chunks__/chunk-DWNXHKTB.js +2 -0
  616. package/__chunks__/chunk-DYLYLOUZ.js +2 -0
  617. package/__chunks__/chunk-DZM6QSFM.js +63 -0
  618. package/__chunks__/chunk-DZXSNJXI.js +2 -0
  619. package/__chunks__/chunk-E3JZJY24.js +12 -0
  620. package/__chunks__/chunk-E4NDWYTZ.js +2 -0
  621. package/__chunks__/chunk-E4RLZ2KU.js +2 -0
  622. package/__chunks__/chunk-E4WZGY5Z.js +2 -0
  623. package/__chunks__/chunk-E5LSKX4Q.js +2 -0
  624. package/__chunks__/chunk-EFF7G4EP.js +2 -0
  625. package/__chunks__/chunk-EFIN2QRS.js +9 -0
  626. package/__chunks__/chunk-EGTQ6YPO.js +2 -0
  627. package/__chunks__/chunk-EHJGBAUY.js +2 -0
  628. package/__chunks__/chunk-EHVO23HZ.js +2 -0
  629. package/__chunks__/chunk-EJLETY4Z.js +2 -0
  630. package/__chunks__/chunk-EJYTJ2JP.js +2 -0
  631. package/__chunks__/chunk-EKZN7GUE.js +2 -0
  632. package/__chunks__/chunk-EMQSZKMM.js +2 -0
  633. package/__chunks__/chunk-ENSOGTOJ.js +2 -0
  634. package/__chunks__/chunk-EOKXYXA4.js +19 -0
  635. package/__chunks__/chunk-EOTJ4JMT.js +2 -0
  636. package/__chunks__/chunk-EP4KRPTZ.js +2 -0
  637. package/__chunks__/chunk-EQDB5MLA.js +2 -0
  638. package/__chunks__/chunk-EQLV3Z72.js +2 -0
  639. package/__chunks__/chunk-ETMEUVYF.js +2 -0
  640. package/__chunks__/chunk-EVYQTBEV.js +2 -0
  641. package/__chunks__/chunk-EW3BMU4L.js +2 -0
  642. package/__chunks__/chunk-EZUUKCRD.js +20 -0
  643. package/__chunks__/chunk-F2S5NT2E.js +2 -0
  644. package/__chunks__/chunk-F4BEHP72.js +2 -0
  645. package/__chunks__/chunk-F6B7DDVJ.js +85 -0
  646. package/__chunks__/chunk-F6ELE4P2.js +2 -0
  647. package/__chunks__/chunk-F72IBW5B.js +2 -0
  648. package/__chunks__/chunk-F7HN3EU2.js +2 -0
  649. package/__chunks__/chunk-F7LTCJA2.js +68 -0
  650. package/__chunks__/chunk-FAQBPGAY.js +2 -0
  651. package/__chunks__/chunk-FCITCU45.js +2 -0
  652. package/__chunks__/chunk-FDR4USDU.js +2 -0
  653. package/__chunks__/chunk-FF3KQXC5.js +2 -0
  654. package/__chunks__/chunk-FG2VLIRZ.js +2 -0
  655. package/__chunks__/chunk-FG4HMBBG.js +2 -0
  656. package/__chunks__/chunk-FGKK6IMN.js +2 -0
  657. package/__chunks__/chunk-FGQ7I5WG.js +70 -0
  658. package/__chunks__/chunk-FJ6CNH4L.js +2 -0
  659. package/__chunks__/chunk-FKJUAYCU.js +2 -0
  660. package/__chunks__/chunk-FLSPTRVD.js +2 -0
  661. package/__chunks__/chunk-FNHRCMVM.js +46 -0
  662. package/__chunks__/chunk-FOYWYXVZ.js +2 -0
  663. package/__chunks__/chunk-FPS4AURM.js +2 -0
  664. package/__chunks__/chunk-FQIW3YYK.js +2 -0
  665. package/__chunks__/chunk-FRWODUWW.js +2 -0
  666. package/__chunks__/chunk-FS6XQSTA.js +2 -0
  667. package/__chunks__/chunk-FTI4UP5P.js +2 -0
  668. package/__chunks__/chunk-FTIXJ5E5.js +2 -0
  669. package/__chunks__/chunk-FTSTBQMX.js +2 -0
  670. package/__chunks__/chunk-FUECASRH.js +2 -0
  671. package/__chunks__/chunk-FUMQHLYT.js +2 -0
  672. package/__chunks__/chunk-FWLGCLPL.js +2 -0
  673. package/__chunks__/chunk-FXMRV3RJ.js +2 -0
  674. package/__chunks__/chunk-FZY2O5BT.js +2 -0
  675. package/__chunks__/chunk-G42WBJZB.js +2 -0
  676. package/__chunks__/chunk-G4FKBUHF.js +19 -0
  677. package/__chunks__/chunk-G5AYYKNU.js +2 -0
  678. package/__chunks__/chunk-G5E5KXNA.js +2 -0
  679. package/__chunks__/chunk-G5UZVVZV.js +2 -0
  680. package/__chunks__/chunk-G67S33YE.js +2 -0
  681. package/__chunks__/chunk-G6N7LTJ4.js +2 -0
  682. package/__chunks__/chunk-G7TWEHWT.js +7 -0
  683. package/__chunks__/chunk-GCWQBBDU.js +2 -0
  684. package/__chunks__/chunk-GCZ2XYBL.js +2 -0
  685. package/__chunks__/chunk-GDA7KPTR.js +2 -0
  686. package/__chunks__/chunk-GGO72VFB.js +2 -0
  687. package/__chunks__/chunk-GGRFCTV5.js +2 -0
  688. package/__chunks__/chunk-GHJOFUW2.js +12 -0
  689. package/__chunks__/chunk-GHXABK3Q.js +2 -0
  690. package/__chunks__/chunk-GM6WXY7A.js +2 -0
  691. package/__chunks__/chunk-GN77JC3V.js +2 -0
  692. package/__chunks__/chunk-GO7VNUP5.js +17 -0
  693. package/__chunks__/chunk-GOF6JRXK.js +2 -0
  694. package/__chunks__/chunk-GOXGFJZH.js +2 -0
  695. package/__chunks__/chunk-GRWH72ZU.js +2 -0
  696. package/__chunks__/chunk-GS5GS2NR.js +2 -0
  697. package/__chunks__/chunk-GSM4KPXM.js +2 -0
  698. package/__chunks__/chunk-GSWKZJDP.js +2 -0
  699. package/__chunks__/chunk-GTAIRGUN.js +2 -0
  700. package/__chunks__/chunk-GTL5LDSK.js +2 -0
  701. package/__chunks__/chunk-GUD2T2EB.js +2 -0
  702. package/__chunks__/chunk-GWQEPALX.js +2 -0
  703. package/__chunks__/chunk-GYI5R266.js +2 -0
  704. package/__chunks__/chunk-GZCSG25F.js +2 -0
  705. package/__chunks__/chunk-GZYZO3J2.js +2 -0
  706. package/__chunks__/chunk-H4IJGDGS.js +2 -0
  707. package/__chunks__/chunk-H74HR64N.js +2 -0
  708. package/__chunks__/chunk-HAEF66IP.js +2 -0
  709. package/__chunks__/chunk-HAJTOLK4.js +2 -0
  710. package/__chunks__/chunk-HCQ3C7PW.js +2 -0
  711. package/__chunks__/chunk-HDLLKVDD.js +2 -0
  712. package/__chunks__/chunk-HFM2QTTT.js +2 -0
  713. package/__chunks__/chunk-HH5PAC3T.js +20 -0
  714. package/__chunks__/chunk-HJAH7OEP.js +2 -0
  715. package/__chunks__/chunk-HJFNJX7U.js +2 -0
  716. package/__chunks__/chunk-HL5EYNJA.js +2 -0
  717. package/__chunks__/chunk-HLMYIFDT.js +2 -0
  718. package/__chunks__/chunk-HLXZPLLN.js +2 -0
  719. package/__chunks__/chunk-HPYQLEEL.js +2 -0
  720. package/__chunks__/chunk-HQD3NUZ6.js +2 -0
  721. package/__chunks__/chunk-HQDMB3TV.js +2 -0
  722. package/__chunks__/chunk-HRKJKJAF.js +2 -0
  723. package/__chunks__/chunk-HSSF5AKE.js +2 -0
  724. package/__chunks__/chunk-HTJVD3DX.js +2 -0
  725. package/__chunks__/chunk-HVBD6WJF.js +2 -0
  726. package/__chunks__/chunk-HW5KYYYA.js +2 -0
  727. package/__chunks__/chunk-HWSAT3FR.js +2 -0
  728. package/__chunks__/chunk-HYXRHECC.js +2 -0
  729. package/__chunks__/chunk-HZRXVYUW.js +2 -0
  730. package/__chunks__/chunk-I2ETGUUA.js +2 -0
  731. package/__chunks__/chunk-I3C72O7I.js +2 -0
  732. package/__chunks__/chunk-I3FE3OVT.js +2 -0
  733. package/__chunks__/chunk-I3T3DAPU.js +2 -0
  734. package/__chunks__/chunk-I3T7SAAD.js +29 -0
  735. package/__chunks__/chunk-I4I6JUUX.js +102 -0
  736. package/__chunks__/chunk-I6K2AS2U.js +2 -0
  737. package/__chunks__/chunk-IAI4PAYN.js +2 -0
  738. package/__chunks__/chunk-IBJ5WR4U.js +2 -0
  739. package/__chunks__/chunk-IBJUG4XE.js +2 -0
  740. package/__chunks__/chunk-IDKG26DV.js +2 -0
  741. package/__chunks__/chunk-IE2IUPDC.js +2 -0
  742. package/__chunks__/chunk-IFHR3FQR.js +2 -0
  743. package/__chunks__/chunk-IIEA33LO.js +2 -0
  744. package/__chunks__/chunk-IIEKKBTR.js +2 -0
  745. package/__chunks__/chunk-ILZQSARS.js +2 -0
  746. package/__chunks__/chunk-ION3KEJI.js +136 -0
  747. package/__chunks__/chunk-ISSCSVWM.js +2 -0
  748. package/__chunks__/chunk-IT2JNRVH.js +2 -0
  749. package/__chunks__/chunk-ITB6I5BS.js +2 -0
  750. package/__chunks__/chunk-ITHCZBJS.js +2 -0
  751. package/__chunks__/chunk-ITHUQNI7.js +2 -0
  752. package/__chunks__/chunk-IUHEN44O.js +2 -0
  753. package/__chunks__/chunk-IUNOQZLF.js +2 -0
  754. package/__chunks__/chunk-IUUUAIY2.js +2 -0
  755. package/__chunks__/chunk-IX7DZLMD.js +2 -0
  756. package/__chunks__/chunk-IYCTC4AT.js +2 -0
  757. package/__chunks__/chunk-IYG56LZS.js +2 -0
  758. package/__chunks__/chunk-IYWQCJK6.js +2 -0
  759. package/__chunks__/chunk-IZ6UVXPE.js +2 -0
  760. package/__chunks__/chunk-IZ77WR3D.js +2 -0
  761. package/__chunks__/chunk-J2OTNG2R.js +2 -0
  762. package/__chunks__/chunk-J2PCBJMU.js +2 -0
  763. package/__chunks__/chunk-J4QG2S3I.js +2 -0
  764. package/__chunks__/chunk-J5BMWYPB.js +2 -0
  765. package/__chunks__/chunk-J5VPSLFT.js +2 -0
  766. package/__chunks__/chunk-J7EDHOQI.js +2 -0
  767. package/__chunks__/chunk-J7PDFRRU.js +2 -0
  768. package/__chunks__/chunk-JA4ASD52.js +2 -0
  769. package/__chunks__/chunk-JCVK2XJG.js +3 -0
  770. package/__chunks__/chunk-JFHVXCRN.js +2 -0
  771. package/__chunks__/chunk-JG63PJZC.js +2 -0
  772. package/__chunks__/chunk-JGQO66G2.js +2 -0
  773. package/__chunks__/chunk-JGT2BEKM.js +2 -0
  774. package/__chunks__/chunk-JHKKNFGQ.js +2 -0
  775. package/__chunks__/chunk-JHNAKN3Z.js +2 -0
  776. package/__chunks__/chunk-JLLF4KSK.js +2 -0
  777. package/__chunks__/chunk-JPWJHWBH.js +2 -0
  778. package/__chunks__/chunk-JRAOAPR2.js +2 -0
  779. package/__chunks__/chunk-JS2KZCMT.js +2 -0
  780. package/__chunks__/chunk-JUG2DGB6.js +2 -0
  781. package/__chunks__/chunk-JUPI57N4.js +2 -0
  782. package/__chunks__/chunk-JUQY3BYW.js +2 -0
  783. package/__chunks__/chunk-JVEAGVYE.js +2 -0
  784. package/__chunks__/chunk-JX5IQL4I.js +4 -0
  785. package/__chunks__/chunk-JYDTPJBP.js +2 -0
  786. package/__chunks__/chunk-K2OJLAWW.js +2 -0
  787. package/__chunks__/chunk-K54J3SVA.js +2 -0
  788. package/__chunks__/chunk-K7NT3S2V.js +2 -0
  789. package/__chunks__/chunk-KAEKUDO2.js +2 -0
  790. package/__chunks__/chunk-KAPL5CUX.js +2 -0
  791. package/__chunks__/chunk-KAQRLHDY.js +2 -0
  792. package/__chunks__/chunk-KD3GSQCC.js +2 -0
  793. package/__chunks__/chunk-KEYJ5B2L.js +2 -0
  794. package/__chunks__/chunk-KG2MOKN2.js +2 -0
  795. package/__chunks__/chunk-KG562GBJ.js +2 -0
  796. package/__chunks__/chunk-KHBVXLPC.js +2 -0
  797. package/__chunks__/chunk-KKNMRWCR.js +2 -0
  798. package/__chunks__/chunk-KLMWECM3.js +2 -0
  799. package/__chunks__/chunk-KLR563VU.js +2 -0
  800. package/__chunks__/chunk-KNFOSUER.js +2 -0
  801. package/__chunks__/chunk-KOJTXY5U.js +2 -0
  802. package/__chunks__/chunk-KOPIC42W.js +2 -0
  803. package/__chunks__/chunk-KPQZUMYC.js +2 -0
  804. package/__chunks__/chunk-KPYXRJJ5.js +4 -0
  805. package/__chunks__/chunk-KR2MPMRH.js +2 -0
  806. package/__chunks__/chunk-KSGELGUP.js +2 -0
  807. package/__chunks__/chunk-KT3FOCOF.js +2 -0
  808. package/__chunks__/chunk-KTLVTFQI.js +2 -0
  809. package/__chunks__/chunk-KTVGCLUD.js +2697 -0
  810. package/__chunks__/chunk-KUGENURA.js +2 -0
  811. package/__chunks__/chunk-KVADACQ7.js +2 -0
  812. package/__chunks__/chunk-KVQJM6T5.js +2 -0
  813. package/__chunks__/chunk-KVYZG3RT.js +2 -0
  814. package/__chunks__/chunk-KXET6JQU.js +12 -0
  815. package/__chunks__/chunk-KXJY4LM3.js +2 -0
  816. package/__chunks__/chunk-KY6Y2HSP.js +2 -0
  817. package/__chunks__/chunk-KYOQUJLE.js +2 -0
  818. package/__chunks__/chunk-KYWWNAJM.js +2 -0
  819. package/__chunks__/chunk-L2QU4PD5.js +2 -0
  820. package/__chunks__/chunk-L5F5IPS2.js +2 -0
  821. package/__chunks__/chunk-LB4Y5WHG.js +2 -0
  822. package/__chunks__/chunk-LDRHU3OH.js +2 -0
  823. package/__chunks__/chunk-LE2E5HBW.js +2 -0
  824. package/__chunks__/chunk-LESRVBPG.js +2 -0
  825. package/__chunks__/chunk-LF4YCH5E.js +2 -0
  826. package/__chunks__/chunk-LGOP3NZJ.js +2 -0
  827. package/__chunks__/chunk-LI2IYYDQ.js +2 -0
  828. package/__chunks__/chunk-LIOD7HGA.js +2 -0
  829. package/__chunks__/chunk-LKOKJJLU.js +2 -0
  830. package/__chunks__/chunk-LN52TC2Z.js +2 -0
  831. package/__chunks__/chunk-LOKAE44F.js +2 -0
  832. package/__chunks__/chunk-LSGUURNM.js +2 -0
  833. package/__chunks__/chunk-LSHZC67U.js +2 -0
  834. package/__chunks__/chunk-LSKVZJAX.js +2 -0
  835. package/__chunks__/chunk-LVQWMQ2T.js +2 -0
  836. package/__chunks__/chunk-LXX6WMT6.js +4 -0
  837. package/__chunks__/chunk-LY34HO4P.js +2 -0
  838. package/__chunks__/chunk-LYA3S2SU.js +2 -0
  839. package/__chunks__/chunk-LYKV77DC.js +2 -0
  840. package/__chunks__/chunk-M3SZAX2P.js +41 -0
  841. package/__chunks__/chunk-M6AXY7O7.js +2 -0
  842. package/__chunks__/chunk-MAEQG7BG.js +2 -0
  843. package/__chunks__/chunk-MAIFC32D.js +2 -0
  844. package/__chunks__/chunk-MBH3544U.js +2 -0
  845. package/__chunks__/chunk-MCEGRXN6.js +2 -0
  846. package/__chunks__/chunk-MDEY3UKX.js +2 -0
  847. package/__chunks__/chunk-MFEMIMFK.js +2 -0
  848. package/__chunks__/chunk-MFTUNOYQ.js +2 -0
  849. package/__chunks__/chunk-MKCSZSMG.js +2 -0
  850. package/__chunks__/chunk-MLRDYOWS.js +2 -0
  851. package/__chunks__/chunk-MMKOBDIH.js +50 -0
  852. package/__chunks__/chunk-MOG5YJG4.js +2 -0
  853. package/__chunks__/chunk-MR6K6SRQ.js +2 -0
  854. package/__chunks__/chunk-MSEHW74S.js +2 -0
  855. package/__chunks__/chunk-MSL3G3S2.js +2 -0
  856. package/__chunks__/chunk-MU3BYWEH.js +4 -0
  857. package/__chunks__/chunk-MUDWZV6W.js +2 -0
  858. package/__chunks__/chunk-MUMKCVGK.js +5 -0
  859. package/__chunks__/chunk-MW5CFECE.js +2 -0
  860. package/__chunks__/chunk-MX4JDXRF.js +2 -0
  861. package/__chunks__/chunk-MZA5D5PL.js +2 -0
  862. package/__chunks__/chunk-MZD3H4B5.js +2 -0
  863. package/__chunks__/chunk-MZQQHWMU.js +2 -0
  864. package/__chunks__/chunk-N24GSWEX.js +2 -0
  865. package/__chunks__/chunk-N3EBL7XI.js +2 -0
  866. package/__chunks__/chunk-N5IFUYXT.js +2 -0
  867. package/__chunks__/chunk-N5LRF3RN.js +2 -0
  868. package/__chunks__/chunk-N7VRRUZW.js +2 -0
  869. package/__chunks__/chunk-N7ZM2HYB.js +2 -0
  870. package/__chunks__/chunk-NFJ4EBCL.js +2 -0
  871. package/__chunks__/chunk-NG34DDMD.js +2 -0
  872. package/__chunks__/chunk-NIEYWIEH.js +2 -0
  873. package/__chunks__/chunk-NIGD2MXO.js +2 -0
  874. package/__chunks__/chunk-NILVTFPJ.js +2 -0
  875. package/__chunks__/chunk-NIX3Y53D.js +2 -0
  876. package/__chunks__/chunk-NKRS2QU5.js +2 -0
  877. package/__chunks__/chunk-NLI7TY5X.js +2 -0
  878. package/__chunks__/chunk-NN3366Y2.js +2 -0
  879. package/__chunks__/chunk-NNASYVCX.js +2 -0
  880. package/__chunks__/chunk-NNDRKDR2.js +2 -0
  881. package/__chunks__/chunk-NOJ6I3XW.js +4 -0
  882. package/__chunks__/chunk-NPVGWHRE.js +2 -0
  883. package/__chunks__/chunk-NQKFOL4N.js +2 -0
  884. package/__chunks__/chunk-NSC7H5CR.js +2 -0
  885. package/__chunks__/chunk-NSJIPT65.js +2 -0
  886. package/__chunks__/chunk-NVMQYRR7.js +2 -0
  887. package/__chunks__/chunk-NWWS2WZW.js +2 -0
  888. package/__chunks__/chunk-O3TSNIDN.js +2 -0
  889. package/__chunks__/chunk-O4YR3AF5.js +2 -0
  890. package/__chunks__/chunk-O64UIURO.js +122 -0
  891. package/__chunks__/chunk-O7MMH2A3.js +2 -0
  892. package/__chunks__/chunk-O7QPMKRJ.js +2 -0
  893. package/__chunks__/chunk-O7TRATTW.js +2 -0
  894. package/__chunks__/chunk-O7WJZJNU.js +2 -0
  895. package/__chunks__/chunk-OAKBM2P2.js +2 -0
  896. package/__chunks__/chunk-OB5SKQCY.js +2 -0
  897. package/__chunks__/chunk-OGU6KRRY.js +2 -0
  898. package/__chunks__/chunk-OHGPINSY.js +2 -0
  899. package/__chunks__/chunk-OMHUXYEO.js +23 -0
  900. package/__chunks__/chunk-ONVWAC2E.js +2 -0
  901. package/__chunks__/chunk-OQVQJY6O.js +2 -0
  902. package/__chunks__/chunk-OREZVH44.js +2 -0
  903. package/__chunks__/chunk-OUI35NDI.js +2 -0
  904. package/__chunks__/chunk-OUJMPM2U.js +2 -0
  905. package/__chunks__/chunk-OWCQY7DT.js +2 -0
  906. package/__chunks__/chunk-OXLWN6SM.js +2 -0
  907. package/__chunks__/chunk-OYOESLUD.js +2 -0
  908. package/__chunks__/chunk-OYSDULAT.js +2 -0
  909. package/__chunks__/chunk-OZZEPSP5.js +12 -0
  910. package/__chunks__/chunk-P2XQDY5T.js +2 -0
  911. package/__chunks__/chunk-P424AVEC.js +2 -0
  912. package/__chunks__/chunk-P442QALE.js +2 -0
  913. package/__chunks__/chunk-P56DYYQV.js +2 -0
  914. package/__chunks__/chunk-P5VV7LLO.js +2 -0
  915. package/__chunks__/chunk-P5Y36Z5M.js +2 -0
  916. package/__chunks__/chunk-P6ME47NP.js +2 -0
  917. package/__chunks__/chunk-P6O7K73X.js +2 -0
  918. package/__chunks__/chunk-P7LR6L5M.js +2 -0
  919. package/__chunks__/chunk-PAEB6FXV.js +2 -0
  920. package/__chunks__/chunk-PBSFUQZR.js +2 -0
  921. package/__chunks__/chunk-PCPM2SIF.js +2 -0
  922. package/__chunks__/chunk-PEBGF6YE.js +2 -0
  923. package/__chunks__/chunk-PEMIIG34.js +2 -0
  924. package/__chunks__/chunk-PHM6E74T.js +2 -0
  925. package/__chunks__/chunk-PJFR5J3G.js +2 -0
  926. package/__chunks__/chunk-PJHQEZCM.js +2 -0
  927. package/__chunks__/chunk-PKXJ335P.js +2 -0
  928. package/__chunks__/chunk-PL7JLATV.js +2 -0
  929. package/__chunks__/chunk-PM4DXL56.js +2 -0
  930. package/__chunks__/chunk-PM67HC22.js +2 -0
  931. package/__chunks__/chunk-PMGJLGEU.js +2 -0
  932. package/__chunks__/chunk-POCMV5ED.js +2 -0
  933. package/__chunks__/chunk-PRBP6TMU.js +2 -0
  934. package/__chunks__/chunk-PSQSJ444.js +2 -0
  935. package/__chunks__/chunk-PTAPBRQZ.js +2 -0
  936. package/__chunks__/chunk-PVIICAIQ.js +2 -0
  937. package/__chunks__/chunk-PVNB3SRH.js +2 -0
  938. package/__chunks__/chunk-PVRI3YMI.js +2 -0
  939. package/__chunks__/chunk-PWE3P23W.js +2 -0
  940. package/__chunks__/chunk-PX2U7LU3.js +2 -0
  941. package/__chunks__/chunk-PYQSQFRV.js +2 -0
  942. package/__chunks__/chunk-PZ76TQNL.js +2 -0
  943. package/__chunks__/chunk-Q3WWKR2X.js +2 -0
  944. package/__chunks__/chunk-Q46TVV4C.js +2 -0
  945. package/__chunks__/chunk-Q5AIMNXJ.js +2 -0
  946. package/__chunks__/chunk-Q6JVIJYE.js +2 -0
  947. package/__chunks__/chunk-QATDIOTT.js +2 -0
  948. package/__chunks__/chunk-QC6JRCCN.js +2 -0
  949. package/__chunks__/chunk-QCDIZAQ5.js +2 -0
  950. package/__chunks__/chunk-QDC2IFF4.js +2 -0
  951. package/__chunks__/chunk-QDF6OCDR.js +2 -0
  952. package/__chunks__/chunk-QE66Q7GT.js +2 -0
  953. package/__chunks__/chunk-QFMI4E7X.js +2 -0
  954. package/__chunks__/chunk-QIVHRYMO.js +2 -0
  955. package/__chunks__/chunk-QIW3F5I6.js +2 -0
  956. package/__chunks__/chunk-QLQQ2JR7.js +2 -0
  957. package/__chunks__/chunk-QOSG6R6R.js +2 -0
  958. package/__chunks__/chunk-QP5L6JIE.js +2 -0
  959. package/__chunks__/chunk-QTFRUSS3.js +2 -0
  960. package/__chunks__/chunk-QURYVBPO.js +4 -0
  961. package/__chunks__/chunk-QXLVD36D.js +2 -0
  962. package/__chunks__/chunk-QYEKN46N.js +2 -0
  963. package/__chunks__/chunk-QZO7M5ZT.js +2 -0
  964. package/__chunks__/chunk-R5L2QIPY.js +2 -0
  965. package/__chunks__/chunk-R6NJRSW5.js +37 -0
  966. package/__chunks__/chunk-R7HUU4CJ.js +2 -0
  967. package/__chunks__/chunk-RAE4OFH3.js +2 -0
  968. package/__chunks__/chunk-RBA2MLRV.js +2 -0
  969. package/__chunks__/chunk-RBIZGQTO.js +2 -0
  970. package/__chunks__/chunk-RCLSC5E7.js +4 -0
  971. package/__chunks__/chunk-RCTXRAF3.js +2 -0
  972. package/__chunks__/chunk-REAU3TYU.js +2 -0
  973. package/__chunks__/chunk-RGCOQNFX.js +2 -0
  974. package/__chunks__/chunk-RGFAVYF7.js +2 -0
  975. package/__chunks__/chunk-RGIYMWYQ.js +2 -0
  976. package/__chunks__/chunk-RIAXFI2J.js +2 -0
  977. package/__chunks__/chunk-RJ7IYEUH.js +2 -0
  978. package/__chunks__/chunk-RKY6WDYV.js +2 -0
  979. package/__chunks__/chunk-RLR3OPFC.js +2 -0
  980. package/__chunks__/chunk-RNP424V7.js +25 -0
  981. package/__chunks__/chunk-RPJ7BRW5.js +2 -0
  982. package/__chunks__/chunk-RPS6VEWJ.js +2 -0
  983. package/__chunks__/chunk-RRLO6GHB.js +2 -0
  984. package/__chunks__/chunk-RRZLG2BB.js +2 -0
  985. package/__chunks__/chunk-RSQKJTKY.js +2 -0
  986. package/__chunks__/chunk-RTCAQ2UD.js +2 -0
  987. package/__chunks__/chunk-RVSE32VZ.js +46 -0
  988. package/__chunks__/chunk-RX2POYS3.js +2 -0
  989. package/__chunks__/chunk-RXXDQ6U2.js +2 -0
  990. package/__chunks__/chunk-S2HPQPHW.js +2 -0
  991. package/__chunks__/chunk-S4UQ5TSO.js +2 -0
  992. package/__chunks__/chunk-S5FLNBIE.js +2 -0
  993. package/__chunks__/chunk-S66HEGRB.js +2 -0
  994. package/__chunks__/chunk-SA2UHOEQ.js +2 -0
  995. package/__chunks__/chunk-SDPYJXYE.js +2 -0
  996. package/__chunks__/chunk-SF7LOMBJ.js +2 -0
  997. package/__chunks__/chunk-SFDFKR2B.js +2 -0
  998. package/__chunks__/chunk-SFPFWCAU.js +2 -0
  999. package/__chunks__/chunk-SIWAH3JJ.js +2 -0
  1000. package/__chunks__/chunk-SO4PHBFT.js +2 -0
  1001. package/__chunks__/chunk-SPK27P3G.js +2 -0
  1002. package/__chunks__/chunk-SRFM7KCL.js +34 -0
  1003. package/__chunks__/chunk-SS6URUFX.js +2 -0
  1004. package/__chunks__/chunk-SSDINMFH.js +2 -0
  1005. package/__chunks__/chunk-SWAQZSBD.js +2 -0
  1006. package/__chunks__/chunk-SWB66NXK.js +2 -0
  1007. package/__chunks__/chunk-SX7LLKUO.js +2 -0
  1008. package/__chunks__/chunk-SZBOIFW5.js +2 -0
  1009. package/__chunks__/chunk-T4CXJSLV.js +32 -0
  1010. package/__chunks__/chunk-T4D2P2EU.js +2 -0
  1011. package/__chunks__/chunk-T536JWGZ.js +2 -0
  1012. package/__chunks__/chunk-T7ZQU5BC.js +2 -0
  1013. package/__chunks__/chunk-TF6GJCYL.js +68 -0
  1014. package/__chunks__/chunk-TG4EYEIJ.js +2 -0
  1015. package/__chunks__/chunk-THJXGYFQ.js +2 -0
  1016. package/__chunks__/chunk-TIJGXFSX.js +2 -0
  1017. package/__chunks__/chunk-TJR2A22P.js +2 -0
  1018. package/__chunks__/chunk-TK3KUN3X.js +2 -0
  1019. package/__chunks__/chunk-TL3OMNX7.js +2 -0
  1020. package/__chunks__/chunk-TMJ7RQC2.js +2 -0
  1021. package/__chunks__/chunk-TNSSWSBG.js +2 -0
  1022. package/__chunks__/chunk-TPQDO4LL.js +2 -0
  1023. package/__chunks__/chunk-TQG6VF6P.js +2 -0
  1024. package/__chunks__/chunk-TQZBISCN.js +2 -0
  1025. package/__chunks__/chunk-TRBPYVNW.js +2 -0
  1026. package/__chunks__/chunk-TSS6OIDL.js +2 -0
  1027. package/__chunks__/chunk-TUUWHPLI.js +2 -0
  1028. package/__chunks__/chunk-TW7BW73X.js +2 -0
  1029. package/__chunks__/chunk-TWENIFKO.js +2 -0
  1030. package/__chunks__/chunk-TZXZ7CJO.js +2 -0
  1031. package/__chunks__/chunk-U2XQNGND.js +101 -0
  1032. package/__chunks__/chunk-U2ZZPG4Z.js +2 -0
  1033. package/__chunks__/chunk-U3IDHHXH.js +2 -0
  1034. package/__chunks__/chunk-U4SB3NMP.js +2 -0
  1035. package/__chunks__/chunk-U5O7LCCK.js +2 -0
  1036. package/__chunks__/chunk-U6BRYL7W.js +2 -0
  1037. package/__chunks__/chunk-U6VYAG7P.js +2 -0
  1038. package/__chunks__/chunk-UBWRDOIX.js +2 -0
  1039. package/__chunks__/chunk-UDLAURJU.js +2 -0
  1040. package/__chunks__/chunk-UEG3CFPN.js +2 -0
  1041. package/__chunks__/chunk-UFOR33C6.js +2 -0
  1042. package/__chunks__/chunk-UGNNL4SG.js +2 -0
  1043. package/__chunks__/chunk-UKQHQJR6.js +2 -0
  1044. package/__chunks__/chunk-UNZ65MHM.js +2 -0
  1045. package/__chunks__/chunk-UOL6UQR3.js +2 -0
  1046. package/__chunks__/chunk-UOUZ4ZJV.js +2 -0
  1047. package/__chunks__/chunk-UQDI6ORX.js +2 -0
  1048. package/__chunks__/chunk-URVJQZAN.js +2 -0
  1049. package/__chunks__/chunk-USZMORED.js +2 -0
  1050. package/__chunks__/chunk-UTBQEWE4.js +2 -0
  1051. package/__chunks__/chunk-UTHVVMQB.js +2 -0
  1052. package/__chunks__/chunk-UUSRZY52.js +2 -0
  1053. package/__chunks__/chunk-UUYYSRRW.js +2 -0
  1054. package/__chunks__/chunk-UVMVGFEW.js +4 -0
  1055. package/__chunks__/chunk-UXXBW5AI.js +2 -0
  1056. package/__chunks__/chunk-UYI645JL.js +150 -0
  1057. package/__chunks__/chunk-V2MANEJG.js +2 -0
  1058. package/__chunks__/chunk-V47WIEGW.js +2 -0
  1059. package/__chunks__/chunk-VB73HGDX.js +2 -0
  1060. package/__chunks__/chunk-VCKN2AXC.js +2 -0
  1061. package/__chunks__/chunk-VEHHSLFZ.js +2 -0
  1062. package/__chunks__/chunk-VFR5RYGT.js +2 -0
  1063. package/__chunks__/chunk-VMIEG7PL.js +34 -0
  1064. package/__chunks__/chunk-VMJW3JPB.js +2 -0
  1065. package/__chunks__/chunk-VMMSYGDP.js +2 -0
  1066. package/__chunks__/chunk-VPAIMHUL.js +2 -0
  1067. package/__chunks__/chunk-VQBWEEGR.js +2 -0
  1068. package/__chunks__/chunk-VQDG36WS.js +2 -0
  1069. package/__chunks__/chunk-VSU4SOKX.js +2 -0
  1070. package/__chunks__/chunk-VTJ77Y7J.js +2 -0
  1071. package/__chunks__/chunk-VUUFGLB5.js +2 -0
  1072. package/__chunks__/chunk-VXOADWU5.js +2 -0
  1073. package/__chunks__/chunk-VYJD4NHQ.js +2 -0
  1074. package/__chunks__/chunk-VZ557ZVH.js +2 -0
  1075. package/__chunks__/chunk-W3O62UFF.js +2 -0
  1076. package/__chunks__/chunk-W5X4PHOX.js +2 -0
  1077. package/__chunks__/chunk-W5ZEBUWX.js +2 -0
  1078. package/__chunks__/chunk-W7KQXFQR.js +2 -0
  1079. package/__chunks__/chunk-WDAKDZH6.js +2 -0
  1080. package/__chunks__/chunk-WGCPODXR.js +2 -0
  1081. package/__chunks__/chunk-WGDNQN56.js +2 -0
  1082. package/__chunks__/chunk-WGKZD6MA.js +2 -0
  1083. package/__chunks__/chunk-WHZJNP3S.js +2 -0
  1084. package/__chunks__/chunk-WI5DFLYT.js +2 -0
  1085. package/__chunks__/chunk-WJNRY5QF.js +2 -0
  1086. package/__chunks__/chunk-WKGWBGEU.js +2 -0
  1087. package/__chunks__/chunk-WLDEEVDY.js +2 -0
  1088. package/__chunks__/chunk-WLZ2KR5Y.js +2 -0
  1089. package/__chunks__/chunk-WMHZ5234.js +2 -0
  1090. package/__chunks__/chunk-WNEYUSQC.js +2 -0
  1091. package/__chunks__/chunk-WPFUQ6HN.js +2 -0
  1092. package/__chunks__/chunk-WPV7TWOE.js +2 -0
  1093. package/__chunks__/chunk-WQJLP4DE.js +2 -0
  1094. package/__chunks__/chunk-WQW7VAJM.js +2 -0
  1095. package/__chunks__/chunk-WROCDBAR.js +2 -0
  1096. package/__chunks__/chunk-WSN32YUV.js +2 -0
  1097. package/__chunks__/chunk-WSNQCPVF.js +2 -0
  1098. package/__chunks__/chunk-WWPXYZMM.js +2 -0
  1099. package/__chunks__/chunk-WYCW2PT6.js +2 -0
  1100. package/__chunks__/chunk-WYQHWQRA.js +2 -0
  1101. package/__chunks__/chunk-X7KN4CRO.js +2 -0
  1102. package/__chunks__/chunk-XDXFAN7R.js +2 -0
  1103. package/__chunks__/chunk-XFHAYWEB.js +2 -0
  1104. package/__chunks__/chunk-XI3TRI7U.js +2 -0
  1105. package/__chunks__/chunk-XIRSIJXF.js +2 -0
  1106. package/__chunks__/chunk-XLTJGZYJ.js +4 -0
  1107. package/__chunks__/chunk-XNCOY4CV.js +2 -0
  1108. package/__chunks__/chunk-XNSVRLN3.js +2 -0
  1109. package/__chunks__/chunk-XNZ4HTGD.js +2 -0
  1110. package/__chunks__/chunk-XPUEZZMG.js +4 -0
  1111. package/__chunks__/chunk-XPUH4KZG.js +2 -0
  1112. package/__chunks__/chunk-XQ2GNPK3.js +2 -0
  1113. package/__chunks__/chunk-XQBU35PV.js +2 -0
  1114. package/__chunks__/chunk-XRD7S3GT.js +2 -0
  1115. package/__chunks__/chunk-XTH4H3QT.js +2 -0
  1116. package/__chunks__/chunk-XTMXXGAH.js +2 -0
  1117. package/__chunks__/chunk-XU7UROEW.js +2 -0
  1118. package/__chunks__/chunk-XYFHLBCY.js +12 -0
  1119. package/__chunks__/chunk-XZPIJ3UN.js +2 -0
  1120. package/__chunks__/chunk-Y2F55UA2.js +2 -0
  1121. package/__chunks__/chunk-Y2JMMALW.js +2 -0
  1122. package/__chunks__/chunk-Y5T5LOPY.js +2 -0
  1123. package/__chunks__/chunk-YAIUOHLB.js +2 -0
  1124. package/__chunks__/chunk-YBYH6WE4.js +2 -0
  1125. package/__chunks__/chunk-YCXNRFN2.js +2 -0
  1126. package/__chunks__/chunk-YDE7CYYC.js +2 -0
  1127. package/__chunks__/chunk-YDRBACLK.js +2 -0
  1128. package/__chunks__/chunk-YDSWNTEV.js +2 -0
  1129. package/__chunks__/chunk-YFCCFQZR.js +2 -0
  1130. package/__chunks__/chunk-YGFXQ725.js +2 -0
  1131. package/__chunks__/chunk-YGJLI2SB.js +107 -0
  1132. package/__chunks__/chunk-YJENN4MN.js +2 -0
  1133. package/__chunks__/chunk-YLJSIICJ.js +34 -0
  1134. package/__chunks__/chunk-YOJPJ56A.js +2 -0
  1135. package/__chunks__/chunk-YQNKBIH4.js +2 -0
  1136. package/__chunks__/chunk-YQYLTVAO.js +2 -0
  1137. package/__chunks__/chunk-YQZFJH6S.js +2 -0
  1138. package/__chunks__/chunk-YRAES5GD.js +2 -0
  1139. package/__chunks__/chunk-YRV5JUU3.js +2 -0
  1140. package/__chunks__/chunk-YS54H7SC.js +2 -0
  1141. package/__chunks__/chunk-YSG4XHW7.js +2 -0
  1142. package/__chunks__/chunk-YYDMMXWY.js +2 -0
  1143. package/__chunks__/chunk-YYYIGZL4.js +2 -0
  1144. package/__chunks__/chunk-YZFFSWXW.js +2 -0
  1145. package/__chunks__/chunk-Z3EG4IIE.js +2 -0
  1146. package/__chunks__/chunk-Z3SMPOWU.js +2 -0
  1147. package/__chunks__/chunk-Z42XH2I7.js +2 -0
  1148. package/__chunks__/chunk-Z4H275ML.js +2 -0
  1149. package/__chunks__/chunk-Z6V4EU73.js +2 -0
  1150. package/__chunks__/chunk-ZAE2D3CF.js +2 -0
  1151. package/__chunks__/chunk-ZCMPFU65.js +2 -0
  1152. package/__chunks__/chunk-ZDBJFNZW.js +2 -0
  1153. package/__chunks__/chunk-ZDE4QW57.js +2 -0
  1154. package/__chunks__/chunk-ZDTE7YK4.js +2 -0
  1155. package/__chunks__/chunk-ZGVBWQQC.js +2 -0
  1156. package/__chunks__/chunk-ZJNYNGSQ.js +2 -0
  1157. package/__chunks__/chunk-ZKLCDN4Y.js +2 -0
  1158. package/__chunks__/chunk-ZLFZ6BUC.js +2 -0
  1159. package/__chunks__/chunk-ZOVNEKFA.js +2 -0
  1160. package/__chunks__/chunk-ZR7ZLVEK.js +2 -0
  1161. package/__chunks__/chunk-ZUDZZXKY.js +2 -0
  1162. package/__chunks__/chunk-ZUUUL265.js +2 -0
  1163. package/__chunks__/chunk-ZW66LOMO.js +2 -0
  1164. package/__chunks__/chunk-ZYGOPV45.js +2 -0
  1165. package/__chunks__/chunk-ZYM5W27H.js +2 -0
  1166. package/__chunks__/chunk-ZZDXWIXL.js +2 -0
  1167. package/__chunks__/chunk-ZZWPVQR2.js +2 -0
  1168. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  1169. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  1170. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  1171. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  1172. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  1173. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  1174. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  1175. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  1176. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  1177. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  1178. package/__commonjs/UI/index.js +1 -1
  1179. package/__commonjs/__mocks__/index.js +2 -2
  1180. package/__commonjs/__mocks__/utils/index.js +3 -3
  1181. package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
  1182. package/__commonjs/hooks/index.js +1 -1
  1183. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  1184. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  1185. package/__commonjs/hooks/transactions/index.js +1 -1
  1186. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  1187. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  1188. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  1189. package/__commonjs/providers/webviewProvider/ExperimentalWebviewProvider.d.ts +2 -9
  1190. package/__commonjs/providers/webviewProvider/ExperimentalWebviewProvider.js +1 -1
  1191. package/__commonjs/utils/index.js +1 -1
  1192. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  1193. package/__commonjs/utils/transactions/index.js +1 -1
  1194. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  1195. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  1196. package/__commonjs/wrappers/index.js +2 -2
  1197. package/__mocks__/accountConfig.js +1 -1
  1198. package/__mocks__/data/account.js +1 -1
  1199. package/__mocks__/data/blocks.js +1 -1
  1200. package/__mocks__/data/dappConfig.js +1 -1
  1201. package/__mocks__/data/index.js +1 -1
  1202. package/__mocks__/data/networkConfig.js +1 -1
  1203. package/__mocks__/data/socketResponse.js +1 -1
  1204. package/__mocks__/data/websocketConfig.js +1 -1
  1205. package/__mocks__/index.js +1 -1
  1206. package/__mocks__/packages/createSubscription.js +1 -1
  1207. package/__mocks__/packages/index.js +1 -1
  1208. package/__mocks__/server.js +1 -1
  1209. package/__mocks__/utils/index.js +1 -1
  1210. package/__mocks__/utils/mockWindowHistory.js +1 -1
  1211. package/__mocks__/utils/mockWindowLocation.js +1 -1
  1212. package/__mocks__/utils/renderWithProvider.js +1 -1
  1213. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  1214. package/apiCalls/accounts/index.js +1 -1
  1215. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  1216. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  1217. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  1218. package/apiCalls/configuration/getServerConfiguration.js +1 -1
  1219. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  1220. package/apiCalls/configuration/index.js +1 -1
  1221. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  1222. package/apiCalls/economics/index.js +1 -1
  1223. package/apiCalls/endpoints.js +1 -1
  1224. package/apiCalls/getScamAddressData.js +1 -1
  1225. package/apiCalls/index.js +1 -1
  1226. package/apiCalls/transactions/getTransaction.js +1 -1
  1227. package/apiCalls/transactions/getTransactions.js +1 -1
  1228. package/apiCalls/transactions/getTransactions.types.js +1 -1
  1229. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  1230. package/apiCalls/transactions/getTransactionsCount.js +1 -1
  1231. package/apiCalls/transactions/helpers.js +1 -1
  1232. package/apiCalls/transactions/index.js +1 -1
  1233. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  1234. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  1235. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  1236. package/apiCalls/utils/index.js +1 -1
  1237. package/assets/sass/main.js +1 -1
  1238. package/assets/sass/mixins/hover.js +1 -1
  1239. package/assets/sass/mixins/textTruncate.js +1 -1
  1240. package/assets/sass/modules/data/data.js +1 -1
  1241. package/assets/sass/modules/icons/iconState.js +1 -1
  1242. package/assets/sass/modules/icons/sideIcon.js +1 -1
  1243. package/assets/sass/modules/links/links.js +1 -1
  1244. package/assets/sass/modules/progress-steps/progressSteps.js +1 -1
  1245. package/assets/sass/modules/toast-messages/toastMessages.js +1 -1
  1246. package/assets/sass/themes/background.js +1 -1
  1247. package/assets/sass/themes/badge.js +1 -1
  1248. package/assets/sass/themes/border.js +1 -1
  1249. package/assets/sass/themes/button.js +1 -1
  1250. package/assets/sass/themes/card.js +1 -1
  1251. package/assets/sass/themes/display.js +1 -1
  1252. package/assets/sass/themes/flex.js +1 -1
  1253. package/assets/sass/themes/font.js +1 -1
  1254. package/assets/sass/themes/form.js +1 -1
  1255. package/assets/sass/themes/grid.js +1 -1
  1256. package/assets/sass/themes/icons.js +1 -1
  1257. package/assets/sass/themes/position.js +1 -1
  1258. package/assets/sass/themes/shadows.js +1 -1
  1259. package/assets/sass/themes/size.js +1 -1
  1260. package/assets/sass/themes/spacing.js +1 -1
  1261. package/assets/sass/themes/table.js +1 -1
  1262. package/assets/sass/themes/text.js +1 -1
  1263. package/assets/sass/themes/theme.js +1 -1
  1264. package/assets/sass/themes/type.js +1 -1
  1265. package/assets/sass/variables/variables.js +1 -1
  1266. package/components/BatchTransactionsSender/BatchTransactionsSender.js +1 -1
  1267. package/components/LogoutListener/LogoutListener.js +1 -1
  1268. package/components/LogoutListener/helpers/index.js +1 -1
  1269. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  1270. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  1271. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.js +1 -1
  1272. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.js +1 -1
  1273. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  1274. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  1275. package/components/LogoutListener/index.js +1 -1
  1276. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  1277. package/components/ProviderInitializer/helpers/getCrossWindowProvider.js +1 -1
  1278. package/components/ProviderInitializer/helpers/getExtensionProvider.js +1 -1
  1279. package/components/ProviderInitializer/helpers/getOperaProvider.js +1 -1
  1280. package/components/ProviderInitializer/helpers/index.js +1 -1
  1281. package/components/ProviderInitializer/hooks/index.js +1 -1
  1282. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  1283. package/components/ProviderInitializer/index.js +1 -1
  1284. package/components/TransactionSender/TransactionSender.js +1 -1
  1285. package/components/TransactionSender/index.js +1 -1
  1286. package/components/TransactionSender/types/transactionSender.types.js +1 -1
  1287. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  1288. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  1289. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  1290. package/components/TransactionStatusToast/StatusIcon.js +1 -1
  1291. package/components/TransactionStatusToast/StatusMessageComponent.js +1 -1
  1292. package/components/TransactionStatusToast/transactionStatusToast.types.js +1 -1
  1293. package/components/TransactionStatusToast/transactionStatusToastStyles.js +1 -1
  1294. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  1295. package/components/TransactionsTracker/index.js +1 -1
  1296. package/constants/dataTestIds.enum.js +1 -1
  1297. package/constants/errorsMessages.js +1 -1
  1298. package/constants/extension.constants.js +1 -1
  1299. package/constants/guardianActions.enum.js +1 -1
  1300. package/constants/index.js +1 -1
  1301. package/constants/ledger.constants.js +1 -1
  1302. package/constants/ledgerErrorCodes.js +1 -1
  1303. package/constants/mnemonicWords.js +1 -1
  1304. package/constants/network.js +1 -1
  1305. package/constants/transactionStatus.js +1 -1
  1306. package/constants/web-wallet.constants.js +1 -1
  1307. package/global.d.js +1 -1
  1308. package/hocs/useStyles.js +1 -1
  1309. package/hocs/withStyles.js +1 -1
  1310. package/hooks/account/helpers/index.js +1 -1
  1311. package/hooks/account/helpers/trimUsernameDomain.js +1 -1
  1312. package/hooks/account/index.js +1 -1
  1313. package/hooks/account/useGetAccount.js +1 -1
  1314. package/hooks/account/useGetAccountFromApi.js +1 -1
  1315. package/hooks/account/useGetAccountInfo.js +1 -1
  1316. package/hooks/account/useGetAccountProvider.js +1 -1
  1317. package/hooks/account/useGetIsLoggedIn.js +1 -1
  1318. package/hooks/account/useGetLoginInfo.js +1 -1
  1319. package/hooks/account/useGetWebsocketEvent.js +1 -1
  1320. package/hooks/economics/index.js +1 -1
  1321. package/hooks/economics/useGetEgldPrice.js +1 -1
  1322. package/hooks/index.js +1 -1
  1323. package/hooks/login/index.js +1 -1
  1324. package/hooks/login/useAddressScreens.js +1 -1
  1325. package/hooks/login/useCrossWindowLogin.js +1 -1
  1326. package/hooks/login/useExtensionLogin.js +1 -1
  1327. package/hooks/login/useGetModalLoginMethods.js +1 -1
  1328. package/hooks/login/useLedgerLogin.js +1 -1
  1329. package/hooks/login/useLoginService.js +1 -1
  1330. package/hooks/login/useOperaLogin.js +1 -1
  1331. package/hooks/login/useWalletConnectV2Login.js +1 -1
  1332. package/hooks/login/useWebViewLogin.js +1 -1
  1333. package/hooks/login/useWebWalletLogin.js +1 -1
  1334. package/hooks/login/useXaliasLogin.js +1 -1
  1335. package/hooks/signMessage/getVerifier.js +1 -1
  1336. package/hooks/signMessage/index.js +1 -1
  1337. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  1338. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  1339. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  1340. package/hooks/signMessage/useSignMessage.js +1 -1
  1341. package/hooks/signMessage/verifyMessage.js +1 -1
  1342. package/hooks/toasts/index.js +1 -1
  1343. package/hooks/toasts/useGetToasts.js +1 -1
  1344. package/hooks/toasts/useTransactionsToasts.js +1 -1
  1345. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  1346. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  1347. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  1348. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  1349. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  1350. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  1351. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  1352. package/hooks/transactions/batch/useGetBatches.js +1 -1
  1353. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  1354. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  1355. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  1356. package/hooks/transactions/helpers/checkIsValidSender.js +1 -1
  1357. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  1358. package/hooks/transactions/helpers/computeTransactionsNonce.js +1 -1
  1359. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  1360. package/hooks/transactions/helpers/getAreAllTransactionsSignedByGuardian.js +1 -1
  1361. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  1362. package/hooks/transactions/helpers/index.js +1 -1
  1363. package/hooks/transactions/helpers/timestampIsOlderThan.js +1 -1
  1364. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  1365. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  1366. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  1367. package/hooks/transactions/index.js +1 -1
  1368. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  1369. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  1370. package/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +1 -1
  1371. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  1372. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  1373. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  1374. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  1375. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  1376. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  1377. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  1378. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  1379. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  1380. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  1381. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  1382. package/hooks/transactions/useGetTokenDetails.js +1 -1
  1383. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  1384. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  1385. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  1386. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  1387. package/hooks/transactions/useSignTransactions.js +1 -1
  1388. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  1389. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  1390. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  1391. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  1392. package/hooks/transactions/useTransactionsTracker.js +1 -1
  1393. package/hooks/useClosureRef.js +1 -1
  1394. package/hooks/useDebounce.js +1 -1
  1395. package/hooks/useGetNetworkConfig.js +1 -1
  1396. package/hooks/useGetNotification.js +1 -1
  1397. package/hooks/useUpdateEffect.js +1 -1
  1398. package/hooks/websocketListener/index.js +1 -1
  1399. package/hooks/websocketListener/useGetWebsocketUrl.js +1 -1
  1400. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  1401. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  1402. package/hooks/websocketListener/websocketConnection.js +1 -1
  1403. package/models/TransactionParameter.js +1 -1
  1404. package/models/TransactionStatus.js +1 -1
  1405. package/models/index.js +1 -1
  1406. package/models/newTransaction.js +1 -1
  1407. package/package.json +2 -2
  1408. package/providers/accountProvider.js +1 -1
  1409. package/providers/index.js +1 -1
  1410. package/providers/utils.js +1 -1
  1411. package/providers/webviewProvider/ExperimentalWebviewProvider.d.ts +2 -9
  1412. package/providers/webviewProvider/ExperimentalWebviewProvider.js +1 -1
  1413. package/providers/webviewProvider/index.js +1 -1
  1414. package/providers/webviewProvider/requestMethods.js +1 -1
  1415. package/providers/webviewProvider/targetOrigin.js +1 -1
  1416. package/providers/webviewProvider/webviewProvider.js +1 -1
  1417. package/reduxStore/DappProviderContext.js +1 -1
  1418. package/reduxStore/commonActions.js +1 -1
  1419. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  1420. package/reduxStore/persistConfig.js +1 -1
  1421. package/reduxStore/persistReduxStore.js +1 -1
  1422. package/reduxStore/persistedRootReducer.js +1 -1
  1423. package/reduxStore/reducers.js +1 -1
  1424. package/reduxStore/reduxPersistIgnoredActions.js +1 -1
  1425. package/reduxStore/rootReducer.js +1 -1
  1426. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  1427. package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
  1428. package/reduxStore/selectors/dappConfigSelector.js +1 -1
  1429. package/reduxStore/selectors/helpers.js +1 -1
  1430. package/reduxStore/selectors/index.js +1 -1
  1431. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  1432. package/reduxStore/selectors/modalsSelectors.js +1 -1
  1433. package/reduxStore/selectors/networkConfigSelectors.js +1 -1
  1434. package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
  1435. package/reduxStore/selectors/toastsSelectors.js +1 -1
  1436. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  1437. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  1438. package/reduxStore/slices/accountInfoSlice.js +1 -1
  1439. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  1440. package/reduxStore/slices/dappConfigSlice.js +1 -1
  1441. package/reduxStore/slices/index.js +1 -1
  1442. package/reduxStore/slices/loginInfoSlice.js +1 -1
  1443. package/reduxStore/slices/modalsSlice.js +1 -1
  1444. package/reduxStore/slices/networkConfigSlice.js +1 -1
  1445. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  1446. package/reduxStore/slices/toastsSlice.js +1 -1
  1447. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  1448. package/reduxStore/slices/transactionsSlice.js +1 -1
  1449. package/reduxStore/store.js +1 -1
  1450. package/services/index.js +1 -1
  1451. package/services/nativeAuth/helpers/decodeLoginToken.js +1 -1
  1452. package/services/nativeAuth/helpers/decodeNativeAuthToken.js +1 -1
  1453. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  1454. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  1455. package/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
  1456. package/services/nativeAuth/helpers/index.js +1 -1
  1457. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  1458. package/services/nativeAuth/index.js +1 -1
  1459. package/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
  1460. package/services/nativeAuth/methods/getTokenExpiration.js +1 -1
  1461. package/services/nativeAuth/methods/index.js +1 -1
  1462. package/services/nativeAuth/nativeAuth.js +1 -1
  1463. package/services/transactions/clearTransactions.js +1 -1
  1464. package/services/transactions/computeTransactionNonce.js +1 -1
  1465. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  1466. package/services/transactions/getTransactionsDetails.js +1 -1
  1467. package/services/transactions/index.js +1 -1
  1468. package/services/transactions/isCrossShardTransaction.js +1 -1
  1469. package/services/transactions/sendBatchTransactions.js +1 -1
  1470. package/services/transactions/sendBatchTransactions.test.js +1 -1
  1471. package/services/transactions/sendTransactions.js +1 -1
  1472. package/services/transactions/signTransactions.js +1 -1
  1473. package/services/transactions/transformAndSignTransactions.js +1 -1
  1474. package/services/transactions/updateSignedTransactions.js +1 -1
  1475. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  1476. package/services/transactions/utils.js +1 -1
  1477. package/storage/local.js +1 -1
  1478. package/types/account.types.js +1 -1
  1479. package/types/crossWindowProvider.types.js +1 -1
  1480. package/types/dappConfig.types.js +1 -1
  1481. package/types/dappProvider.types.js +1 -1
  1482. package/types/enums.types.js +1 -1
  1483. package/types/index.js +1 -1
  1484. package/types/login.types.js +1 -1
  1485. package/types/network.types.js +1 -1
  1486. package/types/reducers.types.js +1 -1
  1487. package/types/serverTransactions.types.js +1 -1
  1488. package/types/signedMessage.types.js +1 -1
  1489. package/types/suspiciousLink.js +1 -1
  1490. package/types/toasts.types.js +1 -1
  1491. package/types/tokens.types.js +1 -1
  1492. package/types/transactions.types.js +1 -1
  1493. package/types/transactionsTracker.types.js +1 -1
  1494. package/typings.d.js +1 -1
  1495. package/utils/account/addressIsValid.js +1 -1
  1496. package/utils/account/getAccount.js +1 -1
  1497. package/utils/account/getAccountBalance.js +1 -1
  1498. package/utils/account/getAccountProviderType.js +1 -1
  1499. package/utils/account/getAccountShard.js +1 -1
  1500. package/utils/account/getAddress.js +1 -1
  1501. package/utils/account/getIsProviderEqualTo.js +1 -1
  1502. package/utils/account/getLatestNonce.js +1 -1
  1503. package/utils/account/getSearchParamAddress.js +1 -1
  1504. package/utils/account/getShardOfAddress.js +1 -1
  1505. package/utils/account/getWebviewPlatform.js +1 -1
  1506. package/utils/account/getWebviewToken.js +1 -1
  1507. package/utils/account/index.js +1 -1
  1508. package/utils/account/loginWithExternalProvider.js +1 -1
  1509. package/utils/account/refreshAccount.js +1 -1
  1510. package/utils/account/setNonce.js +1 -1
  1511. package/utils/account/signMessage.js +1 -1
  1512. package/utils/asyncActions/index.js +1 -1
  1513. package/utils/asyncActions/sleep.js +1 -1
  1514. package/utils/asyncActions/timeoutPromise.js +1 -1
  1515. package/utils/buildUrlParams.js +1 -1
  1516. package/utils/clearNavigationHistory.js +1 -1
  1517. package/utils/dateTime/getUnixTimestamp.js +1 -1
  1518. package/utils/dateTime/getUnixTimestampWithAddedMilliseconds.js +1 -1
  1519. package/utils/dateTime/getUnixTimestampWithAddedSeconds.js +1 -1
  1520. package/utils/dateTime/index.js +1 -1
  1521. package/utils/decoders/base64Utils.js +1 -1
  1522. package/utils/decoders/decodePart.js +1 -1
  1523. package/utils/decoders/index.js +1 -1
  1524. package/utils/decoders/isAscii.js +1 -1
  1525. package/utils/decoders/isUtf8.js +1 -1
  1526. package/utils/decoders/stringContainsNumbers.js +1 -1
  1527. package/utils/delayWithPromise.js +1 -1
  1528. package/utils/environment/index.js +1 -1
  1529. package/utils/environment/isMobileEnvironment.js +1 -1
  1530. package/utils/environment/isWebEnvironment.js +1 -1
  1531. package/utils/getAllStringOccurrences.js +1 -1
  1532. package/utils/getIsLoggedIn.js +1 -1
  1533. package/utils/index.js +1 -1
  1534. package/utils/internal/getLedgerErrorCodes.js +1 -1
  1535. package/utils/internal/getRandomAddressFromNetwork.js +1 -1
  1536. package/utils/internal/index.js +1 -1
  1537. package/utils/internal/optionalRedirect.js +1 -1
  1538. package/utils/isSSR.js +1 -1
  1539. package/utils/isWindowAvailable.js +1 -1
  1540. package/utils/logout.js +1 -1
  1541. package/utils/math.js +1 -1
  1542. package/utils/network/getChainID.js +1 -1
  1543. package/utils/network/getEgldLabel.js +1 -1
  1544. package/utils/network/getNetworkConfig.js +1 -1
  1545. package/utils/network/index.js +1 -1
  1546. package/utils/operations/calculateFeeInFiat.js +1 -1
  1547. package/utils/operations/calculateFeeLimit.js +1 -1
  1548. package/utils/operations/denominate.js +1 -1
  1549. package/utils/operations/formatAmount.js +1 -1
  1550. package/utils/operations/getUsdValue.js +1 -1
  1551. package/utils/operations/index.js +1 -1
  1552. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  1553. package/utils/operations/ledger/index.js +1 -1
  1554. package/utils/operations/nominate.js +1 -1
  1555. package/utils/operations/parseAmount.js +1 -1
  1556. package/utils/operations/pipe.js +1 -1
  1557. package/utils/operations/timeRemaining.js +1 -1
  1558. package/utils/operations/truncate.js +1 -1
  1559. package/utils/parseNavigationParams.js +1 -1
  1560. package/utils/platform/detectCurrentPlatform.js +1 -1
  1561. package/utils/platform/getIsExtensionAvailable.js +1 -1
  1562. package/utils/platform/index.js +1 -1
  1563. package/utils/progress/getRemainingValue.js +1 -1
  1564. package/utils/progress/index.js +1 -1
  1565. package/utils/redirect.js +1 -1
  1566. package/utils/removeSearchParamsFromUrl.js +1 -1
  1567. package/utils/retryMultipleTimes.js +1 -1
  1568. package/utils/sanitizeCallbackUrl.js +1 -1
  1569. package/utils/smartContracts.js +1 -1
  1570. package/utils/storage/index.js +1 -1
  1571. package/utils/storage/local.js +1 -1
  1572. package/utils/storage/session.js +1 -1
  1573. package/utils/switchTrue.js +1 -1
  1574. package/utils/toasts/customToastsActions.js +1 -1
  1575. package/utils/toasts/index.js +1 -1
  1576. package/utils/transactions/batch/generateBatchTransactionsGrouping.js +1 -1
  1577. package/utils/transactions/batch/generateBatchTransactionsGrouping.test.js +1 -1
  1578. package/utils/transactions/batch/getIsSequential.js +1 -1
  1579. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  1580. package/utils/transactions/batch/sequentialToFlatArray.js +1 -1
  1581. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  1582. package/utils/transactions/builtCallbackUrl.js +1 -1
  1583. package/utils/transactions/getAllTransactionsLink.js +1 -1
  1584. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  1585. package/utils/transactions/getDataPayloadForTransaction.js +1 -1
  1586. package/utils/transactions/getInterpretedTransaction/constants.js +1 -1
  1587. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  1588. package/utils/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.js +1 -1
  1589. package/utils/transactions/getInterpretedTransaction/helpers/getExplorerLink.js +1 -1
  1590. package/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +1 -1
  1591. package/utils/transactions/getInterpretedTransaction/helpers/getOperationsMessages.js +1 -1
  1592. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  1593. package/utils/transactions/getInterpretedTransaction/helpers/getScResultsMessages.js +1 -1
  1594. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionMethod.js +1 -1
  1595. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.js +1 -1
  1596. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.js +1 -1
  1597. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionTokens.js +1 -1
  1598. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.js +1 -1
  1599. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  1600. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  1601. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  1602. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  1603. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  1604. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  1605. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  1606. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  1607. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  1608. package/utils/transactions/getInterpretedTransaction/helpers/types.js +1 -1
  1609. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  1610. package/utils/transactions/getTokenFromData.js +1 -1
  1611. package/utils/transactions/getTransactionLink.js +1 -1
  1612. package/utils/transactions/getUnHighlightedDataFieldParts.js +1 -1
  1613. package/utils/transactions/getUsernameForTransaction.js +1 -1
  1614. package/utils/transactions/index.js +1 -1
  1615. package/utils/transactions/isGuardianTx.js +1 -1
  1616. package/utils/transactions/isTokenTransfer.js +1 -1
  1617. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  1618. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  1619. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  1620. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  1621. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
  1622. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  1623. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.js +1 -1
  1624. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  1625. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  1626. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  1627. package/utils/transactions/transactionInfoHelpers/getEventListDataHexValue.js +1 -1
  1628. package/utils/transactions/transactionInfoHelpers/getEventListHighlight.js +1 -1
  1629. package/utils/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.js +1 -1
  1630. package/utils/transactions/transactionInfoHelpers/getOperationDirection.js +1 -1
  1631. package/utils/transactions/transactionInfoHelpers/getScResultsDecodedData.js +1 -1
  1632. package/utils/transactions/transactionInfoHelpers/getScResultsHighlight.js +1 -1
  1633. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  1634. package/utils/transactions/transactionInfoHelpers/getScamFlag.js +1 -1
  1635. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  1636. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  1637. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  1638. package/utils/transactions/transactionInfoHelpers/getTransactionFee.js +1 -1
  1639. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  1640. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  1641. package/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +1 -1
  1642. package/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +1 -1
  1643. package/utils/transactions/transactionInfoHelpers/getTrimmedHash.js +1 -1
  1644. package/utils/transactions/transactionInfoHelpers/getVisibleOperations.js +1 -1
  1645. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  1646. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.js +1 -1
  1647. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  1648. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  1649. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.js +1 -1
  1650. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  1651. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  1652. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  1653. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  1654. package/utils/transactions/transactionInfoHelpers/useGetOperationList.js +1 -1
  1655. package/utils/transactions/transactionStateByStatus.js +1 -1
  1656. package/utils/validation/getIdentifierType.js +1 -1
  1657. package/utils/validation/index.js +1 -1
  1658. package/utils/validation/maxDecimals.js +1 -1
  1659. package/utils/validation/stringIsFloat.js +1 -1
  1660. package/utils/validation/stringIsInteger.js +1 -1
  1661. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  1662. package/utils/walletconnect/__sdkWalletconnectProvider.js +1 -1
  1663. package/utils/websocket/getWebsocketUrl.js +1 -1
  1664. package/utils/websocket/index.js +1 -1
  1665. package/utils/window/addOriginToLocationPath.js +1 -1
  1666. package/utils/window/getDefaultCallbackUrl.js +1 -1
  1667. package/utils/window/getWindowLocation.js +1 -1
  1668. package/utils/window/index.js +1 -1
  1669. package/web/hooks/index.js +1 -1
  1670. package/web/hooks/useIdleTimer.js +1 -1
  1671. package/web/index.js +1 -1
  1672. package/wrappers/AppInitializer.js +1 -1
  1673. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  1674. package/wrappers/AuthenticatedRoutesWrapper/helpers/index.js +1 -1
  1675. package/wrappers/AuthenticatedRoutesWrapper/helpers/matchPath.js +1 -1
  1676. package/wrappers/AuthenticatedRoutesWrapper/helpers/matchRoute.js +1 -1
  1677. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  1678. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  1679. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  1680. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  1681. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  1682. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  1683. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  1684. package/wrappers/DappProvider/CustomComponents.js +1 -1
  1685. package/wrappers/DappProvider/DappProvider.js +1 -1
  1686. package/wrappers/DappProvider/index.js +1 -1
  1687. package/wrappers/index.js +1 -1
  1688. package/__chunks__/chunk-22UA5SNR.js +0 -2
  1689. package/__chunks__/chunk-2557KNUP.js +0 -2
  1690. package/__chunks__/chunk-26B3VZDY.js +0 -2
  1691. package/__chunks__/chunk-26GS6QMF.js +0 -2
  1692. package/__chunks__/chunk-26PL53QW.js +0 -2
  1693. package/__chunks__/chunk-27DX5WIQ.js +0 -2
  1694. package/__chunks__/chunk-2BFIW2H2.js +0 -2
  1695. package/__chunks__/chunk-2C2DBIO5.js +0 -2
  1696. package/__chunks__/chunk-2C7GRV4K.js +0 -2
  1697. package/__chunks__/chunk-2GMKJKBH.js +0 -2
  1698. package/__chunks__/chunk-2JPYD34Y.js +0 -2
  1699. package/__chunks__/chunk-2LJ24PXC.js +0 -2
  1700. package/__chunks__/chunk-2MDI3YLM.js +0 -2
  1701. package/__chunks__/chunk-2NMQCGC7.js +0 -2
  1702. package/__chunks__/chunk-2PCYLQVD.js +0 -2
  1703. package/__chunks__/chunk-2Q2SGN7Q.js +0 -12
  1704. package/__chunks__/chunk-2UFJTGPZ.js +0 -2
  1705. package/__chunks__/chunk-2V5SCMFJ.js +0 -2
  1706. package/__chunks__/chunk-2VYQWORG.js +0 -2
  1707. package/__chunks__/chunk-2WP7OVEE.js +0 -2
  1708. package/__chunks__/chunk-2XKWHOAP.js +0 -2
  1709. package/__chunks__/chunk-2YCTW6TI.js +0 -2
  1710. package/__chunks__/chunk-326XWAT2.js +0 -2
  1711. package/__chunks__/chunk-32BMPJ74.js +0 -4
  1712. package/__chunks__/chunk-33KXHQQN.js +0 -2
  1713. package/__chunks__/chunk-36NZZB3P.js +0 -2
  1714. package/__chunks__/chunk-37ZHJ2BK.js +0 -2
  1715. package/__chunks__/chunk-3A45EEBZ.js +0 -2
  1716. package/__chunks__/chunk-3BTHUO4K.js +0 -2
  1717. package/__chunks__/chunk-3DHA63I3.js +0 -2
  1718. package/__chunks__/chunk-3ETS27SD.js +0 -2
  1719. package/__chunks__/chunk-3FA3ZIQX.js +0 -2
  1720. package/__chunks__/chunk-3GSO634Z.js +0 -2
  1721. package/__chunks__/chunk-3H5JN4LM.js +0 -73
  1722. package/__chunks__/chunk-3HHAVSUJ.js +0 -2
  1723. package/__chunks__/chunk-3HUGPIHZ.js +0 -2
  1724. package/__chunks__/chunk-3K73EOI3.js +0 -2
  1725. package/__chunks__/chunk-3LT37HBU.js +0 -2
  1726. package/__chunks__/chunk-3MKB4J7L.js +0 -2
  1727. package/__chunks__/chunk-3NKE7QEP.js +0 -2
  1728. package/__chunks__/chunk-3NWVJRAB.js +0 -2
  1729. package/__chunks__/chunk-3R6POVK2.js +0 -2
  1730. package/__chunks__/chunk-3SGZP5CP.js +0 -2
  1731. package/__chunks__/chunk-3TBNHIWK.js +0 -2
  1732. package/__chunks__/chunk-3U7QBETU.js +0 -2
  1733. package/__chunks__/chunk-3VMBEWS2.js +0 -2
  1734. package/__chunks__/chunk-3VOPLXJ4.js +0 -2
  1735. package/__chunks__/chunk-3VZMC3FP.js +0 -2
  1736. package/__chunks__/chunk-3XLNWKLP.js +0 -24
  1737. package/__chunks__/chunk-3YDNGZGF.js +0 -2
  1738. package/__chunks__/chunk-44G4OBAJ.js +0 -2
  1739. package/__chunks__/chunk-476N5SL7.js +0 -2
  1740. package/__chunks__/chunk-47XDMA2I.js +0 -2
  1741. package/__chunks__/chunk-4CKPVXAV.js +0 -2
  1742. package/__chunks__/chunk-4DJA2B5I.js +0 -2
  1743. package/__chunks__/chunk-4FTRS7WH.js +0 -2
  1744. package/__chunks__/chunk-4IMSPABK.js +0 -2
  1745. package/__chunks__/chunk-4IWLQ7LG.js +0 -2
  1746. package/__chunks__/chunk-4JP4CKHO.js +0 -2
  1747. package/__chunks__/chunk-4LSTYGNA.js +0 -2
  1748. package/__chunks__/chunk-4M54TFO5.js +0 -2
  1749. package/__chunks__/chunk-4MZ7WK7D.js +0 -2
  1750. package/__chunks__/chunk-4QWDTT23.js +0 -2
  1751. package/__chunks__/chunk-4QXNF4GL.js +0 -4
  1752. package/__chunks__/chunk-4S7M44EE.js +0 -2
  1753. package/__chunks__/chunk-4SD7Y2KM.js +0 -2
  1754. package/__chunks__/chunk-4SQM6OSS.js +0 -101
  1755. package/__chunks__/chunk-4TEW42TP.js +0 -2
  1756. package/__chunks__/chunk-4UGEM7KX.js +0 -2
  1757. package/__chunks__/chunk-4USKWPLF.js +0 -2
  1758. package/__chunks__/chunk-4VKG6QQG.js +0 -2
  1759. package/__chunks__/chunk-4VMFCMEZ.js +0 -2
  1760. package/__chunks__/chunk-4YLDSQBV.js +0 -2
  1761. package/__chunks__/chunk-53AGYJCH.js +0 -2
  1762. package/__chunks__/chunk-54EUEV4U.js +0 -2
  1763. package/__chunks__/chunk-554W3345.js +0 -2
  1764. package/__chunks__/chunk-56FYCNRN.js +0 -2
  1765. package/__chunks__/chunk-57GVHWYV.js +0 -2
  1766. package/__chunks__/chunk-57WLUEZA.js +0 -163
  1767. package/__chunks__/chunk-5BTETU5O.js +0 -2
  1768. package/__chunks__/chunk-5CFMRPVY.js +0 -2
  1769. package/__chunks__/chunk-5DJROO27.js +0 -2
  1770. package/__chunks__/chunk-5F5H6BGC.js +0 -2
  1771. package/__chunks__/chunk-5GSBLTRB.js +0 -2
  1772. package/__chunks__/chunk-5HMS5KVK.js +0 -2
  1773. package/__chunks__/chunk-5INGE7VF.js +0 -56
  1774. package/__chunks__/chunk-5JHYL7OT.js +0 -2
  1775. package/__chunks__/chunk-5KGDRZSV.js +0 -2
  1776. package/__chunks__/chunk-5M2HIRXF.js +0 -2
  1777. package/__chunks__/chunk-5MHWHTJU.js +0 -62
  1778. package/__chunks__/chunk-5O2C7DWV.js +0 -2
  1779. package/__chunks__/chunk-5Q6Q5SS2.js +0 -4
  1780. package/__chunks__/chunk-5RMCGDGD.js +0 -2
  1781. package/__chunks__/chunk-5TDSH4QL.js +0 -2
  1782. package/__chunks__/chunk-5UPYCHQI.js +0 -2
  1783. package/__chunks__/chunk-5WRT76QH.js +0 -2
  1784. package/__chunks__/chunk-5Z26W46O.js +0 -2
  1785. package/__chunks__/chunk-5ZMW2ES5.js +0 -2
  1786. package/__chunks__/chunk-62JBSE73.js +0 -2
  1787. package/__chunks__/chunk-633FOCOS.js +0 -2
  1788. package/__chunks__/chunk-67CZAIKC.js +0 -2
  1789. package/__chunks__/chunk-6BFC2IMJ.js +0 -5
  1790. package/__chunks__/chunk-6G774VOH.js +0 -2
  1791. package/__chunks__/chunk-6IDMAUCW.js +0 -2
  1792. package/__chunks__/chunk-6IYK4PYK.js +0 -2
  1793. package/__chunks__/chunk-6J4RJ64N.js +0 -2
  1794. package/__chunks__/chunk-6KZ376QS.js +0 -2
  1795. package/__chunks__/chunk-6LITAK4Z.js +0 -2
  1796. package/__chunks__/chunk-6LXANP2I.js +0 -2
  1797. package/__chunks__/chunk-6LYEHBML.js +0 -59
  1798. package/__chunks__/chunk-6MMALGQJ.js +0 -28
  1799. package/__chunks__/chunk-6MXFMUY3.js +0 -2
  1800. package/__chunks__/chunk-6SBRVYII.js +0 -2
  1801. package/__chunks__/chunk-6SUJODPI.js +0 -2
  1802. package/__chunks__/chunk-6WZ7DVP7.js +0 -2
  1803. package/__chunks__/chunk-6XR6BLIB.js +0 -2
  1804. package/__chunks__/chunk-6YN7X346.js +0 -2
  1805. package/__chunks__/chunk-6ZGFYJ6T.js +0 -2
  1806. package/__chunks__/chunk-6ZVGZMVA.js +0 -2
  1807. package/__chunks__/chunk-73IWB6AV.js +0 -2
  1808. package/__chunks__/chunk-766URZDV.js +0 -2
  1809. package/__chunks__/chunk-7CBRJL6S.js +0 -2
  1810. package/__chunks__/chunk-7CT2Q6BT.js +0 -2
  1811. package/__chunks__/chunk-7FB3THLG.js +0 -2
  1812. package/__chunks__/chunk-7GGVIKPW.js +0 -2
  1813. package/__chunks__/chunk-7ISRNKO5.js +0 -2
  1814. package/__chunks__/chunk-7JPKKVFO.js +0 -2
  1815. package/__chunks__/chunk-7KUANG6C.js +0 -19
  1816. package/__chunks__/chunk-7L26TZTK.js +0 -70
  1817. package/__chunks__/chunk-7ME5LTFT.js +0 -2
  1818. package/__chunks__/chunk-7MSXLJKN.js +0 -2
  1819. package/__chunks__/chunk-7NE7LYHT.js +0 -2
  1820. package/__chunks__/chunk-7OQZ5DQ7.js +0 -2
  1821. package/__chunks__/chunk-7TW5V77R.js +0 -2
  1822. package/__chunks__/chunk-7TZPVDNC.js +0 -2
  1823. package/__chunks__/chunk-7UDS75X6.js +0 -2
  1824. package/__chunks__/chunk-7USBSTGK.js +0 -2
  1825. package/__chunks__/chunk-7WXEH6OF.js +0 -2
  1826. package/__chunks__/chunk-7XYHQ72T.js +0 -2
  1827. package/__chunks__/chunk-7YHU2LQD.js +0 -2
  1828. package/__chunks__/chunk-A2R2BMVL.js +0 -2
  1829. package/__chunks__/chunk-A2W7DLIB.js +0 -2
  1830. package/__chunks__/chunk-A54SU6BD.js +0 -2
  1831. package/__chunks__/chunk-A7P6UPKZ.js +0 -2
  1832. package/__chunks__/chunk-A7PSK6X4.js +0 -46
  1833. package/__chunks__/chunk-AA2UQLQZ.js +0 -136
  1834. package/__chunks__/chunk-AAI7OAOT.js +0 -2
  1835. package/__chunks__/chunk-AAM6N4J5.js +0 -2
  1836. package/__chunks__/chunk-ACNALFD3.js +0 -2
  1837. package/__chunks__/chunk-AEZHJXTM.js +0 -2
  1838. package/__chunks__/chunk-AG43DFK4.js +0 -2
  1839. package/__chunks__/chunk-AHX4GHIC.js +0 -2
  1840. package/__chunks__/chunk-AIOP445U.js +0 -2
  1841. package/__chunks__/chunk-ALWWVLET.js +0 -2
  1842. package/__chunks__/chunk-ANT3P3HL.js +0 -2
  1843. package/__chunks__/chunk-ANYNYERV.js +0 -2
  1844. package/__chunks__/chunk-AQWMDL77.js +0 -2
  1845. package/__chunks__/chunk-ATEFCARH.js +0 -2
  1846. package/__chunks__/chunk-ATTWGF2B.js +0 -2
  1847. package/__chunks__/chunk-AV6ZNOM5.js +0 -2
  1848. package/__chunks__/chunk-AWNEPCTQ.js +0 -2
  1849. package/__chunks__/chunk-AXNLXOPZ.js +0 -2
  1850. package/__chunks__/chunk-B2ABVKLP.js +0 -2
  1851. package/__chunks__/chunk-B3J3DAM7.js +0 -2
  1852. package/__chunks__/chunk-B4XT7Q3M.js +0 -2
  1853. package/__chunks__/chunk-B666J6MY.js +0 -41
  1854. package/__chunks__/chunk-BHOYEKSQ.js +0 -2
  1855. package/__chunks__/chunk-BHR7WNEW.js +0 -2
  1856. package/__chunks__/chunk-BIA5Y3P5.js +0 -2
  1857. package/__chunks__/chunk-BK7EGS52.js +0 -2
  1858. package/__chunks__/chunk-BPA576KR.js +0 -2
  1859. package/__chunks__/chunk-BPYUN5PX.js +0 -2
  1860. package/__chunks__/chunk-BQBE7OZR.js +0 -2
  1861. package/__chunks__/chunk-BQKC7WCN.js +0 -2
  1862. package/__chunks__/chunk-BQNI2XMA.js +0 -2
  1863. package/__chunks__/chunk-BQYM66ZC.js +0 -2
  1864. package/__chunks__/chunk-BR6RQJ2N.js +0 -2
  1865. package/__chunks__/chunk-BRNR3SAI.js +0 -2
  1866. package/__chunks__/chunk-BSJJINPX.js +0 -2
  1867. package/__chunks__/chunk-BTVWIHDC.js +0 -2
  1868. package/__chunks__/chunk-BUQ4PJJK.js +0 -2
  1869. package/__chunks__/chunk-BUTOGW5B.js +0 -2
  1870. package/__chunks__/chunk-BZUMXHQT.js +0 -2
  1871. package/__chunks__/chunk-BZYEY4V6.js +0 -2
  1872. package/__chunks__/chunk-C2EQB3JI.js +0 -2
  1873. package/__chunks__/chunk-C2H275LK.js +0 -2
  1874. package/__chunks__/chunk-C5G2ROQD.js +0 -2
  1875. package/__chunks__/chunk-C67HIE5H.js +0 -2
  1876. package/__chunks__/chunk-C6PQYA4M.js +0 -2
  1877. package/__chunks__/chunk-C77LE3WZ.js +0 -2
  1878. package/__chunks__/chunk-C7OFRHWH.js +0 -2
  1879. package/__chunks__/chunk-CACVJBM5.js +0 -2
  1880. package/__chunks__/chunk-CAJB4JBK.js +0 -2
  1881. package/__chunks__/chunk-CBX5VUZ5.js +0 -2
  1882. package/__chunks__/chunk-CC3RDZJL.js +0 -2
  1883. package/__chunks__/chunk-CCJG3WLD.js +0 -2
  1884. package/__chunks__/chunk-CCQ6HQYJ.js +0 -2
  1885. package/__chunks__/chunk-CD224CDA.js +0 -2
  1886. package/__chunks__/chunk-CD3FLIXS.js +0 -2
  1887. package/__chunks__/chunk-CEQ5FXRO.js +0 -2
  1888. package/__chunks__/chunk-CGIJMPI5.js +0 -2
  1889. package/__chunks__/chunk-CHFCDMKK.js +0 -2
  1890. package/__chunks__/chunk-CHQCSVV7.js +0 -16
  1891. package/__chunks__/chunk-CHV447YM.js +0 -2
  1892. package/__chunks__/chunk-CHYGQARZ.js +0 -2
  1893. package/__chunks__/chunk-CKOXM4NV.js +0 -2
  1894. package/__chunks__/chunk-CLO6KRYZ.js +0 -2
  1895. package/__chunks__/chunk-CLQA63TZ.js +0 -2
  1896. package/__chunks__/chunk-CMBAJ3DI.js +0 -2
  1897. package/__chunks__/chunk-CN44AGME.js +0 -2
  1898. package/__chunks__/chunk-CNE2BRIR.js +0 -2
  1899. package/__chunks__/chunk-CPFLJKPN.js +0 -12
  1900. package/__chunks__/chunk-CQXACSZ4.js +0 -2
  1901. package/__chunks__/chunk-CRLVFBPR.js +0 -68
  1902. package/__chunks__/chunk-CTHCJK3Q.js +0 -2
  1903. package/__chunks__/chunk-CUMZ3J4L.js +0 -2
  1904. package/__chunks__/chunk-CV2QFORU.js +0 -2
  1905. package/__chunks__/chunk-CXGKMOCJ.js +0 -29
  1906. package/__chunks__/chunk-CXL6FFJW.js +0 -2
  1907. package/__chunks__/chunk-D2FO4HDK.js +0 -12
  1908. package/__chunks__/chunk-D32QW345.js +0 -2
  1909. package/__chunks__/chunk-D3VGFELJ.js +0 -2
  1910. package/__chunks__/chunk-D64ESOE4.js +0 -2
  1911. package/__chunks__/chunk-DAGAOQXG.js +0 -2
  1912. package/__chunks__/chunk-DANUBOM3.js +0 -2
  1913. package/__chunks__/chunk-DBD6N2CW.js +0 -2
  1914. package/__chunks__/chunk-DHDDHBXV.js +0 -2
  1915. package/__chunks__/chunk-DJWFM4EO.js +0 -2
  1916. package/__chunks__/chunk-DLE6R463.js +0 -2
  1917. package/__chunks__/chunk-DMW2AYNQ.js +0 -2
  1918. package/__chunks__/chunk-DNUCX5HA.js +0 -2
  1919. package/__chunks__/chunk-DPX44LXT.js +0 -2
  1920. package/__chunks__/chunk-DSEROQZ3.js +0 -2
  1921. package/__chunks__/chunk-DT67LRTO.js +0 -2
  1922. package/__chunks__/chunk-DY44N3PH.js +0 -2
  1923. package/__chunks__/chunk-DYORUPQR.js +0 -2
  1924. package/__chunks__/chunk-E3Z2MGFQ.js +0 -2
  1925. package/__chunks__/chunk-E4MNMSEU.js +0 -2
  1926. package/__chunks__/chunk-E7H5ZKAL.js +0 -2
  1927. package/__chunks__/chunk-EA6JYINF.js +0 -2
  1928. package/__chunks__/chunk-EARXQILL.js +0 -2
  1929. package/__chunks__/chunk-EBL2PI7D.js +0 -4
  1930. package/__chunks__/chunk-EBPDXFTY.js +0 -2
  1931. package/__chunks__/chunk-EDSKSLOU.js +0 -2
  1932. package/__chunks__/chunk-EF6MLS52.js +0 -2
  1933. package/__chunks__/chunk-EGS2BNV2.js +0 -2
  1934. package/__chunks__/chunk-EIOPFHTY.js +0 -2
  1935. package/__chunks__/chunk-EJGUNJAN.js +0 -2
  1936. package/__chunks__/chunk-EJNRWKKM.js +0 -4
  1937. package/__chunks__/chunk-ELNLMVFU.js +0 -2
  1938. package/__chunks__/chunk-EMI5INPM.js +0 -2
  1939. package/__chunks__/chunk-ENKT7UOC.js +0 -2
  1940. package/__chunks__/chunk-ENSPVGRM.js +0 -2
  1941. package/__chunks__/chunk-EQSNZZK2.js +0 -2
  1942. package/__chunks__/chunk-EURMBYXD.js +0 -2
  1943. package/__chunks__/chunk-EVBAIPTI.js +0 -2
  1944. package/__chunks__/chunk-EVYUTX2C.js +0 -2
  1945. package/__chunks__/chunk-EW4BMPGC.js +0 -2
  1946. package/__chunks__/chunk-EW6SU333.js +0 -2
  1947. package/__chunks__/chunk-EWLOYKUK.js +0 -20
  1948. package/__chunks__/chunk-EY7IV2KC.js +0 -2
  1949. package/__chunks__/chunk-EYNLCUGB.js +0 -2
  1950. package/__chunks__/chunk-EYWBWTJZ.js +0 -2
  1951. package/__chunks__/chunk-EZ3KQQYJ.js +0 -2
  1952. package/__chunks__/chunk-EZOD7RNO.js +0 -2
  1953. package/__chunks__/chunk-F27CRBEK.js +0 -2
  1954. package/__chunks__/chunk-F2BVYQU5.js +0 -2
  1955. package/__chunks__/chunk-F2L2BAQZ.js +0 -2
  1956. package/__chunks__/chunk-F4FU6RBB.js +0 -2
  1957. package/__chunks__/chunk-F4O24T5F.js +0 -2
  1958. package/__chunks__/chunk-F5VKEIEE.js +0 -2
  1959. package/__chunks__/chunk-F6H6L2FH.js +0 -2
  1960. package/__chunks__/chunk-F6LI7BI5.js +0 -2
  1961. package/__chunks__/chunk-F7XKTZUU.js +0 -2
  1962. package/__chunks__/chunk-FAZIKVNL.js +0 -2
  1963. package/__chunks__/chunk-FBHNJJZH.js +0 -2
  1964. package/__chunks__/chunk-FDI635JG.js +0 -2
  1965. package/__chunks__/chunk-FDSDVDKW.js +0 -2
  1966. package/__chunks__/chunk-FE4VZWD7.js +0 -2
  1967. package/__chunks__/chunk-FFLSZAWF.js +0 -2
  1968. package/__chunks__/chunk-FHEYAH7D.js +0 -2
  1969. package/__chunks__/chunk-FJFHJSFP.js +0 -2
  1970. package/__chunks__/chunk-FK3SZXXW.js +0 -2
  1971. package/__chunks__/chunk-FK6GRHXD.js +0 -2
  1972. package/__chunks__/chunk-FN6IV5DB.js +0 -2
  1973. package/__chunks__/chunk-FNTT7ASE.js +0 -2
  1974. package/__chunks__/chunk-FQ52VSDC.js +0 -2
  1975. package/__chunks__/chunk-FTQGHIGG.js +0 -2
  1976. package/__chunks__/chunk-FVJ56UIF.js +0 -2
  1977. package/__chunks__/chunk-FWO3MI5K.js +0 -2
  1978. package/__chunks__/chunk-FZMRVALH.js +0 -2
  1979. package/__chunks__/chunk-G2W2AX7V.js +0 -2
  1980. package/__chunks__/chunk-G3EOABDZ.js +0 -2
  1981. package/__chunks__/chunk-G3MFJX2K.js +0 -2
  1982. package/__chunks__/chunk-G5I7BUFO.js +0 -2
  1983. package/__chunks__/chunk-GATYXKOM.js +0 -2
  1984. package/__chunks__/chunk-GC5UALAA.js +0 -2
  1985. package/__chunks__/chunk-GC6C55ZJ.js +0 -2
  1986. package/__chunks__/chunk-GEU35I4H.js +0 -2
  1987. package/__chunks__/chunk-GGMEVY45.js +0 -2
  1988. package/__chunks__/chunk-GHN6D7TW.js +0 -2
  1989. package/__chunks__/chunk-GIOHG425.js +0 -2
  1990. package/__chunks__/chunk-GIVH2AWO.js +0 -2
  1991. package/__chunks__/chunk-GJAW3PFN.js +0 -2
  1992. package/__chunks__/chunk-GJPPSFLF.js +0 -2
  1993. package/__chunks__/chunk-GLXT7G4A.js +0 -2
  1994. package/__chunks__/chunk-GNCSMYRN.js +0 -2
  1995. package/__chunks__/chunk-GQSZQMAI.js +0 -2
  1996. package/__chunks__/chunk-GVCPEY3I.js +0 -2
  1997. package/__chunks__/chunk-GVOJ2XZ4.js +0 -2
  1998. package/__chunks__/chunk-GVU7CFIB.js +0 -2
  1999. package/__chunks__/chunk-GWS36QM2.js +0 -2
  2000. package/__chunks__/chunk-GWXS27WL.js +0 -2
  2001. package/__chunks__/chunk-H2ZA4Z3B.js +0 -2
  2002. package/__chunks__/chunk-H3MEAYXJ.js +0 -12
  2003. package/__chunks__/chunk-H47ESHEC.js +0 -2
  2004. package/__chunks__/chunk-H4MTEIOP.js +0 -2
  2005. package/__chunks__/chunk-H6BZGL2Y.js +0 -2
  2006. package/__chunks__/chunk-H6GZSA5K.js +0 -2
  2007. package/__chunks__/chunk-H7KVFUDJ.js +0 -2
  2008. package/__chunks__/chunk-HBIZPXSM.js +0 -2
  2009. package/__chunks__/chunk-HBP5N4FR.js +0 -9
  2010. package/__chunks__/chunk-HEE7CMRT.js +0 -2
  2011. package/__chunks__/chunk-HGEGFQPE.js +0 -2
  2012. package/__chunks__/chunk-HGM5Z5V4.js +0 -2
  2013. package/__chunks__/chunk-HGOHQNWK.js +0 -2
  2014. package/__chunks__/chunk-HH5S5FOE.js +0 -2
  2015. package/__chunks__/chunk-HIMYYDUZ.js +0 -2
  2016. package/__chunks__/chunk-HKRPUOSN.js +0 -2
  2017. package/__chunks__/chunk-HKWVJLO2.js +0 -2
  2018. package/__chunks__/chunk-HM3ZP2ZS.js +0 -2
  2019. package/__chunks__/chunk-HMVC2OFR.js +0 -122
  2020. package/__chunks__/chunk-HQ574H7J.js +0 -4
  2021. package/__chunks__/chunk-HRUZZGOS.js +0 -2
  2022. package/__chunks__/chunk-HSC7HXVV.js +0 -2
  2023. package/__chunks__/chunk-HUCQTA4W.js +0 -32
  2024. package/__chunks__/chunk-HUJ7SUSN.js +0 -2
  2025. package/__chunks__/chunk-HUMOP4SH.js +0 -2
  2026. package/__chunks__/chunk-HVHTVQC4.js +0 -2
  2027. package/__chunks__/chunk-HVVTKE6B.js +0 -2
  2028. package/__chunks__/chunk-HXFQTZOA.js +0 -2
  2029. package/__chunks__/chunk-HY3IEKEL.js +0 -2
  2030. package/__chunks__/chunk-HZJ6RPP2.js +0 -2
  2031. package/__chunks__/chunk-HZSM6ODA.js +0 -2
  2032. package/__chunks__/chunk-I33ZEKYE.js +0 -2
  2033. package/__chunks__/chunk-I5VR5E24.js +0 -29
  2034. package/__chunks__/chunk-I7C6YFD6.js +0 -2
  2035. package/__chunks__/chunk-IAN4TXKC.js +0 -2
  2036. package/__chunks__/chunk-IBS3JBN4.js +0 -2
  2037. package/__chunks__/chunk-ICVZO2K2.js +0 -2
  2038. package/__chunks__/chunk-ID4FEHNH.js +0 -2
  2039. package/__chunks__/chunk-IDKV6QEI.js +0 -34
  2040. package/__chunks__/chunk-IEAWAYBX.js +0 -2
  2041. package/__chunks__/chunk-IFZI4HAI.js +0 -4
  2042. package/__chunks__/chunk-IG4GZOJ5.js +0 -2
  2043. package/__chunks__/chunk-II4YGYVN.js +0 -2
  2044. package/__chunks__/chunk-IK6JSSWX.js +0 -85
  2045. package/__chunks__/chunk-IOI4ORQ6.js +0 -7
  2046. package/__chunks__/chunk-IOPIORJN.js +0 -2
  2047. package/__chunks__/chunk-ISIKLYZC.js +0 -2
  2048. package/__chunks__/chunk-IWM5BMMR.js +0 -2
  2049. package/__chunks__/chunk-IYAZLGAJ.js +0 -2
  2050. package/__chunks__/chunk-IZQYP5AF.js +0 -2
  2051. package/__chunks__/chunk-IZSRP5CT.js +0 -2
  2052. package/__chunks__/chunk-J2YMNYR5.js +0 -2
  2053. package/__chunks__/chunk-J3MA5NOR.js +0 -8
  2054. package/__chunks__/chunk-J42ZO72F.js +0 -2
  2055. package/__chunks__/chunk-J4GZ6Z3A.js +0 -2
  2056. package/__chunks__/chunk-J56MNMGD.js +0 -2
  2057. package/__chunks__/chunk-JANWPQZB.js +0 -2
  2058. package/__chunks__/chunk-JCAUBGCB.js +0 -2
  2059. package/__chunks__/chunk-JDY4UNPY.js +0 -2
  2060. package/__chunks__/chunk-JE66R4MY.js +0 -2
  2061. package/__chunks__/chunk-JEATEKCF.js +0 -2
  2062. package/__chunks__/chunk-JFVL5WGF.js +0 -2
  2063. package/__chunks__/chunk-JFXVZGSY.js +0 -2
  2064. package/__chunks__/chunk-JGBYFQWY.js +0 -2
  2065. package/__chunks__/chunk-JHXE6OM2.js +0 -2
  2066. package/__chunks__/chunk-JK2I6DBR.js +0 -2
  2067. package/__chunks__/chunk-JKXUZE3A.js +0 -2
  2068. package/__chunks__/chunk-JLIRFN6H.js +0 -3
  2069. package/__chunks__/chunk-JN6XWIUK.js +0 -2
  2070. package/__chunks__/chunk-JNZKBWVK.js +0 -2
  2071. package/__chunks__/chunk-JOQWIKEX.js +0 -2
  2072. package/__chunks__/chunk-JP45CTXR.js +0 -2
  2073. package/__chunks__/chunk-JQMYW5MI.js +0 -2
  2074. package/__chunks__/chunk-JQT5UVUG.js +0 -2
  2075. package/__chunks__/chunk-JRB2SSEU.js +0 -2
  2076. package/__chunks__/chunk-JRRXTQY4.js +0 -2
  2077. package/__chunks__/chunk-JSKXUBGH.js +0 -19
  2078. package/__chunks__/chunk-JW7ZCUB4.js +0 -2
  2079. package/__chunks__/chunk-JXJG3QMF.js +0 -2
  2080. package/__chunks__/chunk-K2EJWKND.js +0 -2
  2081. package/__chunks__/chunk-K3PKB7WJ.js +0 -2
  2082. package/__chunks__/chunk-K6I4LE4O.js +0 -2
  2083. package/__chunks__/chunk-K6YTGNUV.js +0 -2
  2084. package/__chunks__/chunk-KC5RRWKZ.js +0 -2
  2085. package/__chunks__/chunk-KE2VIAD5.js +0 -2
  2086. package/__chunks__/chunk-KEQTNP4F.js +0 -2
  2087. package/__chunks__/chunk-KF6C5J3A.js +0 -2
  2088. package/__chunks__/chunk-KHFIKNX5.js +0 -2
  2089. package/__chunks__/chunk-KITS4GJM.js +0 -2
  2090. package/__chunks__/chunk-KKGFNKVJ.js +0 -2
  2091. package/__chunks__/chunk-KLFPAZSS.js +0 -2
  2092. package/__chunks__/chunk-KMTPVLTX.js +0 -2
  2093. package/__chunks__/chunk-KOH3SXG4.js +0 -2
  2094. package/__chunks__/chunk-KQLSM7HO.js +0 -2
  2095. package/__chunks__/chunk-KRR5UY4P.js +0 -37
  2096. package/__chunks__/chunk-KSE2TA25.js +0 -2
  2097. package/__chunks__/chunk-KSIZMW33.js +0 -2
  2098. package/__chunks__/chunk-KTZ6NJYR.js +0 -2
  2099. package/__chunks__/chunk-KV2MNR76.js +0 -2
  2100. package/__chunks__/chunk-KWQPHBRJ.js +0 -2
  2101. package/__chunks__/chunk-KYRFHMDG.js +0 -2
  2102. package/__chunks__/chunk-KZR7TQ7H.js +0 -2
  2103. package/__chunks__/chunk-L2I6QSZB.js +0 -2
  2104. package/__chunks__/chunk-L3ERSIIK.js +0 -2
  2105. package/__chunks__/chunk-L5ZELHXF.js +0 -2
  2106. package/__chunks__/chunk-LB6YGDKA.js +0 -2
  2107. package/__chunks__/chunk-LBMR7H4A.js +0 -16
  2108. package/__chunks__/chunk-LEIWNDFR.js +0 -2
  2109. package/__chunks__/chunk-LFDQD2MC.js +0 -2
  2110. package/__chunks__/chunk-LGBANZIL.js +0 -2
  2111. package/__chunks__/chunk-LGQXZBOB.js +0 -2
  2112. package/__chunks__/chunk-LJLOAPWI.js +0 -2
  2113. package/__chunks__/chunk-LJYDGRDK.js +0 -2
  2114. package/__chunks__/chunk-LK5TR7MI.js +0 -2
  2115. package/__chunks__/chunk-LMOZA4JH.js +0 -2
  2116. package/__chunks__/chunk-LO5NNAIV.js +0 -2
  2117. package/__chunks__/chunk-LOEOBGHO.js +0 -2
  2118. package/__chunks__/chunk-LOQGJE3D.js +0 -2
  2119. package/__chunks__/chunk-LPQY7BQ4.js +0 -2
  2120. package/__chunks__/chunk-LQ4SQ3X4.js +0 -2
  2121. package/__chunks__/chunk-LR4X2GXQ.js +0 -2
  2122. package/__chunks__/chunk-LRLIZSNK.js +0 -2
  2123. package/__chunks__/chunk-LS2AQGFT.js +0 -2
  2124. package/__chunks__/chunk-LSK27BGN.js +0 -2
  2125. package/__chunks__/chunk-LULB6556.js +0 -68
  2126. package/__chunks__/chunk-LVAKG2BQ.js +0 -2
  2127. package/__chunks__/chunk-LVCWBXY5.js +0 -2
  2128. package/__chunks__/chunk-LVNHRVVW.js +0 -17
  2129. package/__chunks__/chunk-LVXEGFDX.js +0 -2
  2130. package/__chunks__/chunk-LWNR5XR2.js +0 -2
  2131. package/__chunks__/chunk-LWYHJW4B.js +0 -2
  2132. package/__chunks__/chunk-LXFEENYZ.js +0 -2
  2133. package/__chunks__/chunk-LXRRORKB.js +0 -2
  2134. package/__chunks__/chunk-LZUF5S3O.js +0 -2
  2135. package/__chunks__/chunk-M2KCR32M.js +0 -2
  2136. package/__chunks__/chunk-M65MN76E.js +0 -2
  2137. package/__chunks__/chunk-M6CAVA74.js +0 -2
  2138. package/__chunks__/chunk-MAH2M6ZP.js +0 -2
  2139. package/__chunks__/chunk-MAITXXYC.js +0 -2
  2140. package/__chunks__/chunk-MBQJF3MO.js +0 -2
  2141. package/__chunks__/chunk-MBRRU5L4.js +0 -2
  2142. package/__chunks__/chunk-MDYEGIT7.js +0 -2
  2143. package/__chunks__/chunk-MEXX6ERT.js +0 -2
  2144. package/__chunks__/chunk-MH4SA6AL.js +0 -37
  2145. package/__chunks__/chunk-MK5QZA5A.js +0 -2
  2146. package/__chunks__/chunk-MPWIIRWP.js +0 -2
  2147. package/__chunks__/chunk-MPX32EA3.js +0 -2
  2148. package/__chunks__/chunk-MRB4DTIS.js +0 -2
  2149. package/__chunks__/chunk-MSHZ5S7U.js +0 -2
  2150. package/__chunks__/chunk-MSOVK6NZ.js +0 -2
  2151. package/__chunks__/chunk-MSPZXSXJ.js +0 -37
  2152. package/__chunks__/chunk-MU3RE2OG.js +0 -2
  2153. package/__chunks__/chunk-MYICTZIH.js +0 -2
  2154. package/__chunks__/chunk-MYX27K45.js +0 -2
  2155. package/__chunks__/chunk-N2JEAV67.js +0 -2
  2156. package/__chunks__/chunk-N2XNC7NX.js +0 -2
  2157. package/__chunks__/chunk-N3QTYKLF.js +0 -2
  2158. package/__chunks__/chunk-N5K5JWQA.js +0 -2
  2159. package/__chunks__/chunk-N5RH3YTS.js +0 -2
  2160. package/__chunks__/chunk-N7MHQ6JT.js +0 -2
  2161. package/__chunks__/chunk-N7UAYK73.js +0 -2
  2162. package/__chunks__/chunk-NAN2H6P3.js +0 -2
  2163. package/__chunks__/chunk-NDREWPD2.js +0 -2
  2164. package/__chunks__/chunk-NEF2FHJC.js +0 -2
  2165. package/__chunks__/chunk-NEU5EJKU.js +0 -2
  2166. package/__chunks__/chunk-NHHDQ53S.js +0 -2
  2167. package/__chunks__/chunk-NHW56BNI.js +0 -30
  2168. package/__chunks__/chunk-NHXJOOWR.js +0 -34
  2169. package/__chunks__/chunk-NIYFBCUS.js +0 -2
  2170. package/__chunks__/chunk-NKJDO5GI.js +0 -2
  2171. package/__chunks__/chunk-NLNFARHY.js +0 -2
  2172. package/__chunks__/chunk-NLU2B6MT.js +0 -2
  2173. package/__chunks__/chunk-NN325AQX.js +0 -2
  2174. package/__chunks__/chunk-NNTZ3TJA.js +0 -2
  2175. package/__chunks__/chunk-NNXE7L5C.js +0 -2
  2176. package/__chunks__/chunk-NOZJWXXS.js +0 -2
  2177. package/__chunks__/chunk-NPMWUINL.js +0 -2
  2178. package/__chunks__/chunk-NSSJGWCX.js +0 -2
  2179. package/__chunks__/chunk-NW3UAFRF.js +0 -2
  2180. package/__chunks__/chunk-NWEAZ4WA.js +0 -2
  2181. package/__chunks__/chunk-OBJXLJNB.js +0 -2
  2182. package/__chunks__/chunk-OBZR72WE.js +0 -2
  2183. package/__chunks__/chunk-OCMDIV3Q.js +0 -2
  2184. package/__chunks__/chunk-ODZH7JKM.js +0 -2
  2185. package/__chunks__/chunk-OF3VHHUR.js +0 -2
  2186. package/__chunks__/chunk-OGKASO74.js +0 -2
  2187. package/__chunks__/chunk-OGP76KOQ.js +0 -2
  2188. package/__chunks__/chunk-OHYWYHC7.js +0 -2
  2189. package/__chunks__/chunk-OIPBX66J.js +0 -2
  2190. package/__chunks__/chunk-OLYIRMPJ.js +0 -2
  2191. package/__chunks__/chunk-OM4CDZGX.js +0 -2
  2192. package/__chunks__/chunk-OMVQSJZD.js +0 -2
  2193. package/__chunks__/chunk-ONRL3RRJ.js +0 -2
  2194. package/__chunks__/chunk-OQMQWZG7.js +0 -2
  2195. package/__chunks__/chunk-OWBHRN3S.js +0 -2
  2196. package/__chunks__/chunk-OWG32HIC.js +0 -2
  2197. package/__chunks__/chunk-OWTELLQA.js +0 -29
  2198. package/__chunks__/chunk-OX5UXN5G.js +0 -2
  2199. package/__chunks__/chunk-OXECX3FU.js +0 -2
  2200. package/__chunks__/chunk-OXNUDSRC.js +0 -2
  2201. package/__chunks__/chunk-P26S3YLA.js +0 -2
  2202. package/__chunks__/chunk-P2DVSEB3.js +0 -2
  2203. package/__chunks__/chunk-P3RKB7YF.js +0 -2
  2204. package/__chunks__/chunk-P57SMMH3.js +0 -2
  2205. package/__chunks__/chunk-P5W2WOU3.js +0 -102
  2206. package/__chunks__/chunk-P67ZWAEL.js +0 -2
  2207. package/__chunks__/chunk-P6W73G5S.js +0 -2
  2208. package/__chunks__/chunk-PARZFKXS.js +0 -2
  2209. package/__chunks__/chunk-PAVHGJ7A.js +0 -2
  2210. package/__chunks__/chunk-PENA4DTK.js +0 -2
  2211. package/__chunks__/chunk-PER2FSBR.js +0 -2
  2212. package/__chunks__/chunk-PJFKEEPZ.js +0 -2
  2213. package/__chunks__/chunk-PJVWIF3C.js +0 -2
  2214. package/__chunks__/chunk-PN4DBVEY.js +0 -2
  2215. package/__chunks__/chunk-PNVRKZHJ.js +0 -2
  2216. package/__chunks__/chunk-PP3JS5RC.js +0 -2
  2217. package/__chunks__/chunk-PQ67BTK6.js +0 -2
  2218. package/__chunks__/chunk-PQEWRDXW.js +0 -29
  2219. package/__chunks__/chunk-PRBZW4DD.js +0 -2
  2220. package/__chunks__/chunk-PSBMOFCK.js +0 -2
  2221. package/__chunks__/chunk-PSCYIOPM.js +0 -2
  2222. package/__chunks__/chunk-PSQT66HF.js +0 -2
  2223. package/__chunks__/chunk-PX7DZNTT.js +0 -2
  2224. package/__chunks__/chunk-PXHBOM4A.js +0 -2
  2225. package/__chunks__/chunk-PY7R4SJK.js +0 -2
  2226. package/__chunks__/chunk-PYACTRNA.js +0 -2
  2227. package/__chunks__/chunk-PYRJZWKH.js +0 -50
  2228. package/__chunks__/chunk-PZ4P3CVW.js +0 -2
  2229. package/__chunks__/chunk-PZDZ6CJ2.js +0 -2
  2230. package/__chunks__/chunk-PZNODIA5.js +0 -2
  2231. package/__chunks__/chunk-PZVM5DJI.js +0 -2
  2232. package/__chunks__/chunk-Q3EPMU7F.js +0 -2
  2233. package/__chunks__/chunk-Q3QS4PW2.js +0 -2
  2234. package/__chunks__/chunk-Q56RIRCU.js +0 -2
  2235. package/__chunks__/chunk-Q6QHLQQP.js +0 -2
  2236. package/__chunks__/chunk-Q6QVRIY7.js +0 -2
  2237. package/__chunks__/chunk-Q7L6EGVW.js +0 -2
  2238. package/__chunks__/chunk-QATDR53Q.js +0 -2
  2239. package/__chunks__/chunk-QAZMQ2BI.js +0 -150
  2240. package/__chunks__/chunk-QCGS2BTF.js +0 -2
  2241. package/__chunks__/chunk-QDQ6CDHS.js +0 -2
  2242. package/__chunks__/chunk-QGRJWDCZ.js +0 -2697
  2243. package/__chunks__/chunk-QLKV2O3W.js +0 -78
  2244. package/__chunks__/chunk-QO464X36.js +0 -2
  2245. package/__chunks__/chunk-QOMO6NOX.js +0 -2
  2246. package/__chunks__/chunk-QQ6GQQFJ.js +0 -2
  2247. package/__chunks__/chunk-QR3CY6EM.js +0 -2
  2248. package/__chunks__/chunk-QT23GU5U.js +0 -2
  2249. package/__chunks__/chunk-R2BMHETR.js +0 -2
  2250. package/__chunks__/chunk-R3WRQDFM.js +0 -2
  2251. package/__chunks__/chunk-R5K7LXZG.js +0 -2
  2252. package/__chunks__/chunk-R74CHVL3.js +0 -2
  2253. package/__chunks__/chunk-R7VXMYQB.js +0 -2
  2254. package/__chunks__/chunk-RA2H3JI5.js +0 -2
  2255. package/__chunks__/chunk-RALSJ7UN.js +0 -2
  2256. package/__chunks__/chunk-RCG33R3F.js +0 -2
  2257. package/__chunks__/chunk-RDDLMHUR.js +0 -2
  2258. package/__chunks__/chunk-RH43UVMO.js +0 -12
  2259. package/__chunks__/chunk-RH7KUPWQ.js +0 -2
  2260. package/__chunks__/chunk-RHYQCAKM.js +0 -2
  2261. package/__chunks__/chunk-RIHKFBCQ.js +0 -2
  2262. package/__chunks__/chunk-RIVYVIJP.js +0 -2
  2263. package/__chunks__/chunk-RJU4KCNG.js +0 -2
  2264. package/__chunks__/chunk-RK2CIIDU.js +0 -2
  2265. package/__chunks__/chunk-ROGP6DBQ.js +0 -2
  2266. package/__chunks__/chunk-RR2YAN5O.js +0 -2
  2267. package/__chunks__/chunk-RR5FIRRS.js +0 -2
  2268. package/__chunks__/chunk-RUMWRGYJ.js +0 -2
  2269. package/__chunks__/chunk-RVKOOM6N.js +0 -2
  2270. package/__chunks__/chunk-RW42WW6H.js +0 -2
  2271. package/__chunks__/chunk-RXTD4TRW.js +0 -2
  2272. package/__chunks__/chunk-S2ZXQSDD.js +0 -2
  2273. package/__chunks__/chunk-SAQ2TZS4.js +0 -2
  2274. package/__chunks__/chunk-SBNCP4FV.js +0 -2
  2275. package/__chunks__/chunk-SCCCWUJD.js +0 -2
  2276. package/__chunks__/chunk-SCEDIJIV.js +0 -2
  2277. package/__chunks__/chunk-SDCV7QKI.js +0 -2
  2278. package/__chunks__/chunk-SF7YQV6K.js +0 -2
  2279. package/__chunks__/chunk-SFDYFPTB.js +0 -2
  2280. package/__chunks__/chunk-SFQFF2AF.js +0 -2
  2281. package/__chunks__/chunk-SHIQHWWD.js +0 -2
  2282. package/__chunks__/chunk-SIJOXE6U.js +0 -2
  2283. package/__chunks__/chunk-SLAWLBGL.js +0 -2
  2284. package/__chunks__/chunk-SLIKTIHQ.js +0 -2
  2285. package/__chunks__/chunk-SLIVTINA.js +0 -2
  2286. package/__chunks__/chunk-SMUZ7PTJ.js +0 -2
  2287. package/__chunks__/chunk-SNQ7GR7D.js +0 -2
  2288. package/__chunks__/chunk-SQ2LGLMD.js +0 -2
  2289. package/__chunks__/chunk-SQJYWVIF.js +0 -2
  2290. package/__chunks__/chunk-SSPY6JME.js +0 -45
  2291. package/__chunks__/chunk-STAAYNEM.js +0 -22
  2292. package/__chunks__/chunk-STXBLUHN.js +0 -2
  2293. package/__chunks__/chunk-SVVUGJGK.js +0 -74
  2294. package/__chunks__/chunk-SWHXYWYV.js +0 -2
  2295. package/__chunks__/chunk-T22IAIIK.js +0 -2
  2296. package/__chunks__/chunk-T3QCF33F.js +0 -2
  2297. package/__chunks__/chunk-T623CLKO.js +0 -2
  2298. package/__chunks__/chunk-T6Q63BMA.js +0 -2
  2299. package/__chunks__/chunk-TE4VRMOT.js +0 -2
  2300. package/__chunks__/chunk-TGZRYSS2.js +0 -2
  2301. package/__chunks__/chunk-TH2SXGC4.js +0 -2
  2302. package/__chunks__/chunk-THKMTSLG.js +0 -23
  2303. package/__chunks__/chunk-THTSM336.js +0 -2
  2304. package/__chunks__/chunk-TKIIHBF2.js +0 -2
  2305. package/__chunks__/chunk-TN3IL6YQ.js +0 -2
  2306. package/__chunks__/chunk-TNJOR5TD.js +0 -2
  2307. package/__chunks__/chunk-TQL4R2MV.js +0 -2
  2308. package/__chunks__/chunk-TRBRCNJF.js +0 -2
  2309. package/__chunks__/chunk-TRSS2JUJ.js +0 -2
  2310. package/__chunks__/chunk-TTGJSNU5.js +0 -2
  2311. package/__chunks__/chunk-TURFC7JH.js +0 -2
  2312. package/__chunks__/chunk-TXAITGIS.js +0 -2
  2313. package/__chunks__/chunk-TYSF7USA.js +0 -2
  2314. package/__chunks__/chunk-TZMZ5OPG.js +0 -2
  2315. package/__chunks__/chunk-U2K2HPO3.js +0 -2
  2316. package/__chunks__/chunk-U3TQIHS4.js +0 -2
  2317. package/__chunks__/chunk-U4FRZESV.js +0 -2
  2318. package/__chunks__/chunk-U5PVN76N.js +0 -2
  2319. package/__chunks__/chunk-U62W3J3X.js +0 -2
  2320. package/__chunks__/chunk-U6FPCKTD.js +0 -2
  2321. package/__chunks__/chunk-U6RUMLCE.js +0 -2
  2322. package/__chunks__/chunk-U7F7ZR2V.js +0 -2
  2323. package/__chunks__/chunk-UCBDWIIG.js +0 -2
  2324. package/__chunks__/chunk-UCYH7SC7.js +0 -2
  2325. package/__chunks__/chunk-UD4NVB75.js +0 -4
  2326. package/__chunks__/chunk-UEUJMNDP.js +0 -63
  2327. package/__chunks__/chunk-UFJUUQ2P.js +0 -2
  2328. package/__chunks__/chunk-UG2C5XXR.js +0 -2
  2329. package/__chunks__/chunk-UHCBKM4D.js +0 -2
  2330. package/__chunks__/chunk-UIDXWJ2D.js +0 -2
  2331. package/__chunks__/chunk-UKAN5OVN.js +0 -2
  2332. package/__chunks__/chunk-ULVX6PF5.js +0 -34
  2333. package/__chunks__/chunk-UNJGE72T.js +0 -2
  2334. package/__chunks__/chunk-UOV3TP2K.js +0 -2
  2335. package/__chunks__/chunk-UPR54OMQ.js +0 -2
  2336. package/__chunks__/chunk-URBAOEFI.js +0 -2
  2337. package/__chunks__/chunk-UTMJMD7M.js +0 -2
  2338. package/__chunks__/chunk-UUYNGUKK.js +0 -2
  2339. package/__chunks__/chunk-UVB7SADY.js +0 -2
  2340. package/__chunks__/chunk-UVEBVCSE.js +0 -2
  2341. package/__chunks__/chunk-UWOEVQXU.js +0 -4
  2342. package/__chunks__/chunk-UXMR3JY4.js +0 -2
  2343. package/__chunks__/chunk-UXN7CAOL.js +0 -2
  2344. package/__chunks__/chunk-UY44VO7R.js +0 -2
  2345. package/__chunks__/chunk-UYFY4ZMX.js +0 -2
  2346. package/__chunks__/chunk-UZILE7CY.js +0 -2
  2347. package/__chunks__/chunk-V23YHW7Z.js +0 -2
  2348. package/__chunks__/chunk-V4RQXTXN.js +0 -2
  2349. package/__chunks__/chunk-V5YUPYKJ.js +0 -2
  2350. package/__chunks__/chunk-V7X45B6Y.js +0 -2
  2351. package/__chunks__/chunk-VA64J56Z.js +0 -2
  2352. package/__chunks__/chunk-VA7L6QSC.js +0 -2
  2353. package/__chunks__/chunk-VEEFLKZT.js +0 -30
  2354. package/__chunks__/chunk-VH5B3W6C.js +0 -2
  2355. package/__chunks__/chunk-VHQYZ2DW.js +0 -2
  2356. package/__chunks__/chunk-VIHCLOWS.js +0 -2
  2357. package/__chunks__/chunk-VIYC2VTP.js +0 -37
  2358. package/__chunks__/chunk-VJHFUSQI.js +0 -2
  2359. package/__chunks__/chunk-VJURDAL6.js +0 -47
  2360. package/__chunks__/chunk-VKHAQUPZ.js +0 -2
  2361. package/__chunks__/chunk-VMTNT4QP.js +0 -2
  2362. package/__chunks__/chunk-VPGECZPA.js +0 -2
  2363. package/__chunks__/chunk-VPNQXZMA.js +0 -2
  2364. package/__chunks__/chunk-VS6ULRSK.js +0 -2
  2365. package/__chunks__/chunk-VSVF332C.js +0 -2
  2366. package/__chunks__/chunk-VT6TBMKF.js +0 -2
  2367. package/__chunks__/chunk-VW2UBFJI.js +0 -2
  2368. package/__chunks__/chunk-VWIO5HEC.js +0 -2
  2369. package/__chunks__/chunk-VXHTYRHM.js +0 -2
  2370. package/__chunks__/chunk-VY5FLGSO.js +0 -2
  2371. package/__chunks__/chunk-W3MKS644.js +0 -2
  2372. package/__chunks__/chunk-W3MMCTWC.js +0 -2
  2373. package/__chunks__/chunk-W4BC2UD4.js +0 -2
  2374. package/__chunks__/chunk-W6HPOJ7Z.js +0 -2
  2375. package/__chunks__/chunk-W7NAFHKS.js +0 -2
  2376. package/__chunks__/chunk-W7S2CKBN.js +0 -2
  2377. package/__chunks__/chunk-W7SO52DM.js +0 -2
  2378. package/__chunks__/chunk-W7TP3MJ4.js +0 -2
  2379. package/__chunks__/chunk-W7XO2RYG.js +0 -2
  2380. package/__chunks__/chunk-WAH54MS7.js +0 -2
  2381. package/__chunks__/chunk-WAY2DWBE.js +0 -2
  2382. package/__chunks__/chunk-WB7PWRPM.js +0 -2
  2383. package/__chunks__/chunk-WBXVWGDO.js +0 -2
  2384. package/__chunks__/chunk-WC53YNCP.js +0 -2
  2385. package/__chunks__/chunk-WCGYUQU6.js +0 -2
  2386. package/__chunks__/chunk-WCNPRYKN.js +0 -2
  2387. package/__chunks__/chunk-WEUI2Z4N.js +0 -2
  2388. package/__chunks__/chunk-WISLI42M.js +0 -2
  2389. package/__chunks__/chunk-WJGL6LVA.js +0 -2
  2390. package/__chunks__/chunk-WJIAEE5T.js +0 -2
  2391. package/__chunks__/chunk-WMHTN55U.js +0 -2
  2392. package/__chunks__/chunk-WMRGA475.js +0 -2
  2393. package/__chunks__/chunk-WO342KEX.js +0 -2
  2394. package/__chunks__/chunk-WOY3DRDS.js +0 -2
  2395. package/__chunks__/chunk-WP4RD6AI.js +0 -2
  2396. package/__chunks__/chunk-WQFSDAGL.js +0 -2
  2397. package/__chunks__/chunk-WTAIM7XI.js +0 -2
  2398. package/__chunks__/chunk-WTIKHG7D.js +0 -2
  2399. package/__chunks__/chunk-WUYMTCGM.js +0 -2
  2400. package/__chunks__/chunk-WVMMNEHJ.js +0 -2
  2401. package/__chunks__/chunk-WWXKUP6U.js +0 -2
  2402. package/__chunks__/chunk-WYPN22GG.js +0 -2
  2403. package/__chunks__/chunk-X2JZA2ND.js +0 -2
  2404. package/__chunks__/chunk-X42PRFW5.js +0 -2
  2405. package/__chunks__/chunk-X46NTIXM.js +0 -2
  2406. package/__chunks__/chunk-X6SBN5GU.js +0 -2
  2407. package/__chunks__/chunk-X6SLOZPB.js +0 -2
  2408. package/__chunks__/chunk-XAN6ZSE2.js +0 -2
  2409. package/__chunks__/chunk-XAQNBFSL.js +0 -2
  2410. package/__chunks__/chunk-XAYXGYHJ.js +0 -2
  2411. package/__chunks__/chunk-XBGMJHRF.js +0 -2
  2412. package/__chunks__/chunk-XCZTLKJ3.js +0 -2
  2413. package/__chunks__/chunk-XDLACOEB.js +0 -2
  2414. package/__chunks__/chunk-XEVLKFVI.js +0 -2
  2415. package/__chunks__/chunk-XFIWPMC6.js +0 -2
  2416. package/__chunks__/chunk-XK4XOW72.js +0 -2
  2417. package/__chunks__/chunk-XL6WUWAJ.js +0 -2
  2418. package/__chunks__/chunk-XLQRX5CU.js +0 -2
  2419. package/__chunks__/chunk-XN6FVUVN.js +0 -2
  2420. package/__chunks__/chunk-XNFCZFZP.js +0 -2
  2421. package/__chunks__/chunk-XOU44ZL5.js +0 -107
  2422. package/__chunks__/chunk-XOZ662VA.js +0 -2
  2423. package/__chunks__/chunk-XSE3OFVU.js +0 -2
  2424. package/__chunks__/chunk-XTK6FBHD.js +0 -2
  2425. package/__chunks__/chunk-XU5AYFPI.js +0 -2
  2426. package/__chunks__/chunk-XWCMF4VC.js +0 -2
  2427. package/__chunks__/chunk-XWFLUBRK.js +0 -2
  2428. package/__chunks__/chunk-XX7KPOXP.js +0 -2
  2429. package/__chunks__/chunk-XXP2T2NS.js +0 -2
  2430. package/__chunks__/chunk-Y26RSX4F.js +0 -20
  2431. package/__chunks__/chunk-Y3TIMG5N.js +0 -7
  2432. package/__chunks__/chunk-Y4RXLAEX.js +0 -2
  2433. package/__chunks__/chunk-Y6LTVYIB.js +0 -2
  2434. package/__chunks__/chunk-Y6MKJ6ZD.js +0 -2
  2435. package/__chunks__/chunk-Y6R2FDDJ.js +0 -2
  2436. package/__chunks__/chunk-YAR2KJ42.js +0 -2
  2437. package/__chunks__/chunk-YBNZW627.js +0 -2
  2438. package/__chunks__/chunk-YDFYRVAM.js +0 -3
  2439. package/__chunks__/chunk-YE2LE7SL.js +0 -2
  2440. package/__chunks__/chunk-YF4C2R42.js +0 -2
  2441. package/__chunks__/chunk-YGB5RXSE.js +0 -2
  2442. package/__chunks__/chunk-YIIMPR72.js +0 -2
  2443. package/__chunks__/chunk-YJBI7LNL.js +0 -2
  2444. package/__chunks__/chunk-YJFNSJWQ.js +0 -2
  2445. package/__chunks__/chunk-YL3BJWSL.js +0 -2
  2446. package/__chunks__/chunk-YNJJZIKC.js +0 -2
  2447. package/__chunks__/chunk-YQMSWPSV.js +0 -4
  2448. package/__chunks__/chunk-YQTZDKPJ.js +0 -2
  2449. package/__chunks__/chunk-YRZKLN43.js +0 -2
  2450. package/__chunks__/chunk-YTYNUTPN.js +0 -2
  2451. package/__chunks__/chunk-YWXEDZXJ.js +0 -25
  2452. package/__chunks__/chunk-YXDSKOWB.js +0 -2
  2453. package/__chunks__/chunk-YXJVLN63.js +0 -2
  2454. package/__chunks__/chunk-YY2H3O4J.js +0 -2
  2455. package/__chunks__/chunk-YY2S77T7.js +0 -2
  2456. package/__chunks__/chunk-YYGVJULM.js +0 -2
  2457. package/__chunks__/chunk-YZCMISG5.js +0 -2
  2458. package/__chunks__/chunk-YZU7JJEY.js +0 -2
  2459. package/__chunks__/chunk-Z272LRJN.js +0 -2
  2460. package/__chunks__/chunk-Z2BB4U3V.js +0 -2
  2461. package/__chunks__/chunk-Z6VNKUO2.js +0 -2
  2462. package/__chunks__/chunk-ZA2RPPFH.js +0 -25
  2463. package/__chunks__/chunk-ZCAP76WF.js +0 -46
  2464. package/__chunks__/chunk-ZCTC2VJ6.js +0 -2
  2465. package/__chunks__/chunk-ZGIA77BT.js +0 -2
  2466. package/__chunks__/chunk-ZHMC3BOL.js +0 -2
  2467. package/__chunks__/chunk-ZJWF4U7P.js +0 -2
  2468. package/__chunks__/chunk-ZNOBUEMA.js +0 -2
  2469. package/__chunks__/chunk-ZOBMSGJT.js +0 -2
  2470. package/__chunks__/chunk-ZQX74JFY.js +0 -2
  2471. package/__chunks__/chunk-ZRD6IVNQ.js +0 -2
  2472. package/__chunks__/chunk-ZU62D7TL.js +0 -2
  2473. package/__chunks__/chunk-ZUVD4H3F.js +0 -2
  2474. package/__chunks__/chunk-ZWDPJPUT.js +0 -2
  2475. package/__chunks__/chunk-ZWGYHGGL.js +0 -2
  2476. package/__chunks__/chunk-ZYJTJW6F.js +0 -2
  2477. package/__chunks__/chunk-ZYK7LXDL.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var eu=Object.create;var kt=Object.defineProperty,tu=Object.defineProperties,ru=Object.getOwnPropertyDescriptor,nu=Object.getOwnPropertyDescriptors,ou=Object.getOwnPropertyNames,cr=Object.getOwnPropertySymbols,iu=Object.getPrototypeOf,xn=Object.prototype.hasOwnProperty,Xo=Object.prototype.propertyIsEnumerable;var Yo=(e,t,r)=>t in e?kt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,h=(e,t)=>{for(var r in t||(t={}))xn.call(t,r)&&Yo(e,r,t[r]);if(cr)for(var r of cr(t))Xo.call(t,r)&&Yo(e,r,t[r]);return e},P=(e,t)=>tu(e,nu(t));var vn=(e,t)=>{var r={};for(var o in e)xn.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&cr)for(var o of cr(e))t.indexOf(o)<0&&Xo.call(e,o)&&(r[o]=e[o]);return r};var A=(e,t)=>()=>(e&&(t=e(e=0)),t);var x=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ke=(e,t)=>{for(var r in t)kt(e,r,{get:t[r],enumerable:!0})},Zo=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ou(t))!xn.call(e,i)&&i!==r&&kt(e,i,{get:()=>t[i],enumerable:!(o=ru(t,i))||o.enumerable});return e};var b=(e,t,r)=>(r=e!=null?eu(iu(e)):{},Zo(t||!e||!e.__esModule?kt(r,"default",{value:e,enumerable:!0}):r,e)),Pt=e=>Zo(kt({},"__esModule",{value:!0}),e);var w=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{u(r.next(d))}catch(f){i(f)}},p=d=>{try{u(r.throw(d))}catch(f){i(f)}},u=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);u((r=r.apply(e,t)).next())});var ei=x(lr=>{"use strict";n();lr.byteLength=au;lr.toByteArray=lu;lr.fromByteArray=du;var ge=[],ae=[],su=typeof Uint8Array!="undefined"?Uint8Array:Array,wn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ye=0,Jo=wn.length;Ye<Jo;++Ye)ge[Ye]=wn[Ye],ae[wn.charCodeAt(Ye)]=Ye;var Ye,Jo;ae["-".charCodeAt(0)]=62;ae["_".charCodeAt(0)]=63;function Qo(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function au(e){var t=Qo(e),r=t[0],o=t[1];return(r+o)*3/4-o}function cu(e,t,r){return(t+r)*3/4-r}function lu(e){var t,r=Qo(e),o=r[0],i=r[1],l=new su(cu(e,o,i)),p=0,u=i>0?o-4:o,d;for(d=0;d<u;d+=4)t=ae[e.charCodeAt(d)]<<18|ae[e.charCodeAt(d+1)]<<12|ae[e.charCodeAt(d+2)]<<6|ae[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=ae[e.charCodeAt(d)]<<2|ae[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=ae[e.charCodeAt(d)]<<10|ae[e.charCodeAt(d+1)]<<4|ae[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function pu(e){return ge[e>>18&63]+ge[e>>12&63]+ge[e>>6&63]+ge[e&63]}function uu(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(pu(o));return i.join("")}function du(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,u=r-o;p<u;p+=l)i.push(uu(e,p,p+l>u?u:p+l));return o===1?(t=e[r-1],i.push(ge[t>>2]+ge[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(ge[t>>10]+ge[t>>4&63]+ge[t<<2&63]+"=")),i.join("")}});var ti=x(An=>{n();An.read=function(e,t,r,o,i){var l,p,u=i*8-o-1,d=(1<<u)-1,f=d>>1,g=-7,T=r?i-1:0,y=r?-1:1,S=e[t+T];for(T+=y,l=S&(1<<-g)-1,S>>=-g,g+=u;g>0;l=l*256+e[t+T],T+=y,g-=8);for(p=l&(1<<-g)-1,l>>=-g,g+=o;g>0;p=p*256+e[t+T],T+=y,g-=8);if(l===0)l=1-f;else{if(l===d)return p?NaN:(S?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-f}return(S?-1:1)*p*Math.pow(2,l-o)};An.write=function(e,t,r,o,i,l){var p,u,d,f=l*8-i-1,g=(1<<f)-1,T=g>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=o?0:l-1,k=o?1:-1,C=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(u=isNaN(t)?1:0,p=g):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+T>=1?t+=y/d:t+=y*Math.pow(2,1-T),t*d>=2&&(p++,d/=2),p+T>=g?(u=0,p=g):p+T>=1?(u=(t*d-1)*Math.pow(2,i),p=p+T):(u=t*Math.pow(2,T-1)*Math.pow(2,i),p=0));i>=8;e[r+S]=u&255,S+=k,u/=256,i-=8);for(p=p<<i|u,f+=i;f>0;e[r+S]=p&255,S+=k,p/=256,f-=8);e[r+S-k]|=C*128}});var gi=x(lt=>{"use strict";n();var bn=ei(),ct=ti(),ri=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;lt.Buffer=m;lt.SlowBuffer=yu;lt.INSPECT_MAX_BYTES=50;var pr=2147483647;lt.kMaxLength=pr;m.TYPED_ARRAY_SUPPORT=mu();!m.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 mu(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(m.prototype,"parent",{enumerable:!0,get:function(){if(!!m.isBuffer(this))return this.buffer}});Object.defineProperty(m.prototype,"offset",{enumerable:!0,get:function(){if(!!m.isBuffer(this))return this.byteOffset}});function Le(e){if(e>pr)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,m.prototype),t}function m(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Pn(e)}return ii(e,t,r)}m.poolSize=8192;function ii(e,t,r){if(typeof e=="string")return fu(e,t);if(ArrayBuffer.isView(e))return Tu(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(fe(e,ArrayBuffer)||e&&fe(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(fe(e,SharedArrayBuffer)||e&&fe(e.buffer,SharedArrayBuffer)))return En(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return m.from(o,t,r);var i=hu(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return m.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}m.from=function(e,t,r){return ii(e,t,r)};Object.setPrototypeOf(m.prototype,Uint8Array.prototype);Object.setPrototypeOf(m,Uint8Array);function si(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 gu(e,t,r){return si(e),e<=0?Le(e):t!==void 0?typeof r=="string"?Le(e).fill(t,r):Le(e).fill(t):Le(e)}m.alloc=function(e,t,r){return gu(e,t,r)};function Pn(e){return si(e),Le(e<0?0:Ln(e)|0)}m.allocUnsafe=function(e){return Pn(e)};m.allocUnsafeSlow=function(e){return Pn(e)};function fu(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!m.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=ai(e,t)|0,o=Le(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function In(e){for(var t=e.length<0?0:Ln(e.length)|0,r=Le(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Tu(e){if(fe(e,Uint8Array)){var t=new Uint8Array(e);return En(t.buffer,t.byteOffset,t.byteLength)}return In(e)}function En(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,m.prototype),o}function hu(e){if(m.isBuffer(e)){var t=Ln(e.length)|0,r=Le(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Nn(e.length)?Le(0):In(e);if(e.type==="Buffer"&&Array.isArray(e.data))return In(e.data)}function Ln(e){if(e>=pr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+pr.toString(16)+" bytes");return e|0}function yu(e){return+e!=e&&(e=0),m.alloc(+e)}m.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==m.prototype};m.compare=function(t,r){if(fe(t,Uint8Array)&&(t=m.from(t,t.offset,t.byteLength)),fe(r,Uint8Array)&&(r=m.from(r,r.offset,r.byteLength)),!m.isBuffer(t)||!m.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};m.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};m.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return m.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=m.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(fe(p,Uint8Array))l+p.length>i.length?m.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(m.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function ai(e,t){if(m.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||fe(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return kn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return mi(e).length;default:if(i)return o?-1:kn(e).length;t=(""+t).toLowerCase(),i=!0}}m.byteLength=ai;function Su(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return Lu(this,t,r);case"utf8":case"utf-8":return li(this,t,r);case"ascii":return ku(this,t,r);case"latin1":case"binary":return Pu(this,t,r);case"base64":return Iu(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Nu(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}m.prototype._isBuffer=!0;function Xe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}m.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)Xe(this,r,r+1);return this};m.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)Xe(this,r,r+3),Xe(this,r+1,r+2);return this};m.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)Xe(this,r,r+7),Xe(this,r+1,r+6),Xe(this,r+2,r+5),Xe(this,r+3,r+4);return this};m.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?li(this,0,t):Su.apply(this,arguments)};m.prototype.toLocaleString=m.prototype.toString;m.prototype.equals=function(t){if(!m.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:m.compare(this,t)===0};m.prototype.inspect=function(){var t="",r=lt.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};ri&&(m.prototype[ri]=m.prototype.inspect);m.prototype.compare=function(t,r,o,i,l){if(fe(t,Uint8Array)&&(t=m.from(t,t.offset,t.byteLength)),!m.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,u=o-r,d=Math.min(p,u),f=this.slice(i,l),g=t.slice(r,o),T=0;T<d;++T)if(f[T]!==g[T]){p=f[T],u=g[T];break}return p<u?-1:u<p?1:0};function ci(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Nn(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=m.from(t,o)),m.isBuffer(t))return t.length===0?-1:ni(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):ni(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function ni(e,t,r,o,i){var l=1,p=e.length,u=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,u/=2,r/=2}function d(S,k){return l===1?S[k]:S.readUInt16BE(k*l)}var f;if(i){var g=-1;for(f=r;f<p;f++)if(d(e,f)===d(t,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===u)return g*l}else g!==-1&&(f-=f-g),g=-1}else for(r+u>p&&(r=p-u),f=r;f>=0;f--){for(var T=!0,y=0;y<u;y++)if(d(e,f+y)!==d(t,y)){T=!1;break}if(T)return f}return-1}m.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};m.prototype.indexOf=function(t,r,o){return ci(this,t,r,o,!0)};m.prototype.lastIndexOf=function(t,r,o){return ci(this,t,r,o,!1)};function xu(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var u=parseInt(t.substr(p*2,2),16);if(Nn(u))return p;e[r+p]=u}return p}function vu(e,t,r,o){return ur(kn(t,e.length-r),e,r,o)}function wu(e,t,r,o){return ur(Du(t),e,r,o)}function Au(e,t,r,o){return ur(mi(t),e,r,o)}function bu(e,t,r,o){return ur(_u(t,e.length-r),e,r,o)}m.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return xu(this,t,r,o);case"utf8":case"utf-8":return vu(this,t,r,o);case"ascii":case"latin1":case"binary":return wu(this,t,r,o);case"base64":return Au(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return bu(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};m.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Iu(e,t,r){return t===0&&r===e.length?bn.fromByteArray(e):bn.fromByteArray(e.slice(t,r))}function li(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,u=l>239?4:l>223?3:l>191?2:1;if(i+u<=r){var d,f,g,T;switch(u){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(T=(l&31)<<6|d&63,T>127&&(p=T));break;case 3:d=e[i+1],f=e[i+2],(d&192)===128&&(f&192)===128&&(T=(l&15)<<12|(d&63)<<6|f&63,T>2047&&(T<55296||T>57343)&&(p=T));break;case 4:d=e[i+1],f=e[i+2],g=e[i+3],(d&192)===128&&(f&192)===128&&(g&192)===128&&(T=(l&15)<<18|(d&63)<<12|(f&63)<<6|g&63,T>65535&&T<1114112&&(p=T))}}p===null?(p=65533,u=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=u}return Eu(o)}var oi=4096;function Eu(e){var t=e.length;if(t<=oi)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=oi));return r}function ku(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Pu(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function Lu(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=Ou[e[l]];return i}function Nu(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}m.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,m.prototype),i};function H(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}m.prototype.readUintLE=m.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};m.prototype.readUintBE=m.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};m.prototype.readUint8=m.prototype.readUInt8=function(t,r){return t=t>>>0,r||H(t,1,this.length),this[t]};m.prototype.readUint16LE=m.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||H(t,2,this.length),this[t]|this[t+1]<<8};m.prototype.readUint16BE=m.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||H(t,2,this.length),this[t]<<8|this[t+1]};m.prototype.readUint32LE=m.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||H(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};m.prototype.readUint32BE=m.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||H(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};m.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};m.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};m.prototype.readInt8=function(t,r){return t=t>>>0,r||H(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};m.prototype.readInt16LE=function(t,r){t=t>>>0,r||H(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};m.prototype.readInt16BE=function(t,r){t=t>>>0,r||H(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};m.prototype.readInt32LE=function(t,r){return t=t>>>0,r||H(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};m.prototype.readInt32BE=function(t,r){return t=t>>>0,r||H(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};m.prototype.readFloatLE=function(t,r){return t=t>>>0,r||H(t,4,this.length),ct.read(this,t,!0,23,4)};m.prototype.readFloatBE=function(t,r){return t=t>>>0,r||H(t,4,this.length),ct.read(this,t,!1,23,4)};m.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||H(t,8,this.length),ct.read(this,t,!0,52,8)};m.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||H(t,8,this.length),ct.read(this,t,!1,52,8)};function ee(e,t,r,o,i,l){if(!m.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}m.prototype.writeUintLE=m.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;ee(this,t,r,o,l,0)}var p=1,u=0;for(this[r]=t&255;++u<o&&(p*=256);)this[r+u]=t/p&255;return r+o};m.prototype.writeUintBE=m.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;ee(this,t,r,o,l,0)}var p=o-1,u=1;for(this[r+p]=t&255;--p>=0&&(u*=256);)this[r+p]=t/u&255;return r+o};m.prototype.writeUint8=m.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,1,255,0),this[r]=t&255,r+1};m.prototype.writeUint16LE=m.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};m.prototype.writeUint16BE=m.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};m.prototype.writeUint32LE=m.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};m.prototype.writeUint32BE=m.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};m.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);ee(this,t,r,o,l-1,-l)}var p=0,u=1,d=0;for(this[r]=t&255;++p<o&&(u*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/u>>0)-d&255;return r+o};m.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);ee(this,t,r,o,l-1,-l)}var p=o-1,u=1,d=0;for(this[r+p]=t&255;--p>=0&&(u*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/u>>0)-d&255;return r+o};m.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};m.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};m.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};m.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};m.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function pi(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function ui(e,t,r,o,i){return t=+t,r=r>>>0,i||pi(e,t,r,4,34028234663852886e22,-34028234663852886e22),ct.write(e,t,r,o,23,4),r+4}m.prototype.writeFloatLE=function(t,r,o){return ui(this,t,r,!0,o)};m.prototype.writeFloatBE=function(t,r,o){return ui(this,t,r,!1,o)};function di(e,t,r,o,i){return t=+t,r=r>>>0,i||pi(e,t,r,8,17976931348623157e292,-17976931348623157e292),ct.write(e,t,r,o,52,8),r+8}m.prototype.writeDoubleLE=function(t,r,o){return di(this,t,r,!0,o)};m.prototype.writeDoubleBE=function(t,r,o){return di(this,t,r,!1,o)};m.prototype.copy=function(t,r,o,i){if(!m.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};m.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!m.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var u=m.isBuffer(t)?t:m.from(t,i),d=u.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=u[p%d]}return this};var Ru=/[^+/0-9A-Za-z-_]/g;function Cu(e){if(e=e.split("=")[0],e=e.trim().replace(Ru,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function kn(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function Du(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function _u(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function mi(e){return bn.toByteArray(Cu(e))}function ur(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function fe(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Nn(e){return e!==e}var Ou=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Si=x((lh,yi)=>{n();var G=yi.exports={},Te,he;function Rn(){throw new Error("setTimeout has not been defined")}function Cn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Te=setTimeout:Te=Rn}catch(e){Te=Rn}try{typeof clearTimeout=="function"?he=clearTimeout:he=Cn}catch(e){he=Cn}})();function fi(e){if(Te===setTimeout)return setTimeout(e,0);if((Te===Rn||!Te)&&setTimeout)return Te=setTimeout,setTimeout(e,0);try{return Te(e,0)}catch(t){try{return Te.call(null,e,0)}catch(r){return Te.call(this,e,0)}}}function Mu(e){if(he===clearTimeout)return clearTimeout(e);if((he===Cn||!he)&&clearTimeout)return he=clearTimeout,clearTimeout(e);try{return he(e)}catch(t){try{return he.call(null,e)}catch(r){return he.call(this,e)}}}var Ne=[],pt=!1,Ze,dr=-1;function Fu(){!pt||!Ze||(pt=!1,Ze.length?Ne=Ze.concat(Ne):dr=-1,Ne.length&&Ti())}function Ti(){if(!pt){var e=fi(Fu);pt=!0;for(var t=Ne.length;t;){for(Ze=Ne,Ne=[];++dr<t;)Ze&&Ze[dr].run();dr=-1,t=Ne.length}Ze=null,pt=!1,Mu(e)}}G.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];Ne.push(new hi(e,t)),Ne.length===1&&!pt&&fi(Ti)};function hi(e,t){this.fun=e,this.array=t}hi.prototype.run=function(){this.fun.apply(null,this.array)};G.title="browser";G.browser=!0;G.env={};G.argv=[];G.version="";G.versions={};function Re(){}G.on=Re;G.addListener=Re;G.once=Re;G.off=Re;G.removeListener=Re;G.removeAllListeners=Re;G.emit=Re;G.prependListener=Re;G.prependOnceListener=Re;G.listeners=function(e){return[]};G.binding=function(e){throw new Error("process.binding is not supported")};G.cwd=function(){return"/"};G.chdir=function(e){throw new Error("process.chdir is not supported")};G.umask=function(){return 0}});var s,c,Bu,a,n=A(()=>{s=b(gi()),c=b(Si()),Bu=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object),a=Bu});var xi=A(()=>{"use strict";n()});var vi,Ce,wi,Ai,bi,Lt,Dn=A(()=>{"use strict";n();vi="error when signing",Ce="Transaction canceled",wi="error signing transaction",Ai="provider not initialized",bi="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Lt="You cannot sign transactions from a different account"});var Ii=A(()=>{"use strict";n()});var _n,Ei=A(()=>{"use strict";n();_n=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(_n||{})});var ki=A(()=>{"use strict";n()});var On,Mn=A(()=>{"use strict";n();On={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 Pi=A(()=>{"use strict";n()});var Fn,Bn=A(()=>{"use strict";n();Fn=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(Fn||{})});var Li=A(()=>{"use strict";n()});var Ni=A(()=>{"use strict";n()});var mr,Ri,Sh,Ci,xh,Y=A(()=>{"use strict";n();mr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types"),Ri=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Ri||{}),Sh=h(h({},mr.CrossWindowProviderRequestEnums),Ri),Ci=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(Ci||{}),xh=h(h({},mr.CrossWindowProviderResponseEnums),Ci)});var Di=A(()=>{"use strict";n()});var _i=A(()=>{"use strict";n()});var te=A(()=>{"use strict";n()});var Oi=A(()=>{"use strict";n()});var Mi=A(()=>{"use strict";n()});var Fi=A(()=>{"use strict";n()});var j=A(()=>{"use strict";n();Bn();Li();Ni();Y();Di();_i();te();Oi();Mi();Fi()});var Je,Bi,Fh,Ui,Bh,Gi,Uh,Gh,Wi,ut=A(()=>{"use strict";n();j();Je={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Bi,egldLabel:Fh}=Je["devnet"],{chainId:Ui,egldLabel:Bh}=Je["testnet"],{chainId:Gi,egldLabel:Uh}=Je["mainnet"],Gh={["devnet"]:Bi,["testnet"]:Ui,["mainnet"]:Gi},Wi={[Bi]:"devnet",[Ui]:"testnet",[Gi]:"mainnet"}});var $i=A(()=>{"use strict";n()});var ye,Vi=A(()=>{"use strict";n();ye=require("@multiversx/sdk-web-wallet-provider")});var Nt,gr,Hi,qi,ji,Se,fr,Tr,zi,dt,R=A(()=>{"use strict";n();xi();Dn();Ii();Ei();ki();Mn();Pi();ut();$i();Vi();Nt=5e4,gr=1e9,Hi=1,qi=1,ji="/dapp/init",Se="signSession",fr="sdk-dapp-version",Tr="logout",zi="login",dt="0"});var Rt,hr=A(()=>{"use strict";n();Rt=()=>Date.now()/1e3});var Ki=A(()=>{"use strict";n()});var Yi=A(()=>{"use strict";n()});var Xi=A(()=>{"use strict";n();hr();Ki();Yi()});var Un={};Ke(Un,{clear:()=>$u,getItem:()=>Gu,localStorageKeys:()=>le,removeItem:()=>Wu,setItem:()=>Uu});var le,yr,Uu,Gu,Wu,$u,mt=A(()=>{"use strict";n();Xi();le={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},yr=typeof localStorage!="undefined",Uu=({key:e,data:t,expires:r})=>{!yr||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Gu=e=>{if(!yr)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Rt()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Wu=e=>{!yr||localStorage.removeItem(String(e))},$u=()=>{!yr||localStorage.clear()}});var Gn={};Ke(Gn,{clear:()=>es,getItem:()=>Ji,removeItem:()=>Qi,setItem:()=>Zi,storage:()=>Vu});var Zi,Ji,Qi,es,Vu,ts=A(()=>{"use strict";n();Zi=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Ji=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Qi=e=>sessionStorage.removeItem(String(e)),es=()=>sessionStorage.clear(),Vu={setItem:Zi,getItem:Ji,removeItem:Qi,clear:es}});var xe,Ct=A(()=>{"use strict";n();mt();ts();xe={session:Gn,local:Un}});var Wn,B,Dt,oe=A(()=>{"use strict";n();Wn=require("@reduxjs/toolkit");R();B=(0,Wn.createAction)(Tr),Dt=(0,Wn.createAction)(zi,e=>({payload:e}))});var Vn,rs,ns,Sr,$n,os,xr,yy,Hn,Sy,xy,vy,wy,Ay,by,Iy,Ey,vr,wr=A(()=>{"use strict";n();Vn=require("@multiversx/sdk-core"),rs=require("@reduxjs/toolkit"),ns=require("redux-persist");R();Ct();mt();oe();Sr={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:dt},$n={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Sr},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},os=(0,rs.createSlice)({name:"accountInfoSlice",initialState:$n,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Vn.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Sr},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(B,()=>(xe.local.removeItem(le.loginExpiresAt),$n)),e.addCase(Dt,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Vn.Address(o).hex()}),e.addCase(ns.REHYDRATE,(t,r)=>{var f;if(!((f=r.payload)!=null&&f.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:u}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:$n.accounts,t.publicKey=u})}}),{setAccount:xr,setAddress:yy,setAccountNonce:Hn,setAccountShard:Sy,setLedgerAccount:xy,updateLedgerAccount:vy,setWalletConnectAccount:wy,setIsAccountLoading:Ay,setAccountLoadingError:by,setWebsocketEvent:Iy,setWebsocketBatchEvent:Ey}=os.actions,vr=os.reducer});function _t(){return new Date().setHours(new Date().getHours()+24)}function Ot(e){xe.local.setItem({key:le.loginExpiresAt,data:e,expires:e})}var qn=A(()=>{"use strict";n();Ct();mt()});var ss,is,as,My,Fy,By,Uy,Gy,Wy,cs,$y,Ar,br=A(()=>{"use strict";n();ss=require("@reduxjs/toolkit");qn();Y();oe();is={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,crossWindowLogin:null,isLoginSessionInvalid:!1},as=(0,ss.createSlice)({name:"loginInfoSlice",initialState:is,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(B,()=>is),e.addCase(Dt,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,Ot(_t())})}}),{setLoginMethod:My,setWalletConnectLogin:Fy,setLedgerLogin:By,setTokenLogin:Uy,setTokenLoginSignature:Gy,setWalletLogin:Wy,invalidateLoginSession:cs,setLogoutRoute:$y}=as.actions,Ar=as.reducer});var ps,ls,us,jy,Hu,zy,Ky,Ir,Er=A(()=>{"use strict";n();ps=require("@reduxjs/toolkit");oe();ls={},us=(0,ps.createSlice)({name:"modalsSlice",initialState:ls,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(B,()=>ls)}}),{setTxSubmittedModal:jy,setNotificationModal:Hu,clearTxSubmittedModal:zy,clearNotificationModal:Ky}=us.actions,Ir=us.reducer});var ds,ms,Mt,kr=A(()=>{"use strict";n();ds=!1,ms=(e=!0)=>{ds=e},Mt=({timeout:e=0,url:t})=>{ds||setTimeout(()=>{if(!!window)return window.location.assign(t)},e)}});var gs=A(()=>{"use strict";n();kr()});function fs(e){return e[Math.floor(Math.random()*e.length)]}var Ts=A(()=>{"use strict";n()});function ys(e){let t=null;if((e==null?void 0:e.statusCode)in On){let r=e==null?void 0:e.statusCode,{message:o}=On[r];t=zu.includes(r)?hs:o}return{errorMessage:t,defaultErrorMessage:hs}}var hs,qu,ju,zu,jn=A(()=>{"use strict";n();Mn();hs="Check if the MultiversX app is open on Ledger",qu=28161,ju=28160,zu=[qu,ju]});var Ss=A(()=>{"use strict";n();gs();Ts();jn()});var xs,vs,ws,zn,Ku,As,lS,pS,uS,Pr,Lr=A(()=>{"use strict";n();xs=require("@reduxjs/toolkit"),vs=b(require("lodash.omit")),ws=require("redux-persist");oe();Ss();zn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Ku={network:zn,chainID:"-1"},As=(0,xs.createSlice)({name:"appConfig",initialState:Ku,reducers:{initializeNetworkConfig:(e,t)=>{let r=fs(t.payload.walletConnectV2RelayAddresses),o=(0,vs.default)(t.payload,"walletConnectV2RelayAddresses");e.network=P(h(h({},e.network),o),{walletConnectV2RelayAddress:r})},setChainID:(e,t)=>{e.chainID=t.payload},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(B,t=>{t.network.customWalletAddress=void 0}),e.addCase(ws.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:lS,setChainID:pS,setCustomWalletAddress:uS}=As.actions,Pr=As.reducer});var bs,Kn,Is,hS,yS,SS,Nr,Rr=A(()=>{"use strict";n();bs=require("@reduxjs/toolkit");j();oe();Kn={isSigning:!1,signedSessions:{}},Is=(0,bs.createSlice)({name:"signedMessageInfoSliceState",initialState:Kn,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=h(h({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>h(h({},e),t.payload),clearSignedMessageInfo:()=>Kn},extraReducers:e=>{e.addCase(B,()=>Kn)}}),{setSignSession:hS,clearSignedMessageInfo:yS,setSignSessionState:SS}=Is.actions,Nr=Is.reducer});var ks,Ps,Es,Ls,ES,kS,PS,Yu,Cr,Dr=A(()=>{"use strict";n();ks=require("@reduxjs/toolkit"),Ps=require("redux-persist");j();hr();oe();Es={customToasts:[],transactionToasts:[]},Ls=(0,ks.createSlice)({name:"toastsSlice",initialState:Es,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=P(h(h({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(P(h({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Rt(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(B,()=>Es),e.addCase(Ps.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:ES,removeCustomToast:kS,addTransactionToast:PS,removeTransactionToast:Yu}=Ls.actions,Cr=Ls.reducer});var Ns,Xn,Zn,Jn,Xu,Yn,Rs,CS,Zu,gt,_r,Or=A(()=>{"use strict";n();Ns=require("@reduxjs/toolkit");oe();Xn="Transaction failed",Zn="Transaction successful",Jn="Processing transaction",Xu="Transaction submitted",Yn={},Rs=(0,Ns.createSlice)({name:"transactionsInfo",initialState:Yn,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||Xn,successMessage:(o==null?void 0:o.successMessage)||Zn,processingMessage:(o==null?void 0:o.processingMessage)||Jn,submittedMessage:(o==null?void 0:o.submittedMessage)||Xu,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Yn},extraReducers:e=>{e.addCase(B,()=>Yn)}}),{clearTransactionsInfo:CS,setTransactionsDisplayInfo:Zu,clearTransactionsInfoForSessionId:gt}=Rs.actions,_r=Rs.reducer});function ve(e){return e!=null&&(ad(e)||dd(e))}function $e(e){return e!=null&&(cd(e)||md(e))}function Ve(e){return e!=null&&(ld(e)||gd(e))}function Cs(e){return e!=null&&(pd(e)||fd(e))}function Mr(e){return e!=null&&ud(e)}function ad(e){return e!=null&&Ju.includes(e)}function cd(e){return e!=null&&Qu.includes(e)}function ld(e){return e!=null&&ed.includes(e)}function pd(e){return e!=null&&td.includes(e)}function ud(e){return e!=null&&rd.includes(e)}function dd(e){return e!=null&&nd.includes(e)}function md(e){return e!=null&&od.includes(e)}function gd(e){return e!=null&&id.includes(e)}function fd(e){return e!=null&&sd.includes(e)}var Ju,Qu,ed,td,rd,nd,od,id,sd,Tt=A(()=>{"use strict";n();Y();Ju=["sent"],Qu=["success"],ed=["fail","cancelled","timedOut"],td=["invalid"],rd=["timedOut"],nd=["pending"],od=["success"],id=["fail","invalid"],sd=["not executed"]});var Ds,_s,Ft,Td,Os,ht,Fr,hd,He,Ms,yd,WS,Fs,De,we,$S,Br,Ur=A(()=>{"use strict";n();Ds=require("@reduxjs/toolkit"),_s=require("redux-persist");Y();Tt();oe();Ft={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Td={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Os=(0,Ds.createSlice)({name:"transactionsSlice",initialState:Ft,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,f;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:u}=t.payload;e.customTransactionInformationForSessionId[r]=h(h(h({},Td),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:h(h({},e.customTransactionInformationForSessionId[r]),u!=null?u:{})},((f=e==null?void 0:e.transactionsToSign)==null?void 0:f.sessionId)===r&&(e.transactionsToSign=Ft.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=h(h({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var d,f,g,T,y,S,k,C;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,inTransit:p}=t.payload,u=(f=(d=e.signedTransactions)==null?void 0:d[r])==null?void 0:f.transactions;if(u!=null){e.signedTransactions[r].transactions=u.map(D=>D.hash===l?P(h({},D),{status:o,errorMessage:i,inTransit:p}):D);let N=(T=(g=e.signedTransactions[r])==null?void 0:g.transactions)==null?void 0:T.every(D=>$e(D.status)),W=(S=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:S.every(D=>Ve(D.status)),z=(C=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:C.every(D=>Cs(D.status));N&&(e.signedTransactions[r].status="success"),W&&(e.signedTransactions[r].status="fail"),z&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Ft.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Ft.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=h(h({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(B,()=>Ft),e.addCase(_s.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((u,[d,f])=>{let g=new Date(d),T=new Date;return T.setHours(T.getHours()+5),T-g>0||(u[d]=f),u},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:ht,updateSignedTransactions:Fr,setTransactionsToSign:hd,clearAllTransactionsToSign:He,clearAllSignedTransactions:Ms,clearSignedTransaction:yd,clearTransactionToSign:WS,setSignTransactionsError:Fs,setSignTransactionsCancelMessage:De,moveTransactionsToSignedState:we,updateSignedTransactionsCustomTransactionInformation:$S}=Os.actions,Br=Os.reducer});var Bs,Qn,Us,jS,zS,Sd,KS,Gr,Wr=A(()=>{"use strict";n();Bs=require("@reduxjs/toolkit");oe();Qn={},Us=(0,Bs.createSlice)({name:"batchTransactionsSlice",initialState:Qn,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>Qn},extraReducers:e=>{e.addCase(B,()=>Qn)}}),{setBatchTransactions:jS,updateBatchTransactions:zS,clearBatchTransactions:Sd,clearAllBatchTransactions:KS}=Us.actions,Gr=Us.reducer});var Ws,Gs,$s,JS,Vs,eo=A(()=>{"use strict";n();Ws=require("@reduxjs/toolkit");oe();Gs={},$s=(0,Ws.createSlice)({name:"dappConfigSlice",initialState:Gs,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(B,()=>Gs)}}),{setDappConfig:JS}=$s.actions,Vs=$s.reducer});var q=A(()=>{"use strict";n();wr();br();Er();Lr();Rr();Dr();Or();Ur();Wr();eo()});var to=A(()=>{"use strict";n()});var js,Ad,bd,tt,Hr=A(()=>{"use strict";n();js=require("@reduxjs/toolkit");to();wr();Wr();eo();br();Er();Lr();Rr();Dr();Or();Ur();Ad={["account"]:vr,["dappConfig"]:Vs,["loginInfo"]:Ar,["modals"]:Ir,["networkConfig"]:Pr,["signedMessageInfo"]:Nr,["toasts"]:Cr,["transactionsInfo"]:_r,["transactions"]:Br,["batchTransactions"]:Gr},bd=(e={})=>(0,js.combineReducers)(h(h({},Ad),e)),tt=bd});var Xs={};Ke(Xs,{default:()=>Gd,sessionStorageReducers:()=>ro});function _e(e,t=[]){return{key:e,version:1,storage:Ks.default,blacklist:t}}var re,zs,Ks,Id,Bt,Ed,kd,Pd,Ld,Nd,Rd,Cd,Dd,_d,Od,Ys,Md,ro,Fd,Bd,Ud,Gd,Zs=A(()=>{"use strict";n();re=require("redux-persist"),zs=b(require("redux-persist/lib/storage")),Ks=b(require("redux-persist/lib/storage/session"));Hr();q();wr();Wr();br();Er();Lr();Rr();Dr();Or();Ur();to();Id={persistReducersStorageType:"localStorage"},Bt={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ed=_e(Bt["account"]),kd=_e(Bt["loginInfo"]),Pd=_e(Bt["modals"]),Ld=_e(Bt["networkConfig"]),Nd={2:e=>P(h({},e),{networkConfig:zn})};Rd=_e("sdk-dapp-transactionsInfo"),Cd=_e("sdk-dapp-transactions",["transactionsToSign"]),Dd=_e("sdk-dapp-batchTransactions",["batchTransactions"]),_d=_e("sdk-dapp-toasts"),Od=_e("sdk-dapp-signedMessageInfo"),Ys={key:"sdk-dapp-store",version:2,storage:zs.default,whitelist:Object.keys(Bt),migrate:(0,re.createMigrate)(Nd,{debug:!1})},Md=P(h({},Ys),{whitelist:[]}),ro={["toasts"]:(0,re.persistReducer)(_d,Cr),["transactions"]:(0,re.persistReducer)(Cd,Br),["transactionsInfo"]:(0,re.persistReducer)(Rd,_r),["batchTransactions"]:(0,re.persistReducer)(Dd,Gr),["signedMessageInfo"]:(0,re.persistReducer)(Od,Nr)},Fd=P(h({},ro),{["account"]:(0,re.persistReducer)(Ed,vr),["loginInfo"]:(0,re.persistReducer)(kd,Ar),["modals"]:(0,re.persistReducer)(Pd,Ir),["networkConfig"]:(0,re.persistReducer)(Ld,Pr)}),Bd=Id.persistReducersStorageType==="localStorage",Ud=Bd?(0,re.persistReducer)(Ys,tt(ro)):(0,re.persistReducer)(Md,tt(Fd)),Gd=Ud});var Js={};Ke(Js,{default:()=>Wd});var Wd,Qs=A(()=>{"use strict";n();Hr();Wd=tt()});var ea={};Ke(ea,{default:()=>Vd});var ce,$d,Vd,ta=A(()=>{"use strict";n();ce=require("redux-persist"),$d=[ce.FLUSH,ce.REHYDRATE,ce.PAUSE,ce.PERSIST,ce.PURGE,ce.REGISTER],Vd=$d});var oa={};Ke(oa,{default:()=>na});function na(e){return(0,ra.persistStore)(e)}var ra,ia=A(()=>{"use strict";n();ra=require("redux-persist")});var Cc=x((LD,Rc)=>{n();var Jm=typeof a=="object"&&a&&a.Object===Object&&a;Rc.exports=Jm});var Xt=x((ND,Dc)=>{n();var Qm=Cc(),eg=typeof self=="object"&&self&&self.Object===Object&&self,tg=Qm||eg||Function("return this")();Dc.exports=tg});var Oo=x((RD,_c)=>{n();var rg=Xt(),ng=rg.Symbol;_c.exports=ng});var Bc=x((CD,Fc)=>{n();var Oc=Oo(),Mc=Object.prototype,og=Mc.hasOwnProperty,ig=Mc.toString,Zt=Oc?Oc.toStringTag:void 0;function sg(e){var t=og.call(e,Zt),r=e[Zt];try{e[Zt]=void 0;var o=!0}catch(l){}var i=ig.call(e);return o&&(t?e[Zt]=r:delete e[Zt]),i}Fc.exports=sg});var Gc=x((DD,Uc)=>{n();var ag=Object.prototype,cg=ag.toString;function lg(e){return cg.call(e)}Uc.exports=lg});var Mo=x((_D,Vc)=>{n();var Wc=Oo(),pg=Bc(),ug=Gc(),dg="[object Null]",mg="[object Undefined]",$c=Wc?Wc.toStringTag:void 0;function gg(e){return e==null?e===void 0?mg:dg:$c&&$c in Object(e)?pg(e):ug(e)}Vc.exports=gg});var Fo=x((OD,Hc)=>{n();function fg(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}Hc.exports=fg});var jc=x((MD,qc)=>{n();var Tg=Mo(),hg=Fo(),yg="[object AsyncFunction]",Sg="[object Function]",xg="[object GeneratorFunction]",vg="[object Proxy]";function wg(e){if(!hg(e))return!1;var t=Tg(e);return t==Sg||t==xg||t==yg||t==vg}qc.exports=wg});var Kc=x((FD,zc)=>{n();var Ag=Xt(),bg=Ag["__core-js_shared__"];zc.exports=bg});var Zc=x((BD,Xc)=>{n();var Bo=Kc(),Yc=function(){var e=/[^.]+$/.exec(Bo&&Bo.keys&&Bo.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Ig(e){return!!Yc&&Yc in e}Xc.exports=Ig});var Qc=x((UD,Jc)=>{n();var Eg=Function.prototype,kg=Eg.toString;function Pg(e){if(e!=null){try{return kg.call(e)}catch(t){}try{return e+""}catch(t){}}return""}Jc.exports=Pg});var tl=x((GD,el)=>{n();var Lg=jc(),Ng=Zc(),Rg=Fo(),Cg=Qc(),Dg=/[\\^$.*+?()[\]{}|]/g,_g=/^\[object .+?Constructor\]$/,Og=Function.prototype,Mg=Object.prototype,Fg=Og.toString,Bg=Mg.hasOwnProperty,Ug=RegExp("^"+Fg.call(Bg).replace(Dg,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Gg(e){if(!Rg(e)||Ng(e))return!1;var t=Lg(e)?Ug:_g;return t.test(Cg(e))}el.exports=Gg});var nl=x((WD,rl)=>{n();function Wg(e,t){return e==null?void 0:e[t]}rl.exports=Wg});var hn=x(($D,ol)=>{n();var $g=tl(),Vg=nl();function Hg(e,t){var r=Vg(e,t);return $g(r)?r:void 0}ol.exports=Hg});var Jt=x((VD,il)=>{n();var qg=hn(),jg=qg(Object,"create");il.exports=jg});var cl=x((HD,al)=>{n();var sl=Jt();function zg(){this.__data__=sl?sl(null):{},this.size=0}al.exports=zg});var pl=x((qD,ll)=>{n();function Kg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}ll.exports=Kg});var dl=x((jD,ul)=>{n();var Yg=Jt(),Xg="__lodash_hash_undefined__",Zg=Object.prototype,Jg=Zg.hasOwnProperty;function Qg(e){var t=this.__data__;if(Yg){var r=t[e];return r===Xg?void 0:r}return Jg.call(t,e)?t[e]:void 0}ul.exports=Qg});var gl=x((zD,ml)=>{n();var ef=Jt(),tf=Object.prototype,rf=tf.hasOwnProperty;function nf(e){var t=this.__data__;return ef?t[e]!==void 0:rf.call(t,e)}ml.exports=nf});var Tl=x((KD,fl)=>{n();var of=Jt(),sf="__lodash_hash_undefined__";function af(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=of&&t===void 0?sf:t,this}fl.exports=af});var yl=x((YD,hl)=>{n();var cf=cl(),lf=pl(),pf=dl(),uf=gl(),df=Tl();function At(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}At.prototype.clear=cf;At.prototype.delete=lf;At.prototype.get=pf;At.prototype.has=uf;At.prototype.set=df;hl.exports=At});var xl=x((XD,Sl)=>{n();function mf(){this.__data__=[],this.size=0}Sl.exports=mf});var wl=x((ZD,vl)=>{n();function gf(e,t){return e===t||e!==e&&t!==t}vl.exports=gf});var Qt=x((JD,Al)=>{n();var ff=wl();function Tf(e,t){for(var r=e.length;r--;)if(ff(e[r][0],t))return r;return-1}Al.exports=Tf});var Il=x((QD,bl)=>{n();var hf=Qt(),yf=Array.prototype,Sf=yf.splice;function xf(e){var t=this.__data__,r=hf(t,e);if(r<0)return!1;var o=t.length-1;return r==o?t.pop():Sf.call(t,r,1),--this.size,!0}bl.exports=xf});var kl=x((e_,El)=>{n();var vf=Qt();function wf(e){var t=this.__data__,r=vf(t,e);return r<0?void 0:t[r][1]}El.exports=wf});var Ll=x((t_,Pl)=>{n();var Af=Qt();function bf(e){return Af(this.__data__,e)>-1}Pl.exports=bf});var Rl=x((r_,Nl)=>{n();var If=Qt();function Ef(e,t){var r=this.__data__,o=If(r,e);return o<0?(++this.size,r.push([e,t])):r[o][1]=t,this}Nl.exports=Ef});var Dl=x((n_,Cl)=>{n();var kf=xl(),Pf=Il(),Lf=kl(),Nf=Ll(),Rf=Rl();function bt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}bt.prototype.clear=kf;bt.prototype.delete=Pf;bt.prototype.get=Lf;bt.prototype.has=Nf;bt.prototype.set=Rf;Cl.exports=bt});var Ol=x((o_,_l)=>{n();var Cf=hn(),Df=Xt(),_f=Cf(Df,"Map");_l.exports=_f});var Bl=x((i_,Fl)=>{n();var Ml=yl(),Of=Dl(),Mf=Ol();function Ff(){this.size=0,this.__data__={hash:new Ml,map:new(Mf||Of),string:new Ml}}Fl.exports=Ff});var Gl=x((s_,Ul)=>{n();function Bf(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}Ul.exports=Bf});var er=x((a_,Wl)=>{n();var Uf=Gl();function Gf(e,t){var r=e.__data__;return Uf(t)?r[typeof t=="string"?"string":"hash"]:r.map}Wl.exports=Gf});var Vl=x((c_,$l)=>{n();var Wf=er();function $f(e){var t=Wf(this,e).delete(e);return this.size-=t?1:0,t}$l.exports=$f});var ql=x((l_,Hl)=>{n();var Vf=er();function Hf(e){return Vf(this,e).get(e)}Hl.exports=Hf});var zl=x((p_,jl)=>{n();var qf=er();function jf(e){return qf(this,e).has(e)}jl.exports=jf});var Yl=x((u_,Kl)=>{n();var zf=er();function Kf(e,t){var r=zf(this,e),o=r.size;return r.set(e,t),this.size+=r.size==o?0:1,this}Kl.exports=Kf});var Zl=x((d_,Xl)=>{n();var Yf=Bl(),Xf=Vl(),Zf=ql(),Jf=zl(),Qf=Yl();function It(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}It.prototype.clear=Yf;It.prototype.delete=Xf;It.prototype.get=Zf;It.prototype.has=Jf;It.prototype.set=Qf;Xl.exports=It});var Ql=x((m_,Jl)=>{n();var eT="__lodash_hash_undefined__";function tT(e){return this.__data__.set(e,eT),this}Jl.exports=tT});var tp=x((g_,ep)=>{n();function rT(e){return this.__data__.has(e)}ep.exports=rT});var np=x((f_,rp)=>{n();var nT=Zl(),oT=Ql(),iT=tp();function yn(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new nT;++t<r;)this.add(e[t])}yn.prototype.add=yn.prototype.push=oT;yn.prototype.has=iT;rp.exports=yn});var ip=x((T_,op)=>{n();function sT(e,t,r,o){for(var i=e.length,l=r+(o?1:-1);o?l--:++l<i;)if(t(e[l],l,e))return l;return-1}op.exports=sT});var ap=x((h_,sp)=>{n();function aT(e){return e!==e}sp.exports=aT});var lp=x((y_,cp)=>{n();function cT(e,t,r){for(var o=r-1,i=e.length;++o<i;)if(e[o]===t)return o;return-1}cp.exports=cT});var up=x((S_,pp)=>{n();var lT=ip(),pT=ap(),uT=lp();function dT(e,t,r){return t===t?uT(e,t,r):lT(e,pT,r)}pp.exports=dT});var mp=x((x_,dp)=>{n();var mT=up();function gT(e,t){var r=e==null?0:e.length;return!!r&&mT(e,t,0)>-1}dp.exports=gT});var fp=x((v_,gp)=>{n();function fT(e,t,r){for(var o=-1,i=e==null?0:e.length;++o<i;)if(r(t,e[o]))return!0;return!1}gp.exports=fT});var hp=x((w_,Tp)=>{n();function TT(e,t){return e.has(t)}Tp.exports=TT});var Sp=x((A_,yp)=>{n();var hT=hn(),yT=Xt(),ST=hT(yT,"Set");yp.exports=ST});var vp=x((b_,xp)=>{n();function xT(){}xp.exports=xT});var Uo=x((I_,wp)=>{n();function vT(e){var t=-1,r=Array(e.size);return e.forEach(function(o){r[++t]=o}),r}wp.exports=vT});var bp=x((E_,Ap)=>{n();var Go=Sp(),wT=vp(),AT=Uo(),bT=1/0,IT=Go&&1/AT(new Go([,-0]))[1]==bT?function(e){return new Go(e)}:wT;Ap.exports=IT});var Ep=x((k_,Ip)=>{n();var ET=np(),kT=mp(),PT=fp(),LT=hp(),NT=bp(),RT=Uo(),CT=200;function DT(e,t,r){var o=-1,i=kT,l=e.length,p=!0,u=[],d=u;if(r)p=!1,i=PT;else if(l>=CT){var f=t?null:NT(e);if(f)return RT(f);p=!1,i=LT,d=new ET}else d=t?[]:u;e:for(;++o<l;){var g=e[o],T=t?t(g):g;if(g=r||g!==0?g:0,p&&T===T){for(var y=d.length;y--;)if(d[y]===T)continue e;t&&d.push(T),u.push(g)}else i(d,T,r)||(d!==u&&d.push(T),u.push(g))}return u}Ip.exports=DT});var Pp=x((P_,kp)=>{n();var _T=Ep();function OT(e){return e&&e.length?_T(e):[]}kp.exports=OT});var Hp=x((WF,Vp)=>{n();var zT=Array.isArray;Vp.exports=zT});var jp=x(($F,qp)=>{n();function KT(e){return e!=null&&typeof e=="object"}qp.exports=KT});var Kp=x((VF,zp)=>{n();var YT=Mo(),XT=Hp(),ZT=jp(),JT="[object String]";function QT(e){return typeof e=="string"||!XT(e)&&ZT(e)&&YT(e)==JT}zp.exports=QT});var nh={};Ke(nh,{useCheckTransactionStatus:()=>Bm,useGetActiveTransactionsStatus:()=>Um,useGetFailedTransactions:()=>Gm,useGetLastPendingTransactionHash:()=>Wm,useGetPendingTransactions:()=>qt,useGetSignTransactionsError:()=>$m,useGetSignedTransactions:()=>Po,useGetSuccessfulTransactions:()=>Vm,useGetTokenDetails:()=>qm,useGetTransactionDisplayInfo:()=>jm,useParseMultiEsdtTransferData:()=>Lo,useParseSignedTransactions:()=>Yt,useSignMultipleTransactions:()=>_o,useSignTransactions:()=>UT,useSignTransactionsCommonData:()=>nr,useSignTransactionsWithDevice:()=>jo,useSignTransactionsWithLedger:()=>GT,useTrackTransactionStatus:()=>rh});module.exports=Pt(nh);n();n();n();n();n();var ua=require("react"),yt=require("react-redux");n();var no=require("@reduxjs/toolkit"),la=require("react-redux/lib/utils/Subscription");q();n();var Hs=b(require("lodash.throttle"));R();q();qn();Ct();mt();var xd=[Tr],$r=!1,vd=(0,Hs.default)(()=>{Ot(_t())},5e3),qs=e=>t=>r=>{if(xd.includes(r.type))return t(r);let o=e.getState(),i=xe.local.getItem(le.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Ot(_t());let p=Date.now();return i-p<0&&!$r?setTimeout(()=>{$r=!0,e.dispatch(cs())},1e3):($r&&($r=!1),vd()),t(r)};n();n();function Vr(){return typeof sessionStorage!="undefined"}var sa=Vr()?(Zs(),Pt(Xs)).default:(Qs(),Pt(Js)).default,aa=Vr()?(ta(),Pt(ea)).default:[],ca=Vr()?(ia(),Pt(oa)).default:e=>e;Hr();var E=(0,no.configureStore)({reducer:sa,middleware:e=>e({serializableCheck:{ignoredActions:[...aa,Hn.type,xr.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(qs)}),pa=(0,la.createSubscription)(E),Xx=ca(E),Zx=(0,no.configureStore)({reducer:tt});var Hd={store:E,subscription:pa},oo=(0,ua.createContext)(Hd),tv=(0,yt.createStoreHook)(oo),Ae=(0,yt.createDispatchHook)(oo),I=(0,yt.createSelectorHook)(oo);n();n();q();n();var da=b(require("lodash.isequal")),qr=require("reselect"),v=(0,qr.createSelectorCreator)(qr.defaultMemoize,da.default);var be=e=>e.account,Oe=v(be,e=>e.address),rt=v(be,Oe,(e,t)=>t in e.accounts?e.accounts[t]:Sr),ma=v(be,rt,(e,t)=>{let i=e,{accounts:r}=i,o=vn(i,["accounts"]);return P(h({},o),{account:t})}),qd=v(rt,e=>e.balance),ga=v(rt,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),sv=v(be,e=>e.shard),av=v(be,e=>e.ledgerAccount),cv=v(be,e=>e.walletConnectAccount),lv=v(be,e=>e.isAccountLoading),pv=v(be,e=>e.accountLoadingError),jd=v(be,e=>e.websocketEvent),uv=v(be,e=>e.websocketBatchEvent);n();var zd=e=>e.dappConfig,gv=v(zd,e=>e.shouldUseWebViewProvider);n();var pe=e=>e.loginInfo,yv=v(pe,e=>e.loginMethod),Ut=v(pe,Oe,(e,t)=>Boolean(t)),Sv=v(pe,e=>e.walletConnectLogin),fa=v(pe,e=>e.ledgerLogin),Ta=v(pe,e=>e.walletLogin),xv=v(pe,e=>e.isLoginSessionInvalid),vv=v(pe,e=>e.tokenLogin),ha=v(pe,e=>e.logoutRoute);n();var ya=e=>e.modals,bv=v(ya,e=>e.txSubmittedModal),Iv=v(ya,e=>e.notificationModal);n();var ue=e=>e.networkConfig,Sa=v(ue,e=>e.chainID),Pv=v(ue,e=>e.network.walletConnectBridgeAddress),Lv=v(ue,e=>e.network.walletConnectV2RelayAddress),Nv=v(ue,e=>e.network.walletConnectV2ProjectId),Rv=v(ue,e=>e.network.walletConnectV2Options),Cv=v(ue,e=>e.network.walletConnectDeepLink),Me=v(ue,e=>e.network),jr=v(Me,e=>e.apiAddress),xa=v(Me,e=>e.explorerAddress),zr=v(Me,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),Dv=v(Me,e=>e.xAliasAddress),va=v(Me,e=>e.egldLabel);n();var Kr=e=>e.signedMessageInfo,Mv=v(Kr,e=>e.isSigning),Fv=v(Kr,e=>e.errorMessage),Bv=v(Kr,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Uv=v(Kr,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var wa=e=>e.toasts,$v=v(wa,e=>e.customToasts),Vv=v(wa,e=>e.transactionToasts);n();q();var Aa={errorMessage:Xn,successMessage:Zn,processingMessage:Jn},Kd=e=>e.transactionsInfo,ba=v(Kd,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Aa);n();n();var Ie=require("@multiversx/sdk-core");R();n();var ao=require("@multiversx/sdk-core/out");n();n();function io(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();function so(e){for(let t=0;t<e.length;t++)if(e.charCodeAt(t)>127)return!1;return!0}function Gt(e){let t=e;try{let r=s.Buffer.from(e,"hex").toString();so(r)&&r.length>1&&(t=r)}catch(r){}return t}n();n();var Ia=e=>{let t=e!=null?e:"";return io(t)?ao.TransactionPayload.fromEncoded(t):new ao.TransactionPayload(t)};n();R();var St=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(_n).some(r=>e.startsWith(r)):!1;function Wt(e){var o,i,l;let t=Object.assign({},e);St({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new Ie.Transaction(h(h(P(h(P(h({value:t.value.valueOf(),data:Ia(t.data),nonce:t.nonce.valueOf(),receiver:new Ie.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new Ie.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:Nt,gasPrice:(i=t.gasPrice.valueOf())!=null?i:gr,chainID:t.chainID.valueOf(),version:new Ie.TransactionVersion((l=t.version)!=null?l:Hi)}),t.options?{options:new Ie.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new Ie.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();R();function Yd(e,t){let r=new URLSearchParams(e),o=Object.fromEntries(r);return{nextUrlParams:new URLSearchParams(h(h({},o),t)).toString(),params:o}}var Xd="2.26.0-alpha-7";function Yr({callbackUrl:e,urlParams:t={}}){let r=e;if(Object.entries(t).length>0)try{let{search:o,origin:i,pathname:l,hash:p}=new URL(e),u=P(h({},t),{[fr]:Xd}),{nextUrlParams:d}=Yd(o,u);r=`${i}${l}?${d}${p}`}catch(o){return console.error("Unable to construct URL from: ",e,o),r}return r}n();n();n();var Jd=require("@multiversx/sdk-core/out");n();R();n();var ka=require("@multiversx/sdk-core");j();n();var Ea=require("@multiversx/sdk-core");function Qd(e){try{let t=new Ea.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function xt(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Qd(e)}n();n();n();var lo=require("@multiversx/sdk-core"),Xr=b(require("bignumber.js"));Y();var co={tokenId:"",amount:""},Pa=e=>e.split("@").map((l,p)=>[2,3].includes(p)?l:Gt(l));function po(e){if(!e)return co;let t=e.startsWith("ESDTTransfer"),r=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),o=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(t){let[,i,l]=e.split("@");try{let p=s.Buffer.from(i,"hex").toString("ascii");if(!p)return co;let u=new Xr.default("0x"+l.replace("0x","")).toString(10);return{tokenId:p,amount:u}}catch(p){console.error("Error getting token from transaction data",p)}}if(r)try{let[,i,l,p,u]=Pa(e);if([i,l,p,u].every(d=>Boolean(d))&&xt(new lo.Address(u).bech32()))return{tokenId:`${i}-${l}`,amount:new Xr.default(p,16).toString(10),collection:i,nonce:l,receiver:new lo.Address(u).bech32()}}catch(i){}if(o)try{let[,i,l,p]=Pa(e);if([i,l,p].every(u=>Boolean(u)))return{tokenId:`${i}-${l}`,amount:new Xr.default(p,16).toString(10),collection:i,nonce:l}}catch(i){}return co}n();n();n();var $t="accounts";var uo="blocks";var mo="nfts";var go="tokens";n();n();n();n();te();n();n();te();n();n();n();var im=b(require("bignumber.js"));R();n();var om=require("@multiversx/sdk-core"),fo=b(require("bignumber.js"));R();n();var rm=b(require("bignumber.js"));n();fo.default.config({ROUNDING_MODE:fo.default.ROUND_FLOOR});n();n();n();R();n();n();n();n();R();n();R();n();var sm=require("@multiversx/sdk-core");R();n();var Ht=require("@multiversx/sdk-core"),pm=b(require("bignumber.js"));R();n();n();var am=b(require("bignumber.js"));R();n();R();n();var ho={isEsdt:!1,isNft:!1,isEgld:!1};function yo(e){let t=e==null?void 0:e.split("-").length;return t===2?P(h({},ho),{isEsdt:!0}):t===3?P(h({},ho),{isNft:!0}):P(h({},ho),{isEgld:!0})}n();n();n();n();n();R();n();R();n();R();n();te();var dm=["reDelegateRewards","claimRewards","unBond"],mm=["wrapEgld","unwrapEgld"],gm=["unStake"],fm=["unDelegate"];n();n();n();R();n();var ym=b(require("bignumber.js"));n();n();te();n();var Sm=b(require("bignumber.js"));n();n();n();function _a({tokenId:e,erdLabel:t}){return Boolean(e&&e!==t)}n();var xo=b(require("bignumber.js"));j();n();var Oa=(e,t)=>{let r=[],o=e.indexOf(t,0);for(;o>=0;)r.push(o),o=e.indexOf(t,o+1);return r};function Ma(e){let t=[],r=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,o,i,...l]=e==null?void 0:e.split("@");if(o){let p=new xo.default(i,16).toNumber(),u=0;for(let T=0;T<p;T++){let y={type:"nftTransaction",data:"",receiver:o};for(let S=0;S<3;S++){switch(S){case 0:y.token=Gt(l[u]),y.data=l[u];break;case 1:{let k=l[u]&&l[u].length?l[u]:"";k&&k!=="00"?y.nonce=k:y.type="esdtTransaction",y.data=`${y.data}@${l[u]}`;break}case 2:y.amount=new xo.default(l[u],16).toString(10),y.data=`${y.data}@${l[u]}`;break;default:break}r=u+1,u++}t[T]=y}let d=t.length!==p,f=t.some(T=>Oa(T.data,"@").length!==2),g=t.some(T=>T.data.startsWith("@"));if(d||f||g)return[];if(l[r]){let T=l[r];for(let y=r+1;y<l.length;y++)T+="@"+l[y];t[p]={type:"scCall",data:T,receiver:o}}}}}catch(o){return console.error("failed parsing tx",o),t}return t}n();n();n();Y();function vt(e){let r=Object.getPrototypeOf(e).toPlainObject!=null?e:Wt(e),o=P(h({},r.toPlainObject()),{hash:r.getHash().hex(),senderUsername:r.getSenderUsername().valueOf(),receiverUsername:r.getReceiverUsername().valueOf(),status:"pending"});return St({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername),o}n();var Ua=require("@multiversx/sdk-web-wallet-provider");R();n();var Ba=b(require("qs"));n();n();n();n();n();var nt=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var O=()=>{if(!nt())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}};var vo=(e="")=>{let t=O(),r=e.startsWith("http")||e.startsWith("www.");return!t.origin||e.startsWith(t.origin)||r?e:`${t.origin}/${e.replace("/","")}`};n();var wo=()=>{let{pathname:e,search:t,hash:r}=O();return`${e!=null?e:""}${t!=null?t:""}${r!=null?r:""}`};var Jr=e=>{let t=new URLSearchParams(e).toString(),{pathname:r,hash:o}=O(),i=t?`?${t}`:"",l=r?`${r}${i}${o}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,l)})};n();var vm={search:nt()?window.location.search:"",removeParams:[]},Fa=(e,t=vm)=>{var p;let r={},o=nt()?window.location.search:"",i=(p=t.search)!=null?p:o;if(i){let u=i?new URLSearchParams(i):[];r=Object.fromEntries(u)}let l={};return e.forEach(u=>{l[u]=r[u],delete r[u]}),t.removeParams!=null&&Object.keys(r).forEach(u=>{var f,g;let[d]=u.split("[");(((f=t.removeParams)==null?void 0:f.includes(u))||((g=t.removeParams)==null?void 0:g.includes(d)))&&delete r[u]}),{remainingParams:l,params:r,clearNavigationHistory:()=>Jr(r)}};var Qr=({removeParams:e,search:t})=>{let r=nt()?window.location.search:"",o=t!=null?t:r;if(!o)return{};let i=Ba.default.parse(o.replace("?","")),l=Object.keys(i).filter(u=>!e.includes(u)),{remainingParams:p}=Fa(l,{search:t,removeParams:e});return Jr(p),p};var Ga=({transaction:e,search:t})=>Qr({removeParams:[...Object.keys(e),Ua.WALLET_PROVIDER_CALLBACK_PARAM,Se,fr],search:t});n();n();n();n();te();n();n();n();var wm=b(require("linkifyjs"));n();R();n();var Am=b(require("bignumber.js"));n();j();n();n();Y();n();Y();n();n();n();te();n();te();n();var bm=b(require("bignumber.js"));R();te();n();te();n();var $a=require("react");j();n();n();te();n();n();var Im=require("@multiversx/sdk-core/out"),Em=b(require("bignumber.js"));te();n();j();n();n();j();var vk=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Va=require("react");j();n();var Pm=require("react");te();var Lk=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Tt();var tn=e=>e.transactions,ot=v(tn,e=>e.signedTransactions),Ha=v(tn,e=>e.signTransactionsError),rn=v(tn,e=>e.signTransactionsCancelMessage),nn=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),on=v(ot,nn(ve)),sn=v(ot,nn($e)),an=v(ot,nn(Ve)),qa=v(ot,nn(Mr)),cn=v(tn,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:P(h({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Wt(r)))||[]})}),ja=v(ot,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});function qt(){let e=I(on),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{pendingTransactions:e,pendingTransactionsArray:t,hasPendingTransactions:r}}n();n();n();n();var Ka=require("@multiversx/sdk-extension-provider"),Ya=require("@multiversx/sdk-hw-provider"),Xa=require("@multiversx/sdk-opera-provider"),Za=require("@multiversx/sdk-web-wallet-cross-window-provider"),Ao=require("@multiversx/sdk-web-wallet-provider");R();Y();n();var za=wt;var Lm="/dapp/init",qe=e=>{switch(e==null?void 0:e.constructor){case Ao.WalletProvider:return"wallet";case za:return"walletconnectv2";case Ya.HWProvider:return"ledger";case Ka.ExtensionProvider:return"extension";case Xa.OperaProvider:return"opera";case Za.CrossWindowProvider:return"crossWindow";case wt:return"";default:return"extra"}},Ja=e=>new Ao.WalletProvider(`${e}${Lm}`),Qa=e=>w(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let t=e.hwApp,{contractData:r,version:o}=yield t.getAppConfiguration();return{version:o,dataEnabled:r===qi}}),Be=e=>`Unable to perform ${e}, Provider not initialized`,wt=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Be(`login with options: ${t}`))}logout(t){throw new Error(Be(`logout with options: ${t}`))}getAddress(){throw new Error(Be("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,r){throw new Error(Be(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(Be(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(Be(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(Be(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(Be(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(Be(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},bo=new wt;var ec=bo;function tc(e){ec=e}function ne(){return ec||bo}q();n();n();var rc=b(require("axios"));n();n();var Io=e=>{let t=e!=null?e:jr(E.getState());return t.endsWith("/")?t.slice(0,-1):t};var nc=e=>{let r=`${Io()}/${$t}/${e}?withGuardianInfo=true`;return rc.default.get(r)};function oc(e){return w(this,null,function*(){if(!e)return null;try{let{data:t}=yield nc(e);return t}catch(t){console.error("error fetching configuration for ",e)}return null})}function Ee(e){return w(this,null,function*(){return yield oc(e)})}n();Y();n();n();function ic(){let e=ne();return qe(e)}function Ue(e){return ic()===e}n();var sc=()=>{let{search:e}=O(),t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return xt(o)?o:null};function jt(){let e=E.getState(),t=ne(),r=Oe(e),o=Ut(e),i=Ta(e);if(!t)throw"provider not initialized";return Ue("ledger")&&o?new Promise(l=>{l(r)}):!Ue("")&&!Ue("wallet")&&!Ue("extra")?t.getAddress():new Promise(l=>{let p=sc();i!=null&&p&&l(p),o&&l(r),l("")})}n();function zt(e){let t=E.getState(),r=ga(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}var ac=()=>w(void 0,null,function*(){try{let e=yield jt();try{let t=yield Ee(e);if(t!=null){let r=P(h({},t),{nonce:zt(t)});return E.dispatch(xr(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function ln(){return w(this,null,function*(){let e=ne();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return ac();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?ac():void 0}catch(t){console.error("Failed initializing provider ",t)}})}Tt();n();n();n();var Nm=b(require("axios"));n();var Cm=b(require("axios"));ut();n();R();n();var cc=b(require("axios"));function lc(e){return w(this,null,function*(){let t=jr(E.getState()),r=e.map(i=>i.hash),{data:o}=yield cc.default.get(`${t}/transactions`,{params:{hashes:r.join(","),withScResults:!0}});return e.map(({hash:i,previousStatus:l})=>{let p=o.find(u=>(u==null?void 0:u.txHash)===i);return{hash:i,data:p==null?void 0:p.data,invalidTransaction:p==null,status:p==null?void 0:p.status,results:p==null?void 0:p.results,sender:p==null?void 0:p.sender,receiver:p==null?void 0:p.receiver,previousStatus:l,hasStatusChanged:p&&p.status!==l}})})}n();var _m=b(require("axios"));n();n();var Om=b(require("axios"));n();var Mm=b(require("axios"));n();q();Y();n();n();n();var uc=()=>{let{search:e}=O(),t=new URLSearchParams(e),r=Object.fromEntries(t);return r==null?void 0:r.accessToken};n();oe();j();n();q();n();var dc=require("@multiversx/sdk-core");n();Tt();function mc(e,t){return e.reduce((o,{status:i,hash:l})=>(l!=null&&!t.includes(l)&&ve(i)&&o.push({hash:l,previousStatus:i}),o),[])}n();q();Y();function gc({results:e,hash:t,sessionId:r}){let o=e==null?void 0:e.find(i=>(i==null?void 0:i.returnMessage)!=="");E.dispatch(ht({transactionHash:t,sessionId:r,status:"fail",errorMessage:o==null?void 0:o.returnMessage,inTransit:!1})),E.dispatch(Fr({sessionId:r,status:"fail",errorMessage:o==null?void 0:o.returnMessage}))}n();q();j();function Eo(e){E.dispatch(Fr({sessionId:e,status:"timedOut"}))}var pn={},ko=[];function Fm({serverTransaction:e,sessionId:t,customTransactionInformation:r,shouldRefreshBalance:o,isSequential:i}){let{hash:l,status:p,inTransit:u,results:d,invalidTransaction:f,hasStatusChanged:g}=e;try{if(ko.includes(l))return;if(pn[l]>30){Eo(t);return}if(f&&!i||ve(p)){pn[l]=pn[l]?pn[l]+1:1;return}if(i&&!p){E.dispatch(ht({sessionId:t,status:p,transactionHash:l,inTransit:u}));return}g&&($e(p)&&(r==null?void 0:r.completedTransactionsDelay)!=null?(ko.push(l),setTimeout(()=>E.dispatch(ht({sessionId:t,status:"success",transactionHash:l,inTransit:u})),r==null?void 0:r.completedTransactionsDelay)):E.dispatch(ht({sessionId:t,status:p,transactionHash:l,inTransit:u}))),o||ln(),Ve(p)&&gc({sessionId:t,hash:l,results:d})}catch(T){console.error(T),Eo(t)}}function fc(d){return w(this,arguments,function*({sessionId:e,transactionBatch:{transactions:t,customTransactionInformation:r},getTransactionsByHash:o=lc,shouldRefreshBalance:i,isSequential:l,onSuccess:p,onFail:u}){try{if(t==null)return;let f=mc(t,ko),g=yield o(f);for(let y of g)Fm({serverTransaction:y,sessionId:e,customTransactionInformation:r,shouldRefreshBalance:i,isSequential:l});if(g.every(y=>y.status!=="pending")&&!(r!=null&&r.grouping)){if(g.every(k=>k.status==="success"))return p==null?void 0:p(e);if(g.some(k=>k.status==="fail"))return u==null?void 0:u(e)}}catch(f){console.error(f)}})}function Bm(){let{pendingTransactionsArray:e}=qt();function t(r){return w(this,null,function*(){let o=e.filter(([,i])=>{var l;return!((l=i==null?void 0:i.customTransactionInformation)!=null&&l.grouping)}).filter(([i,l])=>i!=null&&ve(l.status));if(o.length>0)for(let[i,l]of o)yield fc(h({sessionId:i,transactionBatch:l},r));r.shouldRefreshBalance&&(yield ln())})}return t}n();function Um(){var d,f,g;let e=I(qa),t=I(an),r=I(sn),o=I(on),i=((d=Object.keys(o))==null?void 0:d.length)>0,l=!i&&((f=Object.keys(e))==null?void 0:f.length)>0,p=!i&&!l&&((g=Object.keys(t))==null?void 0:g.length)>0,u=!i&&!l&&!p&&Object.keys(r).length>0;return{pending:i,timedOut:l,fail:p,success:u}}n();function Gm(){let e=I(an),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{failedTransactions:e,failedTransactionsArray:t,hasFailedTransactions:r}}n();j();var Wm=()=>{var o,i;let{hasPendingTransactions:e,pendingTransactions:t}=qt();if(!e)return"";let r=Object.keys(t).sort().reverse();for(let l of r){let u=(i=(o=t[l].transactions)==null?void 0:o.filter(d=>d.status==="pending"))!=null?i:[];if(u.length>0)return u[u.length-1].hash}return""};n();var $m=()=>I(Ha);n();function Po(){let e=I(ot),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{signedTransactions:e,signedTransactionsArray:t,hasSignedTransactions:r}}n();function Vm(){let e=I(sn),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{successfulTransactions:e,successfulTransactionsArray:t,hasSuccessfulTransactions:r}}n();var hc=b(require("axios")),yc=b(require("swr"));n();var Tc=()=>I(ue);var Hm=e=>hc.default.get(e).then(t=>t.data);function qm({tokenId:e}){var g,T,y;let{network:t}=Tc(),{isNft:r}=yo(e),o=e,i=r?mo:go,{data:l,error:p}=(0,yc.default)(Boolean(o)?`${t.apiAddress}/${i}/${o}`:null,Hm);if(!o)return{tokenDecimals:Number(t.decimals),tokenLabel:"",tokenAvatar:""};let u=l?l==null?void 0:l.decimals:Number(t.decimals),d=l?l==null?void 0:l.name:"",f=l?(y=(g=l==null?void 0:l.assets)==null?void 0:g.svgUrl)!=null?y:(T=l==null?void 0:l.media)==null?void 0:T[0].thumbnailUrl:"";return{tokenDecimals:u,tokenLabel:d,type:l==null?void 0:l.type,tokenAvatar:f,assets:l==null?void 0:l.assets,esdtPrice:l==null?void 0:l.price,error:p}}n();function jm(e){return I(t=>ba(t,e))}n();var Kt=require("react");var Sc={tokenId:"",amount:"",type:"",multiTxData:"",receiver:""};function Lo({transactions:e}){let[t,r]=(0,Kt.useState)({}),[o,i]=(0,Kt.useState)([]);function l(d,f){r(g=>P(h({},g),{[d]:f}))}function p(d,f){return t==null?Sc:d in t?t[d]:f!=null&&String(f)in t?t[f]:Sc}function u(){if(e&&e.length>0){let d=[];e.forEach((f,g)=>{let T=f.getData().toString(),y=Ma(T);if(y.length>0)y.forEach((S,k)=>{let C={transaction:f,multiTxData:S.data,transactionIndex:k};l(S.data,{tokenId:S.token?S.token:"",amount:S.amount?S.amount:"",type:S.type,nonce:S.nonce?S.nonce:"",multiTxData:S.data,receiver:S.receiver}),d.push(C)});else{let S=f.getData().toString(),{tokenId:k,amount:C}=po(S);k&&l(S,{tokenId:k,amount:C,receiver:f.getReceiver().bech32()}),d.push({transaction:f,transactionIndex:g,multiTxData:S})}}),i(d)}}return(0,Kt.useEffect)(()=>{u()},[e==null?void 0:e.length]),{parsedTransactionsByDataField:t,getTxInfoByDataField:p,allTransactions:o}}n();var xc=require("react"),vc=require("@multiversx/sdk-web-wallet-provider"),wc=require("@multiversx/sdk-web-wallet-provider"),Ac=b(require("qs"));R();q();Y();Bn();function Yt(e){let{search:t}=O(),r=I(Me),o=Ae();(0,xc.useEffect)(()=>{if(t!=null){let i=Ac.default.parse(t.replace("?",""));if(i&&Se in i){let l=String(i[Se]),p=new vc.WalletProvider(`${r.walletAddress}${ji}`).getTransactionsFromWalletUrl();if(i.status==="cancelled"){o(we({sessionId:l,status:"cancelled"})),e(),Qr({removeParams:[...Object.keys(Fn),wc.WALLET_PROVIDER_CALLBACK_PARAM,Se,"address"],search:t}),o(De(Ce));return}if(p.length>0){o(we({sessionId:l,status:"signed",transactions:p.map(d=>vt(d))}));let[u]=p;Ga({transaction:u,search:t})}}}},[t])}n();var it=require("react"),st=require("@multiversx/sdk-core");R();jn();n();n();var un=(e,t)=>e?e.address===t||e.activeGuardianAddress===t:!0;n();function dn(e){let t=cn(E.getState()),r=Object.keys(e).length===(t==null?void 0:t.transactions.length);return e&&(e&&r)}n();n();n();var No=({accountNonce:e,transactionNonce:t})=>t&&t>e?t:e;var bc=({latestNonce:e,transactions:t})=>t.length===0?t:t.map((r,o)=>{let i=e+o,l=r.getNonce().valueOf(),p=No({accountNonce:i,transactionNonce:l});return r.setNonce(p),r});var mn=()=>{let e=I(Oe);return t=>w(void 0,null,function*(){let r=yield Ee(e),o=zt(r);return bc({latestNonce:o,transactions:t})})};n();var gn=({transactions:e,isGuarded:t})=>t?e.every(o=>Boolean(o.getGuardianSignature().toString("hex"))):!0;n();n();n();ut();n();var zm=b(require("axios"));n();var Km=b(require("axios"));n();ut();n();ut();function Ro(e){return Wi[e]}R();var fn=({transactions:e,hasGuardianScreen:t,callbackRoute:r,sessionId:o,walletAddress:i,isGuarded:l})=>{let p=gn({isGuarded:l,transactions:e});return{needs2FaSigning:l?!t&&!p&&o:!1,sendTransactionsToGuardian:()=>{let f=e[0].getChainID().valueOf(),g=Ro(f),T=i!=null?i:Je[g].walletAddress,y=Ja(T),S={[Se]:String(o)},{origin:k}=O(),C=window!=null&&window.location?`${k}${r}`:`${r}`,N=Yr({callbackUrl:C,urlParams:S});y.guardTransactions(e,{callbackUrl:encodeURIComponent(N)})}}};n();n();n();var Pc=require("react"),Do=require("@multiversx/sdk-hw-provider");n();oe();j();n();function Ic(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(r){}}}function Ec(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=Ym(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let l=i[0],p=l.replace(/(.)\/+$/,"$1"),u=i.slice(1);return{params:o.reduce((f,g,T)=>{if(g==="*"){let y=u[T]||"";p=l.slice(0,l.length-y.length).replace(/(.)\/+$/,"$1")}return f[g]=Xm(u[T]||"",g),f},{}),pathname:l,pathnameBase:p,pattern:e}}function Ym(e,t=!1,r=!0){Ic(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(p,u)=>(o.push(u),"([^\\/]+)"));return e.endsWith("*")?(o.push("*"),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=r?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(i,t?void 0:"i"),o]}function Xm(e,t){try{return decodeURIComponent(e)}catch(r){return Ic(!1,`The value for the URL param "${t}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${r}).`),e}}kr();Ct();mt();var kc=({callbackUrl:e,onRedirect:t})=>{typeof t=="function"?t(e):e&&Mt({url:e})},Zm=e=>{let t=xe.local.getItem(le.logoutEvent),{data:r}=t?JSON.parse(t):{data:e};e===r&&(xe.local.setItem({key:le.logoutEvent,data:e,expires:0}),xe.local.removeItem(le.logoutEvent))};function Co(o,i){return w(this,arguments,function*(e,t,r=Boolean(uc())){var S;let l="",p=ne(),d=qe(p)==="wallet",f=((S=p==null?void 0:p.isInitialized)==null?void 0:S.call(p))===!0;if(r&&(p==null?void 0:p.relogin)!=null)return p.relogin();try{l=yield jt(),Zm(l)}catch(k){console.error("error fetching logout address",k)}let g=vo(e),T=O(),y=new URL(g).pathname;if((Ec(T.pathname,y)||d&&f)&&ms(),!l&&!f)return kc({callbackUrl:g,onRedirect:t});try{if(E.dispatch(B()),d)return setTimeout(()=>{p.logout({callbackUrl:g})});yield p.logout({callbackUrl:g})}catch(k){console.error("error logging out",k)}finally{kc({callbackUrl:g,onRedirect:t})}})}var Lc=()=>{let e=I(ha),t=I(Ut),r=I(fa),o=ne(),[i,l]=(0,Pc.useState)(),p=()=>w(void 0,null,function*(){let d=(r==null?void 0:r.index)!=null;try{if(o instanceof Do.HWProvider&&o.isInitialized())return d&&(yield o.setAddressIndex(r.index)),o;let f=new Do.HWProvider;return(yield f.init())?(d&&(yield f.setAddressIndex(r.index)),f):null}catch(f){return console.error("Failed to initialise Ledger Provider"),null}});function u(d){return w(this,null,function*(){let f,g=t&&!(d!=null&&d.isRelogin);try{if(f=yield p(),!f){console.warn("Could not initialise ledger app"),g&&Co(e);return}let T=yield Qa(f);return tc(f),l(T),f}catch(T){console.error("Could not initialise ledger app",T),g&&Co(e)}return null})}return{setLedgerProvider:u,ledgerData:i}};n();var je=()=>{let e=ne(),t=qe(e);return{provider:e,providerType:t}};var Nc=()=>{let{provider:e}=je(),{setLedgerProvider:t}=Lc();return function(){return w(this,null,function*(){let o;try{let l=yield e.getAddress();o=Boolean(l)}catch(l){o=!1}if(o)return e;let i=yield t({isRelogin:!0});return i||e})}};var Tn={};function _o({isLedger:e=!1,transactionsToSign:t,egldLabel:r,address:o,activeGuardianAddress:i,hasGuardianScreen:l,onCancel:p,onSignTransaction:u,onTransactionsSignError:d,onTransactionsSignSuccess:f,onGetScamAddressData:g}){var V,se,at;let T=Boolean(i),[y,S]=(0,it.useState)(0),[k,C]=(0,it.useState)(),[N,W]=(0,it.useState)(null),[z,D]=(0,it.useState)(!1),{getTxInfoByDataField:K,allTransactions:L}=Lo({transactions:i?t==null?void 0:t.map(_=>{_.setSender(st.Address.fromBech32(o)),_.setVersion(st.TransactionVersion.withTxOptions()),_.setGuardian(st.Address.fromBech32(i));let $=h({guarded:!0},e?{hashSign:!0}:{});return _.setOptions(st.TransactionOptions.withOptions($)),_}):t}),M=y===L.length-1;(0,it.useEffect)(()=>{X()},[y,L]);function X(){return w(this,null,function*(){var Ko;let _=L[y];if(_==null)return;let{transaction:$,multiTxData:Ge,transactionIndex:me}=_,zo=$.getData().toString(),We=K($.getData().toString(),Ge),{tokenId:sr}=We,Pe=$.getReceiver().toString(),Yp=$.getSender().toString(),Xp=yield Ee(Yp);if(!un(Xp,o))return console.error(Lt),p==null?void 0:p();let Zp=o!==Pe,Jp=Pe in Tn;if(Zp&&!Jp&&g!=null){let ar=yield g(Pe);Tn=h(h({},Tn),ar!=null&&ar.scamInfo?{[Pe]:ar.scamInfo}:{})}let Qp=Boolean(sr&&_a({tokenId:sr,erdLabel:r}));W({transaction:$,receiverScamInfo:((Ko=Tn[Pe])==null?void 0:Ko.info)||null,transactionTokenInfo:We,isTokenTransaction:Qp,dataField:zo,transactionIndex:me})})}function U(){S(0),C(void 0),D(!1)}function Q(){return w(this,null,function*(){if(N==null)return;D(e);let _;try{_=yield u(N.transaction)}catch(We){console.error(We,"sign error");let{message:sr}=We,Pe=e?ys(We).errorMessage:null;return U(),d(Pe!=null?Pe:sr)}if(!_)return;let $={[y]:_},Ge=k?h(h({},k),$):$;if(C(Ge),!M){S(We=>We+1),D(!1);return}if(!Ge)return;let me=Object.values(Ge);!gn({isGuarded:T,transactions:me})&&l||(f(me),U())})}function Z(){try{if(N==null)return;if(N.transaction.getSignature().toString("hex")&&!M){S($=>$+1);return}Q()}catch(_){Q()}}let F=y===0;function de(){F?p==null||p():S(_=>_-1)}let ie=Boolean(((V=N==null?void 0:N.transactionTokenInfo)==null?void 0:V.type)&&((se=N==null?void 0:N.transactionTokenInfo)==null?void 0:se.multiTxData)&&!(N!=null&&N.dataField.endsWith((at=N==null?void 0:N.transactionTokenInfo)==null?void 0:at.multiTxData)));function ke(){ie?S(_=>_+1):Z()}function J(){S(_=>{let $=_+1;return $>(L==null?void 0:L.length)?_:$})}function ze(){S(_=>{let $=_-1;return $<0?_:$})}return{allTransactions:L,onSignTransaction:ke,onNext:J,onPrev:ze,waitingForDevice:z,onAbort:de,isLastTransaction:M,isFirstTransaction:y===0,hasMultipleTransactions:L.length>1,shouldContinueWithoutSigning:ie,currentStep:y,signedTransactions:k,setSignedTransactions:C,currentTransaction:N}}n();var or=require("react"),Sn=require("@multiversx/sdk-core"),Ho=require("@multiversx/sdk-extension-provider"),qo=require("@multiversx/sdk-web-wallet-cross-window-provider"),Cp=b(Pp());R();n();n();var Lp=()=>I(ma);n();var tr=()=>I(rt);n();n();n();n();n();var rr=b(require("react"));var W_=(0,rr.createContext)({}),$_=E.getState();n();var Rp=b(require("react"));n();var Wo=b(require("react")),MT=b(require("axios"));n();n();n();var FT=require("react"),BT=b(require("swr"));q();Y();n();var Et=require("react"),$o=require("@multiversx/sdk-extension-provider"),Vo=require("@multiversx/sdk-web-wallet-cross-window-provider");q();var nr=()=>{let e=Ae(),{provider:t}=je(),{nonce:r}=tr(),[o,i]=(0,Et.useState)(null),[l,p]=(0,Et.useState)(),[u,d]=(0,Et.useState)([]),f=mn(),g=I(cn),T=I(rn),y=()=>w(void 0,null,function*(){var z;let N=Boolean(g==null?void 0:g.transactions),W=(z=g==null?void 0:g.transactions)!=null?z:[];if(N){let D=yield f(W);d(D)}p(N)});(0,Et.useEffect)(()=>{y()},[g,r]);let S=()=>{i(null),e(De(null))},k=N=>{S(),C(N)};Yt(k);function C(N){var D,K,L,M;let W=t instanceof $o.ExtensionProvider,z=t instanceof Vo.CrossWindowProvider;e(He()),e(gt(N)),!(!W&&!z)&&(S(),(K=(D=$o.ExtensionProvider.getInstance())==null?void 0:D.cancelAction)==null||K.call(D),(M=(L=Vo.CrossWindowProvider.getInstance())==null?void 0:L.cancelAction)==null||M.call(L))}return{error:o,canceledTransactionsMessage:T,clearTransactionStatusMessage:S,onAbort:k,setError:i,hasTransactions:l,transactionsToSign:g&&P(h({},g),{transactions:u})}};var UT=()=>{let e=Ae(),t=(0,or.useRef)("/"),{provider:r}=je(),o=I(zr),i=qe(r),l=(0,or.useRef)(!1),p=mn(),{isGuarded:u,address:d}=tr(),f=I(rn),{transactionsToSign:g,error:T,setError:y,hasTransactions:S,onAbort:k,clearTransactionStatusMessage:C}=nr();Yt(k);function N(L){var U,Q,Z,F;let M=r instanceof Ho.ExtensionProvider,X=r instanceof qo.CrossWindowProvider;e(He()),e(gt(L)),l.current=!1,!(!M&&!X)&&(C(),(Q=(U=Ho.ExtensionProvider.getInstance())==null?void 0:U.cancelAction)==null||Q.call(U),(F=(Z=qo.CrossWindowProvider.getInstance())==null?void 0:Z.cancelAction)==null||F.call(Z))}let W=(L,M)=>{i==="walletconnectv2"&&(L=Ce);let U=L.includes(Ce);if(N(M),U){e(De(Ce));return}y(L)},z=(L,M,X="")=>{let U={[Se]:M},Q=X;if(window!=null&&window.location){let{search:F,origin:de}=O(),ie=new URLSearchParams(F);Q=`${de}${X}`,ie.forEach((ke,J)=>{U[J]=ke})}let Z=Yr({callbackUrl:Q,urlParams:U});r.signTransactions(L,{callbackUrl:encodeURIComponent(Z)})},D=()=>w(void 0,null,function*(){var J,ze;if(l.current||!g)return;let{sessionId:L,transactions:M,callbackRoute:X,customTransactionInformation:U}=g,{redirectAfterSign:Q}=U,Z=wo(),F=X||Z,de=Z.includes(F),ie=Q&&!de;try{if(!(yield(J=r==null?void 0:r.init)==null?void 0:J.call(r)))return}catch(V){let se=(V==null?void 0:V.message)||V||Ai;console.error(se),W(se);return}let ke=!U.skipGuardian;try{l.current=!0;let V=(ze=yield r.signTransactions(u&&ke?M.map(me=>(me.setVersion(Sn.TransactionVersion.withTxOptions()),me.setOptions(Sn.TransactionOptions.withOptions({guarded:!0})),me)):M))!=null?ze:[];if(l.current=!1,!dn(V))return;let at=Object.values(V).map(me=>vt(me)),{needs2FaSigning:_,sendTransactionsToGuardian:$}=fn({transactions:V,sessionId:L,callbackRoute:X,isGuarded:u&&ke,walletAddress:o});if(_)return $();let Ge={sessionId:L,transactions:at,status:"signed"};ie&&(Ge.redirectRoute=F),e(we(Ge))}catch(V){l.current=!1;let se=(V==null?void 0:V.message)||V||wi;console.error(se),e(we({sessionId:L,status:"cancelled"})),W(se.includes("cancel")?Ce:se,L)}}),K=()=>w(void 0,null,function*(){if(!g)return;C();let{sessionId:L,transactions:M,callbackRoute:X}=g;if(!r){console.error(bi);return}let U=(0,Cp.default)(M.map(F=>F.getSender().toString()).filter(F=>F));if(U.length>1)throw new Error("Multiple senders are not allowed");let Q=U.length?yield Ee(U[0]):null;if(!un(Q,d))return console.error(Lt),W(Lt);t.current=X||O().pathname;try{let F=i==="wallet",de=yield p(M);if(F)return z(de,L,X);D()}catch(F){let ie=(F==null?void 0:F.message)||vi;console.error(ie),W(ie,L),e(we({sessionId:L,status:"cancelled"})),console.error(ie,F)}});return(0,or.useEffect)(()=>{S?K():l.current=!1},[g,S]),{error:T,canceledTransactionsMessage:f,onAbort:k,hasTransactions:S,callbackRoute:t.current,sessionId:g==null?void 0:g.sessionId,transactions:g==null?void 0:g.transactions}};n();var Mp=require("react");n();var Dp=b(require("axios"));function _p(e){return w(this,null,function*(){let{network:{apiAddress:t,apiTimeout:r}}=ue(E.getState()),{data:o}=yield Dp.default.get(`/${$t}/${e}`,{baseURL:t,timeout:Number(r)});return o})}q();j();kr();n();Dn();q();function Op(){let e=Ae();return t=>{e(He()),e(gt(t)),e(De(Ce))}}function jo(e){let{onCancel:t,verifyReceiverScam:r=!0,hasGuardianScreen:o}=e,{transactionsToSign:i,hasTransactions:l}=nr(),p=I(zr),u=Nc(),d=I(va),{account:f}=Lp(),{address:g,isGuarded:T,activeGuardianAddress:y}=f,{provider:S,providerType:k}=je(),C=Ae(),N=Op(),[W,z]=(0,Mp.useState)(),{transactions:D,sessionId:K,callbackRoute:L,customTransactionInformation:M}=i||{};function X(J){K&&C(we({sessionId:K,status:"cancelled"})),C(Fs(J))}let{pathname:U}=O(),Q=L!=null&&U.includes(L),Z=!(M!=null&&M.skipGuardian);function F(J){if(!dn(J))return;let{needs2FaSigning:V,sendTransactionsToGuardian:se}=fn({transactions:J,sessionId:K,callbackRoute:L,hasGuardianScreen:o,isGuarded:T&&Z,walletAddress:p});if(V)return z(!0),se();K&&(C(we({sessionId:K,status:"signed",transactions:J.map(at=>vt(at))})),L!=null&&(M==null?void 0:M.redirectAfterSign)&&!Q&&Mt({url:L}))}function de(){t(),N(K)}function ie(J){return w(this,null,function*(){let ze=k!=="ledger"?S:yield u();return J?yield ze.signTransaction(J):null})}let ke=_o({address:g,egldLabel:d,activeGuardianAddress:T&&Z?y:void 0,transactionsToSign:l?D:[],onGetScamAddressData:r?_p:null,isLedger:Ue("ledger"),hasGuardianScreen:o,onCancel:de,onSignTransaction:ie,onTransactionsSignError:X,onTransactionsSignSuccess:F});return P(h({},ke),{callbackRoute:L,waitingForDevice:W!=null?W:ke.waitingForDevice})}n();function GT(e){return jo(e)}n();var ir=require("react");n();n();n();q();function Fp(){E.dispatch(Ms())}function Bp(){E.dispatch(He())}n();n();var VT=b(require("bignumber.js"));R();q();j();n();var $T=b(require("bignumber.js"));R();n();n();var HT=require("@multiversx/sdk-core"),qT=b(require("bignumber.js"));R();n();n();var th=require("@multiversx/sdk-native-auth-client");n();var $p=b(require("axios"));n();n();n();function Up(e){return w(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),e)})})}n();var Gp=(e,t,r,o=0)=>w(void 0,null,function*(){try{return yield e(...r)}catch(i){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield Up(t.delay)),yield Gp(e,t,r,o+1)):null}}),Wp=(e,t={retries:5,delay:500})=>(...r)=>w(void 0,null,function*(){return yield Gp(e,t,r)});var jT=4;var UF=Wp((e,t,r)=>w(void 0,null,function*(){if(r){let l=Math.floor(Date.now()/1e3);return{hash:yield r(),timestamp:l}}let{data:o}=yield $p.default.get(`${e}/${uo}?from=${jT}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[i]=o;return i}));n();n();hr();n();n();var eh=b(Kp());n();var r1={origin:O().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};Y();Tt();function rh({transactionId:e,onSuccess:t,onFail:r,onCancelled:o,onTimedOut:i}){var K;let{signedTransactionsArray:l}=Po(),p=Ue("wallet"),[u]=l.length>0?l[l.length-1]:[],d=(K=e!=null?e:u)!=null?K:null,f=p?d:e,g=I(L=>ja(L,f)),{status:T,transactions:y,errorMessage:S}=g,k=ve(T),C=Ve(T),N=Mr(T),W=$e(T),z=T==="cancelled";function D(){p&&(Fp(),Bp())}return(0,ir.useEffect)(()=>{W&&t&&t(f)},[W]),(0,ir.useEffect)(()=>{C&&r&&(r(f,S),D())},[C]),(0,ir.useEffect)(()=>{z&&o&&(o(f),D())},[z]),(0,ir.useEffect)(()=>{N&&(i?i(f):r==null||r(f,"timeout"))},[N]),f==null?{}:g==null?{errorMessage:"No transaction to track"}:{isPending:k,isSuccessful:W,isFailed:C,isCancelled:z,errorMessage:S,status:T,transactions:y}}0&&(module.exports={useCheckTransactionStatus,useGetActiveTransactionsStatus,useGetFailedTransactions,useGetLastPendingTransactionHash,useGetPendingTransactions,useGetSignTransactionsError,useGetSignedTransactions,useGetSuccessfulTransactions,useGetTokenDetails,useGetTransactionDisplayInfo,useParseMultiEsdtTransferData,useParseSignedTransactions,useSignMultipleTransactions,useSignTransactions,useSignTransactionsCommonData,useSignTransactionsWithDevice,useSignTransactionsWithLedger,useTrackTransactionStatus});
1
+ "use strict";var eu=Object.create;var kt=Object.defineProperty,tu=Object.defineProperties,ru=Object.getOwnPropertyDescriptor,nu=Object.getOwnPropertyDescriptors,ou=Object.getOwnPropertyNames,cr=Object.getOwnPropertySymbols,iu=Object.getPrototypeOf,xn=Object.prototype.hasOwnProperty,Xo=Object.prototype.propertyIsEnumerable;var Yo=(e,t,r)=>t in e?kt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,h=(e,t)=>{for(var r in t||(t={}))xn.call(t,r)&&Yo(e,r,t[r]);if(cr)for(var r of cr(t))Xo.call(t,r)&&Yo(e,r,t[r]);return e},P=(e,t)=>tu(e,nu(t));var vn=(e,t)=>{var r={};for(var o in e)xn.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&cr)for(var o of cr(e))t.indexOf(o)<0&&Xo.call(e,o)&&(r[o]=e[o]);return r};var A=(e,t)=>()=>(e&&(t=e(e=0)),t);var x=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ke=(e,t)=>{for(var r in t)kt(e,r,{get:t[r],enumerable:!0})},Zo=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ou(t))!xn.call(e,i)&&i!==r&&kt(e,i,{get:()=>t[i],enumerable:!(o=ru(t,i))||o.enumerable});return e};var b=(e,t,r)=>(r=e!=null?eu(iu(e)):{},Zo(t||!e||!e.__esModule?kt(r,"default",{value:e,enumerable:!0}):r,e)),Pt=e=>Zo(kt({},"__esModule",{value:!0}),e);var w=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{u(r.next(d))}catch(f){i(f)}},p=d=>{try{u(r.throw(d))}catch(f){i(f)}},u=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);u((r=r.apply(e,t)).next())});var ei=x(lr=>{"use strict";n();lr.byteLength=au;lr.toByteArray=lu;lr.fromByteArray=du;var ge=[],ae=[],su=typeof Uint8Array!="undefined"?Uint8Array:Array,wn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ye=0,Jo=wn.length;Ye<Jo;++Ye)ge[Ye]=wn[Ye],ae[wn.charCodeAt(Ye)]=Ye;var Ye,Jo;ae["-".charCodeAt(0)]=62;ae["_".charCodeAt(0)]=63;function Qo(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function au(e){var t=Qo(e),r=t[0],o=t[1];return(r+o)*3/4-o}function cu(e,t,r){return(t+r)*3/4-r}function lu(e){var t,r=Qo(e),o=r[0],i=r[1],l=new su(cu(e,o,i)),p=0,u=i>0?o-4:o,d;for(d=0;d<u;d+=4)t=ae[e.charCodeAt(d)]<<18|ae[e.charCodeAt(d+1)]<<12|ae[e.charCodeAt(d+2)]<<6|ae[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=ae[e.charCodeAt(d)]<<2|ae[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=ae[e.charCodeAt(d)]<<10|ae[e.charCodeAt(d+1)]<<4|ae[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function pu(e){return ge[e>>18&63]+ge[e>>12&63]+ge[e>>6&63]+ge[e&63]}function uu(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(pu(o));return i.join("")}function du(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,u=r-o;p<u;p+=l)i.push(uu(e,p,p+l>u?u:p+l));return o===1?(t=e[r-1],i.push(ge[t>>2]+ge[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(ge[t>>10]+ge[t>>4&63]+ge[t<<2&63]+"=")),i.join("")}});var ti=x(An=>{n();An.read=function(e,t,r,o,i){var l,p,u=i*8-o-1,d=(1<<u)-1,f=d>>1,g=-7,T=r?i-1:0,y=r?-1:1,S=e[t+T];for(T+=y,l=S&(1<<-g)-1,S>>=-g,g+=u;g>0;l=l*256+e[t+T],T+=y,g-=8);for(p=l&(1<<-g)-1,l>>=-g,g+=o;g>0;p=p*256+e[t+T],T+=y,g-=8);if(l===0)l=1-f;else{if(l===d)return p?NaN:(S?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-f}return(S?-1:1)*p*Math.pow(2,l-o)};An.write=function(e,t,r,o,i,l){var p,u,d,f=l*8-i-1,g=(1<<f)-1,T=g>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=o?0:l-1,k=o?1:-1,C=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(u=isNaN(t)?1:0,p=g):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+T>=1?t+=y/d:t+=y*Math.pow(2,1-T),t*d>=2&&(p++,d/=2),p+T>=g?(u=0,p=g):p+T>=1?(u=(t*d-1)*Math.pow(2,i),p=p+T):(u=t*Math.pow(2,T-1)*Math.pow(2,i),p=0));i>=8;e[r+S]=u&255,S+=k,u/=256,i-=8);for(p=p<<i|u,f+=i;f>0;e[r+S]=p&255,S+=k,p/=256,f-=8);e[r+S-k]|=C*128}});var gi=x(lt=>{"use strict";n();var bn=ei(),ct=ti(),ri=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;lt.Buffer=m;lt.SlowBuffer=yu;lt.INSPECT_MAX_BYTES=50;var pr=2147483647;lt.kMaxLength=pr;m.TYPED_ARRAY_SUPPORT=mu();!m.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 mu(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(m.prototype,"parent",{enumerable:!0,get:function(){if(!!m.isBuffer(this))return this.buffer}});Object.defineProperty(m.prototype,"offset",{enumerable:!0,get:function(){if(!!m.isBuffer(this))return this.byteOffset}});function Le(e){if(e>pr)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,m.prototype),t}function m(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Pn(e)}return ii(e,t,r)}m.poolSize=8192;function ii(e,t,r){if(typeof e=="string")return fu(e,t);if(ArrayBuffer.isView(e))return Tu(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(fe(e,ArrayBuffer)||e&&fe(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(fe(e,SharedArrayBuffer)||e&&fe(e.buffer,SharedArrayBuffer)))return En(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return m.from(o,t,r);var i=hu(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return m.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}m.from=function(e,t,r){return ii(e,t,r)};Object.setPrototypeOf(m.prototype,Uint8Array.prototype);Object.setPrototypeOf(m,Uint8Array);function si(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 gu(e,t,r){return si(e),e<=0?Le(e):t!==void 0?typeof r=="string"?Le(e).fill(t,r):Le(e).fill(t):Le(e)}m.alloc=function(e,t,r){return gu(e,t,r)};function Pn(e){return si(e),Le(e<0?0:Ln(e)|0)}m.allocUnsafe=function(e){return Pn(e)};m.allocUnsafeSlow=function(e){return Pn(e)};function fu(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!m.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=ai(e,t)|0,o=Le(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function In(e){for(var t=e.length<0?0:Ln(e.length)|0,r=Le(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Tu(e){if(fe(e,Uint8Array)){var t=new Uint8Array(e);return En(t.buffer,t.byteOffset,t.byteLength)}return In(e)}function En(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,m.prototype),o}function hu(e){if(m.isBuffer(e)){var t=Ln(e.length)|0,r=Le(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Nn(e.length)?Le(0):In(e);if(e.type==="Buffer"&&Array.isArray(e.data))return In(e.data)}function Ln(e){if(e>=pr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+pr.toString(16)+" bytes");return e|0}function yu(e){return+e!=e&&(e=0),m.alloc(+e)}m.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==m.prototype};m.compare=function(t,r){if(fe(t,Uint8Array)&&(t=m.from(t,t.offset,t.byteLength)),fe(r,Uint8Array)&&(r=m.from(r,r.offset,r.byteLength)),!m.isBuffer(t)||!m.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};m.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};m.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return m.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=m.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(fe(p,Uint8Array))l+p.length>i.length?m.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(m.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function ai(e,t){if(m.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||fe(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return kn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return mi(e).length;default:if(i)return o?-1:kn(e).length;t=(""+t).toLowerCase(),i=!0}}m.byteLength=ai;function Su(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return Lu(this,t,r);case"utf8":case"utf-8":return li(this,t,r);case"ascii":return ku(this,t,r);case"latin1":case"binary":return Pu(this,t,r);case"base64":return Iu(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Nu(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}m.prototype._isBuffer=!0;function Xe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}m.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)Xe(this,r,r+1);return this};m.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)Xe(this,r,r+3),Xe(this,r+1,r+2);return this};m.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)Xe(this,r,r+7),Xe(this,r+1,r+6),Xe(this,r+2,r+5),Xe(this,r+3,r+4);return this};m.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?li(this,0,t):Su.apply(this,arguments)};m.prototype.toLocaleString=m.prototype.toString;m.prototype.equals=function(t){if(!m.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:m.compare(this,t)===0};m.prototype.inspect=function(){var t="",r=lt.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};ri&&(m.prototype[ri]=m.prototype.inspect);m.prototype.compare=function(t,r,o,i,l){if(fe(t,Uint8Array)&&(t=m.from(t,t.offset,t.byteLength)),!m.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,u=o-r,d=Math.min(p,u),f=this.slice(i,l),g=t.slice(r,o),T=0;T<d;++T)if(f[T]!==g[T]){p=f[T],u=g[T];break}return p<u?-1:u<p?1:0};function ci(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Nn(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=m.from(t,o)),m.isBuffer(t))return t.length===0?-1:ni(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):ni(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function ni(e,t,r,o,i){var l=1,p=e.length,u=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,u/=2,r/=2}function d(S,k){return l===1?S[k]:S.readUInt16BE(k*l)}var f;if(i){var g=-1;for(f=r;f<p;f++)if(d(e,f)===d(t,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===u)return g*l}else g!==-1&&(f-=f-g),g=-1}else for(r+u>p&&(r=p-u),f=r;f>=0;f--){for(var T=!0,y=0;y<u;y++)if(d(e,f+y)!==d(t,y)){T=!1;break}if(T)return f}return-1}m.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};m.prototype.indexOf=function(t,r,o){return ci(this,t,r,o,!0)};m.prototype.lastIndexOf=function(t,r,o){return ci(this,t,r,o,!1)};function xu(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var u=parseInt(t.substr(p*2,2),16);if(Nn(u))return p;e[r+p]=u}return p}function vu(e,t,r,o){return ur(kn(t,e.length-r),e,r,o)}function wu(e,t,r,o){return ur(Du(t),e,r,o)}function Au(e,t,r,o){return ur(mi(t),e,r,o)}function bu(e,t,r,o){return ur(_u(t,e.length-r),e,r,o)}m.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return xu(this,t,r,o);case"utf8":case"utf-8":return vu(this,t,r,o);case"ascii":case"latin1":case"binary":return wu(this,t,r,o);case"base64":return Au(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return bu(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};m.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Iu(e,t,r){return t===0&&r===e.length?bn.fromByteArray(e):bn.fromByteArray(e.slice(t,r))}function li(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,u=l>239?4:l>223?3:l>191?2:1;if(i+u<=r){var d,f,g,T;switch(u){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(T=(l&31)<<6|d&63,T>127&&(p=T));break;case 3:d=e[i+1],f=e[i+2],(d&192)===128&&(f&192)===128&&(T=(l&15)<<12|(d&63)<<6|f&63,T>2047&&(T<55296||T>57343)&&(p=T));break;case 4:d=e[i+1],f=e[i+2],g=e[i+3],(d&192)===128&&(f&192)===128&&(g&192)===128&&(T=(l&15)<<18|(d&63)<<12|(f&63)<<6|g&63,T>65535&&T<1114112&&(p=T))}}p===null?(p=65533,u=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=u}return Eu(o)}var oi=4096;function Eu(e){var t=e.length;if(t<=oi)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=oi));return r}function ku(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Pu(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function Lu(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=Ou[e[l]];return i}function Nu(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}m.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,m.prototype),i};function H(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}m.prototype.readUintLE=m.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};m.prototype.readUintBE=m.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};m.prototype.readUint8=m.prototype.readUInt8=function(t,r){return t=t>>>0,r||H(t,1,this.length),this[t]};m.prototype.readUint16LE=m.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||H(t,2,this.length),this[t]|this[t+1]<<8};m.prototype.readUint16BE=m.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||H(t,2,this.length),this[t]<<8|this[t+1]};m.prototype.readUint32LE=m.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||H(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};m.prototype.readUint32BE=m.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||H(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};m.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};m.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||H(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};m.prototype.readInt8=function(t,r){return t=t>>>0,r||H(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};m.prototype.readInt16LE=function(t,r){t=t>>>0,r||H(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};m.prototype.readInt16BE=function(t,r){t=t>>>0,r||H(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};m.prototype.readInt32LE=function(t,r){return t=t>>>0,r||H(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};m.prototype.readInt32BE=function(t,r){return t=t>>>0,r||H(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};m.prototype.readFloatLE=function(t,r){return t=t>>>0,r||H(t,4,this.length),ct.read(this,t,!0,23,4)};m.prototype.readFloatBE=function(t,r){return t=t>>>0,r||H(t,4,this.length),ct.read(this,t,!1,23,4)};m.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||H(t,8,this.length),ct.read(this,t,!0,52,8)};m.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||H(t,8,this.length),ct.read(this,t,!1,52,8)};function ee(e,t,r,o,i,l){if(!m.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}m.prototype.writeUintLE=m.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;ee(this,t,r,o,l,0)}var p=1,u=0;for(this[r]=t&255;++u<o&&(p*=256);)this[r+u]=t/p&255;return r+o};m.prototype.writeUintBE=m.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;ee(this,t,r,o,l,0)}var p=o-1,u=1;for(this[r+p]=t&255;--p>=0&&(u*=256);)this[r+p]=t/u&255;return r+o};m.prototype.writeUint8=m.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,1,255,0),this[r]=t&255,r+1};m.prototype.writeUint16LE=m.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};m.prototype.writeUint16BE=m.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};m.prototype.writeUint32LE=m.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};m.prototype.writeUint32BE=m.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};m.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);ee(this,t,r,o,l-1,-l)}var p=0,u=1,d=0;for(this[r]=t&255;++p<o&&(u*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/u>>0)-d&255;return r+o};m.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);ee(this,t,r,o,l-1,-l)}var p=o-1,u=1,d=0;for(this[r+p]=t&255;--p>=0&&(u*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/u>>0)-d&255;return r+o};m.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};m.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};m.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};m.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};m.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||ee(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function pi(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function ui(e,t,r,o,i){return t=+t,r=r>>>0,i||pi(e,t,r,4,34028234663852886e22,-34028234663852886e22),ct.write(e,t,r,o,23,4),r+4}m.prototype.writeFloatLE=function(t,r,o){return ui(this,t,r,!0,o)};m.prototype.writeFloatBE=function(t,r,o){return ui(this,t,r,!1,o)};function di(e,t,r,o,i){return t=+t,r=r>>>0,i||pi(e,t,r,8,17976931348623157e292,-17976931348623157e292),ct.write(e,t,r,o,52,8),r+8}m.prototype.writeDoubleLE=function(t,r,o){return di(this,t,r,!0,o)};m.prototype.writeDoubleBE=function(t,r,o){return di(this,t,r,!1,o)};m.prototype.copy=function(t,r,o,i){if(!m.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};m.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!m.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var u=m.isBuffer(t)?t:m.from(t,i),d=u.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=u[p%d]}return this};var Ru=/[^+/0-9A-Za-z-_]/g;function Cu(e){if(e=e.split("=")[0],e=e.trim().replace(Ru,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function kn(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function Du(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function _u(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function mi(e){return bn.toByteArray(Cu(e))}function ur(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function fe(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Nn(e){return e!==e}var Ou=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Si=x((lh,yi)=>{n();var G=yi.exports={},Te,he;function Rn(){throw new Error("setTimeout has not been defined")}function Cn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Te=setTimeout:Te=Rn}catch(e){Te=Rn}try{typeof clearTimeout=="function"?he=clearTimeout:he=Cn}catch(e){he=Cn}})();function fi(e){if(Te===setTimeout)return setTimeout(e,0);if((Te===Rn||!Te)&&setTimeout)return Te=setTimeout,setTimeout(e,0);try{return Te(e,0)}catch(t){try{return Te.call(null,e,0)}catch(r){return Te.call(this,e,0)}}}function Mu(e){if(he===clearTimeout)return clearTimeout(e);if((he===Cn||!he)&&clearTimeout)return he=clearTimeout,clearTimeout(e);try{return he(e)}catch(t){try{return he.call(null,e)}catch(r){return he.call(this,e)}}}var Ne=[],pt=!1,Ze,dr=-1;function Fu(){!pt||!Ze||(pt=!1,Ze.length?Ne=Ze.concat(Ne):dr=-1,Ne.length&&Ti())}function Ti(){if(!pt){var e=fi(Fu);pt=!0;for(var t=Ne.length;t;){for(Ze=Ne,Ne=[];++dr<t;)Ze&&Ze[dr].run();dr=-1,t=Ne.length}Ze=null,pt=!1,Mu(e)}}G.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];Ne.push(new hi(e,t)),Ne.length===1&&!pt&&fi(Ti)};function hi(e,t){this.fun=e,this.array=t}hi.prototype.run=function(){this.fun.apply(null,this.array)};G.title="browser";G.browser=!0;G.env={};G.argv=[];G.version="";G.versions={};function Re(){}G.on=Re;G.addListener=Re;G.once=Re;G.off=Re;G.removeListener=Re;G.removeAllListeners=Re;G.emit=Re;G.prependListener=Re;G.prependOnceListener=Re;G.listeners=function(e){return[]};G.binding=function(e){throw new Error("process.binding is not supported")};G.cwd=function(){return"/"};G.chdir=function(e){throw new Error("process.chdir is not supported")};G.umask=function(){return 0}});var s,c,Bu,a,n=A(()=>{s=b(gi()),c=b(Si()),Bu=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object),a=Bu});var xi=A(()=>{"use strict";n()});var vi,Ce,wi,Ai,bi,Lt,Dn=A(()=>{"use strict";n();vi="error when signing",Ce="Transaction canceled",wi="error signing transaction",Ai="provider not initialized",bi="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Lt="You cannot sign transactions from a different account"});var Ii=A(()=>{"use strict";n()});var _n,Ei=A(()=>{"use strict";n();_n=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(_n||{})});var ki=A(()=>{"use strict";n()});var On,Mn=A(()=>{"use strict";n();On={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 Pi=A(()=>{"use strict";n()});var Fn,Bn=A(()=>{"use strict";n();Fn=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(Fn||{})});var Li=A(()=>{"use strict";n()});var Ni=A(()=>{"use strict";n()});var mr,Ri,Sh,Ci,xh,Y=A(()=>{"use strict";n();mr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types"),Ri=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Ri||{}),Sh=h(h({},mr.CrossWindowProviderRequestEnums),Ri),Ci=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(Ci||{}),xh=h(h({},mr.CrossWindowProviderResponseEnums),Ci)});var Di=A(()=>{"use strict";n()});var _i=A(()=>{"use strict";n()});var te=A(()=>{"use strict";n()});var Oi=A(()=>{"use strict";n()});var Mi=A(()=>{"use strict";n()});var Fi=A(()=>{"use strict";n()});var j=A(()=>{"use strict";n();Bn();Li();Ni();Y();Di();_i();te();Oi();Mi();Fi()});var Je,Bi,Fh,Ui,Bh,Gi,Uh,Gh,Wi,ut=A(()=>{"use strict";n();j();Je={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Bi,egldLabel:Fh}=Je["devnet"],{chainId:Ui,egldLabel:Bh}=Je["testnet"],{chainId:Gi,egldLabel:Uh}=Je["mainnet"],Gh={["devnet"]:Bi,["testnet"]:Ui,["mainnet"]:Gi},Wi={[Bi]:"devnet",[Ui]:"testnet",[Gi]:"mainnet"}});var $i=A(()=>{"use strict";n()});var ye,Vi=A(()=>{"use strict";n();ye=require("@multiversx/sdk-web-wallet-provider")});var Nt,gr,Hi,qi,ji,Se,fr,Tr,zi,dt,R=A(()=>{"use strict";n();xi();Dn();Ii();Ei();ki();Mn();Pi();ut();$i();Vi();Nt=5e4,gr=1e9,Hi=1,qi=1,ji="/dapp/init",Se="signSession",fr="sdk-dapp-version",Tr="logout",zi="login",dt="0"});var Rt,hr=A(()=>{"use strict";n();Rt=()=>Date.now()/1e3});var Ki=A(()=>{"use strict";n()});var Yi=A(()=>{"use strict";n()});var Xi=A(()=>{"use strict";n();hr();Ki();Yi()});var Un={};Ke(Un,{clear:()=>$u,getItem:()=>Gu,localStorageKeys:()=>le,removeItem:()=>Wu,setItem:()=>Uu});var le,yr,Uu,Gu,Wu,$u,mt=A(()=>{"use strict";n();Xi();le={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},yr=typeof localStorage!="undefined",Uu=({key:e,data:t,expires:r})=>{!yr||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Gu=e=>{if(!yr)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Rt()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Wu=e=>{!yr||localStorage.removeItem(String(e))},$u=()=>{!yr||localStorage.clear()}});var Gn={};Ke(Gn,{clear:()=>es,getItem:()=>Ji,removeItem:()=>Qi,setItem:()=>Zi,storage:()=>Vu});var Zi,Ji,Qi,es,Vu,ts=A(()=>{"use strict";n();Zi=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Ji=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Qi=e=>sessionStorage.removeItem(String(e)),es=()=>sessionStorage.clear(),Vu={setItem:Zi,getItem:Ji,removeItem:Qi,clear:es}});var xe,Ct=A(()=>{"use strict";n();mt();ts();xe={session:Gn,local:Un}});var Wn,B,Dt,oe=A(()=>{"use strict";n();Wn=require("@reduxjs/toolkit");R();B=(0,Wn.createAction)(Tr),Dt=(0,Wn.createAction)(zi,e=>({payload:e}))});var Vn,rs,ns,Sr,$n,os,xr,yy,Hn,Sy,xy,vy,wy,Ay,by,Iy,Ey,vr,wr=A(()=>{"use strict";n();Vn=require("@multiversx/sdk-core"),rs=require("@reduxjs/toolkit"),ns=require("redux-persist");R();Ct();mt();oe();Sr={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:dt},$n={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Sr},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},os=(0,rs.createSlice)({name:"accountInfoSlice",initialState:$n,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Vn.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Sr},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(B,()=>(xe.local.removeItem(le.loginExpiresAt),$n)),e.addCase(Dt,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Vn.Address(o).hex()}),e.addCase(ns.REHYDRATE,(t,r)=>{var f;if(!((f=r.payload)!=null&&f.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:u}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:$n.accounts,t.publicKey=u})}}),{setAccount:xr,setAddress:yy,setAccountNonce:Hn,setAccountShard:Sy,setLedgerAccount:xy,updateLedgerAccount:vy,setWalletConnectAccount:wy,setIsAccountLoading:Ay,setAccountLoadingError:by,setWebsocketEvent:Iy,setWebsocketBatchEvent:Ey}=os.actions,vr=os.reducer});function _t(){return new Date().setHours(new Date().getHours()+24)}function Ot(e){xe.local.setItem({key:le.loginExpiresAt,data:e,expires:e})}var qn=A(()=>{"use strict";n();Ct();mt()});var ss,is,as,My,Fy,By,Uy,Gy,Wy,cs,$y,Ar,br=A(()=>{"use strict";n();ss=require("@reduxjs/toolkit");qn();Y();oe();is={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,crossWindowLogin:null,isLoginSessionInvalid:!1},as=(0,ss.createSlice)({name:"loginInfoSlice",initialState:is,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(B,()=>is),e.addCase(Dt,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,Ot(_t())})}}),{setLoginMethod:My,setWalletConnectLogin:Fy,setLedgerLogin:By,setTokenLogin:Uy,setTokenLoginSignature:Gy,setWalletLogin:Wy,invalidateLoginSession:cs,setLogoutRoute:$y}=as.actions,Ar=as.reducer});var ps,ls,us,jy,Hu,zy,Ky,Ir,Er=A(()=>{"use strict";n();ps=require("@reduxjs/toolkit");oe();ls={},us=(0,ps.createSlice)({name:"modalsSlice",initialState:ls,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(B,()=>ls)}}),{setTxSubmittedModal:jy,setNotificationModal:Hu,clearTxSubmittedModal:zy,clearNotificationModal:Ky}=us.actions,Ir=us.reducer});var ds,ms,Mt,kr=A(()=>{"use strict";n();ds=!1,ms=(e=!0)=>{ds=e},Mt=({timeout:e=0,url:t})=>{ds||setTimeout(()=>{if(!!window)return window.location.assign(t)},e)}});var gs=A(()=>{"use strict";n();kr()});function fs(e){return e[Math.floor(Math.random()*e.length)]}var Ts=A(()=>{"use strict";n()});function ys(e){let t=null;if((e==null?void 0:e.statusCode)in On){let r=e==null?void 0:e.statusCode,{message:o}=On[r];t=zu.includes(r)?hs:o}return{errorMessage:t,defaultErrorMessage:hs}}var hs,qu,ju,zu,jn=A(()=>{"use strict";n();Mn();hs="Check if the MultiversX app is open on Ledger",qu=28161,ju=28160,zu=[qu,ju]});var Ss=A(()=>{"use strict";n();gs();Ts();jn()});var xs,vs,ws,zn,Ku,As,lS,pS,uS,Pr,Lr=A(()=>{"use strict";n();xs=require("@reduxjs/toolkit"),vs=b(require("lodash.omit")),ws=require("redux-persist");oe();Ss();zn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Ku={network:zn,chainID:"-1"},As=(0,xs.createSlice)({name:"appConfig",initialState:Ku,reducers:{initializeNetworkConfig:(e,t)=>{let r=fs(t.payload.walletConnectV2RelayAddresses),o=(0,vs.default)(t.payload,"walletConnectV2RelayAddresses");e.network=P(h(h({},e.network),o),{walletConnectV2RelayAddress:r})},setChainID:(e,t)=>{e.chainID=t.payload},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(B,t=>{t.network.customWalletAddress=void 0}),e.addCase(ws.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:lS,setChainID:pS,setCustomWalletAddress:uS}=As.actions,Pr=As.reducer});var bs,Kn,Is,hS,yS,SS,Nr,Rr=A(()=>{"use strict";n();bs=require("@reduxjs/toolkit");j();oe();Kn={isSigning:!1,signedSessions:{}},Is=(0,bs.createSlice)({name:"signedMessageInfoSliceState",initialState:Kn,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=h(h({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>h(h({},e),t.payload),clearSignedMessageInfo:()=>Kn},extraReducers:e=>{e.addCase(B,()=>Kn)}}),{setSignSession:hS,clearSignedMessageInfo:yS,setSignSessionState:SS}=Is.actions,Nr=Is.reducer});var ks,Ps,Es,Ls,ES,kS,PS,Yu,Cr,Dr=A(()=>{"use strict";n();ks=require("@reduxjs/toolkit"),Ps=require("redux-persist");j();hr();oe();Es={customToasts:[],transactionToasts:[]},Ls=(0,ks.createSlice)({name:"toastsSlice",initialState:Es,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=P(h(h({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(P(h({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Rt(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(B,()=>Es),e.addCase(Ps.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:ES,removeCustomToast:kS,addTransactionToast:PS,removeTransactionToast:Yu}=Ls.actions,Cr=Ls.reducer});var Ns,Xn,Zn,Jn,Xu,Yn,Rs,CS,Zu,gt,_r,Or=A(()=>{"use strict";n();Ns=require("@reduxjs/toolkit");oe();Xn="Transaction failed",Zn="Transaction successful",Jn="Processing transaction",Xu="Transaction submitted",Yn={},Rs=(0,Ns.createSlice)({name:"transactionsInfo",initialState:Yn,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||Xn,successMessage:(o==null?void 0:o.successMessage)||Zn,processingMessage:(o==null?void 0:o.processingMessage)||Jn,submittedMessage:(o==null?void 0:o.submittedMessage)||Xu,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Yn},extraReducers:e=>{e.addCase(B,()=>Yn)}}),{clearTransactionsInfo:CS,setTransactionsDisplayInfo:Zu,clearTransactionsInfoForSessionId:gt}=Rs.actions,_r=Rs.reducer});function ve(e){return e!=null&&(ad(e)||dd(e))}function $e(e){return e!=null&&(cd(e)||md(e))}function Ve(e){return e!=null&&(ld(e)||gd(e))}function Cs(e){return e!=null&&(pd(e)||fd(e))}function Mr(e){return e!=null&&ud(e)}function ad(e){return e!=null&&Ju.includes(e)}function cd(e){return e!=null&&Qu.includes(e)}function ld(e){return e!=null&&ed.includes(e)}function pd(e){return e!=null&&td.includes(e)}function ud(e){return e!=null&&rd.includes(e)}function dd(e){return e!=null&&nd.includes(e)}function md(e){return e!=null&&od.includes(e)}function gd(e){return e!=null&&id.includes(e)}function fd(e){return e!=null&&sd.includes(e)}var Ju,Qu,ed,td,rd,nd,od,id,sd,Tt=A(()=>{"use strict";n();Y();Ju=["sent"],Qu=["success"],ed=["fail","cancelled","timedOut"],td=["invalid"],rd=["timedOut"],nd=["pending"],od=["success"],id=["fail","invalid"],sd=["not executed"]});var Ds,_s,Ft,Td,Os,ht,Fr,hd,He,Ms,yd,WS,Fs,De,we,$S,Br,Ur=A(()=>{"use strict";n();Ds=require("@reduxjs/toolkit"),_s=require("redux-persist");Y();Tt();oe();Ft={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Td={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Os=(0,Ds.createSlice)({name:"transactionsSlice",initialState:Ft,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,f;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:u}=t.payload;e.customTransactionInformationForSessionId[r]=h(h(h({},Td),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:h(h({},e.customTransactionInformationForSessionId[r]),u!=null?u:{})},((f=e==null?void 0:e.transactionsToSign)==null?void 0:f.sessionId)===r&&(e.transactionsToSign=Ft.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=h(h({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var d,f,g,T,y,S,k,C;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,inTransit:p}=t.payload,u=(f=(d=e.signedTransactions)==null?void 0:d[r])==null?void 0:f.transactions;if(u!=null){e.signedTransactions[r].transactions=u.map(D=>D.hash===l?P(h({},D),{status:o,errorMessage:i,inTransit:p}):D);let N=(T=(g=e.signedTransactions[r])==null?void 0:g.transactions)==null?void 0:T.every(D=>$e(D.status)),W=(S=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:S.every(D=>Ve(D.status)),z=(C=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:C.every(D=>Cs(D.status));N&&(e.signedTransactions[r].status="success"),W&&(e.signedTransactions[r].status="fail"),z&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Ft.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Ft.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=h(h({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(B,()=>Ft),e.addCase(_s.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((u,[d,f])=>{let g=new Date(d),T=new Date;return T.setHours(T.getHours()+5),T-g>0||(u[d]=f),u},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:ht,updateSignedTransactions:Fr,setTransactionsToSign:hd,clearAllTransactionsToSign:He,clearAllSignedTransactions:Ms,clearSignedTransaction:yd,clearTransactionToSign:WS,setSignTransactionsError:Fs,setSignTransactionsCancelMessage:De,moveTransactionsToSignedState:we,updateSignedTransactionsCustomTransactionInformation:$S}=Os.actions,Br=Os.reducer});var Bs,Qn,Us,jS,zS,Sd,KS,Gr,Wr=A(()=>{"use strict";n();Bs=require("@reduxjs/toolkit");oe();Qn={},Us=(0,Bs.createSlice)({name:"batchTransactionsSlice",initialState:Qn,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>Qn},extraReducers:e=>{e.addCase(B,()=>Qn)}}),{setBatchTransactions:jS,updateBatchTransactions:zS,clearBatchTransactions:Sd,clearAllBatchTransactions:KS}=Us.actions,Gr=Us.reducer});var Ws,Gs,$s,JS,Vs,eo=A(()=>{"use strict";n();Ws=require("@reduxjs/toolkit");oe();Gs={},$s=(0,Ws.createSlice)({name:"dappConfigSlice",initialState:Gs,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(B,()=>Gs)}}),{setDappConfig:JS}=$s.actions,Vs=$s.reducer});var q=A(()=>{"use strict";n();wr();br();Er();Lr();Rr();Dr();Or();Ur();Wr();eo()});var to=A(()=>{"use strict";n()});var js,Ad,bd,tt,Hr=A(()=>{"use strict";n();js=require("@reduxjs/toolkit");to();wr();Wr();eo();br();Er();Lr();Rr();Dr();Or();Ur();Ad={["account"]:vr,["dappConfig"]:Vs,["loginInfo"]:Ar,["modals"]:Ir,["networkConfig"]:Pr,["signedMessageInfo"]:Nr,["toasts"]:Cr,["transactionsInfo"]:_r,["transactions"]:Br,["batchTransactions"]:Gr},bd=(e={})=>(0,js.combineReducers)(h(h({},Ad),e)),tt=bd});var Xs={};Ke(Xs,{default:()=>Gd,sessionStorageReducers:()=>ro});function _e(e,t=[]){return{key:e,version:1,storage:Ks.default,blacklist:t}}var re,zs,Ks,Id,Bt,Ed,kd,Pd,Ld,Nd,Rd,Cd,Dd,_d,Od,Ys,Md,ro,Fd,Bd,Ud,Gd,Zs=A(()=>{"use strict";n();re=require("redux-persist"),zs=b(require("redux-persist/lib/storage")),Ks=b(require("redux-persist/lib/storage/session"));Hr();q();wr();Wr();br();Er();Lr();Rr();Dr();Or();Ur();to();Id={persistReducersStorageType:"localStorage"},Bt={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ed=_e(Bt["account"]),kd=_e(Bt["loginInfo"]),Pd=_e(Bt["modals"]),Ld=_e(Bt["networkConfig"]),Nd={2:e=>P(h({},e),{networkConfig:zn})};Rd=_e("sdk-dapp-transactionsInfo"),Cd=_e("sdk-dapp-transactions",["transactionsToSign"]),Dd=_e("sdk-dapp-batchTransactions",["batchTransactions"]),_d=_e("sdk-dapp-toasts"),Od=_e("sdk-dapp-signedMessageInfo"),Ys={key:"sdk-dapp-store",version:2,storage:zs.default,whitelist:Object.keys(Bt),migrate:(0,re.createMigrate)(Nd,{debug:!1})},Md=P(h({},Ys),{whitelist:[]}),ro={["toasts"]:(0,re.persistReducer)(_d,Cr),["transactions"]:(0,re.persistReducer)(Cd,Br),["transactionsInfo"]:(0,re.persistReducer)(Rd,_r),["batchTransactions"]:(0,re.persistReducer)(Dd,Gr),["signedMessageInfo"]:(0,re.persistReducer)(Od,Nr)},Fd=P(h({},ro),{["account"]:(0,re.persistReducer)(Ed,vr),["loginInfo"]:(0,re.persistReducer)(kd,Ar),["modals"]:(0,re.persistReducer)(Pd,Ir),["networkConfig"]:(0,re.persistReducer)(Ld,Pr)}),Bd=Id.persistReducersStorageType==="localStorage",Ud=Bd?(0,re.persistReducer)(Ys,tt(ro)):(0,re.persistReducer)(Md,tt(Fd)),Gd=Ud});var Js={};Ke(Js,{default:()=>Wd});var Wd,Qs=A(()=>{"use strict";n();Hr();Wd=tt()});var ea={};Ke(ea,{default:()=>Vd});var ce,$d,Vd,ta=A(()=>{"use strict";n();ce=require("redux-persist"),$d=[ce.FLUSH,ce.REHYDRATE,ce.PAUSE,ce.PERSIST,ce.PURGE,ce.REGISTER],Vd=$d});var oa={};Ke(oa,{default:()=>na});function na(e){return(0,ra.persistStore)(e)}var ra,ia=A(()=>{"use strict";n();ra=require("redux-persist")});var Cc=x((LD,Rc)=>{n();var Jm=typeof a=="object"&&a&&a.Object===Object&&a;Rc.exports=Jm});var Xt=x((ND,Dc)=>{n();var Qm=Cc(),eg=typeof self=="object"&&self&&self.Object===Object&&self,tg=Qm||eg||Function("return this")();Dc.exports=tg});var Oo=x((RD,_c)=>{n();var rg=Xt(),ng=rg.Symbol;_c.exports=ng});var Bc=x((CD,Fc)=>{n();var Oc=Oo(),Mc=Object.prototype,og=Mc.hasOwnProperty,ig=Mc.toString,Zt=Oc?Oc.toStringTag:void 0;function sg(e){var t=og.call(e,Zt),r=e[Zt];try{e[Zt]=void 0;var o=!0}catch(l){}var i=ig.call(e);return o&&(t?e[Zt]=r:delete e[Zt]),i}Fc.exports=sg});var Gc=x((DD,Uc)=>{n();var ag=Object.prototype,cg=ag.toString;function lg(e){return cg.call(e)}Uc.exports=lg});var Mo=x((_D,Vc)=>{n();var Wc=Oo(),pg=Bc(),ug=Gc(),dg="[object Null]",mg="[object Undefined]",$c=Wc?Wc.toStringTag:void 0;function gg(e){return e==null?e===void 0?mg:dg:$c&&$c in Object(e)?pg(e):ug(e)}Vc.exports=gg});var Fo=x((OD,Hc)=>{n();function fg(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}Hc.exports=fg});var jc=x((MD,qc)=>{n();var Tg=Mo(),hg=Fo(),yg="[object AsyncFunction]",Sg="[object Function]",xg="[object GeneratorFunction]",vg="[object Proxy]";function wg(e){if(!hg(e))return!1;var t=Tg(e);return t==Sg||t==xg||t==yg||t==vg}qc.exports=wg});var Kc=x((FD,zc)=>{n();var Ag=Xt(),bg=Ag["__core-js_shared__"];zc.exports=bg});var Zc=x((BD,Xc)=>{n();var Bo=Kc(),Yc=function(){var e=/[^.]+$/.exec(Bo&&Bo.keys&&Bo.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Ig(e){return!!Yc&&Yc in e}Xc.exports=Ig});var Qc=x((UD,Jc)=>{n();var Eg=Function.prototype,kg=Eg.toString;function Pg(e){if(e!=null){try{return kg.call(e)}catch(t){}try{return e+""}catch(t){}}return""}Jc.exports=Pg});var tl=x((GD,el)=>{n();var Lg=jc(),Ng=Zc(),Rg=Fo(),Cg=Qc(),Dg=/[\\^$.*+?()[\]{}|]/g,_g=/^\[object .+?Constructor\]$/,Og=Function.prototype,Mg=Object.prototype,Fg=Og.toString,Bg=Mg.hasOwnProperty,Ug=RegExp("^"+Fg.call(Bg).replace(Dg,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Gg(e){if(!Rg(e)||Ng(e))return!1;var t=Lg(e)?Ug:_g;return t.test(Cg(e))}el.exports=Gg});var nl=x((WD,rl)=>{n();function Wg(e,t){return e==null?void 0:e[t]}rl.exports=Wg});var hn=x(($D,ol)=>{n();var $g=tl(),Vg=nl();function Hg(e,t){var r=Vg(e,t);return $g(r)?r:void 0}ol.exports=Hg});var Jt=x((VD,il)=>{n();var qg=hn(),jg=qg(Object,"create");il.exports=jg});var cl=x((HD,al)=>{n();var sl=Jt();function zg(){this.__data__=sl?sl(null):{},this.size=0}al.exports=zg});var pl=x((qD,ll)=>{n();function Kg(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}ll.exports=Kg});var dl=x((jD,ul)=>{n();var Yg=Jt(),Xg="__lodash_hash_undefined__",Zg=Object.prototype,Jg=Zg.hasOwnProperty;function Qg(e){var t=this.__data__;if(Yg){var r=t[e];return r===Xg?void 0:r}return Jg.call(t,e)?t[e]:void 0}ul.exports=Qg});var gl=x((zD,ml)=>{n();var ef=Jt(),tf=Object.prototype,rf=tf.hasOwnProperty;function nf(e){var t=this.__data__;return ef?t[e]!==void 0:rf.call(t,e)}ml.exports=nf});var Tl=x((KD,fl)=>{n();var of=Jt(),sf="__lodash_hash_undefined__";function af(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=of&&t===void 0?sf:t,this}fl.exports=af});var yl=x((YD,hl)=>{n();var cf=cl(),lf=pl(),pf=dl(),uf=gl(),df=Tl();function At(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}At.prototype.clear=cf;At.prototype.delete=lf;At.prototype.get=pf;At.prototype.has=uf;At.prototype.set=df;hl.exports=At});var xl=x((XD,Sl)=>{n();function mf(){this.__data__=[],this.size=0}Sl.exports=mf});var wl=x((ZD,vl)=>{n();function gf(e,t){return e===t||e!==e&&t!==t}vl.exports=gf});var Qt=x((JD,Al)=>{n();var ff=wl();function Tf(e,t){for(var r=e.length;r--;)if(ff(e[r][0],t))return r;return-1}Al.exports=Tf});var Il=x((QD,bl)=>{n();var hf=Qt(),yf=Array.prototype,Sf=yf.splice;function xf(e){var t=this.__data__,r=hf(t,e);if(r<0)return!1;var o=t.length-1;return r==o?t.pop():Sf.call(t,r,1),--this.size,!0}bl.exports=xf});var kl=x((e_,El)=>{n();var vf=Qt();function wf(e){var t=this.__data__,r=vf(t,e);return r<0?void 0:t[r][1]}El.exports=wf});var Ll=x((t_,Pl)=>{n();var Af=Qt();function bf(e){return Af(this.__data__,e)>-1}Pl.exports=bf});var Rl=x((r_,Nl)=>{n();var If=Qt();function Ef(e,t){var r=this.__data__,o=If(r,e);return o<0?(++this.size,r.push([e,t])):r[o][1]=t,this}Nl.exports=Ef});var Dl=x((n_,Cl)=>{n();var kf=xl(),Pf=Il(),Lf=kl(),Nf=Ll(),Rf=Rl();function bt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}bt.prototype.clear=kf;bt.prototype.delete=Pf;bt.prototype.get=Lf;bt.prototype.has=Nf;bt.prototype.set=Rf;Cl.exports=bt});var Ol=x((o_,_l)=>{n();var Cf=hn(),Df=Xt(),_f=Cf(Df,"Map");_l.exports=_f});var Bl=x((i_,Fl)=>{n();var Ml=yl(),Of=Dl(),Mf=Ol();function Ff(){this.size=0,this.__data__={hash:new Ml,map:new(Mf||Of),string:new Ml}}Fl.exports=Ff});var Gl=x((s_,Ul)=>{n();function Bf(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}Ul.exports=Bf});var er=x((a_,Wl)=>{n();var Uf=Gl();function Gf(e,t){var r=e.__data__;return Uf(t)?r[typeof t=="string"?"string":"hash"]:r.map}Wl.exports=Gf});var Vl=x((c_,$l)=>{n();var Wf=er();function $f(e){var t=Wf(this,e).delete(e);return this.size-=t?1:0,t}$l.exports=$f});var ql=x((l_,Hl)=>{n();var Vf=er();function Hf(e){return Vf(this,e).get(e)}Hl.exports=Hf});var zl=x((p_,jl)=>{n();var qf=er();function jf(e){return qf(this,e).has(e)}jl.exports=jf});var Yl=x((u_,Kl)=>{n();var zf=er();function Kf(e,t){var r=zf(this,e),o=r.size;return r.set(e,t),this.size+=r.size==o?0:1,this}Kl.exports=Kf});var Zl=x((d_,Xl)=>{n();var Yf=Bl(),Xf=Vl(),Zf=ql(),Jf=zl(),Qf=Yl();function It(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var o=e[t];this.set(o[0],o[1])}}It.prototype.clear=Yf;It.prototype.delete=Xf;It.prototype.get=Zf;It.prototype.has=Jf;It.prototype.set=Qf;Xl.exports=It});var Ql=x((m_,Jl)=>{n();var eT="__lodash_hash_undefined__";function tT(e){return this.__data__.set(e,eT),this}Jl.exports=tT});var tp=x((g_,ep)=>{n();function rT(e){return this.__data__.has(e)}ep.exports=rT});var np=x((f_,rp)=>{n();var nT=Zl(),oT=Ql(),iT=tp();function yn(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new nT;++t<r;)this.add(e[t])}yn.prototype.add=yn.prototype.push=oT;yn.prototype.has=iT;rp.exports=yn});var ip=x((T_,op)=>{n();function sT(e,t,r,o){for(var i=e.length,l=r+(o?1:-1);o?l--:++l<i;)if(t(e[l],l,e))return l;return-1}op.exports=sT});var ap=x((h_,sp)=>{n();function aT(e){return e!==e}sp.exports=aT});var lp=x((y_,cp)=>{n();function cT(e,t,r){for(var o=r-1,i=e.length;++o<i;)if(e[o]===t)return o;return-1}cp.exports=cT});var up=x((S_,pp)=>{n();var lT=ip(),pT=ap(),uT=lp();function dT(e,t,r){return t===t?uT(e,t,r):lT(e,pT,r)}pp.exports=dT});var mp=x((x_,dp)=>{n();var mT=up();function gT(e,t){var r=e==null?0:e.length;return!!r&&mT(e,t,0)>-1}dp.exports=gT});var fp=x((v_,gp)=>{n();function fT(e,t,r){for(var o=-1,i=e==null?0:e.length;++o<i;)if(r(t,e[o]))return!0;return!1}gp.exports=fT});var hp=x((w_,Tp)=>{n();function TT(e,t){return e.has(t)}Tp.exports=TT});var Sp=x((A_,yp)=>{n();var hT=hn(),yT=Xt(),ST=hT(yT,"Set");yp.exports=ST});var vp=x((b_,xp)=>{n();function xT(){}xp.exports=xT});var Uo=x((I_,wp)=>{n();function vT(e){var t=-1,r=Array(e.size);return e.forEach(function(o){r[++t]=o}),r}wp.exports=vT});var bp=x((E_,Ap)=>{n();var Go=Sp(),wT=vp(),AT=Uo(),bT=1/0,IT=Go&&1/AT(new Go([,-0]))[1]==bT?function(e){return new Go(e)}:wT;Ap.exports=IT});var Ep=x((k_,Ip)=>{n();var ET=np(),kT=mp(),PT=fp(),LT=hp(),NT=bp(),RT=Uo(),CT=200;function DT(e,t,r){var o=-1,i=kT,l=e.length,p=!0,u=[],d=u;if(r)p=!1,i=PT;else if(l>=CT){var f=t?null:NT(e);if(f)return RT(f);p=!1,i=LT,d=new ET}else d=t?[]:u;e:for(;++o<l;){var g=e[o],T=t?t(g):g;if(g=r||g!==0?g:0,p&&T===T){for(var y=d.length;y--;)if(d[y]===T)continue e;t&&d.push(T),u.push(g)}else i(d,T,r)||(d!==u&&d.push(T),u.push(g))}return u}Ip.exports=DT});var Pp=x((P_,kp)=>{n();var _T=Ep();function OT(e){return e&&e.length?_T(e):[]}kp.exports=OT});var Hp=x((WF,Vp)=>{n();var zT=Array.isArray;Vp.exports=zT});var jp=x(($F,qp)=>{n();function KT(e){return e!=null&&typeof e=="object"}qp.exports=KT});var Kp=x((VF,zp)=>{n();var YT=Mo(),XT=Hp(),ZT=jp(),JT="[object String]";function QT(e){return typeof e=="string"||!XT(e)&&ZT(e)&&YT(e)==JT}zp.exports=QT});var nh={};Ke(nh,{useCheckTransactionStatus:()=>Bm,useGetActiveTransactionsStatus:()=>Um,useGetFailedTransactions:()=>Gm,useGetLastPendingTransactionHash:()=>Wm,useGetPendingTransactions:()=>qt,useGetSignTransactionsError:()=>$m,useGetSignedTransactions:()=>Po,useGetSuccessfulTransactions:()=>Vm,useGetTokenDetails:()=>qm,useGetTransactionDisplayInfo:()=>jm,useParseMultiEsdtTransferData:()=>Lo,useParseSignedTransactions:()=>Yt,useSignMultipleTransactions:()=>_o,useSignTransactions:()=>UT,useSignTransactionsCommonData:()=>nr,useSignTransactionsWithDevice:()=>jo,useSignTransactionsWithLedger:()=>GT,useTrackTransactionStatus:()=>rh});module.exports=Pt(nh);n();n();n();n();n();var ua=require("react"),yt=require("react-redux");n();var no=require("@reduxjs/toolkit"),la=require("react-redux/lib/utils/Subscription");q();n();var Hs=b(require("lodash.throttle"));R();q();qn();Ct();mt();var xd=[Tr],$r=!1,vd=(0,Hs.default)(()=>{Ot(_t())},5e3),qs=e=>t=>r=>{if(xd.includes(r.type))return t(r);let o=e.getState(),i=xe.local.getItem(le.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Ot(_t());let p=Date.now();return i-p<0&&!$r?setTimeout(()=>{$r=!0,e.dispatch(cs())},1e3):($r&&($r=!1),vd()),t(r)};n();n();function Vr(){return typeof sessionStorage!="undefined"}var sa=Vr()?(Zs(),Pt(Xs)).default:(Qs(),Pt(Js)).default,aa=Vr()?(ta(),Pt(ea)).default:[],ca=Vr()?(ia(),Pt(oa)).default:e=>e;Hr();var E=(0,no.configureStore)({reducer:sa,middleware:e=>e({serializableCheck:{ignoredActions:[...aa,Hn.type,xr.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(qs)}),pa=(0,la.createSubscription)(E),Xx=ca(E),Zx=(0,no.configureStore)({reducer:tt});var Hd={store:E,subscription:pa},oo=(0,ua.createContext)(Hd),tv=(0,yt.createStoreHook)(oo),Ae=(0,yt.createDispatchHook)(oo),I=(0,yt.createSelectorHook)(oo);n();n();q();n();var da=b(require("lodash.isequal")),qr=require("reselect"),v=(0,qr.createSelectorCreator)(qr.defaultMemoize,da.default);var be=e=>e.account,Oe=v(be,e=>e.address),rt=v(be,Oe,(e,t)=>t in e.accounts?e.accounts[t]:Sr),ma=v(be,rt,(e,t)=>{let i=e,{accounts:r}=i,o=vn(i,["accounts"]);return P(h({},o),{account:t})}),qd=v(rt,e=>e.balance),ga=v(rt,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),sv=v(be,e=>e.shard),av=v(be,e=>e.ledgerAccount),cv=v(be,e=>e.walletConnectAccount),lv=v(be,e=>e.isAccountLoading),pv=v(be,e=>e.accountLoadingError),jd=v(be,e=>e.websocketEvent),uv=v(be,e=>e.websocketBatchEvent);n();var zd=e=>e.dappConfig,gv=v(zd,e=>e.shouldUseWebViewProvider);n();var pe=e=>e.loginInfo,yv=v(pe,e=>e.loginMethod),Ut=v(pe,Oe,(e,t)=>Boolean(t)),Sv=v(pe,e=>e.walletConnectLogin),fa=v(pe,e=>e.ledgerLogin),Ta=v(pe,e=>e.walletLogin),xv=v(pe,e=>e.isLoginSessionInvalid),vv=v(pe,e=>e.tokenLogin),ha=v(pe,e=>e.logoutRoute);n();var ya=e=>e.modals,bv=v(ya,e=>e.txSubmittedModal),Iv=v(ya,e=>e.notificationModal);n();var ue=e=>e.networkConfig,Sa=v(ue,e=>e.chainID),Pv=v(ue,e=>e.network.walletConnectBridgeAddress),Lv=v(ue,e=>e.network.walletConnectV2RelayAddress),Nv=v(ue,e=>e.network.walletConnectV2ProjectId),Rv=v(ue,e=>e.network.walletConnectV2Options),Cv=v(ue,e=>e.network.walletConnectDeepLink),Me=v(ue,e=>e.network),jr=v(Me,e=>e.apiAddress),xa=v(Me,e=>e.explorerAddress),zr=v(Me,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),Dv=v(Me,e=>e.xAliasAddress),va=v(Me,e=>e.egldLabel);n();var Kr=e=>e.signedMessageInfo,Mv=v(Kr,e=>e.isSigning),Fv=v(Kr,e=>e.errorMessage),Bv=v(Kr,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Uv=v(Kr,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var wa=e=>e.toasts,$v=v(wa,e=>e.customToasts),Vv=v(wa,e=>e.transactionToasts);n();q();var Aa={errorMessage:Xn,successMessage:Zn,processingMessage:Jn},Kd=e=>e.transactionsInfo,ba=v(Kd,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Aa);n();n();var Ie=require("@multiversx/sdk-core");R();n();var ao=require("@multiversx/sdk-core/out");n();n();function io(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();function so(e){for(let t=0;t<e.length;t++)if(e.charCodeAt(t)>127)return!1;return!0}function Gt(e){let t=e;try{let r=s.Buffer.from(e,"hex").toString();so(r)&&r.length>1&&(t=r)}catch(r){}return t}n();n();var Ia=e=>{let t=e!=null?e:"";return io(t)?ao.TransactionPayload.fromEncoded(t):new ao.TransactionPayload(t)};n();R();var St=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(_n).some(r=>e.startsWith(r)):!1;function Wt(e){var o,i,l;let t=Object.assign({},e);St({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new Ie.Transaction(h(h(P(h(P(h({value:t.value.valueOf(),data:Ia(t.data),nonce:t.nonce.valueOf(),receiver:new Ie.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new Ie.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:Nt,gasPrice:(i=t.gasPrice.valueOf())!=null?i:gr,chainID:t.chainID.valueOf(),version:new Ie.TransactionVersion((l=t.version)!=null?l:Hi)}),t.options?{options:new Ie.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new Ie.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();R();function Yd(e,t){let r=new URLSearchParams(e),o=Object.fromEntries(r);return{nextUrlParams:new URLSearchParams(h(h({},o),t)).toString(),params:o}}var Xd="2.26.0-alpha-9";function Yr({callbackUrl:e,urlParams:t={}}){let r=e;if(Object.entries(t).length>0)try{let{search:o,origin:i,pathname:l,hash:p}=new URL(e),u=P(h({},t),{[fr]:Xd}),{nextUrlParams:d}=Yd(o,u);r=`${i}${l}?${d}${p}`}catch(o){return console.error("Unable to construct URL from: ",e,o),r}return r}n();n();n();var Jd=require("@multiversx/sdk-core/out");n();R();n();var ka=require("@multiversx/sdk-core");j();n();var Ea=require("@multiversx/sdk-core");function Qd(e){try{let t=new Ea.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function xt(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Qd(e)}n();n();n();var lo=require("@multiversx/sdk-core"),Xr=b(require("bignumber.js"));Y();var co={tokenId:"",amount:""},Pa=e=>e.split("@").map((l,p)=>[2,3].includes(p)?l:Gt(l));function po(e){if(!e)return co;let t=e.startsWith("ESDTTransfer"),r=e.startsWith("ESDTNFTTransfer")&&e.includes("@"),o=e.startsWith("ESDTNFTBurn")&&e.includes("@");if(t){let[,i,l]=e.split("@");try{let p=s.Buffer.from(i,"hex").toString("ascii");if(!p)return co;let u=new Xr.default("0x"+l.replace("0x","")).toString(10);return{tokenId:p,amount:u}}catch(p){console.error("Error getting token from transaction data",p)}}if(r)try{let[,i,l,p,u]=Pa(e);if([i,l,p,u].every(d=>Boolean(d))&&xt(new lo.Address(u).bech32()))return{tokenId:`${i}-${l}`,amount:new Xr.default(p,16).toString(10),collection:i,nonce:l,receiver:new lo.Address(u).bech32()}}catch(i){}if(o)try{let[,i,l,p]=Pa(e);if([i,l,p].every(u=>Boolean(u)))return{tokenId:`${i}-${l}`,amount:new Xr.default(p,16).toString(10),collection:i,nonce:l}}catch(i){}return co}n();n();n();var $t="accounts";var uo="blocks";var mo="nfts";var go="tokens";n();n();n();n();te();n();n();te();n();n();n();var im=b(require("bignumber.js"));R();n();var om=require("@multiversx/sdk-core"),fo=b(require("bignumber.js"));R();n();var rm=b(require("bignumber.js"));n();fo.default.config({ROUNDING_MODE:fo.default.ROUND_FLOOR});n();n();n();R();n();n();n();n();R();n();R();n();var sm=require("@multiversx/sdk-core");R();n();var Ht=require("@multiversx/sdk-core"),pm=b(require("bignumber.js"));R();n();n();var am=b(require("bignumber.js"));R();n();R();n();var ho={isEsdt:!1,isNft:!1,isEgld:!1};function yo(e){let t=e==null?void 0:e.split("-").length;return t===2?P(h({},ho),{isEsdt:!0}):t===3?P(h({},ho),{isNft:!0}):P(h({},ho),{isEgld:!0})}n();n();n();n();n();R();n();R();n();R();n();te();var dm=["reDelegateRewards","claimRewards","unBond"],mm=["wrapEgld","unwrapEgld"],gm=["unStake"],fm=["unDelegate"];n();n();n();R();n();var ym=b(require("bignumber.js"));n();n();te();n();var Sm=b(require("bignumber.js"));n();n();n();function _a({tokenId:e,erdLabel:t}){return Boolean(e&&e!==t)}n();var xo=b(require("bignumber.js"));j();n();var Oa=(e,t)=>{let r=[],o=e.indexOf(t,0);for(;o>=0;)r.push(o),o=e.indexOf(t,o+1);return r};function Ma(e){let t=[],r=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,o,i,...l]=e==null?void 0:e.split("@");if(o){let p=new xo.default(i,16).toNumber(),u=0;for(let T=0;T<p;T++){let y={type:"nftTransaction",data:"",receiver:o};for(let S=0;S<3;S++){switch(S){case 0:y.token=Gt(l[u]),y.data=l[u];break;case 1:{let k=l[u]&&l[u].length?l[u]:"";k&&k!=="00"?y.nonce=k:y.type="esdtTransaction",y.data=`${y.data}@${l[u]}`;break}case 2:y.amount=new xo.default(l[u],16).toString(10),y.data=`${y.data}@${l[u]}`;break;default:break}r=u+1,u++}t[T]=y}let d=t.length!==p,f=t.some(T=>Oa(T.data,"@").length!==2),g=t.some(T=>T.data.startsWith("@"));if(d||f||g)return[];if(l[r]){let T=l[r];for(let y=r+1;y<l.length;y++)T+="@"+l[y];t[p]={type:"scCall",data:T,receiver:o}}}}}catch(o){return console.error("failed parsing tx",o),t}return t}n();n();n();Y();function vt(e){let r=Object.getPrototypeOf(e).toPlainObject!=null?e:Wt(e),o=P(h({},r.toPlainObject()),{hash:r.getHash().hex(),senderUsername:r.getSenderUsername().valueOf(),receiverUsername:r.getReceiverUsername().valueOf(),status:"pending"});return St({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername),o}n();var Ua=require("@multiversx/sdk-web-wallet-provider");R();n();var Ba=b(require("qs"));n();n();n();n();n();var nt=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var O=()=>{if(!nt())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}};var vo=(e="")=>{let t=O(),r=e.startsWith("http")||e.startsWith("www.");return!t.origin||e.startsWith(t.origin)||r?e:`${t.origin}/${e.replace("/","")}`};n();var wo=()=>{let{pathname:e,search:t,hash:r}=O();return`${e!=null?e:""}${t!=null?t:""}${r!=null?r:""}`};var Jr=e=>{let t=new URLSearchParams(e).toString(),{pathname:r,hash:o}=O(),i=t?`?${t}`:"",l=r?`${r}${i}${o}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,l)})};n();var vm={search:nt()?window.location.search:"",removeParams:[]},Fa=(e,t=vm)=>{var p;let r={},o=nt()?window.location.search:"",i=(p=t.search)!=null?p:o;if(i){let u=i?new URLSearchParams(i):[];r=Object.fromEntries(u)}let l={};return e.forEach(u=>{l[u]=r[u],delete r[u]}),t.removeParams!=null&&Object.keys(r).forEach(u=>{var f,g;let[d]=u.split("[");(((f=t.removeParams)==null?void 0:f.includes(u))||((g=t.removeParams)==null?void 0:g.includes(d)))&&delete r[u]}),{remainingParams:l,params:r,clearNavigationHistory:()=>Jr(r)}};var Qr=({removeParams:e,search:t})=>{let r=nt()?window.location.search:"",o=t!=null?t:r;if(!o)return{};let i=Ba.default.parse(o.replace("?","")),l=Object.keys(i).filter(u=>!e.includes(u)),{remainingParams:p}=Fa(l,{search:t,removeParams:e});return Jr(p),p};var Ga=({transaction:e,search:t})=>Qr({removeParams:[...Object.keys(e),Ua.WALLET_PROVIDER_CALLBACK_PARAM,Se,fr],search:t});n();n();n();n();te();n();n();n();var wm=b(require("linkifyjs"));n();R();n();var Am=b(require("bignumber.js"));n();j();n();n();Y();n();Y();n();n();n();te();n();te();n();var bm=b(require("bignumber.js"));R();te();n();te();n();var $a=require("react");j();n();n();te();n();n();var Im=require("@multiversx/sdk-core/out"),Em=b(require("bignumber.js"));te();n();j();n();n();j();var vk=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Va=require("react");j();n();var Pm=require("react");te();var Lk=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Tt();var tn=e=>e.transactions,ot=v(tn,e=>e.signedTransactions),Ha=v(tn,e=>e.signTransactionsError),rn=v(tn,e=>e.signTransactionsCancelMessage),nn=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),on=v(ot,nn(ve)),sn=v(ot,nn($e)),an=v(ot,nn(Ve)),qa=v(ot,nn(Mr)),cn=v(tn,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:P(h({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Wt(r)))||[]})}),ja=v(ot,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});function qt(){let e=I(on),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{pendingTransactions:e,pendingTransactionsArray:t,hasPendingTransactions:r}}n();n();n();n();var Ka=require("@multiversx/sdk-extension-provider"),Ya=require("@multiversx/sdk-hw-provider"),Xa=require("@multiversx/sdk-opera-provider"),Za=require("@multiversx/sdk-web-wallet-cross-window-provider"),Ao=require("@multiversx/sdk-web-wallet-provider");R();Y();n();var za=wt;var Lm="/dapp/init",qe=e=>{switch(e==null?void 0:e.constructor){case Ao.WalletProvider:return"wallet";case za:return"walletconnectv2";case Ya.HWProvider:return"ledger";case Ka.ExtensionProvider:return"extension";case Xa.OperaProvider:return"opera";case Za.CrossWindowProvider:return"crossWindow";case wt:return"";default:return"extra"}},Ja=e=>new Ao.WalletProvider(`${e}${Lm}`),Qa=e=>w(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let t=e.hwApp,{contractData:r,version:o}=yield t.getAppConfiguration();return{version:o,dataEnabled:r===qi}}),Be=e=>`Unable to perform ${e}, Provider not initialized`,wt=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Be(`login with options: ${t}`))}logout(t){throw new Error(Be(`logout with options: ${t}`))}getAddress(){throw new Error(Be("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,r){throw new Error(Be(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(Be(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(Be(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(Be(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(Be(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(Be(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},bo=new wt;var ec=bo;function tc(e){ec=e}function ne(){return ec||bo}q();n();n();var rc=b(require("axios"));n();n();var Io=e=>{let t=e!=null?e:jr(E.getState());return t.endsWith("/")?t.slice(0,-1):t};var nc=e=>{let r=`${Io()}/${$t}/${e}?withGuardianInfo=true`;return rc.default.get(r)};function oc(e){return w(this,null,function*(){if(!e)return null;try{let{data:t}=yield nc(e);return t}catch(t){console.error("error fetching configuration for ",e)}return null})}function Ee(e){return w(this,null,function*(){return yield oc(e)})}n();Y();n();n();function ic(){let e=ne();return qe(e)}function Ue(e){return ic()===e}n();var sc=()=>{let{search:e}=O(),t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return xt(o)?o:null};function jt(){let e=E.getState(),t=ne(),r=Oe(e),o=Ut(e),i=Ta(e);if(!t)throw"provider not initialized";return Ue("ledger")&&o?new Promise(l=>{l(r)}):!Ue("")&&!Ue("wallet")&&!Ue("extra")?t.getAddress():new Promise(l=>{let p=sc();i!=null&&p&&l(p),o&&l(r),l("")})}n();function zt(e){let t=E.getState(),r=ga(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}var ac=()=>w(void 0,null,function*(){try{let e=yield jt();try{let t=yield Ee(e);if(t!=null){let r=P(h({},t),{nonce:zt(t)});return E.dispatch(xr(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function ln(){return w(this,null,function*(){let e=ne();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return ac();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?ac():void 0}catch(t){console.error("Failed initializing provider ",t)}})}Tt();n();n();n();var Nm=b(require("axios"));n();var Cm=b(require("axios"));ut();n();R();n();var cc=b(require("axios"));function lc(e){return w(this,null,function*(){let t=jr(E.getState()),r=e.map(i=>i.hash),{data:o}=yield cc.default.get(`${t}/transactions`,{params:{hashes:r.join(","),withScResults:!0}});return e.map(({hash:i,previousStatus:l})=>{let p=o.find(u=>(u==null?void 0:u.txHash)===i);return{hash:i,data:p==null?void 0:p.data,invalidTransaction:p==null,status:p==null?void 0:p.status,results:p==null?void 0:p.results,sender:p==null?void 0:p.sender,receiver:p==null?void 0:p.receiver,previousStatus:l,hasStatusChanged:p&&p.status!==l}})})}n();var _m=b(require("axios"));n();n();var Om=b(require("axios"));n();var Mm=b(require("axios"));n();q();Y();n();n();n();var uc=()=>{let{search:e}=O(),t=new URLSearchParams(e),r=Object.fromEntries(t);return r==null?void 0:r.accessToken};n();oe();j();n();q();n();var dc=require("@multiversx/sdk-core");n();Tt();function mc(e,t){return e.reduce((o,{status:i,hash:l})=>(l!=null&&!t.includes(l)&&ve(i)&&o.push({hash:l,previousStatus:i}),o),[])}n();q();Y();function gc({results:e,hash:t,sessionId:r}){let o=e==null?void 0:e.find(i=>(i==null?void 0:i.returnMessage)!=="");E.dispatch(ht({transactionHash:t,sessionId:r,status:"fail",errorMessage:o==null?void 0:o.returnMessage,inTransit:!1})),E.dispatch(Fr({sessionId:r,status:"fail",errorMessage:o==null?void 0:o.returnMessage}))}n();q();j();function Eo(e){E.dispatch(Fr({sessionId:e,status:"timedOut"}))}var pn={},ko=[];function Fm({serverTransaction:e,sessionId:t,customTransactionInformation:r,shouldRefreshBalance:o,isSequential:i}){let{hash:l,status:p,inTransit:u,results:d,invalidTransaction:f,hasStatusChanged:g}=e;try{if(ko.includes(l))return;if(pn[l]>30){Eo(t);return}if(f&&!i||ve(p)){pn[l]=pn[l]?pn[l]+1:1;return}if(i&&!p){E.dispatch(ht({sessionId:t,status:p,transactionHash:l,inTransit:u}));return}g&&($e(p)&&(r==null?void 0:r.completedTransactionsDelay)!=null?(ko.push(l),setTimeout(()=>E.dispatch(ht({sessionId:t,status:"success",transactionHash:l,inTransit:u})),r==null?void 0:r.completedTransactionsDelay)):E.dispatch(ht({sessionId:t,status:p,transactionHash:l,inTransit:u}))),o||ln(),Ve(p)&&gc({sessionId:t,hash:l,results:d})}catch(T){console.error(T),Eo(t)}}function fc(d){return w(this,arguments,function*({sessionId:e,transactionBatch:{transactions:t,customTransactionInformation:r},getTransactionsByHash:o=lc,shouldRefreshBalance:i,isSequential:l,onSuccess:p,onFail:u}){try{if(t==null)return;let f=mc(t,ko),g=yield o(f);for(let y of g)Fm({serverTransaction:y,sessionId:e,customTransactionInformation:r,shouldRefreshBalance:i,isSequential:l});if(g.every(y=>y.status!=="pending")&&!(r!=null&&r.grouping)){if(g.every(k=>k.status==="success"))return p==null?void 0:p(e);if(g.some(k=>k.status==="fail"))return u==null?void 0:u(e)}}catch(f){console.error(f)}})}function Bm(){let{pendingTransactionsArray:e}=qt();function t(r){return w(this,null,function*(){let o=e.filter(([,i])=>{var l;return!((l=i==null?void 0:i.customTransactionInformation)!=null&&l.grouping)}).filter(([i,l])=>i!=null&&ve(l.status));if(o.length>0)for(let[i,l]of o)yield fc(h({sessionId:i,transactionBatch:l},r));r.shouldRefreshBalance&&(yield ln())})}return t}n();function Um(){var d,f,g;let e=I(qa),t=I(an),r=I(sn),o=I(on),i=((d=Object.keys(o))==null?void 0:d.length)>0,l=!i&&((f=Object.keys(e))==null?void 0:f.length)>0,p=!i&&!l&&((g=Object.keys(t))==null?void 0:g.length)>0,u=!i&&!l&&!p&&Object.keys(r).length>0;return{pending:i,timedOut:l,fail:p,success:u}}n();function Gm(){let e=I(an),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{failedTransactions:e,failedTransactionsArray:t,hasFailedTransactions:r}}n();j();var Wm=()=>{var o,i;let{hasPendingTransactions:e,pendingTransactions:t}=qt();if(!e)return"";let r=Object.keys(t).sort().reverse();for(let l of r){let u=(i=(o=t[l].transactions)==null?void 0:o.filter(d=>d.status==="pending"))!=null?i:[];if(u.length>0)return u[u.length-1].hash}return""};n();var $m=()=>I(Ha);n();function Po(){let e=I(ot),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{signedTransactions:e,signedTransactionsArray:t,hasSignedTransactions:r}}n();function Vm(){let e=I(sn),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{successfulTransactions:e,successfulTransactionsArray:t,hasSuccessfulTransactions:r}}n();var hc=b(require("axios")),yc=b(require("swr"));n();var Tc=()=>I(ue);var Hm=e=>hc.default.get(e).then(t=>t.data);function qm({tokenId:e}){var g,T,y;let{network:t}=Tc(),{isNft:r}=yo(e),o=e,i=r?mo:go,{data:l,error:p}=(0,yc.default)(Boolean(o)?`${t.apiAddress}/${i}/${o}`:null,Hm);if(!o)return{tokenDecimals:Number(t.decimals),tokenLabel:"",tokenAvatar:""};let u=l?l==null?void 0:l.decimals:Number(t.decimals),d=l?l==null?void 0:l.name:"",f=l?(y=(g=l==null?void 0:l.assets)==null?void 0:g.svgUrl)!=null?y:(T=l==null?void 0:l.media)==null?void 0:T[0].thumbnailUrl:"";return{tokenDecimals:u,tokenLabel:d,type:l==null?void 0:l.type,tokenAvatar:f,assets:l==null?void 0:l.assets,esdtPrice:l==null?void 0:l.price,error:p}}n();function jm(e){return I(t=>ba(t,e))}n();var Kt=require("react");var Sc={tokenId:"",amount:"",type:"",multiTxData:"",receiver:""};function Lo({transactions:e}){let[t,r]=(0,Kt.useState)({}),[o,i]=(0,Kt.useState)([]);function l(d,f){r(g=>P(h({},g),{[d]:f}))}function p(d,f){return t==null?Sc:d in t?t[d]:f!=null&&String(f)in t?t[f]:Sc}function u(){if(e&&e.length>0){let d=[];e.forEach((f,g)=>{let T=f.getData().toString(),y=Ma(T);if(y.length>0)y.forEach((S,k)=>{let C={transaction:f,multiTxData:S.data,transactionIndex:k};l(S.data,{tokenId:S.token?S.token:"",amount:S.amount?S.amount:"",type:S.type,nonce:S.nonce?S.nonce:"",multiTxData:S.data,receiver:S.receiver}),d.push(C)});else{let S=f.getData().toString(),{tokenId:k,amount:C}=po(S);k&&l(S,{tokenId:k,amount:C,receiver:f.getReceiver().bech32()}),d.push({transaction:f,transactionIndex:g,multiTxData:S})}}),i(d)}}return(0,Kt.useEffect)(()=>{u()},[e==null?void 0:e.length]),{parsedTransactionsByDataField:t,getTxInfoByDataField:p,allTransactions:o}}n();var xc=require("react"),vc=require("@multiversx/sdk-web-wallet-provider"),wc=require("@multiversx/sdk-web-wallet-provider"),Ac=b(require("qs"));R();q();Y();Bn();function Yt(e){let{search:t}=O(),r=I(Me),o=Ae();(0,xc.useEffect)(()=>{if(t!=null){let i=Ac.default.parse(t.replace("?",""));if(i&&Se in i){let l=String(i[Se]),p=new vc.WalletProvider(`${r.walletAddress}${ji}`).getTransactionsFromWalletUrl();if(i.status==="cancelled"){o(we({sessionId:l,status:"cancelled"})),e(),Qr({removeParams:[...Object.keys(Fn),wc.WALLET_PROVIDER_CALLBACK_PARAM,Se,"address"],search:t}),o(De(Ce));return}if(p.length>0){o(we({sessionId:l,status:"signed",transactions:p.map(d=>vt(d))}));let[u]=p;Ga({transaction:u,search:t})}}}},[t])}n();var it=require("react"),st=require("@multiversx/sdk-core");R();jn();n();n();var un=(e,t)=>e?e.address===t||e.activeGuardianAddress===t:!0;n();function dn(e){let t=cn(E.getState()),r=Object.keys(e).length===(t==null?void 0:t.transactions.length);return e&&(e&&r)}n();n();n();var No=({accountNonce:e,transactionNonce:t})=>t&&t>e?t:e;var bc=({latestNonce:e,transactions:t})=>t.length===0?t:t.map((r,o)=>{let i=e+o,l=r.getNonce().valueOf(),p=No({accountNonce:i,transactionNonce:l});return r.setNonce(p),r});var mn=()=>{let e=I(Oe);return t=>w(void 0,null,function*(){let r=yield Ee(e),o=zt(r);return bc({latestNonce:o,transactions:t})})};n();var gn=({transactions:e,isGuarded:t})=>t?e.every(o=>Boolean(o.getGuardianSignature().toString("hex"))):!0;n();n();n();ut();n();var zm=b(require("axios"));n();var Km=b(require("axios"));n();ut();n();ut();function Ro(e){return Wi[e]}R();var fn=({transactions:e,hasGuardianScreen:t,callbackRoute:r,sessionId:o,walletAddress:i,isGuarded:l})=>{let p=gn({isGuarded:l,transactions:e});return{needs2FaSigning:l?!t&&!p&&o:!1,sendTransactionsToGuardian:()=>{let f=e[0].getChainID().valueOf(),g=Ro(f),T=i!=null?i:Je[g].walletAddress,y=Ja(T),S={[Se]:String(o)},{origin:k}=O(),C=window!=null&&window.location?`${k}${r}`:`${r}`,N=Yr({callbackUrl:C,urlParams:S});y.guardTransactions(e,{callbackUrl:encodeURIComponent(N)})}}};n();n();n();var Pc=require("react"),Do=require("@multiversx/sdk-hw-provider");n();oe();j();n();function Ic(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(r){}}}function Ec(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=Ym(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let l=i[0],p=l.replace(/(.)\/+$/,"$1"),u=i.slice(1);return{params:o.reduce((f,g,T)=>{if(g==="*"){let y=u[T]||"";p=l.slice(0,l.length-y.length).replace(/(.)\/+$/,"$1")}return f[g]=Xm(u[T]||"",g),f},{}),pathname:l,pathnameBase:p,pattern:e}}function Ym(e,t=!1,r=!0){Ic(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(p,u)=>(o.push(u),"([^\\/]+)"));return e.endsWith("*")?(o.push("*"),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=r?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(i,t?void 0:"i"),o]}function Xm(e,t){try{return decodeURIComponent(e)}catch(r){return Ic(!1,`The value for the URL param "${t}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${r}).`),e}}kr();Ct();mt();var kc=({callbackUrl:e,onRedirect:t})=>{typeof t=="function"?t(e):e&&Mt({url:e})},Zm=e=>{let t=xe.local.getItem(le.logoutEvent),{data:r}=t?JSON.parse(t):{data:e};e===r&&(xe.local.setItem({key:le.logoutEvent,data:e,expires:0}),xe.local.removeItem(le.logoutEvent))};function Co(o,i){return w(this,arguments,function*(e,t,r=Boolean(uc())){var S;let l="",p=ne(),d=qe(p)==="wallet",f=((S=p==null?void 0:p.isInitialized)==null?void 0:S.call(p))===!0;if(r&&(p==null?void 0:p.relogin)!=null)return p.relogin();try{l=yield jt(),Zm(l)}catch(k){console.error("error fetching logout address",k)}let g=vo(e),T=O(),y=new URL(g).pathname;if((Ec(T.pathname,y)||d&&f)&&ms(),!l&&!f)return kc({callbackUrl:g,onRedirect:t});try{if(E.dispatch(B()),d)return setTimeout(()=>{p.logout({callbackUrl:g})});yield p.logout({callbackUrl:g})}catch(k){console.error("error logging out",k)}finally{kc({callbackUrl:g,onRedirect:t})}})}var Lc=()=>{let e=I(ha),t=I(Ut),r=I(fa),o=ne(),[i,l]=(0,Pc.useState)(),p=()=>w(void 0,null,function*(){let d=(r==null?void 0:r.index)!=null;try{if(o instanceof Do.HWProvider&&o.isInitialized())return d&&(yield o.setAddressIndex(r.index)),o;let f=new Do.HWProvider;return(yield f.init())?(d&&(yield f.setAddressIndex(r.index)),f):null}catch(f){return console.error("Failed to initialise Ledger Provider"),null}});function u(d){return w(this,null,function*(){let f,g=t&&!(d!=null&&d.isRelogin);try{if(f=yield p(),!f){console.warn("Could not initialise ledger app"),g&&Co(e);return}let T=yield Qa(f);return tc(f),l(T),f}catch(T){console.error("Could not initialise ledger app",T),g&&Co(e)}return null})}return{setLedgerProvider:u,ledgerData:i}};n();var je=()=>{let e=ne(),t=qe(e);return{provider:e,providerType:t}};var Nc=()=>{let{provider:e}=je(),{setLedgerProvider:t}=Lc();return function(){return w(this,null,function*(){let o;try{let l=yield e.getAddress();o=Boolean(l)}catch(l){o=!1}if(o)return e;let i=yield t({isRelogin:!0});return i||e})}};var Tn={};function _o({isLedger:e=!1,transactionsToSign:t,egldLabel:r,address:o,activeGuardianAddress:i,hasGuardianScreen:l,onCancel:p,onSignTransaction:u,onTransactionsSignError:d,onTransactionsSignSuccess:f,onGetScamAddressData:g}){var V,se,at;let T=Boolean(i),[y,S]=(0,it.useState)(0),[k,C]=(0,it.useState)(),[N,W]=(0,it.useState)(null),[z,D]=(0,it.useState)(!1),{getTxInfoByDataField:K,allTransactions:L}=Lo({transactions:i?t==null?void 0:t.map(_=>{_.setSender(st.Address.fromBech32(o)),_.setVersion(st.TransactionVersion.withTxOptions()),_.setGuardian(st.Address.fromBech32(i));let $=h({guarded:!0},e?{hashSign:!0}:{});return _.setOptions(st.TransactionOptions.withOptions($)),_}):t}),M=y===L.length-1;(0,it.useEffect)(()=>{X()},[y,L]);function X(){return w(this,null,function*(){var Ko;let _=L[y];if(_==null)return;let{transaction:$,multiTxData:Ge,transactionIndex:me}=_,zo=$.getData().toString(),We=K($.getData().toString(),Ge),{tokenId:sr}=We,Pe=$.getReceiver().toString(),Yp=$.getSender().toString(),Xp=yield Ee(Yp);if(!un(Xp,o))return console.error(Lt),p==null?void 0:p();let Zp=o!==Pe,Jp=Pe in Tn;if(Zp&&!Jp&&g!=null){let ar=yield g(Pe);Tn=h(h({},Tn),ar!=null&&ar.scamInfo?{[Pe]:ar.scamInfo}:{})}let Qp=Boolean(sr&&_a({tokenId:sr,erdLabel:r}));W({transaction:$,receiverScamInfo:((Ko=Tn[Pe])==null?void 0:Ko.info)||null,transactionTokenInfo:We,isTokenTransaction:Qp,dataField:zo,transactionIndex:me})})}function U(){S(0),C(void 0),D(!1)}function Q(){return w(this,null,function*(){if(N==null)return;D(e);let _;try{_=yield u(N.transaction)}catch(We){console.error(We,"sign error");let{message:sr}=We,Pe=e?ys(We).errorMessage:null;return U(),d(Pe!=null?Pe:sr)}if(!_)return;let $={[y]:_},Ge=k?h(h({},k),$):$;if(C(Ge),!M){S(We=>We+1),D(!1);return}if(!Ge)return;let me=Object.values(Ge);!gn({isGuarded:T,transactions:me})&&l||(f(me),U())})}function Z(){try{if(N==null)return;if(N.transaction.getSignature().toString("hex")&&!M){S($=>$+1);return}Q()}catch(_){Q()}}let F=y===0;function de(){F?p==null||p():S(_=>_-1)}let ie=Boolean(((V=N==null?void 0:N.transactionTokenInfo)==null?void 0:V.type)&&((se=N==null?void 0:N.transactionTokenInfo)==null?void 0:se.multiTxData)&&!(N!=null&&N.dataField.endsWith((at=N==null?void 0:N.transactionTokenInfo)==null?void 0:at.multiTxData)));function ke(){ie?S(_=>_+1):Z()}function J(){S(_=>{let $=_+1;return $>(L==null?void 0:L.length)?_:$})}function ze(){S(_=>{let $=_-1;return $<0?_:$})}return{allTransactions:L,onSignTransaction:ke,onNext:J,onPrev:ze,waitingForDevice:z,onAbort:de,isLastTransaction:M,isFirstTransaction:y===0,hasMultipleTransactions:L.length>1,shouldContinueWithoutSigning:ie,currentStep:y,signedTransactions:k,setSignedTransactions:C,currentTransaction:N}}n();var or=require("react"),Sn=require("@multiversx/sdk-core"),Ho=require("@multiversx/sdk-extension-provider"),qo=require("@multiversx/sdk-web-wallet-cross-window-provider"),Cp=b(Pp());R();n();n();var Lp=()=>I(ma);n();var tr=()=>I(rt);n();n();n();n();n();var rr=b(require("react"));var W_=(0,rr.createContext)({}),$_=E.getState();n();var Rp=b(require("react"));n();var Wo=b(require("react")),MT=b(require("axios"));n();n();n();var FT=require("react"),BT=b(require("swr"));q();Y();n();var Et=require("react"),$o=require("@multiversx/sdk-extension-provider"),Vo=require("@multiversx/sdk-web-wallet-cross-window-provider");q();var nr=()=>{let e=Ae(),{provider:t}=je(),{nonce:r}=tr(),[o,i]=(0,Et.useState)(null),[l,p]=(0,Et.useState)(),[u,d]=(0,Et.useState)([]),f=mn(),g=I(cn),T=I(rn),y=()=>w(void 0,null,function*(){var z;let N=Boolean(g==null?void 0:g.transactions),W=(z=g==null?void 0:g.transactions)!=null?z:[];if(N){let D=yield f(W);d(D)}p(N)});(0,Et.useEffect)(()=>{y()},[g,r]);let S=()=>{i(null),e(De(null))},k=N=>{S(),C(N)};Yt(k);function C(N){var D,K,L,M;let W=t instanceof $o.ExtensionProvider,z=t instanceof Vo.CrossWindowProvider;e(He()),e(gt(N)),!(!W&&!z)&&(S(),(K=(D=$o.ExtensionProvider.getInstance())==null?void 0:D.cancelAction)==null||K.call(D),(M=(L=Vo.CrossWindowProvider.getInstance())==null?void 0:L.cancelAction)==null||M.call(L))}return{error:o,canceledTransactionsMessage:T,clearTransactionStatusMessage:S,onAbort:k,setError:i,hasTransactions:l,transactionsToSign:g&&P(h({},g),{transactions:u})}};var UT=()=>{let e=Ae(),t=(0,or.useRef)("/"),{provider:r}=je(),o=I(zr),i=qe(r),l=(0,or.useRef)(!1),p=mn(),{isGuarded:u,address:d}=tr(),f=I(rn),{transactionsToSign:g,error:T,setError:y,hasTransactions:S,onAbort:k,clearTransactionStatusMessage:C}=nr();Yt(k);function N(L){var U,Q,Z,F;let M=r instanceof Ho.ExtensionProvider,X=r instanceof qo.CrossWindowProvider;e(He()),e(gt(L)),l.current=!1,!(!M&&!X)&&(C(),(Q=(U=Ho.ExtensionProvider.getInstance())==null?void 0:U.cancelAction)==null||Q.call(U),(F=(Z=qo.CrossWindowProvider.getInstance())==null?void 0:Z.cancelAction)==null||F.call(Z))}let W=(L,M)=>{i==="walletconnectv2"&&(L=Ce);let U=L.includes(Ce);if(N(M),U){e(De(Ce));return}y(L)},z=(L,M,X="")=>{let U={[Se]:M},Q=X;if(window!=null&&window.location){let{search:F,origin:de}=O(),ie=new URLSearchParams(F);Q=`${de}${X}`,ie.forEach((ke,J)=>{U[J]=ke})}let Z=Yr({callbackUrl:Q,urlParams:U});r.signTransactions(L,{callbackUrl:encodeURIComponent(Z)})},D=()=>w(void 0,null,function*(){var J,ze;if(l.current||!g)return;let{sessionId:L,transactions:M,callbackRoute:X,customTransactionInformation:U}=g,{redirectAfterSign:Q}=U,Z=wo(),F=X||Z,de=Z.includes(F),ie=Q&&!de;try{if(!(yield(J=r==null?void 0:r.init)==null?void 0:J.call(r)))return}catch(V){let se=(V==null?void 0:V.message)||V||Ai;console.error(se),W(se);return}let ke=!U.skipGuardian;try{l.current=!0;let V=(ze=yield r.signTransactions(u&&ke?M.map(me=>(me.setVersion(Sn.TransactionVersion.withTxOptions()),me.setOptions(Sn.TransactionOptions.withOptions({guarded:!0})),me)):M))!=null?ze:[];if(l.current=!1,!dn(V))return;let at=Object.values(V).map(me=>vt(me)),{needs2FaSigning:_,sendTransactionsToGuardian:$}=fn({transactions:V,sessionId:L,callbackRoute:X,isGuarded:u&&ke,walletAddress:o});if(_)return $();let Ge={sessionId:L,transactions:at,status:"signed"};ie&&(Ge.redirectRoute=F),e(we(Ge))}catch(V){l.current=!1;let se=(V==null?void 0:V.message)||V||wi;console.error(se),e(we({sessionId:L,status:"cancelled"})),W(se.includes("cancel")?Ce:se,L)}}),K=()=>w(void 0,null,function*(){if(!g)return;C();let{sessionId:L,transactions:M,callbackRoute:X}=g;if(!r){console.error(bi);return}let U=(0,Cp.default)(M.map(F=>F.getSender().toString()).filter(F=>F));if(U.length>1)throw new Error("Multiple senders are not allowed");let Q=U.length?yield Ee(U[0]):null;if(!un(Q,d))return console.error(Lt),W(Lt);t.current=X||O().pathname;try{let F=i==="wallet",de=yield p(M);if(F)return z(de,L,X);D()}catch(F){let ie=(F==null?void 0:F.message)||vi;console.error(ie),W(ie,L),e(we({sessionId:L,status:"cancelled"})),console.error(ie,F)}});return(0,or.useEffect)(()=>{S?K():l.current=!1},[g,S]),{error:T,canceledTransactionsMessage:f,onAbort:k,hasTransactions:S,callbackRoute:t.current,sessionId:g==null?void 0:g.sessionId,transactions:g==null?void 0:g.transactions}};n();var Mp=require("react");n();var Dp=b(require("axios"));function _p(e){return w(this,null,function*(){let{network:{apiAddress:t,apiTimeout:r}}=ue(E.getState()),{data:o}=yield Dp.default.get(`/${$t}/${e}`,{baseURL:t,timeout:Number(r)});return o})}q();j();kr();n();Dn();q();function Op(){let e=Ae();return t=>{e(He()),e(gt(t)),e(De(Ce))}}function jo(e){let{onCancel:t,verifyReceiverScam:r=!0,hasGuardianScreen:o}=e,{transactionsToSign:i,hasTransactions:l}=nr(),p=I(zr),u=Nc(),d=I(va),{account:f}=Lp(),{address:g,isGuarded:T,activeGuardianAddress:y}=f,{provider:S,providerType:k}=je(),C=Ae(),N=Op(),[W,z]=(0,Mp.useState)(),{transactions:D,sessionId:K,callbackRoute:L,customTransactionInformation:M}=i||{};function X(J){K&&C(we({sessionId:K,status:"cancelled"})),C(Fs(J))}let{pathname:U}=O(),Q=L!=null&&U.includes(L),Z=!(M!=null&&M.skipGuardian);function F(J){if(!dn(J))return;let{needs2FaSigning:V,sendTransactionsToGuardian:se}=fn({transactions:J,sessionId:K,callbackRoute:L,hasGuardianScreen:o,isGuarded:T&&Z,walletAddress:p});if(V)return z(!0),se();K&&(C(we({sessionId:K,status:"signed",transactions:J.map(at=>vt(at))})),L!=null&&(M==null?void 0:M.redirectAfterSign)&&!Q&&Mt({url:L}))}function de(){t(),N(K)}function ie(J){return w(this,null,function*(){let ze=k!=="ledger"?S:yield u();return J?yield ze.signTransaction(J):null})}let ke=_o({address:g,egldLabel:d,activeGuardianAddress:T&&Z?y:void 0,transactionsToSign:l?D:[],onGetScamAddressData:r?_p:null,isLedger:Ue("ledger"),hasGuardianScreen:o,onCancel:de,onSignTransaction:ie,onTransactionsSignError:X,onTransactionsSignSuccess:F});return P(h({},ke),{callbackRoute:L,waitingForDevice:W!=null?W:ke.waitingForDevice})}n();function GT(e){return jo(e)}n();var ir=require("react");n();n();n();q();function Fp(){E.dispatch(Ms())}function Bp(){E.dispatch(He())}n();n();var VT=b(require("bignumber.js"));R();q();j();n();var $T=b(require("bignumber.js"));R();n();n();var HT=require("@multiversx/sdk-core"),qT=b(require("bignumber.js"));R();n();n();var th=require("@multiversx/sdk-native-auth-client");n();var $p=b(require("axios"));n();n();n();function Up(e){return w(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),e)})})}n();var Gp=(e,t,r,o=0)=>w(void 0,null,function*(){try{return yield e(...r)}catch(i){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield Up(t.delay)),yield Gp(e,t,r,o+1)):null}}),Wp=(e,t={retries:5,delay:500})=>(...r)=>w(void 0,null,function*(){return yield Gp(e,t,r)});var jT=4;var UF=Wp((e,t,r)=>w(void 0,null,function*(){if(r){let l=Math.floor(Date.now()/1e3);return{hash:yield r(),timestamp:l}}let{data:o}=yield $p.default.get(`${e}/${uo}?from=${jT}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[i]=o;return i}));n();n();hr();n();n();var eh=b(Kp());n();var r1={origin:O().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};Y();Tt();function rh({transactionId:e,onSuccess:t,onFail:r,onCancelled:o,onTimedOut:i}){var K;let{signedTransactionsArray:l}=Po(),p=Ue("wallet"),[u]=l.length>0?l[l.length-1]:[],d=(K=e!=null?e:u)!=null?K:null,f=p?d:e,g=I(L=>ja(L,f)),{status:T,transactions:y,errorMessage:S}=g,k=ve(T),C=Ve(T),N=Mr(T),W=$e(T),z=T==="cancelled";function D(){p&&(Fp(),Bp())}return(0,ir.useEffect)(()=>{W&&t&&t(f)},[W]),(0,ir.useEffect)(()=>{C&&r&&(r(f,S),D())},[C]),(0,ir.useEffect)(()=>{z&&o&&(o(f),D())},[z]),(0,ir.useEffect)(()=>{N&&(i?i(f):r==null||r(f,"timeout"))},[N]),f==null?{}:g==null?{errorMessage:"No transaction to track"}:{isPending:k,isSuccessful:W,isFailed:C,isCancelled:z,errorMessage:S,status:T,transactions:y}}0&&(module.exports={useCheckTransactionStatus,useGetActiveTransactionsStatus,useGetFailedTransactions,useGetLastPendingTransactionHash,useGetPendingTransactions,useGetSignTransactionsError,useGetSignedTransactions,useGetSuccessfulTransactions,useGetTokenDetails,useGetTransactionDisplayInfo,useParseMultiEsdtTransferData,useParseSignedTransactions,useSignMultipleTransactions,useSignTransactions,useSignTransactionsCommonData,useSignTransactionsWithDevice,useSignTransactionsWithLedger,useTrackTransactionStatus});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *