@multiversx/sdk-dapp 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/Pagination/Pagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-Z3BHYWI2.js → chunk-2K2I7POW.js} +2 -2
- package/__chunks__/{chunk-YVDQRW6Z.js → chunk-2NDFZFFA.js} +2 -2
- package/__chunks__/{chunk-JQOAJCEE.js → chunk-2OMXS33B.js} +2 -2
- package/__chunks__/{chunk-NMQOTJVE.js → chunk-2UPRUAJD.js} +2 -2
- package/__chunks__/{chunk-5NLDE2M6.js → chunk-2WK27JLL.js} +2 -2
- package/__chunks__/{chunk-IU4XYDFL.js → chunk-35IMGEGS.js} +2 -2
- package/__chunks__/{chunk-753ZKERX.js → chunk-36J2YD36.js} +2 -2
- package/__chunks__/{chunk-E445ZLFG.js → chunk-3ASMFH3M.js} +2 -2
- package/__chunks__/chunk-3DLCJJT3.js +2 -0
- package/__chunks__/{chunk-XY2ADFOV.js → chunk-3FLBDMZL.js} +2 -2
- package/__chunks__/{chunk-23YQWJ53.js → chunk-3ITNC4BR.js} +2 -2
- package/__chunks__/{chunk-N2YFQIHN.js → chunk-3LI4G6J5.js} +2 -2
- package/__chunks__/{chunk-OMUZRB52.js → chunk-3LNZUSHQ.js} +2 -2
- package/__chunks__/{chunk-NW3NUEH4.js → chunk-3MH6BOK2.js} +2 -2
- package/__chunks__/{chunk-53MJS2UN.js → chunk-3OFQJ5EE.js} +2 -2
- package/__chunks__/{chunk-LYQHJMVE.js → chunk-3XJAG4WD.js} +2 -2
- package/__chunks__/{chunk-35DEXYGI.js → chunk-44CRUFPA.js} +2 -2
- package/__chunks__/{chunk-3WQ4IBE4.js → chunk-4AYROJTH.js} +2 -2
- package/__chunks__/{chunk-N6D4CBS3.js → chunk-4EMLN6H7.js} +2 -2
- package/__chunks__/{chunk-INLSUUDL.js → chunk-4FDCZ72Q.js} +2 -2
- package/__chunks__/{chunk-VPRAZBFT.js → chunk-4GTSITDA.js} +2 -2
- package/__chunks__/{chunk-BMQ2D6AI.js → chunk-4HDJTTN5.js} +2 -2
- package/__chunks__/{chunk-IFCVOGBC.js → chunk-4IRXMJL2.js} +2 -2
- package/__chunks__/{chunk-MC3NWM2P.js → chunk-4KDGJ5YP.js} +2 -2
- package/__chunks__/{chunk-WF2453OL.js → chunk-4NLJWHH4.js} +2 -2
- package/__chunks__/{chunk-WBYKDP4P.js → chunk-4QF3Q4BD.js} +2 -2
- package/__chunks__/{chunk-IPF5D5U6.js → chunk-4SU4BMTK.js} +2 -2
- package/__chunks__/{chunk-KXVWXU7X.js → chunk-4TYYEUKJ.js} +2 -2
- package/__chunks__/{chunk-VDKCS5XV.js → chunk-4VUQ6AJV.js} +2 -2
- package/__chunks__/{chunk-7MD6JYSE.js → chunk-4X4YGCNU.js} +2 -2
- package/__chunks__/{chunk-YC4PYJSV.js → chunk-4X7CLN37.js} +2 -2
- package/__chunks__/chunk-54HQEPKH.js +2 -0
- package/__chunks__/{chunk-CTZRMAIE.js → chunk-56WHADDT.js} +2 -2
- package/__chunks__/{chunk-SYNQCYKY.js → chunk-5AA4GXNY.js} +2 -2
- package/__chunks__/{chunk-WHY4HSMI.js → chunk-5EV3AWHZ.js} +2 -2
- package/__chunks__/chunk-5F4AET3X.js +2 -0
- package/__chunks__/{chunk-OMINC7E6.js → chunk-5JW5RYZG.js} +2 -2
- package/__chunks__/chunk-5OVPPTAT.js +2 -0
- package/__chunks__/{chunk-CBB3SAMO.js → chunk-5QQBGBO6.js} +2 -2
- package/__chunks__/{chunk-IAMOD6DB.js → chunk-5VZ37H4A.js} +2 -2
- package/__chunks__/{chunk-BLWQF7RV.js → chunk-66LBGFRZ.js} +2 -2
- package/__chunks__/chunk-6BIBC3R3.js +2 -0
- package/__chunks__/chunk-6G4W7Y3U.js +2 -0
- package/__chunks__/{chunk-YSH7GZ72.js → chunk-6PGMCNST.js} +2 -2
- package/__chunks__/{chunk-CAQE3LB5.js → chunk-6SJCQU3L.js} +2 -2
- package/__chunks__/{chunk-AO5NJUJ5.js → chunk-6USVZZ6Q.js} +2 -2
- package/__chunks__/{chunk-KIVUCBDI.js → chunk-6WFSCYTL.js} +2 -2
- package/__chunks__/{chunk-LLYCQY4F.js → chunk-6Z4IIJB3.js} +2 -2
- package/__chunks__/{chunk-5UWMFB5V.js → chunk-75CVQ6GE.js} +2 -2
- package/__chunks__/{chunk-CNJYC4ME.js → chunk-7M5GCSH6.js} +2 -2
- package/__chunks__/chunk-7SBQ3LEX.js +2 -0
- package/__chunks__/{chunk-OEYDXF7S.js → chunk-7UCDGHRA.js} +2 -2
- package/__chunks__/{chunk-XLZEJFGA.js → chunk-7ULKRQFD.js} +2 -2
- package/__chunks__/{chunk-FLHFOQWH.js → chunk-7XFQ6AIO.js} +2 -2
- package/__chunks__/{chunk-WRFRJHHT.js → chunk-7YK3453O.js} +2 -2
- package/__chunks__/chunk-AAHCQZFX.js +2 -0
- package/__chunks__/{chunk-4J7T3ITM.js → chunk-AB5HSFHR.js} +2 -2
- package/__chunks__/{chunk-YXCA6OWH.js → chunk-AD2G7ML2.js} +2 -2
- package/__chunks__/{chunk-UMMDHDDK.js → chunk-ADEFMXJL.js} +2 -2
- package/__chunks__/{chunk-S7A5K4N6.js → chunk-AFSN2BHB.js} +2 -2
- package/__chunks__/chunk-AIOEYTOG.js +2 -0
- package/__chunks__/chunk-AOBYVG7C.js +2 -0
- package/__chunks__/{chunk-QQBLDHHX.js → chunk-APCIKBV6.js} +2 -2
- package/__chunks__/{chunk-WVFNSSLI.js → chunk-APGVNXFV.js} +2 -2
- package/__chunks__/{chunk-ZCBY7D6F.js → chunk-ARM7CW7F.js} +2 -2
- package/__chunks__/{chunk-FDHEJ7TD.js → chunk-ATPOT5O4.js} +2 -2
- package/__chunks__/chunk-AW5DF4SB.js +2 -0
- package/__chunks__/chunk-B6SRZVD4.js +2 -0
- package/__chunks__/{chunk-7JHWHHOA.js → chunk-B6SZ3LU7.js} +2 -2
- package/__chunks__/{chunk-IN2RGX66.js → chunk-B75YSVLP.js} +2 -2
- package/__chunks__/{chunk-HZXRDHWZ.js → chunk-BECPO6EF.js} +2 -2
- package/__chunks__/{chunk-H36F2DC6.js → chunk-BF657KHL.js} +2 -2
- package/__chunks__/chunk-BGQFAV2J.js +2 -0
- package/__chunks__/chunk-BGT54OVS.js +2 -0
- package/__chunks__/{chunk-DPE6LMNH.js → chunk-BIUS2EVV.js} +2 -2
- package/__chunks__/{chunk-NT7GWM46.js → chunk-BJ5NMDKV.js} +2 -2
- package/__chunks__/{chunk-ZBMS25W3.js → chunk-BJ6C74OV.js} +2 -2
- package/__chunks__/{chunk-MTKIP56T.js → chunk-BLUCNNR2.js} +2 -2
- package/__chunks__/{chunk-THPXO2GZ.js → chunk-BPGX25LY.js} +2 -2
- package/__chunks__/{chunk-ZPLBE5I4.js → chunk-BU7GTULJ.js} +2 -2
- package/__chunks__/{chunk-G6RECRW4.js → chunk-BVOVWN5Y.js} +2 -2
- package/__chunks__/{chunk-AIS2COIW.js → chunk-BWGLODP6.js} +2 -2
- package/__chunks__/{chunk-GRQGQ3NE.js → chunk-BWX4676R.js} +2 -2
- package/__chunks__/chunk-BXKSPPIC.js +2 -0
- package/__chunks__/{chunk-2KKODEHE.js → chunk-CB4GEA4S.js} +2 -2
- package/__chunks__/chunk-CFRLFYAV.js +2 -0
- package/__chunks__/{chunk-P23Q3D4G.js → chunk-CGXJFVZM.js} +2 -2
- package/__chunks__/{chunk-7G3HPM22.js → chunk-CH3C53AO.js} +2 -2
- package/__chunks__/chunk-CINXL6S6.js +2 -0
- package/__chunks__/chunk-CMT2YLHS.js +2 -0
- package/__chunks__/{chunk-3DAQVHZA.js → chunk-COIOGDTJ.js} +2 -2
- package/__chunks__/{chunk-AWMNYB42.js → chunk-CPEXDCSU.js} +2 -2
- package/__chunks__/chunk-CQVG7IY4.js +2 -0
- package/__chunks__/{chunk-USAAXM5Q.js → chunk-CT2QI4K2.js} +2 -2
- package/__chunks__/{chunk-QTDF6V5P.js → chunk-CUGUE4LD.js} +2 -2
- package/__chunks__/chunk-CUKB5INY.js +2 -0
- package/__chunks__/{chunk-NLJWAMY7.js → chunk-CWN2QGRT.js} +2 -2
- package/__chunks__/{chunk-FYNDKXBZ.js → chunk-CX6KTHP5.js} +2 -2
- package/__chunks__/{chunk-X3JHZFAE.js → chunk-CX7KCL5H.js} +2 -2
- package/__chunks__/{chunk-QKFY3IKC.js → chunk-D3MHXO7L.js} +2 -2
- package/__chunks__/{chunk-4D6NBDW2.js → chunk-DDWRCCCZ.js} +2 -2
- package/__chunks__/{chunk-CJWOZ7WH.js → chunk-DG4FPIVJ.js} +2 -2
- package/__chunks__/{chunk-6XXPSZN5.js → chunk-DGEGNXMM.js} +2 -2
- package/__chunks__/chunk-DKU4VSVV.js +2 -0
- package/__chunks__/{chunk-YYHAWMRH.js → chunk-DM4BJXEM.js} +2 -2
- package/__chunks__/{chunk-UWNULMVI.js → chunk-DMULRVRA.js} +2 -2
- package/__chunks__/{chunk-7KAAWHQR.js → chunk-DRS3U275.js} +2 -2
- package/__chunks__/{chunk-H2LOTPFT.js → chunk-DZSMQIIA.js} +2 -2
- package/__chunks__/{chunk-BLDYFAMF.js → chunk-E6Q2Y3W3.js} +2 -2
- package/__chunks__/{chunk-KPLDAPRZ.js → chunk-E6TYN2RW.js} +2 -2
- package/__chunks__/{chunk-DQZ5XI37.js → chunk-EMLCTW7A.js} +2 -2
- package/__chunks__/{chunk-HKXLCM7L.js → chunk-EMVCPTHR.js} +2 -2
- package/__chunks__/{chunk-EREZSUUB.js → chunk-EO6HXDCR.js} +2 -2
- package/__chunks__/{chunk-OKHUJ6CT.js → chunk-EPVNC46A.js} +2 -2
- package/__chunks__/{chunk-ZYLKUSOM.js → chunk-EYQC3ENH.js} +2 -2
- package/__chunks__/{chunk-6UTDKIJQ.js → chunk-F3NQDSS7.js} +2 -2
- package/__chunks__/chunk-FC4AKO7M.js +2 -0
- package/__chunks__/{chunk-L2OZR2CY.js → chunk-FDIU3DMA.js} +2 -2
- package/__chunks__/{chunk-IHMIYIXV.js → chunk-FEFMKBHU.js} +2 -2
- package/__chunks__/{chunk-KZSL52ES.js → chunk-FIU4IYCF.js} +2 -2
- package/__chunks__/{chunk-C6OAICVO.js → chunk-FJ3NU4RP.js} +2 -2
- package/__chunks__/{chunk-R7PG4CX5.js → chunk-FZDOJFOW.js} +2 -2
- package/__chunks__/{chunk-OADCTH2V.js → chunk-G2JNPFUT.js} +2 -2
- package/__chunks__/chunk-G36Z3MYL.js +2 -0
- package/__chunks__/{chunk-HOTZHU6C.js → chunk-GDVUBIAA.js} +2 -2
- package/__chunks__/chunk-GEEKB72J.js +2 -0
- package/__chunks__/{chunk-SWUZLNZF.js → chunk-GFTHBT5S.js} +2 -2
- package/__chunks__/{chunk-OUI3PAS7.js → chunk-GGVRPC44.js} +2 -2
- package/__chunks__/{chunk-V45PX7SK.js → chunk-GI4FSMXP.js} +2 -2
- package/__chunks__/chunk-GIORI2OH.js +2 -0
- package/__chunks__/{chunk-VIIMPGHZ.js → chunk-GSEUOARU.js} +2 -2
- package/__chunks__/{chunk-RK4EFPVI.js → chunk-GXB2HDQT.js} +2 -2
- package/__chunks__/{chunk-6BWEAQYK.js → chunk-H2OAZP4M.js} +2 -2
- package/__chunks__/{chunk-OMEZRPYI.js → chunk-H3SVFYNB.js} +2 -2
- package/__chunks__/{chunk-KTHN7K4J.js → chunk-H6MUJD4E.js} +2 -2
- package/__chunks__/{chunk-5HE26PEM.js → chunk-HAQS3VTI.js} +2 -2
- package/__chunks__/{chunk-TFYCUHSH.js → chunk-HBPDRU2X.js} +2 -2
- package/__chunks__/{chunk-ORUY525X.js → chunk-HCSOTX7M.js} +2 -2
- package/__chunks__/{chunk-PIBSWY65.js → chunk-HJ365HGN.js} +2 -2
- package/__chunks__/{chunk-OB7A2DQB.js → chunk-HJS7UPLA.js} +2 -2
- package/__chunks__/{chunk-WT53PGGK.js → chunk-HNQE3MUU.js} +2 -2
- package/__chunks__/chunk-HU3KKNCO.js +2 -0
- package/__chunks__/chunk-HZG4VDTB.js +2 -0
- package/__chunks__/{chunk-D2FZ3AY6.js → chunk-IBRCVMB3.js} +2 -2
- package/__chunks__/{chunk-ONSQEJQ7.js → chunk-ICBJRFED.js} +2 -2
- package/__chunks__/{chunk-5GOVGL5F.js → chunk-IOB7ZE6S.js} +2 -2
- package/__chunks__/{chunk-U6ZMO2NF.js → chunk-IPFJF54U.js} +2 -2
- package/__chunks__/{chunk-K2REVJW5.js → chunk-IS5TGR57.js} +2 -2
- package/__chunks__/{chunk-MSC3X6UJ.js → chunk-IY32SQ2N.js} +2 -2
- package/__chunks__/{chunk-4EH75OYN.js → chunk-IZ326AFU.js} +2 -2
- package/__chunks__/{chunk-45IK7E3E.js → chunk-J2WDVSN3.js} +2 -2
- package/__chunks__/{chunk-EOADUL42.js → chunk-J3YUJE2R.js} +2 -2
- package/__chunks__/{chunk-VHE5W3LK.js → chunk-J4F5N3ZT.js} +2 -2
- package/__chunks__/{chunk-HRI3IU3O.js → chunk-J5V3BK3K.js} +2 -2
- package/__chunks__/{chunk-XLIHKENR.js → chunk-JEEIA3PW.js} +2 -2
- package/__chunks__/{chunk-2ILBLRYP.js → chunk-JICIOSCH.js} +2 -2
- package/__chunks__/{chunk-PUKSSL4B.js → chunk-JKZAYYS7.js} +2 -2
- package/__chunks__/{chunk-AWTCUL56.js → chunk-JLILH67N.js} +2 -2
- package/__chunks__/{chunk-KNR666GN.js → chunk-JNLAZTS4.js} +2 -2
- package/__chunks__/{chunk-NBRXKEWE.js → chunk-JOWEGCWE.js} +2 -2
- package/__chunks__/chunk-JQJQ7LHF.js +2 -0
- package/__chunks__/{chunk-OWQN4SST.js → chunk-JQXPZ6QT.js} +2 -2
- package/__chunks__/chunk-JR45NQ66.js +2 -0
- package/__chunks__/{chunk-CNMPGSI4.js → chunk-K2S5LXYA.js} +2 -2
- package/__chunks__/{chunk-4UI7AJUB.js → chunk-K2X5ELXZ.js} +2 -2
- package/__chunks__/{chunk-2TNJWI6O.js → chunk-K7ZPCXVP.js} +2 -2
- package/__chunks__/chunk-KBJOYGV3.js +2 -0
- package/__chunks__/{chunk-CLMEZF3T.js → chunk-KIAMT7PX.js} +2 -2
- package/__chunks__/{chunk-C6FWOIAJ.js → chunk-KLOCMESI.js} +2 -2
- package/__chunks__/chunk-KR4AUSGR.js +2 -0
- package/__chunks__/{chunk-AUTX2AU4.js → chunk-KSQBMD6F.js} +2 -2
- package/__chunks__/{chunk-2Q2YI5BP.js → chunk-KUWKJTM3.js} +2 -2
- package/__chunks__/{chunk-PB26C735.js → chunk-KWB3CSYB.js} +2 -2
- package/__chunks__/{chunk-AUV2YMMV.js → chunk-KWQEBYAL.js} +2 -2
- package/__chunks__/chunk-KYNY6J5Y.js +2 -0
- package/__chunks__/chunk-LE6GU2X4.js +2 -0
- package/__chunks__/{chunk-CZU5I22H.js → chunk-LIELXMI3.js} +2 -2
- package/__chunks__/chunk-LK3GLF7O.js +2 -0
- package/__chunks__/{chunk-XJUJRMW2.js → chunk-LLGTKTPK.js} +2 -2
- package/__chunks__/{chunk-A2IGIV7E.js → chunk-LLZNCZE6.js} +2 -2
- package/__chunks__/{chunk-W4VJ6KST.js → chunk-LNSE5XNM.js} +2 -2
- package/__chunks__/{chunk-KEG5V3YK.js → chunk-LOQ76KHF.js} +2 -2
- package/__chunks__/chunk-LQBB552V.js +2 -0
- package/__chunks__/chunk-LS7ZYS4M.js +2 -0
- package/__chunks__/{chunk-MN6IA7DE.js → chunk-LZWGCXQS.js} +2 -2
- package/__chunks__/{chunk-DB3X3DBS.js → chunk-M3EARCD3.js} +2 -2
- package/__chunks__/{chunk-LAHEZYF6.js → chunk-M5JEB3JX.js} +2 -2
- package/__chunks__/chunk-M5OD2X65.js +2 -0
- package/__chunks__/{chunk-SBAXVPVV.js → chunk-MDG6MATJ.js} +2 -2
- package/__chunks__/chunk-MELVLLHR.js +2 -0
- package/__chunks__/{chunk-ISO2AWEE.js → chunk-MGO2OJJR.js} +2 -2
- package/__chunks__/{chunk-4SDU6RPN.js → chunk-MJQLD33A.js} +2 -2
- package/__chunks__/chunk-MNWCBW5Y.js +2 -0
- package/__chunks__/{chunk-MYKHD6TD.js → chunk-MR4F7VN3.js} +2 -2
- package/__chunks__/{chunk-QAHRORZG.js → chunk-MTUOEG4L.js} +2 -2
- package/__chunks__/chunk-MXGXIZED.js +2 -0
- package/__chunks__/{chunk-BXJIXZFJ.js → chunk-MYCI2XL6.js} +2 -2
- package/__chunks__/{chunk-BSTV7EXM.js → chunk-N3BJ42WD.js} +2 -2
- package/__chunks__/{chunk-FBN5LHMU.js → chunk-N3S4PVNK.js} +2 -2
- package/__chunks__/{chunk-ZTQDAQIB.js → chunk-N7SQSNMP.js} +2 -2
- package/__chunks__/chunk-NDVYP4GL.js +2 -0
- package/__chunks__/{chunk-B5J4WVB2.js → chunk-NGKIF246.js} +2 -2
- package/__chunks__/chunk-NIGPIPSW.js +2 -0
- package/__chunks__/chunk-NJMDHZIK.js +2 -0
- package/__chunks__/{chunk-NPJOOCZ7.js → chunk-NMKEUZS6.js} +2 -2
- package/__chunks__/{chunk-LHPFWKUO.js → chunk-NO5JSFSP.js} +2 -2
- package/__chunks__/{chunk-67WBRVY5.js → chunk-NRGXWLE3.js} +2 -2
- package/__chunks__/chunk-NT56YZIX.js +2 -0
- package/__chunks__/{chunk-HTJUWOTH.js → chunk-NTXARDKH.js} +2 -2
- package/__chunks__/chunk-NXPG6E4S.js +2 -0
- package/__chunks__/{chunk-I23RFGCU.js → chunk-NXSIIFLS.js} +2 -2
- package/__chunks__/{chunk-T6BGDGI4.js → chunk-O2K6SRXS.js} +2 -2
- package/__chunks__/{chunk-WCES5BZL.js → chunk-O2WWOVAA.js} +2 -2
- package/__chunks__/{chunk-ZX34BIQY.js → chunk-O77TEM5H.js} +2 -2
- package/__chunks__/{chunk-6CHMDMOI.js → chunk-OBKZA6WE.js} +2 -2
- package/__chunks__/{chunk-PHMNM5J6.js → chunk-ODFJ4D3P.js} +2 -2
- package/__chunks__/{chunk-WH3DQSON.js → chunk-OEMMQBND.js} +2 -2
- package/__chunks__/{chunk-D6GAS366.js → chunk-OGWPFO2E.js} +2 -2
- package/__chunks__/{chunk-5YBHFKIF.js → chunk-OJJCYG3B.js} +2 -2
- package/__chunks__/{chunk-OTLA6FLL.js → chunk-OJXKCUI6.js} +2 -2
- package/__chunks__/{chunk-L6HAFP2H.js → chunk-OKDLNCLS.js} +2 -2
- package/__chunks__/{chunk-QZT2SFMM.js → chunk-OLTIGYTD.js} +2 -2
- package/__chunks__/chunk-OLXMTV3K.js +2 -0
- package/__chunks__/{chunk-5BDF4YMO.js → chunk-ORKOMULF.js} +2 -2
- package/__chunks__/{chunk-AB3PZCYE.js → chunk-OUQUVMP5.js} +2 -2
- package/__chunks__/{chunk-SXKWSF42.js → chunk-OVQY55MU.js} +2 -2
- package/__chunks__/{chunk-FKXDLGWC.js → chunk-P3OIVL6D.js} +2 -2
- package/__chunks__/chunk-P3WBUHDD.js +2 -0
- package/__chunks__/{chunk-HGPBGLTH.js → chunk-P563BKWF.js} +2 -2
- package/__chunks__/{chunk-AFCV3QID.js → chunk-PDA5OY3Q.js} +2 -2
- package/__chunks__/{chunk-LBWDM2WS.js → chunk-PG2EUCFN.js} +2 -2
- package/__chunks__/{chunk-YG27VNDE.js → chunk-PIW74OD5.js} +2 -2
- package/__chunks__/{chunk-BX5HH547.js → chunk-PNHQ2N3L.js} +2 -2
- package/__chunks__/{chunk-H5T2IEFD.js → chunk-PPIRVTWC.js} +2 -2
- package/__chunks__/{chunk-TKVDUKJ5.js → chunk-PRFA6SXP.js} +2 -2
- package/__chunks__/{chunk-TGYN752O.js → chunk-PRSAX766.js} +2 -2
- package/__chunks__/{chunk-BHSNVNQO.js → chunk-PSWY5DES.js} +2 -2
- package/__chunks__/{chunk-YG7UA67K.js → chunk-Q4F7QCMB.js} +2 -2
- package/__chunks__/{chunk-W4GHVZZI.js → chunk-Q74F5K2H.js} +2 -2
- package/__chunks__/{chunk-SZEUI4OR.js → chunk-Q74FEJZV.js} +2 -2
- package/__chunks__/chunk-Q76COMSQ.js +2 -0
- package/__chunks__/{chunk-ON5LP6JP.js → chunk-Q7VFYYE6.js} +2 -2
- package/__chunks__/chunk-QC2HODGU.js +2 -0
- package/__chunks__/{chunk-3VM4WTSL.js → chunk-QCXE5MDH.js} +2 -2
- package/__chunks__/{chunk-GUYURVJK.js → chunk-QG55NZL3.js} +2 -2
- package/__chunks__/{chunk-BC3IQLZJ.js → chunk-QGOMOCS5.js} +2 -2
- package/__chunks__/{chunk-ZTEUU5H5.js → chunk-QOD57VGA.js} +2 -2
- package/__chunks__/{chunk-AFWXD6D2.js → chunk-QU32YKRN.js} +2 -2
- package/__chunks__/{chunk-IIIUTIXU.js → chunk-QVC437DJ.js} +2 -2
- package/__chunks__/{chunk-US37PFYF.js → chunk-QVN57DZM.js} +2 -2
- package/__chunks__/{chunk-3S44WZ6S.js → chunk-QYYRMYZZ.js} +2 -2
- package/__chunks__/{chunk-DGJNZAH7.js → chunk-R5JHOYMG.js} +2 -2
- package/__chunks__/{chunk-XHESHVFW.js → chunk-RKOYLBHX.js} +2 -2
- package/__chunks__/{chunk-5RMZNCGN.js → chunk-RLJQFYZO.js} +2 -2
- package/__chunks__/{chunk-YLCNB656.js → chunk-RNKMCLKC.js} +2 -2
- package/__chunks__/{chunk-CDDW2IBX.js → chunk-RNR7TM4C.js} +2 -2
- package/__chunks__/{chunk-Y5MSFSID.js → chunk-RPLMYIHO.js} +2 -2
- package/__chunks__/{chunk-I3KUOXAQ.js → chunk-RV5MR57H.js} +2 -2
- package/__chunks__/{chunk-GCIT5EQL.js → chunk-RWM2DX2N.js} +2 -2
- package/__chunks__/{chunk-QTEMRGTF.js → chunk-RWRE7J6C.js} +2 -2
- package/__chunks__/{chunk-IIVIW4IU.js → chunk-S35OO5TF.js} +2 -2
- package/__chunks__/chunk-S3LHPV2C.js +2 -0
- package/__chunks__/{chunk-EIOQ4AZU.js → chunk-S42LSTGT.js} +2 -2
- package/__chunks__/{chunk-AUCWY6HH.js → chunk-S44ARFAW.js} +2 -2
- package/__chunks__/{chunk-OWLKFN3L.js → chunk-S67USAUD.js} +2 -2
- package/__chunks__/{chunk-BVHM5RCS.js → chunk-SITMCCOG.js} +2 -2
- package/__chunks__/{chunk-747W4CCW.js → chunk-SP4WXLGN.js} +2 -2
- package/__chunks__/{chunk-QAILRCL2.js → chunk-SUFG3P2I.js} +2 -2
- package/__chunks__/{chunk-7O6FTRXC.js → chunk-T3ZE2WFR.js} +2 -2
- package/__chunks__/{chunk-K6Z6FB2Z.js → chunk-T6XTMCQC.js} +2 -2
- package/__chunks__/{chunk-TRHXE2FH.js → chunk-TC2WVD6T.js} +2 -2
- package/__chunks__/chunk-TCEQHR33.js +2 -0
- package/__chunks__/{chunk-J55FTVT5.js → chunk-TDHAGKBY.js} +2 -2
- package/__chunks__/chunk-TGYMSW3J.js +2 -0
- package/__chunks__/{chunk-HYAP5S7Y.js → chunk-TIJP4PS7.js} +2 -2
- package/__chunks__/chunk-TOKNON6B.js +2 -0
- package/__chunks__/{chunk-2YJ77Q6U.js → chunk-TPTPBUTP.js} +2 -2
- package/__chunks__/{chunk-2AFSONSG.js → chunk-TR2WXKZY.js} +2 -2
- package/__chunks__/{chunk-H466TX27.js → chunk-TUQKHHOA.js} +2 -2
- package/__chunks__/{chunk-J2Y6GBC2.js → chunk-TZ5PMIJ3.js} +2 -2
- package/__chunks__/{chunk-22SSNQZC.js → chunk-TZIVVSS6.js} +2 -2
- package/__chunks__/{chunk-N77RIXSH.js → chunk-U2KLQAGM.js} +2 -2
- package/__chunks__/{chunk-TAQCSBSJ.js → chunk-U32PX6NF.js} +2 -2
- package/__chunks__/{chunk-2L4SILFQ.js → chunk-U3XBUPXD.js} +2 -2
- package/__chunks__/{chunk-AWKMJ6BH.js → chunk-U4CDBI6P.js} +2 -2
- package/__chunks__/{chunk-25Z4RRV2.js → chunk-U62E2JHZ.js} +2 -2
- package/__chunks__/chunk-UBSBJF3A.js +2 -0
- package/__chunks__/{chunk-XDWFAAXF.js → chunk-UDJZII4B.js} +2 -2
- package/__chunks__/{chunk-5ERYPF64.js → chunk-UGJQKACR.js} +2 -2
- package/__chunks__/chunk-UNR5DH2P.js +2 -0
- package/__chunks__/chunk-UNV565VI.js +2 -0
- package/__chunks__/{chunk-AC6CKWKK.js → chunk-UOF2PVU3.js} +2 -2
- package/__chunks__/{chunk-ZZC6YAK2.js → chunk-UQSSY2CE.js} +2 -2
- package/__chunks__/chunk-UZGZ2ISZ.js +2 -0
- package/__chunks__/{chunk-XCYTLFVY.js → chunk-UZYWNRXB.js} +2 -2
- package/__chunks__/{chunk-FOMXUSAM.js → chunk-VCDU5F5F.js} +2 -2
- package/__chunks__/chunk-VH5LM3UB.js +2 -0
- package/__chunks__/{chunk-CJNQHFTG.js → chunk-VKH7RCJZ.js} +2 -2
- package/__chunks__/{chunk-GZERAGVT.js → chunk-VKL3IX6D.js} +2 -2
- package/__chunks__/{chunk-6OW2H4GX.js → chunk-VLKMA43H.js} +2 -2
- package/__chunks__/{chunk-67RP574Q.js → chunk-VOLV2VKJ.js} +2 -2
- package/__chunks__/{chunk-PSPRNXGD.js → chunk-VSI5CFOL.js} +2 -2
- package/__chunks__/{chunk-KXEIICKC.js → chunk-VX22PWSV.js} +2 -2
- package/__chunks__/{chunk-UZXHNLYR.js → chunk-VZZWVSGN.js} +2 -2
- package/__chunks__/{chunk-KT55VLK7.js → chunk-W6OHCIBK.js} +2 -2
- package/__chunks__/chunk-WBABHHWB.js +2 -0
- package/__chunks__/{chunk-2OXZHY47.js → chunk-WG6VCGOH.js} +2 -2
- package/__chunks__/{chunk-KQLXRMEE.js → chunk-WHCSXRYV.js} +2 -2
- package/__chunks__/{chunk-2C47U57W.js → chunk-WJ2GENHB.js} +2 -2
- package/__chunks__/{chunk-M45Q3B6D.js → chunk-WOWQGT7T.js} +2 -2
- package/__chunks__/{chunk-6IRIYBXO.js → chunk-WPDQHXZM.js} +2 -2
- package/__chunks__/{chunk-LQ4H4XMZ.js → chunk-WSG6OJID.js} +2 -2
- package/__chunks__/{chunk-SNG6AUN5.js → chunk-WSJ4FZAD.js} +2 -2
- package/__chunks__/{chunk-XSJL7C5B.js → chunk-WXMF242R.js} +2 -2
- package/__chunks__/{chunk-OITS4WSY.js → chunk-WYIOA2CW.js} +2 -2
- package/__chunks__/{chunk-QHH3TL5J.js → chunk-WZEXDOL3.js} +2 -2
- package/__chunks__/{chunk-LC7VM2V2.js → chunk-X2LMCP63.js} +2 -2
- package/__chunks__/{chunk-3KBIJZ5B.js → chunk-X3OARZY4.js} +2 -2
- package/__chunks__/{chunk-XRF5BC57.js → chunk-X65KMBSX.js} +2 -2
- package/__chunks__/{chunk-CZ67K2JP.js → chunk-XBWMKBSN.js} +2 -2
- package/__chunks__/{chunk-AN4EQXPW.js → chunk-XDNPLITT.js} +2 -2
- package/__chunks__/{chunk-KZYHCUBK.js → chunk-XFSTF6UC.js} +2 -2
- package/__chunks__/chunk-XH77T23W.js +2 -0
- package/__chunks__/{chunk-UOALD6V5.js → chunk-XNLN42WC.js} +2 -2
- package/__chunks__/{chunk-A7SBHPK3.js → chunk-XOBLTJNU.js} +2 -2
- package/__chunks__/{chunk-NJG4RGRY.js → chunk-XSFCMLI3.js} +2 -2
- package/__chunks__/{chunk-46Q4JMMY.js → chunk-XT6L5CMF.js} +2 -2
- package/__chunks__/{chunk-B77YM2QS.js → chunk-XU33WKHX.js} +2 -2
- package/__chunks__/{chunk-ZI35GMEV.js → chunk-XUEPSM7T.js} +2 -2
- package/__chunks__/{chunk-2UHZELCK.js → chunk-XXISC3KD.js} +2 -2
- package/__chunks__/{chunk-L23BUP6N.js → chunk-XXSB4UGQ.js} +2 -2
- package/__chunks__/{chunk-ZPCED2P2.js → chunk-XXWCVDZO.js} +2 -2
- package/__chunks__/{chunk-Z2KDG7AO.js → chunk-YBPRSVO6.js} +2 -2
- package/__chunks__/{chunk-Z6OXO2BW.js → chunk-YC2CGRNI.js} +2 -2
- package/__chunks__/chunk-YH6HFGXF.js +2 -0
- package/__chunks__/{chunk-XCVB7MGI.js → chunk-YIWF5JW6.js} +2 -2
- package/__chunks__/{chunk-TRTXE3Z7.js → chunk-YK7LH7KM.js} +2 -2
- package/__chunks__/{chunk-CDI4B37I.js → chunk-YQ6NUZ2W.js} +2 -2
- package/__chunks__/chunk-YQDDOHUJ.js +2 -0
- package/__chunks__/{chunk-46Z23CL7.js → chunk-YSRVOBZJ.js} +2 -2
- package/__chunks__/chunk-YV4AGZES.js +2 -0
- package/__chunks__/{chunk-BKTFKAC4.js → chunk-YY6PRNL7.js} +2 -2
- package/__chunks__/{chunk-LSQTYC7X.js → chunk-Z32YFOTU.js} +2 -2
- package/__chunks__/{chunk-RQQPHH3S.js → chunk-Z4ETRVIP.js} +2 -2
- package/__chunks__/{chunk-WSN6FXFB.js → chunk-Z4QVA43D.js} +2 -2
- package/__chunks__/{chunk-NXXPLTPH.js → chunk-Z6OTYTVD.js} +2 -2
- package/__chunks__/{chunk-DBKTZD7C.js → chunk-ZDLS2ROS.js} +2 -2
- package/__chunks__/{chunk-Q6A7MYXT.js → chunk-ZFM3AKZB.js} +2 -2
- package/__chunks__/{chunk-QTYHDB7M.js → chunk-ZJYZLU6I.js} +2 -2
- package/__chunks__/{chunk-V5XLW2QX.js → chunk-ZNZM64XX.js} +2 -2
- package/__chunks__/{chunk-KFAAZM3U.js → chunk-ZOF7RQG3.js} +2 -2
- package/__chunks__/{chunk-BQNKL3NQ.js → chunk-ZR4MYNG7.js} +2 -2
- package/__chunks__/{chunk-YDRJBGVE.js → chunk-ZRQ2S7FV.js} +2 -2
- package/__chunks__/{chunk-FCFDUSOQ.js → chunk-ZSFQJ5ZZ.js} +2 -2
- package/__chunks__/{chunk-66GRGLZZ.js → chunk-ZSXLZAFD.js} +2 -2
- package/__chunks__/chunk-ZU2IKIWJ.js +2 -0
- package/__chunks__/{chunk-XBWZHLBR.js → chunk-ZU6LWXRY.js} +2 -2
- package/__chunks__/{chunk-2EBHEIPK.js → chunk-ZWVTQKFC.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 +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -2
- 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/OperationsList/components/DetailedItem.js +12 -12
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +3 -3
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +8 -8
- package/__commonjs/UI/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/account/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/__commonjs/hooks/transactions/batch/useGetBatchStatus.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/operations/index.js +1 -1
- package/__commonjs/utils/operations/nominate.js +1 -1
- package/__commonjs/utils/operations/parseAmount.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/AppInitializer.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 +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/__tests__/transformAndSignTransactions.test.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-2Q5VPGVR.js +0 -2
- package/__chunks__/chunk-3Q2QS7OH.js +0 -2
- package/__chunks__/chunk-53QQTAG7.js +0 -2
- package/__chunks__/chunk-54N4RLY7.js +0 -2
- package/__chunks__/chunk-5K4MPEY2.js +0 -2
- package/__chunks__/chunk-5WAZ3K6U.js +0 -2
- package/__chunks__/chunk-5XWVSVRW.js +0 -2
- package/__chunks__/chunk-67G3XPT7.js +0 -2
- package/__chunks__/chunk-6FE2EYKS.js +0 -2
- package/__chunks__/chunk-6MTDG7G3.js +0 -2
- package/__chunks__/chunk-6T4AZFRE.js +0 -2
- package/__chunks__/chunk-6TPYTRCS.js +0 -2
- package/__chunks__/chunk-7BOOLJNP.js +0 -2
- package/__chunks__/chunk-A5IPDDY2.js +0 -2
- package/__chunks__/chunk-APJUXVK5.js +0 -2
- package/__chunks__/chunk-B3CXC2BR.js +0 -2
- package/__chunks__/chunk-B3PWB73S.js +0 -2
- package/__chunks__/chunk-BOAI2G6O.js +0 -2
- package/__chunks__/chunk-CAL3BHAI.js +0 -2
- package/__chunks__/chunk-CN3FGBRK.js +0 -2
- package/__chunks__/chunk-DVINHABK.js +0 -2
- package/__chunks__/chunk-E6AIPJSA.js +0 -2
- package/__chunks__/chunk-E6BNKX7K.js +0 -2
- package/__chunks__/chunk-EARJ52RB.js +0 -2
- package/__chunks__/chunk-EDFVHYJF.js +0 -2
- package/__chunks__/chunk-EDK6INJL.js +0 -2
- package/__chunks__/chunk-EJ2CBRFF.js +0 -2
- package/__chunks__/chunk-EUCMN4BM.js +0 -2
- package/__chunks__/chunk-EXEWFABM.js +0 -2
- package/__chunks__/chunk-FRJB4JTM.js +0 -2
- package/__chunks__/chunk-G2A36HG2.js +0 -2
- package/__chunks__/chunk-GMNKJ4ZS.js +0 -2
- package/__chunks__/chunk-GTSTSF47.js +0 -2
- package/__chunks__/chunk-HEAKSCAP.js +0 -2
- package/__chunks__/chunk-I4Y3IIJO.js +0 -2
- package/__chunks__/chunk-I63Y245T.js +0 -2
- package/__chunks__/chunk-IMZUYKG4.js +0 -2
- package/__chunks__/chunk-JHDN4BLB.js +0 -2
- package/__chunks__/chunk-JQATXIEX.js +0 -2
- package/__chunks__/chunk-KLEOGM4X.js +0 -2
- package/__chunks__/chunk-LGWKMXIO.js +0 -2
- package/__chunks__/chunk-M3MIM7GR.js +0 -2
- package/__chunks__/chunk-M5VRMICG.js +0 -2
- package/__chunks__/chunk-MOKL3ZOL.js +0 -2
- package/__chunks__/chunk-MOPJUB6Q.js +0 -2
- package/__chunks__/chunk-NSWJUNJF.js +0 -2
- package/__chunks__/chunk-OADTUICJ.js +0 -2
- package/__chunks__/chunk-OXWCW7XG.js +0 -2
- package/__chunks__/chunk-PNP2BH4R.js +0 -2
- package/__chunks__/chunk-QMKFQ6ZQ.js +0 -2
- package/__chunks__/chunk-SRH7RK7R.js +0 -2
- package/__chunks__/chunk-THUOPOUB.js +0 -2
- package/__chunks__/chunk-TKGTFJEU.js +0 -2
- package/__chunks__/chunk-TS7WMZBR.js +0 -2
- package/__chunks__/chunk-TSXGHSFO.js +0 -2
- package/__chunks__/chunk-U636KPVK.js +0 -2
- package/__chunks__/chunk-UAKBMT2M.js +0 -2
- package/__chunks__/chunk-USRAPINT.js +0 -2
- package/__chunks__/chunk-V7GRT5JW.js +0 -2
- package/__chunks__/chunk-WMMWWMRE.js +0 -2
- package/__chunks__/chunk-WYYEOAV7.js +0 -2
- package/__chunks__/chunk-XDTJMHQJ.js +0 -2
- package/__chunks__/chunk-YWPMLMPE.js +0 -2
- package/__chunks__/chunk-ZTTCSRY7.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as p}from"./chunk-Q74F5K2H.js";import{d as a}from"./chunk-KIAMT7PX.js";import{s as y}from"./chunk-IPFJF54U.js";import{c as I}from"./chunk-7TW5V77R.js";import{a as d}from"./chunk-OLTIGYTD.js";import{a as S}from"./chunk-OF222H3K.js";import{m as u}from"./chunk-HBP5N4FR.js";u();import{useMemo as l}from"react";y();S();var k=()=>{let r=a(I),i=a(d),{signedTransactions:o}=p(),t=l(()=>r.map(s=>{var e,c,T,m,f;let n=(e=o[s.toastId])==null?void 0:e.status;return{sessionId:s.toastId,baseTransactionsInfo:(c=i[s.toastId])!=null?c:{},customTransactionsInfo:(f=(m=(T=o[s.toastId])==null?void 0:T.customTransactionInformation)==null?void 0:m.sessionInformation)!=null?f:{},status:n,isPending:n!=="success"&&n!=="fail"&&n!=="cancelled"}}),[r,o,i]),g=l(()=>t.filter(s=>s.isPending),[t]);return{transactionsToastsInfo:t,pendingTransactionsToastsInfo:g}};export{k as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YIWF5JW6.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as R}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as R}from"./chunk-4VUQ6AJV.js";import{a as W}from"./chunk-G2JNPFUT.js";import{c as st,d as ot}from"./chunk-IDKV6QEI.js";import{b as D}from"./chunk-QC2HODGU.js";import{a as F}from"./chunk-Q74F5K2H.js";import{a as G,b as k,d as B}from"./chunk-NO5JSFSP.js";import{a as x}from"./chunk-ZXZXEDS2.js";import{c as E,d as g}from"./chunk-KIAMT7PX.js";import{b as w,c as l,d as _}from"./chunk-7TW5V77R.js";import{a as N,d as tt}from"./chunk-3FLBDMZL.js";import{a as Z}from"./chunk-54HQEPKH.js";import{d as L,e as b}from"./chunk-OBKZA6WE.js";import{j as v,x as Y}from"./chunk-HNDDVE4V.js";import{a as X}from"./chunk-OF222H3K.js";import{a as p,b as u,i as V,m as P}from"./chunk-HBP5N4FR.js";P();import a,{useCallback as nt,useEffect as f,useMemo as et,useRef as at,useState as rt}from"react";import it from"classnames";import{createPortal as ct}from"react-dom";_();Z();tt();X();Y();var Tt=({className:H="transactions-toast-list",transactionToastClassName:y,customToastClassName:M,signedTransactions:$,successfulToastLifetime:S,parentElement:q,children:z,styles:i})=>{let[U,j]=rt(!1),A=g(w),r=g(l),c=E(),{signedTransactions:J}=F(),n=$||J,h=at(n);f(()=>{h.current=n},[n]);let K=t=>{B(t)},T=t=>{c(b(t)),D(t)},C=nt(()=>{var t;for(let o in n){let s=n[o];if((t=s==null?void 0:s.customTransactionInformation)==null?void 0:t.signWithoutSending)continue;r.some(d=>`${d.toastId}`==`${o}`)||c(L(o))}},[c,n,r]);f(()=>{C()},[n,C]);let O=et(()=>r.map(({toastId:t,type:o,startTimestamp:s},e)=>a.createElement(R,u(p({},{signedTransactionsToRender:n,toastId:t,type:o,startTimestamp:s,successfulToastLifetime:S,handleDeleteTransactionToast:T,className:y}),{key:s+e}))),[r,n,S,T,y]),Q=A.map(t=>{var e;let o=(e=G(t.toastId))!=null?e:null,s=k(t.toastId);return a.createElement(W,u(p({key:t.toastId},t),{component:o,onDelete:()=>{K(t.toastId),s==null||s()},className:M}))}),I=()=>{l(N.getState()).forEach(o=>{let s=h.current[o.toastId];if(!s)return;let{status:e}=s,m=v(e),d=e==="signed";!m&&!d&&T(o.toastId)})};return f(()=>(j(!0),window==null||window.addEventListener("beforeunload",I),()=>{window==null||window.removeEventListener("beforeunload",I)}),[]),a.createElement(a.Fragment,null,U&&ct(a.createElement("div",{className:it(i==null?void 0:i.toasts,H)},Q,O,z),q||(document==null?void 0:document.body)))},Bt=x(Tt,{ssrStyles:()=>import("../UI/TransactionsToastList/transactionsToastList.styles.js"),clientStyles:()=>(ot(),V(st)).default});export{Tt as a,Bt as b};
|
|
2
|
+
//# sourceMappingURL=chunk-YK7LH7KM.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as g}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as g}from"./chunk-DDWRCCCZ.js";import{a}from"./chunk-S42LSTGT.js";import{a as s}from"./chunk-BGT54OVS.js";import{a as m}from"./chunk-MXGXIZED.js";import{a as L}from"./chunk-TGYMSW3J.js";import{a as d}from"./chunk-BJ6C74OV.js";import{a as M}from"./chunk-OF222H3K.js";import{a as r,b as t,m as n}from"./chunk-HBP5N4FR.js";n();import l from"react";M();L();var w=o=>{var i;let{ledgerAccount:e,account:{isGuarded:f}}=m(),{loginMethod:u}=s(),{ledgerWithGuardians:c}=d((i=e==null?void 0:e.version)!=null?i:""),p=u==="ledger"?c:!0;return f&&!p?l.createElement(g,r({},o)):l.createElement(a,t(r({},o),{title:o.title||"Confirm on Ledger",className:o.className||"dapp-ledger-modal"}))};export{w as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YQ6NUZ2W.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e}from"./chunk-NGOTHU6C.js";import{a as m,b as d}from"./chunk-FN7APMDR.js";import{i,o as g}from"./chunk-S55DZJQR.js";import{a as s,d as T}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as e}from"./chunk-NGOTHU6C.js";import{a as m,b as d}from"./chunk-FN7APMDR.js";import{i,o as g}from"./chunk-S55DZJQR.js";import{a as s,d as T}from"./chunk-3FLBDMZL.js";import{j as r,m as n}from"./chunk-HBP5N4FR.js";n();d();g();T();function P(t){return r(this,null,function*(){let{apiAddress:c,apiTimeout:p}=i(s.getState()),f={baseURL:c,timeout:Number(p)},o=yield e.getItem(t);if(o)return o;let a=yield m.get(t,f);return yield e.setItem(t,a.data),a.data})}export{P as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YSRVOBZJ.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{e as l}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{e as l}from"./chunk-QC2HODGU.js";import{a as g}from"./chunk-P563BKWF.js";import{c as u}from"./chunk-X3OARZY4.js";import{a as p,c as d,d as v}from"./chunk-3FLBDMZL.js";import{a as c,c as m}from"./chunk-56WHADDT.js";import{j as t,m as a}from"./chunk-HBP5N4FR.js";a();m();v();import{providerNotInitializedError as h}from"@multiversx/sdk-dapp-utils/out/helpers/providerNotInitializedError";import{WebviewProvider as A}from"@multiversx/sdk-webview-provider/out/WebviewProvider";var e=class{constructor(){this.init=r=>t(this,null,function*(){return yield this._provider.init(r)});this.login=r=>t(this,null,function*(){var i,n,o;let s=yield this._provider.login(r);return{address:(i=s==null?void 0:s.address)!=null?i:"",signature:(n=s==null?void 0:s.signature)!=null?n:"",accessToken:(o=s==null?void 0:s.accessToken)!=null?o:""}});this.logout=()=>t(this,null,function*(){return d.purge(),yield this._provider.logout()});this.relogin=()=>t(this,null,function*(){let r=yield this._provider.relogin();return r?(g(r),u(),r):(console.error("Unable to re-login. Missing accessToken."),null)});this.signTransactions=r=>t(this,null,function*(){let s=yield this._provider.signTransactions(r);return s||(l(),this._provider.cancelAction(),null)});this.signTransaction=r=>t(this,null,function*(){return yield this._provider.signTransaction(r)});this.signMessage=r=>t(this,null,function*(){return yield this._provider.signMessage(r)});this.cancelAction=()=>t(this,null,function*(){return yield this._provider.cancelAction()});this.isInitialized=()=>this._provider.isInitialized();this.isConnected=()=>this._provider.isConnected();this.sendCustomRequest=r=>t(this,null,function*(){this._provider.sendPostMessage({type:r.request.method,payload:r.request.params})});this.getAddress=h("getAddress");this._provider=A.getInstance({resetStateCallback:()=>{p.dispatch(c()),this.logout()}}),this._provider.setHandshakeResponseTimeout(2e3)}static getInstance(){return e._instance||(e._instance=new e),e._instance}getAccount(){var s;let r=this._provider.getAccount();return{address:(s=r==null?void 0:r.address)!=null?s:""}}setAccount(r){this._provider.setAccount(r)}};export{e as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YY6PRNL7.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as b,d as w}from"./chunk-5INGE7VF.js";import{a as l}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as b,d as w}from"./chunk-5INGE7VF.js";import{a as l}from"./chunk-H2OAZP4M.js";import{a as c}from"./chunk-MXGXIZED.js";import{a as v}from"./chunk-ZXZXEDS2.js";import{d as g}from"./chunk-KIAMT7PX.js";import{s as F}from"./chunk-IPFJF54U.js";import{h as s}from"./chunk-S67USAUD.js";import{y as u}from"./chunk-6USVZZ6Q.js";import{i as W,m as p}from"./chunk-HBP5N4FR.js";p();u();import o from"react";import i from"classnames";F();var P=({token:N,className:t="dapp-ledger-confirm-address",customContentComponent:A,confirmAddressClassNames:S,styles:r})=>{var f,C;let{ledgerAccount:e}=c(),{ledgerModalTitleClassName:D,ledgerModalConfirmDescriptionClassName:m,ledgerModalConfirmDataClassName:a,ledgerModalConfirmFooterClassName:M,ledgerModalConfirmContentClassName:h}=S||{},n=g(s),I=(f=n==null?void 0:n.loginToken)!=null?f:N,d=l({loginToken:I,version:e==null?void 0:e.version});return o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddress,h,t),"data-testid":"ledgerConfirmAddress"},o.createElement("h4",{className:i(r==null?void 0:r.ledgerConfirmAddressHeading,D)},"Confirm Ledger Address"),A,o.createElement("div",{className:r==null?void 0:r.ledgerConfirmAddressSection},o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddressDescription,m)},d==null?void 0:d.confirmAddressText),o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddressData,a)},(C=e==null?void 0:e.address)!=null?C:"")),o.createElement("div",{className:r==null?void 0:r.ledgerConfirmAddressSection},o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddressDescription,m)},d==null?void 0:d.authText),o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddressData,a)},d==null?void 0:d.data),o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddressDescription,m)},d==null?void 0:d.areShownText)),o.createElement("div",{className:i(r==null?void 0:r.ledgerConfirmAddressFooter,M)},o.createElement("div",null,"Select Approve on your device to confirm."),o.createElement("div",null,"Or, if it does not match, close this page and"," ",o.createElement("a",{href:"https://help.multiversx.com/en/",target:"_blank",rel:"noreferrer"},"contact support"),".")))},Q=v(P,{ssrStyles:()=>import("../UI/ledger/LedgerLoginContainer/ConfirmAddress/confirmAddressStyles.js"),clientStyles:()=>(w(),W(b)).default});export{Q as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z32YFOTU.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as s}from"./chunk-4ELEWAI5.js";import{c as f,d as h}from"./chunk-EWLOYKUK.js";import{a as i}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as s}from"./chunk-4ELEWAI5.js";import{c as f,d as h}from"./chunk-EWLOYKUK.js";import{a as i}from"./chunk-66LBGFRZ.js";import{a as e}from"./chunk-CINXL6S6.js";import{a as n}from"./chunk-ZXZXEDS2.js";import{i as c,m as o}from"./chunk-HBP5N4FR.js";o();import T from"react";var b=({token:t,className:a="dapp-metamask-login",children:r,callbackRoute:m,buttonClassName:p="dapp-default-login-button",nativeAuth:l,loginButtonText:g="Metamask",onLoginRedirect:d,disabled:u})=>{let[y]=i({callbackRoute:m,token:t,onLoginRedirect:d,nativeAuth:l}),L=e(t);return T.createElement(s,{onLogin:()=>{y()},className:a,btnClassName:p,text:g,disabled:u||L},r)},O=n(b,{ssrStyles:()=>import("../UI/extension/ExtensionLoginButton/extensionLoginButton.styles.js"),clientStyles:()=>(h(),c(f)).default});export{O as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z4ETRVIP.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as o}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as o}from"./chunk-SUFG3P2I.js";import{a as c}from"./chunk-OF222H3K.js";import{j as a,m as e}from"./chunk-HBP5N4FR.js";e();c();import{useCallback as i}from"react";var p=()=>{let s=o();return i(S=>a(void 0,[S],function*({batchId:u}){let t=yield s(u);return t?{statusResponse:t,isBatchSuccessful:t.status==="success",isBatchFailed:t.status==="fail"||t.status==="invalid"||t.status==="dropped",isBatchNotFound:Boolean(t.statusCode)&&Boolean(t.message)}:{statusResponse:t,isBatchSuccessful:!1,isBatchFailed:!0,isBatchNotFound:!1}}),[s])};export{p as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z4QVA43D.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as k,d as x}from"./chunk-ZCAP76WF.js";import{a as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as k,d as x}from"./chunk-ZCAP76WF.js";import{a as p}from"./chunk-N7SQSNMP.js";import{a as f}from"./chunk-W6OHCIBK.js";import{a as h}from"./chunk-4GTSITDA.js";import{a as S}from"./chunk-XVSQYXHY.js";import{a as i}from"./chunk-J2WDVSN3.js";import{a}from"./chunk-WURVMRB4.js";import{a as e}from"./chunk-ZXZXEDS2.js";import{a as n,b as N}from"./chunk-52HSUBIA.js";import{i as I,m as d}from"./chunk-HBP5N4FR.js";d();import m from"react";import W from"classnames";N();var L=({className:T,transaction:o,styles:r})=>m.createElement(S,{title:"From",className:W(r==null?void 0:r.from,T)},m.createElement("div",{className:r==null?void 0:r.wrapper},m.createElement(f,{initiator:o.sender}),n(o.sender)?m.createElement(m.Fragment,null,m.createElement(i,{page:String(o.links.senderLink),className:r==null?void 0:r.explorer},m.createElement(h,{address:o.sender,assets:o.senderAssets})),m.createElement(a,{className:r==null?void 0:r.copy,text:o.sender}),m.createElement(i,{page:String(o.links.senderShardLink),className:r==null?void 0:r.shard},"(",m.createElement(p,{shard:o.senderShard}),")")):m.createElement("span",{className:r==null?void 0:r.shard},"(",m.createElement(p,{shard:o.sender}),")"))),b=e(L,{ssrStyles:()=>import("../UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js"),clientStyles:()=>(x(),I(k)).default});export{b as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z6OTYTVD.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as p}from"./chunk-QVN57DZM.js";import{a as e}from"./chunk-GAGVTIFK.js";import{a as c}from"./chunk-MELVLLHR.js";import{a as m}from"./chunk-ZXZXEDS2.js";import{a as N}from"./chunk-OF222H3K.js";import{m as t}from"./chunk-HBP5N4FR.js";t();import o from"react";import{faExclamationTriangle as s}from"@fortawesome/free-solid-svg-icons";import f from"classnames";N();var T={["warning"]:s},a=s;function I({globalStyles:i}){let{notification:n,clearNotification:r}=c(),u=()=>{r()},d=n==null?void 0:n.type,C=n?T[d]||a:null;return n?o.createElement(p,{onClose:r,visible:!0},o.createElement(e,{icon:C,iconClass:n==null?void 0:n.iconClassName,iconBgClass:f(i==null?void 0:i.p4,i==null?void 0:i.roundedBgCircle),iconSize:"3x",title:n==null?void 0:n.title,description:n==null?void 0:n.description,action:o.createElement("button",{className:f(i==null?void 0:i.btn,i==null?void 0:i.btnPrimary),onClick:u},"Done")})):null}var j=m(I,{});export{j as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZDLS2ROS.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as i}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as i}from"./chunk-MXGXIZED.js";import{a as m}from"./chunk-CX7KCL5H.js";import{d as a}from"./chunk-KIAMT7PX.js";import{s as g}from"./chunk-IPFJF54U.js";import{i as c}from"./chunk-S67USAUD.js";import{a as u,g as f}from"./chunk-X775I7SK.js";import{m as s}from"./chunk-HBP5N4FR.js";s();import{useEffect as p}from"react";g();f();var{logoutEvent:d}=u,l="storage",V=()=>{let{address:e}=i(),t=a(c);p(()=>{let r=o=>{if(!(o.key!==d||!o.newValue))try{let{data:n}=JSON.parse(o.newValue);n===e&&m(t)}catch(n){return}};return window==null||window.addEventListener(l,r),()=>{window==null||window.removeEventListener(l,r)}},[e,t])};export{V as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZFM3AKZB.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as n}from"./chunk-43PHZ72L.js";import{a as t}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as n}from"./chunk-43PHZ72L.js";import{a as t}from"./chunk-7ULKRQFD.js";import{c as m}from"./chunk-UORIA4VW.js";import{a as i}from"./chunk-OWBHRN3S.js";import{m as o}from"./chunk-HBP5N4FR.js";o();import s from"react";m();var A=({showScamPhishingAlert:e,token:a,ledgerScamPhishingAlertClassName:r})=>{if(!e)return null;let h=t(a,r);return s.createElement(n,{authorizationInfo:h,className:r,url:i().origin})};export{A as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZJYZLU6I.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{f as l}from"./chunk-4JP4CKHO.js";import{a as c}from"./chunk-PVNL3U3S.js";import{i as p,y as u}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{f as l}from"./chunk-4JP4CKHO.js";import{a as c}from"./chunk-PVNL3U3S.js";import{i as p,y as u}from"./chunk-6USVZZ6Q.js";import{p as g}from"./chunk-EOZJRV5E.js";import{a,d as T}from"./chunk-2SDQY5CF.js";import{j as s,m as i}from"./chunk-HBP5N4FR.js";i();u();T();import{ExtensionProvider as w}from"@multiversx/sdk-extension-provider";import{HWProvider as P}from"@multiversx/sdk-hw-provider";import{MetamaskProvider as f}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";import{OperaProvider as h}from"@multiversx/sdk-opera-provider";import{PasskeyProvider as E}from"@multiversx/sdk-passkey-provider/out";import{WalletProvider as m}from"@multiversx/sdk-web-wallet-provider";g();var v="/dapp/init",z=o=>{switch(o==null?void 0:o.constructor){case m:return"wallet";case l:return"walletconnectv2";case P:return"ledger";case w:return"extension";case E:return"passkey";case f:return"metamask";case h:return"opera";case a:return"crossWindow";case c:return"iframe";case t:return"";default:return"extra"}},H=o=>new m(`${o}${v}`),N=o=>s(void 0,null,function*(){if(!o.isInitialized())throw new Error("Unable to get version. Provider not initialized");let r=o.hwApp,{contractData:e,version:d}=yield r.getAppConfiguration();return{version:d,dataEnabled:e===p}}),n=o=>`Unable to perform ${o}, Provider not initialized`,t=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(n("getAccount"))}setAccount(r){throw new Error(n(`setAccount: ${r}`))}login(r){throw new Error(n(`login with options: ${r}`))}logout(r){throw new Error(n(`logout with options: ${r}`))}getAddress(){throw new Error(n("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(r,e){throw new Error(n(`sendTransaction with transactions: ${r} options: ${e}`))}signTransaction(r,e){throw new Error(n(`signTransaction with transactions: ${r} options: ${e}`))}signTransactions(r,e){throw new Error(n(`signTransactions with transactions: ${r} options: ${e}`))}signMessage(r,e){throw new Error(n(`signTransactions with ${r} and options ${e}`))}sendCustomMessage({method:r,params:e}){throw new Error(n(`sendCustomMessage with method: ${r} params: ${e}`))}sendCustomRequest(r){throw new Error(n(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},V=new t;export{v as a,z as b,H as c,N as d,t as e,V as f};
|
|
2
|
+
//# sourceMappingURL=chunk-ZNZM64XX.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-K7ZPCXVP.js";import{a as e}from"./chunk-J2WDVSN3.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-ZOF7RQG3.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as v,d as x}from"./chunk-RH43UVMO.js";import{a as C}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as v,d as x}from"./chunk-RH43UVMO.js";import{a as C}from"./chunk-QVN57DZM.js";import{a as d}from"./chunk-GAGVTIFK.js";import{a as e}from"./chunk-NDVYP4GL.js";import{a}from"./chunk-ZXZXEDS2.js";import{y as O}from"./chunk-6USVZZ6Q.js";import{i as D,m as c}from"./chunk-HBP5N4FR.js";c();O();import p from"react";import{faTimes as N}from"@fortawesome/free-solid-svg-icons";import u from"classnames";var w=({handleClose:t,error:r,transactions:m,sessionId:f,className:W="dapp-opera-modal",modalContentClassName:h,globalStyles:n,styles:i})=>{let T=e(),o={wrapper:u(i==null?void 0:i.modalContainer,i==null?void 0:i.opera,W),icon:n==null?void 0:n.textWhite,closeBtn:u(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)},M=r||(m&&m.length>1?"Check your Opera Crypto Wallet to sign the transactions":"Check your Opera Crypto Wallet to sign the transaction"),k=B=>{B.preventDefault(),t(),T(f)};return p.createElement(C,{onClose:t,modalConfig:{modalDialogClassName:o.wrapper},visible:!0},p.createElement(d,{icon:r?N:null,iconClass:o.icon,className:h,iconBgClass:r?n==null?void 0:n.bgDanger:n==null?void 0:n.bgWarning,iconSize:"3x",title:"Confirm on Opera Crypto Wallet",description:M,action:p.createElement("button",{id:"closeButton","data-testid":"closeButton",onClick:k,className:o.closeBtn},"Close")}))},U=a(w,{ssrStyles:()=>import("../UI/SignTransactionsModals/SignWithOperaModal/signWithOperaModalStyles.js"),clientStyles:()=>(x(),D(v)).default});export{U as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZR4MYNG7.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as U,d as X}from"./chunk-CRLVFBPR.js";import{a as W}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as U,d as X}from"./chunk-CRLVFBPR.js";import{a as W}from"./chunk-4GTSITDA.js";import{a as O}from"./chunk-J2WDVSN3.js";import{a as L}from"./chunk-WURVMRB4.js";import{a as I}from"./chunk-ZXZXEDS2.js";import{a as P}from"./chunk-M5JEB3JX.js";import{a as E}from"./chunk-X42PRFW5.js";import{a as A,b as D}from"./chunk-52HSUBIA.js";import{j as C}from"./chunk-OKLK5GYW.js";import{i as w,m as h}from"./chunk-HBP5N4FR.js";h();import p from"react";import{faCaretRight as q}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as V}from"@fortawesome/react-fontawesome";import N from"classnames";C();D();P();var j=({address:m,transaction:f,action:T,isFullSize:o,direction:c,globalStyles:r,styles:i})=>{var d,v,k,u,B;let n;m===f.sender&&(n=f.senderAssets),m===f.receiver&&(n=f.receiverAssets);let x={["Internal"]:"int",["In"]:"in",["Out"]:"out",["Self"]:"self"};return p.createElement("div",{className:N(i==null?void 0:i.operationBlock,{[(d=r==null?void 0:r.col12)!=null?d:""]:o,[(v=r==null?void 0:r.prXl0)!=null?v:""]:!o,[(k=r==null?void 0:r.pl3)!=null?k:""]:!o&&n,[(u=r==null?void 0:r.colLg6)!=null?u:""]:!o&&!n,[(B=r==null?void 0:r.colXl4)!=null?B:""]:!o&&!n})},c&&p.createElement("div",{className:N(i==null?void 0:i.direction,c&&(i==null?void 0:i[x[c]]))},c&&x[c]),T&&p.createElement(V,{icon:q,size:"xs",className:N(r==null?void 0:r.textSecondary,r==null?void 0:r.mr2)}),p.createElement("div",{className:N(r==null?void 0:r.textNowrap,r==null?void 0:r.mr2)},T||""),A(m)?p.createElement(p.Fragment,null,p.createElement(O,{page:E.accountDetails(m),className:i==null?void 0:i.explorer},p.createElement(W,{address:m,assets:n})),p.createElement(L,{text:m,className:i==null?void 0:i.copy})):"")},g=I(j,{ssrStyles:()=>import("../UI/TransactionInfo/components/OperationsList/styles.js"),clientStyles:()=>(X(),w(U)).default});export{g as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZRQ2S7FV.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as m}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as m}from"./chunk-NJMDHZIK.js";import{c as x,d as V}from"./chunk-QLKV2O3W.js";import{a as s}from"./chunk-JQXPZ6QT.js";import{a as p}from"./chunk-ZXZXEDS2.js";import{a as D}from"./chunk-JQJQ7LHF.js";import{a as f}from"./chunk-GI4FSMXP.js";import{c as N}from"./chunk-LVCWBXY5.js";import{y as v}from"./chunk-6USVZZ6Q.js";import{a as o,b as d,i as c,m as u}from"./chunk-HBP5N4FR.js";u();v();import t from"react";import{faLayerGroup as I}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as C}from"@fortawesome/react-fontawesome";import W from"classnames";N();D();var E=({children:i,titleText:n,globalStyles:r})=>t.createElement("div",{className:W(r==null?void 0:r.dFlex,r==null?void 0:r.alignItemsCenter),"data-testid":"transactionValue"},i,n&&t.createElement(C,{icon:I,"data-testid":"transactionValueIcon",className:W(r==null?void 0:r.ml2,r==null?void 0:r.textSecondary),title:n})),h=p(E,{ssrStyles:()=>import("../UI/TransactionsTable/components/transactionsTable.styles.js"),clientStyles:()=>(V(),c(x)).default}),F=({transaction:i,hideMultipleBadge:n,styles:r})=>{let{egldValueData:T,tokenValueData:a,nftValueData:e}=f({transaction:i,hideMultipleBadge:n});if(a)return t.createElement("div",{className:r==null?void 0:r.transactionCell},t.createElement(h,{titleText:a.titleText},t.createElement(m.Token,o({},a))));if(e){let k=e.token.type==="MetaESDT"?null:e.badgeText;return t.createElement("div",{className:r==null?void 0:r.transactionCell},t.createElement(h,{titleText:e.titleText},t.createElement(m.Nft,d(o({},e),{badgeText:k}))))}return T?t.createElement("div",{className:r==null?void 0:r.transactionCell},t.createElement(s,{value:T.value,digits:2,"data-testid":"transactionValue"})):null},Z=p(F,{ssrStyles:()=>import("../UI/TransactionsTable/components/transactionsTable.styles.js"),clientStyles:()=>(V(),c(x)).default});export{Z as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZSFQJ5ZZ.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-56WHADDT.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-ZSXLZAFD.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as T}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as T}from"./chunk-MNWCBW5Y.js";import{s as I}from"./chunk-IPFJF54U.js";import{a as c}from"./chunk-WG6VCGOH.js";import{i as d}from"./chunk-S55DZJQR.js";import{a as r,d as f}from"./chunk-3FLBDMZL.js";import{w as p,z as S}from"./chunk-326XWAT2.js";import{k as i,m as g}from"./chunk-LNRA4HLZ.js";import{j as o,m as e}from"./chunk-HBP5N4FR.js";e();g();import B from"axios";I();f();S();function q($){return o(this,arguments,function*({transactions:m,sessionId:h}){var s;let a=c(r.getState()),{apiAddress:u,apiTimeout:n}=d(r.getState());if(!a)return{error:"Invalid address provided. You need to be logged in to send transactions",batchId:null};try{let t=T({sessionId:h,address:a}),l={transactions:m,id:t},y=yield B.post(`${u}/${p}`,l,{timeout:Number(n!=null?n:i)});return{batchId:t,data:y.data}}catch(t){return console.error("error sending batch transactions",t),{error:(s=t==null?void 0:t.message)!=null?s:"error sending batch transactions",batchId:null}}})}export{q as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZU6LWXRY.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as f}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as f}from"./chunk-JQXPZ6QT.js";import{a as v}from"./chunk-J2WDVSN3.js";import{a as u}from"./chunk-ZXZXEDS2.js";import{f as T,y as L}from"./chunk-6USVZZ6Q.js";import{m as c}from"./chunk-HBP5N4FR.js";c();L();import i from"react";import m from"classnames";var s=({tokenExplorerLink:o,showFormattedAmount:t,tokenLinkText:x,token:n,showLastNonZeroDecimal:A,globalStyles:r})=>{var p,d;return n.token?i.createElement(i.Fragment,null,t&&i.createElement("div",{className:r==null?void 0:r.textTruncate},i.createElement(f,{value:n.value,digits:2,showLabel:!1,decimals:(p=n.decimals)!=null?p:T,showLastNonZeroDecimal:A,"data-testid":"tokenFormattedAmount"})),i.createElement(v,{page:o,"data-testid":"tokenExplorerLink",className:m(r==null?void 0:r.dFlex,{[(d=r==null?void 0:r.sideLink)!=null?d:""]:n.svgUrl})},i.createElement("div",{className:m(r==null?void 0:r.dFlex,r==null?void 0:r.alignItemsCenter)},n.svgUrl&&i.createElement("img",{src:n.svgUrl,alt:n.name,className:m(r==null?void 0:r.sideIcon,r==null?void 0:r.mr1)}),i.createElement("span",null,x)))):null},W=u(s,{});export{W as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZWVTQKFC.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var JT=Object.create;var At=Object.defineProperty,QT=Object.defineProperties,ex=Object.getOwnPropertyDescriptor,ox=Object.getOwnPropertyDescriptors,nx=Object.getOwnPropertyNames,gr=Object.getOwnPropertySymbols,tx=Object.getPrototypeOf,Ja=Object.prototype.hasOwnProperty,yp=Object.prototype.propertyIsEnumerable;var Sp=(e,o,n)=>o in e?At(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Ja.call(o,n)&&Sp(e,n,o[n]);if(gr)for(var n of gr(o))yp.call(o,n)&&Sp(e,n,o[n]);return e},A=(e,o)=>QT(e,ox(o));var qe=(e,o)=>{var n={};for(var r in e)Ja.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gr)for(var r of gr(e))o.indexOf(r)<0&&yp.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)At(e,n,{get:o[n],enumerable:!0})},vp=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of nx(o))!Ja.call(e,i)&&i!==n&&At(e,i,{get:()=>o[i],enumerable:!(r=ex(o,i))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?JT(tx(e)):{},vp(o||!e||!e.__esModule?At(n,"default",{value:e,enumerable:!0}):n,e)),U=e=>vp(At({},"__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 Ap=I(hr=>{"use strict";t();hr.byteLength=ax;hr.toByteArray=cx;hr.fromByteArray=mx;var _o=[],ze=[],rx=typeof Uint8Array!="undefined"?Uint8Array:Array,Qa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Tn=0,bp=Qa.length;Tn<bp;++Tn)_o[Tn]=Qa[Tn],ze[Qa.charCodeAt(Tn)]=Tn;var Tn,bp;ze["-".charCodeAt(0)]=62;ze["_".charCodeAt(0)]=63;function wp(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 ax(e){var o=wp(e),n=o[0],r=o[1];return(n+r)*3/4-r}function ix(e,o,n){return(o+n)*3/4-n}function cx(e){var o,n=wp(e),r=n[0],i=n[1],p=new rx(ix(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 sx(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function px(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(sx(r));return i.join("")}function mx(e){for(var o,n=e.length,r=n%3,i=[],p=16383,m=0,_=n-r;m<_;m+=p)i.push(px(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 Ip=I(ei=>{t();ei.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)};ei.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 Bp=I(Kn=>{"use strict";t();var oi=Ap(),jn=Ip(),kp=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Kn.Buffer=y;Kn.SlowBuffer=gx;Kn.INSPECT_MAX_BYTES=50;var Tr=2147483647;Kn.kMaxLength=Tr;y.TYPED_ARRAY_SUPPORT=dx();!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 dx(){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>Tr)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 ai(e)}return Np(e,o,n)}y.poolSize=8192;function Np(e,o,n){if(typeof e=="string")return lx(e,o);if(ArrayBuffer.isView(e))return ux(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 ti(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=fx(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 Np(e,o,n)};Object.setPrototypeOf(y.prototype,Uint8Array.prototype);Object.setPrototypeOf(y,Uint8Array);function Lp(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 _x(e,o,n){return Lp(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 _x(e,o,n)};function ai(e){return Lp(e),Do(e<0?0:ii(e)|0)}y.allocUnsafe=function(e){return ai(e)};y.allocUnsafeSlow=function(e){return ai(e)};function lx(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!y.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Pp(e,o)|0,r=Do(n),i=r.write(e,o);return i!==n&&(r=r.slice(0,i)),r}function ni(e){for(var o=e.length<0?0:ii(e.length)|0,n=Do(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function ux(e){if(lo(e,Uint8Array)){var o=new Uint8Array(e);return ti(o.buffer,o.byteOffset,o.byteLength)}return ni(e)}function ti(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 fx(e){if(y.isBuffer(e)){var o=ii(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"||ci(e.length)?Do(0):ni(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ni(e.data)}function ii(e){if(e>=Tr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Tr.toString(16)+" bytes");return e|0}function gx(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 Pp(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 ri(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Fp(e).length;default:if(i)return r?-1:ri(e).length;o=(""+o).toLowerCase(),i=!0}}y.byteLength=Pp;function hx(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 kx(this,o,n);case"utf8":case"utf-8":return Mp(this,o,n);case"ascii":return Ax(this,o,n);case"latin1":case"binary":return Ix(this,o,n);case"base64":return bx(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dx(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}y.prototype._isBuffer=!0;function xn(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)xn(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)xn(this,n,n+3),xn(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)xn(this,n,n+7),xn(this,n+1,n+6),xn(this,n+2,n+5),xn(this,n+3,n+4);return this};y.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Mp(this,0,o):hx.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=Kn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};kp&&(y.prototype[kp]=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 Ep(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,ci(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:Dp(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):Dp(e,[o],n,r,i);throw new TypeError("val must be string, number or Buffer")}function Dp(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 Ep(this,o,n,r,!0)};y.prototype.lastIndexOf=function(o,n,r){return Ep(this,o,n,r,!1)};function Tx(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(ci(_))return m;e[n+m]=_}return m}function xx(e,o,n,r){return xr(ri(o,e.length-n),e,n,r)}function Sx(e,o,n,r){return xr(Lx(o),e,n,r)}function yx(e,o,n,r){return xr(Fp(o),e,n,r)}function vx(e,o,n,r){return xr(Px(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 Tx(this,o,n,r);case"utf8":case"utf-8":return xx(this,o,n,r);case"ascii":case"latin1":case"binary":return Sx(this,o,n,r);case"base64":return yx(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return vx(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 bx(e,o,n){return o===0&&n===e.length?oi.fromByteArray(e):oi.fromByteArray(e.slice(o,n))}function Mp(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 wx(r)}var Cp=4096;function wx(e){var o=e.length;if(o<=Cp)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Cp));return n}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]&127);return r}function Ix(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 kx(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+=Ex[e[p]];return i}function Dx(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),jn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||Te(o,4,this.length),jn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||Te(o,8,this.length),jn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||Te(o,8,this.length),jn.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 Wp(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 Rp(e,o,n,r,i){return o=+o,n=n>>>0,i||Wp(e,o,n,4,34028234663852886e22,-34028234663852886e22),jn.write(e,o,n,r,23,4),n+4}y.prototype.writeFloatLE=function(o,n,r){return Rp(this,o,n,!0,r)};y.prototype.writeFloatBE=function(o,n,r){return Rp(this,o,n,!1,r)};function Op(e,o,n,r,i){return o=+o,n=n>>>0,i||Wp(e,o,n,8,17976931348623157e292,-17976931348623157e292),jn.write(e,o,n,r,52,8),n+8}y.prototype.writeDoubleLE=function(o,n,r){return Op(this,o,n,!0,r)};y.prototype.writeDoubleBE=function(o,n,r){return Op(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 Cx=/[^+/0-9A-Za-z-_]/g;function Nx(e){if(e=e.split("=")[0],e=e.trim().replace(Cx,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ri(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 Lx(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Px(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 Fp(e){return oi.toByteArray(Nx(e))}function xr(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 ci(e){return e!==e}var Ex=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 $p=I((bk,Vp)=>{t();var se=Vp.exports={},uo,fo;function si(){throw new Error("setTimeout has not been defined")}function pi(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=si}catch(e){uo=si}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=pi}catch(e){fo=pi}})();function Up(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===si||!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 Mx(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===pi||!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=[],Xn=!1,Sn,Sr=-1;function Wx(){!Xn||!Sn||(Xn=!1,Sn.length?Co=Sn.concat(Co):Sr=-1,Co.length&&Gp())}function Gp(){if(!Xn){var e=Up(Wx);Xn=!0;for(var o=Co.length;o;){for(Sn=Co,Co=[];++Sr<o;)Sn&&Sn[Sr].run();Sr=-1,o=Co.length}Sn=null,Xn=!1,Mx(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 Hp(e,o)),Co.length===1&&!Xn&&Up(Gp)};function Hp(e,o){this.fun=e,this.array=o}Hp.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,Rx,c,t=b(()=>{a=T(Bp()),s=T($p()),Rx=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=Rx});var mi=b(()=>{"use strict";t()});var qp,Lo,zp,di,jp,Kp,It,go=b(()=>{"use strict";t();qp="error when signing",Lo="Transaction canceled",zp="error signing transaction",di="provider not initialized",jp="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Kp="Undefined transaction status",It="You cannot sign transactions from a different account"});var Xp=b(()=>{"use strict";t()});var _i,Yp=b(()=>{"use strict";t();_i=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(_i||{})});var li,ui,fi,gi,kt,hi,Ti=b(()=>{"use strict";t();li="1.0.8",ui="1.0.11",fi="1.0.15",gi="1.0.17",kt="1.0.22",hi="1.0.23"});var xi,Si=b(()=>{"use strict";t();xi={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 Zp=b(()=>{"use strict";t()});var yi,vi=b(()=>{"use strict";t();yi=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(yi||{})});var Jp=b(()=>{"use strict";t()});var Qp=b(()=>{"use strict";t()});var ke,Yn,Zo=b(()=>{"use strict";t();ke=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Yn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var em,Wk,om,Rk,Y=b(()=>{"use strict";t();Zo();em=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(em||{}),Wk=g(g({},Yn.WindowProviderRequestEnums),em),om=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(om||{}),Rk=g(g({},Yn.WindowProviderResponseEnums),om)});var nm=b(()=>{"use strict";t()});var tm=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 rm=b(()=>{"use strict";t()});var am=b(()=>{"use strict";t()});var im=b(()=>{"use strict";t()});var J=b(()=>{"use strict";t();vi();Jp();Qp();Y();nm();tm();Ee();rm();am();im()});var yn,cm,Qk,sm,eD,pm,oD,nD,mm,Zn,vn=b(()=>{"use strict";t();J();yn={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:cm,egldLabel:Qk}=yn["devnet"],{chainId:sm,egldLabel:eD}=yn["testnet"],{chainId:pm,egldLabel:oD}=yn["mainnet"],nD={["devnet"]:cm,["testnet"]:sm,["mainnet"]:pm},mm={[cm]:"devnet",[sm]:"testnet",[pm]:"mainnet"},Zn=0});var dm,Dt=b(()=>{"use strict";t();dm="cancel-transaction-toast"});var ho,_m=b(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var fe,Jo=b(()=>{"use strict";t();fe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var lm,um,bi,sD,pD,wi=b(()=>{"use strict";t();Jo();bi=String((um=(lm=fe.safeWindow)==null?void 0:lm.navigator)==null?void 0:um.userAgent),sD=/^((?!chrome|android).)*safari/i.test(bi),pD=/firefox/i.test(bi)&&/windows/i.test(bi)});var Ai,yr,Ct,Ii,Nt,je,bn,fm,gm,hm,To,vr,Tm,br,xm,Sm,ym,Ke,vm,bm,R=b(()=>{"use strict";t();mi();go();Xp();Yp();Ti();Si();Zp();vn();Dt();_m();wi();Ai=.01,yr=1500,Ct=5e4,Ii=5e4,Nt=1e9,je=18,bn=4,fm=1,gm=1,hm="/dapp/init",To="signSession",vr="sdk-dapp-version",Tm="4.5.0",br="logout",xm="login",Sm="cancelSignTx",ym="N/A",Ke="0",vm="...",bm="EGLD-000000"});var Lt,wr=b(()=>{"use strict";t();Lt=()=>Date.now()/1e3});var wm=b(()=>{"use strict";t()});var Am=b(()=>{"use strict";t()});var ki=b(()=>{"use strict";t();wr();wm();Am()});var Di={};H(Di,{clear:()=>Ux,getItem:()=>Fx,localStorageKeys:()=>Xe,removeItem:()=>Bx,setItem:()=>Ox});var Xe,Ar,Ox,Fx,Bx,Ux,wn=b(()=>{"use strict";t();ki();Xe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Ar=typeof localStorage!="undefined",Ox=({key:e,data:o,expires:n})=>{!Ar||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Fx=e=>{if(!Ar)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},Bx=e=>{!Ar||localStorage.removeItem(String(e))},Ux=()=>{!Ar||localStorage.clear()}});var Ci={};H(Ci,{clear:()=>Cm,getItem:()=>km,removeItem:()=>Dm,sessionStorageKeys:()=>Gx,setItem:()=>Im,storage:()=>Hx});var Gx,Im,km,Dm,Cm,Hx,Nm=b(()=>{"use strict";t();Gx={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Im=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},km=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},Dm=e=>sessionStorage.removeItem(String(e)),Cm=()=>sessionStorage.clear(),Hx={setItem:Im,getItem:km,removeItem:Dm,clear:Cm}});var oo,An=b(()=>{"use strict";t();wn();Nm();oo={session:Ci,local:Di}});var Ni,ee,Me,ie=b(()=>{"use strict";t();Ni=require("@reduxjs/toolkit");R();ee=(0,Ni.createAction)(br),Me=(0,Ni.createAction)(xm,e=>({payload:e}))});var Pi,Lm,Pm,Ye,Li,Em,no,Qo,Ei,UD,Vx,$x,GD,HD,VD,qx,zx,Ir,kr=b(()=>{"use strict";t();Pi=require("@multiversx/sdk-core"),Lm=require("@reduxjs/toolkit"),Pm=require("redux-persist");R();An();wn();ie();Ye={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ke},Li={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ye},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Em=(0,Lm.createSlice)({name:"accountInfoSlice",initialState:Li,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Pi.Address(n).toHex():""},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),Li)),e.addCase(Me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Pi.Address(r).toHex()}),e.addCase(Pm.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:Li.accounts,o.publicKey=_})}}),{setAccount:no,setAddress:Qo,setAccountNonce:Ei,setAccountShard:UD,setLedgerAccount:Vx,updateLedgerAccount:$x,setWalletConnectAccount:GD,setIsAccountLoading:HD,setAccountLoadingError:VD,setWebsocketEvent:qx,setWebsocketBatchEvent:zx}=Em.actions,Ir=Em.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 Mi=b(()=>{"use strict";t();An();wn()});var Wm,Mm,Rm,QD,jx,Kx,Wi,eC,Xx,Om,oC,nC,tC,Dr,Cr=b(()=>{"use strict";t();Wm=require("@reduxjs/toolkit");Mi();Y();ie();Mm={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Rm=(0,Wm.createSlice)({name:"loginInfoSlice",initialState:Mm,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,()=>Mm),e.addCase(Me,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Et(Pt())})}}),{setLoginMethod:QD,setWalletConnectLogin:jx,setLedgerLogin:Kx,setTokenLogin:Wi,setTokenLoginSignature:eC,setWalletLogin:Xx,invalidateLoginSession:Om,setLogoutRoute:oC,setIsWalletConnectV2Initialized:nC,setWebviewLogin:tC}=Rm.actions,Dr=Rm.reducer});var Bm,Fm,Um,cC,Yx,sC,Zx,Nr,Lr=b(()=>{"use strict";t();Bm=require("@reduxjs/toolkit");ie();Fm={},Um=(0,Bm.createSlice)({name:"modalsSlice",initialState:Fm,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,()=>Fm)}}),{setTxSubmittedModal:cC,setNotificationModal:Yx,clearTxSubmittedModal:sC,clearNotificationModal:Zx}=Um.actions,Nr=Um.reducer});var to,In=b(()=>{"use strict";t();to=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var q,Se=b(()=>{"use strict";t();In();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,Hm=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 Vm,$m=b(()=>{"use strict";t();Jo();Vm=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();Hm();Se();$m()});var qm,zm,Mt,Wt=b(()=>{"use strict";t();ye();qm=!1,zm=(e=!0)=>{qm=e},Mt=({timeout:e=0,url:o})=>{qm||setTimeout(()=>{if(!!window)return Vm(o)},e)}});var jm=b(()=>{"use strict";t();Wt()});function Km(e){return e[Math.floor(Math.random()*e.length)]}var Xm=b(()=>{"use strict";t()});function Ri(e){let o=null;if((e==null?void 0:e.statusCode)in xi){let n=e==null?void 0:e.statusCode,{message:r}=xi[n];o=eS.includes(n)?Ym:r}return{errorMessage:o,defaultErrorMessage:Ym}}var Ym,Jx,Qx,eS,Oi=b(()=>{"use strict";t();Si();Ym="Check if the MultiversX app is open on Ledger",Jx=28161,Qx=28160,eS=[Jx,Qx]});var Mo=b(()=>{"use strict";t();jm();Xm();Oi()});var Zm,Jm,Qm,Fi,nS,ed,BC,UC,od,Pr,Er=b(()=>{"use strict";t();Zm=require("@reduxjs/toolkit"),Jm=T(require("lodash.omit")),Qm=require("redux-persist");Dt();ie();Mo();Fi={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},nS={network:Fi},ed=(0,Zm.createSlice)({name:"appConfig",initialState:nS,reducers:{initializeNetworkConfig:(e,o)=>{let n=Km(o.payload.walletConnectV2RelayAddresses),r=(0,Jm.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(Qm.REHYDRATE,(o,n)=>{var i,p;if(!((p=(i=n.payload)==null?void 0:i.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:BC,updateNetworkConfig:UC,setCustomWalletAddress:od}=ed.actions,Pr=ed.reducer});var nd,Bi,td,zC,jC,KC,Mr,Wr=b(()=>{"use strict";t();nd=require("@reduxjs/toolkit");J();ie();Bi={isSigning:!1,signedSessions:{}},td=(0,nd.createSlice)({name:"signedMessageInfoSliceState",initialState:Bi,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:()=>Bi},extraReducers:e=>{e.addCase(ee,()=>Bi)}}),{setSignSession:zC,clearSignedMessageInfo:jC,setSignSessionState:KC}=td.actions,Mr=td.reducer});var ad,id,rd,cd,Ui,tS,oN,rS,Rr,Or=b(()=>{"use strict";t();ad=require("@reduxjs/toolkit"),id=require("redux-persist");J();wr();ie();rd={customToasts:[],transactionToasts:[]},cd=(0,ad.createSlice)({name:"toastsSlice",initialState:rd,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,()=>rd),e.addCase(id.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:Ui,removeCustomToast:tS,addTransactionToast:oN,removeTransactionToast:rS}=cd.actions,Rr=cd.reducer});var sd,Hi,Vi,$i,aS,Gi,pd,aN,iS,Qn,Fr,Br=b(()=>{"use strict";t();sd=require("@reduxjs/toolkit");ie();Hi="Transaction failed",Vi="Transaction successful",$i="Processing transaction",aS="Transaction submitted",Gi={},pd=(0,sd.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)||Hi,successMessage:(r==null?void 0:r.successMessage)||Vi,processingMessage:(r==null?void 0:r.processingMessage)||$i,submittedMessage:(r==null?void 0:r.submittedMessage)||aS,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:iS,clearTransactionsInfoForSessionId:Qn}=pd.actions,Fr=pd.reducer});function ot(e){return e!=null&&(gS(e)||yS(e))}function nt(e){return e!=null&&(hS(e)||vS(e))}function tt(e){return e!=null&&(TS(e)||bS(e))}function md(e){return e!=null&&(xS(e)||wS(e))}function qi(e){return e!=null&&SS(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)}function wS(e){return e!=null&&fS.includes(e)}var cS,sS,pS,mS,dS,_S,lS,uS,fS,rt=b(()=>{"use strict";t();Y();cS=["sent"],sS=["success"],pS=["fail","cancelled","timedOut"],mS=["invalid"],dS=["timedOut"],_S=["pending"],lS=["success"],uS=["fail","invalid"],fS=["not executed"]});var dd,_d,Rt,AS,ld,ud,fd,IS,on,kS,DS,uN,gd,Wo,xo,fN,Ur,Gr=b(()=>{"use strict";t();dd=require("@reduxjs/toolkit"),_d=require("redux-persist");Y();rt();ie();Rt={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},AS={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},ld=(0,dd.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({},AS),((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)),M=(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=>md(P.status));L&&(e.signedTransactions[n].status="success"),M&&(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(_d.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:ud,updateSignedTransactions:fd,setTransactionsToSign:IS,clearAllTransactionsToSign:on,clearAllSignedTransactions:kS,clearSignedTransaction:DS,clearTransactionToSign:uN,setSignTransactionsError:gd,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:fN}=ld.actions,Ur=ld.reducer});var hd,zi,Td,xN,SN,CS,yN,Hr,Vr=b(()=>{"use strict";t();hd=require("@reduxjs/toolkit");ie();zi={},Td=(0,hd.createSlice)({name:"batchTransactionsSlice",initialState:zi,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:()=>zi},extraReducers:e=>{e.addCase(ee,()=>zi)}}),{setBatchTransactions:xN,updateBatchTransactions:SN,clearBatchTransactions:CS,clearAllBatchTransactions:yN}=Td.actions,Hr=Td.reducer});var Sd,xd,yd,AN,vd,ji=b(()=>{"use strict";t();Sd=require("@reduxjs/toolkit");ie();xd={},yd=(0,Sd.createSlice)({name:"dappConfigSlice",initialState:xd,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(ee,()=>xd)}}),{setDappConfig:AN}=yd.actions,vd=yd.reducer});var V=b(()=>{"use strict";t();kr();Cr();Lr();Er();Wr();Or();Br();Gr();Vr();ji()});var Ki=b(()=>{"use strict";t()});var Ad,ES,MS,Ot,Xi=b(()=>{"use strict";t();Ad=require("@reduxjs/toolkit");Ki();kr();Vr();ji();Cr();Lr();Er();Wr();Or();Br();Gr();ES={["account"]:Ir,["dappConfig"]:vd,["loginInfo"]:Dr,["modals"]:Nr,["networkConfig"]:Pr,["signedMessageInfo"]:Mr,["toasts"]:Rr,["transactionsInfo"]:Fr,["transactions"]:Ur,["batchTransactions"]:Hr},MS=(e={})=>(0,Ad.combineReducers)(g(g({},ES),e)),Ot=MS});var Cd={};H(Cd,{default:()=>YS,sessionStorageReducers:()=>Yi});function Ro(e,o=[]){return{key:e,version:1,storage:kd.default,blacklist:o}}var We,Id,kd,WS,Ft,RS,OS,FS,BS,US,GS,HS,VS,$S,qS,Dd,zS,Yi,jS,KS,XS,YS,Nd=b(()=>{"use strict";t();We=require("redux-persist"),Id=T(require("redux-persist/lib/storage")),kd=T(require("redux-persist/lib/storage/session"));Xi();V();kr();Vr();Cr();Lr();Er();Wr();Or();Br();Gr();Ki();WS={persistReducersStorageType:"localStorage"},Ft={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},RS=Ro(Ft["account"]),OS=Ro(Ft["loginInfo"]),FS=Ro(Ft["modals"]),BS=Ro(Ft["networkConfig"]),US={2:e=>A(g({},e),{networkConfig:Fi})};GS=Ro("sdk-dapp-transactionsInfo"),HS=Ro("sdk-dapp-transactions",["transactionsToSign"]),VS=Ro("sdk-dapp-batchTransactions",["batchTransactions"]),$S=Ro("sdk-dapp-toasts"),qS=Ro("sdk-dapp-signedMessageInfo"),Dd={key:"sdk-dapp-store",version:2,storage:Id.default,whitelist:Object.keys(Ft),migrate:(0,We.createMigrate)(US,{debug:!1})},zS=A(g({},Dd),{whitelist:[]}),Yi={["toasts"]:(0,We.persistReducer)($S,Rr),["transactions"]:(0,We.persistReducer)(HS,Ur),["transactionsInfo"]:(0,We.persistReducer)(GS,Fr),["batchTransactions"]:(0,We.persistReducer)(VS,Hr),["signedMessageInfo"]:(0,We.persistReducer)(qS,Mr)},jS=A(g({},Yi),{["account"]:(0,We.persistReducer)(RS,Ir),["loginInfo"]:(0,We.persistReducer)(OS,Dr),["modals"]:(0,We.persistReducer)(FS,Nr),["networkConfig"]:(0,We.persistReducer)(BS,Pr)}),KS=WS.persistReducersStorageType==="localStorage",XS=KS?(0,We.persistReducer)(Dd,Ot(Yi)):(0,We.persistReducer)(zS,Ot(jS)),YS=XS});var Ld={};H(Ld,{default:()=>ZS});var ZS,Pd=b(()=>{"use strict";t();Xi();ZS=Ot()});var Ed={};H(Ed,{default:()=>QS});var Ze,JS,QS,Md=b(()=>{"use strict";t();Ze=require("redux-persist"),JS=[Ze.FLUSH,Ze.REHYDRATE,Ze.PAUSE,Ze.PERSIST,Ze.PURGE,Ze.REGISTER],QS=JS});var Od={};H(Od,{default:()=>Rd});function Rd(e){return(0,Wd.persistStore)(e)}var Wd,Fd=b(()=>{"use strict";t();Wd=require("redux-persist")});var kl=I((MB,Il)=>{t();var xv=typeof c=="object"&&c&&c.Object===Object&&c;Il.exports=xv});var Xt=I((WB,Dl)=>{t();var Sv=kl(),yv=typeof self=="object"&&self&&self.Object===Object&&self,vv=Sv||yv||Function("return this")();Dl.exports=vv});var xa=I((RB,Cl)=>{t();var bv=Xt(),wv=bv.Symbol;Cl.exports=wv});var El=I((OB,Pl)=>{t();var Nl=xa(),Ll=Object.prototype,Av=Ll.hasOwnProperty,Iv=Ll.toString,Yt=Nl?Nl.toStringTag:void 0;function kv(e){var o=Av.call(e,Yt),n=e[Yt];try{e[Yt]=void 0;var r=!0}catch(p){}var i=Iv.call(e);return r&&(o?e[Yt]=n:delete e[Yt]),i}Pl.exports=kv});var Wl=I((FB,Ml)=>{t();var Dv=Object.prototype,Cv=Dv.toString;function Nv(e){return Cv.call(e)}Ml.exports=Nv});var Sa=I((BB,Fl)=>{t();var Rl=xa(),Lv=El(),Pv=Wl(),Ev="[object Null]",Mv="[object Undefined]",Ol=Rl?Rl.toStringTag:void 0;function Wv(e){return e==null?e===void 0?Mv:Ev:Ol&&Ol in Object(e)?Lv(e):Pv(e)}Fl.exports=Wv});var Nc=I((UB,Bl)=>{t();var Rv=Array.isArray;Bl.exports=Rv});var Lc=I((GB,Ul)=>{t();function Ov(e){return e!=null&&typeof e=="object"}Ul.exports=Ov});var Hl=I((HB,Gl)=>{t();var Fv=Sa(),Bv=Nc(),Uv=Lc(),Gv="[object String]";function Hv(e){return typeof e=="string"||!Bv(e)&&Uv(e)&&Fv(e)==Gv}Gl.exports=Hv});var Mc={};H(Mc,{css:()=>Xl,default:()=>Yv});var Xl,Yv,Wc=b(()=>{"use strict";t();Xl=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var JT=Object.create;var At=Object.defineProperty,QT=Object.defineProperties,ex=Object.getOwnPropertyDescriptor,ox=Object.getOwnPropertyDescriptors,nx=Object.getOwnPropertyNames,gr=Object.getOwnPropertySymbols,tx=Object.getPrototypeOf,Ja=Object.prototype.hasOwnProperty,yp=Object.prototype.propertyIsEnumerable;var Sp=(e,o,n)=>o in e?At(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Ja.call(o,n)&&Sp(e,n,o[n]);if(gr)for(var n of gr(o))yp.call(o,n)&&Sp(e,n,o[n]);return e},A=(e,o)=>QT(e,ox(o));var qe=(e,o)=>{var n={};for(var r in e)Ja.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gr)for(var r of gr(e))o.indexOf(r)<0&&yp.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)At(e,n,{get:o[n],enumerable:!0})},vp=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of nx(o))!Ja.call(e,i)&&i!==n&&At(e,i,{get:()=>o[i],enumerable:!(r=ex(o,i))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?JT(tx(e)):{},vp(o||!e||!e.__esModule?At(n,"default",{value:e,enumerable:!0}):n,e)),U=e=>vp(At({},"__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 Ap=I(hr=>{"use strict";t();hr.byteLength=ax;hr.toByteArray=cx;hr.fromByteArray=mx;var _o=[],ze=[],rx=typeof Uint8Array!="undefined"?Uint8Array:Array,Qa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Tn=0,bp=Qa.length;Tn<bp;++Tn)_o[Tn]=Qa[Tn],ze[Qa.charCodeAt(Tn)]=Tn;var Tn,bp;ze["-".charCodeAt(0)]=62;ze["_".charCodeAt(0)]=63;function wp(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 ax(e){var o=wp(e),n=o[0],r=o[1];return(n+r)*3/4-r}function ix(e,o,n){return(o+n)*3/4-n}function cx(e){var o,n=wp(e),r=n[0],i=n[1],p=new rx(ix(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 sx(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function px(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(sx(r));return i.join("")}function mx(e){for(var o,n=e.length,r=n%3,i=[],p=16383,m=0,_=n-r;m<_;m+=p)i.push(px(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 Ip=I(ei=>{t();ei.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)};ei.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 Bp=I(Kn=>{"use strict";t();var oi=Ap(),jn=Ip(),kp=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Kn.Buffer=y;Kn.SlowBuffer=gx;Kn.INSPECT_MAX_BYTES=50;var Tr=2147483647;Kn.kMaxLength=Tr;y.TYPED_ARRAY_SUPPORT=dx();!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 dx(){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>Tr)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 ai(e)}return Np(e,o,n)}y.poolSize=8192;function Np(e,o,n){if(typeof e=="string")return lx(e,o);if(ArrayBuffer.isView(e))return ux(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 ti(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=fx(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 Np(e,o,n)};Object.setPrototypeOf(y.prototype,Uint8Array.prototype);Object.setPrototypeOf(y,Uint8Array);function Lp(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 _x(e,o,n){return Lp(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 _x(e,o,n)};function ai(e){return Lp(e),Do(e<0?0:ii(e)|0)}y.allocUnsafe=function(e){return ai(e)};y.allocUnsafeSlow=function(e){return ai(e)};function lx(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!y.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Pp(e,o)|0,r=Do(n),i=r.write(e,o);return i!==n&&(r=r.slice(0,i)),r}function ni(e){for(var o=e.length<0?0:ii(e.length)|0,n=Do(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function ux(e){if(lo(e,Uint8Array)){var o=new Uint8Array(e);return ti(o.buffer,o.byteOffset,o.byteLength)}return ni(e)}function ti(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 fx(e){if(y.isBuffer(e)){var o=ii(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"||ci(e.length)?Do(0):ni(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ni(e.data)}function ii(e){if(e>=Tr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Tr.toString(16)+" bytes");return e|0}function gx(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 Pp(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 ri(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Fp(e).length;default:if(i)return r?-1:ri(e).length;o=(""+o).toLowerCase(),i=!0}}y.byteLength=Pp;function hx(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 kx(this,o,n);case"utf8":case"utf-8":return Mp(this,o,n);case"ascii":return Ax(this,o,n);case"latin1":case"binary":return Ix(this,o,n);case"base64":return bx(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dx(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}y.prototype._isBuffer=!0;function xn(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)xn(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)xn(this,n,n+3),xn(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)xn(this,n,n+7),xn(this,n+1,n+6),xn(this,n+2,n+5),xn(this,n+3,n+4);return this};y.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Mp(this,0,o):hx.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=Kn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};kp&&(y.prototype[kp]=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 Ep(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,ci(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:Dp(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):Dp(e,[o],n,r,i);throw new TypeError("val must be string, number or Buffer")}function Dp(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 Ep(this,o,n,r,!0)};y.prototype.lastIndexOf=function(o,n,r){return Ep(this,o,n,r,!1)};function Tx(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(ci(_))return m;e[n+m]=_}return m}function xx(e,o,n,r){return xr(ri(o,e.length-n),e,n,r)}function Sx(e,o,n,r){return xr(Lx(o),e,n,r)}function yx(e,o,n,r){return xr(Fp(o),e,n,r)}function vx(e,o,n,r){return xr(Px(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 Tx(this,o,n,r);case"utf8":case"utf-8":return xx(this,o,n,r);case"ascii":case"latin1":case"binary":return Sx(this,o,n,r);case"base64":return yx(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return vx(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 bx(e,o,n){return o===0&&n===e.length?oi.fromByteArray(e):oi.fromByteArray(e.slice(o,n))}function Mp(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 wx(r)}var Cp=4096;function wx(e){var o=e.length;if(o<=Cp)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Cp));return n}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]&127);return r}function Ix(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 kx(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+=Ex[e[p]];return i}function Dx(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),jn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||Te(o,4,this.length),jn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||Te(o,8,this.length),jn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||Te(o,8,this.length),jn.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 Wp(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 Rp(e,o,n,r,i){return o=+o,n=n>>>0,i||Wp(e,o,n,4,34028234663852886e22,-34028234663852886e22),jn.write(e,o,n,r,23,4),n+4}y.prototype.writeFloatLE=function(o,n,r){return Rp(this,o,n,!0,r)};y.prototype.writeFloatBE=function(o,n,r){return Rp(this,o,n,!1,r)};function Op(e,o,n,r,i){return o=+o,n=n>>>0,i||Wp(e,o,n,8,17976931348623157e292,-17976931348623157e292),jn.write(e,o,n,r,52,8),n+8}y.prototype.writeDoubleLE=function(o,n,r){return Op(this,o,n,!0,r)};y.prototype.writeDoubleBE=function(o,n,r){return Op(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 Cx=/[^+/0-9A-Za-z-_]/g;function Nx(e){if(e=e.split("=")[0],e=e.trim().replace(Cx,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ri(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 Lx(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Px(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 Fp(e){return oi.toByteArray(Nx(e))}function xr(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 ci(e){return e!==e}var Ex=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 $p=I((bk,Vp)=>{t();var se=Vp.exports={},uo,fo;function si(){throw new Error("setTimeout has not been defined")}function pi(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=si}catch(e){uo=si}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=pi}catch(e){fo=pi}})();function Up(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===si||!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 Mx(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===pi||!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=[],Xn=!1,Sn,Sr=-1;function Wx(){!Xn||!Sn||(Xn=!1,Sn.length?Co=Sn.concat(Co):Sr=-1,Co.length&&Gp())}function Gp(){if(!Xn){var e=Up(Wx);Xn=!0;for(var o=Co.length;o;){for(Sn=Co,Co=[];++Sr<o;)Sn&&Sn[Sr].run();Sr=-1,o=Co.length}Sn=null,Xn=!1,Mx(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 Hp(e,o)),Co.length===1&&!Xn&&Up(Gp)};function Hp(e,o){this.fun=e,this.array=o}Hp.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,Rx,c,t=b(()=>{a=T(Bp()),s=T($p()),Rx=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=Rx});var mi=b(()=>{"use strict";t()});var qp,Lo,zp,di,jp,Kp,It,go=b(()=>{"use strict";t();qp="error when signing",Lo="Transaction canceled",zp="error signing transaction",di="provider not initialized",jp="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Kp="Undefined transaction status",It="You cannot sign transactions from a different account"});var Xp=b(()=>{"use strict";t()});var _i,Yp=b(()=>{"use strict";t();_i=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(_i||{})});var li,ui,fi,gi,kt,hi,Ti=b(()=>{"use strict";t();li="1.0.8",ui="1.0.11",fi="1.0.15",gi="1.0.17",kt="1.0.22",hi="1.0.23"});var xi,Si=b(()=>{"use strict";t();xi={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 Zp=b(()=>{"use strict";t()});var yi,vi=b(()=>{"use strict";t();yi=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(yi||{})});var Jp=b(()=>{"use strict";t()});var Qp=b(()=>{"use strict";t()});var ke,Yn,Zo=b(()=>{"use strict";t();ke=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Yn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var em,Wk,om,Rk,Y=b(()=>{"use strict";t();Zo();em=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(em||{}),Wk=g(g({},Yn.WindowProviderRequestEnums),em),om=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(om||{}),Rk=g(g({},Yn.WindowProviderResponseEnums),om)});var nm=b(()=>{"use strict";t()});var tm=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 rm=b(()=>{"use strict";t()});var am=b(()=>{"use strict";t()});var im=b(()=>{"use strict";t()});var J=b(()=>{"use strict";t();vi();Jp();Qp();Y();nm();tm();Ee();rm();am();im()});var yn,cm,Qk,sm,eD,pm,oD,nD,mm,Zn,vn=b(()=>{"use strict";t();J();yn={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:cm,egldLabel:Qk}=yn["devnet"],{chainId:sm,egldLabel:eD}=yn["testnet"],{chainId:pm,egldLabel:oD}=yn["mainnet"],nD={["devnet"]:cm,["testnet"]:sm,["mainnet"]:pm},mm={[cm]:"devnet",[sm]:"testnet",[pm]:"mainnet"},Zn=0});var dm,Dt=b(()=>{"use strict";t();dm="cancel-transaction-toast"});var ho,_m=b(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var fe,Jo=b(()=>{"use strict";t();fe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var lm,um,bi,sD,pD,wi=b(()=>{"use strict";t();Jo();bi=String((um=(lm=fe.safeWindow)==null?void 0:lm.navigator)==null?void 0:um.userAgent),sD=/^((?!chrome|android).)*safari/i.test(bi),pD=/firefox/i.test(bi)&&/windows/i.test(bi)});var Ai,yr,Ct,Ii,Nt,je,bn,fm,gm,hm,To,vr,Tm,br,xm,Sm,ym,Ke,vm,bm,R=b(()=>{"use strict";t();mi();go();Xp();Yp();Ti();Si();Zp();vn();Dt();_m();wi();Ai=.01,yr=1500,Ct=5e4,Ii=5e4,Nt=1e9,je=18,bn=4,fm=1,gm=1,hm="/dapp/init",To="signSession",vr="sdk-dapp-version",Tm="4.5.1",br="logout",xm="login",Sm="cancelSignTx",ym="N/A",Ke="0",vm="...",bm="EGLD-000000"});var Lt,wr=b(()=>{"use strict";t();Lt=()=>Date.now()/1e3});var wm=b(()=>{"use strict";t()});var Am=b(()=>{"use strict";t()});var ki=b(()=>{"use strict";t();wr();wm();Am()});var Di={};H(Di,{clear:()=>Ux,getItem:()=>Fx,localStorageKeys:()=>Xe,removeItem:()=>Bx,setItem:()=>Ox});var Xe,Ar,Ox,Fx,Bx,Ux,wn=b(()=>{"use strict";t();ki();Xe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Ar=typeof localStorage!="undefined",Ox=({key:e,data:o,expires:n})=>{!Ar||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Fx=e=>{if(!Ar)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},Bx=e=>{!Ar||localStorage.removeItem(String(e))},Ux=()=>{!Ar||localStorage.clear()}});var Ci={};H(Ci,{clear:()=>Cm,getItem:()=>km,removeItem:()=>Dm,sessionStorageKeys:()=>Gx,setItem:()=>Im,storage:()=>Hx});var Gx,Im,km,Dm,Cm,Hx,Nm=b(()=>{"use strict";t();Gx={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Im=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},km=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},Dm=e=>sessionStorage.removeItem(String(e)),Cm=()=>sessionStorage.clear(),Hx={setItem:Im,getItem:km,removeItem:Dm,clear:Cm}});var oo,An=b(()=>{"use strict";t();wn();Nm();oo={session:Ci,local:Di}});var Ni,ee,Me,ie=b(()=>{"use strict";t();Ni=require("@reduxjs/toolkit");R();ee=(0,Ni.createAction)(br),Me=(0,Ni.createAction)(xm,e=>({payload:e}))});var Pi,Lm,Pm,Ye,Li,Em,no,Qo,Ei,UD,Vx,$x,GD,HD,VD,qx,zx,Ir,kr=b(()=>{"use strict";t();Pi=require("@multiversx/sdk-core"),Lm=require("@reduxjs/toolkit"),Pm=require("redux-persist");R();An();wn();ie();Ye={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ke},Li={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ye},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Em=(0,Lm.createSlice)({name:"accountInfoSlice",initialState:Li,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Pi.Address(n).toHex():""},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),Li)),e.addCase(Me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Pi.Address(r).toHex()}),e.addCase(Pm.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:Li.accounts,o.publicKey=_})}}),{setAccount:no,setAddress:Qo,setAccountNonce:Ei,setAccountShard:UD,setLedgerAccount:Vx,updateLedgerAccount:$x,setWalletConnectAccount:GD,setIsAccountLoading:HD,setAccountLoadingError:VD,setWebsocketEvent:qx,setWebsocketBatchEvent:zx}=Em.actions,Ir=Em.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 Mi=b(()=>{"use strict";t();An();wn()});var Wm,Mm,Rm,QD,jx,Kx,Wi,eC,Xx,Om,oC,nC,tC,Dr,Cr=b(()=>{"use strict";t();Wm=require("@reduxjs/toolkit");Mi();Y();ie();Mm={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Rm=(0,Wm.createSlice)({name:"loginInfoSlice",initialState:Mm,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,()=>Mm),e.addCase(Me,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Et(Pt())})}}),{setLoginMethod:QD,setWalletConnectLogin:jx,setLedgerLogin:Kx,setTokenLogin:Wi,setTokenLoginSignature:eC,setWalletLogin:Xx,invalidateLoginSession:Om,setLogoutRoute:oC,setIsWalletConnectV2Initialized:nC,setWebviewLogin:tC}=Rm.actions,Dr=Rm.reducer});var Bm,Fm,Um,cC,Yx,sC,Zx,Nr,Lr=b(()=>{"use strict";t();Bm=require("@reduxjs/toolkit");ie();Fm={},Um=(0,Bm.createSlice)({name:"modalsSlice",initialState:Fm,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,()=>Fm)}}),{setTxSubmittedModal:cC,setNotificationModal:Yx,clearTxSubmittedModal:sC,clearNotificationModal:Zx}=Um.actions,Nr=Um.reducer});var to,In=b(()=>{"use strict";t();to=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var q,Se=b(()=>{"use strict";t();In();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,Hm=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 Vm,$m=b(()=>{"use strict";t();Jo();Vm=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();Hm();Se();$m()});var qm,zm,Mt,Wt=b(()=>{"use strict";t();ye();qm=!1,zm=(e=!0)=>{qm=e},Mt=({timeout:e=0,url:o})=>{qm||setTimeout(()=>{if(!!window)return Vm(o)},e)}});var jm=b(()=>{"use strict";t();Wt()});function Km(e){return e[Math.floor(Math.random()*e.length)]}var Xm=b(()=>{"use strict";t()});function Ri(e){let o=null;if((e==null?void 0:e.statusCode)in xi){let n=e==null?void 0:e.statusCode,{message:r}=xi[n];o=eS.includes(n)?Ym:r}return{errorMessage:o,defaultErrorMessage:Ym}}var Ym,Jx,Qx,eS,Oi=b(()=>{"use strict";t();Si();Ym="Check if the MultiversX app is open on Ledger",Jx=28161,Qx=28160,eS=[Jx,Qx]});var Mo=b(()=>{"use strict";t();jm();Xm();Oi()});var Zm,Jm,Qm,Fi,nS,ed,BC,UC,od,Pr,Er=b(()=>{"use strict";t();Zm=require("@reduxjs/toolkit"),Jm=T(require("lodash.omit")),Qm=require("redux-persist");Dt();ie();Mo();Fi={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},nS={network:Fi},ed=(0,Zm.createSlice)({name:"appConfig",initialState:nS,reducers:{initializeNetworkConfig:(e,o)=>{let n=Km(o.payload.walletConnectV2RelayAddresses),r=(0,Jm.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(Qm.REHYDRATE,(o,n)=>{var i,p;if(!((p=(i=n.payload)==null?void 0:i.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:BC,updateNetworkConfig:UC,setCustomWalletAddress:od}=ed.actions,Pr=ed.reducer});var nd,Bi,td,zC,jC,KC,Mr,Wr=b(()=>{"use strict";t();nd=require("@reduxjs/toolkit");J();ie();Bi={isSigning:!1,signedSessions:{}},td=(0,nd.createSlice)({name:"signedMessageInfoSliceState",initialState:Bi,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:()=>Bi},extraReducers:e=>{e.addCase(ee,()=>Bi)}}),{setSignSession:zC,clearSignedMessageInfo:jC,setSignSessionState:KC}=td.actions,Mr=td.reducer});var ad,id,rd,cd,Ui,tS,oN,rS,Rr,Or=b(()=>{"use strict";t();ad=require("@reduxjs/toolkit"),id=require("redux-persist");J();wr();ie();rd={customToasts:[],transactionToasts:[]},cd=(0,ad.createSlice)({name:"toastsSlice",initialState:rd,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,()=>rd),e.addCase(id.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:Ui,removeCustomToast:tS,addTransactionToast:oN,removeTransactionToast:rS}=cd.actions,Rr=cd.reducer});var sd,Hi,Vi,$i,aS,Gi,pd,aN,iS,Qn,Fr,Br=b(()=>{"use strict";t();sd=require("@reduxjs/toolkit");ie();Hi="Transaction failed",Vi="Transaction successful",$i="Processing transaction",aS="Transaction submitted",Gi={},pd=(0,sd.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)||Hi,successMessage:(r==null?void 0:r.successMessage)||Vi,processingMessage:(r==null?void 0:r.processingMessage)||$i,submittedMessage:(r==null?void 0:r.submittedMessage)||aS,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:iS,clearTransactionsInfoForSessionId:Qn}=pd.actions,Fr=pd.reducer});function ot(e){return e!=null&&(gS(e)||yS(e))}function nt(e){return e!=null&&(hS(e)||vS(e))}function tt(e){return e!=null&&(TS(e)||bS(e))}function md(e){return e!=null&&(xS(e)||wS(e))}function qi(e){return e!=null&&SS(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)}function wS(e){return e!=null&&fS.includes(e)}var cS,sS,pS,mS,dS,_S,lS,uS,fS,rt=b(()=>{"use strict";t();Y();cS=["sent"],sS=["success"],pS=["fail","cancelled","timedOut"],mS=["invalid"],dS=["timedOut"],_S=["pending"],lS=["success"],uS=["fail","invalid"],fS=["not executed"]});var dd,_d,Rt,AS,ld,ud,fd,IS,on,kS,DS,uN,gd,Wo,xo,fN,Ur,Gr=b(()=>{"use strict";t();dd=require("@reduxjs/toolkit"),_d=require("redux-persist");Y();rt();ie();Rt={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},AS={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},ld=(0,dd.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({},AS),((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)),M=(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=>md(P.status));L&&(e.signedTransactions[n].status="success"),M&&(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(_d.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:ud,updateSignedTransactions:fd,setTransactionsToSign:IS,clearAllTransactionsToSign:on,clearAllSignedTransactions:kS,clearSignedTransaction:DS,clearTransactionToSign:uN,setSignTransactionsError:gd,setSignTransactionsCancelMessage:Wo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:fN}=ld.actions,Ur=ld.reducer});var hd,zi,Td,xN,SN,CS,yN,Hr,Vr=b(()=>{"use strict";t();hd=require("@reduxjs/toolkit");ie();zi={},Td=(0,hd.createSlice)({name:"batchTransactionsSlice",initialState:zi,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:()=>zi},extraReducers:e=>{e.addCase(ee,()=>zi)}}),{setBatchTransactions:xN,updateBatchTransactions:SN,clearBatchTransactions:CS,clearAllBatchTransactions:yN}=Td.actions,Hr=Td.reducer});var Sd,xd,yd,AN,vd,ji=b(()=>{"use strict";t();Sd=require("@reduxjs/toolkit");ie();xd={},yd=(0,Sd.createSlice)({name:"dappConfigSlice",initialState:xd,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(ee,()=>xd)}}),{setDappConfig:AN}=yd.actions,vd=yd.reducer});var V=b(()=>{"use strict";t();kr();Cr();Lr();Er();Wr();Or();Br();Gr();Vr();ji()});var Ki=b(()=>{"use strict";t()});var Ad,ES,MS,Ot,Xi=b(()=>{"use strict";t();Ad=require("@reduxjs/toolkit");Ki();kr();Vr();ji();Cr();Lr();Er();Wr();Or();Br();Gr();ES={["account"]:Ir,["dappConfig"]:vd,["loginInfo"]:Dr,["modals"]:Nr,["networkConfig"]:Pr,["signedMessageInfo"]:Mr,["toasts"]:Rr,["transactionsInfo"]:Fr,["transactions"]:Ur,["batchTransactions"]:Hr},MS=(e={})=>(0,Ad.combineReducers)(g(g({},ES),e)),Ot=MS});var Cd={};H(Cd,{default:()=>YS,sessionStorageReducers:()=>Yi});function Ro(e,o=[]){return{key:e,version:1,storage:kd.default,blacklist:o}}var We,Id,kd,WS,Ft,RS,OS,FS,BS,US,GS,HS,VS,$S,qS,Dd,zS,Yi,jS,KS,XS,YS,Nd=b(()=>{"use strict";t();We=require("redux-persist"),Id=T(require("redux-persist/lib/storage")),kd=T(require("redux-persist/lib/storage/session"));Xi();V();kr();Vr();Cr();Lr();Er();Wr();Or();Br();Gr();Ki();WS={persistReducersStorageType:"localStorage"},Ft={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},RS=Ro(Ft["account"]),OS=Ro(Ft["loginInfo"]),FS=Ro(Ft["modals"]),BS=Ro(Ft["networkConfig"]),US={2:e=>A(g({},e),{networkConfig:Fi})};GS=Ro("sdk-dapp-transactionsInfo"),HS=Ro("sdk-dapp-transactions",["transactionsToSign"]),VS=Ro("sdk-dapp-batchTransactions",["batchTransactions"]),$S=Ro("sdk-dapp-toasts"),qS=Ro("sdk-dapp-signedMessageInfo"),Dd={key:"sdk-dapp-store",version:2,storage:Id.default,whitelist:Object.keys(Ft),migrate:(0,We.createMigrate)(US,{debug:!1})},zS=A(g({},Dd),{whitelist:[]}),Yi={["toasts"]:(0,We.persistReducer)($S,Rr),["transactions"]:(0,We.persistReducer)(HS,Ur),["transactionsInfo"]:(0,We.persistReducer)(GS,Fr),["batchTransactions"]:(0,We.persistReducer)(VS,Hr),["signedMessageInfo"]:(0,We.persistReducer)(qS,Mr)},jS=A(g({},Yi),{["account"]:(0,We.persistReducer)(RS,Ir),["loginInfo"]:(0,We.persistReducer)(OS,Dr),["modals"]:(0,We.persistReducer)(FS,Nr),["networkConfig"]:(0,We.persistReducer)(BS,Pr)}),KS=WS.persistReducersStorageType==="localStorage",XS=KS?(0,We.persistReducer)(Dd,Ot(Yi)):(0,We.persistReducer)(zS,Ot(jS)),YS=XS});var Ld={};H(Ld,{default:()=>ZS});var ZS,Pd=b(()=>{"use strict";t();Xi();ZS=Ot()});var Ed={};H(Ed,{default:()=>QS});var Ze,JS,QS,Md=b(()=>{"use strict";t();Ze=require("redux-persist"),JS=[Ze.FLUSH,Ze.REHYDRATE,Ze.PAUSE,Ze.PERSIST,Ze.PURGE,Ze.REGISTER],QS=JS});var Od={};H(Od,{default:()=>Rd});function Rd(e){return(0,Wd.persistStore)(e)}var Wd,Fd=b(()=>{"use strict";t();Wd=require("redux-persist")});var kl=I((MB,Il)=>{t();var xv=typeof c=="object"&&c&&c.Object===Object&&c;Il.exports=xv});var Xt=I((WB,Dl)=>{t();var Sv=kl(),yv=typeof self=="object"&&self&&self.Object===Object&&self,vv=Sv||yv||Function("return this")();Dl.exports=vv});var xa=I((RB,Cl)=>{t();var bv=Xt(),wv=bv.Symbol;Cl.exports=wv});var El=I((OB,Pl)=>{t();var Nl=xa(),Ll=Object.prototype,Av=Ll.hasOwnProperty,Iv=Ll.toString,Yt=Nl?Nl.toStringTag:void 0;function kv(e){var o=Av.call(e,Yt),n=e[Yt];try{e[Yt]=void 0;var r=!0}catch(p){}var i=Iv.call(e);return r&&(o?e[Yt]=n:delete e[Yt]),i}Pl.exports=kv});var Wl=I((FB,Ml)=>{t();var Dv=Object.prototype,Cv=Dv.toString;function Nv(e){return Cv.call(e)}Ml.exports=Nv});var Sa=I((BB,Fl)=>{t();var Rl=xa(),Lv=El(),Pv=Wl(),Ev="[object Null]",Mv="[object Undefined]",Ol=Rl?Rl.toStringTag:void 0;function Wv(e){return e==null?e===void 0?Mv:Ev:Ol&&Ol in Object(e)?Lv(e):Pv(e)}Fl.exports=Wv});var Nc=I((UB,Bl)=>{t();var Rv=Array.isArray;Bl.exports=Rv});var Lc=I((GB,Ul)=>{t();function Ov(e){return e!=null&&typeof e=="object"}Ul.exports=Ov});var Hl=I((HB,Gl)=>{t();var Fv=Sa(),Bv=Nc(),Uv=Lc(),Gv="[object String]";function Hv(e){return typeof e=="string"||!Bv(e)&&Uv(e)&&Fv(e)==Gv}Gl.exports=Hv});var Mc={};H(Mc,{css:()=>Xl,default:()=>Yv});var Xl,Yv,Wc=b(()=>{"use strict";t();Xl=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|