@multiversx/sdk-dapp 2.26.0-alpha-7 → 2.26.0-alpha-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/signWithCrossWindowWalletModal.styles.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/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.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-22S23SRN.js +2 -0
- package/__chunks__/chunk-24UECKSN.js +2 -0
- package/__chunks__/chunk-25FWMAEU.js +2 -0
- package/__chunks__/chunk-25YJNM54.js +2 -0
- package/__chunks__/chunk-26KLH5OU.js +25 -0
- package/__chunks__/chunk-272VC2QJ.js +2 -0
- package/__chunks__/chunk-2C2BX4G6.js +2 -0
- package/__chunks__/chunk-2D3W3EVF.js +2 -0
- package/__chunks__/chunk-2EUFEPPP.js +2 -0
- package/__chunks__/chunk-2FRAMBEM.js +24 -0
- package/__chunks__/chunk-2HU67P2F.js +2 -0
- package/__chunks__/chunk-2I6FYA7I.js +2 -0
- package/__chunks__/chunk-2IK7ZHQ3.js +2 -0
- package/__chunks__/chunk-2J4S5FUX.js +2 -0
- package/__chunks__/chunk-2K6AS2MF.js +73 -0
- package/__chunks__/chunk-2QCTDVAG.js +2 -0
- package/__chunks__/chunk-2T3XVZ3T.js +2 -0
- package/__chunks__/chunk-2XDJUHAB.js +2 -0
- package/__chunks__/chunk-2XE5O7XF.js +2 -0
- package/__chunks__/chunk-32DUHNKV.js +2 -0
- package/__chunks__/chunk-33LMTEPQ.js +2 -0
- package/__chunks__/chunk-34TTF4QE.js +2 -0
- package/__chunks__/chunk-36BHAFJQ.js +2 -0
- package/__chunks__/chunk-36K7GKUN.js +2 -0
- package/__chunks__/chunk-36R5BIWL.js +2 -0
- package/__chunks__/chunk-36RUI2EJ.js +2 -0
- package/__chunks__/chunk-37VZYBYP.js +2 -0
- package/__chunks__/chunk-3AOEYHWE.js +2 -0
- package/__chunks__/chunk-3AR4C7IP.js +2 -0
- package/__chunks__/chunk-3BVBHX3N.js +2 -0
- package/__chunks__/chunk-3DDBVD6Z.js +2 -0
- package/__chunks__/chunk-3FYGFBHY.js +2 -0
- package/__chunks__/chunk-3GSA7JEH.js +2 -0
- package/__chunks__/chunk-3L7WRHSK.js +2 -0
- package/__chunks__/chunk-3LNZI3KK.js +2 -0
- package/__chunks__/chunk-3MGRX2AB.js +2 -0
- package/__chunks__/chunk-3MVZJQVK.js +2 -0
- package/__chunks__/chunk-3NDS7HNF.js +2 -0
- package/__chunks__/chunk-3SUU4I5U.js +2 -0
- package/__chunks__/chunk-3SZPRLAF.js +2 -0
- package/__chunks__/chunk-3T2CJ4OF.js +2 -0
- package/__chunks__/chunk-3TQ2LTMG.js +2 -0
- package/__chunks__/chunk-43NVOIEM.js +2 -0
- package/__chunks__/chunk-4CV76HTX.js +29 -0
- package/__chunks__/chunk-4CXMVAKL.js +2 -0
- package/__chunks__/chunk-4CY4264E.js +2 -0
- package/__chunks__/chunk-4DA4HOV4.js +2 -0
- package/__chunks__/chunk-4EMXQMXF.js +2 -0
- package/__chunks__/chunk-4EUY7KBJ.js +2 -0
- package/__chunks__/chunk-4IAKSH7U.js +8 -0
- package/__chunks__/chunk-4IO3XX3I.js +2 -0
- package/__chunks__/chunk-4JLK73W6.js +2 -0
- package/__chunks__/chunk-4JQKSGZO.js +2 -0
- package/__chunks__/chunk-4JUDXQGS.js +2 -0
- package/__chunks__/chunk-4KLQUXKH.js +2 -0
- package/__chunks__/chunk-4LSK7DCO.js +2 -0
- package/__chunks__/chunk-4M5KUNFG.js +2 -0
- package/__chunks__/chunk-4MBVTODZ.js +2 -0
- package/__chunks__/chunk-4T4VUVVZ.js +2 -0
- package/__chunks__/chunk-4TNH7LAD.js +2 -0
- package/__chunks__/chunk-4U7DAHMP.js +2 -0
- package/__chunks__/chunk-4WZPWDDB.js +2 -0
- package/__chunks__/chunk-4XLABYLK.js +2 -0
- package/__chunks__/chunk-4XRIKBDC.js +2 -0
- package/__chunks__/chunk-52GXQI4Q.js +2 -0
- package/__chunks__/chunk-53QZ2Y7V.js +16 -0
- package/__chunks__/chunk-56E4XVBY.js +2 -0
- package/__chunks__/chunk-56M6HQIM.js +2 -0
- package/__chunks__/chunk-57CPW5OJ.js +2 -0
- package/__chunks__/chunk-5A4RUAVA.js +2 -0
- package/__chunks__/chunk-5B2IO4EJ.js +2 -0
- package/__chunks__/chunk-5CJ62MKF.js +2 -0
- package/__chunks__/chunk-5E4K2LOM.js +2 -0
- package/__chunks__/chunk-5EOVGB7H.js +2 -0
- package/__chunks__/chunk-5FMP6WKT.js +2 -0
- package/__chunks__/chunk-5FSLP3SX.js +2 -0
- package/__chunks__/chunk-5GTBVJBI.js +2 -0
- package/__chunks__/chunk-5HSLMD2C.js +2 -0
- package/__chunks__/chunk-5HVWWFKO.js +2 -0
- package/__chunks__/chunk-5ICIXB32.js +2 -0
- package/__chunks__/chunk-5MSI7UL5.js +2 -0
- package/__chunks__/chunk-5N45FQ72.js +2 -0
- package/__chunks__/chunk-5NJXJ7MZ.js +29 -0
- package/__chunks__/chunk-5NNMS3WZ.js +2 -0
- package/__chunks__/chunk-5NO3NWHW.js +2 -0
- package/__chunks__/chunk-5SAWK6P2.js +37 -0
- package/__chunks__/chunk-5TBOQMEE.js +2 -0
- package/__chunks__/chunk-5TVFB26X.js +2 -0
- package/__chunks__/chunk-5W6NO774.js +2 -0
- package/__chunks__/chunk-5XDOQSYE.js +2 -0
- package/__chunks__/chunk-5XMO3BO5.js +2 -0
- package/__chunks__/chunk-5XU4WZ6Z.js +2 -0
- package/__chunks__/chunk-63BJUTTK.js +2 -0
- package/__chunks__/chunk-63YE255S.js +2 -0
- package/__chunks__/chunk-67BNELUO.js +2 -0
- package/__chunks__/chunk-6AMP5WZ7.js +2 -0
- package/__chunks__/chunk-6DEBDXOA.js +2 -0
- package/__chunks__/chunk-6GTSSVMM.js +2 -0
- package/__chunks__/chunk-6GWW6VAQ.js +2 -0
- package/__chunks__/chunk-6HFDI5YS.js +2 -0
- package/__chunks__/chunk-6HJHOZIS.js +2 -0
- package/__chunks__/chunk-6IZG2XD6.js +74 -0
- package/__chunks__/chunk-6K6YFLQD.js +2 -0
- package/__chunks__/chunk-6KXB3II2.js +2 -0
- package/__chunks__/chunk-6LU6VW5Q.js +56 -0
- package/__chunks__/chunk-6LYEWL4R.js +2 -0
- package/__chunks__/chunk-6MLFK6WD.js +2 -0
- package/__chunks__/chunk-6P3LYBAH.js +2 -0
- package/__chunks__/chunk-6QI3YXTL.js +2 -0
- package/__chunks__/chunk-6QRCZFP6.js +2 -0
- package/__chunks__/chunk-6RPIPUW2.js +2 -0
- package/__chunks__/chunk-6RPOORMA.js +59 -0
- package/__chunks__/chunk-6SAYWQSW.js +2 -0
- package/__chunks__/chunk-6UQNTI5U.js +2 -0
- package/__chunks__/chunk-6VGSMPVW.js +2 -0
- package/__chunks__/chunk-6VUPSKEG.js +2 -0
- package/__chunks__/chunk-6XBPSGSX.js +62 -0
- package/__chunks__/chunk-6Y6WEF5W.js +2 -0
- package/__chunks__/chunk-6YQQFPA4.js +2 -0
- package/__chunks__/chunk-6YTKPDLF.js +78 -0
- package/__chunks__/chunk-6YZ2AAMM.js +2 -0
- package/__chunks__/chunk-73WASC6B.js +2 -0
- package/__chunks__/chunk-75KNQMPM.js +2 -0
- package/__chunks__/chunk-76R7LRAI.js +2 -0
- package/__chunks__/chunk-77PABJAH.js +2 -0
- package/__chunks__/chunk-77SYJGI7.js +2 -0
- package/__chunks__/chunk-7AHN357V.js +2 -0
- package/__chunks__/chunk-7ALCBDGI.js +47 -0
- package/__chunks__/chunk-7AQEWGAI.js +28 -0
- package/__chunks__/chunk-7CDJCXOP.js +2 -0
- package/__chunks__/chunk-7CH36UDZ.js +2 -0
- package/__chunks__/chunk-7EDWRYNX.js +2 -0
- package/__chunks__/chunk-7ERZBXBD.js +2 -0
- package/__chunks__/chunk-7FM66POJ.js +29 -0
- package/__chunks__/chunk-7G276O3X.js +2 -0
- package/__chunks__/chunk-7GHLGPSO.js +2 -0
- package/__chunks__/chunk-7L47NO7W.js +2 -0
- package/__chunks__/chunk-7M3M4CYN.js +2 -0
- package/__chunks__/chunk-7MUADUAE.js +2 -0
- package/__chunks__/chunk-7O6WTXTS.js +2 -0
- package/__chunks__/chunk-7QOIBXTX.js +2 -0
- package/__chunks__/chunk-7QUCUIQV.js +37 -0
- package/__chunks__/chunk-7RRCZ5SN.js +2 -0
- package/__chunks__/chunk-7UWDDHCH.js +2 -0
- package/__chunks__/chunk-7XL5XGS7.js +30 -0
- package/__chunks__/chunk-7XQHJMGK.js +2 -0
- package/__chunks__/chunk-7YRZQM2X.js +2 -0
- package/__chunks__/chunk-A32KIDO7.js +2 -0
- package/__chunks__/chunk-A63HJG6M.js +2 -0
- package/__chunks__/chunk-A6INSGT7.js +2 -0
- package/__chunks__/chunk-A7M5OWS7.js +2 -0
- package/__chunks__/chunk-AC4BPPCW.js +2 -0
- package/__chunks__/chunk-AC7DM6HC.js +2 -0
- package/__chunks__/chunk-AFAVCLKU.js +2 -0
- package/__chunks__/chunk-AFI32ZLG.js +2 -0
- package/__chunks__/chunk-AGFVP7VO.js +2 -0
- package/__chunks__/chunk-AH2SD3TX.js +2 -0
- package/__chunks__/chunk-AH6CAS6Q.js +2 -0
- package/__chunks__/chunk-AK7WC4I7.js +2 -0
- package/__chunks__/chunk-ANIM4BJ3.js +2 -0
- package/__chunks__/chunk-APY2VG3Q.js +2 -0
- package/__chunks__/chunk-ATNTPNA3.js +2 -0
- package/__chunks__/chunk-ATPXJOZZ.js +2 -0
- package/__chunks__/chunk-AUB5HH7Z.js +3 -0
- package/__chunks__/chunk-AUL5KPJ6.js +2 -0
- package/__chunks__/chunk-AVZXGWQD.js +2 -0
- package/__chunks__/chunk-AYTWZJ6S.js +2 -0
- package/__chunks__/chunk-AYXVEAKP.js +2 -0
- package/__chunks__/chunk-AZB2SSCM.js +2 -0
- package/__chunks__/chunk-AZZWWI4K.js +2 -0
- package/__chunks__/chunk-B2ECWP4D.js +2 -0
- package/__chunks__/chunk-B3KNXW42.js +2 -0
- package/__chunks__/chunk-B4J66DSX.js +2 -0
- package/__chunks__/chunk-B6327NPK.js +2 -0
- package/__chunks__/chunk-B6ZLNVGQ.js +2 -0
- package/__chunks__/chunk-B77VNRPK.js +2 -0
- package/__chunks__/chunk-B7NPP4BW.js +2 -0
- package/__chunks__/chunk-BA6BWQVY.js +2 -0
- package/__chunks__/chunk-BAF4W6N6.js +2 -0
- package/__chunks__/chunk-BANWU55L.js +2 -0
- package/__chunks__/chunk-BAUY4BKF.js +2 -0
- package/__chunks__/chunk-BDIO5VKF.js +37 -0
- package/__chunks__/chunk-BEZQPWRU.js +2 -0
- package/__chunks__/chunk-BFQV2DFG.js +2 -0
- package/__chunks__/chunk-BIWQC4PK.js +2 -0
- package/__chunks__/chunk-BKWSVQ2U.js +2 -0
- package/__chunks__/chunk-BMYVL7RM.js +2 -0
- package/__chunks__/chunk-BNWC7KCK.js +2 -0
- package/__chunks__/chunk-BPLL3RNN.js +30 -0
- package/__chunks__/chunk-BQJIWKL4.js +2 -0
- package/__chunks__/chunk-BTCKBHPU.js +2 -0
- package/__chunks__/chunk-BTSIFU2G.js +2 -0
- package/__chunks__/chunk-BUYUUWJJ.js +2 -0
- package/__chunks__/chunk-BYSWNRCR.js +7 -0
- package/__chunks__/chunk-BZIYKCZ4.js +2 -0
- package/__chunks__/chunk-BZNBNWLP.js +2 -0
- package/__chunks__/chunk-BZU6YOAW.js +2 -0
- package/__chunks__/chunk-C2I4MUSX.js +2 -0
- package/__chunks__/chunk-C3FKY453.js +2 -0
- package/__chunks__/chunk-C57T2B7N.js +2 -0
- package/__chunks__/chunk-C5WP6CYM.js +2 -0
- package/__chunks__/chunk-CAKBM2UI.js +2 -0
- package/__chunks__/chunk-CDMMTNQR.js +2 -0
- package/__chunks__/chunk-CEH4JYIF.js +2 -0
- package/__chunks__/chunk-CFSHHBUC.js +2 -0
- package/__chunks__/chunk-CGGIIKXF.js +2 -0
- package/__chunks__/chunk-CHHMR5KV.js +2 -0
- package/__chunks__/chunk-CJ2YGAFC.js +2 -0
- package/__chunks__/chunk-CLJR4HZI.js +45 -0
- package/__chunks__/chunk-CLZOW44P.js +2 -0
- package/__chunks__/chunk-CPS37XVP.js +16 -0
- package/__chunks__/chunk-CRGOQS2O.js +22 -0
- package/__chunks__/chunk-CT67Z3VJ.js +2 -0
- package/__chunks__/chunk-CVIPZFVK.js +2 -0
- package/__chunks__/chunk-CWAS3J3N.js +2 -0
- package/__chunks__/chunk-CWMTTLTG.js +2 -0
- package/__chunks__/chunk-CWXQZCJK.js +2 -0
- package/__chunks__/chunk-CXPOMW34.js +2 -0
- package/__chunks__/chunk-CXVVWWF4.js +2 -0
- package/__chunks__/chunk-D2GYYZ2Y.js +2 -0
- package/__chunks__/chunk-D65XJILX.js +2 -0
- package/__chunks__/chunk-DASKI5VH.js +2 -0
- package/__chunks__/chunk-DCQE2L2G.js +163 -0
- package/__chunks__/chunk-DDQY5KXF.js +2 -0
- package/__chunks__/chunk-DE7Q6RNG.js +2 -0
- package/__chunks__/chunk-DHO5CVKV.js +2 -0
- package/__chunks__/chunk-DITYHD7M.js +2 -0
- package/__chunks__/chunk-DIX32BBS.js +2 -0
- package/__chunks__/chunk-DIZCMDSL.js +2 -0
- package/__chunks__/chunk-DKNEMEZN.js +2 -0
- package/__chunks__/chunk-DKTI3KAK.js +2 -0
- package/__chunks__/chunk-DL2WM3UD.js +2 -0
- package/__chunks__/chunk-DN5WE6MM.js +2 -0
- package/__chunks__/chunk-DOCHYWGD.js +2 -0
- package/__chunks__/chunk-DPK46TL3.js +2 -0
- package/__chunks__/chunk-DRQQ2CB5.js +2 -0
- package/__chunks__/chunk-DSJC2IKD.js +2 -0
- package/__chunks__/chunk-DWNXHKTB.js +2 -0
- package/__chunks__/chunk-DYLYLOUZ.js +2 -0
- package/__chunks__/chunk-DZM6QSFM.js +63 -0
- package/__chunks__/chunk-DZXSNJXI.js +2 -0
- package/__chunks__/chunk-E3JZJY24.js +12 -0
- package/__chunks__/chunk-E4NDWYTZ.js +2 -0
- package/__chunks__/chunk-E4RLZ2KU.js +2 -0
- package/__chunks__/chunk-E4WZGY5Z.js +2 -0
- package/__chunks__/chunk-E5LSKX4Q.js +2 -0
- package/__chunks__/chunk-EFF7G4EP.js +2 -0
- package/__chunks__/chunk-EFIN2QRS.js +9 -0
- package/__chunks__/chunk-EGTQ6YPO.js +2 -0
- package/__chunks__/chunk-EHJGBAUY.js +2 -0
- package/__chunks__/chunk-EHVO23HZ.js +2 -0
- package/__chunks__/chunk-EJLETY4Z.js +2 -0
- package/__chunks__/chunk-EJYTJ2JP.js +2 -0
- package/__chunks__/chunk-EKZN7GUE.js +2 -0
- package/__chunks__/chunk-EMQSZKMM.js +2 -0
- package/__chunks__/chunk-ENSOGTOJ.js +2 -0
- package/__chunks__/chunk-EOKXYXA4.js +19 -0
- package/__chunks__/chunk-EOTJ4JMT.js +2 -0
- package/__chunks__/chunk-EP4KRPTZ.js +2 -0
- package/__chunks__/chunk-EQDB5MLA.js +2 -0
- package/__chunks__/chunk-EQLV3Z72.js +2 -0
- package/__chunks__/chunk-ETMEUVYF.js +2 -0
- package/__chunks__/chunk-EVYQTBEV.js +2 -0
- package/__chunks__/chunk-EW3BMU4L.js +2 -0
- package/__chunks__/chunk-EZUUKCRD.js +20 -0
- package/__chunks__/chunk-F2S5NT2E.js +2 -0
- package/__chunks__/chunk-F4BEHP72.js +2 -0
- package/__chunks__/chunk-F6B7DDVJ.js +85 -0
- package/__chunks__/chunk-F6ELE4P2.js +2 -0
- package/__chunks__/chunk-F72IBW5B.js +2 -0
- package/__chunks__/chunk-F7HN3EU2.js +2 -0
- package/__chunks__/chunk-F7LTCJA2.js +68 -0
- package/__chunks__/chunk-FAQBPGAY.js +2 -0
- package/__chunks__/chunk-FCITCU45.js +2 -0
- package/__chunks__/chunk-FDR4USDU.js +2 -0
- package/__chunks__/chunk-FF3KQXC5.js +2 -0
- package/__chunks__/chunk-FG2VLIRZ.js +2 -0
- package/__chunks__/chunk-FG4HMBBG.js +2 -0
- package/__chunks__/chunk-FGKK6IMN.js +2 -0
- package/__chunks__/chunk-FGQ7I5WG.js +70 -0
- package/__chunks__/chunk-FJ6CNH4L.js +2 -0
- package/__chunks__/chunk-FKJUAYCU.js +2 -0
- package/__chunks__/chunk-FLSPTRVD.js +2 -0
- package/__chunks__/chunk-FNHRCMVM.js +46 -0
- package/__chunks__/chunk-FOYWYXVZ.js +2 -0
- package/__chunks__/chunk-FPS4AURM.js +2 -0
- package/__chunks__/chunk-FQIW3YYK.js +2 -0
- package/__chunks__/chunk-FRWODUWW.js +2 -0
- package/__chunks__/chunk-FS6XQSTA.js +2 -0
- package/__chunks__/chunk-FTI4UP5P.js +2 -0
- package/__chunks__/chunk-FTIXJ5E5.js +2 -0
- package/__chunks__/chunk-FTSTBQMX.js +2 -0
- package/__chunks__/chunk-FUECASRH.js +2 -0
- package/__chunks__/chunk-FUMQHLYT.js +2 -0
- package/__chunks__/chunk-FWLGCLPL.js +2 -0
- package/__chunks__/chunk-FXMRV3RJ.js +2 -0
- package/__chunks__/chunk-FZY2O5BT.js +2 -0
- package/__chunks__/chunk-G42WBJZB.js +2 -0
- package/__chunks__/chunk-G4FKBUHF.js +19 -0
- package/__chunks__/chunk-G5AYYKNU.js +2 -0
- package/__chunks__/chunk-G5E5KXNA.js +2 -0
- package/__chunks__/chunk-G5UZVVZV.js +2 -0
- package/__chunks__/chunk-G67S33YE.js +2 -0
- package/__chunks__/chunk-G6N7LTJ4.js +2 -0
- package/__chunks__/chunk-G7TWEHWT.js +7 -0
- package/__chunks__/chunk-GCWQBBDU.js +2 -0
- package/__chunks__/chunk-GCZ2XYBL.js +2 -0
- package/__chunks__/chunk-GDA7KPTR.js +2 -0
- package/__chunks__/chunk-GGO72VFB.js +2 -0
- package/__chunks__/chunk-GGRFCTV5.js +2 -0
- package/__chunks__/chunk-GHJOFUW2.js +12 -0
- package/__chunks__/chunk-GHXABK3Q.js +2 -0
- package/__chunks__/chunk-GM6WXY7A.js +2 -0
- package/__chunks__/chunk-GN77JC3V.js +2 -0
- package/__chunks__/chunk-GO7VNUP5.js +17 -0
- package/__chunks__/chunk-GOF6JRXK.js +2 -0
- package/__chunks__/chunk-GOXGFJZH.js +2 -0
- package/__chunks__/chunk-GRWH72ZU.js +2 -0
- package/__chunks__/chunk-GS5GS2NR.js +2 -0
- package/__chunks__/chunk-GSM4KPXM.js +2 -0
- package/__chunks__/chunk-GSWKZJDP.js +2 -0
- package/__chunks__/chunk-GTAIRGUN.js +2 -0
- package/__chunks__/chunk-GTL5LDSK.js +2 -0
- package/__chunks__/chunk-GUD2T2EB.js +2 -0
- package/__chunks__/chunk-GWQEPALX.js +2 -0
- package/__chunks__/chunk-GYI5R266.js +2 -0
- package/__chunks__/chunk-GZCSG25F.js +2 -0
- package/__chunks__/chunk-GZYZO3J2.js +2 -0
- package/__chunks__/chunk-H4IJGDGS.js +2 -0
- package/__chunks__/chunk-H74HR64N.js +2 -0
- package/__chunks__/chunk-HAEF66IP.js +2 -0
- package/__chunks__/chunk-HAJTOLK4.js +2 -0
- package/__chunks__/chunk-HCQ3C7PW.js +2 -0
- package/__chunks__/chunk-HDLLKVDD.js +2 -0
- package/__chunks__/chunk-HFM2QTTT.js +2 -0
- package/__chunks__/chunk-HH5PAC3T.js +20 -0
- package/__chunks__/chunk-HJAH7OEP.js +2 -0
- package/__chunks__/chunk-HJFNJX7U.js +2 -0
- package/__chunks__/chunk-HL5EYNJA.js +2 -0
- package/__chunks__/chunk-HLMYIFDT.js +2 -0
- package/__chunks__/chunk-HLXZPLLN.js +2 -0
- package/__chunks__/chunk-HPYQLEEL.js +2 -0
- package/__chunks__/chunk-HQD3NUZ6.js +2 -0
- package/__chunks__/chunk-HQDMB3TV.js +2 -0
- package/__chunks__/chunk-HRKJKJAF.js +2 -0
- package/__chunks__/chunk-HSSF5AKE.js +2 -0
- package/__chunks__/chunk-HTJVD3DX.js +2 -0
- package/__chunks__/chunk-HVBD6WJF.js +2 -0
- package/__chunks__/chunk-HW5KYYYA.js +2 -0
- package/__chunks__/chunk-HWSAT3FR.js +2 -0
- package/__chunks__/chunk-HYXRHECC.js +2 -0
- package/__chunks__/chunk-HZRXVYUW.js +2 -0
- package/__chunks__/chunk-I2ETGUUA.js +2 -0
- package/__chunks__/chunk-I3C72O7I.js +2 -0
- package/__chunks__/chunk-I3FE3OVT.js +2 -0
- package/__chunks__/chunk-I3T3DAPU.js +2 -0
- package/__chunks__/chunk-I3T7SAAD.js +29 -0
- package/__chunks__/chunk-I4I6JUUX.js +102 -0
- package/__chunks__/chunk-I6K2AS2U.js +2 -0
- package/__chunks__/chunk-IAI4PAYN.js +2 -0
- package/__chunks__/chunk-IBJ5WR4U.js +2 -0
- package/__chunks__/chunk-IBJUG4XE.js +2 -0
- package/__chunks__/chunk-IDKG26DV.js +2 -0
- package/__chunks__/chunk-IE2IUPDC.js +2 -0
- package/__chunks__/chunk-IFHR3FQR.js +2 -0
- package/__chunks__/chunk-IIEA33LO.js +2 -0
- package/__chunks__/chunk-IIEKKBTR.js +2 -0
- package/__chunks__/chunk-ILZQSARS.js +2 -0
- package/__chunks__/chunk-ION3KEJI.js +136 -0
- package/__chunks__/chunk-ISSCSVWM.js +2 -0
- package/__chunks__/chunk-IT2JNRVH.js +2 -0
- package/__chunks__/chunk-ITB6I5BS.js +2 -0
- package/__chunks__/chunk-ITHCZBJS.js +2 -0
- package/__chunks__/chunk-ITHUQNI7.js +2 -0
- package/__chunks__/chunk-IUHEN44O.js +2 -0
- package/__chunks__/chunk-IUNOQZLF.js +2 -0
- package/__chunks__/chunk-IUUUAIY2.js +2 -0
- package/__chunks__/chunk-IX7DZLMD.js +2 -0
- package/__chunks__/chunk-IYCTC4AT.js +2 -0
- package/__chunks__/chunk-IYG56LZS.js +2 -0
- package/__chunks__/chunk-IYWQCJK6.js +2 -0
- package/__chunks__/chunk-IZ6UVXPE.js +2 -0
- package/__chunks__/chunk-IZ77WR3D.js +2 -0
- package/__chunks__/chunk-J2OTNG2R.js +2 -0
- package/__chunks__/chunk-J2PCBJMU.js +2 -0
- package/__chunks__/chunk-J4QG2S3I.js +2 -0
- package/__chunks__/chunk-J5BMWYPB.js +2 -0
- package/__chunks__/chunk-J5VPSLFT.js +2 -0
- package/__chunks__/chunk-J7EDHOQI.js +2 -0
- package/__chunks__/chunk-J7PDFRRU.js +2 -0
- package/__chunks__/chunk-JA4ASD52.js +2 -0
- package/__chunks__/chunk-JCVK2XJG.js +3 -0
- package/__chunks__/chunk-JFHVXCRN.js +2 -0
- package/__chunks__/chunk-JG63PJZC.js +2 -0
- package/__chunks__/chunk-JGQO66G2.js +2 -0
- package/__chunks__/chunk-JGT2BEKM.js +2 -0
- package/__chunks__/chunk-JHKKNFGQ.js +2 -0
- package/__chunks__/chunk-JHNAKN3Z.js +2 -0
- package/__chunks__/chunk-JLLF4KSK.js +2 -0
- package/__chunks__/chunk-JPWJHWBH.js +2 -0
- package/__chunks__/chunk-JRAOAPR2.js +2 -0
- package/__chunks__/chunk-JS2KZCMT.js +2 -0
- package/__chunks__/chunk-JUG2DGB6.js +2 -0
- package/__chunks__/chunk-JUPI57N4.js +2 -0
- package/__chunks__/chunk-JUQY3BYW.js +2 -0
- package/__chunks__/chunk-JVEAGVYE.js +2 -0
- package/__chunks__/chunk-JX5IQL4I.js +4 -0
- package/__chunks__/chunk-JYDTPJBP.js +2 -0
- package/__chunks__/chunk-K2OJLAWW.js +2 -0
- package/__chunks__/chunk-K54J3SVA.js +2 -0
- package/__chunks__/chunk-K7NT3S2V.js +2 -0
- package/__chunks__/chunk-KAEKUDO2.js +2 -0
- package/__chunks__/chunk-KAPL5CUX.js +2 -0
- package/__chunks__/chunk-KAQRLHDY.js +2 -0
- package/__chunks__/chunk-KD3GSQCC.js +2 -0
- package/__chunks__/chunk-KEYJ5B2L.js +2 -0
- package/__chunks__/chunk-KG2MOKN2.js +2 -0
- package/__chunks__/chunk-KG562GBJ.js +2 -0
- package/__chunks__/chunk-KHBVXLPC.js +2 -0
- package/__chunks__/chunk-KKNMRWCR.js +2 -0
- package/__chunks__/chunk-KLMWECM3.js +2 -0
- package/__chunks__/chunk-KLR563VU.js +2 -0
- package/__chunks__/chunk-KNFOSUER.js +2 -0
- package/__chunks__/chunk-KOJTXY5U.js +2 -0
- package/__chunks__/chunk-KOPIC42W.js +2 -0
- package/__chunks__/chunk-KPQZUMYC.js +2 -0
- package/__chunks__/chunk-KPYXRJJ5.js +4 -0
- package/__chunks__/chunk-KR2MPMRH.js +2 -0
- package/__chunks__/chunk-KSGELGUP.js +2 -0
- package/__chunks__/chunk-KT3FOCOF.js +2 -0
- package/__chunks__/chunk-KTLVTFQI.js +2 -0
- package/__chunks__/chunk-KTVGCLUD.js +2697 -0
- package/__chunks__/chunk-KUGENURA.js +2 -0
- package/__chunks__/chunk-KVADACQ7.js +2 -0
- package/__chunks__/chunk-KVQJM6T5.js +2 -0
- package/__chunks__/chunk-KVYZG3RT.js +2 -0
- package/__chunks__/chunk-KXET6JQU.js +12 -0
- package/__chunks__/chunk-KXJY4LM3.js +2 -0
- package/__chunks__/chunk-KY6Y2HSP.js +2 -0
- package/__chunks__/chunk-KYOQUJLE.js +2 -0
- package/__chunks__/chunk-KYWWNAJM.js +2 -0
- package/__chunks__/chunk-L2QU4PD5.js +2 -0
- package/__chunks__/chunk-L5F5IPS2.js +2 -0
- package/__chunks__/chunk-LB4Y5WHG.js +2 -0
- package/__chunks__/chunk-LDRHU3OH.js +2 -0
- package/__chunks__/chunk-LE2E5HBW.js +2 -0
- package/__chunks__/chunk-LESRVBPG.js +2 -0
- package/__chunks__/chunk-LF4YCH5E.js +2 -0
- package/__chunks__/chunk-LGOP3NZJ.js +2 -0
- package/__chunks__/chunk-LI2IYYDQ.js +2 -0
- package/__chunks__/chunk-LIOD7HGA.js +2 -0
- package/__chunks__/chunk-LKOKJJLU.js +2 -0
- package/__chunks__/chunk-LN52TC2Z.js +2 -0
- package/__chunks__/chunk-LOKAE44F.js +2 -0
- package/__chunks__/chunk-LSGUURNM.js +2 -0
- package/__chunks__/chunk-LSHZC67U.js +2 -0
- package/__chunks__/chunk-LSKVZJAX.js +2 -0
- package/__chunks__/chunk-LVQWMQ2T.js +2 -0
- package/__chunks__/chunk-LXX6WMT6.js +4 -0
- package/__chunks__/chunk-LY34HO4P.js +2 -0
- package/__chunks__/chunk-LYA3S2SU.js +2 -0
- package/__chunks__/chunk-LYKV77DC.js +2 -0
- package/__chunks__/chunk-M3SZAX2P.js +41 -0
- package/__chunks__/chunk-M6AXY7O7.js +2 -0
- package/__chunks__/chunk-MAEQG7BG.js +2 -0
- package/__chunks__/chunk-MAIFC32D.js +2 -0
- package/__chunks__/chunk-MBH3544U.js +2 -0
- package/__chunks__/chunk-MCEGRXN6.js +2 -0
- package/__chunks__/chunk-MDEY3UKX.js +2 -0
- package/__chunks__/chunk-MFEMIMFK.js +2 -0
- package/__chunks__/chunk-MFTUNOYQ.js +2 -0
- package/__chunks__/chunk-MKCSZSMG.js +2 -0
- package/__chunks__/chunk-MLRDYOWS.js +2 -0
- package/__chunks__/chunk-MMKOBDIH.js +50 -0
- package/__chunks__/chunk-MOG5YJG4.js +2 -0
- package/__chunks__/chunk-MR6K6SRQ.js +2 -0
- package/__chunks__/chunk-MSEHW74S.js +2 -0
- package/__chunks__/chunk-MSL3G3S2.js +2 -0
- package/__chunks__/chunk-MU3BYWEH.js +4 -0
- package/__chunks__/chunk-MUDWZV6W.js +2 -0
- package/__chunks__/chunk-MUMKCVGK.js +5 -0
- package/__chunks__/chunk-MW5CFECE.js +2 -0
- package/__chunks__/chunk-MX4JDXRF.js +2 -0
- package/__chunks__/chunk-MZA5D5PL.js +2 -0
- package/__chunks__/chunk-MZD3H4B5.js +2 -0
- package/__chunks__/chunk-MZQQHWMU.js +2 -0
- package/__chunks__/chunk-N24GSWEX.js +2 -0
- package/__chunks__/chunk-N3EBL7XI.js +2 -0
- package/__chunks__/chunk-N5IFUYXT.js +2 -0
- package/__chunks__/chunk-N5LRF3RN.js +2 -0
- package/__chunks__/chunk-N7VRRUZW.js +2 -0
- package/__chunks__/chunk-N7ZM2HYB.js +2 -0
- package/__chunks__/chunk-NFJ4EBCL.js +2 -0
- package/__chunks__/chunk-NG34DDMD.js +2 -0
- package/__chunks__/chunk-NIEYWIEH.js +2 -0
- package/__chunks__/chunk-NIGD2MXO.js +2 -0
- package/__chunks__/chunk-NILVTFPJ.js +2 -0
- package/__chunks__/chunk-NIX3Y53D.js +2 -0
- package/__chunks__/chunk-NKRS2QU5.js +2 -0
- package/__chunks__/chunk-NLI7TY5X.js +2 -0
- package/__chunks__/chunk-NN3366Y2.js +2 -0
- package/__chunks__/chunk-NNASYVCX.js +2 -0
- package/__chunks__/chunk-NNDRKDR2.js +2 -0
- package/__chunks__/chunk-NOJ6I3XW.js +4 -0
- package/__chunks__/chunk-NPVGWHRE.js +2 -0
- package/__chunks__/chunk-NQKFOL4N.js +2 -0
- package/__chunks__/chunk-NSC7H5CR.js +2 -0
- package/__chunks__/chunk-NSJIPT65.js +2 -0
- package/__chunks__/chunk-NVMQYRR7.js +2 -0
- package/__chunks__/chunk-NWWS2WZW.js +2 -0
- package/__chunks__/chunk-O3TSNIDN.js +2 -0
- package/__chunks__/chunk-O4YR3AF5.js +2 -0
- package/__chunks__/chunk-O64UIURO.js +122 -0
- package/__chunks__/chunk-O7MMH2A3.js +2 -0
- package/__chunks__/chunk-O7QPMKRJ.js +2 -0
- package/__chunks__/chunk-O7TRATTW.js +2 -0
- package/__chunks__/chunk-O7WJZJNU.js +2 -0
- package/__chunks__/chunk-OAKBM2P2.js +2 -0
- package/__chunks__/chunk-OB5SKQCY.js +2 -0
- package/__chunks__/chunk-OGU6KRRY.js +2 -0
- package/__chunks__/chunk-OHGPINSY.js +2 -0
- package/__chunks__/chunk-OMHUXYEO.js +23 -0
- package/__chunks__/chunk-ONVWAC2E.js +2 -0
- package/__chunks__/chunk-OQVQJY6O.js +2 -0
- package/__chunks__/chunk-OREZVH44.js +2 -0
- package/__chunks__/chunk-OUI35NDI.js +2 -0
- package/__chunks__/chunk-OUJMPM2U.js +2 -0
- package/__chunks__/chunk-OWCQY7DT.js +2 -0
- package/__chunks__/chunk-OXLWN6SM.js +2 -0
- package/__chunks__/chunk-OYOESLUD.js +2 -0
- package/__chunks__/chunk-OYSDULAT.js +2 -0
- package/__chunks__/chunk-OZZEPSP5.js +12 -0
- package/__chunks__/chunk-P2XQDY5T.js +2 -0
- package/__chunks__/chunk-P424AVEC.js +2 -0
- package/__chunks__/chunk-P442QALE.js +2 -0
- package/__chunks__/chunk-P56DYYQV.js +2 -0
- package/__chunks__/chunk-P5VV7LLO.js +2 -0
- package/__chunks__/chunk-P5Y36Z5M.js +2 -0
- package/__chunks__/chunk-P6ME47NP.js +2 -0
- package/__chunks__/chunk-P6O7K73X.js +2 -0
- package/__chunks__/chunk-P7LR6L5M.js +2 -0
- package/__chunks__/chunk-PAEB6FXV.js +2 -0
- package/__chunks__/chunk-PBSFUQZR.js +2 -0
- package/__chunks__/chunk-PCPM2SIF.js +2 -0
- package/__chunks__/chunk-PEBGF6YE.js +2 -0
- package/__chunks__/chunk-PEMIIG34.js +2 -0
- package/__chunks__/chunk-PHM6E74T.js +2 -0
- package/__chunks__/chunk-PJFR5J3G.js +2 -0
- package/__chunks__/chunk-PJHQEZCM.js +2 -0
- package/__chunks__/chunk-PKXJ335P.js +2 -0
- package/__chunks__/chunk-PL7JLATV.js +2 -0
- package/__chunks__/chunk-PM4DXL56.js +2 -0
- package/__chunks__/chunk-PM67HC22.js +2 -0
- package/__chunks__/chunk-PMGJLGEU.js +2 -0
- package/__chunks__/chunk-POCMV5ED.js +2 -0
- package/__chunks__/chunk-PRBP6TMU.js +2 -0
- package/__chunks__/chunk-PSQSJ444.js +2 -0
- package/__chunks__/chunk-PTAPBRQZ.js +2 -0
- package/__chunks__/chunk-PVIICAIQ.js +2 -0
- package/__chunks__/chunk-PVNB3SRH.js +2 -0
- package/__chunks__/chunk-PVRI3YMI.js +2 -0
- package/__chunks__/chunk-PWE3P23W.js +2 -0
- package/__chunks__/chunk-PX2U7LU3.js +2 -0
- package/__chunks__/chunk-PYQSQFRV.js +2 -0
- package/__chunks__/chunk-PZ76TQNL.js +2 -0
- package/__chunks__/chunk-Q3WWKR2X.js +2 -0
- package/__chunks__/chunk-Q46TVV4C.js +2 -0
- package/__chunks__/chunk-Q5AIMNXJ.js +2 -0
- package/__chunks__/chunk-Q6JVIJYE.js +2 -0
- package/__chunks__/chunk-QATDIOTT.js +2 -0
- package/__chunks__/chunk-QC6JRCCN.js +2 -0
- package/__chunks__/chunk-QCDIZAQ5.js +2 -0
- package/__chunks__/chunk-QDC2IFF4.js +2 -0
- package/__chunks__/chunk-QDF6OCDR.js +2 -0
- package/__chunks__/chunk-QE66Q7GT.js +2 -0
- package/__chunks__/chunk-QFMI4E7X.js +2 -0
- package/__chunks__/chunk-QIVHRYMO.js +2 -0
- package/__chunks__/chunk-QIW3F5I6.js +2 -0
- package/__chunks__/chunk-QLQQ2JR7.js +2 -0
- package/__chunks__/chunk-QOSG6R6R.js +2 -0
- package/__chunks__/chunk-QP5L6JIE.js +2 -0
- package/__chunks__/chunk-QTFRUSS3.js +2 -0
- package/__chunks__/chunk-QURYVBPO.js +4 -0
- package/__chunks__/chunk-QXLVD36D.js +2 -0
- package/__chunks__/chunk-QYEKN46N.js +2 -0
- package/__chunks__/chunk-QZO7M5ZT.js +2 -0
- package/__chunks__/chunk-R5L2QIPY.js +2 -0
- package/__chunks__/chunk-R6NJRSW5.js +37 -0
- package/__chunks__/chunk-R7HUU4CJ.js +2 -0
- package/__chunks__/chunk-RAE4OFH3.js +2 -0
- package/__chunks__/chunk-RBA2MLRV.js +2 -0
- package/__chunks__/chunk-RBIZGQTO.js +2 -0
- package/__chunks__/chunk-RCLSC5E7.js +4 -0
- package/__chunks__/chunk-RCTXRAF3.js +2 -0
- package/__chunks__/chunk-REAU3TYU.js +2 -0
- package/__chunks__/chunk-RGCOQNFX.js +2 -0
- package/__chunks__/chunk-RGFAVYF7.js +2 -0
- package/__chunks__/chunk-RGIYMWYQ.js +2 -0
- package/__chunks__/chunk-RIAXFI2J.js +2 -0
- package/__chunks__/chunk-RJ7IYEUH.js +2 -0
- package/__chunks__/chunk-RKY6WDYV.js +2 -0
- package/__chunks__/chunk-RLR3OPFC.js +2 -0
- package/__chunks__/chunk-RNP424V7.js +25 -0
- package/__chunks__/chunk-RPJ7BRW5.js +2 -0
- package/__chunks__/chunk-RPS6VEWJ.js +2 -0
- package/__chunks__/chunk-RRLO6GHB.js +2 -0
- package/__chunks__/chunk-RRZLG2BB.js +2 -0
- package/__chunks__/chunk-RSQKJTKY.js +2 -0
- package/__chunks__/chunk-RTCAQ2UD.js +2 -0
- package/__chunks__/chunk-RVSE32VZ.js +46 -0
- package/__chunks__/chunk-RX2POYS3.js +2 -0
- package/__chunks__/chunk-RXXDQ6U2.js +2 -0
- package/__chunks__/chunk-S2HPQPHW.js +2 -0
- package/__chunks__/chunk-S4UQ5TSO.js +2 -0
- package/__chunks__/chunk-S5FLNBIE.js +2 -0
- package/__chunks__/chunk-S66HEGRB.js +2 -0
- package/__chunks__/chunk-SA2UHOEQ.js +2 -0
- package/__chunks__/chunk-SDPYJXYE.js +2 -0
- package/__chunks__/chunk-SF7LOMBJ.js +2 -0
- package/__chunks__/chunk-SFDFKR2B.js +2 -0
- package/__chunks__/chunk-SFPFWCAU.js +2 -0
- package/__chunks__/chunk-SIWAH3JJ.js +2 -0
- package/__chunks__/chunk-SO4PHBFT.js +2 -0
- package/__chunks__/chunk-SPK27P3G.js +2 -0
- package/__chunks__/chunk-SRFM7KCL.js +34 -0
- package/__chunks__/chunk-SS6URUFX.js +2 -0
- package/__chunks__/chunk-SSDINMFH.js +2 -0
- package/__chunks__/chunk-SWAQZSBD.js +2 -0
- package/__chunks__/chunk-SWB66NXK.js +2 -0
- package/__chunks__/chunk-SX7LLKUO.js +2 -0
- package/__chunks__/chunk-SZBOIFW5.js +2 -0
- package/__chunks__/chunk-T4CXJSLV.js +32 -0
- package/__chunks__/chunk-T4D2P2EU.js +2 -0
- package/__chunks__/chunk-T536JWGZ.js +2 -0
- package/__chunks__/chunk-T7ZQU5BC.js +2 -0
- package/__chunks__/chunk-TF6GJCYL.js +68 -0
- package/__chunks__/chunk-TG4EYEIJ.js +2 -0
- package/__chunks__/chunk-THJXGYFQ.js +2 -0
- package/__chunks__/chunk-TIJGXFSX.js +2 -0
- package/__chunks__/chunk-TJR2A22P.js +2 -0
- package/__chunks__/chunk-TK3KUN3X.js +2 -0
- package/__chunks__/chunk-TL3OMNX7.js +2 -0
- package/__chunks__/chunk-TMJ7RQC2.js +2 -0
- package/__chunks__/chunk-TNSSWSBG.js +2 -0
- package/__chunks__/chunk-TPQDO4LL.js +2 -0
- package/__chunks__/chunk-TQG6VF6P.js +2 -0
- package/__chunks__/chunk-TQZBISCN.js +2 -0
- package/__chunks__/chunk-TRBPYVNW.js +2 -0
- package/__chunks__/chunk-TSS6OIDL.js +2 -0
- package/__chunks__/chunk-TUUWHPLI.js +2 -0
- package/__chunks__/chunk-TW7BW73X.js +2 -0
- package/__chunks__/chunk-TWENIFKO.js +2 -0
- package/__chunks__/chunk-TZXZ7CJO.js +2 -0
- package/__chunks__/chunk-U2XQNGND.js +101 -0
- package/__chunks__/chunk-U2ZZPG4Z.js +2 -0
- package/__chunks__/chunk-U3IDHHXH.js +2 -0
- package/__chunks__/chunk-U4SB3NMP.js +2 -0
- package/__chunks__/chunk-U5O7LCCK.js +2 -0
- package/__chunks__/chunk-U6BRYL7W.js +2 -0
- package/__chunks__/chunk-U6VYAG7P.js +2 -0
- package/__chunks__/chunk-UBWRDOIX.js +2 -0
- package/__chunks__/chunk-UDLAURJU.js +2 -0
- package/__chunks__/chunk-UEG3CFPN.js +2 -0
- package/__chunks__/chunk-UFOR33C6.js +2 -0
- package/__chunks__/chunk-UGNNL4SG.js +2 -0
- package/__chunks__/chunk-UKQHQJR6.js +2 -0
- package/__chunks__/chunk-UNZ65MHM.js +2 -0
- package/__chunks__/chunk-UOL6UQR3.js +2 -0
- package/__chunks__/chunk-UOUZ4ZJV.js +2 -0
- package/__chunks__/chunk-UQDI6ORX.js +2 -0
- package/__chunks__/chunk-URVJQZAN.js +2 -0
- package/__chunks__/chunk-USZMORED.js +2 -0
- package/__chunks__/chunk-UTBQEWE4.js +2 -0
- package/__chunks__/chunk-UTHVVMQB.js +2 -0
- package/__chunks__/chunk-UUSRZY52.js +2 -0
- package/__chunks__/chunk-UUYYSRRW.js +2 -0
- package/__chunks__/chunk-UVMVGFEW.js +4 -0
- package/__chunks__/chunk-UXXBW5AI.js +2 -0
- package/__chunks__/chunk-UYI645JL.js +150 -0
- package/__chunks__/chunk-V2MANEJG.js +2 -0
- package/__chunks__/chunk-V47WIEGW.js +2 -0
- package/__chunks__/chunk-VB73HGDX.js +2 -0
- package/__chunks__/chunk-VCKN2AXC.js +2 -0
- package/__chunks__/chunk-VEHHSLFZ.js +2 -0
- package/__chunks__/chunk-VFR5RYGT.js +2 -0
- package/__chunks__/chunk-VMIEG7PL.js +34 -0
- package/__chunks__/chunk-VMJW3JPB.js +2 -0
- package/__chunks__/chunk-VMMSYGDP.js +2 -0
- package/__chunks__/chunk-VPAIMHUL.js +2 -0
- package/__chunks__/chunk-VQBWEEGR.js +2 -0
- package/__chunks__/chunk-VQDG36WS.js +2 -0
- package/__chunks__/chunk-VSU4SOKX.js +2 -0
- package/__chunks__/chunk-VTJ77Y7J.js +2 -0
- package/__chunks__/chunk-VUUFGLB5.js +2 -0
- package/__chunks__/chunk-VXOADWU5.js +2 -0
- package/__chunks__/chunk-VYJD4NHQ.js +2 -0
- package/__chunks__/chunk-VZ557ZVH.js +2 -0
- package/__chunks__/chunk-W3O62UFF.js +2 -0
- package/__chunks__/chunk-W5X4PHOX.js +2 -0
- package/__chunks__/chunk-W5ZEBUWX.js +2 -0
- package/__chunks__/chunk-W7KQXFQR.js +2 -0
- package/__chunks__/chunk-WDAKDZH6.js +2 -0
- package/__chunks__/chunk-WGCPODXR.js +2 -0
- package/__chunks__/chunk-WGDNQN56.js +2 -0
- package/__chunks__/chunk-WGKZD6MA.js +2 -0
- package/__chunks__/chunk-WHZJNP3S.js +2 -0
- package/__chunks__/chunk-WI5DFLYT.js +2 -0
- package/__chunks__/chunk-WJNRY5QF.js +2 -0
- package/__chunks__/chunk-WKGWBGEU.js +2 -0
- package/__chunks__/chunk-WLDEEVDY.js +2 -0
- package/__chunks__/chunk-WLZ2KR5Y.js +2 -0
- package/__chunks__/chunk-WMHZ5234.js +2 -0
- package/__chunks__/chunk-WNEYUSQC.js +2 -0
- package/__chunks__/chunk-WPFUQ6HN.js +2 -0
- package/__chunks__/chunk-WPV7TWOE.js +2 -0
- package/__chunks__/chunk-WQJLP4DE.js +2 -0
- package/__chunks__/chunk-WQW7VAJM.js +2 -0
- package/__chunks__/chunk-WROCDBAR.js +2 -0
- package/__chunks__/chunk-WSN32YUV.js +2 -0
- package/__chunks__/chunk-WSNQCPVF.js +2 -0
- package/__chunks__/chunk-WWPXYZMM.js +2 -0
- package/__chunks__/chunk-WYCW2PT6.js +2 -0
- package/__chunks__/chunk-WYQHWQRA.js +2 -0
- package/__chunks__/chunk-X7KN4CRO.js +2 -0
- package/__chunks__/chunk-XDXFAN7R.js +2 -0
- package/__chunks__/chunk-XFHAYWEB.js +2 -0
- package/__chunks__/chunk-XI3TRI7U.js +2 -0
- package/__chunks__/chunk-XIRSIJXF.js +2 -0
- package/__chunks__/chunk-XLTJGZYJ.js +4 -0
- package/__chunks__/chunk-XNCOY4CV.js +2 -0
- package/__chunks__/chunk-XNSVRLN3.js +2 -0
- package/__chunks__/chunk-XNZ4HTGD.js +2 -0
- package/__chunks__/chunk-XPUEZZMG.js +4 -0
- package/__chunks__/chunk-XPUH4KZG.js +2 -0
- package/__chunks__/chunk-XQ2GNPK3.js +2 -0
- package/__chunks__/chunk-XQBU35PV.js +2 -0
- package/__chunks__/chunk-XRD7S3GT.js +2 -0
- package/__chunks__/chunk-XTH4H3QT.js +2 -0
- package/__chunks__/chunk-XTMXXGAH.js +2 -0
- package/__chunks__/chunk-XU7UROEW.js +2 -0
- package/__chunks__/chunk-XYFHLBCY.js +12 -0
- package/__chunks__/chunk-XZPIJ3UN.js +2 -0
- package/__chunks__/chunk-Y2F55UA2.js +2 -0
- package/__chunks__/chunk-Y2JMMALW.js +2 -0
- package/__chunks__/chunk-Y5T5LOPY.js +2 -0
- package/__chunks__/chunk-YAIUOHLB.js +2 -0
- package/__chunks__/chunk-YBYH6WE4.js +2 -0
- package/__chunks__/chunk-YCXNRFN2.js +2 -0
- package/__chunks__/chunk-YDE7CYYC.js +2 -0
- package/__chunks__/chunk-YDRBACLK.js +2 -0
- package/__chunks__/chunk-YDSWNTEV.js +2 -0
- package/__chunks__/chunk-YFCCFQZR.js +2 -0
- package/__chunks__/chunk-YGFXQ725.js +2 -0
- package/__chunks__/chunk-YGJLI2SB.js +107 -0
- package/__chunks__/chunk-YJENN4MN.js +2 -0
- package/__chunks__/chunk-YLJSIICJ.js +34 -0
- package/__chunks__/chunk-YOJPJ56A.js +2 -0
- package/__chunks__/chunk-YQNKBIH4.js +2 -0
- package/__chunks__/chunk-YQYLTVAO.js +2 -0
- package/__chunks__/chunk-YQZFJH6S.js +2 -0
- package/__chunks__/chunk-YRAES5GD.js +2 -0
- package/__chunks__/chunk-YRV5JUU3.js +2 -0
- package/__chunks__/chunk-YS54H7SC.js +2 -0
- package/__chunks__/chunk-YSG4XHW7.js +2 -0
- package/__chunks__/chunk-YYDMMXWY.js +2 -0
- package/__chunks__/chunk-YYYIGZL4.js +2 -0
- package/__chunks__/chunk-YZFFSWXW.js +2 -0
- package/__chunks__/chunk-Z3EG4IIE.js +2 -0
- package/__chunks__/chunk-Z3SMPOWU.js +2 -0
- package/__chunks__/chunk-Z42XH2I7.js +2 -0
- package/__chunks__/chunk-Z4H275ML.js +2 -0
- package/__chunks__/chunk-Z6V4EU73.js +2 -0
- package/__chunks__/chunk-ZAE2D3CF.js +2 -0
- package/__chunks__/chunk-ZCMPFU65.js +2 -0
- package/__chunks__/chunk-ZDBJFNZW.js +2 -0
- package/__chunks__/chunk-ZDE4QW57.js +2 -0
- package/__chunks__/chunk-ZDTE7YK4.js +2 -0
- package/__chunks__/chunk-ZGVBWQQC.js +2 -0
- package/__chunks__/chunk-ZJNYNGSQ.js +2 -0
- package/__chunks__/chunk-ZKLCDN4Y.js +2 -0
- package/__chunks__/chunk-ZLFZ6BUC.js +2 -0
- package/__chunks__/chunk-ZOVNEKFA.js +2 -0
- package/__chunks__/chunk-ZR7ZLVEK.js +2 -0
- package/__chunks__/chunk-ZUDZZXKY.js +2 -0
- package/__chunks__/chunk-ZUUUL265.js +2 -0
- package/__chunks__/chunk-ZW66LOMO.js +2 -0
- package/__chunks__/chunk-ZYGOPV45.js +2 -0
- package/__chunks__/chunk-ZYM5W27H.js +2 -0
- package/__chunks__/chunk-ZZDXWIXL.js +2 -0
- package/__chunks__/chunk-ZZWPVQR2.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/index.js +1 -1
- package/__commonjs/__mocks__/index.js +2 -2
- package/__commonjs/__mocks__/utils/index.js +3 -3
- package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
- package/__commonjs/hooks/index.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/providers/webviewProvider/ExperimentalWebviewProvider.d.ts +2 -9
- package/__commonjs/providers/webviewProvider/ExperimentalWebviewProvider.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 +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +2 -2
- 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/getCrossWindowProvider.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/useCrossWindowLogin.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 +2 -2
- package/providers/accountProvider.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/ExperimentalWebviewProvider.d.ts +2 -9
- package/providers/webviewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/targetOrigin.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-22UA5SNR.js +0 -2
- package/__chunks__/chunk-2557KNUP.js +0 -2
- package/__chunks__/chunk-26B3VZDY.js +0 -2
- package/__chunks__/chunk-26GS6QMF.js +0 -2
- package/__chunks__/chunk-26PL53QW.js +0 -2
- package/__chunks__/chunk-27DX5WIQ.js +0 -2
- package/__chunks__/chunk-2BFIW2H2.js +0 -2
- package/__chunks__/chunk-2C2DBIO5.js +0 -2
- package/__chunks__/chunk-2C7GRV4K.js +0 -2
- package/__chunks__/chunk-2GMKJKBH.js +0 -2
- package/__chunks__/chunk-2JPYD34Y.js +0 -2
- package/__chunks__/chunk-2LJ24PXC.js +0 -2
- package/__chunks__/chunk-2MDI3YLM.js +0 -2
- package/__chunks__/chunk-2NMQCGC7.js +0 -2
- package/__chunks__/chunk-2PCYLQVD.js +0 -2
- package/__chunks__/chunk-2Q2SGN7Q.js +0 -12
- package/__chunks__/chunk-2UFJTGPZ.js +0 -2
- package/__chunks__/chunk-2V5SCMFJ.js +0 -2
- package/__chunks__/chunk-2VYQWORG.js +0 -2
- package/__chunks__/chunk-2WP7OVEE.js +0 -2
- package/__chunks__/chunk-2XKWHOAP.js +0 -2
- package/__chunks__/chunk-2YCTW6TI.js +0 -2
- package/__chunks__/chunk-326XWAT2.js +0 -2
- package/__chunks__/chunk-32BMPJ74.js +0 -4
- package/__chunks__/chunk-33KXHQQN.js +0 -2
- package/__chunks__/chunk-36NZZB3P.js +0 -2
- package/__chunks__/chunk-37ZHJ2BK.js +0 -2
- package/__chunks__/chunk-3A45EEBZ.js +0 -2
- package/__chunks__/chunk-3BTHUO4K.js +0 -2
- package/__chunks__/chunk-3DHA63I3.js +0 -2
- package/__chunks__/chunk-3ETS27SD.js +0 -2
- package/__chunks__/chunk-3FA3ZIQX.js +0 -2
- package/__chunks__/chunk-3GSO634Z.js +0 -2
- package/__chunks__/chunk-3H5JN4LM.js +0 -73
- package/__chunks__/chunk-3HHAVSUJ.js +0 -2
- package/__chunks__/chunk-3HUGPIHZ.js +0 -2
- package/__chunks__/chunk-3K73EOI3.js +0 -2
- package/__chunks__/chunk-3LT37HBU.js +0 -2
- package/__chunks__/chunk-3MKB4J7L.js +0 -2
- package/__chunks__/chunk-3NKE7QEP.js +0 -2
- package/__chunks__/chunk-3NWVJRAB.js +0 -2
- package/__chunks__/chunk-3R6POVK2.js +0 -2
- package/__chunks__/chunk-3SGZP5CP.js +0 -2
- package/__chunks__/chunk-3TBNHIWK.js +0 -2
- package/__chunks__/chunk-3U7QBETU.js +0 -2
- package/__chunks__/chunk-3VMBEWS2.js +0 -2
- package/__chunks__/chunk-3VOPLXJ4.js +0 -2
- package/__chunks__/chunk-3VZMC3FP.js +0 -2
- package/__chunks__/chunk-3XLNWKLP.js +0 -24
- package/__chunks__/chunk-3YDNGZGF.js +0 -2
- package/__chunks__/chunk-44G4OBAJ.js +0 -2
- package/__chunks__/chunk-476N5SL7.js +0 -2
- package/__chunks__/chunk-47XDMA2I.js +0 -2
- package/__chunks__/chunk-4CKPVXAV.js +0 -2
- package/__chunks__/chunk-4DJA2B5I.js +0 -2
- package/__chunks__/chunk-4FTRS7WH.js +0 -2
- package/__chunks__/chunk-4IMSPABK.js +0 -2
- package/__chunks__/chunk-4IWLQ7LG.js +0 -2
- package/__chunks__/chunk-4JP4CKHO.js +0 -2
- package/__chunks__/chunk-4LSTYGNA.js +0 -2
- package/__chunks__/chunk-4M54TFO5.js +0 -2
- package/__chunks__/chunk-4MZ7WK7D.js +0 -2
- package/__chunks__/chunk-4QWDTT23.js +0 -2
- package/__chunks__/chunk-4QXNF4GL.js +0 -4
- package/__chunks__/chunk-4S7M44EE.js +0 -2
- package/__chunks__/chunk-4SD7Y2KM.js +0 -2
- package/__chunks__/chunk-4SQM6OSS.js +0 -101
- package/__chunks__/chunk-4TEW42TP.js +0 -2
- package/__chunks__/chunk-4UGEM7KX.js +0 -2
- package/__chunks__/chunk-4USKWPLF.js +0 -2
- package/__chunks__/chunk-4VKG6QQG.js +0 -2
- package/__chunks__/chunk-4VMFCMEZ.js +0 -2
- package/__chunks__/chunk-4YLDSQBV.js +0 -2
- package/__chunks__/chunk-53AGYJCH.js +0 -2
- package/__chunks__/chunk-54EUEV4U.js +0 -2
- package/__chunks__/chunk-554W3345.js +0 -2
- package/__chunks__/chunk-56FYCNRN.js +0 -2
- package/__chunks__/chunk-57GVHWYV.js +0 -2
- package/__chunks__/chunk-57WLUEZA.js +0 -163
- package/__chunks__/chunk-5BTETU5O.js +0 -2
- package/__chunks__/chunk-5CFMRPVY.js +0 -2
- package/__chunks__/chunk-5DJROO27.js +0 -2
- package/__chunks__/chunk-5F5H6BGC.js +0 -2
- package/__chunks__/chunk-5GSBLTRB.js +0 -2
- package/__chunks__/chunk-5HMS5KVK.js +0 -2
- package/__chunks__/chunk-5INGE7VF.js +0 -56
- package/__chunks__/chunk-5JHYL7OT.js +0 -2
- package/__chunks__/chunk-5KGDRZSV.js +0 -2
- package/__chunks__/chunk-5M2HIRXF.js +0 -2
- package/__chunks__/chunk-5MHWHTJU.js +0 -62
- package/__chunks__/chunk-5O2C7DWV.js +0 -2
- package/__chunks__/chunk-5Q6Q5SS2.js +0 -4
- package/__chunks__/chunk-5RMCGDGD.js +0 -2
- package/__chunks__/chunk-5TDSH4QL.js +0 -2
- package/__chunks__/chunk-5UPYCHQI.js +0 -2
- package/__chunks__/chunk-5WRT76QH.js +0 -2
- package/__chunks__/chunk-5Z26W46O.js +0 -2
- package/__chunks__/chunk-5ZMW2ES5.js +0 -2
- package/__chunks__/chunk-62JBSE73.js +0 -2
- package/__chunks__/chunk-633FOCOS.js +0 -2
- package/__chunks__/chunk-67CZAIKC.js +0 -2
- package/__chunks__/chunk-6BFC2IMJ.js +0 -5
- package/__chunks__/chunk-6G774VOH.js +0 -2
- package/__chunks__/chunk-6IDMAUCW.js +0 -2
- package/__chunks__/chunk-6IYK4PYK.js +0 -2
- package/__chunks__/chunk-6J4RJ64N.js +0 -2
- package/__chunks__/chunk-6KZ376QS.js +0 -2
- package/__chunks__/chunk-6LITAK4Z.js +0 -2
- package/__chunks__/chunk-6LXANP2I.js +0 -2
- package/__chunks__/chunk-6LYEHBML.js +0 -59
- package/__chunks__/chunk-6MMALGQJ.js +0 -28
- package/__chunks__/chunk-6MXFMUY3.js +0 -2
- package/__chunks__/chunk-6SBRVYII.js +0 -2
- package/__chunks__/chunk-6SUJODPI.js +0 -2
- package/__chunks__/chunk-6WZ7DVP7.js +0 -2
- package/__chunks__/chunk-6XR6BLIB.js +0 -2
- package/__chunks__/chunk-6YN7X346.js +0 -2
- package/__chunks__/chunk-6ZGFYJ6T.js +0 -2
- package/__chunks__/chunk-6ZVGZMVA.js +0 -2
- package/__chunks__/chunk-73IWB6AV.js +0 -2
- package/__chunks__/chunk-766URZDV.js +0 -2
- package/__chunks__/chunk-7CBRJL6S.js +0 -2
- package/__chunks__/chunk-7CT2Q6BT.js +0 -2
- package/__chunks__/chunk-7FB3THLG.js +0 -2
- package/__chunks__/chunk-7GGVIKPW.js +0 -2
- package/__chunks__/chunk-7ISRNKO5.js +0 -2
- package/__chunks__/chunk-7JPKKVFO.js +0 -2
- package/__chunks__/chunk-7KUANG6C.js +0 -19
- package/__chunks__/chunk-7L26TZTK.js +0 -70
- package/__chunks__/chunk-7ME5LTFT.js +0 -2
- package/__chunks__/chunk-7MSXLJKN.js +0 -2
- package/__chunks__/chunk-7NE7LYHT.js +0 -2
- package/__chunks__/chunk-7OQZ5DQ7.js +0 -2
- package/__chunks__/chunk-7TW5V77R.js +0 -2
- package/__chunks__/chunk-7TZPVDNC.js +0 -2
- package/__chunks__/chunk-7UDS75X6.js +0 -2
- package/__chunks__/chunk-7USBSTGK.js +0 -2
- package/__chunks__/chunk-7WXEH6OF.js +0 -2
- package/__chunks__/chunk-7XYHQ72T.js +0 -2
- package/__chunks__/chunk-7YHU2LQD.js +0 -2
- package/__chunks__/chunk-A2R2BMVL.js +0 -2
- package/__chunks__/chunk-A2W7DLIB.js +0 -2
- package/__chunks__/chunk-A54SU6BD.js +0 -2
- package/__chunks__/chunk-A7P6UPKZ.js +0 -2
- package/__chunks__/chunk-A7PSK6X4.js +0 -46
- package/__chunks__/chunk-AA2UQLQZ.js +0 -136
- package/__chunks__/chunk-AAI7OAOT.js +0 -2
- package/__chunks__/chunk-AAM6N4J5.js +0 -2
- package/__chunks__/chunk-ACNALFD3.js +0 -2
- package/__chunks__/chunk-AEZHJXTM.js +0 -2
- package/__chunks__/chunk-AG43DFK4.js +0 -2
- package/__chunks__/chunk-AHX4GHIC.js +0 -2
- package/__chunks__/chunk-AIOP445U.js +0 -2
- package/__chunks__/chunk-ALWWVLET.js +0 -2
- package/__chunks__/chunk-ANT3P3HL.js +0 -2
- package/__chunks__/chunk-ANYNYERV.js +0 -2
- package/__chunks__/chunk-AQWMDL77.js +0 -2
- package/__chunks__/chunk-ATEFCARH.js +0 -2
- package/__chunks__/chunk-ATTWGF2B.js +0 -2
- package/__chunks__/chunk-AV6ZNOM5.js +0 -2
- package/__chunks__/chunk-AWNEPCTQ.js +0 -2
- package/__chunks__/chunk-AXNLXOPZ.js +0 -2
- package/__chunks__/chunk-B2ABVKLP.js +0 -2
- package/__chunks__/chunk-B3J3DAM7.js +0 -2
- package/__chunks__/chunk-B4XT7Q3M.js +0 -2
- package/__chunks__/chunk-B666J6MY.js +0 -41
- package/__chunks__/chunk-BHOYEKSQ.js +0 -2
- package/__chunks__/chunk-BHR7WNEW.js +0 -2
- package/__chunks__/chunk-BIA5Y3P5.js +0 -2
- package/__chunks__/chunk-BK7EGS52.js +0 -2
- package/__chunks__/chunk-BPA576KR.js +0 -2
- package/__chunks__/chunk-BPYUN5PX.js +0 -2
- package/__chunks__/chunk-BQBE7OZR.js +0 -2
- package/__chunks__/chunk-BQKC7WCN.js +0 -2
- package/__chunks__/chunk-BQNI2XMA.js +0 -2
- package/__chunks__/chunk-BQYM66ZC.js +0 -2
- package/__chunks__/chunk-BR6RQJ2N.js +0 -2
- package/__chunks__/chunk-BRNR3SAI.js +0 -2
- package/__chunks__/chunk-BSJJINPX.js +0 -2
- package/__chunks__/chunk-BTVWIHDC.js +0 -2
- package/__chunks__/chunk-BUQ4PJJK.js +0 -2
- package/__chunks__/chunk-BUTOGW5B.js +0 -2
- package/__chunks__/chunk-BZUMXHQT.js +0 -2
- package/__chunks__/chunk-BZYEY4V6.js +0 -2
- package/__chunks__/chunk-C2EQB3JI.js +0 -2
- package/__chunks__/chunk-C2H275LK.js +0 -2
- package/__chunks__/chunk-C5G2ROQD.js +0 -2
- package/__chunks__/chunk-C67HIE5H.js +0 -2
- package/__chunks__/chunk-C6PQYA4M.js +0 -2
- package/__chunks__/chunk-C77LE3WZ.js +0 -2
- package/__chunks__/chunk-C7OFRHWH.js +0 -2
- package/__chunks__/chunk-CACVJBM5.js +0 -2
- package/__chunks__/chunk-CAJB4JBK.js +0 -2
- package/__chunks__/chunk-CBX5VUZ5.js +0 -2
- package/__chunks__/chunk-CC3RDZJL.js +0 -2
- package/__chunks__/chunk-CCJG3WLD.js +0 -2
- package/__chunks__/chunk-CCQ6HQYJ.js +0 -2
- package/__chunks__/chunk-CD224CDA.js +0 -2
- package/__chunks__/chunk-CD3FLIXS.js +0 -2
- package/__chunks__/chunk-CEQ5FXRO.js +0 -2
- package/__chunks__/chunk-CGIJMPI5.js +0 -2
- package/__chunks__/chunk-CHFCDMKK.js +0 -2
- package/__chunks__/chunk-CHQCSVV7.js +0 -16
- package/__chunks__/chunk-CHV447YM.js +0 -2
- package/__chunks__/chunk-CHYGQARZ.js +0 -2
- package/__chunks__/chunk-CKOXM4NV.js +0 -2
- package/__chunks__/chunk-CLO6KRYZ.js +0 -2
- package/__chunks__/chunk-CLQA63TZ.js +0 -2
- package/__chunks__/chunk-CMBAJ3DI.js +0 -2
- package/__chunks__/chunk-CN44AGME.js +0 -2
- package/__chunks__/chunk-CNE2BRIR.js +0 -2
- package/__chunks__/chunk-CPFLJKPN.js +0 -12
- package/__chunks__/chunk-CQXACSZ4.js +0 -2
- package/__chunks__/chunk-CRLVFBPR.js +0 -68
- package/__chunks__/chunk-CTHCJK3Q.js +0 -2
- package/__chunks__/chunk-CUMZ3J4L.js +0 -2
- package/__chunks__/chunk-CV2QFORU.js +0 -2
- package/__chunks__/chunk-CXGKMOCJ.js +0 -29
- package/__chunks__/chunk-CXL6FFJW.js +0 -2
- package/__chunks__/chunk-D2FO4HDK.js +0 -12
- package/__chunks__/chunk-D32QW345.js +0 -2
- package/__chunks__/chunk-D3VGFELJ.js +0 -2
- package/__chunks__/chunk-D64ESOE4.js +0 -2
- package/__chunks__/chunk-DAGAOQXG.js +0 -2
- package/__chunks__/chunk-DANUBOM3.js +0 -2
- package/__chunks__/chunk-DBD6N2CW.js +0 -2
- package/__chunks__/chunk-DHDDHBXV.js +0 -2
- package/__chunks__/chunk-DJWFM4EO.js +0 -2
- package/__chunks__/chunk-DLE6R463.js +0 -2
- package/__chunks__/chunk-DMW2AYNQ.js +0 -2
- package/__chunks__/chunk-DNUCX5HA.js +0 -2
- package/__chunks__/chunk-DPX44LXT.js +0 -2
- package/__chunks__/chunk-DSEROQZ3.js +0 -2
- package/__chunks__/chunk-DT67LRTO.js +0 -2
- package/__chunks__/chunk-DY44N3PH.js +0 -2
- package/__chunks__/chunk-DYORUPQR.js +0 -2
- package/__chunks__/chunk-E3Z2MGFQ.js +0 -2
- package/__chunks__/chunk-E4MNMSEU.js +0 -2
- package/__chunks__/chunk-E7H5ZKAL.js +0 -2
- package/__chunks__/chunk-EA6JYINF.js +0 -2
- package/__chunks__/chunk-EARXQILL.js +0 -2
- package/__chunks__/chunk-EBL2PI7D.js +0 -4
- package/__chunks__/chunk-EBPDXFTY.js +0 -2
- package/__chunks__/chunk-EDSKSLOU.js +0 -2
- package/__chunks__/chunk-EF6MLS52.js +0 -2
- package/__chunks__/chunk-EGS2BNV2.js +0 -2
- package/__chunks__/chunk-EIOPFHTY.js +0 -2
- package/__chunks__/chunk-EJGUNJAN.js +0 -2
- package/__chunks__/chunk-EJNRWKKM.js +0 -4
- package/__chunks__/chunk-ELNLMVFU.js +0 -2
- package/__chunks__/chunk-EMI5INPM.js +0 -2
- package/__chunks__/chunk-ENKT7UOC.js +0 -2
- package/__chunks__/chunk-ENSPVGRM.js +0 -2
- package/__chunks__/chunk-EQSNZZK2.js +0 -2
- package/__chunks__/chunk-EURMBYXD.js +0 -2
- package/__chunks__/chunk-EVBAIPTI.js +0 -2
- package/__chunks__/chunk-EVYUTX2C.js +0 -2
- package/__chunks__/chunk-EW4BMPGC.js +0 -2
- package/__chunks__/chunk-EW6SU333.js +0 -2
- package/__chunks__/chunk-EWLOYKUK.js +0 -20
- package/__chunks__/chunk-EY7IV2KC.js +0 -2
- package/__chunks__/chunk-EYNLCUGB.js +0 -2
- package/__chunks__/chunk-EYWBWTJZ.js +0 -2
- package/__chunks__/chunk-EZ3KQQYJ.js +0 -2
- package/__chunks__/chunk-EZOD7RNO.js +0 -2
- package/__chunks__/chunk-F27CRBEK.js +0 -2
- package/__chunks__/chunk-F2BVYQU5.js +0 -2
- package/__chunks__/chunk-F2L2BAQZ.js +0 -2
- package/__chunks__/chunk-F4FU6RBB.js +0 -2
- package/__chunks__/chunk-F4O24T5F.js +0 -2
- package/__chunks__/chunk-F5VKEIEE.js +0 -2
- package/__chunks__/chunk-F6H6L2FH.js +0 -2
- package/__chunks__/chunk-F6LI7BI5.js +0 -2
- package/__chunks__/chunk-F7XKTZUU.js +0 -2
- package/__chunks__/chunk-FAZIKVNL.js +0 -2
- package/__chunks__/chunk-FBHNJJZH.js +0 -2
- package/__chunks__/chunk-FDI635JG.js +0 -2
- package/__chunks__/chunk-FDSDVDKW.js +0 -2
- package/__chunks__/chunk-FE4VZWD7.js +0 -2
- package/__chunks__/chunk-FFLSZAWF.js +0 -2
- package/__chunks__/chunk-FHEYAH7D.js +0 -2
- package/__chunks__/chunk-FJFHJSFP.js +0 -2
- package/__chunks__/chunk-FK3SZXXW.js +0 -2
- package/__chunks__/chunk-FK6GRHXD.js +0 -2
- package/__chunks__/chunk-FN6IV5DB.js +0 -2
- package/__chunks__/chunk-FNTT7ASE.js +0 -2
- package/__chunks__/chunk-FQ52VSDC.js +0 -2
- package/__chunks__/chunk-FTQGHIGG.js +0 -2
- package/__chunks__/chunk-FVJ56UIF.js +0 -2
- package/__chunks__/chunk-FWO3MI5K.js +0 -2
- package/__chunks__/chunk-FZMRVALH.js +0 -2
- package/__chunks__/chunk-G2W2AX7V.js +0 -2
- package/__chunks__/chunk-G3EOABDZ.js +0 -2
- package/__chunks__/chunk-G3MFJX2K.js +0 -2
- package/__chunks__/chunk-G5I7BUFO.js +0 -2
- package/__chunks__/chunk-GATYXKOM.js +0 -2
- package/__chunks__/chunk-GC5UALAA.js +0 -2
- package/__chunks__/chunk-GC6C55ZJ.js +0 -2
- package/__chunks__/chunk-GEU35I4H.js +0 -2
- package/__chunks__/chunk-GGMEVY45.js +0 -2
- package/__chunks__/chunk-GHN6D7TW.js +0 -2
- package/__chunks__/chunk-GIOHG425.js +0 -2
- package/__chunks__/chunk-GIVH2AWO.js +0 -2
- package/__chunks__/chunk-GJAW3PFN.js +0 -2
- package/__chunks__/chunk-GJPPSFLF.js +0 -2
- package/__chunks__/chunk-GLXT7G4A.js +0 -2
- package/__chunks__/chunk-GNCSMYRN.js +0 -2
- package/__chunks__/chunk-GQSZQMAI.js +0 -2
- package/__chunks__/chunk-GVCPEY3I.js +0 -2
- package/__chunks__/chunk-GVOJ2XZ4.js +0 -2
- package/__chunks__/chunk-GVU7CFIB.js +0 -2
- package/__chunks__/chunk-GWS36QM2.js +0 -2
- package/__chunks__/chunk-GWXS27WL.js +0 -2
- package/__chunks__/chunk-H2ZA4Z3B.js +0 -2
- package/__chunks__/chunk-H3MEAYXJ.js +0 -12
- package/__chunks__/chunk-H47ESHEC.js +0 -2
- package/__chunks__/chunk-H4MTEIOP.js +0 -2
- package/__chunks__/chunk-H6BZGL2Y.js +0 -2
- package/__chunks__/chunk-H6GZSA5K.js +0 -2
- package/__chunks__/chunk-H7KVFUDJ.js +0 -2
- package/__chunks__/chunk-HBIZPXSM.js +0 -2
- package/__chunks__/chunk-HBP5N4FR.js +0 -9
- package/__chunks__/chunk-HEE7CMRT.js +0 -2
- package/__chunks__/chunk-HGEGFQPE.js +0 -2
- package/__chunks__/chunk-HGM5Z5V4.js +0 -2
- package/__chunks__/chunk-HGOHQNWK.js +0 -2
- package/__chunks__/chunk-HH5S5FOE.js +0 -2
- package/__chunks__/chunk-HIMYYDUZ.js +0 -2
- package/__chunks__/chunk-HKRPUOSN.js +0 -2
- package/__chunks__/chunk-HKWVJLO2.js +0 -2
- package/__chunks__/chunk-HM3ZP2ZS.js +0 -2
- package/__chunks__/chunk-HMVC2OFR.js +0 -122
- package/__chunks__/chunk-HQ574H7J.js +0 -4
- package/__chunks__/chunk-HRUZZGOS.js +0 -2
- package/__chunks__/chunk-HSC7HXVV.js +0 -2
- package/__chunks__/chunk-HUCQTA4W.js +0 -32
- package/__chunks__/chunk-HUJ7SUSN.js +0 -2
- package/__chunks__/chunk-HUMOP4SH.js +0 -2
- package/__chunks__/chunk-HVHTVQC4.js +0 -2
- package/__chunks__/chunk-HVVTKE6B.js +0 -2
- package/__chunks__/chunk-HXFQTZOA.js +0 -2
- package/__chunks__/chunk-HY3IEKEL.js +0 -2
- package/__chunks__/chunk-HZJ6RPP2.js +0 -2
- package/__chunks__/chunk-HZSM6ODA.js +0 -2
- package/__chunks__/chunk-I33ZEKYE.js +0 -2
- package/__chunks__/chunk-I5VR5E24.js +0 -29
- package/__chunks__/chunk-I7C6YFD6.js +0 -2
- package/__chunks__/chunk-IAN4TXKC.js +0 -2
- package/__chunks__/chunk-IBS3JBN4.js +0 -2
- package/__chunks__/chunk-ICVZO2K2.js +0 -2
- package/__chunks__/chunk-ID4FEHNH.js +0 -2
- package/__chunks__/chunk-IDKV6QEI.js +0 -34
- package/__chunks__/chunk-IEAWAYBX.js +0 -2
- package/__chunks__/chunk-IFZI4HAI.js +0 -4
- package/__chunks__/chunk-IG4GZOJ5.js +0 -2
- package/__chunks__/chunk-II4YGYVN.js +0 -2
- package/__chunks__/chunk-IK6JSSWX.js +0 -85
- package/__chunks__/chunk-IOI4ORQ6.js +0 -7
- package/__chunks__/chunk-IOPIORJN.js +0 -2
- package/__chunks__/chunk-ISIKLYZC.js +0 -2
- package/__chunks__/chunk-IWM5BMMR.js +0 -2
- package/__chunks__/chunk-IYAZLGAJ.js +0 -2
- package/__chunks__/chunk-IZQYP5AF.js +0 -2
- package/__chunks__/chunk-IZSRP5CT.js +0 -2
- package/__chunks__/chunk-J2YMNYR5.js +0 -2
- package/__chunks__/chunk-J3MA5NOR.js +0 -8
- package/__chunks__/chunk-J42ZO72F.js +0 -2
- package/__chunks__/chunk-J4GZ6Z3A.js +0 -2
- package/__chunks__/chunk-J56MNMGD.js +0 -2
- package/__chunks__/chunk-JANWPQZB.js +0 -2
- package/__chunks__/chunk-JCAUBGCB.js +0 -2
- package/__chunks__/chunk-JDY4UNPY.js +0 -2
- package/__chunks__/chunk-JE66R4MY.js +0 -2
- package/__chunks__/chunk-JEATEKCF.js +0 -2
- package/__chunks__/chunk-JFVL5WGF.js +0 -2
- package/__chunks__/chunk-JFXVZGSY.js +0 -2
- package/__chunks__/chunk-JGBYFQWY.js +0 -2
- package/__chunks__/chunk-JHXE6OM2.js +0 -2
- package/__chunks__/chunk-JK2I6DBR.js +0 -2
- package/__chunks__/chunk-JKXUZE3A.js +0 -2
- package/__chunks__/chunk-JLIRFN6H.js +0 -3
- package/__chunks__/chunk-JN6XWIUK.js +0 -2
- package/__chunks__/chunk-JNZKBWVK.js +0 -2
- package/__chunks__/chunk-JOQWIKEX.js +0 -2
- package/__chunks__/chunk-JP45CTXR.js +0 -2
- package/__chunks__/chunk-JQMYW5MI.js +0 -2
- package/__chunks__/chunk-JQT5UVUG.js +0 -2
- package/__chunks__/chunk-JRB2SSEU.js +0 -2
- package/__chunks__/chunk-JRRXTQY4.js +0 -2
- package/__chunks__/chunk-JSKXUBGH.js +0 -19
- package/__chunks__/chunk-JW7ZCUB4.js +0 -2
- package/__chunks__/chunk-JXJG3QMF.js +0 -2
- package/__chunks__/chunk-K2EJWKND.js +0 -2
- package/__chunks__/chunk-K3PKB7WJ.js +0 -2
- package/__chunks__/chunk-K6I4LE4O.js +0 -2
- package/__chunks__/chunk-K6YTGNUV.js +0 -2
- package/__chunks__/chunk-KC5RRWKZ.js +0 -2
- package/__chunks__/chunk-KE2VIAD5.js +0 -2
- package/__chunks__/chunk-KEQTNP4F.js +0 -2
- package/__chunks__/chunk-KF6C5J3A.js +0 -2
- package/__chunks__/chunk-KHFIKNX5.js +0 -2
- package/__chunks__/chunk-KITS4GJM.js +0 -2
- package/__chunks__/chunk-KKGFNKVJ.js +0 -2
- package/__chunks__/chunk-KLFPAZSS.js +0 -2
- package/__chunks__/chunk-KMTPVLTX.js +0 -2
- package/__chunks__/chunk-KOH3SXG4.js +0 -2
- package/__chunks__/chunk-KQLSM7HO.js +0 -2
- package/__chunks__/chunk-KRR5UY4P.js +0 -37
- package/__chunks__/chunk-KSE2TA25.js +0 -2
- package/__chunks__/chunk-KSIZMW33.js +0 -2
- package/__chunks__/chunk-KTZ6NJYR.js +0 -2
- package/__chunks__/chunk-KV2MNR76.js +0 -2
- package/__chunks__/chunk-KWQPHBRJ.js +0 -2
- package/__chunks__/chunk-KYRFHMDG.js +0 -2
- package/__chunks__/chunk-KZR7TQ7H.js +0 -2
- package/__chunks__/chunk-L2I6QSZB.js +0 -2
- package/__chunks__/chunk-L3ERSIIK.js +0 -2
- package/__chunks__/chunk-L5ZELHXF.js +0 -2
- package/__chunks__/chunk-LB6YGDKA.js +0 -2
- package/__chunks__/chunk-LBMR7H4A.js +0 -16
- package/__chunks__/chunk-LEIWNDFR.js +0 -2
- package/__chunks__/chunk-LFDQD2MC.js +0 -2
- package/__chunks__/chunk-LGBANZIL.js +0 -2
- package/__chunks__/chunk-LGQXZBOB.js +0 -2
- package/__chunks__/chunk-LJLOAPWI.js +0 -2
- package/__chunks__/chunk-LJYDGRDK.js +0 -2
- package/__chunks__/chunk-LK5TR7MI.js +0 -2
- package/__chunks__/chunk-LMOZA4JH.js +0 -2
- package/__chunks__/chunk-LO5NNAIV.js +0 -2
- package/__chunks__/chunk-LOEOBGHO.js +0 -2
- package/__chunks__/chunk-LOQGJE3D.js +0 -2
- package/__chunks__/chunk-LPQY7BQ4.js +0 -2
- package/__chunks__/chunk-LQ4SQ3X4.js +0 -2
- package/__chunks__/chunk-LR4X2GXQ.js +0 -2
- package/__chunks__/chunk-LRLIZSNK.js +0 -2
- package/__chunks__/chunk-LS2AQGFT.js +0 -2
- package/__chunks__/chunk-LSK27BGN.js +0 -2
- package/__chunks__/chunk-LULB6556.js +0 -68
- package/__chunks__/chunk-LVAKG2BQ.js +0 -2
- package/__chunks__/chunk-LVCWBXY5.js +0 -2
- package/__chunks__/chunk-LVNHRVVW.js +0 -17
- package/__chunks__/chunk-LVXEGFDX.js +0 -2
- package/__chunks__/chunk-LWNR5XR2.js +0 -2
- package/__chunks__/chunk-LWYHJW4B.js +0 -2
- package/__chunks__/chunk-LXFEENYZ.js +0 -2
- package/__chunks__/chunk-LXRRORKB.js +0 -2
- package/__chunks__/chunk-LZUF5S3O.js +0 -2
- package/__chunks__/chunk-M2KCR32M.js +0 -2
- package/__chunks__/chunk-M65MN76E.js +0 -2
- package/__chunks__/chunk-M6CAVA74.js +0 -2
- package/__chunks__/chunk-MAH2M6ZP.js +0 -2
- package/__chunks__/chunk-MAITXXYC.js +0 -2
- package/__chunks__/chunk-MBQJF3MO.js +0 -2
- package/__chunks__/chunk-MBRRU5L4.js +0 -2
- package/__chunks__/chunk-MDYEGIT7.js +0 -2
- package/__chunks__/chunk-MEXX6ERT.js +0 -2
- package/__chunks__/chunk-MH4SA6AL.js +0 -37
- package/__chunks__/chunk-MK5QZA5A.js +0 -2
- package/__chunks__/chunk-MPWIIRWP.js +0 -2
- package/__chunks__/chunk-MPX32EA3.js +0 -2
- package/__chunks__/chunk-MRB4DTIS.js +0 -2
- package/__chunks__/chunk-MSHZ5S7U.js +0 -2
- package/__chunks__/chunk-MSOVK6NZ.js +0 -2
- package/__chunks__/chunk-MSPZXSXJ.js +0 -37
- package/__chunks__/chunk-MU3RE2OG.js +0 -2
- package/__chunks__/chunk-MYICTZIH.js +0 -2
- package/__chunks__/chunk-MYX27K45.js +0 -2
- package/__chunks__/chunk-N2JEAV67.js +0 -2
- package/__chunks__/chunk-N2XNC7NX.js +0 -2
- package/__chunks__/chunk-N3QTYKLF.js +0 -2
- package/__chunks__/chunk-N5K5JWQA.js +0 -2
- package/__chunks__/chunk-N5RH3YTS.js +0 -2
- package/__chunks__/chunk-N7MHQ6JT.js +0 -2
- package/__chunks__/chunk-N7UAYK73.js +0 -2
- package/__chunks__/chunk-NAN2H6P3.js +0 -2
- package/__chunks__/chunk-NDREWPD2.js +0 -2
- package/__chunks__/chunk-NEF2FHJC.js +0 -2
- package/__chunks__/chunk-NEU5EJKU.js +0 -2
- package/__chunks__/chunk-NHHDQ53S.js +0 -2
- package/__chunks__/chunk-NHW56BNI.js +0 -30
- package/__chunks__/chunk-NHXJOOWR.js +0 -34
- package/__chunks__/chunk-NIYFBCUS.js +0 -2
- package/__chunks__/chunk-NKJDO5GI.js +0 -2
- package/__chunks__/chunk-NLNFARHY.js +0 -2
- package/__chunks__/chunk-NLU2B6MT.js +0 -2
- package/__chunks__/chunk-NN325AQX.js +0 -2
- package/__chunks__/chunk-NNTZ3TJA.js +0 -2
- package/__chunks__/chunk-NNXE7L5C.js +0 -2
- package/__chunks__/chunk-NOZJWXXS.js +0 -2
- package/__chunks__/chunk-NPMWUINL.js +0 -2
- package/__chunks__/chunk-NSSJGWCX.js +0 -2
- package/__chunks__/chunk-NW3UAFRF.js +0 -2
- package/__chunks__/chunk-NWEAZ4WA.js +0 -2
- package/__chunks__/chunk-OBJXLJNB.js +0 -2
- package/__chunks__/chunk-OBZR72WE.js +0 -2
- package/__chunks__/chunk-OCMDIV3Q.js +0 -2
- package/__chunks__/chunk-ODZH7JKM.js +0 -2
- package/__chunks__/chunk-OF3VHHUR.js +0 -2
- package/__chunks__/chunk-OGKASO74.js +0 -2
- package/__chunks__/chunk-OGP76KOQ.js +0 -2
- package/__chunks__/chunk-OHYWYHC7.js +0 -2
- package/__chunks__/chunk-OIPBX66J.js +0 -2
- package/__chunks__/chunk-OLYIRMPJ.js +0 -2
- package/__chunks__/chunk-OM4CDZGX.js +0 -2
- package/__chunks__/chunk-OMVQSJZD.js +0 -2
- package/__chunks__/chunk-ONRL3RRJ.js +0 -2
- package/__chunks__/chunk-OQMQWZG7.js +0 -2
- package/__chunks__/chunk-OWBHRN3S.js +0 -2
- package/__chunks__/chunk-OWG32HIC.js +0 -2
- package/__chunks__/chunk-OWTELLQA.js +0 -29
- package/__chunks__/chunk-OX5UXN5G.js +0 -2
- package/__chunks__/chunk-OXECX3FU.js +0 -2
- package/__chunks__/chunk-OXNUDSRC.js +0 -2
- package/__chunks__/chunk-P26S3YLA.js +0 -2
- package/__chunks__/chunk-P2DVSEB3.js +0 -2
- package/__chunks__/chunk-P3RKB7YF.js +0 -2
- package/__chunks__/chunk-P57SMMH3.js +0 -2
- package/__chunks__/chunk-P5W2WOU3.js +0 -102
- package/__chunks__/chunk-P67ZWAEL.js +0 -2
- package/__chunks__/chunk-P6W73G5S.js +0 -2
- package/__chunks__/chunk-PARZFKXS.js +0 -2
- package/__chunks__/chunk-PAVHGJ7A.js +0 -2
- package/__chunks__/chunk-PENA4DTK.js +0 -2
- package/__chunks__/chunk-PER2FSBR.js +0 -2
- package/__chunks__/chunk-PJFKEEPZ.js +0 -2
- package/__chunks__/chunk-PJVWIF3C.js +0 -2
- package/__chunks__/chunk-PN4DBVEY.js +0 -2
- package/__chunks__/chunk-PNVRKZHJ.js +0 -2
- package/__chunks__/chunk-PP3JS5RC.js +0 -2
- package/__chunks__/chunk-PQ67BTK6.js +0 -2
- package/__chunks__/chunk-PQEWRDXW.js +0 -29
- package/__chunks__/chunk-PRBZW4DD.js +0 -2
- package/__chunks__/chunk-PSBMOFCK.js +0 -2
- package/__chunks__/chunk-PSCYIOPM.js +0 -2
- package/__chunks__/chunk-PSQT66HF.js +0 -2
- package/__chunks__/chunk-PX7DZNTT.js +0 -2
- package/__chunks__/chunk-PXHBOM4A.js +0 -2
- package/__chunks__/chunk-PY7R4SJK.js +0 -2
- package/__chunks__/chunk-PYACTRNA.js +0 -2
- package/__chunks__/chunk-PYRJZWKH.js +0 -50
- package/__chunks__/chunk-PZ4P3CVW.js +0 -2
- package/__chunks__/chunk-PZDZ6CJ2.js +0 -2
- package/__chunks__/chunk-PZNODIA5.js +0 -2
- package/__chunks__/chunk-PZVM5DJI.js +0 -2
- package/__chunks__/chunk-Q3EPMU7F.js +0 -2
- package/__chunks__/chunk-Q3QS4PW2.js +0 -2
- package/__chunks__/chunk-Q56RIRCU.js +0 -2
- package/__chunks__/chunk-Q6QHLQQP.js +0 -2
- package/__chunks__/chunk-Q6QVRIY7.js +0 -2
- package/__chunks__/chunk-Q7L6EGVW.js +0 -2
- package/__chunks__/chunk-QATDR53Q.js +0 -2
- package/__chunks__/chunk-QAZMQ2BI.js +0 -150
- package/__chunks__/chunk-QCGS2BTF.js +0 -2
- package/__chunks__/chunk-QDQ6CDHS.js +0 -2
- package/__chunks__/chunk-QGRJWDCZ.js +0 -2697
- package/__chunks__/chunk-QLKV2O3W.js +0 -78
- package/__chunks__/chunk-QO464X36.js +0 -2
- package/__chunks__/chunk-QOMO6NOX.js +0 -2
- package/__chunks__/chunk-QQ6GQQFJ.js +0 -2
- package/__chunks__/chunk-QR3CY6EM.js +0 -2
- package/__chunks__/chunk-QT23GU5U.js +0 -2
- package/__chunks__/chunk-R2BMHETR.js +0 -2
- package/__chunks__/chunk-R3WRQDFM.js +0 -2
- package/__chunks__/chunk-R5K7LXZG.js +0 -2
- package/__chunks__/chunk-R74CHVL3.js +0 -2
- package/__chunks__/chunk-R7VXMYQB.js +0 -2
- package/__chunks__/chunk-RA2H3JI5.js +0 -2
- package/__chunks__/chunk-RALSJ7UN.js +0 -2
- package/__chunks__/chunk-RCG33R3F.js +0 -2
- package/__chunks__/chunk-RDDLMHUR.js +0 -2
- package/__chunks__/chunk-RH43UVMO.js +0 -12
- package/__chunks__/chunk-RH7KUPWQ.js +0 -2
- package/__chunks__/chunk-RHYQCAKM.js +0 -2
- package/__chunks__/chunk-RIHKFBCQ.js +0 -2
- package/__chunks__/chunk-RIVYVIJP.js +0 -2
- package/__chunks__/chunk-RJU4KCNG.js +0 -2
- package/__chunks__/chunk-RK2CIIDU.js +0 -2
- package/__chunks__/chunk-ROGP6DBQ.js +0 -2
- package/__chunks__/chunk-RR2YAN5O.js +0 -2
- package/__chunks__/chunk-RR5FIRRS.js +0 -2
- package/__chunks__/chunk-RUMWRGYJ.js +0 -2
- package/__chunks__/chunk-RVKOOM6N.js +0 -2
- package/__chunks__/chunk-RW42WW6H.js +0 -2
- package/__chunks__/chunk-RXTD4TRW.js +0 -2
- package/__chunks__/chunk-S2ZXQSDD.js +0 -2
- package/__chunks__/chunk-SAQ2TZS4.js +0 -2
- package/__chunks__/chunk-SBNCP4FV.js +0 -2
- package/__chunks__/chunk-SCCCWUJD.js +0 -2
- package/__chunks__/chunk-SCEDIJIV.js +0 -2
- package/__chunks__/chunk-SDCV7QKI.js +0 -2
- package/__chunks__/chunk-SF7YQV6K.js +0 -2
- package/__chunks__/chunk-SFDYFPTB.js +0 -2
- package/__chunks__/chunk-SFQFF2AF.js +0 -2
- package/__chunks__/chunk-SHIQHWWD.js +0 -2
- package/__chunks__/chunk-SIJOXE6U.js +0 -2
- package/__chunks__/chunk-SLAWLBGL.js +0 -2
- package/__chunks__/chunk-SLIKTIHQ.js +0 -2
- package/__chunks__/chunk-SLIVTINA.js +0 -2
- package/__chunks__/chunk-SMUZ7PTJ.js +0 -2
- package/__chunks__/chunk-SNQ7GR7D.js +0 -2
- package/__chunks__/chunk-SQ2LGLMD.js +0 -2
- package/__chunks__/chunk-SQJYWVIF.js +0 -2
- package/__chunks__/chunk-SSPY6JME.js +0 -45
- package/__chunks__/chunk-STAAYNEM.js +0 -22
- package/__chunks__/chunk-STXBLUHN.js +0 -2
- package/__chunks__/chunk-SVVUGJGK.js +0 -74
- package/__chunks__/chunk-SWHXYWYV.js +0 -2
- package/__chunks__/chunk-T22IAIIK.js +0 -2
- package/__chunks__/chunk-T3QCF33F.js +0 -2
- package/__chunks__/chunk-T623CLKO.js +0 -2
- package/__chunks__/chunk-T6Q63BMA.js +0 -2
- package/__chunks__/chunk-TE4VRMOT.js +0 -2
- package/__chunks__/chunk-TGZRYSS2.js +0 -2
- package/__chunks__/chunk-TH2SXGC4.js +0 -2
- package/__chunks__/chunk-THKMTSLG.js +0 -23
- package/__chunks__/chunk-THTSM336.js +0 -2
- package/__chunks__/chunk-TKIIHBF2.js +0 -2
- package/__chunks__/chunk-TN3IL6YQ.js +0 -2
- package/__chunks__/chunk-TNJOR5TD.js +0 -2
- package/__chunks__/chunk-TQL4R2MV.js +0 -2
- package/__chunks__/chunk-TRBRCNJF.js +0 -2
- package/__chunks__/chunk-TRSS2JUJ.js +0 -2
- package/__chunks__/chunk-TTGJSNU5.js +0 -2
- package/__chunks__/chunk-TURFC7JH.js +0 -2
- package/__chunks__/chunk-TXAITGIS.js +0 -2
- package/__chunks__/chunk-TYSF7USA.js +0 -2
- package/__chunks__/chunk-TZMZ5OPG.js +0 -2
- package/__chunks__/chunk-U2K2HPO3.js +0 -2
- package/__chunks__/chunk-U3TQIHS4.js +0 -2
- package/__chunks__/chunk-U4FRZESV.js +0 -2
- package/__chunks__/chunk-U5PVN76N.js +0 -2
- package/__chunks__/chunk-U62W3J3X.js +0 -2
- package/__chunks__/chunk-U6FPCKTD.js +0 -2
- package/__chunks__/chunk-U6RUMLCE.js +0 -2
- package/__chunks__/chunk-U7F7ZR2V.js +0 -2
- package/__chunks__/chunk-UCBDWIIG.js +0 -2
- package/__chunks__/chunk-UCYH7SC7.js +0 -2
- package/__chunks__/chunk-UD4NVB75.js +0 -4
- package/__chunks__/chunk-UEUJMNDP.js +0 -63
- package/__chunks__/chunk-UFJUUQ2P.js +0 -2
- package/__chunks__/chunk-UG2C5XXR.js +0 -2
- package/__chunks__/chunk-UHCBKM4D.js +0 -2
- package/__chunks__/chunk-UIDXWJ2D.js +0 -2
- package/__chunks__/chunk-UKAN5OVN.js +0 -2
- package/__chunks__/chunk-ULVX6PF5.js +0 -34
- package/__chunks__/chunk-UNJGE72T.js +0 -2
- package/__chunks__/chunk-UOV3TP2K.js +0 -2
- package/__chunks__/chunk-UPR54OMQ.js +0 -2
- package/__chunks__/chunk-URBAOEFI.js +0 -2
- package/__chunks__/chunk-UTMJMD7M.js +0 -2
- package/__chunks__/chunk-UUYNGUKK.js +0 -2
- package/__chunks__/chunk-UVB7SADY.js +0 -2
- package/__chunks__/chunk-UVEBVCSE.js +0 -2
- package/__chunks__/chunk-UWOEVQXU.js +0 -4
- package/__chunks__/chunk-UXMR3JY4.js +0 -2
- package/__chunks__/chunk-UXN7CAOL.js +0 -2
- package/__chunks__/chunk-UY44VO7R.js +0 -2
- package/__chunks__/chunk-UYFY4ZMX.js +0 -2
- package/__chunks__/chunk-UZILE7CY.js +0 -2
- package/__chunks__/chunk-V23YHW7Z.js +0 -2
- package/__chunks__/chunk-V4RQXTXN.js +0 -2
- package/__chunks__/chunk-V5YUPYKJ.js +0 -2
- package/__chunks__/chunk-V7X45B6Y.js +0 -2
- package/__chunks__/chunk-VA64J56Z.js +0 -2
- package/__chunks__/chunk-VA7L6QSC.js +0 -2
- package/__chunks__/chunk-VEEFLKZT.js +0 -30
- package/__chunks__/chunk-VH5B3W6C.js +0 -2
- package/__chunks__/chunk-VHQYZ2DW.js +0 -2
- package/__chunks__/chunk-VIHCLOWS.js +0 -2
- package/__chunks__/chunk-VIYC2VTP.js +0 -37
- package/__chunks__/chunk-VJHFUSQI.js +0 -2
- package/__chunks__/chunk-VJURDAL6.js +0 -47
- package/__chunks__/chunk-VKHAQUPZ.js +0 -2
- package/__chunks__/chunk-VMTNT4QP.js +0 -2
- package/__chunks__/chunk-VPGECZPA.js +0 -2
- package/__chunks__/chunk-VPNQXZMA.js +0 -2
- package/__chunks__/chunk-VS6ULRSK.js +0 -2
- package/__chunks__/chunk-VSVF332C.js +0 -2
- package/__chunks__/chunk-VT6TBMKF.js +0 -2
- package/__chunks__/chunk-VW2UBFJI.js +0 -2
- package/__chunks__/chunk-VWIO5HEC.js +0 -2
- package/__chunks__/chunk-VXHTYRHM.js +0 -2
- package/__chunks__/chunk-VY5FLGSO.js +0 -2
- package/__chunks__/chunk-W3MKS644.js +0 -2
- package/__chunks__/chunk-W3MMCTWC.js +0 -2
- package/__chunks__/chunk-W4BC2UD4.js +0 -2
- package/__chunks__/chunk-W6HPOJ7Z.js +0 -2
- package/__chunks__/chunk-W7NAFHKS.js +0 -2
- package/__chunks__/chunk-W7S2CKBN.js +0 -2
- package/__chunks__/chunk-W7SO52DM.js +0 -2
- package/__chunks__/chunk-W7TP3MJ4.js +0 -2
- package/__chunks__/chunk-W7XO2RYG.js +0 -2
- package/__chunks__/chunk-WAH54MS7.js +0 -2
- package/__chunks__/chunk-WAY2DWBE.js +0 -2
- package/__chunks__/chunk-WB7PWRPM.js +0 -2
- package/__chunks__/chunk-WBXVWGDO.js +0 -2
- package/__chunks__/chunk-WC53YNCP.js +0 -2
- package/__chunks__/chunk-WCGYUQU6.js +0 -2
- package/__chunks__/chunk-WCNPRYKN.js +0 -2
- package/__chunks__/chunk-WEUI2Z4N.js +0 -2
- package/__chunks__/chunk-WISLI42M.js +0 -2
- package/__chunks__/chunk-WJGL6LVA.js +0 -2
- package/__chunks__/chunk-WJIAEE5T.js +0 -2
- package/__chunks__/chunk-WMHTN55U.js +0 -2
- package/__chunks__/chunk-WMRGA475.js +0 -2
- package/__chunks__/chunk-WO342KEX.js +0 -2
- package/__chunks__/chunk-WOY3DRDS.js +0 -2
- package/__chunks__/chunk-WP4RD6AI.js +0 -2
- package/__chunks__/chunk-WQFSDAGL.js +0 -2
- package/__chunks__/chunk-WTAIM7XI.js +0 -2
- package/__chunks__/chunk-WTIKHG7D.js +0 -2
- package/__chunks__/chunk-WUYMTCGM.js +0 -2
- package/__chunks__/chunk-WVMMNEHJ.js +0 -2
- package/__chunks__/chunk-WWXKUP6U.js +0 -2
- package/__chunks__/chunk-WYPN22GG.js +0 -2
- package/__chunks__/chunk-X2JZA2ND.js +0 -2
- package/__chunks__/chunk-X42PRFW5.js +0 -2
- package/__chunks__/chunk-X46NTIXM.js +0 -2
- package/__chunks__/chunk-X6SBN5GU.js +0 -2
- package/__chunks__/chunk-X6SLOZPB.js +0 -2
- package/__chunks__/chunk-XAN6ZSE2.js +0 -2
- package/__chunks__/chunk-XAQNBFSL.js +0 -2
- package/__chunks__/chunk-XAYXGYHJ.js +0 -2
- package/__chunks__/chunk-XBGMJHRF.js +0 -2
- package/__chunks__/chunk-XCZTLKJ3.js +0 -2
- package/__chunks__/chunk-XDLACOEB.js +0 -2
- package/__chunks__/chunk-XEVLKFVI.js +0 -2
- package/__chunks__/chunk-XFIWPMC6.js +0 -2
- package/__chunks__/chunk-XK4XOW72.js +0 -2
- package/__chunks__/chunk-XL6WUWAJ.js +0 -2
- package/__chunks__/chunk-XLQRX5CU.js +0 -2
- package/__chunks__/chunk-XN6FVUVN.js +0 -2
- package/__chunks__/chunk-XNFCZFZP.js +0 -2
- package/__chunks__/chunk-XOU44ZL5.js +0 -107
- package/__chunks__/chunk-XOZ662VA.js +0 -2
- package/__chunks__/chunk-XSE3OFVU.js +0 -2
- package/__chunks__/chunk-XTK6FBHD.js +0 -2
- package/__chunks__/chunk-XU5AYFPI.js +0 -2
- package/__chunks__/chunk-XWCMF4VC.js +0 -2
- package/__chunks__/chunk-XWFLUBRK.js +0 -2
- package/__chunks__/chunk-XX7KPOXP.js +0 -2
- package/__chunks__/chunk-XXP2T2NS.js +0 -2
- package/__chunks__/chunk-Y26RSX4F.js +0 -20
- package/__chunks__/chunk-Y3TIMG5N.js +0 -7
- package/__chunks__/chunk-Y4RXLAEX.js +0 -2
- package/__chunks__/chunk-Y6LTVYIB.js +0 -2
- package/__chunks__/chunk-Y6MKJ6ZD.js +0 -2
- package/__chunks__/chunk-Y6R2FDDJ.js +0 -2
- package/__chunks__/chunk-YAR2KJ42.js +0 -2
- package/__chunks__/chunk-YBNZW627.js +0 -2
- package/__chunks__/chunk-YDFYRVAM.js +0 -3
- package/__chunks__/chunk-YE2LE7SL.js +0 -2
- package/__chunks__/chunk-YF4C2R42.js +0 -2
- package/__chunks__/chunk-YGB5RXSE.js +0 -2
- package/__chunks__/chunk-YIIMPR72.js +0 -2
- package/__chunks__/chunk-YJBI7LNL.js +0 -2
- package/__chunks__/chunk-YJFNSJWQ.js +0 -2
- package/__chunks__/chunk-YL3BJWSL.js +0 -2
- package/__chunks__/chunk-YNJJZIKC.js +0 -2
- package/__chunks__/chunk-YQMSWPSV.js +0 -4
- package/__chunks__/chunk-YQTZDKPJ.js +0 -2
- package/__chunks__/chunk-YRZKLN43.js +0 -2
- package/__chunks__/chunk-YTYNUTPN.js +0 -2
- package/__chunks__/chunk-YWXEDZXJ.js +0 -25
- package/__chunks__/chunk-YXDSKOWB.js +0 -2
- package/__chunks__/chunk-YXJVLN63.js +0 -2
- package/__chunks__/chunk-YY2H3O4J.js +0 -2
- package/__chunks__/chunk-YY2S77T7.js +0 -2
- package/__chunks__/chunk-YYGVJULM.js +0 -2
- package/__chunks__/chunk-YZCMISG5.js +0 -2
- package/__chunks__/chunk-YZU7JJEY.js +0 -2
- package/__chunks__/chunk-Z272LRJN.js +0 -2
- package/__chunks__/chunk-Z2BB4U3V.js +0 -2
- package/__chunks__/chunk-Z6VNKUO2.js +0 -2
- package/__chunks__/chunk-ZA2RPPFH.js +0 -25
- package/__chunks__/chunk-ZCAP76WF.js +0 -46
- package/__chunks__/chunk-ZCTC2VJ6.js +0 -2
- package/__chunks__/chunk-ZGIA77BT.js +0 -2
- package/__chunks__/chunk-ZHMC3BOL.js +0 -2
- package/__chunks__/chunk-ZJWF4U7P.js +0 -2
- package/__chunks__/chunk-ZNOBUEMA.js +0 -2
- package/__chunks__/chunk-ZOBMSGJT.js +0 -2
- package/__chunks__/chunk-ZQX74JFY.js +0 -2
- package/__chunks__/chunk-ZRD6IVNQ.js +0 -2
- package/__chunks__/chunk-ZU62D7TL.js +0 -2
- package/__chunks__/chunk-ZUVD4H3F.js +0 -2
- package/__chunks__/chunk-ZWDPJPUT.js +0 -2
- package/__chunks__/chunk-ZWGYHGGL.js +0 -2
- package/__chunks__/chunk-ZYJTJW6F.js +0 -2
- package/__chunks__/chunk-ZYK7LXDL.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Io=Object.create;var ae=Object.defineProperty,ko=Object.defineProperties,Ro=Object.getOwnPropertyDescriptor,Eo=Object.getOwnPropertyDescriptors,Lo=Object.getOwnPropertyNames,kt=Object.getOwnPropertySymbols,Co=Object.getPrototypeOf,Et=Object.prototype.hasOwnProperty,Po=Object.prototype.propertyIsEnumerable;var Rt=(t,e,r)=>e in t?ae(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,h=(t,e)=>{for(var r in e||(e={}))Et.call(e,r)&&Rt(t,r,e[r]);if(kt)for(var r of kt(e))Po.call(e,r)&&Rt(t,r,e[r]);return t},k=(t,e)=>ko(t,Eo(e));var f=(t,e)=>()=>(t&&(e=t(t=0)),e);var R=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),z=(t,e)=>{for(var r in e)ae(t,r,{get:e[r],enumerable:!0})},Lt=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Lo(e))!Et.call(t,o)&&o!==r&&ae(t,o,{get:()=>e[o],enumerable:!(n=Ro(e,o))||n.enumerable});return t};var K=(t,e,r)=>(r=t!=null?Io(Co(t)):{},Lt(e||!t||!t.__esModule?ae(r,"default",{value:t,enumerable:!0}):r,t)),se=t=>Lt(ae({},"__esModule",{value:!0}),t);var E=(t,e,r)=>new Promise((n,o)=>{var i=g=>{try{u(r.next(g))}catch(m){o(m)}},s=g=>{try{u(r.throw(g))}catch(m){o(m)}},u=g=>g.done?n(g.value):Promise.resolve(g.value).then(i,s);u((r=r.apply(t,e)).next())});var _t=R(xe=>{"use strict";a();xe.byteLength=No;xe.toByteArray=Bo;xe.fromByteArray=Do;var _=[],L=[],_o=typeof Uint8Array!="undefined"?Uint8Array:Array,Je="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Y=0,Ct=Je.length;Y<Ct;++Y)_[Y]=Je[Y],L[Je.charCodeAt(Y)]=Y;var Y,Ct;L["-".charCodeAt(0)]=62;L["_".charCodeAt(0)]=63;function Pt(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function No(t){var e=Pt(t),r=e[0],n=e[1];return(r+n)*3/4-n}function Mo(t,e,r){return(e+r)*3/4-r}function Bo(t){var e,r=Pt(t),n=r[0],o=r[1],i=new _o(Mo(t,n,o)),s=0,u=o>0?n-4:n,g;for(g=0;g<u;g+=4)e=L[t.charCodeAt(g)]<<18|L[t.charCodeAt(g+1)]<<12|L[t.charCodeAt(g+2)]<<6|L[t.charCodeAt(g+3)],i[s++]=e>>16&255,i[s++]=e>>8&255,i[s++]=e&255;return o===2&&(e=L[t.charCodeAt(g)]<<2|L[t.charCodeAt(g+1)]>>4,i[s++]=e&255),o===1&&(e=L[t.charCodeAt(g)]<<10|L[t.charCodeAt(g+1)]<<4|L[t.charCodeAt(g+2)]>>2,i[s++]=e>>8&255,i[s++]=e&255),i}function Fo(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function Oo(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(t[i+2]&255),o.push(Fo(n));return o.join("")}function Do(t){for(var e,r=t.length,n=r%3,o=[],i=16383,s=0,u=r-n;s<u;s+=i)o.push(Oo(t,s,s+i>u?u:s+i));return n===1?(e=t[r-1],o.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],o.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),o.join("")}});var Nt=R(Ze=>{a();Ze.read=function(t,e,r,n,o){var i,s,u=o*8-n-1,g=(1<<u)-1,m=g>>1,T=-7,y=r?o-1:0,v=r?-1:1,b=t[e+y];for(y+=v,i=b&(1<<-T)-1,b>>=-T,T+=u;T>0;i=i*256+t[e+y],y+=v,T-=8);for(s=i&(1<<-T)-1,i>>=-T,T+=n;T>0;s=s*256+t[e+y],y+=v,T-=8);if(i===0)i=1-m;else{if(i===g)return s?NaN:(b?-1:1)*(1/0);s=s+Math.pow(2,n),i=i-m}return(b?-1:1)*s*Math.pow(2,i-n)};Ze.write=function(t,e,r,n,o,i){var s,u,g,m=i*8-o-1,T=(1<<m)-1,y=T>>1,v=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=n?0:i-1,O=n?1:-1,he=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,s=T):(s=Math.floor(Math.log(e)/Math.LN2),e*(g=Math.pow(2,-s))<1&&(s--,g*=2),s+y>=1?e+=v/g:e+=v*Math.pow(2,1-y),e*g>=2&&(s++,g/=2),s+y>=T?(u=0,s=T):s+y>=1?(u=(e*g-1)*Math.pow(2,o),s=s+y):(u=e*Math.pow(2,y-1)*Math.pow(2,o),s=0));o>=8;t[r+b]=u&255,b+=O,u/=256,o-=8);for(s=s<<o|u,m+=o;m>0;t[r+b]=s&255,b+=O,s/=256,m-=8);t[r+b-O]|=he*128}});var zt=R(ee=>{"use strict";a();var Qe=_t(),Q=Nt(),Mt=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ee.Buffer=c;ee.SlowBuffer=Ho;ee.INSPECT_MAX_BYTES=50;var Se=2147483647;ee.kMaxLength=Se;c.TYPED_ARRAY_SUPPORT=Uo();!c.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Uo(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.buffer}});Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.byteOffset}});function U(t){if(t>Se)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,c.prototype),e}function c(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return nt(t)}return Ot(t,e,r)}c.poolSize=8192;function Ot(t,e,r){if(typeof t=="string")return Go(t,e);if(ArrayBuffer.isView(t))return qo(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(N(t,ArrayBuffer)||t&&N(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(N(t,SharedArrayBuffer)||t&&N(t.buffer,SharedArrayBuffer)))return tt(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return c.from(n,e,r);var o=Vo(t);if(o)return o;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return c.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}c.from=function(t,e,r){return Ot(t,e,r)};Object.setPrototypeOf(c.prototype,Uint8Array.prototype);Object.setPrototypeOf(c,Uint8Array);function Dt(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Wo(t,e,r){return Dt(t),t<=0?U(t):e!==void 0?typeof r=="string"?U(t).fill(e,r):U(t).fill(e):U(t)}c.alloc=function(t,e,r){return Wo(t,e,r)};function nt(t){return Dt(t),U(t<0?0:ot(t)|0)}c.allocUnsafe=function(t){return nt(t)};c.allocUnsafeSlow=function(t){return nt(t)};function Go(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!c.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ut(t,e)|0,n=U(r),o=n.write(t,e);return o!==r&&(n=n.slice(0,o)),n}function et(t){for(var e=t.length<0?0:ot(t.length)|0,r=U(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function qo(t){if(N(t,Uint8Array)){var e=new Uint8Array(t);return tt(e.buffer,e.byteOffset,e.byteLength)}return et(t)}function tt(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,c.prototype),n}function Vo(t){if(c.isBuffer(t)){var e=ot(t.length)|0,r=U(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||it(t.length)?U(0):et(t);if(t.type==="Buffer"&&Array.isArray(t.data))return et(t.data)}function ot(t){if(t>=Se)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Se.toString(16)+" bytes");return t|0}function Ho(t){return+t!=t&&(t=0),c.alloc(+t)}c.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==c.prototype};c.compare=function(e,r){if(N(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),N(r,Uint8Array)&&(r=c.from(r,r.offset,r.byteLength)),!c.isBuffer(e)||!c.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,o=r.length,i=0,s=Math.min(n,o);i<s;++i)if(e[i]!==r[i]){n=e[i],o=r[i];break}return n<o?-1:o<n?1:0};c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};c.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return c.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var o=c.allocUnsafe(r),i=0;for(n=0;n<e.length;++n){var s=e[n];if(N(s,Uint8Array))i+s.length>o.length?c.from(s).copy(o,i):Uint8Array.prototype.set.call(o,s,i);else if(c.isBuffer(s))s.copy(o,i);else throw new TypeError('"list" argument must be an Array of Buffers');i+=s.length}return o};function Ut(t,e){if(c.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||N(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var o=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return rt(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return jt(t).length;default:if(o)return n?-1:rt(t).length;e=(""+e).toLowerCase(),o=!0}}c.byteLength=Ut;function jo(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return ti(this,e,r);case"utf8":case"utf-8":return Gt(this,e,r);case"ascii":return Qo(this,e,r);case"latin1":case"binary":return ei(this,e,r);case"base64":return Jo(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ri(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}c.prototype._isBuffer=!0;function $(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}c.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)$(this,r,r+1);return this};c.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)$(this,r,r+3),$(this,r+1,r+2);return this};c.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)$(this,r,r+7),$(this,r+1,r+6),$(this,r+2,r+5),$(this,r+3,r+4);return this};c.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Gt(this,0,e):jo.apply(this,arguments)};c.prototype.toLocaleString=c.prototype.toString;c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:c.compare(this,e)===0};c.prototype.inspect=function(){var e="",r=ee.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};Mt&&(c.prototype[Mt]=c.prototype.inspect);c.prototype.compare=function(e,r,n,o,i){if(N(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),o===void 0&&(o=0),i===void 0&&(i=this.length),r<0||n>e.length||o<0||i>this.length)throw new RangeError("out of range index");if(o>=i&&r>=n)return 0;if(o>=i)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,o>>>=0,i>>>=0,this===e)return 0;for(var s=i-o,u=n-r,g=Math.min(s,u),m=this.slice(o,i),T=e.slice(r,n),y=0;y<g;++y)if(m[y]!==T[y]){s=m[y],u=T[y];break}return s<u?-1:u<s?1:0};function Wt(t,e,r,n,o){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,it(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0)if(o)r=0;else return-1;if(typeof e=="string"&&(e=c.from(e,n)),c.isBuffer(e))return e.length===0?-1:Bt(t,e,r,n,o);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Bt(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function Bt(t,e,r,n,o){var i=1,s=t.length,u=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;i=2,s/=2,u/=2,r/=2}function g(b,O){return i===1?b[O]:b.readUInt16BE(O*i)}var m;if(o){var T=-1;for(m=r;m<s;m++)if(g(t,m)===g(e,T===-1?0:m-T)){if(T===-1&&(T=m),m-T+1===u)return T*i}else T!==-1&&(m-=m-T),T=-1}else for(r+u>s&&(r=s-u),m=r;m>=0;m--){for(var y=!0,v=0;v<u;v++)if(g(t,m+v)!==g(e,v)){y=!1;break}if(y)return m}return-1}c.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};c.prototype.indexOf=function(e,r,n){return Wt(this,e,r,n,!0)};c.prototype.lastIndexOf=function(e,r,n){return Wt(this,e,r,n,!1)};function zo(t,e,r,n){r=Number(r)||0;var o=t.length-r;n?(n=Number(n),n>o&&(n=o)):n=o;var i=e.length;n>i/2&&(n=i/2);for(var s=0;s<n;++s){var u=parseInt(e.substr(s*2,2),16);if(it(u))return s;t[r+s]=u}return s}function Ko(t,e,r,n){return we(rt(e,t.length-r),t,r,n)}function Yo(t,e,r,n){return we(ii(e),t,r,n)}function $o(t,e,r,n){return we(jt(e),t,r,n)}function Xo(t,e,r,n){return we(ai(e,t.length-r),t,r,n)}c.prototype.write=function(e,r,n,o){if(r===void 0)o="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")o=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,o===void 0&&(o="utf8")):(o=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-r;if((n===void 0||n>i)&&(n=i),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var s=!1;;)switch(o){case"hex":return zo(this,e,r,n);case"utf8":case"utf-8":return Ko(this,e,r,n);case"ascii":case"latin1":case"binary":return Yo(this,e,r,n);case"base64":return $o(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xo(this,e,r,n);default:if(s)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),s=!0}};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Jo(t,e,r){return e===0&&r===t.length?Qe.fromByteArray(t):Qe.fromByteArray(t.slice(e,r))}function Gt(t,e,r){r=Math.min(t.length,r);for(var n=[],o=e;o<r;){var i=t[o],s=null,u=i>239?4:i>223?3:i>191?2:1;if(o+u<=r){var g,m,T,y;switch(u){case 1:i<128&&(s=i);break;case 2:g=t[o+1],(g&192)===128&&(y=(i&31)<<6|g&63,y>127&&(s=y));break;case 3:g=t[o+1],m=t[o+2],(g&192)===128&&(m&192)===128&&(y=(i&15)<<12|(g&63)<<6|m&63,y>2047&&(y<55296||y>57343)&&(s=y));break;case 4:g=t[o+1],m=t[o+2],T=t[o+3],(g&192)===128&&(m&192)===128&&(T&192)===128&&(y=(i&15)<<18|(g&63)<<12|(m&63)<<6|T&63,y>65535&&y<1114112&&(s=y))}}s===null?(s=65533,u=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),o+=u}return Zo(n)}var Ft=4096;function Zo(t){var e=t.length;if(e<=Ft)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Ft));return r}function Qo(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]&127);return n}function ei(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function ti(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=e;i<r;++i)o+=si[t[i]];return o}function ri(t,e,r){for(var n=t.slice(e,r),o="",i=0;i<n.length-1;i+=2)o+=String.fromCharCode(n[i]+n[i+1]*256);return o}c.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var o=this.subarray(e,r);return Object.setPrototypeOf(o,c.prototype),o};function w(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}c.prototype.readUintLE=c.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=this[e],i=1,s=0;++s<r&&(i*=256);)o+=this[e+s]*i;return o};c.prototype.readUintBE=c.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=this[e+--r],i=1;r>0&&(i*=256);)o+=this[e+--r]*i;return o};c.prototype.readUint8=c.prototype.readUInt8=function(e,r){return e=e>>>0,r||w(e,1,this.length),this[e]};c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||w(e,2,this.length),this[e]|this[e+1]<<8};c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||w(e,2,this.length),this[e]<<8|this[e+1]};c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||w(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};c.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=this[e],i=1,s=0;++s<r&&(i*=256);)o+=this[e+s]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*r)),o};c.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=r,i=1,s=this[e+--o];o>0&&(i*=256);)s+=this[e+--o]*i;return i*=128,s>=i&&(s-=Math.pow(2,8*r)),s};c.prototype.readInt8=function(e,r){return e=e>>>0,r||w(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};c.prototype.readInt16LE=function(e,r){e=e>>>0,r||w(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};c.prototype.readInt16BE=function(e,r){e=e>>>0,r||w(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};c.prototype.readInt32LE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};c.prototype.readInt32BE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};c.prototype.readFloatLE=function(e,r){return e=e>>>0,r||w(e,4,this.length),Q.read(this,e,!0,23,4)};c.prototype.readFloatBE=function(e,r){return e=e>>>0,r||w(e,4,this.length),Q.read(this,e,!1,23,4)};c.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||w(e,8,this.length),Q.read(this,e,!0,52,8)};c.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||w(e,8,this.length),Q.read(this,e,!1,52,8)};function A(t,e,r,n,o,i){if(!c.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,r,n,o){if(e=+e,r=r>>>0,n=n>>>0,!o){var i=Math.pow(2,8*n)-1;A(this,e,r,n,i,0)}var s=1,u=0;for(this[r]=e&255;++u<n&&(s*=256);)this[r+u]=e/s&255;return r+n};c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,r,n,o){if(e=+e,r=r>>>0,n=n>>>0,!o){var i=Math.pow(2,8*n)-1;A(this,e,r,n,i,0)}var s=n-1,u=1;for(this[r+s]=e&255;--s>=0&&(u*=256);)this[r+s]=e/u&255;return r+n};c.prototype.writeUint8=c.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,255,0),this[r]=e&255,r+1};c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};c.prototype.writeIntLE=function(e,r,n,o){if(e=+e,r=r>>>0,!o){var i=Math.pow(2,8*n-1);A(this,e,r,n,i-1,-i)}var s=0,u=1,g=0;for(this[r]=e&255;++s<n&&(u*=256);)e<0&&g===0&&this[r+s-1]!==0&&(g=1),this[r+s]=(e/u>>0)-g&255;return r+n};c.prototype.writeIntBE=function(e,r,n,o){if(e=+e,r=r>>>0,!o){var i=Math.pow(2,8*n-1);A(this,e,r,n,i-1,-i)}var s=n-1,u=1,g=0;for(this[r+s]=e&255;--s>=0&&(u*=256);)e<0&&g===0&&this[r+s+1]!==0&&(g=1),this[r+s]=(e/u>>0)-g&255;return r+n};c.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};c.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};c.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function qt(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Vt(t,e,r,n,o){return e=+e,r=r>>>0,o||qt(t,e,r,4,34028234663852886e22,-34028234663852886e22),Q.write(t,e,r,n,23,4),r+4}c.prototype.writeFloatLE=function(e,r,n){return Vt(this,e,r,!0,n)};c.prototype.writeFloatBE=function(e,r,n){return Vt(this,e,r,!1,n)};function Ht(t,e,r,n,o){return e=+e,r=r>>>0,o||qt(t,e,r,8,17976931348623157e292,-17976931348623157e292),Q.write(t,e,r,n,52,8),r+8}c.prototype.writeDoubleLE=function(e,r,n){return Ht(this,e,r,!0,n)};c.prototype.writeDoubleBE=function(e,r,n){return Ht(this,e,r,!1,n)};c.prototype.copy=function(e,r,n,o){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!o&&o!==0&&(o=this.length),r>=e.length&&(r=e.length),r||(r=0),o>0&&o<n&&(o=n),o===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-r<o-n&&(o=e.length-r+n);var i=o-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,o):Uint8Array.prototype.set.call(e,this.subarray(n,o),r),i};c.prototype.fill=function(e,r,n,o){if(typeof e=="string"){if(typeof r=="string"?(o=r,r=0,n=this.length):typeof n=="string"&&(o=n,n=this.length),o!==void 0&&typeof o!="string")throw new TypeError("encoding must be a string");if(typeof o=="string"&&!c.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(e.length===1){var i=e.charCodeAt(0);(o==="utf8"&&i<128||o==="latin1")&&(e=i)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var s;if(typeof e=="number")for(s=r;s<n;++s)this[s]=e;else{var u=c.isBuffer(e)?e:c.from(e,o),g=u.length;if(g===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<n-r;++s)this[s+r]=u[s%g]}return this};var ni=/[^+/0-9A-Za-z-_]/g;function oi(t){if(t=t.split("=")[0],t=t.trim().replace(ni,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function rt(t,e){e=e||1/0;for(var r,n=t.length,o=null,i=[],s=0;s<n;++s){if(r=t.charCodeAt(s),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=(o-55296<<10|r-56320)+65536}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return i}function ii(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function ai(t,e){for(var r,n,o,i=[],s=0;s<t.length&&!((e-=2)<0);++s)r=t.charCodeAt(s),n=r>>8,o=r%256,i.push(o),i.push(n);return i}function jt(t){return Qe.toByteArray(oi(t))}function we(t,e,r,n){for(var o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function N(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function it(t){return t!==t}var si=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,o=0;o<16;++o)e[n+o]=t[r]+t[o];return e}()});var Jt=R((Va,Xt)=>{a();var S=Xt.exports={},M,B;function at(){throw new Error("setTimeout has not been defined")}function st(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?M=setTimeout:M=at}catch(t){M=at}try{typeof clearTimeout=="function"?B=clearTimeout:B=st}catch(t){B=st}})();function Kt(t){if(M===setTimeout)return setTimeout(t,0);if((M===at||!M)&&setTimeout)return M=setTimeout,setTimeout(t,0);try{return M(t,0)}catch(e){try{return M.call(null,t,0)}catch(r){return M.call(this,t,0)}}}function ci(t){if(B===clearTimeout)return clearTimeout(t);if((B===st||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(t);try{return B(t)}catch(e){try{return B.call(null,t)}catch(r){return B.call(this,t)}}}var W=[],te=!1,X,be=-1;function li(){!te||!X||(te=!1,X.length?W=X.concat(W):be=-1,W.length&&Yt())}function Yt(){if(!te){var t=Kt(li);te=!0;for(var e=W.length;e;){for(X=W,W=[];++be<e;)X&&X[be].run();be=-1,e=W.length}X=null,te=!1,ci(t)}}S.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];W.push(new $t(t,e)),W.length===1&&!te&&Kt(Yt)};function $t(t,e){this.fun=t,this.array=e}$t.prototype.run=function(){this.fun.apply(null,this.array)};S.title="browser";S.browser=!0;S.env={};S.argv=[];S.version="";S.versions={};function G(){}S.on=G;S.addListener=G;S.once=G;S.off=G;S.removeListener=G;S.removeAllListeners=G;S.emit=G;S.prependListener=G;S.prependOnceListener=G;S.listeners=function(t){return[]};S.binding=function(t){throw new Error("process.binding is not supported")};S.cwd=function(){return"/"};S.chdir=function(t){throw new Error("process.chdir is not supported")};S.umask=function(){return 0}});var p,d,pi,l,a=f(()=>{p=K(zt()),d=K(Jt()),pi=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object),l=pi});var Zt=f(()=>{"use strict";a()});var Qt=f(()=>{"use strict";a()});var er=f(()=>{"use strict";a()});var tr=f(()=>{"use strict";a()});var rr=f(()=>{"use strict";a()});var ct=f(()=>{"use strict";a()});var nr=f(()=>{"use strict";a()});var or=f(()=>{"use strict";a()});var ir=f(()=>{"use strict";a()});var ar=f(()=>{"use strict";a()});var ve,sr,Qa,cr,es,re=f(()=>{"use strict";a();ve=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types"),sr=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(sr||{}),Qa=h(h({},ve.CrossWindowProviderRequestEnums),sr),cr=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(cr||{}),es=h(h({},ve.CrossWindowProviderResponseEnums),cr)});var lr=f(()=>{"use strict";a()});var pr=f(()=>{"use strict";a()});var dr=f(()=>{"use strict";a()});var ur=f(()=>{"use strict";a()});var gr=f(()=>{"use strict";a()});var fr=f(()=>{"use strict";a()});var ce=f(()=>{"use strict";a();or();ir();ar();re();lr();pr();dr();ur();gr();fr()});var lt,mr,Ts,yr,hs,Tr,xs,Ss,ws,hr=f(()=>{"use strict";a();ce();lt={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:mr,egldLabel:Ts}=lt["devnet"],{chainId:yr,egldLabel:hs}=lt["testnet"],{chainId:Tr,egldLabel:xs}=lt["mainnet"],Ss={["devnet"]:mr,["testnet"]:yr,["mainnet"]:Tr},ws={[mr]:"devnet",[yr]:"testnet",[Tr]:"mainnet"}});var xr=f(()=>{"use strict";a()});var F,Sr=f(()=>{"use strict";a();F=require("@multiversx/sdk-web-wallet-provider")});var Ae,wr,br,le=f(()=>{"use strict";a();Zt();Qt();er();tr();rr();ct();nr();hr();xr();Sr();Ae="logout",wr="login",br="0"});var pt,x,ne,C=f(()=>{"use strict";a();pt=require("@reduxjs/toolkit");le();x=(0,pt.createAction)(Ae),ne=(0,pt.createAction)(wr,t=>({payload:t}))});var Ie,dt=f(()=>{"use strict";a();Ie=()=>Date.now()/1e3});var vr=f(()=>{"use strict";a()});var Ar=f(()=>{"use strict";a()});var Ir=f(()=>{"use strict";a();dt();vr();Ar()});var ut={};z(ut,{clear:()=>fi,getItem:()=>ui,localStorageKeys:()=>J,removeItem:()=>gi,setItem:()=>di});var J,ke,di,ui,gi,fi,pe=f(()=>{"use strict";a();Ir();J={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},ke=typeof localStorage!="undefined",di=({key:t,data:e,expires:r})=>{!ke||localStorage.setItem(String(t),JSON.stringify({expires:r,data:e}))},ui=t=>{if(!ke)return;let e=localStorage.getItem(String(t));if(!e)return null;let r=JSON.parse(e);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ie()>=r.expires?(localStorage.removeItem(String(t)),null):r.data},gi=t=>{!ke||localStorage.removeItem(String(t))},fi=()=>{!ke||localStorage.clear()}});var gt={};z(gt,{clear:()=>Lr,getItem:()=>Rr,removeItem:()=>Er,setItem:()=>kr,storage:()=>mi});var kr,Rr,Er,Lr,mi,Cr=f(()=>{"use strict";a();kr=({key:t,data:e,expires:r})=>{sessionStorage.setItem(String(t),JSON.stringify({expires:r,data:e}))},Rr=t=>{let e=sessionStorage.getItem(String(t));if(!e)return null;let r=JSON.parse(e);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(t)),null):r.data},Er=t=>sessionStorage.removeItem(String(t)),Lr=()=>sessionStorage.clear(),mi={setItem:kr,getItem:Rr,removeItem:Er,clear:Lr}});var oe,Re=f(()=>{"use strict";a();pe();Cr();oe={session:gt,local:ut}});var mt,Pr,_r,Nr,ft,Mr,Br,Qs,Fr,ec,tc,rc,nc,oc,ic,ac,sc,Ee,Le=f(()=>{"use strict";a();mt=require("@multiversx/sdk-core"),Pr=require("@reduxjs/toolkit"),_r=require("redux-persist");le();Re();pe();C();Nr={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:br},ft={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Nr},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Mr=(0,Pr.createSlice)({name:"accountInfoSlice",initialState:ft,reducers:{setAddress:(t,e)=>{let r=e.payload;t.address=r,t.publicKey=new mt.Address(r).hex()},setAccount:(t,e)=>{let r=t.address===e.payload.address;t.accounts={[t.address]:r?e.payload:Nr},t.shard=e.payload.shard,t.isAccountLoading=!1,t.accountLoadingError=null},setAccountNonce:(t,e)=>{let{address:r}=t;t.accounts[r].nonce=e.payload},setAccountShard:(t,e)=>{t.shard=e.payload},setLedgerAccount:(t,e)=>{t.ledgerAccount=e.payload},updateLedgerAccount:(t,e)=>{t.ledgerAccount!=null&&(t.ledgerAccount.index=e.payload.index,t.ledgerAccount.address=e.payload.address)},setWalletConnectAccount:(t,e)=>{t.walletConnectAccount=e.payload},setIsAccountLoading:(t,e)=>{t.isAccountLoading=e.payload,t.accountLoadingError=null},setAccountLoadingError:(t,e)=>{t.accountLoadingError=e.payload,t.isAccountLoading=!1},setWebsocketEvent:(t,e)=>{t.websocketEvent={timestamp:Date.now(),message:e.payload}},setWebsocketBatchEvent:(t,e)=>{t.websocketBatchEvent={timestamp:Date.now(),data:e.payload}}},extraReducers:t=>{t.addCase(x,()=>(oe.local.removeItem(J.loginExpiresAt),ft)),t.addCase(ne,(e,r)=>{let{address:n}=r.payload;e.address=n,e.publicKey=new mt.Address(n).hex()}),t.addCase(_r.REHYDRATE,(e,r)=>{var m;if(!((m=r.payload)!=null&&m.account))return;let{account:n}=r.payload,{address:o,shard:i,accounts:s,publicKey:u}=n;e.address=o,e.shard=i;let g=s&&o in s;e.accounts=g?s:ft.accounts,e.publicKey=u})}}),{setAccount:Br,setAddress:Qs,setAccountNonce:Fr,setAccountShard:ec,setLedgerAccount:tc,updateLedgerAccount:rc,setWalletConnectAccount:nc,setIsAccountLoading:oc,setAccountLoadingError:ic,setWebsocketEvent:ac,setWebsocketBatchEvent:sc}=Mr.actions,Ee=Mr.reducer});function de(){return new Date().setHours(new Date().getHours()+24)}function ue(t){oe.local.setItem({key:J.loginExpiresAt,data:t,expires:t})}var yt=f(()=>{"use strict";a();Re();pe()});var Ur,Or,Wr,Tc,hc,xc,Gr,Sc,wc,qr,bc,Ce,Pe=f(()=>{"use strict";a();Ur=require("@reduxjs/toolkit");yt();re();C();Or={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,crossWindowLogin:null,isLoginSessionInvalid:!1},Wr=(0,Ur.createSlice)({name:"loginInfoSlice",initialState:Or,reducers:{setLoginMethod:(t,e)=>{t.loginMethod=e.payload},setTokenLogin:(t,e)=>{t.tokenLogin=e.payload},setTokenLoginSignature:(t,e)=>{(t==null?void 0:t.tokenLogin)!=null&&(t.tokenLogin.signature=e.payload)},setWalletLogin:(t,e)=>{t.walletLogin=e.payload},setWalletConnectLogin:(t,e)=>{t.walletConnectLogin=e.payload},setLedgerLogin:(t,e)=>{t.ledgerLogin=e.payload},invalidateLoginSession:t=>{t.isLoginSessionInvalid=!0},setLogoutRoute:(t,e)=>{t.logoutRoute=e.payload}},extraReducers:t=>{t.addCase(x,()=>Or),t.addCase(ne,(e,r)=>{e.isLoginSessionInvalid=!1,e.loginMethod=r.payload.loginMethod,ue(de())})}}),{setLoginMethod:Tc,setWalletConnectLogin:hc,setLedgerLogin:xc,setTokenLogin:Gr,setTokenLoginSignature:Sc,setWalletLogin:wc,invalidateLoginSession:qr,setLogoutRoute:bc}=Wr.actions,Ce=Wr.reducer});var Hr,Vr,jr,kc,Rc,Ec,Lc,_e,Ne=f(()=>{"use strict";a();Hr=require("@reduxjs/toolkit");C();Vr={},jr=(0,Hr.createSlice)({name:"modalsSlice",initialState:Vr,reducers:{setTxSubmittedModal:(t,e)=>{t.txSubmittedModal=e.payload},setNotificationModal:(t,e)=>{t.notificationModal=e.payload},clearTxSubmittedModal:t=>{t.txSubmittedModal=void 0},clearNotificationModal:t=>{t.notificationModal=void 0}},extraReducers:t=>{t.addCase(x,()=>Vr)}}),{setTxSubmittedModal:kc,setNotificationModal:Rc,clearTxSubmittedModal:Ec,clearNotificationModal:Lc}=jr.actions,_e=jr.reducer});var zr=f(()=>{"use strict";a()});var Kr=f(()=>{"use strict";a();zr()});function Yr(t){return t[Math.floor(Math.random()*t.length)]}var $r=f(()=>{"use strict";a()});var Xr=f(()=>{"use strict";a();ct()});var Jr=f(()=>{"use strict";a();Kr();$r();Xr()});var Zr,Qr,en,Tt,yi,tn,zc,Kc,Yc,Me,Be=f(()=>{"use strict";a();Zr=require("@reduxjs/toolkit"),Qr=K(require("lodash.omit")),en=require("redux-persist");C();Jr();Tt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},yi={network:Tt,chainID:"-1"},tn=(0,Zr.createSlice)({name:"appConfig",initialState:yi,reducers:{initializeNetworkConfig:(t,e)=>{let r=Yr(e.payload.walletConnectV2RelayAddresses),n=(0,Qr.default)(e.payload,"walletConnectV2RelayAddresses");t.network=k(h(h({},t.network),n),{walletConnectV2RelayAddress:r})},setChainID:(t,e)=>{t.chainID=e.payload},setCustomWalletAddress:(t,e)=>{t.network.customWalletAddress=e.payload}},extraReducers:t=>{t.addCase(x,e=>{e.network.customWalletAddress=void 0}),t.addCase(en.REHYDRATE,(e,r)=>{var o,i;if(!((i=(o=r.payload)==null?void 0:o.network)!=null&&i.customWalletAddress))return;let{network:{customWalletAddress:n}}=r.payload;e.network.customWalletAddress=n})}}),{initializeNetworkConfig:zc,setChainID:Kc,setCustomWalletAddress:Yc}=tn.actions,Me=tn.reducer});var rn,ht,nn,el,tl,rl,Fe,Oe=f(()=>{"use strict";a();rn=require("@reduxjs/toolkit");ce();C();ht={isSigning:!1,signedSessions:{}},nn=(0,rn.createSlice)({name:"signedMessageInfoSliceState",initialState:ht,reducers:{setSignSession:(t,e)=>{let{sessionId:r,signedSession:n,errorMessage:o}=e.payload;o&&(t.errorMessage=o),t.isSigning=n.status==="pending",t.signedSessions[r]=h(h({},t.signedSessions[r]),n)},setSignSessionState:(t,e)=>h(h({},t),e.payload),clearSignedMessageInfo:()=>ht},extraReducers:t=>{t.addCase(x,()=>ht)}}),{setSignSession:el,clearSignedMessageInfo:tl,setSignSessionState:rl}=nn.actions,Fe=nn.reducer});var an,sn,on,cn,ll,pl,dl,ul,De,Ue=f(()=>{"use strict";a();an=require("@reduxjs/toolkit"),sn=require("redux-persist");ce();dt();C();on={customToasts:[],transactionToasts:[]},cn=(0,an.createSlice)({name:"toastsSlice",initialState:on,reducers:{addCustomToast:(t,e)=>{let r=e.payload.toastId||`custom-toast-${t.customToasts.length+1}`,n=t.customToasts.findIndex(o=>o.toastId===r);if(n!==-1){t.customToasts[n]=k(h(h({},t.customToasts[n]),e.payload),{type:"custom",toastId:r});return}t.customToasts.push(k(h({},e.payload),{type:"custom",toastId:r}))},removeCustomToast:(t,e)=>{t.customToasts=t.customToasts.filter(r=>r.toastId!==e.payload)},addTransactionToast:(t,e)=>{t.transactionToasts.push({type:"transaction",startTimestamp:Ie(),toastId:e.payload||`custom-toast-${t.transactionToasts.length+1}`})},removeTransactionToast:(t,e)=>{t.transactionToasts=t.transactionToasts.filter(r=>r.toastId!==e.payload)}},extraReducers:t=>{t.addCase(x,()=>on),t.addCase(sn.REHYDRATE,(e,r)=>{var o,i;let n=(i=(o=r.customToasts)==null?void 0:o.filter(s=>!("component"in s)))!=null?i:[];e.customToasts=n})}}),{addCustomToast:ll,removeCustomToast:pl,addTransactionToast:dl,removeTransactionToast:ul}=cn.actions,De=cn.reducer});var ln,Ti,hi,xi,Si,xt,pn,yl,Tl,hl,We,Ge=f(()=>{"use strict";a();ln=require("@reduxjs/toolkit");C();Ti="Transaction failed",hi="Transaction successful",xi="Processing transaction",Si="Transaction submitted",xt={},pn=(0,ln.createSlice)({name:"transactionsInfo",initialState:xt,reducers:{setTransactionsDisplayInfo(t,e){let{sessionId:r,transactionsDisplayInfo:n}=e.payload;r!=null&&(t[r]={errorMessage:(n==null?void 0:n.errorMessage)||Ti,successMessage:(n==null?void 0:n.successMessage)||hi,processingMessage:(n==null?void 0:n.processingMessage)||xi,submittedMessage:(n==null?void 0:n.submittedMessage)||Si,transactionDuration:n==null?void 0:n.transactionDuration})},clearTransactionsInfoForSessionId(t,e){e.payload!=null&&delete t[e.payload]},clearTransactionsInfo:()=>xt},extraReducers:t=>{t.addCase(x,()=>xt)}}),{clearTransactionsInfo:yl,setTransactionsDisplayInfo:Tl,clearTransactionsInfoForSessionId:hl}=pn.actions,We=pn.reducer});function dn(t){return t!=null&&(Ei(t)||Pi(t))}function un(t){return t!=null&&(Li(t)||_i(t))}function gn(t){return t!=null&&(Ci(t)||Ni(t))}function Ei(t){return t!=null&&bi.includes(t)}function Li(t){return t!=null&&vi.includes(t)}function Ci(t){return t!=null&&Ai.includes(t)}function Pi(t){return t!=null&&Ii.includes(t)}function _i(t){return t!=null&&ki.includes(t)}function Ni(t){return t!=null&&Ri.includes(t)}var bl,bi,vi,Ai,vl,Al,Ii,ki,Ri,fn=f(()=>{"use strict";a();re();bl=["sent"],bi=["success"],vi=["fail","cancelled","timedOut"],Ai=["invalid"],vl=["timedOut"],Al=["pending"],Ii=["success"],ki=["fail","invalid"],Ri=["not executed"]});var mn,yn,ge,Mi,Tn,Pl,_l,Nl,Ml,Bl,Fl,Ol,Dl,Ul,Wl,Gl,qe,Ve=f(()=>{"use strict";a();mn=require("@reduxjs/toolkit"),yn=require("redux-persist");re();fn();C();ge={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Mi={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Tn=(0,mn.createSlice)({name:"transactionsSlice",initialState:ge,reducers:{moveTransactionsToSignedState:(t,e)=>{var g,m;let{sessionId:r,transactions:n,errorMessage:o,status:i,redirectRoute:s,customTransactionInformation:u}=e.payload;t.customTransactionInformationForSessionId[r]=h(h(h({},Mi),((g=t.signedTransactions[r])==null?void 0:g.customTransactionInformation)||{}),t.customTransactionInformationForSessionId[r]||{}),t.signedTransactions[r]={transactions:n,status:i,errorMessage:o,redirectRoute:s,customTransactionInformation:h(h({},t.customTransactionInformationForSessionId[r]),u!=null?u:{})},((m=t==null?void 0:t.transactionsToSign)==null?void 0:m.sessionId)===r&&(t.transactionsToSign=ge.transactionsToSign)},clearSignedTransaction:(t,e)=>{t.signedTransactions[e.payload]&&delete t.signedTransactions[e.payload]},clearTransactionToSign:t=>{t!=null&&t.transactionsToSign&&(t.transactionsToSign=null)},updateSignedTransaction:(t,e)=>{t.signedTransactions=h(h({},t.signedTransactions),e.payload)},updateSignedTransactions:(t,e)=>{let{sessionId:r,status:n,errorMessage:o,transactions:i}=e.payload;t.signedTransactions[r]!=null&&(t.signedTransactions[r].status=n,o!=null&&(t.signedTransactions[r].errorMessage=o),i!=null&&(t.signedTransactions[r].transactions=i))},updateSignedTransactionStatus:(t,e)=>{var g,m,T,y,v,b,O,he;let{sessionId:r,status:n,errorMessage:o,transactionHash:i,inTransit:s}=e.payload,u=(m=(g=t.signedTransactions)==null?void 0:g[r])==null?void 0:m.transactions;if(u!=null){t.signedTransactions[r].transactions=u.map(D=>D.hash===i?k(h({},D),{status:n,errorMessage:o,inTransit:s}):D);let bo=(y=(T=t.signedTransactions[r])==null?void 0:T.transactions)==null?void 0:y.every(D=>dn(D.status)),vo=(b=(v=t.signedTransactions[r])==null?void 0:v.transactions)==null?void 0:b.every(D=>un(D.status)),Ao=(he=(O=t.signedTransactions[r])==null?void 0:O.transactions)==null?void 0:he.every(D=>gn(D.status));bo&&(t.signedTransactions[r].status="success"),vo&&(t.signedTransactions[r].status="fail"),Ao&&(t.signedTransactions[r].status="invalid")}},setTransactionsToSign:(t,e)=>{t.transactionsToSign=e.payload;let{sessionId:r,customTransactionInformation:n}=e.payload;t.customTransactionInformationForSessionId[r]=n,t.signTransactionsError=null},clearAllTransactionsToSign:t=>{t.transactionsToSign=ge.transactionsToSign,t.signTransactionsError=null},clearAllSignedTransactions:t=>{t.signedTransactions=ge.signedTransactions},setSignTransactionsError:(t,e)=>{t.signTransactionsError=e.payload},setSignTransactionsCancelMessage:(t,e)=>{t.signTransactionsCancelMessage=e.payload},updateSignedTransactionsCustomTransactionInformation:(t,e)=>{let{sessionId:r,customTransactionInformationOverrides:n}=e.payload;t.signedTransactions[r]!=null&&(t.signedTransactions[r].customTransactionInformation=h(h({},t.signedTransactions[r].customTransactionInformation),n))}},extraReducers:t=>{t.addCase(x,()=>ge),t.addCase(yn.REHYDRATE,(e,r)=>{var s;if(e.signTransactionsCancelMessage=null,!((s=r.payload)!=null&&s.transactions))return;let{signedTransactions:n,customTransactionInformationForSessionId:o}=r.payload.transactions,i=Object.entries(n).reduce((u,[g,m])=>{let T=new Date(g),y=new Date;return y.setHours(y.getHours()+5),y-T>0||(u[g]=m),u},{});o!=null&&(e.customTransactionInformationForSessionId=o),n!=null&&(e.signedTransactions=i)})}}),{updateSignedTransactionStatus:Pl,updateSignedTransactions:_l,setTransactionsToSign:Nl,clearAllTransactionsToSign:Ml,clearAllSignedTransactions:Bl,clearSignedTransaction:Fl,clearTransactionToSign:Ol,setSignTransactionsError:Dl,setSignTransactionsCancelMessage:Ul,moveTransactionsToSignedState:Wl,updateSignedTransactionsCustomTransactionInformation:Gl}=Tn.actions,qe=Tn.reducer});var hn,St,xn,jl,zl,Kl,Yl,He,je=f(()=>{"use strict";a();hn=require("@reduxjs/toolkit");C();St={},xn=(0,hn.createSlice)({name:"batchTransactionsSlice",initialState:St,reducers:{setBatchTransactions:(t,e)=>{t[e.payload.id]=e.payload},updateBatchTransactions:(t,e)=>{t[e.payload.id]=e.payload},clearBatchTransactions:(t,e)=>{delete t[e.payload.batchId]},clearAllBatchTransactions:()=>St},extraReducers:t=>{t.addCase(x,()=>St)}}),{setBatchTransactions:jl,updateBatchTransactions:zl,clearBatchTransactions:Kl,clearAllBatchTransactions:Yl}=xn.actions,He=xn.reducer});var wn,Sn,bn,Zl,vn,wt=f(()=>{"use strict";a();wn=require("@reduxjs/toolkit");C();Sn={},bn=(0,wn.createSlice)({name:"dappConfigSlice",initialState:Sn,reducers:{setDappConfig:(t,e)=>e.payload},extraReducers:t=>{t.addCase(x,()=>Sn)}}),{setDappConfig:Zl}=bn.actions,vn=bn.reducer});var fe=f(()=>{"use strict";a();Le();Pe();Ne();Be();Oe();Ue();Ge();Ve();je();wt()});var bt=f(()=>{"use strict";a()});var kn,Di,Ui,Z,Ye=f(()=>{"use strict";a();kn=require("@reduxjs/toolkit");bt();Le();je();wt();Pe();Ne();Be();Oe();Ue();Ge();Ve();Di={["account"]:Ee,["dappConfig"]:vn,["loginInfo"]:Ce,["modals"]:_e,["networkConfig"]:Me,["signedMessageInfo"]:Fe,["toasts"]:De,["transactionsInfo"]:We,["transactions"]:qe,["batchTransactions"]:He},Ui=(t={})=>(0,kn.combineReducers)(h(h({},Di),t)),Z=Ui});var Cn={};z(Cn,{default:()=>ta,sessionStorageReducers:()=>vt});function q(t,e=[]){return{key:t,version:1,storage:En.default,blacklist:e}}var I,Rn,En,Wi,me,Gi,qi,Vi,Hi,ji,zi,Ki,Yi,$i,Xi,Ln,Ji,vt,Zi,Qi,ea,ta,Pn=f(()=>{"use strict";a();I=require("redux-persist"),Rn=K(require("redux-persist/lib/storage")),En=K(require("redux-persist/lib/storage/session"));Ye();fe();Le();je();Pe();Ne();Be();Oe();Ue();Ge();Ve();bt();Wi={persistReducersStorageType:"localStorage"},me={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Gi=q(me["account"]),qi=q(me["loginInfo"]),Vi=q(me["modals"]),Hi=q(me["networkConfig"]),ji={2:t=>k(h({},t),{networkConfig:Tt})};zi=q("sdk-dapp-transactionsInfo"),Ki=q("sdk-dapp-transactions",["transactionsToSign"]),Yi=q("sdk-dapp-batchTransactions",["batchTransactions"]),$i=q("sdk-dapp-toasts"),Xi=q("sdk-dapp-signedMessageInfo"),Ln={key:"sdk-dapp-store",version:2,storage:Rn.default,whitelist:Object.keys(me),migrate:(0,I.createMigrate)(ji,{debug:!1})},Ji=k(h({},Ln),{whitelist:[]}),vt={["toasts"]:(0,I.persistReducer)($i,De),["transactions"]:(0,I.persistReducer)(Ki,qe),["transactionsInfo"]:(0,I.persistReducer)(zi,We),["batchTransactions"]:(0,I.persistReducer)(Yi,He),["signedMessageInfo"]:(0,I.persistReducer)(Xi,Fe)},Zi=k(h({},vt),{["account"]:(0,I.persistReducer)(Gi,Ee),["loginInfo"]:(0,I.persistReducer)(qi,Ce),["modals"]:(0,I.persistReducer)(Vi,_e),["networkConfig"]:(0,I.persistReducer)(Hi,Me)}),Qi=Wi.persistReducersStorageType==="localStorage",ea=Qi?(0,I.persistReducer)(Ln,Z(vt)):(0,I.persistReducer)(Ji,Z(Zi)),ta=ea});var _n={};z(_n,{default:()=>ra});var ra,Nn=f(()=>{"use strict";a();Ye();ra=Z()});var Mn={};z(Mn,{default:()=>oa});var P,na,oa,Bn=f(()=>{"use strict";a();P=require("redux-persist"),na=[P.FLUSH,P.REHYDRATE,P.PAUSE,P.PERSIST,P.PURGE,P.REGISTER],oa=na});var Dn={};z(Dn,{default:()=>On});function On(t){return(0,Fn.persistStore)(t)}var Fn,Un=f(()=>{"use strict";a();Fn=require("redux-persist")});var jn=R((td,Hn)=>{a();var aa=typeof l=="object"&&l&&l.Object===Object&&l;Hn.exports=aa});var Kn=R((rd,zn)=>{a();var sa=jn(),ca=typeof self=="object"&&self&&self.Object===Object&&self,la=sa||ca||Function("return this")();zn.exports=la});var It=R((nd,Yn)=>{a();var pa=Kn(),da=pa.Symbol;Yn.exports=da});var Zn=R((od,Jn)=>{a();var $n=It(),Xn=Object.prototype,ua=Xn.hasOwnProperty,ga=Xn.toString,ye=$n?$n.toStringTag:void 0;function fa(t){var e=ua.call(t,ye),r=t[ye];try{t[ye]=void 0;var n=!0}catch(i){}var o=ga.call(t);return n&&(e?t[ye]=r:delete t[ye]),o}Jn.exports=fa});var eo=R((id,Qn)=>{a();var ma=Object.prototype,ya=ma.toString;function Ta(t){return ya.call(t)}Qn.exports=Ta});var oo=R((ad,no)=>{a();var to=It(),ha=Zn(),xa=eo(),Sa="[object Null]",wa="[object Undefined]",ro=to?to.toStringTag:void 0;function ba(t){return t==null?t===void 0?wa:Sa:ro&&ro in Object(t)?ha(t):xa(t)}no.exports=ba});var ao=R((sd,io)=>{a();var va=Array.isArray;io.exports=va});var co=R((cd,so)=>{a();function Aa(t){return t!=null&&typeof t=="object"}so.exports=Aa});var po=R((ld,lo)=>{a();var Ia=oo(),ka=ao(),Ra=co(),Ea="[object String]";function La(t){return typeof t=="string"||!ka(t)&&Ra(t)&&Ia(t)==Ea}lo.exports=La});var Da={};z(Da,{ExperimentalWebviewProvider:()=>j});module.exports=se(Da);a();var So=require("@multiversx/sdk-core"),wo=require("@multiversx/sdk-web-wallet-cross-window-provider/out/constants"),H=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types");a();C();fe();a();var At=require("@reduxjs/toolkit"),Vn=require("react-redux/lib/utils/Subscription");fe();a();var An=K(require("lodash.throttle"));le();fe();yt();Re();pe();var Bi=[Ae],ze=!1,Fi=(0,An.default)(()=>{ue(de())},5e3),In=t=>e=>r=>{if(Bi.includes(r.type))return e(r);let n=t.getState(),o=oe.local.getItem(J.loginExpiresAt);if(!Boolean(n==null?void 0:n.account.address))return e(r);if(o==null)return ue(de());let s=Date.now();return o-s<0&&!ze?setTimeout(()=>{ze=!0,t.dispatch(qr())},1e3):(ze&&(ze=!1),Fi()),e(r)};a();a();function Ke(){return typeof sessionStorage!="undefined"}var Wn=Ke()?(Pn(),se(Cn)).default:(Nn(),se(_n)).default,Gn=Ke()?(Bn(),se(Mn)).default:[],qn=Ke()?(Un(),se(Dn)).default:t=>t;Ye();var $e=(0,At.configureStore)({reducer:Wn,middleware:t=>t({serializableCheck:{ignoredActions:[...Gn,Fr.type,Br.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(In)}),Xp=(0,Vn.createSubscription)($e),Jp=qn($e),Zp=(0,At.configureStore)({reducer:Z});ce();a();a();function ia(t){try{let e=atob(t),r=btoa(e),n=p.Buffer.from(t,"base64").toString(),o=p.Buffer.from(n).toString("base64");if(t===r&&t===o||e===n)return!0}catch(e){return!1}return!1}function ie(t){return ia(t)?atob(t):t}a();var uo=K(po());var go=t=>{if(!t||!(0,uo.default)(t))return null;let e=t.split(".");if(e.length!==4)return null;try{let[r,n,o,i]=e,s=JSON.parse(ie(i)),u=ie(r);return{ttl:Number(o),extraInfo:s,origin:u,blockHash:n}}catch(r){return console.error(`Error trying to decode ${t}:`,r),null}};function Ca(t){return Object.prototype.toString.call(t)==="[object String]"}var fo=t=>{var r;if(!t||!Ca(t))return null;let e=t.split(".");if(e.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[n,o,i]=e,s=ie(n),u=ie(o),g=go(u);if(!g)return{address:s,body:u,signature:i,blockHash:"",origin:"",ttl:0};let m=k(h({},g),{address:s,body:u,signature:i});return(r=g.extraInfo)!=null&&r.timestamp||delete m.extraInfo,m}catch(n){return null}};function mo(t,e){let r=fo(t);if(r==null)return;let n=e!=null?e:$e.dispatch,{signature:o,address:i}=r;o&&t&&i&&(n(x()),setTimeout(()=>{n(Gr({loginToken:t,signature:o,nativeAuthToken:t})),n(ne({address:i,loginMethod:"extra"}))}))}a();a();var Pa=require("@multiversx/sdk-extension-provider"),_a=require("@multiversx/sdk-hw-provider"),Na=require("@multiversx/sdk-opera-provider"),Ma=require("@multiversx/sdk-web-wallet-cross-window-provider"),Ba=require("@multiversx/sdk-web-wallet-provider");le();re();a();a();var V=t=>`Unable to perform ${t}, Provider not initialized`,Xe=class{init(){return Promise.resolve(!1)}login(e){throw new Error(V(`login with options: ${e}`))}logout(e){throw new Error(V(`logout with options: ${e}`))}getAddress(){throw new Error(V("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(e,r){throw new Error(V(`sendTransaction with transactions: ${e} options: ${r}`))}signTransaction(e,r){throw new Error(V(`signTransaction with transactions: ${e} options: ${r}`))}signTransactions(e,r){throw new Error(V(`signTransactions with transactions: ${e} options: ${r}`))}signMessage(e,r){throw new Error(V(`signTransactions with ${e} and options ${r}`))}sendCustomMessage({method:e,params:r}){throw new Error(V(`sendCustomMessage with method: ${e} params: ${r}`))}sendCustomRequest(e){throw new Error(V(`sendSessionEvent with options: ${e}`))}ping(){return Promise.resolve(!1)}},yo=new Xe;var Fa=yo,To=null;function ho(){To!=null&&(Fa=To)}a();a();var xo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Te=()=>{var t;if(xo()){let e=window.location.ancestorOrigins;return(t=e==null?void 0:e[e.length-1])!=null?t:"*"}return"*"};var Oa=t=>()=>{throw new Error(`Unable to perform ${t}, Provider not initialized`)},j=class{constructor(){this.init=()=>E(this,null,function*(){return!0});this.login=()=>E(this,null,function*(){return!0});this.logout=()=>E(this,null,function*(){let e=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.logoutRequest});return Boolean(e.payload.data)});this.relogin=()=>E(this,null,function*(){let e=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.loginRequest}),{data:r,error:n}=e.payload;if(n||!r)throw new Error("Unable to re-login");let{accessToken:o}=r;return o?(mo(o),ho(),o):(console.error("Unable to re-login. Missing accessToken."),null)});this.signTransactions=e=>E(this,null,function*(){let r=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.signTransactionsRequest,payload:e.map(s=>s.toPlainObject())}),{data:n,error:o}=r.payload;return o||!n?(console.error("Unable to sign transactions"),null):n.map(s=>So.Transaction.fromPlainObject(s))});this.signTransaction=e=>E(this,null,function*(){let r=yield this.signTransactions([e]);return r==null?void 0:r[0]});this.sendPostMessage=e=>E(this,null,function*(){let r=typeof window!="undefined"?window:{};return r.ReactNativeWebView?r.ReactNativeWebView.postMessage(JSON.stringify(e),Te()):r.webkit?r.webkit.messageHandlers.postMessage(JSON.stringify(e),Te()):r.parent&&r.parent.postMessage(e,Te()),yield this.waitingForResponse(wo.responseTypeMap[e.type])});this.isInitialized=()=>!0;this.isConnected=()=>E(this,null,function*(){return!0});this.getAddress=Oa("getAddress")}static getInstance(){return j.instance||(j.instance=new j),j.instance}signMessage(e){return E(this,null,function*(){let r=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.signMessageRequest,payload:e}),{data:n,error:o}=r.payload;return o||!n?(console.error("Unable to sign message"),null):n.status!==H.SignMessageStatusEnum.signed?(console.error("Could not sign message"),null):(e.applySignature(p.Buffer.from(String(n.signature),"hex")),e)})}waitingForResponse(e){return E(this,null,function*(){return yield new Promise(r=>{window.addEventListener("message",function n(o){return E(this,null,function*(){let{type:i,payload:s}=o.data;if(o.origin!=Te()){console.error("origin not accepted",{eventOrigin:o.origin});return}(e===i||i===H.CrossWindowProviderResponseEnums.cancelResponse)&&(window.removeEventListener("message",n),r({type:i,payload:s}))})})})})}getTargetOrigin(){return Promise.resolve(!0)}};0&&(module.exports={ExperimentalWebviewProvider});
|
|
1
|
+
"use strict";var Io=Object.create;var ae=Object.defineProperty,ko=Object.defineProperties,Ro=Object.getOwnPropertyDescriptor,Eo=Object.getOwnPropertyDescriptors,Lo=Object.getOwnPropertyNames,kt=Object.getOwnPropertySymbols,Co=Object.getPrototypeOf,Et=Object.prototype.hasOwnProperty,Po=Object.prototype.propertyIsEnumerable;var Rt=(t,e,r)=>e in t?ae(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,h=(t,e)=>{for(var r in e||(e={}))Et.call(e,r)&&Rt(t,r,e[r]);if(kt)for(var r of kt(e))Po.call(e,r)&&Rt(t,r,e[r]);return t},k=(t,e)=>ko(t,Eo(e));var f=(t,e)=>()=>(t&&(e=t(t=0)),e);var R=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),z=(t,e)=>{for(var r in e)ae(t,r,{get:e[r],enumerable:!0})},Lt=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Lo(e))!Et.call(t,o)&&o!==r&&ae(t,o,{get:()=>e[o],enumerable:!(n=Ro(e,o))||n.enumerable});return t};var K=(t,e,r)=>(r=t!=null?Io(Co(t)):{},Lt(e||!t||!t.__esModule?ae(r,"default",{value:t,enumerable:!0}):r,t)),se=t=>Lt(ae({},"__esModule",{value:!0}),t);var E=(t,e,r)=>new Promise((n,o)=>{var i=g=>{try{u(r.next(g))}catch(m){o(m)}},s=g=>{try{u(r.throw(g))}catch(m){o(m)}},u=g=>g.done?n(g.value):Promise.resolve(g.value).then(i,s);u((r=r.apply(t,e)).next())});var _t=R(xe=>{"use strict";a();xe.byteLength=No;xe.toByteArray=Bo;xe.fromByteArray=Do;var _=[],L=[],_o=typeof Uint8Array!="undefined"?Uint8Array:Array,Je="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Y=0,Ct=Je.length;Y<Ct;++Y)_[Y]=Je[Y],L[Je.charCodeAt(Y)]=Y;var Y,Ct;L["-".charCodeAt(0)]=62;L["_".charCodeAt(0)]=63;function Pt(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function No(t){var e=Pt(t),r=e[0],n=e[1];return(r+n)*3/4-n}function Mo(t,e,r){return(e+r)*3/4-r}function Bo(t){var e,r=Pt(t),n=r[0],o=r[1],i=new _o(Mo(t,n,o)),s=0,u=o>0?n-4:n,g;for(g=0;g<u;g+=4)e=L[t.charCodeAt(g)]<<18|L[t.charCodeAt(g+1)]<<12|L[t.charCodeAt(g+2)]<<6|L[t.charCodeAt(g+3)],i[s++]=e>>16&255,i[s++]=e>>8&255,i[s++]=e&255;return o===2&&(e=L[t.charCodeAt(g)]<<2|L[t.charCodeAt(g+1)]>>4,i[s++]=e&255),o===1&&(e=L[t.charCodeAt(g)]<<10|L[t.charCodeAt(g+1)]<<4|L[t.charCodeAt(g+2)]>>2,i[s++]=e>>8&255,i[s++]=e&255),i}function Fo(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function Oo(t,e,r){for(var n,o=[],i=e;i<r;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(t[i+2]&255),o.push(Fo(n));return o.join("")}function Do(t){for(var e,r=t.length,n=r%3,o=[],i=16383,s=0,u=r-n;s<u;s+=i)o.push(Oo(t,s,s+i>u?u:s+i));return n===1?(e=t[r-1],o.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],o.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),o.join("")}});var Nt=R(Ze=>{a();Ze.read=function(t,e,r,n,o){var i,s,u=o*8-n-1,g=(1<<u)-1,m=g>>1,T=-7,y=r?o-1:0,v=r?-1:1,b=t[e+y];for(y+=v,i=b&(1<<-T)-1,b>>=-T,T+=u;T>0;i=i*256+t[e+y],y+=v,T-=8);for(s=i&(1<<-T)-1,i>>=-T,T+=n;T>0;s=s*256+t[e+y],y+=v,T-=8);if(i===0)i=1-m;else{if(i===g)return s?NaN:(b?-1:1)*(1/0);s=s+Math.pow(2,n),i=i-m}return(b?-1:1)*s*Math.pow(2,i-n)};Ze.write=function(t,e,r,n,o,i){var s,u,g,m=i*8-o-1,T=(1<<m)-1,y=T>>1,v=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=n?0:i-1,O=n?1:-1,he=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,s=T):(s=Math.floor(Math.log(e)/Math.LN2),e*(g=Math.pow(2,-s))<1&&(s--,g*=2),s+y>=1?e+=v/g:e+=v*Math.pow(2,1-y),e*g>=2&&(s++,g/=2),s+y>=T?(u=0,s=T):s+y>=1?(u=(e*g-1)*Math.pow(2,o),s=s+y):(u=e*Math.pow(2,y-1)*Math.pow(2,o),s=0));o>=8;t[r+b]=u&255,b+=O,u/=256,o-=8);for(s=s<<o|u,m+=o;m>0;t[r+b]=s&255,b+=O,s/=256,m-=8);t[r+b-O]|=he*128}});var zt=R(ee=>{"use strict";a();var Qe=_t(),Q=Nt(),Mt=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ee.Buffer=c;ee.SlowBuffer=Ho;ee.INSPECT_MAX_BYTES=50;var Se=2147483647;ee.kMaxLength=Se;c.TYPED_ARRAY_SUPPORT=Uo();!c.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Uo(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.buffer}});Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.byteOffset}});function U(t){if(t>Se)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,c.prototype),e}function c(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return nt(t)}return Ot(t,e,r)}c.poolSize=8192;function Ot(t,e,r){if(typeof t=="string")return Go(t,e);if(ArrayBuffer.isView(t))return qo(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(N(t,ArrayBuffer)||t&&N(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(N(t,SharedArrayBuffer)||t&&N(t.buffer,SharedArrayBuffer)))return tt(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return c.from(n,e,r);var o=Vo(t);if(o)return o;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return c.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}c.from=function(t,e,r){return Ot(t,e,r)};Object.setPrototypeOf(c.prototype,Uint8Array.prototype);Object.setPrototypeOf(c,Uint8Array);function Dt(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Wo(t,e,r){return Dt(t),t<=0?U(t):e!==void 0?typeof r=="string"?U(t).fill(e,r):U(t).fill(e):U(t)}c.alloc=function(t,e,r){return Wo(t,e,r)};function nt(t){return Dt(t),U(t<0?0:ot(t)|0)}c.allocUnsafe=function(t){return nt(t)};c.allocUnsafeSlow=function(t){return nt(t)};function Go(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!c.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ut(t,e)|0,n=U(r),o=n.write(t,e);return o!==r&&(n=n.slice(0,o)),n}function et(t){for(var e=t.length<0?0:ot(t.length)|0,r=U(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function qo(t){if(N(t,Uint8Array)){var e=new Uint8Array(t);return tt(e.buffer,e.byteOffset,e.byteLength)}return et(t)}function tt(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,c.prototype),n}function Vo(t){if(c.isBuffer(t)){var e=ot(t.length)|0,r=U(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||it(t.length)?U(0):et(t);if(t.type==="Buffer"&&Array.isArray(t.data))return et(t.data)}function ot(t){if(t>=Se)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Se.toString(16)+" bytes");return t|0}function Ho(t){return+t!=t&&(t=0),c.alloc(+t)}c.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==c.prototype};c.compare=function(e,r){if(N(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),N(r,Uint8Array)&&(r=c.from(r,r.offset,r.byteLength)),!c.isBuffer(e)||!c.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,o=r.length,i=0,s=Math.min(n,o);i<s;++i)if(e[i]!==r[i]){n=e[i],o=r[i];break}return n<o?-1:o<n?1:0};c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};c.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return c.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var o=c.allocUnsafe(r),i=0;for(n=0;n<e.length;++n){var s=e[n];if(N(s,Uint8Array))i+s.length>o.length?c.from(s).copy(o,i):Uint8Array.prototype.set.call(o,s,i);else if(c.isBuffer(s))s.copy(o,i);else throw new TypeError('"list" argument must be an Array of Buffers');i+=s.length}return o};function Ut(t,e){if(c.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||N(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var o=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return rt(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return jt(t).length;default:if(o)return n?-1:rt(t).length;e=(""+e).toLowerCase(),o=!0}}c.byteLength=Ut;function jo(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return ti(this,e,r);case"utf8":case"utf-8":return Gt(this,e,r);case"ascii":return Qo(this,e,r);case"latin1":case"binary":return ei(this,e,r);case"base64":return Jo(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ri(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}c.prototype._isBuffer=!0;function $(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}c.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)$(this,r,r+1);return this};c.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)$(this,r,r+3),$(this,r+1,r+2);return this};c.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)$(this,r,r+7),$(this,r+1,r+6),$(this,r+2,r+5),$(this,r+3,r+4);return this};c.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Gt(this,0,e):jo.apply(this,arguments)};c.prototype.toLocaleString=c.prototype.toString;c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:c.compare(this,e)===0};c.prototype.inspect=function(){var e="",r=ee.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};Mt&&(c.prototype[Mt]=c.prototype.inspect);c.prototype.compare=function(e,r,n,o,i){if(N(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),o===void 0&&(o=0),i===void 0&&(i=this.length),r<0||n>e.length||o<0||i>this.length)throw new RangeError("out of range index");if(o>=i&&r>=n)return 0;if(o>=i)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,o>>>=0,i>>>=0,this===e)return 0;for(var s=i-o,u=n-r,g=Math.min(s,u),m=this.slice(o,i),T=e.slice(r,n),y=0;y<g;++y)if(m[y]!==T[y]){s=m[y],u=T[y];break}return s<u?-1:u<s?1:0};function Wt(t,e,r,n,o){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,it(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0)if(o)r=0;else return-1;if(typeof e=="string"&&(e=c.from(e,n)),c.isBuffer(e))return e.length===0?-1:Bt(t,e,r,n,o);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Bt(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function Bt(t,e,r,n,o){var i=1,s=t.length,u=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;i=2,s/=2,u/=2,r/=2}function g(b,O){return i===1?b[O]:b.readUInt16BE(O*i)}var m;if(o){var T=-1;for(m=r;m<s;m++)if(g(t,m)===g(e,T===-1?0:m-T)){if(T===-1&&(T=m),m-T+1===u)return T*i}else T!==-1&&(m-=m-T),T=-1}else for(r+u>s&&(r=s-u),m=r;m>=0;m--){for(var y=!0,v=0;v<u;v++)if(g(t,m+v)!==g(e,v)){y=!1;break}if(y)return m}return-1}c.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};c.prototype.indexOf=function(e,r,n){return Wt(this,e,r,n,!0)};c.prototype.lastIndexOf=function(e,r,n){return Wt(this,e,r,n,!1)};function zo(t,e,r,n){r=Number(r)||0;var o=t.length-r;n?(n=Number(n),n>o&&(n=o)):n=o;var i=e.length;n>i/2&&(n=i/2);for(var s=0;s<n;++s){var u=parseInt(e.substr(s*2,2),16);if(it(u))return s;t[r+s]=u}return s}function Ko(t,e,r,n){return we(rt(e,t.length-r),t,r,n)}function Yo(t,e,r,n){return we(ii(e),t,r,n)}function $o(t,e,r,n){return we(jt(e),t,r,n)}function Xo(t,e,r,n){return we(ai(e,t.length-r),t,r,n)}c.prototype.write=function(e,r,n,o){if(r===void 0)o="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")o=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,o===void 0&&(o="utf8")):(o=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-r;if((n===void 0||n>i)&&(n=i),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");for(var s=!1;;)switch(o){case"hex":return zo(this,e,r,n);case"utf8":case"utf-8":return Ko(this,e,r,n);case"ascii":case"latin1":case"binary":return Yo(this,e,r,n);case"base64":return $o(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xo(this,e,r,n);default:if(s)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),s=!0}};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Jo(t,e,r){return e===0&&r===t.length?Qe.fromByteArray(t):Qe.fromByteArray(t.slice(e,r))}function Gt(t,e,r){r=Math.min(t.length,r);for(var n=[],o=e;o<r;){var i=t[o],s=null,u=i>239?4:i>223?3:i>191?2:1;if(o+u<=r){var g,m,T,y;switch(u){case 1:i<128&&(s=i);break;case 2:g=t[o+1],(g&192)===128&&(y=(i&31)<<6|g&63,y>127&&(s=y));break;case 3:g=t[o+1],m=t[o+2],(g&192)===128&&(m&192)===128&&(y=(i&15)<<12|(g&63)<<6|m&63,y>2047&&(y<55296||y>57343)&&(s=y));break;case 4:g=t[o+1],m=t[o+2],T=t[o+3],(g&192)===128&&(m&192)===128&&(T&192)===128&&(y=(i&15)<<18|(g&63)<<12|(m&63)<<6|T&63,y>65535&&y<1114112&&(s=y))}}s===null?(s=65533,u=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),o+=u}return Zo(n)}var Ft=4096;function Zo(t){var e=t.length;if(e<=Ft)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Ft));return r}function Qo(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]&127);return n}function ei(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function ti(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=e;i<r;++i)o+=si[t[i]];return o}function ri(t,e,r){for(var n=t.slice(e,r),o="",i=0;i<n.length-1;i+=2)o+=String.fromCharCode(n[i]+n[i+1]*256);return o}c.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var o=this.subarray(e,r);return Object.setPrototypeOf(o,c.prototype),o};function w(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}c.prototype.readUintLE=c.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=this[e],i=1,s=0;++s<r&&(i*=256);)o+=this[e+s]*i;return o};c.prototype.readUintBE=c.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=this[e+--r],i=1;r>0&&(i*=256);)o+=this[e+--r]*i;return o};c.prototype.readUint8=c.prototype.readUInt8=function(e,r){return e=e>>>0,r||w(e,1,this.length),this[e]};c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||w(e,2,this.length),this[e]|this[e+1]<<8};c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||w(e,2,this.length),this[e]<<8|this[e+1]};c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||w(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};c.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=this[e],i=1,s=0;++s<r&&(i*=256);)o+=this[e+s]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*r)),o};c.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||w(e,r,this.length);for(var o=r,i=1,s=this[e+--o];o>0&&(i*=256);)s+=this[e+--o]*i;return i*=128,s>=i&&(s-=Math.pow(2,8*r)),s};c.prototype.readInt8=function(e,r){return e=e>>>0,r||w(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};c.prototype.readInt16LE=function(e,r){e=e>>>0,r||w(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};c.prototype.readInt16BE=function(e,r){e=e>>>0,r||w(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};c.prototype.readInt32LE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};c.prototype.readInt32BE=function(e,r){return e=e>>>0,r||w(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};c.prototype.readFloatLE=function(e,r){return e=e>>>0,r||w(e,4,this.length),Q.read(this,e,!0,23,4)};c.prototype.readFloatBE=function(e,r){return e=e>>>0,r||w(e,4,this.length),Q.read(this,e,!1,23,4)};c.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||w(e,8,this.length),Q.read(this,e,!0,52,8)};c.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||w(e,8,this.length),Q.read(this,e,!1,52,8)};function A(t,e,r,n,o,i){if(!c.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,r,n,o){if(e=+e,r=r>>>0,n=n>>>0,!o){var i=Math.pow(2,8*n)-1;A(this,e,r,n,i,0)}var s=1,u=0;for(this[r]=e&255;++u<n&&(s*=256);)this[r+u]=e/s&255;return r+n};c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,r,n,o){if(e=+e,r=r>>>0,n=n>>>0,!o){var i=Math.pow(2,8*n)-1;A(this,e,r,n,i,0)}var s=n-1,u=1;for(this[r+s]=e&255;--s>=0&&(u*=256);)this[r+s]=e/u&255;return r+n};c.prototype.writeUint8=c.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,255,0),this[r]=e&255,r+1};c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};c.prototype.writeIntLE=function(e,r,n,o){if(e=+e,r=r>>>0,!o){var i=Math.pow(2,8*n-1);A(this,e,r,n,i-1,-i)}var s=0,u=1,g=0;for(this[r]=e&255;++s<n&&(u*=256);)e<0&&g===0&&this[r+s-1]!==0&&(g=1),this[r+s]=(e/u>>0)-g&255;return r+n};c.prototype.writeIntBE=function(e,r,n,o){if(e=+e,r=r>>>0,!o){var i=Math.pow(2,8*n-1);A(this,e,r,n,i-1,-i)}var s=n-1,u=1,g=0;for(this[r+s]=e&255;--s>=0&&(u*=256);)e<0&&g===0&&this[r+s+1]!==0&&(g=1),this[r+s]=(e/u>>0)-g&255;return r+n};c.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};c.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};c.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function qt(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Vt(t,e,r,n,o){return e=+e,r=r>>>0,o||qt(t,e,r,4,34028234663852886e22,-34028234663852886e22),Q.write(t,e,r,n,23,4),r+4}c.prototype.writeFloatLE=function(e,r,n){return Vt(this,e,r,!0,n)};c.prototype.writeFloatBE=function(e,r,n){return Vt(this,e,r,!1,n)};function Ht(t,e,r,n,o){return e=+e,r=r>>>0,o||qt(t,e,r,8,17976931348623157e292,-17976931348623157e292),Q.write(t,e,r,n,52,8),r+8}c.prototype.writeDoubleLE=function(e,r,n){return Ht(this,e,r,!0,n)};c.prototype.writeDoubleBE=function(e,r,n){return Ht(this,e,r,!1,n)};c.prototype.copy=function(e,r,n,o){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!o&&o!==0&&(o=this.length),r>=e.length&&(r=e.length),r||(r=0),o>0&&o<n&&(o=n),o===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),e.length-r<o-n&&(o=e.length-r+n);var i=o-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,o):Uint8Array.prototype.set.call(e,this.subarray(n,o),r),i};c.prototype.fill=function(e,r,n,o){if(typeof e=="string"){if(typeof r=="string"?(o=r,r=0,n=this.length):typeof n=="string"&&(o=n,n=this.length),o!==void 0&&typeof o!="string")throw new TypeError("encoding must be a string");if(typeof o=="string"&&!c.isEncoding(o))throw new TypeError("Unknown encoding: "+o);if(e.length===1){var i=e.charCodeAt(0);(o==="utf8"&&i<128||o==="latin1")&&(e=i)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var s;if(typeof e=="number")for(s=r;s<n;++s)this[s]=e;else{var u=c.isBuffer(e)?e:c.from(e,o),g=u.length;if(g===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<n-r;++s)this[s+r]=u[s%g]}return this};var ni=/[^+/0-9A-Za-z-_]/g;function oi(t){if(t=t.split("=")[0],t=t.trim().replace(ni,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function rt(t,e){e=e||1/0;for(var r,n=t.length,o=null,i=[],s=0;s<n;++s){if(r=t.charCodeAt(s),r>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=(o-55296<<10|r-56320)+65536}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return i}function ii(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function ai(t,e){for(var r,n,o,i=[],s=0;s<t.length&&!((e-=2)<0);++s)r=t.charCodeAt(s),n=r>>8,o=r%256,i.push(o),i.push(n);return i}function jt(t){return Qe.toByteArray(oi(t))}function we(t,e,r,n){for(var o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function N(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function it(t){return t!==t}var si=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,o=0;o<16;++o)e[n+o]=t[r]+t[o];return e}()});var Jt=R((Va,Xt)=>{a();var S=Xt.exports={},M,B;function at(){throw new Error("setTimeout has not been defined")}function st(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?M=setTimeout:M=at}catch(t){M=at}try{typeof clearTimeout=="function"?B=clearTimeout:B=st}catch(t){B=st}})();function Kt(t){if(M===setTimeout)return setTimeout(t,0);if((M===at||!M)&&setTimeout)return M=setTimeout,setTimeout(t,0);try{return M(t,0)}catch(e){try{return M.call(null,t,0)}catch(r){return M.call(this,t,0)}}}function ci(t){if(B===clearTimeout)return clearTimeout(t);if((B===st||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(t);try{return B(t)}catch(e){try{return B.call(null,t)}catch(r){return B.call(this,t)}}}var W=[],te=!1,X,be=-1;function li(){!te||!X||(te=!1,X.length?W=X.concat(W):be=-1,W.length&&Yt())}function Yt(){if(!te){var t=Kt(li);te=!0;for(var e=W.length;e;){for(X=W,W=[];++be<e;)X&&X[be].run();be=-1,e=W.length}X=null,te=!1,ci(t)}}S.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];W.push(new $t(t,e)),W.length===1&&!te&&Kt(Yt)};function $t(t,e){this.fun=t,this.array=e}$t.prototype.run=function(){this.fun.apply(null,this.array)};S.title="browser";S.browser=!0;S.env={};S.argv=[];S.version="";S.versions={};function G(){}S.on=G;S.addListener=G;S.once=G;S.off=G;S.removeListener=G;S.removeAllListeners=G;S.emit=G;S.prependListener=G;S.prependOnceListener=G;S.listeners=function(t){return[]};S.binding=function(t){throw new Error("process.binding is not supported")};S.cwd=function(){return"/"};S.chdir=function(t){throw new Error("process.chdir is not supported")};S.umask=function(){return 0}});var p,d,pi,l,a=f(()=>{p=K(zt()),d=K(Jt()),pi=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object),l=pi});var Zt=f(()=>{"use strict";a()});var Qt=f(()=>{"use strict";a()});var er=f(()=>{"use strict";a()});var tr=f(()=>{"use strict";a()});var rr=f(()=>{"use strict";a()});var ct=f(()=>{"use strict";a()});var nr=f(()=>{"use strict";a()});var or=f(()=>{"use strict";a()});var ir=f(()=>{"use strict";a()});var ar=f(()=>{"use strict";a()});var ve,sr,Qa,cr,es,re=f(()=>{"use strict";a();ve=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types"),sr=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(sr||{}),Qa=h(h({},ve.CrossWindowProviderRequestEnums),sr),cr=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(cr||{}),es=h(h({},ve.CrossWindowProviderResponseEnums),cr)});var lr=f(()=>{"use strict";a()});var pr=f(()=>{"use strict";a()});var dr=f(()=>{"use strict";a()});var ur=f(()=>{"use strict";a()});var gr=f(()=>{"use strict";a()});var fr=f(()=>{"use strict";a()});var ce=f(()=>{"use strict";a();or();ir();ar();re();lr();pr();dr();ur();gr();fr()});var lt,mr,Ts,yr,hs,Tr,xs,Ss,ws,hr=f(()=>{"use strict";a();ce();lt={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:mr,egldLabel:Ts}=lt["devnet"],{chainId:yr,egldLabel:hs}=lt["testnet"],{chainId:Tr,egldLabel:xs}=lt["mainnet"],Ss={["devnet"]:mr,["testnet"]:yr,["mainnet"]:Tr},ws={[mr]:"devnet",[yr]:"testnet",[Tr]:"mainnet"}});var xr=f(()=>{"use strict";a()});var F,Sr=f(()=>{"use strict";a();F=require("@multiversx/sdk-web-wallet-provider")});var Ae,wr,br,le=f(()=>{"use strict";a();Zt();Qt();er();tr();rr();ct();nr();hr();xr();Sr();Ae="logout",wr="login",br="0"});var pt,x,ne,C=f(()=>{"use strict";a();pt=require("@reduxjs/toolkit");le();x=(0,pt.createAction)(Ae),ne=(0,pt.createAction)(wr,t=>({payload:t}))});var Ie,dt=f(()=>{"use strict";a();Ie=()=>Date.now()/1e3});var vr=f(()=>{"use strict";a()});var Ar=f(()=>{"use strict";a()});var Ir=f(()=>{"use strict";a();dt();vr();Ar()});var ut={};z(ut,{clear:()=>fi,getItem:()=>ui,localStorageKeys:()=>J,removeItem:()=>gi,setItem:()=>di});var J,ke,di,ui,gi,fi,pe=f(()=>{"use strict";a();Ir();J={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},ke=typeof localStorage!="undefined",di=({key:t,data:e,expires:r})=>{!ke||localStorage.setItem(String(t),JSON.stringify({expires:r,data:e}))},ui=t=>{if(!ke)return;let e=localStorage.getItem(String(t));if(!e)return null;let r=JSON.parse(e);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ie()>=r.expires?(localStorage.removeItem(String(t)),null):r.data},gi=t=>{!ke||localStorage.removeItem(String(t))},fi=()=>{!ke||localStorage.clear()}});var gt={};z(gt,{clear:()=>Lr,getItem:()=>Rr,removeItem:()=>Er,setItem:()=>kr,storage:()=>mi});var kr,Rr,Er,Lr,mi,Cr=f(()=>{"use strict";a();kr=({key:t,data:e,expires:r})=>{sessionStorage.setItem(String(t),JSON.stringify({expires:r,data:e}))},Rr=t=>{let e=sessionStorage.getItem(String(t));if(!e)return null;let r=JSON.parse(e);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(t)),null):r.data},Er=t=>sessionStorage.removeItem(String(t)),Lr=()=>sessionStorage.clear(),mi={setItem:kr,getItem:Rr,removeItem:Er,clear:Lr}});var oe,Re=f(()=>{"use strict";a();pe();Cr();oe={session:gt,local:ut}});var mt,Pr,_r,Nr,ft,Mr,Br,Qs,Fr,ec,tc,rc,nc,oc,ic,ac,sc,Ee,Le=f(()=>{"use strict";a();mt=require("@multiversx/sdk-core"),Pr=require("@reduxjs/toolkit"),_r=require("redux-persist");le();Re();pe();C();Nr={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:br},ft={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Nr},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Mr=(0,Pr.createSlice)({name:"accountInfoSlice",initialState:ft,reducers:{setAddress:(t,e)=>{let r=e.payload;t.address=r,t.publicKey=new mt.Address(r).hex()},setAccount:(t,e)=>{let r=t.address===e.payload.address;t.accounts={[t.address]:r?e.payload:Nr},t.shard=e.payload.shard,t.isAccountLoading=!1,t.accountLoadingError=null},setAccountNonce:(t,e)=>{let{address:r}=t;t.accounts[r].nonce=e.payload},setAccountShard:(t,e)=>{t.shard=e.payload},setLedgerAccount:(t,e)=>{t.ledgerAccount=e.payload},updateLedgerAccount:(t,e)=>{t.ledgerAccount!=null&&(t.ledgerAccount.index=e.payload.index,t.ledgerAccount.address=e.payload.address)},setWalletConnectAccount:(t,e)=>{t.walletConnectAccount=e.payload},setIsAccountLoading:(t,e)=>{t.isAccountLoading=e.payload,t.accountLoadingError=null},setAccountLoadingError:(t,e)=>{t.accountLoadingError=e.payload,t.isAccountLoading=!1},setWebsocketEvent:(t,e)=>{t.websocketEvent={timestamp:Date.now(),message:e.payload}},setWebsocketBatchEvent:(t,e)=>{t.websocketBatchEvent={timestamp:Date.now(),data:e.payload}}},extraReducers:t=>{t.addCase(x,()=>(oe.local.removeItem(J.loginExpiresAt),ft)),t.addCase(ne,(e,r)=>{let{address:n}=r.payload;e.address=n,e.publicKey=new mt.Address(n).hex()}),t.addCase(_r.REHYDRATE,(e,r)=>{var m;if(!((m=r.payload)!=null&&m.account))return;let{account:n}=r.payload,{address:o,shard:i,accounts:s,publicKey:u}=n;e.address=o,e.shard=i;let g=s&&o in s;e.accounts=g?s:ft.accounts,e.publicKey=u})}}),{setAccount:Br,setAddress:Qs,setAccountNonce:Fr,setAccountShard:ec,setLedgerAccount:tc,updateLedgerAccount:rc,setWalletConnectAccount:nc,setIsAccountLoading:oc,setAccountLoadingError:ic,setWebsocketEvent:ac,setWebsocketBatchEvent:sc}=Mr.actions,Ee=Mr.reducer});function de(){return new Date().setHours(new Date().getHours()+24)}function ue(t){oe.local.setItem({key:J.loginExpiresAt,data:t,expires:t})}var yt=f(()=>{"use strict";a();Re();pe()});var Ur,Or,Wr,Tc,hc,xc,Gr,Sc,wc,qr,bc,Ce,Pe=f(()=>{"use strict";a();Ur=require("@reduxjs/toolkit");yt();re();C();Or={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,crossWindowLogin:null,isLoginSessionInvalid:!1},Wr=(0,Ur.createSlice)({name:"loginInfoSlice",initialState:Or,reducers:{setLoginMethod:(t,e)=>{t.loginMethod=e.payload},setTokenLogin:(t,e)=>{t.tokenLogin=e.payload},setTokenLoginSignature:(t,e)=>{(t==null?void 0:t.tokenLogin)!=null&&(t.tokenLogin.signature=e.payload)},setWalletLogin:(t,e)=>{t.walletLogin=e.payload},setWalletConnectLogin:(t,e)=>{t.walletConnectLogin=e.payload},setLedgerLogin:(t,e)=>{t.ledgerLogin=e.payload},invalidateLoginSession:t=>{t.isLoginSessionInvalid=!0},setLogoutRoute:(t,e)=>{t.logoutRoute=e.payload}},extraReducers:t=>{t.addCase(x,()=>Or),t.addCase(ne,(e,r)=>{e.isLoginSessionInvalid=!1,e.loginMethod=r.payload.loginMethod,ue(de())})}}),{setLoginMethod:Tc,setWalletConnectLogin:hc,setLedgerLogin:xc,setTokenLogin:Gr,setTokenLoginSignature:Sc,setWalletLogin:wc,invalidateLoginSession:qr,setLogoutRoute:bc}=Wr.actions,Ce=Wr.reducer});var Hr,Vr,jr,kc,Rc,Ec,Lc,_e,Ne=f(()=>{"use strict";a();Hr=require("@reduxjs/toolkit");C();Vr={},jr=(0,Hr.createSlice)({name:"modalsSlice",initialState:Vr,reducers:{setTxSubmittedModal:(t,e)=>{t.txSubmittedModal=e.payload},setNotificationModal:(t,e)=>{t.notificationModal=e.payload},clearTxSubmittedModal:t=>{t.txSubmittedModal=void 0},clearNotificationModal:t=>{t.notificationModal=void 0}},extraReducers:t=>{t.addCase(x,()=>Vr)}}),{setTxSubmittedModal:kc,setNotificationModal:Rc,clearTxSubmittedModal:Ec,clearNotificationModal:Lc}=jr.actions,_e=jr.reducer});var zr=f(()=>{"use strict";a()});var Kr=f(()=>{"use strict";a();zr()});function Yr(t){return t[Math.floor(Math.random()*t.length)]}var $r=f(()=>{"use strict";a()});var Xr=f(()=>{"use strict";a();ct()});var Jr=f(()=>{"use strict";a();Kr();$r();Xr()});var Zr,Qr,en,Tt,yi,tn,zc,Kc,Yc,Me,Be=f(()=>{"use strict";a();Zr=require("@reduxjs/toolkit"),Qr=K(require("lodash.omit")),en=require("redux-persist");C();Jr();Tt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},yi={network:Tt,chainID:"-1"},tn=(0,Zr.createSlice)({name:"appConfig",initialState:yi,reducers:{initializeNetworkConfig:(t,e)=>{let r=Yr(e.payload.walletConnectV2RelayAddresses),n=(0,Qr.default)(e.payload,"walletConnectV2RelayAddresses");t.network=k(h(h({},t.network),n),{walletConnectV2RelayAddress:r})},setChainID:(t,e)=>{t.chainID=e.payload},setCustomWalletAddress:(t,e)=>{t.network.customWalletAddress=e.payload}},extraReducers:t=>{t.addCase(x,e=>{e.network.customWalletAddress=void 0}),t.addCase(en.REHYDRATE,(e,r)=>{var o,i;if(!((i=(o=r.payload)==null?void 0:o.network)!=null&&i.customWalletAddress))return;let{network:{customWalletAddress:n}}=r.payload;e.network.customWalletAddress=n})}}),{initializeNetworkConfig:zc,setChainID:Kc,setCustomWalletAddress:Yc}=tn.actions,Me=tn.reducer});var rn,ht,nn,el,tl,rl,Fe,Oe=f(()=>{"use strict";a();rn=require("@reduxjs/toolkit");ce();C();ht={isSigning:!1,signedSessions:{}},nn=(0,rn.createSlice)({name:"signedMessageInfoSliceState",initialState:ht,reducers:{setSignSession:(t,e)=>{let{sessionId:r,signedSession:n,errorMessage:o}=e.payload;o&&(t.errorMessage=o),t.isSigning=n.status==="pending",t.signedSessions[r]=h(h({},t.signedSessions[r]),n)},setSignSessionState:(t,e)=>h(h({},t),e.payload),clearSignedMessageInfo:()=>ht},extraReducers:t=>{t.addCase(x,()=>ht)}}),{setSignSession:el,clearSignedMessageInfo:tl,setSignSessionState:rl}=nn.actions,Fe=nn.reducer});var an,sn,on,cn,ll,pl,dl,ul,De,Ue=f(()=>{"use strict";a();an=require("@reduxjs/toolkit"),sn=require("redux-persist");ce();dt();C();on={customToasts:[],transactionToasts:[]},cn=(0,an.createSlice)({name:"toastsSlice",initialState:on,reducers:{addCustomToast:(t,e)=>{let r=e.payload.toastId||`custom-toast-${t.customToasts.length+1}`,n=t.customToasts.findIndex(o=>o.toastId===r);if(n!==-1){t.customToasts[n]=k(h(h({},t.customToasts[n]),e.payload),{type:"custom",toastId:r});return}t.customToasts.push(k(h({},e.payload),{type:"custom",toastId:r}))},removeCustomToast:(t,e)=>{t.customToasts=t.customToasts.filter(r=>r.toastId!==e.payload)},addTransactionToast:(t,e)=>{t.transactionToasts.push({type:"transaction",startTimestamp:Ie(),toastId:e.payload||`custom-toast-${t.transactionToasts.length+1}`})},removeTransactionToast:(t,e)=>{t.transactionToasts=t.transactionToasts.filter(r=>r.toastId!==e.payload)}},extraReducers:t=>{t.addCase(x,()=>on),t.addCase(sn.REHYDRATE,(e,r)=>{var o,i;let n=(i=(o=r.customToasts)==null?void 0:o.filter(s=>!("component"in s)))!=null?i:[];e.customToasts=n})}}),{addCustomToast:ll,removeCustomToast:pl,addTransactionToast:dl,removeTransactionToast:ul}=cn.actions,De=cn.reducer});var ln,Ti,hi,xi,Si,xt,pn,yl,Tl,hl,We,Ge=f(()=>{"use strict";a();ln=require("@reduxjs/toolkit");C();Ti="Transaction failed",hi="Transaction successful",xi="Processing transaction",Si="Transaction submitted",xt={},pn=(0,ln.createSlice)({name:"transactionsInfo",initialState:xt,reducers:{setTransactionsDisplayInfo(t,e){let{sessionId:r,transactionsDisplayInfo:n}=e.payload;r!=null&&(t[r]={errorMessage:(n==null?void 0:n.errorMessage)||Ti,successMessage:(n==null?void 0:n.successMessage)||hi,processingMessage:(n==null?void 0:n.processingMessage)||xi,submittedMessage:(n==null?void 0:n.submittedMessage)||Si,transactionDuration:n==null?void 0:n.transactionDuration})},clearTransactionsInfoForSessionId(t,e){e.payload!=null&&delete t[e.payload]},clearTransactionsInfo:()=>xt},extraReducers:t=>{t.addCase(x,()=>xt)}}),{clearTransactionsInfo:yl,setTransactionsDisplayInfo:Tl,clearTransactionsInfoForSessionId:hl}=pn.actions,We=pn.reducer});function dn(t){return t!=null&&(Ei(t)||Pi(t))}function un(t){return t!=null&&(Li(t)||_i(t))}function gn(t){return t!=null&&(Ci(t)||Ni(t))}function Ei(t){return t!=null&&bi.includes(t)}function Li(t){return t!=null&&vi.includes(t)}function Ci(t){return t!=null&&Ai.includes(t)}function Pi(t){return t!=null&&Ii.includes(t)}function _i(t){return t!=null&&ki.includes(t)}function Ni(t){return t!=null&&Ri.includes(t)}var bl,bi,vi,Ai,vl,Al,Ii,ki,Ri,fn=f(()=>{"use strict";a();re();bl=["sent"],bi=["success"],vi=["fail","cancelled","timedOut"],Ai=["invalid"],vl=["timedOut"],Al=["pending"],Ii=["success"],ki=["fail","invalid"],Ri=["not executed"]});var mn,yn,ge,Mi,Tn,Pl,_l,Nl,Ml,Bl,Fl,Ol,Dl,Ul,Wl,Gl,qe,Ve=f(()=>{"use strict";a();mn=require("@reduxjs/toolkit"),yn=require("redux-persist");re();fn();C();ge={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Mi={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Tn=(0,mn.createSlice)({name:"transactionsSlice",initialState:ge,reducers:{moveTransactionsToSignedState:(t,e)=>{var g,m;let{sessionId:r,transactions:n,errorMessage:o,status:i,redirectRoute:s,customTransactionInformation:u}=e.payload;t.customTransactionInformationForSessionId[r]=h(h(h({},Mi),((g=t.signedTransactions[r])==null?void 0:g.customTransactionInformation)||{}),t.customTransactionInformationForSessionId[r]||{}),t.signedTransactions[r]={transactions:n,status:i,errorMessage:o,redirectRoute:s,customTransactionInformation:h(h({},t.customTransactionInformationForSessionId[r]),u!=null?u:{})},((m=t==null?void 0:t.transactionsToSign)==null?void 0:m.sessionId)===r&&(t.transactionsToSign=ge.transactionsToSign)},clearSignedTransaction:(t,e)=>{t.signedTransactions[e.payload]&&delete t.signedTransactions[e.payload]},clearTransactionToSign:t=>{t!=null&&t.transactionsToSign&&(t.transactionsToSign=null)},updateSignedTransaction:(t,e)=>{t.signedTransactions=h(h({},t.signedTransactions),e.payload)},updateSignedTransactions:(t,e)=>{let{sessionId:r,status:n,errorMessage:o,transactions:i}=e.payload;t.signedTransactions[r]!=null&&(t.signedTransactions[r].status=n,o!=null&&(t.signedTransactions[r].errorMessage=o),i!=null&&(t.signedTransactions[r].transactions=i))},updateSignedTransactionStatus:(t,e)=>{var g,m,T,y,v,b,O,he;let{sessionId:r,status:n,errorMessage:o,transactionHash:i,inTransit:s}=e.payload,u=(m=(g=t.signedTransactions)==null?void 0:g[r])==null?void 0:m.transactions;if(u!=null){t.signedTransactions[r].transactions=u.map(D=>D.hash===i?k(h({},D),{status:n,errorMessage:o,inTransit:s}):D);let bo=(y=(T=t.signedTransactions[r])==null?void 0:T.transactions)==null?void 0:y.every(D=>dn(D.status)),vo=(b=(v=t.signedTransactions[r])==null?void 0:v.transactions)==null?void 0:b.every(D=>un(D.status)),Ao=(he=(O=t.signedTransactions[r])==null?void 0:O.transactions)==null?void 0:he.every(D=>gn(D.status));bo&&(t.signedTransactions[r].status="success"),vo&&(t.signedTransactions[r].status="fail"),Ao&&(t.signedTransactions[r].status="invalid")}},setTransactionsToSign:(t,e)=>{t.transactionsToSign=e.payload;let{sessionId:r,customTransactionInformation:n}=e.payload;t.customTransactionInformationForSessionId[r]=n,t.signTransactionsError=null},clearAllTransactionsToSign:t=>{t.transactionsToSign=ge.transactionsToSign,t.signTransactionsError=null},clearAllSignedTransactions:t=>{t.signedTransactions=ge.signedTransactions},setSignTransactionsError:(t,e)=>{t.signTransactionsError=e.payload},setSignTransactionsCancelMessage:(t,e)=>{t.signTransactionsCancelMessage=e.payload},updateSignedTransactionsCustomTransactionInformation:(t,e)=>{let{sessionId:r,customTransactionInformationOverrides:n}=e.payload;t.signedTransactions[r]!=null&&(t.signedTransactions[r].customTransactionInformation=h(h({},t.signedTransactions[r].customTransactionInformation),n))}},extraReducers:t=>{t.addCase(x,()=>ge),t.addCase(yn.REHYDRATE,(e,r)=>{var s;if(e.signTransactionsCancelMessage=null,!((s=r.payload)!=null&&s.transactions))return;let{signedTransactions:n,customTransactionInformationForSessionId:o}=r.payload.transactions,i=Object.entries(n).reduce((u,[g,m])=>{let T=new Date(g),y=new Date;return y.setHours(y.getHours()+5),y-T>0||(u[g]=m),u},{});o!=null&&(e.customTransactionInformationForSessionId=o),n!=null&&(e.signedTransactions=i)})}}),{updateSignedTransactionStatus:Pl,updateSignedTransactions:_l,setTransactionsToSign:Nl,clearAllTransactionsToSign:Ml,clearAllSignedTransactions:Bl,clearSignedTransaction:Fl,clearTransactionToSign:Ol,setSignTransactionsError:Dl,setSignTransactionsCancelMessage:Ul,moveTransactionsToSignedState:Wl,updateSignedTransactionsCustomTransactionInformation:Gl}=Tn.actions,qe=Tn.reducer});var hn,St,xn,jl,zl,Kl,Yl,He,je=f(()=>{"use strict";a();hn=require("@reduxjs/toolkit");C();St={},xn=(0,hn.createSlice)({name:"batchTransactionsSlice",initialState:St,reducers:{setBatchTransactions:(t,e)=>{t[e.payload.id]=e.payload},updateBatchTransactions:(t,e)=>{t[e.payload.id]=e.payload},clearBatchTransactions:(t,e)=>{delete t[e.payload.batchId]},clearAllBatchTransactions:()=>St},extraReducers:t=>{t.addCase(x,()=>St)}}),{setBatchTransactions:jl,updateBatchTransactions:zl,clearBatchTransactions:Kl,clearAllBatchTransactions:Yl}=xn.actions,He=xn.reducer});var wn,Sn,bn,Zl,vn,wt=f(()=>{"use strict";a();wn=require("@reduxjs/toolkit");C();Sn={},bn=(0,wn.createSlice)({name:"dappConfigSlice",initialState:Sn,reducers:{setDappConfig:(t,e)=>e.payload},extraReducers:t=>{t.addCase(x,()=>Sn)}}),{setDappConfig:Zl}=bn.actions,vn=bn.reducer});var fe=f(()=>{"use strict";a();Le();Pe();Ne();Be();Oe();Ue();Ge();Ve();je();wt()});var bt=f(()=>{"use strict";a()});var kn,Di,Ui,Z,Ye=f(()=>{"use strict";a();kn=require("@reduxjs/toolkit");bt();Le();je();wt();Pe();Ne();Be();Oe();Ue();Ge();Ve();Di={["account"]:Ee,["dappConfig"]:vn,["loginInfo"]:Ce,["modals"]:_e,["networkConfig"]:Me,["signedMessageInfo"]:Fe,["toasts"]:De,["transactionsInfo"]:We,["transactions"]:qe,["batchTransactions"]:He},Ui=(t={})=>(0,kn.combineReducers)(h(h({},Di),t)),Z=Ui});var Cn={};z(Cn,{default:()=>ta,sessionStorageReducers:()=>vt});function q(t,e=[]){return{key:t,version:1,storage:En.default,blacklist:e}}var I,Rn,En,Wi,me,Gi,qi,Vi,Hi,ji,zi,Ki,Yi,$i,Xi,Ln,Ji,vt,Zi,Qi,ea,ta,Pn=f(()=>{"use strict";a();I=require("redux-persist"),Rn=K(require("redux-persist/lib/storage")),En=K(require("redux-persist/lib/storage/session"));Ye();fe();Le();je();Pe();Ne();Be();Oe();Ue();Ge();Ve();bt();Wi={persistReducersStorageType:"localStorage"},me={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Gi=q(me["account"]),qi=q(me["loginInfo"]),Vi=q(me["modals"]),Hi=q(me["networkConfig"]),ji={2:t=>k(h({},t),{networkConfig:Tt})};zi=q("sdk-dapp-transactionsInfo"),Ki=q("sdk-dapp-transactions",["transactionsToSign"]),Yi=q("sdk-dapp-batchTransactions",["batchTransactions"]),$i=q("sdk-dapp-toasts"),Xi=q("sdk-dapp-signedMessageInfo"),Ln={key:"sdk-dapp-store",version:2,storage:Rn.default,whitelist:Object.keys(me),migrate:(0,I.createMigrate)(ji,{debug:!1})},Ji=k(h({},Ln),{whitelist:[]}),vt={["toasts"]:(0,I.persistReducer)($i,De),["transactions"]:(0,I.persistReducer)(Ki,qe),["transactionsInfo"]:(0,I.persistReducer)(zi,We),["batchTransactions"]:(0,I.persistReducer)(Yi,He),["signedMessageInfo"]:(0,I.persistReducer)(Xi,Fe)},Zi=k(h({},vt),{["account"]:(0,I.persistReducer)(Gi,Ee),["loginInfo"]:(0,I.persistReducer)(qi,Ce),["modals"]:(0,I.persistReducer)(Vi,_e),["networkConfig"]:(0,I.persistReducer)(Hi,Me)}),Qi=Wi.persistReducersStorageType==="localStorage",ea=Qi?(0,I.persistReducer)(Ln,Z(vt)):(0,I.persistReducer)(Ji,Z(Zi)),ta=ea});var _n={};z(_n,{default:()=>ra});var ra,Nn=f(()=>{"use strict";a();Ye();ra=Z()});var Mn={};z(Mn,{default:()=>oa});var P,na,oa,Bn=f(()=>{"use strict";a();P=require("redux-persist"),na=[P.FLUSH,P.REHYDRATE,P.PAUSE,P.PERSIST,P.PURGE,P.REGISTER],oa=na});var Dn={};z(Dn,{default:()=>On});function On(t){return(0,Fn.persistStore)(t)}var Fn,Un=f(()=>{"use strict";a();Fn=require("redux-persist")});var jn=R((td,Hn)=>{a();var aa=typeof l=="object"&&l&&l.Object===Object&&l;Hn.exports=aa});var Kn=R((rd,zn)=>{a();var sa=jn(),ca=typeof self=="object"&&self&&self.Object===Object&&self,la=sa||ca||Function("return this")();zn.exports=la});var It=R((nd,Yn)=>{a();var pa=Kn(),da=pa.Symbol;Yn.exports=da});var Zn=R((od,Jn)=>{a();var $n=It(),Xn=Object.prototype,ua=Xn.hasOwnProperty,ga=Xn.toString,ye=$n?$n.toStringTag:void 0;function fa(t){var e=ua.call(t,ye),r=t[ye];try{t[ye]=void 0;var n=!0}catch(i){}var o=ga.call(t);return n&&(e?t[ye]=r:delete t[ye]),o}Jn.exports=fa});var eo=R((id,Qn)=>{a();var ma=Object.prototype,ya=ma.toString;function Ta(t){return ya.call(t)}Qn.exports=Ta});var oo=R((ad,no)=>{a();var to=It(),ha=Zn(),xa=eo(),Sa="[object Null]",wa="[object Undefined]",ro=to?to.toStringTag:void 0;function ba(t){return t==null?t===void 0?wa:Sa:ro&&ro in Object(t)?ha(t):xa(t)}no.exports=ba});var ao=R((sd,io)=>{a();var va=Array.isArray;io.exports=va});var co=R((cd,so)=>{a();function Aa(t){return t!=null&&typeof t=="object"}so.exports=Aa});var po=R((ld,lo)=>{a();var Ia=oo(),ka=ao(),Ra=co(),Ea="[object String]";function La(t){return typeof t=="string"||!ka(t)&&Ra(t)&&Ia(t)==Ea}lo.exports=La});var Da={};z(Da,{ExperimentalWebviewProvider:()=>j});module.exports=se(Da);a();var So=require("@multiversx/sdk-core"),wo=require("@multiversx/sdk-web-wallet-cross-window-provider/out/constants"),H=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types");a();C();fe();a();var At=require("@reduxjs/toolkit"),Vn=require("react-redux/lib/utils/Subscription");fe();a();var An=K(require("lodash.throttle"));le();fe();yt();Re();pe();var Bi=[Ae],ze=!1,Fi=(0,An.default)(()=>{ue(de())},5e3),In=t=>e=>r=>{if(Bi.includes(r.type))return e(r);let n=t.getState(),o=oe.local.getItem(J.loginExpiresAt);if(!Boolean(n==null?void 0:n.account.address))return e(r);if(o==null)return ue(de());let s=Date.now();return o-s<0&&!ze?setTimeout(()=>{ze=!0,t.dispatch(qr())},1e3):(ze&&(ze=!1),Fi()),e(r)};a();a();function Ke(){return typeof sessionStorage!="undefined"}var Wn=Ke()?(Pn(),se(Cn)).default:(Nn(),se(_n)).default,Gn=Ke()?(Bn(),se(Mn)).default:[],qn=Ke()?(Un(),se(Dn)).default:t=>t;Ye();var $e=(0,At.configureStore)({reducer:Wn,middleware:t=>t({serializableCheck:{ignoredActions:[...Gn,Fr.type,Br.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(In)}),Xp=(0,Vn.createSubscription)($e),Jp=qn($e),Zp=(0,At.configureStore)({reducer:Z});ce();a();a();function ia(t){try{let e=atob(t),r=btoa(e),n=p.Buffer.from(t,"base64").toString(),o=p.Buffer.from(n).toString("base64");if(t===r&&t===o||e===n)return!0}catch(e){return!1}return!1}function ie(t){return ia(t)?atob(t):t}a();var uo=K(po());var go=t=>{if(!t||!(0,uo.default)(t))return null;let e=t.split(".");if(e.length!==4)return null;try{let[r,n,o,i]=e,s=JSON.parse(ie(i)),u=ie(r);return{ttl:Number(o),extraInfo:s,origin:u,blockHash:n}}catch(r){return console.error(`Error trying to decode ${t}:`,r),null}};function Ca(t){return Object.prototype.toString.call(t)==="[object String]"}var fo=t=>{var r;if(!t||!Ca(t))return null;let e=t.split(".");if(e.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[n,o,i]=e,s=ie(n),u=ie(o),g=go(u);if(!g)return{address:s,body:u,signature:i,blockHash:"",origin:"",ttl:0};let m=k(h({},g),{address:s,body:u,signature:i});return(r=g.extraInfo)!=null&&r.timestamp||delete m.extraInfo,m}catch(n){return null}};function mo(t,e){let r=fo(t);if(r==null)return;let n=e!=null?e:$e.dispatch,{signature:o,address:i}=r;o&&t&&i&&(n(x()),setTimeout(()=>{n(Gr({loginToken:t,signature:o,nativeAuthToken:t})),n(ne({address:i,loginMethod:"extra"}))}))}a();a();var Pa=require("@multiversx/sdk-extension-provider"),_a=require("@multiversx/sdk-hw-provider"),Na=require("@multiversx/sdk-opera-provider"),Ma=require("@multiversx/sdk-web-wallet-cross-window-provider"),Ba=require("@multiversx/sdk-web-wallet-provider");le();re();a();a();var V=t=>`Unable to perform ${t}, Provider not initialized`,Xe=class{init(){return Promise.resolve(!1)}login(e){throw new Error(V(`login with options: ${e}`))}logout(e){throw new Error(V(`logout with options: ${e}`))}getAddress(){throw new Error(V("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(e,r){throw new Error(V(`sendTransaction with transactions: ${e} options: ${r}`))}signTransaction(e,r){throw new Error(V(`signTransaction with transactions: ${e} options: ${r}`))}signTransactions(e,r){throw new Error(V(`signTransactions with transactions: ${e} options: ${r}`))}signMessage(e,r){throw new Error(V(`signTransactions with ${e} and options ${r}`))}sendCustomMessage({method:e,params:r}){throw new Error(V(`sendCustomMessage with method: ${e} params: ${r}`))}sendCustomRequest(e){throw new Error(V(`sendSessionEvent with options: ${e}`))}ping(){return Promise.resolve(!1)}},yo=new Xe;var Fa=yo,To=null;function ho(){To!=null&&(Fa=To)}a();a();var xo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Te=()=>{var t;if(xo()){let e=window.location.ancestorOrigins;return(t=e==null?void 0:e[e.length-1])!=null?t:"*"}return"*"};var Oa=t=>()=>{throw new Error(`Unable to perform ${t}, Provider not initialized`)},j=class{constructor(){this.init=()=>E(this,null,function*(){return!0});this.login=()=>E(this,null,function*(){return!0});this.logout=()=>E(this,null,function*(){let e=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.logoutRequest});return Boolean(e.payload.data)});this.relogin=()=>E(this,null,function*(){let e=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.loginRequest}),{data:r,error:n}=e.payload;if(n||!r)throw new Error("Unable to re-login");let{accessToken:o}=r;return o?(mo(o),ho(),o):(console.error("Unable to re-login. Missing accessToken."),null)});this.signTransactions=e=>E(this,null,function*(){let r=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.signTransactionsRequest,payload:e.map(s=>s.toPlainObject())}),{data:n,error:o}=r.payload;return o||!n?(console.error("Unable to sign transactions"),null):n.map(s=>So.Transaction.fromPlainObject(s))});this.signTransaction=e=>E(this,null,function*(){let r=yield this.signTransactions([e]);return r==null?void 0:r[0]});this.sendPostMessage=e=>E(this,null,function*(){let r=typeof window!="undefined"?window:{};return r.ReactNativeWebView?r.ReactNativeWebView.postMessage(JSON.stringify(e),Te()):r.webkit?r.webkit.messageHandlers.postMessage(JSON.stringify(e),Te()):r.parent&&(console.log("--------------"),console.log("sending message to parent",e),r.parent.postMessage(e,Te())),yield this.waitingForResponse(wo.responseTypeMap[e.type])});this.isInitialized=()=>!0;this.isConnected=()=>E(this,null,function*(){return!0});this.getAddress=Oa("getAddress")}static getInstance(){return j.instance||(j.instance=new j),j.instance}signMessage(e){return E(this,null,function*(){let r=yield this.sendPostMessage({type:H.CrossWindowProviderRequestEnums.signMessageRequest,payload:e}),{data:n,error:o}=r.payload;return o||!n?(console.error("Unable to sign message"),null):n.status!==H.SignMessageStatusEnum.signed?(console.error("Could not sign message"),null):(e.applySignature(p.Buffer.from(String(n.signature),"hex")),e)})}waitingForResponse(e){return E(this,null,function*(){return yield new Promise(r=>{window.addEventListener("message",function n(o){return E(this,null,function*(){let{type:i,payload:s}=o.data;if(o.origin!=Te()){console.error("origin not accepted",{eventOrigin:o.origin});return}(e===i||i===H.CrossWindowProviderResponseEnums.cancelResponse)&&(window.removeEventListener("message",n),r({type:i,payload:s}))})})})})}getTargetOrigin(){return Promise.resolve(!0)}};0&&(module.exports={ExperimentalWebviewProvider});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|