@multiversx/sdk-dapp 2.28.0-alpha.0 → 2.28.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/CopyButton/CopyButton.js +1 -1
- package/UI/CopyButton/copyButton.styles.js +1 -1
- package/UI/CopyButton/helpers/copyToClipboard.js +1 -1
- package/UI/CopyButton/index.js +1 -1
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/DappModalBody.js +1 -1
- package/UI/DappModal/components/DappModalFooter.js +1 -1
- package/UI/DappModal/components/DappModalHeader.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/dappModal.types.js +1 -1
- package/UI/DappModal/dappModalStyles.js +1 -1
- package/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/explorerLinkStyles.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/formatAmount.types.js +1 -1
- package/UI/FormatAmount/formatAmountStyles.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/IconState/index.js +1 -1
- package/UI/Loader/Loader.js +1 -1
- package/UI/Loader/index.js +1 -1
- package/UI/LoadingDots/LoadingDots.js +1 -1
- package/UI/LoadingDots/index.js +1 -1
- package/UI/LoadingDots/loadingDotsStyle.js +1 -1
- package/UI/LoginButton/LoginButton.js +1 -1
- package/UI/LoginButton/index.js +1 -1
- package/UI/LoginButton/loginButtonStyles.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/PageState/PageState.js +1 -1
- package/UI/PageState/index.js +1 -1
- package/UI/PageState/pageState.styles.js +1 -1
- package/UI/Progress/index.js +1 -1
- package/UI/Progress/progressStyles.js +1 -1
- package/UI/ProgressSteps/Dot.js +1 -1
- package/UI/ProgressSteps/index.js +1 -1
- package/UI/ScamPhishingAlert/ScamPhishingAlert.js +1 -1
- package/UI/ScamPhishingAlert/index.js +1 -1
- package/UI/ScamPhishingAlert/scamPhishingStyles.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/ProgressHeader.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/ProgressHeader.types.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/ProgressHeader/progressHeaderStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/confirmAmountStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/confirmFeeStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/ReceiverSubValue.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/receiverSubValueStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/ReceiverValue.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/receiverValueStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/confirmReceiverStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.styles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/tokenAvatarStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/signStepBodyStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/hooks/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/signWithOperaModalStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/signWaitingScreenModal.styles.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/confirmationScreen.types.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/SignTransactionsModals/types/signTransactionsModals.types.js +1 -1
- package/UI/TimeAgo/TimeAgo.js +1 -1
- package/UI/TimeAgo/index.js +1 -1
- package/UI/TokenDetails/TokenSymbol/index.js +1 -1
- package/UI/TokenDetails/TokenSymbol/tokenSymbol.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TokenDetails/tokenDetailsStyles.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/TransactionDataStyles.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionDetails/transactionDetails.styles.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/styles.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/styles.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/Link.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/Linkified.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/linkified.types.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/utils.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/dataField.module.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/DetailItem/detailItem.module.js +1 -1
- package/UI/TransactionInfo/components/DetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/styles.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/styles.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/styles.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/styles.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/styles.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/styles.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/styles.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/styles.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/styles.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/styles.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/NoTransactions.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionDirectionBadge.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/components/transactionsTable.styles.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/customToast.styles.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/customToast.types.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/transactionToast.type.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/components/types.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/TransactionsToastList/transactionsToastList.styles.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/Trim/trim.styles.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/extensionLoginButton.styles.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/extension/helpers/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/addressRowStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/addressTableStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/confirmAddressStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/secondsToTimeString.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/ledgerConnectStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/ledgerLoadingStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerProgressBar/LedgerProgressBar.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerProgressBar/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerProgressBar/progressBarStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/enums.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ledgerLoginContainerStyles.js +1 -1
- package/UI/ledger/LedgerLoginContainer/types.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/operaWallet/helpers/getIsOperaWalletAvailable.js +1 -1
- package/UI/operaWallet/helpers/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/UnlockPage/unlockPageStyles.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/types/index.js +1 -1
- package/UI/types/withClassname.types.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/types.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/ImageWithFallback.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/PairingList.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/types.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/walletConnect/types.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/chunk-22UA5SNR.js +2 -0
- package/__chunks__/chunk-244KDY3R.js +2 -0
- package/__chunks__/chunk-2557KNUP.js +2 -0
- package/__chunks__/chunk-25HL6L2Z.js +2 -0
- package/__chunks__/chunk-2627XCYD.js +2 -0
- package/__chunks__/chunk-26GS6QMF.js +2 -0
- package/__chunks__/chunk-27DX5WIQ.js +2 -0
- package/__chunks__/chunk-2C7GRV4K.js +2 -0
- package/__chunks__/chunk-2DRBGFUB.js +2 -0
- package/__chunks__/chunk-2EICWYAO.js +2 -0
- package/__chunks__/chunk-2FXEX3PJ.js +2 -0
- package/__chunks__/chunk-2GMKJKBH.js +2 -0
- package/__chunks__/chunk-2JPYD34Y.js +2 -0
- package/__chunks__/chunk-2NMQCGC7.js +2 -0
- package/__chunks__/chunk-2P3GS2S2.js +2 -0
- package/__chunks__/chunk-2PCYLQVD.js +2 -0
- package/__chunks__/chunk-2Q2SGN7Q.js +12 -0
- package/__chunks__/chunk-2RACIANJ.js +2 -0
- package/__chunks__/chunk-2RDTJNEJ.js +2 -0
- package/__chunks__/chunk-2TC6NGFA.js +2 -0
- package/__chunks__/chunk-2V5SCMFJ.js +2 -0
- package/__chunks__/chunk-2WP7OVEE.js +2 -0
- package/__chunks__/chunk-2YCTW6TI.js +2 -0
- package/__chunks__/chunk-2YVYTZRU.js +2 -0
- package/__chunks__/chunk-2Z2JZNEF.js +2 -0
- package/__chunks__/chunk-326XWAT2.js +2 -0
- package/__chunks__/chunk-32BMPJ74.js +4 -0
- package/__chunks__/chunk-362BRHC2.js +2 -0
- package/__chunks__/chunk-36NZZB3P.js +2 -0
- package/__chunks__/chunk-37ZHJ2BK.js +2 -0
- package/__chunks__/chunk-3DHA63I3.js +2 -0
- package/__chunks__/chunk-3ETS27SD.js +2 -0
- package/__chunks__/chunk-3FA3ZIQX.js +2 -0
- package/__chunks__/chunk-3H5JN4LM.js +73 -0
- package/__chunks__/chunk-3HHAVSUJ.js +2 -0
- package/__chunks__/chunk-3JYSJAAG.js +2 -0
- package/__chunks__/chunk-3K73EOI3.js +2 -0
- package/__chunks__/chunk-3LT37HBU.js +2 -0
- package/__chunks__/chunk-3NWVJRAB.js +2 -0
- package/__chunks__/chunk-3PU7BYXN.js +2 -0
- package/__chunks__/chunk-3SGZP5CP.js +2 -0
- package/__chunks__/chunk-3T6BKXZM.js +2 -0
- package/__chunks__/chunk-3U7QBETU.js +2 -0
- package/__chunks__/chunk-3UP2N6BP.js +2 -0
- package/__chunks__/chunk-3VOPLXJ4.js +2 -0
- package/__chunks__/chunk-3VZMC3FP.js +2 -0
- package/__chunks__/chunk-3XLNWKLP.js +24 -0
- package/__chunks__/chunk-3XTQ4ABX.js +2 -0
- package/__chunks__/chunk-3ZICWCC7.js +2 -0
- package/__chunks__/chunk-44G4OBAJ.js +2 -0
- package/__chunks__/chunk-45DK3H2L.js +2 -0
- package/__chunks__/chunk-45RVTQ7K.js +2 -0
- package/__chunks__/chunk-47A5A4AL.js +2 -0
- package/__chunks__/chunk-47RUMYKD.js +2 -0
- package/__chunks__/chunk-47XDMA2I.js +2 -0
- package/__chunks__/chunk-4AQIUN4Y.js +2 -0
- package/__chunks__/chunk-4C6HGTR2.js +2 -0
- package/__chunks__/chunk-4CKPVXAV.js +2 -0
- package/__chunks__/chunk-4DJA2B5I.js +2 -0
- package/__chunks__/chunk-4FTRS7WH.js +2 -0
- package/__chunks__/chunk-4IWLQ7LG.js +2 -0
- package/__chunks__/chunk-4JP4CKHO.js +2 -0
- package/__chunks__/chunk-4M54TFO5.js +2 -0
- package/__chunks__/chunk-4MZ7WK7D.js +2 -0
- package/__chunks__/chunk-4QWDTT23.js +2 -0
- package/__chunks__/chunk-4QXNF4GL.js +4 -0
- package/__chunks__/chunk-4S7H7FDJ.js +2 -0
- package/__chunks__/chunk-4SD7Y2KM.js +2 -0
- package/__chunks__/chunk-4SQM6OSS.js +101 -0
- package/__chunks__/chunk-4TEW42TP.js +2 -0
- package/__chunks__/chunk-4TQQQB7J.js +2 -0
- package/__chunks__/chunk-4UGEM7KX.js +2 -0
- package/__chunks__/chunk-4VMFCMEZ.js +2 -0
- package/__chunks__/chunk-53RPC5GF.js +2 -0
- package/__chunks__/chunk-554W3345.js +2 -0
- package/__chunks__/chunk-57WLUEZA.js +163 -0
- package/__chunks__/chunk-5DJROO27.js +2 -0
- package/__chunks__/chunk-5FP6TJVF.js +2 -0
- package/__chunks__/chunk-5HMS5KVK.js +2 -0
- package/__chunks__/chunk-5INGE7VF.js +56 -0
- package/__chunks__/chunk-5IXCB2MF.js +2 -0
- package/__chunks__/chunk-5KFU3R3K.js +2 -0
- package/__chunks__/chunk-5KGDRZSV.js +2 -0
- package/__chunks__/chunk-5M2HIRXF.js +2 -0
- package/__chunks__/chunk-5M32VA3N.js +2 -0
- package/__chunks__/chunk-5M4QOKYN.js +2 -0
- package/__chunks__/chunk-5MGHSOB2.js +2 -0
- package/__chunks__/chunk-5MHWHTJU.js +62 -0
- package/__chunks__/chunk-5NNKGHE2.js +2 -0
- package/__chunks__/chunk-5PNHMIPD.js +2 -0
- package/__chunks__/chunk-5Q6Q5SS2.js +4 -0
- package/__chunks__/chunk-5RMCGDGD.js +2 -0
- package/__chunks__/chunk-5TDSH4QL.js +2 -0
- package/__chunks__/chunk-5UPYCHQI.js +2 -0
- package/__chunks__/chunk-5VSRYTNW.js +2 -0
- package/__chunks__/chunk-5WNUNENU.js +2 -0
- package/__chunks__/chunk-5WXHGK6A.js +2 -0
- package/__chunks__/chunk-5ZP4PBFD.js +2 -0
- package/__chunks__/chunk-5ZZCV3BH.js +2 -0
- package/__chunks__/chunk-66H6U5RK.js +2 -0
- package/__chunks__/chunk-6EQLSRWD.js +2 -0
- package/__chunks__/chunk-6FLQKKCO.js +2 -0
- package/__chunks__/chunk-6G774VOH.js +2 -0
- package/__chunks__/chunk-6GQO2LJ3.js +2 -0
- package/__chunks__/chunk-6HNMVAI6.js +2 -0
- package/__chunks__/chunk-6ITGGWIT.js +2 -0
- package/__chunks__/chunk-6IYK4PYK.js +2 -0
- package/__chunks__/chunk-6KZ376QS.js +2 -0
- package/__chunks__/chunk-6LITAK4Z.js +2 -0
- package/__chunks__/chunk-6LYEHBML.js +59 -0
- package/__chunks__/chunk-6LZSNUA2.js +2 -0
- package/__chunks__/chunk-6MMALGQJ.js +28 -0
- package/__chunks__/chunk-6V7CEZGP.js +2 -0
- package/__chunks__/chunk-6WZ7DVP7.js +2 -0
- package/__chunks__/chunk-6XR6BLIB.js +2 -0
- package/__chunks__/chunk-6YBWO2LT.js +2 -0
- package/__chunks__/chunk-6ZGFYJ6T.js +2 -0
- package/__chunks__/chunk-6ZVGZMVA.js +2 -0
- package/__chunks__/chunk-73OCTFDT.js +2 -0
- package/__chunks__/chunk-77WL3VPR.js +2 -0
- package/__chunks__/chunk-7CBRJL6S.js +2 -0
- package/__chunks__/chunk-7CIXIQAS.js +2 -0
- package/__chunks__/chunk-7CT2Q6BT.js +2 -0
- package/__chunks__/chunk-7FBJVUCR.js +2 -0
- package/__chunks__/chunk-7G47TJUJ.js +2 -0
- package/__chunks__/chunk-7KUANG6C.js +19 -0
- package/__chunks__/chunk-7L26TZTK.js +70 -0
- package/__chunks__/chunk-7LG3OKF6.js +2 -0
- package/__chunks__/chunk-7MSXLJKN.js +2 -0
- package/__chunks__/chunk-7NE7LYHT.js +2 -0
- package/__chunks__/chunk-7NIS2K53.js +2 -0
- package/__chunks__/chunk-7O342VI2.js +2 -0
- package/__chunks__/chunk-7T5K27TF.js +2 -0
- package/__chunks__/chunk-7TRTFDIW.js +2 -0
- package/__chunks__/chunk-7TW5V77R.js +2 -0
- package/__chunks__/chunk-7UFH576H.js +2 -0
- package/__chunks__/chunk-7W4BGSRD.js +2 -0
- package/__chunks__/chunk-7WPGKPTM.js +2 -0
- package/__chunks__/chunk-7WXEH6OF.js +2 -0
- package/__chunks__/chunk-7XNSDQOY.js +2 -0
- package/__chunks__/chunk-7XYHQ72T.js +2 -0
- package/__chunks__/chunk-7YHU2LQD.js +2 -0
- package/__chunks__/chunk-7YZYLM5B.js +2 -0
- package/__chunks__/chunk-A2R2BMVL.js +2 -0
- package/__chunks__/chunk-A6A2DHUK.js +2 -0
- package/__chunks__/chunk-A6V2SALY.js +2 -0
- package/__chunks__/chunk-A7OJGEYB.js +2 -0
- package/__chunks__/chunk-A7PSK6X4.js +46 -0
- package/__chunks__/chunk-AA2UQLQZ.js +136 -0
- package/__chunks__/chunk-AAI7OAOT.js +2 -0
- package/__chunks__/chunk-ACNALFD3.js +2 -0
- package/__chunks__/chunk-ADAEPKBG.js +2 -0
- package/__chunks__/chunk-ADTSJJYS.js +2 -0
- package/__chunks__/chunk-AEZW4FA2.js +2 -0
- package/__chunks__/chunk-AF4TXCN6.js +2 -0
- package/__chunks__/chunk-AG43DFK4.js +2 -0
- package/__chunks__/chunk-AGX4K4OO.js +2 -0
- package/__chunks__/chunk-AHX4GHIC.js +2 -0
- package/__chunks__/chunk-ALWWVLET.js +2 -0
- package/__chunks__/chunk-ANT3P3HL.js +2 -0
- package/__chunks__/chunk-ATEFCARH.js +2 -0
- package/__chunks__/chunk-ATTWGF2B.js +2 -0
- package/__chunks__/chunk-AWNEPCTQ.js +2 -0
- package/__chunks__/chunk-AXNLXOPZ.js +2 -0
- package/__chunks__/chunk-B3QOBNSJ.js +7 -0
- package/__chunks__/chunk-B3VPUYCG.js +2 -0
- package/__chunks__/chunk-B4XT7Q3M.js +2 -0
- package/__chunks__/chunk-B5JHZAAD.js +2 -0
- package/__chunks__/chunk-B666J6MY.js +41 -0
- package/__chunks__/chunk-BCI6EOTQ.js +2 -0
- package/__chunks__/chunk-BHR7WNEW.js +2 -0
- package/__chunks__/chunk-BHZ4SZYH.js +2 -0
- package/__chunks__/chunk-BK7EGS52.js +2 -0
- package/__chunks__/chunk-BQBE7OZR.js +2 -0
- package/__chunks__/chunk-BQNI2XMA.js +2 -0
- package/__chunks__/chunk-BTBSYZP5.js +2 -0
- package/__chunks__/chunk-BTGMJNWR.js +2 -0
- package/__chunks__/chunk-BYF52VCB.js +2 -0
- package/__chunks__/chunk-BZUMXHQT.js +2 -0
- package/__chunks__/chunk-BZYEY4V6.js +2 -0
- package/__chunks__/chunk-C2H275LK.js +2 -0
- package/__chunks__/chunk-C3AYTHSL.js +2 -0
- package/__chunks__/chunk-C5G2ROQD.js +2 -0
- package/__chunks__/chunk-C67HIE5H.js +2 -0
- package/__chunks__/chunk-C77LE3WZ.js +2 -0
- package/__chunks__/chunk-CBX5VUZ5.js +2 -0
- package/__chunks__/chunk-CC3RDZJL.js +2 -0
- package/__chunks__/chunk-CCJG3WLD.js +2 -0
- package/__chunks__/chunk-CCN72KRE.js +2 -0
- package/__chunks__/chunk-CCQ6HQYJ.js +2 -0
- package/__chunks__/chunk-CD3FLIXS.js +2 -0
- package/__chunks__/chunk-CEOZ2LOD.js +2 -0
- package/__chunks__/chunk-CEQ5FXRO.js +2 -0
- package/__chunks__/chunk-CF7YZ5AS.js +2 -0
- package/__chunks__/chunk-CFKMF4W4.js +2 -0
- package/__chunks__/chunk-CGIJMPI5.js +2 -0
- package/__chunks__/chunk-CHQCSVV7.js +16 -0
- package/__chunks__/chunk-CHV447YM.js +2 -0
- package/__chunks__/chunk-CHYGQARZ.js +2 -0
- package/__chunks__/chunk-CIF2WNNO.js +2 -0
- package/__chunks__/chunk-CJ4ELBZY.js +2 -0
- package/__chunks__/chunk-CKOH5VCN.js +2 -0
- package/__chunks__/chunk-CKOXM4NV.js +2 -0
- package/__chunks__/chunk-CLO6KRYZ.js +2 -0
- package/__chunks__/chunk-CN44AGME.js +2 -0
- package/__chunks__/chunk-CNE2BRIR.js +2 -0
- package/__chunks__/chunk-CPFLJKPN.js +12 -0
- package/__chunks__/chunk-CRK6JLFP.js +2 -0
- package/__chunks__/chunk-CRLVFBPR.js +68 -0
- package/__chunks__/chunk-CTHCJK3Q.js +2 -0
- package/__chunks__/chunk-CV2QFORU.js +2 -0
- package/__chunks__/chunk-CX57UPIU.js +2 -0
- package/__chunks__/chunk-CXGKMOCJ.js +29 -0
- package/__chunks__/chunk-D2FO4HDK.js +12 -0
- package/__chunks__/chunk-D3VGFELJ.js +2 -0
- package/__chunks__/chunk-D5TKWMWT.js +2 -0
- package/__chunks__/chunk-DAGAOQXG.js +2 -0
- package/__chunks__/chunk-DANUBOM3.js +2 -0
- package/__chunks__/chunk-DBD6N2CW.js +2 -0
- package/__chunks__/chunk-DDLKYF5K.js +2 -0
- package/__chunks__/chunk-DHDG4ABO.js +2 -0
- package/__chunks__/chunk-DK3VD23S.js +2 -0
- package/__chunks__/chunk-DKKOJEHA.js +2 -0
- package/__chunks__/chunk-DKZF54WO.js +2 -0
- package/__chunks__/chunk-DMW2AYNQ.js +2 -0
- package/__chunks__/chunk-DNTY763H.js +2 -0
- package/__chunks__/chunk-DNUCX5HA.js +2 -0
- package/__chunks__/chunk-DPAAS3SY.js +2 -0
- package/__chunks__/chunk-DQWDYL3A.js +2 -0
- package/__chunks__/chunk-DR2ZGVWL.js +2 -0
- package/__chunks__/chunk-DR3D3SAS.js +2 -0
- package/__chunks__/chunk-DSJHCEZU.js +2 -0
- package/__chunks__/chunk-DSS6FLUB.js +2 -0
- package/__chunks__/chunk-DYORUPQR.js +2 -0
- package/__chunks__/chunk-E636CJDT.js +2 -0
- package/__chunks__/chunk-E6HJPF6D.js +2 -0
- package/__chunks__/chunk-E6KKYWXW.js +2 -0
- package/__chunks__/chunk-E7KAQAK3.js +2 -0
- package/__chunks__/chunk-EA6JYINF.js +2 -0
- package/__chunks__/chunk-EBL2PI7D.js +4 -0
- package/__chunks__/chunk-EBPDXFTY.js +2 -0
- package/__chunks__/chunk-EDSKSLOU.js +2 -0
- package/__chunks__/chunk-EGS2BNV2.js +2 -0
- package/__chunks__/chunk-EIQMIQ7Z.js +2 -0
- package/__chunks__/chunk-EJNRWKKM.js +4 -0
- package/__chunks__/chunk-EMI5INPM.js +2 -0
- package/__chunks__/chunk-EMMH6GUO.js +2 -0
- package/__chunks__/chunk-ENKT7UOC.js +2 -0
- package/__chunks__/chunk-EPAEMNJX.js +2 -0
- package/__chunks__/chunk-EQSNZZK2.js +2 -0
- package/__chunks__/chunk-ESPY562N.js +2 -0
- package/__chunks__/chunk-EURMBYXD.js +2 -0
- package/__chunks__/chunk-EVAQBFOC.js +2 -0
- package/__chunks__/chunk-EWLOYKUK.js +20 -0
- package/__chunks__/chunk-EX2Z5FQ4.js +2 -0
- package/__chunks__/chunk-EXEOBVTN.js +2 -0
- package/__chunks__/chunk-F2L2BAQZ.js +2 -0
- package/__chunks__/chunk-F7732UBA.js +2 -0
- package/__chunks__/chunk-F7LD4NNY.js +2 -0
- package/__chunks__/chunk-F7XKTZUU.js +2 -0
- package/__chunks__/chunk-FBHNJJZH.js +2 -0
- package/__chunks__/chunk-FBJSQ2UJ.js +2 -0
- package/__chunks__/chunk-FCCGGENM.js +2 -0
- package/__chunks__/chunk-FDI635JG.js +2 -0
- package/__chunks__/chunk-FDSDVDKW.js +2 -0
- package/__chunks__/chunk-FDZCJSPF.js +2 -0
- package/__chunks__/chunk-FHEYAH7D.js +2 -0
- package/__chunks__/chunk-FJNNCIOJ.js +2 -0
- package/__chunks__/chunk-FK6GRHXD.js +2 -0
- package/__chunks__/chunk-FLRF4XFM.js +2 -0
- package/__chunks__/chunk-FMEPPPEU.js +2 -0
- package/__chunks__/chunk-FNNS6CVH.js +2 -0
- package/__chunks__/chunk-FPIAARJ2.js +2 -0
- package/__chunks__/chunk-FTQGHIGG.js +2 -0
- package/__chunks__/chunk-FVJ56UIF.js +2 -0
- package/__chunks__/chunk-FVJJAJ4L.js +2 -0
- package/__chunks__/chunk-FWO3MI5K.js +2 -0
- package/__chunks__/chunk-FYVP6UXW.js +2 -0
- package/__chunks__/chunk-FZGD4H6F.js +2 -0
- package/__chunks__/chunk-FZMRVALH.js +2 -0
- package/__chunks__/chunk-FZZV4C3Z.js +2 -0
- package/__chunks__/chunk-G2H5K2GJ.js +2 -0
- package/__chunks__/chunk-G2ULOHKD.js +2 -0
- package/__chunks__/chunk-G3EOABDZ.js +2 -0
- package/__chunks__/chunk-G3JFZPZF.js +2 -0
- package/__chunks__/chunk-G3MFJX2K.js +2 -0
- package/__chunks__/chunk-G6JO257Q.js +2 -0
- package/__chunks__/chunk-G7PM2FN2.js +2 -0
- package/__chunks__/chunk-GAANVVJD.js +2 -0
- package/__chunks__/chunk-GAPSGNMS.js +2 -0
- package/__chunks__/chunk-GBBPL6Q4.js +2 -0
- package/__chunks__/chunk-GBFESOTD.js +2 -0
- package/__chunks__/chunk-GELVDJRB.js +2 -0
- package/__chunks__/chunk-GEU35I4H.js +2 -0
- package/__chunks__/chunk-GGMEVY45.js +2 -0
- package/__chunks__/chunk-GHREHXKP.js +2 -0
- package/__chunks__/chunk-GIOHG425.js +2 -0
- package/__chunks__/chunk-GIVH2AWO.js +2 -0
- package/__chunks__/chunk-GIXJ4J35.js +2 -0
- package/__chunks__/chunk-GJAW3PFN.js +2 -0
- package/__chunks__/chunk-GKNYPCO7.js +2 -0
- package/__chunks__/chunk-GKSCSAOM.js +2 -0
- package/__chunks__/chunk-GNCSMYRN.js +2 -0
- package/__chunks__/chunk-GQSZQMAI.js +2 -0
- package/__chunks__/chunk-GQUYZAVC.js +2 -0
- package/__chunks__/chunk-GUVPQ746.js +2 -0
- package/__chunks__/chunk-GVCPEY3I.js +2 -0
- package/__chunks__/chunk-GVU7CFIB.js +2 -0
- package/__chunks__/chunk-GW6A6AHA.js +2 -0
- package/__chunks__/chunk-GWPZXDOV.js +2 -0
- package/__chunks__/chunk-GWS36QM2.js +2 -0
- package/__chunks__/chunk-GWXS27WL.js +2 -0
- package/__chunks__/chunk-GZCRDFSA.js +2 -0
- package/__chunks__/chunk-H3MEAYXJ.js +12 -0
- package/__chunks__/chunk-H4UNVG5X.js +2 -0
- package/__chunks__/chunk-H6BZGL2Y.js +2 -0
- package/__chunks__/chunk-H7P7OMKA.js +2 -0
- package/__chunks__/chunk-HBP5N4FR.js +9 -0
- package/__chunks__/chunk-HC4V2NKO.js +2 -0
- package/__chunks__/chunk-HC6FYEGP.js +2 -0
- package/__chunks__/chunk-HEE7CMRT.js +2 -0
- package/__chunks__/chunk-HENYTPUB.js +2 -0
- package/__chunks__/chunk-HF3EKSZF.js +2 -0
- package/__chunks__/chunk-HG36IBNN.js +2 -0
- package/__chunks__/chunk-HGEGFQPE.js +2 -0
- package/__chunks__/chunk-HGOHQNWK.js +2 -0
- package/__chunks__/chunk-HH5S5FOE.js +2 -0
- package/__chunks__/chunk-HIE4OGVS.js +2 -0
- package/__chunks__/chunk-HIG33SVU.js +2 -0
- package/__chunks__/chunk-HIMYYDUZ.js +2 -0
- package/__chunks__/chunk-HKWVJLO2.js +2 -0
- package/__chunks__/chunk-HMVC2OFR.js +122 -0
- package/__chunks__/chunk-HQ574H7J.js +4 -0
- package/__chunks__/chunk-HRU4YUSS.js +2 -0
- package/__chunks__/chunk-HUCQTA4W.js +32 -0
- package/__chunks__/chunk-HUMOP4SH.js +2 -0
- package/__chunks__/chunk-HURIY6E6.js +2 -0
- package/__chunks__/chunk-HV3JPSGB.js +2 -0
- package/__chunks__/chunk-HVHTVQC4.js +2 -0
- package/__chunks__/chunk-HVILFLTM.js +2 -0
- package/__chunks__/chunk-HXTJB6T7.js +2 -0
- package/__chunks__/chunk-HY3IEKEL.js +2 -0
- package/__chunks__/chunk-HZSM6ODA.js +2 -0
- package/__chunks__/chunk-I5GJGV56.js +2 -0
- package/__chunks__/chunk-I5VR5E24.js +29 -0
- package/__chunks__/chunk-I675F67O.js +2 -0
- package/__chunks__/chunk-I7C6YFD6.js +2 -0
- package/__chunks__/chunk-IAIGX7XG.js +2 -0
- package/__chunks__/chunk-IAN4TXKC.js +2 -0
- package/__chunks__/chunk-IC5H4FUA.js +2 -0
- package/__chunks__/chunk-ICUS6QYE.js +2 -0
- package/__chunks__/chunk-ICVZO2K2.js +2 -0
- package/__chunks__/chunk-IDKV6QEI.js +34 -0
- package/__chunks__/chunk-IE6R2NDJ.js +2 -0
- package/__chunks__/chunk-IEAWAYBX.js +2 -0
- package/__chunks__/chunk-IFZI4HAI.js +4 -0
- package/__chunks__/chunk-II4YGYVN.js +2 -0
- package/__chunks__/chunk-IJJ3HFXB.js +2 -0
- package/__chunks__/chunk-IK6JSSWX.js +85 -0
- package/__chunks__/chunk-IL6XA2AY.js +2 -0
- package/__chunks__/chunk-ILAR5D6J.js +2 -0
- package/__chunks__/chunk-ILPP7J3S.js +2 -0
- package/__chunks__/chunk-IM5CM7BP.js +2 -0
- package/__chunks__/chunk-IOI4ORQ6.js +7 -0
- package/__chunks__/chunk-IPJE57DQ.js +2 -0
- package/__chunks__/chunk-IS7BQEKQ.js +2 -0
- package/__chunks__/chunk-ITEEC5UK.js +2 -0
- package/__chunks__/chunk-IUJ7IKCP.js +2 -0
- package/__chunks__/chunk-IVZ2N336.js +2 -0
- package/__chunks__/chunk-IWM5BMMR.js +2 -0
- package/__chunks__/chunk-IYAZLGAJ.js +2 -0
- package/__chunks__/chunk-J2YMNYR5.js +2 -0
- package/__chunks__/chunk-J3MA5NOR.js +8 -0
- package/__chunks__/chunk-J3XELUQQ.js +2 -0
- package/__chunks__/chunk-J42ZO72F.js +2 -0
- package/__chunks__/chunk-J4GZ6Z3A.js +2 -0
- package/__chunks__/chunk-JBBBNQ3Q.js +2 -0
- package/__chunks__/chunk-JCAUBGCB.js +2 -0
- package/__chunks__/chunk-JE66R4MY.js +2 -0
- package/__chunks__/chunk-JFOVHZ2A.js +2 -0
- package/__chunks__/chunk-JFW7QJGM.js +2 -0
- package/__chunks__/chunk-JFXVZGSY.js +2 -0
- package/__chunks__/chunk-JH523KAU.js +2 -0
- package/__chunks__/chunk-JHXE6OM2.js +2 -0
- package/__chunks__/chunk-JKXUZE3A.js +2 -0
- package/__chunks__/chunk-JNIDGMEX.js +2 -0
- package/__chunks__/chunk-JO7LBGIW.js +2 -0
- package/__chunks__/chunk-JOQWIKEX.js +2 -0
- package/__chunks__/chunk-JP45CTXR.js +2 -0
- package/__chunks__/chunk-JQJ4FNYM.js +2 -0
- package/__chunks__/chunk-JQMYW5MI.js +2 -0
- package/__chunks__/chunk-JQYFTDYG.js +2 -0
- package/__chunks__/chunk-JRB2SSEU.js +2 -0
- package/__chunks__/chunk-JRRXTQY4.js +2 -0
- package/__chunks__/chunk-JSKXUBGH.js +19 -0
- package/__chunks__/chunk-JV45HMLE.js +2 -0
- package/__chunks__/chunk-JW7ZCUB4.js +2 -0
- package/__chunks__/chunk-JXJG3QMF.js +2 -0
- package/__chunks__/chunk-JZ5FWB3E.js +2 -0
- package/__chunks__/chunk-K3PKB7WJ.js +2 -0
- package/__chunks__/chunk-K5UMUOJR.js +2 -0
- package/__chunks__/chunk-KAATXW3G.js +2 -0
- package/__chunks__/chunk-KB3OTHRJ.js +2 -0
- package/__chunks__/chunk-KDPDYK4Q.js +2 -0
- package/__chunks__/chunk-KDXOSOFQ.js +2 -0
- package/__chunks__/chunk-KEQTNP4F.js +2 -0
- package/__chunks__/chunk-KF6C5J3A.js +2 -0
- package/__chunks__/chunk-KKQHAOY7.js +2 -0
- package/__chunks__/chunk-KLFPAZSS.js +2 -0
- package/__chunks__/chunk-KMTPVLTX.js +2 -0
- package/__chunks__/chunk-KMY32YIQ.js +2 -0
- package/__chunks__/chunk-KN5FTU5X.js +2 -0
- package/__chunks__/chunk-KO332CCP.js +2 -0
- package/__chunks__/chunk-KOH3SXG4.js +2 -0
- package/__chunks__/chunk-KQAZ2C7X.js +2 -0
- package/__chunks__/chunk-KQD5OAZC.js +2 -0
- package/__chunks__/chunk-KRIK2GRG.js +2 -0
- package/__chunks__/chunk-KRR5UY4P.js +37 -0
- package/__chunks__/chunk-KS34U4ZT.js +2 -0
- package/__chunks__/chunk-KTZ6NJYR.js +2 -0
- package/__chunks__/chunk-KUJE25VK.js +2 -0
- package/__chunks__/chunk-KWQPHBRJ.js +2 -0
- package/__chunks__/chunk-KYF6QEVL.js +2 -0
- package/__chunks__/chunk-KZ3AJTE2.js +2 -0
- package/__chunks__/chunk-KZR7TQ7H.js +2 -0
- package/__chunks__/chunk-KZTJAFY2.js +2 -0
- package/__chunks__/chunk-L3ERSIIK.js +2 -0
- package/__chunks__/chunk-L42DWCIM.js +2 -0
- package/__chunks__/chunk-L4ZOME3O.js +2 -0
- package/__chunks__/chunk-L5ZELHXF.js +2 -0
- package/__chunks__/chunk-L6CMT32D.js +2 -0
- package/__chunks__/chunk-LB6YGDKA.js +2 -0
- package/__chunks__/chunk-LBMR7H4A.js +16 -0
- package/__chunks__/chunk-LD7AG3CC.js +2 -0
- package/__chunks__/chunk-LEIWNDFR.js +2 -0
- package/__chunks__/chunk-LFDQD2MC.js +2 -0
- package/__chunks__/chunk-LGBANZIL.js +2 -0
- package/__chunks__/chunk-LGN22G2C.js +2 -0
- package/__chunks__/chunk-LJLOAPWI.js +2 -0
- package/__chunks__/chunk-LK5TR7MI.js +2 -0
- package/__chunks__/chunk-LKZFZRMS.js +2 -0
- package/__chunks__/chunk-LO5NNAIV.js +2 -0
- package/__chunks__/chunk-LOEOBGHO.js +2 -0
- package/__chunks__/chunk-LPQY7BQ4.js +2 -0
- package/__chunks__/chunk-LQ4SQ3X4.js +2 -0
- package/__chunks__/chunk-LR3CLMGZ.js +2 -0
- package/__chunks__/chunk-LR4X2GXQ.js +2 -0
- package/__chunks__/chunk-LTDKLLXJ.js +2 -0
- package/__chunks__/chunk-LULB6556.js +68 -0
- package/__chunks__/chunk-LVCWBXY5.js +2 -0
- package/__chunks__/chunk-LVDLEYIL.js +2 -0
- package/__chunks__/chunk-LVNHRVVW.js +17 -0
- package/__chunks__/chunk-LVRAAKWK.js +2 -0
- package/__chunks__/chunk-LVXEGFDX.js +2 -0
- package/__chunks__/chunk-LWEHGLB7.js +2 -0
- package/__chunks__/chunk-LWYHJW4B.js +2 -0
- package/__chunks__/chunk-LXFEENYZ.js +2 -0
- package/__chunks__/chunk-LXFS7OSY.js +2 -0
- package/__chunks__/chunk-LXRRORKB.js +2 -0
- package/__chunks__/chunk-LZUF5S3O.js +2 -0
- package/__chunks__/chunk-M373ZEL2.js +2 -0
- package/__chunks__/chunk-M5IVOFFE.js +2 -0
- package/__chunks__/chunk-M6CAVA74.js +2 -0
- package/__chunks__/chunk-MAFYUEJ7.js +2 -0
- package/__chunks__/chunk-MASIHDPW.js +2 -0
- package/__chunks__/chunk-MBQJF3MO.js +2 -0
- package/__chunks__/chunk-MBRRU5L4.js +2 -0
- package/__chunks__/chunk-MEJ5PESS.js +2 -0
- package/__chunks__/chunk-MH4SA6AL.js +37 -0
- package/__chunks__/chunk-MHCX5WKH.js +2 -0
- package/__chunks__/chunk-MN4M7KA5.js +2 -0
- package/__chunks__/chunk-MPOETEJF.js +2 -0
- package/__chunks__/chunk-MSPZXSXJ.js +37 -0
- package/__chunks__/chunk-MSR5H3IZ.js +2 -0
- package/__chunks__/chunk-MYL6VLFJ.js +2 -0
- package/__chunks__/chunk-MYX27K45.js +2 -0
- package/__chunks__/chunk-MYYS2ABZ.js +2 -0
- package/__chunks__/chunk-N3QTYKLF.js +2 -0
- package/__chunks__/chunk-N5K5JWQA.js +2 -0
- package/__chunks__/chunk-N5W2LL2A.js +2 -0
- package/__chunks__/chunk-N7MHQ6JT.js +2 -0
- package/__chunks__/chunk-NAN2H6P3.js +2 -0
- package/__chunks__/chunk-NE7B3YQD.js +2 -0
- package/__chunks__/chunk-NEU5EJKU.js +2 -0
- package/__chunks__/chunk-NFZFT236.js +2 -0
- package/__chunks__/chunk-NGUIVMWU.js +2 -0
- package/__chunks__/chunk-NHHDQ53S.js +2 -0
- package/__chunks__/chunk-NHW56BNI.js +30 -0
- package/__chunks__/chunk-NHXJOOWR.js +34 -0
- package/__chunks__/chunk-NIYFBCUS.js +2 -0
- package/__chunks__/chunk-NKJDO5GI.js +2 -0
- package/__chunks__/chunk-NLNFARHY.js +2 -0
- package/__chunks__/chunk-NLU2B6MT.js +2 -0
- package/__chunks__/chunk-NNQEVCCJ.js +2 -0
- package/__chunks__/chunk-NNTZ3TJA.js +2 -0
- package/__chunks__/chunk-NNXE7L5C.js +2 -0
- package/__chunks__/chunk-NO7WP24I.js +2 -0
- package/__chunks__/chunk-NQLWHYQV.js +2 -0
- package/__chunks__/chunk-NW3UAFRF.js +2 -0
- package/__chunks__/chunk-O3BJOGJL.js +2 -0
- package/__chunks__/chunk-O7RVT7S2.js +2 -0
- package/__chunks__/chunk-OBXCGQ3R.js +2 -0
- package/__chunks__/chunk-OC5V3HZK.js +2 -0
- package/__chunks__/chunk-OCMDIV3Q.js +2 -0
- package/__chunks__/chunk-ODZH7JKM.js +2 -0
- package/__chunks__/chunk-OF3VHHUR.js +2 -0
- package/__chunks__/chunk-OF4CJL2Y.js +2 -0
- package/__chunks__/chunk-OGKASO74.js +2 -0
- package/__chunks__/chunk-OGMG2MEG.js +2 -0
- package/__chunks__/chunk-OIPBX66J.js +2 -0
- package/__chunks__/chunk-OJGK2MKE.js +2 -0
- package/__chunks__/chunk-OKNY6IVV.js +2 -0
- package/__chunks__/chunk-OLYIRMPJ.js +2 -0
- package/__chunks__/chunk-ONV7EDUQ.js +2 -0
- package/__chunks__/chunk-OO5JG5ZA.js +2 -0
- package/__chunks__/chunk-OOBWQXJ5.js +2 -0
- package/__chunks__/chunk-OQMQWZG7.js +2 -0
- package/__chunks__/chunk-ORXOQZVE.js +2 -0
- package/__chunks__/chunk-OVFCYSJN.js +2 -0
- package/__chunks__/chunk-OWBHRN3S.js +2 -0
- package/__chunks__/chunk-OWG32HIC.js +2 -0
- package/__chunks__/chunk-OWTELLQA.js +29 -0
- package/__chunks__/chunk-P2U5SQDT.js +2 -0
- package/__chunks__/chunk-P3BVYTHI.js +2 -0
- package/__chunks__/chunk-P3PRWEMK.js +2 -0
- package/__chunks__/chunk-P4IFHNL3.js +2 -0
- package/__chunks__/chunk-P5W2WOU3.js +102 -0
- package/__chunks__/chunk-P67ZWAEL.js +2 -0
- package/__chunks__/chunk-P6W73G5S.js +2 -0
- package/__chunks__/chunk-PARZFKXS.js +2 -0
- package/__chunks__/chunk-PAVHGJ7A.js +2 -0
- package/__chunks__/chunk-PBEAEN7V.js +2 -0
- package/__chunks__/chunk-PDJDFA6R.js +2 -0
- package/__chunks__/chunk-PEJD2774.js +2 -0
- package/__chunks__/chunk-PENA4DTK.js +2 -0
- package/__chunks__/chunk-PFDOLNAF.js +3 -0
- package/__chunks__/chunk-PJCJERS3.js +2 -0
- package/__chunks__/chunk-PJVWIF3C.js +2 -0
- package/__chunks__/chunk-PMI2H3D4.js +3 -0
- package/__chunks__/chunk-PN4DBVEY.js +2 -0
- package/__chunks__/chunk-PNVRKZHJ.js +2 -0
- package/__chunks__/chunk-PQ67BTK6.js +2 -0
- package/__chunks__/chunk-PQEWRDXW.js +29 -0
- package/__chunks__/chunk-PR432ULC.js +2 -0
- package/__chunks__/chunk-PSCYIOPM.js +2 -0
- package/__chunks__/chunk-PWRFNYIQ.js +2 -0
- package/__chunks__/chunk-PXHBOM4A.js +2 -0
- package/__chunks__/chunk-PY7R4SJK.js +2 -0
- package/__chunks__/chunk-PYACTRNA.js +2 -0
- package/__chunks__/chunk-PYRJZWKH.js +50 -0
- package/__chunks__/chunk-Q2PQM6IV.js +2 -0
- package/__chunks__/chunk-Q44MZMPZ.js +2 -0
- package/__chunks__/chunk-Q55RJPDL.js +2 -0
- package/__chunks__/chunk-Q5TQ3IO7.js +2 -0
- package/__chunks__/chunk-Q5UDLKJM.js +2 -0
- package/__chunks__/chunk-Q6QHLQQP.js +2 -0
- package/__chunks__/chunk-QATDR53Q.js +2 -0
- package/__chunks__/chunk-QAZMQ2BI.js +150 -0
- package/__chunks__/chunk-QCGS2BTF.js +2 -0
- package/__chunks__/chunk-QDTMTC57.js +2 -0
- package/__chunks__/chunk-QGRJWDCZ.js +2697 -0
- package/__chunks__/chunk-QJRM5E4K.js +2 -0
- package/__chunks__/chunk-QLCT7UMM.js +2 -0
- package/__chunks__/chunk-QLKV2O3W.js +78 -0
- package/__chunks__/chunk-QMIVJNL6.js +2 -0
- package/__chunks__/chunk-QNQRM6SF.js +2 -0
- package/__chunks__/chunk-QO464X36.js +2 -0
- package/__chunks__/chunk-QP2R3PZX.js +2 -0
- package/__chunks__/chunk-QQ6GQQFJ.js +2 -0
- package/__chunks__/chunk-QZ2EWJNR.js +2 -0
- package/__chunks__/chunk-QZGE2GSB.js +2 -0
- package/__chunks__/chunk-R2QPHR4L.js +2 -0
- package/__chunks__/chunk-R37CVIHS.js +2 -0
- package/__chunks__/chunk-R3WRQDFM.js +2 -0
- package/__chunks__/chunk-R6N7MZ5B.js +2 -0
- package/__chunks__/chunk-R7VXMYQB.js +2 -0
- package/__chunks__/chunk-RA2H3JI5.js +2 -0
- package/__chunks__/chunk-RALSJ7UN.js +2 -0
- package/__chunks__/chunk-RBCYBUV6.js +2 -0
- package/__chunks__/chunk-RCG33R3F.js +2 -0
- package/__chunks__/chunk-RDG44IA3.js +2 -0
- package/__chunks__/chunk-RH43UVMO.js +12 -0
- package/__chunks__/chunk-RH7KUPWQ.js +2 -0
- package/__chunks__/chunk-RHTQ3NBD.js +2 -0
- package/__chunks__/chunk-RHYQCAKM.js +2 -0
- package/__chunks__/chunk-RIGQIH3C.js +2 -0
- package/__chunks__/chunk-RIHKFBCQ.js +2 -0
- package/__chunks__/chunk-RIVYVIJP.js +2 -0
- package/__chunks__/chunk-RIY7YAGD.js +2 -0
- package/__chunks__/chunk-RJU4KCNG.js +2 -0
- package/__chunks__/chunk-RR263SSZ.js +2 -0
- package/__chunks__/chunk-RTOJZKEE.js +2 -0
- package/__chunks__/chunk-RTUYXLM2.js +2 -0
- package/__chunks__/chunk-RW42WW6H.js +2 -0
- package/__chunks__/chunk-RWFD72BC.js +2 -0
- package/__chunks__/chunk-RYTP6VMO.js +2 -0
- package/__chunks__/chunk-S2FFT2BK.js +2 -0
- package/__chunks__/chunk-S2ZXQSDD.js +2 -0
- package/__chunks__/chunk-SAQ2TZS4.js +2 -0
- package/__chunks__/chunk-SBGJORWT.js +2 -0
- package/__chunks__/chunk-SCCCWUJD.js +2 -0
- package/__chunks__/chunk-SCNRUMYS.js +5 -0
- package/__chunks__/chunk-SEKMOWML.js +2 -0
- package/__chunks__/chunk-SF7YQV6K.js +2 -0
- package/__chunks__/chunk-SFQFF2AF.js +2 -0
- package/__chunks__/chunk-SGGOZABH.js +2 -0
- package/__chunks__/chunk-SIE4AW7U.js +2 -0
- package/__chunks__/chunk-SIJOXE6U.js +2 -0
- package/__chunks__/chunk-SLIKTIHQ.js +2 -0
- package/__chunks__/chunk-SLIVTINA.js +2 -0
- package/__chunks__/chunk-SMUZ7PTJ.js +2 -0
- package/__chunks__/chunk-SNQ7GR7D.js +2 -0
- package/__chunks__/chunk-SQJYWVIF.js +2 -0
- package/__chunks__/chunk-SQUIVH4Z.js +2 -0
- package/__chunks__/chunk-SSJX667Q.js +2 -0
- package/__chunks__/chunk-SSPY6JME.js +45 -0
- package/__chunks__/chunk-STAAYNEM.js +22 -0
- package/__chunks__/chunk-STXBLUHN.js +2 -0
- package/__chunks__/chunk-SUFWHJNN.js +2 -0
- package/__chunks__/chunk-SUWQ6Y2R.js +2 -0
- package/__chunks__/chunk-SVVUGJGK.js +74 -0
- package/__chunks__/chunk-SWLLVROJ.js +2 -0
- package/__chunks__/chunk-SX6AHEDQ.js +2 -0
- package/__chunks__/chunk-SXMIOJ4F.js +2 -0
- package/__chunks__/chunk-T3ID3R24.js +2 -0
- package/__chunks__/chunk-T3SN3LLY.js +2 -0
- package/__chunks__/chunk-T3VAJTB2.js +2 -0
- package/__chunks__/chunk-T6Q63BMA.js +2 -0
- package/__chunks__/chunk-TB3MTSXF.js +2 -0
- package/__chunks__/chunk-TB6S4OTU.js +2 -0
- package/__chunks__/chunk-TBC6DNIC.js +2 -0
- package/__chunks__/chunk-TGF23MR4.js +2 -0
- package/__chunks__/chunk-TGT5VWHC.js +2 -0
- package/__chunks__/chunk-TGZRYSS2.js +2 -0
- package/__chunks__/chunk-TH2SXGC4.js +2 -0
- package/__chunks__/chunk-THKMTSLG.js +23 -0
- package/__chunks__/chunk-THTSM336.js +2 -0
- package/__chunks__/chunk-TJDDFKRB.js +2 -0
- package/__chunks__/chunk-TKIIHBF2.js +2 -0
- package/__chunks__/chunk-TN3IL6YQ.js +2 -0
- package/__chunks__/chunk-TNJOR5TD.js +2 -0
- package/__chunks__/chunk-TPACET2T.js +2 -0
- package/__chunks__/chunk-TRBRCNJF.js +2 -0
- package/__chunks__/chunk-TUWSLVYY.js +2 -0
- package/__chunks__/chunk-TXAITGIS.js +2 -0
- package/__chunks__/chunk-U27UGFF6.js +2 -0
- package/__chunks__/chunk-U37RONDI.js +2 -0
- package/__chunks__/chunk-U3TQIHS4.js +2 -0
- package/__chunks__/chunk-U4FRZESV.js +2 -0
- package/__chunks__/chunk-U62W3J3X.js +2 -0
- package/__chunks__/chunk-U6FPCKTD.js +2 -0
- package/__chunks__/chunk-UBQDOMUW.js +2 -0
- package/__chunks__/chunk-UCBDWIIG.js +2 -0
- package/__chunks__/chunk-UD4NVB75.js +4 -0
- package/__chunks__/chunk-UEUJMNDP.js +63 -0
- package/__chunks__/chunk-UFIKGXOM.js +2 -0
- package/__chunks__/chunk-UG2C5XXR.js +2 -0
- package/__chunks__/chunk-UGC6DYQB.js +2 -0
- package/__chunks__/chunk-UHDRCKP4.js +2 -0
- package/__chunks__/chunk-UIDXWJ2D.js +2 -0
- package/__chunks__/chunk-ULVX6PF5.js +34 -0
- package/__chunks__/chunk-UNJGE72T.js +2 -0
- package/__chunks__/chunk-UO5S2PQN.js +2 -0
- package/__chunks__/chunk-UQBGFMUL.js +2 -0
- package/__chunks__/chunk-URBAOEFI.js +2 -0
- package/__chunks__/chunk-UREG2NRJ.js +2 -0
- package/__chunks__/chunk-UUGJHN6E.js +2 -0
- package/__chunks__/chunk-UUYNGUKK.js +2 -0
- package/__chunks__/chunk-UWH3A6TI.js +2 -0
- package/__chunks__/chunk-UWOEVQXU.js +4 -0
- package/__chunks__/chunk-UY44VO7R.js +2 -0
- package/__chunks__/chunk-UZILE7CY.js +2 -0
- package/__chunks__/chunk-V23YHW7Z.js +2 -0
- package/__chunks__/chunk-V4JRG3ZP.js +2 -0
- package/__chunks__/chunk-V4QVQ7QR.js +2 -0
- package/__chunks__/chunk-V772LX34.js +2 -0
- package/__chunks__/chunk-V7X45B6Y.js +2 -0
- package/__chunks__/chunk-VEEFLKZT.js +30 -0
- package/__chunks__/chunk-VH5B3W6C.js +2 -0
- package/__chunks__/chunk-VIHCLOWS.js +2 -0
- package/__chunks__/chunk-VIYC2VTP.js +37 -0
- package/__chunks__/chunk-VJURDAL6.js +47 -0
- package/__chunks__/chunk-VKHAQUPZ.js +2 -0
- package/__chunks__/chunk-VKRPRKL2.js +2 -0
- package/__chunks__/chunk-VOKRI2NB.js +2 -0
- package/__chunks__/chunk-VOSWEKPT.js +2 -0
- package/__chunks__/chunk-VPGECZPA.js +2 -0
- package/__chunks__/chunk-VSU5ZFTW.js +2 -0
- package/__chunks__/chunk-VSVF332C.js +2 -0
- package/__chunks__/chunk-VSXYBS3K.js +2 -0
- package/__chunks__/chunk-VW2UBFJI.js +2 -0
- package/__chunks__/chunk-VWHKQ3FG.js +2 -0
- package/__chunks__/chunk-VWIO5HEC.js +2 -0
- package/__chunks__/chunk-VYNSJMRH.js +2 -0
- package/__chunks__/chunk-W3MMCTWC.js +2 -0
- package/__chunks__/chunk-W4BC2UD4.js +2 -0
- package/__chunks__/chunk-W6HPOJ7Z.js +2 -0
- package/__chunks__/chunk-W6WV2GQC.js +2 -0
- package/__chunks__/chunk-W7SO52DM.js +2 -0
- package/__chunks__/chunk-WAH54MS7.js +2 -0
- package/__chunks__/chunk-WAY2DWBE.js +2 -0
- package/__chunks__/chunk-WBAL3ETN.js +2 -0
- package/__chunks__/chunk-WBXVWGDO.js +2 -0
- package/__chunks__/chunk-WCJ27XBZ.js +2 -0
- package/__chunks__/chunk-WDKTC3PH.js +2 -0
- package/__chunks__/chunk-WE2I6BJ5.js +2 -0
- package/__chunks__/chunk-WJGL6LVA.js +2 -0
- package/__chunks__/chunk-WMHTN55U.js +2 -0
- package/__chunks__/chunk-WMRGA475.js +2 -0
- package/__chunks__/chunk-WOY3DRDS.js +2 -0
- package/__chunks__/chunk-WP4RD6AI.js +2 -0
- package/__chunks__/chunk-WQFSDAGL.js +2 -0
- package/__chunks__/chunk-WTAIM7XI.js +2 -0
- package/__chunks__/chunk-WTIKHG7D.js +2 -0
- package/__chunks__/chunk-WTIMZBGM.js +2 -0
- package/__chunks__/chunk-WUFLOKUS.js +2 -0
- package/__chunks__/chunk-WYTEGXZN.js +2 -0
- package/__chunks__/chunk-WYVBAGCO.js +2 -0
- package/__chunks__/chunk-X2JZA2ND.js +2 -0
- package/__chunks__/chunk-X42PRFW5.js +2 -0
- package/__chunks__/chunk-X46NTIXM.js +2 -0
- package/__chunks__/chunk-X4H52U72.js +2 -0
- package/__chunks__/chunk-XAN6ZSE2.js +2 -0
- package/__chunks__/chunk-XAQNBFSL.js +2 -0
- package/__chunks__/chunk-XEJIF6DN.js +2 -0
- package/__chunks__/chunk-XFIS6IJE.js +2 -0
- package/__chunks__/chunk-XK4XOW72.js +2 -0
- package/__chunks__/chunk-XKWS3RN2.js +2 -0
- package/__chunks__/chunk-XLEECLIK.js +2 -0
- package/__chunks__/chunk-XLGUHTRO.js +2 -0
- package/__chunks__/chunk-XLQRX5CU.js +2 -0
- package/__chunks__/chunk-XNFCZFZP.js +2 -0
- package/__chunks__/chunk-XOU44ZL5.js +107 -0
- package/__chunks__/chunk-XOZ662VA.js +2 -0
- package/__chunks__/chunk-XTIAT5F6.js +2 -0
- package/__chunks__/chunk-XTK6FBHD.js +2 -0
- package/__chunks__/chunk-XVW62V2T.js +2 -0
- package/__chunks__/chunk-XWFLUBRK.js +2 -0
- package/__chunks__/chunk-XXP2T2NS.js +2 -0
- package/__chunks__/chunk-Y26RSX4F.js +20 -0
- package/__chunks__/chunk-Y3P57X4G.js +2 -0
- package/__chunks__/chunk-Y3VJVQUT.js +2 -0
- package/__chunks__/chunk-Y4RXLAEX.js +2 -0
- package/__chunks__/chunk-Y65RJIP4.js +2 -0
- package/__chunks__/chunk-Y6LTVYIB.js +2 -0
- package/__chunks__/chunk-Y6MKJ6ZD.js +2 -0
- package/__chunks__/chunk-Y6R2FDDJ.js +2 -0
- package/__chunks__/chunk-YAR2KJ42.js +2 -0
- package/__chunks__/chunk-YBNZW627.js +2 -0
- package/__chunks__/chunk-YD7VUZ2E.js +2 -0
- package/__chunks__/chunk-YEF264S2.js +2 -0
- package/__chunks__/chunk-YEHT2MYZ.js +2 -0
- package/__chunks__/chunk-YF4C2R42.js +2 -0
- package/__chunks__/chunk-YG52JCOV.js +2 -0
- package/__chunks__/chunk-YHDV47SL.js +2 -0
- package/__chunks__/chunk-YHGDN5DW.js +2 -0
- package/__chunks__/chunk-YJFNSJWQ.js +2 -0
- package/__chunks__/chunk-YNJJZIKC.js +2 -0
- package/__chunks__/chunk-YQMSWPSV.js +4 -0
- package/__chunks__/chunk-YQTZDKPJ.js +2 -0
- package/__chunks__/chunk-YRZKLN43.js +2 -0
- package/__chunks__/chunk-YTVWDPVZ.js +2 -0
- package/__chunks__/chunk-YTYNUTPN.js +2 -0
- package/__chunks__/chunk-YUPRXYZA.js +2 -0
- package/__chunks__/chunk-YV2QTGYM.js +2 -0
- package/__chunks__/chunk-YV5IPAFJ.js +2 -0
- package/__chunks__/chunk-YWTTY3M6.js +2 -0
- package/__chunks__/chunk-YWXEDZXJ.js +25 -0
- package/__chunks__/chunk-YXJVLN63.js +2 -0
- package/__chunks__/chunk-YYGVJULM.js +2 -0
- package/__chunks__/chunk-YZCMISG5.js +2 -0
- package/__chunks__/chunk-ZA2RPPFH.js +25 -0
- package/__chunks__/chunk-ZCAP76WF.js +46 -0
- package/__chunks__/chunk-ZGIA77BT.js +2 -0
- package/__chunks__/chunk-ZHMC3BOL.js +2 -0
- package/__chunks__/chunk-ZJWF4U7P.js +2 -0
- package/__chunks__/chunk-ZK3EDMGQ.js +2 -0
- package/__chunks__/chunk-ZKBIRYAL.js +2 -0
- package/__chunks__/chunk-ZLBYHK2J.js +2 -0
- package/__chunks__/chunk-ZRD6IVNQ.js +2 -0
- package/__chunks__/chunk-ZRV6LR6L.js +2 -0
- package/__chunks__/chunk-ZSTZ72W7.js +2 -0
- package/__chunks__/chunk-ZYJTJW6F.js +2 -0
- package/__chunks__/chunk-ZYK7LXDL.js +2 -0
- package/__chunks__/chunk-ZZJUQ5TR.js +2 -0
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +8 -8
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/index.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +2 -2
- package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/__commonjs/UI/index.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/__commonjs/UI/walletConnect/index.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/__commonjs/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/__commonjs/components/ProviderInitializer/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/login/useXaliasLogin.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/data/account.js +1 -1
- package/__mocks__/data/blocks.js +1 -1
- package/__mocks__/data/dappConfig.js +1 -1
- package/__mocks__/data/index.js +1 -1
- package/__mocks__/data/networkConfig.js +1 -1
- package/__mocks__/data/socketResponse.js +1 -1
- package/__mocks__/data/websocketConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/packages/createSubscription.js +1 -1
- package/__mocks__/packages/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/mockWindowHistory.js +1 -1
- package/__mocks__/utils/mockWindowLocation.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfiguration.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/endpoints.js +1 -1
- package/apiCalls/getScamAddressData.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/transactions/getTransaction.js +1 -1
- package/apiCalls/transactions/getTransactions.js +1 -1
- package/apiCalls/transactions/getTransactions.types.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/getTransactionsCount.js +1 -1
- package/apiCalls/transactions/helpers.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/assets/sass/main.js +1 -1
- package/assets/sass/mixins/hover.js +1 -1
- package/assets/sass/mixins/textTruncate.js +1 -1
- package/assets/sass/modules/data/data.js +1 -1
- package/assets/sass/modules/icons/iconState.js +1 -1
- package/assets/sass/modules/icons/sideIcon.js +1 -1
- package/assets/sass/modules/links/links.js +1 -1
- package/assets/sass/modules/progress-steps/progressSteps.js +1 -1
- package/assets/sass/modules/toast-messages/toastMessages.js +1 -1
- package/assets/sass/themes/background.js +1 -1
- package/assets/sass/themes/badge.js +1 -1
- package/assets/sass/themes/border.js +1 -1
- package/assets/sass/themes/button.js +1 -1
- package/assets/sass/themes/card.js +1 -1
- package/assets/sass/themes/display.js +1 -1
- package/assets/sass/themes/flex.js +1 -1
- package/assets/sass/themes/font.js +1 -1
- package/assets/sass/themes/form.js +1 -1
- package/assets/sass/themes/grid.js +1 -1
- package/assets/sass/themes/icons.js +1 -1
- package/assets/sass/themes/position.js +1 -1
- package/assets/sass/themes/shadows.js +1 -1
- package/assets/sass/themes/size.js +1 -1
- package/assets/sass/themes/spacing.js +1 -1
- package/assets/sass/themes/table.js +1 -1
- package/assets/sass/themes/text.js +1 -1
- package/assets/sass/themes/theme.js +1 -1
- package/assets/sass/themes/type.js +1 -1
- package/assets/sass/variables/variables.js +1 -1
- package/components/BatchTransactionsSender/BatchTransactionsSender.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/getExtensionProvider.js +1 -1
- package/components/ProviderInitializer/helpers/getOperaProvider.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/types/transactionSender.types.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionStatusToast/StatusIcon.js +1 -1
- package/components/TransactionStatusToast/StatusMessageComponent.js +1 -1
- package/components/TransactionStatusToast/transactionStatusToast.types.js +1 -1
- package/components/TransactionStatusToast/transactionStatusToastStyles.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/dataTestIds.enum.js +1 -1
- package/constants/errorsMessages.js +1 -1
- package/constants/extension.constants.js +1 -1
- package/constants/guardianActions.enum.js +1 -1
- package/constants/index.js +1 -1
- package/constants/ledger.constants.js +1 -1
- package/constants/ledgerErrorCodes.js +1 -1
- package/constants/mnemonicWords.js +1 -1
- package/constants/network.js +1 -1
- package/constants/transactionStatus.js +1 -1
- package/constants/web-wallet.constants.js +1 -1
- package/global.d.js +1 -1
- package/hocs/useStyles.js +1 -1
- package/hocs/withStyles.js +1 -1
- package/hooks/account/helpers/index.js +1 -1
- package/hooks/account/helpers/trimUsernameDomain.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountFromApi.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useAddressScreens.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/getVerifier.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/signMessage/verifyMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkIsValidSender.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/computeTransactionsNonce.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getAreAllTransactionsSignedByGuardian.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/timestampIsOlderThan.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useClosureRef.js +1 -1
- package/hooks/useDebounce.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/useUpdateEffect.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useGetWebsocketUrl.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/hooks/websocketListener/websocketConnection.js +1 -1
- package/models/TransactionParameter.js +1 -1
- package/models/TransactionStatus.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +4 -4
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/helpers/getTargetOrigin.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistReduxStore.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/reduxPersistIgnoredActions.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
- package/reduxStore/selectors/dappConfigSelector.js +1 -1
- package/reduxStore/selectors/helpers.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/modalsSelectors.js +1 -1
- package/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
- package/reduxStore/selectors/toastsSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/decodeLoginToken.js +1 -1
- package/services/nativeAuth/helpers/decodeNativeAuthToken.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/services/nativeAuth/methods/getTokenExpiration.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/computeTransactionNonce.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/storage/local.js +1 -1
- package/types/account.types.js +1 -1
- package/types/crossWindowProvider.types.js +1 -1
- package/types/dappConfig.types.js +1 -1
- package/types/dappProvider.types.js +1 -1
- package/types/enums.types.js +1 -1
- package/types/index.js +1 -1
- package/types/login.types.js +1 -1
- package/types/network.types.js +1 -1
- package/types/reducers.types.js +1 -1
- package/types/serverTransactions.types.js +1 -1
- package/types/signedMessage.types.js +1 -1
- package/types/suspiciousLink.js +1 -1
- package/types/toasts.types.js +1 -1
- package/types/tokens.types.js +1 -1
- package/types/transactions.types.js +1 -1
- package/types/transactionsTracker.types.js +1 -1
- package/typings.d.js +1 -1
- package/utils/account/addressIsValid.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getSearchParamAddress.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewPlatform.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/asyncActions/index.js +1 -1
- package/utils/asyncActions/sleep.js +1 -1
- package/utils/asyncActions/timeoutPromise.js +1 -1
- package/utils/buildUrlParams.js +1 -1
- package/utils/clearNavigationHistory.js +1 -1
- package/utils/dateTime/getUnixTimestamp.js +1 -1
- package/utils/dateTime/getUnixTimestampWithAddedMilliseconds.js +1 -1
- package/utils/dateTime/getUnixTimestampWithAddedSeconds.js +1 -1
- package/utils/dateTime/index.js +1 -1
- package/utils/decoders/base64Utils.js +1 -1
- package/utils/decoders/decodePart.js +1 -1
- package/utils/decoders/index.js +1 -1
- package/utils/decoders/isAscii.js +1 -1
- package/utils/decoders/isUtf8.js +1 -1
- package/utils/decoders/stringContainsNumbers.js +1 -1
- package/utils/delayWithPromise.js +1 -1
- package/utils/environment/index.js +1 -1
- package/utils/environment/isMobileEnvironment.js +1 -1
- package/utils/environment/isWebEnvironment.js +1 -1
- package/utils/getAllStringOccurrences.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/internal/getLedgerErrorCodes.js +1 -1
- package/utils/internal/getRandomAddressFromNetwork.js +1 -1
- package/utils/internal/index.js +1 -1
- package/utils/internal/optionalRedirect.js +1 -1
- package/utils/isSSR.js +1 -1
- package/utils/isWindowAvailable.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/math.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/getUsdValue.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/operations/pipe.js +1 -1
- package/utils/operations/timeRemaining.js +1 -1
- package/utils/operations/truncate.js +1 -1
- package/utils/parseNavigationParams.js +1 -1
- package/utils/platform/detectCurrentPlatform.js +1 -1
- package/utils/platform/getIsExtensionAvailable.js +1 -1
- package/utils/platform/index.js +1 -1
- package/utils/progress/getRemainingValue.js +1 -1
- package/utils/progress/index.js +1 -1
- package/utils/redirect.js +1 -1
- package/utils/removeSearchParamsFromUrl.js +1 -1
- package/utils/retryMultipleTimes.js +1 -1
- package/utils/sanitizeCallbackUrl.js +1 -1
- package/utils/smartContracts.js +1 -1
- package/utils/storage/index.js +1 -1
- package/utils/storage/local.js +1 -1
- package/utils/storage/session.js +1 -1
- package/utils/switchTrue.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/generateBatchTransactionsGrouping.js +1 -1
- package/utils/transactions/batch/generateBatchTransactionsGrouping.test.js +1 -1
- package/utils/transactions/batch/getIsSequential.js +1 -1
- package/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/utils/transactions/batch/sequentialToFlatArray.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getDataPayloadForTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/constants.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getExplorerLink.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getOperationsMessages.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getScResultsMessages.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionMethod.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionTokens.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/types.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getTokenFromData.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/getUnHighlightedDataFieldParts.js +1 -1
- package/utils/transactions/getUsernameForTransaction.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/isTokenTransfer.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getEventListDataHexValue.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getEventListHighlight.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getOperationDirection.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsDecodedData.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsHighlight.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScamFlag.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionFee.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTrimmedHash.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getVisibleOperations.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useGetOperationList.js +1 -1
- package/utils/transactions/transactionStateByStatus.js +1 -1
- package/utils/validation/getIdentifierType.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/validation/stringIsInteger.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/utils/walletconnect/__sdkWalletconnectProvider.js +1 -1
- package/utils/websocket/getWebsocketUrl.js +1 -1
- package/utils/websocket/index.js +1 -1
- package/utils/window/addOriginToLocationPath.js +1 -1
- package/utils/window/getDefaultCallbackUrl.js +1 -1
- package/utils/window/getWindowLocation.js +1 -1
- package/utils/window/index.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/helpers/index.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/helpers/matchPath.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/helpers/matchRoute.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-22DKBK36.js +0 -2
- package/__chunks__/chunk-22RJFIXA.js +0 -2
- package/__chunks__/chunk-22S23SRN.js +0 -2
- package/__chunks__/chunk-235QV4KK.js +0 -2
- package/__chunks__/chunk-23FGQXVY.js +0 -2
- package/__chunks__/chunk-23UVYIEC.js +0 -2
- package/__chunks__/chunk-25FWMAEU.js +0 -2
- package/__chunks__/chunk-25YJNM54.js +0 -2
- package/__chunks__/chunk-26KLH5OU.js +0 -25
- package/__chunks__/chunk-26NQVZ3K.js +0 -2
- package/__chunks__/chunk-272VC2QJ.js +0 -2
- package/__chunks__/chunk-27CTIHYT.js +0 -2
- package/__chunks__/chunk-2B3EAMXQ.js +0 -2
- package/__chunks__/chunk-2C2BX4G6.js +0 -2
- package/__chunks__/chunk-2DBS62MD.js +0 -2
- package/__chunks__/chunk-2EUFEPPP.js +0 -2
- package/__chunks__/chunk-2FRAMBEM.js +0 -24
- package/__chunks__/chunk-2GLXEWO6.js +0 -2
- package/__chunks__/chunk-2HU67P2F.js +0 -2
- package/__chunks__/chunk-2J4S5FUX.js +0 -2
- package/__chunks__/chunk-2JKLULWE.js +0 -2
- package/__chunks__/chunk-2K6AS2MF.js +0 -73
- package/__chunks__/chunk-2LCPXXKY.js +0 -2
- package/__chunks__/chunk-2T3XVZ3T.js +0 -2
- package/__chunks__/chunk-2VGSKFFY.js +0 -2
- package/__chunks__/chunk-2XDJUHAB.js +0 -2
- package/__chunks__/chunk-2XE5O7XF.js +0 -2
- package/__chunks__/chunk-32B5D7L2.js +0 -2
- package/__chunks__/chunk-34TTF4QE.js +0 -2
- package/__chunks__/chunk-36K7GKUN.js +0 -2
- package/__chunks__/chunk-36R5BIWL.js +0 -2
- package/__chunks__/chunk-37KWVEPF.js +0 -2
- package/__chunks__/chunk-37VZYBYP.js +0 -2
- package/__chunks__/chunk-3AOEYHWE.js +0 -2
- package/__chunks__/chunk-3AR4C7IP.js +0 -2
- package/__chunks__/chunk-3CETIYOJ.js +0 -2
- package/__chunks__/chunk-3DDBVD6Z.js +0 -2
- package/__chunks__/chunk-3FO6FORW.js +0 -2
- package/__chunks__/chunk-3GSA7JEH.js +0 -2
- package/__chunks__/chunk-3KGJ4LHI.js +0 -2
- package/__chunks__/chunk-3MVZJQVK.js +0 -2
- package/__chunks__/chunk-3QIPTRXY.js +0 -2
- package/__chunks__/chunk-3RJ5VWER.js +0 -2
- package/__chunks__/chunk-3SUU4I5U.js +0 -2
- package/__chunks__/chunk-3T2CJ4OF.js +0 -2
- package/__chunks__/chunk-3TQ2LTMG.js +0 -2
- package/__chunks__/chunk-3VA5H3EV.js +0 -2
- package/__chunks__/chunk-3WOO5UPY.js +0 -2
- package/__chunks__/chunk-3Y4VJISH.js +0 -2
- package/__chunks__/chunk-42WAHEUE.js +0 -2
- package/__chunks__/chunk-43NVOIEM.js +0 -2
- package/__chunks__/chunk-44KXCERU.js +0 -2
- package/__chunks__/chunk-4533XCKR.js +0 -2
- package/__chunks__/chunk-456GJ76M.js +0 -2
- package/__chunks__/chunk-47EHJQR5.js +0 -2
- package/__chunks__/chunk-47RHRBCE.js +0 -2
- package/__chunks__/chunk-4AHVKPAC.js +0 -2
- package/__chunks__/chunk-4BTENTT4.js +0 -2
- package/__chunks__/chunk-4CITNZTI.js +0 -2
- package/__chunks__/chunk-4CV76HTX.js +0 -29
- package/__chunks__/chunk-4CXMVAKL.js +0 -2
- package/__chunks__/chunk-4DA4HOV4.js +0 -2
- package/__chunks__/chunk-4EUY7KBJ.js +0 -2
- package/__chunks__/chunk-4HLW7ZMX.js +0 -2
- package/__chunks__/chunk-4IAKSH7U.js +0 -8
- package/__chunks__/chunk-4IO3XX3I.js +0 -2
- package/__chunks__/chunk-4JLK73W6.js +0 -2
- package/__chunks__/chunk-4JUDXQGS.js +0 -2
- package/__chunks__/chunk-4M5KUNFG.js +0 -2
- package/__chunks__/chunk-4MANNA3R.js +0 -2
- package/__chunks__/chunk-4MBVTODZ.js +0 -2
- package/__chunks__/chunk-4O7ZKDWK.js +0 -2
- package/__chunks__/chunk-4TNH7LAD.js +0 -2
- package/__chunks__/chunk-4TOD7R76.js +0 -2
- package/__chunks__/chunk-4U3UTESD.js +0 -2
- package/__chunks__/chunk-4U7DAHMP.js +0 -2
- package/__chunks__/chunk-4ZJ3676K.js +0 -2
- package/__chunks__/chunk-53QZ2Y7V.js +0 -16
- package/__chunks__/chunk-56GFIRNP.js +0 -2
- package/__chunks__/chunk-5A4RUAVA.js +0 -2
- package/__chunks__/chunk-5AIS5OMC.js +0 -2
- package/__chunks__/chunk-5AXOAD3N.js +0 -2
- package/__chunks__/chunk-5B2IO4EJ.js +0 -2
- package/__chunks__/chunk-5CJ62MKF.js +0 -2
- package/__chunks__/chunk-5F5H427V.js +0 -2
- package/__chunks__/chunk-5FSLP3SX.js +0 -2
- package/__chunks__/chunk-5HVWWFKO.js +0 -2
- package/__chunks__/chunk-5ICIXB32.js +0 -2
- package/__chunks__/chunk-5LXC4IIN.js +0 -2
- package/__chunks__/chunk-5MCLFOWU.js +0 -2
- package/__chunks__/chunk-5N45FQ72.js +0 -2
- package/__chunks__/chunk-5NJXJ7MZ.js +0 -29
- package/__chunks__/chunk-5SAWK6P2.js +0 -37
- package/__chunks__/chunk-5TVFB26X.js +0 -2
- package/__chunks__/chunk-5VKKY2H5.js +0 -2
- package/__chunks__/chunk-62EMSX43.js +0 -2
- package/__chunks__/chunk-64BBQLCN.js +0 -2
- package/__chunks__/chunk-67BY3LVO.js +0 -2
- package/__chunks__/chunk-6GTSSVMM.js +0 -2
- package/__chunks__/chunk-6GWW6VAQ.js +0 -2
- package/__chunks__/chunk-6HBQC32R.js +0 -2
- package/__chunks__/chunk-6HFDI5YS.js +0 -2
- package/__chunks__/chunk-6HJHOZIS.js +0 -2
- package/__chunks__/chunk-6IZG2XD6.js +0 -74
- package/__chunks__/chunk-6JAUCPHI.js +0 -2
- package/__chunks__/chunk-6K6YFLQD.js +0 -2
- package/__chunks__/chunk-6KXB3II2.js +0 -2
- package/__chunks__/chunk-6L43CL5I.js +0 -2
- package/__chunks__/chunk-6LU6VW5Q.js +0 -56
- package/__chunks__/chunk-6MLFK6WD.js +0 -2
- package/__chunks__/chunk-6MVU6O7Y.js +0 -2
- package/__chunks__/chunk-6O4G6XQB.js +0 -2
- package/__chunks__/chunk-6QI3YXTL.js +0 -2
- package/__chunks__/chunk-6RPOORMA.js +0 -59
- package/__chunks__/chunk-6SJKGHYD.js +0 -2
- package/__chunks__/chunk-6UQNTI5U.js +0 -2
- package/__chunks__/chunk-6VGSMPVW.js +0 -2
- package/__chunks__/chunk-6VUPSKEG.js +0 -2
- package/__chunks__/chunk-6X25IHTG.js +0 -2
- package/__chunks__/chunk-6XBPSGSX.js +0 -62
- package/__chunks__/chunk-6Y6WEF5W.js +0 -2
- package/__chunks__/chunk-6YQQFPA4.js +0 -2
- package/__chunks__/chunk-6YTKPDLF.js +0 -78
- package/__chunks__/chunk-6YZ2AAMM.js +0 -2
- package/__chunks__/chunk-73WASC6B.js +0 -2
- package/__chunks__/chunk-75KNQMPM.js +0 -2
- package/__chunks__/chunk-76NBPWJF.js +0 -2
- package/__chunks__/chunk-76R7LRAI.js +0 -2
- package/__chunks__/chunk-77PABJAH.js +0 -2
- package/__chunks__/chunk-7AHN357V.js +0 -2
- package/__chunks__/chunk-7ALCBDGI.js +0 -47
- package/__chunks__/chunk-7AQEWGAI.js +0 -28
- package/__chunks__/chunk-7CDJCXOP.js +0 -2
- package/__chunks__/chunk-7DJNIN2F.js +0 -2
- package/__chunks__/chunk-7EDWRYNX.js +0 -2
- package/__chunks__/chunk-7EPFUYHS.js +0 -2
- package/__chunks__/chunk-7FM66POJ.js +0 -29
- package/__chunks__/chunk-7FOINRKS.js +0 -2
- package/__chunks__/chunk-7FPORN2Q.js +0 -2
- package/__chunks__/chunk-7M3M4CYN.js +0 -2
- package/__chunks__/chunk-7MUADUAE.js +0 -2
- package/__chunks__/chunk-7NICJUKF.js +0 -2
- package/__chunks__/chunk-7O4XALGM.js +0 -2
- package/__chunks__/chunk-7O6WTXTS.js +0 -2
- package/__chunks__/chunk-7QOIBXTX.js +0 -2
- package/__chunks__/chunk-7QUCUIQV.js +0 -37
- package/__chunks__/chunk-7VK2A5RK.js +0 -2
- package/__chunks__/chunk-7XHKXU22.js +0 -2
- package/__chunks__/chunk-7XL5XGS7.js +0 -30
- package/__chunks__/chunk-7XQHJMGK.js +0 -2
- package/__chunks__/chunk-7Z5NDDE4.js +0 -2
- package/__chunks__/chunk-7ZSJU5KU.js +0 -2
- package/__chunks__/chunk-A7M5OWS7.js +0 -2
- package/__chunks__/chunk-AC4BPPCW.js +0 -2
- package/__chunks__/chunk-AC4ONDEP.js +0 -2
- package/__chunks__/chunk-AC7DM6HC.js +0 -2
- package/__chunks__/chunk-AE7THID2.js +0 -2
- package/__chunks__/chunk-AFAVCLKU.js +0 -2
- package/__chunks__/chunk-AGEBYJ2V.js +0 -2
- package/__chunks__/chunk-AGFVP7VO.js +0 -2
- package/__chunks__/chunk-AH6CAS6Q.js +0 -2
- package/__chunks__/chunk-AK7WC4I7.js +0 -2
- package/__chunks__/chunk-AMKYII6V.js +0 -2
- package/__chunks__/chunk-AP6P75XE.js +0 -2
- package/__chunks__/chunk-APLD7OFP.js +0 -2
- package/__chunks__/chunk-APOUBXEH.js +0 -2
- package/__chunks__/chunk-ATNTPNA3.js +0 -2
- package/__chunks__/chunk-ATPXJOZZ.js +0 -2
- package/__chunks__/chunk-AYXVEAKP.js +0 -2
- package/__chunks__/chunk-AZ27T3RY.js +0 -2
- package/__chunks__/chunk-AZB2SSCM.js +0 -2
- package/__chunks__/chunk-B2ECWP4D.js +0 -2
- package/__chunks__/chunk-B346M7DS.js +0 -2
- package/__chunks__/chunk-B35DU2EO.js +0 -2
- package/__chunks__/chunk-B7NPP4BW.js +0 -2
- package/__chunks__/chunk-B7QJVGGM.js +0 -2
- package/__chunks__/chunk-BA6BWQVY.js +0 -2
- package/__chunks__/chunk-BAF4W6N6.js +0 -2
- package/__chunks__/chunk-BAUY4BKF.js +0 -2
- package/__chunks__/chunk-BDIO5VKF.js +0 -37
- package/__chunks__/chunk-BEBE5IQA.js +0 -2
- package/__chunks__/chunk-BEIEBFOT.js +0 -2
- package/__chunks__/chunk-BEZQPWRU.js +0 -2
- package/__chunks__/chunk-BF3VCDDV.js +0 -2
- package/__chunks__/chunk-BFQV2DFG.js +0 -2
- package/__chunks__/chunk-BIP3BEOO.js +0 -2
- package/__chunks__/chunk-BJJEFQKF.js +0 -2
- package/__chunks__/chunk-BKWSVQ2U.js +0 -2
- package/__chunks__/chunk-BN6B5T42.js +0 -2
- package/__chunks__/chunk-BOBEUWGK.js +0 -2
- package/__chunks__/chunk-BPI65V7U.js +0 -2
- package/__chunks__/chunk-BPLL3RNN.js +0 -30
- package/__chunks__/chunk-BPYFYXMV.js +0 -2
- package/__chunks__/chunk-BQYTH7AK.js +0 -2
- package/__chunks__/chunk-BTPRZ3BG.js +0 -2
- package/__chunks__/chunk-BTSIFU2G.js +0 -2
- package/__chunks__/chunk-BUDJUDU5.js +0 -2
- package/__chunks__/chunk-BVV3IQIU.js +0 -2
- package/__chunks__/chunk-BX4J77EF.js +0 -2
- package/__chunks__/chunk-BXXQFF3Q.js +0 -2
- package/__chunks__/chunk-BYDADJ3E.js +0 -2
- package/__chunks__/chunk-BZIYKCZ4.js +0 -2
- package/__chunks__/chunk-BZU6YOAW.js +0 -2
- package/__chunks__/chunk-C2I4MUSX.js +0 -2
- package/__chunks__/chunk-C2MWYPWZ.js +0 -2
- package/__chunks__/chunk-C4BO5WW3.js +0 -2
- package/__chunks__/chunk-C57T2B7N.js +0 -2
- package/__chunks__/chunk-C5WP6CYM.js +0 -2
- package/__chunks__/chunk-C7DD5GUS.js +0 -2
- package/__chunks__/chunk-C7HJZAXP.js +0 -2
- package/__chunks__/chunk-CD33ODMP.js +0 -2
- package/__chunks__/chunk-CDMMTNQR.js +0 -2
- package/__chunks__/chunk-CEH4JYIF.js +0 -2
- package/__chunks__/chunk-CGGIIKXF.js +0 -2
- package/__chunks__/chunk-CGQ3U5LF.js +0 -2
- package/__chunks__/chunk-CGYIXR3B.js +0 -2
- package/__chunks__/chunk-CHHMR5KV.js +0 -2
- package/__chunks__/chunk-CIZF5T47.js +0 -2
- package/__chunks__/chunk-CJ2YGAFC.js +0 -2
- package/__chunks__/chunk-CLJR4HZI.js +0 -45
- package/__chunks__/chunk-CMDEG5EH.js +0 -2
- package/__chunks__/chunk-CPQT76CT.js +0 -2
- package/__chunks__/chunk-CPS37XVP.js +0 -16
- package/__chunks__/chunk-CRGOQS2O.js +0 -22
- package/__chunks__/chunk-CT67Z3VJ.js +0 -2
- package/__chunks__/chunk-CWAS3J3N.js +0 -2
- package/__chunks__/chunk-CWMTTLTG.js +0 -2
- package/__chunks__/chunk-CWQLLI42.js +0 -2
- package/__chunks__/chunk-CXVVWWF4.js +0 -2
- package/__chunks__/chunk-D3SO7UMR.js +0 -2
- package/__chunks__/chunk-D5WTTWXK.js +0 -2
- package/__chunks__/chunk-DCQE2L2G.js +0 -163
- package/__chunks__/chunk-DEZMMPG3.js +0 -2
- package/__chunks__/chunk-DFDFDZEB.js +0 -2
- package/__chunks__/chunk-DFGWNQUB.js +0 -2
- package/__chunks__/chunk-DFVB6AMH.js +0 -2
- package/__chunks__/chunk-DFVUH42M.js +0 -2
- package/__chunks__/chunk-DHO5CVKV.js +0 -2
- package/__chunks__/chunk-DITYHD7M.js +0 -2
- package/__chunks__/chunk-DIZCMDSL.js +0 -2
- package/__chunks__/chunk-DKTI3KAK.js +0 -2
- package/__chunks__/chunk-DL2WM3UD.js +0 -2
- package/__chunks__/chunk-DM2JDEVU.js +0 -2
- package/__chunks__/chunk-DOCHYWGD.js +0 -2
- package/__chunks__/chunk-DPK46TL3.js +0 -2
- package/__chunks__/chunk-DTZNLA6L.js +0 -2
- package/__chunks__/chunk-DUULTAZU.js +0 -2
- package/__chunks__/chunk-DWNXHKTB.js +0 -2
- package/__chunks__/chunk-DXEDBPLP.js +0 -2
- package/__chunks__/chunk-DYLYLOUZ.js +0 -2
- package/__chunks__/chunk-DZM6QSFM.js +0 -63
- package/__chunks__/chunk-DZXSNJXI.js +0 -2
- package/__chunks__/chunk-E3JZJY24.js +0 -12
- package/__chunks__/chunk-E4NDWYTZ.js +0 -2
- package/__chunks__/chunk-E4WZGY5Z.js +0 -2
- package/__chunks__/chunk-ECC5F3PJ.js +0 -2
- package/__chunks__/chunk-ECGWBZZ2.js +0 -2
- package/__chunks__/chunk-ED2D4BPG.js +0 -2
- package/__chunks__/chunk-ED4YGG3G.js +0 -2
- package/__chunks__/chunk-EEJENC4Q.js +0 -2
- package/__chunks__/chunk-EF2YZAR6.js +0 -2
- package/__chunks__/chunk-EFF7G4EP.js +0 -2
- package/__chunks__/chunk-EFIN2QRS.js +0 -9
- package/__chunks__/chunk-EHJGBAUY.js +0 -2
- package/__chunks__/chunk-EHVO23HZ.js +0 -2
- package/__chunks__/chunk-EI42XXIU.js +0 -2
- package/__chunks__/chunk-EJLETY4Z.js +0 -2
- package/__chunks__/chunk-EKZN7GUE.js +0 -2
- package/__chunks__/chunk-ENSOGTOJ.js +0 -2
- package/__chunks__/chunk-EOKXYXA4.js +0 -19
- package/__chunks__/chunk-EOTJ4JMT.js +0 -2
- package/__chunks__/chunk-EP4KRPTZ.js +0 -2
- package/__chunks__/chunk-ETMEUVYF.js +0 -2
- package/__chunks__/chunk-EVYQTBEV.js +0 -2
- package/__chunks__/chunk-EZUUKCRD.js +0 -20
- package/__chunks__/chunk-F2UXAOCH.js +0 -2
- package/__chunks__/chunk-F6B7DDVJ.js +0 -85
- package/__chunks__/chunk-F7LTCJA2.js +0 -68
- package/__chunks__/chunk-F7X6F6M3.js +0 -2
- package/__chunks__/chunk-FAQBPGAY.js +0 -2
- package/__chunks__/chunk-FAVD2XXI.js +0 -2
- package/__chunks__/chunk-FDR4USDU.js +0 -2
- package/__chunks__/chunk-FFJXTBHY.js +0 -2
- package/__chunks__/chunk-FGQ7I5WG.js +0 -70
- package/__chunks__/chunk-FHKKF6TB.js +0 -2
- package/__chunks__/chunk-FIMYCN2F.js +0 -2
- package/__chunks__/chunk-FJA2OU5P.js +0 -2
- package/__chunks__/chunk-FLNYJGY6.js +0 -2
- package/__chunks__/chunk-FNHRCMVM.js +0 -46
- package/__chunks__/chunk-FOYWYXVZ.js +0 -2
- package/__chunks__/chunk-FRWODUWW.js +0 -2
- package/__chunks__/chunk-FS6XQSTA.js +0 -2
- package/__chunks__/chunk-FTIXJ5E5.js +0 -2
- package/__chunks__/chunk-FTSTBQMX.js +0 -2
- package/__chunks__/chunk-FU3QUPQG.js +0 -2
- package/__chunks__/chunk-FUECASRH.js +0 -2
- package/__chunks__/chunk-FUMQHLYT.js +0 -2
- package/__chunks__/chunk-FWKBWM4A.js +0 -2
- package/__chunks__/chunk-FXMRV3RJ.js +0 -2
- package/__chunks__/chunk-FYHJUPOM.js +0 -2
- package/__chunks__/chunk-FZY2O5BT.js +0 -2
- package/__chunks__/chunk-G373TBDC.js +0 -2
- package/__chunks__/chunk-G4FKBUHF.js +0 -19
- package/__chunks__/chunk-G5E5KXNA.js +0 -2
- package/__chunks__/chunk-G6N7LTJ4.js +0 -2
- package/__chunks__/chunk-G7TWEHWT.js +0 -7
- package/__chunks__/chunk-GC6JO3FA.js +0 -2
- package/__chunks__/chunk-GCJFIKCZ.js +0 -2
- package/__chunks__/chunk-GCWQBBDU.js +0 -2
- package/__chunks__/chunk-GDA7KPTR.js +0 -2
- package/__chunks__/chunk-GDFXZ7WL.js +0 -2
- package/__chunks__/chunk-GEP5GPHI.js +0 -2
- package/__chunks__/chunk-GGO72VFB.js +0 -2
- package/__chunks__/chunk-GHJOFUW2.js +0 -12
- package/__chunks__/chunk-GHP2AMYM.js +0 -2
- package/__chunks__/chunk-GKZDL42J.js +0 -2
- package/__chunks__/chunk-GLJXLPPW.js +0 -2
- package/__chunks__/chunk-GM6WXY7A.js +0 -2
- package/__chunks__/chunk-GO7VNUP5.js +0 -17
- package/__chunks__/chunk-GOXGFJZH.js +0 -2
- package/__chunks__/chunk-GRKVFBTR.js +0 -2
- package/__chunks__/chunk-GS5GS2NR.js +0 -2
- package/__chunks__/chunk-GSDHFGDY.js +0 -2
- package/__chunks__/chunk-GSEBUYCH.js +0 -2
- package/__chunks__/chunk-GSWKZJDP.js +0 -2
- package/__chunks__/chunk-GTAIRGUN.js +0 -2
- package/__chunks__/chunk-GUXMFRDJ.js +0 -2
- package/__chunks__/chunk-GVZWJROM.js +0 -2
- package/__chunks__/chunk-GW52CHEK.js +0 -2
- package/__chunks__/chunk-GYI5R266.js +0 -2
- package/__chunks__/chunk-GZCSG25F.js +0 -2
- package/__chunks__/chunk-GZEUYY6T.js +0 -2
- package/__chunks__/chunk-GZHMWW2O.js +0 -2
- package/__chunks__/chunk-GZWKER4C.js +0 -2
- package/__chunks__/chunk-GZYZO3J2.js +0 -2
- package/__chunks__/chunk-H2R2HZKV.js +0 -2
- package/__chunks__/chunk-H56D36GC.js +0 -2
- package/__chunks__/chunk-H6SH5T47.js +0 -2
- package/__chunks__/chunk-HAEF66IP.js +0 -2
- package/__chunks__/chunk-HBNDHQRE.js +0 -2
- package/__chunks__/chunk-HCQ3C7PW.js +0 -2
- package/__chunks__/chunk-HDLLKVDD.js +0 -2
- package/__chunks__/chunk-HFM2QTTT.js +0 -2
- package/__chunks__/chunk-HH5PAC3T.js +0 -20
- package/__chunks__/chunk-HJFNJX7U.js +0 -2
- package/__chunks__/chunk-HJIJUYAZ.js +0 -2
- package/__chunks__/chunk-HLMYIFDT.js +0 -2
- package/__chunks__/chunk-HLQX4WQU.js +0 -2
- package/__chunks__/chunk-HQA4KAF4.js +0 -2
- package/__chunks__/chunk-HQJWN3L4.js +0 -2
- package/__chunks__/chunk-HR5DM636.js +0 -2
- package/__chunks__/chunk-HRE7KFUD.js +0 -2
- package/__chunks__/chunk-HSSF5AKE.js +0 -2
- package/__chunks__/chunk-HSWXPERD.js +0 -2
- package/__chunks__/chunk-HTJVD3DX.js +0 -2
- package/__chunks__/chunk-HV5QO5VX.js +0 -2
- package/__chunks__/chunk-HWMJB64Y.js +0 -2
- package/__chunks__/chunk-HYXRHECC.js +0 -2
- package/__chunks__/chunk-I3C72O7I.js +0 -2
- package/__chunks__/chunk-I3FE3OVT.js +0 -2
- package/__chunks__/chunk-I3T7SAAD.js +0 -29
- package/__chunks__/chunk-I4I6JUUX.js +0 -102
- package/__chunks__/chunk-I4XG2UYP.js +0 -2
- package/__chunks__/chunk-I6O4JOAE.js +0 -2
- package/__chunks__/chunk-IAI4PAYN.js +0 -2
- package/__chunks__/chunk-IBJ5WR4U.js +0 -2
- package/__chunks__/chunk-IBJUG4XE.js +0 -2
- package/__chunks__/chunk-IE2IUPDC.js +0 -2
- package/__chunks__/chunk-IGTPDQ6K.js +0 -2
- package/__chunks__/chunk-IIEA33LO.js +0 -2
- package/__chunks__/chunk-IIOG7P2S.js +0 -2
- package/__chunks__/chunk-IJY636MN.js +0 -2
- package/__chunks__/chunk-ILWP6BOU.js +0 -2
- package/__chunks__/chunk-IM4C3MG7.js +0 -2
- package/__chunks__/chunk-ION3KEJI.js +0 -136
- package/__chunks__/chunk-ITHCZBJS.js +0 -2
- package/__chunks__/chunk-ITHUQNI7.js +0 -2
- package/__chunks__/chunk-IUUUAIY2.js +0 -2
- package/__chunks__/chunk-IWA3434L.js +0 -2
- package/__chunks__/chunk-IYG56LZS.js +0 -2
- package/__chunks__/chunk-IYWF7OGW.js +0 -2
- package/__chunks__/chunk-IYWQCJK6.js +0 -2
- package/__chunks__/chunk-IZ77WR3D.js +0 -2
- package/__chunks__/chunk-J2DZX4AJ.js +0 -2
- package/__chunks__/chunk-J2OTNG2R.js +0 -2
- package/__chunks__/chunk-J3V4NUIG.js +0 -2
- package/__chunks__/chunk-J4QG2S3I.js +0 -2
- package/__chunks__/chunk-J5BMWYPB.js +0 -2
- package/__chunks__/chunk-J5VPSLFT.js +0 -2
- package/__chunks__/chunk-J7VJSWV6.js +0 -2
- package/__chunks__/chunk-JA4ASD52.js +0 -2
- package/__chunks__/chunk-JC5MCAUT.js +0 -2
- package/__chunks__/chunk-JE6MKAWI.js +0 -2
- package/__chunks__/chunk-JEJNUTVN.js +0 -2
- package/__chunks__/chunk-JGJDF6L7.js +0 -2
- package/__chunks__/chunk-JGT2BEKM.js +0 -2
- package/__chunks__/chunk-JHKKNFGQ.js +0 -2
- package/__chunks__/chunk-JPWJHWBH.js +0 -2
- package/__chunks__/chunk-JRAOAPR2.js +0 -2
- package/__chunks__/chunk-JS2KZCMT.js +0 -2
- package/__chunks__/chunk-JUG2DGB6.js +0 -2
- package/__chunks__/chunk-JX5IQL4I.js +0 -4
- package/__chunks__/chunk-JXH26WML.js +0 -2
- package/__chunks__/chunk-JZFKLSLG.js +0 -2
- package/__chunks__/chunk-K54J3SVA.js +0 -2
- package/__chunks__/chunk-KAEKUDO2.js +0 -2
- package/__chunks__/chunk-KAPL5CUX.js +0 -2
- package/__chunks__/chunk-KAQRLHDY.js +0 -2
- package/__chunks__/chunk-KDNF2OBL.js +0 -2
- package/__chunks__/chunk-KEFIPUHP.js +0 -2
- package/__chunks__/chunk-KFJ26RGD.js +0 -2
- package/__chunks__/chunk-KG2MOKN2.js +0 -2
- package/__chunks__/chunk-KGJEEPYW.js +0 -2
- package/__chunks__/chunk-KHBVXLPC.js +0 -2
- package/__chunks__/chunk-KHWCCTXJ.js +0 -2
- package/__chunks__/chunk-KKC3NGCI.js +0 -2
- package/__chunks__/chunk-KKNMRWCR.js +0 -2
- package/__chunks__/chunk-KL36GR5Y.js +0 -2
- package/__chunks__/chunk-KLMWECM3.js +0 -2
- package/__chunks__/chunk-KLR563VU.js +0 -2
- package/__chunks__/chunk-KPYXRJJ5.js +0 -4
- package/__chunks__/chunk-KQEGELIM.js +0 -2
- package/__chunks__/chunk-KSLZVJHN.js +0 -2
- package/__chunks__/chunk-KTFZZF7F.js +0 -2
- package/__chunks__/chunk-KTLVTFQI.js +0 -2
- package/__chunks__/chunk-KTVGCLUD.js +0 -2697
- package/__chunks__/chunk-KTZ63Z7H.js +0 -2
- package/__chunks__/chunk-KVQJM6T5.js +0 -2
- package/__chunks__/chunk-KWJD4I23.js +0 -2
- package/__chunks__/chunk-KXET6JQU.js +0 -12
- package/__chunks__/chunk-KXJY4LM3.js +0 -2
- package/__chunks__/chunk-KXXLSTXV.js +0 -2
- package/__chunks__/chunk-KY6Y2HSP.js +0 -2
- package/__chunks__/chunk-KYOQUJLE.js +0 -2
- package/__chunks__/chunk-KYWWNAJM.js +0 -2
- package/__chunks__/chunk-L2QU4PD5.js +0 -2
- package/__chunks__/chunk-L2X2R6U3.js +0 -2
- package/__chunks__/chunk-L3UFWVAI.js +0 -2
- package/__chunks__/chunk-L3UL7A32.js +0 -2
- package/__chunks__/chunk-L6354JE4.js +0 -2
- package/__chunks__/chunk-L6RR73Q2.js +0 -2
- package/__chunks__/chunk-LDWASQZC.js +0 -2
- package/__chunks__/chunk-LF4YCH5E.js +0 -2
- package/__chunks__/chunk-LGOP3NZJ.js +0 -2
- package/__chunks__/chunk-LHV3DQXU.js +0 -2
- package/__chunks__/chunk-LJXOWJM2.js +0 -2
- package/__chunks__/chunk-LMHPWO7V.js +0 -2
- package/__chunks__/chunk-LNSRZK2P.js +0 -2
- package/__chunks__/chunk-LOKAE44F.js +0 -2
- package/__chunks__/chunk-LPRORCKE.js +0 -3
- package/__chunks__/chunk-LSGUURNM.js +0 -2
- package/__chunks__/chunk-LSKVZJAX.js +0 -2
- package/__chunks__/chunk-LTZTAIRP.js +0 -2
- package/__chunks__/chunk-LV72RPAQ.js +0 -2
- package/__chunks__/chunk-LVQWMQ2T.js +0 -2
- package/__chunks__/chunk-LXX6WMT6.js +0 -4
- package/__chunks__/chunk-LY34HO4P.js +0 -2
- package/__chunks__/chunk-M2ORZ6BS.js +0 -2
- package/__chunks__/chunk-M3SZAX2P.js +0 -41
- package/__chunks__/chunk-MAEQG7BG.js +0 -2
- package/__chunks__/chunk-MBH3544U.js +0 -2
- package/__chunks__/chunk-MBYDDNAB.js +0 -2
- package/__chunks__/chunk-ME5YYACY.js +0 -2
- package/__chunks__/chunk-MFTUNOYQ.js +0 -2
- package/__chunks__/chunk-MGEMSFOC.js +0 -2
- package/__chunks__/chunk-MLNDC3GT.js +0 -2
- package/__chunks__/chunk-MMKOBDIH.js +0 -50
- package/__chunks__/chunk-MNULSMSZ.js +0 -2
- package/__chunks__/chunk-MSEHW74S.js +0 -2
- package/__chunks__/chunk-MTZ2RRVB.js +0 -2
- package/__chunks__/chunk-MU3BYWEH.js +0 -4
- package/__chunks__/chunk-MVG5HFKE.js +0 -2
- package/__chunks__/chunk-MWOSYOLB.js +0 -2
- package/__chunks__/chunk-MXDKSORT.js +0 -2
- package/__chunks__/chunk-N3EBL7XI.js +0 -2
- package/__chunks__/chunk-N5BYPZZD.js +0 -2
- package/__chunks__/chunk-N5LRF3RN.js +0 -2
- package/__chunks__/chunk-N7VRRUZW.js +0 -2
- package/__chunks__/chunk-NBJ2QWVJ.js +0 -2
- package/__chunks__/chunk-NCVIKIXS.js +0 -2
- package/__chunks__/chunk-NCYLUOTK.js +0 -2
- package/__chunks__/chunk-NEMA425J.js +0 -2
- package/__chunks__/chunk-NIGD2MXO.js +0 -2
- package/__chunks__/chunk-NL4ZBFCO.js +0 -2
- package/__chunks__/chunk-NLI7TY5X.js +0 -2
- package/__chunks__/chunk-NLMVXSTQ.js +0 -2
- package/__chunks__/chunk-NN3YVEC5.js +0 -2
- package/__chunks__/chunk-NNDRKDR2.js +0 -2
- package/__chunks__/chunk-NOJ6I3XW.js +0 -4
- package/__chunks__/chunk-NQKFOL4N.js +0 -2
- package/__chunks__/chunk-NSC7H5CR.js +0 -2
- package/__chunks__/chunk-NSJIPT65.js +0 -2
- package/__chunks__/chunk-NVMQYRR7.js +0 -2
- package/__chunks__/chunk-NWWS2WZW.js +0 -2
- package/__chunks__/chunk-NXJAUGTW.js +0 -2
- package/__chunks__/chunk-NYK342P5.js +0 -2
- package/__chunks__/chunk-NZQ7I3CD.js +0 -2
- package/__chunks__/chunk-O26CIJ36.js +0 -2
- package/__chunks__/chunk-O3TSNIDN.js +0 -2
- package/__chunks__/chunk-O4YR3AF5.js +0 -2
- package/__chunks__/chunk-O64UIURO.js +0 -122
- package/__chunks__/chunk-O7FEPN57.js +0 -2
- package/__chunks__/chunk-O7JUBNQP.js +0 -2
- package/__chunks__/chunk-O7MMH2A3.js +0 -2
- package/__chunks__/chunk-O7WJZJNU.js +0 -2
- package/__chunks__/chunk-OFF3J3QS.js +0 -2
- package/__chunks__/chunk-OMHUXYEO.js +0 -23
- package/__chunks__/chunk-ONIEJD6D.js +0 -2
- package/__chunks__/chunk-OSXBRTPH.js +0 -2
- package/__chunks__/chunk-OSXXEKBB.js +0 -2
- package/__chunks__/chunk-OUI35NDI.js +0 -2
- package/__chunks__/chunk-OUJMPM2U.js +0 -2
- package/__chunks__/chunk-OVGDXPN6.js +0 -2
- package/__chunks__/chunk-OXLWN6SM.js +0 -2
- package/__chunks__/chunk-OYOESLUD.js +0 -2
- package/__chunks__/chunk-OZZEPSP5.js +0 -12
- package/__chunks__/chunk-P2XQDY5T.js +0 -2
- package/__chunks__/chunk-P3MJUXO4.js +0 -2
- package/__chunks__/chunk-P424AVEC.js +0 -2
- package/__chunks__/chunk-P4G2VGTT.js +0 -2
- package/__chunks__/chunk-P4IOADHW.js +0 -2
- package/__chunks__/chunk-P56DYYQV.js +0 -2
- package/__chunks__/chunk-P5VV7LLO.js +0 -2
- package/__chunks__/chunk-P5Y36Z5M.js +0 -2
- package/__chunks__/chunk-P6ME47NP.js +0 -2
- package/__chunks__/chunk-P6Y5MH5C.js +0 -2
- package/__chunks__/chunk-P7A7DYL7.js +0 -2
- package/__chunks__/chunk-P7LR6L5M.js +0 -2
- package/__chunks__/chunk-PA75TNOU.js +0 -2
- package/__chunks__/chunk-PAEB6FXV.js +0 -2
- package/__chunks__/chunk-PBSFUQZR.js +0 -2
- package/__chunks__/chunk-PCFKP2II.js +0 -2
- package/__chunks__/chunk-PDMWBJSM.js +0 -2
- package/__chunks__/chunk-PEBGF6YE.js +0 -2
- package/__chunks__/chunk-PEMIIG34.js +0 -2
- package/__chunks__/chunk-PFDRBGHK.js +0 -2
- package/__chunks__/chunk-PG6SQ4OX.js +0 -2
- package/__chunks__/chunk-PGICQRC2.js +0 -2
- package/__chunks__/chunk-PIWXU6UR.js +0 -2
- package/__chunks__/chunk-PJHQEZCM.js +0 -2
- package/__chunks__/chunk-PK42V577.js +0 -2
- package/__chunks__/chunk-PM67HC22.js +0 -2
- package/__chunks__/chunk-PONAH2XG.js +0 -2
- package/__chunks__/chunk-PRP6WGEV.js +0 -2
- package/__chunks__/chunk-PTAPBRQZ.js +0 -2
- package/__chunks__/chunk-PX2U7LU3.js +0 -2
- package/__chunks__/chunk-PX6KEF2T.js +0 -2
- package/__chunks__/chunk-Q3WWKR2X.js +0 -2
- package/__chunks__/chunk-Q46TVV4C.js +0 -2
- package/__chunks__/chunk-Q5AIMNXJ.js +0 -2
- package/__chunks__/chunk-Q5VK54TA.js +0 -2
- package/__chunks__/chunk-Q5ZZLMRG.js +0 -2
- package/__chunks__/chunk-Q6JVIJYE.js +0 -2
- package/__chunks__/chunk-QBGFFVJL.js +0 -2
- package/__chunks__/chunk-QBWE774K.js +0 -2
- package/__chunks__/chunk-QCDIZAQ5.js +0 -2
- package/__chunks__/chunk-QDF6OCDR.js +0 -2
- package/__chunks__/chunk-QGFFS7HT.js +0 -2
- package/__chunks__/chunk-QHJQIY2I.js +0 -2
- package/__chunks__/chunk-QIJ3KZ2Q.js +0 -2
- package/__chunks__/chunk-QKVS6YRD.js +0 -2
- package/__chunks__/chunk-QOSG6R6R.js +0 -2
- package/__chunks__/chunk-QTFRUSS3.js +0 -2
- package/__chunks__/chunk-QTZVX6IA.js +0 -2
- package/__chunks__/chunk-QURYVBPO.js +0 -4
- package/__chunks__/chunk-QVPTAUKE.js +0 -2
- package/__chunks__/chunk-QXCB6Q7N.js +0 -2
- package/__chunks__/chunk-QXLVD36D.js +0 -2
- package/__chunks__/chunk-QYEKN46N.js +0 -2
- package/__chunks__/chunk-QZO7M5ZT.js +0 -2
- package/__chunks__/chunk-R6NJRSW5.js +0 -37
- package/__chunks__/chunk-RBIZGQTO.js +0 -2
- package/__chunks__/chunk-RCLSC5E7.js +0 -4
- package/__chunks__/chunk-RGIYMWYQ.js +0 -2
- package/__chunks__/chunk-RIAXFI2J.js +0 -2
- package/__chunks__/chunk-RJ7IYEUH.js +0 -2
- package/__chunks__/chunk-RK2PTPQO.js +0 -2
- package/__chunks__/chunk-RMZMS3ZL.js +0 -2
- package/__chunks__/chunk-RNP424V7.js +0 -25
- package/__chunks__/chunk-ROWEFGIZ.js +0 -2
- package/__chunks__/chunk-RPS6VEWJ.js +0 -2
- package/__chunks__/chunk-RRZLG2BB.js +0 -2
- package/__chunks__/chunk-RSPUHOVN.js +0 -2
- package/__chunks__/chunk-RSQKJTKY.js +0 -2
- package/__chunks__/chunk-RTCAQ2UD.js +0 -2
- package/__chunks__/chunk-RVSE32VZ.js +0 -46
- package/__chunks__/chunk-RX2POYS3.js +0 -2
- package/__chunks__/chunk-S5FLNBIE.js +0 -2
- package/__chunks__/chunk-S665BX57.js +0 -2
- package/__chunks__/chunk-SDPYJXYE.js +0 -2
- package/__chunks__/chunk-SDUTHKUX.js +0 -2
- package/__chunks__/chunk-SFE767A3.js +0 -2
- package/__chunks__/chunk-SG3ZTFB3.js +0 -2
- package/__chunks__/chunk-SIJ265JF.js +0 -2
- package/__chunks__/chunk-SIWAH3JJ.js +0 -2
- package/__chunks__/chunk-SJZXBGDZ.js +0 -2
- package/__chunks__/chunk-SNTP4OSW.js +0 -2
- package/__chunks__/chunk-SO4PHBFT.js +0 -2
- package/__chunks__/chunk-SPK27P3G.js +0 -2
- package/__chunks__/chunk-SRFM7KCL.js +0 -34
- package/__chunks__/chunk-SSDINMFH.js +0 -2
- package/__chunks__/chunk-SVBVDIYF.js +0 -2
- package/__chunks__/chunk-SWAQZSBD.js +0 -2
- package/__chunks__/chunk-SWYH5LYJ.js +0 -2
- package/__chunks__/chunk-SX7LLKUO.js +0 -2
- package/__chunks__/chunk-SXSFLBKJ.js +0 -2
- package/__chunks__/chunk-SZBOIFW5.js +0 -2
- package/__chunks__/chunk-T23MUIXJ.js +0 -2
- package/__chunks__/chunk-T2H37TO6.js +0 -2
- package/__chunks__/chunk-T3OYJRWP.js +0 -2
- package/__chunks__/chunk-T4CXJSLV.js +0 -32
- package/__chunks__/chunk-T4FLGOIK.js +0 -2
- package/__chunks__/chunk-T536JWGZ.js +0 -2
- package/__chunks__/chunk-T6P2SFQF.js +0 -2
- package/__chunks__/chunk-T7ZQU5BC.js +0 -2
- package/__chunks__/chunk-TAS3O67D.js +0 -2
- package/__chunks__/chunk-TF6GJCYL.js +0 -68
- package/__chunks__/chunk-TG4EYEIJ.js +0 -2
- package/__chunks__/chunk-THJXGYFQ.js +0 -2
- package/__chunks__/chunk-TIJGXFSX.js +0 -2
- package/__chunks__/chunk-TJR2A22P.js +0 -2
- package/__chunks__/chunk-TK2JMSST.js +0 -2
- package/__chunks__/chunk-TK3KUN3X.js +0 -2
- package/__chunks__/chunk-TNSSWSBG.js +0 -2
- package/__chunks__/chunk-TPQDO4LL.js +0 -2
- package/__chunks__/chunk-TQG6VF6P.js +0 -2
- package/__chunks__/chunk-TQZBISCN.js +0 -2
- package/__chunks__/chunk-TRBPYVNW.js +0 -2
- package/__chunks__/chunk-TRCFATB3.js +0 -2
- package/__chunks__/chunk-TUCJTGYD.js +0 -2
- package/__chunks__/chunk-TUUWHPLI.js +0 -2
- package/__chunks__/chunk-TW7BW73X.js +0 -2
- package/__chunks__/chunk-TWENIFKO.js +0 -2
- package/__chunks__/chunk-TYWVCHZK.js +0 -2
- package/__chunks__/chunk-U2XQNGND.js +0 -101
- package/__chunks__/chunk-U2ZZPG4Z.js +0 -2
- package/__chunks__/chunk-U3ILQFEB.js +0 -2
- package/__chunks__/chunk-U4SB3NMP.js +0 -2
- package/__chunks__/chunk-U5O7LCCK.js +0 -2
- package/__chunks__/chunk-U6BRYL7W.js +0 -2
- package/__chunks__/chunk-U6CYQ2TI.js +0 -2
- package/__chunks__/chunk-U6OM3DHO.js +0 -2
- package/__chunks__/chunk-UAL3LRLI.js +0 -2
- package/__chunks__/chunk-UBWRDOIX.js +0 -2
- package/__chunks__/chunk-UCY57J3O.js +0 -2
- package/__chunks__/chunk-UDLAURJU.js +0 -2
- package/__chunks__/chunk-UGRFMRZ6.js +0 -2
- package/__chunks__/chunk-UH2VDJAR.js +0 -2
- package/__chunks__/chunk-UI25E7ZX.js +0 -2
- package/__chunks__/chunk-UJHTRHJZ.js +0 -2
- package/__chunks__/chunk-UJMXA7BF.js +0 -2
- package/__chunks__/chunk-UKOPNDCF.js +0 -2
- package/__chunks__/chunk-ULW6WO6J.js +0 -2
- package/__chunks__/chunk-ULYSUF3T.js +0 -2
- package/__chunks__/chunk-UN3AP5UO.js +0 -2
- package/__chunks__/chunk-UN5H7OG3.js +0 -2
- package/__chunks__/chunk-UNB3KY4B.js +0 -7
- package/__chunks__/chunk-UOL6UQR3.js +0 -2
- package/__chunks__/chunk-UQDI6ORX.js +0 -2
- package/__chunks__/chunk-URKQ6O6D.js +0 -2
- package/__chunks__/chunk-URVJQZAN.js +0 -2
- package/__chunks__/chunk-UTHVVMQB.js +0 -2
- package/__chunks__/chunk-UUSRZY52.js +0 -2
- package/__chunks__/chunk-UUYYSRRW.js +0 -2
- package/__chunks__/chunk-UVMVGFEW.js +0 -4
- package/__chunks__/chunk-UXNG6RQ7.js +0 -2
- package/__chunks__/chunk-UXXBW5AI.js +0 -2
- package/__chunks__/chunk-UYHYJDOZ.js +0 -2
- package/__chunks__/chunk-UYI645JL.js +0 -150
- package/__chunks__/chunk-UYLBPHWT.js +0 -2
- package/__chunks__/chunk-V3ZU5WJ5.js +0 -2
- package/__chunks__/chunk-V47WIEGW.js +0 -2
- package/__chunks__/chunk-V4P4ZW2R.js +0 -2
- package/__chunks__/chunk-VB73HGDX.js +0 -2
- package/__chunks__/chunk-VCKN2AXC.js +0 -2
- package/__chunks__/chunk-VDF77UVT.js +0 -2
- package/__chunks__/chunk-VFJVDIJ4.js +0 -2
- package/__chunks__/chunk-VFL5XCZT.js +0 -2
- package/__chunks__/chunk-VKCUEXZA.js +0 -2
- package/__chunks__/chunk-VLNT7KC7.js +0 -2
- package/__chunks__/chunk-VMFEB2T5.js +0 -2
- package/__chunks__/chunk-VMIEG7PL.js +0 -34
- package/__chunks__/chunk-VMMSYGDP.js +0 -2
- package/__chunks__/chunk-VN2AEH4W.js +0 -2
- package/__chunks__/chunk-VPAIMHUL.js +0 -2
- package/__chunks__/chunk-VQBWEEGR.js +0 -2
- package/__chunks__/chunk-VQDG36WS.js +0 -2
- package/__chunks__/chunk-VSU4SOKX.js +0 -2
- package/__chunks__/chunk-VTJ77Y7J.js +0 -2
- package/__chunks__/chunk-VTVCCCGH.js +0 -2
- package/__chunks__/chunk-VXOADWU5.js +0 -2
- package/__chunks__/chunk-VZ557ZVH.js +0 -2
- package/__chunks__/chunk-VZOCPVZC.js +0 -2
- package/__chunks__/chunk-W3LFKVWJ.js +0 -2
- package/__chunks__/chunk-W5L2ZTST.js +0 -2
- package/__chunks__/chunk-W5X4PHOX.js +0 -2
- package/__chunks__/chunk-WALEDZTM.js +0 -2
- package/__chunks__/chunk-WD4GML4M.js +0 -2
- package/__chunks__/chunk-WEVUPMKR.js +0 -2
- package/__chunks__/chunk-WFCXYF4C.js +0 -2
- package/__chunks__/chunk-WGBH26OC.js +0 -2
- package/__chunks__/chunk-WGKZD6MA.js +0 -2
- package/__chunks__/chunk-WHMEPSRH.js +0 -2
- package/__chunks__/chunk-WHZJNP3S.js +0 -2
- package/__chunks__/chunk-WJT4L7UN.js +0 -2
- package/__chunks__/chunk-WK2MWI7I.js +0 -2
- package/__chunks__/chunk-WLROOR35.js +0 -5
- package/__chunks__/chunk-WNEYUSQC.js +0 -2
- package/__chunks__/chunk-WNMZXWHP.js +0 -2
- package/__chunks__/chunk-WRP6Z4UK.js +0 -2
- package/__chunks__/chunk-WSNQCPVF.js +0 -2
- package/__chunks__/chunk-WTT7XHIJ.js +0 -2
- package/__chunks__/chunk-WUQDR4KY.js +0 -2
- package/__chunks__/chunk-WVX2ARI2.js +0 -2
- package/__chunks__/chunk-WXNBL5NH.js +0 -2
- package/__chunks__/chunk-WYQHWQRA.js +0 -2
- package/__chunks__/chunk-WZFBK3DH.js +0 -2
- package/__chunks__/chunk-X42VBGYA.js +0 -2
- package/__chunks__/chunk-XFHAYWEB.js +0 -2
- package/__chunks__/chunk-XHQ4YKR3.js +0 -2
- package/__chunks__/chunk-XI3TRI7U.js +0 -2
- package/__chunks__/chunk-XLQT5MH3.js +0 -2
- package/__chunks__/chunk-XLSLNR6N.js +0 -2
- package/__chunks__/chunk-XLTJGZYJ.js +0 -4
- package/__chunks__/chunk-XNCOY4CV.js +0 -2
- package/__chunks__/chunk-XPUEZZMG.js +0 -4
- package/__chunks__/chunk-XPUH4KZG.js +0 -2
- package/__chunks__/chunk-XQBU35PV.js +0 -2
- package/__chunks__/chunk-XQMDMCMD.js +0 -2
- package/__chunks__/chunk-XRD7S3GT.js +0 -2
- package/__chunks__/chunk-XRIYBL4D.js +0 -2
- package/__chunks__/chunk-XTMXXGAH.js +0 -2
- package/__chunks__/chunk-XUJVGWV3.js +0 -2
- package/__chunks__/chunk-XYFHLBCY.js +0 -12
- package/__chunks__/chunk-XZPIJ3UN.js +0 -2
- package/__chunks__/chunk-Y2JMMALW.js +0 -2
- package/__chunks__/chunk-Y5T5LOPY.js +0 -2
- package/__chunks__/chunk-YBDOZC7J.js +0 -2
- package/__chunks__/chunk-YBYH6WE4.js +0 -2
- package/__chunks__/chunk-YD6YCVT7.js +0 -2
- package/__chunks__/chunk-YFCCFQZR.js +0 -2
- package/__chunks__/chunk-YGJLI2SB.js +0 -107
- package/__chunks__/chunk-YKKC6O4P.js +0 -2
- package/__chunks__/chunk-YLJSIICJ.js +0 -34
- package/__chunks__/chunk-YMLINXMI.js +0 -2
- package/__chunks__/chunk-YNV7ASV7.js +0 -2
- package/__chunks__/chunk-YQNKBIH4.js +0 -2
- package/__chunks__/chunk-YR7RQLMB.js +0 -2
- package/__chunks__/chunk-YRAES5GD.js +0 -2
- package/__chunks__/chunk-YSG4XHW7.js +0 -2
- package/__chunks__/chunk-YSQ7QHCI.js +0 -2
- package/__chunks__/chunk-YUB3QW7H.js +0 -2
- package/__chunks__/chunk-YWOVWRAQ.js +0 -2
- package/__chunks__/chunk-YZ6CIWYJ.js +0 -2
- package/__chunks__/chunk-YZFFSWXW.js +0 -2
- package/__chunks__/chunk-Z3EG4IIE.js +0 -2
- package/__chunks__/chunk-Z3SMPOWU.js +0 -2
- package/__chunks__/chunk-Z6V4EU73.js +0 -2
- package/__chunks__/chunk-ZBDLW2ET.js +0 -2
- package/__chunks__/chunk-ZBIMNMUF.js +0 -2
- package/__chunks__/chunk-ZBQEGSMH.js +0 -2
- package/__chunks__/chunk-ZCPJLWWI.js +0 -3
- package/__chunks__/chunk-ZDBJFNZW.js +0 -2
- package/__chunks__/chunk-ZDE4QW57.js +0 -2
- package/__chunks__/chunk-ZDTE7YK4.js +0 -2
- package/__chunks__/chunk-ZFMNQGMI.js +0 -2
- package/__chunks__/chunk-ZGVBWQQC.js +0 -2
- package/__chunks__/chunk-ZHQ2FM4U.js +0 -2
- package/__chunks__/chunk-ZHXBTVMT.js +0 -2
- package/__chunks__/chunk-ZILTEGNT.js +0 -2
- package/__chunks__/chunk-ZJMZLXTA.js +0 -2
- package/__chunks__/chunk-ZJNYNGSQ.js +0 -2
- package/__chunks__/chunk-ZK7CUY7Y.js +0 -2
- package/__chunks__/chunk-ZLFZ6BUC.js +0 -2
- package/__chunks__/chunk-ZM2656LO.js +0 -2
- package/__chunks__/chunk-ZOKIC4H7.js +0 -2
- package/__chunks__/chunk-ZR7ZLVEK.js +0 -2
- package/__chunks__/chunk-ZUDZZXKY.js +0 -2
- package/__chunks__/chunk-ZUUUL265.js +0 -2
- package/__chunks__/chunk-ZW66LOMO.js +0 -2
- package/__chunks__/chunk-ZWIZ4HT2.js +0 -2
- package/__chunks__/chunk-ZXSSVDDM.js +0 -2
- package/__chunks__/chunk-ZYUG2Y65.js +0 -2
- package/__chunks__/chunk-ZZNZXA6I.js +0 -2
- package/__chunks__/chunk-ZZWPVQR2.js +0 -2
|
@@ -2759,7 +2759,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2759
2759
|
color: #212529;
|
|
2760
2760
|
background-color: #dee2e6;
|
|
2761
2761
|
border-color: #e9ecef;
|
|
2762
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(kl));wy={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"}});var eS={};Re(eS,{renderWithProvider:()=>Qy});module.exports=Te(eS);t();var Tr=S(require("react")),k_=require("@testing-library/react"),E_=require("history");M();t();t();var dn=S(require("react")),v_=require("react-redux"),A_=require("redux-persist/integration/react");t();var Eo=require("react");t();t();t();var gp=S(require("axios"));t();t();N();t();var cc=S(require("lodash.isequal")),At=require("reselect"),w=(0,At.createSelectorCreator)(At.defaultMemoize,cc.default);var Ee=e=>e.account,fe=w(Ee,e=>e.address),Ue=w(Ee,fe,(e,o)=>o in e.accounts?e.accounts[o]:it),pc=w(Ee,Ue,(e,o)=>{let c=e,{accounts:n}=c,r=uo(c,["accounts"]);return k(T({},r),{account:o})}),dg=w(Ue,e=>e.balance),mc=w(Ue,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),H0=w(Ee,e=>e.shard),pa=w(Ee,e=>e.ledgerAccount),V0=w(Ee,e=>e.walletConnectAccount),$0=w(Ee,e=>e.isAccountLoading),q0=w(Ee,e=>e.accountLoadingError),ma=w(Ee,e=>e.websocketEvent),dc=w(Ee,e=>e.websocketBatchEvent);t();var lg=e=>e.dappConfig,lc=w(lg,e=>e.shouldUseWebViewProvider);t();var ee=e=>e.loginInfo,_c=w(ee,e=>e.loginMethod),We=w(ee,fe,(e,o)=>Boolean(o)),uc=w(ee,e=>e.walletConnectLogin),It=w(ee,e=>e.ledgerLogin),kt=w(ee,e=>e.walletLogin),gc=w(ee,e=>e.isLoginSessionInvalid),Ho=w(ee,e=>e.tokenLogin),io=w(ee,e=>e.logoutRoute);t();var fc=e=>e.modals,Q0=w(fc,e=>e.txSubmittedModal),_g=w(fc,e=>e.notificationModal);t();var Le=e=>e.networkConfig,wn=w(Le,e=>e.chainID),nw=w(Le,e=>e.network.walletConnectBridgeAddress),hc=w(Le,e=>e.network.walletConnectV2RelayAddress),Tc=w(Le,e=>e.network.walletConnectV2ProjectId),xc=w(Le,e=>e.network.walletConnectV2Options),yc=w(Le,e=>e.network.walletConnectDeepLink),K=w(Le,e=>e.network),vn=w(K,e=>e.apiAddress),Sc=w(K,e=>e.explorerAddress),Et=w(K,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),ug=w(K,e=>e.xAliasAddress),bc=w(K,e=>e.egldLabel);t();var Lt=e=>e.signedMessageInfo,aw=w(Lt,e=>e.isSigning),iw=w(Lt,e=>e.errorMessage),sw=w(Lt,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),cw=w(Lt,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var wc=e=>e.toasts,gg=w(wc,e=>e.customToasts),vc=w(wc,e=>e.transactionToasts);t();N();var Ac={errorMessage:oa,successMessage:na,processingMessage:ta},Ic=e=>e.transactionsInfo,fg=w(Ic,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Ac);t();t();var Pe=require("@multiversx/sdk-core");L();t();var da=require("@multiversx/sdk-core/out");t();t();function Pt(e){try{let o=atob(e),n=btoa(o),r=a.Buffer.from(e,"base64").toString(),c=a.Buffer.from(r).toString("base64");if(e===n&&e===c||o===r)return!0}catch(o){return!1}return!1}function vo(e){return Pt(e)?atob(e):e}t();t();t();t();var kc=e=>{let o=e!=null?e:"";return Pt(o)?da.TransactionPayload.fromEncoded(o):new da.TransactionPayload(o)};t();L();var An=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(Fr).some(n=>e.startsWith(n)):!1;function Vo(e){var r,c,p;let o=Object.assign({},e);An({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new Pe.Transaction(T(T(k(T(k(T({value:o.value.valueOf(),data:kc(o.data),nonce:o.nonce.valueOf(),receiver:new Pe.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Pe.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:un,gasPrice:(c=o.gasPrice.valueOf())!=null?c:ot,chainID:o.chainID.valueOf(),version:new Pe.TransactionVersion((p=o.version)!=null?p:rs)}),o.options?{options:new Pe.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Pe.Address(o.guardian)}:{}));return o.guardianSignature&&n.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&n.applySignature(a.Buffer.from(o.signature,"hex")),n}t();t();L();t();t();var ua=require("@reduxjs/toolkit"),zc=require("react-redux/lib/utils/Subscription");N();t();var Ec=S(require("lodash.throttle"));L();N();Kr();Oo();xo();var Tg=[nt],Nt=!1,xg=(0,Ec.default)(()=>{hn(fn())},5e3),Lc=e=>o=>n=>{if(Tg.includes(n.type))return o(n);let r=e.getState(),c=ve.local.getItem(ie.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(c==null)return hn(fn());let m=Date.now();return c-m<0&&!Nt?setTimeout(()=>{Nt=!0,e.dispatch(vs())},1e3):(Nt&&(Nt=!1),xg()),o(n)};t();t();function Ct(){return typeof sessionStorage!="undefined"}var $c=Ct()?(Mc(),Te(Dc)).default:(Bc(),Te(Oc)).default,qc=Ct()?(Uc(),Te(Fc)).default:[],jc=Ct()?(Vc(),Te(Hc)).default:e=>e;Rt();var b=(0,ua.configureStore)({reducer:$c,middleware:e=>e({serializableCheck:{ignoredActions:[...qc,st.type,yo.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Lc)}),Kc=(0,zc.createSubscription)(b),Xc=jc(b),bv=(0,ua.configureStore)({reducer:Ao});t();t();var Vg=require("@multiversx/sdk-core/out");t();L();t();var Yc=require("@multiversx/sdk-core");M();t();var Jc=require("@multiversx/sdk-core");function $g(e){try{let o=new Jc.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function kn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&$g(e)}t();t();t();var qg=require("@multiversx/sdk-core"),jg=S(require("bignumber.js"));F();t();t();t();var Dt="accounts";var ga="blocks";var ep="dapp/config";var op="network/config";var Mt="batch";t();t();t();t();te();t();t();te();t();t();t();var Zg=S(require("bignumber.js"));L();t();var Yg=require("@multiversx/sdk-core"),fa=S(require("bignumber.js"));L();t();var rp=S(require("bignumber.js")),Bt=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new rp.default(n),c=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=c};t();fa.default.config({ROUNDING_MODE:fa.default.ROUND_FLOOR});t();t();t();L();t();t();t();t();L();t();L();t();var Qg=require("@multiversx/sdk-core");L();t();var Ln=require("@multiversx/sdk-core"),tf=S(require("bignumber.js"));L();t();t();var ef=S(require("bignumber.js"));L();t();L();t();t();t();t();t();t();L();t();L();t();L();t();te();var af=["reDelegateRewards","claimRewards","unBond"],sf=["wrapEgld","unwrapEgld"],cf=["unStake"],pf=["unDelegate"];t();t();t();L();t();var _f=S(require("bignumber.js"));t();t();te();t();var uf=S(require("bignumber.js"));t();t();t();t();var hf=S(require("bignumber.js"));M();t();t();t();t();F();t();var sp=require("@multiversx/sdk-web-wallet-provider");L();t();var ip=S(require("qs"));t();t();t();t();t();var ce=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var B=()=>{if(!ce())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:c,search:p}}=window;return{pathname:o,hash:n,origin:r,href:c,search:p}};var Ft=(e="")=>{let o=B(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`};t();var Ut=e=>{let o=new URLSearchParams(e).toString(),{pathname:n,hash:r}=B(),c=o?`?${o}`:"",p=n?`${n}${c}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};t();var Tf={search:ce()?window.location.search:"",removeParams:[]},Wt=(e,o=Tf)=>{var m;let n={},r=ce()?window.location.search:"",c=(m=o.search)!=null?m:r;if(c){let l=c?new URLSearchParams(c):[];n=Object.fromEntries(l)}let p={};return e.forEach(l=>{p[l]=n[l],delete n[l]}),o.removeParams!=null&&Object.keys(n).forEach(l=>{var _,h;let[d]=l.split("[");(((_=o.removeParams)==null?void 0:_.includes(l))||((h=o.removeParams)==null?void 0:h.includes(d)))&&delete n[l]}),{remainingParams:p,params:n,clearNavigationHistory:()=>Ut(n)}};var xa=({removeParams:e,search:o})=>{let n=ce()?window.location.search:"",r=o!=null?o:n;if(!r)return{};let c=ip.default.parse(r.replace("?","")),p=Object.keys(c).filter(l=>!e.includes(l)),{remainingParams:m}=Wt(p,{search:o,removeParams:e});return Ut(m),m};var ya=({transaction:e,search:o})=>xa({removeParams:[...Object.keys(e),sp.WALLET_PROVIDER_CALLBACK_PARAM,gn,Wr],search:o});t();t();t();t();te();t();t();t();var xf=S(require("linkifyjs"));t();L();t();var yf=S(require("bignumber.js"));t();M();t();t();F();t();F();t();t();t();te();t();te();t();var Sf=S(require("bignumber.js"));L();te();t();te();t();var pp=require("react");M();t();t();te();t();t();var bf=require("@multiversx/sdk-core/out"),wf=S(require("bignumber.js"));te();t();M();t();t();M();var PL=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var mp=require("react");M();t();var Af=require("react");te();var FL=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Wo();var Ht=e=>e.transactions,Ve=w(Ht,e=>e.signedTransactions),If=w(Ht,e=>e.signTransactionsError),dp=w(Ht,e=>e.signTransactionsCancelMessage),Vt=e=>o=>Object.entries(o).reduce((n,[r,c])=>(e(c.status)&&(n[r]=c),n),{}),Sa=w(Ve,Vt(Fe)),lp=w(Ve,Vt(bo)),_p=w(Ve,Vt(wo)),kf=w(Ve,Vt(aa)),up=w(Ht,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:k(T({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>Vo(n)))||[]})}),Ef=w(Ve,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});function $t(e){return u(this,null,function*(){let{apiAddress:o,apiTimeout:n}=K(b.getState()),r=e.map(p=>gp.default.post(`${o}/transactions`,p.toPlainObject(),{timeout:parseInt(n)}));return(yield Promise.all(r)).map(({data:p})=>p.txHash)})}t();var fp=S(require("axios"));ro();t();L();var Pn=({sessionId:e,address:o})=>`${e}${tt}${o}`;function qt(n){return u(this,arguments,function*({transactions:e,sessionId:o}){var m;let r=fe(b.getState()),{apiAddress:c,apiTimeout:p}=K(b.getState());if(!r)return{error:"Invalid address provided. You need to be logged in to send transactions",batchId:null};try{let l=Pn({sessionId:o,address:r}),d={transactions:e,id:l},_=yield fp.default.post(`${c}/${Mt}`,d,{timeout:Number(p!=null?p:Qn)});return{batchId:l,data:_.data}}catch(l){return console.error("error sending batch transactions",l),{error:(m=l==null?void 0:l.message)!=null?m:"error sending batch transactions",batchId:null}}})}t();var ba=S(require("axios"));function jt(e){return u(this,null,function*(){let o=vn(b.getState()),n=e.map(c=>c.hash),{data:r}=yield ba.default.get(`${o}/transactions`,{params:{hashes:n.join(","),withScResults:!0}});return e.map(({hash:c,previousStatus:p})=>{let m=r.find(l=>(l==null?void 0:l.txHash)===c);return{hash:c,data:m==null?void 0:m.data,invalidTransaction:m==null,status:m==null?void 0:m.status,results:m==null?void 0:m.results,sender:m==null?void 0:m.sender,receiver:m==null?void 0:m.receiver,previousStatus:p,hasStatusChanged:m&&m.status!==p}})})}function hp(e){return u(this,null,function*(){let o=vn(b.getState());return yield ba.default.get(`${o}/transactions/${e}`,{timeout:1e4})})}t();var Pf=S(require("axios"));t();t();var Nf=S(require("axios"));t();var Cf=S(require("axios"));t();t();t();var xp=S(require("axios"));t();t();var Nn=e=>{let o=e!=null?e:vn(b.getState());return o.endsWith("/")?o.slice(0,-1):o};var yp=e=>{let n=`${Nn()}/${Dt}/${e}?withGuardianInfo=true`;return xp.default.get(n)};function Sp(e){return u(this,null,function*(){if(!e)return null;try{let{data:o}=yield yp(e);return o}catch(o){console.error("error fetching configuration for ",e)}return null})}t();t();ro();t();var bp=S(require("axios"));function wa(e){return u(this,null,function*(){let o=`${e}/${ep}`;try{let{data:r}=yield bp.default.get(o);if(r!=null){let c="egldDenomination";if(c in r){let n=r,{[c]:p,decimals:m}=n,l=uo(n,[hi(c),"decimals"]);return k(T({},l),{decimals:p,digits:m})}return r}}catch(r){console.error("error fetching configuration for ",o)}return null})}t();var wp=S(require("axios"));var Rf=e=>{try{return Boolean(new URL(e))}catch(o){return!1}};function vp(){return u(this,null,function*(){var n;let e=Nn();if(!Rf(e))return null;let o=`${e}/${op}`;try{let{data:r}=yield wp.default.get(o);if(r!=null)return(n=r==null?void 0:r.data)==null?void 0:n.config}catch(r){console.error("error fetching configuration for ",o)}return null})}t();ro();t();ro();t();t();var Of=S(require("axios"));t();var Bf=S(require("axios"));t();var nm=require("react"),or=require("@multiversx/sdk-core");t();t();t();var Ap=require("react"),$o=require("react-redux");var Ff={store:b,subscription:Kc},Cn=(0,Ap.createContext)(Ff),cC=(0,$o.createStoreHook)(Cn),D=(0,$o.createDispatchHook)(Cn),y=(0,$o.createSelectorHook)(Cn);var $e=()=>y(pc);t();var pe=()=>y(Ue);t();t();t();t();t();var Rn=S(require("react"));var bC=(0,Rn.createContext)({}),wC=b.getState();t();var kp=S(require("react"));t();var va=S(require("react")),Uf=S(require("axios"));t();t();t();t();t();var Ep=require("@multiversx/sdk-extension-provider"),Lp=require("@multiversx/sdk-hw-provider"),Pp=require("@multiversx/sdk-opera-provider"),Aa=require("@multiversx/sdk-web-wallet-provider");L();F();t();var zt={},Kt=qo;var Wf="/dapp/init",jo=e=>{switch(e==null?void 0:e.constructor){case Aa.WalletProvider:return"wallet";case Kt:return"walletconnectv2";case Lp.HWProvider:return"ledger";case Ep.ExtensionProvider:return"extension";case Pp.OperaProvider:return"opera";case qo:return"";default:return"extra"}},Xt=e=>new Aa.WalletProvider(`${e}${Wf}`),Ia=e=>u(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===as}}),qe=e=>`Unable to perform ${e}, Provider not initialized`,qo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(qe(`login with options: ${o}`))}logout(o){throw new Error(qe(`logout with options: ${o}`))}getAddress(){throw new Error(qe("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(qe(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(qe(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(qe(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(qe(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(qe(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(qe(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Dn=new qo;var Ea=Dn,ka=null;function me(e){Ea=e}function Jt(e){ka=e}function zo(){ka!=null&&(Ea=ka)}function Z(){return Ea||Dn}t();t();var Gf=require("react"),Hf=S(require("swr"));N();t();t();var om=require("@multiversx/sdk-native-auth-client");t();var Rp=S(require("axios"));t();t();t();function Np(e){return u(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Cp=(e,o,n,r=0)=>u(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Np(o.delay)),yield Cp(e,o,n,r+1)):null}}),Yt=(e,o={retries:5,delay:500})=>(...n)=>u(void 0,null,function*(){return yield Cp(e,o,n)});var Vf=4,$f=3e4,Zt={current:null},Io={current:null},qf=Yt((e,o,n)=>u(void 0,null,function*(){if(n){let p=Math.floor(Date.now()/1e3);return{hash:yield n(),timestamp:p}}let{data:r}=yield Rp.default.get(`${e}/${ga}?from=${Vf}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[c]=r;return c}));function Dp(e,o,n,r){return u(this,null,function*(){if(e==null)throw new Error("missing api url");let c=Date.now();if(Zt.current!=null&&c<Zt.current.timestamp*1e3+$f&&!r)return Zt.current;if(Io.current!=null)return yield Io.current;Io.current=qf(e,o,n);try{let p=yield Io.current;if(p==null)throw Io.current=null,new Error("could not get block hash");return Zt.current={hash:p.hash,timestamp:p.timestamp},Io.current=null,p}catch(p){return Io.current=null,null}})}t();t();rt();t();t();var em=S(Qp());var Qt=e=>{if(!e||!(0,em.default)(e))return null;let o=e.split(".");if(o.length!==4)return null;try{let[n,r,c,p]=o,m=JSON.parse(vo(p)),l=vo(n);return{ttl:Number(c),extraInfo:m,origin:l,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};function fh(e){return Object.prototype.toString.call(e)==="[object String]"}var er=e=>{var n;if(!e||!fh(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,c,p]=o,m=vo(r),l=vo(c),d=Qt(l);if(!d)return{address:m,body:l,signature:p,blockHash:"",origin:"",ttl:0};let _=k(T({},d),{address:m,body:l,signature:p});return(n=d.extraInfo)!=null&&n.timestamp||delete _.extraInfo,_}catch(r){return null}};var Na={isExpired:!1},Ko=e=>{if(!e)return Na;let o=er(e);if(!o)return Na;let n=Mo(),{ttl:r,extraInfo:c}=o,p=c==null?void 0:c.timestamp;if(!p)return Na;let m=p+r,l=n>m,d=m-n;return{isExpired:l,expiresAt:m,secondsUntilExpires:d}};t();var Bn={origin:B().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},Fn=e=>{var n,r,c,p,m,l;return e===!0?Bn:{origin:(n=e==null?void 0:e.origin)!=null?n:Bn.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:Bn.expirySeconds,apiAddress:(c=e==null?void 0:e.apiAddress)!=null?c:Bn.apiAddress,tokenExpirationToastWarningSeconds:(p=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?p:Bn.tokenExpirationToastWarningSeconds,extraInfo:(m=e==null?void 0:e.extraInfo)!=null?m:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(l=e==null?void 0:e.extraRequestHeaders)!=null?l:{}}};var Ca=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:c,extraInfo:p,gatewayUrl:m,extraRequestHeaders:l}=Fn(e),d=new om.NativeAuthClient({origin:o,apiUrl:n,expirySeconds:r,blockHashShard:c,gatewayUrl:m,extraRequestHeaders:l});return{getNativeAuthConfig:Fn,initialize:g=>u(void 0,null,function*(){var G,R;if(!n||!o)return"";let x=()=>d.getCurrentBlockHash(),I=(G=g==null?void 0:g.latestBlockInfo)!=null?G:yield Dp(n,c,x,g==null?void 0:g.noCache),{hash:E,timestamp:C}=I,O=d.encodeValue(JSON.stringify(T(T({},(R=g==null?void 0:g.extraInfo)!=null?R:p),C?{timestamp:C}:{})));return`${d.encodeValue(o)}.${E}.${r}.${O}`}),getToken:({address:g,token:x,signature:I})=>d.getToken(g,x,I),getTokenExpiration:Ko}};var hh=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},so=e=>{let o=y(K),n=y(Ho),r=(0,nm.useRef)(n==null?void 0:n.loginToken),c=hh(o.apiAddress,e),p=Fn(T(T({},e===!0?{}:e),c?{apiAddress:c}:{})),m=Boolean(e),l=Ca(p),{address:d}=pe(),_=D(),h=E=>{r.current=E,_(ao(T({loginToken:E},c?{nativeAuthConfig:p}:{})))},g=()=>{try{return l.initialize()}catch(E){console.error("Unable to get block. Login failed.",E);return}},x=({address:E,signature:C})=>{let O=r.current;if(!O)throw"Token not found. Call `setLoginToken` first.";if(!m){_(ao({loginToken:O,signature:C}));return}let V=l.getToken({address:E,token:O,signature:C});return _(ao(T({loginToken:O,signature:C,nativeAuthToken:V},c?{nativeAuthConfig:p}:{}))),V};return{configuration:p,setLoginToken:h,getNativeAuthLoginToken:g,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:O=>u(void 0,[O],function*({signMessageCallback:E,nativeAuthClientConfig:C}){let G=yield Ca(C||p).initialize({noCache:Boolean(C)});if(r.current=G,!G)return;let R=new or.SignableMessage({address:new or.Address(d),message:a.Buffer.from(`${d}${G}{}`)}),J=yield E(R,{});return x({address:d,signature:J.getSignature().toString("hex")})})}};t();var he=require("react");t();var nr=require("react");function Ra(e,o=[]){let n=(0,nr.useRef)(!0);(0,nr.useEffect)(()=>{n.current?n.current=!1:e()},o)}q();N();F();t();t();function tm(){let e=Z();return jo(e)}function je(e){return tm()===e}t();function ko(){return We(b.getState())}Uo();t();q();M();t();function rm(e,o){if(!e){typeof console!="undefined"&&console.warn(o);try{throw new Error(o)}catch(n){}}}function am(e,o){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=Th(e.path,e.caseSensitive,e.end),c=o.match(n);if(!c)return null;let p=c[0],m=p.replace(/(.)\/+$/,"$1"),l=c.slice(1);return{params:r.reduce((_,h,g)=>{if(h==="*"){let x=l[g]||"";m=p.slice(0,p.length-x.length).replace(/(.)\/+$/,"$1")}return _[h]=xh(l[g]||"",h),_},{}),pathname:p,pathnameBase:m,pattern:e}}function Th(e,o=!1,n=!0){rm(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 r=[],c="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(m,l)=>(r.push(l),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),c+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):c+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(c,o?void 0:"i"),r]}function xh(e,o){try{return decodeURIComponent(e)}catch(n){return rm(!1,`The value for the URL param "${o}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}t();t();var im=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o),r=n==null?void 0:n.address;return kn(r)?r:null};t();function Ne(e){return u(this,null,function*(){return yield Sp(e)})}t();t();F();function ze(){let e=b.getState(),o=Z(),n=fe(e),r=We(e),c=kt(e);if(!o)throw"provider not initialized";return je("ledger")&&r?new Promise(p=>{p(n)}):!je("")&&!je("wallet")&&!je("extra")?o.getAddress():new Promise(p=>{let m=im();c!=null&&m&&p(m),r&&p(n),p("")})}t();function Xo(e){let o=b.getState(),n=mc(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}t();var tr=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.accessToken};t();q();M();t();N();var sm=()=>u(void 0,null,function*(){try{let e=yield ze();try{let o=yield Ne(e);if(o!=null){let n=k(T({},o),{nonce:Xo(o)});return b.dispatch(yo(n)),n}}catch(o){console.error("Failed getting account ",o)}}catch(e){console.error("Failed getting address ",e)}return null});function Jo(){return u(this,null,function*(){let e=Z();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return sm();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?sm():void 0}catch(o){console.error("Failed initializing provider ",o)}})}t();N();function cm(e){b.dispatch(st(e))}t();var pm=require("@multiversx/sdk-core");Fo();Oo();xo();var mm=({callbackUrl:e,onRedirect:o})=>{typeof o=="function"?o(e):e&&So({url:e})},yh=e=>{let o=ve.local.getItem(ie.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(ve.local.setItem({key:ie.logoutEvent,data:e,expires:0}),ve.local.removeItem(ie.logoutEvent))};function de(r,c){return u(this,arguments,function*(e,o,n=Boolean(tr())){var I;let p="",m=Z(),d=jo(m)==="wallet",_=((I=m==null?void 0:m.isInitialized)==null?void 0:I.call(m))===!0;if(n&&(m==null?void 0:m.relogin)!=null)return m.relogin();try{p=yield ze(),yh(p)}catch(E){console.error("error fetching logout address",E)}let h=Ft(e),g=B(),x=new URL(h).pathname;if((am(g.pathname,x)||d&&_)&&Ns(),!p&&!_)return mm({callbackUrl:h,onRedirect:o});try{if(b.dispatch(W()),d)return setTimeout(()=>{m.logout({callbackUrl:h})});yield m.logout({callbackUrl:h})}catch(E){console.error("error logging out",E)}finally{mm({callbackUrl:h,onRedirect:o})}})}var Da=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,logoutRoute:c,canLoginRef:p,customRequestMethods:m=[]})=>{var ui;let l=D(),d=n!=null,_=so(n),h=o,[g,x]=(0,he.useState)(""),[I,E]=(0,he.useState)(""),[C,O]=(0,he.useState)(!0),[V,G]=(0,he.useState)([]),R=Z(),J=y(hc),oe=y(Tc),Q=y(xc),Ze=y(wn),_o=y(yc),xr=y(io),P=(0,he.useRef)(R),X=p!=null?p:(0,he.useRef)(!1),Qe=(0,he.useRef)(!1),ln=(ui=c!=null?c:xr)!=null?ui:"/",eo=[zt.CANCEL_ACTION,...m];o&&eo.push(zt.SIGN_LOGIN_TOKEN),d&&eo.push(zt.SIGN_NATIVE_AUTH_TOKEN);let L_=C?"":`${_o}?wallet-connect=${encodeURIComponent(I)}`,yr=Boolean(g),P_=ko(),N_=()=>{de(ln)},C_=$=>{console.log("WalletConnect Session Event: ",$)},R_=()=>u(void 0,null,function*(){var $,Y,U;try{let j=P.current;if(ko()||j==null||!je("walletconnectv2")||Qe.current)return;if(!X.current){try{yield($=P.current)==null?void 0:$.logout()}catch(oS){console.warn("Unable to logout")}return}let no=yield(Y=P.current)==null?void 0:Y.getAddress();if(!no){console.warn("Login cancelled.");return}let wr=yield(U=P.current)==null?void 0:U.getSignature(),B_={address:no,loginMethod:"walletconnectv2"},F_={logoutRoute:ln,loginType:"walletconnectv2",callbackRoute:e!=null?e:B().href};l(ws(F_)),wr&&_.setTokenLoginInfo({signature:wr,address:no}),l(re(B_)),xn({callbackRoute:e,onLoginRedirect:r,options:{address:no,signature:wr}})}catch(j){x("User rejected connection proposal"),console.error(j)}}),D_=()=>u(void 0,null,function*(){var $,Y,U,j,oo;X.current=!1;try{((j=(U=(Y=($=P.current)==null?void 0:$.walletConnector)==null?void 0:Y.session)==null?void 0:U.getAll())!=null?j:[]).length>0&&(yield(oo=P.current)==null?void 0:oo.logout())}catch(no){console.warn("Unable to logout")}}),M_=$=>u(void 0,null,function*(){var Y,U,j;if(!J||!oe){x("Invalid WalletConnect setup");return}if(!$||!$.topic){x("Expired connection");return}try{let{approval:oo}=yield(Y=P.current)==null?void 0:Y.connect({topic:$.topic,methods:eo});if(d&&!h&&(h=yield _.getNativeAuthLoginToken(),!h)){console.warn("Fetching block failed. Login cancelled.");return}h&&_.setLoginToken(h);try{yield(U=P.current)==null?void 0:U.login({approval:oo,token:h})}catch(no){x("User rejected existing connection proposal"),O(!0),yield Sr()}}catch(oo){console.error("Unable to connect to existing session",oo),x("Unable to connect to existing session")}finally{G((j=P.current)==null?void 0:j.pairings)}}),O_=$=>u(void 0,null,function*(){var Y,U;try{$&&(yield(Y=P.current)==null?void 0:Y.logout({topic:$}))}catch(j){console.error("Unable to remove existing pairing",j),x("Unable to remove existing pairing")}finally{let j=yield(U=P.current)==null?void 0:U.getPairings();G(j)}});function Sr($=!0){return u(this,null,function*(){var j;if(!oe||!J){x("Invalid WalletConnect setup");return}if(Qe.current)return;if(Qe.current=!0,(j=P.current)!=null&&j.walletConnector){P.current.init(),me(P.current),Qe.current=!1,X.current=!0,$&&br();return}let Y={onClientLogin:R_,onClientLogout:N_,onClientEvent:C_},U=new Kt(Y,Ze,J,oe,Q);yield U.init(),me(U),P.current=U,Qe.current=!1,X.current=!0,$&&(G(U.pairings),br())})}function br(){return u(this,null,function*(){var $,Y;if(!J||!oe){x("Invalid WalletConnect setup");return}try{let{uri:U,approval:j}=yield($=P.current)==null?void 0:$.connect({methods:eo});if(!Boolean(U))return;if(E(U),(Q==null?void 0:Q.logger)==="debug"&&console.log("WalletConnect uri: ",U),d&&!h&&(h=yield _.getNativeAuthLoginToken(),!h)){console.warn("Fetching block failed. Login cancelled.");return}h&&_.setLoginToken(h);try{yield(Y=P.current)==null?void 0:Y.login({approval:j,token:h})}catch(no){x("User rejected connection proposal"),O(!0),yield Sr()}}catch(U){console.error("Unable to connect",U)}})}return Ra(()=>{!o||br()},[o]),Ra(()=>{P.current=R},[R]),(0,he.useEffect)(()=>{O(!Boolean(I))},[I]),[Sr,{error:g,loginFailed:yr,isLoading:C&&!yr,isLoggedIn:P_&&!yr},{uriDeepLink:L_,walletConnectUri:I,cancelLogin:D_,connectExisting:M_,removeExistingPairing:O_,wcPairings:V}]};q();N();F();t();var dm=require("react");t();q();N();M();function Yo(e,o=b.dispatch){let n=er(e);if(n==null)return;let{signature:r,address:c}=n;r&&e&&c&&(o(ao({loginToken:e,signature:r,nativeAuthToken:e})),o(re({address:c,loginMethod:"extra"})))}function lm(){let e=D(),o=y(lc),n=tr();(0,dm.useEffect)(()=>{!o||Yo(n,e)},[n,o])}t();t();var Sh=require("@multiversx/sdk-opera-provider");t();var _m=require("@multiversx/sdk-extension-provider");function Ma(e){return u(this,null,function*(){try{let o=_m.ExtensionProvider.getInstance().setAddress(e);if(yield o.init())return o;console.error("Could not initialise extension, make sure MultiversX wallet extension is installed.")}catch(o){console.error("Unable to login to ExtensionProvider",o)}return null})}t();t();var um=require("react"),Oa=require("@multiversx/sdk-hw-provider");var Ba=()=>{let e=y(io),o=y(We),n=y(It),r=Z(),[c,p]=(0,um.useState)(),m=()=>u(void 0,null,function*(){let d=(n==null?void 0:n.index)!=null;try{if(r instanceof Oa.HWProvider&&r.isInitialized())return d&&(yield r.setAddressIndex(n.index)),r;let _=new Oa.HWProvider;return(yield _.init())?(d&&(yield _.setAddressIndex(n.index)),_):null}catch(_){return console.error("Failed to initialise Ledger Provider"),null}});function l(d){return u(this,null,function*(){let _,h=o&&!(d!=null&&d.isRelogin);try{if(_=yield m(),!_){console.warn("Could not initialise ledger app"),h&&de(e);return}let g=yield Ia(_);return me(_),p(g),_}catch(g){console.error("Could not initialise ledger app",g),h&&de(e)}return null})}return{setLedgerProvider:l,ledgerData:c}};var Fa=!1;function gm(){let e=y(K),o=y(Et),n=y(uc),r=y(_c),c=y(kt),p=y(fe),m=y(pa),l=y(It),d=y(We),_=y(Ho),h=_==null?void 0:_.nativeAuthConfig,g=so(h||!1),x=(0,Eo.useRef)(!1),I=D(),{setLedgerProvider:E,ledgerData:C}=Ba();lm();let{callbackRoute:O,logoutRoute:V}=n||{callbackRoute:"",logoutRoute:""},[G]=Da({callbackRoute:O,logoutRoute:V});(0,Eo.useEffect)(()=>{R()},[e]),(0,Eo.useEffect)(()=>{xr()},[r]),(0,Eo.useEffect)(()=>{oe()},[p,e]),(0,Eo.useEffect)(()=>{J()},[m,d,C]);function R(){return u(this,null,function*(){try{let P=yield vp();P&&I(Us(P.erd_chain_id))}catch(P){console.error("failed refreshing chainId ",P)}})}function J(){m==null&&l!=null&&C&&I(zr({index:l.index,address:p,hasContractDataEnabled:C.dataEnabled,version:C.version}))}function oe(){return u(this,null,function*(){if(I(Bo(!0)),x.current){x.current=!1,I(Bo(!1));return}if(p)try{let P=yield Ne(p);P&&I(yo(k(T({},P),{address:p,nonce:P.nonce.valueOf()})))}catch(P){I(hs("Failed getting account")),console.error("Failed getting account ",P)}I(Bo(!1))})}function Q(){return u(this,null,function*(){let P=Xt(o);if(me(P),c!=null){try{let X=yield ze(),{clearNavigationHistory:Qe,remainingParams:{signature:ln}}=Wt(["signature","loginToken","address"]);if(!X)return me(Dn),I(ao(null)),I(mt(null)),Qe();ln&&g.setTokenLoginInfo({signature:ln,address:X});let eo=yield Ne(X);eo&&(x.current=!0,I(Bo(!0)),I(re({address:X,loginMethod:"wallet"})),I(yo(k(T({},eo),{nonce:Xo(eo)}))),I(Bo(!1))),Qe()}catch(X){console.error("Failed authenticating wallet user ",X)}I(mt(null))}})}function Ze(){return u(this,null,function*(){let P=yield ze(),X=yield Ma(P);X&&me(X)})}function _o(){return u(this,null,function*(){let P=yield ze(),X=yield Ma(P);X&&me(X)})}function xr(){return u(this,null,function*(){if(!(r==null||Fa))switch(r){case"ledger":{Fa=!0,yield E(),Fa=!1;break}case"walletconnectv2":{G(!1);break}case"extension":{Ze();break}case"opera":{_o();break}case"extra":{zo();break}case"wallet":case"":{Q();break}default:return}})}return null}t();t();var fm=require("@multiversx/sdk-core"),hm=require("@multiversx/sdk-web-wallet-cross-window-provider/out/constants"),Ke=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types");t();var Un=()=>{var e;if(ce()){let o=window.location.ancestorOrigins;return(e=o==null?void 0:o[o.length-1])!=null?e:"*"}return"*"};var bh=e=>()=>{throw new Error(`Unable to perform ${e}, Provider not initialized`)},Xe=class{constructor(){this.init=()=>u(this,null,function*(){return!0});this.login=()=>u(this,null,function*(){return!0});this.logout=()=>u(this,null,function*(){let o=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.logoutRequest});return Boolean(o.payload.data)});this.relogin=()=>u(this,null,function*(){let o=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.loginRequest}),{data:n,error:r}=o.payload;if(r||!n)throw new Error("Unable to re-login");let{accessToken:c}=n;return c?(Yo(c),zo(),c):(console.error("Unable to re-login. Missing accessToken."),null)});this.signTransactions=o=>u(this,null,function*(){let n=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.signTransactionsRequest,payload:o.map(m=>m.toPlainObject())}),{data:r,error:c}=n.payload;return c||!r?(console.error("Unable to sign transactions"),null):r.map(m=>fm.Transaction.fromPlainObject(m))});this.signTransaction=o=>u(this,null,function*(){let n=yield this.signTransactions([o]);return n==null?void 0:n[0]});this.sendPostMessage=o=>u(this,null,function*(){let n=typeof window!="undefined"?window:{};return n.ReactNativeWebView?n.ReactNativeWebView.postMessage(JSON.stringify(o),Un()):n.webkit?n.webkit.messageHandlers.postMessage(JSON.stringify(o),Un()):n.parent&&n.parent.postMessage(o,Un()),yield this.waitingForResponse(hm.responseTypeMap[o.type])});this.isInitialized=()=>!0;this.isConnected=()=>u(this,null,function*(){return!0});this.getAddress=bh("getAddress")}static getInstance(){return Xe.instance||(Xe.instance=new Xe),Xe.instance}signMessage(o){return u(this,null,function*(){let n=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.signMessageRequest,payload:o}),{data:r,error:c}=n.payload;return c||!r?(console.error("Unable to sign message"),null):r.status!==Ke.SignMessageStatusEnum.signed?(console.error("Could not sign message"),null):(o.applySignature(a.Buffer.from(String(r.signature),"hex")),o)})}waitingForResponse(o){return u(this,null,function*(){return yield new Promise(n=>{window.addEventListener("message",function r(c){return u(this,null,function*(){let{type:p,payload:m}=c.data;if(c.origin!=Un()){console.error("origin not accepted",{eventOrigin:c.origin});return}(o===p||p===Ke.CrossWindowProviderResponseEnums.cancelResponse)&&(window.removeEventListener("message",r),n({type:p,payload:m}))})})})})}};t();t();var Ga=require("@multiversx/sdk-core");M();t();F();var Tm=typeof window!="undefined"?window:{},xm=()=>Tm.ReactNativeWebView?"reactNative":Tm.webkit?"ios":"web";t();M();var Zo={signTransactions:{["ios"]:e=>window.webkit.messageHandlers.signTransactions.postMessage(e,co()),["reactNative"]:e=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.signTransactionsRequest,message:e})),["web"]:e=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.signTransactionsRequest,message:e}),co())},sendCustomRequest:{["ios"]:e=>window.webkit.messageHandlers.signMessage.postMessage({type:e.request.method,payload:e.request.params}),["reactNative"]:e=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:e.request.method,payload:e.request.params})),["web"]:e=>window==null?void 0:window.postMessage(JSON.stringify({type:e.request.method,payload:e.request.params}),co())},signMessage:{["ios"]:e=>window.webkit.messageHandlers.signMessage.postMessage(e),["reactNative"]:e=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.signMessageRequest,message:e})),["web"]:e=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.signMessageRequest,message:e}),co())},logout:{["ios"]:()=>window.webkit.messageHandlers.logout.postMessage(),["reactNative"]:()=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.logoutRequest})),["web"]:()=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.logoutRequest}),co())},login:{["ios"]:()=>window.webkit.messageHandlers.login.postMessage(),["reactNative"]:()=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.loginRequest})),["web"]:()=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.loginRequest}),co())}};var ym=e=>()=>{throw new Error(`Unable to perform ${e}, Provider not initialized`)},Qo=xm(),co=()=>{var e,o;return ce()&&(o=(e=window==null?void 0:window.parent)==null?void 0:e.origin)!=null?o:"*"},Wn="message",Wa=e=>{let o=n=>{let r=n.data;if(!(n.target.origin!=co()&&Qo!="reactNative"))try{r=JSON.parse(r),e(r)}catch(c){console.error("error parsing response")}};document&&document.addEventListener(Wn,o),window&&window.addEventListener(Wn,o)},Sm={init:()=>u(void 0,null,function*(){return!0}),login:()=>u(void 0,null,function*(){return!0}),relogin:()=>u(void 0,null,function*(){try{return Zo.login[Qo](),yield new Promise((o,n)=>{function r(c){let{message:p,type:m}=c;if(m===Zn.loginResponse)try{let{accessToken:l,error:d}=p;d?n(d):(Yo(l),zo(),o(l))}catch(l){n("Unable to login")}document&&document.removeEventListener(Wn,r)}Wa(r)})}catch(e){throw console.error("error logging in",e),e}}),logout:()=>(Zo.logout[Qo](),new Promise(e=>{e(!0)})),getAddress:ym("getAddress"),isInitialized:()=>!0,isConnected:()=>u(void 0,null,function*(){return!0}),sendTransaction:ym("sendTransaction"),sendCustomRequest:e=>u(void 0,null,function*(){Zo.sendCustomRequest[Qo](e)}),signMessage:e=>u(void 0,null,function*(){try{return Zo.signMessage[Qo](e),yield new Promise((n,r)=>{window.signMessageResponse=(p,m)=>{if(m){r(m),window.signMessageResponse=null;return}n(p),window.signMessageResponse=null};function c(p){let{message:m,type:l}=p;if(l===Zn.signMessageResponse&&m!=null){let{signedMessage:d,error:_}=m;_?r(_):n(d)}document==null||document.removeEventListener(Wn,c)}Wa(c)})}catch(o){throw console.error("error sending transaction",o),o}}),signTransactions:e=>u(void 0,null,function*(){try{let o=e.map(r=>r.toPlainObject());return Zo.signTransactions[Qo](o),yield new Promise((r,c)=>{window.transactionsSigned=(m,l)=>{if(m=JSON.parse(m),l){c(l),window.transactionsSigned=null;return}r(m.map(d=>Ga.Transaction.fromPlainObject(d))),window.transactionsSigned=null};function p(m){let{message:l,type:d}=m;if(d===Zn.signTransactionsResponse){let{transactions:_,error:h}=l;try{h?c(h):r(_.map(g=>Ga.Transaction.fromPlainObject(g)))}catch(g){c("Unable to sign")}}document&&document.removeEventListener(Wn,p)}Wa(p)})}catch(o){throw console.error("error sending transaction",o),o}}),signTransaction:function(e){return u(this,null,function*(){return(yield this.signTransactions([e]))[0]})}};M();Br();t();var bm=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.platform};t();var Ce=require("react"),wm=require("@multiversx/sdk-core/out");ro();N();Tn();yn();var wh=({customNetworkConfig:e={},environment:o,dappConfig:n})=>{let[r,c]=(0,Ce.useState)(!1),p=$e(),m=y(gc),l=(0,Ce.useMemo)(()=>n,[]),d=l==null?void 0:l.logoutRoute,{address:_,publicKey:h}=p,g=D();function x(){return u(this,null,function*(){let E=!(e!=null&&e.skipFetchFromServer),C=e==null?void 0:e.apiAddress,O=to[o]||{},V=T(T({},O),e);if(E){let G=O==null?void 0:O.apiAddress,R=yield wa(C||G);if(R!=null){let J=T(T(T({},O),R),e);g(Yr(J));return}}g(Yr(V))})}function I(){return u(this,null,function*(){l&&g(ic(l)),g(As(d)),yield x(),c(!0)})}return(0,Ce.useEffect)(()=>{_&&new wm.Address(_).hex()!==h&&de(d)},[_,h,d]),(0,Ce.useEffect)(()=>{I()},[e,o,l]),(0,Ce.useEffect)(()=>{p.address&&m&&de(d)},[m,p.address,d]),{initialized:r}};function vm({customNetworkConfig:e={},children:o,environment:n,dappConfig:r}){let[c,p]=(0,Ce.useState)(!(r!=null&&r.isSSR)),{initialized:m}=wh({customNetworkConfig:e,environment:n,dappConfig:r});return(0,Ce.useEffect)(()=>{p(!0)},[]),c?m?o:null:o}t();var mn=S(require("react"));t();t();t();t();var jl=require("react");t();t();var Ha=()=>y(Le);t();N();t();t();t();t();function Va(){let e=y(Sa),o=Object.entries(e),n=(o==null?void 0:o.length)>0;return{pendingTransactions:e,pendingTransactionsArray:o,hasPendingTransactions:n}}Wo();t();N();F();t();Wo();function Am(e,o){return e.reduce((r,{status:c,hash:p})=>(p!=null&&!o.includes(p)&&Fe(c)&&r.push({hash:p,previousStatus:c}),r),[])}t();N();F();function Im({results:e,hash:o,sessionId:n}){let r=e==null?void 0:e.find(c=>(c==null?void 0:c.returnMessage)!=="");b.dispatch(Ie({transactionHash:o,sessionId:n,status:"fail",errorMessage:r==null?void 0:r.returnMessage,inTransit:!1})),b.dispatch(ke({sessionId:n,status:"fail",errorMessage:r==null?void 0:r.returnMessage}))}t();N();M();function $a(e){b.dispatch(ke({sessionId:e,status:"timedOut"}))}var rr={},qa=[];function vh({serverTransaction:e,sessionId:o,customTransactionInformation:n,shouldRefreshBalance:r,isSequential:c}){let{hash:p,status:m,inTransit:l,results:d,invalidTransaction:_,hasStatusChanged:h}=e;try{if(qa.includes(p))return;if(rr[p]>30){$a(o);return}if(_&&!c||Fe(m)){rr[p]=rr[p]?rr[p]+1:1;return}if(c&&!m){b.dispatch(Ie({sessionId:o,status:m,transactionHash:p,inTransit:l}));return}h&&(bo(m)&&(n==null?void 0:n.completedTransactionsDelay)!=null?(qa.push(p),setTimeout(()=>b.dispatch(Ie({sessionId:o,status:"success",transactionHash:p,inTransit:l})),n==null?void 0:n.completedTransactionsDelay)):b.dispatch(Ie({sessionId:o,status:m,transactionHash:p,inTransit:l}))),r||Jo(),wo(m)&&Im({sessionId:o,hash:p,results:d})}catch(g){console.error(g),$a(o)}}function km(d){return u(this,arguments,function*({sessionId:e,transactionBatch:{transactions:o,customTransactionInformation:n},getTransactionsByHash:r=jt,shouldRefreshBalance:c,isSequential:p,onSuccess:m,onFail:l}){try{if(o==null)return;let _=Am(o,qa),h=yield r(_);for(let x of h)vh({serverTransaction:x,sessionId:e,customTransactionInformation:n,shouldRefreshBalance:c,isSequential:p});if(h.every(x=>x.status!=="pending")&&!(n!=null&&n.grouping)){if(h.every(E=>E.status==="success"))return m==null?void 0:m(e);if(h.some(E=>E.status==="fail"))return l==null?void 0:l(e)}}catch(_){console.error(_)}})}function Em(){let{pendingTransactionsArray:e}=Va();function o(n){return u(this,null,function*(){let r=e.filter(([,c])=>{var p;return!((p=c==null?void 0:c.customTransactionInformation)!=null&&p.grouping)}).filter(([c,p])=>c!=null&&Fe(p.status));if(r.length>0)for(let[c,p]of r)yield km(T({sessionId:c,transactionBatch:p},n));n.shouldRefreshBalance&&(yield Jo())})}return o}t();t();t();M();t();t();function en(){let e=y(Ve),o=Object.entries(e),n=(o==null?void 0:o.length)>0;return{signedTransactions:e,signedTransactionsArray:o,hasSignedTransactions:n}}t();t();var Ah=S(require("axios")),Ih=S(require("swr"));t();t();var Lm=require("react");t();var kh=require("react"),Eh=require("@multiversx/sdk-web-wallet-provider"),Lh=require("@multiversx/sdk-web-wallet-provider"),Ph=S(require("qs"));L();N();F();Or();t();var Cm=require("react"),za=require("@multiversx/sdk-core");L();Xr();t();t();t();t();t();t();t();t();L();t();t();var xl=require("react"),yl=require("@multiversx/sdk-core"),py=require("@multiversx/sdk-extension-provider"),my=S(hl());L();N();F();t();var Tl=require("react"),ay=require("@multiversx/sdk-extension-provider");N();t();var dy=require("react");N();M();Fo();t();To();N();t();t();var hy=require("react");t();t();t();N();function Sl(e){b.dispatch(nc({batchId:e}))}t();t();var uy=S(require("bignumber.js"));L();N();M();t();var _y=S(require("bignumber.js"));L();t();t();var gy=require("@multiversx/sdk-core"),fy=S(require("bignumber.js"));L();F();Wo();t();var bl=require("react");t();t();var Ty=require("react"),xy=require("@multiversx/sdk-extension-provider");To();q();F();Uo();t();var Py=require("react");L();t();t();L();t();t();t();var Lo=S(require("bignumber.js")),Qa=e=>{let o=new Lo.default(e).dividedBy(1e3).integerValue(Lo.default.ROUND_FLOOR),n=new Lo.default(o).dividedBy(60).integerValue(Lo.default.ROUND_FLOOR),r=new Lo.default(n).dividedBy(60).integerValue(Lo.default.ROUND_FLOOR),c=r.modulo(60).isGreaterThan(1),p=n.modulo(60).isGreaterThan(1),m=n.modulo(60).isLessThan(1);return c?`${r} hours`:p?`${n} minutes`:m?"less than 1 minute":`${n} minute`};t();t();t();var mo=S(require("react")),Rl=require("react"),Dl=require("react"),si=S(require("classnames")),Ml=require("react-dom");L();t();var Il=S(require("react"));t();var $n=S(require("react"));t();var wl=()=>!ce();var Sy=()=>u(void 0,null,function*(){return yield Promise.resolve().then(()=>(oi(),ei))}),by=()=>(oi(),Te(ei)).default,ni=wl();function Al({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:n}){let[r,c]=$n.default.useState(ni?void 0:by()),[p,m]=$n.default.useState(ni||n==null?void 0:n()),l=()=>u(this,null,function*(){(e?e():Sy()).then(d=>c(d.default)),o==null||o().then(d=>m(d.default))});return(0,$n.useEffect)(()=>{ni&&l()},[]),{globalStyles:r,styles:p}}function po(e,o){return n=>{let{globalStyles:r,styles:c}=Al({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return Il.default.createElement(e,k(T({},n),{globalStyles:r!=null?r:{},styles:c!=null?c:{}}))}}t();var El=S(require("react")),Ll=S(require("classnames"));var vy=({className:e,children:o,styles:n})=>El.default.createElement("div",{className:(0,Ll.default)(n==null?void 0:n.dappModalBody,e)},o),ti=po(vy,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});t();var ri=S(require("react")),Pl=S(require("classnames"));var Ay=({visible:e,customFooter:o,className:n,footerText:r,styles:c})=>e?ri.default.createElement("div",{className:(0,Pl.default)(c==null?void 0:c.dappModalFooter,n)},o!=null?o:ri.default.createElement("div",null,r)):null,ai=po(Ay,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});t();var rn=S(require("react")),Nl=require("@fortawesome/free-solid-svg-icons"),Cl=require("@fortawesome/react-fontawesome"),qn=S(require("classnames"));var Iy=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:c,headerTextClassName:p,onHide:m,globalStyles:l,styles:d})=>e?n?rn.default.createElement("div",{className:(0,qn.default)(d==null?void 0:d.dappModalHeader,r)},n):rn.default.createElement("div",{className:(0,qn.default)(d==null?void 0:d.dappModalHeader,r)},rn.default.createElement("div",{className:(0,qn.default)(d==null?void 0:d.dappModalHeaderText,p)},o),rn.default.createElement("button",{onClick:m,className:(0,qn.default)(d==null?void 0:d.dappModalCloseButton,l==null?void 0:l.btn,l==null?void 0:l.btnLight,c)},rn.default.createElement(Cl.FontAwesomeIcon,{size:"lg",icon:Nl.faTimes}))):null,ii=po(Iy,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});var ky={showHeader:!0,showFooter:!1,headerText:"",footerText:""},Ey=({"data-testid":e="dappModal",children:o,className:n="dapp-modal-dialog-wrapper",config:r=ky,id:c="dapp-modal",onHide:p,parentElement:m,visible:l,styles:d})=>{let[_,h]=(0,Rl.useState)(!1);if((0,Dl.useEffect)(()=>{h(!0)},[]),!l)return null;let{showHeader:g,showFooter:x,headerText:I,footerText:E,modalDialogClassName:C="dapp-modal-dialog",modalContentClassName:O="dapp-modal-dialog-content",modalHeaderClassName:V="dapp-modal-dialog-header",modalHeaderTextClassName:G="dapp-modal-dialog-header-text",modalCloseButtonClassName:R="dapp-modal-dialog-close-button",modalBodyClassName:J="dapp-modal-dialog-content-body",modalFooterClassName:oe="dapp-modal-dialog-footer",customModalHeader:Q,customModalFooter:Ze}=r;return mo.default.createElement(mo.default.Fragment,null,_&&(0,Ml.createPortal)(mo.default.createElement("div",{id:c,role:"dialog","aria-modal":"true",className:(0,si.default)(C,d==null?void 0:d.dappModal,n),"data-testid":e},mo.default.createElement("div",{className:(0,si.default)(d==null?void 0:d.dappModalContent,O)},mo.default.createElement(ii,{visible:g,headerText:I,customHeader:Q,className:V,headerTextClassName:G,closeButtonClassName:R,onHide:p}),mo.default.createElement(ti,{className:J},o),mo.default.createElement(ai,{visible:x,customFooter:Ze,footerText:E,className:oe}))),m!=null?m:document==null?void 0:document.body))},Ly=po(Ey,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});t();t();var Ol=require("react");t();t();var Ul=require("react"),My=require("@multiversx/sdk-hw-provider");To();q();N();F();Uo();t();t();Gr();t();t();var Ny=S(require("platform"));t();t();t();t();t();t();t();t();t();Fo();Oo();t();t();t();N();var Cy={},Ry={};var Bl=e=>{if(e.component!=null){let o=e,{component:n,onClose:r}=o,c=uo(o,["component","onClose"]),{payload:p}=b.dispatch(Qr(k(T({},c),{component:null,onClose:void 0})));return Cy[p.toastId]=n,r&&(Ry[p.toastId]=r),p}return b.dispatch(Qr(e)).payload};t();t();var Fl=S(require("axios"));function ci(e){return u(this,null,function*(){try{let{data:o}=yield Fl.default.get(`${e}/websocket/config`);return`wss://${o.url}`}catch(o){throw console.error(o),new Error("Can not get websocket url")}})}t();var Dy=require("react");t();var Oy=require("react"),By=require("@multiversx/sdk-opera-provider");To();q();F();Uo();t();t();var Fy=require("react");To();N();t();t();t();var Wl=require("react");t();var pi=require("react");t();var lo=require("react"),Vl=require("socket.io-client");N();t();var le={current:null,status:"not_initialized"};var Wy=3e3,Gy=3,Gl=500,Hl=1e3,Hy="batchUpdated",Vy="connect",$y="disconnect";function $l(){let e=(0,lo.useRef)(null),o=(0,lo.useRef)(null),{address:n}=pe(),r=D(),{network:c}=Ha(),p=d=>{e.current&&clearTimeout(e.current),e.current=setTimeout(()=>{r(Ts(d))},Hl)},m=d=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{r(xs(d))},Hl)},l=(0,lo.useCallback)(Yt(()=>u(this,null,function*(){le.status="pending";let d=yield ci(c.apiAddress);if(d==null){console.warn("Can not get websocket url");return}le.current=(0,Vl.io)(d,{forceNew:!0,reconnectionAttempts:Gy,timeout:Wy,query:{address:n}}),le.status="completed",le.current.onAny(p),le.current.on(Hy,m),le.current.on(Vy,()=>{console.log("Websocket connected.")}),le.current.on($y,()=>{console.warn("Websocket disconnected. Trying to reconnect..."),setTimeout(()=>{var _;console.log("Websocket reconnecting..."),(_=le.current)==null||_.connect()},Gl)})}),{retries:2,delay:Gl}),[n]);(0,lo.useEffect)(()=>{var d;n&&le.status==="not_initialized"&&!((d=le.current)!=null&&d.active)&&l()},[n,l]),(0,lo.useEffect)(()=>()=>{var d;(d=le.current)==null||d.close(),le.status="not_initialized",e.current&&clearTimeout(e.current)},[])}function cr(e,o){$l();let n=y(ma),r=y(dc);(0,pi.useEffect)(()=>{let c=n==null?void 0:n.message;c&&e(c)},[e,n]),(0,pi.useEffect)(()=>{let c=r==null?void 0:r.data;c&&(o==null||o(c))},[o,r])}t();t();var qy=require("react");M();t();t();t();var jy=S(require("swr"));xo();var{logoutEvent:zy}=ie,ql="storage",zl=()=>{let{address:e}=$e(),o=y(io);(0,jl.useEffect)(()=>{let n=r=>{if(!(r.key!==zy||!r.newValue))try{let{data:c}=JSON.parse(r.newValue);c===e&&de(o)}catch(c){return}};return window==null||window.addEventListener(ql,n),()=>{window==null||window.removeEventListener(ql,n)}},[e,o])};t();t();var pr=require("react"),Kl=require("@fortawesome/free-solid-svg-icons"),mi=S(require("bignumber.js"));var Xl=()=>{let{address:e}=$e(),{tokenLogin:o}=y(ee),{secondsUntilExpires:n,expiresAt:r}=Ko(o==null?void 0:o.nativeAuthToken),c=(0,pr.useRef)();return(0,pr.useEffect)(()=>{var l;let p=new mi.default(String(n)),m=p.times(1e3);if(!(!n||p.isLessThanOrEqualTo(0))){if((l=o==null?void 0:o.nativeAuthConfig)!=null&&l.tokenExpirationToastWarningSeconds){clearTimeout(c.current);let _=new mi.default(o.nativeAuthConfig.tokenExpirationToastWarningSeconds).times(1e3),h=p.times(1e3).minus(_),g=Qa(m.toNumber()),x=h.isLessThanOrEqualTo(0)?0:h.toNumber();c.current=setTimeout(()=>{Bl({toastId:"nativeAuthTokenExpiration",type:"custom",title:"Session Expiration Warning",icon:Kl.faRefresh,message:`Your token will expire in ${g}!`})},x)}return()=>{clearTimeout(c.current)}}},[r,e,o==null?void 0:o.nativeAuthConfig]),null};t();var an=require("react"),Jl=S(require("bignumber.js"));var Yl=()=>{let{address:e}=$e(),{tokenLogin:o}=y(ee),n=y(io),{isExpired:r,secondsUntilExpires:c,expiresAt:p}=Ko(o==null?void 0:o.nativeAuthToken),m=(0,an.useRef)(""),l=(0,an.useRef)();return(0,an.useEffect)(()=>{e&&r&&de(n)},[r,e,n]),(0,an.useEffect)(()=>{let d=new Jl.default(String(c)),_=`${e}_${p}`,h=m.current===_;if(!(c&&d.isGreaterThan(0))||h)return;m.current=_,clearTimeout(l.current);let x=d.times(1e3);return l.current=setTimeout(()=>{de(n)},x.toNumber()),()=>{clearTimeout(l.current)}},[p,e,n]),null};var Zl=()=>(Xl(),zl(),Yl(),null);t();t();var Po=require("react");N();F();Fo();t();N();t();t();function Ql({transactions:e}){return e==null?void 0:e.some(o=>Array.isArray(o))}function mr({transactions:e=[]}){return Ql({transactions:e})?e.flat():e}t();N();M();var di=({errorMessage:e,sessionId:o,transactions:n,clearSignInfo:r})=>{console.error("Unable to send transactions",e),b.dispatch(ke({sessionId:o,status:"fail",errorMessage:e,transactions:n.map(c=>k(T({},c),{status:"not executed"}))})),r==null||r()};t();N();M();var e_=({errorMessage:e,sessionId:o,clearSignInfo:n})=>{console.error("Unable to send transactions",e),b.dispatch(ke({sessionId:o,status:"fail",errorMessage:e})),n==null||n()};var Ky=c=>u(void 0,[c],function*({session:e,sessionId:o,clearSignInfo:n,sendSignedBatchTransactionsAsync:r}){var h,g;let{transactions:p}=e;if(!p)return;let m=(h=e.customTransactionInformation)==null?void 0:h.grouping;if(!m)return;let l=p.reduce((x,I,E)=>{let C=m.findIndex(O=>O.includes(E));return x[C]||(x[C]=[]),x[C].push(I),x},[]);if(l.length===0)return;let d=yield r({transactions:l,sessionId:o}),_=d==null?void 0:d.data;if((d==null?void 0:d.error)||!_){di({errorMessage:(g=d==null?void 0:d.error)!=null?g:"Send batch error",sessionId:o,transactions:p,clearSignInfo:n});return}return _&&b.dispatch(ec(_)),mr({transactions:_==null?void 0:_.transactions}).map(x=>x.hash)}),o_=p=>u(void 0,[p],function*({session:e,sessionId:o,clearSignInfo:n,sendSignedBatchTransactionsAsync:r=qt,sendSignedTransactionsAsync:c=$t}){var d,_,h;let{transactions:m}=e;if(!m)return;if((d=e.customTransactionInformation)==null?void 0:d.grouping)try{return yield Ky({session:e,sessionId:o,clearSignInfo:n,sendSignedBatchTransactionsAsync:r})}catch(g){return di({errorMessage:g.message,sessionId:o,transactions:m}),null}try{let g=m.map(x=>Vo(x));return yield c(g)}catch(g){let x=(_=g.response)==null?void 0:_.data;return e_({errorMessage:(h=x==null?void 0:x.message)!=null?h:g.message,sessionId:o,clearSignInfo:n}),null}});var n_=e=>{let o=e.redirectRoute;o&&So({url:o})},t_=({sendSignedTransactionsAsync:e=$t,sendSignedBatchTransactionsAsync:o=qt})=>{let n=D(),{nonce:r}=y(Ue),c=y(Ve),p=(0,Po.useRef)(!1),m=(0,Po.useRef)([]),l=()=>{n(Go()),p.current=!1},d=(0,Po.useCallback)(()=>u(void 0,null,function*(){var h;let _=Object.keys(c);for(let g of _){let x=c[g],I=(h=x==null?void 0:x.customTransactionInformation)==null?void 0:h.signWithoutSending;if(!x||!g||I){n_(x);continue}if(m.current.includes(g))continue;let{transactions:E}=x;if(!E||!(x.status==="signed"&&!p.current))continue;p.current=!0,m.current.push(g);let V=yield o_({session:x,sessionId:g,clearSignInfo:l,sendSignedTransactionsAsync:e,sendSignedBatchTransactionsAsync:o}),G="pending",R=E.map(Q=>V!=null&&V.includes(Q.hash)?k(T({},Q),{status:G}):Q);n(Ls({sessionId:g,submittedMessage:"submitted"})),n(ke({sessionId:g,status:"sent",transactions:R})),l(),cm(r+E.length),n_(x);let[oe]=E;ya({transaction:oe}),p.current=!1}}),[c,r]);return(0,Po.useEffect)(()=>{d()},[c,d]),null};t();t();t();var T_=require("react");t();var a_=require("react");t();var Xy=e=>e.batchTransactions,r_=w(Xy,e=>{let o=T({},e);return delete o._persist,o});function sn(){let e=y(r_),o=(0,a_.useMemo)(()=>Object.entries(e).map(([n,r])=>({batchId:n,transactions:r.transactions})),[e]);return{batches:e,batchTransactionsArray:o}}M();t();var fr=require("react");et();t();L();var cn=e=>{if(!e||typeof e!="string")return null;let o=e.split(tt)[0];return Bt(o)?parseInt(o,10):null};t();var dr=(e,o)=>new Date().getTime()-e>o;t();var g_=require("react");t();var m_=require("react");M();t();var c_=require("react");t();var i_=S(require("axios"));ro();function s_(n){return u(this,arguments,function*({batchId:e,address:o}){let{apiAddress:r,apiTimeout:c}=K(b.getState()),{data:p}=yield i_.default.get(`${r}/${Mt}/${o}/${e}`,{timeout:Number(c!=null?c:Qn)});return p})}var p_=()=>{let{address:e}=pe();return(0,c_.useCallback)(o=>u(void 0,null,function*(){try{return yield s_({batchId:o,address:e})}catch(n){return console.error(n),null}}),[e])};var lr=()=>{let e=p_();return(0,m_.useCallback)(n=>u(void 0,[n],function*({batchId:o}){let r=yield e(o);return r?{statusResponse:r,isBatchSuccessful:r.status==="success",isBatchFailed:r.status==="fail"||r.status==="invalid"||r.status==="dropped",isBatchNotFound:Boolean(r.statusCode)&&Boolean(r.message)}:{statusResponse:r,isBatchSuccessful:!1,isBatchFailed:!0,isBatchNotFound:!1}}),[e])};t();M();var _r=({transactions:e,hasUnrelatedTransactions:o})=>{let n=e.every(({status:d})=>d==="fail"),r=e.some(({status:d})=>d==="fail"),c=e.some(({status:d})=>d==="pending"),p=e.every(({status:d})=>d==="success"),m=o&&Boolean(!c&&!n&&r);return{isPending:c,isSuccessful:p,isFailed:o?m?!1:n:r,isIncompleteFailed:m}};t();var d_=require("react");N();function l_(){let e=D(),o=lr();return(0,d_.useCallback)(r=>u(this,[r],function*({batchId:n}){let c=yield o({batchId:n});return c.statusResponse&&e(oc(c.statusResponse)),c}),[e,o])}t();var li=require("react");N();t();t();var pn=class{constructor(o){this.status=(o||"").toLowerCase()}static createUnknown(){return new pn("unknown")}isPending(){return this.status=="received"||this.status=="pending"}isExecuted(){return this.isSuccessful()||this.isFailed()||this.isInvalid()}isSuccessful(){return this.status=="executed"||this.status=="success"||this.status=="successful"}isFailed(){return this.status=="fail"||this.status=="failed"||this.status=="unsuccessful"||this.isInvalid()}isInvalid(){return this.status=="invalid"}toString(){return this.status}valueOf(){return this.status}equals(o){return o?this.status==o.status:!1}};t();function __(e){return new Promise(o=>setTimeout(o,e))}var u_=e=>u(void 0,null,function*(){let n=4,r;if(e.length===0)return{data:r,success:!1};for(;r===void 0&&n>0;)try{yield __(3e3);let p=(yield Promise.allSettled(e.map(l=>hp(l)))).map(l=>l.status==="fulfilled"?l.value.data:void 0).filter(l=>l!==void 0);if(p.length>0){let l=p.length===e.length,d=p.some(_=>new pn(_.status).isPending());l&&!d||n===1?(r=p,n=0):n-=1}else n-=1}catch(c){n-=1}return{data:r,success:r!==void 0}});M();function ur(){let e=D(),{address:o}=pe(),n=(0,li.useCallback)(({sessionId:r,dropUnprocessedTransactions:c,serverTransactions:p,batchTransactions:m})=>{for(let l of m){let d=p.find(_=>_.txHash===l.hash);if(!d){c&&e(Ie({sessionId:r,status:"fail",transactionHash:l.hash}));continue}e(Ie({sessionId:r,status:d.status,transactionHash:l.hash}))}},[e]);return(0,li.useCallback)(r=>u(this,null,function*(){if(!r)return;let{transactions:c,isBatchFailed:p,sessionId:m}=r;if(!c||c.length===0)return;if(p){for(let _ of c)e(Ie({sessionId:m,status:"fail",transactionHash:_.hash}));return}let{data:l,success:d}=yield u_(c.map(({hash:_})=>_).filter(_=>Boolean(_)));d&&l&&n({sessionId:m,dropUnprocessedTransactions:r.dropUnprocessedTransactions,serverTransactions:l,batchTransactions:c}),r.shouldRefreshBalance&&(yield Jo())}),[e,o,n])}var gr=e=>{let o=D(),{signedTransactions:n}=en(),r=l_(),c=ur(),p=lr(),m=e==null?void 0:e.onSuccess,l=e==null?void 0:e.onFail;return{verifyBatchStatus:(0,g_.useCallback)(h=>u(void 0,[h],function*({batchId:_}){var R,J,oe,Q,Ze;let g=(J=(R=cn(_))==null?void 0:R.toString())!=null?J:"",x=n[g];if(!x||!((oe=x.customTransactionInformation)==null?void 0:oe.grouping))return;let E=(Ze=(Q=n[g])==null?void 0:Q.transactions)!=null?Ze:[],{isSuccessful:C,isFailed:O,isPending:V}=_r({transactions:E});if(!V)C&&(m==null||m(g)),O&&(l==null||l(g,"Error processing batch transactions."));else{let _o=yield r({batchId:_});yield c({sessionId:g.toString(),isBatchFailed:_o==null?void 0:_o.isBatchFailed,shouldRefreshBalance:!0,transactions:E})}}),[o,p,c,n,r,m,l])}};var f_=e=>{let{batchTransactionsArray:o}=sn(),{verifyBatchStatus:n}=gr(e),r=(0,fr.useCallback)(()=>u(void 0,null,function*(){for(let{batchId:c}of o){let p=cn(c);!p||!dr(p,9e4)||(yield n({batchId:c}))}}),[o,n]);(0,fr.useEffect)(()=>{let c=setInterval(()=>u(void 0,null,function*(){r()}),6e3);return()=>clearInterval(c)},[r])};t();var hr=require("react");et();var h_=e=>{let{batchTransactionsArray:o}=sn(),n=ur(),r=e==null?void 0:e.onSuccess,c=e==null?void 0:e.onFail,p=(0,hr.useCallback)(()=>u(void 0,null,function*(){for(let{batchId:m,transactions:l}of o){let d=cn(m);if(!d||!dr(d,6e5))continue;yield n({sessionId:d.toString(),shouldRefreshBalance:!0,dropUnprocessedTransactions:!0});let _=mr({transactions:l}),{isPending:h,isSuccessful:g,isFailed:x}=_r({transactions:_});h||(Sl(m),g&&(r==null||r(d.toString())),x&&(c==null||c(d.toString(),"Error processing batch transactions. Status: failed")))}}),[o,n,r,c]);(0,hr.useEffect)(()=>{let m=setInterval(()=>u(void 0,null,function*(){p()}),6e3);return()=>clearInterval(m)},[p])};var x_=({onSuccess:e,onFail:o})=>{let{batches:n}=sn(),{signedTransactionsArray:r}=en(),{address:c}=pe(),{verifyBatchStatus:p}=gr({onSuccess:e,onFail:o}),m=()=>{},l=_=>u(void 0,null,function*(){yield p({batchId:_.batchId})}),d=()=>u(void 0,null,function*(){for(let[_,h]of r){let g=Pn({sessionId:_,address:c}),x=!Boolean(n[g]);!(h.status!=="sent")||x||(yield p({batchId:g}))}});cr(m,l),f_({onSuccess:e,onFail:o}),h_({onSuccess:e,onFail:o}),(0,T_.useEffect)(()=>{d()},[])};t();var y_=require("react");function S_(e){var c;let o=Em(),n=(c=e==null?void 0:e.getTransactionsByHash)!=null?c:jt,r=()=>{o(T({shouldRefreshBalance:!0,getTransactionsByHash:n},e))};cr(r),(0,y_.useEffect)(()=>{let p=setInterval(r,3e4);return()=>{clearInterval(p)}},[r])}function b_(e){return S_(e),x_(e),null}function w_({customComponents:e}){var p,m;let o=e==null?void 0:e.transactionSender,n=e==null?void 0:e.transactionTracker,r=(p=o==null?void 0:o.component)!=null?p:t_,c=(m=n==null?void 0:n.component)!=null?m:b_;return mn.default.createElement(mn.default.Fragment,null,mn.default.createElement(r,T({},o==null?void 0:o.props)),mn.default.createElement(c,T({},n==null?void 0:n.props)),mn.default.createElement(Zl,null))}var Zy=()=>{bm()==="webWallet"?Jt(Xe.getInstance()):Jt(Sm)},I_=({children:e,customNetworkConfig:o={},externalProvider:n,environment:r,customComponents:c,dappConfig:p})=>{if(!r)throw new Error("missing environment flag");return n!=null?Jt(n):p!=null&&p.shouldUseWebViewProvider&&Zy(),dn.default.createElement(v_.Provider,{context:Cn,store:b},dn.default.createElement(A_.PersistGate,{persistor:Xc,loading:null},()=>dn.default.createElement(vm,{environment:r,customNetworkConfig:o,dappConfig:p},dn.default.createElement(gm,null),dn.default.createElement(w_,{customComponents:c}),e)))};var Qy=({children:e,route:o="/"})=>{let n=(0,E_.createMemoryHistory)({initialEntries:[o]});return k(T({},(0,k_.render)(Tr.default.createElement(I_,{environment:"devnet"},Tr.default.createElement(Tr.default.Fragment,null,e)))),{history:n})};0&&(module.exports={renderWithProvider});
|
|
2762
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(kl));wy={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"}});var eS={};Re(eS,{renderWithProvider:()=>Qy});module.exports=Te(eS);t();var Tr=S(require("react")),k_=require("@testing-library/react"),E_=require("history");M();t();t();var dn=S(require("react")),v_=require("react-redux"),A_=require("redux-persist/integration/react");t();var Eo=require("react");t();t();t();var gp=S(require("axios"));t();t();N();t();var cc=S(require("lodash.isequal")),At=require("reselect"),w=(0,At.createSelectorCreator)(At.defaultMemoize,cc.default);var Ee=e=>e.account,fe=w(Ee,e=>e.address),Ue=w(Ee,fe,(e,o)=>o in e.accounts?e.accounts[o]:it),pc=w(Ee,Ue,(e,o)=>{let c=e,{accounts:n}=c,r=uo(c,["accounts"]);return k(T({},r),{account:o})}),dg=w(Ue,e=>e.balance),mc=w(Ue,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),H0=w(Ee,e=>e.shard),pa=w(Ee,e=>e.ledgerAccount),V0=w(Ee,e=>e.walletConnectAccount),$0=w(Ee,e=>e.isAccountLoading),q0=w(Ee,e=>e.accountLoadingError),ma=w(Ee,e=>e.websocketEvent),dc=w(Ee,e=>e.websocketBatchEvent);t();var lg=e=>e.dappConfig,lc=w(lg,e=>e.shouldUseWebViewProvider);t();var ee=e=>e.loginInfo,_c=w(ee,e=>e.loginMethod),We=w(ee,fe,(e,o)=>Boolean(o)),uc=w(ee,e=>e.walletConnectLogin),It=w(ee,e=>e.ledgerLogin),kt=w(ee,e=>e.walletLogin),gc=w(ee,e=>e.isLoginSessionInvalid),Ho=w(ee,e=>e.tokenLogin),io=w(ee,e=>e.logoutRoute);t();var fc=e=>e.modals,Q0=w(fc,e=>e.txSubmittedModal),_g=w(fc,e=>e.notificationModal);t();var Le=e=>e.networkConfig,wn=w(Le,e=>e.chainID),nw=w(Le,e=>e.network.walletConnectBridgeAddress),hc=w(Le,e=>e.network.walletConnectV2RelayAddress),Tc=w(Le,e=>e.network.walletConnectV2ProjectId),xc=w(Le,e=>e.network.walletConnectV2Options),yc=w(Le,e=>e.network.walletConnectDeepLink),K=w(Le,e=>e.network),vn=w(K,e=>e.apiAddress),Sc=w(K,e=>e.explorerAddress),Et=w(K,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),ug=w(K,e=>e.xAliasAddress),bc=w(K,e=>e.egldLabel);t();var Lt=e=>e.signedMessageInfo,aw=w(Lt,e=>e.isSigning),iw=w(Lt,e=>e.errorMessage),sw=w(Lt,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),cw=w(Lt,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var wc=e=>e.toasts,gg=w(wc,e=>e.customToasts),vc=w(wc,e=>e.transactionToasts);t();N();var Ac={errorMessage:oa,successMessage:na,processingMessage:ta},Ic=e=>e.transactionsInfo,fg=w(Ic,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Ac);t();t();var Pe=require("@multiversx/sdk-core");L();t();var da=require("@multiversx/sdk-core/out");t();t();function Pt(e){try{let o=atob(e),n=btoa(o),r=a.Buffer.from(e,"base64").toString(),c=a.Buffer.from(r).toString("base64");if(e===n&&e===c||o===r)return!0}catch(o){return!1}return!1}function vo(e){return Pt(e)?atob(e):e}t();t();t();t();var kc=e=>{let o=e!=null?e:"";return Pt(o)?da.TransactionPayload.fromEncoded(o):new da.TransactionPayload(o)};t();L();var An=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(Fr).some(n=>e.startsWith(n)):!1;function Vo(e){var r,c,p;let o=Object.assign({},e);An({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new Pe.Transaction(T(T(k(T(k(T({value:o.value.valueOf(),data:kc(o.data),nonce:o.nonce.valueOf(),receiver:new Pe.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Pe.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:un,gasPrice:(c=o.gasPrice.valueOf())!=null?c:ot,chainID:o.chainID.valueOf(),version:new Pe.TransactionVersion((p=o.version)!=null?p:rs)}),o.options?{options:new Pe.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Pe.Address(o.guardian)}:{}));return o.guardianSignature&&n.applyGuardianSignature(a.Buffer.from(o.guardianSignature,"hex")),o.signature&&n.applySignature(a.Buffer.from(o.signature,"hex")),n}t();t();L();t();t();var ua=require("@reduxjs/toolkit"),zc=require("react-redux/lib/utils/Subscription");N();t();var Ec=S(require("lodash.throttle"));L();N();Kr();Oo();xo();var Tg=[nt],Nt=!1,xg=(0,Ec.default)(()=>{hn(fn())},5e3),Lc=e=>o=>n=>{if(Tg.includes(n.type))return o(n);let r=e.getState(),c=ve.local.getItem(ie.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(c==null)return hn(fn());let m=Date.now();return c-m<0&&!Nt?setTimeout(()=>{Nt=!0,e.dispatch(vs())},1e3):(Nt&&(Nt=!1),xg()),o(n)};t();t();function Ct(){return typeof sessionStorage!="undefined"}var $c=Ct()?(Mc(),Te(Dc)).default:(Bc(),Te(Oc)).default,qc=Ct()?(Uc(),Te(Fc)).default:[],jc=Ct()?(Vc(),Te(Hc)).default:e=>e;Rt();var b=(0,ua.configureStore)({reducer:$c,middleware:e=>e({serializableCheck:{ignoredActions:[...qc,st.type,yo.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Lc)}),Kc=(0,zc.createSubscription)(b),Xc=jc(b),bv=(0,ua.configureStore)({reducer:Ao});t();t();var Vg=require("@multiversx/sdk-core/out");t();L();t();var Yc=require("@multiversx/sdk-core");M();t();var Jc=require("@multiversx/sdk-core");function $g(e){try{let o=new Jc.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function kn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&$g(e)}t();t();t();var qg=require("@multiversx/sdk-core"),jg=S(require("bignumber.js"));F();t();t();t();var Dt="accounts";var ga="blocks";var ep="dapp/config";var op="network/config";var Mt="batch";t();t();t();t();te();t();t();te();t();t();t();var Zg=S(require("bignumber.js"));L();t();var Yg=require("@multiversx/sdk-core"),fa=S(require("bignumber.js"));L();t();var rp=S(require("bignumber.js")),Bt=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new rp.default(n),c=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=c};t();fa.default.config({ROUNDING_MODE:fa.default.ROUND_FLOOR});t();t();t();L();t();t();t();t();L();t();L();t();var Qg=require("@multiversx/sdk-core");L();t();var Ln=require("@multiversx/sdk-core"),tf=S(require("bignumber.js"));L();t();t();var ef=S(require("bignumber.js"));L();t();L();t();t();t();t();t();t();L();t();L();t();L();t();te();var af=["reDelegateRewards","claimRewards","unBond"],sf=["wrapEgld","unwrapEgld"],cf=["unStake"],pf=["unDelegate"];t();t();t();L();t();var _f=S(require("bignumber.js"));t();t();te();t();var uf=S(require("bignumber.js"));t();t();t();t();var hf=S(require("bignumber.js"));M();t();t();t();t();F();t();var sp=require("@multiversx/sdk-web-wallet-provider");L();t();var ip=S(require("qs"));t();t();t();t();t();var ce=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var B=()=>{if(!ce())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:c,search:p}}=window;return{pathname:o,hash:n,origin:r,href:c,search:p}};var Ft=(e="")=>{let o=B(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`};t();var Ut=e=>{let o=new URLSearchParams(e).toString(),{pathname:n,hash:r}=B(),c=o?`?${o}`:"",p=n?`${n}${c}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,p)})};t();var Tf={search:ce()?window.location.search:"",removeParams:[]},Wt=(e,o=Tf)=>{var m;let n={},r=ce()?window.location.search:"",c=(m=o.search)!=null?m:r;if(c){let l=c?new URLSearchParams(c):[];n=Object.fromEntries(l)}let p={};return e.forEach(l=>{p[l]=n[l],delete n[l]}),o.removeParams!=null&&Object.keys(n).forEach(l=>{var _,h;let[d]=l.split("[");(((_=o.removeParams)==null?void 0:_.includes(l))||((h=o.removeParams)==null?void 0:h.includes(d)))&&delete n[l]}),{remainingParams:p,params:n,clearNavigationHistory:()=>Ut(n)}};var xa=({removeParams:e,search:o})=>{let n=ce()?window.location.search:"",r=o!=null?o:n;if(!r)return{};let c=ip.default.parse(r.replace("?","")),p=Object.keys(c).filter(l=>!e.includes(l)),{remainingParams:m}=Wt(p,{search:o,removeParams:e});return Ut(m),m};var ya=({transaction:e,search:o})=>xa({removeParams:[...Object.keys(e),sp.WALLET_PROVIDER_CALLBACK_PARAM,gn,Wr],search:o});t();t();t();t();te();t();t();t();var xf=S(require("linkifyjs"));t();L();t();var yf=S(require("bignumber.js"));t();M();t();t();F();t();F();t();t();t();te();t();te();t();var Sf=S(require("bignumber.js"));L();te();t();te();t();var pp=require("react");M();t();t();te();t();t();var bf=require("@multiversx/sdk-core/out"),wf=S(require("bignumber.js"));te();t();M();t();t();M();var PL=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var mp=require("react");M();t();var Af=require("react");te();var FL=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Wo();var Ht=e=>e.transactions,Ve=w(Ht,e=>e.signedTransactions),If=w(Ht,e=>e.signTransactionsError),dp=w(Ht,e=>e.signTransactionsCancelMessage),Vt=e=>o=>Object.entries(o).reduce((n,[r,c])=>(e(c.status)&&(n[r]=c),n),{}),Sa=w(Ve,Vt(Fe)),lp=w(Ve,Vt(bo)),_p=w(Ve,Vt(wo)),kf=w(Ve,Vt(aa)),up=w(Ht,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:k(T({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>Vo(n)))||[]})}),Ef=w(Ve,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});function $t(e){return u(this,null,function*(){let{apiAddress:o,apiTimeout:n}=K(b.getState()),r=e.map(p=>gp.default.post(`${o}/transactions`,p.toPlainObject(),{timeout:parseInt(n)}));return(yield Promise.all(r)).map(({data:p})=>p.txHash)})}t();var fp=S(require("axios"));ro();t();L();var Pn=({sessionId:e,address:o})=>`${e}${tt}${o}`;function qt(n){return u(this,arguments,function*({transactions:e,sessionId:o}){var m;let r=fe(b.getState()),{apiAddress:c,apiTimeout:p}=K(b.getState());if(!r)return{error:"Invalid address provided. You need to be logged in to send transactions",batchId:null};try{let l=Pn({sessionId:o,address:r}),d={transactions:e,id:l},_=yield fp.default.post(`${c}/${Mt}`,d,{timeout:Number(p!=null?p:Qn)});return{batchId:l,data:_.data}}catch(l){return console.error("error sending batch transactions",l),{error:(m=l==null?void 0:l.message)!=null?m:"error sending batch transactions",batchId:null}}})}t();var ba=S(require("axios"));function jt(e){return u(this,null,function*(){let o=vn(b.getState()),n=e.map(c=>c.hash),{data:r}=yield ba.default.get(`${o}/transactions`,{params:{hashes:n.join(","),withScResults:!0}});return e.map(({hash:c,previousStatus:p})=>{let m=r.find(l=>(l==null?void 0:l.txHash)===c);return{hash:c,data:m==null?void 0:m.data,invalidTransaction:m==null,status:m==null?void 0:m.status,results:m==null?void 0:m.results,sender:m==null?void 0:m.sender,receiver:m==null?void 0:m.receiver,previousStatus:p,hasStatusChanged:m&&m.status!==p}})})}function hp(e){return u(this,null,function*(){let o=vn(b.getState());return yield ba.default.get(`${o}/transactions/${e}`,{timeout:1e4})})}t();var Pf=S(require("axios"));t();t();var Nf=S(require("axios"));t();var Cf=S(require("axios"));t();t();t();var xp=S(require("axios"));t();t();var Nn=e=>{let o=e!=null?e:vn(b.getState());return o.endsWith("/")?o.slice(0,-1):o};var yp=e=>{let n=`${Nn()}/${Dt}/${e}?withGuardianInfo=true`;return xp.default.get(n)};function Sp(e){return u(this,null,function*(){if(!e)return null;try{let{data:o}=yield yp(e);return o}catch(o){console.error("error fetching configuration for ",e)}return null})}t();t();ro();t();var bp=S(require("axios"));function wa(e){return u(this,null,function*(){let o=`${e}/${ep}`;try{let{data:r}=yield bp.default.get(o);if(r!=null){let c="egldDenomination";if(c in r){let n=r,{[c]:p,decimals:m}=n,l=uo(n,[hi(c),"decimals"]);return k(T({},l),{decimals:p,digits:m})}return r}}catch(r){console.error("error fetching configuration for ",o)}return null})}t();var wp=S(require("axios"));var Rf=e=>{try{return Boolean(new URL(e))}catch(o){return!1}};function vp(){return u(this,null,function*(){var n;let e=Nn();if(!Rf(e))return null;let o=`${e}/${op}`;try{let{data:r}=yield wp.default.get(o);if(r!=null)return(n=r==null?void 0:r.data)==null?void 0:n.config}catch(r){console.error("error fetching configuration for ",o)}return null})}t();ro();t();ro();t();t();var Of=S(require("axios"));t();var Bf=S(require("axios"));t();var nm=require("react"),or=require("@multiversx/sdk-core");t();t();t();var Ap=require("react"),$o=require("react-redux");var Ff={store:b,subscription:Kc},Cn=(0,Ap.createContext)(Ff),cC=(0,$o.createStoreHook)(Cn),D=(0,$o.createDispatchHook)(Cn),y=(0,$o.createSelectorHook)(Cn);var $e=()=>y(pc);t();var pe=()=>y(Ue);t();t();t();t();t();var Rn=S(require("react"));var bC=(0,Rn.createContext)({}),wC=b.getState();t();var kp=S(require("react"));t();var va=S(require("react")),Uf=S(require("axios"));t();t();t();t();t();var Ep=require("@multiversx/sdk-extension-provider"),Lp=require("@multiversx/sdk-hw-provider"),Pp=require("@multiversx/sdk-opera-provider"),Aa=require("@multiversx/sdk-web-wallet-provider");L();F();t();var zt={},Kt=qo;var Wf="/dapp/init",jo=e=>{switch(e==null?void 0:e.constructor){case Aa.WalletProvider:return"wallet";case Kt:return"walletconnectv2";case Lp.HWProvider:return"ledger";case Ep.ExtensionProvider:return"extension";case Pp.OperaProvider:return"opera";case qo:return"";default:return"extra"}},Xt=e=>new Aa.WalletProvider(`${e}${Wf}`),Ia=e=>u(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===as}}),qe=e=>`Unable to perform ${e}, Provider not initialized`,qo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(qe(`login with options: ${o}`))}logout(o){throw new Error(qe(`logout with options: ${o}`))}getAddress(){throw new Error(qe("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(qe(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(qe(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(qe(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(qe(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(qe(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(qe(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Dn=new qo;var Ea=Dn,ka=null;function me(e){Ea=e}function Jt(e){ka=e}function zo(){ka!=null&&(Ea=ka)}function Z(){return Ea||Dn}t();t();var Gf=require("react"),Hf=S(require("swr"));N();t();t();var om=require("@multiversx/sdk-native-auth-client");t();var Rp=S(require("axios"));t();t();t();function Np(e){return u(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Cp=(e,o,n,r=0)=>u(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Np(o.delay)),yield Cp(e,o,n,r+1)):null}}),Yt=(e,o={retries:5,delay:500})=>(...n)=>u(void 0,null,function*(){return yield Cp(e,o,n)});var Vf=4,$f=3e4,Zt={current:null},Io={current:null},qf=Yt((e,o,n)=>u(void 0,null,function*(){if(n){let p=Math.floor(Date.now()/1e3);return{hash:yield n(),timestamp:p}}let{data:r}=yield Rp.default.get(`${e}/${ga}?from=${Vf}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[c]=r;return c}));function Dp(e,o,n,r){return u(this,null,function*(){if(e==null)throw new Error("missing api url");let c=Date.now();if(Zt.current!=null&&c<Zt.current.timestamp*1e3+$f&&!r)return Zt.current;if(Io.current!=null)return yield Io.current;Io.current=qf(e,o,n);try{let p=yield Io.current;if(p==null)throw Io.current=null,new Error("could not get block hash");return Zt.current={hash:p.hash,timestamp:p.timestamp},Io.current=null,p}catch(p){return Io.current=null,null}})}t();t();rt();t();t();var em=S(Qp());var Qt=e=>{if(!e||!(0,em.default)(e))return null;let o=e.split(".");if(o.length!==4)return null;try{let[n,r,c,p]=o,m=JSON.parse(vo(p)),l=vo(n);return{ttl:Number(c),extraInfo:m,origin:l,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};function fh(e){return Object.prototype.toString.call(e)==="[object String]"}var er=e=>{var n;if(!e||!fh(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,c,p]=o,m=vo(r),l=vo(c),d=Qt(l);if(!d)return{address:m,body:l,signature:p,blockHash:"",origin:"",ttl:0};let _=k(T({},d),{address:m,body:l,signature:p});return(n=d.extraInfo)!=null&&n.timestamp||delete _.extraInfo,_}catch(r){return null}};var Na={isExpired:!1},Ko=e=>{if(!e)return Na;let o=er(e);if(!o)return Na;let n=Mo(),{ttl:r,extraInfo:c}=o,p=c==null?void 0:c.timestamp;if(!p)return Na;let m=p+r,l=n>m,d=m-n;return{isExpired:l,expiresAt:m,secondsUntilExpires:d}};t();var Bn={origin:B().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},Fn=e=>{var n,r,c,p,m,l;return e===!0?Bn:{origin:(n=e==null?void 0:e.origin)!=null?n:Bn.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:Bn.expirySeconds,apiAddress:(c=e==null?void 0:e.apiAddress)!=null?c:Bn.apiAddress,tokenExpirationToastWarningSeconds:(p=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?p:Bn.tokenExpirationToastWarningSeconds,extraInfo:(m=e==null?void 0:e.extraInfo)!=null?m:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(l=e==null?void 0:e.extraRequestHeaders)!=null?l:{}}};var Ca=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:c,extraInfo:p,gatewayUrl:m,extraRequestHeaders:l}=Fn(e),d=new om.NativeAuthClient({origin:o,apiUrl:n,expirySeconds:r,blockHashShard:c,gatewayUrl:m,extraRequestHeaders:l});return{getNativeAuthConfig:Fn,initialize:g=>u(void 0,null,function*(){var G,R;if(!n||!o)return"";let x=()=>d.getCurrentBlockHash(),I=(G=g==null?void 0:g.latestBlockInfo)!=null?G:yield Dp(n,c,x,g==null?void 0:g.noCache),{hash:E,timestamp:C}=I,O=d.encodeValue(JSON.stringify(T(T({},(R=g==null?void 0:g.extraInfo)!=null?R:p),C?{timestamp:C}:{})));return`${d.encodeValue(o)}.${E}.${r}.${O}`}),getToken:({address:g,token:x,signature:I})=>d.getToken(g,x,I),getTokenExpiration:Ko}};var hh=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},so=e=>{let o=y(K),n=y(Ho),r=(0,nm.useRef)(n==null?void 0:n.loginToken),c=hh(o.apiAddress,e),p=Fn(T(T({},e===!0?{}:e),c?{apiAddress:c}:{})),m=Boolean(e),l=Ca(p),{address:d}=pe(),_=D(),h=E=>{r.current=E,_(ao(T({loginToken:E},c?{nativeAuthConfig:p}:{})))},g=()=>{try{return l.initialize()}catch(E){console.error("Unable to get block. Login failed.",E);return}},x=({address:E,signature:C})=>{let O=r.current;if(!O)throw"Token not found. Call `setLoginToken` first.";if(!m){_(ao({loginToken:O,signature:C}));return}let V=l.getToken({address:E,token:O,signature:C});return _(ao(T({loginToken:O,signature:C,nativeAuthToken:V},c?{nativeAuthConfig:p}:{}))),V};return{configuration:p,setLoginToken:h,getNativeAuthLoginToken:g,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:O=>u(void 0,[O],function*({signMessageCallback:E,nativeAuthClientConfig:C}){let G=yield Ca(C||p).initialize({noCache:Boolean(C)});if(r.current=G,!G)return;let R=new or.SignableMessage({address:new or.Address(d),message:a.Buffer.from(`${d}${G}`)}),J=yield E(R,{});return x({address:d,signature:J.getSignature().toString("hex")})})}};t();var he=require("react");t();var nr=require("react");function Ra(e,o=[]){let n=(0,nr.useRef)(!0);(0,nr.useEffect)(()=>{n.current?n.current=!1:e()},o)}q();N();F();t();t();function tm(){let e=Z();return jo(e)}function je(e){return tm()===e}t();function ko(){return We(b.getState())}Uo();t();q();M();t();function rm(e,o){if(!e){typeof console!="undefined"&&console.warn(o);try{throw new Error(o)}catch(n){}}}function am(e,o){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=Th(e.path,e.caseSensitive,e.end),c=o.match(n);if(!c)return null;let p=c[0],m=p.replace(/(.)\/+$/,"$1"),l=c.slice(1);return{params:r.reduce((_,h,g)=>{if(h==="*"){let x=l[g]||"";m=p.slice(0,p.length-x.length).replace(/(.)\/+$/,"$1")}return _[h]=xh(l[g]||"",h),_},{}),pathname:p,pathnameBase:m,pattern:e}}function Th(e,o=!1,n=!0){rm(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 r=[],c="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(m,l)=>(r.push(l),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),c+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):c+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(c,o?void 0:"i"),r]}function xh(e,o){try{return decodeURIComponent(e)}catch(n){return rm(!1,`The value for the URL param "${o}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}t();t();var im=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o),r=n==null?void 0:n.address;return kn(r)?r:null};t();function Ne(e){return u(this,null,function*(){return yield Sp(e)})}t();t();F();function ze(){let e=b.getState(),o=Z(),n=fe(e),r=We(e),c=kt(e);if(!o)throw"provider not initialized";return je("ledger")&&r?new Promise(p=>{p(n)}):!je("")&&!je("wallet")&&!je("extra")?o.getAddress():new Promise(p=>{let m=im();c!=null&&m&&p(m),r&&p(n),p("")})}t();function Xo(e){let o=b.getState(),n=mc(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}t();var tr=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.accessToken};t();q();M();t();N();var sm=()=>u(void 0,null,function*(){try{let e=yield ze();try{let o=yield Ne(e);if(o!=null){let n=k(T({},o),{nonce:Xo(o)});return b.dispatch(yo(n)),n}}catch(o){console.error("Failed getting account ",o)}}catch(e){console.error("Failed getting address ",e)}return null});function Jo(){return u(this,null,function*(){let e=Z();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return sm();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?sm():void 0}catch(o){console.error("Failed initializing provider ",o)}})}t();N();function cm(e){b.dispatch(st(e))}t();var pm=require("@multiversx/sdk-core");Fo();Oo();xo();var mm=({callbackUrl:e,onRedirect:o})=>{typeof o=="function"?o(e):e&&So({url:e})},yh=e=>{let o=ve.local.getItem(ie.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(ve.local.setItem({key:ie.logoutEvent,data:e,expires:0}),ve.local.removeItem(ie.logoutEvent))};function de(r,c){return u(this,arguments,function*(e,o,n=Boolean(tr())){var I;let p="",m=Z(),d=jo(m)==="wallet",_=((I=m==null?void 0:m.isInitialized)==null?void 0:I.call(m))===!0;if(n&&(m==null?void 0:m.relogin)!=null)return m.relogin();try{p=yield ze(),yh(p)}catch(E){console.error("error fetching logout address",E)}let h=Ft(e),g=B(),x=new URL(h).pathname;if((am(g.pathname,x)||d&&_)&&Ns(),!p&&!_)return mm({callbackUrl:h,onRedirect:o});try{if(b.dispatch(W()),d)return setTimeout(()=>{m.logout({callbackUrl:h})});yield m.logout({callbackUrl:h})}catch(E){console.error("error logging out",E)}finally{mm({callbackUrl:h,onRedirect:o})}})}var Da=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,logoutRoute:c,canLoginRef:p,customRequestMethods:m=[]})=>{var ui;let l=D(),d=n!=null,_=so(n),h=o,[g,x]=(0,he.useState)(""),[I,E]=(0,he.useState)(""),[C,O]=(0,he.useState)(!0),[V,G]=(0,he.useState)([]),R=Z(),J=y(hc),oe=y(Tc),Q=y(xc),Ze=y(wn),_o=y(yc),xr=y(io),P=(0,he.useRef)(R),X=p!=null?p:(0,he.useRef)(!1),Qe=(0,he.useRef)(!1),ln=(ui=c!=null?c:xr)!=null?ui:"/",eo=[zt.CANCEL_ACTION,...m];o&&eo.push(zt.SIGN_LOGIN_TOKEN),d&&eo.push(zt.SIGN_NATIVE_AUTH_TOKEN);let L_=C?"":`${_o}?wallet-connect=${encodeURIComponent(I)}`,yr=Boolean(g),P_=ko(),N_=()=>{de(ln)},C_=$=>{console.log("WalletConnect Session Event: ",$)},R_=()=>u(void 0,null,function*(){var $,Y,U;try{let j=P.current;if(ko()||j==null||!je("walletconnectv2")||Qe.current)return;if(!X.current){try{yield($=P.current)==null?void 0:$.logout()}catch(oS){console.warn("Unable to logout")}return}let no=yield(Y=P.current)==null?void 0:Y.getAddress();if(!no){console.warn("Login cancelled.");return}let wr=yield(U=P.current)==null?void 0:U.getSignature(),B_={address:no,loginMethod:"walletconnectv2"},F_={logoutRoute:ln,loginType:"walletconnectv2",callbackRoute:e!=null?e:B().href};l(ws(F_)),wr&&_.setTokenLoginInfo({signature:wr,address:no}),l(re(B_)),xn({callbackRoute:e,onLoginRedirect:r,options:{address:no,signature:wr}})}catch(j){x("User rejected connection proposal"),console.error(j)}}),D_=()=>u(void 0,null,function*(){var $,Y,U,j,oo;X.current=!1;try{((j=(U=(Y=($=P.current)==null?void 0:$.walletConnector)==null?void 0:Y.session)==null?void 0:U.getAll())!=null?j:[]).length>0&&(yield(oo=P.current)==null?void 0:oo.logout())}catch(no){console.warn("Unable to logout")}}),M_=$=>u(void 0,null,function*(){var Y,U,j;if(!J||!oe){x("Invalid WalletConnect setup");return}if(!$||!$.topic){x("Expired connection");return}try{let{approval:oo}=yield(Y=P.current)==null?void 0:Y.connect({topic:$.topic,methods:eo});if(d&&!h&&(h=yield _.getNativeAuthLoginToken(),!h)){console.warn("Fetching block failed. Login cancelled.");return}h&&_.setLoginToken(h);try{yield(U=P.current)==null?void 0:U.login({approval:oo,token:h})}catch(no){x("User rejected existing connection proposal"),O(!0),yield Sr()}}catch(oo){console.error("Unable to connect to existing session",oo),x("Unable to connect to existing session")}finally{G((j=P.current)==null?void 0:j.pairings)}}),O_=$=>u(void 0,null,function*(){var Y,U;try{$&&(yield(Y=P.current)==null?void 0:Y.logout({topic:$}))}catch(j){console.error("Unable to remove existing pairing",j),x("Unable to remove existing pairing")}finally{let j=yield(U=P.current)==null?void 0:U.getPairings();G(j)}});function Sr($=!0){return u(this,null,function*(){var j;if(!oe||!J){x("Invalid WalletConnect setup");return}if(Qe.current)return;if(Qe.current=!0,(j=P.current)!=null&&j.walletConnector){P.current.init(),me(P.current),Qe.current=!1,X.current=!0,$&&br();return}let Y={onClientLogin:R_,onClientLogout:N_,onClientEvent:C_},U=new Kt(Y,Ze,J,oe,Q);yield U.init(),me(U),P.current=U,Qe.current=!1,X.current=!0,$&&(G(U.pairings),br())})}function br(){return u(this,null,function*(){var $,Y;if(!J||!oe){x("Invalid WalletConnect setup");return}try{let{uri:U,approval:j}=yield($=P.current)==null?void 0:$.connect({methods:eo});if(!Boolean(U))return;if(E(U),(Q==null?void 0:Q.logger)==="debug"&&console.log("WalletConnect uri: ",U),d&&!h&&(h=yield _.getNativeAuthLoginToken(),!h)){console.warn("Fetching block failed. Login cancelled.");return}h&&_.setLoginToken(h);try{yield(Y=P.current)==null?void 0:Y.login({approval:j,token:h})}catch(no){x("User rejected connection proposal"),O(!0),yield Sr()}}catch(U){console.error("Unable to connect",U)}})}return Ra(()=>{!o||br()},[o]),Ra(()=>{P.current=R},[R]),(0,he.useEffect)(()=>{O(!Boolean(I))},[I]),[Sr,{error:g,loginFailed:yr,isLoading:C&&!yr,isLoggedIn:P_&&!yr},{uriDeepLink:L_,walletConnectUri:I,cancelLogin:D_,connectExisting:M_,removeExistingPairing:O_,wcPairings:V}]};q();N();F();t();var dm=require("react");t();q();N();M();function Yo(e,o=b.dispatch){let n=er(e);if(n==null)return;let{signature:r,address:c}=n;r&&e&&c&&(o(ao({loginToken:e,signature:r,nativeAuthToken:e})),o(re({address:c,loginMethod:"extra"})))}function lm(){let e=D(),o=y(lc),n=tr();(0,dm.useEffect)(()=>{!o||Yo(n,e)},[n,o])}t();t();var Sh=require("@multiversx/sdk-opera-provider");t();var _m=require("@multiversx/sdk-extension-provider");function Ma(e){return u(this,null,function*(){try{let o=_m.ExtensionProvider.getInstance().setAddress(e);if(yield o.init())return o;console.error("Could not initialise extension, make sure MultiversX wallet extension is installed.")}catch(o){console.error("Unable to login to ExtensionProvider",o)}return null})}t();t();var um=require("react"),Oa=require("@multiversx/sdk-hw-provider");var Ba=()=>{let e=y(io),o=y(We),n=y(It),r=Z(),[c,p]=(0,um.useState)(),m=()=>u(void 0,null,function*(){let d=(n==null?void 0:n.index)!=null;try{if(r instanceof Oa.HWProvider&&r.isInitialized())return d&&(yield r.setAddressIndex(n.index)),r;let _=new Oa.HWProvider;return(yield _.init())?(d&&(yield _.setAddressIndex(n.index)),_):null}catch(_){return console.error("Failed to initialise Ledger Provider"),null}});function l(d){return u(this,null,function*(){let _,h=o&&!(d!=null&&d.isRelogin);try{if(_=yield m(),!_){console.warn("Could not initialise ledger app"),h&&de(e);return}let g=yield Ia(_);return me(_),p(g),_}catch(g){console.error("Could not initialise ledger app",g),h&&de(e)}return null})}return{setLedgerProvider:l,ledgerData:c}};var Fa=!1;function gm(){let e=y(K),o=y(Et),n=y(uc),r=y(_c),c=y(kt),p=y(fe),m=y(pa),l=y(It),d=y(We),_=y(Ho),h=_==null?void 0:_.nativeAuthConfig,g=so(h||!1),x=(0,Eo.useRef)(!1),I=D(),{setLedgerProvider:E,ledgerData:C}=Ba();lm();let{callbackRoute:O,logoutRoute:V}=n||{callbackRoute:"",logoutRoute:""},[G]=Da({callbackRoute:O,logoutRoute:V});(0,Eo.useEffect)(()=>{R()},[e]),(0,Eo.useEffect)(()=>{xr()},[r]),(0,Eo.useEffect)(()=>{oe()},[p,e]),(0,Eo.useEffect)(()=>{J()},[m,d,C]);function R(){return u(this,null,function*(){try{let P=yield vp();P&&I(Us(P.erd_chain_id))}catch(P){console.error("failed refreshing chainId ",P)}})}function J(){m==null&&l!=null&&C&&I(zr({index:l.index,address:p,hasContractDataEnabled:C.dataEnabled,version:C.version}))}function oe(){return u(this,null,function*(){if(I(Bo(!0)),x.current){x.current=!1,I(Bo(!1));return}if(p)try{let P=yield Ne(p);P&&I(yo(k(T({},P),{address:p,nonce:P.nonce.valueOf()})))}catch(P){I(hs("Failed getting account")),console.error("Failed getting account ",P)}I(Bo(!1))})}function Q(){return u(this,null,function*(){let P=Xt(o);if(me(P),c!=null){try{let X=yield ze(),{clearNavigationHistory:Qe,remainingParams:{signature:ln}}=Wt(["signature","loginToken","address"]);if(!X)return me(Dn),I(ao(null)),I(mt(null)),Qe();ln&&g.setTokenLoginInfo({signature:ln,address:X});let eo=yield Ne(X);eo&&(x.current=!0,I(Bo(!0)),I(re({address:X,loginMethod:"wallet"})),I(yo(k(T({},eo),{nonce:Xo(eo)}))),I(Bo(!1))),Qe()}catch(X){console.error("Failed authenticating wallet user ",X)}I(mt(null))}})}function Ze(){return u(this,null,function*(){let P=yield ze(),X=yield Ma(P);X&&me(X)})}function _o(){return u(this,null,function*(){let P=yield ze(),X=yield Ma(P);X&&me(X)})}function xr(){return u(this,null,function*(){if(!(r==null||Fa))switch(r){case"ledger":{Fa=!0,yield E(),Fa=!1;break}case"walletconnectv2":{G(!1);break}case"extension":{Ze();break}case"opera":{_o();break}case"extra":{zo();break}case"wallet":case"":{Q();break}default:return}})}return null}t();t();var fm=require("@multiversx/sdk-core"),hm=require("@multiversx/sdk-web-wallet-cross-window-provider/out/constants"),Ke=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types");t();var Un=()=>{var e;if(ce()){let o=window.location.ancestorOrigins;return(e=o==null?void 0:o[o.length-1])!=null?e:"*"}return"*"};var bh=e=>()=>{throw new Error(`Unable to perform ${e}, Provider not initialized`)},Xe=class{constructor(){this.init=()=>u(this,null,function*(){return!0});this.login=()=>u(this,null,function*(){return!0});this.logout=()=>u(this,null,function*(){let o=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.logoutRequest});return Boolean(o.payload.data)});this.relogin=()=>u(this,null,function*(){let o=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.loginRequest}),{data:n,error:r}=o.payload;if(r||!n)throw new Error("Unable to re-login");let{accessToken:c}=n;return c?(Yo(c),zo(),c):(console.error("Unable to re-login. Missing accessToken."),null)});this.signTransactions=o=>u(this,null,function*(){let n=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.signTransactionsRequest,payload:o.map(m=>m.toPlainObject())}),{data:r,error:c}=n.payload;return c||!r?(console.error("Unable to sign transactions"),null):r.map(m=>fm.Transaction.fromPlainObject(m))});this.signTransaction=o=>u(this,null,function*(){let n=yield this.signTransactions([o]);return n==null?void 0:n[0]});this.sendPostMessage=o=>u(this,null,function*(){let n=typeof window!="undefined"?window:{};return n.ReactNativeWebView?n.ReactNativeWebView.postMessage(JSON.stringify(o),Un()):n.webkit?n.webkit.messageHandlers.postMessage(JSON.stringify(o),Un()):n.parent&&n.parent.postMessage(o,Un()),yield this.waitingForResponse(hm.responseTypeMap[o.type])});this.isInitialized=()=>!0;this.isConnected=()=>u(this,null,function*(){return!0});this.getAddress=bh("getAddress")}static getInstance(){return Xe.instance||(Xe.instance=new Xe),Xe.instance}signMessage(o){return u(this,null,function*(){let n=yield this.sendPostMessage({type:Ke.CrossWindowProviderRequestEnums.signMessageRequest,payload:o}),{data:r,error:c}=n.payload;return c||!r?(console.error("Unable to sign message"),null):r.status!==Ke.SignMessageStatusEnum.signed?(console.error("Could not sign message"),null):(o.applySignature(a.Buffer.from(String(r.signature),"hex")),o)})}waitingForResponse(o){return u(this,null,function*(){return yield new Promise(n=>{window.addEventListener("message",function r(c){return u(this,null,function*(){let{type:p,payload:m}=c.data;if(c.origin!=Un()){console.error("origin not accepted",{eventOrigin:c.origin});return}(o===p||p===Ke.CrossWindowProviderResponseEnums.cancelResponse)&&(window.removeEventListener("message",r),n({type:p,payload:m}))})})})})}};t();t();var Ga=require("@multiversx/sdk-core");M();t();F();var Tm=typeof window!="undefined"?window:{},xm=()=>Tm.ReactNativeWebView?"reactNative":Tm.webkit?"ios":"web";t();M();var Zo={signTransactions:{["ios"]:e=>window.webkit.messageHandlers.signTransactions.postMessage(e,co()),["reactNative"]:e=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.signTransactionsRequest,message:e})),["web"]:e=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.signTransactionsRequest,message:e}),co())},sendCustomRequest:{["ios"]:e=>window.webkit.messageHandlers.signMessage.postMessage({type:e.request.method,payload:e.request.params}),["reactNative"]:e=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:e.request.method,payload:e.request.params})),["web"]:e=>window==null?void 0:window.postMessage(JSON.stringify({type:e.request.method,payload:e.request.params}),co())},signMessage:{["ios"]:e=>window.webkit.messageHandlers.signMessage.postMessage(e),["reactNative"]:e=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.signMessageRequest,message:e})),["web"]:e=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.signMessageRequest,message:e}),co())},logout:{["ios"]:()=>window.webkit.messageHandlers.logout.postMessage(),["reactNative"]:()=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.logoutRequest})),["web"]:()=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.logoutRequest}),co())},login:{["ios"]:()=>window.webkit.messageHandlers.login.postMessage(),["reactNative"]:()=>window==null?void 0:window.ReactNativeWebView.postMessage(JSON.stringify({type:Be.loginRequest})),["web"]:()=>window==null?void 0:window.postMessage(JSON.stringify({type:Be.loginRequest}),co())}};var ym=e=>()=>{throw new Error(`Unable to perform ${e}, Provider not initialized`)},Qo=xm(),co=()=>{var e,o;return ce()&&(o=(e=window==null?void 0:window.parent)==null?void 0:e.origin)!=null?o:"*"},Wn="message",Wa=e=>{let o=n=>{let r=n.data;if(!(n.target.origin!=co()&&Qo!="reactNative"))try{r=JSON.parse(r),e(r)}catch(c){console.error("error parsing response")}};document&&document.addEventListener(Wn,o),window&&window.addEventListener(Wn,o)},Sm={init:()=>u(void 0,null,function*(){return!0}),login:()=>u(void 0,null,function*(){return!0}),relogin:()=>u(void 0,null,function*(){try{return Zo.login[Qo](),yield new Promise((o,n)=>{function r(c){let{message:p,type:m}=c;if(m===Zn.loginResponse)try{let{accessToken:l,error:d}=p;d?n(d):(Yo(l),zo(),o(l))}catch(l){n("Unable to login")}document&&document.removeEventListener(Wn,r)}Wa(r)})}catch(e){throw console.error("error logging in",e),e}}),logout:()=>(Zo.logout[Qo](),new Promise(e=>{e(!0)})),getAddress:ym("getAddress"),isInitialized:()=>!0,isConnected:()=>u(void 0,null,function*(){return!0}),sendTransaction:ym("sendTransaction"),sendCustomRequest:e=>u(void 0,null,function*(){Zo.sendCustomRequest[Qo](e)}),signMessage:e=>u(void 0,null,function*(){try{return Zo.signMessage[Qo](e),yield new Promise((n,r)=>{window.signMessageResponse=(p,m)=>{if(m){r(m),window.signMessageResponse=null;return}n(p),window.signMessageResponse=null};function c(p){let{message:m,type:l}=p;if(l===Zn.signMessageResponse&&m!=null){let{signedMessage:d,error:_}=m;_?r(_):n(d)}document==null||document.removeEventListener(Wn,c)}Wa(c)})}catch(o){throw console.error("error sending transaction",o),o}}),signTransactions:e=>u(void 0,null,function*(){try{let o=e.map(r=>r.toPlainObject());return Zo.signTransactions[Qo](o),yield new Promise((r,c)=>{window.transactionsSigned=(m,l)=>{if(m=JSON.parse(m),l){c(l),window.transactionsSigned=null;return}r(m.map(d=>Ga.Transaction.fromPlainObject(d))),window.transactionsSigned=null};function p(m){let{message:l,type:d}=m;if(d===Zn.signTransactionsResponse){let{transactions:_,error:h}=l;try{h?c(h):r(_.map(g=>Ga.Transaction.fromPlainObject(g)))}catch(g){c("Unable to sign")}}document&&document.removeEventListener(Wn,p)}Wa(p)})}catch(o){throw console.error("error sending transaction",o),o}}),signTransaction:function(e){return u(this,null,function*(){return(yield this.signTransactions([e]))[0]})}};M();Br();t();var bm=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.platform};t();var Ce=require("react"),wm=require("@multiversx/sdk-core/out");ro();N();Tn();yn();var wh=({customNetworkConfig:e={},environment:o,dappConfig:n})=>{let[r,c]=(0,Ce.useState)(!1),p=$e(),m=y(gc),l=(0,Ce.useMemo)(()=>n,[]),d=l==null?void 0:l.logoutRoute,{address:_,publicKey:h}=p,g=D();function x(){return u(this,null,function*(){let E=!(e!=null&&e.skipFetchFromServer),C=e==null?void 0:e.apiAddress,O=to[o]||{},V=T(T({},O),e);if(E){let G=O==null?void 0:O.apiAddress,R=yield wa(C||G);if(R!=null){let J=T(T(T({},O),R),e);g(Yr(J));return}}g(Yr(V))})}function I(){return u(this,null,function*(){l&&g(ic(l)),g(As(d)),yield x(),c(!0)})}return(0,Ce.useEffect)(()=>{_&&new wm.Address(_).hex()!==h&&de(d)},[_,h,d]),(0,Ce.useEffect)(()=>{I()},[e,o,l]),(0,Ce.useEffect)(()=>{p.address&&m&&de(d)},[m,p.address,d]),{initialized:r}};function vm({customNetworkConfig:e={},children:o,environment:n,dappConfig:r}){let[c,p]=(0,Ce.useState)(!(r!=null&&r.isSSR)),{initialized:m}=wh({customNetworkConfig:e,environment:n,dappConfig:r});return(0,Ce.useEffect)(()=>{p(!0)},[]),c?m?o:null:o}t();var mn=S(require("react"));t();t();t();t();var jl=require("react");t();t();var Ha=()=>y(Le);t();N();t();t();t();t();function Va(){let e=y(Sa),o=Object.entries(e),n=(o==null?void 0:o.length)>0;return{pendingTransactions:e,pendingTransactionsArray:o,hasPendingTransactions:n}}Wo();t();N();F();t();Wo();function Am(e,o){return e.reduce((r,{status:c,hash:p})=>(p!=null&&!o.includes(p)&&Fe(c)&&r.push({hash:p,previousStatus:c}),r),[])}t();N();F();function Im({results:e,hash:o,sessionId:n}){let r=e==null?void 0:e.find(c=>(c==null?void 0:c.returnMessage)!=="");b.dispatch(Ie({transactionHash:o,sessionId:n,status:"fail",errorMessage:r==null?void 0:r.returnMessage,inTransit:!1})),b.dispatch(ke({sessionId:n,status:"fail",errorMessage:r==null?void 0:r.returnMessage}))}t();N();M();function $a(e){b.dispatch(ke({sessionId:e,status:"timedOut"}))}var rr={},qa=[];function vh({serverTransaction:e,sessionId:o,customTransactionInformation:n,shouldRefreshBalance:r,isSequential:c}){let{hash:p,status:m,inTransit:l,results:d,invalidTransaction:_,hasStatusChanged:h}=e;try{if(qa.includes(p))return;if(rr[p]>30){$a(o);return}if(_&&!c||Fe(m)){rr[p]=rr[p]?rr[p]+1:1;return}if(c&&!m){b.dispatch(Ie({sessionId:o,status:m,transactionHash:p,inTransit:l}));return}h&&(bo(m)&&(n==null?void 0:n.completedTransactionsDelay)!=null?(qa.push(p),setTimeout(()=>b.dispatch(Ie({sessionId:o,status:"success",transactionHash:p,inTransit:l})),n==null?void 0:n.completedTransactionsDelay)):b.dispatch(Ie({sessionId:o,status:m,transactionHash:p,inTransit:l}))),r||Jo(),wo(m)&&Im({sessionId:o,hash:p,results:d})}catch(g){console.error(g),$a(o)}}function km(d){return u(this,arguments,function*({sessionId:e,transactionBatch:{transactions:o,customTransactionInformation:n},getTransactionsByHash:r=jt,shouldRefreshBalance:c,isSequential:p,onSuccess:m,onFail:l}){try{if(o==null)return;let _=Am(o,qa),h=yield r(_);for(let x of h)vh({serverTransaction:x,sessionId:e,customTransactionInformation:n,shouldRefreshBalance:c,isSequential:p});if(h.every(x=>x.status!=="pending")&&!(n!=null&&n.grouping)){if(h.every(E=>E.status==="success"))return m==null?void 0:m(e);if(h.some(E=>E.status==="fail"))return l==null?void 0:l(e)}}catch(_){console.error(_)}})}function Em(){let{pendingTransactionsArray:e}=Va();function o(n){return u(this,null,function*(){let r=e.filter(([,c])=>{var p;return!((p=c==null?void 0:c.customTransactionInformation)!=null&&p.grouping)}).filter(([c,p])=>c!=null&&Fe(p.status));if(r.length>0)for(let[c,p]of r)yield km(T({sessionId:c,transactionBatch:p},n));n.shouldRefreshBalance&&(yield Jo())})}return o}t();t();t();M();t();t();function en(){let e=y(Ve),o=Object.entries(e),n=(o==null?void 0:o.length)>0;return{signedTransactions:e,signedTransactionsArray:o,hasSignedTransactions:n}}t();t();var Ah=S(require("axios")),Ih=S(require("swr"));t();t();var Lm=require("react");t();var kh=require("react"),Eh=require("@multiversx/sdk-web-wallet-provider"),Lh=require("@multiversx/sdk-web-wallet-provider"),Ph=S(require("qs"));L();N();F();Or();t();var Cm=require("react"),za=require("@multiversx/sdk-core");L();Xr();t();t();t();t();t();t();t();t();L();t();t();var xl=require("react"),yl=require("@multiversx/sdk-core"),py=require("@multiversx/sdk-extension-provider"),my=S(hl());L();N();F();t();var Tl=require("react"),ay=require("@multiversx/sdk-extension-provider");N();t();var dy=require("react");N();M();Fo();t();To();N();t();t();var hy=require("react");t();t();t();N();function Sl(e){b.dispatch(nc({batchId:e}))}t();t();var uy=S(require("bignumber.js"));L();N();M();t();var _y=S(require("bignumber.js"));L();t();t();var gy=require("@multiversx/sdk-core"),fy=S(require("bignumber.js"));L();F();Wo();t();var bl=require("react");t();t();var Ty=require("react"),xy=require("@multiversx/sdk-extension-provider");To();q();F();Uo();t();var Py=require("react");L();t();t();L();t();t();t();var Lo=S(require("bignumber.js")),Qa=e=>{let o=new Lo.default(e).dividedBy(1e3).integerValue(Lo.default.ROUND_FLOOR),n=new Lo.default(o).dividedBy(60).integerValue(Lo.default.ROUND_FLOOR),r=new Lo.default(n).dividedBy(60).integerValue(Lo.default.ROUND_FLOOR),c=r.modulo(60).isGreaterThan(1),p=n.modulo(60).isGreaterThan(1),m=n.modulo(60).isLessThan(1);return c?`${r} hours`:p?`${n} minutes`:m?"less than 1 minute":`${n} minute`};t();t();t();var mo=S(require("react")),Rl=require("react"),Dl=require("react"),si=S(require("classnames")),Ml=require("react-dom");L();t();var Il=S(require("react"));t();var $n=S(require("react"));t();var wl=()=>!ce();var Sy=()=>u(void 0,null,function*(){return yield Promise.resolve().then(()=>(oi(),ei))}),by=()=>(oi(),Te(ei)).default,ni=wl();function Al({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:n}){let[r,c]=$n.default.useState(ni?void 0:by()),[p,m]=$n.default.useState(ni||n==null?void 0:n()),l=()=>u(this,null,function*(){(e?e():Sy()).then(d=>c(d.default)),o==null||o().then(d=>m(d.default))});return(0,$n.useEffect)(()=>{ni&&l()},[]),{globalStyles:r,styles:p}}function po(e,o){return n=>{let{globalStyles:r,styles:c}=Al({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return Il.default.createElement(e,k(T({},n),{globalStyles:r!=null?r:{},styles:c!=null?c:{}}))}}t();var El=S(require("react")),Ll=S(require("classnames"));var vy=({className:e,children:o,styles:n})=>El.default.createElement("div",{className:(0,Ll.default)(n==null?void 0:n.dappModalBody,e)},o),ti=po(vy,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});t();var ri=S(require("react")),Pl=S(require("classnames"));var Ay=({visible:e,customFooter:o,className:n,footerText:r,styles:c})=>e?ri.default.createElement("div",{className:(0,Pl.default)(c==null?void 0:c.dappModalFooter,n)},o!=null?o:ri.default.createElement("div",null,r)):null,ai=po(Ay,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});t();var rn=S(require("react")),Nl=require("@fortawesome/free-solid-svg-icons"),Cl=require("@fortawesome/react-fontawesome"),qn=S(require("classnames"));var Iy=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:c,headerTextClassName:p,onHide:m,globalStyles:l,styles:d})=>e?n?rn.default.createElement("div",{className:(0,qn.default)(d==null?void 0:d.dappModalHeader,r)},n):rn.default.createElement("div",{className:(0,qn.default)(d==null?void 0:d.dappModalHeader,r)},rn.default.createElement("div",{className:(0,qn.default)(d==null?void 0:d.dappModalHeaderText,p)},o),rn.default.createElement("button",{onClick:m,className:(0,qn.default)(d==null?void 0:d.dappModalCloseButton,l==null?void 0:l.btn,l==null?void 0:l.btnLight,c)},rn.default.createElement(Cl.FontAwesomeIcon,{size:"lg",icon:Nl.faTimes}))):null,ii=po(Iy,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});var ky={showHeader:!0,showFooter:!1,headerText:"",footerText:""},Ey=({"data-testid":e="dappModal",children:o,className:n="dapp-modal-dialog-wrapper",config:r=ky,id:c="dapp-modal",onHide:p,parentElement:m,visible:l,styles:d})=>{let[_,h]=(0,Rl.useState)(!1);if((0,Dl.useEffect)(()=>{h(!0)},[]),!l)return null;let{showHeader:g,showFooter:x,headerText:I,footerText:E,modalDialogClassName:C="dapp-modal-dialog",modalContentClassName:O="dapp-modal-dialog-content",modalHeaderClassName:V="dapp-modal-dialog-header",modalHeaderTextClassName:G="dapp-modal-dialog-header-text",modalCloseButtonClassName:R="dapp-modal-dialog-close-button",modalBodyClassName:J="dapp-modal-dialog-content-body",modalFooterClassName:oe="dapp-modal-dialog-footer",customModalHeader:Q,customModalFooter:Ze}=r;return mo.default.createElement(mo.default.Fragment,null,_&&(0,Ml.createPortal)(mo.default.createElement("div",{id:c,role:"dialog","aria-modal":"true",className:(0,si.default)(C,d==null?void 0:d.dappModal,n),"data-testid":e},mo.default.createElement("div",{className:(0,si.default)(d==null?void 0:d.dappModalContent,O)},mo.default.createElement(ii,{visible:g,headerText:I,customHeader:Q,className:V,headerTextClassName:G,closeButtonClassName:R,onHide:p}),mo.default.createElement(ti,{className:J},o),mo.default.createElement(ai,{visible:x,customFooter:Ze,footerText:E,className:oe}))),m!=null?m:document==null?void 0:document.body))},Ly=po(Ey,{ssrStyles:()=>Promise.resolve().then(()=>(Ye(),Je)),clientStyles:()=>(Ye(),Te(Je)).default});t();t();var Ol=require("react");t();t();var Ul=require("react"),My=require("@multiversx/sdk-hw-provider");To();q();N();F();Uo();t();t();Gr();t();t();var Ny=S(require("platform"));t();t();t();t();t();t();t();t();t();Fo();Oo();t();t();t();N();var Cy={},Ry={};var Bl=e=>{if(e.component!=null){let o=e,{component:n,onClose:r}=o,c=uo(o,["component","onClose"]),{payload:p}=b.dispatch(Qr(k(T({},c),{component:null,onClose:void 0})));return Cy[p.toastId]=n,r&&(Ry[p.toastId]=r),p}return b.dispatch(Qr(e)).payload};t();t();var Fl=S(require("axios"));function ci(e){return u(this,null,function*(){try{let{data:o}=yield Fl.default.get(`${e}/websocket/config`);return`wss://${o.url}`}catch(o){throw console.error(o),new Error("Can not get websocket url")}})}t();var Dy=require("react");t();var Oy=require("react"),By=require("@multiversx/sdk-opera-provider");To();q();F();Uo();t();t();var Fy=require("react");To();N();t();t();t();var Wl=require("react");t();var pi=require("react");t();var lo=require("react"),Vl=require("socket.io-client");N();t();var le={current:null,status:"not_initialized"};var Wy=3e3,Gy=3,Gl=500,Hl=1e3,Hy="batchUpdated",Vy="connect",$y="disconnect";function $l(){let e=(0,lo.useRef)(null),o=(0,lo.useRef)(null),{address:n}=pe(),r=D(),{network:c}=Ha(),p=d=>{e.current&&clearTimeout(e.current),e.current=setTimeout(()=>{r(Ts(d))},Hl)},m=d=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{r(xs(d))},Hl)},l=(0,lo.useCallback)(Yt(()=>u(this,null,function*(){le.status="pending";let d=yield ci(c.apiAddress);if(d==null){console.warn("Can not get websocket url");return}le.current=(0,Vl.io)(d,{forceNew:!0,reconnectionAttempts:Gy,timeout:Wy,query:{address:n}}),le.status="completed",le.current.onAny(p),le.current.on(Hy,m),le.current.on(Vy,()=>{console.log("Websocket connected.")}),le.current.on($y,()=>{console.warn("Websocket disconnected. Trying to reconnect..."),setTimeout(()=>{var _;console.log("Websocket reconnecting..."),(_=le.current)==null||_.connect()},Gl)})}),{retries:2,delay:Gl}),[n]);(0,lo.useEffect)(()=>{var d;n&&le.status==="not_initialized"&&!((d=le.current)!=null&&d.active)&&l()},[n,l]),(0,lo.useEffect)(()=>()=>{var d;(d=le.current)==null||d.close(),le.status="not_initialized",e.current&&clearTimeout(e.current)},[])}function cr(e,o){$l();let n=y(ma),r=y(dc);(0,pi.useEffect)(()=>{let c=n==null?void 0:n.message;c&&e(c)},[e,n]),(0,pi.useEffect)(()=>{let c=r==null?void 0:r.data;c&&(o==null||o(c))},[o,r])}t();t();var qy=require("react");M();t();t();t();var jy=S(require("swr"));xo();var{logoutEvent:zy}=ie,ql="storage",zl=()=>{let{address:e}=$e(),o=y(io);(0,jl.useEffect)(()=>{let n=r=>{if(!(r.key!==zy||!r.newValue))try{let{data:c}=JSON.parse(r.newValue);c===e&&de(o)}catch(c){return}};return window==null||window.addEventListener(ql,n),()=>{window==null||window.removeEventListener(ql,n)}},[e,o])};t();t();var pr=require("react"),Kl=require("@fortawesome/free-solid-svg-icons"),mi=S(require("bignumber.js"));var Xl=()=>{let{address:e}=$e(),{tokenLogin:o}=y(ee),{secondsUntilExpires:n,expiresAt:r}=Ko(o==null?void 0:o.nativeAuthToken),c=(0,pr.useRef)();return(0,pr.useEffect)(()=>{var l;let p=new mi.default(String(n)),m=p.times(1e3);if(!(!n||p.isLessThanOrEqualTo(0))){if((l=o==null?void 0:o.nativeAuthConfig)!=null&&l.tokenExpirationToastWarningSeconds){clearTimeout(c.current);let _=new mi.default(o.nativeAuthConfig.tokenExpirationToastWarningSeconds).times(1e3),h=p.times(1e3).minus(_),g=Qa(m.toNumber()),x=h.isLessThanOrEqualTo(0)?0:h.toNumber();c.current=setTimeout(()=>{Bl({toastId:"nativeAuthTokenExpiration",type:"custom",title:"Session Expiration Warning",icon:Kl.faRefresh,message:`Your token will expire in ${g}!`})},x)}return()=>{clearTimeout(c.current)}}},[r,e,o==null?void 0:o.nativeAuthConfig]),null};t();var an=require("react"),Jl=S(require("bignumber.js"));var Yl=()=>{let{address:e}=$e(),{tokenLogin:o}=y(ee),n=y(io),{isExpired:r,secondsUntilExpires:c,expiresAt:p}=Ko(o==null?void 0:o.nativeAuthToken),m=(0,an.useRef)(""),l=(0,an.useRef)();return(0,an.useEffect)(()=>{e&&r&&de(n)},[r,e,n]),(0,an.useEffect)(()=>{let d=new Jl.default(String(c)),_=`${e}_${p}`,h=m.current===_;if(!(c&&d.isGreaterThan(0))||h)return;m.current=_,clearTimeout(l.current);let x=d.times(1e3);return l.current=setTimeout(()=>{de(n)},x.toNumber()),()=>{clearTimeout(l.current)}},[p,e,n]),null};var Zl=()=>(Xl(),zl(),Yl(),null);t();t();var Po=require("react");N();F();Fo();t();N();t();t();function Ql({transactions:e}){return e==null?void 0:e.some(o=>Array.isArray(o))}function mr({transactions:e=[]}){return Ql({transactions:e})?e.flat():e}t();N();M();var di=({errorMessage:e,sessionId:o,transactions:n,clearSignInfo:r})=>{console.error("Unable to send transactions",e),b.dispatch(ke({sessionId:o,status:"fail",errorMessage:e,transactions:n.map(c=>k(T({},c),{status:"not executed"}))})),r==null||r()};t();N();M();var e_=({errorMessage:e,sessionId:o,clearSignInfo:n})=>{console.error("Unable to send transactions",e),b.dispatch(ke({sessionId:o,status:"fail",errorMessage:e})),n==null||n()};var Ky=c=>u(void 0,[c],function*({session:e,sessionId:o,clearSignInfo:n,sendSignedBatchTransactionsAsync:r}){var h,g;let{transactions:p}=e;if(!p)return;let m=(h=e.customTransactionInformation)==null?void 0:h.grouping;if(!m)return;let l=p.reduce((x,I,E)=>{let C=m.findIndex(O=>O.includes(E));return x[C]||(x[C]=[]),x[C].push(I),x},[]);if(l.length===0)return;let d=yield r({transactions:l,sessionId:o}),_=d==null?void 0:d.data;if((d==null?void 0:d.error)||!_){di({errorMessage:(g=d==null?void 0:d.error)!=null?g:"Send batch error",sessionId:o,transactions:p,clearSignInfo:n});return}return _&&b.dispatch(ec(_)),mr({transactions:_==null?void 0:_.transactions}).map(x=>x.hash)}),o_=p=>u(void 0,[p],function*({session:e,sessionId:o,clearSignInfo:n,sendSignedBatchTransactionsAsync:r=qt,sendSignedTransactionsAsync:c=$t}){var d,_,h;let{transactions:m}=e;if(!m)return;if((d=e.customTransactionInformation)==null?void 0:d.grouping)try{return yield Ky({session:e,sessionId:o,clearSignInfo:n,sendSignedBatchTransactionsAsync:r})}catch(g){return di({errorMessage:g.message,sessionId:o,transactions:m}),null}try{let g=m.map(x=>Vo(x));return yield c(g)}catch(g){let x=(_=g.response)==null?void 0:_.data;return e_({errorMessage:(h=x==null?void 0:x.message)!=null?h:g.message,sessionId:o,clearSignInfo:n}),null}});var n_=e=>{let o=e.redirectRoute;o&&So({url:o})},t_=({sendSignedTransactionsAsync:e=$t,sendSignedBatchTransactionsAsync:o=qt})=>{let n=D(),{nonce:r}=y(Ue),c=y(Ve),p=(0,Po.useRef)(!1),m=(0,Po.useRef)([]),l=()=>{n(Go()),p.current=!1},d=(0,Po.useCallback)(()=>u(void 0,null,function*(){var h;let _=Object.keys(c);for(let g of _){let x=c[g],I=(h=x==null?void 0:x.customTransactionInformation)==null?void 0:h.signWithoutSending;if(!x||!g||I){n_(x);continue}if(m.current.includes(g))continue;let{transactions:E}=x;if(!E||!(x.status==="signed"&&!p.current))continue;p.current=!0,m.current.push(g);let V=yield o_({session:x,sessionId:g,clearSignInfo:l,sendSignedTransactionsAsync:e,sendSignedBatchTransactionsAsync:o}),G="pending",R=E.map(Q=>V!=null&&V.includes(Q.hash)?k(T({},Q),{status:G}):Q);n(Ls({sessionId:g,submittedMessage:"submitted"})),n(ke({sessionId:g,status:"sent",transactions:R})),l(),cm(r+E.length),n_(x);let[oe]=E;ya({transaction:oe}),p.current=!1}}),[c,r]);return(0,Po.useEffect)(()=>{d()},[c,d]),null};t();t();t();var T_=require("react");t();var a_=require("react");t();var Xy=e=>e.batchTransactions,r_=w(Xy,e=>{let o=T({},e);return delete o._persist,o});function sn(){let e=y(r_),o=(0,a_.useMemo)(()=>Object.entries(e).map(([n,r])=>({batchId:n,transactions:r.transactions})),[e]);return{batches:e,batchTransactionsArray:o}}M();t();var fr=require("react");et();t();L();var cn=e=>{if(!e||typeof e!="string")return null;let o=e.split(tt)[0];return Bt(o)?parseInt(o,10):null};t();var dr=(e,o)=>new Date().getTime()-e>o;t();var g_=require("react");t();var m_=require("react");M();t();var c_=require("react");t();var i_=S(require("axios"));ro();function s_(n){return u(this,arguments,function*({batchId:e,address:o}){let{apiAddress:r,apiTimeout:c}=K(b.getState()),{data:p}=yield i_.default.get(`${r}/${Mt}/${o}/${e}`,{timeout:Number(c!=null?c:Qn)});return p})}var p_=()=>{let{address:e}=pe();return(0,c_.useCallback)(o=>u(void 0,null,function*(){try{return yield s_({batchId:o,address:e})}catch(n){return console.error(n),null}}),[e])};var lr=()=>{let e=p_();return(0,m_.useCallback)(n=>u(void 0,[n],function*({batchId:o}){let r=yield e(o);return r?{statusResponse:r,isBatchSuccessful:r.status==="success",isBatchFailed:r.status==="fail"||r.status==="invalid"||r.status==="dropped",isBatchNotFound:Boolean(r.statusCode)&&Boolean(r.message)}:{statusResponse:r,isBatchSuccessful:!1,isBatchFailed:!0,isBatchNotFound:!1}}),[e])};t();M();var _r=({transactions:e,hasUnrelatedTransactions:o})=>{let n=e.every(({status:d})=>d==="fail"),r=e.some(({status:d})=>d==="fail"),c=e.some(({status:d})=>d==="pending"),p=e.every(({status:d})=>d==="success"),m=o&&Boolean(!c&&!n&&r);return{isPending:c,isSuccessful:p,isFailed:o?m?!1:n:r,isIncompleteFailed:m}};t();var d_=require("react");N();function l_(){let e=D(),o=lr();return(0,d_.useCallback)(r=>u(this,[r],function*({batchId:n}){let c=yield o({batchId:n});return c.statusResponse&&e(oc(c.statusResponse)),c}),[e,o])}t();var li=require("react");N();t();t();var pn=class{constructor(o){this.status=(o||"").toLowerCase()}static createUnknown(){return new pn("unknown")}isPending(){return this.status=="received"||this.status=="pending"}isExecuted(){return this.isSuccessful()||this.isFailed()||this.isInvalid()}isSuccessful(){return this.status=="executed"||this.status=="success"||this.status=="successful"}isFailed(){return this.status=="fail"||this.status=="failed"||this.status=="unsuccessful"||this.isInvalid()}isInvalid(){return this.status=="invalid"}toString(){return this.status}valueOf(){return this.status}equals(o){return o?this.status==o.status:!1}};t();function __(e){return new Promise(o=>setTimeout(o,e))}var u_=e=>u(void 0,null,function*(){let n=4,r;if(e.length===0)return{data:r,success:!1};for(;r===void 0&&n>0;)try{yield __(3e3);let p=(yield Promise.allSettled(e.map(l=>hp(l)))).map(l=>l.status==="fulfilled"?l.value.data:void 0).filter(l=>l!==void 0);if(p.length>0){let l=p.length===e.length,d=p.some(_=>new pn(_.status).isPending());l&&!d||n===1?(r=p,n=0):n-=1}else n-=1}catch(c){n-=1}return{data:r,success:r!==void 0}});M();function ur(){let e=D(),{address:o}=pe(),n=(0,li.useCallback)(({sessionId:r,dropUnprocessedTransactions:c,serverTransactions:p,batchTransactions:m})=>{for(let l of m){let d=p.find(_=>_.txHash===l.hash);if(!d){c&&e(Ie({sessionId:r,status:"fail",transactionHash:l.hash}));continue}e(Ie({sessionId:r,status:d.status,transactionHash:l.hash}))}},[e]);return(0,li.useCallback)(r=>u(this,null,function*(){if(!r)return;let{transactions:c,isBatchFailed:p,sessionId:m}=r;if(!c||c.length===0)return;if(p){for(let _ of c)e(Ie({sessionId:m,status:"fail",transactionHash:_.hash}));return}let{data:l,success:d}=yield u_(c.map(({hash:_})=>_).filter(_=>Boolean(_)));d&&l&&n({sessionId:m,dropUnprocessedTransactions:r.dropUnprocessedTransactions,serverTransactions:l,batchTransactions:c}),r.shouldRefreshBalance&&(yield Jo())}),[e,o,n])}var gr=e=>{let o=D(),{signedTransactions:n}=en(),r=l_(),c=ur(),p=lr(),m=e==null?void 0:e.onSuccess,l=e==null?void 0:e.onFail;return{verifyBatchStatus:(0,g_.useCallback)(h=>u(void 0,[h],function*({batchId:_}){var R,J,oe,Q,Ze;let g=(J=(R=cn(_))==null?void 0:R.toString())!=null?J:"",x=n[g];if(!x||!((oe=x.customTransactionInformation)==null?void 0:oe.grouping))return;let E=(Ze=(Q=n[g])==null?void 0:Q.transactions)!=null?Ze:[],{isSuccessful:C,isFailed:O,isPending:V}=_r({transactions:E});if(!V)C&&(m==null||m(g)),O&&(l==null||l(g,"Error processing batch transactions."));else{let _o=yield r({batchId:_});yield c({sessionId:g.toString(),isBatchFailed:_o==null?void 0:_o.isBatchFailed,shouldRefreshBalance:!0,transactions:E})}}),[o,p,c,n,r,m,l])}};var f_=e=>{let{batchTransactionsArray:o}=sn(),{verifyBatchStatus:n}=gr(e),r=(0,fr.useCallback)(()=>u(void 0,null,function*(){for(let{batchId:c}of o){let p=cn(c);!p||!dr(p,9e4)||(yield n({batchId:c}))}}),[o,n]);(0,fr.useEffect)(()=>{let c=setInterval(()=>u(void 0,null,function*(){r()}),6e3);return()=>clearInterval(c)},[r])};t();var hr=require("react");et();var h_=e=>{let{batchTransactionsArray:o}=sn(),n=ur(),r=e==null?void 0:e.onSuccess,c=e==null?void 0:e.onFail,p=(0,hr.useCallback)(()=>u(void 0,null,function*(){for(let{batchId:m,transactions:l}of o){let d=cn(m);if(!d||!dr(d,6e5))continue;yield n({sessionId:d.toString(),shouldRefreshBalance:!0,dropUnprocessedTransactions:!0});let _=mr({transactions:l}),{isPending:h,isSuccessful:g,isFailed:x}=_r({transactions:_});h||(Sl(m),g&&(r==null||r(d.toString())),x&&(c==null||c(d.toString(),"Error processing batch transactions. Status: failed")))}}),[o,n,r,c]);(0,hr.useEffect)(()=>{let m=setInterval(()=>u(void 0,null,function*(){p()}),6e3);return()=>clearInterval(m)},[p])};var x_=({onSuccess:e,onFail:o})=>{let{batches:n}=sn(),{signedTransactionsArray:r}=en(),{address:c}=pe(),{verifyBatchStatus:p}=gr({onSuccess:e,onFail:o}),m=()=>{},l=_=>u(void 0,null,function*(){yield p({batchId:_.batchId})}),d=()=>u(void 0,null,function*(){for(let[_,h]of r){let g=Pn({sessionId:_,address:c}),x=!Boolean(n[g]);!(h.status!=="sent")||x||(yield p({batchId:g}))}});cr(m,l),f_({onSuccess:e,onFail:o}),h_({onSuccess:e,onFail:o}),(0,T_.useEffect)(()=>{d()},[])};t();var y_=require("react");function S_(e){var c;let o=Em(),n=(c=e==null?void 0:e.getTransactionsByHash)!=null?c:jt,r=()=>{o(T({shouldRefreshBalance:!0,getTransactionsByHash:n},e))};cr(r),(0,y_.useEffect)(()=>{let p=setInterval(r,3e4);return()=>{clearInterval(p)}},[r])}function b_(e){return S_(e),x_(e),null}function w_({customComponents:e}){var p,m;let o=e==null?void 0:e.transactionSender,n=e==null?void 0:e.transactionTracker,r=(p=o==null?void 0:o.component)!=null?p:t_,c=(m=n==null?void 0:n.component)!=null?m:b_;return mn.default.createElement(mn.default.Fragment,null,mn.default.createElement(r,T({},o==null?void 0:o.props)),mn.default.createElement(c,T({},n==null?void 0:n.props)),mn.default.createElement(Zl,null))}var Zy=()=>{bm()==="webWallet"?Jt(Xe.getInstance()):Jt(Sm)},I_=({children:e,customNetworkConfig:o={},externalProvider:n,environment:r,customComponents:c,dappConfig:p})=>{if(!r)throw new Error("missing environment flag");return n!=null?Jt(n):p!=null&&p.shouldUseWebViewProvider&&Zy(),dn.default.createElement(v_.Provider,{context:Cn,store:b},dn.default.createElement(A_.PersistGate,{persistor:Xc,loading:null},()=>dn.default.createElement(vm,{environment:r,customNetworkConfig:o,dappConfig:p},dn.default.createElement(gm,null),dn.default.createElement(w_,{customComponents:c}),e)))};var Qy=({children:e,route:o="/"})=>{let n=(0,E_.createMemoryHistory)({initialEntries:[o]});return k(T({},(0,k_.render)(Tr.default.createElement(I_,{environment:"devnet"},Tr.default.createElement(Tr.default.Fragment,null,e)))),{history:n})};0&&(module.exports={renderWithProvider});
|
|
2763
2763
|
/*!
|
|
2764
2764
|
* The buffer module from node.js, for the browser.
|
|
2765
2765
|
*
|