@multiversx/sdk-dapp 2.12.6 → 2.12.8
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/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.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/AccountName.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/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow.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/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__chunks__/{chunk-Q3LXMSKA.js → chunk-25TTQGEX.js} +2 -2
- package/__chunks__/chunk-2BLNKKQV.js +2 -0
- package/__chunks__/chunk-2BTY3EO2.js +2 -0
- package/__chunks__/{chunk-IPHIIAMJ.js → chunk-2PENUQYV.js} +2 -2
- package/__chunks__/{chunk-KMUXGBEP.js → chunk-2PHNBV5S.js} +2 -2
- package/__chunks__/{chunk-42VSVW2Y.js → chunk-2SLPJGXG.js} +2 -2
- package/__chunks__/{chunk-22A4BGDM.js → chunk-3HZD5T6Q.js} +2 -2
- package/__chunks__/chunk-3LVHX56S.js +2 -0
- package/__chunks__/chunk-3OGDWVO7.js +2 -0
- package/__chunks__/{chunk-6MPQYEX3.js → chunk-3R7ET7XL.js} +2 -2
- package/__chunks__/chunk-3THCFE3J.js +2 -0
- package/__chunks__/{chunk-JXNLZIKK.js → chunk-3WFJFXHY.js} +2 -2
- package/__chunks__/{chunk-3VEMYIHI.js → chunk-4CAZDF4D.js} +2 -2
- package/__chunks__/{chunk-MJGRG63T.js → chunk-4FE3KVGP.js} +2 -2
- package/__chunks__/{chunk-HK7JFXLN.js → chunk-4JYZVFIV.js} +2 -2
- package/__chunks__/{chunk-G4JUWVAG.js → chunk-4KYCLIP2.js} +2 -2
- package/__chunks__/{chunk-MB5IONA4.js → chunk-4TCBBUSU.js} +2 -2
- package/__chunks__/{chunk-I4ODQ3LI.js → chunk-53Z7RDHU.js} +2 -2
- package/__chunks__/{chunk-7KRJM76K.js → chunk-54KIELDE.js} +2 -2
- package/__chunks__/{chunk-CPWND4DW.js → chunk-56B7W2CE.js} +2 -2
- package/__chunks__/{chunk-ZWSFBHWI.js → chunk-56SUHXO3.js} +2 -2
- package/__chunks__/{chunk-JDN7QTR3.js → chunk-57NMXSRH.js} +2 -2
- package/__chunks__/{chunk-YCKI7KFB.js → chunk-5HZXCEQP.js} +2 -2
- package/__chunks__/{chunk-WTWI4V3A.js → chunk-5ICW6RLY.js} +2 -2
- package/__chunks__/{chunk-5PXSG6WV.js → chunk-5KKL6JIU.js} +2 -2
- package/__chunks__/{chunk-VLVIE24T.js → chunk-5NDR2D3X.js} +2 -2
- package/__chunks__/chunk-5OHINNEN.js +2 -0
- package/__chunks__/chunk-5OYFXQSK.js +2 -0
- package/__chunks__/{chunk-HSELUYFT.js → chunk-5RPCQPBF.js} +2 -2
- package/__chunks__/{chunk-NYEMKFOR.js → chunk-5WVG4JZ7.js} +2 -2
- package/__chunks__/{chunk-Q6T3QBES.js → chunk-5YGIUAD2.js} +2 -2
- package/__chunks__/{chunk-74U3XLB5.js → chunk-5ZIX54TL.js} +2 -2
- package/__chunks__/{chunk-5NJG63GD.js → chunk-6BNAALDP.js} +2 -2
- package/__chunks__/{chunk-R6PGB4AY.js → chunk-6K4XJH5A.js} +2 -2
- package/__chunks__/{chunk-TYGYAPBP.js → chunk-6OMJ6CE3.js} +2 -2
- package/__chunks__/{chunk-ZGXKMGS5.js → chunk-6QPBOXBF.js} +2 -2
- package/__chunks__/{chunk-E74NFQH2.js → chunk-6WNGX2UB.js} +2 -2
- package/__chunks__/{chunk-C36KPI4J.js → chunk-74BGZJCF.js} +2 -2
- package/__chunks__/chunk-7ETWKK72.js +2 -0
- package/__chunks__/{chunk-NBKRZNCH.js → chunk-7HNXQY2P.js} +2 -2
- package/__chunks__/chunk-7KVNUW4X.js +2 -0
- package/__chunks__/chunk-7N3S4X5Z.js +2 -0
- package/__chunks__/{chunk-YVL2E6BG.js → chunk-7UGNRV3L.js} +2 -2
- package/__chunks__/{chunk-F42M2XF4.js → chunk-7YF2VSF3.js} +2 -2
- package/__chunks__/chunk-7ZSWPMJ4.js +2 -0
- package/__chunks__/{chunk-W3SLNSGU.js → chunk-A2CJZ723.js} +2 -2
- package/__chunks__/{chunk-MOE2D4HR.js → chunk-AGTRHMNE.js} +2 -2
- package/__chunks__/{chunk-YW7HDX4O.js → chunk-AHAGSUXW.js} +2 -2
- package/__chunks__/{chunk-XBDNP27C.js → chunk-AZUNNOQY.js} +2 -2
- package/__chunks__/{chunk-3OOKJ2ER.js → chunk-B2SQFN7A.js} +2 -2
- package/__chunks__/{chunk-RANXSXTE.js → chunk-B76A3L37.js} +2 -2
- package/__chunks__/{chunk-T3A353IW.js → chunk-BB2CFNPA.js} +2 -2
- package/__chunks__/{chunk-R4MJYIUT.js → chunk-BKXGJHZ3.js} +2 -2
- package/__chunks__/{chunk-24VHEX7N.js → chunk-BMDDZG5S.js} +2 -2
- package/__chunks__/{chunk-LTLO2UFN.js → chunk-BT4VUQHG.js} +2 -2
- package/__chunks__/{chunk-FT6ZVVYG.js → chunk-BTVXK5F6.js} +2 -2
- package/__chunks__/chunk-BUNAZAQ2.js +2 -0
- package/__chunks__/{chunk-P27KVPG4.js → chunk-BVCSDUY7.js} +2 -2
- package/__chunks__/chunk-BZIYSYBS.js +2 -0
- package/__chunks__/chunk-C2O57ZZ3.js +2 -0
- package/__chunks__/{chunk-PHISDJVG.js → chunk-C3UPWTUL.js} +2 -2
- package/__chunks__/{chunk-NQJYE2G7.js → chunk-C4JP2AAG.js} +2 -2
- package/__chunks__/{chunk-O6IBA5MC.js → chunk-CE2CKTCJ.js} +2 -2
- package/__chunks__/{chunk-ECSLITFK.js → chunk-CIY3BJYV.js} +2 -2
- package/__chunks__/{chunk-GLL2RDMN.js → chunk-CLPQUX3I.js} +2 -2
- package/__chunks__/{chunk-FQTR766W.js → chunk-CRFC2MYX.js} +1 -1
- package/__chunks__/{chunk-EE46SIK7.js → chunk-CS2PI52S.js} +2 -2
- package/__chunks__/{chunk-4PNL3CZC.js → chunk-CSONSW5S.js} +2 -2
- package/__chunks__/{chunk-ZFKA7XWT.js → chunk-CXX3IDIG.js} +2 -2
- package/__chunks__/{chunk-65JKXTOY.js → chunk-DCD6EPNO.js} +2 -2
- package/__chunks__/{chunk-2EZZWJ4A.js → chunk-DEHX5LRO.js} +2 -2
- package/__chunks__/{chunk-5Y27KEXJ.js → chunk-DELOCRND.js} +2 -2
- package/__chunks__/{chunk-C3ALFGDR.js → chunk-DHI6DZRI.js} +2 -2
- package/__chunks__/{chunk-TDTF7WFM.js → chunk-DQAQI23Z.js} +2 -2
- package/__chunks__/{chunk-QEJ52S3Z.js → chunk-DTARVI54.js} +2 -2
- package/__chunks__/{chunk-PUCLTLVZ.js → chunk-DZG4H2UO.js} +2 -2
- package/__chunks__/{chunk-4LJO6KG2.js → chunk-E2B7GAGB.js} +2 -2
- package/__chunks__/{chunk-QCMJNPMK.js → chunk-E3RKWI4F.js} +2 -2
- package/__chunks__/{chunk-4MJVLPVI.js → chunk-E5LS66QV.js} +2 -2
- package/__chunks__/{chunk-LDVWUPWF.js → chunk-EAK4AGOD.js} +2 -2
- package/__chunks__/{chunk-UR5YPM52.js → chunk-EDS2UEWP.js} +2 -2
- package/__chunks__/{chunk-EUSBDREN.js → chunk-EHO2KJIN.js} +2 -2
- package/__chunks__/{chunk-OD6OM6CQ.js → chunk-EIM6YCMX.js} +2 -2
- package/__chunks__/{chunk-RIT6WHYK.js → chunk-EK6G5G7U.js} +2 -2
- package/__chunks__/{chunk-2MR62UP4.js → chunk-ELJKPLDZ.js} +2 -2
- package/__chunks__/chunk-EPKOUSPT.js +2 -0
- package/__chunks__/{chunk-EZ63SSTN.js → chunk-ERRCJ5WO.js} +2 -2
- package/__chunks__/{chunk-M4WR7SBV.js → chunk-ESUOJPFZ.js} +2 -2
- package/__chunks__/{chunk-SXISVR5Z.js → chunk-EZYQY5TX.js} +2 -2
- package/__chunks__/{chunk-WVI24XU7.js → chunk-F5WM6Q4M.js} +2 -2
- package/__chunks__/{chunk-IRYIU5HM.js → chunk-FFPTTQ2Z.js} +2 -2
- package/__chunks__/{chunk-6KOMZRWN.js → chunk-FKMZQ6PI.js} +2 -2
- package/__chunks__/{chunk-DTLDVTMB.js → chunk-FLSN4Q5V.js} +2 -2
- package/__chunks__/{chunk-KANFKNL2.js → chunk-FPFBQQ56.js} +2 -2
- package/__chunks__/{chunk-TVV5DBWU.js → chunk-FWJZ5654.js} +2 -2
- package/__chunks__/{chunk-DDFD67MI.js → chunk-FWMS2ZOY.js} +2 -2
- package/__chunks__/{chunk-QDVANOM7.js → chunk-G5H7YRBS.js} +2 -2
- package/__chunks__/{chunk-33IQ42R2.js → chunk-G6X4KVAY.js} +2 -2
- package/__chunks__/{chunk-HBT3EV3P.js → chunk-GCPJTM3M.js} +2 -2
- package/__chunks__/{chunk-FZCLL7UM.js → chunk-GGBYOLVR.js} +2 -2
- package/__chunks__/{chunk-5JDLK5IZ.js → chunk-GXICS4HS.js} +2 -2
- package/__chunks__/{chunk-I6R64W27.js → chunk-GZIH5BDU.js} +2 -2
- package/__chunks__/{chunk-7N7PCWV6.js → chunk-HC2MOVRO.js} +2 -2
- package/__chunks__/{chunk-EUSOFVHV.js → chunk-HI2HYZIX.js} +2 -2
- package/__chunks__/{chunk-LKK24GZJ.js → chunk-HST2GGJ4.js} +2 -2
- package/__chunks__/{chunk-54RHTKXH.js → chunk-HTLZKHTZ.js} +2 -2
- package/__chunks__/{chunk-W5IJPL37.js → chunk-I2SADEBF.js} +2 -2
- package/__chunks__/{chunk-AYM5JJZN.js → chunk-I5UOXQG3.js} +2 -2
- package/__chunks__/{chunk-V5FL3KG7.js → chunk-IC4MBEJO.js} +2 -2
- package/__chunks__/{chunk-7FAEWPZ2.js → chunk-IEO7HJFG.js} +2 -2
- package/__chunks__/{chunk-YSKH44IL.js → chunk-IFU3X6UL.js} +2 -2
- package/__chunks__/{chunk-RHGBRWCG.js → chunk-IGGV5BN5.js} +2 -2
- package/__chunks__/{chunk-2UT73N3Q.js → chunk-IIMMZPAX.js} +2 -2
- package/__chunks__/{chunk-BBYO4QOR.js → chunk-ILVOI5JX.js} +2 -2
- package/__chunks__/{chunk-XYMU6N2W.js → chunk-ILWO7NM5.js} +2 -2
- package/__chunks__/{chunk-2UKIEP56.js → chunk-IT535HRO.js} +2 -2
- package/__chunks__/{chunk-PCGFLSJN.js → chunk-ITEK3GYE.js} +2 -2
- package/__chunks__/{chunk-UDFF6CV2.js → chunk-ITKI3OPN.js} +2 -2
- package/__chunks__/{chunk-VMSDTOVY.js → chunk-J2T752PE.js} +2 -2
- package/__chunks__/chunk-J3OGDCG6.js +2 -0
- package/__chunks__/chunk-JG3M6MK2.js +2 -0
- package/__chunks__/{chunk-IETKO3Q2.js → chunk-JIOI46EQ.js} +2 -2
- package/__chunks__/{chunk-KFUGFCIB.js → chunk-JRB42IEO.js} +2 -2
- package/__chunks__/{chunk-BAG4CV3S.js → chunk-JRYWXEFU.js} +2 -2
- package/__chunks__/{chunk-IAFIDSV7.js → chunk-JTCS3OCP.js} +2 -2
- package/__chunks__/chunk-JXE4FVEW.js +2 -0
- package/__chunks__/{chunk-4IUIV3HP.js → chunk-K3YZ6F2M.js} +2 -2
- package/__chunks__/chunk-K6C3JJYH.js +2 -0
- package/__chunks__/{chunk-P6GPL5QL.js → chunk-K6FG7P75.js} +2 -2
- package/__chunks__/{chunk-JJQ7I5SV.js → chunk-K7AQ2IOB.js} +2 -2
- package/__chunks__/{chunk-4ZHKUGO3.js → chunk-KGRMH2D7.js} +2 -2
- package/__chunks__/chunk-KL2XL2VN.js +2 -0
- package/__chunks__/{chunk-U5LEC7IQ.js → chunk-KLFHVD2M.js} +2 -2
- package/__chunks__/{chunk-ARRDY3GI.js → chunk-KOCSFAOU.js} +2 -2
- package/__chunks__/{chunk-4KSP7IY5.js → chunk-KQWUKJ5U.js} +2 -2
- package/__chunks__/chunk-KTELSCIW.js +2 -0
- package/__chunks__/{chunk-APXIKIH5.js → chunk-KYLDQLLP.js} +2 -2
- package/__chunks__/{chunk-DQH4ODE2.js → chunk-L4V3H4JN.js} +2 -2
- package/__chunks__/{chunk-EZ64DNFR.js → chunk-L7CJYIRS.js} +2 -2
- package/__chunks__/chunk-LDLA5E7Y.js +2 -0
- package/__chunks__/{chunk-UWVCGIA3.js → chunk-LHPTACPO.js} +2 -2
- package/__chunks__/chunk-LI6PILSE.js +2 -0
- package/__chunks__/{chunk-GQFHQXF3.js → chunk-LKA7Z7XC.js} +2 -2
- package/__chunks__/{chunk-MU6W7IW4.js → chunk-LWWTVBER.js} +2 -2
- package/__chunks__/{chunk-YGO3ADFR.js → chunk-LXWSWQO6.js} +2 -2
- package/__chunks__/{chunk-GW7MH7I2.js → chunk-LYF73EYO.js} +2 -2
- package/__chunks__/{chunk-B2SFQIRM.js → chunk-LZCS6ZYF.js} +2 -2
- package/__chunks__/{chunk-KQ7ITRLS.js → chunk-M2KURDCA.js} +2 -2
- package/__chunks__/chunk-MCKCARUG.js +2 -0
- package/__chunks__/chunk-MDEPBFNH.js +2 -0
- package/__chunks__/{chunk-TIHBURHO.js → chunk-MDMDP7M4.js} +2 -2
- package/__chunks__/{chunk-QGESLMYY.js → chunk-MEXHP4J3.js} +2 -2
- package/__chunks__/{chunk-W54GUOEP.js → chunk-MGBNT5YC.js} +2 -2
- package/__chunks__/{chunk-WM254GJP.js → chunk-MMAQX7PZ.js} +2 -2
- package/__chunks__/{chunk-YOAFFOB6.js → chunk-MMCZF45U.js} +2 -2
- package/__chunks__/{chunk-A5K54E4H.js → chunk-MV2L3RS5.js} +2 -2
- package/__chunks__/{chunk-HSMKWB5J.js → chunk-N4IWZRB4.js} +2 -2
- package/__chunks__/{chunk-FUMXQBTW.js → chunk-NAJM6SVE.js} +2 -2
- package/__chunks__/{chunk-6IVIBGDO.js → chunk-NDJAQW5J.js} +2 -2
- package/__chunks__/{chunk-PJRU7NED.js → chunk-NEJ5Y74B.js} +2 -2
- package/__chunks__/{chunk-O3LBNV3Q.js → chunk-NFDTTOW7.js} +2 -2
- package/__chunks__/chunk-NGPND2WV.js +2 -0
- package/__chunks__/chunk-NOCNQEU6.js +2 -0
- package/__chunks__/{chunk-LQW4DRQU.js → chunk-NS3ODARJ.js} +2 -2
- package/__chunks__/{chunk-C7RKCDF2.js → chunk-NSFUSSUS.js} +2 -2
- package/__chunks__/{chunk-ZYOTBLE2.js → chunk-NV6DLGYN.js} +2 -2
- package/__chunks__/{chunk-SQ7YIATY.js → chunk-NWGR33VA.js} +2 -2
- package/__chunks__/{chunk-JMVT2UMW.js → chunk-O2RCWISO.js} +2 -2
- package/__chunks__/{chunk-SK6LYXAJ.js → chunk-O2V4CCMX.js} +2 -2
- package/__chunks__/{chunk-CJ2FXYNO.js → chunk-O6MB6XKF.js} +2 -2
- package/__chunks__/{chunk-56XEKPEM.js → chunk-O6PZUAGB.js} +2 -2
- package/__chunks__/{chunk-QDHZGBLR.js → chunk-OBCB5GTS.js} +2 -2
- package/__chunks__/chunk-OGZDVTVE.js +2 -0
- package/__chunks__/{chunk-B762X3V5.js → chunk-OLNZJW3Z.js} +2 -2
- package/__chunks__/{chunk-ENEKVKCF.js → chunk-OSQQHPZM.js} +2 -2
- package/__chunks__/{chunk-EYMIIRFV.js → chunk-OXFLL7Y7.js} +2 -2
- package/__chunks__/chunk-P4YFVYE7.js +2 -0
- package/__chunks__/chunk-P7DX33YP.js +2 -0
- package/__chunks__/{chunk-KWSACFM6.js → chunk-PCTAH6TR.js} +2 -2
- package/__chunks__/{chunk-SZDNQ3ZO.js → chunk-PEMMY7FF.js} +2 -2
- package/__chunks__/{chunk-QGH5G7VG.js → chunk-PEXA24OF.js} +2 -2
- package/__chunks__/{chunk-DERN5X6K.js → chunk-PEY3BQ4R.js} +2 -2
- package/__chunks__/{chunk-I4PAV4C3.js → chunk-PHIGKLSY.js} +2 -2
- package/__chunks__/chunk-PKHVN6YW.js +2 -0
- package/__chunks__/{chunk-5II7EZNI.js → chunk-PTVVMPSO.js} +2 -2
- package/__chunks__/{chunk-WBWWXPS3.js → chunk-PWH7DEFN.js} +2 -2
- package/__chunks__/{chunk-24KK7ZLP.js → chunk-PWR23BXD.js} +2 -2
- package/__chunks__/{chunk-DUH3CYK4.js → chunk-Q5E266R2.js} +2 -2
- package/__chunks__/{chunk-CWO6CM26.js → chunk-QEIPCSYQ.js} +2 -2
- package/__chunks__/{chunk-BJTFPFBZ.js → chunk-QEKJFGEB.js} +2 -2
- package/__chunks__/{chunk-GJVJSVHP.js → chunk-QOEVYQ2J.js} +2 -2
- package/__chunks__/{chunk-YODEUNJU.js → chunk-QW7HUS66.js} +2 -2
- package/__chunks__/{chunk-7TGNXGEJ.js → chunk-QYHSBCZR.js} +2 -2
- package/__chunks__/{chunk-NTKHZGWR.js → chunk-QYNWZBUP.js} +2 -2
- package/__chunks__/{chunk-PQSPUT4B.js → chunk-R3SPPNHA.js} +2 -2
- package/__chunks__/{chunk-DNZ3HHEO.js → chunk-R3SUSW6U.js} +2 -2
- package/__chunks__/{chunk-EVZMZ2M6.js → chunk-R7OFX7MT.js} +2 -2
- package/__chunks__/chunk-RAUSH6GD.js +2 -0
- package/__chunks__/chunk-RAXVRHEC.js +2 -0
- package/__chunks__/chunk-RISXNP5I.js +2 -0
- package/__chunks__/{chunk-O6BSFMJR.js → chunk-RK7YWC7M.js} +2 -2
- package/__chunks__/chunk-RVTMBFZS.js +2 -0
- package/__chunks__/{chunk-54H4EYRK.js → chunk-RXPUGEMI.js} +2 -2
- package/__chunks__/{chunk-PJUVVM6H.js → chunk-RZUBAC4F.js} +2 -2
- package/__chunks__/{chunk-635CWMLH.js → chunk-S35I45ZQ.js} +2 -2
- package/__chunks__/{chunk-3WCN5GML.js → chunk-S6IMA7JA.js} +2 -2
- package/__chunks__/chunk-S7HOS4OW.js +2 -0
- package/__chunks__/{chunk-X5ZBDWIN.js → chunk-SEOGCMB7.js} +2 -2
- package/__chunks__/{chunk-B3ERZM5E.js → chunk-SGABRPP2.js} +2 -2
- package/__chunks__/{chunk-F6CQD7DQ.js → chunk-SGR4M32T.js} +2 -2
- package/__chunks__/{chunk-POJO6MMX.js → chunk-SO35Z4MW.js} +2 -2
- package/__chunks__/{chunk-PUOI7ORV.js → chunk-SPYQGKPN.js} +2 -2
- package/__chunks__/{chunk-BAO6HI6S.js → chunk-SQZGFLHB.js} +2 -2
- package/__chunks__/chunk-STBCDKBR.js +2 -0
- package/__chunks__/{chunk-RECCQD7W.js → chunk-SUJQA2GW.js} +2 -2
- package/__chunks__/{chunk-K2TNCKG2.js → chunk-SXIYWPTT.js} +2 -2
- package/__chunks__/{chunk-WPIEQFLH.js → chunk-SYFNYNRB.js} +2 -2
- package/__chunks__/{chunk-754BVF77.js → chunk-SYGJB5IB.js} +2 -2
- package/__chunks__/{chunk-YLMSGZQS.js → chunk-T3H7IRS4.js} +2 -2
- package/__chunks__/chunk-T73GS72T.js +2 -0
- package/__chunks__/{chunk-VMVXSDID.js → chunk-TF6HF6WS.js} +2 -2
- package/__chunks__/chunk-TILRG3KA.js +2 -0
- package/__chunks__/{chunk-6EJPAHUS.js → chunk-TIUQ37EG.js} +2 -2
- package/__chunks__/{chunk-5EBT2DVT.js → chunk-TN2C4EIK.js} +2 -2
- package/__chunks__/{chunk-PJIJQQXT.js → chunk-TPXVUJ4F.js} +2 -2
- package/__chunks__/{chunk-DGS6ETK7.js → chunk-TQBVGRQJ.js} +2 -2
- package/__chunks__/{chunk-2H6SDBB6.js → chunk-TSA6LFXL.js} +2 -2
- package/__chunks__/{chunk-DYI3WQWM.js → chunk-TUTBPOOU.js} +2 -2
- package/__chunks__/{chunk-MQBNTP43.js → chunk-TWVF7JWR.js} +2 -2
- package/__chunks__/{chunk-DV6JEZP7.js → chunk-U7MX6NMH.js} +2 -2
- package/__chunks__/{chunk-HCA2L7JR.js → chunk-UIVAIKSB.js} +2 -2
- package/__chunks__/{chunk-QEKZGB3R.js → chunk-UNO2T253.js} +2 -2
- package/__chunks__/{chunk-FBUSL726.js → chunk-UNV3HNHX.js} +2 -2
- package/__chunks__/{chunk-DDYXISJJ.js → chunk-UOWJXU7B.js} +2 -2
- package/__chunks__/{chunk-4WDBHDVR.js → chunk-UPAK55WQ.js} +2 -2
- package/__chunks__/{chunk-EEB4LSSE.js → chunk-V6TTX2GU.js} +2 -2
- package/__chunks__/chunk-V72DHDIE.js +2 -0
- package/__chunks__/{chunk-RPEYA4P2.js → chunk-VAZCKIPF.js} +2 -2
- package/__chunks__/{chunk-ZAAKPVNV.js → chunk-VKB64W7O.js} +2 -2
- package/__chunks__/{chunk-PQLUBVOX.js → chunk-VO4HJBT7.js} +2 -2
- package/__chunks__/{chunk-PKBDLCTQ.js → chunk-VOBCK75J.js} +2 -2
- package/__chunks__/{chunk-NYP3EE3M.js → chunk-VR6NBMGB.js} +2 -2
- package/__chunks__/chunk-VTUFVU5E.js +2 -0
- package/__chunks__/{chunk-5BE6YUVH.js → chunk-VVNOAZCN.js} +2 -2
- package/__chunks__/{chunk-XOAXLXCL.js → chunk-VVNRFT4C.js} +2 -2
- package/__chunks__/{chunk-B36XNNUS.js → chunk-VWJGXL3X.js} +2 -2
- package/__chunks__/{chunk-XN6TVWTL.js → chunk-VX4YFYDE.js} +2 -2
- package/__chunks__/{chunk-ERARCGGG.js → chunk-W4VUUW4H.js} +2 -2
- package/__chunks__/{chunk-WMZGEPRE.js → chunk-W5VCGTY2.js} +2 -2
- package/__chunks__/{chunk-TZLCXEDM.js → chunk-WBROSYRH.js} +2 -2
- package/__chunks__/{chunk-ZSEY3H44.js → chunk-WDIVU4TD.js} +2 -2
- package/__chunks__/{chunk-AV42XZWH.js → chunk-WG32V2A5.js} +2 -2
- package/__chunks__/{chunk-OP5S4OTU.js → chunk-WJOKG7OZ.js} +2 -2
- package/__chunks__/chunk-WRHANSVT.js +2 -0
- package/__chunks__/{chunk-INWLBKDE.js → chunk-XBBPF73Z.js} +2 -2
- package/__chunks__/chunk-XCCT4TST.js +2 -0
- package/__chunks__/chunk-XKEURXOS.js +2 -0
- package/__chunks__/{chunk-OU6RVF2K.js → chunk-XKGH4TXG.js} +2 -2
- package/__chunks__/{chunk-XGX4NLDC.js → chunk-XQWVYVIL.js} +2 -2
- package/__chunks__/{chunk-MH74N345.js → chunk-XSPEML27.js} +2 -2
- package/__chunks__/{chunk-4UDZRQOR.js → chunk-XUPYKS5D.js} +2 -2
- package/__chunks__/{chunk-DQ55HIYP.js → chunk-XWNVIHRK.js} +2 -2
- package/__chunks__/{chunk-DHTRJBJ2.js → chunk-XY3MUJLX.js} +2 -2
- package/__chunks__/{chunk-3NWKV3ES.js → chunk-XZQYMTBX.js} +2 -2
- package/__chunks__/{chunk-LOMOG3J7.js → chunk-Y4WVBCUE.js} +2 -2
- package/__chunks__/{chunk-5FUXPQ5E.js → chunk-Y6RIVHS3.js} +2 -2
- package/__chunks__/{chunk-EMQGRYPV.js → chunk-Y7MXTBUL.js} +2 -2
- package/__chunks__/{chunk-HZPH647Y.js → chunk-YE3SEFOS.js} +2 -2
- package/__chunks__/chunk-YN4DUIRE.js +2 -0
- package/__chunks__/chunk-YNX3IGV3.js +2 -0
- package/__chunks__/chunk-Z2B7ZPZQ.js +2 -0
- package/__chunks__/{chunk-23NY2WUK.js → chunk-Z2TCNCR5.js} +2 -2
- package/__chunks__/chunk-Z3L3GZGW.js +2 -0
- package/__chunks__/{chunk-3UDQW5BX.js → chunk-Z5IV5H2B.js} +2 -2
- package/__chunks__/{chunk-Y324QW64.js → chunk-Z6T4QJTP.js} +2 -2
- package/__chunks__/{chunk-OXVTZZQP.js → chunk-ZAOOJQI2.js} +2 -2
- package/__chunks__/{chunk-NWT6SIAI.js → chunk-ZB5AGTC4.js} +2 -2
- package/__chunks__/{chunk-J2GFMUUO.js → chunk-ZBORIYHN.js} +2 -2
- package/__chunks__/chunk-ZCIQDTNG.js +2 -0
- package/__chunks__/{chunk-4BADCGHO.js → chunk-ZGL5N2CM.js} +2 -2
- package/__chunks__/{chunk-R2CPPFSK.js → chunk-ZH7PXPQS.js} +2 -2
- package/__chunks__/{chunk-ZVXR43EE.js → chunk-ZIEQGTNV.js} +2 -2
- package/__chunks__/{chunk-D2BBKLPY.js → chunk-ZPDYQNBF.js} +2 -2
- package/__chunks__/{chunk-FXGFZDUU.js → chunk-ZYI33ZZI.js} +2 -2
- package/__commonjs/UI/DappModal/hooks/index.js +1 -1
- package/__commonjs/UI/DappModal/hooks/useDappModal.js +1 -1
- package/__commonjs/UI/NotificationModal/NotificationModal.js +2 -2
- package/__commonjs/UI/NotificationModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +14 -14
- package/__commonjs/UI/SignTransactionsModals/components/index.js +14 -14
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +9 -9
- package/__commonjs/UI/index.js +54 -54
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable.js +4 -4
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +10 -10
- package/__commonjs/__mocks__/accountConfig.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/__commonjs/components/LogoutListener/index.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/__commonjs/constants/network.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/signMessage/index.js +1 -1
- package/__commonjs/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/__commonjs/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/__commonjs/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/__commonjs/reduxStore/selectors/modalsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/toastsSelectors.js +1 -1
- package/__commonjs/reduxStore/slices/index.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsSlice.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/transactions/index.js +1 -1
- package/__commonjs/services/transactions/sendTransactions.d.ts +1 -1
- package/__commonjs/services/transactions/sendTransactions.js +1 -1
- package/__commonjs/types/transactions.types.d.ts +5 -0
- package/__commonjs/types/transactions.types.js +1 -1
- package/__commonjs/utils/account/getAddress.js +1 -1
- package/__commonjs/utils/account/index.js +1 -1
- package/__commonjs/utils/logout.js +1 -1
- package/__commonjs/utils/operations/calculateFeeLimit.js +1 -1
- package/__commonjs/utils/smartContracts.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/__commonjs/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/__commonjs/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/__commonjs/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/getScamAddressData.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/batch/useTrackBatchTransactions.js +1 -1
- package/hooks/transactions/batch/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/useUpdateBatches.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/userInterface/index.js +1 -1
- package/hooks/userInterface/useIsDappModalVisible.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
- package/reduxStore/selectors/dappConfigSelector.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/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.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/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendTransactions.d.ts +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/transactions.types.d.ts +5 -0
- package/types/transactions.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/batch/updateBatchTransactionsStatuses.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/removeTransactionParamsFromUrl.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/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-2DF5QDRY.js +0 -2
- package/__chunks__/chunk-2IKYBOID.js +0 -2
- package/__chunks__/chunk-3I4WSHUC.js +0 -2
- package/__chunks__/chunk-3UTHLT6A.js +0 -2
- package/__chunks__/chunk-4IOA75W6.js +0 -2
- package/__chunks__/chunk-4O6PWAKS.js +0 -2
- package/__chunks__/chunk-4PMLV6U3.js +0 -2
- package/__chunks__/chunk-6NEOCIRB.js +0 -2
- package/__chunks__/chunk-6XM3EBUS.js +0 -2
- package/__chunks__/chunk-72OGWB73.js +0 -2
- package/__chunks__/chunk-7CERDE75.js +0 -2
- package/__chunks__/chunk-7P4F7I5K.js +0 -2
- package/__chunks__/chunk-BH655BLS.js +0 -2
- package/__chunks__/chunk-BLWD4PKR.js +0 -2
- package/__chunks__/chunk-BN4BJQWE.js +0 -2
- package/__chunks__/chunk-BQFC2GGQ.js +0 -2
- package/__chunks__/chunk-BWHZUT7S.js +0 -2
- package/__chunks__/chunk-CL3YOGNK.js +0 -2
- package/__chunks__/chunk-EOVJZE2V.js +0 -2
- package/__chunks__/chunk-FWHFV2GY.js +0 -2
- package/__chunks__/chunk-G2MDLSAP.js +0 -2
- package/__chunks__/chunk-HFF63CWA.js +0 -2
- package/__chunks__/chunk-HQ64MG47.js +0 -2
- package/__chunks__/chunk-KS7XN62J.js +0 -2
- package/__chunks__/chunk-KSDVGCPP.js +0 -2
- package/__chunks__/chunk-KU6MQG4T.js +0 -2
- package/__chunks__/chunk-M3KWJSVP.js +0 -2
- package/__chunks__/chunk-MDLJLBON.js +0 -2
- package/__chunks__/chunk-MH3ZESL5.js +0 -2
- package/__chunks__/chunk-MNEZR55O.js +0 -2
- package/__chunks__/chunk-O252YP3B.js +0 -2
- package/__chunks__/chunk-OGBWOFC5.js +0 -2
- package/__chunks__/chunk-PD2665ST.js +0 -2
- package/__chunks__/chunk-QRNKLOPS.js +0 -2
- package/__chunks__/chunk-QUYLH34E.js +0 -2
- package/__chunks__/chunk-SHPUY3H6.js +0 -2
- package/__chunks__/chunk-SR2NXF6S.js +0 -2
- package/__chunks__/chunk-SVC7DYDE.js +0 -2
- package/__chunks__/chunk-UI4DV6BF.js +0 -2
- package/__chunks__/chunk-VKPM6HWY.js +0 -2
- package/__chunks__/chunk-VWHAHJ7M.js +0 -2
- package/__chunks__/chunk-WGZYZ3J4.js +0 -2
- package/__chunks__/chunk-WZAWFI47.js +0 -2
- package/__chunks__/chunk-XG7OX5T2.js +0 -2
- package/__chunks__/chunk-XVJ73AJ4.js +0 -2
- package/__chunks__/chunk-YC7PF6LQ.js +0 -2
- package/__chunks__/chunk-YJVSP7IH.js +0 -2
- package/__chunks__/chunk-ZGUJTQO2.js +0 -2
- package/__chunks__/chunk-ZK6VVULN.js +0 -2
package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Wi=Object.create;var Me=Object.defineProperty,Gi=Object.defineProperties,$i=Object.getOwnPropertyDescriptor,Vi=Object.getOwnPropertyDescriptors,Hi=Object.getOwnPropertyNames,eo=Object.getOwnPropertySymbols,ji=Object.getPrototypeOf,Zo=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable;var dt=(e,o,t)=>o in e?Me(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Zo.call(o,t)&&dt(e,t,o[t]);if(eo)for(var t of eo(o))lt.call(o,t)&&dt(e,t,o[t]);return e},S=(e,o)=>Gi(e,Vi(o));var xe=(e,o)=>{var t={};for(var s in e)Zo.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&eo)for(var s of eo(e))o.indexOf(s)<0&<.call(e,s)&&(t[s]=e[s]);return t};var T=(e,o)=>()=>(e&&(o=e(e=0)),o);var U=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),pe=(e,o)=>{for(var t in o)Me(e,t,{get:o[t],enumerable:!0})},_t=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Hi(o))!Zo.call(e,c)&&c!==t&&Me(e,c,{get:()=>o[c],enumerable:!(s=$i(o,c))||s.enumerable});return e};var f=(e,o,t)=>(t=e!=null?Wi(ji(e)):{},_t(o||!e||!e.__esModule?Me(t,"default",{value:e,enumerable:!0}):t,e)),Fe=e=>_t(Me({},"__esModule",{value:!0}),e);var y=(e,o,t)=>new Promise((s,c)=>{var p=l=>{try{g(t.next(l))}catch(h){c(h)}},m=l=>{try{g(t.throw(l))}catch(h){c(h)}},g=l=>l.done?s(l.value):Promise.resolve(l.value).then(p,m);g((t=t.apply(e,o)).next())});var ft=U(oo=>{"use strict";n();oo.byteLength=qi;oo.toByteArray=Xi;oo.fromByteArray=Ji;var H=[],G=[],zi=typeof Uint8Array!="undefined"?Uint8Array:Array,Jo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,gt=Jo.length;me<gt;++me)H[me]=Jo[me],G[Jo.charCodeAt(me)]=me;var me,gt;G["-".charCodeAt(0)]=62;G["_".charCodeAt(0)]=63;function ut(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function qi(e){var o=ut(e),t=o[0],s=o[1];return(t+s)*3/4-s}function Ki(e,o,t){return(o+t)*3/4-t}function Xi(e){var o,t=ut(e),s=t[0],c=t[1],p=new zi(Ki(e,s,c)),m=0,g=c>0?s-4:s,l;for(l=0;l<g;l+=4)o=G[e.charCodeAt(l)]<<18|G[e.charCodeAt(l+1)]<<12|G[e.charCodeAt(l+2)]<<6|G[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=G[e.charCodeAt(l)]<<2|G[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=G[e.charCodeAt(l)]<<10|G[e.charCodeAt(l+1)]<<4|G[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Yi(e){return H[e>>18&63]+H[e>>12&63]+H[e>>6&63]+H[e&63]}function Zi(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(Yi(s));return c.join("")}function Ji(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,g=t-s;m<g;m+=p)c.push(Zi(e,m,m+p>g?g:m+p));return s===1?(o=e[t-1],c.push(H[o>>2]+H[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push(H[o>>10]+H[o>>4&63]+H[o<<2&63]+"=")),c.join("")}});var Tt=U(Qo=>{n();Qo.read=function(e,o,t,s,c){var p,m,g=c*8-s-1,l=(1<<g)-1,h=l>>1,b=-7,x=t?c-1:0,D=t?-1:1,R=e[o+x];for(x+=D,p=R&(1<<-b)-1,R>>=-b,b+=g;b>0;p=p*256+e[o+x],x+=D,b-=8);for(m=p&(1<<-b)-1,p>>=-b,b+=s;b>0;m=m*256+e[o+x],x+=D,b-=8);if(p===0)p=1-h;else{if(p===l)return m?NaN:(R?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-h}return(R?-1:1)*m*Math.pow(2,p-s)};Qo.write=function(e,o,t,s,c,p){var m,g,l,h=p*8-c-1,b=(1<<h)-1,x=b>>1,D=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,R=s?0:p-1,ie=s?1:-1,Q=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(g=isNaN(o)?1:0,m=b):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+x>=1?o+=D/l:o+=D*Math.pow(2,1-x),o*l>=2&&(m++,l/=2),m+x>=b?(g=0,m=b):m+x>=1?(g=(o*l-1)*Math.pow(2,c),m=m+x):(g=o*Math.pow(2,x-1)*Math.pow(2,c),m=0));c>=8;e[t+R]=g&255,R+=ie,g/=256,c-=8);for(m=m<<c|g,h+=c;h>0;e[t+R]=m&255,R+=ie,m/=256,h-=8);e[t+R-ie]|=Q*128}});var Ct=U(Se=>{"use strict";n();var en=ft(),be=Tt(),ht=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=rs;Se.INSPECT_MAX_BYTES=50;var no=2147483647;Se.kMaxLength=no;d.TYPED_ARRAY_SUPPORT=Qi();!d.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 Qi(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function ee(e){if(e>no)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return rn(e)}return bt(e,o,t)}d.poolSize=8192;function bt(e,o,t){if(typeof e=="string")return os(e,o);if(ArrayBuffer.isView(e))return ns(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(j(e,ArrayBuffer)||e&&j(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(j(e,SharedArrayBuffer)||e&&j(e.buffer,SharedArrayBuffer)))return nn(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return d.from(s,o,t);var c=ts(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,t){return bt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function St(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 es(e,o,t){return St(e),e<=0?ee(e):o!==void 0?typeof t=="string"?ee(e).fill(o,t):ee(e).fill(o):ee(e)}d.alloc=function(e,o,t){return es(e,o,t)};function rn(e){return St(e),ee(e<0?0:an(e)|0)}d.allocUnsafe=function(e){return rn(e)};d.allocUnsafeSlow=function(e){return rn(e)};function os(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=wt(e,o)|0,s=ee(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function on(e){for(var o=e.length<0?0:an(e.length)|0,t=ee(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function ns(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return nn(o.buffer,o.byteOffset,o.byteLength)}return on(e)}function nn(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,d.prototype),s}function ts(e){if(d.isBuffer(e)){var o=an(e.length)|0,t=ee(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||sn(e.length)?ee(0):on(e);if(e.type==="Buffer"&&Array.isArray(e.data))return on(e.data)}function an(e){if(e>=no)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+no.toString(16)+" bytes");return e|0}function rs(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,t){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),j(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(o)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};d.isEncoding=function(o){switch(String(o).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}};d.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=d.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(j(m,Uint8Array))p+m.length>c.length?d.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(d.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function wt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||j(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,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return tn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Et(e).length;default:if(c)return s?-1:tn(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=wt;function as(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return us(this,o,t);case"utf8":case"utf-8":return kt(this,o,t);case"ascii":return _s(this,o,t);case"latin1":case"binary":return gs(this,o,t);case"base64":return ds(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fs(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}d.prototype._isBuffer=!0;function de(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)de(this,t,t+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)de(this,t,t+3),de(this,t+1,t+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)de(this,t,t+7),de(this,t+1,t+6),de(this,t+2,t+5),de(this,t+3,t+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?kt(this,0,o):as.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",t=Se.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ht&&(d.prototype[ht]=d.prototype.inspect);d.prototype.compare=function(o,t,s,c,p){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,g=s-t,l=Math.min(m,g),h=this.slice(c,p),b=o.slice(t,s),x=0;x<l;++x)if(h[x]!==b[x]){m=h[x],g=b[x];break}return m<g?-1:g<m?1:0};function vt(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,sn(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=d.from(o,s)),d.isBuffer(o))return o.length===0?-1:yt(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):yt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function yt(e,o,t,s,c){var p=1,m=e.length,g=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,g/=2,t/=2}function l(R,ie){return p===1?R[ie]:R.readUInt16BE(ie*p)}var h;if(c){var b=-1;for(h=t;h<m;h++)if(l(e,h)===l(o,b===-1?0:h-b)){if(b===-1&&(b=h),h-b+1===g)return b*p}else b!==-1&&(h-=h-b),b=-1}else for(t+g>m&&(t=m-g),h=t;h>=0;h--){for(var x=!0,D=0;D<g;D++)if(l(e,h+D)!==l(o,D)){x=!1;break}if(x)return h}return-1}d.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};d.prototype.indexOf=function(o,t,s){return vt(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return vt(this,o,t,s,!1)};function is(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var g=parseInt(o.substr(m*2,2),16);if(sn(g))return m;e[t+m]=g}return m}function ss(e,o,t,s){return to(tn(o,e.length-t),e,t,s)}function cs(e,o,t,s){return to(ys(o),e,t,s)}function ps(e,o,t,s){return to(Et(o),e,t,s)}function ms(e,o,t,s){return to(xs(o,e.length-t),e,t,s)}d.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return is(this,o,t,s);case"utf8":case"utf-8":return ss(this,o,t,s);case"ascii":case"latin1":case"binary":return cs(this,o,t,s);case"base64":return ps(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ms(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ds(e,o,t){return o===0&&t===e.length?en.fromByteArray(e):en.fromByteArray(e.slice(o,t))}function kt(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,g=p>239?4:p>223?3:p>191?2:1;if(c+g<=t){var l,h,b,x;switch(g){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(x=(p&31)<<6|l&63,x>127&&(m=x));break;case 3:l=e[c+1],h=e[c+2],(l&192)===128&&(h&192)===128&&(x=(p&15)<<12|(l&63)<<6|h&63,x>2047&&(x<55296||x>57343)&&(m=x));break;case 4:l=e[c+1],h=e[c+2],b=e[c+3],(l&192)===128&&(h&192)===128&&(b&192)===128&&(x=(p&15)<<18|(l&63)<<12|(h&63)<<6|b&63,x>65535&&x<1114112&&(m=x))}}m===null?(m=65533,g=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=g}return ls(s)}var xt=4096;function ls(e){var o=e.length;if(o<=xt)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=xt));return t}function _s(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function gs(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function us(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=bs[e[p]];return c}function fs(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}d.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,d.prototype),c};function C(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};d.prototype.readUint8=d.prototype.readUInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};d.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};d.prototype.readInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};d.prototype.readInt16BE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};d.prototype.readInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!1,52,8)};function O(e,o,t,s,c,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=1,g=0;for(this[t]=o&255;++g<s&&(m*=256);)this[t+g]=o/m&255;return t+s};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=s-1,g=1;for(this[t+m]=o&255;--m>=0&&(g*=256);)this[t+m]=o/g&255;return t+s};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,255,0),this[t]=o&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};d.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=0,g=1,l=0;for(this[t]=o&255;++m<s&&(g*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=s-1,g=1,l=0;for(this[t+m]=o&255;--m>=0&&(g*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};d.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};d.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function At(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function It(e,o,t,s,c){return o=+o,t=t>>>0,c||At(e,o,t,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return It(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return It(this,o,t,!1,s)};function Lt(e,o,t,s,c){return o=+o,t=t>>>0,c||At(e,o,t,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return Lt(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return Lt(this,o,t,!1,s)};d.prototype.copy=function(o,t,s,c){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};d.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!d.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var g=d.isBuffer(o)?o:d.from(o,c),l=g.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=g[m%l]}return this};var Ts=/[^+/0-9A-Za-z-_]/g;function hs(e){if(e=e.split("=")[0],e=e.trim().replace(Ts,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function tn(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function ys(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function xs(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function Et(e){return en.toByteArray(hs(e))}function to(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function j(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function sn(e){return e!==e}var bs=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var Ot=U((Yd,Rt)=>{n();var L=Rt.exports={},z,q;function cn(){throw new Error("setTimeout has not been defined")}function pn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=cn}catch(e){z=cn}try{typeof clearTimeout=="function"?q=clearTimeout:q=pn}catch(e){q=pn}})();function Pt(e){if(z===setTimeout)return setTimeout(e,0);if((z===cn||!z)&&setTimeout)return z=setTimeout,setTimeout(e,0);try{return z(e,0)}catch(o){try{return z.call(null,e,0)}catch(t){return z.call(this,e,0)}}}function Ss(e){if(q===clearTimeout)return clearTimeout(e);if((q===pn||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(t){return q.call(this,e)}}}var oe=[],we=!1,le,ro=-1;function ws(){!we||!le||(we=!1,le.length?oe=le.concat(oe):ro=-1,oe.length&&Nt())}function Nt(){if(!we){var e=Pt(ws);we=!0;for(var o=oe.length;o;){for(le=oe,oe=[];++ro<o;)le&&le[ro].run();ro=-1,o=oe.length}le=null,we=!1,Ss(e)}}L.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];oe.push(new Dt(e,o)),oe.length===1&&!we&&Pt(Nt)};function Dt(e,o){this.fun=e,this.array=o}Dt.prototype.run=function(){this.fun.apply(null,this.array)};L.title="browser";L.browser=!0;L.env={};L.argv=[];L.version="";L.versions={};function ne(){}L.on=ne;L.addListener=ne;L.once=ne;L.off=ne;L.removeListener=ne;L.removeAllListeners=ne;L.emit=ne;L.prependListener=ne;L.prependOnceListener=ne;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 a,i,vs,r,n=T(()=>{a=f(Ct()),i=f(Ot()),vs=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),r=vs});var I=T(()=>{"use strict";n()});function ke(e){return e!=null&&(Os(e)||Bt(e))}function Ae(e){return e!=null&&(Ms(e)||Us(e))}function Ie(e){return e!=null&&(Fs(e)||Ws(e))}function ln(e){return e!=null&&Bs(e)}function Os(e){return e!=null&&Ls.includes(e)}function Ms(e){return e!=null&&Es.includes(e)}function Fs(e){return e!=null&&Cs.includes(e)}function Bs(e){return e!=null&&Ps.includes(e)}function Bt(e){return e!=null&&Ns.includes(e)}function Us(e){return e!=null&&Ds.includes(e)}function Ws(e){return e!=null&&Rs.includes(e)}var Ls,Es,Cs,Ps,Ns,Ds,Rs,ge=T(()=>{"use strict";n();I();Ls=["sent"],Es=["success"],Cs=["fail","cancelled","timedOut"],Ps=["timedOut"],Ns=["pending"],Ds=["success"],Rs=["fail","invalid"]});var ue=T(()=>{"use strict";n()});var Ut=T(()=>{"use strict";n()});var Wt=T(()=>{"use strict";n()});var Gt=T(()=>{"use strict";n()});var $t=T(()=>{"use strict";n()});var Vt=T(()=>{"use strict";n()});var M=T(()=>{"use strict";n()});var Ht=T(()=>{"use strict";n()});var jt=T(()=>{"use strict";n()});var zt=T(()=>{"use strict";n()});var P=T(()=>{"use strict";n();Ut();Wt();Gt();I();$t();Vt();M();Ht();jt();zt()});var Le,qt,Sl,Kt,wl,Xt,vl,kl,Gs,Be=T(()=>{"use strict";n();P();Le={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:qt,egldLabel:Sl}=Le["devnet"],{chainId:Kt,egldLabel:wl}=Le["testnet"],{chainId:Xt,egldLabel:vl}=Le["mainnet"],kl={["devnet"]:qt,["testnet"]:Kt,["mainnet"]:Xt},Gs={[qt]:"devnet",[Kt]:"testnet",[Xt]:"mainnet"}});var _n=T(()=>{"use strict";n()});var Yt=T(()=>{"use strict";n()});var io,gn=T(()=>{"use strict";n();io="transaction-status-toast-id"});var K,Zt=T(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Jt=T(()=>{"use strict";n()});var Ue,so,Qt,co,er,Ee,v=T(()=>{"use strict";n();ue();Be();_n();Yt();gn();Zt();Jt();Ue=5e4,so=1e9,Qt=1,co="logout",er="login",Ee="0"});var We,po=T(()=>{"use strict";n();We=()=>Date.now()/1e3});var or=T(()=>{"use strict";n()});var nr=T(()=>{"use strict";n()});var un=T(()=>{"use strict";n();po();or();nr()});var Tn={};pe(Tn,{getItem:()=>Vs,localStorageKeys:()=>se,removeItem:()=>Hs,setItem:()=>$s});var se,fn,$s,Vs,Hs,Ce=T(()=>{"use strict";n();un();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},fn=typeof localStorage!="undefined",$s=({key:e,data:o,expires:t})=>{!fn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Vs=e=>{if(!fn)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:We()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Hs=e=>{!fn||localStorage.removeItem(String(e))}});var hn={};pe(hn,{clear:()=>ir,getItem:()=>rr,removeItem:()=>ar,setItem:()=>tr,storage:()=>js});var tr,rr,ar,ir,js,sr=T(()=>{"use strict";n();tr=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},rr=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},ar=e=>sessionStorage.removeItem(String(e)),ir=()=>sessionStorage.clear(),js={setItem:tr,getItem:rr,removeItem:ar,clear:ir}});var fe,Pe=T(()=>{"use strict";n();Ce();sr();fe={session:hn,local:Tn}});var yn,E,X,N=T(()=>{"use strict";n();yn=require("@reduxjs/toolkit");v();E=(0,yn.createAction)(co),X=(0,yn.createAction)(er,e=>({payload:e}))});var bn,cr,pr,mo,xn,mr,Sn,t_,wn,r_,zs,qs,a_,i_,s_,Ks,Xs,lo,_o=T(()=>{"use strict";n();bn=require("@multiversx/sdk-core"),cr=require("@reduxjs/toolkit"),pr=require("redux-persist");v();Pe();Ce();N();mo={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ee},xn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":mo},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},mr=(0,cr.createSlice)({name:"accountInfoSlice",initialState:xn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new bn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:mo},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(E,()=>(fe.local.removeItem(se.loginExpiresAt),xn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new bn.Address(s).hex()}),e.addCase(pr.REHYDRATE,(o,t)=>{var h;if(!((h=t.payload)!=null&&h.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:g}=s;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:xn.accounts,o.publicKey=g})}}),{setAccount:Sn,setAddress:t_,setAccountNonce:wn,setAccountShard:r_,setLedgerAccount:zs,updateLedgerAccount:qs,setWalletConnectAccount:a_,setIsAccountLoading:i_,setAccountLoadingError:s_,setWebsocketEvent:Ks,setWebsocketBatchEvent:Xs}=mr.actions,lo=mr.reducer});function Ge(){return new Date().setHours(new Date().getHours()+24)}function $e(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var vn=T(()=>{"use strict";n();Pe();Ce()});var lr,dr,_r,T_,gr,Ys,Zs,h_,Js,ur,y_,go,uo=T(()=>{"use strict";n();lr=require("@reduxjs/toolkit");vn();I();N();dr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},_r=(0,lr.createSlice)({name:"loginInfoSlice",initialState:dr,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(E,()=>dr),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,$e(Ge())})}}),{setLoginMethod:T_,setWalletConnectLogin:gr,setLedgerLogin:Ys,setTokenLogin:Zs,setTokenLoginSignature:h_,setWalletLogin:Js,invalidateLoginSession:ur,setLogoutRoute:y_}=_r.actions,go=_r.reducer});var Tr,fr,hr,w_,Qs,v_,ec,fo,To=T(()=>{"use strict";n();Tr=require("@reduxjs/toolkit");N();fr={},hr=(0,Tr.createSlice)({name:"modalsSlice",initialState:fr,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(E,()=>fr)}}),{setTxSubmittedModal:w_,setNotificationModal:Qs,clearTxSubmittedModal:v_,clearNotificationModal:ec}=hr.actions,fo=hr.reducer});var Ve=T(()=>{"use strict";n()});var xr=T(()=>{"use strict";n();Ve()});function kn(e){return e[Math.floor(Math.random()*e.length)]}var br=T(()=>{"use strict";n()});var An=T(()=>{"use strict";n();_n()});var Te=T(()=>{"use strict";n();xr();br();An()});var Sr,wr,In,oc,vr,U_,W_,ho,yo=T(()=>{"use strict";n();Sr=require("@reduxjs/toolkit"),wr=f(require("lodash.omit"));Te();In={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},oc={network:In,chainID:"-1"},vr=(0,Sr.createSlice)({name:"appConfig",initialState:oc,reducers:{initializeNetworkConfig:(e,o)=>{let t=kn(o.payload.walletConnectBridgeAddresses),s=kn(o.payload.walletConnectV2RelayAddresses),c=(0,wr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),c),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:s})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:U_,setChainID:W_}=vr.actions,ho=vr.reducer});var kr,Ln,Ar,z_,q_,K_,xo,bo=T(()=>{"use strict";n();kr=require("@reduxjs/toolkit");P();N();Ln={isSigning:!1,signedSessions:{}},Ar=(0,kr.createSlice)({name:"signedMessageInfoSliceState",initialState:Ln,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=s},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Ln},extraReducers:e=>{e.addCase(E,()=>Ln)}}),{setSignSession:z_,clearSignedMessageInfo:q_,setSignSessionState:K_}=Ar.actions,xo=Ar.reducer});var Lr,Er,Ir,Cr,nc,En,ng,tg,rg,ag,So,wo=T(()=>{"use strict";n();Lr=require("@reduxjs/toolkit"),Er=require("redux-persist");gn();P();po();N();Ir={customToasts:[],transactionToasts:[],failTransactionToast:null},Cr=(0,Lr.createSlice)({name:"toastsSlice",initialState:Ir,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:We(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=S(u({},o.payload),{toastId:io})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(E,()=>Ir),e.addCase(Er.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:nc,removeCustomToast:En,addTransactionToast:ng,removeTransactionToast:tg,addFailTransactionToast:rg,removeFailTransactionToast:ag}=Cr.actions,So=Cr.reducer});var Pr,Pn,Nn,Dn,tc,Cn,Nr,pg,rc,Rn,vo,ko=T(()=>{"use strict";n();Pr=require("@reduxjs/toolkit");N();Pn="Transaction failed",Nn="Transaction successful",Dn="Processing transaction",tc="Transaction submitted",Cn={},Nr=(0,Pr.createSlice)({name:"transactionsInfo",initialState:Cn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||Pn,successMessage:(s==null?void 0:s.successMessage)||Nn,processingMessage:(s==null?void 0:s.processingMessage)||Dn,submittedMessage:(s==null?void 0:s.submittedMessage)||tc,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Cn},extraReducers:e=>{e.addCase(E,()=>Cn)}}),{clearTransactionsInfo:pg,setTransactionsDisplayInfo:rc,clearTransactionsInfoForSessionId:Rn}=Nr.actions,vo=Nr.reducer});var Dr,Rr,He,ac,Or,Mr,Fr,ic,Ao,sc,cc,fg,pc,Io,On,Lo,Eo=T(()=>{"use strict";n();Dr=require("@reduxjs/toolkit"),Rr=require("redux-persist");I();ge();N();He={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},ac={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Or=(0,Dr.createSlice)({name:"transactionsSlice",initialState:He,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,h;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m}=o.payload,g=((l=e.customTransactionInformationForSessionId)==null?void 0:l[t])||ac;e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:g},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===t&&(e.transactionsToSign=He.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,l,h,b,x,D;let{sessionId:t,status:s,errorMessage:c,transactionHash:p}=o.payload,m=(l=(g=e.signedTransactions)==null?void 0:g[t])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[t].transactions=m.map(Q=>Q.hash===p?S(u({},Q),{status:s,errorMessage:c}):Q);let R=(b=(h=e.signedTransactions[t])==null?void 0:h.transactions)==null?void 0:b.every(Q=>Ae(Q.status)),ie=(D=(x=e.signedTransactions[t])==null?void 0:x.transactions)==null?void 0:D.every(Q=>Ie(Q.status));R&&(e.signedTransactions[t].status="success"),ie&&(e.signedTransactions[t].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=He.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=He.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(E,()=>He),e.addCase(Rr.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((g,[l,h])=>{let b=new Date(l),x=new Date;return x.setHours(x.getHours()+5),x-b>0||(g[l]=h),g},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Mr,updateSignedTransactions:Fr,setTransactionsToSign:ic,clearAllTransactionsToSign:Ao,clearAllSignedTransactions:sc,clearSignedTransaction:cc,clearTransactionToSign:fg,setSignTransactionsError:pc,setSignTransactionsCancelMessage:Io,moveTransactionsToSignedState:On}=Or.actions,Lo=Or.reducer});var Br,Mn,Ur,xg,bg,Sg,wg,Co,Po=T(()=>{"use strict";n();Br=require("@reduxjs/toolkit");N();Mn={},Ur=(0,Br.createSlice)({name:"batchTransactionsSlice",initialState:Mn,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Mn},extraReducers:e=>{e.addCase(E,()=>Mn)}}),{setBatchTransactions:xg,updateBatchTransactions:bg,clearBatchTransactions:Sg,clearAllBatchTransactions:wg}=Ur.actions,Co=Ur.reducer});var Gr,Wr,$r,Ig,Vr,Fn=T(()=>{"use strict";n();Gr=require("@reduxjs/toolkit");N();Wr={},$r=(0,Gr.createSlice)({name:"dappConfigSlice",initialState:Wr,reducers:{setDappConfig:(e,o)=>{e=u(u({},e),o.payload)}},extraReducers:e=>{e.addCase(E,()=>Wr)}}),{setDappConfig:Ig}=$r.actions,Vr=$r.reducer});var A=T(()=>{"use strict";n();_o();uo();To();yo();bo();wo();ko();Eo();Po();Fn()});var $n=T(()=>{"use strict";n()});var ta,na,ra,Zu,Ju,Qu,ef,of,nf,aa,ia=T(()=>{"use strict";n();ta=require("@reduxjs/toolkit");N();na={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ra=(0,ta.createSlice)({name:"dappModalsSlice",initialState:na,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=u({},o.payload)}},extraReducers:e=>{e.addCase(E,()=>na)}}),{setDappModalVisibility:Zu,setDappModalHeaderVisibility:Ju,setDappModalFooterVisibility:Qu,setDappModalHeaderText:ef,setDappModalFooterText:of,setDappModalConfig:nf}=ra.actions,aa=ra.reducer});var sa,Lc,Ec,he,Fo=T(()=>{"use strict";n();sa=require("@reduxjs/toolkit");$n();_o();Po();Fn();ia();uo();To();yo();bo();wo();ko();Eo();Lc={["account"]:lo,["dappModal"]:aa,["dappConfig"]:Vr,["loginInfo"]:go,["modals"]:fo,["networkConfig"]:ho,["signedMessageInfo"]:xo,["toasts"]:So,["transactionsInfo"]:vo,["transactions"]:Lo,["batchTransactions"]:Co},Ec=(e={})=>(0,sa.combineReducers)(u(u({},Lc),e)),he=Ec});var da={};pe(da,{default:()=>jc,sessionStorageReducers:()=>Vn});function re(e,o=[]){return{key:e,version:1,storage:pa.default,blacklist:o}}var F,ca,pa,Cc,Ke,Pc,Nc,Dc,Rc,Oc,Mc,Fc,Bc,Uc,Wc,ma,Gc,Vn,$c,Vc,Hc,jc,la=T(()=>{"use strict";n();F=require("redux-persist"),ca=f(require("redux-persist/lib/storage")),pa=f(require("redux-persist/lib/storage/session"));Fo();A();_o();Po();uo();To();yo();bo();wo();ko();Eo();$n();Cc={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Pc=re(Ke["account"]),Nc=re(Ke["loginInfo"]),Dc=re(Ke["modals"]),Rc=re(Ke["networkConfig"]),Oc={2:e=>S(u({},e),{networkConfig:In})};Mc=re("sdk-dapp-transactionsInfo"),Fc=re("sdk-dapp-transactions",["transactionsToSign"]),Bc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Uc=re("sdk-dapp-toasts"),Wc=re("sdk-dapp-signedMessageInfo"),ma={key:"sdk-dapp-store",version:2,storage:ca.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(Oc,{debug:!1})},Gc=S(u({},ma),{whitelist:[]}),Vn={["toasts"]:(0,F.persistReducer)(Uc,So),["transactions"]:(0,F.persistReducer)(Fc,Lo),["transactionsInfo"]:(0,F.persistReducer)(Mc,vo),["batchTransactions"]:(0,F.persistReducer)(Bc,Co),["signedMessageInfo"]:(0,F.persistReducer)(Wc,xo)},$c=S(u({},Vn),{["account"]:(0,F.persistReducer)(Pc,lo),["loginInfo"]:(0,F.persistReducer)(Nc,go),["modals"]:(0,F.persistReducer)(Dc,fo),["networkConfig"]:(0,F.persistReducer)(Rc,ho)}),Vc=Cc.persistReducersStorageType==="localStorage",Hc=Vc?(0,F.persistReducer)(ma,he(Vn)):(0,F.persistReducer)(Gc,he($c)),jc=Hc});var _a={};pe(_a,{default:()=>zc});var zc,ga=T(()=>{"use strict";n();Fo();zc=he()});var ua={};pe(ua,{default:()=>Kc});var $,qc,Kc,fa=T(()=>{"use strict";n();$=require("redux-persist"),qc=[$.FLUSH,$.REHYDRATE,$.PAUSE,$.PERSIST,$.PURGE,$.REGISTER],Kc=qc});var ya={};pe(ya,{default:()=>ha});function ha(e){return(0,Ta.persistStore)(e)}var Ta,xa=T(()=>{"use strict";n();Ta=require("redux-persist")});var mi=U((DE,pi)=>{n();var Gm=typeof r=="object"&&r&&r.Object===Object&&r;pi.exports=Gm});var li=U((RE,di)=>{n();var $m=mi(),Vm=typeof self=="object"&&self&&self.Object===Object&&self,Hm=$m||Vm||Function("return this")();di.exports=Hm});var at=U((OE,_i)=>{n();var jm=li(),zm=jm.Symbol;_i.exports=zm});var Ti=U((ME,fi)=>{n();var gi=at(),ui=Object.prototype,qm=ui.hasOwnProperty,Km=ui.toString,Ze=gi?gi.toStringTag:void 0;function Xm(e){var o=qm.call(e,Ze),t=e[Ze];try{e[Ze]=void 0;var s=!0}catch(p){}var c=Km.call(e);return s&&(o?e[Ze]=t:delete e[Ze]),c}fi.exports=Xm});var yi=U((FE,hi)=>{n();var Ym=Object.prototype,Zm=Ym.toString;function Jm(e){return Zm.call(e)}hi.exports=Jm});var wi=U((BE,Si)=>{n();var xi=at(),Qm=Ti(),ed=yi(),od="[object Null]",nd="[object Undefined]",bi=xi?xi.toStringTag:void 0;function td(e){return e==null?e===void 0?nd:od:bi&&bi in Object(e)?Qm(e):ed(e)}Si.exports=td});var ki=U((UE,vi)=>{n();var rd=Array.isArray;vi.exports=rd});var Ii=U((WE,Ai)=>{n();function ad(e){return e!=null&&typeof e=="object"}Ai.exports=ad});var Ei=U((GE,Li)=>{n();var id=wi(),sd=ki(),cd=Ii(),pd="[object String]";function md(e){return typeof e=="string"||!sd(e)&&cd(e)&&id(e)==pd}Li.exports=md});var jd={};pe(jd,{SimpleToast:()=>Hd});module.exports=Fe(jd);n();var Yo=f(require("react")),Ui=f(require("classnames"));n();var ks=`.dapp-core-component__transactionsToastList-styles__toasts {
|
|
1
|
+
"use strict";var Gi=Object.create;var Me=Object.defineProperty,Wi=Object.defineProperties,$i=Object.getOwnPropertyDescriptor,Vi=Object.getOwnPropertyDescriptors,Hi=Object.getOwnPropertyNames,eo=Object.getOwnPropertySymbols,ji=Object.getPrototypeOf,Zo=Object.prototype.hasOwnProperty,lt=Object.prototype.propertyIsEnumerable;var dt=(e,o,t)=>o in e?Me(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Zo.call(o,t)&&dt(e,t,o[t]);if(eo)for(var t of eo(o))lt.call(o,t)&&dt(e,t,o[t]);return e},S=(e,o)=>Wi(e,Vi(o));var xe=(e,o)=>{var t={};for(var s in e)Zo.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&eo)for(var s of eo(e))o.indexOf(s)<0&<.call(e,s)&&(t[s]=e[s]);return t};var T=(e,o)=>()=>(e&&(o=e(e=0)),o);var U=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),pe=(e,o)=>{for(var t in o)Me(e,t,{get:o[t],enumerable:!0})},_t=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Hi(o))!Zo.call(e,c)&&c!==t&&Me(e,c,{get:()=>o[c],enumerable:!(s=$i(o,c))||s.enumerable});return e};var f=(e,o,t)=>(t=e!=null?Gi(ji(e)):{},_t(o||!e||!e.__esModule?Me(t,"default",{value:e,enumerable:!0}):t,e)),Fe=e=>_t(Me({},"__esModule",{value:!0}),e);var y=(e,o,t)=>new Promise((s,c)=>{var p=l=>{try{g(t.next(l))}catch(h){c(h)}},m=l=>{try{g(t.throw(l))}catch(h){c(h)}},g=l=>l.done?s(l.value):Promise.resolve(l.value).then(p,m);g((t=t.apply(e,o)).next())});var ft=U(oo=>{"use strict";n();oo.byteLength=qi;oo.toByteArray=Xi;oo.fromByteArray=Ji;var H=[],W=[],zi=typeof Uint8Array!="undefined"?Uint8Array:Array,Jo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,gt=Jo.length;me<gt;++me)H[me]=Jo[me],W[Jo.charCodeAt(me)]=me;var me,gt;W["-".charCodeAt(0)]=62;W["_".charCodeAt(0)]=63;function ut(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function qi(e){var o=ut(e),t=o[0],s=o[1];return(t+s)*3/4-s}function Ki(e,o,t){return(o+t)*3/4-t}function Xi(e){var o,t=ut(e),s=t[0],c=t[1],p=new zi(Ki(e,s,c)),m=0,g=c>0?s-4:s,l;for(l=0;l<g;l+=4)o=W[e.charCodeAt(l)]<<18|W[e.charCodeAt(l+1)]<<12|W[e.charCodeAt(l+2)]<<6|W[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=W[e.charCodeAt(l)]<<2|W[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=W[e.charCodeAt(l)]<<10|W[e.charCodeAt(l+1)]<<4|W[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Yi(e){return H[e>>18&63]+H[e>>12&63]+H[e>>6&63]+H[e&63]}function Zi(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(Yi(s));return c.join("")}function Ji(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,g=t-s;m<g;m+=p)c.push(Zi(e,m,m+p>g?g:m+p));return s===1?(o=e[t-1],c.push(H[o>>2]+H[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push(H[o>>10]+H[o>>4&63]+H[o<<2&63]+"=")),c.join("")}});var Tt=U(Qo=>{n();Qo.read=function(e,o,t,s,c){var p,m,g=c*8-s-1,l=(1<<g)-1,h=l>>1,b=-7,x=t?c-1:0,D=t?-1:1,R=e[o+x];for(x+=D,p=R&(1<<-b)-1,R>>=-b,b+=g;b>0;p=p*256+e[o+x],x+=D,b-=8);for(m=p&(1<<-b)-1,p>>=-b,b+=s;b>0;m=m*256+e[o+x],x+=D,b-=8);if(p===0)p=1-h;else{if(p===l)return m?NaN:(R?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-h}return(R?-1:1)*m*Math.pow(2,p-s)};Qo.write=function(e,o,t,s,c,p){var m,g,l,h=p*8-c-1,b=(1<<h)-1,x=b>>1,D=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,R=s?0:p-1,ie=s?1:-1,Q=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(g=isNaN(o)?1:0,m=b):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+x>=1?o+=D/l:o+=D*Math.pow(2,1-x),o*l>=2&&(m++,l/=2),m+x>=b?(g=0,m=b):m+x>=1?(g=(o*l-1)*Math.pow(2,c),m=m+x):(g=o*Math.pow(2,x-1)*Math.pow(2,c),m=0));c>=8;e[t+R]=g&255,R+=ie,g/=256,c-=8);for(m=m<<c|g,h+=c;h>0;e[t+R]=m&255,R+=ie,m/=256,h-=8);e[t+R-ie]|=Q*128}});var Ct=U(Se=>{"use strict";n();var en=ft(),be=Tt(),ht=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=rs;Se.INSPECT_MAX_BYTES=50;var no=2147483647;Se.kMaxLength=no;d.TYPED_ARRAY_SUPPORT=Qi();!d.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 Qi(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function ee(e){if(e>no)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return rn(e)}return bt(e,o,t)}d.poolSize=8192;function bt(e,o,t){if(typeof e=="string")return os(e,o);if(ArrayBuffer.isView(e))return ns(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(j(e,ArrayBuffer)||e&&j(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(j(e,SharedArrayBuffer)||e&&j(e.buffer,SharedArrayBuffer)))return nn(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return d.from(s,o,t);var c=ts(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,t){return bt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function St(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 es(e,o,t){return St(e),e<=0?ee(e):o!==void 0?typeof t=="string"?ee(e).fill(o,t):ee(e).fill(o):ee(e)}d.alloc=function(e,o,t){return es(e,o,t)};function rn(e){return St(e),ee(e<0?0:an(e)|0)}d.allocUnsafe=function(e){return rn(e)};d.allocUnsafeSlow=function(e){return rn(e)};function os(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=wt(e,o)|0,s=ee(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function on(e){for(var o=e.length<0?0:an(e.length)|0,t=ee(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function ns(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return nn(o.buffer,o.byteOffset,o.byteLength)}return on(e)}function nn(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,d.prototype),s}function ts(e){if(d.isBuffer(e)){var o=an(e.length)|0,t=ee(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||sn(e.length)?ee(0):on(e);if(e.type==="Buffer"&&Array.isArray(e.data))return on(e.data)}function an(e){if(e>=no)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+no.toString(16)+" bytes");return e|0}function rs(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,t){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),j(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(o)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};d.isEncoding=function(o){switch(String(o).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}};d.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=d.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(j(m,Uint8Array))p+m.length>c.length?d.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(d.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function wt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||j(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,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return tn(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Et(e).length;default:if(c)return s?-1:tn(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=wt;function as(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return us(this,o,t);case"utf8":case"utf-8":return kt(this,o,t);case"ascii":return _s(this,o,t);case"latin1":case"binary":return gs(this,o,t);case"base64":return ds(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fs(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}d.prototype._isBuffer=!0;function de(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)de(this,t,t+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)de(this,t,t+3),de(this,t+1,t+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)de(this,t,t+7),de(this,t+1,t+6),de(this,t+2,t+5),de(this,t+3,t+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?kt(this,0,o):as.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",t=Se.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ht&&(d.prototype[ht]=d.prototype.inspect);d.prototype.compare=function(o,t,s,c,p){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,g=s-t,l=Math.min(m,g),h=this.slice(c,p),b=o.slice(t,s),x=0;x<l;++x)if(h[x]!==b[x]){m=h[x],g=b[x];break}return m<g?-1:g<m?1:0};function vt(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,sn(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=d.from(o,s)),d.isBuffer(o))return o.length===0?-1:yt(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):yt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function yt(e,o,t,s,c){var p=1,m=e.length,g=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,g/=2,t/=2}function l(R,ie){return p===1?R[ie]:R.readUInt16BE(ie*p)}var h;if(c){var b=-1;for(h=t;h<m;h++)if(l(e,h)===l(o,b===-1?0:h-b)){if(b===-1&&(b=h),h-b+1===g)return b*p}else b!==-1&&(h-=h-b),b=-1}else for(t+g>m&&(t=m-g),h=t;h>=0;h--){for(var x=!0,D=0;D<g;D++)if(l(e,h+D)!==l(o,D)){x=!1;break}if(x)return h}return-1}d.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};d.prototype.indexOf=function(o,t,s){return vt(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return vt(this,o,t,s,!1)};function is(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var g=parseInt(o.substr(m*2,2),16);if(sn(g))return m;e[t+m]=g}return m}function ss(e,o,t,s){return to(tn(o,e.length-t),e,t,s)}function cs(e,o,t,s){return to(ys(o),e,t,s)}function ps(e,o,t,s){return to(Et(o),e,t,s)}function ms(e,o,t,s){return to(xs(o,e.length-t),e,t,s)}d.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return is(this,o,t,s);case"utf8":case"utf-8":return ss(this,o,t,s);case"ascii":case"latin1":case"binary":return cs(this,o,t,s);case"base64":return ps(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ms(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ds(e,o,t){return o===0&&t===e.length?en.fromByteArray(e):en.fromByteArray(e.slice(o,t))}function kt(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,g=p>239?4:p>223?3:p>191?2:1;if(c+g<=t){var l,h,b,x;switch(g){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(x=(p&31)<<6|l&63,x>127&&(m=x));break;case 3:l=e[c+1],h=e[c+2],(l&192)===128&&(h&192)===128&&(x=(p&15)<<12|(l&63)<<6|h&63,x>2047&&(x<55296||x>57343)&&(m=x));break;case 4:l=e[c+1],h=e[c+2],b=e[c+3],(l&192)===128&&(h&192)===128&&(b&192)===128&&(x=(p&15)<<18|(l&63)<<12|(h&63)<<6|b&63,x>65535&&x<1114112&&(m=x))}}m===null?(m=65533,g=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=g}return ls(s)}var xt=4096;function ls(e){var o=e.length;if(o<=xt)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=xt));return t}function _s(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function gs(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function us(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=bs[e[p]];return c}function fs(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}d.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,d.prototype),c};function C(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};d.prototype.readUint8=d.prototype.readUInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};d.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};d.prototype.readInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};d.prototype.readInt16BE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};d.prototype.readInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!1,52,8)};function O(e,o,t,s,c,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=1,g=0;for(this[t]=o&255;++g<s&&(m*=256);)this[t+g]=o/m&255;return t+s};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=s-1,g=1;for(this[t+m]=o&255;--m>=0&&(g*=256);)this[t+m]=o/g&255;return t+s};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,255,0),this[t]=o&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};d.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=0,g=1,l=0;for(this[t]=o&255;++m<s&&(g*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=s-1,g=1,l=0;for(this[t+m]=o&255;--m>=0&&(g*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};d.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};d.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function At(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function It(e,o,t,s,c){return o=+o,t=t>>>0,c||At(e,o,t,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return It(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return It(this,o,t,!1,s)};function Lt(e,o,t,s,c){return o=+o,t=t>>>0,c||At(e,o,t,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return Lt(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return Lt(this,o,t,!1,s)};d.prototype.copy=function(o,t,s,c){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};d.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!d.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var g=d.isBuffer(o)?o:d.from(o,c),l=g.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=g[m%l]}return this};var Ts=/[^+/0-9A-Za-z-_]/g;function hs(e){if(e=e.split("=")[0],e=e.trim().replace(Ts,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function tn(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function ys(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function xs(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function Et(e){return en.toByteArray(hs(e))}function to(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function j(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function sn(e){return e!==e}var bs=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var Ot=U((Yd,Rt)=>{n();var L=Rt.exports={},z,q;function cn(){throw new Error("setTimeout has not been defined")}function pn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=cn}catch(e){z=cn}try{typeof clearTimeout=="function"?q=clearTimeout:q=pn}catch(e){q=pn}})();function Pt(e){if(z===setTimeout)return setTimeout(e,0);if((z===cn||!z)&&setTimeout)return z=setTimeout,setTimeout(e,0);try{return z(e,0)}catch(o){try{return z.call(null,e,0)}catch(t){return z.call(this,e,0)}}}function Ss(e){if(q===clearTimeout)return clearTimeout(e);if((q===pn||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(t){return q.call(this,e)}}}var oe=[],we=!1,le,ro=-1;function ws(){!we||!le||(we=!1,le.length?oe=le.concat(oe):ro=-1,oe.length&&Nt())}function Nt(){if(!we){var e=Pt(ws);we=!0;for(var o=oe.length;o;){for(le=oe,oe=[];++ro<o;)le&&le[ro].run();ro=-1,o=oe.length}le=null,we=!1,Ss(e)}}L.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];oe.push(new Dt(e,o)),oe.length===1&&!we&&Pt(Nt)};function Dt(e,o){this.fun=e,this.array=o}Dt.prototype.run=function(){this.fun.apply(null,this.array)};L.title="browser";L.browser=!0;L.env={};L.argv=[];L.version="";L.versions={};function ne(){}L.on=ne;L.addListener=ne;L.once=ne;L.off=ne;L.removeListener=ne;L.removeAllListeners=ne;L.emit=ne;L.prependListener=ne;L.prependOnceListener=ne;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 a,i,vs,r,n=T(()=>{a=f(Ct()),i=f(Ot()),vs=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),r=vs});var I=T(()=>{"use strict";n()});function ke(e){return e!=null&&(Os(e)||Bt(e))}function Ae(e){return e!=null&&(Ms(e)||Us(e))}function Ie(e){return e!=null&&(Fs(e)||Gs(e))}function ln(e){return e!=null&&Bs(e)}function Os(e){return e!=null&&Ls.includes(e)}function Ms(e){return e!=null&&Es.includes(e)}function Fs(e){return e!=null&&Cs.includes(e)}function Bs(e){return e!=null&&Ps.includes(e)}function Bt(e){return e!=null&&Ns.includes(e)}function Us(e){return e!=null&&Ds.includes(e)}function Gs(e){return e!=null&&Rs.includes(e)}var Ls,Es,Cs,Ps,Ns,Ds,Rs,ge=T(()=>{"use strict";n();I();Ls=["sent"],Es=["success"],Cs=["fail","cancelled","timedOut"],Ps=["timedOut"],Ns=["pending"],Ds=["success"],Rs=["fail","invalid"]});var ue=T(()=>{"use strict";n()});var Ut=T(()=>{"use strict";n()});var Gt=T(()=>{"use strict";n()});var Wt=T(()=>{"use strict";n()});var $t=T(()=>{"use strict";n()});var Vt=T(()=>{"use strict";n()});var M=T(()=>{"use strict";n()});var Ht=T(()=>{"use strict";n()});var jt=T(()=>{"use strict";n()});var zt=T(()=>{"use strict";n()});var P=T(()=>{"use strict";n();Ut();Gt();Wt();I();$t();Vt();M();Ht();jt();zt()});var Le,qt,Sl,Kt,wl,Xt,vl,kl,Ws,Be=T(()=>{"use strict";n();P();Le={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:qt,egldLabel:Sl}=Le["devnet"],{chainId:Kt,egldLabel:wl}=Le["testnet"],{chainId:Xt,egldLabel:vl}=Le["mainnet"],kl={["devnet"]:qt,["testnet"]:Kt,["mainnet"]:Xt},Ws={[qt]:"devnet",[Kt]:"testnet",[Xt]:"mainnet"}});var _n=T(()=>{"use strict";n()});var Yt=T(()=>{"use strict";n()});var io,gn=T(()=>{"use strict";n();io="transaction-status-toast-id"});var K,Zt=T(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Jt=T(()=>{"use strict";n()});var Ue,so,Qt,co,er,Ee,v=T(()=>{"use strict";n();ue();Be();_n();Yt();gn();Zt();Jt();Ue=5e4,so=1e9,Qt=1,co="logout",er="login",Ee="0"});var Ge,po=T(()=>{"use strict";n();Ge=()=>Date.now()/1e3});var or=T(()=>{"use strict";n()});var nr=T(()=>{"use strict";n()});var un=T(()=>{"use strict";n();po();or();nr()});var Tn={};pe(Tn,{getItem:()=>Vs,localStorageKeys:()=>se,removeItem:()=>Hs,setItem:()=>$s});var se,fn,$s,Vs,Hs,Ce=T(()=>{"use strict";n();un();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},fn=typeof localStorage!="undefined",$s=({key:e,data:o,expires:t})=>{!fn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Vs=e=>{if(!fn)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Ge()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Hs=e=>{!fn||localStorage.removeItem(String(e))}});var hn={};pe(hn,{clear:()=>ir,getItem:()=>rr,removeItem:()=>ar,setItem:()=>tr,storage:()=>js});var tr,rr,ar,ir,js,sr=T(()=>{"use strict";n();tr=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},rr=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},ar=e=>sessionStorage.removeItem(String(e)),ir=()=>sessionStorage.clear(),js={setItem:tr,getItem:rr,removeItem:ar,clear:ir}});var fe,Pe=T(()=>{"use strict";n();Ce();sr();fe={session:hn,local:Tn}});var yn,E,X,N=T(()=>{"use strict";n();yn=require("@reduxjs/toolkit");v();E=(0,yn.createAction)(co),X=(0,yn.createAction)(er,e=>({payload:e}))});var bn,cr,pr,mo,xn,mr,Sn,t_,wn,r_,zs,qs,a_,i_,s_,Ks,Xs,lo,_o=T(()=>{"use strict";n();bn=require("@multiversx/sdk-core"),cr=require("@reduxjs/toolkit"),pr=require("redux-persist");v();Pe();Ce();N();mo={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ee},xn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":mo},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},mr=(0,cr.createSlice)({name:"accountInfoSlice",initialState:xn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new bn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:mo},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(E,()=>(fe.local.removeItem(se.loginExpiresAt),xn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new bn.Address(s).hex()}),e.addCase(pr.REHYDRATE,(o,t)=>{var h;if(!((h=t.payload)!=null&&h.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:g}=s;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:xn.accounts,o.publicKey=g})}}),{setAccount:Sn,setAddress:t_,setAccountNonce:wn,setAccountShard:r_,setLedgerAccount:zs,updateLedgerAccount:qs,setWalletConnectAccount:a_,setIsAccountLoading:i_,setAccountLoadingError:s_,setWebsocketEvent:Ks,setWebsocketBatchEvent:Xs}=mr.actions,lo=mr.reducer});function We(){return new Date().setHours(new Date().getHours()+24)}function $e(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var vn=T(()=>{"use strict";n();Pe();Ce()});var lr,dr,_r,T_,gr,Ys,Zs,h_,Js,ur,y_,go,uo=T(()=>{"use strict";n();lr=require("@reduxjs/toolkit");vn();I();N();dr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},_r=(0,lr.createSlice)({name:"loginInfoSlice",initialState:dr,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(E,()=>dr),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,$e(We())})}}),{setLoginMethod:T_,setWalletConnectLogin:gr,setLedgerLogin:Ys,setTokenLogin:Zs,setTokenLoginSignature:h_,setWalletLogin:Js,invalidateLoginSession:ur,setLogoutRoute:y_}=_r.actions,go=_r.reducer});var Tr,fr,hr,w_,Qs,v_,ec,fo,To=T(()=>{"use strict";n();Tr=require("@reduxjs/toolkit");N();fr={},hr=(0,Tr.createSlice)({name:"modalsSlice",initialState:fr,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(E,()=>fr)}}),{setTxSubmittedModal:w_,setNotificationModal:Qs,clearTxSubmittedModal:v_,clearNotificationModal:ec}=hr.actions,fo=hr.reducer});var Ve=T(()=>{"use strict";n()});var xr=T(()=>{"use strict";n();Ve()});function kn(e){return e[Math.floor(Math.random()*e.length)]}var br=T(()=>{"use strict";n()});var An=T(()=>{"use strict";n();_n()});var Te=T(()=>{"use strict";n();xr();br();An()});var Sr,wr,In,oc,vr,U_,G_,ho,yo=T(()=>{"use strict";n();Sr=require("@reduxjs/toolkit"),wr=f(require("lodash.omit"));Te();In={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},oc={network:In,chainID:"-1"},vr=(0,Sr.createSlice)({name:"appConfig",initialState:oc,reducers:{initializeNetworkConfig:(e,o)=>{let t=kn(o.payload.walletConnectBridgeAddresses),s=kn(o.payload.walletConnectV2RelayAddresses),c=(0,wr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),c),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:s})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:U_,setChainID:G_}=vr.actions,ho=vr.reducer});var kr,Ln,Ar,z_,q_,K_,xo,bo=T(()=>{"use strict";n();kr=require("@reduxjs/toolkit");P();N();Ln={isSigning:!1,signedSessions:{}},Ar=(0,kr.createSlice)({name:"signedMessageInfoSliceState",initialState:Ln,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=s},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Ln},extraReducers:e=>{e.addCase(E,()=>Ln)}}),{setSignSession:z_,clearSignedMessageInfo:q_,setSignSessionState:K_}=Ar.actions,xo=Ar.reducer});var Lr,Er,Ir,Cr,nc,En,ng,tg,rg,ag,So,wo=T(()=>{"use strict";n();Lr=require("@reduxjs/toolkit"),Er=require("redux-persist");gn();P();po();N();Ir={customToasts:[],transactionToasts:[],failTransactionToast:null},Cr=(0,Lr.createSlice)({name:"toastsSlice",initialState:Ir,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ge(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=S(u({},o.payload),{toastId:io})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(E,()=>Ir),e.addCase(Er.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:nc,removeCustomToast:En,addTransactionToast:ng,removeTransactionToast:tg,addFailTransactionToast:rg,removeFailTransactionToast:ag}=Cr.actions,So=Cr.reducer});var Pr,Pn,Nn,Dn,tc,Cn,Nr,pg,rc,Rn,vo,ko=T(()=>{"use strict";n();Pr=require("@reduxjs/toolkit");N();Pn="Transaction failed",Nn="Transaction successful",Dn="Processing transaction",tc="Transaction submitted",Cn={},Nr=(0,Pr.createSlice)({name:"transactionsInfo",initialState:Cn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||Pn,successMessage:(s==null?void 0:s.successMessage)||Nn,processingMessage:(s==null?void 0:s.processingMessage)||Dn,submittedMessage:(s==null?void 0:s.submittedMessage)||tc,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Cn},extraReducers:e=>{e.addCase(E,()=>Cn)}}),{clearTransactionsInfo:pg,setTransactionsDisplayInfo:rc,clearTransactionsInfoForSessionId:Rn}=Nr.actions,vo=Nr.reducer});var Dr,Rr,He,ac,Or,Mr,Fr,ic,Ao,sc,cc,fg,pc,Io,On,Lo,Eo=T(()=>{"use strict";n();Dr=require("@reduxjs/toolkit"),Rr=require("redux-persist");I();ge();N();He={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},ac={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Or=(0,Dr.createSlice)({name:"transactionsSlice",initialState:He,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,h;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m}=o.payload,g=((l=e.customTransactionInformationForSessionId)==null?void 0:l[t])||ac;e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:g},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===t&&(e.transactionsToSign=He.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,l,h,b,x,D;let{sessionId:t,status:s,errorMessage:c,transactionHash:p}=o.payload,m=(l=(g=e.signedTransactions)==null?void 0:g[t])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[t].transactions=m.map(Q=>Q.hash===p?S(u({},Q),{status:s,errorMessage:c}):Q);let R=(b=(h=e.signedTransactions[t])==null?void 0:h.transactions)==null?void 0:b.every(Q=>Ae(Q.status)),ie=(D=(x=e.signedTransactions[t])==null?void 0:x.transactions)==null?void 0:D.every(Q=>Ie(Q.status));R&&(e.signedTransactions[t].status="success"),ie&&(e.signedTransactions[t].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=He.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=He.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(E,()=>He),e.addCase(Rr.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((g,[l,h])=>{let b=new Date(l),x=new Date;return x.setHours(x.getHours()+5),x-b>0||(g[l]=h),g},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Mr,updateSignedTransactions:Fr,setTransactionsToSign:ic,clearAllTransactionsToSign:Ao,clearAllSignedTransactions:sc,clearSignedTransaction:cc,clearTransactionToSign:fg,setSignTransactionsError:pc,setSignTransactionsCancelMessage:Io,moveTransactionsToSignedState:On}=Or.actions,Lo=Or.reducer});var Br,Mn,Ur,xg,bg,Sg,wg,Co,Po=T(()=>{"use strict";n();Br=require("@reduxjs/toolkit");N();Mn={},Ur=(0,Br.createSlice)({name:"batchTransactionsSlice",initialState:Mn,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Mn},extraReducers:e=>{e.addCase(E,()=>Mn)}}),{setBatchTransactions:xg,updateBatchTransactions:bg,clearBatchTransactions:Sg,clearAllBatchTransactions:wg}=Ur.actions,Co=Ur.reducer});var Wr,Gr,$r,Ig,Vr,Fn=T(()=>{"use strict";n();Wr=require("@reduxjs/toolkit");N();Gr={},$r=(0,Wr.createSlice)({name:"dappConfigSlice",initialState:Gr,reducers:{setDappConfig:(e,o)=>{e=u(u({},e),o.payload)}},extraReducers:e=>{e.addCase(E,()=>Gr)}}),{setDappConfig:Ig}=$r.actions,Vr=$r.reducer});var A=T(()=>{"use strict";n();_o();uo();To();yo();bo();wo();ko();Eo();Po();Fn()});var $n=T(()=>{"use strict";n()});var ta,na,ra,Zu,Ju,Qu,ef,of,nf,aa,ia=T(()=>{"use strict";n();ta=require("@reduxjs/toolkit");N();na={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ra=(0,ta.createSlice)({name:"dappModalsSlice",initialState:na,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=u({},o.payload)}},extraReducers:e=>{e.addCase(E,()=>na)}}),{setDappModalVisibility:Zu,setDappModalHeaderVisibility:Ju,setDappModalFooterVisibility:Qu,setDappModalHeaderText:ef,setDappModalFooterText:of,setDappModalConfig:nf}=ra.actions,aa=ra.reducer});var sa,Lc,Ec,he,Fo=T(()=>{"use strict";n();sa=require("@reduxjs/toolkit");$n();_o();Po();Fn();ia();uo();To();yo();bo();wo();ko();Eo();Lc={["account"]:lo,["dappModal"]:aa,["dappConfig"]:Vr,["loginInfo"]:go,["modals"]:fo,["networkConfig"]:ho,["signedMessageInfo"]:xo,["toasts"]:So,["transactionsInfo"]:vo,["transactions"]:Lo,["batchTransactions"]:Co},Ec=(e={})=>(0,sa.combineReducers)(u(u({},Lc),e)),he=Ec});var da={};pe(da,{default:()=>jc,sessionStorageReducers:()=>Vn});function re(e,o=[]){return{key:e,version:1,storage:pa.default,blacklist:o}}var F,ca,pa,Cc,Ke,Pc,Nc,Dc,Rc,Oc,Mc,Fc,Bc,Uc,Gc,ma,Wc,Vn,$c,Vc,Hc,jc,la=T(()=>{"use strict";n();F=require("redux-persist"),ca=f(require("redux-persist/lib/storage")),pa=f(require("redux-persist/lib/storage/session"));Fo();A();_o();Po();uo();To();yo();bo();wo();ko();Eo();$n();Cc={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Pc=re(Ke["account"]),Nc=re(Ke["loginInfo"]),Dc=re(Ke["modals"]),Rc=re(Ke["networkConfig"]),Oc={2:e=>S(u({},e),{networkConfig:In})};Mc=re("sdk-dapp-transactionsInfo"),Fc=re("sdk-dapp-transactions",["transactionsToSign"]),Bc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Uc=re("sdk-dapp-toasts"),Gc=re("sdk-dapp-signedMessageInfo"),ma={key:"sdk-dapp-store",version:2,storage:ca.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(Oc,{debug:!1})},Wc=S(u({},ma),{whitelist:[]}),Vn={["toasts"]:(0,F.persistReducer)(Uc,So),["transactions"]:(0,F.persistReducer)(Fc,Lo),["transactionsInfo"]:(0,F.persistReducer)(Mc,vo),["batchTransactions"]:(0,F.persistReducer)(Bc,Co),["signedMessageInfo"]:(0,F.persistReducer)(Gc,xo)},$c=S(u({},Vn),{["account"]:(0,F.persistReducer)(Pc,lo),["loginInfo"]:(0,F.persistReducer)(Nc,go),["modals"]:(0,F.persistReducer)(Dc,fo),["networkConfig"]:(0,F.persistReducer)(Rc,ho)}),Vc=Cc.persistReducersStorageType==="localStorage",Hc=Vc?(0,F.persistReducer)(ma,he(Vn)):(0,F.persistReducer)(Wc,he($c)),jc=Hc});var _a={};pe(_a,{default:()=>zc});var zc,ga=T(()=>{"use strict";n();Fo();zc=he()});var ua={};pe(ua,{default:()=>Kc});var $,qc,Kc,fa=T(()=>{"use strict";n();$=require("redux-persist"),qc=[$.FLUSH,$.REHYDRATE,$.PAUSE,$.PERSIST,$.PURGE,$.REGISTER],Kc=qc});var ya={};pe(ya,{default:()=>ha});function ha(e){return(0,Ta.persistStore)(e)}var Ta,xa=T(()=>{"use strict";n();Ta=require("redux-persist")});var mi=U((DE,pi)=>{n();var Wm=typeof r=="object"&&r&&r.Object===Object&&r;pi.exports=Wm});var li=U((RE,di)=>{n();var $m=mi(),Vm=typeof self=="object"&&self&&self.Object===Object&&self,Hm=$m||Vm||Function("return this")();di.exports=Hm});var at=U((OE,_i)=>{n();var jm=li(),zm=jm.Symbol;_i.exports=zm});var Ti=U((ME,fi)=>{n();var gi=at(),ui=Object.prototype,qm=ui.hasOwnProperty,Km=ui.toString,Ze=gi?gi.toStringTag:void 0;function Xm(e){var o=qm.call(e,Ze),t=e[Ze];try{e[Ze]=void 0;var s=!0}catch(p){}var c=Km.call(e);return s&&(o?e[Ze]=t:delete e[Ze]),c}fi.exports=Xm});var yi=U((FE,hi)=>{n();var Ym=Object.prototype,Zm=Ym.toString;function Jm(e){return Zm.call(e)}hi.exports=Jm});var wi=U((BE,Si)=>{n();var xi=at(),Qm=Ti(),ed=yi(),od="[object Null]",nd="[object Undefined]",bi=xi?xi.toStringTag:void 0;function td(e){return e==null?e===void 0?nd:od:bi&&bi in Object(e)?Qm(e):ed(e)}Si.exports=td});var ki=U((UE,vi)=>{n();var rd=Array.isArray;vi.exports=rd});var Ii=U((GE,Ai)=>{n();function ad(e){return e!=null&&typeof e=="object"}Ai.exports=ad});var Ei=U((WE,Li)=>{n();var id=wi(),sd=ki(),cd=Ii(),pd="[object String]";function md(e){return typeof e=="string"||!sd(e)&&cd(e)&&id(e)==pd}Li.exports=md});var jd={};pe(jd,{SimpleToast:()=>Hd});module.exports=Fe(jd);n();var Yo=f(require("react")),Ui=f(require("classnames"));n();var ks=`.dapp-core-component__transactionsToastList-styles__toasts {
|
|
2
2
|
position: fixed;
|
|
3
3
|
bottom: 1rem;
|
|
4
4
|
left: 1rem;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
100% {
|
|
31
31
|
width: 0%;
|
|
32
32
|
}
|
|
33
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ks));var ao={toasts:"dapp-core-component__transactionsToastList-styles__toasts",toastWrapper:"dapp-core-component__transactionsToastList-styles__toastWrapper",loader:"dapp-core-component__transactionsToastList-styles__loader"};n();n();var As=require("react");n();var Qe=f(require("react"));n();n();var mn=f(require("react")),Mt=require("@fortawesome/free-solid-svg-icons"),Ft=require("@fortawesome/react-fontawesome"),dn=({className:e="dapp-default-toast-delete-button",onClick:o})=>mn.default.createElement("button",{type:"button",className:e,onClick:o},mn.default.createElement(Ft.FontAwesomeIcon,{icon:Mt.faTimes,size:"xs"}));n();var Bd=f(require("react")),Ud=require("@fortawesome/react-fontawesome"),
|
|
33
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ks));var ao={toasts:"dapp-core-component__transactionsToastList-styles__toasts",toastWrapper:"dapp-core-component__transactionsToastList-styles__toastWrapper",loader:"dapp-core-component__transactionsToastList-styles__loader"};n();n();var As=require("react");n();var Qe=f(require("react"));n();n();var mn=f(require("react")),Mt=require("@fortawesome/free-solid-svg-icons"),Ft=require("@fortawesome/react-fontawesome"),dn=({className:e="dapp-default-toast-delete-button",onClick:o})=>mn.default.createElement("button",{type:"button",className:e,onClick:o},mn.default.createElement(Ft.FontAwesomeIcon,{icon:Mt.faTimes,size:"xs"}));n();var Bd=f(require("react")),Ud=require("@fortawesome/react-fontawesome"),Gd=f(require("classnames"));n();var Is=`.dapp-core-component__main__link-style {
|
|
34
34
|
color: #1392ff;
|
|
35
35
|
}
|
|
36
36
|
|
|
@@ -2724,7 +2724,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2724
2724
|
right: 0;
|
|
2725
2725
|
left: unset;
|
|
2726
2726
|
width: calc(100% - 1.85rem);
|
|
2727
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Is));n();n();var Mi=f(require("react"));ge();n();n();var Rd=f(require("react")),mt=require("@fortawesome/free-solid-svg-icons"),Od=require("@fortawesome/react-fontawesome"),Md=f(require("classnames"));n();n();n();var
|
|
2727
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Is));n();n();var Mi=f(require("react"));ge();n();n();var Rd=f(require("react")),mt=require("@fortawesome/free-solid-svg-icons"),Od=require("@fortawesome/react-fontawesome"),Md=f(require("classnames"));n();n();n();var Gp=f(require("axios"));n();n();A();n();var Hr=f(require("lodash.isequal")),No=require("reselect");P();var _=(0,No.createSelectorCreator)(No.defaultMemoize,Hr.default),je=(e,o)=>e!=""&&Boolean(o);var Y=e=>e.account,Ne=_(Y,e=>e.address),ze=_(Y,Ne,(e,o)=>o in e.accounts?e.accounts[o]:mo),mc=_(Y,ze,(e,o)=>{let c=e,{accounts:t}=c,s=xe(c,["accounts"]);return S(u({},s),{account:o})}),dc=_(ze,e=>e.balance),lc=_(ze,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Hg=_(Y,e=>e.shard),_c=_(Y,e=>e.ledgerAccount),jg=_(Y,e=>e.walletConnectAccount),zg=_(Y,e=>e.isAccountLoading),qg=_(Y,e=>e.accountLoadingError),jr=_(Y,e=>e.websocketEvent),gc=_(Y,e=>e.websocketBatchEvent);n();var V=e=>e.loginInfo,Zg=_(V,e=>e.loginMethod),Bn=_(V,Ne,(e,o)=>je(e.loginMethod,o)),Jg=_(V,e=>e.walletConnectLogin),Qg=_(V,e=>e.ledgerLogin),uc=_(V,e=>e.walletLogin),eu=_(V,e=>e.isLoginSessionInvalid),fc=_(V,e=>e.tokenLogin),ou=_(V,e=>e.logoutRoute);n();var zr=e=>e.modals,ru=_(zr,e=>e.txSubmittedModal),Tc=_(zr,e=>e.notificationModal);n();var te=e=>e.networkConfig,Do=_(te,e=>e.chainID),hc=_(te,e=>e.network.walletConnectBridgeAddress),yc=_(te,e=>e.network.walletConnectV2RelayAddress),xc=_(te,e=>e.network.walletConnectV2ProjectId),bc=_(te,e=>e.network.walletConnectV2Options),qr=_(te,e=>e.network.walletConnectDeepLink),Z=_(te,e=>e.network),Kr=_(Z,e=>e.apiAddress),Xr=_(Z,e=>e.explorerAddress),Yr=_(Z,e=>e.egldLabel);n();var Ro=e=>e.signedMessageInfo,pu=_(Ro,e=>e.isSigning),mu=_(Ro,e=>e.errorMessage),du=_(Ro,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),lu=_(Ro,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var Un=e=>e.toasts,uu=_(Un,e=>e.customToasts),fu=_(Un,e=>e.transactionToasts),Tu=_(Un,e=>e.failTransactionToast);n();A();var Zr={errorMessage:Pn,successMessage:Nn,processingMessage:Dn},Sc=e=>e.transactionsInfo,wc=_(Sc,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Zr);n();n();var J=require("@multiversx/sdk-core"),Qr=require("@multiversx/sdk-core/out/signature");v();n();var Wn=require("@multiversx/sdk-core/out");n();n();function Gn(e){try{let o=atob(e),t=btoa(o),s=a.Buffer.from(e,"base64").toString(),c=a.Buffer.from(s).toString("base64");if(e===t&&e===c||o===s)return!0}catch(o){return!1}return!1}n();n();n();n();var Jr=e=>{let o=e!=null?e:"";return Gn(o)?Wn.TransactionPayload.fromEncoded(o):new Wn.TransactionPayload(o)};function qe(e){var t,s,c;let o=new J.Transaction(u(u({value:e.value.valueOf(),data:Jr(e.data),nonce:e.nonce.valueOf(),receiver:new J.Address(e.receiver),sender:new J.Address(e.sender),gasLimit:(t=e.gasLimit.valueOf())!=null?t:Ue,gasPrice:(s=e.gasPrice.valueOf())!=null?s:so,chainID:e.chainID.valueOf(),version:new J.TransactionVersion((c=e.version)!=null?c:Qt)},e.options?{options:new J.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new J.Address(e.guardian)}:{}));return e.guardianSignature&&o.applyGuardianSignature({hex:()=>e.guardianSignature||""}),o.applySignature(new Qr.Signature(e.signature)),o}n();n();n();n();var Hn=require("@reduxjs/toolkit"),va=require("react-redux/lib/utils/Subscription");A();n();var ea=f(require("lodash.throttle"));v();A();vn();Pe();Ce();var kc=[co],Oo=!1,Ac=(0,ea.default)(()=>{$e(We())},5e3),oa=e=>o=>t=>{var l;if(kc.includes(t.type))return o(t);let s=e.getState(),c=fe.local.getItem(se.loginExpiresAt);if(!je((l=s==null?void 0:s.loginInfo)==null?void 0:l.loginMethod,s==null?void 0:s.account.address))return o(t);if(c==null)return $e(We());let m=Date.now();return c-m<0&&!Oo?setTimeout(()=>{Oo=!0,e.dispatch(ur())},1e3):(Oo&&(Oo=!1),Ac()),o(t)};n();n();function Mo(){return typeof sessionStorage!="undefined"}var ba=Mo()?(la(),Fe(da)).default:(ga(),Fe(_a)).default,Sa=Mo()?(fa(),Fe(ua)).default:[],wa=Mo()?(xa(),Fe(ya)).default:e=>e;Fo();var w=(0,Hn.configureStore)({reducer:ba,middleware:e=>e({serializableCheck:{ignoredActions:[...Sa,wn.type,Sn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(oa)}),ka=(0,va.createSubscription)(w),Ff=wa(w),Bf=(0,Hn.configureStore)({reducer:he});n();n();var Yc=require("@multiversx/sdk-core/out");n();v();n();var Aa=require("@multiversx/sdk-core");P();n();var Zc=require("@multiversx/sdk-core");n();n();n();var Jc=require("@multiversx/sdk-core"),Qc=f(require("bignumber.js"));I();n();n();n();var zn="blocks";n();n();n();n();M();n();n();M();n();n();n();var sp=f(require("bignumber.js"));v();n();var ip=require("@multiversx/sdk-core"),Kn=f(require("bignumber.js"));v();n();var rp=f(require("bignumber.js"));n();Kn.default.config({ROUNDING_MODE:Kn.default.ROUND_FLOOR});n();n();n();v();n();n();n();n();v();n();v();n();var cp=require("@multiversx/sdk-core");v();n();var Xe=require("@multiversx/sdk-core"),dp=require("@multiversx/sdk-network-providers");v();n();n();var pp=f(require("bignumber.js"));v();n();v();n();n();n();n();n();v();n();M();var _p=["reDelegateRewards","claimRewards","unBond"],gp=["wrapEgld","unwrapEgld"],up=["unStake"],fp=["unDelegate"];n();n();n();v();n();var xp=f(require("bignumber.js"));n();n();M();n();var bp=f(require("bignumber.js"));n();n();n();var kp=f(require("bignumber.js"));P();n();n();n();n();I();n();var Lp=require("@multiversx/sdk-web-wallet-provider");v();n();var Ip=f(require("qs"));n();n();var Yn=()=>typeof window!="undefined";n();var vx={search:Yn()?window.location.search:"",removeParams:[]};n();n();n();n();M();n();n();n();var Ep=f(require("linkifyjs"));n();v();n();var Cp=f(require("bignumber.js"));n();P();n();n();I();n();I();n();n();n();M();n();M();n();var Pp=f(require("bignumber.js"));v();M();n();M();n();var Oa=require("react");P();n();n();M();n();n();var Np=require("@multiversx/sdk-core/out"),Dp=f(require("bignumber.js"));M();n();P();n();n();P();var u0=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ma=require("react");P();n();var Op=require("react");M();var S0=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];ge();var Wo=e=>e.transactions,De=_(Wo,e=>e.signedTransactions),Mp=_(Wo,e=>e.signTransactionsError),Fa=_(Wo,e=>e.signTransactionsCancelMessage),$o=e=>o=>Object.entries(o).reduce((t,[s,c])=>(e(c.status)&&(t[s]=c),t),{}),Ba=_(De,$o(ke)),Ua=_(De,$o(Ae)),Ga=_(De,$o(Ie)),Fp=_(De,$o(ln)),Wa=_(Wo,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:S(u({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(t=>qe(t)))||[]})}),Bp=_(De,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});n();var Up=e=>e.dappConfig,pS=_(Up,e=>e.shouldUseWebViewProvider);n();var Wp=f(require("axios"));n();var Vp=f(require("axios"));n();n();var Hp=f(require("axios"));n();var jp=f(require("axios"));n();n();n();var qp=f(require("axios"));n();n();n();n();Be();n();var Kp=f(require("axios"));n();var Xp=f(require("axios"));n();Be();n();Be();n();var Zp=f(require("axios"));n();n();var Va=f(require("react")),Ha=require("@fortawesome/free-solid-svg-icons"),Qp=require("@fortawesome/react-fontawesome"),em=f(require("classnames"));n();var Jp=`.dapp-core-component__copyButton-styles__copy {
|
|
2728
2728
|
color: #6c757d;
|
|
2729
2729
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Jp));n();n();n();var tm=f(require("react")),rm=require("@fortawesome/free-solid-svg-icons"),am=require("@fortawesome/react-fontawesome"),im=f(require("classnames"));n();n();var ja=require("react"),Re=require("react-redux");var om={store:w,subscription:ka},Jn=(0,ja.createContext)(om),zw=(0,Re.createStoreHook)(Jn),B=(0,Re.createDispatchHook)(Jn),k=(0,Re.createSelectorHook)(Jn);n();var nm=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2730
2730
|
color: #6c757d;
|
|
@@ -2755,7 +2755,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2755
2755
|
width: 11rem;
|
|
2756
2756
|
white-space: nowrap;
|
|
2757
2757
|
margin-right: 1rem;
|
|
2758
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(sm));n();n();var Xo=f(require("react")),Nd=f(require("classnames"));v();n();n();var Ka=require("react");n();A();n();n();n();n();n();n();n();n();var mm=require("@multiversx/sdk-extension-provider"),dm=require("@multiversx/sdk-hw-provider"),lm=require("@multiversx/sdk-opera-provider"),_m=require("@multiversx/sdk-web-wallet-provider");v();I();n();var ae=e=>`Unable to perform ${e}, Provider not initialized`,Vo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(ae(`login with options: ${o}`))}logout(o){throw new Error(ae(`logout with options: ${o}`))}getAddress(){throw new Error(ae("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,t){throw new Error(ae(`sendTransaction with transactions: ${o} options: ${t}`))}signTransaction(o,t){throw new Error(ae(`signTransaction with transactions: ${o} options: ${t}`))}signTransactions(o,t){throw new Error(ae(`signTransactions with transactions: ${o} options: ${t}`))}signMessage(o,t){throw new Error(ae(`signTransactions with ${o} and options ${t}`))}sendCustomMessage({method:o,params:t}){throw new Error(ae(`sendCustomMessage with method: ${o} params: ${t}`))}sendCustomRequest(o){throw new Error(ae(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},gm=new Vo;A();n();n();I();n();n();n();ge();n();A();I();n();n();A();n();n();var Za=require("@multiversx/sdk-core");n();N();P();n();n();n();ge();n();A();I();n();A();P();n();n();n();P();n();n();n();n();var Tm=f(require("axios")),hm=f(require("swr"));n();n();var Ja=require("react");n();var ym=require("react"),xm=require("@multiversx/sdk-web-wallet-provider"),bm=f(require("qs"));v();A();I();n();var ei=require("react"),ot=require("@multiversx/sdk-core");An();n();n();n();n();n();v();n();var ri=require("react"),ai=require("@multiversx/sdk-core"),Rm=require("@multiversx/sdk-extension-provider");v();n();n();n();n();n();n();n();n();var Ye=f(require("react"));var UI=(0,Ye.createContext)({}),
|
|
2758
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(sm));n();n();var Xo=f(require("react")),Nd=f(require("classnames"));v();n();n();var Ka=require("react");n();A();n();n();n();n();n();n();n();n();var mm=require("@multiversx/sdk-extension-provider"),dm=require("@multiversx/sdk-hw-provider"),lm=require("@multiversx/sdk-opera-provider"),_m=require("@multiversx/sdk-web-wallet-provider");v();I();n();var ae=e=>`Unable to perform ${e}, Provider not initialized`,Vo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(ae(`login with options: ${o}`))}logout(o){throw new Error(ae(`logout with options: ${o}`))}getAddress(){throw new Error(ae("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,t){throw new Error(ae(`sendTransaction with transactions: ${o} options: ${t}`))}signTransaction(o,t){throw new Error(ae(`signTransaction with transactions: ${o} options: ${t}`))}signTransactions(o,t){throw new Error(ae(`signTransactions with transactions: ${o} options: ${t}`))}signMessage(o,t){throw new Error(ae(`signTransactions with ${o} and options ${t}`))}sendCustomMessage({method:o,params:t}){throw new Error(ae(`sendCustomMessage with method: ${o} params: ${t}`))}sendCustomRequest(o){throw new Error(ae(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},gm=new Vo;A();n();n();I();n();n();n();ge();n();A();I();n();n();A();n();n();var Za=require("@multiversx/sdk-core");n();N();P();n();n();n();ge();n();A();I();n();A();P();n();n();n();P();n();n();n();n();var Tm=f(require("axios")),hm=f(require("swr"));n();n();var Ja=require("react");n();var ym=require("react"),xm=require("@multiversx/sdk-web-wallet-provider"),bm=f(require("qs"));v();A();I();n();var ei=require("react"),ot=require("@multiversx/sdk-core");An();n();n();n();n();n();v();n();var ri=require("react"),ai=require("@multiversx/sdk-core"),Rm=require("@multiversx/sdk-extension-provider");v();n();n();n();n();n();n();n();n();var Ye=f(require("react"));var UI=(0,Ye.createContext)({}),GI=w.getState();n();var ni=f(require("react"));n();var nt=f(require("react")),Am=f(require("axios"));n();n();n();A();I();n();var ti=require("react"),Em=require("@multiversx/sdk-extension-provider");v();A();n();A();P();Ve();n();ue();A();n();n();var gd=require("react");n();n();n();A();n();n();var Fm=f(require("bignumber.js"));v();A();P();n();var Mm=f(require("bignumber.js"));v();n();var Bm=require("@multiversx/sdk-core"),Um=f(require("bignumber.js"));v();n();n();n();n();var ci=f(require("axios"));n();n();n();function ii(e){return y(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}n();var si=(e,o,t,s=0)=>y(void 0,null,function*(){try{return yield e(...t)}catch(c){return s<o.retries?((o==null?void 0:o.delay)!=null&&(yield ii(o.delay)),yield si(e,o,t,s+1)):null}}),rt=(e,o={retries:5,delay:500})=>(...t)=>y(void 0,null,function*(){return yield si(e,o,t)});var Gm=4;var PE=rt((e,o)=>y(void 0,null,function*(){let{data:t}=yield ci.default.get(`${e}/${zn}?from=${Gm}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[s]=t;return s}));n();n();po();n();n();var dd=f(Ei());n();var Ci,QE={origin:typeof window!="undefined"?(Ci=window==null?void 0:window.location)==null?void 0:Ci.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};n();I();ge();n();var Pi=require("react");n();n();var fd=require("react"),Td=require("@multiversx/sdk-extension-provider");ue();N();I();n();Te();n();var ud=require("react"),Ni=require("@multiversx/sdk-core");A();n();var hd=require("react"),yd=require("@multiversx/sdk-opera-provider");ue();N();I();Te();n();var Sd=require("react");ue();A();n();n();un();n();n();var xd=f(require("platform"));n();N();P();Ve();Pe();Ce();n();n();n();n();n();n();n();n();n();I();n();Ve();Pe();n();n();n();A();n();n();var bd=f(require("axios"));n();n();var Di=require("react"),vd=require("@multiversx/sdk-hw-provider");ue();N();A();I();Te();n();var wd=require("react");n();var st=require("react");N();A();I();Te();n();var ct=require("react");N();A();I();Te();n();n();var Ri=require("react");n();var Ed=require("react");n();var pt=require("react"),Ld=require("socket.io-client");A();n();n();n();n();var Oi=e=>e.dappModal,Cd=_(Oi,e=>e.visible),Ko=_(Oi,e=>e.modal),OD=_(Ko,e=>e.showHeader),MD=_(Ko,e=>e.showFooter),FD=_(Ko,e=>e.headerText),BD=_(Ko,e=>e.footerText);n();var Pd=`.dapp-core-component__trim-styles__trim {
|
|
2759
2759
|
display: flex;
|
|
2760
2760
|
max-width: 100%;
|
|
2761
2761
|
overflow: hidden;
|
|
@@ -2946,7 +2946,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
|
|
|
2946
2946
|
}
|
|
2947
2947
|
.dapp-core-component__transactionToast-styles__content .dapp-core-component__transactionToast-styles__right .dapp-core-component__transactionToast-styles__heading .dapp-core-component__transactionToast-styles__footer {
|
|
2948
2948
|
display: block;
|
|
2949
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Fd));n();var
|
|
2949
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Fd));n();var Wd=f(require("react")),$d=f(require("classnames"));n();var Vd=`.dapp-core-component__customToast-styles__close {
|
|
2950
2950
|
position: absolute;
|
|
2951
2951
|
top: 0.75rem;
|
|
2952
2952
|
right: 0.4rem;
|