@multiversx/sdk-dapp 4.6.1 → 4.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/Pagination/Pagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-2IFRRSSO.js → chunk-233Y3EPE.js} +2 -2
- package/__chunks__/{chunk-JIFFDQW5.js → chunk-26Y3YQLS.js} +2 -2
- package/__chunks__/{chunk-KYGLXFIP.js → chunk-2ALFM7YL.js} +2 -2
- package/__chunks__/{chunk-ZOZ6VHJE.js → chunk-2M2CN2KE.js} +2 -2
- package/__chunks__/{chunk-TQM6WP6Q.js → chunk-2NDLKDTO.js} +2 -2
- package/__chunks__/{chunk-X6Z3JQ2G.js → chunk-2NFI6BVS.js} +2 -2
- package/__chunks__/{chunk-MPSBINT4.js → chunk-2SLD7I6M.js} +2 -2
- package/__chunks__/{chunk-LCHBEVYY.js → chunk-2T7CZQAM.js} +2 -2
- package/__chunks__/{chunk-54T6XQRL.js → chunk-2TXIJYQM.js} +2 -2
- package/__chunks__/{chunk-T3WCHGUE.js → chunk-2UIMO7XH.js} +2 -2
- package/__chunks__/chunk-2UMV4LIS.js +2 -0
- package/__chunks__/chunk-2ZE2TVFC.js +2 -0
- package/__chunks__/{chunk-PQIN6ETY.js → chunk-2ZZWQE2Z.js} +2 -2
- package/__chunks__/{chunk-CHAQ5M65.js → chunk-337ORZMP.js} +2 -2
- package/__chunks__/{chunk-NC56ILTU.js → chunk-3CNBCNV4.js} +2 -2
- package/__chunks__/{chunk-VASQ2NDP.js → chunk-3DML2DDU.js} +2 -2
- package/__chunks__/{chunk-EX75BFUB.js → chunk-3DPOOIQP.js} +2 -2
- package/__chunks__/{chunk-BENWBYBG.js → chunk-3HFR4WHH.js} +2 -2
- package/__chunks__/{chunk-YMWUJMIA.js → chunk-3LM2D7HG.js} +2 -2
- package/__chunks__/chunk-3NKXYE4W.js +2 -0
- package/__chunks__/{chunk-Y46VHOT6.js → chunk-3VLECH5O.js} +2 -2
- package/__chunks__/{chunk-S5BQ7KVG.js → chunk-3VQ3RI62.js} +2 -2
- package/__chunks__/chunk-3XJRCYON.js +2 -0
- package/__chunks__/chunk-3XRQTWUN.js +2 -0
- package/__chunks__/{chunk-KNJMUTWO.js → chunk-42DOFJ3J.js} +2 -2
- package/__chunks__/{chunk-272ZUBLO.js → chunk-44AQUUN4.js} +2 -2
- package/__chunks__/chunk-45I4IZUH.js +2 -0
- package/__chunks__/{chunk-3MSEILYS.js → chunk-45M67NPO.js} +2 -2
- package/__chunks__/{chunk-CYYTD5XX.js → chunk-4BHX257I.js} +2 -2
- package/__chunks__/{chunk-3YK7BPRX.js → chunk-4DLGSHMO.js} +2 -2
- package/__chunks__/{chunk-42KCESDD.js → chunk-4EINKRT5.js} +2 -2
- package/__chunks__/chunk-4LIH7DMK.js +2 -0
- package/__chunks__/{chunk-BOVMTIFC.js → chunk-4RKAPVSI.js} +2 -2
- package/__chunks__/{chunk-N2ML4HZP.js → chunk-4YWISNCD.js} +2 -2
- package/__chunks__/{chunk-RMO5UO7E.js → chunk-534RWS4Q.js} +2 -2
- package/__chunks__/{chunk-HZUYZ7LY.js → chunk-535ODM2Z.js} +2 -2
- package/__chunks__/{chunk-VSX5ONAE.js → chunk-553NYNA6.js} +2 -2
- package/__chunks__/{chunk-5G46CLV4.js → chunk-55P6HT2D.js} +2 -2
- package/__chunks__/{chunk-IQEQBUI5.js → chunk-5IWYFX5Y.js} +2 -2
- package/__chunks__/{chunk-7OFQUVGS.js → chunk-5JFFMHDB.js} +2 -2
- package/__chunks__/{chunk-ADM5RBXX.js → chunk-5NFIOBOE.js} +2 -2
- package/__chunks__/{chunk-JP75H2LH.js → chunk-5O5TW3RC.js} +2 -2
- package/__chunks__/chunk-5OKH23ME.js +2 -0
- package/__chunks__/{chunk-NWECADZA.js → chunk-5TK6IIXY.js} +2 -2
- package/__chunks__/{chunk-Y6PVWI4D.js → chunk-5TXNRL46.js} +2 -2
- package/__chunks__/{chunk-DXBHY3RI.js → chunk-5U53DNZW.js} +2 -2
- package/__chunks__/{chunk-ANW3HDYZ.js → chunk-5WIOXBDC.js} +2 -2
- package/__chunks__/{chunk-GCPGPREZ.js → chunk-62YFKV4J.js} +2 -2
- package/__chunks__/chunk-65BWG2IU.js +2 -0
- package/__chunks__/{chunk-PX6QTIFH.js → chunk-66G73L6V.js} +2 -2
- package/__chunks__/{chunk-D6LXVY2B.js → chunk-67DKNM5P.js} +2 -2
- package/__chunks__/chunk-67V36LEQ.js +2 -0
- package/__chunks__/{chunk-VEFOGXK2.js → chunk-6BLQ5C3B.js} +2 -2
- package/__chunks__/{chunk-5THA6SQD.js → chunk-6CS2K64E.js} +2 -2
- package/__chunks__/{chunk-H4UY5P4T.js → chunk-6FMP5ICS.js} +2 -2
- package/__chunks__/{chunk-KUYMGELX.js → chunk-6JJIXX67.js} +2 -2
- package/__chunks__/{chunk-G6SHF6BS.js → chunk-6K7QWTK7.js} +2 -2
- package/__chunks__/{chunk-C5F6SP3Q.js → chunk-72TUVIVC.js} +2 -2
- package/__chunks__/{chunk-Y5FKX5FN.js → chunk-7337QRHT.js} +2 -2
- package/__chunks__/chunk-73QMEKDR.js +2 -0
- package/__chunks__/{chunk-G75HV643.js → chunk-75RJ6Q7V.js} +2 -2
- package/__chunks__/{chunk-KWSF23ED.js → chunk-7F5GY2UJ.js} +2 -2
- package/__chunks__/{chunk-NUNBQ73P.js → chunk-7FRLY7ZG.js} +2 -2
- package/__chunks__/{chunk-G32BVJ35.js → chunk-7MNNQBVD.js} +2 -2
- package/__chunks__/{chunk-J574TV7M.js → chunk-7S372Y2A.js} +2 -2
- package/__chunks__/{chunk-H5CJNSSX.js → chunk-7SZDMEPT.js} +2 -2
- package/__chunks__/{chunk-FW23HUPJ.js → chunk-7THQR7BW.js} +2 -2
- package/__chunks__/chunk-7UFKIFNA.js +2 -0
- package/__chunks__/chunk-7X2LYNI6.js +2 -0
- package/__chunks__/{chunk-O56Y63CM.js → chunk-7YTOEYUK.js} +2 -2
- package/__chunks__/chunk-A6FTYFPP.js +2 -0
- package/__chunks__/chunk-A7RPFC3Q.js +2 -0
- package/__chunks__/{chunk-Z5IDF2GH.js → chunk-A7SV3J62.js} +2 -2
- package/__chunks__/{chunk-C57MG4IP.js → chunk-AHFQDKMP.js} +2 -2
- package/__chunks__/{chunk-BXU25KHA.js → chunk-AJBABHLE.js} +2 -2
- package/__chunks__/{chunk-ZVKCC2XJ.js → chunk-ASAXTMBB.js} +2 -2
- package/__chunks__/chunk-AUFQFQBU.js +2 -0
- package/__chunks__/{chunk-4VAOXDFU.js → chunk-AVLZRXI5.js} +2 -2
- package/__chunks__/{chunk-F6M4GBY3.js → chunk-AWBPI3VU.js} +2 -2
- package/__chunks__/{chunk-YGZNBZSU.js → chunk-AWY25KLM.js} +2 -2
- package/__chunks__/{chunk-OA7BBRYQ.js → chunk-AXGRYLTH.js} +2 -2
- package/__chunks__/{chunk-B2GQFM73.js → chunk-B6RVTWFL.js} +2 -2
- package/__chunks__/{chunk-IVUDR726.js → chunk-BAYFKPOJ.js} +2 -2
- package/__chunks__/{chunk-VBUPQ7PI.js → chunk-BCGCT3JS.js} +2 -2
- package/__chunks__/{chunk-AFGYW2DR.js → chunk-BHND5K3I.js} +2 -2
- package/__chunks__/chunk-BLY66X7K.js +2 -0
- package/__chunks__/{chunk-ZVD4YOCM.js → chunk-BMHPA7EM.js} +2 -2
- package/__chunks__/chunk-BN3Q5LGE.js +2 -0
- package/__chunks__/{chunk-SIDJDDZK.js → chunk-BPAXQER7.js} +2 -2
- package/__chunks__/{chunk-P7EDM7S3.js → chunk-BQ2P7VOI.js} +2 -2
- package/__chunks__/{chunk-7IKRO2QH.js → chunk-BRYRQG7O.js} +2 -2
- package/__chunks__/{chunk-DX4AR2MB.js → chunk-BS3SBLP2.js} +2 -2
- package/__chunks__/{chunk-4E3IOQJP.js → chunk-C3GI3NV2.js} +2 -2
- package/__chunks__/chunk-CALM3ZYM.js +2 -0
- package/__chunks__/{chunk-37YY6B5P.js → chunk-CF5C324R.js} +2 -2
- package/__chunks__/{chunk-2NLGY4Z4.js → chunk-CFPS2XHT.js} +2 -2
- package/__chunks__/{chunk-6NHBVPYS.js → chunk-CIDIPTIH.js} +2 -2
- package/__chunks__/{chunk-NN7BZ4MA.js → chunk-CSPHLCVN.js} +2 -2
- package/__chunks__/{chunk-62OFZHK2.js → chunk-CT7BMSCR.js} +2 -2
- package/__chunks__/chunk-CTFNW6OU.js +2 -0
- package/__chunks__/chunk-CVCE66P2.js +2 -0
- package/__chunks__/{chunk-PPEMSCBT.js → chunk-CZL2QTQ3.js} +2 -2
- package/__chunks__/{chunk-AKA3SATR.js → chunk-D26L5RNT.js} +2 -2
- package/__chunks__/{chunk-LCKDNPZ7.js → chunk-D44YSRGS.js} +2 -2
- package/__chunks__/{chunk-GCRWDAOK.js → chunk-D5MI3Y2X.js} +2 -2
- package/__chunks__/{chunk-VSEY57LR.js → chunk-DCXS4DEU.js} +2 -2
- package/__chunks__/{chunk-THU3CE7I.js → chunk-DJJ3I5NV.js} +2 -2
- package/__chunks__/{chunk-HUXR53W7.js → chunk-DJPC3YBT.js} +2 -2
- package/__chunks__/chunk-DKTJARQ4.js +2 -0
- package/__chunks__/{chunk-EI2RA2CG.js → chunk-DP5Z7FXY.js} +2 -2
- package/__chunks__/chunk-DSKRF3NW.js +2 -0
- package/__chunks__/{chunk-GCTYOYVH.js → chunk-DXOYVB33.js} +2 -2
- package/__chunks__/{chunk-JJNQKRPL.js → chunk-E5HFQLGK.js} +2 -2
- package/__chunks__/{chunk-5Z27CFBK.js → chunk-EA5YAPLI.js} +2 -2
- package/__chunks__/{chunk-HNFQM445.js → chunk-ECNWVFCC.js} +2 -2
- package/__chunks__/{chunk-AODUMWGA.js → chunk-ED7VFIQC.js} +2 -2
- package/__chunks__/{chunk-2TPVEVDW.js → chunk-EJJX3FVQ.js} +2 -2
- package/__chunks__/{chunk-WCBKH2DN.js → chunk-EJSRHANI.js} +2 -2
- package/__chunks__/{chunk-2E5XMQLB.js → chunk-EKO3G5T3.js} +2 -2
- package/__chunks__/chunk-EKWJ7UVN.js +2 -0
- package/__chunks__/{chunk-XHFLS5YW.js → chunk-EKY46RCL.js} +2 -2
- package/__chunks__/{chunk-TTBSM266.js → chunk-EP4MPMA3.js} +2 -2
- package/__chunks__/{chunk-4EMAI4Y4.js → chunk-EWGIPXPI.js} +2 -2
- package/__chunks__/{chunk-HUHVCW6Q.js → chunk-F2A3Q372.js} +2 -2
- package/__chunks__/{chunk-JCSKQCRL.js → chunk-F2R7DWTU.js} +2 -2
- package/__chunks__/{chunk-BK4EIZ7B.js → chunk-F6M4WIHR.js} +2 -2
- package/__chunks__/{chunk-77AQ5YMI.js → chunk-FBHTLU44.js} +2 -2
- package/__chunks__/{chunk-YM5TI2LU.js → chunk-FG23W4PU.js} +2 -2
- package/__chunks__/{chunk-5TC5ZWVY.js → chunk-FGOT333S.js} +2 -2
- package/__chunks__/chunk-FKITK4HZ.js +2 -0
- package/__chunks__/{chunk-AW6ZL7KS.js → chunk-FN4XBAIF.js} +2 -2
- package/__chunks__/{chunk-5SDK6QQV.js → chunk-FOF5VFPQ.js} +2 -2
- package/__chunks__/{chunk-BCK43QE6.js → chunk-FRO5L2RS.js} +2 -2
- package/__chunks__/{chunk-IN4KHVMW.js → chunk-FTVXOVMD.js} +2 -2
- package/__chunks__/chunk-FUNUC3QP.js +2 -0
- package/__chunks__/{chunk-J5OGZBKD.js → chunk-FWNHDVJ7.js} +2 -2
- package/__chunks__/{chunk-HMFVTMT5.js → chunk-FYTX4XJ5.js} +2 -2
- package/__chunks__/chunk-G7KXCGAN.js +2 -0
- package/__chunks__/{chunk-QX6YI7IJ.js → chunk-GDLAJDF2.js} +2 -2
- package/__chunks__/{chunk-ZE7ZRF6H.js → chunk-GJZZL7UT.js} +2 -2
- package/__chunks__/chunk-GQ2RN5XJ.js +2 -0
- package/__chunks__/{chunk-MYIQ72DA.js → chunk-GQDL2IA5.js} +2 -2
- package/__chunks__/{chunk-I2ZVU7Q2.js → chunk-GQYPL5J2.js} +2 -2
- package/__chunks__/{chunk-QLYNRZSH.js → chunk-GRGH7V3U.js} +2 -2
- package/__chunks__/chunk-GSVCYLMW.js +2 -0
- package/__chunks__/{chunk-UY7JEWEB.js → chunk-GTJRR75A.js} +2 -2
- package/__chunks__/{chunk-EDBH7NVW.js → chunk-GTKMHXEY.js} +2 -2
- package/__chunks__/{chunk-YUOQUMEJ.js → chunk-GXJWAUE4.js} +2 -2
- package/__chunks__/chunk-HBPSGFBI.js +2 -0
- package/__chunks__/chunk-HCCEXWUK.js +2 -0
- package/__chunks__/{chunk-X246S36O.js → chunk-HEFJSGC6.js} +2 -2
- package/__chunks__/{chunk-I2UFX3B3.js → chunk-HGYZKKKA.js} +2 -2
- package/__chunks__/{chunk-PKUINLQA.js → chunk-HHFFTM37.js} +2 -2
- package/__chunks__/{chunk-JZLIJB64.js → chunk-HHRHWKJS.js} +2 -2
- package/__chunks__/chunk-HMVIKBNF.js +2 -0
- package/__chunks__/chunk-HNAMU4U3.js +2 -0
- package/__chunks__/chunk-HNMYBBYR.js +2 -0
- package/__chunks__/{chunk-WQXLRFAU.js → chunk-HNZR7M7E.js} +2 -2
- package/__chunks__/{chunk-TVPSCCP5.js → chunk-HR7RGQWN.js} +2 -2
- package/__chunks__/{chunk-TAPC2PAT.js → chunk-I4FRD37W.js} +2 -2
- package/__chunks__/{chunk-PIDZ6E73.js → chunk-IACL6U52.js} +2 -2
- package/__chunks__/{chunk-K636ESMW.js → chunk-ICACBDVF.js} +2 -2
- package/__chunks__/{chunk-IK3KUZDP.js → chunk-ICJT5KGV.js} +2 -2
- package/__chunks__/{chunk-SYE5VJZR.js → chunk-IEH7QUS3.js} +2 -2
- package/__chunks__/{chunk-PYAEMSJC.js → chunk-IGIDEJRL.js} +2 -2
- package/__chunks__/{chunk-PZXBWS4D.js → chunk-IJTBI65X.js} +2 -2
- package/__chunks__/{chunk-77UPNZQS.js → chunk-IKWEDDHQ.js} +2 -2
- package/__chunks__/{chunk-NMXWLS7J.js → chunk-IL6QWPZU.js} +2 -2
- package/__chunks__/{chunk-OO6GMY5A.js → chunk-ILB3IHIX.js} +2 -2
- package/__chunks__/{chunk-OA2CO5YR.js → chunk-IM7X6DJ6.js} +2 -2
- package/__chunks__/{chunk-OMU7GHG2.js → chunk-ITIUQIV3.js} +2 -2
- package/__chunks__/{chunk-RHZQYUFE.js → chunk-IYRWBOSS.js} +2 -2
- package/__chunks__/{chunk-NY2P4Y3A.js → chunk-IZBFOLAJ.js} +2 -2
- package/__chunks__/{chunk-I3CVMMW2.js → chunk-J45QVYDM.js} +2 -2
- package/__chunks__/{chunk-OVVKNBSB.js → chunk-J4FNP5FB.js} +2 -2
- package/__chunks__/{chunk-JNV6VSHR.js → chunk-J5US4DJK.js} +2 -2
- package/__chunks__/{chunk-6LVBKBZV.js → chunk-J7J4DQH3.js} +2 -2
- package/__chunks__/chunk-JATQZ5BL.js +2 -0
- package/__chunks__/{chunk-YUJR2RZB.js → chunk-JBCDHMIY.js} +2 -2
- package/__chunks__/chunk-JBZ5HPMS.js +2 -0
- package/__chunks__/chunk-JD4KV2UA.js +2 -0
- package/__chunks__/{chunk-6367N3XC.js → chunk-JD7L7RCI.js} +2 -2
- package/__chunks__/{chunk-34VNBGWG.js → chunk-JI4FRDU6.js} +2 -2
- package/__chunks__/{chunk-YOFG55NW.js → chunk-JICXCUKM.js} +2 -2
- package/__chunks__/chunk-JITVKBZR.js +2 -0
- package/__chunks__/{chunk-5VZR2354.js → chunk-JNOI2JQO.js} +2 -2
- package/__chunks__/{chunk-KDOGQHQV.js → chunk-JOEIPL6J.js} +2 -2
- package/__chunks__/{chunk-IKBAVAD6.js → chunk-K3UFILSW.js} +2 -2
- package/__chunks__/chunk-K4SAKGW2.js +2 -0
- package/__chunks__/{chunk-CNNATFGK.js → chunk-KHCFSIIX.js} +2 -2
- package/__chunks__/{chunk-F3RRY3XI.js → chunk-KJHOAVHU.js} +2 -2
- package/__chunks__/chunk-KL4JPBDZ.js +2 -0
- package/__chunks__/{chunk-ZVYJE2NP.js → chunk-KLWSLJR6.js} +2 -2
- package/__chunks__/{chunk-MA26T6ZE.js → chunk-KN33HJUW.js} +2 -2
- package/__chunks__/{chunk-AQY6Z347.js → chunk-KOO533PY.js} +2 -2
- package/__chunks__/{chunk-SRRBPKE7.js → chunk-KQAHILCK.js} +2 -2
- package/__chunks__/{chunk-XHNTFLGE.js → chunk-KSVD6IUM.js} +2 -2
- package/__chunks__/{chunk-YUBKHZDO.js → chunk-KSYIV36J.js} +2 -2
- package/__chunks__/{chunk-QI3BG276.js → chunk-KT2GLC7H.js} +2 -2
- package/__chunks__/{chunk-GQDJXXC3.js → chunk-KTYAHAFK.js} +2 -2
- package/__chunks__/chunk-KWNT6IKA.js +2 -0
- package/__chunks__/{chunk-MAYEQAU5.js → chunk-L2FARFDW.js} +2 -2
- package/__chunks__/{chunk-IZM3HOWK.js → chunk-L2OUPHHW.js} +2 -2
- package/__chunks__/{chunk-MVYLHWJD.js → chunk-L52QLJV4.js} +2 -2
- package/__chunks__/{chunk-VXREJDVZ.js → chunk-L5UHPWRL.js} +2 -2
- package/__chunks__/{chunk-ZOMATUJX.js → chunk-LELTTDC6.js} +2 -2
- package/__chunks__/chunk-LFPPBSHZ.js +2 -0
- package/__chunks__/{chunk-2SL6RRJE.js → chunk-LFUMFM6N.js} +2 -2
- package/__chunks__/chunk-LN3IUDFH.js +2 -0
- package/__chunks__/{chunk-JMSXE3RA.js → chunk-LRGYW5ZT.js} +2 -2
- package/__chunks__/{chunk-CCDU73E4.js → chunk-LU5EFLBU.js} +2 -2
- package/__chunks__/{chunk-NRZ2FPTP.js → chunk-M3GIJKUQ.js} +2 -2
- package/__chunks__/{chunk-HVQU5XWI.js → chunk-M3SBPG7Y.js} +2 -2
- package/__chunks__/{chunk-ZZNX53E5.js → chunk-M67HDOTE.js} +2 -2
- package/__chunks__/{chunk-OKOJWI2Q.js → chunk-MAAOPMQH.js} +2 -2
- package/__chunks__/{chunk-IIT2D2SB.js → chunk-MAATDG6R.js} +2 -2
- package/__chunks__/{chunk-YLS6TARY.js → chunk-MB6XJ6F4.js} +2 -2
- package/__chunks__/{chunk-HU6H2ACE.js → chunk-MBMHC3XI.js} +2 -2
- package/__chunks__/{chunk-LFQH5PEL.js → chunk-MED667A5.js} +2 -2
- package/__chunks__/chunk-MGFER24G.js +2 -0
- package/__chunks__/{chunk-IXHINF7M.js → chunk-MGPS2ZVT.js} +2 -2
- package/__chunks__/chunk-MHR3CBFL.js +2 -0
- package/__chunks__/{chunk-CS7NTS2S.js → chunk-MLI4NZLA.js} +2 -2
- package/__chunks__/{chunk-OTDTNAYC.js → chunk-MM4YURXY.js} +2 -2
- package/__chunks__/{chunk-TF2IRX7G.js → chunk-MR7PKIRL.js} +2 -2
- package/__chunks__/{chunk-BRW2YHUM.js → chunk-MSVNY2NN.js} +2 -2
- package/__chunks__/{chunk-EXJHNZFS.js → chunk-MYIA5PLO.js} +2 -2
- package/__chunks__/{chunk-G3ZDNF4W.js → chunk-MYJHU663.js} +2 -2
- package/__chunks__/chunk-MYRODCMD.js +2 -0
- package/__chunks__/{chunk-JNOB76TJ.js → chunk-MZ53U3IS.js} +2 -2
- package/__chunks__/{chunk-WKAQ2WYB.js → chunk-MZCKWMML.js} +2 -2
- package/__chunks__/{chunk-WPJUHY6E.js → chunk-NEPBBGTE.js} +2 -2
- package/__chunks__/{chunk-SZIUQG4N.js → chunk-NHNNEKH5.js} +2 -2
- package/__chunks__/{chunk-5SONMPX2.js → chunk-NMFOG3SQ.js} +2 -2
- package/__chunks__/{chunk-C5MMVTPP.js → chunk-NMQWOPL7.js} +2 -2
- package/__chunks__/{chunk-5ZY7KAC7.js → chunk-NP2EZZ66.js} +2 -2
- package/__chunks__/{chunk-QFZUCSCC.js → chunk-NRLFJJ7U.js} +2 -2
- package/__chunks__/{chunk-R6PP2I6G.js → chunk-NSD4S6NQ.js} +2 -2
- package/__chunks__/{chunk-QKLHGBJS.js → chunk-NUC5P7CZ.js} +2 -2
- package/__chunks__/{chunk-FNUYVR3Z.js → chunk-NXB6KMZY.js} +2 -2
- package/__chunks__/{chunk-ZPN3H4YH.js → chunk-NZW5N224.js} +2 -2
- package/__chunks__/{chunk-MFVBW2L2.js → chunk-O26EWQ4S.js} +2 -2
- package/__chunks__/{chunk-Q4SQEDAI.js → chunk-O3KPS3EW.js} +2 -2
- package/__chunks__/{chunk-AK3A7KGG.js → chunk-O7APSK3I.js} +2 -2
- package/__chunks__/{chunk-22CC2CNV.js → chunk-OATPA4AW.js} +2 -2
- package/__chunks__/{chunk-5VVRIRAH.js → chunk-OAZMYZ53.js} +2 -2
- package/__chunks__/{chunk-FQKWLHPE.js → chunk-ODSJT5NQ.js} +2 -2
- package/__chunks__/chunk-OED6P55Y.js +2 -0
- package/__chunks__/{chunk-2JYQWNNM.js → chunk-OEIKXOFV.js} +2 -2
- package/__chunks__/{chunk-CTUR534K.js → chunk-OI7IAN5E.js} +2 -2
- package/__chunks__/{chunk-VSXFBK2Z.js → chunk-OJOQFS3E.js} +2 -2
- package/__chunks__/{chunk-UDIWNVME.js → chunk-OM47MH4M.js} +2 -2
- package/__chunks__/{chunk-3ARGWPH5.js → chunk-ONRKKLQU.js} +2 -2
- package/__chunks__/{chunk-PRWWI7Q3.js → chunk-OOZOBKDB.js} +2 -2
- package/__chunks__/{chunk-P2464NGL.js → chunk-ORIEDHD5.js} +2 -2
- package/__chunks__/{chunk-S2MAFNEA.js → chunk-OTQ66UMA.js} +2 -2
- package/__chunks__/chunk-OWZHV5OS.js +2 -0
- package/__chunks__/{chunk-RTK2NI7E.js → chunk-P377UY6X.js} +2 -2
- package/__chunks__/chunk-P3K72YIC.js +2 -0
- package/__chunks__/{chunk-2AWJFV7D.js → chunk-PGI3HWZT.js} +2 -2
- package/__chunks__/{chunk-IXZXTYEY.js → chunk-PGTE4IFS.js} +2 -2
- package/__chunks__/{chunk-VNYA475U.js → chunk-PHEZSH4P.js} +2 -2
- package/__chunks__/{chunk-Q6MML4VF.js → chunk-PHSSZQ44.js} +2 -2
- package/__chunks__/{chunk-ZLIAXTOB.js → chunk-PJTXIIBZ.js} +2 -2
- package/__chunks__/{chunk-DRFMEV77.js → chunk-PPVA32CL.js} +2 -2
- package/__chunks__/{chunk-HISBDY7H.js → chunk-PQRVIPXW.js} +2 -2
- package/__chunks__/{chunk-E4J5QKOJ.js → chunk-PXVLTF5X.js} +2 -2
- package/__chunks__/{chunk-WCJV2E3D.js → chunk-PZURKVD5.js} +2 -2
- package/__chunks__/{chunk-44XTVW42.js → chunk-Q2XDBD6A.js} +2 -2
- package/__chunks__/{chunk-H4UC67Y6.js → chunk-QAIY2UZX.js} +2 -2
- package/__chunks__/{chunk-CVZPTR3F.js → chunk-QAPSE6Y6.js} +2 -2
- package/__chunks__/chunk-QCIGDXG3.js +2 -0
- package/__chunks__/{chunk-LFTE7642.js → chunk-QPKSPNTH.js} +2 -2
- package/__chunks__/chunk-QW2VQDCZ.js +2 -0
- package/__chunks__/{chunk-IHHAQPBN.js → chunk-QZDT6YCJ.js} +2 -2
- package/__chunks__/{chunk-YHXCY7IS.js → chunk-R5G3SUVJ.js} +2 -2
- package/__chunks__/chunk-R6WDAZIP.js +2 -0
- package/__chunks__/{chunk-LQAGWR3V.js → chunk-RBMVD24Y.js} +2 -2
- package/__chunks__/{chunk-357HHJLR.js → chunk-RCJZDFZB.js} +2 -2
- package/__chunks__/{chunk-PSX3DPNK.js → chunk-RD7SNYUQ.js} +2 -2
- package/__chunks__/{chunk-JGW5PDPO.js → chunk-RE2LZ4TU.js} +2 -2
- package/__chunks__/chunk-RJYQXWNJ.js +2 -0
- package/__chunks__/{chunk-Z6PFAOQ3.js → chunk-RLGYXZS6.js} +2 -2
- package/__chunks__/chunk-RMRL3KGY.js +2 -0
- package/__chunks__/chunk-RSGN4FBO.js +2 -0
- package/__chunks__/{chunk-USJSDWJ4.js → chunk-RU5D5ZGX.js} +2 -2
- package/__chunks__/{chunk-KATHW4TP.js → chunk-RVNC4JAG.js} +2 -2
- package/__chunks__/chunk-S7OMH77I.js +2 -0
- package/__chunks__/{chunk-2UCMUHKJ.js → chunk-S7WMRQWV.js} +2 -2
- package/__chunks__/{chunk-ZYAY43GZ.js → chunk-SNCIM33Q.js} +2 -2
- package/__chunks__/{chunk-YCLQT2OB.js → chunk-SQ5TV72G.js} +2 -2
- package/__chunks__/{chunk-JGVFD27Q.js → chunk-SS52P6M7.js} +2 -2
- package/__chunks__/chunk-ST4LHJC5.js +2 -0
- package/__chunks__/{chunk-6ELA34OI.js → chunk-SUDVFATY.js} +2 -2
- package/__chunks__/{chunk-3CX7HPLX.js → chunk-T2B3BR5O.js} +2 -2
- package/__chunks__/{chunk-MFVMSRPZ.js → chunk-T654YWWH.js} +2 -2
- package/__chunks__/{chunk-AS2SZ45Z.js → chunk-T6L5FAHK.js} +2 -2
- package/__chunks__/{chunk-X3K3D67J.js → chunk-TCOX6DRI.js} +2 -2
- package/__chunks__/{chunk-JQJ2KM5D.js → chunk-TDGUYEOE.js} +2 -2
- package/__chunks__/chunk-TEGVCH2O.js +2 -0
- package/__chunks__/{chunk-MGYYMHDI.js → chunk-TJJLKTNG.js} +2 -2
- package/__chunks__/{chunk-I4WFAFL2.js → chunk-TJKNJFY5.js} +2 -2
- package/__chunks__/{chunk-TORL2TLA.js → chunk-TMULEZ64.js} +2 -2
- package/__chunks__/{chunk-W3UT4J2T.js → chunk-TPWHU5NB.js} +2 -2
- package/__chunks__/chunk-TUKRMYV5.js +2 -0
- package/__chunks__/{chunk-3KWMG2I6.js → chunk-U5X7WSPV.js} +2 -2
- package/__chunks__/{chunk-U6Y2OZXG.js → chunk-U6D4AWI4.js} +2 -2
- package/__chunks__/{chunk-ZX53VFJ5.js → chunk-UKLHJFJ5.js} +2 -2
- package/__chunks__/chunk-ULTSXR6Y.js +2 -0
- package/__chunks__/{chunk-NO5IAGXW.js → chunk-UM5W77A3.js} +2 -2
- package/__chunks__/{chunk-KS74VUBZ.js → chunk-UUBQCXBB.js} +2 -2
- package/__chunks__/{chunk-XQNQNMU2.js → chunk-UVILNCF4.js} +2 -2
- package/__chunks__/{chunk-BRF5PLZN.js → chunk-UXESUXNK.js} +2 -2
- package/__chunks__/{chunk-LKQABBKX.js → chunk-V2WHM4BA.js} +2 -2
- package/__chunks__/{chunk-Q3BJFWXF.js → chunk-VAPCAFT4.js} +2 -2
- package/__chunks__/{chunk-ZEHD4FID.js → chunk-VHQ4EVD4.js} +2 -2
- package/__chunks__/{chunk-FGVR7256.js → chunk-VK4MZEDG.js} +2 -2
- package/__chunks__/{chunk-236LWVMX.js → chunk-VMKFSMO4.js} +2 -2
- package/__chunks__/{chunk-LMC6477H.js → chunk-WCIFIUZE.js} +2 -2
- package/__chunks__/{chunk-HYSAM57M.js → chunk-WH7L7T6V.js} +2 -2
- package/__chunks__/{chunk-VFET5CPX.js → chunk-WKSPSSEF.js} +2 -2
- package/__chunks__/{chunk-VUVNYANS.js → chunk-WPH6ATC4.js} +2 -2
- package/__chunks__/{chunk-6NG6D64W.js → chunk-WPLCXSNZ.js} +2 -2
- package/__chunks__/chunk-WRMGJOCY.js +2 -0
- package/__chunks__/{chunk-5BGCUE72.js → chunk-WUZFADMR.js} +2 -2
- package/__chunks__/{chunk-747AXVRE.js → chunk-WZKMCXVL.js} +2 -2
- package/__chunks__/{chunk-HLRM4M34.js → chunk-X25S5BBS.js} +2 -2
- package/__chunks__/{chunk-FIUKUVMN.js → chunk-X6INL2M6.js} +2 -2
- package/__chunks__/{chunk-IUCFQ6DE.js → chunk-XNF7Z2HR.js} +2 -2
- package/__chunks__/{chunk-62ZHGQ22.js → chunk-XOYZW4B7.js} +2 -2
- package/__chunks__/{chunk-YCJ5H54R.js → chunk-XQA4HAAO.js} +2 -2
- package/__chunks__/{chunk-5GUZ5WWL.js → chunk-Y2J7LIXM.js} +2 -2
- package/__chunks__/{chunk-7LAZFICL.js → chunk-Y4IQWQCY.js} +2 -2
- package/__chunks__/{chunk-DDBG7PDX.js → chunk-Y5PO4ZOE.js} +2 -2
- package/__chunks__/{chunk-X3K6FHRY.js → chunk-YB5Z5Y5M.js} +2 -2
- package/__chunks__/{chunk-25J5VP4Y.js → chunk-YDAO3S22.js} +2 -2
- package/__chunks__/{chunk-YUA7FTHO.js → chunk-YEGRFVN4.js} +2 -2
- package/__chunks__/{chunk-7QK7OTGP.js → chunk-YFG4Z4Z7.js} +2 -2
- package/__chunks__/{chunk-FLOCSEYW.js → chunk-YNT7HWVJ.js} +2 -2
- package/__chunks__/{chunk-OPLZSH7P.js → chunk-YREBU5BK.js} +2 -2
- package/__chunks__/{chunk-27SZTX2S.js → chunk-YSKO67VR.js} +2 -2
- package/__chunks__/{chunk-4H42C46H.js → chunk-YUWKCWNN.js} +2 -2
- package/__chunks__/{chunk-V3MIWRDP.js → chunk-YX47Z3MR.js} +2 -2
- package/__chunks__/{chunk-MEIM6T7H.js → chunk-YYBKPR4R.js} +2 -2
- package/__chunks__/{chunk-MI5J32U5.js → chunk-Z36JG2J3.js} +2 -2
- package/__chunks__/{chunk-264EQUE2.js → chunk-ZBSCDOHZ.js} +2 -2
- package/__chunks__/{chunk-BPBY2GKU.js → chunk-ZDDGAESU.js} +2 -2
- package/__chunks__/chunk-ZEK3YWRC.js +2 -0
- package/__chunks__/{chunk-6VWYM6DX.js → chunk-ZFJ44PY4.js} +2 -2
- package/__chunks__/{chunk-YVB63GJZ.js → chunk-ZIK4QU7C.js} +2 -2
- package/__chunks__/{chunk-3JIGQKBQ.js → chunk-ZL22I3BD.js} +2 -2
- package/__chunks__/chunk-ZMBFD6KV.js +2 -0
- package/__chunks__/{chunk-EMZ65JCE.js → chunk-ZOTCSGOF.js} +2 -2
- package/__chunks__/{chunk-Z6BJBJCE.js → chunk-ZQLHAGN7.js} +2 -2
- package/__chunks__/{chunk-4S3PJSUT.js → chunk-ZWBWZAUF.js} +2 -2
- package/__chunks__/{chunk-SO2DMFGD.js → chunk-ZWR5P7II.js} +2 -2
- package/__chunks__/{chunk-6W2YZKDZ.js → chunk-ZYLRGT3G.js} +2 -2
- package/__chunks__/{chunk-6NO27UC2.js → chunk-ZZ33WXFF.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/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/TransactionsTable/components/TransactionHash.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelActionAndDispose.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +3 -3
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-2AJ2U6HR.js +0 -2
- package/__chunks__/chunk-2KHNSYYP.js +0 -2
- package/__chunks__/chunk-2PYGV2QU.js +0 -2
- package/__chunks__/chunk-3KDQLV7Y.js +0 -2
- package/__chunks__/chunk-3NIKTVSN.js +0 -2
- package/__chunks__/chunk-3SUGNCTV.js +0 -2
- package/__chunks__/chunk-3TQIMUIJ.js +0 -2
- package/__chunks__/chunk-47WHHINE.js +0 -2
- package/__chunks__/chunk-4C2MHWRA.js +0 -2
- package/__chunks__/chunk-4UDS5SIS.js +0 -2
- package/__chunks__/chunk-5E24V7VW.js +0 -2
- package/__chunks__/chunk-677TYHEY.js +0 -2
- package/__chunks__/chunk-6TLKRTDF.js +0 -2
- package/__chunks__/chunk-7LBI7QXV.js +0 -2
- package/__chunks__/chunk-7SMLAQWO.js +0 -2
- package/__chunks__/chunk-7UY5XKFH.js +0 -2
- package/__chunks__/chunk-7VDKKHW4.js +0 -2
- package/__chunks__/chunk-ANL25XRG.js +0 -2
- package/__chunks__/chunk-ASRONMTD.js +0 -2
- package/__chunks__/chunk-AWTG423H.js +0 -2
- package/__chunks__/chunk-AXSMUT3J.js +0 -2
- package/__chunks__/chunk-B4NCNC4I.js +0 -2
- package/__chunks__/chunk-B6QZ2GXT.js +0 -2
- package/__chunks__/chunk-CI6CAGHB.js +0 -2
- package/__chunks__/chunk-EQ66TXCL.js +0 -2
- package/__chunks__/chunk-ESZ4WF67.js +0 -2
- package/__chunks__/chunk-F6T576QO.js +0 -2
- package/__chunks__/chunk-FCW2NYFG.js +0 -2
- package/__chunks__/chunk-FKIQSUGT.js +0 -2
- package/__chunks__/chunk-FT4U2IGB.js +0 -2
- package/__chunks__/chunk-G2CBMNHG.js +0 -2
- package/__chunks__/chunk-H37AFCHJ.js +0 -2
- package/__chunks__/chunk-HORO7HUU.js +0 -2
- package/__chunks__/chunk-HY4DLLON.js +0 -2
- package/__chunks__/chunk-IOYBBJCI.js +0 -2
- package/__chunks__/chunk-KI4NUSXO.js +0 -2
- package/__chunks__/chunk-LGIVDAWA.js +0 -2
- package/__chunks__/chunk-LMGZW34V.js +0 -2
- package/__chunks__/chunk-MMR72JFQ.js +0 -2
- package/__chunks__/chunk-NA3DIL6Z.js +0 -2
- package/__chunks__/chunk-NNFEEU6A.js +0 -2
- package/__chunks__/chunk-NQUVXDZS.js +0 -2
- package/__chunks__/chunk-NVMHC2UR.js +0 -2
- package/__chunks__/chunk-NZ5NA3MQ.js +0 -2
- package/__chunks__/chunk-OFOD3F5A.js +0 -2
- package/__chunks__/chunk-PJRCE2KU.js +0 -2
- package/__chunks__/chunk-PT4LBHJF.js +0 -2
- package/__chunks__/chunk-Q64FUYLU.js +0 -2
- package/__chunks__/chunk-QA2U3VUT.js +0 -2
- package/__chunks__/chunk-QFTZY2WK.js +0 -2
- package/__chunks__/chunk-S6EEK66M.js +0 -2
- package/__chunks__/chunk-SIFXULU5.js +0 -2
- package/__chunks__/chunk-SK7GCSQ5.js +0 -2
- package/__chunks__/chunk-UUNMA3WI.js +0 -2
- package/__chunks__/chunk-VDC2YCEB.js +0 -2
- package/__chunks__/chunk-VRKEQZNG.js +0 -2
- package/__chunks__/chunk-W6WQNYWR.js +0 -2
- package/__chunks__/chunk-WDZIOQ4W.js +0 -2
- package/__chunks__/chunk-WQNPN74E.js +0 -2
- package/__chunks__/chunk-YCOGET3Z.js +0 -2
- package/__chunks__/chunk-YW6ZZ4VJ.js +0 -2
- package/__chunks__/chunk-YZ3AZ7NL.js +0 -2
- package/__chunks__/chunk-ZE3XPL3I.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.6.1",_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.6.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});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|