@multiversx/sdk-dapp 4.2.1 → 4.2.3
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/index.js +1 -1
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.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/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.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/Pagination/Pagination.js +1 -1
- package/UI/Pagination/components/index.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/index.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/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.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/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.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/components/GasDetails/GasDetails.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.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/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.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/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/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/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.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/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode/index.js +1 -1
- package/UI/TransactionData/components/index.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/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/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/index.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/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/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/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/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.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/index.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/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.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/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.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/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.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/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.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/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.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/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/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/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/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/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.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/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/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/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/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/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/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/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/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.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/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/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/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.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/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.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/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.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/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.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/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/index.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/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-RRWTMIBI.js → chunk-242CJUR6.js} +2 -2
- package/__chunks__/{chunk-5N2YNRY3.js → chunk-2A35GSZR.js} +2 -2
- package/__chunks__/{chunk-ZS426J3D.js → chunk-2AAIALWN.js} +2 -2
- package/__chunks__/{chunk-MD6OEQ2D.js → chunk-2BRDJQFQ.js} +2 -2
- package/__chunks__/chunk-2CEXAXAE.js +2 -0
- package/__chunks__/{chunk-RDOTLBVF.js → chunk-2JSTPZ5D.js} +2 -2
- package/__chunks__/{chunk-WMKHNU4T.js → chunk-2KUT5MZ5.js} +2 -2
- package/__chunks__/{chunk-LM2X5J7S.js → chunk-2LEZNJ7P.js} +2 -2
- package/__chunks__/{chunk-CKE5UJXH.js → chunk-2MSJDOLX.js} +2 -2
- package/__chunks__/{chunk-EADX4RSQ.js → chunk-2VLZVH3I.js} +2 -2
- package/__chunks__/{chunk-MH4WWKIE.js → chunk-2XIINQWJ.js} +2 -2
- package/__chunks__/{chunk-T2GIBCBK.js → chunk-3DEE6PDH.js} +2 -2
- package/__chunks__/chunk-3KXYNLZK.js +2 -0
- package/__chunks__/{chunk-M6WPI6CC.js → chunk-3LAVGDDB.js} +2 -2
- package/__chunks__/chunk-3NNYBAR4.js +2 -0
- package/__chunks__/{chunk-64LOEOBB.js → chunk-3PL3MDJM.js} +2 -2
- package/__chunks__/{chunk-56X4QTMC.js → chunk-3QUSSTB6.js} +2 -2
- package/__chunks__/{chunk-YCHG4VXX.js → chunk-3RKKNHDY.js} +2 -2
- package/__chunks__/{chunk-M4AU77VN.js → chunk-3RRGCKXO.js} +2 -2
- package/__chunks__/{chunk-IHO2WP5U.js → chunk-3RZGMEDJ.js} +2 -2
- package/__chunks__/{chunk-7H3BR74A.js → chunk-3S56P67O.js} +2 -2
- package/__chunks__/{chunk-FYBPLGRA.js → chunk-3SG2CFO2.js} +2 -2
- package/__chunks__/{chunk-ECW7UB5F.js → chunk-3TM3IQNQ.js} +2 -2
- package/__chunks__/{chunk-NEZ3RF4Y.js → chunk-3UQUOKSH.js} +2 -2
- package/__chunks__/{chunk-EILRIH4X.js → chunk-3XGAP6F3.js} +2 -2
- package/__chunks__/{chunk-3G6DSWKM.js → chunk-3ZIAHDH5.js} +2 -2
- package/__chunks__/{chunk-KXKIEWNJ.js → chunk-477NUM3U.js} +2 -2
- package/__chunks__/chunk-4B4U6TLF.js +2 -0
- package/__chunks__/chunk-4BUROECY.js +2 -0
- package/__chunks__/{chunk-VEVQUFPS.js → chunk-4D4C3VWU.js} +2 -2
- package/__chunks__/chunk-4H7QFP32.js +2 -0
- package/__chunks__/{chunk-FKHMRQMX.js → chunk-4HQ7C6HV.js} +2 -2
- package/__chunks__/{chunk-YTJETXYW.js → chunk-4IH3PGIO.js} +2 -2
- package/__chunks__/{chunk-YQ7HWHIA.js → chunk-4JIC2C3M.js} +2 -2
- package/__chunks__/{chunk-IM3CLKAP.js → chunk-4TDJGFAB.js} +2 -2
- package/__chunks__/{chunk-DFJIVFKS.js → chunk-4UG3DULI.js} +2 -2
- package/__chunks__/{chunk-RNKUUHVC.js → chunk-4ZKGD7SC.js} +2 -2
- package/__chunks__/{chunk-IQBDRH6P.js → chunk-4ZRBLBZJ.js} +2 -2
- package/__chunks__/chunk-52KNFYBL.js +2 -0
- package/__chunks__/{chunk-RTP7T7AS.js → chunk-532HFZSI.js} +2 -2
- package/__chunks__/{chunk-M2UKB3C5.js → chunk-55262DQ2.js} +2 -2
- package/__chunks__/{chunk-VJNUI6MG.js → chunk-5726CQ4P.js} +2 -2
- package/__chunks__/{chunk-3R43SDWJ.js → chunk-57OZC7D7.js} +2 -2
- package/__chunks__/{chunk-44Q37HVJ.js → chunk-5CDXMBPJ.js} +2 -2
- package/__chunks__/{chunk-NX7YFRSI.js → chunk-5EKZOKOX.js} +2 -2
- package/__chunks__/{chunk-6YLMK3UC.js → chunk-5HBPP3NR.js} +2 -2
- package/__chunks__/chunk-5JQXLGTT.js +2 -0
- package/__chunks__/{chunk-EVQDKCMG.js → chunk-5KF2FF5Y.js} +2 -2
- package/__chunks__/{chunk-3HOANVSV.js → chunk-5VIVALTC.js} +2 -2
- package/__chunks__/chunk-5WMQYBEG.js +2 -0
- package/__chunks__/chunk-5YBLNHWF.js +2 -0
- package/__chunks__/{chunk-I6XFKGDN.js → chunk-5YLVIU7B.js} +2 -2
- package/__chunks__/{chunk-NAZBK3GN.js → chunk-62GS7625.js} +2 -2
- package/__chunks__/{chunk-LHNLSNQU.js → chunk-63NFPLU7.js} +2 -2
- package/__chunks__/{chunk-RBDMFF6E.js → chunk-65KDW3EF.js} +2 -2
- package/__chunks__/{chunk-F5WSCXFU.js → chunk-6DH3KWPU.js} +2 -2
- package/__chunks__/{chunk-CY2S7XTY.js → chunk-6MOCHGD5.js} +2 -2
- package/__chunks__/{chunk-L4Z3BQZW.js → chunk-6NTPCT3W.js} +2 -2
- package/__chunks__/{chunk-X3ZQ3THA.js → chunk-6O6SQMZU.js} +2 -2
- package/__chunks__/{chunk-D37HRXPV.js → chunk-6QUVE6WS.js} +2 -2
- package/__chunks__/chunk-6WCQBYVF.js +2 -0
- package/__chunks__/{chunk-OBP3JDOC.js → chunk-6X6BSM5V.js} +2 -2
- package/__chunks__/{chunk-7H4ULUPJ.js → chunk-6YCA3KB7.js} +2 -2
- package/__chunks__/{chunk-TP6J2ABW.js → chunk-72QZ7UGQ.js} +2 -2
- package/__chunks__/{chunk-DUTSLGBI.js → chunk-777APJL5.js} +2 -2
- package/__chunks__/{chunk-BIQ6OGQ3.js → chunk-7BP6OIQF.js} +2 -2
- package/__chunks__/{chunk-5FTSMKPK.js → chunk-7CZPDSGE.js} +2 -2
- package/__chunks__/{chunk-22PT6NA7.js → chunk-7JWC6XZR.js} +2 -2
- package/__chunks__/{chunk-7XXM6L2L.js → chunk-7KXAHTDE.js} +2 -2
- package/__chunks__/chunk-7MPDVVDF.js +2 -0
- package/__chunks__/{chunk-JNVJFHUY.js → chunk-7VS667FW.js} +2 -2
- package/__chunks__/{chunk-YMDYOELW.js → chunk-7YS5H53I.js} +2 -2
- package/__chunks__/{chunk-KIMHZJPO.js → chunk-A435EVZJ.js} +2 -2
- package/__chunks__/{chunk-ZLE75TP7.js → chunk-A4IHPAQE.js} +2 -2
- package/__chunks__/chunk-A5KHTEEG.js +2 -0
- package/__chunks__/{chunk-LXIWPNJL.js → chunk-AA635XBD.js} +2 -2
- package/__chunks__/{chunk-J4MWQZGY.js → chunk-AFT25M44.js} +2 -2
- package/__chunks__/chunk-AKDCP4Z5.js +2 -0
- package/__chunks__/{chunk-LTZD7JAO.js → chunk-AKUXNBPC.js} +2 -2
- package/__chunks__/{chunk-5UV246GL.js → chunk-ALCKJUKQ.js} +2 -2
- package/__chunks__/{chunk-XQIVC3XR.js → chunk-AO23PQ7L.js} +2 -2
- package/__chunks__/{chunk-4LA5B4CE.js → chunk-ARPY4UXF.js} +2 -2
- package/__chunks__/{chunk-2KHNWHDK.js → chunk-AUQWY7L4.js} +2 -2
- package/__chunks__/{chunk-FIZIO6ZS.js → chunk-AZMT7E7M.js} +2 -2
- package/__chunks__/{chunk-36AXMBNU.js → chunk-B23EXDNI.js} +2 -2
- package/__chunks__/{chunk-RCWFHUJN.js → chunk-B5EQPJJ5.js} +2 -2
- package/__chunks__/{chunk-VCGMKRNB.js → chunk-B5R5MQQF.js} +2 -2
- package/__chunks__/{chunk-BDI3NBNL.js → chunk-B6MM5QAD.js} +2 -2
- package/__chunks__/{chunk-ICD6A2RX.js → chunk-BAGA6AIQ.js} +2 -2
- package/__chunks__/{chunk-MKHY5K5L.js → chunk-BIA4DCJJ.js} +2 -2
- package/__chunks__/{chunk-TM6MD7QW.js → chunk-BJGKFT37.js} +2 -2
- package/__chunks__/{chunk-3QMPE6B6.js → chunk-BRFJ6VVZ.js} +2 -2
- package/__chunks__/{chunk-4PYOCGXG.js → chunk-BSGJ2PO7.js} +2 -2
- package/__chunks__/{chunk-YX4HKRFQ.js → chunk-BVRY25MQ.js} +2 -2
- package/__chunks__/chunk-BXNKOVQV.js +2 -0
- package/__chunks__/{chunk-EXAOKOTU.js → chunk-BZ2JRNMB.js} +2 -2
- package/__chunks__/{chunk-P7CEQ4MB.js → chunk-C5T5IKW5.js} +2 -2
- package/__chunks__/chunk-C64A5PKW.js +2 -0
- package/__chunks__/{chunk-7GT4S2V6.js → chunk-C6E3B2NS.js} +2 -2
- package/__chunks__/{chunk-J72BS2NZ.js → chunk-C7X3EAOL.js} +2 -2
- package/__chunks__/{chunk-ZYHSGRBQ.js → chunk-CAZ5SKFI.js} +2 -2
- package/__chunks__/{chunk-PZ5BCJK6.js → chunk-CDLAQMNQ.js} +2 -2
- package/__chunks__/{chunk-3DXHKUPG.js → chunk-CJWT7GUT.js} +2 -2
- package/__chunks__/{chunk-5E7WNDIG.js → chunk-CP7EEONG.js} +2 -2
- package/__chunks__/{chunk-JUJLPMBE.js → chunk-CRGQ2KHM.js} +2 -2
- package/__chunks__/{chunk-E2TOO7O2.js → chunk-D3ZSPYMX.js} +2 -2
- package/__chunks__/{chunk-D26MKFO2.js → chunk-DEFRSBCY.js} +2 -2
- package/__chunks__/{chunk-YWMGWIUP.js → chunk-DMLDWFUW.js} +2 -2
- package/__chunks__/{chunk-4BWFNMDX.js → chunk-DNWWNDH5.js} +2 -2
- package/__chunks__/{chunk-2ESQZF2Q.js → chunk-DNYGMAKE.js} +2 -2
- package/__chunks__/{chunk-246SEHGN.js → chunk-DQYVUXSM.js} +2 -2
- package/__chunks__/{chunk-P76QWHGI.js → chunk-DSYQ43KC.js} +2 -2
- package/__chunks__/{chunk-EAZPPMA6.js → chunk-DVNFSDRK.js} +2 -2
- package/__chunks__/{chunk-7TLR4K2V.js → chunk-DWGVZFZF.js} +2 -2
- package/__chunks__/{chunk-5ATFRVJN.js → chunk-DWPQIHUF.js} +2 -2
- package/__chunks__/{chunk-PBPXQA2G.js → chunk-DX6ZH5RY.js} +2 -2
- package/__chunks__/{chunk-LJLRKGBK.js → chunk-EABVABIA.js} +2 -2
- package/__chunks__/{chunk-5AQRJMXO.js → chunk-ED7RVBG7.js} +2 -2
- package/__chunks__/{chunk-AMVYU7WI.js → chunk-EDVWNDPS.js} +2 -2
- package/__chunks__/{chunk-WTOC2FON.js → chunk-EIXYSJWB.js} +2 -2
- package/__chunks__/{chunk-2Y22XOCG.js → chunk-EMHICRRK.js} +2 -2
- package/__chunks__/{chunk-4UXTHYXU.js → chunk-EMI7LPW2.js} +2 -2
- package/__chunks__/{chunk-DLNLDLF7.js → chunk-EOZIJXR7.js} +2 -2
- package/__chunks__/{chunk-4I2APNV5.js → chunk-EPDNB4BC.js} +2 -2
- package/__chunks__/{chunk-NHZCNTWQ.js → chunk-EPYJB33O.js} +2 -2
- package/__chunks__/{chunk-VAC7YU5Q.js → chunk-EWKHXMGK.js} +2 -2
- package/__chunks__/{chunk-N4C77FVC.js → chunk-EYHRTJNZ.js} +2 -2
- package/__chunks__/{chunk-HKBNGR7Q.js → chunk-EZPGGROF.js} +2 -2
- package/__chunks__/{chunk-YPEQT7GI.js → chunk-F6F6VPKV.js} +2 -2
- package/__chunks__/chunk-FBEJ7MUO.js +2 -0
- package/__chunks__/chunk-FDBB4BNW.js +2 -0
- package/__chunks__/{chunk-TN72SUBG.js → chunk-FELZ2VV7.js} +2 -2
- package/__chunks__/{chunk-HXE6NLQ2.js → chunk-FEXBJFXF.js} +2 -2
- package/__chunks__/chunk-FGKIRLPF.js +2 -0
- package/__chunks__/{chunk-GDIHH5HK.js → chunk-FPTP67CR.js} +2 -2
- package/__chunks__/{chunk-5GOKSAGH.js → chunk-FQGT3YF6.js} +2 -2
- package/__chunks__/{chunk-XPJVGDHL.js → chunk-FRS4T3C4.js} +2 -2
- package/__chunks__/{chunk-6AXGBJH4.js → chunk-FTSXWCDC.js} +2 -2
- package/__chunks__/{chunk-NW6NNISJ.js → chunk-FYXQ53XP.js} +2 -2
- package/__chunks__/chunk-G74QR67S.js +2 -0
- package/__chunks__/chunk-GARHCMQR.js +2 -0
- package/__chunks__/{chunk-RVL37TYX.js → chunk-GFRTWV7P.js} +2 -2
- package/__chunks__/{chunk-2SGFIWGZ.js → chunk-GIP6O6JD.js} +2 -2
- package/__chunks__/{chunk-MAAACFTW.js → chunk-GISIHXS4.js} +2 -2
- package/__chunks__/{chunk-PCAPVGX3.js → chunk-GN5R5HKZ.js} +2 -2
- package/__chunks__/{chunk-PFYMT3RI.js → chunk-GXUC46CH.js} +2 -2
- package/__chunks__/chunk-GZXCPZRM.js +2 -0
- package/__chunks__/{chunk-EHVBLSNJ.js → chunk-H24EV5J7.js} +2 -2
- package/__chunks__/{chunk-62M65B2P.js → chunk-H2LLST74.js} +2 -2
- package/__chunks__/{chunk-AQR7KYKE.js → chunk-HBPREG4S.js} +2 -2
- package/__chunks__/chunk-HEFM6TZA.js +2 -0
- package/__chunks__/chunk-HEOKCABE.js +2 -0
- package/__chunks__/{chunk-LHWB2X4A.js → chunk-HKWKPJHM.js} +2 -2
- package/__chunks__/{chunk-ICG3XO37.js → chunk-HRVS4S4Z.js} +2 -2
- package/__chunks__/{chunk-EDHR3GMD.js → chunk-HSLWVMJ4.js} +2 -2
- package/__chunks__/{chunk-QKTDH42S.js → chunk-HTUBVWSA.js} +2 -2
- package/__chunks__/{chunk-ZTAS6YWX.js → chunk-HVDLYVLU.js} +2 -2
- package/__chunks__/{chunk-T4NWU3CB.js → chunk-HWBJDXBQ.js} +2 -2
- package/__chunks__/{chunk-JE7EFQMY.js → chunk-HWFEESVS.js} +2 -2
- package/__chunks__/{chunk-VQJBHZGL.js → chunk-HWKCA6LC.js} +2 -2
- package/__chunks__/{chunk-X6CX6GXN.js → chunk-HXGBHMYD.js} +2 -2
- package/__chunks__/{chunk-L5QWHVTL.js → chunk-HXYW3WRC.js} +2 -2
- package/__chunks__/{chunk-TQXF6T7J.js → chunk-HY2K2QFX.js} +2 -2
- package/__chunks__/{chunk-L7NSUPS6.js → chunk-HZAZM33R.js} +2 -2
- package/__chunks__/{chunk-V7ZDSJTI.js → chunk-I2S2NFBL.js} +2 -2
- package/__chunks__/chunk-I36IFK5J.js +2 -0
- package/__chunks__/{chunk-GSBAEY3W.js → chunk-I4T5U7S5.js} +2 -2
- package/__chunks__/{chunk-A2M2VFBY.js → chunk-I5ZN7EGX.js} +2 -2
- package/__chunks__/{chunk-3QHJV2VI.js → chunk-I7DQGMFK.js} +2 -2
- package/__chunks__/{chunk-MOZNHFBB.js → chunk-IBYLVRHS.js} +2 -2
- package/__chunks__/{chunk-OA6OND4Y.js → chunk-IC3YFVKX.js} +2 -2
- package/__chunks__/chunk-IDYBQVSU.js +2 -0
- package/__chunks__/chunk-IGOSG6FO.js +2 -0
- package/__chunks__/{chunk-44AVIBLJ.js → chunk-ILU3DBNS.js} +2 -2
- package/__chunks__/chunk-IQJJ526U.js +2 -0
- package/__chunks__/{chunk-KEZQJXFV.js → chunk-ITT3WMEV.js} +2 -2
- package/__chunks__/chunk-IVWKEGZD.js +2 -0
- package/__chunks__/{chunk-4FXLLH3L.js → chunk-IW6ABH2I.js} +2 -2
- package/__chunks__/chunk-J7Q73Y4V.js +2 -0
- package/__chunks__/{chunk-5MALZKZK.js → chunk-JAFNILFG.js} +2 -2
- package/__chunks__/chunk-JDGRTGWL.js +2 -0
- package/__chunks__/chunk-JGQO3IYF.js +2 -0
- package/__chunks__/{chunk-75VBNZAB.js → chunk-JIYXCHYX.js} +2 -2
- package/__chunks__/chunk-JLKYKCSN.js +2 -0
- package/__chunks__/chunk-JQ53BADJ.js +2 -0
- package/__chunks__/chunk-JUW7GXJF.js +2 -0
- package/__chunks__/{chunk-FBBLGMXR.js → chunk-JX5Y3ZIO.js} +2 -2
- package/__chunks__/chunk-JZBGAPJR.js +2 -0
- package/__chunks__/{chunk-2PYRCFCQ.js → chunk-K6U7MBQO.js} +2 -2
- package/__chunks__/{chunk-PDFJN6WP.js → chunk-KAAZLV7W.js} +2 -2
- package/__chunks__/{chunk-4OP4Z6I6.js → chunk-KBBVEDM5.js} +2 -2
- package/__chunks__/{chunk-FXVDSQXK.js → chunk-KBPYTTIO.js} +2 -2
- package/__chunks__/{chunk-7RPKDJ5Z.js → chunk-KDIDLBRX.js} +2 -2
- package/__chunks__/chunk-KEKIJOPE.js +2 -0
- package/__chunks__/chunk-KFFRSEAE.js +2 -0
- package/__chunks__/chunk-KTZAMM4J.js +2 -0
- package/__chunks__/{chunk-LVTOOTPF.js → chunk-KVZHA7V5.js} +2 -2
- package/__chunks__/{chunk-G43AFLNO.js → chunk-KZRFY5LH.js} +2 -2
- package/__chunks__/chunk-LBI2QHIC.js +2 -0
- package/__chunks__/{chunk-2OXGDYFE.js → chunk-LC3ST64P.js} +2 -2
- package/__chunks__/{chunk-Y6WYF4XK.js → chunk-LGL2JKVZ.js} +2 -2
- package/__chunks__/chunk-LITJR4IX.js +2 -0
- package/__chunks__/{chunk-HSLIIOKJ.js → chunk-LJOIVUJD.js} +2 -2
- package/__chunks__/{chunk-PGGJ62LE.js → chunk-LLX6H3UV.js} +2 -2
- package/__chunks__/{chunk-P6XLFBZ5.js → chunk-LSSXOVRE.js} +2 -2
- package/__chunks__/{chunk-JPOLLVPV.js → chunk-LWQHAZ7E.js} +2 -2
- package/__chunks__/{chunk-4F4KSSIL.js → chunk-LX6S6HNC.js} +2 -2
- package/__chunks__/{chunk-RGVMK6C6.js → chunk-LYDWQJ5P.js} +2 -2
- package/__chunks__/{chunk-2JKVGBE6.js → chunk-MANDDFQY.js} +2 -2
- package/__chunks__/{chunk-WGA6FNGN.js → chunk-MAUJ5UTG.js} +2 -2
- package/__chunks__/chunk-MBI6VDV3.js +2 -0
- package/__chunks__/{chunk-GFQF6IHJ.js → chunk-MC3XVJOQ.js} +2 -2
- package/__chunks__/chunk-MC63KUID.js +2 -0
- package/__chunks__/{chunk-DV275NBI.js → chunk-MHCHGTSP.js} +2 -2
- package/__chunks__/{chunk-6JAZNLQP.js → chunk-MINDLNCW.js} +2 -2
- package/__chunks__/chunk-MJDDTRII.js +2 -0
- package/__chunks__/{chunk-X246ANSJ.js → chunk-MLD7FQRY.js} +2 -2
- package/__chunks__/{chunk-OLPSFO4K.js → chunk-MRMOYPUQ.js} +2 -2
- package/__chunks__/chunk-N32MM5M3.js +2 -0
- package/__chunks__/{chunk-Y2TJIVHS.js → chunk-N3KCMZJ3.js} +2 -2
- package/__chunks__/{chunk-4OOQBZRK.js → chunk-NGIUEP6P.js} +2 -2
- package/__chunks__/{chunk-PPVI5H5Y.js → chunk-NH26LROD.js} +2 -2
- package/__chunks__/chunk-NIRMGV2J.js +2 -0
- package/__chunks__/{chunk-Y72LY7C5.js → chunk-NL7VHCIM.js} +2 -2
- package/__chunks__/{chunk-76CU64CP.js → chunk-NLQQ6U4B.js} +2 -2
- package/__chunks__/{chunk-HERDTTOE.js → chunk-NMMQZSX2.js} +2 -2
- package/__chunks__/{chunk-EYN23AB4.js → chunk-NP3IVGAX.js} +2 -2
- package/__chunks__/{chunk-LCW2GIUZ.js → chunk-NPG2FF6T.js} +2 -2
- package/__chunks__/{chunk-FXDEJQ7G.js → chunk-NSSHIAWM.js} +2 -2
- package/__chunks__/{chunk-TNUPMR6F.js → chunk-O245T2HR.js} +2 -2
- package/__chunks__/chunk-O6HNLAAX.js +2 -0
- package/__chunks__/{chunk-E4E22VIL.js → chunk-O7UIFSVF.js} +2 -2
- package/__chunks__/{chunk-LNWN32Y5.js → chunk-OEZR3HBU.js} +2 -2
- package/__chunks__/{chunk-AZRBHZKN.js → chunk-OHSFIJ4R.js} +2 -2
- package/__chunks__/chunk-OKYUAN2G.js +2 -0
- package/__chunks__/{chunk-UA6UTHPC.js → chunk-OLXELT4A.js} +2 -2
- package/__chunks__/{chunk-X5B5O2NP.js → chunk-OQAMJGKT.js} +2 -2
- package/__chunks__/{chunk-R5KYO4GC.js → chunk-OR6NJ6W4.js} +2 -2
- package/__chunks__/chunk-OSD627KI.js +2 -0
- package/__chunks__/{chunk-GJVPDJAP.js → chunk-OSJIBHLT.js} +2 -2
- package/__chunks__/{chunk-BNPU5SDJ.js → chunk-OW7Y2O7T.js} +2 -2
- package/__chunks__/{chunk-SJWVYQT3.js → chunk-P3F6Z2PW.js} +2 -2
- package/__chunks__/{chunk-KBCXYFOT.js → chunk-P4TDBATP.js} +2 -2
- package/__chunks__/chunk-P5UKMHMI.js +2 -0
- package/__chunks__/{chunk-7ATGSBHG.js → chunk-P5UTD7RO.js} +2 -2
- package/__chunks__/{chunk-56WM7K52.js → chunk-P6MQR7L3.js} +2 -2
- package/__chunks__/{chunk-2TXWSZWW.js → chunk-P6YRKYPP.js} +2 -2
- package/__chunks__/{chunk-VGUJJYVO.js → chunk-PCTAN22W.js} +2 -2
- package/__chunks__/{chunk-YGOA44Q7.js → chunk-PLUO3C2O.js} +2 -2
- package/__chunks__/chunk-PQZ23AED.js +2 -0
- package/__chunks__/{chunk-6NLVMNUD.js → chunk-PRHH63KO.js} +2 -2
- package/__chunks__/{chunk-3TSJUXNP.js → chunk-PS45HP2Y.js} +2 -2
- package/__chunks__/{chunk-EV7FOZVK.js → chunk-PSDPEZ2M.js} +2 -2
- package/__chunks__/{chunk-3HBOCZWQ.js → chunk-PVAFRFU7.js} +2 -2
- package/__chunks__/{chunk-MK4NDZQ7.js → chunk-PVTSAR6C.js} +2 -2
- package/__chunks__/{chunk-RSPJ2JAK.js → chunk-Q4OZKY2O.js} +2 -2
- package/__chunks__/{chunk-NDGTRYOP.js → chunk-Q6E3BQK2.js} +2 -2
- package/__chunks__/{chunk-AFUI24NN.js → chunk-Q6GKGEEA.js} +2 -2
- package/__chunks__/{chunk-M3LCFBMH.js → chunk-Q6QZGZZ5.js} +2 -2
- package/__chunks__/{chunk-HUJSFBIM.js → chunk-QAFMVLVK.js} +2 -2
- package/__chunks__/{chunk-ALNUI254.js → chunk-QAI3LFAC.js} +2 -2
- package/__chunks__/{chunk-MIGM4ROB.js → chunk-QD6E6E53.js} +2 -2
- package/__chunks__/{chunk-53KTGHH2.js → chunk-QDOXKVYD.js} +2 -2
- package/__chunks__/chunk-QH5BX7L6.js +2 -0
- package/__chunks__/{chunk-UYPYL6CD.js → chunk-QHDY6CQE.js} +2 -2
- package/__chunks__/chunk-QJDNPNQR.js +2 -0
- package/__chunks__/{chunk-ZTVGUU2U.js → chunk-QKRXCPON.js} +2 -2
- package/__chunks__/{chunk-2QXU5RRK.js → chunk-QMVRQULY.js} +2 -2
- package/__chunks__/{chunk-44P3IBWY.js → chunk-QNGDUQSN.js} +2 -2
- package/__chunks__/{chunk-E3V2ICD3.js → chunk-QOEUI5RG.js} +2 -2
- package/__chunks__/{chunk-CFAIVCUS.js → chunk-QON3PPGY.js} +2 -2
- package/__chunks__/{chunk-WVGL6RB3.js → chunk-QQ5DM7Y5.js} +2 -2
- package/__chunks__/{chunk-VAA3NKK5.js → chunk-QXU4PTHU.js} +1 -1
- package/__chunks__/{chunk-DS2W7H3Y.js → chunk-QYL6DOTM.js} +2 -2
- package/__chunks__/chunk-QYXDTGKM.js +2 -0
- package/__chunks__/chunk-R4A35O3P.js +2 -0
- package/__chunks__/{chunk-ZZBNCZS6.js → chunk-R66EXTYX.js} +2 -2
- package/__chunks__/{chunk-FL6IEO3I.js → chunk-RA2ZHW6F.js} +2 -2
- package/__chunks__/{chunk-PMHR4YNO.js → chunk-RAI44GSE.js} +2 -2
- package/__chunks__/{chunk-ZIQY6FYT.js → chunk-RCXLUOYD.js} +2 -2
- package/__chunks__/{chunk-T6OLACWP.js → chunk-RFTARGNU.js} +2 -2
- package/__chunks__/{chunk-DAPDFYLY.js → chunk-RHK543DL.js} +2 -2
- package/__chunks__/{chunk-CMKVGSTT.js → chunk-RHLQG7UG.js} +2 -2
- package/__chunks__/{chunk-M6Y5XTW7.js → chunk-RI3AGJIX.js} +2 -2
- package/__chunks__/{chunk-DLFK5GXR.js → chunk-RIOJZJ2G.js} +2 -2
- package/__chunks__/{chunk-LXY4CTQG.js → chunk-RJX4CGCM.js} +2 -2
- package/__chunks__/{chunk-OSPS2MX3.js → chunk-RNPFJZCY.js} +2 -2
- package/__chunks__/{chunk-QAGNUTA2.js → chunk-RPTPB55O.js} +2 -2
- package/__chunks__/chunk-RQB72OQA.js +2 -0
- package/__chunks__/chunk-RQJLGI5S.js +2 -0
- package/__chunks__/{chunk-YAXIY67D.js → chunk-RTLI55H6.js} +2 -2
- package/__chunks__/{chunk-LZNHTYWB.js → chunk-RTWDLQ5G.js} +2 -2
- package/__chunks__/chunk-RXTIYUEP.js +2 -0
- package/__chunks__/{chunk-UAHQ2SO7.js → chunk-RYWUTGX5.js} +2 -2
- package/__chunks__/{chunk-UVQOWHSF.js → chunk-RZSB6MLX.js} +2 -2
- package/__chunks__/{chunk-PNPENM4X.js → chunk-S2XM3C6X.js} +2 -2
- package/__chunks__/{chunk-VQH4762S.js → chunk-S7TA34AP.js} +2 -2
- package/__chunks__/{chunk-4NEOVISX.js → chunk-SBPWVU3I.js} +2 -2
- package/__chunks__/{chunk-NAMMQBYM.js → chunk-SFBVL6WV.js} +2 -2
- package/__chunks__/{chunk-GL6S7JVA.js → chunk-SKAASQXQ.js} +2 -2
- package/__chunks__/chunk-SRTF4Y22.js +2 -0
- package/__chunks__/{chunk-C5MRLNFO.js → chunk-SUH5BOLV.js} +2 -2
- package/__chunks__/{chunk-KWQYQABF.js → chunk-SVL4RA3G.js} +2 -2
- package/__chunks__/{chunk-E424N6XF.js → chunk-T74KGF7Z.js} +2 -2
- package/__chunks__/{chunk-ZBR4KDPM.js → chunk-TB7OQ47G.js} +2 -2
- package/__chunks__/chunk-TG7HMQFF.js +2 -0
- package/__chunks__/{chunk-74UYR6LB.js → chunk-TGKHVPR3.js} +2 -2
- package/__chunks__/chunk-TI3UJZ3C.js +2 -0
- package/__chunks__/{chunk-DFOHKHT4.js → chunk-TPADIHLD.js} +2 -2
- package/__chunks__/{chunk-PD2I24Z7.js → chunk-TQFXVPA2.js} +2 -2
- package/__chunks__/{chunk-XLMVWIU5.js → chunk-TVLREG4W.js} +2 -2
- package/__chunks__/{chunk-KESMDRSX.js → chunk-U6CA3MQW.js} +2 -2
- package/__chunks__/{chunk-HUZ2SLMM.js → chunk-UDPZFXZN.js} +2 -2
- package/__chunks__/chunk-UFBTFMXX.js +2 -0
- package/__chunks__/{chunk-QOENYTMH.js → chunk-UFKNQ5AL.js} +2 -2
- package/__chunks__/{chunk-FASGOGVV.js → chunk-UKTRBAVX.js} +2 -2
- package/__chunks__/{chunk-GILBZ5N5.js → chunk-UNOJU6A6.js} +2 -2
- package/__chunks__/{chunk-KLATJCZB.js → chunk-UVPCMOMP.js} +2 -2
- package/__chunks__/{chunk-RFSDXWQQ.js → chunk-UY6JSGCH.js} +2 -2
- package/__chunks__/{chunk-Q5SVO3WR.js → chunk-V73354AM.js} +2 -2
- package/__chunks__/{chunk-BXRPYCNE.js → chunk-VA7FKW7S.js} +2 -2
- package/__chunks__/{chunk-CYS2IXO2.js → chunk-VASTIT6L.js} +2 -2
- package/__chunks__/{chunk-K4VM6FZ4.js → chunk-VCV7ZROC.js} +2 -2
- package/__chunks__/{chunk-6A7W2TXX.js → chunk-VDGWMDNA.js} +2 -2
- package/__chunks__/{chunk-N76K57VM.js → chunk-VEBHYBC6.js} +2 -2
- package/__chunks__/chunk-VI7QBYCT.js +2 -0
- package/__chunks__/{chunk-VNYQH2ON.js → chunk-VIVYX6FF.js} +2 -2
- package/__chunks__/{chunk-Z5QDKMS7.js → chunk-VLNXW72K.js} +2 -2
- package/__chunks__/{chunk-KUNHDU36.js → chunk-VMLX26MB.js} +2 -2
- package/__chunks__/{chunk-NTA37WQV.js → chunk-VMVVBCG7.js} +2 -2
- package/__chunks__/{chunk-WAQEGKZR.js → chunk-VNJ33NI6.js} +2 -2
- package/__chunks__/{chunk-IKW3DAWX.js → chunk-VTKTCTGA.js} +2 -2
- package/__chunks__/{chunk-A6YQKC67.js → chunk-VTZ25O2F.js} +2 -2
- package/__chunks__/{chunk-T5AVKKGO.js → chunk-W2DJZNLP.js} +2 -2
- package/__chunks__/chunk-W3P3O7UP.js +2 -0
- package/__chunks__/{chunk-OJPKJEWZ.js → chunk-W4XLHMUR.js} +2 -2
- package/__chunks__/{chunk-2WG2ZSS7.js → chunk-W52RV4NU.js} +2 -2
- package/__chunks__/chunk-W5YCFRWB.js +2 -0
- package/__chunks__/{chunk-TASLMLJ7.js → chunk-W7BJQQQH.js} +2 -2
- package/__chunks__/chunk-W7OEBOUI.js +2 -0
- package/__chunks__/{chunk-YVWKGYPC.js → chunk-WDM5FR2J.js} +2 -2
- package/__chunks__/{chunk-H6UT7BBH.js → chunk-WGK5PNIH.js} +2 -2
- package/__chunks__/{chunk-EH4XFZ3W.js → chunk-WINCYN7N.js} +2 -2
- package/__chunks__/{chunk-BBNBZJML.js → chunk-WJZM5J7G.js} +2 -2
- package/__chunks__/{chunk-OWU5LKYD.js → chunk-WKDFZDJ7.js} +2 -2
- package/__chunks__/{chunk-XI4DQOVR.js → chunk-WMTUIRUR.js} +2 -2
- package/__chunks__/{chunk-JOXFLKQW.js → chunk-WPXWVMHL.js} +2 -2
- package/__chunks__/{chunk-IBXN3OUH.js → chunk-WRTQXPPT.js} +2 -2
- package/__chunks__/chunk-WT4MNW3L.js +2 -0
- package/__chunks__/{chunk-VUQNWRKL.js → chunk-WTTKJ77Y.js} +2 -2
- package/__chunks__/{chunk-PV6CEGIJ.js → chunk-WURVMRB4.js} +2 -2
- package/__chunks__/chunk-X3QVIUJC.js +2 -0
- package/__chunks__/{chunk-EVMWZKPL.js → chunk-X7IRZILW.js} +2 -2
- package/__chunks__/chunk-XHJFHQNV.js +2 -0
- package/__chunks__/{chunk-KVEBZ64E.js → chunk-XJGZH377.js} +2 -2
- package/__chunks__/{chunk-KQMPAWOT.js → chunk-XL42WGIX.js} +2 -2
- package/__chunks__/chunk-XPJ2VZE6.js +2 -0
- package/__chunks__/chunk-XRRQGWJC.js +2 -0
- package/__chunks__/chunk-XS4FBMAJ.js +2 -0
- package/__chunks__/{chunk-TBU5R26G.js → chunk-XSXGHEFM.js} +2 -2
- package/__chunks__/{chunk-SFNPPJV7.js → chunk-XU3DELMD.js} +2 -2
- package/__chunks__/chunk-Y26CCIRN.js +2 -0
- package/__chunks__/chunk-Y2AZSMDD.js +2 -0
- package/__chunks__/chunk-Y3VZUWSW.js +2 -0
- package/__chunks__/{chunk-HX4PC472.js → chunk-Y5A6I4IN.js} +2 -2
- package/__chunks__/{chunk-6M6COMGR.js → chunk-Y67YELPX.js} +2 -2
- package/__chunks__/{chunk-WNPNT4Y7.js → chunk-YB74PTHG.js} +2 -2
- package/__chunks__/{chunk-NZL5SVFU.js → chunk-YDPRKDDZ.js} +2 -2
- package/__chunks__/{chunk-HUQIHTMA.js → chunk-YEBOHU6O.js} +2 -2
- package/__chunks__/{chunk-43WYWTGE.js → chunk-YGXQNLZV.js} +2 -2
- package/__chunks__/{chunk-5C7RNBQ2.js → chunk-YHGBLDCM.js} +2 -2
- package/__chunks__/{chunk-K3D2EAXQ.js → chunk-YLS6QKCU.js} +2 -2
- package/__chunks__/{chunk-IYGYW6W3.js → chunk-YNBOT4EO.js} +2 -2
- package/__chunks__/{chunk-3FIKWNRH.js → chunk-YPLINIJX.js} +2 -2
- package/__chunks__/{chunk-VHT7JIGD.js → chunk-YUCQBS4K.js} +2 -2
- package/__chunks__/{chunk-U2NRK2HN.js → chunk-ZAY442RT.js} +2 -2
- package/__chunks__/chunk-ZB2PG7MA.js +2 -0
- package/__chunks__/{chunk-Y3QVC5SN.js → chunk-ZBS5PFX5.js} +2 -2
- package/__chunks__/{chunk-BM2PLXVV.js → chunk-ZD6OPCYL.js} +2 -2
- package/__chunks__/{chunk-5XSBUUS2.js → chunk-ZKRG6BIT.js} +2 -2
- package/__chunks__/{chunk-TI6Y3EAY.js → chunk-ZLYTZLNR.js} +2 -2
- package/__chunks__/{chunk-ZTMYTCLL.js → chunk-ZLYXKNJ7.js} +2 -2
- package/__chunks__/{chunk-HVFGI23K.js → chunk-ZOLN42OL.js} +2 -2
- package/__chunks__/chunk-ZVLCXTYU.js +2 -0
- package/__chunks__/{chunk-3Y6PD4XA.js → chunk-ZW6IPY3H.js} +2 -2
- package/__chunks__/chunk-ZXLAV6FU.js +2 -0
- package/__chunks__/{chunk-DO75TFLG.js → chunk-ZYYQP3ZY.js} +2 -2
- package/__commonjs/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/__commonjs/UI/ExplorerLink/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/index.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +9 -9
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +17 -17
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +17 -17
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +10 -10
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +10 -10
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +3 -3
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +10 -10
- package/__commonjs/UI/TransactionsTable/components/AccountName.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +9 -9
- package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/index.js +11 -11
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +11 -11
- package/__commonjs/UI/TransactionsToastList/components/index.js +1 -1
- package/__commonjs/UI/Trim/Trim.js +2 -2
- package/__commonjs/UI/Trim/index.js +2 -2
- package/__commonjs/UI/index.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/index.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +7 -7
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +7 -7
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/__mocks__/index.js +4 -4
- package/__commonjs/__mocks__/utils/index.js +4 -4
- package/__commonjs/__mocks__/utils/renderWithProvider.js +4 -4
- package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/__commonjs/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +2 -2
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +2 -2
- package/__commonjs/hooks/transactions/index.js +2 -2
- package/__commonjs/hooks/transactions/useCancelActionAndDispose.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +2 -2
- package/__commonjs/hooks/transactions/useSignTransactionsCommonData.js +3 -3
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +2 -2
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +2 -2
- package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/index.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.d.ts +2 -0
- package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.js +9 -0
- package/__commonjs/services/transactions/index.js +1 -1
- package/__commonjs/services/transactions/sendBatchTransactions.js +1 -1
- package/__commonjs/services/transactions/sendBatchTransactions.test.js +1 -1
- package/__commonjs/services/transactions/sendTransactions.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/services/transactions/transformAndSignTransactions.js +1 -1
- package/__commonjs/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/__commonjs/types/transactions.types.d.ts +2 -0
- package/__commonjs/types/transactions.types.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/isInIframe.d.ts +2 -0
- package/__commonjs/utils/isInIframe.js +9 -0
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +4 -4
- package/__commonjs/wrappers/DappProvider/index.js +4 -4
- package/__commonjs/wrappers/index.js +4 -4
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.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/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.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/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.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/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/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.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/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.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/helpers/clearInitiatedLogins.js +1 -1
- package/hooks/login/helpers/index.js +1 -1
- package/hooks/login/index.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/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.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/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/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/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/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.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/useCancelActionAndDispose.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.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/useGetPollingInterval.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/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.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/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/__tests__/transformAndSignTransactions.test.d.ts +2 -0
- package/services/transactions/__tests__/transformAndSignTransactions.test.js +2 -0
- package/services/transactions/clearTransactions.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/types/index.js +1 -1
- package/types/transactions.types.d.ts +2 -0
- package/types/transactions.types.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/getShardOfAddress.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/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/isInIframe.d.ts +2 -0
- package/utils/isInIframe.js +2 -0
- package/utils/logout.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/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/smartContracts.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/getTransactionsStatus.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/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.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/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.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/getDisplayValueAndValidationWarnings.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/getScResultsInitialDecodeMethod.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/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.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/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/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.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/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-2DNMMRYQ.js +0 -2
- package/__chunks__/chunk-2IRDXMR2.js +0 -2
- package/__chunks__/chunk-2KD4AUMB.js +0 -2
- package/__chunks__/chunk-3VLZJ4LL.js +0 -2
- package/__chunks__/chunk-4K45KT23.js +0 -2
- package/__chunks__/chunk-4RVW6PHV.js +0 -2
- package/__chunks__/chunk-5GTOSBFA.js +0 -2
- package/__chunks__/chunk-5WG46JTB.js +0 -2
- package/__chunks__/chunk-63R6NB5K.js +0 -2
- package/__chunks__/chunk-6537K34X.js +0 -2
- package/__chunks__/chunk-6ICHTXOU.js +0 -2
- package/__chunks__/chunk-6OGLL5BA.js +0 -2
- package/__chunks__/chunk-75K7FDNK.js +0 -2
- package/__chunks__/chunk-7C44M3KB.js +0 -2
- package/__chunks__/chunk-7GJ3EFJN.js +0 -2
- package/__chunks__/chunk-AJJO2SZS.js +0 -2
- package/__chunks__/chunk-B2K3KOLI.js +0 -2
- package/__chunks__/chunk-B5EJPJU2.js +0 -2
- package/__chunks__/chunk-B6OXTV5K.js +0 -2
- package/__chunks__/chunk-BUBELTBX.js +0 -2
- package/__chunks__/chunk-C6OFSPUE.js +0 -2
- package/__chunks__/chunk-CEAKTVF4.js +0 -2
- package/__chunks__/chunk-CELNIW64.js +0 -2
- package/__chunks__/chunk-CHONGFFL.js +0 -2
- package/__chunks__/chunk-D2WAX7N2.js +0 -2
- package/__chunks__/chunk-DGQ2ZNQW.js +0 -2
- package/__chunks__/chunk-DVWOLYTA.js +0 -2
- package/__chunks__/chunk-E3SSYOOI.js +0 -2
- package/__chunks__/chunk-FDGD2GFX.js +0 -2
- package/__chunks__/chunk-FHGKEP36.js +0 -2
- package/__chunks__/chunk-GLEJGHC3.js +0 -2
- package/__chunks__/chunk-GRLDFM6I.js +0 -2
- package/__chunks__/chunk-HYYH4OSM.js +0 -2
- package/__chunks__/chunk-IJTEJ3WZ.js +0 -2
- package/__chunks__/chunk-IVVIPB7Y.js +0 -2
- package/__chunks__/chunk-J5ZQUITB.js +0 -2
- package/__chunks__/chunk-JCK2A535.js +0 -2
- package/__chunks__/chunk-K3GQUF5M.js +0 -2
- package/__chunks__/chunk-KJNLCSBS.js +0 -2
- package/__chunks__/chunk-KLVI4S4Z.js +0 -2
- package/__chunks__/chunk-KQQGV6EV.js +0 -2
- package/__chunks__/chunk-KUOPZGBP.js +0 -2
- package/__chunks__/chunk-LKOEYCL6.js +0 -2
- package/__chunks__/chunk-MF4NMH2N.js +0 -2
- package/__chunks__/chunk-MKL2D6SC.js +0 -2
- package/__chunks__/chunk-MQAWPX3D.js +0 -2
- package/__chunks__/chunk-MVM3B7JP.js +0 -2
- package/__chunks__/chunk-NAHMUAG3.js +0 -2
- package/__chunks__/chunk-NX7QGK7P.js +0 -2
- package/__chunks__/chunk-O65OQHVX.js +0 -2
- package/__chunks__/chunk-OFPY2FIF.js +0 -2
- package/__chunks__/chunk-OLRCWSRF.js +0 -2
- package/__chunks__/chunk-OMIEEJKJ.js +0 -2
- package/__chunks__/chunk-OREQKPKX.js +0 -2
- package/__chunks__/chunk-PCB4NQVY.js +0 -2
- package/__chunks__/chunk-Q333H6NI.js +0 -2
- package/__chunks__/chunk-QBINCPM6.js +0 -2
- package/__chunks__/chunk-QKOJ53W6.js +0 -2
- package/__chunks__/chunk-R6ZI37PK.js +0 -2
- package/__chunks__/chunk-RFP27C6N.js +0 -2
- package/__chunks__/chunk-RM73MLS3.js +0 -2
- package/__chunks__/chunk-TDLMCYW4.js +0 -2
- package/__chunks__/chunk-TE5O4DV3.js +0 -2
- package/__chunks__/chunk-TGUV6Z7I.js +0 -2
- package/__chunks__/chunk-VI2CK6WZ.js +0 -2
- package/__chunks__/chunk-W5FZEUTK.js +0 -2
- package/__chunks__/chunk-WDENMWK2.js +0 -2
- package/__chunks__/chunk-WO6DKR7Q.js +0 -2
- package/__chunks__/chunk-XAB5UUOW.js +0 -2
- package/__chunks__/chunk-XHNCZX5O.js +0 -2
- package/__chunks__/chunk-XU5464GZ.js +0 -2
- package/__chunks__/chunk-YVAJQZQH.js +0 -2
- package/__chunks__/chunk-ZIG4UK4W.js +0 -2
- package/__chunks__/chunk-ZQBZFMHS.js +0 -2
- package/__chunks__/chunk-ZRJYULXB.js +0 -2
- package/__chunks__/chunk-ZUDC4NYN.js +0 -2
- package/__chunks__/chunk-ZYKZPNSD.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Hi=Object.create;var we=Object.defineProperty,qi=Object.defineProperties,ji=Object.getOwnPropertyDescriptor,zi=Object.getOwnPropertyDescriptors,Ki=Object.getOwnPropertyNames,Ue=Object.getOwnPropertySymbols,Xi=Object.getPrototypeOf,_t=Object.prototype.hasOwnProperty,Fr=Object.prototype.propertyIsEnumerable;var Mr=(e,t,r)=>t in e?we(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))_t.call(t,r)&&Mr(e,r,t[r]);if(Ue)for(var r of Ue(t))Fr.call(t,r)&&Mr(e,r,t[r]);return e},I=(e,t)=>qi(e,zi(t));var Br=(e,t)=>{var r={};for(var o in e)_t.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Ue)for(var o of Ue(e))t.indexOf(o)<0&&Fr.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var We=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),re=(e,t)=>{for(var r in t)we(e,r,{get:t[r],enumerable:!0})},Ur=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ki(t))!_t.call(e,i)&&i!==r&&we(e,i,{get:()=>t[i],enumerable:!(o=ji(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?Hi(Xi(e)):{},Ur(t||!e||!e.__esModule?we(r,"default",{value:e,enumerable:!0}):r,e)),Ae=e=>Ur(we({},"__esModule",{value:!0}),e);var N=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{m(r.next(d))}catch(h){i(h)}},p=d=>{try{m(r.throw(d))}catch(h){i(h)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);m((r=r.apply(e,t)).next())});var Gr=We(Ve=>{"use strict";n();Ve.byteLength=Zi;Ve.toByteArray=Qi;Ve.fromByteArray=ra;var U=[],P=[],Yi=typeof Uint8Array!="undefined"?Uint8Array:Array,Pt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ne=0,Wr=Pt.length;ne<Wr;++ne)U[ne]=Pt[ne],P[Pt.charCodeAt(ne)]=ne;var ne,Wr;P["-".charCodeAt(0)]=62;P["_".charCodeAt(0)]=63;function Vr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function Zi(e){var t=Vr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Ji(e,t,r){return(t+r)*3/4-r}function Qi(e){var t,r=Vr(e),o=r[0],i=r[1],l=new Yi(Ji(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=P[e.charCodeAt(d)]<<18|P[e.charCodeAt(d+1)]<<12|P[e.charCodeAt(d+2)]<<6|P[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=P[e.charCodeAt(d)]<<2|P[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=P[e.charCodeAt(d)]<<10|P[e.charCodeAt(d+1)]<<4|P[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function ea(e){return U[e>>18&63]+U[e>>12&63]+U[e>>6&63]+U[e&63]}function ta(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(ea(o));return i.join("")}function ra(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(ta(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push(U[t>>2]+U[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(U[t>>10]+U[t>>4&63]+U[t<<2&63]+"=")),i.join("")}});var $r=We(Ot=>{n();Ot.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,h=d>>1,x=-7,y=r?i-1:0,S=r?-1:1,v=e[t+y];for(y+=S,l=v&(1<<-x)-1,v>>=-x,x+=m;x>0;l=l*256+e[t+y],y+=S,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+y],y+=S,x-=8);if(l===0)l=1-h;else{if(l===d)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-h}return(v?-1:1)*p*Math.pow(2,l-o)};Ot.write=function(e,t,r,o,i,l){var p,m,d,h=l*8-i-1,x=(1<<h)-1,y=x>>1,S=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=o?0:l-1,R=o?1:-1,te=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+y>=1?t+=S/d:t+=S*Math.pow(2,1-y),t*d>=2&&(p++,d/=2),p+y>=x?(m=0,p=x):p+y>=1?(m=(t*d-1)*Math.pow(2,i),p=p+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+v]=m&255,v+=R,m/=256,i-=8);for(p=p<<i|m,h+=i;h>0;e[r+v]=p&255,v+=R,p/=256,h-=8);e[r+v-R]|=te*128}});var rn=We(me=>{"use strict";n();var Mt=Gr(),de=$r(),Hr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;me.Buffer=u;me.SlowBuffer=ca;me.INSPECT_MAX_BYTES=50;var Ge=2147483647;me.kMaxLength=Ge;u.TYPED_ARRAY_SUPPORT=na();!u.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 na(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function q(e){if(e>Ge)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Wt(e)}return zr(e,t,r)}u.poolSize=8192;function zr(e,t,r){if(typeof e=="string")return ia(e,t);if(ArrayBuffer.isView(e))return aa(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(W(e,ArrayBuffer)||e&&W(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(W(e,SharedArrayBuffer)||e&&W(e.buffer,SharedArrayBuffer)))return Bt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=sa(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return zr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Kr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function oa(e,t,r){return Kr(e),e<=0?q(e):t!==void 0?typeof r=="string"?q(e).fill(t,r):q(e).fill(t):q(e)}u.alloc=function(e,t,r){return oa(e,t,r)};function Wt(e){return Kr(e),q(e<0?0:Vt(e)|0)}u.allocUnsafe=function(e){return Wt(e)};u.allocUnsafeSlow=function(e){return Wt(e)};function ia(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Xr(e,t)|0,o=q(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function Ft(e){for(var t=e.length<0?0:Vt(e.length)|0,r=q(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function aa(e){if(W(e,Uint8Array)){var t=new Uint8Array(e);return Bt(t.buffer,t.byteOffset,t.byteLength)}return Ft(e)}function Bt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function sa(e){if(u.isBuffer(e)){var t=Vt(e.length)|0,r=q(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Gt(e.length)?q(0):Ft(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Ft(e.data)}function Vt(e){if(e>=Ge)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ge.toString(16)+" bytes");return e|0}function ca(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),W(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(W(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Xr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||W(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Ut(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return tn(e).length;default:if(i)return o?-1:Ut(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Xr;function la(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return xa(this,t,r);case"utf8":case"utf-8":return Zr(this,t,r);case"ascii":return ya(this,t,r);case"latin1":case"binary":return ha(this,t,r);case"base64":return fa(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Sa(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function oe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)oe(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)oe(this,r,r+3),oe(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)oe(this,r,r+7),oe(this,r+1,r+6),oe(this,r+2,r+5),oe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Zr(this,0,t):la.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=me.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Hr&&(u.prototype[Hr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,m=o-r,d=Math.min(p,m),h=this.slice(i,l),x=t.slice(r,o),y=0;y<d;++y)if(h[y]!==x[y]){p=h[y],m=x[y];break}return p<m?-1:m<p?1:0};function Yr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Gt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:qr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):qr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function qr(e,t,r,o,i){var l=1,p=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,m/=2,r/=2}function d(v,R){return l===1?v[R]:v.readUInt16BE(R*l)}var h;if(i){var x=-1;for(h=r;h<p;h++)if(d(e,h)===d(t,x===-1?0:h-x)){if(x===-1&&(x=h),h-x+1===m)return x*l}else x!==-1&&(h-=h-x),x=-1}else for(r+m>p&&(r=p-m),h=r;h>=0;h--){for(var y=!0,S=0;S<m;S++)if(d(e,h+S)!==d(t,S)){y=!1;break}if(y)return h}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Yr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Yr(this,t,r,o,!1)};function pa(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var m=parseInt(t.substr(p*2,2),16);if(Gt(m))return p;e[r+p]=m}return p}function ua(e,t,r,o){return $e(Ut(t,e.length-r),e,r,o)}function da(e,t,r,o){return $e(ba(t),e,r,o)}function ma(e,t,r,o){return $e(tn(t),e,r,o)}function ga(e,t,r,o){return $e(Ia(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return pa(this,t,r,o);case"utf8":case"utf-8":return ua(this,t,r,o);case"ascii":case"latin1":case"binary":return da(this,t,r,o);case"base64":return ma(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ga(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fa(e,t,r){return t===0&&r===e.length?Mt.fromByteArray(e):Mt.fromByteArray(e.slice(t,r))}function Zr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,h,x,y;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(y=(l&31)<<6|d&63,y>127&&(p=y));break;case 3:d=e[i+1],h=e[i+2],(d&192)===128&&(h&192)===128&&(y=(l&15)<<12|(d&63)<<6|h&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:d=e[i+1],h=e[i+2],x=e[i+3],(d&192)===128&&(h&192)===128&&(x&192)===128&&(y=(l&15)<<18|(d&63)<<12|(h&63)<<6|x&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return Ta(o)}var jr=4096;function Ta(e){var t=e.length;if(t<=jr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=jr));return r}function ya(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function ha(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function xa(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=va[e[l]];return i}function Sa(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function L(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||L(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||L(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||L(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||L(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||L(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||L(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||L(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||L(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||L(t,4,this.length),de.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||L(t,4,this.length),de.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||L(t,8,this.length),de.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||L(t,8,this.length),de.read(this,t,!1,52,8)};function C(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;C(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;C(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);C(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);C(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Jr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Qr(e,t,r,o,i){return t=+t,r=r>>>0,i||Jr(e,t,r,4,34028234663852886e22,-34028234663852886e22),de.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Qr(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Qr(this,t,r,!1,o)};function en(e,t,r,o,i){return t=+t,r=r>>>0,i||Jr(e,t,r,8,17976931348623157e292,-17976931348623157e292),de.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return en(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return en(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var wa=/[^+/0-9A-Za-z-_]/g;function Aa(e){if(e=e.split("=")[0],e=e.trim().replace(wa,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Ut(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function ba(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Ia(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function tn(e){return Mt.toByteArray(Aa(e))}function $e(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function W(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Gt(e){return e!==e}var va=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var cn=We((Rc,sn)=>{n();var k=sn.exports={},V,G;function $t(){throw new Error("setTimeout has not been defined")}function Ht(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?V=setTimeout:V=$t}catch(e){V=$t}try{typeof clearTimeout=="function"?G=clearTimeout:G=Ht}catch(e){G=Ht}})();function nn(e){if(V===setTimeout)return setTimeout(e,0);if((V===$t||!V)&&setTimeout)return V=setTimeout,setTimeout(e,0);try{return V(e,0)}catch(t){try{return V.call(null,e,0)}catch(r){return V.call(this,e,0)}}}function ka(e){if(G===clearTimeout)return clearTimeout(e);if((G===Ht||!G)&&clearTimeout)return G=clearTimeout,clearTimeout(e);try{return G(e)}catch(t){try{return G.call(null,e)}catch(r){return G.call(this,e)}}}var j=[],ge=!1,ie,He=-1;function Ea(){!ge||!ie||(ge=!1,ie.length?j=ie.concat(j):He=-1,j.length&&on())}function on(){if(!ge){var e=nn(Ea);ge=!0;for(var t=j.length;t;){for(ie=j,j=[];++He<t;)ie&&ie[He].run();He=-1,t=j.length}ie=null,ge=!1,ka(e)}}k.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];j.push(new an(e,t)),j.length===1&&!ge&&nn(on)};function an(e,t){this.fun=e,this.array=t}an.prototype.run=function(){this.fun.apply(null,this.array)};k.title="browser";k.browser=!0;k.env={};k.argv=[];k.version="";k.versions={};function z(){}k.on=z;k.addListener=z;k.once=z;k.off=z;k.removeListener=z;k.removeAllListeners=z;k.emit=z;k.prependListener=z;k.prependOnceListener=z;k.listeners=function(e){return[]};k.binding=function(e){throw new Error("process.binding is not supported")};k.cwd=function(){return"/"};k.chdir=function(e){throw new Error("process.chdir is not supported")};k.umask=function(){return 0}});var a,s,Cc,n=g(()=>{a=w(rn()),s=w(cn()),Cc=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var ln=g(()=>{"use strict";n()});var pn=g(()=>{"use strict";n()});var un=g(()=>{"use strict";n()});var qt,dn=g(()=>{"use strict";n();qt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(qt||{})});var mn=g(()=>{"use strict";n()});var jt=g(()=>{"use strict";n()});var gn=g(()=>{"use strict";n()});var fn=g(()=>{"use strict";n()});var Tn=g(()=>{"use strict";n()});var yn=g(()=>{"use strict";n()});var La,fe,hn=g(()=>{"use strict";n();La=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),fe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var xn,$c,Sn,Hc,K=g(()=>{"use strict";n();hn();xn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(xn||{}),$c=T(T({},fe.WindowProviderRequestEnums),xn),Sn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(Sn||{}),Hc=T(T({},fe.WindowProviderResponseEnums),Sn)});var wn=g(()=>{"use strict";n()});var An=g(()=>{"use strict";n()});var D=g(()=>{"use strict";n()});var bn=g(()=>{"use strict";n()});var In=g(()=>{"use strict";n()});var vn=g(()=>{"use strict";n()});var O=g(()=>{"use strict";n();fn();Tn();yn();K();wn();An();D();bn();In();vn()});var zt,kn,sl,En,cl,Ln,ll,pl,ul,Nn=g(()=>{"use strict";n();O();zt={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:kn,egldLabel:sl}=zt["devnet"],{chainId:En,egldLabel:cl}=zt["testnet"],{chainId:Ln,egldLabel:ll}=zt["mainnet"],pl={["devnet"]:kn,["testnet"]:En,["mainnet"]:Ln},ul={[kn]:"devnet",[En]:"testnet",[Ln]:"mainnet"}});var Kt=g(()=>{"use strict";n()});var $,Rn=g(()=>{"use strict";n();$=require("@multiversx/sdk-web-wallet-provider")});var qe,Xt=g(()=>{"use strict";n();qe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Cn,Dn,Yt,yl,hl,_n=g(()=>{"use strict";n();Xt();Yt=String((Dn=(Cn=qe.safeWindow)==null?void 0:Cn.navigator)==null?void 0:Dn.userAgent),yl=/^((?!chrome|android).)*safari/i.test(Yt),hl=/firefox/i.test(Yt)&&/windows/i.test(Yt)});var Pn,je,Te,ze,ye,On,Zt,Ke,Mn,Q,Fn,A=g(()=>{"use strict";n();ln();pn();un();dn();mn();jt();gn();Nn();Kt();Rn();_n();Pn=.01,je=1500,Te=5e4,ze=5e4,ye=1e9,On=1,Zt=4294967295,Ke="logout",Mn="login",Q="0",Fn="-"});var Xe,Jt=g(()=>{"use strict";n();Xe=()=>Date.now()/1e3});var Un=g(()=>{"use strict";n()});var Wn=g(()=>{"use strict";n()});var Vn=g(()=>{"use strict";n();Jt();Un();Wn()});var Qt={};re(Qt,{clear:()=>Da,getItem:()=>Ra,localStorageKeys:()=>ae,removeItem:()=>Ca,setItem:()=>Na});var ae,Ye,Na,Ra,Ca,Da,be=g(()=>{"use strict";n();Vn();ae={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Ye=typeof localStorage!="undefined",Na=({key:e,data:t,expires:r})=>{!Ye||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Ra=e=>{if(!Ye)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Xe()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Ca=e=>{!Ye||localStorage.removeItem(String(e))},Da=()=>{!Ye||localStorage.clear()}});var er={};re(er,{clear:()=>qn,getItem:()=>$n,removeItem:()=>Hn,setItem:()=>Gn,storage:()=>_a});var Gn,$n,Hn,qn,_a,jn=g(()=>{"use strict";n();Gn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},$n=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Hn=e=>sessionStorage.removeItem(String(e)),qn=()=>sessionStorage.clear(),_a={setItem:Gn,getItem:$n,removeItem:Hn,clear:qn}});var he,Ze=g(()=>{"use strict";n();be();jn();he={session:er,local:Qt}});var tr,E,Je,B=g(()=>{"use strict";n();tr=require("@reduxjs/toolkit");A();E=(0,tr.createAction)(Ke),Je=(0,tr.createAction)(Mn,e=>({payload:e}))});var nr,zn,Kn,Qe,rr,Xn,Yn,Zl,Zn,Jl,Ql,ep,tp,rp,np,op,ip,et,tt=g(()=>{"use strict";n();nr=require("@multiversx/sdk-core"),zn=require("@reduxjs/toolkit"),Kn=require("redux-persist");A();Ze();be();B();Qe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Q},rr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Qe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Xn=(0,zn.createSlice)({name:"accountInfoSlice",initialState:rr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new nr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Qe},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(E,()=>(he.local.removeItem(ae.loginExpiresAt),rr)),e.addCase(Je,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new nr.Address(o).toHex()}),e.addCase(Kn.REHYDRATE,(t,r)=>{var h;if(!((h=r.payload)!=null&&h.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:rr.accounts,t.publicKey=m})}}),{setAccount:Yn,setAddress:Zl,setAccountNonce:Zn,setAccountShard:Jl,setLedgerAccount:Ql,updateLedgerAccount:ep,setWalletConnectAccount:tp,setIsAccountLoading:rp,setAccountLoadingError:np,setWebsocketEvent:op,setWebsocketBatchEvent:ip}=Xn.actions,et=Xn.reducer});function Ie(){return new Date().setHours(new Date().getHours()+24)}function ve(e){he.local.setItem({key:ae.loginExpiresAt,data:e,expires:e})}var or=g(()=>{"use strict";n();Ze();be()});var Qn,Jn,eo,Tp,yp,hp,xp,Sp,wp,to,Ap,bp,Ip,rt,nt=g(()=>{"use strict";n();Qn=require("@reduxjs/toolkit");or();K();B();Jn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},eo=(0,Qn.createSlice)({name:"loginInfoSlice",initialState:Jn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(E,()=>Jn),e.addCase(Je,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,ve(Ie())})}}),{setLoginMethod:Tp,setWalletConnectLogin:yp,setLedgerLogin:hp,setTokenLogin:xp,setTokenLoginSignature:Sp,setWalletLogin:wp,invalidateLoginSession:to,setLogoutRoute:Ap,setIsWalletConnectV2Initialized:bp,setWebviewLogin:Ip}=eo.actions,rt=eo.reducer});var no,ro,oo,Lp,io,Np,Rp,ot,it=g(()=>{"use strict";n();no=require("@reduxjs/toolkit");B();ro={},oo=(0,no.createSlice)({name:"modalsSlice",initialState:ro,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(E,()=>ro)}}),{setTxSubmittedModal:Lp,setNotificationModal:io,clearTxSubmittedModal:Np,clearNotificationModal:Rp}=oo.actions,ot=oo.reducer});var ke,at=g(()=>{"use strict";n();ke=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var se,xe=g(()=>{"use strict";n();at();se=()=>{if(!ke())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var ao=g(()=>{"use strict";n();xe()});var so,co=g(()=>{"use strict";n();Ee();so=()=>{let{pathname:e,search:t,hash:r}=se();return`${e!=null?e:""}${t!=null?t:""}${r!=null?r:""}`}});var lo=g(()=>{"use strict";n();Xt()});var Ee=g(()=>{"use strict";n();ao();co();xe();lo()});var po=g(()=>{"use strict";n();Ee()});var uo=g(()=>{"use strict";n();po()});function mo(e){return e[Math.floor(Math.random()*e.length)]}var go=g(()=>{"use strict";n()});var fo=g(()=>{"use strict";n();jt()});var To=g(()=>{"use strict";n();uo();go();fo()});var yo,ho,xo,ir,Oa,So,pu,uu,du,st,ct=g(()=>{"use strict";n();yo=require("@reduxjs/toolkit"),ho=w(require("lodash.omit")),xo=require("redux-persist");Kt();B();To();ir={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},Oa={network:ir},So=(0,yo.createSlice)({name:"appConfig",initialState:Oa,reducers:{initializeNetworkConfig:(e,t)=>{let r=mo(t.payload.walletConnectV2RelayAddresses),o=(0,ho.default)(t.payload,"walletConnectV2RelayAddresses");e.network=I(T(T({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=T(T({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(E,t=>{t.network.customWalletAddress=void 0}),e.addCase(xo.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:pu,updateNetworkConfig:uu,setCustomWalletAddress:du}=So.actions,st=So.reducer});var wo,ar,Ao,hu,xu,Su,lt,pt=g(()=>{"use strict";n();wo=require("@reduxjs/toolkit");O();B();ar={isSigning:!1,signedSessions:{}},Ao=(0,wo.createSlice)({name:"signedMessageInfoSliceState",initialState:ar,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=T(T({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>ar},extraReducers:e=>{e.addCase(E,()=>ar)}}),{setSignSession:hu,clearSignedMessageInfo:xu,setSignSessionState:Su}=Ao.actions,lt=Ao.reducer});var Io,vo,bo,ko,Eu,Lu,Nu,Eo,ut,dt=g(()=>{"use strict";n();Io=require("@reduxjs/toolkit"),vo=require("redux-persist");O();Jt();B();bo={customToasts:[],transactionToasts:[]},ko=(0,Io.createSlice)({name:"toastsSlice",initialState:bo,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=I(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(I(T({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Xe(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(E,()=>bo),e.addCase(vo.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Eu,removeCustomToast:Lu,addTransactionToast:Nu,removeTransactionToast:Eo}=ko.actions,ut=ko.reducer});var Lo,cr,lr,pr,Ma,sr,No,_u,Ro,Pu,mt,gt=g(()=>{"use strict";n();Lo=require("@reduxjs/toolkit");B();cr="Transaction failed",lr="Transaction successful",pr="Processing transaction",Ma="Transaction submitted",sr={},No=(0,Lo.createSlice)({name:"transactionsInfo",initialState:sr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||cr,successMessage:(o==null?void 0:o.successMessage)||lr,processingMessage:(o==null?void 0:o.processingMessage)||pr,submittedMessage:(o==null?void 0:o.submittedMessage)||Ma,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>sr},extraReducers:e=>{e.addCase(E,()=>sr)}}),{clearTransactionsInfo:_u,setTransactionsDisplayInfo:Ro,clearTransactionsInfoForSessionId:Pu}=No.actions,mt=No.reducer});function Co(e){return e!=null&&(za(e)||Ja(e))}function ft(e){return e!=null&&(Ka(e)||Qa(e))}function Tt(e){return e!=null&&(Xa(e)||es(e))}function Do(e){return e!=null&&(Ya(e)||ts(e))}function _o(e){return e!=null&&Za(e)}function za(e){return e!=null&&Ba.includes(e)}function Ka(e){return e!=null&&Ua.includes(e)}function Xa(e){return e!=null&&Wa.includes(e)}function Ya(e){return e!=null&&Va.includes(e)}function Za(e){return e!=null&&Ga.includes(e)}function Ja(e){return e!=null&&$a.includes(e)}function Qa(e){return e!=null&&Ha.includes(e)}function es(e){return e!=null&&qa.includes(e)}function ts(e){return e!=null&&ja.includes(e)}var Ba,Ua,Wa,Va,Ga,$a,Ha,qa,ja,dr=g(()=>{"use strict";n();K();Ba=["sent"],Ua=["success"],Wa=["fail","cancelled","timedOut"],Va=["invalid"],Ga=["timedOut"],$a=["pending"],Ha=["success"],qa=["fail","invalid"],ja=["not executed"]});var Po,Oo,Le,rs,Mo,$u,Hu,Fo,Bo,Uo,mr,qu,ju,Wo,zu,Ku,yt,ht=g(()=>{"use strict";n();Po=require("@reduxjs/toolkit"),Oo=require("redux-persist");K();dr();B();Le={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},rs={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Mo=(0,Po.createSlice)({name:"transactionsSlice",initialState:Le,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m}=t.payload;e.customTransactionInformationForSessionId[r]=T(T(T({},rs),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:T(T({},e.customTransactionInformationForSessionId[r]),m!=null?m:{})},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=Le.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var h,x,y,S,v,R,te,Fe;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:m}=t.payload,d=(x=(h=e.signedTransactions)==null?void 0:h[r])==null?void 0:x.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(F=>F.hash===l?I(T(T({},p!=null?p:{}),F),{status:o,errorMessage:i,inTransit:m}):F);let Be=(S=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:S.every(F=>ft(F.status)),Ct=(R=(v=e.signedTransactions[r])==null?void 0:v.transactions)==null?void 0:R.some(F=>Tt(F.status)),Dt=(Fe=(te=e.signedTransactions[r])==null?void 0:te.transactions)==null?void 0:Fe.every(F=>Do(F.status));Be&&(e.signedTransactions[r].status="success"),Ct&&(e.signedTransactions[r].status="fail"),Dt&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Le.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Le.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=T(T({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(E,()=>Le),e.addCase(Oo.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((m,[d,h])=>{let x=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-x>0||(m[d]=h),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:$u,updateSignedTransactions:Hu,setTransactionsToSign:Fo,clearAllTransactionsToSign:Bo,clearAllSignedTransactions:Uo,clearSignedTransaction:mr,clearTransactionToSign:qu,setSignTransactionsError:ju,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:zu,updateSignedTransactionsCustomTransactionInformation:Ku}=Mo.actions,yt=Mo.reducer});var Vo,gr,Go,Ju,Qu,fr,ed,xt,St=g(()=>{"use strict";n();Vo=require("@reduxjs/toolkit");B();gr={},Go=(0,Vo.createSlice)({name:"batchTransactionsSlice",initialState:gr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>gr},extraReducers:e=>{e.addCase(E,()=>gr)}}),{setBatchTransactions:Ju,updateBatchTransactions:Qu,clearBatchTransactions:fr,clearAllBatchTransactions:ed}=Go.actions,xt=Go.reducer});var Ho,$o,qo,od,jo,Tr=g(()=>{"use strict";n();Ho=require("@reduxjs/toolkit");B();$o={},qo=(0,Ho.createSlice)({name:"dappConfigSlice",initialState:$o,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(E,()=>$o)}}),{setDappConfig:od}=qo.actions,jo=qo.reducer});var ee=g(()=>{"use strict";n();tt();nt();it();ct();pt();dt();gt();ht();St();Tr()});var hr=g(()=>{"use strict";n()});var ni,ps,us,pe,kt=g(()=>{"use strict";n();ni=require("@reduxjs/toolkit");hr();tt();St();Tr();nt();it();ct();pt();dt();gt();ht();ps={["account"]:et,["dappConfig"]:jo,["loginInfo"]:rt,["modals"]:ot,["networkConfig"]:st,["signedMessageInfo"]:lt,["toasts"]:ut,["transactionsInfo"]:mt,["transactions"]:yt,["batchTransactions"]:xt},us=(e={})=>(0,ni.combineReducers)(T(T({},ps),e)),pe=us});var si={};re(si,{default:()=>Es,sessionStorageReducers:()=>xr});function Z(e,t=[]){return{key:e,version:1,storage:ii.default,blacklist:t}}var _,oi,ii,ds,_e,ms,gs,fs,Ts,ys,hs,xs,Ss,ws,As,ai,bs,xr,Is,vs,ks,Es,ci=g(()=>{"use strict";n();_=require("redux-persist"),oi=w(require("redux-persist/lib/storage")),ii=w(require("redux-persist/lib/storage/session"));kt();ee();tt();St();nt();it();ct();pt();dt();gt();ht();hr();ds={persistReducersStorageType:"localStorage"},_e={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ms=Z(_e["account"]),gs=Z(_e["loginInfo"]),fs=Z(_e["modals"]),Ts=Z(_e["networkConfig"]),ys={2:e=>I(T({},e),{networkConfig:ir})};hs=Z("sdk-dapp-transactionsInfo"),xs=Z("sdk-dapp-transactions",["transactionsToSign"]),Ss=Z("sdk-dapp-batchTransactions",["batchTransactions"]),ws=Z("sdk-dapp-toasts"),As=Z("sdk-dapp-signedMessageInfo"),ai={key:"sdk-dapp-store",version:2,storage:oi.default,whitelist:Object.keys(_e),migrate:(0,_.createMigrate)(ys,{debug:!1})},bs=I(T({},ai),{whitelist:[]}),xr={["toasts"]:(0,_.persistReducer)(ws,ut),["transactions"]:(0,_.persistReducer)(xs,yt),["transactionsInfo"]:(0,_.persistReducer)(hs,mt),["batchTransactions"]:(0,_.persistReducer)(Ss,xt),["signedMessageInfo"]:(0,_.persistReducer)(As,lt)},Is=I(T({},xr),{["account"]:(0,_.persistReducer)(ms,et),["loginInfo"]:(0,_.persistReducer)(gs,rt),["modals"]:(0,_.persistReducer)(fs,ot),["networkConfig"]:(0,_.persistReducer)(Ts,st)}),vs=ds.persistReducersStorageType==="localStorage",ks=vs?(0,_.persistReducer)(ai,pe(xr)):(0,_.persistReducer)(bs,pe(Is)),Es=ks});var li={};re(li,{default:()=>Ls});var Ls,pi=g(()=>{"use strict";n();kt();Ls=pe()});var ui={};re(ui,{default:()=>Rs});var M,Ns,Rs,di=g(()=>{"use strict";n();M=require("redux-persist"),Ns=[M.FLUSH,M.REHYDRATE,M.PAUSE,M.PERSIST,M.PURGE,M.REGISTER],Rs=Ns});var fi={};re(fi,{default:()=>gi});function gi(e){return(0,mi.persistStore)(e)}var mi,Ti=g(()=>{"use strict";n();mi=require("redux-persist")});var vc={};re(vc,{calcTotalFee:()=>Ic,deleteTransactionToast:()=>dc,isCrossShardTransaction:()=>wi,removeAllSignedTransactions:()=>mc,removeAllTransactionsToSign:()=>gc,removeBatchTransactions:()=>fc,removeSignedTransaction:()=>Oi,removeTransactionsToSign:()=>uc,sendTransactions:()=>bc,signTransactions:()=>Lr});module.exports=Ae(vc);n();n();n();A();var Bn=({sessionId:e,address:t})=>`${e}${Fn}${t}`;n();n();ee();n();var zo=w(require("lodash.isequal")),wt=require("reselect"),f=(0,wt.createSelectorCreator)(wt.defaultMemoize,zo.default);var H=e=>e.account,Ne=f(H,e=>e.address),Re=f(H,Ne,(e,t)=>t in e.accounts?e.accounts[t]:Qe),Sd=f(H,Re,(e,t)=>{let i=e,{accounts:r}=i,o=Br(i,["accounts"]);return I(T({},o),{address:t.address,account:t})}),wd=f(Re,e=>e.balance),Ko=f(Re,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Ad=f(H,e=>e.shard),bd=f(H,e=>e.ledgerAccount),Id=f(H,e=>e.walletConnectAccount),vd=f(H,e=>e.isAccountLoading),kd=f(H,e=>e.accountLoadingError),Ed=f(H,e=>e.websocketEvent),Ld=f(H,e=>e.websocketBatchEvent);n();var ns=e=>e.dappConfig,Cd=f(ns,e=>e.shouldUseWebViewProvider);n();var X=e=>e.loginInfo,Od=f(X,e=>e.loginMethod),Md=f(X,Ne,(e,t)=>Boolean(t)),Fd=f(X,e=>e.walletConnectLogin),Bd=f(X,e=>e.ledgerLogin),Ud=f(X,e=>e.walletLogin),Wd=f(X,e=>e.isLoginSessionInvalid),Vd=f(X,e=>e.tokenLogin),Gd=f(X,e=>e.logoutRoute),$d=f(X,e=>e.isWalletConnectV2Initialized);n();var Xo=e=>e.modals,jd=f(Xo,e=>e.txSubmittedModal),zd=f(Xo,e=>e.notificationModal);n();var Y=e=>e.networkConfig,At=f(Y,e=>e.network.chainId),Yd=f(Y,e=>e.network.roundDuration),Zd=f(Y,e=>e.network.walletConnectBridgeAddress),Jd=f(Y,e=>e.network.walletConnectV2RelayAddress),Qd=f(Y,e=>e.network.walletConnectV2ProjectId),em=f(Y,e=>e.network.walletConnectV2Options),tm=f(Y,e=>e.network.walletConnectDeepLink),Ce=f(Y,e=>e.network),Yo=f(Ce,e=>e.apiAddress),Zo=f(Ce,e=>e.explorerAddress),rm=f(Ce,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),nm=f(Ce,e=>e.xAliasAddress),om=f(Ce,e=>e.egldLabel);n();var bt=e=>e.signedMessageInfo,sm=f(bt,e=>e.isSigning),cm=f(bt,e=>e.errorMessage),lm=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),pm=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var Jo=e=>e.toasts,mm=f(Jo,e=>e.customToasts),gm=f(Jo,e=>e.transactionToasts);n();ee();var Qo={errorMessage:cr,successMessage:lr,processingMessage:pr},os=e=>e.transactionsInfo,hm=f(os,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Qo);n();n();var le=require("@multiversx/sdk-core");A();n();n();n();function yr(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}n();n();n();n();var ei=e=>{let t=e!=null?e:"";return yr(t)?a.Buffer.from(a.Buffer.from(t,"base64").toString().trim()):a.Buffer.from(t.trim())};n();A();var ce=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(qt).some(r=>e.startsWith(r)):!1;function De(e){var o,i,l;let t=T({},e);ce({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new le.Transaction(T(T(I(T(I(T(T({value:BigInt(t.value.valueOf()),data:ei(t.data),nonce:BigInt(t.nonce.valueOf()),receiver:new le.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),t.relayer?{relayer:new le.Address(t.relayer)}:{}),{sender:new le.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:BigInt((o=t.gasLimit.valueOf())!=null?o:Te),gasPrice:BigInt((i=t.gasPrice.valueOf())!=null?i:ye),chainID:t.chainID.valueOf(),version:(l=t.version)!=null?l:On}),t.options?{options:t.options}:{}),t.guardian?{guardian:new le.Address(t.guardian)}:{}));return t.relayerSignature&&(r.relayerSignature=a.Buffer.from(t.relayerSignature,"hex")),t.guardianSignature&&(r.guardianSignature=a.Buffer.from(t.guardianSignature,"hex")),t.signature&&(r.signature=a.Buffer.from(t.signature,"hex")),r}n();n();A();n();n();var Sr=require("@reduxjs/toolkit"),Si=require("react-redux/lib/utils/Subscription");ee();n();var ti=w(require("lodash.throttle"));A();ee();or();Ze();be();var ss=[Ke],It=!1,cs=(0,ti.default)(()=>{ve(Ie())},5e3),ri=e=>t=>r=>{if(ss.includes(r.type))return t(r);let o=e.getState(),i=he.local.getItem(ae.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return ve(Ie()),t(r);let p=Date.now();return i-p<0&&!It?setTimeout(()=>{It=!0,e.dispatch(to())},1e3):(It&&(It=!1),cs()),t(r)};n();n();function vt(){return typeof sessionStorage!="undefined"}var yi=vt()?(ci(),Ae(si)).default:(pi(),Ae(li)).default,hi=vt()?(di(),Ae(ui)).default:[],xi=vt()?(Ti(),Ae(fi)).default:e=>e;kt();var b=(0,Sr.configureStore)({reducer:yi,middleware:e=>e({serializableCheck:{ignoredActions:[...hi,Zn.type,Yn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ri)}),Lg=(0,Si.createSubscription)(b),Ng=xi(b),Rg=(0,Sr.configureStore)({reducer:pe});n();n();var Ar=require("@multiversx/sdk-core");n();A();var Cs=e=>{let t=a.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(e.slice(0,t.length).equals(t))return!0;let o=a.Buffer.alloc(32).fill(0);return e.equals(o)},wr=e=>{try{let r=parseInt("11",2),o=parseInt("01",2),i=a.Buffer.from(e,"hex"),l=i[31];if(Cs(i))return Zt;let p=l&r;return p>3-1&&(p=l&o),p}catch(t){return-1}};function wi({receiverAddress:e,senderShard:t,senderAddress:r}){try{let o=new Ar.Address(e),i=wr(o.pubkey());if(t==null&&r!=null){let l=new Ar.Address(r);return wr(l)===i}return i===t}catch(o){return!1}}n();var _s=require("@multiversx/sdk-core");O();n();var Ds=require("@multiversx/sdk-core");n();n();n();var Ps=require("@multiversx/sdk-core"),Os=w(require("bignumber.js"));K();n();n();n();var Et="accounts";n();n();n();n();D();n();n();D();n();n();n();var Us=w(require("bignumber.js"));A();n();var Bs=require("@multiversx/sdk-core"),Ir=w(require("bignumber.js"));A();n();var ki=w(require("bignumber.js")),br=(e,t=!0)=>{let r=String(e);if(!r.match(/^[-]?\d+$/))return!1;let o=new ki.default(r),i=!t||o.isGreaterThanOrEqualTo(0);return o.toString(10)===r&&i};n();Ir.default.config({ROUNDING_MODE:Ir.default.ROUND_FLOOR});n();n();n();A();n();n();n();n();A();n();A();n();var Ws=require("@multiversx/sdk-core"),Vs=w(require("bignumber.js"));A();n();var ue=require("@multiversx/sdk-core"),Ni=w(require("bignumber.js"));A();n();n();var kr=w(require("bignumber.js"));A();var Ei=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[t,r]=e.split("."),o=kr.default.clone();if(r){let m=r.split("").every(d=>!isNaN(parseInt(d)));for(o.set({DECIMAL_PLACES:m?r.length:kr.default.config().DECIMAL_PLACES});r.charAt(r.length-1)===Q;)r=r.slice(0,-1)}let i=r?[t,r].join("."):t,l=o(i);return l.toString(10)===i&&l.isGreaterThanOrEqualTo(0)};n();A();n();var Li={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function Ri({minGasLimit:e=String(Te),gasLimit:t,gasPrice:r,data:o,gasPerDataByte:i,gasPriceModifier:l,defaultGasPrice:p=String(ye),chainId:m}){let d=o||"",h=br(t)?t:e,x=ce({data:d})?ze:0,y=new Ni.default(h).plus(x).toNumber(),S=Ei(r)?r:p,v=new ue.Transaction({nonce:BigInt(0),value:BigInt(0),receiver:new ue.Address(Li.to),sender:new ue.Address(Li.to),gasPrice:BigInt(parseInt(S)),gasLimit:BigInt(y),data:a.Buffer.from(d.trim()),chainID:m,version:1});try{return new ue.TransactionComputer().computeTransactionFee(v,{gasPerDataByte:BigInt(i),minGasLimit:BigInt(e),gasPriceModifier:parseFloat(l),chainID:m}).toString(10)}catch(R){return console.error(R),Q}}n();n();n();n();n();A();n();A();n();A();n();D();var $s=["reDelegateRewards","claimRewards","unBond"],Hs=["wrapEgld","unwrapEgld"],qs=["unStake"],js=["unDelegate"];n();n();n();A();n();var Xs=w(require("bignumber.js"));n();n();D();n();var Zs=w(require("bignumber.js"));n();n();n();n();var Qs=w(require("bignumber.js"));O();n();n();var ec=require("@multiversx/sdk-core");n();n();K();n();var nc=require("@multiversx/sdk-web-wallet-provider");A();n();var rc=w(require("qs"));n();Ee();at();n();at();var Hh={search:ke()?window.location.search:"",removeParams:[]};n();n();n();xe();n();D();n();n();xe();n();var oc=w(require("linkifyjs"));n();A();n();var ic=w(require("bignumber.js"));n();O();n();n();K();n();K();n();n();n();D();n();D();n();var ac=w(require("bignumber.js"));A();D();n();D();n();var _i=require("react");O();n();n();D();n();n();var sc=require("@multiversx/sdk-core"),cc=w(require("bignumber.js"));D();n();O();n();n();O();var FS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Pi=require("react");O();xe();n();var pc=require("react");D();var qS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];dr();n();var Nt=e=>e.transactions,Me=f(Nt,e=>e.signedTransactions),Ow=f(Nt,e=>e.signTransactionsError),Mw=f(Nt,e=>e.signTransactionsCancelMessage),Rt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),Fw=f(Me,Rt(Co)),Bw=f(Me,Rt(ft)),Uw=f(Me,Rt(Tt)),Ww=f(Me,Rt(_o)),Vw=f(Nt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:I(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>De(r)))||[]})}),Gw=f(Me,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});ee();function uc(e){b.dispatch(mr(e))}function Oi(e){var r;b.dispatch(mr(e));let t=Re(b.getState());b.dispatch(fr({batchId:Bn({sessionId:e,address:(r=t==null?void 0:t.address)!=null?r:""})}))}function dc(e){b.dispatch(Eo(e)),Oi(e)}function mc(){b.dispatch(Uo())}function gc(){b.dispatch(Bo())}function fc(e){b.dispatch(fr({batchId:e}))}n();Ee();n();ee();O();function Lr(i){return N(this,arguments,function*({transactions:e,callbackRoute:t,customTransactionInformation:r,transactionsDisplayInfo:o}){var y;let l=b.getState(),p=Date.now().toString(),m=At(l),d=Array.isArray(e)?e:[e];if(!(d==null?void 0:d.every(S=>S.getChainID().valueOf()===m.valueOf()))){let S={type:"warning",iconClassName:"text-warning",title:"Network change detected",description:"The application tried to change the transaction network"};return b.dispatch(io(S)),{error:"Invalid ChainID",sessionId:null}}let x={sessionId:p,callbackRoute:t,customTransactionInformation:I(T({},r!=null?r:{}),{signWithoutSending:(y=r==null?void 0:r.signWithoutSending)!=null?y:!0}),transactions:d.map(S=>{let v=S.toPlainObject();return ce({data:v.data,onlySetGuardian:!0})?v:I(T({},v),{senderUsername:S.getSenderUsername().valueOf(),receiverUsername:S.getReceiverUsername().valueOf()})})};return b.dispatch(Wo(null)),b.dispatch(Fo(x)),b.dispatch(Ro({sessionId:p,transactionsDisplayInfo:o})),{sessionId:p}})}n();n();var _r=require("@multiversx/sdk-core"),Pr=w(require("bignumber.js"));A();n();n();n();n();n();var Mi=require("@lifeomic/axios-fetch"),Nr=w(require("axios")),Rr=(0,Mi.buildAxiosFetch)(Nr.default),Cr=(e,t)=>N(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let o=e.clone().json(),[i]=yield Promise.all([o]);return{data:i,status:e.status,statusText:e.statusText,headers:e.headers,config:t}});function Tc(e,t,r){return N(this,null,function*(){try{let o=yield Rr(e,T({method:"POST",body:t?JSON.stringify(t):void 0,headers:T({"Content-Type":"application/json"},(r==null?void 0:r.headers)||{})},r));return Cr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}function yc(e,t){return N(this,null,function*(){try{let r=yield Rr(e,t);if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return Cr(r,t)}catch(r){throw console.error("Fetch Error:",r),r}})}function hc(e,t,r){return N(this,null,function*(){try{let o=yield Rr(e,T({method:"PATCH",body:t?JSON.stringify(t):void 0,headers:(r==null?void 0:r.headers)||{}},r));if(!o.ok)throw new Error(`HTTP error! Status: ${o.status}`);return Cr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}var Se=Nr.default.create();Se.get=yc;Se.post=Tc;Se.patch=hc;n();var Dr=e=>{let t=e!=null?e:Yo(b.getState());return t.endsWith("/")?t.slice(0,-1):t};n();var xc=w(require("axios"));n();var Sc=w(require("swr"));var wc=(e,t)=>{var i;let o=`${(i=t==null?void 0:t.apiAddress)!=null?i:Dr()}/${Et}/${e}?withGuardianInfo=true`;return Se.get(o)},Fi=(e,t)=>N(void 0,null,function*(){if(!e)return null;try{let{data:r}=yield wc(e,t);return r}catch(r){console.error("error fetching configuration for ",e,r)}return null});var Bi=(e,t)=>Fi(e,t);n();function Ui(e){let t=b.getState(),r=Ko(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}n();var Wi=({accountNonce:e,transactionNonce:t})=>t&&t>e?t:e;function Ac({data:e,isGuarded:t}){let r=t?ze:0,o=new Pr.default(Te).plus(r),i=new Pr.default(je),l=e?i.times(a.Buffer.from(e).length):0;return o.plus(l).toString(10)}function Vi(t){return N(this,arguments,function*({transactions:e}){let r=Ne(b.getState()),o=yield Bi(r),i=Ui(o);return e.map(l=>{let{value:p,receiver:m,data:d="",chainID:h,version:x=1,options:y,gasPrice:S=ye,gasLimit:v=Ac({data:l.data,isGuarded:o==null?void 0:o.isGuarded}),guardian:R,guardianSignature:te,nonce:Fe=0}=l,Be=m;try{Be=new _r.Address(m).hex()}catch($i){throw"Invalid Receiver address"}let Ct=Wi({accountNonce:i,transactionNonce:Fe}),Dt=At(b.getState()).valueOf().toString(),F=h||Dt;return De({value:p,receiver:Be,data:d,gasPrice:S,gasLimit:Number(v),nonce:Number(Ct.valueOf().toString()),sender:new _r.Address(r).hex(),chainID:F,version:x,options:y,guardian:R,guardianSignature:te})})})}var Gi=r=>N(void 0,[r],function*({transactions:e,minGasLimit:t}){let o=e.every(l=>Object.getPrototypeOf(l).toPlainObject!=null),i=e;return o||(i=yield Vi({transactions:e,minGasLimit:t})),i});function bc(x){return N(this,arguments,function*({transactions:e,transactionsDisplayInfo:t,redirectAfterSign:r=!0,callbackRoute:o=so(),signWithoutSending:i=!1,completedTransactionsDelay:l,sessionInformation:p,skipGuardian:m,minGasLimit:d,hasConsentPopup:h}){try{let y=Array.isArray(e)?e:[e],S=yield Gi({transactions:y,minGasLimit:d});return Lr({transactions:S,minGasLimit:d,callbackRoute:o,transactionsDisplayInfo:t,customTransactionInformation:{redirectAfterSign:r,completedTransactionsDelay:l,sessionInformation:p,skipGuardian:m,signWithoutSending:i,hasConsentPopup:h}})}catch(y){return console.error("error signing transaction",y),{error:y,sessionId:null}}})}n();var Or=w(require("bignumber.js"));A();function Ic(e,t){let r=new Or.default(0);return e.forEach(o=>{let i=Ri({gasPerDataByte:String(je),gasPriceModifier:String(Pn),minGasLimit:String(t),gasLimit:o.getGasLimit().valueOf().toString(),gasPrice:o.getGasPrice().valueOf().toString(),data:o.getData().toString(),chainId:o.getChainID().valueOf()});r=r.plus(new Or.default(i))}),r}0&&(module.exports={calcTotalFee,deleteTransactionToast,isCrossShardTransaction,removeAllSignedTransactions,removeAllTransactionsToSign,removeBatchTransactions,removeSignedTransaction,removeTransactionsToSign,sendTransactions,signTransactions});
|
|
1
|
+
"use strict";var ji=Object.create;var we=Object.defineProperty,zi=Object.defineProperties,Ki=Object.getOwnPropertyDescriptor,Xi=Object.getOwnPropertyDescriptors,Yi=Object.getOwnPropertyNames,Ue=Object.getOwnPropertySymbols,Zi=Object.getPrototypeOf,_t=Object.prototype.hasOwnProperty,Fr=Object.prototype.propertyIsEnumerable;var Mr=(e,t,r)=>t in e?we(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))_t.call(t,r)&&Mr(e,r,t[r]);if(Ue)for(var r of Ue(t))Fr.call(t,r)&&Mr(e,r,t[r]);return e},I=(e,t)=>zi(e,Xi(t));var Br=(e,t)=>{var r={};for(var o in e)_t.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Ue)for(var o of Ue(e))t.indexOf(o)<0&&Fr.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var We=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),re=(e,t)=>{for(var r in t)we(e,r,{get:t[r],enumerable:!0})},Ur=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Yi(t))!_t.call(e,i)&&i!==r&&we(e,i,{get:()=>t[i],enumerable:!(o=Ki(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?ji(Zi(e)):{},Ur(t||!e||!e.__esModule?we(r,"default",{value:e,enumerable:!0}):r,e)),Ae=e=>Ur(we({},"__esModule",{value:!0}),e);var N=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{m(r.next(d))}catch(h){i(h)}},p=d=>{try{m(r.throw(d))}catch(h){i(h)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);m((r=r.apply(e,t)).next())});var Gr=We(Ve=>{"use strict";n();Ve.byteLength=Qi;Ve.toByteArray=ta;Ve.fromByteArray=oa;var U=[],P=[],Ji=typeof Uint8Array!="undefined"?Uint8Array:Array,Pt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ne=0,Wr=Pt.length;ne<Wr;++ne)U[ne]=Pt[ne],P[Pt.charCodeAt(ne)]=ne;var ne,Wr;P["-".charCodeAt(0)]=62;P["_".charCodeAt(0)]=63;function Vr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function Qi(e){var t=Vr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function ea(e,t,r){return(t+r)*3/4-r}function ta(e){var t,r=Vr(e),o=r[0],i=r[1],l=new Ji(ea(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=P[e.charCodeAt(d)]<<18|P[e.charCodeAt(d+1)]<<12|P[e.charCodeAt(d+2)]<<6|P[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=P[e.charCodeAt(d)]<<2|P[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=P[e.charCodeAt(d)]<<10|P[e.charCodeAt(d+1)]<<4|P[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function ra(e){return U[e>>18&63]+U[e>>12&63]+U[e>>6&63]+U[e&63]}function na(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(ra(o));return i.join("")}function oa(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(na(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push(U[t>>2]+U[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(U[t>>10]+U[t>>4&63]+U[t<<2&63]+"=")),i.join("")}});var $r=We(Ot=>{n();Ot.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,h=d>>1,x=-7,y=r?i-1:0,S=r?-1:1,v=e[t+y];for(y+=S,l=v&(1<<-x)-1,v>>=-x,x+=m;x>0;l=l*256+e[t+y],y+=S,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+y],y+=S,x-=8);if(l===0)l=1-h;else{if(l===d)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-h}return(v?-1:1)*p*Math.pow(2,l-o)};Ot.write=function(e,t,r,o,i,l){var p,m,d,h=l*8-i-1,x=(1<<h)-1,y=x>>1,S=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=o?0:l-1,R=o?1:-1,te=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+y>=1?t+=S/d:t+=S*Math.pow(2,1-y),t*d>=2&&(p++,d/=2),p+y>=x?(m=0,p=x):p+y>=1?(m=(t*d-1)*Math.pow(2,i),p=p+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+v]=m&255,v+=R,m/=256,i-=8);for(p=p<<i|m,h+=i;h>0;e[r+v]=p&255,v+=R,p/=256,h-=8);e[r+v-R]|=te*128}});var rn=We(me=>{"use strict";n();var Mt=Gr(),de=$r(),Hr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;me.Buffer=u;me.SlowBuffer=pa;me.INSPECT_MAX_BYTES=50;var Ge=2147483647;me.kMaxLength=Ge;u.TYPED_ARRAY_SUPPORT=ia();!u.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 ia(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function q(e){if(e>Ge)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Wt(e)}return zr(e,t,r)}u.poolSize=8192;function zr(e,t,r){if(typeof e=="string")return sa(e,t);if(ArrayBuffer.isView(e))return ca(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(W(e,ArrayBuffer)||e&&W(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(W(e,SharedArrayBuffer)||e&&W(e.buffer,SharedArrayBuffer)))return Bt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=la(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return zr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Kr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function aa(e,t,r){return Kr(e),e<=0?q(e):t!==void 0?typeof r=="string"?q(e).fill(t,r):q(e).fill(t):q(e)}u.alloc=function(e,t,r){return aa(e,t,r)};function Wt(e){return Kr(e),q(e<0?0:Vt(e)|0)}u.allocUnsafe=function(e){return Wt(e)};u.allocUnsafeSlow=function(e){return Wt(e)};function sa(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Xr(e,t)|0,o=q(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function Ft(e){for(var t=e.length<0?0:Vt(e.length)|0,r=q(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function ca(e){if(W(e,Uint8Array)){var t=new Uint8Array(e);return Bt(t.buffer,t.byteOffset,t.byteLength)}return Ft(e)}function Bt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function la(e){if(u.isBuffer(e)){var t=Vt(e.length)|0,r=q(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Gt(e.length)?q(0):Ft(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Ft(e.data)}function Vt(e){if(e>=Ge)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ge.toString(16)+" bytes");return e|0}function pa(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),W(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(W(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Xr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||W(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Ut(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return tn(e).length;default:if(i)return o?-1:Ut(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Xr;function ua(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return wa(this,t,r);case"utf8":case"utf-8":return Zr(this,t,r);case"ascii":return xa(this,t,r);case"latin1":case"binary":return Sa(this,t,r);case"base64":return ya(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Aa(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function oe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)oe(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)oe(this,r,r+3),oe(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)oe(this,r,r+7),oe(this,r+1,r+6),oe(this,r+2,r+5),oe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Zr(this,0,t):ua.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=me.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Hr&&(u.prototype[Hr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,m=o-r,d=Math.min(p,m),h=this.slice(i,l),x=t.slice(r,o),y=0;y<d;++y)if(h[y]!==x[y]){p=h[y],m=x[y];break}return p<m?-1:m<p?1:0};function Yr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Gt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:qr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):qr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function qr(e,t,r,o,i){var l=1,p=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,m/=2,r/=2}function d(v,R){return l===1?v[R]:v.readUInt16BE(R*l)}var h;if(i){var x=-1;for(h=r;h<p;h++)if(d(e,h)===d(t,x===-1?0:h-x)){if(x===-1&&(x=h),h-x+1===m)return x*l}else x!==-1&&(h-=h-x),x=-1}else for(r+m>p&&(r=p-m),h=r;h>=0;h--){for(var y=!0,S=0;S<m;S++)if(d(e,h+S)!==d(t,S)){y=!1;break}if(y)return h}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Yr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Yr(this,t,r,o,!1)};function da(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var m=parseInt(t.substr(p*2,2),16);if(Gt(m))return p;e[r+p]=m}return p}function ma(e,t,r,o){return $e(Ut(t,e.length-r),e,r,o)}function ga(e,t,r,o){return $e(va(t),e,r,o)}function fa(e,t,r,o){return $e(tn(t),e,r,o)}function Ta(e,t,r,o){return $e(ka(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return da(this,t,r,o);case"utf8":case"utf-8":return ma(this,t,r,o);case"ascii":case"latin1":case"binary":return ga(this,t,r,o);case"base64":return fa(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ta(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ya(e,t,r){return t===0&&r===e.length?Mt.fromByteArray(e):Mt.fromByteArray(e.slice(t,r))}function Zr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,h,x,y;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(y=(l&31)<<6|d&63,y>127&&(p=y));break;case 3:d=e[i+1],h=e[i+2],(d&192)===128&&(h&192)===128&&(y=(l&15)<<12|(d&63)<<6|h&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:d=e[i+1],h=e[i+2],x=e[i+3],(d&192)===128&&(h&192)===128&&(x&192)===128&&(y=(l&15)<<18|(d&63)<<12|(h&63)<<6|x&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return ha(o)}var jr=4096;function ha(e){var t=e.length;if(t<=jr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=jr));return r}function xa(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Sa(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function wa(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=Ea[e[l]];return i}function Aa(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function L(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||L(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||L(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||L(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||L(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||L(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||L(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||L(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||L(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||L(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||L(t,4,this.length),de.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||L(t,4,this.length),de.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||L(t,8,this.length),de.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||L(t,8,this.length),de.read(this,t,!1,52,8)};function C(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;C(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;C(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);C(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);C(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||C(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Jr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Qr(e,t,r,o,i){return t=+t,r=r>>>0,i||Jr(e,t,r,4,34028234663852886e22,-34028234663852886e22),de.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Qr(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Qr(this,t,r,!1,o)};function en(e,t,r,o,i){return t=+t,r=r>>>0,i||Jr(e,t,r,8,17976931348623157e292,-17976931348623157e292),de.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return en(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return en(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var ba=/[^+/0-9A-Za-z-_]/g;function Ia(e){if(e=e.split("=")[0],e=e.trim().replace(ba,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Ut(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function va(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function ka(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function tn(e){return Mt.toByteArray(Ia(e))}function $e(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function W(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Gt(e){return e!==e}var Ea=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var cn=We((Dc,sn)=>{n();var k=sn.exports={},V,G;function $t(){throw new Error("setTimeout has not been defined")}function Ht(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?V=setTimeout:V=$t}catch(e){V=$t}try{typeof clearTimeout=="function"?G=clearTimeout:G=Ht}catch(e){G=Ht}})();function nn(e){if(V===setTimeout)return setTimeout(e,0);if((V===$t||!V)&&setTimeout)return V=setTimeout,setTimeout(e,0);try{return V(e,0)}catch(t){try{return V.call(null,e,0)}catch(r){return V.call(this,e,0)}}}function La(e){if(G===clearTimeout)return clearTimeout(e);if((G===Ht||!G)&&clearTimeout)return G=clearTimeout,clearTimeout(e);try{return G(e)}catch(t){try{return G.call(null,e)}catch(r){return G.call(this,e)}}}var j=[],ge=!1,ie,He=-1;function Na(){!ge||!ie||(ge=!1,ie.length?j=ie.concat(j):He=-1,j.length&&on())}function on(){if(!ge){var e=nn(Na);ge=!0;for(var t=j.length;t;){for(ie=j,j=[];++He<t;)ie&&ie[He].run();He=-1,t=j.length}ie=null,ge=!1,La(e)}}k.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];j.push(new an(e,t)),j.length===1&&!ge&&nn(on)};function an(e,t){this.fun=e,this.array=t}an.prototype.run=function(){this.fun.apply(null,this.array)};k.title="browser";k.browser=!0;k.env={};k.argv=[];k.version="";k.versions={};function z(){}k.on=z;k.addListener=z;k.once=z;k.off=z;k.removeListener=z;k.removeAllListeners=z;k.emit=z;k.prependListener=z;k.prependOnceListener=z;k.listeners=function(e){return[]};k.binding=function(e){throw new Error("process.binding is not supported")};k.cwd=function(){return"/"};k.chdir=function(e){throw new Error("process.chdir is not supported")};k.umask=function(){return 0}});var a,s,_c,n=g(()=>{a=w(rn()),s=w(cn()),_c=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var ln=g(()=>{"use strict";n()});var pn=g(()=>{"use strict";n()});var un=g(()=>{"use strict";n()});var qt,dn=g(()=>{"use strict";n();qt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(qt||{})});var mn=g(()=>{"use strict";n()});var jt=g(()=>{"use strict";n()});var gn=g(()=>{"use strict";n()});var fn=g(()=>{"use strict";n()});var Tn=g(()=>{"use strict";n()});var yn=g(()=>{"use strict";n()});var Ra,fe,hn=g(()=>{"use strict";n();Ra=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),fe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var xn,qc,Sn,jc,K=g(()=>{"use strict";n();hn();xn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(xn||{}),qc=T(T({},fe.WindowProviderRequestEnums),xn),Sn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(Sn||{}),jc=T(T({},fe.WindowProviderResponseEnums),Sn)});var wn=g(()=>{"use strict";n()});var An=g(()=>{"use strict";n()});var D=g(()=>{"use strict";n()});var bn=g(()=>{"use strict";n()});var In=g(()=>{"use strict";n()});var vn=g(()=>{"use strict";n()});var O=g(()=>{"use strict";n();fn();Tn();yn();K();wn();An();D();bn();In();vn()});var zt,kn,ll,En,pl,Ln,ul,dl,ml,Nn=g(()=>{"use strict";n();O();zt={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:kn,egldLabel:ll}=zt["devnet"],{chainId:En,egldLabel:pl}=zt["testnet"],{chainId:Ln,egldLabel:ul}=zt["mainnet"],dl={["devnet"]:kn,["testnet"]:En,["mainnet"]:Ln},ml={[kn]:"devnet",[En]:"testnet",[Ln]:"mainnet"}});var Kt=g(()=>{"use strict";n()});var $,Rn=g(()=>{"use strict";n();$=require("@multiversx/sdk-web-wallet-provider")});var qe,Xt=g(()=>{"use strict";n();qe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Cn,Dn,Yt,xl,Sl,_n=g(()=>{"use strict";n();Xt();Yt=String((Dn=(Cn=qe.safeWindow)==null?void 0:Cn.navigator)==null?void 0:Dn.userAgent),xl=/^((?!chrome|android).)*safari/i.test(Yt),Sl=/firefox/i.test(Yt)&&/windows/i.test(Yt)});var Pn,je,Te,ze,ye,On,Zt,Ke,Mn,Q,Fn,A=g(()=>{"use strict";n();ln();pn();un();dn();mn();jt();gn();Nn();Kt();Rn();_n();Pn=.01,je=1500,Te=5e4,ze=5e4,ye=1e9,On=1,Zt=4294967295,Ke="logout",Mn="login",Q="0",Fn="-"});var Xe,Jt=g(()=>{"use strict";n();Xe=()=>Date.now()/1e3});var Un=g(()=>{"use strict";n()});var Wn=g(()=>{"use strict";n()});var Vn=g(()=>{"use strict";n();Jt();Un();Wn()});var Qt={};re(Qt,{clear:()=>Pa,getItem:()=>Da,localStorageKeys:()=>ae,removeItem:()=>_a,setItem:()=>Ca});var ae,Ye,Ca,Da,_a,Pa,be=g(()=>{"use strict";n();Vn();ae={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Ye=typeof localStorage!="undefined",Ca=({key:e,data:t,expires:r})=>{!Ye||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Da=e=>{if(!Ye)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Xe()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},_a=e=>{!Ye||localStorage.removeItem(String(e))},Pa=()=>{!Ye||localStorage.clear()}});var er={};re(er,{clear:()=>qn,getItem:()=>$n,removeItem:()=>Hn,setItem:()=>Gn,storage:()=>Oa});var Gn,$n,Hn,qn,Oa,jn=g(()=>{"use strict";n();Gn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},$n=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Hn=e=>sessionStorage.removeItem(String(e)),qn=()=>sessionStorage.clear(),Oa={setItem:Gn,getItem:$n,removeItem:Hn,clear:qn}});var he,Ze=g(()=>{"use strict";n();be();jn();he={session:er,local:Qt}});var tr,E,Je,B=g(()=>{"use strict";n();tr=require("@reduxjs/toolkit");A();E=(0,tr.createAction)(Ke),Je=(0,tr.createAction)(Mn,e=>({payload:e}))});var nr,zn,Kn,Qe,rr,Xn,Yn,Ql,Zn,ep,tp,rp,np,op,ip,ap,sp,et,tt=g(()=>{"use strict";n();nr=require("@multiversx/sdk-core"),zn=require("@reduxjs/toolkit"),Kn=require("redux-persist");A();Ze();be();B();Qe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Q},rr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Qe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Xn=(0,zn.createSlice)({name:"accountInfoSlice",initialState:rr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new nr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Qe},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(E,()=>(he.local.removeItem(ae.loginExpiresAt),rr)),e.addCase(Je,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new nr.Address(o).toHex()}),e.addCase(Kn.REHYDRATE,(t,r)=>{var h;if(!((h=r.payload)!=null&&h.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:rr.accounts,t.publicKey=m})}}),{setAccount:Yn,setAddress:Ql,setAccountNonce:Zn,setAccountShard:ep,setLedgerAccount:tp,updateLedgerAccount:rp,setWalletConnectAccount:np,setIsAccountLoading:op,setAccountLoadingError:ip,setWebsocketEvent:ap,setWebsocketBatchEvent:sp}=Xn.actions,et=Xn.reducer});function Ie(){return new Date().setHours(new Date().getHours()+24)}function ve(e){he.local.setItem({key:ae.loginExpiresAt,data:e,expires:e})}var or=g(()=>{"use strict";n();Ze();be()});var Qn,Jn,eo,hp,xp,Sp,wp,Ap,bp,to,Ip,vp,kp,rt,nt=g(()=>{"use strict";n();Qn=require("@reduxjs/toolkit");or();K();B();Jn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},eo=(0,Qn.createSlice)({name:"loginInfoSlice",initialState:Jn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(E,()=>Jn),e.addCase(Je,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,ve(Ie())})}}),{setLoginMethod:hp,setWalletConnectLogin:xp,setLedgerLogin:Sp,setTokenLogin:wp,setTokenLoginSignature:Ap,setWalletLogin:bp,invalidateLoginSession:to,setLogoutRoute:Ip,setIsWalletConnectV2Initialized:vp,setWebviewLogin:kp}=eo.actions,rt=eo.reducer});var no,ro,oo,Rp,io,Cp,Dp,ot,it=g(()=>{"use strict";n();no=require("@reduxjs/toolkit");B();ro={},oo=(0,no.createSlice)({name:"modalsSlice",initialState:ro,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(E,()=>ro)}}),{setTxSubmittedModal:Rp,setNotificationModal:io,clearTxSubmittedModal:Cp,clearNotificationModal:Dp}=oo.actions,ot=oo.reducer});var ke,at=g(()=>{"use strict";n();ke=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var se,xe=g(()=>{"use strict";n();at();se=()=>{if(!ke())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var ao=g(()=>{"use strict";n();xe()});var so,co=g(()=>{"use strict";n();Ee();so=()=>{let{pathname:e,search:t,hash:r}=se();return`${e!=null?e:""}${t!=null?t:""}${r!=null?r:""}`}});var lo=g(()=>{"use strict";n();Xt()});var Ee=g(()=>{"use strict";n();ao();co();xe();lo()});var po=g(()=>{"use strict";n();Ee()});var uo=g(()=>{"use strict";n();po()});function mo(e){return e[Math.floor(Math.random()*e.length)]}var go=g(()=>{"use strict";n()});var fo=g(()=>{"use strict";n();jt()});var To=g(()=>{"use strict";n();uo();go();fo()});var yo,ho,xo,ir,Fa,So,du,mu,gu,st,ct=g(()=>{"use strict";n();yo=require("@reduxjs/toolkit"),ho=w(require("lodash.omit")),xo=require("redux-persist");Kt();B();To();ir={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},Fa={network:ir},So=(0,yo.createSlice)({name:"appConfig",initialState:Fa,reducers:{initializeNetworkConfig:(e,t)=>{let r=mo(t.payload.walletConnectV2RelayAddresses),o=(0,ho.default)(t.payload,"walletConnectV2RelayAddresses");e.network=I(T(T({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=T(T({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(E,t=>{t.network.customWalletAddress=void 0}),e.addCase(xo.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:du,updateNetworkConfig:mu,setCustomWalletAddress:gu}=So.actions,st=So.reducer});var wo,ar,Ao,Su,wu,Au,lt,pt=g(()=>{"use strict";n();wo=require("@reduxjs/toolkit");O();B();ar={isSigning:!1,signedSessions:{}},Ao=(0,wo.createSlice)({name:"signedMessageInfoSliceState",initialState:ar,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=T(T({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>ar},extraReducers:e=>{e.addCase(E,()=>ar)}}),{setSignSession:Su,clearSignedMessageInfo:wu,setSignSessionState:Au}=Ao.actions,lt=Ao.reducer});var Io,vo,bo,ko,Nu,Ru,Cu,Eo,ut,dt=g(()=>{"use strict";n();Io=require("@reduxjs/toolkit"),vo=require("redux-persist");O();Jt();B();bo={customToasts:[],transactionToasts:[]},ko=(0,Io.createSlice)({name:"toastsSlice",initialState:bo,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=I(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(I(T({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Xe(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(E,()=>bo),e.addCase(vo.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Nu,removeCustomToast:Ru,addTransactionToast:Cu,removeTransactionToast:Eo}=ko.actions,ut=ko.reducer});var Lo,cr,lr,pr,Ba,sr,No,Ou,Ro,Mu,mt,gt=g(()=>{"use strict";n();Lo=require("@reduxjs/toolkit");B();cr="Transaction failed",lr="Transaction successful",pr="Processing transaction",Ba="Transaction submitted",sr={},No=(0,Lo.createSlice)({name:"transactionsInfo",initialState:sr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||cr,successMessage:(o==null?void 0:o.successMessage)||lr,processingMessage:(o==null?void 0:o.processingMessage)||pr,submittedMessage:(o==null?void 0:o.submittedMessage)||Ba,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>sr},extraReducers:e=>{e.addCase(E,()=>sr)}}),{clearTransactionsInfo:Ou,setTransactionsDisplayInfo:Ro,clearTransactionsInfoForSessionId:Mu}=No.actions,mt=No.reducer});function Co(e){return e!=null&&(Xa(e)||es(e))}function ft(e){return e!=null&&(Ya(e)||ts(e))}function Tt(e){return e!=null&&(Za(e)||rs(e))}function Do(e){return e!=null&&(Ja(e)||ns(e))}function _o(e){return e!=null&&Qa(e)}function Xa(e){return e!=null&&Wa.includes(e)}function Ya(e){return e!=null&&Va.includes(e)}function Za(e){return e!=null&&Ga.includes(e)}function Ja(e){return e!=null&&$a.includes(e)}function Qa(e){return e!=null&&Ha.includes(e)}function es(e){return e!=null&&qa.includes(e)}function ts(e){return e!=null&&ja.includes(e)}function rs(e){return e!=null&&za.includes(e)}function ns(e){return e!=null&&Ka.includes(e)}var Wa,Va,Ga,$a,Ha,qa,ja,za,Ka,dr=g(()=>{"use strict";n();K();Wa=["sent"],Va=["success"],Ga=["fail","cancelled","timedOut"],$a=["invalid"],Ha=["timedOut"],qa=["pending"],ja=["success"],za=["fail","invalid"],Ka=["not executed"]});var Po,Oo,Le,os,Mo,qu,ju,Fo,Bo,Uo,mr,zu,Ku,Wo,Xu,Yu,yt,ht=g(()=>{"use strict";n();Po=require("@reduxjs/toolkit"),Oo=require("redux-persist");K();dr();B();Le={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},os={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Mo=(0,Po.createSlice)({name:"transactionsSlice",initialState:Le,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m}=t.payload;e.customTransactionInformationForSessionId[r]=T(T(T({},os),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:T(T({},e.customTransactionInformationForSessionId[r]),m!=null?m:{})},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=Le.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var h,x,y,S,v,R,te,Fe;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:m}=t.payload,d=(x=(h=e.signedTransactions)==null?void 0:h[r])==null?void 0:x.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(F=>F.hash===l?I(T(T({},p!=null?p:{}),F),{status:o,errorMessage:i,inTransit:m}):F);let Ct=(S=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:S.every(F=>ft(F.status)),Dt=(R=(v=e.signedTransactions[r])==null?void 0:v.transactions)==null?void 0:R.some(F=>Tt(F.status)),Be=(Fe=(te=e.signedTransactions[r])==null?void 0:te.transactions)==null?void 0:Fe.every(F=>Do(F.status));Ct&&(e.signedTransactions[r].status="success"),Dt&&(e.signedTransactions[r].status="fail"),Be&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Le.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Le.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=T(T({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(E,()=>Le),e.addCase(Oo.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((m,[d,h])=>{let x=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-x>0||(m[d]=h),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:qu,updateSignedTransactions:ju,setTransactionsToSign:Fo,clearAllTransactionsToSign:Bo,clearAllSignedTransactions:Uo,clearSignedTransaction:mr,clearTransactionToSign:zu,setSignTransactionsError:Ku,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:Xu,updateSignedTransactionsCustomTransactionInformation:Yu}=Mo.actions,yt=Mo.reducer});var Vo,gr,Go,ed,td,fr,rd,xt,St=g(()=>{"use strict";n();Vo=require("@reduxjs/toolkit");B();gr={},Go=(0,Vo.createSlice)({name:"batchTransactionsSlice",initialState:gr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>gr},extraReducers:e=>{e.addCase(E,()=>gr)}}),{setBatchTransactions:ed,updateBatchTransactions:td,clearBatchTransactions:fr,clearAllBatchTransactions:rd}=Go.actions,xt=Go.reducer});var Ho,$o,qo,ad,jo,Tr=g(()=>{"use strict";n();Ho=require("@reduxjs/toolkit");B();$o={},qo=(0,Ho.createSlice)({name:"dappConfigSlice",initialState:$o,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(E,()=>$o)}}),{setDappConfig:ad}=qo.actions,jo=qo.reducer});var ee=g(()=>{"use strict";n();tt();nt();it();ct();pt();dt();gt();ht();St();Tr()});var hr=g(()=>{"use strict";n()});var ni,ds,ms,pe,kt=g(()=>{"use strict";n();ni=require("@reduxjs/toolkit");hr();tt();St();Tr();nt();it();ct();pt();dt();gt();ht();ds={["account"]:et,["dappConfig"]:jo,["loginInfo"]:rt,["modals"]:ot,["networkConfig"]:st,["signedMessageInfo"]:lt,["toasts"]:ut,["transactionsInfo"]:mt,["transactions"]:yt,["batchTransactions"]:xt},ms=(e={})=>(0,ni.combineReducers)(T(T({},ds),e)),pe=ms});var si={};re(si,{default:()=>Ns,sessionStorageReducers:()=>xr});function Z(e,t=[]){return{key:e,version:1,storage:ii.default,blacklist:t}}var _,oi,ii,gs,_e,fs,Ts,ys,hs,xs,Ss,ws,As,bs,Is,ai,vs,xr,ks,Es,Ls,Ns,ci=g(()=>{"use strict";n();_=require("redux-persist"),oi=w(require("redux-persist/lib/storage")),ii=w(require("redux-persist/lib/storage/session"));kt();ee();tt();St();nt();it();ct();pt();dt();gt();ht();hr();gs={persistReducersStorageType:"localStorage"},_e={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},fs=Z(_e["account"]),Ts=Z(_e["loginInfo"]),ys=Z(_e["modals"]),hs=Z(_e["networkConfig"]),xs={2:e=>I(T({},e),{networkConfig:ir})};Ss=Z("sdk-dapp-transactionsInfo"),ws=Z("sdk-dapp-transactions",["transactionsToSign"]),As=Z("sdk-dapp-batchTransactions",["batchTransactions"]),bs=Z("sdk-dapp-toasts"),Is=Z("sdk-dapp-signedMessageInfo"),ai={key:"sdk-dapp-store",version:2,storage:oi.default,whitelist:Object.keys(_e),migrate:(0,_.createMigrate)(xs,{debug:!1})},vs=I(T({},ai),{whitelist:[]}),xr={["toasts"]:(0,_.persistReducer)(bs,ut),["transactions"]:(0,_.persistReducer)(ws,yt),["transactionsInfo"]:(0,_.persistReducer)(Ss,mt),["batchTransactions"]:(0,_.persistReducer)(As,xt),["signedMessageInfo"]:(0,_.persistReducer)(Is,lt)},ks=I(T({},xr),{["account"]:(0,_.persistReducer)(fs,et),["loginInfo"]:(0,_.persistReducer)(Ts,rt),["modals"]:(0,_.persistReducer)(ys,ot),["networkConfig"]:(0,_.persistReducer)(hs,st)}),Es=gs.persistReducersStorageType==="localStorage",Ls=Es?(0,_.persistReducer)(ai,pe(xr)):(0,_.persistReducer)(vs,pe(ks)),Ns=Ls});var li={};re(li,{default:()=>Rs});var Rs,pi=g(()=>{"use strict";n();kt();Rs=pe()});var ui={};re(ui,{default:()=>Ds});var M,Cs,Ds,di=g(()=>{"use strict";n();M=require("redux-persist"),Cs=[M.FLUSH,M.REHYDRATE,M.PAUSE,M.PERSIST,M.PURGE,M.REGISTER],Ds=Cs});var fi={};re(fi,{default:()=>gi});function gi(e){return(0,mi.persistStore)(e)}var mi,Ti=g(()=>{"use strict";n();mi=require("redux-persist")});var Ec={};re(Ec,{calcTotalFee:()=>kc,deleteTransactionToast:()=>gc,isCrossShardTransaction:()=>wi,removeAllSignedTransactions:()=>fc,removeAllTransactionsToSign:()=>Tc,removeBatchTransactions:()=>yc,removeSignedTransaction:()=>Oi,removeTransactionsToSign:()=>mc,sendTransactions:()=>vc,signTransactions:()=>Lr});module.exports=Ae(Ec);n();n();n();A();var Bn=({sessionId:e,address:t})=>`${e}${Fn}${t}`;n();n();ee();n();var zo=w(require("lodash.isequal")),wt=require("reselect"),f=(0,wt.createSelectorCreator)(wt.defaultMemoize,zo.default);var H=e=>e.account,Ne=f(H,e=>e.address),Re=f(H,Ne,(e,t)=>t in e.accounts?e.accounts[t]:Qe),Ad=f(H,Re,(e,t)=>{let i=e,{accounts:r}=i,o=Br(i,["accounts"]);return I(T({},o),{address:t.address,account:t})}),bd=f(Re,e=>e.balance),Ko=f(Re,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Id=f(H,e=>e.shard),vd=f(H,e=>e.ledgerAccount),kd=f(H,e=>e.walletConnectAccount),Ed=f(H,e=>e.isAccountLoading),Ld=f(H,e=>e.accountLoadingError),Nd=f(H,e=>e.websocketEvent),Rd=f(H,e=>e.websocketBatchEvent);n();var is=e=>e.dappConfig,_d=f(is,e=>e.shouldUseWebViewProvider);n();var X=e=>e.loginInfo,Fd=f(X,e=>e.loginMethod),Bd=f(X,Ne,(e,t)=>Boolean(t)),Ud=f(X,e=>e.walletConnectLogin),Wd=f(X,e=>e.ledgerLogin),Vd=f(X,e=>e.walletLogin),Gd=f(X,e=>e.isLoginSessionInvalid),$d=f(X,e=>e.tokenLogin),Hd=f(X,e=>e.logoutRoute),qd=f(X,e=>e.isWalletConnectV2Initialized);n();var Xo=e=>e.modals,Kd=f(Xo,e=>e.txSubmittedModal),Xd=f(Xo,e=>e.notificationModal);n();var Y=e=>e.networkConfig,At=f(Y,e=>e.network.chainId),Jd=f(Y,e=>e.network.roundDuration),Qd=f(Y,e=>e.network.walletConnectBridgeAddress),em=f(Y,e=>e.network.walletConnectV2RelayAddress),tm=f(Y,e=>e.network.walletConnectV2ProjectId),rm=f(Y,e=>e.network.walletConnectV2Options),nm=f(Y,e=>e.network.walletConnectDeepLink),Ce=f(Y,e=>e.network),Yo=f(Ce,e=>e.apiAddress),Zo=f(Ce,e=>e.explorerAddress),om=f(Ce,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),im=f(Ce,e=>e.xAliasAddress),am=f(Ce,e=>e.egldLabel);n();var bt=e=>e.signedMessageInfo,lm=f(bt,e=>e.isSigning),pm=f(bt,e=>e.errorMessage),um=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),dm=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var Jo=e=>e.toasts,fm=f(Jo,e=>e.customToasts),Tm=f(Jo,e=>e.transactionToasts);n();ee();var Qo={errorMessage:cr,successMessage:lr,processingMessage:pr},as=e=>e.transactionsInfo,Sm=f(as,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Qo);n();n();var le=require("@multiversx/sdk-core");A();n();n();n();function yr(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}n();n();n();n();var ei=e=>{let t=e!=null?e:"";return yr(t)?a.Buffer.from(a.Buffer.from(t,"base64").toString().trim()):a.Buffer.from(t.trim())};n();A();var ce=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(qt).some(r=>e.startsWith(r)):!1;function De(e){var o,i,l;let t=T({},e);ce({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new le.Transaction(T(T(I(T(I(T(T({value:BigInt(t.value.valueOf()),data:ei(t.data),nonce:BigInt(t.nonce.valueOf()),receiver:new le.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),t.relayer?{relayer:new le.Address(t.relayer)}:{}),{sender:new le.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:BigInt((o=t.gasLimit.valueOf())!=null?o:Te),gasPrice:BigInt((i=t.gasPrice.valueOf())!=null?i:ye),chainID:t.chainID.valueOf(),version:(l=t.version)!=null?l:On}),t.options?{options:t.options}:{}),t.guardian?{guardian:new le.Address(t.guardian)}:{}));return t.relayerSignature&&(r.relayerSignature=a.Buffer.from(t.relayerSignature,"hex")),t.guardianSignature&&(r.guardianSignature=a.Buffer.from(t.guardianSignature,"hex")),t.signature&&(r.signature=a.Buffer.from(t.signature,"hex")),r}n();n();A();n();n();var Sr=require("@reduxjs/toolkit"),Si=require("react-redux/lib/utils/Subscription");ee();n();var ti=w(require("lodash.throttle"));A();ee();or();Ze();be();var ls=[Ke],It=!1,ps=(0,ti.default)(()=>{ve(Ie())},5e3),ri=e=>t=>r=>{if(ls.includes(r.type))return t(r);let o=e.getState(),i=he.local.getItem(ae.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return ve(Ie()),t(r);let p=Date.now();return i-p<0&&!It?setTimeout(()=>{It=!0,e.dispatch(to())},1e3):(It&&(It=!1),ps()),t(r)};n();n();function vt(){return typeof sessionStorage!="undefined"}var yi=vt()?(ci(),Ae(si)).default:(pi(),Ae(li)).default,hi=vt()?(di(),Ae(ui)).default:[],xi=vt()?(Ti(),Ae(fi)).default:e=>e;kt();var b=(0,Sr.configureStore)({reducer:yi,middleware:e=>e({serializableCheck:{ignoredActions:[...hi,Zn.type,Yn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ri)}),Rg=(0,Si.createSubscription)(b),Cg=xi(b),Dg=(0,Sr.configureStore)({reducer:pe});n();n();var Ar=require("@multiversx/sdk-core");n();A();var _s=e=>{let t=a.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(e.slice(0,t.length).equals(t))return!0;let o=a.Buffer.alloc(32).fill(0);return e.equals(o)},wr=e=>{try{let r=parseInt("11",2),o=parseInt("01",2),i=a.Buffer.from(e,"hex"),l=i[31];if(_s(i))return Zt;let p=l&r;return p>3-1&&(p=l&o),p}catch(t){return-1}};function wi({receiverAddress:e,senderShard:t,senderAddress:r}){try{let o=new Ar.Address(e),i=wr(o.pubkey());if(t==null&&r!=null){let l=new Ar.Address(r);return wr(l)===i}return i===t}catch(o){return!1}}n();var Os=require("@multiversx/sdk-core");O();n();var Ps=require("@multiversx/sdk-core");n();n();n();var Ms=require("@multiversx/sdk-core"),Fs=w(require("bignumber.js"));K();n();n();n();var Et="accounts";n();n();n();n();D();n();n();D();n();n();n();var Vs=w(require("bignumber.js"));A();n();var Ws=require("@multiversx/sdk-core"),Ir=w(require("bignumber.js"));A();n();var ki=w(require("bignumber.js")),br=(e,t=!0)=>{let r=String(e);if(!r.match(/^[-]?\d+$/))return!1;let o=new ki.default(r),i=!t||o.isGreaterThanOrEqualTo(0);return o.toString(10)===r&&i};n();Ir.default.config({ROUNDING_MODE:Ir.default.ROUND_FLOOR});n();n();n();A();n();n();n();n();A();n();A();n();var Gs=require("@multiversx/sdk-core"),$s=w(require("bignumber.js"));A();n();var ue=require("@multiversx/sdk-core"),Ni=w(require("bignumber.js"));A();n();n();var kr=w(require("bignumber.js"));A();var Ei=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[t,r]=e.split("."),o=kr.default.clone();if(r){let m=r.split("").every(d=>!isNaN(parseInt(d)));for(o.set({DECIMAL_PLACES:m?r.length:kr.default.config().DECIMAL_PLACES});r.charAt(r.length-1)===Q;)r=r.slice(0,-1)}let i=r?[t,r].join("."):t,l=o(i);return l.toString(10)===i&&l.isGreaterThanOrEqualTo(0)};n();A();n();var Li={from:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa",to:"erd12dnfhej64s6c56ka369gkyj3hwv5ms0y5rxgsk2k7hkd2vuk7rvqxkalsa"};function Ri({minGasLimit:e=String(Te),gasLimit:t,gasPrice:r,data:o,gasPerDataByte:i,gasPriceModifier:l,defaultGasPrice:p=String(ye),chainId:m}){let d=o||"",h=br(t)?t:e,x=ce({data:d})?ze:0,y=new Ni.default(h).plus(x).toNumber(),S=Ei(r)?r:p,v=new ue.Transaction({nonce:BigInt(0),value:BigInt(0),receiver:new ue.Address(Li.to),sender:new ue.Address(Li.to),gasPrice:BigInt(parseInt(S)),gasLimit:BigInt(y),data:a.Buffer.from(d.trim()),chainID:m,version:1});try{return new ue.TransactionComputer().computeTransactionFee(v,{gasPerDataByte:BigInt(i),minGasLimit:BigInt(e),gasPriceModifier:parseFloat(l),chainID:m}).toString(10)}catch(R){return console.error(R),Q}}n();n();n();n();n();A();n();A();n();A();n();D();var qs=["reDelegateRewards","claimRewards","unBond"],js=["wrapEgld","unwrapEgld"],zs=["unStake"],Ks=["unDelegate"];n();n();n();A();n();var Zs=w(require("bignumber.js"));n();n();D();n();var Qs=w(require("bignumber.js"));n();n();n();n();var tc=w(require("bignumber.js"));O();n();n();var rc=require("@multiversx/sdk-core");n();n();K();n();var ic=require("@multiversx/sdk-web-wallet-provider");A();n();var oc=w(require("qs"));n();Ee();at();n();at();var jh={search:ke()?window.location.search:"",removeParams:[]};n();n();n();xe();n();D();n();n();xe();n();var ac=w(require("linkifyjs"));n();A();n();var sc=w(require("bignumber.js"));n();O();n();n();K();n();K();n();n();n();D();n();D();n();var cc=w(require("bignumber.js"));A();D();n();D();n();var _i=require("react");O();n();n();D();n();n();var lc=require("@multiversx/sdk-core"),pc=w(require("bignumber.js"));D();n();O();n();n();O();var US=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Pi=require("react");O();xe();n();var dc=require("react");D();var zS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];dr();n();var Nt=e=>e.transactions,Me=f(Nt,e=>e.signedTransactions),Fw=f(Nt,e=>e.signTransactionsError),Bw=f(Nt,e=>e.signTransactionsCancelMessage),Rt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),Uw=f(Me,Rt(Co)),Ww=f(Me,Rt(ft)),Vw=f(Me,Rt(Tt)),Gw=f(Me,Rt(_o)),$w=f(Nt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:I(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>De(r)))||[]})}),Hw=f(Me,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});ee();function mc(e){b.dispatch(mr(e))}function Oi(e){var r;b.dispatch(mr(e));let t=Re(b.getState());b.dispatch(fr({batchId:Bn({sessionId:e,address:(r=t==null?void 0:t.address)!=null?r:""})}))}function gc(e){b.dispatch(Eo(e)),Oi(e)}function fc(){b.dispatch(Uo())}function Tc(){b.dispatch(Bo())}function yc(e){b.dispatch(fr({batchId:e}))}n();Ee();n();ee();O();function Lr(i){return N(this,arguments,function*({transactions:e,callbackRoute:t,customTransactionInformation:r,transactionsDisplayInfo:o}){var y;let l=b.getState(),p=Date.now().toString(),m=At(l),d=Array.isArray(e)?e:[e];if(!(d==null?void 0:d.every(S=>S.chainID===m))){let S={type:"warning",iconClassName:"text-warning",title:"Network change detected",description:"The application tried to change the transaction network"};return b.dispatch(io(S)),{error:"Invalid ChainID",sessionId:null}}let x={sessionId:p,callbackRoute:t,customTransactionInformation:I(T({},r!=null?r:{}),{signWithoutSending:(y=r==null?void 0:r.signWithoutSending)!=null?y:!0}),transactions:d.map(S=>{let v=S.toPlainObject();return ce({data:v.data,onlySetGuardian:!0})?v:I(T({},v),{senderUsername:S.senderUsername,receiverUsername:S.receiverUsername})})};return b.dispatch(Wo(null)),b.dispatch(Fo(x)),b.dispatch(Ro({sessionId:p,transactionsDisplayInfo:o})),{sessionId:p}})}n();n();var _r=require("@multiversx/sdk-core"),Pr=w(require("bignumber.js"));A();n();n();n();n();n();var Mi=require("@lifeomic/axios-fetch"),Nr=w(require("axios")),Rr=(0,Mi.buildAxiosFetch)(Nr.default),Cr=(e,t)=>N(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let o=e.clone().json(),[i]=yield Promise.all([o]);return{data:i,status:e.status,statusText:e.statusText,headers:e.headers,config:t}});function hc(e,t,r){return N(this,null,function*(){try{let o=yield Rr(e,T({method:"POST",body:t?JSON.stringify(t):void 0,headers:T({"Content-Type":"application/json"},(r==null?void 0:r.headers)||{})},r));return Cr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}function xc(e,t){return N(this,null,function*(){try{let r=yield Rr(e,t);if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return Cr(r,t)}catch(r){throw console.error("Fetch Error:",r),r}})}function Sc(e,t,r){return N(this,null,function*(){try{let o=yield Rr(e,T({method:"PATCH",body:t?JSON.stringify(t):void 0,headers:(r==null?void 0:r.headers)||{}},r));if(!o.ok)throw new Error(`HTTP error! Status: ${o.status}`);return Cr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}var Se=Nr.default.create();Se.get=xc;Se.post=hc;Se.patch=Sc;n();var Dr=e=>{let t=e!=null?e:Yo(b.getState());return t.endsWith("/")?t.slice(0,-1):t};n();var wc=w(require("axios"));n();var Ac=w(require("swr"));var bc=(e,t)=>{var i;let o=`${(i=t==null?void 0:t.apiAddress)!=null?i:Dr()}/${Et}/${e}?withGuardianInfo=true`;return Se.get(o)},Fi=(e,t)=>N(void 0,null,function*(){if(!e)return null;try{let{data:r}=yield bc(e,t);return r}catch(r){console.error("error fetching configuration for ",e,r)}return null});var Bi=(e,t)=>Fi(e,t);n();function Ui(e){let t=b.getState(),r=Ko(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}n();var Wi=({accountNonce:e,transactionNonce:t})=>t&&t>e?t:e;function Ic({data:e,isGuarded:t}){let r=t?ze:0,o=new Pr.default(Te).plus(r),i=new Pr.default(je),l=e?i.times(a.Buffer.from(e).length):0;return o.plus(l).toString(10)}function Vi(t){return N(this,arguments,function*({transactions:e}){let r=Ne(b.getState()),o=yield Bi(r),i=Ui(o);return e.map(l=>{let{value:p,receiver:m,data:d="",chainID:h,version:x=1,options:y,gasPrice:S=ye,gasLimit:v=Ic({data:l.data,isGuarded:o==null?void 0:o.isGuarded}),guardian:R,guardianSignature:te,relayer:Fe,relayerSignature:Ct,nonce:Dt=0}=l,Be=m;try{Be=new _r.Address(m).toHex()}catch(qi){throw"Invalid Receiver address"}let F=Wi({accountNonce:i,transactionNonce:Dt}),$i=At(b.getState()).valueOf().toString(),Hi=h||$i;return De({value:p,receiver:Be,data:d,gasPrice:S,gasLimit:Number(v),nonce:Number(F.valueOf().toString()),sender:new _r.Address(r).toHex(),chainID:Hi,version:x,options:y,guardian:R,guardianSignature:te,relayer:Fe,relayerSignature:Ct})})})}var Gi=r=>N(void 0,[r],function*({transactions:e,minGasLimit:t}){let o=e.every(l=>Object.getPrototypeOf(l).toPlainObject!=null),i=e;return o||(i=yield Vi({transactions:e,minGasLimit:t})),i});function vc(x){return N(this,arguments,function*({transactions:e,transactionsDisplayInfo:t,redirectAfterSign:r=!0,callbackRoute:o=so(),signWithoutSending:i=!1,completedTransactionsDelay:l,sessionInformation:p,skipGuardian:m,minGasLimit:d,hasConsentPopup:h}){try{let y=Array.isArray(e)?e:[e],S=yield Gi({transactions:y,minGasLimit:d});return Lr({transactions:S,minGasLimit:d,callbackRoute:o,transactionsDisplayInfo:t,customTransactionInformation:{redirectAfterSign:r,completedTransactionsDelay:l,sessionInformation:p,skipGuardian:m,signWithoutSending:i,hasConsentPopup:h}})}catch(y){return console.error("error signing transaction",y),{error:y,sessionId:null}}})}n();var Or=w(require("bignumber.js"));A();function kc(e,t){let r=new Or.default(0);return e.forEach(o=>{let i=Ri({gasPerDataByte:String(je),gasPriceModifier:String(Pn),minGasLimit:String(t),gasLimit:o.getGasLimit().valueOf().toString(),gasPrice:o.getGasPrice().valueOf().toString(),data:o.getData().toString(),chainId:o.getChainID().valueOf()});r=r.plus(new Or.default(i))}),r}0&&(module.exports={calcTotalFee,deleteTransactionToast,isCrossShardTransaction,removeAllSignedTransactions,removeAllTransactionsToSign,removeBatchTransactions,removeSignedTransaction,removeTransactionsToSign,sendTransactions,signTransactions});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|