@multiversx/sdk-dapp 2.8.7 → 2.9.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.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/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.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/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/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/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/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/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/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/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/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/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/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.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/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__chunks__/{chunk-2DKPFSTT.js → chunk-25LYYPSL.js} +2 -2
- package/__chunks__/{chunk-V5CRB7KN.js → chunk-2DAZJTY7.js} +2 -2
- package/__chunks__/{chunk-BMJLZLZM.js → chunk-2G7BO52P.js} +2 -2
- package/__chunks__/{chunk-VSXOMCDB.js → chunk-2JGSECMC.js} +2 -2
- package/__chunks__/{chunk-NAKSKDVH.js → chunk-2MN2JEL5.js} +2 -2
- package/__chunks__/{chunk-423Z6LGX.js → chunk-2QEIR6TS.js} +2 -2
- package/__chunks__/{chunk-5R432HI2.js → chunk-2UFNSJOJ.js} +2 -2
- package/__chunks__/{chunk-R2G53LUI.js → chunk-32HLRTV3.js} +2 -2
- package/__chunks__/{chunk-6UNAWFJ2.js → chunk-33B2EA3V.js} +2 -2
- package/__chunks__/{chunk-525WM2BT.js → chunk-343YDU2S.js} +2 -2
- package/__chunks__/{chunk-WWLOW2S3.js → chunk-346RZSEQ.js} +2 -2
- package/__chunks__/{chunk-IHIUGJRW.js → chunk-35T5H5IL.js} +2 -2
- package/__chunks__/{chunk-R3FSXFX3.js → chunk-3ADB74GU.js} +2 -2
- package/__chunks__/{chunk-GY336JML.js → chunk-3BQODYHQ.js} +2 -2
- package/__chunks__/{chunk-QVCVZLRQ.js → chunk-3CRW4ZUP.js} +2 -2
- package/__chunks__/{chunk-KO4CKUQ3.js → chunk-3D56FBAG.js} +2 -2
- package/__chunks__/{chunk-YFDYMEP5.js → chunk-3DOTBYW5.js} +2 -2
- package/__chunks__/{chunk-XIHOENSC.js → chunk-3OTU3LGP.js} +2 -2
- package/__chunks__/{chunk-7XE7OVZZ.js → chunk-3UYWEUYO.js} +2 -2
- package/__chunks__/{chunk-XKMOG6SS.js → chunk-3VNANIQN.js} +2 -2
- package/__chunks__/chunk-3ZPW6NBW.js +2 -0
- package/__chunks__/{chunk-KDNMJ7M2.js → chunk-43MUHJXP.js} +2 -2
- package/__chunks__/{chunk-FXKLPJUW.js → chunk-4AXBEAVW.js} +2 -2
- package/__chunks__/{chunk-UHDCW2GI.js → chunk-4CUEYG5L.js} +2 -2
- package/__chunks__/{chunk-74QKDRVQ.js → chunk-4DXDAPGH.js} +2 -2
- package/__chunks__/{chunk-CEPGJ4CK.js → chunk-4E4GWX4K.js} +2 -2
- package/__chunks__/chunk-4MGGEDE4.js +2 -0
- package/__chunks__/{chunk-TRBK7QQ6.js → chunk-4YGLWJYP.js} +2 -2
- package/__chunks__/{chunk-Z7HQTVYF.js → chunk-4ZPZ6AIU.js} +2 -2
- package/__chunks__/{chunk-TOZA3Q3T.js → chunk-54NEP2BY.js} +2 -2
- package/__chunks__/{chunk-W37FQYGP.js → chunk-54NTEZC5.js} +2 -2
- package/__chunks__/{chunk-OM457L3M.js → chunk-57KTNTD4.js} +2 -2
- package/__chunks__/{chunk-GFKBUR52.js → chunk-5A4BF2DQ.js} +2 -2
- package/__chunks__/{chunk-USUOFVP7.js → chunk-5AOQJY3W.js} +2 -2
- package/__chunks__/chunk-5E3Y7WDX.js +2 -0
- package/__chunks__/{chunk-4JKMMUID.js → chunk-5IU2LKSN.js} +2 -2
- package/__chunks__/{chunk-CN4TUEV7.js → chunk-5JSXSHFD.js} +2 -2
- package/__chunks__/{chunk-6UNQJUWL.js → chunk-5LIDVEDY.js} +2 -2
- package/__chunks__/{chunk-Z6PNQGOE.js → chunk-5LIPZK7I.js} +2 -2
- package/__chunks__/{chunk-TQVFVFKS.js → chunk-5SFT27AY.js} +2 -2
- package/__chunks__/chunk-5T2INUJ2.js +2 -0
- package/__chunks__/chunk-5TSTJK3D.js +2 -0
- package/__chunks__/{chunk-OCKI3V27.js → chunk-62SL73B6.js} +2 -2
- package/__chunks__/chunk-65MQPHO4.js +2 -0
- package/__chunks__/chunk-6A6EWHUH.js +2 -0
- package/__chunks__/{chunk-CJT4DITV.js → chunk-6ALJIJJR.js} +2 -2
- package/__chunks__/{chunk-NDJHFLTL.js → chunk-6CPLHN5F.js} +2 -2
- package/__chunks__/{chunk-DF24IGER.js → chunk-6NPKQKN5.js} +2 -2
- package/__chunks__/{chunk-4P3LJAUR.js → chunk-6O5L57GH.js} +2 -2
- package/__chunks__/{chunk-2DPI5E3W.js → chunk-6PSLWD7K.js} +2 -2
- package/__chunks__/{chunk-HGAKSUJP.js → chunk-6QQMWPZL.js} +2 -2
- package/__chunks__/{chunk-DHYV75O3.js → chunk-6TWOJZGW.js} +2 -2
- package/__chunks__/chunk-6W7S3EE3.js +2 -0
- package/__chunks__/{chunk-4HQ3HNGC.js → chunk-73F5VFES.js} +2 -2
- package/__chunks__/{chunk-ADE5S3WR.js → chunk-7CR6PT46.js} +2 -2
- package/__chunks__/{chunk-VXVGC3OH.js → chunk-7G3CGRHQ.js} +2 -2
- package/__chunks__/{chunk-BDA7V4NQ.js → chunk-7JYNYESQ.js} +2 -2
- package/__chunks__/{chunk-B25RPITH.js → chunk-7NYPVHED.js} +2 -2
- package/__chunks__/{chunk-MLSI3RC2.js → chunk-7RDCJEBM.js} +2 -2
- package/__chunks__/{chunk-YUIINDCV.js → chunk-7S2XISHG.js} +2 -2
- package/__chunks__/{chunk-UG55ZHGL.js → chunk-7UD2BXEK.js} +2 -2
- package/__chunks__/{chunk-KGGATDBD.js → chunk-7XH5QF3M.js} +2 -2
- package/__chunks__/chunk-A3YTVQRT.js +2 -0
- package/__chunks__/chunk-A453JAS3.js +2 -0
- package/__chunks__/{chunk-5LEO57S4.js → chunk-A6UEBWYM.js} +2 -2
- package/__chunks__/chunk-ABVMFLA3.js +2 -0
- package/__chunks__/{chunk-YMP4Z5XY.js → chunk-AJBKM66B.js} +2 -2
- package/__chunks__/{chunk-F2EJ4NBK.js → chunk-AK245ZB2.js} +2 -2
- package/__chunks__/{chunk-KHTHET32.js → chunk-ALP3UNP6.js} +2 -2
- package/__chunks__/{chunk-JXDUGSUA.js → chunk-AMFO52WL.js} +2 -2
- package/__chunks__/{chunk-XWDYQGE2.js → chunk-AOEAP24C.js} +2 -2
- package/__chunks__/{chunk-CRIOGAAJ.js → chunk-ARBTLT3C.js} +2 -2
- package/__chunks__/chunk-B3TAZ7VX.js +2 -0
- package/__chunks__/{chunk-A4SQDGPF.js → chunk-B4DRNYML.js} +2 -2
- package/__chunks__/chunk-BAT5BA5V.js +2 -0
- package/__chunks__/{chunk-U6QHRFQ6.js → chunk-BKMSVP62.js} +2 -2
- package/__chunks__/{chunk-5WX4CALV.js → chunk-BKSSTINX.js} +2 -2
- package/__chunks__/{chunk-USTDS2O5.js → chunk-BMG5SADY.js} +2 -2
- package/__chunks__/{chunk-FGT3C4FE.js → chunk-BPPVSU25.js} +1 -1
- package/__chunks__/chunk-BRPCFDIZ.js +2 -0
- package/__chunks__/{chunk-CJH2YV7X.js → chunk-BT4PUPX2.js} +2 -2
- package/__chunks__/{chunk-SMISCEQS.js → chunk-BTUNYV43.js} +2 -2
- package/__chunks__/{chunk-WKD2ES4V.js → chunk-BVRV3PPZ.js} +2 -2
- package/__chunks__/chunk-BZONU76B.js +2 -0
- package/__chunks__/{chunk-UWE6TJ47.js → chunk-C7BZLCLN.js} +2 -2
- package/__chunks__/chunk-CDW2662X.js +2 -0
- package/__chunks__/{chunk-MO7GMDSI.js → chunk-CFAUACCS.js} +2 -2
- package/__chunks__/{chunk-MDZPOO3F.js → chunk-CJEHVP77.js} +2 -2
- package/__chunks__/{chunk-ELIQXNO3.js → chunk-CNNCGA7P.js} +2 -2
- package/__chunks__/chunk-COL2EXNW.js +2 -0
- package/__chunks__/{chunk-IIAD2DSC.js → chunk-CPACYSUZ.js} +2 -2
- package/__chunks__/chunk-CSS5DPJE.js +2 -0
- package/__chunks__/{chunk-QUMYRH4H.js → chunk-CTO4KDRF.js} +2 -2
- package/__chunks__/chunk-CUPMM5UN.js +2 -0
- package/__chunks__/{chunk-M47D4COH.js → chunk-CWZS67S7.js} +2 -2
- package/__chunks__/{chunk-LF6VJNCF.js → chunk-CXXTFRHA.js} +2 -2
- package/__chunks__/{chunk-T6GIIILG.js → chunk-CZZL3SSJ.js} +2 -2
- package/__chunks__/{chunk-UX2EZNAX.js → chunk-D6AVFA2D.js} +2 -2
- package/__chunks__/{chunk-Q7U3WZCF.js → chunk-DLO34CIZ.js} +2 -2
- package/__chunks__/{chunk-77DECFQY.js → chunk-DTN6DYVS.js} +2 -2
- package/__chunks__/chunk-DXE4AAU7.js +2 -0
- package/__chunks__/{chunk-4ALRWZZQ.js → chunk-E36MIU6P.js} +2 -2
- package/__chunks__/chunk-E4X4P3T6.js +2 -0
- package/__chunks__/{chunk-5FBZWQQA.js → chunk-EFMJXVWX.js} +2 -2
- package/__chunks__/chunk-EPJMBI2O.js +2 -0
- package/__chunks__/{chunk-RJFWI3UU.js → chunk-ESLOIYNE.js} +2 -2
- package/__chunks__/{chunk-FSAAWDVV.js → chunk-EXCSAEHQ.js} +2 -2
- package/__chunks__/chunk-EZWQ7DMD.js +2 -0
- package/__chunks__/{chunk-73KODBLR.js → chunk-FIPS3NHS.js} +2 -2
- package/__chunks__/chunk-FPDWY2JO.js +2 -0
- package/__chunks__/{chunk-XZ5MLYGD.js → chunk-G3RFZTTV.js} +2 -2
- package/__chunks__/{chunk-52J7F3R2.js → chunk-GFUPPZJ2.js} +2 -2
- package/__chunks__/chunk-GIPQCOE2.js +2 -0
- package/__chunks__/{chunk-5RFLO6MR.js → chunk-GN2RX6OL.js} +2 -2
- package/__chunks__/{chunk-FGJI7F7M.js → chunk-GRYUK7ET.js} +2 -2
- package/__chunks__/{chunk-BOKSFKJF.js → chunk-H3R6VXAV.js} +2 -2
- package/__chunks__/{chunk-ILI6V46A.js → chunk-HACCGAKC.js} +2 -2
- package/__chunks__/chunk-HIX6QXZ4.js +2 -0
- package/__chunks__/{chunk-A2IXF222.js → chunk-HJ7GDMMX.js} +2 -2
- package/__chunks__/{chunk-CUFA5NAA.js → chunk-HOM67ZP7.js} +2 -2
- package/__chunks__/{chunk-TEFRLAUL.js → chunk-HPXVUIJL.js} +2 -2
- package/__chunks__/{chunk-YLOIJNV2.js → chunk-HWLMQLGK.js} +2 -2
- package/__chunks__/{chunk-CPEIGU6U.js → chunk-I4BUST3H.js} +2 -2
- package/__chunks__/{chunk-SJ6DPXLM.js → chunk-I6GRLA2C.js} +2 -2
- package/__chunks__/{chunk-PVKKZXYP.js → chunk-IMJ3U2BY.js} +2 -2
- package/__chunks__/{chunk-N7ACY27N.js → chunk-IMPGP7LI.js} +2 -2
- package/__chunks__/{chunk-5GEXET3C.js → chunk-IOQUQ7V7.js} +2 -2
- package/__chunks__/{chunk-HER7NR3P.js → chunk-IUSHI4WG.js} +2 -2
- package/__chunks__/chunk-IYGHEIZB.js +2 -0
- package/__chunks__/{chunk-YPLFH5NC.js → chunk-J3Q7UDAZ.js} +2 -2
- package/__chunks__/{chunk-IIXY6EVM.js → chunk-J6HSKOGJ.js} +2 -2
- package/__chunks__/{chunk-S7JDYKHM.js → chunk-J7NMG22C.js} +2 -2
- package/__chunks__/chunk-JCD6DJSC.js +2 -0
- package/__chunks__/{chunk-4R3QOQZE.js → chunk-JDVLHQF6.js} +2 -2
- package/__chunks__/{chunk-4JB5QVKY.js → chunk-JIXAK2AC.js} +2 -2
- package/__chunks__/{chunk-3KOYQHTR.js → chunk-JJWH3JYM.js} +2 -2
- package/__chunks__/{chunk-SLLPTUAV.js → chunk-JK6ABF64.js} +2 -2
- package/__chunks__/{chunk-ZEEWQEXA.js → chunk-JK6EDPQT.js} +2 -2
- package/__chunks__/chunk-JWP3WLIN.js +2 -0
- package/__chunks__/{chunk-7WWHCPMS.js → chunk-JWSBC5DB.js} +2 -2
- package/__chunks__/{chunk-I3DMSSAU.js → chunk-K5UIZVZV.js} +2 -2
- package/__chunks__/{chunk-KX4A4RXW.js → chunk-KDEQ2GAX.js} +2 -2
- package/__chunks__/{chunk-CRI42HNH.js → chunk-KEIOQVXN.js} +2 -2
- package/__chunks__/{chunk-U77UZINY.js → chunk-KG3U55NF.js} +2 -2
- package/__chunks__/{chunk-P6MWBKH3.js → chunk-KHHNKZRB.js} +2 -2
- package/__chunks__/{chunk-SOPJ4FVA.js → chunk-KV6GSWNL.js} +2 -2
- package/__chunks__/{chunk-VS7YJKJM.js → chunk-KYC5JNJB.js} +2 -2
- package/__chunks__/{chunk-BYS7QALE.js → chunk-KYVILTBF.js} +2 -2
- package/__chunks__/chunk-L5DW2DTN.js +2 -0
- package/__chunks__/chunk-L5UKH2NP.js +2 -0
- package/__chunks__/{chunk-M22NL7FJ.js → chunk-LES3U47Z.js} +2 -2
- package/__chunks__/{chunk-7YFFVZWN.js → chunk-LF5ZKC66.js} +2 -2
- package/__chunks__/{chunk-XTX67ABL.js → chunk-LF6FN6K3.js} +2 -2
- package/__chunks__/{chunk-K4P3Q4G6.js → chunk-LGPEIIM7.js} +2 -2
- package/__chunks__/{chunk-HJFWUTN2.js → chunk-LJ2OXL2R.js} +2 -2
- package/__chunks__/{chunk-HEMJW4UP.js → chunk-LLTQNIPQ.js} +2 -2
- package/__chunks__/{chunk-KE3UZZPK.js → chunk-LRZYNP4X.js} +2 -2
- package/__chunks__/{chunk-R5P34PUZ.js → chunk-LSJH4COT.js} +2 -2
- package/__chunks__/{chunk-UYKSTJCI.js → chunk-LU3DM6HR.js} +2 -2
- package/__chunks__/chunk-LWC25W2W.js +2 -0
- package/__chunks__/{chunk-HHGHERF3.js → chunk-M4KXOW7P.js} +2 -2
- package/__chunks__/{chunk-66KNLCQD.js → chunk-MC4SKRI3.js} +2 -2
- package/__chunks__/{chunk-VVPMSN2M.js → chunk-MCGMQBME.js} +2 -2
- package/__chunks__/{chunk-T4FS5XNS.js → chunk-MCX4AA63.js} +2 -2
- package/__chunks__/{chunk-UXBGGKWU.js → chunk-MDGIGD6R.js} +2 -2
- package/__chunks__/{chunk-HWDGDPLP.js → chunk-MIKIMQR2.js} +2 -2
- package/__chunks__/{chunk-DQLFYAJF.js → chunk-MOA4IRT5.js} +2 -2
- package/__chunks__/chunk-MYN7DB3X.js +2 -0
- package/__chunks__/{chunk-A2MJT5TB.js → chunk-N45VBFNK.js} +2 -2
- package/__chunks__/chunk-NA2AEGMU.js +2 -0
- package/__chunks__/{chunk-D3E65LJ5.js → chunk-NEHGYCY2.js} +2 -2
- package/__chunks__/{chunk-ACE3TC2R.js → chunk-NJQRX7E2.js} +2 -2
- package/__chunks__/{chunk-JFOJHUMM.js → chunk-NQ247DLE.js} +2 -2
- package/__chunks__/chunk-NTCEKYNN.js +2 -0
- package/__chunks__/{chunk-ADCSG5DO.js → chunk-NYNRNXOR.js} +2 -2
- package/__chunks__/{chunk-AFLDYYSB.js → chunk-O4ZYTYXZ.js} +2 -2
- package/__chunks__/{chunk-AJ2VY4SZ.js → chunk-OAXLOJDD.js} +2 -2
- package/__chunks__/chunk-OE5DHTVR.js +2 -0
- package/__chunks__/chunk-OGZP3W4S.js +2 -0
- package/__chunks__/{chunk-BBL4ZXHW.js → chunk-ONIRIDYD.js} +2 -2
- package/__chunks__/{chunk-BKMTF6D2.js → chunk-OPNNXGAJ.js} +2 -2
- package/__chunks__/chunk-OXJW5VJL.js +2 -0
- package/__chunks__/{chunk-RXNYA6SF.js → chunk-P6MRRO6I.js} +2 -2
- package/__chunks__/{chunk-YU5OYJX7.js → chunk-PCHRWVXC.js} +2 -2
- package/__chunks__/{chunk-C6OSBOOY.js → chunk-PGYJ74AD.js} +2 -2
- package/__chunks__/{chunk-5MMAS7IS.js → chunk-PHYN544Z.js} +2 -2
- package/__chunks__/chunk-PMKQQMDY.js +2 -0
- package/__chunks__/{chunk-DG7FFCMC.js → chunk-PMREAIGI.js} +2 -2
- package/__chunks__/{chunk-VPHC377M.js → chunk-PNSNXL7L.js} +2 -2
- package/__chunks__/{chunk-UTDBQNDV.js → chunk-PVQIICYI.js} +2 -2
- package/__chunks__/{chunk-EVUACURD.js → chunk-Q3OVBMP3.js} +2 -2
- package/__chunks__/{chunk-RHQ3FWWV.js → chunk-Q5WC7I3O.js} +2 -2
- package/__chunks__/{chunk-QL7RMPDI.js → chunk-QD5QDTC3.js} +2 -2
- package/__chunks__/{chunk-737AN7JD.js → chunk-QGGGF3OX.js} +2 -2
- package/__chunks__/{chunk-WWSWE52T.js → chunk-QNUO32JN.js} +2 -2
- package/__chunks__/{chunk-YKCZ2UKE.js → chunk-QOZBVOHT.js} +2 -2
- package/__chunks__/chunk-QRLJYAVK.js +2 -0
- package/__chunks__/{chunk-ROMNQSAY.js → chunk-QWPQS6G5.js} +2 -2
- package/__chunks__/{chunk-ODQ5XNPU.js → chunk-R4B6ID2N.js} +2 -2
- package/__chunks__/{chunk-KGYURMEO.js → chunk-R6AS2UYG.js} +2 -2
- package/__chunks__/{chunk-7BA6MF76.js → chunk-RLVLE6UU.js} +2 -2
- package/__chunks__/{chunk-YRHGZ4HS.js → chunk-S2KUPUGA.js} +2 -2
- package/__chunks__/{chunk-6R7WMG4C.js → chunk-S653XWKA.js} +2 -2
- package/__chunks__/{chunk-ENVPO3OR.js → chunk-SBN47C2G.js} +2 -2
- package/__chunks__/{chunk-SAFQFQIH.js → chunk-SDDHDY7Z.js} +2 -2
- package/__chunks__/{chunk-NANO4X2A.js → chunk-SFP5Q2SB.js} +2 -2
- package/__chunks__/chunk-SGEONHJN.js +2 -0
- package/__chunks__/{chunk-LKDW3XH3.js → chunk-SGNT3E2X.js} +2 -2
- package/__chunks__/{chunk-NQ5XJOIL.js → chunk-SLZBO3FX.js} +2 -2
- package/__chunks__/{chunk-WX5BAI2J.js → chunk-SSGU33XK.js} +2 -2
- package/__chunks__/{chunk-KCOIYEPV.js → chunk-SXJLOBGK.js} +2 -2
- package/__chunks__/{chunk-32VBXZXR.js → chunk-SYT2T7G2.js} +2 -2
- package/__chunks__/{chunk-M2X2JVAM.js → chunk-SZ3VLYKT.js} +2 -2
- package/__chunks__/{chunk-GCYQRVDH.js → chunk-T2CFMPMF.js} +2 -2
- package/__chunks__/{chunk-GBQ5D4O5.js → chunk-T2MFBGAA.js} +2 -2
- package/__chunks__/{chunk-QB3XGANM.js → chunk-T2MIRLFN.js} +2 -2
- package/__chunks__/{chunk-YKKS3O3Z.js → chunk-T34J5F2S.js} +2 -2
- package/__chunks__/{chunk-CY7H7XN3.js → chunk-T3NGVEED.js} +2 -2
- package/__chunks__/{chunk-RU373C7L.js → chunk-T4Q37HLR.js} +2 -2
- package/__chunks__/{chunk-NNVTUWMR.js → chunk-TAYARQBC.js} +2 -2
- package/__chunks__/{chunk-F4Z4BQFP.js → chunk-TGPRRERJ.js} +2 -2
- package/__chunks__/{chunk-UMD2MTE3.js → chunk-TJUHE354.js} +2 -2
- package/__chunks__/chunk-TKQGS7L2.js +2 -0
- package/__chunks__/{chunk-GXOJLFD4.js → chunk-TTBVJAYG.js} +2 -2
- package/__chunks__/{chunk-2KFSLVEO.js → chunk-TTZVNWAK.js} +2 -2
- package/__chunks__/{chunk-4NPCJKVQ.js → chunk-TWSAY73D.js} +2 -2
- package/__chunks__/{chunk-EN36KS5J.js → chunk-TZ6IR7KY.js} +2 -2
- package/__chunks__/{chunk-YWT4XNXN.js → chunk-U2ELIFGD.js} +2 -2
- package/__chunks__/{chunk-WXZKC7M3.js → chunk-U7BHVZDF.js} +2 -2
- package/__chunks__/{chunk-LVCV5JOX.js → chunk-UB7XMLMC.js} +2 -2
- package/__chunks__/{chunk-M7AJLAY3.js → chunk-UFE22DXI.js} +2 -2
- package/__chunks__/chunk-UGAJ6X3Z.js +2 -0
- package/__chunks__/chunk-UGJIORNP.js +2 -0
- package/__chunks__/{chunk-ANO63HEG.js → chunk-UIXYMFD4.js} +2 -2
- package/__chunks__/{chunk-XXUDAIKI.js → chunk-UM2Z6I3Z.js} +2 -2
- package/__chunks__/{chunk-COV3NRWK.js → chunk-UNW4PYCC.js} +2 -2
- package/__chunks__/{chunk-UIRTEEAJ.js → chunk-UPCMC3JF.js} +2 -2
- package/__chunks__/{chunk-GPNUHVOM.js → chunk-UWZL6MUF.js} +2 -2
- package/__chunks__/{chunk-YLMRTW5R.js → chunk-UZ5EL5IA.js} +2 -2
- package/__chunks__/{chunk-W2FZFACI.js → chunk-VGVAZOOL.js} +2 -2
- package/__chunks__/{chunk-MDNDUSGB.js → chunk-VHHIARAI.js} +2 -2
- package/__chunks__/{chunk-EBMIHN52.js → chunk-VOS5AZ4K.js} +2 -2
- package/__chunks__/{chunk-XT5BA43Z.js → chunk-VZZVQSTN.js} +2 -2
- package/__chunks__/{chunk-IC5Y7E5N.js → chunk-W4GD6OCO.js} +2 -2
- package/__chunks__/{chunk-XNHZJ2SC.js → chunk-W5D3A5ES.js} +2 -2
- package/__chunks__/{chunk-B3ILFYYH.js → chunk-WB2WVDZA.js} +2 -2
- package/__chunks__/{chunk-LBJUKBPW.js → chunk-WCGXNTPB.js} +2 -2
- package/__chunks__/{chunk-A6EXXYVU.js → chunk-WJHMRQCO.js} +2 -2
- package/__chunks__/{chunk-WYFQSQAM.js → chunk-WKN5JWWQ.js} +2 -2
- package/__chunks__/chunk-WR6IIZFW.js +2 -0
- package/__chunks__/{chunk-KTYRUFXV.js → chunk-WRKQTXD4.js} +2 -2
- package/__chunks__/{chunk-2C65GIQZ.js → chunk-WU2RFM5A.js} +2 -2
- package/__chunks__/{chunk-P7STLJJI.js → chunk-X7SBGOMA.js} +2 -2
- package/__chunks__/{chunk-IK27WK4F.js → chunk-XACM7U6A.js} +2 -2
- package/__chunks__/{chunk-PINKYRXT.js → chunk-XARXYP2R.js} +2 -2
- package/__chunks__/{chunk-FNO4F4XU.js → chunk-XGTZDEYC.js} +2 -2
- package/__chunks__/chunk-XHHJUHQV.js +2 -0
- package/__chunks__/{chunk-HQJKEU6C.js → chunk-XRHEAXKK.js} +2 -2
- package/__chunks__/{chunk-23EGU54D.js → chunk-XVZERATD.js} +2 -2
- package/__chunks__/{chunk-TXM7RATR.js → chunk-Y5PCCHR4.js} +2 -2
- package/__chunks__/{chunk-X2L7IGUP.js → chunk-Y7U5PXM4.js} +2 -2
- package/__chunks__/chunk-YABBPNUR.js +2 -0
- package/__chunks__/{chunk-E7MY3TPU.js → chunk-YCWMLUF4.js} +2 -2
- package/__chunks__/{chunk-3VGDFLNR.js → chunk-YGKDW2MQ.js} +2 -2
- package/__chunks__/{chunk-6PTMJTAR.js → chunk-YJXND7MN.js} +2 -2
- package/__chunks__/{chunk-X3JF7AJ7.js → chunk-YLMQQGTH.js} +2 -2
- package/__chunks__/{chunk-6YFMGTBJ.js → chunk-YRLJP2A7.js} +2 -2
- package/__chunks__/{chunk-NMZHNNDO.js → chunk-YRR6KBN2.js} +2 -2
- package/__chunks__/chunk-YW6K2R7N.js +2 -0
- package/__chunks__/chunk-YWMWYHIA.js +2 -0
- package/__chunks__/{chunk-JWQRJOLL.js → chunk-YYBTFRCM.js} +2 -2
- package/__chunks__/{chunk-WUBNBBRC.js → chunk-Z2VZSXDK.js} +2 -2
- package/__chunks__/{chunk-S3J7OTBF.js → chunk-Z3ZWK4EM.js} +2 -2
- package/__chunks__/{chunk-IOHWBSIX.js → chunk-Z4ABT7NG.js} +2 -2
- package/__chunks__/{chunk-EB7DKY7Z.js → chunk-ZCM6WCXA.js} +2 -2
- package/__chunks__/chunk-ZQIOXJ4W.js +2 -0
- package/__chunks__/{chunk-MBOASZBJ.js → chunk-ZSU24JZ5.js} +2 -2
- package/__chunks__/chunk-ZTWKQMJR.js +2 -0
- package/__chunks__/{chunk-HGTG6QDV.js → chunk-ZVZUXZJ7.js} +2 -2
- package/__chunks__/chunk-ZX7JX6JP.js +2 -0
- package/__commonjs/UI/DappModal/hooks/index.js +1 -1
- package/__commonjs/UI/DappModal/hooks/useDappModal.js +1 -1
- package/__commonjs/UI/NotificationModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/DataField/DataField.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/DataField/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/OperationsList/OperationList.js +10 -10
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/OperationsList/index.js +10 -10
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +4 -4
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +11 -11
- package/__commonjs/UI/TransactionsTable/components/LockedTokenAddressIcon.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/ScAddressIcon.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionHash.js +6 -6
- package/__commonjs/UI/TransactionsTable/index.js +11 -11
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/index.js +8 -8
- package/__commonjs/UI/UsdValue/UsdValue.js +2 -2
- package/__commonjs/UI/UsdValue/index.js +2 -2
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/__commonjs/UI/index.js +74 -74
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +10 -10
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +12 -12
- package/__commonjs/UI/pages/index.js +12 -12
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +7 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +5 -5
- package/__commonjs/UI/walletConnect/index.js +7 -7
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/accountConfig.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/server.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/__commonjs/apiCalls/configuration/index.js +1 -1
- package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/__commonjs/components/LogoutListener/index.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/constants/network.js +1 -1
- package/__commonjs/hooks/account/index.js +1 -1
- package/__commonjs/hooks/account/useGetAccountProvider.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebViewLogin.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/signMessage/index.js +1 -1
- package/__commonjs/hooks/signMessage/useSignMessage.js +1 -1
- package/__commonjs/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/__commonjs/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/__commonjs/hooks/userInterface/index.js +1 -1
- package/__commonjs/hooks/userInterface/useIsDappModalVisible.js +1 -1
- package/__commonjs/hooks/websocketListener/index.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/providers/webviewProvider/index.js +1 -1
- package/__commonjs/providers/webviewProvider/requestMethods.js +1 -1
- package/__commonjs/providers/webviewProvider/webviewProvider.js +1 -1
- package/__commonjs/reduxStore/DappProviderContext.js +1 -1
- package/__commonjs/reduxStore/commonActions.js +1 -1
- package/__commonjs/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/__commonjs/reduxStore/persistConfig.js +1 -1
- package/__commonjs/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/dappModalsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/helpers.js +1 -1
- package/__commonjs/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/modalsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/toastsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/slices/accountInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/index.js +1 -1
- package/__commonjs/reduxStore/slices/modalsSlice.js +1 -1
- package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/toastsSlice.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/__commonjs/reduxStore/store.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/services/nativeAuth/index.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getToken.js +1 -1
- package/__commonjs/services/nativeAuth/methods/index.js +1 -1
- package/__commonjs/services/nativeAuth/nativeAuth.js +1 -1
- package/__commonjs/services/transactions/isCrossShardTransaction.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/services/transactions/utils.js +1 -1
- package/__commonjs/types/enums.types.js +1 -1
- package/__commonjs/types/index.js +1 -1
- package/__commonjs/utils/account/getAccount.js +1 -1
- package/__commonjs/utils/account/getAccountProviderType.js +1 -1
- package/__commonjs/utils/account/getAddress.js +1 -1
- package/__commonjs/utils/account/getIsProviderEqualTo.js +1 -1
- package/__commonjs/utils/account/getLatestNonce.js +1 -1
- package/__commonjs/utils/account/index.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/account/setNonce.js +1 -1
- package/__commonjs/utils/account/signMessage.js +1 -1
- package/__commonjs/utils/index.js +2 -2
- package/__commonjs/utils/logout.js +1 -1
- package/__commonjs/utils/operations/calculateFeeLimit.js +1 -1
- package/__commonjs/utils/operations/denominate.js +1 -1
- package/__commonjs/utils/operations/formatAmount.js +1 -1
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/platform/detectCurrentPlatform.js +1 -1
- package/__commonjs/utils/smartContracts.js +1 -1
- package/__commonjs/utils/toasts/customToastsActions.js +1 -1
- package/__commonjs/utils/toasts/index.js +1 -1
- package/__commonjs/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/getTokenFromData.js +1 -1
- package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +5 -5
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/__commonjs/utils/transactions/transactionStateByStatus.js +1 -1
- package/__commonjs/utils/validation/maxDecimals.js +1 -1
- package/__commonjs/web/hooks/index.js +1 -1
- package/__commonjs/web/hooks/useIdleTimer.js +1 -1
- package/__commonjs/web/index.js +1 -1
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.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/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/getScamAddressData.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/index.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.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.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/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectLogin.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/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/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/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/getPendingTransactions.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/useGetPendingTransactions.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/useParseMultiEsdtTransferData.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/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/userInterface/index.js +1 -1
- package/hooks/userInterface/useIsDappModalVisible.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +2 -2
- package/providers/accountProvider.js +1 -1
- package/providers/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.d.ts +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/dappModalsSelectors.js +1 -1
- package/reduxStore/selectors/helpers.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/modalsSelectors.js +1 -1
- package/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
- package/reduxStore/selectors/toastsSelectors.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/dappModalsSlice.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/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/getLatestBlockHash.d.ts +1 -1
- package/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/services/nativeAuth/methods/getToken.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.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/utils.js +1 -1
- package/types/enums.types.d.ts +2 -1
- package/types/enums.types.js +1 -1
- package/types/index.js +1 -1
- package/types/login.types.d.ts +1 -0
- package/types/login.types.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/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/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/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/platform/detectCurrentPlatform.js +1 -1
- package/utils/smartContracts.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.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/getTokenFromData.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.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/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionStatusText.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/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/utils/transactions/transactionStateByStatus.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/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/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/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-3EYFCRQJ.js +0 -2
- package/__chunks__/chunk-3F3J26IL.js +0 -2
- package/__chunks__/chunk-3LTTE7Z4.js +0 -2
- package/__chunks__/chunk-3XYPMC5Z.js +0 -2
- package/__chunks__/chunk-3YOLWVYN.js +0 -2
- package/__chunks__/chunk-42BPBN4G.js +0 -2
- package/__chunks__/chunk-43CTUMZY.js +0 -2
- package/__chunks__/chunk-573MD3HA.js +0 -2
- package/__chunks__/chunk-7CRYWUS6.js +0 -2
- package/__chunks__/chunk-7NADEOVW.js +0 -2
- package/__chunks__/chunk-7ZZWUK5N.js +0 -2
- package/__chunks__/chunk-A4RZQEKA.js +0 -2
- package/__chunks__/chunk-AJVN5NMC.js +0 -2
- package/__chunks__/chunk-BQOSJ42S.js +0 -2
- package/__chunks__/chunk-BQY4YEPO.js +0 -2
- package/__chunks__/chunk-CKRLCHHT.js +0 -2
- package/__chunks__/chunk-CX7JJAI7.js +0 -2
- package/__chunks__/chunk-D3DU3GYZ.js +0 -2
- package/__chunks__/chunk-FAPWAQOI.js +0 -2
- package/__chunks__/chunk-FLNAHHFO.js +0 -2
- package/__chunks__/chunk-G4FTNX3C.js +0 -2
- package/__chunks__/chunk-GNJAE3HJ.js +0 -2
- package/__chunks__/chunk-GQMTJB4L.js +0 -2
- package/__chunks__/chunk-JAEDB3IA.js +0 -2
- package/__chunks__/chunk-KCCZWHLF.js +0 -2
- package/__chunks__/chunk-KQCX4VG2.js +0 -2
- package/__chunks__/chunk-KQF4EULM.js +0 -2
- package/__chunks__/chunk-KX4VZFVE.js +0 -2
- package/__chunks__/chunk-LG6WIZHT.js +0 -2
- package/__chunks__/chunk-LM64ZHBF.js +0 -2
- package/__chunks__/chunk-MAPKARLD.js +0 -2
- package/__chunks__/chunk-N7H3FMAE.js +0 -2
- package/__chunks__/chunk-P2E3TG5U.js +0 -2
- package/__chunks__/chunk-PURPYWQM.js +0 -2
- package/__chunks__/chunk-RBHVYE2Y.js +0 -2
- package/__chunks__/chunk-RGJUSITX.js +0 -2
- package/__chunks__/chunk-RQ5KJRJY.js +0 -2
- package/__chunks__/chunk-S6DXOR2S.js +0 -2
- package/__chunks__/chunk-SCCXHHWP.js +0 -2
- package/__chunks__/chunk-SPNCRNER.js +0 -2
- package/__chunks__/chunk-T6SOZMFL.js +0 -2
- package/__chunks__/chunk-TGSNOZEZ.js +0 -2
- package/__chunks__/chunk-TTS3WFEE.js +0 -2
- package/__chunks__/chunk-UC3M6BHM.js +0 -2
- package/__chunks__/chunk-WALAONSP.js +0 -2
- package/__chunks__/chunk-XCBMXPY5.js +0 -2
- package/__chunks__/chunk-Y3CLO3PP.js +0 -2
- package/__chunks__/chunk-YA6SZOY2.js +0 -2
- package/__chunks__/chunk-YBGCB57C.js +0 -2
- package/__chunks__/chunk-Z4BLO2TH.js +0 -2
- package/__chunks__/chunk-Z6WGQSRM.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var qo=Object.create;var Q=Object.defineProperty,Xo=Object.defineProperties,Yo=Object.getOwnPropertyDescriptor,$o=Object.getOwnPropertyDescriptors,Ko=Object.getOwnPropertyNames,ee=Object.getOwnPropertySymbols,Jo=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty,Ce=Object.prototype.propertyIsEnumerable;var Ae=(n,e,o)=>e in n?Q(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,G=(n,e)=>{for(var o in e||(e={}))le.call(e,o)&&Ae(n,o,e[o]);if(ee)for(var o of ee(e))Ce.call(e,o)&&Ae(n,o,e[o]);return n},V=(n,e)=>Xo(n,$o(e));var oe=(n,e)=>{var o={};for(var r in n)le.call(n,r)&&e.indexOf(r)<0&&(o[r]=n[r]);if(n!=null&&ee)for(var r of ee(n))e.indexOf(r)<0&&Ce.call(n,r)&&(o[r]=n[r]);return o};var Qo=(n,e)=>()=>(n&&(e=n(n=0)),e);var ne=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Zo=(n,e)=>{for(var o in e)Q(n,o,{get:e[o],enumerable:!0})},De=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Ko(e))!le.call(n,a)&&a!==o&&Q(n,a,{get:()=>e[a],enumerable:!(r=Yo(e,a))||r.enumerable});return n};var b=(n,e,o)=>(o=n!=null?qo(Jo(n)):{},De(e||!n||!n.__esModule?Q(o,"default",{value:n,enumerable:!0}):o,n)),en=n=>De(Q({},"__esModule",{value:!0}),n);var Me=ne(re=>{"use strict";i();re.byteLength=nn;re.toByteArray=an;re.fromByteArray=_n;var L=[],S=[],on=typeof Uint8Array!="undefined"?Uint8Array:Array,se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(j=0,Fe=se.length;j<Fe;++j)L[j]=se[j],S[se.charCodeAt(j)]=j;var j,Fe;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function Re(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 nn(n){var e=Re(n),o=e[0],r=e[1];return(o+r)*3/4-r}function rn(n,e,o){return(e+o)*3/4-o}function an(n){var e,o=Re(n),r=o[0],a=o[1],t=new on(rn(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=S[n.charCodeAt(m)]<<18|S[n.charCodeAt(m+1)]<<12|S[n.charCodeAt(m+2)]<<6|S[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=S[n.charCodeAt(m)]<<2|S[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=S[n.charCodeAt(m)]<<10|S[n.charCodeAt(m+1)]<<4|S[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function tn(n){return L[n>>18&63]+L[n>>12&63]+L[n>>6&63]+L[n&63]}function pn(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(tn(r));return a.join("")}function _n(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(pn(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(L[e>>2]+L[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(L[e>>10]+L[e>>4&63]+L[e<<2&63]+"=")),a.join("")}});var Be=ne(ge=>{i();ge.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,g=m>>1,f=-7,u=o?a-1:0,k=o?-1:1,v=n[e+u];for(u+=k,t=v&(1<<-f)-1,v>>=-f,f+=c;f>0;t=t*256+n[e+u],u+=k,f-=8);for(p=t&(1<<-f)-1,t>>=-f,f+=r;f>0;p=p*256+n[e+u],u+=k,f-=8);if(t===0)t=1-g;else{if(t===m)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-g}return(v?-1:1)*p*Math.pow(2,t-r)};ge.write=function(n,e,o,r,a,t){var p,c,m,g=t*8-a-1,f=(1<<g)-1,u=f>>1,k=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:t-1,O=r?1:-1,de=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=f):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+u>=1?e+=k/m:e+=k*Math.pow(2,1-u),e*m>=2&&(p++,m/=2),p+u>=f?(c=0,p=f):p+u>=1?(c=(e*m-1)*Math.pow(2,a),p=p+u):(c=e*Math.pow(2,u-1)*Math.pow(2,a),p=0));a>=8;n[o+v]=c&255,v+=O,c/=256,a-=8);for(p=p<<a|c,g+=a;g>0;n[o+v]=p&255,v+=O,p/=256,g-=8);n[o+v-O]|=de*128}});var $e=ne(X=>{"use strict";i();var ue=Me(),q=Be(),Pe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;X.Buffer=_;X.SlowBuffer=gn;X.INSPECT_MAX_BYTES=50;var ae=2147483647;X.kMaxLength=ae;_.TYPED_ARRAY_SUPPORT=cn();!_.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 cn(){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 D(n){if(n>ae)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 xe(n)}return ze(n,e,o)}_.poolSize=8192;function ze(n,e,o){if(typeof n=="string")return dn(n,e);if(ArrayBuffer.isView(n))return ln(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(N(n,ArrayBuffer)||n&&N(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(N(n,SharedArrayBuffer)||n&&N(n.buffer,SharedArrayBuffer)))return he(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=sn(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 mn(n,e,o){return je(n),n<=0?D(n):e!==void 0?typeof o=="string"?D(n).fill(e,o):D(n).fill(e):D(n)}_.alloc=function(n,e,o){return mn(n,e,o)};function xe(n){return je(n),D(n<0?0:ye(n)|0)}_.allocUnsafe=function(n){return xe(n)};_.allocUnsafeSlow=function(n){return xe(n)};function dn(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=We(n,e)|0,r=D(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function fe(n){for(var e=n.length<0?0:ye(n.length)|0,o=D(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function ln(n){if(N(n,Uint8Array)){var e=new Uint8Array(n);return he(e.buffer,e.byteOffset,e.byteLength)}return fe(n)}function he(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 sn(n){if(_.isBuffer(n)){var e=ye(n.length)|0,o=D(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||we(n.length)?D(0):fe(n);if(n.type==="Buffer"&&Array.isArray(n.data))return fe(n.data)}function ye(n){if(n>=ae)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ae.toString(16)+" bytes");return n|0}function gn(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(N(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),N(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(N(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 We(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||N(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 be(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:be(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=We;function un(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 Sn(this,e,o);case"utf8":case"utf-8":return Ge(this,e,o);case"ascii":return vn(this,e,o);case"latin1":case"binary":return Tn(this,e,o);case"base64":return wn(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return En(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function W(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)W(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)W(this,o,o+3),W(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)W(this,o,o+7),W(this,o+1,o+6),W(this,o+2,o+5),W(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ge(this,0,e):un.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=X.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};Pe&&(_.prototype[Pe]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(N(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,c=r-o,m=Math.min(p,c),g=this.slice(a,t),f=e.slice(o,r),u=0;u<m;++u)if(g[u]!==f[u]){p=g[u],c=f[u];break}return p<c?-1:c<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,we(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:Ue(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):Ue(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function Ue(n,e,o,r,a){var t=1,p=n.length,c=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,c/=2,o/=2}function m(v,O){return t===1?v[O]:v.readUInt16BE(O*t)}var g;if(a){var f=-1;for(g=o;g<p;g++)if(m(n,g)===m(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===c)return f*t}else f!==-1&&(g-=g-f),f=-1}else for(o+c>p&&(o=p-c),g=o;g>=0;g--){for(var u=!0,k=0;k<c;k++)if(m(n,g+k)!==m(e,k)){u=!1;break}if(u)return g}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 fn(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 c=parseInt(e.substr(p*2,2),16);if(we(c))return p;n[o+p]=c}return p}function hn(n,e,o,r){return te(be(e,n.length-o),n,o,r)}function bn(n,e,o,r){return te(In(e),n,o,r)}function xn(n,e,o,r){return te(Ye(e),n,o,r)}function yn(n,e,o,r){return te(An(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 fn(this,e,o,r);case"utf8":case"utf-8":return hn(this,e,o,r);case"ascii":case"latin1":case"binary":return bn(this,e,o,r);case"base64":return xn(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yn(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 wn(n,e,o){return e===0&&o===n.length?ue.fromByteArray(n):ue.fromByteArray(n.slice(e,o))}function Ge(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,g,f,u;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(u=(t&31)<<6|m&63,u>127&&(p=u));break;case 3:m=n[a+1],g=n[a+2],(m&192)===128&&(g&192)===128&&(u=(t&15)<<12|(m&63)<<6|g&63,u>2047&&(u<55296||u>57343)&&(p=u));break;case 4:m=n[a+1],g=n[a+2],f=n[a+3],(m&192)===128&&(g&192)===128&&(f&192)===128&&(u=(t&15)<<18|(m&63)<<12|(g&63)<<6|f&63,u>65535&&u<1114112&&(p=u))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return kn(r)}var Oe=4096;function kn(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 vn(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 Tn(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 Sn(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+=Cn[n[t]];return a}function En(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 y(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||y(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||y(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||y(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,4,this.length),q.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||y(e,4,this.length),q.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!1,52,8)};function T(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;T(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=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;T(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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);T(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&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);T(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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 Ve(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 qe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,4,34028234663852886e22,-34028234663852886e22),q.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return qe(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return qe(this,e,o,!1,r)};function Xe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,8,17976931348623157e292,-17976931348623157e292),q.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Xe(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Xe(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 c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var Ln=/[^+/0-9A-Za-z-_]/g;function Nn(n){if(n=n.split("=")[0],n=n.trim().replace(Ln,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function be(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 In(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function An(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 ue.toByteArray(Nn(n))}function te(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 N(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function we(n){return n!==n}var Cn=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 eo=ne((Zn,Ze)=>{i();var x=Ze.exports={},I,A;function ke(){throw new Error("setTimeout has not been defined")}function ve(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=ke}catch(n){I=ke}try{typeof clearTimeout=="function"?A=clearTimeout:A=ve}catch(n){A=ve}})();function Ke(n){if(I===setTimeout)return setTimeout(n,0);if((I===ke||!I)&&setTimeout)return I=setTimeout,setTimeout(n,0);try{return I(n,0)}catch(e){try{return I.call(null,n,0)}catch(o){return I.call(this,n,0)}}}function Dn(n){if(A===clearTimeout)return clearTimeout(n);if((A===ve||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(n);try{return A(n)}catch(e){try{return A.call(null,n)}catch(o){return A.call(this,n)}}}var F=[],Y=!1,H,pe=-1;function Fn(){!Y||!H||(Y=!1,H.length?F=H.concat(F):pe=-1,F.length&&Je())}function Je(){if(!Y){var n=Ke(Fn);Y=!0;for(var e=F.length;e;){for(H=F,F=[];++pe<e;)H&&H[pe].run();pe=-1,e=F.length}H=null,Y=!1,Dn(n)}}x.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];F.push(new Qe(n,e)),F.length===1&&!Y&&Ke(Je)};function Qe(n,e){this.fun=n,this.array=e}Qe.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function R(){}x.on=R;x.addListener=R;x.once=R;x.off=R;x.removeListener=R;x.removeAllListeners=R;x.emit=R;x.prependListener=R;x.prependOnceListener=R;x.listeners=function(n){return[]};x.binding=function(n){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(n){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var d,l,er,i=Qo(()=>{d=b($e()),l=b(eo()),er=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 Yn={};Zo(Yn,{DataField:()=>Xn});module.exports=en(Yn);i();var U=b(require("react")),Ie=b(require("classnames"));i();var Rn=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var qo=Object.create;var Q=Object.defineProperty,Xo=Object.defineProperties,Yo=Object.getOwnPropertyDescriptor,$o=Object.getOwnPropertyDescriptors,Ko=Object.getOwnPropertyNames,ee=Object.getOwnPropertySymbols,Jo=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty,Ce=Object.prototype.propertyIsEnumerable;var Ae=(n,e,o)=>e in n?Q(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,G=(n,e)=>{for(var o in e||(e={}))le.call(e,o)&&Ae(n,o,e[o]);if(ee)for(var o of ee(e))Ce.call(e,o)&&Ae(n,o,e[o]);return n},V=(n,e)=>Xo(n,$o(e));var oe=(n,e)=>{var o={};for(var r in n)le.call(n,r)&&e.indexOf(r)<0&&(o[r]=n[r]);if(n!=null&&ee)for(var r of ee(n))e.indexOf(r)<0&&Ce.call(n,r)&&(o[r]=n[r]);return o};var Qo=(n,e)=>()=>(n&&(e=n(n=0)),e);var ne=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Zo=(n,e)=>{for(var o in e)Q(n,o,{get:e[o],enumerable:!0})},De=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Ko(e))!le.call(n,a)&&a!==o&&Q(n,a,{get:()=>e[a],enumerable:!(r=Yo(e,a))||r.enumerable});return n};var b=(n,e,o)=>(o=n!=null?qo(Jo(n)):{},De(e||!n||!n.__esModule?Q(o,"default",{value:n,enumerable:!0}):o,n)),en=n=>De(Q({},"__esModule",{value:!0}),n);var Me=ne(re=>{"use strict";i();re.byteLength=nn;re.toByteArray=an;re.fromByteArray=_n;var L=[],S=[],on=typeof Uint8Array!="undefined"?Uint8Array:Array,se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(j=0,Fe=se.length;j<Fe;++j)L[j]=se[j],S[se.charCodeAt(j)]=j;var j,Fe;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function Re(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 nn(n){var e=Re(n),o=e[0],r=e[1];return(o+r)*3/4-r}function rn(n,e,o){return(e+o)*3/4-o}function an(n){var e,o=Re(n),r=o[0],a=o[1],t=new on(rn(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=S[n.charCodeAt(m)]<<18|S[n.charCodeAt(m+1)]<<12|S[n.charCodeAt(m+2)]<<6|S[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=S[n.charCodeAt(m)]<<2|S[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=S[n.charCodeAt(m)]<<10|S[n.charCodeAt(m+1)]<<4|S[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function tn(n){return L[n>>18&63]+L[n>>12&63]+L[n>>6&63]+L[n&63]}function pn(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(tn(r));return a.join("")}function _n(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(pn(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(L[e>>2]+L[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(L[e>>10]+L[e>>4&63]+L[e<<2&63]+"=")),a.join("")}});var Be=ne(ge=>{i();ge.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,g=m>>1,f=-7,u=o?a-1:0,k=o?-1:1,v=n[e+u];for(u+=k,t=v&(1<<-f)-1,v>>=-f,f+=c;f>0;t=t*256+n[e+u],u+=k,f-=8);for(p=t&(1<<-f)-1,t>>=-f,f+=r;f>0;p=p*256+n[e+u],u+=k,f-=8);if(t===0)t=1-g;else{if(t===m)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-g}return(v?-1:1)*p*Math.pow(2,t-r)};ge.write=function(n,e,o,r,a,t){var p,c,m,g=t*8-a-1,f=(1<<g)-1,u=f>>1,k=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:t-1,O=r?1:-1,de=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=f):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+u>=1?e+=k/m:e+=k*Math.pow(2,1-u),e*m>=2&&(p++,m/=2),p+u>=f?(c=0,p=f):p+u>=1?(c=(e*m-1)*Math.pow(2,a),p=p+u):(c=e*Math.pow(2,u-1)*Math.pow(2,a),p=0));a>=8;n[o+v]=c&255,v+=O,c/=256,a-=8);for(p=p<<a|c,g+=a;g>0;n[o+v]=p&255,v+=O,p/=256,g-=8);n[o+v-O]|=de*128}});var $e=ne(X=>{"use strict";i();var ue=Me(),q=Be(),Pe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;X.Buffer=_;X.SlowBuffer=gn;X.INSPECT_MAX_BYTES=50;var ae=2147483647;X.kMaxLength=ae;_.TYPED_ARRAY_SUPPORT=cn();!_.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 cn(){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 D(n){if(n>ae)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 xe(n)}return ze(n,e,o)}_.poolSize=8192;function ze(n,e,o){if(typeof n=="string")return dn(n,e);if(ArrayBuffer.isView(n))return ln(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(N(n,ArrayBuffer)||n&&N(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(N(n,SharedArrayBuffer)||n&&N(n.buffer,SharedArrayBuffer)))return he(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=sn(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 mn(n,e,o){return je(n),n<=0?D(n):e!==void 0?typeof o=="string"?D(n).fill(e,o):D(n).fill(e):D(n)}_.alloc=function(n,e,o){return mn(n,e,o)};function xe(n){return je(n),D(n<0?0:ye(n)|0)}_.allocUnsafe=function(n){return xe(n)};_.allocUnsafeSlow=function(n){return xe(n)};function dn(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=He(n,e)|0,r=D(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function fe(n){for(var e=n.length<0?0:ye(n.length)|0,o=D(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function ln(n){if(N(n,Uint8Array)){var e=new Uint8Array(n);return he(e.buffer,e.byteOffset,e.byteLength)}return fe(n)}function he(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 sn(n){if(_.isBuffer(n)){var e=ye(n.length)|0,o=D(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||we(n.length)?D(0):fe(n);if(n.type==="Buffer"&&Array.isArray(n.data))return fe(n.data)}function ye(n){if(n>=ae)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ae.toString(16)+" bytes");return n|0}function gn(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(N(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),N(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(N(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 He(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||N(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 be(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:be(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=He;function un(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 Sn(this,e,o);case"utf8":case"utf-8":return Ge(this,e,o);case"ascii":return vn(this,e,o);case"latin1":case"binary":return Tn(this,e,o);case"base64":return wn(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return En(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function H(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)H(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)H(this,o,o+3),H(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)H(this,o,o+7),H(this,o+1,o+6),H(this,o+2,o+5),H(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ge(this,0,e):un.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=X.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};Pe&&(_.prototype[Pe]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(N(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,c=r-o,m=Math.min(p,c),g=this.slice(a,t),f=e.slice(o,r),u=0;u<m;++u)if(g[u]!==f[u]){p=g[u],c=f[u];break}return p<c?-1:c<p?1:0};function We(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,we(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:Ue(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):Ue(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function Ue(n,e,o,r,a){var t=1,p=n.length,c=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,c/=2,o/=2}function m(v,O){return t===1?v[O]:v.readUInt16BE(O*t)}var g;if(a){var f=-1;for(g=o;g<p;g++)if(m(n,g)===m(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===c)return f*t}else f!==-1&&(g-=g-f),f=-1}else for(o+c>p&&(o=p-c),g=o;g>=0;g--){for(var u=!0,k=0;k<c;k++)if(m(n,g+k)!==m(e,k)){u=!1;break}if(u)return g}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return We(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return We(this,e,o,r,!1)};function fn(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 c=parseInt(e.substr(p*2,2),16);if(we(c))return p;n[o+p]=c}return p}function hn(n,e,o,r){return te(be(e,n.length-o),n,o,r)}function bn(n,e,o,r){return te(In(e),n,o,r)}function xn(n,e,o,r){return te(Ye(e),n,o,r)}function yn(n,e,o,r){return te(An(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 fn(this,e,o,r);case"utf8":case"utf-8":return hn(this,e,o,r);case"ascii":case"latin1":case"binary":return bn(this,e,o,r);case"base64":return xn(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yn(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 wn(n,e,o){return e===0&&o===n.length?ue.fromByteArray(n):ue.fromByteArray(n.slice(e,o))}function Ge(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,g,f,u;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(u=(t&31)<<6|m&63,u>127&&(p=u));break;case 3:m=n[a+1],g=n[a+2],(m&192)===128&&(g&192)===128&&(u=(t&15)<<12|(m&63)<<6|g&63,u>2047&&(u<55296||u>57343)&&(p=u));break;case 4:m=n[a+1],g=n[a+2],f=n[a+3],(m&192)===128&&(g&192)===128&&(f&192)===128&&(u=(t&15)<<18|(m&63)<<12|(g&63)<<6|f&63,u>65535&&u<1114112&&(p=u))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return kn(r)}var Oe=4096;function kn(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 vn(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 Tn(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 Sn(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+=Cn[n[t]];return a}function En(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 y(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||y(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||y(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||y(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,4,this.length),q.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||y(e,4,this.length),q.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!1,52,8)};function T(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;T(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=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;T(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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);T(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&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);T(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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 Ve(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 qe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,4,34028234663852886e22,-34028234663852886e22),q.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return qe(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return qe(this,e,o,!1,r)};function Xe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,8,17976931348623157e292,-17976931348623157e292),q.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Xe(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Xe(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 c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var Ln=/[^+/0-9A-Za-z-_]/g;function Nn(n){if(n=n.split("=")[0],n=n.trim().replace(Ln,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function be(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 In(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function An(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 ue.toByteArray(Nn(n))}function te(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 N(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function we(n){return n!==n}var Cn=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 eo=ne((Zn,Ze)=>{i();var x=Ze.exports={},I,A;function ke(){throw new Error("setTimeout has not been defined")}function ve(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=ke}catch(n){I=ke}try{typeof clearTimeout=="function"?A=clearTimeout:A=ve}catch(n){A=ve}})();function Ke(n){if(I===setTimeout)return setTimeout(n,0);if((I===ke||!I)&&setTimeout)return I=setTimeout,setTimeout(n,0);try{return I(n,0)}catch(e){try{return I.call(null,n,0)}catch(o){return I.call(this,n,0)}}}function Dn(n){if(A===clearTimeout)return clearTimeout(n);if((A===ve||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(n);try{return A(n)}catch(e){try{return A.call(null,n)}catch(o){return A.call(this,n)}}}var F=[],Y=!1,W,pe=-1;function Fn(){!Y||!W||(Y=!1,W.length?F=W.concat(F):pe=-1,F.length&&Je())}function Je(){if(!Y){var n=Ke(Fn);Y=!0;for(var e=F.length;e;){for(W=F,F=[];++pe<e;)W&&W[pe].run();pe=-1,e=F.length}W=null,Y=!1,Dn(n)}}x.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];F.push(new Qe(n,e)),F.length===1&&!Y&&Ke(Je)};function Qe(n,e){this.fun=n,this.array=e}Qe.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function R(){}x.on=R;x.addListener=R;x.once=R;x.off=R;x.removeListener=R;x.removeAllListeners=R;x.emit=R;x.prependListener=R;x.prependOnceListener=R;x.listeners=function(n){return[]};x.binding=function(n){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(n){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var d,l,er,i=Qo(()=>{d=b($e()),l=b(eo()),er=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 Yn={};Zo(Yn,{DataField:()=>Xn});module.exports=en(Yn);i();var U=b(require("react")),Ie=b(require("classnames"));i();var Rn=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2830,7 +2830,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2830
2830
|
}
|
|
2831
2831
|
.dapp-core-component__styles__decode .dapp-core-component__styles__warnings .dapp-core-component__styles__warning {
|
|
2832
2832
|
color: #f0ad4e;
|
|
2833
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(On));var z={decode:"dapp-core-component__styles__decode",textarea:"dapp-core-component__styles__textarea",select:"dapp-core-component__styles__select",dropdown:"dapp-core-component__styles__dropdown",warnings:"dapp-core-component__styles__warnings",icon:"dapp-core-component__styles__icon",warning:"dapp-core-component__styles__warning"};var fo=n=>{let{className:e,value:o}=n,{displayValue:r,validationWarnings:a,setActiveKey:t,decodeOptions:p}=lo(n),c=o&&o!==_e,m=g=>g?t(g.target.value):"raw";return P.default.createElement("div",{className:z.decode},P.default.createElement("div",{className:(0,uo.default)(z.textarea,e)},r),c&&P.default.createElement("div",{className:z.select},P.default.createElement("select",{className:z.dropdown,onChange:m},p.map(g=>P.default.createElement("option",{key:g.value,value:g.value},g.label)))),a.map((g,f)=>P.default.createElement("div",{key:f,className:z.warnings},P.default.createElement(go.FontAwesomeIcon,{icon:so.faExclamationTriangle,className:z.icon,size:"xs"}),P.default.createElement("small",{className:z.warning},g))))};i();function ho(n,e,o="..."){return isNaN(e)&&(e=10),o||(o="..."),n!=null&&(n.length<=e||n.length-o.length<=e)?n:String(n).substring(0,e-o.length)+o}i();var bo=b(require("linkifyjs")),zn=n=>{let e=bo.find(n);if(!e.length)return{textWithLinks:n,hasLinks:!1};let o=n;for(let r of e){let a=n.substring(r.start,r.end);o=o.replace(a,r.value)}return{textWithLinks:o,hasLinks:!0}},xo=({message:n,scamInfo:e,isNsfw:o,verified:r,messagePrefix:a="Message hidden due to suspicious content - "})=>{var m;if(r)return{message:"",textWithLinks:"",isSuspicious:!1};let t=`${a}${(m=e==null?void 0:e.info)!=null?m:"suspicious content"}`,{textWithLinks:p,hasLinks:c}=zn(n);return c||o||e?{message:t,textWithLinks:p,isSuspicious:!0}:{message:"",textWithLinks:p,isSuspicious:!1}};i();var me=require("react");var yo=()=>{let{hash:n,pathname:e}=window.location,o=n.replace("#",""),r=o&&Object.values(M).includes(o)?o:"raw",[a,t]=(0,me.useState)(o);return(0,me.useEffect)(()=>{a&&a!=="raw"&&window.history.replaceState({},document==null?void 0:document.title,`${e}#${a}`)},[a,e]),{initialDecodeMethod:r,decodeMethod:a,setDecodeMethod:t}};i();i();i();var Ee=b(require("react")),Eo=b(require("linkify-react"));i();var To=b(require("react"));i();var wo=b(require("linkifyjs")),jn=/^((file:\/\/\/)|(https?:|ftps?:)\/\/|(mailto:))/i,
|
|
2833
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(On));var z={decode:"dapp-core-component__styles__decode",textarea:"dapp-core-component__styles__textarea",select:"dapp-core-component__styles__select",dropdown:"dapp-core-component__styles__dropdown",warnings:"dapp-core-component__styles__warnings",icon:"dapp-core-component__styles__icon",warning:"dapp-core-component__styles__warning"};var fo=n=>{let{className:e,value:o}=n,{displayValue:r,validationWarnings:a,setActiveKey:t,decodeOptions:p}=lo(n),c=o&&o!==_e,m=g=>g?t(g.target.value):"raw";return P.default.createElement("div",{className:z.decode},P.default.createElement("div",{className:(0,uo.default)(z.textarea,e)},r),c&&P.default.createElement("div",{className:z.select},P.default.createElement("select",{className:z.dropdown,onChange:m},p.map(g=>P.default.createElement("option",{key:g.value,value:g.value},g.label)))),a.map((g,f)=>P.default.createElement("div",{key:f,className:z.warnings},P.default.createElement(go.FontAwesomeIcon,{icon:so.faExclamationTriangle,className:z.icon,size:"xs"}),P.default.createElement("small",{className:z.warning},g))))};i();function ho(n,e,o="..."){return isNaN(e)&&(e=10),o||(o="..."),n!=null&&(n.length<=e||n.length-o.length<=e)?n:String(n).substring(0,e-o.length)+o}i();var bo=b(require("linkifyjs")),zn=n=>{let e=bo.find(n);if(!e.length)return{textWithLinks:n,hasLinks:!1};let o=n;for(let r of e){let a=n.substring(r.start,r.end);o=o.replace(a,r.value)}return{textWithLinks:o,hasLinks:!0}},xo=({message:n,scamInfo:e,isNsfw:o,verified:r,messagePrefix:a="Message hidden due to suspicious content - "})=>{var m;if(r)return{message:"",textWithLinks:"",isSuspicious:!1};let t=`${a}${(m=e==null?void 0:e.info)!=null?m:"suspicious content"}`,{textWithLinks:p,hasLinks:c}=zn(n);return c||o||e?{message:t,textWithLinks:p,isSuspicious:!0}:{message:"",textWithLinks:p,isSuspicious:!1}};i();var me=require("react");var yo=()=>{let{hash:n,pathname:e}=window.location,o=n.replace("#",""),r=o&&Object.values(M).includes(o)?o:"raw",[a,t]=(0,me.useState)(o);return(0,me.useEffect)(()=>{a&&a!=="raw"&&window.history.replaceState({},document==null?void 0:document.title,`${e}#${a}`)},[a,e]),{initialDecodeMethod:r,decodeMethod:a,setDecodeMethod:t}};i();i();i();var Ee=b(require("react")),Eo=b(require("linkify-react"));i();var To=b(require("react"));i();var wo=b(require("linkifyjs")),jn=/^((file:\/\/\/)|(https?:|ftps?:)\/\/|(mailto:))/i,Hn=n=>jn.test(n),ko=n=>Hn(n)?"":wo.find(n).some(e=>e.type==="email")?"mailto:":"http://",vo=(n,e)=>n.length>e?n.substring(0,e)+"\u2026":n;var So=a=>{var t=a,{href:n,linkComponent:e,truncate:o}=t,r=oe(t,["href","linkComponent","truncate"]);let p=e!=null?e:"a",c=ko(n),m=o?vo(n,o):n;return To.default.createElement(p,V(G({},r),{href:`${c}${n}`}),m)};var Lo=o=>{var r=o,{children:n}=r,e=oe(r,["children"]);return Ee.default.createElement(Eo.default,{options:{render:({attributes:t})=>{let{href:p}=t;return Ee.default.createElement(So,V(G({},e),{href:p}))}}},n)};i();i();i();var w=b(require("react")),Uo=require("@fortawesome/free-solid-svg-icons"),Oo=require("@fortawesome/react-fontawesome"),J=b(require("classnames"));i();var K=b(require("react")),Ne=b(require("classnames")),Bo=b(require("react-dom"));i();var Wn=`.dapp-core-component__dappModalStyles__dappModal {
|
|
2834
2834
|
position: fixed;
|
|
2835
2835
|
z-index: 999;
|
|
2836
2836
|
padding-top: 100px;
|
|
@@ -2896,7 +2896,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2896
2896
|
color: #212529;
|
|
2897
2897
|
background-color: #dee2e6;
|
|
2898
2898
|
border-color: #e9ecef;
|
|
2899
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
2899
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Wn));var E={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"};i();var No=b(require("react")),Io=b(require("classnames"));var Ao=({className:n,children:e})=>No.default.createElement("div",{className:(0,Io.default)(E.dappModalBody,n)},e);i();var Le=b(require("react")),Co=b(require("classnames"));var Do=({visible:n,customFooter:e,className:o,footerText:r})=>n?Le.default.createElement("div",{className:(0,Co.default)(E.dappModalFooter,o)},e!=null?e:Le.default.createElement("div",null,r)):null;i();var $=b(require("react")),Fo=require("@fortawesome/free-solid-svg-icons"),Ro=require("@fortawesome/react-fontawesome"),Z=b(require("classnames"));var Mo=({visible:n,headerText:e,customHeader:o,className:r,closeButtonClassName:a,headerTextClassName:t,onHide:p})=>n?o?$.default.createElement("div",{className:(0,Z.default)(E.dappModalHeader,r)},o):$.default.createElement("div",{className:(0,Z.default)(E.dappModalHeader,r)},$.default.createElement("div",{className:(0,Z.default)(E.dappModalHeaderText,t)},e),$.default.createElement("button",{onClick:p,className:(0,Z.default)(E.dappModalCloseButton,h.btn,h.btnLight,a)},$.default.createElement(Ro.FontAwesomeIcon,{size:"lg",icon:Fo.faTimes}))):null;var Gn={showHeader:!0,showFooter:!1,headerText:"",footerText:""},Po=({id:n="dapp-modal",visible:e,onHide:o,parentElement:r,config:a=Gn,children:t,className:p="dapp-modal-dialog-wrapper"})=>{if(!e)return null;let{showHeader:c,showFooter:m,headerText:g,footerText:f,modalDialogClassName:u="dapp-modal-dialog",modalContentClassName:k="dapp-modal-dialog-content",modalHeaderClassName:v="dapp-modal-dialog-header",modalHeaderTextClassName:O="dapp-modal-dialog-header-text",modalCloseButtonClassName:de="dapp-modal-dialog-close-button",modalBodyClassName:Ho="dapp-modal-dialog-content-body",modalFooterClassName:Wo="dapp-modal-dialog-footer",customModalHeader:Go,customModalFooter:Vo}=a;return Bo.default.createPortal(K.default.createElement("div",{id:n,role:"dialog","aria-modal":"true",className:(0,Ne.default)(u,E.dappModal,p)},K.default.createElement("div",{className:(0,Ne.default)(E.dappModalContent,k)},K.default.createElement(Mo,{visible:c,headerText:g,customHeader:Go,className:v,headerTextClassName:O,closeButtonClassName:de,onHide:o}),K.default.createElement(Ao,{className:Ho},t),K.default.createElement(Do,{visible:m,customFooter:Vo,footerText:f,className:Wo}))),r!=null?r:document==null?void 0:document.body)};var zo=n=>{let[e,o]=(0,w.useState)(!1),r=p=>{p.preventDefault(),o(!0)},a=()=>{o(!1)},t=n.href.replace("https://","").replace("http://","");return w.default.createElement(w.default.Fragment,null,w.default.createElement("a",V(G({},n),{onClick:r})),w.default.createElement(Po,{visible:e,onHide:a},w.default.createElement("div",{className:h.card},w.default.createElement("div",{className:(0,J.default)(h.cardBody,h.textCenter)},w.default.createElement("p",{className:(0,J.default)(h.h3,h.pt1)},w.default.createElement(Oo.FontAwesomeIcon,{icon:Uo.faExclamationTriangle,className:(0,J.default)(h.textWarning,h.mr2)}),"Caution!"),w.default.createElement("p",{className:h.lead},"You are about to navigate to an external website."),w.default.createElement("div",{className:h.mxAuto},w.default.createElement("p",null,"This link is not part of MultiversX. Do not enter your private words, your keystore file or any of your MultiversX account information.")),w.default.createElement("div",{className:(0,J.default)(h.dFlex,h.alignItemsCenter,h.flexColumn)},w.default.createElement("button",{type:"button",className:(0,J.default)(h.btn,h.btnPrimary),onClick:a},"Back to safety"),w.default.createElement("a",{href:n.href,target:"_blank",className:h.mt3,rel:"noreferrer noopener"},"Continue to ",t))))))};i();var Vn=`.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__form-control:disabled,
|
|
2900
2900
|
.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__form-control[readonly] {
|
|
2901
2901
|
background-color: #fafafa;
|
|
2902
2902
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var qo=Object.create;var Q=Object.defineProperty,Xo=Object.defineProperties,Yo=Object.getOwnPropertyDescriptor,$o=Object.getOwnPropertyDescriptors,Ko=Object.getOwnPropertyNames,ee=Object.getOwnPropertySymbols,Jo=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty,Ce=Object.prototype.propertyIsEnumerable;var Ae=(n,e,o)=>e in n?Q(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,G=(n,e)=>{for(var o in e||(e={}))le.call(e,o)&&Ae(n,o,e[o]);if(ee)for(var o of ee(e))Ce.call(e,o)&&Ae(n,o,e[o]);return n},V=(n,e)=>Xo(n,$o(e));var oe=(n,e)=>{var o={};for(var r in n)le.call(n,r)&&e.indexOf(r)<0&&(o[r]=n[r]);if(n!=null&&ee)for(var r of ee(n))e.indexOf(r)<0&&Ce.call(n,r)&&(o[r]=n[r]);return o};var Qo=(n,e)=>()=>(n&&(e=n(n=0)),e);var ne=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Zo=(n,e)=>{for(var o in e)Q(n,o,{get:e[o],enumerable:!0})},De=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Ko(e))!le.call(n,a)&&a!==o&&Q(n,a,{get:()=>e[a],enumerable:!(r=Yo(e,a))||r.enumerable});return n};var b=(n,e,o)=>(o=n!=null?qo(Jo(n)):{},De(e||!n||!n.__esModule?Q(o,"default",{value:n,enumerable:!0}):o,n)),en=n=>De(Q({},"__esModule",{value:!0}),n);var Me=ne(re=>{"use strict";i();re.byteLength=nn;re.toByteArray=an;re.fromByteArray=_n;var L=[],S=[],on=typeof Uint8Array!="undefined"?Uint8Array:Array,se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(j=0,Fe=se.length;j<Fe;++j)L[j]=se[j],S[se.charCodeAt(j)]=j;var j,Fe;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function Re(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 nn(n){var e=Re(n),o=e[0],r=e[1];return(o+r)*3/4-r}function rn(n,e,o){return(e+o)*3/4-o}function an(n){var e,o=Re(n),r=o[0],a=o[1],t=new on(rn(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=S[n.charCodeAt(m)]<<18|S[n.charCodeAt(m+1)]<<12|S[n.charCodeAt(m+2)]<<6|S[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=S[n.charCodeAt(m)]<<2|S[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=S[n.charCodeAt(m)]<<10|S[n.charCodeAt(m+1)]<<4|S[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function tn(n){return L[n>>18&63]+L[n>>12&63]+L[n>>6&63]+L[n&63]}function pn(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(tn(r));return a.join("")}function _n(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(pn(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(L[e>>2]+L[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(L[e>>10]+L[e>>4&63]+L[e<<2&63]+"=")),a.join("")}});var Be=ne(ge=>{i();ge.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,g=m>>1,f=-7,u=o?a-1:0,k=o?-1:1,v=n[e+u];for(u+=k,t=v&(1<<-f)-1,v>>=-f,f+=c;f>0;t=t*256+n[e+u],u+=k,f-=8);for(p=t&(1<<-f)-1,t>>=-f,f+=r;f>0;p=p*256+n[e+u],u+=k,f-=8);if(t===0)t=1-g;else{if(t===m)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-g}return(v?-1:1)*p*Math.pow(2,t-r)};ge.write=function(n,e,o,r,a,t){var p,c,m,g=t*8-a-1,f=(1<<g)-1,u=f>>1,k=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:t-1,O=r?1:-1,de=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=f):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+u>=1?e+=k/m:e+=k*Math.pow(2,1-u),e*m>=2&&(p++,m/=2),p+u>=f?(c=0,p=f):p+u>=1?(c=(e*m-1)*Math.pow(2,a),p=p+u):(c=e*Math.pow(2,u-1)*Math.pow(2,a),p=0));a>=8;n[o+v]=c&255,v+=O,c/=256,a-=8);for(p=p<<a|c,g+=a;g>0;n[o+v]=p&255,v+=O,p/=256,g-=8);n[o+v-O]|=de*128}});var $e=ne(X=>{"use strict";i();var ue=Me(),q=Be(),Pe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;X.Buffer=_;X.SlowBuffer=gn;X.INSPECT_MAX_BYTES=50;var ae=2147483647;X.kMaxLength=ae;_.TYPED_ARRAY_SUPPORT=cn();!_.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 cn(){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 D(n){if(n>ae)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 xe(n)}return ze(n,e,o)}_.poolSize=8192;function ze(n,e,o){if(typeof n=="string")return dn(n,e);if(ArrayBuffer.isView(n))return ln(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(N(n,ArrayBuffer)||n&&N(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(N(n,SharedArrayBuffer)||n&&N(n.buffer,SharedArrayBuffer)))return he(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=sn(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 mn(n,e,o){return je(n),n<=0?D(n):e!==void 0?typeof o=="string"?D(n).fill(e,o):D(n).fill(e):D(n)}_.alloc=function(n,e,o){return mn(n,e,o)};function xe(n){return je(n),D(n<0?0:ye(n)|0)}_.allocUnsafe=function(n){return xe(n)};_.allocUnsafeSlow=function(n){return xe(n)};function dn(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=We(n,e)|0,r=D(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function fe(n){for(var e=n.length<0?0:ye(n.length)|0,o=D(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function ln(n){if(N(n,Uint8Array)){var e=new Uint8Array(n);return he(e.buffer,e.byteOffset,e.byteLength)}return fe(n)}function he(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 sn(n){if(_.isBuffer(n)){var e=ye(n.length)|0,o=D(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||we(n.length)?D(0):fe(n);if(n.type==="Buffer"&&Array.isArray(n.data))return fe(n.data)}function ye(n){if(n>=ae)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ae.toString(16)+" bytes");return n|0}function gn(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(N(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),N(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(N(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 We(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||N(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 be(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:be(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=We;function un(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 Sn(this,e,o);case"utf8":case"utf-8":return Ge(this,e,o);case"ascii":return vn(this,e,o);case"latin1":case"binary":return Tn(this,e,o);case"base64":return wn(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return En(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function W(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)W(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)W(this,o,o+3),W(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)W(this,o,o+7),W(this,o+1,o+6),W(this,o+2,o+5),W(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ge(this,0,e):un.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=X.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};Pe&&(_.prototype[Pe]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(N(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,c=r-o,m=Math.min(p,c),g=this.slice(a,t),f=e.slice(o,r),u=0;u<m;++u)if(g[u]!==f[u]){p=g[u],c=f[u];break}return p<c?-1:c<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,we(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:Ue(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):Ue(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function Ue(n,e,o,r,a){var t=1,p=n.length,c=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,c/=2,o/=2}function m(v,O){return t===1?v[O]:v.readUInt16BE(O*t)}var g;if(a){var f=-1;for(g=o;g<p;g++)if(m(n,g)===m(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===c)return f*t}else f!==-1&&(g-=g-f),f=-1}else for(o+c>p&&(o=p-c),g=o;g>=0;g--){for(var u=!0,k=0;k<c;k++)if(m(n,g+k)!==m(e,k)){u=!1;break}if(u)return g}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 fn(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 c=parseInt(e.substr(p*2,2),16);if(we(c))return p;n[o+p]=c}return p}function hn(n,e,o,r){return te(be(e,n.length-o),n,o,r)}function bn(n,e,o,r){return te(In(e),n,o,r)}function xn(n,e,o,r){return te(Ye(e),n,o,r)}function yn(n,e,o,r){return te(An(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 fn(this,e,o,r);case"utf8":case"utf-8":return hn(this,e,o,r);case"ascii":case"latin1":case"binary":return bn(this,e,o,r);case"base64":return xn(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yn(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 wn(n,e,o){return e===0&&o===n.length?ue.fromByteArray(n):ue.fromByteArray(n.slice(e,o))}function Ge(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,g,f,u;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(u=(t&31)<<6|m&63,u>127&&(p=u));break;case 3:m=n[a+1],g=n[a+2],(m&192)===128&&(g&192)===128&&(u=(t&15)<<12|(m&63)<<6|g&63,u>2047&&(u<55296||u>57343)&&(p=u));break;case 4:m=n[a+1],g=n[a+2],f=n[a+3],(m&192)===128&&(g&192)===128&&(f&192)===128&&(u=(t&15)<<18|(m&63)<<12|(g&63)<<6|f&63,u>65535&&u<1114112&&(p=u))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return kn(r)}var Oe=4096;function kn(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 vn(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 Tn(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 Sn(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+=Cn[n[t]];return a}function En(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 y(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||y(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||y(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||y(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,4,this.length),q.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||y(e,4,this.length),q.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!1,52,8)};function T(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;T(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=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;T(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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);T(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&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);T(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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 Ve(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 qe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,4,34028234663852886e22,-34028234663852886e22),q.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return qe(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return qe(this,e,o,!1,r)};function Xe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,8,17976931348623157e292,-17976931348623157e292),q.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Xe(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Xe(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 c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var Ln=/[^+/0-9A-Za-z-_]/g;function Nn(n){if(n=n.split("=")[0],n=n.trim().replace(Ln,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function be(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 In(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function An(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 ue.toByteArray(Nn(n))}function te(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 N(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function we(n){return n!==n}var Cn=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 eo=ne((Zn,Ze)=>{i();var x=Ze.exports={},I,A;function ke(){throw new Error("setTimeout has not been defined")}function ve(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=ke}catch(n){I=ke}try{typeof clearTimeout=="function"?A=clearTimeout:A=ve}catch(n){A=ve}})();function Ke(n){if(I===setTimeout)return setTimeout(n,0);if((I===ke||!I)&&setTimeout)return I=setTimeout,setTimeout(n,0);try{return I(n,0)}catch(e){try{return I.call(null,n,0)}catch(o){return I.call(this,n,0)}}}function Dn(n){if(A===clearTimeout)return clearTimeout(n);if((A===ve||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(n);try{return A(n)}catch(e){try{return A.call(null,n)}catch(o){return A.call(this,n)}}}var F=[],Y=!1,H,pe=-1;function Fn(){!Y||!H||(Y=!1,H.length?F=H.concat(F):pe=-1,F.length&&Je())}function Je(){if(!Y){var n=Ke(Fn);Y=!0;for(var e=F.length;e;){for(H=F,F=[];++pe<e;)H&&H[pe].run();pe=-1,e=F.length}H=null,Y=!1,Dn(n)}}x.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];F.push(new Qe(n,e)),F.length===1&&!Y&&Ke(Je)};function Qe(n,e){this.fun=n,this.array=e}Qe.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function R(){}x.on=R;x.addListener=R;x.once=R;x.off=R;x.removeListener=R;x.removeAllListeners=R;x.emit=R;x.prependListener=R;x.prependOnceListener=R;x.listeners=function(n){return[]};x.binding=function(n){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(n){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var d,l,er,i=Qo(()=>{d=b($e()),l=b(eo()),er=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 Yn={};Zo(Yn,{DataField:()=>Xn});module.exports=en(Yn);i();i();var U=b(require("react")),Ie=b(require("classnames"));i();var Rn=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var qo=Object.create;var Q=Object.defineProperty,Xo=Object.defineProperties,Yo=Object.getOwnPropertyDescriptor,$o=Object.getOwnPropertyDescriptors,Ko=Object.getOwnPropertyNames,ee=Object.getOwnPropertySymbols,Jo=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty,Ce=Object.prototype.propertyIsEnumerable;var Ae=(n,e,o)=>e in n?Q(n,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):n[e]=o,G=(n,e)=>{for(var o in e||(e={}))le.call(e,o)&&Ae(n,o,e[o]);if(ee)for(var o of ee(e))Ce.call(e,o)&&Ae(n,o,e[o]);return n},V=(n,e)=>Xo(n,$o(e));var oe=(n,e)=>{var o={};for(var r in n)le.call(n,r)&&e.indexOf(r)<0&&(o[r]=n[r]);if(n!=null&&ee)for(var r of ee(n))e.indexOf(r)<0&&Ce.call(n,r)&&(o[r]=n[r]);return o};var Qo=(n,e)=>()=>(n&&(e=n(n=0)),e);var ne=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Zo=(n,e)=>{for(var o in e)Q(n,o,{get:e[o],enumerable:!0})},De=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Ko(e))!le.call(n,a)&&a!==o&&Q(n,a,{get:()=>e[a],enumerable:!(r=Yo(e,a))||r.enumerable});return n};var b=(n,e,o)=>(o=n!=null?qo(Jo(n)):{},De(e||!n||!n.__esModule?Q(o,"default",{value:n,enumerable:!0}):o,n)),en=n=>De(Q({},"__esModule",{value:!0}),n);var Me=ne(re=>{"use strict";i();re.byteLength=nn;re.toByteArray=an;re.fromByteArray=_n;var L=[],S=[],on=typeof Uint8Array!="undefined"?Uint8Array:Array,se="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(j=0,Fe=se.length;j<Fe;++j)L[j]=se[j],S[se.charCodeAt(j)]=j;var j,Fe;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function Re(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 nn(n){var e=Re(n),o=e[0],r=e[1];return(o+r)*3/4-r}function rn(n,e,o){return(e+o)*3/4-o}function an(n){var e,o=Re(n),r=o[0],a=o[1],t=new on(rn(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=S[n.charCodeAt(m)]<<18|S[n.charCodeAt(m+1)]<<12|S[n.charCodeAt(m+2)]<<6|S[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=S[n.charCodeAt(m)]<<2|S[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=S[n.charCodeAt(m)]<<10|S[n.charCodeAt(m+1)]<<4|S[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function tn(n){return L[n>>18&63]+L[n>>12&63]+L[n>>6&63]+L[n&63]}function pn(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(tn(r));return a.join("")}function _n(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(pn(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(L[e>>2]+L[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(L[e>>10]+L[e>>4&63]+L[e<<2&63]+"=")),a.join("")}});var Be=ne(ge=>{i();ge.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,g=m>>1,f=-7,u=o?a-1:0,k=o?-1:1,v=n[e+u];for(u+=k,t=v&(1<<-f)-1,v>>=-f,f+=c;f>0;t=t*256+n[e+u],u+=k,f-=8);for(p=t&(1<<-f)-1,t>>=-f,f+=r;f>0;p=p*256+n[e+u],u+=k,f-=8);if(t===0)t=1-g;else{if(t===m)return p?NaN:(v?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-g}return(v?-1:1)*p*Math.pow(2,t-r)};ge.write=function(n,e,o,r,a,t){var p,c,m,g=t*8-a-1,f=(1<<g)-1,u=f>>1,k=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:t-1,O=r?1:-1,de=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=f):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+u>=1?e+=k/m:e+=k*Math.pow(2,1-u),e*m>=2&&(p++,m/=2),p+u>=f?(c=0,p=f):p+u>=1?(c=(e*m-1)*Math.pow(2,a),p=p+u):(c=e*Math.pow(2,u-1)*Math.pow(2,a),p=0));a>=8;n[o+v]=c&255,v+=O,c/=256,a-=8);for(p=p<<a|c,g+=a;g>0;n[o+v]=p&255,v+=O,p/=256,g-=8);n[o+v-O]|=de*128}});var $e=ne(X=>{"use strict";i();var ue=Me(),q=Be(),Pe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;X.Buffer=_;X.SlowBuffer=gn;X.INSPECT_MAX_BYTES=50;var ae=2147483647;X.kMaxLength=ae;_.TYPED_ARRAY_SUPPORT=cn();!_.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 cn(){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 D(n){if(n>ae)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 xe(n)}return ze(n,e,o)}_.poolSize=8192;function ze(n,e,o){if(typeof n=="string")return dn(n,e);if(ArrayBuffer.isView(n))return ln(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(N(n,ArrayBuffer)||n&&N(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(N(n,SharedArrayBuffer)||n&&N(n.buffer,SharedArrayBuffer)))return he(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=sn(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 mn(n,e,o){return je(n),n<=0?D(n):e!==void 0?typeof o=="string"?D(n).fill(e,o):D(n).fill(e):D(n)}_.alloc=function(n,e,o){return mn(n,e,o)};function xe(n){return je(n),D(n<0?0:ye(n)|0)}_.allocUnsafe=function(n){return xe(n)};_.allocUnsafeSlow=function(n){return xe(n)};function dn(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=He(n,e)|0,r=D(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function fe(n){for(var e=n.length<0?0:ye(n.length)|0,o=D(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function ln(n){if(N(n,Uint8Array)){var e=new Uint8Array(n);return he(e.buffer,e.byteOffset,e.byteLength)}return fe(n)}function he(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 sn(n){if(_.isBuffer(n)){var e=ye(n.length)|0,o=D(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||we(n.length)?D(0):fe(n);if(n.type==="Buffer"&&Array.isArray(n.data))return fe(n.data)}function ye(n){if(n>=ae)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ae.toString(16)+" bytes");return n|0}function gn(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(N(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),N(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(N(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 He(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||N(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 be(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:be(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=He;function un(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 Sn(this,e,o);case"utf8":case"utf-8":return Ge(this,e,o);case"ascii":return vn(this,e,o);case"latin1":case"binary":return Tn(this,e,o);case"base64":return wn(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return En(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function H(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)H(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)H(this,o,o+3),H(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)H(this,o,o+7),H(this,o+1,o+6),H(this,o+2,o+5),H(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ge(this,0,e):un.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=X.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};Pe&&(_.prototype[Pe]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(N(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,c=r-o,m=Math.min(p,c),g=this.slice(a,t),f=e.slice(o,r),u=0;u<m;++u)if(g[u]!==f[u]){p=g[u],c=f[u];break}return p<c?-1:c<p?1:0};function We(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,we(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:Ue(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):Ue(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function Ue(n,e,o,r,a){var t=1,p=n.length,c=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,c/=2,o/=2}function m(v,O){return t===1?v[O]:v.readUInt16BE(O*t)}var g;if(a){var f=-1;for(g=o;g<p;g++)if(m(n,g)===m(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===c)return f*t}else f!==-1&&(g-=g-f),f=-1}else for(o+c>p&&(o=p-c),g=o;g>=0;g--){for(var u=!0,k=0;k<c;k++)if(m(n,g+k)!==m(e,k)){u=!1;break}if(u)return g}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return We(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return We(this,e,o,r,!1)};function fn(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 c=parseInt(e.substr(p*2,2),16);if(we(c))return p;n[o+p]=c}return p}function hn(n,e,o,r){return te(be(e,n.length-o),n,o,r)}function bn(n,e,o,r){return te(In(e),n,o,r)}function xn(n,e,o,r){return te(Ye(e),n,o,r)}function yn(n,e,o,r){return te(An(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 fn(this,e,o,r);case"utf8":case"utf-8":return hn(this,e,o,r);case"ascii":case"latin1":case"binary":return bn(this,e,o,r);case"base64":return xn(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yn(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 wn(n,e,o){return e===0&&o===n.length?ue.fromByteArray(n):ue.fromByteArray(n.slice(e,o))}function Ge(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,g,f,u;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(u=(t&31)<<6|m&63,u>127&&(p=u));break;case 3:m=n[a+1],g=n[a+2],(m&192)===128&&(g&192)===128&&(u=(t&15)<<12|(m&63)<<6|g&63,u>2047&&(u<55296||u>57343)&&(p=u));break;case 4:m=n[a+1],g=n[a+2],f=n[a+3],(m&192)===128&&(g&192)===128&&(f&192)===128&&(u=(t&15)<<18|(m&63)<<12|(g&63)<<6|f&63,u>65535&&u<1114112&&(p=u))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return kn(r)}var Oe=4096;function kn(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 vn(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 Tn(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 Sn(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+=Cn[n[t]];return a}function En(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 y(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||y(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||y(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||y(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||y(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||y(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||y(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||y(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||y(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||y(e,4,this.length),q.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||y(e,4,this.length),q.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||y(e,8,this.length),q.read(this,e,!1,52,8)};function T(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;T(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=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;T(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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);T(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&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);T(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||T(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||T(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||T(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||T(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||T(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 Ve(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 qe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,4,34028234663852886e22,-34028234663852886e22),q.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return qe(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return qe(this,e,o,!1,r)};function Xe(n,e,o,r,a){return e=+e,o=o>>>0,a||Ve(n,e,o,8,17976931348623157e292,-17976931348623157e292),q.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return Xe(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return Xe(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 c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var Ln=/[^+/0-9A-Za-z-_]/g;function Nn(n){if(n=n.split("=")[0],n=n.trim().replace(Ln,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function be(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 In(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function An(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 ue.toByteArray(Nn(n))}function te(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 N(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function we(n){return n!==n}var Cn=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 eo=ne((Zn,Ze)=>{i();var x=Ze.exports={},I,A;function ke(){throw new Error("setTimeout has not been defined")}function ve(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=ke}catch(n){I=ke}try{typeof clearTimeout=="function"?A=clearTimeout:A=ve}catch(n){A=ve}})();function Ke(n){if(I===setTimeout)return setTimeout(n,0);if((I===ke||!I)&&setTimeout)return I=setTimeout,setTimeout(n,0);try{return I(n,0)}catch(e){try{return I.call(null,n,0)}catch(o){return I.call(this,n,0)}}}function Dn(n){if(A===clearTimeout)return clearTimeout(n);if((A===ve||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(n);try{return A(n)}catch(e){try{return A.call(null,n)}catch(o){return A.call(this,n)}}}var F=[],Y=!1,W,pe=-1;function Fn(){!Y||!W||(Y=!1,W.length?F=W.concat(F):pe=-1,F.length&&Je())}function Je(){if(!Y){var n=Ke(Fn);Y=!0;for(var e=F.length;e;){for(W=F,F=[];++pe<e;)W&&W[pe].run();pe=-1,e=F.length}W=null,Y=!1,Dn(n)}}x.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];F.push(new Qe(n,e)),F.length===1&&!Y&&Ke(Je)};function Qe(n,e){this.fun=n,this.array=e}Qe.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function R(){}x.on=R;x.addListener=R;x.once=R;x.off=R;x.removeListener=R;x.removeAllListeners=R;x.emit=R;x.prependListener=R;x.prependOnceListener=R;x.listeners=function(n){return[]};x.binding=function(n){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(n){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var d,l,er,i=Qo(()=>{d=b($e()),l=b(eo()),er=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 Yn={};Zo(Yn,{DataField:()=>Xn});module.exports=en(Yn);i();i();var U=b(require("react")),Ie=b(require("classnames"));i();var Rn=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2830,7 +2830,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2830
2830
|
}
|
|
2831
2831
|
.dapp-core-component__styles__decode .dapp-core-component__styles__warnings .dapp-core-component__styles__warning {
|
|
2832
2832
|
color: #f0ad4e;
|
|
2833
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(On));var z={decode:"dapp-core-component__styles__decode",textarea:"dapp-core-component__styles__textarea",select:"dapp-core-component__styles__select",dropdown:"dapp-core-component__styles__dropdown",warnings:"dapp-core-component__styles__warnings",icon:"dapp-core-component__styles__icon",warning:"dapp-core-component__styles__warning"};var fo=n=>{let{className:e,value:o}=n,{displayValue:r,validationWarnings:a,setActiveKey:t,decodeOptions:p}=lo(n),c=o&&o!==_e,m=g=>g?t(g.target.value):"raw";return P.default.createElement("div",{className:z.decode},P.default.createElement("div",{className:(0,uo.default)(z.textarea,e)},r),c&&P.default.createElement("div",{className:z.select},P.default.createElement("select",{className:z.dropdown,onChange:m},p.map(g=>P.default.createElement("option",{key:g.value,value:g.value},g.label)))),a.map((g,f)=>P.default.createElement("div",{key:f,className:z.warnings},P.default.createElement(go.FontAwesomeIcon,{icon:so.faExclamationTriangle,className:z.icon,size:"xs"}),P.default.createElement("small",{className:z.warning},g))))};i();function ho(n,e,o="..."){return isNaN(e)&&(e=10),o||(o="..."),n!=null&&(n.length<=e||n.length-o.length<=e)?n:String(n).substring(0,e-o.length)+o}i();var bo=b(require("linkifyjs")),zn=n=>{let e=bo.find(n);if(!e.length)return{textWithLinks:n,hasLinks:!1};let o=n;for(let r of e){let a=n.substring(r.start,r.end);o=o.replace(a,r.value)}return{textWithLinks:o,hasLinks:!0}},xo=({message:n,scamInfo:e,isNsfw:o,verified:r,messagePrefix:a="Message hidden due to suspicious content - "})=>{var m;if(r)return{message:"",textWithLinks:"",isSuspicious:!1};let t=`${a}${(m=e==null?void 0:e.info)!=null?m:"suspicious content"}`,{textWithLinks:p,hasLinks:c}=zn(n);return c||o||e?{message:t,textWithLinks:p,isSuspicious:!0}:{message:"",textWithLinks:p,isSuspicious:!1}};i();var me=require("react");var yo=()=>{let{hash:n,pathname:e}=window.location,o=n.replace("#",""),r=o&&Object.values(M).includes(o)?o:"raw",[a,t]=(0,me.useState)(o);return(0,me.useEffect)(()=>{a&&a!=="raw"&&window.history.replaceState({},document==null?void 0:document.title,`${e}#${a}`)},[a,e]),{initialDecodeMethod:r,decodeMethod:a,setDecodeMethod:t}};i();i();i();var Ee=b(require("react")),Eo=b(require("linkify-react"));i();var To=b(require("react"));i();var wo=b(require("linkifyjs")),jn=/^((file:\/\/\/)|(https?:|ftps?:)\/\/|(mailto:))/i,
|
|
2833
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(On));var z={decode:"dapp-core-component__styles__decode",textarea:"dapp-core-component__styles__textarea",select:"dapp-core-component__styles__select",dropdown:"dapp-core-component__styles__dropdown",warnings:"dapp-core-component__styles__warnings",icon:"dapp-core-component__styles__icon",warning:"dapp-core-component__styles__warning"};var fo=n=>{let{className:e,value:o}=n,{displayValue:r,validationWarnings:a,setActiveKey:t,decodeOptions:p}=lo(n),c=o&&o!==_e,m=g=>g?t(g.target.value):"raw";return P.default.createElement("div",{className:z.decode},P.default.createElement("div",{className:(0,uo.default)(z.textarea,e)},r),c&&P.default.createElement("div",{className:z.select},P.default.createElement("select",{className:z.dropdown,onChange:m},p.map(g=>P.default.createElement("option",{key:g.value,value:g.value},g.label)))),a.map((g,f)=>P.default.createElement("div",{key:f,className:z.warnings},P.default.createElement(go.FontAwesomeIcon,{icon:so.faExclamationTriangle,className:z.icon,size:"xs"}),P.default.createElement("small",{className:z.warning},g))))};i();function ho(n,e,o="..."){return isNaN(e)&&(e=10),o||(o="..."),n!=null&&(n.length<=e||n.length-o.length<=e)?n:String(n).substring(0,e-o.length)+o}i();var bo=b(require("linkifyjs")),zn=n=>{let e=bo.find(n);if(!e.length)return{textWithLinks:n,hasLinks:!1};let o=n;for(let r of e){let a=n.substring(r.start,r.end);o=o.replace(a,r.value)}return{textWithLinks:o,hasLinks:!0}},xo=({message:n,scamInfo:e,isNsfw:o,verified:r,messagePrefix:a="Message hidden due to suspicious content - "})=>{var m;if(r)return{message:"",textWithLinks:"",isSuspicious:!1};let t=`${a}${(m=e==null?void 0:e.info)!=null?m:"suspicious content"}`,{textWithLinks:p,hasLinks:c}=zn(n);return c||o||e?{message:t,textWithLinks:p,isSuspicious:!0}:{message:"",textWithLinks:p,isSuspicious:!1}};i();var me=require("react");var yo=()=>{let{hash:n,pathname:e}=window.location,o=n.replace("#",""),r=o&&Object.values(M).includes(o)?o:"raw",[a,t]=(0,me.useState)(o);return(0,me.useEffect)(()=>{a&&a!=="raw"&&window.history.replaceState({},document==null?void 0:document.title,`${e}#${a}`)},[a,e]),{initialDecodeMethod:r,decodeMethod:a,setDecodeMethod:t}};i();i();i();var Ee=b(require("react")),Eo=b(require("linkify-react"));i();var To=b(require("react"));i();var wo=b(require("linkifyjs")),jn=/^((file:\/\/\/)|(https?:|ftps?:)\/\/|(mailto:))/i,Hn=n=>jn.test(n),ko=n=>Hn(n)?"":wo.find(n).some(e=>e.type==="email")?"mailto:":"http://",vo=(n,e)=>n.length>e?n.substring(0,e)+"\u2026":n;var So=a=>{var t=a,{href:n,linkComponent:e,truncate:o}=t,r=oe(t,["href","linkComponent","truncate"]);let p=e!=null?e:"a",c=ko(n),m=o?vo(n,o):n;return To.default.createElement(p,V(G({},r),{href:`${c}${n}`}),m)};var Lo=o=>{var r=o,{children:n}=r,e=oe(r,["children"]);return Ee.default.createElement(Eo.default,{options:{render:({attributes:t})=>{let{href:p}=t;return Ee.default.createElement(So,V(G({},e),{href:p}))}}},n)};i();i();i();var w=b(require("react")),Uo=require("@fortawesome/free-solid-svg-icons"),Oo=require("@fortawesome/react-fontawesome"),J=b(require("classnames"));i();var K=b(require("react")),Ne=b(require("classnames")),Bo=b(require("react-dom"));i();var Wn=`.dapp-core-component__dappModalStyles__dappModal {
|
|
2834
2834
|
position: fixed;
|
|
2835
2835
|
z-index: 999;
|
|
2836
2836
|
padding-top: 100px;
|
|
@@ -2896,7 +2896,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2896
2896
|
color: #212529;
|
|
2897
2897
|
background-color: #dee2e6;
|
|
2898
2898
|
border-color: #e9ecef;
|
|
2899
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
2899
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Wn));var E={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"};i();var No=b(require("react")),Io=b(require("classnames"));var Ao=({className:n,children:e})=>No.default.createElement("div",{className:(0,Io.default)(E.dappModalBody,n)},e);i();var Le=b(require("react")),Co=b(require("classnames"));var Do=({visible:n,customFooter:e,className:o,footerText:r})=>n?Le.default.createElement("div",{className:(0,Co.default)(E.dappModalFooter,o)},e!=null?e:Le.default.createElement("div",null,r)):null;i();var $=b(require("react")),Fo=require("@fortawesome/free-solid-svg-icons"),Ro=require("@fortawesome/react-fontawesome"),Z=b(require("classnames"));var Mo=({visible:n,headerText:e,customHeader:o,className:r,closeButtonClassName:a,headerTextClassName:t,onHide:p})=>n?o?$.default.createElement("div",{className:(0,Z.default)(E.dappModalHeader,r)},o):$.default.createElement("div",{className:(0,Z.default)(E.dappModalHeader,r)},$.default.createElement("div",{className:(0,Z.default)(E.dappModalHeaderText,t)},e),$.default.createElement("button",{onClick:p,className:(0,Z.default)(E.dappModalCloseButton,h.btn,h.btnLight,a)},$.default.createElement(Ro.FontAwesomeIcon,{size:"lg",icon:Fo.faTimes}))):null;var Gn={showHeader:!0,showFooter:!1,headerText:"",footerText:""},Po=({id:n="dapp-modal",visible:e,onHide:o,parentElement:r,config:a=Gn,children:t,className:p="dapp-modal-dialog-wrapper"})=>{if(!e)return null;let{showHeader:c,showFooter:m,headerText:g,footerText:f,modalDialogClassName:u="dapp-modal-dialog",modalContentClassName:k="dapp-modal-dialog-content",modalHeaderClassName:v="dapp-modal-dialog-header",modalHeaderTextClassName:O="dapp-modal-dialog-header-text",modalCloseButtonClassName:de="dapp-modal-dialog-close-button",modalBodyClassName:Ho="dapp-modal-dialog-content-body",modalFooterClassName:Wo="dapp-modal-dialog-footer",customModalHeader:Go,customModalFooter:Vo}=a;return Bo.default.createPortal(K.default.createElement("div",{id:n,role:"dialog","aria-modal":"true",className:(0,Ne.default)(u,E.dappModal,p)},K.default.createElement("div",{className:(0,Ne.default)(E.dappModalContent,k)},K.default.createElement(Mo,{visible:c,headerText:g,customHeader:Go,className:v,headerTextClassName:O,closeButtonClassName:de,onHide:o}),K.default.createElement(Ao,{className:Ho},t),K.default.createElement(Do,{visible:m,customFooter:Vo,footerText:f,className:Wo}))),r!=null?r:document==null?void 0:document.body)};var zo=n=>{let[e,o]=(0,w.useState)(!1),r=p=>{p.preventDefault(),o(!0)},a=()=>{o(!1)},t=n.href.replace("https://","").replace("http://","");return w.default.createElement(w.default.Fragment,null,w.default.createElement("a",V(G({},n),{onClick:r})),w.default.createElement(Po,{visible:e,onHide:a},w.default.createElement("div",{className:h.card},w.default.createElement("div",{className:(0,J.default)(h.cardBody,h.textCenter)},w.default.createElement("p",{className:(0,J.default)(h.h3,h.pt1)},w.default.createElement(Oo.FontAwesomeIcon,{icon:Uo.faExclamationTriangle,className:(0,J.default)(h.textWarning,h.mr2)}),"Caution!"),w.default.createElement("p",{className:h.lead},"You are about to navigate to an external website."),w.default.createElement("div",{className:h.mxAuto},w.default.createElement("p",null,"This link is not part of MultiversX. Do not enter your private words, your keystore file or any of your MultiversX account information.")),w.default.createElement("div",{className:(0,J.default)(h.dFlex,h.alignItemsCenter,h.flexColumn)},w.default.createElement("button",{type:"button",className:(0,J.default)(h.btn,h.btnPrimary),onClick:a},"Back to safety"),w.default.createElement("a",{href:n.href,target:"_blank",className:h.mt3,rel:"noreferrer noopener"},"Continue to ",t))))))};i();var Vn=`.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__form-control:disabled,
|
|
2900
2900
|
.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__form-control[readonly] {
|
|
2901
2901
|
background-color: #fafafa;
|
|
2902
2902
|
}
|