@multiversx/sdk-dapp 3.0.19 → 3.0.20
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/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/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/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/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/chunk-23W57VQI.js +2 -0
- package/__chunks__/{chunk-KESYGJYU.js → chunk-23WC2KZD.js} +2 -2
- package/__chunks__/{chunk-PL254HTU.js → chunk-2EWCUWIU.js} +2 -2
- package/__chunks__/{chunk-4AYFR46S.js → chunk-2F54G2RO.js} +2 -2
- package/__chunks__/chunk-2FAELKQI.js +2 -0
- package/__chunks__/{chunk-FOB5N4UB.js → chunk-2MPHNLIR.js} +2 -2
- package/__chunks__/{chunk-A5FD7DTK.js → chunk-2PVUEXHG.js} +2 -2
- package/__chunks__/{chunk-UQF6NDG4.js → chunk-2S3WLTTZ.js} +2 -2
- package/__chunks__/chunk-2W3HTAH6.js +2 -0
- package/__chunks__/{chunk-4TY7XTOD.js → chunk-2WIDHMD3.js} +2 -2
- package/__chunks__/{chunk-KKHZHP3E.js → chunk-2ZQUCJ3M.js} +2 -2
- package/__chunks__/{chunk-7GYR3BZZ.js → chunk-32LDF3IW.js} +2 -2
- package/__chunks__/chunk-32MQMBNY.js +2 -0
- package/__chunks__/{chunk-RBQXSOSJ.js → chunk-35PKC5YY.js} +2 -2
- package/__chunks__/chunk-373LPU6U.js +2 -0
- package/__chunks__/{chunk-PXO3KXPV.js → chunk-374FMRMN.js} +2 -2
- package/__chunks__/{chunk-WNUN6H4T.js → chunk-37LZRS45.js} +2 -2
- package/__chunks__/{chunk-P3K3ST24.js → chunk-3CA7ECJG.js} +2 -2
- package/__chunks__/{chunk-SOOZPADC.js → chunk-3FCH2UAZ.js} +2 -2
- package/__chunks__/chunk-3FK4DGLL.js +2 -0
- package/__chunks__/{chunk-MNJFPX3O.js → chunk-3HZ45UYC.js} +2 -2
- package/__chunks__/{chunk-5B3VR2FV.js → chunk-3KLEQWPP.js} +2 -2
- package/__chunks__/{chunk-MBNT47JC.js → chunk-3MFOF236.js} +2 -2
- package/__chunks__/chunk-3MMLW2FM.js +2 -0
- package/__chunks__/{chunk-K6Q3BCRA.js → chunk-3RLOPS7A.js} +2 -2
- package/__chunks__/{chunk-TJVSSB6L.js → chunk-3T5225YP.js} +2 -2
- package/__chunks__/{chunk-UEWYCOIN.js → chunk-3Y6TKA2K.js} +2 -2
- package/__chunks__/{chunk-XYPHPEVE.js → chunk-4ANW6FS5.js} +2 -2
- package/__chunks__/{chunk-CPTGXWUV.js → chunk-4G4VB35P.js} +2 -2
- package/__chunks__/{chunk-CZMQWDNV.js → chunk-4I7E4NJZ.js} +2 -2
- package/__chunks__/{chunk-FFPSOIDK.js → chunk-4MOGFP3Q.js} +2 -2
- package/__chunks__/{chunk-4GKDZ3TO.js → chunk-4ROI3DNA.js} +2 -2
- package/__chunks__/{chunk-2XKDGL5T.js → chunk-4TUUC3VG.js} +2 -2
- package/__chunks__/{chunk-R666NKD7.js → chunk-4UIDHBRY.js} +2 -2
- package/__chunks__/{chunk-DST6SZX2.js → chunk-4XP7MUPS.js} +2 -2
- package/__chunks__/{chunk-SKI27VQD.js → chunk-4XVLB7O2.js} +2 -2
- package/__chunks__/{chunk-HS7U64J3.js → chunk-4ZPA2ZNG.js} +2 -2
- package/__chunks__/{chunk-BZGRD26P.js → chunk-5352BVHS.js} +2 -2
- package/__chunks__/chunk-53UDFLVS.js +2 -0
- package/__chunks__/{chunk-XCXIJG4P.js → chunk-57MR6GDY.js} +2 -2
- package/__chunks__/chunk-57R6QXXS.js +2 -0
- package/__chunks__/chunk-5AG7LTJX.js +2 -0
- package/__chunks__/{chunk-BRMDGFCG.js → chunk-5BLBYHWX.js} +2 -2
- package/__chunks__/{chunk-VTFUHAXE.js → chunk-5C4JVHQ3.js} +2 -2
- package/__chunks__/{chunk-QZD5N7RZ.js → chunk-5D4CGOGE.js} +2 -2
- package/__chunks__/{chunk-BAJZ4MU7.js → chunk-5GBKDMCE.js} +2 -2
- package/__chunks__/chunk-5L7UGYCL.js +2 -0
- package/__chunks__/{chunk-UL64XUYA.js → chunk-5LRWSHX3.js} +2 -2
- package/__chunks__/chunk-5NREUPDN.js +2 -0
- package/__chunks__/{chunk-SOD2H65H.js → chunk-5QJNIURL.js} +2 -2
- package/__chunks__/{chunk-XECVYP4E.js → chunk-5R22KYMS.js} +2 -2
- package/__chunks__/{chunk-K3JRXFGH.js → chunk-5SCA66ZU.js} +2 -2
- package/__chunks__/chunk-5SHZENX7.js +2 -0
- package/__chunks__/{chunk-3CINYBP7.js → chunk-5SS7NZ62.js} +2 -2
- package/__chunks__/{chunk-PBD3PMQ6.js → chunk-5UW3KHZF.js} +2 -2
- package/__chunks__/chunk-5ZTQTA57.js +2 -0
- package/__chunks__/chunk-67LZSTQG.js +2 -0
- package/__chunks__/chunk-6DLLJ73W.js +2 -0
- package/__chunks__/{chunk-VRTCS22N.js → chunk-6EJ3CDZ2.js} +2 -2
- package/__chunks__/{chunk-MBDPT5AM.js → chunk-6MFLNPAV.js} +2 -2
- package/__chunks__/{chunk-XIH5JQMU.js → chunk-6MSKJ2PR.js} +2 -2
- package/__chunks__/{chunk-V4A4RI3N.js → chunk-6PBV75WN.js} +2 -2
- package/__chunks__/{chunk-XYD5IJAJ.js → chunk-753TEHRM.js} +2 -2
- package/__chunks__/{chunk-L7JIR6OV.js → chunk-77HA2TCZ.js} +2 -2
- package/__chunks__/{chunk-45TZJ2VF.js → chunk-7AHPPG66.js} +2 -2
- package/__chunks__/chunk-7HIOJST5.js +2 -0
- package/__chunks__/chunk-7QQW7OZC.js +2 -0
- package/__chunks__/{chunk-4SMYG4AO.js → chunk-7VPFM2FM.js} +2 -2
- package/__chunks__/{chunk-XSPP3G57.js → chunk-7X6D3IN6.js} +2 -2
- package/__chunks__/{chunk-6IOVE2XD.js → chunk-A4PKFKOI.js} +2 -2
- package/__chunks__/{chunk-77ZPJ5ZZ.js → chunk-A57Z5SS4.js} +2 -2
- package/__chunks__/{chunk-AHFVMJ7X.js → chunk-AEE3RXHB.js} +2 -2
- package/__chunks__/chunk-AEL32BBY.js +2 -0
- package/__chunks__/{chunk-XQIEPK5J.js → chunk-AELXW3UM.js} +2 -2
- package/__chunks__/{chunk-4MYDIG2C.js → chunk-AH5JZOCZ.js} +2 -2
- package/__chunks__/{chunk-JD4QKREV.js → chunk-AMHG363J.js} +2 -2
- package/__chunks__/{chunk-ZZ3PILAG.js → chunk-AR72EQDQ.js} +2 -2
- package/__chunks__/{chunk-TIMS5S2C.js → chunk-B3RDMC5R.js} +2 -2
- package/__chunks__/{chunk-LPRQ2IYP.js → chunk-B6AES4OZ.js} +2 -2
- package/__chunks__/{chunk-6MNICFK6.js → chunk-BBQYRT3U.js} +2 -2
- package/__chunks__/{chunk-JWSME6SY.js → chunk-BGY3RENH.js} +2 -2
- package/__chunks__/{chunk-4VEIGU4J.js → chunk-BH6L3X37.js} +2 -2
- package/__chunks__/{chunk-33ZQXWGC.js → chunk-BSAFBHP4.js} +2 -2
- package/__chunks__/chunk-BSS45KE5.js +2 -0
- package/__chunks__/{chunk-76WLQW5F.js → chunk-BSSSW6DS.js} +2 -2
- package/__chunks__/{chunk-YOZHK36J.js → chunk-BT5CQ3TL.js} +2 -2
- package/__chunks__/{chunk-MJZ7CDPB.js → chunk-BVC772NI.js} +2 -2
- package/__chunks__/{chunk-L5MDW727.js → chunk-C2WXU3NW.js} +2 -2
- package/__chunks__/{chunk-XL7XIOJR.js → chunk-C3FEVXGG.js} +2 -2
- package/__chunks__/{chunk-V3TVICHS.js → chunk-C3WI7D7F.js} +2 -2
- package/__chunks__/{chunk-N2M34KLB.js → chunk-C7FBZTKK.js} +2 -2
- package/__chunks__/{chunk-DYVTV6RQ.js → chunk-C7SLWPOR.js} +2 -2
- package/__chunks__/{chunk-FV6H3A4M.js → chunk-CAWOYSSN.js} +2 -2
- package/__chunks__/{chunk-HCWQSW2G.js → chunk-CH76NS43.js} +2 -2
- package/__chunks__/{chunk-YQT2T3WW.js → chunk-CLYKUTT7.js} +2 -2
- package/__chunks__/chunk-CMQ35IPJ.js +2 -0
- package/__chunks__/{chunk-CUYJAD7W.js → chunk-COI4EMDU.js} +2 -2
- package/__chunks__/{chunk-6JKT3JAV.js → chunk-CP466LLF.js} +2 -2
- package/__chunks__/chunk-D3W4OXHN.js +2 -0
- package/__chunks__/{chunk-CTZINBSZ.js → chunk-D4US64MS.js} +2 -2
- package/__chunks__/{chunk-D643KB2W.js → chunk-DCBM62KH.js} +2 -2
- package/__chunks__/{chunk-NC27GOVK.js → chunk-DD4LPADX.js} +2 -2
- package/__chunks__/{chunk-3B4DWW6O.js → chunk-DDMO5HPN.js} +2 -2
- package/__chunks__/{chunk-2AIEU6LZ.js → chunk-DIM4QWEK.js} +2 -2
- package/__chunks__/{chunk-KACXL2VQ.js → chunk-DLCUTHCZ.js} +2 -2
- package/__chunks__/{chunk-HVGKEJEB.js → chunk-DLZTETOY.js} +2 -2
- package/__chunks__/{chunk-4ES3KUQJ.js → chunk-DPIDKLDE.js} +2 -2
- package/__chunks__/{chunk-K34NQEQO.js → chunk-DUHIIQF3.js} +2 -2
- package/__chunks__/{chunk-J5WQX5EE.js → chunk-DUJ3I45G.js} +2 -2
- package/__chunks__/chunk-DVZPZ72H.js +2 -0
- package/__chunks__/{chunk-NW56V3MY.js → chunk-EAG3ETLP.js} +2 -2
- package/__chunks__/{chunk-BNQM3PSY.js → chunk-EBFN2JQC.js} +2 -2
- package/__chunks__/{chunk-TWMGKIYA.js → chunk-EBR57EHR.js} +2 -2
- package/__chunks__/{chunk-N3YUZLCM.js → chunk-ECLZP7XW.js} +2 -2
- package/__chunks__/{chunk-GAMY5LR7.js → chunk-EF57BAGN.js} +2 -2
- package/__chunks__/{chunk-TTFHCVKE.js → chunk-EG6G2Y34.js} +2 -2
- package/__chunks__/{chunk-4YOJYG6R.js → chunk-EHWKULWV.js} +2 -2
- package/__chunks__/{chunk-DPY2TNEY.js → chunk-EIMOK4HN.js} +2 -2
- package/__chunks__/{chunk-PQQY2VA2.js → chunk-EMZYG7TB.js} +2 -2
- package/__chunks__/{chunk-SJFNSQDE.js → chunk-ENOR2DGK.js} +2 -2
- package/__chunks__/chunk-EPMMOVPH.js +2 -0
- package/__chunks__/chunk-ER7U52LM.js +2 -0
- package/__chunks__/{chunk-VO5H44X2.js → chunk-ESGYVSGQ.js} +2 -2
- package/__chunks__/{chunk-YZB7HVFC.js → chunk-EUFDZO65.js} +2 -2
- package/__chunks__/{chunk-EZ2PLUR5.js → chunk-EW26E3PC.js} +2 -2
- package/__chunks__/chunk-F4KUUGH7.js +2 -0
- package/__chunks__/{chunk-SUPKMGBY.js → chunk-F4ZVPXUD.js} +2 -2
- package/__chunks__/{chunk-3DIC5G74.js → chunk-F5HX2V7Y.js} +2 -2
- package/__chunks__/chunk-F7TPGTAX.js +2 -0
- package/__chunks__/{chunk-ZAXYP5DO.js → chunk-FDR3SFSN.js} +2 -2
- package/__chunks__/{chunk-M6UZBBM2.js → chunk-FE5MUQSZ.js} +2 -2
- package/__chunks__/{chunk-6XLP6QV5.js → chunk-FFO63W7J.js} +2 -2
- package/__chunks__/{chunk-QFFXJQMU.js → chunk-FITLB2Z5.js} +2 -2
- package/__chunks__/{chunk-2FT64D47.js → chunk-FNO4USUA.js} +2 -2
- package/__chunks__/chunk-FTTEVENT.js +2 -0
- package/__chunks__/{chunk-DFXCBJPX.js → chunk-FYRM2TPY.js} +2 -2
- package/__chunks__/{chunk-ZD5GDFTR.js → chunk-G2QZJWIY.js} +2 -2
- package/__chunks__/chunk-GABJA3SW.js +2 -0
- package/__chunks__/{chunk-TJ462GVP.js → chunk-GBTPD7XI.js} +2 -2
- package/__chunks__/chunk-GFBJ6KSR.js +2 -0
- package/__chunks__/{chunk-NMC25ZUJ.js → chunk-GGJYXINP.js} +2 -2
- package/__chunks__/{chunk-Q2II6WAH.js → chunk-GJPDUXUP.js} +2 -2
- package/__chunks__/{chunk-LABFKDKK.js → chunk-GLHSSAW5.js} +2 -2
- package/__chunks__/{chunk-A4X2GOUI.js → chunk-GMBVYARR.js} +2 -2
- package/__chunks__/chunk-GOHJBIXQ.js +2 -0
- package/__chunks__/{chunk-IE3IVXRG.js → chunk-GPK5TKRY.js} +2 -2
- package/__chunks__/{chunk-BBPVQC7L.js → chunk-GYZKZJYT.js} +2 -2
- package/__chunks__/{chunk-Y4OZCVUZ.js → chunk-HC62WSPV.js} +2 -2
- package/__chunks__/{chunk-TPMTRTYF.js → chunk-HFNGX3KT.js} +2 -2
- package/__chunks__/{chunk-NRHVGC3B.js → chunk-HG4W2KMT.js} +2 -2
- package/__chunks__/{chunk-HWKORQ2K.js → chunk-HGGDLHW3.js} +2 -2
- package/__chunks__/{chunk-O7BFK3AK.js → chunk-HHOGX6TO.js} +2 -2
- package/__chunks__/{chunk-3QAMKN76.js → chunk-HHPJ6WV3.js} +2 -2
- package/__chunks__/{chunk-2YBZB3QT.js → chunk-HMF2IDRU.js} +2 -2
- package/__chunks__/{chunk-SEELVEOF.js → chunk-HNGOWZIV.js} +2 -2
- package/__chunks__/{chunk-WNUGX7UH.js → chunk-HRTPY35M.js} +2 -2
- package/__chunks__/{chunk-OJ65PGXZ.js → chunk-I2A5AQNP.js} +2 -2
- package/__chunks__/{chunk-H7F7QSSU.js → chunk-I3X6N7LO.js} +2 -2
- package/__chunks__/chunk-IFE6VMJ3.js +2 -0
- package/__chunks__/{chunk-AUTRTBBJ.js → chunk-IGW3VTIY.js} +2 -2
- package/__chunks__/{chunk-D75WP7GF.js → chunk-INBYDHWB.js} +2 -2
- package/__chunks__/{chunk-XI3XVOOA.js → chunk-IOPVZ45X.js} +2 -2
- package/__chunks__/{chunk-ZDIO44CA.js → chunk-IRNEDUNB.js} +2 -2
- package/__chunks__/chunk-ISZ75WJH.js +2 -0
- package/__chunks__/chunk-IV2UAHHR.js +2 -0
- package/__chunks__/{chunk-H664UVLI.js → chunk-IZZTMNKL.js} +2 -2
- package/__chunks__/{chunk-OE2KHOEY.js → chunk-J4B76GXU.js} +2 -2
- package/__chunks__/{chunk-NUHG6ACY.js → chunk-J6OGEOZF.js} +2 -2
- package/__chunks__/{chunk-AN3PVYB6.js → chunk-JE427V4Z.js} +2 -2
- package/__chunks__/{chunk-TFZRV4WV.js → chunk-JFEGFJYG.js} +2 -2
- package/__chunks__/{chunk-NYBV3BY2.js → chunk-JIK3LUAR.js} +2 -2
- package/__chunks__/chunk-JJTGLVUF.js +2 -0
- package/__chunks__/{chunk-Z4HYDMJT.js → chunk-JLIHM4EX.js} +2 -2
- package/__chunks__/{chunk-6EGCNSFW.js → chunk-JPCER52L.js} +2 -2
- package/__chunks__/{chunk-DQBNJKXP.js → chunk-JPD3QTIU.js} +2 -2
- package/__chunks__/{chunk-W3IQPPVZ.js → chunk-JPDRIR4Z.js} +2 -2
- package/__chunks__/{chunk-G2TQCLY5.js → chunk-JPKVM3BC.js} +2 -2
- package/__chunks__/chunk-JQMWV6DI.js +2 -0
- package/__chunks__/{chunk-IIO4O6XX.js → chunk-JSB4XBCL.js} +2 -2
- package/__chunks__/chunk-K6BN2PIQ.js +2 -0
- package/__chunks__/{chunk-3AOUWDRN.js → chunk-KCGGUA32.js} +2 -2
- package/__chunks__/{chunk-6DGZJKY3.js → chunk-KHPD52EJ.js} +2 -2
- package/__chunks__/{chunk-UPRCDBIL.js → chunk-KMB7EN5T.js} +2 -2
- package/__chunks__/{chunk-ENATCDDM.js → chunk-KQWCGLKP.js} +2 -2
- package/__chunks__/chunk-KSQWG7D6.js +2 -0
- package/__chunks__/{chunk-2ZQNGVTU.js → chunk-KWHIRYM3.js} +2 -2
- package/__chunks__/{chunk-TFN5IPAO.js → chunk-KXVCKONE.js} +2 -2
- package/__chunks__/{chunk-IJ3VVADG.js → chunk-L3NF2WWJ.js} +2 -2
- package/__chunks__/{chunk-AFOBGIC6.js → chunk-LAFMXFOI.js} +2 -2
- package/__chunks__/{chunk-V5CKNZA2.js → chunk-LBUDVIWP.js} +2 -2
- package/__chunks__/{chunk-LYO6GZ3A.js → chunk-LEQ75G3A.js} +2 -2
- package/__chunks__/chunk-LFKVDONT.js +2 -0
- package/__chunks__/{chunk-GSIGCMHA.js → chunk-LGJ4VZCA.js} +2 -2
- package/__chunks__/{chunk-2B7ZGYEB.js → chunk-LHRY3BCM.js} +2 -2
- package/__chunks__/{chunk-5AMJYRJ2.js → chunk-LHUR76KN.js} +2 -2
- package/__chunks__/{chunk-MYP4XQY5.js → chunk-LIEOTQFR.js} +2 -2
- package/__chunks__/chunk-LLOW255X.js +2 -0
- package/__chunks__/{chunk-5B5X4S2N.js → chunk-LO5TIX3Y.js} +2 -2
- package/__chunks__/{chunk-XCEBI3EQ.js → chunk-LTYEDJJ2.js} +2 -2
- package/__chunks__/{chunk-D62OYHN4.js → chunk-LV2S4RYW.js} +2 -2
- package/__chunks__/{chunk-Y4GMWUQR.js → chunk-LWLTZEUR.js} +2 -2
- package/__chunks__/{chunk-GDIJ3VWC.js → chunk-M246O3B3.js} +2 -2
- package/__chunks__/{chunk-36UWRGFL.js → chunk-M2MGPV3G.js} +2 -2
- package/__chunks__/{chunk-A6ZSNFXP.js → chunk-M7BKKUT5.js} +2 -2
- package/__chunks__/{chunk-VDQSHSAP.js → chunk-MA2KGP7W.js} +2 -2
- package/__chunks__/chunk-MBDEDSEW.js +2 -0
- package/__chunks__/{chunk-ZIIDK2IX.js → chunk-MCUKOZTI.js} +2 -2
- package/__chunks__/{chunk-QUMXWER5.js → chunk-MF2ADMXP.js} +2 -2
- package/__chunks__/{chunk-HK3BL5WJ.js → chunk-MIULHZAH.js} +2 -2
- package/__chunks__/chunk-MPUNA5XV.js +2 -0
- package/__chunks__/{chunk-RNXCDZE7.js → chunk-MVCZXQXR.js} +2 -2
- package/__chunks__/{chunk-UES4R3TC.js → chunk-MX7UJG44.js} +2 -2
- package/__chunks__/{chunk-B7YPTPRE.js → chunk-MXUHVHOH.js} +2 -2
- package/__chunks__/chunk-N57EYQI7.js +2 -0
- package/__chunks__/{chunk-XCETJVG5.js → chunk-N663DLSJ.js} +2 -2
- package/__chunks__/{chunk-HFGBJ5GL.js → chunk-N66X65TX.js} +2 -2
- package/__chunks__/{chunk-KDC72FBJ.js → chunk-N6HKO3SW.js} +2 -2
- package/__chunks__/{chunk-QGCSWJ3J.js → chunk-NFZXFTIJ.js} +2 -2
- package/__chunks__/chunk-NHLOLDJR.js +2 -0
- package/__chunks__/{chunk-ZQBSKR72.js → chunk-NHROF5TT.js} +2 -2
- package/__chunks__/{chunk-TISG47PR.js → chunk-NIVQGF2V.js} +2 -2
- package/__chunks__/{chunk-P5MIE6MI.js → chunk-NMHPPGKU.js} +2 -2
- package/__chunks__/{chunk-XNDB3RCO.js → chunk-NNWU2XKG.js} +2 -2
- package/__chunks__/{chunk-BF4DM7R5.js → chunk-NQAHCE7L.js} +2 -2
- package/__chunks__/chunk-NVL466WG.js +2 -0
- package/__chunks__/{chunk-W6YGSEZ4.js → chunk-NXNZKTGH.js} +2 -2
- package/__chunks__/{chunk-XEEY3HDK.js → chunk-O7A3B5UL.js} +2 -2
- package/__chunks__/{chunk-I5OGC7V5.js → chunk-O7JYT45R.js} +2 -2
- package/__chunks__/{chunk-EIV36FLO.js → chunk-OBQG7TN6.js} +2 -2
- package/__chunks__/{chunk-ICO7LEX6.js → chunk-OC33PRLG.js} +2 -2
- package/__chunks__/{chunk-5VBOKKA2.js → chunk-OCJRSBSJ.js} +2 -2
- package/__chunks__/{chunk-RV7HFQKN.js → chunk-OHAEDCR2.js} +2 -2
- package/__chunks__/{chunk-K6LPKU4O.js → chunk-OMVKOTXJ.js} +2 -2
- package/__chunks__/{chunk-XB5AV6KL.js → chunk-OPT3JYNI.js} +2 -2
- package/__chunks__/chunk-OQPJ4PWY.js +2 -0
- package/__chunks__/{chunk-Q6C25DHD.js → chunk-OT6KGZK7.js} +2 -2
- package/__chunks__/{chunk-3VDMQS32.js → chunk-OTH7NKIZ.js} +2 -2
- package/__chunks__/chunk-OUPXEHT3.js +2 -0
- package/__chunks__/{chunk-4D6645YL.js → chunk-OX6AVWT2.js} +2 -2
- package/__chunks__/{chunk-F74R22JL.js → chunk-OXOSM3NE.js} +2 -2
- package/__chunks__/{chunk-MKL2OLL6.js → chunk-P34RUZDS.js} +2 -2
- package/__chunks__/{chunk-L2JEVZQR.js → chunk-P6QWJR6B.js} +2 -2
- package/__chunks__/{chunk-5O6AK6MZ.js → chunk-PAGUMJIE.js} +2 -2
- package/__chunks__/{chunk-5IFIHV7J.js → chunk-PCOFQP2Q.js} +2 -2
- package/__chunks__/{chunk-3LHVCJCV.js → chunk-PEA3BMKQ.js} +2 -2
- package/__chunks__/{chunk-NLSTULNQ.js → chunk-PKNQHUL6.js} +2 -2
- package/__chunks__/chunk-PNBNE73F.js +2 -0
- package/__chunks__/{chunk-YTARCORV.js → chunk-PO7Q5SP6.js} +2 -2
- package/__chunks__/{chunk-WH5HQCTW.js → chunk-PPUI3BLS.js} +2 -2
- package/__chunks__/chunk-PZ4AH7DF.js +2 -0
- package/__chunks__/{chunk-IAQHH2SB.js → chunk-Q3ADNNYG.js} +2 -2
- package/__chunks__/{chunk-P4STGZJH.js → chunk-Q3FE2XOG.js} +2 -2
- package/__chunks__/{chunk-ASQ3U46M.js → chunk-Q7OFESUO.js} +2 -2
- package/__chunks__/{chunk-EGXPMWIO.js → chunk-QD537MZU.js} +2 -2
- package/__chunks__/{chunk-4EMUKO3O.js → chunk-QENN6NDL.js} +2 -2
- package/__chunks__/{chunk-CJKEPVMO.js → chunk-QMDTJFU3.js} +2 -2
- package/__chunks__/{chunk-DZICGNLZ.js → chunk-QRFFMY5Q.js} +2 -2
- package/__chunks__/{chunk-TLSDRYRG.js → chunk-QVVGHLCM.js} +2 -2
- package/__chunks__/chunk-QXKMNMR3.js +2 -0
- package/__chunks__/{chunk-JA3SLGX2.js → chunk-QZEWDJAT.js} +2 -2
- package/__chunks__/{chunk-CHAMM5KE.js → chunk-R23P6IMF.js} +2 -2
- package/__chunks__/{chunk-CLK5H5ZL.js → chunk-RCAOXHIW.js} +2 -2
- package/__chunks__/{chunk-ELUYAFQH.js → chunk-REB7V7GV.js} +2 -2
- package/__chunks__/{chunk-DBEM42SR.js → chunk-REW33NNZ.js} +2 -2
- package/__chunks__/chunk-RFTCPHFA.js +2 -0
- package/__chunks__/{chunk-2RG4XFAN.js → chunk-RGY3TNI6.js} +2 -2
- package/__chunks__/{chunk-KVFROWIW.js → chunk-RH2NFBDT.js} +2 -2
- package/__chunks__/{chunk-OOKK6JJ4.js → chunk-RP3LIXMU.js} +2 -2
- package/__chunks__/{chunk-4QMNIBLK.js → chunk-RPHIP3GG.js} +2 -2
- package/__chunks__/{chunk-6CJSFB2U.js → chunk-RPTNX4QD.js} +2 -2
- package/__chunks__/{chunk-U72Y75C7.js → chunk-RQLFNBVQ.js} +2 -2
- package/__chunks__/{chunk-4HU7AQ47.js → chunk-RSS5QMSG.js} +2 -2
- package/__chunks__/{chunk-BOTYGAX2.js → chunk-RUHCRI3J.js} +2 -2
- package/__chunks__/{chunk-JN4X6QCT.js → chunk-RUKWPAV5.js} +2 -2
- package/__chunks__/{chunk-R54WJX7Q.js → chunk-RYLWXDF3.js} +2 -2
- package/__chunks__/{chunk-WUKH5HLL.js → chunk-S3GSO657.js} +2 -2
- package/__chunks__/{chunk-YUFTVV2H.js → chunk-S4PQUBHR.js} +2 -2
- package/__chunks__/{chunk-ZKOWOXAQ.js → chunk-S5LOOIBU.js} +2 -2
- package/__chunks__/chunk-S7JXM4IQ.js +2 -0
- package/__chunks__/{chunk-EZP4DAXA.js → chunk-SBM5GGVT.js} +2 -2
- package/__chunks__/{chunk-I4ESH2AI.js → chunk-SCEWAVPS.js} +2 -2
- package/__chunks__/{chunk-KNAS7VNV.js → chunk-SI6KZT6Z.js} +2 -2
- package/__chunks__/chunk-SOKDCDVQ.js +2 -0
- package/__chunks__/chunk-SSU7LQ75.js +2 -0
- package/__chunks__/chunk-SVTFFUPI.js +2 -0
- package/__chunks__/{chunk-366BFEAQ.js → chunk-SW63E4XF.js} +2 -2
- package/__chunks__/{chunk-E5O47KXV.js → chunk-SYKBZAK4.js} +2 -2
- package/__chunks__/chunk-T5QULXFT.js +2 -0
- package/__chunks__/{chunk-DNEZKZYF.js → chunk-T6QWXWTA.js} +2 -2
- package/__chunks__/{chunk-Z5T3PMJE.js → chunk-TDQPGZCU.js} +2 -2
- package/__chunks__/{chunk-4F4ULUEW.js → chunk-TFUQIJSW.js} +2 -2
- package/__chunks__/{chunk-PXO2J644.js → chunk-THJQY7LP.js} +2 -2
- package/__chunks__/chunk-TPTVXCBM.js +2 -0
- package/__chunks__/{chunk-7G45MSVR.js → chunk-TPWHSHYF.js} +2 -2
- package/__chunks__/{chunk-MFPKPOZT.js → chunk-TQ6QT3CV.js} +2 -2
- package/__chunks__/chunk-TQKWYQTH.js +2 -0
- package/__chunks__/{chunk-MX3ROSNA.js → chunk-TQMYGMJN.js} +2 -2
- package/__chunks__/{chunk-P63VQOHF.js → chunk-TWF7LLNO.js} +2 -2
- package/__chunks__/chunk-TXIATRKL.js +2 -0
- package/__chunks__/{chunk-CMGGVTKB.js → chunk-TY6FMLO7.js} +2 -2
- package/__chunks__/{chunk-4YP6ER5C.js → chunk-UD77MOQO.js} +2 -2
- package/__chunks__/{chunk-JKKAJ4MH.js → chunk-UIQ6LSH7.js} +2 -2
- package/__chunks__/{chunk-XP6N4TB2.js → chunk-ULH46A2C.js} +2 -2
- package/__chunks__/{chunk-ZC5N5NQ2.js → chunk-UMRELM7U.js} +2 -2
- package/__chunks__/{chunk-XRNT76UY.js → chunk-UQVUMEKB.js} +2 -2
- package/__chunks__/{chunk-SD2ZJL4Z.js → chunk-UVNNIJQM.js} +2 -2
- package/__chunks__/{chunk-6QMORR5K.js → chunk-V3KBU724.js} +2 -2
- package/__chunks__/{chunk-CDJPQRSF.js → chunk-V74FQV7G.js} +2 -2
- package/__chunks__/{chunk-PTP4ZK4E.js → chunk-V7FF6W7W.js} +2 -2
- package/__chunks__/chunk-VA4VLSZI.js +2 -0
- package/__chunks__/{chunk-ZIIQ5MFR.js → chunk-VCAGTDM5.js} +2 -2
- package/__chunks__/{chunk-KZ5L5NV5.js → chunk-VDOK2XCW.js} +2 -2
- package/__chunks__/{chunk-SL6BQO6U.js → chunk-VDQ6Y4OL.js} +2 -2
- package/__chunks__/chunk-VGKYKXQB.js +2 -0
- package/__chunks__/{chunk-SOM3C6KB.js → chunk-VHCCDSRK.js} +2 -2
- package/__chunks__/{chunk-VLCJAOJZ.js → chunk-VHWU4HAI.js} +2 -2
- package/__chunks__/{chunk-SS4FJ5PL.js → chunk-VK5UZVMC.js} +2 -2
- package/__chunks__/{chunk-QWDXQ3EZ.js → chunk-VKCOXQGP.js} +2 -2
- package/__chunks__/{chunk-GR7XHWC7.js → chunk-VNBEES2K.js} +2 -2
- package/__chunks__/{chunk-TLR5RFIN.js → chunk-VVMCY4ZQ.js} +2 -2
- package/__chunks__/{chunk-FYDI5I4M.js → chunk-VZD2OAVQ.js} +2 -2
- package/__chunks__/{chunk-2LILI4WL.js → chunk-W2JAHF5E.js} +2 -2
- package/__chunks__/chunk-W4DKUYK4.js +2 -0
- package/__chunks__/chunk-W5BDR4MJ.js +2 -0
- package/__chunks__/{chunk-NKKIJCQE.js → chunk-WAJFNNWI.js} +2 -2
- package/__chunks__/{chunk-KBWCG46F.js → chunk-WCAGWATQ.js} +2 -2
- package/__chunks__/{chunk-DOB2VWUN.js → chunk-WDESVFYS.js} +2 -2
- package/__chunks__/{chunk-JUNOVW6Y.js → chunk-WI3J4ZLS.js} +2 -2
- package/__chunks__/{chunk-WLBFOLRM.js → chunk-WJ6U5ICO.js} +2 -2
- package/__chunks__/{chunk-HV5N6FIR.js → chunk-WJWXV2SS.js} +2 -2
- package/__chunks__/{chunk-ZYFEH2PC.js → chunk-WLWZKCS2.js} +2 -2
- package/__chunks__/{chunk-XB3JKHGC.js → chunk-WOYSC7TW.js} +2 -2
- package/__chunks__/{chunk-KAGCFYLJ.js → chunk-WPLVRP4T.js} +2 -2
- package/__chunks__/{chunk-5PD4V7PN.js → chunk-WQGESRXP.js} +2 -2
- package/__chunks__/{chunk-K6D6CCIL.js → chunk-WQOSFEA5.js} +2 -2
- package/__chunks__/{chunk-UJIL6NPK.js → chunk-WSPLEEDF.js} +2 -2
- package/__chunks__/chunk-WTS4XZXU.js +2 -0
- package/__chunks__/{chunk-G6OWQ4GF.js → chunk-WYMEJDWE.js} +2 -2
- package/__chunks__/{chunk-GISBTWRR.js → chunk-WZGQ3WJA.js} +2 -2
- package/__chunks__/{chunk-IOEM2OZK.js → chunk-X6JF6LLX.js} +2 -2
- package/__chunks__/{chunk-DNPORMYG.js → chunk-X74BWI6J.js} +2 -2
- package/__chunks__/chunk-XK47X6QI.js +2 -0
- package/__chunks__/{chunk-DJMFNRIK.js → chunk-XKTWOOJ5.js} +2 -2
- package/__chunks__/{chunk-57LO2NIO.js → chunk-XSUYLYIB.js} +2 -2
- package/__chunks__/{chunk-X7YCL332.js → chunk-XUD3HGD3.js} +2 -2
- package/__chunks__/{chunk-XEGOSC3M.js → chunk-XVBZAHE6.js} +2 -2
- package/__chunks__/{chunk-E2S6CATO.js → chunk-XXEKL2DH.js} +2 -2
- package/__chunks__/{chunk-CRHEOOZD.js → chunk-Y35IRBFJ.js} +2 -2
- package/__chunks__/{chunk-IQ4ZNGVQ.js → chunk-Y443WR2P.js} +2 -2
- package/__chunks__/{chunk-NCJMLUYQ.js → chunk-Y7K6U7RL.js} +2 -2
- package/__chunks__/chunk-YDINZ72C.js +2 -0
- package/__chunks__/{chunk-BCDVSSQ6.js → chunk-YGCKNH5E.js} +2 -2
- package/__chunks__/{chunk-OUSIKRNJ.js → chunk-YMMFPBKR.js} +2 -2
- package/__chunks__/{chunk-ACV6ZBKI.js → chunk-YRZRHMBY.js} +2 -2
- package/__chunks__/{chunk-IGORY6G3.js → chunk-YYBSA2IS.js} +2 -2
- package/__chunks__/{chunk-2GRCIZYF.js → chunk-YZYBMXLD.js} +2 -2
- package/__chunks__/chunk-Z2FOGQXQ.js +2 -0
- package/__chunks__/{chunk-6UMOENOE.js → chunk-Z3WGQIRQ.js} +2 -2
- package/__chunks__/{chunk-YDLPR32M.js → chunk-Z5UAJISV.js} +2 -2
- package/__chunks__/chunk-ZA4AXCRU.js +2 -0
- package/__chunks__/chunk-ZD4N2Y4Y.js +2 -0
- package/__chunks__/{chunk-2KGXFHHC.js → chunk-ZF5JN26G.js} +2 -2
- package/__chunks__/chunk-ZFTKBHKQ.js +2 -0
- package/__chunks__/chunk-ZGMSULLK.js +2 -0
- package/__chunks__/{chunk-2AQTAXV7.js → chunk-ZI7MNIRO.js} +2 -2
- package/__chunks__/{chunk-TWS6ONFZ.js → chunk-ZLKKGZC6.js} +2 -2
- package/__chunks__/{chunk-OP3ST6P3.js → chunk-ZM73TWIN.js} +2 -2
- package/__chunks__/{chunk-AO4C3VYM.js → chunk-ZMM64XFP.js} +2 -2
- package/__chunks__/{chunk-N7MH2TQM.js → chunk-ZOKTZX4J.js} +2 -2
- package/__chunks__/{chunk-YGQ6MAF7.js → chunk-ZRE4EBGO.js} +2 -2
- package/__chunks__/chunk-ZSGIG23Q.js +2 -0
- package/__chunks__/chunk-ZSIT433N.js +2 -0
- package/__chunks__/{chunk-ZHHX65UY.js → chunk-ZSPWULMC.js} +2 -2
- package/__chunks__/chunk-ZYQJI6VW.js +2 -0
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +9 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +9 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +14 -14
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionData/TransactionData.js +2 -2
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +2 -2
- package/__commonjs/UI/TransactionData/components/index.js +2 -2
- package/__commonjs/UI/TransactionData/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/index.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/__commonjs/UI/index.js +11 -11
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +3 -3
- package/__commonjs/UI/walletConnect/index.js +4 -4
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +2 -2
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +2 -2
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +2 -2
- package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/transactions/useTransactionsTracker.js +1 -1
- package/__commonjs/hooks/websocketListener/index.js +1 -1
- package/__commonjs/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/__commonjs/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/__commonjs/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/types/index.js +1 -1
- package/__commonjs/types/network.types.d.ts +2 -0
- package/__commonjs/types/network.types.js +1 -1
- package/__commonjs/utils/account/getIsProviderEqualTo.js +1 -1
- package/__commonjs/utils/account/index.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/index.js +5 -5
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/__commonjs/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +2 -2
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +2 -2
- package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +2 -2
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/helpers/clearInitiatedLogins.js +1 -1
- package/hooks/login/helpers/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/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/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/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/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/types/index.js +1 -1
- package/types/network.types.d.ts +2 -0
- package/types/network.types.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/smartContracts.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-27FH5G67.js +0 -2
- package/__chunks__/chunk-3QTOYBJL.js +0 -2
- package/__chunks__/chunk-3WJH7V52.js +0 -2
- package/__chunks__/chunk-3WOM6G5J.js +0 -2
- package/__chunks__/chunk-42M6IY4Z.js +0 -2
- package/__chunks__/chunk-4YSNFMZJ.js +0 -2
- package/__chunks__/chunk-6DPQGCTQ.js +0 -2
- package/__chunks__/chunk-6M47QO6V.js +0 -2
- package/__chunks__/chunk-6NVQH3XS.js +0 -2
- package/__chunks__/chunk-6P3IJTZK.js +0 -2
- package/__chunks__/chunk-6W7DVGIL.js +0 -2
- package/__chunks__/chunk-76MRIOQK.js +0 -2
- package/__chunks__/chunk-7A55YIB6.js +0 -2
- package/__chunks__/chunk-7FJ2PHIP.js +0 -2
- package/__chunks__/chunk-AEUBW6XP.js +0 -2
- package/__chunks__/chunk-AHGZNBYH.js +0 -2
- package/__chunks__/chunk-BG5F4VLD.js +0 -2
- package/__chunks__/chunk-BMV2L5DM.js +0 -2
- package/__chunks__/chunk-BQKEUDXY.js +0 -2
- package/__chunks__/chunk-BTFGUXUS.js +0 -2
- package/__chunks__/chunk-BWGNDVVC.js +0 -2
- package/__chunks__/chunk-CE4M7AXK.js +0 -2
- package/__chunks__/chunk-CL6IW7IS.js +0 -2
- package/__chunks__/chunk-DCGMBO5Q.js +0 -2
- package/__chunks__/chunk-DP3KRPAW.js +0 -2
- package/__chunks__/chunk-E4VQH6BK.js +0 -2
- package/__chunks__/chunk-EMIZYMPZ.js +0 -2
- package/__chunks__/chunk-EWRLMXDS.js +0 -2
- package/__chunks__/chunk-GE6AWBV7.js +0 -2
- package/__chunks__/chunk-GO3KTKAY.js +0 -2
- package/__chunks__/chunk-H6V3642M.js +0 -2
- package/__chunks__/chunk-HCRNWCPS.js +0 -2
- package/__chunks__/chunk-HGBHLYSY.js +0 -2
- package/__chunks__/chunk-HK3IGHZP.js +0 -2
- package/__chunks__/chunk-IXUNCHI4.js +0 -2
- package/__chunks__/chunk-JOLQVYZM.js +0 -2
- package/__chunks__/chunk-JPHGRIUG.js +0 -2
- package/__chunks__/chunk-JV2YMLWW.js +0 -2
- package/__chunks__/chunk-JW36RK53.js +0 -2
- package/__chunks__/chunk-KB6C5NNL.js +0 -2
- package/__chunks__/chunk-L43ZE6DO.js +0 -2
- package/__chunks__/chunk-L6F4CXJI.js +0 -2
- package/__chunks__/chunk-M3KZ5ZCM.js +0 -2
- package/__chunks__/chunk-MOINY2V5.js +0 -2
- package/__chunks__/chunk-MQYKLTUO.js +0 -2
- package/__chunks__/chunk-N5OGU3OY.js +0 -2
- package/__chunks__/chunk-NJPCK4MP.js +0 -2
- package/__chunks__/chunk-NTXXBNQ3.js +0 -2
- package/__chunks__/chunk-OBXVMKUP.js +0 -2
- package/__chunks__/chunk-ONKEMUBS.js +0 -2
- package/__chunks__/chunk-PVCQBXC5.js +0 -2
- package/__chunks__/chunk-PYOBFWGE.js +0 -2
- package/__chunks__/chunk-QSQMERZY.js +0 -2
- package/__chunks__/chunk-R7FMYSFZ.js +0 -2
- package/__chunks__/chunk-REVI6QV5.js +0 -2
- package/__chunks__/chunk-RPRH53SN.js +0 -2
- package/__chunks__/chunk-S6WU7FIP.js +0 -2
- package/__chunks__/chunk-SHX5DLRE.js +0 -2
- package/__chunks__/chunk-SYEARPKN.js +0 -2
- package/__chunks__/chunk-SYYNFXUN.js +0 -2
- package/__chunks__/chunk-UREH36PU.js +0 -2
- package/__chunks__/chunk-UXLAYBPI.js +0 -2
- package/__chunks__/chunk-VF2ER254.js +0 -2
- package/__chunks__/chunk-VKSVMOTZ.js +0 -2
- package/__chunks__/chunk-VVYCLY74.js +0 -2
- package/__chunks__/chunk-X4IJUWVA.js +0 -2
- package/__chunks__/chunk-XCL6JUJD.js +0 -2
- package/__chunks__/chunk-XNL2TWXZ.js +0 -2
- package/__chunks__/chunk-XSCEIJSP.js +0 -2
- package/__chunks__/chunk-XVIPFZ65.js +0 -2
- package/__chunks__/chunk-Y75XZXEI.js +0 -2
- package/__chunks__/chunk-YWRTTCYK.js +0 -2
- package/__chunks__/chunk-ZGV573YZ.js +0 -2
- package/__chunks__/chunk-ZT2MNNMR.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Di=Object.create;var xe=Object.defineProperty,_i=Object.defineProperties,Oi=Object.getOwnPropertyDescriptor,Mi=Object.getOwnPropertyDescriptors,Fi=Object.getOwnPropertyNames,Me=Object.getOwnPropertySymbols,Bi=Object.getPrototypeOf,Lt=Object.prototype.hasOwnProperty,Pr=Object.prototype.propertyIsEnumerable;var Rr=(e,t,r)=>t in e?xe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))Lt.call(t,r)&&Rr(e,r,t[r]);if(Me)for(var r of Me(t))Pr.call(t,r)&&Rr(e,r,t[r]);return e},S=(e,t)=>_i(e,Mi(t));var Cr=(e,t)=>{var r={};for(var o in e)Lt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Me)for(var o of Me(e))t.indexOf(o)<0&&Pr.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var Fe=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),re=(e,t)=>{for(var r in t)xe(e,r,{get:t[r],enumerable:!0})},Dr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Fi(t))!Lt.call(e,i)&&i!==r&&xe(e,i,{get:()=>t[i],enumerable:!(o=Oi(t,i))||o.enumerable});return e};var A=(e,t,r)=>(r=e!=null?Di(Bi(e)):{},Dr(t||!e||!e.__esModule?xe(r,"default",{value:e,enumerable:!0}):r,e)),Se=e=>Dr(xe({},"__esModule",{value:!0}),e);var C=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{m(r.next(d))}catch(y){i(y)}},p=d=>{try{m(r.throw(d))}catch(y){i(y)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);m((r=r.apply(e,t)).next())});var Mr=Fe(Be=>{"use strict";n();Be.byteLength=Wi;Be.toByteArray=$i;Be.fromByteArray=qi;var U=[],D=[],Ui=typeof Uint8Array!="undefined"?Uint8Array:Array,Nt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ne=0,_r=Nt.length;ne<_r;++ne)U[ne]=Nt[ne],D[Nt.charCodeAt(ne)]=ne;var ne,_r;D["-".charCodeAt(0)]=62;D["_".charCodeAt(0)]=63;function Or(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function Wi(e){var t=Or(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Vi(e,t,r){return(t+r)*3/4-r}function $i(e){var t,r=Or(e),o=r[0],i=r[1],l=new Ui(Vi(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=D[e.charCodeAt(d)]<<18|D[e.charCodeAt(d+1)]<<12|D[e.charCodeAt(d+2)]<<6|D[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=D[e.charCodeAt(d)]<<2|D[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=D[e.charCodeAt(d)]<<10|D[e.charCodeAt(d+1)]<<4|D[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function Gi(e){return U[e>>18&63]+U[e>>12&63]+U[e>>6&63]+U[e&63]}function Hi(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(Gi(o));return i.join("")}function qi(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(Hi(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push(U[t>>2]+U[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(U[t>>10]+U[t>>4&63]+U[t<<2&63]+"=")),i.join("")}});var Fr=Fe(Rt=>{n();Rt.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,y=d>>1,x=-7,h=r?i-1:0,E=r?-1:1,k=e[t+h];for(h+=E,l=k&(1<<-x)-1,k>>=-x,x+=m;x>0;l=l*256+e[t+h],h+=E,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+h],h+=E,x-=8);if(l===0)l=1-y;else{if(l===d)return p?NaN:(k?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(k?-1:1)*p*Math.pow(2,l-o)};Rt.write=function(e,t,r,o,i,l){var p,m,d,y=l*8-i-1,x=(1<<y)-1,h=x>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,k=o?0:l-1,j=o?1:-1,Oe=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+h>=1?t+=E/d:t+=E*Math.pow(2,1-h),t*d>=2&&(p++,d/=2),p+h>=x?(m=0,p=x):p+h>=1?(m=(t*d-1)*Math.pow(2,i),p=p+h):(m=t*Math.pow(2,h-1)*Math.pow(2,i),p=0));i>=8;e[r+k]=m&255,k+=j,m/=256,i-=8);for(p=p<<i|m,y+=i;y>0;e[r+k]=p&255,k+=j,p/=256,y-=8);e[r+k-j]|=Oe*128}});var Yr=Fe(de=>{"use strict";n();var Pt=Mr(),ue=Fr(),Br=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;de.Buffer=u;de.SlowBuffer=Zi;de.INSPECT_MAX_BYTES=50;var Ue=2147483647;de.kMaxLength=Ue;u.TYPED_ARRAY_SUPPORT=ji();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ji(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function K(e){if(e>Ue)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ot(e)}return Vr(e,t,r)}u.poolSize=8192;function Vr(e,t,r){if(typeof e=="string")return Ki(e,t);if(ArrayBuffer.isView(e))return Xi(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(W(e,ArrayBuffer)||e&&W(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(W(e,SharedArrayBuffer)||e&&W(e.buffer,SharedArrayBuffer)))return Dt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=Yi(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return Vr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function $r(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 zi(e,t,r){return $r(e),e<=0?K(e):t!==void 0?typeof r=="string"?K(e).fill(t,r):K(e).fill(t):K(e)}u.alloc=function(e,t,r){return zi(e,t,r)};function Ot(e){return $r(e),K(e<0?0:Mt(e)|0)}u.allocUnsafe=function(e){return Ot(e)};u.allocUnsafeSlow=function(e){return Ot(e)};function Ki(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Gr(e,t)|0,o=K(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function Ct(e){for(var t=e.length<0?0:Mt(e.length)|0,r=K(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Xi(e){if(W(e,Uint8Array)){var t=new Uint8Array(e);return Dt(t.buffer,t.byteOffset,t.byteLength)}return Ct(e)}function Dt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function Yi(e){if(u.isBuffer(e)){var t=Mt(e.length)|0,r=K(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Ft(e.length)?K(0):Ct(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Ct(e.data)}function Mt(e){if(e>=Ue)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ue.toString(16)+" bytes");return e|0}function Zi(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),W(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(W(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Gr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||W(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return _t(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Xr(e).length;default:if(i)return o?-1:_t(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Gr;function Ji(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return ca(this,t,r);case"utf8":case"utf-8":return qr(this,t,r);case"ascii":return aa(this,t,r);case"latin1":case"binary":return sa(this,t,r);case"base64":return oa(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return la(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function oe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)oe(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)oe(this,r,r+3),oe(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)oe(this,r,r+7),oe(this,r+1,r+6),oe(this,r+2,r+5),oe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?qr(this,0,t):Ji.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=de.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Br&&(u.prototype[Br]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,m=o-r,d=Math.min(p,m),y=this.slice(i,l),x=t.slice(r,o),h=0;h<d;++h)if(y[h]!==x[h]){p=y[h],m=x[h];break}return p<m?-1:m<p?1:0};function Hr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Ft(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Ur(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Ur(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Ur(e,t,r,o,i){var l=1,p=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,m/=2,r/=2}function d(k,j){return l===1?k[j]:k.readUInt16BE(j*l)}var y;if(i){var x=-1;for(y=r;y<p;y++)if(d(e,y)===d(t,x===-1?0:y-x)){if(x===-1&&(x=y),y-x+1===m)return x*l}else x!==-1&&(y-=y-x),x=-1}else for(r+m>p&&(r=p-m),y=r;y>=0;y--){for(var h=!0,E=0;E<m;E++)if(d(e,y+E)!==d(t,E)){h=!1;break}if(h)return y}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Hr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Hr(this,t,r,o,!1)};function Qi(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var m=parseInt(t.substr(p*2,2),16);if(Ft(m))return p;e[r+p]=m}return p}function ea(e,t,r,o){return We(_t(t,e.length-r),e,r,o)}function ta(e,t,r,o){return We(da(t),e,r,o)}function ra(e,t,r,o){return We(Xr(t),e,r,o)}function na(e,t,r,o){return We(ma(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return Qi(this,t,r,o);case"utf8":case"utf-8":return ea(this,t,r,o);case"ascii":case"latin1":case"binary":return ta(this,t,r,o);case"base64":return ra(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return na(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function oa(e,t,r){return t===0&&r===e.length?Pt.fromByteArray(e):Pt.fromByteArray(e.slice(t,r))}function qr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,y,x,h;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(h=(l&31)<<6|d&63,h>127&&(p=h));break;case 3:d=e[i+1],y=e[i+2],(d&192)===128&&(y&192)===128&&(h=(l&15)<<12|(d&63)<<6|y&63,h>2047&&(h<55296||h>57343)&&(p=h));break;case 4:d=e[i+1],y=e[i+2],x=e[i+3],(d&192)===128&&(y&192)===128&&(x&192)===128&&(h=(l&15)<<18|(d&63)<<12|(y&63)<<6|x&63,h>65535&&h<1114112&&(p=h))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return ia(o)}var Wr=4096;function ia(e){var t=e.length;if(t<=Wr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Wr));return r}function aa(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function sa(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function ca(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=ga[e[l]];return i}function la(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function b(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||b(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||b(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||b(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||b(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||b(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||b(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||b(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||b(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||b(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||b(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||b(t,4,this.length),ue.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||b(t,4,this.length),ue.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||b(t,8,this.length),ue.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||b(t,8,this.length),ue.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function jr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function zr(e,t,r,o,i){return t=+t,r=r>>>0,i||jr(e,t,r,4,34028234663852886e22,-34028234663852886e22),ue.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return zr(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return zr(this,t,r,!1,o)};function Kr(e,t,r,o,i){return t=+t,r=r>>>0,i||jr(e,t,r,8,17976931348623157e292,-17976931348623157e292),ue.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Kr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Kr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var pa=/[^+/0-9A-Za-z-_]/g;function ua(e){if(e=e.split("=")[0],e=e.trim().replace(pa,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function _t(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function da(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function ma(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function Xr(e){return Pt.toByteArray(ua(e))}function We(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function W(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Ft(e){return e!==e}var ga=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var tn=Fe((fc,en)=>{n();var v=en.exports={},V,$;function Bt(){throw new Error("setTimeout has not been defined")}function Ut(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?V=setTimeout:V=Bt}catch(e){V=Bt}try{typeof clearTimeout=="function"?$=clearTimeout:$=Ut}catch(e){$=Ut}})();function Zr(e){if(V===setTimeout)return setTimeout(e,0);if((V===Bt||!V)&&setTimeout)return V=setTimeout,setTimeout(e,0);try{return V(e,0)}catch(t){try{return V.call(null,e,0)}catch(r){return V.call(this,e,0)}}}function fa(e){if($===clearTimeout)return clearTimeout(e);if(($===Ut||!$)&&clearTimeout)return $=clearTimeout,clearTimeout(e);try{return $(e)}catch(t){try{return $.call(null,e)}catch(r){return $.call(this,e)}}}var X=[],me=!1,ie,Ve=-1;function Ta(){!me||!ie||(me=!1,ie.length?X=ie.concat(X):Ve=-1,X.length&&Jr())}function Jr(){if(!me){var e=Zr(Ta);me=!0;for(var t=X.length;t;){for(ie=X,X=[];++Ve<t;)ie&&ie[Ve].run();Ve=-1,t=X.length}ie=null,me=!1,fa(e)}}v.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];X.push(new Qr(e,t)),X.length===1&&!me&&Zr(Jr)};function Qr(e,t){this.fun=e,this.array=t}Qr.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function Y(){}v.on=Y;v.addListener=Y;v.once=Y;v.off=Y;v.removeListener=Y;v.removeAllListeners=Y;v.emit=Y;v.prependListener=Y;v.prependOnceListener=Y;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var a,s,Tc,n=g(()=>{a=A(Yr()),s=A(tn()),Tc=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var rn=g(()=>{"use strict";n()});var nn=g(()=>{"use strict";n()});var on=g(()=>{"use strict";n()});var Wt,an=g(()=>{"use strict";n();Wt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Wt||{})});var sn=g(()=>{"use strict";n()});var Vt=g(()=>{"use strict";n()});var cn=g(()=>{"use strict";n()});var ln=g(()=>{"use strict";n()});var pn=g(()=>{"use strict";n()});var un=g(()=>{"use strict";n()});var $t,ge,Gt=g(()=>{"use strict";n();$t=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),ge=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var dn,Lc,mn,Nc,O=g(()=>{"use strict";n();Gt();dn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(dn||{}),Lc=T(T({},ge.WindowProviderRequestEnums),dn),mn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(mn||{}),Nc=T(T({},ge.WindowProviderResponseEnums),mn)});var gn=g(()=>{"use strict";n()});var fn=g(()=>{"use strict";n()});var N=g(()=>{"use strict";n()});var Tn=g(()=>{"use strict";n()});var yn=g(()=>{"use strict";n()});var hn=g(()=>{"use strict";n()});var M=g(()=>{"use strict";n();ln();pn();un();O();gn();fn();N();Tn();yn();hn()});var Ht,xn,jc,Sn,zc,wn,Kc,Xc,Yc,An=g(()=>{"use strict";n();M();Ht={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",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",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",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:xn,egldLabel:jc}=Ht["devnet"],{chainId:Sn,egldLabel:zc}=Ht["testnet"],{chainId:wn,egldLabel:Kc}=Ht["mainnet"],Xc={["devnet"]:xn,["testnet"]:Sn,["mainnet"]:wn},Yc={[xn]:"devnet",[Sn]:"testnet",[wn]:"mainnet"}});var qt=g(()=>{"use strict";n()});var G,vn=g(()=>{"use strict";n();G=require("@multiversx/sdk-web-wallet-provider")});var $e,jt=g(()=>{"use strict";n();$e=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var In,bn,zt,rl,nl,kn=g(()=>{"use strict";n();jt();zt=String((bn=(In=$e.safeWindow)==null?void 0:In.navigator)==null?void 0:bn.userAgent),rl=/^((?!chrome|android).)*safari/i.test(zt),nl=/firefox/i.test(zt)&&/windows/i.test(zt)});var Kt,Xt,En,Ge,Ln,fe,w=g(()=>{"use strict";n();rn();nn();on();an();sn();Vt();cn();An();qt();vn();kn();Kt=5e4,Xt=1e9,En=1,Ge="logout",Ln="login",fe="0"});var He,Jt=g(()=>{"use strict";n();He=()=>Date.now()/1e3});var Bn=g(()=>{"use strict";n()});var Un=g(()=>{"use strict";n()});var Wn=g(()=>{"use strict";n();Jt();Bn();Un()});var Qt={};re(Qt,{clear:()=>Aa,getItem:()=>Sa,localStorageKeys:()=>se,removeItem:()=>wa,setItem:()=>xa});var se,qe,xa,Sa,wa,Aa,we=g(()=>{"use strict";n();Wn();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},qe=typeof localStorage!="undefined",xa=({key:e,data:t,expires:r})=>{!qe||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Sa=e=>{if(!qe)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:He()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},wa=e=>{!qe||localStorage.removeItem(String(e))},Aa=()=>{!qe||localStorage.clear()}});var er={};re(er,{clear:()=>Hn,getItem:()=>$n,removeItem:()=>Gn,setItem:()=>Vn,storage:()=>va});var Vn,$n,Gn,Hn,va,qn=g(()=>{"use strict";n();Vn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},$n=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Gn=e=>sessionStorage.removeItem(String(e)),Hn=()=>sessionStorage.clear(),va={setItem:Vn,getItem:$n,removeItem:Gn,clear:Hn}});var ye,je=g(()=>{"use strict";n();we();qn();ye={session:er,local:Qt}});var tr,I,ze,B=g(()=>{"use strict";n();tr=require("@reduxjs/toolkit");w();I=(0,tr.createAction)(Ge),ze=(0,tr.createAction)(Ln,e=>({payload:e}))});var nr,jn,zn,Ke,rr,Kn,Xe,Zl,Xn,Jl,Ql,ep,tp,rp,np,op,ip,Ye,Ze=g(()=>{"use strict";n();nr=require("@multiversx/sdk-core"),jn=require("@reduxjs/toolkit"),zn=require("redux-persist");w();je();we();B();Ke={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:fe},rr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ke},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Kn=(0,jn.createSlice)({name:"accountInfoSlice",initialState:rr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new nr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Ke},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(I,()=>(ye.local.removeItem(se.loginExpiresAt),rr)),e.addCase(ze,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new nr.Address(o).hex()}),e.addCase(zn.REHYDRATE,(t,r)=>{var y;if(!((y=r.payload)!=null&&y.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:rr.accounts,t.publicKey=m})}}),{setAccount:Xe,setAddress:Zl,setAccountNonce:Xn,setAccountShard:Jl,setLedgerAccount:Ql,updateLedgerAccount:ep,setWalletConnectAccount:tp,setIsAccountLoading:rp,setAccountLoadingError:np,setWebsocketEvent:op,setWebsocketBatchEvent:ip}=Kn.actions,Ye=Kn.reducer});function Ae(){return new Date().setHours(new Date().getHours()+24)}function ve(e){ye.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var or=g(()=>{"use strict";n();je();we()});var Zn,Yn,Jn,fp,Tp,yp,hp,xp,Sp,Qn,wp,Ap,vp,Je,Qe=g(()=>{"use strict";n();Zn=require("@reduxjs/toolkit");or();O();B();Yn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Jn=(0,Zn.createSlice)({name:"loginInfoSlice",initialState:Yn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(I,()=>Yn),e.addCase(ze,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,ve(Ae())})}}),{setLoginMethod:fp,setWalletConnectLogin:Tp,setLedgerLogin:yp,setTokenLogin:hp,setTokenLoginSignature:xp,setWalletLogin:Sp,invalidateLoginSession:Qn,setLogoutRoute:wp,setIsWalletConnectV2Initialized:Ap,setWebviewLogin:vp}=Jn.actions,Je=Jn.reducer});var to,eo,ro,Ep,Lp,Np,Rp,et,tt=g(()=>{"use strict";n();to=require("@reduxjs/toolkit");B();eo={},ro=(0,to.createSlice)({name:"modalsSlice",initialState:eo,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(I,()=>eo)}}),{setTxSubmittedModal:Ep,setNotificationModal:Lp,clearTxSubmittedModal:Np,clearNotificationModal:Rp}=ro.actions,et=ro.reducer});var Ie,rt=g(()=>{"use strict";n();Ie=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var te,ce=g(()=>{"use strict";n();rt();te=()=>{if(!Ie())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var no=g(()=>{"use strict";n();ce()});var oo=g(()=>{"use strict";n();nt()});var io=g(()=>{"use strict";n();jt()});var nt=g(()=>{"use strict";n();no();oo();ce();io()});var ao=g(()=>{"use strict";n();nt()});var so=g(()=>{"use strict";n();ao()});function co(e){return e[Math.floor(Math.random()*e.length)]}var lo=g(()=>{"use strict";n()});var po=g(()=>{"use strict";n();Vt()});var uo=g(()=>{"use strict";n();so();lo();po()});var mo,go,fo,ir,ba,To,pu,uu,du,ot,it=g(()=>{"use strict";n();mo=require("@reduxjs/toolkit"),go=A(require("lodash.omit")),fo=require("redux-persist");qt();B();uo();ir={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},ba={network:ir},To=(0,mo.createSlice)({name:"appConfig",initialState:ba,reducers:{initializeNetworkConfig:(e,t)=>{let r=co(t.payload.walletConnectV2RelayAddresses),o=(0,go.default)(t.payload,"walletConnectV2RelayAddresses");e.network=S(T(T({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=T(T({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(I,t=>{t.network.customWalletAddress=void 0}),e.addCase(fo.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:pu,updateNetworkConfig:uu,setCustomWalletAddress:du}=To.actions,ot=To.reducer});var yo,ar,ho,hu,xu,Su,at,st=g(()=>{"use strict";n();yo=require("@reduxjs/toolkit");M();B();ar={isSigning:!1,signedSessions:{}},ho=(0,yo.createSlice)({name:"signedMessageInfoSliceState",initialState:ar,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=T(T({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>ar},extraReducers:e=>{e.addCase(I,()=>ar)}}),{setSignSession:hu,clearSignedMessageInfo:xu,setSignSessionState:Su}=ho.actions,at=ho.reducer});var So,wo,xo,Ao,Eu,Lu,Nu,Ru,ct,lt=g(()=>{"use strict";n();So=require("@reduxjs/toolkit"),wo=require("redux-persist");M();Jt();B();xo={customToasts:[],transactionToasts:[]},Ao=(0,So.createSlice)({name:"toastsSlice",initialState:xo,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=S(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(S(T({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:He(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(I,()=>xo),e.addCase(wo.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Eu,removeCustomToast:Lu,addTransactionToast:Nu,removeTransactionToast:Ru}=Ao.actions,ct=Ao.reducer});var vo,cr,lr,pr,ka,sr,Io,_u,Ou,Mu,pt,ut=g(()=>{"use strict";n();vo=require("@reduxjs/toolkit");B();cr="Transaction failed",lr="Transaction successful",pr="Processing transaction",ka="Transaction submitted",sr={},Io=(0,vo.createSlice)({name:"transactionsInfo",initialState:sr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||cr,successMessage:(o==null?void 0:o.successMessage)||lr,processingMessage:(o==null?void 0:o.processingMessage)||pr,submittedMessage:(o==null?void 0:o.submittedMessage)||ka,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>sr},extraReducers:e=>{e.addCase(I,()=>sr)}}),{clearTransactionsInfo:_u,setTransactionsDisplayInfo:Ou,clearTransactionsInfoForSessionId:Mu}=Io.actions,pt=Io.reducer});function bo(e){return e!=null&&(Fa(e)||$a(e))}function dt(e){return e!=null&&(Ba(e)||Ga(e))}function mt(e){return e!=null&&(Ua(e)||Ha(e))}function ko(e){return e!=null&&(Wa(e)||qa(e))}function Eo(e){return e!=null&&Va(e)}function Fa(e){return e!=null&&La.includes(e)}function Ba(e){return e!=null&&Na.includes(e)}function Ua(e){return e!=null&&Ra.includes(e)}function Wa(e){return e!=null&&Pa.includes(e)}function Va(e){return e!=null&&Ca.includes(e)}function $a(e){return e!=null&&Da.includes(e)}function Ga(e){return e!=null&&_a.includes(e)}function Ha(e){return e!=null&&Oa.includes(e)}function qa(e){return e!=null&&Ma.includes(e)}var La,Na,Ra,Pa,Ca,Da,_a,Oa,Ma,dr=g(()=>{"use strict";n();O();La=["sent"],Na=["success"],Ra=["fail","cancelled","timedOut"],Pa=["invalid"],Ca=["timedOut"],Da=["pending"],_a=["success"],Oa=["fail","invalid"],Ma=["not executed"]});var Lo,No,be,ja,Ro,qu,ju,zu,Ku,Xu,Yu,Zu,Ju,Qu,ed,td,gt,ft=g(()=>{"use strict";n();Lo=require("@reduxjs/toolkit"),No=require("redux-persist");O();dr();B();be={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},ja={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ro=(0,Lo.createSlice)({name:"transactionsSlice",initialState:be,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,y;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m}=t.payload;e.customTransactionInformationForSessionId[r]=T(T(T({},ja),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:T(T({},e.customTransactionInformationForSessionId[r]),m!=null?m:{})},((y=e==null?void 0:e.transactionsToSign)==null?void 0:y.sessionId)===r&&(e.transactionsToSign=be.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var y,x,h,E,k,j,Oe,Nr;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:m}=t.payload,d=(x=(y=e.signedTransactions)==null?void 0:y[r])==null?void 0:x.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(z=>z.hash===l?S(T(T({},p!=null?p:{}),z),{status:o,errorMessage:i,inTransit:m}):z);let Ri=(E=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:E.every(z=>dt(z.status)),Pi=(j=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:j.some(z=>mt(z.status)),Ci=(Nr=(Oe=e.signedTransactions[r])==null?void 0:Oe.transactions)==null?void 0:Nr.every(z=>ko(z.status));Ri&&(e.signedTransactions[r].status="success"),Pi&&(e.signedTransactions[r].status="fail"),Ci&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=be.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=be.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=T(T({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(I,()=>be),e.addCase(No.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((m,[d,y])=>{let x=new Date(d),h=new Date;return h.setHours(h.getHours()+5),h-x>0||(m[d]=y),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:qu,updateSignedTransactions:ju,setTransactionsToSign:zu,clearAllTransactionsToSign:Ku,clearAllSignedTransactions:Xu,clearSignedTransaction:Yu,clearTransactionToSign:Zu,setSignTransactionsError:Ju,setSignTransactionsCancelMessage:Qu,moveTransactionsToSignedState:ed,updateSignedTransactionsCustomTransactionInformation:td}=Ro.actions,gt=Ro.reducer});var Po,mr,Co,id,ad,sd,cd,Tt,yt=g(()=>{"use strict";n();Po=require("@reduxjs/toolkit");B();mr={},Co=(0,Po.createSlice)({name:"batchTransactionsSlice",initialState:mr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>mr},extraReducers:e=>{e.addCase(I,()=>mr)}}),{setBatchTransactions:id,updateBatchTransactions:ad,clearBatchTransactions:sd,clearAllBatchTransactions:cd}=Co.actions,Tt=Co.reducer});var _o,Do,Oo,dd,Mo,gr=g(()=>{"use strict";n();_o=require("@reduxjs/toolkit");B();Do={},Oo=(0,_o.createSlice)({name:"dappConfigSlice",initialState:Do,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(I,()=>Do)}}),{setDappConfig:dd}=Oo.actions,Mo=Oo.reducer});var le=g(()=>{"use strict";n();Ze();Qe();tt();it();st();lt();ut();ft();yt();gr()});var fr=g(()=>{"use strict";n()});var Uo,Ya,Za,pe,St=g(()=>{"use strict";n();Uo=require("@reduxjs/toolkit");fr();Ze();yt();gr();Qe();tt();it();st();lt();ut();ft();Ya={["account"]:Ye,["dappConfig"]:Mo,["loginInfo"]:Je,["modals"]:et,["networkConfig"]:ot,["signedMessageInfo"]:at,["toasts"]:ct,["transactionsInfo"]:pt,["transactions"]:gt,["batchTransactions"]:Tt},Za=(e={})=>(0,Uo.combineReducers)(T(T({},Ya),e)),pe=Za});var Go={};re(Go,{default:()=>ms,sessionStorageReducers:()=>Tr});function Z(e,t=[]){return{key:e,version:1,storage:Vo.default,blacklist:t}}var R,Wo,Vo,Ja,ke,Qa,es,ts,rs,ns,os,is,as,ss,cs,$o,ls,Tr,ps,us,ds,ms,Ho=g(()=>{"use strict";n();R=require("redux-persist"),Wo=A(require("redux-persist/lib/storage")),Vo=A(require("redux-persist/lib/storage/session"));St();le();Ze();yt();Qe();tt();it();st();lt();ut();ft();fr();Ja={persistReducersStorageType:"localStorage"},ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Qa=Z(ke["account"]),es=Z(ke["loginInfo"]),ts=Z(ke["modals"]),rs=Z(ke["networkConfig"]),ns={2:e=>S(T({},e),{networkConfig:ir})};os=Z("sdk-dapp-transactionsInfo"),is=Z("sdk-dapp-transactions",["transactionsToSign"]),as=Z("sdk-dapp-batchTransactions",["batchTransactions"]),ss=Z("sdk-dapp-toasts"),cs=Z("sdk-dapp-signedMessageInfo"),$o={key:"sdk-dapp-store",version:2,storage:Wo.default,whitelist:Object.keys(ke),migrate:(0,R.createMigrate)(ns,{debug:!1})},ls=S(T({},$o),{whitelist:[]}),Tr={["toasts"]:(0,R.persistReducer)(ss,ct),["transactions"]:(0,R.persistReducer)(is,gt),["transactionsInfo"]:(0,R.persistReducer)(os,pt),["batchTransactions"]:(0,R.persistReducer)(as,Tt),["signedMessageInfo"]:(0,R.persistReducer)(cs,at)},ps=S(T({},Tr),{["account"]:(0,R.persistReducer)(Qa,Ye),["loginInfo"]:(0,R.persistReducer)(es,Je),["modals"]:(0,R.persistReducer)(ts,et),["networkConfig"]:(0,R.persistReducer)(rs,ot)}),us=Ja.persistReducersStorageType==="localStorage",ds=us?(0,R.persistReducer)($o,pe(Tr)):(0,R.persistReducer)(ls,pe(ps)),ms=ds});var qo={};re(qo,{default:()=>gs});var gs,jo=g(()=>{"use strict";n();St();gs=pe()});var zo={};re(zo,{default:()=>Ts});var _,fs,Ts,Ko=g(()=>{"use strict";n();_=require("redux-persist"),fs=[_.FLUSH,_.REHYDRATE,_.PAUSE,_.PERSIST,_.PURGE,_.REGISTER],Ts=fs});var Zo={};re(Zo,{default:()=>Yo});function Yo(e){return(0,Xo.persistStore)(e)}var Xo,Jo=g(()=>{"use strict";n();Xo=require("redux-persist")});var pc={};re(pc,{refreshAccount:()=>lc});module.exports=Se(pc);n();n();n();n();var Pn=require("@multiversx/sdk-extension-provider"),Cn=require("@multiversx/sdk-hw-provider"),Dn=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),_n=require("@multiversx/sdk-opera-provider"),On=require("@multiversx/sdk-passkey-provider/out"),Mn=require("@multiversx/sdk-web-wallet-provider");w();Gt();n();var Yt=require("@multiversx/sdk-web-wallet-iframe-provider/out"),ya=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");O();n();var Nn=Te;var Fn=e=>{switch(e==null?void 0:e.constructor){case Mn.WalletProvider:return"wallet";case Nn:return"walletconnectv2";case Cn.HWProvider:return"ledger";case Pn.ExtensionProvider:return"extension";case On.PasskeyProvider:return"passkey";case Dn.MetamaskProvider:return"metamask";case _n.OperaProvider:return"opera";case $t.CrossWindowProvider:return"crossWindow";case Yt.IframeProvider:return"iframe";case Te:return"";default:return"extra"}};var F=e=>`Unable to perform ${e}, Provider not initialized`,Te=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(F("getAccount"))}setAccount(t){throw new Error(F(`setAccount: ${t}`))}login(t){throw new Error(F(`login with options: ${t}`))}logout(t){throw new Error(F(`logout with options: ${t}`))}getAddress(){throw new Error(F("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(t,r){throw new Error(F(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(F(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(F(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(F(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(F(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(F(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Zt=new Te;var ha=Zt;function ae(){return ha||Zt}le();n();var yr=require("@reduxjs/toolkit"),ri=require("react-redux/lib/utils/Subscription");le();n();var Fo=A(require("lodash.throttle"));w();le();or();je();we();var za=[Ge],ht=!1,Ka=(0,Fo.default)(()=>{ve(Ae())},5e3),Bo=e=>t=>r=>{if(za.includes(r.type))return t(r);let o=e.getState(),i=ye.local.getItem(se.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return ve(Ae());let p=Date.now();return i-p<0&&!ht?setTimeout(()=>{ht=!0,e.dispatch(Qn())},1e3):(ht&&(ht=!1),Ka()),t(r)};n();n();function xt(){return typeof sessionStorage!="undefined"}var Qo=xt()?(Ho(),Se(Go)).default:(jo(),Se(qo)).default,ei=xt()?(Ko(),Se(zo)).default:[],ti=xt()?(Jo(),Se(Zo)).default:e=>e;St();var P=(0,yr.configureStore)({reducer:Qo,middleware:e=>e({serializableCheck:{ignoredActions:[...ei,Xn.type,Xe.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Bo)}),pm=(0,ri.createSubscription)(P),um=ti(P),dm=(0,yr.configureStore)({reducer:pe});n();n();n();var wt="accounts";n();n();n();var ni=require("@lifeomic/axios-fetch"),hr=A(require("axios")),xr=(0,ni.buildAxiosFetch)(hr.default),Sr=(e,t)=>C(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let o=e.clone().json(),[i]=yield Promise.all([o]);return{data:i,status:e.status,statusText:e.statusText,headers:e.headers,config:t}});function ys(e,t,r){return C(this,null,function*(){try{let o=yield xr(e,T({method:"POST",body:t?JSON.stringify(t):void 0,headers:T({"Content-Type":"application/json"},(r==null?void 0:r.headers)||{})},r));return Sr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}function hs(e,t){return C(this,null,function*(){try{let r=yield xr(e,t);if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return Sr(r,t)}catch(r){throw console.error("Fetch Error:",r),r}})}function xs(e,t,r){return C(this,null,function*(){try{let o=yield xr(e,T({method:"PATCH",body:t?JSON.stringify(t):void 0,headers:(r==null?void 0:r.headers)||{}},r));if(!o.ok)throw new Error(`HTTP error! Status: ${o.status}`);return Sr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}var he=hr.default.create();he.get=hs;he.post=ys;he.patch=xs;n();n();n();le();n();var oi=A(require("lodash.isequal")),At=require("reselect"),f=(0,At.createSelectorCreator)(At.defaultMemoize,oi.default);var H=e=>e.account,Ee=f(H,e=>e.address),wr=f(H,Ee,(e,t)=>t in e.accounts?e.accounts[t]:Ke),vm=f(H,wr,(e,t)=>{let i=e,{accounts:r}=i,o=Cr(i,["accounts"]);return S(T({},o),{address:t.address,account:t})}),Im=f(wr,e=>e.balance),ii=f(wr,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),bm=f(H,e=>e.shard),km=f(H,e=>e.ledgerAccount),Em=f(H,e=>e.walletConnectAccount),Lm=f(H,e=>e.isAccountLoading),Nm=f(H,e=>e.accountLoadingError),Rm=f(H,e=>e.websocketEvent),Pm=f(H,e=>e.websocketBatchEvent);n();var Ss=e=>e.dappConfig,_m=f(Ss,e=>e.shouldUseWebViewProvider);n();var J=e=>e.loginInfo,Bm=f(J,e=>e.loginMethod),ai=f(J,Ee,(e,t)=>Boolean(t)),Um=f(J,e=>e.walletConnectLogin),Wm=f(J,e=>e.ledgerLogin),si=f(J,e=>e.walletLogin),Vm=f(J,e=>e.isLoginSessionInvalid),$m=f(J,e=>e.tokenLogin),Gm=f(J,e=>e.logoutRoute),Hm=f(J,e=>e.isWalletConnectV2Initialized);n();var ci=e=>e.modals,zm=f(ci,e=>e.txSubmittedModal),Km=f(ci,e=>e.notificationModal);n();var Q=e=>e.networkConfig,Zm=f(Q,e=>e.network.chainId),Jm=f(Q,e=>e.network.roundDuration),Qm=f(Q,e=>e.network.walletConnectBridgeAddress),eg=f(Q,e=>e.network.walletConnectV2RelayAddress),tg=f(Q,e=>e.network.walletConnectV2ProjectId),rg=f(Q,e=>e.network.walletConnectV2Options),ng=f(Q,e=>e.network.walletConnectDeepLink),Le=f(Q,e=>e.network),li=f(Le,e=>e.apiAddress),pi=f(Le,e=>e.explorerAddress),og=f(Le,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),ig=f(Le,e=>e.xAliasAddress),ag=f(Le,e=>e.egldLabel);n();var vt=e=>e.signedMessageInfo,lg=f(vt,e=>e.isSigning),pg=f(vt,e=>e.errorMessage),ug=f(vt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),dg=f(vt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var ui=e=>e.toasts,fg=f(ui,e=>e.customToasts),Tg=f(ui,e=>e.transactionToasts);n();le();var di={errorMessage:cr,successMessage:lr,processingMessage:pr},ws=e=>e.transactionsInfo,Sg=f(ws,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||di);n();n();var q=require("@multiversx/sdk-core");w();n();var vr=require("@multiversx/sdk-core/out");n();n();function Ar(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}n();n();n();n();var mi=e=>{let t=e!=null?e:"";return Ar(t)?vr.TransactionPayload.fromEncoded(t):new vr.TransactionPayload(t)};n();w();var It=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Wt).some(r=>e.startsWith(r)):!1;function Ir(e){var o,i,l;let t=T({},e);It({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new q.Transaction(T(T(S(T(S(T({value:t.value.valueOf(),data:mi(t.data),nonce:t.nonce.valueOf(),receiver:new q.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new q.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:Kt,gasPrice:(i=t.gasPrice.valueOf())!=null?i:Xt,chainID:t.chainID.valueOf(),version:new q.TransactionVersion((l=t.version)!=null?l:En)}),t.options?{options:new q.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new q.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(a.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(a.Buffer.from(t.signature,"hex")),r}n();n();w();n();n();n();var bs=require("@multiversx/sdk-core/out");n();w();n();var fi=require("@multiversx/sdk-core");M();n();var gi=require("@multiversx/sdk-core");function ks(e){try{let t=new gi.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function Ne(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&ks(e)}n();n();n();var Es=require("@multiversx/sdk-core"),Ls=A(require("bignumber.js"));O();n();n();n();n();n();n();N();n();n();N();n();n();n();var _s=A(require("bignumber.js"));w();n();var Ds=require("@multiversx/sdk-core"),br=A(require("bignumber.js"));w();n();var Ps=A(require("bignumber.js"));n();br.default.config({ROUNDING_MODE:br.default.ROUND_FLOOR});n();n();n();w();n();n();n();n();w();n();w();n();var Os=require("@multiversx/sdk-core");w();n();var Pe=require("@multiversx/sdk-core"),Fs=A(require("bignumber.js"));w();n();n();var Ms=A(require("bignumber.js"));w();n();w();n();n();n();n();n();n();w();n();w();n();w();n();N();var Us=["reDelegateRewards","claimRewards","unBond"],Ws=["wrapEgld","unwrapEgld"],Vs=["unStake"],$s=["unDelegate"];n();n();n();w();n();var qs=A(require("bignumber.js"));n();n();N();n();var zs=A(require("bignumber.js"));n();n();n();n();var Xs=A(require("bignumber.js"));M();n();n();n();n();O();n();var Js=require("@multiversx/sdk-web-wallet-provider");w();n();var Zs=A(require("qs"));n();nt();rt();n();rt();var ox={search:Ie()?window.location.search:"",removeParams:[]};n();n();n();ce();n();N();n();n();ce();n();var Qs=A(require("linkifyjs"));n();w();n();var ec=A(require("bignumber.js"));n();M();n();n();O();n();O();n();n();n();N();n();N();n();var tc=A(require("bignumber.js"));w();N();n();N();n();var wi=require("react");M();n();n();N();n();n();var rc=require("@multiversx/sdk-core/out"),nc=A(require("bignumber.js"));N();n();M();n();n();M();var ZS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ai=require("react");M();ce();n();var ic=require("react");N();var iw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];dr();n();var kt=e=>e.transactions,De=f(kt,e=>e.signedTransactions),Xw=f(kt,e=>e.signTransactionsError),Yw=f(kt,e=>e.signTransactionsCancelMessage),Et=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),Zw=f(De,Et(bo)),Jw=f(De,Et(dt)),Qw=f(De,Et(mt)),eA=f(De,Et(Eo)),tA=f(kt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Ir(r)))||[]})}),rA=f(De,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var Lr=e=>{let t=e!=null?e:li(P.getState());return t.endsWith("/")?t.slice(0,-1):t};n();var ac=A(require("axios"));n();var sc=A(require("swr"));var cc=e=>{let r=`${Lr()}/${wt}/${e}?withGuardianInfo=true`;return he.get(r)},vi=e=>C(void 0,null,function*(){if(!e)return null;try{let{data:t}=yield cc(e);return t}catch(t){console.error("error fetching configuration for ",e,t)}return null});var Ii=e=>vi(e);n();O();n();n();function bi(){let e=ae();return Fn(e)}function _e(e){return bi()===e}n();ce();var ki=()=>{let{search:e}=te(),t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return Ne(o)?o:null};function Ei(){let e=P.getState(),t=ae(),r=Ee(e),o=ai(e),i=si(e);if(!t)throw"provider not initialized";return _e("ledger")&&o?new Promise(l=>{l(r)}):!_e("")&&!_e("wallet")&&!_e("extra")?t.getAddress():new Promise(l=>{let p=ki();i!=null&&p&&l(p),o&&l(r),l("")})}n();function Li(e){let t=P.getState(),r=ii(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}var Ni=()=>C(void 0,null,function*(){try{let e=yield Ei();try{let t=yield Ii(e);if(t!=null){let r=S(T({},t),{nonce:Li(t)});return P.dispatch(Xe(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function lc(){return C(this,null,function*(){let e=ae();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return Ni();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?Ni():void 0}catch(t){console.error("Failed initializing provider ",t)}})}0&&(module.exports={refreshAccount});
|
|
1
|
+
"use strict";var Di=Object.create;var xe=Object.defineProperty,_i=Object.defineProperties,Oi=Object.getOwnPropertyDescriptor,Mi=Object.getOwnPropertyDescriptors,Fi=Object.getOwnPropertyNames,Me=Object.getOwnPropertySymbols,Bi=Object.getPrototypeOf,Lt=Object.prototype.hasOwnProperty,Pr=Object.prototype.propertyIsEnumerable;var Rr=(e,t,r)=>t in e?xe(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))Lt.call(t,r)&&Rr(e,r,t[r]);if(Me)for(var r of Me(t))Pr.call(t,r)&&Rr(e,r,t[r]);return e},S=(e,t)=>_i(e,Mi(t));var Cr=(e,t)=>{var r={};for(var o in e)Lt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Me)for(var o of Me(e))t.indexOf(o)<0&&Pr.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var Fe=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),re=(e,t)=>{for(var r in t)xe(e,r,{get:t[r],enumerable:!0})},Dr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Fi(t))!Lt.call(e,i)&&i!==r&&xe(e,i,{get:()=>t[i],enumerable:!(o=Oi(t,i))||o.enumerable});return e};var A=(e,t,r)=>(r=e!=null?Di(Bi(e)):{},Dr(t||!e||!e.__esModule?xe(r,"default",{value:e,enumerable:!0}):r,e)),Se=e=>Dr(xe({},"__esModule",{value:!0}),e);var C=(e,t,r)=>new Promise((o,i)=>{var l=d=>{try{m(r.next(d))}catch(y){i(y)}},p=d=>{try{m(r.throw(d))}catch(y){i(y)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(l,p);m((r=r.apply(e,t)).next())});var Mr=Fe(Be=>{"use strict";n();Be.byteLength=Wi;Be.toByteArray=$i;Be.fromByteArray=qi;var U=[],D=[],Ui=typeof Uint8Array!="undefined"?Uint8Array:Array,Nt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ne=0,_r=Nt.length;ne<_r;++ne)U[ne]=Nt[ne],D[Nt.charCodeAt(ne)]=ne;var ne,_r;D["-".charCodeAt(0)]=62;D["_".charCodeAt(0)]=63;function Or(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function Wi(e){var t=Or(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Vi(e,t,r){return(t+r)*3/4-r}function $i(e){var t,r=Or(e),o=r[0],i=r[1],l=new Ui(Vi(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=D[e.charCodeAt(d)]<<18|D[e.charCodeAt(d+1)]<<12|D[e.charCodeAt(d+2)]<<6|D[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=D[e.charCodeAt(d)]<<2|D[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=D[e.charCodeAt(d)]<<10|D[e.charCodeAt(d+1)]<<4|D[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function Gi(e){return U[e>>18&63]+U[e>>12&63]+U[e>>6&63]+U[e&63]}function Hi(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(Gi(o));return i.join("")}function qi(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(Hi(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push(U[t>>2]+U[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(U[t>>10]+U[t>>4&63]+U[t<<2&63]+"=")),i.join("")}});var Fr=Fe(Rt=>{n();Rt.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,y=d>>1,x=-7,h=r?i-1:0,E=r?-1:1,k=e[t+h];for(h+=E,l=k&(1<<-x)-1,k>>=-x,x+=m;x>0;l=l*256+e[t+h],h+=E,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+h],h+=E,x-=8);if(l===0)l=1-y;else{if(l===d)return p?NaN:(k?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(k?-1:1)*p*Math.pow(2,l-o)};Rt.write=function(e,t,r,o,i,l){var p,m,d,y=l*8-i-1,x=(1<<y)-1,h=x>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,k=o?0:l-1,j=o?1:-1,Oe=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+h>=1?t+=E/d:t+=E*Math.pow(2,1-h),t*d>=2&&(p++,d/=2),p+h>=x?(m=0,p=x):p+h>=1?(m=(t*d-1)*Math.pow(2,i),p=p+h):(m=t*Math.pow(2,h-1)*Math.pow(2,i),p=0));i>=8;e[r+k]=m&255,k+=j,m/=256,i-=8);for(p=p<<i|m,y+=i;y>0;e[r+k]=p&255,k+=j,p/=256,y-=8);e[r+k-j]|=Oe*128}});var Yr=Fe(de=>{"use strict";n();var Pt=Mr(),ue=Fr(),Br=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;de.Buffer=u;de.SlowBuffer=Zi;de.INSPECT_MAX_BYTES=50;var Ue=2147483647;de.kMaxLength=Ue;u.TYPED_ARRAY_SUPPORT=ji();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ji(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function K(e){if(e>Ue)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ot(e)}return Vr(e,t,r)}u.poolSize=8192;function Vr(e,t,r){if(typeof e=="string")return Ki(e,t);if(ArrayBuffer.isView(e))return Xi(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(W(e,ArrayBuffer)||e&&W(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(W(e,SharedArrayBuffer)||e&&W(e.buffer,SharedArrayBuffer)))return Dt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=Yi(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return Vr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function $r(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 zi(e,t,r){return $r(e),e<=0?K(e):t!==void 0?typeof r=="string"?K(e).fill(t,r):K(e).fill(t):K(e)}u.alloc=function(e,t,r){return zi(e,t,r)};function Ot(e){return $r(e),K(e<0?0:Mt(e)|0)}u.allocUnsafe=function(e){return Ot(e)};u.allocUnsafeSlow=function(e){return Ot(e)};function Ki(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Gr(e,t)|0,o=K(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function Ct(e){for(var t=e.length<0?0:Mt(e.length)|0,r=K(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Xi(e){if(W(e,Uint8Array)){var t=new Uint8Array(e);return Dt(t.buffer,t.byteOffset,t.byteLength)}return Ct(e)}function Dt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function Yi(e){if(u.isBuffer(e)){var t=Mt(e.length)|0,r=K(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Ft(e.length)?K(0):Ct(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Ct(e.data)}function Mt(e){if(e>=Ue)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ue.toString(16)+" bytes");return e|0}function Zi(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),W(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(W(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Gr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||W(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return _t(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Xr(e).length;default:if(i)return o?-1:_t(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Gr;function Ji(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return cs(this,t,r);case"utf8":case"utf-8":return qr(this,t,r);case"ascii":return ss(this,t,r);case"latin1":case"binary":return as(this,t,r);case"base64":return os(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ls(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function oe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)oe(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)oe(this,r,r+3),oe(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)oe(this,r,r+7),oe(this,r+1,r+6),oe(this,r+2,r+5),oe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?qr(this,0,t):Ji.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=de.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Br&&(u.prototype[Br]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(W(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,m=o-r,d=Math.min(p,m),y=this.slice(i,l),x=t.slice(r,o),h=0;h<d;++h)if(y[h]!==x[h]){p=y[h],m=x[h];break}return p<m?-1:m<p?1:0};function Hr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Ft(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Ur(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Ur(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Ur(e,t,r,o,i){var l=1,p=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,m/=2,r/=2}function d(k,j){return l===1?k[j]:k.readUInt16BE(j*l)}var y;if(i){var x=-1;for(y=r;y<p;y++)if(d(e,y)===d(t,x===-1?0:y-x)){if(x===-1&&(x=y),y-x+1===m)return x*l}else x!==-1&&(y-=y-x),x=-1}else for(r+m>p&&(r=p-m),y=r;y>=0;y--){for(var h=!0,E=0;E<m;E++)if(d(e,y+E)!==d(t,E)){h=!1;break}if(h)return y}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Hr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Hr(this,t,r,o,!1)};function Qi(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var m=parseInt(t.substr(p*2,2),16);if(Ft(m))return p;e[r+p]=m}return p}function es(e,t,r,o){return We(_t(t,e.length-r),e,r,o)}function ts(e,t,r,o){return We(ds(t),e,r,o)}function rs(e,t,r,o){return We(Xr(t),e,r,o)}function ns(e,t,r,o){return We(ms(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return Qi(this,t,r,o);case"utf8":case"utf-8":return es(this,t,r,o);case"ascii":case"latin1":case"binary":return ts(this,t,r,o);case"base64":return rs(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ns(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function os(e,t,r){return t===0&&r===e.length?Pt.fromByteArray(e):Pt.fromByteArray(e.slice(t,r))}function qr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,y,x,h;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(h=(l&31)<<6|d&63,h>127&&(p=h));break;case 3:d=e[i+1],y=e[i+2],(d&192)===128&&(y&192)===128&&(h=(l&15)<<12|(d&63)<<6|y&63,h>2047&&(h<55296||h>57343)&&(p=h));break;case 4:d=e[i+1],y=e[i+2],x=e[i+3],(d&192)===128&&(y&192)===128&&(x&192)===128&&(h=(l&15)<<18|(d&63)<<12|(y&63)<<6|x&63,h>65535&&h<1114112&&(p=h))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return is(o)}var Wr=4096;function is(e){var t=e.length;if(t<=Wr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Wr));return r}function ss(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function as(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function cs(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=gs[e[l]];return i}function ls(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function b(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||b(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||b(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||b(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||b(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||b(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||b(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||b(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||b(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||b(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||b(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||b(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||b(t,4,this.length),ue.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||b(t,4,this.length),ue.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||b(t,8,this.length),ue.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||b(t,8,this.length),ue.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function jr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function zr(e,t,r,o,i){return t=+t,r=r>>>0,i||jr(e,t,r,4,34028234663852886e22,-34028234663852886e22),ue.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return zr(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return zr(this,t,r,!1,o)};function Kr(e,t,r,o,i){return t=+t,r=r>>>0,i||jr(e,t,r,8,17976931348623157e292,-17976931348623157e292),ue.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Kr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Kr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var ps=/[^+/0-9A-Za-z-_]/g;function us(e){if(e=e.split("=")[0],e=e.trim().replace(ps,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function _t(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function ds(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function ms(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function Xr(e){return Pt.toByteArray(us(e))}function We(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function W(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Ft(e){return e!==e}var gs=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var tn=Fe((fc,en)=>{n();var v=en.exports={},V,$;function Bt(){throw new Error("setTimeout has not been defined")}function Ut(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?V=setTimeout:V=Bt}catch(e){V=Bt}try{typeof clearTimeout=="function"?$=clearTimeout:$=Ut}catch(e){$=Ut}})();function Zr(e){if(V===setTimeout)return setTimeout(e,0);if((V===Bt||!V)&&setTimeout)return V=setTimeout,setTimeout(e,0);try{return V(e,0)}catch(t){try{return V.call(null,e,0)}catch(r){return V.call(this,e,0)}}}function fs(e){if($===clearTimeout)return clearTimeout(e);if(($===Ut||!$)&&clearTimeout)return $=clearTimeout,clearTimeout(e);try{return $(e)}catch(t){try{return $.call(null,e)}catch(r){return $.call(this,e)}}}var X=[],me=!1,ie,Ve=-1;function Ts(){!me||!ie||(me=!1,ie.length?X=ie.concat(X):Ve=-1,X.length&&Jr())}function Jr(){if(!me){var e=Zr(Ts);me=!0;for(var t=X.length;t;){for(ie=X,X=[];++Ve<t;)ie&&ie[Ve].run();Ve=-1,t=X.length}ie=null,me=!1,fs(e)}}v.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];X.push(new Qr(e,t)),X.length===1&&!me&&Zr(Jr)};function Qr(e,t){this.fun=e,this.array=t}Qr.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function Y(){}v.on=Y;v.addListener=Y;v.once=Y;v.off=Y;v.removeListener=Y;v.removeAllListeners=Y;v.emit=Y;v.prependListener=Y;v.prependOnceListener=Y;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var s,a,Tc,n=g(()=>{s=A(Yr()),a=A(tn()),Tc=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var rn=g(()=>{"use strict";n()});var nn=g(()=>{"use strict";n()});var on=g(()=>{"use strict";n()});var Wt,sn=g(()=>{"use strict";n();Wt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Wt||{})});var an=g(()=>{"use strict";n()});var Vt=g(()=>{"use strict";n()});var cn=g(()=>{"use strict";n()});var ln=g(()=>{"use strict";n()});var pn=g(()=>{"use strict";n()});var un=g(()=>{"use strict";n()});var $t,ge,Gt=g(()=>{"use strict";n();$t=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),ge=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var dn,Lc,mn,Nc,O=g(()=>{"use strict";n();Gt();dn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(dn||{}),Lc=T(T({},ge.WindowProviderRequestEnums),dn),mn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(mn||{}),Nc=T(T({},ge.WindowProviderResponseEnums),mn)});var gn=g(()=>{"use strict";n()});var fn=g(()=>{"use strict";n()});var N=g(()=>{"use strict";n()});var Tn=g(()=>{"use strict";n()});var yn=g(()=>{"use strict";n()});var hn=g(()=>{"use strict";n()});var M=g(()=>{"use strict";n();ln();pn();un();O();gn();fn();N();Tn();yn();hn()});var Ht,xn,jc,Sn,zc,wn,Kc,Xc,Yc,An=g(()=>{"use strict";n();M();Ht={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",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",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",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:xn,egldLabel:jc}=Ht["devnet"],{chainId:Sn,egldLabel:zc}=Ht["testnet"],{chainId:wn,egldLabel:Kc}=Ht["mainnet"],Xc={["devnet"]:xn,["testnet"]:Sn,["mainnet"]:wn},Yc={[xn]:"devnet",[Sn]:"testnet",[wn]:"mainnet"}});var qt=g(()=>{"use strict";n()});var G,vn=g(()=>{"use strict";n();G=require("@multiversx/sdk-web-wallet-provider")});var $e,jt=g(()=>{"use strict";n();$e=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var In,bn,zt,rl,nl,kn=g(()=>{"use strict";n();jt();zt=String((bn=(In=$e.safeWindow)==null?void 0:In.navigator)==null?void 0:bn.userAgent),rl=/^((?!chrome|android).)*safari/i.test(zt),nl=/firefox/i.test(zt)&&/windows/i.test(zt)});var Kt,Xt,En,Ge,Ln,fe,w=g(()=>{"use strict";n();rn();nn();on();sn();an();Vt();cn();An();qt();vn();kn();Kt=5e4,Xt=1e9,En=1,Ge="logout",Ln="login",fe="0"});var He,Jt=g(()=>{"use strict";n();He=()=>Date.now()/1e3});var Bn=g(()=>{"use strict";n()});var Un=g(()=>{"use strict";n()});var Wn=g(()=>{"use strict";n();Jt();Bn();Un()});var Qt={};re(Qt,{clear:()=>As,getItem:()=>Ss,localStorageKeys:()=>ae,removeItem:()=>ws,setItem:()=>xs});var ae,qe,xs,Ss,ws,As,we=g(()=>{"use strict";n();Wn();ae={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},qe=typeof localStorage!="undefined",xs=({key:e,data:t,expires:r})=>{!qe||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Ss=e=>{if(!qe)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:He()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},ws=e=>{!qe||localStorage.removeItem(String(e))},As=()=>{!qe||localStorage.clear()}});var er={};re(er,{clear:()=>Hn,getItem:()=>$n,removeItem:()=>Gn,setItem:()=>Vn,storage:()=>vs});var Vn,$n,Gn,Hn,vs,qn=g(()=>{"use strict";n();Vn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},$n=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Gn=e=>sessionStorage.removeItem(String(e)),Hn=()=>sessionStorage.clear(),vs={setItem:Vn,getItem:$n,removeItem:Gn,clear:Hn}});var ye,je=g(()=>{"use strict";n();we();qn();ye={session:er,local:Qt}});var tr,I,ze,B=g(()=>{"use strict";n();tr=require("@reduxjs/toolkit");w();I=(0,tr.createAction)(Ge),ze=(0,tr.createAction)(Ln,e=>({payload:e}))});var nr,jn,zn,Ke,rr,Kn,Xe,Zl,Xn,Jl,Ql,ep,tp,rp,np,op,ip,Ye,Ze=g(()=>{"use strict";n();nr=require("@multiversx/sdk-core"),jn=require("@reduxjs/toolkit"),zn=require("redux-persist");w();je();we();B();Ke={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:fe},rr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ke},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Kn=(0,jn.createSlice)({name:"accountInfoSlice",initialState:rr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new nr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Ke},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(I,()=>(ye.local.removeItem(ae.loginExpiresAt),rr)),e.addCase(ze,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new nr.Address(o).hex()}),e.addCase(zn.REHYDRATE,(t,r)=>{var y;if(!((y=r.payload)!=null&&y.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:rr.accounts,t.publicKey=m})}}),{setAccount:Xe,setAddress:Zl,setAccountNonce:Xn,setAccountShard:Jl,setLedgerAccount:Ql,updateLedgerAccount:ep,setWalletConnectAccount:tp,setIsAccountLoading:rp,setAccountLoadingError:np,setWebsocketEvent:op,setWebsocketBatchEvent:ip}=Kn.actions,Ye=Kn.reducer});function Ae(){return new Date().setHours(new Date().getHours()+24)}function ve(e){ye.local.setItem({key:ae.loginExpiresAt,data:e,expires:e})}var or=g(()=>{"use strict";n();je();we()});var Zn,Yn,Jn,fp,Tp,yp,hp,xp,Sp,Qn,wp,Ap,vp,Je,Qe=g(()=>{"use strict";n();Zn=require("@reduxjs/toolkit");or();O();B();Yn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Jn=(0,Zn.createSlice)({name:"loginInfoSlice",initialState:Yn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(I,()=>Yn),e.addCase(ze,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,ve(Ae())})}}),{setLoginMethod:fp,setWalletConnectLogin:Tp,setLedgerLogin:yp,setTokenLogin:hp,setTokenLoginSignature:xp,setWalletLogin:Sp,invalidateLoginSession:Qn,setLogoutRoute:wp,setIsWalletConnectV2Initialized:Ap,setWebviewLogin:vp}=Jn.actions,Je=Jn.reducer});var to,eo,ro,Ep,Lp,Np,Rp,et,tt=g(()=>{"use strict";n();to=require("@reduxjs/toolkit");B();eo={},ro=(0,to.createSlice)({name:"modalsSlice",initialState:eo,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(I,()=>eo)}}),{setTxSubmittedModal:Ep,setNotificationModal:Lp,clearTxSubmittedModal:Np,clearNotificationModal:Rp}=ro.actions,et=ro.reducer});var Ie,rt=g(()=>{"use strict";n();Ie=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var te,ce=g(()=>{"use strict";n();rt();te=()=>{if(!Ie())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var no=g(()=>{"use strict";n();ce()});var oo=g(()=>{"use strict";n();nt()});var io=g(()=>{"use strict";n();jt()});var nt=g(()=>{"use strict";n();no();oo();ce();io()});var so=g(()=>{"use strict";n();nt()});var ao=g(()=>{"use strict";n();so()});function co(e){return e[Math.floor(Math.random()*e.length)]}var lo=g(()=>{"use strict";n()});var po=g(()=>{"use strict";n();Vt()});var uo=g(()=>{"use strict";n();ao();lo();po()});var mo,go,fo,ir,bs,To,pu,uu,du,ot,it=g(()=>{"use strict";n();mo=require("@reduxjs/toolkit"),go=A(require("lodash.omit")),fo=require("redux-persist");qt();B();uo();ir={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},bs={network:ir},To=(0,mo.createSlice)({name:"appConfig",initialState:bs,reducers:{initializeNetworkConfig:(e,t)=>{let r=co(t.payload.walletConnectV2RelayAddresses),o=(0,go.default)(t.payload,"walletConnectV2RelayAddresses");e.network=S(T(T({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=T(T({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(I,t=>{t.network.customWalletAddress=void 0}),e.addCase(fo.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:pu,updateNetworkConfig:uu,setCustomWalletAddress:du}=To.actions,ot=To.reducer});var yo,sr,ho,hu,xu,Su,st,at=g(()=>{"use strict";n();yo=require("@reduxjs/toolkit");M();B();sr={isSigning:!1,signedSessions:{}},ho=(0,yo.createSlice)({name:"signedMessageInfoSliceState",initialState:sr,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=T(T({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>sr},extraReducers:e=>{e.addCase(I,()=>sr)}}),{setSignSession:hu,clearSignedMessageInfo:xu,setSignSessionState:Su}=ho.actions,st=ho.reducer});var So,wo,xo,Ao,Eu,Lu,Nu,Ru,ct,lt=g(()=>{"use strict";n();So=require("@reduxjs/toolkit"),wo=require("redux-persist");M();Jt();B();xo={customToasts:[],transactionToasts:[]},Ao=(0,So.createSlice)({name:"toastsSlice",initialState:xo,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=S(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(S(T({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:He(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(I,()=>xo),e.addCase(wo.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Eu,removeCustomToast:Lu,addTransactionToast:Nu,removeTransactionToast:Ru}=Ao.actions,ct=Ao.reducer});var vo,cr,lr,pr,ks,ar,Io,_u,Ou,Mu,pt,ut=g(()=>{"use strict";n();vo=require("@reduxjs/toolkit");B();cr="Transaction failed",lr="Transaction successful",pr="Processing transaction",ks="Transaction submitted",ar={},Io=(0,vo.createSlice)({name:"transactionsInfo",initialState:ar,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||cr,successMessage:(o==null?void 0:o.successMessage)||lr,processingMessage:(o==null?void 0:o.processingMessage)||pr,submittedMessage:(o==null?void 0:o.submittedMessage)||ks,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>ar},extraReducers:e=>{e.addCase(I,()=>ar)}}),{clearTransactionsInfo:_u,setTransactionsDisplayInfo:Ou,clearTransactionsInfoForSessionId:Mu}=Io.actions,pt=Io.reducer});function bo(e){return e!=null&&(Fs(e)||$s(e))}function dt(e){return e!=null&&(Bs(e)||Gs(e))}function mt(e){return e!=null&&(Us(e)||Hs(e))}function ko(e){return e!=null&&(Ws(e)||qs(e))}function Eo(e){return e!=null&&Vs(e)}function Fs(e){return e!=null&&Ls.includes(e)}function Bs(e){return e!=null&&Ns.includes(e)}function Us(e){return e!=null&&Rs.includes(e)}function Ws(e){return e!=null&&Ps.includes(e)}function Vs(e){return e!=null&&Cs.includes(e)}function $s(e){return e!=null&&Ds.includes(e)}function Gs(e){return e!=null&&_s.includes(e)}function Hs(e){return e!=null&&Os.includes(e)}function qs(e){return e!=null&&Ms.includes(e)}var Ls,Ns,Rs,Ps,Cs,Ds,_s,Os,Ms,dr=g(()=>{"use strict";n();O();Ls=["sent"],Ns=["success"],Rs=["fail","cancelled","timedOut"],Ps=["invalid"],Cs=["timedOut"],Ds=["pending"],_s=["success"],Os=["fail","invalid"],Ms=["not executed"]});var Lo,No,be,js,Ro,qu,ju,zu,Ku,Xu,Yu,Zu,Ju,Qu,ed,td,gt,ft=g(()=>{"use strict";n();Lo=require("@reduxjs/toolkit"),No=require("redux-persist");O();dr();B();be={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},js={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ro=(0,Lo.createSlice)({name:"transactionsSlice",initialState:be,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,y;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m}=t.payload;e.customTransactionInformationForSessionId[r]=T(T(T({},js),((d=e.signedTransactions[r])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:T(T({},e.customTransactionInformationForSessionId[r]),m!=null?m:{})},((y=e==null?void 0:e.transactionsToSign)==null?void 0:y.sessionId)===r&&(e.transactionsToSign=be.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var y,x,h,E,k,j,Oe,Nr;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:m}=t.payload,d=(x=(y=e.signedTransactions)==null?void 0:y[r])==null?void 0:x.transactions;if(d!=null){e.signedTransactions[r].transactions=d.map(z=>z.hash===l?S(T(T({},p!=null?p:{}),z),{status:o,errorMessage:i,inTransit:m}):z);let Ri=(E=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:E.every(z=>dt(z.status)),Pi=(j=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:j.some(z=>mt(z.status)),Ci=(Nr=(Oe=e.signedTransactions[r])==null?void 0:Oe.transactions)==null?void 0:Nr.every(z=>ko(z.status));Ri&&(e.signedTransactions[r].status="success"),Pi&&(e.signedTransactions[r].status="fail"),Ci&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=be.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=be.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=T(T({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(I,()=>be),e.addCase(No.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((m,[d,y])=>{let x=new Date(d),h=new Date;return h.setHours(h.getHours()+5),h-x>0||(m[d]=y),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:qu,updateSignedTransactions:ju,setTransactionsToSign:zu,clearAllTransactionsToSign:Ku,clearAllSignedTransactions:Xu,clearSignedTransaction:Yu,clearTransactionToSign:Zu,setSignTransactionsError:Ju,setSignTransactionsCancelMessage:Qu,moveTransactionsToSignedState:ed,updateSignedTransactionsCustomTransactionInformation:td}=Ro.actions,gt=Ro.reducer});var Po,mr,Co,id,sd,ad,cd,Tt,yt=g(()=>{"use strict";n();Po=require("@reduxjs/toolkit");B();mr={},Co=(0,Po.createSlice)({name:"batchTransactionsSlice",initialState:mr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>mr},extraReducers:e=>{e.addCase(I,()=>mr)}}),{setBatchTransactions:id,updateBatchTransactions:sd,clearBatchTransactions:ad,clearAllBatchTransactions:cd}=Co.actions,Tt=Co.reducer});var _o,Do,Oo,dd,Mo,gr=g(()=>{"use strict";n();_o=require("@reduxjs/toolkit");B();Do={},Oo=(0,_o.createSlice)({name:"dappConfigSlice",initialState:Do,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(I,()=>Do)}}),{setDappConfig:dd}=Oo.actions,Mo=Oo.reducer});var le=g(()=>{"use strict";n();Ze();Qe();tt();it();at();lt();ut();ft();yt();gr()});var fr=g(()=>{"use strict";n()});var Uo,Ys,Zs,pe,St=g(()=>{"use strict";n();Uo=require("@reduxjs/toolkit");fr();Ze();yt();gr();Qe();tt();it();at();lt();ut();ft();Ys={["account"]:Ye,["dappConfig"]:Mo,["loginInfo"]:Je,["modals"]:et,["networkConfig"]:ot,["signedMessageInfo"]:st,["toasts"]:ct,["transactionsInfo"]:pt,["transactions"]:gt,["batchTransactions"]:Tt},Zs=(e={})=>(0,Uo.combineReducers)(T(T({},Ys),e)),pe=Zs});var Go={};re(Go,{default:()=>ma,sessionStorageReducers:()=>Tr});function Z(e,t=[]){return{key:e,version:1,storage:Vo.default,blacklist:t}}var R,Wo,Vo,Js,ke,Qs,ea,ta,ra,na,oa,ia,sa,aa,ca,$o,la,Tr,pa,ua,da,ma,Ho=g(()=>{"use strict";n();R=require("redux-persist"),Wo=A(require("redux-persist/lib/storage")),Vo=A(require("redux-persist/lib/storage/session"));St();le();Ze();yt();Qe();tt();it();at();lt();ut();ft();fr();Js={persistReducersStorageType:"localStorage"},ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Qs=Z(ke["account"]),ea=Z(ke["loginInfo"]),ta=Z(ke["modals"]),ra=Z(ke["networkConfig"]),na={2:e=>S(T({},e),{networkConfig:ir})};oa=Z("sdk-dapp-transactionsInfo"),ia=Z("sdk-dapp-transactions",["transactionsToSign"]),sa=Z("sdk-dapp-batchTransactions",["batchTransactions"]),aa=Z("sdk-dapp-toasts"),ca=Z("sdk-dapp-signedMessageInfo"),$o={key:"sdk-dapp-store",version:2,storage:Wo.default,whitelist:Object.keys(ke),migrate:(0,R.createMigrate)(na,{debug:!1})},la=S(T({},$o),{whitelist:[]}),Tr={["toasts"]:(0,R.persistReducer)(aa,ct),["transactions"]:(0,R.persistReducer)(ia,gt),["transactionsInfo"]:(0,R.persistReducer)(oa,pt),["batchTransactions"]:(0,R.persistReducer)(sa,Tt),["signedMessageInfo"]:(0,R.persistReducer)(ca,st)},pa=S(T({},Tr),{["account"]:(0,R.persistReducer)(Qs,Ye),["loginInfo"]:(0,R.persistReducer)(ea,Je),["modals"]:(0,R.persistReducer)(ta,et),["networkConfig"]:(0,R.persistReducer)(ra,ot)}),ua=Js.persistReducersStorageType==="localStorage",da=ua?(0,R.persistReducer)($o,pe(Tr)):(0,R.persistReducer)(la,pe(pa)),ma=da});var qo={};re(qo,{default:()=>ga});var ga,jo=g(()=>{"use strict";n();St();ga=pe()});var zo={};re(zo,{default:()=>Ta});var _,fa,Ta,Ko=g(()=>{"use strict";n();_=require("redux-persist"),fa=[_.FLUSH,_.REHYDRATE,_.PAUSE,_.PERSIST,_.PURGE,_.REGISTER],Ta=fa});var Zo={};re(Zo,{default:()=>Yo});function Yo(e){return(0,Xo.persistStore)(e)}var Xo,Jo=g(()=>{"use strict";n();Xo=require("redux-persist")});var pc={};re(pc,{refreshAccount:()=>lc});module.exports=Se(pc);n();n();n();n();var Pn=require("@multiversx/sdk-extension-provider"),Cn=require("@multiversx/sdk-hw-provider"),Dn=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),_n=require("@multiversx/sdk-opera-provider"),On=require("@multiversx/sdk-passkey-provider/out"),Mn=require("@multiversx/sdk-web-wallet-provider");w();Gt();n();var Yt=require("@multiversx/sdk-web-wallet-iframe-provider/out"),ys=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");O();n();var Nn=Te;var Fn=e=>{switch(e==null?void 0:e.constructor){case Mn.WalletProvider:return"wallet";case Nn:return"walletconnectv2";case Cn.HWProvider:return"ledger";case Pn.ExtensionProvider:return"extension";case On.PasskeyProvider:return"passkey";case Dn.MetamaskProvider:return"metamask";case _n.OperaProvider:return"opera";case $t.CrossWindowProvider:return"crossWindow";case Yt.IframeProvider:return"iframe";case Te:return"";default:return"extra"}};var F=e=>`Unable to perform ${e}, Provider not initialized`,Te=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(F("getAccount"))}setAccount(t){throw new Error(F(`setAccount: ${t}`))}login(t){throw new Error(F(`login with options: ${t}`))}logout(t){throw new Error(F(`logout with options: ${t}`))}getAddress(){throw new Error(F("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(t,r){throw new Error(F(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(F(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(F(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(F(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(F(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(F(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Zt=new Te;var hs=Zt;function se(){return hs||Zt}le();n();var yr=require("@reduxjs/toolkit"),ri=require("react-redux/lib/utils/Subscription");le();n();var Fo=A(require("lodash.throttle"));w();le();or();je();we();var zs=[Ge],ht=!1,Ks=(0,Fo.default)(()=>{ve(Ae())},5e3),Bo=e=>t=>r=>{if(zs.includes(r.type))return t(r);let o=e.getState(),i=ye.local.getItem(ae.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return ve(Ae());let p=Date.now();return i-p<0&&!ht?setTimeout(()=>{ht=!0,e.dispatch(Qn())},1e3):(ht&&(ht=!1),Ks()),t(r)};n();n();function xt(){return typeof sessionStorage!="undefined"}var Qo=xt()?(Ho(),Se(Go)).default:(jo(),Se(qo)).default,ei=xt()?(Ko(),Se(zo)).default:[],ti=xt()?(Jo(),Se(Zo)).default:e=>e;St();var P=(0,yr.configureStore)({reducer:Qo,middleware:e=>e({serializableCheck:{ignoredActions:[...ei,Xn.type,Xe.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Bo)}),pm=(0,ri.createSubscription)(P),um=ti(P),dm=(0,yr.configureStore)({reducer:pe});n();n();n();var wt="accounts";n();n();n();var ni=require("@lifeomic/axios-fetch"),hr=A(require("axios")),xr=(0,ni.buildAxiosFetch)(hr.default),Sr=(e,t)=>C(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let o=e.clone().json(),[i]=yield Promise.all([o]);return{data:i,status:e.status,statusText:e.statusText,headers:e.headers,config:t}});function ya(e,t,r){return C(this,null,function*(){try{let o=yield xr(e,T({method:"POST",body:t?JSON.stringify(t):void 0,headers:T({"Content-Type":"application/json"},(r==null?void 0:r.headers)||{})},r));return Sr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}function ha(e,t){return C(this,null,function*(){try{let r=yield xr(e,t);if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return Sr(r,t)}catch(r){throw console.error("Fetch Error:",r),r}})}function xa(e,t,r){return C(this,null,function*(){try{let o=yield xr(e,T({method:"PATCH",body:t?JSON.stringify(t):void 0,headers:(r==null?void 0:r.headers)||{}},r));if(!o.ok)throw new Error(`HTTP error! Status: ${o.status}`);return Sr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}var he=hr.default.create();he.get=ha;he.post=ya;he.patch=xa;n();n();n();le();n();var oi=A(require("lodash.isequal")),At=require("reselect"),f=(0,At.createSelectorCreator)(At.defaultMemoize,oi.default);var H=e=>e.account,Ee=f(H,e=>e.address),wr=f(H,Ee,(e,t)=>t in e.accounts?e.accounts[t]:Ke),vm=f(H,wr,(e,t)=>{let i=e,{accounts:r}=i,o=Cr(i,["accounts"]);return S(T({},o),{address:t.address,account:t})}),Im=f(wr,e=>e.balance),ii=f(wr,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),bm=f(H,e=>e.shard),km=f(H,e=>e.ledgerAccount),Em=f(H,e=>e.walletConnectAccount),Lm=f(H,e=>e.isAccountLoading),Nm=f(H,e=>e.accountLoadingError),Rm=f(H,e=>e.websocketEvent),Pm=f(H,e=>e.websocketBatchEvent);n();var Sa=e=>e.dappConfig,_m=f(Sa,e=>e.shouldUseWebViewProvider);n();var J=e=>e.loginInfo,Bm=f(J,e=>e.loginMethod),si=f(J,Ee,(e,t)=>Boolean(t)),Um=f(J,e=>e.walletConnectLogin),Wm=f(J,e=>e.ledgerLogin),ai=f(J,e=>e.walletLogin),Vm=f(J,e=>e.isLoginSessionInvalid),$m=f(J,e=>e.tokenLogin),Gm=f(J,e=>e.logoutRoute),Hm=f(J,e=>e.isWalletConnectV2Initialized);n();var ci=e=>e.modals,zm=f(ci,e=>e.txSubmittedModal),Km=f(ci,e=>e.notificationModal);n();var Q=e=>e.networkConfig,Zm=f(Q,e=>e.network.chainId),Jm=f(Q,e=>e.network.roundDuration),Qm=f(Q,e=>e.network.walletConnectBridgeAddress),eg=f(Q,e=>e.network.walletConnectV2RelayAddress),tg=f(Q,e=>e.network.walletConnectV2ProjectId),rg=f(Q,e=>e.network.walletConnectV2Options),ng=f(Q,e=>e.network.walletConnectDeepLink),Le=f(Q,e=>e.network),li=f(Le,e=>e.apiAddress),pi=f(Le,e=>e.explorerAddress),og=f(Le,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),ig=f(Le,e=>e.xAliasAddress),sg=f(Le,e=>e.egldLabel);n();var vt=e=>e.signedMessageInfo,lg=f(vt,e=>e.isSigning),pg=f(vt,e=>e.errorMessage),ug=f(vt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),dg=f(vt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var ui=e=>e.toasts,fg=f(ui,e=>e.customToasts),Tg=f(ui,e=>e.transactionToasts);n();le();var di={errorMessage:cr,successMessage:lr,processingMessage:pr},wa=e=>e.transactionsInfo,Sg=f(wa,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||di);n();n();var q=require("@multiversx/sdk-core");w();n();var vr=require("@multiversx/sdk-core/out");n();n();function Ar(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}n();n();n();n();var mi=e=>{let t=e!=null?e:"";return Ar(t)?vr.TransactionPayload.fromEncoded(t):new vr.TransactionPayload(t)};n();w();var It=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Wt).some(r=>e.startsWith(r)):!1;function Ir(e){var o,i,l;let t=T({},e);It({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new q.Transaction(T(T(S(T(S(T({value:t.value.valueOf(),data:mi(t.data),nonce:t.nonce.valueOf(),receiver:new q.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new q.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:Kt,gasPrice:(i=t.gasPrice.valueOf())!=null?i:Xt,chainID:t.chainID.valueOf(),version:new q.TransactionVersion((l=t.version)!=null?l:En)}),t.options?{options:new q.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new q.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();w();n();n();n();var ba=require("@multiversx/sdk-core/out");n();w();n();var fi=require("@multiversx/sdk-core");M();n();var gi=require("@multiversx/sdk-core");function ka(e){try{let t=new gi.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function Ne(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&ka(e)}n();n();n();var Ea=require("@multiversx/sdk-core"),La=A(require("bignumber.js"));O();n();n();n();n();n();n();N();n();n();N();n();n();n();var _a=A(require("bignumber.js"));w();n();var Da=require("@multiversx/sdk-core"),br=A(require("bignumber.js"));w();n();var Pa=A(require("bignumber.js"));n();br.default.config({ROUNDING_MODE:br.default.ROUND_FLOOR});n();n();n();w();n();n();n();n();w();n();w();n();var Oa=require("@multiversx/sdk-core");w();n();var Pe=require("@multiversx/sdk-core"),Fa=A(require("bignumber.js"));w();n();n();var Ma=A(require("bignumber.js"));w();n();w();n();n();n();n();n();n();w();n();w();n();w();n();N();var Ua=["reDelegateRewards","claimRewards","unBond"],Wa=["wrapEgld","unwrapEgld"],Va=["unStake"],$a=["unDelegate"];n();n();n();w();n();var qa=A(require("bignumber.js"));n();n();N();n();var za=A(require("bignumber.js"));n();n();n();n();var Xa=A(require("bignumber.js"));M();n();n();n();n();O();n();var Ja=require("@multiversx/sdk-web-wallet-provider");w();n();var Za=A(require("qs"));n();nt();rt();n();rt();var ox={search:Ie()?window.location.search:"",removeParams:[]};n();n();n();ce();n();N();n();n();ce();n();var Qa=A(require("linkifyjs"));n();w();n();var ec=A(require("bignumber.js"));n();M();n();n();O();n();O();n();n();n();N();n();N();n();var tc=A(require("bignumber.js"));w();N();n();N();n();var wi=require("react");M();n();n();N();n();n();var rc=require("@multiversx/sdk-core/out"),nc=A(require("bignumber.js"));N();n();M();n();n();M();var ZS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ai=require("react");M();ce();n();var ic=require("react");N();var iw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];dr();n();var kt=e=>e.transactions,De=f(kt,e=>e.signedTransactions),Xw=f(kt,e=>e.signTransactionsError),Yw=f(kt,e=>e.signTransactionsCancelMessage),Et=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),Zw=f(De,Et(bo)),Jw=f(De,Et(dt)),Qw=f(De,Et(mt)),eA=f(De,Et(Eo)),tA=f(kt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Ir(r)))||[]})}),rA=f(De,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var Lr=e=>{let t=e!=null?e:li(P.getState());return t.endsWith("/")?t.slice(0,-1):t};n();var sc=A(require("axios"));n();var ac=A(require("swr"));var cc=e=>{let r=`${Lr()}/${wt}/${e}?withGuardianInfo=true`;return he.get(r)},vi=e=>C(void 0,null,function*(){if(!e)return null;try{let{data:t}=yield cc(e);return t}catch(t){console.error("error fetching configuration for ",e,t)}return null});var Ii=e=>vi(e);n();O();n();n();function bi(){let e=se();return Fn(e)}function _e(e){return bi()===e}n();ce();var ki=()=>{let{search:e}=te(),t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return Ne(o)?o:null};function Ei(){let e=P.getState(),t=se(),r=Ee(e),o=si(e),i=ai(e);if(!t)throw"provider not initialized";return _e("ledger")&&o?new Promise(l=>{l(r)}):!_e("")&&!_e("wallet")&&!_e("extra")?t.getAddress():new Promise(l=>{let p=ki();i!=null&&p&&l(p),o&&l(r),l("")})}n();function Li(e){let t=P.getState(),r=ii(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}var Ni=()=>C(void 0,null,function*(){try{let e=yield Ei();try{let t=yield Ii(e);if(t!=null){let r=S(T({},t),{nonce:Li(t)});return P.dispatch(Xe(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function lc(){return C(this,null,function*(){let e=se();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return Ni();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?Ni():void 0}catch(t){console.error("Failed initializing provider ",t)}})}0&&(module.exports={refreshAccount});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|