@multiversx/sdk-dapp 4.3.3 → 4.3.4-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/Pagination/Pagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-HMUYALEN.js → chunk-24D2K7IN.js} +2 -2
- package/__chunks__/{chunk-XXARRFNW.js → chunk-25RKOTQU.js} +2 -2
- package/__chunks__/{chunk-KNU6JMST.js → chunk-2BQD7DUG.js} +2 -2
- package/__chunks__/{chunk-BNEMTPB2.js → chunk-2CB6LXOG.js} +2 -2
- package/__chunks__/{chunk-TPHKH2H5.js → chunk-2EHKRANN.js} +2 -2
- package/__chunks__/chunk-2GZFJ3L3.js +2 -0
- package/__chunks__/chunk-2H2MQDL3.js +2 -0
- package/__chunks__/{chunk-75ZDBPIJ.js → chunk-2HNVYKBI.js} +2 -2
- package/__chunks__/{chunk-3HXSA3SI.js → chunk-2JOB5C6J.js} +2 -2
- package/__chunks__/{chunk-I2HTLHNZ.js → chunk-2K2ZFN56.js} +2 -2
- package/__chunks__/{chunk-A3NXYOUN.js → chunk-2LMUV6FC.js} +2 -2
- package/__chunks__/{chunk-TNG7XWKR.js → chunk-2LUQAJLR.js} +2 -2
- package/__chunks__/{chunk-WE7TVJQA.js → chunk-2M6IQJW5.js} +2 -2
- package/__chunks__/chunk-2MD7N7PQ.js +2 -0
- package/__chunks__/{chunk-7TOUSW2W.js → chunk-2QWOBU64.js} +2 -2
- package/__chunks__/chunk-2UCWSYAM.js +2 -0
- package/__chunks__/{chunk-JTF6NS3W.js → chunk-2WHTNHC7.js} +2 -2
- package/__chunks__/{chunk-2KINQHTB.js → chunk-2X2Y2VZ4.js} +2 -2
- package/__chunks__/{chunk-7UF6KLBW.js → chunk-2Z3TG7WK.js} +2 -2
- package/__chunks__/{chunk-OY5TIYS2.js → chunk-33M7DRZW.js} +2 -2
- package/__chunks__/chunk-37L5NZZS.js +2 -0
- package/__chunks__/chunk-3D3KQGSG.js +2 -0
- package/__chunks__/{chunk-OHZO5JFJ.js → chunk-3F5TF35S.js} +2 -2
- package/__chunks__/{chunk-ZL76L75S.js → chunk-3RHESYGK.js} +2 -2
- package/__chunks__/{chunk-I5UN6VEI.js → chunk-3TFLPWOG.js} +2 -2
- package/__chunks__/{chunk-XEMDTEQ6.js → chunk-3YZ5ZXM7.js} +2 -2
- package/__chunks__/{chunk-VHAEAEC4.js → chunk-43WYDFA4.js} +2 -2
- package/__chunks__/{chunk-65IN53XZ.js → chunk-45ONUKHV.js} +2 -2
- package/__chunks__/{chunk-7QAXFW74.js → chunk-47WBWNID.js} +2 -2
- package/__chunks__/{chunk-UIDVTJDB.js → chunk-4AXMOVIQ.js} +2 -2
- package/__chunks__/{chunk-B7LQP7OZ.js → chunk-4IJ6RFE4.js} +2 -2
- package/__chunks__/{chunk-HU2WIZFT.js → chunk-4IW4XWQM.js} +2 -2
- package/__chunks__/chunk-4JYN3F4X.js +2 -0
- package/__chunks__/{chunk-TSSKA5RG.js → chunk-4PIHQD3O.js} +2 -2
- package/__chunks__/{chunk-YQWVUCVI.js → chunk-4QJK357E.js} +2 -2
- package/__chunks__/{chunk-Y7ID5T3M.js → chunk-4QOEQRF4.js} +2 -2
- package/__chunks__/{chunk-IT3SHTC4.js → chunk-4RJKPLCH.js} +2 -2
- package/__chunks__/{chunk-X4TI5VCG.js → chunk-4S6WDQ42.js} +2 -2
- package/__chunks__/{chunk-NRY3BU5H.js → chunk-4UOFN637.js} +2 -2
- package/__chunks__/{chunk-ERITHCXO.js → chunk-4ZAMLUU3.js} +2 -2
- package/__chunks__/{chunk-Z4CW7LRI.js → chunk-52KBSULZ.js} +2 -2
- package/__chunks__/{chunk-6BM2ST5Z.js → chunk-52QI6PTS.js} +2 -2
- package/__chunks__/{chunk-FAUBFOTX.js → chunk-5B4IRXMF.js} +2 -2
- package/__chunks__/{chunk-QTATDC5X.js → chunk-5ENSOCVS.js} +2 -2
- package/__chunks__/{chunk-U3REWMAB.js → chunk-5EZ2JFWY.js} +2 -2
- package/__chunks__/{chunk-OARREGPR.js → chunk-5FY3LERB.js} +2 -2
- package/__chunks__/chunk-5H2SQK7H.js +2 -0
- package/__chunks__/{chunk-KTUHMCSB.js → chunk-5I24B5H4.js} +2 -2
- package/__chunks__/chunk-5IW4RJBQ.js +2 -0
- package/__chunks__/{chunk-U2E2OYI2.js → chunk-5KYB7CA7.js} +2 -2
- package/__chunks__/{chunk-DEFGT5WU.js → chunk-5LRSQGSO.js} +2 -2
- package/__chunks__/{chunk-2MCLOMGH.js → chunk-5ZCSRYSX.js} +2 -2
- package/__chunks__/{chunk-IHLA7WLZ.js → chunk-5ZMXC75K.js} +2 -2
- package/__chunks__/{chunk-TAJOWO4L.js → chunk-637BW36E.js} +2 -2
- package/__chunks__/{chunk-NMDQMATH.js → chunk-6AZKXCLM.js} +2 -2
- package/__chunks__/chunk-6BZJJAET.js +2 -0
- package/__chunks__/{chunk-KIMAUAAY.js → chunk-6HKICMK7.js} +2 -2
- package/__chunks__/{chunk-LZ22MDKK.js → chunk-6KXDONKZ.js} +2 -2
- package/__chunks__/{chunk-Q6PNXMJS.js → chunk-6LDL4U5E.js} +2 -2
- package/__chunks__/{chunk-XY2BEOGG.js → chunk-6LR2W3PR.js} +2 -2
- package/__chunks__/{chunk-35WW4C7L.js → chunk-6NYWQ7JL.js} +2 -2
- package/__chunks__/{chunk-GRAIQ6GH.js → chunk-6P5IO6AS.js} +2 -2
- package/__chunks__/{chunk-BC7AMHRI.js → chunk-6TS2643A.js} +2 -2
- package/__chunks__/{chunk-COQJRVNP.js → chunk-6V6GGJWY.js} +2 -2
- package/__chunks__/chunk-6VFMZUPW.js +2 -0
- package/__chunks__/{chunk-VTE26SGN.js → chunk-6VXQ2DUY.js} +2 -2
- package/__chunks__/{chunk-2QJ5CRRT.js → chunk-7354WKPB.js} +2 -2
- package/__chunks__/{chunk-PPBYUA5B.js → chunk-77N7T6WP.js} +2 -2
- package/__chunks__/{chunk-LIXRWTBR.js → chunk-7CBCS2GS.js} +2 -2
- package/__chunks__/{chunk-JLSFIQ57.js → chunk-7CQPAAU7.js} +2 -2
- package/__chunks__/{chunk-BPJZQBCJ.js → chunk-7EGAUH23.js} +2 -2
- package/__chunks__/{chunk-AZICIUOR.js → chunk-7GKQVKNY.js} +2 -2
- package/__chunks__/{chunk-CB4QNRST.js → chunk-7P3RCGGY.js} +2 -2
- package/__chunks__/chunk-7RAKTX5G.js +2 -0
- package/__chunks__/{chunk-JY6OMPUH.js → chunk-7SAB24GG.js} +2 -2
- package/__chunks__/chunk-7UBVY4KP.js +2 -0
- package/__chunks__/{chunk-OFNML5Z7.js → chunk-ABXKXQM6.js} +2 -2
- package/__chunks__/{chunk-F3DLRRZV.js → chunk-ACADTJCL.js} +2 -2
- package/__chunks__/{chunk-6WLESDUC.js → chunk-AGK5WSEG.js} +2 -2
- package/__chunks__/{chunk-IDAT2HCQ.js → chunk-AICLBVRF.js} +2 -2
- package/__chunks__/chunk-AN4AN5XH.js +2 -0
- package/__chunks__/chunk-AQF6WP3B.js +2 -0
- package/__chunks__/{chunk-GQH5CJGS.js → chunk-AR7WR5FE.js} +2 -2
- package/__chunks__/{chunk-AIOX2TQE.js → chunk-ARCSU73R.js} +2 -2
- package/__chunks__/{chunk-LU37YHT4.js → chunk-AVYKZHSL.js} +2 -2
- package/__chunks__/{chunk-KCGDDPWP.js → chunk-AWEB7DZF.js} +2 -2
- package/__chunks__/{chunk-HYPTCT5E.js → chunk-B4CBWPZP.js} +2 -2
- package/__chunks__/{chunk-OAXLVXSH.js → chunk-BEHWAUXC.js} +2 -2
- package/__chunks__/{chunk-JMDBUE4V.js → chunk-BI5SSPAN.js} +2 -2
- package/__chunks__/{chunk-PSWKT23P.js → chunk-BM7QNFI7.js} +2 -2
- package/__chunks__/{chunk-GAJJU6YU.js → chunk-BMDPZLE4.js} +2 -2
- package/__chunks__/{chunk-LLLY2PLE.js → chunk-BQ26S7P7.js} +2 -2
- package/__chunks__/{chunk-U5TQREBM.js → chunk-BS3J7G7C.js} +2 -2
- package/__chunks__/chunk-BWZEEEV6.js +2 -0
- package/__chunks__/{chunk-ZGTODHWL.js → chunk-C27VGXZQ.js} +2 -2
- package/__chunks__/{chunk-WJ3LWUSW.js → chunk-C2VIDMUD.js} +2 -2
- package/__chunks__/{chunk-XACGQCYI.js → chunk-C442BSEE.js} +2 -2
- package/__chunks__/{chunk-YFRJVUBD.js → chunk-C6FHRB4G.js} +2 -2
- package/__chunks__/{chunk-SDHW3Z4P.js → chunk-CARYC4I2.js} +2 -2
- package/__chunks__/chunk-CAWNG7BJ.js +2 -0
- package/__chunks__/{chunk-OUA73SSJ.js → chunk-CETHY5DK.js} +2 -2
- package/__chunks__/{chunk-RUWBDSJG.js → chunk-CFWMCHUV.js} +2 -2
- package/__chunks__/{chunk-JYVZJZ3V.js → chunk-CGV3JZ2A.js} +2 -2
- package/__chunks__/{chunk-GKAZKHWY.js → chunk-CHKBTNGY.js} +2 -2
- package/__chunks__/{chunk-JLW4S2OD.js → chunk-CMXFWTO6.js} +2 -2
- package/__chunks__/{chunk-3SRKDS6P.js → chunk-CVYMG3PM.js} +2 -2
- package/__chunks__/chunk-D6GURMWV.js +2 -0
- package/__chunks__/chunk-D6KVSQBJ.js +2 -0
- package/__chunks__/chunk-DBBWRL2P.js +2 -0
- package/__chunks__/{chunk-QEV6ASLD.js → chunk-DFSIKXW5.js} +2 -2
- package/__chunks__/{chunk-XACY43R5.js → chunk-DGC73TWF.js} +2 -2
- package/__chunks__/chunk-DGR4XJTX.js +2 -0
- package/__chunks__/{chunk-FL3JGIOK.js → chunk-DHZPYTSO.js} +2 -2
- package/__chunks__/{chunk-Q6GYXD7V.js → chunk-DJR44UPQ.js} +2 -2
- package/__chunks__/chunk-DK7VCT6R.js +2 -0
- package/__chunks__/{chunk-2XX7HZTX.js → chunk-DSIPH7EJ.js} +2 -2
- package/__chunks__/chunk-E53RVWOT.js +2 -0
- package/__chunks__/{chunk-G3W4EMGM.js → chunk-E7SMLXCH.js} +2 -2
- package/__chunks__/chunk-EAVOUVZS.js +2 -0
- package/__chunks__/{chunk-GKWKIAPY.js → chunk-ECQJQ76J.js} +2 -2
- package/__chunks__/{chunk-DMRXP7HV.js → chunk-EGKX4TVX.js} +2 -2
- package/__chunks__/chunk-EKSRAIQ2.js +2 -0
- package/__chunks__/{chunk-DNOR7WM4.js → chunk-ELDESMTL.js} +2 -2
- package/__chunks__/{chunk-7BWQNAMS.js → chunk-ELHOCZI6.js} +2 -2
- package/__chunks__/{chunk-GE4OCTDP.js → chunk-ELWYA3KG.js} +2 -2
- package/__chunks__/{chunk-2KF7MZUU.js → chunk-EQQKCBGM.js} +2 -2
- package/__chunks__/{chunk-PININVTB.js → chunk-EYQPBSFB.js} +2 -2
- package/__chunks__/{chunk-IUOHCFMI.js → chunk-F56E5OHY.js} +2 -2
- package/__chunks__/{chunk-NHLAFROW.js → chunk-FD53UGYY.js} +2 -2
- package/__chunks__/{chunk-5ZAK25IM.js → chunk-FEUUARER.js} +2 -2
- package/__chunks__/{chunk-EK3MPB3Z.js → chunk-FF5Z2HPD.js} +2 -2
- package/__chunks__/chunk-FHUWKULE.js +2 -0
- package/__chunks__/{chunk-CU5BE7L6.js → chunk-FKB7JFXE.js} +2 -2
- package/__chunks__/{chunk-HCPUBKJ2.js → chunk-FKVDFKN4.js} +2 -2
- package/__chunks__/{chunk-SHLZNMZX.js → chunk-FREEEK44.js} +2 -2
- package/__chunks__/{chunk-V4UWFLLU.js → chunk-FTT5RF2M.js} +2 -2
- package/__chunks__/{chunk-B5FEQ7WP.js → chunk-FWMGFKCI.js} +2 -2
- package/__chunks__/{chunk-2FLZCVZG.js → chunk-G4AZHUFL.js} +2 -2
- package/__chunks__/{chunk-M24JZXNC.js → chunk-G7JLE5IZ.js} +2 -2
- package/__chunks__/{chunk-FP56THIJ.js → chunk-GCD5ZDHG.js} +2 -2
- package/__chunks__/chunk-GCLPSNVX.js +2 -0
- package/__chunks__/{chunk-2JTMQZ5N.js → chunk-GD2KBFKM.js} +2 -2
- package/__chunks__/{chunk-TIWSO56Y.js → chunk-GEDQVQFA.js} +2 -2
- package/__chunks__/{chunk-RZS72DRR.js → chunk-GEK572JH.js} +2 -2
- package/__chunks__/{chunk-FSI7MPX2.js → chunk-GFFTR62F.js} +2 -2
- package/__chunks__/{chunk-BRJ4IDFX.js → chunk-GISWZUVZ.js} +2 -2
- package/__chunks__/chunk-GSA2SB6O.js +2 -0
- package/__chunks__/{chunk-XXQ36W6V.js → chunk-GTCKY6F3.js} +2 -2
- package/__chunks__/{chunk-RXLDGZSX.js → chunk-H62Y7P7I.js} +2 -2
- package/__chunks__/{chunk-PB5VWLDA.js → chunk-H7GCEERY.js} +2 -2
- package/__chunks__/chunk-HB5RUTVT.js +2 -0
- package/__chunks__/{chunk-LXAMYSAY.js → chunk-HC7L4S4O.js} +2 -2
- package/__chunks__/{chunk-5E4ENRLC.js → chunk-HDNWKFGF.js} +2 -2
- package/__chunks__/{chunk-I3H3UEEF.js → chunk-HECK6MTB.js} +2 -2
- package/__chunks__/chunk-HG4S6KDX.js +2 -0
- package/__chunks__/chunk-HMAFTVLK.js +2 -0
- package/__chunks__/{chunk-Q2AW5PBX.js → chunk-HOEKGKQZ.js} +2 -2
- package/__chunks__/{chunk-PMGBDSMO.js → chunk-HPGXFNOH.js} +2 -2
- package/__chunks__/{chunk-KNH27ZOI.js → chunk-HU6C2X7Z.js} +2 -2
- package/__chunks__/{chunk-HRTS3MSF.js → chunk-HXUIQH3H.js} +2 -2
- package/__chunks__/{chunk-HIUQRKBU.js → chunk-HYKDX5DE.js} +2 -2
- package/__chunks__/{chunk-N572YDZA.js → chunk-ICV2TXRM.js} +2 -2
- package/__chunks__/chunk-IEIURVBZ.js +2 -0
- package/__chunks__/{chunk-TW2H5NX4.js → chunk-IEIZJV2B.js} +2 -2
- package/__chunks__/{chunk-5EBLXQKZ.js → chunk-IHNYPQSK.js} +2 -2
- package/__chunks__/{chunk-5MYIRG5J.js → chunk-INHUPQWU.js} +2 -2
- package/__chunks__/{chunk-6ELWXHAK.js → chunk-IQP6H3UP.js} +2 -2
- package/__chunks__/{chunk-ENBATX53.js → chunk-IR74SMTL.js} +2 -2
- package/__chunks__/{chunk-7KXIKUR6.js → chunk-IURGTEPK.js} +2 -2
- package/__chunks__/{chunk-VCQ5MOM4.js → chunk-IUW5OTWW.js} +2 -2
- package/__chunks__/{chunk-SL2KEAXQ.js → chunk-J4E4HTQC.js} +2 -2
- package/__chunks__/chunk-J5OXIGWW.js +2 -0
- package/__chunks__/{chunk-EZGBQXME.js → chunk-J63USF4K.js} +2 -2
- package/__chunks__/{chunk-DBJ4HFXB.js → chunk-J7F7ECRM.js} +2 -2
- package/__chunks__/{chunk-J6UKYZCT.js → chunk-JDJZ2RJJ.js} +2 -2
- package/__chunks__/{chunk-4LDHXKXH.js → chunk-JG6R3QAD.js} +2 -2
- package/__chunks__/{chunk-OOIYPQB2.js → chunk-JMZRJTZG.js} +2 -2
- package/__chunks__/{chunk-DCAMXMCM.js → chunk-JNEPYTU7.js} +2 -2
- package/__chunks__/{chunk-LHQK5CGF.js → chunk-JPOB33IZ.js} +2 -2
- package/__chunks__/{chunk-5F3A7VLM.js → chunk-JQZYS7BM.js} +2 -2
- package/__chunks__/{chunk-IEUECJU7.js → chunk-JZCSJHHU.js} +2 -2
- package/__chunks__/{chunk-UCHZCYP4.js → chunk-K4JBCUFT.js} +2 -2
- package/__chunks__/chunk-K53PESRU.js +2 -0
- package/__chunks__/{chunk-XNXCRIOG.js → chunk-KABKOLXR.js} +2 -2
- package/__chunks__/{chunk-OIIGCY2H.js → chunk-KAIQY5SA.js} +2 -2
- package/__chunks__/{chunk-X7EP3HVR.js → chunk-KDIZOQHB.js} +2 -2
- package/__chunks__/{chunk-AFVIOJA2.js → chunk-KIOF4CQT.js} +2 -2
- package/__chunks__/{chunk-GKXA3BOE.js → chunk-KQL7J2VN.js} +2 -2
- package/__chunks__/{chunk-6MCQHTDQ.js → chunk-KQNHZDSB.js} +2 -2
- package/__chunks__/{chunk-TFXKWGR2.js → chunk-KUD2NXQX.js} +2 -2
- package/__chunks__/{chunk-PV4U35TB.js → chunk-LC532B67.js} +2 -2
- package/__chunks__/{chunk-4C72NXJC.js → chunk-LCYLRW4B.js} +2 -2
- package/__chunks__/{chunk-UGHC4LEJ.js → chunk-LF6LQOEB.js} +2 -2
- package/__chunks__/{chunk-R4ODW2TW.js → chunk-LK2BIT5G.js} +2 -2
- package/__chunks__/{chunk-SLMR62XL.js → chunk-LRZD3GOP.js} +2 -2
- package/__chunks__/{chunk-DE32D63C.js → chunk-LUKDEXXW.js} +2 -2
- package/__chunks__/{chunk-6F5V5H3O.js → chunk-LVLGKG3B.js} +2 -2
- package/__chunks__/{chunk-MYBMLPKZ.js → chunk-LVNISYGC.js} +2 -2
- package/__chunks__/{chunk-PZ2J7CX4.js → chunk-LVO247J2.js} +2 -2
- package/__chunks__/{chunk-UFQ7UEPG.js → chunk-LZ67TQ66.js} +2 -2
- package/__chunks__/{chunk-53DA5O5D.js → chunk-M2BNPL3X.js} +2 -2
- package/__chunks__/{chunk-QZ2CPGYT.js → chunk-M2EGCCXE.js} +2 -2
- package/__chunks__/{chunk-C2KB6OP7.js → chunk-M2RCFIL4.js} +2 -2
- package/__chunks__/{chunk-ALXNYK3E.js → chunk-M45YFMCO.js} +2 -2
- package/__chunks__/{chunk-DW7QS5HU.js → chunk-M54EYB7C.js} +2 -2
- package/__chunks__/{chunk-4TGESVWJ.js → chunk-M6EI5T3W.js} +2 -2
- package/__chunks__/chunk-MAN7GWTH.js +2 -0
- package/__chunks__/{chunk-BHVXBW6B.js → chunk-MJ6TFSMU.js} +2 -2
- package/__chunks__/{chunk-YXAZVFXZ.js → chunk-MJFA7EQM.js} +2 -2
- package/__chunks__/{chunk-NP2H372S.js → chunk-MJMGRCDU.js} +2 -2
- package/__chunks__/{chunk-6N3WWVBS.js → chunk-MK2GCPP3.js} +2 -2
- package/__chunks__/{chunk-HHOIMVSW.js → chunk-MMJ3BHVI.js} +2 -2
- package/__chunks__/{chunk-LUJL437O.js → chunk-MN4WMRRC.js} +2 -2
- package/__chunks__/chunk-MOH5IXEW.js +2 -0
- package/__chunks__/{chunk-7IEF3K3N.js → chunk-MOKQMVU2.js} +2 -2
- package/__chunks__/{chunk-4ETVUXHH.js → chunk-MS4VFH7H.js} +2 -2
- package/__chunks__/chunk-MT5L5HAW.js +2 -0
- package/__chunks__/chunk-MWZH5OTR.js +2 -0
- package/__chunks__/chunk-NCWO65ZY.js +2 -0
- package/__chunks__/chunk-NDEYN3LD.js +2 -0
- package/__chunks__/chunk-NDUB47FE.js +2 -0
- package/__chunks__/{chunk-LO4FZUUL.js → chunk-NEAYNWOD.js} +2 -2
- package/__chunks__/{chunk-ILXS5TLE.js → chunk-NKC5KX3R.js} +2 -2
- package/__chunks__/{chunk-3B2V4QLE.js → chunk-NOPBGR4E.js} +2 -2
- package/__chunks__/{chunk-GWNGXWV2.js → chunk-NPUQV7B2.js} +2 -2
- package/__chunks__/{chunk-DK7RB23Z.js → chunk-NRQ65PN2.js} +2 -2
- package/__chunks__/{chunk-SVYY3XG3.js → chunk-NYHIJYSY.js} +2 -2
- package/__chunks__/{chunk-EHDPMWUN.js → chunk-NZG725GU.js} +2 -2
- package/__chunks__/{chunk-GLX5TPC7.js → chunk-O26IGKV6.js} +2 -2
- package/__chunks__/chunk-OFFEXGLU.js +2 -0
- package/__chunks__/chunk-OMWA264B.js +2 -0
- package/__chunks__/chunk-OQT4D6DA.js +2 -0
- package/__chunks__/{chunk-B67ICQ6X.js → chunk-OUPLVSSN.js} +2 -2
- package/__chunks__/chunk-OYJGON2R.js +2 -0
- package/__chunks__/{chunk-3ESDJKH6.js → chunk-P2SQV73D.js} +2 -2
- package/__chunks__/{chunk-HFTTNKHP.js → chunk-PAX5EKQO.js} +2 -2
- package/__chunks__/{chunk-VQOROTBK.js → chunk-PCY5A3OM.js} +2 -2
- package/__chunks__/{chunk-EVUUTZV7.js → chunk-PF4D7MUH.js} +2 -2
- package/__chunks__/{chunk-RPMUZG56.js → chunk-PGXHCNNJ.js} +2 -2
- package/__chunks__/{chunk-YNS44265.js → chunk-PJM55W2G.js} +2 -2
- package/__chunks__/chunk-PLGOGN7B.js +2 -0
- package/__chunks__/{chunk-EWEMTEQG.js → chunk-PMFDV77M.js} +2 -2
- package/__chunks__/{chunk-BPOK4ELB.js → chunk-POSE32KA.js} +2 -2
- package/__chunks__/{chunk-3DDQJ3VN.js → chunk-PPP2LEPC.js} +2 -2
- package/__chunks__/{chunk-NKL7H6WF.js → chunk-PPV5SJZR.js} +2 -2
- package/__chunks__/{chunk-FHFVGYIX.js → chunk-PWRL2PHT.js} +2 -2
- package/__chunks__/{chunk-BLDDWEAT.js → chunk-PY623WGA.js} +2 -2
- package/__chunks__/chunk-PYLTLW5W.js +2 -0
- package/__chunks__/{chunk-WN5BZMBM.js → chunk-Q5LESUJU.js} +2 -2
- package/__chunks__/{chunk-U46YFUCN.js → chunk-Q6JMJXXF.js} +2 -2
- package/__chunks__/{chunk-XVVAEMAQ.js → chunk-Q76T6JPW.js} +2 -2
- package/__chunks__/{chunk-4UZ2AS3Z.js → chunk-QE4XAJGO.js} +2 -2
- package/__chunks__/{chunk-LISKVNAH.js → chunk-QQYLJ7T3.js} +2 -2
- package/__chunks__/{chunk-DDR7XNXQ.js → chunk-QRHTZEUL.js} +2 -2
- package/__chunks__/chunk-QY3POW5A.js +2 -0
- package/__chunks__/{chunk-GQWIBR5V.js → chunk-QYUHWCID.js} +2 -2
- package/__chunks__/{chunk-WZJCNBWH.js → chunk-QZTHHTNY.js} +2 -2
- package/__chunks__/{chunk-BOU56ZG3.js → chunk-R3BWV4KU.js} +2 -2
- package/__chunks__/{chunk-KEWZ3SWT.js → chunk-R3G2RMY5.js} +2 -2
- package/__chunks__/{chunk-X2EO5OB7.js → chunk-R6CS6OMK.js} +2 -2
- package/__chunks__/chunk-RBNR7KTD.js +2 -0
- package/__chunks__/{chunk-JQYHDLO2.js → chunk-RCUGDZMV.js} +2 -2
- package/__chunks__/{chunk-F4SDEBZG.js → chunk-RFUKCFZ2.js} +2 -2
- package/__chunks__/chunk-RGLZWEKW.js +2 -0
- package/__chunks__/chunk-RGQD2CXL.js +2 -0
- package/__chunks__/{chunk-72YUS4WW.js → chunk-RK32VHTO.js} +2 -2
- package/__chunks__/{chunk-RA6EU5LQ.js → chunk-RN5HOHCP.js} +2 -2
- package/__chunks__/{chunk-P6PFLUFJ.js → chunk-ROY2KQNP.js} +2 -2
- package/__chunks__/{chunk-L2H7DB4O.js → chunk-RRWYERE3.js} +2 -2
- package/__chunks__/{chunk-EVGOKAH4.js → chunk-RRXE3ZM7.js} +2 -2
- package/__chunks__/{chunk-MQYMZOQL.js → chunk-RTCQ6QL4.js} +2 -2
- package/__chunks__/{chunk-4J6HS47O.js → chunk-RVZA3OIB.js} +2 -2
- package/__chunks__/{chunk-F7P33CFQ.js → chunk-RX3OTZWT.js} +2 -2
- package/__chunks__/{chunk-OVXSFBM7.js → chunk-S2QSM6LQ.js} +2 -2
- package/__chunks__/{chunk-HJ62CBRT.js → chunk-S5QLNPNV.js} +2 -2
- package/__chunks__/{chunk-QG37FGHU.js → chunk-SDEMFZ2B.js} +2 -2
- package/__chunks__/{chunk-R2ONOGA2.js → chunk-SIEDPGDK.js} +2 -2
- package/__chunks__/{chunk-IHJ4VJGE.js → chunk-SJAJRK4I.js} +2 -2
- package/__chunks__/{chunk-LPMVCNX7.js → chunk-SN3U7PJ7.js} +2 -2
- package/__chunks__/{chunk-MOS23OHR.js → chunk-SX2VRDN7.js} +2 -2
- package/__chunks__/{chunk-7FZ5QE5Y.js → chunk-T3AMXQVC.js} +2 -2
- package/__chunks__/{chunk-ZZTW7AD6.js → chunk-T63KEE73.js} +2 -2
- package/__chunks__/{chunk-XCPFYMJS.js → chunk-T6WVPNM6.js} +2 -2
- package/__chunks__/{chunk-F2TMWY62.js → chunk-TARH3XHH.js} +2 -2
- package/__chunks__/{chunk-2BITUT5V.js → chunk-TB4ER3LS.js} +2 -2
- package/__chunks__/{chunk-J7AOONLK.js → chunk-TCRJYYXV.js} +2 -2
- package/__chunks__/{chunk-BSY2NT6L.js → chunk-TE4T75GN.js} +2 -2
- package/__chunks__/chunk-TENZ5D35.js +2 -0
- package/__chunks__/chunk-TF4XTQGN.js +2 -0
- package/__chunks__/{chunk-SHS5RBWE.js → chunk-TLDFZH5P.js} +2 -2
- package/__chunks__/{chunk-U5PYO7B2.js → chunk-TNGZP5IB.js} +2 -2
- package/__chunks__/chunk-TO2N7FVP.js +2 -0
- package/__chunks__/{chunk-KTMUH4ZD.js → chunk-TOIIOCNX.js} +2 -2
- package/__chunks__/{chunk-CGS6M5IR.js → chunk-TPRTM7OB.js} +2 -2
- package/__chunks__/{chunk-6MRXAI74.js → chunk-TWSN7HZK.js} +2 -2
- package/__chunks__/{chunk-HAPIRVGX.js → chunk-TXQL7DFI.js} +2 -2
- package/__chunks__/{chunk-ZQEYHNSX.js → chunk-TY4BCXTR.js} +2 -2
- package/__chunks__/{chunk-EDGTGOJ2.js → chunk-TYSBJPNT.js} +2 -2
- package/__chunks__/{chunk-D3AZOY65.js → chunk-U4MSGRT3.js} +2 -2
- package/__chunks__/{chunk-74ZXY74X.js → chunk-UI66NJZT.js} +2 -2
- package/__chunks__/chunk-UMHVXJPV.js +2 -0
- package/__chunks__/{chunk-ES5NXUVH.js → chunk-UPC4SPRN.js} +2 -2
- package/__chunks__/{chunk-RM76QZVM.js → chunk-UU4NTA4J.js} +2 -2
- package/__chunks__/chunk-UY6UCXJ6.js +2 -0
- package/__chunks__/{chunk-LLB5EQW5.js → chunk-V4Y2QYQE.js} +2 -2
- package/__chunks__/chunk-V6HL3GOP.js +2 -0
- package/__chunks__/{chunk-HGR3DJNP.js → chunk-V6ZIZ7VI.js} +2 -2
- package/__chunks__/chunk-V7NUNNBR.js +2 -0
- package/__chunks__/chunk-V7UIKWIQ.js +2 -0
- package/__chunks__/chunk-VC73HKHZ.js +2 -0
- package/__chunks__/{chunk-EK2GZY5W.js → chunk-VCR4YMSC.js} +2 -2
- package/__chunks__/chunk-W3A4D35B.js +2 -0
- package/__chunks__/{chunk-4JPTFWVP.js → chunk-WDGM7ZE5.js} +2 -2
- package/__chunks__/{chunk-42IMRT4I.js → chunk-WGLF554T.js} +2 -2
- package/__chunks__/{chunk-UKCNSU7P.js → chunk-WTS6FKSQ.js} +2 -2
- package/__chunks__/{chunk-LYGQTWDN.js → chunk-WXXUXRAM.js} +2 -2
- package/__chunks__/{chunk-J5TKH4R2.js → chunk-X42XKYM5.js} +2 -2
- package/__chunks__/chunk-X4P7QPM6.js +2 -0
- package/__chunks__/{chunk-4FMTA7PA.js → chunk-X4XFYCEZ.js} +2 -2
- package/__chunks__/{chunk-L3MLZBEH.js → chunk-X5ATTZSQ.js} +2 -2
- package/__chunks__/{chunk-6KQLLQLT.js → chunk-XAMWEWOV.js} +2 -2
- package/__chunks__/{chunk-VNLYSO3R.js → chunk-XBAX7QVY.js} +2 -2
- package/__chunks__/chunk-XE6ZGFLG.js +2 -0
- package/__chunks__/{chunk-OVYC4NBH.js → chunk-XF666J4X.js} +2 -2
- package/__chunks__/{chunk-XRS7ENFP.js → chunk-XGATXS43.js} +2 -2
- package/__chunks__/{chunk-46UB3SHL.js → chunk-XHV46KU4.js} +2 -2
- package/__chunks__/{chunk-VOLF6AHL.js → chunk-XIBFCYTM.js} +2 -2
- package/__chunks__/chunk-XJ6FH3AH.js +2 -0
- package/__chunks__/chunk-XMCIIPO4.js +2 -0
- package/__chunks__/{chunk-MB7UABKE.js → chunk-XMMWK56T.js} +2 -2
- package/__chunks__/{chunk-5MKADVF6.js → chunk-XNIZXZ4D.js} +2 -2
- package/__chunks__/{chunk-XJSLNMRF.js → chunk-XO5RFP27.js} +2 -2
- package/__chunks__/{chunk-DZ72DIFJ.js → chunk-XPZCX6TU.js} +2 -2
- package/__chunks__/{chunk-C3O3XDWS.js → chunk-XZG7MPHH.js} +2 -2
- package/__chunks__/{chunk-LVNWKHE3.js → chunk-XZIDZBSZ.js} +2 -2
- package/__chunks__/{chunk-7TIVSBQR.js → chunk-Y4VA6366.js} +2 -2
- package/__chunks__/chunk-Y5X5DR5U.js +2 -0
- package/__chunks__/{chunk-WIE7Z4CU.js → chunk-Y7BO5HPR.js} +2 -2
- package/__chunks__/{chunk-TDDRQR7U.js → chunk-Y7TR243I.js} +2 -2
- package/__chunks__/{chunk-XAWCWIPK.js → chunk-YBDOUTXJ.js} +2 -2
- package/__chunks__/{chunk-AP3KRVIK.js → chunk-YFU2725J.js} +2 -2
- package/__chunks__/chunk-YLFE6VKO.js +2 -0
- package/__chunks__/{chunk-M24QYE7Q.js → chunk-YQULUMIP.js} +2 -2
- package/__chunks__/{chunk-LM5URE36.js → chunk-YSL4HB3Q.js} +2 -2
- package/__chunks__/{chunk-6QTQYBUM.js → chunk-YSZQJ2BJ.js} +2 -2
- package/__chunks__/{chunk-TYDQIKJN.js → chunk-YUWLM62E.js} +2 -2
- package/__chunks__/{chunk-U42CFSIM.js → chunk-YWQFF4MR.js} +2 -2
- package/__chunks__/{chunk-FM3YQUDA.js → chunk-Z4EG2L2T.js} +2 -2
- package/__chunks__/{chunk-WNU3GX2F.js → chunk-ZB23WH3T.js} +2 -2
- package/__chunks__/{chunk-XNRWCS7K.js → chunk-ZECOEQSN.js} +2 -2
- package/__chunks__/{chunk-4TWP6MWZ.js → chunk-ZJ5FT4N6.js} +2 -2
- package/__chunks__/{chunk-N53YXSCL.js → chunk-ZQ3KOAQI.js} +2 -2
- package/__chunks__/{chunk-GEZQ3Y6Z.js → chunk-ZQZTQIU5.js} +2 -2
- package/__chunks__/{chunk-GQCBLUVH.js → chunk-ZRQUG5X4.js} +2 -2
- package/__chunks__/chunk-ZSMLVC5I.js +2 -0
- package/__chunks__/{chunk-DRWTIXQV.js → chunk-ZSSC74AM.js} +2 -2
- package/__chunks__/chunk-ZTBC5PGR.js +2 -0
- package/__chunks__/{chunk-WTCDQ77E.js → chunk-ZYEHKDLW.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +3 -3
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +11 -11
- package/__commonjs/UI/TransactionsTable/index.js +11 -11
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/__commonjs/UI/index.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +2 -2
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/__commonjs/UI/walletConnect/index.js +1 -1
- package/__commonjs/__mocks__/index.js +2 -2
- package/__commonjs/__mocks__/utils/index.js +2 -2
- package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
- package/__commonjs/components/LogoutListener/LogoutListener.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/index.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +3 -3
- package/__commonjs/components/LogoutListener/index.js +3 -3
- package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/__commonjs/components/ProviderInitializer/index.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +2 -2
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/web/hooks/index.js +1 -1
- package/__commonjs/web/hooks/useIdleTimer.js +1 -1
- package/__commonjs/web/index.js +1 -1
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +3 -3
- package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +3 -3
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelActionAndDispose.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +2 -2
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-22UGKRUB.js +0 -2
- package/__chunks__/chunk-3H2BHUV2.js +0 -2
- package/__chunks__/chunk-3PNHQE2H.js +0 -2
- package/__chunks__/chunk-432TA2MC.js +0 -2
- package/__chunks__/chunk-4ESAG56Q.js +0 -2
- package/__chunks__/chunk-4HPNUK2J.js +0 -2
- package/__chunks__/chunk-5NZ54Y45.js +0 -2
- package/__chunks__/chunk-5PNA5UWC.js +0 -2
- package/__chunks__/chunk-5QCQSUVF.js +0 -2
- package/__chunks__/chunk-5USPGBOM.js +0 -2
- package/__chunks__/chunk-6OXJRKFV.js +0 -2
- package/__chunks__/chunk-7EGLDUPU.js +0 -2
- package/__chunks__/chunk-7M4CKRD3.js +0 -2
- package/__chunks__/chunk-7T3BLCXH.js +0 -2
- package/__chunks__/chunk-7XB7PNZ4.js +0 -2
- package/__chunks__/chunk-AD5CZ5SV.js +0 -2
- package/__chunks__/chunk-BCPUEILI.js +0 -2
- package/__chunks__/chunk-BNTVNCDA.js +0 -2
- package/__chunks__/chunk-BU2FVPH5.js +0 -2
- package/__chunks__/chunk-CAFWTKV5.js +0 -2
- package/__chunks__/chunk-CSMS7QG7.js +0 -2
- package/__chunks__/chunk-CXGCVUBB.js +0 -2
- package/__chunks__/chunk-DG6X7RT5.js +0 -2
- package/__chunks__/chunk-DHRKWM2C.js +0 -2
- package/__chunks__/chunk-EA4BA56P.js +0 -2
- package/__chunks__/chunk-ESLZX3QM.js +0 -2
- package/__chunks__/chunk-FEILLO6Q.js +0 -2
- package/__chunks__/chunk-G4P4P26A.js +0 -2
- package/__chunks__/chunk-G5BAW7XZ.js +0 -2
- package/__chunks__/chunk-GKKGXFSO.js +0 -2
- package/__chunks__/chunk-HRMZLE5Y.js +0 -2
- package/__chunks__/chunk-HXJQTMOJ.js +0 -2
- package/__chunks__/chunk-IZCM667B.js +0 -2
- package/__chunks__/chunk-J3DCHFAN.js +0 -2
- package/__chunks__/chunk-JGAS4FG2.js +0 -2
- package/__chunks__/chunk-K3DETXZX.js +0 -2
- package/__chunks__/chunk-KX7VAO4B.js +0 -2
- package/__chunks__/chunk-LBZF2IEG.js +0 -2
- package/__chunks__/chunk-LFARB73S.js +0 -2
- package/__chunks__/chunk-LG2OZBAE.js +0 -2
- package/__chunks__/chunk-LK2PCB5P.js +0 -2
- package/__chunks__/chunk-LM3E4GFR.js +0 -2
- package/__chunks__/chunk-MFQ7QJRO.js +0 -2
- package/__chunks__/chunk-MI3EUIJC.js +0 -2
- package/__chunks__/chunk-NJE2P3GL.js +0 -2
- package/__chunks__/chunk-NNJMYIIH.js +0 -2
- package/__chunks__/chunk-OOU473IO.js +0 -2
- package/__chunks__/chunk-OSOS4V66.js +0 -2
- package/__chunks__/chunk-OUCRAC32.js +0 -2
- package/__chunks__/chunk-PFAYZXDV.js +0 -2
- package/__chunks__/chunk-Q2AOZGNW.js +0 -2
- package/__chunks__/chunk-RG7F5RQA.js +0 -2
- package/__chunks__/chunk-S3GA6MCB.js +0 -2
- package/__chunks__/chunk-S6V7YLBD.js +0 -2
- package/__chunks__/chunk-S76JD7DG.js +0 -2
- package/__chunks__/chunk-SJSXVQOT.js +0 -2
- package/__chunks__/chunk-TECC4QB4.js +0 -2
- package/__chunks__/chunk-UNF4S7FN.js +0 -2
- package/__chunks__/chunk-VG6OCFDT.js +0 -2
- package/__chunks__/chunk-VJ6LYC2O.js +0 -2
- package/__chunks__/chunk-W6WPYK65.js +0 -2
- package/__chunks__/chunk-WEEU6UZF.js +0 -2
- package/__chunks__/chunk-WF4H5WTI.js +0 -2
- package/__chunks__/chunk-XIIQX7O5.js +0 -2
- package/__chunks__/chunk-YRJQKCBY.js +0 -2
- package/__chunks__/chunk-YYXM5SJD.js +0 -2
- package/__chunks__/chunk-ZRETA65T.js +0 -2
- package/__chunks__/chunk-ZU3KI5E6.js +0 -2
- package/__chunks__/chunk-ZZIMV262.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{u as l,y as L}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{u as l,y as L}from"./chunk-6VFMZUPW.js";import{j as x}from"./chunk-OKLK5GYW.js";import{e as y,m as g}from"./chunk-HBP5N4FR.js";import T from"bignumber.js";var C,A=y(()=>{g();L();x();C=e=>{var r,s,t,a,n,i,u,m,o,d,p,c;switch(e.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(r=e.arguments)==null?void 0:r.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(s=e.arguments)==null?void 0:s.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(t=e.arguments)==null?void 0:t.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(a=e.arguments)==null?void 0:a.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(n=e.arguments)==null?void 0:n.transfers}];case"swapTokensFixedInput":case"swap":return e.description?[e.description]:[];case"swapTokensFixedOutput":return e.description?[e.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(i=e.arguments)==null?void 0:i.transfers[0]]},"and",{token:[(u=e.arguments)==null?void 0:u.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(m=e.arguments)==null?void 0:m.transfers}];case"mergeLockedAssetTokens":let f=l;if((o=e.arguments)!=null&&o.transfers){let w=e.arguments.transfers.map(({value:k})=>k);f=T.sum.apply(null,w).toString(10)}return[`Merge ${(d=e.arguments)==null?void 0:d.transfers.length}`,{tokenNoLink:[(p=e.arguments)==null?void 0:p.transfers[0]]},"positions into a single",{tokenNoLink:[(c=e.arguments)==null?void 0:c.transfers[0]]},"position of value",{value:f}];case"wrapEgld":case"unwrapEgld":default:return e.description?[e.description]:[]}}});export{C as a,A as b};
|
|
2
|
+
//# sourceMappingURL=chunk-YFU2725J.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{b as T}from"./chunk-CHYGQARZ.js";import{f as s,g as l}from"./chunk-45ONUKHV.js";import{f as m,g as R}from"./chunk-ZQ3KOAQI.js";import{e as i,f as C}from"./chunk-5ZMXC75K.js";import{f as a,g as b}from"./chunk-FTT5RF2M.js";import{i as f,j as h}from"./chunk-RCUGDZMV.js";import{m as e,n as k}from"./chunk-Q5LESUJU.js";import{n as t,o as u}from"./chunk-K4JBCUFT.js";import{f as c,g as w}from"./chunk-KIOF4CQT.js";import{c as p,d as M}from"./chunk-XPZCX6TU.js";import{l as n,m as I}from"./chunk-LVNISYGC.js";import{a as o,e as g,m as r}from"./chunk-HBP5N4FR.js";import{combineReducers as x}from"@reduxjs/toolkit";var E,j,S,q=g(()=>{r();T();u();w();M();I();l();R();C();b();h();k();E={["account"]:t,["dappConfig"]:p,["loginInfo"]:n,["modals"]:s,["networkConfig"]:m,["signedMessageInfo"]:i,["toasts"]:a,["transactionsInfo"]:f,["transactions"]:e,["batchTransactions"]:c},j=(d={})=>x(o(o({},E),d)),S=j});export{S as a,q as b};
|
|
2
|
+
//# sourceMappingURL=chunk-YLFE6VKO.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as r}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as r}from"./chunk-5EZ2JFWY.js";import{a as t,b as e,m as o}from"./chunk-HBP5N4FR.js";o();import l from"react";var m=n=>{var i;let a=n.error?n.error:((i=n.transactions)==null?void 0:i.length)>1?"Check your MultiversX Wallet Extension to sign the transactions":"Check your MultiversX Wallet Extension to sign the transaction",s=e(t({},n),{description:a,title:"Confirm on MultiversX DeFi Wallet"});return l.createElement(r,t({},s))};export{m as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YQULUMIP.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{f as e}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{f as e}from"./chunk-6VXQ2DUY.js";import{m as t}from"./chunk-HBP5N4FR.js";t();var i=e,r=null;function n(o){i=o}function m(o){r=o}function a(){r!=null&&(i=r)}function s(){return i||e}function l(){return r}export{n as a,m as b,a as c,s as d,l as e};
|
|
2
|
+
//# sourceMappingURL=chunk-YSL4HB3Q.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as u,d as n}from"./chunk-ZA2RPPFH.js";import{a}from"./chunk-CQLEX5Q4.js";import{a as s}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as u,d as n}from"./chunk-ZA2RPPFH.js";import{a}from"./chunk-CQLEX5Q4.js";import{a as s}from"./chunk-NYHIJYSY.js";import{a as m}from"./chunk-4RJKPLCH.js";import{a as i}from"./chunk-WURVMRB4.js";import{a as t}from"./chunk-ZXZXEDS2.js";import{i as d,m as p}from"./chunk-HBP5N4FR.js";p();import r from"react";var f=({receiver:o,assets:c,styles:e})=>r.createElement("div",{className:e==null?void 0:e.scResultReceiver},r.createElement(a,{label:"To"},r.createElement(s,{initiator:o}),r.createElement("div",{className:e==null?void 0:e.address},r.createElement(m,{address:o,assets:c})),r.createElement(i,{text:o,className:e==null?void 0:e.copy}))),v=t(f,{ssrStyles:()=>import("../UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js"),clientStyles:()=>(n(),d(u)).default}),I=v;export{v as a,I as b};
|
|
2
|
+
//# sourceMappingURL=chunk-YSZQJ2BJ.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as S}from"./chunk-QYXDTGKM.js";import{a as T}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as S}from"./chunk-QYXDTGKM.js";import{a as T}from"./chunk-TCRJYYXV.js";import{a as A}from"./chunk-AQF6WP3B.js";import{a as I}from"./chunk-TPRTM7OB.js";import{a as L}from"./chunk-HHQAQAGR.js";import{a as k}from"./chunk-UUPZZ2II.js";import{a as E}from"./chunk-V5TTAY3J.js";import{b as i}from"./chunk-YSL4HB3Q.js";import{c as h}from"./chunk-YBDOUTXJ.js";import{a as M}from"./chunk-CAWNG7BJ.js";import{a as t,c as p,d as v}from"./chunk-K4JBCUFT.js";import{k as w}from"./chunk-LVNISYGC.js";import{b as u,c as W}from"./chunk-5LRSQGSO.js";import{o as f,y as N}from"./chunk-6VFMZUPW.js";import{h as d,j as P}from"./chunk-7YHU2LQD.js";import{p as b}from"./chunk-EOZJRV5E.js";import{j as g,m as l}from"./chunk-HBP5N4FR.js";l();P();N();W();M();b();function Y(){let o=h(),x=A(),n=I(!0);return()=>g(this,null,function*(){if(x&&!S)throw new Error(d);L(),o(v(t.address)),o(p(t));let e=T.getInstance(),s=E();if(s){w({data:s}),e.init(),i(e);return}try{if(!(yield e.init(f))){console.warn("Something went wrong trying to redirect to wallet login..");return}let{token:c,error:y}=yield k({hasNativeAuth:!0,token:void 0,loginService:n});if(y)return;let{signature:m,address:r}=yield e.login({token:c});if(i(e),!r){console.warn("Login cancelled.");return}m&&c&&n.setTokenLoginInfo({signature:m,address:r}),o(u({address:r,loginMethod:"extra"}))}catch(a){console.error("error logging in",a)}})}export{Y as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YUWLM62E.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{d as t,e as l}from"./chunk-DQIUAHNI.js";import{a as d,b as g}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{d as t,e as l}from"./chunk-DQIUAHNI.js";import{a as d,b as g}from"./chunk-GFFTR62F.js";import{e as T,m as i}from"./chunk-HBP5N4FR.js";var y,p=T(()=>{i();g();l();y=(e,u=1)=>e!=null&&e.length?e.reduce((n,{receiver:m,data:r})=>{let o=t({receiver:m,data:r!=null?r:""});return o==null?n:n&&d({receiverAddress:o,senderShard:u})},!0):!0});export{y as a,p as b};
|
|
2
|
+
//# sourceMappingURL=chunk-YWQFF4MR.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as P}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as P}from"./chunk-TCRJYYXV.js";import{a as z}from"./chunk-6NYWQ7JL.js";import{a as J}from"./chunk-TENZ5D35.js";import{a as q}from"./chunk-HG4S6KDX.js";import{a as j}from"./chunk-PLGOGN7B.js";import{c as U,d as T}from"./chunk-YBDOUTXJ.js";import{a as v}from"./chunk-PVNL3U3S.js";import{k as B,p as H,s as rn}from"./chunk-GISWZUVZ.js";import{a as en}from"./chunk-CAWNG7BJ.js";import{h as D}from"./chunk-RCUGDZMV.js";import{e as F,j as G}from"./chunk-Q5LESUJU.js";import{a as g,d as tn}from"./chunk-2SDQY5CF.js";import{a as k,b as w,j as b,m as y}from"./chunk-HBP5N4FR.js";y();import{useEffect as cn,useState as I}from"react";import{ExtensionProvider as K}from"@multiversx/sdk-extension-provider";import{MetamaskProvider as L}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";import{PasskeyProvider as O}from"@multiversx/sdk-passkey-provider/out";tn();rn();en();var Cn=()=>{let d=U(),{provider:o}=q(),{nonce:Q}=j(),[R,A]=I(null),[V,X]=I(),[Y,Z]=I([]),_=J(),n=T(H),$=T(B),nn=()=>b(void 0,null,function*(){var e,r;let s=Boolean(n==null?void 0:n.transactions),t=(e=n==null?void 0:n.transactions)!=null?e:[];if(s){let c=(r=n==null?void 0:n.customTransactionInformation)!=null&&r.skipUpdateNonces?t:yield _(t);Z(c)}X(s)});cn(()=>{nn()},[n,Q]);let u=()=>{A(null),d(G(null))},S=s=>{u(),on(s)};z(S);function on(s){var a,h,i,x,m,C,f,E,l,N,p,W;let t=o instanceof K,e=o instanceof O,r=o instanceof g,c=o instanceof v,M=o instanceof L,sn=o instanceof P;d(F()),d(D(s)),!(!t&&!r&&!c&&!e&&!M)&&(u(),t&&((h=(a=K.getInstance())==null?void 0:a.cancelAction)==null||h.call(a)),e&&((x=(i=O.getInstance())==null?void 0:i.cancelAction)==null||x.call(i)),M&&((C=(m=L.getInstance())==null?void 0:m.cancelAction)==null||C.call(m)),r&&((E=(f=g.getInstance())==null?void 0:f.cancelAction)==null||E.call(f)),c&&((N=(l=v.getInstance())==null?void 0:l.cancelAction)==null||N.call(l)),sn&&((W=(p=P.getInstance())==null?void 0:p.cancelAction)==null||W.call(p)))}return{error:R,canceledTransactionsMessage:$,clearTransactionStatusMessage:u,onAbort:S,setError:A,hasTransactions:V,transactionsToSign:n&&w(k({},n),{transactions:Y})}};export{Cn as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z4EG2L2T.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as I,d as $}from"./chunk-A7PSK6X4.js";import{a as k}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as I,d as $}from"./chunk-A7PSK6X4.js";import{a as k}from"./chunk-5B4IRXMF.js";import{a as L}from"./chunk-NYHIJYSY.js";import{a as A}from"./chunk-4RJKPLCH.js";import{a as o}from"./chunk-S2QSM6LQ.js";import{a as N}from"./chunk-MJFA7EQM.js";import{a as x}from"./chunk-ZXZXEDS2.js";import{a as V}from"./chunk-LVO247J2.js";import{a as u}from"./chunk-X42PRFW5.js";import{a as T,b as B}from"./chunk-52HSUBIA.js";import{y as z}from"./chunk-6VFMZUPW.js";import{a,i as D,m as f}from"./chunk-HBP5N4FR.js";f();import i from"react";import e from"classnames";f();import*as v from"react";var H=m=>v.createElement("svg",a({"aria-hidden":"true",focusable:"false","data-prefix":"far","data-icon":"globe",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",className:"svg-inline--fa fa-globe fa-w-16 fa-5x"},m),v.createElement("path",{fill:"#6c757d",d:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm179.3 160h-67.2c-6.7-36.5-17.5-68.8-31.2-94.7 42.9 19 77.7 52.7 98.4 94.7zM248 56c18.6 0 48.6 41.2 63.2 112H184.8C199.4 97.2 229.4 56 248 56zM48 256c0-13.7 1.4-27.1 4-40h77.7c-1 13.1-1.7 26.3-1.7 40s.7 26.9 1.7 40H52c-2.6-12.9-4-26.3-4-40zm20.7 88h67.2c6.7 36.5 17.5 68.8 31.2 94.7-42.9-19-77.7-52.7-98.4-94.7zm67.2-176H68.7c20.7-42 55.5-75.7 98.4-94.7-13.7 25.9-24.5 58.2-31.2 94.7zM248 456c-18.6 0-48.6-41.2-63.2-112h126.5c-14.7 70.8-44.7 112-63.3 112zm70.1-160H177.9c-1.1-12.8-1.9-26-1.9-40s.8-27.2 1.9-40h140.3c1.1 12.8 1.9 26 1.9 40s-.9 27.2-2 40zm10.8 142.7c13.7-25.9 24.4-58.2 31.2-94.7h67.2c-20.7 42-55.5 75.7-98.4 94.7zM366.3 296c1-13.1 1.7-26.3 1.7-40s-.7-26.9-1.7-40H444c2.6 12.9 4 26.3 4 40s-1.4 27.1-4 40h-77.7z",className:""})),w=H;z();B();V();var M=({entry:m,transaction:c,globalStyles:r,styles:n})=>{if(typeof m=="string")return i.createElement("span",{className:r==null?void 0:r.mr1},m.replace("eGLD","EGLD"));if(Boolean(m.address)){let p;return m.address===c.sender&&(p=c.senderAssets),m.address===c.receiver&&(p=c.receiverAssets),T(m.address)?i.createElement("div",{className:n==null?void 0:n.address},i.createElement(L,{initiator:m.address}),i.createElement(N,{page:u.accountDetails(m.address),"data-testid":"receiverLink",className:n==null?void 0:n.explorer},i.createElement(A,{address:m.address,assets:p}))):""}if(Boolean(m.token&&m.token.length>0))return m.token.map((p,d)=>{var h;return i.createElement("div",{key:`tx-${p.identifier}-${d}`,className:e(n==null?void 0:n.token,{[(h=n==null?void 0:n.spaced)!=null?h:""]:m.token.length>1})},i.createElement(k,{token:p,showLastNonZeroDecimal:!0}),d<m.token.length-1&&i.createElement("span",{className:n==null?void 0:n.comma},","))});if(Boolean(m.tokenNoValue&&m.tokenNoValue.length>0))return m.tokenNoValue.map((p,d)=>i.createElement("div",{key:`tx-${p.token}-${d}`},i.createElement(k,{token:p,noValue:!0,showLastNonZeroDecimal:!0}),d<m.tokenNoValue.length-1&&i.createElement("span",{className:e(r==null?void 0:r.mlN1,r==null?void 0:r.mr1,r==null?void 0:r.dNone,r==null?void 0:r.dSmFlex)},",")));if(Boolean(m.tokenNoLink&&m.tokenNoLink.length>0))return m.tokenNoLink.map((p,d)=>i.createElement("div",{key:`tx-${p.token}-${d}`},i.createElement("span",{className:r==null?void 0:r.mr1},p.ticker),d<m.tokenNoLink.length-1&&i.createElement("span",{className:e(r==null?void 0:r.mlN1,r==null?void 0:r.mr1,r==null?void 0:r.dNone,r==null?void 0:r.dSmFlex)},",")));if(Boolean(m.value))return i.createElement("span",null,i.createElement(o,{value:m.value,showLabel:!1,showLastNonZeroDecimal:!0}));if(Boolean(m.egldValue))return i.createElement("span",null,i.createElement(o,{value:m.egldValue,showLastNonZeroDecimal:!0}));if(Boolean(m.providerName)){let p=e(r==null?void 0:r.sideIcon,r==null?void 0:r.mr1,r==null?void 0:r.mrLg1,r==null?void 0:r.roundedCircle);return i.createElement("span",{className:e(r==null?void 0:r.dFlex,r==null?void 0:r.mr1)},i.createElement(N,{page:u.providerDetails(c.receiver),className:e(r==null?void 0:r.dFlex,r==null?void 0:r.alignSelfCenter)},m.providerAvatar?i.createElement("img",{src:m.providerAvatar,className:p,alt:" "}):i.createElement(w,{className:p}),m.providerName))}return null},R=x(M,{ssrStyles:()=>import("../UI/TransactionInfo/components/TransactionAction/components/ActionText/styles.js"),clientStyles:()=>($(),D(I)).default});export{R as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZB23WH3T.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b as x}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{b as x}from"./chunk-6HKICMK7.js";import{j as a,m}from"./chunk-HBP5N4FR.js";m();import h,{useRef as d,useMemo as l}from"react";import s from"axios";var k=({children:A,authenticatedDomains:o})=>{var i;let{loginInfo:r}=x(),t=(i=r==null?void 0:r.tokenLogin)==null?void 0:i.nativeAuthToken,n=d(-1);return n.current=l(()=>(s.interceptors.response.use(e=>e,e=>{var p,c;let u=(p=e.config)==null?void 0:p.url;return(c=e.config)!=null&&c.params&&(u+=`?${new URLSearchParams(e.config.params).toString()}`),console.error("Axios error for: ",u),Promise.reject(e)}),s.interceptors.request.eject(n.current),s.interceptors.request.use(e=>a(void 0,null,function*(){return o.includes(String(e==null?void 0:e.baseURL))&&t&&(e.headers.Authorization=`Bearer ${t}`),e}),e=>{Promise.reject(e)})),[t,o]),h.createElement(h.Fragment,null,A)};export{k as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZECOEQSN.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as f}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as f}from"./chunk-2LUQAJLR.js";import{a as u}from"./chunk-B4CBWPZP.js";import{a as s}from"./chunk-IEIZJV2B.js";import{j as i,x as T}from"./chunk-HNDDVE4V.js";import{a as o,j as c,m as e}from"./chunk-HBP5N4FR.js";e();T();function I(){let{pendingTransactionsArray:h}=f();function m(a){return c(this,null,function*(){let r=h.filter(([,n])=>{var t;return!((t=n==null?void 0:n.customTransactionInformation)!=null&&t.grouping)}).filter(([n,t])=>n!=null&&i(t.status));if(r.length>0)for(let[n,t]of r)yield u(o({sessionId:n,transactionBatch:t},a));a.shouldRefreshBalance&&(yield s())})}return m}export{I as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZJ5FT4N6.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as f}from"./chunk-Q2AWPGGC.js";import{a as w}from"./chunk-6ZGFYJ6T.js";import{a as c,c as A}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as f}from"./chunk-Q2AWPGGC.js";import{a as w}from"./chunk-6ZGFYJ6T.js";import{a as c,c as A}from"./chunk-5LRSQGSO.js";import{b as i,g as y}from"./chunk-MDZJ7LZR.js";import{a as o,b as l,e as k,m as s}from"./chunk-HBP5N4FR.js";import{createSlice as m}from"@reduxjs/toolkit";import u from"lodash.omit";import{REHYDRATE as C}from"redux-persist";var N,T,p,O,_,z,F,g=k(()=>{s();y();A();f();N={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},T={network:N},p=m({name:"appConfig",initialState:T,reducers:{initializeNetworkConfig:(e,t)=>{let r=w(t.payload.walletConnectV2RelayAddresses),n=u(t.payload,"walletConnectV2RelayAddresses");e.network=l(o(o({},e.network),n),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=o(o({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(c,t=>{t.network.customWalletAddress=void 0}),e.addCase(C,(t,r)=>{var a,d;if(!((d=(a=r.payload)==null?void 0:a.network)!=null&&d.customWalletAddress))return;let{network:{customWalletAddress:n}}=r.payload;t.network.customWalletAddress=n})}}),{initializeNetworkConfig:O,updateNetworkConfig:_,setCustomWalletAddress:z}=p.actions,F=p.reducer});export{N as a,p as b,O as c,_ as d,z as e,F as f,g};
|
|
2
|
+
//# sourceMappingURL=chunk-ZQ3KOAQI.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as c,b as x}from"./chunk-3DHA63I3.js";import{a as i}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as c,b as x}from"./chunk-3DHA63I3.js";import{a as i}from"./chunk-CAWNG7BJ.js";import{a as p}from"./chunk-K4JBCUFT.js";import{a as s,b as a,d as l,e as d,m as u}from"./chunk-HBP5N4FR.js";var t,A,n,h,k,L,B,C,I,R,q,y,D,f=d(()=>{u();i();x();t=o=>o.account,A=c(t,o=>o.address),n=c(t,A,(o,e)=>e in o.accounts?o.accounts[e]:p),h=c(t,n,(o,e)=>{let r=o,{accounts:m}=r,S=l(r,["accounts"]);return a(s({},S),{address:e.address,account:e})}),k=c(n,o=>o.balance),L=c(n,o=>{var e;return((e=o==null?void 0:o.nonce)==null?void 0:e.valueOf())||0}),B=c(t,o=>o.shard),C=c(t,o=>o.ledgerAccount),I=c(t,o=>o.walletConnectAccount),R=c(t,o=>o.isAccountLoading),q=c(t,o=>o.accountLoadingError),y=c(t,o=>o.websocketEvent),D=c(t,o=>o.websocketBatchEvent)});export{A as a,n as b,h as c,k as d,L as e,B as f,C as g,I as h,R as i,q as j,y as k,D as l,f as m};
|
|
2
|
+
//# sourceMappingURL=chunk-ZQZTQIU5.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as N}from"./chunk-4ELEWAI5.js";import{c as D,d as X}from"./chunk-EWLOYKUK.js";import{a as T}from"./chunk-TUGOIZ5N.js";import{a as c}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as N}from"./chunk-4ELEWAI5.js";import{c as D,d as X}from"./chunk-EWLOYKUK.js";import{a as T}from"./chunk-TUGOIZ5N.js";import{a as c}from"./chunk-XAMWEWOV.js";import{a as L}from"./chunk-TF4XTQGN.js";import{a as E}from"./chunk-ZXZXEDS2.js";import{y as P}from"./chunk-6VFMZUPW.js";import{a as x,b as u}from"./chunk-I5EGQWWK.js";import{a as f,b as _}from"./chunk-3HHAVSUJ.js";import{i as A,m as a}from"./chunk-HBP5N4FR.js";a();P();import t from"react";import B from"classnames";_();var g=({token:e,className:o="dapp-extension-login",children:p,callbackRoute:I,buttonClassName:r="dapp-default-login-button",nativeAuth:h,loginButtonText:m="MultiversX DeFi Wallet",onLoginRedirect:s,disabled:v,"data-testid":C="extensionLoginButton",globalStyles:n,styles:i})=>{let[O]=c({callbackRoute:I,token:e,onLoginRedirect:s,nativeAuth:h}),W=L(e),F=f()&&navigator.userAgent.indexOf("Firefox")!=-1,d={wrapper:B(n==null?void 0:n.btn,n==null?void 0:n.btnPrimary,n==null?void 0:n.px4,n==null?void 0:n.m1,n==null?void 0:n.mx3,i==null?void 0:i.noExtensionButtonWrapper,{[r]:r!=null},o),loginText:B(i==null?void 0:i.loginText,i==null?void 0:i.noExtensionButtonContent),wrapperClassName:o},w=()=>{O()};return T()?t.createElement(N,{onLogin:w,className:o,btnClassName:r,text:m,disabled:v||W,"data-testid":C},p):t.createElement("a",{rel:"noreferrer",href:F?x:u,target:"_blank",className:d.wrapper},p||t.createElement("span",{className:d.loginText},m))},$=E(g,{ssrStyles:()=>import("../UI/extension/ExtensionLoginButton/extensionLoginButton.styles.js"),clientStyles:()=>(X(),A(D)).default});export{$ as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZRQUG5X4.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as k}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as k}from"./chunk-2BQD7DUG.js";import{a as I}from"./chunk-PF4D7MUH.js";import{a as t}from"./chunk-NYHIJYSY.js";import{a as e}from"./chunk-4RJKPLCH.js";import{c as w,d as A}from"./chunk-QLKV2O3W.js";import{a as T}from"./chunk-MJFA7EQM.js";import{a as f}from"./chunk-ZXZXEDS2.js";import{a,b as v}from"./chunk-52HSUBIA.js";import{y as L}from"./chunk-6VFMZUPW.js";import{j as x}from"./chunk-OKLK5GYW.js";import{i as C,m as c}from"./chunk-HBP5N4FR.js";c();L();import d from"react";import o from"classnames";x();v();var N=({transaction:i,showLockedAccounts:h,globalStyles:n,styles:r})=>{var m,p;let u=i.transactionDetails.direction==="Out";return d.createElement("div",{className:o(n==null?void 0:n.dFlex,n==null?void 0:n.alignItemsCenter,r==null?void 0:r.transactionCell),"data-testid":"transactionSender"},h&&d.createElement(k,{address:i.sender,tokenId:(m=i.tokenIdentifier)!=null?m:""}),d.createElement(t,{initiator:i.sender}),u?d.createElement("div",{className:o(n==null?void 0:n.w100,r==null?void 0:r.transactionCellOverflow,r==null?void 0:r.transactionCellMargin)},d.createElement(e,{address:i.sender,assets:i.senderAssets})):a(i.sender)?d.createElement(T,{page:(p=i.links.senderLink)!=null?p:"","data-testid":"senderLink",className:o(n==null?void 0:n.w100,r==null?void 0:r.transactionCellOverflow,r==null?void 0:r.transactionCellMargin,r==null?void 0:r.transactionCellLink)},d.createElement(e,{address:i.sender,assets:i.senderAssets})):d.createElement(I,{shard:i.sender}))},Q=f(N,{ssrStyles:()=>import("../UI/TransactionsTable/components/transactionsTable.styles.js"),clientStyles:()=>(A(),C(w)).default});export{N as a,Q as b};
|
|
2
|
+
//# sourceMappingURL=chunk-ZSSC74AM.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{u as o,y as g}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{u as o,y as g}from"./chunk-6VFMZUPW.js";import{e as f,m as l}from"./chunk-HBP5N4FR.js";import a from"bignumber.js";var I,p=f(()=>{l();g();I=e=>{if(isNaN(e)||e==null||String(e).includes("Infinity"))return!1;let[r,t]=e.split("."),s=a.clone();if(t){let c=t.split("").every(u=>!isNaN(parseInt(u)));for(s.set({DECIMAL_PLACES:c?t.length:a.config().DECIMAL_PLACES});t.charAt(t.length-1)===o;)t=t.slice(0,-1)}let i=t?[r,t].join("."):r,n=s(i);return n.toString(10)===i&&n.isGreaterThanOrEqualTo(0)}});export{I as a,p as b};
|
|
2
|
+
//# sourceMappingURL=chunk-ZYEHKDLW.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var ZT=Object.create;var wt=Object.defineProperty,JT=Object.defineProperties,QT=Object.getOwnPropertyDescriptor,ex=Object.getOwnPropertyDescriptors,ox=Object.getOwnPropertyNames,fr=Object.getOwnPropertySymbols,nx=Object.getPrototypeOf,Ya=Object.prototype.hasOwnProperty,Sp=Object.prototype.propertyIsEnumerable;var xp=(e,o,n)=>o in e?wt(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Ya.call(o,n)&&xp(e,n,o[n]);if(fr)for(var n of fr(o))Sp.call(o,n)&&xp(e,n,o[n]);return e},A=(e,o)=>JT(e,ex(o));var qe=(e,o)=>{var n={};for(var r in e)Ya.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&fr)for(var r of fr(e))o.indexOf(r)<0&&Sp.call(e,r)&&(n[r]=e[r]);return n};var b=(e,o)=>()=>(e&&(o=e(e=0)),o);var I=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),H=(e,o)=>{for(var n in o)wt(e,n,{get:o[n],enumerable:!0})},yp=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of ox(o))!Ya.call(e,i)&&i!==n&&wt(e,i,{get:()=>o[i],enumerable:!(r=QT(o,i))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?ZT(nx(e)):{},yp(o||!e||!e.__esModule?wt(n,"default",{value:e,enumerable:!0}):n,e)),U=e=>yp(wt({},"__esModule",{value:!0}),e);var S=(e,o,n)=>new Promise((r,i)=>{var p=d=>{try{_(n.next(d))}catch(l){i(l)}},m=d=>{try{_(n.throw(d))}catch(l){i(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var wp=I(gr=>{"use strict";t();gr.byteLength=rx;gr.toByteArray=ix;gr.fromByteArray=px;var _o=[],ze=[],tx=typeof Uint8Array!="undefined"?Uint8Array:Array,Za="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(gn=0,vp=Za.length;gn<vp;++gn)_o[gn]=Za[gn],ze[Za.charCodeAt(gn)]=gn;var gn,vp;ze["-".charCodeAt(0)]=62;ze["_".charCodeAt(0)]=63;function bp(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function rx(e){var o=bp(e),n=o[0],r=o[1];return(n+r)*3/4-r}function ax(e,o,n){return(o+n)*3/4-n}function ix(e){var o,n=bp(e),r=n[0],i=n[1],p=new tx(ax(e,r,i)),m=0,_=i>0?r-4:r,d;for(d=0;d<_;d+=4)o=ze[e.charCodeAt(d)]<<18|ze[e.charCodeAt(d+1)]<<12|ze[e.charCodeAt(d+2)]<<6|ze[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return i===2&&(o=ze[e.charCodeAt(d)]<<2|ze[e.charCodeAt(d+1)]>>4,p[m++]=o&255),i===1&&(o=ze[e.charCodeAt(d)]<<10|ze[e.charCodeAt(d+1)]<<4|ze[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function cx(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function sx(e,o,n){for(var r,i=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),i.push(cx(r));return i.join("")}function px(e){for(var o,n=e.length,r=n%3,i=[],p=16383,m=0,_=n-r;m<_;m+=p)i.push(sx(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],i.push(_o[o>>2]+_o[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],i.push(_o[o>>10]+_o[o>>4&63]+_o[o<<2&63]+"=")),i.join("")}});var Ap=I(Ja=>{t();Ja.read=function(e,o,n,r,i){var p,m,_=i*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?i-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Ja.write=function(e,o,n,r,i,p){var m,_,d,l=p*8-i-1,u=(1<<l)-1,f=u>>1,h=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,x=r?1:-1,D=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,i),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,i),m=0));i>=8;e[n+v]=_&255,v+=x,_/=256,i-=8);for(m=m<<i|_,l+=i;l>0;e[n+v]=m&255,v+=x,m/=256,l-=8);e[n+v-x]|=D*128}});var Fp=I(Xn=>{"use strict";t();var Qa=wp(),Kn=Ap(),Ip=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Xn.Buffer=y;Xn.SlowBuffer=fx;Xn.INSPECT_MAX_BYTES=50;var hr=2147483647;Xn.kMaxLength=hr;y.TYPED_ARRAY_SUPPORT=mx();!y.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 mx(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(y.prototype,"parent",{enumerable:!0,get:function(){if(!!y.isBuffer(this))return this.buffer}});Object.defineProperty(y.prototype,"offset",{enumerable:!0,get:function(){if(!!y.isBuffer(this))return this.byteOffset}});function Do(e){if(e>hr)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,y.prototype),o}function y(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ti(e)}return Cp(e,o,n)}y.poolSize=8192;function Cp(e,o,n){if(typeof e=="string")return _x(e,o);if(ArrayBuffer.isView(e))return lx(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(lo(e,ArrayBuffer)||e&&lo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(lo(e,SharedArrayBuffer)||e&&lo(e.buffer,SharedArrayBuffer)))return oi(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return y.from(r,o,n);var i=ux(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return y.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}y.from=function(e,o,n){return Cp(e,o,n)};Object.setPrototypeOf(y.prototype,Uint8Array.prototype);Object.setPrototypeOf(y,Uint8Array);function Np(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 dx(e,o,n){return Np(e),e<=0?Do(e):o!==void 0?typeof n=="string"?Do(e).fill(o,n):Do(e).fill(o):Do(e)}y.alloc=function(e,o,n){return dx(e,o,n)};function ti(e){return Np(e),Do(e<0?0:ri(e)|0)}y.allocUnsafe=function(e){return ti(e)};y.allocUnsafeSlow=function(e){return ti(e)};function _x(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!y.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Lp(e,o)|0,r=Do(n),i=r.write(e,o);return i!==n&&(r=r.slice(0,i)),r}function ei(e){for(var o=e.length<0?0:ri(e.length)|0,n=Do(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function lx(e){if(lo(e,Uint8Array)){var o=new Uint8Array(e);return oi(o.buffer,o.byteOffset,o.byteLength)}return ei(e)}function oi(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,y.prototype),r}function ux(e){if(y.isBuffer(e)){var o=ri(e.length)|0,n=Do(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ai(e.length)?Do(0):ei(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ei(e.data)}function ri(e){if(e>=hr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+hr.toString(16)+" bytes");return e|0}function fx(e){return+e!=e&&(e=0),y.alloc(+e)}y.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==y.prototype};y.compare=function(o,n){if(lo(o,Uint8Array)&&(o=y.from(o,o.offset,o.byteLength)),lo(n,Uint8Array)&&(n=y.from(n,n.offset,n.byteLength)),!y.isBuffer(o)||!y.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,i=n.length,p=0,m=Math.min(r,i);p<m;++p)if(o[p]!==n[p]){r=o[p],i=n[p];break}return r<i?-1:i<r?1:0};y.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};y.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return y.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var i=y.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(lo(m,Uint8Array))p+m.length>i.length?y.from(m).copy(i,p):Uint8Array.prototype.set.call(i,m,p);else if(y.isBuffer(m))m.copy(i,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return i};function Lp(e,o){if(y.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||lo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var i=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ni(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Op(e).length;default:if(i)return r?-1:ni(e).length;o=(""+o).toLowerCase(),i=!0}}y.byteLength=Lp;function gx(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Ix(this,o,n);case"utf8":case"utf-8":return Ep(this,o,n);case"ascii":return wx(this,o,n);case"latin1":case"binary":return Ax(this,o,n);case"base64":return vx(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kx(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}y.prototype._isBuffer=!0;function hn(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}y.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)hn(this,n,n+1);return this};y.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)hn(this,n,n+3),hn(this,n+1,n+2);return this};y.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)hn(this,n,n+7),hn(this,n+1,n+6),hn(this,n+2,n+5),hn(this,n+3,n+4);return this};y.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ep(this,0,o):gx.apply(this,arguments)};y.prototype.toLocaleString=y.prototype.toString;y.prototype.equals=function(o){if(!y.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:y.compare(this,o)===0};y.prototype.inspect=function(){var o="",n=Xn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Ip&&(y.prototype[Ip]=y.prototype.inspect);y.prototype.compare=function(o,n,r,i,p){if(lo(o,Uint8Array)&&(o=y.from(o,o.offset,o.byteLength)),!y.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),i===void 0&&(i=0),p===void 0&&(p=this.length),n<0||r>o.length||i<0||p>this.length)throw new RangeError("out of range index");if(i>=p&&n>=r)return 0;if(i>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,i>>>=0,p>>>=0,this===o)return 0;for(var m=p-i,_=r-n,d=Math.min(m,_),l=this.slice(i,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Pp(e,o,n,r,i){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ai(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0)if(i)n=0;else return-1;if(typeof o=="string"&&(o=y.from(o,r)),y.isBuffer(o))return o.length===0?-1:kp(e,o,n,r,i);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):kp(e,[o],n,r,i);throw new TypeError("val must be string, number or Buffer")}function kp(e,o,n,r,i){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(v,x){return p===1?v[x]:v.readUInt16BE(x*p)}var l;if(i){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}y.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};y.prototype.indexOf=function(o,n,r){return Pp(this,o,n,r,!0)};y.prototype.lastIndexOf=function(o,n,r){return Pp(this,o,n,r,!1)};function hx(e,o,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ai(_))return m;e[n+m]=_}return m}function Tx(e,o,n,r){return Tr(ni(o,e.length-n),e,n,r)}function xx(e,o,n,r){return Tr(Nx(o),e,n,r)}function Sx(e,o,n,r){return Tr(Op(o),e,n,r)}function yx(e,o,n,r){return Tr(Lx(o,e.length-n),e,n,r)}y.prototype.write=function(o,n,r,i){if(n===void 0)i="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")i=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,i===void 0&&(i="utf8")):(i=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var m=!1;;)switch(i){case"hex":return hx(this,o,n,r);case"utf8":case"utf-8":return Tx(this,o,n,r);case"ascii":case"latin1":case"binary":return xx(this,o,n,r);case"base64":return Sx(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yx(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),m=!0}};y.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function vx(e,o,n){return o===0&&n===e.length?Qa.fromByteArray(e):Qa.fromByteArray(e.slice(o,n))}function Ep(e,o,n){n=Math.min(e.length,n);for(var r=[],i=o;i<n;){var p=e[i],m=null,_=p>239?4:p>223?3:p>191?2:1;if(i+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[i+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[i+1],l=e[i+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[i+1],l=e[i+2],u=e[i+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),i+=_}return bx(r)}var Dp=4096;function bx(e){var o=e.length;if(o<=Dp)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Dp));return n}function wx(e,o,n){var r="";n=Math.min(e.length,n);for(var i=o;i<n;++i)r+=String.fromCharCode(e[i]&127);return r}function Ax(e,o,n){var r="";n=Math.min(e.length,n);for(var i=o;i<n;++i)r+=String.fromCharCode(e[i]);return r}function Ix(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var i="",p=o;p<n;++p)i+=Px[e[p]];return i}function kx(e,o,n){for(var r=e.slice(o,n),i="",p=0;p<r.length-1;p+=2)i+=String.fromCharCode(r[p]+r[p+1]*256);return i}y.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var i=this.subarray(o,n);return Object.setPrototypeOf(i,y.prototype),i};function ge(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}y.prototype.readUintLE=y.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=this[o],p=1,m=0;++m<n&&(p*=256);)i+=this[o+m]*p;return i};y.prototype.readUintBE=y.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=this[o+--n],p=1;n>0&&(p*=256);)i+=this[o+--n]*p;return i};y.prototype.readUint8=y.prototype.readUInt8=function(o,n){return o=o>>>0,n||ge(o,1,this.length),this[o]};y.prototype.readUint16LE=y.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||ge(o,2,this.length),this[o]|this[o+1]<<8};y.prototype.readUint16BE=y.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||ge(o,2,this.length),this[o]<<8|this[o+1]};y.prototype.readUint32LE=y.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};y.prototype.readUint32BE=y.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};y.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=this[o],p=1,m=0;++m<n&&(p*=256);)i+=this[o+m]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};y.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=n,p=1,m=this[o+--i];i>0&&(p*=256);)m+=this[o+--i]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};y.prototype.readInt8=function(o,n){return o=o>>>0,n||ge(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};y.prototype.readInt16LE=function(o,n){o=o>>>0,n||ge(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};y.prototype.readInt16BE=function(o,n){o=o>>>0,n||ge(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};y.prototype.readInt32LE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};y.prototype.readInt32BE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};y.prototype.readFloatLE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),Kn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),Kn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||ge(o,8,this.length),Kn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||ge(o,8,this.length),Kn.read(this,o,!1,52,8)};function Pe(e,o,n,r,i,p){if(!y.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>i||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}y.prototype.writeUintLE=y.prototype.writeUIntLE=function(o,n,r,i){if(o=+o,n=n>>>0,r=r>>>0,!i){var p=Math.pow(2,8*r)-1;Pe(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};y.prototype.writeUintBE=y.prototype.writeUIntBE=function(o,n,r,i){if(o=+o,n=n>>>0,r=r>>>0,!i){var p=Math.pow(2,8*r)-1;Pe(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};y.prototype.writeUint8=y.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,1,255,0),this[n]=o&255,n+1};y.prototype.writeUint16LE=y.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};y.prototype.writeUint16BE=y.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};y.prototype.writeUint32LE=y.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};y.prototype.writeUint32BE=y.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};y.prototype.writeIntLE=function(o,n,r,i){if(o=+o,n=n>>>0,!i){var p=Math.pow(2,8*r-1);Pe(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};y.prototype.writeIntBE=function(o,n,r,i){if(o=+o,n=n>>>0,!i){var p=Math.pow(2,8*r-1);Pe(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};y.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};y.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};y.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};y.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};y.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Mp(e,o,n,r,i,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Wp(e,o,n,r,i){return o=+o,n=n>>>0,i||Mp(e,o,n,4,34028234663852886e22,-34028234663852886e22),Kn.write(e,o,n,r,23,4),n+4}y.prototype.writeFloatLE=function(o,n,r){return Wp(this,o,n,!0,r)};y.prototype.writeFloatBE=function(o,n,r){return Wp(this,o,n,!1,r)};function Rp(e,o,n,r,i){return o=+o,n=n>>>0,i||Mp(e,o,n,8,17976931348623157e292,-17976931348623157e292),Kn.write(e,o,n,r,52,8),n+8}y.prototype.writeDoubleLE=function(o,n,r){return Rp(this,o,n,!0,r)};y.prototype.writeDoubleBE=function(o,n,r){return Rp(this,o,n,!1,r)};y.prototype.copy=function(o,n,r,i){if(!y.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!i&&i!==0&&(i=this.length),n>=o.length&&(n=o.length),n||(n=0),i>0&&i<r&&(i=r),i===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),o.length-n<i-r&&(i=o.length-n+r);var p=i-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,i):Uint8Array.prototype.set.call(o,this.subarray(r,i),n),p};y.prototype.fill=function(o,n,r,i){if(typeof o=="string"){if(typeof n=="string"?(i=n,n=0,r=this.length):typeof r=="string"&&(i=r,r=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!y.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(o.length===1){var p=o.charCodeAt(0);(i==="utf8"&&p<128||i==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=y.isBuffer(o)?o:y.from(o,i),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var Dx=/[^+/0-9A-Za-z-_]/g;function Cx(e){if(e=e.split("=")[0],e=e.trim().replace(Dx,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ni(e,o){o=o||1/0;for(var n,r=e.length,i=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!i){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}i=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(o-=3)>-1&&p.push(239,191,189);if(i=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Nx(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Lx(e,o){for(var n,r,i,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,i=n%256,p.push(i),p.push(r);return p}function Op(e){return Qa.toByteArray(Cx(e))}function Tr(e,o,n,r){for(var i=0;i<r&&!(i+n>=o.length||i>=e.length);++i)o[i+n]=e[i];return i}function lo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ai(e){return e!==e}var Px=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,i=0;i<16;++i)o[r+i]=e[n]+e[i];return o}()});var Vp=I((bk,Hp)=>{t();var ce=Hp.exports={},uo,fo;function ii(){throw new Error("setTimeout has not been defined")}function ci(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=ii}catch(e){uo=ii}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=ci}catch(e){fo=ci}})();function Bp(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===ii||!uo)&&setTimeout)return uo=setTimeout,setTimeout(e,0);try{return uo(e,0)}catch(o){try{return uo.call(null,e,0)}catch(n){return uo.call(this,e,0)}}}function Ex(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===ci||!fo)&&clearTimeout)return fo=clearTimeout,clearTimeout(e);try{return fo(e)}catch(o){try{return fo.call(null,e)}catch(n){return fo.call(this,e)}}}var Co=[],Yn=!1,Tn,xr=-1;function Mx(){!Yn||!Tn||(Yn=!1,Tn.length?Co=Tn.concat(Co):xr=-1,Co.length&&Up())}function Up(){if(!Yn){var e=Bp(Mx);Yn=!0;for(var o=Co.length;o;){for(Tn=Co,Co=[];++xr<o;)Tn&&Tn[xr].run();xr=-1,o=Co.length}Tn=null,Yn=!1,Ex(e)}}ce.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Co.push(new Gp(e,o)),Co.length===1&&!Yn&&Bp(Up)};function Gp(e,o){this.fun=e,this.array=o}Gp.prototype.run=function(){this.fun.apply(null,this.array)};ce.title="browser";ce.browser=!0;ce.env={};ce.argv=[];ce.version="";ce.versions={};function No(){}ce.on=No;ce.addListener=No;ce.once=No;ce.off=No;ce.removeListener=No;ce.removeAllListeners=No;ce.emit=No;ce.prependListener=No;ce.prependOnceListener=No;ce.listeners=function(e){return[]};ce.binding=function(e){throw new Error("process.binding is not supported")};ce.cwd=function(){return"/"};ce.chdir=function(e){throw new Error("process.chdir is not supported")};ce.umask=function(){return 0}});var a,s,Wx,c,t=b(()=>{a=T(Fp()),s=T(Vp()),Wx=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),c=Wx});var si=b(()=>{"use strict";t()});var $p,Lo,qp,pi,zp,jp,At,go=b(()=>{"use strict";t();$p="error when signing",Lo="Transaction canceled",qp="error signing transaction",pi="provider not initialized",zp="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",jp="Undefined transaction status",At="You cannot sign transactions from a different account"});var Kp=b(()=>{"use strict";t()});var mi,Xp=b(()=>{"use strict";t();mi=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(mi||{})});var di,_i,li,ui,It,fi,gi=b(()=>{"use strict";t();di="1.0.8",_i="1.0.11",li="1.0.15",ui="1.0.17",It="1.0.22",fi="1.0.23"});var hi,Ti=b(()=>{"use strict";t();hi={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Yp=b(()=>{"use strict";t()});var xi,Si=b(()=>{"use strict";t();xi=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(xi||{})});var Zp=b(()=>{"use strict";t()});var Jp=b(()=>{"use strict";t()});var Ie,Zn,Xo=b(()=>{"use strict";t();Ie=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Zn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Qp,Wk,em,Rk,Y=b(()=>{"use strict";t();Xo();Qp=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Qp||{}),Wk=g(g({},Zn.WindowProviderRequestEnums),Qp),em=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(em||{}),Rk=g(g({},Zn.WindowProviderResponseEnums),em)});var om=b(()=>{"use strict";t()});var nm=b(()=>{"use strict";t()});var Po,Ee=b(()=>{"use strict";t();Po=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(Po||{})});var tm=b(()=>{"use strict";t()});var rm=b(()=>{"use strict";t()});var am=b(()=>{"use strict";t()});var J=b(()=>{"use strict";t();Si();Zp();Jp();Y();om();nm();Ee();tm();rm();am()});var xn,im,Qk,cm,eD,sm,oD,nD,pm,kt,Sn=b(()=>{"use strict";t();J();xn={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:im,egldLabel:Qk}=xn["devnet"],{chainId:cm,egldLabel:eD}=xn["testnet"],{chainId:sm,egldLabel:oD}=xn["mainnet"],nD={["devnet"]:im,["testnet"]:cm,["mainnet"]:sm},pm={[im]:"devnet",[cm]:"testnet",[sm]:"mainnet"},kt=0});var mm,Dt=b(()=>{"use strict";t();mm="cancel-transaction-toast"});var ho,dm=b(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var Te,yn=b(()=>{"use strict";t();Te=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var _m,lm,yi,sD,pD,vi=b(()=>{"use strict";t();yn();yi=String((lm=(_m=Te.safeWindow)==null?void 0:_m.navigator)==null?void 0:lm.userAgent),sD=/^((?!chrome|android).)*safari/i.test(yi),pD=/firefox/i.test(yi)&&/windows/i.test(yi)});var bi,Sr,Ct,wi,Nt,je,vn,um,fm,gm,To,yr,hm,vr,Tm,xm,Sm,Ke,ym,vm,R=b(()=>{"use strict";t();si();go();Kp();Xp();gi();Ti();Yp();Sn();Dt();dm();vi();bi=.01,Sr=1500,Ct=5e4,wi=5e4,Nt=1e9,je=18,vn=4,um=1,fm=1,gm="/dapp/init",To="signSession",yr="sdk-dapp-version",hm="4.3.3",vr="logout",Tm="login",xm="cancelSignTx",Sm="N/A",Ke="0",ym="...",vm="EGLD-000000"});var Lt,br=b(()=>{"use strict";t();Lt=()=>Date.now()/1e3});var bm=b(()=>{"use strict";t()});var wm=b(()=>{"use strict";t()});var Ai=b(()=>{"use strict";t();br();bm();wm()});var Ii={};H(Ii,{clear:()=>Bx,getItem:()=>Ox,localStorageKeys:()=>Xe,removeItem:()=>Fx,setItem:()=>Rx});var Xe,wr,Rx,Ox,Fx,Bx,bn=b(()=>{"use strict";t();Ai();Xe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},wr=typeof localStorage!="undefined",Rx=({key:e,data:o,expires:n})=>{!wr||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Ox=e=>{if(!wr)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Lt()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Fx=e=>{!wr||localStorage.removeItem(String(e))},Bx=()=>{!wr||localStorage.clear()}});var ki={};H(ki,{clear:()=>Dm,getItem:()=>Im,removeItem:()=>km,sessionStorageKeys:()=>Ux,setItem:()=>Am,storage:()=>Gx});var Ux,Am,Im,km,Dm,Gx,Cm=b(()=>{"use strict";t();Ux={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Am=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Im=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},km=e=>sessionStorage.removeItem(String(e)),Dm=()=>sessionStorage.clear(),Gx={setItem:Am,getItem:Im,removeItem:km,clear:Dm}});var oo,wn=b(()=>{"use strict";t();bn();Cm();oo={session:ki,local:Ii}});var Di,ee,Me,ae=b(()=>{"use strict";t();Di=require("@reduxjs/toolkit");R();ee=(0,Di.createAction)(vr),Me=(0,Di.createAction)(Tm,e=>({payload:e}))});var Ni,Nm,Lm,Ye,Ci,Pm,no,Yo,Li,UD,Hx,Vx,GD,HD,VD,$x,qx,Ar,Ir=b(()=>{"use strict";t();Ni=require("@multiversx/sdk-core"),Nm=require("@reduxjs/toolkit"),Lm=require("redux-persist");R();wn();bn();ae();Ye={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ke},Ci={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ye},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Pm=(0,Nm.createSlice)({name:"accountInfoSlice",initialState:Ci,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ni.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ye},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(ee,()=>(oo.local.removeItem(Xe.loginExpiresAt),Ci)),e.addCase(Me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ni.Address(r).toHex()}),e.addCase(Lm.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:i,shard:p,accounts:m,publicKey:_}=r;o.address=i,o.shard=p;let d=m&&i in m;o.accounts=d?m:Ci.accounts,o.publicKey=_})}}),{setAccount:no,setAddress:Yo,setAccountNonce:Li,setAccountShard:UD,setLedgerAccount:Hx,updateLedgerAccount:Vx,setWalletConnectAccount:GD,setIsAccountLoading:HD,setAccountLoadingError:VD,setWebsocketEvent:$x,setWebsocketBatchEvent:qx}=Pm.actions,Ar=Pm.reducer});function Pt(){return new Date().setHours(new Date().getHours()+24)}function Et(e){oo.local.setItem({key:Xe.loginExpiresAt,data:e,expires:e})}var Pi=b(()=>{"use strict";t();wn();bn()});var Mm,Em,Wm,QD,zx,jx,Ei,eC,Kx,Rm,oC,nC,tC,kr,Dr=b(()=>{"use strict";t();Mm=require("@reduxjs/toolkit");Pi();Y();ae();Em={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Wm=(0,Mm.createSlice)({name:"loginInfoSlice",initialState:Em,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(ee,()=>Em),e.addCase(Me,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Et(Pt())})}}),{setLoginMethod:QD,setWalletConnectLogin:zx,setLedgerLogin:jx,setTokenLogin:Ei,setTokenLoginSignature:eC,setWalletLogin:Kx,invalidateLoginSession:Rm,setLogoutRoute:oC,setIsWalletConnectV2Initialized:nC,setWebviewLogin:tC}=Wm.actions,kr=Wm.reducer});var Fm,Om,Bm,cC,Xx,sC,Yx,Cr,Nr=b(()=>{"use strict";t();Fm=require("@reduxjs/toolkit");ae();Om={},Bm=(0,Fm.createSlice)({name:"modalsSlice",initialState:Om,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(ee,()=>Om)}}),{setTxSubmittedModal:cC,setNotificationModal:Xx,clearTxSubmittedModal:sC,clearNotificationModal:Yx}=Bm.actions,Cr=Bm.reducer});var to,An=b(()=>{"use strict";t();to=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var q,xe=b(()=>{"use strict";t();An();q=()=>{if(!to())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:i,search:p}}=window;return{pathname:o,hash:n,origin:r,href:i,search:p}}});var Jn,Um=b(()=>{"use strict";t();xe();Jn=(e="")=>{let o=q(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Eo,Gm=b(()=>{"use strict";t();Se();Eo=()=>{let{pathname:e,search:o,hash:n}=q();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`}});var Hm,Vm=b(()=>{"use strict";t();yn();Hm=e=>{if(!Te.safeWindow.location)return;if(!new URL(Te.safeWindow.location.href).protocol.startsWith("http"))return Te.safeWindow.location.reload();Te.safeWindow.location.assign(e)}});var Se=b(()=>{"use strict";t();Um();Gm();xe();Vm()});var $m,qm,Mt,Wt=b(()=>{"use strict";t();Se();$m=!1,qm=(e=!0)=>{$m=e},Mt=({timeout:e=0,url:o})=>{$m||setTimeout(()=>{if(!!window)return Hm(o)},e)}});var zm=b(()=>{"use strict";t();Wt()});function jm(e){return e[Math.floor(Math.random()*e.length)]}var Km=b(()=>{"use strict";t()});function Mi(e){let o=null;if((e==null?void 0:e.statusCode)in hi){let n=e==null?void 0:e.statusCode,{message:r}=hi[n];o=Qx.includes(n)?Xm:r}return{errorMessage:o,defaultErrorMessage:Xm}}var Xm,Zx,Jx,Qx,Wi=b(()=>{"use strict";t();Ti();Xm="Check if the MultiversX app is open on Ledger",Zx=28161,Jx=28160,Qx=[Zx,Jx]});var Mo=b(()=>{"use strict";t();zm();Km();Wi()});var Ym,Zm,Jm,Ri,oS,Qm,BC,UC,ed,Lr,Pr=b(()=>{"use strict";t();Ym=require("@reduxjs/toolkit"),Zm=T(require("lodash.omit")),Jm=require("redux-persist");Dt();ae();Mo();Ri={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},oS={network:Ri},Qm=(0,Ym.createSlice)({name:"appConfig",initialState:oS,reducers:{initializeNetworkConfig:(e,o)=>{let n=jm(o.payload.walletConnectV2RelayAddresses),r=(0,Zm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=A(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(ee,o=>{o.network.customWalletAddress=void 0}),e.addCase(Jm.REHYDRATE,(o,n)=>{var i,p;if(!((p=(i=n.payload)==null?void 0:i.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:BC,updateNetworkConfig:UC,setCustomWalletAddress:ed}=Qm.actions,Lr=Qm.reducer});var od,Oi,nd,zC,jC,KC,Er,Mr=b(()=>{"use strict";t();od=require("@reduxjs/toolkit");J();ae();Oi={isSigning:!1,signedSessions:{}},nd=(0,od.createSlice)({name:"signedMessageInfoSliceState",initialState:Oi,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:i}=o.payload;i&&(e.errorMessage=i),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>Oi},extraReducers:e=>{e.addCase(ee,()=>Oi)}}),{setSignSession:zC,clearSignedMessageInfo:jC,setSignSessionState:KC}=nd.actions,Er=nd.reducer});var rd,ad,td,id,Fi,nS,oN,tS,Wr,Rr=b(()=>{"use strict";t();rd=require("@reduxjs/toolkit"),ad=require("redux-persist");J();br();ae();td={customToasts:[],transactionToasts:[]},id=(0,rd.createSlice)({name:"toastsSlice",initialState:td,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(i=>i.toastId===n);if(r!==-1){e.customToasts[r]=A(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(A(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Lt(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(ee,()=>td),e.addCase(ad.REHYDRATE,(o,n)=>{var i,p;let r=(p=(i=n.customToasts)==null?void 0:i.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Fi,removeCustomToast:nS,addTransactionToast:oN,removeTransactionToast:tS}=id.actions,Wr=id.reducer});var cd,Ui,Gi,Hi,rS,Bi,sd,aN,aS,Qn,Or,Fr=b(()=>{"use strict";t();cd=require("@reduxjs/toolkit");ae();Ui="Transaction failed",Gi="Transaction successful",Hi="Processing transaction",rS="Transaction submitted",Bi={},sd=(0,cd.createSlice)({name:"transactionsInfo",initialState:Bi,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Ui,successMessage:(r==null?void 0:r.successMessage)||Gi,processingMessage:(r==null?void 0:r.processingMessage)||Hi,submittedMessage:(r==null?void 0:r.submittedMessage)||rS,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Bi},extraReducers:e=>{e.addCase(ee,()=>Bi)}}),{clearTransactionsInfo:aN,setTransactionsDisplayInfo:aS,clearTransactionsInfoForSessionId:Qn}=sd.actions,Or=sd.reducer});function ot(e){return e!=null&&(fS(e)||SS(e))}function nt(e){return e!=null&&(gS(e)||yS(e))}function tt(e){return e!=null&&(hS(e)||vS(e))}function pd(e){return e!=null&&(TS(e)||bS(e))}function Vi(e){return e!=null&&xS(e)}function fS(e){return e!=null&&iS.includes(e)}function gS(e){return e!=null&&cS.includes(e)}function hS(e){return e!=null&&sS.includes(e)}function TS(e){return e!=null&&pS.includes(e)}function xS(e){return e!=null&&mS.includes(e)}function SS(e){return e!=null&&dS.includes(e)}function yS(e){return e!=null&&_S.includes(e)}function vS(e){return e!=null&&lS.includes(e)}function bS(e){return e!=null&&uS.includes(e)}var iS,cS,sS,pS,mS,dS,_S,lS,uS,rt=b(()=>{"use strict";t();Y();iS=["sent"],cS=["success"],sS=["fail","cancelled","timedOut"],pS=["invalid"],mS=["timedOut"],dS=["pending"],_S=["success"],lS=["fail","invalid"],uS=["not executed"]});var md,dd,Rt,wS,_d,ld,ud,AS,Jo,IS,kS,uN,fd,Wo,xo,fN,Br,Ur=b(()=>{"use strict";t();md=require("@reduxjs/toolkit"),dd=require("redux-persist");Y();rt();ae();Rt={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},wS={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},_d=(0,md.createSlice)({name:"transactionsSlice",initialState:Rt,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:i,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},wS),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:i,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=Rt.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:i,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,i!=null&&(e.signedTransactions[n].errorMessage=i),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,v,x,D,w;let{sessionId:n,status:r,errorMessage:i,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(P=>P.hash===p?A(g(g({},m!=null?m:{}),P),{status:r,errorMessage:i,inTransit:_}):P);let L=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(P=>nt(P.status)),E=(x=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:x.some(P=>tt(P.status)),W=(w=(D=e.signedTransactions[n])==null?void 0:D.transactions)==null?void 0:w.every(P=>pd(P.status));L&&(e.signedTransactions[n].status="success"),E&&(e.signedTransactions[n].status="fail"),W&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Rt.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Rt.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(ee,()=>Rt),e.addCase(dd.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:i}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});i!=null&&(o.customTransactionInformationForSessionId=i),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:ld,updateSignedTransactions:ud,setTransactionsToSign:AS,clearAllTransactionsToSign:Jo,clearAllSignedTransactions:IS,clearSignedTransaction:kS,clearTransactionToSign:uN,setSignTransactionsError:fd,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:fN}=_d.actions,Br=_d.reducer});var gd,$i,hd,xN,SN,DS,yN,Gr,Hr=b(()=>{"use strict";t();gd=require("@reduxjs/toolkit");ae();$i={},hd=(0,gd.createSlice)({name:"batchTransactionsSlice",initialState:$i,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>$i},extraReducers:e=>{e.addCase(ee,()=>$i)}}),{setBatchTransactions:xN,updateBatchTransactions:SN,clearBatchTransactions:DS,clearAllBatchTransactions:yN}=hd.actions,Gr=hd.reducer});var xd,Td,Sd,AN,yd,qi=b(()=>{"use strict";t();xd=require("@reduxjs/toolkit");ae();Td={},Sd=(0,xd.createSlice)({name:"dappConfigSlice",initialState:Td,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(ee,()=>Td)}}),{setDappConfig:AN}=Sd.actions,yd=Sd.reducer});var V=b(()=>{"use strict";t();Ir();Dr();Nr();Pr();Mr();Rr();Fr();Ur();Hr();qi()});var zi=b(()=>{"use strict";t()});var wd,PS,ES,In,qr=b(()=>{"use strict";t();wd=require("@reduxjs/toolkit");zi();Ir();Hr();qi();Dr();Nr();Pr();Mr();Rr();Fr();Ur();PS={["account"]:Ar,["dappConfig"]:yd,["loginInfo"]:kr,["modals"]:Cr,["networkConfig"]:Lr,["signedMessageInfo"]:Er,["toasts"]:Wr,["transactionsInfo"]:Or,["transactions"]:Br,["batchTransactions"]:Gr},ES=(e={})=>(0,wd.combineReducers)(g(g({},PS),e)),In=ES});var Dd={};H(Dd,{default:()=>XS,sessionStorageReducers:()=>ji});function Ro(e,o=[]){return{key:e,version:1,storage:Id.default,blacklist:o}}var We,Ad,Id,MS,Ot,WS,RS,OS,FS,BS,US,GS,HS,VS,$S,kd,qS,ji,zS,jS,KS,XS,Cd=b(()=>{"use strict";t();We=require("redux-persist"),Ad=T(require("redux-persist/lib/storage")),Id=T(require("redux-persist/lib/storage/session"));qr();V();Ir();Hr();Dr();Nr();Pr();Mr();Rr();Fr();Ur();zi();MS={persistReducersStorageType:"localStorage"},Ot={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},WS=Ro(Ot["account"]),RS=Ro(Ot["loginInfo"]),OS=Ro(Ot["modals"]),FS=Ro(Ot["networkConfig"]),BS={2:e=>A(g({},e),{networkConfig:Ri})};US=Ro("sdk-dapp-transactionsInfo"),GS=Ro("sdk-dapp-transactions",["transactionsToSign"]),HS=Ro("sdk-dapp-batchTransactions",["batchTransactions"]),VS=Ro("sdk-dapp-toasts"),$S=Ro("sdk-dapp-signedMessageInfo"),kd={key:"sdk-dapp-store",version:2,storage:Ad.default,whitelist:Object.keys(Ot),migrate:(0,We.createMigrate)(BS,{debug:!1})},qS=A(g({},kd),{whitelist:[]}),ji={["toasts"]:(0,We.persistReducer)(VS,Wr),["transactions"]:(0,We.persistReducer)(GS,Br),["transactionsInfo"]:(0,We.persistReducer)(US,Or),["batchTransactions"]:(0,We.persistReducer)(HS,Gr),["signedMessageInfo"]:(0,We.persistReducer)($S,Er)},zS=A(g({},ji),{["account"]:(0,We.persistReducer)(WS,Ar),["loginInfo"]:(0,We.persistReducer)(RS,kr),["modals"]:(0,We.persistReducer)(OS,Cr),["networkConfig"]:(0,We.persistReducer)(FS,Lr)}),jS=MS.persistReducersStorageType==="localStorage",KS=jS?(0,We.persistReducer)(kd,In(ji)):(0,We.persistReducer)(qS,In(zS)),XS=KS});var Nd={};H(Nd,{default:()=>YS});var YS,Ld=b(()=>{"use strict";t();qr();YS=In()});var Pd={};H(Pd,{default:()=>JS});var Ze,ZS,JS,Ed=b(()=>{"use strict";t();Ze=require("redux-persist"),ZS=[Ze.FLUSH,Ze.REHYDRATE,Ze.PAUSE,Ze.PERSIST,Ze.PURGE,Ze.REGISTER],JS=ZS});var Rd={};H(Rd,{default:()=>Wd});function Wd(e){return(0,Md.persistStore)(e)}var Md,Od=b(()=>{"use strict";t();Md=require("redux-persist")});var Al=I((WB,wl)=>{t();var xv=typeof c=="object"&&c&&c.Object===Object&&c;wl.exports=xv});var Kt=I((RB,Il)=>{t();var Sv=Al(),yv=typeof self=="object"&&self&&self.Object===Object&&self,vv=Sv||yv||Function("return this")();Il.exports=vv});var xa=I((OB,kl)=>{t();var bv=Kt(),wv=bv.Symbol;kl.exports=wv});var Ll=I((FB,Nl)=>{t();var Dl=xa(),Cl=Object.prototype,Av=Cl.hasOwnProperty,Iv=Cl.toString,Xt=Dl?Dl.toStringTag:void 0;function kv(e){var o=Av.call(e,Xt),n=e[Xt];try{e[Xt]=void 0;var r=!0}catch(p){}var i=Iv.call(e);return r&&(o?e[Xt]=n:delete e[Xt]),i}Nl.exports=kv});var El=I((BB,Pl)=>{t();var Dv=Object.prototype,Cv=Dv.toString;function Nv(e){return Cv.call(e)}Pl.exports=Nv});var Sa=I((UB,Rl)=>{t();var Ml=xa(),Lv=Ll(),Pv=El(),Ev="[object Null]",Mv="[object Undefined]",Wl=Ml?Ml.toStringTag:void 0;function Wv(e){return e==null?e===void 0?Mv:Ev:Wl&&Wl in Object(e)?Lv(e):Pv(e)}Rl.exports=Wv});var Dc=I((GB,Ol)=>{t();var Rv=Array.isArray;Ol.exports=Rv});var Cc=I((HB,Fl)=>{t();function Ov(e){return e!=null&&typeof e=="object"}Fl.exports=Ov});var Ul=I((VB,Bl)=>{t();var Fv=Sa(),Bv=Dc(),Uv=Cc(),Gv="[object String]";function Hv(e){return typeof e=="string"||!Bv(e)&&Uv(e)&&Fv(e)==Gv}Bl.exports=Hv});var Pc={};H(Pc,{css:()=>jl,default:()=>Yv});var jl,Yv,Ec=b(()=>{"use strict";t();jl=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var ZT=Object.create;var wt=Object.defineProperty,JT=Object.defineProperties,QT=Object.getOwnPropertyDescriptor,ex=Object.getOwnPropertyDescriptors,ox=Object.getOwnPropertyNames,fr=Object.getOwnPropertySymbols,nx=Object.getPrototypeOf,Ya=Object.prototype.hasOwnProperty,Sp=Object.prototype.propertyIsEnumerable;var xp=(e,o,n)=>o in e?wt(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Ya.call(o,n)&&xp(e,n,o[n]);if(fr)for(var n of fr(o))Sp.call(o,n)&&xp(e,n,o[n]);return e},A=(e,o)=>JT(e,ex(o));var qe=(e,o)=>{var n={};for(var r in e)Ya.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&fr)for(var r of fr(e))o.indexOf(r)<0&&Sp.call(e,r)&&(n[r]=e[r]);return n};var b=(e,o)=>()=>(e&&(o=e(e=0)),o);var I=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),H=(e,o)=>{for(var n in o)wt(e,n,{get:o[n],enumerable:!0})},yp=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of ox(o))!Ya.call(e,i)&&i!==n&&wt(e,i,{get:()=>o[i],enumerable:!(r=QT(o,i))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?ZT(nx(e)):{},yp(o||!e||!e.__esModule?wt(n,"default",{value:e,enumerable:!0}):n,e)),U=e=>yp(wt({},"__esModule",{value:!0}),e);var S=(e,o,n)=>new Promise((r,i)=>{var p=d=>{try{_(n.next(d))}catch(l){i(l)}},m=d=>{try{_(n.throw(d))}catch(l){i(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var wp=I(gr=>{"use strict";t();gr.byteLength=rx;gr.toByteArray=ix;gr.fromByteArray=px;var _o=[],ze=[],tx=typeof Uint8Array!="undefined"?Uint8Array:Array,Za="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(gn=0,vp=Za.length;gn<vp;++gn)_o[gn]=Za[gn],ze[Za.charCodeAt(gn)]=gn;var gn,vp;ze["-".charCodeAt(0)]=62;ze["_".charCodeAt(0)]=63;function bp(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function rx(e){var o=bp(e),n=o[0],r=o[1];return(n+r)*3/4-r}function ax(e,o,n){return(o+n)*3/4-n}function ix(e){var o,n=bp(e),r=n[0],i=n[1],p=new tx(ax(e,r,i)),m=0,_=i>0?r-4:r,d;for(d=0;d<_;d+=4)o=ze[e.charCodeAt(d)]<<18|ze[e.charCodeAt(d+1)]<<12|ze[e.charCodeAt(d+2)]<<6|ze[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return i===2&&(o=ze[e.charCodeAt(d)]<<2|ze[e.charCodeAt(d+1)]>>4,p[m++]=o&255),i===1&&(o=ze[e.charCodeAt(d)]<<10|ze[e.charCodeAt(d+1)]<<4|ze[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function cx(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function sx(e,o,n){for(var r,i=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),i.push(cx(r));return i.join("")}function px(e){for(var o,n=e.length,r=n%3,i=[],p=16383,m=0,_=n-r;m<_;m+=p)i.push(sx(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],i.push(_o[o>>2]+_o[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],i.push(_o[o>>10]+_o[o>>4&63]+_o[o<<2&63]+"=")),i.join("")}});var Ap=I(Ja=>{t();Ja.read=function(e,o,n,r,i){var p,m,_=i*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?i-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Ja.write=function(e,o,n,r,i,p){var m,_,d,l=p*8-i-1,u=(1<<l)-1,f=u>>1,h=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,x=r?1:-1,D=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,i),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,i),m=0));i>=8;e[n+v]=_&255,v+=x,_/=256,i-=8);for(m=m<<i|_,l+=i;l>0;e[n+v]=m&255,v+=x,m/=256,l-=8);e[n+v-x]|=D*128}});var Fp=I(Xn=>{"use strict";t();var Qa=wp(),Kn=Ap(),Ip=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Xn.Buffer=y;Xn.SlowBuffer=fx;Xn.INSPECT_MAX_BYTES=50;var hr=2147483647;Xn.kMaxLength=hr;y.TYPED_ARRAY_SUPPORT=mx();!y.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 mx(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(y.prototype,"parent",{enumerable:!0,get:function(){if(!!y.isBuffer(this))return this.buffer}});Object.defineProperty(y.prototype,"offset",{enumerable:!0,get:function(){if(!!y.isBuffer(this))return this.byteOffset}});function Do(e){if(e>hr)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,y.prototype),o}function y(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ti(e)}return Cp(e,o,n)}y.poolSize=8192;function Cp(e,o,n){if(typeof e=="string")return _x(e,o);if(ArrayBuffer.isView(e))return lx(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(lo(e,ArrayBuffer)||e&&lo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(lo(e,SharedArrayBuffer)||e&&lo(e.buffer,SharedArrayBuffer)))return oi(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return y.from(r,o,n);var i=ux(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return y.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}y.from=function(e,o,n){return Cp(e,o,n)};Object.setPrototypeOf(y.prototype,Uint8Array.prototype);Object.setPrototypeOf(y,Uint8Array);function Np(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 dx(e,o,n){return Np(e),e<=0?Do(e):o!==void 0?typeof n=="string"?Do(e).fill(o,n):Do(e).fill(o):Do(e)}y.alloc=function(e,o,n){return dx(e,o,n)};function ti(e){return Np(e),Do(e<0?0:ri(e)|0)}y.allocUnsafe=function(e){return ti(e)};y.allocUnsafeSlow=function(e){return ti(e)};function _x(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!y.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Lp(e,o)|0,r=Do(n),i=r.write(e,o);return i!==n&&(r=r.slice(0,i)),r}function ei(e){for(var o=e.length<0?0:ri(e.length)|0,n=Do(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function lx(e){if(lo(e,Uint8Array)){var o=new Uint8Array(e);return oi(o.buffer,o.byteOffset,o.byteLength)}return ei(e)}function oi(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,y.prototype),r}function ux(e){if(y.isBuffer(e)){var o=ri(e.length)|0,n=Do(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ai(e.length)?Do(0):ei(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ei(e.data)}function ri(e){if(e>=hr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+hr.toString(16)+" bytes");return e|0}function fx(e){return+e!=e&&(e=0),y.alloc(+e)}y.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==y.prototype};y.compare=function(o,n){if(lo(o,Uint8Array)&&(o=y.from(o,o.offset,o.byteLength)),lo(n,Uint8Array)&&(n=y.from(n,n.offset,n.byteLength)),!y.isBuffer(o)||!y.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,i=n.length,p=0,m=Math.min(r,i);p<m;++p)if(o[p]!==n[p]){r=o[p],i=n[p];break}return r<i?-1:i<r?1:0};y.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};y.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return y.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var i=y.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(lo(m,Uint8Array))p+m.length>i.length?y.from(m).copy(i,p):Uint8Array.prototype.set.call(i,m,p);else if(y.isBuffer(m))m.copy(i,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return i};function Lp(e,o){if(y.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||lo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var i=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ni(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Op(e).length;default:if(i)return r?-1:ni(e).length;o=(""+o).toLowerCase(),i=!0}}y.byteLength=Lp;function gx(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Ix(this,o,n);case"utf8":case"utf-8":return Ep(this,o,n);case"ascii":return wx(this,o,n);case"latin1":case"binary":return Ax(this,o,n);case"base64":return vx(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kx(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}y.prototype._isBuffer=!0;function hn(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}y.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)hn(this,n,n+1);return this};y.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)hn(this,n,n+3),hn(this,n+1,n+2);return this};y.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)hn(this,n,n+7),hn(this,n+1,n+6),hn(this,n+2,n+5),hn(this,n+3,n+4);return this};y.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ep(this,0,o):gx.apply(this,arguments)};y.prototype.toLocaleString=y.prototype.toString;y.prototype.equals=function(o){if(!y.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:y.compare(this,o)===0};y.prototype.inspect=function(){var o="",n=Xn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Ip&&(y.prototype[Ip]=y.prototype.inspect);y.prototype.compare=function(o,n,r,i,p){if(lo(o,Uint8Array)&&(o=y.from(o,o.offset,o.byteLength)),!y.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),i===void 0&&(i=0),p===void 0&&(p=this.length),n<0||r>o.length||i<0||p>this.length)throw new RangeError("out of range index");if(i>=p&&n>=r)return 0;if(i>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,i>>>=0,p>>>=0,this===o)return 0;for(var m=p-i,_=r-n,d=Math.min(m,_),l=this.slice(i,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Pp(e,o,n,r,i){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ai(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0)if(i)n=0;else return-1;if(typeof o=="string"&&(o=y.from(o,r)),y.isBuffer(o))return o.length===0?-1:kp(e,o,n,r,i);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):kp(e,[o],n,r,i);throw new TypeError("val must be string, number or Buffer")}function kp(e,o,n,r,i){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(v,x){return p===1?v[x]:v.readUInt16BE(x*p)}var l;if(i){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}y.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};y.prototype.indexOf=function(o,n,r){return Pp(this,o,n,r,!0)};y.prototype.lastIndexOf=function(o,n,r){return Pp(this,o,n,r,!1)};function hx(e,o,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ai(_))return m;e[n+m]=_}return m}function Tx(e,o,n,r){return Tr(ni(o,e.length-n),e,n,r)}function xx(e,o,n,r){return Tr(Nx(o),e,n,r)}function Sx(e,o,n,r){return Tr(Op(o),e,n,r)}function yx(e,o,n,r){return Tr(Lx(o,e.length-n),e,n,r)}y.prototype.write=function(o,n,r,i){if(n===void 0)i="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")i=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,i===void 0&&(i="utf8")):(i=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var m=!1;;)switch(i){case"hex":return hx(this,o,n,r);case"utf8":case"utf-8":return Tx(this,o,n,r);case"ascii":case"latin1":case"binary":return xx(this,o,n,r);case"base64":return Sx(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yx(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),m=!0}};y.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function vx(e,o,n){return o===0&&n===e.length?Qa.fromByteArray(e):Qa.fromByteArray(e.slice(o,n))}function Ep(e,o,n){n=Math.min(e.length,n);for(var r=[],i=o;i<n;){var p=e[i],m=null,_=p>239?4:p>223?3:p>191?2:1;if(i+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[i+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[i+1],l=e[i+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[i+1],l=e[i+2],u=e[i+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),i+=_}return bx(r)}var Dp=4096;function bx(e){var o=e.length;if(o<=Dp)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Dp));return n}function wx(e,o,n){var r="";n=Math.min(e.length,n);for(var i=o;i<n;++i)r+=String.fromCharCode(e[i]&127);return r}function Ax(e,o,n){var r="";n=Math.min(e.length,n);for(var i=o;i<n;++i)r+=String.fromCharCode(e[i]);return r}function Ix(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var i="",p=o;p<n;++p)i+=Px[e[p]];return i}function kx(e,o,n){for(var r=e.slice(o,n),i="",p=0;p<r.length-1;p+=2)i+=String.fromCharCode(r[p]+r[p+1]*256);return i}y.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var i=this.subarray(o,n);return Object.setPrototypeOf(i,y.prototype),i};function ge(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}y.prototype.readUintLE=y.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=this[o],p=1,m=0;++m<n&&(p*=256);)i+=this[o+m]*p;return i};y.prototype.readUintBE=y.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=this[o+--n],p=1;n>0&&(p*=256);)i+=this[o+--n]*p;return i};y.prototype.readUint8=y.prototype.readUInt8=function(o,n){return o=o>>>0,n||ge(o,1,this.length),this[o]};y.prototype.readUint16LE=y.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||ge(o,2,this.length),this[o]|this[o+1]<<8};y.prototype.readUint16BE=y.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||ge(o,2,this.length),this[o]<<8|this[o+1]};y.prototype.readUint32LE=y.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};y.prototype.readUint32BE=y.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};y.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=this[o],p=1,m=0;++m<n&&(p*=256);)i+=this[o+m]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};y.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ge(o,n,this.length);for(var i=n,p=1,m=this[o+--i];i>0&&(p*=256);)m+=this[o+--i]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};y.prototype.readInt8=function(o,n){return o=o>>>0,n||ge(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};y.prototype.readInt16LE=function(o,n){o=o>>>0,n||ge(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};y.prototype.readInt16BE=function(o,n){o=o>>>0,n||ge(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};y.prototype.readInt32LE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};y.prototype.readInt32BE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};y.prototype.readFloatLE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),Kn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||ge(o,4,this.length),Kn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||ge(o,8,this.length),Kn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||ge(o,8,this.length),Kn.read(this,o,!1,52,8)};function Pe(e,o,n,r,i,p){if(!y.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>i||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}y.prototype.writeUintLE=y.prototype.writeUIntLE=function(o,n,r,i){if(o=+o,n=n>>>0,r=r>>>0,!i){var p=Math.pow(2,8*r)-1;Pe(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};y.prototype.writeUintBE=y.prototype.writeUIntBE=function(o,n,r,i){if(o=+o,n=n>>>0,r=r>>>0,!i){var p=Math.pow(2,8*r)-1;Pe(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};y.prototype.writeUint8=y.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,1,255,0),this[n]=o&255,n+1};y.prototype.writeUint16LE=y.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};y.prototype.writeUint16BE=y.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};y.prototype.writeUint32LE=y.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};y.prototype.writeUint32BE=y.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};y.prototype.writeIntLE=function(o,n,r,i){if(o=+o,n=n>>>0,!i){var p=Math.pow(2,8*r-1);Pe(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};y.prototype.writeIntBE=function(o,n,r,i){if(o=+o,n=n>>>0,!i){var p=Math.pow(2,8*r-1);Pe(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};y.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};y.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};y.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};y.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};y.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||Pe(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Mp(e,o,n,r,i,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Wp(e,o,n,r,i){return o=+o,n=n>>>0,i||Mp(e,o,n,4,34028234663852886e22,-34028234663852886e22),Kn.write(e,o,n,r,23,4),n+4}y.prototype.writeFloatLE=function(o,n,r){return Wp(this,o,n,!0,r)};y.prototype.writeFloatBE=function(o,n,r){return Wp(this,o,n,!1,r)};function Rp(e,o,n,r,i){return o=+o,n=n>>>0,i||Mp(e,o,n,8,17976931348623157e292,-17976931348623157e292),Kn.write(e,o,n,r,52,8),n+8}y.prototype.writeDoubleLE=function(o,n,r){return Rp(this,o,n,!0,r)};y.prototype.writeDoubleBE=function(o,n,r){return Rp(this,o,n,!1,r)};y.prototype.copy=function(o,n,r,i){if(!y.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!i&&i!==0&&(i=this.length),n>=o.length&&(n=o.length),n||(n=0),i>0&&i<r&&(i=r),i===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),o.length-n<i-r&&(i=o.length-n+r);var p=i-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,i):Uint8Array.prototype.set.call(o,this.subarray(r,i),n),p};y.prototype.fill=function(o,n,r,i){if(typeof o=="string"){if(typeof n=="string"?(i=n,n=0,r=this.length):typeof r=="string"&&(i=r,r=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!y.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(o.length===1){var p=o.charCodeAt(0);(i==="utf8"&&p<128||i==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=y.isBuffer(o)?o:y.from(o,i),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var Dx=/[^+/0-9A-Za-z-_]/g;function Cx(e){if(e=e.split("=")[0],e=e.trim().replace(Dx,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ni(e,o){o=o||1/0;for(var n,r=e.length,i=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!i){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}i=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(o-=3)>-1&&p.push(239,191,189);if(i=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Nx(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Lx(e,o){for(var n,r,i,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,i=n%256,p.push(i),p.push(r);return p}function Op(e){return Qa.toByteArray(Cx(e))}function Tr(e,o,n,r){for(var i=0;i<r&&!(i+n>=o.length||i>=e.length);++i)o[i+n]=e[i];return i}function lo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ai(e){return e!==e}var Px=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,i=0;i<16;++i)o[r+i]=e[n]+e[i];return o}()});var Vp=I((bk,Hp)=>{t();var ce=Hp.exports={},uo,fo;function ii(){throw new Error("setTimeout has not been defined")}function ci(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=ii}catch(e){uo=ii}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=ci}catch(e){fo=ci}})();function Bp(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===ii||!uo)&&setTimeout)return uo=setTimeout,setTimeout(e,0);try{return uo(e,0)}catch(o){try{return uo.call(null,e,0)}catch(n){return uo.call(this,e,0)}}}function Ex(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===ci||!fo)&&clearTimeout)return fo=clearTimeout,clearTimeout(e);try{return fo(e)}catch(o){try{return fo.call(null,e)}catch(n){return fo.call(this,e)}}}var Co=[],Yn=!1,Tn,xr=-1;function Mx(){!Yn||!Tn||(Yn=!1,Tn.length?Co=Tn.concat(Co):xr=-1,Co.length&&Up())}function Up(){if(!Yn){var e=Bp(Mx);Yn=!0;for(var o=Co.length;o;){for(Tn=Co,Co=[];++xr<o;)Tn&&Tn[xr].run();xr=-1,o=Co.length}Tn=null,Yn=!1,Ex(e)}}ce.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Co.push(new Gp(e,o)),Co.length===1&&!Yn&&Bp(Up)};function Gp(e,o){this.fun=e,this.array=o}Gp.prototype.run=function(){this.fun.apply(null,this.array)};ce.title="browser";ce.browser=!0;ce.env={};ce.argv=[];ce.version="";ce.versions={};function No(){}ce.on=No;ce.addListener=No;ce.once=No;ce.off=No;ce.removeListener=No;ce.removeAllListeners=No;ce.emit=No;ce.prependListener=No;ce.prependOnceListener=No;ce.listeners=function(e){return[]};ce.binding=function(e){throw new Error("process.binding is not supported")};ce.cwd=function(){return"/"};ce.chdir=function(e){throw new Error("process.chdir is not supported")};ce.umask=function(){return 0}});var a,s,Wx,c,t=b(()=>{a=T(Fp()),s=T(Vp()),Wx=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),c=Wx});var si=b(()=>{"use strict";t()});var $p,Lo,qp,pi,zp,jp,At,go=b(()=>{"use strict";t();$p="error when signing",Lo="Transaction canceled",qp="error signing transaction",pi="provider not initialized",zp="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",jp="Undefined transaction status",At="You cannot sign transactions from a different account"});var Kp=b(()=>{"use strict";t()});var mi,Xp=b(()=>{"use strict";t();mi=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(mi||{})});var di,_i,li,ui,It,fi,gi=b(()=>{"use strict";t();di="1.0.8",_i="1.0.11",li="1.0.15",ui="1.0.17",It="1.0.22",fi="1.0.23"});var hi,Ti=b(()=>{"use strict";t();hi={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Yp=b(()=>{"use strict";t()});var xi,Si=b(()=>{"use strict";t();xi=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(xi||{})});var Zp=b(()=>{"use strict";t()});var Jp=b(()=>{"use strict";t()});var Ie,Zn,Xo=b(()=>{"use strict";t();Ie=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Zn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Qp,Wk,em,Rk,Y=b(()=>{"use strict";t();Xo();Qp=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Qp||{}),Wk=g(g({},Zn.WindowProviderRequestEnums),Qp),em=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(em||{}),Rk=g(g({},Zn.WindowProviderResponseEnums),em)});var om=b(()=>{"use strict";t()});var nm=b(()=>{"use strict";t()});var Po,Ee=b(()=>{"use strict";t();Po=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(Po||{})});var tm=b(()=>{"use strict";t()});var rm=b(()=>{"use strict";t()});var am=b(()=>{"use strict";t()});var J=b(()=>{"use strict";t();Si();Zp();Jp();Y();om();nm();Ee();tm();rm();am()});var xn,im,Qk,cm,eD,sm,oD,nD,pm,kt,Sn=b(()=>{"use strict";t();J();xn={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:im,egldLabel:Qk}=xn["devnet"],{chainId:cm,egldLabel:eD}=xn["testnet"],{chainId:sm,egldLabel:oD}=xn["mainnet"],nD={["devnet"]:im,["testnet"]:cm,["mainnet"]:sm},pm={[im]:"devnet",[cm]:"testnet",[sm]:"mainnet"},kt=0});var mm,Dt=b(()=>{"use strict";t();mm="cancel-transaction-toast"});var ho,dm=b(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var Te,yn=b(()=>{"use strict";t();Te=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var _m,lm,yi,sD,pD,vi=b(()=>{"use strict";t();yn();yi=String((lm=(_m=Te.safeWindow)==null?void 0:_m.navigator)==null?void 0:lm.userAgent),sD=/^((?!chrome|android).)*safari/i.test(yi),pD=/firefox/i.test(yi)&&/windows/i.test(yi)});var bi,Sr,Ct,wi,Nt,je,vn,um,fm,gm,To,yr,hm,vr,Tm,xm,Sm,Ke,ym,vm,R=b(()=>{"use strict";t();si();go();Kp();Xp();gi();Ti();Yp();Sn();Dt();dm();vi();bi=.01,Sr=1500,Ct=5e4,wi=5e4,Nt=1e9,je=18,vn=4,um=1,fm=1,gm="/dapp/init",To="signSession",yr="sdk-dapp-version",hm="4.3.4-alpha.1",vr="logout",Tm="login",xm="cancelSignTx",Sm="N/A",Ke="0",ym="...",vm="EGLD-000000"});var Lt,br=b(()=>{"use strict";t();Lt=()=>Date.now()/1e3});var bm=b(()=>{"use strict";t()});var wm=b(()=>{"use strict";t()});var Ai=b(()=>{"use strict";t();br();bm();wm()});var Ii={};H(Ii,{clear:()=>Bx,getItem:()=>Ox,localStorageKeys:()=>Xe,removeItem:()=>Fx,setItem:()=>Rx});var Xe,wr,Rx,Ox,Fx,Bx,bn=b(()=>{"use strict";t();Ai();Xe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},wr=typeof localStorage!="undefined",Rx=({key:e,data:o,expires:n})=>{!wr||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Ox=e=>{if(!wr)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Lt()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Fx=e=>{!wr||localStorage.removeItem(String(e))},Bx=()=>{!wr||localStorage.clear()}});var ki={};H(ki,{clear:()=>Dm,getItem:()=>Im,removeItem:()=>km,sessionStorageKeys:()=>Ux,setItem:()=>Am,storage:()=>Gx});var Ux,Am,Im,km,Dm,Gx,Cm=b(()=>{"use strict";t();Ux={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Am=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Im=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},km=e=>sessionStorage.removeItem(String(e)),Dm=()=>sessionStorage.clear(),Gx={setItem:Am,getItem:Im,removeItem:km,clear:Dm}});var oo,wn=b(()=>{"use strict";t();bn();Cm();oo={session:ki,local:Ii}});var Di,ee,Me,ae=b(()=>{"use strict";t();Di=require("@reduxjs/toolkit");R();ee=(0,Di.createAction)(vr),Me=(0,Di.createAction)(Tm,e=>({payload:e}))});var Ni,Nm,Lm,Ye,Ci,Pm,no,Yo,Li,UD,Hx,Vx,GD,HD,VD,$x,qx,Ar,Ir=b(()=>{"use strict";t();Ni=require("@multiversx/sdk-core"),Nm=require("@reduxjs/toolkit"),Lm=require("redux-persist");R();wn();bn();ae();Ye={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ke},Ci={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ye},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Pm=(0,Nm.createSlice)({name:"accountInfoSlice",initialState:Ci,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ni.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ye},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(ee,()=>(oo.local.removeItem(Xe.loginExpiresAt),Ci)),e.addCase(Me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ni.Address(r).toHex()}),e.addCase(Lm.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:i,shard:p,accounts:m,publicKey:_}=r;o.address=i,o.shard=p;let d=m&&i in m;o.accounts=d?m:Ci.accounts,o.publicKey=_})}}),{setAccount:no,setAddress:Yo,setAccountNonce:Li,setAccountShard:UD,setLedgerAccount:Hx,updateLedgerAccount:Vx,setWalletConnectAccount:GD,setIsAccountLoading:HD,setAccountLoadingError:VD,setWebsocketEvent:$x,setWebsocketBatchEvent:qx}=Pm.actions,Ar=Pm.reducer});function Pt(){return new Date().setHours(new Date().getHours()+24)}function Et(e){oo.local.setItem({key:Xe.loginExpiresAt,data:e,expires:e})}var Pi=b(()=>{"use strict";t();wn();bn()});var Mm,Em,Wm,QD,zx,jx,Ei,eC,Kx,Rm,oC,nC,tC,kr,Dr=b(()=>{"use strict";t();Mm=require("@reduxjs/toolkit");Pi();Y();ae();Em={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Wm=(0,Mm.createSlice)({name:"loginInfoSlice",initialState:Em,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(ee,()=>Em),e.addCase(Me,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Et(Pt())})}}),{setLoginMethod:QD,setWalletConnectLogin:zx,setLedgerLogin:jx,setTokenLogin:Ei,setTokenLoginSignature:eC,setWalletLogin:Kx,invalidateLoginSession:Rm,setLogoutRoute:oC,setIsWalletConnectV2Initialized:nC,setWebviewLogin:tC}=Wm.actions,kr=Wm.reducer});var Fm,Om,Bm,cC,Xx,sC,Yx,Cr,Nr=b(()=>{"use strict";t();Fm=require("@reduxjs/toolkit");ae();Om={},Bm=(0,Fm.createSlice)({name:"modalsSlice",initialState:Om,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(ee,()=>Om)}}),{setTxSubmittedModal:cC,setNotificationModal:Xx,clearTxSubmittedModal:sC,clearNotificationModal:Yx}=Bm.actions,Cr=Bm.reducer});var to,An=b(()=>{"use strict";t();to=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var q,xe=b(()=>{"use strict";t();An();q=()=>{if(!to())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:i,search:p}}=window;return{pathname:o,hash:n,origin:r,href:i,search:p}}});var Jn,Um=b(()=>{"use strict";t();xe();Jn=(e="")=>{let o=q(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Eo,Gm=b(()=>{"use strict";t();Se();Eo=()=>{let{pathname:e,search:o,hash:n}=q();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`}});var Hm,Vm=b(()=>{"use strict";t();yn();Hm=e=>{if(!Te.safeWindow.location)return;if(!new URL(Te.safeWindow.location.href).protocol.startsWith("http"))return Te.safeWindow.location.reload();Te.safeWindow.location.assign(e)}});var Se=b(()=>{"use strict";t();Um();Gm();xe();Vm()});var $m,qm,Mt,Wt=b(()=>{"use strict";t();Se();$m=!1,qm=(e=!0)=>{$m=e},Mt=({timeout:e=0,url:o})=>{$m||setTimeout(()=>{if(!!window)return Hm(o)},e)}});var zm=b(()=>{"use strict";t();Wt()});function jm(e){return e[Math.floor(Math.random()*e.length)]}var Km=b(()=>{"use strict";t()});function Mi(e){let o=null;if((e==null?void 0:e.statusCode)in hi){let n=e==null?void 0:e.statusCode,{message:r}=hi[n];o=Qx.includes(n)?Xm:r}return{errorMessage:o,defaultErrorMessage:Xm}}var Xm,Zx,Jx,Qx,Wi=b(()=>{"use strict";t();Ti();Xm="Check if the MultiversX app is open on Ledger",Zx=28161,Jx=28160,Qx=[Zx,Jx]});var Mo=b(()=>{"use strict";t();zm();Km();Wi()});var Ym,Zm,Jm,Ri,oS,Qm,BC,UC,ed,Lr,Pr=b(()=>{"use strict";t();Ym=require("@reduxjs/toolkit"),Zm=T(require("lodash.omit")),Jm=require("redux-persist");Dt();ae();Mo();Ri={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},oS={network:Ri},Qm=(0,Ym.createSlice)({name:"appConfig",initialState:oS,reducers:{initializeNetworkConfig:(e,o)=>{let n=jm(o.payload.walletConnectV2RelayAddresses),r=(0,Zm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=A(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(ee,o=>{o.network.customWalletAddress=void 0}),e.addCase(Jm.REHYDRATE,(o,n)=>{var i,p;if(!((p=(i=n.payload)==null?void 0:i.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:BC,updateNetworkConfig:UC,setCustomWalletAddress:ed}=Qm.actions,Lr=Qm.reducer});var od,Oi,nd,zC,jC,KC,Er,Mr=b(()=>{"use strict";t();od=require("@reduxjs/toolkit");J();ae();Oi={isSigning:!1,signedSessions:{}},nd=(0,od.createSlice)({name:"signedMessageInfoSliceState",initialState:Oi,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:i}=o.payload;i&&(e.errorMessage=i),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>Oi},extraReducers:e=>{e.addCase(ee,()=>Oi)}}),{setSignSession:zC,clearSignedMessageInfo:jC,setSignSessionState:KC}=nd.actions,Er=nd.reducer});var rd,ad,td,id,Fi,nS,oN,tS,Wr,Rr=b(()=>{"use strict";t();rd=require("@reduxjs/toolkit"),ad=require("redux-persist");J();br();ae();td={customToasts:[],transactionToasts:[]},id=(0,rd.createSlice)({name:"toastsSlice",initialState:td,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(i=>i.toastId===n);if(r!==-1){e.customToasts[r]=A(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(A(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Lt(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(ee,()=>td),e.addCase(ad.REHYDRATE,(o,n)=>{var i,p;let r=(p=(i=n.customToasts)==null?void 0:i.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Fi,removeCustomToast:nS,addTransactionToast:oN,removeTransactionToast:tS}=id.actions,Wr=id.reducer});var cd,Ui,Gi,Hi,rS,Bi,sd,aN,aS,Qn,Or,Fr=b(()=>{"use strict";t();cd=require("@reduxjs/toolkit");ae();Ui="Transaction failed",Gi="Transaction successful",Hi="Processing transaction",rS="Transaction submitted",Bi={},sd=(0,cd.createSlice)({name:"transactionsInfo",initialState:Bi,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Ui,successMessage:(r==null?void 0:r.successMessage)||Gi,processingMessage:(r==null?void 0:r.processingMessage)||Hi,submittedMessage:(r==null?void 0:r.submittedMessage)||rS,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Bi},extraReducers:e=>{e.addCase(ee,()=>Bi)}}),{clearTransactionsInfo:aN,setTransactionsDisplayInfo:aS,clearTransactionsInfoForSessionId:Qn}=sd.actions,Or=sd.reducer});function ot(e){return e!=null&&(fS(e)||SS(e))}function nt(e){return e!=null&&(gS(e)||yS(e))}function tt(e){return e!=null&&(hS(e)||vS(e))}function pd(e){return e!=null&&(TS(e)||bS(e))}function Vi(e){return e!=null&&xS(e)}function fS(e){return e!=null&&iS.includes(e)}function gS(e){return e!=null&&cS.includes(e)}function hS(e){return e!=null&&sS.includes(e)}function TS(e){return e!=null&&pS.includes(e)}function xS(e){return e!=null&&mS.includes(e)}function SS(e){return e!=null&&dS.includes(e)}function yS(e){return e!=null&&_S.includes(e)}function vS(e){return e!=null&&lS.includes(e)}function bS(e){return e!=null&&uS.includes(e)}var iS,cS,sS,pS,mS,dS,_S,lS,uS,rt=b(()=>{"use strict";t();Y();iS=["sent"],cS=["success"],sS=["fail","cancelled","timedOut"],pS=["invalid"],mS=["timedOut"],dS=["pending"],_S=["success"],lS=["fail","invalid"],uS=["not executed"]});var md,dd,Rt,wS,_d,ld,ud,AS,Jo,IS,kS,uN,fd,Wo,xo,fN,Br,Ur=b(()=>{"use strict";t();md=require("@reduxjs/toolkit"),dd=require("redux-persist");Y();rt();ae();Rt={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},wS={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},_d=(0,md.createSlice)({name:"transactionsSlice",initialState:Rt,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:i,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},wS),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:i,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=Rt.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:i,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,i!=null&&(e.signedTransactions[n].errorMessage=i),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,v,x,D,w;let{sessionId:n,status:r,errorMessage:i,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(P=>P.hash===p?A(g(g({},m!=null?m:{}),P),{status:r,errorMessage:i,inTransit:_}):P);let L=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(P=>nt(P.status)),E=(x=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:x.some(P=>tt(P.status)),W=(w=(D=e.signedTransactions[n])==null?void 0:D.transactions)==null?void 0:w.every(P=>pd(P.status));L&&(e.signedTransactions[n].status="success"),E&&(e.signedTransactions[n].status="fail"),W&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Rt.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Rt.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(ee,()=>Rt),e.addCase(dd.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:i}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});i!=null&&(o.customTransactionInformationForSessionId=i),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:ld,updateSignedTransactions:ud,setTransactionsToSign:AS,clearAllTransactionsToSign:Jo,clearAllSignedTransactions:IS,clearSignedTransaction:kS,clearTransactionToSign:uN,setSignTransactionsError:fd,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:fN}=_d.actions,Br=_d.reducer});var gd,$i,hd,xN,SN,DS,yN,Gr,Hr=b(()=>{"use strict";t();gd=require("@reduxjs/toolkit");ae();$i={},hd=(0,gd.createSlice)({name:"batchTransactionsSlice",initialState:$i,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>$i},extraReducers:e=>{e.addCase(ee,()=>$i)}}),{setBatchTransactions:xN,updateBatchTransactions:SN,clearBatchTransactions:DS,clearAllBatchTransactions:yN}=hd.actions,Gr=hd.reducer});var xd,Td,Sd,AN,yd,qi=b(()=>{"use strict";t();xd=require("@reduxjs/toolkit");ae();Td={},Sd=(0,xd.createSlice)({name:"dappConfigSlice",initialState:Td,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(ee,()=>Td)}}),{setDappConfig:AN}=Sd.actions,yd=Sd.reducer});var V=b(()=>{"use strict";t();Ir();Dr();Nr();Pr();Mr();Rr();Fr();Ur();Hr();qi()});var zi=b(()=>{"use strict";t()});var wd,PS,ES,In,qr=b(()=>{"use strict";t();wd=require("@reduxjs/toolkit");zi();Ir();Hr();qi();Dr();Nr();Pr();Mr();Rr();Fr();Ur();PS={["account"]:Ar,["dappConfig"]:yd,["loginInfo"]:kr,["modals"]:Cr,["networkConfig"]:Lr,["signedMessageInfo"]:Er,["toasts"]:Wr,["transactionsInfo"]:Or,["transactions"]:Br,["batchTransactions"]:Gr},ES=(e={})=>(0,wd.combineReducers)(g(g({},PS),e)),In=ES});var Dd={};H(Dd,{default:()=>XS,sessionStorageReducers:()=>ji});function Ro(e,o=[]){return{key:e,version:1,storage:Id.default,blacklist:o}}var We,Ad,Id,MS,Ot,WS,RS,OS,FS,BS,US,GS,HS,VS,$S,kd,qS,ji,zS,jS,KS,XS,Cd=b(()=>{"use strict";t();We=require("redux-persist"),Ad=T(require("redux-persist/lib/storage")),Id=T(require("redux-persist/lib/storage/session"));qr();V();Ir();Hr();Dr();Nr();Pr();Mr();Rr();Fr();Ur();zi();MS={persistReducersStorageType:"localStorage"},Ot={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},WS=Ro(Ot["account"]),RS=Ro(Ot["loginInfo"]),OS=Ro(Ot["modals"]),FS=Ro(Ot["networkConfig"]),BS={2:e=>A(g({},e),{networkConfig:Ri})};US=Ro("sdk-dapp-transactionsInfo"),GS=Ro("sdk-dapp-transactions",["transactionsToSign"]),HS=Ro("sdk-dapp-batchTransactions",["batchTransactions"]),VS=Ro("sdk-dapp-toasts"),$S=Ro("sdk-dapp-signedMessageInfo"),kd={key:"sdk-dapp-store",version:2,storage:Ad.default,whitelist:Object.keys(Ot),migrate:(0,We.createMigrate)(BS,{debug:!1})},qS=A(g({},kd),{whitelist:[]}),ji={["toasts"]:(0,We.persistReducer)(VS,Wr),["transactions"]:(0,We.persistReducer)(GS,Br),["transactionsInfo"]:(0,We.persistReducer)(US,Or),["batchTransactions"]:(0,We.persistReducer)(HS,Gr),["signedMessageInfo"]:(0,We.persistReducer)($S,Er)},zS=A(g({},ji),{["account"]:(0,We.persistReducer)(WS,Ar),["loginInfo"]:(0,We.persistReducer)(RS,kr),["modals"]:(0,We.persistReducer)(OS,Cr),["networkConfig"]:(0,We.persistReducer)(FS,Lr)}),jS=MS.persistReducersStorageType==="localStorage",KS=jS?(0,We.persistReducer)(kd,In(ji)):(0,We.persistReducer)(qS,In(zS)),XS=KS});var Nd={};H(Nd,{default:()=>YS});var YS,Ld=b(()=>{"use strict";t();qr();YS=In()});var Pd={};H(Pd,{default:()=>JS});var Ze,ZS,JS,Ed=b(()=>{"use strict";t();Ze=require("redux-persist"),ZS=[Ze.FLUSH,Ze.REHYDRATE,Ze.PAUSE,Ze.PERSIST,Ze.PURGE,Ze.REGISTER],JS=ZS});var Rd={};H(Rd,{default:()=>Wd});function Wd(e){return(0,Md.persistStore)(e)}var Md,Od=b(()=>{"use strict";t();Md=require("redux-persist")});var Al=I((WB,wl)=>{t();var xv=typeof c=="object"&&c&&c.Object===Object&&c;wl.exports=xv});var Kt=I((RB,Il)=>{t();var Sv=Al(),yv=typeof self=="object"&&self&&self.Object===Object&&self,vv=Sv||yv||Function("return this")();Il.exports=vv});var xa=I((OB,kl)=>{t();var bv=Kt(),wv=bv.Symbol;kl.exports=wv});var Ll=I((FB,Nl)=>{t();var Dl=xa(),Cl=Object.prototype,Av=Cl.hasOwnProperty,Iv=Cl.toString,Xt=Dl?Dl.toStringTag:void 0;function kv(e){var o=Av.call(e,Xt),n=e[Xt];try{e[Xt]=void 0;var r=!0}catch(p){}var i=Iv.call(e);return r&&(o?e[Xt]=n:delete e[Xt]),i}Nl.exports=kv});var El=I((BB,Pl)=>{t();var Dv=Object.prototype,Cv=Dv.toString;function Nv(e){return Cv.call(e)}Pl.exports=Nv});var Sa=I((UB,Rl)=>{t();var Ml=xa(),Lv=Ll(),Pv=El(),Ev="[object Null]",Mv="[object Undefined]",Wl=Ml?Ml.toStringTag:void 0;function Wv(e){return e==null?e===void 0?Mv:Ev:Wl&&Wl in Object(e)?Lv(e):Pv(e)}Rl.exports=Wv});var Dc=I((GB,Ol)=>{t();var Rv=Array.isArray;Ol.exports=Rv});var Cc=I((HB,Fl)=>{t();function Ov(e){return e!=null&&typeof e=="object"}Fl.exports=Ov});var Ul=I((VB,Bl)=>{t();var Fv=Sa(),Bv=Dc(),Uv=Cc(),Gv="[object String]";function Hv(e){return typeof e=="string"||!Bv(e)&&Uv(e)&&Fv(e)==Gv}Bl.exports=Hv});var Pc={};H(Pc,{css:()=>jl,default:()=>Yv});var jl,Yv,Ec=b(()=>{"use strict";t();jl=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|