@multiversx/sdk-dapp 4.3.6 → 4.3.7
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-HNOOPEPU.js → chunk-23GM5MRT.js} +2 -2
- package/__chunks__/{chunk-KXQZUN26.js → chunk-23TLCHKE.js} +2 -2
- package/__chunks__/chunk-27WGUJZE.js +2 -0
- package/__chunks__/{chunk-CCML4SZ3.js → chunk-2A6C6QYS.js} +2 -2
- package/__chunks__/{chunk-YENAN5E2.js → chunk-2CBZ3KMF.js} +2 -2
- package/__chunks__/{chunk-DHPFKOGN.js → chunk-2F2BYJWA.js} +2 -2
- package/__chunks__/{chunk-V5UUAW4I.js → chunk-2LBQ2SLF.js} +2 -2
- package/__chunks__/chunk-2QPF2SQD.js +2 -0
- package/__chunks__/{chunk-EFBP64F5.js → chunk-2UBLCRZ4.js} +2 -2
- package/__chunks__/chunk-2X25Y5GF.js +2 -0
- package/__chunks__/{chunk-EARTKSBV.js → chunk-2XWM2CA6.js} +2 -2
- package/__chunks__/{chunk-S2YS6ENO.js → chunk-2YO4FS2N.js} +2 -2
- package/__chunks__/{chunk-QR57KKMF.js → chunk-32J5SXUL.js} +2 -2
- package/__chunks__/{chunk-7CLPSNRB.js → chunk-33NTIYYV.js} +2 -2
- package/__chunks__/{chunk-3LRYJZBF.js → chunk-3746TTBY.js} +2 -2
- package/__chunks__/{chunk-RFA4XJYL.js → chunk-3A6IWZWA.js} +2 -2
- package/__chunks__/{chunk-4OTIF5CM.js → chunk-3AMTGVF7.js} +2 -2
- package/__chunks__/{chunk-DMZSH7CE.js → chunk-3GFNZM6Y.js} +2 -2
- package/__chunks__/chunk-3P7JIUF2.js +2 -0
- package/__chunks__/chunk-3QXCMMFJ.js +2 -0
- package/__chunks__/{chunk-UX2RUNV5.js → chunk-3RYWDPX5.js} +2 -2
- package/__chunks__/{chunk-FD5JIEQM.js → chunk-3UUCN3HD.js} +2 -2
- package/__chunks__/{chunk-O3F2QEGN.js → chunk-3VPT3ZOY.js} +2 -2
- package/__chunks__/{chunk-HPO35VGE.js → chunk-3YSQJ27F.js} +2 -2
- package/__chunks__/{chunk-PKJFPRBA.js → chunk-42ISFSB7.js} +2 -2
- package/__chunks__/chunk-44YK2JQK.js +2 -0
- package/__chunks__/chunk-45EED7RD.js +2 -0
- package/__chunks__/{chunk-QO5CI3W3.js → chunk-473RHXJZ.js} +2 -2
- package/__chunks__/{chunk-EF7K2E2T.js → chunk-4HOVNT63.js} +2 -2
- package/__chunks__/{chunk-YAL223HA.js → chunk-4OLYSVFS.js} +2 -2
- package/__chunks__/{chunk-MUVHTIBG.js → chunk-4OZCHB5J.js} +2 -2
- package/__chunks__/{chunk-XLN2ZZXA.js → chunk-4SF4EXLQ.js} +2 -2
- package/__chunks__/{chunk-LFIJVHS5.js → chunk-4W7QMWKG.js} +2 -2
- package/__chunks__/{chunk-JBE6JTQA.js → chunk-4XK6NFRG.js} +2 -2
- package/__chunks__/chunk-5CP7VS26.js +2 -0
- package/__chunks__/{chunk-TRLMZLSV.js → chunk-5F24SJ6V.js} +2 -2
- package/__chunks__/{chunk-HXMZRI57.js → chunk-5MLIRHYE.js} +2 -2
- package/__chunks__/{chunk-GILRD2UG.js → chunk-5NI5KVBE.js} +2 -2
- package/__chunks__/{chunk-OCL6GOVY.js → chunk-5QPVOHLJ.js} +2 -2
- package/__chunks__/{chunk-FLUP6EZA.js → chunk-5RU42EBW.js} +2 -2
- package/__chunks__/{chunk-YDJC4C6R.js → chunk-5T3SLIRC.js} +2 -2
- package/__chunks__/{chunk-VLCGHOWI.js → chunk-5T73HHLV.js} +2 -2
- package/__chunks__/chunk-5THRJXRB.js +2 -0
- package/__chunks__/{chunk-ZWBG2TCD.js → chunk-5TR53SGW.js} +2 -2
- package/__chunks__/{chunk-2ZYE3SA7.js → chunk-5UM2GECD.js} +2 -2
- package/__chunks__/{chunk-WCG7LRWA.js → chunk-5V2DPUMR.js} +2 -2
- package/__chunks__/chunk-5VJAXXXC.js +2 -0
- package/__chunks__/{chunk-EABENOSQ.js → chunk-5YPPRA6N.js} +2 -2
- package/__chunks__/{chunk-DVVSAV6U.js → chunk-5Z6GEXU2.js} +2 -2
- package/__chunks__/chunk-5ZUKUASY.js +2 -0
- package/__chunks__/{chunk-YCUTX6W6.js → chunk-6BHX42UO.js} +2 -2
- package/__chunks__/{chunk-4CVXMSZ6.js → chunk-6EDPXPUN.js} +2 -2
- package/__chunks__/{chunk-EXXER247.js → chunk-6FMFBJ36.js} +2 -2
- package/__chunks__/{chunk-G3R2TYTD.js → chunk-6GV6PRNQ.js} +2 -2
- package/__chunks__/{chunk-ON2BLZD3.js → chunk-6HWEXMPO.js} +2 -2
- package/__chunks__/{chunk-5DZPKHI5.js → chunk-6LNCWWVK.js} +2 -2
- package/__chunks__/{chunk-BZPESFZO.js → chunk-6P5PQK6A.js} +2 -2
- package/__chunks__/{chunk-VPFRRZ72.js → chunk-6THCGQFS.js} +2 -2
- package/__chunks__/chunk-6XSN2NUM.js +2 -0
- package/__chunks__/{chunk-5GWRJVI4.js → chunk-6YCPFMBP.js} +2 -2
- package/__chunks__/{chunk-CGIYYVNI.js → chunk-72SZPPHS.js} +2 -2
- package/__chunks__/{chunk-PWEUBBQP.js → chunk-74AUDYOZ.js} +2 -2
- package/__chunks__/{chunk-Y2OPMC5M.js → chunk-77QNUACW.js} +2 -2
- package/__chunks__/{chunk-R26F2Z7S.js → chunk-7CBAL7VJ.js} +2 -2
- package/__chunks__/{chunk-H6GTJDIQ.js → chunk-7HRLNVKP.js} +2 -2
- package/__chunks__/chunk-7HXGKE3D.js +2 -0
- package/__chunks__/{chunk-PDR4QRYD.js → chunk-7MULT7WN.js} +2 -2
- package/__chunks__/chunk-7NZMCX7I.js +2 -0
- package/__chunks__/{chunk-VEJWGZSY.js → chunk-7OUPDZF7.js} +2 -2
- package/__chunks__/{chunk-6PJXZB5O.js → chunk-7SAIKJXD.js} +2 -2
- package/__chunks__/{chunk-X7P2L3JD.js → chunk-7W72NXIL.js} +2 -2
- package/__chunks__/{chunk-UO6GE5CU.js → chunk-7WHMZ4V2.js} +2 -2
- package/__chunks__/chunk-7YFU7CBE.js +2 -0
- package/__chunks__/chunk-7ZICCVTM.js +2 -0
- package/__chunks__/{chunk-REEVO34Y.js → chunk-ADOZ5JAM.js} +2 -2
- package/__chunks__/{chunk-KG6XVTY3.js → chunk-AIJJPHEG.js} +2 -2
- package/__chunks__/{chunk-LLLHCR7L.js → chunk-AIL4EOI4.js} +2 -2
- package/__chunks__/{chunk-EN2LTOLZ.js → chunk-AM2B233Y.js} +2 -2
- package/__chunks__/{chunk-AU5DECQ7.js → chunk-AQICGRPJ.js} +2 -2
- package/__chunks__/{chunk-GRPFVPRV.js → chunk-AV4L4A5N.js} +2 -2
- package/__chunks__/chunk-BB47TQXL.js +2 -0
- package/__chunks__/{chunk-HI67WMB3.js → chunk-BC4EQU4T.js} +2 -2
- package/__chunks__/{chunk-I4PP5FU7.js → chunk-BCGOKA6L.js} +2 -2
- package/__chunks__/{chunk-I7MTSE2I.js → chunk-BECEIKMJ.js} +2 -2
- package/__chunks__/chunk-BEDNI53P.js +2 -0
- package/__chunks__/{chunk-UQNDKJKD.js → chunk-BJVVO6UW.js} +2 -2
- package/__chunks__/{chunk-J42WDK5G.js → chunk-BOS66QTB.js} +2 -2
- package/__chunks__/chunk-BPFQKMQN.js +2 -0
- package/__chunks__/{chunk-O3FUDSU3.js → chunk-BQG524WY.js} +2 -2
- package/__chunks__/{chunk-Y56MVXO2.js → chunk-BRLRVWOE.js} +2 -2
- package/__chunks__/{chunk-JE5UEZ5Z.js → chunk-BUNQEUVQ.js} +2 -2
- package/__chunks__/{chunk-NLNYQAYR.js → chunk-BYMIG4WU.js} +2 -2
- package/__chunks__/{chunk-HJOEVG2S.js → chunk-BZLVMM4H.js} +2 -2
- package/__chunks__/{chunk-7SNIJXUX.js → chunk-C25I3LPK.js} +2 -2
- package/__chunks__/{chunk-Y7G25H34.js → chunk-C7YZRX62.js} +2 -2
- package/__chunks__/{chunk-OHT6ZHDN.js → chunk-CD6DKCP3.js} +2 -2
- package/__chunks__/{chunk-OP7JRWPK.js → chunk-CECXTGBB.js} +2 -2
- package/__chunks__/{chunk-STCYR7UT.js → chunk-CHJGKW2E.js} +2 -2
- package/__chunks__/chunk-CISINKAP.js +2 -0
- package/__chunks__/{chunk-GKB33TEN.js → chunk-CLACWGJV.js} +2 -2
- package/__chunks__/chunk-COALBNUA.js +2 -0
- package/__chunks__/{chunk-RMUZUOTT.js → chunk-CQI3SKX6.js} +2 -2
- package/__chunks__/chunk-CUALYLTA.js +2 -0
- package/__chunks__/{chunk-Q4KWWSN6.js → chunk-CXDXK6RY.js} +2 -2
- package/__chunks__/{chunk-GOC5XL2T.js → chunk-CZXRJNZR.js} +2 -2
- package/__chunks__/{chunk-BXM2JT2W.js → chunk-D26QQZKC.js} +2 -2
- package/__chunks__/{chunk-FFMKRFPB.js → chunk-D2F6OV77.js} +2 -2
- package/__chunks__/chunk-D6X43XMZ.js +2 -0
- package/__chunks__/{chunk-4ULPNGCI.js → chunk-DF7KFM6M.js} +2 -2
- package/__chunks__/{chunk-OM5U6ZDG.js → chunk-DGC4CJDN.js} +2 -2
- package/__chunks__/{chunk-XEWSOYL7.js → chunk-DPLLZMAJ.js} +2 -2
- package/__chunks__/{chunk-FH7CKBU2.js → chunk-DYZSYKG5.js} +2 -2
- package/__chunks__/chunk-DZXHQDXB.js +2 -0
- package/__chunks__/{chunk-XMVNCO2F.js → chunk-E5PGYF5O.js} +2 -2
- package/__chunks__/{chunk-STUWDVA3.js → chunk-EBWK6OSA.js} +2 -2
- package/__chunks__/{chunk-AHROLPVE.js → chunk-ECG66QXO.js} +2 -2
- package/__chunks__/{chunk-YN3ZRWU4.js → chunk-EE4OGYTX.js} +2 -2
- package/__chunks__/{chunk-JLLA7PNH.js → chunk-EFURWS6F.js} +2 -2
- package/__chunks__/{chunk-PMPP73O7.js → chunk-EHGOPQXG.js} +2 -2
- package/__chunks__/{chunk-EZAVEC4X.js → chunk-EL5HFCSV.js} +2 -2
- package/__chunks__/{chunk-SLIXXXCT.js → chunk-EMYQEL7H.js} +2 -2
- package/__chunks__/{chunk-BE57WSD3.js → chunk-EP54OBTP.js} +2 -2
- package/__chunks__/{chunk-DSBKXMA2.js → chunk-EPFNDRYW.js} +2 -2
- package/__chunks__/{chunk-KTUSJYS3.js → chunk-EQW6HDO3.js} +2 -2
- package/__chunks__/{chunk-TGNZM5IF.js → chunk-ESH5IZBM.js} +2 -2
- package/__chunks__/chunk-EVGFEWRV.js +2 -0
- package/__chunks__/{chunk-4E55MMND.js → chunk-EW7RZNZW.js} +2 -2
- package/__chunks__/{chunk-EVSNFST4.js → chunk-F4DAB6HG.js} +2 -2
- package/__chunks__/{chunk-DMRV2PNT.js → chunk-FASRZSAA.js} +2 -2
- package/__chunks__/{chunk-D7ACJRTV.js → chunk-FKVVT5SN.js} +2 -2
- package/__chunks__/{chunk-LJUDNTXH.js → chunk-FNLCVFDP.js} +2 -2
- package/__chunks__/{chunk-UV7UBSGN.js → chunk-FNPOCXK6.js} +2 -2
- package/__chunks__/chunk-FOLDL6UE.js +2 -0
- package/__chunks__/chunk-FOUTVUUG.js +2 -0
- package/__chunks__/{chunk-2O62Y3I2.js → chunk-FW4UWSA2.js} +2 -2
- package/__chunks__/chunk-FWFFDQAD.js +2 -0
- package/__chunks__/{chunk-AQNMTUOT.js → chunk-FX2M5ZKW.js} +2 -2
- package/__chunks__/{chunk-BYD2YVTR.js → chunk-FX6PKMU5.js} +2 -2
- package/__chunks__/chunk-GDNANAEG.js +2 -0
- package/__chunks__/{chunk-7MI5ZAIM.js → chunk-GDXJ4VBG.js} +2 -2
- package/__chunks__/chunk-GEGCP2IO.js +2 -0
- package/__chunks__/{chunk-W5Q5AGXU.js → chunk-GSLVEYLN.js} +2 -2
- package/__chunks__/{chunk-EA2OMCMY.js → chunk-GSVPUVJG.js} +2 -2
- package/__chunks__/{chunk-AIWQRAIU.js → chunk-GTFRBJR7.js} +2 -2
- package/__chunks__/{chunk-EDTBXRUT.js → chunk-GTZZTQKG.js} +2 -2
- package/__chunks__/{chunk-WQPECYXR.js → chunk-GXITFUBS.js} +2 -2
- package/__chunks__/{chunk-VLHJRIAD.js → chunk-GXJZ4IRL.js} +2 -2
- package/__chunks__/{chunk-O7FUIRHR.js → chunk-H47R6G4B.js} +2 -2
- package/__chunks__/{chunk-3IGTT3VQ.js → chunk-H4DG2TBS.js} +2 -2
- package/__chunks__/{chunk-HKYCEEHG.js → chunk-H5SDXBQQ.js} +2 -2
- package/__chunks__/{chunk-BZZKFYUP.js → chunk-HAKR5DMV.js} +2 -2
- package/__chunks__/{chunk-CNRFEQE7.js → chunk-HH25W56B.js} +2 -2
- package/__chunks__/{chunk-GUB4BX2L.js → chunk-HKI62JTC.js} +2 -2
- package/__chunks__/chunk-HNKSOLC5.js +2 -0
- package/__chunks__/{chunk-24Q64YJH.js → chunk-HNT4S7KF.js} +2 -2
- package/__chunks__/{chunk-HDLI6M6E.js → chunk-HSYTAZWF.js} +2 -2
- package/__chunks__/{chunk-WGC7TVVB.js → chunk-HVKNFFGU.js} +2 -2
- package/__chunks__/{chunk-YDYOZNTT.js → chunk-HWUU6VUY.js} +2 -2
- package/__chunks__/{chunk-OO3DAADL.js → chunk-HWUWRRU5.js} +2 -2
- package/__chunks__/chunk-HXS2532U.js +2 -0
- package/__chunks__/{chunk-XUFCIMOG.js → chunk-I37QNZI3.js} +2 -2
- package/__chunks__/chunk-I4SBNIPG.js +2 -0
- package/__chunks__/{chunk-LGYPWT4A.js → chunk-I4TVFNHM.js} +2 -2
- package/__chunks__/{chunk-NDZZB2CQ.js → chunk-I5JYXPN5.js} +2 -2
- package/__chunks__/chunk-I7NGE5L5.js +2 -0
- package/__chunks__/{chunk-ULJRGNMC.js → chunk-IBRKWAJU.js} +2 -2
- package/__chunks__/{chunk-IVYWWNY7.js → chunk-IDTFMFJZ.js} +2 -2
- package/__chunks__/{chunk-3OW4PDSJ.js → chunk-IE56FRZD.js} +2 -2
- package/__chunks__/{chunk-FI4DHEOF.js → chunk-IGBTLJTF.js} +2 -2
- package/__chunks__/chunk-IJ35Y5A4.js +2 -0
- package/__chunks__/{chunk-K3MQFSOO.js → chunk-IJYOHW7C.js} +2 -2
- package/__chunks__/{chunk-E2E6F27A.js → chunk-INP7J7FX.js} +2 -2
- package/__chunks__/{chunk-PDMM6YOX.js → chunk-IXNMYLYS.js} +2 -2
- package/__chunks__/{chunk-EA2V4EKL.js → chunk-IYUFMJIP.js} +2 -2
- package/__chunks__/{chunk-WT3N3CHP.js → chunk-J3IWRUKX.js} +2 -2
- package/__chunks__/chunk-JBB4Z2L4.js +2 -0
- package/__chunks__/{chunk-BC7DFAYI.js → chunk-JDLZMDIG.js} +2 -2
- package/__chunks__/{chunk-UP5PPFBP.js → chunk-JDRWJJ2G.js} +2 -2
- package/__chunks__/chunk-JIBQFVV2.js +2 -0
- package/__chunks__/{chunk-O4HXR4BM.js → chunk-JLOSZQZZ.js} +2 -2
- package/__chunks__/{chunk-PCIMRTPI.js → chunk-JMXLBJC2.js} +2 -2
- package/__chunks__/{chunk-QX7HEJDO.js → chunk-JNDH6QEC.js} +2 -2
- package/__chunks__/{chunk-52GZQSQQ.js → chunk-JNVE2W2S.js} +2 -2
- package/__chunks__/{chunk-S35VFZFS.js → chunk-JPDGWMJM.js} +2 -2
- package/__chunks__/chunk-JPSCYSYA.js +2 -0
- package/__chunks__/{chunk-ZINBS47N.js → chunk-JQCCY747.js} +2 -2
- package/__chunks__/{chunk-NCYVLE3G.js → chunk-JUOBTLLE.js} +2 -2
- package/__chunks__/{chunk-IQ4Q4OHP.js → chunk-JVUPBGMS.js} +2 -2
- package/__chunks__/{chunk-QZADS76F.js → chunk-K3GWYCQL.js} +2 -2
- package/__chunks__/{chunk-FWFTI4AS.js → chunk-KBMCFXF6.js} +2 -2
- package/__chunks__/{chunk-ENKQDPYE.js → chunk-KJK6Y6Y2.js} +2 -2
- package/__chunks__/chunk-KMF4ARKB.js +2 -0
- package/__chunks__/{chunk-RZLN27LO.js → chunk-KMQ4RCKI.js} +2 -2
- package/__chunks__/{chunk-F4AZMSBK.js → chunk-KN43XYJJ.js} +2 -2
- package/__chunks__/{chunk-VT2O5P2Q.js → chunk-KNX76FSY.js} +2 -2
- package/__chunks__/chunk-KRA2FHLN.js +2 -0
- package/__chunks__/chunk-KS5WKQTN.js +2 -0
- package/__chunks__/{chunk-35PICHQS.js → chunk-KTJCKW7D.js} +2 -2
- package/__chunks__/{chunk-2FW2XZK2.js → chunk-KUKVCG4F.js} +2 -2
- package/__chunks__/{chunk-XPPMIUH2.js → chunk-KXNWAPAZ.js} +2 -2
- package/__chunks__/{chunk-GXE6PT4L.js → chunk-KYHRQN66.js} +2 -2
- package/__chunks__/{chunk-FSKQ6S62.js → chunk-KZVBF23X.js} +2 -2
- package/__chunks__/chunk-LDDPUQ5P.js +2 -0
- package/__chunks__/{chunk-PFQYKPE5.js → chunk-LIQDMKPS.js} +2 -2
- package/__chunks__/{chunk-ZSAHEZD4.js → chunk-LKATYICJ.js} +2 -2
- package/__chunks__/{chunk-QU44OHXW.js → chunk-LMECC6LT.js} +2 -2
- package/__chunks__/{chunk-RVZ7AG3E.js → chunk-LN2KYNEJ.js} +2 -2
- package/__chunks__/{chunk-W23XFMJP.js → chunk-LP5I2L2K.js} +2 -2
- package/__chunks__/{chunk-PEDZF64X.js → chunk-LWY6ZFJW.js} +2 -2
- package/__chunks__/{chunk-5E3QB2AN.js → chunk-LYS6XNSD.js} +2 -2
- package/__chunks__/{chunk-OVX7XRVC.js → chunk-M5NKEQDD.js} +2 -2
- package/__chunks__/chunk-MAFAQGDS.js +2 -0
- package/__chunks__/{chunk-KCLNK7N5.js → chunk-MHJOPPOR.js} +2 -2
- package/__chunks__/{chunk-BP5JCE6C.js → chunk-MKN52J2E.js} +2 -2
- package/__chunks__/{chunk-V5E3CNJ4.js → chunk-MNRPZFBH.js} +2 -2
- package/__chunks__/{chunk-JLPCL55M.js → chunk-MWRND26Z.js} +2 -2
- package/__chunks__/{chunk-T3BTW7ET.js → chunk-N3MC7UUY.js} +2 -2
- package/__chunks__/{chunk-FYHYDHAK.js → chunk-NDCIY7HH.js} +2 -2
- package/__chunks__/{chunk-IUMHNKD3.js → chunk-NIL4KV4Z.js} +2 -2
- package/__chunks__/{chunk-YPBLAHVY.js → chunk-NKKKO77C.js} +2 -2
- package/__chunks__/chunk-NKU7U6T3.js +2 -0
- package/__chunks__/{chunk-D2UFB6HP.js → chunk-NMH5ACZ5.js} +2 -2
- package/__chunks__/{chunk-KN3MLH5I.js → chunk-NMS2IX4Y.js} +2 -2
- package/__chunks__/{chunk-IBPDCYDQ.js → chunk-NN46POOZ.js} +2 -2
- package/__chunks__/{chunk-DMFSU6ZN.js → chunk-NNBXQNL4.js} +2 -2
- package/__chunks__/{chunk-QACUZUIV.js → chunk-NUUFN3U3.js} +2 -2
- package/__chunks__/{chunk-3G5NCZED.js → chunk-NYSDVTV4.js} +2 -2
- package/__chunks__/chunk-O3GXKJ5K.js +2 -0
- package/__chunks__/{chunk-5HFV3UUG.js → chunk-ONRCVDUL.js} +2 -2
- package/__chunks__/{chunk-CSZ5PVAC.js → chunk-OSRDK6M4.js} +2 -2
- package/__chunks__/{chunk-XJG6RDSJ.js → chunk-OTSBX5UW.js} +2 -2
- package/__chunks__/{chunk-BOZGUAJN.js → chunk-OUD2P6CW.js} +2 -2
- package/__chunks__/{chunk-IB4GYYIJ.js → chunk-OYTZTTGS.js} +2 -2
- package/__chunks__/{chunk-Q57K4YCR.js → chunk-P4P5AAZS.js} +2 -2
- package/__chunks__/{chunk-5KDTR4LX.js → chunk-P5GRNM4T.js} +2 -2
- package/__chunks__/{chunk-O6UL2SU5.js → chunk-PCRUVHRP.js} +2 -2
- package/__chunks__/{chunk-S6VBNDE3.js → chunk-PKYOBNVX.js} +2 -2
- package/__chunks__/chunk-PMHSH2BP.js +2 -0
- package/__chunks__/{chunk-XNQPGVZL.js → chunk-PN4PH3UL.js} +2 -2
- package/__chunks__/chunk-PO4NUYJR.js +2 -0
- package/__chunks__/{chunk-AQPWKGS6.js → chunk-POXZKNEH.js} +2 -2
- package/__chunks__/{chunk-32TZ3KVP.js → chunk-PRPHMIRU.js} +2 -2
- package/__chunks__/{chunk-SAYKAXP6.js → chunk-PUKIP2GB.js} +2 -2
- package/__chunks__/{chunk-E4LWP43R.js → chunk-PWGA4SK4.js} +2 -2
- package/__chunks__/{chunk-MN4UFVXX.js → chunk-Q6TUPQXP.js} +2 -2
- package/__chunks__/{chunk-FNQ34GUF.js → chunk-Q75YDIAP.js} +2 -2
- package/__chunks__/{chunk-QCKP6445.js → chunk-Q7LAE32A.js} +2 -2
- package/__chunks__/chunk-Q7PYHNJP.js +2 -0
- package/__chunks__/{chunk-NTJKJW4U.js → chunk-QH2I3TBG.js} +2 -2
- package/__chunks__/chunk-QJNGK27C.js +2 -0
- package/__chunks__/{chunk-GJPBQWAZ.js → chunk-QKY343QT.js} +2 -2
- package/__chunks__/{chunk-4N7Q56FZ.js → chunk-QL2ICMWN.js} +2 -2
- package/__chunks__/{chunk-6FFW3KZV.js → chunk-QRRTFA4G.js} +2 -2
- package/__chunks__/chunk-QWPM53RM.js +2 -0
- package/__chunks__/{chunk-6QJZ6PCH.js → chunk-QWSQTADF.js} +2 -2
- package/__chunks__/{chunk-4JIDTWEO.js → chunk-QXCE5J5V.js} +2 -2
- package/__chunks__/{chunk-63NAU7AA.js → chunk-R7J223VN.js} +2 -2
- package/__chunks__/{chunk-HADUD7DH.js → chunk-RDCZCZO3.js} +2 -2
- package/__chunks__/{chunk-EXREUDA2.js → chunk-RFEOZRDH.js} +2 -2
- package/__chunks__/{chunk-6P6XZBSZ.js → chunk-RG7FLBZD.js} +2 -2
- package/__chunks__/chunk-RGC4W6PF.js +2 -0
- package/__chunks__/{chunk-KTKQK2KV.js → chunk-RIHP2KM6.js} +2 -2
- package/__chunks__/{chunk-PL3AOEQA.js → chunk-RJEMLYU5.js} +2 -2
- package/__chunks__/{chunk-QWMHZSCD.js → chunk-RJWUECPV.js} +2 -2
- package/__chunks__/{chunk-ZFNZFS3L.js → chunk-RKXFNWBS.js} +2 -2
- package/__chunks__/{chunk-D3YNFF4F.js → chunk-RPT4AXDT.js} +2 -2
- package/__chunks__/{chunk-CU73YSIW.js → chunk-RRAWK5WD.js} +2 -2
- package/__chunks__/{chunk-PJWIA7PR.js → chunk-RRGGWHLF.js} +2 -2
- package/__chunks__/{chunk-PDNYDUCI.js → chunk-RXARO7Z6.js} +2 -2
- package/__chunks__/{chunk-JOISVM5G.js → chunk-S3TYLBXH.js} +2 -2
- package/__chunks__/{chunk-46P4YVZD.js → chunk-S563QFIW.js} +2 -2
- package/__chunks__/{chunk-DQZ2ZEJL.js → chunk-S5O6PLRV.js} +2 -2
- package/__chunks__/{chunk-PAMZHXRE.js → chunk-SB54KQH2.js} +2 -2
- package/__chunks__/{chunk-TRF5VQ5T.js → chunk-SEMWD6G3.js} +2 -2
- package/__chunks__/{chunk-SFGU35TL.js → chunk-SKAXKU2I.js} +2 -2
- package/__chunks__/{chunk-QHBKVO2Z.js → chunk-SLV6RWJA.js} +2 -2
- package/__chunks__/chunk-SSGCKKCP.js +2 -0
- package/__chunks__/{chunk-4T7ZO3NJ.js → chunk-STMFYDBE.js} +2 -2
- package/__chunks__/{chunk-5ZR75RLA.js → chunk-SYDN6KRX.js} +2 -2
- package/__chunks__/{chunk-GCC5I7IW.js → chunk-SYZK5EXY.js} +2 -2
- package/__chunks__/chunk-SZYVKAJI.js +2 -0
- package/__chunks__/{chunk-QJM3BZPB.js → chunk-T2PES3Q3.js} +2 -2
- package/__chunks__/{chunk-ZDO6OEG3.js → chunk-T5GVXGBM.js} +2 -2
- package/__chunks__/chunk-T6EW2DHO.js +2 -0
- package/__chunks__/{chunk-TMH5SKEA.js → chunk-TBEQYVYW.js} +2 -2
- package/__chunks__/chunk-TDNO5BAM.js +2 -0
- package/__chunks__/{chunk-2HXSFGMC.js → chunk-THLYEDAE.js} +2 -2
- package/__chunks__/{chunk-TRB4FAIN.js → chunk-TNZEG3CZ.js} +2 -2
- package/__chunks__/{chunk-UGTP2KQH.js → chunk-TQ2BKKBT.js} +2 -2
- package/__chunks__/{chunk-YXZATSD3.js → chunk-TW3LEKQM.js} +2 -2
- package/__chunks__/{chunk-BKGJ6PDT.js → chunk-TWZMJ3UH.js} +2 -2
- package/__chunks__/{chunk-CD7PFCPS.js → chunk-TXREOH3S.js} +2 -2
- package/__chunks__/{chunk-Y5HQVZC6.js → chunk-TYD5AVUJ.js} +2 -2
- package/__chunks__/{chunk-5EGZ2IE2.js → chunk-TYS2TQK3.js} +2 -2
- package/__chunks__/{chunk-SP3FLANJ.js → chunk-TZIC5MQV.js} +2 -2
- package/__chunks__/{chunk-26OYEHRG.js → chunk-TZTDIVG3.js} +2 -2
- package/__chunks__/{chunk-XXLXFO66.js → chunk-U2XBKHBY.js} +2 -2
- package/__chunks__/chunk-U5GJPRC6.js +2 -0
- package/__chunks__/{chunk-MFES2BPZ.js → chunk-U5QUWFCX.js} +2 -2
- package/__chunks__/{chunk-4FYXC6FN.js → chunk-UCBK4UUB.js} +2 -2
- package/__chunks__/{chunk-VTZEZCJ2.js → chunk-UEJFKME5.js} +2 -2
- package/__chunks__/chunk-UJWI6ZHC.js +2 -0
- package/__chunks__/{chunk-WSAOKR3L.js → chunk-UP5L25UG.js} +2 -2
- package/__chunks__/{chunk-CQAH6AS6.js → chunk-USAPXQC6.js} +2 -2
- package/__chunks__/{chunk-GFEA5DRM.js → chunk-UW4VWD4C.js} +2 -2
- package/__chunks__/{chunk-WHCVUDN3.js → chunk-UWAHFJGT.js} +2 -2
- package/__chunks__/{chunk-KX44Y73F.js → chunk-UWBKQQGK.js} +2 -2
- package/__chunks__/{chunk-CNY6MRHC.js → chunk-UYIFSBFM.js} +2 -2
- package/__chunks__/{chunk-Y26CRUDK.js → chunk-UZ7K4UMU.js} +2 -2
- package/__chunks__/{chunk-I5JL5OC4.js → chunk-UZV5VBWP.js} +2 -2
- package/__chunks__/chunk-V75NLL26.js +2 -0
- package/__chunks__/chunk-V7QS45U5.js +2 -0
- package/__chunks__/{chunk-3LVG4W6K.js → chunk-VICMCLGA.js} +2 -2
- package/__chunks__/{chunk-HPWTJMQR.js → chunk-VJJMYOLU.js} +2 -2
- package/__chunks__/{chunk-Z5JQJS7X.js → chunk-VKLDPAEO.js} +2 -2
- package/__chunks__/{chunk-GVUGIEF3.js → chunk-VR4CVIIC.js} +2 -2
- package/__chunks__/{chunk-YNF6345J.js → chunk-VVME5RRR.js} +2 -2
- package/__chunks__/{chunk-LYDGSBBN.js → chunk-VZFMZEZ4.js} +2 -2
- package/__chunks__/{chunk-5ZA2MF34.js → chunk-W5MEGAKJ.js} +2 -2
- package/__chunks__/{chunk-OCFMHJSH.js → chunk-WIGRCS6C.js} +2 -2
- package/__chunks__/{chunk-4GQV3TJF.js → chunk-WMSQ5XTJ.js} +2 -2
- package/__chunks__/{chunk-WCKKKD5C.js → chunk-WQN5U2MF.js} +2 -2
- package/__chunks__/{chunk-FUN3E5AY.js → chunk-WQYNJFMF.js} +2 -2
- package/__chunks__/{chunk-D4XVJNJD.js → chunk-WRES5TZ3.js} +2 -2
- package/__chunks__/{chunk-GIZYCRDY.js → chunk-X5P43RJL.js} +2 -2
- package/__chunks__/{chunk-BNXLNRPJ.js → chunk-XCX5VUUO.js} +2 -2
- package/__chunks__/{chunk-OV5YIJB3.js → chunk-XKL6IVAM.js} +2 -2
- package/__chunks__/{chunk-DRGL5KW2.js → chunk-XQNALA66.js} +2 -2
- package/__chunks__/{chunk-N6KNS3AG.js → chunk-XSNS7OZJ.js} +2 -2
- package/__chunks__/{chunk-TAX5G2A3.js → chunk-XWGW4DD5.js} +2 -2
- package/__chunks__/{chunk-ZM6IOJVQ.js → chunk-XZ3SW2QN.js} +2 -2
- package/__chunks__/{chunk-23BGGZ27.js → chunk-Y5T6QJAX.js} +2 -2
- package/__chunks__/{chunk-YJXFHSP5.js → chunk-Y62SNSR2.js} +2 -2
- package/__chunks__/{chunk-QDGVR252.js → chunk-Y7OL2CNN.js} +2 -2
- package/__chunks__/{chunk-YJXAVQTB.js → chunk-YC7QCSAA.js} +2 -2
- package/__chunks__/{chunk-OHI54DJL.js → chunk-YHULIFO3.js} +2 -2
- package/__chunks__/{chunk-W4AQ3LUX.js → chunk-YI7GCPN2.js} +2 -2
- package/__chunks__/{chunk-YY3TJTZD.js → chunk-YIBIC2SN.js} +2 -2
- package/__chunks__/{chunk-DAZGPPZU.js → chunk-YIDYMEYQ.js} +2 -2
- package/__chunks__/chunk-YJFIZWHF.js +2 -0
- package/__chunks__/chunk-YM3UXGLQ.js +2 -0
- package/__chunks__/{chunk-VWMBLZYM.js → chunk-YRD6KSDH.js} +2 -2
- package/__chunks__/chunk-YS2DOVB4.js +2 -0
- package/__chunks__/{chunk-GJVJWQIL.js → chunk-YU57DBDI.js} +2 -2
- package/__chunks__/{chunk-QU6UMMB4.js → chunk-YVYAJMNI.js} +2 -2
- package/__chunks__/{chunk-NGUNRHHL.js → chunk-Z3236R2X.js} +2 -2
- package/__chunks__/{chunk-U6ZKLV2L.js → chunk-Z4ROMD64.js} +2 -2
- package/__chunks__/{chunk-UKB3OG5J.js → chunk-Z7GIQZHK.js} +2 -2
- package/__chunks__/{chunk-IRA2TP6H.js → chunk-ZDLOAOSP.js} +2 -2
- package/__chunks__/chunk-ZFLSGVWG.js +2 -0
- package/__chunks__/{chunk-COX2JC7T.js → chunk-ZG2342IK.js} +2 -2
- package/__chunks__/{chunk-4ZMBK4II.js → chunk-ZHVIYCQH.js} +2 -2
- package/__chunks__/{chunk-LQPVZGMY.js → chunk-ZJKBORJK.js} +2 -2
- package/__chunks__/{chunk-PH4REAIR.js → chunk-ZKRNV7G7.js} +2 -2
- package/__chunks__/{chunk-HL5BNOVW.js → chunk-ZLKI2ITX.js} +2 -2
- package/__chunks__/{chunk-6EXTUI7X.js → chunk-ZML3AR2W.js} +2 -2
- package/__chunks__/{chunk-BU5GPREC.js → chunk-ZS3ALDXP.js} +2 -2
- package/__chunks__/{chunk-UGDDXJ4Z.js → chunk-ZXZS7P6Y.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/transactionInfoFields/index.js +1 -1
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- 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 -3
- 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-2LVPAZHB.js +0 -2
- package/__chunks__/chunk-3QREC3PD.js +0 -2
- package/__chunks__/chunk-3X2CXJEB.js +0 -2
- package/__chunks__/chunk-44UG3WIE.js +0 -2
- package/__chunks__/chunk-4AQYICZ5.js +0 -2
- package/__chunks__/chunk-4LJYNFLA.js +0 -2
- package/__chunks__/chunk-52SCRZO5.js +0 -2
- package/__chunks__/chunk-54AT5AQQ.js +0 -2
- package/__chunks__/chunk-5C4ACRD6.js +0 -2
- package/__chunks__/chunk-6EZBBEKE.js +0 -2
- package/__chunks__/chunk-6YBFQRAY.js +0 -2
- package/__chunks__/chunk-7BXQPYGL.js +0 -2
- package/__chunks__/chunk-7KZ2VK76.js +0 -2
- package/__chunks__/chunk-7RDYRFXD.js +0 -2
- package/__chunks__/chunk-AD5QC2MZ.js +0 -2
- package/__chunks__/chunk-AH3GUVUA.js +0 -2
- package/__chunks__/chunk-ALJCV6ZS.js +0 -2
- package/__chunks__/chunk-B2D2DTKY.js +0 -2
- package/__chunks__/chunk-B2S52PNC.js +0 -2
- package/__chunks__/chunk-B4SPFNTC.js +0 -2
- package/__chunks__/chunk-B6ZWBVRW.js +0 -2
- package/__chunks__/chunk-BALR74A5.js +0 -2
- package/__chunks__/chunk-BHV2VF55.js +0 -2
- package/__chunks__/chunk-BP2EOJK3.js +0 -2
- package/__chunks__/chunk-BX75ZZTM.js +0 -2
- package/__chunks__/chunk-C7FJFGW6.js +0 -2
- package/__chunks__/chunk-CRZF45CS.js +0 -2
- package/__chunks__/chunk-DTWDJD7R.js +0 -2
- package/__chunks__/chunk-DVR6CXHR.js +0 -2
- package/__chunks__/chunk-EOECQE3D.js +0 -2
- package/__chunks__/chunk-ETJP2TOD.js +0 -2
- package/__chunks__/chunk-GWBI5UGG.js +0 -2
- package/__chunks__/chunk-IKTIJBIO.js +0 -2
- package/__chunks__/chunk-KE3REHSE.js +0 -2
- package/__chunks__/chunk-KFTRMMYU.js +0 -2
- package/__chunks__/chunk-KO2CYOAN.js +0 -2
- package/__chunks__/chunk-LDZJ7SUG.js +0 -2
- package/__chunks__/chunk-MSCW24GX.js +0 -2
- package/__chunks__/chunk-N732HMXM.js +0 -2
- package/__chunks__/chunk-O4NOVLC4.js +0 -2
- package/__chunks__/chunk-OQXNMVTB.js +0 -2
- package/__chunks__/chunk-PQPSGBGB.js +0 -2
- package/__chunks__/chunk-PXI6PJHC.js +0 -2
- package/__chunks__/chunk-QI66FCA3.js +0 -2
- package/__chunks__/chunk-QJTS4U6H.js +0 -2
- package/__chunks__/chunk-R62JSL46.js +0 -2
- package/__chunks__/chunk-RCCYI4OE.js +0 -2
- package/__chunks__/chunk-RHW5DPB5.js +0 -2
- package/__chunks__/chunk-RM23U3JT.js +0 -2
- package/__chunks__/chunk-RPDLRFYB.js +0 -2
- package/__chunks__/chunk-SBOCWYWL.js +0 -2
- package/__chunks__/chunk-SS54HMLY.js +0 -2
- package/__chunks__/chunk-SVQOMYHB.js +0 -2
- package/__chunks__/chunk-UQJFLUDU.js +0 -2
- package/__chunks__/chunk-V2YJ5A6H.js +0 -2
- package/__chunks__/chunk-VXDAIUTM.js +0 -2
- package/__chunks__/chunk-W2PUSARJ.js +0 -2
- package/__chunks__/chunk-W46LZV23.js +0 -2
- package/__chunks__/chunk-W4HTVWOZ.js +0 -2
- package/__chunks__/chunk-W4XEIHBX.js +0 -2
- package/__chunks__/chunk-WBR3WJCX.js +0 -2
- package/__chunks__/chunk-ZMTXXP4R.js +0 -2
- package/__chunks__/chunk-ZZXF35JZ.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as N,d as k}from"./chunk-D2FO4HDK.js";import{a as f}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as N,d as k}from"./chunk-D2FO4HDK.js";import{a as f}from"./chunk-TQ2BKKBT.js";import{a as u}from"./chunk-GAGVTIFK.js";import{a}from"./chunk-2CBZ3KMF.js";import{a as d}from"./chunk-Q7PYHNJP.js";import{a as e}from"./chunk-ZXZXEDS2.js";import{y as w}from"./chunk-HH25W56B.js";import{i as v,j as p,m}from"./chunk-HBP5N4FR.js";m();w();import o from"react";import{faTimes as A}from"@fortawesome/free-solid-svg-icons";import C from"classnames";var E=({handleClose:t,error:c,title:W,description:T,sessionId:M,className:x="dapp-extension-modal",modalContentClassName:h,globalStyles:n,styles:i})=>{let s=a(),D=d(),r={wrapper:C(i==null?void 0:i.modalContainer,i==null?void 0:i.extension,x),icon:n==null?void 0:n.textWhite,closeBtn:C(n==null?void 0:n.btn,n==null?void 0:n.btnCloseLink,n==null?void 0:n.btnDark,n==null?void 0:n.textWhite,n==null?void 0:n.mt2)},B=P=>p(void 0,null,function*(){P.preventDefault(),D(M),yield s(),t()});return o.createElement(f,{onClose:t,modalConfig:{modalDialogClassName:r.wrapper},visible:!0},o.createElement(u,{icon:c?A:null,iconClass:r.icon,className:h,iconBgClass:c?n==null?void 0:n.bgDanger:n==null?void 0:n.bgWarning,iconSize:"3x",title:W,description:T,action:o.createElement("button",{id:"closeButton","data-testid":"closeButton",onClick:B,className:r.closeBtn},"Close")}))},Y=e(E,{ssrStyles:()=>import("../UI/SignTransactionsModals/components/SignWaitingScreenModal/signWaitingScreenModal.styles.js"),clientStyles:()=>(k(),v(N)).default});export{Y as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Y62SNSR2.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as e}from"./chunk-IE56FRZD.js";import{a as t,b as i,m as r}from"./chunk-HBP5N4FR.js";r();import m from"react";var d=o=>m.createElement(e,i(t({},o),{title:o.title||"Confirm on Metamask"}));export{d as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Y7OL2CNN.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as o}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as o}from"./chunk-5V2DPUMR.js";import{a as d}from"./chunk-OF222H3K.js";import{m as a}from"./chunk-HBP5N4FR.js";a();d();var b=()=>{var t,e;let{hasPendingTransactions:i,pendingTransactions:s}=o();if(!i)return"";let c=Object.keys(s).sort().reverse();for(let h of c){let n=(e=(t=s[h].transactions)==null?void 0:t.filter(r=>r.status==="pending"))!=null?e:[];if(n.length>0)return n[n.length-1].hash}return""};export{b as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YC7QCSAA.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-EQW6HDO3.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-YHULIFO3.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{j as n,k as i,y as s}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{j as n,k as i,y as s}from"./chunk-HH25W56B.js";import{e as o,m as r}from"./chunk-HBP5N4FR.js";var A,g=o(()=>{r();s();A=e=>{let t=e;typeof t=="string"&&t.includes("Shard")&&(t=t.replace("Shard","").replace(" ",""));let S=n.toString()===String(t).toString()||String(t)==="metachain",a=i.toString()===String(t).toString();return S?"Metachain":a?"All Shards":`Shard ${t}`}});export{A as a,g as b};
|
|
2
|
+
//# sourceMappingURL=chunk-YI7GCPN2.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c,d as S}from"./chunk-I5VR5E24.js";import{a as f}from"./chunk-XVSQYXHY.js";import{a as n}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c,d as S}from"./chunk-I5VR5E24.js";import{a as f}from"./chunk-XVSQYXHY.js";import{a as n}from"./chunk-EFURWS6F.js";import{a}from"./chunk-CHJGKW2E.js";import{a as p}from"./chunk-WURVMRB4.js";import{a as e}from"./chunk-ZXZXEDS2.js";import{a as l}from"./chunk-UWBKQQGK.js";import{a as t}from"./chunk-X42PRFW5.js";import{i as h,m as i}from"./chunk-HBP5N4FR.js";i();import r from"react";import{faSearch as x}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as I}from"@fortawesome/react-fontawesome";l();var D=({result:m,styles:o})=>r.createElement(f,{title:"SC Result Hash",noBorder:!0},r.createElement("div",{className:o==null?void 0:o.contractDetailItem},r.createElement(n,{text:m.hash}),r.createElement(p,{className:o==null?void 0:o.copy,text:m.hash}),r.createElement(a,{className:o==null?void 0:o.explorer,page:t.transactionDetails(`${m.originalTxHash}#${m.hash}`)},r.createElement(I,{icon:x})))),W=e(D,{ssrStyles:()=>import("../UI/TransactionInfo/components/ScrDetailItem/styles.js"),clientStyles:()=>(S(),h(c)).default});export{W as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YIBIC2SN.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as p}from"./chunk-KXNWAPAZ.js";import{d as a}from"./chunk-TBEQYVYW.js";import{s as P}from"./chunk-ZG2342IK.js";import{c as T}from"./chunk-7TW5V77R.js";import{a as d}from"./chunk-H5SDXBQQ.js";import{a as S}from"./chunk-OF222H3K.js";import{m as I}from"./chunk-HBP5N4FR.js";I();import{useMemo as l}from"react";P();S();var q=()=>{let r=a(T),i=a(d),{signedTransactions:t}=p(),o=l(()=>r.map(s=>{var c,e,m,f,u;let n=(c=t[s.toastId])==null?void 0:c.status;return{sessionId:s.toastId,baseTransactionsInfo:(e=i[s.toastId])!=null?e:{},customTransactionsInfo:(u=(f=(m=t[s.toastId])==null?void 0:m.customTransactionInformation)==null?void 0:f.sessionInformation)!=null?u:{},status:n,isPending:n!=="success"&&n!=="fail"&&n!=="cancelled"}}),[r,t,i]),g=l(()=>o.filter(s=>s.isPending),[o]);return{transactionsToastsInfo:o,pendingTransactionsToastsInfo:g}};export{q as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YIDYMEYQ.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as e}from"./chunk-Y62SNSR2.js";import{a as n,b as t,m as i}from"./chunk-HBP5N4FR.js";i();import g from"react";var W=o=>{var r;let a=o.error?o.error:((r=o.transactions)==null?void 0:r.length)>1?"Check your Wallet Window to sign the transactions":"Check your Wallet Window to sign the transaction",c=t(n({},o),{description:a,title:"Confirm on your authenticated provider"});return g.createElement(e,n({},c))};export{W as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YRD6KSDH.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as p}from"./chunk-RRGGWHLF.js";import{a as T}from"./chunk-IBRKWAJU.js";import{a as c}from"./chunk-DZXHQDXB.js";import{a as e}from"./chunk-5THRJXRB.js";import{a as r,m as i}from"./chunk-HBP5N4FR.js";i();import u from"react";var I=({Screen:n,verifyReceiverScam:m,className:l})=>{if(!n)return null;let{callbackRoute:S,transactions:f,error:g,sessionId:s,hasTransactions:y,onAbort:P,canceledTransactionsMessage:t}=T(),d=c(),{providerType:E}=e(),h=()=>{P(s)},o=g||d,C={handleClose:h,error:o,sessionId:s,transactions:f||[],providerType:E,callbackRoute:S,className:l,verifyReceiverScam:m},x={signError:o,canceledTransactionsMessage:t},a=Boolean(o)||Boolean(t);return!a&&!y?null:a?u.createElement(p,r({},x)):u.createElement(n,r({},C))};export{I as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YU57DBDI.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as t,c as r}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as t,c as r}from"./chunk-3YSQJ27F.js";import{e as n,m as p}from"./chunk-HBP5N4FR.js";import{createSlice as c}from"@reduxjs/toolkit";var o,a,y,D,f=n(()=>{p();r();o={},a=c({name:"dappConfigSlice",initialState:o,reducers:{setDappConfig:(e,i)=>i.payload},extraReducers:e=>{e.addCase(t,()=>o)}}),{setDappConfig:y}=a.actions,D=a.reducer});export{a,y as b,D as c,f as d};
|
|
2
|
+
//# sourceMappingURL=chunk-YVYAJMNI.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as n}from"./chunk-CQLEX5Q4.js";import{c as u,d as c}from"./chunk-NHXJOOWR.js";import{a as t}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as n}from"./chunk-CQLEX5Q4.js";import{c as u,d as c}from"./chunk-NHXJOOWR.js";import{a as t}from"./chunk-EFURWS6F.js";import{a as e}from"./chunk-CHJGKW2E.js";import{a}from"./chunk-WURVMRB4.js";import{a as i}from"./chunk-ZXZXEDS2.js";import{i as h,m}from"./chunk-HBP5N4FR.js";m();import o from"react";import{faSearch as x}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as H}from"@fortawesome/react-fontawesome";var S=({hash:p,page:f,styles:r})=>o.createElement("div",{className:r==null?void 0:r.scResultHash},o.createElement(n,{label:"Hash"},o.createElement(t,{text:p,className:r==null?void 0:r.hash}),o.createElement(a,{text:p,className:r==null?void 0:r.copy}),o.createElement(e,{className:r==null?void 0:r.explorer,page:f},o.createElement(H,{icon:x})))),l=i(S,{ssrStyles:()=>import("../UI/LoadingDots/loadingDotsStyle.js"),clientStyles:()=>(c(),h(u)).default}),P=l;export{P as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z3236R2X.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as l,d as c}from"./chunk-IFZI4HAI.js";import{a as r}from"./chunk-XVSQYXHY.js";import{a as i}from"./chunk-ZXZXEDS2.js";import{t as o,y as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as l,d as c}from"./chunk-IFZI4HAI.js";import{a as r}from"./chunk-XVSQYXHY.js";import{a as i}from"./chunk-ZXZXEDS2.js";import{t as o,y as p}from"./chunk-HH25W56B.js";import{i as n,m as a}from"./chunk-HBP5N4FR.js";a();p();import s from"react";var T=({className:m,transaction:e,styles:t})=>s.createElement(r,{className:m,title:"Gas Used"},e.gasUsed!=null?e.gasUsed.toLocaleString("en"):s.createElement("span",{className:t==null?void 0:t.gas},o)),u=i(T,{ssrStyles:()=>import("../UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js"),clientStyles:()=>(c(),n(l)).default});export{u as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z4ROMD64.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as U}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as U}from"./chunk-RGC4W6PF.js";import{a as d,b}from"./chunk-SYZK5EXY.js";import{a as g}from"./chunk-M5NKEQDD.js";import{a as A}from"./chunk-U5QUWFCX.js";import{a as D}from"./chunk-6GV6PRNQ.js";import{a as o,b as M}from"./chunk-NKU7U6T3.js";import{a as u,b as S}from"./chunk-JRB2SSEU.js";import{a as s,b as f,c as V,d as k,e as R}from"./chunk-IVF47HJD.js";import{a as p,b as G}from"./chunk-NUUFN3U3.js";import{a as c,b as H}from"./chunk-STMFYDBE.js";import{b as m,c as W}from"./chunk-LVCWBXY5.js";import{f as i,y as C}from"./chunk-HH25W56B.js";import{e as v,m as r}from"./chunk-HBP5N4FR.js";var te,j=v(()=>{r();C();W();S();G();H();R();U();M();b();te=({transaction:e,hideMultipleBadge:x})=>{var l;if(e.action){if(f.includes(e.action.name))return o(e.value);if(V.includes(e.action.name))return A(e);if(s.includes(e.action.name))return D(e);if(k.includes(e.action.name))return g(e);let a=u(e);if(a.length){let t=a[0],_=Object.values(m).includes(t.type),T=!x&&a.length>1?d(a):"";if(_){let{badgeText:L,tokenFormattedAmount:n,tokenExplorerLink:O,tokenLinkText:h}=p({token:t});return{nftValueData:{badgeText:L,tokenFormattedAmount:n,tokenExplorerLink:O,tokenLinkText:h,transactionTokens:a,token:t,value:n!=null?t.value:null,decimals:n!=null?t.decimals:null,titleText:T}}}let{tokenExplorerLink:y,showFormattedAmount:E,tokenFormattedAmount:I,tokenLinkText:N,token:F}=c({token:t});return{tokenValueData:{tokenExplorerLink:y,showFormattedAmount:E,tokenFormattedAmount:I,tokenLinkText:N,transactionTokens:a,token:F,value:t.value,decimals:(l=t.decimals)!=null?l:i,titleText:T}}}}return o(e.value)}});export{te as a,j as b};
|
|
2
|
+
//# sourceMappingURL=chunk-Z7GIQZHK.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as m,c as f}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as m,c as f}from"./chunk-3YSQJ27F.js";import{a as i,b as S}from"./chunk-WTIKHG7D.js";import{a as y}from"./chunk-OF222H3K.js";import{a as n,b as T,e as l,m as r}from"./chunk-HBP5N4FR.js";import{createSlice as C}from"@reduxjs/toolkit";import{REHYDRATE as x}from"redux-persist";var d,u,U,Y,j,k,q,g=l(()=>{r();y();S();f();d={customToasts:[],transactionToasts:[]},u=C({name:"toastsSlice",initialState:d,reducers:{addCustomToast:(t,o)=>{let s=o.payload.toastId||`custom-toast-${t.customToasts.length+1}`,a=t.customToasts.findIndex(e=>e.toastId===s);if(a!==-1){t.customToasts[a]=T(n(n({},t.customToasts[a]),o.payload),{type:"custom",toastId:s});return}t.customToasts.push(T(n({},o.payload),{type:"custom",toastId:s}))},removeCustomToast:(t,o)=>{t.customToasts=t.customToasts.filter(s=>s.toastId!==o.payload)},addTransactionToast:(t,o)=>{t.transactionToasts.push({type:"transaction",startTimestamp:i(),toastId:o.payload||`custom-toast-${t.transactionToasts.length+1}`})},removeTransactionToast:(t,o)=>{t.transactionToasts=t.transactionToasts.filter(s=>s.toastId!==o.payload)}},extraReducers:t=>{t.addCase(m,()=>d),t.addCase(x,(o,s)=>{var e,c;let a=(c=(e=s.customToasts)==null?void 0:e.filter(p=>!("component"in p)))!=null?c:[];o.customToasts=a})}}),{addCustomToast:U,removeCustomToast:Y,addTransactionToast:j,removeTransactionToast:k}=u.actions,q=u.reducer});export{u as a,U as b,Y as c,j as d,k as e,q as f,g};
|
|
2
|
+
//# sourceMappingURL=chunk-ZDLOAOSP.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{a as I}from"./chunk-NKKKO77C.js";import{a as p}from"./chunk-5RU42EBW.js";import{a as c}from"./chunk-FASRZSAA.js";import{a as T}from"./chunk-WMSQ5XTJ.js";import{a as G}from"./chunk-NN46POOZ.js";import{a as g}from"./chunk-6EDPXPUN.js";import{a as s}from"./chunk-UP5L25UG.js";import{a as i}from"./chunk-BJGKFT37.js";import{a as k}from"./chunk-3RYWDPX5.js";import{a as m}from"./chunk-MWRND26Z.js";import{a as l}from"./chunk-IJYOHW7C.js";import{a as d}from"./chunk-Z4ROMD64.js";import{a as u}from"./chunk-RJEMLYU5.js";import{a as f}from"./chunk-BUNQEUVQ.js";import{a as t}from"./chunk-7SAIKJXD.js";import{a as r}from"./chunk-BJVVO6UW.js";import{a as h}from"./chunk-LYS6XNSD.js";import{m as a}from"./chunk-HBP5N4FR.js";a();import n from"react";var W=({transaction:o})=>n.createElement(n.Fragment,null,n.createElement(i,{transaction:o}),n.createElement(s,{transaction:o}),n.createElement(r,{transaction:o}),n.createElement(T,{transaction:o}),n.createElement(t,{transaction:o}),n.createElement(I,{transaction:o}),n.createElement(c,{transaction:o}),n.createElement(m,{transaction:o}),n.createElement(p,{transaction:o}),n.createElement(f,{transaction:o}),n.createElement(h,{transaction:o}),n.createElement(l,{transaction:o}),n.createElement(d,{transaction:o}),n.createElement(u,{transaction:o}),n.createElement(G,{transaction:o}),n.createElement(k,{transaction:o}),n.createElement(g,{transaction:o}));export{W as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZFLSGVWG.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b as W}from"./chunk-XNFCZFZP.js";import{b as Y}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{b as W}from"./chunk-XNFCZFZP.js";import{b as Y}from"./chunk-XSNS7OZJ.js";import{b as Z}from"./chunk-32J5SXUL.js";import{a as Q}from"./chunk-HXS2532U.js";import{b as K}from"./chunk-YHULIFO3.js";import{b as J}from"./chunk-BOS66QTB.js";import{a as rr}from"./chunk-VVME5RRR.js";import{a as b}from"./chunk-QOTQ224Y.js";import{b as U}from"./chunk-AAI7OAOT.js";import{d as z}from"./chunk-7TW5V77R.js";import{c as B}from"./chunk-H5SDXBQQ.js";import{c as j}from"./chunk-H6BZGL2Y.js";import{k as q}from"./chunk-TW3LEKQM.js";import{d as F}from"./chunk-ZHMC3BOL.js";import{f as _}from"./chunk-BQNI2XMA.js";import{m as h}from"./chunk-NMH5ACZ5.js";import{a as P,b as H}from"./chunk-WQYNJFMF.js";import{b as G}from"./chunk-ZML3AR2W.js";import{b as X}from"./chunk-NYZNOX36.js";import{c as N}from"./chunk-6HPWNPI6.js";import{k as T,o as V}from"./chunk-S55DZJQR.js";import{a as e,b as M}from"./chunk-3DHA63I3.js";import{a as l,d as $}from"./chunk-SLV6RWJA.js";import{j as R,k as v,l as C,n as D,x as L}from"./chunk-HNDDVE4V.js";import{a as O,b as I,e as s,m as o}from"./chunk-HBP5N4FR.js";function nr(r,t=T(l.getState())){return`${t}/transactions/${r}`}var k=s(()=>{o();S();$()});var ar,w=s(()=>{o();d();ar=({transaction:r,filterBy:t})=>{if(!r.operations)return[];let n=b(r);if(n.length===0)return[];if(!t)return n;let{action:m,receiver:i,sender:y}=t;return n.filter(u=>!(m&&u.action!==m||y&&u.sender!==y||i&&u.receiver!==i))}});var d=s(()=>{o();J();A();K();Q();N();k();U();G();W();X();Y();Z();rr();L();w()});var x,f,br,kr,g,wr,Ar,Er,Lr,Mr,hr,E=s(()=>{o();H();d();M();x=r=>r.transactions,f=e(x,r=>r.signedTransactions),br=e(x,r=>r.signTransactionsError),kr=e(x,r=>r.signTransactionsCancelMessage),g=r=>t=>Object.entries(t).reduce((n,[m,i])=>(r(i.status)&&(n[m]=i),n),{}),wr=e(f,g(R)),Ar=e(f,g(v)),Er=e(f,g(C)),Lr=e(f,g(D)),Mr=e(x,r=>{var t;return(r==null?void 0:r.transactionsToSign)==null?null:I(O({},r.transactionsToSign),{transactions:((t=r==null?void 0:r.transactionsToSign)==null?void 0:t.transactions.map(n=>P(n)))||[]})}),hr=e(f,(r,t)=>t,(r,t)=>t!=null?(r==null?void 0:r[t])||{}:{})});var S=s(()=>{o();h();j();q();F();V();_();z();B();E()});function Ur(r,t=T(l.getState())){return`${t}/address/${r}`}var A=s(()=>{o();S();$()});export{Ur as a,A as b,nr as c,k as d,ar as e,w as f,d as g,x as h,f as i,br as j,kr as k,wr as l,Ar as m,Er as n,Lr as o,Mr as p,hr as q,E as r,S as s};
|
|
2
|
+
//# sourceMappingURL=chunk-ZG2342IK.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as o}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as o}from"./chunk-IBRKWAJU.js";import{m as r}from"./chunk-HBP5N4FR.js";r();import i from"react";function p(){return o(),i.createElement(i.Fragment,null)}export{p as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZHVIYCQH.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as U}from"./chunk-WXMK6MJG.js";import{c as D,d as W}from"./chunk-PQEWRDXW.js";import{a as A}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as U}from"./chunk-WXMK6MJG.js";import{c as D,d as W}from"./chunk-PQEWRDXW.js";import{a as A}from"./chunk-3GFNZM6Y.js";import{a as L}from"./chunk-CHJGKW2E.js";import{a as x}from"./chunk-ZXZXEDS2.js";import{y as a}from"./chunk-HH25W56B.js";import{i as F,m as T}from"./chunk-HBP5N4FR.js";T();a();import n from"react";import c from"classnames";var q=({badgeText:p,tokenFormattedAmount:h,tokenExplorerLink:E,tokenLinkText:I,token:i,showLastNonZeroDecimal:w,globalStyles:r,styles:m})=>{var d,f,u,N,v;return i.identifier?n.createElement("div",{className:m==null?void 0:m.transactionActionNft},p!=null&&n.createElement(U,{text:p,className:c(r==null?void 0:r.mr1,r==null?void 0:r.myAuto)}),h!=null&&n.createElement("div",{className:c(r==null?void 0:r.mr1,{[(d=r==null?void 0:r.textTruncate)!=null?d:""]:i.svgUrl})},n.createElement(A,{value:i.value,digits:2,showLabel:!1,showLastNonZeroDecimal:w,decimals:i.decimals,"data-testid":"nftFormattedAmount"})),n.createElement(L,{page:E,"data-testid":"nftExplorerLink",className:c(m==null?void 0:m.explorer,{[(f=r==null?void 0:r.sideLink)!=null?f:""]:i.svgUrl,[(u=r==null?void 0:r.dFlex)!=null?u:""]:i.svgUrl,[(N=r==null?void 0:r.textTruncate)!=null?N:""]:!i.svgUrl})},n.createElement("div",{className:m==null?void 0:m.data},i.svgUrl&&n.createElement("img",{src:i.svgUrl,alt:i.name,className:c(r==null?void 0:r.sideIcon,r==null?void 0:r.mr1)}),n.createElement("span",{className:c({[(v=m==null?void 0:m.truncate)!=null?v:""]:i.ticker===i.collection})},I)))):null},Q=x(q,{ssrStyles:()=>import("../UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js"),clientStyles:()=>(W(),F(D)).default});export{Q as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZJKBORJK.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as f}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as f}from"./chunk-5V2DPUMR.js";import{a as u}from"./chunk-XKL6IVAM.js";import{a as s}from"./chunk-HVKNFFGU.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-ZKRNV7G7.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as h}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as h}from"./chunk-XZ3SW2QN.js";import{a as d}from"./chunk-UZV5VBWP.js";import{a as P}from"./chunk-F6HZWORP.js";import{c as q,d as B}from"./chunk-3H5JN4LM.js";import{a as C}from"./chunk-6CJOCM6T.js";import{a as l}from"./chunk-ZXZXEDS2.js";import{i as k,m}from"./chunk-HBP5N4FR.js";m();import s from"react";var R=({className:f="dapp-transaction-toast",customization:t,endTimeProgress:y,lifetimeAfterSuccess:a,onDelete:c,startTimestamp:g,status:S,styles:r,title:D="",toastId:o,transactions:e})=>{var p,i;let{isCrossShard:W,progress:x,isPending:n,isTimedOut:T,toastDataState:N,handleDeleteToast:w}=h({toastId:o,transactions:e,status:S,lifetimeAfterSuccess:a,startTimestamp:g,endTimeProgress:y,onDelete:c}),E=(p=t==null?void 0:t.Progress)!=null?p:C,O=(i=t==null?void 0:t.TransactionToastContent)!=null?i:d;return s.createElement(P,{className:f,id:`toast-${o}`},s.createElement(E,{key:o,id:o,progress:x,expiresIn:a,done:!n||T,isCrossShard:W},s.createElement(O,{customElements:t==null?void 0:t.TransactionToastContentCustomElements,isTimedOut:T,onDeleteToast:w,showCloseButton:!n,style:r!=null?r:{},toastDataState:N,toastTitle:D,transactions:e!=null?e:[]})))},L=l(R,{ssrStyles:()=>import("../UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js"),clientStyles:()=>(B(),k(q)).default});export{L as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZLKI2ITX.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{y as s}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{y as s}from"./chunk-HH25W56B.js";import{a as n}from"./chunk-JXJG3QMF.js";import{e,m as t}from"./chunk-HBP5N4FR.js";var G,o=e(()=>{t();s();G=({data:r,onlySetGuardian:i})=>r?i?r.startsWith("SetGuardian"):Object.values(n).some(a=>r.startsWith(a)):!1});export{G as a,o as b};
|
|
2
|
+
//# sourceMappingURL=chunk-ZML3AR2W.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{j as u,y as d}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{j as u,y as d}from"./chunk-HH25W56B.js";import{e as i,k as t,m as f}from"./chunk-HBP5N4FR.js";var h,A,l=i(()=>{f();d();h=r=>{let e=t.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(r.slice(0,e.length).equals(e))return!0;let s=t.Buffer.alloc(32).fill(0);return r.equals(s)},A=r=>{try{let a=parseInt("11",2),s=parseInt("01",2),o=t.Buffer.from(r,"hex"),c=o[31];if(h(o))return u;let n=c&a;return n>3-1&&(n=c&s),n}catch(e){return-1}}});export{A as a,l as b};
|
|
2
|
+
//# sourceMappingURL=chunk-ZS3ALDXP.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as n}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as n}from"./chunk-GTFRBJR7.js";import{a as t,b as c}from"./chunk-MUVMN33W.js";import{j as o}from"./chunk-OKLK5GYW.js";import{m as d}from"./chunk-HBP5N4FR.js";d();o();c();import r from"react";var L=({operation:e,transaction:i})=>{let{direction:s}=t({operation:e,address:i.sender});switch(e.action){case"create":case"localMint":case"ESDTLocalMint":return r.createElement(n,{transaction:i,address:e.sender,action:"Mint by",direction:"Internal"});case"addQuantity":return r.createElement(n,{transaction:i,address:e.sender,action:"Add quantity by",direction:"Internal"});case"burn":case"localBurn":case"ESDTLocalBurn":return r.createElement(n,{transaction:i,address:e.sender,action:"Burn by",direction:"Internal"});case"wipe":return r.createElement(n,{transaction:i,address:e.receiver,action:"Wipe from",direction:"Internal"});case"multiTransfer":return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"Multi transfer from",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}));case"transfer":return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"Transfer from",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}));case"writeLog":return r.createElement(n,{transaction:i,address:e.sender,action:"Write log by",direction:"Internal",isFullSize:!0});case"signalError":return r.createElement(n,{transaction:i,address:e.sender,action:"Signal error by",direction:"Internal",isFullSize:!0});default:return r.createElement(r.Fragment,null,r.createElement(n,{transaction:i,address:e.sender,action:"From",direction:s})," ",r.createElement(n,{transaction:i,address:e.receiver,action:"To"}))}};export{L as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZXZS7P6Y.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,Za=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={}))Za.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)Za.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))!Za.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)),G=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,Ja="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(hn=0,vp=Ja.length;hn<vp;++hn)_o[hn]=Ja[hn],ze[Ja.charCodeAt(hn)]=hn;var hn,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(Qa=>{t();Qa.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)};Qa.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 ei=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 ri(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 ni(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 ri(e){return Np(e),Do(e<0?0:ai(e)|0)}y.allocUnsafe=function(e){return ri(e)};y.allocUnsafeSlow=function(e){return ri(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 oi(e){for(var o=e.length<0?0:ai(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 ni(o.buffer,o.byteOffset,o.byteLength)}return oi(e)}function ni(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=ai(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"||ii(e.length)?Do(0):oi(e);if(e.type==="Buffer"&&Array.isArray(e.data))return oi(e.data)}function ai(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 ti(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:ti(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 Tn(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)Tn(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)Tn(this,n,n+3),Tn(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)Tn(this,n,n+7),Tn(this,n+1,n+6),Tn(this,n+2,n+5),Tn(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,ii(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(ii(_))return m;e[n+m]=_}return m}function Tx(e,o,n,r){return Tr(ti(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?ei.fromByteArray(e):ei.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 Te(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||Te(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||Te(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||Te(o,1,this.length),this[o]};y.prototype.readUint16LE=y.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||Te(o,2,this.length),this[o]|this[o+1]<<8};y.prototype.readUint16BE=y.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||Te(o,2,this.length),this[o]<<8|this[o+1]};y.prototype.readUint32LE=y.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||Te(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||Te(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||Te(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||Te(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||Te(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};y.prototype.readInt16LE=function(o,n){o=o>>>0,n||Te(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||Te(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||Te(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||Te(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||Te(o,4,this.length),Kn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||Te(o,4,this.length),Kn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||Te(o,8,this.length),Kn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||Te(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 ti(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 ei.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 ii(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 se=Hp.exports={},uo,fo;function ci(){throw new Error("setTimeout has not been defined")}function si(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=ci}catch(e){uo=ci}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=si}catch(e){fo=si}})();function Bp(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===ci||!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===si||!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,xn,xr=-1;function Mx(){!Yn||!xn||(Yn=!1,xn.length?Co=xn.concat(Co):xr=-1,Co.length&&Gp())}function Gp(){if(!Yn){var e=Bp(Mx);Yn=!0;for(var o=Co.length;o;){for(xn=Co,Co=[];++xr<o;)xn&&xn[xr].run();xr=-1,o=Co.length}xn=null,Yn=!1,Ex(e)}}se.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 Up(e,o)),Co.length===1&&!Yn&&Bp(Gp)};function Up(e,o){this.fun=e,this.array=o}Up.prototype.run=function(){this.fun.apply(null,this.array)};se.title="browser";se.browser=!0;se.env={};se.argv=[];se.version="";se.versions={};function No(){}se.on=No;se.addListener=No;se.once=No;se.off=No;se.removeListener=No;se.removeAllListeners=No;se.emit=No;se.prependListener=No;se.prependOnceListener=No;se.listeners=function(e){return[]};se.binding=function(e){throw new Error("process.binding is not supported")};se.cwd=function(){return"/"};se.chdir=function(e){throw new Error("process.chdir is not supported")};se.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 pi=b(()=>{"use strict";t()});var $p,Lo,qp,mi,zp,jp,At,go=b(()=>{"use strict";t();$p="error when signing",Lo="Transaction canceled",qp="error signing transaction",mi="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 di,Xp=b(()=>{"use strict";t();di=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(di||{})});var _i,li,ui,fi,It,gi,hi=b(()=>{"use strict";t();_i="1.0.8",li="1.0.11",ui="1.0.15",fi="1.0.17",It="1.0.22",gi="1.0.23"});var Ti,xi=b(()=>{"use strict";t();Ti={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 Si,yi=b(()=>{"use strict";t();Si=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(Si||{})});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();yi();Zp();Jp();Y();om();nm();Ee();tm();rm();am()});var Sn,im,Qk,cm,eD,sm,oD,nD,pm,kt,yn=b(()=>{"use strict";t();J();Sn={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}=Sn["devnet"],{chainId:cm,egldLabel:eD}=Sn["testnet"],{chainId:sm,egldLabel:oD}=Sn["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 fe,Yo=b(()=>{"use strict";t();fe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var _m,lm,vi,sD,pD,bi=b(()=>{"use strict";t();Yo();vi=String((lm=(_m=fe.safeWindow)==null?void 0:_m.navigator)==null?void 0:lm.userAgent),sD=/^((?!chrome|android).)*safari/i.test(vi),pD=/firefox/i.test(vi)&&/windows/i.test(vi)});var wi,Sr,Ct,Ai,Nt,je,vn,um,fm,gm,To,yr,hm,vr,Tm,xm,Sm,Ke,ym,vm,R=b(()=>{"use strict";t();pi();go();Kp();Xp();hi();xi();Yp();yn();Dt();dm();bi();wi=.01,Sr=1500,Ct=5e4,Ai=5e4,Nt=1e9,je=18,vn=4,um=1,fm=1,gm="/dapp/init",To="signSession",yr="sdk-dapp-version",hm="4.3.6",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 Ii=b(()=>{"use strict";t();br();bm();wm()});var ki={};H(ki,{clear:()=>Bx,getItem:()=>Ox,localStorageKeys:()=>Xe,removeItem:()=>Fx,setItem:()=>Rx});var Xe,wr,Rx,Ox,Fx,Bx,bn=b(()=>{"use strict";t();Ii();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 Di={};H(Di,{clear:()=>Dm,getItem:()=>Im,removeItem:()=>km,sessionStorageKeys:()=>Gx,setItem:()=>Am,storage:()=>Ux});var Gx,Am,Im,km,Dm,Ux,Cm=b(()=>{"use strict";t();Gx={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(),Ux={setItem:Am,getItem:Im,removeItem:km,clear:Dm}});var oo,wn=b(()=>{"use strict";t();bn();Cm();oo={session:Di,local:ki}});var Ci,ee,Me,ie=b(()=>{"use strict";t();Ci=require("@reduxjs/toolkit");R();ee=(0,Ci.createAction)(vr),Me=(0,Ci.createAction)(Tm,e=>({payload:e}))});var Li,Nm,Lm,Ye,Ni,Pm,no,Zo,Pi,GD,Hx,Vx,UD,HD,VD,$x,qx,Ar,Ir=b(()=>{"use strict";t();Li=require("@multiversx/sdk-core"),Nm=require("@reduxjs/toolkit"),Lm=require("redux-persist");R();wn();bn();ie();Ye={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ke},Ni={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ye},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Pm=(0,Nm.createSlice)({name:"accountInfoSlice",initialState:Ni,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Li.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),Ni)),e.addCase(Me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Li.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:Ni.accounts,o.publicKey=_})}}),{setAccount:no,setAddress:Zo,setAccountNonce:Pi,setAccountShard:GD,setLedgerAccount:Hx,updateLedgerAccount:Vx,setWalletConnectAccount:UD,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 Ei=b(()=>{"use strict";t();wn();bn()});var Mm,Em,Wm,QD,zx,jx,Mi,eC,Kx,Rm,oC,nC,tC,kr,Dr=b(()=>{"use strict";t();Mm=require("@reduxjs/toolkit");Ei();Y();ie();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:Mi,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");ie();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,Se=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,Gm=b(()=>{"use strict";t();Se();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,Um=b(()=>{"use strict";t();ye();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();Yo();Hm=e=>{if(!fe.safeWindow.location)return;if(!new URL(fe.safeWindow.location.href).protocol.startsWith("http"))return fe.safeWindow.location.reload();fe.safeWindow.location.assign(e)}});var ye=b(()=>{"use strict";t();Gm();Um();Se();Vm()});var $m,qm,Mt,Wt=b(()=>{"use strict";t();ye();$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 Wi(e){let o=null;if((e==null?void 0:e.statusCode)in Ti){let n=e==null?void 0:e.statusCode,{message:r}=Ti[n];o=Qx.includes(n)?Xm:r}return{errorMessage:o,defaultErrorMessage:Xm}}var Xm,Zx,Jx,Qx,Ri=b(()=>{"use strict";t();xi();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();Ri()});var Ym,Zm,Jm,Oi,oS,Qm,BC,GC,ed,Lr,Pr=b(()=>{"use strict";t();Ym=require("@reduxjs/toolkit"),Zm=T(require("lodash.omit")),Jm=require("redux-persist");Dt();ie();Mo();Oi={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:Oi},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:GC,setCustomWalletAddress:ed}=Qm.actions,Lr=Qm.reducer});var od,Fi,nd,zC,jC,KC,Er,Mr=b(()=>{"use strict";t();od=require("@reduxjs/toolkit");J();ie();Fi={isSigning:!1,signedSessions:{}},nd=(0,od.createSlice)({name:"signedMessageInfoSliceState",initialState:Fi,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:()=>Fi},extraReducers:e=>{e.addCase(ee,()=>Fi)}}),{setSignSession:zC,clearSignedMessageInfo:jC,setSignSessionState:KC}=nd.actions,Er=nd.reducer});var rd,ad,td,id,Bi,nS,oN,tS,Wr,Rr=b(()=>{"use strict";t();rd=require("@reduxjs/toolkit"),ad=require("redux-persist");J();br();ie();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:Bi,removeCustomToast:nS,addTransactionToast:oN,removeTransactionToast:tS}=id.actions,Wr=id.reducer});var cd,Ui,Hi,Vi,rS,Gi,sd,aN,aS,Qn,Or,Fr=b(()=>{"use strict";t();cd=require("@reduxjs/toolkit");ie();Ui="Transaction failed",Hi="Transaction successful",Vi="Processing transaction",rS="Transaction submitted",Gi={},sd=(0,cd.createSlice)({name:"transactionsInfo",initialState:Gi,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)||Hi,processingMessage:(r==null?void 0:r.processingMessage)||Vi,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:()=>Gi},extraReducers:e=>{e.addCase(ee,()=>Gi)}}),{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 $i(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,Qo,IS,kS,uN,fd,Wo,xo,fN,Br,Gr=b(()=>{"use strict";t();md=require("@reduxjs/toolkit"),dd=require("redux-persist");Y();rt();ie();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:Qo,clearAllSignedTransactions:IS,clearSignedTransaction:kS,clearTransactionToSign:uN,setSignTransactionsError:fd,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:fN}=_d.actions,Br=_d.reducer});var gd,qi,hd,xN,SN,DS,yN,Ur,Hr=b(()=>{"use strict";t();gd=require("@reduxjs/toolkit");ie();qi={},hd=(0,gd.createSlice)({name:"batchTransactionsSlice",initialState:qi,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:()=>qi},extraReducers:e=>{e.addCase(ee,()=>qi)}}),{setBatchTransactions:xN,updateBatchTransactions:SN,clearBatchTransactions:DS,clearAllBatchTransactions:yN}=hd.actions,Ur=hd.reducer});var xd,Td,Sd,AN,yd,zi=b(()=>{"use strict";t();xd=require("@reduxjs/toolkit");ie();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();Gr();Hr();zi()});var ji=b(()=>{"use strict";t()});var wd,PS,ES,In,qr=b(()=>{"use strict";t();wd=require("@reduxjs/toolkit");ji();Ir();Hr();zi();Dr();Nr();Pr();Mr();Rr();Fr();Gr();PS={["account"]:Ar,["dappConfig"]:yd,["loginInfo"]:kr,["modals"]:Cr,["networkConfig"]:Lr,["signedMessageInfo"]:Er,["toasts"]:Wr,["transactionsInfo"]:Or,["transactions"]:Br,["batchTransactions"]:Ur},ES=(e={})=>(0,wd.combineReducers)(g(g({},PS),e)),In=ES});var Dd={};H(Dd,{default:()=>XS,sessionStorageReducers:()=>Ki});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,GS,US,HS,VS,$S,kd,qS,Ki,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();Gr();ji();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:Oi})};GS=Ro("sdk-dapp-transactionsInfo"),US=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:[]}),Ki={["toasts"]:(0,We.persistReducer)(VS,Wr),["transactions"]:(0,We.persistReducer)(US,Br),["transactionsInfo"]:(0,We.persistReducer)(GS,Or),["batchTransactions"]:(0,We.persistReducer)(HS,Ur),["signedMessageInfo"]:(0,We.persistReducer)($S,Er)},zS=A(g({},Ki),{["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(Ki)):(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((RB,wl)=>{t();var xv=typeof c=="object"&&c&&c.Object===Object&&c;wl.exports=xv});var Kt=I((OB,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((FB,kl)=>{t();var bv=Kt(),wv=bv.Symbol;kl.exports=wv});var Ll=I((BB,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((GB,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 Cc=I((HB,Ol)=>{t();var Rv=Array.isArray;Ol.exports=Rv});var Nc=I((VB,Fl)=>{t();function Ov(e){return e!=null&&typeof e=="object"}Fl.exports=Ov});var Gl=I(($B,Bl)=>{t();var Fv=Sa(),Bv=Cc(),Gv=Nc(),Uv="[object String]";function Hv(e){return typeof e=="string"||!Bv(e)&&Gv(e)&&Fv(e)==Uv}Bl.exports=Hv});var Ec={};H(Ec,{css:()=>jl,default:()=>Yv});var jl,Yv,Mc=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,Za=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={}))Za.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)Za.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))!Za.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)),G=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,Ja="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(hn=0,vp=Ja.length;hn<vp;++hn)_o[hn]=Ja[hn],ze[Ja.charCodeAt(hn)]=hn;var hn,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(Qa=>{t();Qa.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)};Qa.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 ei=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 ri(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 ni(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 ri(e){return Np(e),Do(e<0?0:ai(e)|0)}y.allocUnsafe=function(e){return ri(e)};y.allocUnsafeSlow=function(e){return ri(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 oi(e){for(var o=e.length<0?0:ai(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 ni(o.buffer,o.byteOffset,o.byteLength)}return oi(e)}function ni(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=ai(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"||ii(e.length)?Do(0):oi(e);if(e.type==="Buffer"&&Array.isArray(e.data))return oi(e.data)}function ai(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 ti(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:ti(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 Tn(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)Tn(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)Tn(this,n,n+3),Tn(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)Tn(this,n,n+7),Tn(this,n+1,n+6),Tn(this,n+2,n+5),Tn(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,ii(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(ii(_))return m;e[n+m]=_}return m}function Tx(e,o,n,r){return Tr(ti(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?ei.fromByteArray(e):ei.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 Te(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||Te(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||Te(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||Te(o,1,this.length),this[o]};y.prototype.readUint16LE=y.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||Te(o,2,this.length),this[o]|this[o+1]<<8};y.prototype.readUint16BE=y.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||Te(o,2,this.length),this[o]<<8|this[o+1]};y.prototype.readUint32LE=y.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||Te(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||Te(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||Te(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||Te(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||Te(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};y.prototype.readInt16LE=function(o,n){o=o>>>0,n||Te(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||Te(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||Te(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||Te(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||Te(o,4,this.length),Kn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||Te(o,4,this.length),Kn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||Te(o,8,this.length),Kn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||Te(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 ti(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 ei.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 ii(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 se=Hp.exports={},uo,fo;function ci(){throw new Error("setTimeout has not been defined")}function si(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=ci}catch(e){uo=ci}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=si}catch(e){fo=si}})();function Bp(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===ci||!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===si||!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,xn,xr=-1;function Mx(){!Yn||!xn||(Yn=!1,xn.length?Co=xn.concat(Co):xr=-1,Co.length&&Gp())}function Gp(){if(!Yn){var e=Bp(Mx);Yn=!0;for(var o=Co.length;o;){for(xn=Co,Co=[];++xr<o;)xn&&xn[xr].run();xr=-1,o=Co.length}xn=null,Yn=!1,Ex(e)}}se.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 Up(e,o)),Co.length===1&&!Yn&&Bp(Gp)};function Up(e,o){this.fun=e,this.array=o}Up.prototype.run=function(){this.fun.apply(null,this.array)};se.title="browser";se.browser=!0;se.env={};se.argv=[];se.version="";se.versions={};function No(){}se.on=No;se.addListener=No;se.once=No;se.off=No;se.removeListener=No;se.removeAllListeners=No;se.emit=No;se.prependListener=No;se.prependOnceListener=No;se.listeners=function(e){return[]};se.binding=function(e){throw new Error("process.binding is not supported")};se.cwd=function(){return"/"};se.chdir=function(e){throw new Error("process.chdir is not supported")};se.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 pi=b(()=>{"use strict";t()});var $p,Lo,qp,mi,zp,jp,At,go=b(()=>{"use strict";t();$p="error when signing",Lo="Transaction canceled",qp="error signing transaction",mi="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 di,Xp=b(()=>{"use strict";t();di=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(di||{})});var _i,li,ui,fi,It,gi,hi=b(()=>{"use strict";t();_i="1.0.8",li="1.0.11",ui="1.0.15",fi="1.0.17",It="1.0.22",gi="1.0.23"});var Ti,xi=b(()=>{"use strict";t();Ti={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 Si,yi=b(()=>{"use strict";t();Si=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(Si||{})});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();yi();Zp();Jp();Y();om();nm();Ee();tm();rm();am()});var Sn,im,Qk,cm,eD,sm,oD,nD,pm,kt,yn=b(()=>{"use strict";t();J();Sn={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}=Sn["devnet"],{chainId:cm,egldLabel:eD}=Sn["testnet"],{chainId:sm,egldLabel:oD}=Sn["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 fe,Yo=b(()=>{"use strict";t();fe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var _m,lm,vi,sD,pD,bi=b(()=>{"use strict";t();Yo();vi=String((lm=(_m=fe.safeWindow)==null?void 0:_m.navigator)==null?void 0:lm.userAgent),sD=/^((?!chrome|android).)*safari/i.test(vi),pD=/firefox/i.test(vi)&&/windows/i.test(vi)});var wi,Sr,Ct,Ai,Nt,je,vn,um,fm,gm,To,yr,hm,vr,Tm,xm,Sm,Ke,ym,vm,R=b(()=>{"use strict";t();pi();go();Kp();Xp();hi();xi();Yp();yn();Dt();dm();bi();wi=.01,Sr=1500,Ct=5e4,Ai=5e4,Nt=1e9,je=18,vn=4,um=1,fm=1,gm="/dapp/init",To="signSession",yr="sdk-dapp-version",hm="4.3.7",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 Ii=b(()=>{"use strict";t();br();bm();wm()});var ki={};H(ki,{clear:()=>Bx,getItem:()=>Ox,localStorageKeys:()=>Xe,removeItem:()=>Fx,setItem:()=>Rx});var Xe,wr,Rx,Ox,Fx,Bx,bn=b(()=>{"use strict";t();Ii();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 Di={};H(Di,{clear:()=>Dm,getItem:()=>Im,removeItem:()=>km,sessionStorageKeys:()=>Gx,setItem:()=>Am,storage:()=>Ux});var Gx,Am,Im,km,Dm,Ux,Cm=b(()=>{"use strict";t();Gx={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(),Ux={setItem:Am,getItem:Im,removeItem:km,clear:Dm}});var oo,wn=b(()=>{"use strict";t();bn();Cm();oo={session:Di,local:ki}});var Ci,ee,Me,ie=b(()=>{"use strict";t();Ci=require("@reduxjs/toolkit");R();ee=(0,Ci.createAction)(vr),Me=(0,Ci.createAction)(Tm,e=>({payload:e}))});var Li,Nm,Lm,Ye,Ni,Pm,no,Zo,Pi,GD,Hx,Vx,UD,HD,VD,$x,qx,Ar,Ir=b(()=>{"use strict";t();Li=require("@multiversx/sdk-core"),Nm=require("@reduxjs/toolkit"),Lm=require("redux-persist");R();wn();bn();ie();Ye={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ke},Ni={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ye},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Pm=(0,Nm.createSlice)({name:"accountInfoSlice",initialState:Ni,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Li.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),Ni)),e.addCase(Me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Li.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:Ni.accounts,o.publicKey=_})}}),{setAccount:no,setAddress:Zo,setAccountNonce:Pi,setAccountShard:GD,setLedgerAccount:Hx,updateLedgerAccount:Vx,setWalletConnectAccount:UD,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 Ei=b(()=>{"use strict";t();wn();bn()});var Mm,Em,Wm,QD,zx,jx,Mi,eC,Kx,Rm,oC,nC,tC,kr,Dr=b(()=>{"use strict";t();Mm=require("@reduxjs/toolkit");Ei();Y();ie();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:Mi,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");ie();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,Se=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,Gm=b(()=>{"use strict";t();Se();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,Um=b(()=>{"use strict";t();ye();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();Yo();Hm=e=>{if(!fe.safeWindow.location)return;if(!new URL(fe.safeWindow.location.href).protocol.startsWith("http"))return fe.safeWindow.location.reload();fe.safeWindow.location.assign(e)}});var ye=b(()=>{"use strict";t();Gm();Um();Se();Vm()});var $m,qm,Mt,Wt=b(()=>{"use strict";t();ye();$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 Wi(e){let o=null;if((e==null?void 0:e.statusCode)in Ti){let n=e==null?void 0:e.statusCode,{message:r}=Ti[n];o=Qx.includes(n)?Xm:r}return{errorMessage:o,defaultErrorMessage:Xm}}var Xm,Zx,Jx,Qx,Ri=b(()=>{"use strict";t();xi();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();Ri()});var Ym,Zm,Jm,Oi,oS,Qm,BC,GC,ed,Lr,Pr=b(()=>{"use strict";t();Ym=require("@reduxjs/toolkit"),Zm=T(require("lodash.omit")),Jm=require("redux-persist");Dt();ie();Mo();Oi={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:Oi},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:GC,setCustomWalletAddress:ed}=Qm.actions,Lr=Qm.reducer});var od,Fi,nd,zC,jC,KC,Er,Mr=b(()=>{"use strict";t();od=require("@reduxjs/toolkit");J();ie();Fi={isSigning:!1,signedSessions:{}},nd=(0,od.createSlice)({name:"signedMessageInfoSliceState",initialState:Fi,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:()=>Fi},extraReducers:e=>{e.addCase(ee,()=>Fi)}}),{setSignSession:zC,clearSignedMessageInfo:jC,setSignSessionState:KC}=nd.actions,Er=nd.reducer});var rd,ad,td,id,Bi,nS,oN,tS,Wr,Rr=b(()=>{"use strict";t();rd=require("@reduxjs/toolkit"),ad=require("redux-persist");J();br();ie();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:Bi,removeCustomToast:nS,addTransactionToast:oN,removeTransactionToast:tS}=id.actions,Wr=id.reducer});var cd,Ui,Hi,Vi,rS,Gi,sd,aN,aS,Qn,Or,Fr=b(()=>{"use strict";t();cd=require("@reduxjs/toolkit");ie();Ui="Transaction failed",Hi="Transaction successful",Vi="Processing transaction",rS="Transaction submitted",Gi={},sd=(0,cd.createSlice)({name:"transactionsInfo",initialState:Gi,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)||Hi,processingMessage:(r==null?void 0:r.processingMessage)||Vi,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:()=>Gi},extraReducers:e=>{e.addCase(ee,()=>Gi)}}),{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 $i(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,Qo,IS,kS,uN,fd,Wo,xo,fN,Br,Gr=b(()=>{"use strict";t();md=require("@reduxjs/toolkit"),dd=require("redux-persist");Y();rt();ie();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:Qo,clearAllSignedTransactions:IS,clearSignedTransaction:kS,clearTransactionToSign:uN,setSignTransactionsError:fd,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:fN}=_d.actions,Br=_d.reducer});var gd,qi,hd,xN,SN,DS,yN,Ur,Hr=b(()=>{"use strict";t();gd=require("@reduxjs/toolkit");ie();qi={},hd=(0,gd.createSlice)({name:"batchTransactionsSlice",initialState:qi,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:()=>qi},extraReducers:e=>{e.addCase(ee,()=>qi)}}),{setBatchTransactions:xN,updateBatchTransactions:SN,clearBatchTransactions:DS,clearAllBatchTransactions:yN}=hd.actions,Ur=hd.reducer});var xd,Td,Sd,AN,yd,zi=b(()=>{"use strict";t();xd=require("@reduxjs/toolkit");ie();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();Gr();Hr();zi()});var ji=b(()=>{"use strict";t()});var wd,PS,ES,In,qr=b(()=>{"use strict";t();wd=require("@reduxjs/toolkit");ji();Ir();Hr();zi();Dr();Nr();Pr();Mr();Rr();Fr();Gr();PS={["account"]:Ar,["dappConfig"]:yd,["loginInfo"]:kr,["modals"]:Cr,["networkConfig"]:Lr,["signedMessageInfo"]:Er,["toasts"]:Wr,["transactionsInfo"]:Or,["transactions"]:Br,["batchTransactions"]:Ur},ES=(e={})=>(0,wd.combineReducers)(g(g({},PS),e)),In=ES});var Dd={};H(Dd,{default:()=>XS,sessionStorageReducers:()=>Ki});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,GS,US,HS,VS,$S,kd,qS,Ki,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();Gr();ji();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:Oi})};GS=Ro("sdk-dapp-transactionsInfo"),US=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:[]}),Ki={["toasts"]:(0,We.persistReducer)(VS,Wr),["transactions"]:(0,We.persistReducer)(US,Br),["transactionsInfo"]:(0,We.persistReducer)(GS,Or),["batchTransactions"]:(0,We.persistReducer)(HS,Ur),["signedMessageInfo"]:(0,We.persistReducer)($S,Er)},zS=A(g({},Ki),{["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(Ki)):(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((RB,wl)=>{t();var xv=typeof c=="object"&&c&&c.Object===Object&&c;wl.exports=xv});var Kt=I((OB,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((FB,kl)=>{t();var bv=Kt(),wv=bv.Symbol;kl.exports=wv});var Ll=I((BB,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((GB,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 Cc=I((HB,Ol)=>{t();var Rv=Array.isArray;Ol.exports=Rv});var Nc=I((VB,Fl)=>{t();function Ov(e){return e!=null&&typeof e=="object"}Fl.exports=Ov});var Gl=I(($B,Bl)=>{t();var Fv=Sa(),Bv=Cc(),Gv=Nc(),Uv="[object String]";function Hv(e){return typeof e=="string"||!Bv(e)&&Gv(e)&&Fv(e)==Uv}Bl.exports=Hv});var Ec={};H(Ec,{css:()=>jl,default:()=>Yv});var jl,Yv,Mc=b(()=>{"use strict";t();jl=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|