@multiversx/sdk-dapp 3.0.17 → 3.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/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-27FH5G67.js +2 -0
- package/__chunks__/{chunk-WT3FGIIY.js → chunk-2AIEU6LZ.js} +2 -2
- package/__chunks__/{chunk-YLFYQYD3.js → chunk-2GRCIZYF.js} +2 -2
- package/__chunks__/{chunk-XWSSWFTD.js → chunk-2HIUA3PT.js} +2 -2
- package/__chunks__/{chunk-RMNLKAFR.js → chunk-2IP7PG2N.js} +2 -2
- package/__chunks__/{chunk-IFCEM2UW.js → chunk-2JGKGQC4.js} +2 -2
- package/__chunks__/{chunk-A2CBNGN4.js → chunk-2KGXFHHC.js} +2 -2
- package/__chunks__/{chunk-MRNCVD3U.js → chunk-2KLEV5AU.js} +2 -2
- package/__chunks__/{chunk-BFRGEQGK.js → chunk-2NCVBO6D.js} +2 -2
- package/__chunks__/{chunk-YWFYVD4G.js → chunk-2OGUKUYW.js} +2 -2
- package/__chunks__/{chunk-KSK7DKUN.js → chunk-2RG4XFAN.js} +2 -2
- package/__chunks__/{chunk-5IJ6LP4I.js → chunk-2SCHD7Y5.js} +2 -2
- package/__chunks__/{chunk-NLKVPZDS.js → chunk-2VM6SFLZ.js} +2 -2
- package/__chunks__/{chunk-YBAE7GFQ.js → chunk-2Y7KT3FW.js} +2 -2
- package/__chunks__/{chunk-LZQZJU3W.js → chunk-33ZQXWGC.js} +2 -2
- package/__chunks__/{chunk-OKIOGBK3.js → chunk-366BFEAQ.js} +2 -2
- package/__chunks__/{chunk-NXKTQZRX.js → chunk-36ZXKKNC.js} +2 -2
- package/__chunks__/{chunk-U7DVMPTX.js → chunk-3AOUWDRN.js} +2 -2
- package/__chunks__/{chunk-VYQ6IUMX.js → chunk-3B4DWW6O.js} +2 -2
- package/__chunks__/{chunk-3A4GVG6U.js → chunk-3CINYBP7.js} +2 -2
- package/__chunks__/{chunk-P7WESPEI.js → chunk-3D2KUB25.js} +2 -2
- package/__chunks__/{chunk-TW45XY74.js → chunk-3FRL7P2E.js} +2 -2
- package/__chunks__/{chunk-22JN6N73.js → chunk-3L3N56FB.js} +2 -2
- package/__chunks__/{chunk-3WVAONFD.js → chunk-3NXEJBK7.js} +2 -2
- package/__chunks__/{chunk-O6NULEHL.js → chunk-3QAMKN76.js} +2 -2
- package/__chunks__/{chunk-OEE4AKVK.js → chunk-3VDMQS32.js} +2 -2
- package/__chunks__/{chunk-K27V442V.js → chunk-42M6IY4Z.js} +2 -2
- package/__chunks__/chunk-443DT25B.js +2 -0
- package/__chunks__/{chunk-ORLHMIEC.js → chunk-4EMUKO3O.js} +2 -2
- package/__chunks__/chunk-4H47G34Q.js +2 -0
- package/__chunks__/{chunk-TI3ANIQU.js → chunk-4MYDIG2C.js} +2 -2
- package/__chunks__/{chunk-MY244MYG.js → chunk-4QMNIBLK.js} +2 -2
- package/__chunks__/{chunk-5C2GZIUZ.js → chunk-4YP6ER5C.js} +2 -2
- package/__chunks__/{chunk-7SETDCR4.js → chunk-52FCCIBT.js} +2 -2
- package/__chunks__/chunk-52IXS66S.js +2 -0
- package/__chunks__/{chunk-3VDW6P23.js → chunk-5B3VR2FV.js} +2 -2
- package/__chunks__/{chunk-NQWDBVCU.js → chunk-5IFIHV7J.js} +2 -2
- package/__chunks__/{chunk-L3PFBTYT.js → chunk-5PD4V7PN.js} +2 -2
- package/__chunks__/{chunk-XYG2GT62.js → chunk-5Q4NNIXY.js} +2 -2
- package/__chunks__/{chunk-WGJCID34.js → chunk-5TQ6M4FL.js} +2 -2
- package/__chunks__/chunk-5YK22TET.js +2 -0
- package/__chunks__/{chunk-UNXXYSEH.js → chunk-5YOFTA6Z.js} +2 -2
- package/__chunks__/{chunk-6MVSRKSW.js → chunk-5ZE4DETZ.js} +2 -2
- package/__chunks__/chunk-5ZEU6QMA.js +2 -0
- package/__chunks__/{chunk-HGJG26HB.js → chunk-6AJXQNY4.js} +2 -2
- package/__chunks__/{chunk-G3WMM467.js → chunk-6DGZJKY3.js} +2 -2
- package/__chunks__/chunk-6E3DEOH3.js +2 -0
- package/__chunks__/{chunk-YDTXMKIU.js → chunk-6IOVE2XD.js} +2 -2
- package/__chunks__/{chunk-TQH47APX.js → chunk-6JKT3JAV.js} +2 -2
- package/__chunks__/{chunk-USLL3BF7.js → chunk-6KOTAMEE.js} +2 -2
- package/__chunks__/{chunk-KHW6DXSV.js → chunk-6QMORR5K.js} +2 -2
- package/__chunks__/{chunk-GMMNKNOR.js → chunk-6VEYADOE.js} +2 -2
- package/__chunks__/chunk-6W7DVGIL.js +2 -0
- package/__chunks__/{chunk-GY4NLIXS.js → chunk-73TBJORY.js} +2 -2
- package/__chunks__/{chunk-EY67IUVU.js → chunk-75T2I3S5.js} +2 -2
- package/__chunks__/{chunk-65IDFVWB.js → chunk-7ICEDXUF.js} +2 -2
- package/__chunks__/{chunk-QU55M6V5.js → chunk-7IKDWUZY.js} +2 -2
- package/__chunks__/{chunk-XNTBUCLS.js → chunk-7MEQWRNH.js} +2 -2
- package/__chunks__/chunk-7OACEH3X.js +2 -0
- package/__chunks__/{chunk-U3XNHBKX.js → chunk-7UV4S7IL.js} +2 -2
- package/__chunks__/{chunk-EIPIMQWF.js → chunk-7XPJPXQF.js} +2 -2
- package/__chunks__/{chunk-HC2LFFDZ.js → chunk-A4X2GOUI.js} +2 -2
- package/__chunks__/{chunk-HJV3S3GA.js → chunk-A5DQLJGX.js} +2 -2
- package/__chunks__/{chunk-LVFD76RL.js → chunk-A6Z6LN54.js} +2 -2
- package/__chunks__/{chunk-U4AJKPBS.js → chunk-A6ZSNFXP.js} +2 -2
- package/__chunks__/{chunk-YO7XRCO7.js → chunk-ABDJB5G2.js} +2 -2
- package/__chunks__/{chunk-RJ5NZ6AO.js → chunk-ACV6ZBKI.js} +2 -2
- package/__chunks__/{chunk-LGVKJWOE.js → chunk-AFOBGIC6.js} +2 -2
- package/__chunks__/{chunk-Y2RCTKBX.js → chunk-AHFVMJ7X.js} +2 -2
- package/__chunks__/{chunk-7OFHGTYC.js → chunk-AIKFVFQ3.js} +2 -2
- package/__chunks__/{chunk-ICXOCZAA.js → chunk-AMFNXVCM.js} +2 -2
- package/__chunks__/{chunk-YCJWST4I.js → chunk-AN3PVYB6.js} +2 -2
- package/__chunks__/{chunk-62STDYU4.js → chunk-AS43CSOP.js} +2 -2
- package/__chunks__/{chunk-MVQ5M2I7.js → chunk-ASQ3U46M.js} +2 -2
- package/__chunks__/{chunk-O5WZCBNH.js → chunk-ASSEYEJJ.js} +2 -2
- package/__chunks__/{chunk-S4F4I3EL.js → chunk-ATGKNVBX.js} +2 -2
- package/__chunks__/chunk-AVGGN2LY.js +2 -0
- package/__chunks__/{chunk-2V3E3WRB.js → chunk-B2XE3XO6.js} +2 -2
- package/__chunks__/chunk-BFHMV5A6.js +2 -0
- package/__chunks__/chunk-BG5F4VLD.js +2 -0
- package/__chunks__/{chunk-3CUOMC2D.js → chunk-BHK3YIYA.js} +2 -2
- package/__chunks__/{chunk-3KHT75N2.js → chunk-BK3F643X.js} +2 -2
- package/__chunks__/{chunk-OBWRRQFF.js → chunk-BL3YCAIK.js} +2 -2
- package/__chunks__/chunk-BMV2L5DM.js +2 -0
- package/__chunks__/{chunk-BRXIN6O6.js → chunk-BNAILBH3.js} +2 -2
- package/__chunks__/{chunk-O5X5ZJ2X.js → chunk-BNDLAUUS.js} +2 -2
- package/__chunks__/{chunk-NUAT4GP2.js → chunk-BPUHN7WW.js} +2 -2
- package/__chunks__/{chunk-LB35NEGJ.js → chunk-BQZAL57Q.js} +2 -2
- package/__chunks__/{chunk-ZV5KFJQG.js → chunk-BRMDGFCG.js} +2 -2
- package/__chunks__/{chunk-XYIINX7L.js → chunk-BUXN3GSA.js} +2 -2
- package/__chunks__/chunk-BWI6T72S.js +2 -0
- package/__chunks__/{chunk-S74OWSEP.js → chunk-C4I5OLSZ.js} +2 -2
- package/__chunks__/{chunk-2KDYG3SO.js → chunk-C64OHZJI.js} +2 -2
- package/__chunks__/{chunk-QAXYRYC4.js → chunk-C66BVUKM.js} +2 -2
- package/__chunks__/{chunk-BBWWGDQW.js → chunk-CDJPQRSF.js} +2 -2
- package/__chunks__/{chunk-IV77VRKI.js → chunk-CG2QJHSL.js} +2 -2
- package/__chunks__/{chunk-UYTH5YHT.js → chunk-CKNPVVRA.js} +2 -2
- package/__chunks__/chunk-CL6IW7IS.js +2 -0
- package/__chunks__/{chunk-TMS47H5N.js → chunk-CLMGL2UV.js} +2 -2
- package/__chunks__/{chunk-ODC7QWD2.js → chunk-CN2BS3Z5.js} +2 -2
- package/__chunks__/{chunk-YUAQJODP.js → chunk-CPTGXWUV.js} +2 -2
- package/__chunks__/chunk-CQYDQFE4.js +2 -0
- package/__chunks__/chunk-CS3BFVVL.js +2 -0
- package/__chunks__/{chunk-KM22PKZI.js → chunk-CUYJAD7W.js} +2 -2
- package/__chunks__/{chunk-UK6TMYAE.js → chunk-CYSLBY5U.js} +2 -2
- package/__chunks__/chunk-D4NANPZS.js +2 -0
- package/__chunks__/{chunk-YYK62RW6.js → chunk-D62OYHN4.js} +2 -2
- package/__chunks__/{chunk-PWN2GZNT.js → chunk-D75WP7GF.js} +2 -2
- package/__chunks__/{chunk-C4VT2ERW.js → chunk-DBEM42SR.js} +2 -2
- package/__chunks__/{chunk-FPLYKLXQ.js → chunk-DBRTYYBP.js} +2 -2
- package/__chunks__/{chunk-LE6E76JC.js → chunk-DEZFV57Q.js} +2 -2
- package/__chunks__/{chunk-PO5AWVDZ.js → chunk-DFXCBJPX.js} +2 -2
- package/__chunks__/{chunk-TIEZXLF2.js → chunk-DHRUNZEK.js} +2 -2
- package/__chunks__/chunk-DL6ZH3ZM.js +2 -0
- package/__chunks__/{chunk-GIRJIZEX.js → chunk-DOSMNWM2.js} +2 -2
- package/__chunks__/{chunk-TKAZPDQD.js → chunk-DPD3XJBG.js} +2 -2
- package/__chunks__/chunk-DSNZ6WWJ.js +2 -0
- package/__chunks__/{chunk-7P4DCZH2.js → chunk-DYVTV6RQ.js} +2 -2
- package/__chunks__/{chunk-4NEPCTFX.js → chunk-E4VQH6BK.js} +2 -2
- package/__chunks__/{chunk-ATHPZDJE.js → chunk-E5O47KXV.js} +2 -2
- package/__chunks__/{chunk-NHOS36NE.js → chunk-E663HYOF.js} +2 -2
- package/__chunks__/{chunk-WEOGIT34.js → chunk-EB7KSHVC.js} +2 -2
- package/__chunks__/{chunk-EU5ABVL3.js → chunk-ELUYAFQH.js} +2 -2
- package/__chunks__/chunk-EMIZYMPZ.js +2 -0
- package/__chunks__/{chunk-LBOSXJ4J.js → chunk-EQ6O7XYT.js} +2 -2
- package/__chunks__/{chunk-EF2UXIU4.js → chunk-EZ2PLUR5.js} +2 -2
- package/__chunks__/{chunk-VIQBMB7R.js → chunk-F4PPWPLD.js} +2 -2
- package/__chunks__/{chunk-BZ5ZNPRL.js → chunk-F74R22JL.js} +2 -2
- package/__chunks__/{chunk-BPULXLJZ.js → chunk-FERW6O6J.js} +2 -2
- package/__chunks__/{chunk-UXCGROP3.js → chunk-FFPSOIDK.js} +2 -2
- package/__chunks__/{chunk-IS3UGNWF.js → chunk-FLNPSKM5.js} +2 -2
- package/__chunks__/chunk-FOV4YAAN.js +2 -0
- package/__chunks__/{chunk-NWH3BG5P.js → chunk-FUNIQ52G.js} +2 -2
- package/__chunks__/{chunk-5RSAZX46.js → chunk-FXTYNVIR.js} +2 -2
- package/__chunks__/{chunk-BWGJEGRO.js → chunk-FY6ENH4F.js} +2 -2
- package/__chunks__/{chunk-YXZHP6AI.js → chunk-G2GEDE5X.js} +2 -2
- package/__chunks__/{chunk-TWKW7IAP.js → chunk-G2TQCLY5.js} +2 -2
- package/__chunks__/{chunk-O4AMG7HZ.js → chunk-G7NPLNV6.js} +2 -2
- package/__chunks__/{chunk-XG22CTWL.js → chunk-GAMY5LR7.js} +2 -2
- package/__chunks__/{chunk-GIMVUCZB.js → chunk-GC24T2RU.js} +2 -2
- package/__chunks__/{chunk-RTG6UTB2.js → chunk-GC3IMAFY.js} +2 -2
- package/__chunks__/{chunk-RYJAJ56G.js → chunk-GCNH3RZR.js} +2 -2
- package/__chunks__/{chunk-SSCQNJ5T.js → chunk-GDIJ3VWC.js} +2 -2
- package/__chunks__/{chunk-3FBESZUW.js → chunk-GDUQ43F2.js} +2 -2
- package/__chunks__/chunk-GE6AWBV7.js +2 -0
- package/__chunks__/{chunk-EOBC3SGK.js → chunk-GNYH4SPT.js} +2 -2
- package/__chunks__/{chunk-DYQCW5KD.js → chunk-GPRQNTUG.js} +2 -2
- package/__chunks__/{chunk-ZA3EOZGC.js → chunk-GSIGCMHA.js} +2 -2
- package/__chunks__/{chunk-S7M2FS7P.js → chunk-GSQ6RX24.js} +2 -2
- package/__chunks__/{chunk-BKKRTXC4.js → chunk-GUBGMHIC.js} +2 -2
- package/__chunks__/{chunk-P7P5UUFA.js → chunk-GWK5BOR4.js} +2 -2
- package/__chunks__/chunk-GYFGZGPB.js +2 -0
- package/__chunks__/{chunk-LRYZZFQK.js → chunk-H2MQCKDV.js} +2 -2
- package/__chunks__/{chunk-OLOMMKEU.js → chunk-H7F7QSSU.js} +2 -2
- package/__chunks__/{chunk-N7ADAEPB.js → chunk-HAKH2P4P.js} +2 -2
- package/__chunks__/{chunk-DUNXCYMV.js → chunk-HEV2DLYP.js} +2 -2
- package/__chunks__/{chunk-MT3Y2HBI.js → chunk-HFGBJ5GL.js} +2 -2
- package/__chunks__/chunk-HGBHLYSY.js +2 -0
- package/__chunks__/{chunk-AFDBN25I.js → chunk-HI6OFQF5.js} +2 -2
- package/__chunks__/{chunk-O2ZEL6NT.js → chunk-HK3BL5WJ.js} +2 -2
- package/__chunks__/chunk-HK3IGHZP.js +2 -0
- package/__chunks__/chunk-HL5YGNOT.js +2 -0
- package/__chunks__/{chunk-5NULPHFT.js → chunk-HLTYS3PQ.js} +2 -2
- package/__chunks__/{chunk-FKBZ5UQI.js → chunk-HV7MRP6D.js} +2 -2
- package/__chunks__/{chunk-BYMJYEHI.js → chunk-HWKORQ2K.js} +2 -2
- package/__chunks__/{chunk-4GFEXTZD.js → chunk-I5OGC7V5.js} +2 -2
- package/__chunks__/{chunk-FNDDL6TB.js → chunk-IAKCDH5D.js} +2 -2
- package/__chunks__/{chunk-APY6NMJV.js → chunk-IE3IVXRG.js} +2 -2
- package/__chunks__/{chunk-ZENU2WFM.js → chunk-IGORY6G3.js} +2 -2
- package/__chunks__/{chunk-T4VQSZEL.js → chunk-IJKIVSOH.js} +2 -2
- package/__chunks__/{chunk-KQ7RVOIZ.js → chunk-IN4SP3V2.js} +2 -2
- package/__chunks__/{chunk-V76FYMTO.js → chunk-IOK2AYLN.js} +2 -2
- package/__chunks__/{chunk-JRTEZHT3.js → chunk-IOL6OMHE.js} +2 -2
- package/__chunks__/{chunk-RZKCPVPQ.js → chunk-IUMHVMTK.js} +2 -2
- package/__chunks__/chunk-IXUNCHI4.js +2 -0
- package/__chunks__/{chunk-TFFWE4BT.js → chunk-IZ2LTUAS.js} +2 -2
- package/__chunks__/{chunk-B3QOKO5I.js → chunk-J5WQX5EE.js} +2 -2
- package/__chunks__/{chunk-YTK76YT2.js → chunk-JA3SLGX2.js} +2 -2
- package/__chunks__/{chunk-TQT5YUX5.js → chunk-JMTSXEZ3.js} +2 -2
- package/__chunks__/{chunk-6N4RLQ5C.js → chunk-JN4X6QCT.js} +2 -2
- package/__chunks__/{chunk-SOT46JZ4.js → chunk-JSANEGSJ.js} +2 -2
- package/__chunks__/{chunk-M2ZPVVVY.js → chunk-JTMWMYCS.js} +2 -2
- package/__chunks__/{chunk-NP4OVEKX.js → chunk-JUNOVW6Y.js} +2 -2
- package/__chunks__/{chunk-S7QUPUT2.js → chunk-JVKY75JG.js} +2 -2
- package/__chunks__/{chunk-LBNVU6PX.js → chunk-K34NQEQO.js} +2 -2
- package/__chunks__/{chunk-5FOAU3JX.js → chunk-K6Q3BCRA.js} +2 -2
- package/__chunks__/{chunk-725DQS6I.js → chunk-K7ITUXHA.js} +2 -2
- package/__chunks__/{chunk-6DQ7WJGR.js → chunk-KACXL2VQ.js} +2 -2
- package/__chunks__/{chunk-QFGYD6TB.js → chunk-KBWCG46F.js} +2 -2
- package/__chunks__/{chunk-IJUEBJAF.js → chunk-KKHZHP3E.js} +2 -2
- package/__chunks__/{chunk-OD662V2W.js → chunk-KPFB6TA7.js} +2 -2
- package/__chunks__/{chunk-QU7CA45V.js → chunk-KRAXDXND.js} +2 -2
- package/__chunks__/chunk-KSBIKCRA.js +2 -0
- package/__chunks__/{chunk-ABCTLPKE.js → chunk-KSXK7ZQS.js} +2 -2
- package/__chunks__/{chunk-TWTHHNTM.js → chunk-KY6VRMZ7.js} +2 -2
- package/__chunks__/{chunk-CGWAXN6N.js → chunk-L5MDW727.js} +2 -2
- package/__chunks__/{chunk-A4LWJRGO.js → chunk-L5QBPZ5I.js} +2 -2
- package/__chunks__/{chunk-5LRIVXCH.js → chunk-L6WTPOV5.js} +2 -2
- package/__chunks__/{chunk-FAKD6TQU.js → chunk-L7JIR6OV.js} +2 -2
- package/__chunks__/{chunk-MEVXHA66.js → chunk-LEKYTY2K.js} +2 -2
- package/__chunks__/{chunk-L2MNSAH6.js → chunk-LMMPVJHS.js} +2 -2
- package/__chunks__/{chunk-KRA5K2CA.js → chunk-LPRQ2IYP.js} +2 -2
- package/__chunks__/chunk-LTQQHGJA.js +2 -0
- package/__chunks__/{chunk-YMBGOTL7.js → chunk-LUGGITMH.js} +2 -2
- package/__chunks__/{chunk-E4B3E3AR.js → chunk-LX7I6YEI.js} +2 -2
- package/__chunks__/{chunk-OJE3TJIQ.js → chunk-LYB2N5RS.js} +2 -2
- package/__chunks__/{chunk-WJR6UK3M.js → chunk-LZM7JQGH.js} +2 -2
- package/__chunks__/{chunk-NHRIRJWC.js → chunk-M3I2BY6B.js} +2 -2
- package/__chunks__/chunk-M3KZ5ZCM.js +2 -0
- package/__chunks__/chunk-M7QUL4WU.js +2 -0
- package/__chunks__/{chunk-UJ5NQGFL.js → chunk-MBNT47JC.js} +2 -2
- package/__chunks__/{chunk-PRVH5LV4.js → chunk-MCBGUPUJ.js} +2 -2
- package/__chunks__/{chunk-FKPR7F7N.js → chunk-MFPKPOZT.js} +2 -2
- package/__chunks__/{chunk-M56LZ3W7.js → chunk-MG4D5Y35.js} +2 -2
- package/__chunks__/{chunk-ZHI6VDK3.js → chunk-MJJOJ7DA.js} +2 -2
- package/__chunks__/{chunk-SVN5HNM2.js → chunk-MTF3EZIB.js} +2 -2
- package/__chunks__/{chunk-WPFAZXYU.js → chunk-MYP4XQY5.js} +2 -2
- package/__chunks__/{chunk-UJP5XOCK.js → chunk-N2CCCYOS.js} +2 -2
- package/__chunks__/{chunk-CCWOG6MB.js → chunk-N2M34KLB.js} +2 -2
- package/__chunks__/chunk-N5OGU3OY.js +2 -0
- package/__chunks__/{chunk-QIF4RAQV.js → chunk-N6NWN72A.js} +2 -2
- package/__chunks__/chunk-NGSXPTM7.js +2 -0
- package/__chunks__/{chunk-QJ7HFUDR.js → chunk-NMC25ZUJ.js} +2 -2
- package/__chunks__/{chunk-C3ZPT2ID.js → chunk-NNNZOKRA.js} +2 -2
- package/__chunks__/chunk-NOFGMWJX.js +2 -0
- package/__chunks__/{chunk-GEH3ZXZJ.js → chunk-NPOQRA75.js} +2 -2
- package/__chunks__/{chunk-SFYZHJUF.js → chunk-NRUQYCRY.js} +2 -2
- package/__chunks__/chunk-NSUEKEPT.js +2 -0
- package/__chunks__/{chunk-N2XOKZ5I.js → chunk-NTZB4F5Z.js} +2 -2
- package/__chunks__/{chunk-SIVLWB4D.js → chunk-NVVUEWXN.js} +2 -2
- package/__chunks__/{chunk-SX5YBID4.js → chunk-NW56V3MY.js} +2 -2
- package/__chunks__/{chunk-VOVGM76A.js → chunk-OGQJGQSH.js} +2 -2
- package/__chunks__/{chunk-RW52YTWK.js → chunk-OHDOIVLS.js} +2 -2
- package/__chunks__/chunk-OJDKSNKS.js +2 -0
- package/__chunks__/{chunk-W6DYGRIO.js → chunk-OR42DSOO.js} +2 -2
- package/__chunks__/{chunk-SBUSN3HF.js → chunk-OT7M3OPU.js} +2 -2
- package/__chunks__/{chunk-IS2TKLNE.js → chunk-OUSIKRNJ.js} +2 -2
- package/__chunks__/{chunk-AOHMQPZL.js → chunk-OVTUQNFB.js} +2 -2
- package/__chunks__/{chunk-GBKWCLTK.js → chunk-PAIRJY2N.js} +2 -2
- package/__chunks__/{chunk-NPCALBS3.js → chunk-PBD3PMQ6.js} +2 -2
- package/__chunks__/{chunk-I4E2LF4E.js → chunk-PQQY2VA2.js} +2 -2
- package/__chunks__/{chunk-IPXTANOK.js → chunk-PTP4ZK4E.js} +2 -2
- package/__chunks__/{chunk-XXOINCQR.js → chunk-PXO3KXPV.js} +2 -2
- package/__chunks__/chunk-Q4L3J62S.js +2 -0
- package/__chunks__/chunk-Q7G6IS5N.js +2 -0
- package/__chunks__/{chunk-PBCZXHIJ.js → chunk-QGCSWJ3J.js} +2 -2
- package/__chunks__/chunk-QQGKX76V.js +2 -0
- package/__chunks__/chunk-QSQMERZY.js +2 -0
- package/__chunks__/{chunk-N3TKVWQ6.js → chunk-QZD5N7RZ.js} +2 -2
- package/__chunks__/chunk-R4NOSGSY.js +2 -0
- package/__chunks__/{chunk-IZT5M3NI.js → chunk-R53SJ3NZ.js} +2 -2
- package/__chunks__/{chunk-II4JTXXI.js → chunk-R666NKD7.js} +2 -2
- package/__chunks__/{chunk-YS264G4H.js → chunk-RBG6ZS7K.js} +2 -2
- package/__chunks__/{chunk-5FHEIYXO.js → chunk-RC7NBVBT.js} +2 -2
- package/__chunks__/chunk-RMSI2KAF.js +2 -0
- package/__chunks__/{chunk-DBXSYSN3.js → chunk-RORU34DN.js} +2 -2
- package/__chunks__/chunk-ROVLCWLB.js +2 -0
- package/__chunks__/{chunk-BNTCTEV4.js → chunk-RPRH53SN.js} +2 -2
- package/__chunks__/{chunk-3PQESL5F.js → chunk-RWKKUCND.js} +2 -2
- package/__chunks__/chunk-S6WU7FIP.js +2 -0
- package/__chunks__/{chunk-T56U5SCF.js → chunk-SD2ZJL4Z.js} +2 -2
- package/__chunks__/{chunk-U73ZTPDU.js → chunk-SIBZP36W.js} +2 -2
- package/__chunks__/{chunk-BSDAN6CW.js → chunk-SJFNSQDE.js} +2 -2
- package/__chunks__/chunk-SKQHXYAY.js +2 -0
- package/__chunks__/{chunk-WRX3NWCT.js → chunk-SKX4EJGO.js} +2 -2
- package/__chunks__/chunk-SMD3P2QU.js +2 -0
- package/__chunks__/chunk-SNJ63XJS.js +2 -0
- package/__chunks__/{chunk-X5ICOU7C.js → chunk-SOOZPADC.js} +2 -2
- package/__chunks__/chunk-SUNJRNCA.js +2 -0
- package/__chunks__/{chunk-YHUPKAM7.js → chunk-SUPKMGBY.js} +2 -2
- package/__chunks__/{chunk-MAV57NWH.js → chunk-SUY4WMMQ.js} +2 -2
- package/__chunks__/chunk-SYEARPKN.js +2 -0
- package/__chunks__/chunk-SYYNFXUN.js +2 -0
- package/__chunks__/{chunk-YPMP62YX.js → chunk-T24YSU7I.js} +2 -2
- package/__chunks__/{chunk-NOMYSJLF.js → chunk-T3SLPLBT.js} +2 -2
- package/__chunks__/chunk-TELFM4OQ.js +2 -0
- package/__chunks__/{chunk-ABVIX57I.js → chunk-TFZRV4WV.js} +2 -2
- package/__chunks__/{chunk-LSB7OMSQ.js → chunk-TIMS5S2C.js} +2 -2
- package/__chunks__/{chunk-HVQFYTGW.js → chunk-TLG4GXZW.js} +2 -2
- package/__chunks__/{chunk-FATBVCBP.js → chunk-TLR5RFIN.js} +2 -2
- package/__chunks__/{chunk-6FPX673H.js → chunk-TOCSIKJA.js} +2 -2
- package/__chunks__/{chunk-266G5JQJ.js → chunk-TPMTRTYF.js} +2 -2
- package/__chunks__/{chunk-CYSDZCF5.js → chunk-TRUASFOC.js} +2 -2
- package/__chunks__/{chunk-ATPUAU7X.js → chunk-U7I66IZO.js} +2 -2
- package/__chunks__/{chunk-2YLBTMG6.js → chunk-UDMQAGTD.js} +2 -2
- package/__chunks__/{chunk-64HD2IJE.js → chunk-UES4R3TC.js} +2 -2
- package/__chunks__/{chunk-FE6U2NQN.js → chunk-UH2U3I5W.js} +2 -2
- package/__chunks__/{chunk-C4CGIKHQ.js → chunk-UPRCDBIL.js} +2 -2
- package/__chunks__/{chunk-B7HYNARA.js → chunk-UTY6BZUT.js} +2 -2
- package/__chunks__/{chunk-XKIHSHRR.js → chunk-UXY5WZPX.js} +2 -2
- package/__chunks__/{chunk-TA6KXPDS.js → chunk-V3TVICHS.js} +2 -2
- package/__chunks__/{chunk-YUFTIAXC.js → chunk-VLCJAOJZ.js} +2 -2
- package/__chunks__/chunk-VUAMGFOX.js +2 -0
- package/__chunks__/chunk-VYUSRJOU.js +2 -0
- package/__chunks__/{chunk-RDD3H2JW.js → chunk-W6MOVXXY.js} +2 -2
- package/__chunks__/{chunk-BTK7EQXR.js → chunk-W6YGSEZ4.js} +2 -2
- package/__chunks__/{chunk-KRZC3JQ2.js → chunk-WANC2RXX.js} +2 -2
- package/__chunks__/{chunk-VXQEK23G.js → chunk-WJSEVDZX.js} +2 -2
- package/__chunks__/{chunk-MHWNNEJG.js → chunk-WLELEAGK.js} +2 -2
- package/__chunks__/{chunk-JRZH7GPF.js → chunk-WNUN6H4T.js} +2 -2
- package/__chunks__/{chunk-PWSOJTA4.js → chunk-WOXPP5OG.js} +2 -2
- package/__chunks__/{chunk-PFVDDVOD.js → chunk-WP6VM5J2.js} +2 -2
- package/__chunks__/{chunk-MWTZ7DNL.js → chunk-WQDTUJFG.js} +2 -2
- package/__chunks__/{chunk-PQ24WIES.js → chunk-WQPYK64A.js} +2 -2
- package/__chunks__/{chunk-AVJDCB7V.js → chunk-WRXNJQIY.js} +2 -2
- package/__chunks__/chunk-WWSMEEPR.js +2 -0
- package/__chunks__/{chunk-HCRA3RAT.js → chunk-XBNVZQA4.js} +2 -2
- package/__chunks__/{chunk-TKR4FVIS.js → chunk-XCEBI3EQ.js} +2 -2
- package/__chunks__/{chunk-X7AZT6CA.js → chunk-XCETJVG5.js} +2 -2
- package/__chunks__/{chunk-GSKFIRV6.js → chunk-XDRLF7XB.js} +2 -2
- package/__chunks__/{chunk-IMQ4I6WW.js → chunk-XECVYP4E.js} +2 -2
- package/__chunks__/{chunk-M56Y4AHA.js → chunk-XEEY3HDK.js} +2 -2
- package/__chunks__/{chunk-HJUPUIOO.js → chunk-XL7XIOJR.js} +2 -2
- package/__chunks__/{chunk-CN47U3Z4.js → chunk-XLNHVIPK.js} +2 -2
- package/__chunks__/{chunk-N7AWBBNE.js → chunk-XNYEQEU6.js} +2 -2
- package/__chunks__/{chunk-OEND4E23.js → chunk-XP6N4TB2.js} +2 -2
- package/__chunks__/{chunk-VJYHC2IC.js → chunk-XPMQVAXE.js} +2 -2
- package/__chunks__/{chunk-DUE4NORV.js → chunk-XRNT76UY.js} +2 -2
- package/__chunks__/chunk-XSCEIJSP.js +2 -0
- package/__chunks__/{chunk-VV4EKABW.js → chunk-XSPP3G57.js} +2 -2
- package/__chunks__/chunk-XUEKGCYZ.js +2 -0
- package/__chunks__/chunk-XVIPFZ65.js +2 -0
- package/__chunks__/{chunk-YE4P3ZZ7.js → chunk-Y36G3HGF.js} +2 -2
- package/__chunks__/{chunk-YGZXGGKB.js → chunk-Y4OZCVUZ.js} +2 -2
- package/__chunks__/chunk-YGWO7L5T.js +2 -0
- package/__chunks__/{chunk-5VE2X5PQ.js → chunk-YH4AUJVA.js} +2 -2
- package/__chunks__/chunk-YHUSZC3I.js +2 -0
- package/__chunks__/{chunk-4Q52MB5B.js → chunk-YIMSX4VD.js} +2 -2
- package/__chunks__/{chunk-OZDL46NA.js → chunk-YLPK7HAX.js} +2 -2
- package/__chunks__/{chunk-XYNRMMQW.js → chunk-YNW5XE5N.js} +2 -2
- package/__chunks__/{chunk-YOBVDDDP.js → chunk-YOZHK36J.js} +2 -2
- package/__chunks__/{chunk-LJKUHO7G.js → chunk-YPOZU6Y3.js} +2 -2
- package/__chunks__/{chunk-HZLQIFYM.js → chunk-YR74VMN6.js} +2 -2
- package/__chunks__/{chunk-NQUPSQWU.js → chunk-YSAZC3FJ.js} +2 -2
- package/__chunks__/chunk-YVGR3MVT.js +2 -0
- package/__chunks__/{chunk-3WJYDELU.js → chunk-YVH24RZH.js} +2 -2
- package/__chunks__/chunk-YWRTTCYK.js +2 -0
- package/__chunks__/chunk-ZDIO44CA.js +2 -0
- package/__chunks__/{chunk-DOSMTMSA.js → chunk-ZF27ANY4.js} +2 -2
- package/__chunks__/{chunk-F47KH2MF.js → chunk-ZHHX65UY.js} +2 -2
- package/__chunks__/{chunk-XIJOWM33.js → chunk-ZIHDYJLL.js} +2 -2
- package/__chunks__/{chunk-IZYPU3LW.js → chunk-ZIIQ5MFR.js} +2 -2
- package/__chunks__/{chunk-NPBAPU5Z.js → chunk-ZP4YU52T.js} +2 -2
- package/__chunks__/{chunk-4I7NHD4D.js → chunk-ZPAVSH7G.js} +2 -2
- package/__chunks__/{chunk-KB6S7Q6T.js → chunk-ZPB3ZJ2J.js} +2 -2
- package/__chunks__/{chunk-JMDO47UU.js → chunk-ZPEVRMR3.js} +2 -2
- package/__chunks__/{chunk-GU7IUTXI.js → chunk-ZQBSKR72.js} +2 -2
- package/__chunks__/{chunk-YT7A5JWD.js → chunk-ZVNBY4BK.js} +2 -2
- package/__chunks__/{chunk-P32QGFY7.js → chunk-ZWAI37XZ.js} +2 -2
- package/__chunks__/{chunk-I3EOPXZH.js → chunk-ZZ3PILAG.js} +2 -2
- package/__commonjs/UI/Denominate/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +21 -21
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +18 -18
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +18 -18
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +19 -19
- 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 +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +21 -21
- package/__commonjs/UI/TransactionData/TransactionData.js +4 -4
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +4 -4
- package/__commonjs/UI/TransactionData/components/index.js +4 -4
- package/__commonjs/UI/TransactionData/index.js +5 -5
- package/__commonjs/UI/TransactionDetails/TransactionDetails.js +4 -4
- package/__commonjs/UI/TransactionDetails/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +13 -13
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +3 -3
- package/__commonjs/UI/TransactionsTable/components/TransactionIcon.js +3 -3
- package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +6 -6
- package/__commonjs/UI/index.js +10 -10
- package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +2 -2
- package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/index.js +2 -2
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +3 -3
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +3 -3
- package/__commonjs/constants/dataTestIds.enum.d.ts +1 -0
- package/__commonjs/constants/dataTestIds.enum.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/account/useGetAccountProvider.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/useCrossWindowLogin.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/__commonjs/hooks/transactions/batch/useGetBatches.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/accountProvider.js +1 -1
- package/__commonjs/providers/index.js +1 -1
- package/__commonjs/providers/utils.js +1 -1
- package/__commonjs/reduxStore/slices/networkConfigSlice.js +1 -1
- package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsSlice.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/utils/account/getAccountProviderType.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/index.js +5 -5
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/__commonjs/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/__commonjs/wrappers/index.js +3 -3
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/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/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/dataTestIds.enum.d.ts +1 -0
- package/constants/dataTestIds.enum.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/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/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-2CIKILAW.js +0 -2
- package/__chunks__/chunk-2OYU5WPX.js +0 -2
- package/__chunks__/chunk-374SPKUP.js +0 -2
- package/__chunks__/chunk-3ENWF7YR.js +0 -2
- package/__chunks__/chunk-4PV7B6OC.js +0 -2
- package/__chunks__/chunk-5CUNBDJS.js +0 -2
- package/__chunks__/chunk-5GZQ4REB.js +0 -2
- package/__chunks__/chunk-5ON2ZU5O.js +0 -2
- package/__chunks__/chunk-6CAO2NGV.js +0 -2
- package/__chunks__/chunk-6IQIPHJS.js +0 -2
- package/__chunks__/chunk-6NIELLKI.js +0 -2
- package/__chunks__/chunk-6U55E5BU.js +0 -2
- package/__chunks__/chunk-6YTBMA3L.js +0 -2
- package/__chunks__/chunk-742UIH6M.js +0 -2
- package/__chunks__/chunk-7PNWS3GR.js +0 -2
- package/__chunks__/chunk-ANAR4IRU.js +0 -2
- package/__chunks__/chunk-B7LFYDED.js +0 -2
- package/__chunks__/chunk-BMO5RCC5.js +0 -2
- package/__chunks__/chunk-BP52J7CD.js +0 -2
- package/__chunks__/chunk-CJAPWZXN.js +0 -2
- package/__chunks__/chunk-DFR7P23J.js +0 -2
- package/__chunks__/chunk-DUV2RGVU.js +0 -2
- package/__chunks__/chunk-E5DSKAV7.js +0 -2
- package/__chunks__/chunk-G4XEIEOD.js +0 -2
- package/__chunks__/chunk-GHFRCWZU.js +0 -2
- package/__chunks__/chunk-GMEPYWSN.js +0 -2
- package/__chunks__/chunk-HPW4LYHW.js +0 -2
- package/__chunks__/chunk-IOIPFMWK.js +0 -2
- package/__chunks__/chunk-J4LEZDHO.js +0 -2
- package/__chunks__/chunk-JBFTLTH7.js +0 -2
- package/__chunks__/chunk-LCTNXSYB.js +0 -2
- package/__chunks__/chunk-LZU4AQRM.js +0 -2
- package/__chunks__/chunk-MDJ2PLT3.js +0 -2
- package/__chunks__/chunk-MIFW35FG.js +0 -2
- package/__chunks__/chunk-NPRONW74.js +0 -2
- package/__chunks__/chunk-O3JF5Q7D.js +0 -2
- package/__chunks__/chunk-O4HAQEWQ.js +0 -2
- package/__chunks__/chunk-OS3KFYDU.js +0 -2
- package/__chunks__/chunk-OZ7ANBS3.js +0 -2
- package/__chunks__/chunk-PAX7M4ZA.js +0 -2
- package/__chunks__/chunk-PCYE2DXE.js +0 -2
- package/__chunks__/chunk-PHQZ5JGB.js +0 -2
- package/__chunks__/chunk-PJTUBBED.js +0 -2
- package/__chunks__/chunk-PYXNU6FU.js +0 -2
- package/__chunks__/chunk-QGQKCL7C.js +0 -2
- package/__chunks__/chunk-RLTGJLTK.js +0 -2
- package/__chunks__/chunk-RQLQURWN.js +0 -2
- package/__chunks__/chunk-SB5OER4G.js +0 -2
- package/__chunks__/chunk-TGN5MZTJ.js +0 -2
- package/__chunks__/chunk-TNBTG7EY.js +0 -2
- package/__chunks__/chunk-TW3W4TEQ.js +0 -2
- package/__chunks__/chunk-U3F4YV5C.js +0 -2
- package/__chunks__/chunk-UANI2K3E.js +0 -2
- package/__chunks__/chunk-UUZWA5KU.js +0 -2
- package/__chunks__/chunk-W3LC3DJ3.js +0 -2
- package/__chunks__/chunk-WD34FATV.js +0 -2
- package/__chunks__/chunk-XC2TOXRS.js +0 -2
- package/__chunks__/chunk-XSEH43PQ.js +0 -2
- package/__chunks__/chunk-Y2KGN2FJ.js +0 -2
- package/__chunks__/chunk-YMQ3LJXF.js +0 -2
- package/__chunks__/chunk-YTYYPK7N.js +0 -2
- package/__chunks__/chunk-ZCKZ2UUI.js +0 -2
- package/__chunks__/chunk-ZJWWEHIM.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Wi=Object.create;var Se=Object.defineProperty,Vi=Object.defineProperties,Gi=Object.getOwnPropertyDescriptor,$i=Object.getOwnPropertyDescriptors,Hi=Object.getOwnPropertyNames,Oe=Object.getOwnPropertySymbols,ji=Object.getPrototypeOf,Nt=Object.prototype.hasOwnProperty,Er=Object.prototype.propertyIsEnumerable;var kr=(e,t,r)=>t in e?Se(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))Nt.call(t,r)&&kr(e,r,t[r]);if(Oe)for(var r of Oe(t))Er.call(t,r)&&kr(e,r,t[r]);return e},S=(e,t)=>Vi(e,$i(t));var Lr=(e,t)=>{var r={};for(var o in e)Nt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Oe)for(var o of Oe(e))t.indexOf(o)<0&&Er.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var C=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ee=(e,t)=>{for(var r in t)Se(e,r,{get:t[r],enumerable:!0})},Nr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Hi(t))!Nt.call(e,i)&&i!==r&&Se(e,i,{get:()=>t[i],enumerable:!(o=Gi(t,i))||o.enumerable});return e};var b=(e,t,r)=>(r=e!=null?Wi(ji(e)):{},Nr(t||!e||!e.__esModule?Se(r,"default",{value:e,enumerable:!0}):r,e)),we=e=>Nr(Se({},"__esModule",{value:!0}),e);var j=(e,t,r)=>new Promise((o,i)=>{var l=m=>{try{d(r.next(m))}catch(y){i(y)}},p=m=>{try{d(r.throw(m))}catch(y){i(y)}},d=m=>m.done?o(m.value):Promise.resolve(m.value).then(l,p);d((r=r.apply(e,t)).next())});var Dr=C(Me=>{"use strict";n();Me.byteLength=zi;Me.toByteArray=Xi;Me.fromByteArray=Ji;var M=[],D=[],qi=typeof Uint8Array!="undefined"?Uint8Array:Array,Rt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(te=0,Rr=Rt.length;te<Rr;++te)M[te]=Rt[te],D[Rt.charCodeAt(te)]=te;var te,Rr;D["-".charCodeAt(0)]=62;D["_".charCodeAt(0)]=63;function Cr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function zi(e){var t=Cr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Ki(e,t,r){return(t+r)*3/4-r}function Xi(e){var t,r=Cr(e),o=r[0],i=r[1],l=new qi(Ki(e,o,i)),p=0,d=i>0?o-4:o,m;for(m=0;m<d;m+=4)t=D[e.charCodeAt(m)]<<18|D[e.charCodeAt(m+1)]<<12|D[e.charCodeAt(m+2)]<<6|D[e.charCodeAt(m+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=D[e.charCodeAt(m)]<<2|D[e.charCodeAt(m+1)]>>4,l[p++]=t&255),i===1&&(t=D[e.charCodeAt(m)]<<10|D[e.charCodeAt(m+1)]<<4|D[e.charCodeAt(m+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function Yi(e){return M[e>>18&63]+M[e>>12&63]+M[e>>6&63]+M[e&63]}function Zi(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(Yi(o));return i.join("")}function Ji(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,d=r-o;p<d;p+=l)i.push(Zi(e,p,p+l>d?d:p+l));return o===1?(t=e[r-1],i.push(M[t>>2]+M[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(M[t>>10]+M[t>>4&63]+M[t<<2&63]+"=")),i.join("")}});var _r=C(Ct=>{n();Ct.read=function(e,t,r,o,i){var l,p,d=i*8-o-1,m=(1<<d)-1,y=m>>1,x=-7,h=r?i-1:0,E=r?-1:1,k=e[t+h];for(h+=E,l=k&(1<<-x)-1,k>>=-x,x+=d;x>0;l=l*256+e[t+h],h+=E,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+h],h+=E,x-=8);if(l===0)l=1-y;else{if(l===m)return p?NaN:(k?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(k?-1:1)*p*Math.pow(2,l-o)};Ct.write=function(e,t,r,o,i,l){var p,d,m,y=l*8-i-1,x=(1<<y)-1,h=x>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,k=o?0:l-1,$=o?1:-1,Pe=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+h>=1?t+=E/m:t+=E*Math.pow(2,1-h),t*m>=2&&(p++,m/=2),p+h>=x?(d=0,p=x):p+h>=1?(d=(t*m-1)*Math.pow(2,i),p=p+h):(d=t*Math.pow(2,h-1)*Math.pow(2,i),p=0));i>=8;e[r+k]=d&255,k+=$,d/=256,i-=8);for(p=p<<i|d,y+=i;y>0;e[r+k]=p&255,k+=$,p/=256,y-=8);e[r+k-$]|=Pe*128}});var qr=C(ue=>{"use strict";n();var Dt=Dr(),pe=_r(),Pr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ue.Buffer=u;ue.SlowBuffer=oa;ue.INSPECT_MAX_BYTES=50;var Fe=2147483647;ue.kMaxLength=Fe;u.TYPED_ARRAY_SUPPORT=Qi();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Qi(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function q(e){if(e>Fe)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Mt(e)}return Fr(e,t,r)}u.poolSize=8192;function Fr(e,t,r){if(typeof e=="string")return ta(e,t);if(ArrayBuffer.isView(e))return ra(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(F(e,ArrayBuffer)||e&&F(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(e,SharedArrayBuffer)||e&&F(e.buffer,SharedArrayBuffer)))return Pt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=na(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return Fr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Br(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 ea(e,t,r){return Br(e),e<=0?q(e):t!==void 0?typeof r=="string"?q(e).fill(t,r):q(e).fill(t):q(e)}u.alloc=function(e,t,r){return ea(e,t,r)};function Mt(e){return Br(e),q(e<0?0:Ft(e)|0)}u.allocUnsafe=function(e){return Mt(e)};u.allocUnsafeSlow=function(e){return Mt(e)};function ta(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Ur(e,t)|0,o=q(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function _t(e){for(var t=e.length<0?0:Ft(e.length)|0,r=q(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function ra(e){if(F(e,Uint8Array)){var t=new Uint8Array(e);return Pt(t.buffer,t.byteOffset,t.byteLength)}return _t(e)}function Pt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function na(e){if(u.isBuffer(e)){var t=Ft(e.length)|0,r=q(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Bt(e.length)?q(0):_t(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _t(e.data)}function Ft(e){if(e>=Fe)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Fe.toString(16)+" bytes");return e|0}function oa(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(F(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),F(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(F(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Ur(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||F(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Ot(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return jr(e).length;default:if(i)return o?-1:Ot(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Ur;function ia(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return fa(this,t,r);case"utf8":case"utf-8":return Vr(this,t,r);case"ascii":return ma(this,t,r);case"latin1":case"binary":return ga(this,t,r);case"base64":return ua(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ta(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function re(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)re(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)re(this,r,r+3),re(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)re(this,r,r+7),re(this,r+1,r+6),re(this,r+2,r+5),re(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Vr(this,0,t):ia.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ue.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Pr&&(u.prototype[Pr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(F(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,d=o-r,m=Math.min(p,d),y=this.slice(i,l),x=t.slice(r,o),h=0;h<m;++h)if(y[h]!==x[h]){p=y[h],d=x[h];break}return p<d?-1:d<p?1:0};function Wr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Bt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Or(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Or(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Or(e,t,r,o,i){var l=1,p=e.length,d=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,d/=2,r/=2}function m(k,$){return l===1?k[$]:k.readUInt16BE($*l)}var y;if(i){var x=-1;for(y=r;y<p;y++)if(m(e,y)===m(t,x===-1?0:y-x)){if(x===-1&&(x=y),y-x+1===d)return x*l}else x!==-1&&(y-=y-x),x=-1}else for(r+d>p&&(r=p-d),y=r;y>=0;y--){for(var h=!0,E=0;E<d;E++)if(m(e,y+E)!==m(t,E)){h=!1;break}if(h)return y}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Wr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Wr(this,t,r,o,!1)};function aa(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var d=parseInt(t.substr(p*2,2),16);if(Bt(d))return p;e[r+p]=d}return p}function sa(e,t,r,o){return Be(Ot(t,e.length-r),e,r,o)}function ca(e,t,r,o){return Be(xa(t),e,r,o)}function la(e,t,r,o){return Be(jr(t),e,r,o)}function pa(e,t,r,o){return Be(Sa(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return aa(this,t,r,o);case"utf8":case"utf-8":return sa(this,t,r,o);case"ascii":case"latin1":case"binary":return ca(this,t,r,o);case"base64":return la(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pa(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ua(e,t,r){return t===0&&r===e.length?Dt.fromByteArray(e):Dt.fromByteArray(e.slice(t,r))}function Vr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,d=l>239?4:l>223?3:l>191?2:1;if(i+d<=r){var m,y,x,h;switch(d){case 1:l<128&&(p=l);break;case 2:m=e[i+1],(m&192)===128&&(h=(l&31)<<6|m&63,h>127&&(p=h));break;case 3:m=e[i+1],y=e[i+2],(m&192)===128&&(y&192)===128&&(h=(l&15)<<12|(m&63)<<6|y&63,h>2047&&(h<55296||h>57343)&&(p=h));break;case 4:m=e[i+1],y=e[i+2],x=e[i+3],(m&192)===128&&(y&192)===128&&(x&192)===128&&(h=(l&15)<<18|(m&63)<<12|(y&63)<<6|x&63,h>65535&&h<1114112&&(p=h))}}p===null?(p=65533,d=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=d}return da(o)}var Mr=4096;function da(e){var t=e.length;if(t<=Mr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Mr));return r}function ma(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function ga(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function fa(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=wa[e[l]];return i}function Ta(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function v(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||v(t,4,this.length),pe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||v(t,4,this.length),pe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||v(t,8,this.length),pe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||v(t,8,this.length),pe.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,d=0;for(this[r]=t&255;++d<o&&(p*=256);)this[r+d]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,d=1;for(this[r+p]=t&255;--p>=0&&(d*=256);)this[r+p]=t/d&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,d=1,m=0;for(this[r]=t&255;++p<o&&(d*=256);)t<0&&m===0&&this[r+p-1]!==0&&(m=1),this[r+p]=(t/d>>0)-m&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,d=1,m=0;for(this[r+p]=t&255;--p>=0&&(d*=256);)t<0&&m===0&&this[r+p+1]!==0&&(m=1),this[r+p]=(t/d>>0)-m&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Gr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function $r(e,t,r,o,i){return t=+t,r=r>>>0,i||Gr(e,t,r,4,34028234663852886e22,-34028234663852886e22),pe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return $r(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return $r(this,t,r,!1,o)};function Hr(e,t,r,o,i){return t=+t,r=r>>>0,i||Gr(e,t,r,8,17976931348623157e292,-17976931348623157e292),pe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Hr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Hr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var d=u.isBuffer(t)?t:u.from(t,i),m=d.length;if(m===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=d[p%m]}return this};var ya=/[^+/0-9A-Za-z-_]/g;function ha(e){if(e=e.split("=")[0],e=e.trim().replace(ya,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Ot(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function xa(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Sa(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function jr(e){return Dt.toByteArray(ha(e))}function Be(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function F(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Bt(e){return e!==e}var wa=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Zr=C((Kc,Yr)=>{n();var A=Yr.exports={},B,U;function Ut(){throw new Error("setTimeout has not been defined")}function Wt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?B=setTimeout:B=Ut}catch(e){B=Ut}try{typeof clearTimeout=="function"?U=clearTimeout:U=Wt}catch(e){U=Wt}})();function zr(e){if(B===setTimeout)return setTimeout(e,0);if((B===Ut||!B)&&setTimeout)return B=setTimeout,setTimeout(e,0);try{return B(e,0)}catch(t){try{return B.call(null,e,0)}catch(r){return B.call(this,e,0)}}}function ba(e){if(U===clearTimeout)return clearTimeout(e);if((U===Wt||!U)&&clearTimeout)return U=clearTimeout,clearTimeout(e);try{return U(e)}catch(t){try{return U.call(null,e)}catch(r){return U.call(this,e)}}}var z=[],de=!1,ne,Ue=-1;function Aa(){!de||!ne||(de=!1,ne.length?z=ne.concat(z):Ue=-1,z.length&&Kr())}function Kr(){if(!de){var e=zr(Aa);de=!0;for(var t=z.length;t;){for(ne=z,z=[];++Ue<t;)ne&&ne[Ue].run();Ue=-1,t=z.length}ne=null,de=!1,ba(e)}}A.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];z.push(new Xr(e,t)),z.length===1&&!de&&zr(Kr)};function Xr(e,t){this.fun=e,this.array=t}Xr.prototype.run=function(){this.fun.apply(null,this.array)};A.title="browser";A.browser=!0;A.env={};A.argv=[];A.version="";A.versions={};function K(){}A.on=K;A.addListener=K;A.once=K;A.off=K;A.removeListener=K;A.removeAllListeners=K;A.emit=K;A.prependListener=K;A.prependOnceListener=K;A.listeners=function(e){return[]};A.binding=function(e){throw new Error("process.binding is not supported")};A.cwd=function(){return"/"};A.chdir=function(e){throw new Error("process.chdir is not supported")};A.umask=function(){return 0}});var a,c,Ia,s,n=g(()=>{a=b(qr()),c=b(Zr()),Ia=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object),s=Ia});var Jr=g(()=>{"use strict";n()});var Qr=g(()=>{"use strict";n()});var en=g(()=>{"use strict";n()});var Vt,tn=g(()=>{"use strict";n();Vt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Vt||{})});var rn=g(()=>{"use strict";n()});var Gt=g(()=>{"use strict";n()});var nn=g(()=>{"use strict";n()});var on=g(()=>{"use strict";n()});var an=g(()=>{"use strict";n()});var sn=g(()=>{"use strict";n()});var va,me,cn=g(()=>{"use strict";n();va=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),me=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var ln,al,pn,sl,X=g(()=>{"use strict";n();cn();ln=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(ln||{}),al=T(T({},me.WindowProviderRequestEnums),ln),pn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(pn||{}),sl=T(T({},me.WindowProviderResponseEnums),pn)});var un=g(()=>{"use strict";n()});var dn=g(()=>{"use strict";n()});var N=g(()=>{"use strict";n()});var mn=g(()=>{"use strict";n()});var gn=g(()=>{"use strict";n()});var fn=g(()=>{"use strict";n()});var P=g(()=>{"use strict";n();on();an();sn();X();un();dn();N();mn();gn();fn()});var $t,Tn,Il,yn,vl,hn,kl,El,Ll,xn,Sn=g(()=>{"use strict";n();P();$t={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Tn,egldLabel:Il}=$t["devnet"],{chainId:yn,egldLabel:vl}=$t["testnet"],{chainId:hn,egldLabel:kl}=$t["mainnet"],El={["devnet"]:Tn,["testnet"]:yn,["mainnet"]:hn},Ll={[Tn]:"devnet",[yn]:"testnet",[hn]:"mainnet"},xn="multiversx://"});var Ht=g(()=>{"use strict";n()});var W,wn=g(()=>{"use strict";n();W=require("@multiversx/sdk-web-wallet-provider")});var We,jt=g(()=>{"use strict";n();We=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var bn,An,qt,Pl,Ol,In=g(()=>{"use strict";n();jt();qt=String((An=(bn=We.safeWindow)==null?void 0:bn.navigator)==null?void 0:An.userAgent),Pl=/^((?!chrome|android).)*safari/i.test(qt),Ol=/firefox/i.test(qt)&&/windows/i.test(qt)});var zt,Kt,vn,Ve,kn,ge,w=g(()=>{"use strict";n();Jr();Qr();en();tn();rn();Gt();nn();Sn();Ht();wn();In();zt=5e4,Kt=1e9,vn=1,Ve="logout",kn="login",ge="0"});var Ge,Xt=g(()=>{"use strict";n();Ge=()=>Date.now()/1e3});var En=g(()=>{"use strict";n()});var Ln=g(()=>{"use strict";n()});var Nn=g(()=>{"use strict";n();Xt();En();Ln()});var Yt={};ee(Yt,{clear:()=>Na,getItem:()=>Ea,localStorageKeys:()=>oe,removeItem:()=>La,setItem:()=>ka});var oe,$e,ka,Ea,La,Na,be=g(()=>{"use strict";n();Nn();oe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},$e=typeof localStorage!="undefined",ka=({key:e,data:t,expires:r})=>{!$e||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Ea=e=>{if(!$e)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ge()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},La=e=>{!$e||localStorage.removeItem(String(e))},Na=()=>{!$e||localStorage.clear()}});var Zt={};ee(Zt,{clear:()=>_n,getItem:()=>Cn,removeItem:()=>Dn,setItem:()=>Rn,storage:()=>Ra});var Rn,Cn,Dn,_n,Ra,Pn=g(()=>{"use strict";n();Rn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Cn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Dn=e=>sessionStorage.removeItem(String(e)),_n=()=>sessionStorage.clear(),Ra={setItem:Rn,getItem:Cn,removeItem:Dn,clear:_n}});var fe,He=g(()=>{"use strict";n();be();Pn();fe={session:Zt,local:Yt}});var Jt,I,je,O=g(()=>{"use strict";n();Jt=require("@reduxjs/toolkit");w();I=(0,Jt.createAction)(Ve),je=(0,Jt.createAction)(kn,e=>({payload:e}))});var er,On,Mn,qe,Qt,Fn,Bn,dp,Un,mp,gp,fp,Tp,yp,hp,xp,Sp,ze,Ke=g(()=>{"use strict";n();er=require("@multiversx/sdk-core"),On=require("@reduxjs/toolkit"),Mn=require("redux-persist");w();He();be();O();qe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ge},Qt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":qe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Fn=(0,On.createSlice)({name:"accountInfoSlice",initialState:Qt,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new er.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:qe},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(I,()=>(fe.local.removeItem(oe.loginExpiresAt),Qt)),e.addCase(je,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new er.Address(o).hex()}),e.addCase(Mn.REHYDRATE,(t,r)=>{var y;if(!((y=r.payload)!=null&&y.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:d}=o;t.address=i,t.shard=l;let m=p&&i in p;t.accounts=m?p:Qt.accounts,t.publicKey=d})}}),{setAccount:Bn,setAddress:dp,setAccountNonce:Un,setAccountShard:mp,setLedgerAccount:gp,updateLedgerAccount:fp,setWalletConnectAccount:Tp,setIsAccountLoading:yp,setAccountLoadingError:hp,setWebsocketEvent:xp,setWebsocketBatchEvent:Sp}=Fn.actions,ze=Fn.reducer});function Ae(){return new Date().setHours(new Date().getHours()+24)}function Ie(e){fe.local.setItem({key:oe.loginExpiresAt,data:e,expires:e})}var tr=g(()=>{"use strict";n();He();be()});var Vn,Wn,Gn,Cp,Dp,_p,Pp,Op,Mp,$n,Fp,Bp,Up,Xe,Ye=g(()=>{"use strict";n();Vn=require("@reduxjs/toolkit");tr();X();O();Wn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Gn=(0,Vn.createSlice)({name:"loginInfoSlice",initialState:Wn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(I,()=>Wn),e.addCase(je,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,Ie(Ae())})}}),{setLoginMethod:Cp,setWalletConnectLogin:Dp,setLedgerLogin:_p,setTokenLogin:Pp,setTokenLoginSignature:Op,setWalletLogin:Mp,invalidateLoginSession:$n,setLogoutRoute:Fp,setIsWalletConnectV2Initialized:Bp,setWebviewLogin:Up}=Gn.actions,Xe=Gn.reducer});var jn,Hn,qn,$p,Hp,jp,qp,Ze,Je=g(()=>{"use strict";n();jn=require("@reduxjs/toolkit");O();Hn={},qn=(0,jn.createSlice)({name:"modalsSlice",initialState:Hn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(I,()=>Hn)}}),{setTxSubmittedModal:$p,setNotificationModal:Hp,clearTxSubmittedModal:jp,clearNotificationModal:qp}=qn.actions,Ze=qn.reducer});var Qe,et=g(()=>{"use strict";n();Qe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var Te=g(()=>{"use strict";n();et()});var zn=g(()=>{"use strict";n();Te()});var Kn=g(()=>{"use strict";n();tt()});var Xn=g(()=>{"use strict";n();jt()});var tt=g(()=>{"use strict";n();zn();Kn();Te();Xn()});var Yn=g(()=>{"use strict";n();tt()});var Zn=g(()=>{"use strict";n();Yn()});function Jn(e){return e[Math.floor(Math.random()*e.length)]}var Qn=g(()=>{"use strict";n()});var eo=g(()=>{"use strict";n();Gt()});var to=g(()=>{"use strict";n();Zn();Qn();eo()});var ro,no,oo,rr,Da,io,ku,Eu,Lu,rt,nt=g(()=>{"use strict";n();ro=require("@reduxjs/toolkit"),no=b(require("lodash.omit")),oo=require("redux-persist");Ht();O();to();rr={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},Da={network:rr},io=(0,ro.createSlice)({name:"appConfig",initialState:Da,reducers:{initializeNetworkConfig:(e,t)=>{let r=Jn(t.payload.walletConnectV2RelayAddresses),o=(0,no.default)(t.payload,"walletConnectV2RelayAddresses");e.network=S(T(T({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=T(T({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(I,t=>{t.network.customWalletAddress=void 0}),e.addCase(oo.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:ku,updateNetworkConfig:Eu,setCustomWalletAddress:Lu}=io.actions,rt=io.reducer});var ao,nr,so,Pu,Ou,Mu,ot,it=g(()=>{"use strict";n();ao=require("@reduxjs/toolkit");P();O();nr={isSigning:!1,signedSessions:{}},so=(0,ao.createSlice)({name:"signedMessageInfoSliceState",initialState:nr,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=T(T({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>nr},extraReducers:e=>{e.addCase(I,()=>nr)}}),{setSignSession:Pu,clearSignedMessageInfo:Ou,setSignSessionState:Mu}=so.actions,ot=so.reducer});var lo,po,co,uo,$u,Hu,ju,qu,at,st=g(()=>{"use strict";n();lo=require("@reduxjs/toolkit"),po=require("redux-persist");P();Xt();O();co={customToasts:[],transactionToasts:[]},uo=(0,lo.createSlice)({name:"toastsSlice",initialState:co,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=S(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(S(T({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ge(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(I,()=>co),e.addCase(po.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:$u,removeCustomToast:Hu,addTransactionToast:ju,removeTransactionToast:qu}=uo.actions,at=uo.reducer});var mo,ir,ar,sr,_a,or,go,Yu,Zu,Ju,ct,lt=g(()=>{"use strict";n();mo=require("@reduxjs/toolkit");O();ir="Transaction failed",ar="Transaction successful",sr="Processing transaction",_a="Transaction submitted",or={},go=(0,mo.createSlice)({name:"transactionsInfo",initialState:or,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||ir,successMessage:(o==null?void 0:o.successMessage)||ar,processingMessage:(o==null?void 0:o.processingMessage)||sr,submittedMessage:(o==null?void 0:o.submittedMessage)||_a,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>or},extraReducers:e=>{e.addCase(I,()=>or)}}),{clearTransactionsInfo:Yu,setTransactionsDisplayInfo:Zu,clearTransactionsInfoForSessionId:Ju}=go.actions,ct=go.reducer});function fo(e){return e!=null&&(Ha(e)||Xa(e))}function pt(e){return e!=null&&(ja(e)||Ya(e))}function ut(e){return e!=null&&(qa(e)||Za(e))}function To(e){return e!=null&&(za(e)||Ja(e))}function yo(e){return e!=null&&Ka(e)}function Ha(e){return e!=null&&Oa.includes(e)}function ja(e){return e!=null&&Ma.includes(e)}function qa(e){return e!=null&&Fa.includes(e)}function za(e){return e!=null&&Ba.includes(e)}function Ka(e){return e!=null&&Ua.includes(e)}function Xa(e){return e!=null&&Wa.includes(e)}function Ya(e){return e!=null&&Va.includes(e)}function Za(e){return e!=null&&Ga.includes(e)}function Ja(e){return e!=null&&$a.includes(e)}var Oa,Ma,Fa,Ba,Ua,Wa,Va,Ga,$a,lr=g(()=>{"use strict";n();X();Oa=["sent"],Ma=["success"],Fa=["fail","cancelled","timedOut"],Ba=["invalid"],Ua=["timedOut"],Wa=["pending"],Va=["success"],Ga=["fail","invalid"],$a=["not executed"]});var ho,xo,ke,Qa,So,sd,cd,ld,pd,ud,dd,md,gd,fd,Td,yd,dt,mt=g(()=>{"use strict";n();ho=require("@reduxjs/toolkit"),xo=require("redux-persist");X();lr();O();ke={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Qa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},So=(0,ho.createSlice)({name:"transactionsSlice",initialState:ke,reducers:{moveTransactionsToSignedState:(e,t)=>{var m,y;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:d}=t.payload;e.customTransactionInformationForSessionId[r]=T(T(T({},Qa),((m=e.signedTransactions[r])==null?void 0:m.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:T(T({},e.customTransactionInformationForSessionId[r]),d!=null?d:{})},((y=e==null?void 0:e.transactionsToSign)==null?void 0:y.sessionId)===r&&(e.transactionsToSign=ke.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var y,x,h,E,k,$,Pe,vr;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:d}=t.payload,m=(x=(y=e.signedTransactions)==null?void 0:y[r])==null?void 0:x.transactions;if(m!=null){e.signedTransactions[r].transactions=m.map(H=>H.hash===l?S(T(T({},p!=null?p:{}),H),{status:o,errorMessage:i,inTransit:d}):H);let Fi=(E=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:E.every(H=>pt(H.status)),Bi=($=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:$.some(H=>ut(H.status)),Ui=(vr=(Pe=e.signedTransactions[r])==null?void 0:Pe.transactions)==null?void 0:vr.every(H=>To(H.status));Fi&&(e.signedTransactions[r].status="success"),Bi&&(e.signedTransactions[r].status="fail"),Ui&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ke.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ke.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=T(T({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(I,()=>ke),e.addCase(xo.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((d,[m,y])=>{let x=new Date(m),h=new Date;return h.setHours(h.getHours()+5),h-x>0||(d[m]=y),d},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:sd,updateSignedTransactions:cd,setTransactionsToSign:ld,clearAllTransactionsToSign:pd,clearAllSignedTransactions:ud,clearSignedTransaction:dd,clearTransactionToSign:md,setSignTransactionsError:gd,setSignTransactionsCancelMessage:fd,moveTransactionsToSignedState:Td,updateSignedTransactionsCustomTransactionInformation:yd}=So.actions,dt=So.reducer});var wo,pr,bo,wd,bd,Ad,Id,gt,ft=g(()=>{"use strict";n();wo=require("@reduxjs/toolkit");O();pr={},bo=(0,wo.createSlice)({name:"batchTransactionsSlice",initialState:pr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>pr},extraReducers:e=>{e.addCase(I,()=>pr)}}),{setBatchTransactions:wd,updateBatchTransactions:bd,clearBatchTransactions:Ad,clearAllBatchTransactions:Id}=bo.actions,gt=bo.reducer});var Io,Ao,vo,Ld,ko,ur=g(()=>{"use strict";n();Io=require("@reduxjs/toolkit");O();Ao={},vo=(0,Io.createSlice)({name:"dappConfigSlice",initialState:Ao,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(I,()=>Ao)}}),{setDappConfig:Ld}=vo.actions,ko=vo.reducer});var ye=g(()=>{"use strict";n();Ke();Ye();Je();nt();it();st();lt();mt();ft();ur()});var dr=g(()=>{"use strict";n()});var No,ns,os,ie,ht=g(()=>{"use strict";n();No=require("@reduxjs/toolkit");dr();Ke();ft();ur();Ye();Je();nt();it();st();lt();mt();ns={["account"]:ze,["dappConfig"]:ko,["loginInfo"]:Xe,["modals"]:Ze,["networkConfig"]:rt,["signedMessageInfo"]:ot,["toasts"]:at,["transactionsInfo"]:ct,["transactions"]:dt,["batchTransactions"]:gt},os=(e={})=>(0,No.combineReducers)(T(T({},ns),e)),ie=os});var _o={};ee(_o,{default:()=>Ss,sessionStorageReducers:()=>mr});function Y(e,t=[]){return{key:e,version:1,storage:Co.default,blacklist:t}}var R,Ro,Co,is,Ee,as,ss,cs,ls,ps,us,ds,ms,gs,fs,Do,Ts,mr,ys,hs,xs,Ss,Po=g(()=>{"use strict";n();R=require("redux-persist"),Ro=b(require("redux-persist/lib/storage")),Co=b(require("redux-persist/lib/storage/session"));ht();ye();Ke();ft();Ye();Je();nt();it();st();lt();mt();dr();is={persistReducersStorageType:"localStorage"},Ee={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},as=Y(Ee["account"]),ss=Y(Ee["loginInfo"]),cs=Y(Ee["modals"]),ls=Y(Ee["networkConfig"]),ps={2:e=>S(T({},e),{networkConfig:rr})};us=Y("sdk-dapp-transactionsInfo"),ds=Y("sdk-dapp-transactions",["transactionsToSign"]),ms=Y("sdk-dapp-batchTransactions",["batchTransactions"]),gs=Y("sdk-dapp-toasts"),fs=Y("sdk-dapp-signedMessageInfo"),Do={key:"sdk-dapp-store",version:2,storage:Ro.default,whitelist:Object.keys(Ee),migrate:(0,R.createMigrate)(ps,{debug:!1})},Ts=S(T({},Do),{whitelist:[]}),mr={["toasts"]:(0,R.persistReducer)(gs,at),["transactions"]:(0,R.persistReducer)(ds,dt),["transactionsInfo"]:(0,R.persistReducer)(us,ct),["batchTransactions"]:(0,R.persistReducer)(ms,gt),["signedMessageInfo"]:(0,R.persistReducer)(fs,ot)},ys=S(T({},mr),{["account"]:(0,R.persistReducer)(as,ze),["loginInfo"]:(0,R.persistReducer)(ss,Xe),["modals"]:(0,R.persistReducer)(cs,Ze),["networkConfig"]:(0,R.persistReducer)(ls,rt)}),hs=is.persistReducersStorageType==="localStorage",xs=hs?(0,R.persistReducer)(Do,ie(mr)):(0,R.persistReducer)(Ts,ie(ys)),Ss=xs});var Oo={};ee(Oo,{default:()=>ws});var ws,Mo=g(()=>{"use strict";n();ht();ws=ie()});var Fo={};ee(Fo,{default:()=>As});var _,bs,As,Bo=g(()=>{"use strict";n();_=require("redux-persist"),bs=[_.FLUSH,_.REHYDRATE,_.PAUSE,_.PERSIST,_.PURGE,_.REGISTER],As=bs});var Vo={};ee(Vo,{default:()=>Wo});function Wo(e){return(0,Uo.persistStore)(e)}var Uo,Go=g(()=>{"use strict";n();Uo=require("redux-persist")});var ui=C((C0,pi)=>{n();var uc=typeof s=="object"&&s&&s.Object===Object&&s;pi.exports=uc});var mi=C((D0,di)=>{n();var dc=ui(),mc=typeof self=="object"&&self&&self.Object===Object&&self,gc=dc||mc||Function("return this")();di.exports=gc});var Ir=C((_0,gi)=>{n();var fc=mi(),Tc=fc.Symbol;gi.exports=Tc});var hi=C((P0,yi)=>{n();var fi=Ir(),Ti=Object.prototype,yc=Ti.hasOwnProperty,hc=Ti.toString,_e=fi?fi.toStringTag:void 0;function xc(e){var t=yc.call(e,_e),r=e[_e];try{e[_e]=void 0;var o=!0}catch(l){}var i=hc.call(e);return o&&(t?e[_e]=r:delete e[_e]),i}yi.exports=xc});var Si=C((O0,xi)=>{n();var Sc=Object.prototype,wc=Sc.toString;function bc(e){return wc.call(e)}xi.exports=bc});var Ii=C((M0,Ai)=>{n();var wi=Ir(),Ac=hi(),Ic=Si(),vc="[object Null]",kc="[object Undefined]",bi=wi?wi.toStringTag:void 0;function Ec(e){return e==null?e===void 0?kc:vc:bi&&bi in Object(e)?Ac(e):Ic(e)}Ai.exports=Ec});var ki=C((F0,vi)=>{n();var Lc=Array.isArray;vi.exports=Lc});var Li=C((B0,Ei)=>{n();function Nc(e){return e!=null&&typeof e=="object"}Ei.exports=Nc});var Ri=C((U0,Ni)=>{n();var Rc=Ii(),Cc=ki(),Dc=Li(),_c="[object String]";function Pc(e){return typeof e=="string"||!Cc(e)&&Dc(e)&&Rc(e)==_c}Ni.exports=Pc});var $c={};ee($c,{decodeLoginToken:()=>se,decodeNativeAuthToken:()=>Fc,getAuthorizationInfo:()=>Bc,getIsNativeAuthSingingForbidden:()=>Oc,getLatestBlockHash:()=>Gc});module.exports=we($c);n();n();w();n();var Ko=require("react"),xe=require("react-redux");n();var gr=require("@reduxjs/toolkit"),qo=require("react-redux/lib/utils/Subscription");ye();n();var Eo=b(require("lodash.throttle"));w();ye();tr();He();be();var es=[Ve],Tt=!1,ts=(0,Eo.default)(()=>{Ie(Ae())},5e3),Lo=e=>t=>r=>{if(es.includes(r.type))return t(r);let o=e.getState(),i=fe.local.getItem(oe.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Ie(Ae());let p=Date.now();return i-p<0&&!Tt?setTimeout(()=>{Tt=!0,e.dispatch($n())},1e3):(Tt&&(Tt=!1),ts()),t(r)};n();n();function yt(){return typeof sessionStorage!="undefined"}var $o=yt()?(Po(),we(_o)).default:(Mo(),we(Oo)).default,Ho=yt()?(Bo(),we(Fo)).default:[],jo=yt()?(Go(),we(Vo)).default:e=>e;ht();var he=(0,gr.configureStore)({reducer:$o,middleware:e=>e({serializableCheck:{ignoredActions:[...Ho,Un.type,Bn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Lo)}),zo=(0,qo.createSubscription)(he),km=jo(he),Em=(0,gr.configureStore)({reducer:ie});var Is={store:he,subscription:zo},fr=(0,Ko.createContext)(Is),Cm=(0,xe.createStoreHook)(fr),Dm=(0,xe.createDispatchHook)(fr),xt=(0,xe.createSelectorHook)(fr);n();n();ye();n();var Xo=b(require("lodash.isequal")),St=require("reselect"),f=(0,St.createSelectorCreator)(St.defaultMemoize,Xo.default);var V=e=>e.account,Tr=f(V,e=>e.address),yr=f(V,Tr,(e,t)=>t in e.accounts?e.accounts[t]:qe),Fm=f(V,yr,(e,t)=>{let i=e,{accounts:r}=i,o=Lr(i,["accounts"]);return S(T({},o),{address:t.address,account:t})}),Bm=f(yr,e=>e.balance),Um=f(yr,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Wm=f(V,e=>e.shard),Vm=f(V,e=>e.ledgerAccount),Gm=f(V,e=>e.walletConnectAccount),$m=f(V,e=>e.isAccountLoading),Hm=f(V,e=>e.accountLoadingError),jm=f(V,e=>e.websocketEvent),qm=f(V,e=>e.websocketBatchEvent);n();var vs=e=>e.dappConfig,Xm=f(vs,e=>e.shouldUseWebViewProvider);n();var Z=e=>e.loginInfo,Qm=f(Z,e=>e.loginMethod),eg=f(Z,Tr,(e,t)=>Boolean(t)),tg=f(Z,e=>e.walletConnectLogin),rg=f(Z,e=>e.ledgerLogin),ng=f(Z,e=>e.walletLogin),og=f(Z,e=>e.isLoginSessionInvalid),wt=f(Z,e=>e.tokenLogin),ig=f(Z,e=>e.logoutRoute),ag=f(Z,e=>e.isWalletConnectV2Initialized);n();var Yo=e=>e.modals,lg=f(Yo,e=>e.txSubmittedModal),pg=f(Yo,e=>e.notificationModal);n();var Q=e=>e.networkConfig,mg=f(Q,e=>e.network.chainId),gg=f(Q,e=>e.network.roundDuration),fg=f(Q,e=>e.network.walletConnectBridgeAddress),Tg=f(Q,e=>e.network.walletConnectV2RelayAddress),yg=f(Q,e=>e.network.walletConnectV2ProjectId),hg=f(Q,e=>e.network.walletConnectV2Options),xg=f(Q,e=>e.network.walletConnectDeepLink),Le=f(Q,e=>e.network),Sg=f(Le,e=>e.apiAddress),Zo=f(Le,e=>e.explorerAddress),wg=f(Le,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),bg=f(Le,e=>e.xAliasAddress),Ag=f(Le,e=>e.egldLabel);n();var bt=e=>e.signedMessageInfo,kg=f(bt,e=>e.isSigning),Eg=f(bt,e=>e.errorMessage),Lg=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Ng=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var Jo=e=>e.toasts,Dg=f(Jo,e=>e.customToasts),_g=f(Jo,e=>e.transactionToasts);n();ye();var Qo={errorMessage:ir,successMessage:ar,processingMessage:sr},ks=e=>e.transactionsInfo,Fg=f(ks,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Qo);n();n();var G=require("@multiversx/sdk-core");w();n();var hr=require("@multiversx/sdk-core/out");n();n();function At(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}function ae(e){return At(e)?atob(e):e}n();n();n();n();var ei=e=>{let t=e!=null?e:"";return At(t)?hr.TransactionPayload.fromEncoded(t):new hr.TransactionPayload(t)};n();w();var It=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Vt).some(r=>e.startsWith(r)):!1;function xr(e){var o,i,l;let t=T({},e);It({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new G.Transaction(T(T(S(T(S(T({value:t.value.valueOf(),data:ei(t.data),nonce:t.nonce.valueOf(),receiver:new G.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new G.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:zt,gasPrice:(i=t.gasPrice.valueOf())!=null?i:Kt,chainID:t.chainID.valueOf(),version:new G.TransactionVersion((l=t.version)!=null?l:vn)}),t.options?{options:new G.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new G.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(a.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(a.Buffer.from(t.signature,"hex")),r}n();n();w();n();n();n();var Rs=require("@multiversx/sdk-core/out");n();w();n();var ri=require("@multiversx/sdk-core");P();n();var Cs=require("@multiversx/sdk-core");n();n();n();var Ds=require("@multiversx/sdk-core"),_s=b(require("bignumber.js"));X();n();n();n();var Sr="blocks";n();n();n();n();N();n();n();N();n();n();n();var Us=b(require("bignumber.js"));w();n();var Bs=require("@multiversx/sdk-core"),wr=b(require("bignumber.js"));w();n();var Ms=b(require("bignumber.js"));n();wr.default.config({ROUNDING_MODE:wr.default.ROUND_FLOOR});n();n();n();w();n();n();n();n();w();n();w();n();var Ws=require("@multiversx/sdk-core");w();n();var Re=require("@multiversx/sdk-core"),Gs=b(require("bignumber.js"));w();n();n();var Vs=b(require("bignumber.js"));w();n();w();n();n();n();n();n();n();w();n();w();n();w();n();N();var Hs=["reDelegateRewards","claimRewards","unBond"],js=["wrapEgld","unwrapEgld"],qs=["unStake"],zs=["unDelegate"];n();n();n();w();n();var Ys=b(require("bignumber.js"));n();n();N();n();var Js=b(require("bignumber.js"));n();n();n();n();var ec=b(require("bignumber.js"));P();n();n();n();n();X();n();var nc=require("@multiversx/sdk-web-wallet-provider");w();n();var rc=b(require("qs"));n();tt();et();n();et();var wx={search:Qe()?window.location.search:"",removeParams:[]};n();n();n();Te();n();N();n();n();Te();n();var oc=b(require("linkifyjs"));n();w();n();var ic=b(require("bignumber.js"));n();P();n();n();X();n();X();n();n();n();N();n();N();n();var ac=b(require("bignumber.js"));w();N();n();N();n();var ci=require("react");P();n();n();N();n();n();var sc=require("@multiversx/sdk-core/out"),cc=b(require("bignumber.js"));N();n();P();n();n();P();var gw=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var li=require("react");P();Te();n();var pc=require("react");N();var bw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];lr();n();var kt=e=>e.transactions,De=f(kt,e=>e.signedTransactions),d0=f(kt,e=>e.signTransactionsError),m0=f(kt,e=>e.signTransactionsCancelMessage),Et=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),g0=f(De,Et(fo)),f0=f(De,Et(pt)),T0=f(De,Et(ut)),y0=f(De,Et(yo)),h0=f(kt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>xr(r)))||[]})}),x0=f(De,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();var Ci=b(Ri());var se=e=>{if(!e||!(0,Ci.default)(e))return null;let t=e.split(".");if(t.length!==4)return null;try{let[r,o,i,l]=t,p=JSON.parse(ae(l)),d=ae(r);return{ttl:Number(i),extraInfo:p,origin:d,blockHash:o}}catch(r){return console.error(`Error trying to decode ${e}:`,r),null}};var Oc=e=>{var i;let t=xt(wt),r=(i=t==null?void 0:t.loginToken)!=null?i:e;if(!r)return;let o=se(r);if(!!o)return o.origin.toLowerCase().startsWith(xn)};n();function Mc(e){return Object.prototype.toString.call(e)==="[object String]"}var Fc=e=>{var r;if(!e||!Mc(e))return null;let t=e.split(".");if(t.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[o,i,l]=t,p=ae(o),d=ae(i),m=se(d);if(!m)return{address:p,body:d,signature:l,blockHash:"",origin:"",ttl:0};let y=S(T({},m),{address:p,body:d,signature:l});return(r=m.extraInfo)!=null&&r.timestamp||delete y.extraInfo,y}catch(o){return null}};n();n();n();var ce=b(require("bignumber.js")),Di=e=>{let t=new ce.default(e).dividedBy(1e3).integerValue(ce.default.ROUND_FLOOR),r=new ce.default(t).dividedBy(60).integerValue(ce.default.ROUND_FLOOR),o=new ce.default(r).dividedBy(60).integerValue(ce.default.ROUND_FLOOR),i=o.modulo(60).isGreaterThan(1),l=r.modulo(60).isGreaterThan(1),p=r.modulo(60).isLessThan(1);return i?`${o} hours`:l?`${r} minutes`:p?"less than 1 minute":`${r} minute`};var Bc=(e,t)=>{var l;let r=xt(wt),o=(l=r==null?void 0:r.loginToken)!=null?l:e;if(!o)return;let i=se(o);if(!!i)return{className:t,url:i.origin,duration:Di(i.ttl*1e3)}};n();var Mi=b(require("axios"));n();n();n();function _i(e){return j(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),e)})})}n();var Pi=(e,t,r,o=0)=>j(void 0,null,function*(){try{return yield e(...r)}catch(i){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield _i(t.delay)),yield Pi(e,t,r,o+1)):null}}),Oi=(e,t={retries:5,delay:500})=>(...r)=>j(void 0,null,function*(){return yield Pi(e,t,r)});var Uc=4,Wc=3e4,Lt={current:null},le={current:null},Vc=Oi((e,t,r)=>j(void 0,null,function*(){if(r){let l=Math.floor(Date.now()/1e3);return{hash:yield r(),timestamp:l}}let{data:o}=yield Mi.default.get(`${e}/${Sr}?from=${Uc}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[i]=o;return i}));function Gc(e,t,r,o){return j(this,null,function*(){if(e==null)throw new Error("missing api url");let i=Date.now();if(Lt.current!=null&&i<Lt.current.timestamp*1e3+Wc&&!o)return Lt.current;if(le.current!=null)return yield le.current;le.current=Vc(e,t,r);try{let l=yield le.current;if(l==null)throw le.current=null,new Error("could not get block hash");return Lt.current={hash:l.hash,timestamp:l.timestamp},le.current=null,l}catch(l){return le.current=null,null}})}0&&(module.exports={decodeLoginToken,decodeNativeAuthToken,getAuthorizationInfo,getIsNativeAuthSingingForbidden,getLatestBlockHash});
|
|
1
|
+
"use strict";var Wi=Object.create;var Se=Object.defineProperty,Vi=Object.defineProperties,Gi=Object.getOwnPropertyDescriptor,$i=Object.getOwnPropertyDescriptors,Hi=Object.getOwnPropertyNames,Oe=Object.getOwnPropertySymbols,ji=Object.getPrototypeOf,Nt=Object.prototype.hasOwnProperty,Er=Object.prototype.propertyIsEnumerable;var kr=(e,t,r)=>t in e?Se(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))Nt.call(t,r)&&kr(e,r,t[r]);if(Oe)for(var r of Oe(t))Er.call(t,r)&&kr(e,r,t[r]);return e},S=(e,t)=>Vi(e,$i(t));var Lr=(e,t)=>{var r={};for(var o in e)Nt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Oe)for(var o of Oe(e))t.indexOf(o)<0&&Er.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var D=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ee=(e,t)=>{for(var r in t)Se(e,r,{get:t[r],enumerable:!0})},Nr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Hi(t))!Nt.call(e,i)&&i!==r&&Se(e,i,{get:()=>t[i],enumerable:!(o=Gi(t,i))||o.enumerable});return e};var b=(e,t,r)=>(r=e!=null?Wi(ji(e)):{},Nr(t||!e||!e.__esModule?Se(r,"default",{value:e,enumerable:!0}):r,e)),we=e=>Nr(Se({},"__esModule",{value:!0}),e);var j=(e,t,r)=>new Promise((o,i)=>{var l=m=>{try{d(r.next(m))}catch(y){i(y)}},p=m=>{try{d(r.throw(m))}catch(y){i(y)}},d=m=>m.done?o(m.value):Promise.resolve(m.value).then(l,p);d((r=r.apply(e,t)).next())});var Cr=D(Me=>{"use strict";n();Me.byteLength=zi;Me.toByteArray=Xi;Me.fromByteArray=Ji;var M=[],C=[],qi=typeof Uint8Array!="undefined"?Uint8Array:Array,Rt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(te=0,Rr=Rt.length;te<Rr;++te)M[te]=Rt[te],C[Rt.charCodeAt(te)]=te;var te,Rr;C["-".charCodeAt(0)]=62;C["_".charCodeAt(0)]=63;function Dr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function zi(e){var t=Dr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Ki(e,t,r){return(t+r)*3/4-r}function Xi(e){var t,r=Dr(e),o=r[0],i=r[1],l=new qi(Ki(e,o,i)),p=0,d=i>0?o-4:o,m;for(m=0;m<d;m+=4)t=C[e.charCodeAt(m)]<<18|C[e.charCodeAt(m+1)]<<12|C[e.charCodeAt(m+2)]<<6|C[e.charCodeAt(m+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=C[e.charCodeAt(m)]<<2|C[e.charCodeAt(m+1)]>>4,l[p++]=t&255),i===1&&(t=C[e.charCodeAt(m)]<<10|C[e.charCodeAt(m+1)]<<4|C[e.charCodeAt(m+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function Yi(e){return M[e>>18&63]+M[e>>12&63]+M[e>>6&63]+M[e&63]}function Zi(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(Yi(o));return i.join("")}function Ji(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,d=r-o;p<d;p+=l)i.push(Zi(e,p,p+l>d?d:p+l));return o===1?(t=e[r-1],i.push(M[t>>2]+M[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(M[t>>10]+M[t>>4&63]+M[t<<2&63]+"=")),i.join("")}});var _r=D(Dt=>{n();Dt.read=function(e,t,r,o,i){var l,p,d=i*8-o-1,m=(1<<d)-1,y=m>>1,x=-7,h=r?i-1:0,E=r?-1:1,k=e[t+h];for(h+=E,l=k&(1<<-x)-1,k>>=-x,x+=d;x>0;l=l*256+e[t+h],h+=E,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+h],h+=E,x-=8);if(l===0)l=1-y;else{if(l===m)return p?NaN:(k?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(k?-1:1)*p*Math.pow(2,l-o)};Dt.write=function(e,t,r,o,i,l){var p,d,m,y=l*8-i-1,x=(1<<y)-1,h=x>>1,E=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,k=o?0:l-1,$=o?1:-1,Pe=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,p=x):(p=Math.floor(Math.log(t)/Math.LN2),t*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+h>=1?t+=E/m:t+=E*Math.pow(2,1-h),t*m>=2&&(p++,m/=2),p+h>=x?(d=0,p=x):p+h>=1?(d=(t*m-1)*Math.pow(2,i),p=p+h):(d=t*Math.pow(2,h-1)*Math.pow(2,i),p=0));i>=8;e[r+k]=d&255,k+=$,d/=256,i-=8);for(p=p<<i|d,y+=i;y>0;e[r+k]=p&255,k+=$,p/=256,y-=8);e[r+k-$]|=Pe*128}});var qr=D(ue=>{"use strict";n();var Ct=Cr(),pe=_r(),Pr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ue.Buffer=u;ue.SlowBuffer=oa;ue.INSPECT_MAX_BYTES=50;var Fe=2147483647;ue.kMaxLength=Fe;u.TYPED_ARRAY_SUPPORT=Qi();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Qi(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function q(e){if(e>Fe)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Mt(e)}return Fr(e,t,r)}u.poolSize=8192;function Fr(e,t,r){if(typeof e=="string")return ta(e,t);if(ArrayBuffer.isView(e))return ra(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(F(e,ArrayBuffer)||e&&F(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(e,SharedArrayBuffer)||e&&F(e.buffer,SharedArrayBuffer)))return Pt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=na(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return Fr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Br(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 ea(e,t,r){return Br(e),e<=0?q(e):t!==void 0?typeof r=="string"?q(e).fill(t,r):q(e).fill(t):q(e)}u.alloc=function(e,t,r){return ea(e,t,r)};function Mt(e){return Br(e),q(e<0?0:Ft(e)|0)}u.allocUnsafe=function(e){return Mt(e)};u.allocUnsafeSlow=function(e){return Mt(e)};function ta(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Ur(e,t)|0,o=q(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function _t(e){for(var t=e.length<0?0:Ft(e.length)|0,r=q(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function ra(e){if(F(e,Uint8Array)){var t=new Uint8Array(e);return Pt(t.buffer,t.byteOffset,t.byteLength)}return _t(e)}function Pt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function na(e){if(u.isBuffer(e)){var t=Ft(e.length)|0,r=q(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Bt(e.length)?q(0):_t(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _t(e.data)}function Ft(e){if(e>=Fe)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Fe.toString(16)+" bytes");return e|0}function oa(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(F(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),F(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(F(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Ur(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||F(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Ot(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return jr(e).length;default:if(i)return o?-1:Ot(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Ur;function ia(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return fa(this,t,r);case"utf8":case"utf-8":return Vr(this,t,r);case"ascii":return ma(this,t,r);case"latin1":case"binary":return ga(this,t,r);case"base64":return ua(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ta(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function re(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)re(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)re(this,r,r+3),re(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)re(this,r,r+7),re(this,r+1,r+6),re(this,r+2,r+5),re(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Vr(this,0,t):ia.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ue.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Pr&&(u.prototype[Pr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(F(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,d=o-r,m=Math.min(p,d),y=this.slice(i,l),x=t.slice(r,o),h=0;h<m;++h)if(y[h]!==x[h]){p=y[h],d=x[h];break}return p<d?-1:d<p?1:0};function Wr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Bt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Or(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Or(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Or(e,t,r,o,i){var l=1,p=e.length,d=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,d/=2,r/=2}function m(k,$){return l===1?k[$]:k.readUInt16BE($*l)}var y;if(i){var x=-1;for(y=r;y<p;y++)if(m(e,y)===m(t,x===-1?0:y-x)){if(x===-1&&(x=y),y-x+1===d)return x*l}else x!==-1&&(y-=y-x),x=-1}else for(r+d>p&&(r=p-d),y=r;y>=0;y--){for(var h=!0,E=0;E<d;E++)if(m(e,y+E)!==m(t,E)){h=!1;break}if(h)return y}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Wr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Wr(this,t,r,o,!1)};function aa(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var d=parseInt(t.substr(p*2,2),16);if(Bt(d))return p;e[r+p]=d}return p}function sa(e,t,r,o){return Be(Ot(t,e.length-r),e,r,o)}function ca(e,t,r,o){return Be(xa(t),e,r,o)}function la(e,t,r,o){return Be(jr(t),e,r,o)}function pa(e,t,r,o){return Be(Sa(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return aa(this,t,r,o);case"utf8":case"utf-8":return sa(this,t,r,o);case"ascii":case"latin1":case"binary":return ca(this,t,r,o);case"base64":return la(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pa(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ua(e,t,r){return t===0&&r===e.length?Ct.fromByteArray(e):Ct.fromByteArray(e.slice(t,r))}function Vr(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,d=l>239?4:l>223?3:l>191?2:1;if(i+d<=r){var m,y,x,h;switch(d){case 1:l<128&&(p=l);break;case 2:m=e[i+1],(m&192)===128&&(h=(l&31)<<6|m&63,h>127&&(p=h));break;case 3:m=e[i+1],y=e[i+2],(m&192)===128&&(y&192)===128&&(h=(l&15)<<12|(m&63)<<6|y&63,h>2047&&(h<55296||h>57343)&&(p=h));break;case 4:m=e[i+1],y=e[i+2],x=e[i+3],(m&192)===128&&(y&192)===128&&(x&192)===128&&(h=(l&15)<<18|(m&63)<<12|(y&63)<<6|x&63,h>65535&&h<1114112&&(p=h))}}p===null?(p=65533,d=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=d}return da(o)}var Mr=4096;function da(e){var t=e.length;if(t<=Mr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Mr));return r}function ma(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function ga(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function fa(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=wa[e[l]];return i}function Ta(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function v(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||v(t,4,this.length),pe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||v(t,4,this.length),pe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||v(t,8,this.length),pe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||v(t,8,this.length),pe.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,d=0;for(this[r]=t&255;++d<o&&(p*=256);)this[r+d]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,d=1;for(this[r+p]=t&255;--p>=0&&(d*=256);)this[r+p]=t/d&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,d=1,m=0;for(this[r]=t&255;++p<o&&(d*=256);)t<0&&m===0&&this[r+p-1]!==0&&(m=1),this[r+p]=(t/d>>0)-m&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,d=1,m=0;for(this[r+p]=t&255;--p>=0&&(d*=256);)t<0&&m===0&&this[r+p+1]!==0&&(m=1),this[r+p]=(t/d>>0)-m&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Gr(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function $r(e,t,r,o,i){return t=+t,r=r>>>0,i||Gr(e,t,r,4,34028234663852886e22,-34028234663852886e22),pe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return $r(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return $r(this,t,r,!1,o)};function Hr(e,t,r,o,i){return t=+t,r=r>>>0,i||Gr(e,t,r,8,17976931348623157e292,-17976931348623157e292),pe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Hr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Hr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var d=u.isBuffer(t)?t:u.from(t,i),m=d.length;if(m===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=d[p%m]}return this};var ya=/[^+/0-9A-Za-z-_]/g;function ha(e){if(e=e.split("=")[0],e=e.trim().replace(ya,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Ot(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function xa(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Sa(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function jr(e){return Ct.toByteArray(ha(e))}function Be(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function F(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Bt(e){return e!==e}var wa=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Zr=D((Kc,Yr)=>{n();var A=Yr.exports={},B,U;function Ut(){throw new Error("setTimeout has not been defined")}function Wt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?B=setTimeout:B=Ut}catch(e){B=Ut}try{typeof clearTimeout=="function"?U=clearTimeout:U=Wt}catch(e){U=Wt}})();function zr(e){if(B===setTimeout)return setTimeout(e,0);if((B===Ut||!B)&&setTimeout)return B=setTimeout,setTimeout(e,0);try{return B(e,0)}catch(t){try{return B.call(null,e,0)}catch(r){return B.call(this,e,0)}}}function ba(e){if(U===clearTimeout)return clearTimeout(e);if((U===Wt||!U)&&clearTimeout)return U=clearTimeout,clearTimeout(e);try{return U(e)}catch(t){try{return U.call(null,e)}catch(r){return U.call(this,e)}}}var z=[],de=!1,ne,Ue=-1;function Aa(){!de||!ne||(de=!1,ne.length?z=ne.concat(z):Ue=-1,z.length&&Kr())}function Kr(){if(!de){var e=zr(Aa);de=!0;for(var t=z.length;t;){for(ne=z,z=[];++Ue<t;)ne&&ne[Ue].run();Ue=-1,t=z.length}ne=null,de=!1,ba(e)}}A.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];z.push(new Xr(e,t)),z.length===1&&!de&&zr(Kr)};function Xr(e,t){this.fun=e,this.array=t}Xr.prototype.run=function(){this.fun.apply(null,this.array)};A.title="browser";A.browser=!0;A.env={};A.argv=[];A.version="";A.versions={};function K(){}A.on=K;A.addListener=K;A.once=K;A.off=K;A.removeListener=K;A.removeAllListeners=K;A.emit=K;A.prependListener=K;A.prependOnceListener=K;A.listeners=function(e){return[]};A.binding=function(e){throw new Error("process.binding is not supported")};A.cwd=function(){return"/"};A.chdir=function(e){throw new Error("process.chdir is not supported")};A.umask=function(){return 0}});var a,c,Ia,s,n=g(()=>{a=b(qr()),c=b(Zr()),Ia=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object),s=Ia});var Jr=g(()=>{"use strict";n()});var Qr=g(()=>{"use strict";n()});var en=g(()=>{"use strict";n()});var Vt,tn=g(()=>{"use strict";n();Vt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Vt||{})});var rn=g(()=>{"use strict";n()});var Gt=g(()=>{"use strict";n()});var nn=g(()=>{"use strict";n()});var on=g(()=>{"use strict";n()});var an=g(()=>{"use strict";n()});var sn=g(()=>{"use strict";n()});var va,me,cn=g(()=>{"use strict";n();va=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),me=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var ln,al,pn,sl,X=g(()=>{"use strict";n();cn();ln=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(ln||{}),al=T(T({},me.WindowProviderRequestEnums),ln),pn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(pn||{}),sl=T(T({},me.WindowProviderResponseEnums),pn)});var un=g(()=>{"use strict";n()});var dn=g(()=>{"use strict";n()});var N=g(()=>{"use strict";n()});var mn=g(()=>{"use strict";n()});var gn=g(()=>{"use strict";n()});var fn=g(()=>{"use strict";n()});var P=g(()=>{"use strict";n();on();an();sn();X();un();dn();N();mn();gn();fn()});var $t,Tn,Il,yn,vl,hn,kl,El,Ll,xn,Sn=g(()=>{"use strict";n();P();$t={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Tn,egldLabel:Il}=$t["devnet"],{chainId:yn,egldLabel:vl}=$t["testnet"],{chainId:hn,egldLabel:kl}=$t["mainnet"],El={["devnet"]:Tn,["testnet"]:yn,["mainnet"]:hn},Ll={[Tn]:"devnet",[yn]:"testnet",[hn]:"mainnet"},xn="multiversx://"});var Ht=g(()=>{"use strict";n()});var W,wn=g(()=>{"use strict";n();W=require("@multiversx/sdk-web-wallet-provider")});var We,jt=g(()=>{"use strict";n();We=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var bn,An,qt,Pl,Ol,In=g(()=>{"use strict";n();jt();qt=String((An=(bn=We.safeWindow)==null?void 0:bn.navigator)==null?void 0:An.userAgent),Pl=/^((?!chrome|android).)*safari/i.test(qt),Ol=/firefox/i.test(qt)&&/windows/i.test(qt)});var zt,Kt,vn,Ve,kn,ge,w=g(()=>{"use strict";n();Jr();Qr();en();tn();rn();Gt();nn();Sn();Ht();wn();In();zt=5e4,Kt=1e9,vn=1,Ve="logout",kn="login",ge="0"});var Ge,Xt=g(()=>{"use strict";n();Ge=()=>Date.now()/1e3});var En=g(()=>{"use strict";n()});var Ln=g(()=>{"use strict";n()});var Nn=g(()=>{"use strict";n();Xt();En();Ln()});var Yt={};ee(Yt,{clear:()=>Na,getItem:()=>Ea,localStorageKeys:()=>oe,removeItem:()=>La,setItem:()=>ka});var oe,$e,ka,Ea,La,Na,be=g(()=>{"use strict";n();Nn();oe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},$e=typeof localStorage!="undefined",ka=({key:e,data:t,expires:r})=>{!$e||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Ea=e=>{if(!$e)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ge()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},La=e=>{!$e||localStorage.removeItem(String(e))},Na=()=>{!$e||localStorage.clear()}});var Zt={};ee(Zt,{clear:()=>_n,getItem:()=>Dn,removeItem:()=>Cn,setItem:()=>Rn,storage:()=>Ra});var Rn,Dn,Cn,_n,Ra,Pn=g(()=>{"use strict";n();Rn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Dn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Cn=e=>sessionStorage.removeItem(String(e)),_n=()=>sessionStorage.clear(),Ra={setItem:Rn,getItem:Dn,removeItem:Cn,clear:_n}});var fe,He=g(()=>{"use strict";n();be();Pn();fe={session:Zt,local:Yt}});var Jt,I,je,O=g(()=>{"use strict";n();Jt=require("@reduxjs/toolkit");w();I=(0,Jt.createAction)(Ve),je=(0,Jt.createAction)(kn,e=>({payload:e}))});var er,On,Mn,qe,Qt,Fn,Bn,dp,Un,mp,gp,fp,Tp,yp,hp,xp,Sp,ze,Ke=g(()=>{"use strict";n();er=require("@multiversx/sdk-core"),On=require("@reduxjs/toolkit"),Mn=require("redux-persist");w();He();be();O();qe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ge},Qt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":qe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Fn=(0,On.createSlice)({name:"accountInfoSlice",initialState:Qt,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new er.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:qe},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(I,()=>(fe.local.removeItem(oe.loginExpiresAt),Qt)),e.addCase(je,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new er.Address(o).hex()}),e.addCase(Mn.REHYDRATE,(t,r)=>{var y;if(!((y=r.payload)!=null&&y.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:d}=o;t.address=i,t.shard=l;let m=p&&i in p;t.accounts=m?p:Qt.accounts,t.publicKey=d})}}),{setAccount:Bn,setAddress:dp,setAccountNonce:Un,setAccountShard:mp,setLedgerAccount:gp,updateLedgerAccount:fp,setWalletConnectAccount:Tp,setIsAccountLoading:yp,setAccountLoadingError:hp,setWebsocketEvent:xp,setWebsocketBatchEvent:Sp}=Fn.actions,ze=Fn.reducer});function Ae(){return new Date().setHours(new Date().getHours()+24)}function Ie(e){fe.local.setItem({key:oe.loginExpiresAt,data:e,expires:e})}var tr=g(()=>{"use strict";n();He();be()});var Vn,Wn,Gn,Dp,Cp,_p,Pp,Op,Mp,$n,Fp,Bp,Up,Xe,Ye=g(()=>{"use strict";n();Vn=require("@reduxjs/toolkit");tr();X();O();Wn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Gn=(0,Vn.createSlice)({name:"loginInfoSlice",initialState:Wn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},setWebviewLogin:(e,t)=>{e.webviewLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload},setIsWalletConnectV2Initialized:(e,t)=>{e.isWalletConnectV2Initialized=t.payload}},extraReducers:e=>{e.addCase(I,()=>Wn),e.addCase(je,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,Ie(Ae())})}}),{setLoginMethod:Dp,setWalletConnectLogin:Cp,setLedgerLogin:_p,setTokenLogin:Pp,setTokenLoginSignature:Op,setWalletLogin:Mp,invalidateLoginSession:$n,setLogoutRoute:Fp,setIsWalletConnectV2Initialized:Bp,setWebviewLogin:Up}=Gn.actions,Xe=Gn.reducer});var jn,Hn,qn,$p,Hp,jp,qp,Ze,Je=g(()=>{"use strict";n();jn=require("@reduxjs/toolkit");O();Hn={},qn=(0,jn.createSlice)({name:"modalsSlice",initialState:Hn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(I,()=>Hn)}}),{setTxSubmittedModal:$p,setNotificationModal:Hp,clearTxSubmittedModal:jp,clearNotificationModal:qp}=qn.actions,Ze=qn.reducer});var Qe,et=g(()=>{"use strict";n();Qe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var Te=g(()=>{"use strict";n();et()});var zn=g(()=>{"use strict";n();Te()});var Kn=g(()=>{"use strict";n();tt()});var Xn=g(()=>{"use strict";n();jt()});var tt=g(()=>{"use strict";n();zn();Kn();Te();Xn()});var Yn=g(()=>{"use strict";n();tt()});var Zn=g(()=>{"use strict";n();Yn()});function Jn(e){return e[Math.floor(Math.random()*e.length)]}var Qn=g(()=>{"use strict";n()});var eo=g(()=>{"use strict";n();Gt()});var to=g(()=>{"use strict";n();Zn();Qn();eo()});var ro,no,oo,rr,Ca,io,ku,Eu,Lu,rt,nt=g(()=>{"use strict";n();ro=require("@reduxjs/toolkit"),no=b(require("lodash.omit")),oo=require("redux-persist");Ht();O();to();rr={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},Ca={network:rr},io=(0,ro.createSlice)({name:"appConfig",initialState:Ca,reducers:{initializeNetworkConfig:(e,t)=>{let r=Jn(t.payload.walletConnectV2RelayAddresses),o=(0,no.default)(t.payload,"walletConnectV2RelayAddresses");e.network=S(T(T({},e.network),o),{walletConnectV2RelayAddress:r})},updateNetworkConfig:(e,t)=>{e.network=T(T({},e.network),t.payload)},setCustomWalletAddress:(e,t)=>{e.network.customWalletAddress=t.payload}},extraReducers:e=>{e.addCase(I,t=>{t.network.customWalletAddress=void 0}),e.addCase(oo.REHYDRATE,(t,r)=>{var i,l;if(!((l=(i=r.payload)==null?void 0:i.network)!=null&&l.customWalletAddress))return;let{network:{customWalletAddress:o}}=r.payload;t.network.customWalletAddress=o})}}),{initializeNetworkConfig:ku,updateNetworkConfig:Eu,setCustomWalletAddress:Lu}=io.actions,rt=io.reducer});var ao,nr,so,Pu,Ou,Mu,ot,it=g(()=>{"use strict";n();ao=require("@reduxjs/toolkit");P();O();nr={isSigning:!1,signedSessions:{}},so=(0,ao.createSlice)({name:"signedMessageInfoSliceState",initialState:nr,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=T(T({},e.signedSessions[r]),o)},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>nr},extraReducers:e=>{e.addCase(I,()=>nr)}}),{setSignSession:Pu,clearSignedMessageInfo:Ou,setSignSessionState:Mu}=so.actions,ot=so.reducer});var lo,po,co,uo,$u,Hu,ju,qu,at,st=g(()=>{"use strict";n();lo=require("@reduxjs/toolkit"),po=require("redux-persist");P();Xt();O();co={customToasts:[],transactionToasts:[]},uo=(0,lo.createSlice)({name:"toastsSlice",initialState:co,reducers:{addCustomToast:(e,t)=>{let r=t.payload.toastId||`custom-toast-${e.customToasts.length+1}`,o=e.customToasts.findIndex(i=>i.toastId===r);if(o!==-1){e.customToasts[o]=S(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(S(T({},t.payload),{type:"custom",toastId:r}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ge(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)}},extraReducers:e=>{e.addCase(I,()=>co),e.addCase(po.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:$u,removeCustomToast:Hu,addTransactionToast:ju,removeTransactionToast:qu}=uo.actions,at=uo.reducer});var mo,ir,ar,sr,_a,or,go,Yu,Zu,Ju,ct,lt=g(()=>{"use strict";n();mo=require("@reduxjs/toolkit");O();ir="Transaction failed",ar="Transaction successful",sr="Processing transaction",_a="Transaction submitted",or={},go=(0,mo.createSlice)({name:"transactionsInfo",initialState:or,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||ir,successMessage:(o==null?void 0:o.successMessage)||ar,processingMessage:(o==null?void 0:o.processingMessage)||sr,submittedMessage:(o==null?void 0:o.submittedMessage)||_a,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>or},extraReducers:e=>{e.addCase(I,()=>or)}}),{clearTransactionsInfo:Yu,setTransactionsDisplayInfo:Zu,clearTransactionsInfoForSessionId:Ju}=go.actions,ct=go.reducer});function fo(e){return e!=null&&(Ha(e)||Xa(e))}function pt(e){return e!=null&&(ja(e)||Ya(e))}function ut(e){return e!=null&&(qa(e)||Za(e))}function To(e){return e!=null&&(za(e)||Ja(e))}function yo(e){return e!=null&&Ka(e)}function Ha(e){return e!=null&&Oa.includes(e)}function ja(e){return e!=null&&Ma.includes(e)}function qa(e){return e!=null&&Fa.includes(e)}function za(e){return e!=null&&Ba.includes(e)}function Ka(e){return e!=null&&Ua.includes(e)}function Xa(e){return e!=null&&Wa.includes(e)}function Ya(e){return e!=null&&Va.includes(e)}function Za(e){return e!=null&&Ga.includes(e)}function Ja(e){return e!=null&&$a.includes(e)}var Oa,Ma,Fa,Ba,Ua,Wa,Va,Ga,$a,lr=g(()=>{"use strict";n();X();Oa=["sent"],Ma=["success"],Fa=["fail","cancelled","timedOut"],Ba=["invalid"],Ua=["timedOut"],Wa=["pending"],Va=["success"],Ga=["fail","invalid"],$a=["not executed"]});var ho,xo,ke,Qa,So,sd,cd,ld,pd,ud,dd,md,gd,fd,Td,yd,dt,mt=g(()=>{"use strict";n();ho=require("@reduxjs/toolkit"),xo=require("redux-persist");X();lr();O();ke={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Qa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},So=(0,ho.createSlice)({name:"transactionsSlice",initialState:ke,reducers:{moveTransactionsToSignedState:(e,t)=>{var m,y;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:d}=t.payload;e.customTransactionInformationForSessionId[r]=T(T(T({},Qa),((m=e.signedTransactions[r])==null?void 0:m.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[r]||{}),e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:T(T({},e.customTransactionInformationForSessionId[r]),d!=null?d:{})},((y=e==null?void 0:e.transactionsToSign)==null?void 0:y.sessionId)===r&&(e.transactionsToSign=ke.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var y,x,h,E,k,$,Pe,vr;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,serverTransaction:p,inTransit:d}=t.payload,m=(x=(y=e.signedTransactions)==null?void 0:y[r])==null?void 0:x.transactions;if(m!=null){e.signedTransactions[r].transactions=m.map(H=>H.hash===l?S(T(T({},p!=null?p:{}),H),{status:o,errorMessage:i,inTransit:d}):H);let Fi=(E=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:E.every(H=>pt(H.status)),Bi=($=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:$.some(H=>ut(H.status)),Ui=(vr=(Pe=e.signedTransactions[r])==null?void 0:Pe.transactions)==null?void 0:vr.every(H=>To(H.status));Fi&&(e.signedTransactions[r].status="success"),Bi&&(e.signedTransactions[r].status="fail"),Ui&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ke.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ke.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload},updateSignedTransactionsCustomTransactionInformation:(e,t)=>{let{sessionId:r,customTransactionInformationOverrides:o}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].customTransactionInformation=T(T({},e.signedTransactions[r].customTransactionInformation),o))}},extraReducers:e=>{e.addCase(I,()=>ke),e.addCase(xo.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((d,[m,y])=>{let x=new Date(m),h=new Date;return h.setHours(h.getHours()+5),h-x>0||(d[m]=y),d},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:sd,updateSignedTransactions:cd,setTransactionsToSign:ld,clearAllTransactionsToSign:pd,clearAllSignedTransactions:ud,clearSignedTransaction:dd,clearTransactionToSign:md,setSignTransactionsError:gd,setSignTransactionsCancelMessage:fd,moveTransactionsToSignedState:Td,updateSignedTransactionsCustomTransactionInformation:yd}=So.actions,dt=So.reducer});var wo,pr,bo,wd,bd,Ad,Id,gt,ft=g(()=>{"use strict";n();wo=require("@reduxjs/toolkit");O();pr={},bo=(0,wo.createSlice)({name:"batchTransactionsSlice",initialState:pr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>pr},extraReducers:e=>{e.addCase(I,()=>pr)}}),{setBatchTransactions:wd,updateBatchTransactions:bd,clearBatchTransactions:Ad,clearAllBatchTransactions:Id}=bo.actions,gt=bo.reducer});var Io,Ao,vo,Ld,ko,ur=g(()=>{"use strict";n();Io=require("@reduxjs/toolkit");O();Ao={},vo=(0,Io.createSlice)({name:"dappConfigSlice",initialState:Ao,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(I,()=>Ao)}}),{setDappConfig:Ld}=vo.actions,ko=vo.reducer});var ye=g(()=>{"use strict";n();Ke();Ye();Je();nt();it();st();lt();mt();ft();ur()});var dr=g(()=>{"use strict";n()});var No,ns,os,ie,ht=g(()=>{"use strict";n();No=require("@reduxjs/toolkit");dr();Ke();ft();ur();Ye();Je();nt();it();st();lt();mt();ns={["account"]:ze,["dappConfig"]:ko,["loginInfo"]:Xe,["modals"]:Ze,["networkConfig"]:rt,["signedMessageInfo"]:ot,["toasts"]:at,["transactionsInfo"]:ct,["transactions"]:dt,["batchTransactions"]:gt},os=(e={})=>(0,No.combineReducers)(T(T({},ns),e)),ie=os});var _o={};ee(_o,{default:()=>Ss,sessionStorageReducers:()=>mr});function Y(e,t=[]){return{key:e,version:1,storage:Do.default,blacklist:t}}var R,Ro,Do,is,Ee,as,ss,cs,ls,ps,us,ds,ms,gs,fs,Co,Ts,mr,ys,hs,xs,Ss,Po=g(()=>{"use strict";n();R=require("redux-persist"),Ro=b(require("redux-persist/lib/storage")),Do=b(require("redux-persist/lib/storage/session"));ht();ye();Ke();ft();Ye();Je();nt();it();st();lt();mt();dr();is={persistReducersStorageType:"localStorage"},Ee={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},as=Y(Ee["account"]),ss=Y(Ee["loginInfo"]),cs=Y(Ee["modals"]),ls=Y(Ee["networkConfig"]),ps={2:e=>S(T({},e),{networkConfig:rr})};us=Y("sdk-dapp-transactionsInfo"),ds=Y("sdk-dapp-transactions",["transactionsToSign"]),ms=Y("sdk-dapp-batchTransactions",["batchTransactions"]),gs=Y("sdk-dapp-toasts"),fs=Y("sdk-dapp-signedMessageInfo"),Co={key:"sdk-dapp-store",version:2,storage:Ro.default,whitelist:Object.keys(Ee),migrate:(0,R.createMigrate)(ps,{debug:!1})},Ts=S(T({},Co),{whitelist:[]}),mr={["toasts"]:(0,R.persistReducer)(gs,at),["transactions"]:(0,R.persistReducer)(ds,dt),["transactionsInfo"]:(0,R.persistReducer)(us,ct),["batchTransactions"]:(0,R.persistReducer)(ms,gt),["signedMessageInfo"]:(0,R.persistReducer)(fs,ot)},ys=S(T({},mr),{["account"]:(0,R.persistReducer)(as,ze),["loginInfo"]:(0,R.persistReducer)(ss,Xe),["modals"]:(0,R.persistReducer)(cs,Ze),["networkConfig"]:(0,R.persistReducer)(ls,rt)}),hs=is.persistReducersStorageType==="localStorage",xs=hs?(0,R.persistReducer)(Co,ie(mr)):(0,R.persistReducer)(Ts,ie(ys)),Ss=xs});var Oo={};ee(Oo,{default:()=>ws});var ws,Mo=g(()=>{"use strict";n();ht();ws=ie()});var Fo={};ee(Fo,{default:()=>As});var _,bs,As,Bo=g(()=>{"use strict";n();_=require("redux-persist"),bs=[_.FLUSH,_.REHYDRATE,_.PAUSE,_.PERSIST,_.PURGE,_.REGISTER],As=bs});var Vo={};ee(Vo,{default:()=>Wo});function Wo(e){return(0,Uo.persistStore)(e)}var Uo,Go=g(()=>{"use strict";n();Uo=require("redux-persist")});var ui=D((D0,pi)=>{n();var uc=typeof s=="object"&&s&&s.Object===Object&&s;pi.exports=uc});var mi=D((C0,di)=>{n();var dc=ui(),mc=typeof self=="object"&&self&&self.Object===Object&&self,gc=dc||mc||Function("return this")();di.exports=gc});var Ir=D((_0,gi)=>{n();var fc=mi(),Tc=fc.Symbol;gi.exports=Tc});var hi=D((P0,yi)=>{n();var fi=Ir(),Ti=Object.prototype,yc=Ti.hasOwnProperty,hc=Ti.toString,_e=fi?fi.toStringTag:void 0;function xc(e){var t=yc.call(e,_e),r=e[_e];try{e[_e]=void 0;var o=!0}catch(l){}var i=hc.call(e);return o&&(t?e[_e]=r:delete e[_e]),i}yi.exports=xc});var Si=D((O0,xi)=>{n();var Sc=Object.prototype,wc=Sc.toString;function bc(e){return wc.call(e)}xi.exports=bc});var Ii=D((M0,Ai)=>{n();var wi=Ir(),Ac=hi(),Ic=Si(),vc="[object Null]",kc="[object Undefined]",bi=wi?wi.toStringTag:void 0;function Ec(e){return e==null?e===void 0?kc:vc:bi&&bi in Object(e)?Ac(e):Ic(e)}Ai.exports=Ec});var ki=D((F0,vi)=>{n();var Lc=Array.isArray;vi.exports=Lc});var Li=D((B0,Ei)=>{n();function Nc(e){return e!=null&&typeof e=="object"}Ei.exports=Nc});var Ri=D((U0,Ni)=>{n();var Rc=Ii(),Dc=ki(),Cc=Li(),_c="[object String]";function Pc(e){return typeof e=="string"||!Dc(e)&&Cc(e)&&Rc(e)==_c}Ni.exports=Pc});var $c={};ee($c,{decodeLoginToken:()=>se,decodeNativeAuthToken:()=>Fc,getAuthorizationInfo:()=>Bc,getIsNativeAuthSingingForbidden:()=>Oc,getLatestBlockHash:()=>Gc});module.exports=we($c);n();n();w();n();var Ko=require("react"),xe=require("react-redux");n();var gr=require("@reduxjs/toolkit"),qo=require("react-redux/lib/utils/Subscription");ye();n();var Eo=b(require("lodash.throttle"));w();ye();tr();He();be();var es=[Ve],Tt=!1,ts=(0,Eo.default)(()=>{Ie(Ae())},5e3),Lo=e=>t=>r=>{if(es.includes(r.type))return t(r);let o=e.getState(),i=fe.local.getItem(oe.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Ie(Ae());let p=Date.now();return i-p<0&&!Tt?setTimeout(()=>{Tt=!0,e.dispatch($n())},1e3):(Tt&&(Tt=!1),ts()),t(r)};n();n();function yt(){return typeof sessionStorage!="undefined"}var $o=yt()?(Po(),we(_o)).default:(Mo(),we(Oo)).default,Ho=yt()?(Bo(),we(Fo)).default:[],jo=yt()?(Go(),we(Vo)).default:e=>e;ht();var he=(0,gr.configureStore)({reducer:$o,middleware:e=>e({serializableCheck:{ignoredActions:[...Ho,Un.type,Bn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Lo)}),zo=(0,qo.createSubscription)(he),km=jo(he),Em=(0,gr.configureStore)({reducer:ie});var Is={store:he,subscription:zo},fr=(0,Ko.createContext)(Is),Dm=(0,xe.createStoreHook)(fr),Cm=(0,xe.createDispatchHook)(fr),xt=(0,xe.createSelectorHook)(fr);n();n();ye();n();var Xo=b(require("lodash.isequal")),St=require("reselect"),f=(0,St.createSelectorCreator)(St.defaultMemoize,Xo.default);var V=e=>e.account,Tr=f(V,e=>e.address),yr=f(V,Tr,(e,t)=>t in e.accounts?e.accounts[t]:qe),Fm=f(V,yr,(e,t)=>{let i=e,{accounts:r}=i,o=Lr(i,["accounts"]);return S(T({},o),{address:t.address,account:t})}),Bm=f(yr,e=>e.balance),Um=f(yr,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Wm=f(V,e=>e.shard),Vm=f(V,e=>e.ledgerAccount),Gm=f(V,e=>e.walletConnectAccount),$m=f(V,e=>e.isAccountLoading),Hm=f(V,e=>e.accountLoadingError),jm=f(V,e=>e.websocketEvent),qm=f(V,e=>e.websocketBatchEvent);n();var vs=e=>e.dappConfig,Xm=f(vs,e=>e.shouldUseWebViewProvider);n();var Z=e=>e.loginInfo,Qm=f(Z,e=>e.loginMethod),eg=f(Z,Tr,(e,t)=>Boolean(t)),tg=f(Z,e=>e.walletConnectLogin),rg=f(Z,e=>e.ledgerLogin),ng=f(Z,e=>e.walletLogin),og=f(Z,e=>e.isLoginSessionInvalid),wt=f(Z,e=>e.tokenLogin),ig=f(Z,e=>e.logoutRoute),ag=f(Z,e=>e.isWalletConnectV2Initialized);n();var Yo=e=>e.modals,lg=f(Yo,e=>e.txSubmittedModal),pg=f(Yo,e=>e.notificationModal);n();var Q=e=>e.networkConfig,mg=f(Q,e=>e.network.chainId),gg=f(Q,e=>e.network.roundDuration),fg=f(Q,e=>e.network.walletConnectBridgeAddress),Tg=f(Q,e=>e.network.walletConnectV2RelayAddress),yg=f(Q,e=>e.network.walletConnectV2ProjectId),hg=f(Q,e=>e.network.walletConnectV2Options),xg=f(Q,e=>e.network.walletConnectDeepLink),Le=f(Q,e=>e.network),Sg=f(Le,e=>e.apiAddress),Zo=f(Le,e=>e.explorerAddress),wg=f(Le,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),bg=f(Le,e=>e.xAliasAddress),Ag=f(Le,e=>e.egldLabel);n();var bt=e=>e.signedMessageInfo,kg=f(bt,e=>e.isSigning),Eg=f(bt,e=>e.errorMessage),Lg=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Ng=f(bt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var Jo=e=>e.toasts,Cg=f(Jo,e=>e.customToasts),_g=f(Jo,e=>e.transactionToasts);n();ye();var Qo={errorMessage:ir,successMessage:ar,processingMessage:sr},ks=e=>e.transactionsInfo,Fg=f(ks,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Qo);n();n();var G=require("@multiversx/sdk-core");w();n();var hr=require("@multiversx/sdk-core/out");n();n();function At(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64"),l=e===r||r.startsWith(e),p=e===i||i.startsWith(e);if(l&&p)return!0}catch(t){return!1}return!1}function ae(e){return At(e)?atob(e):e}n();n();n();n();var ei=e=>{let t=e!=null?e:"";return At(t)?hr.TransactionPayload.fromEncoded(t):new hr.TransactionPayload(t)};n();w();var It=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Vt).some(r=>e.startsWith(r)):!1;function xr(e){var o,i,l;let t=T({},e);It({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new G.Transaction(T(T(S(T(S(T({value:t.value.valueOf(),data:ei(t.data),nonce:t.nonce.valueOf(),receiver:new G.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new G.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:zt,gasPrice:(i=t.gasPrice.valueOf())!=null?i:Kt,chainID:t.chainID.valueOf(),version:new G.TransactionVersion((l=t.version)!=null?l:vn)}),t.options?{options:new G.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new G.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(a.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(a.Buffer.from(t.signature,"hex")),r}n();n();w();n();n();n();var Rs=require("@multiversx/sdk-core/out");n();w();n();var ri=require("@multiversx/sdk-core");P();n();var Ds=require("@multiversx/sdk-core");n();n();n();var Cs=require("@multiversx/sdk-core"),_s=b(require("bignumber.js"));X();n();n();n();var Sr="blocks";n();n();n();n();N();n();n();N();n();n();n();var Us=b(require("bignumber.js"));w();n();var Bs=require("@multiversx/sdk-core"),wr=b(require("bignumber.js"));w();n();var Ms=b(require("bignumber.js"));n();wr.default.config({ROUNDING_MODE:wr.default.ROUND_FLOOR});n();n();n();w();n();n();n();n();w();n();w();n();var Ws=require("@multiversx/sdk-core");w();n();var Re=require("@multiversx/sdk-core"),Gs=b(require("bignumber.js"));w();n();n();var Vs=b(require("bignumber.js"));w();n();w();n();n();n();n();n();n();w();n();w();n();w();n();N();var Hs=["reDelegateRewards","claimRewards","unBond"],js=["wrapEgld","unwrapEgld"],qs=["unStake"],zs=["unDelegate"];n();n();n();w();n();var Ys=b(require("bignumber.js"));n();n();N();n();var Js=b(require("bignumber.js"));n();n();n();n();var ec=b(require("bignumber.js"));P();n();n();n();n();X();n();var nc=require("@multiversx/sdk-web-wallet-provider");w();n();var rc=b(require("qs"));n();tt();et();n();et();var wx={search:Qe()?window.location.search:"",removeParams:[]};n();n();n();Te();n();N();n();n();Te();n();var oc=b(require("linkifyjs"));n();w();n();var ic=b(require("bignumber.js"));n();P();n();n();X();n();X();n();n();n();N();n();N();n();var ac=b(require("bignumber.js"));w();N();n();N();n();var ci=require("react");P();n();n();N();n();n();var sc=require("@multiversx/sdk-core/out"),cc=b(require("bignumber.js"));N();n();P();n();n();P();var gw=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var li=require("react");P();Te();n();var pc=require("react");N();var bw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];lr();n();var kt=e=>e.transactions,Ce=f(kt,e=>e.signedTransactions),d0=f(kt,e=>e.signTransactionsError),m0=f(kt,e=>e.signTransactionsCancelMessage),Et=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),g0=f(Ce,Et(fo)),f0=f(Ce,Et(pt)),T0=f(Ce,Et(ut)),y0=f(Ce,Et(yo)),h0=f(kt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>xr(r)))||[]})}),x0=f(Ce,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();var Di=b(Ri());var se=e=>{if(!e||!(0,Di.default)(e))return null;let t=e.split(".");if(t.length!==4)return null;try{let[r,o,i,l]=t,p=JSON.parse(ae(l)),d=ae(r);return{ttl:Number(i),extraInfo:p,origin:d,blockHash:o}}catch(r){return console.error(`Error trying to decode ${e}:`,r),null}};var Oc=e=>{var i;let t=xt(wt),r=(i=t==null?void 0:t.loginToken)!=null?i:e;if(!r)return;let o=se(r);if(!!o)return o.origin.toLowerCase().startsWith(xn)};n();function Mc(e){return Object.prototype.toString.call(e)==="[object String]"}var Fc=e=>{var r;if(!e||!Mc(e))return null;let t=e.split(".");if(t.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[o,i,l]=t,p=ae(o),d=ae(i),m=se(d);if(!m)return{address:p,body:d,signature:l,blockHash:"",origin:"",ttl:0};let y=S(T({},m),{address:p,body:d,signature:l});return(r=m.extraInfo)!=null&&r.timestamp||delete y.extraInfo,y}catch(o){return null}};n();n();n();var ce=b(require("bignumber.js")),Ci=e=>{let t=new ce.default(e).dividedBy(1e3).integerValue(ce.default.ROUND_FLOOR),r=new ce.default(t).dividedBy(60).integerValue(ce.default.ROUND_FLOOR),o=new ce.default(r).dividedBy(60).integerValue(ce.default.ROUND_FLOOR),i=o.modulo(60).isGreaterThan(1),l=r.modulo(60).isGreaterThan(1),p=r.modulo(60).isLessThan(1);return i?`${o} hours`:l?`${r} minutes`:p?"less than 1 minute":`${r} minute`};var Bc=(e,t)=>{var l;let r=xt(wt),o=(l=r==null?void 0:r.loginToken)!=null?l:e;if(!o)return;let i=se(o);if(!!i)return{className:t,url:i.origin,duration:Ci(i.ttl*1e3)}};n();var Mi=b(require("axios"));n();n();n();function _i(e){return j(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),e)})})}n();var Pi=(e,t,r,o=0)=>j(void 0,null,function*(){try{return yield e(...r)}catch(i){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield _i(t.delay)),yield Pi(e,t,r,o+1)):null}}),Oi=(e,t={retries:5,delay:500})=>(...r)=>j(void 0,null,function*(){return yield Pi(e,t,r)});var Uc=4,Wc=3e4,Lt={current:null},le={current:null},Vc=Oi((e,t,r)=>j(void 0,null,function*(){if(r){let l=Math.floor(Date.now()/1e3);return{hash:yield r(),timestamp:l}}let{data:o}=yield Mi.default.get(`${e}/${Sr}?from=${Uc}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[i]=o;return i}));function Gc(e,t,r,o){return j(this,null,function*(){if(e==null)throw new Error("missing api url");let i=Date.now();if(Lt.current!=null&&i<Lt.current.timestamp*1e3+Wc&&!o)return Lt.current;if(le.current!=null)return yield le.current;le.current=Vc(e,t,r);try{let l=yield le.current;if(l==null)throw le.current=null,new Error("could not get block hash");return Lt.current={hash:l.hash,timestamp:l.timestamp},le.current=null,l}catch(l){return le.current=null,null}})}0&&(module.exports={decodeLoginToken,decodeNativeAuthToken,getAuthorizationInfo,getIsNativeAuthSingingForbidden,getLatestBlockHash});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|