@multiversx/sdk-dapp 4.3.7 → 4.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/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/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/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/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/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/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/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-NDCIY7HH.js → chunk-25PUNEEX.js} +2 -2
- package/__chunks__/{chunk-CECXTGBB.js → chunk-27IYALAE.js} +2 -2
- package/__chunks__/{chunk-GTFRBJR7.js → chunk-27JDCY6N.js} +2 -2
- package/__chunks__/chunk-2AKXNZJH.js +2 -0
- package/__chunks__/chunk-2ERU3TK6.js +2 -0
- package/__chunks__/{chunk-LYS6XNSD.js → chunk-2GY2SPXS.js} +2 -2
- package/__chunks__/{chunk-23GM5MRT.js → chunk-2JJ2JMSK.js} +2 -2
- package/__chunks__/{chunk-ESH5IZBM.js → chunk-2MANWM6P.js} +2 -2
- package/__chunks__/{chunk-XKL6IVAM.js → chunk-2N57GJZU.js} +2 -2
- package/__chunks__/{chunk-ZG2342IK.js → chunk-2PKQYYCJ.js} +2 -2
- package/__chunks__/chunk-2SINVI7X.js +2 -0
- package/__chunks__/{chunk-HH25W56B.js → chunk-2UXGRWWT.js} +2 -2
- package/__chunks__/chunk-2VUK7Q6P.js +2 -0
- package/__chunks__/{chunk-YIDYMEYQ.js → chunk-2WH6HSHH.js} +2 -2
- package/__chunks__/{chunk-GTZZTQKG.js → chunk-2XVA7OUR.js} +2 -2
- package/__chunks__/{chunk-RJWUECPV.js → chunk-32EJDSI6.js} +2 -2
- package/__chunks__/{chunk-KXNWAPAZ.js → chunk-34DYHXOM.js} +2 -2
- package/__chunks__/{chunk-HKI62JTC.js → chunk-3COO3CCQ.js} +2 -2
- package/__chunks__/{chunk-SEMWD6G3.js → chunk-3CYQBT2V.js} +2 -2
- package/__chunks__/{chunk-BQG524WY.js → chunk-3DZDWNPD.js} +2 -2
- package/__chunks__/{chunk-JPDGWMJM.js → chunk-3GSJVOE4.js} +2 -2
- package/__chunks__/{chunk-5YPPRA6N.js → chunk-3JAG5ZBQ.js} +2 -2
- package/__chunks__/{chunk-QKY343QT.js → chunk-3JT52THZ.js} +2 -2
- package/__chunks__/{chunk-23TLCHKE.js → chunk-3L55GLSV.js} +2 -2
- package/__chunks__/{chunk-VICMCLGA.js → chunk-3OFFUO4M.js} +2 -2
- package/__chunks__/{chunk-CQI3SKX6.js → chunk-3U2WKWGT.js} +2 -2
- package/__chunks__/{chunk-UCBK4UUB.js → chunk-3Z6UE5WP.js} +2 -2
- package/__chunks__/{chunk-2A6C6QYS.js → chunk-44F65KGN.js} +2 -2
- package/__chunks__/{chunk-FX6PKMU5.js → chunk-4BW4335R.js} +2 -2
- package/__chunks__/{chunk-JDRWJJ2G.js → chunk-4GNBROVW.js} +2 -2
- package/__chunks__/{chunk-SKAXKU2I.js → chunk-4HEWOOFB.js} +2 -2
- package/__chunks__/{chunk-Z3236R2X.js → chunk-4KPC2NSE.js} +2 -2
- package/__chunks__/{chunk-ZLKI2ITX.js → chunk-4OYLYXBI.js} +2 -2
- package/__chunks__/{chunk-PN4PH3UL.js → chunk-4SDTXI7S.js} +2 -2
- package/__chunks__/chunk-4UU3WLNO.js +2 -0
- package/__chunks__/{chunk-2LBQ2SLF.js → chunk-4VHJDZ5N.js} +2 -2
- package/__chunks__/{chunk-C7YZRX62.js → chunk-53MYHAVO.js} +2 -2
- package/__chunks__/chunk-5DMPA7NW.js +2 -0
- package/__chunks__/chunk-5FXAEUQX.js +2 -0
- package/__chunks__/{chunk-DPLLZMAJ.js → chunk-5HRIOOJK.js} +2 -2
- package/__chunks__/{chunk-XSNS7OZJ.js → chunk-5KGSTXWM.js} +2 -2
- package/__chunks__/chunk-5M6V46NZ.js +2 -0
- package/__chunks__/{chunk-NNBXQNL4.js → chunk-5MUIATG5.js} +2 -2
- package/__chunks__/chunk-5OB3KSNE.js +2 -0
- package/__chunks__/chunk-5OFK66QH.js +2 -0
- package/__chunks__/{chunk-F4DAB6HG.js → chunk-63GGSIG7.js} +2 -2
- package/__chunks__/{chunk-TW3LEKQM.js → chunk-6BGNIHSZ.js} +2 -2
- package/__chunks__/chunk-6IZMELTP.js +2 -0
- package/__chunks__/chunk-6LBP37IO.js +2 -0
- package/__chunks__/{chunk-J3IWRUKX.js → chunk-6LXBZZVS.js} +2 -2
- package/__chunks__/{chunk-UZ7K4UMU.js → chunk-6NTXE5OT.js} +2 -2
- package/__chunks__/{chunk-QH2I3TBG.js → chunk-6OASFGVD.js} +2 -2
- package/__chunks__/{chunk-Y5T6QJAX.js → chunk-6PFOAJEL.js} +2 -2
- package/__chunks__/{chunk-5V2DPUMR.js → chunk-6RUVB3FL.js} +2 -2
- package/__chunks__/chunk-6SX4CF2B.js +2 -0
- package/__chunks__/{chunk-UYIFSBFM.js → chunk-6U6ILNWG.js} +2 -2
- package/__chunks__/{chunk-WRES5TZ3.js → chunk-6VSR5UNN.js} +2 -2
- package/__chunks__/{chunk-AV4L4A5N.js → chunk-74VYQEFV.js} +2 -2
- package/__chunks__/{chunk-JDLZMDIG.js → chunk-74WLYOUY.js} +2 -2
- package/__chunks__/{chunk-BJVVO6UW.js → chunk-752TVK2K.js} +2 -2
- package/__chunks__/{chunk-4W7QMWKG.js → chunk-75AX2XNV.js} +2 -2
- package/__chunks__/{chunk-TNZEG3CZ.js → chunk-77MQ7D24.js} +2 -2
- package/__chunks__/{chunk-7OUPDZF7.js → chunk-7F5NV55Y.js} +2 -2
- package/__chunks__/{chunk-JMXLBJC2.js → chunk-7FZBZ3IJ.js} +2 -2
- package/__chunks__/{chunk-XZ3SW2QN.js → chunk-7HZDRK3Y.js} +2 -2
- package/__chunks__/{chunk-5F24SJ6V.js → chunk-7M6JGWNT.js} +2 -2
- package/__chunks__/chunk-7MKLEAEN.js +2 -0
- package/__chunks__/{chunk-K3GWYCQL.js → chunk-7NS4U7K2.js} +2 -2
- package/__chunks__/{chunk-YU57DBDI.js → chunk-7OJRV2GG.js} +2 -2
- package/__chunks__/{chunk-I4TVFNHM.js → chunk-7P3DGS2K.js} +2 -2
- package/__chunks__/chunk-7VHQGH2S.js +2 -0
- package/__chunks__/{chunk-FNLCVFDP.js → chunk-7XQ2Y5UW.js} +2 -2
- package/__chunks__/{chunk-ADOZ5JAM.js → chunk-7Z5JUXI7.js} +2 -2
- package/__chunks__/chunk-7ZG324OC.js +2 -0
- package/__chunks__/chunk-7ZRV4VC3.js +2 -0
- package/__chunks__/{chunk-DF7KFM6M.js → chunk-A3T4LRCR.js} +2 -2
- package/__chunks__/chunk-A7O7JVDC.js +2 -0
- package/__chunks__/{chunk-KMQ4RCKI.js → chunk-AAPLYECN.js} +2 -2
- package/__chunks__/{chunk-JLOSZQZZ.js → chunk-AARE5MCK.js} +2 -2
- package/__chunks__/{chunk-VKLDPAEO.js → chunk-ACZENB3U.js} +2 -2
- package/__chunks__/{chunk-ZS3ALDXP.js → chunk-AD432JPX.js} +2 -2
- package/__chunks__/{chunk-VJJMYOLU.js → chunk-ALJNXAQH.js} +2 -2
- package/__chunks__/{chunk-VZFMZEZ4.js → chunk-AQX2IZBD.js} +2 -2
- package/__chunks__/{chunk-PUKIP2GB.js → chunk-ARNXKM4W.js} +2 -2
- package/__chunks__/{chunk-5TR53SGW.js → chunk-AYDWCLFR.js} +2 -2
- package/__chunks__/{chunk-MWRND26Z.js → chunk-B6ERE4UA.js} +2 -2
- package/__chunks__/{chunk-5MLIRHYE.js → chunk-BAQAA5IZ.js} +2 -2
- package/__chunks__/{chunk-RRAWK5WD.js → chunk-BBZGKXPN.js} +2 -2
- package/__chunks__/{chunk-2F2BYJWA.js → chunk-BF2GYHYI.js} +2 -2
- package/__chunks__/{chunk-HWUWRRU5.js → chunk-BFCXCCVG.js} +2 -2
- package/__chunks__/{chunk-RKXFNWBS.js → chunk-BH53HLJ5.js} +2 -2
- package/__chunks__/{chunk-RIHP2KM6.js → chunk-BT3JFS5A.js} +2 -2
- package/__chunks__/{chunk-ZJKBORJK.js → chunk-BTJFXBL2.js} +2 -2
- package/__chunks__/{chunk-UEJFKME5.js → chunk-BUBBNGOU.js} +2 -2
- package/__chunks__/{chunk-Q7LAE32A.js → chunk-BUW24JCF.js} +2 -2
- package/__chunks__/{chunk-IYUFMJIP.js → chunk-BX7UC63H.js} +2 -2
- package/__chunks__/{chunk-I37QNZI3.js → chunk-C7IQPNPU.js} +2 -2
- package/__chunks__/chunk-C7SSDJTY.js +2 -0
- package/__chunks__/{chunk-CXDXK6RY.js → chunk-CW6VR2ZU.js} +2 -2
- package/__chunks__/chunk-D4N5TW2V.js +2 -0
- package/__chunks__/{chunk-7MULT7WN.js → chunk-D5VZ2JQG.js} +2 -2
- package/__chunks__/{chunk-R7J223VN.js → chunk-D5WLUHSS.js} +2 -2
- package/__chunks__/chunk-D6LKRDN3.js +2 -0
- package/__chunks__/{chunk-RDCZCZO3.js → chunk-D72ZE4NU.js} +2 -2
- package/__chunks__/{chunk-S3TYLBXH.js → chunk-DAVPOMGW.js} +2 -2
- package/__chunks__/chunk-DEOGKEN3.js +2 -0
- package/__chunks__/{chunk-OYTZTTGS.js → chunk-DHBJHLBG.js} +2 -2
- package/__chunks__/{chunk-6BHX42UO.js → chunk-DMKIOL4I.js} +2 -2
- package/__chunks__/{chunk-TWZMJ3UH.js → chunk-DOFGT5N3.js} +2 -2
- package/__chunks__/{chunk-6GV6PRNQ.js → chunk-DU2XTTOT.js} +2 -2
- package/__chunks__/{chunk-WMSQ5XTJ.js → chunk-DYYHJNGJ.js} +2 -2
- package/__chunks__/{chunk-3RYWDPX5.js → chunk-ES7INKQX.js} +2 -2
- package/__chunks__/chunk-ESDIUIUK.js +2 -0
- package/__chunks__/{chunk-Z4ROMD64.js → chunk-EVOSHAPQ.js} +2 -2
- package/__chunks__/{chunk-Z7GIQZHK.js → chunk-EWZPP623.js} +2 -2
- package/__chunks__/{chunk-CHJGKW2E.js → chunk-EYCCXZ5I.js} +2 -2
- package/__chunks__/{chunk-6LNCWWVK.js → chunk-EYGJT63Q.js} +2 -2
- package/__chunks__/{chunk-W5MEGAKJ.js → chunk-EZGXIMFA.js} +2 -2
- package/__chunks__/{chunk-E5PGYF5O.js → chunk-F3HFVZO6.js} +2 -2
- package/__chunks__/{chunk-Q75YDIAP.js → chunk-F46AMJ5E.js} +2 -2
- package/__chunks__/{chunk-LMECC6LT.js → chunk-F7EFOEKA.js} +2 -2
- package/__chunks__/chunk-FBG6YXQN.js +2 -0
- package/__chunks__/{chunk-7SAIKJXD.js → chunk-FC2CFQ4W.js} +2 -2
- package/__chunks__/{chunk-77QNUACW.js → chunk-FF6DDY6N.js} +2 -2
- package/__chunks__/{chunk-S5O6PLRV.js → chunk-FICS64XF.js} +2 -2
- package/__chunks__/{chunk-LN2KYNEJ.js → chunk-FKGSTJMN.js} +2 -2
- package/__chunks__/{chunk-NKKKO77C.js → chunk-FP6OIG5I.js} +2 -2
- package/__chunks__/{chunk-33NTIYYV.js → chunk-FQXIGO23.js} +2 -2
- package/__chunks__/{chunk-T5GVXGBM.js → chunk-FS6I42V7.js} +2 -2
- package/__chunks__/{chunk-TBEQYVYW.js → chunk-FYOACWD3.js} +2 -2
- package/__chunks__/{chunk-PKYOBNVX.js → chunk-FZOQVKVP.js} +2 -2
- package/__chunks__/{chunk-42ISFSB7.js → chunk-G2EN56U6.js} +2 -2
- package/__chunks__/{chunk-ZDLOAOSP.js → chunk-G2TBKPDB.js} +2 -2
- package/__chunks__/{chunk-4OZCHB5J.js → chunk-G5HNSXBH.js} +2 -2
- package/__chunks__/{chunk-SB54KQH2.js → chunk-G72LKXCI.js} +2 -2
- package/__chunks__/{chunk-GXITFUBS.js → chunk-G7AS43E5.js} +2 -2
- package/__chunks__/{chunk-IDTFMFJZ.js → chunk-GAGP5P5R.js} +2 -2
- package/__chunks__/{chunk-KNX76FSY.js → chunk-GHLUGLRL.js} +2 -2
- package/__chunks__/{chunk-JNDH6QEC.js → chunk-GII5NK5T.js} +2 -2
- package/__chunks__/{chunk-S563QFIW.js → chunk-GKEQITC5.js} +2 -2
- package/__chunks__/{chunk-473RHXJZ.js → chunk-GKI5ZQAP.js} +2 -2
- package/__chunks__/chunk-GM4KJNWX.js +2 -0
- package/__chunks__/{chunk-72SZPPHS.js → chunk-GMJME5RX.js} +2 -2
- package/__chunks__/{chunk-EQW6HDO3.js → chunk-GTPXC4LZ.js} +2 -2
- package/__chunks__/{chunk-JNVE2W2S.js → chunk-H277KX2H.js} +2 -2
- package/__chunks__/{chunk-U5QUWFCX.js → chunk-H33EUPBV.js} +2 -2
- package/__chunks__/chunk-H36X4KPA.js +2 -0
- package/__chunks__/{chunk-NMS2IX4Y.js → chunk-H44MG7TY.js} +2 -2
- package/__chunks__/{chunk-LWY6ZFJW.js → chunk-H7YDQB36.js} +2 -2
- package/__chunks__/{chunk-TZIC5MQV.js → chunk-HCFJVL4K.js} +2 -2
- package/__chunks__/chunk-HCYTXSAA.js +2 -0
- package/__chunks__/{chunk-USAPXQC6.js → chunk-HEOEIKQY.js} +2 -2
- package/__chunks__/{chunk-VVME5RRR.js → chunk-HJLTTBCH.js} +2 -2
- package/__chunks__/{chunk-KN43XYJJ.js → chunk-HNW7G3SZ.js} +2 -2
- package/__chunks__/{chunk-AM2B233Y.js → chunk-HOB7C4ZZ.js} +2 -2
- package/__chunks__/{chunk-LP5I2L2K.js → chunk-HQXXDQAY.js} +2 -2
- package/__chunks__/{chunk-KZVBF23X.js → chunk-HQYRV4ML.js} +2 -2
- package/__chunks__/{chunk-CD6DKCP3.js → chunk-HRL7LZAA.js} +2 -2
- package/__chunks__/{chunk-FX2M5ZKW.js → chunk-HVIJH6ES.js} +2 -2
- package/__chunks__/{chunk-KTJCKW7D.js → chunk-HWAIHLNS.js} +2 -2
- package/__chunks__/chunk-HWBNGVN4.js +2 -0
- package/__chunks__/chunk-HWC7P56Z.js +2 -0
- package/__chunks__/{chunk-EMYQEL7H.js → chunk-HZ7GHA7F.js} +2 -2
- package/__chunks__/{chunk-MKN52J2E.js → chunk-I2BIXL2N.js} +2 -2
- package/__chunks__/chunk-I7VIFP2B.js +2 -0
- package/__chunks__/{chunk-BCGOKA6L.js → chunk-IACQ5PC4.js} +2 -2
- package/__chunks__/{chunk-HWUU6VUY.js → chunk-IDSBORVX.js} +2 -2
- package/__chunks__/{chunk-INP7J7FX.js → chunk-IG5UYRE5.js} +2 -2
- package/__chunks__/{chunk-AQICGRPJ.js → chunk-IIKYUE3I.js} +2 -2
- package/__chunks__/{chunk-IBRKWAJU.js → chunk-ILITE5KL.js} +2 -2
- package/__chunks__/{chunk-YRD6KSDH.js → chunk-ILYDPZPR.js} +2 -2
- package/__chunks__/{chunk-5RU42EBW.js → chunk-IXISLIVH.js} +2 -2
- package/__chunks__/{chunk-Y62SNSR2.js → chunk-IXLDCCRQ.js} +2 -2
- package/__chunks__/{chunk-GSVPUVJG.js → chunk-IYEE4S6X.js} +2 -2
- package/__chunks__/{chunk-JQCCY747.js → chunk-J2DC5BBM.js} +2 -2
- package/__chunks__/{chunk-4HOVNT63.js → chunk-J5GDUONO.js} +2 -2
- package/__chunks__/chunk-J7IL54TK.js +2 -0
- package/__chunks__/chunk-JBIQ4Z35.js +2 -0
- package/__chunks__/{chunk-UW4VWD4C.js → chunk-JISNB3YD.js} +2 -2
- package/__chunks__/{chunk-UWBKQQGK.js → chunk-JJ5LBIYX.js} +2 -2
- package/__chunks__/chunk-JLYCQ4O6.js +2 -0
- package/__chunks__/{chunk-OTSBX5UW.js → chunk-JM2VB7SE.js} +2 -2
- package/__chunks__/{chunk-XQNALA66.js → chunk-JXGQ5FD2.js} +2 -2
- package/__chunks__/{chunk-5UM2GECD.js → chunk-K6IWAHVZ.js} +2 -2
- package/__chunks__/{chunk-EPFNDRYW.js → chunk-KAJ4YGRH.js} +2 -2
- package/__chunks__/chunk-KHRWWG3S.js +2 -0
- package/__chunks__/{chunk-HSYTAZWF.js → chunk-KHUBILAW.js} +2 -2
- package/__chunks__/chunk-KHVOC6BU.js +2 -0
- package/__chunks__/chunk-KII2TFXB.js +2 -0
- package/__chunks__/{chunk-CZXRJNZR.js → chunk-KRU5YRVR.js} +2 -2
- package/__chunks__/{chunk-RJEMLYU5.js → chunk-KYCJYA2I.js} +2 -2
- package/__chunks__/{chunk-LKATYICJ.js → chunk-L534GK5Y.js} +2 -2
- package/__chunks__/{chunk-JUOBTLLE.js → chunk-L5N7SW2Y.js} +2 -2
- package/__chunks__/{chunk-PRPHMIRU.js → chunk-L74YEZPK.js} +2 -2
- package/__chunks__/{chunk-FW4UWSA2.js → chunk-L7CBYNWU.js} +2 -2
- package/__chunks__/{chunk-AIL4EOI4.js → chunk-L7TSFVJG.js} +2 -2
- package/__chunks__/{chunk-T2PES3Q3.js → chunk-LCR2W3JD.js} +2 -2
- package/__chunks__/{chunk-HAKR5DMV.js → chunk-LCTRUXEN.js} +2 -2
- package/__chunks__/{chunk-32J5SXUL.js → chunk-LEHTPMXZ.js} +2 -2
- package/__chunks__/{chunk-SLV6RWJA.js → chunk-LFMHNDLZ.js} +2 -2
- package/__chunks__/{chunk-RRGGWHLF.js → chunk-LID4IVSH.js} +2 -2
- package/__chunks__/{chunk-X5P43RJL.js → chunk-LLMP74HX.js} +2 -2
- package/__chunks__/{chunk-FKVVT5SN.js → chunk-LM6TQDIL.js} +2 -2
- package/__chunks__/chunk-LOG5VVPB.js +2 -0
- package/__chunks__/chunk-LQK6QKEX.js +2 -0
- package/__chunks__/{chunk-ZML3AR2W.js → chunk-LV4ZIOND.js} +2 -2
- package/__chunks__/{chunk-OSRDK6M4.js → chunk-LXLAA6LD.js} +2 -2
- package/__chunks__/{chunk-U2XBKHBY.js → chunk-LYGGLKGV.js} +2 -2
- package/__chunks__/{chunk-YHULIFO3.js → chunk-M3NUHETT.js} +2 -2
- package/__chunks__/{chunk-EHGOPQXG.js → chunk-M4TLVR6Y.js} +2 -2
- package/__chunks__/{chunk-Y7OL2CNN.js → chunk-M4UEGMTD.js} +2 -2
- package/__chunks__/{chunk-2UBLCRZ4.js → chunk-M6GVPVE4.js} +2 -2
- package/__chunks__/{chunk-P5GRNM4T.js → chunk-MBEO6S6H.js} +2 -2
- package/__chunks__/{chunk-EBWK6OSA.js → chunk-MHOL3AT7.js} +2 -2
- package/__chunks__/{chunk-NYSDVTV4.js → chunk-MLS5THWN.js} +2 -2
- package/__chunks__/{chunk-ZXZS7P6Y.js → chunk-MQ2KGP5G.js} +2 -2
- package/__chunks__/{chunk-YI7GCPN2.js → chunk-MQBRLK4M.js} +2 -2
- package/__chunks__/chunk-MS42UKDS.js +2 -0
- package/__chunks__/{chunk-BC4EQU4T.js → chunk-MUKZKVFM.js} +2 -2
- package/__chunks__/{chunk-EP54OBTP.js → chunk-MUNAHKV2.js} +2 -2
- package/__chunks__/{chunk-Q6TUPQXP.js → chunk-N4G7L3CK.js} +2 -2
- package/__chunks__/{chunk-4SF4EXLQ.js → chunk-N4Q3AAUG.js} +2 -2
- package/__chunks__/{chunk-WQN5U2MF.js → chunk-N62S7G43.js} +2 -2
- package/__chunks__/{chunk-SYZK5EXY.js → chunk-N6SU4PLO.js} +2 -2
- package/__chunks__/{chunk-DGC4CJDN.js → chunk-N74SYR5K.js} +2 -2
- package/__chunks__/{chunk-D26QQZKC.js → chunk-NBV7D3HA.js} +2 -2
- package/__chunks__/{chunk-KJK6Y6Y2.js → chunk-NDV675A3.js} +2 -2
- package/__chunks__/{chunk-QRRTFA4G.js → chunk-NGQFUVA5.js} +2 -2
- package/__chunks__/{chunk-LIQDMKPS.js → chunk-NIYGVJ43.js} +2 -2
- package/__chunks__/{chunk-GDXJ4VBG.js → chunk-NKUHDM5B.js} +2 -2
- package/__chunks__/chunk-NMZUZYN7.js +2 -0
- package/__chunks__/chunk-NNONYRAM.js +2 -0
- package/__chunks__/{chunk-UP5L25UG.js → chunk-NPKKN7QP.js} +2 -2
- package/__chunks__/{chunk-VR4CVIIC.js → chunk-NZ275V3D.js} +2 -2
- package/__chunks__/{chunk-BZLVMM4H.js → chunk-NZFC6XDH.js} +2 -2
- package/__chunks__/{chunk-PCRUVHRP.js → chunk-O4J34CRC.js} +2 -2
- package/__chunks__/{chunk-H5SDXBQQ.js → chunk-OAEDW2L7.js} +2 -2
- package/__chunks__/{chunk-GSLVEYLN.js → chunk-OAQ44APY.js} +2 -2
- package/__chunks__/{chunk-HVKNFFGU.js → chunk-OAQTC23P.js} +2 -2
- package/__chunks__/{chunk-6YCPFMBP.js → chunk-OB7DPY5E.js} +2 -2
- package/__chunks__/{chunk-NN46POOZ.js → chunk-OBZSUHHG.js} +2 -2
- package/__chunks__/{chunk-AIJJPHEG.js → chunk-OFNQN7EN.js} +2 -2
- package/__chunks__/{chunk-IJYOHW7C.js → chunk-OI6RWBDL.js} +2 -2
- package/__chunks__/{chunk-KBMCFXF6.js → chunk-OOUZEXW5.js} +2 -2
- package/__chunks__/{chunk-FNPOCXK6.js → chunk-OP7DXK43.js} +2 -2
- package/__chunks__/chunk-OPFI5C2N.js +2 -0
- package/__chunks__/{chunk-3UUCN3HD.js → chunk-OQDXTTF6.js} +2 -2
- package/__chunks__/chunk-ORULNS4D.js +2 -0
- package/__chunks__/{chunk-MNRPZFBH.js → chunk-OS74HGFW.js} +2 -2
- package/__chunks__/{chunk-YIBIC2SN.js → chunk-OWYIW4XP.js} +2 -2
- package/__chunks__/{chunk-IXNMYLYS.js → chunk-OXIVZGIN.js} +2 -2
- package/__chunks__/{chunk-5QPVOHLJ.js → chunk-P3IWKQQB.js} +2 -2
- package/__chunks__/{chunk-DYZSYKG5.js → chunk-P6EK2PSL.js} +2 -2
- package/__chunks__/{chunk-KUKVCG4F.js → chunk-P7RSH75S.js} +2 -2
- package/__chunks__/{chunk-5NI5KVBE.js → chunk-P7V5PEE2.js} +2 -2
- package/__chunks__/{chunk-4OLYSVFS.js → chunk-PALXTBIB.js} +2 -2
- package/__chunks__/{chunk-D2F6OV77.js → chunk-PBQLETO6.js} +2 -2
- package/__chunks__/{chunk-RXARO7Z6.js → chunk-PDEGPJ6W.js} +2 -2
- package/__chunks__/{chunk-ECG66QXO.js → chunk-PGIAF55G.js} +2 -2
- package/__chunks__/{chunk-BOS66QTB.js → chunk-PGLIWGGG.js} +2 -2
- package/__chunks__/{chunk-74AUDYOZ.js → chunk-PMM2XATI.js} +2 -2
- package/__chunks__/chunk-PNTA6WMV.js +2 -0
- package/__chunks__/{chunk-QWSQTADF.js → chunk-PQXRPENT.js} +2 -2
- package/__chunks__/{chunk-NMH5ACZ5.js → chunk-Q6DUUVFA.js} +2 -2
- package/__chunks__/chunk-QB5J373P.js +2 -0
- package/__chunks__/chunk-QHK7MASJ.js +2 -0
- package/__chunks__/chunk-QIWTMB2Y.js +2 -0
- package/__chunks__/{chunk-SYDN6KRX.js → chunk-QLCKX4MD.js} +2 -2
- package/__chunks__/{chunk-7CBAL7VJ.js → chunk-QMP5U4MJ.js} +2 -2
- package/__chunks__/{chunk-P4P5AAZS.js → chunk-QR44RT32.js} +2 -2
- package/__chunks__/{chunk-BRLRVWOE.js → chunk-QR6WDI4A.js} +2 -2
- package/__chunks__/{chunk-H4DG2TBS.js → chunk-QSX6SVEE.js} +2 -2
- package/__chunks__/{chunk-5T73HHLV.js → chunk-QV47TPXA.js} +2 -2
- package/__chunks__/{chunk-UZV5VBWP.js → chunk-QVRIASTV.js} +2 -2
- package/__chunks__/{chunk-4XK6NFRG.js → chunk-R6ENPWCH.js} +2 -2
- package/__chunks__/chunk-R7DPHSKU.js +2 -0
- package/__chunks__/{chunk-M5NKEQDD.js → chunk-RFH5JS2I.js} +2 -2
- package/__chunks__/{chunk-2YO4FS2N.js → chunk-RM2PWO7F.js} +2 -2
- package/__chunks__/{chunk-NIL4KV4Z.js → chunk-RMAZPQ7Q.js} +2 -2
- package/__chunks__/{chunk-STMFYDBE.js → chunk-RR2MMIFW.js} +2 -2
- package/__chunks__/{chunk-CLACWGJV.js → chunk-RS6MF4WX.js} +2 -2
- package/__chunks__/{chunk-MHJOPPOR.js → chunk-RX7QRDUG.js} +2 -2
- package/__chunks__/{chunk-6EDPXPUN.js → chunk-RXSJC66U.js} +2 -2
- package/__chunks__/chunk-S4ORDCAQ.js +2 -0
- package/__chunks__/{chunk-3GFNZM6Y.js → chunk-S5YMYRNX.js} +2 -2
- package/__chunks__/{chunk-OUD2P6CW.js → chunk-S6VJK3NK.js} +2 -2
- package/__chunks__/chunk-SDKHFJMI.js +2 -0
- package/__chunks__/chunk-SE5PZTQQ.js +2 -0
- package/__chunks__/chunk-SFELN7ZQ.js +2 -0
- package/__chunks__/chunk-SIHZL7QL.js +2 -0
- package/__chunks__/{chunk-ZHVIYCQH.js → chunk-SNEG7Z2W.js} +2 -2
- package/__chunks__/{chunk-2CBZ3KMF.js → chunk-SSHYHB5P.js} +2 -2
- package/__chunks__/{chunk-N3MC7UUY.js → chunk-SWHWML6W.js} +2 -2
- package/__chunks__/{chunk-6THCGQFS.js → chunk-TAVFHYUO.js} +2 -2
- package/__chunks__/{chunk-5Z6GEXU2.js → chunk-THSZIDBY.js} +2 -2
- package/__chunks__/{chunk-PWGA4SK4.js → chunk-TLBKR2TE.js} +2 -2
- package/__chunks__/{chunk-TYD5AVUJ.js → chunk-TLUQE53L.js} +2 -2
- package/__chunks__/chunk-TQYA5MIO.js +2 -0
- package/__chunks__/{chunk-BUNQEUVQ.js → chunk-TUDRMNHR.js} +2 -2
- package/__chunks__/{chunk-H47R6G4B.js → chunk-TVEQ75U7.js} +2 -2
- package/__chunks__/{chunk-3A6IWZWA.js → chunk-TWKVKU4R.js} +2 -2
- package/__chunks__/chunk-TX5AEQE7.js +2 -0
- package/__chunks__/{chunk-3746TTBY.js → chunk-TZRKGU46.js} +2 -2
- package/__chunks__/{chunk-XCX5VUUO.js → chunk-U2AY6TVH.js} +2 -2
- package/__chunks__/{chunk-QL2ICMWN.js → chunk-U7VNZTSJ.js} +2 -2
- package/__chunks__/{chunk-3VPT3ZOY.js → chunk-U7YUCH76.js} +2 -2
- package/__chunks__/{chunk-7W72NXIL.js → chunk-UAJJ4KAC.js} +2 -2
- package/__chunks__/{chunk-TYS2TQK3.js → chunk-UKTJXVVY.js} +2 -2
- package/__chunks__/{chunk-7WHMZ4V2.js → chunk-UMOSGSMO.js} +2 -2
- package/__chunks__/{chunk-EL5HFCSV.js → chunk-UMVY262I.js} +2 -2
- package/__chunks__/{chunk-NUUFN3U3.js → chunk-URBU5PM5.js} +2 -2
- package/__chunks__/chunk-UVPB6BB7.js +2 -0
- package/__chunks__/chunk-UWEMWTPB.js +2 -0
- package/__chunks__/{chunk-POXZKNEH.js → chunk-UXX7VNS7.js} +2 -2
- package/__chunks__/{chunk-I5JYXPN5.js → chunk-V3RA4NEA.js} +2 -2
- package/__chunks__/{chunk-GXJZ4IRL.js → chunk-VAHHFMKM.js} +2 -2
- package/__chunks__/{chunk-6P5PQK6A.js → chunk-VD7FU3T5.js} +2 -2
- package/__chunks__/{chunk-EE4OGYTX.js → chunk-VWTCFYVZ.js} +2 -2
- package/__chunks__/chunk-VYYJ7CPP.js +2 -0
- package/__chunks__/{chunk-7HRLNVKP.js → chunk-W4IEQ73K.js} +2 -2
- package/__chunks__/{chunk-YVYAJMNI.js → chunk-WAC7EZOU.js} +2 -2
- package/__chunks__/chunk-WC7TRR55.js +2 -0
- package/__chunks__/chunk-WDJC2WWV.js +2 -0
- package/__chunks__/{chunk-6HWEXMPO.js → chunk-WECFQ2BC.js} +2 -2
- package/__chunks__/{chunk-XWGW4DD5.js → chunk-WFMDGRO6.js} +2 -2
- package/__chunks__/{chunk-YC7QCSAA.js → chunk-WO7LZE6B.js} +2 -2
- package/__chunks__/{chunk-ONRCVDUL.js → chunk-WSJDKR2I.js} +2 -2
- package/__chunks__/{chunk-QXCE5J5V.js → chunk-WT24ZUMA.js} +2 -2
- package/__chunks__/{chunk-IGBTLJTF.js → chunk-WWNTQPR5.js} +2 -2
- package/__chunks__/{chunk-BECEIKMJ.js → chunk-WZJCQGHL.js} +2 -2
- package/__chunks__/{chunk-THLYEDAE.js → chunk-X2FOANHP.js} +2 -2
- package/__chunks__/{chunk-FASRZSAA.js → chunk-X5JFTI62.js} +2 -2
- package/__chunks__/{chunk-IE56FRZD.js → chunk-XBRBVMGN.js} +2 -2
- package/__chunks__/{chunk-KYHRQN66.js → chunk-XBSLA7H6.js} +2 -2
- package/__chunks__/{chunk-BYMIG4WU.js → chunk-XFD5AL6L.js} +2 -2
- package/__chunks__/{chunk-C25I3LPK.js → chunk-XHO4LNGD.js} +2 -2
- package/__chunks__/{chunk-WIGRCS6C.js → chunk-XLY466ZF.js} +2 -2
- package/__chunks__/{chunk-TXREOH3S.js → chunk-XTAKGLJJ.js} +2 -2
- package/__chunks__/{chunk-EW7RZNZW.js → chunk-XTHAJENL.js} +2 -2
- package/__chunks__/{chunk-5T3SLIRC.js → chunk-XX5FXHEA.js} +2 -2
- package/__chunks__/chunk-XY64MYV3.js +2 -0
- package/__chunks__/{chunk-EFURWS6F.js → chunk-XZAVYJ56.js} +2 -2
- package/__chunks__/{chunk-JVUPBGMS.js → chunk-YAUJ6FFL.js} +2 -2
- package/__chunks__/chunk-YD6GC6NW.js +2 -0
- package/__chunks__/{chunk-6FMFBJ36.js → chunk-YKEGR2LH.js} +2 -2
- package/__chunks__/{chunk-ZKRNV7G7.js → chunk-YXWUHLJK.js} +2 -2
- package/__chunks__/{chunk-TQ2BKKBT.js → chunk-Z3H7GL3O.js} +2 -2
- package/__chunks__/chunk-Z7P6IKIO.js +2 -0
- package/__chunks__/chunk-ZBM5EDKK.js +2 -0
- package/__chunks__/{chunk-HNT4S7KF.js → chunk-ZFBZ263R.js} +2 -2
- package/__chunks__/{chunk-WQYNJFMF.js → chunk-ZFTFQLPG.js} +2 -2
- package/__chunks__/{chunk-3YSQJ27F.js → chunk-ZGTBFWPX.js} +2 -2
- package/__chunks__/{chunk-TZTDIVG3.js → chunk-ZIBQ4VNZ.js} +2 -2
- package/__chunks__/{chunk-2XWM2CA6.js → chunk-ZP27SWMA.js} +2 -2
- package/__chunks__/{chunk-RPT4AXDT.js → chunk-ZSVJXQEI.js} +2 -2
- package/__chunks__/chunk-ZUAJBJ6U.js +2 -0
- package/__chunks__/{chunk-3AMTGVF7.js → chunk-ZUFN6Q3F.js} +2 -2
- package/__chunks__/{chunk-RG7FLBZD.js → chunk-ZURTVRBE.js} +2 -2
- package/__commonjs/UI/NotificationModal/NotificationModal.js +4 -4
- package/__commonjs/UI/NotificationModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +29 -29
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +25 -25
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +25 -25
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +27 -27
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +27 -27
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +25 -25
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +25 -25
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +29 -29
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +13 -13
- package/__commonjs/UI/TransactionsToastList/index.js +13 -13
- package/__commonjs/UI/index.js +27 -27
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +4 -4
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +4 -4
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +7 -7
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +7 -7
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +3 -3
- package/__commonjs/UI/pages/UnlockPage/index.js +27 -27
- package/__commonjs/UI/pages/index.js +27 -27
- package/__commonjs/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +3 -3
- package/__commonjs/UI/webWallet/CrossWindowLoginButton/index.js +3 -3
- package/__commonjs/__mocks__/index.js +3 -3
- package/__commonjs/__mocks__/utils/index.js +3 -3
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +4 -4
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +3 -3
- package/__commonjs/hooks/transactions/useSignMultipleTransactions.js +3 -3
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +3 -3
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +3 -3
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +2 -2
- package/__mocks__/index.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/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.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/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/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/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 +2 -2
- 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.js +1 -1
- 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/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/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/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.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/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.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/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/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-27WGUJZE.js +0 -2
- package/__chunks__/chunk-2QPF2SQD.js +0 -2
- package/__chunks__/chunk-2X25Y5GF.js +0 -2
- package/__chunks__/chunk-3P7JIUF2.js +0 -2
- package/__chunks__/chunk-3QXCMMFJ.js +0 -2
- package/__chunks__/chunk-44YK2JQK.js +0 -2
- package/__chunks__/chunk-45EED7RD.js +0 -2
- package/__chunks__/chunk-5CP7VS26.js +0 -2
- package/__chunks__/chunk-5THRJXRB.js +0 -2
- package/__chunks__/chunk-5VJAXXXC.js +0 -2
- package/__chunks__/chunk-5ZUKUASY.js +0 -2
- package/__chunks__/chunk-6XSN2NUM.js +0 -2
- package/__chunks__/chunk-7HXGKE3D.js +0 -2
- package/__chunks__/chunk-7NZMCX7I.js +0 -2
- package/__chunks__/chunk-7YFU7CBE.js +0 -2
- package/__chunks__/chunk-7ZICCVTM.js +0 -2
- package/__chunks__/chunk-BB47TQXL.js +0 -2
- package/__chunks__/chunk-BEDNI53P.js +0 -2
- package/__chunks__/chunk-BPFQKMQN.js +0 -2
- package/__chunks__/chunk-CISINKAP.js +0 -2
- package/__chunks__/chunk-COALBNUA.js +0 -2
- package/__chunks__/chunk-CUALYLTA.js +0 -2
- package/__chunks__/chunk-D6X43XMZ.js +0 -2
- package/__chunks__/chunk-DZXHQDXB.js +0 -2
- package/__chunks__/chunk-EVGFEWRV.js +0 -2
- package/__chunks__/chunk-FOLDL6UE.js +0 -2
- package/__chunks__/chunk-FOUTVUUG.js +0 -2
- package/__chunks__/chunk-FWFFDQAD.js +0 -2
- package/__chunks__/chunk-GDNANAEG.js +0 -2
- package/__chunks__/chunk-GEGCP2IO.js +0 -2
- package/__chunks__/chunk-HNKSOLC5.js +0 -2
- package/__chunks__/chunk-HXS2532U.js +0 -2
- package/__chunks__/chunk-I4SBNIPG.js +0 -2
- package/__chunks__/chunk-I7NGE5L5.js +0 -2
- package/__chunks__/chunk-IJ35Y5A4.js +0 -2
- package/__chunks__/chunk-JBB4Z2L4.js +0 -2
- package/__chunks__/chunk-JIBQFVV2.js +0 -2
- package/__chunks__/chunk-JPSCYSYA.js +0 -2
- package/__chunks__/chunk-KMF4ARKB.js +0 -2
- package/__chunks__/chunk-KRA2FHLN.js +0 -2
- package/__chunks__/chunk-KS5WKQTN.js +0 -2
- package/__chunks__/chunk-LDDPUQ5P.js +0 -2
- package/__chunks__/chunk-MAFAQGDS.js +0 -2
- package/__chunks__/chunk-NKU7U6T3.js +0 -2
- package/__chunks__/chunk-O3GXKJ5K.js +0 -2
- package/__chunks__/chunk-PMHSH2BP.js +0 -2
- package/__chunks__/chunk-PO4NUYJR.js +0 -2
- package/__chunks__/chunk-Q7PYHNJP.js +0 -2
- package/__chunks__/chunk-QJNGK27C.js +0 -2
- package/__chunks__/chunk-QWPM53RM.js +0 -2
- package/__chunks__/chunk-RFEOZRDH.js +0 -2
- package/__chunks__/chunk-RGC4W6PF.js +0 -2
- package/__chunks__/chunk-SSGCKKCP.js +0 -2
- package/__chunks__/chunk-SZYVKAJI.js +0 -2
- package/__chunks__/chunk-T6EW2DHO.js +0 -2
- package/__chunks__/chunk-TDNO5BAM.js +0 -2
- package/__chunks__/chunk-U5GJPRC6.js +0 -2
- package/__chunks__/chunk-UJWI6ZHC.js +0 -2
- package/__chunks__/chunk-UWAHFJGT.js +0 -2
- package/__chunks__/chunk-V75NLL26.js +0 -2
- package/__chunks__/chunk-V7QS45U5.js +0 -2
- package/__chunks__/chunk-YJFIZWHF.js +0 -2
- package/__chunks__/chunk-YM3UXGLQ.js +0 -2
- package/__chunks__/chunk-YS2DOVB4.js +0 -2
- package/__chunks__/chunk-ZFLSGVWG.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var tg=Object.create;var ot=Object.defineProperty,rg=Object.defineProperties,ag=Object.getOwnPropertyDescriptor,ig=Object.getOwnPropertyDescriptors,sg=Object.getOwnPropertyNames,Ot=Object.getOwnPropertySymbols,cg=Object.getPrototypeOf,pa=Object.prototype.hasOwnProperty,as=Object.prototype.propertyIsEnumerable;var rs=(e,o,n)=>o in e?ot(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,f=(e,o)=>{for(var n in o||(o={}))pa.call(o,n)&&rs(e,n,o[n]);if(Ot)for(var n of Ot(o))as.call(o,n)&&rs(e,n,o[n]);return e},I=(e,o)=>rg(e,ig(o));var ma=e=>typeof e=="symbol"?e:e+"",qe=(e,o)=>{var n={};for(var r in e)pa.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ot)for(var r of Ot(e))o.indexOf(r)<0&&as.call(e,r)&&(n[r]=e[r]);return n};var w=(e,o)=>()=>(e&&(o=e(e=0)),o);var A=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),ze=(e,o)=>{for(var n in o)ot(e,n,{get:o[n],enumerable:!0})},is=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of sg(o))!pa.call(e,c)&&c!==n&&ot(e,c,{get:()=>o[c],enumerable:!(r=ag(o,c))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?tg(cg(e)):{},is(o||!e||!e.__esModule?ot(n,"default",{value:e,enumerable:!0}):n,e)),Me=e=>is(ot({},"__esModule",{value:!0}),e);var u=(e,o,n)=>new Promise((r,c)=>{var p=l=>{try{d(n.next(l))}catch(_){c(_)}},m=l=>{try{d(n.throw(l))}catch(_){c(_)}},d=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);d((n=n.apply(e,o)).next())});var ps=A(Bt=>{"use strict";t();Bt.byteLength=mg;Bt.toByteArray=lg;Bt.fromByteArray=gg;var je=[],Ee=[],pg=typeof Uint8Array!="undefined"?Uint8Array:Array,da="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for($o=0,ss=da.length;$o<ss;++$o)je[$o]=da[$o],Ee[da.charCodeAt($o)]=$o;var $o,ss;Ee["-".charCodeAt(0)]=62;Ee["_".charCodeAt(0)]=63;function cs(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function mg(e){var o=cs(e),n=o[0],r=o[1];return(n+r)*3/4-r}function dg(e,o,n){return(o+n)*3/4-n}function lg(e){var o,n=cs(e),r=n[0],c=n[1],p=new pg(dg(e,r,c)),m=0,d=c>0?r-4:r,l;for(l=0;l<d;l+=4)o=Ee[e.charCodeAt(l)]<<18|Ee[e.charCodeAt(l+1)]<<12|Ee[e.charCodeAt(l+2)]<<6|Ee[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=Ee[e.charCodeAt(l)]<<2|Ee[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=Ee[e.charCodeAt(l)]<<10|Ee[e.charCodeAt(l+1)]<<4|Ee[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function _g(e){return je[e>>18&63]+je[e>>12&63]+je[e>>6&63]+je[e&63]}function ug(e,o,n){for(var r,c=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(_g(r));return c.join("")}function gg(e){for(var o,n=e.length,r=n%3,c=[],p=16383,m=0,d=n-r;m<d;m+=p)c.push(ug(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],c.push(je[o>>2]+je[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],c.push(je[o>>10]+je[o>>4&63]+je[o<<2&63]+"=")),c.join("")}});var ms=A(la=>{t();la.read=function(e,o,n,r,c){var p,m,d=c*8-r-1,l=(1<<d)-1,_=l>>1,T=-7,g=n?c-1:0,x=n?-1:1,L=e[o+g];for(g+=x,p=L&(1<<-T)-1,L>>=-T,T+=d;T>0;p=p*256+e[o+g],g+=x,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=r;T>0;m=m*256+e[o+g],g+=x,T-=8);if(p===0)p=1-_;else{if(p===l)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-_}return(L?-1:1)*m*Math.pow(2,p-r)};la.write=function(e,o,n,r,c,p){var m,d,l,_=p*8-c-1,T=(1<<_)-1,g=T>>1,x=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=r?0:p-1,k=r?1:-1,E=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+g>=1?o+=x/l:o+=x*Math.pow(2,1-g),o*l>=2&&(m++,l/=2),m+g>=T?(d=0,m=T):m+g>=1?(d=(o*l-1)*Math.pow(2,c),m=m+g):(d=o*Math.pow(2,g-1)*Math.pow(2,c),m=0));c>=8;e[n+L]=d&255,L+=k,d/=256,c-=8);for(m=m<<c|d,_+=c;_>0;e[n+L]=m&255,L+=k,m/=256,_-=8);e[n+L-k]|=E*128}});var ws=A(fn=>{"use strict";t();var _a=ps(),gn=ms(),ds=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;fn.Buffer=h;fn.SlowBuffer=Sg;fn.INSPECT_MAX_BYTES=50;var Ft=2147483647;fn.kMaxLength=Ft;h.TYPED_ARRAY_SUPPORT=fg();!h.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 fg(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(h.prototype,"parent",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.buffer}});Object.defineProperty(h.prototype,"offset",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.byteOffset}});function co(e){if(e>Ft)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,h.prototype),o}function h(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ta(e)}return us(e,o,n)}h.poolSize=8192;function us(e,o,n){if(typeof e=="string")return hg(e,o);if(ArrayBuffer.isView(e))return xg(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(Ke(e,ArrayBuffer)||e&&Ke(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ke(e,SharedArrayBuffer)||e&&Ke(e.buffer,SharedArrayBuffer)))return ga(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return h.from(r,o,n);var c=yg(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return h.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}h.from=function(e,o,n){return us(e,o,n)};Object.setPrototypeOf(h.prototype,Uint8Array.prototype);Object.setPrototypeOf(h,Uint8Array);function gs(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 Tg(e,o,n){return gs(e),e<=0?co(e):o!==void 0?typeof n=="string"?co(e).fill(o,n):co(e).fill(o):co(e)}h.alloc=function(e,o,n){return Tg(e,o,n)};function Ta(e){return gs(e),co(e<0?0:ha(e)|0)}h.allocUnsafe=function(e){return Ta(e)};h.allocUnsafeSlow=function(e){return Ta(e)};function hg(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!h.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=fs(e,o)|0,r=co(n),c=r.write(e,o);return c!==n&&(r=r.slice(0,c)),r}function ua(e){for(var o=e.length<0?0:ha(e.length)|0,n=co(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function xg(e){if(Ke(e,Uint8Array)){var o=new Uint8Array(e);return ga(o.buffer,o.byteOffset,o.byteLength)}return ua(e)}function ga(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,h.prototype),r}function yg(e){if(h.isBuffer(e)){var o=ha(e.length)|0,n=co(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||xa(e.length)?co(0):ua(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ua(e.data)}function ha(e){if(e>=Ft)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ft.toString(16)+" bytes");return e|0}function Sg(e){return+e!=e&&(e=0),h.alloc(+e)}h.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==h.prototype};h.compare=function(o,n){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),Ke(n,Uint8Array)&&(n=h.from(n,n.offset,n.byteLength)),!h.isBuffer(o)||!h.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,c=n.length,p=0,m=Math.min(r,c);p<m;++p)if(o[p]!==n[p]){r=o[p],c=n[p];break}return r<c?-1:c<r?1:0};h.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};h.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return h.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var c=h.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(Ke(m,Uint8Array))p+m.length>c.length?h.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(h.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function fs(e,o){if(h.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Ke(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return fa(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return bs(e).length;default:if(c)return r?-1:fa(e).length;o=(""+o).toLowerCase(),c=!0}}h.byteLength=fs;function bg(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Ng(this,o,n);case"utf8":case"utf-8":return hs(this,o,n);case"ascii":return Pg(this,o,n);case"latin1":case"binary":return Cg(this,o,n);case"base64":return Lg(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Rg(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}h.prototype._isBuffer=!0;function qo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}h.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)qo(this,n,n+1);return this};h.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)qo(this,n,n+3),qo(this,n+1,n+2);return this};h.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)qo(this,n,n+7),qo(this,n+1,n+6),qo(this,n+2,n+5),qo(this,n+3,n+4);return this};h.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?hs(this,0,o):bg.apply(this,arguments)};h.prototype.toLocaleString=h.prototype.toString;h.prototype.equals=function(o){if(!h.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:h.compare(this,o)===0};h.prototype.inspect=function(){var o="",n=fn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ds&&(h.prototype[ds]=h.prototype.inspect);h.prototype.compare=function(o,n,r,c,p){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),!h.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),n<0||r>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&n>=r)return 0;if(c>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=r-n,l=Math.min(m,d),_=this.slice(c,p),T=o.slice(n,r),g=0;g<l;++g)if(_[g]!==T[g]){m=_[g],d=T[g];break}return m<d?-1:d<m?1:0};function Ts(e,o,n,r,c){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,xa(n)&&(n=c?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(c)return-1;n=e.length-1}else if(n<0)if(c)n=0;else return-1;if(typeof o=="string"&&(o=h.from(o,r)),h.isBuffer(o))return o.length===0?-1:ls(e,o,n,r,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):ls(e,[o],n,r,c);throw new TypeError("val must be string, number or Buffer")}function ls(e,o,n,r,c){var p=1,m=e.length,d=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,n/=2}function l(L,k){return p===1?L[k]:L.readUInt16BE(k*p)}var _;if(c){var T=-1;for(_=n;_<m;_++)if(l(e,_)===l(o,T===-1?0:_-T)){if(T===-1&&(T=_),_-T+1===d)return T*p}else T!==-1&&(_-=_-T),T=-1}else for(n+d>m&&(n=m-d),_=n;_>=0;_--){for(var g=!0,x=0;x<d;x++)if(l(e,_+x)!==l(o,x)){g=!1;break}if(g)return _}return-1}h.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};h.prototype.indexOf=function(o,n,r){return Ts(this,o,n,r,!0)};h.prototype.lastIndexOf=function(o,n,r){return Ts(this,o,n,r,!1)};function wg(e,o,n,r){n=Number(n)||0;var c=e.length-n;r?(r=Number(r),r>c&&(r=c)):r=c;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(xa(d))return m;e[n+m]=d}return m}function vg(e,o,n,r){return Wt(fa(o,e.length-n),e,n,r)}function Ag(e,o,n,r){return Wt(Og(o),e,n,r)}function Ig(e,o,n,r){return Wt(bs(o),e,n,r)}function kg(e,o,n,r){return Wt(Bg(o,e.length-n),e,n,r)}h.prototype.write=function(o,n,r,c){if(n===void 0)c="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")c=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,c===void 0&&(c="utf8")):(c=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return wg(this,o,n,r);case"utf8":case"utf-8":return vg(this,o,n,r);case"ascii":case"latin1":case"binary":return Ag(this,o,n,r);case"base64":return Ig(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kg(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Lg(e,o,n){return o===0&&n===e.length?_a.fromByteArray(e):_a.fromByteArray(e.slice(o,n))}function hs(e,o,n){n=Math.min(e.length,n);for(var r=[],c=o;c<n;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=n){var l,_,T,g;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(m=g));break;case 3:l=e[c+1],_=e[c+2],(l&192)===128&&(_&192)===128&&(g=(p&15)<<12|(l&63)<<6|_&63,g>2047&&(g<55296||g>57343)&&(m=g));break;case 4:l=e[c+1],_=e[c+2],T=e[c+3],(l&192)===128&&(_&192)===128&&(T&192)===128&&(g=(p&15)<<18|(l&63)<<12|(_&63)<<6|T&63,g>65535&&g<1114112&&(m=g))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),c+=d}return Eg(r)}var _s=4096;function Eg(e){var o=e.length;if(o<=_s)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=_s));return n}function Pg(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]&127);return r}function Cg(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]);return r}function Ng(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var c="",p=o;p<n;++p)c+=Fg[e[p]];return c}function Rg(e,o,n){for(var r=e.slice(o,n),c="",p=0;p<r.length-1;p+=2)c+=String.fromCharCode(r[p]+r[p+1]*256);return c}h.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var c=this.subarray(o,n);return Object.setPrototypeOf(c,h.prototype),c};function se(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}h.prototype.readUintLE=h.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return c};h.prototype.readUintBE=h.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o+--n],p=1;n>0&&(p*=256);)c+=this[o+--n]*p;return c};h.prototype.readUint8=h.prototype.readUInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]};h.prototype.readUint16LE=h.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]|this[o+1]<<8};h.prototype.readUint16BE=h.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]<<8|this[o+1]};h.prototype.readUint32LE=h.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};h.prototype.readUint32BE=h.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};h.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*n)),c};h.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=n,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};h.prototype.readInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};h.prototype.readInt16LE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};h.prototype.readInt16BE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};h.prototype.readInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};h.prototype.readInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};h.prototype.readFloatLE=function(o,n){return o=o>>>0,n||se(o,4,this.length),gn.read(this,o,!0,23,4)};h.prototype.readFloatBE=function(o,n){return o=o>>>0,n||se(o,4,this.length),gn.read(this,o,!1,23,4)};h.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||se(o,8,this.length),gn.read(this,o,!0,52,8)};h.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||se(o,8,this.length),gn.read(this,o,!1,52,8)};function ye(e,o,n,r,c,p){if(!h.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}h.prototype.writeUintLE=h.prototype.writeUIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};h.prototype.writeUintBE=h.prototype.writeUIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};h.prototype.writeUint8=h.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,255,0),this[n]=o&255,n+1};h.prototype.writeUint16LE=h.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeUint16BE=h.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeUint32LE=h.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};h.prototype.writeUint32BE=h.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};h.prototype.writeIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=0,d=1,l=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=r-1,d=1,l=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};h.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};h.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function xs(e,o,n,r,c,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ys(e,o,n,r,c){return o=+o,n=n>>>0,c||xs(e,o,n,4,34028234663852886e22,-34028234663852886e22),gn.write(e,o,n,r,23,4),n+4}h.prototype.writeFloatLE=function(o,n,r){return ys(this,o,n,!0,r)};h.prototype.writeFloatBE=function(o,n,r){return ys(this,o,n,!1,r)};function Ss(e,o,n,r,c){return o=+o,n=n>>>0,c||xs(e,o,n,8,17976931348623157e292,-17976931348623157e292),gn.write(e,o,n,r,52,8),n+8}h.prototype.writeDoubleLE=function(o,n,r){return Ss(this,o,n,!0,r)};h.prototype.writeDoubleBE=function(o,n,r){return Ss(this,o,n,!1,r)};h.prototype.copy=function(o,n,r,c){if(!h.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!c&&c!==0&&(c=this.length),n>=o.length&&(n=o.length),n||(n=0),c>0&&c<r&&(c=r),c===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-n<c-r&&(c=o.length-n+r);var p=c-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,c):Uint8Array.prototype.set.call(o,this.subarray(r,c),n),p};h.prototype.fill=function(o,n,r,c){if(typeof o=="string"){if(typeof n=="string"?(c=n,n=0,r=this.length):typeof r=="string"&&(c=r,r=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!h.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var d=h.isBuffer(o)?o:h.from(o,c),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%l]}return this};var Dg=/[^+/0-9A-Za-z-_]/g;function Mg(e){if(e=e.split("=")[0],e=e.trim().replace(Dg,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function fa(e,o){o=o||1/0;for(var n,r=e.length,c=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!c){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}c=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),c=n;continue}n=(c-55296<<10|n-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Og(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Bg(e,o){for(var n,r,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,c=n%256,p.push(c),p.push(r);return p}function bs(e){return _a.toByteArray(Mg(e))}function Wt(e,o,n,r){for(var c=0;c<r&&!(c+n>=o.length||c>=e.length);++c)o[c+n]=e[c];return c}function Ke(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function xa(e){return e!==e}var Fg=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,c=0;c<16;++c)o[r+c]=e[n]+e[c];return o}()});var Ls=A((Wb,ks)=>{t();var Q=ks.exports={},Xe,Ye;function ya(){throw new Error("setTimeout has not been defined")}function Sa(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Xe=setTimeout:Xe=ya}catch(e){Xe=ya}try{typeof clearTimeout=="function"?Ye=clearTimeout:Ye=Sa}catch(e){Ye=Sa}})();function vs(e){if(Xe===setTimeout)return setTimeout(e,0);if((Xe===ya||!Xe)&&setTimeout)return Xe=setTimeout,setTimeout(e,0);try{return Xe(e,0)}catch(o){try{return Xe.call(null,e,0)}catch(n){return Xe.call(this,e,0)}}}function Wg(e){if(Ye===clearTimeout)return clearTimeout(e);if((Ye===Sa||!Ye)&&clearTimeout)return Ye=clearTimeout,clearTimeout(e);try{return Ye(e)}catch(o){try{return Ye.call(null,e)}catch(n){return Ye.call(this,e)}}}var po=[],Tn=!1,zo,Ut=-1;function Ug(){!Tn||!zo||(Tn=!1,zo.length?po=zo.concat(po):Ut=-1,po.length&&As())}function As(){if(!Tn){var e=vs(Ug);Tn=!0;for(var o=po.length;o;){for(zo=po,po=[];++Ut<o;)zo&&zo[Ut].run();Ut=-1,o=po.length}zo=null,Tn=!1,Wg(e)}}Q.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];po.push(new Is(e,o)),po.length===1&&!Tn&&vs(As)};function Is(e,o){this.fun=e,this.array=o}Is.prototype.run=function(){this.fun.apply(null,this.array)};Q.title="browser";Q.browser=!0;Q.env={};Q.argv=[];Q.version="";Q.versions={};function mo(){}Q.on=mo;Q.addListener=mo;Q.once=mo;Q.off=mo;Q.removeListener=mo;Q.removeAllListeners=mo;Q.emit=mo;Q.prependListener=mo;Q.prependOnceListener=mo;Q.listeners=function(e){return[]};Q.binding=function(e){throw new Error("process.binding is not supported")};Q.cwd=function(){return"/"};Q.chdir=function(e){throw new Error("process.chdir is not supported")};Q.umask=function(){return 0}});var a,s,Gg,i,t=w(()=>{a=b(ws()),s=b(Ls()),Gg=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=Gg});var ba=w(()=>{"use strict";t()});var Es=w(()=>{"use strict";t()});var Ps=w(()=>{"use strict";t()});var Oe,hn,Lo=w(()=>{"use strict";t();Oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),hn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Y,Cs,$b,Ns,qb,H=w(()=>{"use strict";t();Lo();Y=(x=>(x.ledger="ledger",x.walletconnect="walletconnect",x.walletconnectv2="walletconnectv2",x.wallet="wallet",x.crossWindow="crossWindow",x.iframe="iframe",x.extension="extension",x.passkey="passkey",x.metamask="metamask",x.opera="opera",x.extra="extra",x.none="",x))(Y||{}),Cs=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Cs||{}),$b=f(f({},hn.WindowProviderRequestEnums),Cs),Ns=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Ns||{}),qb=f(f({},hn.WindowProviderResponseEnums),Ns)});var Rs=w(()=>{"use strict";t()});var Ds=w(()=>{"use strict";t()});var Se=w(()=>{"use strict";t()});var Ms=w(()=>{"use strict";t()});var Os=w(()=>{"use strict";t()});var Bs=w(()=>{"use strict";t()});var U=w(()=>{"use strict";t();ba();Es();Ps();H();Rs();Ds();Se();Ms();Os();Bs()});var Fs=w(()=>{"use strict";t()});var Je,Be=w(()=>{"use strict";t();Je="Action not allowed. User is logged in. Call logout() first"});var Ws=w(()=>{"use strict";t()});var wa,Us=w(()=>{"use strict";t();wa=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(wa||{})});var Gs=w(()=>{"use strict";t()});var va=w(()=>{"use strict";t()});var Hs=w(()=>{"use strict";t()});var lo,Gt,uw,Ht,gw,Vt,fw,Tw,Vg,$t,Eo=w(()=>{"use strict";t();U();lo={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:Gt,egldLabel:uw}=lo["devnet"],{chainId:Ht,egldLabel:gw}=lo["testnet"],{chainId:Vt,egldLabel:fw}=lo["mainnet"],Tw={["devnet"]:Gt,["testnet"]:Ht,["mainnet"]:Vt},Vg={[Gt]:"devnet",[Ht]:"testnet",[Vt]:"mainnet"},$t=3e3});var jo=w(()=>{"use strict";t()});var Ze,Vs=w(()=>{"use strict";t();Ze=require("@multiversx/sdk-web-wallet-provider")});var Te,Ko=w(()=>{"use strict";t();Te=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var $s,qs,Aa,ww,vw,Ia=w(()=>{"use strict";t();Ko();Aa=String((qs=($s=Te.safeWindow)==null?void 0:$s.navigator)==null?void 0:qs.userAgent),ww=/^((?!chrome|android).)*safari/i.test(Aa),vw=/firefox/i.test(Aa)&&/windows/i.test(Aa)});var qt,zt,zs,js,nt,ka,La,jt,Ks,xn,Kt,C=w(()=>{"use strict";t();Fs();Be();Ws();Us();Gs();va();Hs();Eo();jo();Vs();Ia();qt=5e4,zt=1e9,zs=1,js=1,nt="signSession",ka="sdk-dapp-version",La="4.3.7",jt="logout",Ks="login",xn="0",Kt="-"});var yn,Xt=w(()=>{"use strict";t();yn=()=>Date.now()/1e3});var Xs=w(()=>{"use strict";t()});var Ys=w(()=>{"use strict";t()});var Ea=w(()=>{"use strict";t();Xt();Xs();Ys()});var Pa={};ze(Pa,{clear:()=>jg,getItem:()=>qg,localStorageKeys:()=>ue,removeItem:()=>zg,setItem:()=>$g});var ue,Yt,$g,qg,zg,jg,Po=w(()=>{"use strict";t();Ea();ue={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Yt=typeof localStorage!="undefined",$g=({key:e,data:o,expires:n})=>{!Yt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},qg=e=>{if(!Yt)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:yn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},zg=e=>{!Yt||localStorage.removeItem(String(e))},jg=()=>{!Yt||localStorage.clear()}});var Ca={};ze(Ca,{clear:()=>ec,getItem:()=>Zs,removeItem:()=>Qs,sessionStorageKeys:()=>Kg,setItem:()=>Js,storage:()=>Xg});var Kg,Js,Zs,Qs,ec,Xg,oc=w(()=>{"use strict";t();Kg={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Js=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Zs=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Qs=e=>sessionStorage.removeItem(String(e)),ec=()=>sessionStorage.clear(),Xg={setItem:Js,getItem:Zs,removeItem:Qs,clear:ec}});var ve,Xo=w(()=>{"use strict";t();Po();oc();ve={session:Ca,local:Pa}});var Na,j,te,K=w(()=>{"use strict";t();Na=require("@reduxjs/toolkit");C();j=(0,Na.createAction)(jt),te=(0,Na.createAction)(Ks,e=>({payload:e}))});var Da,nc,tc,pe,Ra,rc,ce,be,Jt,o0,Ma,Yg,n0,Sn,ac,ic,sc,Zt,Qt=w(()=>{"use strict";t();Da=require("@multiversx/sdk-core"),nc=require("@reduxjs/toolkit"),tc=require("redux-persist");C();Xo();Po();K();pe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:xn},Ra={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":pe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},rc=(0,nc.createSlice)({name:"accountInfoSlice",initialState:Ra,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Da.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:pe},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(j,()=>(ve.local.removeItem(ue.loginExpiresAt),Ra)),e.addCase(te,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Da.Address(r).toHex()}),e.addCase(tc.REHYDRATE,(o,n)=>{var _;if(!((_=n.payload)!=null&&_.account))return;let{account:r}=n.payload,{address:c,shard:p,accounts:m,publicKey:d}=r;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:Ra.accounts,o.publicKey=d})}}),{setAccount:ce,setAddress:be,setAccountNonce:Jt,setAccountShard:o0,setLedgerAccount:Ma,updateLedgerAccount:Yg,setWalletConnectAccount:n0,setIsAccountLoading:Sn,setAccountLoadingError:ac,setWebsocketEvent:ic,setWebsocketBatchEvent:sc}=rc.actions,Zt=rc.reducer});function tt(){return new Date().setHours(new Date().getHours()+24)}function rt(e){ve.local.setItem({key:ue.loginExpiresAt,data:e,expires:e})}var Oa=w(()=>{"use strict";t();Xo();Po()});var pc,cc,mc,l0,dc,Jg,_o,_0,er,lc,_c,Ba,uc,or,at=w(()=>{"use strict";t();pc=require("@reduxjs/toolkit");Oa();H();K();cc={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},mc=(0,pc.createSlice)({name:"loginInfoSlice",initialState:cc,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(j,()=>cc),e.addCase(te,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,rt(tt())})}}),{setLoginMethod:l0,setWalletConnectLogin:dc,setLedgerLogin:Jg,setTokenLogin:_o,setTokenLoginSignature:_0,setWalletLogin:er,invalidateLoginSession:lc,setLogoutRoute:_c,setIsWalletConnectV2Initialized:Ba,setWebviewLogin:uc}=mc.actions,or=mc.reducer});var fc,gc,Tc,hc,Zg,T0,Qg,nr,tr=w(()=>{"use strict";t();fc=require("@reduxjs/toolkit");K();gc={},Tc=(0,fc.createSlice)({name:"modalsSlice",initialState:gc,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(j,()=>gc)}}),{setTxSubmittedModal:hc,setNotificationModal:Zg,clearTxSubmittedModal:T0,clearNotificationModal:Qg}=Tc.actions,nr=Tc.reducer});var uo,bn=w(()=>{"use strict";t();uo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=w(()=>{"use strict";t();bn();V=()=>{if(!uo())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:c,search:p}}=window;return{pathname:o,hash:n,origin:r,href:c,search:p}}});var wn,xc=w(()=>{"use strict";t();me();wn=(e="")=>{let o=V(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var yc=w(()=>{"use strict";t();ge()});var Sc,bc=w(()=>{"use strict";t();Ko();Sc=e=>{if(!Te.safeWindow.location)return;if(!new URL(Te.safeWindow.location.href).protocol.startsWith("http"))return Te.safeWindow.location.reload();Te.safeWindow.location.assign(e)}});var ge=w(()=>{"use strict";t();xc();yc();me();bc()});var wc,vc,Yo,vn=w(()=>{"use strict";t();ge();wc=!1,vc=(e=!0)=>{wc=e},Yo=({timeout:e=0,url:o})=>{wc||setTimeout(()=>{if(!!window)return Sc(o)},e)}});function Co({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),c=typeof o=="function";if(r&&e!=null){if(c)return o(e,n);Yo({url:e,timeout:ef})}}var ef,Ac=w(()=>{"use strict";t();vn();ef=200});function Ic(e){return e[Math.floor(Math.random()*e.length)]}var kc=w(()=>{"use strict";t()});var Fa=w(()=>{"use strict";t();va()});var go=w(()=>{"use strict";t();Ac();kc();Fa()});var Lc,Ec,Pc,it,nf,Cc,Wa,Ua,Nc,rr,st=w(()=>{"use strict";t();Lc=require("@reduxjs/toolkit"),Ec=b(require("lodash.omit")),Pc=require("redux-persist");jo();K();go();it={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},nf={network:it},Cc=(0,Lc.createSlice)({name:"appConfig",initialState:nf,reducers:{initializeNetworkConfig:(e,o)=>{let n=Ic(o.payload.walletConnectV2RelayAddresses),r=(0,Ec.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(f(f({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=f(f({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(j,o=>{o.network.customWalletAddress=void 0}),e.addCase(Pc.REHYDRATE,(o,n)=>{var c,p;if(!((p=(c=n.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Wa,updateNetworkConfig:Ua,setCustomWalletAddress:Nc}=Cc.actions,rr=Cc.reducer});var Rc,Ga,Dc,ev,ov,nv,ar,ir=w(()=>{"use strict";t();Rc=require("@reduxjs/toolkit");U();K();Ga={isSigning:!1,signedSessions:{}},Dc=(0,Rc.createSlice)({name:"signedMessageInfoSliceState",initialState:Ga,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=r.status==="pending",e.signedSessions[n]=f(f({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>f(f({},e),o.payload),clearSignedMessageInfo:()=>Ga},extraReducers:e=>{e.addCase(j,()=>Ga)}}),{setSignSession:ev,clearSignedMessageInfo:ov,setSignSessionState:nv}=Dc.actions,ar=Dc.reducer});var Oc,Bc,Mc,Fc,Ha,tf,pv,rf,sr,cr=w(()=>{"use strict";t();Oc=require("@reduxjs/toolkit"),Bc=require("redux-persist");U();Xt();K();Mc={customToasts:[],transactionToasts:[]},Fc=(0,Oc.createSlice)({name:"toastsSlice",initialState:Mc,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(c=>c.toastId===n);if(r!==-1){e.customToasts[r]=I(f(f({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(f({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:yn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(j,()=>Mc),e.addCase(Bc.REHYDRATE,(o,n)=>{var c,p;let r=(p=(c=n.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Ha,removeCustomToast:tf,addTransactionToast:pv,removeTransactionToast:rf}=Fc.actions,sr=Fc.reducer});var Wc,$a,qa,za,af,Va,Uc,_v,sf,ja,pr,mr=w(()=>{"use strict";t();Wc=require("@reduxjs/toolkit");K();$a="Transaction failed",qa="Transaction successful",za="Processing transaction",af="Transaction submitted",Va={},Uc=(0,Wc.createSlice)({name:"transactionsInfo",initialState:Va,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||$a,successMessage:(r==null?void 0:r.successMessage)||qa,processingMessage:(r==null?void 0:r.processingMessage)||za,submittedMessage:(r==null?void 0:r.submittedMessage)||af,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Va},extraReducers:e=>{e.addCase(j,()=>Va)}}),{clearTransactionsInfo:_v,setTransactionsDisplayInfo:sf,clearTransactionsInfoForSessionId:ja}=Uc.actions,pr=Uc.reducer});function fo(e){return e!=null&&(Tf(e)||bf(e))}function Jo(e){return e!=null&&(hf(e)||wf(e))}function Zo(e){return e!=null&&(xf(e)||vf(e))}function Gc(e){return e!=null&&(yf(e)||Af(e))}function Ka(e){return e!=null&&Sf(e)}function Tf(e){return e!=null&&cf.includes(e)}function hf(e){return e!=null&&pf.includes(e)}function xf(e){return e!=null&&mf.includes(e)}function yf(e){return e!=null&&df.includes(e)}function Sf(e){return e!=null&&lf.includes(e)}function bf(e){return e!=null&&_f.includes(e)}function wf(e){return e!=null&&uf.includes(e)}function vf(e){return e!=null&&gf.includes(e)}function Af(e){return e!=null&&ff.includes(e)}var cf,pf,mf,df,lf,_f,uf,gf,ff,An=w(()=>{"use strict";t();H();cf=["sent"],pf=["success"],mf=["fail","cancelled","timedOut"],df=["invalid"],lf=["timedOut"],_f=["pending"],uf=["success"],gf=["fail","invalid"],ff=["not executed"]});var Hc,Vc,ct,If,$c,eo,oo,kf,Qo,Lf,Ef,bv,Pf,pt,Xa,wv,dr,lr=w(()=>{"use strict";t();Hc=require("@reduxjs/toolkit"),Vc=require("redux-persist");H();An();K();ct={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},If={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},$c=(0,Hc.createSlice)({name:"transactionsSlice",initialState:ct,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,_;let{sessionId:n,transactions:r,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=f(f(f({},If),((l=e.signedTransactions[n])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:f(f({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((_=e==null?void 0:e.transactionsToSign)==null?void 0:_.sessionId)===n&&(e.transactionsToSign=ct.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=f(f({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,c!=null&&(e.signedTransactions[n].errorMessage=c),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,T,g,x,L,k,E,F;let{sessionId:n,status:r,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(T=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:T.transactions;if(l!=null){e.signedTransactions[n].transactions=l.map(O=>O.hash===p?I(f(f({},m!=null?m:{}),O),{status:r,errorMessage:c,inTransit:d}):O);let M=(x=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:x.every(O=>Jo(O.status)),W=(k=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:k.some(O=>Zo(O.status)),$=(F=(E=e.signedTransactions[n])==null?void 0:E.transactions)==null?void 0:F.every(O=>Gc(O.status));M&&(e.signedTransactions[n].status="success"),W&&(e.signedTransactions[n].status="fail"),$&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ct.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ct.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=f(f({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(j,()=>ct),e.addCase(Vc.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:c}=n.payload.transactions,p=Object.entries(r).reduce((d,[l,_])=>{let T=new Date(l),g=new Date;return g.setHours(g.getHours()+5),g-T>0||(d[l]=_),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:eo,updateSignedTransactions:oo,setTransactionsToSign:kf,clearAllTransactionsToSign:Qo,clearAllSignedTransactions:Lf,clearSignedTransaction:Ef,clearTransactionToSign:bv,setSignTransactionsError:Pf,setSignTransactionsCancelMessage:pt,moveTransactionsToSignedState:Xa,updateSignedTransactionsCustomTransactionInformation:wv}=$c.actions,dr=$c.reducer});var qc,Ya,zc,jc,Kc,Xc,kv,_r,ur=w(()=>{"use strict";t();qc=require("@reduxjs/toolkit");K();Ya={},zc=(0,qc.createSlice)({name:"batchTransactionsSlice",initialState:Ya,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Ya},extraReducers:e=>{e.addCase(j,()=>Ya)}}),{setBatchTransactions:jc,updateBatchTransactions:Kc,clearBatchTransactions:Xc,clearAllBatchTransactions:kv}=zc.actions,_r=zc.reducer});var Jc,Yc,Zc,Qc,ep,Ja=w(()=>{"use strict";t();Jc=require("@reduxjs/toolkit");K();Yc={},Zc=(0,Jc.createSlice)({name:"dappConfigSlice",initialState:Yc,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(j,()=>Yc)}}),{setDappConfig:Qc}=Zc.actions,ep=Zc.reducer});var P=w(()=>{"use strict";t();Qt();at();tr();st();ir();cr();mr();lr();ur();Ja()});var Qa=w(()=>{"use strict";t()});var Ip,Uf,Gf,tn,br=w(()=>{"use strict";t();Ip=require("@reduxjs/toolkit");Qa();Qt();ur();Ja();at();tr();st();ir();cr();mr();lr();Uf={["account"]:Zt,["dappConfig"]:ep,["loginInfo"]:or,["modals"]:nr,["networkConfig"]:rr,["signedMessageInfo"]:ar,["toasts"]:sr,["transactionsInfo"]:pr,["transactions"]:dr,["batchTransactions"]:_r},Gf=(e={})=>(0,Ip.combineReducers)(f(f({},Uf),e)),tn=Gf});var Pp={};ze(Pp,{default:()=>tT,sessionStorageReducers:()=>ei});function ho(e,o=[]){return{key:e,version:1,storage:Lp.default,blacklist:o}}var we,kp,Lp,Hf,_t,Vf,$f,qf,zf,jf,Kf,Xf,Yf,Jf,Zf,Ep,Qf,ei,eT,oT,nT,tT,Cp=w(()=>{"use strict";t();we=require("redux-persist"),kp=b(require("redux-persist/lib/storage")),Lp=b(require("redux-persist/lib/storage/session"));br();P();Qt();ur();at();tr();st();ir();cr();mr();lr();Qa();Hf={persistReducersStorageType:"localStorage"},_t={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Vf=ho(_t["account"]),$f=ho(_t["loginInfo"]),qf=ho(_t["modals"]),zf=ho(_t["networkConfig"]),jf={2:e=>I(f({},e),{networkConfig:it})};Kf=ho("sdk-dapp-transactionsInfo"),Xf=ho("sdk-dapp-transactions",["transactionsToSign"]),Yf=ho("sdk-dapp-batchTransactions",["batchTransactions"]),Jf=ho("sdk-dapp-toasts"),Zf=ho("sdk-dapp-signedMessageInfo"),Ep={key:"sdk-dapp-store",version:2,storage:kp.default,whitelist:Object.keys(_t),migrate:(0,we.createMigrate)(jf,{debug:!1})},Qf=I(f({},Ep),{whitelist:[]}),ei={["toasts"]:(0,we.persistReducer)(Jf,sr),["transactions"]:(0,we.persistReducer)(Xf,dr),["transactionsInfo"]:(0,we.persistReducer)(Kf,pr),["batchTransactions"]:(0,we.persistReducer)(Yf,_r),["signedMessageInfo"]:(0,we.persistReducer)(Zf,ar)},eT=I(f({},ei),{["account"]:(0,we.persistReducer)(Vf,Zt),["loginInfo"]:(0,we.persistReducer)($f,or),["modals"]:(0,we.persistReducer)(qf,nr),["networkConfig"]:(0,we.persistReducer)(zf,rr)}),oT=Hf.persistReducersStorageType==="localStorage",nT=oT?(0,we.persistReducer)(Ep,tn(ei)):(0,we.persistReducer)(Qf,tn(eT)),tT=nT});var Np={};ze(Np,{default:()=>rT});var rT,Rp=w(()=>{"use strict";t();br();rT=tn()});var Dp={};ze(Dp,{default:()=>iT});var Ce,aT,iT,Mp=w(()=>{"use strict";t();Ce=require("redux-persist"),aT=[Ce.FLUSH,Ce.REHYDRATE,Ce.PAUSE,Ce.PERSIST,Ce.PURGE,Ce.REGISTER],iT=aT});var Fp={};ze(Fp,{default:()=>Bp});function Bp(e){return(0,Op.persistStore)(e)}var Op,Wp=w(()=>{"use strict";t();Op=require("redux-persist")});var Om=A((AM,Mm)=>{t();var xh=typeof i=="object"&&i&&i.Object===Object&&i;Mm.exports=xh});var bt=A((IM,Bm)=>{t();var yh=Om(),Sh=typeof self=="object"&&self&&self.Object===Object&&self,bh=yh||Sh||Function("return this")();Bm.exports=bh});var vi=A((kM,Fm)=>{t();var wh=bt(),vh=wh.Symbol;Fm.exports=vh});var Hm=A((LM,Gm)=>{t();var Wm=vi(),Um=Object.prototype,Ah=Um.hasOwnProperty,Ih=Um.toString,wt=Wm?Wm.toStringTag:void 0;function kh(e){var o=Ah.call(e,wt),n=e[wt];try{e[wt]=void 0;var r=!0}catch(p){}var c=Ih.call(e);return r&&(o?e[wt]=n:delete e[wt]),c}Gm.exports=kh});var $m=A((EM,Vm)=>{t();var Lh=Object.prototype,Eh=Lh.toString;function Ph(e){return Eh.call(e)}Vm.exports=Ph});var Ai=A((PM,jm)=>{t();var qm=vi(),Ch=Hm(),Nh=$m(),Rh="[object Null]",Dh="[object Undefined]",zm=qm?qm.toStringTag:void 0;function Mh(e){return e==null?e===void 0?Dh:Rh:zm&&zm in Object(e)?Ch(e):Nh(e)}jm.exports=Mh});var Xm=A((CM,Km)=>{t();var Oh=Array.isArray;Km.exports=Oh});var Jm=A((NM,Ym)=>{t();function Bh(e){return e!=null&&typeof e=="object"}Ym.exports=Bh});var Qm=A((RM,Zm)=>{t();var Fh=Ai(),Wh=Xm(),Uh=Jm(),Gh="[object String]";function Hh(e){return typeof e=="string"||!Wh(e)&&Uh(e)&&Fh(e)==Gh}Zm.exports=Hh});var Ur=A((c3,rd)=>{t();function qh(e){var o=typeof e;return e!=null&&(o=="object"||o=="function")}rd.exports=qh});var Ci={};ze(Ci,{css:()=>Cd,default:()=>Jh});var Cd,Jh,Ni=w(()=>{"use strict";t();Cd=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var tg=Object.create;var ot=Object.defineProperty,rg=Object.defineProperties,ag=Object.getOwnPropertyDescriptor,ig=Object.getOwnPropertyDescriptors,sg=Object.getOwnPropertyNames,Ot=Object.getOwnPropertySymbols,cg=Object.getPrototypeOf,pa=Object.prototype.hasOwnProperty,as=Object.prototype.propertyIsEnumerable;var rs=(e,o,n)=>o in e?ot(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,f=(e,o)=>{for(var n in o||(o={}))pa.call(o,n)&&rs(e,n,o[n]);if(Ot)for(var n of Ot(o))as.call(o,n)&&rs(e,n,o[n]);return e},I=(e,o)=>rg(e,ig(o));var ma=e=>typeof e=="symbol"?e:e+"",qe=(e,o)=>{var n={};for(var r in e)pa.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ot)for(var r of Ot(e))o.indexOf(r)<0&&as.call(e,r)&&(n[r]=e[r]);return n};var w=(e,o)=>()=>(e&&(o=e(e=0)),o);var A=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),ze=(e,o)=>{for(var n in o)ot(e,n,{get:o[n],enumerable:!0})},is=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of sg(o))!pa.call(e,c)&&c!==n&&ot(e,c,{get:()=>o[c],enumerable:!(r=ag(o,c))||r.enumerable});return e};var b=(e,o,n)=>(n=e!=null?tg(cg(e)):{},is(o||!e||!e.__esModule?ot(n,"default",{value:e,enumerable:!0}):n,e)),Me=e=>is(ot({},"__esModule",{value:!0}),e);var u=(e,o,n)=>new Promise((r,c)=>{var p=l=>{try{d(n.next(l))}catch(_){c(_)}},m=l=>{try{d(n.throw(l))}catch(_){c(_)}},d=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);d((n=n.apply(e,o)).next())});var ps=A(Bt=>{"use strict";t();Bt.byteLength=mg;Bt.toByteArray=lg;Bt.fromByteArray=gg;var je=[],Ee=[],pg=typeof Uint8Array!="undefined"?Uint8Array:Array,da="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for($o=0,ss=da.length;$o<ss;++$o)je[$o]=da[$o],Ee[da.charCodeAt($o)]=$o;var $o,ss;Ee["-".charCodeAt(0)]=62;Ee["_".charCodeAt(0)]=63;function cs(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function mg(e){var o=cs(e),n=o[0],r=o[1];return(n+r)*3/4-r}function dg(e,o,n){return(o+n)*3/4-n}function lg(e){var o,n=cs(e),r=n[0],c=n[1],p=new pg(dg(e,r,c)),m=0,d=c>0?r-4:r,l;for(l=0;l<d;l+=4)o=Ee[e.charCodeAt(l)]<<18|Ee[e.charCodeAt(l+1)]<<12|Ee[e.charCodeAt(l+2)]<<6|Ee[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=Ee[e.charCodeAt(l)]<<2|Ee[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=Ee[e.charCodeAt(l)]<<10|Ee[e.charCodeAt(l+1)]<<4|Ee[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function _g(e){return je[e>>18&63]+je[e>>12&63]+je[e>>6&63]+je[e&63]}function ug(e,o,n){for(var r,c=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(_g(r));return c.join("")}function gg(e){for(var o,n=e.length,r=n%3,c=[],p=16383,m=0,d=n-r;m<d;m+=p)c.push(ug(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],c.push(je[o>>2]+je[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],c.push(je[o>>10]+je[o>>4&63]+je[o<<2&63]+"=")),c.join("")}});var ms=A(la=>{t();la.read=function(e,o,n,r,c){var p,m,d=c*8-r-1,l=(1<<d)-1,_=l>>1,T=-7,g=n?c-1:0,x=n?-1:1,L=e[o+g];for(g+=x,p=L&(1<<-T)-1,L>>=-T,T+=d;T>0;p=p*256+e[o+g],g+=x,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=r;T>0;m=m*256+e[o+g],g+=x,T-=8);if(p===0)p=1-_;else{if(p===l)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-_}return(L?-1:1)*m*Math.pow(2,p-r)};la.write=function(e,o,n,r,c,p){var m,d,l,_=p*8-c-1,T=(1<<_)-1,g=T>>1,x=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=r?0:p-1,k=r?1:-1,E=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+g>=1?o+=x/l:o+=x*Math.pow(2,1-g),o*l>=2&&(m++,l/=2),m+g>=T?(d=0,m=T):m+g>=1?(d=(o*l-1)*Math.pow(2,c),m=m+g):(d=o*Math.pow(2,g-1)*Math.pow(2,c),m=0));c>=8;e[n+L]=d&255,L+=k,d/=256,c-=8);for(m=m<<c|d,_+=c;_>0;e[n+L]=m&255,L+=k,m/=256,_-=8);e[n+L-k]|=E*128}});var ws=A(fn=>{"use strict";t();var _a=ps(),gn=ms(),ds=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;fn.Buffer=h;fn.SlowBuffer=Sg;fn.INSPECT_MAX_BYTES=50;var Ft=2147483647;fn.kMaxLength=Ft;h.TYPED_ARRAY_SUPPORT=fg();!h.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 fg(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(h.prototype,"parent",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.buffer}});Object.defineProperty(h.prototype,"offset",{enumerable:!0,get:function(){if(!!h.isBuffer(this))return this.byteOffset}});function co(e){if(e>Ft)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,h.prototype),o}function h(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ta(e)}return us(e,o,n)}h.poolSize=8192;function us(e,o,n){if(typeof e=="string")return hg(e,o);if(ArrayBuffer.isView(e))return xg(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(Ke(e,ArrayBuffer)||e&&Ke(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ke(e,SharedArrayBuffer)||e&&Ke(e.buffer,SharedArrayBuffer)))return ga(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return h.from(r,o,n);var c=yg(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return h.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}h.from=function(e,o,n){return us(e,o,n)};Object.setPrototypeOf(h.prototype,Uint8Array.prototype);Object.setPrototypeOf(h,Uint8Array);function gs(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 Tg(e,o,n){return gs(e),e<=0?co(e):o!==void 0?typeof n=="string"?co(e).fill(o,n):co(e).fill(o):co(e)}h.alloc=function(e,o,n){return Tg(e,o,n)};function Ta(e){return gs(e),co(e<0?0:ha(e)|0)}h.allocUnsafe=function(e){return Ta(e)};h.allocUnsafeSlow=function(e){return Ta(e)};function hg(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!h.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=fs(e,o)|0,r=co(n),c=r.write(e,o);return c!==n&&(r=r.slice(0,c)),r}function ua(e){for(var o=e.length<0?0:ha(e.length)|0,n=co(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function xg(e){if(Ke(e,Uint8Array)){var o=new Uint8Array(e);return ga(o.buffer,o.byteOffset,o.byteLength)}return ua(e)}function ga(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,h.prototype),r}function yg(e){if(h.isBuffer(e)){var o=ha(e.length)|0,n=co(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||xa(e.length)?co(0):ua(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ua(e.data)}function ha(e){if(e>=Ft)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ft.toString(16)+" bytes");return e|0}function Sg(e){return+e!=e&&(e=0),h.alloc(+e)}h.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==h.prototype};h.compare=function(o,n){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),Ke(n,Uint8Array)&&(n=h.from(n,n.offset,n.byteLength)),!h.isBuffer(o)||!h.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,c=n.length,p=0,m=Math.min(r,c);p<m;++p)if(o[p]!==n[p]){r=o[p],c=n[p];break}return r<c?-1:c<r?1:0};h.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};h.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return h.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var c=h.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(Ke(m,Uint8Array))p+m.length>c.length?h.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(h.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function fs(e,o){if(h.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Ke(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return fa(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return bs(e).length;default:if(c)return r?-1:fa(e).length;o=(""+o).toLowerCase(),c=!0}}h.byteLength=fs;function bg(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Ng(this,o,n);case"utf8":case"utf-8":return hs(this,o,n);case"ascii":return Pg(this,o,n);case"latin1":case"binary":return Cg(this,o,n);case"base64":return Lg(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Rg(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}h.prototype._isBuffer=!0;function qo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}h.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)qo(this,n,n+1);return this};h.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)qo(this,n,n+3),qo(this,n+1,n+2);return this};h.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)qo(this,n,n+7),qo(this,n+1,n+6),qo(this,n+2,n+5),qo(this,n+3,n+4);return this};h.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?hs(this,0,o):bg.apply(this,arguments)};h.prototype.toLocaleString=h.prototype.toString;h.prototype.equals=function(o){if(!h.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:h.compare(this,o)===0};h.prototype.inspect=function(){var o="",n=fn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ds&&(h.prototype[ds]=h.prototype.inspect);h.prototype.compare=function(o,n,r,c,p){if(Ke(o,Uint8Array)&&(o=h.from(o,o.offset,o.byteLength)),!h.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),n<0||r>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&n>=r)return 0;if(c>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=r-n,l=Math.min(m,d),_=this.slice(c,p),T=o.slice(n,r),g=0;g<l;++g)if(_[g]!==T[g]){m=_[g],d=T[g];break}return m<d?-1:d<m?1:0};function Ts(e,o,n,r,c){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,xa(n)&&(n=c?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(c)return-1;n=e.length-1}else if(n<0)if(c)n=0;else return-1;if(typeof o=="string"&&(o=h.from(o,r)),h.isBuffer(o))return o.length===0?-1:ls(e,o,n,r,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):ls(e,[o],n,r,c);throw new TypeError("val must be string, number or Buffer")}function ls(e,o,n,r,c){var p=1,m=e.length,d=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,n/=2}function l(L,k){return p===1?L[k]:L.readUInt16BE(k*p)}var _;if(c){var T=-1;for(_=n;_<m;_++)if(l(e,_)===l(o,T===-1?0:_-T)){if(T===-1&&(T=_),_-T+1===d)return T*p}else T!==-1&&(_-=_-T),T=-1}else for(n+d>m&&(n=m-d),_=n;_>=0;_--){for(var g=!0,x=0;x<d;x++)if(l(e,_+x)!==l(o,x)){g=!1;break}if(g)return _}return-1}h.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};h.prototype.indexOf=function(o,n,r){return Ts(this,o,n,r,!0)};h.prototype.lastIndexOf=function(o,n,r){return Ts(this,o,n,r,!1)};function wg(e,o,n,r){n=Number(n)||0;var c=e.length-n;r?(r=Number(r),r>c&&(r=c)):r=c;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(xa(d))return m;e[n+m]=d}return m}function vg(e,o,n,r){return Wt(fa(o,e.length-n),e,n,r)}function Ag(e,o,n,r){return Wt(Og(o),e,n,r)}function Ig(e,o,n,r){return Wt(bs(o),e,n,r)}function kg(e,o,n,r){return Wt(Bg(o,e.length-n),e,n,r)}h.prototype.write=function(o,n,r,c){if(n===void 0)c="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")c=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,c===void 0&&(c="utf8")):(c=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return wg(this,o,n,r);case"utf8":case"utf-8":return vg(this,o,n,r);case"ascii":case"latin1":case"binary":return Ag(this,o,n,r);case"base64":return Ig(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kg(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Lg(e,o,n){return o===0&&n===e.length?_a.fromByteArray(e):_a.fromByteArray(e.slice(o,n))}function hs(e,o,n){n=Math.min(e.length,n);for(var r=[],c=o;c<n;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=n){var l,_,T,g;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(m=g));break;case 3:l=e[c+1],_=e[c+2],(l&192)===128&&(_&192)===128&&(g=(p&15)<<12|(l&63)<<6|_&63,g>2047&&(g<55296||g>57343)&&(m=g));break;case 4:l=e[c+1],_=e[c+2],T=e[c+3],(l&192)===128&&(_&192)===128&&(T&192)===128&&(g=(p&15)<<18|(l&63)<<12|(_&63)<<6|T&63,g>65535&&g<1114112&&(m=g))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),c+=d}return Eg(r)}var _s=4096;function Eg(e){var o=e.length;if(o<=_s)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=_s));return n}function Pg(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]&127);return r}function Cg(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]);return r}function Ng(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var c="",p=o;p<n;++p)c+=Fg[e[p]];return c}function Rg(e,o,n){for(var r=e.slice(o,n),c="",p=0;p<r.length-1;p+=2)c+=String.fromCharCode(r[p]+r[p+1]*256);return c}h.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var c=this.subarray(o,n);return Object.setPrototypeOf(c,h.prototype),c};function se(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}h.prototype.readUintLE=h.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return c};h.prototype.readUintBE=h.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o+--n],p=1;n>0&&(p*=256);)c+=this[o+--n]*p;return c};h.prototype.readUint8=h.prototype.readUInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]};h.prototype.readUint16LE=h.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]|this[o+1]<<8};h.prototype.readUint16BE=h.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||se(o,2,this.length),this[o]<<8|this[o+1]};h.prototype.readUint32LE=h.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};h.prototype.readUint32BE=h.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};h.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=this[o],p=1,m=0;++m<n&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*n)),c};h.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||se(o,n,this.length);for(var c=n,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};h.prototype.readInt8=function(o,n){return o=o>>>0,n||se(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};h.prototype.readInt16LE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};h.prototype.readInt16BE=function(o,n){o=o>>>0,n||se(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};h.prototype.readInt32LE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};h.prototype.readInt32BE=function(o,n){return o=o>>>0,n||se(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};h.prototype.readFloatLE=function(o,n){return o=o>>>0,n||se(o,4,this.length),gn.read(this,o,!0,23,4)};h.prototype.readFloatBE=function(o,n){return o=o>>>0,n||se(o,4,this.length),gn.read(this,o,!1,23,4)};h.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||se(o,8,this.length),gn.read(this,o,!0,52,8)};h.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||se(o,8,this.length),gn.read(this,o,!1,52,8)};function ye(e,o,n,r,c,p){if(!h.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}h.prototype.writeUintLE=h.prototype.writeUIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};h.prototype.writeUintBE=h.prototype.writeUIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};h.prototype.writeUint8=h.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,255,0),this[n]=o&255,n+1};h.prototype.writeUint16LE=h.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeUint16BE=h.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeUint32LE=h.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};h.prototype.writeUint32BE=h.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};h.prototype.writeIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=0,d=1,l=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=r-1,d=1,l=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};h.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};h.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};h.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};h.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};h.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function xs(e,o,n,r,c,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ys(e,o,n,r,c){return o=+o,n=n>>>0,c||xs(e,o,n,4,34028234663852886e22,-34028234663852886e22),gn.write(e,o,n,r,23,4),n+4}h.prototype.writeFloatLE=function(o,n,r){return ys(this,o,n,!0,r)};h.prototype.writeFloatBE=function(o,n,r){return ys(this,o,n,!1,r)};function Ss(e,o,n,r,c){return o=+o,n=n>>>0,c||xs(e,o,n,8,17976931348623157e292,-17976931348623157e292),gn.write(e,o,n,r,52,8),n+8}h.prototype.writeDoubleLE=function(o,n,r){return Ss(this,o,n,!0,r)};h.prototype.writeDoubleBE=function(o,n,r){return Ss(this,o,n,!1,r)};h.prototype.copy=function(o,n,r,c){if(!h.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!c&&c!==0&&(c=this.length),n>=o.length&&(n=o.length),n||(n=0),c>0&&c<r&&(c=r),c===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-n<c-r&&(c=o.length-n+r);var p=c-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,c):Uint8Array.prototype.set.call(o,this.subarray(r,c),n),p};h.prototype.fill=function(o,n,r,c){if(typeof o=="string"){if(typeof n=="string"?(c=n,n=0,r=this.length):typeof r=="string"&&(c=r,r=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!h.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var d=h.isBuffer(o)?o:h.from(o,c),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%l]}return this};var Dg=/[^+/0-9A-Za-z-_]/g;function Mg(e){if(e=e.split("=")[0],e=e.trim().replace(Dg,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function fa(e,o){o=o||1/0;for(var n,r=e.length,c=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!c){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}c=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),c=n;continue}n=(c-55296<<10|n-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Og(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Bg(e,o){for(var n,r,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,c=n%256,p.push(c),p.push(r);return p}function bs(e){return _a.toByteArray(Mg(e))}function Wt(e,o,n,r){for(var c=0;c<r&&!(c+n>=o.length||c>=e.length);++c)o[c+n]=e[c];return c}function Ke(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function xa(e){return e!==e}var Fg=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,c=0;c<16;++c)o[r+c]=e[n]+e[c];return o}()});var Ls=A((Wb,ks)=>{t();var Q=ks.exports={},Xe,Ye;function ya(){throw new Error("setTimeout has not been defined")}function Sa(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Xe=setTimeout:Xe=ya}catch(e){Xe=ya}try{typeof clearTimeout=="function"?Ye=clearTimeout:Ye=Sa}catch(e){Ye=Sa}})();function vs(e){if(Xe===setTimeout)return setTimeout(e,0);if((Xe===ya||!Xe)&&setTimeout)return Xe=setTimeout,setTimeout(e,0);try{return Xe(e,0)}catch(o){try{return Xe.call(null,e,0)}catch(n){return Xe.call(this,e,0)}}}function Wg(e){if(Ye===clearTimeout)return clearTimeout(e);if((Ye===Sa||!Ye)&&clearTimeout)return Ye=clearTimeout,clearTimeout(e);try{return Ye(e)}catch(o){try{return Ye.call(null,e)}catch(n){return Ye.call(this,e)}}}var po=[],Tn=!1,zo,Ut=-1;function Ug(){!Tn||!zo||(Tn=!1,zo.length?po=zo.concat(po):Ut=-1,po.length&&As())}function As(){if(!Tn){var e=vs(Ug);Tn=!0;for(var o=po.length;o;){for(zo=po,po=[];++Ut<o;)zo&&zo[Ut].run();Ut=-1,o=po.length}zo=null,Tn=!1,Wg(e)}}Q.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];po.push(new Is(e,o)),po.length===1&&!Tn&&vs(As)};function Is(e,o){this.fun=e,this.array=o}Is.prototype.run=function(){this.fun.apply(null,this.array)};Q.title="browser";Q.browser=!0;Q.env={};Q.argv=[];Q.version="";Q.versions={};function mo(){}Q.on=mo;Q.addListener=mo;Q.once=mo;Q.off=mo;Q.removeListener=mo;Q.removeAllListeners=mo;Q.emit=mo;Q.prependListener=mo;Q.prependOnceListener=mo;Q.listeners=function(e){return[]};Q.binding=function(e){throw new Error("process.binding is not supported")};Q.cwd=function(){return"/"};Q.chdir=function(e){throw new Error("process.chdir is not supported")};Q.umask=function(){return 0}});var a,s,Gg,i,t=w(()=>{a=b(ws()),s=b(Ls()),Gg=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=Gg});var ba=w(()=>{"use strict";t()});var Es=w(()=>{"use strict";t()});var Ps=w(()=>{"use strict";t()});var Oe,hn,Lo=w(()=>{"use strict";t();Oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),hn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Y,Cs,$b,Ns,qb,H=w(()=>{"use strict";t();Lo();Y=(x=>(x.ledger="ledger",x.walletconnect="walletconnect",x.walletconnectv2="walletconnectv2",x.wallet="wallet",x.crossWindow="crossWindow",x.iframe="iframe",x.extension="extension",x.passkey="passkey",x.metamask="metamask",x.opera="opera",x.extra="extra",x.none="",x))(Y||{}),Cs=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Cs||{}),$b=f(f({},hn.WindowProviderRequestEnums),Cs),Ns=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Ns||{}),qb=f(f({},hn.WindowProviderResponseEnums),Ns)});var Rs=w(()=>{"use strict";t()});var Ds=w(()=>{"use strict";t()});var Se=w(()=>{"use strict";t()});var Ms=w(()=>{"use strict";t()});var Os=w(()=>{"use strict";t()});var Bs=w(()=>{"use strict";t()});var U=w(()=>{"use strict";t();ba();Es();Ps();H();Rs();Ds();Se();Ms();Os();Bs()});var Fs=w(()=>{"use strict";t()});var Je,Be=w(()=>{"use strict";t();Je="Action not allowed. User is logged in. Call logout() first"});var Ws=w(()=>{"use strict";t()});var wa,Us=w(()=>{"use strict";t();wa=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(wa||{})});var Gs=w(()=>{"use strict";t()});var va=w(()=>{"use strict";t()});var Hs=w(()=>{"use strict";t()});var lo,Gt,uw,Ht,gw,Vt,fw,Tw,Vg,$t,Eo=w(()=>{"use strict";t();U();lo={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:Gt,egldLabel:uw}=lo["devnet"],{chainId:Ht,egldLabel:gw}=lo["testnet"],{chainId:Vt,egldLabel:fw}=lo["mainnet"],Tw={["devnet"]:Gt,["testnet"]:Ht,["mainnet"]:Vt},Vg={[Gt]:"devnet",[Ht]:"testnet",[Vt]:"mainnet"},$t=3e3});var jo=w(()=>{"use strict";t()});var Ze,Vs=w(()=>{"use strict";t();Ze=require("@multiversx/sdk-web-wallet-provider")});var Te,Ko=w(()=>{"use strict";t();Te=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var $s,qs,Aa,ww,vw,Ia=w(()=>{"use strict";t();Ko();Aa=String((qs=($s=Te.safeWindow)==null?void 0:$s.navigator)==null?void 0:qs.userAgent),ww=/^((?!chrome|android).)*safari/i.test(Aa),vw=/firefox/i.test(Aa)&&/windows/i.test(Aa)});var qt,zt,zs,js,nt,ka,La,jt,Ks,xn,Kt,C=w(()=>{"use strict";t();Fs();Be();Ws();Us();Gs();va();Hs();Eo();jo();Vs();Ia();qt=5e4,zt=1e9,zs=1,js=1,nt="signSession",ka="sdk-dapp-version",La="4.3.9",jt="logout",Ks="login",xn="0",Kt="-"});var yn,Xt=w(()=>{"use strict";t();yn=()=>Date.now()/1e3});var Xs=w(()=>{"use strict";t()});var Ys=w(()=>{"use strict";t()});var Ea=w(()=>{"use strict";t();Xt();Xs();Ys()});var Pa={};ze(Pa,{clear:()=>jg,getItem:()=>qg,localStorageKeys:()=>ue,removeItem:()=>zg,setItem:()=>$g});var ue,Yt,$g,qg,zg,jg,Po=w(()=>{"use strict";t();Ea();ue={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Yt=typeof localStorage!="undefined",$g=({key:e,data:o,expires:n})=>{!Yt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},qg=e=>{if(!Yt)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:yn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},zg=e=>{!Yt||localStorage.removeItem(String(e))},jg=()=>{!Yt||localStorage.clear()}});var Ca={};ze(Ca,{clear:()=>ec,getItem:()=>Zs,removeItem:()=>Qs,sessionStorageKeys:()=>Kg,setItem:()=>Js,storage:()=>Xg});var Kg,Js,Zs,Qs,ec,Xg,oc=w(()=>{"use strict";t();Kg={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Js=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Zs=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Qs=e=>sessionStorage.removeItem(String(e)),ec=()=>sessionStorage.clear(),Xg={setItem:Js,getItem:Zs,removeItem:Qs,clear:ec}});var ve,Xo=w(()=>{"use strict";t();Po();oc();ve={session:Ca,local:Pa}});var Na,j,te,K=w(()=>{"use strict";t();Na=require("@reduxjs/toolkit");C();j=(0,Na.createAction)(jt),te=(0,Na.createAction)(Ks,e=>({payload:e}))});var Da,nc,tc,pe,Ra,rc,ce,be,Jt,o0,Ma,Yg,n0,Sn,ac,ic,sc,Zt,Qt=w(()=>{"use strict";t();Da=require("@multiversx/sdk-core"),nc=require("@reduxjs/toolkit"),tc=require("redux-persist");C();Xo();Po();K();pe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:xn},Ra={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":pe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},rc=(0,nc.createSlice)({name:"accountInfoSlice",initialState:Ra,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Da.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:pe},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(j,()=>(ve.local.removeItem(ue.loginExpiresAt),Ra)),e.addCase(te,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Da.Address(r).toHex()}),e.addCase(tc.REHYDRATE,(o,n)=>{var _;if(!((_=n.payload)!=null&&_.account))return;let{account:r}=n.payload,{address:c,shard:p,accounts:m,publicKey:d}=r;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:Ra.accounts,o.publicKey=d})}}),{setAccount:ce,setAddress:be,setAccountNonce:Jt,setAccountShard:o0,setLedgerAccount:Ma,updateLedgerAccount:Yg,setWalletConnectAccount:n0,setIsAccountLoading:Sn,setAccountLoadingError:ac,setWebsocketEvent:ic,setWebsocketBatchEvent:sc}=rc.actions,Zt=rc.reducer});function tt(){return new Date().setHours(new Date().getHours()+24)}function rt(e){ve.local.setItem({key:ue.loginExpiresAt,data:e,expires:e})}var Oa=w(()=>{"use strict";t();Xo();Po()});var pc,cc,mc,l0,dc,Jg,_o,_0,er,lc,_c,Ba,uc,or,at=w(()=>{"use strict";t();pc=require("@reduxjs/toolkit");Oa();H();K();cc={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},mc=(0,pc.createSlice)({name:"loginInfoSlice",initialState:cc,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(j,()=>cc),e.addCase(te,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,rt(tt())})}}),{setLoginMethod:l0,setWalletConnectLogin:dc,setLedgerLogin:Jg,setTokenLogin:_o,setTokenLoginSignature:_0,setWalletLogin:er,invalidateLoginSession:lc,setLogoutRoute:_c,setIsWalletConnectV2Initialized:Ba,setWebviewLogin:uc}=mc.actions,or=mc.reducer});var fc,gc,Tc,hc,Zg,T0,Qg,nr,tr=w(()=>{"use strict";t();fc=require("@reduxjs/toolkit");K();gc={},Tc=(0,fc.createSlice)({name:"modalsSlice",initialState:gc,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(j,()=>gc)}}),{setTxSubmittedModal:hc,setNotificationModal:Zg,clearTxSubmittedModal:T0,clearNotificationModal:Qg}=Tc.actions,nr=Tc.reducer});var uo,bn=w(()=>{"use strict";t();uo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=w(()=>{"use strict";t();bn();V=()=>{if(!uo())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:c,search:p}}=window;return{pathname:o,hash:n,origin:r,href:c,search:p}}});var wn,xc=w(()=>{"use strict";t();me();wn=(e="")=>{let o=V(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var yc=w(()=>{"use strict";t();ge()});var Sc,bc=w(()=>{"use strict";t();Ko();Sc=e=>{if(!Te.safeWindow.location)return;if(!new URL(Te.safeWindow.location.href).protocol.startsWith("http"))return Te.safeWindow.location.reload();Te.safeWindow.location.assign(e)}});var ge=w(()=>{"use strict";t();xc();yc();me();bc()});var wc,vc,Yo,vn=w(()=>{"use strict";t();ge();wc=!1,vc=(e=!0)=>{wc=e},Yo=({timeout:e=0,url:o})=>{wc||setTimeout(()=>{if(!!window)return Sc(o)},e)}});function Co({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),c=typeof o=="function";if(r&&e!=null){if(c)return o(e,n);Yo({url:e,timeout:ef})}}var ef,Ac=w(()=>{"use strict";t();vn();ef=200});function Ic(e){return e[Math.floor(Math.random()*e.length)]}var kc=w(()=>{"use strict";t()});var Fa=w(()=>{"use strict";t();va()});var go=w(()=>{"use strict";t();Ac();kc();Fa()});var Lc,Ec,Pc,it,nf,Cc,Wa,Ua,Nc,rr,st=w(()=>{"use strict";t();Lc=require("@reduxjs/toolkit"),Ec=b(require("lodash.omit")),Pc=require("redux-persist");jo();K();go();it={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},nf={network:it},Cc=(0,Lc.createSlice)({name:"appConfig",initialState:nf,reducers:{initializeNetworkConfig:(e,o)=>{let n=Ic(o.payload.walletConnectV2RelayAddresses),r=(0,Ec.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(f(f({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=f(f({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(j,o=>{o.network.customWalletAddress=void 0}),e.addCase(Pc.REHYDRATE,(o,n)=>{var c,p;if(!((p=(c=n.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Wa,updateNetworkConfig:Ua,setCustomWalletAddress:Nc}=Cc.actions,rr=Cc.reducer});var Rc,Ga,Dc,ev,ov,nv,ar,ir=w(()=>{"use strict";t();Rc=require("@reduxjs/toolkit");U();K();Ga={isSigning:!1,signedSessions:{}},Dc=(0,Rc.createSlice)({name:"signedMessageInfoSliceState",initialState:Ga,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=r.status==="pending",e.signedSessions[n]=f(f({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>f(f({},e),o.payload),clearSignedMessageInfo:()=>Ga},extraReducers:e=>{e.addCase(j,()=>Ga)}}),{setSignSession:ev,clearSignedMessageInfo:ov,setSignSessionState:nv}=Dc.actions,ar=Dc.reducer});var Oc,Bc,Mc,Fc,Ha,tf,pv,rf,sr,cr=w(()=>{"use strict";t();Oc=require("@reduxjs/toolkit"),Bc=require("redux-persist");U();Xt();K();Mc={customToasts:[],transactionToasts:[]},Fc=(0,Oc.createSlice)({name:"toastsSlice",initialState:Mc,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(c=>c.toastId===n);if(r!==-1){e.customToasts[r]=I(f(f({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(f({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:yn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(j,()=>Mc),e.addCase(Bc.REHYDRATE,(o,n)=>{var c,p;let r=(p=(c=n.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Ha,removeCustomToast:tf,addTransactionToast:pv,removeTransactionToast:rf}=Fc.actions,sr=Fc.reducer});var Wc,$a,qa,za,af,Va,Uc,_v,sf,ja,pr,mr=w(()=>{"use strict";t();Wc=require("@reduxjs/toolkit");K();$a="Transaction failed",qa="Transaction successful",za="Processing transaction",af="Transaction submitted",Va={},Uc=(0,Wc.createSlice)({name:"transactionsInfo",initialState:Va,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||$a,successMessage:(r==null?void 0:r.successMessage)||qa,processingMessage:(r==null?void 0:r.processingMessage)||za,submittedMessage:(r==null?void 0:r.submittedMessage)||af,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Va},extraReducers:e=>{e.addCase(j,()=>Va)}}),{clearTransactionsInfo:_v,setTransactionsDisplayInfo:sf,clearTransactionsInfoForSessionId:ja}=Uc.actions,pr=Uc.reducer});function fo(e){return e!=null&&(Tf(e)||bf(e))}function Jo(e){return e!=null&&(hf(e)||wf(e))}function Zo(e){return e!=null&&(xf(e)||vf(e))}function Gc(e){return e!=null&&(yf(e)||Af(e))}function Ka(e){return e!=null&&Sf(e)}function Tf(e){return e!=null&&cf.includes(e)}function hf(e){return e!=null&&pf.includes(e)}function xf(e){return e!=null&&mf.includes(e)}function yf(e){return e!=null&&df.includes(e)}function Sf(e){return e!=null&&lf.includes(e)}function bf(e){return e!=null&&_f.includes(e)}function wf(e){return e!=null&&uf.includes(e)}function vf(e){return e!=null&&gf.includes(e)}function Af(e){return e!=null&&ff.includes(e)}var cf,pf,mf,df,lf,_f,uf,gf,ff,An=w(()=>{"use strict";t();H();cf=["sent"],pf=["success"],mf=["fail","cancelled","timedOut"],df=["invalid"],lf=["timedOut"],_f=["pending"],uf=["success"],gf=["fail","invalid"],ff=["not executed"]});var Hc,Vc,ct,If,$c,eo,oo,kf,Qo,Lf,Ef,bv,Pf,pt,Xa,wv,dr,lr=w(()=>{"use strict";t();Hc=require("@reduxjs/toolkit"),Vc=require("redux-persist");H();An();K();ct={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},If={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},$c=(0,Hc.createSlice)({name:"transactionsSlice",initialState:ct,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,_;let{sessionId:n,transactions:r,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=f(f(f({},If),((l=e.signedTransactions[n])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:f(f({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((_=e==null?void 0:e.transactionsToSign)==null?void 0:_.sessionId)===n&&(e.transactionsToSign=ct.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=f(f({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,c!=null&&(e.signedTransactions[n].errorMessage=c),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,T,g,x,L,k,E,F;let{sessionId:n,status:r,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(T=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:T.transactions;if(l!=null){e.signedTransactions[n].transactions=l.map(O=>O.hash===p?I(f(f({},m!=null?m:{}),O),{status:r,errorMessage:c,inTransit:d}):O);let M=(x=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:x.every(O=>Jo(O.status)),W=(k=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:k.some(O=>Zo(O.status)),$=(F=(E=e.signedTransactions[n])==null?void 0:E.transactions)==null?void 0:F.every(O=>Gc(O.status));M&&(e.signedTransactions[n].status="success"),W&&(e.signedTransactions[n].status="fail"),$&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ct.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ct.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=f(f({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(j,()=>ct),e.addCase(Vc.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:c}=n.payload.transactions,p=Object.entries(r).reduce((d,[l,_])=>{let T=new Date(l),g=new Date;return g.setHours(g.getHours()+5),g-T>0||(d[l]=_),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:eo,updateSignedTransactions:oo,setTransactionsToSign:kf,clearAllTransactionsToSign:Qo,clearAllSignedTransactions:Lf,clearSignedTransaction:Ef,clearTransactionToSign:bv,setSignTransactionsError:Pf,setSignTransactionsCancelMessage:pt,moveTransactionsToSignedState:Xa,updateSignedTransactionsCustomTransactionInformation:wv}=$c.actions,dr=$c.reducer});var qc,Ya,zc,jc,Kc,Xc,kv,_r,ur=w(()=>{"use strict";t();qc=require("@reduxjs/toolkit");K();Ya={},zc=(0,qc.createSlice)({name:"batchTransactionsSlice",initialState:Ya,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Ya},extraReducers:e=>{e.addCase(j,()=>Ya)}}),{setBatchTransactions:jc,updateBatchTransactions:Kc,clearBatchTransactions:Xc,clearAllBatchTransactions:kv}=zc.actions,_r=zc.reducer});var Jc,Yc,Zc,Qc,ep,Ja=w(()=>{"use strict";t();Jc=require("@reduxjs/toolkit");K();Yc={},Zc=(0,Jc.createSlice)({name:"dappConfigSlice",initialState:Yc,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(j,()=>Yc)}}),{setDappConfig:Qc}=Zc.actions,ep=Zc.reducer});var P=w(()=>{"use strict";t();Qt();at();tr();st();ir();cr();mr();lr();ur();Ja()});var Qa=w(()=>{"use strict";t()});var Ip,Uf,Gf,tn,br=w(()=>{"use strict";t();Ip=require("@reduxjs/toolkit");Qa();Qt();ur();Ja();at();tr();st();ir();cr();mr();lr();Uf={["account"]:Zt,["dappConfig"]:ep,["loginInfo"]:or,["modals"]:nr,["networkConfig"]:rr,["signedMessageInfo"]:ar,["toasts"]:sr,["transactionsInfo"]:pr,["transactions"]:dr,["batchTransactions"]:_r},Gf=(e={})=>(0,Ip.combineReducers)(f(f({},Uf),e)),tn=Gf});var Pp={};ze(Pp,{default:()=>tT,sessionStorageReducers:()=>ei});function ho(e,o=[]){return{key:e,version:1,storage:Lp.default,blacklist:o}}var we,kp,Lp,Hf,_t,Vf,$f,qf,zf,jf,Kf,Xf,Yf,Jf,Zf,Ep,Qf,ei,eT,oT,nT,tT,Cp=w(()=>{"use strict";t();we=require("redux-persist"),kp=b(require("redux-persist/lib/storage")),Lp=b(require("redux-persist/lib/storage/session"));br();P();Qt();ur();at();tr();st();ir();cr();mr();lr();Qa();Hf={persistReducersStorageType:"localStorage"},_t={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Vf=ho(_t["account"]),$f=ho(_t["loginInfo"]),qf=ho(_t["modals"]),zf=ho(_t["networkConfig"]),jf={2:e=>I(f({},e),{networkConfig:it})};Kf=ho("sdk-dapp-transactionsInfo"),Xf=ho("sdk-dapp-transactions",["transactionsToSign"]),Yf=ho("sdk-dapp-batchTransactions",["batchTransactions"]),Jf=ho("sdk-dapp-toasts"),Zf=ho("sdk-dapp-signedMessageInfo"),Ep={key:"sdk-dapp-store",version:2,storage:kp.default,whitelist:Object.keys(_t),migrate:(0,we.createMigrate)(jf,{debug:!1})},Qf=I(f({},Ep),{whitelist:[]}),ei={["toasts"]:(0,we.persistReducer)(Jf,sr),["transactions"]:(0,we.persistReducer)(Xf,dr),["transactionsInfo"]:(0,we.persistReducer)(Kf,pr),["batchTransactions"]:(0,we.persistReducer)(Yf,_r),["signedMessageInfo"]:(0,we.persistReducer)(Zf,ar)},eT=I(f({},ei),{["account"]:(0,we.persistReducer)(Vf,Zt),["loginInfo"]:(0,we.persistReducer)($f,or),["modals"]:(0,we.persistReducer)(qf,nr),["networkConfig"]:(0,we.persistReducer)(zf,rr)}),oT=Hf.persistReducersStorageType==="localStorage",nT=oT?(0,we.persistReducer)(Ep,tn(ei)):(0,we.persistReducer)(Qf,tn(eT)),tT=nT});var Np={};ze(Np,{default:()=>rT});var rT,Rp=w(()=>{"use strict";t();br();rT=tn()});var Dp={};ze(Dp,{default:()=>iT});var Ce,aT,iT,Mp=w(()=>{"use strict";t();Ce=require("redux-persist"),aT=[Ce.FLUSH,Ce.REHYDRATE,Ce.PAUSE,Ce.PERSIST,Ce.PURGE,Ce.REGISTER],iT=aT});var Fp={};ze(Fp,{default:()=>Bp});function Bp(e){return(0,Op.persistStore)(e)}var Op,Wp=w(()=>{"use strict";t();Op=require("redux-persist")});var Om=A((AM,Mm)=>{t();var xh=typeof i=="object"&&i&&i.Object===Object&&i;Mm.exports=xh});var bt=A((IM,Bm)=>{t();var yh=Om(),Sh=typeof self=="object"&&self&&self.Object===Object&&self,bh=yh||Sh||Function("return this")();Bm.exports=bh});var vi=A((kM,Fm)=>{t();var wh=bt(),vh=wh.Symbol;Fm.exports=vh});var Hm=A((LM,Gm)=>{t();var Wm=vi(),Um=Object.prototype,Ah=Um.hasOwnProperty,Ih=Um.toString,wt=Wm?Wm.toStringTag:void 0;function kh(e){var o=Ah.call(e,wt),n=e[wt];try{e[wt]=void 0;var r=!0}catch(p){}var c=Ih.call(e);return r&&(o?e[wt]=n:delete e[wt]),c}Gm.exports=kh});var $m=A((EM,Vm)=>{t();var Lh=Object.prototype,Eh=Lh.toString;function Ph(e){return Eh.call(e)}Vm.exports=Ph});var Ai=A((PM,jm)=>{t();var qm=vi(),Ch=Hm(),Nh=$m(),Rh="[object Null]",Dh="[object Undefined]",zm=qm?qm.toStringTag:void 0;function Mh(e){return e==null?e===void 0?Dh:Rh:zm&&zm in Object(e)?Ch(e):Nh(e)}jm.exports=Mh});var Xm=A((CM,Km)=>{t();var Oh=Array.isArray;Km.exports=Oh});var Jm=A((NM,Ym)=>{t();function Bh(e){return e!=null&&typeof e=="object"}Ym.exports=Bh});var Qm=A((RM,Zm)=>{t();var Fh=Ai(),Wh=Xm(),Uh=Jm(),Gh="[object String]";function Hh(e){return typeof e=="string"||!Wh(e)&&Uh(e)&&Fh(e)==Gh}Zm.exports=Hh});var Ur=A((c3,rd)=>{t();function qh(e){var o=typeof e;return e!=null&&(o=="object"||o=="function")}rd.exports=qh});var Ci={};ze(Ci,{css:()=>Cd,default:()=>Jh});var Cd,Jh,Ni=w(()=>{"use strict";t();Cd=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|