@multiversx/sdk-dapp 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/Pagination/Pagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-Z3BHYWI2.js → chunk-2K2I7POW.js} +2 -2
- package/__chunks__/{chunk-YVDQRW6Z.js → chunk-2NDFZFFA.js} +2 -2
- package/__chunks__/{chunk-JQOAJCEE.js → chunk-2OMXS33B.js} +2 -2
- package/__chunks__/{chunk-NMQOTJVE.js → chunk-2UPRUAJD.js} +2 -2
- package/__chunks__/{chunk-5NLDE2M6.js → chunk-2WK27JLL.js} +2 -2
- package/__chunks__/{chunk-IU4XYDFL.js → chunk-35IMGEGS.js} +2 -2
- package/__chunks__/{chunk-753ZKERX.js → chunk-36J2YD36.js} +2 -2
- package/__chunks__/{chunk-E445ZLFG.js → chunk-3ASMFH3M.js} +2 -2
- package/__chunks__/chunk-3DLCJJT3.js +2 -0
- package/__chunks__/{chunk-XY2ADFOV.js → chunk-3FLBDMZL.js} +2 -2
- package/__chunks__/{chunk-23YQWJ53.js → chunk-3ITNC4BR.js} +2 -2
- package/__chunks__/{chunk-N2YFQIHN.js → chunk-3LI4G6J5.js} +2 -2
- package/__chunks__/{chunk-OMUZRB52.js → chunk-3LNZUSHQ.js} +2 -2
- package/__chunks__/{chunk-NW3NUEH4.js → chunk-3MH6BOK2.js} +2 -2
- package/__chunks__/{chunk-53MJS2UN.js → chunk-3OFQJ5EE.js} +2 -2
- package/__chunks__/{chunk-LYQHJMVE.js → chunk-3XJAG4WD.js} +2 -2
- package/__chunks__/{chunk-35DEXYGI.js → chunk-44CRUFPA.js} +2 -2
- package/__chunks__/{chunk-3WQ4IBE4.js → chunk-4AYROJTH.js} +2 -2
- package/__chunks__/{chunk-N6D4CBS3.js → chunk-4EMLN6H7.js} +2 -2
- package/__chunks__/{chunk-INLSUUDL.js → chunk-4FDCZ72Q.js} +2 -2
- package/__chunks__/{chunk-VPRAZBFT.js → chunk-4GTSITDA.js} +2 -2
- package/__chunks__/{chunk-BMQ2D6AI.js → chunk-4HDJTTN5.js} +2 -2
- package/__chunks__/{chunk-IFCVOGBC.js → chunk-4IRXMJL2.js} +2 -2
- package/__chunks__/{chunk-MC3NWM2P.js → chunk-4KDGJ5YP.js} +2 -2
- package/__chunks__/{chunk-WF2453OL.js → chunk-4NLJWHH4.js} +2 -2
- package/__chunks__/{chunk-WBYKDP4P.js → chunk-4QF3Q4BD.js} +2 -2
- package/__chunks__/{chunk-IPF5D5U6.js → chunk-4SU4BMTK.js} +2 -2
- package/__chunks__/{chunk-KXVWXU7X.js → chunk-4TYYEUKJ.js} +2 -2
- package/__chunks__/{chunk-VDKCS5XV.js → chunk-4VUQ6AJV.js} +2 -2
- package/__chunks__/{chunk-7MD6JYSE.js → chunk-4X4YGCNU.js} +2 -2
- package/__chunks__/{chunk-YC4PYJSV.js → chunk-4X7CLN37.js} +2 -2
- package/__chunks__/chunk-54HQEPKH.js +2 -0
- package/__chunks__/{chunk-CTZRMAIE.js → chunk-56WHADDT.js} +2 -2
- package/__chunks__/{chunk-SYNQCYKY.js → chunk-5AA4GXNY.js} +2 -2
- package/__chunks__/{chunk-WHY4HSMI.js → chunk-5EV3AWHZ.js} +2 -2
- package/__chunks__/chunk-5F4AET3X.js +2 -0
- package/__chunks__/{chunk-OMINC7E6.js → chunk-5JW5RYZG.js} +2 -2
- package/__chunks__/chunk-5OVPPTAT.js +2 -0
- package/__chunks__/{chunk-CBB3SAMO.js → chunk-5QQBGBO6.js} +2 -2
- package/__chunks__/{chunk-IAMOD6DB.js → chunk-5VZ37H4A.js} +2 -2
- package/__chunks__/{chunk-BLWQF7RV.js → chunk-66LBGFRZ.js} +2 -2
- package/__chunks__/chunk-6BIBC3R3.js +2 -0
- package/__chunks__/chunk-6G4W7Y3U.js +2 -0
- package/__chunks__/{chunk-YSH7GZ72.js → chunk-6PGMCNST.js} +2 -2
- package/__chunks__/{chunk-CAQE3LB5.js → chunk-6SJCQU3L.js} +2 -2
- package/__chunks__/{chunk-AO5NJUJ5.js → chunk-6USVZZ6Q.js} +2 -2
- package/__chunks__/{chunk-KIVUCBDI.js → chunk-6WFSCYTL.js} +2 -2
- package/__chunks__/{chunk-LLYCQY4F.js → chunk-6Z4IIJB3.js} +2 -2
- package/__chunks__/{chunk-5UWMFB5V.js → chunk-75CVQ6GE.js} +2 -2
- package/__chunks__/{chunk-CNJYC4ME.js → chunk-7M5GCSH6.js} +2 -2
- package/__chunks__/chunk-7SBQ3LEX.js +2 -0
- package/__chunks__/{chunk-OEYDXF7S.js → chunk-7UCDGHRA.js} +2 -2
- package/__chunks__/{chunk-XLZEJFGA.js → chunk-7ULKRQFD.js} +2 -2
- package/__chunks__/{chunk-FLHFOQWH.js → chunk-7XFQ6AIO.js} +2 -2
- package/__chunks__/{chunk-WRFRJHHT.js → chunk-7YK3453O.js} +2 -2
- package/__chunks__/chunk-AAHCQZFX.js +2 -0
- package/__chunks__/{chunk-4J7T3ITM.js → chunk-AB5HSFHR.js} +2 -2
- package/__chunks__/{chunk-YXCA6OWH.js → chunk-AD2G7ML2.js} +2 -2
- package/__chunks__/{chunk-UMMDHDDK.js → chunk-ADEFMXJL.js} +2 -2
- package/__chunks__/{chunk-S7A5K4N6.js → chunk-AFSN2BHB.js} +2 -2
- package/__chunks__/chunk-AIOEYTOG.js +2 -0
- package/__chunks__/chunk-AOBYVG7C.js +2 -0
- package/__chunks__/{chunk-QQBLDHHX.js → chunk-APCIKBV6.js} +2 -2
- package/__chunks__/{chunk-WVFNSSLI.js → chunk-APGVNXFV.js} +2 -2
- package/__chunks__/{chunk-ZCBY7D6F.js → chunk-ARM7CW7F.js} +2 -2
- package/__chunks__/{chunk-FDHEJ7TD.js → chunk-ATPOT5O4.js} +2 -2
- package/__chunks__/chunk-AW5DF4SB.js +2 -0
- package/__chunks__/chunk-B6SRZVD4.js +2 -0
- package/__chunks__/{chunk-7JHWHHOA.js → chunk-B6SZ3LU7.js} +2 -2
- package/__chunks__/{chunk-IN2RGX66.js → chunk-B75YSVLP.js} +2 -2
- package/__chunks__/{chunk-HZXRDHWZ.js → chunk-BECPO6EF.js} +2 -2
- package/__chunks__/{chunk-H36F2DC6.js → chunk-BF657KHL.js} +2 -2
- package/__chunks__/chunk-BGQFAV2J.js +2 -0
- package/__chunks__/chunk-BGT54OVS.js +2 -0
- package/__chunks__/{chunk-DPE6LMNH.js → chunk-BIUS2EVV.js} +2 -2
- package/__chunks__/{chunk-NT7GWM46.js → chunk-BJ5NMDKV.js} +2 -2
- package/__chunks__/{chunk-ZBMS25W3.js → chunk-BJ6C74OV.js} +2 -2
- package/__chunks__/{chunk-MTKIP56T.js → chunk-BLUCNNR2.js} +2 -2
- package/__chunks__/{chunk-THPXO2GZ.js → chunk-BPGX25LY.js} +2 -2
- package/__chunks__/{chunk-ZPLBE5I4.js → chunk-BU7GTULJ.js} +2 -2
- package/__chunks__/{chunk-G6RECRW4.js → chunk-BVOVWN5Y.js} +2 -2
- package/__chunks__/{chunk-AIS2COIW.js → chunk-BWGLODP6.js} +2 -2
- package/__chunks__/{chunk-GRQGQ3NE.js → chunk-BWX4676R.js} +2 -2
- package/__chunks__/chunk-BXKSPPIC.js +2 -0
- package/__chunks__/{chunk-2KKODEHE.js → chunk-CB4GEA4S.js} +2 -2
- package/__chunks__/chunk-CFRLFYAV.js +2 -0
- package/__chunks__/{chunk-P23Q3D4G.js → chunk-CGXJFVZM.js} +2 -2
- package/__chunks__/{chunk-7G3HPM22.js → chunk-CH3C53AO.js} +2 -2
- package/__chunks__/chunk-CINXL6S6.js +2 -0
- package/__chunks__/chunk-CMT2YLHS.js +2 -0
- package/__chunks__/{chunk-3DAQVHZA.js → chunk-COIOGDTJ.js} +2 -2
- package/__chunks__/{chunk-AWMNYB42.js → chunk-CPEXDCSU.js} +2 -2
- package/__chunks__/chunk-CQVG7IY4.js +2 -0
- package/__chunks__/{chunk-USAAXM5Q.js → chunk-CT2QI4K2.js} +2 -2
- package/__chunks__/{chunk-QTDF6V5P.js → chunk-CUGUE4LD.js} +2 -2
- package/__chunks__/chunk-CUKB5INY.js +2 -0
- package/__chunks__/{chunk-NLJWAMY7.js → chunk-CWN2QGRT.js} +2 -2
- package/__chunks__/{chunk-FYNDKXBZ.js → chunk-CX6KTHP5.js} +2 -2
- package/__chunks__/{chunk-X3JHZFAE.js → chunk-CX7KCL5H.js} +2 -2
- package/__chunks__/{chunk-QKFY3IKC.js → chunk-D3MHXO7L.js} +2 -2
- package/__chunks__/{chunk-4D6NBDW2.js → chunk-DDWRCCCZ.js} +2 -2
- package/__chunks__/{chunk-CJWOZ7WH.js → chunk-DG4FPIVJ.js} +2 -2
- package/__chunks__/{chunk-6XXPSZN5.js → chunk-DGEGNXMM.js} +2 -2
- package/__chunks__/chunk-DKU4VSVV.js +2 -0
- package/__chunks__/{chunk-YYHAWMRH.js → chunk-DM4BJXEM.js} +2 -2
- package/__chunks__/{chunk-UWNULMVI.js → chunk-DMULRVRA.js} +2 -2
- package/__chunks__/{chunk-7KAAWHQR.js → chunk-DRS3U275.js} +2 -2
- package/__chunks__/{chunk-H2LOTPFT.js → chunk-DZSMQIIA.js} +2 -2
- package/__chunks__/{chunk-BLDYFAMF.js → chunk-E6Q2Y3W3.js} +2 -2
- package/__chunks__/{chunk-KPLDAPRZ.js → chunk-E6TYN2RW.js} +2 -2
- package/__chunks__/{chunk-DQZ5XI37.js → chunk-EMLCTW7A.js} +2 -2
- package/__chunks__/{chunk-HKXLCM7L.js → chunk-EMVCPTHR.js} +2 -2
- package/__chunks__/{chunk-EREZSUUB.js → chunk-EO6HXDCR.js} +2 -2
- package/__chunks__/{chunk-OKHUJ6CT.js → chunk-EPVNC46A.js} +2 -2
- package/__chunks__/{chunk-ZYLKUSOM.js → chunk-EYQC3ENH.js} +2 -2
- package/__chunks__/{chunk-6UTDKIJQ.js → chunk-F3NQDSS7.js} +2 -2
- package/__chunks__/chunk-FC4AKO7M.js +2 -0
- package/__chunks__/{chunk-L2OZR2CY.js → chunk-FDIU3DMA.js} +2 -2
- package/__chunks__/{chunk-IHMIYIXV.js → chunk-FEFMKBHU.js} +2 -2
- package/__chunks__/{chunk-KZSL52ES.js → chunk-FIU4IYCF.js} +2 -2
- package/__chunks__/{chunk-C6OAICVO.js → chunk-FJ3NU4RP.js} +2 -2
- package/__chunks__/{chunk-R7PG4CX5.js → chunk-FZDOJFOW.js} +2 -2
- package/__chunks__/{chunk-OADCTH2V.js → chunk-G2JNPFUT.js} +2 -2
- package/__chunks__/chunk-G36Z3MYL.js +2 -0
- package/__chunks__/{chunk-HOTZHU6C.js → chunk-GDVUBIAA.js} +2 -2
- package/__chunks__/chunk-GEEKB72J.js +2 -0
- package/__chunks__/{chunk-SWUZLNZF.js → chunk-GFTHBT5S.js} +2 -2
- package/__chunks__/{chunk-OUI3PAS7.js → chunk-GGVRPC44.js} +2 -2
- package/__chunks__/{chunk-V45PX7SK.js → chunk-GI4FSMXP.js} +2 -2
- package/__chunks__/chunk-GIORI2OH.js +2 -0
- package/__chunks__/{chunk-VIIMPGHZ.js → chunk-GSEUOARU.js} +2 -2
- package/__chunks__/{chunk-RK4EFPVI.js → chunk-GXB2HDQT.js} +2 -2
- package/__chunks__/{chunk-6BWEAQYK.js → chunk-H2OAZP4M.js} +2 -2
- package/__chunks__/{chunk-OMEZRPYI.js → chunk-H3SVFYNB.js} +2 -2
- package/__chunks__/{chunk-KTHN7K4J.js → chunk-H6MUJD4E.js} +2 -2
- package/__chunks__/{chunk-5HE26PEM.js → chunk-HAQS3VTI.js} +2 -2
- package/__chunks__/{chunk-TFYCUHSH.js → chunk-HBPDRU2X.js} +2 -2
- package/__chunks__/{chunk-ORUY525X.js → chunk-HCSOTX7M.js} +2 -2
- package/__chunks__/{chunk-PIBSWY65.js → chunk-HJ365HGN.js} +2 -2
- package/__chunks__/{chunk-OB7A2DQB.js → chunk-HJS7UPLA.js} +2 -2
- package/__chunks__/{chunk-WT53PGGK.js → chunk-HNQE3MUU.js} +2 -2
- package/__chunks__/chunk-HU3KKNCO.js +2 -0
- package/__chunks__/chunk-HZG4VDTB.js +2 -0
- package/__chunks__/{chunk-D2FZ3AY6.js → chunk-IBRCVMB3.js} +2 -2
- package/__chunks__/{chunk-ONSQEJQ7.js → chunk-ICBJRFED.js} +2 -2
- package/__chunks__/{chunk-5GOVGL5F.js → chunk-IOB7ZE6S.js} +2 -2
- package/__chunks__/{chunk-U6ZMO2NF.js → chunk-IPFJF54U.js} +2 -2
- package/__chunks__/{chunk-K2REVJW5.js → chunk-IS5TGR57.js} +2 -2
- package/__chunks__/{chunk-MSC3X6UJ.js → chunk-IY32SQ2N.js} +2 -2
- package/__chunks__/{chunk-4EH75OYN.js → chunk-IZ326AFU.js} +2 -2
- package/__chunks__/{chunk-45IK7E3E.js → chunk-J2WDVSN3.js} +2 -2
- package/__chunks__/{chunk-EOADUL42.js → chunk-J3YUJE2R.js} +2 -2
- package/__chunks__/{chunk-VHE5W3LK.js → chunk-J4F5N3ZT.js} +2 -2
- package/__chunks__/{chunk-HRI3IU3O.js → chunk-J5V3BK3K.js} +2 -2
- package/__chunks__/{chunk-XLIHKENR.js → chunk-JEEIA3PW.js} +2 -2
- package/__chunks__/{chunk-2ILBLRYP.js → chunk-JICIOSCH.js} +2 -2
- package/__chunks__/{chunk-PUKSSL4B.js → chunk-JKZAYYS7.js} +2 -2
- package/__chunks__/{chunk-AWTCUL56.js → chunk-JLILH67N.js} +2 -2
- package/__chunks__/{chunk-KNR666GN.js → chunk-JNLAZTS4.js} +2 -2
- package/__chunks__/{chunk-NBRXKEWE.js → chunk-JOWEGCWE.js} +2 -2
- package/__chunks__/chunk-JQJQ7LHF.js +2 -0
- package/__chunks__/{chunk-OWQN4SST.js → chunk-JQXPZ6QT.js} +2 -2
- package/__chunks__/chunk-JR45NQ66.js +2 -0
- package/__chunks__/{chunk-CNMPGSI4.js → chunk-K2S5LXYA.js} +2 -2
- package/__chunks__/{chunk-4UI7AJUB.js → chunk-K2X5ELXZ.js} +2 -2
- package/__chunks__/{chunk-2TNJWI6O.js → chunk-K7ZPCXVP.js} +2 -2
- package/__chunks__/chunk-KBJOYGV3.js +2 -0
- package/__chunks__/{chunk-CLMEZF3T.js → chunk-KIAMT7PX.js} +2 -2
- package/__chunks__/{chunk-C6FWOIAJ.js → chunk-KLOCMESI.js} +2 -2
- package/__chunks__/chunk-KR4AUSGR.js +2 -0
- package/__chunks__/{chunk-AUTX2AU4.js → chunk-KSQBMD6F.js} +2 -2
- package/__chunks__/{chunk-2Q2YI5BP.js → chunk-KUWKJTM3.js} +2 -2
- package/__chunks__/{chunk-PB26C735.js → chunk-KWB3CSYB.js} +2 -2
- package/__chunks__/{chunk-AUV2YMMV.js → chunk-KWQEBYAL.js} +2 -2
- package/__chunks__/chunk-KYNY6J5Y.js +2 -0
- package/__chunks__/chunk-LE6GU2X4.js +2 -0
- package/__chunks__/{chunk-CZU5I22H.js → chunk-LIELXMI3.js} +2 -2
- package/__chunks__/chunk-LK3GLF7O.js +2 -0
- package/__chunks__/{chunk-XJUJRMW2.js → chunk-LLGTKTPK.js} +2 -2
- package/__chunks__/{chunk-A2IGIV7E.js → chunk-LLZNCZE6.js} +2 -2
- package/__chunks__/{chunk-W4VJ6KST.js → chunk-LNSE5XNM.js} +2 -2
- package/__chunks__/{chunk-KEG5V3YK.js → chunk-LOQ76KHF.js} +2 -2
- package/__chunks__/chunk-LQBB552V.js +2 -0
- package/__chunks__/chunk-LS7ZYS4M.js +2 -0
- package/__chunks__/{chunk-MN6IA7DE.js → chunk-LZWGCXQS.js} +2 -2
- package/__chunks__/{chunk-DB3X3DBS.js → chunk-M3EARCD3.js} +2 -2
- package/__chunks__/{chunk-LAHEZYF6.js → chunk-M5JEB3JX.js} +2 -2
- package/__chunks__/chunk-M5OD2X65.js +2 -0
- package/__chunks__/{chunk-SBAXVPVV.js → chunk-MDG6MATJ.js} +2 -2
- package/__chunks__/chunk-MELVLLHR.js +2 -0
- package/__chunks__/{chunk-ISO2AWEE.js → chunk-MGO2OJJR.js} +2 -2
- package/__chunks__/{chunk-4SDU6RPN.js → chunk-MJQLD33A.js} +2 -2
- package/__chunks__/chunk-MNWCBW5Y.js +2 -0
- package/__chunks__/{chunk-MYKHD6TD.js → chunk-MR4F7VN3.js} +2 -2
- package/__chunks__/{chunk-QAHRORZG.js → chunk-MTUOEG4L.js} +2 -2
- package/__chunks__/chunk-MXGXIZED.js +2 -0
- package/__chunks__/{chunk-BXJIXZFJ.js → chunk-MYCI2XL6.js} +2 -2
- package/__chunks__/{chunk-BSTV7EXM.js → chunk-N3BJ42WD.js} +2 -2
- package/__chunks__/{chunk-FBN5LHMU.js → chunk-N3S4PVNK.js} +2 -2
- package/__chunks__/{chunk-ZTQDAQIB.js → chunk-N7SQSNMP.js} +2 -2
- package/__chunks__/chunk-NDVYP4GL.js +2 -0
- package/__chunks__/{chunk-B5J4WVB2.js → chunk-NGKIF246.js} +2 -2
- package/__chunks__/chunk-NIGPIPSW.js +2 -0
- package/__chunks__/chunk-NJMDHZIK.js +2 -0
- package/__chunks__/{chunk-NPJOOCZ7.js → chunk-NMKEUZS6.js} +2 -2
- package/__chunks__/{chunk-LHPFWKUO.js → chunk-NO5JSFSP.js} +2 -2
- package/__chunks__/{chunk-67WBRVY5.js → chunk-NRGXWLE3.js} +2 -2
- package/__chunks__/chunk-NT56YZIX.js +2 -0
- package/__chunks__/{chunk-HTJUWOTH.js → chunk-NTXARDKH.js} +2 -2
- package/__chunks__/chunk-NXPG6E4S.js +2 -0
- package/__chunks__/{chunk-I23RFGCU.js → chunk-NXSIIFLS.js} +2 -2
- package/__chunks__/{chunk-T6BGDGI4.js → chunk-O2K6SRXS.js} +2 -2
- package/__chunks__/{chunk-WCES5BZL.js → chunk-O2WWOVAA.js} +2 -2
- package/__chunks__/{chunk-ZX34BIQY.js → chunk-O77TEM5H.js} +2 -2
- package/__chunks__/{chunk-6CHMDMOI.js → chunk-OBKZA6WE.js} +2 -2
- package/__chunks__/{chunk-PHMNM5J6.js → chunk-ODFJ4D3P.js} +2 -2
- package/__chunks__/{chunk-WH3DQSON.js → chunk-OEMMQBND.js} +2 -2
- package/__chunks__/{chunk-D6GAS366.js → chunk-OGWPFO2E.js} +2 -2
- package/__chunks__/{chunk-5YBHFKIF.js → chunk-OJJCYG3B.js} +2 -2
- package/__chunks__/{chunk-OTLA6FLL.js → chunk-OJXKCUI6.js} +2 -2
- package/__chunks__/{chunk-L6HAFP2H.js → chunk-OKDLNCLS.js} +2 -2
- package/__chunks__/{chunk-QZT2SFMM.js → chunk-OLTIGYTD.js} +2 -2
- package/__chunks__/chunk-OLXMTV3K.js +2 -0
- package/__chunks__/{chunk-5BDF4YMO.js → chunk-ORKOMULF.js} +2 -2
- package/__chunks__/{chunk-AB3PZCYE.js → chunk-OUQUVMP5.js} +2 -2
- package/__chunks__/{chunk-SXKWSF42.js → chunk-OVQY55MU.js} +2 -2
- package/__chunks__/{chunk-FKXDLGWC.js → chunk-P3OIVL6D.js} +2 -2
- package/__chunks__/chunk-P3WBUHDD.js +2 -0
- package/__chunks__/{chunk-HGPBGLTH.js → chunk-P563BKWF.js} +2 -2
- package/__chunks__/{chunk-AFCV3QID.js → chunk-PDA5OY3Q.js} +2 -2
- package/__chunks__/{chunk-LBWDM2WS.js → chunk-PG2EUCFN.js} +2 -2
- package/__chunks__/{chunk-YG27VNDE.js → chunk-PIW74OD5.js} +2 -2
- package/__chunks__/{chunk-BX5HH547.js → chunk-PNHQ2N3L.js} +2 -2
- package/__chunks__/{chunk-H5T2IEFD.js → chunk-PPIRVTWC.js} +2 -2
- package/__chunks__/{chunk-TKVDUKJ5.js → chunk-PRFA6SXP.js} +2 -2
- package/__chunks__/{chunk-TGYN752O.js → chunk-PRSAX766.js} +2 -2
- package/__chunks__/{chunk-BHSNVNQO.js → chunk-PSWY5DES.js} +2 -2
- package/__chunks__/{chunk-YG7UA67K.js → chunk-Q4F7QCMB.js} +2 -2
- package/__chunks__/{chunk-W4GHVZZI.js → chunk-Q74F5K2H.js} +2 -2
- package/__chunks__/{chunk-SZEUI4OR.js → chunk-Q74FEJZV.js} +2 -2
- package/__chunks__/chunk-Q76COMSQ.js +2 -0
- package/__chunks__/{chunk-ON5LP6JP.js → chunk-Q7VFYYE6.js} +2 -2
- package/__chunks__/chunk-QC2HODGU.js +2 -0
- package/__chunks__/{chunk-3VM4WTSL.js → chunk-QCXE5MDH.js} +2 -2
- package/__chunks__/{chunk-GUYURVJK.js → chunk-QG55NZL3.js} +2 -2
- package/__chunks__/{chunk-BC3IQLZJ.js → chunk-QGOMOCS5.js} +2 -2
- package/__chunks__/{chunk-ZTEUU5H5.js → chunk-QOD57VGA.js} +2 -2
- package/__chunks__/{chunk-AFWXD6D2.js → chunk-QU32YKRN.js} +2 -2
- package/__chunks__/{chunk-IIIUTIXU.js → chunk-QVC437DJ.js} +2 -2
- package/__chunks__/{chunk-US37PFYF.js → chunk-QVN57DZM.js} +2 -2
- package/__chunks__/{chunk-3S44WZ6S.js → chunk-QYYRMYZZ.js} +2 -2
- package/__chunks__/{chunk-DGJNZAH7.js → chunk-R5JHOYMG.js} +2 -2
- package/__chunks__/{chunk-XHESHVFW.js → chunk-RKOYLBHX.js} +2 -2
- package/__chunks__/{chunk-5RMZNCGN.js → chunk-RLJQFYZO.js} +2 -2
- package/__chunks__/{chunk-YLCNB656.js → chunk-RNKMCLKC.js} +2 -2
- package/__chunks__/{chunk-CDDW2IBX.js → chunk-RNR7TM4C.js} +2 -2
- package/__chunks__/{chunk-Y5MSFSID.js → chunk-RPLMYIHO.js} +2 -2
- package/__chunks__/{chunk-I3KUOXAQ.js → chunk-RV5MR57H.js} +2 -2
- package/__chunks__/{chunk-GCIT5EQL.js → chunk-RWM2DX2N.js} +2 -2
- package/__chunks__/{chunk-QTEMRGTF.js → chunk-RWRE7J6C.js} +2 -2
- package/__chunks__/{chunk-IIVIW4IU.js → chunk-S35OO5TF.js} +2 -2
- package/__chunks__/chunk-S3LHPV2C.js +2 -0
- package/__chunks__/{chunk-EIOQ4AZU.js → chunk-S42LSTGT.js} +2 -2
- package/__chunks__/{chunk-AUCWY6HH.js → chunk-S44ARFAW.js} +2 -2
- package/__chunks__/{chunk-OWLKFN3L.js → chunk-S67USAUD.js} +2 -2
- package/__chunks__/{chunk-BVHM5RCS.js → chunk-SITMCCOG.js} +2 -2
- package/__chunks__/{chunk-747W4CCW.js → chunk-SP4WXLGN.js} +2 -2
- package/__chunks__/{chunk-QAILRCL2.js → chunk-SUFG3P2I.js} +2 -2
- package/__chunks__/{chunk-7O6FTRXC.js → chunk-T3ZE2WFR.js} +2 -2
- package/__chunks__/{chunk-K6Z6FB2Z.js → chunk-T6XTMCQC.js} +2 -2
- package/__chunks__/{chunk-TRHXE2FH.js → chunk-TC2WVD6T.js} +2 -2
- package/__chunks__/chunk-TCEQHR33.js +2 -0
- package/__chunks__/{chunk-J55FTVT5.js → chunk-TDHAGKBY.js} +2 -2
- package/__chunks__/chunk-TGYMSW3J.js +2 -0
- package/__chunks__/{chunk-HYAP5S7Y.js → chunk-TIJP4PS7.js} +2 -2
- package/__chunks__/chunk-TOKNON6B.js +2 -0
- package/__chunks__/{chunk-2YJ77Q6U.js → chunk-TPTPBUTP.js} +2 -2
- package/__chunks__/{chunk-2AFSONSG.js → chunk-TR2WXKZY.js} +2 -2
- package/__chunks__/{chunk-H466TX27.js → chunk-TUQKHHOA.js} +2 -2
- package/__chunks__/{chunk-J2Y6GBC2.js → chunk-TZ5PMIJ3.js} +2 -2
- package/__chunks__/{chunk-22SSNQZC.js → chunk-TZIVVSS6.js} +2 -2
- package/__chunks__/{chunk-N77RIXSH.js → chunk-U2KLQAGM.js} +2 -2
- package/__chunks__/{chunk-TAQCSBSJ.js → chunk-U32PX6NF.js} +2 -2
- package/__chunks__/{chunk-2L4SILFQ.js → chunk-U3XBUPXD.js} +2 -2
- package/__chunks__/{chunk-AWKMJ6BH.js → chunk-U4CDBI6P.js} +2 -2
- package/__chunks__/{chunk-25Z4RRV2.js → chunk-U62E2JHZ.js} +2 -2
- package/__chunks__/chunk-UBSBJF3A.js +2 -0
- package/__chunks__/{chunk-XDWFAAXF.js → chunk-UDJZII4B.js} +2 -2
- package/__chunks__/{chunk-5ERYPF64.js → chunk-UGJQKACR.js} +2 -2
- package/__chunks__/chunk-UNR5DH2P.js +2 -0
- package/__chunks__/chunk-UNV565VI.js +2 -0
- package/__chunks__/{chunk-AC6CKWKK.js → chunk-UOF2PVU3.js} +2 -2
- package/__chunks__/{chunk-ZZC6YAK2.js → chunk-UQSSY2CE.js} +2 -2
- package/__chunks__/chunk-UZGZ2ISZ.js +2 -0
- package/__chunks__/{chunk-XCYTLFVY.js → chunk-UZYWNRXB.js} +2 -2
- package/__chunks__/{chunk-FOMXUSAM.js → chunk-VCDU5F5F.js} +2 -2
- package/__chunks__/chunk-VH5LM3UB.js +2 -0
- package/__chunks__/{chunk-CJNQHFTG.js → chunk-VKH7RCJZ.js} +2 -2
- package/__chunks__/{chunk-GZERAGVT.js → chunk-VKL3IX6D.js} +2 -2
- package/__chunks__/{chunk-6OW2H4GX.js → chunk-VLKMA43H.js} +2 -2
- package/__chunks__/{chunk-67RP574Q.js → chunk-VOLV2VKJ.js} +2 -2
- package/__chunks__/{chunk-PSPRNXGD.js → chunk-VSI5CFOL.js} +2 -2
- package/__chunks__/{chunk-KXEIICKC.js → chunk-VX22PWSV.js} +2 -2
- package/__chunks__/{chunk-UZXHNLYR.js → chunk-VZZWVSGN.js} +2 -2
- package/__chunks__/{chunk-KT55VLK7.js → chunk-W6OHCIBK.js} +2 -2
- package/__chunks__/chunk-WBABHHWB.js +2 -0
- package/__chunks__/{chunk-2OXZHY47.js → chunk-WG6VCGOH.js} +2 -2
- package/__chunks__/{chunk-KQLXRMEE.js → chunk-WHCSXRYV.js} +2 -2
- package/__chunks__/{chunk-2C47U57W.js → chunk-WJ2GENHB.js} +2 -2
- package/__chunks__/{chunk-M45Q3B6D.js → chunk-WOWQGT7T.js} +2 -2
- package/__chunks__/{chunk-6IRIYBXO.js → chunk-WPDQHXZM.js} +2 -2
- package/__chunks__/{chunk-LQ4H4XMZ.js → chunk-WSG6OJID.js} +2 -2
- package/__chunks__/{chunk-SNG6AUN5.js → chunk-WSJ4FZAD.js} +2 -2
- package/__chunks__/{chunk-XSJL7C5B.js → chunk-WXMF242R.js} +2 -2
- package/__chunks__/{chunk-OITS4WSY.js → chunk-WYIOA2CW.js} +2 -2
- package/__chunks__/{chunk-QHH3TL5J.js → chunk-WZEXDOL3.js} +2 -2
- package/__chunks__/{chunk-LC7VM2V2.js → chunk-X2LMCP63.js} +2 -2
- package/__chunks__/{chunk-3KBIJZ5B.js → chunk-X3OARZY4.js} +2 -2
- package/__chunks__/{chunk-XRF5BC57.js → chunk-X65KMBSX.js} +2 -2
- package/__chunks__/{chunk-CZ67K2JP.js → chunk-XBWMKBSN.js} +2 -2
- package/__chunks__/{chunk-AN4EQXPW.js → chunk-XDNPLITT.js} +2 -2
- package/__chunks__/{chunk-KZYHCUBK.js → chunk-XFSTF6UC.js} +2 -2
- package/__chunks__/chunk-XH77T23W.js +2 -0
- package/__chunks__/{chunk-UOALD6V5.js → chunk-XNLN42WC.js} +2 -2
- package/__chunks__/{chunk-A7SBHPK3.js → chunk-XOBLTJNU.js} +2 -2
- package/__chunks__/{chunk-NJG4RGRY.js → chunk-XSFCMLI3.js} +2 -2
- package/__chunks__/{chunk-46Q4JMMY.js → chunk-XT6L5CMF.js} +2 -2
- package/__chunks__/{chunk-B77YM2QS.js → chunk-XU33WKHX.js} +2 -2
- package/__chunks__/{chunk-ZI35GMEV.js → chunk-XUEPSM7T.js} +2 -2
- package/__chunks__/{chunk-2UHZELCK.js → chunk-XXISC3KD.js} +2 -2
- package/__chunks__/{chunk-L23BUP6N.js → chunk-XXSB4UGQ.js} +2 -2
- package/__chunks__/{chunk-ZPCED2P2.js → chunk-XXWCVDZO.js} +2 -2
- package/__chunks__/{chunk-Z2KDG7AO.js → chunk-YBPRSVO6.js} +2 -2
- package/__chunks__/{chunk-Z6OXO2BW.js → chunk-YC2CGRNI.js} +2 -2
- package/__chunks__/chunk-YH6HFGXF.js +2 -0
- package/__chunks__/{chunk-XCVB7MGI.js → chunk-YIWF5JW6.js} +2 -2
- package/__chunks__/{chunk-TRTXE3Z7.js → chunk-YK7LH7KM.js} +2 -2
- package/__chunks__/{chunk-CDI4B37I.js → chunk-YQ6NUZ2W.js} +2 -2
- package/__chunks__/chunk-YQDDOHUJ.js +2 -0
- package/__chunks__/{chunk-46Z23CL7.js → chunk-YSRVOBZJ.js} +2 -2
- package/__chunks__/chunk-YV4AGZES.js +2 -0
- package/__chunks__/{chunk-BKTFKAC4.js → chunk-YY6PRNL7.js} +2 -2
- package/__chunks__/{chunk-LSQTYC7X.js → chunk-Z32YFOTU.js} +2 -2
- package/__chunks__/{chunk-RQQPHH3S.js → chunk-Z4ETRVIP.js} +2 -2
- package/__chunks__/{chunk-WSN6FXFB.js → chunk-Z4QVA43D.js} +2 -2
- package/__chunks__/{chunk-NXXPLTPH.js → chunk-Z6OTYTVD.js} +2 -2
- package/__chunks__/{chunk-DBKTZD7C.js → chunk-ZDLS2ROS.js} +2 -2
- package/__chunks__/{chunk-Q6A7MYXT.js → chunk-ZFM3AKZB.js} +2 -2
- package/__chunks__/{chunk-QTYHDB7M.js → chunk-ZJYZLU6I.js} +2 -2
- package/__chunks__/{chunk-V5XLW2QX.js → chunk-ZNZM64XX.js} +2 -2
- package/__chunks__/{chunk-KFAAZM3U.js → chunk-ZOF7RQG3.js} +2 -2
- package/__chunks__/{chunk-BQNKL3NQ.js → chunk-ZR4MYNG7.js} +2 -2
- package/__chunks__/{chunk-YDRJBGVE.js → chunk-ZRQ2S7FV.js} +2 -2
- package/__chunks__/{chunk-FCFDUSOQ.js → chunk-ZSFQJ5ZZ.js} +2 -2
- package/__chunks__/{chunk-66GRGLZZ.js → chunk-ZSXLZAFD.js} +2 -2
- package/__chunks__/chunk-ZU2IKIWJ.js +2 -0
- package/__chunks__/{chunk-XBWZHLBR.js → chunk-ZU6LWXRY.js} +2 -2
- package/__chunks__/{chunk-2EBHEIPK.js → chunk-ZWVTQKFC.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +12 -12
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +3 -3
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +8 -8
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/account/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/__commonjs/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/operations/nominate.js +1 -1
- package/__commonjs/utils/operations/parseAmount.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelActionAndDispose.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-2Q5VPGVR.js +0 -2
- package/__chunks__/chunk-3Q2QS7OH.js +0 -2
- package/__chunks__/chunk-53QQTAG7.js +0 -2
- package/__chunks__/chunk-54N4RLY7.js +0 -2
- package/__chunks__/chunk-5K4MPEY2.js +0 -2
- package/__chunks__/chunk-5WAZ3K6U.js +0 -2
- package/__chunks__/chunk-5XWVSVRW.js +0 -2
- package/__chunks__/chunk-67G3XPT7.js +0 -2
- package/__chunks__/chunk-6FE2EYKS.js +0 -2
- package/__chunks__/chunk-6MTDG7G3.js +0 -2
- package/__chunks__/chunk-6T4AZFRE.js +0 -2
- package/__chunks__/chunk-6TPYTRCS.js +0 -2
- package/__chunks__/chunk-7BOOLJNP.js +0 -2
- package/__chunks__/chunk-A5IPDDY2.js +0 -2
- package/__chunks__/chunk-APJUXVK5.js +0 -2
- package/__chunks__/chunk-B3CXC2BR.js +0 -2
- package/__chunks__/chunk-B3PWB73S.js +0 -2
- package/__chunks__/chunk-BOAI2G6O.js +0 -2
- package/__chunks__/chunk-CAL3BHAI.js +0 -2
- package/__chunks__/chunk-CN3FGBRK.js +0 -2
- package/__chunks__/chunk-DVINHABK.js +0 -2
- package/__chunks__/chunk-E6AIPJSA.js +0 -2
- package/__chunks__/chunk-E6BNKX7K.js +0 -2
- package/__chunks__/chunk-EARJ52RB.js +0 -2
- package/__chunks__/chunk-EDFVHYJF.js +0 -2
- package/__chunks__/chunk-EDK6INJL.js +0 -2
- package/__chunks__/chunk-EJ2CBRFF.js +0 -2
- package/__chunks__/chunk-EUCMN4BM.js +0 -2
- package/__chunks__/chunk-EXEWFABM.js +0 -2
- package/__chunks__/chunk-FRJB4JTM.js +0 -2
- package/__chunks__/chunk-G2A36HG2.js +0 -2
- package/__chunks__/chunk-GMNKJ4ZS.js +0 -2
- package/__chunks__/chunk-GTSTSF47.js +0 -2
- package/__chunks__/chunk-HEAKSCAP.js +0 -2
- package/__chunks__/chunk-I4Y3IIJO.js +0 -2
- package/__chunks__/chunk-I63Y245T.js +0 -2
- package/__chunks__/chunk-IMZUYKG4.js +0 -2
- package/__chunks__/chunk-JHDN4BLB.js +0 -2
- package/__chunks__/chunk-JQATXIEX.js +0 -2
- package/__chunks__/chunk-KLEOGM4X.js +0 -2
- package/__chunks__/chunk-LGWKMXIO.js +0 -2
- package/__chunks__/chunk-M3MIM7GR.js +0 -2
- package/__chunks__/chunk-M5VRMICG.js +0 -2
- package/__chunks__/chunk-MOKL3ZOL.js +0 -2
- package/__chunks__/chunk-MOPJUB6Q.js +0 -2
- package/__chunks__/chunk-NSWJUNJF.js +0 -2
- package/__chunks__/chunk-OADTUICJ.js +0 -2
- package/__chunks__/chunk-OXWCW7XG.js +0 -2
- package/__chunks__/chunk-PNP2BH4R.js +0 -2
- package/__chunks__/chunk-QMKFQ6ZQ.js +0 -2
- package/__chunks__/chunk-SRH7RK7R.js +0 -2
- package/__chunks__/chunk-THUOPOUB.js +0 -2
- package/__chunks__/chunk-TKGTFJEU.js +0 -2
- package/__chunks__/chunk-TS7WMZBR.js +0 -2
- package/__chunks__/chunk-TSXGHSFO.js +0 -2
- package/__chunks__/chunk-U636KPVK.js +0 -2
- package/__chunks__/chunk-UAKBMT2M.js +0 -2
- package/__chunks__/chunk-USRAPINT.js +0 -2
- package/__chunks__/chunk-V7GRT5JW.js +0 -2
- package/__chunks__/chunk-WMMWWMRE.js +0 -2
- package/__chunks__/chunk-WYYEOAV7.js +0 -2
- package/__chunks__/chunk-XDTJMHQJ.js +0 -2
- package/__chunks__/chunk-YWPMLMPE.js +0 -2
- package/__chunks__/chunk-ZTTCSRY7.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var og=Object.create;var Yn=Object.defineProperty,ng=Object.defineProperties,tg=Object.getOwnPropertyDescriptor,rg=Object.getOwnPropertyDescriptors,ag=Object.getOwnPropertyNames,Dt=Object.getOwnPropertySymbols,ig=Object.getPrototypeOf,da=Object.prototype.hasOwnProperty,Ss=Object.prototype.propertyIsEnumerable;var ys=(e,o,n)=>o in e?Yn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,h=(e,o)=>{for(var n in o||(o={}))da.call(o,n)&&ys(e,n,o[n]);if(Dt)for(var n of Dt(o))Ss.call(o,n)&&ys(e,n,o[n]);return e},P=(e,o)=>ng(e,rg(o));var Go=(e,o)=>{var n={};for(var r in e)da.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Dt)for(var r of Dt(e))o.indexOf(r)<0&&Ss.call(e,r)&&(n[r]=e[r]);return n};var I=(e,o)=>()=>(e&&(o=e(e=0)),o);var R=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),lo=(e,o)=>{for(var n in o)Yn(e,n,{get:o[n],enumerable:!0})},bs=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of ag(o))!da.call(e,a)&&a!==n&&Yn(e,a,{get:()=>o[a],enumerable:!(r=tg(o,a))||r.enumerable});return e};var C=(e,o,n)=>(n=e!=null?og(ig(e)):{},bs(o||!e||!e.__esModule?Yn(n,"default",{value:e,enumerable:!0}):n,e)),ro=e=>bs(Yn({},"__esModule",{value:!0}),e);var T=(e,o,n)=>new Promise((r,a)=>{var p=l=>{try{d(n.next(l))}catch(u){a(u)}},m=l=>{try{d(n.throw(l))}catch(u){a(u)}},d=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);d((n=n.apply(e,o)).next())});var As=R(Mt=>{"use strict";t();Mt.byteLength=cg;Mt.toByteArray=mg;Mt.fromByteArray=_g;var _o=[],Ze=[],sg=typeof Uint8Array!="undefined"?Uint8Array:Array,la="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(en=0,ws=la.length;en<ws;++en)_o[en]=la[en],Ze[la.charCodeAt(en)]=en;var en,ws;Ze["-".charCodeAt(0)]=62;Ze["_".charCodeAt(0)]=63;function vs(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function cg(e){var o=vs(e),n=o[0],r=o[1];return(n+r)*3/4-r}function pg(e,o,n){return(o+n)*3/4-n}function mg(e){var o,n=vs(e),r=n[0],a=n[1],p=new sg(pg(e,r,a)),m=0,d=a>0?r-4:r,l;for(l=0;l<d;l+=4)o=Ze[e.charCodeAt(l)]<<18|Ze[e.charCodeAt(l+1)]<<12|Ze[e.charCodeAt(l+2)]<<6|Ze[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return a===2&&(o=Ze[e.charCodeAt(l)]<<2|Ze[e.charCodeAt(l+1)]>>4,p[m++]=o&255),a===1&&(o=Ze[e.charCodeAt(l)]<<10|Ze[e.charCodeAt(l+1)]<<4|Ze[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function dg(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function lg(e,o,n){for(var r,a=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),a.push(dg(r));return a.join("")}function _g(e){for(var o,n=e.length,r=n%3,a=[],p=16383,m=0,d=n-r;m<d;m+=p)a.push(lg(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],a.push(_o[o>>2]+_o[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],a.push(_o[o>>10]+_o[o>>4&63]+_o[o<<2&63]+"=")),a.join("")}});var Is=R(_a=>{t();_a.read=function(e,o,n,r,a){var p,m,d=a*8-r-1,l=(1<<d)-1,u=l>>1,_=-7,g=n?a-1:0,f=n?-1:1,S=e[o+g];for(g+=f,p=S&(1<<-_)-1,S>>=-_,_+=d;_>0;p=p*256+e[o+g],g+=f,_-=8);for(m=p&(1<<-_)-1,p>>=-_,_+=r;_>0;m=m*256+e[o+g],g+=f,_-=8);if(p===0)p=1-u;else{if(p===l)return m?NaN:(S?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-u}return(S?-1:1)*m*Math.pow(2,p-r)};_a.write=function(e,o,n,r,a,p){var m,d,l,u=p*8-a-1,_=(1<<u)-1,g=_>>1,f=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=r?0:p-1,y=r?1:-1,v=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=_):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+g>=1?o+=f/l:o+=f*Math.pow(2,1-g),o*l>=2&&(m++,l/=2),m+g>=_?(d=0,m=_):m+g>=1?(d=(o*l-1)*Math.pow(2,a),m=m+g):(d=o*Math.pow(2,g-1)*Math.pow(2,a),m=0));a>=8;e[n+S]=d&255,S+=y,d/=256,a-=8);for(m=m<<a|d,u+=a;u>0;e[n+S]=m&255,S+=y,m/=256,u-=8);e[n+S-y]|=v*128}});var Us=R(bn=>{"use strict";t();var ua=As(),Sn=Is(),ks=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;bn.Buffer=x;bn.SlowBuffer=xg;bn.INSPECT_MAX_BYTES=50;var Ot=2147483647;bn.kMaxLength=Ot;x.TYPED_ARRAY_SUPPORT=ug();!x.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 ug(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(x.prototype,"parent",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.buffer}});Object.defineProperty(x.prototype,"offset",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.byteOffset}});function Ao(e){if(e>Ot)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,x.prototype),o}function x(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ha(e)}return Ps(e,o,n)}x.poolSize=8192;function Ps(e,o,n){if(typeof e=="string")return fg(e,o);if(ArrayBuffer.isView(e))return Tg(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(uo(e,ArrayBuffer)||e&&uo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(uo(e,SharedArrayBuffer)||e&&uo(e.buffer,SharedArrayBuffer)))return fa(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return x.from(r,o,n);var a=hg(e);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return x.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}x.from=function(e,o,n){return Ps(e,o,n)};Object.setPrototypeOf(x.prototype,Uint8Array.prototype);Object.setPrototypeOf(x,Uint8Array);function Cs(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 gg(e,o,n){return Cs(e),e<=0?Ao(e):o!==void 0?typeof n=="string"?Ao(e).fill(o,n):Ao(e).fill(o):Ao(e)}x.alloc=function(e,o,n){return gg(e,o,n)};function ha(e){return Cs(e),Ao(e<0?0:xa(e)|0)}x.allocUnsafe=function(e){return ha(e)};x.allocUnsafeSlow=function(e){return ha(e)};function fg(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!x.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Ns(e,o)|0,r=Ao(n),a=r.write(e,o);return a!==n&&(r=r.slice(0,a)),r}function ga(e){for(var o=e.length<0?0:xa(e.length)|0,n=Ao(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function Tg(e){if(uo(e,Uint8Array)){var o=new Uint8Array(e);return fa(o.buffer,o.byteOffset,o.byteLength)}return ga(e)}function fa(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,x.prototype),r}function hg(e){if(x.isBuffer(e)){var o=xa(e.length)|0,n=Ao(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ya(e.length)?Ao(0):ga(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ga(e.data)}function xa(e){if(e>=Ot)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ot.toString(16)+" bytes");return e|0}function xg(e){return+e!=e&&(e=0),x.alloc(+e)}x.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==x.prototype};x.compare=function(o,n){if(uo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),uo(n,Uint8Array)&&(n=x.from(n,n.offset,n.byteLength)),!x.isBuffer(o)||!x.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,a=n.length,p=0,m=Math.min(r,a);p<m;++p)if(o[p]!==n[p]){r=o[p],a=n[p];break}return r<a?-1:a<r?1:0};x.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};x.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return x.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var a=x.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(uo(m,Uint8Array))p+m.length>a.length?x.from(m).copy(a,p):Uint8Array.prototype.set.call(a,m,p);else if(x.isBuffer(m))m.copy(a,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return a};function Ns(e,o){if(x.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||uo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var a=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Ta(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Fs(e).length;default:if(a)return r?-1:Ta(e).length;o=(""+o).toLowerCase(),a=!0}}x.byteLength=Ns;function yg(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Pg(this,o,n);case"utf8":case"utf-8":return Ds(this,o,n);case"ascii":return Lg(this,o,n);case"latin1":case"binary":return Eg(this,o,n);case"base64":return Ig(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Cg(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}x.prototype._isBuffer=!0;function on(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}x.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)on(this,n,n+1);return this};x.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)on(this,n,n+3),on(this,n+1,n+2);return this};x.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)on(this,n,n+7),on(this,n+1,n+6),on(this,n+2,n+5),on(this,n+3,n+4);return this};x.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ds(this,0,o):yg.apply(this,arguments)};x.prototype.toLocaleString=x.prototype.toString;x.prototype.equals=function(o){if(!x.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:x.compare(this,o)===0};x.prototype.inspect=function(){var o="",n=bn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ks&&(x.prototype[ks]=x.prototype.inspect);x.prototype.compare=function(o,n,r,a,p){if(uo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),!x.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),a===void 0&&(a=0),p===void 0&&(p=this.length),n<0||r>o.length||a<0||p>this.length)throw new RangeError("out of range index");if(a>=p&&n>=r)return 0;if(a>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,a>>>=0,p>>>=0,this===o)return 0;for(var m=p-a,d=r-n,l=Math.min(m,d),u=this.slice(a,p),_=o.slice(n,r),g=0;g<l;++g)if(u[g]!==_[g]){m=u[g],d=_[g];break}return m<d?-1:d<m?1:0};function Rs(e,o,n,r,a){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ya(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0)if(a)n=0;else return-1;if(typeof o=="string"&&(o=x.from(o,r)),x.isBuffer(o))return o.length===0?-1:Ls(e,o,n,r,a);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):Ls(e,[o],n,r,a);throw new TypeError("val must be string, number or Buffer")}function Ls(e,o,n,r,a){var p=1,m=e.length,d=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,n/=2}function l(S,y){return p===1?S[y]:S.readUInt16BE(y*p)}var u;if(a){var _=-1;for(u=n;u<m;u++)if(l(e,u)===l(o,_===-1?0:u-_)){if(_===-1&&(_=u),u-_+1===d)return _*p}else _!==-1&&(u-=u-_),_=-1}else for(n+d>m&&(n=m-d),u=n;u>=0;u--){for(var g=!0,f=0;f<d;f++)if(l(e,u+f)!==l(o,f)){g=!1;break}if(g)return u}return-1}x.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};x.prototype.indexOf=function(o,n,r){return Rs(this,o,n,r,!0)};x.prototype.lastIndexOf=function(o,n,r){return Rs(this,o,n,r,!1)};function Sg(e,o,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r),r>a&&(r=a)):r=a;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(ya(d))return m;e[n+m]=d}return m}function bg(e,o,n,r){return Bt(Ta(o,e.length-n),e,n,r)}function wg(e,o,n,r){return Bt(Dg(o),e,n,r)}function vg(e,o,n,r){return Bt(Fs(o),e,n,r)}function Ag(e,o,n,r){return Bt(Mg(o,e.length-n),e,n,r)}x.prototype.write=function(o,n,r,a){if(n===void 0)a="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")a=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var m=!1;;)switch(a){case"hex":return Sg(this,o,n,r);case"utf8":case"utf-8":return bg(this,o,n,r);case"ascii":case"latin1":case"binary":return wg(this,o,n,r);case"base64":return vg(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ag(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),m=!0}};x.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ig(e,o,n){return o===0&&n===e.length?ua.fromByteArray(e):ua.fromByteArray(e.slice(o,n))}function Ds(e,o,n){n=Math.min(e.length,n);for(var r=[],a=o;a<n;){var p=e[a],m=null,d=p>239?4:p>223?3:p>191?2:1;if(a+d<=n){var l,u,_,g;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[a+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(m=g));break;case 3:l=e[a+1],u=e[a+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(m=g));break;case 4:l=e[a+1],u=e[a+2],_=e[a+3],(l&192)===128&&(u&192)===128&&(_&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|_&63,g>65535&&g<1114112&&(m=g))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),a+=d}return kg(r)}var Es=4096;function kg(e){var o=e.length;if(o<=Es)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Es));return n}function Lg(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]&127);return r}function Eg(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]);return r}function Pg(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var a="",p=o;p<n;++p)a+=Og[e[p]];return a}function Cg(e,o,n){for(var r=e.slice(o,n),a="",p=0;p<r.length-1;p+=2)a+=String.fromCharCode(r[p]+r[p+1]*256);return a}x.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var a=this.subarray(o,n);return Object.setPrototypeOf(a,x.prototype),a};function we(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}x.prototype.readUintLE=x.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return a};x.prototype.readUintBE=x.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=this[o+--n],p=1;n>0&&(p*=256);)a+=this[o+--n]*p;return a};x.prototype.readUint8=x.prototype.readUInt8=function(o,n){return o=o>>>0,n||we(o,1,this.length),this[o]};x.prototype.readUint16LE=x.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||we(o,2,this.length),this[o]|this[o+1]<<8};x.prototype.readUint16BE=x.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||we(o,2,this.length),this[o]<<8|this[o+1]};x.prototype.readUint32LE=x.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||we(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};x.prototype.readUint32BE=x.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||we(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};x.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return p*=128,a>=p&&(a-=Math.pow(2,8*n)),a};x.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=n,p=1,m=this[o+--a];a>0&&(p*=256);)m+=this[o+--a]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};x.prototype.readInt8=function(o,n){return o=o>>>0,n||we(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};x.prototype.readInt16LE=function(o,n){o=o>>>0,n||we(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};x.prototype.readInt16BE=function(o,n){o=o>>>0,n||we(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};x.prototype.readInt32LE=function(o,n){return o=o>>>0,n||we(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};x.prototype.readInt32BE=function(o,n){return o=o>>>0,n||we(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};x.prototype.readFloatLE=function(o,n){return o=o>>>0,n||we(o,4,this.length),Sn.read(this,o,!0,23,4)};x.prototype.readFloatBE=function(o,n){return o=o>>>0,n||we(o,4,this.length),Sn.read(this,o,!1,23,4)};x.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||we(o,8,this.length),Sn.read(this,o,!0,52,8)};x.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||we(o,8,this.length),Sn.read(this,o,!1,52,8)};function $e(e,o,n,r,a,p){if(!x.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>a||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}x.prototype.writeUintLE=x.prototype.writeUIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;$e(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};x.prototype.writeUintBE=x.prototype.writeUIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;$e(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};x.prototype.writeUint8=x.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,1,255,0),this[n]=o&255,n+1};x.prototype.writeUint16LE=x.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeUint16BE=x.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeUint32LE=x.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};x.prototype.writeUint32BE=x.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};x.prototype.writeIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);$e(this,o,n,r,p-1,-p)}var m=0,d=1,l=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};x.prototype.writeIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);$e(this,o,n,r,p-1,-p)}var m=r-1,d=1,l=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};x.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};x.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};x.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Ms(e,o,n,r,a,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Os(e,o,n,r,a){return o=+o,n=n>>>0,a||Ms(e,o,n,4,34028234663852886e22,-34028234663852886e22),Sn.write(e,o,n,r,23,4),n+4}x.prototype.writeFloatLE=function(o,n,r){return Os(this,o,n,!0,r)};x.prototype.writeFloatBE=function(o,n,r){return Os(this,o,n,!1,r)};function Bs(e,o,n,r,a){return o=+o,n=n>>>0,a||Ms(e,o,n,8,17976931348623157e292,-17976931348623157e292),Sn.write(e,o,n,r,52,8),n+8}x.prototype.writeDoubleLE=function(o,n,r){return Bs(this,o,n,!0,r)};x.prototype.writeDoubleBE=function(o,n,r){return Bs(this,o,n,!1,r)};x.prototype.copy=function(o,n,r,a){if(!x.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),n>=o.length&&(n=o.length),n||(n=0),a>0&&a<r&&(a=r),a===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),o.length-n<a-r&&(a=o.length-n+r);var p=a-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,a):Uint8Array.prototype.set.call(o,this.subarray(r,a),n),p};x.prototype.fill=function(o,n,r,a){if(typeof o=="string"){if(typeof n=="string"?(a=n,n=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!x.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(o.length===1){var p=o.charCodeAt(0);(a==="utf8"&&p<128||a==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var d=x.isBuffer(o)?o:x.from(o,a),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%l]}return this};var Ng=/[^+/0-9A-Za-z-_]/g;function Rg(e){if(e=e.split("=")[0],e=e.trim().replace(Ng,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Ta(e,o){o=o||1/0;for(var n,r=e.length,a=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!a){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}a=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(o-=3)>-1&&p.push(239,191,189);if(a=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Dg(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Mg(e,o){for(var n,r,a,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,a=n%256,p.push(a),p.push(r);return p}function Fs(e){return ua.toByteArray(Rg(e))}function Bt(e,o,n,r){for(var a=0;a<r&&!(a+n>=o.length||a>=e.length);++a)o[a+n]=e[a];return a}function uo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ya(e){return e!==e}var Og=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,a=0;a<16;++a)o[r+a]=e[n]+e[a];return o}()});var $s=R((JS,Vs)=>{t();var fe=Vs.exports={},go,fo;function Sa(){throw new Error("setTimeout has not been defined")}function ba(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?go=setTimeout:go=Sa}catch(e){go=Sa}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=ba}catch(e){fo=ba}})();function Ws(e){if(go===setTimeout)return setTimeout(e,0);if((go===Sa||!go)&&setTimeout)return go=setTimeout,setTimeout(e,0);try{return go(e,0)}catch(o){try{return go.call(null,e,0)}catch(n){return go.call(this,e,0)}}}function Bg(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===ba||!fo)&&clearTimeout)return fo=clearTimeout,clearTimeout(e);try{return fo(e)}catch(o){try{return fo.call(null,e)}catch(n){return fo.call(this,e)}}}var Io=[],wn=!1,nn,Ft=-1;function Fg(){!wn||!nn||(wn=!1,nn.length?Io=nn.concat(Io):Ft=-1,Io.length&&Gs())}function Gs(){if(!wn){var e=Ws(Fg);wn=!0;for(var o=Io.length;o;){for(nn=Io,Io=[];++Ft<o;)nn&&nn[Ft].run();Ft=-1,o=Io.length}nn=null,wn=!1,Bg(e)}}fe.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Io.push(new Hs(e,o)),Io.length===1&&!wn&&Ws(Gs)};function Hs(e,o){this.fun=e,this.array=o}Hs.prototype.run=function(){this.fun.apply(null,this.array)};fe.title="browser";fe.browser=!0;fe.env={};fe.argv=[];fe.version="";fe.versions={};function ko(){}fe.on=ko;fe.addListener=ko;fe.once=ko;fe.off=ko;fe.removeListener=ko;fe.removeAllListeners=ko;fe.emit=ko;fe.prependListener=ko;fe.prependOnceListener=ko;fe.listeners=function(e){return[]};fe.binding=function(e){throw new Error("process.binding is not supported")};fe.cwd=function(){return"/"};fe.chdir=function(e){throw new Error("process.chdir is not supported")};fe.umask=function(){return 0}});var i,c,Ug,s,t=I(()=>{i=C(Us()),c=C($s()),Ug=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),s=Ug});var qs=I(()=>{"use strict";t()});var js,Lo,zs,wa,Ks,Ce,Zn,To=I(()=>{"use strict";t();js="error when signing",Lo="Transaction canceled",zs="error signing transaction",wa="provider not initialized",Ks="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Ce="Action not allowed. User is logged in. Call logout() first",Zn="You cannot sign transactions from a different account"});var Xs=I(()=>{"use strict";t()});var va,Ys=I(()=>{"use strict";t();va=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(va||{})});var Zs=I(()=>{"use strict";t()});var Aa,Ia=I(()=>{"use strict";t();Aa={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Js=I(()=>{"use strict";t()});var ka,La=I(()=>{"use strict";t();ka=(a=>(a.signature="signature",a.sessionId="sessionId",a.status="status",a.address="address",a))(ka||{})});var Qs=I(()=>{"use strict";t()});var ec=I(()=>{"use strict";t()});var Se,vn,Ho=I(()=>{"use strict";t();Se=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),vn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var ye,oc,mb,nc,db,pe=I(()=>{"use strict";t();Ho();ye=(f=>(f.ledger="ledger",f.walletconnect="walletconnect",f.walletconnectv2="walletconnectv2",f.wallet="wallet",f.crossWindow="crossWindow",f.iframe="iframe",f.extension="extension",f.passkey="passkey",f.metamask="metamask",f.opera="opera",f.extra="extra",f.none="",f))(ye||{}),oc=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(oc||{}),mb=h(h({},vn.WindowProviderRequestEnums),oc),nc=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(nc||{}),db=h(h({},vn.WindowProviderResponseEnums),nc)});var tc=I(()=>{"use strict";t()});var rc=I(()=>{"use strict";t()});var qe=I(()=>{"use strict";t()});var ac=I(()=>{"use strict";t()});var ic=I(()=>{"use strict";t()});var sc=I(()=>{"use strict";t()});var Te=I(()=>{"use strict";t();La();Qs();ec();pe();tc();rc();qe();ac();ic();sc()});var tn,cc,Lb,pc,Eb,mc,Pb,Cb,dc,lc,Ut,An=I(()=>{"use strict";t();Te();tn={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:cc,egldLabel:Lb}=tn["devnet"],{chainId:pc,egldLabel:Eb}=tn["testnet"],{chainId:mc,egldLabel:Pb}=tn["mainnet"],Cb={["devnet"]:cc,["testnet"]:pc,["mainnet"]:mc},dc={[cc]:"devnet",[pc]:"testnet",[mc]:"mainnet"},lc="multiversx://",Ut=0});var Jn=I(()=>{"use strict";t()});var ho,_c=I(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var Ne,rn=I(()=>{"use strict";t();Ne=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var uc,gc,Ea,Wg,Gg,fc,Pa=I(()=>{"use strict";t();rn();Ea=String((gc=(uc=Ne.safeWindow)==null?void 0:uc.navigator)==null?void 0:gc.userAgent),Wg=/^((?!chrome|android).)*safari/i.test(Ea),Gg=/firefox/i.test(Ea)&&/windows/i.test(Ea),fc=Wg||Gg});var Wt,Gt,Tc,hc,xc,xo,Ht,yc,Vt,Sc,In,K=I(()=>{"use strict";t();qs();To();Xs();Ys();Zs();Ia();Js();An();Jn();_c();Pa();Wt=5e4,Gt=1e9,Tc=1,hc=1,xc="/dapp/init",xo="signSession",Ht="sdk-dapp-version",yc="4.5.0",Vt="logout",Sc="login",In="0"});var kn,$t=I(()=>{"use strict";t();kn=()=>Date.now()/1e3});var bc=I(()=>{"use strict";t()});var wc=I(()=>{"use strict";t()});var Ca=I(()=>{"use strict";t();$t();bc();wc()});var Na={};lo(Na,{clear:()=>qg,getItem:()=>Vg,localStorageKeys:()=>Je,removeItem:()=>$g,setItem:()=>Hg});var Je,qt,Hg,Vg,$g,qg,an=I(()=>{"use strict";t();Ca();Je={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},qt=typeof localStorage!="undefined",Hg=({key:e,data:o,expires:n})=>{!qt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Vg=e=>{if(!qt)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:kn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},$g=e=>{!qt||localStorage.removeItem(String(e))},qg=()=>{!qt||localStorage.clear()}});var Ra={};lo(Ra,{clear:()=>kc,getItem:()=>Ac,removeItem:()=>Ic,sessionStorageKeys:()=>jg,setItem:()=>vc,storage:()=>zg});var jg,vc,Ac,Ic,kc,zg,Lc=I(()=>{"use strict";t();jg={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},vc=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Ac=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Ic=e=>sessionStorage.removeItem(String(e)),kc=()=>sessionStorage.clear(),zg={setItem:vc,getItem:Ac,removeItem:Ic,clear:kc}});var ao,sn=I(()=>{"use strict";t();an();Lc();ao={session:Ra,local:Na}});var Da,me,he,_e=I(()=>{"use strict";t();Da=require("@reduxjs/toolkit");K();me=(0,Da.createAction)(Vt),he=(0,Da.createAction)(Sc,e=>({payload:e}))});var Oa,Ec,Pc,ae,Ma,Cc,xe,ke,Ba,_0,Fa,Nc,u0,g0,f0,Rc,Dc,jt,zt=I(()=>{"use strict";t();Oa=require("@multiversx/sdk-core"),Ec=require("@reduxjs/toolkit"),Pc=require("redux-persist");K();sn();an();_e();ae={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:In},Ma={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":ae},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Cc=(0,Ec.createSlice)({name:"accountInfoSlice",initialState:Ma,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Oa.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:ae},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(me,()=>(ao.local.removeItem(Je.loginExpiresAt),Ma)),e.addCase(he,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Oa.Address(r).toHex()}),e.addCase(Pc.REHYDRATE,(o,n)=>{var u;if(!((u=n.payload)!=null&&u.account))return;let{account:r}=n.payload,{address:a,shard:p,accounts:m,publicKey:d}=r;o.address=a,o.shard=p;let l=m&&a in m;o.accounts=l?m:Ma.accounts,o.publicKey=d})}}),{setAccount:xe,setAddress:ke,setAccountNonce:Ba,setAccountShard:_0,setLedgerAccount:Fa,updateLedgerAccount:Nc,setWalletConnectAccount:u0,setIsAccountLoading:g0,setAccountLoadingError:f0,setWebsocketEvent:Rc,setWebsocketBatchEvent:Dc}=Cc.actions,jt=Cc.reducer});function Qn(){return new Date().setHours(new Date().getHours()+24)}function et(e){ao.local.setItem({key:Je.loginExpiresAt,data:e,expires:e})}var Ua=I(()=>{"use strict";t();sn();an()});var Oc,Mc,Bc,I0,Fc,Uc,cn,k0,Wc,Gc,L0,E0,P0,Kt,Xt=I(()=>{"use strict";t();Oc=require("@reduxjs/toolkit");Ua();pe();_e();Mc={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Bc=(0,Oc.createSlice)({name:"loginInfoSlice",initialState:Mc,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(me,()=>Mc),e.addCase(he,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,et(Qn())})}}),{setLoginMethod:I0,setWalletConnectLogin:Fc,setLedgerLogin:Uc,setTokenLogin:cn,setTokenLoginSignature:k0,setWalletLogin:Wc,invalidateLoginSession:Gc,setLogoutRoute:L0,setIsWalletConnectV2Initialized:E0,setWebviewLogin:P0}=Bc.actions,Kt=Bc.reducer});var Vc,Hc,$c,D0,Kg,M0,qc,Yt,Zt=I(()=>{"use strict";t();Vc=require("@reduxjs/toolkit");_e();Hc={},$c=(0,Vc.createSlice)({name:"modalsSlice",initialState:Hc,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(me,()=>Hc)}}),{setTxSubmittedModal:D0,setNotificationModal:Kg,clearTxSubmittedModal:M0,clearNotificationModal:qc}=$c.actions,Yt=$c.reducer});var Eo,Ln=I(()=>{"use strict";t();Eo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var X,Le=I(()=>{"use strict";t();Ln();X=()=>{if(!Eo())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:a,search:p}}=window;return{pathname:o,hash:n,origin:r,href:a,search:p}}});var Po,jc=I(()=>{"use strict";t();Le();Po=(e="")=>{let o=X(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var io,zc=I(()=>{"use strict";t();Re();io=()=>{let{pathname:e,search:o,hash:n}=X();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`}});var Kc,Xc=I(()=>{"use strict";t();rn();Kc=e=>{if(!Ne.safeWindow.location)return;if(!new URL(Ne.safeWindow.location.href).protocol.startsWith("http"))return Ne.safeWindow.location.reload();Ne.safeWindow.location.assign(e)}});var Re=I(()=>{"use strict";t();jc();zc();Le();Xc()});var Yc,Zc,En,ot=I(()=>{"use strict";t();Re();Yc=!1,Zc=(e=!0)=>{Yc=e},En=({timeout:e=0,url:o})=>{Yc||setTimeout(()=>{if(!!window)return Kc(o)},e)}});function je({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),a=typeof o=="function";if(r&&e!=null){if(a)return o(e,n);En({url:e,timeout:Xg})}}var Xg,Jc=I(()=>{"use strict";t();ot();Xg=200});function Qc(e){return e[Math.floor(Math.random()*e.length)]}var ep=I(()=>{"use strict";t()});function Jt(e){let o=null;if((e==null?void 0:e.statusCode)in Aa){let n=e==null?void 0:e.statusCode,{message:r}=Aa[n];o=Jg.includes(n)?op:r}return{errorMessage:o,defaultErrorMessage:op}}var op,Yg,Zg,Jg,Wa=I(()=>{"use strict";t();Ia();op="Check if the MultiversX app is open on Ledger",Yg=28161,Zg=28160,Jg=[Yg,Zg]});var Co=I(()=>{"use strict";t();Jc();ep();Wa()});var np,tp,rp,Ga,ef,ap,lw,_w,Qt,er,or=I(()=>{"use strict";t();np=require("@reduxjs/toolkit"),tp=C(require("lodash.omit")),rp=require("redux-persist");Jn();_e();Co();Ga={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},ef={network:Ga},ap=(0,np.createSlice)({name:"appConfig",initialState:ef,reducers:{initializeNetworkConfig:(e,o)=>{let n=Qc(o.payload.walletConnectV2RelayAddresses),r=(0,tp.default)(o.payload,"walletConnectV2RelayAddresses");e.network=P(h(h({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=h(h({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(me,o=>{o.network.customWalletAddress=void 0}),e.addCase(rp.REHYDRATE,(o,n)=>{var a,p;if(!((p=(a=n.payload)==null?void 0:a.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:lw,updateNetworkConfig:_w,setCustomWalletAddress:Qt}=ap.actions,er=ap.reducer});var ip,Ha,sp,xw,yw,Sw,nr,tr=I(()=>{"use strict";t();ip=require("@reduxjs/toolkit");Te();_e();Ha={isSigning:!1,signedSessions:{}},sp=(0,ip.createSlice)({name:"signedMessageInfoSliceState",initialState:Ha,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:a}=o.payload;a&&(e.errorMessage=a),e.isSigning=r.status==="pending",e.signedSessions[n]=h(h({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>h(h({},e),o.payload),clearSignedMessageInfo:()=>Ha},extraReducers:e=>{e.addCase(me,()=>Ha)}}),{setSignSession:xw,clearSignedMessageInfo:yw,setSignSessionState:Sw}=sp.actions,nr=sp.reducer});var pp,mp,cp,dp,of,nf,Lw,tf,rr,ar=I(()=>{"use strict";t();pp=require("@reduxjs/toolkit"),mp=require("redux-persist");Te();$t();_e();cp={customToasts:[],transactionToasts:[]},dp=(0,pp.createSlice)({name:"toastsSlice",initialState:cp,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(a=>a.toastId===n);if(r!==-1){e.customToasts[r]=P(h(h({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(P(h({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:kn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(me,()=>cp),e.addCase(mp.REHYDRATE,(o,n)=>{var a,p;let r=(p=(a=n.customToasts)==null?void 0:a.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:of,removeCustomToast:nf,addTransactionToast:Lw,removeTransactionToast:tf}=dp.actions,rr=dp.reducer});var lp,$a,qa,ja,rf,Va,_p,Nw,af,Pn,ir,sr=I(()=>{"use strict";t();lp=require("@reduxjs/toolkit");_e();$a="Transaction failed",qa="Transaction successful",ja="Processing transaction",rf="Transaction submitted",Va={},_p=(0,lp.createSlice)({name:"transactionsInfo",initialState:Va,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||$a,successMessage:(r==null?void 0:r.successMessage)||qa,processingMessage:(r==null?void 0:r.processingMessage)||ja,submittedMessage:(r==null?void 0:r.submittedMessage)||rf,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Va},extraReducers:e=>{e.addCase(me,()=>Va)}}),{clearTransactionsInfo:Nw,setTransactionsDisplayInfo:af,clearTransactionsInfoForSessionId:Pn}=_p.actions,ir=_p.reducer});function yo(e){return e!=null&&(ff(e)||Sf(e))}function $o(e){return e!=null&&(Tf(e)||bf(e))}function qo(e){return e!=null&&(hf(e)||wf(e))}function up(e){return e!=null&&(xf(e)||vf(e))}function cr(e){return e!=null&&yf(e)}function ff(e){return e!=null&&sf.includes(e)}function Tf(e){return e!=null&&cf.includes(e)}function hf(e){return e!=null&&pf.includes(e)}function xf(e){return e!=null&&mf.includes(e)}function yf(e){return e!=null&&df.includes(e)}function Sf(e){return e!=null&&lf.includes(e)}function bf(e){return e!=null&&_f.includes(e)}function wf(e){return e!=null&&uf.includes(e)}function vf(e){return e!=null&&gf.includes(e)}var sf,cf,pf,mf,df,lf,_f,uf,gf,Nn=I(()=>{"use strict";t();pe();sf=["sent"],cf=["success"],pf=["fail","cancelled","timedOut"],mf=["invalid"],df=["timedOut"],lf=["pending"],_f=["success"],uf=["fail","invalid"],gf=["not executed"]});var gp,fp,nt,Af,Tp,Rn,pr,If,jo,hp,kf,Gw,xp,No,So,Hw,mr,dr=I(()=>{"use strict";t();gp=require("@reduxjs/toolkit"),fp=require("redux-persist");pe();Nn();_e();nt={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Af={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Tp=(0,gp.createSlice)({name:"transactionsSlice",initialState:nt,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,u;let{sessionId:n,transactions:r,errorMessage:a,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=h(h(h({},Af),((l=e.signedTransactions[n])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:a,redirectRoute:m,customTransactionInformation:h(h({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((u=e==null?void 0:e.transactionsToSign)==null?void 0:u.sessionId)===n&&(e.transactionsToSign=nt.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=h(h({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:a,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,a!=null&&(e.signedTransactions[n].errorMessage=a),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var u,_,g,f,S,y,v,b;let{sessionId:n,status:r,errorMessage:a,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(_=(u=e.signedTransactions)==null?void 0:u[n])==null?void 0:_.transactions;if(l!=null){e.signedTransactions[n].transactions=l.map(D=>D.hash===p?P(h(h({},m!=null?m:{}),D),{status:r,errorMessage:a,inTransit:d}):D);let A=(f=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:f.every(D=>$o(D.status)),k=(y=(S=e.signedTransactions[n])==null?void 0:S.transactions)==null?void 0:y.some(D=>qo(D.status)),E=(b=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:b.every(D=>up(D.status));A&&(e.signedTransactions[n].status="success"),k&&(e.signedTransactions[n].status="fail"),E&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=nt.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=nt.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=h(h({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(me,()=>nt),e.addCase(fp.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:a}=n.payload.transactions,p=Object.entries(r).reduce((d,[l,u])=>{let _=new Date(l),g=new Date;return g.setHours(g.getHours()+5),g-_>0||(d[l]=u),d},{});a!=null&&(o.customTransactionInformationForSessionId=a),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Rn,updateSignedTransactions:pr,setTransactionsToSign:If,clearAllTransactionsToSign:jo,clearAllSignedTransactions:hp,clearSignedTransaction:kf,clearTransactionToSign:Gw,setSignTransactionsError:xp,setSignTransactionsCancelMessage:No,moveTransactionsToSignedState:So,updateSignedTransactionsCustomTransactionInformation:Hw}=Tp.actions,mr=Tp.reducer});var yp,za,Sp,jw,zw,Lf,Kw,lr,_r=I(()=>{"use strict";t();yp=require("@reduxjs/toolkit");_e();za={},Sp=(0,yp.createSlice)({name:"batchTransactionsSlice",initialState:za,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>za},extraReducers:e=>{e.addCase(me,()=>za)}}),{setBatchTransactions:jw,updateBatchTransactions:zw,clearBatchTransactions:Lf,clearAllBatchTransactions:Kw}=Sp.actions,lr=Sp.reducer});var wp,bp,vp,Jw,Ap,Ka=I(()=>{"use strict";t();wp=require("@reduxjs/toolkit");_e();bp={},vp=(0,wp.createSlice)({name:"dappConfigSlice",initialState:bp,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(me,()=>bp)}}),{setDappConfig:Jw}=vp.actions,Ap=vp.reducer});var Z=I(()=>{"use strict";t();zt();Xt();Zt();or();tr();ar();sr();dr();_r();Ka()});var Xa=I(()=>{"use strict";t()});var Lp,Nf,Rf,tt,Ya=I(()=>{"use strict";t();Lp=require("@reduxjs/toolkit");Xa();zt();_r();Ka();Xt();Zt();or();tr();ar();sr();dr();Nf={["account"]:jt,["dappConfig"]:Ap,["loginInfo"]:Kt,["modals"]:Yt,["networkConfig"]:er,["signedMessageInfo"]:nr,["toasts"]:rr,["transactionsInfo"]:ir,["transactions"]:mr,["batchTransactions"]:lr},Rf=(e={})=>(0,Lp.combineReducers)(h(h({},Nf),e)),tt=Rf});var Np={};lo(Np,{default:()=>Xf,sessionStorageReducers:()=>Za});function Ro(e,o=[]){return{key:e,version:1,storage:Pp.default,blacklist:o}}var ze,Ep,Pp,Df,rt,Mf,Of,Bf,Ff,Uf,Wf,Gf,Hf,Vf,$f,Cp,qf,Za,jf,zf,Kf,Xf,Rp=I(()=>{"use strict";t();ze=require("redux-persist"),Ep=C(require("redux-persist/lib/storage")),Pp=C(require("redux-persist/lib/storage/session"));Ya();Z();zt();_r();Xt();Zt();or();tr();ar();sr();dr();Xa();Df={persistReducersStorageType:"localStorage"},rt={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Mf=Ro(rt["account"]),Of=Ro(rt["loginInfo"]),Bf=Ro(rt["modals"]),Ff=Ro(rt["networkConfig"]),Uf={2:e=>P(h({},e),{networkConfig:Ga})};Wf=Ro("sdk-dapp-transactionsInfo"),Gf=Ro("sdk-dapp-transactions",["transactionsToSign"]),Hf=Ro("sdk-dapp-batchTransactions",["batchTransactions"]),Vf=Ro("sdk-dapp-toasts"),$f=Ro("sdk-dapp-signedMessageInfo"),Cp={key:"sdk-dapp-store",version:2,storage:Ep.default,whitelist:Object.keys(rt),migrate:(0,ze.createMigrate)(Uf,{debug:!1})},qf=P(h({},Cp),{whitelist:[]}),Za={["toasts"]:(0,ze.persistReducer)(Vf,rr),["transactions"]:(0,ze.persistReducer)(Gf,mr),["transactionsInfo"]:(0,ze.persistReducer)(Wf,ir),["batchTransactions"]:(0,ze.persistReducer)(Hf,lr),["signedMessageInfo"]:(0,ze.persistReducer)($f,nr)},jf=P(h({},Za),{["account"]:(0,ze.persistReducer)(Mf,jt),["loginInfo"]:(0,ze.persistReducer)(Of,Kt),["modals"]:(0,ze.persistReducer)(Bf,Yt),["networkConfig"]:(0,ze.persistReducer)(Ff,er)}),zf=Df.persistReducersStorageType==="localStorage",Kf=zf?(0,ze.persistReducer)(Cp,tt(Za)):(0,ze.persistReducer)(qf,tt(jf)),Xf=Kf});var Dp={};lo(Dp,{default:()=>Yf});var Yf,Mp=I(()=>{"use strict";t();Ya();Yf=tt()});var Op={};lo(Op,{default:()=>Jf});var Qe,Zf,Jf,Bp=I(()=>{"use strict";t();Qe=require("redux-persist"),Zf=[Qe.FLUSH,Qe.REHYDRATE,Qe.PAUSE,Qe.PERSIST,Qe.PURGE,Qe.REGISTER],Jf=Zf});var Wp={};lo(Wp,{default:()=>Up});function Up(e){return(0,Fp.persistStore)(e)}var Fp,Gp=I(()=>{"use strict";t();Fp=require("redux-persist")});var wd=R((E3,bd)=>{t();var ph=typeof s=="object"&&s&&s.Object===Object&&s;bd.exports=ph});var ht=R((P3,vd)=>{t();var mh=wd(),dh=typeof self=="object"&&self&&self.Object===Object&&self,lh=mh||dh||Function("return this")();vd.exports=lh});var Ei=R((C3,Ad)=>{t();var _h=ht(),uh=_h.Symbol;Ad.exports=uh});var Ed=R((N3,Ld)=>{t();var Id=Ei(),kd=Object.prototype,gh=kd.hasOwnProperty,fh=kd.toString,xt=Id?Id.toStringTag:void 0;function Th(e){var o=gh.call(e,xt),n=e[xt];try{e[xt]=void 0;var r=!0}catch(p){}var a=fh.call(e);return r&&(o?e[xt]=n:delete e[xt]),a}Ld.exports=Th});var Cd=R((R3,Pd)=>{t();var hh=Object.prototype,xh=hh.toString;function yh(e){return xh.call(e)}Pd.exports=yh});var Pi=R((D3,Dd)=>{t();var Nd=Ei(),Sh=Ed(),bh=Cd(),wh="[object Null]",vh="[object Undefined]",Rd=Nd?Nd.toStringTag:void 0;function Ah(e){return e==null?e===void 0?vh:wh:Rd&&Rd in Object(e)?Sh(e):bh(e)}Dd.exports=Ah});var Od=R((M3,Md)=>{t();var Ih=Array.isArray;Md.exports=Ih});var Fd=R((O3,Bd)=>{t();function kh(e){return e!=null&&typeof e=="object"}Bd.exports=kh});var Wd=R((B3,Ud)=>{t();var Lh=Pi(),Eh=Od(),Ph=Fd(),Ch="[object String]";function Nh(e){return typeof e=="string"||!Eh(e)&&Ph(e)&&Lh(e)==Ch}Ud.exports=Nh});var Ni={};lo(Ni,{css:()=>Zd,default:()=>Uh});var Zd,Uh,Ri=I(()=>{"use strict";t();Zd=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var og=Object.create;var Yn=Object.defineProperty,ng=Object.defineProperties,tg=Object.getOwnPropertyDescriptor,rg=Object.getOwnPropertyDescriptors,ag=Object.getOwnPropertyNames,Dt=Object.getOwnPropertySymbols,ig=Object.getPrototypeOf,da=Object.prototype.hasOwnProperty,Ss=Object.prototype.propertyIsEnumerable;var ys=(e,o,n)=>o in e?Yn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,h=(e,o)=>{for(var n in o||(o={}))da.call(o,n)&&ys(e,n,o[n]);if(Dt)for(var n of Dt(o))Ss.call(o,n)&&ys(e,n,o[n]);return e},P=(e,o)=>ng(e,rg(o));var Go=(e,o)=>{var n={};for(var r in e)da.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Dt)for(var r of Dt(e))o.indexOf(r)<0&&Ss.call(e,r)&&(n[r]=e[r]);return n};var I=(e,o)=>()=>(e&&(o=e(e=0)),o);var R=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),lo=(e,o)=>{for(var n in o)Yn(e,n,{get:o[n],enumerable:!0})},bs=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of ag(o))!da.call(e,a)&&a!==n&&Yn(e,a,{get:()=>o[a],enumerable:!(r=tg(o,a))||r.enumerable});return e};var C=(e,o,n)=>(n=e!=null?og(ig(e)):{},bs(o||!e||!e.__esModule?Yn(n,"default",{value:e,enumerable:!0}):n,e)),ro=e=>bs(Yn({},"__esModule",{value:!0}),e);var T=(e,o,n)=>new Promise((r,a)=>{var p=l=>{try{d(n.next(l))}catch(u){a(u)}},m=l=>{try{d(n.throw(l))}catch(u){a(u)}},d=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);d((n=n.apply(e,o)).next())});var As=R(Mt=>{"use strict";t();Mt.byteLength=cg;Mt.toByteArray=mg;Mt.fromByteArray=_g;var _o=[],Ze=[],sg=typeof Uint8Array!="undefined"?Uint8Array:Array,la="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(en=0,ws=la.length;en<ws;++en)_o[en]=la[en],Ze[la.charCodeAt(en)]=en;var en,ws;Ze["-".charCodeAt(0)]=62;Ze["_".charCodeAt(0)]=63;function vs(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function cg(e){var o=vs(e),n=o[0],r=o[1];return(n+r)*3/4-r}function pg(e,o,n){return(o+n)*3/4-n}function mg(e){var o,n=vs(e),r=n[0],a=n[1],p=new sg(pg(e,r,a)),m=0,d=a>0?r-4:r,l;for(l=0;l<d;l+=4)o=Ze[e.charCodeAt(l)]<<18|Ze[e.charCodeAt(l+1)]<<12|Ze[e.charCodeAt(l+2)]<<6|Ze[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return a===2&&(o=Ze[e.charCodeAt(l)]<<2|Ze[e.charCodeAt(l+1)]>>4,p[m++]=o&255),a===1&&(o=Ze[e.charCodeAt(l)]<<10|Ze[e.charCodeAt(l+1)]<<4|Ze[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function dg(e){return _o[e>>18&63]+_o[e>>12&63]+_o[e>>6&63]+_o[e&63]}function lg(e,o,n){for(var r,a=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),a.push(dg(r));return a.join("")}function _g(e){for(var o,n=e.length,r=n%3,a=[],p=16383,m=0,d=n-r;m<d;m+=p)a.push(lg(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],a.push(_o[o>>2]+_o[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],a.push(_o[o>>10]+_o[o>>4&63]+_o[o<<2&63]+"=")),a.join("")}});var Is=R(_a=>{t();_a.read=function(e,o,n,r,a){var p,m,d=a*8-r-1,l=(1<<d)-1,u=l>>1,_=-7,g=n?a-1:0,f=n?-1:1,S=e[o+g];for(g+=f,p=S&(1<<-_)-1,S>>=-_,_+=d;_>0;p=p*256+e[o+g],g+=f,_-=8);for(m=p&(1<<-_)-1,p>>=-_,_+=r;_>0;m=m*256+e[o+g],g+=f,_-=8);if(p===0)p=1-u;else{if(p===l)return m?NaN:(S?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-u}return(S?-1:1)*m*Math.pow(2,p-r)};_a.write=function(e,o,n,r,a,p){var m,d,l,u=p*8-a-1,_=(1<<u)-1,g=_>>1,f=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=r?0:p-1,y=r?1:-1,v=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=_):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+g>=1?o+=f/l:o+=f*Math.pow(2,1-g),o*l>=2&&(m++,l/=2),m+g>=_?(d=0,m=_):m+g>=1?(d=(o*l-1)*Math.pow(2,a),m=m+g):(d=o*Math.pow(2,g-1)*Math.pow(2,a),m=0));a>=8;e[n+S]=d&255,S+=y,d/=256,a-=8);for(m=m<<a|d,u+=a;u>0;e[n+S]=m&255,S+=y,m/=256,u-=8);e[n+S-y]|=v*128}});var Us=R(bn=>{"use strict";t();var ua=As(),Sn=Is(),ks=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;bn.Buffer=x;bn.SlowBuffer=xg;bn.INSPECT_MAX_BYTES=50;var Ot=2147483647;bn.kMaxLength=Ot;x.TYPED_ARRAY_SUPPORT=ug();!x.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 ug(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(x.prototype,"parent",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.buffer}});Object.defineProperty(x.prototype,"offset",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.byteOffset}});function Ao(e){if(e>Ot)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,x.prototype),o}function x(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ha(e)}return Ps(e,o,n)}x.poolSize=8192;function Ps(e,o,n){if(typeof e=="string")return fg(e,o);if(ArrayBuffer.isView(e))return Tg(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(uo(e,ArrayBuffer)||e&&uo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(uo(e,SharedArrayBuffer)||e&&uo(e.buffer,SharedArrayBuffer)))return fa(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return x.from(r,o,n);var a=hg(e);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return x.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}x.from=function(e,o,n){return Ps(e,o,n)};Object.setPrototypeOf(x.prototype,Uint8Array.prototype);Object.setPrototypeOf(x,Uint8Array);function Cs(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 gg(e,o,n){return Cs(e),e<=0?Ao(e):o!==void 0?typeof n=="string"?Ao(e).fill(o,n):Ao(e).fill(o):Ao(e)}x.alloc=function(e,o,n){return gg(e,o,n)};function ha(e){return Cs(e),Ao(e<0?0:xa(e)|0)}x.allocUnsafe=function(e){return ha(e)};x.allocUnsafeSlow=function(e){return ha(e)};function fg(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!x.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Ns(e,o)|0,r=Ao(n),a=r.write(e,o);return a!==n&&(r=r.slice(0,a)),r}function ga(e){for(var o=e.length<0?0:xa(e.length)|0,n=Ao(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function Tg(e){if(uo(e,Uint8Array)){var o=new Uint8Array(e);return fa(o.buffer,o.byteOffset,o.byteLength)}return ga(e)}function fa(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,x.prototype),r}function hg(e){if(x.isBuffer(e)){var o=xa(e.length)|0,n=Ao(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ya(e.length)?Ao(0):ga(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ga(e.data)}function xa(e){if(e>=Ot)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ot.toString(16)+" bytes");return e|0}function xg(e){return+e!=e&&(e=0),x.alloc(+e)}x.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==x.prototype};x.compare=function(o,n){if(uo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),uo(n,Uint8Array)&&(n=x.from(n,n.offset,n.byteLength)),!x.isBuffer(o)||!x.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,a=n.length,p=0,m=Math.min(r,a);p<m;++p)if(o[p]!==n[p]){r=o[p],a=n[p];break}return r<a?-1:a<r?1:0};x.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};x.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return x.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var a=x.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(uo(m,Uint8Array))p+m.length>a.length?x.from(m).copy(a,p):Uint8Array.prototype.set.call(a,m,p);else if(x.isBuffer(m))m.copy(a,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return a};function Ns(e,o){if(x.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||uo(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var a=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Ta(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Fs(e).length;default:if(a)return r?-1:Ta(e).length;o=(""+o).toLowerCase(),a=!0}}x.byteLength=Ns;function yg(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Pg(this,o,n);case"utf8":case"utf-8":return Ds(this,o,n);case"ascii":return Lg(this,o,n);case"latin1":case"binary":return Eg(this,o,n);case"base64":return Ig(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Cg(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}x.prototype._isBuffer=!0;function on(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}x.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)on(this,n,n+1);return this};x.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)on(this,n,n+3),on(this,n+1,n+2);return this};x.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)on(this,n,n+7),on(this,n+1,n+6),on(this,n+2,n+5),on(this,n+3,n+4);return this};x.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ds(this,0,o):yg.apply(this,arguments)};x.prototype.toLocaleString=x.prototype.toString;x.prototype.equals=function(o){if(!x.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:x.compare(this,o)===0};x.prototype.inspect=function(){var o="",n=bn.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ks&&(x.prototype[ks]=x.prototype.inspect);x.prototype.compare=function(o,n,r,a,p){if(uo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),!x.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),a===void 0&&(a=0),p===void 0&&(p=this.length),n<0||r>o.length||a<0||p>this.length)throw new RangeError("out of range index");if(a>=p&&n>=r)return 0;if(a>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,a>>>=0,p>>>=0,this===o)return 0;for(var m=p-a,d=r-n,l=Math.min(m,d),u=this.slice(a,p),_=o.slice(n,r),g=0;g<l;++g)if(u[g]!==_[g]){m=u[g],d=_[g];break}return m<d?-1:d<m?1:0};function Rs(e,o,n,r,a){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ya(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0)if(a)n=0;else return-1;if(typeof o=="string"&&(o=x.from(o,r)),x.isBuffer(o))return o.length===0?-1:Ls(e,o,n,r,a);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):Ls(e,[o],n,r,a);throw new TypeError("val must be string, number or Buffer")}function Ls(e,o,n,r,a){var p=1,m=e.length,d=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,n/=2}function l(S,y){return p===1?S[y]:S.readUInt16BE(y*p)}var u;if(a){var _=-1;for(u=n;u<m;u++)if(l(e,u)===l(o,_===-1?0:u-_)){if(_===-1&&(_=u),u-_+1===d)return _*p}else _!==-1&&(u-=u-_),_=-1}else for(n+d>m&&(n=m-d),u=n;u>=0;u--){for(var g=!0,f=0;f<d;f++)if(l(e,u+f)!==l(o,f)){g=!1;break}if(g)return u}return-1}x.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};x.prototype.indexOf=function(o,n,r){return Rs(this,o,n,r,!0)};x.prototype.lastIndexOf=function(o,n,r){return Rs(this,o,n,r,!1)};function Sg(e,o,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r),r>a&&(r=a)):r=a;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(ya(d))return m;e[n+m]=d}return m}function bg(e,o,n,r){return Bt(Ta(o,e.length-n),e,n,r)}function wg(e,o,n,r){return Bt(Dg(o),e,n,r)}function vg(e,o,n,r){return Bt(Fs(o),e,n,r)}function Ag(e,o,n,r){return Bt(Mg(o,e.length-n),e,n,r)}x.prototype.write=function(o,n,r,a){if(n===void 0)a="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")a=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var m=!1;;)switch(a){case"hex":return Sg(this,o,n,r);case"utf8":case"utf-8":return bg(this,o,n,r);case"ascii":case"latin1":case"binary":return wg(this,o,n,r);case"base64":return vg(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ag(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),m=!0}};x.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ig(e,o,n){return o===0&&n===e.length?ua.fromByteArray(e):ua.fromByteArray(e.slice(o,n))}function Ds(e,o,n){n=Math.min(e.length,n);for(var r=[],a=o;a<n;){var p=e[a],m=null,d=p>239?4:p>223?3:p>191?2:1;if(a+d<=n){var l,u,_,g;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[a+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(m=g));break;case 3:l=e[a+1],u=e[a+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(m=g));break;case 4:l=e[a+1],u=e[a+2],_=e[a+3],(l&192)===128&&(u&192)===128&&(_&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|_&63,g>65535&&g<1114112&&(m=g))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),a+=d}return kg(r)}var Es=4096;function kg(e){var o=e.length;if(o<=Es)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Es));return n}function Lg(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]&127);return r}function Eg(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]);return r}function Pg(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var a="",p=o;p<n;++p)a+=Og[e[p]];return a}function Cg(e,o,n){for(var r=e.slice(o,n),a="",p=0;p<r.length-1;p+=2)a+=String.fromCharCode(r[p]+r[p+1]*256);return a}x.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var a=this.subarray(o,n);return Object.setPrototypeOf(a,x.prototype),a};function we(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}x.prototype.readUintLE=x.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return a};x.prototype.readUintBE=x.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=this[o+--n],p=1;n>0&&(p*=256);)a+=this[o+--n]*p;return a};x.prototype.readUint8=x.prototype.readUInt8=function(o,n){return o=o>>>0,n||we(o,1,this.length),this[o]};x.prototype.readUint16LE=x.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||we(o,2,this.length),this[o]|this[o+1]<<8};x.prototype.readUint16BE=x.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||we(o,2,this.length),this[o]<<8|this[o+1]};x.prototype.readUint32LE=x.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||we(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};x.prototype.readUint32BE=x.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||we(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};x.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return p*=128,a>=p&&(a-=Math.pow(2,8*n)),a};x.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||we(o,n,this.length);for(var a=n,p=1,m=this[o+--a];a>0&&(p*=256);)m+=this[o+--a]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};x.prototype.readInt8=function(o,n){return o=o>>>0,n||we(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};x.prototype.readInt16LE=function(o,n){o=o>>>0,n||we(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};x.prototype.readInt16BE=function(o,n){o=o>>>0,n||we(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};x.prototype.readInt32LE=function(o,n){return o=o>>>0,n||we(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};x.prototype.readInt32BE=function(o,n){return o=o>>>0,n||we(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};x.prototype.readFloatLE=function(o,n){return o=o>>>0,n||we(o,4,this.length),Sn.read(this,o,!0,23,4)};x.prototype.readFloatBE=function(o,n){return o=o>>>0,n||we(o,4,this.length),Sn.read(this,o,!1,23,4)};x.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||we(o,8,this.length),Sn.read(this,o,!0,52,8)};x.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||we(o,8,this.length),Sn.read(this,o,!1,52,8)};function $e(e,o,n,r,a,p){if(!x.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>a||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}x.prototype.writeUintLE=x.prototype.writeUIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;$e(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};x.prototype.writeUintBE=x.prototype.writeUIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;$e(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};x.prototype.writeUint8=x.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,1,255,0),this[n]=o&255,n+1};x.prototype.writeUint16LE=x.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeUint16BE=x.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeUint32LE=x.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};x.prototype.writeUint32BE=x.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};x.prototype.writeIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);$e(this,o,n,r,p-1,-p)}var m=0,d=1,l=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};x.prototype.writeIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);$e(this,o,n,r,p-1,-p)}var m=r-1,d=1,l=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/d>>0)-l&255;return n+r};x.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};x.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};x.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||$e(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Ms(e,o,n,r,a,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Os(e,o,n,r,a){return o=+o,n=n>>>0,a||Ms(e,o,n,4,34028234663852886e22,-34028234663852886e22),Sn.write(e,o,n,r,23,4),n+4}x.prototype.writeFloatLE=function(o,n,r){return Os(this,o,n,!0,r)};x.prototype.writeFloatBE=function(o,n,r){return Os(this,o,n,!1,r)};function Bs(e,o,n,r,a){return o=+o,n=n>>>0,a||Ms(e,o,n,8,17976931348623157e292,-17976931348623157e292),Sn.write(e,o,n,r,52,8),n+8}x.prototype.writeDoubleLE=function(o,n,r){return Bs(this,o,n,!0,r)};x.prototype.writeDoubleBE=function(o,n,r){return Bs(this,o,n,!1,r)};x.prototype.copy=function(o,n,r,a){if(!x.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),n>=o.length&&(n=o.length),n||(n=0),a>0&&a<r&&(a=r),a===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),o.length-n<a-r&&(a=o.length-n+r);var p=a-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,a):Uint8Array.prototype.set.call(o,this.subarray(r,a),n),p};x.prototype.fill=function(o,n,r,a){if(typeof o=="string"){if(typeof n=="string"?(a=n,n=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!x.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(o.length===1){var p=o.charCodeAt(0);(a==="utf8"&&p<128||a==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var d=x.isBuffer(o)?o:x.from(o,a),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%l]}return this};var Ng=/[^+/0-9A-Za-z-_]/g;function Rg(e){if(e=e.split("=")[0],e=e.trim().replace(Ng,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Ta(e,o){o=o||1/0;for(var n,r=e.length,a=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!a){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}a=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(o-=3)>-1&&p.push(239,191,189);if(a=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Dg(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Mg(e,o){for(var n,r,a,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,a=n%256,p.push(a),p.push(r);return p}function Fs(e){return ua.toByteArray(Rg(e))}function Bt(e,o,n,r){for(var a=0;a<r&&!(a+n>=o.length||a>=e.length);++a)o[a+n]=e[a];return a}function uo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ya(e){return e!==e}var Og=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,a=0;a<16;++a)o[r+a]=e[n]+e[a];return o}()});var $s=R((JS,Vs)=>{t();var fe=Vs.exports={},go,fo;function Sa(){throw new Error("setTimeout has not been defined")}function ba(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?go=setTimeout:go=Sa}catch(e){go=Sa}try{typeof clearTimeout=="function"?fo=clearTimeout:fo=ba}catch(e){fo=ba}})();function Ws(e){if(go===setTimeout)return setTimeout(e,0);if((go===Sa||!go)&&setTimeout)return go=setTimeout,setTimeout(e,0);try{return go(e,0)}catch(o){try{return go.call(null,e,0)}catch(n){return go.call(this,e,0)}}}function Bg(e){if(fo===clearTimeout)return clearTimeout(e);if((fo===ba||!fo)&&clearTimeout)return fo=clearTimeout,clearTimeout(e);try{return fo(e)}catch(o){try{return fo.call(null,e)}catch(n){return fo.call(this,e)}}}var Io=[],wn=!1,nn,Ft=-1;function Fg(){!wn||!nn||(wn=!1,nn.length?Io=nn.concat(Io):Ft=-1,Io.length&&Gs())}function Gs(){if(!wn){var e=Ws(Fg);wn=!0;for(var o=Io.length;o;){for(nn=Io,Io=[];++Ft<o;)nn&&nn[Ft].run();Ft=-1,o=Io.length}nn=null,wn=!1,Bg(e)}}fe.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Io.push(new Hs(e,o)),Io.length===1&&!wn&&Ws(Gs)};function Hs(e,o){this.fun=e,this.array=o}Hs.prototype.run=function(){this.fun.apply(null,this.array)};fe.title="browser";fe.browser=!0;fe.env={};fe.argv=[];fe.version="";fe.versions={};function ko(){}fe.on=ko;fe.addListener=ko;fe.once=ko;fe.off=ko;fe.removeListener=ko;fe.removeAllListeners=ko;fe.emit=ko;fe.prependListener=ko;fe.prependOnceListener=ko;fe.listeners=function(e){return[]};fe.binding=function(e){throw new Error("process.binding is not supported")};fe.cwd=function(){return"/"};fe.chdir=function(e){throw new Error("process.chdir is not supported")};fe.umask=function(){return 0}});var i,c,Ug,s,t=I(()=>{i=C(Us()),c=C($s()),Ug=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),s=Ug});var qs=I(()=>{"use strict";t()});var js,Lo,zs,wa,Ks,Ce,Zn,To=I(()=>{"use strict";t();js="error when signing",Lo="Transaction canceled",zs="error signing transaction",wa="provider not initialized",Ks="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Ce="Action not allowed. User is logged in. Call logout() first",Zn="You cannot sign transactions from a different account"});var Xs=I(()=>{"use strict";t()});var va,Ys=I(()=>{"use strict";t();va=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(va||{})});var Zs=I(()=>{"use strict";t()});var Aa,Ia=I(()=>{"use strict";t();Aa={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Js=I(()=>{"use strict";t()});var ka,La=I(()=>{"use strict";t();ka=(a=>(a.signature="signature",a.sessionId="sessionId",a.status="status",a.address="address",a))(ka||{})});var Qs=I(()=>{"use strict";t()});var ec=I(()=>{"use strict";t()});var Se,vn,Ho=I(()=>{"use strict";t();Se=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),vn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var ye,oc,mb,nc,db,pe=I(()=>{"use strict";t();Ho();ye=(f=>(f.ledger="ledger",f.walletconnect="walletconnect",f.walletconnectv2="walletconnectv2",f.wallet="wallet",f.crossWindow="crossWindow",f.iframe="iframe",f.extension="extension",f.passkey="passkey",f.metamask="metamask",f.opera="opera",f.extra="extra",f.none="",f))(ye||{}),oc=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(oc||{}),mb=h(h({},vn.WindowProviderRequestEnums),oc),nc=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(nc||{}),db=h(h({},vn.WindowProviderResponseEnums),nc)});var tc=I(()=>{"use strict";t()});var rc=I(()=>{"use strict";t()});var qe=I(()=>{"use strict";t()});var ac=I(()=>{"use strict";t()});var ic=I(()=>{"use strict";t()});var sc=I(()=>{"use strict";t()});var Te=I(()=>{"use strict";t();La();Qs();ec();pe();tc();rc();qe();ac();ic();sc()});var tn,cc,Lb,pc,Eb,mc,Pb,Cb,dc,lc,Ut,An=I(()=>{"use strict";t();Te();tn={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:cc,egldLabel:Lb}=tn["devnet"],{chainId:pc,egldLabel:Eb}=tn["testnet"],{chainId:mc,egldLabel:Pb}=tn["mainnet"],Cb={["devnet"]:cc,["testnet"]:pc,["mainnet"]:mc},dc={[cc]:"devnet",[pc]:"testnet",[mc]:"mainnet"},lc="multiversx://",Ut=0});var Jn=I(()=>{"use strict";t()});var ho,_c=I(()=>{"use strict";t();ho=require("@multiversx/sdk-web-wallet-provider")});var Ne,rn=I(()=>{"use strict";t();Ne=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var uc,gc,Ea,Wg,Gg,fc,Pa=I(()=>{"use strict";t();rn();Ea=String((gc=(uc=Ne.safeWindow)==null?void 0:uc.navigator)==null?void 0:gc.userAgent),Wg=/^((?!chrome|android).)*safari/i.test(Ea),Gg=/firefox/i.test(Ea)&&/windows/i.test(Ea),fc=Wg||Gg});var Wt,Gt,Tc,hc,xc,xo,Ht,yc,Vt,Sc,In,K=I(()=>{"use strict";t();qs();To();Xs();Ys();Zs();Ia();Js();An();Jn();_c();Pa();Wt=5e4,Gt=1e9,Tc=1,hc=1,xc="/dapp/init",xo="signSession",Ht="sdk-dapp-version",yc="4.5.1",Vt="logout",Sc="login",In="0"});var kn,$t=I(()=>{"use strict";t();kn=()=>Date.now()/1e3});var bc=I(()=>{"use strict";t()});var wc=I(()=>{"use strict";t()});var Ca=I(()=>{"use strict";t();$t();bc();wc()});var Na={};lo(Na,{clear:()=>qg,getItem:()=>Vg,localStorageKeys:()=>Je,removeItem:()=>$g,setItem:()=>Hg});var Je,qt,Hg,Vg,$g,qg,an=I(()=>{"use strict";t();Ca();Je={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},qt=typeof localStorage!="undefined",Hg=({key:e,data:o,expires:n})=>{!qt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Vg=e=>{if(!qt)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:kn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},$g=e=>{!qt||localStorage.removeItem(String(e))},qg=()=>{!qt||localStorage.clear()}});var Ra={};lo(Ra,{clear:()=>kc,getItem:()=>Ac,removeItem:()=>Ic,sessionStorageKeys:()=>jg,setItem:()=>vc,storage:()=>zg});var jg,vc,Ac,Ic,kc,zg,Lc=I(()=>{"use strict";t();jg={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},vc=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Ac=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Ic=e=>sessionStorage.removeItem(String(e)),kc=()=>sessionStorage.clear(),zg={setItem:vc,getItem:Ac,removeItem:Ic,clear:kc}});var ao,sn=I(()=>{"use strict";t();an();Lc();ao={session:Ra,local:Na}});var Da,me,he,_e=I(()=>{"use strict";t();Da=require("@reduxjs/toolkit");K();me=(0,Da.createAction)(Vt),he=(0,Da.createAction)(Sc,e=>({payload:e}))});var Oa,Ec,Pc,ae,Ma,Cc,xe,ke,Ba,_0,Fa,Nc,u0,g0,f0,Rc,Dc,jt,zt=I(()=>{"use strict";t();Oa=require("@multiversx/sdk-core"),Ec=require("@reduxjs/toolkit"),Pc=require("redux-persist");K();sn();an();_e();ae={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:In},Ma={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":ae},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Cc=(0,Ec.createSlice)({name:"accountInfoSlice",initialState:Ma,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Oa.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:ae},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(me,()=>(ao.local.removeItem(Je.loginExpiresAt),Ma)),e.addCase(he,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Oa.Address(r).toHex()}),e.addCase(Pc.REHYDRATE,(o,n)=>{var u;if(!((u=n.payload)!=null&&u.account))return;let{account:r}=n.payload,{address:a,shard:p,accounts:m,publicKey:d}=r;o.address=a,o.shard=p;let l=m&&a in m;o.accounts=l?m:Ma.accounts,o.publicKey=d})}}),{setAccount:xe,setAddress:ke,setAccountNonce:Ba,setAccountShard:_0,setLedgerAccount:Fa,updateLedgerAccount:Nc,setWalletConnectAccount:u0,setIsAccountLoading:g0,setAccountLoadingError:f0,setWebsocketEvent:Rc,setWebsocketBatchEvent:Dc}=Cc.actions,jt=Cc.reducer});function Qn(){return new Date().setHours(new Date().getHours()+24)}function et(e){ao.local.setItem({key:Je.loginExpiresAt,data:e,expires:e})}var Ua=I(()=>{"use strict";t();sn();an()});var Oc,Mc,Bc,I0,Fc,Uc,cn,k0,Wc,Gc,L0,E0,P0,Kt,Xt=I(()=>{"use strict";t();Oc=require("@reduxjs/toolkit");Ua();pe();_e();Mc={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Bc=(0,Oc.createSlice)({name:"loginInfoSlice",initialState:Mc,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(me,()=>Mc),e.addCase(he,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,et(Qn())})}}),{setLoginMethod:I0,setWalletConnectLogin:Fc,setLedgerLogin:Uc,setTokenLogin:cn,setTokenLoginSignature:k0,setWalletLogin:Wc,invalidateLoginSession:Gc,setLogoutRoute:L0,setIsWalletConnectV2Initialized:E0,setWebviewLogin:P0}=Bc.actions,Kt=Bc.reducer});var Vc,Hc,$c,D0,Kg,M0,qc,Yt,Zt=I(()=>{"use strict";t();Vc=require("@reduxjs/toolkit");_e();Hc={},$c=(0,Vc.createSlice)({name:"modalsSlice",initialState:Hc,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(me,()=>Hc)}}),{setTxSubmittedModal:D0,setNotificationModal:Kg,clearTxSubmittedModal:M0,clearNotificationModal:qc}=$c.actions,Yt=$c.reducer});var Eo,Ln=I(()=>{"use strict";t();Eo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var X,Le=I(()=>{"use strict";t();Ln();X=()=>{if(!Eo())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:a,search:p}}=window;return{pathname:o,hash:n,origin:r,href:a,search:p}}});var Po,jc=I(()=>{"use strict";t();Le();Po=(e="")=>{let o=X(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var io,zc=I(()=>{"use strict";t();Re();io=()=>{let{pathname:e,search:o,hash:n}=X();return`${e!=null?e:""}${o!=null?o:""}${n!=null?n:""}`}});var Kc,Xc=I(()=>{"use strict";t();rn();Kc=e=>{if(!Ne.safeWindow.location)return;if(!new URL(Ne.safeWindow.location.href).protocol.startsWith("http"))return Ne.safeWindow.location.reload();Ne.safeWindow.location.assign(e)}});var Re=I(()=>{"use strict";t();jc();zc();Le();Xc()});var Yc,Zc,En,ot=I(()=>{"use strict";t();Re();Yc=!1,Zc=(e=!0)=>{Yc=e},En=({timeout:e=0,url:o})=>{Yc||setTimeout(()=>{if(!!window)return Kc(o)},e)}});function je({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),a=typeof o=="function";if(r&&e!=null){if(a)return o(e,n);En({url:e,timeout:Xg})}}var Xg,Jc=I(()=>{"use strict";t();ot();Xg=200});function Qc(e){return e[Math.floor(Math.random()*e.length)]}var ep=I(()=>{"use strict";t()});function Jt(e){let o=null;if((e==null?void 0:e.statusCode)in Aa){let n=e==null?void 0:e.statusCode,{message:r}=Aa[n];o=Jg.includes(n)?op:r}return{errorMessage:o,defaultErrorMessage:op}}var op,Yg,Zg,Jg,Wa=I(()=>{"use strict";t();Ia();op="Check if the MultiversX app is open on Ledger",Yg=28161,Zg=28160,Jg=[Yg,Zg]});var Co=I(()=>{"use strict";t();Jc();ep();Wa()});var np,tp,rp,Ga,ef,ap,lw,_w,Qt,er,or=I(()=>{"use strict";t();np=require("@reduxjs/toolkit"),tp=C(require("lodash.omit")),rp=require("redux-persist");Jn();_e();Co();Ga={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},ef={network:Ga},ap=(0,np.createSlice)({name:"appConfig",initialState:ef,reducers:{initializeNetworkConfig:(e,o)=>{let n=Qc(o.payload.walletConnectV2RelayAddresses),r=(0,tp.default)(o.payload,"walletConnectV2RelayAddresses");e.network=P(h(h({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=h(h({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(me,o=>{o.network.customWalletAddress=void 0}),e.addCase(rp.REHYDRATE,(o,n)=>{var a,p;if(!((p=(a=n.payload)==null?void 0:a.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:lw,updateNetworkConfig:_w,setCustomWalletAddress:Qt}=ap.actions,er=ap.reducer});var ip,Ha,sp,xw,yw,Sw,nr,tr=I(()=>{"use strict";t();ip=require("@reduxjs/toolkit");Te();_e();Ha={isSigning:!1,signedSessions:{}},sp=(0,ip.createSlice)({name:"signedMessageInfoSliceState",initialState:Ha,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:a}=o.payload;a&&(e.errorMessage=a),e.isSigning=r.status==="pending",e.signedSessions[n]=h(h({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>h(h({},e),o.payload),clearSignedMessageInfo:()=>Ha},extraReducers:e=>{e.addCase(me,()=>Ha)}}),{setSignSession:xw,clearSignedMessageInfo:yw,setSignSessionState:Sw}=sp.actions,nr=sp.reducer});var pp,mp,cp,dp,of,nf,Lw,tf,rr,ar=I(()=>{"use strict";t();pp=require("@reduxjs/toolkit"),mp=require("redux-persist");Te();$t();_e();cp={customToasts:[],transactionToasts:[]},dp=(0,pp.createSlice)({name:"toastsSlice",initialState:cp,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(a=>a.toastId===n);if(r!==-1){e.customToasts[r]=P(h(h({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(P(h({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:kn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(me,()=>cp),e.addCase(mp.REHYDRATE,(o,n)=>{var a,p;let r=(p=(a=n.customToasts)==null?void 0:a.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:of,removeCustomToast:nf,addTransactionToast:Lw,removeTransactionToast:tf}=dp.actions,rr=dp.reducer});var lp,$a,qa,ja,rf,Va,_p,Nw,af,Pn,ir,sr=I(()=>{"use strict";t();lp=require("@reduxjs/toolkit");_e();$a="Transaction failed",qa="Transaction successful",ja="Processing transaction",rf="Transaction submitted",Va={},_p=(0,lp.createSlice)({name:"transactionsInfo",initialState:Va,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||$a,successMessage:(r==null?void 0:r.successMessage)||qa,processingMessage:(r==null?void 0:r.processingMessage)||ja,submittedMessage:(r==null?void 0:r.submittedMessage)||rf,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Va},extraReducers:e=>{e.addCase(me,()=>Va)}}),{clearTransactionsInfo:Nw,setTransactionsDisplayInfo:af,clearTransactionsInfoForSessionId:Pn}=_p.actions,ir=_p.reducer});function yo(e){return e!=null&&(ff(e)||Sf(e))}function $o(e){return e!=null&&(Tf(e)||bf(e))}function qo(e){return e!=null&&(hf(e)||wf(e))}function up(e){return e!=null&&(xf(e)||vf(e))}function cr(e){return e!=null&&yf(e)}function ff(e){return e!=null&&sf.includes(e)}function Tf(e){return e!=null&&cf.includes(e)}function hf(e){return e!=null&&pf.includes(e)}function xf(e){return e!=null&&mf.includes(e)}function yf(e){return e!=null&&df.includes(e)}function Sf(e){return e!=null&&lf.includes(e)}function bf(e){return e!=null&&_f.includes(e)}function wf(e){return e!=null&&uf.includes(e)}function vf(e){return e!=null&&gf.includes(e)}var sf,cf,pf,mf,df,lf,_f,uf,gf,Nn=I(()=>{"use strict";t();pe();sf=["sent"],cf=["success"],pf=["fail","cancelled","timedOut"],mf=["invalid"],df=["timedOut"],lf=["pending"],_f=["success"],uf=["fail","invalid"],gf=["not executed"]});var gp,fp,nt,Af,Tp,Rn,pr,If,jo,hp,kf,Gw,xp,No,So,Hw,mr,dr=I(()=>{"use strict";t();gp=require("@reduxjs/toolkit"),fp=require("redux-persist");pe();Nn();_e();nt={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Af={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Tp=(0,gp.createSlice)({name:"transactionsSlice",initialState:nt,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,u;let{sessionId:n,transactions:r,errorMessage:a,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=h(h(h({},Af),((l=e.signedTransactions[n])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:a,redirectRoute:m,customTransactionInformation:h(h({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((u=e==null?void 0:e.transactionsToSign)==null?void 0:u.sessionId)===n&&(e.transactionsToSign=nt.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=h(h({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:a,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,a!=null&&(e.signedTransactions[n].errorMessage=a),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var u,_,g,f,S,y,v,b;let{sessionId:n,status:r,errorMessage:a,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(_=(u=e.signedTransactions)==null?void 0:u[n])==null?void 0:_.transactions;if(l!=null){e.signedTransactions[n].transactions=l.map(D=>D.hash===p?P(h(h({},m!=null?m:{}),D),{status:r,errorMessage:a,inTransit:d}):D);let A=(f=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:f.every(D=>$o(D.status)),k=(y=(S=e.signedTransactions[n])==null?void 0:S.transactions)==null?void 0:y.some(D=>qo(D.status)),E=(b=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:b.every(D=>up(D.status));A&&(e.signedTransactions[n].status="success"),k&&(e.signedTransactions[n].status="fail"),E&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=nt.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=nt.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=h(h({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(me,()=>nt),e.addCase(fp.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:a}=n.payload.transactions,p=Object.entries(r).reduce((d,[l,u])=>{let _=new Date(l),g=new Date;return g.setHours(g.getHours()+5),g-_>0||(d[l]=u),d},{});a!=null&&(o.customTransactionInformationForSessionId=a),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Rn,updateSignedTransactions:pr,setTransactionsToSign:If,clearAllTransactionsToSign:jo,clearAllSignedTransactions:hp,clearSignedTransaction:kf,clearTransactionToSign:Gw,setSignTransactionsError:xp,setSignTransactionsCancelMessage:No,moveTransactionsToSignedState:So,updateSignedTransactionsCustomTransactionInformation:Hw}=Tp.actions,mr=Tp.reducer});var yp,za,Sp,jw,zw,Lf,Kw,lr,_r=I(()=>{"use strict";t();yp=require("@reduxjs/toolkit");_e();za={},Sp=(0,yp.createSlice)({name:"batchTransactionsSlice",initialState:za,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>za},extraReducers:e=>{e.addCase(me,()=>za)}}),{setBatchTransactions:jw,updateBatchTransactions:zw,clearBatchTransactions:Lf,clearAllBatchTransactions:Kw}=Sp.actions,lr=Sp.reducer});var wp,bp,vp,Jw,Ap,Ka=I(()=>{"use strict";t();wp=require("@reduxjs/toolkit");_e();bp={},vp=(0,wp.createSlice)({name:"dappConfigSlice",initialState:bp,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(me,()=>bp)}}),{setDappConfig:Jw}=vp.actions,Ap=vp.reducer});var Z=I(()=>{"use strict";t();zt();Xt();Zt();or();tr();ar();sr();dr();_r();Ka()});var Xa=I(()=>{"use strict";t()});var Lp,Nf,Rf,tt,Ya=I(()=>{"use strict";t();Lp=require("@reduxjs/toolkit");Xa();zt();_r();Ka();Xt();Zt();or();tr();ar();sr();dr();Nf={["account"]:jt,["dappConfig"]:Ap,["loginInfo"]:Kt,["modals"]:Yt,["networkConfig"]:er,["signedMessageInfo"]:nr,["toasts"]:rr,["transactionsInfo"]:ir,["transactions"]:mr,["batchTransactions"]:lr},Rf=(e={})=>(0,Lp.combineReducers)(h(h({},Nf),e)),tt=Rf});var Np={};lo(Np,{default:()=>Xf,sessionStorageReducers:()=>Za});function Ro(e,o=[]){return{key:e,version:1,storage:Pp.default,blacklist:o}}var ze,Ep,Pp,Df,rt,Mf,Of,Bf,Ff,Uf,Wf,Gf,Hf,Vf,$f,Cp,qf,Za,jf,zf,Kf,Xf,Rp=I(()=>{"use strict";t();ze=require("redux-persist"),Ep=C(require("redux-persist/lib/storage")),Pp=C(require("redux-persist/lib/storage/session"));Ya();Z();zt();_r();Xt();Zt();or();tr();ar();sr();dr();Xa();Df={persistReducersStorageType:"localStorage"},rt={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Mf=Ro(rt["account"]),Of=Ro(rt["loginInfo"]),Bf=Ro(rt["modals"]),Ff=Ro(rt["networkConfig"]),Uf={2:e=>P(h({},e),{networkConfig:Ga})};Wf=Ro("sdk-dapp-transactionsInfo"),Gf=Ro("sdk-dapp-transactions",["transactionsToSign"]),Hf=Ro("sdk-dapp-batchTransactions",["batchTransactions"]),Vf=Ro("sdk-dapp-toasts"),$f=Ro("sdk-dapp-signedMessageInfo"),Cp={key:"sdk-dapp-store",version:2,storage:Ep.default,whitelist:Object.keys(rt),migrate:(0,ze.createMigrate)(Uf,{debug:!1})},qf=P(h({},Cp),{whitelist:[]}),Za={["toasts"]:(0,ze.persistReducer)(Vf,rr),["transactions"]:(0,ze.persistReducer)(Gf,mr),["transactionsInfo"]:(0,ze.persistReducer)(Wf,ir),["batchTransactions"]:(0,ze.persistReducer)(Hf,lr),["signedMessageInfo"]:(0,ze.persistReducer)($f,nr)},jf=P(h({},Za),{["account"]:(0,ze.persistReducer)(Mf,jt),["loginInfo"]:(0,ze.persistReducer)(Of,Kt),["modals"]:(0,ze.persistReducer)(Bf,Yt),["networkConfig"]:(0,ze.persistReducer)(Ff,er)}),zf=Df.persistReducersStorageType==="localStorage",Kf=zf?(0,ze.persistReducer)(Cp,tt(Za)):(0,ze.persistReducer)(qf,tt(jf)),Xf=Kf});var Dp={};lo(Dp,{default:()=>Yf});var Yf,Mp=I(()=>{"use strict";t();Ya();Yf=tt()});var Op={};lo(Op,{default:()=>Jf});var Qe,Zf,Jf,Bp=I(()=>{"use strict";t();Qe=require("redux-persist"),Zf=[Qe.FLUSH,Qe.REHYDRATE,Qe.PAUSE,Qe.PERSIST,Qe.PURGE,Qe.REGISTER],Jf=Zf});var Wp={};lo(Wp,{default:()=>Up});function Up(e){return(0,Fp.persistStore)(e)}var Fp,Gp=I(()=>{"use strict";t();Fp=require("redux-persist")});var wd=R((E3,bd)=>{t();var ph=typeof s=="object"&&s&&s.Object===Object&&s;bd.exports=ph});var ht=R((P3,vd)=>{t();var mh=wd(),dh=typeof self=="object"&&self&&self.Object===Object&&self,lh=mh||dh||Function("return this")();vd.exports=lh});var Ei=R((C3,Ad)=>{t();var _h=ht(),uh=_h.Symbol;Ad.exports=uh});var Ed=R((N3,Ld)=>{t();var Id=Ei(),kd=Object.prototype,gh=kd.hasOwnProperty,fh=kd.toString,xt=Id?Id.toStringTag:void 0;function Th(e){var o=gh.call(e,xt),n=e[xt];try{e[xt]=void 0;var r=!0}catch(p){}var a=fh.call(e);return r&&(o?e[xt]=n:delete e[xt]),a}Ld.exports=Th});var Cd=R((R3,Pd)=>{t();var hh=Object.prototype,xh=hh.toString;function yh(e){return xh.call(e)}Pd.exports=yh});var Pi=R((D3,Dd)=>{t();var Nd=Ei(),Sh=Ed(),bh=Cd(),wh="[object Null]",vh="[object Undefined]",Rd=Nd?Nd.toStringTag:void 0;function Ah(e){return e==null?e===void 0?vh:wh:Rd&&Rd in Object(e)?Sh(e):bh(e)}Dd.exports=Ah});var Od=R((M3,Md)=>{t();var Ih=Array.isArray;Md.exports=Ih});var Fd=R((O3,Bd)=>{t();function kh(e){return e!=null&&typeof e=="object"}Bd.exports=kh});var Wd=R((B3,Ud)=>{t();var Lh=Pi(),Eh=Od(),Ph=Fd(),Ch="[object String]";function Nh(e){return typeof e=="string"||!Eh(e)&&Ph(e)&&Lh(e)==Ch}Ud.exports=Nh});var Ni={};lo(Ni,{css:()=>Zd,default:()=>Uh});var Zd,Uh,Ri=I(()=>{"use strict";t();Zd=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|