@multiversx/sdk-dapp 3.0.17 → 3.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/chunk-27FH5G67.js +2 -0
- package/__chunks__/{chunk-WT3FGIIY.js → chunk-2AIEU6LZ.js} +2 -2
- package/__chunks__/{chunk-YLFYQYD3.js → chunk-2GRCIZYF.js} +2 -2
- package/__chunks__/{chunk-XWSSWFTD.js → chunk-2HIUA3PT.js} +2 -2
- package/__chunks__/{chunk-RMNLKAFR.js → chunk-2IP7PG2N.js} +2 -2
- package/__chunks__/{chunk-IFCEM2UW.js → chunk-2JGKGQC4.js} +2 -2
- package/__chunks__/{chunk-A2CBNGN4.js → chunk-2KGXFHHC.js} +2 -2
- package/__chunks__/{chunk-MRNCVD3U.js → chunk-2KLEV5AU.js} +2 -2
- package/__chunks__/{chunk-BFRGEQGK.js → chunk-2NCVBO6D.js} +2 -2
- package/__chunks__/{chunk-YWFYVD4G.js → chunk-2OGUKUYW.js} +2 -2
- package/__chunks__/{chunk-KSK7DKUN.js → chunk-2RG4XFAN.js} +2 -2
- package/__chunks__/{chunk-5IJ6LP4I.js → chunk-2SCHD7Y5.js} +2 -2
- package/__chunks__/{chunk-NLKVPZDS.js → chunk-2VM6SFLZ.js} +2 -2
- package/__chunks__/{chunk-YBAE7GFQ.js → chunk-2Y7KT3FW.js} +2 -2
- package/__chunks__/{chunk-LZQZJU3W.js → chunk-33ZQXWGC.js} +2 -2
- package/__chunks__/{chunk-OKIOGBK3.js → chunk-366BFEAQ.js} +2 -2
- package/__chunks__/{chunk-NXKTQZRX.js → chunk-36ZXKKNC.js} +2 -2
- package/__chunks__/{chunk-U7DVMPTX.js → chunk-3AOUWDRN.js} +2 -2
- package/__chunks__/{chunk-VYQ6IUMX.js → chunk-3B4DWW6O.js} +2 -2
- package/__chunks__/{chunk-3A4GVG6U.js → chunk-3CINYBP7.js} +2 -2
- package/__chunks__/{chunk-P7WESPEI.js → chunk-3D2KUB25.js} +2 -2
- package/__chunks__/{chunk-TW45XY74.js → chunk-3FRL7P2E.js} +2 -2
- package/__chunks__/{chunk-22JN6N73.js → chunk-3L3N56FB.js} +2 -2
- package/__chunks__/{chunk-3WVAONFD.js → chunk-3NXEJBK7.js} +2 -2
- package/__chunks__/{chunk-O6NULEHL.js → chunk-3QAMKN76.js} +2 -2
- package/__chunks__/{chunk-OEE4AKVK.js → chunk-3VDMQS32.js} +2 -2
- package/__chunks__/{chunk-K27V442V.js → chunk-42M6IY4Z.js} +2 -2
- package/__chunks__/chunk-443DT25B.js +2 -0
- package/__chunks__/{chunk-ORLHMIEC.js → chunk-4EMUKO3O.js} +2 -2
- package/__chunks__/chunk-4H47G34Q.js +2 -0
- package/__chunks__/{chunk-TI3ANIQU.js → chunk-4MYDIG2C.js} +2 -2
- package/__chunks__/{chunk-MY244MYG.js → chunk-4QMNIBLK.js} +2 -2
- package/__chunks__/{chunk-5C2GZIUZ.js → chunk-4YP6ER5C.js} +2 -2
- package/__chunks__/{chunk-7SETDCR4.js → chunk-52FCCIBT.js} +2 -2
- package/__chunks__/chunk-52IXS66S.js +2 -0
- package/__chunks__/{chunk-3VDW6P23.js → chunk-5B3VR2FV.js} +2 -2
- package/__chunks__/{chunk-NQWDBVCU.js → chunk-5IFIHV7J.js} +2 -2
- package/__chunks__/{chunk-L3PFBTYT.js → chunk-5PD4V7PN.js} +2 -2
- package/__chunks__/{chunk-XYG2GT62.js → chunk-5Q4NNIXY.js} +2 -2
- package/__chunks__/{chunk-WGJCID34.js → chunk-5TQ6M4FL.js} +2 -2
- package/__chunks__/chunk-5YK22TET.js +2 -0
- package/__chunks__/{chunk-UNXXYSEH.js → chunk-5YOFTA6Z.js} +2 -2
- package/__chunks__/{chunk-6MVSRKSW.js → chunk-5ZE4DETZ.js} +2 -2
- package/__chunks__/chunk-5ZEU6QMA.js +2 -0
- package/__chunks__/{chunk-HGJG26HB.js → chunk-6AJXQNY4.js} +2 -2
- package/__chunks__/{chunk-G3WMM467.js → chunk-6DGZJKY3.js} +2 -2
- package/__chunks__/chunk-6E3DEOH3.js +2 -0
- package/__chunks__/{chunk-YDTXMKIU.js → chunk-6IOVE2XD.js} +2 -2
- package/__chunks__/{chunk-TQH47APX.js → chunk-6JKT3JAV.js} +2 -2
- package/__chunks__/{chunk-USLL3BF7.js → chunk-6KOTAMEE.js} +2 -2
- package/__chunks__/{chunk-KHW6DXSV.js → chunk-6QMORR5K.js} +2 -2
- package/__chunks__/{chunk-GMMNKNOR.js → chunk-6VEYADOE.js} +2 -2
- package/__chunks__/chunk-6W7DVGIL.js +2 -0
- package/__chunks__/{chunk-GY4NLIXS.js → chunk-73TBJORY.js} +2 -2
- package/__chunks__/{chunk-EY67IUVU.js → chunk-75T2I3S5.js} +2 -2
- package/__chunks__/{chunk-65IDFVWB.js → chunk-7ICEDXUF.js} +2 -2
- package/__chunks__/{chunk-QU55M6V5.js → chunk-7IKDWUZY.js} +2 -2
- package/__chunks__/{chunk-XNTBUCLS.js → chunk-7MEQWRNH.js} +2 -2
- package/__chunks__/chunk-7OACEH3X.js +2 -0
- package/__chunks__/{chunk-U3XNHBKX.js → chunk-7UV4S7IL.js} +2 -2
- package/__chunks__/{chunk-EIPIMQWF.js → chunk-7XPJPXQF.js} +2 -2
- package/__chunks__/{chunk-HC2LFFDZ.js → chunk-A4X2GOUI.js} +2 -2
- package/__chunks__/{chunk-HJV3S3GA.js → chunk-A5DQLJGX.js} +2 -2
- package/__chunks__/{chunk-LVFD76RL.js → chunk-A6Z6LN54.js} +2 -2
- package/__chunks__/{chunk-U4AJKPBS.js → chunk-A6ZSNFXP.js} +2 -2
- package/__chunks__/{chunk-YO7XRCO7.js → chunk-ABDJB5G2.js} +2 -2
- package/__chunks__/{chunk-RJ5NZ6AO.js → chunk-ACV6ZBKI.js} +2 -2
- package/__chunks__/{chunk-LGVKJWOE.js → chunk-AFOBGIC6.js} +2 -2
- package/__chunks__/{chunk-Y2RCTKBX.js → chunk-AHFVMJ7X.js} +2 -2
- package/__chunks__/{chunk-7OFHGTYC.js → chunk-AIKFVFQ3.js} +2 -2
- package/__chunks__/{chunk-ICXOCZAA.js → chunk-AMFNXVCM.js} +2 -2
- package/__chunks__/{chunk-YCJWST4I.js → chunk-AN3PVYB6.js} +2 -2
- package/__chunks__/{chunk-62STDYU4.js → chunk-AS43CSOP.js} +2 -2
- package/__chunks__/{chunk-MVQ5M2I7.js → chunk-ASQ3U46M.js} +2 -2
- package/__chunks__/{chunk-O5WZCBNH.js → chunk-ASSEYEJJ.js} +2 -2
- package/__chunks__/{chunk-S4F4I3EL.js → chunk-ATGKNVBX.js} +2 -2
- package/__chunks__/chunk-AVGGN2LY.js +2 -0
- package/__chunks__/{chunk-2V3E3WRB.js → chunk-B2XE3XO6.js} +2 -2
- package/__chunks__/chunk-BFHMV5A6.js +2 -0
- package/__chunks__/chunk-BG5F4VLD.js +2 -0
- package/__chunks__/{chunk-3CUOMC2D.js → chunk-BHK3YIYA.js} +2 -2
- package/__chunks__/{chunk-3KHT75N2.js → chunk-BK3F643X.js} +2 -2
- package/__chunks__/{chunk-OBWRRQFF.js → chunk-BL3YCAIK.js} +2 -2
- package/__chunks__/chunk-BMV2L5DM.js +2 -0
- package/__chunks__/{chunk-BRXIN6O6.js → chunk-BNAILBH3.js} +2 -2
- package/__chunks__/{chunk-O5X5ZJ2X.js → chunk-BNDLAUUS.js} +2 -2
- package/__chunks__/{chunk-NUAT4GP2.js → chunk-BPUHN7WW.js} +2 -2
- package/__chunks__/{chunk-LB35NEGJ.js → chunk-BQZAL57Q.js} +2 -2
- package/__chunks__/{chunk-ZV5KFJQG.js → chunk-BRMDGFCG.js} +2 -2
- package/__chunks__/{chunk-XYIINX7L.js → chunk-BUXN3GSA.js} +2 -2
- package/__chunks__/chunk-BWI6T72S.js +2 -0
- package/__chunks__/{chunk-S74OWSEP.js → chunk-C4I5OLSZ.js} +2 -2
- package/__chunks__/{chunk-2KDYG3SO.js → chunk-C64OHZJI.js} +2 -2
- package/__chunks__/{chunk-QAXYRYC4.js → chunk-C66BVUKM.js} +2 -2
- package/__chunks__/{chunk-BBWWGDQW.js → chunk-CDJPQRSF.js} +2 -2
- package/__chunks__/{chunk-IV77VRKI.js → chunk-CG2QJHSL.js} +2 -2
- package/__chunks__/{chunk-UYTH5YHT.js → chunk-CKNPVVRA.js} +2 -2
- package/__chunks__/chunk-CL6IW7IS.js +2 -0
- package/__chunks__/{chunk-TMS47H5N.js → chunk-CLMGL2UV.js} +2 -2
- package/__chunks__/{chunk-ODC7QWD2.js → chunk-CN2BS3Z5.js} +2 -2
- package/__chunks__/{chunk-YUAQJODP.js → chunk-CPTGXWUV.js} +2 -2
- package/__chunks__/chunk-CQYDQFE4.js +2 -0
- package/__chunks__/chunk-CS3BFVVL.js +2 -0
- package/__chunks__/{chunk-KM22PKZI.js → chunk-CUYJAD7W.js} +2 -2
- package/__chunks__/{chunk-UK6TMYAE.js → chunk-CYSLBY5U.js} +2 -2
- package/__chunks__/chunk-D4NANPZS.js +2 -0
- package/__chunks__/{chunk-YYK62RW6.js → chunk-D62OYHN4.js} +2 -2
- package/__chunks__/{chunk-PWN2GZNT.js → chunk-D75WP7GF.js} +2 -2
- package/__chunks__/{chunk-C4VT2ERW.js → chunk-DBEM42SR.js} +2 -2
- package/__chunks__/{chunk-FPLYKLXQ.js → chunk-DBRTYYBP.js} +2 -2
- package/__chunks__/{chunk-LE6E76JC.js → chunk-DEZFV57Q.js} +2 -2
- package/__chunks__/{chunk-PO5AWVDZ.js → chunk-DFXCBJPX.js} +2 -2
- package/__chunks__/{chunk-TIEZXLF2.js → chunk-DHRUNZEK.js} +2 -2
- package/__chunks__/chunk-DL6ZH3ZM.js +2 -0
- package/__chunks__/{chunk-GIRJIZEX.js → chunk-DOSMNWM2.js} +2 -2
- package/__chunks__/{chunk-TKAZPDQD.js → chunk-DPD3XJBG.js} +2 -2
- package/__chunks__/chunk-DSNZ6WWJ.js +2 -0
- package/__chunks__/{chunk-7P4DCZH2.js → chunk-DYVTV6RQ.js} +2 -2
- package/__chunks__/{chunk-4NEPCTFX.js → chunk-E4VQH6BK.js} +2 -2
- package/__chunks__/{chunk-ATHPZDJE.js → chunk-E5O47KXV.js} +2 -2
- package/__chunks__/{chunk-NHOS36NE.js → chunk-E663HYOF.js} +2 -2
- package/__chunks__/{chunk-WEOGIT34.js → chunk-EB7KSHVC.js} +2 -2
- package/__chunks__/{chunk-EU5ABVL3.js → chunk-ELUYAFQH.js} +2 -2
- package/__chunks__/chunk-EMIZYMPZ.js +2 -0
- package/__chunks__/{chunk-LBOSXJ4J.js → chunk-EQ6O7XYT.js} +2 -2
- package/__chunks__/{chunk-EF2UXIU4.js → chunk-EZ2PLUR5.js} +2 -2
- package/__chunks__/{chunk-VIQBMB7R.js → chunk-F4PPWPLD.js} +2 -2
- package/__chunks__/{chunk-BZ5ZNPRL.js → chunk-F74R22JL.js} +2 -2
- package/__chunks__/{chunk-BPULXLJZ.js → chunk-FERW6O6J.js} +2 -2
- package/__chunks__/{chunk-UXCGROP3.js → chunk-FFPSOIDK.js} +2 -2
- package/__chunks__/{chunk-IS3UGNWF.js → chunk-FLNPSKM5.js} +2 -2
- package/__chunks__/chunk-FOV4YAAN.js +2 -0
- package/__chunks__/{chunk-NWH3BG5P.js → chunk-FUNIQ52G.js} +2 -2
- package/__chunks__/{chunk-5RSAZX46.js → chunk-FXTYNVIR.js} +2 -2
- package/__chunks__/{chunk-BWGJEGRO.js → chunk-FY6ENH4F.js} +2 -2
- package/__chunks__/{chunk-YXZHP6AI.js → chunk-G2GEDE5X.js} +2 -2
- package/__chunks__/{chunk-TWKW7IAP.js → chunk-G2TQCLY5.js} +2 -2
- package/__chunks__/{chunk-O4AMG7HZ.js → chunk-G7NPLNV6.js} +2 -2
- package/__chunks__/{chunk-XG22CTWL.js → chunk-GAMY5LR7.js} +2 -2
- package/__chunks__/{chunk-GIMVUCZB.js → chunk-GC24T2RU.js} +2 -2
- package/__chunks__/{chunk-RTG6UTB2.js → chunk-GC3IMAFY.js} +2 -2
- package/__chunks__/{chunk-RYJAJ56G.js → chunk-GCNH3RZR.js} +2 -2
- package/__chunks__/{chunk-SSCQNJ5T.js → chunk-GDIJ3VWC.js} +2 -2
- package/__chunks__/{chunk-3FBESZUW.js → chunk-GDUQ43F2.js} +2 -2
- package/__chunks__/chunk-GE6AWBV7.js +2 -0
- package/__chunks__/{chunk-EOBC3SGK.js → chunk-GNYH4SPT.js} +2 -2
- package/__chunks__/{chunk-DYQCW5KD.js → chunk-GPRQNTUG.js} +2 -2
- package/__chunks__/{chunk-ZA3EOZGC.js → chunk-GSIGCMHA.js} +2 -2
- package/__chunks__/{chunk-S7M2FS7P.js → chunk-GSQ6RX24.js} +2 -2
- package/__chunks__/{chunk-BKKRTXC4.js → chunk-GUBGMHIC.js} +2 -2
- package/__chunks__/{chunk-P7P5UUFA.js → chunk-GWK5BOR4.js} +2 -2
- package/__chunks__/chunk-GYFGZGPB.js +2 -0
- package/__chunks__/{chunk-LRYZZFQK.js → chunk-H2MQCKDV.js} +2 -2
- package/__chunks__/{chunk-OLOMMKEU.js → chunk-H7F7QSSU.js} +2 -2
- package/__chunks__/{chunk-N7ADAEPB.js → chunk-HAKH2P4P.js} +2 -2
- package/__chunks__/{chunk-DUNXCYMV.js → chunk-HEV2DLYP.js} +2 -2
- package/__chunks__/{chunk-MT3Y2HBI.js → chunk-HFGBJ5GL.js} +2 -2
- package/__chunks__/chunk-HGBHLYSY.js +2 -0
- package/__chunks__/{chunk-AFDBN25I.js → chunk-HI6OFQF5.js} +2 -2
- package/__chunks__/{chunk-O2ZEL6NT.js → chunk-HK3BL5WJ.js} +2 -2
- package/__chunks__/chunk-HK3IGHZP.js +2 -0
- package/__chunks__/chunk-HL5YGNOT.js +2 -0
- package/__chunks__/{chunk-5NULPHFT.js → chunk-HLTYS3PQ.js} +2 -2
- package/__chunks__/{chunk-FKBZ5UQI.js → chunk-HV7MRP6D.js} +2 -2
- package/__chunks__/{chunk-BYMJYEHI.js → chunk-HWKORQ2K.js} +2 -2
- package/__chunks__/{chunk-4GFEXTZD.js → chunk-I5OGC7V5.js} +2 -2
- package/__chunks__/{chunk-FNDDL6TB.js → chunk-IAKCDH5D.js} +2 -2
- package/__chunks__/{chunk-APY6NMJV.js → chunk-IE3IVXRG.js} +2 -2
- package/__chunks__/{chunk-ZENU2WFM.js → chunk-IGORY6G3.js} +2 -2
- package/__chunks__/{chunk-T4VQSZEL.js → chunk-IJKIVSOH.js} +2 -2
- package/__chunks__/{chunk-KQ7RVOIZ.js → chunk-IN4SP3V2.js} +2 -2
- package/__chunks__/{chunk-V76FYMTO.js → chunk-IOK2AYLN.js} +2 -2
- package/__chunks__/{chunk-JRTEZHT3.js → chunk-IOL6OMHE.js} +2 -2
- package/__chunks__/{chunk-RZKCPVPQ.js → chunk-IUMHVMTK.js} +2 -2
- package/__chunks__/chunk-IXUNCHI4.js +2 -0
- package/__chunks__/{chunk-TFFWE4BT.js → chunk-IZ2LTUAS.js} +2 -2
- package/__chunks__/{chunk-B3QOKO5I.js → chunk-J5WQX5EE.js} +2 -2
- package/__chunks__/{chunk-YTK76YT2.js → chunk-JA3SLGX2.js} +2 -2
- package/__chunks__/{chunk-TQT5YUX5.js → chunk-JMTSXEZ3.js} +2 -2
- package/__chunks__/{chunk-6N4RLQ5C.js → chunk-JN4X6QCT.js} +2 -2
- package/__chunks__/{chunk-SOT46JZ4.js → chunk-JSANEGSJ.js} +2 -2
- package/__chunks__/{chunk-M2ZPVVVY.js → chunk-JTMWMYCS.js} +2 -2
- package/__chunks__/{chunk-NP4OVEKX.js → chunk-JUNOVW6Y.js} +2 -2
- package/__chunks__/{chunk-S7QUPUT2.js → chunk-JVKY75JG.js} +2 -2
- package/__chunks__/{chunk-LBNVU6PX.js → chunk-K34NQEQO.js} +2 -2
- package/__chunks__/{chunk-5FOAU3JX.js → chunk-K6Q3BCRA.js} +2 -2
- package/__chunks__/{chunk-725DQS6I.js → chunk-K7ITUXHA.js} +2 -2
- package/__chunks__/{chunk-6DQ7WJGR.js → chunk-KACXL2VQ.js} +2 -2
- package/__chunks__/{chunk-QFGYD6TB.js → chunk-KBWCG46F.js} +2 -2
- package/__chunks__/{chunk-IJUEBJAF.js → chunk-KKHZHP3E.js} +2 -2
- package/__chunks__/{chunk-OD662V2W.js → chunk-KPFB6TA7.js} +2 -2
- package/__chunks__/{chunk-QU7CA45V.js → chunk-KRAXDXND.js} +2 -2
- package/__chunks__/chunk-KSBIKCRA.js +2 -0
- package/__chunks__/{chunk-ABCTLPKE.js → chunk-KSXK7ZQS.js} +2 -2
- package/__chunks__/{chunk-TWTHHNTM.js → chunk-KY6VRMZ7.js} +2 -2
- package/__chunks__/{chunk-CGWAXN6N.js → chunk-L5MDW727.js} +2 -2
- package/__chunks__/{chunk-A4LWJRGO.js → chunk-L5QBPZ5I.js} +2 -2
- package/__chunks__/{chunk-5LRIVXCH.js → chunk-L6WTPOV5.js} +2 -2
- package/__chunks__/{chunk-FAKD6TQU.js → chunk-L7JIR6OV.js} +2 -2
- package/__chunks__/{chunk-MEVXHA66.js → chunk-LEKYTY2K.js} +2 -2
- package/__chunks__/{chunk-L2MNSAH6.js → chunk-LMMPVJHS.js} +2 -2
- package/__chunks__/{chunk-KRA5K2CA.js → chunk-LPRQ2IYP.js} +2 -2
- package/__chunks__/chunk-LTQQHGJA.js +2 -0
- package/__chunks__/{chunk-YMBGOTL7.js → chunk-LUGGITMH.js} +2 -2
- package/__chunks__/{chunk-E4B3E3AR.js → chunk-LX7I6YEI.js} +2 -2
- package/__chunks__/{chunk-OJE3TJIQ.js → chunk-LYB2N5RS.js} +2 -2
- package/__chunks__/{chunk-WJR6UK3M.js → chunk-LZM7JQGH.js} +2 -2
- package/__chunks__/{chunk-NHRIRJWC.js → chunk-M3I2BY6B.js} +2 -2
- package/__chunks__/chunk-M3KZ5ZCM.js +2 -0
- package/__chunks__/chunk-M7QUL4WU.js +2 -0
- package/__chunks__/{chunk-UJ5NQGFL.js → chunk-MBNT47JC.js} +2 -2
- package/__chunks__/{chunk-PRVH5LV4.js → chunk-MCBGUPUJ.js} +2 -2
- package/__chunks__/{chunk-FKPR7F7N.js → chunk-MFPKPOZT.js} +2 -2
- package/__chunks__/{chunk-M56LZ3W7.js → chunk-MG4D5Y35.js} +2 -2
- package/__chunks__/{chunk-ZHI6VDK3.js → chunk-MJJOJ7DA.js} +2 -2
- package/__chunks__/{chunk-SVN5HNM2.js → chunk-MTF3EZIB.js} +2 -2
- package/__chunks__/{chunk-WPFAZXYU.js → chunk-MYP4XQY5.js} +2 -2
- package/__chunks__/{chunk-UJP5XOCK.js → chunk-N2CCCYOS.js} +2 -2
- package/__chunks__/{chunk-CCWOG6MB.js → chunk-N2M34KLB.js} +2 -2
- package/__chunks__/chunk-N5OGU3OY.js +2 -0
- package/__chunks__/{chunk-QIF4RAQV.js → chunk-N6NWN72A.js} +2 -2
- package/__chunks__/chunk-NGSXPTM7.js +2 -0
- package/__chunks__/{chunk-QJ7HFUDR.js → chunk-NMC25ZUJ.js} +2 -2
- package/__chunks__/{chunk-C3ZPT2ID.js → chunk-NNNZOKRA.js} +2 -2
- package/__chunks__/chunk-NOFGMWJX.js +2 -0
- package/__chunks__/{chunk-GEH3ZXZJ.js → chunk-NPOQRA75.js} +2 -2
- package/__chunks__/{chunk-SFYZHJUF.js → chunk-NRUQYCRY.js} +2 -2
- package/__chunks__/chunk-NSUEKEPT.js +2 -0
- package/__chunks__/{chunk-N2XOKZ5I.js → chunk-NTZB4F5Z.js} +2 -2
- package/__chunks__/{chunk-SIVLWB4D.js → chunk-NVVUEWXN.js} +2 -2
- package/__chunks__/{chunk-SX5YBID4.js → chunk-NW56V3MY.js} +2 -2
- package/__chunks__/{chunk-VOVGM76A.js → chunk-OGQJGQSH.js} +2 -2
- package/__chunks__/{chunk-RW52YTWK.js → chunk-OHDOIVLS.js} +2 -2
- package/__chunks__/chunk-OJDKSNKS.js +2 -0
- package/__chunks__/{chunk-W6DYGRIO.js → chunk-OR42DSOO.js} +2 -2
- package/__chunks__/{chunk-SBUSN3HF.js → chunk-OT7M3OPU.js} +2 -2
- package/__chunks__/{chunk-IS2TKLNE.js → chunk-OUSIKRNJ.js} +2 -2
- package/__chunks__/{chunk-AOHMQPZL.js → chunk-OVTUQNFB.js} +2 -2
- package/__chunks__/{chunk-GBKWCLTK.js → chunk-PAIRJY2N.js} +2 -2
- package/__chunks__/{chunk-NPCALBS3.js → chunk-PBD3PMQ6.js} +2 -2
- package/__chunks__/{chunk-I4E2LF4E.js → chunk-PQQY2VA2.js} +2 -2
- package/__chunks__/{chunk-IPXTANOK.js → chunk-PTP4ZK4E.js} +2 -2
- package/__chunks__/{chunk-XXOINCQR.js → chunk-PXO3KXPV.js} +2 -2
- package/__chunks__/chunk-Q4L3J62S.js +2 -0
- package/__chunks__/chunk-Q7G6IS5N.js +2 -0
- package/__chunks__/{chunk-PBCZXHIJ.js → chunk-QGCSWJ3J.js} +2 -2
- package/__chunks__/chunk-QQGKX76V.js +2 -0
- package/__chunks__/chunk-QSQMERZY.js +2 -0
- package/__chunks__/{chunk-N3TKVWQ6.js → chunk-QZD5N7RZ.js} +2 -2
- package/__chunks__/chunk-R4NOSGSY.js +2 -0
- package/__chunks__/{chunk-IZT5M3NI.js → chunk-R53SJ3NZ.js} +2 -2
- package/__chunks__/{chunk-II4JTXXI.js → chunk-R666NKD7.js} +2 -2
- package/__chunks__/{chunk-YS264G4H.js → chunk-RBG6ZS7K.js} +2 -2
- package/__chunks__/{chunk-5FHEIYXO.js → chunk-RC7NBVBT.js} +2 -2
- package/__chunks__/chunk-RMSI2KAF.js +2 -0
- package/__chunks__/{chunk-DBXSYSN3.js → chunk-RORU34DN.js} +2 -2
- package/__chunks__/chunk-ROVLCWLB.js +2 -0
- package/__chunks__/{chunk-BNTCTEV4.js → chunk-RPRH53SN.js} +2 -2
- package/__chunks__/{chunk-3PQESL5F.js → chunk-RWKKUCND.js} +2 -2
- package/__chunks__/chunk-S6WU7FIP.js +2 -0
- package/__chunks__/{chunk-T56U5SCF.js → chunk-SD2ZJL4Z.js} +2 -2
- package/__chunks__/{chunk-U73ZTPDU.js → chunk-SIBZP36W.js} +2 -2
- package/__chunks__/{chunk-BSDAN6CW.js → chunk-SJFNSQDE.js} +2 -2
- package/__chunks__/chunk-SKQHXYAY.js +2 -0
- package/__chunks__/{chunk-WRX3NWCT.js → chunk-SKX4EJGO.js} +2 -2
- package/__chunks__/chunk-SMD3P2QU.js +2 -0
- package/__chunks__/chunk-SNJ63XJS.js +2 -0
- package/__chunks__/{chunk-X5ICOU7C.js → chunk-SOOZPADC.js} +2 -2
- package/__chunks__/chunk-SUNJRNCA.js +2 -0
- package/__chunks__/{chunk-YHUPKAM7.js → chunk-SUPKMGBY.js} +2 -2
- package/__chunks__/{chunk-MAV57NWH.js → chunk-SUY4WMMQ.js} +2 -2
- package/__chunks__/chunk-SYEARPKN.js +2 -0
- package/__chunks__/chunk-SYYNFXUN.js +2 -0
- package/__chunks__/{chunk-YPMP62YX.js → chunk-T24YSU7I.js} +2 -2
- package/__chunks__/{chunk-NOMYSJLF.js → chunk-T3SLPLBT.js} +2 -2
- package/__chunks__/chunk-TELFM4OQ.js +2 -0
- package/__chunks__/{chunk-ABVIX57I.js → chunk-TFZRV4WV.js} +2 -2
- package/__chunks__/{chunk-LSB7OMSQ.js → chunk-TIMS5S2C.js} +2 -2
- package/__chunks__/{chunk-HVQFYTGW.js → chunk-TLG4GXZW.js} +2 -2
- package/__chunks__/{chunk-FATBVCBP.js → chunk-TLR5RFIN.js} +2 -2
- package/__chunks__/{chunk-6FPX673H.js → chunk-TOCSIKJA.js} +2 -2
- package/__chunks__/{chunk-266G5JQJ.js → chunk-TPMTRTYF.js} +2 -2
- package/__chunks__/{chunk-CYSDZCF5.js → chunk-TRUASFOC.js} +2 -2
- package/__chunks__/{chunk-ATPUAU7X.js → chunk-U7I66IZO.js} +2 -2
- package/__chunks__/{chunk-2YLBTMG6.js → chunk-UDMQAGTD.js} +2 -2
- package/__chunks__/{chunk-64HD2IJE.js → chunk-UES4R3TC.js} +2 -2
- package/__chunks__/{chunk-FE6U2NQN.js → chunk-UH2U3I5W.js} +2 -2
- package/__chunks__/{chunk-C4CGIKHQ.js → chunk-UPRCDBIL.js} +2 -2
- package/__chunks__/{chunk-B7HYNARA.js → chunk-UTY6BZUT.js} +2 -2
- package/__chunks__/{chunk-XKIHSHRR.js → chunk-UXY5WZPX.js} +2 -2
- package/__chunks__/{chunk-TA6KXPDS.js → chunk-V3TVICHS.js} +2 -2
- package/__chunks__/{chunk-YUFTIAXC.js → chunk-VLCJAOJZ.js} +2 -2
- package/__chunks__/chunk-VUAMGFOX.js +2 -0
- package/__chunks__/chunk-VYUSRJOU.js +2 -0
- package/__chunks__/{chunk-RDD3H2JW.js → chunk-W6MOVXXY.js} +2 -2
- package/__chunks__/{chunk-BTK7EQXR.js → chunk-W6YGSEZ4.js} +2 -2
- package/__chunks__/{chunk-KRZC3JQ2.js → chunk-WANC2RXX.js} +2 -2
- package/__chunks__/{chunk-VXQEK23G.js → chunk-WJSEVDZX.js} +2 -2
- package/__chunks__/{chunk-MHWNNEJG.js → chunk-WLELEAGK.js} +2 -2
- package/__chunks__/{chunk-JRZH7GPF.js → chunk-WNUN6H4T.js} +2 -2
- package/__chunks__/{chunk-PWSOJTA4.js → chunk-WOXPP5OG.js} +2 -2
- package/__chunks__/{chunk-PFVDDVOD.js → chunk-WP6VM5J2.js} +2 -2
- package/__chunks__/{chunk-MWTZ7DNL.js → chunk-WQDTUJFG.js} +2 -2
- package/__chunks__/{chunk-PQ24WIES.js → chunk-WQPYK64A.js} +2 -2
- package/__chunks__/{chunk-AVJDCB7V.js → chunk-WRXNJQIY.js} +2 -2
- package/__chunks__/chunk-WWSMEEPR.js +2 -0
- package/__chunks__/{chunk-HCRA3RAT.js → chunk-XBNVZQA4.js} +2 -2
- package/__chunks__/{chunk-TKR4FVIS.js → chunk-XCEBI3EQ.js} +2 -2
- package/__chunks__/{chunk-X7AZT6CA.js → chunk-XCETJVG5.js} +2 -2
- package/__chunks__/{chunk-GSKFIRV6.js → chunk-XDRLF7XB.js} +2 -2
- package/__chunks__/{chunk-IMQ4I6WW.js → chunk-XECVYP4E.js} +2 -2
- package/__chunks__/{chunk-M56Y4AHA.js → chunk-XEEY3HDK.js} +2 -2
- package/__chunks__/{chunk-HJUPUIOO.js → chunk-XL7XIOJR.js} +2 -2
- package/__chunks__/{chunk-CN47U3Z4.js → chunk-XLNHVIPK.js} +2 -2
- package/__chunks__/{chunk-N7AWBBNE.js → chunk-XNYEQEU6.js} +2 -2
- package/__chunks__/{chunk-OEND4E23.js → chunk-XP6N4TB2.js} +2 -2
- package/__chunks__/{chunk-VJYHC2IC.js → chunk-XPMQVAXE.js} +2 -2
- package/__chunks__/{chunk-DUE4NORV.js → chunk-XRNT76UY.js} +2 -2
- package/__chunks__/chunk-XSCEIJSP.js +2 -0
- package/__chunks__/{chunk-VV4EKABW.js → chunk-XSPP3G57.js} +2 -2
- package/__chunks__/chunk-XUEKGCYZ.js +2 -0
- package/__chunks__/chunk-XVIPFZ65.js +2 -0
- package/__chunks__/{chunk-YE4P3ZZ7.js → chunk-Y36G3HGF.js} +2 -2
- package/__chunks__/{chunk-YGZXGGKB.js → chunk-Y4OZCVUZ.js} +2 -2
- package/__chunks__/chunk-YGWO7L5T.js +2 -0
- package/__chunks__/{chunk-5VE2X5PQ.js → chunk-YH4AUJVA.js} +2 -2
- package/__chunks__/chunk-YHUSZC3I.js +2 -0
- package/__chunks__/{chunk-4Q52MB5B.js → chunk-YIMSX4VD.js} +2 -2
- package/__chunks__/{chunk-OZDL46NA.js → chunk-YLPK7HAX.js} +2 -2
- package/__chunks__/{chunk-XYNRMMQW.js → chunk-YNW5XE5N.js} +2 -2
- package/__chunks__/{chunk-YOBVDDDP.js → chunk-YOZHK36J.js} +2 -2
- package/__chunks__/{chunk-LJKUHO7G.js → chunk-YPOZU6Y3.js} +2 -2
- package/__chunks__/{chunk-HZLQIFYM.js → chunk-YR74VMN6.js} +2 -2
- package/__chunks__/{chunk-NQUPSQWU.js → chunk-YSAZC3FJ.js} +2 -2
- package/__chunks__/chunk-YVGR3MVT.js +2 -0
- package/__chunks__/{chunk-3WJYDELU.js → chunk-YVH24RZH.js} +2 -2
- package/__chunks__/chunk-YWRTTCYK.js +2 -0
- package/__chunks__/chunk-ZDIO44CA.js +2 -0
- package/__chunks__/{chunk-DOSMTMSA.js → chunk-ZF27ANY4.js} +2 -2
- package/__chunks__/{chunk-F47KH2MF.js → chunk-ZHHX65UY.js} +2 -2
- package/__chunks__/{chunk-XIJOWM33.js → chunk-ZIHDYJLL.js} +2 -2
- package/__chunks__/{chunk-IZYPU3LW.js → chunk-ZIIQ5MFR.js} +2 -2
- package/__chunks__/{chunk-NPBAPU5Z.js → chunk-ZP4YU52T.js} +2 -2
- package/__chunks__/{chunk-4I7NHD4D.js → chunk-ZPAVSH7G.js} +2 -2
- package/__chunks__/{chunk-KB6S7Q6T.js → chunk-ZPB3ZJ2J.js} +2 -2
- package/__chunks__/{chunk-JMDO47UU.js → chunk-ZPEVRMR3.js} +2 -2
- package/__chunks__/{chunk-GU7IUTXI.js → chunk-ZQBSKR72.js} +2 -2
- package/__chunks__/{chunk-YT7A5JWD.js → chunk-ZVNBY4BK.js} +2 -2
- package/__chunks__/{chunk-P32QGFY7.js → chunk-ZWAI37XZ.js} +2 -2
- package/__chunks__/{chunk-I3EOPXZH.js → chunk-ZZ3PILAG.js} +2 -2
- package/__commonjs/UI/Denominate/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +21 -21
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +18 -18
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +18 -18
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +21 -21
- package/__commonjs/UI/TransactionData/TransactionData.js +4 -4
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +4 -4
- package/__commonjs/UI/TransactionData/components/index.js +4 -4
- package/__commonjs/UI/TransactionData/index.js +5 -5
- package/__commonjs/UI/TransactionDetails/TransactionDetails.js +4 -4
- package/__commonjs/UI/TransactionDetails/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +13 -13
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +3 -3
- package/__commonjs/UI/TransactionsTable/components/TransactionIcon.js +3 -3
- package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +6 -6
- package/__commonjs/UI/index.js +10 -10
- package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +2 -2
- package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/index.js +2 -2
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +3 -3
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +3 -3
- package/__commonjs/constants/dataTestIds.enum.d.ts +1 -0
- package/__commonjs/constants/dataTestIds.enum.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/account/useGetAccountProvider.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/useCrossWindowLogin.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/__commonjs/hooks/transactions/batch/useGetBatches.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/accountProvider.js +1 -1
- package/__commonjs/providers/index.js +1 -1
- package/__commonjs/providers/utils.js +1 -1
- package/__commonjs/reduxStore/slices/networkConfigSlice.js +1 -1
- package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsSlice.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/utils/account/getAccountProviderType.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/index.js +5 -5
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/__commonjs/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/__commonjs/wrappers/index.js +3 -3
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/dataTestIds.enum.d.ts +1 -0
- package/constants/dataTestIds.enum.js +1 -1
- package/constants/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-2CIKILAW.js +0 -2
- package/__chunks__/chunk-2OYU5WPX.js +0 -2
- package/__chunks__/chunk-374SPKUP.js +0 -2
- package/__chunks__/chunk-3ENWF7YR.js +0 -2
- package/__chunks__/chunk-4PV7B6OC.js +0 -2
- package/__chunks__/chunk-5CUNBDJS.js +0 -2
- package/__chunks__/chunk-5GZQ4REB.js +0 -2
- package/__chunks__/chunk-5ON2ZU5O.js +0 -2
- package/__chunks__/chunk-6CAO2NGV.js +0 -2
- package/__chunks__/chunk-6IQIPHJS.js +0 -2
- package/__chunks__/chunk-6NIELLKI.js +0 -2
- package/__chunks__/chunk-6U55E5BU.js +0 -2
- package/__chunks__/chunk-6YTBMA3L.js +0 -2
- package/__chunks__/chunk-742UIH6M.js +0 -2
- package/__chunks__/chunk-7PNWS3GR.js +0 -2
- package/__chunks__/chunk-ANAR4IRU.js +0 -2
- package/__chunks__/chunk-B7LFYDED.js +0 -2
- package/__chunks__/chunk-BMO5RCC5.js +0 -2
- package/__chunks__/chunk-BP52J7CD.js +0 -2
- package/__chunks__/chunk-CJAPWZXN.js +0 -2
- package/__chunks__/chunk-DFR7P23J.js +0 -2
- package/__chunks__/chunk-DUV2RGVU.js +0 -2
- package/__chunks__/chunk-E5DSKAV7.js +0 -2
- package/__chunks__/chunk-G4XEIEOD.js +0 -2
- package/__chunks__/chunk-GHFRCWZU.js +0 -2
- package/__chunks__/chunk-GMEPYWSN.js +0 -2
- package/__chunks__/chunk-HPW4LYHW.js +0 -2
- package/__chunks__/chunk-IOIPFMWK.js +0 -2
- package/__chunks__/chunk-J4LEZDHO.js +0 -2
- package/__chunks__/chunk-JBFTLTH7.js +0 -2
- package/__chunks__/chunk-LCTNXSYB.js +0 -2
- package/__chunks__/chunk-LZU4AQRM.js +0 -2
- package/__chunks__/chunk-MDJ2PLT3.js +0 -2
- package/__chunks__/chunk-MIFW35FG.js +0 -2
- package/__chunks__/chunk-NPRONW74.js +0 -2
- package/__chunks__/chunk-O3JF5Q7D.js +0 -2
- package/__chunks__/chunk-O4HAQEWQ.js +0 -2
- package/__chunks__/chunk-OS3KFYDU.js +0 -2
- package/__chunks__/chunk-OZ7ANBS3.js +0 -2
- package/__chunks__/chunk-PAX7M4ZA.js +0 -2
- package/__chunks__/chunk-PCYE2DXE.js +0 -2
- package/__chunks__/chunk-PHQZ5JGB.js +0 -2
- package/__chunks__/chunk-PJTUBBED.js +0 -2
- package/__chunks__/chunk-PYXNU6FU.js +0 -2
- package/__chunks__/chunk-QGQKCL7C.js +0 -2
- package/__chunks__/chunk-RLTGJLTK.js +0 -2
- package/__chunks__/chunk-RQLQURWN.js +0 -2
- package/__chunks__/chunk-SB5OER4G.js +0 -2
- package/__chunks__/chunk-TGN5MZTJ.js +0 -2
- package/__chunks__/chunk-TNBTG7EY.js +0 -2
- package/__chunks__/chunk-TW3W4TEQ.js +0 -2
- package/__chunks__/chunk-U3F4YV5C.js +0 -2
- package/__chunks__/chunk-UANI2K3E.js +0 -2
- package/__chunks__/chunk-UUZWA5KU.js +0 -2
- package/__chunks__/chunk-W3LC3DJ3.js +0 -2
- package/__chunks__/chunk-WD34FATV.js +0 -2
- package/__chunks__/chunk-XC2TOXRS.js +0 -2
- package/__chunks__/chunk-XSEH43PQ.js +0 -2
- package/__chunks__/chunk-Y2KGN2FJ.js +0 -2
- package/__chunks__/chunk-YMQ3LJXF.js +0 -2
- package/__chunks__/chunk-YTYYPK7N.js +0 -2
- package/__chunks__/chunk-ZCKZ2UUI.js +0 -2
- package/__chunks__/chunk-ZJWWEHIM.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Sr=Object.create;var W=Object.defineProperty;var dr=Object.getOwnPropertyDescriptor;var kr=Object.getOwnPropertyNames;var Rr=Object.getPrototypeOf,Tr=Object.prototype.hasOwnProperty;var Mr=(n,r)=>()=>(n&&(r=n(n=0)),r);var V=(n,r)=>()=>(r||n((r={exports:{}}).exports,r),r.exports),_r=(n,r)=>{for(var t in r)W(n,t,{get:r[t],enumerable:!0})},tr=(n,r,t,e)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of kr(r))!Tr.call(n,i)&&i!==t&&W(n,i,{get:()=>r[i],enumerable:!(e=dr(r,i))||e.enumerable});return n};var nr=(n,r,t)=>(t=n!=null?Sr(Rr(n)):{},tr(r||!n||!n.__esModule?W(t,"default",{value:n,enumerable:!0}):t,n)),br=n=>tr(W({},"__esModule",{value:!0}),n);var or=V(H=>{"use strict";F();H.byteLength=Nr;H.toByteArray=Vr;H.fromByteArray=qr;var A=[],g=[],Ir=typeof Uint8Array!="undefined"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(d=0,er=z.length;d<er;++d)A[d]=z[d],g[z.charCodeAt(d)]=d;var d,er;g["-".charCodeAt(0)]=62;g["_".charCodeAt(0)]=63;function ir(n){var r=n.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=n.indexOf("=");t===-1&&(t=r);var e=t===r?0:4-t%4;return[t,e]}function Nr(n){var r=ir(n),t=r[0],e=r[1];return(t+e)*3/4-e}function Wr(n,r,t){return(r+t)*3/4-t}function Vr(n){var r,t=ir(n),e=t[0],i=t[1],o=new Ir(Wr(n,e,i)),u=0,c=i>0?e-4:e,h;for(h=0;h<c;h+=4)r=g[n.charCodeAt(h)]<<18|g[n.charCodeAt(h+1)]<<12|g[n.charCodeAt(h+2)]<<6|g[n.charCodeAt(h+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return i===2&&(r=g[n.charCodeAt(h)]<<2|g[n.charCodeAt(h+1)]>>4,o[u++]=r&255),i===1&&(r=g[n.charCodeAt(h)]<<10|g[n.charCodeAt(h+1)]<<4|g[n.charCodeAt(h+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Hr(n){return A[n>>18&63]+A[n>>12&63]+A[n>>6&63]+A[n&63]}function Yr(n,r,t){for(var e,i=[],o=r;o<t;o+=3)e=(n[o]<<16&16711680)+(n[o+1]<<8&65280)+(n[o+2]&255),i.push(Hr(e));return i.join("")}function qr(n){for(var r,t=n.length,e=t%3,i=[],o=16383,u=0,c=t-e;u<c;u+=o)i.push(Yr(n,u,u+o>c?c:u+o));return e===1?(r=n[t-1],i.push(A[r>>2]+A[r<<4&63]+"==")):e===2&&(r=(n[t-2]<<8)+n[t-1],i.push(A[r>>10]+A[r>>4&63]+A[r<<2&63]+"=")),i.join("")}});var ur=V(J=>{F();J.read=function(n,r,t,e,i){var o,u,c=i*8-e-1,h=(1<<c)-1,l=h>>1,s=-7,p=t?i-1:0,B=t?-1:1,m=n[r+p];for(p+=B,o=m&(1<<-s)-1,m>>=-s,s+=c;s>0;o=o*256+n[r+p],p+=B,s-=8);for(u=o&(1<<-s)-1,o>>=-s,s+=e;s>0;u=u*256+n[r+p],p+=B,s-=8);if(o===0)o=1-l;else{if(o===h)return u?NaN:(m?-1:1)*(1/0);u=u+Math.pow(2,e),o=o-l}return(m?-1:1)*u*Math.pow(2,o-e)};J.write=function(n,r,t,e,i,o){var u,c,h,l=o*8-i-1,s=(1<<l)-1,p=s>>1,B=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,m=e?0:o-1,T=e?1:-1,Cr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,u=s):(u=Math.floor(Math.log(r)/Math.LN2),r*(h=Math.pow(2,-u))<1&&(u--,h*=2),u+p>=1?r+=B/h:r+=B*Math.pow(2,1-p),r*h>=2&&(u++,h/=2),u+p>=s?(c=0,u=s):u+p>=1?(c=(r*h-1)*Math.pow(2,i),u=u+p):(c=r*Math.pow(2,p-1)*Math.pow(2,i),u=0));i>=8;n[t+m]=c&255,m+=T,c/=256,i-=8);for(u=u<<i|c,l+=i;l>0;n[t+m]=u&255,m+=T,u/=256,l-=8);n[t+m-T]|=Cr*128}});var Br=V(_=>{"use strict";F();var Q=or(),M=ur(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;_.Buffer=a;_.SlowBuffer=Kr;_.INSPECT_MAX_BYTES=50;var q=2147483647;_.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=Xr();!a.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 Xr(){try{var n=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(n,r),n.foo()===42}catch(t){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function L(n){if(n>q)throw new RangeError('The value "'+n+'" is invalid for option "size"');var r=new Uint8Array(n);return Object.setPrototypeOf(r,a.prototype),r}function a(n,r,t){if(typeof n=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return $(n)}return hr(n,r,t)}a.poolSize=8192;function hr(n,r,t){if(typeof n=="string")return zr(n,r);if(ArrayBuffer.isView(n))return Jr(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(v(n,ArrayBuffer)||n&&v(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(v(n,SharedArrayBuffer)||n&&v(n.buffer,SharedArrayBuffer)))return O(n,r,t);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var e=n.valueOf&&n.valueOf();if(e!=null&&e!==n)return a.from(e,r,t);var i=Qr(n);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return a.from(n[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}a.from=function(n,r,t){return hr(n,r,t)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function Gr(n,r,t){return pr(n),n<=0?L(n):r!==void 0?typeof t=="string"?L(n).fill(r,t):L(n).fill(r):L(n)}a.alloc=function(n,r,t){return Gr(n,r,t)};function $(n){return pr(n),L(n<0?0:P(n)|0)}a.allocUnsafe=function(n){return $(n)};a.allocUnsafeSlow=function(n){return $(n)};function zr(n,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=lr(n,r)|0,e=L(t),i=e.write(n,r);return i!==t&&(e=e.slice(0,i)),e}function K(n){for(var r=n.length<0?0:P(n.length)|0,t=L(r),e=0;e<r;e+=1)t[e]=n[e]&255;return t}function Jr(n){if(v(n,Uint8Array)){var r=new Uint8Array(n);return O(r.buffer,r.byteOffset,r.byteLength)}return K(n)}function O(n,r,t){if(r<0||n.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var e;return r===void 0&&t===void 0?e=new Uint8Array(n):t===void 0?e=new Uint8Array(n,r):e=new Uint8Array(n,r,t),Object.setPrototypeOf(e,a.prototype),e}function Qr(n){if(a.isBuffer(n)){var r=P(n.length)|0,t=L(r);return t.length===0||n.copy(t,0,0,r),t}if(n.length!==void 0)return typeof n.length!="number"||j(n.length)?L(0):K(n);if(n.type==="Buffer"&&Array.isArray(n.data))return K(n.data)}function P(n){if(n>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return n|0}function Kr(n){return+n!=n&&(n=0),a.alloc(+n)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,t){if(v(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),v(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(r)||!a.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var e=r.length,i=t.length,o=0,u=Math.min(e,i);o<u;++o)if(r[o]!==t[o]){e=r[o],i=t[o];break}return e<i?-1:i<e?1:0};a.isEncoding=function(r){switch(String(r).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}};a.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var e;if(t===void 0)for(t=0,e=0;e<r.length;++e)t+=r[e].length;var i=a.allocUnsafe(t),o=0;for(e=0;e<r.length;++e){var u=r[e];if(v(u,Uint8Array))o+u.length>i.length?a.from(u).copy(i,o):Uint8Array.prototype.set.call(i,u,o);else if(a.isBuffer(u))u.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return i};function lr(n,r){if(a.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||v(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var t=n.length,e=arguments.length>2&&arguments[2]===!0;if(!e&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return gr(n).length;default:if(i)return e?-1:Z(n).length;r=(""+r).toLowerCase(),i=!0}}a.byteLength=lr;function Or(n,r,t){var e=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(n||(n="utf8");;)switch(n){case"hex":return it(this,r,t);case"utf8":case"utf-8":return wr(this,r,t);case"ascii":return nt(this,r,t);case"latin1":case"binary":return et(this,r,t);case"base64":return rt(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ot(this,r,t);default:if(e)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),e=!0}}a.prototype._isBuffer=!0;function k(n,r,t){var e=n[r];n[r]=n[t],n[t]=e}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)k(this,t,t+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)k(this,t,t+3),k(this,t+1,t+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)k(this,t,t+7),k(this,t+1,t+6),k(this,t+2,t+5),k(this,t+3,t+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?wr(this,0,r):Or.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",t=_.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};ar&&(a.prototype[ar]=a.prototype.inspect);a.prototype.compare=function(r,t,e,i,o){if(v(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),e===void 0&&(e=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||e>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=e)return 0;if(i>=o)return-1;if(t>=e)return 1;if(t>>>=0,e>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var u=o-i,c=e-t,h=Math.min(u,c),l=this.slice(i,o),s=r.slice(t,e),p=0;p<h;++p)if(l[p]!==s[p]){u=l[p],c=s[p];break}return u<c?-1:c<u?1:0};function sr(n,r,t,e,i){if(n.length===0)return-1;if(typeof t=="string"?(e=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,j(t)&&(t=i?0:n.length-1),t<0&&(t=n.length+t),t>=n.length){if(i)return-1;t=n.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=a.from(r,e)),a.isBuffer(r))return r.length===0?-1:fr(n,r,t,e,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(n,r,t):Uint8Array.prototype.lastIndexOf.call(n,r,t):fr(n,[r],t,e,i);throw new TypeError("val must be string, number or Buffer")}function fr(n,r,t,e,i){var o=1,u=n.length,c=r.length;if(e!==void 0&&(e=String(e).toLowerCase(),e==="ucs2"||e==="ucs-2"||e==="utf16le"||e==="utf-16le")){if(n.length<2||r.length<2)return-1;o=2,u/=2,c/=2,t/=2}function h(m,T){return o===1?m[T]:m.readUInt16BE(T*o)}var l;if(i){var s=-1;for(l=t;l<u;l++)if(h(n,l)===h(r,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*o}else s!==-1&&(l-=l-s),s=-1}else for(t+c>u&&(t=u-c),l=t;l>=0;l--){for(var p=!0,B=0;B<c;B++)if(h(n,l+B)!==h(r,B)){p=!1;break}if(p)return l}return-1}a.prototype.includes=function(r,t,e){return this.indexOf(r,t,e)!==-1};a.prototype.indexOf=function(r,t,e){return sr(this,r,t,e,!0)};a.prototype.lastIndexOf=function(r,t,e){return sr(this,r,t,e,!1)};function Zr(n,r,t,e){t=Number(t)||0;var i=n.length-t;e?(e=Number(e),e>i&&(e=i)):e=i;var o=r.length;e>o/2&&(e=o/2);for(var u=0;u<e;++u){var c=parseInt(r.substr(u*2,2),16);if(j(c))return u;n[t+u]=c}return u}function $r(n,r,t,e){return X(Z(r,n.length-t),n,t,e)}function Pr(n,r,t,e){return X(ft(r),n,t,e)}function jr(n,r,t,e){return X(gr(r),n,t,e)}function Dr(n,r,t,e){return X(ct(r,n.length-t),n,t,e)}a.prototype.write=function(r,t,e,i){if(t===void 0)i="utf8",e=this.length,t=0;else if(e===void 0&&typeof t=="string")i=t,e=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(e)?(e=e>>>0,i===void 0&&(i="utf8")):(i=e,e=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((e===void 0||e>o)&&(e=o),r.length>0&&(e<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var u=!1;;)switch(i){case"hex":return Zr(this,r,t,e);case"utf8":case"utf-8":return $r(this,r,t,e);case"ascii":case"latin1":case"binary":return Pr(this,r,t,e);case"base64":return jr(this,r,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dr(this,r,t,e);default:if(u)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rt(n,r,t){return r===0&&t===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(r,t))}function wr(n,r,t){t=Math.min(n.length,t);for(var e=[],i=r;i<t;){var o=n[i],u=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var h,l,s,p;switch(c){case 1:o<128&&(u=o);break;case 2:h=n[i+1],(h&192)===128&&(p=(o&31)<<6|h&63,p>127&&(u=p));break;case 3:h=n[i+1],l=n[i+2],(h&192)===128&&(l&192)===128&&(p=(o&15)<<12|(h&63)<<6|l&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:h=n[i+1],l=n[i+2],s=n[i+3],(h&192)===128&&(l&192)===128&&(s&192)===128&&(p=(o&15)<<18|(h&63)<<12|(l&63)<<6|s&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,c=1):u>65535&&(u-=65536,e.push(u>>>10&1023|55296),u=56320|u&1023),e.push(u),i+=c}return tt(e)}var cr=4096;function tt(n){var r=n.length;if(r<=cr)return String.fromCharCode.apply(String,n);for(var t="",e=0;e<r;)t+=String.fromCharCode.apply(String,n.slice(e,e+=cr));return t}function nt(n,r,t){var e="";t=Math.min(n.length,t);for(var i=r;i<t;++i)e+=String.fromCharCode(n[i]&127);return e}function et(n,r,t){var e="";t=Math.min(n.length,t);for(var i=r;i<t;++i)e+=String.fromCharCode(n[i]);return e}function it(n,r,t){var e=n.length;(!r||r<0)&&(r=0),(!t||t<0||t>e)&&(t=e);for(var i="",o=r;o<t;++o)i+=ht[n[o]];return i}function ot(n,r,t){for(var e=n.slice(r,t),i="",o=0;o<e.length-1;o+=2)i+=String.fromCharCode(e[o]+e[o+1]*256);return i}a.prototype.slice=function(r,t){var e=this.length;r=~~r,t=t===void 0?e:~~t,r<0?(r+=e,r<0&&(r=0)):r>e&&(r=e),t<0?(t+=e,t<0&&(t=0)):t>e&&(t=e),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,a.prototype),i};function y(n,r,t){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+r>t)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=this[r],o=1,u=0;++u<t&&(o*=256);)i+=this[r+u]*o;return i};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};a.prototype.readUint8=a.prototype.readUInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=this[r],o=1,u=0;++u<t&&(o*=256);)i+=this[r+u]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};a.prototype.readIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=t,o=1,u=this[r+--i];i>0&&(o*=256);)u+=this[r+--i]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*t)),u};a.prototype.readInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r]|this[r+1]<<8;return e&32768?e|4294901760:e};a.prototype.readInt16BE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r+1]|this[r]<<8;return e&32768?e|4294901760:e};a.prototype.readInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,t){return r=r>>>0,t||y(r,4,this.length),M.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,t){return r=r>>>0,t||y(r,4,this.length),M.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||y(r,8,this.length),M.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||y(r,8,this.length),M.read(this,r,!1,52,8)};function x(n,r,t,e,i,o){if(!a.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(t+e>n.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,t,e,i){if(r=+r,t=t>>>0,e=e>>>0,!i){var o=Math.pow(2,8*e)-1;x(this,r,t,e,o,0)}var u=1,c=0;for(this[t]=r&255;++c<e&&(u*=256);)this[t+c]=r/u&255;return t+e};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,t,e,i){if(r=+r,t=t>>>0,e=e>>>0,!i){var o=Math.pow(2,8*e)-1;x(this,r,t,e,o,0)}var u=e-1,c=1;for(this[t+u]=r&255;--u>=0&&(c*=256);)this[t+u]=r/c&255;return t+e};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,1,255,0),this[t]=r&255,t+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};a.prototype.writeIntLE=function(r,t,e,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*e-1);x(this,r,t,e,o-1,-o)}var u=0,c=1,h=0;for(this[t]=r&255;++u<e&&(c*=256);)r<0&&h===0&&this[t+u-1]!==0&&(h=1),this[t+u]=(r/c>>0)-h&255;return t+e};a.prototype.writeIntBE=function(r,t,e,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*e-1);x(this,r,t,e,o-1,-o)}var u=e-1,c=1,h=0;for(this[t+u]=r&255;--u>=0&&(c*=256);)r<0&&h===0&&this[t+u+1]!==0&&(h=1),this[t+u]=(r/c>>0)-h&255;return t+e};a.prototype.writeInt8=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};a.prototype.writeInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};a.prototype.writeInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function yr(n,r,t,e,i,o){if(t+e>n.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function xr(n,r,t,e,i){return r=+r,t=t>>>0,i||yr(n,r,t,4,34028234663852886e22,-34028234663852886e22),M.write(n,r,t,e,23,4),t+4}a.prototype.writeFloatLE=function(r,t,e){return xr(this,r,t,!0,e)};a.prototype.writeFloatBE=function(r,t,e){return xr(this,r,t,!1,e)};function mr(n,r,t,e,i){return r=+r,t=t>>>0,i||yr(n,r,t,8,17976931348623157e292,-17976931348623157e292),M.write(n,r,t,e,52,8),t+8}a.prototype.writeDoubleLE=function(r,t,e){return mr(this,r,t,!0,e)};a.prototype.writeDoubleBE=function(r,t,e){return mr(this,r,t,!1,e)};a.prototype.copy=function(r,t,e,i){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(e||(e=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<e&&(i=e),i===e||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=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),r.length-t<i-e&&(i=r.length-t+e);var o=i-e;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,e,i):Uint8Array.prototype.set.call(r,this.subarray(e,i),t),o};a.prototype.fill=function(r,t,e,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=0,e=this.length):typeof e=="string"&&(i=e,e=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!a.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<e)throw new RangeError("Out of range index");if(e<=t)return this;t=t>>>0,e=e===void 0?this.length:e>>>0,r||(r=0);var u;if(typeof r=="number")for(u=t;u<e;++u)this[u]=r;else{var c=a.isBuffer(r)?r:a.from(r,i),h=c.length;if(h===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<e-t;++u)this[u+t]=c[u%h]}return this};var ut=/[^+/0-9A-Za-z-_]/g;function at(n){if(n=n.split("=")[0],n=n.trim().replace(ut,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function Z(n,r){r=r||1/0;for(var t,e=n.length,i=null,o=[],u=0;u<e;++u){if(t=n.charCodeAt(u),t>55295&&t<57344){if(!i){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===e){(r-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function ft(n){for(var r=[],t=0;t<n.length;++t)r.push(n.charCodeAt(t)&255);return r}function ct(n,r){for(var t,e,i,o=[],u=0;u<n.length&&!((r-=2)<0);++u)t=n.charCodeAt(u),e=t>>8,i=t%256,o.push(i),o.push(e);return o}function gr(n){return Q.toByteArray(at(n))}function X(n,r,t,e){for(var i=0;i<e&&!(i+t>=r.length||i>=n.length);++i)r[i+t]=n[i];return i}function v(n,r){return n instanceof r||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===r.name}function j(n){return n!==n}var ht=function(){for(var n="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var e=t*16,i=0;i<16;++i)r[e+i]=n[t]+n[i];return r}()});var Ur=V((gt,Er)=>{F();var w=Er.exports={},E,U;function D(){throw new Error("setTimeout has not been defined")}function rr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=D}catch(n){E=D}try{typeof clearTimeout=="function"?U=clearTimeout:U=rr}catch(n){U=rr}})();function Fr(n){if(E===setTimeout)return setTimeout(n,0);if((E===D||!E)&&setTimeout)return E=setTimeout,setTimeout(n,0);try{return E(n,0)}catch(r){try{return E.call(null,n,0)}catch(t){return E.call(this,n,0)}}}function pt(n){if(U===clearTimeout)return clearTimeout(n);if((U===rr||!U)&&clearTimeout)return U=clearTimeout,clearTimeout(n);try{return U(n)}catch(r){try{return U.call(null,n)}catch(t){return U.call(this,n)}}}var C=[],b=!1,R,G=-1;function lt(){!b||!R||(b=!1,R.length?C=R.concat(C):G=-1,C.length&&Ar())}function Ar(){if(!b){var n=Fr(lt);b=!0;for(var r=C.length;r;){for(R=C,C=[];++G<r;)R&&R[G].run();G=-1,r=C.length}R=null,b=!1,pt(n)}}w.nextTick=function(n){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];C.push(new vr(n,r)),C.length===1&&!b&&Fr(Ar)};function vr(n,r){this.fun=n,this.array=r}vr.prototype.run=function(){this.fun.apply(null,this.array)};w.title="browser";w.browser=!0;w.env={};w.argv=[];w.version="";w.versions={};function S(){}w.on=S;w.addListener=S;w.once=S;w.off=S;w.removeListener=S;w.removeAllListeners=S;w.emit=S;w.prependListener=S;w.prependOnceListener=S;w.listeners=function(n){return[]};w.binding=function(n){throw new Error("process.binding is not supported")};w.cwd=function(){return"/"};w.chdir=function(n){throw new Error("process.chdir is not supported")};w.umask=function(){return 0}});var I,N,Bt,F=Mr(()=>{I=nr(Br()),N=nr(Ur()),Bt=function(n){function r(){var e=this||self;return delete n.prototype.__magic__,e}if(typeof globalThis=="object")return globalThis;if(this)return r();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var st={};_r(st,{DataTestIdsEnum:()=>Lr});module.exports=br(st);F();var Lr=(f=>(f.accessWalletBtn="accessWalletBtn",f.accessCrossWindowWalletBtn="accessCrossWindowWalletBtn",f.addressTableContainer="addressTableContainer",f.closeButton="closeButton",f.confirmAmount="confirmAmount",f.confirmBtn="confirmBtn",f.confirmData="confirmData",f.confirmFee="confirmFee",f.confirmReceiver="confirmReceiver",f.confirmScCall="confirmScCall",f.confirmScamReport="confirmScamReport",f.confirmUsdValue="confirmUsdValue",f.dappModal="dappModal",f.deleteToastButton="deleteToastButton",f.errorScreen="errorScreen",f.extensionLoginButton="extensionLoginButton",f.iframeLoginButton="iframeLoginButton",f.formatAmountComponent="formatAmountComponent",f.formatAmountDecimals="formatAmountDecimals",f.formatAmountInt="formatAmountInt",f.formatAmountSymbol="formatAmountSymbol",f.ledgerConfirmAddress="ledgerConfirmAddress",f.ledgerConnectBtn="ledgerConnectBtn",f.ledgerLoading="ledgerLoading",f.ledgerLoginButton="ledgerLoginButton",f.nextBtn="nextBtn",f.nftExplorerLink="nftExplorerLink",f.nftFormattedAmount="nftFormattedAmount",f.nftIdentifier="nftIdentifier",f.nftLabel="nftLabel",f.operaLoginButton="operaLoginButton",f.prevBtn="prevBtn",f.receiverLink="receiverLink",f.receiverShard="receiverShard",f.scIcon="scIcon",f.senderLink="senderLink",f.senderShard="senderShard",f.shardFromLink="shardFromLink",f.shardToLink="shardToLink",f.signBtn="signBtn",f.signStepTitle="signStepTitle",f.title="title",f.tokenExplorerLink="tokenExplorerLink",f.tokenFormattedAmount="tokenFormattedAmount",f.transactionAction="transactionAction",f.transactionAge="transactionAge",f.transactionDetailsToastBody="transactionDetailsToastBody",f.transactionHash="transactionHash",f.transactionInfoFee="transactionInfoFee",f.transactionInfoValue="transactionInfoValue",f.transactionLink="transactionLink",f.transactionMethod="transactionMethod",f.transactionReceiver="transactionReceiver",f.transactionSender="transactionSender",f.transactionTo="transactionTo",f.transactionToAccount="transactionToAccount",f.transactionToContract="transactionToContract",f.transactionToExplorerLink="transactionToExplorerLink",f.transactionToShard="transactionToShard",f.transactionToastContent="transactionToastContent",f.transactionToastTitle="transactionToastTitle",f.transactionValue="transactionValue",f.transactionValueIcon="transactionValueIcon",f.transactionsTable="transactionsTable",f["trim-text-component"]="trim-text-component",f.xAliasLoginButton="xAliasLoginButton",f))(Lr||{});0&&(module.exports={DataTestIdsEnum});
|
|
1
|
+
"use strict";var Sr=Object.create;var W=Object.defineProperty;var dr=Object.getOwnPropertyDescriptor;var kr=Object.getOwnPropertyNames;var Rr=Object.getPrototypeOf,Tr=Object.prototype.hasOwnProperty;var Mr=(n,r)=>()=>(n&&(r=n(n=0)),r);var V=(n,r)=>()=>(r||n((r={exports:{}}).exports,r),r.exports),_r=(n,r)=>{for(var t in r)W(n,t,{get:r[t],enumerable:!0})},tr=(n,r,t,e)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of kr(r))!Tr.call(n,i)&&i!==t&&W(n,i,{get:()=>r[i],enumerable:!(e=dr(r,i))||e.enumerable});return n};var nr=(n,r,t)=>(t=n!=null?Sr(Rr(n)):{},tr(r||!n||!n.__esModule?W(t,"default",{value:n,enumerable:!0}):t,n)),br=n=>tr(W({},"__esModule",{value:!0}),n);var or=V(H=>{"use strict";F();H.byteLength=Ir;H.toByteArray=Vr;H.fromByteArray=qr;var A=[],g=[],Nr=typeof Uint8Array!="undefined"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(d=0,er=z.length;d<er;++d)A[d]=z[d],g[z.charCodeAt(d)]=d;var d,er;g["-".charCodeAt(0)]=62;g["_".charCodeAt(0)]=63;function ir(n){var r=n.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=n.indexOf("=");t===-1&&(t=r);var e=t===r?0:4-t%4;return[t,e]}function Ir(n){var r=ir(n),t=r[0],e=r[1];return(t+e)*3/4-e}function Wr(n,r,t){return(r+t)*3/4-t}function Vr(n){var r,t=ir(n),e=t[0],i=t[1],o=new Nr(Wr(n,e,i)),u=0,c=i>0?e-4:e,h;for(h=0;h<c;h+=4)r=g[n.charCodeAt(h)]<<18|g[n.charCodeAt(h+1)]<<12|g[n.charCodeAt(h+2)]<<6|g[n.charCodeAt(h+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return i===2&&(r=g[n.charCodeAt(h)]<<2|g[n.charCodeAt(h+1)]>>4,o[u++]=r&255),i===1&&(r=g[n.charCodeAt(h)]<<10|g[n.charCodeAt(h+1)]<<4|g[n.charCodeAt(h+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Hr(n){return A[n>>18&63]+A[n>>12&63]+A[n>>6&63]+A[n&63]}function Yr(n,r,t){for(var e,i=[],o=r;o<t;o+=3)e=(n[o]<<16&16711680)+(n[o+1]<<8&65280)+(n[o+2]&255),i.push(Hr(e));return i.join("")}function qr(n){for(var r,t=n.length,e=t%3,i=[],o=16383,u=0,c=t-e;u<c;u+=o)i.push(Yr(n,u,u+o>c?c:u+o));return e===1?(r=n[t-1],i.push(A[r>>2]+A[r<<4&63]+"==")):e===2&&(r=(n[t-2]<<8)+n[t-1],i.push(A[r>>10]+A[r>>4&63]+A[r<<2&63]+"=")),i.join("")}});var ur=V(J=>{F();J.read=function(n,r,t,e,i){var o,u,c=i*8-e-1,h=(1<<c)-1,l=h>>1,s=-7,p=t?i-1:0,B=t?-1:1,m=n[r+p];for(p+=B,o=m&(1<<-s)-1,m>>=-s,s+=c;s>0;o=o*256+n[r+p],p+=B,s-=8);for(u=o&(1<<-s)-1,o>>=-s,s+=e;s>0;u=u*256+n[r+p],p+=B,s-=8);if(o===0)o=1-l;else{if(o===h)return u?NaN:(m?-1:1)*(1/0);u=u+Math.pow(2,e),o=o-l}return(m?-1:1)*u*Math.pow(2,o-e)};J.write=function(n,r,t,e,i,o){var u,c,h,l=o*8-i-1,s=(1<<l)-1,p=s>>1,B=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,m=e?0:o-1,T=e?1:-1,Cr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,u=s):(u=Math.floor(Math.log(r)/Math.LN2),r*(h=Math.pow(2,-u))<1&&(u--,h*=2),u+p>=1?r+=B/h:r+=B*Math.pow(2,1-p),r*h>=2&&(u++,h/=2),u+p>=s?(c=0,u=s):u+p>=1?(c=(r*h-1)*Math.pow(2,i),u=u+p):(c=r*Math.pow(2,p-1)*Math.pow(2,i),u=0));i>=8;n[t+m]=c&255,m+=T,c/=256,i-=8);for(u=u<<i|c,l+=i;l>0;n[t+m]=u&255,m+=T,u/=256,l-=8);n[t+m-T]|=Cr*128}});var Br=V(_=>{"use strict";F();var Q=or(),M=ur(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;_.Buffer=a;_.SlowBuffer=Kr;_.INSPECT_MAX_BYTES=50;var q=2147483647;_.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=Xr();!a.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 Xr(){try{var n=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(n,r),n.foo()===42}catch(t){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function L(n){if(n>q)throw new RangeError('The value "'+n+'" is invalid for option "size"');var r=new Uint8Array(n);return Object.setPrototypeOf(r,a.prototype),r}function a(n,r,t){if(typeof n=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return $(n)}return hr(n,r,t)}a.poolSize=8192;function hr(n,r,t){if(typeof n=="string")return zr(n,r);if(ArrayBuffer.isView(n))return Jr(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(v(n,ArrayBuffer)||n&&v(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(v(n,SharedArrayBuffer)||n&&v(n.buffer,SharedArrayBuffer)))return O(n,r,t);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var e=n.valueOf&&n.valueOf();if(e!=null&&e!==n)return a.from(e,r,t);var i=Qr(n);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return a.from(n[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}a.from=function(n,r,t){return hr(n,r,t)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function Gr(n,r,t){return pr(n),n<=0?L(n):r!==void 0?typeof t=="string"?L(n).fill(r,t):L(n).fill(r):L(n)}a.alloc=function(n,r,t){return Gr(n,r,t)};function $(n){return pr(n),L(n<0?0:P(n)|0)}a.allocUnsafe=function(n){return $(n)};a.allocUnsafeSlow=function(n){return $(n)};function zr(n,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=lr(n,r)|0,e=L(t),i=e.write(n,r);return i!==t&&(e=e.slice(0,i)),e}function K(n){for(var r=n.length<0?0:P(n.length)|0,t=L(r),e=0;e<r;e+=1)t[e]=n[e]&255;return t}function Jr(n){if(v(n,Uint8Array)){var r=new Uint8Array(n);return O(r.buffer,r.byteOffset,r.byteLength)}return K(n)}function O(n,r,t){if(r<0||n.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var e;return r===void 0&&t===void 0?e=new Uint8Array(n):t===void 0?e=new Uint8Array(n,r):e=new Uint8Array(n,r,t),Object.setPrototypeOf(e,a.prototype),e}function Qr(n){if(a.isBuffer(n)){var r=P(n.length)|0,t=L(r);return t.length===0||n.copy(t,0,0,r),t}if(n.length!==void 0)return typeof n.length!="number"||j(n.length)?L(0):K(n);if(n.type==="Buffer"&&Array.isArray(n.data))return K(n.data)}function P(n){if(n>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return n|0}function Kr(n){return+n!=n&&(n=0),a.alloc(+n)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,t){if(v(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),v(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(r)||!a.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var e=r.length,i=t.length,o=0,u=Math.min(e,i);o<u;++o)if(r[o]!==t[o]){e=r[o],i=t[o];break}return e<i?-1:i<e?1:0};a.isEncoding=function(r){switch(String(r).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}};a.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var e;if(t===void 0)for(t=0,e=0;e<r.length;++e)t+=r[e].length;var i=a.allocUnsafe(t),o=0;for(e=0;e<r.length;++e){var u=r[e];if(v(u,Uint8Array))o+u.length>i.length?a.from(u).copy(i,o):Uint8Array.prototype.set.call(i,u,o);else if(a.isBuffer(u))u.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return i};function lr(n,r){if(a.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||v(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var t=n.length,e=arguments.length>2&&arguments[2]===!0;if(!e&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return gr(n).length;default:if(i)return e?-1:Z(n).length;r=(""+r).toLowerCase(),i=!0}}a.byteLength=lr;function Or(n,r,t){var e=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(n||(n="utf8");;)switch(n){case"hex":return it(this,r,t);case"utf8":case"utf-8":return wr(this,r,t);case"ascii":return nt(this,r,t);case"latin1":case"binary":return et(this,r,t);case"base64":return rt(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ot(this,r,t);default:if(e)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),e=!0}}a.prototype._isBuffer=!0;function k(n,r,t){var e=n[r];n[r]=n[t],n[t]=e}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)k(this,t,t+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)k(this,t,t+3),k(this,t+1,t+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)k(this,t,t+7),k(this,t+1,t+6),k(this,t+2,t+5),k(this,t+3,t+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?wr(this,0,r):Or.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",t=_.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};ar&&(a.prototype[ar]=a.prototype.inspect);a.prototype.compare=function(r,t,e,i,o){if(v(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),e===void 0&&(e=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||e>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=e)return 0;if(i>=o)return-1;if(t>=e)return 1;if(t>>>=0,e>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var u=o-i,c=e-t,h=Math.min(u,c),l=this.slice(i,o),s=r.slice(t,e),p=0;p<h;++p)if(l[p]!==s[p]){u=l[p],c=s[p];break}return u<c?-1:c<u?1:0};function sr(n,r,t,e,i){if(n.length===0)return-1;if(typeof t=="string"?(e=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,j(t)&&(t=i?0:n.length-1),t<0&&(t=n.length+t),t>=n.length){if(i)return-1;t=n.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=a.from(r,e)),a.isBuffer(r))return r.length===0?-1:fr(n,r,t,e,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(n,r,t):Uint8Array.prototype.lastIndexOf.call(n,r,t):fr(n,[r],t,e,i);throw new TypeError("val must be string, number or Buffer")}function fr(n,r,t,e,i){var o=1,u=n.length,c=r.length;if(e!==void 0&&(e=String(e).toLowerCase(),e==="ucs2"||e==="ucs-2"||e==="utf16le"||e==="utf-16le")){if(n.length<2||r.length<2)return-1;o=2,u/=2,c/=2,t/=2}function h(m,T){return o===1?m[T]:m.readUInt16BE(T*o)}var l;if(i){var s=-1;for(l=t;l<u;l++)if(h(n,l)===h(r,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*o}else s!==-1&&(l-=l-s),s=-1}else for(t+c>u&&(t=u-c),l=t;l>=0;l--){for(var p=!0,B=0;B<c;B++)if(h(n,l+B)!==h(r,B)){p=!1;break}if(p)return l}return-1}a.prototype.includes=function(r,t,e){return this.indexOf(r,t,e)!==-1};a.prototype.indexOf=function(r,t,e){return sr(this,r,t,e,!0)};a.prototype.lastIndexOf=function(r,t,e){return sr(this,r,t,e,!1)};function Zr(n,r,t,e){t=Number(t)||0;var i=n.length-t;e?(e=Number(e),e>i&&(e=i)):e=i;var o=r.length;e>o/2&&(e=o/2);for(var u=0;u<e;++u){var c=parseInt(r.substr(u*2,2),16);if(j(c))return u;n[t+u]=c}return u}function $r(n,r,t,e){return X(Z(r,n.length-t),n,t,e)}function Pr(n,r,t,e){return X(ft(r),n,t,e)}function jr(n,r,t,e){return X(gr(r),n,t,e)}function Dr(n,r,t,e){return X(ct(r,n.length-t),n,t,e)}a.prototype.write=function(r,t,e,i){if(t===void 0)i="utf8",e=this.length,t=0;else if(e===void 0&&typeof t=="string")i=t,e=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(e)?(e=e>>>0,i===void 0&&(i="utf8")):(i=e,e=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((e===void 0||e>o)&&(e=o),r.length>0&&(e<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var u=!1;;)switch(i){case"hex":return Zr(this,r,t,e);case"utf8":case"utf-8":return $r(this,r,t,e);case"ascii":case"latin1":case"binary":return Pr(this,r,t,e);case"base64":return jr(this,r,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dr(this,r,t,e);default:if(u)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function rt(n,r,t){return r===0&&t===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(r,t))}function wr(n,r,t){t=Math.min(n.length,t);for(var e=[],i=r;i<t;){var o=n[i],u=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var h,l,s,p;switch(c){case 1:o<128&&(u=o);break;case 2:h=n[i+1],(h&192)===128&&(p=(o&31)<<6|h&63,p>127&&(u=p));break;case 3:h=n[i+1],l=n[i+2],(h&192)===128&&(l&192)===128&&(p=(o&15)<<12|(h&63)<<6|l&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:h=n[i+1],l=n[i+2],s=n[i+3],(h&192)===128&&(l&192)===128&&(s&192)===128&&(p=(o&15)<<18|(h&63)<<12|(l&63)<<6|s&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,c=1):u>65535&&(u-=65536,e.push(u>>>10&1023|55296),u=56320|u&1023),e.push(u),i+=c}return tt(e)}var cr=4096;function tt(n){var r=n.length;if(r<=cr)return String.fromCharCode.apply(String,n);for(var t="",e=0;e<r;)t+=String.fromCharCode.apply(String,n.slice(e,e+=cr));return t}function nt(n,r,t){var e="";t=Math.min(n.length,t);for(var i=r;i<t;++i)e+=String.fromCharCode(n[i]&127);return e}function et(n,r,t){var e="";t=Math.min(n.length,t);for(var i=r;i<t;++i)e+=String.fromCharCode(n[i]);return e}function it(n,r,t){var e=n.length;(!r||r<0)&&(r=0),(!t||t<0||t>e)&&(t=e);for(var i="",o=r;o<t;++o)i+=ht[n[o]];return i}function ot(n,r,t){for(var e=n.slice(r,t),i="",o=0;o<e.length-1;o+=2)i+=String.fromCharCode(e[o]+e[o+1]*256);return i}a.prototype.slice=function(r,t){var e=this.length;r=~~r,t=t===void 0?e:~~t,r<0?(r+=e,r<0&&(r=0)):r>e&&(r=e),t<0?(t+=e,t<0&&(t=0)):t>e&&(t=e),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,a.prototype),i};function y(n,r,t){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+r>t)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=this[r],o=1,u=0;++u<t&&(o*=256);)i+=this[r+u]*o;return i};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};a.prototype.readUint8=a.prototype.readUInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=this[r],o=1,u=0;++u<t&&(o*=256);)i+=this[r+u]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};a.prototype.readIntBE=function(r,t,e){r=r>>>0,t=t>>>0,e||y(r,t,this.length);for(var i=t,o=1,u=this[r+--i];i>0&&(o*=256);)u+=this[r+--i]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*t)),u};a.prototype.readInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r]|this[r+1]<<8;return e&32768?e|4294901760:e};a.prototype.readInt16BE=function(r,t){r=r>>>0,t||y(r,2,this.length);var e=this[r+1]|this[r]<<8;return e&32768?e|4294901760:e};a.prototype.readInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,t){return r=r>>>0,t||y(r,4,this.length),M.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,t){return r=r>>>0,t||y(r,4,this.length),M.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||y(r,8,this.length),M.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||y(r,8,this.length),M.read(this,r,!1,52,8)};function x(n,r,t,e,i,o){if(!a.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(t+e>n.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,t,e,i){if(r=+r,t=t>>>0,e=e>>>0,!i){var o=Math.pow(2,8*e)-1;x(this,r,t,e,o,0)}var u=1,c=0;for(this[t]=r&255;++c<e&&(u*=256);)this[t+c]=r/u&255;return t+e};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,t,e,i){if(r=+r,t=t>>>0,e=e>>>0,!i){var o=Math.pow(2,8*e)-1;x(this,r,t,e,o,0)}var u=e-1,c=1;for(this[t+u]=r&255;--u>=0&&(c*=256);)this[t+u]=r/c&255;return t+e};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,1,255,0),this[t]=r&255,t+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};a.prototype.writeIntLE=function(r,t,e,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*e-1);x(this,r,t,e,o-1,-o)}var u=0,c=1,h=0;for(this[t]=r&255;++u<e&&(c*=256);)r<0&&h===0&&this[t+u-1]!==0&&(h=1),this[t+u]=(r/c>>0)-h&255;return t+e};a.prototype.writeIntBE=function(r,t,e,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*e-1);x(this,r,t,e,o-1,-o)}var u=e-1,c=1,h=0;for(this[t+u]=r&255;--u>=0&&(c*=256);)r<0&&h===0&&this[t+u+1]!==0&&(h=1),this[t+u]=(r/c>>0)-h&255;return t+e};a.prototype.writeInt8=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};a.prototype.writeInt16LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeInt16BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeInt32LE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};a.prototype.writeInt32BE=function(r,t,e){return r=+r,t=t>>>0,e||x(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function yr(n,r,t,e,i,o){if(t+e>n.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function xr(n,r,t,e,i){return r=+r,t=t>>>0,i||yr(n,r,t,4,34028234663852886e22,-34028234663852886e22),M.write(n,r,t,e,23,4),t+4}a.prototype.writeFloatLE=function(r,t,e){return xr(this,r,t,!0,e)};a.prototype.writeFloatBE=function(r,t,e){return xr(this,r,t,!1,e)};function mr(n,r,t,e,i){return r=+r,t=t>>>0,i||yr(n,r,t,8,17976931348623157e292,-17976931348623157e292),M.write(n,r,t,e,52,8),t+8}a.prototype.writeDoubleLE=function(r,t,e){return mr(this,r,t,!0,e)};a.prototype.writeDoubleBE=function(r,t,e){return mr(this,r,t,!1,e)};a.prototype.copy=function(r,t,e,i){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(e||(e=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<e&&(i=e),i===e||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(e<0||e>=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),r.length-t<i-e&&(i=r.length-t+e);var o=i-e;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,e,i):Uint8Array.prototype.set.call(r,this.subarray(e,i),t),o};a.prototype.fill=function(r,t,e,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=0,e=this.length):typeof e=="string"&&(i=e,e=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!a.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<e)throw new RangeError("Out of range index");if(e<=t)return this;t=t>>>0,e=e===void 0?this.length:e>>>0,r||(r=0);var u;if(typeof r=="number")for(u=t;u<e;++u)this[u]=r;else{var c=a.isBuffer(r)?r:a.from(r,i),h=c.length;if(h===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<e-t;++u)this[u+t]=c[u%h]}return this};var ut=/[^+/0-9A-Za-z-_]/g;function at(n){if(n=n.split("=")[0],n=n.trim().replace(ut,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function Z(n,r){r=r||1/0;for(var t,e=n.length,i=null,o=[],u=0;u<e;++u){if(t=n.charCodeAt(u),t>55295&&t<57344){if(!i){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===e){(r-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function ft(n){for(var r=[],t=0;t<n.length;++t)r.push(n.charCodeAt(t)&255);return r}function ct(n,r){for(var t,e,i,o=[],u=0;u<n.length&&!((r-=2)<0);++u)t=n.charCodeAt(u),e=t>>8,i=t%256,o.push(i),o.push(e);return o}function gr(n){return Q.toByteArray(at(n))}function X(n,r,t,e){for(var i=0;i<e&&!(i+t>=r.length||i>=n.length);++i)r[i+t]=n[i];return i}function v(n,r){return n instanceof r||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===r.name}function j(n){return n!==n}var ht=function(){for(var n="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var e=t*16,i=0;i<16;++i)r[e+i]=n[t]+n[i];return r}()});var Er=V((gt,Ur)=>{F();var w=Ur.exports={},U,E;function D(){throw new Error("setTimeout has not been defined")}function rr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?U=setTimeout:U=D}catch(n){U=D}try{typeof clearTimeout=="function"?E=clearTimeout:E=rr}catch(n){E=rr}})();function Fr(n){if(U===setTimeout)return setTimeout(n,0);if((U===D||!U)&&setTimeout)return U=setTimeout,setTimeout(n,0);try{return U(n,0)}catch(r){try{return U.call(null,n,0)}catch(t){return U.call(this,n,0)}}}function pt(n){if(E===clearTimeout)return clearTimeout(n);if((E===rr||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(r){try{return E.call(null,n)}catch(t){return E.call(this,n)}}}var C=[],b=!1,R,G=-1;function lt(){!b||!R||(b=!1,R.length?C=R.concat(C):G=-1,C.length&&Ar())}function Ar(){if(!b){var n=Fr(lt);b=!0;for(var r=C.length;r;){for(R=C,C=[];++G<r;)R&&R[G].run();G=-1,r=C.length}R=null,b=!1,pt(n)}}w.nextTick=function(n){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];C.push(new vr(n,r)),C.length===1&&!b&&Fr(Ar)};function vr(n,r){this.fun=n,this.array=r}vr.prototype.run=function(){this.fun.apply(null,this.array)};w.title="browser";w.browser=!0;w.env={};w.argv=[];w.version="";w.versions={};function S(){}w.on=S;w.addListener=S;w.once=S;w.off=S;w.removeListener=S;w.removeAllListeners=S;w.emit=S;w.prependListener=S;w.prependOnceListener=S;w.listeners=function(n){return[]};w.binding=function(n){throw new Error("process.binding is not supported")};w.cwd=function(){return"/"};w.chdir=function(n){throw new Error("process.chdir is not supported")};w.umask=function(){return 0}});var N,I,Bt,F=Mr(()=>{N=nr(Br()),I=nr(Er()),Bt=function(n){function r(){var e=this||self;return delete n.prototype.__magic__,e}if(typeof globalThis=="object")return globalThis;if(this)return r();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var st={};_r(st,{DataTestIdsEnum:()=>Lr});module.exports=br(st);F();var Lr=(f=>(f.accessWalletBtn="accessWalletBtn",f.accessCrossWindowWalletBtn="accessCrossWindowWalletBtn",f.addressTableContainer="addressTableContainer",f.closeButton="closeButton",f.confirmAmount="confirmAmount",f.confirmBtn="confirmBtn",f.confirmData="confirmData",f.confirmFee="confirmFee",f.confirmReceiver="confirmReceiver",f.confirmScCall="confirmScCall",f.confirmScamReport="confirmScamReport",f.confirmUsdValue="confirmUsdValue",f.dappModal="dappModal",f.deleteToastButton="deleteToastButton",f.errorScreen="errorScreen",f.extensionLoginButton="extensionLoginButton",f.iframeLoginButton="iframeLoginButton",f.formatAmountComponent="formatAmountComponent",f.formatAmountDecimals="formatAmountDecimals",f.formatAmountInt="formatAmountInt",f.formatAmountSymbol="formatAmountSymbol",f.ledgerConfirmAddress="ledgerConfirmAddress",f.ledgerConnectBtn="ledgerConnectBtn",f.ledgerLoading="ledgerLoading",f.ledgerLoginButton="ledgerLoginButton",f.nextBtn="nextBtn",f.nftExplorerLink="nftExplorerLink",f.nftFormattedAmount="nftFormattedAmount",f.nftIdentifier="nftIdentifier",f.nftLabel="nftLabel",f.operaLoginButton="operaLoginButton",f.prevBtn="prevBtn",f.receiverLink="receiverLink",f.receiverShard="receiverShard",f.scIcon="scIcon",f.senderLink="senderLink",f.senderShard="senderShard",f.shardFromLink="shardFromLink",f.shardToLink="shardToLink",f.signBtn="signBtn",f.signStepTitle="signStepTitle",f.title="title",f.tokenExplorerLink="tokenExplorerLink",f.tokenFormattedAmount="tokenFormattedAmount",f.transactionAction="transactionAction",f.transactionAge="transactionAge",f.transactionDataDecode="transactionDataDecode",f.transactionDetailsToastBody="transactionDetailsToastBody",f.transactionHash="transactionHash",f.transactionInfoFee="transactionInfoFee",f.transactionInfoValue="transactionInfoValue",f.transactionLink="transactionLink",f.transactionMethod="transactionMethod",f.transactionReceiver="transactionReceiver",f.transactionSender="transactionSender",f.transactionTo="transactionTo",f.transactionToAccount="transactionToAccount",f.transactionToContract="transactionToContract",f.transactionToExplorerLink="transactionToExplorerLink",f.transactionToShard="transactionToShard",f.transactionToastContent="transactionToastContent",f.transactionToastTitle="transactionToastTitle",f.transactionValue="transactionValue",f.transactionValueIcon="transactionValueIcon",f.transactionsTable="transactionsTable",f["trim-text-component"]="trim-text-component",f.xAliasLoginButton="xAliasLoginButton",f))(Lr||{});0&&(module.exports={DataTestIdsEnum});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|
|
@@ -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((Dt,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,Ot,c=Je(()=>{m=fe(Ne()),h=fe(De()),Ot=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 Nt={};Ze(Nt,{ALL_SHARDS_SHARD_ID:()=>wt,AVERAGE_TX_DURATION_MS:()=>mn,BATCH_TRANSACTIONS_ID_SEPARATOR:()=>Et,CANCELLED:()=>Fr,CANCEL_ACTION_NAME:()=>_t,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION:()=>wn,CANCEL_TRANSACTION_TOAST_ID:()=>at,CHROME_EXTENSION_LINK:()=>Wr,CHROME_METAMASK_EXTENSION_LINK:()=>Hr,CROSS_SHARD_ROUNDS:()=>hn,DAPP_INIT_ROUTE:()=>bt,DECIMALS:()=>ft,DEFAULT_TRANSACTION_STATUS_MESSAGE:()=>Or,DEVNET_CHAIN_ID:()=>oe,DEVNET_EGLD_LABEL:()=>$r,DIGITS:()=>mt,DataTestIdsEnum:()=>Oe,ELLIPSIS:()=>Lt,ERROR_SIGNING:()=>Nr,ERROR_SIGNING_TX:()=>Br,EXTRA_GAS_LIMIT_GUARDED_TX:()=>dt,FIREFOX_ADDON_LINK:()=>Gr,FIREFOX_METAMASK_ADDON_LINK:()=>Vr,GAS_LIMIT:()=>ut,GAS_PER_DATA_BYTE:()=>pt,GAS_PRICE:()=>gt,GAS_PRICE_MODIFIER:()=>ct,GuardianActionsEnum:()=>Pe,LEDGER_CONTRACT_DATA_ENABLED_VALUE:()=>yt,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:()=>At,LOGOUT_ACTION_NAME:()=>kt,MAINNET_CHAIN_ID:()=>se,MAINNET_EGLD_LABEL:()=>rt,METACHAIN_SHARD_ID:()=>xt,MISSING_PROVIDER_MESSAGE:()=>Dr,MULTIVERSX_ORIGIN:()=>it,N_A:()=>St,PROVIDER_NOT_INITIALIZED:()=>Ur,REFUNDED_GAS:()=>Rt,SDK_DAPP_VERSION:()=>Tt,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:()=>xn,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS:()=>yn,TRANSACTION_CANCELLED:()=>Cr,VERSION:()=>ht,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:()=>vt,ZERO:()=>It,chainIdByEnvironment:()=>tt,chainIdToEnvironment:()=>nt,fallbackNetworkConfigurations:()=>X,isBrowserWithPopupConfirmation:()=>lt,isSafari:()=>He,ledgerErrorCodes:()=>Jr,mnemonicWords:()=>Zr});module.exports=Qe(Nt);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.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/metamask-flask/",Hr="https://chromewebstore.google.com/detail/metamask-flask-developmen/ljfoeinjpaedjfecbmggjgodbgkmjkjk";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||{}),Kt=W(W({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),Jt=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",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId: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;c();var at="cancel-transaction-toast",mn=6e3,hn=5,yn=9e4,xn=6e5,wn=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),st=/firefox/i.test(ce)&&/windows/i.test(ce),lt=He||st;var ct=.01,pt=1500,ut=5e4,dt=5e4,gt=1e9,ft=18,mt=4,ht=1,yt=1,xt=4294967295,wt=4294967280,bt="/dapp/init",vt="signSession",Tt="sdk-dapp-version",kt="logout",At="login",_t="cancelSignTx",Rt="refundedGas",St="N/A",It="0",Lt="...",Et="-";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,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,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});
|
|
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((Dt,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,Ot,c=Je(()=>{m=fe(Ne()),h=fe(De()),Ot=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 Nt={};Ze(Nt,{ALL_SHARDS_SHARD_ID:()=>wt,AVERAGE_TX_DURATION_MS:()=>mn,BATCH_TRANSACTIONS_ID_SEPARATOR:()=>Et,CANCELLED:()=>Fr,CANCEL_ACTION_NAME:()=>_t,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION:()=>wn,CANCEL_TRANSACTION_TOAST_ID:()=>at,CHROME_EXTENSION_LINK:()=>Wr,CHROME_METAMASK_EXTENSION_LINK:()=>Hr,CROSS_SHARD_ROUNDS:()=>hn,DAPP_INIT_ROUTE:()=>bt,DECIMALS:()=>ft,DEFAULT_TRANSACTION_STATUS_MESSAGE:()=>Or,DEVNET_CHAIN_ID:()=>oe,DEVNET_EGLD_LABEL:()=>$r,DIGITS:()=>mt,DataTestIdsEnum:()=>Oe,ELLIPSIS:()=>Lt,ERROR_SIGNING:()=>Nr,ERROR_SIGNING_TX:()=>Br,EXTRA_GAS_LIMIT_GUARDED_TX:()=>dt,FIREFOX_ADDON_LINK:()=>Gr,FIREFOX_METAMASK_ADDON_LINK:()=>Vr,GAS_LIMIT:()=>ut,GAS_PER_DATA_BYTE:()=>pt,GAS_PRICE:()=>gt,GAS_PRICE_MODIFIER:()=>ct,GuardianActionsEnum:()=>Pe,LEDGER_CONTRACT_DATA_ENABLED_VALUE:()=>yt,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:()=>At,LOGOUT_ACTION_NAME:()=>kt,MAINNET_CHAIN_ID:()=>se,MAINNET_EGLD_LABEL:()=>rt,METACHAIN_SHARD_ID:()=>xt,MISSING_PROVIDER_MESSAGE:()=>Dr,MULTIVERSX_ORIGIN:()=>it,N_A:()=>St,PROVIDER_NOT_INITIALIZED:()=>Ur,REFUNDED_GAS:()=>Rt,SDK_DAPP_VERSION:()=>Tt,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:()=>xn,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS:()=>yn,TRANSACTION_CANCELLED:()=>Cr,VERSION:()=>ht,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:()=>vt,ZERO:()=>It,chainIdByEnvironment:()=>tt,chainIdToEnvironment:()=>nt,fallbackNetworkConfigurations:()=>X,isBrowserWithPopupConfirmation:()=>lt,isSafari:()=>He,ledgerErrorCodes:()=>Jr,mnemonicWords:()=>Zr});module.exports=Qe(Nt);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/metamask-flask/",Hr="https://chromewebstore.google.com/detail/metamask-flask-developmen/ljfoeinjpaedjfecbmggjgodbgkmjkjk";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||{}),Kt=W(W({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),Jt=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",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId: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;c();var at="cancel-transaction-toast",mn=6e3,hn=5,yn=9e4,xn=6e5,wn=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),st=/firefox/i.test(ce)&&/windows/i.test(ce),lt=He||st;var ct=.01,pt=1500,ut=5e4,dt=5e4,gt=1e9,ft=18,mt=4,ht=1,yt=1,xt=4294967295,wt=4294967280,bt="/dapp/init",vt="signSession",Tt="sdk-dapp-version",kt="logout",At="login",_t="cancelSignTx",Rt="refundedGas",St="N/A",It="0",Lt="...",Et="-";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,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,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});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|