@multiversx/sdk-dapp 4.6.2 → 4.6.3
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-HQELBF6J.js → chunk-233Y3EPE.js} +2 -2
- package/__chunks__/{chunk-AFASQHTJ.js → chunk-26Y3YQLS.js} +2 -2
- package/__chunks__/{chunk-5SRWAN4U.js → chunk-2ALFM7YL.js} +2 -2
- package/__chunks__/{chunk-AKBVYOYI.js → chunk-2M2CN2KE.js} +2 -2
- package/__chunks__/{chunk-YT4BZLQ4.js → chunk-2NDLKDTO.js} +2 -2
- package/__chunks__/{chunk-BBYPMEN6.js → chunk-2NFI6BVS.js} +2 -2
- package/__chunks__/{chunk-DFEDUO7D.js → chunk-2SLD7I6M.js} +2 -2
- package/__chunks__/{chunk-S4TX63DH.js → chunk-2T7CZQAM.js} +2 -2
- package/__chunks__/{chunk-AJJQTGWC.js → chunk-2TXIJYQM.js} +2 -2
- package/__chunks__/{chunk-XNKWKG4C.js → chunk-2UIMO7XH.js} +2 -2
- package/__chunks__/chunk-2UMV4LIS.js +2 -0
- package/__chunks__/chunk-2ZE2TVFC.js +2 -0
- package/__chunks__/{chunk-CLYICTYX.js → chunk-2ZZWQE2Z.js} +2 -2
- package/__chunks__/{chunk-GMBNBDLL.js → chunk-337ORZMP.js} +2 -2
- package/__chunks__/{chunk-FNQ4SPAL.js → chunk-3CNBCNV4.js} +2 -2
- package/__chunks__/{chunk-7A3WZJ3L.js → chunk-3DML2DDU.js} +2 -2
- package/__chunks__/{chunk-MQ4E2QZS.js → chunk-3DPOOIQP.js} +2 -2
- package/__chunks__/{chunk-E4FLJTM2.js → chunk-3HFR4WHH.js} +2 -2
- package/__chunks__/{chunk-HJJPHY6B.js → chunk-3LM2D7HG.js} +2 -2
- package/__chunks__/chunk-3NKXYE4W.js +2 -0
- package/__chunks__/{chunk-QDUMJAAZ.js → chunk-3VLECH5O.js} +2 -2
- package/__chunks__/{chunk-OO2TEG6B.js → chunk-3VQ3RI62.js} +2 -2
- package/__chunks__/chunk-3XJRCYON.js +2 -0
- package/__chunks__/chunk-3XRQTWUN.js +2 -0
- package/__chunks__/{chunk-GVZ5E7YB.js → chunk-42DOFJ3J.js} +2 -2
- package/__chunks__/{chunk-SSIRRAL3.js → chunk-44AQUUN4.js} +2 -2
- package/__chunks__/chunk-45I4IZUH.js +2 -0
- package/__chunks__/{chunk-NTG36RVO.js → chunk-45M67NPO.js} +2 -2
- package/__chunks__/{chunk-ILWVKHNG.js → chunk-4BHX257I.js} +2 -2
- package/__chunks__/{chunk-ONIW5RHB.js → chunk-4DLGSHMO.js} +2 -2
- package/__chunks__/{chunk-JY3REYPU.js → chunk-4EINKRT5.js} +2 -2
- package/__chunks__/chunk-4LIH7DMK.js +2 -0
- package/__chunks__/{chunk-MHCSF4QC.js → chunk-4RKAPVSI.js} +2 -2
- package/__chunks__/{chunk-C7DGKOIA.js → chunk-4YWISNCD.js} +2 -2
- package/__chunks__/{chunk-2TZ4534I.js → chunk-534RWS4Q.js} +2 -2
- package/__chunks__/{chunk-L75ZPCYI.js → chunk-535ODM2Z.js} +2 -2
- package/__chunks__/{chunk-CD2ATMGP.js → chunk-553NYNA6.js} +2 -2
- package/__chunks__/{chunk-MWSOIUGU.js → chunk-55P6HT2D.js} +2 -2
- package/__chunks__/{chunk-CZRKSNM5.js → chunk-5IWYFX5Y.js} +2 -2
- package/__chunks__/{chunk-V45AQ7YY.js → chunk-5JFFMHDB.js} +2 -2
- package/__chunks__/{chunk-LDXX4UK3.js → chunk-5NFIOBOE.js} +2 -2
- package/__chunks__/{chunk-7HDIZSBR.js → chunk-5O5TW3RC.js} +2 -2
- package/__chunks__/chunk-5OKH23ME.js +2 -0
- package/__chunks__/{chunk-QAPLEK3I.js → chunk-5TK6IIXY.js} +2 -2
- package/__chunks__/{chunk-SVW3FN6A.js → chunk-5TXNRL46.js} +2 -2
- package/__chunks__/{chunk-QRT4PS4W.js → chunk-5U53DNZW.js} +2 -2
- package/__chunks__/{chunk-R76VYJJM.js → chunk-5WIOXBDC.js} +2 -2
- package/__chunks__/{chunk-MU76C5A2.js → chunk-62YFKV4J.js} +2 -2
- package/__chunks__/chunk-65BWG2IU.js +2 -0
- package/__chunks__/{chunk-LO2TPT7P.js → chunk-66G73L6V.js} +2 -2
- package/__chunks__/{chunk-HP6ULDGR.js → chunk-67DKNM5P.js} +2 -2
- package/__chunks__/chunk-67V36LEQ.js +2 -0
- package/__chunks__/{chunk-7UDAAAZI.js → chunk-6BLQ5C3B.js} +2 -2
- package/__chunks__/{chunk-LQ2AKVCV.js → chunk-6CS2K64E.js} +2 -2
- package/__chunks__/{chunk-PIAM23JQ.js → chunk-6FMP5ICS.js} +2 -2
- package/__chunks__/{chunk-AU4EMK6G.js → chunk-6JJIXX67.js} +2 -2
- package/__chunks__/{chunk-3T6X4DLG.js → chunk-6K7QWTK7.js} +2 -2
- package/__chunks__/{chunk-SGMHWGMM.js → chunk-72TUVIVC.js} +2 -2
- package/__chunks__/{chunk-77277MTW.js → chunk-7337QRHT.js} +2 -2
- package/__chunks__/chunk-73QMEKDR.js +2 -0
- package/__chunks__/{chunk-T5CPV6VF.js → chunk-75RJ6Q7V.js} +2 -2
- package/__chunks__/{chunk-ZBA4GJA6.js → chunk-7F5GY2UJ.js} +2 -2
- package/__chunks__/{chunk-N6NEMKDO.js → chunk-7FRLY7ZG.js} +2 -2
- package/__chunks__/{chunk-CKPMBA2V.js → chunk-7MNNQBVD.js} +2 -2
- package/__chunks__/{chunk-MCMHARJS.js → chunk-7S372Y2A.js} +2 -2
- package/__chunks__/{chunk-L5P6W4WD.js → chunk-7SZDMEPT.js} +2 -2
- package/__chunks__/{chunk-3XD4UG2E.js → chunk-7THQR7BW.js} +2 -2
- package/__chunks__/chunk-7UFKIFNA.js +2 -0
- package/__chunks__/chunk-7X2LYNI6.js +2 -0
- package/__chunks__/{chunk-SJ7OHWPV.js → chunk-7YTOEYUK.js} +2 -2
- package/__chunks__/chunk-A6FTYFPP.js +2 -0
- package/__chunks__/chunk-A7RPFC3Q.js +2 -0
- package/__chunks__/{chunk-37LNT7ER.js → chunk-A7SV3J62.js} +2 -2
- package/__chunks__/{chunk-SLRHTMWP.js → chunk-AHFQDKMP.js} +2 -2
- package/__chunks__/{chunk-N3YUSYHA.js → chunk-AJBABHLE.js} +2 -2
- package/__chunks__/{chunk-QL3LNIS6.js → chunk-ASAXTMBB.js} +2 -2
- package/__chunks__/chunk-AUFQFQBU.js +2 -0
- package/__chunks__/{chunk-UGPKXA6A.js → chunk-AVLZRXI5.js} +2 -2
- package/__chunks__/{chunk-76IWBFNO.js → chunk-AWBPI3VU.js} +2 -2
- package/__chunks__/{chunk-6FHKWJY5.js → chunk-AWY25KLM.js} +2 -2
- package/__chunks__/{chunk-5ZPCVP5Y.js → chunk-AXGRYLTH.js} +2 -2
- package/__chunks__/{chunk-ZBIF73UZ.js → chunk-B6RVTWFL.js} +2 -2
- package/__chunks__/{chunk-TZJWSTPX.js → chunk-BAYFKPOJ.js} +2 -2
- package/__chunks__/{chunk-RPALEX4J.js → chunk-BCGCT3JS.js} +2 -2
- package/__chunks__/{chunk-W3S2GBWY.js → chunk-BHND5K3I.js} +2 -2
- package/__chunks__/chunk-BLY66X7K.js +2 -0
- package/__chunks__/{chunk-QOJ2PVPN.js → chunk-BMHPA7EM.js} +2 -2
- package/__chunks__/chunk-BN3Q5LGE.js +2 -0
- package/__chunks__/{chunk-T3EM5BLQ.js → chunk-BPAXQER7.js} +2 -2
- package/__chunks__/{chunk-GD2FSFSI.js → chunk-BQ2P7VOI.js} +2 -2
- package/__chunks__/{chunk-FAX6FQ6C.js → chunk-BRYRQG7O.js} +2 -2
- package/__chunks__/{chunk-XQFS2NCJ.js → chunk-BS3SBLP2.js} +2 -2
- package/__chunks__/{chunk-MEA5G7PL.js → chunk-C3GI3NV2.js} +2 -2
- package/__chunks__/chunk-CALM3ZYM.js +2 -0
- package/__chunks__/{chunk-OVAHNHMZ.js → chunk-CF5C324R.js} +2 -2
- package/__chunks__/{chunk-NYBQCAVF.js → chunk-CFPS2XHT.js} +2 -2
- package/__chunks__/{chunk-3COFE7J2.js → chunk-CIDIPTIH.js} +2 -2
- package/__chunks__/{chunk-32RAGVW2.js → chunk-CSPHLCVN.js} +2 -2
- package/__chunks__/{chunk-BAJROXMW.js → chunk-CT7BMSCR.js} +2 -2
- package/__chunks__/chunk-CTFNW6OU.js +2 -0
- package/__chunks__/chunk-CVCE66P2.js +2 -0
- package/__chunks__/{chunk-RBVXNLMD.js → chunk-CZL2QTQ3.js} +2 -2
- package/__chunks__/{chunk-SKNIBIFN.js → chunk-D26L5RNT.js} +2 -2
- package/__chunks__/{chunk-PJ3T2T4C.js → chunk-D44YSRGS.js} +2 -2
- package/__chunks__/{chunk-HSLAJL6I.js → chunk-D5MI3Y2X.js} +2 -2
- package/__chunks__/{chunk-XR3RJUUH.js → chunk-DCXS4DEU.js} +2 -2
- package/__chunks__/{chunk-W5L27I27.js → chunk-DJJ3I5NV.js} +2 -2
- package/__chunks__/{chunk-ELALYCEU.js → chunk-DJPC3YBT.js} +2 -2
- package/__chunks__/chunk-DKTJARQ4.js +2 -0
- package/__chunks__/{chunk-INIPS46Q.js → chunk-DP5Z7FXY.js} +2 -2
- package/__chunks__/chunk-DSKRF3NW.js +2 -0
- package/__chunks__/{chunk-6YGRQC4W.js → chunk-DXOYVB33.js} +2 -2
- package/__chunks__/{chunk-M5SU6ISY.js → chunk-E5HFQLGK.js} +2 -2
- package/__chunks__/{chunk-ANJIIROB.js → chunk-EA5YAPLI.js} +2 -2
- package/__chunks__/{chunk-KIQFZLGX.js → chunk-ECNWVFCC.js} +2 -2
- package/__chunks__/{chunk-MHFEXPYR.js → chunk-ED7VFIQC.js} +2 -2
- package/__chunks__/{chunk-RDWILTY5.js → chunk-EJJX3FVQ.js} +2 -2
- package/__chunks__/{chunk-4256FHHD.js → chunk-EJSRHANI.js} +2 -2
- package/__chunks__/{chunk-EXFW3C5M.js → chunk-EKO3G5T3.js} +2 -2
- package/__chunks__/chunk-EKWJ7UVN.js +2 -0
- package/__chunks__/{chunk-G5U4OVJY.js → chunk-EKY46RCL.js} +2 -2
- package/__chunks__/{chunk-JZ3GHUCX.js → chunk-EP4MPMA3.js} +2 -2
- package/__chunks__/{chunk-A4WQAEQO.js → chunk-EWGIPXPI.js} +2 -2
- package/__chunks__/{chunk-MAD5HLUF.js → chunk-F2A3Q372.js} +2 -2
- package/__chunks__/{chunk-WHRUVER6.js → chunk-F2R7DWTU.js} +2 -2
- package/__chunks__/{chunk-D7TJCX3I.js → chunk-F6M4WIHR.js} +2 -2
- package/__chunks__/{chunk-YZQBWNSY.js → chunk-FBHTLU44.js} +2 -2
- package/__chunks__/{chunk-EAK6MQ66.js → chunk-FG23W4PU.js} +2 -2
- package/__chunks__/{chunk-YQ7H3RFK.js → chunk-FGOT333S.js} +2 -2
- package/__chunks__/chunk-FKITK4HZ.js +2 -0
- package/__chunks__/{chunk-ADAUID3I.js → chunk-FN4XBAIF.js} +2 -2
- package/__chunks__/{chunk-DQ7OJC4Z.js → chunk-FOF5VFPQ.js} +2 -2
- package/__chunks__/{chunk-3OFH3KE6.js → chunk-FRO5L2RS.js} +2 -2
- package/__chunks__/{chunk-GIYDBYQL.js → chunk-FTVXOVMD.js} +2 -2
- package/__chunks__/chunk-FUNUC3QP.js +2 -0
- package/__chunks__/{chunk-PVC2CAIV.js → chunk-FWNHDVJ7.js} +2 -2
- package/__chunks__/{chunk-2J6VEBII.js → chunk-FYTX4XJ5.js} +2 -2
- package/__chunks__/chunk-G7KXCGAN.js +2 -0
- package/__chunks__/{chunk-IAKZZ7YN.js → chunk-GDLAJDF2.js} +2 -2
- package/__chunks__/{chunk-O7HOW5RZ.js → chunk-GJZZL7UT.js} +2 -2
- package/__chunks__/chunk-GQ2RN5XJ.js +2 -0
- package/__chunks__/{chunk-INYF2N77.js → chunk-GQDL2IA5.js} +2 -2
- package/__chunks__/{chunk-BHFXJUXK.js → chunk-GQYPL5J2.js} +2 -2
- package/__chunks__/{chunk-QGSKG65O.js → chunk-GRGH7V3U.js} +2 -2
- package/__chunks__/chunk-GSVCYLMW.js +2 -0
- package/__chunks__/{chunk-3NYQRYYT.js → chunk-GTJRR75A.js} +2 -2
- package/__chunks__/{chunk-VO2NUJSR.js → chunk-GTKMHXEY.js} +2 -2
- package/__chunks__/{chunk-ANPXPDRQ.js → chunk-GXJWAUE4.js} +2 -2
- package/__chunks__/chunk-HBPSGFBI.js +2 -0
- package/__chunks__/chunk-HCCEXWUK.js +2 -0
- package/__chunks__/{chunk-SSJEZQOE.js → chunk-HEFJSGC6.js} +2 -2
- package/__chunks__/{chunk-5MDA2DZF.js → chunk-HGYZKKKA.js} +2 -2
- package/__chunks__/{chunk-DNRK2PKP.js → chunk-HHFFTM37.js} +2 -2
- package/__chunks__/{chunk-QGWLKL6Y.js → chunk-HHRHWKJS.js} +2 -2
- package/__chunks__/chunk-HMVIKBNF.js +2 -0
- package/__chunks__/chunk-HNAMU4U3.js +2 -0
- package/__chunks__/chunk-HNMYBBYR.js +2 -0
- package/__chunks__/{chunk-XI4FDYET.js → chunk-HNZR7M7E.js} +2 -2
- package/__chunks__/{chunk-CK74KWOA.js → chunk-HR7RGQWN.js} +2 -2
- package/__chunks__/{chunk-NAU6PL4U.js → chunk-I4FRD37W.js} +2 -2
- package/__chunks__/{chunk-E5OPJWLM.js → chunk-IACL6U52.js} +2 -2
- package/__chunks__/{chunk-GTGPBZOI.js → chunk-ICACBDVF.js} +2 -2
- package/__chunks__/{chunk-7OKKBSKS.js → chunk-ICJT5KGV.js} +2 -2
- package/__chunks__/{chunk-YL3E6MB6.js → chunk-IEH7QUS3.js} +2 -2
- package/__chunks__/{chunk-RUSYOLQU.js → chunk-IGIDEJRL.js} +2 -2
- package/__chunks__/{chunk-ZEIXA3SZ.js → chunk-IJTBI65X.js} +2 -2
- package/__chunks__/{chunk-ELICTFEC.js → chunk-IKWEDDHQ.js} +2 -2
- package/__chunks__/{chunk-IYQODYZ7.js → chunk-IL6QWPZU.js} +2 -2
- package/__chunks__/{chunk-SVX366M6.js → chunk-ILB3IHIX.js} +2 -2
- package/__chunks__/{chunk-KNDI5XJ7.js → chunk-IM7X6DJ6.js} +2 -2
- package/__chunks__/{chunk-MNIWQVXW.js → chunk-ITIUQIV3.js} +2 -2
- package/__chunks__/{chunk-L2JWK4XX.js → chunk-IYRWBOSS.js} +2 -2
- package/__chunks__/{chunk-EULF4HO5.js → chunk-IZBFOLAJ.js} +2 -2
- package/__chunks__/{chunk-4ICAMKKP.js → chunk-J45QVYDM.js} +2 -2
- package/__chunks__/{chunk-6K36GWK3.js → chunk-J4FNP5FB.js} +2 -2
- package/__chunks__/{chunk-NRWNVE2R.js → chunk-J5US4DJK.js} +2 -2
- package/__chunks__/{chunk-UZ2DWEUS.js → chunk-J7J4DQH3.js} +2 -2
- package/__chunks__/chunk-JATQZ5BL.js +2 -0
- package/__chunks__/{chunk-VRMRDEHJ.js → chunk-JBCDHMIY.js} +2 -2
- package/__chunks__/chunk-JBZ5HPMS.js +2 -0
- package/__chunks__/chunk-JD4KV2UA.js +2 -0
- package/__chunks__/{chunk-O2UNLPV2.js → chunk-JD7L7RCI.js} +2 -2
- package/__chunks__/{chunk-QVFHYD6F.js → chunk-JI4FRDU6.js} +2 -2
- package/__chunks__/{chunk-JKJZ3XP3.js → chunk-JICXCUKM.js} +2 -2
- package/__chunks__/chunk-JITVKBZR.js +2 -0
- package/__chunks__/{chunk-2HZWSFWL.js → chunk-JNOI2JQO.js} +2 -2
- package/__chunks__/{chunk-Q3H4E4XT.js → chunk-JOEIPL6J.js} +2 -2
- package/__chunks__/{chunk-AHMPZ2MY.js → chunk-K3UFILSW.js} +2 -2
- package/__chunks__/chunk-K4SAKGW2.js +2 -0
- package/__chunks__/{chunk-45ZBT4FO.js → chunk-KHCFSIIX.js} +2 -2
- package/__chunks__/{chunk-TO37DYD4.js → chunk-KJHOAVHU.js} +2 -2
- package/__chunks__/chunk-KL4JPBDZ.js +2 -0
- package/__chunks__/{chunk-YUPB2GBC.js → chunk-KLWSLJR6.js} +2 -2
- package/__chunks__/{chunk-5JWL6EP5.js → chunk-KN33HJUW.js} +2 -2
- package/__chunks__/{chunk-P62MX7IT.js → chunk-KOO533PY.js} +2 -2
- package/__chunks__/{chunk-M6C33YFY.js → chunk-KQAHILCK.js} +2 -2
- package/__chunks__/{chunk-FFHALICY.js → chunk-KSVD6IUM.js} +2 -2
- package/__chunks__/{chunk-3R3BHDDX.js → chunk-KSYIV36J.js} +2 -2
- package/__chunks__/{chunk-VNHZM7ZP.js → chunk-KT2GLC7H.js} +2 -2
- package/__chunks__/{chunk-54CLX3G3.js → chunk-KTYAHAFK.js} +2 -2
- package/__chunks__/chunk-KWNT6IKA.js +2 -0
- package/__chunks__/{chunk-XF52WUBG.js → chunk-L2FARFDW.js} +2 -2
- package/__chunks__/{chunk-XVSXJCHL.js → chunk-L2OUPHHW.js} +2 -2
- package/__chunks__/{chunk-WF7DMBJF.js → chunk-L52QLJV4.js} +2 -2
- package/__chunks__/{chunk-L76IL5YQ.js → chunk-L5UHPWRL.js} +2 -2
- package/__chunks__/{chunk-NRHD2V3F.js → chunk-LELTTDC6.js} +2 -2
- package/__chunks__/chunk-LFPPBSHZ.js +2 -0
- package/__chunks__/{chunk-7H4OGZTQ.js → chunk-LFUMFM6N.js} +2 -2
- package/__chunks__/chunk-LN3IUDFH.js +2 -0
- package/__chunks__/{chunk-4IZWL4LI.js → chunk-LRGYW5ZT.js} +2 -2
- package/__chunks__/{chunk-OEASWXDK.js → chunk-LU5EFLBU.js} +2 -2
- package/__chunks__/{chunk-GNGXWC5U.js → chunk-M3GIJKUQ.js} +2 -2
- package/__chunks__/{chunk-OVSESYEA.js → chunk-M3SBPG7Y.js} +2 -2
- package/__chunks__/{chunk-CJLTUFMI.js → chunk-M67HDOTE.js} +2 -2
- package/__chunks__/{chunk-ORF2CMB5.js → chunk-MAAOPMQH.js} +2 -2
- package/__chunks__/{chunk-ZOOIZKOI.js → chunk-MAATDG6R.js} +2 -2
- package/__chunks__/{chunk-ARTXI5RT.js → chunk-MB6XJ6F4.js} +2 -2
- package/__chunks__/{chunk-PLNSNJJZ.js → chunk-MBMHC3XI.js} +2 -2
- package/__chunks__/{chunk-AKCYLUZC.js → chunk-MED667A5.js} +2 -2
- package/__chunks__/chunk-MGFER24G.js +2 -0
- package/__chunks__/{chunk-A6V7MSF6.js → chunk-MGPS2ZVT.js} +2 -2
- package/__chunks__/chunk-MHR3CBFL.js +2 -0
- package/__chunks__/{chunk-TAJ6IAJJ.js → chunk-MLI4NZLA.js} +2 -2
- package/__chunks__/{chunk-BPSONEKL.js → chunk-MM4YURXY.js} +2 -2
- package/__chunks__/{chunk-AKENBORS.js → chunk-MR7PKIRL.js} +2 -2
- package/__chunks__/{chunk-GC3FLLTY.js → chunk-MSVNY2NN.js} +2 -2
- package/__chunks__/{chunk-CN57UYOY.js → chunk-MYIA5PLO.js} +2 -2
- package/__chunks__/{chunk-KPFF7AWW.js → chunk-MYJHU663.js} +2 -2
- package/__chunks__/chunk-MYRODCMD.js +2 -0
- package/__chunks__/{chunk-FS3QGSIN.js → chunk-MZ53U3IS.js} +2 -2
- package/__chunks__/{chunk-7HLSICSA.js → chunk-MZCKWMML.js} +2 -2
- package/__chunks__/{chunk-3OZUI6SB.js → chunk-NEPBBGTE.js} +2 -2
- package/__chunks__/{chunk-WJTDAOXC.js → chunk-NHNNEKH5.js} +2 -2
- package/__chunks__/{chunk-M3M3PMYR.js → chunk-NMFOG3SQ.js} +2 -2
- package/__chunks__/{chunk-UFAQPTMN.js → chunk-NMQWOPL7.js} +2 -2
- package/__chunks__/{chunk-EMZNFABK.js → chunk-NP2EZZ66.js} +2 -2
- package/__chunks__/{chunk-P4Y5CC72.js → chunk-NRLFJJ7U.js} +2 -2
- package/__chunks__/{chunk-XC65AGUH.js → chunk-NSD4S6NQ.js} +2 -2
- package/__chunks__/{chunk-5C27NHE3.js → chunk-NUC5P7CZ.js} +2 -2
- package/__chunks__/{chunk-TNX3KOTX.js → chunk-NXB6KMZY.js} +2 -2
- package/__chunks__/{chunk-EBF5N4RM.js → chunk-NZW5N224.js} +2 -2
- package/__chunks__/{chunk-6G3DH2OQ.js → chunk-O26EWQ4S.js} +2 -2
- package/__chunks__/{chunk-VWVNCJTZ.js → chunk-O3KPS3EW.js} +2 -2
- package/__chunks__/{chunk-5GSNLDLB.js → chunk-O7APSK3I.js} +2 -2
- package/__chunks__/{chunk-XJ6T2WMN.js → chunk-OATPA4AW.js} +2 -2
- package/__chunks__/{chunk-NEM3G7WO.js → chunk-OAZMYZ53.js} +2 -2
- package/__chunks__/{chunk-7T7664SV.js → chunk-ODSJT5NQ.js} +2 -2
- package/__chunks__/chunk-OED6P55Y.js +2 -0
- package/__chunks__/{chunk-65PPENSV.js → chunk-OEIKXOFV.js} +2 -2
- package/__chunks__/{chunk-YQXTH5D6.js → chunk-OI7IAN5E.js} +2 -2
- package/__chunks__/{chunk-PMMUJLQG.js → chunk-OJOQFS3E.js} +2 -2
- package/__chunks__/{chunk-2BIWREW6.js → chunk-OM47MH4M.js} +2 -2
- package/__chunks__/{chunk-N6HDMU5M.js → chunk-ONRKKLQU.js} +2 -2
- package/__chunks__/{chunk-A2ONZHVS.js → chunk-OOZOBKDB.js} +2 -2
- package/__chunks__/{chunk-4457BI63.js → chunk-ORIEDHD5.js} +2 -2
- package/__chunks__/{chunk-SOQC6HJA.js → chunk-OTQ66UMA.js} +2 -2
- package/__chunks__/chunk-OWZHV5OS.js +2 -0
- package/__chunks__/{chunk-5UQAKYVP.js → chunk-P377UY6X.js} +2 -2
- package/__chunks__/chunk-P3K72YIC.js +2 -0
- package/__chunks__/{chunk-OGWYGGMN.js → chunk-PGI3HWZT.js} +2 -2
- package/__chunks__/{chunk-U6LS67ZQ.js → chunk-PGTE4IFS.js} +2 -2
- package/__chunks__/{chunk-YHOBGXCH.js → chunk-PHEZSH4P.js} +2 -2
- package/__chunks__/{chunk-5YN22WYH.js → chunk-PHSSZQ44.js} +2 -2
- package/__chunks__/{chunk-JJBEHP4L.js → chunk-PJTXIIBZ.js} +2 -2
- package/__chunks__/{chunk-SCPSK6TN.js → chunk-PPVA32CL.js} +2 -2
- package/__chunks__/{chunk-Q3EUABYG.js → chunk-PQRVIPXW.js} +2 -2
- package/__chunks__/{chunk-HFIVC2UM.js → chunk-PXVLTF5X.js} +2 -2
- package/__chunks__/{chunk-5W32QSKM.js → chunk-PZURKVD5.js} +2 -2
- package/__chunks__/{chunk-IIFU62NI.js → chunk-Q2XDBD6A.js} +2 -2
- package/__chunks__/{chunk-7DLTGKRV.js → chunk-QAIY2UZX.js} +2 -2
- package/__chunks__/{chunk-XYDFXUAR.js → chunk-QAPSE6Y6.js} +2 -2
- package/__chunks__/chunk-QCIGDXG3.js +2 -0
- package/__chunks__/{chunk-C37UNTQN.js → chunk-QPKSPNTH.js} +2 -2
- package/__chunks__/chunk-QW2VQDCZ.js +2 -0
- package/__chunks__/{chunk-6NIZNBNM.js → chunk-QZDT6YCJ.js} +2 -2
- package/__chunks__/{chunk-FHFXCFLE.js → chunk-R5G3SUVJ.js} +2 -2
- package/__chunks__/chunk-R6WDAZIP.js +2 -0
- package/__chunks__/{chunk-S5UHCDVF.js → chunk-RBMVD24Y.js} +2 -2
- package/__chunks__/{chunk-NFOA4B6H.js → chunk-RCJZDFZB.js} +2 -2
- package/__chunks__/{chunk-WDL6JEMG.js → chunk-RD7SNYUQ.js} +2 -2
- package/__chunks__/{chunk-XPE5PLMX.js → chunk-RE2LZ4TU.js} +2 -2
- package/__chunks__/chunk-RJYQXWNJ.js +2 -0
- package/__chunks__/{chunk-BWKCZR4C.js → chunk-RLGYXZS6.js} +2 -2
- package/__chunks__/chunk-RMRL3KGY.js +2 -0
- package/__chunks__/chunk-RSGN4FBO.js +2 -0
- package/__chunks__/{chunk-5O4TG7ZI.js → chunk-RU5D5ZGX.js} +2 -2
- package/__chunks__/{chunk-X4Q27JMT.js → chunk-RVNC4JAG.js} +2 -2
- package/__chunks__/chunk-S7OMH77I.js +2 -0
- package/__chunks__/{chunk-JIQGQD5U.js → chunk-S7WMRQWV.js} +2 -2
- package/__chunks__/{chunk-GORJOVEW.js → chunk-SNCIM33Q.js} +2 -2
- package/__chunks__/{chunk-EHQBVPW4.js → chunk-SQ5TV72G.js} +2 -2
- package/__chunks__/{chunk-GT3YUGZ3.js → chunk-SS52P6M7.js} +2 -2
- package/__chunks__/chunk-ST4LHJC5.js +2 -0
- package/__chunks__/{chunk-WT3Z4A7Y.js → chunk-SUDVFATY.js} +2 -2
- package/__chunks__/{chunk-FKQMGF46.js → chunk-T2B3BR5O.js} +2 -2
- package/__chunks__/{chunk-7QTI344B.js → chunk-T654YWWH.js} +2 -2
- package/__chunks__/{chunk-HLZLDBWI.js → chunk-T6L5FAHK.js} +2 -2
- package/__chunks__/{chunk-VE2P7VQH.js → chunk-TCOX6DRI.js} +2 -2
- package/__chunks__/{chunk-576QSX3F.js → chunk-TDGUYEOE.js} +2 -2
- package/__chunks__/chunk-TEGVCH2O.js +2 -0
- package/__chunks__/{chunk-QFJIF2CR.js → chunk-TJJLKTNG.js} +2 -2
- package/__chunks__/{chunk-MSS74AB5.js → chunk-TJKNJFY5.js} +2 -2
- package/__chunks__/{chunk-VB3B2QQ4.js → chunk-TMULEZ64.js} +2 -2
- package/__chunks__/{chunk-TLSAC33Z.js → chunk-TPWHU5NB.js} +2 -2
- package/__chunks__/chunk-TUKRMYV5.js +2 -0
- package/__chunks__/{chunk-N37BWQ4G.js → chunk-U5X7WSPV.js} +2 -2
- package/__chunks__/{chunk-M5TYJDCN.js → chunk-U6D4AWI4.js} +2 -2
- package/__chunks__/{chunk-2VKBATFC.js → chunk-UKLHJFJ5.js} +2 -2
- package/__chunks__/chunk-ULTSXR6Y.js +2 -0
- package/__chunks__/{chunk-PBJKDSYG.js → chunk-UM5W77A3.js} +2 -2
- package/__chunks__/{chunk-W2ZZNWC5.js → chunk-UUBQCXBB.js} +2 -2
- package/__chunks__/{chunk-75KQVCVR.js → chunk-UVILNCF4.js} +2 -2
- package/__chunks__/{chunk-356HANJB.js → chunk-UXESUXNK.js} +2 -2
- package/__chunks__/{chunk-55KTNEYW.js → chunk-V2WHM4BA.js} +2 -2
- package/__chunks__/{chunk-Y52MC3RT.js → chunk-VAPCAFT4.js} +2 -2
- package/__chunks__/{chunk-OMXEIFAK.js → chunk-VHQ4EVD4.js} +2 -2
- package/__chunks__/{chunk-J2WKHDPM.js → chunk-VK4MZEDG.js} +2 -2
- package/__chunks__/{chunk-IRDHBHNK.js → chunk-VMKFSMO4.js} +2 -2
- package/__chunks__/{chunk-HKJE44QV.js → chunk-WCIFIUZE.js} +2 -2
- package/__chunks__/{chunk-NJXGWCMJ.js → chunk-WH7L7T6V.js} +2 -2
- package/__chunks__/{chunk-N3AJZQYX.js → chunk-WKSPSSEF.js} +2 -2
- package/__chunks__/{chunk-OREYHBW7.js → chunk-WPH6ATC4.js} +2 -2
- package/__chunks__/{chunk-4U3E3OJ7.js → chunk-WPLCXSNZ.js} +2 -2
- package/__chunks__/chunk-WRMGJOCY.js +2 -0
- package/__chunks__/{chunk-R23WFSZD.js → chunk-WUZFADMR.js} +2 -2
- package/__chunks__/{chunk-FIHCBVLJ.js → chunk-WZKMCXVL.js} +2 -2
- package/__chunks__/{chunk-AYYYBNJV.js → chunk-X25S5BBS.js} +2 -2
- package/__chunks__/{chunk-MOOJB4AB.js → chunk-X6INL2M6.js} +2 -2
- package/__chunks__/{chunk-OORSMYBO.js → chunk-XNF7Z2HR.js} +2 -2
- package/__chunks__/{chunk-DULN7HCS.js → chunk-XOYZW4B7.js} +2 -2
- package/__chunks__/{chunk-N4R7DR77.js → chunk-XQA4HAAO.js} +2 -2
- package/__chunks__/{chunk-HPGKW4CV.js → chunk-Y2J7LIXM.js} +2 -2
- package/__chunks__/{chunk-IZA5DQIQ.js → chunk-Y4IQWQCY.js} +2 -2
- package/__chunks__/{chunk-DCME2IM5.js → chunk-Y5PO4ZOE.js} +2 -2
- package/__chunks__/{chunk-V3JCWVYA.js → chunk-YB5Z5Y5M.js} +2 -2
- package/__chunks__/{chunk-ATUKWUUB.js → chunk-YDAO3S22.js} +2 -2
- package/__chunks__/{chunk-U6VIUVR5.js → chunk-YEGRFVN4.js} +2 -2
- package/__chunks__/{chunk-MCFAMOQ7.js → chunk-YFG4Z4Z7.js} +2 -2
- package/__chunks__/{chunk-6426OSMA.js → chunk-YNT7HWVJ.js} +2 -2
- package/__chunks__/{chunk-SCAN7L4Y.js → chunk-YREBU5BK.js} +2 -2
- package/__chunks__/{chunk-GU6FVEWB.js → chunk-YSKO67VR.js} +2 -2
- package/__chunks__/{chunk-SCEL3ANM.js → chunk-YUWKCWNN.js} +2 -2
- package/__chunks__/{chunk-YLABFZVE.js → chunk-YX47Z3MR.js} +2 -2
- package/__chunks__/{chunk-TRLQ7VMI.js → chunk-YYBKPR4R.js} +2 -2
- package/__chunks__/{chunk-5EQHY6UM.js → chunk-Z36JG2J3.js} +2 -2
- package/__chunks__/{chunk-2RENDAL5.js → chunk-ZBSCDOHZ.js} +2 -2
- package/__chunks__/{chunk-AFMEBSOJ.js → chunk-ZDDGAESU.js} +2 -2
- package/__chunks__/chunk-ZEK3YWRC.js +2 -0
- package/__chunks__/{chunk-4ELVGMFO.js → chunk-ZFJ44PY4.js} +2 -2
- package/__chunks__/{chunk-QR4JKUZ4.js → chunk-ZIK4QU7C.js} +2 -2
- package/__chunks__/{chunk-HVCLDV6Z.js → chunk-ZL22I3BD.js} +2 -2
- package/__chunks__/chunk-ZMBFD6KV.js +2 -0
- package/__chunks__/{chunk-CR34CUKL.js → chunk-ZOTCSGOF.js} +2 -2
- package/__chunks__/{chunk-UKK6RI4T.js → chunk-ZQLHAGN7.js} +2 -2
- package/__chunks__/{chunk-SDHHUL44.js → chunk-ZWBWZAUF.js} +2 -2
- package/__chunks__/{chunk-3O2B3U34.js → chunk-ZWR5P7II.js} +2 -2
- package/__chunks__/{chunk-FXLAETSR.js → chunk-ZYLRGT3G.js} +2 -2
- package/__chunks__/{chunk-36RILQOC.js → chunk-ZZ33WXFF.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/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +3 -3
- package/__commonjs/UI/TransactionsTable/components/TransactionHash.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- 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/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelActionAndDispose.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +3 -3
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-23WLNK6Y.js +0 -2
- package/__chunks__/chunk-2EW62C7H.js +0 -2
- package/__chunks__/chunk-354USFJ4.js +0 -2
- package/__chunks__/chunk-3F6GRL77.js +0 -2
- package/__chunks__/chunk-3S5ZIXNS.js +0 -2
- package/__chunks__/chunk-427UKDKM.js +0 -2
- package/__chunks__/chunk-4EDQALSR.js +0 -2
- package/__chunks__/chunk-54WNAEPD.js +0 -2
- package/__chunks__/chunk-5DTPPV7F.js +0 -2
- package/__chunks__/chunk-65R5LQKT.js +0 -2
- package/__chunks__/chunk-6VTCRLX4.js +0 -2
- package/__chunks__/chunk-6YT4X3YQ.js +0 -2
- package/__chunks__/chunk-7MJWG4U2.js +0 -2
- package/__chunks__/chunk-ACDZ2OYQ.js +0 -2
- package/__chunks__/chunk-BNYUWV2Z.js +0 -2
- package/__chunks__/chunk-BUFKNESY.js +0 -2
- package/__chunks__/chunk-BXDF2MG3.js +0 -2
- package/__chunks__/chunk-D34QT7I7.js +0 -2
- package/__chunks__/chunk-DCLJOGII.js +0 -2
- package/__chunks__/chunk-DW2A5ODN.js +0 -2
- package/__chunks__/chunk-ED4CRGJN.js +0 -2
- package/__chunks__/chunk-EJJIRLTM.js +0 -2
- package/__chunks__/chunk-ERIR756P.js +0 -2
- package/__chunks__/chunk-ETN4H3WV.js +0 -2
- package/__chunks__/chunk-EZSBYRJD.js +0 -2
- package/__chunks__/chunk-GCCVJMXL.js +0 -2
- package/__chunks__/chunk-H3N3E4DK.js +0 -2
- package/__chunks__/chunk-HXLBOMKW.js +0 -2
- package/__chunks__/chunk-HZQWPGL2.js +0 -2
- package/__chunks__/chunk-I43D74LW.js +0 -2
- package/__chunks__/chunk-IC4GGM7H.js +0 -2
- package/__chunks__/chunk-IFFHOBVM.js +0 -2
- package/__chunks__/chunk-IO34FEOT.js +0 -2
- package/__chunks__/chunk-IWCWJMVY.js +0 -2
- package/__chunks__/chunk-JRUDNFRC.js +0 -2
- package/__chunks__/chunk-LC7E3OJQ.js +0 -2
- package/__chunks__/chunk-LNFQW2WQ.js +0 -2
- package/__chunks__/chunk-M5CU5LEA.js +0 -2
- package/__chunks__/chunk-MAGSAWPA.js +0 -2
- package/__chunks__/chunk-MX23I7JQ.js +0 -2
- package/__chunks__/chunk-NVBVXPZH.js +0 -2
- package/__chunks__/chunk-NVKBCGNE.js +0 -2
- package/__chunks__/chunk-ORH4N4G3.js +0 -2
- package/__chunks__/chunk-QDYG46YJ.js +0 -2
- package/__chunks__/chunk-QFAD7GA7.js +0 -2
- package/__chunks__/chunk-QRS2KXPN.js +0 -2
- package/__chunks__/chunk-SUSYX6KS.js +0 -2
- package/__chunks__/chunk-SYFTBAXT.js +0 -2
- package/__chunks__/chunk-T6D3E2XW.js +0 -2
- package/__chunks__/chunk-TBO3EJMA.js +0 -2
- package/__chunks__/chunk-UGNASGPF.js +0 -2
- package/__chunks__/chunk-V3AC5FUL.js +0 -2
- package/__chunks__/chunk-VJWD4AQD.js +0 -2
- package/__chunks__/chunk-W7VK3GXD.js +0 -2
- package/__chunks__/chunk-WMLVXXKW.js +0 -2
- package/__chunks__/chunk-WO6JRNRZ.js +0 -2
- package/__chunks__/chunk-WWTWJLS6.js +0 -2
- package/__chunks__/chunk-YIYZNEHK.js +0 -2
- package/__chunks__/chunk-YJCLNZMD.js +0 -2
- package/__chunks__/chunk-ZASEWFD6.js +0 -2
- package/__chunks__/chunk-ZPQOOAEV.js +0 -2
- package/__chunks__/chunk-ZQJ4MWZI.js +0 -2
- package/__chunks__/chunk-ZTG3GT5P.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as e}from"./chunk-KQAHILCK.js";import{a as n,b as t,m as i}from"./chunk-HBP5N4FR.js";i();import g from"react";var W=o=>{var r;let a=o.error?o.error:((r=o.transactions)==null?void 0:r.length)>1?"Check your Wallet Window to sign the transactions":"Check your Wallet Window to sign the transaction",c=t(n({},o),{description:a,title:"Confirm on your authenticated provider"});return g.createElement(e,n({},c))};export{W as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YNT7HWVJ.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as m}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as m}from"./chunk-GTKMHXEY.js";import{c as u,d as n}from"./chunk-Y26RSX4F.js";import{a as r}from"./chunk-3YP3FYL4.js";import{i as l,m as s}from"./chunk-HBP5N4FR.js";s();import p,{useMemo as i}from"react";var P=({CustomCloseButton:t,onDelete:e})=>{let{styles:o}=r({ssrImportCallback:()=>import("../UI/TransactionsToastList/components/CustomToast/customToast.styles.js"),clientImportCallback:()=>(n(),l(u)).default});return i(()=>t?p.createElement(t,{onClick:e}):p.createElement(m,{onClick:e,className:o==null?void 0:o.close}),[t,e,o])};export{P as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YREBU5BK.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as o}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as o}from"./chunk-ZBSCDOHZ.js";import{m as r}from"./chunk-HBP5N4FR.js";r();import i from"react";function p(){return o(),i.createElement(i.Fragment,null)}export{p as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YSKO67VR.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as V,d as N}from"./chunk-YQMSWPSV.js";import{a as l}from"./chunk-XVSQYXHY.js";import{a as p}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as V,d as N}from"./chunk-YQMSWPSV.js";import{a as l}from"./chunk-XVSQYXHY.js";import{a as p}from"./chunk-CALM3ZYM.js";import{a as n}from"./chunk-ZXZXEDS2.js";import{a as e,b as h}from"./chunk-KN33HJUW.js";import{a as i,b as I}from"./chunk-YRZKLN43.js";import{t as r,y as T}from"./chunk-UUBQCXBB.js";import{i as d,m}from"./chunk-HBP5N4FR.js";m();T();import o from"react";import S from"classnames";h();I();var W=({className:u,transaction:a,styles:t})=>{let s=p(),f=e({input:a.value,showLastNonZeroDecimal:!0}),c=e({input:a.value,addCommas:!1,showLastNonZeroDecimal:!0});return o.createElement(l,{title:"Value",className:S(t==null?void 0:t.value,u)},o.createElement("span",{"data-testid":"transactionInfoValue"},f," ",s," ",o.createElement("span",{className:t==null?void 0:t.price},a.price!=null?`(${i({amount:c,usd:a.price,decimals:2,addEqualSign:!0})})`:r)))},U=n(W,{ssrStyles:()=>import("../UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js"),clientStyles:()=>(N(),d(V)).default});export{U as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YUWKCWNN.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as L,d as W}from"./chunk-5MHWHTJU.js";import{a as T}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as L,d as W}from"./chunk-5MHWHTJU.js";import{a as T}from"./chunk-3LM2D7HG.js";import{a as t}from"./chunk-CFPS2XHT.js";import{a as f}from"./chunk-XVSQYXHY.js";import{a as i}from"./chunk-XNF7Z2HR.js";import{a as c}from"./chunk-PV6CEGIJ.js";import{a as d}from"./chunk-ZXZXEDS2.js";import{b as p,e as I}from"./chunk-N3AM4TV2.js";import{a as e,b as E}from"./chunk-L2OUPHHW.js";import{y as C}from"./chunk-UUBQCXBB.js";import{p as u}from"./chunk-EOZJRV5E.js";import{i as k,m as n}from"./chunk-HBP5N4FR.js";n();C();import a from"react";import{faAngleDown as v}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as N}from"@fortawesome/react-fontawesome";import w from"classnames";u();I();E();var A=({className:S,transaction:o,styles:r})=>{let h=e(o),g=o.status==="reward-reverted";return a.createElement(f,{title:"To",className:w(r==null?void 0:r.to,S)},a.createElement("div",{className:r==null?void 0:r.wrapper,"data-testid":"transactionTo"},a.createElement("div",{className:r==null?void 0:r.content},p(o.receiver)&&a.createElement("span",{className:r==null?void 0:r.contract,"data-testid":"transactionToContract"},"Contract"),a.createElement(i,{page:String(o.links.receiverLink),"data-testid":"transactionToExplorerLink",className:r==null?void 0:r.explorer},a.createElement(t,{address:o.receiver,assets:o.receiverAssets,"data-testid":"transactionToAccount"})),a.createElement(c,{className:r==null?void 0:r.copy,text:o.receiver}),!isNaN(o.receiverShard)&&a.createElement(i,{page:String(o.links.receiverShardLink),className:r==null?void 0:r.shard},"(",a.createElement(T,{shard:o.receiverShard,"data-testid":"transactionToShard"}),")")),h.map((x,m)=>a.createElement("div",{"data-testid":`message_${m}`,key:`tx-message-${m}`,className:r==null?void 0:r.message},a.createElement(N,{icon:v,className:r==null?void 0:r.icon,style:{marginTop:"2px"},transform:{rotate:45}}),a.createElement("small",{className:r==null?void 0:r.text},x))),g&&a.createElement("div",{className:r==null?void 0:r.message},a.createElement(N,{icon:v,className:r==null?void 0:r.icon,style:{marginTop:"2px"},transform:{rotate:45}}),a.createElement("small",{className:r==null?void 0:r.text},"Block Reverted"))))},X=d(A,{ssrStyles:()=>import("../UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js"),clientStyles:()=>(W(),k(L)).default});export{X as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YX47Z3MR.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as I,d as $}from"./chunk-A7PSK6X4.js";import{a as k}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{c as I,d as $}from"./chunk-A7PSK6X4.js";import{a as k}from"./chunk-75RJ6Q7V.js";import{a as A}from"./chunk-CFPS2XHT.js";import{a as L}from"./chunk-RCJZDFZB.js";import{a as o}from"./chunk-A7SV3J62.js";import{a as N}from"./chunk-XNF7Z2HR.js";import{a as x}from"./chunk-ZXZXEDS2.js";import{a as V}from"./chunk-O3KPS3EW.js";import{a as u}from"./chunk-X42PRFW5.js";import{a as T,b as B}from"./chunk-52HSUBIA.js";import{y as z}from"./chunk-UUBQCXBB.js";import{a,i as D,m as f}from"./chunk-HBP5N4FR.js";f();import i from"react";import e from"classnames";f();import*as v from"react";var H=m=>v.createElement("svg",a({"aria-hidden":"true",focusable:"false","data-prefix":"far","data-icon":"globe",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",className:"svg-inline--fa fa-globe fa-w-16 fa-5x"},m),v.createElement("path",{fill:"#6c757d",d:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm179.3 160h-67.2c-6.7-36.5-17.5-68.8-31.2-94.7 42.9 19 77.7 52.7 98.4 94.7zM248 56c18.6 0 48.6 41.2 63.2 112H184.8C199.4 97.2 229.4 56 248 56zM48 256c0-13.7 1.4-27.1 4-40h77.7c-1 13.1-1.7 26.3-1.7 40s.7 26.9 1.7 40H52c-2.6-12.9-4-26.3-4-40zm20.7 88h67.2c6.7 36.5 17.5 68.8 31.2 94.7-42.9-19-77.7-52.7-98.4-94.7zm67.2-176H68.7c20.7-42 55.5-75.7 98.4-94.7-13.7 25.9-24.5 58.2-31.2 94.7zM248 456c-18.6 0-48.6-41.2-63.2-112h126.5c-14.7 70.8-44.7 112-63.3 112zm70.1-160H177.9c-1.1-12.8-1.9-26-1.9-40s.8-27.2 1.9-40h140.3c1.1 12.8 1.9 26 1.9 40s-.9 27.2-2 40zm10.8 142.7c13.7-25.9 24.4-58.2 31.2-94.7h67.2c-20.7 42-55.5 75.7-98.4 94.7zM366.3 296c1-13.1 1.7-26.3 1.7-40s-.7-26.9-1.7-40H444c2.6 12.9 4 26.3 4 40s-1.4 27.1-4 40h-77.7z",className:""})),w=H;z();B();V();var M=({entry:m,transaction:c,globalStyles:r,styles:n})=>{if(typeof m=="string")return i.createElement("span",{className:r==null?void 0:r.mr1},m.replace("eGLD","EGLD"));if(Boolean(m.address)){let p;return m.address===c.sender&&(p=c.senderAssets),m.address===c.receiver&&(p=c.receiverAssets),T(m.address)?i.createElement("div",{className:n==null?void 0:n.address},i.createElement(L,{initiator:m.address}),i.createElement(N,{page:u.accountDetails(m.address),"data-testid":"receiverLink",className:n==null?void 0:n.explorer},i.createElement(A,{address:m.address,assets:p}))):""}if(Boolean(m.token&&m.token.length>0))return m.token.map((p,d)=>{var h;return i.createElement("div",{key:`tx-${p.identifier}-${d}`,className:e(n==null?void 0:n.token,{[(h=n==null?void 0:n.spaced)!=null?h:""]:m.token.length>1})},i.createElement(k,{token:p,showLastNonZeroDecimal:!0}),d<m.token.length-1&&i.createElement("span",{className:n==null?void 0:n.comma},","))});if(Boolean(m.tokenNoValue&&m.tokenNoValue.length>0))return m.tokenNoValue.map((p,d)=>i.createElement("div",{key:`tx-${p.token}-${d}`},i.createElement(k,{token:p,noValue:!0,showLastNonZeroDecimal:!0}),d<m.tokenNoValue.length-1&&i.createElement("span",{className:e(r==null?void 0:r.mlN1,r==null?void 0:r.mr1,r==null?void 0:r.dNone,r==null?void 0:r.dSmFlex)},",")));if(Boolean(m.tokenNoLink&&m.tokenNoLink.length>0))return m.tokenNoLink.map((p,d)=>i.createElement("div",{key:`tx-${p.token}-${d}`},i.createElement("span",{className:r==null?void 0:r.mr1},p.ticker),d<m.tokenNoLink.length-1&&i.createElement("span",{className:e(r==null?void 0:r.mlN1,r==null?void 0:r.mr1,r==null?void 0:r.dNone,r==null?void 0:r.dSmFlex)},",")));if(Boolean(m.value))return i.createElement("span",null,i.createElement(o,{value:m.value,showLabel:!1,showLastNonZeroDecimal:!0}));if(Boolean(m.egldValue))return i.createElement("span",null,i.createElement(o,{value:m.egldValue,showLastNonZeroDecimal:!0}));if(Boolean(m.providerName)){let p=e(r==null?void 0:r.sideIcon,r==null?void 0:r.mr1,r==null?void 0:r.mrLg1,r==null?void 0:r.roundedCircle);return i.createElement("span",{className:e(r==null?void 0:r.dFlex,r==null?void 0:r.mr1)},i.createElement(N,{page:u.providerDetails(c.receiver),className:e(r==null?void 0:r.dFlex,r==null?void 0:r.alignSelfCenter)},m.providerAvatar?i.createElement("img",{src:m.providerAvatar,className:p,alt:" "}):i.createElement(w,{className:p}),m.providerName))}return null},R=x(M,{ssrStyles:()=>import("../UI/TransactionInfo/components/TransactionAction/components/ActionText/styles.js"),clientStyles:()=>($(),D(I)).default});export{R as a};
|
|
2
|
+
//# sourceMappingURL=chunk-YYBKPR4R.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as o}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as o}from"./chunk-MSVNY2NN.js";import{a as d}from"./chunk-GPZTVMNY.js";import{m as a}from"./chunk-HBP5N4FR.js";a();d();var b=()=>{var t,e;let{hasPendingTransactions:i,pendingTransactions:s}=o();if(!i)return"";let c=Object.keys(s).sort().reverse();for(let h of c){let n=(e=(t=s[h].transactions)==null?void 0:t.filter(r=>r.status==="pending"))!=null?e:[];if(n.length>0)return n[n.length-1].hash}return""};export{b as a};
|
|
2
|
+
//# sourceMappingURL=chunk-Z36JG2J3.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as Ht,b as zt}from"./chunk-TJD2PXIU.js";import{a as Ge}from"./chunk-PLNSNJJZ.js";import{a as oe}from"./chunk-N6HDMU5M.js";import{a as Ne}from"./chunk-R23WFSZD.js";import{a as Me}from"./chunk-ZQJ4MWZI.js";import{a as Oe}from"./chunk-KDZETY5Z.js";import{a as Re}from"./chunk-L76IL5YQ.js";import{a as De}from"./chunk-T6D3E2XW.js";import{a as Wt}from"./chunk-35YX2WD6.js";import{a as Ae}from"./chunk-GCCVJMXL.js";import{a as ye}from"./chunk-SYFTBAXT.js";import{b as be}from"./chunk-2J6VEBII.js";import{c as Ee,d as se}from"./chunk-GVZ5E7YB.js";import{a as ae}from"./chunk-PVNL3U3S.js";import{a as ie}from"./chunk-COTRMAUW.js";import{a as Pe}from"./chunk-6YT4X3YQ.js";import{k as we,s as Gt}from"./chunk-IZA5DQIQ.js";import{a as ne,b as Rt}from"./chunk-XI4FDYET.js";import{a as Te,b as Mt}from"./chunk-7UDAAAZI.js";import{l as Ie}from"./chunk-S55DZJQR.js";import{a as Dt}from"./chunk-BNYUWV2Z.js";import{a as xe,c as Ot}from"./chunk-UORIA4VW.js";import{h as Se}from"./chunk-6FHKWJY5.js";import{e as Ce,j as qe,k as J}from"./chunk-WF7DMBJF.js";import{m as me,y as At}from"./chunk-W2ZZNWC5.js";import{a as ge,c as z,d as ve,e as ee,f as _e,i as re}from"./chunk-7YHU2LQD.js";import{a as te,b as Nt}from"./chunk-OWBHRN3S.js";import{p as bt}from"./chunk-EOZJRV5E.js";import{a as B,d as yt}from"./chunk-2SDQY5CF.js";import{f as s,h as Et,j as Q,m as r}from"./chunk-HBP5N4FR.js";var He=s((ra,We)=>{r();var Ft=ie(),Ut=Ft["__core-js_shared__"];We.exports=Ut});var Ue=s((ta,Fe)=>{r();var ce=He(),ze=function(){var e=/[^.]+$/.exec(ce&&ce.keys&&ce.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Lt(e){return!!ze&&ze in e}Fe.exports=Lt});var ke=s((na,Le)=>{r();var kt=Function.prototype,jt=kt.toString;function Vt(e){if(e!=null){try{return jt.call(e)}catch(t){}try{return e+""}catch(t){}}return""}Le.exports=Vt});var Ve=s((sa,je)=>{r();var $t=Ht(),Kt=Ue(),Bt=Wt(),Jt=ke(),Yt=/[\\^$.*+?()[\]{}|]/g,Zt=/^\[object .+?Constructor\]$/,Xt=Function.prototype,Qt=Object.prototype,en=Xt.toString,rn=Qt.hasOwnProperty,tn=RegExp("^"+en.call(rn).replace(Yt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function nn(e){if(!Bt(e)||Kt(e))return!1;var t=$t(e)?tn:Zt;return t.test(Jt(e))}je.exports=nn});var Ke=s((aa,$e)=>{r();function sn(e,t){return e==null?void 0:e[t]}$e.exports=sn});var Y=s((ia,Be)=>{r();var an=Ve(),on=Ke();function cn(e,t){var n=on(e,t);return an(n)?n:void 0}Be.exports=cn});var F=s((oa,Je)=>{r();var un=Y(),ln=un(Object,"create");Je.exports=ln});var Xe=s((ca,Ze)=>{r();var Ye=F();function hn(){this.__data__=Ye?Ye(null):{},this.size=0}Ze.exports=hn});var er=s((ua,Qe)=>{r();function pn(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}Qe.exports=pn});var tr=s((la,rr)=>{r();var dn=F(),fn="__lodash_hash_undefined__",gn=Object.prototype,vn=gn.hasOwnProperty;function _n(e){var t=this.__data__;if(dn){var n=t[e];return n===fn?void 0:n}return vn.call(t,e)?t[e]:void 0}rr.exports=_n});var sr=s((ha,nr)=>{r();var mn=F(),xn=Object.prototype,Sn=xn.hasOwnProperty;function Cn(e){var t=this.__data__;return mn?t[e]!==void 0:Sn.call(t,e)}nr.exports=Cn});var ir=s((pa,ar)=>{r();var qn=F(),In="__lodash_hash_undefined__";function Tn(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=qn&&t===void 0?In:t,this}ar.exports=Tn});var cr=s((da,or)=>{r();var wn=Xe(),Pn=er(),En=tr(),yn=sr(),bn=ir();function O(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}O.prototype.clear=wn;O.prototype.delete=Pn;O.prototype.get=En;O.prototype.has=yn;O.prototype.set=bn;or.exports=O});var lr=s((fa,ur)=>{r();function An(){this.__data__=[],this.size=0}ur.exports=An});var U=s((ga,hr)=>{r();var Nn=zt();function On(e,t){for(var n=e.length;n--;)if(Nn(e[n][0],t))return n;return-1}hr.exports=On});var dr=s((va,pr)=>{r();var Dn=U(),Mn=Array.prototype,Rn=Mn.splice;function Gn(e){var t=this.__data__,n=Dn(t,e);if(n<0)return!1;var c=t.length-1;return n==c?t.pop():Rn.call(t,n,1),--this.size,!0}pr.exports=Gn});var gr=s((_a,fr)=>{r();var Wn=U();function Hn(e){var t=this.__data__,n=Wn(t,e);return n<0?void 0:t[n][1]}fr.exports=Hn});var _r=s((ma,vr)=>{r();var zn=U();function Fn(e){return zn(this.__data__,e)>-1}vr.exports=Fn});var xr=s((xa,mr)=>{r();var Un=U();function Ln(e,t){var n=this.__data__,c=Un(n,e);return c<0?(++this.size,n.push([e,t])):n[c][1]=t,this}mr.exports=Ln});var Cr=s((Sa,Sr)=>{r();var kn=lr(),jn=dr(),Vn=gr(),$n=_r(),Kn=xr();function D(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}D.prototype.clear=kn;D.prototype.delete=jn;D.prototype.get=Vn;D.prototype.has=$n;D.prototype.set=Kn;Sr.exports=D});var Ir=s((Ca,qr)=>{r();var Bn=Y(),Jn=ie(),Yn=Bn(Jn,"Map");qr.exports=Yn});var Pr=s((qa,wr)=>{r();var Tr=cr(),Zn=Cr(),Xn=Ir();function Qn(){this.size=0,this.__data__={hash:new Tr,map:new(Xn||Zn),string:new Tr}}wr.exports=Qn});var yr=s((Ia,Er)=>{r();function es(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}Er.exports=es});var L=s((Ta,br)=>{r();var rs=yr();function ts(e,t){var n=e.__data__;return rs(t)?n[typeof t=="string"?"string":"hash"]:n.map}br.exports=ts});var Nr=s((wa,Ar)=>{r();var ns=L();function ss(e){var t=ns(this,e).delete(e);return this.size-=t?1:0,t}Ar.exports=ss});var Dr=s((Pa,Or)=>{r();var as=L();function is(e){return as(this,e).get(e)}Or.exports=is});var Rr=s((Ea,Mr)=>{r();var os=L();function cs(e){return os(this,e).has(e)}Mr.exports=cs});var Wr=s((ya,Gr)=>{r();var us=L();function ls(e,t){var n=us(this,e),c=n.size;return n.set(e,t),this.size+=n.size==c?0:1,this}Gr.exports=ls});var zr=s((ba,Hr)=>{r();var hs=Pr(),ps=Nr(),ds=Dr(),fs=Rr(),gs=Wr();function M(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}M.prototype.clear=hs;M.prototype.delete=ps;M.prototype.get=ds;M.prototype.has=fs;M.prototype.set=gs;Hr.exports=M});var Ur=s((Aa,Fr)=>{r();var vs="__lodash_hash_undefined__";function _s(e){return this.__data__.set(e,vs),this}Fr.exports=_s});var kr=s((Na,Lr)=>{r();function ms(e){return this.__data__.has(e)}Lr.exports=ms});var Vr=s((Oa,jr)=>{r();var xs=zr(),Ss=Ur(),Cs=kr();function Z(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new xs;++t<n;)this.add(e[t])}Z.prototype.add=Z.prototype.push=Ss;Z.prototype.has=Cs;jr.exports=Z});var Kr=s((Da,$r)=>{r();function qs(e,t,n,c){for(var v=e.length,p=n+(c?1:-1);c?p--:++p<v;)if(t(e[p],p,e))return p;return-1}$r.exports=qs});var Jr=s((Ma,Br)=>{r();function Is(e){return e!==e}Br.exports=Is});var Zr=s((Ra,Yr)=>{r();function Ts(e,t,n){for(var c=n-1,v=e.length;++c<v;)if(e[c]===t)return c;return-1}Yr.exports=Ts});var Qr=s((Ga,Xr)=>{r();var ws=Kr(),Ps=Jr(),Es=Zr();function ys(e,t,n){return t===t?Es(e,t,n):ws(e,Ps,n)}Xr.exports=ys});var rt=s((Wa,et)=>{r();var bs=Qr();function As(e,t){var n=e==null?0:e.length;return!!n&&bs(e,t,0)>-1}et.exports=As});var nt=s((Ha,tt)=>{r();function Ns(e,t,n){for(var c=-1,v=e==null?0:e.length;++c<v;)if(n(t,e[c]))return!0;return!1}tt.exports=Ns});var at=s((za,st)=>{r();function Os(e,t){return e.has(t)}st.exports=Os});var ot=s((Fa,it)=>{r();var Ds=Y(),Ms=ie(),Rs=Ds(Ms,"Set");it.exports=Rs});var ut=s((Ua,ct)=>{r();function Gs(){}ct.exports=Gs});var ue=s((La,lt)=>{r();function Ws(e){var t=-1,n=Array(e.size);return e.forEach(function(c){n[++t]=c}),n}lt.exports=Ws});var pt=s((ka,ht)=>{r();var le=ot(),Hs=ut(),zs=ue(),Fs=1/0,Us=le&&1/zs(new le([,-0]))[1]==Fs?function(e){return new le(e)}:Hs;ht.exports=Us});var ft=s((ja,dt)=>{r();var Ls=Vr(),ks=rt(),js=nt(),Vs=at(),$s=pt(),Ks=ue(),Bs=200;function Js(e,t,n){var c=-1,v=ks,p=e.length,R=!0,q=[],_=q;if(n)R=!1,v=js;else if(p>=Bs){var k=t?null:$s(e);if(k)return Ks(k);R=!1,v=Vs,_=new Ls}else _=t?[]:q;e:for(;++c<p;){var u=e[c],T=t?t(u):u;if(u=n||u!==0?u:0,R&&T===T){for(var j=_.length;j--;)if(_[j]===T)continue e;t&&_.push(T),q.push(u)}else v(_,T,n)||(_!==q&&_.push(T),q.push(u))}return q}dt.exports=Js});var vt=s((Va,gt)=>{r();var Ys=ft();function Zs(e){return e&&e.length?Ys(e):[]}gt.exports=Zs});r();var Ct=Et(vt());import{useEffect as Xs,useRef as _t}from"react";import{TransactionOptions as Qs,TransactionVersion as ea}from"@multiversx/sdk-core";import{ExtensionProvider as mt}from"@multiversx/sdk-extension-provider";import{MetamaskProvider as xt}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";import{PasskeyProvider as St}from"@multiversx/sdk-passkey-provider/out";At();yt();Gt();Dt();bt();Mt();Rt();Ot();Nt();var Si=()=>{let e=Ee(),t=_t("/"),{provider:n}=Ae(),c=se(Ie),v=be(n),p=_t(!1),R=Me(),{isGuarded:q,address:_}=ye(),k=se(we),{transactionsToSign:u,error:T,setError:j,hasTransactions:X,onAbort:he,clearTransactionStatusMessage:pe}=Ge();Ne(he);let V=(0,Ct.default)(u==null?void 0:u.transactions.map(l=>l.sender.toBech32()).filter(l=>l)),G=V==null?void 0:V[0],{data:de}=Pe(!G||G===_?null:G),qt=l=>{var w,y,I,b,A,W,E,h,x,H,N,K;let f=n instanceof mt,m=n instanceof St,g=n instanceof B,d=n instanceof ae,S=n instanceof xt,C=n instanceof oe;e(Ce()),e(Se(l)),p.current=!1,!(!f&&!g&&!d&&!m&&!S)&&(pe(),f&&((y=(w=mt.getInstance())==null?void 0:w.cancelAction)==null||y.call(w)),m&&((b=(I=St.getInstance())==null?void 0:I.cancelAction)==null||b.call(I)),S&&((W=(A=xt.getInstance())==null?void 0:A.cancelAction)==null||W.call(A)),g&&((h=(E=B.getInstance())==null?void 0:E.cancelAction)==null||h.call(E)),d&&((H=(x=ae.getInstance())==null?void 0:x.cancelAction)==null||H.call(x)),C&&((K=(N=oe.getInstance())==null?void 0:N.cancelAction)==null||K.call(N)))},$=(l,f)=>{v==="walletconnectv2"&&(l=z);let g=l.includes(z);if(qt(f),g){e(qe(z));return}j(l)},It=(l,f,m="")=>{let g={[me]:f},d=m;if(window!=null&&window.location){let{search:C,origin:w}=te(),y=new URLSearchParams(C);d=`${w}${m}`,y.forEach((I,b)=>{g[b]=I})}let S=Te({callbackUrl:d,urlParams:g});n.signTransactions(l,{callbackUrl:encodeURIComponent(S)})},Tt=()=>Q(void 0,null,function*(){var W,E;if(p.current||!u)return;let{sessionId:l,transactions:f,callbackRoute:m,customTransactionInformation:g}=u,{redirectAfterSign:d}=g,S=xe(),C=m||S,w=S.includes(C),y=d&&!w;try{if(!(yield(W=n==null?void 0:n.init)==null?void 0:W.call(n)))return}catch(h){let x=(h==null?void 0:h.message)||h||ee;console.error(x),$(ee,l);return}let I=!g.skipGuardian,b=g.hasConsentPopup,A=n instanceof B;try{p.current=!0,A&&b&&n.setShouldShowConsentPopup(!0);let h=(E=yield n.signTransactions(q&&I?f==null?void 0:f.map(P=>(P.version=ea.withTxOptions().valueOf(),P.options=Qs.withOptions({guarded:!0}).valueOf(),P)):f))!=null?E:[];if(p.current=!1,!De(h))return;let H=Object.values(h).map(P=>ne(P)),{needs2FaSigning:N,guardTransactions:K}=Re({transactions:h,sessionId:l,callbackRoute:m,isGuarded:q&&I,walletAddress:c});if(N){let P=yield K();H=P?P.map(Pt=>ne(Pt)):[]}let fe={sessionId:l,transactions:H,status:"signed"};y&&(fe.redirectRoute=C),e(J(fe))}catch(h){p.current=!1;let x=(h==null?void 0:h.message)||h||ve;console.error(x),e(J({sessionId:l,status:"cancelled"})),$(x.includes("cancel")?z:x,l)}}),wt=()=>Q(void 0,null,function*(){if(!u)return;pe();let{sessionId:l,transactions:f,callbackRoute:m,customTransactionInformation:g}=u;if(!n){console.error(_e);return}if(V.length>1)throw new Error("Multiple senders are not allowed");if(G&&G!==_&&!Oe(de,_))return console.error(re),$(re);t.current=m||te().pathname;try{let d=v==="wallet",S=g.skipUpdateNonces?f:yield R(f);if(d)return It(S,l,m);Tt()}catch(d){let C=(d==null?void 0:d.message)||ge;console.error(C),$(C,l),e(J({sessionId:l,status:"cancelled"})),console.error(C,d)}});return Xs(()=>{X?wt():p.current=!1},[u,X,de]),{error:T,canceledTransactionsMessage:k,onAbort:he,hasTransactions:X,callbackRoute:t.current,sessionId:u==null?void 0:u.sessionId,transactions:u==null?void 0:u.transactions}};export{Si as a};
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as Ht,b as zt}from"./chunk-TJD2PXIU.js";import{a as Ge}from"./chunk-MBMHC3XI.js";import{a as oe}from"./chunk-ONRKKLQU.js";import{a as Ne}from"./chunk-WUZFADMR.js";import{a as Me}from"./chunk-MGFER24G.js";import{a as Oe}from"./chunk-KDZETY5Z.js";import{a as Re}from"./chunk-L5UHPWRL.js";import{a as De}from"./chunk-P3K72YIC.js";import{a as Wt}from"./chunk-35YX2WD6.js";import{a as Ae}from"./chunk-2UMV4LIS.js";import{a as ye}from"./chunk-DSKRF3NW.js";import{b as be}from"./chunk-FYTX4XJ5.js";import{c as Ee,d as se}from"./chunk-42DOFJ3J.js";import{a as ae}from"./chunk-PVNL3U3S.js";import{a as ie}from"./chunk-COTRMAUW.js";import{a as Pe}from"./chunk-JITVKBZR.js";import{k as we,s as Gt}from"./chunk-Y4IQWQCY.js";import{a as ne,b as Rt}from"./chunk-HNZR7M7E.js";import{a as Te,b as Mt}from"./chunk-6BLQ5C3B.js";import{l as Ie}from"./chunk-S55DZJQR.js";import{a as Dt}from"./chunk-FUNUC3QP.js";import{a as xe,c as Ot}from"./chunk-UORIA4VW.js";import{h as Se}from"./chunk-AWY25KLM.js";import{e as Ce,j as qe,k as J}from"./chunk-L52QLJV4.js";import{m as me,y as At}from"./chunk-UUBQCXBB.js";import{a as ge,c as z,d as ve,e as ee,f as _e,i as re}from"./chunk-7YHU2LQD.js";import{a as te,b as Nt}from"./chunk-OWBHRN3S.js";import{p as bt}from"./chunk-EOZJRV5E.js";import{a as B,d as yt}from"./chunk-2SDQY5CF.js";import{f as s,h as Et,j as Q,m as r}from"./chunk-HBP5N4FR.js";var He=s((ra,We)=>{r();var Ft=ie(),Ut=Ft["__core-js_shared__"];We.exports=Ut});var Ue=s((ta,Fe)=>{r();var ce=He(),ze=function(){var e=/[^.]+$/.exec(ce&&ce.keys&&ce.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Lt(e){return!!ze&&ze in e}Fe.exports=Lt});var ke=s((na,Le)=>{r();var kt=Function.prototype,jt=kt.toString;function Vt(e){if(e!=null){try{return jt.call(e)}catch(t){}try{return e+""}catch(t){}}return""}Le.exports=Vt});var Ve=s((sa,je)=>{r();var $t=Ht(),Kt=Ue(),Bt=Wt(),Jt=ke(),Yt=/[\\^$.*+?()[\]{}|]/g,Zt=/^\[object .+?Constructor\]$/,Xt=Function.prototype,Qt=Object.prototype,en=Xt.toString,rn=Qt.hasOwnProperty,tn=RegExp("^"+en.call(rn).replace(Yt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function nn(e){if(!Bt(e)||Kt(e))return!1;var t=$t(e)?tn:Zt;return t.test(Jt(e))}je.exports=nn});var Ke=s((aa,$e)=>{r();function sn(e,t){return e==null?void 0:e[t]}$e.exports=sn});var Y=s((ia,Be)=>{r();var an=Ve(),on=Ke();function cn(e,t){var n=on(e,t);return an(n)?n:void 0}Be.exports=cn});var F=s((oa,Je)=>{r();var un=Y(),ln=un(Object,"create");Je.exports=ln});var Xe=s((ca,Ze)=>{r();var Ye=F();function hn(){this.__data__=Ye?Ye(null):{},this.size=0}Ze.exports=hn});var er=s((ua,Qe)=>{r();function pn(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}Qe.exports=pn});var tr=s((la,rr)=>{r();var dn=F(),fn="__lodash_hash_undefined__",gn=Object.prototype,vn=gn.hasOwnProperty;function _n(e){var t=this.__data__;if(dn){var n=t[e];return n===fn?void 0:n}return vn.call(t,e)?t[e]:void 0}rr.exports=_n});var sr=s((ha,nr)=>{r();var mn=F(),xn=Object.prototype,Sn=xn.hasOwnProperty;function Cn(e){var t=this.__data__;return mn?t[e]!==void 0:Sn.call(t,e)}nr.exports=Cn});var ir=s((pa,ar)=>{r();var qn=F(),In="__lodash_hash_undefined__";function Tn(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=qn&&t===void 0?In:t,this}ar.exports=Tn});var cr=s((da,or)=>{r();var wn=Xe(),Pn=er(),En=tr(),yn=sr(),bn=ir();function O(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}O.prototype.clear=wn;O.prototype.delete=Pn;O.prototype.get=En;O.prototype.has=yn;O.prototype.set=bn;or.exports=O});var lr=s((fa,ur)=>{r();function An(){this.__data__=[],this.size=0}ur.exports=An});var U=s((ga,hr)=>{r();var Nn=zt();function On(e,t){for(var n=e.length;n--;)if(Nn(e[n][0],t))return n;return-1}hr.exports=On});var dr=s((va,pr)=>{r();var Dn=U(),Mn=Array.prototype,Rn=Mn.splice;function Gn(e){var t=this.__data__,n=Dn(t,e);if(n<0)return!1;var c=t.length-1;return n==c?t.pop():Rn.call(t,n,1),--this.size,!0}pr.exports=Gn});var gr=s((_a,fr)=>{r();var Wn=U();function Hn(e){var t=this.__data__,n=Wn(t,e);return n<0?void 0:t[n][1]}fr.exports=Hn});var _r=s((ma,vr)=>{r();var zn=U();function Fn(e){return zn(this.__data__,e)>-1}vr.exports=Fn});var xr=s((xa,mr)=>{r();var Un=U();function Ln(e,t){var n=this.__data__,c=Un(n,e);return c<0?(++this.size,n.push([e,t])):n[c][1]=t,this}mr.exports=Ln});var Cr=s((Sa,Sr)=>{r();var kn=lr(),jn=dr(),Vn=gr(),$n=_r(),Kn=xr();function D(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}D.prototype.clear=kn;D.prototype.delete=jn;D.prototype.get=Vn;D.prototype.has=$n;D.prototype.set=Kn;Sr.exports=D});var Ir=s((Ca,qr)=>{r();var Bn=Y(),Jn=ie(),Yn=Bn(Jn,"Map");qr.exports=Yn});var Pr=s((qa,wr)=>{r();var Tr=cr(),Zn=Cr(),Xn=Ir();function Qn(){this.size=0,this.__data__={hash:new Tr,map:new(Xn||Zn),string:new Tr}}wr.exports=Qn});var yr=s((Ia,Er)=>{r();function es(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}Er.exports=es});var L=s((Ta,br)=>{r();var rs=yr();function ts(e,t){var n=e.__data__;return rs(t)?n[typeof t=="string"?"string":"hash"]:n.map}br.exports=ts});var Nr=s((wa,Ar)=>{r();var ns=L();function ss(e){var t=ns(this,e).delete(e);return this.size-=t?1:0,t}Ar.exports=ss});var Dr=s((Pa,Or)=>{r();var as=L();function is(e){return as(this,e).get(e)}Or.exports=is});var Rr=s((Ea,Mr)=>{r();var os=L();function cs(e){return os(this,e).has(e)}Mr.exports=cs});var Wr=s((ya,Gr)=>{r();var us=L();function ls(e,t){var n=us(this,e),c=n.size;return n.set(e,t),this.size+=n.size==c?0:1,this}Gr.exports=ls});var zr=s((ba,Hr)=>{r();var hs=Pr(),ps=Nr(),ds=Dr(),fs=Rr(),gs=Wr();function M(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var c=e[t];this.set(c[0],c[1])}}M.prototype.clear=hs;M.prototype.delete=ps;M.prototype.get=ds;M.prototype.has=fs;M.prototype.set=gs;Hr.exports=M});var Ur=s((Aa,Fr)=>{r();var vs="__lodash_hash_undefined__";function _s(e){return this.__data__.set(e,vs),this}Fr.exports=_s});var kr=s((Na,Lr)=>{r();function ms(e){return this.__data__.has(e)}Lr.exports=ms});var Vr=s((Oa,jr)=>{r();var xs=zr(),Ss=Ur(),Cs=kr();function Z(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new xs;++t<n;)this.add(e[t])}Z.prototype.add=Z.prototype.push=Ss;Z.prototype.has=Cs;jr.exports=Z});var Kr=s((Da,$r)=>{r();function qs(e,t,n,c){for(var v=e.length,p=n+(c?1:-1);c?p--:++p<v;)if(t(e[p],p,e))return p;return-1}$r.exports=qs});var Jr=s((Ma,Br)=>{r();function Is(e){return e!==e}Br.exports=Is});var Zr=s((Ra,Yr)=>{r();function Ts(e,t,n){for(var c=n-1,v=e.length;++c<v;)if(e[c]===t)return c;return-1}Yr.exports=Ts});var Qr=s((Ga,Xr)=>{r();var ws=Kr(),Ps=Jr(),Es=Zr();function ys(e,t,n){return t===t?Es(e,t,n):ws(e,Ps,n)}Xr.exports=ys});var rt=s((Wa,et)=>{r();var bs=Qr();function As(e,t){var n=e==null?0:e.length;return!!n&&bs(e,t,0)>-1}et.exports=As});var nt=s((Ha,tt)=>{r();function Ns(e,t,n){for(var c=-1,v=e==null?0:e.length;++c<v;)if(n(t,e[c]))return!0;return!1}tt.exports=Ns});var at=s((za,st)=>{r();function Os(e,t){return e.has(t)}st.exports=Os});var ot=s((Fa,it)=>{r();var Ds=Y(),Ms=ie(),Rs=Ds(Ms,"Set");it.exports=Rs});var ut=s((Ua,ct)=>{r();function Gs(){}ct.exports=Gs});var ue=s((La,lt)=>{r();function Ws(e){var t=-1,n=Array(e.size);return e.forEach(function(c){n[++t]=c}),n}lt.exports=Ws});var pt=s((ka,ht)=>{r();var le=ot(),Hs=ut(),zs=ue(),Fs=1/0,Us=le&&1/zs(new le([,-0]))[1]==Fs?function(e){return new le(e)}:Hs;ht.exports=Us});var ft=s((ja,dt)=>{r();var Ls=Vr(),ks=rt(),js=nt(),Vs=at(),$s=pt(),Ks=ue(),Bs=200;function Js(e,t,n){var c=-1,v=ks,p=e.length,R=!0,q=[],_=q;if(n)R=!1,v=js;else if(p>=Bs){var k=t?null:$s(e);if(k)return Ks(k);R=!1,v=Vs,_=new Ls}else _=t?[]:q;e:for(;++c<p;){var u=e[c],T=t?t(u):u;if(u=n||u!==0?u:0,R&&T===T){for(var j=_.length;j--;)if(_[j]===T)continue e;t&&_.push(T),q.push(u)}else v(_,T,n)||(_!==q&&_.push(T),q.push(u))}return q}dt.exports=Js});var vt=s((Va,gt)=>{r();var Ys=ft();function Zs(e){return e&&e.length?Ys(e):[]}gt.exports=Zs});r();var Ct=Et(vt());import{useEffect as Xs,useRef as _t}from"react";import{TransactionOptions as Qs,TransactionVersion as ea}from"@multiversx/sdk-core";import{ExtensionProvider as mt}from"@multiversx/sdk-extension-provider";import{MetamaskProvider as xt}from"@multiversx/sdk-metamask-provider/out/metamaskProvider";import{PasskeyProvider as St}from"@multiversx/sdk-passkey-provider/out";At();yt();Gt();Dt();bt();Mt();Rt();Ot();Nt();var Si=()=>{let e=Ee(),t=_t("/"),{provider:n}=Ae(),c=se(Ie),v=be(n),p=_t(!1),R=Me(),{isGuarded:q,address:_}=ye(),k=se(we),{transactionsToSign:u,error:T,setError:j,hasTransactions:X,onAbort:he,clearTransactionStatusMessage:pe}=Ge();Ne(he);let V=(0,Ct.default)(u==null?void 0:u.transactions.map(l=>l.sender.toBech32()).filter(l=>l)),G=V==null?void 0:V[0],{data:de}=Pe(!G||G===_?null:G),qt=l=>{var w,y,I,b,A,W,E,h,x,H,N,K;let f=n instanceof mt,m=n instanceof St,g=n instanceof B,d=n instanceof ae,S=n instanceof xt,C=n instanceof oe;e(Ce()),e(Se(l)),p.current=!1,!(!f&&!g&&!d&&!m&&!S)&&(pe(),f&&((y=(w=mt.getInstance())==null?void 0:w.cancelAction)==null||y.call(w)),m&&((b=(I=St.getInstance())==null?void 0:I.cancelAction)==null||b.call(I)),S&&((W=(A=xt.getInstance())==null?void 0:A.cancelAction)==null||W.call(A)),g&&((h=(E=B.getInstance())==null?void 0:E.cancelAction)==null||h.call(E)),d&&((H=(x=ae.getInstance())==null?void 0:x.cancelAction)==null||H.call(x)),C&&((K=(N=oe.getInstance())==null?void 0:N.cancelAction)==null||K.call(N)))},$=(l,f)=>{v==="walletconnectv2"&&(l=z);let g=l.includes(z);if(qt(f),g){e(qe(z));return}j(l)},It=(l,f,m="")=>{let g={[me]:f},d=m;if(window!=null&&window.location){let{search:C,origin:w}=te(),y=new URLSearchParams(C);d=`${w}${m}`,y.forEach((I,b)=>{g[b]=I})}let S=Te({callbackUrl:d,urlParams:g});n.signTransactions(l,{callbackUrl:encodeURIComponent(S)})},Tt=()=>Q(void 0,null,function*(){var W,E;if(p.current||!u)return;let{sessionId:l,transactions:f,callbackRoute:m,customTransactionInformation:g}=u,{redirectAfterSign:d}=g,S=xe(),C=m||S,w=S.includes(C),y=d&&!w;try{if(!(yield(W=n==null?void 0:n.init)==null?void 0:W.call(n)))return}catch(h){let x=(h==null?void 0:h.message)||h||ee;console.error(x),$(ee,l);return}let I=!g.skipGuardian,b=g.hasConsentPopup,A=n instanceof B;try{p.current=!0,A&&b&&n.setShouldShowConsentPopup(!0);let h=(E=yield n.signTransactions(q&&I?f==null?void 0:f.map(P=>(P.version=ea.withTxOptions().valueOf(),P.options=Qs.withOptions({guarded:!0}).valueOf(),P)):f))!=null?E:[];if(p.current=!1,!De(h))return;let H=Object.values(h).map(P=>ne(P)),{needs2FaSigning:N,guardTransactions:K}=Re({transactions:h,sessionId:l,callbackRoute:m,isGuarded:q&&I,walletAddress:c});if(N){let P=yield K();H=P?P.map(Pt=>ne(Pt)):[]}let fe={sessionId:l,transactions:H,status:"signed"};y&&(fe.redirectRoute=C),e(J(fe))}catch(h){p.current=!1;let x=(h==null?void 0:h.message)||h||ve;console.error(x),e(J({sessionId:l,status:"cancelled"})),$(x.includes("cancel")?z:x,l)}}),wt=()=>Q(void 0,null,function*(){if(!u)return;pe();let{sessionId:l,transactions:f,callbackRoute:m,customTransactionInformation:g}=u;if(!n){console.error(_e);return}if(V.length>1)throw new Error("Multiple senders are not allowed");if(G&&G!==_&&!Oe(de,_))return console.error(re),$(re);t.current=m||te().pathname;try{let d=v==="wallet",S=g.skipUpdateNonces?f:yield R(f);if(d)return It(S,l,m);Tt()}catch(d){let C=(d==null?void 0:d.message)||ge;console.error(C),$(C,l),e(J({sessionId:l,status:"cancelled"})),console.error(C,d)}});return Xs(()=>{X?wt():p.current=!1},[u,X,de]),{error:T,canceledTransactionsMessage:k,onAbort:he,hasTransactions:X,callbackRoute:t.current,sessionId:u==null?void 0:u.sessionId,transactions:u==null?void 0:u.transactions}};export{Si as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZBSCDOHZ.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-CFPS2XHT.js";import{a as O}from"./chunk-XNF7Z2HR.js";import{a as L}from"./chunk-PV6CEGIJ.js";import{a as I}from"./chunk-ZXZXEDS2.js";import{a as P}from"./chunk-O3KPS3EW.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-ZDDGAESU.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{d as t}from"./chunk-42DOFJ3J.js";import{s as a}from"./chunk-Y4IQWQCY.js";import{b as s,c as r}from"./chunk-7TW5V77R.js";import{m as o}from"./chunk-HBP5N4FR.js";o();a();var l=()=>{let e=t(s),c=t(r);return{customToasts:e,transactionToasts:c}};export{l as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZEK3YWRC.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as R}from"./chunk-JCAUBGCB.js";import{a as A}from"./chunk-5QOXLPGS.js";import{a as N}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as R}from"./chunk-JCAUBGCB.js";import{a as A}from"./chunk-5QOXLPGS.js";import{a as N}from"./chunk-HBPSGFBI.js";import{a as v}from"./chunk-HR7RGQWN.js";import{a as P}from"./chunk-UUPZZ2II.js";import{a as b}from"./chunk-DSKRF3NW.js";import{c as h}from"./chunk-FYTX4XJ5.js";import{c as W,d as U}from"./chunk-42DOFJ3J.js";import{s as ee}from"./chunk-Y4IQWQCY.js";import{i as S}from"./chunk-S55DZJQR.js";import{a as Z}from"./chunk-FUNUC3QP.js";import{g as T}from"./chunk-26Y3YQLS.js";import{e as I}from"./chunk-2TXIJYQM.js";import{a as r,c as y,d as w}from"./chunk-MED667A5.js";import{h as f,j as X}from"./chunk-7YHU2LQD.js";import{a as k,b as Y}from"./chunk-OWBHRN3S.js";import{a as d,b as m,j as L,m as u}from"./chunk-HBP5N4FR.js";u();X();import{useState as x}from"react";ee();Z();Y();var we=({callbackRoute:s,token:D,nativeAuth:a,redirectDelayMilliseconds:E=100,customWalletAddress:e})=>{let[c,O]=x(""),[C,l]=x(!1),G=U(S),o=W(),M=b(),g=A(a),F=v(g?a:!1),t=D;function H(){return L(this,null,function*(){if(N())throw new Error(f);o(w(r.address)),o(y(r)),o(I(e));try{l(!0);let n=h(e!=null?e:G.walletAddress),p=new Date,$=p.setMinutes(p.getMinutes()+3)/1e3,z={data:{},expires:$},{token:B,error:V}=yield P({hasNativeAuth:g,token:t,loginService:F});if(V)return;t=B;let{origin:j}=k(),q=window!=null&&window.location?`${j}${s}`:`${s}`;new URLSearchParams(document==null?void 0:document.location.search).get("address")||o(T(z));let J=R(q),K=encodeURIComponent(J),Q=m(d({callbackUrl:K},t&&{token:t}),{redirectDelayMilliseconds:E});yield n.login(Q)}catch(n){console.error(n),O("error logging in"+n.message)}finally{l(!1)}})}let i=Boolean(c),_=Boolean(M.address);return[H,{error:c,loginFailed:i,isLoading:C&&!i,isLoggedIn:_&&!i}]};export{we as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZFJ44PY4.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{d as t,e as l}from"./chunk-N3AM4TV2.js";import{a as d,b as g}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{d as t,e as l}from"./chunk-N3AM4TV2.js";import{a as d,b as g}from"./chunk-534RWS4Q.js";import{e as T,m as i}from"./chunk-HBP5N4FR.js";var y,p=T(()=>{i();g();l();y=(e,u=1)=>e!=null&&e.length?e.reduce((n,{receiver:m,data:r})=>{let o=t({receiver:m,data:r!=null?r:""});return o==null?n:n&&d({receiverAddress:o,senderShard:u})},!0):!0});export{y as a,p as b};
|
|
2
|
+
//# sourceMappingURL=chunk-ZIK4QU7C.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as l}from"./chunk-SOOHPVFC.js";import{c as A,d as W}from"./chunk-KRR5UY4P.js";import{a as g}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as l}from"./chunk-SOOHPVFC.js";import{c as A,d as W}from"./chunk-KRR5UY4P.js";import{a as g}from"./chunk-KJHOAVHU.js";import{b as S}from"./chunk-Y5PO4ZOE.js";import{a as T}from"./chunk-NRLFJJ7U.js";import{a as v}from"./chunk-EA5YAPLI.js";import{a}from"./chunk-CQLEX5Q4.js";import{a as f}from"./chunk-A7SV3J62.js";import{a as u}from"./chunk-ZXZXEDS2.js";import{a as N}from"./chunk-O3KPS3EW.js";import{a as w}from"./chunk-ORIEDHD5.js";import{a as h}from"./chunk-5HMWWVOH.js";import{a as c}from"./chunk-JW7ZCUB4.js";import{a as d}from"./chunk-X42PRFW5.js";import{t as s,y as L}from"./chunk-UUBQCXBB.js";import{a as t,i as x,m as p}from"./chunk-HBP5N4FR.js";p();L();import r,{useEffect as H,useState as I,useRef as b}from"react";import{faExchange as E}from"@fortawesome/free-solid-svg-icons";import{FontAwesomeIcon as $}from"@fortawesome/react-fontawesome";N();w();var B=({results:R,styles:o})=>{let i=b(null),m=l(),[D,M]=I(m);return H(()=>{i.current&&i.current!==null&&(window==null||window.scrollTo({top:i.current.getBoundingClientRect().top-70,behavior:"smooth"}))},[]),r.createElement("div",{className:o==null?void 0:o.results},R.map(e=>{let n=c(e.hash);return r.createElement("div",t({key:e.hash,id:e.hash,className:o==null?void 0:o.result},n?{ref:i}:{}),r.createElement("div",{className:o==null?void 0:o.icon},r.createElement($,{icon:E})),r.createElement("div",{className:o==null?void 0:o.content},e.hash&&r.createElement(g,{hash:e.hash,page:d.transactionDetails(`${e.originalTxHash}#${e.hash}/${D}`)}),e.sender&&r.createElement(T,{sender:e.sender,assets:e.senderAssets}),e.receiver&&r.createElement(S,{receiver:e.receiver,assets:e.receiverAssets}),e.value!=null&&r.createElement(a,{label:"Value"},r.createElement(f,{value:e.value,showLastNonZeroDecimal:!0})),e.data&&r.createElement(v,t({value:e.data?h(e.data):s},n?{initialDecodeMethod:m,setDecodeMethod:M}:{})),e.returnMessage&&r.createElement(a,{label:"Response"},e.returnMessage)))}))},y=u(B,{ssrStyles:()=>import("../UI/TransactionInfo/components/ScResultsList/styles.js"),clientStyles:()=>(W(),x(A)).default});export{y as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZL22I3BD.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{d as e}from"./chunk-42DOFJ3J.js";import{s as g}from"./chunk-Y4IQWQCY.js";import{b as r,c as o}from"./chunk-BQNI2XMA.js";import{m as s}from"./chunk-HBP5N4FR.js";s();g();var u=()=>{let t=e(r),n=e(o);return{isPending:t,errorMessage:n}};export{u as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZMBFD6KV.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-FTVXOVMD.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-ZOTCSGOF.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as i}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as i}from"./chunk-OWZHV5OS.js";import{a as l,b as u}from"./chunk-PJTXIIBZ.js";import{a as o,b as f}from"./chunk-F2R7DWTU.js";import{j as m}from"./chunk-OKLK5GYW.js";import{a as r,b as s,m as c}from"./chunk-HBP5N4FR.js";c();m();import T from"react";u();f();var p=e=>{if(!e)return"";let t=e.split("-");return t.length>0?t[0]:e},h=({operation:e})=>{let t={type:e.esdtType,name:e.name,ticker:e.svgUrl?p(String(e.identifier)):e.identifier,collection:e.collection,identifier:e.identifier,token:e.identifier,decimals:e.decimals,value:e.value,svgUrl:e.svgUrl};if(t.type==null)return null;switch(e.type){case"nft":{let n=l({token:t});return T.createElement(i.Nft,s(r({},n),{badgeText:null}))}case"esdt":{let n=o({token:t});return T.createElement(i.Token,r({},n))}default:return null}};export{p as a,h as b};
|
|
2
|
+
//# sourceMappingURL=chunk-ZQLHAGN7.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as e}from"./chunk-KQAHILCK.js";import{e as o,g as p}from"./chunk-FDSDVDKW.js";import{a as i,b as r,m as n}from"./chunk-HBP5N4FR.js";n();p();import g from"react";var u=t=>{let a=r(i({},t),{description:`You need at least MultiversX app version ${o}. Update MultiversX app to continue`,title:"Signing transactions unavailable"});return g.createElement(e,i({},a))};export{u as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZWBWZAUF.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as r,b as m}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as r,b as m}from"./chunk-4EINKRT5.js";import{a as p,b as c,c as s,d as u}from"./chunk-6K7QWTK7.js";import{a as d}from"./chunk-FUNUC3QP.js";import{c as t,e as o}from"./chunk-MED667A5.js";import{e as a,m as e}from"./chunk-HBP5N4FR.js";import{configureStore as y}from"@reduxjs/toolkit";import{createSubscription as f}from"react-redux/lib/utils/Subscription";var i,P,R,S=a(()=>{e();d();m();u();i=y({reducer:p,middleware:n=>n({serializableCheck:{ignoredActions:[...c,o.type,t.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(r)}),P=f(i),R=s(i)});export{i as a,P as b,R as c,S as d};
|
|
2
|
+
//# sourceMappingURL=chunk-ZWR5P7II.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b as n}from"./chunk-NNXE7L5C.js";import{d as e}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{b as n}from"./chunk-NNXE7L5C.js";import{d as e}from"./chunk-42DOFJ3J.js";import{m as s}from"./chunk-HBP5N4FR.js";s();import{useMemo as c}from"react";function f(){let t=e(n),a=c(()=>Object.entries(t).map(([o,r])=>({batchId:o,transactions:r.transactions})),[t]);return{batches:t,batchTransactionsArray:a}}export{f as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZYLRGT3G.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e,b as P}from"./chunk-
|
|
2
|
-
//# sourceMappingURL=chunk-
|
|
1
|
+
import{a as e,b as P}from"./chunk-J45QVYDM.js";import{a as i,b as g}from"./chunk-7FRLY7ZG.js";import{a as t,c as d}from"./chunk-UORIA4VW.js";import{j as o,m as s}from"./chunk-HBP5N4FR.js";s();d();g();P();function w(C){return o(this,arguments,function*({transactions:r,transactionsDisplayInfo:c,redirectAfterSign:T=!0,callbackRoute:p=t(),signWithoutSending:m=!1,completedTransactionsDelay:y,sessionInformation:l,skipGuardian:f,minGasLimit:a,hasConsentPopup:u}){try{let n=Array.isArray(r)?r:[r],S=yield e({transactions:n,minGasLimit:a});return i({transactions:S,minGasLimit:a,callbackRoute:p,transactionsDisplayInfo:c,customTransactionInformation:{redirectAfterSign:T,completedTransactionsDelay:y,sessionInformation:l,skipGuardian:f,signWithoutSending:m,hasConsentPopup:u}})}catch(n){return console.error("error signing transaction",n),{error:n,sessionId:null}}})}export{w as a};
|
|
2
|
+
//# sourceMappingURL=chunk-ZZ33WXFF.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var QT=Object.create;var bt=Object.defineProperty,ex=Object.defineProperties,ox=Object.getOwnPropertyDescriptor,nx=Object.getOwnPropertyDescriptors,tx=Object.getOwnPropertyNames,lr=Object.getOwnPropertySymbols,rx=Object.getPrototypeOf,Za=Object.prototype.hasOwnProperty,xp=Object.prototype.propertyIsEnumerable;var Tp=(e,o,n)=>o in e?bt(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Za.call(o,n)&&Tp(e,n,o[n]);if(lr)for(var n of lr(o))xp.call(o,n)&&Tp(e,n,o[n]);return e},A=(e,o)=>ex(e,nx(o));var ze=(e,o)=>{var n={};for(var r in e)Za.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lr)for(var r of lr(e))o.indexOf(r)<0&&xp.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)bt(e,n,{get:o[n],enumerable:!0})},Sp=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of tx(o))!Za.call(e,i)&&i!==n&&bt(e,i,{get:()=>o[i],enumerable:!(r=ox(o,i))||r.enumerable});return e};var x=(e,o,n)=>(n=e!=null?QT(rx(e)):{},Sp(o||!e||!e.__esModule?bt(n,"default",{value:e,enumerable:!0}):n,e)),G=e=>Sp(bt({},"__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 bp=I(ur=>{"use strict";t();ur.byteLength=ix;ur.toByteArray=sx;ur.fromByteArray=dx;var _o=[],je=[],ax=typeof Uint8Array!="undefined"?Uint8Array:Array,Ja="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Tn=0,yp=Ja.length;Tn<yp;++Tn)_o[Tn]=Ja[Tn],je[Ja.charCodeAt(Tn)]=Tn;var Tn,yp;je["-".charCodeAt(0)]=62;je["_".charCodeAt(0)]=63;function vp(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 ix(e){var o=vp(e),n=o[0],r=o[1];return(n+r)*3/4-r}function cx(e,o,n){return(o+n)*3/4-n}function sx(e){var o,n=vp(e),r=n[0],i=n[1],p=new ax(cx(e,r,i)),m=0,_=i>0?r-4:r,d;for(d=0;d<_;d+=4)o=je[e.charCodeAt(d)]<<18|je[e.charCodeAt(d+1)]<<12|je[e.charCodeAt(d+2)]<<6|je[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return i===2&&(o=je[e.charCodeAt(d)]<<2|je[e.charCodeAt(d+1)]>>4,p[m++]=o&255),i===1&&(o=je[e.charCodeAt(d)]<<10|je[e.charCodeAt(d+1)]<<4|je[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function px(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function mx(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(px(r));return i.join("")}function dx(e){for(var o,n=e.length,r=n%3,i=[],p=16383,m=0,_=n-r;m<_;m+=p)i.push(mx(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 wp=I(Qa=>{t();Qa.read=function(e,o,n,r,i){var p,m,_=i*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?i-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Qa.write=function(e,o,n,r,i,p){var m,_,d,l=p*8-i-1,u=(1<<l)-1,f=u>>1,h=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,T=r?1:-1,C=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+=T,_/=256,i-=8);for(m=m<<i|_,l+=i;l>0;e[n+v]=m&255,v+=T,m/=256,l-=8);e[n+v-T]|=C*128}});var Op=I(jn=>{"use strict";t();var ei=bp(),zn=wp(),Ap=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;jn.Buffer=y;jn.SlowBuffer=hx;jn.INSPECT_MAX_BYTES=50;var fr=2147483647;jn.kMaxLength=fr;y.TYPED_ARRAY_SUPPORT=_x();!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 _x(){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 ko(e){if(e>fr)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,y.prototype),o}function y(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ri(e)}return Dp(e,o,n)}y.poolSize=8192;function Dp(e,o,n){if(typeof e=="string")return ux(e,o);if(ArrayBuffer.isView(e))return fx(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(lo(e,ArrayBuffer)||e&&lo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(lo(e,SharedArrayBuffer)||e&&lo(e.buffer,SharedArrayBuffer)))return ni(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return y.from(r,o,n);var i=gx(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 Dp(e,o,n)};Object.setPrototypeOf(y.prototype,Uint8Array.prototype);Object.setPrototypeOf(y,Uint8Array);function Cp(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 lx(e,o,n){return Cp(e),e<=0?ko(e):o!==void 0?typeof n=="string"?ko(e).fill(o,n):ko(e).fill(o):ko(e)}y.alloc=function(e,o,n){return lx(e,o,n)};function ri(e){return Cp(e),ko(e<0?0:ai(e)|0)}y.allocUnsafe=function(e){return ri(e)};y.allocUnsafeSlow=function(e){return ri(e)};function ux(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!y.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Np(e,o)|0,r=ko(n),i=r.write(e,o);return i!==n&&(r=r.slice(0,i)),r}function oi(e){for(var o=e.length<0?0:ai(e.length)|0,n=ko(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function fx(e){if(lo(e,Uint8Array)){var o=new Uint8Array(e);return ni(o.buffer,o.byteOffset,o.byteLength)}return oi(e)}function ni(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,y.prototype),r}function gx(e){if(y.isBuffer(e)){var o=ai(e.length)|0,n=ko(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ii(e.length)?ko(0):oi(e);if(e.type==="Buffer"&&Array.isArray(e.data))return oi(e.data)}function ai(e){if(e>=fr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+fr.toString(16)+" bytes");return e|0}function hx(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 Np(e,o){if(y.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||lo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var i=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ti(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Rp(e).length;default:if(i)return r?-1:ti(e).length;o=(""+o).toLowerCase(),i=!0}}y.byteLength=Np;function Tx(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 Dx(this,o,n);case"utf8":case"utf-8":return Pp(this,o,n);case"ascii":return Ix(this,o,n);case"latin1":case"binary":return kx(this,o,n);case"base64":return wx(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Cx(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?Pp(this,0,o):Tx.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=jn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Ap&&(y.prototype[Ap]=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 Lp(e,o,n,r,i){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ii(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0)if(i)n=0;else return-1;if(typeof o=="string"&&(o=y.from(o,r)),y.isBuffer(o))return o.length===0?-1:Ip(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):Ip(e,[o],n,r,i);throw new TypeError("val must be string, number or Buffer")}function Ip(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,T){return p===1?v[T]:v.readUInt16BE(T*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 Lp(this,o,n,r,!0)};y.prototype.lastIndexOf=function(o,n,r){return Lp(this,o,n,r,!1)};function xx(e,o,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ii(_))return m;e[n+m]=_}return m}function Sx(e,o,n,r){return gr(ti(o,e.length-n),e,n,r)}function yx(e,o,n,r){return gr(Px(o),e,n,r)}function vx(e,o,n,r){return gr(Rp(o),e,n,r)}function bx(e,o,n,r){return gr(Ex(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 xx(this,o,n,r);case"utf8":case"utf-8":return Sx(this,o,n,r);case"ascii":case"latin1":case"binary":return yx(this,o,n,r);case"base64":return vx(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return bx(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 wx(e,o,n){return o===0&&n===e.length?ei.fromByteArray(e):ei.fromByteArray(e.slice(o,n))}function Pp(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 Ax(r)}var kp=4096;function Ax(e){var o=e.length;if(o<=kp)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=kp));return n}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]&127);return r}function kx(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 Dx(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+=Mx[e[p]];return i}function Cx(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 he(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||he(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||he(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||he(o,1,this.length),this[o]};y.prototype.readUint16LE=y.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||he(o,2,this.length),this[o]|this[o+1]<<8};y.prototype.readUint16BE=y.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||he(o,2,this.length),this[o]<<8|this[o+1]};y.prototype.readUint32LE=y.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||he(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||he(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||he(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||he(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||he(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};y.prototype.readInt16LE=function(o,n){o=o>>>0,n||he(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||he(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||he(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||he(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||he(o,4,this.length),zn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||he(o,4,this.length),zn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||he(o,8,this.length),zn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||he(o,8,this.length),zn.read(this,o,!1,52,8)};function Ee(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;Ee(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;Ee(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||Ee(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||Ee(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||Ee(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||Ee(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||Ee(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);Ee(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);Ee(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||Ee(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||Ee(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||Ee(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||Ee(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||Ee(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 Ep(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 Mp(e,o,n,r,i){return o=+o,n=n>>>0,i||Ep(e,o,n,4,34028234663852886e22,-34028234663852886e22),zn.write(e,o,n,r,23,4),n+4}y.prototype.writeFloatLE=function(o,n,r){return Mp(this,o,n,!0,r)};y.prototype.writeFloatBE=function(o,n,r){return Mp(this,o,n,!1,r)};function Wp(e,o,n,r,i){return o=+o,n=n>>>0,i||Ep(e,o,n,8,17976931348623157e292,-17976931348623157e292),zn.write(e,o,n,r,52,8),n+8}y.prototype.writeDoubleLE=function(o,n,r){return Wp(this,o,n,!0,r)};y.prototype.writeDoubleBE=function(o,n,r){return Wp(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 Nx=/[^+/0-9A-Za-z-_]/g;function Lx(e){if(e=e.split("=")[0],e=e.trim().replace(Nx,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ti(e,o){o=o||1/0;for(var n,r=e.length,i=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!i){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}i=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(o-=3)>-1&&p.push(239,191,189);if(i=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Px(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Ex(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 Rp(e){return ei.toByteArray(Lx(e))}function gr(e,o,n,r){for(var i=0;i<r&&!(i+n>=o.length||i>=e.length);++i)o[i+n]=e[i];return i}function lo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ii(e){return e!==e}var Mx=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 Hp=I((wk,Up)=>{t();var se=Up.exports={},uo,fo;function ci(){throw new Error("setTimeout has not been defined")}function si(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=ci}catch(e){uo=ci}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=si}catch(e){fo=si}})();function Fp(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===ci||!uo)&&setTimeout)return uo=setTimeout,setTimeout(e,0);try{return uo(e,0)}catch(o){try{return uo.call(null,e,0)}catch(n){return uo.call(this,e,0)}}}function Wx(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===si||!fo)&&clearTimeout)return fo=clearTimeout,clearTimeout(e);try{return fo(e)}catch(o){try{return fo.call(null,e)}catch(n){return fo.call(this,e)}}}var Do=[],Kn=!1,Sn,hr=-1;function Rx(){!Kn||!Sn||(Kn=!1,Sn.length?Do=Sn.concat(Do):hr=-1,Do.length&&Bp())}function Bp(){if(!Kn){var e=Fp(Rx);Kn=!0;for(var o=Do.length;o;){for(Sn=Do,Do=[];++hr<o;)Sn&&Sn[hr].run();hr=-1,o=Do.length}Sn=null,Kn=!1,Wx(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];Do.push(new Gp(e,o)),Do.length===1&&!Kn&&Fp(Bp)};function Gp(e,o){this.fun=e,this.array=o}Gp.prototype.run=function(){this.fun.apply(null,this.array)};se.title="browser";se.browser=!0;se.env={};se.argv=[];se.version="";se.versions={};function Co(){}se.on=Co;se.addListener=Co;se.once=Co;se.off=Co;se.removeListener=Co;se.removeAllListeners=Co;se.emit=Co;se.prependListener=Co;se.prependOnceListener=Co;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,Ox,c,t=b(()=>{a=x(Op()),s=x(Hp()),Ox=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=Ox});var pi=b(()=>{"use strict";t()});var Vp,No,$p,mi,qp,zp,wt,go=b(()=>{"use strict";t();Vp="error when signing",No="Transaction canceled",$p="error signing transaction",mi="provider not initialized",qp="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",zp="Undefined transaction status",wt="You cannot sign transactions from a different account"});var jp=b(()=>{"use strict";t()});var di,Kp=b(()=>{"use strict";t();di=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(di||{})});var _i,li,ui,fi,At,gi,hi=b(()=>{"use strict";t();_i="1.0.8",li="1.0.11",ui="1.0.15",fi="1.0.17",At="1.0.22",gi="1.0.23"});var Ti,xi=b(()=>{"use strict";t();Ti={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Xp=b(()=>{"use strict";t()});var Si,yi=b(()=>{"use strict";t();Si=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(Si||{})});var Yp=b(()=>{"use strict";t()});var Zp=b(()=>{"use strict";t()});var Ie,Xn,Xo=b(()=>{"use strict";t();Ie=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Xn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Jp,Rk,Qp,Ok,Y=b(()=>{"use strict";t();Xo();Jp=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Jp||{}),Rk=g(g({},Xn.WindowProviderRequestEnums),Jp),Qp=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Qp||{}),Ok=g(g({},Xn.WindowProviderResponseEnums),Qp)});var em=b(()=>{"use strict";t()});var om=b(()=>{"use strict";t()});var Lo,Me=b(()=>{"use strict";t();Lo=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(Lo||{})});var nm=b(()=>{"use strict";t()});var tm=b(()=>{"use strict";t()});var rm=b(()=>{"use strict";t()});var Z=b(()=>{"use strict";t();yi();Yp();Zp();Y();em();om();Me();nm();tm();rm()});var yn,am,eD,im,oD,cm,nD,tD,sm,Tr,vn=b(()=>{"use strict";t();Z();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:am,egldLabel:eD}=yn["devnet"],{chainId:im,egldLabel:oD}=yn["testnet"],{chainId:cm,egldLabel:nD}=yn["mainnet"],tD={["devnet"]:am,["testnet"]:im,["mainnet"]:cm},sm={[am]:"devnet",[im]:"testnet",[cm]:"mainnet"},Tr=0});var pm,It=b(()=>{"use strict";t();pm="cancel-transaction-toast"});var ho,mm=b(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var fe,Yo=b(()=>{"use strict";t();fe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var dm,_m,vi,pD,mD,bi=b(()=>{"use strict";t();Yo();vi=String((_m=(dm=fe.safeWindow)==null?void 0:dm.navigator)==null?void 0:_m.userAgent),pD=/^((?!chrome|android).)*safari/i.test(vi),mD=/firefox/i.test(vi)&&/windows/i.test(vi)});var wi,xr,kt,Ai,Zo,Ke,bn,lm,um,fm,To,Sr,gm,yr,hm,Tm,xm,Xe,Sm,ym,M=b(()=>{"use strict";t();pi();go();jp();Kp();hi();xi();Xp();vn();It();mm();bi();wi=.01,xr=1500,kt=5e4,Ai=5e4,Zo=1e9,Ke=18,bn=4,lm=1,um=1,fm="/dapp/init",To="signSession",Sr="sdk-dapp-version",gm="4.6.2",yr="logout",hm="login",Tm="cancelSignTx",xm="N/A",Xe="0",Sm="...",ym="EGLD-000000"});var Dt,vr=b(()=>{"use strict";t();Dt=()=>Date.now()/1e3});var vm=b(()=>{"use strict";t()});var bm=b(()=>{"use strict";t()});var Ii=b(()=>{"use strict";t();vr();vm();bm()});var ki={};H(ki,{clear:()=>Ux,getItem:()=>Bx,localStorageKeys:()=>Ye,removeItem:()=>Gx,setItem:()=>Fx});var Ye,br,Fx,Bx,Gx,Ux,wn=b(()=>{"use strict";t();Ii();Ye={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},br=typeof localStorage!="undefined",Fx=({key:e,data:o,expires:n})=>{!br||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Bx=e=>{if(!br)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:Dt()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Gx=e=>{!br||localStorage.removeItem(String(e))},Ux=()=>{!br||localStorage.clear()}});var Di={};H(Di,{clear:()=>km,getItem:()=>Am,removeItem:()=>Im,sessionStorageKeys:()=>Hx,setItem:()=>wm,storage:()=>Vx});var Hx,wm,Am,Im,km,Vx,Dm=b(()=>{"use strict";t();Hx={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},wm=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Am=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},Im=e=>sessionStorage.removeItem(String(e)),km=()=>sessionStorage.clear(),Vx={setItem:wm,getItem:Am,removeItem:Im,clear:km}});var no,An=b(()=>{"use strict";t();wn();Dm();no={session:Di,local:ki}});var Ci,ee,We,ae=b(()=>{"use strict";t();Ci=require("@reduxjs/toolkit");M();ee=(0,Ci.createAction)(yr),We=(0,Ci.createAction)(hm,e=>({payload:e}))});var Li,Cm,Nm,Ze,Ni,Lm,to,Jo,Pi,UD,$x,qx,HD,VD,$D,zx,jx,wr,Ar=b(()=>{"use strict";t();Li=require("@multiversx/sdk-core"),Cm=require("@reduxjs/toolkit"),Nm=require("redux-persist");M();An();wn();ae();Ze={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Xe},Ni={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ze},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Lm=(0,Cm.createSlice)({name:"accountInfoSlice",initialState:Ni,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Li.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ze},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,()=>(no.local.removeItem(Ye.loginExpiresAt),Ni)),e.addCase(We,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Li.Address(r).toHex()}),e.addCase(Nm.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:i,shard:p,accounts:m,publicKey:_}=r;o.address=i,o.shard=p;let d=m&&i in m;o.accounts=d?m:Ni.accounts,o.publicKey=_})}}),{setAccount:to,setAddress:Jo,setAccountNonce:Pi,setAccountShard:UD,setLedgerAccount:$x,updateLedgerAccount:qx,setWalletConnectAccount:HD,setIsAccountLoading:VD,setAccountLoadingError:$D,setWebsocketEvent:zx,setWebsocketBatchEvent:jx}=Lm.actions,wr=Lm.reducer});function Ct(){return new Date().setHours(new Date().getHours()+24)}function Nt(e){no.local.setItem({key:Ye.loginExpiresAt,data:e,expires:e})}var Ei=b(()=>{"use strict";t();An();wn()});var Em,Pm,Mm,eC,Kx,Xx,Mi,oC,Yx,Wm,nC,tC,rC,Ir,kr=b(()=>{"use strict";t();Em=require("@reduxjs/toolkit");Ei();Y();ae();Pm={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Mm=(0,Em.createSlice)({name:"loginInfoSlice",initialState:Pm,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,()=>Pm),e.addCase(We,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Nt(Ct())})}}),{setLoginMethod:eC,setWalletConnectLogin:Kx,setLedgerLogin:Xx,setTokenLogin:Mi,setTokenLoginSignature:oC,setWalletLogin:Yx,invalidateLoginSession:Wm,setLogoutRoute:nC,setIsWalletConnectV2Initialized:tC,setWebviewLogin:rC}=Mm.actions,Ir=Mm.reducer});var Om,Rm,Fm,sC,Zx,pC,Jx,Dr,Cr=b(()=>{"use strict";t();Om=require("@reduxjs/toolkit");ae();Rm={},Fm=(0,Om.createSlice)({name:"modalsSlice",initialState:Rm,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,()=>Rm)}}),{setTxSubmittedModal:sC,setNotificationModal:Zx,clearTxSubmittedModal:pC,clearNotificationModal:Jx}=Fm.actions,Dr=Fm.reducer});var ro,In=b(()=>{"use strict";t();ro=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var q,xe=b(()=>{"use strict";t();In();q=()=>{if(!ro())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 Yn,Bm=b(()=>{"use strict";t();xe();Yn=(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 Po,Gm=b(()=>{"use strict";t();Se();Po=()=>{let{pathname:e,search:o,hash:n}=q();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`}});var Um,Hm=b(()=>{"use strict";t();Yo();Um=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 Se=b(()=>{"use strict";t();Bm();Gm();xe();Hm()});var Vm,$m,Lt,Pt=b(()=>{"use strict";t();Se();Vm=!1,$m=(e=!0)=>{Vm=e},Lt=({timeout:e=0,url:o})=>{Vm||setTimeout(()=>{if(!!window)return Um(o)},e)}});var qm=b(()=>{"use strict";t();Pt()});function zm(e){return e[Math.floor(Math.random()*e.length)]}var jm=b(()=>{"use strict";t()});function Wi(e){let o=null;if((e==null?void 0:e.statusCode)in Ti){let n=e==null?void 0:e.statusCode,{message:r}=Ti[n];o=oS.includes(n)?Km:r}return{errorMessage:o,defaultErrorMessage:Km}}var Km,Qx,eS,oS,Ri=b(()=>{"use strict";t();xi();Km="Check if the MultiversX app is open on Ledger",Qx=28161,eS=28160,oS=[Qx,eS]});var Eo=b(()=>{"use strict";t();qm();jm();Ri()});var Xm,Ym,Zm,Oi,tS,Jm,GC,UC,Qm,Nr,Lr=b(()=>{"use strict";t();Xm=require("@reduxjs/toolkit"),Ym=x(require("lodash.omit")),Zm=require("redux-persist");It();ae();Eo();Oi={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},tS={network:Oi},Jm=(0,Xm.createSlice)({name:"appConfig",initialState:tS,reducers:{initializeNetworkConfig:(e,o)=>{let n=zm(o.payload.walletConnectV2RelayAddresses),r=(0,Ym.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(Zm.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:GC,updateNetworkConfig:UC,setCustomWalletAddress:Qm}=Jm.actions,Nr=Jm.reducer});var ed,Fi,od,jC,KC,XC,Pr,Er=b(()=>{"use strict";t();ed=require("@reduxjs/toolkit");Z();ae();Fi={isSigning:!1,signedSessions:{}},od=(0,ed.createSlice)({name:"signedMessageInfoSliceState",initialState:Fi,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:i}=o.payload;i&&(e.errorMessage=i),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>Fi},extraReducers:e=>{e.addCase(ee,()=>Fi)}}),{setSignSession:jC,clearSignedMessageInfo:KC,setSignSessionState:XC}=od.actions,Pr=od.reducer});var td,rd,nd,ad,Bi,rS,nN,aS,Mr,Wr=b(()=>{"use strict";t();td=require("@reduxjs/toolkit"),rd=require("redux-persist");Z();vr();ae();nd={customToasts:[],transactionToasts:[]},ad=(0,td.createSlice)({name:"toastsSlice",initialState:nd,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:Dt(),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,()=>nd),e.addCase(rd.REHYDRATE,(o,n)=>{var i,p;let r=(p=(i=n.customToasts)==null?void 0:i.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Bi,removeCustomToast:rS,addTransactionToast:nN,removeTransactionToast:aS}=ad.actions,Mr=ad.reducer});var id,Ui,Hi,Vi,iS,Gi,cd,iN,cS,Zn,Rr,Or=b(()=>{"use strict";t();id=require("@reduxjs/toolkit");ae();Ui="Transaction failed",Hi="Transaction successful",Vi="Processing transaction",iS="Transaction submitted",Gi={},cd=(0,id.createSlice)({name:"transactionsInfo",initialState:Gi,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Ui,successMessage:(r==null?void 0:r.successMessage)||Hi,processingMessage:(r==null?void 0:r.processingMessage)||Vi,submittedMessage:(r==null?void 0:r.submittedMessage)||iS,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:iN,setTransactionsDisplayInfo:cS,clearTransactionsInfoForSessionId:Zn}=cd.actions,Rr=cd.reducer});function Qn(e){return e!=null&&(hS(e)||vS(e))}function et(e){return e!=null&&(TS(e)||bS(e))}function ot(e){return e!=null&&(xS(e)||wS(e))}function sd(e){return e!=null&&(SS(e)||AS(e))}function $i(e){return e!=null&&yS(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)}function AS(e){return e!=null&&gS.includes(e)}var sS,pS,mS,dS,_S,lS,uS,fS,gS,nt=b(()=>{"use strict";t();Y();sS=["sent"],pS=["success"],mS=["fail","cancelled","timedOut"],dS=["invalid"],_S=["timedOut"],lS=["pending"],uS=["success"],fS=["fail","invalid"],gS=["not executed"]});var pd,md,Et,IS,dd,_d,ld,kS,en,DS,CS,fN,ud,Mo,xo,gN,Fr,Br=b(()=>{"use strict";t();pd=require("@reduxjs/toolkit"),md=require("redux-persist");Y();nt();ae();Et={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},IS={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},dd=(0,pd.createSlice)({name:"transactionsSlice",initialState:Et,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({},IS),((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=Et.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,T,C,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(E=>E.hash===p?A(g(g({},m!=null?m:{}),E),{status:r,errorMessage:i,inTransit:_}):E);let L=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(E=>et(E.status)),W=(T=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:T.some(E=>ot(E.status)),F=(w=(C=e.signedTransactions[n])==null?void 0:C.transactions)==null?void 0:w.every(E=>sd(E.status));L&&(e.signedTransactions[n].status="success"),W&&(e.signedTransactions[n].status="fail"),F&&(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=Et.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Et.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,()=>Et),e.addCase(md.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:_d,updateSignedTransactions:ld,setTransactionsToSign:kS,clearAllTransactionsToSign:en,clearAllSignedTransactions:DS,clearSignedTransaction:CS,clearTransactionToSign:fN,setSignTransactionsError:ud,setSignTransactionsCancelMessage:Mo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:gN}=dd.actions,Fr=dd.reducer});var fd,qi,gd,SN,yN,NS,vN,Gr,Ur=b(()=>{"use strict";t();fd=require("@reduxjs/toolkit");ae();qi={},gd=(0,fd.createSlice)({name:"batchTransactionsSlice",initialState:qi,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>qi},extraReducers:e=>{e.addCase(ee,()=>qi)}}),{setBatchTransactions:SN,updateBatchTransactions:yN,clearBatchTransactions:NS,clearAllBatchTransactions:vN}=gd.actions,Gr=gd.reducer});var Td,hd,xd,IN,Sd,zi=b(()=>{"use strict";t();Td=require("@reduxjs/toolkit");ae();hd={},xd=(0,Td.createSlice)({name:"dappConfigSlice",initialState:hd,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(ee,()=>hd)}}),{setDappConfig:IN}=xd.actions,Sd=xd.reducer});var V=b(()=>{"use strict";t();Ar();kr();Cr();Lr();Er();Wr();Or();Br();Ur();zi()});var ji=b(()=>{"use strict";t()});var bd,MS,WS,Mt,Ki=b(()=>{"use strict";t();bd=require("@reduxjs/toolkit");ji();Ar();Ur();zi();kr();Cr();Lr();Er();Wr();Or();Br();MS={["account"]:wr,["dappConfig"]:Sd,["loginInfo"]:Ir,["modals"]:Dr,["networkConfig"]:Nr,["signedMessageInfo"]:Pr,["toasts"]:Mr,["transactionsInfo"]:Rr,["transactions"]:Fr,["batchTransactions"]:Gr},WS=(e={})=>(0,bd.combineReducers)(g(g({},MS),e)),Mt=WS});var kd={};H(kd,{default:()=>ZS,sessionStorageReducers:()=>Xi});function Wo(e,o=[]){return{key:e,version:1,storage:Ad.default,blacklist:o}}var Re,wd,Ad,RS,Wt,OS,FS,BS,GS,US,HS,VS,$S,qS,zS,Id,jS,Xi,KS,XS,YS,ZS,Dd=b(()=>{"use strict";t();Re=require("redux-persist"),wd=x(require("redux-persist/lib/storage")),Ad=x(require("redux-persist/lib/storage/session"));Ki();V();Ar();Ur();kr();Cr();Lr();Er();Wr();Or();Br();ji();RS={persistReducersStorageType:"localStorage"},Wt={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},OS=Wo(Wt["account"]),FS=Wo(Wt["loginInfo"]),BS=Wo(Wt["modals"]),GS=Wo(Wt["networkConfig"]),US={2:e=>A(g({},e),{networkConfig:Oi})};HS=Wo("sdk-dapp-transactionsInfo"),VS=Wo("sdk-dapp-transactions",["transactionsToSign"]),$S=Wo("sdk-dapp-batchTransactions",["batchTransactions"]),qS=Wo("sdk-dapp-toasts"),zS=Wo("sdk-dapp-signedMessageInfo"),Id={key:"sdk-dapp-store",version:2,storage:wd.default,whitelist:Object.keys(Wt),migrate:(0,Re.createMigrate)(US,{debug:!1})},jS=A(g({},Id),{whitelist:[]}),Xi={["toasts"]:(0,Re.persistReducer)(qS,Mr),["transactions"]:(0,Re.persistReducer)(VS,Fr),["transactionsInfo"]:(0,Re.persistReducer)(HS,Rr),["batchTransactions"]:(0,Re.persistReducer)($S,Gr),["signedMessageInfo"]:(0,Re.persistReducer)(zS,Pr)},KS=A(g({},Xi),{["account"]:(0,Re.persistReducer)(OS,wr),["loginInfo"]:(0,Re.persistReducer)(FS,Ir),["modals"]:(0,Re.persistReducer)(BS,Dr),["networkConfig"]:(0,Re.persistReducer)(GS,Nr)}),XS=RS.persistReducersStorageType==="localStorage",YS=XS?(0,Re.persistReducer)(Id,Mt(Xi)):(0,Re.persistReducer)(jS,Mt(KS)),ZS=YS});var Cd={};H(Cd,{default:()=>JS});var JS,Nd=b(()=>{"use strict";t();Ki();JS=Mt()});var Ld={};H(Ld,{default:()=>ey});var Je,QS,ey,Pd=b(()=>{"use strict";t();Je=require("redux-persist"),QS=[Je.FLUSH,Je.REHYDRATE,Je.PAUSE,Je.PERSIST,Je.PURGE,Je.REGISTER],ey=QS});var Wd={};H(Wd,{default:()=>Md});function Md(e){return(0,Ed.persistStore)(e)}var Ed,Rd=b(()=>{"use strict";t();Ed=require("redux-persist")});var Al=I((RB,wl)=>{t();var Sv=typeof c=="object"&&c&&c.Object===Object&&c;wl.exports=Sv});var zt=I((OB,Il)=>{t();var yv=Al(),vv=typeof self=="object"&&self&&self.Object===Object&&self,bv=yv||vv||Function("return this")();Il.exports=bv});var ha=I((FB,kl)=>{t();var wv=zt(),Av=wv.Symbol;kl.exports=Av});var Ll=I((BB,Nl)=>{t();var Dl=ha(),Cl=Object.prototype,Iv=Cl.hasOwnProperty,kv=Cl.toString,jt=Dl?Dl.toStringTag:void 0;function Dv(e){var o=Iv.call(e,jt),n=e[jt];try{e[jt]=void 0;var r=!0}catch(p){}var i=kv.call(e);return r&&(o?e[jt]=n:delete e[jt]),i}Nl.exports=Dv});var El=I((GB,Pl)=>{t();var Cv=Object.prototype,Nv=Cv.toString;function Lv(e){return Nv.call(e)}Pl.exports=Lv});var Ta=I((UB,Rl)=>{t();var Ml=ha(),Pv=Ll(),Ev=El(),Mv="[object Null]",Wv="[object Undefined]",Wl=Ml?Ml.toStringTag:void 0;function Rv(e){return e==null?e===void 0?Wv:Mv:Wl&&Wl in Object(e)?Pv(e):Ev(e)}Rl.exports=Rv});var Cc=I((HB,Ol)=>{t();var Ov=Array.isArray;Ol.exports=Ov});var Nc=I((VB,Fl)=>{t();function Fv(e){return e!=null&&typeof e=="object"}Fl.exports=Fv});var Gl=I(($B,Bl)=>{t();var Bv=Ta(),Gv=Cc(),Uv=Nc(),Hv="[object String]";function Vv(e){return typeof e=="string"||!Gv(e)&&Uv(e)&&Bv(e)==Hv}Bl.exports=Vv});var Ec={};H(Ec,{css:()=>jl,default:()=>Zv});var jl,Zv,Mc=b(()=>{"use strict";t();jl=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var QT=Object.create;var bt=Object.defineProperty,ex=Object.defineProperties,ox=Object.getOwnPropertyDescriptor,nx=Object.getOwnPropertyDescriptors,tx=Object.getOwnPropertyNames,lr=Object.getOwnPropertySymbols,rx=Object.getPrototypeOf,Za=Object.prototype.hasOwnProperty,xp=Object.prototype.propertyIsEnumerable;var Tp=(e,o,n)=>o in e?bt(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))Za.call(o,n)&&Tp(e,n,o[n]);if(lr)for(var n of lr(o))xp.call(o,n)&&Tp(e,n,o[n]);return e},A=(e,o)=>ex(e,nx(o));var ze=(e,o)=>{var n={};for(var r in e)Za.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lr)for(var r of lr(e))o.indexOf(r)<0&&xp.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)bt(e,n,{get:o[n],enumerable:!0})},Sp=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of tx(o))!Za.call(e,i)&&i!==n&&bt(e,i,{get:()=>o[i],enumerable:!(r=ox(o,i))||r.enumerable});return e};var x=(e,o,n)=>(n=e!=null?QT(rx(e)):{},Sp(o||!e||!e.__esModule?bt(n,"default",{value:e,enumerable:!0}):n,e)),G=e=>Sp(bt({},"__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 bp=I(ur=>{"use strict";t();ur.byteLength=ix;ur.toByteArray=sx;ur.fromByteArray=dx;var _o=[],je=[],ax=typeof Uint8Array!="undefined"?Uint8Array:Array,Ja="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Tn=0,yp=Ja.length;Tn<yp;++Tn)_o[Tn]=Ja[Tn],je[Ja.charCodeAt(Tn)]=Tn;var Tn,yp;je["-".charCodeAt(0)]=62;je["_".charCodeAt(0)]=63;function vp(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 ix(e){var o=vp(e),n=o[0],r=o[1];return(n+r)*3/4-r}function cx(e,o,n){return(o+n)*3/4-n}function sx(e){var o,n=vp(e),r=n[0],i=n[1],p=new ax(cx(e,r,i)),m=0,_=i>0?r-4:r,d;for(d=0;d<_;d+=4)o=je[e.charCodeAt(d)]<<18|je[e.charCodeAt(d+1)]<<12|je[e.charCodeAt(d+2)]<<6|je[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return i===2&&(o=je[e.charCodeAt(d)]<<2|je[e.charCodeAt(d+1)]>>4,p[m++]=o&255),i===1&&(o=je[e.charCodeAt(d)]<<10|je[e.charCodeAt(d+1)]<<4|je[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function px(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function mx(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(px(r));return i.join("")}function dx(e){for(var o,n=e.length,r=n%3,i=[],p=16383,m=0,_=n-r;m<_;m+=p)i.push(mx(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 wp=I(Qa=>{t();Qa.read=function(e,o,n,r,i){var p,m,_=i*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?i-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Qa.write=function(e,o,n,r,i,p){var m,_,d,l=p*8-i-1,u=(1<<l)-1,f=u>>1,h=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,T=r?1:-1,C=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+=T,_/=256,i-=8);for(m=m<<i|_,l+=i;l>0;e[n+v]=m&255,v+=T,m/=256,l-=8);e[n+v-T]|=C*128}});var Op=I(jn=>{"use strict";t();var ei=bp(),zn=wp(),Ap=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;jn.Buffer=y;jn.SlowBuffer=hx;jn.INSPECT_MAX_BYTES=50;var fr=2147483647;jn.kMaxLength=fr;y.TYPED_ARRAY_SUPPORT=_x();!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 _x(){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 ko(e){if(e>fr)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,y.prototype),o}function y(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ri(e)}return Dp(e,o,n)}y.poolSize=8192;function Dp(e,o,n){if(typeof e=="string")return ux(e,o);if(ArrayBuffer.isView(e))return fx(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(lo(e,ArrayBuffer)||e&&lo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(lo(e,SharedArrayBuffer)||e&&lo(e.buffer,SharedArrayBuffer)))return ni(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return y.from(r,o,n);var i=gx(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 Dp(e,o,n)};Object.setPrototypeOf(y.prototype,Uint8Array.prototype);Object.setPrototypeOf(y,Uint8Array);function Cp(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 lx(e,o,n){return Cp(e),e<=0?ko(e):o!==void 0?typeof n=="string"?ko(e).fill(o,n):ko(e).fill(o):ko(e)}y.alloc=function(e,o,n){return lx(e,o,n)};function ri(e){return Cp(e),ko(e<0?0:ai(e)|0)}y.allocUnsafe=function(e){return ri(e)};y.allocUnsafeSlow=function(e){return ri(e)};function ux(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!y.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Np(e,o)|0,r=ko(n),i=r.write(e,o);return i!==n&&(r=r.slice(0,i)),r}function oi(e){for(var o=e.length<0?0:ai(e.length)|0,n=ko(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function fx(e){if(lo(e,Uint8Array)){var o=new Uint8Array(e);return ni(o.buffer,o.byteOffset,o.byteLength)}return oi(e)}function ni(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,y.prototype),r}function gx(e){if(y.isBuffer(e)){var o=ai(e.length)|0,n=ko(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ii(e.length)?ko(0):oi(e);if(e.type==="Buffer"&&Array.isArray(e.data))return oi(e.data)}function ai(e){if(e>=fr)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+fr.toString(16)+" bytes");return e|0}function hx(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 Np(e,o){if(y.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||lo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var i=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ti(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Rp(e).length;default:if(i)return r?-1:ti(e).length;o=(""+o).toLowerCase(),i=!0}}y.byteLength=Np;function Tx(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 Dx(this,o,n);case"utf8":case"utf-8":return Pp(this,o,n);case"ascii":return Ix(this,o,n);case"latin1":case"binary":return kx(this,o,n);case"base64":return wx(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Cx(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?Pp(this,0,o):Tx.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=jn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Ap&&(y.prototype[Ap]=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 Lp(e,o,n,r,i){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ii(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0)if(i)n=0;else return-1;if(typeof o=="string"&&(o=y.from(o,r)),y.isBuffer(o))return o.length===0?-1:Ip(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):Ip(e,[o],n,r,i);throw new TypeError("val must be string, number or Buffer")}function Ip(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,T){return p===1?v[T]:v.readUInt16BE(T*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 Lp(this,o,n,r,!0)};y.prototype.lastIndexOf=function(o,n,r){return Lp(this,o,n,r,!1)};function xx(e,o,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(ii(_))return m;e[n+m]=_}return m}function Sx(e,o,n,r){return gr(ti(o,e.length-n),e,n,r)}function yx(e,o,n,r){return gr(Px(o),e,n,r)}function vx(e,o,n,r){return gr(Rp(o),e,n,r)}function bx(e,o,n,r){return gr(Ex(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 xx(this,o,n,r);case"utf8":case"utf-8":return Sx(this,o,n,r);case"ascii":case"latin1":case"binary":return yx(this,o,n,r);case"base64":return vx(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return bx(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 wx(e,o,n){return o===0&&n===e.length?ei.fromByteArray(e):ei.fromByteArray(e.slice(o,n))}function Pp(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 Ax(r)}var kp=4096;function Ax(e){var o=e.length;if(o<=kp)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=kp));return n}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]&127);return r}function kx(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 Dx(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+=Mx[e[p]];return i}function Cx(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 he(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||he(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||he(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||he(o,1,this.length),this[o]};y.prototype.readUint16LE=y.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||he(o,2,this.length),this[o]|this[o+1]<<8};y.prototype.readUint16BE=y.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||he(o,2,this.length),this[o]<<8|this[o+1]};y.prototype.readUint32LE=y.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||he(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||he(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||he(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||he(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||he(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};y.prototype.readInt16LE=function(o,n){o=o>>>0,n||he(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||he(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||he(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||he(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||he(o,4,this.length),zn.read(this,o,!0,23,4)};y.prototype.readFloatBE=function(o,n){return o=o>>>0,n||he(o,4,this.length),zn.read(this,o,!1,23,4)};y.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||he(o,8,this.length),zn.read(this,o,!0,52,8)};y.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||he(o,8,this.length),zn.read(this,o,!1,52,8)};function Ee(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;Ee(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;Ee(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||Ee(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||Ee(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||Ee(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||Ee(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||Ee(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);Ee(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);Ee(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||Ee(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||Ee(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||Ee(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||Ee(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||Ee(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 Ep(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 Mp(e,o,n,r,i){return o=+o,n=n>>>0,i||Ep(e,o,n,4,34028234663852886e22,-34028234663852886e22),zn.write(e,o,n,r,23,4),n+4}y.prototype.writeFloatLE=function(o,n,r){return Mp(this,o,n,!0,r)};y.prototype.writeFloatBE=function(o,n,r){return Mp(this,o,n,!1,r)};function Wp(e,o,n,r,i){return o=+o,n=n>>>0,i||Ep(e,o,n,8,17976931348623157e292,-17976931348623157e292),zn.write(e,o,n,r,52,8),n+8}y.prototype.writeDoubleLE=function(o,n,r){return Wp(this,o,n,!0,r)};y.prototype.writeDoubleBE=function(o,n,r){return Wp(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 Nx=/[^+/0-9A-Za-z-_]/g;function Lx(e){if(e=e.split("=")[0],e=e.trim().replace(Nx,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ti(e,o){o=o||1/0;for(var n,r=e.length,i=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!i){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}i=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(o-=3)>-1&&p.push(239,191,189);if(i=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Px(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Ex(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 Rp(e){return ei.toByteArray(Lx(e))}function gr(e,o,n,r){for(var i=0;i<r&&!(i+n>=o.length||i>=e.length);++i)o[i+n]=e[i];return i}function lo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ii(e){return e!==e}var Mx=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 Hp=I((wk,Up)=>{t();var se=Up.exports={},uo,fo;function ci(){throw new Error("setTimeout has not been defined")}function si(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?uo=setTimeout:uo=ci}catch(e){uo=ci}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=si}catch(e){fo=si}})();function Fp(e){if(uo===setTimeout)return setTimeout(e,0);if((uo===ci||!uo)&&setTimeout)return uo=setTimeout,setTimeout(e,0);try{return uo(e,0)}catch(o){try{return uo.call(null,e,0)}catch(n){return uo.call(this,e,0)}}}function Wx(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===si||!fo)&&clearTimeout)return fo=clearTimeout,clearTimeout(e);try{return fo(e)}catch(o){try{return fo.call(null,e)}catch(n){return fo.call(this,e)}}}var Do=[],Kn=!1,Sn,hr=-1;function Rx(){!Kn||!Sn||(Kn=!1,Sn.length?Do=Sn.concat(Do):hr=-1,Do.length&&Bp())}function Bp(){if(!Kn){var e=Fp(Rx);Kn=!0;for(var o=Do.length;o;){for(Sn=Do,Do=[];++hr<o;)Sn&&Sn[hr].run();hr=-1,o=Do.length}Sn=null,Kn=!1,Wx(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];Do.push(new Gp(e,o)),Do.length===1&&!Kn&&Fp(Bp)};function Gp(e,o){this.fun=e,this.array=o}Gp.prototype.run=function(){this.fun.apply(null,this.array)};se.title="browser";se.browser=!0;se.env={};se.argv=[];se.version="";se.versions={};function Co(){}se.on=Co;se.addListener=Co;se.once=Co;se.off=Co;se.removeListener=Co;se.removeAllListeners=Co;se.emit=Co;se.prependListener=Co;se.prependOnceListener=Co;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,Ox,c,t=b(()=>{a=x(Op()),s=x(Hp()),Ox=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=Ox});var pi=b(()=>{"use strict";t()});var Vp,No,$p,mi,qp,zp,wt,go=b(()=>{"use strict";t();Vp="error when signing",No="Transaction canceled",$p="error signing transaction",mi="provider not initialized",qp="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",zp="Undefined transaction status",wt="You cannot sign transactions from a different account"});var jp=b(()=>{"use strict";t()});var di,Kp=b(()=>{"use strict";t();di=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(di||{})});var _i,li,ui,fi,At,gi,hi=b(()=>{"use strict";t();_i="1.0.8",li="1.0.11",ui="1.0.15",fi="1.0.17",At="1.0.22",gi="1.0.23"});var Ti,xi=b(()=>{"use strict";t();Ti={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Xp=b(()=>{"use strict";t()});var Si,yi=b(()=>{"use strict";t();Si=(i=>(i.signature="signature",i.sessionId="sessionId",i.status="status",i.address="address",i))(Si||{})});var Yp=b(()=>{"use strict";t()});var Zp=b(()=>{"use strict";t()});var Ie,Xn,Xo=b(()=>{"use strict";t();Ie=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Xn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Jp,Rk,Qp,Ok,Y=b(()=>{"use strict";t();Xo();Jp=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(Jp||{}),Rk=g(g({},Xn.WindowProviderRequestEnums),Jp),Qp=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Qp||{}),Ok=g(g({},Xn.WindowProviderResponseEnums),Qp)});var em=b(()=>{"use strict";t()});var om=b(()=>{"use strict";t()});var Lo,Me=b(()=>{"use strict";t();Lo=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(Lo||{})});var nm=b(()=>{"use strict";t()});var tm=b(()=>{"use strict";t()});var rm=b(()=>{"use strict";t()});var Z=b(()=>{"use strict";t();yi();Yp();Zp();Y();em();om();Me();nm();tm();rm()});var yn,am,eD,im,oD,cm,nD,tD,sm,Tr,vn=b(()=>{"use strict";t();Z();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:am,egldLabel:eD}=yn["devnet"],{chainId:im,egldLabel:oD}=yn["testnet"],{chainId:cm,egldLabel:nD}=yn["mainnet"],tD={["devnet"]:am,["testnet"]:im,["mainnet"]:cm},sm={[am]:"devnet",[im]:"testnet",[cm]:"mainnet"},Tr=0});var pm,It=b(()=>{"use strict";t();pm="cancel-transaction-toast"});var ho,mm=b(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var fe,Yo=b(()=>{"use strict";t();fe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var dm,_m,vi,pD,mD,bi=b(()=>{"use strict";t();Yo();vi=String((_m=(dm=fe.safeWindow)==null?void 0:dm.navigator)==null?void 0:_m.userAgent),pD=/^((?!chrome|android).)*safari/i.test(vi),mD=/firefox/i.test(vi)&&/windows/i.test(vi)});var wi,xr,kt,Ai,Zo,Ke,bn,lm,um,fm,To,Sr,gm,yr,hm,Tm,xm,Xe,Sm,ym,M=b(()=>{"use strict";t();pi();go();jp();Kp();hi();xi();Xp();vn();It();mm();bi();wi=.01,xr=1500,kt=5e4,Ai=5e4,Zo=1e9,Ke=18,bn=4,lm=1,um=1,fm="/dapp/init",To="signSession",Sr="sdk-dapp-version",gm="4.6.3",yr="logout",hm="login",Tm="cancelSignTx",xm="N/A",Xe="0",Sm="...",ym="EGLD-000000"});var Dt,vr=b(()=>{"use strict";t();Dt=()=>Date.now()/1e3});var vm=b(()=>{"use strict";t()});var bm=b(()=>{"use strict";t()});var Ii=b(()=>{"use strict";t();vr();vm();bm()});var ki={};H(ki,{clear:()=>Ux,getItem:()=>Bx,localStorageKeys:()=>Ye,removeItem:()=>Gx,setItem:()=>Fx});var Ye,br,Fx,Bx,Gx,Ux,wn=b(()=>{"use strict";t();Ii();Ye={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},br=typeof localStorage!="undefined",Fx=({key:e,data:o,expires:n})=>{!br||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Bx=e=>{if(!br)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:Dt()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Gx=e=>{!br||localStorage.removeItem(String(e))},Ux=()=>{!br||localStorage.clear()}});var Di={};H(Di,{clear:()=>km,getItem:()=>Am,removeItem:()=>Im,sessionStorageKeys:()=>Hx,setItem:()=>wm,storage:()=>Vx});var Hx,wm,Am,Im,km,Vx,Dm=b(()=>{"use strict";t();Hx={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},wm=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Am=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},Im=e=>sessionStorage.removeItem(String(e)),km=()=>sessionStorage.clear(),Vx={setItem:wm,getItem:Am,removeItem:Im,clear:km}});var no,An=b(()=>{"use strict";t();wn();Dm();no={session:Di,local:ki}});var Ci,ee,We,ae=b(()=>{"use strict";t();Ci=require("@reduxjs/toolkit");M();ee=(0,Ci.createAction)(yr),We=(0,Ci.createAction)(hm,e=>({payload:e}))});var Li,Cm,Nm,Ze,Ni,Lm,to,Jo,Pi,UD,$x,qx,HD,VD,$D,zx,jx,wr,Ar=b(()=>{"use strict";t();Li=require("@multiversx/sdk-core"),Cm=require("@reduxjs/toolkit"),Nm=require("redux-persist");M();An();wn();ae();Ze={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Xe},Ni={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ze},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Lm=(0,Cm.createSlice)({name:"accountInfoSlice",initialState:Ni,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Li.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Ze},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,()=>(no.local.removeItem(Ye.loginExpiresAt),Ni)),e.addCase(We,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Li.Address(r).toHex()}),e.addCase(Nm.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:i,shard:p,accounts:m,publicKey:_}=r;o.address=i,o.shard=p;let d=m&&i in m;o.accounts=d?m:Ni.accounts,o.publicKey=_})}}),{setAccount:to,setAddress:Jo,setAccountNonce:Pi,setAccountShard:UD,setLedgerAccount:$x,updateLedgerAccount:qx,setWalletConnectAccount:HD,setIsAccountLoading:VD,setAccountLoadingError:$D,setWebsocketEvent:zx,setWebsocketBatchEvent:jx}=Lm.actions,wr=Lm.reducer});function Ct(){return new Date().setHours(new Date().getHours()+24)}function Nt(e){no.local.setItem({key:Ye.loginExpiresAt,data:e,expires:e})}var Ei=b(()=>{"use strict";t();An();wn()});var Em,Pm,Mm,eC,Kx,Xx,Mi,oC,Yx,Wm,nC,tC,rC,Ir,kr=b(()=>{"use strict";t();Em=require("@reduxjs/toolkit");Ei();Y();ae();Pm={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Mm=(0,Em.createSlice)({name:"loginInfoSlice",initialState:Pm,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,()=>Pm),e.addCase(We,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Nt(Ct())})}}),{setLoginMethod:eC,setWalletConnectLogin:Kx,setLedgerLogin:Xx,setTokenLogin:Mi,setTokenLoginSignature:oC,setWalletLogin:Yx,invalidateLoginSession:Wm,setLogoutRoute:nC,setIsWalletConnectV2Initialized:tC,setWebviewLogin:rC}=Mm.actions,Ir=Mm.reducer});var Om,Rm,Fm,sC,Zx,pC,Jx,Dr,Cr=b(()=>{"use strict";t();Om=require("@reduxjs/toolkit");ae();Rm={},Fm=(0,Om.createSlice)({name:"modalsSlice",initialState:Rm,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,()=>Rm)}}),{setTxSubmittedModal:sC,setNotificationModal:Zx,clearTxSubmittedModal:pC,clearNotificationModal:Jx}=Fm.actions,Dr=Fm.reducer});var ro,In=b(()=>{"use strict";t();ro=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var q,xe=b(()=>{"use strict";t();In();q=()=>{if(!ro())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 Yn,Bm=b(()=>{"use strict";t();xe();Yn=(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 Po,Gm=b(()=>{"use strict";t();Se();Po=()=>{let{pathname:e,search:o,hash:n}=q();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`}});var Um,Hm=b(()=>{"use strict";t();Yo();Um=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 Se=b(()=>{"use strict";t();Bm();Gm();xe();Hm()});var Vm,$m,Lt,Pt=b(()=>{"use strict";t();Se();Vm=!1,$m=(e=!0)=>{Vm=e},Lt=({timeout:e=0,url:o})=>{Vm||setTimeout(()=>{if(!!window)return Um(o)},e)}});var qm=b(()=>{"use strict";t();Pt()});function zm(e){return e[Math.floor(Math.random()*e.length)]}var jm=b(()=>{"use strict";t()});function Wi(e){let o=null;if((e==null?void 0:e.statusCode)in Ti){let n=e==null?void 0:e.statusCode,{message:r}=Ti[n];o=oS.includes(n)?Km:r}return{errorMessage:o,defaultErrorMessage:Km}}var Km,Qx,eS,oS,Ri=b(()=>{"use strict";t();xi();Km="Check if the MultiversX app is open on Ledger",Qx=28161,eS=28160,oS=[Qx,eS]});var Eo=b(()=>{"use strict";t();qm();jm();Ri()});var Xm,Ym,Zm,Oi,tS,Jm,GC,UC,Qm,Nr,Lr=b(()=>{"use strict";t();Xm=require("@reduxjs/toolkit"),Ym=x(require("lodash.omit")),Zm=require("redux-persist");It();ae();Eo();Oi={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},tS={network:Oi},Jm=(0,Xm.createSlice)({name:"appConfig",initialState:tS,reducers:{initializeNetworkConfig:(e,o)=>{let n=zm(o.payload.walletConnectV2RelayAddresses),r=(0,Ym.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(Zm.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:GC,updateNetworkConfig:UC,setCustomWalletAddress:Qm}=Jm.actions,Nr=Jm.reducer});var ed,Fi,od,jC,KC,XC,Pr,Er=b(()=>{"use strict";t();ed=require("@reduxjs/toolkit");Z();ae();Fi={isSigning:!1,signedSessions:{}},od=(0,ed.createSlice)({name:"signedMessageInfoSliceState",initialState:Fi,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:i}=o.payload;i&&(e.errorMessage=i),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>Fi},extraReducers:e=>{e.addCase(ee,()=>Fi)}}),{setSignSession:jC,clearSignedMessageInfo:KC,setSignSessionState:XC}=od.actions,Pr=od.reducer});var td,rd,nd,ad,Bi,rS,nN,aS,Mr,Wr=b(()=>{"use strict";t();td=require("@reduxjs/toolkit"),rd=require("redux-persist");Z();vr();ae();nd={customToasts:[],transactionToasts:[]},ad=(0,td.createSlice)({name:"toastsSlice",initialState:nd,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:Dt(),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,()=>nd),e.addCase(rd.REHYDRATE,(o,n)=>{var i,p;let r=(p=(i=n.customToasts)==null?void 0:i.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Bi,removeCustomToast:rS,addTransactionToast:nN,removeTransactionToast:aS}=ad.actions,Mr=ad.reducer});var id,Ui,Hi,Vi,iS,Gi,cd,iN,cS,Zn,Rr,Or=b(()=>{"use strict";t();id=require("@reduxjs/toolkit");ae();Ui="Transaction failed",Hi="Transaction successful",Vi="Processing transaction",iS="Transaction submitted",Gi={},cd=(0,id.createSlice)({name:"transactionsInfo",initialState:Gi,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Ui,successMessage:(r==null?void 0:r.successMessage)||Hi,processingMessage:(r==null?void 0:r.processingMessage)||Vi,submittedMessage:(r==null?void 0:r.submittedMessage)||iS,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:iN,setTransactionsDisplayInfo:cS,clearTransactionsInfoForSessionId:Zn}=cd.actions,Rr=cd.reducer});function Qn(e){return e!=null&&(hS(e)||vS(e))}function et(e){return e!=null&&(TS(e)||bS(e))}function ot(e){return e!=null&&(xS(e)||wS(e))}function sd(e){return e!=null&&(SS(e)||AS(e))}function $i(e){return e!=null&&yS(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)}function AS(e){return e!=null&&gS.includes(e)}var sS,pS,mS,dS,_S,lS,uS,fS,gS,nt=b(()=>{"use strict";t();Y();sS=["sent"],pS=["success"],mS=["fail","cancelled","timedOut"],dS=["invalid"],_S=["timedOut"],lS=["pending"],uS=["success"],fS=["fail","invalid"],gS=["not executed"]});var pd,md,Et,IS,dd,_d,ld,kS,en,DS,CS,fN,ud,Mo,xo,gN,Fr,Br=b(()=>{"use strict";t();pd=require("@reduxjs/toolkit"),md=require("redux-persist");Y();nt();ae();Et={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},IS={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},dd=(0,pd.createSlice)({name:"transactionsSlice",initialState:Et,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({},IS),((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=Et.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,T,C,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(E=>E.hash===p?A(g(g({},m!=null?m:{}),E),{status:r,errorMessage:i,inTransit:_}):E);let L=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(E=>et(E.status)),W=(T=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:T.some(E=>ot(E.status)),F=(w=(C=e.signedTransactions[n])==null?void 0:C.transactions)==null?void 0:w.every(E=>sd(E.status));L&&(e.signedTransactions[n].status="success"),W&&(e.signedTransactions[n].status="fail"),F&&(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=Et.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Et.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,()=>Et),e.addCase(md.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:_d,updateSignedTransactions:ld,setTransactionsToSign:kS,clearAllTransactionsToSign:en,clearAllSignedTransactions:DS,clearSignedTransaction:CS,clearTransactionToSign:fN,setSignTransactionsError:ud,setSignTransactionsCancelMessage:Mo,moveTransactionsToSignedState:xo,updateSignedTransactionsCustomTransactionInformation:gN}=dd.actions,Fr=dd.reducer});var fd,qi,gd,SN,yN,NS,vN,Gr,Ur=b(()=>{"use strict";t();fd=require("@reduxjs/toolkit");ae();qi={},gd=(0,fd.createSlice)({name:"batchTransactionsSlice",initialState:qi,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>qi},extraReducers:e=>{e.addCase(ee,()=>qi)}}),{setBatchTransactions:SN,updateBatchTransactions:yN,clearBatchTransactions:NS,clearAllBatchTransactions:vN}=gd.actions,Gr=gd.reducer});var Td,hd,xd,IN,Sd,zi=b(()=>{"use strict";t();Td=require("@reduxjs/toolkit");ae();hd={},xd=(0,Td.createSlice)({name:"dappConfigSlice",initialState:hd,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(ee,()=>hd)}}),{setDappConfig:IN}=xd.actions,Sd=xd.reducer});var V=b(()=>{"use strict";t();Ar();kr();Cr();Lr();Er();Wr();Or();Br();Ur();zi()});var ji=b(()=>{"use strict";t()});var bd,MS,WS,Mt,Ki=b(()=>{"use strict";t();bd=require("@reduxjs/toolkit");ji();Ar();Ur();zi();kr();Cr();Lr();Er();Wr();Or();Br();MS={["account"]:wr,["dappConfig"]:Sd,["loginInfo"]:Ir,["modals"]:Dr,["networkConfig"]:Nr,["signedMessageInfo"]:Pr,["toasts"]:Mr,["transactionsInfo"]:Rr,["transactions"]:Fr,["batchTransactions"]:Gr},WS=(e={})=>(0,bd.combineReducers)(g(g({},MS),e)),Mt=WS});var kd={};H(kd,{default:()=>ZS,sessionStorageReducers:()=>Xi});function Wo(e,o=[]){return{key:e,version:1,storage:Ad.default,blacklist:o}}var Re,wd,Ad,RS,Wt,OS,FS,BS,GS,US,HS,VS,$S,qS,zS,Id,jS,Xi,KS,XS,YS,ZS,Dd=b(()=>{"use strict";t();Re=require("redux-persist"),wd=x(require("redux-persist/lib/storage")),Ad=x(require("redux-persist/lib/storage/session"));Ki();V();Ar();Ur();kr();Cr();Lr();Er();Wr();Or();Br();ji();RS={persistReducersStorageType:"localStorage"},Wt={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},OS=Wo(Wt["account"]),FS=Wo(Wt["loginInfo"]),BS=Wo(Wt["modals"]),GS=Wo(Wt["networkConfig"]),US={2:e=>A(g({},e),{networkConfig:Oi})};HS=Wo("sdk-dapp-transactionsInfo"),VS=Wo("sdk-dapp-transactions",["transactionsToSign"]),$S=Wo("sdk-dapp-batchTransactions",["batchTransactions"]),qS=Wo("sdk-dapp-toasts"),zS=Wo("sdk-dapp-signedMessageInfo"),Id={key:"sdk-dapp-store",version:2,storage:wd.default,whitelist:Object.keys(Wt),migrate:(0,Re.createMigrate)(US,{debug:!1})},jS=A(g({},Id),{whitelist:[]}),Xi={["toasts"]:(0,Re.persistReducer)(qS,Mr),["transactions"]:(0,Re.persistReducer)(VS,Fr),["transactionsInfo"]:(0,Re.persistReducer)(HS,Rr),["batchTransactions"]:(0,Re.persistReducer)($S,Gr),["signedMessageInfo"]:(0,Re.persistReducer)(zS,Pr)},KS=A(g({},Xi),{["account"]:(0,Re.persistReducer)(OS,wr),["loginInfo"]:(0,Re.persistReducer)(FS,Ir),["modals"]:(0,Re.persistReducer)(BS,Dr),["networkConfig"]:(0,Re.persistReducer)(GS,Nr)}),XS=RS.persistReducersStorageType==="localStorage",YS=XS?(0,Re.persistReducer)(Id,Mt(Xi)):(0,Re.persistReducer)(jS,Mt(KS)),ZS=YS});var Cd={};H(Cd,{default:()=>JS});var JS,Nd=b(()=>{"use strict";t();Ki();JS=Mt()});var Ld={};H(Ld,{default:()=>ey});var Je,QS,ey,Pd=b(()=>{"use strict";t();Je=require("redux-persist"),QS=[Je.FLUSH,Je.REHYDRATE,Je.PAUSE,Je.PERSIST,Je.PURGE,Je.REGISTER],ey=QS});var Wd={};H(Wd,{default:()=>Md});function Md(e){return(0,Ed.persistStore)(e)}var Ed,Rd=b(()=>{"use strict";t();Ed=require("redux-persist")});var Al=I((RB,wl)=>{t();var Sv=typeof c=="object"&&c&&c.Object===Object&&c;wl.exports=Sv});var zt=I((OB,Il)=>{t();var yv=Al(),vv=typeof self=="object"&&self&&self.Object===Object&&self,bv=yv||vv||Function("return this")();Il.exports=bv});var ha=I((FB,kl)=>{t();var wv=zt(),Av=wv.Symbol;kl.exports=Av});var Ll=I((BB,Nl)=>{t();var Dl=ha(),Cl=Object.prototype,Iv=Cl.hasOwnProperty,kv=Cl.toString,jt=Dl?Dl.toStringTag:void 0;function Dv(e){var o=Iv.call(e,jt),n=e[jt];try{e[jt]=void 0;var r=!0}catch(p){}var i=kv.call(e);return r&&(o?e[jt]=n:delete e[jt]),i}Nl.exports=Dv});var El=I((GB,Pl)=>{t();var Cv=Object.prototype,Nv=Cv.toString;function Lv(e){return Nv.call(e)}Pl.exports=Lv});var Ta=I((UB,Rl)=>{t();var Ml=ha(),Pv=Ll(),Ev=El(),Mv="[object Null]",Wv="[object Undefined]",Wl=Ml?Ml.toStringTag:void 0;function Rv(e){return e==null?e===void 0?Wv:Mv:Wl&&Wl in Object(e)?Pv(e):Ev(e)}Rl.exports=Rv});var Cc=I((HB,Ol)=>{t();var Ov=Array.isArray;Ol.exports=Ov});var Nc=I((VB,Fl)=>{t();function Fv(e){return e!=null&&typeof e=="object"}Fl.exports=Fv});var Gl=I(($B,Bl)=>{t();var Bv=Ta(),Gv=Cc(),Uv=Nc(),Hv="[object String]";function Vv(e){return typeof e=="string"||!Gv(e)&&Uv(e)&&Bv(e)==Hv}Bl.exports=Vv});var Ec={};H(Ec,{css:()=>jl,default:()=>Zv});var jl,Zv,Mc=b(()=>{"use strict";t();jl=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|