@multiversx/sdk-dapp 2.9.4 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/ScamPhishingAlert/ScamPhishingAlert.d.ts +6 -0
- package/UI/ScamPhishingAlert/ScamPhishingAlert.js +1 -1
- package/UI/ScamPhishingAlert/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-24L47LFC.js +2 -0
- package/__chunks__/chunk-24NXBISC.js +2 -0
- package/__chunks__/{chunk-CKON224P.js → chunk-275ET3MG.js} +2 -2
- package/__chunks__/chunk-27FOVSG4.js +2 -0
- package/__chunks__/{chunk-DJE62XNL.js → chunk-2AUVCAY2.js} +2 -2
- package/__chunks__/{chunk-ZJLU56XW.js → chunk-2C4D4BXB.js} +2 -2
- package/__chunks__/{chunk-MUARPNJ4.js → chunk-2F2F6SXB.js} +2 -2
- package/__chunks__/{chunk-6D3XECJF.js → chunk-2GRUAWVQ.js} +2 -2
- package/__chunks__/{chunk-OGM64QGG.js → chunk-2OGSUSTF.js} +2 -2
- package/__chunks__/{chunk-YMALAD3K.js → chunk-2VZDXZQ5.js} +2 -2
- package/__chunks__/{chunk-QNBNTXIT.js → chunk-2W2FXPJN.js} +2 -2
- package/__chunks__/{chunk-KJDC7FVK.js → chunk-33RUZW2A.js} +2 -2
- package/__chunks__/{chunk-LT2FAIWS.js → chunk-3FTRTVML.js} +2 -2
- package/__chunks__/{chunk-TXKLIAKR.js → chunk-3JKM5GE5.js} +2 -2
- package/__chunks__/{chunk-OYESXIST.js → chunk-3LZDI5TU.js} +2 -2
- package/__chunks__/{chunk-4BNSTWCX.js → chunk-3M4SIGZT.js} +2 -2
- package/__chunks__/{chunk-JZ2Y7SFA.js → chunk-3Z3XQSPU.js} +2 -2
- package/__chunks__/{chunk-R7JGMLFZ.js → chunk-45AZIANS.js} +2 -2
- package/__chunks__/{chunk-YZSCV3FW.js → chunk-463NLZJE.js} +2 -2
- package/__chunks__/{chunk-HLEXPOK5.js → chunk-4BE3NFUD.js} +2 -2
- package/__chunks__/chunk-4JUSV4O3.js +2 -0
- package/__chunks__/{chunk-BYYVJIPP.js → chunk-4NK74AZF.js} +2 -2
- package/__chunks__/{chunk-MSXSTSBP.js → chunk-4PBGN6HU.js} +2 -2
- package/__chunks__/{chunk-7XL5MCJK.js → chunk-4QT63WFQ.js} +2 -2
- package/__chunks__/{chunk-ZGQSC36F.js → chunk-4QVOURVU.js} +2 -2
- package/__chunks__/{chunk-BBQMKL5D.js → chunk-4XDCRJFT.js} +2 -2
- package/__chunks__/{chunk-4AOEMKED.js → chunk-5DATHNGR.js} +2 -2
- package/__chunks__/chunk-5HEC3YLM.js +2 -0
- package/__chunks__/{chunk-BAG2O7IE.js → chunk-5KGYQ5YJ.js} +2 -2
- package/__chunks__/{chunk-5CTSV7TH.js → chunk-5LVOAS3B.js} +2 -2
- package/__chunks__/{chunk-NHNWAEZU.js → chunk-5MYSV4SO.js} +2 -2
- package/__chunks__/{chunk-ESYXEFZ7.js → chunk-5OLXKR6C.js} +2 -2
- package/__chunks__/{chunk-H2H3IXYD.js → chunk-5RTST5UL.js} +2 -2
- package/__chunks__/{chunk-PYG3OL3F.js → chunk-5VRKUYL5.js} +2 -2
- package/__chunks__/{chunk-5MRTWQBG.js → chunk-5ZMUR7H7.js} +2 -2
- package/__chunks__/{chunk-DQ2DOR6B.js → chunk-64FKZVXB.js} +2 -2
- package/__chunks__/{chunk-AMM27AEW.js → chunk-6D35ISCH.js} +2 -2
- package/__chunks__/{chunk-PHI6WXH3.js → chunk-6DXP6E4O.js} +2 -2
- package/__chunks__/{chunk-7EY74WNI.js → chunk-6GTXZ4FY.js} +2 -2
- package/__chunks__/{chunk-GFGHEH4C.js → chunk-6HLEIPL4.js} +2 -2
- package/__chunks__/chunk-6LYP3E7T.js +2 -0
- package/__chunks__/{chunk-J5EWZ734.js → chunk-6MI5GXXO.js} +2 -2
- package/__chunks__/chunk-6PH5XEI7.js +2 -0
- package/__chunks__/{chunk-OT2NVXBU.js → chunk-6QEOI4LP.js} +2 -2
- package/__chunks__/{chunk-D2O5MZMR.js → chunk-6QYMQVME.js} +2 -2
- package/__chunks__/{chunk-JJP72MAJ.js → chunk-6RHGIGMZ.js} +2 -2
- package/__chunks__/{chunk-ZLERNDUF.js → chunk-6ROKDWR7.js} +2 -2
- package/__chunks__/{chunk-VEAORVA6.js → chunk-74Q5MYVW.js} +2 -2
- package/__chunks__/chunk-7AEDPEBX.js +2 -0
- package/__chunks__/{chunk-JS2HC4SX.js → chunk-7WE7OBCZ.js} +2 -2
- package/__chunks__/{chunk-SA2UKCJX.js → chunk-7YH5VZS2.js} +2 -2
- package/__chunks__/{chunk-KMDMJSTX.js → chunk-A3XBAFZH.js} +2 -2
- package/__chunks__/chunk-AE66JOMW.js +2 -0
- package/__chunks__/{chunk-JI2RQZZD.js → chunk-AIL4PBA7.js} +2 -2
- package/__chunks__/chunk-AL2J7KB6.js +2 -0
- package/__chunks__/{chunk-5ZW4DA22.js → chunk-AQ3UNMCA.js} +2 -2
- package/__chunks__/chunk-AVGHJOI6.js +2 -0
- package/__chunks__/{chunk-UMK6DGBB.js → chunk-AWEYI553.js} +2 -2
- package/__chunks__/{chunk-M5D23LEL.js → chunk-B3M2FLWF.js} +2 -2
- package/__chunks__/{chunk-WUZCRVSU.js → chunk-B4WCXVUI.js} +2 -2
- package/__chunks__/{chunk-U63TNTLR.js → chunk-B7U7C44X.js} +2 -2
- package/__chunks__/{chunk-ALN2ZAQY.js → chunk-BGHY6J4G.js} +2 -2
- package/__chunks__/{chunk-4B4D6PRI.js → chunk-BHXTZPBC.js} +2 -2
- package/__chunks__/{chunk-XXJ64HPL.js → chunk-BK5NO33M.js} +2 -2
- package/__chunks__/{chunk-L2UUUYJG.js → chunk-BMHV4H76.js} +2 -2
- package/__chunks__/{chunk-Z2ZEUHYK.js → chunk-BTPDVQON.js} +2 -2
- package/__chunks__/{chunk-V6H2IJKH.js → chunk-BUPVEQ5J.js} +2 -2
- package/__chunks__/chunk-C2H5OPTX.js +2 -0
- package/__chunks__/{chunk-VMNKME5Q.js → chunk-C34CKSUX.js} +2 -2
- package/__chunks__/chunk-C4MQO6LF.js +2 -0
- package/__chunks__/{chunk-DUPCI6XE.js → chunk-C5CGNL6I.js} +2 -2
- package/__chunks__/{chunk-N6WFQG55.js → chunk-C6XUZNBO.js} +2 -2
- package/__chunks__/{chunk-RGS2R63F.js → chunk-CA4Q4MT7.js} +2 -2
- package/__chunks__/{chunk-XWRW4TO4.js → chunk-CFRQE7JG.js} +2 -2
- package/__chunks__/{chunk-VNODUVFK.js → chunk-CGM7WOQF.js} +2 -2
- package/__chunks__/{chunk-KTUPMIFX.js → chunk-CLB447PY.js} +2 -2
- package/__chunks__/{chunk-KYEQ3HY7.js → chunk-CLY5MAPE.js} +2 -2
- package/__chunks__/{chunk-RUDUNU34.js → chunk-CNPDPX2F.js} +2 -2
- package/__chunks__/{chunk-TGRX3YCF.js → chunk-CQGYS7PC.js} +2 -2
- package/__chunks__/{chunk-WQ22KG5Y.js → chunk-CZJRRY2I.js} +2 -2
- package/__chunks__/{chunk-24SJCJRG.js → chunk-D2DOX7XX.js} +2 -2
- package/__chunks__/{chunk-7JLRHOSP.js → chunk-DHHFPYRR.js} +2 -2
- package/__chunks__/{chunk-WVNUK67H.js → chunk-DI67V6VC.js} +2 -2
- package/__chunks__/{chunk-VOLUHLVM.js → chunk-DNIYPVUV.js} +2 -2
- package/__chunks__/chunk-DNOXON3M.js +2 -0
- package/__chunks__/chunk-DSFJO624.js +2 -0
- package/__chunks__/{chunk-5EGPVDYI.js → chunk-DVOTPSUB.js} +2 -2
- package/__chunks__/chunk-DY7CS3RG.js +2 -0
- package/__chunks__/{chunk-65KFD325.js → chunk-E2NBQFIC.js} +2 -2
- package/__chunks__/{chunk-RFVFASBJ.js → chunk-E5KECQYG.js} +2 -2
- package/__chunks__/{chunk-LGYW2J5J.js → chunk-E7ZJLCWM.js} +2 -2
- package/__chunks__/{chunk-LVOMPLSI.js → chunk-EAVICDCR.js} +2 -2
- package/__chunks__/chunk-EBEYQZIS.js +2 -0
- package/__chunks__/{chunk-RRXC3HFG.js → chunk-ECNBTR2P.js} +2 -2
- package/__chunks__/chunk-EHBEIKPT.js +2 -0
- package/__chunks__/{chunk-BN5PQAN2.js → chunk-ELJRZBUP.js} +2 -2
- package/__chunks__/{chunk-OPDO5T3P.js → chunk-ESY2WJZF.js} +2 -2
- package/__chunks__/{chunk-VGPEWMQW.js → chunk-EU3M2TPH.js} +2 -2
- package/__chunks__/{chunk-SPLIL3ZF.js → chunk-EVHHLVIO.js} +2 -2
- package/__chunks__/{chunk-7KR7Q4BZ.js → chunk-EVKVW6OP.js} +2 -2
- package/__chunks__/{chunk-EFQAZJYN.js → chunk-F4LPQWRK.js} +2 -2
- package/__chunks__/{chunk-JGZCNGRV.js → chunk-FDG3CTJQ.js} +2 -2
- package/__chunks__/{chunk-DXOQOQTD.js → chunk-FG7U2ZRB.js} +2 -2
- package/__chunks__/{chunk-5XELCN7M.js → chunk-FITCOASE.js} +2 -2
- package/__chunks__/chunk-FL42ANFT.js +2 -0
- package/__chunks__/chunk-FT6XZQFL.js +2 -0
- package/__chunks__/{chunk-52ECK57H.js → chunk-FUMYEVN5.js} +2 -2
- package/__chunks__/{chunk-PUO4W3JY.js → chunk-FWTCHRN5.js} +2 -2
- package/__chunks__/{chunk-LTDUS257.js → chunk-G5T5SM4B.js} +2 -2
- package/__chunks__/{chunk-72FDUWXP.js → chunk-GDEIDSQC.js} +2 -2
- package/__chunks__/chunk-GFAN5STZ.js +2 -0
- package/__chunks__/{chunk-35VZ6NCK.js → chunk-GHTSBIH4.js} +2 -2
- package/__chunks__/chunk-GKSVI6Q5.js +2 -0
- package/__chunks__/{chunk-6CORFLG2.js → chunk-GO7NXC6I.js} +2 -2
- package/__chunks__/{chunk-OPAGSP3Y.js → chunk-GPQOL7GB.js} +2 -2
- package/__chunks__/chunk-GQX2AXPF.js +2 -0
- package/__chunks__/{chunk-JP736RXG.js → chunk-GZ7UARPP.js} +2 -2
- package/__chunks__/{chunk-XJVQOJZB.js → chunk-H5VMN2B4.js} +2 -2
- package/__chunks__/{chunk-KLLXNFCE.js → chunk-HCBNUJGK.js} +2 -2
- package/__chunks__/{chunk-J3POMKPU.js → chunk-HCG2PO6Z.js} +2 -2
- package/__chunks__/{chunk-FZ3BVOID.js → chunk-HFD6SX7K.js} +2 -2
- package/__chunks__/{chunk-NHLZWMC2.js → chunk-HHL5UDTQ.js} +2 -2
- package/__chunks__/chunk-HHNOK5PG.js +2 -0
- package/__chunks__/{chunk-KFKU4K4H.js → chunk-HKO35JVE.js} +2 -2
- package/__chunks__/chunk-HYUP22HC.js +2 -0
- package/__chunks__/{chunk-LKJPV45E.js → chunk-I4VYIHJD.js} +2 -2
- package/__chunks__/{chunk-TGQUDIQS.js → chunk-I5VKTCVW.js} +2 -2
- package/__chunks__/{chunk-IMNJMWNY.js → chunk-ID3NTT4Z.js} +2 -2
- package/__chunks__/{chunk-MIUU5UXK.js → chunk-IFVVHVQM.js} +2 -2
- package/__chunks__/{chunk-VKLTH4PZ.js → chunk-IJIYT3QB.js} +2 -2
- package/__chunks__/chunk-IRBTPHUB.js +2 -0
- package/__chunks__/{chunk-FT2IN7BT.js → chunk-ITUIM5G6.js} +2 -2
- package/__chunks__/{chunk-5KK3CLWQ.js → chunk-IUSZYBUQ.js} +2 -2
- package/__chunks__/{chunk-CLAUUCCC.js → chunk-IWAB24AH.js} +2 -2
- package/__chunks__/{chunk-7S7LAS32.js → chunk-J32KR5O6.js} +2 -2
- package/__chunks__/{chunk-6LGKAMXK.js → chunk-J56U5IAV.js} +2 -2
- package/__chunks__/{chunk-5DV7AOX4.js → chunk-J7M5HUAD.js} +2 -2
- package/__chunks__/{chunk-JCMBU43R.js → chunk-JDCJAJD4.js} +2 -2
- package/__chunks__/{chunk-SRVNBVIN.js → chunk-JHQFA6YK.js} +2 -2
- package/__chunks__/{chunk-PNXAVAWX.js → chunk-JMCMYELN.js} +2 -2
- package/__chunks__/{chunk-QQS7BRLY.js → chunk-JNMLUSOK.js} +2 -2
- package/__chunks__/{chunk-HEQQ64B6.js → chunk-JPJTXA2G.js} +2 -2
- package/__chunks__/{chunk-PADNJI6W.js → chunk-JQYERTXG.js} +2 -2
- package/__chunks__/{chunk-32JTIMBG.js → chunk-JUURLCJI.js} +2 -2
- package/__chunks__/chunk-JVSYNX7I.js +2 -0
- package/__chunks__/{chunk-6IBZJR36.js → chunk-JY3HMAMR.js} +2 -2
- package/__chunks__/{chunk-46PCNA3N.js → chunk-JZNLILZQ.js} +2 -2
- package/__chunks__/{chunk-QN2Y4SM6.js → chunk-K7WZNW5X.js} +2 -2
- package/__chunks__/{chunk-YKNQQTMV.js → chunk-KN53GKZX.js} +2 -2
- package/__chunks__/{chunk-JR6NRUWF.js → chunk-KOQXMQSP.js} +2 -2
- package/__chunks__/{chunk-OJC5LON4.js → chunk-KV4BYCDF.js} +2 -2
- package/__chunks__/{chunk-TDYVMPIO.js → chunk-KWMPPLTR.js} +2 -2
- package/__chunks__/{chunk-TF77GIBC.js → chunk-LNOKECRH.js} +2 -2
- package/__chunks__/{chunk-CXMSIGN3.js → chunk-LTJVHYYW.js} +2 -2
- package/__chunks__/{chunk-EWWRMWGQ.js → chunk-LVWF5CKD.js} +2 -2
- package/__chunks__/chunk-LW7U3EUB.js +2 -0
- package/__chunks__/{chunk-R6OGIXW3.js → chunk-LWAL5OMN.js} +2 -2
- package/__chunks__/{chunk-TMUOMOCN.js → chunk-LYN37XH5.js} +2 -2
- package/__chunks__/{chunk-BPPVSU25.js → chunk-M233YJDK.js} +1 -1
- package/__chunks__/{chunk-CILXKB6B.js → chunk-M3DCFIB7.js} +2 -2
- package/__chunks__/{chunk-NUNUM2A2.js → chunk-M5BOIA6B.js} +2 -2
- package/__chunks__/chunk-M7T4AUBP.js +2 -0
- package/__chunks__/{chunk-QH27B2OC.js → chunk-MC7RXBF4.js} +2 -2
- package/__chunks__/{chunk-VLHTKYIW.js → chunk-ME4CQMKT.js} +2 -2
- package/__chunks__/chunk-MFT36UPJ.js +2 -0
- package/__chunks__/{chunk-CQVMLDWA.js → chunk-MM5XW7VA.js} +2 -2
- package/__chunks__/{chunk-Z4CVKFHQ.js → chunk-MTWKFHRA.js} +2 -2
- package/__chunks__/chunk-MX3CY6TB.js +2 -0
- package/__chunks__/{chunk-PBXY5VMX.js → chunk-MXMO5VOA.js} +2 -2
- package/__chunks__/{chunk-YTSEILVL.js → chunk-MY5N6ROI.js} +2 -2
- package/__chunks__/chunk-N5EEQD2P.js +2 -0
- package/__chunks__/{chunk-7FIOYGVQ.js → chunk-NA7BBONT.js} +2 -2
- package/__chunks__/{chunk-RLOOYBXD.js → chunk-NALUFJK4.js} +2 -2
- package/__chunks__/chunk-NHZC5PWW.js +2 -0
- package/__chunks__/{chunk-X7KSFJQK.js → chunk-NKWA6FJW.js} +2 -2
- package/__chunks__/{chunk-CVSHXU7I.js → chunk-NTPWI3LZ.js} +2 -2
- package/__chunks__/chunk-NUQWOH62.js +2 -0
- package/__chunks__/chunk-O76SO5NN.js +2 -0
- package/__chunks__/chunk-OBCFAKCR.js +2 -0
- package/__chunks__/chunk-OCH5X6XJ.js +2 -0
- package/__chunks__/{chunk-ZUXEYBK5.js → chunk-OCIFQ26I.js} +2 -2
- package/__chunks__/{chunk-LO3RIUS3.js → chunk-OGY2VJHG.js} +2 -2
- package/__chunks__/{chunk-NR5NGCMG.js → chunk-OJUAVBN4.js} +2 -2
- package/__chunks__/chunk-OKGLECMC.js +2 -0
- package/__chunks__/chunk-OLI3TNCJ.js +2 -0
- package/__chunks__/{chunk-HED7LZVU.js → chunk-OQ2YXDWR.js} +2 -2
- package/__chunks__/{chunk-YANNTW2Q.js → chunk-OQ3JVDP4.js} +2 -2
- package/__chunks__/{chunk-UORGIPVL.js → chunk-OQUCU64T.js} +2 -2
- package/__chunks__/{chunk-BACKWDOJ.js → chunk-ORCYEIJZ.js} +2 -2
- package/__chunks__/chunk-OT7R2NEQ.js +2 -0
- package/__chunks__/chunk-OZBDF76V.js +2 -0
- package/__chunks__/{chunk-PDWYQFPS.js → chunk-P24VSIZF.js} +2 -2
- package/__chunks__/{chunk-W4GZJ24H.js → chunk-P2KRF4TX.js} +2 -2
- package/__chunks__/{chunk-TLCTBY2K.js → chunk-P4ZLCGAX.js} +2 -2
- package/__chunks__/chunk-PLVN6R4K.js +2 -0
- package/__chunks__/{chunk-CSSOPAY3.js → chunk-PRBT2JHG.js} +2 -2
- package/__chunks__/chunk-PV4P32HG.js +2 -0
- package/__chunks__/{chunk-QB77NCQP.js → chunk-PXLDGKC4.js} +2 -2
- package/__chunks__/{chunk-KBFFGMRC.js → chunk-PYNDT3DJ.js} +2 -2
- package/__chunks__/{chunk-CWCTVSSE.js → chunk-Q7HPUVKJ.js} +2 -2
- package/__chunks__/{chunk-UY7WU4RX.js → chunk-QE6MZGN5.js} +2 -2
- package/__chunks__/{chunk-ZGUGCPPH.js → chunk-QFLGG2EQ.js} +2 -2
- package/__chunks__/{chunk-D5K7WBRB.js → chunk-QGZR4AIT.js} +2 -2
- package/__chunks__/{chunk-O3DTNAEY.js → chunk-QSHIJADJ.js} +2 -2
- package/__chunks__/{chunk-RCHL72K4.js → chunk-QWWOCHOY.js} +2 -2
- package/__chunks__/{chunk-G2OLVYAC.js → chunk-QWZX4YJN.js} +2 -2
- package/__chunks__/{chunk-CEU34V6N.js → chunk-R2TDBDEX.js} +2 -2
- package/__chunks__/{chunk-3F3GOL42.js → chunk-R5AZ5VME.js} +2 -2
- package/__chunks__/chunk-RF7HMR74.js +2 -0
- package/__chunks__/{chunk-GBAACFEX.js → chunk-RYJFVB3O.js} +2 -2
- package/__chunks__/{chunk-FQ72GI3P.js → chunk-SF4HPDHQ.js} +2 -2
- package/__chunks__/{chunk-K5EF6Y3F.js → chunk-SHWQX35Z.js} +2 -2
- package/__chunks__/{chunk-EEI35GZT.js → chunk-SK3C6ZOZ.js} +2 -2
- package/__chunks__/{chunk-3M4QTTV7.js → chunk-SMYUEECP.js} +2 -2
- package/__chunks__/{chunk-S75EYWKY.js → chunk-SP5SBX3P.js} +2 -2
- package/__chunks__/{chunk-XX2BDOLP.js → chunk-SPD45ZEH.js} +2 -2
- package/__chunks__/{chunk-N4WBG64L.js → chunk-SQDL2UBG.js} +2 -2
- package/__chunks__/chunk-SW27GSXL.js +2 -0
- package/__chunks__/{chunk-THATLRXI.js → chunk-TKGUBRTO.js} +2 -2
- package/__chunks__/{chunk-ONX2WKS4.js → chunk-TMIKWYU6.js} +2 -2
- package/__chunks__/chunk-TQPEOA25.js +2 -0
- package/__chunks__/{chunk-NQVKUO5J.js → chunk-TR2J6DEL.js} +2 -2
- package/__chunks__/{chunk-PKNLHLMK.js → chunk-TU5N4L3F.js} +2 -2
- package/__chunks__/{chunk-FKIKFBN6.js → chunk-TWBQ7KS3.js} +2 -2
- package/__chunks__/{chunk-CV6LTYEN.js → chunk-UB4DU6IY.js} +2 -2
- package/__chunks__/{chunk-ZUBYGCI6.js → chunk-UGG4ZVT7.js} +2 -2
- package/__chunks__/{chunk-HUHBWTGV.js → chunk-UHNAW66J.js} +2 -2
- package/__chunks__/{chunk-W4BJGGSU.js → chunk-UIMOFTYA.js} +2 -2
- package/__chunks__/{chunk-VP5L3R3J.js → chunk-UJNUZKVY.js} +2 -2
- package/__chunks__/{chunk-WL5XAOJQ.js → chunk-UNC4ZPZ7.js} +2 -2
- package/__chunks__/{chunk-QXVU5FGO.js → chunk-USGR36BQ.js} +2 -2
- package/__chunks__/{chunk-SNGAFUP6.js → chunk-UV3BQKFK.js} +2 -2
- package/__chunks__/{chunk-HKOVN6MG.js → chunk-V3X7UG2C.js} +2 -2
- package/__chunks__/{chunk-COUZONBL.js → chunk-V5QSDNY3.js} +2 -2
- package/__chunks__/{chunk-XMM4AD2U.js → chunk-V7ACSO4O.js} +2 -2
- package/__chunks__/chunk-VMD67BF6.js +2 -0
- package/__chunks__/{chunk-JJ5TU65J.js → chunk-VXWN2IY4.js} +2 -2
- package/__chunks__/{chunk-KXYOZZWH.js → chunk-WA5XP3EV.js} +2 -2
- package/__chunks__/{chunk-QMFN5L42.js → chunk-WEA4C5X7.js} +2 -2
- package/__chunks__/{chunk-IINAI2T7.js → chunk-WFMSTO6P.js} +2 -2
- package/__chunks__/{chunk-4UQWT5ZQ.js → chunk-WHJDOGU7.js} +2 -2
- package/__chunks__/{chunk-YNWHJAAC.js → chunk-WJF3CIOE.js} +2 -2
- package/__chunks__/{chunk-7ATRC2HC.js → chunk-WNSPURWS.js} +2 -2
- package/__chunks__/{chunk-GDDIVHLD.js → chunk-WOHL234A.js} +2 -2
- package/__chunks__/chunk-WQV4NSZG.js +2 -0
- package/__chunks__/{chunk-AUMJWTVL.js → chunk-WRO6THDA.js} +2 -2
- package/__chunks__/chunk-WTMHDI3F.js +2 -0
- package/__chunks__/{chunk-7VAMMQBW.js → chunk-WXYQ5GK4.js} +2 -2
- package/__chunks__/{chunk-FULWXGZA.js → chunk-X2VKBIHG.js} +2 -2
- package/__chunks__/{chunk-LPOKARPF.js → chunk-XCEK2L6C.js} +2 -2
- package/__chunks__/{chunk-G5FPMOKK.js → chunk-XHD63UMY.js} +2 -2
- package/__chunks__/{chunk-BJLACGZ2.js → chunk-XKG6MJJF.js} +2 -2
- package/__chunks__/{chunk-GZH3R2XH.js → chunk-XRI4KXUU.js} +2 -2
- package/__chunks__/{chunk-65PTUMFW.js → chunk-XW22FF2X.js} +2 -2
- package/__chunks__/{chunk-N5TBTK3M.js → chunk-XWZAWT7G.js} +2 -2
- package/__chunks__/{chunk-QX22NYVR.js → chunk-Y3NLPZAR.js} +2 -2
- package/__chunks__/{chunk-RULY5VOQ.js → chunk-YB4BVMRP.js} +2 -2
- package/__chunks__/{chunk-C5LKGARX.js → chunk-YPXBAXJG.js} +2 -2
- package/__chunks__/{chunk-JSOZJSKF.js → chunk-YRXFSVU4.js} +2 -2
- package/__chunks__/chunk-YSQKUC2C.js +2 -0
- package/__chunks__/{chunk-RQJTGIXR.js → chunk-YT6MEERZ.js} +2 -2
- package/__chunks__/{chunk-RHJRKQLW.js → chunk-YUW6HFTC.js} +2 -2
- package/__chunks__/{chunk-JH6JZ4CB.js → chunk-YZLRTQIA.js} +2 -2
- package/__chunks__/{chunk-TKL5MHDO.js → chunk-Z2W42GR6.js} +2 -2
- package/__chunks__/{chunk-2L5WU6KF.js → chunk-Z5HOLA7Z.js} +2 -2
- package/__chunks__/{chunk-GVQUOFTI.js → chunk-ZEN5RLW4.js} +2 -2
- package/__chunks__/{chunk-7YQ54JUZ.js → chunk-ZERBKBEF.js} +2 -2
- package/__chunks__/{chunk-BOW2EG2N.js → chunk-ZFOGJLJ6.js} +2 -2
- package/__chunks__/{chunk-HWHFIUZU.js → chunk-ZJ6WAYTZ.js} +2 -2
- package/__chunks__/{chunk-RVISUG5T.js → chunk-ZXAUVMQ6.js} +2 -2
- package/__chunks__/{chunk-GSMMBXTD.js → chunk-ZYBZKJ66.js} +2 -2
- package/__chunks__/{chunk-NL2BF2BK.js → chunk-ZYXYZADX.js} +2 -2
- package/__chunks__/{chunk-5RYOEKY5.js → chunk-ZZ4XEJL7.js} +2 -2
- package/__commonjs/UI/DappModal/hooks/index.js +1 -1
- package/__commonjs/UI/DappModal/hooks/useDappModal.js +1 -1
- package/__commonjs/UI/DappModal/index.js +1 -1
- package/__commonjs/UI/ModalContainer/ModalContainer.js +1 -1
- package/__commonjs/UI/ModalContainer/index.js +1 -1
- package/__commonjs/UI/NotificationModal/index.js +1 -1
- package/__commonjs/UI/ScamPhishingAlert/ScamPhishingAlert.js +2 -2
- package/__commonjs/UI/ScamPhishingAlert/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/__commonjs/UI/TransactionsTable/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +8 -8
- package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/index.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/__commonjs/UI/index.js +69 -69
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +15 -15
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +14 -14
- package/__commonjs/UI/ledger/index.js +15 -15
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +18 -18
- package/__commonjs/UI/pages/index.js +18 -18
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +7 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +6 -6
- package/__commonjs/UI/walletConnect/index.js +7 -7
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/server.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/index.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/__commonjs/components/LogoutListener/index.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebViewLogin.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/signMessage/index.js +1 -1
- package/__commonjs/hooks/signMessage/{useVerifyMessage.js → verifyMessage.js} +2 -2
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/__commonjs/providers/webviewProvider/index.js +1 -1
- package/__commonjs/providers/webviewProvider/requestMethods.js +1 -1
- package/__commonjs/providers/webviewProvider/webviewProvider.js +1 -1
- package/__commonjs/reduxStore/commonActions.js +1 -1
- package/__commonjs/reduxStore/persistedRootReducer.js +1 -1
- package/__commonjs/reduxStore/slices/dappModalsSlice.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/decodeNativeAuthToken.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/index.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/services/nativeAuth/index.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getTokenExpiration.js +1 -1
- package/__commonjs/services/nativeAuth/methods/index.js +1 -1
- package/__commonjs/services/nativeAuth/nativeAuth.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/getScamAddressData.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.d.ts +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.d.ts +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/signMessage/verifyMessage.d.ts +6 -0
- package/hooks/signMessage/verifyMessage.js +2 -0
- 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 +2 -2
- package/providers/accountProvider.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.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/decodeNativeAuthToken.d.ts +1 -1
- package/services/nativeAuth/helpers/decodeNativeAuthToken.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/getNativeAuthConfig.d.ts +1 -1
- package/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/services/nativeAuth/methods/getToken.js +1 -1
- package/services/nativeAuth/methods/getTokenExpiration.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.d.ts +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/login.types.d.ts +1 -1
- package/types/login.types.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/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/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/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-23WPUIWM.js +0 -2
- package/__chunks__/chunk-2LFAG5UW.js +0 -2
- package/__chunks__/chunk-4QMATHBG.js +0 -2
- package/__chunks__/chunk-5C5IMDWD.js +0 -2
- package/__chunks__/chunk-5VEFV3IS.js +0 -2
- package/__chunks__/chunk-7A4X3VND.js +0 -2
- package/__chunks__/chunk-AFAUYTFM.js +0 -2
- package/__chunks__/chunk-AZVCA6PP.js +0 -2
- package/__chunks__/chunk-BMM3EAVE.js +0 -2
- package/__chunks__/chunk-BQOOU5JN.js +0 -2
- package/__chunks__/chunk-CHTJEAWJ.js +0 -2
- package/__chunks__/chunk-CUPMM5UN.js +0 -2
- package/__chunks__/chunk-DQ6NMBLV.js +0 -2
- package/__chunks__/chunk-DXWP7WID.js +0 -2
- package/__chunks__/chunk-EGUQKZHO.js +0 -2
- package/__chunks__/chunk-EPODPC7N.js +0 -2
- package/__chunks__/chunk-FDNJRVRV.js +0 -2
- package/__chunks__/chunk-FZKUX6GT.js +0 -2
- package/__chunks__/chunk-GTFL6MTY.js +0 -2
- package/__chunks__/chunk-IH6JAQIK.js +0 -2
- package/__chunks__/chunk-J5MXYBME.js +0 -2
- package/__chunks__/chunk-JRCA2D4O.js +0 -2
- package/__chunks__/chunk-JZMR4U4G.js +0 -2
- package/__chunks__/chunk-K4JDGZX7.js +0 -2
- package/__chunks__/chunk-KK63JPYF.js +0 -2
- package/__chunks__/chunk-KL3ZFTGO.js +0 -2
- package/__chunks__/chunk-KVKIF44C.js +0 -2
- package/__chunks__/chunk-LHMBRPVE.js +0 -2
- package/__chunks__/chunk-MNBMZXH4.js +0 -2
- package/__chunks__/chunk-N53WBDGP.js +0 -2
- package/__chunks__/chunk-NJ2FRDNT.js +0 -2
- package/__chunks__/chunk-NJAB7S6U.js +0 -2
- package/__chunks__/chunk-NLB665WA.js +0 -2
- package/__chunks__/chunk-O3IP5FLJ.js +0 -2
- package/__chunks__/chunk-OQLWGB56.js +0 -2
- package/__chunks__/chunk-PK3B7MMU.js +0 -2
- package/__chunks__/chunk-Q2MHKB63.js +0 -2
- package/__chunks__/chunk-QC4HFPGK.js +0 -2
- package/__chunks__/chunk-QMD3AU7N.js +0 -2
- package/__chunks__/chunk-RNF6NJNX.js +0 -2
- package/__chunks__/chunk-T7QMSC3P.js +0 -2
- package/__chunks__/chunk-TMCGSBFK.js +0 -2
- package/__chunks__/chunk-TMST4RY3.js +0 -2
- package/__chunks__/chunk-U2HS3BH7.js +0 -2
- package/__chunks__/chunk-XUFBPLE5.js +0 -2
- package/__chunks__/chunk-XW4TJUAM.js +0 -2
- package/__chunks__/chunk-YHN6UC5D.js +0 -2
- package/__chunks__/chunk-YMCJEH4Z.js +0 -2
- package/__chunks__/chunk-Z5PKPJRS.js +0 -2
- package/__chunks__/chunk-ZTLF7T3Z.js +0 -2
- package/hooks/signMessage/useVerifyMessage.d.ts +0 -2
- package/hooks/signMessage/useVerifyMessage.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Cr=Object.create;var W=Object.defineProperty;var Lr=Object.getOwnPropertyDescriptor;var Mr=Object.getOwnPropertyNames;var Pr=Object.getPrototypeOf,Nr=Object.prototype.hasOwnProperty;var Rr=(e,r)=>()=>(e&&(r=e(e=0)),r);var Y=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),kr=(e,r)=>{for(var t in r)W(e,t,{get:r[t],enumerable:!0})},ir=(e,r,t,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Mr(r))!Nr.call(e,n)&&n!==t&&W(e,n,{get:()=>r[n],enumerable:!(i=Lr(r,n))||i.enumerable});return e};var q=(e,r,t)=>(t=e!=null?Cr(Pr(e)):{},ir(r||!e||!e.__esModule?W(t,"default",{value:e,enumerable:!0}):t,e)),Dr=e=>ir(W({},"__esModule",{value:!0}),e);var ar=Y(z=>{"use strict";y();z.byteLength=Wr;z.toByteArray=qr;z.fromByteArray=Xr;var F=[],g=[],br=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(U=0,nr=J.length;U<nr;++U)F[U]=J[U],g[J.charCodeAt(U)]=U;var U,nr;g["-".charCodeAt(0)]=62;g["_".charCodeAt(0)]=63;function or(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var i=t===r?0:4-t%4;return[t,i]}function Wr(e){var r=or(e),t=r[0],i=r[1];return(t+i)*3/4-i}function Yr(e,r,t){return(r+t)*3/4-t}function qr(e){var r,t=or(e),i=t[0],n=t[1],o=new br(Yr(e,i,n)),a=0,h=n>0?i-4:i,p;for(p=0;p<h;p+=4)r=g[e.charCodeAt(p)]<<18|g[e.charCodeAt(p+1)]<<12|g[e.charCodeAt(p+2)]<<6|g[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return n===2&&(r=g[e.charCodeAt(p)]<<2|g[e.charCodeAt(p+1)]>>4,o[a++]=r&255),n===1&&(r=g[e.charCodeAt(p)]<<10|g[e.charCodeAt(p+1)]<<4|g[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function zr(e){return F[e>>18&63]+F[e>>12&63]+F[e>>6&63]+F[e&63]}function Hr(e,r,t){for(var i,n=[],o=r;o<t;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),n.push(zr(i));return n.join("")}function Xr(e){for(var r,t=e.length,i=t%3,n=[],o=16383,a=0,h=t-i;a<h;a+=o)n.push(Hr(e,a,a+o>h?h:a+o));return i===1?(r=e[t-1],n.push(F[r>>2]+F[r<<4&63]+"==")):i===2&&(r=(e[t-2]<<8)+e[t-1],n.push(F[r>>10]+F[r>>4&63]+F[r<<2&63]+"=")),n.join("")}});var ur=Y(Q=>{y();Q.read=function(e,r,t,i,n){var o,a,h=n*8-i-1,p=(1<<h)-1,s=p>>1,f=-7,c=t?n-1:0,E=t?-1:1,w=e[r+c];for(c+=E,o=w&(1<<-f)-1,w>>=-f,f+=h;f>0;o=o*256+e[r+c],c+=E,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=i;f>0;a=a*256+e[r+c],c+=E,f-=8);if(o===0)o=1-s;else{if(o===p)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,i),o=o-s}return(w?-1:1)*a*Math.pow(2,o-i)};Q.write=function(e,r,t,i,n,o){var a,h,p,s=o*8-n-1,f=(1<<s)-1,c=f>>1,E=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=i?0:o-1,P=i?1:-1,Sr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,a=f):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+c>=1?r+=E/p:r+=E*Math.pow(2,1-c),r*p>=2&&(a++,p/=2),a+c>=f?(h=0,a=f):a+c>=1?(h=(r*p-1)*Math.pow(2,n),a=a+c):(h=r*Math.pow(2,c-1)*Math.pow(2,n),a=0));n>=8;e[t+w]=h&255,w+=P,h/=256,n-=8);for(a=a<<n|h,s+=n;s>0;e[t+w]=a&255,w+=P,a/=256,s-=8);e[t+w-P]|=Sr*128}});var Fr=Y(k=>{"use strict";y();var V=ar(),R=ur(),hr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;k.Buffer=u;k.SlowBuffer=Or;k.INSPECT_MAX_BYTES=50;var H=2147483647;k.kMaxLength=H;u.TYPED_ARRAY_SUPPORT=Gr();!u.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 Gr(){try{var e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function B(e){if(e>H)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,u.prototype),r}function u(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return $(e)}return sr(e,r,t)}u.poolSize=8192;function sr(e,r,t){if(typeof e=="string")return Qr(e,r);if(ArrayBuffer.isView(e))return Vr(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(_(e,ArrayBuffer)||e&&_(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(e,SharedArrayBuffer)||e&&_(e.buffer,SharedArrayBuffer)))return O(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return u.from(i,r,t);var n=Kr(e);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,r,t){return sr(e,r,t)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function fr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Jr(e,r,t){return fr(e),e<=0?B(e):r!==void 0?typeof t=="string"?B(e).fill(r,t):B(e).fill(r):B(e)}u.alloc=function(e,r,t){return Jr(e,r,t)};function $(e){return fr(e),B(e<0?0:j(e)|0)}u.allocUnsafe=function(e){return $(e)};u.allocUnsafeSlow=function(e){return $(e)};function Qr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=lr(e,r)|0,i=B(t),n=i.write(e,r);return n!==t&&(i=i.slice(0,n)),i}function K(e){for(var r=e.length<0?0:j(e.length)|0,t=B(r),i=0;i<r;i+=1)t[i]=e[i]&255;return t}function Vr(e){if(_(e,Uint8Array)){var r=new Uint8Array(e);return O(r.buffer,r.byteOffset,r.byteLength)}return K(e)}function O(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,r):i=new Uint8Array(e,r,t),Object.setPrototypeOf(i,u.prototype),i}function Kr(e){if(u.isBuffer(e)){var r=j(e.length)|0,t=B(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||rr(e.length)?B(0):K(e);if(e.type==="Buffer"&&Array.isArray(e.data))return K(e.data)}function j(e){if(e>=H)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+H.toString(16)+" bytes");return e|0}function Or(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==u.prototype};u.compare=function(r,t){if(_(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),_(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(r)||!u.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var i=r.length,n=t.length,o=0,a=Math.min(i,n);o<a;++o)if(r[o]!==t[o]){i=r[o],n=t[o];break}return i<n?-1:n<i?1:0};u.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return u.alloc(0);var i;if(t===void 0)for(t=0,i=0;i<r.length;++i)t+=r[i].length;var n=u.allocUnsafe(t),o=0;for(i=0;i<r.length;++i){var a=r[i];if(_(a,Uint8Array))o+a.length>n.length?u.from(a).copy(n,o):Uint8Array.prototype.set.call(n,a,o);else if(u.isBuffer(a))a.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return n};function lr(e,r){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||_(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Er(e).length;default:if(n)return i?-1:Z(e).length;r=(""+r).toLowerCase(),n=!0}}u.byteLength=lr;function Zr(e,r,t){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return ut(this,r,t);case"utf8":case"utf-8":return yr(this,r,t);case"ascii":return ot(this,r,t);case"latin1":case"binary":return at(this,r,t);case"base64":return it(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ht(this,r,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}u.prototype._isBuffer=!0;function C(e,r,t){var i=e[r];e[r]=e[t],e[t]=i}u.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)C(this,t,t+1);return this};u.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)C(this,t,t+3),C(this,t+1,t+2);return this};u.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)C(this,t,t+7),C(this,t+1,t+6),C(this,t+2,t+5),C(this,t+3,t+4);return this};u.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?yr(this,0,r):Zr.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(r){if(!u.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:u.compare(this,r)===0};u.prototype.inspect=function(){var r="",t=k.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};hr&&(u.prototype[hr]=u.prototype.inspect);u.prototype.compare=function(r,t,i,n,o){if(_(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),t<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=i)return 0;if(n>=o)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var a=o-n,h=i-t,p=Math.min(a,h),s=this.slice(n,o),f=r.slice(t,i),c=0;c<p;++c)if(s[c]!==f[c]){a=s[c],h=f[c];break}return a<h?-1:h<a?1:0};function mr(e,r,t,i,n){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rr(t)&&(t=n?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(n)return-1;t=e.length-1}else if(t<0)if(n)t=0;else return-1;if(typeof r=="string"&&(r=u.from(r,i)),u.isBuffer(r))return r.length===0?-1:pr(e,r,t,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):pr(e,[r],t,i,n);throw new TypeError("val must be string, number or Buffer")}function pr(e,r,t,i,n){var o=1,a=e.length,h=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,h/=2,t/=2}function p(w,P){return o===1?w[P]:w.readUInt16BE(P*o)}var s;if(n){var f=-1;for(s=t;s<a;s++)if(p(e,s)===p(r,f===-1?0:s-f)){if(f===-1&&(f=s),s-f+1===h)return f*o}else f!==-1&&(s-=s-f),f=-1}else for(t+h>a&&(t=a-h),s=t;s>=0;s--){for(var c=!0,E=0;E<h;E++)if(p(e,s+E)!==p(r,E)){c=!1;break}if(c)return s}return-1}u.prototype.includes=function(r,t,i){return this.indexOf(r,t,i)!==-1};u.prototype.indexOf=function(r,t,i){return mr(this,r,t,i,!0)};u.prototype.lastIndexOf=function(r,t,i){return mr(this,r,t,i,!1)};function $r(e,r,t,i){t=Number(t)||0;var n=e.length-t;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var a=0;a<i;++a){var h=parseInt(r.substr(a*2,2),16);if(rr(h))return a;e[t+a]=h}return a}function jr(e,r,t,i){return X(Z(r,e.length-t),e,t,i)}function rt(e,r,t,i){return X(st(r),e,t,i)}function tt(e,r,t,i){return X(Er(r),e,t,i)}function et(e,r,t,i){return X(ft(r,e.length-t),e,t,i)}u.prototype.write=function(r,t,i,n){if(t===void 0)n="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")n=t,i=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var a=!1;;)switch(n){case"hex":return $r(this,r,t,i);case"utf8":case"utf-8":return jr(this,r,t,i);case"ascii":case"latin1":case"binary":return rt(this,r,t,i);case"base64":return tt(this,r,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return et(this,r,t,i);default:if(a)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),a=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function it(e,r,t){return r===0&&t===e.length?V.fromByteArray(e):V.fromByteArray(e.slice(r,t))}function yr(e,r,t){t=Math.min(e.length,t);for(var i=[],n=r;n<t;){var o=e[n],a=null,h=o>239?4:o>223?3:o>191?2:1;if(n+h<=t){var p,s,f,c;switch(h){case 1:o<128&&(a=o);break;case 2:p=e[n+1],(p&192)===128&&(c=(o&31)<<6|p&63,c>127&&(a=c));break;case 3:p=e[n+1],s=e[n+2],(p&192)===128&&(s&192)===128&&(c=(o&15)<<12|(p&63)<<6|s&63,c>2047&&(c<55296||c>57343)&&(a=c));break;case 4:p=e[n+1],s=e[n+2],f=e[n+3],(p&192)===128&&(s&192)===128&&(f&192)===128&&(c=(o&15)<<18|(p&63)<<12|(s&63)<<6|f&63,c>65535&&c<1114112&&(a=c))}}a===null?(a=65533,h=1):a>65535&&(a-=65536,i.push(a>>>10&1023|55296),a=56320|a&1023),i.push(a),n+=h}return nt(i)}var cr=4096;function nt(e){var r=e.length;if(r<=cr)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<r;)t+=String.fromCharCode.apply(String,e.slice(i,i+=cr));return t}function ot(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]&127);return i}function at(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]);return i}function ut(e,r,t){var i=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>i)&&(t=i);for(var n="",o=r;o<t;++o)n+=lt[e[o]];return n}function ht(e,r,t){for(var i=e.slice(r,t),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}u.prototype.slice=function(r,t){var i=this.length;r=~~r,t=t===void 0?i:~~t,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<r&&(t=r);var n=this.subarray(r,t);return Object.setPrototypeOf(n,u.prototype),n};function m(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=this[r],o=1,a=0;++a<t&&(o*=256);)n+=this[r+a]*o;return n};u.prototype.readUintBE=u.prototype.readUIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=this[r+--t],o=1;t>0&&(o*=256);)n+=this[r+--t]*o;return n};u.prototype.readUint8=u.prototype.readUInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]|this[r+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]<<8|this[r+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||m(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};u.prototype.readIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=this[r],o=1,a=0;++a<t&&(o*=256);)n+=this[r+a]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*t)),n};u.prototype.readIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=t,o=1,a=this[r+--n];n>0&&(o*=256);)a+=this[r+--n]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*t)),a};u.prototype.readInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};u.prototype.readInt16LE=function(r,t){r=r>>>0,t||m(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};u.prototype.readInt16BE=function(r,t){r=r>>>0,t||m(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};u.prototype.readInt32LE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};u.prototype.readInt32BE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};u.prototype.readFloatLE=function(r,t){return r=r>>>0,t||m(r,4,this.length),R.read(this,r,!0,23,4)};u.prototype.readFloatBE=function(r,t){return r=r>>>0,t||m(r,4,this.length),R.read(this,r,!1,23,4)};u.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||m(r,8,this.length),R.read(this,r,!0,52,8)};u.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||m(r,8,this.length),R.read(this,r,!1,52,8)};function x(e,r,t,i,n,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;x(this,r,t,i,o,0)}var a=1,h=0;for(this[t]=r&255;++h<i&&(a*=256);)this[t+h]=r/a&255;return t+i};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;x(this,r,t,i,o,0)}var a=i-1,h=1;for(this[t+a]=r&255;--a>=0&&(h*=256);)this[t+a]=r/h&255;return t+i};u.prototype.writeUint8=u.prototype.writeUInt8=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,1,255,0),this[t]=r&255,t+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};u.prototype.writeIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);x(this,r,t,i,o-1,-o)}var a=0,h=1,p=0;for(this[t]=r&255;++a<i&&(h*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/h>>0)-p&255;return t+i};u.prototype.writeIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);x(this,r,t,i,o-1,-o)}var a=i-1,h=1,p=0;for(this[t+a]=r&255;--a>=0&&(h*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/h>>0)-p&255;return t+i};u.prototype.writeInt8=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};u.prototype.writeInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};u.prototype.writeInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};u.prototype.writeInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};u.prototype.writeInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||x(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function xr(e,r,t,i,n,o){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,i,n){return r=+r,t=t>>>0,n||xr(e,r,t,4,34028234663852886e22,-34028234663852886e22),R.write(e,r,t,i,23,4),t+4}u.prototype.writeFloatLE=function(r,t,i){return wr(this,r,t,!0,i)};u.prototype.writeFloatBE=function(r,t,i){return wr(this,r,t,!1,i)};function gr(e,r,t,i,n){return r=+r,t=t>>>0,n||xr(e,r,t,8,17976931348623157e292,-17976931348623157e292),R.write(e,r,t,i,52,8),t+8}u.prototype.writeDoubleLE=function(r,t,i){return gr(this,r,t,!0,i)};u.prototype.writeDoubleBE=function(r,t,i){return gr(this,r,t,!1,i)};u.prototype.copy=function(r,t,i,n){if(!u.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),t>=r.length&&(t=r.length),t||(t=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-t<n-i&&(n=r.length-t+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),t),o};u.prototype.fill=function(r,t,i,n){if(typeof r=="string"){if(typeof t=="string"?(n=t,t=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<i;++a)this[a]=r;else{var h=u.isBuffer(r)?r:u.from(r,n),p=h.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<i-t;++a)this[a+t]=h[a%p]}return this};var pt=/[^+/0-9A-Za-z-_]/g;function ct(e){if(e=e.split("=")[0],e=e.trim().replace(pt,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Z(e,r){r=r||1/0;for(var t,i=e.length,n=null,o=[],a=0;a<i;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!n){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),n=t;continue}t=(n-55296<<10|t-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function st(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ft(e,r){for(var t,i,n,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),i=t>>8,n=t%256,o.push(n),o.push(i);return o}function Er(e){return V.toByteArray(ct(e))}function X(e,r,t,i){for(var n=0;n<i&&!(n+t>=r.length||n>=e.length);++n)r[n+t]=e[n];return n}function _(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function rr(e){return e!==e}var lt=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var i=t*16,n=0;n<16;++n)r[i+n]=e[t]+e[n];return r}()});var vr=Y((dt,Br)=>{y();var l=Br.exports={},A,d;function tr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=tr}catch(e){A=tr}try{typeof clearTimeout=="function"?d=clearTimeout:d=er}catch(e){d=er}})();function _r(e){if(A===setTimeout)return setTimeout(e,0);if((A===tr||!A)&&setTimeout)return A=setTimeout,setTimeout(e,0);try{return A(e,0)}catch(r){try{return A.call(null,e,0)}catch(t){return A.call(this,e,0)}}}function mt(e){if(d===clearTimeout)return clearTimeout(e);if((d===er||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(e);try{return d(e)}catch(r){try{return d.call(null,e)}catch(t){return d.call(this,e)}}}var v=[],D=!1,L,G=-1;function yt(){!D||!L||(D=!1,L.length?v=L.concat(v):G=-1,v.length&&Ar())}function Ar(){if(!D){var e=_r(yt);D=!0;for(var r=v.length;r;){for(L=v,v=[];++G<r;)L&&L[G].run();G=-1,r=v.length}L=null,D=!1,mt(e)}}l.nextTick=function(e){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];v.push(new dr(e,r)),v.length===1&&!D&&_r(Ar)};function dr(e,r){this.fun=e,this.array=r}dr.prototype.run=function(){this.fun.apply(null,this.array)};l.title="browser";l.browser=!0;l.env={};l.argv=[];l.version="";l.versions={};function T(){}l.on=T;l.addListener=T;l.once=T;l.off=T;l.removeListener=T;l.removeAllListeners=T;l.emit=T;l.prependListener=T;l.prependOnceListener=T;l.listeners=function(e){return[]};l.binding=function(e){throw new Error("process.binding is not supported")};l.cwd=function(){return"/"};l.chdir=function(e){throw new Error("process.chdir is not supported")};l.umask=function(){return 0}});var I,S,Bt,y=Rr(()=>{I=q(Fr()),S=q(vr()),Bt=function(e){function r(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var gt={};kr(gt,{ScamPhishingAlert:()=>wt});module.exports=Dr(gt);y();y();var M=q(require("react")),Tr=require("@fortawesome/free-solid-svg-icons"),Ur=require("@fortawesome/react-fontawesome"),Ir=q(require("classnames"));y();var xt=`.dapp-core-component__scamPhishingStyles__scam-phishing-alert {
|
|
1
|
+
"use strict";var Cr=Object.create;var W=Object.defineProperty;var Lr=Object.getOwnPropertyDescriptor;var Pr=Object.getOwnPropertyNames;var Nr=Object.getPrototypeOf,Mr=Object.prototype.hasOwnProperty;var kr=(e,r)=>()=>(e&&(r=e(e=0)),r);var Y=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Dr=(e,r)=>{for(var t in r)W(e,t,{get:r[t],enumerable:!0})},nr=(e,r,t,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Pr(r))!Mr.call(e,n)&&n!==t&&W(e,n,{get:()=>r[n],enumerable:!(i=Lr(r,n))||i.enumerable});return e};var q=(e,r,t)=>(t=e!=null?Cr(Nr(e)):{},nr(r||!e||!e.__esModule?W(t,"default",{value:e,enumerable:!0}):t,e)),br=e=>nr(W({},"__esModule",{value:!0}),e);var ur=Y(z=>{"use strict";x();z.byteLength=Wr;z.toByteArray=qr;z.fromByteArray=Xr;var A=[],E=[],Rr=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(S=0,or=J.length;S<or;++S)A[S]=J[S],E[J.charCodeAt(S)]=S;var S,or;E["-".charCodeAt(0)]=62;E["_".charCodeAt(0)]=63;function ar(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var i=t===r?0:4-t%4;return[t,i]}function Wr(e){var r=ar(e),t=r[0],i=r[1];return(t+i)*3/4-i}function Yr(e,r,t){return(r+t)*3/4-t}function qr(e){var r,t=ar(e),i=t[0],n=t[1],o=new Rr(Yr(e,i,n)),a=0,h=n>0?i-4:i,p;for(p=0;p<h;p+=4)r=E[e.charCodeAt(p)]<<18|E[e.charCodeAt(p+1)]<<12|E[e.charCodeAt(p+2)]<<6|E[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return n===2&&(r=E[e.charCodeAt(p)]<<2|E[e.charCodeAt(p+1)]>>4,o[a++]=r&255),n===1&&(r=E[e.charCodeAt(p)]<<10|E[e.charCodeAt(p+1)]<<4|E[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function zr(e){return A[e>>18&63]+A[e>>12&63]+A[e>>6&63]+A[e&63]}function Hr(e,r,t){for(var i,n=[],o=r;o<t;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),n.push(zr(i));return n.join("")}function Xr(e){for(var r,t=e.length,i=t%3,n=[],o=16383,a=0,h=t-i;a<h;a+=o)n.push(Hr(e,a,a+o>h?h:a+o));return i===1?(r=e[t-1],n.push(A[r>>2]+A[r<<4&63]+"==")):i===2&&(r=(e[t-2]<<8)+e[t-1],n.push(A[r>>10]+A[r>>4&63]+A[r<<2&63]+"=")),n.join("")}});var hr=Y(Q=>{x();Q.read=function(e,r,t,i,n){var o,a,h=n*8-i-1,p=(1<<h)-1,c=p>>1,f=-7,s=t?n-1:0,F=t?-1:1,g=e[r+s];for(s+=F,o=g&(1<<-f)-1,g>>=-f,f+=h;f>0;o=o*256+e[r+s],s+=F,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=i;f>0;a=a*256+e[r+s],s+=F,f-=8);if(o===0)o=1-c;else{if(o===p)return a?NaN:(g?-1:1)*(1/0);a=a+Math.pow(2,i),o=o-c}return(g?-1:1)*a*Math.pow(2,o-i)};Q.write=function(e,r,t,i,n,o){var a,h,p,c=o*8-n-1,f=(1<<c)-1,s=f>>1,F=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,g=i?0:o-1,M=i?1:-1,Sr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,a=f):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+s>=1?r+=F/p:r+=F*Math.pow(2,1-s),r*p>=2&&(a++,p/=2),a+s>=f?(h=0,a=f):a+s>=1?(h=(r*p-1)*Math.pow(2,n),a=a+s):(h=r*Math.pow(2,s-1)*Math.pow(2,n),a=0));n>=8;e[t+g]=h&255,g+=M,h/=256,n-=8);for(a=a<<n|h,c+=n;c>0;e[t+g]=a&255,g+=M,a/=256,c-=8);e[t+g-M]|=Sr*128}});var Ar=Y(b=>{"use strict";x();var V=ur(),D=hr(),pr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;b.Buffer=u;b.SlowBuffer=Kr;b.INSPECT_MAX_BYTES=50;var H=2147483647;b.kMaxLength=H;u.TYPED_ARRAY_SUPPORT=Gr();!u.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 Gr(){try{var e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function v(e){if(e>H)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,u.prototype),r}function u(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Z(e)}return fr(e,r,t)}u.poolSize=8192;function fr(e,r,t){if(typeof e=="string")return Qr(e,r);if(ArrayBuffer.isView(e))return Vr(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(_(e,ArrayBuffer)||e&&_(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(e,SharedArrayBuffer)||e&&_(e.buffer,SharedArrayBuffer)))return K(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return u.from(i,r,t);var n=$r(e);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,r,t){return fr(e,r,t)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function lr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Jr(e,r,t){return lr(e),e<=0?v(e):r!==void 0?typeof t=="string"?v(e).fill(r,t):v(e).fill(r):v(e)}u.alloc=function(e,r,t){return Jr(e,r,t)};function Z(e){return lr(e),v(e<0?0:j(e)|0)}u.allocUnsafe=function(e){return Z(e)};u.allocUnsafeSlow=function(e){return Z(e)};function Qr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=mr(e,r)|0,i=v(t),n=i.write(e,r);return n!==t&&(i=i.slice(0,n)),i}function $(e){for(var r=e.length<0?0:j(e.length)|0,t=v(r),i=0;i<r;i+=1)t[i]=e[i]&255;return t}function Vr(e){if(_(e,Uint8Array)){var r=new Uint8Array(e);return K(r.buffer,r.byteOffset,r.byteLength)}return $(e)}function K(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,r):i=new Uint8Array(e,r,t),Object.setPrototypeOf(i,u.prototype),i}function $r(e){if(u.isBuffer(e)){var r=j(e.length)|0,t=v(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||rr(e.length)?v(0):$(e);if(e.type==="Buffer"&&Array.isArray(e.data))return $(e.data)}function j(e){if(e>=H)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+H.toString(16)+" bytes");return e|0}function Kr(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==u.prototype};u.compare=function(r,t){if(_(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),_(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(r)||!u.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var i=r.length,n=t.length,o=0,a=Math.min(i,n);o<a;++o)if(r[o]!==t[o]){i=r[o],n=t[o];break}return i<n?-1:n<i?1:0};u.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return u.alloc(0);var i;if(t===void 0)for(t=0,i=0;i<r.length;++i)t+=r[i].length;var n=u.allocUnsafe(t),o=0;for(i=0;i<r.length;++i){var a=r[i];if(_(a,Uint8Array))o+a.length>n.length?u.from(a).copy(n,o):Uint8Array.prototype.set.call(n,a,o);else if(u.isBuffer(a))a.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return n};function mr(e,r){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||_(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return O(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Fr(e).length;default:if(n)return i?-1:O(e).length;r=(""+r).toLowerCase(),n=!0}}u.byteLength=mr;function Or(e,r,t){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return ut(this,r,t);case"utf8":case"utf-8":return xr(this,r,t);case"ascii":return ot(this,r,t);case"latin1":case"binary":return at(this,r,t);case"base64":return it(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ht(this,r,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}u.prototype._isBuffer=!0;function P(e,r,t){var i=e[r];e[r]=e[t],e[t]=i}u.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)P(this,t,t+1);return this};u.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)P(this,t,t+3),P(this,t+1,t+2);return this};u.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)P(this,t,t+7),P(this,t+1,t+6),P(this,t+2,t+5),P(this,t+3,t+4);return this};u.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?xr(this,0,r):Or.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(r){if(!u.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:u.compare(this,r)===0};u.prototype.inspect=function(){var r="",t=b.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};pr&&(u.prototype[pr]=u.prototype.inspect);u.prototype.compare=function(r,t,i,n,o){if(_(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),t<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=i)return 0;if(n>=o)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var a=o-n,h=i-t,p=Math.min(a,h),c=this.slice(n,o),f=r.slice(t,i),s=0;s<p;++s)if(c[s]!==f[s]){a=c[s],h=f[s];break}return a<h?-1:h<a?1:0};function yr(e,r,t,i,n){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rr(t)&&(t=n?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(n)return-1;t=e.length-1}else if(t<0)if(n)t=0;else return-1;if(typeof r=="string"&&(r=u.from(r,i)),u.isBuffer(r))return r.length===0?-1:sr(e,r,t,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):sr(e,[r],t,i,n);throw new TypeError("val must be string, number or Buffer")}function sr(e,r,t,i,n){var o=1,a=e.length,h=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,h/=2,t/=2}function p(g,M){return o===1?g[M]:g.readUInt16BE(M*o)}var c;if(n){var f=-1;for(c=t;c<a;c++)if(p(e,c)===p(r,f===-1?0:c-f)){if(f===-1&&(f=c),c-f+1===h)return f*o}else f!==-1&&(c-=c-f),f=-1}else for(t+h>a&&(t=a-h),c=t;c>=0;c--){for(var s=!0,F=0;F<h;F++)if(p(e,c+F)!==p(r,F)){s=!1;break}if(s)return c}return-1}u.prototype.includes=function(r,t,i){return this.indexOf(r,t,i)!==-1};u.prototype.indexOf=function(r,t,i){return yr(this,r,t,i,!0)};u.prototype.lastIndexOf=function(r,t,i){return yr(this,r,t,i,!1)};function Zr(e,r,t,i){t=Number(t)||0;var n=e.length-t;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var a=0;a<i;++a){var h=parseInt(r.substr(a*2,2),16);if(rr(h))return a;e[t+a]=h}return a}function jr(e,r,t,i){return X(O(r,e.length-t),e,t,i)}function rt(e,r,t,i){return X(ct(r),e,t,i)}function tt(e,r,t,i){return X(Fr(r),e,t,i)}function et(e,r,t,i){return X(ft(r,e.length-t),e,t,i)}u.prototype.write=function(r,t,i,n){if(t===void 0)n="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")n=t,i=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var a=!1;;)switch(n){case"hex":return Zr(this,r,t,i);case"utf8":case"utf-8":return jr(this,r,t,i);case"ascii":case"latin1":case"binary":return rt(this,r,t,i);case"base64":return tt(this,r,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return et(this,r,t,i);default:if(a)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),a=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function it(e,r,t){return r===0&&t===e.length?V.fromByteArray(e):V.fromByteArray(e.slice(r,t))}function xr(e,r,t){t=Math.min(e.length,t);for(var i=[],n=r;n<t;){var o=e[n],a=null,h=o>239?4:o>223?3:o>191?2:1;if(n+h<=t){var p,c,f,s;switch(h){case 1:o<128&&(a=o);break;case 2:p=e[n+1],(p&192)===128&&(s=(o&31)<<6|p&63,s>127&&(a=s));break;case 3:p=e[n+1],c=e[n+2],(p&192)===128&&(c&192)===128&&(s=(o&15)<<12|(p&63)<<6|c&63,s>2047&&(s<55296||s>57343)&&(a=s));break;case 4:p=e[n+1],c=e[n+2],f=e[n+3],(p&192)===128&&(c&192)===128&&(f&192)===128&&(s=(o&15)<<18|(p&63)<<12|(c&63)<<6|f&63,s>65535&&s<1114112&&(a=s))}}a===null?(a=65533,h=1):a>65535&&(a-=65536,i.push(a>>>10&1023|55296),a=56320|a&1023),i.push(a),n+=h}return nt(i)}var cr=4096;function nt(e){var r=e.length;if(r<=cr)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<r;)t+=String.fromCharCode.apply(String,e.slice(i,i+=cr));return t}function ot(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]&127);return i}function at(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]);return i}function ut(e,r,t){var i=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>i)&&(t=i);for(var n="",o=r;o<t;++o)n+=lt[e[o]];return n}function ht(e,r,t){for(var i=e.slice(r,t),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}u.prototype.slice=function(r,t){var i=this.length;r=~~r,t=t===void 0?i:~~t,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<r&&(t=r);var n=this.subarray(r,t);return Object.setPrototypeOf(n,u.prototype),n};function m(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=this[r],o=1,a=0;++a<t&&(o*=256);)n+=this[r+a]*o;return n};u.prototype.readUintBE=u.prototype.readUIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=this[r+--t],o=1;t>0&&(o*=256);)n+=this[r+--t]*o;return n};u.prototype.readUint8=u.prototype.readUInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]|this[r+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]<<8|this[r+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||m(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};u.prototype.readIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=this[r],o=1,a=0;++a<t&&(o*=256);)n+=this[r+a]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*t)),n};u.prototype.readIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||m(r,t,this.length);for(var n=t,o=1,a=this[r+--n];n>0&&(o*=256);)a+=this[r+--n]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*t)),a};u.prototype.readInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};u.prototype.readInt16LE=function(r,t){r=r>>>0,t||m(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};u.prototype.readInt16BE=function(r,t){r=r>>>0,t||m(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};u.prototype.readInt32LE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};u.prototype.readInt32BE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};u.prototype.readFloatLE=function(r,t){return r=r>>>0,t||m(r,4,this.length),D.read(this,r,!0,23,4)};u.prototype.readFloatBE=function(r,t){return r=r>>>0,t||m(r,4,this.length),D.read(this,r,!1,23,4)};u.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||m(r,8,this.length),D.read(this,r,!0,52,8)};u.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||m(r,8,this.length),D.read(this,r,!1,52,8)};function w(e,r,t,i,n,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;w(this,r,t,i,o,0)}var a=1,h=0;for(this[t]=r&255;++h<i&&(a*=256);)this[t+h]=r/a&255;return t+i};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;w(this,r,t,i,o,0)}var a=i-1,h=1;for(this[t+a]=r&255;--a>=0&&(h*=256);)this[t+a]=r/h&255;return t+i};u.prototype.writeUint8=u.prototype.writeUInt8=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,1,255,0),this[t]=r&255,t+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};u.prototype.writeIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);w(this,r,t,i,o-1,-o)}var a=0,h=1,p=0;for(this[t]=r&255;++a<i&&(h*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/h>>0)-p&255;return t+i};u.prototype.writeIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);w(this,r,t,i,o-1,-o)}var a=i-1,h=1,p=0;for(this[t+a]=r&255;--a>=0&&(h*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/h>>0)-p&255;return t+i};u.prototype.writeInt8=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};u.prototype.writeInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};u.prototype.writeInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};u.prototype.writeInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};u.prototype.writeInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function wr(e,r,t,i,n,o){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function gr(e,r,t,i,n){return r=+r,t=t>>>0,n||wr(e,r,t,4,34028234663852886e22,-34028234663852886e22),D.write(e,r,t,i,23,4),t+4}u.prototype.writeFloatLE=function(r,t,i){return gr(this,r,t,!0,i)};u.prototype.writeFloatBE=function(r,t,i){return gr(this,r,t,!1,i)};function Er(e,r,t,i,n){return r=+r,t=t>>>0,n||wr(e,r,t,8,17976931348623157e292,-17976931348623157e292),D.write(e,r,t,i,52,8),t+8}u.prototype.writeDoubleLE=function(r,t,i){return Er(this,r,t,!0,i)};u.prototype.writeDoubleBE=function(r,t,i){return Er(this,r,t,!1,i)};u.prototype.copy=function(r,t,i,n){if(!u.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),t>=r.length&&(t=r.length),t||(t=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-t<n-i&&(n=r.length-t+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),t),o};u.prototype.fill=function(r,t,i,n){if(typeof r=="string"){if(typeof t=="string"?(n=t,t=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<i;++a)this[a]=r;else{var h=u.isBuffer(r)?r:u.from(r,n),p=h.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<i-t;++a)this[a+t]=h[a%p]}return this};var pt=/[^+/0-9A-Za-z-_]/g;function st(e){if(e=e.split("=")[0],e=e.trim().replace(pt,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function O(e,r){r=r||1/0;for(var t,i=e.length,n=null,o=[],a=0;a<i;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!n){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),n=t;continue}t=(n-55296<<10|t-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function ct(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ft(e,r){for(var t,i,n,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),i=t>>8,n=t%256,o.push(n),o.push(i);return o}function Fr(e){return V.toByteArray(st(e))}function X(e,r,t,i){for(var n=0;n<i&&!(n+t>=r.length||n>=e.length);++n)r[n+t]=e[n];return n}function _(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function rr(e){return e!==e}var lt=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var i=t*16,n=0;n<16;++n)r[i+n]=e[t]+e[n];return r}()});var Tr=Y((dt,vr)=>{x();var l=vr.exports={},d,B;function tr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?d=setTimeout:d=tr}catch(e){d=tr}try{typeof clearTimeout=="function"?B=clearTimeout:B=er}catch(e){B=er}})();function _r(e){if(d===setTimeout)return setTimeout(e,0);if((d===tr||!d)&&setTimeout)return d=setTimeout,setTimeout(e,0);try{return d(e,0)}catch(r){try{return d.call(null,e,0)}catch(t){return d.call(this,e,0)}}}function mt(e){if(B===clearTimeout)return clearTimeout(e);if((B===er||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(e);try{return B(e)}catch(r){try{return B.call(null,e)}catch(t){return B.call(this,e)}}}var T=[],R=!1,N,G=-1;function yt(){!R||!N||(R=!1,N.length?T=N.concat(T):G=-1,T.length&&dr())}function dr(){if(!R){var e=_r(yt);R=!0;for(var r=T.length;r;){for(N=T,T=[];++G<r;)N&&N[G].run();G=-1,r=T.length}N=null,R=!1,mt(e)}}l.nextTick=function(e){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];T.push(new Br(e,r)),T.length===1&&!R&&_r(dr)};function Br(e,r){this.fun=e,this.array=r}Br.prototype.run=function(){this.fun.apply(null,this.array)};l.title="browser";l.browser=!0;l.env={};l.argv=[];l.version="";l.versions={};function U(){}l.on=U;l.addListener=U;l.once=U;l.off=U;l.removeListener=U;l.removeAllListeners=U;l.emit=U;l.prependListener=U;l.prependOnceListener=U;l.listeners=function(e){return[]};l.binding=function(e){throw new Error("process.binding is not supported")};l.cwd=function(){return"/"};l.chdir=function(e){throw new Error("process.chdir is not supported")};l.umask=function(){return 0}});var C,L,Bt,x=kr(()=>{C=q(Ar()),L=q(Tr()),Bt=function(e){function r(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var gt={};Dr(gt,{ScamPhishingAlert:()=>wt});module.exports=br(gt);x();x();var y=q(require("react")),Ur=require("@fortawesome/free-solid-svg-icons"),Ir=require("@fortawesome/react-fontawesome"),ir=q(require("classnames"));x();var xt=`.dapp-core-component__scamPhishingStyles__scam-phishing-alert {
|
|
2
2
|
text-align: center;
|
|
3
3
|
margin: 40px auto 0;
|
|
4
4
|
font-size: 12px;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text .dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix {
|
|
30
30
|
margin-left: 4px;
|
|
31
31
|
}
|
|
32
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xt));var
|
|
32
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xt));var I={"scam-phishing-alert":"dapp-core-component__scamPhishingStyles__scam-phishing-alert",scamPhishingAlert:"dapp-core-component__scamPhishingStyles__scam-phishing-alert","scam-phishing-alert-icon":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-icon",scamPhishingAlertIcon:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-icon","scam-phishing-alert-text":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-text",scamPhishingAlertText:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-text","scam-phishing-alert-prefix":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix",scamPhishingAlertPrefix:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix"};var wt=e=>{let{className:r,url:t,icon:i,authorizationInfo:n}=e,o=t.replace("https://","").replace(/\/$/,""),a=n!=null&&n.url?n.url.replace("https://","").replace(/\/$/,""):"";return y.default.createElement(y.default.Fragment,null,y.default.createElement("p",{className:(0,ir.default)(I.scamPhishingAlert,r)},i||y.default.createElement(Ir.FontAwesomeIcon,{className:I.scamPhishingAlertIcon,icon:Ur.faLock}),y.default.createElement("span",{className:I.scamPhishingAlertText},y.default.createElement("span",null,"Scam/Phishing verification:")," ",y.default.createElement("span",{className:I.scamPhishingAlertPrefix},y.default.createElement("strong",null,"https://"),o))),(n==null?void 0:n.url)&&y.default.createElement("p",{className:(0,ir.default)(I.scamPhishingAlert,"mt-2 column",r)},y.default.createElement("span",{className:I.scamPhishingAlertText},y.default.createElement("span",null,"Please confirm that you are indeed connecting to"),y.default.createElement("span",{className:I.scamPhishingAlertPrefix},y.default.createElement("strong",null,"https://"),a," for"," ",y.default.createElement("strong",null,n.duration)," and that you trust this site.")),y.default.createElement("span",{className:I.scamPhishingAlertText},"You might be sharing sensitive data."),y.default.createElement("a",{href:"https://multiversx.com/faq"},"Learn more")))};0&&(module.exports={ScamPhishingAlert});
|
|
33
33
|
/*!
|
|
34
34
|
* The buffer module from node.js, for the browser.
|
|
35
35
|
*
|