@multiversx/sdk-dapp 3.0.17 → 3.0.19
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-LE6E76JC.js → chunk-2B7ZGYEB.js} +2 -2
- package/__chunks__/{chunk-GSKFIRV6.js → chunk-2FT64D47.js} +2 -2
- package/__chunks__/{chunk-YLFYQYD3.js → chunk-2GRCIZYF.js} +2 -2
- package/__chunks__/{chunk-A2CBNGN4.js → chunk-2KGXFHHC.js} +2 -2
- package/__chunks__/{chunk-EOBC3SGK.js → chunk-2LILI4WL.js} +2 -2
- package/__chunks__/{chunk-KSK7DKUN.js → chunk-2RG4XFAN.js} +2 -2
- package/__chunks__/{chunk-DYQCW5KD.js → chunk-2XKDGL5T.js} +2 -2
- package/__chunks__/{chunk-OBWRRQFF.js → chunk-2YBZB3QT.js} +2 -2
- package/__chunks__/{chunk-HVQFYTGW.js → chunk-2ZQNGVTU.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-4I7NHD4D.js → chunk-36UWRGFL.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-RW52YTWK.js → chunk-3DIC5G74.js} +2 -2
- package/__chunks__/{chunk-MHWNNEJG.js → chunk-3LHVCJCV.js} +2 -2
- package/__chunks__/{chunk-O6NULEHL.js → chunk-3QAMKN76.js} +2 -2
- package/__chunks__/chunk-3QTOYBJL.js +2 -0
- package/__chunks__/{chunk-OEE4AKVK.js → chunk-3VDMQS32.js} +2 -2
- package/__chunks__/chunk-3WJH7V52.js +2 -0
- package/__chunks__/{chunk-PFVDDVOD.js → chunk-3WOM6G5J.js} +2 -2
- package/__chunks__/{chunk-K27V442V.js → chunk-42M6IY4Z.js} +2 -2
- package/__chunks__/{chunk-AVJDCB7V.js → chunk-4AYFR46S.js} +2 -2
- package/__chunks__/{chunk-3CUOMC2D.js → chunk-4D6645YL.js} +2 -2
- package/__chunks__/{chunk-ORLHMIEC.js → chunk-4EMUKO3O.js} +2 -2
- package/__chunks__/{chunk-QU55M6V5.js → chunk-4ES3KUQJ.js} +2 -2
- package/__chunks__/{chunk-YPMP62YX.js → chunk-4F4ULUEW.js} +2 -2
- package/__chunks__/{chunk-BRXIN6O6.js → chunk-4GKDZ3TO.js} +2 -2
- package/__chunks__/{chunk-C3ZPT2ID.js → chunk-4HU7AQ47.js} +2 -2
- package/__chunks__/{chunk-TI3ANIQU.js → chunk-4MYDIG2C.js} +2 -2
- package/__chunks__/{chunk-MY244MYG.js → chunk-4QMNIBLK.js} +2 -2
- package/__chunks__/{chunk-BFRGEQGK.js → chunk-4SMYG4AO.js} +2 -2
- package/__chunks__/{chunk-S7M2FS7P.js → chunk-4TY7XTOD.js} +2 -2
- package/__chunks__/{chunk-PWSOJTA4.js → chunk-4VEIGU4J.js} +2 -2
- package/__chunks__/{chunk-5NULPHFT.js → chunk-4YOJYG6R.js} +2 -2
- package/__chunks__/{chunk-5C2GZIUZ.js → chunk-4YP6ER5C.js} +2 -2
- package/__chunks__/chunk-4YSNFMZJ.js +2 -0
- package/__chunks__/{chunk-M2ZPVVVY.js → chunk-57LO2NIO.js} +2 -2
- package/__chunks__/{chunk-IV77VRKI.js → chunk-5AMJYRJ2.js} +2 -2
- package/__chunks__/{chunk-3VDW6P23.js → chunk-5B3VR2FV.js} +2 -2
- package/__chunks__/{chunk-O4AMG7HZ.js → chunk-5B5X4S2N.js} +2 -2
- package/__chunks__/{chunk-NQWDBVCU.js → chunk-5IFIHV7J.js} +2 -2
- package/__chunks__/{chunk-PQ24WIES.js → chunk-5O6AK6MZ.js} +2 -2
- package/__chunks__/{chunk-L3PFBTYT.js → chunk-5PD4V7PN.js} +2 -2
- package/__chunks__/{chunk-FPLYKLXQ.js → chunk-5VBOKKA2.js} +2 -2
- package/__chunks__/{chunk-E4B3E3AR.js → chunk-6CJSFB2U.js} +2 -2
- package/__chunks__/{chunk-G3WMM467.js → chunk-6DGZJKY3.js} +2 -2
- package/__chunks__/chunk-6DPQGCTQ.js +2 -0
- package/__chunks__/{chunk-TIEZXLF2.js → chunk-6EGCNSFW.js} +2 -2
- package/__chunks__/{chunk-YDTXMKIU.js → chunk-6IOVE2XD.js} +2 -2
- package/__chunks__/{chunk-TQH47APX.js → chunk-6JKT3JAV.js} +2 -2
- package/__chunks__/{chunk-BPULXLJZ.js → chunk-6M47QO6V.js} +2 -2
- package/__chunks__/{chunk-JMDO47UU.js → chunk-6MNICFK6.js} +2 -2
- package/__chunks__/chunk-6NVQH3XS.js +2 -0
- package/__chunks__/chunk-6P3IJTZK.js +2 -0
- package/__chunks__/{chunk-KHW6DXSV.js → chunk-6QMORR5K.js} +2 -2
- package/__chunks__/{chunk-S7QUPUT2.js → chunk-6UMOENOE.js} +2 -2
- package/__chunks__/chunk-6W7DVGIL.js +2 -0
- package/__chunks__/{chunk-NWH3BG5P.js → chunk-6XLP6QV5.js} +2 -2
- package/__chunks__/chunk-76MRIOQK.js +2 -0
- package/__chunks__/{chunk-B7HYNARA.js → chunk-76WLQW5F.js} +2 -2
- package/__chunks__/{chunk-2V3E3WRB.js → chunk-77ZPJ5ZZ.js} +2 -2
- package/__chunks__/{chunk-6FPX673H.js → chunk-7G45MSVR.js} +2 -2
- package/__chunks__/{chunk-NPBAPU5Z.js → chunk-7GYR3BZZ.js} +2 -2
- package/__chunks__/{chunk-HC2LFFDZ.js → chunk-A4X2GOUI.js} +2 -2
- package/__chunks__/{chunk-U4AJKPBS.js → chunk-A6ZSNFXP.js} +2 -2
- package/__chunks__/{chunk-RJ5NZ6AO.js → chunk-ACV6ZBKI.js} +2 -2
- package/__chunks__/chunk-AEUBW6XP.js +2 -0
- package/__chunks__/{chunk-LGVKJWOE.js → chunk-AFOBGIC6.js} +2 -2
- package/__chunks__/{chunk-Y2RCTKBX.js → chunk-AHFVMJ7X.js} +2 -2
- package/__chunks__/chunk-AHGZNBYH.js +2 -0
- package/__chunks__/{chunk-YCJWST4I.js → chunk-AN3PVYB6.js} +2 -2
- package/__chunks__/{chunk-P7WESPEI.js → chunk-AO4C3VYM.js} +2 -2
- package/__chunks__/{chunk-MVQ5M2I7.js → chunk-ASQ3U46M.js} +2 -2
- package/__chunks__/{chunk-V76FYMTO.js → chunk-B7YPTPRE.js} +2 -2
- package/__chunks__/{chunk-3KHT75N2.js → chunk-BAJZ4MU7.js} +2 -2
- package/__chunks__/{chunk-TW45XY74.js → chunk-BF4DM7R5.js} +2 -2
- package/__chunks__/chunk-BG5F4VLD.js +2 -0
- package/__chunks__/chunk-BMV2L5DM.js +2 -0
- package/__chunks__/{chunk-HJV3S3GA.js → chunk-BOTYGAX2.js} +2 -2
- package/__chunks__/chunk-BQKEUDXY.js +2 -0
- package/__chunks__/{chunk-ZV5KFJQG.js → chunk-BRMDGFCG.js} +2 -2
- package/__chunks__/chunk-BTFGUXUS.js +2 -0
- package/__chunks__/chunk-BWGNDVVC.js +2 -0
- package/__chunks__/{chunk-RYJAJ56G.js → chunk-BZGRD26P.js} +2 -2
- package/__chunks__/{chunk-BBWWGDQW.js → chunk-CDJPQRSF.js} +2 -2
- package/__chunks__/chunk-CE4M7AXK.js +2 -0
- package/__chunks__/{chunk-FNDDL6TB.js → chunk-CHAMM5KE.js} +2 -2
- package/__chunks__/{chunk-HCRA3RAT.js → chunk-CJKEPVMO.js} +2 -2
- package/__chunks__/chunk-CL6IW7IS.js +2 -0
- package/__chunks__/{chunk-TMS47H5N.js → chunk-CLK5H5ZL.js} +2 -2
- package/__chunks__/{chunk-QIF4RAQV.js → chunk-CMGGVTKB.js} +2 -2
- package/__chunks__/{chunk-YUAQJODP.js → chunk-CPTGXWUV.js} +2 -2
- package/__chunks__/{chunk-DOSMTMSA.js → chunk-CRHEOOZD.js} +2 -2
- package/__chunks__/{chunk-S4F4I3EL.js → chunk-CTZINBSZ.js} +2 -2
- package/__chunks__/{chunk-KM22PKZI.js → chunk-CUYJAD7W.js} +2 -2
- package/__chunks__/{chunk-OZDL46NA.js → chunk-CZMQWDNV.js} +2 -2
- package/__chunks__/{chunk-YYK62RW6.js → chunk-D62OYHN4.js} +2 -2
- package/__chunks__/{chunk-NOMYSJLF.js → chunk-D643KB2W.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-BWGJEGRO.js → chunk-DCGMBO5Q.js} +2 -2
- package/__chunks__/{chunk-PO5AWVDZ.js → chunk-DFXCBJPX.js} +2 -2
- package/__chunks__/{chunk-SVN5HNM2.js → chunk-DJMFNRIK.js} +2 -2
- package/__chunks__/{chunk-EIPIMQWF.js → chunk-DNEZKZYF.js} +2 -2
- package/__chunks__/{chunk-NLKVPZDS.js → chunk-DOB2VWUN.js} +2 -2
- package/__chunks__/chunk-DP3KRPAW.js +2 -0
- package/__chunks__/{chunk-VXQEK23G.js → chunk-DPY2TNEY.js} +2 -2
- package/__chunks__/{chunk-GMMNKNOR.js → chunk-DQBNJKXP.js} +2 -2
- package/__chunks__/{chunk-RTG6UTB2.js → chunk-DST6SZX2.js} +2 -2
- package/__chunks__/{chunk-7P4DCZH2.js → chunk-DYVTV6RQ.js} +2 -2
- package/__chunks__/{chunk-YWFYVD4G.js → chunk-DZICGNLZ.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-VOVGM76A.js → chunk-EGXPMWIO.js} +2 -2
- package/__chunks__/{chunk-2YLBTMG6.js → chunk-EIV36FLO.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-ENATCDDM.js} +2 -2
- package/__chunks__/chunk-EWRLMXDS.js +2 -0
- package/__chunks__/{chunk-EF2UXIU4.js → chunk-EZ2PLUR5.js} +2 -2
- package/__chunks__/{chunk-A4LWJRGO.js → chunk-EZP4DAXA.js} +2 -2
- package/__chunks__/{chunk-BZ5ZNPRL.js → chunk-F74R22JL.js} +2 -2
- package/__chunks__/{chunk-UXCGROP3.js → chunk-FFPSOIDK.js} +2 -2
- package/__chunks__/{chunk-3PQESL5F.js → chunk-FOB5N4UB.js} +2 -2
- package/__chunks__/{chunk-U3XNHBKX.js → chunk-FV6H3A4M.js} +2 -2
- package/__chunks__/{chunk-WRX3NWCT.js → chunk-FYDI5I4M.js} +2 -2
- package/__chunks__/{chunk-TWKW7IAP.js → chunk-G2TQCLY5.js} +2 -2
- package/__chunks__/{chunk-XG22CTWL.js → chunk-GAMY5LR7.js} +2 -2
- package/__chunks__/{chunk-SSCQNJ5T.js → chunk-GDIJ3VWC.js} +2 -2
- package/__chunks__/chunk-GE6AWBV7.js +2 -0
- package/__chunks__/{chunk-UJP5XOCK.js → chunk-GISBTWRR.js} +2 -2
- package/__chunks__/chunk-GO3KTKAY.js +2 -0
- package/__chunks__/{chunk-6MVSRKSW.js → chunk-GR7XHWC7.js} +2 -2
- package/__chunks__/{chunk-ZA3EOZGC.js → chunk-GSIGCMHA.js} +2 -2
- package/__chunks__/{chunk-5RSAZX46.js → chunk-H664UVLI.js} +2 -2
- package/__chunks__/chunk-H6V3642M.js +2 -0
- package/__chunks__/{chunk-OLOMMKEU.js → chunk-H7F7QSSU.js} +2 -2
- package/__chunks__/chunk-HCRNWCPS.js +2 -0
- package/__chunks__/{chunk-KRZC3JQ2.js → chunk-HCWQSW2G.js} +2 -2
- package/__chunks__/{chunk-MT3Y2HBI.js → chunk-HFGBJ5GL.js} +2 -2
- package/__chunks__/chunk-HGBHLYSY.js +2 -0
- package/__chunks__/{chunk-O2ZEL6NT.js → chunk-HK3BL5WJ.js} +2 -2
- package/__chunks__/chunk-HK3IGHZP.js +2 -0
- package/__chunks__/{chunk-3WJYDELU.js → chunk-HV5N6FIR.js} +2 -2
- package/__chunks__/{chunk-NUAT4GP2.js → chunk-HVGKEJEB.js} +2 -2
- package/__chunks__/{chunk-BYMJYEHI.js → chunk-HWKORQ2K.js} +2 -2
- package/__chunks__/{chunk-ABCTLPKE.js → chunk-I4ESH2AI.js} +2 -2
- package/__chunks__/{chunk-4GFEXTZD.js → chunk-I5OGC7V5.js} +2 -2
- package/__chunks__/{chunk-ZHI6VDK3.js → chunk-IAQHH2SB.js} +2 -2
- package/__chunks__/{chunk-IZT5M3NI.js → chunk-ICO7LEX6.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-YS264G4H.js → chunk-IIO4O6XX.js} +2 -2
- package/__chunks__/{chunk-VIQBMB7R.js → chunk-IJ3VVADG.js} +2 -2
- package/__chunks__/{chunk-EY67IUVU.js → chunk-IOEM2OZK.js} +2 -2
- package/__chunks__/{chunk-DBXSYSN3.js → chunk-IQ4ZNGVQ.js} +2 -2
- package/__chunks__/chunk-IXUNCHI4.js +2 -0
- package/__chunks__/{chunk-B3QOKO5I.js → chunk-J5WQX5EE.js} +2 -2
- package/__chunks__/{chunk-YTK76YT2.js → chunk-JA3SLGX2.js} +2 -2
- package/__chunks__/{chunk-N7ADAEPB.js → chunk-JD4QKREV.js} +2 -2
- package/__chunks__/{chunk-ODC7QWD2.js → chunk-JKKAJ4MH.js} +2 -2
- package/__chunks__/{chunk-6N4RLQ5C.js → chunk-JN4X6QCT.js} +2 -2
- package/__chunks__/chunk-JOLQVYZM.js +2 -0
- package/__chunks__/chunk-JPHGRIUG.js +2 -0
- package/__chunks__/{chunk-NP4OVEKX.js → chunk-JUNOVW6Y.js} +2 -2
- package/__chunks__/chunk-JV2YMLWW.js +2 -0
- package/__chunks__/chunk-JW36RK53.js +2 -0
- package/__chunks__/{chunk-WGJCID34.js → chunk-JWSME6SY.js} +2 -2
- package/__chunks__/{chunk-LBNVU6PX.js → chunk-K34NQEQO.js} +2 -2
- package/__chunks__/{chunk-725DQS6I.js → chunk-K3JRXFGH.js} +2 -2
- package/__chunks__/{chunk-S74OWSEP.js → chunk-K6D6CCIL.js} +2 -2
- package/__chunks__/{chunk-2KDYG3SO.js → chunk-K6LPKU4O.js} +2 -2
- package/__chunks__/{chunk-5FOAU3JX.js → chunk-K6Q3BCRA.js} +2 -2
- package/__chunks__/{chunk-6DQ7WJGR.js → chunk-KACXL2VQ.js} +2 -2
- package/__chunks__/{chunk-5IJ6LP4I.js → chunk-KAGCFYLJ.js} +2 -2
- package/__chunks__/chunk-KB6C5NNL.js +2 -0
- package/__chunks__/{chunk-QFGYD6TB.js → chunk-KBWCG46F.js} +2 -2
- package/__chunks__/{chunk-XYNRMMQW.js → chunk-KDC72FBJ.js} +2 -2
- package/__chunks__/{chunk-RMNLKAFR.js → chunk-KESYGJYU.js} +2 -2
- package/__chunks__/{chunk-IJUEBJAF.js → chunk-KKHZHP3E.js} +2 -2
- package/__chunks__/{chunk-XNTBUCLS.js → chunk-KNAS7VNV.js} +2 -2
- package/__chunks__/{chunk-FKBZ5UQI.js → chunk-KVFROWIW.js} +2 -2
- package/__chunks__/{chunk-LVFD76RL.js → chunk-KZ5L5NV5.js} +2 -2
- package/__chunks__/{chunk-YE4P3ZZ7.js → chunk-L2JEVZQR.js} +2 -2
- package/__chunks__/{chunk-CGWAXN6N.js → chunk-L5MDW727.js} +2 -2
- package/__chunks__/chunk-L6F4CXJI.js +2 -0
- package/__chunks__/{chunk-FAKD6TQU.js → chunk-L7JIR6OV.js} +2 -2
- package/__chunks__/{chunk-SFYZHJUF.js → chunk-LABFKDKK.js} +2 -2
- package/__chunks__/{chunk-KRA5K2CA.js → chunk-LPRQ2IYP.js} +2 -2
- package/__chunks__/{chunk-TFFWE4BT.js → chunk-LYO6GZ3A.js} +2 -2
- package/__chunks__/chunk-M3KZ5ZCM.js +2 -0
- package/__chunks__/{chunk-OD662V2W.js → chunk-M6UZBBM2.js} +2 -2
- package/__chunks__/{chunk-TWTHHNTM.js → chunk-MBDPT5AM.js} +2 -2
- 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-AFDBN25I.js → chunk-MJZ7CDPB.js} +2 -2
- package/__chunks__/{chunk-22JN6N73.js → chunk-MNJFPX3O.js} +2 -2
- package/__chunks__/chunk-MOINY2V5.js +2 -0
- package/__chunks__/chunk-MQYKLTUO.js +2 -0
- package/__chunks__/{chunk-T4VQSZEL.js → chunk-MX3ROSNA.js} +2 -2
- package/__chunks__/{chunk-WPFAZXYU.js → chunk-MYP4XQY5.js} +2 -2
- package/__chunks__/{chunk-CCWOG6MB.js → chunk-N2M34KLB.js} +2 -2
- package/__chunks__/{chunk-P7P5UUFA.js → chunk-N3YUZLCM.js} +2 -2
- package/__chunks__/chunk-N5OGU3OY.js +2 -0
- package/__chunks__/{chunk-GBKWCLTK.js → chunk-N7MH2TQM.js} +2 -2
- package/__chunks__/{chunk-RZKCPVPQ.js → chunk-NC27GOVK.js} +2 -2
- package/__chunks__/{chunk-W6DYGRIO.js → chunk-NCJMLUYQ.js} +2 -2
- package/__chunks__/chunk-NJPCK4MP.js +2 -0
- package/__chunks__/{chunk-ICXOCZAA.js → chunk-NKKIJCQE.js} +2 -2
- package/__chunks__/{chunk-4Q52MB5B.js → chunk-NLSTULNQ.js} +2 -2
- package/__chunks__/{chunk-QJ7HFUDR.js → chunk-NMC25ZUJ.js} +2 -2
- package/__chunks__/{chunk-YO7XRCO7.js → chunk-NRHVGC3B.js} +2 -2
- package/__chunks__/chunk-NTXXBNQ3.js +2 -0
- package/__chunks__/{chunk-SX5YBID4.js → chunk-NW56V3MY.js} +2 -2
- package/__chunks__/{chunk-MRNCVD3U.js → chunk-NYBV3BY2.js} +2 -2
- package/__chunks__/{chunk-M56LZ3W7.js → chunk-OE2KHOEY.js} +2 -2
- package/__chunks__/{chunk-SBUSN3HF.js → chunk-OJ65PGXZ.js} +2 -2
- package/__chunks__/chunk-ONKEMUBS.js +2 -0
- package/__chunks__/{chunk-XIJOWM33.js → chunk-OOKK6JJ4.js} +2 -2
- package/__chunks__/{chunk-UNXXYSEH.js → chunk-OP3ST6P3.js} +2 -2
- package/__chunks__/{chunk-IS2TKLNE.js → chunk-OUSIKRNJ.js} +2 -2
- package/__chunks__/{chunk-3WVAONFD.js → chunk-P3K3ST24.js} +2 -2
- package/__chunks__/{chunk-5VE2X5PQ.js → chunk-P4STGZJH.js} +2 -2
- package/__chunks__/{chunk-YMBGOTL7.js → chunk-P5MIE6MI.js} +2 -2
- package/__chunks__/{chunk-LJKUHO7G.js → chunk-P63VQOHF.js} +2 -2
- package/__chunks__/{chunk-NPCALBS3.js → chunk-PBD3PMQ6.js} +2 -2
- package/__chunks__/{chunk-YXZHP6AI.js → chunk-PL254HTU.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-DUNXCYMV.js → chunk-PXO2J644.js} +2 -2
- package/__chunks__/{chunk-XXOINCQR.js → chunk-PXO3KXPV.js} +2 -2
- package/__chunks__/chunk-PYOBFWGE.js +2 -0
- package/__chunks__/{chunk-MWTZ7DNL.js → chunk-Q2II6WAH.js} +2 -2
- package/__chunks__/{chunk-IFCEM2UW.js → chunk-Q6C25DHD.js} +2 -2
- package/__chunks__/{chunk-WEOGIT34.js → chunk-QFFXJQMU.js} +2 -2
- package/__chunks__/{chunk-PBCZXHIJ.js → chunk-QGCSWJ3J.js} +2 -2
- package/__chunks__/chunk-QSQMERZY.js +2 -0
- package/__chunks__/{chunk-HGJG26HB.js → chunk-QUMXWER5.js} +2 -2
- package/__chunks__/{chunk-7OFHGTYC.js → chunk-QWDXQ3EZ.js} +2 -2
- package/__chunks__/{chunk-N3TKVWQ6.js → chunk-QZD5N7RZ.js} +2 -2
- package/__chunks__/{chunk-FE6U2NQN.js → chunk-R54WJX7Q.js} +2 -2
- package/__chunks__/{chunk-II4JTXXI.js → chunk-R666NKD7.js} +2 -2
- package/__chunks__/chunk-R7FMYSFZ.js +2 -0
- package/__chunks__/{chunk-NQUPSQWU.js → chunk-RBQXSOSJ.js} +2 -2
- package/__chunks__/chunk-REVI6QV5.js +2 -0
- package/__chunks__/{chunk-GEH3ZXZJ.js → chunk-RNXCDZE7.js} +2 -2
- package/__chunks__/{chunk-BNTCTEV4.js → chunk-RPRH53SN.js} +2 -2
- package/__chunks__/{chunk-5LRIVXCH.js → chunk-RV7HFQKN.js} +2 -2
- package/__chunks__/chunk-S6WU7FIP.js +2 -0
- package/__chunks__/{chunk-T56U5SCF.js → chunk-SD2ZJL4Z.js} +2 -2
- package/__chunks__/{chunk-UYTH5YHT.js → chunk-SEELVEOF.js} +2 -2
- package/__chunks__/{chunk-BSDAN6CW.js → chunk-SJFNSQDE.js} +2 -2
- package/__chunks__/{chunk-YT7A5JWD.js → chunk-SKI27VQD.js} +2 -2
- package/__chunks__/{chunk-GIRJIZEX.js → chunk-SL6BQO6U.js} +2 -2
- package/__chunks__/{chunk-5FHEIYXO.js → chunk-SOD2H65H.js} +2 -2
- package/__chunks__/{chunk-RDD3H2JW.js → chunk-SOM3C6KB.js} +2 -2
- package/__chunks__/{chunk-X5ICOU7C.js → chunk-SOOZPADC.js} +2 -2
- package/__chunks__/{chunk-BKKRTXC4.js → chunk-SS4FJ5PL.js} +2 -2
- package/__chunks__/{chunk-YHUPKAM7.js → chunk-SUPKMGBY.js} +2 -2
- package/__chunks__/chunk-SYEARPKN.js +2 -0
- package/__chunks__/chunk-SYYNFXUN.js +2 -0
- package/__chunks__/{chunk-UK6TMYAE.js → chunk-TFN5IPAO.js} +2 -2
- package/__chunks__/{chunk-ABVIX57I.js → chunk-TFZRV4WV.js} +2 -2
- package/__chunks__/{chunk-LSB7OMSQ.js → chunk-TIMS5S2C.js} +2 -2
- package/__chunks__/{chunk-N7AWBBNE.js → chunk-TISG47PR.js} +2 -2
- package/__chunks__/{chunk-KQ7RVOIZ.js → chunk-TJ462GVP.js} +2 -2
- package/__chunks__/{chunk-P32QGFY7.js → chunk-TJVSSB6L.js} +2 -2
- package/__chunks__/{chunk-FATBVCBP.js → chunk-TLR5RFIN.js} +2 -2
- package/__chunks__/{chunk-AOHMQPZL.js → chunk-TLSDRYRG.js} +2 -2
- package/__chunks__/{chunk-266G5JQJ.js → chunk-TPMTRTYF.js} +2 -2
- package/__chunks__/{chunk-WJR6UK3M.js → chunk-TTFHCVKE.js} +2 -2
- package/__chunks__/{chunk-N2XOKZ5I.js → chunk-TWMGKIYA.js} +2 -2
- package/__chunks__/{chunk-62STDYU4.js → chunk-TWS6ONFZ.js} +2 -2
- package/__chunks__/{chunk-VJYHC2IC.js → chunk-U72Y75C7.js} +2 -2
- package/__chunks__/{chunk-64HD2IJE.js → chunk-UES4R3TC.js} +2 -2
- package/__chunks__/{chunk-U73ZTPDU.js → chunk-UEWYCOIN.js} +2 -2
- package/__chunks__/{chunk-O5X5ZJ2X.js → chunk-UJIL6NPK.js} +2 -2
- package/__chunks__/{chunk-MEVXHA66.js → chunk-UL64XUYA.js} +2 -2
- package/__chunks__/{chunk-C4CGIKHQ.js → chunk-UPRCDBIL.js} +2 -2
- package/__chunks__/{chunk-KB6S7Q6T.js → chunk-UQF6NDG4.js} +2 -2
- package/__chunks__/chunk-UREH36PU.js +2 -0
- package/__chunks__/chunk-UXLAYBPI.js +2 -0
- package/__chunks__/{chunk-TA6KXPDS.js → chunk-V3TVICHS.js} +2 -2
- package/__chunks__/{chunk-HZLQIFYM.js → chunk-V4A4RI3N.js} +2 -2
- package/__chunks__/{chunk-SOT46JZ4.js → chunk-V5CKNZA2.js} +2 -2
- package/__chunks__/chunk-VF2ER254.js +2 -0
- package/__chunks__/chunk-VKSVMOTZ.js +2 -0
- package/__chunks__/{chunk-YUFTIAXC.js → chunk-VLCJAOJZ.js} +2 -2
- package/__chunks__/{chunk-YBAE7GFQ.js → chunk-VO5H44X2.js} +2 -2
- package/__chunks__/{chunk-XYIINX7L.js → chunk-VRTCS22N.js} +2 -2
- package/__chunks__/{chunk-TKAZPDQD.js → chunk-VTFUHAXE.js} +2 -2
- package/__chunks__/chunk-VVYCLY74.js +2 -0
- package/__chunks__/{chunk-JRTEZHT3.js → chunk-W3IQPPVZ.js} +2 -2
- package/__chunks__/{chunk-BTK7EQXR.js → chunk-W6YGSEZ4.js} +2 -2
- package/__chunks__/{chunk-L2MNSAH6.js → chunk-WH5HQCTW.js} +2 -2
- package/__chunks__/{chunk-XKIHSHRR.js → chunk-WLBFOLRM.js} +2 -2
- package/__chunks__/{chunk-GY4NLIXS.js → chunk-WNUGX7UH.js} +2 -2
- package/__chunks__/{chunk-JRZH7GPF.js → chunk-WNUN6H4T.js} +2 -2
- package/__chunks__/{chunk-XWSSWFTD.js → chunk-WUKH5HLL.js} +2 -2
- package/__chunks__/chunk-X4IJUWVA.js +2 -0
- package/__chunks__/{chunk-3FBESZUW.js → chunk-XB3JKHGC.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-XCL6JUJD.js +2 -0
- package/__chunks__/{chunk-CYSDZCF5.js → chunk-XCXIJG4P.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-XYG2GT62.js → chunk-XEGOSC3M.js} +2 -2
- package/__chunks__/{chunk-LRYZZFQK.js → chunk-XIH5JQMU.js} +2 -2
- package/__chunks__/{chunk-HJUPUIOO.js → chunk-XL7XIOJR.js} +2 -2
- package/__chunks__/{chunk-TQT5YUX5.js → chunk-XNDB3RCO.js} +2 -2
- package/__chunks__/chunk-XNL2TWXZ.js +2 -0
- package/__chunks__/{chunk-OEND4E23.js → chunk-XP6N4TB2.js} +2 -2
- package/__chunks__/{chunk-NHRIRJWC.js → chunk-XQIEPK5J.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-XVIPFZ65.js +2 -0
- package/__chunks__/{chunk-OJE3TJIQ.js → chunk-XYD5IJAJ.js} +2 -2
- package/__chunks__/{chunk-IS3UGNWF.js → chunk-XYPHPEVE.js} +2 -2
- package/__chunks__/{chunk-ATPUAU7X.js → chunk-Y4GMWUQR.js} +2 -2
- package/__chunks__/{chunk-YGZXGGKB.js → chunk-Y4OZCVUZ.js} +2 -2
- package/__chunks__/chunk-Y75XZXEI.js +2 -0
- package/__chunks__/{chunk-MAV57NWH.js → chunk-YDLPR32M.js} +2 -2
- package/__chunks__/{chunk-65IDFVWB.js → chunk-YGQ6MAF7.js} +2 -2
- package/__chunks__/{chunk-YOBVDDDP.js → chunk-YOZHK36J.js} +2 -2
- package/__chunks__/{chunk-USLL3BF7.js → chunk-YQT2T3WW.js} +2 -2
- package/__chunks__/{chunk-LB35NEGJ.js → chunk-YTARCORV.js} +2 -2
- package/__chunks__/{chunk-NHOS36NE.js → chunk-YUFTVV2H.js} +2 -2
- package/__chunks__/chunk-YWRTTCYK.js +2 -0
- package/__chunks__/{chunk-GIMVUCZB.js → chunk-YZB7HVFC.js} +2 -2
- package/__chunks__/{chunk-NXKTQZRX.js → chunk-Z4HYDMJT.js} +2 -2
- package/__chunks__/{chunk-SIVLWB4D.js → chunk-ZAXYP5DO.js} +2 -2
- package/__chunks__/{chunk-QAXYRYC4.js → chunk-ZC5N5NQ2.js} +2 -2
- package/__chunks__/{chunk-CN47U3Z4.js → chunk-ZD5GDFTR.js} +2 -2
- package/__chunks__/chunk-ZDIO44CA.js +2 -0
- package/__chunks__/chunk-ZGV573YZ.js +2 -0
- package/__chunks__/{chunk-F47KH2MF.js → chunk-ZHHX65UY.js} +2 -2
- package/__chunks__/{chunk-QU7CA45V.js → chunk-ZIIDK2IX.js} +2 -2
- package/__chunks__/{chunk-IZYPU3LW.js → chunk-ZIIQ5MFR.js} +2 -2
- package/__chunks__/{chunk-O5WZCBNH.js → chunk-ZKOWOXAQ.js} +2 -2
- package/__chunks__/{chunk-GU7IUTXI.js → chunk-ZQBSKR72.js} +2 -2
- package/__chunks__/chunk-ZT2MNNMR.js +2 -0
- package/__chunks__/{chunk-7SETDCR4.js → chunk-ZYFEH2PC.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 +3 -3
- 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
package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Co=Object.create;var V=Object.defineProperty,Fo=Object.defineProperties,Bo=Object.getOwnPropertyDescriptor,Do=Object.getOwnPropertyDescriptors,Po=Object.getOwnPropertyNames,Ie=Object.getOwnPropertySymbols,Uo=Object.getPrototypeOf,Ce=Object.prototype.hasOwnProperty,Mo=Object.prototype.propertyIsEnumerable;var Ee=(n,e,o)=>e in n?V(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,L=(n,e)=>{for(var o in e||(e={}))Ce.call(e,o)&&Ee(n,o,e[o]);if(Ie)for(var o of Ie(e))Mo.call(e,o)&&Ee(n,o,e[o]);return n},Fe=(n,e)=>Fo(n,Do(e));var q=(n,e)=>()=>(n&&(e=n(n=0)),e);var X=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),K=(n,e)=>{for(var o in e)V(n,o,{get:e[o],enumerable:!0})},Be=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Po(e))!Ce.call(n,a)&&a!==o&&V(n,a,{get:()=>e[a],enumerable:!(r=Bo(e,a))||r.enumerable});return n};var k=(n,e,o)=>(o=n!=null?Co(Uo(n)):{},Be(e||!n||!n.__esModule?V(o,"default",{value:n,enumerable:!0}):o,n)),Y=n=>Be(V({},"__esModule",{value:!0}),n);var te=(n,e,o)=>new Promise((r,a)=>{var t=c=>{try{m(o.next(c))}catch(u){a(u)}},p=c=>{try{m(o.throw(c))}catch(u){a(u)}},m=c=>c.done?r(c.value):Promise.resolve(c.value).then(t,p);m((o=o.apply(n,e)).next())});var Ue=X(J=>{"use strict";i();J.byteLength=Oo;J.toByteArray=zo;J.fromByteArray=Ho;var T=[],w=[],Wo=typeof Uint8Array!="undefined"?Uint8Array:Array,pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(P=0,De=pe.length;P<De;++P)T[P]=pe[P],w[pe.charCodeAt(P)]=P;var P,De;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function Pe(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Oo(n){var e=Pe(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Go(n,e,o){return(e+o)*3/4-o}function zo(n){var e,o=Pe(n),r=o[0],a=o[1],t=new Wo(Go(n,r,a)),p=0,m=a>0?r-4:r,c;for(c=0;c<m;c+=4)e=w[n.charCodeAt(c)]<<18|w[n.charCodeAt(c+1)]<<12|w[n.charCodeAt(c+2)]<<6|w[n.charCodeAt(c+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(c)]<<2|w[n.charCodeAt(c+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(c)]<<10|w[n.charCodeAt(c+1)]<<4|w[n.charCodeAt(c+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function jo(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Vo(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(jo(r));return a.join("")}function Ho(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,m=o-r;p<m;p+=t)a.push(Vo(n,p,p+t>m?m:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var Me=X(_e=>{i();_e.read=function(n,e,o,r,a){var t,p,m=a*8-r-1,c=(1<<m)-1,u=c>>1,g=-7,f=o?a-1:0,v=o?-1:1,y=n[e+f];for(f+=v,t=y&(1<<-g)-1,y>>=-g,g+=m;g>0;t=t*256+n[e+f],f+=v,g-=8);for(p=t&(1<<-g)-1,t>>=-g,g+=r;g>0;p=p*256+n[e+f],f+=v,g-=8);if(t===0)t=1-u;else{if(t===c)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-u}return(y?-1:1)*p*Math.pow(2,t-r)};_e.write=function(n,e,o,r,a,t){var p,m,c,u=t*8-a-1,g=(1<<u)-1,f=g>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,W=r?1:-1,Eo=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(m=isNaN(e)?1:0,p=g):(p=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-p))<1&&(p--,c*=2),p+f>=1?e+=v/c:e+=v*Math.pow(2,1-f),e*c>=2&&(p++,c/=2),p+f>=g?(m=0,p=g):p+f>=1?(m=(e*c-1)*Math.pow(2,a),p=p+f):(m=e*Math.pow(2,f-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=m&255,y+=W,m/=256,a-=8);for(p=p<<a|m,u+=a;u>0;n[o+y]=p&255,y+=W,p/=256,u-=8);n[o+y-W]|=Eo*128}});var $e=X(G=>{"use strict";i();var ie=Ue(),O=Me(),We=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;G.Buffer=_;G.SlowBuffer=$o;G.INSPECT_MAX_BYTES=50;var $=2147483647;G.kMaxLength=$;_.TYPED_ARRAY_SUPPORT=qo();!_.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 qo(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function I(n){if(n>$)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return le(n)}return ze(n,e,o)}_.poolSize=8192;function ze(n,e,o){if(typeof n=="string")return Ko(n,e);if(ArrayBuffer.isView(n))return Yo(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(S(n,ArrayBuffer)||n&&S(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(S(n,SharedArrayBuffer)||n&&S(n.buffer,SharedArrayBuffer)))return me(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=Jo(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ze(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function je(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 Xo(n,e,o){return je(n),n<=0?I(n):e!==void 0?typeof o=="string"?I(n).fill(e,o):I(n).fill(e):I(n)}_.alloc=function(n,e,o){return Xo(n,e,o)};function le(n){return je(n),I(n<0?0:se(n)|0)}_.allocUnsafe=function(n){return le(n)};_.allocUnsafeSlow=function(n){return le(n)};function Ko(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=Ve(n,e)|0,r=I(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function ce(n){for(var e=n.length<0?0:se(n.length)|0,o=I(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function Yo(n){if(S(n,Uint8Array)){var e=new Uint8Array(n);return me(e.buffer,e.byteOffset,e.byteLength)}return ce(n)}function me(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function Jo(n){if(_.isBuffer(n)){var e=se(n.length)|0,o=I(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ge(n.length)?I(0):ce(n);if(n.type==="Buffer"&&Array.isArray(n.data))return ce(n.data)}function se(n){if(n>=$)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+$.toString(16)+" bytes");return n|0}function $o(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),S(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.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}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(S(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function Ve(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||S(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 o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return de(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return Je(n).length;default:if(a)return r?-1:de(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=Ve;function Zo(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return cn(this,e,o);case"utf8":case"utf-8":return qe(this,e,o);case"ascii":return pn(this,e,o);case"latin1":case"binary":return _n(this,e,o);case"base64":return an(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mn(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function U(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.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 o=0;o<e;o+=2)U(this,o,o+1);return this};_.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 o=0;o<e;o+=4)U(this,o,o+3),U(this,o+1,o+2);return this};_.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 o=0;o<e;o+=8)U(this,o,o+7),U(this,o+1,o+6),U(this,o+2,o+5),U(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?qe(this,0,e):Zo.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=G.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};We&&(_.prototype[We]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,m=r-o,c=Math.min(p,m),u=this.slice(a,t),g=e.slice(o,r),f=0;f<c;++f)if(u[f]!==g[f]){p=u[f],m=g[f];break}return p<m?-1:m<p?1:0};function He(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ge(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:Oe(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):Oe(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function Oe(n,e,o,r,a){var t=1,p=n.length,m=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,m/=2,o/=2}function c(y,W){return t===1?y[W]:y.readUInt16BE(W*t)}var u;if(a){var g=-1;for(u=o;u<p;u++)if(c(n,u)===c(e,g===-1?0:u-g)){if(g===-1&&(g=u),u-g+1===m)return g*t}else g!==-1&&(u-=u-g),g=-1}else for(o+m>p&&(o=p-m),u=o;u>=0;u--){for(var f=!0,v=0;v<m;v++)if(c(n,u+v)!==c(e,v)){f=!1;break}if(f)return u}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return He(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return He(this,e,o,r,!1)};function Qo(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var m=parseInt(e.substr(p*2,2),16);if(ge(m))return p;n[o+p]=m}return p}function en(n,e,o,r){return Z(de(e,n.length-o),n,o,r)}function on(n,e,o,r){return Z(sn(e),n,o,r)}function nn(n,e,o,r){return Z(Je(e),n,o,r)}function rn(n,e,o,r){return Z(gn(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return Qo(this,e,o,r);case"utf8":case"utf-8":return en(this,e,o,r);case"ascii":case"latin1":case"binary":return on(this,e,o,r);case"base64":return nn(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return rn(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function an(n,e,o){return e===0&&o===n.length?ie.fromByteArray(n):ie.fromByteArray(n.slice(e,o))}function qe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,m=t>239?4:t>223?3:t>191?2:1;if(a+m<=o){var c,u,g,f;switch(m){case 1:t<128&&(p=t);break;case 2:c=n[a+1],(c&192)===128&&(f=(t&31)<<6|c&63,f>127&&(p=f));break;case 3:c=n[a+1],u=n[a+2],(c&192)===128&&(u&192)===128&&(f=(t&15)<<12|(c&63)<<6|u&63,f>2047&&(f<55296||f>57343)&&(p=f));break;case 4:c=n[a+1],u=n[a+2],g=n[a+3],(c&192)===128&&(u&192)===128&&(g&192)===128&&(f=(t&15)<<18|(c&63)<<12|(u&63)<<6|g&63,f>65535&&f<1114112&&(p=f))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=m}return tn(r)}var Ge=4096;function tn(n){var e=n.length;if(e<=Ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=Ge));return o}function pn(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function _n(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function cn(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=un[n[t]];return a}function mn(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,m=0;for(this[o]=e&255;++m<r&&(p*=256);)this[o+m]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,m=1;for(this[o+p]=e&255;--p>=0&&(m*=256);)this[o+p]=e/m&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,m=1,c=0;for(this[o]=e&255;++p<r&&(m*=256);)e<0&&c===0&&this[o+p-1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,m=1,c=0;for(this[o+p]=e&255;--p>=0&&(m*=256);)e<0&&c===0&&this[o+p+1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function Xe(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function Ke(n,e,o,r,a){return e=+e,o=o>>>0,a||Xe(n,e,o,4,34028234663852886e22,-34028234663852886e22),O.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return Ke(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return Ke(this,e,o,!1,r)};function Ye(n,e,o,r,a){return e=+e,o=o>>>0,a||Xe(n,e,o,8,17976931348623157e292,-17976931348623157e292),O.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Ye(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Ye(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var m=_.isBuffer(e)?e:_.from(e,a),c=m.length;if(c===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=m[p%c]}return this};var dn=/[^+/0-9A-Za-z-_]/g;function ln(n){if(n=n.split("=")[0],n=n.trim().replace(dn,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function de(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function sn(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function gn(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function Je(n){return ie.toByteArray(ln(n))}function Z(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function S(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ge(n){return n!==n}var un=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var no=X((Mn,oo)=>{i();var h=oo.exports={},A,R;function ue(){throw new Error("setTimeout has not been defined")}function fe(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=ue}catch(n){A=ue}try{typeof clearTimeout=="function"?R=clearTimeout:R=fe}catch(n){R=fe}})();function Ze(n){if(A===setTimeout)return setTimeout(n,0);if((A===ue||!A)&&setTimeout)return A=setTimeout,setTimeout(n,0);try{return A(n,0)}catch(e){try{return A.call(null,n,0)}catch(o){return A.call(this,n,0)}}}function fn(n){if(R===clearTimeout)return clearTimeout(n);if((R===fe||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(n);try{return R(n)}catch(e){try{return R.call(null,n)}catch(o){return R.call(this,n)}}}var E=[],z=!1,M,Q=-1;function hn(){!z||!M||(z=!1,M.length?E=M.concat(E):Q=-1,E.length&&Qe())}function Qe(){if(!z){var n=Ze(hn);z=!0;for(var e=E.length;e;){for(M=E,E=[];++Q<e;)M&&M[Q].run();Q=-1,e=E.length}M=null,z=!1,fn(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];E.push(new eo(n,e)),E.length===1&&!z&&Ze(Qe)};function eo(n,e){this.fun=n,this.array=e}eo.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function C(){}h.on=C;h.addListener=C;h.once=C;h.off=C;h.removeListener=C;h.removeAllListeners=C;h.emit=C;h.prependListener=C;h.prependOnceListener=C;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var d,l,Wn,i=q(()=>{d=k($e()),l=k(no()),Wn=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var ye={};K(ye,{css:()=>go,default:()=>xn});var go,xn,we=q(()=>{"use strict";i();go=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Co=Object.create;var V=Object.defineProperty,Fo=Object.defineProperties,Do=Object.getOwnPropertyDescriptor,Bo=Object.getOwnPropertyDescriptors,Po=Object.getOwnPropertyNames,Ie=Object.getOwnPropertySymbols,Uo=Object.getPrototypeOf,Ce=Object.prototype.hasOwnProperty,Mo=Object.prototype.propertyIsEnumerable;var Ee=(n,e,o)=>e in n?V(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,L=(n,e)=>{for(var o in e||(e={}))Ce.call(e,o)&&Ee(n,o,e[o]);if(Ie)for(var o of Ie(e))Mo.call(e,o)&&Ee(n,o,e[o]);return n},Fe=(n,e)=>Fo(n,Bo(e));var q=(n,e)=>()=>(n&&(e=n(n=0)),e);var X=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),K=(n,e)=>{for(var o in e)V(n,o,{get:e[o],enumerable:!0})},De=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Po(e))!Ce.call(n,a)&&a!==o&&V(n,a,{get:()=>e[a],enumerable:!(r=Do(e,a))||r.enumerable});return n};var k=(n,e,o)=>(o=n!=null?Co(Uo(n)):{},De(e||!n||!n.__esModule?V(o,"default",{value:n,enumerable:!0}):o,n)),Y=n=>De(V({},"__esModule",{value:!0}),n);var te=(n,e,o)=>new Promise((r,a)=>{var t=c=>{try{m(o.next(c))}catch(u){a(u)}},p=c=>{try{m(o.throw(c))}catch(u){a(u)}},m=c=>c.done?r(c.value):Promise.resolve(c.value).then(t,p);m((o=o.apply(n,e)).next())});var Ue=X(J=>{"use strict";i();J.byteLength=Oo;J.toByteArray=zo;J.fromByteArray=Ho;var T=[],w=[],Wo=typeof Uint8Array!="undefined"?Uint8Array:Array,pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(P=0,Be=pe.length;P<Be;++P)T[P]=pe[P],w[pe.charCodeAt(P)]=P;var P,Be;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function Pe(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Oo(n){var e=Pe(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Go(n,e,o){return(e+o)*3/4-o}function zo(n){var e,o=Pe(n),r=o[0],a=o[1],t=new Wo(Go(n,r,a)),p=0,m=a>0?r-4:r,c;for(c=0;c<m;c+=4)e=w[n.charCodeAt(c)]<<18|w[n.charCodeAt(c+1)]<<12|w[n.charCodeAt(c+2)]<<6|w[n.charCodeAt(c+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(c)]<<2|w[n.charCodeAt(c+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(c)]<<10|w[n.charCodeAt(c+1)]<<4|w[n.charCodeAt(c+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function jo(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Vo(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(jo(r));return a.join("")}function Ho(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,m=o-r;p<m;p+=t)a.push(Vo(n,p,p+t>m?m:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var Me=X(_e=>{i();_e.read=function(n,e,o,r,a){var t,p,m=a*8-r-1,c=(1<<m)-1,u=c>>1,g=-7,f=o?a-1:0,v=o?-1:1,y=n[e+f];for(f+=v,t=y&(1<<-g)-1,y>>=-g,g+=m;g>0;t=t*256+n[e+f],f+=v,g-=8);for(p=t&(1<<-g)-1,t>>=-g,g+=r;g>0;p=p*256+n[e+f],f+=v,g-=8);if(t===0)t=1-u;else{if(t===c)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-u}return(y?-1:1)*p*Math.pow(2,t-r)};_e.write=function(n,e,o,r,a,t){var p,m,c,u=t*8-a-1,g=(1<<u)-1,f=g>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,W=r?1:-1,Eo=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(m=isNaN(e)?1:0,p=g):(p=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-p))<1&&(p--,c*=2),p+f>=1?e+=v/c:e+=v*Math.pow(2,1-f),e*c>=2&&(p++,c/=2),p+f>=g?(m=0,p=g):p+f>=1?(m=(e*c-1)*Math.pow(2,a),p=p+f):(m=e*Math.pow(2,f-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=m&255,y+=W,m/=256,a-=8);for(p=p<<a|m,u+=a;u>0;n[o+y]=p&255,y+=W,p/=256,u-=8);n[o+y-W]|=Eo*128}});var $e=X(G=>{"use strict";i();var ie=Ue(),O=Me(),We=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;G.Buffer=_;G.SlowBuffer=$o;G.INSPECT_MAX_BYTES=50;var $=2147483647;G.kMaxLength=$;_.TYPED_ARRAY_SUPPORT=qo();!_.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 qo(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function I(n){if(n>$)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return le(n)}return ze(n,e,o)}_.poolSize=8192;function ze(n,e,o){if(typeof n=="string")return Ko(n,e);if(ArrayBuffer.isView(n))return Yo(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(S(n,ArrayBuffer)||n&&S(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(S(n,SharedArrayBuffer)||n&&S(n.buffer,SharedArrayBuffer)))return me(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=Jo(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ze(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function je(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 Xo(n,e,o){return je(n),n<=0?I(n):e!==void 0?typeof o=="string"?I(n).fill(e,o):I(n).fill(e):I(n)}_.alloc=function(n,e,o){return Xo(n,e,o)};function le(n){return je(n),I(n<0?0:se(n)|0)}_.allocUnsafe=function(n){return le(n)};_.allocUnsafeSlow=function(n){return le(n)};function Ko(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=Ve(n,e)|0,r=I(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function ce(n){for(var e=n.length<0?0:se(n.length)|0,o=I(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function Yo(n){if(S(n,Uint8Array)){var e=new Uint8Array(n);return me(e.buffer,e.byteOffset,e.byteLength)}return ce(n)}function me(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function Jo(n){if(_.isBuffer(n)){var e=se(n.length)|0,o=I(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ge(n.length)?I(0):ce(n);if(n.type==="Buffer"&&Array.isArray(n.data))return ce(n.data)}function se(n){if(n>=$)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+$.toString(16)+" bytes");return n|0}function $o(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),S(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.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}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(S(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function Ve(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||S(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 o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return de(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return Je(n).length;default:if(a)return r?-1:de(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=Ve;function Zo(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return cn(this,e,o);case"utf8":case"utf-8":return qe(this,e,o);case"ascii":return pn(this,e,o);case"latin1":case"binary":return _n(this,e,o);case"base64":return an(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mn(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function U(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.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 o=0;o<e;o+=2)U(this,o,o+1);return this};_.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 o=0;o<e;o+=4)U(this,o,o+3),U(this,o+1,o+2);return this};_.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 o=0;o<e;o+=8)U(this,o,o+7),U(this,o+1,o+6),U(this,o+2,o+5),U(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?qe(this,0,e):Zo.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=G.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};We&&(_.prototype[We]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,m=r-o,c=Math.min(p,m),u=this.slice(a,t),g=e.slice(o,r),f=0;f<c;++f)if(u[f]!==g[f]){p=u[f],m=g[f];break}return p<m?-1:m<p?1:0};function He(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ge(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:Oe(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):Oe(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function Oe(n,e,o,r,a){var t=1,p=n.length,m=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,m/=2,o/=2}function c(y,W){return t===1?y[W]:y.readUInt16BE(W*t)}var u;if(a){var g=-1;for(u=o;u<p;u++)if(c(n,u)===c(e,g===-1?0:u-g)){if(g===-1&&(g=u),u-g+1===m)return g*t}else g!==-1&&(u-=u-g),g=-1}else for(o+m>p&&(o=p-m),u=o;u>=0;u--){for(var f=!0,v=0;v<m;v++)if(c(n,u+v)!==c(e,v)){f=!1;break}if(f)return u}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return He(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return He(this,e,o,r,!1)};function Qo(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var m=parseInt(e.substr(p*2,2),16);if(ge(m))return p;n[o+p]=m}return p}function en(n,e,o,r){return Z(de(e,n.length-o),n,o,r)}function on(n,e,o,r){return Z(sn(e),n,o,r)}function nn(n,e,o,r){return Z(Je(e),n,o,r)}function rn(n,e,o,r){return Z(gn(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return Qo(this,e,o,r);case"utf8":case"utf-8":return en(this,e,o,r);case"ascii":case"latin1":case"binary":return on(this,e,o,r);case"base64":return nn(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return rn(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function an(n,e,o){return e===0&&o===n.length?ie.fromByteArray(n):ie.fromByteArray(n.slice(e,o))}function qe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,m=t>239?4:t>223?3:t>191?2:1;if(a+m<=o){var c,u,g,f;switch(m){case 1:t<128&&(p=t);break;case 2:c=n[a+1],(c&192)===128&&(f=(t&31)<<6|c&63,f>127&&(p=f));break;case 3:c=n[a+1],u=n[a+2],(c&192)===128&&(u&192)===128&&(f=(t&15)<<12|(c&63)<<6|u&63,f>2047&&(f<55296||f>57343)&&(p=f));break;case 4:c=n[a+1],u=n[a+2],g=n[a+3],(c&192)===128&&(u&192)===128&&(g&192)===128&&(f=(t&15)<<18|(c&63)<<12|(u&63)<<6|g&63,f>65535&&f<1114112&&(p=f))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=m}return tn(r)}var Ge=4096;function tn(n){var e=n.length;if(e<=Ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=Ge));return o}function pn(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function _n(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function cn(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=un[n[t]];return a}function mn(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,m=0;for(this[o]=e&255;++m<r&&(p*=256);)this[o+m]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,m=1;for(this[o+p]=e&255;--p>=0&&(m*=256);)this[o+p]=e/m&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,m=1,c=0;for(this[o]=e&255;++p<r&&(m*=256);)e<0&&c===0&&this[o+p-1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,m=1,c=0;for(this[o+p]=e&255;--p>=0&&(m*=256);)e<0&&c===0&&this[o+p+1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function Xe(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function Ke(n,e,o,r,a){return e=+e,o=o>>>0,a||Xe(n,e,o,4,34028234663852886e22,-34028234663852886e22),O.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return Ke(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return Ke(this,e,o,!1,r)};function Ye(n,e,o,r,a){return e=+e,o=o>>>0,a||Xe(n,e,o,8,17976931348623157e292,-17976931348623157e292),O.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Ye(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Ye(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var m=_.isBuffer(e)?e:_.from(e,a),c=m.length;if(c===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=m[p%c]}return this};var dn=/[^+/0-9A-Za-z-_]/g;function ln(n){if(n=n.split("=")[0],n=n.trim().replace(dn,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function de(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function sn(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function gn(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function Je(n){return ie.toByteArray(ln(n))}function Z(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function S(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ge(n){return n!==n}var un=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var no=X((Mn,oo)=>{i();var h=oo.exports={},A,R;function ue(){throw new Error("setTimeout has not been defined")}function fe(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=ue}catch(n){A=ue}try{typeof clearTimeout=="function"?R=clearTimeout:R=fe}catch(n){R=fe}})();function Ze(n){if(A===setTimeout)return setTimeout(n,0);if((A===ue||!A)&&setTimeout)return A=setTimeout,setTimeout(n,0);try{return A(n,0)}catch(e){try{return A.call(null,n,0)}catch(o){return A.call(this,n,0)}}}function fn(n){if(R===clearTimeout)return clearTimeout(n);if((R===fe||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(n);try{return R(n)}catch(e){try{return R.call(null,n)}catch(o){return R.call(this,n)}}}var E=[],z=!1,M,Q=-1;function hn(){!z||!M||(z=!1,M.length?E=M.concat(E):Q=-1,E.length&&Qe())}function Qe(){if(!z){var n=Ze(hn);z=!0;for(var e=E.length;e;){for(M=E,E=[];++Q<e;)M&&M[Q].run();Q=-1,e=E.length}M=null,z=!1,fn(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];E.push(new eo(n,e)),E.length===1&&!z&&Ze(Qe)};function eo(n,e){this.fun=n,this.array=e}eo.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function C(){}h.on=C;h.addListener=C;h.once=C;h.off=C;h.removeListener=C;h.removeAllListeners=C;h.emit=C;h.prependListener=C;h.prependOnceListener=C;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var d,l,Wn,i=q(()=>{d=k($e()),l=k(no()),Wn=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var ye={};K(ye,{css:()=>go,default:()=>xn});var go,xn,we=q(()=>{"use strict";i();go=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2888,11 +2888,11 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2888
2888
|
.dapp-core-component__styles__scResultWrapper .dapp-core-component__styles__data {
|
|
2889
2889
|
display: flex;
|
|
2890
2890
|
align-items: center;
|
|
2891
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Lo));Nn={scResultWrapper:"dapp-core-component__styles__scResultWrapper",label:"dapp-core-component__styles__label",data:"dapp-core-component__styles__data"}});var Fn={};K(Fn,{default:()=>Cn});module.exports=Y(Fn);i();var Le=k(require("react"));i();i();var
|
|
2891
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Lo));Nn={scResultWrapper:"dapp-core-component__styles__scResultWrapper",label:"dapp-core-component__styles__label",data:"dapp-core-component__styles__data"}});var Fn={};K(Fn,{default:()=>Cn});module.exports=Y(Fn);i();var Le=k(require("react"));i();i();var D=k(require("react")),So=require("@fortawesome/free-solid-svg-icons"),Ao=require("@fortawesome/react-fontawesome"),Ro=k(require("classnames"));i();i();i();i();i();i();i();i();i();i();i();i();i();i();i();var bn=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),j=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var ro=(o=>(o.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",o.reloginRequest="RELOGIN_REQUEST",o))(ro||{}),$n=L(L({},j.WindowProviderRequestEnums),ro),ao=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(ao||{}),Zn=L(L({},j.WindowProviderResponseEnums),ao);i();i();i();var B=(a=>(a.raw="raw",a.text="text",a.decimal="decimal",a.smart="smart",a))(B||{});i();i();i();var he={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:to,egldLabel:ur}=he["devnet"],{chainId:po,egldLabel:fr}=he["testnet"],{chainId:_o,egldLabel:hr}=he["mainnet"];var br={["devnet"]:to,["testnet"]:po,["mainnet"]:_o},xr={[to]:"devnet",[po]:"testnet",[_o]:"mainnet"};i();i();var N=require("@multiversx/sdk-web-wallet-provider");i();i();var be=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var io,co,xe=String((co=(io=be.safeWindow)==null?void 0:io.navigator)==null?void 0:co.userAgent),Sr=/^((?!chrome|android).)*safari/i.test(xe),Ar=/firefox/i.test(xe)&&/windows/i.test(xe);var mo="N/A";i();var fo=k(require("react"));i();var H=k(require("react"));i();i();var lo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var so=()=>!lo();var yn=()=>te(void 0,null,function*(){return yield Promise.resolve().then(()=>(we(),ye))}),wn=()=>(we(),Y(ye)).default,ve=so();function uo({ssrGlobalImportCallback:n,ssrImportCallback:e,clientImportCallback:o}){let[r,a]=H.default.useState(ve?void 0:wn()),[t,p]=H.default.useState(ve||o==null?void 0:o()),m=()=>te(this,null,function*(){(n?n():yn()).then(c=>a(c.default)),e==null||e().then(c=>p(c.default))});return(0,H.useEffect)(()=>{ve&&m()},[]),{globalStyles:r,styles:t}}function ee(n,e){return o=>{let{globalStyles:r,styles:a}=uo({ssrGlobalImportCallback:e.ssrGlobalStyles,ssrImportCallback:e.ssrStyles,clientImportCallback:e.clientStyles});return fo.default.createElement(n,Fe(L({},o),{globalStyles:r!=null?r:{},styles:a!=null?a:{}}))}}i();var ne=require("react");i();i();i();i();var xo=require("@multiversx/sdk-core/out"),Te=k(require("bignumber.js"));i();var ho=require("@multiversx/sdk-core");function vn(n){try{let e=new ho.Address(n);return Boolean(e.bech32())}catch(e){return!1}}function bo(n){return(n==null?void 0:n.length)===62&&/^\w+$/.test(n)&&vn(n)}i();i();i();i();function ke(n){for(let e=0;e<n.length;e++)if(n.charCodeAt(e)>127)return!1;return!0}i();i();var F=(n,e,o)=>{switch(e){case"text":try{return d.Buffer.from(n,"hex").toString("utf8")}catch(r){}return n;case"decimal":return n!==""?new Te.default(n,16).toString(10):"";case"smart":try{let r=xo.Address.fromHex(n).toString();if(bo(r))return r}catch(r){}try{let r=d.Buffer.from(n,"hex").toString("utf8");if(ke(r))return r;{if(o&&[...o.esdts,...o.nfts].some(p=>r.includes(p)))return r;let a=new Te.default(n,16);return a.isFinite()?a.toString(10):n}}catch(r){}return n;case"raw":default:return n}};i();i();var kn=n=>n.toLowerCase().match(/^[0-9a-f]+$/i),Tn=n=>n.length%2===0,yo=n=>{let e=[];return n&&!kn(n)&&e.push(`Invalid Hex characters on argument @${n}`),n&&!Tn(n)&&e.push(`Odd number of Hex characters on argument @${n}`),e};i();var oe=({parts:n,decodedParts:e,identifier:o})=>{let r=[...e];if(n[0]==="ESDTNFTTransfer"&&n[2]&&(r[2]=F(n[2],"decimal")),o==="ESDTNFTTransfer"&&n[1]){let a=d.Buffer.from(String(n[1]),"base64");r[1]=F(a.toString("hex"),"decimal")}return r};var wo=({parts:n,decodeMethod:e,identifier:o,display:r})=>{let a=n.map((p,m)=>{if(n.length>=2&&(m===0&&p.length<64||m===1&&!n[0]))return/[^a-z0-9]/gi.test(p)?F(p,e):p;{let c=yo(p);return c.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,...c]))),F(p,e)}});return e==="smart"?oe({parts:n,decodedParts:a,identifier:o}):a};var vo=({input:n,decodeMethod:e,identifier:o})=>{let r={displayValue:"",validationWarnings:[]};if(!n.includes("@")&&!n.includes(`
|
|
2892
2892
|
`))return r.displayValue=F(n,e),r;if(n.includes("@")){let a=n.split("@"),t=wo({parts:a,identifier:o,decodeMethod:e,display:r});r.displayValue=t.join("@")}if(n.includes(`
|
|
2893
2893
|
`)){let a=n.split(`
|
|
2894
2894
|
`),t=a.map(m=>{let c=d.Buffer.from(m,"base64");return e==="raw"?m:F(c.toString("hex"),e)}),p=e==="smart"?oe({parts:a,decodedParts:t,identifier:o}):t;r.displayValue=p.join(`
|
|
2895
|
-
`)}return r};var Sn=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],ko=({value:n,initialDecodeMethod:e,setDecodeMethod:o,identifier:r})=>{let[a,t]=(0,ne.useState)(e&&Object.values(
|
|
2895
|
+
`)}return r};var Sn=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],ko=({value:n,initialDecodeMethod:e,setDecodeMethod:o,identifier:r})=>{let[a,t]=(0,ne.useState)(e&&Object.values(B).includes(e)?e:"raw"),{displayValue:p,validationWarnings:m}=vo({input:n,decodeMethod:a,identifier:r});return(0,ne.useEffect)(()=>{o&&o(a)},[a]),{displayValue:p,validationWarnings:m,setActiveKey:t,decodeOptions:Sn}};var Rn=n=>{let{className:e,value:o,styles:r}=n,{displayValue:a,validationWarnings:t,setActiveKey:p,decodeOptions:m}=ko(n),c=o&&o!==mo,u=g=>g?p(g.target.value):"raw";return D.default.createElement("div",{className:r==null?void 0:r.decode},D.default.createElement("div",{className:(0,Ro.default)(r==null?void 0:r.textarea,e)},a),c&&D.default.createElement("div",{className:r==null?void 0:r.select},D.default.createElement("select",{className:r==null?void 0:r.dropdown,onChange:u},m.map(g=>D.default.createElement("option",{key:g.value,value:g.value},g.label)))),t.map((g,f)=>D.default.createElement("div",{key:f,className:r==null?void 0:r.warnings},D.default.createElement(Ao.FontAwesomeIcon,{icon:So.faExclamationTriangle,className:r==null?void 0:r.icon,size:"xs"}),D.default.createElement("small",{className:r==null?void 0:r.warning},g))))},No=ee(Rn,{ssrStyles:()=>Promise.resolve().then(()=>(Ae(),Se)),clientStyles:()=>(Ae(),Y(Se)).default});i();var re=k(require("react")),ae=k(require("classnames"));var Ln=({label:n,children:e,globalStyles:o,styles:r})=>re.default.createElement("div",{className:(0,ae.default)(o==null?void 0:o.row,r==null?void 0:r.scResultWrapper)},re.default.createElement("div",{className:(0,ae.default)(o==null?void 0:o.colSm2,r==null?void 0:r.label)},n),re.default.createElement("div",{className:(0,ae.default)(o==null?void 0:o.colSm10,r==null?void 0:r.data)},e)),In=ee(Ln,{ssrStyles:()=>Promise.resolve().then(()=>(Ne(),Re)),clientStyles:()=>(Ne(),Y(Re)).default}),Io=In;var En=n=>Le.default.createElement(Io,{label:"Data"},Le.default.createElement(No,L({},n))),Cn=En;0&&(module.exports={});
|
|
2896
2896
|
/*!
|
|
2897
2897
|
* The buffer module from node.js, for the browser.
|
|
2898
2898
|
*
|
package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Lo=Object.create;var V=Object.defineProperty,Io=Object.defineProperties,Eo=Object.getOwnPropertyDescriptor,Co=Object.getOwnPropertyDescriptors,Fo=Object.getOwnPropertyNames,Le=Object.getOwnPropertySymbols,Bo=Object.getPrototypeOf,Ee=Object.prototype.hasOwnProperty,Do=Object.prototype.propertyIsEnumerable;var Ie=(n,e,o)=>e in n?V(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,B=(n,e)=>{for(var o in e||(e={}))Ee.call(e,o)&&Ie(n,o,e[o]);if(Le)for(var o of Le(e))Do.call(e,o)&&Ie(n,o,e[o]);return n},Ce=(n,e)=>Io(n,Co(e));var q=(n,e)=>()=>(n&&(e=n(n=0)),e);var X=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),ae=(n,e)=>{for(var o in e)V(n,o,{get:e[o],enumerable:!0})},Fe=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Fo(e))!Ee.call(n,a)&&a!==o&&V(n,a,{get:()=>e[a],enumerable:!(r=Eo(e,a))||r.enumerable});return n};var k=(n,e,o)=>(o=n!=null?Lo(Bo(n)):{},Fe(e||!n||!n.__esModule?V(o,"default",{value:n,enumerable:!0}):o,n)),K=n=>Fe(V({},"__esModule",{value:!0}),n);var te=(n,e,o)=>new Promise((r,a)=>{var t=c=>{try{m(o.next(c))}catch(u){a(u)}},p=c=>{try{m(o.throw(c))}catch(u){a(u)}},m=c=>c.done?r(c.value):Promise.resolve(c.value).then(t,p);m((o=o.apply(n,e)).next())});var Pe=X(Y=>{"use strict";i();Y.byteLength=Uo;Y.toByteArray=Wo;Y.fromByteArray=zo;var T=[],w=[],Po=typeof Uint8Array!="undefined"?Uint8Array:Array,pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(P=0,Be=pe.length;P<Be;++P)T[P]=pe[P],w[pe.charCodeAt(P)]=P;var P,Be;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function De(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Uo(n){var e=De(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Mo(n,e,o){return(e+o)*3/4-o}function Wo(n){var e,o=De(n),r=o[0],a=o[1],t=new Po(Mo(n,r,a)),p=0,m=a>0?r-4:r,c;for(c=0;c<m;c+=4)e=w[n.charCodeAt(c)]<<18|w[n.charCodeAt(c+1)]<<12|w[n.charCodeAt(c+2)]<<6|w[n.charCodeAt(c+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(c)]<<2|w[n.charCodeAt(c+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(c)]<<10|w[n.charCodeAt(c+1)]<<4|w[n.charCodeAt(c+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Oo(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Go(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Oo(r));return a.join("")}function zo(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,m=o-r;p<m;p+=t)a.push(Go(n,p,p+t>m?m:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var Ue=X(_e=>{i();_e.read=function(n,e,o,r,a){var t,p,m=a*8-r-1,c=(1<<m)-1,u=c>>1,g=-7,f=o?a-1:0,v=o?-1:1,y=n[e+f];for(f+=v,t=y&(1<<-g)-1,y>>=-g,g+=m;g>0;t=t*256+n[e+f],f+=v,g-=8);for(p=t&(1<<-g)-1,t>>=-g,g+=r;g>0;p=p*256+n[e+f],f+=v,g-=8);if(t===0)t=1-u;else{if(t===c)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-u}return(y?-1:1)*p*Math.pow(2,t-r)};_e.write=function(n,e,o,r,a,t){var p,m,c,u=t*8-a-1,g=(1<<u)-1,f=g>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,W=r?1:-1,No=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(m=isNaN(e)?1:0,p=g):(p=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-p))<1&&(p--,c*=2),p+f>=1?e+=v/c:e+=v*Math.pow(2,1-f),e*c>=2&&(p++,c/=2),p+f>=g?(m=0,p=g):p+f>=1?(m=(e*c-1)*Math.pow(2,a),p=p+f):(m=e*Math.pow(2,f-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=m&255,y+=W,m/=256,a-=8);for(p=p<<a|m,u+=a;u>0;n[o+y]=p&255,y+=W,p/=256,u-=8);n[o+y-W]|=No*128}});var Je=X(G=>{"use strict";i();var ie=Pe(),O=Ue(),Me=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;G.Buffer=_;G.SlowBuffer=Ko;G.INSPECT_MAX_BYTES=50;var J=2147483647;G.kMaxLength=J;_.TYPED_ARRAY_SUPPORT=jo();!_.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 jo(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function L(n){if(n>J)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return le(n)}return Ge(n,e,o)}_.poolSize=8192;function Ge(n,e,o){if(typeof n=="string")return Ho(n,e);if(ArrayBuffer.isView(n))return qo(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(S(n,ArrayBuffer)||n&&S(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(S(n,SharedArrayBuffer)||n&&S(n.buffer,SharedArrayBuffer)))return me(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=Xo(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return Ge(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ze(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 Vo(n,e,o){return ze(n),n<=0?L(n):e!==void 0?typeof o=="string"?L(n).fill(e,o):L(n).fill(e):L(n)}_.alloc=function(n,e,o){return Vo(n,e,o)};function le(n){return ze(n),L(n<0?0:se(n)|0)}_.allocUnsafe=function(n){return le(n)};_.allocUnsafeSlow=function(n){return le(n)};function Ho(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=je(n,e)|0,r=L(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function ce(n){for(var e=n.length<0?0:se(n.length)|0,o=L(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function qo(n){if(S(n,Uint8Array)){var e=new Uint8Array(n);return me(e.buffer,e.byteOffset,e.byteLength)}return ce(n)}function me(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function Xo(n){if(_.isBuffer(n)){var e=se(n.length)|0,o=L(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ge(n.length)?L(0):ce(n);if(n.type==="Buffer"&&Array.isArray(n.data))return ce(n.data)}function se(n){if(n>=J)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+J.toString(16)+" bytes");return n|0}function Ko(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),S(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.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}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(S(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function je(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||S(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 o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return de(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return Ye(n).length;default:if(a)return r?-1:de(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=je;function Yo(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return tn(this,e,o);case"utf8":case"utf-8":return He(this,e,o);case"ascii":return rn(this,e,o);case"latin1":case"binary":return an(this,e,o);case"base64":return on(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pn(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function U(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.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 o=0;o<e;o+=2)U(this,o,o+1);return this};_.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 o=0;o<e;o+=4)U(this,o,o+3),U(this,o+1,o+2);return this};_.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 o=0;o<e;o+=8)U(this,o,o+7),U(this,o+1,o+6),U(this,o+2,o+5),U(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?He(this,0,e):Yo.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=G.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};Me&&(_.prototype[Me]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,m=r-o,c=Math.min(p,m),u=this.slice(a,t),g=e.slice(o,r),f=0;f<c;++f)if(u[f]!==g[f]){p=u[f],m=g[f];break}return p<m?-1:m<p?1:0};function Ve(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ge(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:We(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):We(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function We(n,e,o,r,a){var t=1,p=n.length,m=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,m/=2,o/=2}function c(y,W){return t===1?y[W]:y.readUInt16BE(W*t)}var u;if(a){var g=-1;for(u=o;u<p;u++)if(c(n,u)===c(e,g===-1?0:u-g)){if(g===-1&&(g=u),u-g+1===m)return g*t}else g!==-1&&(u-=u-g),g=-1}else for(o+m>p&&(o=p-m),u=o;u>=0;u--){for(var f=!0,v=0;v<m;v++)if(c(n,u+v)!==c(e,v)){f=!1;break}if(f)return u}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return Ve(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return Ve(this,e,o,r,!1)};function Jo(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var m=parseInt(e.substr(p*2,2),16);if(ge(m))return p;n[o+p]=m}return p}function $o(n,e,o,r){return $(de(e,n.length-o),n,o,r)}function Zo(n,e,o,r){return $(mn(e),n,o,r)}function Qo(n,e,o,r){return $(Ye(e),n,o,r)}function en(n,e,o,r){return $(dn(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return Jo(this,e,o,r);case"utf8":case"utf-8":return $o(this,e,o,r);case"ascii":case"latin1":case"binary":return Zo(this,e,o,r);case"base64":return Qo(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return en(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function on(n,e,o){return e===0&&o===n.length?ie.fromByteArray(n):ie.fromByteArray(n.slice(e,o))}function He(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,m=t>239?4:t>223?3:t>191?2:1;if(a+m<=o){var c,u,g,f;switch(m){case 1:t<128&&(p=t);break;case 2:c=n[a+1],(c&192)===128&&(f=(t&31)<<6|c&63,f>127&&(p=f));break;case 3:c=n[a+1],u=n[a+2],(c&192)===128&&(u&192)===128&&(f=(t&15)<<12|(c&63)<<6|u&63,f>2047&&(f<55296||f>57343)&&(p=f));break;case 4:c=n[a+1],u=n[a+2],g=n[a+3],(c&192)===128&&(u&192)===128&&(g&192)===128&&(f=(t&15)<<18|(c&63)<<12|(u&63)<<6|g&63,f>65535&&f<1114112&&(p=f))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=m}return nn(r)}var Oe=4096;function nn(n){var e=n.length;if(e<=Oe)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=Oe));return o}function rn(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function an(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function tn(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ln[n[t]];return a}function pn(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,m=0;for(this[o]=e&255;++m<r&&(p*=256);)this[o+m]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,m=1;for(this[o+p]=e&255;--p>=0&&(m*=256);)this[o+p]=e/m&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,m=1,c=0;for(this[o]=e&255;++p<r&&(m*=256);)e<0&&c===0&&this[o+p-1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,m=1,c=0;for(this[o+p]=e&255;--p>=0&&(m*=256);)e<0&&c===0&&this[o+p+1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function qe(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function Xe(n,e,o,r,a){return e=+e,o=o>>>0,a||qe(n,e,o,4,34028234663852886e22,-34028234663852886e22),O.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return Xe(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return Xe(this,e,o,!1,r)};function Ke(n,e,o,r,a){return e=+e,o=o>>>0,a||qe(n,e,o,8,17976931348623157e292,-17976931348623157e292),O.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var m=_.isBuffer(e)?e:_.from(e,a),c=m.length;if(c===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=m[p%c]}return this};var _n=/[^+/0-9A-Za-z-_]/g;function cn(n){if(n=n.split("=")[0],n=n.trim().replace(_n,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function de(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function mn(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function dn(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function Ye(n){return ie.toByteArray(cn(n))}function $(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function S(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ge(n){return n!==n}var ln=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var oo=X((Bn,eo)=>{i();var h=eo.exports={},A,R;function ue(){throw new Error("setTimeout has not been defined")}function fe(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=ue}catch(n){A=ue}try{typeof clearTimeout=="function"?R=clearTimeout:R=fe}catch(n){R=fe}})();function $e(n){if(A===setTimeout)return setTimeout(n,0);if((A===ue||!A)&&setTimeout)return A=setTimeout,setTimeout(n,0);try{return A(n,0)}catch(e){try{return A.call(null,n,0)}catch(o){return A.call(this,n,0)}}}function sn(n){if(R===clearTimeout)return clearTimeout(n);if((R===fe||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(n);try{return R(n)}catch(e){try{return R.call(null,n)}catch(o){return R.call(this,n)}}}var I=[],z=!1,M,Z=-1;function gn(){!z||!M||(z=!1,M.length?I=M.concat(I):Z=-1,I.length&&Ze())}function Ze(){if(!z){var n=$e(gn);z=!0;for(var e=I.length;e;){for(M=I,I=[];++Z<e;)M&&M[Z].run();Z=-1,e=I.length}M=null,z=!1,sn(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];I.push(new Qe(n,e)),I.length===1&&!z&&$e(Ze)};function Qe(n,e){this.fun=n,this.array=e}Qe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function E(){}h.on=E;h.addListener=E;h.once=E;h.off=E;h.removeListener=E;h.removeAllListeners=E;h.emit=E;h.prependListener=E;h.prependOnceListener=E;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var d,l,Dn,i=q(()=>{d=k(Je()),l=k(oo()),Dn=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var ye={};ae(ye,{css:()=>so,default:()=>fn});var so,fn,we=q(()=>{"use strict";i();so=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Lo=Object.create;var V=Object.defineProperty,Io=Object.defineProperties,Eo=Object.getOwnPropertyDescriptor,Co=Object.getOwnPropertyDescriptors,Fo=Object.getOwnPropertyNames,Le=Object.getOwnPropertySymbols,Do=Object.getPrototypeOf,Ee=Object.prototype.hasOwnProperty,Bo=Object.prototype.propertyIsEnumerable;var Ie=(n,e,o)=>e in n?V(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,D=(n,e)=>{for(var o in e||(e={}))Ee.call(e,o)&&Ie(n,o,e[o]);if(Le)for(var o of Le(e))Bo.call(e,o)&&Ie(n,o,e[o]);return n},Ce=(n,e)=>Io(n,Co(e));var q=(n,e)=>()=>(n&&(e=n(n=0)),e);var X=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),ae=(n,e)=>{for(var o in e)V(n,o,{get:e[o],enumerable:!0})},Fe=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Fo(e))!Ee.call(n,a)&&a!==o&&V(n,a,{get:()=>e[a],enumerable:!(r=Eo(e,a))||r.enumerable});return n};var k=(n,e,o)=>(o=n!=null?Lo(Do(n)):{},Fe(e||!n||!n.__esModule?V(o,"default",{value:n,enumerable:!0}):o,n)),K=n=>Fe(V({},"__esModule",{value:!0}),n);var te=(n,e,o)=>new Promise((r,a)=>{var t=c=>{try{m(o.next(c))}catch(u){a(u)}},p=c=>{try{m(o.throw(c))}catch(u){a(u)}},m=c=>c.done?r(c.value):Promise.resolve(c.value).then(t,p);m((o=o.apply(n,e)).next())});var Pe=X(Y=>{"use strict";i();Y.byteLength=Uo;Y.toByteArray=Wo;Y.fromByteArray=zo;var T=[],w=[],Po=typeof Uint8Array!="undefined"?Uint8Array:Array,pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(P=0,De=pe.length;P<De;++P)T[P]=pe[P],w[pe.charCodeAt(P)]=P;var P,De;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function Be(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Uo(n){var e=Be(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Mo(n,e,o){return(e+o)*3/4-o}function Wo(n){var e,o=Be(n),r=o[0],a=o[1],t=new Po(Mo(n,r,a)),p=0,m=a>0?r-4:r,c;for(c=0;c<m;c+=4)e=w[n.charCodeAt(c)]<<18|w[n.charCodeAt(c+1)]<<12|w[n.charCodeAt(c+2)]<<6|w[n.charCodeAt(c+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(c)]<<2|w[n.charCodeAt(c+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(c)]<<10|w[n.charCodeAt(c+1)]<<4|w[n.charCodeAt(c+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Oo(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Go(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Oo(r));return a.join("")}function zo(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,m=o-r;p<m;p+=t)a.push(Go(n,p,p+t>m?m:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var Ue=X(_e=>{i();_e.read=function(n,e,o,r,a){var t,p,m=a*8-r-1,c=(1<<m)-1,u=c>>1,g=-7,f=o?a-1:0,v=o?-1:1,y=n[e+f];for(f+=v,t=y&(1<<-g)-1,y>>=-g,g+=m;g>0;t=t*256+n[e+f],f+=v,g-=8);for(p=t&(1<<-g)-1,t>>=-g,g+=r;g>0;p=p*256+n[e+f],f+=v,g-=8);if(t===0)t=1-u;else{if(t===c)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-u}return(y?-1:1)*p*Math.pow(2,t-r)};_e.write=function(n,e,o,r,a,t){var p,m,c,u=t*8-a-1,g=(1<<u)-1,f=g>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,W=r?1:-1,No=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(m=isNaN(e)?1:0,p=g):(p=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-p))<1&&(p--,c*=2),p+f>=1?e+=v/c:e+=v*Math.pow(2,1-f),e*c>=2&&(p++,c/=2),p+f>=g?(m=0,p=g):p+f>=1?(m=(e*c-1)*Math.pow(2,a),p=p+f):(m=e*Math.pow(2,f-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=m&255,y+=W,m/=256,a-=8);for(p=p<<a|m,u+=a;u>0;n[o+y]=p&255,y+=W,p/=256,u-=8);n[o+y-W]|=No*128}});var Je=X(G=>{"use strict";i();var ie=Pe(),O=Ue(),Me=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;G.Buffer=_;G.SlowBuffer=Ko;G.INSPECT_MAX_BYTES=50;var J=2147483647;G.kMaxLength=J;_.TYPED_ARRAY_SUPPORT=jo();!_.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 jo(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function L(n){if(n>J)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return le(n)}return Ge(n,e,o)}_.poolSize=8192;function Ge(n,e,o){if(typeof n=="string")return Ho(n,e);if(ArrayBuffer.isView(n))return qo(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(S(n,ArrayBuffer)||n&&S(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(S(n,SharedArrayBuffer)||n&&S(n.buffer,SharedArrayBuffer)))return me(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=Xo(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return Ge(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ze(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 Vo(n,e,o){return ze(n),n<=0?L(n):e!==void 0?typeof o=="string"?L(n).fill(e,o):L(n).fill(e):L(n)}_.alloc=function(n,e,o){return Vo(n,e,o)};function le(n){return ze(n),L(n<0?0:se(n)|0)}_.allocUnsafe=function(n){return le(n)};_.allocUnsafeSlow=function(n){return le(n)};function Ho(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=je(n,e)|0,r=L(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function ce(n){for(var e=n.length<0?0:se(n.length)|0,o=L(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function qo(n){if(S(n,Uint8Array)){var e=new Uint8Array(n);return me(e.buffer,e.byteOffset,e.byteLength)}return ce(n)}function me(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function Xo(n){if(_.isBuffer(n)){var e=se(n.length)|0,o=L(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ge(n.length)?L(0):ce(n);if(n.type==="Buffer"&&Array.isArray(n.data))return ce(n.data)}function se(n){if(n>=J)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+J.toString(16)+" bytes");return n|0}function Ko(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),S(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.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}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(S(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function je(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||S(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 o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return de(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return Ye(n).length;default:if(a)return r?-1:de(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=je;function Yo(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return tn(this,e,o);case"utf8":case"utf-8":return He(this,e,o);case"ascii":return rn(this,e,o);case"latin1":case"binary":return an(this,e,o);case"base64":return on(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pn(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function U(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.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 o=0;o<e;o+=2)U(this,o,o+1);return this};_.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 o=0;o<e;o+=4)U(this,o,o+3),U(this,o+1,o+2);return this};_.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 o=0;o<e;o+=8)U(this,o,o+7),U(this,o+1,o+6),U(this,o+2,o+5),U(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?He(this,0,e):Yo.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=G.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};Me&&(_.prototype[Me]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(S(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,m=r-o,c=Math.min(p,m),u=this.slice(a,t),g=e.slice(o,r),f=0;f<c;++f)if(u[f]!==g[f]){p=u[f],m=g[f];break}return p<m?-1:m<p?1:0};function Ve(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ge(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:We(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):We(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function We(n,e,o,r,a){var t=1,p=n.length,m=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,m/=2,o/=2}function c(y,W){return t===1?y[W]:y.readUInt16BE(W*t)}var u;if(a){var g=-1;for(u=o;u<p;u++)if(c(n,u)===c(e,g===-1?0:u-g)){if(g===-1&&(g=u),u-g+1===m)return g*t}else g!==-1&&(u-=u-g),g=-1}else for(o+m>p&&(o=p-m),u=o;u>=0;u--){for(var f=!0,v=0;v<m;v++)if(c(n,u+v)!==c(e,v)){f=!1;break}if(f)return u}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return Ve(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return Ve(this,e,o,r,!1)};function Jo(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var m=parseInt(e.substr(p*2,2),16);if(ge(m))return p;n[o+p]=m}return p}function $o(n,e,o,r){return $(de(e,n.length-o),n,o,r)}function Zo(n,e,o,r){return $(mn(e),n,o,r)}function Qo(n,e,o,r){return $(Ye(e),n,o,r)}function en(n,e,o,r){return $(dn(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return Jo(this,e,o,r);case"utf8":case"utf-8":return $o(this,e,o,r);case"ascii":case"latin1":case"binary":return Zo(this,e,o,r);case"base64":return Qo(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return en(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function on(n,e,o){return e===0&&o===n.length?ie.fromByteArray(n):ie.fromByteArray(n.slice(e,o))}function He(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,m=t>239?4:t>223?3:t>191?2:1;if(a+m<=o){var c,u,g,f;switch(m){case 1:t<128&&(p=t);break;case 2:c=n[a+1],(c&192)===128&&(f=(t&31)<<6|c&63,f>127&&(p=f));break;case 3:c=n[a+1],u=n[a+2],(c&192)===128&&(u&192)===128&&(f=(t&15)<<12|(c&63)<<6|u&63,f>2047&&(f<55296||f>57343)&&(p=f));break;case 4:c=n[a+1],u=n[a+2],g=n[a+3],(c&192)===128&&(u&192)===128&&(g&192)===128&&(f=(t&15)<<18|(c&63)<<12|(u&63)<<6|g&63,f>65535&&f<1114112&&(p=f))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=m}return nn(r)}var Oe=4096;function nn(n){var e=n.length;if(e<=Oe)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=Oe));return o}function rn(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function an(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function tn(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ln[n[t]];return a}function pn(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),O.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),O.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,m=0;for(this[o]=e&255;++m<r&&(p*=256);)this[o+m]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,m=1;for(this[o+p]=e&255;--p>=0&&(m*=256);)this[o+p]=e/m&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,m=1,c=0;for(this[o]=e&255;++p<r&&(m*=256);)e<0&&c===0&&this[o+p-1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,m=1,c=0;for(this[o+p]=e&255;--p>=0&&(m*=256);)e<0&&c===0&&this[o+p+1]!==0&&(c=1),this[o+p]=(e/m>>0)-c&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function qe(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function Xe(n,e,o,r,a){return e=+e,o=o>>>0,a||qe(n,e,o,4,34028234663852886e22,-34028234663852886e22),O.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return Xe(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return Xe(this,e,o,!1,r)};function Ke(n,e,o,r,a){return e=+e,o=o>>>0,a||qe(n,e,o,8,17976931348623157e292,-17976931348623157e292),O.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var m=_.isBuffer(e)?e:_.from(e,a),c=m.length;if(c===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=m[p%c]}return this};var _n=/[^+/0-9A-Za-z-_]/g;function cn(n){if(n=n.split("=")[0],n=n.trim().replace(_n,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function de(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function mn(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function dn(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function Ye(n){return ie.toByteArray(cn(n))}function $(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function S(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ge(n){return n!==n}var ln=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var oo=X((Dn,eo)=>{i();var h=eo.exports={},A,R;function ue(){throw new Error("setTimeout has not been defined")}function fe(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=ue}catch(n){A=ue}try{typeof clearTimeout=="function"?R=clearTimeout:R=fe}catch(n){R=fe}})();function $e(n){if(A===setTimeout)return setTimeout(n,0);if((A===ue||!A)&&setTimeout)return A=setTimeout,setTimeout(n,0);try{return A(n,0)}catch(e){try{return A.call(null,n,0)}catch(o){return A.call(this,n,0)}}}function sn(n){if(R===clearTimeout)return clearTimeout(n);if((R===fe||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(n);try{return R(n)}catch(e){try{return R.call(null,n)}catch(o){return R.call(this,n)}}}var I=[],z=!1,M,Z=-1;function gn(){!z||!M||(z=!1,M.length?I=M.concat(I):Z=-1,I.length&&Ze())}function Ze(){if(!z){var n=$e(gn);z=!0;for(var e=I.length;e;){for(M=I,I=[];++Z<e;)M&&M[Z].run();Z=-1,e=I.length}M=null,z=!1,sn(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];I.push(new Qe(n,e)),I.length===1&&!z&&$e(Ze)};function Qe(n,e){this.fun=n,this.array=e}Qe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function E(){}h.on=E;h.addListener=E;h.once=E;h.off=E;h.removeListener=E;h.removeAllListeners=E;h.emit=E;h.prependListener=E;h.prependOnceListener=E;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var d,l,Bn,i=q(()=>{d=k(Je()),l=k(oo()),Bn=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var ye={};ae(ye,{css:()=>so,default:()=>fn});var so,fn,we=q(()=>{"use strict";i();so=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2888,11 +2888,11 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2888
2888
|
.dapp-core-component__styles__scResultWrapper .dapp-core-component__styles__data {
|
|
2889
2889
|
display: flex;
|
|
2890
2890
|
align-items: center;
|
|
2891
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Ro));An={scResultWrapper:"dapp-core-component__styles__scResultWrapper",label:"dapp-core-component__styles__label",data:"dapp-core-component__styles__data"}});var Ln={};module.exports=K(Ln);i();i();var Nn=k(require("react"));i();i();var F=k(require("react")),To=require("@fortawesome/free-solid-svg-icons"),So=require("@fortawesome/react-fontawesome"),Ao=k(require("classnames"));i();i();i();i();i();i();i();i();i();i();i();i();i();i();i();var un=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),j=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var no=(o=>(o.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",o.reloginRequest="RELOGIN_REQUEST",o))(no||{}),Xn=
|
|
2891
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Ro));An={scResultWrapper:"dapp-core-component__styles__scResultWrapper",label:"dapp-core-component__styles__label",data:"dapp-core-component__styles__data"}});var Ln={};module.exports=K(Ln);i();i();var Nn=k(require("react"));i();i();var F=k(require("react")),To=require("@fortawesome/free-solid-svg-icons"),So=require("@fortawesome/react-fontawesome"),Ao=k(require("classnames"));i();i();i();i();i();i();i();i();i();i();i();i();i();i();i();var un=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),j=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var no=(o=>(o.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",o.reloginRequest="RELOGIN_REQUEST",o))(no||{}),Xn=D(D({},j.WindowProviderRequestEnums),no),ro=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(ro||{}),Kn=D(D({},j.WindowProviderResponseEnums),ro);i();i();i();var B=(a=>(a.raw="raw",a.text="text",a.decimal="decimal",a.smart="smart",a))(B||{});i();i();i();var he={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:ao,egldLabel:dr}=he["devnet"],{chainId:to,egldLabel:lr}=he["testnet"],{chainId:po,egldLabel:sr}=he["mainnet"];var gr={["devnet"]:ao,["testnet"]:to,["mainnet"]:po},ur={[ao]:"devnet",[to]:"testnet",[po]:"mainnet"};i();i();var N=require("@multiversx/sdk-web-wallet-provider");i();i();var be=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var _o,io,xe=String((io=(_o=be.safeWindow)==null?void 0:_o.navigator)==null?void 0:io.userAgent),wr=/^((?!chrome|android).)*safari/i.test(xe),vr=/firefox/i.test(xe)&&/windows/i.test(xe);var co="N/A";i();var uo=k(require("react"));i();var H=k(require("react"));i();i();var mo=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var lo=()=>!mo();var hn=()=>te(void 0,null,function*(){return yield Promise.resolve().then(()=>(we(),ye))}),bn=()=>(we(),K(ye)).default,ve=lo();function go({ssrGlobalImportCallback:n,ssrImportCallback:e,clientImportCallback:o}){let[r,a]=H.default.useState(ve?void 0:bn()),[t,p]=H.default.useState(ve||o==null?void 0:o()),m=()=>te(this,null,function*(){(n?n():hn()).then(c=>a(c.default)),e==null||e().then(c=>p(c.default))});return(0,H.useEffect)(()=>{ve&&m()},[]),{globalStyles:r,styles:t}}function Q(n,e){return o=>{let{globalStyles:r,styles:a}=go({ssrGlobalImportCallback:e.ssrGlobalStyles,ssrImportCallback:e.ssrStyles,clientImportCallback:e.clientStyles});return uo.default.createElement(n,Ce(D({},o),{globalStyles:r!=null?r:{},styles:a!=null?a:{}}))}}i();var oe=require("react");i();i();i();i();var bo=require("@multiversx/sdk-core/out"),Te=k(require("bignumber.js"));i();var fo=require("@multiversx/sdk-core");function xn(n){try{let e=new fo.Address(n);return Boolean(e.bech32())}catch(e){return!1}}function ho(n){return(n==null?void 0:n.length)===62&&/^\w+$/.test(n)&&xn(n)}i();i();i();i();function ke(n){for(let e=0;e<n.length;e++)if(n.charCodeAt(e)>127)return!1;return!0}i();i();var C=(n,e,o)=>{switch(e){case"text":try{return d.Buffer.from(n,"hex").toString("utf8")}catch(r){}return n;case"decimal":return n!==""?new Te.default(n,16).toString(10):"";case"smart":try{let r=bo.Address.fromHex(n).toString();if(ho(r))return r}catch(r){}try{let r=d.Buffer.from(n,"hex").toString("utf8");if(ke(r))return r;{if(o&&[...o.esdts,...o.nfts].some(p=>r.includes(p)))return r;let a=new Te.default(n,16);return a.isFinite()?a.toString(10):n}}catch(r){}return n;case"raw":default:return n}};i();i();var yn=n=>n.toLowerCase().match(/^[0-9a-f]+$/i),wn=n=>n.length%2===0,xo=n=>{let e=[];return n&&!yn(n)&&e.push(`Invalid Hex characters on argument @${n}`),n&&!wn(n)&&e.push(`Odd number of Hex characters on argument @${n}`),e};i();var ee=({parts:n,decodedParts:e,identifier:o})=>{let r=[...e];if(n[0]==="ESDTNFTTransfer"&&n[2]&&(r[2]=C(n[2],"decimal")),o==="ESDTNFTTransfer"&&n[1]){let a=d.Buffer.from(String(n[1]),"base64");r[1]=C(a.toString("hex"),"decimal")}return r};var yo=({parts:n,decodeMethod:e,identifier:o,display:r})=>{let a=n.map((p,m)=>{if(n.length>=2&&(m===0&&p.length<64||m===1&&!n[0]))return/[^a-z0-9]/gi.test(p)?C(p,e):p;{let c=xo(p);return c.length&&(r.validationWarnings=Array.from(new Set([...r.validationWarnings,...c]))),C(p,e)}});return e==="smart"?ee({parts:n,decodedParts:a,identifier:o}):a};var wo=({input:n,decodeMethod:e,identifier:o})=>{let r={displayValue:"",validationWarnings:[]};if(!n.includes("@")&&!n.includes(`
|
|
2892
2892
|
`))return r.displayValue=C(n,e),r;if(n.includes("@")){let a=n.split("@"),t=yo({parts:a,identifier:o,decodeMethod:e,display:r});r.displayValue=t.join("@")}if(n.includes(`
|
|
2893
2893
|
`)){let a=n.split(`
|
|
2894
2894
|
`),t=a.map(m=>{let c=d.Buffer.from(m,"base64");return e==="raw"?m:C(c.toString("hex"),e)}),p=e==="smart"?ee({parts:a,decodedParts:t,identifier:o}):t;r.displayValue=p.join(`
|
|
2895
|
-
`)}return r};var vn=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],vo=({value:n,initialDecodeMethod:e,setDecodeMethod:o,identifier:r})=>{let[a,t]=(0,oe.useState)(e&&Object.values(
|
|
2895
|
+
`)}return r};var vn=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],vo=({value:n,initialDecodeMethod:e,setDecodeMethod:o,identifier:r})=>{let[a,t]=(0,oe.useState)(e&&Object.values(B).includes(e)?e:"raw"),{displayValue:p,validationWarnings:m}=wo({input:n,decodeMethod:a,identifier:r});return(0,oe.useEffect)(()=>{o&&o(a)},[a]),{displayValue:p,validationWarnings:m,setActiveKey:t,decodeOptions:vn}};var Tn=n=>{let{className:e,value:o,styles:r}=n,{displayValue:a,validationWarnings:t,setActiveKey:p,decodeOptions:m}=vo(n),c=o&&o!==co,u=g=>g?p(g.target.value):"raw";return F.default.createElement("div",{className:r==null?void 0:r.decode},F.default.createElement("div",{className:(0,Ao.default)(r==null?void 0:r.textarea,e)},a),c&&F.default.createElement("div",{className:r==null?void 0:r.select},F.default.createElement("select",{className:r==null?void 0:r.dropdown,onChange:u},m.map(g=>F.default.createElement("option",{key:g.value,value:g.value},g.label)))),t.map((g,f)=>F.default.createElement("div",{key:f,className:r==null?void 0:r.warnings},F.default.createElement(So.FontAwesomeIcon,{icon:To.faExclamationTriangle,className:r==null?void 0:r.icon,size:"xs"}),F.default.createElement("small",{className:r==null?void 0:r.warning},g))))},Sn=Q(Tn,{ssrStyles:()=>Promise.resolve().then(()=>(Ae(),Se)),clientStyles:()=>(Ae(),K(Se)).default});i();var ne=k(require("react")),re=k(require("classnames"));var Rn=({label:n,children:e,globalStyles:o,styles:r})=>ne.default.createElement("div",{className:(0,re.default)(o==null?void 0:o.row,r==null?void 0:r.scResultWrapper)},ne.default.createElement("div",{className:(0,re.default)(o==null?void 0:o.colSm2,r==null?void 0:r.label)},n),ne.default.createElement("div",{className:(0,re.default)(o==null?void 0:o.colSm10,r==null?void 0:r.data)},e)),Ya=Q(Rn,{ssrStyles:()=>Promise.resolve().then(()=>(Ne(),Re)),clientStyles:()=>(Ne(),K(Re)).default});
|
|
2896
2896
|
/*!
|
|
2897
2897
|
* The buffer module from node.js, for the browser.
|
|
2898
2898
|
*
|