@multiversx/sdk-dapp 4.3.3 → 4.3.4-alpha.0
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-7UF6KLBW.js → chunk-26QDML5Q.js} +2 -2
- package/__chunks__/{chunk-MYBMLPKZ.js → chunk-2AGMB3IM.js} +2 -2
- package/__chunks__/{chunk-KIMAUAAY.js → chunk-2B4YDK6L.js} +2 -2
- package/__chunks__/{chunk-SVYY3XG3.js → chunk-2BK575K6.js} +2 -2
- package/__chunks__/{chunk-QG37FGHU.js → chunk-2ERU2WR2.js} +2 -2
- package/__chunks__/{chunk-MQYMZOQL.js → chunk-2FIEWVY7.js} +2 -2
- package/__chunks__/{chunk-7TOUSW2W.js → chunk-2FLFMRRA.js} +2 -2
- package/__chunks__/{chunk-ES5NXUVH.js → chunk-2HF2XUTI.js} +2 -2
- package/__chunks__/chunk-2IDZEHS3.js +2 -0
- package/__chunks__/chunk-2NVIAZXL.js +2 -0
- package/__chunks__/{chunk-IEUECJU7.js → chunk-2P46Q55X.js} +2 -2
- package/__chunks__/{chunk-SDHW3Z4P.js → chunk-2PVKQ2PI.js} +2 -2
- package/__chunks__/{chunk-U3REWMAB.js → chunk-2QC7Z2QI.js} +2 -2
- package/__chunks__/{chunk-MB7UABKE.js → chunk-2SKLDQFW.js} +2 -2
- package/__chunks__/{chunk-J7AOONLK.js → chunk-2TY2JXP2.js} +2 -2
- package/__chunks__/{chunk-XNXCRIOG.js → chunk-2XR57KVT.js} +2 -2
- package/__chunks__/{chunk-FAUBFOTX.js → chunk-2YK6P3G4.js} +2 -2
- package/__chunks__/chunk-3BLQS36J.js +2 -0
- package/__chunks__/chunk-3DZXX5PG.js +2 -0
- package/__chunks__/{chunk-M24JZXNC.js → chunk-3H65DRJV.js} +2 -2
- package/__chunks__/chunk-3LNRLPTX.js +2 -0
- package/__chunks__/chunk-3NGLESXE.js +2 -0
- package/__chunks__/chunk-3OSGAWJ2.js +2 -0
- package/__chunks__/{chunk-C2KB6OP7.js → chunk-3RXQKXN2.js} +2 -2
- package/__chunks__/{chunk-HMUYALEN.js → chunk-3V7AYLGR.js} +2 -2
- package/__chunks__/{chunk-XACY43R5.js → chunk-3XV7X6FP.js} +2 -2
- package/__chunks__/{chunk-DMRXP7HV.js → chunk-3XWP7YCJ.js} +2 -2
- package/__chunks__/{chunk-DZ72DIFJ.js → chunk-43XV5BHG.js} +2 -2
- package/__chunks__/{chunk-EK3MPB3Z.js → chunk-475RNZUP.js} +2 -2
- package/__chunks__/{chunk-7BWQNAMS.js → chunk-47UU5EL5.js} +2 -2
- package/__chunks__/{chunk-LM5URE36.js → chunk-4CN4ZD3I.js} +2 -2
- package/__chunks__/{chunk-Q6GYXD7V.js → chunk-4I6ZK5WP.js} +2 -2
- package/__chunks__/chunk-4JDRFNNM.js +2 -0
- package/__chunks__/{chunk-OOIYPQB2.js → chunk-4M5SAI2N.js} +2 -2
- package/__chunks__/{chunk-ENBATX53.js → chunk-4MWWSWRD.js} +2 -2
- package/__chunks__/{chunk-B5FEQ7WP.js → chunk-4PE3PWUI.js} +2 -2
- package/__chunks__/{chunk-XXQ36W6V.js → chunk-4PLTFUII.js} +2 -2
- package/__chunks__/{chunk-JQYHDLO2.js → chunk-4ZG27UPE.js} +2 -2
- package/__chunks__/{chunk-X4TI5VCG.js → chunk-55FEQBZS.js} +2 -2
- package/__chunks__/chunk-55XDYPXX.js +2 -0
- package/__chunks__/{chunk-VHAEAEC4.js → chunk-5A2PULS5.js} +2 -2
- package/__chunks__/{chunk-I2HTLHNZ.js → chunk-5DOSWT53.js} +2 -2
- package/__chunks__/{chunk-OSOS4V66.js → chunk-5GUIZTUC.js} +2 -2
- package/__chunks__/{chunk-UKCNSU7P.js → chunk-5MOVAC34.js} +2 -2
- package/__chunks__/chunk-5THQICCF.js +2 -0
- package/__chunks__/{chunk-LHQK5CGF.js → chunk-5TJTQQXS.js} +2 -2
- package/__chunks__/chunk-5VZC7G3B.js +2 -0
- package/__chunks__/{chunk-HHOIMVSW.js → chunk-5ZPJBKCT.js} +2 -2
- package/__chunks__/{chunk-VTE26SGN.js → chunk-6547PKPY.js} +2 -2
- package/__chunks__/{chunk-GKWKIAPY.js → chunk-6A4SADHA.js} +2 -2
- package/__chunks__/{chunk-QEV6ASLD.js → chunk-6BL45B4F.js} +2 -2
- package/__chunks__/{chunk-WJ3LWUSW.js → chunk-6BR5THPH.js} +2 -2
- package/__chunks__/{chunk-L3MLZBEH.js → chunk-6CDHD5QQ.js} +2 -2
- package/__chunks__/{chunk-XRS7ENFP.js → chunk-6NJ32SDF.js} +2 -2
- package/__chunks__/{chunk-NKL7H6WF.js → chunk-6NQPENNS.js} +2 -2
- package/__chunks__/{chunk-TSSKA5RG.js → chunk-6VMW47E3.js} +2 -2
- package/__chunks__/chunk-6X7KASHZ.js +2 -0
- package/__chunks__/chunk-6YLNX6HN.js +2 -0
- package/__chunks__/{chunk-XCPFYMJS.js → chunk-72RP3VF6.js} +2 -2
- package/__chunks__/{chunk-3ESDJKH6.js → chunk-75JQHL2Y.js} +2 -2
- package/__chunks__/{chunk-LYGQTWDN.js → chunk-75U6HEFV.js} +2 -2
- package/__chunks__/{chunk-EHDPMWUN.js → chunk-7BOXVWOR.js} +2 -2
- package/__chunks__/{chunk-WN5BZMBM.js → chunk-7BSKQ2II.js} +2 -2
- package/__chunks__/{chunk-U46YFUCN.js → chunk-7DRSWNRX.js} +2 -2
- package/__chunks__/{chunk-7IEF3K3N.js → chunk-7KQRBJVB.js} +2 -2
- package/__chunks__/{chunk-EDGTGOJ2.js → chunk-7QEOUXH4.js} +2 -2
- package/__chunks__/{chunk-HYPTCT5E.js → chunk-7TRFA66U.js} +2 -2
- package/__chunks__/chunk-7VBCIWNL.js +2 -0
- package/__chunks__/{chunk-DNOR7WM4.js → chunk-7XJXMA2E.js} +2 -2
- package/__chunks__/{chunk-YQWVUCVI.js → chunk-A23N47MW.js} +2 -2
- package/__chunks__/{chunk-6F5V5H3O.js → chunk-A2NKZLNU.js} +2 -2
- package/__chunks__/{chunk-IHJ4VJGE.js → chunk-A3DJ3W5L.js} +2 -2
- package/__chunks__/{chunk-WE7TVJQA.js → chunk-A4ERBTJA.js} +2 -2
- package/__chunks__/chunk-A5F24VW4.js +2 -0
- package/__chunks__/{chunk-FSI7MPX2.js → chunk-AEFBH7GC.js} +2 -2
- package/__chunks__/{chunk-XXARRFNW.js → chunk-AFG6LMUM.js} +2 -2
- package/__chunks__/{chunk-74ZXY74X.js → chunk-AGWUT7DK.js} +2 -2
- package/__chunks__/{chunk-7FZ5QE5Y.js → chunk-AL5ITAWX.js} +2 -2
- package/__chunks__/{chunk-BC7AMHRI.js → chunk-ALRN5T3X.js} +2 -2
- package/__chunks__/chunk-AS5QCFFV.js +2 -0
- package/__chunks__/{chunk-BNEMTPB2.js → chunk-AWQW4736.js} +2 -2
- package/__chunks__/chunk-B3D5AONB.js +2 -0
- package/__chunks__/{chunk-IT3SHTC4.js → chunk-B7D7T2ZP.js} +2 -2
- package/__chunks__/{chunk-UFQ7UEPG.js → chunk-BA3PUTPQ.js} +2 -2
- package/__chunks__/{chunk-TIWSO56Y.js → chunk-BADULOTE.js} +2 -2
- package/__chunks__/{chunk-72YUS4WW.js → chunk-BHDY73AG.js} +2 -2
- package/__chunks__/{chunk-JMDBUE4V.js → chunk-BIGE7QLT.js} +2 -2
- package/__chunks__/{chunk-BOU56ZG3.js → chunk-BJWO6QGI.js} +2 -2
- package/__chunks__/{chunk-KTUHMCSB.js → chunk-BNM3OHW6.js} +2 -2
- package/__chunks__/{chunk-HCPUBKJ2.js → chunk-BV6PO5G3.js} +2 -2
- package/__chunks__/{chunk-TPHKH2H5.js → chunk-BXTPB3UZ.js} +2 -2
- package/__chunks__/{chunk-PMGBDSMO.js → chunk-C4BNBSZ4.js} +2 -2
- package/__chunks__/chunk-C4MY2X3Q.js +2 -0
- package/__chunks__/chunk-C5AFHGZS.js +2 -0
- package/__chunks__/{chunk-2JTMQZ5N.js → chunk-C6ALQ3XQ.js} +2 -2
- package/__chunks__/chunk-CAM3DBUI.js +2 -0
- package/__chunks__/{chunk-HU2WIZFT.js → chunk-CAQNNKOA.js} +2 -2
- package/__chunks__/{chunk-U2E2OYI2.js → chunk-CG7CPHX4.js} +2 -2
- package/__chunks__/{chunk-I5UN6VEI.js → chunk-CIHIM2V6.js} +2 -2
- package/__chunks__/{chunk-5MKADVF6.js → chunk-CIMNH7GF.js} +2 -2
- package/__chunks__/{chunk-DW7QS5HU.js → chunk-CKZGSKEI.js} +2 -2
- package/__chunks__/{chunk-GKXA3BOE.js → chunk-CM6NNVSA.js} +2 -2
- package/__chunks__/chunk-COMZE53G.js +2 -0
- package/__chunks__/{chunk-X2EO5OB7.js → chunk-CQYIRGBZ.js} +2 -2
- package/__chunks__/{chunk-3SRKDS6P.js → chunk-CVPKEHVZ.js} +2 -2
- package/__chunks__/{chunk-PV4U35TB.js → chunk-CWWU2PCJ.js} +2 -2
- package/__chunks__/chunk-DA5KEUXY.js +2 -0
- package/__chunks__/{chunk-OFNML5Z7.js → chunk-DFTJ27DD.js} +2 -2
- package/__chunks__/{chunk-DRWTIXQV.js → chunk-DKEXQQNY.js} +2 -2
- package/__chunks__/{chunk-KTMUH4ZD.js → chunk-DLWZP3FJ.js} +2 -2
- package/__chunks__/{chunk-JTF6NS3W.js → chunk-DVN5BJ74.js} +2 -2
- package/__chunks__/chunk-DWYJUPVA.js +2 -0
- package/__chunks__/chunk-E3VMYNN2.js +2 -0
- package/__chunks__/chunk-E44VZ4U5.js +2 -0
- package/__chunks__/{chunk-NHLAFROW.js → chunk-E6BKZNA4.js} +2 -2
- package/__chunks__/{chunk-LZ22MDKK.js → chunk-EACWAO5I.js} +2 -2
- package/__chunks__/{chunk-EVGOKAH4.js → chunk-EBBWPXFQ.js} +2 -2
- package/__chunks__/{chunk-L2H7DB4O.js → chunk-EKCPB3D6.js} +2 -2
- package/__chunks__/{chunk-QZ2CPGYT.js → chunk-EMRYC7ZZ.js} +2 -2
- package/__chunks__/{chunk-PZ2J7CX4.js → chunk-ENSZYAIN.js} +2 -2
- package/__chunks__/{chunk-IDAT2HCQ.js → chunk-EQD2I3BG.js} +2 -2
- package/__chunks__/{chunk-46UB3SHL.js → chunk-ERDVIJ3Q.js} +2 -2
- package/__chunks__/{chunk-PB5VWLDA.js → chunk-EXORHS6Y.js} +2 -2
- package/__chunks__/chunk-EZD2V2WC.js +2 -0
- package/__chunks__/{chunk-5E4ENRLC.js → chunk-F3IIVQGZ.js} +2 -2
- package/__chunks__/{chunk-6KQLLQLT.js → chunk-F4YZY63Y.js} +2 -2
- package/__chunks__/{chunk-YFRJVUBD.js → chunk-F7SMFMB5.js} +2 -2
- package/__chunks__/{chunk-UCHZCYP4.js → chunk-F7YJUOKW.js} +2 -2
- package/__chunks__/{chunk-U5TQREBM.js → chunk-FB3Q3GGE.js} +2 -2
- package/__chunks__/chunk-FD4C3QYQ.js +2 -0
- package/__chunks__/{chunk-N53YXSCL.js → chunk-FEGADZDD.js} +2 -2
- package/__chunks__/{chunk-TNG7XWKR.js → chunk-FJOT6PKC.js} +2 -2
- package/__chunks__/{chunk-R4ODW2TW.js → chunk-FNCZHJ4A.js} +2 -2
- package/__chunks__/{chunk-WZJCNBWH.js → chunk-FW7OFGN3.js} +2 -2
- package/__chunks__/{chunk-AIOX2TQE.js → chunk-FYGMHTBY.js} +2 -2
- package/__chunks__/{chunk-2KINQHTB.js → chunk-G4A64LIA.js} +2 -2
- package/__chunks__/chunk-G4N7EZ5F.js +2 -0
- package/__chunks__/{chunk-U42CFSIM.js → chunk-G4WGRKSH.js} +2 -2
- package/__chunks__/chunk-G5Z5THPQ.js +2 -0
- package/__chunks__/{chunk-OY5TIYS2.js → chunk-G6WNWSPG.js} +2 -2
- package/__chunks__/{chunk-GE4OCTDP.js → chunk-GAI3CYZF.js} +2 -2
- package/__chunks__/{chunk-CU5BE7L6.js → chunk-GBOPNDL2.js} +2 -2
- package/__chunks__/{chunk-M24QYE7Q.js → chunk-GBOTAKNE.js} +2 -2
- package/__chunks__/{chunk-B7LQP7OZ.js → chunk-GCFEPBRI.js} +2 -2
- package/__chunks__/{chunk-HFTTNKHP.js → chunk-GGOVQ3YH.js} +2 -2
- package/__chunks__/{chunk-SLMR62XL.js → chunk-GP67WWB5.js} +2 -2
- package/__chunks__/{chunk-PININVTB.js → chunk-GSC6CYPT.js} +2 -2
- package/__chunks__/{chunk-3H2BHUV2.js → chunk-GVLEOE3U.js} +2 -2
- package/__chunks__/{chunk-65IN53XZ.js → chunk-GVYZJC4G.js} +2 -2
- package/__chunks__/{chunk-JY6OMPUH.js → chunk-GWMRSBOR.js} +2 -2
- package/__chunks__/chunk-GZJEXD5H.js +2 -0
- package/__chunks__/chunk-H3KWLACO.js +2 -0
- package/__chunks__/{chunk-RUWBDSJG.js → chunk-H5MOJZLC.js} +2 -2
- package/__chunks__/{chunk-XJSLNMRF.js → chunk-HBAVVSBT.js} +2 -2
- package/__chunks__/{chunk-X7EP3HVR.js → chunk-HBBKFA25.js} +2 -2
- package/__chunks__/{chunk-BLDDWEAT.js → chunk-HBV3MIZE.js} +2 -2
- package/__chunks__/{chunk-F3DLRRZV.js → chunk-HG4ETFVE.js} +2 -2
- package/__chunks__/{chunk-LPMVCNX7.js → chunk-HSV2K6LS.js} +2 -2
- package/__chunks__/{chunk-7QAXFW74.js → chunk-HVS5R3KS.js} +2 -2
- package/__chunks__/{chunk-LISKVNAH.js → chunk-HWJGZF2L.js} +2 -2
- package/__chunks__/{chunk-OUA73SSJ.js → chunk-HXEIKI7C.js} +2 -2
- package/__chunks__/{chunk-DDR7XNXQ.js → chunk-HXMUJRDN.js} +2 -2
- package/__chunks__/{chunk-GRAIQ6GH.js → chunk-HY7GO34H.js} +2 -2
- package/__chunks__/chunk-HZWATAEH.js +2 -0
- package/__chunks__/{chunk-DEFGT5WU.js → chunk-I37RWHDR.js} +2 -2
- package/__chunks__/{chunk-U5PYO7B2.js → chunk-I6NFRW5T.js} +2 -2
- package/__chunks__/{chunk-IUOHCFMI.js → chunk-IDKBUAFC.js} +2 -2
- package/__chunks__/{chunk-PPBYUA5B.js → chunk-IEC7AM7D.js} +2 -2
- package/__chunks__/{chunk-RM76QZVM.js → chunk-IEHLRLQM.js} +2 -2
- package/__chunks__/{chunk-F4SDEBZG.js → chunk-IFT6PGVL.js} +2 -2
- package/__chunks__/{chunk-ZGTODHWL.js → chunk-IJ532TAH.js} +2 -2
- package/__chunks__/chunk-IJFTQPHA.js +2 -0
- package/__chunks__/{chunk-LVNWKHE3.js → chunk-IKSXDXHJ.js} +2 -2
- package/__chunks__/{chunk-XACGQCYI.js → chunk-INLITQM2.js} +2 -2
- package/__chunks__/{chunk-53DA5O5D.js → chunk-IQ44WRUU.js} +2 -2
- package/__chunks__/chunk-IREGUE2H.js +2 -0
- package/__chunks__/{chunk-42IMRT4I.js → chunk-IRILZRHE.js} +2 -2
- package/__chunks__/chunk-IUPWJTA5.js +2 -0
- package/__chunks__/{chunk-J6UKYZCT.js → chunk-IWUR5PAZ.js} +2 -2
- package/__chunks__/{chunk-JYVZJZ3V.js → chunk-IXYVBZF6.js} +2 -2
- package/__chunks__/{chunk-BPOK4ELB.js → chunk-JA2XVALE.js} +2 -2
- package/__chunks__/{chunk-D3AZOY65.js → chunk-JA6CCFZ5.js} +2 -2
- package/__chunks__/{chunk-ILXS5TLE.js → chunk-JAJJSTZL.js} +2 -2
- package/__chunks__/{chunk-4FMTA7PA.js → chunk-JDXKQV6E.js} +2 -2
- package/__chunks__/chunk-JEHCSMNA.js +2 -0
- package/__chunks__/{chunk-GQH5CJGS.js → chunk-JGIW3ZWW.js} +2 -2
- package/__chunks__/{chunk-GEZQ3Y6Z.js → chunk-JMBCY3AV.js} +2 -2
- package/__chunks__/{chunk-DCAMXMCM.js → chunk-JPXBVJJD.js} +2 -2
- package/__chunks__/{chunk-RZS72DRR.js → chunk-K5F2ULJT.js} +2 -2
- package/__chunks__/{chunk-BHVXBW6B.js → chunk-K6MQLSWZ.js} +2 -2
- package/__chunks__/{chunk-GWNGXWV2.js → chunk-K6OSOLM4.js} +2 -2
- package/__chunks__/{chunk-3HXSA3SI.js → chunk-KIP5CX7A.js} +2 -2
- package/__chunks__/{chunk-G3W4EMGM.js → chunk-KIX6YIBX.js} +2 -2
- package/__chunks__/{chunk-XAWCWIPK.js → chunk-KR7B77QU.js} +2 -2
- package/__chunks__/{chunk-2QJ5CRRT.js → chunk-KS6JRVDR.js} +2 -2
- package/__chunks__/{chunk-2MCLOMGH.js → chunk-KSFEEHKP.js} +2 -2
- package/__chunks__/{chunk-FHFVGYIX.js → chunk-KSQ5DYGU.js} +2 -2
- package/__chunks__/{chunk-KNH27ZOI.js → chunk-KSWG2ZPK.js} +2 -2
- package/__chunks__/chunk-KTJGJPB3.js +2 -0
- package/__chunks__/{chunk-5ZAK25IM.js → chunk-KU66YTGD.js} +2 -2
- package/__chunks__/{chunk-UGHC4LEJ.js → chunk-L5W7XXPP.js} +2 -2
- package/__chunks__/chunk-L5ZOHEZ2.js +2 -0
- package/__chunks__/{chunk-GAJJU6YU.js → chunk-LGJFC5Q4.js} +2 -2
- package/__chunks__/{chunk-OHZO5JFJ.js → chunk-LGKQWWUB.js} +2 -2
- package/__chunks__/{chunk-ZZTW7AD6.js → chunk-LHSC7DIL.js} +2 -2
- package/__chunks__/{chunk-V4UWFLLU.js → chunk-LISANZAE.js} +2 -2
- package/__chunks__/{chunk-NMDQMATH.js → chunk-LOXTF22A.js} +2 -2
- package/__chunks__/{chunk-ZL76L75S.js → chunk-LPWEBW3U.js} +2 -2
- package/__chunks__/{chunk-N572YDZA.js → chunk-LRYBWKZR.js} +2 -2
- package/__chunks__/{chunk-LLLY2PLE.js → chunk-LZ2V2QRJ.js} +2 -2
- package/__chunks__/{chunk-HAPIRVGX.js → chunk-LZWKRIAY.js} +2 -2
- package/__chunks__/{chunk-AFVIOJA2.js → chunk-M273KVAI.js} +2 -2
- package/__chunks__/{chunk-DBJ4HFXB.js → chunk-MAYGAZMJ.js} +2 -2
- package/__chunks__/{chunk-B67ICQ6X.js → chunk-MAYO24VF.js} +2 -2
- package/__chunks__/{chunk-OVXSFBM7.js → chunk-MGVOFTLB.js} +2 -2
- package/__chunks__/{chunk-DK7RB23Z.js → chunk-MJTKF2CZ.js} +2 -2
- package/__chunks__/{chunk-Q6PNXMJS.js → chunk-MQIE2GZC.js} +2 -2
- package/__chunks__/{chunk-6ELWXHAK.js → chunk-MTOJ3KAQ.js} +2 -2
- package/__chunks__/{chunk-4ETVUXHH.js → chunk-MTU3QWIR.js} +2 -2
- package/__chunks__/{chunk-JLSFIQ57.js → chunk-N2QO2VZ6.js} +2 -2
- package/__chunks__/chunk-N4OZC7GM.js +2 -0
- package/__chunks__/{chunk-VOLF6AHL.js → chunk-NAHMTAMQ.js} +2 -2
- package/__chunks__/{chunk-FM3YQUDA.js → chunk-NE6FY5XR.js} +2 -2
- package/__chunks__/{chunk-TFXKWGR2.js → chunk-NEEGLUUZ.js} +2 -2
- package/__chunks__/{chunk-EK2GZY5W.js → chunk-NQRB4FCS.js} +2 -2
- package/__chunks__/{chunk-2XX7HZTX.js → chunk-NUV5LSPI.js} +2 -2
- package/__chunks__/{chunk-FL3JGIOK.js → chunk-NWTFML7C.js} +2 -2
- package/__chunks__/{chunk-OVYC4NBH.js → chunk-NXHSPLZO.js} +2 -2
- package/__chunks__/chunk-NXNIOYFY.js +2 -0
- package/__chunks__/{chunk-KNU6JMST.js → chunk-NXSX3MKG.js} +2 -2
- package/__chunks__/{chunk-2BITUT5V.js → chunk-O22B5B33.js} +2 -2
- package/__chunks__/{chunk-3DDQJ3VN.js → chunk-O22CL32Y.js} +2 -2
- package/__chunks__/{chunk-SL2KEAXQ.js → chunk-O3DNDQ7B.js} +2 -2
- package/__chunks__/{chunk-GKAZKHWY.js → chunk-O5HZCAWN.js} +2 -2
- package/__chunks__/{chunk-SHS5RBWE.js → chunk-O5JDPWTA.js} +2 -2
- package/__chunks__/{chunk-LO4FZUUL.js → chunk-O7EIHJ6B.js} +2 -2
- package/__chunks__/chunk-OA5JNWTT.js +2 -0
- package/__chunks__/{chunk-6BM2ST5Z.js → chunk-OGX5SJDY.js} +2 -2
- package/__chunks__/{chunk-HRTS3MSF.js → chunk-OHPEJXNE.js} +2 -2
- package/__chunks__/chunk-OKP7JOFW.js +2 -0
- package/__chunks__/{chunk-VNLYSO3R.js → chunk-OLNCYCLD.js} +2 -2
- package/__chunks__/{chunk-JLW4S2OD.js → chunk-OMURCB5L.js} +2 -2
- package/__chunks__/{chunk-4J6HS47O.js → chunk-ONJX757H.js} +2 -2
- package/__chunks__/{chunk-7TIVSBQR.js → chunk-OOGT7G77.js} +2 -2
- package/__chunks__/{chunk-LU37YHT4.js → chunk-OQRUA227.js} +2 -2
- package/__chunks__/{chunk-CB4QNRST.js → chunk-ORPT3W6Q.js} +2 -2
- package/__chunks__/{chunk-7KXIKUR6.js → chunk-OVCR5EET.js} +2 -2
- package/__chunks__/{chunk-P6PFLUFJ.js → chunk-OX2GZG7J.js} +2 -2
- package/__chunks__/{chunk-VQOROTBK.js → chunk-P5DD64SB.js} +2 -2
- package/__chunks__/chunk-PCSK32ZR.js +2 -0
- package/__chunks__/{chunk-LUJL437O.js → chunk-PDF2FQIF.js} +2 -2
- package/__chunks__/{chunk-C3O3XDWS.js → chunk-PHP3PKZK.js} +2 -2
- package/__chunks__/{chunk-WTCDQ77E.js → chunk-PJAOPEN4.js} +2 -2
- package/__chunks__/{chunk-LIXRWTBR.js → chunk-PJFCVPOA.js} +2 -2
- package/__chunks__/{chunk-UIDVTJDB.js → chunk-PNTAQKPM.js} +2 -2
- package/__chunks__/{chunk-XVVAEMAQ.js → chunk-PPLVN4JA.js} +2 -2
- package/__chunks__/{chunk-EWEMTEQG.js → chunk-PTGG3EZR.js} +2 -2
- package/__chunks__/{chunk-WNU3GX2F.js → chunk-PXQY25J4.js} +2 -2
- package/__chunks__/chunk-Q54OAASZ.js +2 -0
- package/__chunks__/{chunk-75ZDBPIJ.js → chunk-QE32UIOV.js} +2 -2
- package/__chunks__/{chunk-NP2H372S.js → chunk-QKA6YNNZ.js} +2 -2
- package/__chunks__/chunk-QLJXTCY3.js +2 -0
- package/__chunks__/{chunk-IHLA7WLZ.js → chunk-QMCCF5LD.js} +2 -2
- package/__chunks__/{chunk-AZICIUOR.js → chunk-QMQUVZ46.js} +2 -2
- package/__chunks__/{chunk-3B2V4QLE.js → chunk-QNRZ37WV.js} +2 -2
- package/__chunks__/{chunk-Y7ID5T3M.js → chunk-QPPTNYNR.js} +2 -2
- package/__chunks__/{chunk-5F3A7VLM.js → chunk-QPW3L2IV.js} +2 -2
- package/__chunks__/{chunk-OARREGPR.js → chunk-QTMN4EFY.js} +2 -2
- package/__chunks__/chunk-R3OALLY6.js +2 -0
- package/__chunks__/chunk-R4RWXQ2O.js +2 -0
- package/__chunks__/chunk-R5YN3XVG.js +2 -0
- package/__chunks__/{chunk-OAXLVXSH.js → chunk-R6RTFIV3.js} +2 -2
- package/__chunks__/{chunk-TDDRQR7U.js → chunk-RDCAEXW4.js} +2 -2
- package/__chunks__/{chunk-FP56THIJ.js → chunk-RDW32SQH.js} +2 -2
- package/__chunks__/{chunk-PSWKT23P.js → chunk-RGXNAEES.js} +2 -2
- package/__chunks__/chunk-RHEIZK25.js +2 -0
- package/__chunks__/{chunk-VCQ5MOM4.js → chunk-RIEGJFND.js} +2 -2
- package/__chunks__/{chunk-5EBLXQKZ.js → chunk-RJRQMSIJ.js} +2 -2
- package/__chunks__/{chunk-A3NXYOUN.js → chunk-RLS2R4XT.js} +2 -2
- package/__chunks__/{chunk-DE32D63C.js → chunk-RX3FJ7ZY.js} +2 -2
- package/__chunks__/{chunk-6N3WWVBS.js → chunk-RXTXMC7Z.js} +2 -2
- package/__chunks__/{chunk-HJ62CBRT.js → chunk-S3M3AG6C.js} +2 -2
- package/__chunks__/{chunk-ZQEYHNSX.js → chunk-S4FTVQJE.js} +2 -2
- package/__chunks__/{chunk-4LDHXKXH.js → chunk-S6BQM4U5.js} +2 -2
- package/__chunks__/{chunk-NRY3BU5H.js → chunk-S7MFIC2T.js} +2 -2
- package/__chunks__/chunk-SCY2GUPJ.js +2 -0
- package/__chunks__/{chunk-4JPTFWVP.js → chunk-SL3RN23C.js} +2 -2
- package/__chunks__/{chunk-SHLZNMZX.js → chunk-SMXOPX2U.js} +2 -2
- package/__chunks__/chunk-SOIZ4X32.js +2 -0
- package/__chunks__/chunk-SQ3XBHUA.js +2 -0
- package/__chunks__/{chunk-XEMDTEQ6.js → chunk-SS4NPECI.js} +2 -2
- package/__chunks__/{chunk-2KF7MZUU.js → chunk-STQRH4FY.js} +2 -2
- package/__chunks__/{chunk-YNS44265.js → chunk-SXA56KT2.js} +2 -2
- package/__chunks__/{chunk-TAJOWO4L.js → chunk-SZNVI45N.js} +2 -2
- package/__chunks__/{chunk-5NZ54Y45.js → chunk-TCV7IJNG.js} +2 -2
- package/__chunks__/{chunk-QTATDC5X.js → chunk-TI325GSE.js} +2 -2
- package/__chunks__/{chunk-7T3BLCXH.js → chunk-TJVW6KLV.js} +2 -2
- package/__chunks__/{chunk-AP3KRVIK.js → chunk-TL3UK4UX.js} +2 -2
- package/__chunks__/{chunk-XNRWCS7K.js → chunk-TLGU3IFA.js} +2 -2
- package/__chunks__/{chunk-R2ONOGA2.js → chunk-TT5PUBQP.js} +2 -2
- package/__chunks__/{chunk-BRJ4IDFX.js → chunk-TV2PMEWF.js} +2 -2
- package/__chunks__/chunk-TWP5TTSR.js +2 -0
- package/__chunks__/{chunk-LLB5EQW5.js → chunk-UBIUJXPL.js} +2 -2
- package/__chunks__/{chunk-GQCBLUVH.js → chunk-UDNEYUO6.js} +2 -2
- package/__chunks__/{chunk-ERITHCXO.js → chunk-UDXI2O7T.js} +2 -2
- package/__chunks__/{chunk-5MYIRG5J.js → chunk-UR4EDK7X.js} +2 -2
- package/__chunks__/{chunk-KCGDDPWP.js → chunk-URHII7RP.js} +2 -2
- package/__chunks__/chunk-URRNMOLK.js +2 -0
- package/__chunks__/{chunk-TW2H5NX4.js → chunk-UX2TY5II.js} +2 -2
- package/__chunks__/{chunk-CGS6M5IR.js → chunk-UXBIEHZH.js} +2 -2
- package/__chunks__/{chunk-HIUQRKBU.js → chunk-V2OW254C.js} +2 -2
- package/__chunks__/{chunk-BSY2NT6L.js → chunk-V6P6FVY3.js} +2 -2
- package/__chunks__/{chunk-COQJRVNP.js → chunk-VCLC2QZ4.js} +2 -2
- package/__chunks__/chunk-VONLCHEK.js +2 -0
- package/__chunks__/{chunk-4C72NXJC.js → chunk-VR5KOG22.js} +2 -2
- package/__chunks__/{chunk-4TWP6MWZ.js → chunk-VVINXY5R.js} +2 -2
- package/__chunks__/{chunk-F7P33CFQ.js → chunk-W4GLRPQI.js} +2 -2
- package/__chunks__/{chunk-35WW4C7L.js → chunk-W5AZV4I4.js} +2 -2
- package/__chunks__/{chunk-6MRXAI74.js → chunk-W67FNHC7.js} +2 -2
- package/__chunks__/chunk-WCFDBPJR.js +2 -0
- package/__chunks__/{chunk-Z4CW7LRI.js → chunk-WFRPGAVE.js} +2 -2
- package/__chunks__/chunk-WLBWWX5F.js +2 -0
- package/__chunks__/{chunk-YXAZVFXZ.js → chunk-WMQTJJKH.js} +2 -2
- package/__chunks__/chunk-WPBIOXYO.js +2 -0
- package/__chunks__/chunk-WQCRDB65.js +2 -0
- package/__chunks__/chunk-WRHNBBBO.js +2 -0
- package/__chunks__/{chunk-RPMUZG56.js → chunk-WRKZCYAZ.js} +2 -2
- package/__chunks__/{chunk-WIE7Z4CU.js → chunk-WRYTWN4X.js} +2 -2
- package/__chunks__/{chunk-J5TKH4R2.js → chunk-WT3FKSFU.js} +2 -2
- package/__chunks__/{chunk-GLX5TPC7.js → chunk-WTED7TXF.js} +2 -2
- package/__chunks__/{chunk-RXLDGZSX.js → chunk-WUXLY4JU.js} +2 -2
- package/__chunks__/{chunk-OIIGCY2H.js → chunk-WWPDNOE4.js} +2 -2
- package/__chunks__/{chunk-GQWIBR5V.js → chunk-X3R4JWIU.js} +2 -2
- package/__chunks__/chunk-X4VPSE7E.js +2 -0
- package/__chunks__/{chunk-HGR3DJNP.js → chunk-X7LJ3ZYU.js} +2 -2
- package/__chunks__/{chunk-RA6EU5LQ.js → chunk-XAQ7H6RB.js} +2 -2
- package/__chunks__/{chunk-LXAMYSAY.js → chunk-XTR2Z3I2.js} +2 -2
- package/__chunks__/{chunk-BPJZQBCJ.js → chunk-XX27OMQ6.js} +2 -2
- package/__chunks__/{chunk-6QTQYBUM.js → chunk-Y34HJGNK.js} +2 -2
- package/__chunks__/{chunk-MOS23OHR.js → chunk-Y75E7Y6Z.js} +2 -2
- package/__chunks__/chunk-YB67U4FS.js +2 -0
- package/__chunks__/{chunk-TYDQIKJN.js → chunk-YBAYNCWE.js} +2 -2
- package/__chunks__/{chunk-XY2BEOGG.js → chunk-YBNRD336.js} +2 -2
- package/__chunks__/{chunk-4TGESVWJ.js → chunk-YEX3X5OZ.js} +2 -2
- package/__chunks__/{chunk-2FLZCVZG.js → chunk-YGMBNJSM.js} +2 -2
- package/__chunks__/{chunk-Q2AW5PBX.js → chunk-YQUQQ4IG.js} +2 -2
- package/__chunks__/chunk-YRGS2ZCT.js +2 -0
- package/__chunks__/{chunk-I3H3UEEF.js → chunk-YUBJIC4U.js} +2 -2
- package/__chunks__/chunk-YVYHQJY2.js +2 -0
- package/__chunks__/{chunk-ALXNYK3E.js → chunk-YZNUP7VC.js} +2 -2
- package/__chunks__/{chunk-KEWZ3SWT.js → chunk-Z5VVOVAN.js} +2 -2
- package/__chunks__/{chunk-F2TMWY62.js → chunk-Z6AOAHL7.js} +2 -2
- package/__chunks__/{chunk-6MCQHTDQ.js → chunk-ZEHI7XZU.js} +2 -2
- package/__chunks__/{chunk-EVUUTZV7.js → chunk-ZIJ43CBW.js} +2 -2
- package/__chunks__/chunk-ZKR7MAIV.js +2 -0
- package/__chunks__/{chunk-6WLESDUC.js → chunk-ZOQHCP6X.js} +2 -2
- package/__chunks__/{chunk-EZGBQXME.js → chunk-ZT34NSEK.js} +2 -2
- package/__chunks__/{chunk-4UZ2AS3Z.js → chunk-ZT3IO2ZP.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 +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +3 -3
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/__mocks__/index.js +2 -2
- package/__commonjs/__mocks__/utils/index.js +2 -2
- package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
- package/__commonjs/components/LogoutListener/LogoutListener.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/index.js +3 -3
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +3 -3
- package/__commonjs/components/LogoutListener/index.js +3 -3
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +3 -3
- package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +3 -3
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/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 +2 -2
- 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-22UGKRUB.js +0 -2
- package/__chunks__/chunk-3PNHQE2H.js +0 -2
- package/__chunks__/chunk-432TA2MC.js +0 -2
- package/__chunks__/chunk-4ESAG56Q.js +0 -2
- package/__chunks__/chunk-4HPNUK2J.js +0 -2
- package/__chunks__/chunk-5PNA5UWC.js +0 -2
- package/__chunks__/chunk-5QCQSUVF.js +0 -2
- package/__chunks__/chunk-5USPGBOM.js +0 -2
- package/__chunks__/chunk-6OXJRKFV.js +0 -2
- package/__chunks__/chunk-7EGLDUPU.js +0 -2
- package/__chunks__/chunk-7M4CKRD3.js +0 -2
- package/__chunks__/chunk-7XB7PNZ4.js +0 -2
- package/__chunks__/chunk-AD5CZ5SV.js +0 -2
- package/__chunks__/chunk-BCPUEILI.js +0 -2
- package/__chunks__/chunk-BNTVNCDA.js +0 -2
- package/__chunks__/chunk-BU2FVPH5.js +0 -2
- package/__chunks__/chunk-CAFWTKV5.js +0 -2
- package/__chunks__/chunk-CSMS7QG7.js +0 -2
- package/__chunks__/chunk-CXGCVUBB.js +0 -2
- package/__chunks__/chunk-DG6X7RT5.js +0 -2
- package/__chunks__/chunk-DHRKWM2C.js +0 -2
- package/__chunks__/chunk-EA4BA56P.js +0 -2
- package/__chunks__/chunk-ESLZX3QM.js +0 -2
- package/__chunks__/chunk-FEILLO6Q.js +0 -2
- package/__chunks__/chunk-G4P4P26A.js +0 -2
- package/__chunks__/chunk-G5BAW7XZ.js +0 -2
- package/__chunks__/chunk-GKKGXFSO.js +0 -2
- package/__chunks__/chunk-HRMZLE5Y.js +0 -2
- package/__chunks__/chunk-HXJQTMOJ.js +0 -2
- package/__chunks__/chunk-IZCM667B.js +0 -2
- package/__chunks__/chunk-J3DCHFAN.js +0 -2
- package/__chunks__/chunk-JGAS4FG2.js +0 -2
- package/__chunks__/chunk-K3DETXZX.js +0 -2
- package/__chunks__/chunk-KX7VAO4B.js +0 -2
- package/__chunks__/chunk-LBZF2IEG.js +0 -2
- package/__chunks__/chunk-LFARB73S.js +0 -2
- package/__chunks__/chunk-LG2OZBAE.js +0 -2
- package/__chunks__/chunk-LK2PCB5P.js +0 -2
- package/__chunks__/chunk-LM3E4GFR.js +0 -2
- package/__chunks__/chunk-MFQ7QJRO.js +0 -2
- package/__chunks__/chunk-MI3EUIJC.js +0 -2
- package/__chunks__/chunk-NJE2P3GL.js +0 -2
- package/__chunks__/chunk-NNJMYIIH.js +0 -2
- package/__chunks__/chunk-OOU473IO.js +0 -2
- package/__chunks__/chunk-OUCRAC32.js +0 -2
- package/__chunks__/chunk-PFAYZXDV.js +0 -2
- package/__chunks__/chunk-Q2AOZGNW.js +0 -2
- package/__chunks__/chunk-RG7F5RQA.js +0 -2
- package/__chunks__/chunk-S3GA6MCB.js +0 -2
- package/__chunks__/chunk-S6V7YLBD.js +0 -2
- package/__chunks__/chunk-S76JD7DG.js +0 -2
- package/__chunks__/chunk-SJSXVQOT.js +0 -2
- package/__chunks__/chunk-TECC4QB4.js +0 -2
- package/__chunks__/chunk-UNF4S7FN.js +0 -2
- package/__chunks__/chunk-VG6OCFDT.js +0 -2
- package/__chunks__/chunk-VJ6LYC2O.js +0 -2
- package/__chunks__/chunk-W6WPYK65.js +0 -2
- package/__chunks__/chunk-WEEU6UZF.js +0 -2
- package/__chunks__/chunk-WF4H5WTI.js +0 -2
- package/__chunks__/chunk-XIIQX7O5.js +0 -2
- package/__chunks__/chunk-YRJQKCBY.js +0 -2
- package/__chunks__/chunk-YYXM5SJD.js +0 -2
- package/__chunks__/chunk-ZRETA65T.js +0 -2
- package/__chunks__/chunk-ZU3KI5E6.js +0 -2
- package/__chunks__/chunk-ZZIMV262.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var ze=Object.create;var G=Object.defineProperty;var je=Object.getOwnPropertyDescriptor;var Xe=Object.getOwnPropertyNames,pe=Object.getOwnPropertySymbols,Ye=Object.getPrototypeOf,de=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable;var ue=(t,e,r)=>e in t?G(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,W=(t,e)=>{for(var r in e||(e={}))de.call(e,r)&&ue(t,r,e[r]);if(pe)for(var r of pe(e))Ke.call(e,r)&&ue(t,r,e[r]);return t};var Je=(t,e)=>()=>(t&&(e=t(t=0)),e);var V=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ze=(t,e)=>{for(var r in e)G(t,r,{get:e[r],enumerable:!0})},ge=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xe(e))!de.call(t,i)&&i!==r&&G(t,i,{get:()=>e[i],enumerable:!(n=je(e,i))||n.enumerable});return t};var fe=(t,e,r)=>(r=t!=null?ze(Ye(t)):{},ge(e||!t||!t.__esModule?G(r,"default",{value:t,enumerable:!0}):r,t)),Qe=t=>ge(G({},"__esModule",{value:!0}),t);var ye=V(H=>{"use strict";c();H.byteLength=er;H.toByteArray=tr;H.fromByteArray=or;var _=[],k=[],$e=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,me=Y.length;F<me;++F)_[F]=Y[F],k[Y.charCodeAt(F)]=F;var F,me;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function he(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function er(t){var e=he(t),r=e[0],n=e[1];return(r+n)*3/4-n}function rr(t,e,r){return(e+r)*3/4-r}function tr(t){var e,r=he(t),n=r[0],i=r[1],o=new $e(rr(t,n,i)),a=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)e=k[t.charCodeAt(u)]<<18|k[t.charCodeAt(u+1)]<<12|k[t.charCodeAt(u+2)]<<6|k[t.charCodeAt(u+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=k[t.charCodeAt(u)]<<2|k[t.charCodeAt(u+1)]>>4,o[a++]=e&255),i===1&&(e=k[t.charCodeAt(u)]<<10|k[t.charCodeAt(u+1)]<<4|k[t.charCodeAt(u+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function nr(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function ir(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(nr(n));return i.join("")}function or(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,p=r-n;a<p;a+=o)i.push(ir(t,a,a+o>p?p:a+o));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var xe=V(K=>{c();K.read=function(t,e,r,n,i){var o,a,p=i*8-n-1,u=(1<<p)-1,g=u>>1,f=-7,d=r?i-1:0,A=r?-1:1,T=t[e+d];for(d+=A,o=T&(1<<-f)-1,T>>=-f,f+=p;f>0;o=o*256+t[e+d],d+=A,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+t[e+d],d+=A,f-=8);if(o===0)o=1-g;else{if(o===u)return a?NaN:(T?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-g}return(T?-1:1)*a*Math.pow(2,o-n)};K.write=function(t,e,r,n,i,o){var a,p,u,g=o*8-i-1,f=(1<<g)-1,d=f>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:o-1,U=n?1:-1,qe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(p=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+d>=1?e+=A/u:e+=A*Math.pow(2,1-d),e*u>=2&&(a++,u/=2),a+d>=f?(p=0,a=f):a+d>=1?(p=(e*u-1)*Math.pow(2,i),a=a+d):(p=e*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;t[r+T]=p&255,T+=U,p/=256,i-=8);for(a=a<<i|p,g+=i;g>0;t[r+T]=a&255,T+=U,a/=256,g-=8);t[r+T-U]|=qe*128}});var Ne=V(O=>{"use strict";c();var J=ye(),D=xe(),we=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=s;O.SlowBuffer=ur;O.INSPECT_MAX_BYTES=50;var q=2147483647;O.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=ar();!s.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 ar(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function L(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return Te(t,e,r)}s.poolSize=8192;function Te(t,e,r){if(typeof t=="string")return lr(t,e);if(ArrayBuffer.isView(t))return cr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(R(t,ArrayBuffer)||t&&R(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(R(t,SharedArrayBuffer)||t&&R(t.buffer,SharedArrayBuffer)))return Q(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=pr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return Te(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function ke(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function sr(t,e,r){return ke(t),t<=0?L(t):e!==void 0?typeof r=="string"?L(t).fill(e,r):L(t).fill(e):L(t)}s.alloc=function(t,e,r){return sr(t,e,r)};function ee(t){return ke(t),L(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function lr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ae(t,e)|0,n=L(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function Z(t){for(var e=t.length<0?0:re(t.length)|0,r=L(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function cr(t){if(R(t,Uint8Array)){var e=new Uint8Array(t);return Q(e.buffer,e.byteOffset,e.byteLength)}return Z(t)}function Q(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function pr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=L(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?L(0):Z(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Z(t.data)}function re(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function ur(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(R(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),R(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).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}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(R(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Ae(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||R(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return $(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ee(t).length;default:if(i)return n?-1:$(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Ae;function dr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Tr(this,e,r);case"utf8":case"utf-8":return Re(this,e,r);case"ascii":return br(this,e,r);case"latin1":case"binary":return vr(this,e,r);case"base64":return xr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)C(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)C(this,r,r+3),C(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)C(this,r,r+7),C(this,r+1,r+6),C(this,r+2,r+5),C(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Re(this,0,e):dr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=O.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};we&&(s.prototype[we]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(R(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,p=n-r,u=Math.min(a,p),g=this.slice(i,o),f=e.slice(r,n),d=0;d<u;++d)if(g[d]!==f[d]){a=g[d],p=f[d];break}return a<p?-1:p<a?1:0};function _e(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:be(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):be(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function be(t,e,r,n,i){var o=1,a=t.length,p=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,p/=2,r/=2}function u(T,U){return o===1?T[U]:T.readUInt16BE(U*o)}var g;if(i){var f=-1;for(g=r;g<a;g++)if(u(t,g)===u(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===p)return f*o}else f!==-1&&(g-=g-f),f=-1}else for(r+p>a&&(r=a-p),g=r;g>=0;g--){for(var d=!0,A=0;A<p;A++)if(u(t,g+A)!==u(e,A)){d=!1;break}if(d)return g}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return _e(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return _e(this,e,r,n,!1)};function gr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var p=parseInt(e.substr(a*2,2),16);if(te(p))return a;t[r+a]=p}return a}function fr(t,e,r,n){return z($(e,t.length-r),t,r,n)}function mr(t,e,r,n){return z(Rr(e),t,r,n)}function hr(t,e,r,n){return z(Ee(e),t,r,n)}function yr(t,e,r,n){return z(Sr(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return gr(this,e,r,n);case"utf8":case"utf-8":return fr(this,e,r,n);case"ascii":case"latin1":case"binary":return mr(this,e,r,n);case"base64":return hr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yr(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function xr(t,e,r){return e===0&&r===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(e,r))}function Re(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=r){var u,g,f,d;switch(p){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(d=(o&31)<<6|u&63,d>127&&(a=d));break;case 3:u=t[i+1],g=t[i+2],(u&192)===128&&(g&192)===128&&(d=(o&15)<<12|(u&63)<<6|g&63,d>2047&&(d<55296||d>57343)&&(a=d));break;case 4:u=t[i+1],g=t[i+2],f=t[i+3],(u&192)===128&&(g&192)===128&&(f&192)===128&&(d=(o&15)<<18|(u&63)<<12|(g&63)<<6|f&63,d>65535&&d<1114112&&(a=d))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return wr(n)}var ve=4096;function wr(t){var e=t.length;if(e<=ve)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ve));return r}function br(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function vr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Tr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=Ir[t[o]];return i}function kr(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function b(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||b(e,4,this.length),D.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||b(e,4,this.length),D.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!1,52,8)};function v(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;v(this,e,r,n,o,0)}var a=1,p=0;for(this[r]=e&255;++p<n&&(a*=256);)this[r+p]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;v(this,e,r,n,o,0)}var a=n-1,p=1;for(this[r+a]=e&255;--a>=0&&(p*=256);)this[r+a]=e/p&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);v(this,e,r,n,o-1,-o)}var a=0,p=1,u=0;for(this[r]=e&255;++a<n&&(p*=256);)e<0&&u===0&&this[r+a-1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);v(this,e,r,n,o-1,-o)}var a=n-1,p=1,u=0;for(this[r+a]=e&255;--a>=0&&(p*=256);)e<0&&u===0&&this[r+a+1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Se(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Ie(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,4,34028234663852886e22,-34028234663852886e22),D.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Ie(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Ie(this,e,r,!1,n)};function Le(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,8,17976931348623157e292,-17976931348623157e292),D.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Le(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Le(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var p=s.isBuffer(e)?e:s.from(e,i),u=p.length;if(u===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=p[a%u]}return this};var Ar=/[^+/0-9A-Za-z-_]/g;function _r(t){if(t=t.split("=")[0],t=t.trim().replace(Ar,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function $(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Rr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Sr(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function Ee(t){return J.toByteArray(_r(t))}function z(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function R(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Ir=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var De=V((Mt,Ue)=>{c();var x=Ue.exports={},S,I;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=ne}catch(t){S=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Fe(t){if(S===setTimeout)return setTimeout(t,0);if((S===ne||!S)&&setTimeout)return S=setTimeout,setTimeout(t,0);try{return S(t,0)}catch(e){try{return S.call(null,t,0)}catch(r){return S.call(this,t,0)}}}function Lr(t){if(I===clearTimeout)return clearTimeout(t);if((I===ie||!I)&&clearTimeout)return I=clearTimeout,clearTimeout(t);try{return I(t)}catch(e){try{return I.call(null,t)}catch(r){return I.call(this,t)}}}var E=[],P=!1,B,j=-1;function Er(){!P||!B||(P=!1,B.length?E=B.concat(E):j=-1,E.length&&Ce())}function Ce(){if(!P){var t=Fe(Er);P=!0;for(var e=E.length;e;){for(B=E,E=[];++j<e;)B&&B[j].run();j=-1,e=E.length}B=null,P=!1,Lr(t)}}x.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];E.push(new Be(t,e)),E.length===1&&!P&&Fe(Ce)};function Be(t,e){this.fun=t,this.array=e}Be.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function N(){}x.on=N;x.addListener=N;x.once=N;x.off=N;x.removeListener=N;x.removeAllListeners=N;x.emit=N;x.prependListener=N;x.prependOnceListener=N;x.listeners=function(t){return[]};x.binding=function(t){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(t){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var m,h,Gt,c=Je(()=>{m=fe(Ne()),h=fe(De()),Gt=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Bt={};Ze(Bt,{ALL_SHARDS_SHARD_ID:()=>bt,AVERAGE_TX_DURATION_MS:()=>xn,BATCH_TRANSACTIONS_ID_SEPARATOR:()=>Ft,CANCELLED:()=>Fr,CANCEL_ACTION_NAME:()=>St,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION:()=>Tn,CANCEL_TRANSACTION_TOAST_ID:()=>st,CHROME_EXTENSION_LINK:()=>Wr,CHROME_METAMASK_EXTENSION_LINK:()=>Hr,CROSS_SHARD_ROUNDS:()=>wn,DAPP_INIT_ROUTE:()=>vt,DECIMALS:()=>mt,DEFAULT_TRANSACTION_STATUS_MESSAGE:()=>Or,DEVNET_CHAIN_ID:()=>oe,DEVNET_EGLD_LABEL:()=>$r,DIGITS:()=>ht,DataTestIdsEnum:()=>Oe,ELLIPSIS:()=>Nt,EMPTY_PPU:()=>at,ERROR_SIGNING:()=>Nr,ERROR_SIGNING_TX:()=>Br,EXTRA_GAS_LIMIT_GUARDED_TX:()=>gt,FIREFOX_ADDON_LINK:()=>Gr,FIREFOX_METAMASK_ADDON_LINK:()=>Vr,GAS_LIMIT:()=>dt,GAS_PER_DATA_BYTE:()=>ut,GAS_PRICE:()=>ft,GAS_PRICE_MODIFIER:()=>pt,GuardianActionsEnum:()=>Pe,LEDGER_CONTRACT_DATA_ENABLED_VALUE:()=>xt,LEDGER_HASH_SIGN_MINIMUM_VERSION:()=>zr,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION:()=>qr,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION:()=>jr,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION:()=>Yr,LEDGER_WITH_USERNAMES_MINIMUM_VERSION:()=>Kr,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION:()=>Xr,LOGIN_ACTION_NAME:()=>Rt,LOGOUT_ACTION_NAME:()=>_t,MAINNET_CHAIN_ID:()=>se,MAINNET_EGLD_LABEL:()=>rt,METACHAIN_SHARD_ID:()=>wt,MISSING_PROVIDER_MESSAGE:()=>Dr,MULTIVERSX_ORIGIN:()=>it,MULTI_TRANSFER_EGLD_TOKEN:()=>Ct,N_A:()=>Lt,PROVIDER_NOT_INITIALIZED:()=>Ur,REFUNDED_GAS:()=>It,SDK_DAPP_VERSION:()=>kt,SECOND_LOGIN_ATTEMPT_ERROR:()=>Pr,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS:()=>Mr,TESTNET_CHAIN_ID:()=>ae,TESTNET_EGLD_LABEL:()=>et,TIMEOUT:()=>ot,TRANSACTIONS_STATUS_DROP_INTERVAL_MS:()=>vn,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS:()=>bn,TRANSACTION_CANCELLED:()=>Cr,VERSION:()=>yt,WALLET_PROVIDER_CALLBACK_PARAM:()=>w.WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED:()=>w.WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL:()=>w.WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET:()=>w.WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL:()=>w.WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET:()=>w.WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL:()=>w.WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET:()=>w.WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION:()=>Tt,ZERO:()=>Et,chainIdByEnvironment:()=>tt,chainIdToEnvironment:()=>nt,fallbackNetworkConfigurations:()=>X,isBrowserWithPopupConfirmation:()=>ct,isSafari:()=>He,ledgerErrorCodes:()=>Jr,mnemonicWords:()=>Zr,version:()=>At});module.exports=Qe(Bt);c();c();var Oe=(l=>(l.accessWalletBtn="accessWalletBtn",l.accessCrossWindowWalletBtn="accessCrossWindowWalletBtn",l.addressTableContainer="addressTableContainer",l.closeButton="closeButton",l.confirmAmount="confirmAmount",l.confirmBtn="confirmBtn",l.confirmData="confirmData",l.confirmFee="confirmFee",l.confirmReceiver="confirmReceiver",l.confirmScCall="confirmScCall",l.confirmScamReport="confirmScamReport",l.confirmUsdValue="confirmUsdValue",l.dappModal="dappModal",l.deleteToastButton="deleteToastButton",l.errorScreen="errorScreen",l.extensionLoginButton="extensionLoginButton",l.iframeLoginButton="iframeLoginButton",l.formatAmountComponent="formatAmountComponent",l.formatAmountDecimals="formatAmountDecimals",l.formatAmountInt="formatAmountInt",l.formatAmountSymbol="formatAmountSymbol",l.ledgerConfirmAddress="ledgerConfirmAddress",l.ledgerConnectBtn="ledgerConnectBtn",l.ledgerLoading="ledgerLoading",l.ledgerLoginButton="ledgerLoginButton",l.nextBtn="nextBtn",l.nftExplorerLink="nftExplorerLink",l.nftFormattedAmount="nftFormattedAmount",l.nftIdentifier="nftIdentifier",l.nftLabel="nftLabel",l.operaLoginButton="operaLoginButton",l.prevBtn="prevBtn",l.receiverLink="receiverLink",l.receiverShard="receiverShard",l.scIcon="scIcon",l.senderLink="senderLink",l.senderShard="senderShard",l.shardFromLink="shardFromLink",l.shardToLink="shardToLink",l.signBtn="signBtn",l.signStepTitle="signStepTitle",l.title="title",l.tokenExplorerLink="tokenExplorerLink",l.tokenFormattedAmount="tokenFormattedAmount",l.transactionAction="transactionAction",l.transactionAge="transactionAge",l.transactionDataDecode="transactionDataDecode",l.transactionDetailsToastBody="transactionDetailsToastBody",l.transactionHash="transactionHash",l.transactionInfoFee="transactionInfoFee",l.transactionInfoValue="transactionInfoValue",l.transactionLink="transactionLink",l.transactionMethod="transactionMethod",l.transactionReceiver="transactionReceiver",l.transactionSender="transactionSender",l.transactionTo="transactionTo",l.transactionToAccount="transactionToAccount",l.transactionToContract="transactionToContract",l.transactionToExplorerLink="transactionToExplorerLink",l.transactionToShard="transactionToShard",l.transactionToastContent="transactionToastContent",l.transactionToastTitle="transactionToastTitle",l.transactionValue="transactionValue",l.transactionValueIcon="transactionValueIcon",l.transactionsTable="transactionsTable",l["trim-text-component"]="trim-text-component",l.xAliasLoginButton="xAliasLoginButton",l))(Oe||{});c();var Nr="error when signing",Fr="cancelled",Cr="Transaction canceled",Br="error signing transaction",Ur="provider not initialized",Dr="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Or="Undefined transaction status",Pr="Action not allowed. User is logged in. Call logout() first",Mr="You cannot sign transactions from a different account";c();var Gr="https://addons.mozilla.org/en-US/firefox/addon/multiversx-defi-wallet",Wr="https://chrome.google.com/webstore/detail/multiversx-defi-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm",Vr="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask",Hr="https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";c();var Pe=(n=>(n.SetGuardian="SetGuardian",n.GuardAccount="GuardAccount",n.UnGuardAccount="UnGuardAccount",n))(Pe||{});c();var qr="1.0.8",zr="1.0.11",jr="1.0.15",Xr="1.0.17",Yr="1.0.22",Kr="1.0.23";c();var Jr={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."}};c();var Zr=["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse","access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act","action","actor","actress","actual","adapt","add","addict","address","adjust","admit","adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent","agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert","alien","all","alley","allow","almost","alone","alpha","already","also","alter","always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger","angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique","anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic","area","arena","argue","arm","armed","armor","army","around","arrange","arrest","arrive","arrow","art","artefact","artist","artwork","ask","aspect","assault","asset","assist","assume","asthma","athlete","atom","attack","attend","attitude","attract","auction","audit","august","aunt","author","auto","autumn","average","avocado","avoid","awake","aware","away","awesome","awful","awkward","axis","baby","bachelor","bacon","badge","bag","balance","balcony","ball","bamboo","banana","banner","bar","barely","bargain","barrel","base","basic","basket","battle","beach","bean","beauty","because","become","beef","before","begin","behave","behind","believe","below","belt","bench","benefit","best","betray","better","between","beyond","bicycle","bid","bike","bind","biology","bird","birth","bitter","black","blade","blame","blanket","blast","bleak","bless","blind","blood","blossom","blouse","blue","blur","blush","board","boat","body","boil","bomb","bone","bonus","book","boost","border","boring","borrow","boss","bottom","bounce","box","boy","bracket","brain","brand","brass","brave","bread","breeze","brick","bridge","brief","bright","bring","brisk","broccoli","broken","bronze","broom","brother","brown","brush","bubble","buddy","budget","buffalo","build","bulb","bulk","bullet","bundle","bunker","burden","burger","burst","bus","business","busy","butter","buyer","buzz","cabbage","cabin","cable","cactus","cage","cake","call","calm","camera","camp","can","canal","cancel","candy","cannon","canoe","canvas","canyon","capable","capital","captain","car","carbon","card","cargo","carpet","carry","cart","case","cash","casino","castle","casual","cat","catalog","catch","category","cattle","caught","cause","caution","cave","ceiling","celery","cement","census","century","cereal","certain","chair","chalk","champion","change","chaos","chapter","charge","chase","chat","cheap","check","cheese","chef","cherry","chest","chicken","chief","child","chimney","choice","choose","chronic","chuckle","chunk","churn","cigar","cinnamon","circle","citizen","city","civil","claim","clap","clarify","claw","clay","clean","clerk","clever","click","client","cliff","climb","clinic","clip","clock","clog","close","cloth","cloud","clown","club","clump","cluster","clutch","coach","coast","coconut","code","coffee","coil","coin","collect","color","column","combine","come","comfort","comic","common","company","concert","conduct","confirm","congress","connect","consider","control","convince","cook","cool","copper","copy","coral","core","corn","correct","cost","cotton","couch","country","couple","course","cousin","cover","coyote","crack","cradle","craft","cram","crane","crash","crater","crawl","crazy","cream","credit","creek","crew","cricket","crime","crisp","critic","crop","cross","crouch","crowd","crucial","cruel","cruise","crumble","crunch","crush","cry","crystal","cube","culture","cup","cupboard","curious","current","curtain","curve","cushion","custom","cute","cycle","dad","damage","damp","dance","danger","daring","dash","daughter","dawn","day","deal","debate","debris","decade","december","decide","decline","decorate","decrease","deer","defense","define","defy","degree","delay","deliver","demand","demise","denial","dentist","deny","depart","depend","deposit","depth","deputy","derive","describe","desert","design","desk","despair","destroy","detail","detect","develop","device","devote","diagram","dial","diamond","diary","dice","diesel","diet","differ","digital","dignity","dilemma","dinner","dinosaur","direct","dirt","disagree","discover","disease","dish","dismiss","disorder","display","distance","divert","divide","divorce","dizzy","doctor","document","dog","doll","dolphin","domain","donate","donkey","donor","door","dose","double","dove","draft","dragon","drama","drastic","draw","dream","dress","drift","drill","drink","drip","drive","drop","drum","dry","duck","dumb","dune","during","dust","dutch","duty","dwarf","dynamic","eager","eagle","early","earn","earth","easily","east","easy","echo","ecology","economy","edge","edit","educate","effort","egg","eight","either","elbow","elder","electric","elegant","element","elephant","elevator","elite","else","embark","embody","embrace","emerge","emotion","employ","empower","empty","enable","enact","end","endless","endorse","enemy","energy","enforce","engage","engine","enhance","enjoy","enlist","enough","enrich","enroll","ensure","enter","entire","entry","envelope","episode","equal","equip","era","erase","erode","erosion","error","erupt","escape","essay","essence","estate","eternal","ethics","evidence","evil","evoke","evolve","exact","example","excess","exchange","excite","exclude","excuse","execute","exercise","exhaust","exhibit","exile","exist","exit","exotic","expand","expect","expire","explain","expose","express","extend","extra","eye","eyebrow","fabric","face","faculty","fade","faint","faith","fall","false","fame","family","famous","fan","fancy","fantasy","farm","fashion","fat","fatal","father","fatigue","fault","favorite","feature","february","federal","fee","feed","feel","female","fence","festival","fetch","fever","few","fiber","fiction","field","figure","file","film","filter","final","find","fine","finger","finish","fire","firm","first","fiscal","fish","fit","fitness","fix","flag","flame","flash","flat","flavor","flee","flight","flip","float","flock","floor","flower","fluid","flush","fly","foam","focus","fog","foil","fold","follow","food","foot","force","forest","forget","fork","fortune","forum","forward","fossil","foster","found","fox","fragile","frame","frequent","fresh","friend","fringe","frog","front","frost","frown","frozen","fruit","fuel","fun","funny","furnace","fury","future","gadget","gain","galaxy","gallery","game","gap","garage","garbage","garden","garlic","garment","gas","gasp","gate","gather","gauge","gaze","general","genius","genre","gentle","genuine","gesture","ghost","giant","gift","giggle","ginger","giraffe","girl","give","glad","glance","glare","glass","glide","glimpse","globe","gloom","glory","glove","glow","glue","goat","goddess","gold","good","goose","gorilla","gospel","gossip","govern","gown","grab","grace","grain","grant","grape","grass","gravity","great","green","grid","grief","grit","grocery","group","grow","grunt","guard","guess","guide","guilt","guitar","gun","gym","habit","hair","half","hammer","hamster","hand","happy","harbor","hard","harsh","harvest","hat","have","hawk","hazard","head","health","heart","heavy","hedgehog","height","hello","helmet","help","hen","hero","hidden","high","hill","hint","hip","hire","history","hobby","hockey","hold","hole","holiday","hollow","home","honey","hood","hope","horn","horror","horse","hospital","host","hotel","hour","hover","hub","huge","human","humble","humor","hundred","hungry","hunt","hurdle","hurry","hurt","husband","hybrid","ice","icon","idea","identify","idle","ignore","ill","illegal","illness","image","imitate","immense","immune","impact","impose","improve","impulse","inch","include","income","increase","index","indicate","indoor","industry","infant","inflict","inform","inhale","inherit","initial","inject","injury","inmate","inner","innocent","input","inquiry","insane","insect","inside","inspire","install","intact","interest","into","invest","invite","involve","iron","island","isolate","issue","item","ivory","jacket","jaguar","jar","jazz","jealous","jeans","jelly","jewel","job","join","joke","journey","joy","judge","juice","jump","jungle","junior","junk","just","kangaroo","keen","keep","ketchup","key","kick","kid","kidney","kind","kingdom","kiss","kit","kitchen","kite","kitten","kiwi","knee","knife","knock","know","lab","label","labor","ladder","lady","lake","lamp","language","laptop","large","later","latin","laugh","laundry","lava","law","lawn","lawsuit","layer","lazy","leader","leaf","learn","leave","lecture","left","leg","legal","legend","leisure","lemon","lend","length","lens","leopard","lesson","letter","level","liar","liberty","library","license","life","lift","light","like","limb","limit","link","lion","liquid","list","little","live","lizard","load","loan","lobster","local","lock","logic","lonely","long","loop","lottery","loud","lounge","love","loyal","lucky","luggage","lumber","lunar","lunch","luxury","lyrics","machine","mad","magic","magnet","maid","mail","main","major","make","mammal","man","manage","mandate","mango","mansion","manual","maple","marble","march","margin","marine","market","marriage","mask","mass","master","match","material","math","matrix","matter","maximum","maze","meadow","mean","measure","meat","mechanic","medal","media","melody","melt","member","memory","mention","menu","mercy","merge","merit","merry","mesh","message","metal","method","middle","midnight","milk","million","mimic","mind","minimum","minor","minute","miracle","mirror","misery","miss","mistake","mix","mixed","mixture","mobile","model","modify","mom","moment","monitor","monkey","monster","month","moon","moral","more","morning","mosquito","mother","motion","motor","mountain","mouse","move","movie","much","muffin","mule","multiply","muscle","museum","mushroom","music","must","mutual","myself","mystery","myth","naive","name","napkin","narrow","nasty","nation","nature","near","neck","need","negative","neglect","neither","nephew","nerve","nest","net","network","neutral","never","news","next","nice","night","noble","noise","nominee","noodle","normal","north","nose","notable","note","nothing","notice","novel","now","nuclear","number","nurse","nut","oak","obey","object","oblige","obscure","observe","obtain","obvious","occur","ocean","october","odor","off","offer","office","often","oil","okay","old","olive","olympic","omit","once","one","onion","online","only","open","opera","opinion","oppose","option","orange","orbit","orchard","order","ordinary","organ","orient","original","orphan","ostrich","other","outdoor","outer","output","outside","oval","oven","over","own","owner","oxygen","oyster","ozone","pact","paddle","page","pair","palace","palm","panda","panel","panic","panther","paper","parade","parent","park","parrot","party","pass","patch","path","patient","patrol","pattern","pause","pave","payment","peace","peanut","pear","peasant","pelican","pen","penalty","pencil","people","pepper","perfect","permit","person","pet","phone","photo","phrase","physical","piano","picnic","picture","piece","pig","pigeon","pill","pilot","pink","pioneer","pipe","pistol","pitch","pizza","place","planet","plastic","plate","play","please","pledge","pluck","plug","plunge","poem","poet","point","polar","pole","police","pond","pony","pool","popular","portion","position","possible","post","potato","pottery","poverty","powder","power","practice","praise","predict","prefer","prepare","present","pretty","prevent","price","pride","primary","print","priority","prison","private","prize","problem","process","produce","profit","program","project","promote","proof","property","prosper","protect","proud","provide","public","pudding","pull","pulp","pulse","pumpkin","punch","pupil","puppy","purchase","purity","purpose","purse","push","put","puzzle","pyramid","quality","quantum","quarter","question","quick","quit","quiz","quote","rabbit","raccoon","race","rack","radar","radio","rail","rain","raise","rally","ramp","ranch","random","range","rapid","rare","rate","rather","raven","raw","razor","ready","real","reason","rebel","rebuild","recall","receive","recipe","record","recycle","reduce","reflect","reform","refuse","region","regret","regular","reject","relax","release","relief","rely","remain","remember","remind","remove","render","renew","rent","reopen","repair","repeat","replace","report","require","rescue","resemble","resist","resource","response","result","retire","retreat","return","reunion","reveal","review","reward","rhythm","rib","ribbon","rice","rich","ride","ridge","rifle","right","rigid","ring","riot","ripple","risk","ritual","rival","river","road","roast","robot","robust","rocket","romance","roof","rookie","room","rose","rotate","rough","round","route","royal","rubber","rude","rug","rule","run","runway","rural","sad","saddle","sadness","safe","sail","salad","salmon","salon","salt","salute","same","sample","sand","satisfy","satoshi","sauce","sausage","save","say","scale","scan","scare","scatter","scene","scheme","school","science","scissors","scorpion","scout","scrap","screen","script","scrub","sea","search","season","seat","second","secret","section","security","seed","seek","segment","select","sell","seminar","senior","sense","sentence","series","service","session","settle","setup","seven","shadow","shaft","shallow","share","shed","shell","sheriff","shield","shift","shine","ship","shiver","shock","shoe","shoot","shop","short","shoulder","shove","shrimp","shrug","shuffle","shy","sibling","sick","side","siege","sight","sign","silent","silk","silly","silver","similar","simple","since","sing","siren","sister","situate","six","size","skate","sketch","ski","skill","skin","skirt","skull","slab","slam","sleep","slender","slice","slide","slight","slim","slogan","slot","slow","slush","small","smart","smile","smoke","smooth","snack","snake","snap","sniff","snow","soap","soccer","social","sock","soda","soft","solar","soldier","solid","solution","solve","someone","song","soon","sorry","sort","soul","sound","soup","source","south","space","spare","spatial","spawn","speak","special","speed","spell","spend","sphere","spice","spider","spike","spin","spirit","split","spoil","sponsor","spoon","sport","spot","spray","spread","spring","spy","square","squeeze","squirrel","stable","stadium","staff","stage","stairs","stamp","stand","start","state","stay","steak","steel","stem","step","stereo","stick","still","sting","stock","stomach","stone","stool","story","stove","strategy","street","strike","strong","struggle","student","stuff","stumble","style","subject","submit","subway","success","such","sudden","suffer","sugar","suggest","suit","summer","sun","sunny","sunset","super","supply","supreme","sure","surface","surge","surprise","surround","survey","suspect","sustain","swallow","swamp","swap","swarm","swear","sweet","swift","swim","swing","switch","sword","symbol","symptom","syrup","system","table","tackle","tag","tail","talent","talk","tank","tape","target","task","taste","tattoo","taxi","teach","team","tell","ten","tenant","tennis","tent","term","test","text","thank","that","theme","then","theory","there","they","thing","this","thought","three","thrive","throw","thumb","thunder","ticket","tide","tiger","tilt","timber","time","tiny","tip","tired","tissue","title","toast","tobacco","today","toddler","toe","together","toilet","token","tomato","tomorrow","tone","tongue","tonight","tool","tooth","top","topic","topple","torch","tornado","tortoise","toss","total","tourist","toward","tower","town","toy","track","trade","traffic","tragic","train","transfer","trap","trash","travel","tray","treat","tree","trend","trial","tribe","trick","trigger","trim","trip","trophy","trouble","truck","true","truly","trumpet","trust","truth","try","tube","tuition","tumble","tuna","tunnel","turkey","turn","turtle","twelve","twenty","twice","twin","twist","two","type","typical","ugly","umbrella","unable","unaware","uncle","uncover","under","undo","unfair","unfold","unhappy","uniform","unique","unit","universe","unknown","unlock","until","unusual","unveil","update","upgrade","uphold","upon","upper","upset","urban","urge","usage","use","used","useful","useless","usual","utility","vacant","vacuum","vague","valid","valley","valve","van","vanish","vapor","various","vast","vault","vehicle","velvet","vendor","venture","venue","verb","verify","version","very","vessel","veteran","viable","vibrant","vicious","victory","video","view","village","vintage","violin","virtual","virus","visa","visit","visual","vital","vivid","vocal","voice","void","volcano","volume","vote","voyage","wage","wagon","wait","walk","wall","walnut","want","warfare","warm","warrior","wash","wasp","waste","water","wave","way","wealth","weapon","wear","weasel","weather","web","wedding","weekend","weird","welcome","west","wet","whale","what","wheat","wheel","when","where","whip","whisper","wide","width","wife","wild","will","win","window","wine","wing","wink","winner","winter","wire","wisdom","wise","wish","witness","wolf","woman","wonder","wood","wool","word","work","world","worry","worth","wrap","wreck","wrestle","wrist","write","wrong","yard","year","yellow","you","young","youth","zebra","zero","zone","zoo"];c();c();c();c();c();c();c();var Qr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Me=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Me||{}),Qt=W(W({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),$t=W(W({},M.WindowProviderResponseEnums),Ge);c();c();c();c();c();c();var X={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:oe,egldLabel:$r}=X["devnet"],{chainId:ae,egldLabel:et}=X["testnet"],{chainId:se,egldLabel:rt}=X["mainnet"];var tt={["devnet"]:oe,["testnet"]:ae,["mainnet"]:se},nt={[oe]:"devnet",[ae]:"testnet",[se]:"mainnet"},it="multiversx://",ot=3e3,at=0;c();var st="cancel-transaction-toast",xn=6e3,wn=5,bn=9e4,vn=6e5,Tn=2e4;c();var w=require("@multiversx/sdk-web-wallet-provider");c();c();var le=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var We,Ve,ce=String((Ve=(We=le.safeWindow)==null?void 0:We.navigator)==null?void 0:Ve.userAgent),He=/^((?!chrome|android).)*safari/i.test(ce),lt=/firefox/i.test(ce)&&/windows/i.test(ce),ct=He||lt;var pt=.01,ut=1500,dt=5e4,gt=5e4,ft=1e9,mt=18,ht=4,yt=1,xt=1,wt=4294967295,bt=4294967280,vt="/dapp/init",Tt="signSession",kt="sdk-dapp-version",At="4.3.3",_t="logout",Rt="login",St="cancelSignTx",It="refundedGas",Lt="N/A",Et="0",Nt="...",Ft="-",Ct="EGLD-000000";0&&(module.exports={ALL_SHARDS_SHARD_ID,AVERAGE_TX_DURATION_MS,BATCH_TRANSACTIONS_ID_SEPARATOR,CANCELLED,CANCEL_ACTION_NAME,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION,CANCEL_TRANSACTION_TOAST_ID,CHROME_EXTENSION_LINK,CHROME_METAMASK_EXTENSION_LINK,CROSS_SHARD_ROUNDS,DAPP_INIT_ROUTE,DECIMALS,DEFAULT_TRANSACTION_STATUS_MESSAGE,DEVNET_CHAIN_ID,DEVNET_EGLD_LABEL,DIGITS,DataTestIdsEnum,ELLIPSIS,EMPTY_PPU,ERROR_SIGNING,ERROR_SIGNING_TX,EXTRA_GAS_LIMIT_GUARDED_TX,FIREFOX_ADDON_LINK,FIREFOX_METAMASK_ADDON_LINK,GAS_LIMIT,GAS_PER_DATA_BYTE,GAS_PRICE,GAS_PRICE_MODIFIER,GuardianActionsEnum,LEDGER_CONTRACT_DATA_ENABLED_VALUE,LEDGER_HASH_SIGN_MINIMUM_VERSION,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION,LEDGER_WITH_USERNAMES_MINIMUM_VERSION,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION,LOGIN_ACTION_NAME,LOGOUT_ACTION_NAME,MAINNET_CHAIN_ID,MAINNET_EGLD_LABEL,METACHAIN_SHARD_ID,MISSING_PROVIDER_MESSAGE,MULTIVERSX_ORIGIN,MULTI_TRANSFER_EGLD_TOKEN,N_A,PROVIDER_NOT_INITIALIZED,REFUNDED_GAS,SDK_DAPP_VERSION,SECOND_LOGIN_ATTEMPT_ERROR,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS,TESTNET_CHAIN_ID,TESTNET_EGLD_LABEL,TIMEOUT,TRANSACTIONS_STATUS_DROP_INTERVAL_MS,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS,TRANSACTION_CANCELLED,VERSION,WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION,ZERO,chainIdByEnvironment,chainIdToEnvironment,fallbackNetworkConfigurations,isBrowserWithPopupConfirmation,isSafari,ledgerErrorCodes,mnemonicWords,version});
|
|
1
|
+
"use strict";var ze=Object.create;var G=Object.defineProperty;var je=Object.getOwnPropertyDescriptor;var Xe=Object.getOwnPropertyNames,pe=Object.getOwnPropertySymbols,Ye=Object.getPrototypeOf,de=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable;var ue=(t,e,r)=>e in t?G(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,W=(t,e)=>{for(var r in e||(e={}))de.call(e,r)&&ue(t,r,e[r]);if(pe)for(var r of pe(e))Ke.call(e,r)&&ue(t,r,e[r]);return t};var Je=(t,e)=>()=>(t&&(e=t(t=0)),e);var V=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ze=(t,e)=>{for(var r in e)G(t,r,{get:e[r],enumerable:!0})},ge=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xe(e))!de.call(t,i)&&i!==r&&G(t,i,{get:()=>e[i],enumerable:!(n=je(e,i))||n.enumerable});return t};var fe=(t,e,r)=>(r=t!=null?ze(Ye(t)):{},ge(e||!t||!t.__esModule?G(r,"default",{value:t,enumerable:!0}):r,t)),Qe=t=>ge(G({},"__esModule",{value:!0}),t);var ye=V(H=>{"use strict";c();H.byteLength=er;H.toByteArray=tr;H.fromByteArray=or;var _=[],k=[],$e=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,me=Y.length;F<me;++F)_[F]=Y[F],k[Y.charCodeAt(F)]=F;var F,me;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function he(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function er(t){var e=he(t),r=e[0],n=e[1];return(r+n)*3/4-n}function rr(t,e,r){return(e+r)*3/4-r}function tr(t){var e,r=he(t),n=r[0],i=r[1],o=new $e(rr(t,n,i)),a=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)e=k[t.charCodeAt(u)]<<18|k[t.charCodeAt(u+1)]<<12|k[t.charCodeAt(u+2)]<<6|k[t.charCodeAt(u+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=k[t.charCodeAt(u)]<<2|k[t.charCodeAt(u+1)]>>4,o[a++]=e&255),i===1&&(e=k[t.charCodeAt(u)]<<10|k[t.charCodeAt(u+1)]<<4|k[t.charCodeAt(u+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function nr(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function ir(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(nr(n));return i.join("")}function or(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,p=r-n;a<p;a+=o)i.push(ir(t,a,a+o>p?p:a+o));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var xe=V(K=>{c();K.read=function(t,e,r,n,i){var o,a,p=i*8-n-1,u=(1<<p)-1,g=u>>1,f=-7,d=r?i-1:0,A=r?-1:1,T=t[e+d];for(d+=A,o=T&(1<<-f)-1,T>>=-f,f+=p;f>0;o=o*256+t[e+d],d+=A,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+t[e+d],d+=A,f-=8);if(o===0)o=1-g;else{if(o===u)return a?NaN:(T?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-g}return(T?-1:1)*a*Math.pow(2,o-n)};K.write=function(t,e,r,n,i,o){var a,p,u,g=o*8-i-1,f=(1<<g)-1,d=f>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:o-1,U=n?1:-1,qe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(p=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+d>=1?e+=A/u:e+=A*Math.pow(2,1-d),e*u>=2&&(a++,u/=2),a+d>=f?(p=0,a=f):a+d>=1?(p=(e*u-1)*Math.pow(2,i),a=a+d):(p=e*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;t[r+T]=p&255,T+=U,p/=256,i-=8);for(a=a<<i|p,g+=i;g>0;t[r+T]=a&255,T+=U,a/=256,g-=8);t[r+T-U]|=qe*128}});var Ne=V(O=>{"use strict";c();var J=ye(),D=xe(),we=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=s;O.SlowBuffer=ur;O.INSPECT_MAX_BYTES=50;var q=2147483647;O.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=ar();!s.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 ar(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function L(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return Te(t,e,r)}s.poolSize=8192;function Te(t,e,r){if(typeof t=="string")return lr(t,e);if(ArrayBuffer.isView(t))return cr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(R(t,ArrayBuffer)||t&&R(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(R(t,SharedArrayBuffer)||t&&R(t.buffer,SharedArrayBuffer)))return Q(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=pr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return Te(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function ke(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function sr(t,e,r){return ke(t),t<=0?L(t):e!==void 0?typeof r=="string"?L(t).fill(e,r):L(t).fill(e):L(t)}s.alloc=function(t,e,r){return sr(t,e,r)};function ee(t){return ke(t),L(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function lr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ae(t,e)|0,n=L(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function Z(t){for(var e=t.length<0?0:re(t.length)|0,r=L(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function cr(t){if(R(t,Uint8Array)){var e=new Uint8Array(t);return Q(e.buffer,e.byteOffset,e.byteLength)}return Z(t)}function Q(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function pr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=L(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?L(0):Z(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Z(t.data)}function re(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function ur(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(R(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),R(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).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}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(R(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Ae(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||R(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return $(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ee(t).length;default:if(i)return n?-1:$(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Ae;function dr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Tr(this,e,r);case"utf8":case"utf-8":return Re(this,e,r);case"ascii":return br(this,e,r);case"latin1":case"binary":return vr(this,e,r);case"base64":return xr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)C(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)C(this,r,r+3),C(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)C(this,r,r+7),C(this,r+1,r+6),C(this,r+2,r+5),C(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Re(this,0,e):dr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=O.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};we&&(s.prototype[we]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(R(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,p=n-r,u=Math.min(a,p),g=this.slice(i,o),f=e.slice(r,n),d=0;d<u;++d)if(g[d]!==f[d]){a=g[d],p=f[d];break}return a<p?-1:p<a?1:0};function _e(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:be(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):be(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function be(t,e,r,n,i){var o=1,a=t.length,p=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,p/=2,r/=2}function u(T,U){return o===1?T[U]:T.readUInt16BE(U*o)}var g;if(i){var f=-1;for(g=r;g<a;g++)if(u(t,g)===u(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===p)return f*o}else f!==-1&&(g-=g-f),f=-1}else for(r+p>a&&(r=a-p),g=r;g>=0;g--){for(var d=!0,A=0;A<p;A++)if(u(t,g+A)!==u(e,A)){d=!1;break}if(d)return g}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return _e(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return _e(this,e,r,n,!1)};function gr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var p=parseInt(e.substr(a*2,2),16);if(te(p))return a;t[r+a]=p}return a}function fr(t,e,r,n){return z($(e,t.length-r),t,r,n)}function mr(t,e,r,n){return z(Rr(e),t,r,n)}function hr(t,e,r,n){return z(Ee(e),t,r,n)}function yr(t,e,r,n){return z(Sr(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return gr(this,e,r,n);case"utf8":case"utf-8":return fr(this,e,r,n);case"ascii":case"latin1":case"binary":return mr(this,e,r,n);case"base64":return hr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yr(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function xr(t,e,r){return e===0&&r===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(e,r))}function Re(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=r){var u,g,f,d;switch(p){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(d=(o&31)<<6|u&63,d>127&&(a=d));break;case 3:u=t[i+1],g=t[i+2],(u&192)===128&&(g&192)===128&&(d=(o&15)<<12|(u&63)<<6|g&63,d>2047&&(d<55296||d>57343)&&(a=d));break;case 4:u=t[i+1],g=t[i+2],f=t[i+3],(u&192)===128&&(g&192)===128&&(f&192)===128&&(d=(o&15)<<18|(u&63)<<12|(g&63)<<6|f&63,d>65535&&d<1114112&&(a=d))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return wr(n)}var ve=4096;function wr(t){var e=t.length;if(e<=ve)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ve));return r}function br(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function vr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Tr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=Ir[t[o]];return i}function kr(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function b(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||b(e,4,this.length),D.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||b(e,4,this.length),D.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!1,52,8)};function v(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;v(this,e,r,n,o,0)}var a=1,p=0;for(this[r]=e&255;++p<n&&(a*=256);)this[r+p]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;v(this,e,r,n,o,0)}var a=n-1,p=1;for(this[r+a]=e&255;--a>=0&&(p*=256);)this[r+a]=e/p&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);v(this,e,r,n,o-1,-o)}var a=0,p=1,u=0;for(this[r]=e&255;++a<n&&(p*=256);)e<0&&u===0&&this[r+a-1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);v(this,e,r,n,o-1,-o)}var a=n-1,p=1,u=0;for(this[r+a]=e&255;--a>=0&&(p*=256);)e<0&&u===0&&this[r+a+1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||v(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Se(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Ie(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,4,34028234663852886e22,-34028234663852886e22),D.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Ie(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Ie(this,e,r,!1,n)};function Le(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,8,17976931348623157e292,-17976931348623157e292),D.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Le(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Le(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var p=s.isBuffer(e)?e:s.from(e,i),u=p.length;if(u===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=p[a%u]}return this};var Ar=/[^+/0-9A-Za-z-_]/g;function _r(t){if(t=t.split("=")[0],t=t.trim().replace(Ar,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function $(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Rr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Sr(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function Ee(t){return J.toByteArray(_r(t))}function z(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function R(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Ir=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var De=V((Mt,Ue)=>{c();var x=Ue.exports={},S,I;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=ne}catch(t){S=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Fe(t){if(S===setTimeout)return setTimeout(t,0);if((S===ne||!S)&&setTimeout)return S=setTimeout,setTimeout(t,0);try{return S(t,0)}catch(e){try{return S.call(null,t,0)}catch(r){return S.call(this,t,0)}}}function Lr(t){if(I===clearTimeout)return clearTimeout(t);if((I===ie||!I)&&clearTimeout)return I=clearTimeout,clearTimeout(t);try{return I(t)}catch(e){try{return I.call(null,t)}catch(r){return I.call(this,t)}}}var E=[],P=!1,B,j=-1;function Er(){!P||!B||(P=!1,B.length?E=B.concat(E):j=-1,E.length&&Ce())}function Ce(){if(!P){var t=Fe(Er);P=!0;for(var e=E.length;e;){for(B=E,E=[];++j<e;)B&&B[j].run();j=-1,e=E.length}B=null,P=!1,Lr(t)}}x.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];E.push(new Be(t,e)),E.length===1&&!P&&Fe(Ce)};function Be(t,e){this.fun=t,this.array=e}Be.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function N(){}x.on=N;x.addListener=N;x.once=N;x.off=N;x.removeListener=N;x.removeAllListeners=N;x.emit=N;x.prependListener=N;x.prependOnceListener=N;x.listeners=function(t){return[]};x.binding=function(t){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(t){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var m,h,Gt,c=Je(()=>{m=fe(Ne()),h=fe(De()),Gt=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Bt={};Ze(Bt,{ALL_SHARDS_SHARD_ID:()=>bt,AVERAGE_TX_DURATION_MS:()=>xn,BATCH_TRANSACTIONS_ID_SEPARATOR:()=>Ft,CANCELLED:()=>Fr,CANCEL_ACTION_NAME:()=>St,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION:()=>Tn,CANCEL_TRANSACTION_TOAST_ID:()=>st,CHROME_EXTENSION_LINK:()=>Wr,CHROME_METAMASK_EXTENSION_LINK:()=>Hr,CROSS_SHARD_ROUNDS:()=>wn,DAPP_INIT_ROUTE:()=>vt,DECIMALS:()=>mt,DEFAULT_TRANSACTION_STATUS_MESSAGE:()=>Or,DEVNET_CHAIN_ID:()=>oe,DEVNET_EGLD_LABEL:()=>$r,DIGITS:()=>ht,DataTestIdsEnum:()=>Oe,ELLIPSIS:()=>Nt,EMPTY_PPU:()=>at,ERROR_SIGNING:()=>Nr,ERROR_SIGNING_TX:()=>Br,EXTRA_GAS_LIMIT_GUARDED_TX:()=>gt,FIREFOX_ADDON_LINK:()=>Gr,FIREFOX_METAMASK_ADDON_LINK:()=>Vr,GAS_LIMIT:()=>dt,GAS_PER_DATA_BYTE:()=>ut,GAS_PRICE:()=>ft,GAS_PRICE_MODIFIER:()=>pt,GuardianActionsEnum:()=>Pe,LEDGER_CONTRACT_DATA_ENABLED_VALUE:()=>xt,LEDGER_HASH_SIGN_MINIMUM_VERSION:()=>zr,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION:()=>qr,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION:()=>jr,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION:()=>Yr,LEDGER_WITH_USERNAMES_MINIMUM_VERSION:()=>Kr,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION:()=>Xr,LOGIN_ACTION_NAME:()=>Rt,LOGOUT_ACTION_NAME:()=>_t,MAINNET_CHAIN_ID:()=>se,MAINNET_EGLD_LABEL:()=>rt,METACHAIN_SHARD_ID:()=>wt,MISSING_PROVIDER_MESSAGE:()=>Dr,MULTIVERSX_ORIGIN:()=>it,MULTI_TRANSFER_EGLD_TOKEN:()=>Ct,N_A:()=>Lt,PROVIDER_NOT_INITIALIZED:()=>Ur,REFUNDED_GAS:()=>It,SDK_DAPP_VERSION:()=>kt,SECOND_LOGIN_ATTEMPT_ERROR:()=>Pr,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS:()=>Mr,TESTNET_CHAIN_ID:()=>ae,TESTNET_EGLD_LABEL:()=>et,TIMEOUT:()=>ot,TRANSACTIONS_STATUS_DROP_INTERVAL_MS:()=>vn,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS:()=>bn,TRANSACTION_CANCELLED:()=>Cr,VERSION:()=>yt,WALLET_PROVIDER_CALLBACK_PARAM:()=>w.WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED:()=>w.WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL:()=>w.WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET:()=>w.WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL:()=>w.WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET:()=>w.WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL:()=>w.WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET:()=>w.WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION:()=>Tt,ZERO:()=>Et,chainIdByEnvironment:()=>tt,chainIdToEnvironment:()=>nt,fallbackNetworkConfigurations:()=>X,isBrowserWithPopupConfirmation:()=>ct,isSafari:()=>He,ledgerErrorCodes:()=>Jr,mnemonicWords:()=>Zr,version:()=>At});module.exports=Qe(Bt);c();c();var Oe=(l=>(l.accessWalletBtn="accessWalletBtn",l.accessCrossWindowWalletBtn="accessCrossWindowWalletBtn",l.addressTableContainer="addressTableContainer",l.closeButton="closeButton",l.confirmAmount="confirmAmount",l.confirmBtn="confirmBtn",l.confirmData="confirmData",l.confirmFee="confirmFee",l.confirmReceiver="confirmReceiver",l.confirmScCall="confirmScCall",l.confirmScamReport="confirmScamReport",l.confirmUsdValue="confirmUsdValue",l.dappModal="dappModal",l.deleteToastButton="deleteToastButton",l.errorScreen="errorScreen",l.extensionLoginButton="extensionLoginButton",l.iframeLoginButton="iframeLoginButton",l.formatAmountComponent="formatAmountComponent",l.formatAmountDecimals="formatAmountDecimals",l.formatAmountInt="formatAmountInt",l.formatAmountSymbol="formatAmountSymbol",l.ledgerConfirmAddress="ledgerConfirmAddress",l.ledgerConnectBtn="ledgerConnectBtn",l.ledgerLoading="ledgerLoading",l.ledgerLoginButton="ledgerLoginButton",l.nextBtn="nextBtn",l.nftExplorerLink="nftExplorerLink",l.nftFormattedAmount="nftFormattedAmount",l.nftIdentifier="nftIdentifier",l.nftLabel="nftLabel",l.operaLoginButton="operaLoginButton",l.prevBtn="prevBtn",l.receiverLink="receiverLink",l.receiverShard="receiverShard",l.scIcon="scIcon",l.senderLink="senderLink",l.senderShard="senderShard",l.shardFromLink="shardFromLink",l.shardToLink="shardToLink",l.signBtn="signBtn",l.signStepTitle="signStepTitle",l.title="title",l.tokenExplorerLink="tokenExplorerLink",l.tokenFormattedAmount="tokenFormattedAmount",l.transactionAction="transactionAction",l.transactionAge="transactionAge",l.transactionDataDecode="transactionDataDecode",l.transactionDetailsToastBody="transactionDetailsToastBody",l.transactionHash="transactionHash",l.transactionInfoFee="transactionInfoFee",l.transactionInfoValue="transactionInfoValue",l.transactionLink="transactionLink",l.transactionMethod="transactionMethod",l.transactionReceiver="transactionReceiver",l.transactionSender="transactionSender",l.transactionTo="transactionTo",l.transactionToAccount="transactionToAccount",l.transactionToContract="transactionToContract",l.transactionToExplorerLink="transactionToExplorerLink",l.transactionToShard="transactionToShard",l.transactionToastContent="transactionToastContent",l.transactionToastTitle="transactionToastTitle",l.transactionValue="transactionValue",l.transactionValueIcon="transactionValueIcon",l.transactionsTable="transactionsTable",l["trim-text-component"]="trim-text-component",l.xAliasLoginButton="xAliasLoginButton",l))(Oe||{});c();var Nr="error when signing",Fr="cancelled",Cr="Transaction canceled",Br="error signing transaction",Ur="provider not initialized",Dr="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Or="Undefined transaction status",Pr="Action not allowed. User is logged in. Call logout() first",Mr="You cannot sign transactions from a different account";c();var Gr="https://addons.mozilla.org/en-US/firefox/addon/multiversx-defi-wallet",Wr="https://chrome.google.com/webstore/detail/multiversx-defi-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm",Vr="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask",Hr="https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";c();var Pe=(n=>(n.SetGuardian="SetGuardian",n.GuardAccount="GuardAccount",n.UnGuardAccount="UnGuardAccount",n))(Pe||{});c();var qr="1.0.8",zr="1.0.11",jr="1.0.15",Xr="1.0.17",Yr="1.0.22",Kr="1.0.23";c();var Jr={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."}};c();var Zr=["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse","access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act","action","actor","actress","actual","adapt","add","addict","address","adjust","admit","adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent","agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert","alien","all","alley","allow","almost","alone","alpha","already","also","alter","always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger","angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique","anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic","area","arena","argue","arm","armed","armor","army","around","arrange","arrest","arrive","arrow","art","artefact","artist","artwork","ask","aspect","assault","asset","assist","assume","asthma","athlete","atom","attack","attend","attitude","attract","auction","audit","august","aunt","author","auto","autumn","average","avocado","avoid","awake","aware","away","awesome","awful","awkward","axis","baby","bachelor","bacon","badge","bag","balance","balcony","ball","bamboo","banana","banner","bar","barely","bargain","barrel","base","basic","basket","battle","beach","bean","beauty","because","become","beef","before","begin","behave","behind","believe","below","belt","bench","benefit","best","betray","better","between","beyond","bicycle","bid","bike","bind","biology","bird","birth","bitter","black","blade","blame","blanket","blast","bleak","bless","blind","blood","blossom","blouse","blue","blur","blush","board","boat","body","boil","bomb","bone","bonus","book","boost","border","boring","borrow","boss","bottom","bounce","box","boy","bracket","brain","brand","brass","brave","bread","breeze","brick","bridge","brief","bright","bring","brisk","broccoli","broken","bronze","broom","brother","brown","brush","bubble","buddy","budget","buffalo","build","bulb","bulk","bullet","bundle","bunker","burden","burger","burst","bus","business","busy","butter","buyer","buzz","cabbage","cabin","cable","cactus","cage","cake","call","calm","camera","camp","can","canal","cancel","candy","cannon","canoe","canvas","canyon","capable","capital","captain","car","carbon","card","cargo","carpet","carry","cart","case","cash","casino","castle","casual","cat","catalog","catch","category","cattle","caught","cause","caution","cave","ceiling","celery","cement","census","century","cereal","certain","chair","chalk","champion","change","chaos","chapter","charge","chase","chat","cheap","check","cheese","chef","cherry","chest","chicken","chief","child","chimney","choice","choose","chronic","chuckle","chunk","churn","cigar","cinnamon","circle","citizen","city","civil","claim","clap","clarify","claw","clay","clean","clerk","clever","click","client","cliff","climb","clinic","clip","clock","clog","close","cloth","cloud","clown","club","clump","cluster","clutch","coach","coast","coconut","code","coffee","coil","coin","collect","color","column","combine","come","comfort","comic","common","company","concert","conduct","confirm","congress","connect","consider","control","convince","cook","cool","copper","copy","coral","core","corn","correct","cost","cotton","couch","country","couple","course","cousin","cover","coyote","crack","cradle","craft","cram","crane","crash","crater","crawl","crazy","cream","credit","creek","crew","cricket","crime","crisp","critic","crop","cross","crouch","crowd","crucial","cruel","cruise","crumble","crunch","crush","cry","crystal","cube","culture","cup","cupboard","curious","current","curtain","curve","cushion","custom","cute","cycle","dad","damage","damp","dance","danger","daring","dash","daughter","dawn","day","deal","debate","debris","decade","december","decide","decline","decorate","decrease","deer","defense","define","defy","degree","delay","deliver","demand","demise","denial","dentist","deny","depart","depend","deposit","depth","deputy","derive","describe","desert","design","desk","despair","destroy","detail","detect","develop","device","devote","diagram","dial","diamond","diary","dice","diesel","diet","differ","digital","dignity","dilemma","dinner","dinosaur","direct","dirt","disagree","discover","disease","dish","dismiss","disorder","display","distance","divert","divide","divorce","dizzy","doctor","document","dog","doll","dolphin","domain","donate","donkey","donor","door","dose","double","dove","draft","dragon","drama","drastic","draw","dream","dress","drift","drill","drink","drip","drive","drop","drum","dry","duck","dumb","dune","during","dust","dutch","duty","dwarf","dynamic","eager","eagle","early","earn","earth","easily","east","easy","echo","ecology","economy","edge","edit","educate","effort","egg","eight","either","elbow","elder","electric","elegant","element","elephant","elevator","elite","else","embark","embody","embrace","emerge","emotion","employ","empower","empty","enable","enact","end","endless","endorse","enemy","energy","enforce","engage","engine","enhance","enjoy","enlist","enough","enrich","enroll","ensure","enter","entire","entry","envelope","episode","equal","equip","era","erase","erode","erosion","error","erupt","escape","essay","essence","estate","eternal","ethics","evidence","evil","evoke","evolve","exact","example","excess","exchange","excite","exclude","excuse","execute","exercise","exhaust","exhibit","exile","exist","exit","exotic","expand","expect","expire","explain","expose","express","extend","extra","eye","eyebrow","fabric","face","faculty","fade","faint","faith","fall","false","fame","family","famous","fan","fancy","fantasy","farm","fashion","fat","fatal","father","fatigue","fault","favorite","feature","february","federal","fee","feed","feel","female","fence","festival","fetch","fever","few","fiber","fiction","field","figure","file","film","filter","final","find","fine","finger","finish","fire","firm","first","fiscal","fish","fit","fitness","fix","flag","flame","flash","flat","flavor","flee","flight","flip","float","flock","floor","flower","fluid","flush","fly","foam","focus","fog","foil","fold","follow","food","foot","force","forest","forget","fork","fortune","forum","forward","fossil","foster","found","fox","fragile","frame","frequent","fresh","friend","fringe","frog","front","frost","frown","frozen","fruit","fuel","fun","funny","furnace","fury","future","gadget","gain","galaxy","gallery","game","gap","garage","garbage","garden","garlic","garment","gas","gasp","gate","gather","gauge","gaze","general","genius","genre","gentle","genuine","gesture","ghost","giant","gift","giggle","ginger","giraffe","girl","give","glad","glance","glare","glass","glide","glimpse","globe","gloom","glory","glove","glow","glue","goat","goddess","gold","good","goose","gorilla","gospel","gossip","govern","gown","grab","grace","grain","grant","grape","grass","gravity","great","green","grid","grief","grit","grocery","group","grow","grunt","guard","guess","guide","guilt","guitar","gun","gym","habit","hair","half","hammer","hamster","hand","happy","harbor","hard","harsh","harvest","hat","have","hawk","hazard","head","health","heart","heavy","hedgehog","height","hello","helmet","help","hen","hero","hidden","high","hill","hint","hip","hire","history","hobby","hockey","hold","hole","holiday","hollow","home","honey","hood","hope","horn","horror","horse","hospital","host","hotel","hour","hover","hub","huge","human","humble","humor","hundred","hungry","hunt","hurdle","hurry","hurt","husband","hybrid","ice","icon","idea","identify","idle","ignore","ill","illegal","illness","image","imitate","immense","immune","impact","impose","improve","impulse","inch","include","income","increase","index","indicate","indoor","industry","infant","inflict","inform","inhale","inherit","initial","inject","injury","inmate","inner","innocent","input","inquiry","insane","insect","inside","inspire","install","intact","interest","into","invest","invite","involve","iron","island","isolate","issue","item","ivory","jacket","jaguar","jar","jazz","jealous","jeans","jelly","jewel","job","join","joke","journey","joy","judge","juice","jump","jungle","junior","junk","just","kangaroo","keen","keep","ketchup","key","kick","kid","kidney","kind","kingdom","kiss","kit","kitchen","kite","kitten","kiwi","knee","knife","knock","know","lab","label","labor","ladder","lady","lake","lamp","language","laptop","large","later","latin","laugh","laundry","lava","law","lawn","lawsuit","layer","lazy","leader","leaf","learn","leave","lecture","left","leg","legal","legend","leisure","lemon","lend","length","lens","leopard","lesson","letter","level","liar","liberty","library","license","life","lift","light","like","limb","limit","link","lion","liquid","list","little","live","lizard","load","loan","lobster","local","lock","logic","lonely","long","loop","lottery","loud","lounge","love","loyal","lucky","luggage","lumber","lunar","lunch","luxury","lyrics","machine","mad","magic","magnet","maid","mail","main","major","make","mammal","man","manage","mandate","mango","mansion","manual","maple","marble","march","margin","marine","market","marriage","mask","mass","master","match","material","math","matrix","matter","maximum","maze","meadow","mean","measure","meat","mechanic","medal","media","melody","melt","member","memory","mention","menu","mercy","merge","merit","merry","mesh","message","metal","method","middle","midnight","milk","million","mimic","mind","minimum","minor","minute","miracle","mirror","misery","miss","mistake","mix","mixed","mixture","mobile","model","modify","mom","moment","monitor","monkey","monster","month","moon","moral","more","morning","mosquito","mother","motion","motor","mountain","mouse","move","movie","much","muffin","mule","multiply","muscle","museum","mushroom","music","must","mutual","myself","mystery","myth","naive","name","napkin","narrow","nasty","nation","nature","near","neck","need","negative","neglect","neither","nephew","nerve","nest","net","network","neutral","never","news","next","nice","night","noble","noise","nominee","noodle","normal","north","nose","notable","note","nothing","notice","novel","now","nuclear","number","nurse","nut","oak","obey","object","oblige","obscure","observe","obtain","obvious","occur","ocean","october","odor","off","offer","office","often","oil","okay","old","olive","olympic","omit","once","one","onion","online","only","open","opera","opinion","oppose","option","orange","orbit","orchard","order","ordinary","organ","orient","original","orphan","ostrich","other","outdoor","outer","output","outside","oval","oven","over","own","owner","oxygen","oyster","ozone","pact","paddle","page","pair","palace","palm","panda","panel","panic","panther","paper","parade","parent","park","parrot","party","pass","patch","path","patient","patrol","pattern","pause","pave","payment","peace","peanut","pear","peasant","pelican","pen","penalty","pencil","people","pepper","perfect","permit","person","pet","phone","photo","phrase","physical","piano","picnic","picture","piece","pig","pigeon","pill","pilot","pink","pioneer","pipe","pistol","pitch","pizza","place","planet","plastic","plate","play","please","pledge","pluck","plug","plunge","poem","poet","point","polar","pole","police","pond","pony","pool","popular","portion","position","possible","post","potato","pottery","poverty","powder","power","practice","praise","predict","prefer","prepare","present","pretty","prevent","price","pride","primary","print","priority","prison","private","prize","problem","process","produce","profit","program","project","promote","proof","property","prosper","protect","proud","provide","public","pudding","pull","pulp","pulse","pumpkin","punch","pupil","puppy","purchase","purity","purpose","purse","push","put","puzzle","pyramid","quality","quantum","quarter","question","quick","quit","quiz","quote","rabbit","raccoon","race","rack","radar","radio","rail","rain","raise","rally","ramp","ranch","random","range","rapid","rare","rate","rather","raven","raw","razor","ready","real","reason","rebel","rebuild","recall","receive","recipe","record","recycle","reduce","reflect","reform","refuse","region","regret","regular","reject","relax","release","relief","rely","remain","remember","remind","remove","render","renew","rent","reopen","repair","repeat","replace","report","require","rescue","resemble","resist","resource","response","result","retire","retreat","return","reunion","reveal","review","reward","rhythm","rib","ribbon","rice","rich","ride","ridge","rifle","right","rigid","ring","riot","ripple","risk","ritual","rival","river","road","roast","robot","robust","rocket","romance","roof","rookie","room","rose","rotate","rough","round","route","royal","rubber","rude","rug","rule","run","runway","rural","sad","saddle","sadness","safe","sail","salad","salmon","salon","salt","salute","same","sample","sand","satisfy","satoshi","sauce","sausage","save","say","scale","scan","scare","scatter","scene","scheme","school","science","scissors","scorpion","scout","scrap","screen","script","scrub","sea","search","season","seat","second","secret","section","security","seed","seek","segment","select","sell","seminar","senior","sense","sentence","series","service","session","settle","setup","seven","shadow","shaft","shallow","share","shed","shell","sheriff","shield","shift","shine","ship","shiver","shock","shoe","shoot","shop","short","shoulder","shove","shrimp","shrug","shuffle","shy","sibling","sick","side","siege","sight","sign","silent","silk","silly","silver","similar","simple","since","sing","siren","sister","situate","six","size","skate","sketch","ski","skill","skin","skirt","skull","slab","slam","sleep","slender","slice","slide","slight","slim","slogan","slot","slow","slush","small","smart","smile","smoke","smooth","snack","snake","snap","sniff","snow","soap","soccer","social","sock","soda","soft","solar","soldier","solid","solution","solve","someone","song","soon","sorry","sort","soul","sound","soup","source","south","space","spare","spatial","spawn","speak","special","speed","spell","spend","sphere","spice","spider","spike","spin","spirit","split","spoil","sponsor","spoon","sport","spot","spray","spread","spring","spy","square","squeeze","squirrel","stable","stadium","staff","stage","stairs","stamp","stand","start","state","stay","steak","steel","stem","step","stereo","stick","still","sting","stock","stomach","stone","stool","story","stove","strategy","street","strike","strong","struggle","student","stuff","stumble","style","subject","submit","subway","success","such","sudden","suffer","sugar","suggest","suit","summer","sun","sunny","sunset","super","supply","supreme","sure","surface","surge","surprise","surround","survey","suspect","sustain","swallow","swamp","swap","swarm","swear","sweet","swift","swim","swing","switch","sword","symbol","symptom","syrup","system","table","tackle","tag","tail","talent","talk","tank","tape","target","task","taste","tattoo","taxi","teach","team","tell","ten","tenant","tennis","tent","term","test","text","thank","that","theme","then","theory","there","they","thing","this","thought","three","thrive","throw","thumb","thunder","ticket","tide","tiger","tilt","timber","time","tiny","tip","tired","tissue","title","toast","tobacco","today","toddler","toe","together","toilet","token","tomato","tomorrow","tone","tongue","tonight","tool","tooth","top","topic","topple","torch","tornado","tortoise","toss","total","tourist","toward","tower","town","toy","track","trade","traffic","tragic","train","transfer","trap","trash","travel","tray","treat","tree","trend","trial","tribe","trick","trigger","trim","trip","trophy","trouble","truck","true","truly","trumpet","trust","truth","try","tube","tuition","tumble","tuna","tunnel","turkey","turn","turtle","twelve","twenty","twice","twin","twist","two","type","typical","ugly","umbrella","unable","unaware","uncle","uncover","under","undo","unfair","unfold","unhappy","uniform","unique","unit","universe","unknown","unlock","until","unusual","unveil","update","upgrade","uphold","upon","upper","upset","urban","urge","usage","use","used","useful","useless","usual","utility","vacant","vacuum","vague","valid","valley","valve","van","vanish","vapor","various","vast","vault","vehicle","velvet","vendor","venture","venue","verb","verify","version","very","vessel","veteran","viable","vibrant","vicious","victory","video","view","village","vintage","violin","virtual","virus","visa","visit","visual","vital","vivid","vocal","voice","void","volcano","volume","vote","voyage","wage","wagon","wait","walk","wall","walnut","want","warfare","warm","warrior","wash","wasp","waste","water","wave","way","wealth","weapon","wear","weasel","weather","web","wedding","weekend","weird","welcome","west","wet","whale","what","wheat","wheel","when","where","whip","whisper","wide","width","wife","wild","will","win","window","wine","wing","wink","winner","winter","wire","wisdom","wise","wish","witness","wolf","woman","wonder","wood","wool","word","work","world","worry","worth","wrap","wreck","wrestle","wrist","write","wrong","yard","year","yellow","you","young","youth","zebra","zero","zone","zoo"];c();c();c();c();c();c();c();var Qr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Me=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Me||{}),Qt=W(W({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),$t=W(W({},M.WindowProviderResponseEnums),Ge);c();c();c();c();c();c();var X={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:oe,egldLabel:$r}=X["devnet"],{chainId:ae,egldLabel:et}=X["testnet"],{chainId:se,egldLabel:rt}=X["mainnet"];var tt={["devnet"]:oe,["testnet"]:ae,["mainnet"]:se},nt={[oe]:"devnet",[ae]:"testnet",[se]:"mainnet"},it="multiversx://",ot=3e3,at=0;c();var st="cancel-transaction-toast",xn=6e3,wn=5,bn=9e4,vn=6e5,Tn=2e4;c();var w=require("@multiversx/sdk-web-wallet-provider");c();c();var le=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var We,Ve,ce=String((Ve=(We=le.safeWindow)==null?void 0:We.navigator)==null?void 0:Ve.userAgent),He=/^((?!chrome|android).)*safari/i.test(ce),lt=/firefox/i.test(ce)&&/windows/i.test(ce),ct=He||lt;var pt=.01,ut=1500,dt=5e4,gt=5e4,ft=1e9,mt=18,ht=4,yt=1,xt=1,wt=4294967295,bt=4294967280,vt="/dapp/init",Tt="signSession",kt="sdk-dapp-version",At="4.3.4-alpha.0",_t="logout",Rt="login",St="cancelSignTx",It="refundedGas",Lt="N/A",Et="0",Nt="...",Ft="-",Ct="EGLD-000000";0&&(module.exports={ALL_SHARDS_SHARD_ID,AVERAGE_TX_DURATION_MS,BATCH_TRANSACTIONS_ID_SEPARATOR,CANCELLED,CANCEL_ACTION_NAME,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION,CANCEL_TRANSACTION_TOAST_ID,CHROME_EXTENSION_LINK,CHROME_METAMASK_EXTENSION_LINK,CROSS_SHARD_ROUNDS,DAPP_INIT_ROUTE,DECIMALS,DEFAULT_TRANSACTION_STATUS_MESSAGE,DEVNET_CHAIN_ID,DEVNET_EGLD_LABEL,DIGITS,DataTestIdsEnum,ELLIPSIS,EMPTY_PPU,ERROR_SIGNING,ERROR_SIGNING_TX,EXTRA_GAS_LIMIT_GUARDED_TX,FIREFOX_ADDON_LINK,FIREFOX_METAMASK_ADDON_LINK,GAS_LIMIT,GAS_PER_DATA_BYTE,GAS_PRICE,GAS_PRICE_MODIFIER,GuardianActionsEnum,LEDGER_CONTRACT_DATA_ENABLED_VALUE,LEDGER_HASH_SIGN_MINIMUM_VERSION,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION,LEDGER_WITH_USERNAMES_MINIMUM_VERSION,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION,LOGIN_ACTION_NAME,LOGOUT_ACTION_NAME,MAINNET_CHAIN_ID,MAINNET_EGLD_LABEL,METACHAIN_SHARD_ID,MISSING_PROVIDER_MESSAGE,MULTIVERSX_ORIGIN,MULTI_TRANSFER_EGLD_TOKEN,N_A,PROVIDER_NOT_INITIALIZED,REFUNDED_GAS,SDK_DAPP_VERSION,SECOND_LOGIN_ATTEMPT_ERROR,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS,TESTNET_CHAIN_ID,TESTNET_EGLD_LABEL,TIMEOUT,TRANSACTIONS_STATUS_DROP_INTERVAL_MS,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS,TRANSACTION_CANCELLED,VERSION,WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION,ZERO,chainIdByEnvironment,chainIdToEnvironment,fallbackNetworkConfigurations,isBrowserWithPopupConfirmation,isSafari,ledgerErrorCodes,mnemonicWords,version});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|