@multiversx/sdk-dapp 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/Pagination/Pagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/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/SignWithDeviceModal/signWithDeviceModal.types.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/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/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-4T6HHYEX.js → chunk-22MF3ERT.js} +2 -2
- package/__chunks__/{chunk-6H2KGZAD.js → chunk-256PCNST.js} +2 -2
- package/__chunks__/chunk-256TQR4G.js +2 -0
- package/__chunks__/{chunk-UWWXK6SO.js → chunk-26CMT3SW.js} +2 -2
- package/__chunks__/{chunk-XFQACGOU.js → chunk-26IBVZFJ.js} +2 -2
- package/__chunks__/{chunk-7ELXF64W.js → chunk-276YS6GD.js} +2 -2
- package/__chunks__/{chunk-UDZUNVED.js → chunk-27TQ2JCD.js} +2 -2
- package/__chunks__/{chunk-WQALJPPG.js → chunk-27VVWQGC.js} +2 -2
- package/__chunks__/{chunk-YK4ERHIC.js → chunk-2C4TVWCG.js} +2 -2
- package/__chunks__/{chunk-Y4PQSJGL.js → chunk-2IYMJCEF.js} +2 -2
- package/__chunks__/{chunk-2A24APJV.js → chunk-2PW643EQ.js} +2 -2
- package/__chunks__/chunk-2QKTYJBC.js +2 -0
- package/__chunks__/{chunk-RUYFTATZ.js → chunk-2QWO2S5I.js} +2 -2
- package/__chunks__/{chunk-QTYKKRZD.js → chunk-2W6QR4IJ.js} +2 -2
- package/__chunks__/{chunk-B6VGAFH6.js → chunk-2W7PXFVL.js} +2 -2
- package/__chunks__/{chunk-5QJEDLKL.js → chunk-2WX5D7C4.js} +2 -2
- package/__chunks__/chunk-2WXTIHDN.js +2 -0
- package/__chunks__/{chunk-OUQVVJVM.js → chunk-357EBE4X.js} +2 -2
- package/__chunks__/{chunk-EDB44RI4.js → chunk-3D5IAL5L.js} +2 -2
- package/__chunks__/chunk-3G2HCPRQ.js +2 -0
- package/__chunks__/chunk-3G2PFEMT.js +2 -0
- package/__chunks__/{chunk-3GJXJKZ3.js → chunk-3HWPNJLB.js} +2 -2
- package/__chunks__/chunk-3MK3BQHM.js +2 -0
- package/__chunks__/{chunk-S6FCTAUC.js → chunk-3MPYMFCZ.js} +2 -2
- package/__chunks__/{chunk-MUICW44L.js → chunk-3NZLM666.js} +2 -2
- package/__chunks__/chunk-3OJPD3LW.js +2 -0
- package/__chunks__/chunk-3RABVALQ.js +2 -0
- package/__chunks__/{chunk-6SC3V5S4.js → chunk-3RXMBVUM.js} +2 -2
- package/__chunks__/{chunk-7CT4Y3HU.js → chunk-3WKKYGRU.js} +2 -2
- package/__chunks__/{chunk-KOECBNNL.js → chunk-3X75UJ5M.js} +2 -2
- package/__chunks__/{chunk-TVNDFSRJ.js → chunk-3ZU26HTJ.js} +2 -2
- package/__chunks__/chunk-45H4CZDA.js +2 -0
- package/__chunks__/{chunk-OAAAXKHG.js → chunk-4DAANLRO.js} +2 -2
- package/__chunks__/{chunk-4WL7RG6F.js → chunk-4DD6JL4B.js} +2 -2
- package/__chunks__/{chunk-LKR4NV2P.js → chunk-4DIPG5ET.js} +2 -2
- package/__chunks__/{chunk-JTN5RF3Z.js → chunk-4GEASDIZ.js} +2 -2
- package/__chunks__/{chunk-JTF2VLDW.js → chunk-4GJGBARS.js} +2 -2
- package/__chunks__/{chunk-4FWCE3BQ.js → chunk-4JXF6W2S.js} +2 -2
- package/__chunks__/{chunk-KK3KJE6X.js → chunk-4L7KRMGB.js} +2 -2
- package/__chunks__/{chunk-2H64RZGY.js → chunk-4LLQTQX3.js} +2 -2
- package/__chunks__/{chunk-JUB6TCFX.js → chunk-4NFNYA6L.js} +2 -2
- package/__chunks__/chunk-4NUMMQ42.js +2 -0
- package/__chunks__/{chunk-CIJX3LUL.js → chunk-4OXRHY4X.js} +2 -2
- package/__chunks__/{chunk-5ROGJDH7.js → chunk-4PHVTQ26.js} +2 -2
- package/__chunks__/{chunk-GL6XGCPX.js → chunk-4T6TQ2PT.js} +2 -2
- package/__chunks__/{chunk-U4DUL2H6.js → chunk-4UBQW45P.js} +2 -2
- package/__chunks__/{chunk-BYE6CEAG.js → chunk-4YKO7ZRM.js} +2 -2
- package/__chunks__/chunk-4YL6JJOT.js +2 -0
- package/__chunks__/{chunk-4V2IAJTY.js → chunk-4YMEXFBC.js} +2 -2
- package/__chunks__/{chunk-TRBVIQMU.js → chunk-5BSHTHYS.js} +2 -2
- package/__chunks__/{chunk-ZI7MNIRO.js → chunk-5BWD2USJ.js} +2 -2
- package/__chunks__/{chunk-PQOCP3AC.js → chunk-5ENHVZNA.js} +2 -2
- package/__chunks__/{chunk-LOYXCAKG.js → chunk-5FFWIM6L.js} +2 -2
- package/__chunks__/{chunk-Q4BJZCMF.js → chunk-5GI2VXF6.js} +2 -2
- package/__chunks__/{chunk-QM64RLAX.js → chunk-5HLY25HE.js} +2 -2
- package/__chunks__/{chunk-G6JU3NEN.js → chunk-5MGGMD47.js} +2 -2
- package/__chunks__/{chunk-NJXDNNZT.js → chunk-5OVJ362U.js} +2 -2
- package/__chunks__/{chunk-JEVK4YWG.js → chunk-5Q4FWCRC.js} +2 -2
- package/__chunks__/{chunk-ZJG5IYJW.js → chunk-5QKOD25T.js} +2 -2
- package/__chunks__/{chunk-OV47RW7B.js → chunk-5QPLQ5IM.js} +2 -2
- package/__chunks__/{chunk-5TP2YJAE.js → chunk-5SI76TT5.js} +2 -2
- package/__chunks__/chunk-5XOUY3ES.js +2 -0
- package/__chunks__/chunk-62PKJLJD.js +2 -0
- package/__chunks__/{chunk-4M3G3GUC.js → chunk-64WKTMOD.js} +2 -2
- package/__chunks__/{chunk-CLZ2MNAI.js → chunk-6BJOCOZI.js} +2 -2
- package/__chunks__/{chunk-WUV7IUAI.js → chunk-6P2POR4F.js} +2 -2
- package/__chunks__/{chunk-YISB6TS7.js → chunk-6RTFIOO2.js} +2 -2
- package/__chunks__/chunk-6Y32VGUJ.js +2 -0
- package/__chunks__/chunk-6Z4YYRZH.js +2 -0
- package/__chunks__/{chunk-MCFRQFDP.js → chunk-746Z3ZCW.js} +2 -2
- package/__chunks__/{chunk-JAOPXGS2.js → chunk-747HEYY2.js} +2 -2
- package/__chunks__/{chunk-PMPHMIHY.js → chunk-7JNT4OQ7.js} +2 -2
- package/__chunks__/chunk-7LU2CVSY.js +2 -0
- package/__chunks__/{chunk-5S5QVGZE.js → chunk-7MY34TZZ.js} +2 -2
- package/__chunks__/{chunk-TQSIQ3MI.js → chunk-7QFPCIFZ.js} +2 -2
- package/__chunks__/chunk-7RBA2W56.js +2 -0
- package/__chunks__/{chunk-FD7EKZH2.js → chunk-7RNNK63E.js} +2 -2
- package/__chunks__/chunk-7TCFJ24V.js +2 -0
- package/__chunks__/{chunk-7WO662SX.js → chunk-7TO77WVO.js} +2 -2
- package/__chunks__/{chunk-VOMZ2IK3.js → chunk-7UDRJO6P.js} +2 -2
- package/__chunks__/{chunk-PEIYCRRJ.js → chunk-7UL5GQVB.js} +2 -2
- package/__chunks__/{chunk-OI4ITLKW.js → chunk-7WZASU5V.js} +2 -2
- package/__chunks__/{chunk-UV5XZRN5.js → chunk-7XEOFRLA.js} +2 -2
- package/__chunks__/{chunk-VZGAHYRJ.js → chunk-7ZTPWWGU.js} +2 -2
- package/__chunks__/{chunk-XF6QVR4D.js → chunk-AAUTX4KM.js} +2 -2
- package/__chunks__/{chunk-4GYRLAHO.js → chunk-ADZSYS64.js} +2 -2
- package/__chunks__/{chunk-4G5Z2ZB5.js → chunk-ALBJ3VJ2.js} +2 -2
- package/__chunks__/chunk-AOXIRO72.js +2 -0
- package/__chunks__/{chunk-LRON2GMF.js → chunk-ATR67GE7.js} +2 -2
- package/__chunks__/{chunk-DISMP7Z7.js → chunk-AYGG3CYW.js} +2 -2
- package/__chunks__/{chunk-HHOGX6TO.js → chunk-B7ZRV6BR.js} +2 -2
- package/__chunks__/{chunk-PFD2ZXYY.js → chunk-BDNABIIK.js} +2 -2
- package/__chunks__/{chunk-4AQPPENI.js → chunk-BGFCL5YJ.js} +2 -2
- package/__chunks__/{chunk-TYZFZ5VH.js → chunk-BGKJK4V3.js} +2 -2
- package/__chunks__/{chunk-UHFPPR5C.js → chunk-BHTCQYLG.js} +2 -2
- package/__chunks__/chunk-BJTRYHO5.js +2 -0
- package/__chunks__/{chunk-WJ7GWZGU.js → chunk-BK54RWVB.js} +2 -2
- package/__chunks__/{chunk-66FCVWP7.js → chunk-BK5TQGQ4.js} +2 -2
- package/__chunks__/{chunk-JHOSAVUV.js → chunk-BQHBJRV2.js} +2 -2
- package/__chunks__/{chunk-2A6JCQ6O.js → chunk-BRYXMNPX.js} +2 -2
- package/__chunks__/{chunk-LCSDFZX2.js → chunk-BV7C4GYQ.js} +2 -2
- package/__chunks__/{chunk-YYFYTGDS.js → chunk-BW346SZT.js} +2 -2
- package/__chunks__/{chunk-MPT74EUN.js → chunk-BXA24KIZ.js} +2 -2
- package/__chunks__/{chunk-P34RUZDS.js → chunk-BZJTV2NI.js} +2 -2
- package/__chunks__/{chunk-HKOZWGGV.js → chunk-C6ERQ4DO.js} +2 -2
- package/__chunks__/{chunk-CFQGV6MB.js → chunk-C6WHGTYJ.js} +2 -2
- package/__chunks__/chunk-C7HWDSJ5.js +2 -0
- package/__chunks__/chunk-CCK4MBG6.js +2 -0
- package/__chunks__/{chunk-3ZUJNJWN.js → chunk-CFYVOQBD.js} +2 -2
- package/__chunks__/{chunk-3SOAVVKV.js → chunk-CIFVVBRB.js} +2 -2
- package/__chunks__/{chunk-6YIIWWW4.js → chunk-CIL46SOJ.js} +2 -2
- package/__chunks__/chunk-CJIGRZO2.js +2 -0
- package/__chunks__/{chunk-5RVWCSC7.js → chunk-CK2NLQDL.js} +2 -2
- package/__chunks__/{chunk-7RBRFERR.js → chunk-CK75LBHF.js} +2 -2
- package/__chunks__/{chunk-LBPTFMRG.js → chunk-CLNNDAVC.js} +2 -2
- package/__chunks__/chunk-COFGP7BF.js +2 -0
- package/__chunks__/{chunk-6QTTYGME.js → chunk-CROGSP36.js} +2 -2
- package/__chunks__/{chunk-E3MZPP7L.js → chunk-CSVGCAGR.js} +2 -2
- package/__chunks__/{chunk-4LRNVLZQ.js → chunk-CUVU23CU.js} +2 -2
- package/__chunks__/{chunk-X74BWI6J.js → chunk-DBZ3PT4K.js} +2 -2
- package/__chunks__/{chunk-SC6EARHS.js → chunk-DDC6ZCTB.js} +2 -2
- package/__chunks__/{chunk-WKAHS3KX.js → chunk-DEEGWFQM.js} +2 -2
- package/__chunks__/chunk-DGUOJUUY.js +2 -0
- package/__chunks__/{chunk-MMTJHADO.js → chunk-DLMGSLQS.js} +2 -2
- package/__chunks__/{chunk-WDYOACJI.js → chunk-DNUOCAGP.js} +2 -2
- package/__chunks__/{chunk-4XVO6XTP.js → chunk-DYVUF3OH.js} +2 -2
- package/__chunks__/{chunk-JE36PGVZ.js → chunk-E24TQPRY.js} +2 -2
- package/__chunks__/{chunk-KGR2FOSV.js → chunk-E64HBPAA.js} +2 -2
- package/__chunks__/chunk-EBJYOLNG.js +2 -0
- package/__chunks__/{chunk-IHGYPNRZ.js → chunk-ECI7MZQ3.js} +2 -2
- package/__chunks__/{chunk-VMIULIO2.js → chunk-EHZSMQHW.js} +2 -2
- package/__chunks__/{chunk-5VTXUKP7.js → chunk-EKGPN3WI.js} +2 -2
- package/__chunks__/{chunk-TB3TYDEU.js → chunk-EPP4EMBS.js} +2 -2
- package/__chunks__/{chunk-K3GCLKZ7.js → chunk-EPS6HRIQ.js} +2 -2
- package/__chunks__/{chunk-GKSJI4NQ.js → chunk-EWC4J6JT.js} +2 -2
- package/__chunks__/{chunk-WAPTCQ75.js → chunk-EXMJK42W.js} +2 -2
- package/__chunks__/{chunk-FASLIACK.js → chunk-EYH2KHMT.js} +2 -2
- package/__chunks__/{chunk-B4ONVFZZ.js → chunk-EZKJ6SH6.js} +2 -2
- package/__chunks__/{chunk-PCK656QH.js → chunk-F2BOSVKG.js} +2 -2
- package/__chunks__/{chunk-6EAFYTRZ.js → chunk-F3AIBRK4.js} +2 -2
- package/__chunks__/{chunk-IFXITFJQ.js → chunk-F5247DFI.js} +2 -2
- package/__chunks__/{chunk-AX3PG4SD.js → chunk-F7IILFHS.js} +2 -2
- package/__chunks__/{chunk-OEIDILAW.js → chunk-FBK2N3YE.js} +2 -2
- package/__chunks__/{chunk-3ZQDEH2Z.js → chunk-FFC6SFZJ.js} +2 -2
- package/__chunks__/chunk-FHOGOI4H.js +2 -0
- package/__chunks__/{chunk-MA2KGP7W.js → chunk-FLBS2TO7.js} +2 -2
- package/__chunks__/{chunk-NQJEEFM5.js → chunk-FNMTPDUK.js} +2 -2
- package/__chunks__/{chunk-3SJHCATS.js → chunk-FSQWNG35.js} +2 -2
- package/__chunks__/{chunk-N2VIDHS3.js → chunk-FU6I47QE.js} +2 -2
- package/__chunks__/chunk-FV5YN5KV.js +2 -0
- package/__chunks__/{chunk-5SPIRRZ2.js → chunk-FYG52JCT.js} +2 -2
- package/__chunks__/chunk-FZ2R5HQP.js +2 -0
- package/__chunks__/{chunk-MLZNLFQS.js → chunk-FZYBCFUO.js} +2 -2
- package/__chunks__/chunk-G3Y3FAYT.js +2 -0
- package/__chunks__/{chunk-SX2BIKQW.js → chunk-GAX23W6N.js} +2 -2
- package/__chunks__/{chunk-3V256QRF.js → chunk-GBBBLGO7.js} +2 -2
- package/__chunks__/{chunk-HKZZMM62.js → chunk-GE2ZYJPG.js} +2 -2
- package/__chunks__/{chunk-BUXVABU4.js → chunk-GFAT2LMS.js} +2 -2
- package/__chunks__/{chunk-E7VKZEH7.js → chunk-GMHHEMRR.js} +2 -2
- package/__chunks__/{chunk-RYPCCLPH.js → chunk-GNQ52MZT.js} +2 -2
- package/__chunks__/{chunk-257V2OS5.js → chunk-GNY3EIFW.js} +2 -2
- package/__chunks__/{chunk-A4DHACXR.js → chunk-GTQ4BLGT.js} +2 -2
- package/__chunks__/{chunk-S3WPX3OA.js → chunk-GY5U4IIM.js} +2 -2
- package/__chunks__/{chunk-JT6G3SAD.js → chunk-GZKWOT6B.js} +2 -2
- package/__chunks__/{chunk-P7DOUIHR.js → chunk-H5BRPXWX.js} +2 -2
- package/__chunks__/{chunk-SYLPACCO.js → chunk-HLDLACXJ.js} +2 -2
- package/__chunks__/{chunk-DJMPFVA5.js → chunk-HLVFMKKJ.js} +2 -2
- package/__chunks__/{chunk-RCX4DZ3P.js → chunk-HPKV6QQU.js} +2 -2
- package/__chunks__/{chunk-O6DY7CD7.js → chunk-HTYQQHRB.js} +2 -2
- package/__chunks__/{chunk-KGK5ZP4K.js → chunk-HULA2ZB5.js} +2 -2
- package/__chunks__/{chunk-QBV4ORH5.js → chunk-HV5UXMOY.js} +2 -2
- package/__chunks__/chunk-HYKA7O3B.js +2 -0
- package/__chunks__/{chunk-36JJ5JRH.js → chunk-I2FFH5PA.js} +2 -2
- package/__chunks__/chunk-I47ZRB3J.js +2 -0
- package/__chunks__/{chunk-RPRXCYLL.js → chunk-I7HN7WZC.js} +2 -2
- package/__chunks__/{chunk-ZT3UE2I4.js → chunk-I7M5YUQS.js} +2 -2
- package/__chunks__/chunk-IAUBQAOK.js +2 -0
- package/__chunks__/{chunk-5EVIS542.js → chunk-IBUHA7T5.js} +2 -2
- package/__chunks__/{chunk-BDILLGIU.js → chunk-IE4SG6Y3.js} +2 -2
- package/__chunks__/{chunk-HEURNY5M.js → chunk-IEK7SALK.js} +2 -2
- package/__chunks__/{chunk-AJ3WK46S.js → chunk-IETXWWAF.js} +2 -2
- package/__chunks__/{chunk-W4TPORJ4.js → chunk-IF75XRNK.js} +2 -2
- package/__chunks__/chunk-IJE5B5DQ.js +2 -0
- package/__chunks__/{chunk-AEKVIZGA.js → chunk-IJSDZQIP.js} +2 -2
- package/__chunks__/{chunk-P6ZSBO2H.js → chunk-IQEG76GP.js} +2 -2
- package/__chunks__/chunk-IQIZ72YR.js +2 -0
- package/__chunks__/{chunk-X7BOBSA7.js → chunk-IQVLUJ65.js} +2 -2
- package/__chunks__/{chunk-WYMEJDWE.js → chunk-ISDFMIQ2.js} +2 -2
- package/__chunks__/{chunk-QBBJ66CG.js → chunk-ITAQAQMT.js} +2 -2
- package/__chunks__/{chunk-SL36SEJU.js → chunk-ITGC7TU7.js} +2 -2
- package/__chunks__/{chunk-PO2X5OTI.js → chunk-IWKHRTXE.js} +2 -2
- package/__chunks__/{chunk-KDEKURY7.js → chunk-JFY34VDT.js} +2 -2
- package/__chunks__/{chunk-SHNCAPLN.js → chunk-JL6PJDHJ.js} +2 -2
- package/__chunks__/{chunk-HKU3BVOJ.js → chunk-JNCGE6ZG.js} +2 -2
- package/__chunks__/chunk-JQZKDO3I.js +2 -0
- package/__chunks__/{chunk-7UWF5TQK.js → chunk-JRBDIP3A.js} +2 -2
- package/__chunks__/chunk-JRQWFWLE.js +2 -0
- package/__chunks__/{chunk-Q34WMJYN.js → chunk-JT7VAMPI.js} +2 -2
- package/__chunks__/{chunk-UBL63NOY.js → chunk-JZH4XID4.js} +2 -2
- package/__chunks__/{chunk-6WJGXW4L.js → chunk-K2VXMJBO.js} +2 -2
- package/__chunks__/{chunk-7AOABNNG.js → chunk-K5ZBXQXV.js} +2 -2
- package/__chunks__/{chunk-JCHAQ7DI.js → chunk-KAIWO3JH.js} +2 -2
- package/__chunks__/{chunk-IOPVZ45X.js → chunk-KCK6EIJZ.js} +2 -2
- package/__chunks__/chunk-KDL2J5UU.js +2 -0
- package/__chunks__/chunk-KEENZZQA.js +2 -0
- package/__chunks__/{chunk-XXEKL2DH.js → chunk-KEVM76Z6.js} +2 -2
- package/__chunks__/{chunk-OKAPL7IU.js → chunk-KK4SW5GK.js} +2 -2
- package/__chunks__/chunk-KN6D65Z4.js +2 -0
- package/__chunks__/{chunk-3OCOE6GZ.js → chunk-KNQINYMW.js} +2 -2
- package/__chunks__/{chunk-KQPPULAV.js → chunk-KRNFIMQV.js} +2 -2
- package/__chunks__/{chunk-5ZVY4RIO.js → chunk-KVYOP3R5.js} +2 -2
- package/__chunks__/chunk-KWKLZX2Y.js +2 -0
- package/__chunks__/{chunk-ZUDEF5PH.js → chunk-KY3A7C32.js} +2 -2
- package/__chunks__/{chunk-GH23JBYW.js → chunk-L2PRM4NS.js} +2 -2
- package/__chunks__/{chunk-NPJMJCHW.js → chunk-L6V2KLRC.js} +2 -2
- package/__chunks__/{chunk-JAP3I2TY.js → chunk-LABE3R2B.js} +2 -2
- package/__chunks__/{chunk-LRIZTOJX.js → chunk-LL2OAG62.js} +2 -2
- package/__chunks__/{chunk-ZX2MFQQE.js → chunk-LL6OV5BG.js} +2 -2
- package/__chunks__/chunk-LL6UFKTT.js +2 -0
- package/__chunks__/{chunk-LOB42GDJ.js → chunk-LQIFDBE4.js} +2 -2
- package/__chunks__/chunk-M4433RGI.js +2 -0
- package/__chunks__/{chunk-YIBZS65X.js → chunk-M7SI2BZ5.js} +2 -2
- package/__chunks__/chunk-MAMWCDL6.js +2 -0
- package/__chunks__/{chunk-IM3S5C7A.js → chunk-MBBFQ7BM.js} +2 -2
- package/__chunks__/chunk-MCVZ2L7D.js +2 -0
- package/__chunks__/{chunk-B4GJ6RHU.js → chunk-MDOSW4IP.js} +2 -2
- package/__chunks__/{chunk-TDQPGZCU.js → chunk-MFCDOAOP.js} +2 -2
- package/__chunks__/chunk-MFCQDQSI.js +2 -0
- package/__chunks__/chunk-MFNLD65I.js +2 -0
- package/__chunks__/{chunk-Y4QLCEX5.js → chunk-MHIWV4TP.js} +2 -2
- package/__chunks__/{chunk-XD2UAMEU.js → chunk-MHZLSYKI.js} +2 -2
- package/__chunks__/{chunk-CK3N6BP7.js → chunk-MJ2L2R7P.js} +2 -2
- package/__chunks__/chunk-MPE6J2FZ.js +2 -0
- package/__chunks__/chunk-MQCGFZND.js +2 -0
- package/__chunks__/{chunk-DOUMFBOY.js → chunk-MRXOZERN.js} +2 -2
- package/__chunks__/{chunk-3ZIF524L.js → chunk-MVXGMWHA.js} +2 -2
- package/__chunks__/{chunk-2PVUEXHG.js → chunk-N2BJUOYV.js} +2 -2
- package/__chunks__/{chunk-VCADWIXJ.js → chunk-N2SF7O6N.js} +2 -2
- package/__chunks__/{chunk-H54UTQ7S.js → chunk-N5NL33FG.js} +2 -2
- package/__chunks__/chunk-NFL6FTPG.js +2 -0
- package/__chunks__/{chunk-5ZOIFWXW.js → chunk-NNGPW4C4.js} +2 -2
- package/__chunks__/chunk-NPU42HGE.js +2 -0
- package/__chunks__/{chunk-BCE4OUKI.js → chunk-NUDS6AEB.js} +2 -2
- package/__chunks__/{chunk-5RBTMCET.js → chunk-NULPW5J7.js} +2 -2
- package/__chunks__/{chunk-4HXOCVLQ.js → chunk-NUS7PJPI.js} +2 -2
- package/__chunks__/{chunk-2G3HVYVT.js → chunk-NV6DGZ64.js} +2 -2
- package/__chunks__/chunk-NXE7UELQ.js +2 -0
- package/__chunks__/{chunk-MGHYEVAA.js → chunk-NYFU76DD.js} +2 -2
- package/__chunks__/chunk-NYKUG2BD.js +2 -0
- package/__chunks__/{chunk-55OVDTJG.js → chunk-O57Q75RW.js} +2 -2
- package/__chunks__/{chunk-IJ22BTFZ.js → chunk-O7YCFEFT.js} +2 -2
- package/__chunks__/chunk-OC3TXL2V.js +2 -0
- package/__chunks__/{chunk-IAMBP34Z.js → chunk-ODRGRF5E.js} +2 -2
- package/__chunks__/chunk-OEDJXEC4.js +2 -0
- package/__chunks__/chunk-ONODDPH6.js +2 -0
- package/__chunks__/{chunk-3ALHNDLT.js → chunk-OQ2PZJHD.js} +2 -2
- package/__chunks__/{chunk-GBSXIYDB.js → chunk-OTOD7QMF.js} +2 -2
- package/__chunks__/{chunk-HZO7QBSU.js → chunk-OUKHCOTG.js} +2 -2
- package/__chunks__/{chunk-4GKCTMFA.js → chunk-OULOPE3W.js} +2 -2
- package/__chunks__/{chunk-I73K2KDA.js → chunk-OVM6BMTQ.js} +2 -2
- package/__chunks__/chunk-OY7P7YMY.js +2 -0
- package/__chunks__/{chunk-L5S5P5OY.js → chunk-P3KWCR7B.js} +2 -2
- package/__chunks__/chunk-P422RFZX.js +2 -0
- package/__chunks__/{chunk-JCOAASSG.js → chunk-PECWDR7O.js} +2 -2
- package/__chunks__/{chunk-KDZOQ2KR.js → chunk-PEPX6GK6.js} +2 -2
- package/__chunks__/{chunk-QYVVVVMX.js → chunk-PESDMPD2.js} +2 -2
- package/__chunks__/{chunk-ZPQCKI33.js → chunk-PHXBOBXU.js} +2 -2
- package/__chunks__/chunk-PSBGRDPQ.js +2 -0
- package/__chunks__/{chunk-VGCOJ6E5.js → chunk-PSOP7Y6R.js} +2 -2
- package/__chunks__/{chunk-PHTEX6W2.js → chunk-PUOBJCBI.js} +2 -2
- package/__chunks__/{chunk-2DUCIYN5.js → chunk-PVQFNBHQ.js} +2 -2
- package/__chunks__/{chunk-AZ4PGCVQ.js → chunk-Q223KPGC.js} +2 -2
- package/__chunks__/chunk-Q2AWPGGC.js +2 -0
- package/__chunks__/{chunk-EEMAKXJY.js → chunk-Q54PBYJF.js} +2 -2
- package/__chunks__/{chunk-TVJX2CW2.js → chunk-QAFACEWQ.js} +2 -2
- package/__chunks__/{chunk-NRL3NY23.js → chunk-QDDBIE5J.js} +2 -2
- package/__chunks__/{chunk-QTAPR75L.js → chunk-QFD4KJBX.js} +2 -2
- package/__chunks__/{chunk-CJI67IO4.js → chunk-QNSCWHM6.js} +2 -2
- package/__chunks__/{chunk-MSMZZ5MP.js → chunk-QS2KXUIF.js} +2 -2
- package/__chunks__/{chunk-6RELFY6X.js → chunk-QVY5G664.js} +2 -2
- package/__chunks__/{chunk-T3Q3OLXT.js → chunk-QXXO4YR3.js} +2 -2
- package/__chunks__/{chunk-CQYNJAVN.js → chunk-RCXRWTLS.js} +2 -2
- package/__chunks__/{chunk-BMQXDZSL.js → chunk-REFXWQO6.js} +2 -2
- package/__chunks__/{chunk-UXHNT6XC.js → chunk-RHXJ2LRN.js} +2 -2
- package/__chunks__/chunk-RHZOEMQW.js +2 -0
- package/__chunks__/{chunk-HJOTPEXW.js → chunk-RKFOQNPX.js} +2 -2
- package/__chunks__/{chunk-N7AFTP53.js → chunk-RKLR6NDQ.js} +2 -2
- package/__chunks__/chunk-RMUOSPVR.js +2 -0
- package/__chunks__/{chunk-MZFIWOJM.js → chunk-RNDNBN6L.js} +2 -2
- package/__chunks__/{chunk-FEXZG4Q4.js → chunk-RU3WQUSA.js} +2 -2
- package/__chunks__/{chunk-PK5ROSZ4.js → chunk-RYHH4RZQ.js} +2 -2
- package/__chunks__/{chunk-YYS32OHG.js → chunk-S2OCHQ2U.js} +2 -2
- package/__chunks__/{chunk-AFA5ECYM.js → chunk-S3JDALK7.js} +2 -2
- package/__chunks__/{chunk-QTITZIF4.js → chunk-S5PH5ENI.js} +2 -2
- package/__chunks__/{chunk-5JEYLUVZ.js → chunk-S67MYJP2.js} +2 -2
- package/__chunks__/{chunk-XZ5ZFHMU.js → chunk-S7SFE7RV.js} +2 -2
- package/__chunks__/{chunk-JVIH6ULL.js → chunk-SAOHFMRY.js} +2 -2
- package/__chunks__/{chunk-SYYKXZVP.js → chunk-SDXMBWMP.js} +2 -2
- package/__chunks__/{chunk-TWRS6TUH.js → chunk-SEM2ZURP.js} +2 -2
- package/__chunks__/{chunk-IYNCLWIE.js → chunk-SH6EVJDQ.js} +2 -2
- package/__chunks__/chunk-SI2ND36M.js +2 -0
- package/__chunks__/{chunk-EJTF4U3V.js → chunk-SJFTV4RL.js} +2 -2
- package/__chunks__/{chunk-QON3AXBK.js → chunk-SNHVI5CA.js} +2 -2
- package/__chunks__/{chunk-PZGBE65S.js → chunk-SO6PLETH.js} +2 -2
- package/__chunks__/{chunk-CU4IG3AY.js → chunk-SSJJJRCG.js} +2 -2
- package/__chunks__/{chunk-WOSZRGLE.js → chunk-SSUUG5BL.js} +2 -2
- package/__chunks__/{chunk-JBVEH67A.js → chunk-SWLB5H7S.js} +2 -2
- package/__chunks__/{chunk-P44ZK4ZH.js → chunk-SY3QZU57.js} +2 -2
- package/__chunks__/{chunk-AZ5CTMID.js → chunk-SZE2S6MQ.js} +2 -2
- package/__chunks__/{chunk-AD7AOEJP.js → chunk-T3LOEKGZ.js} +2 -2
- package/__chunks__/{chunk-CCUP6Z5Q.js → chunk-TB2X5ZV4.js} +2 -2
- package/__chunks__/{chunk-ZDM7GLWV.js → chunk-TCSKGMYA.js} +2 -2
- package/__chunks__/{chunk-BTBUEEGJ.js → chunk-TGBFLSOH.js} +2 -2
- package/__chunks__/{chunk-5CTOGUFW.js → chunk-TK6AIRFN.js} +2 -2
- package/__chunks__/{chunk-XUD3HGD3.js → chunk-TKBWR2NV.js} +2 -2
- package/__chunks__/{chunk-SGW56RGE.js → chunk-TTUJHLYN.js} +2 -2
- package/__chunks__/chunk-TYUFKGBQ.js +2 -0
- package/__chunks__/{chunk-7EH7TH4P.js → chunk-TZSUBZOG.js} +2 -2
- package/__chunks__/{chunk-WYYVQAJZ.js → chunk-U5GSNGEN.js} +2 -2
- package/__chunks__/{chunk-DYQG77PA.js → chunk-ULPQXV5M.js} +2 -2
- package/__chunks__/{chunk-L5USSQV7.js → chunk-UV5UAFY5.js} +2 -2
- package/__chunks__/{chunk-MU756GSX.js → chunk-UWL6VWT6.js} +2 -2
- package/__chunks__/{chunk-EVQFZNK2.js → chunk-V2IOPWW3.js} +2 -2
- package/__chunks__/chunk-V2OTXVLL.js +2 -0
- package/__chunks__/{chunk-J6OGEOZF.js → chunk-V35RK43R.js} +2 -2
- package/__chunks__/{chunk-UJN5MPFK.js → chunk-V4FFONMO.js} +2 -2
- package/__chunks__/chunk-V6UDJRQK.js +2 -0
- package/__chunks__/{chunk-3DBFLIC4.js → chunk-V72EWHS4.js} +2 -2
- package/__chunks__/chunk-V7YPFAS3.js +2 -0
- package/__chunks__/{chunk-Y4TODM62.js → chunk-VAWDF5FF.js} +2 -2
- package/__chunks__/chunk-VC5UFAGJ.js +2 -0
- package/__chunks__/{chunk-E4NSUNPG.js → chunk-VH5CR6H6.js} +2 -2
- package/__chunks__/chunk-VJBO2WKZ.js +2 -0
- package/__chunks__/chunk-VJOFL77X.js +2 -0
- package/__chunks__/{chunk-33YI4RJB.js → chunk-VKP3E34Y.js} +2 -2
- package/__chunks__/{chunk-3VZRJQDC.js → chunk-VNUU3UJ4.js} +2 -2
- package/__chunks__/{chunk-APLVSXCM.js → chunk-VOL4KREK.js} +2 -2
- package/__chunks__/{chunk-ZLMLAFUC.js → chunk-VW7Q3FOX.js} +2 -2
- package/__chunks__/{chunk-FFYWKCLY.js → chunk-VXBF5YEX.js} +2 -2
- package/__chunks__/chunk-W4V7P3GC.js +2 -0
- package/__chunks__/{chunk-EIBA4UGS.js → chunk-WAOCAJEE.js} +2 -2
- package/__chunks__/{chunk-P7LK2MRC.js → chunk-WMI7RPGF.js} +2 -2
- package/__chunks__/chunk-WMUE6S3I.js +2 -0
- package/__chunks__/{chunk-Y3LC7LH7.js → chunk-WODLSNSJ.js} +2 -2
- package/__chunks__/{chunk-NSMYRCSP.js → chunk-WP2EHLMN.js} +2 -2
- package/__chunks__/chunk-WQV4V7BT.js +2 -0
- package/__chunks__/{chunk-UQ4VPC5D.js → chunk-WR7UW653.js} +2 -2
- package/__chunks__/chunk-X5NJUYJU.js +2 -0
- package/__chunks__/chunk-XAT7MM7Y.js +2 -0
- package/__chunks__/{chunk-C75RAZQH.js → chunk-XEDHNJSX.js} +2 -2
- package/__chunks__/{chunk-7AHPPG66.js → chunk-XFLZZ57I.js} +2 -2
- package/__chunks__/{chunk-56Y4C7OL.js → chunk-XHZGVAHC.js} +2 -2
- package/__chunks__/{chunk-QZXEWJEB.js → chunk-XIXBZMQ5.js} +2 -2
- package/__chunks__/{chunk-PFYDQUAH.js → chunk-XJ7DUFSJ.js} +2 -2
- package/__chunks__/chunk-XQBGE3JJ.js +2 -0
- package/__chunks__/{chunk-OTGLBMDI.js → chunk-XWF6N5TB.js} +2 -2
- package/__chunks__/{chunk-WP3EKQ33.js → chunk-XYOQ2RUY.js} +2 -2
- package/__chunks__/chunk-Y2U6S3TU.js +2 -0
- package/__chunks__/{chunk-ARN53Q73.js → chunk-Y7QAA5B4.js} +2 -2
- package/__chunks__/{chunk-ZJ44BBJH.js → chunk-YABW3YGJ.js} +2 -2
- package/__chunks__/{chunk-XXHY3YCJ.js → chunk-YAJEBU5D.js} +2 -2
- package/__chunks__/chunk-YFBIIV4V.js +2 -0
- package/__chunks__/{chunk-HIF225WK.js → chunk-YICRORKU.js} +2 -2
- package/__chunks__/{chunk-T5ONLZ6E.js → chunk-YOYRVDJG.js} +2 -2
- package/__chunks__/{chunk-QWWHHGCE.js → chunk-YQZC3OTO.js} +2 -2
- package/__chunks__/{chunk-P6ZE7DDI.js → chunk-YRZH6WDS.js} +2 -2
- package/__chunks__/{chunk-LQWIRI63.js → chunk-YSBIXIOE.js} +2 -2
- package/__chunks__/{chunk-34CLCC7I.js → chunk-YWBGCS6H.js} +2 -2
- package/__chunks__/{chunk-62PXFZD6.js → chunk-YXTBEJY6.js} +2 -2
- package/__chunks__/{chunk-YHV2APOL.js → chunk-Z2X7SM5M.js} +2 -2
- package/__chunks__/{chunk-VW3MLSFP.js → chunk-Z44LZLLH.js} +2 -2
- package/__chunks__/{chunk-5JBL4CYL.js → chunk-Z4TSYODO.js} +2 -2
- package/__chunks__/{chunk-O4HOP36L.js → chunk-ZEPKB7OE.js} +2 -2
- package/__chunks__/{chunk-7DINC2IK.js → chunk-ZF2TKG7S.js} +2 -2
- package/__chunks__/{chunk-JVMIDZOF.js → chunk-ZMY7B4ZS.js} +2 -2
- package/__chunks__/{chunk-KCVMVIOG.js → chunk-ZNAF3YFY.js} +2 -2
- package/__chunks__/{chunk-Z5STIAXQ.js → chunk-ZR7CPMXT.js} +2 -2
- package/__chunks__/{chunk-4ZPA2ZNG.js → chunk-ZRU3XKDC.js} +2 -2
- package/__chunks__/{chunk-O3TBK5D4.js → chunk-ZYE3RICK.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/components/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/index.js +24 -24
- package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +9 -9
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/__commonjs/UI/index.js +78 -78
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/__commonjs/UI/walletConnect/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +2 -2
- package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
- package/__commonjs/components/LogoutListener/LogoutListener.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/index.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +3 -3
- package/__commonjs/components/LogoutListener/index.js +3 -3
- package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/__commonjs/components/ProviderInitializer/hooks/index.js +1 -1
- package/__commonjs/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/__commonjs/components/ProviderInitializer/index.js +1 -1
- package/__commonjs/hooks/index.js +2 -2
- package/__commonjs/hooks/login/index.js +2 -2
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useCancelCrossWindowAction.d.ts +2 -0
- package/__commonjs/hooks/transactions/useCancelCrossWindowAction.js +9 -0
- 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/utils/index.js +3 -3
- package/__commonjs/utils/logout.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/web/hooks/index.js +1 -1
- package/__commonjs/web/hooks/useIdleTimer.js +1 -1
- package/__commonjs/web/index.js +1 -1
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +2 -2
- package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +2 -2
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.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/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.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/getModifiedLoginToken.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.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/helpers/clearInitiatedLogins.js +1 -1
- package/hooks/login/helpers/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/useCancelCrossWindowAction.d.ts +2 -0
- package/hooks/transactions/useCancelCrossWindowAction.js +2 -0
- 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/useParseMultiEsdtTransferData.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 +2 -2
- 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/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.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/types/index.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/internal/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/smartContracts.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/getTransactionsStatus.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/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.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/getTransactionLinkWithLabel.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/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.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-25PH27XX.js +0 -2
- package/__chunks__/chunk-2CG6XOHZ.js +0 -2
- package/__chunks__/chunk-2HQJYAJ2.js +0 -2
- package/__chunks__/chunk-3G242RKD.js +0 -2
- package/__chunks__/chunk-3V2V3WLX.js +0 -2
- package/__chunks__/chunk-44UNMKZV.js +0 -2
- package/__chunks__/chunk-4FV5WXRI.js +0 -2
- package/__chunks__/chunk-4Q5XARIX.js +0 -2
- package/__chunks__/chunk-4T3EFIPI.js +0 -2
- package/__chunks__/chunk-57DOONMB.js +0 -2
- package/__chunks__/chunk-5OC4DXV3.js +0 -2
- package/__chunks__/chunk-6RKK5AVX.js +0 -2
- package/__chunks__/chunk-7SKCEKFC.js +0 -2
- package/__chunks__/chunk-AFHIR5VN.js +0 -2
- package/__chunks__/chunk-AGBQX6XH.js +0 -2
- package/__chunks__/chunk-APER4RWG.js +0 -2
- package/__chunks__/chunk-AQ7ZFARL.js +0 -2
- package/__chunks__/chunk-BKG5QNVT.js +0 -2
- package/__chunks__/chunk-BXFWVBLD.js +0 -2
- package/__chunks__/chunk-CSIVFEHX.js +0 -2
- package/__chunks__/chunk-CTE2PII3.js +0 -2
- package/__chunks__/chunk-EASZPWDI.js +0 -2
- package/__chunks__/chunk-F5S22R2J.js +0 -2
- package/__chunks__/chunk-FAG5WEX5.js +0 -2
- package/__chunks__/chunk-G4GWQBB2.js +0 -2
- package/__chunks__/chunk-H6LQDWBA.js +0 -2
- package/__chunks__/chunk-HTBJF4YL.js +0 -2
- package/__chunks__/chunk-IHUCQEAO.js +0 -2
- package/__chunks__/chunk-IIBGGIXF.js +0 -2
- package/__chunks__/chunk-IJUNWSRI.js +0 -2
- package/__chunks__/chunk-JHEX4XJD.js +0 -2
- package/__chunks__/chunk-JLB2SD4Y.js +0 -2
- package/__chunks__/chunk-JX7Y722R.js +0 -2
- package/__chunks__/chunk-K63MB7UE.js +0 -2
- package/__chunks__/chunk-KD3DJIPM.js +0 -2
- package/__chunks__/chunk-KKE6K6SP.js +0 -2
- package/__chunks__/chunk-KQF4JLB5.js +0 -2
- package/__chunks__/chunk-L6OLOPK7.js +0 -2
- package/__chunks__/chunk-LGORPIFL.js +0 -2
- package/__chunks__/chunk-LORFN4T2.js +0 -2
- package/__chunks__/chunk-LRPEYKUM.js +0 -2
- package/__chunks__/chunk-M6B5TKYN.js +0 -2
- package/__chunks__/chunk-MUY7XCBL.js +0 -2
- package/__chunks__/chunk-NJJDLNA3.js +0 -2
- package/__chunks__/chunk-NR46TAWF.js +0 -2
- package/__chunks__/chunk-OPT3JYNI.js +0 -2
- package/__chunks__/chunk-OX6DC2DM.js +0 -2
- package/__chunks__/chunk-OYOMODZB.js +0 -2
- package/__chunks__/chunk-PD2ZC75T.js +0 -2
- package/__chunks__/chunk-PDWGUQLF.js +0 -2
- package/__chunks__/chunk-QEUSB62B.js +0 -2
- package/__chunks__/chunk-R4M6QQ4K.js +0 -2
- package/__chunks__/chunk-REYXF4NM.js +0 -2
- package/__chunks__/chunk-RXFYZDFZ.js +0 -2
- package/__chunks__/chunk-SDMUANO6.js +0 -2
- package/__chunks__/chunk-SMJ7LGTH.js +0 -2
- package/__chunks__/chunk-SRJ4IEGT.js +0 -2
- package/__chunks__/chunk-SRSDD3A4.js +0 -2
- package/__chunks__/chunk-SSU7LQ75.js +0 -2
- package/__chunks__/chunk-T6LSREYZ.js +0 -2
- package/__chunks__/chunk-TLDSH2LE.js +0 -2
- package/__chunks__/chunk-TTGIQAT2.js +0 -2
- package/__chunks__/chunk-UGVGDZ5N.js +0 -2
- package/__chunks__/chunk-UIMES7TX.js +0 -2
- package/__chunks__/chunk-VYNA3EX7.js +0 -2
- package/__chunks__/chunk-WKJ6XBJ2.js +0 -2
- package/__chunks__/chunk-WSQOJNFU.js +0 -2
- package/__chunks__/chunk-XBE5PXX2.js +0 -2
- package/__chunks__/chunk-XFRD6GGC.js +0 -2
- package/__chunks__/chunk-XZX3TMKE.js +0 -2
- package/__chunks__/chunk-Y6LJTSTR.js +0 -2
- package/__chunks__/chunk-YIZA5OGG.js +0 -2
- package/__chunks__/chunk-Z2OE7NPO.js +0 -2
- package/__chunks__/chunk-Z4ILCUXN.js +0 -2
- package/__chunks__/chunk-ZA4AXCRU.js +0 -2
- package/__chunks__/chunk-ZEH6JNEE.js +0 -2
- package/__chunks__/chunk-ZSIT433N.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Qi=Object.create;var be=Object.defineProperty,es=Object.defineProperties,ts=Object.getOwnPropertyDescriptor,rs=Object.getOwnPropertyDescriptors,ns=Object.getOwnPropertyNames,je=Object.getOwnPropertySymbols,os=Object.getPrototypeOf,Mt=Object.prototype.hasOwnProperty,Hr=Object.prototype.propertyIsEnumerable;var Gr=(e,t,r)=>t in e?be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))Mt.call(t,r)&&Gr(e,r,t[r]);if(je)for(var r of je(t))Hr.call(t,r)&&Gr(e,r,t[r]);return e},w=(e,t)=>es(e,rs(t));var qr=(e,t)=>{var r={};for(var o in e)Mt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&je)for(var o of je(e))t.indexOf(o)<0&&Hr.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var ze=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),le=(e,t)=>{for(var r in t)be(e,r,{get:t[r],enumerable:!0})},jr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ns(t))!Mt.call(e,i)&&i!==r&&be(e,i,{get:()=>t[i],enumerable:!(o=ts(t,i))||o.enumerable});return e};var S=(e,t,r)=>(r=e!=null?Qi(os(e)):{},jr(t||!e||!e.__esModule?be(r,"default",{value:e,enumerable:!0}):r,e)),ke=e=>jr(be({},"__esModule",{value:!0}),e);var R=(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 Xr=ze(Ke=>{"use strict";n();Ke.byteLength=ss;Ke.toByteArray=cs;Ke.fromByteArray=us;var G=[],U=[],is=typeof Uint8Array!="undefined"?Uint8Array:Array,Ft="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(pe=0,zr=Ft.length;pe<zr;++pe)G[pe]=Ft[pe],U[Ft.charCodeAt(pe)]=pe;var pe,zr;U["-".charCodeAt(0)]=62;U["_".charCodeAt(0)]=63;function Kr(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 ss(e){var t=Kr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function as(e,t,r){return(t+r)*3/4-r}function cs(e){var t,r=Kr(e),o=r[0],i=r[1],l=new is(as(e,o,i)),p=0,d=i>0?o-4:o,m;for(m=0;m<d;m+=4)t=U[e.charCodeAt(m)]<<18|U[e.charCodeAt(m+1)]<<12|U[e.charCodeAt(m+2)]<<6|U[e.charCodeAt(m+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=U[e.charCodeAt(m)]<<2|U[e.charCodeAt(m+1)]>>4,l[p++]=t&255),i===1&&(t=U[e.charCodeAt(m)]<<10|U[e.charCodeAt(m+1)]<<4|U[e.charCodeAt(m+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function ls(e){return G[e>>18&63]+G[e>>12&63]+G[e>>6&63]+G[e&63]}function ps(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(ls(o));return i.join("")}function us(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,d=r-o;p<d;p+=l)i.push(ps(e,p,p+l>d?d:p+l));return o===1?(t=e[r-1],i.push(G[t>>2]+G[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(G[t>>10]+G[t>>4&63]+G[t<<2&63]+"=")),i.join("")}});var Yr=ze(Ut=>{n();Ut.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,k=r?-1:1,E=e[t+h];for(h+=k,l=E&(1<<-x)-1,E>>=-x,x+=d;x>0;l=l*256+e[t+h],h+=k,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+h],h+=k,x-=8);if(l===0)l=1-y;else{if(l===m)return p?NaN:(E?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(E?-1:1)*p*Math.pow(2,l-o)};Ut.write=function(e,t,r,o,i,l){var p,d,m,y=l*8-i-1,x=(1<<y)-1,h=x>>1,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,E=o?0:l-1,F=o?1:-1,ie=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+=k/m:t+=k*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+E]=d&255,E+=F,d/=256,i-=8);for(p=p<<i|d,y+=i;y>0;e[r+E]=p&255,E+=F,p/=256,y-=8);e[r+E-F]|=ie*128}});var pn=ze(Te=>{"use strict";n();var Bt=Xr(),fe=Yr(),Zr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Te.Buffer=u;Te.SlowBuffer=ys;Te.INSPECT_MAX_BYTES=50;var Xe=2147483647;Te.kMaxLength=Xe;u.TYPED_ARRAY_SUPPORT=ds();!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 ds(){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 J(e){if(e>Xe)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 Gt(e)}return en(e,t,r)}u.poolSize=8192;function en(e,t,r){if(typeof e=="string")return gs(e,t);if(ArrayBuffer.isView(e))return fs(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(H(e,ArrayBuffer)||e&&H(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(H(e,SharedArrayBuffer)||e&&H(e.buffer,SharedArrayBuffer)))return Vt(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=Ts(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 en(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function tn(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 ms(e,t,r){return tn(e),e<=0?J(e):t!==void 0?typeof r=="string"?J(e).fill(t,r):J(e).fill(t):J(e)}u.alloc=function(e,t,r){return ms(e,t,r)};function Gt(e){return tn(e),J(e<0?0:Ht(e)|0)}u.allocUnsafe=function(e){return Gt(e)};u.allocUnsafeSlow=function(e){return Gt(e)};function gs(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=rn(e,t)|0,o=J(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function Wt(e){for(var t=e.length<0?0:Ht(e.length)|0,r=J(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function fs(e){if(H(e,Uint8Array)){var t=new Uint8Array(e);return Vt(t.buffer,t.byteOffset,t.byteLength)}return Wt(e)}function Vt(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 Ts(e){if(u.isBuffer(e)){var t=Ht(e.length)|0,r=J(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||qt(e.length)?J(0):Wt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Wt(e.data)}function Ht(e){if(e>=Xe)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Xe.toString(16)+" bytes");return e|0}function ys(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(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),H(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(H(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 rn(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||H(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 $t(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return ln(e).length;default:if(i)return o?-1:$t(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=rn;function hs(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 Ls(this,t,r);case"utf8":case"utf-8":return on(this,t,r);case"ascii":return ks(this,t,r);case"latin1":case"binary":return Es(this,t,r);case"base64":return vs(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ps(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function ue(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)ue(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)ue(this,r,r+3),ue(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)ue(this,r,r+7),ue(this,r+1,r+6),ue(this,r+2,r+5),ue(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?on(this,0,t):hs.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=Te.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Zr&&(u.prototype[Zr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(H(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 nn(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,qt(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:Jr(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):Jr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Jr(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(E,F){return l===1?E[F]:E.readUInt16BE(F*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,k=0;k<d;k++)if(m(e,y+k)!==m(t,k)){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 nn(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return nn(this,t,r,o,!1)};function xs(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(qt(d))return p;e[r+p]=d}return p}function Ss(e,t,r,o){return Ye($t(t,e.length-r),e,r,o)}function ws(e,t,r,o){return Ye(Cs(t),e,r,o)}function As(e,t,r,o){return Ye(ln(t),e,r,o)}function Is(e,t,r,o){return Ye(Ds(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 xs(this,t,r,o);case"utf8":case"utf-8":return Ss(this,t,r,o);case"ascii":case"latin1":case"binary":return ws(this,t,r,o);case"base64":return As(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Is(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 vs(e,t,r){return t===0&&r===e.length?Bt.fromByteArray(e):Bt.fromByteArray(e.slice(t,r))}function on(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 bs(o)}var Qr=4096;function bs(e){var t=e.length;if(t<=Qr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Qr));return r}function ks(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 Es(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 Ls(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+=_s[e[l]];return i}function Ps(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 L(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||L(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||L(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||L(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,4,this.length),fe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||L(t,4,this.length),fe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||L(t,8,this.length),fe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||L(t,8,this.length),fe.read(this,t,!1,52,8)};function N(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;N(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;N(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||N(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||N(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||N(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||N(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||N(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);N(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);N(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||N(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||N(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||N(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||N(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||N(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 sn(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 an(e,t,r,o,i){return t=+t,r=r>>>0,i||sn(e,t,r,4,34028234663852886e22,-34028234663852886e22),fe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return an(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return an(this,t,r,!1,o)};function cn(e,t,r,o,i){return t=+t,r=r>>>0,i||sn(e,t,r,8,17976931348623157e292,-17976931348623157e292),fe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return cn(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return cn(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 Rs=/[^+/0-9A-Za-z-_]/g;function Ns(e){if(e=e.split("=")[0],e=e.trim().replace(Rs,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function $t(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 Cs(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Ds(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 ln(e){return Bt.toByteArray(Ns(e))}function Ye(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 H(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function qt(e){return e!==e}var _s=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 fn=ze((zc,gn)=>{n();var v=gn.exports={},q,j;function jt(){throw new Error("setTimeout has not been defined")}function zt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?q=setTimeout:q=jt}catch(e){q=jt}try{typeof clearTimeout=="function"?j=clearTimeout:j=zt}catch(e){j=zt}})();function un(e){if(q===setTimeout)return setTimeout(e,0);if((q===jt||!q)&&setTimeout)return q=setTimeout,setTimeout(e,0);try{return q(e,0)}catch(t){try{return q.call(null,e,0)}catch(r){return q.call(this,e,0)}}}function Os(e){if(j===clearTimeout)return clearTimeout(e);if((j===zt||!j)&&clearTimeout)return j=clearTimeout,clearTimeout(e);try{return j(e)}catch(t){try{return j.call(null,e)}catch(r){return j.call(this,e)}}}var Q=[],ye=!1,de,Ze=-1;function Ms(){!ye||!de||(ye=!1,de.length?Q=de.concat(Q):Ze=-1,Q.length&&dn())}function dn(){if(!ye){var e=un(Ms);ye=!0;for(var t=Q.length;t;){for(de=Q,Q=[];++Ze<t;)de&&de[Ze].run();Ze=-1,t=Q.length}de=null,ye=!1,Os(e)}}v.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];Q.push(new mn(e,t)),Q.length===1&&!ye&&un(dn)};function mn(e,t){this.fun=e,this.array=t}mn.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function ee(){}v.on=ee;v.addListener=ee;v.once=ee;v.off=ee;v.removeListener=ee;v.removeAllListeners=ee;v.emit=ee;v.prependListener=ee;v.prependOnceListener=ee;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var s,a,Kc,n=g(()=>{s=S(pn()),a=S(fn()),Kc=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)});var Tn=g(()=>{"use strict";n()});var yn=g(()=>{"use strict";n()});var hn=g(()=>{"use strict";n()});var Kt,xn=g(()=>{"use strict";n();Kt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Kt||{})});var Sn=g(()=>{"use strict";n()});var Xt=g(()=>{"use strict";n()});var wn=g(()=>{"use strict";n()});var An=g(()=>{"use strict";n()});var In=g(()=>{"use strict";n()});var vn=g(()=>{"use strict";n()});var Yt,he,Zt=g(()=>{"use strict";n();Yt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),he=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var bn,sl,kn,al,W=g(()=>{"use strict";n();Zt();bn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(bn||{}),sl=T(T({},he.WindowProviderRequestEnums),bn),kn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(kn||{}),al=T(T({},he.WindowProviderResponseEnums),kn)});var En=g(()=>{"use strict";n()});var Ln=g(()=>{"use strict";n()});var C=g(()=>{"use strict";n()});var Pn=g(()=>{"use strict";n()});var Rn=g(()=>{"use strict";n()});var Nn=g(()=>{"use strict";n()});var D=g(()=>{"use strict";n();An();In();vn();W();En();Ln();C();Pn();Rn();Nn()});var Jt,Cn,vl,Dn,bl,_n,kl,El,Ll,On=g(()=>{"use strict";n();D();Jt={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:Cn,egldLabel:vl}=Jt["devnet"],{chainId:Dn,egldLabel:bl}=Jt["testnet"],{chainId:_n,egldLabel:kl}=Jt["mainnet"],El={["devnet"]:Cn,["testnet"]:Dn,["mainnet"]:_n},Ll={[Cn]:"devnet",[Dn]:"testnet",[_n]:"mainnet"}});var Qt=g(()=>{"use strict";n()});var z,Mn=g(()=>{"use strict";n();z=require("@multiversx/sdk-web-wallet-provider")});var se,er=g(()=>{"use strict";n();se=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Fn,Un,tr,_l,Ol,Bn=g(()=>{"use strict";n();er();tr=String((Un=(Fn=se.safeWindow)==null?void 0:Fn.navigator)==null?void 0:Un.userAgent),_l=/^((?!chrome|android).)*safari/i.test(tr),Ol=/firefox/i.test(tr)&&/windows/i.test(tr)});var rr,nr,Wn,Je,Vn,xe,A=g(()=>{"use strict";n();Tn();yn();hn();xn();Sn();Xt();wn();On();Qt();Mn();Bn();rr=5e4,nr=1e9,Wn=1,Je="logout",Vn="login",xe="0"});var Qe,or=g(()=>{"use strict";n();Qe=()=>Date.now()/1e3});var $n=g(()=>{"use strict";n()});var Gn=g(()=>{"use strict";n()});var Hn=g(()=>{"use strict";n();or();$n();Gn()});var ir={};le(ir,{clear:()=>Ws,getItem:()=>Us,localStorageKeys:()=>V,removeItem:()=>Bs,setItem:()=>Fs});var V,et,Fs,Us,Bs,Ws,Se=g(()=>{"use strict";n();Hn();V={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},et=typeof localStorage!="undefined",Fs=({key:e,data:t,expires:r})=>{!et||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Us=e=>{if(!et)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:Qe()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Bs=e=>{!et||localStorage.removeItem(String(e))},Ws=()=>{!et||localStorage.clear()}});var sr={};le(sr,{clear:()=>Kn,getItem:()=>jn,removeItem:()=>zn,setItem:()=>qn,storage:()=>Vs});var qn,jn,zn,Kn,Vs,Xn=g(()=>{"use strict";n();qn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},jn=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},zn=e=>sessionStorage.removeItem(String(e)),Kn=()=>sessionStorage.clear(),Vs={setItem:qn,getItem:jn,removeItem:zn,clear:Kn}});var K,Ee=g(()=>{"use strict";n();Se();Xn();K={session:sr,local:ir}});var ar,I,Le,O=g(()=>{"use strict";n();ar=require("@reduxjs/toolkit");A();I=(0,ar.createAction)(Je),Le=(0,ar.createAction)(Vn,e=>({payload:e}))});var lr,Yn,Zn,tt,cr,Jn,pr,dp,ur,mp,gp,fp,Tp,yp,hp,xp,Sp,rt,nt=g(()=>{"use strict";n();lr=require("@multiversx/sdk-core"),Yn=require("@reduxjs/toolkit"),Zn=require("redux-persist");A();Ee();Se();O();tt={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:xe},cr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":tt},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Jn=(0,Yn.createSlice)({name:"accountInfoSlice",initialState:cr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new lr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:tt},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,()=>(K.local.removeItem(V.loginExpiresAt),cr)),e.addCase(Le,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new lr.Address(o).hex()}),e.addCase(Zn.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:cr.accounts,t.publicKey=d})}}),{setAccount:pr,setAddress:dp,setAccountNonce:ur,setAccountShard:mp,setLedgerAccount:gp,updateLedgerAccount:fp,setWalletConnectAccount:Tp,setIsAccountLoading:yp,setAccountLoadingError:hp,setWebsocketEvent:xp,setWebsocketBatchEvent:Sp}=Jn.actions,rt=Jn.reducer});function Pe(){return new Date().setHours(new Date().getHours()+24)}function Re(e){K.local.setItem({key:V.loginExpiresAt,data:e,expires:e})}var dr=g(()=>{"use strict";n();Ee();Se()});var eo,Qn,to,Rp,Np,Cp,Dp,_p,Op,ro,Mp,Fp,Up,ot,it=g(()=>{"use strict";n();eo=require("@reduxjs/toolkit");dr();W();O();Qn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},to=(0,eo.createSlice)({name:"loginInfoSlice",initialState:Qn,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,()=>Qn),e.addCase(Le,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,Re(Pe())})}}),{setLoginMethod:Rp,setWalletConnectLogin:Np,setLedgerLogin:Cp,setTokenLogin:Dp,setTokenLoginSignature:_p,setWalletLogin:Op,invalidateLoginSession:ro,setLogoutRoute:Mp,setIsWalletConnectV2Initialized:Fp,setWebviewLogin:Up}=to.actions,ot=to.reducer});var oo,no,io,$p,Gp,Hp,qp,st,at=g(()=>{"use strict";n();oo=require("@reduxjs/toolkit");O();no={},io=(0,oo.createSlice)({name:"modalsSlice",initialState:no,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,()=>no)}}),{setTxSubmittedModal:$p,setNotificationModal:Gp,clearTxSubmittedModal:Hp,clearNotificationModal:qp}=io.actions,st=io.reducer});var Ce,ct=g(()=>{"use strict";n();Ce=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var M,ae=g(()=>{"use strict";n();ct();M=()=>{if(!Ce())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var mr,so=g(()=>{"use strict";n();ae();mr=(e="")=>{let t=M(),r=e.startsWith("http")||e.startsWith("www.");return!t.origin||e.startsWith(t.origin)||r?e:`${t.origin}/${e.replace("/","")}`}});var ao=g(()=>{"use strict";n();we()});var co,lo=g(()=>{"use strict";n();er();co=e=>{if(!se.safeWindow.location)return;if(!new URL(se.safeWindow.location.href).protocol.startsWith("http"))return se.safeWindow.location.reload();se.safeWindow.location.assign(e)}});var we=g(()=>{"use strict";n();so();ao();ae();lo()});var po,uo,gr,fr=g(()=>{"use strict";n();we();po=!1,uo=(e=!0)=>{po=e},gr=({timeout:e=0,url:t})=>{po||setTimeout(()=>{if(!!window)return co(t)},e)}});var mo=g(()=>{"use strict";n();fr()});function go(e){return e[Math.floor(Math.random()*e.length)]}var fo=g(()=>{"use strict";n()});var To=g(()=>{"use strict";n();Xt()});var yo=g(()=>{"use strict";n();mo();fo();To()});var ho,xo,So,Tr,Gs,wo,Iu,vu,bu,lt,pt=g(()=>{"use strict";n();ho=require("@reduxjs/toolkit"),xo=S(require("lodash.omit")),So=require("redux-persist");Qt();O();yo();Tr={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},Gs={network:Tr},wo=(0,ho.createSlice)({name:"appConfig",initialState:Gs,reducers:{initializeNetworkConfig:(e,t)=>{let r=go(t.payload.walletConnectV2RelayAddresses),o=(0,xo.default)(t.payload,"walletConnectV2RelayAddresses");e.network=w(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(So.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:Iu,updateNetworkConfig:vu,setCustomWalletAddress:bu}=wo.actions,lt=wo.reducer});var Ao,yr,Io,Nu,Cu,Du,ut,dt=g(()=>{"use strict";n();Ao=require("@reduxjs/toolkit");D();O();yr={isSigning:!1,signedSessions:{}},Io=(0,Ao.createSlice)({name:"signedMessageInfoSliceState",initialState:yr,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:()=>yr},extraReducers:e=>{e.addCase(I,()=>yr)}}),{setSignSession:Nu,clearSignedMessageInfo:Cu,setSignSessionState:Du}=Io.actions,ut=Io.reducer});var bo,ko,vo,Eo,Wu,Vu,$u,Gu,mt,gt=g(()=>{"use strict";n();bo=require("@reduxjs/toolkit"),ko=require("redux-persist");D();or();O();vo={customToasts:[],transactionToasts:[]},Eo=(0,bo.createSlice)({name:"toastsSlice",initialState:vo,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]=w(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(w(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:Qe(),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,()=>vo),e.addCase(ko.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:Wu,removeCustomToast:Vu,addTransactionToast:$u,removeTransactionToast:Gu}=Eo.actions,mt=Eo.reducer});var Lo,xr,Sr,wr,Hs,hr,Po,zu,Ku,Xu,ft,Tt=g(()=>{"use strict";n();Lo=require("@reduxjs/toolkit");O();xr="Transaction failed",Sr="Transaction successful",wr="Processing transaction",Hs="Transaction submitted",hr={},Po=(0,Lo.createSlice)({name:"transactionsInfo",initialState:hr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||xr,successMessage:(o==null?void 0:o.successMessage)||Sr,processingMessage:(o==null?void 0:o.processingMessage)||wr,submittedMessage:(o==null?void 0:o.submittedMessage)||Hs,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>hr},extraReducers:e=>{e.addCase(I,()=>hr)}}),{clearTransactionsInfo:zu,setTransactionsDisplayInfo:Ku,clearTransactionsInfoForSessionId:Xu}=Po.actions,ft=Po.reducer});function Ro(e){return e!=null&&(ta(e)||sa(e))}function yt(e){return e!=null&&(ra(e)||aa(e))}function ht(e){return e!=null&&(na(e)||ca(e))}function No(e){return e!=null&&(oa(e)||la(e))}function Co(e){return e!=null&&ia(e)}function ta(e){return e!=null&&js.includes(e)}function ra(e){return e!=null&&zs.includes(e)}function na(e){return e!=null&&Ks.includes(e)}function oa(e){return e!=null&&Xs.includes(e)}function ia(e){return e!=null&&Ys.includes(e)}function sa(e){return e!=null&&Zs.includes(e)}function aa(e){return e!=null&&Js.includes(e)}function ca(e){return e!=null&&Qs.includes(e)}function la(e){return e!=null&&ea.includes(e)}var js,zs,Ks,Xs,Ys,Zs,Js,Qs,ea,Ir=g(()=>{"use strict";n();W();js=["sent"],zs=["success"],Ks=["fail","cancelled","timedOut"],Xs=["invalid"],Ys=["timedOut"],Zs=["pending"],Js=["success"],Qs=["fail","invalid"],ea=["not executed"]});var Do,_o,De,pa,Oo,od,id,sd,ad,cd,ld,pd,ud,dd,md,gd,xt,St=g(()=>{"use strict";n();Do=require("@reduxjs/toolkit"),_o=require("redux-persist");W();Ir();O();De={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},pa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Oo=(0,Do.createSlice)({name:"transactionsSlice",initialState:De,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({},pa),((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=De.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,k,E,F,ie,$r;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(Z=>Z.hash===l?w(T(T({},p!=null?p:{}),Z),{status:o,errorMessage:i,inTransit:d}):Z);let Yi=(k=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:k.every(Z=>yt(Z.status)),Zi=(F=(E=e.signedTransactions[r])==null?void 0:E.transactions)==null?void 0:F.some(Z=>ht(Z.status)),Ji=($r=(ie=e.signedTransactions[r])==null?void 0:ie.transactions)==null?void 0:$r.every(Z=>No(Z.status));Yi&&(e.signedTransactions[r].status="success"),Zi&&(e.signedTransactions[r].status="fail"),Ji&&(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=De.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=De.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,()=>De),e.addCase(_o.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:od,updateSignedTransactions:id,setTransactionsToSign:sd,clearAllTransactionsToSign:ad,clearAllSignedTransactions:cd,clearSignedTransaction:ld,clearTransactionToSign:pd,setSignTransactionsError:ud,setSignTransactionsCancelMessage:dd,moveTransactionsToSignedState:md,updateSignedTransactionsCustomTransactionInformation:gd}=Oo.actions,xt=Oo.reducer});var Mo,vr,Fo,hd,xd,Sd,wd,wt,At=g(()=>{"use strict";n();Mo=require("@reduxjs/toolkit");O();vr={},Fo=(0,Mo.createSlice)({name:"batchTransactionsSlice",initialState:vr,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:()=>vr},extraReducers:e=>{e.addCase(I,()=>vr)}}),{setBatchTransactions:hd,updateBatchTransactions:xd,clearBatchTransactions:Sd,clearAllBatchTransactions:wd}=Fo.actions,wt=Fo.reducer});var Bo,Uo,Wo,bd,Vo,br=g(()=>{"use strict";n();Bo=require("@reduxjs/toolkit");O();Uo={},Wo=(0,Bo.createSlice)({name:"dappConfigSlice",initialState:Uo,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(I,()=>Uo)}}),{setDappConfig:bd}=Wo.actions,Vo=Wo.reducer});var ce=g(()=>{"use strict";n();nt();it();at();pt();dt();gt();Tt();St();At();br()});var kr=g(()=>{"use strict";n()});var Ho,ga,fa,me,bt=g(()=>{"use strict";n();Ho=require("@reduxjs/toolkit");kr();nt();At();br();it();at();pt();dt();gt();Tt();St();ga={["account"]:rt,["dappConfig"]:Vo,["loginInfo"]:ot,["modals"]:st,["networkConfig"]:lt,["signedMessageInfo"]:ut,["toasts"]:mt,["transactionsInfo"]:ft,["transactions"]:xt,["batchTransactions"]:wt},fa=(e={})=>(0,Ho.combineReducers)(T(T({},ga),e)),me=fa});var Ko={};le(Ko,{default:()=>Na,sessionStorageReducers:()=>Er});function te(e,t=[]){return{key:e,version:1,storage:jo.default,blacklist:t}}var _,qo,jo,Ta,_e,ya,ha,xa,Sa,wa,Aa,Ia,va,ba,ka,zo,Ea,Er,La,Pa,Ra,Na,Xo=g(()=>{"use strict";n();_=require("redux-persist"),qo=S(require("redux-persist/lib/storage")),jo=S(require("redux-persist/lib/storage/session"));bt();ce();nt();At();it();at();pt();dt();gt();Tt();St();kr();Ta={persistReducersStorageType:"localStorage"},_e={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ya=te(_e["account"]),ha=te(_e["loginInfo"]),xa=te(_e["modals"]),Sa=te(_e["networkConfig"]),wa={2:e=>w(T({},e),{networkConfig:Tr})};Aa=te("sdk-dapp-transactionsInfo"),Ia=te("sdk-dapp-transactions",["transactionsToSign"]),va=te("sdk-dapp-batchTransactions",["batchTransactions"]),ba=te("sdk-dapp-toasts"),ka=te("sdk-dapp-signedMessageInfo"),zo={key:"sdk-dapp-store",version:2,storage:qo.default,whitelist:Object.keys(_e),migrate:(0,_.createMigrate)(wa,{debug:!1})},Ea=w(T({},zo),{whitelist:[]}),Er={["toasts"]:(0,_.persistReducer)(ba,mt),["transactions"]:(0,_.persistReducer)(Ia,xt),["transactionsInfo"]:(0,_.persistReducer)(Aa,ft),["batchTransactions"]:(0,_.persistReducer)(va,wt),["signedMessageInfo"]:(0,_.persistReducer)(ka,ut)},La=w(T({},Er),{["account"]:(0,_.persistReducer)(ya,rt),["loginInfo"]:(0,_.persistReducer)(ha,ot),["modals"]:(0,_.persistReducer)(xa,st),["networkConfig"]:(0,_.persistReducer)(Sa,lt)}),Pa=Ta.persistReducersStorageType==="localStorage",Ra=Pa?(0,_.persistReducer)(zo,me(Er)):(0,_.persistReducer)(Ea,me(La)),Na=Ra});var Yo={};le(Yo,{default:()=>Ca});var Ca,Zo=g(()=>{"use strict";n();bt();Ca=me()});var Jo={};le(Jo,{default:()=>_a});var B,Da,_a,Qo=g(()=>{"use strict";n();B=require("redux-persist"),Da=[B.FLUSH,B.REHYDRATE,B.PAUSE,B.PERSIST,B.PURGE,B.REGISTER],_a=Da});var ri={};le(ri,{default:()=>ti});function ti(e){return(0,ei.persistStore)(e)}var ei,ni=g(()=>{"use strict";n();ei=require("redux-persist")});var $c={};le($c,{useIdleTimer:()=>Vc});module.exports=ke($c);n();n();var Xi=require("react-idle-timer");n();n();n();var li=require("react"),Ae=require("react-redux");n();var Lr=require("@reduxjs/toolkit"),ai=require("react-redux/lib/utils/Subscription");ce();n();var $o=S(require("lodash.throttle"));A();ce();dr();Ee();Se();var ua=[Je],It=!1,da=(0,$o.default)(()=>{Re(Pe())},5e3),Go=e=>t=>r=>{if(ua.includes(r.type))return t(r);let o=e.getState(),i=K.local.getItem(V.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Re(Pe());let p=Date.now();return i-p<0&&!It?setTimeout(()=>{It=!0,e.dispatch(ro())},1e3):(It&&(It=!1),da()),t(r)};n();n();function vt(){return typeof sessionStorage!="undefined"}var oi=vt()?(Xo(),ke(Ko)).default:(Zo(),ke(Yo)).default,ii=vt()?(Qo(),ke(Jo)).default:[],si=vt()?(ni(),ke(ri)).default:e=>e;bt();var b=(0,Lr.configureStore)({reducer:oi,middleware:e=>e({serializableCheck:{ignoredActions:[...ii,ur.type,pr.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Go)}),ci=(0,ai.createSubscription)(b),Im=si(b),vm=(0,Lr.configureStore)({reducer:me});var Oa={store:b,subscription:ci},Pr=(0,li.createContext)(Oa),Lm=(0,Ae.createStoreHook)(Pr),Pm=(0,Ae.createDispatchHook)(Pr),ge=(0,Ae.createSelectorHook)(Pr);n();n();ce();n();var pi=S(require("lodash.isequal")),kt=require("reselect"),f=(0,kt.createSelectorCreator)(kt.defaultMemoize,pi.default);var X=e=>e.account,Oe=f(X,e=>e.address),Me=f(X,Oe,(e,t)=>t in e.accounts?e.accounts[t]:tt),_m=f(X,Me,(e,t)=>{let i=e,{accounts:r}=i,o=qr(i,["accounts"]);return w(T({},o),{address:t.address,account:t})}),Om=f(Me,e=>e.balance),Ma=f(Me,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Mm=f(X,e=>e.shard),Fm=f(X,e=>e.ledgerAccount),Um=f(X,e=>e.walletConnectAccount),Bm=f(X,e=>e.isAccountLoading),Wm=f(X,e=>e.accountLoadingError),Vm=f(X,e=>e.websocketEvent),$m=f(X,e=>e.websocketBatchEvent);n();var Fa=e=>e.dappConfig,qm=f(Fa,e=>e.shouldUseWebViewProvider);n();var P=e=>e.loginInfo,Xm=f(P,e=>e.loginMethod),Et=f(P,Oe,(e,t)=>Boolean(t)),Ym=f(P,e=>e.walletConnectLogin),Zm=f(P,e=>e.ledgerLogin),ui=f(P,e=>e.walletLogin),Jm=f(P,e=>e.isLoginSessionInvalid),Qm=f(P,e=>e.tokenLogin),di=f(P,e=>e.logoutRoute),eg=f(P,e=>e.isWalletConnectV2Initialized);n();var mi=e=>e.modals,ng=f(mi,e=>e.txSubmittedModal),og=f(mi,e=>e.notificationModal);n();var re=e=>e.networkConfig,ag=f(re,e=>e.network.chainId),cg=f(re,e=>e.network.roundDuration),lg=f(re,e=>e.network.walletConnectBridgeAddress),pg=f(re,e=>e.network.walletConnectV2RelayAddress),ug=f(re,e=>e.network.walletConnectV2ProjectId),dg=f(re,e=>e.network.walletConnectV2Options),mg=f(re,e=>e.network.walletConnectDeepLink),Fe=f(re,e=>e.network),Ua=f(Fe,e=>e.apiAddress),gi=f(Fe,e=>e.explorerAddress),gg=f(Fe,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),fg=f(Fe,e=>e.xAliasAddress),Tg=f(Fe,e=>e.egldLabel);n();var Lt=e=>e.signedMessageInfo,xg=f(Lt,e=>e.isSigning),Sg=f(Lt,e=>e.errorMessage),wg=f(Lt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Ag=f(Lt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var fi=e=>e.toasts,bg=f(fi,e=>e.customToasts),kg=f(fi,e=>e.transactionToasts);n();ce();var Ti={errorMessage:xr,successMessage:Sr,processingMessage:wr},Ba=e=>e.transactionsInfo,Rg=f(Ba,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Ti);n();n();var Y=require("@multiversx/sdk-core");A();n();var Nr=require("@multiversx/sdk-core/out");n();n();function Rr(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.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}n();n();n();n();var yi=e=>{let t=e!=null?e:"";return Rr(t)?Nr.TransactionPayload.fromEncoded(t):new Nr.TransactionPayload(t)};n();A();var Pt=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Kt).some(r=>e.startsWith(r)):!1;function Cr(e){var o,i,l;let t=T({},e);Pt({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new Y.Transaction(T(T(w(T(w(T({value:t.value.valueOf(),data:yi(t.data),nonce:t.nonce.valueOf(),receiver:new Y.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new Y.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:rr,gasPrice:(i=t.gasPrice.valueOf())!=null?i:nr,chainID:t.chainID.valueOf(),version:new Y.TransactionVersion((l=t.version)!=null?l:Wn)}),t.options?{options:new Y.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new Y.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();A();n();n();n();var Ga=require("@multiversx/sdk-core/out");n();A();n();var xi=require("@multiversx/sdk-core");D();n();var hi=require("@multiversx/sdk-core");function Ha(e){try{let t=new hi.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function Ue(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&Ha(e)}n();n();n();var qa=require("@multiversx/sdk-core"),ja=S(require("bignumber.js"));W();n();n();n();n();n();n();n();C();n();n();C();n();n();n();var Ja=S(require("bignumber.js"));A();n();var Za=require("@multiversx/sdk-core"),Dr=S(require("bignumber.js"));A();n();var Xa=S(require("bignumber.js"));n();Dr.default.config({ROUNDING_MODE:Dr.default.ROUND_FLOOR});n();n();n();A();n();n();n();n();A();n();A();n();var Qa=require("@multiversx/sdk-core");A();n();var We=require("@multiversx/sdk-core"),tc=S(require("bignumber.js"));A();n();n();var ec=S(require("bignumber.js"));A();n();A();n();n();n();n();n();n();A();n();A();n();A();n();C();var nc=["reDelegateRewards","claimRewards","unBond"],oc=["wrapEgld","unwrapEgld"],ic=["unStake"],sc=["unDelegate"];n();n();n();A();n();var lc=S(require("bignumber.js"));n();n();C();n();var uc=S(require("bignumber.js"));n();n();n();n();var mc=S(require("bignumber.js"));D();n();n();n();n();W();n();var Tc=require("@multiversx/sdk-web-wallet-provider");A();n();var fc=S(require("qs"));n();we();ct();n();ct();var fx={search:Ce()?window.location.search:"",removeParams:[]};n();n();n();ae();n();C();n();n();ae();n();var yc=S(require("linkifyjs"));n();A();n();var hc=S(require("bignumber.js"));n();D();n();n();W();n();W();n();n();n();C();n();C();n();var xc=S(require("bignumber.js"));A();C();n();C();n();var ki=require("react");D();n();n();C();n();n();var Sc=require("@multiversx/sdk-core/out"),wc=S(require("bignumber.js"));C();n();D();n();n();D();var cw=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ei=require("react");D();ae();n();var Ic=require("react");C();var Tw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ir();n();var Nt=e=>e.transactions,$e=f(Nt,e=>e.signedTransactions),sA=f(Nt,e=>e.signTransactionsError),aA=f(Nt,e=>e.signTransactionsCancelMessage),Ct=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),cA=f($e,Ct(Ro)),lA=f($e,Ct(yt)),pA=f($e,Ct(ht)),uA=f($e,Ct(Co)),dA=f(Nt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:w(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Cr(r)))||[]})}),mA=f($e,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();n();n();n();var Ie=S(require("react"));var vc=(0,Ie.createContext)({}),NA=b.getState();function Dt(){let e=(0,Ie.useContext)(vc);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}n();var Li=S(require("react"));n();n();var Mr=S(require("react")),bc=S(require("axios"));var Pi=()=>{try{let{loginInfo:e,isLoggedIn:t}=Dt();return w(T({},e),{isLoggedIn:t})}catch(e){let t=ge(P),r=ge(Et);return w(T({},t),{isLoggedIn:r})}};var Ri=()=>{let{isLoggedIn:e}=Pi();return e};n();var _t=require("react"),Ni=e=>{let t=(0,_t.useRef)(e);return(0,_t.useEffect)(()=>{t.current=e},[e]),t};n();n();n();n();var Di=require("@multiversx/sdk-extension-provider"),_i=require("@multiversx/sdk-hw-provider"),Oi=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Mi=require("@multiversx/sdk-opera-provider"),Fi=require("@multiversx/sdk-passkey-provider/out"),Ui=require("@multiversx/sdk-web-wallet-provider");A();Zt();n();var Fr=require("@multiversx/sdk-web-wallet-iframe-provider/out"),kc=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");W();n();var Ci=ve;var Ge=e=>{switch(e==null?void 0:e.constructor){case Ui.WalletProvider:return"wallet";case Ci:return"walletconnectv2";case _i.HWProvider:return"ledger";case Di.ExtensionProvider:return"extension";case Fi.PasskeyProvider:return"passkey";case Oi.MetamaskProvider:return"metamask";case Mi.OperaProvider:return"opera";case Yt.CrossWindowProvider:return"crossWindow";case Fr.IframeProvider:return"iframe";case ve:return"";default:return"extra"}};var $=e=>`Unable to perform ${e}, Provider not initialized`,ve=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error($("getAccount"))}setAccount(t){throw new Error($(`setAccount: ${t}`))}login(t){throw new Error($(`login with options: ${t}`))}logout(t){throw new Error($(`logout with options: ${t}`))}getAddress(){throw new Error($("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(t,r){throw new Error($(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error($(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error($(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error($(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error($(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error($(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Ur=new ve;var Ec=Ur;function oe(){return Ec||Ur}O();D();n();function Bi(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(r){}}}function Wi(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=Lc(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let l=i[0],p=l.replace(/(.)\/+$/,"$1"),d=i.slice(1);return{params:o.reduce((y,x,h)=>{if(x==="*"){let k=d[h]||"";p=l.slice(0,l.length-k.length).replace(/(.)\/+$/,"$1")}return y[x]=Pc(d[h]||"",x),y},{}),pathname:l,pathnameBase:p,pattern:e}}function Lc(e,t=!1,r=!0){Bi(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(p,d)=>(o.push(d),"([^\\/]+)"));return e.endsWith("*")?(o.push("*"),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=r?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(i,t?void 0:"i"),o]}function Pc(e,t){try{return decodeURIComponent(e)}catch(r){return Bi(!1,`The value for the URL param "${t}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${r}).`),e}}n();n();ae();var Vi=()=>{let{search:e}=M(),t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return Ue(o)?o:null};n();n();n();n();n();var $i=require("@lifeomic/axios-fetch"),Br=S(require("axios")),Wr=(0,$i.buildAxiosFetch)(Br.default),Vr=(e,t)=>R(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let o=e.clone().json(),[i]=yield Promise.all([o]);return{data:i,status:e.status,statusText:e.statusText,headers:e.headers,config:t}});function Rc(e,t,r){return R(this,null,function*(){try{let o=yield Wr(e,T({method:"POST",body:t?JSON.stringify(t):void 0,headers:T({"Content-Type":"application/json"},(r==null?void 0:r.headers)||{})},r));return Vr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}function Nc(e,t){return R(this,null,function*(){try{let r=yield Wr(e,t);if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return Vr(r,t)}catch(r){throw console.error("Fetch Error:",r),r}})}function Cc(e,t,r){return R(this,null,function*(){try{let o=yield Wr(e,T({method:"PATCH",body:t?JSON.stringify(t):void 0,headers:(r==null?void 0:r.headers)||{}},r));if(!o.ok)throw new Error(`HTTP error! Status: ${o.status}`);return Vr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}var He=Br.default.create();He.get=Nc;He.post=Rc;He.patch=Cc;n();n();var Dc=S(require("axios"));n();var Oc=S(require("swr"));n();n();function Gi(){let e=oe();return Ge(e)}n();W();n();function qe(e){return Gi()===e}function Ot(){let e=b.getState(),t=oe(),r=Oe(e),o=Et(e),i=ui(e);if(!t)throw"provider not initialized";return qe("ledger")&&o?new Promise(l=>{l(r)}):!qe("")&&!qe("wallet")&&!qe("extra")?t.getAddress():new Promise(l=>{let p=Vi();i!=null&&p&&l(p),o&&l(r),l("")})}n();n();n();ae();var Hi=()=>{let{search:e}=M(),t=new URLSearchParams(e),r=Object.fromEntries(t);return r==null?void 0:r.accessToken};var qi=()=>{var r;let e=Hi(),t=P(b.getState());return e!=null?e:(r=t.webviewLogin)==null?void 0:r.data};n();O();D();n();ce();n();ce();n();var ji=require("@multiversx/sdk-core");D();we();fr();Ee();Se();we();var zi=({callbackUrl:e,onRedirect:t})=>{typeof t=="function"?t(e):e&&gr({url:e})},Fc=e=>{let t=K.local.getItem(V.logoutEvent),{data:r}=t?JSON.parse(t):{data:e};e===r&&(K.local.setItem({key:V.logoutEvent,data:e,expires:0}),K.local.removeItem(V.logoutEvent))},Uc=500;function Ki(i,l){return R(this,arguments,function*(e,t,r=Boolean(qi()),o={shouldBroadcastLogoutAcrossTabs:!0,hasConsentPopup:!1}){var F;let p="",d=oe(),m=Ge(d),y=m==="wallet",x=((F=d==null?void 0:d.isInitialized)==null?void 0:F.call(d))===!0;if(r&&(d==null?void 0:d.relogin)!=null)return d.relogin();if(o.shouldBroadcastLogoutAcrossTabs)try{p=yield Ot(),Fc(p)}catch(ie){console.error("error fetching logout address",ie)}let h=mr(e),k=M(),E=new URL(decodeURIComponent(h)).pathname;if((Wi(k.pathname,E)||y&&x)&&uo(),!p&&!x)return zi({callbackUrl:h,onRedirect:t});try{if(b.dispatch(I()),y)return setTimeout(()=>{d.logout({callbackUrl:h})},Uc);o.hasConsentPopup&&m==="crossWindow"&&d.setShouldShowConsentPopup(!0),yield d.logout({callbackUrl:h})}catch(ie){console.error("Logging out error:",ie)}finally{y||zi({callbackUrl:h,onRedirect:t})}})}var Bc=e=>1e3*60*e,Wc=500,Vc=({minutes:e=10,onLogout:t})=>{let r=Ri(),o=Ni(r),i=ge(di),l=t||Ki,p=Bc(e);(0,Xi.useIdleTimer)({timeout:p,onIdle:()=>{o.current&&l(i)},debounce:Wc})};0&&(module.exports={useIdleTimer});
|
|
1
|
+
"use strict";var Qi=Object.create;var be=Object.defineProperty,es=Object.defineProperties,ts=Object.getOwnPropertyDescriptor,rs=Object.getOwnPropertyDescriptors,ns=Object.getOwnPropertyNames,je=Object.getOwnPropertySymbols,os=Object.getPrototypeOf,Mt=Object.prototype.hasOwnProperty,Hr=Object.prototype.propertyIsEnumerable;var Gr=(e,t,r)=>t in e?be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))Mt.call(t,r)&&Gr(e,r,t[r]);if(je)for(var r of je(t))Hr.call(t,r)&&Gr(e,r,t[r]);return e},w=(e,t)=>es(e,rs(t));var qr=(e,t)=>{var r={};for(var o in e)Mt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&je)for(var o of je(e))t.indexOf(o)<0&&Hr.call(e,o)&&(r[o]=e[o]);return r};var g=(e,t)=>()=>(e&&(t=e(e=0)),t);var ze=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ce=(e,t)=>{for(var r in t)be(e,r,{get:t[r],enumerable:!0})},jr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ns(t))!Mt.call(e,i)&&i!==r&&be(e,i,{get:()=>t[i],enumerable:!(o=ts(t,i))||o.enumerable});return e};var S=(e,t,r)=>(r=e!=null?Qi(os(e)):{},jr(t||!e||!e.__esModule?be(r,"default",{value:e,enumerable:!0}):r,e)),ke=e=>jr(be({},"__esModule",{value:!0}),e);var R=(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 Xr=ze(Ke=>{"use strict";n();Ke.byteLength=ss;Ke.toByteArray=cs;Ke.fromByteArray=us;var G=[],U=[],is=typeof Uint8Array!="undefined"?Uint8Array:Array,Ft="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(le=0,zr=Ft.length;le<zr;++le)G[le]=Ft[le],U[Ft.charCodeAt(le)]=le;var le,zr;U["-".charCodeAt(0)]=62;U["_".charCodeAt(0)]=63;function Kr(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 ss(e){var t=Kr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function as(e,t,r){return(t+r)*3/4-r}function cs(e){var t,r=Kr(e),o=r[0],i=r[1],l=new is(as(e,o,i)),p=0,d=i>0?o-4:o,m;for(m=0;m<d;m+=4)t=U[e.charCodeAt(m)]<<18|U[e.charCodeAt(m+1)]<<12|U[e.charCodeAt(m+2)]<<6|U[e.charCodeAt(m+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=U[e.charCodeAt(m)]<<2|U[e.charCodeAt(m+1)]>>4,l[p++]=t&255),i===1&&(t=U[e.charCodeAt(m)]<<10|U[e.charCodeAt(m+1)]<<4|U[e.charCodeAt(m+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function ls(e){return G[e>>18&63]+G[e>>12&63]+G[e>>6&63]+G[e&63]}function ps(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(ls(o));return i.join("")}function us(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,d=r-o;p<d;p+=l)i.push(ps(e,p,p+l>d?d:p+l));return o===1?(t=e[r-1],i.push(G[t>>2]+G[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(G[t>>10]+G[t>>4&63]+G[t<<2&63]+"=")),i.join("")}});var Yr=ze(Ut=>{n();Ut.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,k=r?-1:1,E=e[t+h];for(h+=k,l=E&(1<<-x)-1,E>>=-x,x+=d;x>0;l=l*256+e[t+h],h+=k,x-=8);for(p=l&(1<<-x)-1,l>>=-x,x+=o;x>0;p=p*256+e[t+h],h+=k,x-=8);if(l===0)l=1-y;else{if(l===m)return p?NaN:(E?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-y}return(E?-1:1)*p*Math.pow(2,l-o)};Ut.write=function(e,t,r,o,i,l){var p,d,m,y=l*8-i-1,x=(1<<y)-1,h=x>>1,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,E=o?0:l-1,F=o?1:-1,ge=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+=k/m:t+=k*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+E]=d&255,E+=F,d/=256,i-=8);for(p=p<<i|d,y+=i;y>0;e[r+E]=p&255,E+=F,p/=256,y-=8);e[r+E-F]|=ge*128}});var pn=ze(Te=>{"use strict";n();var Bt=Xr(),fe=Yr(),Zr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Te.Buffer=u;Te.SlowBuffer=ys;Te.INSPECT_MAX_BYTES=50;var Xe=2147483647;Te.kMaxLength=Xe;u.TYPED_ARRAY_SUPPORT=ds();!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 ds(){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 J(e){if(e>Xe)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 Gt(e)}return en(e,t,r)}u.poolSize=8192;function en(e,t,r){if(typeof e=="string")return gs(e,t);if(ArrayBuffer.isView(e))return fs(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(H(e,ArrayBuffer)||e&&H(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(H(e,SharedArrayBuffer)||e&&H(e.buffer,SharedArrayBuffer)))return Vt(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=Ts(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 en(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function tn(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 ms(e,t,r){return tn(e),e<=0?J(e):t!==void 0?typeof r=="string"?J(e).fill(t,r):J(e).fill(t):J(e)}u.alloc=function(e,t,r){return ms(e,t,r)};function Gt(e){return tn(e),J(e<0?0:Ht(e)|0)}u.allocUnsafe=function(e){return Gt(e)};u.allocUnsafeSlow=function(e){return Gt(e)};function gs(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=rn(e,t)|0,o=J(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function Wt(e){for(var t=e.length<0?0:Ht(e.length)|0,r=J(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function fs(e){if(H(e,Uint8Array)){var t=new Uint8Array(e);return Vt(t.buffer,t.byteOffset,t.byteLength)}return Wt(e)}function Vt(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 Ts(e){if(u.isBuffer(e)){var t=Ht(e.length)|0,r=J(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||qt(e.length)?J(0):Wt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Wt(e.data)}function Ht(e){if(e>=Xe)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Xe.toString(16)+" bytes");return e|0}function ys(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(H(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),H(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(H(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 rn(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||H(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 $t(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return ln(e).length;default:if(i)return o?-1:$t(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=rn;function hs(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 Ls(this,t,r);case"utf8":case"utf-8":return on(this,t,r);case"ascii":return ks(this,t,r);case"latin1":case"binary":return Es(this,t,r);case"base64":return vs(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ps(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function pe(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)pe(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)pe(this,r,r+3),pe(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)pe(this,r,r+7),pe(this,r+1,r+6),pe(this,r+2,r+5),pe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?on(this,0,t):hs.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=Te.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Zr&&(u.prototype[Zr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(H(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 nn(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,qt(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:Jr(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):Jr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Jr(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(E,F){return l===1?E[F]:E.readUInt16BE(F*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,k=0;k<d;k++)if(m(e,y+k)!==m(t,k)){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 nn(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return nn(this,t,r,o,!1)};function xs(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(qt(d))return p;e[r+p]=d}return p}function Ss(e,t,r,o){return Ye($t(t,e.length-r),e,r,o)}function ws(e,t,r,o){return Ye(Cs(t),e,r,o)}function As(e,t,r,o){return Ye(ln(t),e,r,o)}function Is(e,t,r,o){return Ye(Ds(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 xs(this,t,r,o);case"utf8":case"utf-8":return Ss(this,t,r,o);case"ascii":case"latin1":case"binary":return ws(this,t,r,o);case"base64":return As(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Is(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 vs(e,t,r){return t===0&&r===e.length?Bt.fromByteArray(e):Bt.fromByteArray(e.slice(t,r))}function on(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 bs(o)}var Qr=4096;function bs(e){var t=e.length;if(t<=Qr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Qr));return r}function ks(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 Es(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 Ls(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+=_s[e[l]];return i}function Ps(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 L(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||L(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||L(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||L(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||L(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||L(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||L(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||L(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||L(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||L(t,4,this.length),fe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||L(t,4,this.length),fe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||L(t,8,this.length),fe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||L(t,8,this.length),fe.read(this,t,!1,52,8)};function N(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;N(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;N(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||N(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||N(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||N(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||N(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||N(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);N(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);N(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||N(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||N(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||N(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||N(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||N(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 sn(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 an(e,t,r,o,i){return t=+t,r=r>>>0,i||sn(e,t,r,4,34028234663852886e22,-34028234663852886e22),fe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return an(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return an(this,t,r,!1,o)};function cn(e,t,r,o,i){return t=+t,r=r>>>0,i||sn(e,t,r,8,17976931348623157e292,-17976931348623157e292),fe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return cn(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return cn(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 Rs=/[^+/0-9A-Za-z-_]/g;function Ns(e){if(e=e.split("=")[0],e=e.trim().replace(Rs,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function $t(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 Cs(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Ds(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 ln(e){return Bt.toByteArray(Ns(e))}function Ye(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 H(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function qt(e){return e!==e}var _s=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 fn=ze((zc,gn)=>{n();var v=gn.exports={},q,j;function jt(){throw new Error("setTimeout has not been defined")}function zt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?q=setTimeout:q=jt}catch(e){q=jt}try{typeof clearTimeout=="function"?j=clearTimeout:j=zt}catch(e){j=zt}})();function un(e){if(q===setTimeout)return setTimeout(e,0);if((q===jt||!q)&&setTimeout)return q=setTimeout,setTimeout(e,0);try{return q(e,0)}catch(t){try{return q.call(null,e,0)}catch(r){return q.call(this,e,0)}}}function Os(e){if(j===clearTimeout)return clearTimeout(e);if((j===zt||!j)&&clearTimeout)return j=clearTimeout,clearTimeout(e);try{return j(e)}catch(t){try{return j.call(null,e)}catch(r){return j.call(this,e)}}}var Q=[],ye=!1,ue,Ze=-1;function Ms(){!ye||!ue||(ye=!1,ue.length?Q=ue.concat(Q):Ze=-1,Q.length&&dn())}function dn(){if(!ye){var e=un(Ms);ye=!0;for(var t=Q.length;t;){for(ue=Q,Q=[];++Ze<t;)ue&&ue[Ze].run();Ze=-1,t=Q.length}ue=null,ye=!1,Os(e)}}v.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];Q.push(new mn(e,t)),Q.length===1&&!ye&&un(dn)};function mn(e,t){this.fun=e,this.array=t}mn.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function ee(){}v.on=ee;v.addListener=ee;v.once=ee;v.off=ee;v.removeListener=ee;v.removeAllListeners=ee;v.emit=ee;v.prependListener=ee;v.prependOnceListener=ee;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var s,a,Kc,n=g(()=>{s=S(pn()),a=S(fn()),Kc=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)});var Tn=g(()=>{"use strict";n()});var yn=g(()=>{"use strict";n()});var hn=g(()=>{"use strict";n()});var Kt,xn=g(()=>{"use strict";n();Kt=(o=>(o.SetGuardian="SetGuardian",o.GuardAccount="GuardAccount",o.UnGuardAccount="UnGuardAccount",o))(Kt||{})});var Sn=g(()=>{"use strict";n()});var Xt=g(()=>{"use strict";n()});var wn=g(()=>{"use strict";n()});var An=g(()=>{"use strict";n()});var In=g(()=>{"use strict";n()});var vn=g(()=>{"use strict";n()});var Yt,he,Zt=g(()=>{"use strict";n();Yt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),he=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var bn,sl,kn,al,W=g(()=>{"use strict";n();Zt();bn=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(bn||{}),sl=T(T({},he.WindowProviderRequestEnums),bn),kn=(t=>(t.reloginResponse="RELOGIN_RESPONSE",t))(kn||{}),al=T(T({},he.WindowProviderResponseEnums),kn)});var En=g(()=>{"use strict";n()});var Ln=g(()=>{"use strict";n()});var C=g(()=>{"use strict";n()});var Pn=g(()=>{"use strict";n()});var Rn=g(()=>{"use strict";n()});var Nn=g(()=>{"use strict";n()});var D=g(()=>{"use strict";n();An();In();vn();W();En();Ln();C();Pn();Rn();Nn()});var Jt,Cn,vl,Dn,bl,_n,kl,El,Ll,On=g(()=>{"use strict";n();D();Jt={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:Cn,egldLabel:vl}=Jt["devnet"],{chainId:Dn,egldLabel:bl}=Jt["testnet"],{chainId:_n,egldLabel:kl}=Jt["mainnet"],El={["devnet"]:Cn,["testnet"]:Dn,["mainnet"]:_n},Ll={[Cn]:"devnet",[Dn]:"testnet",[_n]:"mainnet"}});var Qt=g(()=>{"use strict";n()});var z,Mn=g(()=>{"use strict";n();z=require("@multiversx/sdk-web-wallet-provider")});var ie,er=g(()=>{"use strict";n();ie=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Fn,Un,tr,_l,Ol,Bn=g(()=>{"use strict";n();er();tr=String((Un=(Fn=ie.safeWindow)==null?void 0:Fn.navigator)==null?void 0:Un.userAgent),_l=/^((?!chrome|android).)*safari/i.test(tr),Ol=/firefox/i.test(tr)&&/windows/i.test(tr)});var rr,nr,Wn,Je,Vn,xe,A=g(()=>{"use strict";n();Tn();yn();hn();xn();Sn();Xt();wn();On();Qt();Mn();Bn();rr=5e4,nr=1e9,Wn=1,Je="logout",Vn="login",xe="0"});var Qe,or=g(()=>{"use strict";n();Qe=()=>Date.now()/1e3});var $n=g(()=>{"use strict";n()});var Gn=g(()=>{"use strict";n()});var Hn=g(()=>{"use strict";n();or();$n();Gn()});var ir={};ce(ir,{clear:()=>Ws,getItem:()=>Us,localStorageKeys:()=>V,removeItem:()=>Bs,setItem:()=>Fs});var V,et,Fs,Us,Bs,Ws,Se=g(()=>{"use strict";n();Hn();V={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},et=typeof localStorage!="undefined",Fs=({key:e,data:t,expires:r})=>{!et||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Us=e=>{if(!et)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:Qe()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Bs=e=>{!et||localStorage.removeItem(String(e))},Ws=()=>{!et||localStorage.clear()}});var sr={};ce(sr,{clear:()=>Kn,getItem:()=>jn,removeItem:()=>zn,setItem:()=>qn,storage:()=>Vs});var qn,jn,zn,Kn,Vs,Xn=g(()=>{"use strict";n();qn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},jn=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},zn=e=>sessionStorage.removeItem(String(e)),Kn=()=>sessionStorage.clear(),Vs={setItem:qn,getItem:jn,removeItem:zn,clear:Kn}});var K,Ee=g(()=>{"use strict";n();Se();Xn();K={session:sr,local:ir}});var ar,I,Le,O=g(()=>{"use strict";n();ar=require("@reduxjs/toolkit");A();I=(0,ar.createAction)(Je),Le=(0,ar.createAction)(Vn,e=>({payload:e}))});var lr,Yn,Zn,tt,cr,Jn,pr,dp,ur,mp,gp,fp,Tp,yp,hp,xp,Sp,rt,nt=g(()=>{"use strict";n();lr=require("@multiversx/sdk-core"),Yn=require("@reduxjs/toolkit"),Zn=require("redux-persist");A();Ee();Se();O();tt={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:xe},cr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":tt},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Jn=(0,Yn.createSlice)({name:"accountInfoSlice",initialState:cr,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=r?new lr.Address(r).hex():""},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:tt},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,()=>(K.local.removeItem(V.loginExpiresAt),cr)),e.addCase(Le,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new lr.Address(o).hex()}),e.addCase(Zn.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:cr.accounts,t.publicKey=d})}}),{setAccount:pr,setAddress:dp,setAccountNonce:ur,setAccountShard:mp,setLedgerAccount:gp,updateLedgerAccount:fp,setWalletConnectAccount:Tp,setIsAccountLoading:yp,setAccountLoadingError:hp,setWebsocketEvent:xp,setWebsocketBatchEvent:Sp}=Jn.actions,rt=Jn.reducer});function Pe(){return new Date().setHours(new Date().getHours()+24)}function Re(e){K.local.setItem({key:V.loginExpiresAt,data:e,expires:e})}var dr=g(()=>{"use strict";n();Ee();Se()});var eo,Qn,to,Rp,Np,Cp,Dp,_p,Op,ro,Mp,Fp,Up,ot,it=g(()=>{"use strict";n();eo=require("@reduxjs/toolkit");dr();W();O();Qn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},to=(0,eo.createSlice)({name:"loginInfoSlice",initialState:Qn,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,()=>Qn),e.addCase(Le,(t,r)=>{t.isLoginSessionInvalid=!1,t.loginMethod=r.payload.loginMethod,t.iframeLoginType=r.payload.iframeLoginType,Re(Pe())})}}),{setLoginMethod:Rp,setWalletConnectLogin:Np,setLedgerLogin:Cp,setTokenLogin:Dp,setTokenLoginSignature:_p,setWalletLogin:Op,invalidateLoginSession:ro,setLogoutRoute:Mp,setIsWalletConnectV2Initialized:Fp,setWebviewLogin:Up}=to.actions,ot=to.reducer});var oo,no,io,$p,Gp,Hp,qp,st,at=g(()=>{"use strict";n();oo=require("@reduxjs/toolkit");O();no={},io=(0,oo.createSlice)({name:"modalsSlice",initialState:no,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,()=>no)}}),{setTxSubmittedModal:$p,setNotificationModal:Gp,clearTxSubmittedModal:Hp,clearNotificationModal:qp}=io.actions,st=io.reducer});var Ce,ct=g(()=>{"use strict";n();Ce=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var M,se=g(()=>{"use strict";n();ct();M=()=>{if(!Ce())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:t,hash:r,origin:o,href:i,search:l}}=window;return{pathname:t,hash:r,origin:o,href:i,search:l}}});var mr,so=g(()=>{"use strict";n();se();mr=(e="")=>{let t=M(),r=e.startsWith("http")||e.startsWith("www.");return!t.origin||e.startsWith(t.origin)||r?e:`${t.origin}/${e.replace("/","")}`}});var ao=g(()=>{"use strict";n();we()});var co,lo=g(()=>{"use strict";n();er();co=e=>{if(!ie.safeWindow.location)return;if(!new URL(ie.safeWindow.location.href).protocol.startsWith("http"))return ie.safeWindow.location.reload();ie.safeWindow.location.assign(e)}});var we=g(()=>{"use strict";n();so();ao();se();lo()});var po,uo,gr,fr=g(()=>{"use strict";n();we();po=!1,uo=(e=!0)=>{po=e},gr=({timeout:e=0,url:t})=>{po||setTimeout(()=>{if(!!window)return co(t)},e)}});var mo=g(()=>{"use strict";n();fr()});function go(e){return e[Math.floor(Math.random()*e.length)]}var fo=g(()=>{"use strict";n()});var To=g(()=>{"use strict";n();Xt()});var yo=g(()=>{"use strict";n();mo();fo();To()});var ho,xo,So,Tr,Gs,wo,Iu,vu,bu,lt,pt=g(()=>{"use strict";n();ho=require("@reduxjs/toolkit"),xo=S(require("lodash.omit")),So=require("redux-persist");Qt();O();yo();Tr={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},Gs={network:Tr},wo=(0,ho.createSlice)({name:"appConfig",initialState:Gs,reducers:{initializeNetworkConfig:(e,t)=>{let r=go(t.payload.walletConnectV2RelayAddresses),o=(0,xo.default)(t.payload,"walletConnectV2RelayAddresses");e.network=w(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(So.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:Iu,updateNetworkConfig:vu,setCustomWalletAddress:bu}=wo.actions,lt=wo.reducer});var Ao,yr,Io,Nu,Cu,Du,ut,dt=g(()=>{"use strict";n();Ao=require("@reduxjs/toolkit");D();O();yr={isSigning:!1,signedSessions:{}},Io=(0,Ao.createSlice)({name:"signedMessageInfoSliceState",initialState:yr,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:()=>yr},extraReducers:e=>{e.addCase(I,()=>yr)}}),{setSignSession:Nu,clearSignedMessageInfo:Cu,setSignSessionState:Du}=Io.actions,ut=Io.reducer});var bo,ko,vo,Eo,Wu,Vu,$u,Gu,mt,gt=g(()=>{"use strict";n();bo=require("@reduxjs/toolkit"),ko=require("redux-persist");D();or();O();vo={customToasts:[],transactionToasts:[]},Eo=(0,bo.createSlice)({name:"toastsSlice",initialState:vo,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]=w(T(T({},e.customToasts[o]),t.payload),{type:"custom",toastId:r});return}e.customToasts.push(w(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:Qe(),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,()=>vo),e.addCase(ko.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:Wu,removeCustomToast:Vu,addTransactionToast:$u,removeTransactionToast:Gu}=Eo.actions,mt=Eo.reducer});var Lo,xr,Sr,wr,Hs,hr,Po,zu,Ku,Xu,ft,Tt=g(()=>{"use strict";n();Lo=require("@reduxjs/toolkit");O();xr="Transaction failed",Sr="Transaction successful",wr="Processing transaction",Hs="Transaction submitted",hr={},Po=(0,Lo.createSlice)({name:"transactionsInfo",initialState:hr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||xr,successMessage:(o==null?void 0:o.successMessage)||Sr,processingMessage:(o==null?void 0:o.processingMessage)||wr,submittedMessage:(o==null?void 0:o.submittedMessage)||Hs,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>hr},extraReducers:e=>{e.addCase(I,()=>hr)}}),{clearTransactionsInfo:zu,setTransactionsDisplayInfo:Ku,clearTransactionsInfoForSessionId:Xu}=Po.actions,ft=Po.reducer});function Ro(e){return e!=null&&(ta(e)||sa(e))}function yt(e){return e!=null&&(ra(e)||aa(e))}function ht(e){return e!=null&&(na(e)||ca(e))}function No(e){return e!=null&&(oa(e)||la(e))}function Co(e){return e!=null&&ia(e)}function ta(e){return e!=null&&js.includes(e)}function ra(e){return e!=null&&zs.includes(e)}function na(e){return e!=null&&Ks.includes(e)}function oa(e){return e!=null&&Xs.includes(e)}function ia(e){return e!=null&&Ys.includes(e)}function sa(e){return e!=null&&Zs.includes(e)}function aa(e){return e!=null&&Js.includes(e)}function ca(e){return e!=null&&Qs.includes(e)}function la(e){return e!=null&&ea.includes(e)}var js,zs,Ks,Xs,Ys,Zs,Js,Qs,ea,Ir=g(()=>{"use strict";n();W();js=["sent"],zs=["success"],Ks=["fail","cancelled","timedOut"],Xs=["invalid"],Ys=["timedOut"],Zs=["pending"],Js=["success"],Qs=["fail","invalid"],ea=["not executed"]});var Do,_o,De,pa,Oo,od,id,sd,ad,cd,ld,pd,ud,dd,md,gd,xt,St=g(()=>{"use strict";n();Do=require("@reduxjs/toolkit"),_o=require("redux-persist");W();Ir();O();De={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},pa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Oo=(0,Do.createSlice)({name:"transactionsSlice",initialState:De,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({},pa),((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=De.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,k,E,F,ge,$r;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(Z=>Z.hash===l?w(T(T({},p!=null?p:{}),Z),{status:o,errorMessage:i,inTransit:d}):Z);let Yi=(k=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:k.every(Z=>yt(Z.status)),Zi=(F=(E=e.signedTransactions[r])==null?void 0:E.transactions)==null?void 0:F.some(Z=>ht(Z.status)),Ji=($r=(ge=e.signedTransactions[r])==null?void 0:ge.transactions)==null?void 0:$r.every(Z=>No(Z.status));Yi&&(e.signedTransactions[r].status="success"),Zi&&(e.signedTransactions[r].status="fail"),Ji&&(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=De.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=De.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,()=>De),e.addCase(_o.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:od,updateSignedTransactions:id,setTransactionsToSign:sd,clearAllTransactionsToSign:ad,clearAllSignedTransactions:cd,clearSignedTransaction:ld,clearTransactionToSign:pd,setSignTransactionsError:ud,setSignTransactionsCancelMessage:dd,moveTransactionsToSignedState:md,updateSignedTransactionsCustomTransactionInformation:gd}=Oo.actions,xt=Oo.reducer});var Mo,vr,Fo,hd,xd,Sd,wd,wt,At=g(()=>{"use strict";n();Mo=require("@reduxjs/toolkit");O();vr={},Fo=(0,Mo.createSlice)({name:"batchTransactionsSlice",initialState:vr,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:()=>vr},extraReducers:e=>{e.addCase(I,()=>vr)}}),{setBatchTransactions:hd,updateBatchTransactions:xd,clearBatchTransactions:Sd,clearAllBatchTransactions:wd}=Fo.actions,wt=Fo.reducer});var Bo,Uo,Wo,bd,Vo,br=g(()=>{"use strict";n();Bo=require("@reduxjs/toolkit");O();Uo={},Wo=(0,Bo.createSlice)({name:"dappConfigSlice",initialState:Uo,reducers:{setDappConfig:(e,t)=>t.payload},extraReducers:e=>{e.addCase(I,()=>Uo)}}),{setDappConfig:bd}=Wo.actions,Vo=Wo.reducer});var ae=g(()=>{"use strict";n();nt();it();at();pt();dt();gt();Tt();St();At();br()});var kr=g(()=>{"use strict";n()});var Ho,ga,fa,de,bt=g(()=>{"use strict";n();Ho=require("@reduxjs/toolkit");kr();nt();At();br();it();at();pt();dt();gt();Tt();St();ga={["account"]:rt,["dappConfig"]:Vo,["loginInfo"]:ot,["modals"]:st,["networkConfig"]:lt,["signedMessageInfo"]:ut,["toasts"]:mt,["transactionsInfo"]:ft,["transactions"]:xt,["batchTransactions"]:wt},fa=(e={})=>(0,Ho.combineReducers)(T(T({},ga),e)),de=fa});var Ko={};ce(Ko,{default:()=>Na,sessionStorageReducers:()=>Er});function te(e,t=[]){return{key:e,version:1,storage:jo.default,blacklist:t}}var _,qo,jo,Ta,_e,ya,ha,xa,Sa,wa,Aa,Ia,va,ba,ka,zo,Ea,Er,La,Pa,Ra,Na,Xo=g(()=>{"use strict";n();_=require("redux-persist"),qo=S(require("redux-persist/lib/storage")),jo=S(require("redux-persist/lib/storage/session"));bt();ae();nt();At();it();at();pt();dt();gt();Tt();St();kr();Ta={persistReducersStorageType:"localStorage"},_e={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ya=te(_e["account"]),ha=te(_e["loginInfo"]),xa=te(_e["modals"]),Sa=te(_e["networkConfig"]),wa={2:e=>w(T({},e),{networkConfig:Tr})};Aa=te("sdk-dapp-transactionsInfo"),Ia=te("sdk-dapp-transactions",["transactionsToSign"]),va=te("sdk-dapp-batchTransactions",["batchTransactions"]),ba=te("sdk-dapp-toasts"),ka=te("sdk-dapp-signedMessageInfo"),zo={key:"sdk-dapp-store",version:2,storage:qo.default,whitelist:Object.keys(_e),migrate:(0,_.createMigrate)(wa,{debug:!1})},Ea=w(T({},zo),{whitelist:[]}),Er={["toasts"]:(0,_.persistReducer)(ba,mt),["transactions"]:(0,_.persistReducer)(Ia,xt),["transactionsInfo"]:(0,_.persistReducer)(Aa,ft),["batchTransactions"]:(0,_.persistReducer)(va,wt),["signedMessageInfo"]:(0,_.persistReducer)(ka,ut)},La=w(T({},Er),{["account"]:(0,_.persistReducer)(ya,rt),["loginInfo"]:(0,_.persistReducer)(ha,ot),["modals"]:(0,_.persistReducer)(xa,st),["networkConfig"]:(0,_.persistReducer)(Sa,lt)}),Pa=Ta.persistReducersStorageType==="localStorage",Ra=Pa?(0,_.persistReducer)(zo,de(Er)):(0,_.persistReducer)(Ea,de(La)),Na=Ra});var Yo={};ce(Yo,{default:()=>Ca});var Ca,Zo=g(()=>{"use strict";n();bt();Ca=de()});var Jo={};ce(Jo,{default:()=>_a});var B,Da,_a,Qo=g(()=>{"use strict";n();B=require("redux-persist"),Da=[B.FLUSH,B.REHYDRATE,B.PAUSE,B.PERSIST,B.PURGE,B.REGISTER],_a=Da});var ri={};ce(ri,{default:()=>ti});function ti(e){return(0,ei.persistStore)(e)}var ei,ni=g(()=>{"use strict";n();ei=require("redux-persist")});var $c={};ce($c,{useIdleTimer:()=>Vc});module.exports=ke($c);n();n();var Xi=require("react-idle-timer");n();n();n();var li=require("react"),Ae=require("react-redux");n();var Lr=require("@reduxjs/toolkit"),ai=require("react-redux/lib/utils/Subscription");ae();n();var $o=S(require("lodash.throttle"));A();ae();dr();Ee();Se();var ua=[Je],It=!1,da=(0,$o.default)(()=>{Re(Pe())},5e3),Go=e=>t=>r=>{if(ua.includes(r.type))return t(r);let o=e.getState(),i=K.local.getItem(V.loginExpiresAt);if(!Boolean(o==null?void 0:o.account.address))return t(r);if(i==null)return Re(Pe());let p=Date.now();return i-p<0&&!It?setTimeout(()=>{It=!0,e.dispatch(ro())},1e3):(It&&(It=!1),da()),t(r)};n();n();function vt(){return typeof sessionStorage!="undefined"}var oi=vt()?(Xo(),ke(Ko)).default:(Zo(),ke(Yo)).default,ii=vt()?(Qo(),ke(Jo)).default:[],si=vt()?(ni(),ke(ri)).default:e=>e;bt();var b=(0,Lr.configureStore)({reducer:oi,middleware:e=>e({serializableCheck:{ignoredActions:[...ii,ur.type,pr.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Go)}),ci=(0,ai.createSubscription)(b),Im=si(b),vm=(0,Lr.configureStore)({reducer:de});var Oa={store:b,subscription:ci},Pr=(0,li.createContext)(Oa),Lm=(0,Ae.createStoreHook)(Pr),Pm=(0,Ae.createDispatchHook)(Pr),me=(0,Ae.createSelectorHook)(Pr);n();n();ae();n();var pi=S(require("lodash.isequal")),kt=require("reselect"),f=(0,kt.createSelectorCreator)(kt.defaultMemoize,pi.default);var X=e=>e.account,Oe=f(X,e=>e.address),Me=f(X,Oe,(e,t)=>t in e.accounts?e.accounts[t]:tt),_m=f(X,Me,(e,t)=>{let i=e,{accounts:r}=i,o=qr(i,["accounts"]);return w(T({},o),{address:t.address,account:t})}),Om=f(Me,e=>e.balance),Ma=f(Me,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Mm=f(X,e=>e.shard),Fm=f(X,e=>e.ledgerAccount),Um=f(X,e=>e.walletConnectAccount),Bm=f(X,e=>e.isAccountLoading),Wm=f(X,e=>e.accountLoadingError),Vm=f(X,e=>e.websocketEvent),$m=f(X,e=>e.websocketBatchEvent);n();var Fa=e=>e.dappConfig,qm=f(Fa,e=>e.shouldUseWebViewProvider);n();var P=e=>e.loginInfo,Xm=f(P,e=>e.loginMethod),Et=f(P,Oe,(e,t)=>Boolean(t)),Ym=f(P,e=>e.walletConnectLogin),Zm=f(P,e=>e.ledgerLogin),ui=f(P,e=>e.walletLogin),Jm=f(P,e=>e.isLoginSessionInvalid),Qm=f(P,e=>e.tokenLogin),di=f(P,e=>e.logoutRoute),eg=f(P,e=>e.isWalletConnectV2Initialized);n();var mi=e=>e.modals,ng=f(mi,e=>e.txSubmittedModal),og=f(mi,e=>e.notificationModal);n();var re=e=>e.networkConfig,ag=f(re,e=>e.network.chainId),cg=f(re,e=>e.network.roundDuration),lg=f(re,e=>e.network.walletConnectBridgeAddress),pg=f(re,e=>e.network.walletConnectV2RelayAddress),ug=f(re,e=>e.network.walletConnectV2ProjectId),dg=f(re,e=>e.network.walletConnectV2Options),mg=f(re,e=>e.network.walletConnectDeepLink),Fe=f(re,e=>e.network),Ua=f(Fe,e=>e.apiAddress),gi=f(Fe,e=>e.explorerAddress),gg=f(Fe,e=>{var t;return(t=e.customWalletAddress)!=null?t:e.walletAddress}),fg=f(Fe,e=>e.xAliasAddress),Tg=f(Fe,e=>e.egldLabel);n();var Lt=e=>e.signedMessageInfo,xg=f(Lt,e=>e.isSigning),Sg=f(Lt,e=>e.errorMessage),wg=f(Lt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Ag=f(Lt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var fi=e=>e.toasts,bg=f(fi,e=>e.customToasts),kg=f(fi,e=>e.transactionToasts);n();ae();var Ti={errorMessage:xr,successMessage:Sr,processingMessage:wr},Ba=e=>e.transactionsInfo,Rg=f(Ba,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||Ti);n();n();var Y=require("@multiversx/sdk-core");A();n();var Nr=require("@multiversx/sdk-core/out");n();n();function Rr(e){try{let t=atob(e),r=btoa(t),o=s.Buffer.from(e,"base64").toString(),i=s.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}n();n();n();n();var yi=e=>{let t=e!=null?e:"";return Rr(t)?Nr.TransactionPayload.fromEncoded(t):new Nr.TransactionPayload(t)};n();A();var Pt=({data:e,onlySetGuardian:t})=>e?t?e.startsWith("SetGuardian"):Object.values(Kt).some(r=>e.startsWith(r)):!1;function Cr(e){var o,i,l;let t=T({},e);Pt({data:t.data,onlySetGuardian:!0})&&(delete t.senderUsername,delete t.receiverUsername);let r=new Y.Transaction(T(T(w(T(w(T({value:t.value.valueOf(),data:yi(t.data),nonce:t.nonce.valueOf(),receiver:new Y.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new Y.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(o=t.gasLimit.valueOf())!=null?o:rr,gasPrice:(i=t.gasPrice.valueOf())!=null?i:nr,chainID:t.chainID.valueOf(),version:new Y.TransactionVersion((l=t.version)!=null?l:Wn)}),t.options?{options:new Y.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new Y.Address(t.guardian)}:{}));return t.guardianSignature&&r.applyGuardianSignature(s.Buffer.from(t.guardianSignature,"hex")),t.signature&&r.applySignature(s.Buffer.from(t.signature,"hex")),r}n();n();A();n();n();n();var Ga=require("@multiversx/sdk-core/out");n();A();n();var xi=require("@multiversx/sdk-core");D();n();var hi=require("@multiversx/sdk-core");function Ha(e){try{let t=new hi.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function Ue(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&Ha(e)}n();n();n();var qa=require("@multiversx/sdk-core"),ja=S(require("bignumber.js"));W();n();n();n();n();n();n();n();C();n();n();C();n();n();n();var Ja=S(require("bignumber.js"));A();n();var Za=require("@multiversx/sdk-core"),Dr=S(require("bignumber.js"));A();n();var Xa=S(require("bignumber.js"));n();Dr.default.config({ROUNDING_MODE:Dr.default.ROUND_FLOOR});n();n();n();A();n();n();n();n();A();n();A();n();var Qa=require("@multiversx/sdk-core");A();n();var We=require("@multiversx/sdk-core"),tc=S(require("bignumber.js"));A();n();n();var ec=S(require("bignumber.js"));A();n();A();n();n();n();n();n();n();A();n();A();n();A();n();C();var nc=["reDelegateRewards","claimRewards","unBond"],oc=["wrapEgld","unwrapEgld"],ic=["unStake"],sc=["unDelegate"];n();n();n();A();n();var lc=S(require("bignumber.js"));n();n();C();n();var uc=S(require("bignumber.js"));n();n();n();n();var mc=S(require("bignumber.js"));D();n();n();n();n();W();n();var Tc=require("@multiversx/sdk-web-wallet-provider");A();n();var fc=S(require("qs"));n();we();ct();n();ct();var fx={search:Ce()?window.location.search:"",removeParams:[]};n();n();n();se();n();C();n();n();se();n();var yc=S(require("linkifyjs"));n();A();n();var hc=S(require("bignumber.js"));n();D();n();n();W();n();W();n();n();n();C();n();C();n();var xc=S(require("bignumber.js"));A();C();n();C();n();var ki=require("react");D();n();n();C();n();n();var Sc=require("@multiversx/sdk-core/out"),wc=S(require("bignumber.js"));C();n();D();n();n();D();var cw=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ei=require("react");D();se();n();var Ic=require("react");C();var Tw=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ir();n();var Nt=e=>e.transactions,$e=f(Nt,e=>e.signedTransactions),sA=f(Nt,e=>e.signTransactionsError),aA=f(Nt,e=>e.signTransactionsCancelMessage),Ct=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),cA=f($e,Ct(Ro)),lA=f($e,Ct(yt)),pA=f($e,Ct(ht)),uA=f($e,Ct(Co)),dA=f(Nt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:w(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>Cr(r)))||[]})}),mA=f($e,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();n();n();n();var Ie=S(require("react"));var vc=(0,Ie.createContext)({}),NA=b.getState();function Dt(){let e=(0,Ie.useContext)(vc);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}n();var Li=S(require("react"));n();n();var Mr=S(require("react")),bc=S(require("axios"));var Pi=()=>{try{let{loginInfo:e,isLoggedIn:t}=Dt();return w(T({},e),{isLoggedIn:t})}catch(e){let t=me(P),r=me(Et);return w(T({},t),{isLoggedIn:r})}};var Ri=()=>{let{isLoggedIn:e}=Pi();return e};n();var _t=require("react"),Ni=e=>{let t=(0,_t.useRef)(e);return(0,_t.useEffect)(()=>{t.current=e},[e]),t};n();n();n();n();var Di=require("@multiversx/sdk-extension-provider"),_i=require("@multiversx/sdk-hw-provider"),Oi=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Mi=require("@multiversx/sdk-opera-provider"),Fi=require("@multiversx/sdk-passkey-provider/out"),Ui=require("@multiversx/sdk-web-wallet-provider");A();Zt();n();var Fr=require("@multiversx/sdk-web-wallet-iframe-provider/out"),kc=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");W();n();var Ci=ve;var Ge=e=>{switch(e==null?void 0:e.constructor){case Ui.WalletProvider:return"wallet";case Ci:return"walletconnectv2";case _i.HWProvider:return"ledger";case Di.ExtensionProvider:return"extension";case Fi.PasskeyProvider:return"passkey";case Oi.MetamaskProvider:return"metamask";case Mi.OperaProvider:return"opera";case Yt.CrossWindowProvider:return"crossWindow";case Fr.IframeProvider:return"iframe";case ve:return"";default:return"extra"}};var $=e=>`Unable to perform ${e}, Provider not initialized`,ve=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error($("getAccount"))}setAccount(t){throw new Error($(`setAccount: ${t}`))}login(t){throw new Error($(`login with options: ${t}`))}logout(t){throw new Error($(`logout with options: ${t}`))}getAddress(){throw new Error($("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(t,r){throw new Error($(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error($(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error($(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error($(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error($(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error($(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Ur=new ve;var Ec=Ur;function oe(){return Ec||Ur}O();D();n();function Bi(e,t){if(!e){typeof console!="undefined"&&console.warn(t);try{throw new Error(t)}catch(r){}}}function Wi(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,o]=Lc(e.path,e.caseSensitive,e.end),i=t.match(r);if(!i)return null;let l=i[0],p=l.replace(/(.)\/+$/,"$1"),d=i.slice(1);return{params:o.reduce((y,x,h)=>{if(x==="*"){let k=d[h]||"";p=l.slice(0,l.length-k.length).replace(/(.)\/+$/,"$1")}return y[x]=Pc(d[h]||"",x),y},{}),pathname:l,pathnameBase:p,pattern:e}}function Lc(e,t=!1,r=!0){Bi(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(p,d)=>(o.push(d),"([^\\/]+)"));return e.endsWith("*")?(o.push("*"),i+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i+=r?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(i,t?void 0:"i"),o]}function Pc(e,t){try{return decodeURIComponent(e)}catch(r){return Bi(!1,`The value for the URL param "${t}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${r}).`),e}}n();n();se();var Vi=()=>{let{search:e}=M(),t=new URLSearchParams(e),r=Object.fromEntries(t),o=r==null?void 0:r.address;return Ue(o)?o:null};n();n();n();n();n();var $i=require("@lifeomic/axios-fetch"),Br=S(require("axios")),Wr=(0,$i.buildAxiosFetch)(Br.default),Vr=(e,t)=>R(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let o=e.clone().json(),[i]=yield Promise.all([o]);return{data:i,status:e.status,statusText:e.statusText,headers:e.headers,config:t}});function Rc(e,t,r){return R(this,null,function*(){try{let o=yield Wr(e,T({method:"POST",body:t?JSON.stringify(t):void 0,headers:T({"Content-Type":"application/json"},(r==null?void 0:r.headers)||{})},r));return Vr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}function Nc(e,t){return R(this,null,function*(){try{let r=yield Wr(e,t);if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return Vr(r,t)}catch(r){throw console.error("Fetch Error:",r),r}})}function Cc(e,t,r){return R(this,null,function*(){try{let o=yield Wr(e,T({method:"PATCH",body:t?JSON.stringify(t):void 0,headers:(r==null?void 0:r.headers)||{}},r));if(!o.ok)throw new Error(`HTTP error! Status: ${o.status}`);return Vr(o,r)}catch(o){throw console.error("Fetch Error:",o),o}})}var He=Br.default.create();He.get=Nc;He.post=Rc;He.patch=Cc;n();n();var Dc=S(require("axios"));n();var Oc=S(require("swr"));n();n();function Gi(){let e=oe();return Ge(e)}n();W();n();function qe(e){return Gi()===e}function Ot(){let e=b.getState(),t=oe(),r=Oe(e),o=Et(e),i=ui(e);if(!t)throw"provider not initialized";return qe("ledger")&&o?new Promise(l=>{l(r)}):!qe("")&&!qe("wallet")&&!qe("extra")?t.getAddress():new Promise(l=>{let p=Vi();i!=null&&p&&l(p),o&&l(r),l("")})}n();n();n();se();var Hi=()=>{let{search:e}=M(),t=new URLSearchParams(e),r=Object.fromEntries(t);return r==null?void 0:r.accessToken};var qi=()=>{var r;let e=Hi(),t=P(b.getState());return e!=null?e:(r=t.webviewLogin)==null?void 0:r.data};n();O();D();n();ae();n();ae();n();var ji=require("@multiversx/sdk-core");D();we();fr();Ee();Se();we();var zi=({callbackUrl:e,onRedirect:t})=>{typeof t=="function"?t(e):e&&gr({url:e})},Fc=e=>{let t=K.local.getItem(V.logoutEvent),{data:r}=t?JSON.parse(t):{data:e};e===r&&(K.local.setItem({key:V.logoutEvent,data:e,expires:0}),K.local.removeItem(V.logoutEvent))},Uc=500;function Ki(i,l){return R(this,arguments,function*(e,t,r=Boolean(qi()),o={shouldBroadcastLogoutAcrossTabs:!0,hasConsentPopup:!1}){var F;let p=yield Ot(),d=oe(),m=Ge(d),y=m==="wallet",x=((F=d==null?void 0:d.isInitialized)==null?void 0:F.call(d))===!0;if(r&&(d==null?void 0:d.relogin)!=null)return d.relogin();p&&o.shouldBroadcastLogoutAcrossTabs&&Fc(p);let h=mr(e),k=M(),E=new URL(decodeURIComponent(h)).pathname;if((Wi(k.pathname,E)||y&&x)&&uo(),!p&&!x)return zi({callbackUrl:h,onRedirect:t});try{if(b.dispatch(I()),y)return setTimeout(()=>{d.logout({callbackUrl:h})},Uc);o.hasConsentPopup&&m==="crossWindow"&&d.setShouldShowConsentPopup(!0),yield d.logout({callbackUrl:h})}catch(ge){console.error("Logging out error:",ge)}finally{y||zi({callbackUrl:h,onRedirect:t})}})}var Bc=e=>1e3*60*e,Wc=500,Vc=({minutes:e=10,onLogout:t})=>{let r=Ri(),o=Ni(r),i=me(di),l=t||Ki,p=Bc(e);(0,Xi.useIdleTimer)({timeout:p,onIdle:()=>{o.current&&l(i)},debounce:Wc})};0&&(module.exports={useIdleTimer});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|