@multiversx/sdk-dapp 2.8.5 → 2.8.6
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-GS6HJLZT.js → chunk-23V4EWR6.js} +2 -2
- package/__chunks__/{chunk-VYDY4AQR.js → chunk-27HHZHC3.js} +2 -2
- package/__chunks__/{chunk-BA2ZPL2G.js → chunk-2BB6LW6O.js} +2 -2
- package/__chunks__/{chunk-XX66RRCJ.js → chunk-2DPI5E3W.js} +2 -2
- package/__chunks__/{chunk-FP26R7AX.js → chunk-2QUSEUT4.js} +2 -2
- package/__chunks__/{chunk-54ZTSEQ5.js → chunk-2QZSUGLK.js} +2 -2
- package/__chunks__/{chunk-YKKX7VTP.js → chunk-2YVBZL56.js} +2 -2
- package/__chunks__/{chunk-6METVVCY.js → chunk-3CUFCCHN.js} +2 -2
- package/__chunks__/{chunk-NSEU7FDE.js → chunk-3EOVBK4H.js} +2 -2
- package/__chunks__/chunk-3LTTE7Z4.js +2 -0
- package/__chunks__/{chunk-G5SFDK7J.js → chunk-3RRHOO6Q.js} +2 -2
- package/__chunks__/{chunk-W7LZILLC.js → chunk-3SFC2GLJ.js} +2 -2
- package/__chunks__/{chunk-EDDPV3NE.js → chunk-3Z4WULR6.js} +2 -2
- package/__chunks__/{chunk-DXPKJNDE.js → chunk-47J5ACB5.js} +2 -2
- package/__chunks__/{chunk-FXGUPH2W.js → chunk-47LI6T2V.js} +2 -2
- package/__chunks__/{chunk-EQJQRYF5.js → chunk-4ALRWZZQ.js} +2 -2
- package/__chunks__/chunk-4G4EWYKO.js +2 -0
- package/__chunks__/{chunk-SGK2VHTJ.js → chunk-4HQ3HNGC.js} +2 -2
- package/__chunks__/{chunk-PTJNZVG2.js → chunk-4JB5QVKY.js} +2 -2
- package/__chunks__/{chunk-WKA6UPHX.js → chunk-4JKMMUID.js} +2 -2
- package/__chunks__/{chunk-U46EN25L.js → chunk-4MGZX5SO.js} +2 -2
- package/__chunks__/{chunk-7WQENNA3.js → chunk-4MI42IXU.js} +2 -2
- package/__chunks__/{chunk-DV75PUIL.js → chunk-4P3LJAUR.js} +2 -2
- package/__chunks__/{chunk-2SSJ2YKM.js → chunk-4RKQJ2QT.js} +2 -2
- package/__chunks__/{chunk-ILLMOGA7.js → chunk-4Y7CGA35.js} +2 -2
- package/__chunks__/chunk-53BQDHVS.js +2 -0
- package/__chunks__/chunk-573MD3HA.js +2 -0
- package/__chunks__/{chunk-QNY7VVUN.js → chunk-5DS4QT2H.js} +2 -2
- package/__chunks__/{chunk-5XVRM6XP.js → chunk-5FF4GQ5B.js} +2 -2
- package/__chunks__/{chunk-VTAWEOCS.js → chunk-5MD4G7OU.js} +2 -2
- package/__chunks__/{chunk-TTYMX7BT.js → chunk-5WX4CALV.js} +2 -2
- package/__chunks__/chunk-67ZEEHNB.js +2 -0
- package/__chunks__/{chunk-LHDZVAZF.js → chunk-6A26JFI6.js} +2 -2
- package/__chunks__/chunk-6FUSRKDM.js +2 -0
- package/__chunks__/{chunk-WVD4J544.js → chunk-6K7DK4BV.js} +2 -2
- package/__chunks__/{chunk-26ZJFITF.js → chunk-6KSF6FWJ.js} +2 -2
- package/__chunks__/{chunk-KQ4YTMGX.js → chunk-6KY36DKF.js} +2 -2
- package/__chunks__/chunk-6LEY24MG.js +2 -0
- package/__chunks__/chunk-6LITAK4Z.js +2 -0
- package/__chunks__/{chunk-EK2OJMYC.js → chunk-6LW3MPXQ.js} +2 -2
- package/__chunks__/{chunk-5LVCTUUY.js → chunk-6UNQJUWL.js} +2 -2
- package/__chunks__/{chunk-QU5E3AUX.js → chunk-6YFMGTBJ.js} +2 -2
- package/__chunks__/chunk-72NPJ7U6.js +2 -0
- package/__chunks__/{chunk-QH6XD7FF.js → chunk-73KODBLR.js} +2 -2
- package/__chunks__/{chunk-2GLDUTJG.js → chunk-74RGGNQE.js} +2 -2
- package/__chunks__/{chunk-YQYOGTKG.js → chunk-77DECFQY.js} +2 -2
- package/__chunks__/{chunk-ZJ54DLN6.js → chunk-77JEI7XJ.js} +2 -2
- package/__chunks__/{chunk-KKYUPTDF.js → chunk-7IQDNRGT.js} +2 -2
- package/__chunks__/chunk-7JGJFFVM.js +2 -0
- package/__chunks__/{chunk-GHSMZJKF.js → chunk-7M3KNDRD.js} +2 -2
- package/__chunks__/chunk-7S7PQZ5T.js +2 -0
- package/__chunks__/{chunk-PFDSWMCA.js → chunk-A2IXF222.js} +2 -2
- package/__chunks__/{chunk-UCIOXYG7.js → chunk-A4SQDGPF.js} +2 -2
- package/__chunks__/{chunk-PF57YMQ4.js → chunk-A6LP7GVR.js} +2 -2
- package/__chunks__/{chunk-HNJYC4EB.js → chunk-AFPIMSQ3.js} +2 -2
- package/__chunks__/{chunk-5FJ5AR5R.js → chunk-AHQRHYRO.js} +2 -2
- package/__chunks__/{chunk-A43MGEZS.js → chunk-B25RPITH.js} +2 -2
- package/__chunks__/{chunk-2C3YYZ5L.js → chunk-B2RKB42J.js} +2 -2
- package/__chunks__/{chunk-X26JPWE6.js → chunk-B3AXHK5F.js} +2 -2
- package/__chunks__/{chunk-CRXWPZPY.js → chunk-B3ILFYYH.js} +2 -2
- package/__chunks__/{chunk-ACQNMKRR.js → chunk-BF2PN3VB.js} +2 -2
- package/__chunks__/{chunk-ZXSHG6WE.js → chunk-BFOC3ZMG.js} +2 -2
- package/__chunks__/{chunk-A3RVUJJA.js → chunk-BMJLZLZM.js} +2 -2
- package/__chunks__/chunk-BNEETMBI.js +2 -0
- package/__chunks__/chunk-BNMR3XO4.js +2 -0
- package/__chunks__/{chunk-RVD4LBUP.js → chunk-BOKSFKJF.js} +2 -2
- package/__chunks__/{chunk-KLOPABPR.js → chunk-BYS7QALE.js} +2 -2
- package/__chunks__/{chunk-OXWKNWBA.js → chunk-CI6Z2BAF.js} +2 -2
- package/__chunks__/{chunk-BOG7TTXG.js → chunk-COV3NRWK.js} +2 -2
- package/__chunks__/{chunk-R3S3GBRF.js → chunk-CPPFVM42.js} +2 -2
- package/__chunks__/{chunk-WNSHEGIH.js → chunk-CRI42HNH.js} +2 -2
- package/__chunks__/{chunk-GS5AQB2N.js → chunk-CUFA5NAA.js} +2 -2
- package/__chunks__/{chunk-XYVUQB6L.js → chunk-CY7H7XN3.js} +2 -2
- package/__chunks__/{chunk-A6CTPEDF.js → chunk-D2Z7XPJA.js} +2 -2
- package/__chunks__/{chunk-6RM5F6B7.js → chunk-D65VO5NP.js} +2 -2
- package/__chunks__/{chunk-SLHJHRDG.js → chunk-DCXJRPKX.js} +2 -2
- package/__chunks__/{chunk-YRCUGAVR.js → chunk-DF24IGER.js} +2 -2
- package/__chunks__/{chunk-V3FDAB7B.js → chunk-DG7FFCMC.js} +2 -2
- package/__chunks__/{chunk-4P3ESYFB.js → chunk-DHYV75O3.js} +2 -2
- package/__chunks__/{chunk-DR45L5ZW.js → chunk-DO7UWPFB.js} +2 -2
- package/__chunks__/{chunk-PW6YTJLG.js → chunk-DQ2PRTPV.js} +2 -2
- package/__chunks__/{chunk-CVQTFYDA.js → chunk-DQ74GUK3.js} +2 -2
- package/__chunks__/{chunk-35XRH5YO.js → chunk-DQLFYAJF.js} +2 -2
- package/__chunks__/chunk-DTX32CUJ.js +2 -0
- package/__chunks__/{chunk-LFRMYD5N.js → chunk-DU5JJJHS.js} +2 -2
- package/__chunks__/{chunk-6RRAKU4R.js → chunk-E7GX6TO4.js} +2 -2
- package/__chunks__/{chunk-MONFLPCV.js → chunk-EBMIHN52.js} +2 -2
- package/__chunks__/chunk-EBUFLVTW.js +2 -0
- package/__chunks__/{chunk-LQVOQZ2Z.js → chunk-EIHQ5QAQ.js} +2 -2
- package/__chunks__/{chunk-JSTXHRPF.js → chunk-EIYXU6DX.js} +2 -2
- package/__chunks__/{chunk-4UJNHEBL.js → chunk-ELIQXNO3.js} +2 -2
- package/__chunks__/{chunk-HHZV7D63.js → chunk-ELPKQVAL.js} +2 -2
- package/__chunks__/{chunk-U7RDI4SM.js → chunk-EN36KS5J.js} +2 -2
- package/__chunks__/{chunk-5G4U3FMS.js → chunk-EVFPM5QZ.js} +2 -2
- package/__chunks__/{chunk-7H5YSU4Q.js → chunk-EVUACURD.js} +2 -2
- package/__chunks__/{chunk-3UUAMXNQ.js → chunk-F2EJ4NBK.js} +2 -2
- package/__chunks__/{chunk-ZIKKB6YX.js → chunk-F4Z4BQFP.js} +2 -2
- package/__chunks__/{chunk-2736QXUL.js → chunk-F536LQRD.js} +2 -2
- package/__chunks__/{chunk-VWPPW3QQ.js → chunk-F5N57CYV.js} +2 -2
- package/__chunks__/{chunk-B2DXLHFG.js → chunk-FDH2IBTM.js} +2 -2
- package/__chunks__/{chunk-KAM4B4VN.js → chunk-FE2XDCKI.js} +2 -2
- package/__chunks__/{chunk-DH27IPAK.js → chunk-FNO4F4XU.js} +2 -2
- package/__chunks__/{chunk-6WERDF6Z.js → chunk-FOEPS273.js} +2 -2
- package/__chunks__/{chunk-WFPVM7XI.js → chunk-FOTM2EHF.js} +2 -2
- package/__chunks__/{chunk-HA6AP7PO.js → chunk-FXJLSZIP.js} +2 -2
- package/__chunks__/{chunk-7X3ATYAR.js → chunk-FXKLPJUW.js} +2 -2
- package/__chunks__/{chunk-BGSCXB2N.js → chunk-GG6RZBEW.js} +2 -2
- package/__chunks__/chunk-GHXKZA4W.js +2 -0
- package/__chunks__/{chunk-WYPOPDEK.js → chunk-GJBBAXJV.js} +2 -2
- package/__chunks__/chunk-GK63BH64.js +2 -0
- package/__chunks__/{chunk-YAFNHDUR.js → chunk-GNZDKRCA.js} +2 -2
- package/__chunks__/{chunk-IX2VX3E2.js → chunk-GPNUHVOM.js} +2 -2
- package/__chunks__/{chunk-5RGNESSR.js → chunk-GQMTJB4L.js} +2 -2
- package/__chunks__/{chunk-SU4SH37S.js → chunk-GSSXFF46.js} +2 -2
- package/__chunks__/{chunk-YRDNCWJW.js → chunk-GVMLSXIC.js} +2 -2
- package/__chunks__/{chunk-Z55BDNGH.js → chunk-GXOJLFD4.js} +2 -2
- package/__chunks__/chunk-GZMTC35J.js +2 -0
- package/__chunks__/chunk-H3LMBICV.js +2 -0
- package/__chunks__/{chunk-PIIC6ZNG.js → chunk-HEMJW4UP.js} +2 -2
- package/__chunks__/{chunk-XPX4OKXG.js → chunk-HF7ILRBL.js} +2 -2
- package/__chunks__/{chunk-GIYZHATY.js → chunk-HK7SHFC7.js} +2 -2
- package/__chunks__/chunk-HP3L7RUD.js +2 -0
- package/__chunks__/{chunk-NUZF7HJ7.js → chunk-HQYSBDE7.js} +2 -2
- package/__chunks__/{chunk-OIGIOS7N.js → chunk-HWDGDPLP.js} +2 -2
- package/__chunks__/{chunk-ZKPBZO4S.js → chunk-I3DMSSAU.js} +2 -2
- package/__chunks__/{chunk-5YDLOWAE.js → chunk-IAZWDFI7.js} +2 -2
- package/__chunks__/{chunk-GW7FG43P.js → chunk-IIXY6EVM.js} +2 -2
- package/__chunks__/{chunk-6GFHYUPK.js → chunk-ILI6V46A.js} +2 -2
- package/__chunks__/{chunk-UH6PGRAV.js → chunk-IQV54UKF.js} +2 -2
- package/__chunks__/{chunk-WFHOHG3Z.js → chunk-ISWYWGYF.js} +2 -2
- package/__chunks__/{chunk-2M25PYL7.js → chunk-IV2PWXWW.js} +2 -2
- package/__chunks__/chunk-J2VDNLD5.js +2 -0
- package/__chunks__/{chunk-CYMNJYOT.js → chunk-JAQOVDY4.js} +2 -2
- package/__chunks__/{chunk-VBV4IR3F.js → chunk-JTXTYAX4.js} +2 -2
- package/__chunks__/{chunk-2NB6K2AS.js → chunk-K4P3Q4G6.js} +2 -2
- package/__chunks__/{chunk-LXWQKMKY.js → chunk-K5AYECMY.js} +2 -2
- package/__chunks__/chunk-K6MC7S66.js +2 -0
- package/__chunks__/{chunk-QXBR6DSI.js → chunk-K7OKFHDI.js} +2 -2
- package/__chunks__/{chunk-TNJRCS6C.js → chunk-KCOIYEPV.js} +2 -2
- package/__chunks__/{chunk-AQQBB5MJ.js → chunk-KE3UZZPK.js} +2 -2
- package/__chunks__/{chunk-6UBKGHVU.js → chunk-KHTHET32.js} +2 -2
- package/__chunks__/{chunk-T2N2FLZB.js → chunk-KJD27PBB.js} +2 -2
- package/__chunks__/chunk-KKVFNX7Q.js +2 -0
- package/__chunks__/{chunk-SMAM2FXU.js → chunk-KO4CKUQ3.js} +2 -2
- package/__chunks__/chunk-KQCX4VG2.js +2 -0
- package/__chunks__/{chunk-4PSQ762B.js → chunk-KQM2BOQR.js} +2 -2
- package/__chunks__/{chunk-FPK4LCVU.js → chunk-KRGNGXNM.js} +2 -2
- package/__chunks__/chunk-KV6BSLXQ.js +2 -0
- package/__chunks__/chunk-KVAITXAV.js +2 -0
- package/__chunks__/{chunk-CRTGGESP.js → chunk-KZFZMU4Q.js} +2 -2
- package/__chunks__/{chunk-ALAK4GTA.js → chunk-L3JYP3XO.js} +2 -2
- package/__chunks__/{chunk-ZLXYL4KE.js → chunk-LF6VJNCF.js} +2 -2
- package/__chunks__/{chunk-DADEQIZ7.js → chunk-LKDW3XH3.js} +2 -2
- package/__chunks__/{chunk-DTI5KUZE.js → chunk-LKENFOWD.js} +2 -2
- package/__chunks__/chunk-LM64ZHBF.js +2 -0
- package/__chunks__/{chunk-BOR3D2OB.js → chunk-M2LAMT4S.js} +2 -2
- package/__chunks__/{chunk-2VLN4GAG.js → chunk-M43L3JXS.js} +2 -2
- package/__chunks__/{chunk-7J7LEURM.js → chunk-M7KYIVXW.js} +2 -2
- package/__chunks__/chunk-MAPKARLD.js +2 -0
- package/__chunks__/{chunk-UQD4NUXE.js → chunk-MDZPOO3F.js} +2 -2
- package/__chunks__/{chunk-WUOUATRU.js → chunk-MLSI3RC2.js} +2 -2
- package/__chunks__/{chunk-3JPJW72R.js → chunk-N6ZG65AM.js} +2 -2
- package/__chunks__/{chunk-VEWE7U4G.js → chunk-N7QEZOLU.js} +2 -2
- package/__chunks__/{chunk-3QT275JB.js → chunk-NANO4X2A.js} +2 -2
- package/__chunks__/{chunk-M7264WIR.js → chunk-NCR3TVLR.js} +2 -2
- package/__chunks__/{chunk-46W3A5KZ.js → chunk-NIBU432U.js} +2 -2
- package/__chunks__/{chunk-YHGIBDJL.js → chunk-NOBUX6VQ.js} +2 -2
- package/__chunks__/{chunk-JPDU4UXA.js → chunk-NZLLBXWM.js} +2 -2
- package/__chunks__/{chunk-XGJFR5OS.js → chunk-O65BW737.js} +2 -2
- package/__chunks__/{chunk-M2KXYI2A.js → chunk-OCVD7SVS.js} +2 -2
- package/__chunks__/{chunk-J6PK4YWJ.js → chunk-ODQ5XNPU.js} +2 -2
- package/__chunks__/chunk-OGWLSCJG.js +2 -0
- package/__chunks__/{chunk-HKTCXAEV.js → chunk-OM457L3M.js} +2 -2
- package/__chunks__/{chunk-FJ3QN3PS.js → chunk-OQAGSV22.js} +2 -2
- package/__chunks__/{chunk-FFWGADDT.js → chunk-P6MWBKH3.js} +2 -2
- package/__chunks__/{chunk-4CZXUHKR.js → chunk-P7STLJJI.js} +2 -2
- package/__chunks__/{chunk-23JSCKP4.js → chunk-PINKYRXT.js} +2 -2
- package/__chunks__/{chunk-6JLZW2OA.js → chunk-PJ6E34ZL.js} +2 -2
- package/__chunks__/chunk-PUOKVKOC.js +2 -0
- package/__chunks__/{chunk-WRWKNPRJ.js → chunk-QB3XGANM.js} +2 -2
- package/__chunks__/{chunk-FXN56EN4.js → chunk-QBRSJGQE.js} +2 -2
- package/__chunks__/chunk-QEZFF4AV.js +2 -0
- package/__chunks__/{chunk-RWPTHDGS.js → chunk-QNJU3UH4.js} +2 -2
- package/__chunks__/{chunk-COMCQ2RH.js → chunk-QPZBCE35.js} +2 -2
- package/__chunks__/{chunk-OYQQHGRD.js → chunk-QRLD5NAN.js} +2 -2
- package/__chunks__/{chunk-D76JYIBI.js → chunk-QUMYRH4H.js} +2 -2
- package/__chunks__/chunk-QUYE5ZBI.js +2 -0
- package/__chunks__/{chunk-JDTK5ZGT.js → chunk-QVBPB2T7.js} +2 -2
- package/__chunks__/{chunk-75OXB76N.js → chunk-R3FSXFX3.js} +2 -2
- package/__chunks__/chunk-RAERFN6K.js +2 -0
- package/__chunks__/chunk-RBHVYE2Y.js +2 -0
- package/__chunks__/chunk-RCD64P2M.js +2 -0
- package/__chunks__/{chunk-LMBBAIK5.js → chunk-RDWURAZH.js} +2 -2
- package/__chunks__/{chunk-NZN4JRXS.js → chunk-RRN3BAHE.js} +2 -2
- package/__chunks__/{chunk-QPM6EBHW.js → chunk-RXNYA6SF.js} +2 -2
- package/__chunks__/{chunk-4EVSF3PS.js → chunk-S7JDYKHM.js} +2 -2
- package/__chunks__/chunk-S7NHXRCC.js +2 -0
- package/__chunks__/{chunk-X2A2SM5T.js → chunk-SA6GTLVC.js} +2 -2
- package/__chunks__/{chunk-TXBKGILP.js → chunk-SBZWUOMH.js} +2 -2
- package/__chunks__/chunk-SCCXHHWP.js +2 -0
- package/__chunks__/{chunk-JNZ6IL2X.js → chunk-SHGJKBQ2.js} +2 -2
- package/__chunks__/{chunk-JQM25QQP.js → chunk-SL7V5DPB.js} +2 -2
- package/__chunks__/{chunk-WJB6D7BH.js → chunk-SOPJ4FVA.js} +2 -2
- package/__chunks__/{chunk-OX6HVB6Z.js → chunk-SS5LXDIB.js} +2 -2
- package/__chunks__/{chunk-STQRXGXK.js → chunk-SWIGSNZJ.js} +2 -2
- package/__chunks__/{chunk-VEDRIMSP.js → chunk-SZ4YBWGS.js} +2 -2
- package/__chunks__/{chunk-GVPT5QJS.js → chunk-T5NLJP65.js} +2 -2
- package/__chunks__/{chunk-I7HYXEHX.js → chunk-TFUYS7DO.js} +2 -2
- package/__chunks__/{chunk-ROV4X74D.js → chunk-TTCHRNRE.js} +2 -2
- package/__chunks__/chunk-TTS3WFEE.js +2 -0
- package/__chunks__/{chunk-4AOLZUI5.js → chunk-U6CY6KLT.js} +2 -2
- package/__chunks__/{chunk-KMLW3DOC.js → chunk-U6QHRFQ6.js} +2 -2
- package/__chunks__/{chunk-JSYMQHQS.js → chunk-U77UZINY.js} +2 -2
- package/__chunks__/{chunk-RTGCGOEH.js → chunk-UFDKARKU.js} +2 -2
- package/__chunks__/{chunk-UVZAZGRS.js → chunk-UHDCW2GI.js} +2 -2
- package/__chunks__/{chunk-U7ABFX65.js → chunk-UKXM7MVK.js} +2 -2
- package/__chunks__/{chunk-LVYMVB5S.js → chunk-UYKSTJCI.js} +2 -2
- package/__chunks__/{chunk-JR6UFMPN.js → chunk-V5CRB7KN.js} +2 -2
- package/__chunks__/{chunk-RWUGWUZ3.js → chunk-VAO473HJ.js} +2 -2
- package/__chunks__/{chunk-H3FNY2CC.js → chunk-VBLZKSYV.js} +2 -2
- package/__chunks__/chunk-VC4S5W27.js +2 -0
- package/__chunks__/{chunk-AIB7JPIU.js → chunk-VCVEL4JK.js} +2 -2
- package/__chunks__/{chunk-ZUIERUVA.js → chunk-VO7YQXK7.js} +2 -2
- package/__chunks__/{chunk-4UBNPFKQ.js → chunk-VTJ7ZV2L.js} +2 -2
- package/__chunks__/chunk-VUJTIQ5T.js +2 -0
- package/__chunks__/{chunk-VWCTHSCA.js → chunk-VVPMSN2M.js} +2 -2
- package/__chunks__/{chunk-CBNM53GV.js → chunk-VY4WH2HL.js} +2 -2
- package/__chunks__/{chunk-4DERMSXM.js → chunk-W7VTJPZR.js} +2 -2
- package/__chunks__/chunk-WEOPJLNL.js +2 -0
- package/__chunks__/chunk-WFAVXT4Z.js +2 -0
- package/__chunks__/{chunk-XC7MTS2B.js → chunk-WFXS633C.js} +2 -2
- package/__chunks__/{chunk-X7VSTJVD.js → chunk-WLSEVWTK.js} +2 -2
- package/__chunks__/{chunk-YHDMIMED.js → chunk-WPD43RUV.js} +2 -2
- package/__chunks__/{chunk-GFUPEEWS.js → chunk-WUBNBBRC.js} +2 -2
- package/__chunks__/chunk-WVWK6FVA.js +2 -0
- package/__chunks__/{chunk-XI6VMWXQ.js → chunk-WWSWE52T.js} +2 -2
- package/__chunks__/{chunk-UH7Q27YS.js → chunk-WXEXZGP7.js} +2 -2
- package/__chunks__/{chunk-PIFV6PQF.js → chunk-X2L7IGUP.js} +2 -2
- package/__chunks__/chunk-XBJLTGW4.js +2 -0
- package/__chunks__/{chunk-ERT7NKUC.js → chunk-XDDEM6PT.js} +2 -2
- package/__chunks__/{chunk-QB3UBBN7.js → chunk-XIHOENSC.js} +2 -2
- package/__chunks__/{chunk-3X2T57MR.js → chunk-XKMOG6SS.js} +2 -2
- package/__chunks__/{chunk-FOIFAZEF.js → chunk-XNHZJ2SC.js} +2 -2
- package/__chunks__/{chunk-PE7VNGP7.js → chunk-XRO5ERIE.js} +2 -2
- package/__chunks__/{chunk-3ULZPNUR.js → chunk-XT5BA43Z.js} +2 -2
- package/__chunks__/{chunk-FKD6BFBK.js → chunk-XTPO4MAO.js} +2 -2
- package/__chunks__/{chunk-PIJCCMC4.js → chunk-XUOXOTNR.js} +2 -2
- package/__chunks__/{chunk-NZ33RJGI.js → chunk-XUVVP5PW.js} +2 -2
- package/__chunks__/{chunk-VL5STY33.js → chunk-XUWCMUDF.js} +2 -2
- package/__chunks__/{chunk-4X3GINLE.js → chunk-XZOVSJUI.js} +2 -2
- package/__chunks__/{chunk-DCWRUDBH.js → chunk-YDIQ5IHA.js} +2 -2
- package/__chunks__/{chunk-EJNFO3FU.js → chunk-YKCZ2UKE.js} +2 -2
- package/__chunks__/{chunk-4BKMGOES.js → chunk-YKKS3O3Z.js} +2 -2
- package/__chunks__/{chunk-E5KBAFW4.js → chunk-YLMRTW5R.js} +2 -2
- package/__chunks__/{chunk-6UVEWZKX.js → chunk-YRHGZ4HS.js} +2 -2
- package/__chunks__/{chunk-IDUIQPIO.js → chunk-YU5OYJX7.js} +2 -2
- package/__chunks__/{chunk-BP5GRJNY.js → chunk-YUIINDCV.js} +2 -2
- package/__chunks__/{chunk-AMCEHQ3B.js → chunk-YWT4XNXN.js} +2 -2
- package/__chunks__/chunk-Z4BLO2TH.js +2 -0
- package/__chunks__/{chunk-KUQIYHQR.js → chunk-Z6PNQGOE.js} +2 -2
- package/__chunks__/{chunk-DCZOXC2M.js → chunk-Z7HQTVYF.js} +2 -2
- package/__chunks__/chunk-ZAFZIALH.js +2 -0
- package/__chunks__/{chunk-ITXDP2DE.js → chunk-ZD2DEAJR.js} +2 -2
- package/__chunks__/{chunk-4DLZ2JMF.js → chunk-ZEEWQEXA.js} +2 -2
- package/__chunks__/{chunk-SJ3GJK44.js → chunk-ZFSJ4FRX.js} +2 -2
- package/__chunks__/chunk-ZFSZJPYH.js +2 -0
- package/__chunks__/{chunk-RO7QNHOJ.js → chunk-ZRGSKGMW.js} +2 -2
- package/__commonjs/UI/TransactionInfo/TransactionInfo.js +29 -29
- package/__commonjs/UI/TransactionInfo/components/DataField/DataField.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/DataField/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/index.js +27 -27
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +8 -8
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +8 -8
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +31 -31
- package/__commonjs/UI/TransactionInfo/index.js +29 -29
- package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +4 -4
- 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/TransactionToastGuard.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/__commonjs/UI/index.js +51 -51
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/__commonjs/UI/walletConnect/index.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/__commonjs/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/__commonjs/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/__commonjs/apiCalls/utils/index.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/hooks/account/index.js +1 -1
- package/__commonjs/hooks/account/useGetAccount.js +1 -1
- package/__commonjs/hooks/account/useGetAccountInfo.js +1 -1
- package/__commonjs/hooks/account/useGetAccountProvider.js +1 -1
- package/__commonjs/hooks/account/useGetWebsocketEvent.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/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/__commonjs/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/__commonjs/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/__commonjs/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/__commonjs/hooks/useGetNetworkConfig.js +1 -1
- package/__commonjs/reduxStore/selectors/index.js +1 -1
- package/__commonjs/reduxStore/selectors/transactionsSelectors.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/index.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getToken.js +1 -1
- package/__commonjs/services/nativeAuth/nativeAuth.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/types/index.js +1 -1
- package/__commonjs/utils/account/getAccountShard.js +1 -1
- package/__commonjs/utils/account/getAddress.js +1 -1
- package/__commonjs/utils/account/signMessage.js +1 -1
- package/__commonjs/utils/getIsLoggedIn.js +1 -1
- package/__commonjs/utils/index.js +3 -3
- package/__commonjs/utils/logout.js +1 -1
- package/__commonjs/utils/network/getChainID.js +1 -1
- package/__commonjs/utils/network/getEgldLabel.js +1 -1
- package/__commonjs/utils/network/getNetworkConfig.js +1 -1
- package/__commonjs/utils/network/index.js +1 -1
- package/__commonjs/utils/transactions/getAllTransactionsLink.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/__commonjs/utils/transactions/getTransactionLink.js +1 -1
- package/__commonjs/utils/transactions/index.js +4 -4
- package/__commonjs/utils/transactions/transactionInfoHelpers/getScamFlag.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/index.js +4 -4
- package/__commonjs/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +5 -5
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/AxiosInterceptorContext/components/index.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/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 +1 -1
- 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.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.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/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/index.js +1 -1
- package/types/suspiciousLink.d.ts +1 -1
- package/types/suspiciousLink.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/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/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/getScResultsInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScamFlag.d.ts +1 -1
- package/utils/transactions/transactionInfoHelpers/getScamFlag.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/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/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-257MQZJ7.js +0 -2
- package/__chunks__/chunk-2LLW6IVJ.js +0 -2
- package/__chunks__/chunk-2Q6WNGQ3.js +0 -2
- package/__chunks__/chunk-374772OF.js +0 -2
- package/__chunks__/chunk-3SRVL7NW.js +0 -2
- package/__chunks__/chunk-4SIXDSOL.js +0 -2
- package/__chunks__/chunk-4X5KCZ6J.js +0 -2
- package/__chunks__/chunk-5YY4FC5L.js +0 -2
- package/__chunks__/chunk-5ZXISSZ7.js +0 -2
- package/__chunks__/chunk-6T5YTSDO.js +0 -2
- package/__chunks__/chunk-72JZW4D4.js +0 -2
- package/__chunks__/chunk-77MJ4H2X.js +0 -2
- package/__chunks__/chunk-7BZUQTJT.js +0 -2
- package/__chunks__/chunk-D5NVSL2S.js +0 -2
- package/__chunks__/chunk-DJQVAF4K.js +0 -2
- package/__chunks__/chunk-EAK65F3A.js +0 -2
- package/__chunks__/chunk-ELLSRUGJ.js +0 -2
- package/__chunks__/chunk-FBDAZ2UU.js +0 -2
- package/__chunks__/chunk-GKFAI7FL.js +0 -2
- package/__chunks__/chunk-GSJZFGHK.js +0 -2
- package/__chunks__/chunk-GSOVFG26.js +0 -2
- package/__chunks__/chunk-GSUUHI7J.js +0 -2
- package/__chunks__/chunk-I42LQFAH.js +0 -2
- package/__chunks__/chunk-I6QS6Z2Y.js +0 -2
- package/__chunks__/chunk-ICXMCLJS.js +0 -2
- package/__chunks__/chunk-IOPYMHW4.js +0 -2
- package/__chunks__/chunk-IUGOLSWC.js +0 -2
- package/__chunks__/chunk-JCPJZUE5.js +0 -2
- package/__chunks__/chunk-JPYJYT7S.js +0 -2
- package/__chunks__/chunk-KCJKC2BG.js +0 -2
- package/__chunks__/chunk-LCU4TY25.js +0 -2
- package/__chunks__/chunk-LFCY6YND.js +0 -2
- package/__chunks__/chunk-LYKWMNOY.js +0 -2
- package/__chunks__/chunk-MW6CV76C.js +0 -2
- package/__chunks__/chunk-NB2UEIDR.js +0 -2
- package/__chunks__/chunk-NWBLGHEW.js +0 -2
- package/__chunks__/chunk-OTZ4VQBM.js +0 -2
- package/__chunks__/chunk-PHQITJCN.js +0 -2
- package/__chunks__/chunk-PQYTU7UW.js +0 -2
- package/__chunks__/chunk-QAVCUCZB.js +0 -2
- package/__chunks__/chunk-QKWFACPV.js +0 -2
- package/__chunks__/chunk-QYO7RWYF.js +0 -2
- package/__chunks__/chunk-RANC62GC.js +0 -2
- package/__chunks__/chunk-U76KYHMK.js +0 -2
- package/__chunks__/chunk-VAELNUTZ.js +0 -2
- package/__chunks__/chunk-WO7IDAN6.js +0 -2
- package/__chunks__/chunk-YUGUMBTX.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Ke=Object.create;var H=Object.defineProperty;var Ze=Object.getOwnPropertyDescriptor;var Ye=Object.getOwnPropertyNames;var Qe=Object.getPrototypeOf,Je=Object.prototype.hasOwnProperty;var en=(o,e)=>()=>(o&&(e=o(o=0)),e);var q=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports),nn=(o,e)=>{for(var n in e)H(o,n,{get:e[n],enumerable:!0})},ge=(o,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of Ye(e))!Je.call(o,t)&&t!==n&&H(o,t,{get:()=>e[t],enumerable:!(r=Ze(e,t))||r.enumerable});return o};var T=(o,e,n)=>(n=o!=null?Ke(Qe(o)):{},ge(e||!o||!o.__esModule?H(n,"default",{value:o,enumerable:!0}):n,o)),on=o=>ge(H({},"__esModule",{value:!0}),o);var he=q(X=>{"use strict";a();X.byteLength=tn;X.toByteArray=pn;X.fromByteArray=mn;var S=[],k=[],rn=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(O=0,ue=J.length;O<ue;++O)S[O]=J[O],k[J.charCodeAt(O)]=O;var O,ue;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function fe(o){var e=o.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function tn(o){var e=fe(o),n=e[0],r=e[1];return(n+r)*3/4-r}function an(o,e,n){return(e+n)*3/4-n}function pn(o){var e,n=fe(o),r=n[0],t=n[1],p=new rn(an(o,r,t)),i=0,s=t>0?r-4:r,l;for(l=0;l<s;l+=4)e=k[o.charCodeAt(l)]<<18|k[o.charCodeAt(l+1)]<<12|k[o.charCodeAt(l+2)]<<6|k[o.charCodeAt(l+3)],p[i++]=e>>16&255,p[i++]=e>>8&255,p[i++]=e&255;return t===2&&(e=k[o.charCodeAt(l)]<<2|k[o.charCodeAt(l+1)]>>4,p[i++]=e&255),t===1&&(e=k[o.charCodeAt(l)]<<10|k[o.charCodeAt(l+1)]<<4|k[o.charCodeAt(l+2)]>>2,p[i++]=e>>8&255,p[i++]=e&255),p}function _n(o){return S[o>>18&63]+S[o>>12&63]+S[o>>6&63]+S[o&63]}function cn(o,e,n){for(var r,t=[],p=e;p<n;p+=3)r=(o[p]<<16&16711680)+(o[p+1]<<8&65280)+(o[p+2]&255),t.push(_n(r));return t.join("")}function mn(o){for(var e,n=o.length,r=n%3,t=[],p=16383,i=0,s=n-r;i<s;i+=p)t.push(cn(o,i,i+p>s?s:i+p));return r===1?(e=o[n-1],t.push(S[e>>2]+S[e<<4&63]+"==")):r===2&&(e=(o[n-2]<<8)+o[n-1],t.push(S[e>>10]+S[e>>4&63]+S[e<<2&63]+"=")),t.join("")}});var be=q(ee=>{a();ee.read=function(o,e,n,r,t){var p,i,s=t*8-r-1,l=(1<<s)-1,u=l>>1,f=-7,g=n?t-1:0,v=n?-1:1,w=o[e+g];for(g+=v,p=w&(1<<-f)-1,w>>=-f,f+=s;f>0;p=p*256+o[e+g],g+=v,f-=8);for(i=p&(1<<-f)-1,p>>=-f,f+=r;f>0;i=i*256+o[e+g],g+=v,f-=8);if(p===0)p=1-u;else{if(p===l)return i?NaN:(w?-1:1)*(1/0);i=i+Math.pow(2,r),p=p-u}return(w?-1:1)*i*Math.pow(2,p-r)};ee.write=function(o,e,n,r,t,p){var i,s,l,u=p*8-t-1,f=(1<<u)-1,g=f>>1,v=t===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=r?0:p-1,M=r?1:-1,Xe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,i=f):(i=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+g>=1?e+=v/l:e+=v*Math.pow(2,1-g),e*l>=2&&(i++,l/=2),i+g>=f?(s=0,i=f):i+g>=1?(s=(e*l-1)*Math.pow(2,t),i=i+g):(s=e*Math.pow(2,g-1)*Math.pow(2,t),i=0));t>=8;o[n+w]=s&255,w+=M,s/=256,t-=8);for(i=i<<t|s,u+=t;u>0;o[n+w]=i&255,w+=M,i/=256,u-=8);o[n+w-M]|=Xe*128}});var De=q($=>{"use strict";a();var ne=he(),G=be(),xe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;$.Buffer=_;$.SlowBuffer=fn;$.INSPECT_MAX_BYTES=50;var K=2147483647;$.kMaxLength=K;_.TYPED_ARRAY_SUPPORT=dn();!_.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 dn(){try{var o=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(o,e),o.foo()===42}catch(n){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(o){if(o>K)throw new RangeError('The value "'+o+'" is invalid for option "size"');var e=new Uint8Array(o);return Object.setPrototypeOf(e,_.prototype),e}function _(o,e,n){if(typeof o=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ae(o)}return Te(o,e,n)}_.poolSize=8192;function Te(o,e,n){if(typeof o=="string")return ln(o,e);if(ArrayBuffer.isView(o))return gn(o);if(o==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o);if(I(o,ArrayBuffer)||o&&I(o.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(o,SharedArrayBuffer)||o&&I(o.buffer,SharedArrayBuffer)))return re(o,e,n);if(typeof o=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=o.valueOf&&o.valueOf();if(r!=null&&r!==o)return _.from(r,e,n);var t=un(o);if(t)return t;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof o[Symbol.toPrimitive]=="function")return _.from(o[Symbol.toPrimitive]("string"),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o)}_.from=function(o,e,n){return Te(o,e,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ke(o){if(typeof o!="number")throw new TypeError('"size" argument must be of type number');if(o<0)throw new RangeError('The value "'+o+'" is invalid for option "size"')}function sn(o,e,n){return ke(o),o<=0?D(o):e!==void 0?typeof n=="string"?D(o).fill(e,n):D(o).fill(e):D(o)}_.alloc=function(o,e,n){return sn(o,e,n)};function ae(o){return ke(o),D(o<0?0:pe(o)|0)}_.allocUnsafe=function(o){return ae(o)};_.allocUnsafeSlow=function(o){return ae(o)};function ln(o,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var n=ve(o,e)|0,r=D(n),t=r.write(o,e);return t!==n&&(r=r.slice(0,t)),r}function oe(o){for(var e=o.length<0?0:pe(o.length)|0,n=D(e),r=0;r<e;r+=1)n[r]=o[r]&255;return n}function gn(o){if(I(o,Uint8Array)){var e=new Uint8Array(o);return re(e.buffer,e.byteOffset,e.byteLength)}return oe(o)}function re(o,e,n){if(e<0||o.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(o.byteLength<e+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&n===void 0?r=new Uint8Array(o):n===void 0?r=new Uint8Array(o,e):r=new Uint8Array(o,e,n),Object.setPrototypeOf(r,_.prototype),r}function un(o){if(_.isBuffer(o)){var e=pe(o.length)|0,n=D(e);return n.length===0||o.copy(n,0,0,e),n}if(o.length!==void 0)return typeof o.length!="number"||ie(o.length)?D(0):oe(o);if(o.type==="Buffer"&&Array.isArray(o.data))return oe(o.data)}function pe(o){if(o>=K)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K.toString(16)+" bytes");return o|0}function fn(o){return+o!=o&&(o=0),_.alloc(+o)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,n){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(e)||!_.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===n)return 0;for(var r=e.length,t=n.length,p=0,i=Math.min(r,t);p<i;++p)if(e[p]!==n[p]){r=e[p],t=n[p];break}return r<t?-1:t<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,n){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(n===void 0)for(n=0,r=0;r<e.length;++r)n+=e[r].length;var t=_.allocUnsafe(n),p=0;for(r=0;r<e.length;++r){var i=e[r];if(I(i,Uint8Array))p+i.length>t.length?_.from(i).copy(t,p):Uint8Array.prototype.set.call(t,i,p);else if(_.isBuffer(i))i.copy(t,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=i.length}return t};function ve(o,e){if(_.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||I(o,ArrayBuffer))return o.byteLength;if(typeof o!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof o);var n=o.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var t=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return te(o).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Le(o).length;default:if(t)return r?-1:te(o).length;e=(""+e).toLowerCase(),t=!0}}_.byteLength=ve;function hn(o,e,n){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,e>>>=0,n<=e))return"";for(o||(o="utf8");;)switch(o){case"hex":return En(this,e,n);case"utf8":case"utf-8":return Ie(this,e,n);case"ascii":return Sn(this,e,n);case"latin1":case"binary":return In(this,e,n);case"base64":return kn(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Nn(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(o+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function B(o,e,n){var r=o[e];o[e]=o[n],o[n]=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 n=0;n<e;n+=2)B(this,n,n+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 n=0;n<e;n+=4)B(this,n,n+3),B(this,n+1,n+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 n=0;n<e;n+=8)B(this,n,n+7),B(this,n+1,n+6),B(this,n+2,n+5),B(this,n+3,n+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ie(this,0,e):hn.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="",n=$.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"};xe&&(_.prototype[xe]=_.prototype.inspect);_.prototype.compare=function(e,n,r,t,p){if(I(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(n===void 0&&(n=0),r===void 0&&(r=e?e.length:0),t===void 0&&(t=0),p===void 0&&(p=this.length),n<0||r>e.length||t<0||p>this.length)throw new RangeError("out of range index");if(t>=p&&n>=r)return 0;if(t>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,t>>>=0,p>>>=0,this===e)return 0;for(var i=p-t,s=r-n,l=Math.min(i,s),u=this.slice(t,p),f=e.slice(n,r),g=0;g<l;++g)if(u[g]!==f[g]){i=u[g],s=f[g];break}return i<s?-1:s<i?1:0};function Se(o,e,n,r,t){if(o.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ie(n)&&(n=t?0:o.length-1),n<0&&(n=o.length+n),n>=o.length){if(t)return-1;n=o.length-1}else if(n<0)if(t)n=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:ye(o,e,n,r,t);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?t?Uint8Array.prototype.indexOf.call(o,e,n):Uint8Array.prototype.lastIndexOf.call(o,e,n):ye(o,[e],n,r,t);throw new TypeError("val must be string, number or Buffer")}function ye(o,e,n,r,t){var p=1,i=o.length,s=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(o.length<2||e.length<2)return-1;p=2,i/=2,s/=2,n/=2}function l(w,M){return p===1?w[M]:w.readUInt16BE(M*p)}var u;if(t){var f=-1;for(u=n;u<i;u++)if(l(o,u)===l(e,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===s)return f*p}else f!==-1&&(u-=u-f),f=-1}else for(n+s>i&&(n=i-s),u=n;u>=0;u--){for(var g=!0,v=0;v<s;v++)if(l(o,u+v)!==l(e,v)){g=!1;break}if(g)return u}return-1}_.prototype.includes=function(e,n,r){return this.indexOf(e,n,r)!==-1};_.prototype.indexOf=function(e,n,r){return Se(this,e,n,r,!0)};_.prototype.lastIndexOf=function(e,n,r){return Se(this,e,n,r,!1)};function bn(o,e,n,r){n=Number(n)||0;var t=o.length-n;r?(r=Number(r),r>t&&(r=t)):r=t;var p=e.length;r>p/2&&(r=p/2);for(var i=0;i<r;++i){var s=parseInt(e.substr(i*2,2),16);if(ie(s))return i;o[n+i]=s}return i}function xn(o,e,n,r){return Z(te(e,o.length-n),o,n,r)}function yn(o,e,n,r){return Z(Dn(e),o,n,r)}function wn(o,e,n,r){return Z(Le(e),o,n,r)}function Tn(o,e,n,r){return Z(Rn(e,o.length-n),o,n,r)}_.prototype.write=function(e,n,r,t){if(n===void 0)t="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")t=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,t===void 0&&(t="utf8")):(t=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),e.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");t||(t="utf8");for(var i=!1;;)switch(t){case"hex":return bn(this,e,n,r);case"utf8":case"utf-8":return xn(this,e,n,r);case"ascii":case"latin1":case"binary":return yn(this,e,n,r);case"base64":return wn(this,e,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tn(this,e,n,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(""+t).toLowerCase(),i=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function kn(o,e,n){return e===0&&n===o.length?ne.fromByteArray(o):ne.fromByteArray(o.slice(e,n))}function Ie(o,e,n){n=Math.min(o.length,n);for(var r=[],t=e;t<n;){var p=o[t],i=null,s=p>239?4:p>223?3:p>191?2:1;if(t+s<=n){var l,u,f,g;switch(s){case 1:p<128&&(i=p);break;case 2:l=o[t+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(i=g));break;case 3:l=o[t+1],u=o[t+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(i=g));break;case 4:l=o[t+1],u=o[t+2],f=o[t+3],(l&192)===128&&(u&192)===128&&(f&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|f&63,g>65535&&g<1114112&&(i=g))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|i&1023),r.push(i),t+=s}return vn(r)}var we=4096;function vn(o){var e=o.length;if(e<=we)return String.fromCharCode.apply(String,o);for(var n="",r=0;r<e;)n+=String.fromCharCode.apply(String,o.slice(r,r+=we));return n}function Sn(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]&127);return r}function In(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]);return r}function En(o,e,n){var r=o.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var t="",p=e;p<n;++p)t+=Cn[o[p]];return t}function Nn(o,e,n){for(var r=o.slice(e,n),t="",p=0;p<r.length-1;p+=2)t+=String.fromCharCode(r[p]+r[p+1]*256);return t}_.prototype.slice=function(e,n){var r=this.length;e=~~e,n=n===void 0?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<e&&(n=e);var t=this.subarray(e,n);return Object.setPrototypeOf(t,_.prototype),t};function b(o,e,n){if(o%1!==0||o<0)throw new RangeError("offset is not uint");if(o+e>n)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return t};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e+--n],p=1;n>0&&(p*=256);)t+=this[e+--n]*p;return t};_.prototype.readUint8=_.prototype.readUInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return p*=128,t>=p&&(t-=Math.pow(2,8*n)),t};_.prototype.readIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=n,p=1,i=this[e+--t];t>0&&(p*=256);)i+=this[e+--t]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};_.prototype.readInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!1,52,8)};function y(o,e,n,r,t,p){if(!_.isBuffer(o))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>t||e<p)throw new RangeError('"value" argument is out of bounds');if(n+r>o.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=1,s=0;for(this[n]=e&255;++s<r&&(i*=256);)this[n+s]=e/i&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=r-1,s=1;for(this[n+i]=e&255;--i>=0&&(s*=256);)this[n+i]=e/s&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,255,0),this[n]=e&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=e&255,n+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};_.prototype.writeIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=0,s=1,l=0;for(this[n]=e&255;++i<r&&(s*=256);)e<0&&l===0&&this[n+i-1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=r-1,s=1,l=0;for(this[n+i]=e&255;--i>=0&&(s*=256);)e<0&&l===0&&this[n+i+1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,127,-128),e<0&&(e=255+e+1),this[n]=e&255,n+1};_.prototype.writeInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),this[n]=e&255,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24,n+4};_.prototype.writeInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};function Ee(o,e,n,r,t,p){if(n+r>o.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Ne(o,e,n,r,t){return e=+e,n=n>>>0,t||Ee(o,e,n,4,34028234663852886e22,-34028234663852886e22),G.write(o,e,n,r,23,4),n+4}_.prototype.writeFloatLE=function(e,n,r){return Ne(this,e,n,!0,r)};_.prototype.writeFloatBE=function(e,n,r){return Ne(this,e,n,!1,r)};function Ae(o,e,n,r,t){return e=+e,n=n>>>0,t||Ee(o,e,n,8,17976931348623157e292,-17976931348623157e292),G.write(o,e,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(e,n,r){return Ae(this,e,n,!0,r)};_.prototype.writeDoubleBE=function(e,n,r){return Ae(this,e,n,!1,r)};_.prototype.copy=function(e,n,r,t){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!t&&t!==0&&(t=this.length),n>=e.length&&(n=e.length),n||(n=0),t>0&&t<r&&(t=r),t===r||e.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("sourceEnd out of bounds");t>this.length&&(t=this.length),e.length-n<t-r&&(t=e.length-n+r);var p=t-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,t):Uint8Array.prototype.set.call(e,this.subarray(r,t),n),p};_.prototype.fill=function(e,n,r,t){if(typeof e=="string"){if(typeof n=="string"?(t=n,n=0,r=this.length):typeof r=="string"&&(t=r,r=this.length),t!==void 0&&typeof t!="string")throw new TypeError("encoding must be a string");if(typeof t=="string"&&!_.isEncoding(t))throw new TypeError("Unknown encoding: "+t);if(e.length===1){var p=e.charCodeAt(0);(t==="utf8"&&p<128||t==="latin1")&&(e=p)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var i;if(typeof e=="number")for(i=n;i<r;++i)this[i]=e;else{var s=_.isBuffer(e)?e:_.from(e,t),l=s.length;if(l===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-n;++i)this[i+n]=s[i%l]}return this};var An=/[^+/0-9A-Za-z-_]/g;function Ln(o){if(o=o.split("=")[0],o=o.trim().replace(An,""),o.length<2)return"";for(;o.length%4!==0;)o=o+"=";return o}function te(o,e){e=e||1/0;for(var n,r=o.length,t=null,p=[],i=0;i<r;++i){if(n=o.charCodeAt(i),n>55295&&n<57344){if(!t){if(n>56319){(e-=3)>-1&&p.push(239,191,189);continue}else if(i+1===r){(e-=3)>-1&&p.push(239,191,189);continue}t=n;continue}if(n<56320){(e-=3)>-1&&p.push(239,191,189),t=n;continue}n=(t-55296<<10|n-56320)+65536}else t&&(e-=3)>-1&&p.push(239,191,189);if(t=null,n<128){if((e-=1)<0)break;p.push(n)}else if(n<2048){if((e-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((e-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((e-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Dn(o){for(var e=[],n=0;n<o.length;++n)e.push(o.charCodeAt(n)&255);return e}function Rn(o,e){for(var n,r,t,p=[],i=0;i<o.length&&!((e-=2)<0);++i)n=o.charCodeAt(i),r=n>>8,t=n%256,p.push(t),p.push(r);return p}function Le(o){return ne.toByteArray(Ln(o))}function Z(o,e,n,r){for(var t=0;t<r&&!(t+n>=e.length||t>=o.length);++t)e[t+n]=o[t];return t}function I(o,e){return o instanceof e||o!=null&&o.constructor!=null&&o.constructor.name!=null&&o.constructor.name===e.name}function ie(o){return o!==o}var Cn=function(){for(var o="0123456789abcdef",e=new Array(256),n=0;n<16;++n)for(var r=n*16,t=0;t<16;++t)e[r+t]=o[n]+o[t];return e}()});var Be=q((mo,Oe)=>{a();var h=Oe.exports={},E,N;function _e(){throw new Error("setTimeout has not been defined")}function ce(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=_e}catch(o){E=_e}try{typeof clearTimeout=="function"?N=clearTimeout:N=ce}catch(o){N=ce}})();function Re(o){if(E===setTimeout)return setTimeout(o,0);if((E===_e||!E)&&setTimeout)return E=setTimeout,setTimeout(o,0);try{return E(o,0)}catch(e){try{return E.call(null,o,0)}catch(n){return E.call(this,o,0)}}}function Fn(o){if(N===clearTimeout)return clearTimeout(o);if((N===ce||!N)&&clearTimeout)return N=clearTimeout,clearTimeout(o);try{return N(o)}catch(e){try{return N.call(null,o)}catch(n){return N.call(this,o)}}}var R=[],j=!1,P,Y=-1;function On(){!j||!P||(j=!1,P.length?R=P.concat(R):Y=-1,R.length&&Ce())}function Ce(){if(!j){var o=Re(On);j=!0;for(var e=R.length;e;){for(P=R,R=[];++Y<e;)P&&P[Y].run();Y=-1,e=R.length}P=null,j=!1,Fn(o)}}h.nextTick=function(o){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];R.push(new Fe(o,e)),R.length===1&&!j&&Re(Ce)};function Fe(o,e){this.fun=o,this.array=e}Fe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function C(){}h.on=C;h.addListener=C;h.once=C;h.off=C;h.removeListener=C;h.removeAllListeners=C;h.emit=C;h.prependListener=C;h.prependOnceListener=C;h.listeners=function(o){return[]};h.binding=function(o){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(o){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var c,m,so,a=en(()=>{c=T(De()),m=T(Be()),so=function(o){function e(){var r=this||self;return delete o.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();o.defineProperty(o.prototype,"__magic__",{configurable:!0,get:e});var n=__magic__;return n}(Object)});var ao={};nn(ao,{TransactionStatus:()=>to,getStatusIconAndColor:()=>qe});module.exports=on(ao);a();var L=T(require("react")),F=require("@fortawesome/free-solid-svg-icons"),W=require("@fortawesome/react-fontawesome"),U=T(require("classnames"));a();var Bn=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Ke=Object.create;var H=Object.defineProperty;var Ze=Object.getOwnPropertyDescriptor;var Ye=Object.getOwnPropertyNames;var Qe=Object.getPrototypeOf,Je=Object.prototype.hasOwnProperty;var en=(o,e)=>()=>(o&&(e=o(o=0)),e);var q=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports),nn=(o,e)=>{for(var n in e)H(o,n,{get:e[n],enumerable:!0})},ge=(o,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of Ye(e))!Je.call(o,t)&&t!==n&&H(o,t,{get:()=>e[t],enumerable:!(r=Ze(e,t))||r.enumerable});return o};var T=(o,e,n)=>(n=o!=null?Ke(Qe(o)):{},ge(e||!o||!o.__esModule?H(n,"default",{value:o,enumerable:!0}):n,o)),on=o=>ge(H({},"__esModule",{value:!0}),o);var he=q(X=>{"use strict";a();X.byteLength=tn;X.toByteArray=pn;X.fromByteArray=mn;var S=[],k=[],rn=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(O=0,ue=J.length;O<ue;++O)S[O]=J[O],k[J.charCodeAt(O)]=O;var O,ue;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function fe(o){var e=o.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function tn(o){var e=fe(o),n=e[0],r=e[1];return(n+r)*3/4-r}function an(o,e,n){return(e+n)*3/4-n}function pn(o){var e,n=fe(o),r=n[0],t=n[1],p=new rn(an(o,r,t)),i=0,s=t>0?r-4:r,l;for(l=0;l<s;l+=4)e=k[o.charCodeAt(l)]<<18|k[o.charCodeAt(l+1)]<<12|k[o.charCodeAt(l+2)]<<6|k[o.charCodeAt(l+3)],p[i++]=e>>16&255,p[i++]=e>>8&255,p[i++]=e&255;return t===2&&(e=k[o.charCodeAt(l)]<<2|k[o.charCodeAt(l+1)]>>4,p[i++]=e&255),t===1&&(e=k[o.charCodeAt(l)]<<10|k[o.charCodeAt(l+1)]<<4|k[o.charCodeAt(l+2)]>>2,p[i++]=e>>8&255,p[i++]=e&255),p}function _n(o){return S[o>>18&63]+S[o>>12&63]+S[o>>6&63]+S[o&63]}function cn(o,e,n){for(var r,t=[],p=e;p<n;p+=3)r=(o[p]<<16&16711680)+(o[p+1]<<8&65280)+(o[p+2]&255),t.push(_n(r));return t.join("")}function mn(o){for(var e,n=o.length,r=n%3,t=[],p=16383,i=0,s=n-r;i<s;i+=p)t.push(cn(o,i,i+p>s?s:i+p));return r===1?(e=o[n-1],t.push(S[e>>2]+S[e<<4&63]+"==")):r===2&&(e=(o[n-2]<<8)+o[n-1],t.push(S[e>>10]+S[e>>4&63]+S[e<<2&63]+"=")),t.join("")}});var be=q(ee=>{a();ee.read=function(o,e,n,r,t){var p,i,s=t*8-r-1,l=(1<<s)-1,u=l>>1,f=-7,g=n?t-1:0,v=n?-1:1,w=o[e+g];for(g+=v,p=w&(1<<-f)-1,w>>=-f,f+=s;f>0;p=p*256+o[e+g],g+=v,f-=8);for(i=p&(1<<-f)-1,p>>=-f,f+=r;f>0;i=i*256+o[e+g],g+=v,f-=8);if(p===0)p=1-u;else{if(p===l)return i?NaN:(w?-1:1)*(1/0);i=i+Math.pow(2,r),p=p-u}return(w?-1:1)*i*Math.pow(2,p-r)};ee.write=function(o,e,n,r,t,p){var i,s,l,u=p*8-t-1,f=(1<<u)-1,g=f>>1,v=t===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=r?0:p-1,M=r?1:-1,Xe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,i=f):(i=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+g>=1?e+=v/l:e+=v*Math.pow(2,1-g),e*l>=2&&(i++,l/=2),i+g>=f?(s=0,i=f):i+g>=1?(s=(e*l-1)*Math.pow(2,t),i=i+g):(s=e*Math.pow(2,g-1)*Math.pow(2,t),i=0));t>=8;o[n+w]=s&255,w+=M,s/=256,t-=8);for(i=i<<t|s,u+=t;u>0;o[n+w]=i&255,w+=M,i/=256,u-=8);o[n+w-M]|=Xe*128}});var De=q($=>{"use strict";a();var ne=he(),G=be(),xe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;$.Buffer=_;$.SlowBuffer=fn;$.INSPECT_MAX_BYTES=50;var K=2147483647;$.kMaxLength=K;_.TYPED_ARRAY_SUPPORT=dn();!_.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 dn(){try{var o=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(o,e),o.foo()===42}catch(n){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(o){if(o>K)throw new RangeError('The value "'+o+'" is invalid for option "size"');var e=new Uint8Array(o);return Object.setPrototypeOf(e,_.prototype),e}function _(o,e,n){if(typeof o=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ae(o)}return Te(o,e,n)}_.poolSize=8192;function Te(o,e,n){if(typeof o=="string")return ln(o,e);if(ArrayBuffer.isView(o))return gn(o);if(o==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o);if(I(o,ArrayBuffer)||o&&I(o.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(o,SharedArrayBuffer)||o&&I(o.buffer,SharedArrayBuffer)))return re(o,e,n);if(typeof o=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=o.valueOf&&o.valueOf();if(r!=null&&r!==o)return _.from(r,e,n);var t=un(o);if(t)return t;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof o[Symbol.toPrimitive]=="function")return _.from(o[Symbol.toPrimitive]("string"),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o)}_.from=function(o,e,n){return Te(o,e,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ke(o){if(typeof o!="number")throw new TypeError('"size" argument must be of type number');if(o<0)throw new RangeError('The value "'+o+'" is invalid for option "size"')}function sn(o,e,n){return ke(o),o<=0?D(o):e!==void 0?typeof n=="string"?D(o).fill(e,n):D(o).fill(e):D(o)}_.alloc=function(o,e,n){return sn(o,e,n)};function ae(o){return ke(o),D(o<0?0:pe(o)|0)}_.allocUnsafe=function(o){return ae(o)};_.allocUnsafeSlow=function(o){return ae(o)};function ln(o,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var n=ve(o,e)|0,r=D(n),t=r.write(o,e);return t!==n&&(r=r.slice(0,t)),r}function oe(o){for(var e=o.length<0?0:pe(o.length)|0,n=D(e),r=0;r<e;r+=1)n[r]=o[r]&255;return n}function gn(o){if(I(o,Uint8Array)){var e=new Uint8Array(o);return re(e.buffer,e.byteOffset,e.byteLength)}return oe(o)}function re(o,e,n){if(e<0||o.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(o.byteLength<e+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&n===void 0?r=new Uint8Array(o):n===void 0?r=new Uint8Array(o,e):r=new Uint8Array(o,e,n),Object.setPrototypeOf(r,_.prototype),r}function un(o){if(_.isBuffer(o)){var e=pe(o.length)|0,n=D(e);return n.length===0||o.copy(n,0,0,e),n}if(o.length!==void 0)return typeof o.length!="number"||ie(o.length)?D(0):oe(o);if(o.type==="Buffer"&&Array.isArray(o.data))return oe(o.data)}function pe(o){if(o>=K)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K.toString(16)+" bytes");return o|0}function fn(o){return+o!=o&&(o=0),_.alloc(+o)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,n){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(e)||!_.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===n)return 0;for(var r=e.length,t=n.length,p=0,i=Math.min(r,t);p<i;++p)if(e[p]!==n[p]){r=e[p],t=n[p];break}return r<t?-1:t<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,n){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(n===void 0)for(n=0,r=0;r<e.length;++r)n+=e[r].length;var t=_.allocUnsafe(n),p=0;for(r=0;r<e.length;++r){var i=e[r];if(I(i,Uint8Array))p+i.length>t.length?_.from(i).copy(t,p):Uint8Array.prototype.set.call(t,i,p);else if(_.isBuffer(i))i.copy(t,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=i.length}return t};function ve(o,e){if(_.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||I(o,ArrayBuffer))return o.byteLength;if(typeof o!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof o);var n=o.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var t=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return te(o).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Le(o).length;default:if(t)return r?-1:te(o).length;e=(""+e).toLowerCase(),t=!0}}_.byteLength=ve;function hn(o,e,n){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,e>>>=0,n<=e))return"";for(o||(o="utf8");;)switch(o){case"hex":return Nn(this,e,n);case"utf8":case"utf-8":return Ie(this,e,n);case"ascii":return Sn(this,e,n);case"latin1":case"binary":return In(this,e,n);case"base64":return kn(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return En(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(o+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function B(o,e,n){var r=o[e];o[e]=o[n],o[n]=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 n=0;n<e;n+=2)B(this,n,n+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 n=0;n<e;n+=4)B(this,n,n+3),B(this,n+1,n+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 n=0;n<e;n+=8)B(this,n,n+7),B(this,n+1,n+6),B(this,n+2,n+5),B(this,n+3,n+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ie(this,0,e):hn.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="",n=$.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"};xe&&(_.prototype[xe]=_.prototype.inspect);_.prototype.compare=function(e,n,r,t,p){if(I(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(n===void 0&&(n=0),r===void 0&&(r=e?e.length:0),t===void 0&&(t=0),p===void 0&&(p=this.length),n<0||r>e.length||t<0||p>this.length)throw new RangeError("out of range index");if(t>=p&&n>=r)return 0;if(t>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,t>>>=0,p>>>=0,this===e)return 0;for(var i=p-t,s=r-n,l=Math.min(i,s),u=this.slice(t,p),f=e.slice(n,r),g=0;g<l;++g)if(u[g]!==f[g]){i=u[g],s=f[g];break}return i<s?-1:s<i?1:0};function Se(o,e,n,r,t){if(o.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ie(n)&&(n=t?0:o.length-1),n<0&&(n=o.length+n),n>=o.length){if(t)return-1;n=o.length-1}else if(n<0)if(t)n=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:ye(o,e,n,r,t);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?t?Uint8Array.prototype.indexOf.call(o,e,n):Uint8Array.prototype.lastIndexOf.call(o,e,n):ye(o,[e],n,r,t);throw new TypeError("val must be string, number or Buffer")}function ye(o,e,n,r,t){var p=1,i=o.length,s=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(o.length<2||e.length<2)return-1;p=2,i/=2,s/=2,n/=2}function l(w,M){return p===1?w[M]:w.readUInt16BE(M*p)}var u;if(t){var f=-1;for(u=n;u<i;u++)if(l(o,u)===l(e,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===s)return f*p}else f!==-1&&(u-=u-f),f=-1}else for(n+s>i&&(n=i-s),u=n;u>=0;u--){for(var g=!0,v=0;v<s;v++)if(l(o,u+v)!==l(e,v)){g=!1;break}if(g)return u}return-1}_.prototype.includes=function(e,n,r){return this.indexOf(e,n,r)!==-1};_.prototype.indexOf=function(e,n,r){return Se(this,e,n,r,!0)};_.prototype.lastIndexOf=function(e,n,r){return Se(this,e,n,r,!1)};function bn(o,e,n,r){n=Number(n)||0;var t=o.length-n;r?(r=Number(r),r>t&&(r=t)):r=t;var p=e.length;r>p/2&&(r=p/2);for(var i=0;i<r;++i){var s=parseInt(e.substr(i*2,2),16);if(ie(s))return i;o[n+i]=s}return i}function xn(o,e,n,r){return Z(te(e,o.length-n),o,n,r)}function yn(o,e,n,r){return Z(Dn(e),o,n,r)}function wn(o,e,n,r){return Z(Le(e),o,n,r)}function Tn(o,e,n,r){return Z(Rn(e,o.length-n),o,n,r)}_.prototype.write=function(e,n,r,t){if(n===void 0)t="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")t=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,t===void 0&&(t="utf8")):(t=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),e.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");t||(t="utf8");for(var i=!1;;)switch(t){case"hex":return bn(this,e,n,r);case"utf8":case"utf-8":return xn(this,e,n,r);case"ascii":case"latin1":case"binary":return yn(this,e,n,r);case"base64":return wn(this,e,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tn(this,e,n,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(""+t).toLowerCase(),i=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function kn(o,e,n){return e===0&&n===o.length?ne.fromByteArray(o):ne.fromByteArray(o.slice(e,n))}function Ie(o,e,n){n=Math.min(o.length,n);for(var r=[],t=e;t<n;){var p=o[t],i=null,s=p>239?4:p>223?3:p>191?2:1;if(t+s<=n){var l,u,f,g;switch(s){case 1:p<128&&(i=p);break;case 2:l=o[t+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(i=g));break;case 3:l=o[t+1],u=o[t+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(i=g));break;case 4:l=o[t+1],u=o[t+2],f=o[t+3],(l&192)===128&&(u&192)===128&&(f&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|f&63,g>65535&&g<1114112&&(i=g))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|i&1023),r.push(i),t+=s}return vn(r)}var we=4096;function vn(o){var e=o.length;if(e<=we)return String.fromCharCode.apply(String,o);for(var n="",r=0;r<e;)n+=String.fromCharCode.apply(String,o.slice(r,r+=we));return n}function Sn(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]&127);return r}function In(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]);return r}function Nn(o,e,n){var r=o.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var t="",p=e;p<n;++p)t+=Cn[o[p]];return t}function En(o,e,n){for(var r=o.slice(e,n),t="",p=0;p<r.length-1;p+=2)t+=String.fromCharCode(r[p]+r[p+1]*256);return t}_.prototype.slice=function(e,n){var r=this.length;e=~~e,n=n===void 0?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<e&&(n=e);var t=this.subarray(e,n);return Object.setPrototypeOf(t,_.prototype),t};function b(o,e,n){if(o%1!==0||o<0)throw new RangeError("offset is not uint");if(o+e>n)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return t};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e+--n],p=1;n>0&&(p*=256);)t+=this[e+--n]*p;return t};_.prototype.readUint8=_.prototype.readUInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return p*=128,t>=p&&(t-=Math.pow(2,8*n)),t};_.prototype.readIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=n,p=1,i=this[e+--t];t>0&&(p*=256);)i+=this[e+--t]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};_.prototype.readInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!1,52,8)};function y(o,e,n,r,t,p){if(!_.isBuffer(o))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>t||e<p)throw new RangeError('"value" argument is out of bounds');if(n+r>o.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=1,s=0;for(this[n]=e&255;++s<r&&(i*=256);)this[n+s]=e/i&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=r-1,s=1;for(this[n+i]=e&255;--i>=0&&(s*=256);)this[n+i]=e/s&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,255,0),this[n]=e&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=e&255,n+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};_.prototype.writeIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=0,s=1,l=0;for(this[n]=e&255;++i<r&&(s*=256);)e<0&&l===0&&this[n+i-1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=r-1,s=1,l=0;for(this[n+i]=e&255;--i>=0&&(s*=256);)e<0&&l===0&&this[n+i+1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,127,-128),e<0&&(e=255+e+1),this[n]=e&255,n+1};_.prototype.writeInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),this[n]=e&255,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24,n+4};_.prototype.writeInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};function Ne(o,e,n,r,t,p){if(n+r>o.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Ee(o,e,n,r,t){return e=+e,n=n>>>0,t||Ne(o,e,n,4,34028234663852886e22,-34028234663852886e22),G.write(o,e,n,r,23,4),n+4}_.prototype.writeFloatLE=function(e,n,r){return Ee(this,e,n,!0,r)};_.prototype.writeFloatBE=function(e,n,r){return Ee(this,e,n,!1,r)};function Ae(o,e,n,r,t){return e=+e,n=n>>>0,t||Ne(o,e,n,8,17976931348623157e292,-17976931348623157e292),G.write(o,e,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(e,n,r){return Ae(this,e,n,!0,r)};_.prototype.writeDoubleBE=function(e,n,r){return Ae(this,e,n,!1,r)};_.prototype.copy=function(e,n,r,t){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!t&&t!==0&&(t=this.length),n>=e.length&&(n=e.length),n||(n=0),t>0&&t<r&&(t=r),t===r||e.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("sourceEnd out of bounds");t>this.length&&(t=this.length),e.length-n<t-r&&(t=e.length-n+r);var p=t-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,t):Uint8Array.prototype.set.call(e,this.subarray(r,t),n),p};_.prototype.fill=function(e,n,r,t){if(typeof e=="string"){if(typeof n=="string"?(t=n,n=0,r=this.length):typeof r=="string"&&(t=r,r=this.length),t!==void 0&&typeof t!="string")throw new TypeError("encoding must be a string");if(typeof t=="string"&&!_.isEncoding(t))throw new TypeError("Unknown encoding: "+t);if(e.length===1){var p=e.charCodeAt(0);(t==="utf8"&&p<128||t==="latin1")&&(e=p)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var i;if(typeof e=="number")for(i=n;i<r;++i)this[i]=e;else{var s=_.isBuffer(e)?e:_.from(e,t),l=s.length;if(l===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-n;++i)this[i+n]=s[i%l]}return this};var An=/[^+/0-9A-Za-z-_]/g;function Ln(o){if(o=o.split("=")[0],o=o.trim().replace(An,""),o.length<2)return"";for(;o.length%4!==0;)o=o+"=";return o}function te(o,e){e=e||1/0;for(var n,r=o.length,t=null,p=[],i=0;i<r;++i){if(n=o.charCodeAt(i),n>55295&&n<57344){if(!t){if(n>56319){(e-=3)>-1&&p.push(239,191,189);continue}else if(i+1===r){(e-=3)>-1&&p.push(239,191,189);continue}t=n;continue}if(n<56320){(e-=3)>-1&&p.push(239,191,189),t=n;continue}n=(t-55296<<10|n-56320)+65536}else t&&(e-=3)>-1&&p.push(239,191,189);if(t=null,n<128){if((e-=1)<0)break;p.push(n)}else if(n<2048){if((e-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((e-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((e-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Dn(o){for(var e=[],n=0;n<o.length;++n)e.push(o.charCodeAt(n)&255);return e}function Rn(o,e){for(var n,r,t,p=[],i=0;i<o.length&&!((e-=2)<0);++i)n=o.charCodeAt(i),r=n>>8,t=n%256,p.push(t),p.push(r);return p}function Le(o){return ne.toByteArray(Ln(o))}function Z(o,e,n,r){for(var t=0;t<r&&!(t+n>=e.length||t>=o.length);++t)e[t+n]=o[t];return t}function I(o,e){return o instanceof e||o!=null&&o.constructor!=null&&o.constructor.name!=null&&o.constructor.name===e.name}function ie(o){return o!==o}var Cn=function(){for(var o="0123456789abcdef",e=new Array(256),n=0;n<16;++n)for(var r=n*16,t=0;t<16;++t)e[r+t]=o[n]+o[t];return e}()});var Be=q((mo,Oe)=>{a();var h=Oe.exports={},N,E;function _e(){throw new Error("setTimeout has not been defined")}function ce(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?N=setTimeout:N=_e}catch(o){N=_e}try{typeof clearTimeout=="function"?E=clearTimeout:E=ce}catch(o){E=ce}})();function Re(o){if(N===setTimeout)return setTimeout(o,0);if((N===_e||!N)&&setTimeout)return N=setTimeout,setTimeout(o,0);try{return N(o,0)}catch(e){try{return N.call(null,o,0)}catch(n){return N.call(this,o,0)}}}function Fn(o){if(E===clearTimeout)return clearTimeout(o);if((E===ce||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(o);try{return E(o)}catch(e){try{return E.call(null,o)}catch(n){return E.call(this,o)}}}var R=[],j=!1,P,Y=-1;function On(){!j||!P||(j=!1,P.length?R=P.concat(R):Y=-1,R.length&&Ce())}function Ce(){if(!j){var o=Re(On);j=!0;for(var e=R.length;e;){for(P=R,R=[];++Y<e;)P&&P[Y].run();Y=-1,e=R.length}P=null,j=!1,Fn(o)}}h.nextTick=function(o){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];R.push(new Fe(o,e)),R.length===1&&!j&&Re(Ce)};function Fe(o,e){this.fun=o,this.array=e}Fe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function C(){}h.on=C;h.addListener=C;h.once=C;h.off=C;h.removeListener=C;h.removeAllListeners=C;h.emit=C;h.prependListener=C;h.prependOnceListener=C;h.listeners=function(o){return[]};h.binding=function(o){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(o){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var c,m,so,a=en(()=>{c=T(De()),m=T(Be()),so=function(o){function e(){var r=this||self;return delete o.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();o.defineProperty(o.prototype,"__magic__",{configurable:!0,get:e});var n=__magic__;return n}(Object)});var ao={};nn(ao,{TransactionStatus:()=>to,getStatusIconAndColor:()=>qe});module.exports=on(ao);a();var L=T(require("react")),F=require("@fortawesome/free-solid-svg-icons"),W=require("@fortawesome/react-fontawesome"),U=T(require("classnames"));a();var Bn=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Ke=Object.create;var H=Object.defineProperty;var Ze=Object.getOwnPropertyDescriptor;var Ye=Object.getOwnPropertyNames;var Qe=Object.getPrototypeOf,Je=Object.prototype.hasOwnProperty;var en=(o,e)=>()=>(o&&(e=o(o=0)),e);var q=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports),nn=(o,e)=>{for(var n in e)H(o,n,{get:e[n],enumerable:!0})},ge=(o,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of Ye(e))!Je.call(o,t)&&t!==n&&H(o,t,{get:()=>e[t],enumerable:!(r=Ze(e,t))||r.enumerable});return o};var T=(o,e,n)=>(n=o!=null?Ke(Qe(o)):{},ge(e||!o||!o.__esModule?H(n,"default",{value:o,enumerable:!0}):n,o)),on=o=>ge(H({},"__esModule",{value:!0}),o);var he=q(X=>{"use strict";a();X.byteLength=tn;X.toByteArray=pn;X.fromByteArray=mn;var S=[],k=[],rn=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(O=0,ue=J.length;O<ue;++O)S[O]=J[O],k[J.charCodeAt(O)]=O;var O,ue;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function fe(o){var e=o.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function tn(o){var e=fe(o),n=e[0],r=e[1];return(n+r)*3/4-r}function an(o,e,n){return(e+n)*3/4-n}function pn(o){var e,n=fe(o),r=n[0],t=n[1],p=new rn(an(o,r,t)),i=0,s=t>0?r-4:r,l;for(l=0;l<s;l+=4)e=k[o.charCodeAt(l)]<<18|k[o.charCodeAt(l+1)]<<12|k[o.charCodeAt(l+2)]<<6|k[o.charCodeAt(l+3)],p[i++]=e>>16&255,p[i++]=e>>8&255,p[i++]=e&255;return t===2&&(e=k[o.charCodeAt(l)]<<2|k[o.charCodeAt(l+1)]>>4,p[i++]=e&255),t===1&&(e=k[o.charCodeAt(l)]<<10|k[o.charCodeAt(l+1)]<<4|k[o.charCodeAt(l+2)]>>2,p[i++]=e>>8&255,p[i++]=e&255),p}function _n(o){return S[o>>18&63]+S[o>>12&63]+S[o>>6&63]+S[o&63]}function cn(o,e,n){for(var r,t=[],p=e;p<n;p+=3)r=(o[p]<<16&16711680)+(o[p+1]<<8&65280)+(o[p+2]&255),t.push(_n(r));return t.join("")}function mn(o){for(var e,n=o.length,r=n%3,t=[],p=16383,i=0,s=n-r;i<s;i+=p)t.push(cn(o,i,i+p>s?s:i+p));return r===1?(e=o[n-1],t.push(S[e>>2]+S[e<<4&63]+"==")):r===2&&(e=(o[n-2]<<8)+o[n-1],t.push(S[e>>10]+S[e>>4&63]+S[e<<2&63]+"=")),t.join("")}});var be=q(ee=>{a();ee.read=function(o,e,n,r,t){var p,i,s=t*8-r-1,l=(1<<s)-1,u=l>>1,f=-7,g=n?t-1:0,v=n?-1:1,w=o[e+g];for(g+=v,p=w&(1<<-f)-1,w>>=-f,f+=s;f>0;p=p*256+o[e+g],g+=v,f-=8);for(i=p&(1<<-f)-1,p>>=-f,f+=r;f>0;i=i*256+o[e+g],g+=v,f-=8);if(p===0)p=1-u;else{if(p===l)return i?NaN:(w?-1:1)*(1/0);i=i+Math.pow(2,r),p=p-u}return(w?-1:1)*i*Math.pow(2,p-r)};ee.write=function(o,e,n,r,t,p){var i,s,l,u=p*8-t-1,f=(1<<u)-1,g=f>>1,v=t===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=r?0:p-1,M=r?1:-1,Xe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,i=f):(i=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+g>=1?e+=v/l:e+=v*Math.pow(2,1-g),e*l>=2&&(i++,l/=2),i+g>=f?(s=0,i=f):i+g>=1?(s=(e*l-1)*Math.pow(2,t),i=i+g):(s=e*Math.pow(2,g-1)*Math.pow(2,t),i=0));t>=8;o[n+w]=s&255,w+=M,s/=256,t-=8);for(i=i<<t|s,u+=t;u>0;o[n+w]=i&255,w+=M,i/=256,u-=8);o[n+w-M]|=Xe*128}});var De=q($=>{"use strict";a();var ne=he(),G=be(),xe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;$.Buffer=_;$.SlowBuffer=fn;$.INSPECT_MAX_BYTES=50;var K=2147483647;$.kMaxLength=K;_.TYPED_ARRAY_SUPPORT=dn();!_.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 dn(){try{var o=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(o,e),o.foo()===42}catch(n){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(o){if(o>K)throw new RangeError('The value "'+o+'" is invalid for option "size"');var e=new Uint8Array(o);return Object.setPrototypeOf(e,_.prototype),e}function _(o,e,n){if(typeof o=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ae(o)}return Te(o,e,n)}_.poolSize=8192;function Te(o,e,n){if(typeof o=="string")return ln(o,e);if(ArrayBuffer.isView(o))return gn(o);if(o==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o);if(I(o,ArrayBuffer)||o&&I(o.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(o,SharedArrayBuffer)||o&&I(o.buffer,SharedArrayBuffer)))return re(o,e,n);if(typeof o=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=o.valueOf&&o.valueOf();if(r!=null&&r!==o)return _.from(r,e,n);var t=un(o);if(t)return t;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof o[Symbol.toPrimitive]=="function")return _.from(o[Symbol.toPrimitive]("string"),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o)}_.from=function(o,e,n){return Te(o,e,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ke(o){if(typeof o!="number")throw new TypeError('"size" argument must be of type number');if(o<0)throw new RangeError('The value "'+o+'" is invalid for option "size"')}function sn(o,e,n){return ke(o),o<=0?D(o):e!==void 0?typeof n=="string"?D(o).fill(e,n):D(o).fill(e):D(o)}_.alloc=function(o,e,n){return sn(o,e,n)};function ae(o){return ke(o),D(o<0?0:pe(o)|0)}_.allocUnsafe=function(o){return ae(o)};_.allocUnsafeSlow=function(o){return ae(o)};function ln(o,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var n=ve(o,e)|0,r=D(n),t=r.write(o,e);return t!==n&&(r=r.slice(0,t)),r}function oe(o){for(var e=o.length<0?0:pe(o.length)|0,n=D(e),r=0;r<e;r+=1)n[r]=o[r]&255;return n}function gn(o){if(I(o,Uint8Array)){var e=new Uint8Array(o);return re(e.buffer,e.byteOffset,e.byteLength)}return oe(o)}function re(o,e,n){if(e<0||o.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(o.byteLength<e+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&n===void 0?r=new Uint8Array(o):n===void 0?r=new Uint8Array(o,e):r=new Uint8Array(o,e,n),Object.setPrototypeOf(r,_.prototype),r}function un(o){if(_.isBuffer(o)){var e=pe(o.length)|0,n=D(e);return n.length===0||o.copy(n,0,0,e),n}if(o.length!==void 0)return typeof o.length!="number"||ie(o.length)?D(0):oe(o);if(o.type==="Buffer"&&Array.isArray(o.data))return oe(o.data)}function pe(o){if(o>=K)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K.toString(16)+" bytes");return o|0}function fn(o){return+o!=o&&(o=0),_.alloc(+o)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,n){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(e)||!_.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===n)return 0;for(var r=e.length,t=n.length,p=0,i=Math.min(r,t);p<i;++p)if(e[p]!==n[p]){r=e[p],t=n[p];break}return r<t?-1:t<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,n){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(n===void 0)for(n=0,r=0;r<e.length;++r)n+=e[r].length;var t=_.allocUnsafe(n),p=0;for(r=0;r<e.length;++r){var i=e[r];if(I(i,Uint8Array))p+i.length>t.length?_.from(i).copy(t,p):Uint8Array.prototype.set.call(t,i,p);else if(_.isBuffer(i))i.copy(t,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=i.length}return t};function ve(o,e){if(_.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||I(o,ArrayBuffer))return o.byteLength;if(typeof o!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof o);var n=o.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var t=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return te(o).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Le(o).length;default:if(t)return r?-1:te(o).length;e=(""+e).toLowerCase(),t=!0}}_.byteLength=ve;function hn(o,e,n){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,e>>>=0,n<=e))return"";for(o||(o="utf8");;)switch(o){case"hex":return En(this,e,n);case"utf8":case"utf-8":return Ie(this,e,n);case"ascii":return Sn(this,e,n);case"latin1":case"binary":return In(this,e,n);case"base64":return kn(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Nn(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(o+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function B(o,e,n){var r=o[e];o[e]=o[n],o[n]=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 n=0;n<e;n+=2)B(this,n,n+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 n=0;n<e;n+=4)B(this,n,n+3),B(this,n+1,n+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 n=0;n<e;n+=8)B(this,n,n+7),B(this,n+1,n+6),B(this,n+2,n+5),B(this,n+3,n+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ie(this,0,e):hn.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="",n=$.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"};xe&&(_.prototype[xe]=_.prototype.inspect);_.prototype.compare=function(e,n,r,t,p){if(I(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(n===void 0&&(n=0),r===void 0&&(r=e?e.length:0),t===void 0&&(t=0),p===void 0&&(p=this.length),n<0||r>e.length||t<0||p>this.length)throw new RangeError("out of range index");if(t>=p&&n>=r)return 0;if(t>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,t>>>=0,p>>>=0,this===e)return 0;for(var i=p-t,s=r-n,l=Math.min(i,s),u=this.slice(t,p),f=e.slice(n,r),g=0;g<l;++g)if(u[g]!==f[g]){i=u[g],s=f[g];break}return i<s?-1:s<i?1:0};function Se(o,e,n,r,t){if(o.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ie(n)&&(n=t?0:o.length-1),n<0&&(n=o.length+n),n>=o.length){if(t)return-1;n=o.length-1}else if(n<0)if(t)n=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:ye(o,e,n,r,t);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?t?Uint8Array.prototype.indexOf.call(o,e,n):Uint8Array.prototype.lastIndexOf.call(o,e,n):ye(o,[e],n,r,t);throw new TypeError("val must be string, number or Buffer")}function ye(o,e,n,r,t){var p=1,i=o.length,s=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(o.length<2||e.length<2)return-1;p=2,i/=2,s/=2,n/=2}function l(w,M){return p===1?w[M]:w.readUInt16BE(M*p)}var u;if(t){var f=-1;for(u=n;u<i;u++)if(l(o,u)===l(e,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===s)return f*p}else f!==-1&&(u-=u-f),f=-1}else for(n+s>i&&(n=i-s),u=n;u>=0;u--){for(var g=!0,v=0;v<s;v++)if(l(o,u+v)!==l(e,v)){g=!1;break}if(g)return u}return-1}_.prototype.includes=function(e,n,r){return this.indexOf(e,n,r)!==-1};_.prototype.indexOf=function(e,n,r){return Se(this,e,n,r,!0)};_.prototype.lastIndexOf=function(e,n,r){return Se(this,e,n,r,!1)};function bn(o,e,n,r){n=Number(n)||0;var t=o.length-n;r?(r=Number(r),r>t&&(r=t)):r=t;var p=e.length;r>p/2&&(r=p/2);for(var i=0;i<r;++i){var s=parseInt(e.substr(i*2,2),16);if(ie(s))return i;o[n+i]=s}return i}function xn(o,e,n,r){return Z(te(e,o.length-n),o,n,r)}function yn(o,e,n,r){return Z(Dn(e),o,n,r)}function wn(o,e,n,r){return Z(Le(e),o,n,r)}function Tn(o,e,n,r){return Z(Rn(e,o.length-n),o,n,r)}_.prototype.write=function(e,n,r,t){if(n===void 0)t="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")t=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,t===void 0&&(t="utf8")):(t=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),e.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");t||(t="utf8");for(var i=!1;;)switch(t){case"hex":return bn(this,e,n,r);case"utf8":case"utf-8":return xn(this,e,n,r);case"ascii":case"latin1":case"binary":return yn(this,e,n,r);case"base64":return wn(this,e,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tn(this,e,n,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(""+t).toLowerCase(),i=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function kn(o,e,n){return e===0&&n===o.length?ne.fromByteArray(o):ne.fromByteArray(o.slice(e,n))}function Ie(o,e,n){n=Math.min(o.length,n);for(var r=[],t=e;t<n;){var p=o[t],i=null,s=p>239?4:p>223?3:p>191?2:1;if(t+s<=n){var l,u,f,g;switch(s){case 1:p<128&&(i=p);break;case 2:l=o[t+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(i=g));break;case 3:l=o[t+1],u=o[t+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(i=g));break;case 4:l=o[t+1],u=o[t+2],f=o[t+3],(l&192)===128&&(u&192)===128&&(f&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|f&63,g>65535&&g<1114112&&(i=g))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|i&1023),r.push(i),t+=s}return vn(r)}var we=4096;function vn(o){var e=o.length;if(e<=we)return String.fromCharCode.apply(String,o);for(var n="",r=0;r<e;)n+=String.fromCharCode.apply(String,o.slice(r,r+=we));return n}function Sn(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]&127);return r}function In(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]);return r}function En(o,e,n){var r=o.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var t="",p=e;p<n;++p)t+=Cn[o[p]];return t}function Nn(o,e,n){for(var r=o.slice(e,n),t="",p=0;p<r.length-1;p+=2)t+=String.fromCharCode(r[p]+r[p+1]*256);return t}_.prototype.slice=function(e,n){var r=this.length;e=~~e,n=n===void 0?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<e&&(n=e);var t=this.subarray(e,n);return Object.setPrototypeOf(t,_.prototype),t};function b(o,e,n){if(o%1!==0||o<0)throw new RangeError("offset is not uint");if(o+e>n)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return t};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e+--n],p=1;n>0&&(p*=256);)t+=this[e+--n]*p;return t};_.prototype.readUint8=_.prototype.readUInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return p*=128,t>=p&&(t-=Math.pow(2,8*n)),t};_.prototype.readIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=n,p=1,i=this[e+--t];t>0&&(p*=256);)i+=this[e+--t]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};_.prototype.readInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!1,52,8)};function y(o,e,n,r,t,p){if(!_.isBuffer(o))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>t||e<p)throw new RangeError('"value" argument is out of bounds');if(n+r>o.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=1,s=0;for(this[n]=e&255;++s<r&&(i*=256);)this[n+s]=e/i&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=r-1,s=1;for(this[n+i]=e&255;--i>=0&&(s*=256);)this[n+i]=e/s&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,255,0),this[n]=e&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=e&255,n+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};_.prototype.writeIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=0,s=1,l=0;for(this[n]=e&255;++i<r&&(s*=256);)e<0&&l===0&&this[n+i-1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=r-1,s=1,l=0;for(this[n+i]=e&255;--i>=0&&(s*=256);)e<0&&l===0&&this[n+i+1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,127,-128),e<0&&(e=255+e+1),this[n]=e&255,n+1};_.prototype.writeInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),this[n]=e&255,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24,n+4};_.prototype.writeInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};function Ee(o,e,n,r,t,p){if(n+r>o.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Ne(o,e,n,r,t){return e=+e,n=n>>>0,t||Ee(o,e,n,4,34028234663852886e22,-34028234663852886e22),G.write(o,e,n,r,23,4),n+4}_.prototype.writeFloatLE=function(e,n,r){return Ne(this,e,n,!0,r)};_.prototype.writeFloatBE=function(e,n,r){return Ne(this,e,n,!1,r)};function Ae(o,e,n,r,t){return e=+e,n=n>>>0,t||Ee(o,e,n,8,17976931348623157e292,-17976931348623157e292),G.write(o,e,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(e,n,r){return Ae(this,e,n,!0,r)};_.prototype.writeDoubleBE=function(e,n,r){return Ae(this,e,n,!1,r)};_.prototype.copy=function(e,n,r,t){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!t&&t!==0&&(t=this.length),n>=e.length&&(n=e.length),n||(n=0),t>0&&t<r&&(t=r),t===r||e.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("sourceEnd out of bounds");t>this.length&&(t=this.length),e.length-n<t-r&&(t=e.length-n+r);var p=t-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,t):Uint8Array.prototype.set.call(e,this.subarray(r,t),n),p};_.prototype.fill=function(e,n,r,t){if(typeof e=="string"){if(typeof n=="string"?(t=n,n=0,r=this.length):typeof r=="string"&&(t=r,r=this.length),t!==void 0&&typeof t!="string")throw new TypeError("encoding must be a string");if(typeof t=="string"&&!_.isEncoding(t))throw new TypeError("Unknown encoding: "+t);if(e.length===1){var p=e.charCodeAt(0);(t==="utf8"&&p<128||t==="latin1")&&(e=p)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var i;if(typeof e=="number")for(i=n;i<r;++i)this[i]=e;else{var s=_.isBuffer(e)?e:_.from(e,t),l=s.length;if(l===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-n;++i)this[i+n]=s[i%l]}return this};var An=/[^+/0-9A-Za-z-_]/g;function Ln(o){if(o=o.split("=")[0],o=o.trim().replace(An,""),o.length<2)return"";for(;o.length%4!==0;)o=o+"=";return o}function te(o,e){e=e||1/0;for(var n,r=o.length,t=null,p=[],i=0;i<r;++i){if(n=o.charCodeAt(i),n>55295&&n<57344){if(!t){if(n>56319){(e-=3)>-1&&p.push(239,191,189);continue}else if(i+1===r){(e-=3)>-1&&p.push(239,191,189);continue}t=n;continue}if(n<56320){(e-=3)>-1&&p.push(239,191,189),t=n;continue}n=(t-55296<<10|n-56320)+65536}else t&&(e-=3)>-1&&p.push(239,191,189);if(t=null,n<128){if((e-=1)<0)break;p.push(n)}else if(n<2048){if((e-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((e-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((e-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Dn(o){for(var e=[],n=0;n<o.length;++n)e.push(o.charCodeAt(n)&255);return e}function Rn(o,e){for(var n,r,t,p=[],i=0;i<o.length&&!((e-=2)<0);++i)n=o.charCodeAt(i),r=n>>8,t=n%256,p.push(t),p.push(r);return p}function Le(o){return ne.toByteArray(Ln(o))}function Z(o,e,n,r){for(var t=0;t<r&&!(t+n>=e.length||t>=o.length);++t)e[t+n]=o[t];return t}function I(o,e){return o instanceof e||o!=null&&o.constructor!=null&&o.constructor.name!=null&&o.constructor.name===e.name}function ie(o){return o!==o}var Cn=function(){for(var o="0123456789abcdef",e=new Array(256),n=0;n<16;++n)for(var r=n*16,t=0;t<16;++t)e[r+t]=o[n]+o[t];return e}()});var Be=q((mo,Oe)=>{a();var h=Oe.exports={},E,N;function _e(){throw new Error("setTimeout has not been defined")}function ce(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=_e}catch(o){E=_e}try{typeof clearTimeout=="function"?N=clearTimeout:N=ce}catch(o){N=ce}})();function Re(o){if(E===setTimeout)return setTimeout(o,0);if((E===_e||!E)&&setTimeout)return E=setTimeout,setTimeout(o,0);try{return E(o,0)}catch(e){try{return E.call(null,o,0)}catch(n){return E.call(this,o,0)}}}function Fn(o){if(N===clearTimeout)return clearTimeout(o);if((N===ce||!N)&&clearTimeout)return N=clearTimeout,clearTimeout(o);try{return N(o)}catch(e){try{return N.call(null,o)}catch(n){return N.call(this,o)}}}var R=[],j=!1,P,Y=-1;function On(){!j||!P||(j=!1,P.length?R=P.concat(R):Y=-1,R.length&&Ce())}function Ce(){if(!j){var o=Re(On);j=!0;for(var e=R.length;e;){for(P=R,R=[];++Y<e;)P&&P[Y].run();Y=-1,e=R.length}P=null,j=!1,Fn(o)}}h.nextTick=function(o){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];R.push(new Fe(o,e)),R.length===1&&!j&&Re(Ce)};function Fe(o,e){this.fun=o,this.array=e}Fe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function C(){}h.on=C;h.addListener=C;h.once=C;h.off=C;h.removeListener=C;h.removeAllListeners=C;h.emit=C;h.prependListener=C;h.prependOnceListener=C;h.listeners=function(o){return[]};h.binding=function(o){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(o){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var c,m,so,a=en(()=>{c=T(De()),m=T(Be()),so=function(o){function e(){var r=this||self;return delete o.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();o.defineProperty(o.prototype,"__magic__",{configurable:!0,get:e});var n=__magic__;return n}(Object)});var ao={};nn(ao,{TransactionStatus:()=>to,getStatusIconAndColor:()=>qe});module.exports=on(ao);a();a();var L=T(require("react")),F=require("@fortawesome/free-solid-svg-icons"),W=require("@fortawesome/react-fontawesome"),U=T(require("classnames"));a();var Bn=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Ke=Object.create;var H=Object.defineProperty;var Ze=Object.getOwnPropertyDescriptor;var Ye=Object.getOwnPropertyNames;var Qe=Object.getPrototypeOf,Je=Object.prototype.hasOwnProperty;var en=(o,e)=>()=>(o&&(e=o(o=0)),e);var q=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports),nn=(o,e)=>{for(var n in e)H(o,n,{get:e[n],enumerable:!0})},ge=(o,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of Ye(e))!Je.call(o,t)&&t!==n&&H(o,t,{get:()=>e[t],enumerable:!(r=Ze(e,t))||r.enumerable});return o};var T=(o,e,n)=>(n=o!=null?Ke(Qe(o)):{},ge(e||!o||!o.__esModule?H(n,"default",{value:o,enumerable:!0}):n,o)),on=o=>ge(H({},"__esModule",{value:!0}),o);var he=q(X=>{"use strict";a();X.byteLength=tn;X.toByteArray=pn;X.fromByteArray=mn;var S=[],k=[],rn=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(O=0,ue=J.length;O<ue;++O)S[O]=J[O],k[J.charCodeAt(O)]=O;var O,ue;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function fe(o){var e=o.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=o.indexOf("=");n===-1&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function tn(o){var e=fe(o),n=e[0],r=e[1];return(n+r)*3/4-r}function an(o,e,n){return(e+n)*3/4-n}function pn(o){var e,n=fe(o),r=n[0],t=n[1],p=new rn(an(o,r,t)),i=0,s=t>0?r-4:r,l;for(l=0;l<s;l+=4)e=k[o.charCodeAt(l)]<<18|k[o.charCodeAt(l+1)]<<12|k[o.charCodeAt(l+2)]<<6|k[o.charCodeAt(l+3)],p[i++]=e>>16&255,p[i++]=e>>8&255,p[i++]=e&255;return t===2&&(e=k[o.charCodeAt(l)]<<2|k[o.charCodeAt(l+1)]>>4,p[i++]=e&255),t===1&&(e=k[o.charCodeAt(l)]<<10|k[o.charCodeAt(l+1)]<<4|k[o.charCodeAt(l+2)]>>2,p[i++]=e>>8&255,p[i++]=e&255),p}function _n(o){return S[o>>18&63]+S[o>>12&63]+S[o>>6&63]+S[o&63]}function cn(o,e,n){for(var r,t=[],p=e;p<n;p+=3)r=(o[p]<<16&16711680)+(o[p+1]<<8&65280)+(o[p+2]&255),t.push(_n(r));return t.join("")}function mn(o){for(var e,n=o.length,r=n%3,t=[],p=16383,i=0,s=n-r;i<s;i+=p)t.push(cn(o,i,i+p>s?s:i+p));return r===1?(e=o[n-1],t.push(S[e>>2]+S[e<<4&63]+"==")):r===2&&(e=(o[n-2]<<8)+o[n-1],t.push(S[e>>10]+S[e>>4&63]+S[e<<2&63]+"=")),t.join("")}});var be=q(ee=>{a();ee.read=function(o,e,n,r,t){var p,i,s=t*8-r-1,l=(1<<s)-1,u=l>>1,f=-7,g=n?t-1:0,v=n?-1:1,w=o[e+g];for(g+=v,p=w&(1<<-f)-1,w>>=-f,f+=s;f>0;p=p*256+o[e+g],g+=v,f-=8);for(i=p&(1<<-f)-1,p>>=-f,f+=r;f>0;i=i*256+o[e+g],g+=v,f-=8);if(p===0)p=1-u;else{if(p===l)return i?NaN:(w?-1:1)*(1/0);i=i+Math.pow(2,r),p=p-u}return(w?-1:1)*i*Math.pow(2,p-r)};ee.write=function(o,e,n,r,t,p){var i,s,l,u=p*8-t-1,f=(1<<u)-1,g=f>>1,v=t===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=r?0:p-1,M=r?1:-1,Xe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,i=f):(i=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-i))<1&&(i--,l*=2),i+g>=1?e+=v/l:e+=v*Math.pow(2,1-g),e*l>=2&&(i++,l/=2),i+g>=f?(s=0,i=f):i+g>=1?(s=(e*l-1)*Math.pow(2,t),i=i+g):(s=e*Math.pow(2,g-1)*Math.pow(2,t),i=0));t>=8;o[n+w]=s&255,w+=M,s/=256,t-=8);for(i=i<<t|s,u+=t;u>0;o[n+w]=i&255,w+=M,i/=256,u-=8);o[n+w-M]|=Xe*128}});var De=q($=>{"use strict";a();var ne=he(),G=be(),xe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;$.Buffer=_;$.SlowBuffer=fn;$.INSPECT_MAX_BYTES=50;var K=2147483647;$.kMaxLength=K;_.TYPED_ARRAY_SUPPORT=dn();!_.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 dn(){try{var o=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(o,e),o.foo()===42}catch(n){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(o){if(o>K)throw new RangeError('The value "'+o+'" is invalid for option "size"');var e=new Uint8Array(o);return Object.setPrototypeOf(e,_.prototype),e}function _(o,e,n){if(typeof o=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ae(o)}return Te(o,e,n)}_.poolSize=8192;function Te(o,e,n){if(typeof o=="string")return ln(o,e);if(ArrayBuffer.isView(o))return gn(o);if(o==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o);if(I(o,ArrayBuffer)||o&&I(o.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(o,SharedArrayBuffer)||o&&I(o.buffer,SharedArrayBuffer)))return re(o,e,n);if(typeof o=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=o.valueOf&&o.valueOf();if(r!=null&&r!==o)return _.from(r,e,n);var t=un(o);if(t)return t;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof o[Symbol.toPrimitive]=="function")return _.from(o[Symbol.toPrimitive]("string"),e,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof o)}_.from=function(o,e,n){return Te(o,e,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ke(o){if(typeof o!="number")throw new TypeError('"size" argument must be of type number');if(o<0)throw new RangeError('The value "'+o+'" is invalid for option "size"')}function sn(o,e,n){return ke(o),o<=0?D(o):e!==void 0?typeof n=="string"?D(o).fill(e,n):D(o).fill(e):D(o)}_.alloc=function(o,e,n){return sn(o,e,n)};function ae(o){return ke(o),D(o<0?0:pe(o)|0)}_.allocUnsafe=function(o){return ae(o)};_.allocUnsafeSlow=function(o){return ae(o)};function ln(o,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var n=ve(o,e)|0,r=D(n),t=r.write(o,e);return t!==n&&(r=r.slice(0,t)),r}function oe(o){for(var e=o.length<0?0:pe(o.length)|0,n=D(e),r=0;r<e;r+=1)n[r]=o[r]&255;return n}function gn(o){if(I(o,Uint8Array)){var e=new Uint8Array(o);return re(e.buffer,e.byteOffset,e.byteLength)}return oe(o)}function re(o,e,n){if(e<0||o.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(o.byteLength<e+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&n===void 0?r=new Uint8Array(o):n===void 0?r=new Uint8Array(o,e):r=new Uint8Array(o,e,n),Object.setPrototypeOf(r,_.prototype),r}function un(o){if(_.isBuffer(o)){var e=pe(o.length)|0,n=D(e);return n.length===0||o.copy(n,0,0,e),n}if(o.length!==void 0)return typeof o.length!="number"||ie(o.length)?D(0):oe(o);if(o.type==="Buffer"&&Array.isArray(o.data))return oe(o.data)}function pe(o){if(o>=K)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K.toString(16)+" bytes");return o|0}function fn(o){return+o!=o&&(o=0),_.alloc(+o)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,n){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(e)||!_.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===n)return 0;for(var r=e.length,t=n.length,p=0,i=Math.min(r,t);p<i;++p)if(e[p]!==n[p]){r=e[p],t=n[p];break}return r<t?-1:t<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,n){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(n===void 0)for(n=0,r=0;r<e.length;++r)n+=e[r].length;var t=_.allocUnsafe(n),p=0;for(r=0;r<e.length;++r){var i=e[r];if(I(i,Uint8Array))p+i.length>t.length?_.from(i).copy(t,p):Uint8Array.prototype.set.call(t,i,p);else if(_.isBuffer(i))i.copy(t,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=i.length}return t};function ve(o,e){if(_.isBuffer(o))return o.length;if(ArrayBuffer.isView(o)||I(o,ArrayBuffer))return o.byteLength;if(typeof o!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof o);var n=o.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var t=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return te(o).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Le(o).length;default:if(t)return r?-1:te(o).length;e=(""+e).toLowerCase(),t=!0}}_.byteLength=ve;function hn(o,e,n){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,e>>>=0,n<=e))return"";for(o||(o="utf8");;)switch(o){case"hex":return Nn(this,e,n);case"utf8":case"utf-8":return Ie(this,e,n);case"ascii":return Sn(this,e,n);case"latin1":case"binary":return In(this,e,n);case"base64":return kn(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return En(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+o);o=(o+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function B(o,e,n){var r=o[e];o[e]=o[n],o[n]=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 n=0;n<e;n+=2)B(this,n,n+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 n=0;n<e;n+=4)B(this,n,n+3),B(this,n+1,n+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 n=0;n<e;n+=8)B(this,n,n+7),B(this,n+1,n+6),B(this,n+2,n+5),B(this,n+3,n+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ie(this,0,e):hn.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="",n=$.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"};xe&&(_.prototype[xe]=_.prototype.inspect);_.prototype.compare=function(e,n,r,t,p){if(I(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(n===void 0&&(n=0),r===void 0&&(r=e?e.length:0),t===void 0&&(t=0),p===void 0&&(p=this.length),n<0||r>e.length||t<0||p>this.length)throw new RangeError("out of range index");if(t>=p&&n>=r)return 0;if(t>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,t>>>=0,p>>>=0,this===e)return 0;for(var i=p-t,s=r-n,l=Math.min(i,s),u=this.slice(t,p),f=e.slice(n,r),g=0;g<l;++g)if(u[g]!==f[g]){i=u[g],s=f[g];break}return i<s?-1:s<i?1:0};function Se(o,e,n,r,t){if(o.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ie(n)&&(n=t?0:o.length-1),n<0&&(n=o.length+n),n>=o.length){if(t)return-1;n=o.length-1}else if(n<0)if(t)n=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:ye(o,e,n,r,t);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?t?Uint8Array.prototype.indexOf.call(o,e,n):Uint8Array.prototype.lastIndexOf.call(o,e,n):ye(o,[e],n,r,t);throw new TypeError("val must be string, number or Buffer")}function ye(o,e,n,r,t){var p=1,i=o.length,s=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(o.length<2||e.length<2)return-1;p=2,i/=2,s/=2,n/=2}function l(w,M){return p===1?w[M]:w.readUInt16BE(M*p)}var u;if(t){var f=-1;for(u=n;u<i;u++)if(l(o,u)===l(e,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===s)return f*p}else f!==-1&&(u-=u-f),f=-1}else for(n+s>i&&(n=i-s),u=n;u>=0;u--){for(var g=!0,v=0;v<s;v++)if(l(o,u+v)!==l(e,v)){g=!1;break}if(g)return u}return-1}_.prototype.includes=function(e,n,r){return this.indexOf(e,n,r)!==-1};_.prototype.indexOf=function(e,n,r){return Se(this,e,n,r,!0)};_.prototype.lastIndexOf=function(e,n,r){return Se(this,e,n,r,!1)};function bn(o,e,n,r){n=Number(n)||0;var t=o.length-n;r?(r=Number(r),r>t&&(r=t)):r=t;var p=e.length;r>p/2&&(r=p/2);for(var i=0;i<r;++i){var s=parseInt(e.substr(i*2,2),16);if(ie(s))return i;o[n+i]=s}return i}function xn(o,e,n,r){return Z(te(e,o.length-n),o,n,r)}function yn(o,e,n,r){return Z(Dn(e),o,n,r)}function wn(o,e,n,r){return Z(Le(e),o,n,r)}function Tn(o,e,n,r){return Z(Rn(e,o.length-n),o,n,r)}_.prototype.write=function(e,n,r,t){if(n===void 0)t="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")t=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,t===void 0&&(t="utf8")):(t=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),e.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");t||(t="utf8");for(var i=!1;;)switch(t){case"hex":return bn(this,e,n,r);case"utf8":case"utf-8":return xn(this,e,n,r);case"ascii":case"latin1":case"binary":return yn(this,e,n,r);case"base64":return wn(this,e,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tn(this,e,n,r);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(""+t).toLowerCase(),i=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function kn(o,e,n){return e===0&&n===o.length?ne.fromByteArray(o):ne.fromByteArray(o.slice(e,n))}function Ie(o,e,n){n=Math.min(o.length,n);for(var r=[],t=e;t<n;){var p=o[t],i=null,s=p>239?4:p>223?3:p>191?2:1;if(t+s<=n){var l,u,f,g;switch(s){case 1:p<128&&(i=p);break;case 2:l=o[t+1],(l&192)===128&&(g=(p&31)<<6|l&63,g>127&&(i=g));break;case 3:l=o[t+1],u=o[t+2],(l&192)===128&&(u&192)===128&&(g=(p&15)<<12|(l&63)<<6|u&63,g>2047&&(g<55296||g>57343)&&(i=g));break;case 4:l=o[t+1],u=o[t+2],f=o[t+3],(l&192)===128&&(u&192)===128&&(f&192)===128&&(g=(p&15)<<18|(l&63)<<12|(u&63)<<6|f&63,g>65535&&g<1114112&&(i=g))}}i===null?(i=65533,s=1):i>65535&&(i-=65536,r.push(i>>>10&1023|55296),i=56320|i&1023),r.push(i),t+=s}return vn(r)}var we=4096;function vn(o){var e=o.length;if(e<=we)return String.fromCharCode.apply(String,o);for(var n="",r=0;r<e;)n+=String.fromCharCode.apply(String,o.slice(r,r+=we));return n}function Sn(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]&127);return r}function In(o,e,n){var r="";n=Math.min(o.length,n);for(var t=e;t<n;++t)r+=String.fromCharCode(o[t]);return r}function Nn(o,e,n){var r=o.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var t="",p=e;p<n;++p)t+=Cn[o[p]];return t}function En(o,e,n){for(var r=o.slice(e,n),t="",p=0;p<r.length-1;p+=2)t+=String.fromCharCode(r[p]+r[p+1]*256);return t}_.prototype.slice=function(e,n){var r=this.length;e=~~e,n=n===void 0?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<e&&(n=e);var t=this.subarray(e,n);return Object.setPrototypeOf(t,_.prototype),t};function b(o,e,n){if(o%1!==0||o<0)throw new RangeError("offset is not uint");if(o+e>n)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return t};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e+--n],p=1;n>0&&(p*=256);)t+=this[e+--n]*p;return t};_.prototype.readUint8=_.prototype.readUInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,n){return e=e>>>0,n||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=this[e],p=1,i=0;++i<n&&(p*=256);)t+=this[e+i]*p;return p*=128,t>=p&&(t-=Math.pow(2,8*n)),t};_.prototype.readIntBE=function(e,n,r){e=e>>>0,n=n>>>0,r||b(e,n,this.length);for(var t=n,p=1,i=this[e+--t];t>0&&(p*=256);)i+=this[e+--t]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*n)),i};_.prototype.readInt8=function(e,n){return e=e>>>0,n||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,n){e=e>>>0,n||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,n){return e=e>>>0,n||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,n){return e=e>>>0,n||b(e,4,this.length),G.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,n){return e=e>>>0,n||b(e,8,this.length),G.read(this,e,!1,52,8)};function y(o,e,n,r,t,p){if(!_.isBuffer(o))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>t||e<p)throw new RangeError('"value" argument is out of bounds');if(n+r>o.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=1,s=0;for(this[n]=e&255;++s<r&&(i*=256);)this[n+s]=e/i&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,r=r>>>0,!t){var p=Math.pow(2,8*r)-1;y(this,e,n,r,p,0)}var i=r-1,s=1;for(this[n+i]=e&255;--i>=0&&(s*=256);)this[n+i]=e/s&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,255,0),this[n]=e&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,65535,0),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=e&255,n+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,4294967295,0),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};_.prototype.writeIntLE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=0,s=1,l=0;for(this[n]=e&255;++i<r&&(s*=256);)e<0&&l===0&&this[n+i-1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeIntBE=function(e,n,r,t){if(e=+e,n=n>>>0,!t){var p=Math.pow(2,8*r-1);y(this,e,n,r,p-1,-p)}var i=r-1,s=1,l=0;for(this[n+i]=e&255;--i>=0&&(s*=256);)e<0&&l===0&&this[n+i+1]!==0&&(l=1),this[n+i]=(e/s>>0)-l&255;return n+r};_.prototype.writeInt8=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,1,127,-128),e<0&&(e=255+e+1),this[n]=e&255,n+1};_.prototype.writeInt16LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e&255,this[n+1]=e>>>8,n+2};_.prototype.writeInt16BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,2,32767,-32768),this[n]=e>>>8,this[n+1]=e&255,n+2};_.prototype.writeInt32LE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),this[n]=e&255,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24,n+4};_.prototype.writeInt32BE=function(e,n,r){return e=+e,n=n>>>0,r||y(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=e&255,n+4};function Ne(o,e,n,r,t,p){if(n+r>o.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Ee(o,e,n,r,t){return e=+e,n=n>>>0,t||Ne(o,e,n,4,34028234663852886e22,-34028234663852886e22),G.write(o,e,n,r,23,4),n+4}_.prototype.writeFloatLE=function(e,n,r){return Ee(this,e,n,!0,r)};_.prototype.writeFloatBE=function(e,n,r){return Ee(this,e,n,!1,r)};function Ae(o,e,n,r,t){return e=+e,n=n>>>0,t||Ne(o,e,n,8,17976931348623157e292,-17976931348623157e292),G.write(o,e,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(e,n,r){return Ae(this,e,n,!0,r)};_.prototype.writeDoubleBE=function(e,n,r){return Ae(this,e,n,!1,r)};_.prototype.copy=function(e,n,r,t){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!t&&t!==0&&(t=this.length),n>=e.length&&(n=e.length),n||(n=0),t>0&&t<r&&(t=r),t===r||e.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("sourceEnd out of bounds");t>this.length&&(t=this.length),e.length-n<t-r&&(t=e.length-n+r);var p=t-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,t):Uint8Array.prototype.set.call(e,this.subarray(r,t),n),p};_.prototype.fill=function(e,n,r,t){if(typeof e=="string"){if(typeof n=="string"?(t=n,n=0,r=this.length):typeof r=="string"&&(t=r,r=this.length),t!==void 0&&typeof t!="string")throw new TypeError("encoding must be a string");if(typeof t=="string"&&!_.isEncoding(t))throw new TypeError("Unknown encoding: "+t);if(e.length===1){var p=e.charCodeAt(0);(t==="utf8"&&p<128||t==="latin1")&&(e=p)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var i;if(typeof e=="number")for(i=n;i<r;++i)this[i]=e;else{var s=_.isBuffer(e)?e:_.from(e,t),l=s.length;if(l===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-n;++i)this[i+n]=s[i%l]}return this};var An=/[^+/0-9A-Za-z-_]/g;function Ln(o){if(o=o.split("=")[0],o=o.trim().replace(An,""),o.length<2)return"";for(;o.length%4!==0;)o=o+"=";return o}function te(o,e){e=e||1/0;for(var n,r=o.length,t=null,p=[],i=0;i<r;++i){if(n=o.charCodeAt(i),n>55295&&n<57344){if(!t){if(n>56319){(e-=3)>-1&&p.push(239,191,189);continue}else if(i+1===r){(e-=3)>-1&&p.push(239,191,189);continue}t=n;continue}if(n<56320){(e-=3)>-1&&p.push(239,191,189),t=n;continue}n=(t-55296<<10|n-56320)+65536}else t&&(e-=3)>-1&&p.push(239,191,189);if(t=null,n<128){if((e-=1)<0)break;p.push(n)}else if(n<2048){if((e-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((e-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((e-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Dn(o){for(var e=[],n=0;n<o.length;++n)e.push(o.charCodeAt(n)&255);return e}function Rn(o,e){for(var n,r,t,p=[],i=0;i<o.length&&!((e-=2)<0);++i)n=o.charCodeAt(i),r=n>>8,t=n%256,p.push(t),p.push(r);return p}function Le(o){return ne.toByteArray(Ln(o))}function Z(o,e,n,r){for(var t=0;t<r&&!(t+n>=e.length||t>=o.length);++t)e[t+n]=o[t];return t}function I(o,e){return o instanceof e||o!=null&&o.constructor!=null&&o.constructor.name!=null&&o.constructor.name===e.name}function ie(o){return o!==o}var Cn=function(){for(var o="0123456789abcdef",e=new Array(256),n=0;n<16;++n)for(var r=n*16,t=0;t<16;++t)e[r+t]=o[n]+o[t];return e}()});var Be=q((mo,Oe)=>{a();var h=Oe.exports={},N,E;function _e(){throw new Error("setTimeout has not been defined")}function ce(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?N=setTimeout:N=_e}catch(o){N=_e}try{typeof clearTimeout=="function"?E=clearTimeout:E=ce}catch(o){E=ce}})();function Re(o){if(N===setTimeout)return setTimeout(o,0);if((N===_e||!N)&&setTimeout)return N=setTimeout,setTimeout(o,0);try{return N(o,0)}catch(e){try{return N.call(null,o,0)}catch(n){return N.call(this,o,0)}}}function Fn(o){if(E===clearTimeout)return clearTimeout(o);if((E===ce||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(o);try{return E(o)}catch(e){try{return E.call(null,o)}catch(n){return E.call(this,o)}}}var R=[],j=!1,P,Y=-1;function On(){!j||!P||(j=!1,P.length?R=P.concat(R):Y=-1,R.length&&Ce())}function Ce(){if(!j){var o=Re(On);j=!0;for(var e=R.length;e;){for(P=R,R=[];++Y<e;)P&&P[Y].run();Y=-1,e=R.length}P=null,j=!1,Fn(o)}}h.nextTick=function(o){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];R.push(new Fe(o,e)),R.length===1&&!j&&Re(Ce)};function Fe(o,e){this.fun=o,this.array=e}Fe.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function C(){}h.on=C;h.addListener=C;h.once=C;h.off=C;h.removeListener=C;h.removeAllListeners=C;h.emit=C;h.prependListener=C;h.prependOnceListener=C;h.listeners=function(o){return[]};h.binding=function(o){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(o){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var c,m,so,a=en(()=>{c=T(De()),m=T(Be()),so=function(o){function e(){var r=this||self;return delete o.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();o.defineProperty(o.prototype,"__magic__",{configurable:!0,get:e});var n=__magic__;return n}(Object)});var ao={};nn(ao,{TransactionStatus:()=>to,getStatusIconAndColor:()=>qe});module.exports=on(ao);a();a();var L=T(require("react")),F=require("@fortawesome/free-solid-svg-icons"),W=require("@fortawesome/react-fontawesome"),U=T(require("classnames"));a();var Bn=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|