@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Fi=Object.create;var Fe=Object.defineProperty,Bi=Object.defineProperties,Ui=Object.getOwnPropertyDescriptor,Wi=Object.getOwnPropertyDescriptors,Gi=Object.getOwnPropertyNames,eo=Object.getOwnPropertySymbols,$i=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty,mt=Object.prototype.propertyIsEnumerable;var pt=(e,o,t)=>o in e?Fe(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Xo.call(o,t)&&pt(e,t,o[t]);if(eo)for(var t of eo(o))mt.call(o,t)&&pt(e,t,o[t]);return e},S=(e,o)=>Bi(e,Wi(o));var xe=(e,o)=>{var t={};for(var s in e)Xo.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&&mt.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)Fe(e,t,{get:o[t],enumerable:!0})},dt=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Gi(o))!Xo.call(e,c)&&c!==t&&Fe(e,c,{get:()=>o[c],enumerable:!(s=Ui(o,c))||s.enumerable});return e};var f=(e,o,t)=>(t=e!=null?Fi($i(e)):{},dt(o||!e||!e.__esModule?Fe(t,"default",{value:e,enumerable:!0}):t,e)),Be=e=>dt(Fe({},"__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 gt=U(oo=>{"use strict";n();oo.byteLength=Hi;oo.toByteArray=zi;oo.fromByteArray=Xi;var H=[],G=[],Vi=typeof Uint8Array!="undefined"?Uint8Array:Array,Yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,lt=Yo.length;me<lt;++me)H[me]=Yo[me],G[Yo.charCodeAt(me)]=me;var me,lt;G["-".charCodeAt(0)]=62;G["_".charCodeAt(0)]=63;function _t(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 Hi(e){var o=_t(e),t=o[0],s=o[1];return(t+s)*3/4-s}function ji(e,o,t){return(o+t)*3/4-t}function zi(e){var o,t=_t(e),s=t[0],c=t[1],p=new Vi(ji(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 qi(e){return H[e>>18&63]+H[e>>12&63]+H[e>>6&63]+H[e&63]}function Ki(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(qi(s));return c.join("")}function Xi(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,g=t-s;m<g;m+=p)c.push(Ki(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 ut=U(Zo=>{n();Zo.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)};Zo.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 Lt=U(Se=>{"use strict";n();var Jo=gt(),be=ut(),ft=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=os;Se.INSPECT_MAX_BYTES=50;var no=2147483647;Se.kMaxLength=no;d.TYPED_ARRAY_SUPPORT=Yi();!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 Yi(){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 nn(e)}return yt(e,o,t)}d.poolSize=8192;function yt(e,o,t){if(typeof e=="string")return Ji(e,o);if(ArrayBuffer.isView(e))return Qi(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 en(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=es(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 yt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function xt(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 Zi(e,o,t){return xt(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 Zi(e,o,t)};function nn(e){return xt(e),ee(e<0?0:tn(e)|0)}d.allocUnsafe=function(e){return nn(e)};d.allocUnsafeSlow=function(e){return nn(e)};function Ji(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=bt(e,o)|0,s=ee(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Qo(e){for(var o=e.length<0?0:tn(e.length)|0,t=ee(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function Qi(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return en(o.buffer,o.byteOffset,o.byteLength)}return Qo(e)}function en(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 es(e){if(d.isBuffer(e)){var o=tn(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"||rn(e.length)?ee(0):Qo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Qo(e.data)}function tn(e){if(e>=no)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+no.toString(16)+" bytes");return e|0}function os(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 bt(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 on(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return It(e).length;default:if(c)return s?-1:on(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=bt;function ns(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 ls(this,o,t);case"utf8":case"utf-8":return wt(this,o,t);case"ascii":return ms(this,o,t);case"latin1":case"binary":return ds(this,o,t);case"base64":return cs(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _s(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?wt(this,0,o):ns.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+">"};ft&&(d.prototype[ft]=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 St(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,rn(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:Tt(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):Tt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function Tt(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 St(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return St(this,o,t,s,!1)};function ts(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(rn(g))return m;e[t+m]=g}return m}function rs(e,o,t,s){return to(on(o,e.length-t),e,t,s)}function as(e,o,t,s){return to(fs(o),e,t,s)}function is(e,o,t,s){return to(It(o),e,t,s)}function ss(e,o,t,s){return to(Ts(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 ts(this,o,t,s);case"utf8":case"utf-8":return rs(this,o,t,s);case"ascii":case"latin1":case"binary":return as(this,o,t,s);case"base64":return is(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ss(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 cs(e,o,t){return o===0&&t===e.length?Jo.fromByteArray(e):Jo.fromByteArray(e.slice(o,t))}function wt(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 ps(s)}var ht=4096;function ps(e){var o=e.length;if(o<=ht)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=ht));return t}function ms(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 ds(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 ls(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+=hs[e[p]];return c}function _s(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 vt(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 kt(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return kt(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return kt(this,o,t,!1,s)};function At(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return At(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return At(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 gs=/[^+/0-9A-Za-z-_]/g;function us(e){if(e=e.split("=")[0],e=e.trim().replace(gs,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function on(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 fs(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function Ts(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 It(e){return Jo.toByteArray(us(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 rn(e){return e!==e}var hs=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 Dt=U((Kd,Nt)=>{n();var L=Nt.exports={},z,q;function an(){throw new Error("setTimeout has not been defined")}function sn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=an}catch(e){z=an}try{typeof clearTimeout=="function"?q=clearTimeout:q=sn}catch(e){q=sn}})();function Et(e){if(z===setTimeout)return setTimeout(e,0);if((z===an||!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 ys(e){if(q===clearTimeout)return clearTimeout(e);if((q===sn||!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 xs(){!we||!le||(we=!1,le.length?oe=le.concat(oe):ro=-1,oe.length&&Ct())}function Ct(){if(!we){var e=Et(xs);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,ys(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 Pt(e,o)),oe.length===1&&!we&&Et(Ct)};function Pt(e,o){this.fun=e,this.array=o}Pt.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,bs,r,n=T(()=>{a=f(Lt()),i=f(Dt()),bs=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=bs});var I=T(()=>{"use strict";n()});function ke(e){return e!=null&&(Ps(e)||Ft(e))}function Ae(e){return e!=null&&(Ns(e)||Os(e))}function Ie(e){return e!=null&&(Ds(e)||Ms(e))}function mn(e){return e!=null&&Rs(e)}function Ps(e){return e!=null&&vs.includes(e)}function Ns(e){return e!=null&&ks.includes(e)}function Ds(e){return e!=null&&As.includes(e)}function Rs(e){return e!=null&&Is.includes(e)}function Ft(e){return e!=null&&Ls.includes(e)}function Os(e){return e!=null&&Es.includes(e)}function Ms(e){return e!=null&&Cs.includes(e)}var vs,ks,As,Is,Ls,Es,Cs,ge=T(()=>{"use strict";n();I();vs=["sent"],ks=["success"],As=["fail","cancelled","timedOut"],Is=["timedOut"],Ls=["pending"],Es=["success"],Cs=["fail","invalid"]});var ue=T(()=>{"use strict";n()});var Bt=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 M=T(()=>{"use strict";n()});var Vt=T(()=>{"use strict";n()});var Ht=T(()=>{"use strict";n()});var jt=T(()=>{"use strict";n()});var P=T(()=>{"use strict";n();Bt();Ut();Wt();I();Gt();$t();M();Vt();Ht();jt()});var Le,zt,yl,qt,xl,Kt,bl,Sl,Fs,Ue=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:zt,egldLabel:yl}=Le["devnet"],{chainId:qt,egldLabel:xl}=Le["testnet"],{chainId:Kt,egldLabel:bl}=Le["mainnet"],Sl={["devnet"]:zt,["testnet"]:qt,["mainnet"]:Kt},Fs={[zt]:"devnet",[qt]:"testnet",[Kt]:"mainnet"}});var dn=T(()=>{"use strict";n()});var Xt=T(()=>{"use strict";n()});var ao,ln=T(()=>{"use strict";n();ao="transaction-status-toast-id"});var K,Yt=T(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Zt=T(()=>{"use strict";n()});var We,io,Jt,so,Qt,Ee,v=T(()=>{"use strict";n();ue();Ue();dn();Xt();ln();Yt();Zt();We=5e4,io=1e9,Jt=1,so="logout",Qt="login",Ee="0"});var Ge,co=T(()=>{"use strict";n();Ge=()=>Date.now()/1e3});var er=T(()=>{"use strict";n()});var or=T(()=>{"use strict";n()});var _n=T(()=>{"use strict";n();co();er();or()});var un={};pe(un,{getItem:()=>Us,localStorageKeys:()=>se,removeItem:()=>Ws,setItem:()=>Bs});var se,gn,Bs,Us,Ws,Ce=T(()=>{"use strict";n();_n();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},gn=typeof localStorage!="undefined",Bs=({key:e,data:o,expires:t})=>{!gn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Us=e=>{if(!gn)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},Ws=e=>{!gn||localStorage.removeItem(String(e))}});var fn={};pe(fn,{clear:()=>ar,getItem:()=>tr,removeItem:()=>rr,setItem:()=>nr,storage:()=>Gs});var nr,tr,rr,ar,Gs,ir=T(()=>{"use strict";n();nr=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},tr=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},rr=e=>sessionStorage.removeItem(String(e)),ar=()=>sessionStorage.clear(),Gs={setItem:nr,getItem:tr,removeItem:rr,clear:ar}});var fe,Pe=T(()=>{"use strict";n();Ce();ir();fe={session:fn,local:un}});var Tn,E,X,N=T(()=>{"use strict";n();Tn=require("@reduxjs/toolkit");v();E=(0,Tn.createAction)(so),X=(0,Tn.createAction)(Qt,e=>({payload:e}))});var yn,sr,cr,po,hn,pr,xn,e_,bn,o_,$s,Vs,n_,t_,r_,Hs,js,mo,lo=T(()=>{"use strict";n();yn=require("@multiversx/sdk-core"),sr=require("@reduxjs/toolkit"),cr=require("redux-persist");v();Pe();Ce();N();po={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ee},hn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":po},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},pr=(0,sr.createSlice)({name:"accountInfoSlice",initialState:hn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new yn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:po},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),hn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new yn.Address(s).hex()}),e.addCase(cr.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:hn.accounts,o.publicKey=g})}}),{setAccount:xn,setAddress:e_,setAccountNonce:bn,setAccountShard:o_,setLedgerAccount:$s,updateLedgerAccount:Vs,setWalletConnectAccount:n_,setIsAccountLoading:t_,setAccountLoadingError:r_,setWebsocketEvent:Hs,setWebsocketBatchEvent:js}=pr.actions,mo=pr.reducer});function $e(){return new Date().setHours(new Date().getHours()+24)}function Ve(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var Sn=T(()=>{"use strict";n();Pe();Ce()});var dr,mr,lr,g_,_r,zs,qs,u_,Ks,gr,f_,_o,go=T(()=>{"use strict";n();dr=require("@reduxjs/toolkit");Sn();I();N();mr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},lr=(0,dr.createSlice)({name:"loginInfoSlice",initialState:mr,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,()=>mr),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,Ve($e())})}}),{setLoginMethod:g_,setWalletConnectLogin:_r,setLedgerLogin:zs,setTokenLogin:qs,setTokenLoginSignature:u_,setWalletLogin:Ks,invalidateLoginSession:gr,setLogoutRoute:f_}=lr.actions,_o=lr.reducer});var fr,ur,Tr,x_,Xs,b_,Ys,uo,fo=T(()=>{"use strict";n();fr=require("@reduxjs/toolkit");N();ur={},Tr=(0,fr.createSlice)({name:"modalsSlice",initialState:ur,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,()=>ur)}}),{setTxSubmittedModal:x_,setNotificationModal:Xs,clearTxSubmittedModal:b_,clearNotificationModal:Ys}=Tr.actions,uo=Tr.reducer});var He=T(()=>{"use strict";n()});var yr=T(()=>{"use strict";n();He()});function wn(e){return e[Math.floor(Math.random()*e.length)]}var xr=T(()=>{"use strict";n()});var vn=T(()=>{"use strict";n();dn()});var Te=T(()=>{"use strict";n();yr();xr();vn()});var br,Sr,kn,Zs,wr,M_,F_,To,ho=T(()=>{"use strict";n();br=require("@reduxjs/toolkit"),Sr=f(require("lodash.omit"));Te();kn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Zs={network:kn,chainID:"-1"},wr=(0,br.createSlice)({name:"appConfig",initialState:Zs,reducers:{initializeNetworkConfig:(e,o)=>{let t=wn(o.payload.walletConnectBridgeAddresses),s=wn(o.payload.walletConnectV2RelayAddresses),c=(0,Sr.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:M_,setChainID:F_}=wr.actions,To=wr.reducer});var vr,An,kr,V_,H_,j_,yo,xo=T(()=>{"use strict";n();vr=require("@reduxjs/toolkit");P();N();An={isSigning:!1,signedSessions:{}},kr=(0,vr.createSlice)({name:"signedMessageInfoSliceState",initialState:An,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:()=>An},extraReducers:e=>{e.addCase(E,()=>An)}}),{setSignSession:V_,clearSignedMessageInfo:H_,setSignSessionState:j_}=kr.actions,yo=kr.reducer});var Ir,Lr,Ar,Er,Js,In,Q_,eg,og,ng,bo,So=T(()=>{"use strict";n();Ir=require("@reduxjs/toolkit"),Lr=require("redux-persist");ln();P();co();N();Ar={customToasts:[],transactionToasts:[],failTransactionToast:null},Er=(0,Ir.createSlice)({name:"toastsSlice",initialState:Ar,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:ao})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(E,()=>Ar),e.addCase(Lr.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:Js,removeCustomToast:In,addTransactionToast:Q_,removeTransactionToast:eg,addFailTransactionToast:og,removeFailTransactionToast:ng}=Er.actions,bo=Er.reducer});var Cr,En,Cn,Pn,Qs,Ln,Pr,ig,ec,Nn,wo,vo=T(()=>{"use strict";n();Cr=require("@reduxjs/toolkit");N();En="Transaction failed",Cn="Transaction successful",Pn="Processing transaction",Qs="Transaction submitted",Ln={},Pr=(0,Cr.createSlice)({name:"transactionsInfo",initialState:Ln,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||En,successMessage:(s==null?void 0:s.successMessage)||Cn,processingMessage:(s==null?void 0:s.processingMessage)||Pn,submittedMessage:(s==null?void 0:s.submittedMessage)||Qs,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ln},extraReducers:e=>{e.addCase(E,()=>Ln)}}),{clearTransactionsInfo:ig,setTransactionsDisplayInfo:ec,clearTransactionsInfoForSessionId:Nn}=Pr.actions,wo=Pr.reducer});var Nr,Dr,je,oc,Rr,Or,Mr,nc,ko,tc,rc,_g,ac,Ao,Dn,Io,Lo=T(()=>{"use strict";n();Nr=require("@reduxjs/toolkit"),Dr=require("redux-persist");I();ge();N();je={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},oc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Rr=(0,Nr.createSlice)({name:"transactionsSlice",initialState:je,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])||oc;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=je.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=je.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=je.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(E,()=>je),e.addCase(Dr.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:Or,updateSignedTransactions:Mr,setTransactionsToSign:nc,clearAllTransactionsToSign:ko,clearAllSignedTransactions:tc,clearSignedTransaction:rc,clearTransactionToSign:_g,setSignTransactionsError:ac,setSignTransactionsCancelMessage:Ao,moveTransactionsToSignedState:Dn}=Rr.actions,Io=Rr.reducer});var Fr,Rn,Br,Tg,hg,yg,xg,Eo,Co=T(()=>{"use strict";n();Fr=require("@reduxjs/toolkit");N();Rn={},Br=(0,Fr.createSlice)({name:"batchTransactionsSlice",initialState:Rn,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:()=>Rn},extraReducers:e=>{e.addCase(E,()=>Rn)}}),{setBatchTransactions:Tg,updateBatchTransactions:hg,clearBatchTransactions:yg,clearAllBatchTransactions:xg}=Br.actions,Eo=Br.reducer});var Wr,Ur,Gr,vg,$r,On=T(()=>{"use strict";n();Wr=require("@reduxjs/toolkit");N();Ur={},Gr=(0,Wr.createSlice)({name:"dappConfigSlice",initialState:Ur,reducers:{setDappConfig:(e,o)=>{e=u(u({},e),o.payload)}},extraReducers:e=>{e.addCase(E,()=>Ur)}}),{setDappConfig:vg}=Gr.actions,$r=Gr.reducer});var A=T(()=>{"use strict";n();lo();go();fo();ho();xo();So();vo();Lo();Co();On()});var Wn=T(()=>{"use strict";n()});var na,oa,ta,Ku,Xu,Yu,Zu,Ju,Qu,ra,aa=T(()=>{"use strict";n();na=require("@reduxjs/toolkit");N();oa={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ta=(0,na.createSlice)({name:"dappModalsSlice",initialState:oa,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,()=>oa)}}),{setDappModalVisibility:Ku,setDappModalHeaderVisibility:Xu,setDappModalFooterVisibility:Yu,setDappModalHeaderText:Zu,setDappModalFooterText:Ju,setDappModalConfig:Qu}=ta.actions,ra=ta.reducer});var ia,vc,kc,he,Mo=T(()=>{"use strict";n();ia=require("@reduxjs/toolkit");Wn();lo();Co();On();aa();go();fo();ho();xo();So();vo();Lo();vc={["account"]:mo,["dappModal"]:ra,["dappConfig"]:$r,["loginInfo"]:_o,["modals"]:uo,["networkConfig"]:To,["signedMessageInfo"]:yo,["toasts"]:bo,["transactionsInfo"]:wo,["transactions"]:Io,["batchTransactions"]:Eo},kc=(e={})=>(0,ia.combineReducers)(u(u({},vc),e)),he=kc});var ma={};pe(ma,{default:()=>Gc,sessionStorageReducers:()=>Gn});function re(e,o=[]){return{key:e,version:1,storage:ca.default,blacklist:o}}var F,sa,ca,Ac,Ke,Ic,Lc,Ec,Cc,Pc,Nc,Dc,Rc,Oc,Mc,pa,Fc,Gn,Bc,Uc,Wc,Gc,da=T(()=>{"use strict";n();F=require("redux-persist"),sa=f(require("redux-persist/lib/storage")),ca=f(require("redux-persist/lib/storage/session"));Mo();A();lo();Co();go();fo();ho();xo();So();vo();Lo();Wn();Ac={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ic=re(Ke["account"]),Lc=re(Ke["loginInfo"]),Ec=re(Ke["modals"]),Cc=re(Ke["networkConfig"]),Pc={2:e=>S(u({},e),{networkConfig:kn})};Nc=re("sdk-dapp-transactionsInfo"),Dc=re("sdk-dapp-transactions",["transactionsToSign"]),Rc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Oc=re("sdk-dapp-toasts"),Mc=re("sdk-dapp-signedMessageInfo"),pa={key:"sdk-dapp-store",version:2,storage:sa.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(Pc,{debug:!1})},Fc=S(u({},pa),{whitelist:[]}),Gn={["toasts"]:(0,F.persistReducer)(Oc,bo),["transactions"]:(0,F.persistReducer)(Dc,Io),["transactionsInfo"]:(0,F.persistReducer)(Nc,wo),["batchTransactions"]:(0,F.persistReducer)(Rc,Eo),["signedMessageInfo"]:(0,F.persistReducer)(Mc,yo)},Bc=S(u({},Gn),{["account"]:(0,F.persistReducer)(Ic,mo),["loginInfo"]:(0,F.persistReducer)(Lc,_o),["modals"]:(0,F.persistReducer)(Ec,uo),["networkConfig"]:(0,F.persistReducer)(Cc,To)}),Uc=Ac.persistReducersStorageType==="localStorage",Wc=Uc?(0,F.persistReducer)(pa,he(Gn)):(0,F.persistReducer)(Fc,he(Bc)),Gc=Wc});var la={};pe(la,{default:()=>$c});var $c,_a=T(()=>{"use strict";n();Mo();$c=he()});var ga={};pe(ga,{default:()=>Hc});var $,Vc,Hc,ua=T(()=>{"use strict";n();$=require("redux-persist"),Vc=[$.FLUSH,$.REHYDRATE,$.PAUSE,$.PERSIST,$.PURGE,$.REGISTER],Hc=Vc});var ha={};pe(ha,{default:()=>Ta});function Ta(e){return(0,fa.persistStore)(e)}var fa,ya=T(()=>{"use strict";n();fa=require("redux-persist")});var pi=U((CE,ci)=>{n();var Fm=typeof r=="object"&&r&&r.Object===Object&&r;ci.exports=Fm});var di=U((PE,mi)=>{n();var Bm=pi(),Um=typeof self=="object"&&self&&self.Object===Object&&self,Wm=Bm||Um||Function("return this")();mi.exports=Wm});var tt=U((NE,li)=>{n();var Gm=di(),$m=Gm.Symbol;li.exports=$m});var fi=U((DE,ui)=>{n();var _i=tt(),gi=Object.prototype,Vm=gi.hasOwnProperty,Hm=gi.toString,Ze=_i?_i.toStringTag:void 0;function jm(e){var o=Vm.call(e,Ze),t=e[Ze];try{e[Ze]=void 0;var s=!0}catch(p){}var c=Hm.call(e);return s&&(o?e[Ze]=t:delete e[Ze]),c}ui.exports=jm});var hi=U((RE,Ti)=>{n();var zm=Object.prototype,qm=zm.toString;function Km(e){return qm.call(e)}Ti.exports=Km});var Si=U((OE,bi)=>{n();var yi=tt(),Xm=fi(),Ym=hi(),Zm="[object Null]",Jm="[object Undefined]",xi=yi?yi.toStringTag:void 0;function Qm(e){return e==null?e===void 0?Jm:Zm:xi&&xi in Object(e)?Xm(e):Ym(e)}bi.exports=Qm});var vi=U((ME,wi)=>{n();var ed=Array.isArray;wi.exports=ed});var Ai=U((FE,ki)=>{n();function od(e){return e!=null&&typeof e=="object"}ki.exports=od});var Li=U((BE,Ii)=>{n();var nd=Si(),td=vi(),rd=Ai(),ad="[object String]";function id(e){return typeof e=="string"||!td(e)&&rd(e)&&nd(e)==ad}Ii.exports=id});var Vd={};pe(Vd,{getIsTransaction:()=>$d,useMemoizedCloseButton:()=>Gd,useRemoveCustomToast:()=>Ss});module.exports=Be(Vd);n();n();var Rt=require("react"),Ss=({duration:e,onDelete:o})=>{(0,Rt.useEffect)(()=>{let t;return e&&(t=setTimeout(o,e)),()=>{clearTimeout(t)}},[e])};n();var Qe=f(require("react"));n();n();var cn=f(require("react")),Ot=require("@fortawesome/free-solid-svg-icons"),Mt=require("@fortawesome/react-fontawesome"),pn=({className:e="dapp-default-toast-delete-button",onClick:o})=>cn.default.createElement("button",{type:"button",className:e,onClick:o},cn.default.createElement(Mt.FontAwesomeIcon,{icon:Ot.faTimes,size:"xs"}));n();var Rd=f(require("react")),Od=require("@fortawesome/react-fontawesome"),Md=f(require("classnames"));n();var ws=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Fi=Object.create;var Fe=Object.defineProperty,Bi=Object.defineProperties,Ui=Object.getOwnPropertyDescriptor,Gi=Object.getOwnPropertyDescriptors,Wi=Object.getOwnPropertyNames,eo=Object.getOwnPropertySymbols,$i=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty,mt=Object.prototype.propertyIsEnumerable;var pt=(e,o,t)=>o in e?Fe(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Xo.call(o,t)&&pt(e,t,o[t]);if(eo)for(var t of eo(o))mt.call(o,t)&&pt(e,t,o[t]);return e},S=(e,o)=>Bi(e,Gi(o));var xe=(e,o)=>{var t={};for(var s in e)Xo.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&&mt.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)Fe(e,t,{get:o[t],enumerable:!0})},dt=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Wi(o))!Xo.call(e,c)&&c!==t&&Fe(e,c,{get:()=>o[c],enumerable:!(s=Ui(o,c))||s.enumerable});return e};var f=(e,o,t)=>(t=e!=null?Fi($i(e)):{},dt(o||!e||!e.__esModule?Fe(t,"default",{value:e,enumerable:!0}):t,e)),Be=e=>dt(Fe({},"__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 gt=U(oo=>{"use strict";n();oo.byteLength=Hi;oo.toByteArray=zi;oo.fromByteArray=Xi;var H=[],W=[],Vi=typeof Uint8Array!="undefined"?Uint8Array:Array,Yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,lt=Yo.length;me<lt;++me)H[me]=Yo[me],W[Yo.charCodeAt(me)]=me;var me,lt;W["-".charCodeAt(0)]=62;W["_".charCodeAt(0)]=63;function _t(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 Hi(e){var o=_t(e),t=o[0],s=o[1];return(t+s)*3/4-s}function ji(e,o,t){return(o+t)*3/4-t}function zi(e){var o,t=_t(e),s=t[0],c=t[1],p=new Vi(ji(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 qi(e){return H[e>>18&63]+H[e>>12&63]+H[e>>6&63]+H[e&63]}function Ki(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(qi(s));return c.join("")}function Xi(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,g=t-s;m<g;m+=p)c.push(Ki(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 ut=U(Zo=>{n();Zo.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)};Zo.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 Lt=U(Se=>{"use strict";n();var Jo=gt(),be=ut(),ft=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=os;Se.INSPECT_MAX_BYTES=50;var no=2147483647;Se.kMaxLength=no;d.TYPED_ARRAY_SUPPORT=Yi();!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 Yi(){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 nn(e)}return yt(e,o,t)}d.poolSize=8192;function yt(e,o,t){if(typeof e=="string")return Ji(e,o);if(ArrayBuffer.isView(e))return Qi(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 en(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=es(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 yt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function xt(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 Zi(e,o,t){return xt(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 Zi(e,o,t)};function nn(e){return xt(e),ee(e<0?0:tn(e)|0)}d.allocUnsafe=function(e){return nn(e)};d.allocUnsafeSlow=function(e){return nn(e)};function Ji(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=bt(e,o)|0,s=ee(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Qo(e){for(var o=e.length<0?0:tn(e.length)|0,t=ee(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function Qi(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return en(o.buffer,o.byteOffset,o.byteLength)}return Qo(e)}function en(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 es(e){if(d.isBuffer(e)){var o=tn(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"||rn(e.length)?ee(0):Qo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Qo(e.data)}function tn(e){if(e>=no)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+no.toString(16)+" bytes");return e|0}function os(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 bt(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 on(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return It(e).length;default:if(c)return s?-1:on(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=bt;function ns(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 ls(this,o,t);case"utf8":case"utf-8":return wt(this,o,t);case"ascii":return ms(this,o,t);case"latin1":case"binary":return ds(this,o,t);case"base64":return cs(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _s(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?wt(this,0,o):ns.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+">"};ft&&(d.prototype[ft]=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 St(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,rn(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:Tt(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):Tt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function Tt(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 St(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return St(this,o,t,s,!1)};function ts(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(rn(g))return m;e[t+m]=g}return m}function rs(e,o,t,s){return to(on(o,e.length-t),e,t,s)}function as(e,o,t,s){return to(fs(o),e,t,s)}function is(e,o,t,s){return to(It(o),e,t,s)}function ss(e,o,t,s){return to(Ts(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 ts(this,o,t,s);case"utf8":case"utf-8":return rs(this,o,t,s);case"ascii":case"latin1":case"binary":return as(this,o,t,s);case"base64":return is(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ss(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 cs(e,o,t){return o===0&&t===e.length?Jo.fromByteArray(e):Jo.fromByteArray(e.slice(o,t))}function wt(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 ps(s)}var ht=4096;function ps(e){var o=e.length;if(o<=ht)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=ht));return t}function ms(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 ds(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 ls(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+=hs[e[p]];return c}function _s(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 vt(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 kt(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return kt(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return kt(this,o,t,!1,s)};function At(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return At(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return At(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 gs=/[^+/0-9A-Za-z-_]/g;function us(e){if(e=e.split("=")[0],e=e.trim().replace(gs,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function on(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 fs(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function Ts(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 It(e){return Jo.toByteArray(us(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 rn(e){return e!==e}var hs=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 Dt=U((Kd,Nt)=>{n();var L=Nt.exports={},z,q;function an(){throw new Error("setTimeout has not been defined")}function sn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=an}catch(e){z=an}try{typeof clearTimeout=="function"?q=clearTimeout:q=sn}catch(e){q=sn}})();function Et(e){if(z===setTimeout)return setTimeout(e,0);if((z===an||!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 ys(e){if(q===clearTimeout)return clearTimeout(e);if((q===sn||!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 xs(){!we||!le||(we=!1,le.length?oe=le.concat(oe):ro=-1,oe.length&&Ct())}function Ct(){if(!we){var e=Et(xs);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,ys(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 Pt(e,o)),oe.length===1&&!we&&Et(Ct)};function Pt(e,o){this.fun=e,this.array=o}Pt.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,bs,r,n=T(()=>{a=f(Lt()),i=f(Dt()),bs=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=bs});var I=T(()=>{"use strict";n()});function ke(e){return e!=null&&(Ps(e)||Ft(e))}function Ae(e){return e!=null&&(Ns(e)||Os(e))}function Ie(e){return e!=null&&(Ds(e)||Ms(e))}function mn(e){return e!=null&&Rs(e)}function Ps(e){return e!=null&&vs.includes(e)}function Ns(e){return e!=null&&ks.includes(e)}function Ds(e){return e!=null&&As.includes(e)}function Rs(e){return e!=null&&Is.includes(e)}function Ft(e){return e!=null&&Ls.includes(e)}function Os(e){return e!=null&&Es.includes(e)}function Ms(e){return e!=null&&Cs.includes(e)}var vs,ks,As,Is,Ls,Es,Cs,ge=T(()=>{"use strict";n();I();vs=["sent"],ks=["success"],As=["fail","cancelled","timedOut"],Is=["timedOut"],Ls=["pending"],Es=["success"],Cs=["fail","invalid"]});var ue=T(()=>{"use strict";n()});var Bt=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 M=T(()=>{"use strict";n()});var Vt=T(()=>{"use strict";n()});var Ht=T(()=>{"use strict";n()});var jt=T(()=>{"use strict";n()});var P=T(()=>{"use strict";n();Bt();Ut();Gt();I();Wt();$t();M();Vt();Ht();jt()});var Le,zt,yl,qt,xl,Kt,bl,Sl,Fs,Ue=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:zt,egldLabel:yl}=Le["devnet"],{chainId:qt,egldLabel:xl}=Le["testnet"],{chainId:Kt,egldLabel:bl}=Le["mainnet"],Sl={["devnet"]:zt,["testnet"]:qt,["mainnet"]:Kt},Fs={[zt]:"devnet",[qt]:"testnet",[Kt]:"mainnet"}});var dn=T(()=>{"use strict";n()});var Xt=T(()=>{"use strict";n()});var ao,ln=T(()=>{"use strict";n();ao="transaction-status-toast-id"});var K,Yt=T(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Zt=T(()=>{"use strict";n()});var Ge,io,Jt,so,Qt,Ee,v=T(()=>{"use strict";n();ue();Ue();dn();Xt();ln();Yt();Zt();Ge=5e4,io=1e9,Jt=1,so="logout",Qt="login",Ee="0"});var We,co=T(()=>{"use strict";n();We=()=>Date.now()/1e3});var er=T(()=>{"use strict";n()});var or=T(()=>{"use strict";n()});var _n=T(()=>{"use strict";n();co();er();or()});var un={};pe(un,{getItem:()=>Us,localStorageKeys:()=>se,removeItem:()=>Gs,setItem:()=>Bs});var se,gn,Bs,Us,Gs,Ce=T(()=>{"use strict";n();_n();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},gn=typeof localStorage!="undefined",Bs=({key:e,data:o,expires:t})=>{!gn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Us=e=>{if(!gn)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},Gs=e=>{!gn||localStorage.removeItem(String(e))}});var fn={};pe(fn,{clear:()=>ar,getItem:()=>tr,removeItem:()=>rr,setItem:()=>nr,storage:()=>Ws});var nr,tr,rr,ar,Ws,ir=T(()=>{"use strict";n();nr=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},tr=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},rr=e=>sessionStorage.removeItem(String(e)),ar=()=>sessionStorage.clear(),Ws={setItem:nr,getItem:tr,removeItem:rr,clear:ar}});var fe,Pe=T(()=>{"use strict";n();Ce();ir();fe={session:fn,local:un}});var Tn,E,X,N=T(()=>{"use strict";n();Tn=require("@reduxjs/toolkit");v();E=(0,Tn.createAction)(so),X=(0,Tn.createAction)(Qt,e=>({payload:e}))});var yn,sr,cr,po,hn,pr,xn,e_,bn,o_,$s,Vs,n_,t_,r_,Hs,js,mo,lo=T(()=>{"use strict";n();yn=require("@multiversx/sdk-core"),sr=require("@reduxjs/toolkit"),cr=require("redux-persist");v();Pe();Ce();N();po={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ee},hn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":po},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},pr=(0,sr.createSlice)({name:"accountInfoSlice",initialState:hn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new yn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:po},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),hn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new yn.Address(s).hex()}),e.addCase(cr.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:hn.accounts,o.publicKey=g})}}),{setAccount:xn,setAddress:e_,setAccountNonce:bn,setAccountShard:o_,setLedgerAccount:$s,updateLedgerAccount:Vs,setWalletConnectAccount:n_,setIsAccountLoading:t_,setAccountLoadingError:r_,setWebsocketEvent:Hs,setWebsocketBatchEvent:js}=pr.actions,mo=pr.reducer});function $e(){return new Date().setHours(new Date().getHours()+24)}function Ve(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var Sn=T(()=>{"use strict";n();Pe();Ce()});var dr,mr,lr,g_,_r,zs,qs,u_,Ks,gr,f_,_o,go=T(()=>{"use strict";n();dr=require("@reduxjs/toolkit");Sn();I();N();mr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},lr=(0,dr.createSlice)({name:"loginInfoSlice",initialState:mr,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,()=>mr),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,Ve($e())})}}),{setLoginMethod:g_,setWalletConnectLogin:_r,setLedgerLogin:zs,setTokenLogin:qs,setTokenLoginSignature:u_,setWalletLogin:Ks,invalidateLoginSession:gr,setLogoutRoute:f_}=lr.actions,_o=lr.reducer});var fr,ur,Tr,x_,Xs,b_,Ys,uo,fo=T(()=>{"use strict";n();fr=require("@reduxjs/toolkit");N();ur={},Tr=(0,fr.createSlice)({name:"modalsSlice",initialState:ur,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,()=>ur)}}),{setTxSubmittedModal:x_,setNotificationModal:Xs,clearTxSubmittedModal:b_,clearNotificationModal:Ys}=Tr.actions,uo=Tr.reducer});var He=T(()=>{"use strict";n()});var yr=T(()=>{"use strict";n();He()});function wn(e){return e[Math.floor(Math.random()*e.length)]}var xr=T(()=>{"use strict";n()});var vn=T(()=>{"use strict";n();dn()});var Te=T(()=>{"use strict";n();yr();xr();vn()});var br,Sr,kn,Zs,wr,M_,F_,To,ho=T(()=>{"use strict";n();br=require("@reduxjs/toolkit"),Sr=f(require("lodash.omit"));Te();kn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Zs={network:kn,chainID:"-1"},wr=(0,br.createSlice)({name:"appConfig",initialState:Zs,reducers:{initializeNetworkConfig:(e,o)=>{let t=wn(o.payload.walletConnectBridgeAddresses),s=wn(o.payload.walletConnectV2RelayAddresses),c=(0,Sr.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:M_,setChainID:F_}=wr.actions,To=wr.reducer});var vr,An,kr,V_,H_,j_,yo,xo=T(()=>{"use strict";n();vr=require("@reduxjs/toolkit");P();N();An={isSigning:!1,signedSessions:{}},kr=(0,vr.createSlice)({name:"signedMessageInfoSliceState",initialState:An,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:()=>An},extraReducers:e=>{e.addCase(E,()=>An)}}),{setSignSession:V_,clearSignedMessageInfo:H_,setSignSessionState:j_}=kr.actions,yo=kr.reducer});var Ir,Lr,Ar,Er,Js,In,Q_,eg,og,ng,bo,So=T(()=>{"use strict";n();Ir=require("@reduxjs/toolkit"),Lr=require("redux-persist");ln();P();co();N();Ar={customToasts:[],transactionToasts:[],failTransactionToast:null},Er=(0,Ir.createSlice)({name:"toastsSlice",initialState:Ar,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:ao})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(E,()=>Ar),e.addCase(Lr.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:Js,removeCustomToast:In,addTransactionToast:Q_,removeTransactionToast:eg,addFailTransactionToast:og,removeFailTransactionToast:ng}=Er.actions,bo=Er.reducer});var Cr,En,Cn,Pn,Qs,Ln,Pr,ig,ec,Nn,wo,vo=T(()=>{"use strict";n();Cr=require("@reduxjs/toolkit");N();En="Transaction failed",Cn="Transaction successful",Pn="Processing transaction",Qs="Transaction submitted",Ln={},Pr=(0,Cr.createSlice)({name:"transactionsInfo",initialState:Ln,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||En,successMessage:(s==null?void 0:s.successMessage)||Cn,processingMessage:(s==null?void 0:s.processingMessage)||Pn,submittedMessage:(s==null?void 0:s.submittedMessage)||Qs,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ln},extraReducers:e=>{e.addCase(E,()=>Ln)}}),{clearTransactionsInfo:ig,setTransactionsDisplayInfo:ec,clearTransactionsInfoForSessionId:Nn}=Pr.actions,wo=Pr.reducer});var Nr,Dr,je,oc,Rr,Or,Mr,nc,ko,tc,rc,_g,ac,Ao,Dn,Io,Lo=T(()=>{"use strict";n();Nr=require("@reduxjs/toolkit"),Dr=require("redux-persist");I();ge();N();je={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},oc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Rr=(0,Nr.createSlice)({name:"transactionsSlice",initialState:je,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])||oc;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=je.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=je.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=je.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(E,()=>je),e.addCase(Dr.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:Or,updateSignedTransactions:Mr,setTransactionsToSign:nc,clearAllTransactionsToSign:ko,clearAllSignedTransactions:tc,clearSignedTransaction:rc,clearTransactionToSign:_g,setSignTransactionsError:ac,setSignTransactionsCancelMessage:Ao,moveTransactionsToSignedState:Dn}=Rr.actions,Io=Rr.reducer});var Fr,Rn,Br,Tg,hg,yg,xg,Eo,Co=T(()=>{"use strict";n();Fr=require("@reduxjs/toolkit");N();Rn={},Br=(0,Fr.createSlice)({name:"batchTransactionsSlice",initialState:Rn,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:()=>Rn},extraReducers:e=>{e.addCase(E,()=>Rn)}}),{setBatchTransactions:Tg,updateBatchTransactions:hg,clearBatchTransactions:yg,clearAllBatchTransactions:xg}=Br.actions,Eo=Br.reducer});var Gr,Ur,Wr,vg,$r,On=T(()=>{"use strict";n();Gr=require("@reduxjs/toolkit");N();Ur={},Wr=(0,Gr.createSlice)({name:"dappConfigSlice",initialState:Ur,reducers:{setDappConfig:(e,o)=>{e=u(u({},e),o.payload)}},extraReducers:e=>{e.addCase(E,()=>Ur)}}),{setDappConfig:vg}=Wr.actions,$r=Wr.reducer});var A=T(()=>{"use strict";n();lo();go();fo();ho();xo();So();vo();Lo();Co();On()});var Gn=T(()=>{"use strict";n()});var na,oa,ta,Ku,Xu,Yu,Zu,Ju,Qu,ra,aa=T(()=>{"use strict";n();na=require("@reduxjs/toolkit");N();oa={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ta=(0,na.createSlice)({name:"dappModalsSlice",initialState:oa,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,()=>oa)}}),{setDappModalVisibility:Ku,setDappModalHeaderVisibility:Xu,setDappModalFooterVisibility:Yu,setDappModalHeaderText:Zu,setDappModalFooterText:Ju,setDappModalConfig:Qu}=ta.actions,ra=ta.reducer});var ia,vc,kc,he,Mo=T(()=>{"use strict";n();ia=require("@reduxjs/toolkit");Gn();lo();Co();On();aa();go();fo();ho();xo();So();vo();Lo();vc={["account"]:mo,["dappModal"]:ra,["dappConfig"]:$r,["loginInfo"]:_o,["modals"]:uo,["networkConfig"]:To,["signedMessageInfo"]:yo,["toasts"]:bo,["transactionsInfo"]:wo,["transactions"]:Io,["batchTransactions"]:Eo},kc=(e={})=>(0,ia.combineReducers)(u(u({},vc),e)),he=kc});var ma={};pe(ma,{default:()=>Wc,sessionStorageReducers:()=>Wn});function re(e,o=[]){return{key:e,version:1,storage:ca.default,blacklist:o}}var F,sa,ca,Ac,Ke,Ic,Lc,Ec,Cc,Pc,Nc,Dc,Rc,Oc,Mc,pa,Fc,Wn,Bc,Uc,Gc,Wc,da=T(()=>{"use strict";n();F=require("redux-persist"),sa=f(require("redux-persist/lib/storage")),ca=f(require("redux-persist/lib/storage/session"));Mo();A();lo();Co();go();fo();ho();xo();So();vo();Lo();Gn();Ac={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ic=re(Ke["account"]),Lc=re(Ke["loginInfo"]),Ec=re(Ke["modals"]),Cc=re(Ke["networkConfig"]),Pc={2:e=>S(u({},e),{networkConfig:kn})};Nc=re("sdk-dapp-transactionsInfo"),Dc=re("sdk-dapp-transactions",["transactionsToSign"]),Rc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Oc=re("sdk-dapp-toasts"),Mc=re("sdk-dapp-signedMessageInfo"),pa={key:"sdk-dapp-store",version:2,storage:sa.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(Pc,{debug:!1})},Fc=S(u({},pa),{whitelist:[]}),Wn={["toasts"]:(0,F.persistReducer)(Oc,bo),["transactions"]:(0,F.persistReducer)(Dc,Io),["transactionsInfo"]:(0,F.persistReducer)(Nc,wo),["batchTransactions"]:(0,F.persistReducer)(Rc,Eo),["signedMessageInfo"]:(0,F.persistReducer)(Mc,yo)},Bc=S(u({},Wn),{["account"]:(0,F.persistReducer)(Ic,mo),["loginInfo"]:(0,F.persistReducer)(Lc,_o),["modals"]:(0,F.persistReducer)(Ec,uo),["networkConfig"]:(0,F.persistReducer)(Cc,To)}),Uc=Ac.persistReducersStorageType==="localStorage",Gc=Uc?(0,F.persistReducer)(pa,he(Wn)):(0,F.persistReducer)(Fc,he(Bc)),Wc=Gc});var la={};pe(la,{default:()=>$c});var $c,_a=T(()=>{"use strict";n();Mo();$c=he()});var ga={};pe(ga,{default:()=>Hc});var $,Vc,Hc,ua=T(()=>{"use strict";n();$=require("redux-persist"),Vc=[$.FLUSH,$.REHYDRATE,$.PAUSE,$.PERSIST,$.PURGE,$.REGISTER],Hc=Vc});var ha={};pe(ha,{default:()=>Ta});function Ta(e){return(0,fa.persistStore)(e)}var fa,ya=T(()=>{"use strict";n();fa=require("redux-persist")});var pi=U((CE,ci)=>{n();var Fm=typeof r=="object"&&r&&r.Object===Object&&r;ci.exports=Fm});var di=U((PE,mi)=>{n();var Bm=pi(),Um=typeof self=="object"&&self&&self.Object===Object&&self,Gm=Bm||Um||Function("return this")();mi.exports=Gm});var tt=U((NE,li)=>{n();var Wm=di(),$m=Wm.Symbol;li.exports=$m});var fi=U((DE,ui)=>{n();var _i=tt(),gi=Object.prototype,Vm=gi.hasOwnProperty,Hm=gi.toString,Ze=_i?_i.toStringTag:void 0;function jm(e){var o=Vm.call(e,Ze),t=e[Ze];try{e[Ze]=void 0;var s=!0}catch(p){}var c=Hm.call(e);return s&&(o?e[Ze]=t:delete e[Ze]),c}ui.exports=jm});var hi=U((RE,Ti)=>{n();var zm=Object.prototype,qm=zm.toString;function Km(e){return qm.call(e)}Ti.exports=Km});var Si=U((OE,bi)=>{n();var yi=tt(),Xm=fi(),Ym=hi(),Zm="[object Null]",Jm="[object Undefined]",xi=yi?yi.toStringTag:void 0;function Qm(e){return e==null?e===void 0?Jm:Zm:xi&&xi in Object(e)?Xm(e):Ym(e)}bi.exports=Qm});var vi=U((ME,wi)=>{n();var ed=Array.isArray;wi.exports=ed});var Ai=U((FE,ki)=>{n();function od(e){return e!=null&&typeof e=="object"}ki.exports=od});var Li=U((BE,Ii)=>{n();var nd=Si(),td=vi(),rd=Ai(),ad="[object String]";function id(e){return typeof e=="string"||!td(e)&&rd(e)&&nd(e)==ad}Ii.exports=id});var Vd={};pe(Vd,{getIsTransaction:()=>$d,useMemoizedCloseButton:()=>Wd,useRemoveCustomToast:()=>Ss});module.exports=Be(Vd);n();n();var Rt=require("react"),Ss=({duration:e,onDelete:o})=>{(0,Rt.useEffect)(()=>{let t;return e&&(t=setTimeout(o,e)),()=>{clearTimeout(t)}},[e])};n();var Qe=f(require("react"));n();n();var cn=f(require("react")),Ot=require("@fortawesome/free-solid-svg-icons"),Mt=require("@fortawesome/react-fontawesome"),pn=({className:e="dapp-default-toast-delete-button",onClick:o})=>cn.default.createElement("button",{type:"button",className:e,onClick:o},cn.default.createElement(Mt.FontAwesomeIcon,{icon:Ot.faTimes,size:"xs"}));n();var Rd=f(require("react")),Od=require("@fortawesome/react-fontawesome"),Md=f(require("classnames"));n();var ws=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2692,7 +2692,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2692
2692
|
right: 0;
|
|
2693
2693
|
left: unset;
|
|
2694
2694
|
width: calc(100% - 1.85rem);
|
|
2695
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ws));n();n();var Oi=f(require("react"));ge();n();n();var Cd=f(require("react")),ct=require("@fortawesome/free-solid-svg-icons"),Pd=require("@fortawesome/react-fontawesome"),Nd=f(require("classnames"));n();n();n();var Mp=f(require("axios"));n();n();A();n();var Vr=f(require("lodash.isequal")),Po=require("reselect");P();var _=(0,Po.createSelectorCreator)(Po.defaultMemoize,Vr.default),ze=(e,o)=>e!=""&&Boolean(o);var Y=e=>e.account,Ne=_(Y,e=>e.address),qe=_(Y,Ne,(e,o)=>o in e.accounts?e.accounts[o]:po),ic=_(Y,qe,(e,o)=>{let c=e,{accounts:t}=c,s=xe(c,["accounts"]);return S(u({},s),{account:o})}),sc=_(qe,e=>e.balance),cc=_(qe,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),
|
|
2695
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ws));n();n();var Oi=f(require("react"));ge();n();n();var Cd=f(require("react")),ct=require("@fortawesome/free-solid-svg-icons"),Pd=require("@fortawesome/react-fontawesome"),Nd=f(require("classnames"));n();n();n();var Mp=f(require("axios"));n();n();A();n();var Vr=f(require("lodash.isequal")),Po=require("reselect");P();var _=(0,Po.createSelectorCreator)(Po.defaultMemoize,Vr.default),ze=(e,o)=>e!=""&&Boolean(o);var Y=e=>e.account,Ne=_(Y,e=>e.address),qe=_(Y,Ne,(e,o)=>o in e.accounts?e.accounts[o]:po),ic=_(Y,qe,(e,o)=>{let c=e,{accounts:t}=c,s=xe(c,["accounts"]);return S(u({},s),{account:o})}),sc=_(qe,e=>e.balance),cc=_(qe,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Wg=_(Y,e=>e.shard),pc=_(Y,e=>e.ledgerAccount),$g=_(Y,e=>e.walletConnectAccount),Vg=_(Y,e=>e.isAccountLoading),Hg=_(Y,e=>e.accountLoadingError),Hr=_(Y,e=>e.websocketEvent),mc=_(Y,e=>e.websocketBatchEvent);n();var V=e=>e.loginInfo,Kg=_(V,e=>e.loginMethod),Mn=_(V,Ne,(e,o)=>ze(e.loginMethod,o)),Xg=_(V,e=>e.walletConnectLogin),Yg=_(V,e=>e.ledgerLogin),dc=_(V,e=>e.walletLogin),Zg=_(V,e=>e.isLoginSessionInvalid),lc=_(V,e=>e.tokenLogin),Jg=_(V,e=>e.logoutRoute);n();var jr=e=>e.modals,ou=_(jr,e=>e.txSubmittedModal),_c=_(jr,e=>e.notificationModal);n();var te=e=>e.networkConfig,No=_(te,e=>e.chainID),gc=_(te,e=>e.network.walletConnectBridgeAddress),uc=_(te,e=>e.network.walletConnectV2RelayAddress),fc=_(te,e=>e.network.walletConnectV2ProjectId),Tc=_(te,e=>e.network.walletConnectV2Options),zr=_(te,e=>e.network.walletConnectDeepLink),Z=_(te,e=>e.network),qr=_(Z,e=>e.apiAddress),Kr=_(Z,e=>e.explorerAddress),Xr=_(Z,e=>e.egldLabel);n();var Do=e=>e.signedMessageInfo,iu=_(Do,e=>e.isSigning),su=_(Do,e=>e.errorMessage),cu=_(Do,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),pu=_(Do,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var Fn=e=>e.toasts,lu=_(Fn,e=>e.customToasts),_u=_(Fn,e=>e.transactionToasts),gu=_(Fn,e=>e.failTransactionToast);n();A();var Yr={errorMessage:En,successMessage:Cn,processingMessage:Pn},hc=e=>e.transactionsInfo,yc=_(hc,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Yr);n();n();var J=require("@multiversx/sdk-core"),Jr=require("@multiversx/sdk-core/out/signature");v();n();var Un=require("@multiversx/sdk-core/out");n();n();function Bn(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 Zr=e=>{let o=e!=null?e:"";return Bn(o)?Un.TransactionPayload.fromEncoded(o):new Un.TransactionPayload(o)};function De(e){var t,s,c;let o=new J.Transaction(u(u({value:e.value.valueOf(),data:Zr(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:Ge,gasPrice:(s=e.gasPrice.valueOf())!=null?s:io,chainID:e.chainID.valueOf(),version:new J.TransactionVersion((c=e.version)!=null?c:Jt)},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 Jr.Signature(e.signature)),o}n();n();n();n();var $n=require("@reduxjs/toolkit"),wa=require("react-redux/lib/utils/Subscription");A();n();var Qr=f(require("lodash.throttle"));v();A();Sn();Pe();Ce();var bc=[so],Ro=!1,Sc=(0,Qr.default)(()=>{Ve($e())},5e3),ea=e=>o=>t=>{var l;if(bc.includes(t.type))return o(t);let s=e.getState(),c=fe.local.getItem(se.loginExpiresAt);if(!ze((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 Ve($e());let m=Date.now();return c-m<0&&!Ro?setTimeout(()=>{Ro=!0,e.dispatch(gr())},1e3):(Ro&&(Ro=!1),Sc()),o(t)};n();n();function Oo(){return typeof sessionStorage!="undefined"}var xa=Oo()?(da(),Be(ma)).default:(_a(),Be(la)).default,ba=Oo()?(ua(),Be(ga)).default:[],Sa=Oo()?(ya(),Be(ha)).default:e=>e;Mo();var w=(0,$n.configureStore)({reducer:xa,middleware:e=>e({serializableCheck:{ignoredActions:[...ba,bn.type,xn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ea)}),va=(0,wa.createSubscription)(w),Rf=Sa(w),Of=(0,$n.configureStore)({reducer:he});n();n();var zc=require("@multiversx/sdk-core/out");n();v();n();var ka=require("@multiversx/sdk-core");P();n();var qc=require("@multiversx/sdk-core");n();n();n();var Kc=require("@multiversx/sdk-core"),Xc=f(require("bignumber.js"));I();n();n();n();var Hn="blocks";n();n();n();n();M();n();n();M();n();n();n();var tp=f(require("bignumber.js"));v();n();var np=require("@multiversx/sdk-core"),zn=f(require("bignumber.js"));v();n();var ep=f(require("bignumber.js"));n();zn.default.config({ROUNDING_MODE:zn.default.ROUND_FLOOR});n();n();n();v();n();n();n();n();v();n();v();n();var rp=require("@multiversx/sdk-core");v();n();var Xe=require("@multiversx/sdk-core"),sp=require("@multiversx/sdk-network-providers");v();n();n();var ap=f(require("bignumber.js"));v();n();v();n();n();n();n();n();v();n();M();var pp=["reDelegateRewards","claimRewards","unBond"],mp=["wrapEgld","unwrapEgld"],dp=["unStake"],lp=["unDelegate"];n();n();n();v();n();var fp=f(require("bignumber.js"));n();n();M();n();var Tp=f(require("bignumber.js"));n();n();n();var bp=f(require("bignumber.js"));P();n();n();n();n();I();n();var vp=require("@multiversx/sdk-web-wallet-provider");v();n();var wp=f(require("qs"));n();n();var Kn=()=>typeof window!="undefined";n();var bx={search:Kn()?window.location.search:"",removeParams:[]};n();n();n();n();M();n();n();n();var kp=f(require("linkifyjs"));n();v();n();var Ap=f(require("bignumber.js"));n();P();n();n();I();n();I();n();n();n();M();n();M();n();var Ip=f(require("bignumber.js"));v();M();n();M();n();var Ra=require("react");P();n();n();M();n();n();var Lp=require("@multiversx/sdk-core/out"),Ep=f(require("bignumber.js"));M();n();P();n();n();P();var l0=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Oa=require("react");P();n();var Pp=require("react");M();var y0=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];ge();var Go=e=>e.transactions,Re=_(Go,e=>e.signedTransactions),Np=_(Go,e=>e.signTransactionsError),Ma=_(Go,e=>e.signTransactionsCancelMessage),Wo=e=>o=>Object.entries(o).reduce((t,[s,c])=>(e(c.status)&&(t[s]=c),t),{}),Fa=_(Re,Wo(ke)),Ba=_(Re,Wo(Ae)),Ua=_(Re,Wo(Ie)),Dp=_(Re,Wo(mn)),Ga=_(Go,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=>De(t)))||[]})}),Rp=_(Re,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});n();var Op=e=>e.dappConfig,iS=_(Op,e=>e.shouldUseWebViewProvider);n();var Fp=f(require("axios"));n();var Up=f(require("axios"));n();n();var Gp=f(require("axios"));n();var Wp=f(require("axios"));n();n();n();var Vp=f(require("axios"));n();n();n();n();Ue();n();var Hp=f(require("axios"));n();var jp=f(require("axios"));n();Ue();n();Ue();n();var qp=f(require("axios"));n();n();var $a=f(require("react")),Va=require("@fortawesome/free-solid-svg-icons"),Xp=require("@fortawesome/react-fontawesome"),Yp=f(require("classnames"));n();var Kp=`.dapp-core-component__copyButton-styles__copy {
|
|
2696
2696
|
color: #6c757d;
|
|
2697
2697
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Kp));n();n();n();var Qp=f(require("react")),em=require("@fortawesome/free-solid-svg-icons"),om=require("@fortawesome/react-fontawesome"),nm=f(require("classnames"));n();n();var Ha=require("react"),Oe=require("react-redux");var Zp={store:w,subscription:va},Yn=(0,Ha.createContext)(Zp),Vw=(0,Oe.createStoreHook)(Yn),B=(0,Oe.createDispatchHook)(Yn),k=(0,Oe.createSelectorHook)(Yn);n();var Jp=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2698
2698
|
color: #6c757d;
|
|
@@ -2946,7 +2946,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
|
|
|
2946
2946
|
100% {
|
|
2947
2947
|
width: 0%;
|
|
2948
2948
|
}
|
|
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 Gd=`.dapp-core-component__customToast-styles__close {
|
|
2950
2950
|
position: absolute;
|
|
2951
2951
|
top: 0.75rem;
|
|
2952
2952
|
right: 0.4rem;
|
|
@@ -2964,7 +2964,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
|
|
|
2964
2964
|
display: flex;
|
|
2965
2965
|
align-items: center;
|
|
2966
2966
|
margin: 0 0.5rem;
|
|
2967
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
2967
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Gd));var Mi={close:"dapp-core-component__customToast-styles__close"};var Wd=({CustomCloseButton:e,onDelete:o})=>(0,Qe.useMemo)(()=>e?Qe.default.createElement(e,{onClick:o}):Qe.default.createElement(pn,{onClick:o,className:Mi.close}),[e,o]);n();function $d(e){var o;try{let t=e,s=De(S(u({},t),{chainID:(o=t.chainID)!=null?o:"D"}));return Boolean(s)}catch(t){return!1}}0&&(module.exports={getIsTransaction,useMemoizedCloseButton,useRemoveCustomToast});
|
|
2968
2968
|
/*!
|
|
2969
2969
|
* The buffer module from node.js, for the browser.
|
|
2970
2970
|
*
|