@multiversx/sdk-dapp 2.12.5 → 2.12.7
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-22OLJZCS.js +2 -0
- package/__chunks__/{chunk-PQSPUT4B.js → chunk-257M3QTY.js} +2 -2
- package/__chunks__/{chunk-HCA2L7JR.js → chunk-2AJOFYAV.js} +2 -2
- package/__chunks__/{chunk-6KOMZRWN.js → chunk-2CXJKNSP.js} +2 -2
- package/__chunks__/{chunk-C7RKCDF2.js → chunk-2JUQFS4O.js} +2 -2
- package/__chunks__/{chunk-VMSDTOVY.js → chunk-2JYLGADI.js} +2 -2
- package/__chunks__/chunk-2P64IWEV.js +2 -0
- package/__chunks__/chunk-2TQ727TI.js +2 -0
- package/__chunks__/{chunk-QCMJNPMK.js → chunk-2UCCB3MP.js} +2 -2
- package/__chunks__/{chunk-WMZGEPRE.js → chunk-2VADEZKQ.js} +2 -2
- package/__chunks__/{chunk-74U3XLB5.js → chunk-2YAOMBOW.js} +2 -2
- package/__chunks__/{chunk-4KSP7IY5.js → chunk-2ZZI3WWK.js} +2 -2
- package/__chunks__/{chunk-APXIKIH5.js → chunk-35NDQJYP.js} +2 -2
- package/__chunks__/{chunk-G6HL33SK.js → chunk-36LSGICN.js} +2 -2
- package/__chunks__/chunk-3E66U4NM.js +2 -0
- package/__chunks__/{chunk-EZ64DNFR.js → chunk-3F7ZGRBB.js} +2 -2
- package/__chunks__/{chunk-OD6OM6CQ.js → chunk-3FNKFXI5.js} +2 -2
- package/__chunks__/{chunk-EEB4LSSE.js → chunk-3GFG2A3U.js} +2 -2
- package/__chunks__/chunk-3HSI224D.js +2 -0
- package/__chunks__/{chunk-6MPQYEX3.js → chunk-3JQJVPDO.js} +2 -2
- package/__chunks__/{chunk-5JDLK5IZ.js → chunk-3WXHT4F4.js} +2 -2
- package/__chunks__/{chunk-XBDNP27C.js → chunk-42HHDBSD.js} +2 -2
- package/__chunks__/{chunk-KMUXGBEP.js → chunk-43KKXRC2.js} +2 -2
- package/__chunks__/{chunk-PUOI7ORV.js → chunk-4AI2UPIX.js} +2 -2
- package/__chunks__/{chunk-ZWSFBHWI.js → chunk-4DGKR73R.js} +2 -2
- package/__chunks__/chunk-4EVPEAAC.js +2 -0
- package/__chunks__/{chunk-LOMOG3J7.js → chunk-4NQAIS37.js} +2 -2
- package/__chunks__/{chunk-GLL2RDMN.js → chunk-4NWSTAAZ.js} +2 -2
- package/__chunks__/chunk-4ROA4IAP.js +2 -0
- package/__chunks__/{chunk-4BADCGHO.js → chunk-4UY6RTXV.js} +2 -2
- package/__chunks__/{chunk-NYP3EE3M.js → chunk-4WHOJTZJ.js} +2 -2
- package/__chunks__/{chunk-ZAAKPVNV.js → chunk-4XMP5GTT.js} +2 -2
- package/__chunks__/{chunk-HBT3EV3P.js → chunk-54I3HE7Z.js} +2 -2
- package/__chunks__/chunk-554M7MC7.js +2 -0
- package/__chunks__/{chunk-I4PAV4C3.js → chunk-56CSBJOA.js} +2 -2
- package/__chunks__/{chunk-LTLO2UFN.js → chunk-5AT2CLST.js} +2 -2
- package/__chunks__/{chunk-QNCGIKHR.js → chunk-5HE6XUP4.js} +2 -2
- package/__chunks__/chunk-5IYO3P75.js +2 -0
- package/__chunks__/{chunk-754BVF77.js → chunk-5LAIPB3D.js} +2 -2
- package/__chunks__/{chunk-WTWI4V3A.js → chunk-5RTGGHL7.js} +2 -2
- package/__chunks__/{chunk-DQH4ODE2.js → chunk-5U7BHTBF.js} +2 -2
- package/__chunks__/chunk-64OFEAPQ.js +2 -0
- package/__chunks__/chunk-64X5ELCG.js +2 -0
- package/__chunks__/chunk-67VZTXQO.js +2 -0
- package/__chunks__/{chunk-NBKRZNCH.js → chunk-6ACULWGS.js} +2 -2
- package/__chunks__/{chunk-BJTFPFBZ.js → chunk-6DXVSPG6.js} +2 -2
- package/__chunks__/{chunk-4ZHKUGO3.js → chunk-6NACE4ST.js} +2 -2
- package/__chunks__/{chunk-5EBT2DVT.js → chunk-6PBOXKX6.js} +2 -2
- package/__chunks__/{chunk-SK6LYXAJ.js → chunk-6RBPUPPU.js} +2 -2
- package/__chunks__/{chunk-BAO6HI6S.js → chunk-6SQUT3SR.js} +2 -2
- package/__chunks__/{chunk-YOAFFOB6.js → chunk-75DEF6KS.js} +2 -2
- package/__chunks__/{chunk-XGX4NLDC.js → chunk-75GJK2GI.js} +2 -2
- package/__chunks__/{chunk-3UDQW5BX.js → chunk-7AD356MZ.js} +2 -2
- package/__chunks__/{chunk-ZGXKMGS5.js → chunk-7CRTEUXQ.js} +2 -2
- package/__chunks__/chunk-7MBSMSCD.js +2 -0
- package/__chunks__/{chunk-CPWND4DW.js → chunk-7STA5D2T.js} +2 -2
- package/__chunks__/{chunk-DQ55HIYP.js → chunk-A2UHFBXC.js} +2 -2
- package/__chunks__/{chunk-SHPUY3H6.js → chunk-A3M2ZT2N.js} +2 -2
- package/__chunks__/{chunk-MB5IONA4.js → chunk-A44Y55F7.js} +2 -2
- package/__chunks__/{chunk-R6PGB4AY.js → chunk-A4OOIO54.js} +2 -2
- package/__chunks__/{chunk-Q6T3QBES.js → chunk-A5MGV2PF.js} +2 -2
- package/__chunks__/{chunk-V5FL3KG7.js → chunk-A7T4ZPNP.js} +2 -2
- package/__chunks__/{chunk-QDHZGBLR.js → chunk-AIQDX6K7.js} +2 -2
- package/__chunks__/{chunk-DDFD67MI.js → chunk-AMMIWVOK.js} +2 -2
- package/__chunks__/{chunk-MU6W7IW4.js → chunk-AQ72WZBJ.js} +2 -2
- package/__chunks__/{chunk-F6CQD7DQ.js → chunk-ARN4TXNS.js} +2 -2
- package/__chunks__/{chunk-5Y27KEXJ.js → chunk-B3VMBKYV.js} +2 -2
- package/__chunks__/{chunk-WBWWXPS3.js → chunk-B5VQE4H2.js} +2 -2
- package/__chunks__/{chunk-YSKH44IL.js → chunk-B76SBLRL.js} +2 -2
- package/__chunks__/{chunk-FUMXQBTW.js → chunk-BCXMOBSF.js} +2 -2
- package/__chunks__/{chunk-24KK7ZLP.js → chunk-BDCWCPQD.js} +2 -2
- package/__chunks__/{chunk-YW7HDX4O.js → chunk-BDZY57A6.js} +2 -2
- package/__chunks__/{chunk-O6IBA5MC.js → chunk-BFBJHILF.js} +2 -2
- package/__chunks__/{chunk-3VEMYIHI.js → chunk-BVZVVWO6.js} +2 -2
- package/__chunks__/{chunk-RHGBRWCG.js → chunk-BWVLB3EN.js} +2 -2
- package/__chunks__/{chunk-2H6SDBB6.js → chunk-BX66MXW6.js} +2 -2
- package/__chunks__/{chunk-PJUVVM6H.js → chunk-BYMPKNIX.js} +2 -2
- package/__chunks__/{chunk-RANXSXTE.js → chunk-BZI5U74P.js} +2 -2
- package/__chunks__/{chunk-PHISDJVG.js → chunk-C46ILTGH.js} +2 -2
- package/__chunks__/chunk-CAH5U2BC.js +2 -0
- package/__chunks__/{chunk-GW7MH7I2.js → chunk-CDXLD3UX.js} +2 -2
- package/__chunks__/{chunk-54H4EYRK.js → chunk-CLPLALDF.js} +2 -2
- package/__chunks__/{chunk-KANFKNL2.js → chunk-CM2GINJO.js} +2 -2
- package/__chunks__/{chunk-EMQGRYPV.js → chunk-CMXICFOE.js} +2 -2
- package/__chunks__/{chunk-SZDNQ3ZO.js → chunk-COWK2W2W.js} +2 -2
- package/__chunks__/{chunk-O6BSFMJR.js → chunk-CVNDZP76.js} +2 -2
- package/__chunks__/{chunk-EUSBDREN.js → chunk-CXFIBSLH.js} +2 -2
- package/__chunks__/{chunk-Y324QW64.js → chunk-CYKNXV5A.js} +2 -2
- package/__chunks__/chunk-D2YE4NU4.js +2 -0
- package/__chunks__/{chunk-65JKXTOY.js → chunk-D4GAJYCJ.js} +2 -2
- package/__chunks__/chunk-DDBXHWTW.js +2 -0
- package/__chunks__/{chunk-UWVCGIA3.js → chunk-DP5HIL2M.js} +2 -2
- package/__chunks__/{chunk-BAG4CV3S.js → chunk-DR52VSGD.js} +2 -2
- package/__chunks__/{chunk-W54GUOEP.js → chunk-E2X4CGZA.js} +2 -2
- package/__chunks__/{chunk-QEJ52S3Z.js → chunk-E6MPNKOA.js} +2 -2
- package/__chunks__/chunk-E7ZMJK5T.js +2 -0
- package/__chunks__/{chunk-WM254GJP.js → chunk-EBNTLOIS.js} +2 -2
- package/__chunks__/chunk-EDUVKTUJ.js +2 -0
- package/__chunks__/chunk-EFR4FYH4.js +2 -0
- package/__chunks__/{chunk-IETKO3Q2.js → chunk-EVT7EQKU.js} +2 -2
- package/__chunks__/{chunk-PJIJQQXT.js → chunk-EWPZVDAB.js} +2 -2
- package/__chunks__/{chunk-W5IJPL37.js → chunk-F6BJUWL4.js} +2 -2
- package/__chunks__/{chunk-UR5YPM52.js → chunk-FBQHXG72.js} +2 -2
- package/__chunks__/chunk-FHFSY4UV.js +2 -0
- package/__chunks__/{chunk-54RHTKXH.js → chunk-FWQBX5ZR.js} +2 -2
- package/__chunks__/{chunk-P27KVPG4.js → chunk-FX4ZAXUB.js} +2 -2
- package/__chunks__/{chunk-X5ZBDWIN.js → chunk-G22LQ54W.js} +2 -2
- package/__chunks__/{chunk-5FUXPQ5E.js → chunk-G2WKJ6KK.js} +2 -2
- package/__chunks__/{chunk-FQTR766W.js → chunk-GSAU65SR.js} +1 -1
- package/__chunks__/{chunk-F6DE7BSI.js → chunk-GU3PXNAY.js} +2 -2
- package/__chunks__/{chunk-QEKZGB3R.js → chunk-GVTQCXHP.js} +2 -2
- package/__chunks__/{chunk-YLMSGZQS.js → chunk-GWOBNRCO.js} +2 -2
- package/__chunks__/chunk-GWOGB4RR.js +2 -0
- package/__chunks__/{chunk-M4WR7SBV.js → chunk-GXFGHRHG.js} +2 -2
- package/__chunks__/{chunk-QGH5G7VG.js → chunk-GZKFOA62.js} +2 -2
- package/__chunks__/chunk-GZVP3ZXI.js +2 -0
- package/__chunks__/{chunk-A5K54E4H.js → chunk-H2BDW4MQ.js} +2 -2
- package/__chunks__/{chunk-QDVANOM7.js → chunk-H2RDZWXV.js} +2 -2
- package/__chunks__/{chunk-4MJVLPVI.js → chunk-H4XPIFVE.js} +2 -2
- package/__chunks__/{chunk-22A4BGDM.js → chunk-HFQEDJ2B.js} +2 -2
- package/__chunks__/{chunk-23NY2WUK.js → chunk-HIONU7XT.js} +2 -2
- package/__chunks__/{chunk-MQBNTP43.js → chunk-HLAK36TW.js} +2 -2
- package/__chunks__/{chunk-YCKI7KFB.js → chunk-HLLGV3J2.js} +2 -2
- package/__chunks__/{chunk-XYMU6N2W.js → chunk-HM4ZNOAG.js} +2 -2
- package/__chunks__/{chunk-LDVWUPWF.js → chunk-HOXLOOU2.js} +2 -2
- package/__chunks__/{chunk-2UT73N3Q.js → chunk-I2ESI53D.js} +2 -2
- package/__chunks__/{chunk-POJO6MMX.js → chunk-I75FKBLR.js} +2 -2
- package/__chunks__/{chunk-2EZZWJ4A.js → chunk-IB3UZXZV.js} +2 -2
- package/__chunks__/{chunk-EE46SIK7.js → chunk-IE3ZZJWG.js} +2 -2
- package/__chunks__/{chunk-DDYXISJJ.js → chunk-IH33TIUO.js} +2 -2
- package/__chunks__/{chunk-6EJPAHUS.js → chunk-IKIIFVAO.js} +2 -2
- package/__chunks__/{chunk-FZCLL7UM.js → chunk-ILQFJH3G.js} +2 -2
- package/__chunks__/{chunk-NQJYE2G7.js → chunk-INRJLH3K.js} +2 -2
- package/__chunks__/{chunk-3NWKV3ES.js → chunk-IPHQVCKI.js} +2 -2
- package/__chunks__/chunk-IW6SN7BF.js +2 -0
- package/__chunks__/{chunk-EUSOFVHV.js → chunk-J27DLS5B.js} +2 -2
- package/__chunks__/chunk-JCNIVUOH.js +2 -0
- package/__chunks__/chunk-JQEIHESA.js +2 -0
- package/__chunks__/{chunk-4UDZRQOR.js → chunk-JRSSYB2W.js} +2 -2
- package/__chunks__/{chunk-UDFF6CV2.js → chunk-JSEXLEYA.js} +2 -2
- package/__chunks__/{chunk-ERARCGGG.js → chunk-JSYZ5XXA.js} +2 -2
- package/__chunks__/{chunk-4IUIV3HP.js → chunk-JURTWYMD.js} +2 -2
- package/__chunks__/{chunk-4PNL3CZC.js → chunk-K4DOQKCI.js} +2 -2
- package/__chunks__/{chunk-TDTF7WFM.js → chunk-KCBVOAE5.js} +2 -2
- package/__chunks__/{chunk-FT6ZVVYG.js → chunk-KJYPS4WM.js} +2 -2
- package/__chunks__/{chunk-ZSEY3H44.js → chunk-KO26IQAN.js} +2 -2
- package/__chunks__/{chunk-MJGRG63T.js → chunk-KRXH6FKC.js} +2 -2
- package/__chunks__/chunk-KV7GLUXD.js +2 -0
- package/__chunks__/{chunk-IPHIIAMJ.js → chunk-KWX447BW.js} +2 -2
- package/__chunks__/{chunk-U5LEC7IQ.js → chunk-KYUV4GGN.js} +2 -2
- package/__chunks__/{chunk-R2CPPFSK.js → chunk-LAZU73S2.js} +2 -2
- package/__chunks__/{chunk-Q3LXMSKA.js → chunk-LBX3NVTC.js} +2 -2
- package/__chunks__/{chunk-EZ63SSTN.js → chunk-LINILSAX.js} +2 -2
- package/__chunks__/{chunk-B2SFQIRM.js → chunk-LLKFSQJL.js} +2 -2
- package/__chunks__/chunk-LMFYIKOH.js +2 -0
- package/__chunks__/{chunk-JDN7QTR3.js → chunk-LMH5D7PO.js} +2 -2
- package/__chunks__/{chunk-LQW4DRQU.js → chunk-LNHJAXRU.js} +2 -2
- package/__chunks__/{chunk-5NJG63GD.js → chunk-LNYWXGW7.js} +2 -2
- package/__chunks__/{chunk-PKBDLCTQ.js → chunk-LOXGOWPI.js} +2 -2
- package/__chunks__/{chunk-GQFHQXF3.js → chunk-LY757UDU.js} +2 -2
- package/__chunks__/{chunk-DV6JEZP7.js → chunk-M2OXT3YO.js} +2 -2
- package/__chunks__/{chunk-T3A353IW.js → chunk-M37NJUED.js} +2 -2
- package/__chunks__/{chunk-ZYOTBLE2.js → chunk-MAYO43ZD.js} +2 -2
- package/__chunks__/{chunk-KFUGFCIB.js → chunk-MEYIRXHK.js} +2 -2
- package/__chunks__/{chunk-635CWMLH.js → chunk-MFTEMWCU.js} +2 -2
- package/__chunks__/chunk-MLXPX23B.js +2 -0
- package/__chunks__/{chunk-4WDBHDVR.js → chunk-MRKRIB2A.js} +2 -2
- package/__chunks__/{chunk-DHTRJBJ2.js → chunk-MWQ7XWJ3.js} +2 -2
- package/__chunks__/chunk-MXTJ27RN.js +2 -0
- package/__chunks__/{chunk-JXNLZIKK.js → chunk-N2ZBQYKD.js} +2 -2
- package/__chunks__/{chunk-E74NFQH2.js → chunk-N623YQX6.js} +2 -2
- package/__chunks__/chunk-N6SXDXRI.js +2 -0
- package/__chunks__/{chunk-OXVTZZQP.js → chunk-ND27OJ7I.js} +2 -2
- package/__chunks__/{chunk-O3LBNV3Q.js → chunk-NFTBRNA6.js} +2 -2
- package/__chunks__/{chunk-VLVIE24T.js → chunk-NGTYLR2P.js} +2 -2
- package/__chunks__/{chunk-IRYIU5HM.js → chunk-NHCAYUOL.js} +2 -2
- package/__chunks__/{chunk-P6GPL5QL.js → chunk-NJUUQIZ7.js} +2 -2
- package/__chunks__/{chunk-I6R64W27.js → chunk-NKVZAB3K.js} +2 -2
- package/__chunks__/{chunk-OP5S4OTU.js → chunk-NMJ6LNLI.js} +2 -2
- package/__chunks__/{chunk-EVZMZ2M6.js → chunk-NTPBZBNQ.js} +2 -2
- package/__chunks__/{chunk-NWT6SIAI.js → chunk-NV22SU2V.js} +2 -2
- package/__chunks__/chunk-O5OTL554.js +2 -0
- package/__chunks__/{chunk-LKK24GZJ.js → chunk-OB5OXBGC.js} +2 -2
- package/__chunks__/{chunk-HKXVF5CF.js → chunk-OC7RHJY6.js} +2 -2
- package/__chunks__/{chunk-GJVJSVHP.js → chunk-OHO5WVJC.js} +2 -2
- package/__chunks__/{chunk-42VSVW2Y.js → chunk-OQEMXMDD.js} +2 -2
- package/__chunks__/{chunk-DYI3WQWM.js → chunk-OQFYWEIS.js} +2 -2
- package/__chunks__/{chunk-WVI24XU7.js → chunk-OSOVIQYW.js} +2 -2
- package/__chunks__/{chunk-K2TNCKG2.js → chunk-OUA5FLAV.js} +2 -2
- package/__chunks__/{chunk-XN6TVWTL.js → chunk-OUT3EF54.js} +2 -2
- package/__chunks__/chunk-OWRF45PP.js +2 -0
- package/__chunks__/chunk-OY6DZ7KU.js +2 -0
- package/__chunks__/chunk-P3DNG2RV.js +2 -0
- package/__chunks__/{chunk-AYM5JJZN.js → chunk-P4JG3FOF.js} +2 -2
- package/__chunks__/chunk-PCR2WU5P.js +2 -0
- package/__chunks__/{chunk-EYMIIRFV.js → chunk-PED733EL.js} +2 -2
- package/__chunks__/{chunk-ECSLITFK.js → chunk-PFR5SUOK.js} +2 -2
- package/__chunks__/{chunk-BBYO4QOR.js → chunk-PHXT4KGL.js} +2 -2
- package/__chunks__/{chunk-ENEKVKCF.js → chunk-PLHSIUIH.js} +2 -2
- package/__chunks__/{chunk-ARRDY3GI.js → chunk-PUXPL4MQ.js} +2 -2
- package/__chunks__/{chunk-SQ7YIATY.js → chunk-PVWWYI7D.js} +2 -2
- package/__chunks__/{chunk-PUCLTLVZ.js → chunk-PW5QTCOQ.js} +2 -2
- package/__chunks__/{chunk-4LJO6KG2.js → chunk-PZZ4E52R.js} +2 -2
- package/__chunks__/chunk-Q4DPGKGE.js +2 -0
- package/__chunks__/{chunk-FBUSL726.js → chunk-Q5C2SPDB.js} +2 -2
- package/__chunks__/{chunk-R4MJYIUT.js → chunk-QMAHFUXC.js} +2 -2
- package/__chunks__/{chunk-FXGFZDUU.js → chunk-QWNXAJRR.js} +2 -2
- package/__chunks__/{chunk-RPEYA4P2.js → chunk-QXKIAILM.js} +2 -2
- package/__chunks__/chunk-R2BKZWTD.js +2 -0
- package/__chunks__/{chunk-B3ERZM5E.js → chunk-RCTS4E7X.js} +2 -2
- package/__chunks__/chunk-REFNSRHX.js +2 -0
- package/__chunks__/{chunk-5BE6YUVH.js → chunk-RIJFBAYV.js} +2 -2
- package/__chunks__/{chunk-DNZ3HHEO.js → chunk-RKD5TB6H.js} +2 -2
- package/__chunks__/{chunk-OU6RVF2K.js → chunk-RMWACIBX.js} +2 -2
- package/__chunks__/{chunk-C36KPI4J.js → chunk-RT4HX36Y.js} +2 -2
- package/__chunks__/{chunk-ISD34OKS.js → chunk-S5GCXB6J.js} +2 -2
- package/__chunks__/{chunk-3WCN5GML.js → chunk-S6OFZ37Q.js} +2 -2
- package/__chunks__/chunk-SB6Q3PIL.js +2 -0
- package/__chunks__/chunk-SGTU3REC.js +2 -0
- package/__chunks__/{chunk-NYEMKFOR.js → chunk-SINZVRGH.js} +2 -2
- package/__chunks__/chunk-SWEULXYJ.js +2 -0
- package/__chunks__/{chunk-DERN5X6K.js → chunk-SWWGJTL5.js} +2 -2
- package/__chunks__/{chunk-YODEUNJU.js → chunk-SXQZTZRH.js} +2 -2
- package/__chunks__/chunk-T7V7454F.js +2 -0
- package/__chunks__/{chunk-MOE2D4HR.js → chunk-TIQDH77C.js} +2 -2
- package/__chunks__/{chunk-HZPH647Y.js → chunk-TLFTE6OC.js} +2 -2
- package/__chunks__/{chunk-RECCQD7W.js → chunk-TPFN52IW.js} +2 -2
- package/__chunks__/{chunk-C3ALFGDR.js → chunk-TPQDDLQV.js} +2 -2
- package/__chunks__/{chunk-INWLBKDE.js → chunk-TPS5KPXT.js} +2 -2
- package/__chunks__/{chunk-7FAEWPZ2.js → chunk-TRJJUI2H.js} +2 -2
- package/__chunks__/{chunk-TVV5DBWU.js → chunk-TTWKANGP.js} +2 -2
- package/__chunks__/{chunk-WPIEQFLH.js → chunk-TYFF6L6K.js} +2 -2
- package/__chunks__/{chunk-ZFKA7XWT.js → chunk-U3IQKDUV.js} +2 -2
- package/__chunks__/{chunk-JJQ7I5SV.js → chunk-U5CE3C53.js} +2 -2
- package/__chunks__/{chunk-TIHBURHO.js → chunk-UBGMYFYP.js} +2 -2
- package/__chunks__/{chunk-HSMKWB5J.js → chunk-UCZZ5H3Z.js} +2 -2
- package/__chunks__/{chunk-PCGFLSJN.js → chunk-UH2JJ2OH.js} +2 -2
- package/__chunks__/{chunk-5PXSG6WV.js → chunk-UHCLDQPY.js} +2 -2
- package/__chunks__/{chunk-D2BBKLPY.js → chunk-UQDIW6ZF.js} +2 -2
- package/__chunks__/{chunk-QGESLMYY.js → chunk-URBTPPJQ.js} +2 -2
- package/__chunks__/{chunk-2UKIEP56.js → chunk-UTYB5SVR.js} +2 -2
- package/__chunks__/{chunk-NTKHZGWR.js → chunk-UX5PTPXR.js} +2 -2
- package/__chunks__/{chunk-SXISVR5Z.js → chunk-UZJLDHFK.js} +2 -2
- package/__chunks__/{chunk-RIT6WHYK.js → chunk-UZUMPS4D.js} +2 -2
- package/__chunks__/{chunk-TZLCXEDM.js → chunk-VKGQWWOB.js} +2 -2
- package/__chunks__/{chunk-ZVXR43EE.js → chunk-VMW2UT4I.js} +2 -2
- package/__chunks__/chunk-VRY2YA2B.js +2 -0
- package/__chunks__/{chunk-DTLDVTMB.js → chunk-VSOXJIE4.js} +2 -2
- package/__chunks__/chunk-VT4SCB2Q.js +2 -0
- package/__chunks__/{chunk-CJ2FXYNO.js → chunk-VXBWTSBA.js} +2 -2
- package/__chunks__/{chunk-JMVT2UMW.js → chunk-VXNIDAW4.js} +2 -2
- package/__chunks__/{chunk-KWSACFM6.js → chunk-W3ODGIKR.js} +2 -2
- package/__chunks__/{chunk-B36XNNUS.js → chunk-W3VTDJN2.js} +2 -2
- package/__chunks__/{chunk-AV42XZWH.js → chunk-WDAY7K7O.js} +2 -2
- package/__chunks__/{chunk-7KRJM76K.js → chunk-WG2WVJQW.js} +2 -2
- package/__chunks__/{chunk-7TGNXGEJ.js → chunk-WGPDVKY5.js} +2 -2
- package/__chunks__/{chunk-7N7PCWV6.js → chunk-WIA67UCL.js} +2 -2
- package/__chunks__/{chunk-I4ODQ3LI.js → chunk-WROIAT2N.js} +2 -2
- package/__chunks__/{chunk-W3SLNSGU.js → chunk-WUCNNANV.js} +2 -2
- package/__chunks__/{chunk-PJRU7NED.js → chunk-WWNMJLSX.js} +2 -2
- package/__chunks__/{chunk-HK7JFXLN.js → chunk-WXFYRHD2.js} +2 -2
- package/__chunks__/{chunk-YVL2E6BG.js → chunk-WYNDSNTB.js} +2 -2
- package/__chunks__/chunk-X6PPFAJP.js +2 -0
- package/__chunks__/{chunk-YGO3ADFR.js → chunk-XAGUELOI.js} +2 -2
- package/__chunks__/{chunk-TYGYAPBP.js → chunk-XD4W6G6Z.js} +2 -2
- package/__chunks__/{chunk-B762X3V5.js → chunk-XD6XBD7M.js} +2 -2
- package/__chunks__/{chunk-J2GFMUUO.js → chunk-XHHKUZ2U.js} +2 -2
- package/__chunks__/{chunk-3OOKJ2ER.js → chunk-XKNQBRZO.js} +2 -2
- package/__chunks__/{chunk-DGS6ETK7.js → chunk-XPTZTIQ2.js} +2 -2
- package/__chunks__/chunk-XRVWJ3RL.js +2 -0
- package/__chunks__/{chunk-F42M2XF4.js → chunk-XSU33MQE.js} +2 -2
- package/__chunks__/chunk-XSXPHHSS.js +2 -0
- package/__chunks__/{chunk-XOAXLXCL.js → chunk-Y3M4BQAH.js} +2 -2
- package/__chunks__/{chunk-IAFIDSV7.js → chunk-YCDWRKZR.js} +2 -2
- package/__chunks__/{chunk-CWO6CM26.js → chunk-YCH3M7LC.js} +2 -2
- package/__chunks__/{chunk-HSELUYFT.js → chunk-YISI3TO4.js} +2 -2
- package/__chunks__/{chunk-KQ7ITRLS.js → chunk-ZB5LRSUA.js} +2 -2
- package/__chunks__/{chunk-56XEKPEM.js → chunk-ZDEX2UMS.js} +2 -2
- package/__chunks__/chunk-ZGKYWFGV.js +2 -0
- package/__chunks__/{chunk-5II7EZNI.js → chunk-ZM53UQ5W.js} +2 -2
- package/__chunks__/{chunk-G4JUWVAG.js → chunk-ZMLTCUNQ.js} +2 -2
- package/__chunks__/{chunk-2MR62UP4.js → chunk-ZTX5FNGQ.js} +2 -2
- package/__chunks__/chunk-ZWEMOICZ.js +2 -0
- package/__chunks__/{chunk-6IVIBGDO.js → chunk-ZXNFWJMH.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 +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +5 -5
- 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 +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +5 -5
- 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 +3 -3
- package/__commonjs/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +3 -3
- 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/TransactionToastGuard.js +9 -9
- package/__commonjs/UI/index.js +11 -11
- 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/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/hooks/index.js +1 -1
- package/__commonjs/hooks/signMessage/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.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/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/websocketListener/useRegisterWebsocketListener.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/types/transactions.types.d.ts +4 -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/smartContracts.js +1 -1
- package/__commonjs/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.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 +2 -2
- package/providers/accountProvider.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/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.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 +4 -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-4O6PWAKS.js +0 -2
- package/__chunks__/chunk-4PMLV6U3.js +0 -2
- package/__chunks__/chunk-6XM3EBUS.js +0 -2
- package/__chunks__/chunk-72OGWB73.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-CFLA5II2.js +0 -2
- package/__chunks__/chunk-CL3YOGNK.js +0 -2
- package/__chunks__/chunk-EOVJZE2V.js +0 -2
- package/__chunks__/chunk-FEF5RM6M.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-L5U2TGSL.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-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-VZHWCMGX.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 pi=Object.create;var he=Object.defineProperty,ui=Object.defineProperties,di=Object.getOwnPropertyDescriptor,mi=Object.getOwnPropertyDescriptors,gi=Object.getOwnPropertyNames,Pe=Object.getOwnPropertySymbols,fi=Object.getPrototypeOf,bt=Object.prototype.hasOwnProperty,Ar=Object.prototype.propertyIsEnumerable;var br=(e,t,r)=>t in e?he(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,h=(e,t)=>{for(var r in t||(t={}))bt.call(t,r)&&br(e,r,t[r]);if(Pe)for(var r of Pe(t))Ar.call(t,r)&&br(e,r,t[r]);return e},S=(e,t)=>ui(e,mi(t));var Ir=(e,t)=>{var r={};for(var o in e)bt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Pe)for(var o of Pe(e))t.indexOf(o)<0&&Ar.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var Re=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),re=(e,t)=>{for(var r in t)he(e,r,{get:t[r],enumerable:!0})},Er=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of gi(t))!bt.call(e,i)&&i!==r&&he(e,i,{get:()=>t[i],enumerable:!(o=di(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?pi(fi(e)):{},Er(t||!e||!e.__esModule?he(r,"default",{value:e,enumerable:!0}):r,e)),xe=e=>Er(he({},"__esModule",{value:!0}),e);var R=(e,t,r)=>new Promise((o,i)=>{var p=d=>{try{m(r.next(d))}catch(T){i(T)}},l=d=>{try{m(r.throw(d))}catch(T){i(T)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(p,l);m((r=r.apply(e,t)).next())});var Dr=Re(Ce=>{"use strict";n();Ce.byteLength=yi;Ce.toByteArray=xi;Ce.fromByteArray=vi;var B=[],_=[],Ti=typeof Uint8Array!="undefined"?Uint8Array:Array,At="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ne=0,kr=At.length;ne<kr;++ne)B[ne]=At[ne],_[At.charCodeAt(ne)]=ne;var ne,kr;_["-".charCodeAt(0)]=62;_["_".charCodeAt(0)]=63;function Lr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function yi(e){var t=Lr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function hi(e,t,r){return(t+r)*3/4-r}function xi(e){var t,r=Lr(e),o=r[0],i=r[1],p=new Ti(hi(e,o,i)),l=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=_[e.charCodeAt(d)]<<18|_[e.charCodeAt(d+1)]<<12|_[e.charCodeAt(d+2)]<<6|_[e.charCodeAt(d+3)],p[l++]=t>>16&255,p[l++]=t>>8&255,p[l++]=t&255;return i===2&&(t=_[e.charCodeAt(d)]<<2|_[e.charCodeAt(d+1)]>>4,p[l++]=t&255),i===1&&(t=_[e.charCodeAt(d)]<<10|_[e.charCodeAt(d+1)]<<4|_[e.charCodeAt(d+2)]>>2,p[l++]=t>>8&255,p[l++]=t&255),p}function Si(e){return B[e>>18&63]+B[e>>12&63]+B[e>>6&63]+B[e&63]}function wi(e,t,r){for(var o,i=[],p=t;p<r;p+=3)o=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),i.push(Si(o));return i.join("")}function vi(e){for(var t,r=e.length,o=r%3,i=[],p=16383,l=0,m=r-o;l<m;l+=p)i.push(wi(e,l,l+p>m?m:l+p));return o===1?(t=e[r-1],i.push(B[t>>2]+B[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(B[t>>10]+B[t>>4&63]+B[t<<2&63]+"=")),i.join("")}});var Nr=Re(It=>{n();It.read=function(e,t,r,o,i){var p,l,m=i*8-o-1,d=(1<<m)-1,T=d>>1,x=-7,y=r?i-1:0,k=r?-1:1,L=e[t+y];for(y+=k,p=L&(1<<-x)-1,L>>=-x,x+=m;x>0;p=p*256+e[t+y],y+=k,x-=8);for(l=p&(1<<-x)-1,p>>=-x,x+=o;x>0;l=l*256+e[t+y],y+=k,x-=8);if(p===0)p=1-T;else{if(p===d)return l?NaN:(L?-1:1)*(1/0);l=l+Math.pow(2,o),p=p-T}return(L?-1:1)*l*Math.pow(2,p-o)};It.write=function(e,t,r,o,i,p){var l,m,d,T=p*8-i-1,x=(1<<T)-1,y=x>>1,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=o?0:p-1,Q=o?1:-1,j=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,l=x):(l=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-l))<1&&(l--,d*=2),l+y>=1?t+=k/d:t+=k*Math.pow(2,1-y),t*d>=2&&(l++,d/=2),l+y>=x?(m=0,l=x):l+y>=1?(m=(t*d-1)*Math.pow(2,i),l=l+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),l=0));i>=8;e[r+L]=m&255,L+=Q,m/=256,i-=8);for(l=l<<i|m,T+=i;T>0;e[r+L]=l&255,L+=Q,l/=256,T-=8);e[r+L-Q]|=j*128}});var Gr=Re(ue=>{"use strict";n();var Et=Dr(),pe=Nr(),Pr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ue.Buffer=u;ue.SlowBuffer=Li;ue.INSPECT_MAX_BYTES=50;var _e=2147483647;ue.kMaxLength=_e;u.TYPED_ARRAY_SUPPORT=bi();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function bi(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function z(e){if(e>_e)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Nt(e)}return _r(e,t,r)}u.poolSize=8192;function _r(e,t,r){if(typeof e=="string")return Ii(e,t);if(ArrayBuffer.isView(e))return Ei(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(U(e,ArrayBuffer)||e&&U(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(U(e,SharedArrayBuffer)||e&&U(e.buffer,SharedArrayBuffer)))return Lt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=ki(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return _r(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Mr(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 Ai(e,t,r){return Mr(e),e<=0?z(e):t!==void 0?typeof r=="string"?z(e).fill(t,r):z(e).fill(t):z(e)}u.alloc=function(e,t,r){return Ai(e,t,r)};function Nt(e){return Mr(e),z(e<0?0:Pt(e)|0)}u.allocUnsafe=function(e){return Nt(e)};u.allocUnsafeSlow=function(e){return Nt(e)};function Ii(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Or(e,t)|0,o=z(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function kt(e){for(var t=e.length<0?0:Pt(e.length)|0,r=z(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Ei(e){if(U(e,Uint8Array)){var t=new Uint8Array(e);return Lt(t.buffer,t.byteOffset,t.byteLength)}return kt(e)}function Lt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function ki(e){if(u.isBuffer(e)){var t=Pt(e.length)|0,r=z(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Rt(e.length)?z(0):kt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return kt(e.data)}function Pt(e){if(e>=_e)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+_e.toString(16)+" bytes");return e|0}function Li(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(U(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),U(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,p=0,l=Math.min(o,i);p<l;++p)if(t[p]!==r[p]){o=t[p],i=r[p];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),p=0;for(o=0;o<t.length;++o){var l=t[o];if(U(l,Uint8Array))p+l.length>i.length?u.from(l).copy(i,p):Uint8Array.prototype.set.call(i,l,p);else if(u.isBuffer(l))l.copy(i,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=l.length}return i};function Or(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||U(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 r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Dt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Wr(e).length;default:if(i)return o?-1:Dt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Or;function Di(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return Ui(this,t,r);case"utf8":case"utf-8":return Br(this,t,r);case"ascii":return Fi(this,t,r);case"latin1":case"binary":return Bi(this,t,r);case"base64":return Mi(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $i(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function oe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)oe(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)oe(this,r,r+3),oe(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)oe(this,r,r+7),oe(this,r+1,r+6),oe(this,r+2,r+5),oe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Br(this,0,t):Di.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ue.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Pr&&(u.prototype[Pr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,p){if(U(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),p===void 0&&(p=this.length),r<0||o>t.length||i<0||p>this.length)throw new RangeError("out of range index");if(i>=p&&r>=o)return 0;if(i>=p)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,p>>>=0,this===t)return 0;for(var l=p-i,m=o-r,d=Math.min(l,m),T=this.slice(i,p),x=t.slice(r,o),y=0;y<d;++y)if(T[y]!==x[y]){l=T[y],m=x[y];break}return l<m?-1:m<l?1:0};function Fr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Rt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Rr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Rr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Rr(e,t,r,o,i){var p=1,l=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;p=2,l/=2,m/=2,r/=2}function d(L,Q){return p===1?L[Q]:L.readUInt16BE(Q*p)}var T;if(i){var x=-1;for(T=r;T<l;T++)if(d(e,T)===d(t,x===-1?0:T-x)){if(x===-1&&(x=T),T-x+1===m)return x*p}else x!==-1&&(T-=T-x),x=-1}else for(r+m>l&&(r=l-m),T=r;T>=0;T--){for(var y=!0,k=0;k<m;k++)if(d(e,T+k)!==d(t,k)){y=!1;break}if(y)return T}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Fr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Fr(this,t,r,o,!1)};function Ni(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var p=t.length;o>p/2&&(o=p/2);for(var l=0;l<o;++l){var m=parseInt(t.substr(l*2,2),16);if(Rt(m))return l;e[r+l]=m}return l}function Pi(e,t,r,o){return Me(Dt(t,e.length-r),e,r,o)}function Ri(e,t,r,o){return Me(Gi(t),e,r,o)}function Ci(e,t,r,o){return Me(Wr(t),e,r,o)}function _i(e,t,r,o){return Me(Hi(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-r;if((o===void 0||o>p)&&(o=p),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var l=!1;;)switch(i){case"hex":return Ni(this,t,r,o);case"utf8":case"utf-8":return Pi(this,t,r,o);case"ascii":case"latin1":case"binary":return Ri(this,t,r,o);case"base64":return Ci(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _i(this,t,r,o);default:if(l)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),l=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Mi(e,t,r){return t===0&&r===e.length?Et.fromByteArray(e):Et.fromByteArray(e.slice(t,r))}function Br(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var p=e[i],l=null,m=p>239?4:p>223?3:p>191?2:1;if(i+m<=r){var d,T,x,y;switch(m){case 1:p<128&&(l=p);break;case 2:d=e[i+1],(d&192)===128&&(y=(p&31)<<6|d&63,y>127&&(l=y));break;case 3:d=e[i+1],T=e[i+2],(d&192)===128&&(T&192)===128&&(y=(p&15)<<12|(d&63)<<6|T&63,y>2047&&(y<55296||y>57343)&&(l=y));break;case 4:d=e[i+1],T=e[i+2],x=e[i+3],(d&192)===128&&(T&192)===128&&(x&192)===128&&(y=(p&15)<<18|(d&63)<<12|(T&63)<<6|x&63,y>65535&&y<1114112&&(l=y))}}l===null?(l=65533,m=1):l>65535&&(l-=65536,o.push(l>>>10&1023|55296),l=56320|l&1023),o.push(l),i+=m}return Oi(o)}var Cr=4096;function Oi(e){var t=e.length;if(t<=Cr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Cr));return r}function Fi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Bi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function Ui(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",p=t;p<r;++p)i+=qi[e[p]];return i}function $i(e,t,r){for(var o=e.slice(t,r),i="",p=0;p<o.length-1;p+=2)i+=String.fromCharCode(o[p]+o[p+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function I(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=this[t],p=1,l=0;++l<r&&(p*=256);)i+=this[t+l]*p;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=this[t+--r],p=1;r>0&&(p*=256);)i+=this[t+--r]*p;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||I(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||I(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||I(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||I(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||I(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=this[t],p=1,l=0;++l<r&&(p*=256);)i+=this[t+l]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=r,p=1,l=this[t+--i];i>0&&(p*=256);)l+=this[t+--i]*p;return p*=128,l>=p&&(l-=Math.pow(2,8*r)),l};u.prototype.readInt8=function(t,r){return t=t>>>0,r||I(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||I(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||I(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||I(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||I(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||I(t,4,this.length),pe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||I(t,4,this.length),pe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||I(t,8,this.length),pe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||I(t,8,this.length),pe.read(this,t,!1,52,8)};function D(e,t,r,o,i,p){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<p)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var p=Math.pow(2,8*o)-1;D(this,t,r,o,p,0)}var l=1,m=0;for(this[r]=t&255;++m<o&&(l*=256);)this[r+m]=t/l&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var p=Math.pow(2,8*o)-1;D(this,t,r,o,p,0)}var l=o-1,m=1;for(this[r+l]=t&255;--l>=0&&(m*=256);)this[r+l]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var p=Math.pow(2,8*o-1);D(this,t,r,o,p-1,-p)}var l=0,m=1,d=0;for(this[r]=t&255;++l<o&&(m*=256);)t<0&&d===0&&this[r+l-1]!==0&&(d=1),this[r+l]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var p=Math.pow(2,8*o-1);D(this,t,r,o,p-1,-p)}var l=o-1,m=1,d=0;for(this[r+l]=t&255;--l>=0&&(m*=256);)t<0&&d===0&&this[r+l+1]!==0&&(d=1),this[r+l]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Ur(e,t,r,o,i,p){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function $r(e,t,r,o,i){return t=+t,r=r>>>0,i||Ur(e,t,r,4,34028234663852886e22,-34028234663852886e22),pe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return $r(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return $r(this,t,r,!1,o)};function Vr(e,t,r,o,i){return t=+t,r=r>>>0,i||Ur(e,t,r,8,17976931348623157e292,-17976931348623157e292),pe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Vr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Vr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var p=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),p};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var p=t.charCodeAt(0);(i==="utf8"&&p<128||i==="latin1")&&(t=p)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var l;if(typeof t=="number")for(l=r;l<o;++l)this[l]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(l=0;l<o-r;++l)this[l+r]=m[l%d]}return this};var Vi=/[^+/0-9A-Za-z-_]/g;function Wi(e){if(e=e.split("=")[0],e=e.trim().replace(Vi,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Dt(e,t){t=t||1/0;for(var r,o=e.length,i=null,p=[],l=0;l<o;++l){if(r=e.charCodeAt(l),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&p.push(239,191,189);continue}else if(l+1===o){(t-=3)>-1&&p.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&p.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&p.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;p.push(r)}else if(r<2048){if((t-=2)<0)break;p.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;p.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;p.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return p}function Gi(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Hi(e,t){for(var r,o,i,p=[],l=0;l<e.length&&!((t-=2)<0);++l)r=e.charCodeAt(l),o=r>>8,i=r%256,p.push(i),p.push(o);return p}function Wr(e){return Et.toByteArray(Wi(e))}function Me(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function U(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Rt(e){return e!==e}var qi=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Kr=Re((Bs,zr)=>{n();var v=zr.exports={},$,V;function Ct(){throw new Error("setTimeout has not been defined")}function _t(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?$=setTimeout:$=Ct}catch(e){$=Ct}try{typeof clearTimeout=="function"?V=clearTimeout:V=_t}catch(e){V=_t}})();function Hr(e){if($===setTimeout)return setTimeout(e,0);if(($===Ct||!$)&&setTimeout)return $=setTimeout,setTimeout(e,0);try{return $(e,0)}catch(t){try{return $.call(null,e,0)}catch(r){return $.call(this,e,0)}}}function ji(e){if(V===clearTimeout)return clearTimeout(e);if((V===_t||!V)&&clearTimeout)return V=clearTimeout,clearTimeout(e);try{return V(e)}catch(t){try{return V.call(null,e)}catch(r){return V.call(this,e)}}}var K=[],de=!1,ie,Oe=-1;function zi(){!de||!ie||(de=!1,ie.length?K=ie.concat(K):Oe=-1,K.length&&qr())}function qr(){if(!de){var e=Hr(zi);de=!0;for(var t=K.length;t;){for(ie=K,K=[];++Oe<t;)ie&&ie[Oe].run();Oe=-1,t=K.length}ie=null,de=!1,ji(e)}}v.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];K.push(new jr(e,t)),K.length===1&&!de&&Hr(qr)};function jr(e,t){this.fun=e,this.array=t}jr.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function Y(){}v.on=Y;v.addListener=Y;v.once=Y;v.off=Y;v.removeListener=Y;v.removeAllListeners=Y;v.emit=Y;v.prependListener=Y;v.prependOnceListener=Y;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var a,s,Us,n=f(()=>{a=w(Gr()),s=w(Kr()),Us=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var Xr=f(()=>{"use strict";n()});var Zr=f(()=>{"use strict";n()});var Qr=f(()=>{"use strict";n()});var Jr=f(()=>{"use strict";n()});var F=f(()=>{"use strict";n()});var en=f(()=>{"use strict";n()});var tn=f(()=>{"use strict";n()});var N=f(()=>{"use strict";n()});var rn=f(()=>{"use strict";n()});var nn=f(()=>{"use strict";n()});var on=f(()=>{"use strict";n()});var C=f(()=>{"use strict";n();Zr();Qr();Jr();F();en();tn();N();rn();nn();on()});var Mt,an,ac,sn,sc,cn,cc,lc,pc,ln=f(()=>{"use strict";n();C();Mt={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:an,egldLabel:ac}=Mt["devnet"],{chainId:sn,egldLabel:sc}=Mt["testnet"],{chainId:cn,egldLabel:cc}=Mt["mainnet"],lc={["devnet"]:an,["testnet"]:sn,["mainnet"]:cn},pc={[an]:"devnet",[sn]:"testnet",[cn]:"mainnet"}});var Ot=f(()=>{"use strict";n()});var pn=f(()=>{"use strict";n()});var un,Ft=f(()=>{"use strict";n();un="transaction-status-toast-id"});var W,dn=f(()=>{"use strict";n();W=require("@multiversx/sdk-web-wallet-provider")});var mn=f(()=>{"use strict";n()});var Bt,Ut,gn,fn,$t,Fe,Tn,ge,b=f(()=>{"use strict";n();Xr();ln();Ot();pn();Ft();dn();mn();Bt=5e4,Ut=1e9,gn=1,fn=1,$t=4294967295,Fe="logout",Tn="login",ge="0"});var $e,Ht=f(()=>{"use strict";n();$e=()=>Date.now()/1e3});var bn=f(()=>{"use strict";n()});var An=f(()=>{"use strict";n()});var In=f(()=>{"use strict";n();Ht();bn();An()});var jt={};re(jt,{getItem:()=>ea,localStorageKeys:()=>se,removeItem:()=>ta,setItem:()=>Ji});var se,qt,Ji,ea,ta,Se=f(()=>{"use strict";n();In();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},qt=typeof localStorage!="undefined",Ji=({key:e,data:t,expires:r})=>{!qt||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},ea=e=>{if(!qt)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:$e()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},ta=e=>{!qt||localStorage.removeItem(String(e))}});var zt={};re(zt,{clear:()=>Dn,getItem:()=>kn,removeItem:()=>Ln,setItem:()=>En,storage:()=>ra});var En,kn,Ln,Dn,ra,Nn=f(()=>{"use strict";n();En=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},kn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Ln=e=>sessionStorage.removeItem(String(e)),Dn=()=>sessionStorage.clear(),ra={setItem:En,getItem:kn,removeItem:Ln,clear:Dn}});var fe,Ve=f(()=>{"use strict";n();Se();Nn();fe={session:zt,local:jt}});var Kt,A,Te,M=f(()=>{"use strict";n();Kt=require("@reduxjs/toolkit");b();A=(0,Kt.createAction)(Fe),Te=(0,Kt.createAction)(Tn,e=>({payload:e}))});var Xt,Pn,Rn,We,Yt,Cn,Ge,el,He,tl,rl,nl,ol,il,al,sl,cl,qe,je=f(()=>{"use strict";n();Xt=require("@multiversx/sdk-core"),Pn=require("@reduxjs/toolkit"),Rn=require("redux-persist");b();Ve();Se();M();We={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ge},Yt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":We},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Cn=(0,Pn.createSlice)({name:"accountInfoSlice",initialState:Yt,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Xt.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:We},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(A,()=>(fe.local.removeItem(se.loginExpiresAt),Yt)),e.addCase(Te,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Xt.Address(o).hex()}),e.addCase(Rn.REHYDRATE,(t,r)=>{var T;if(!((T=r.payload)!=null&&T.account))return;let{account:o}=r.payload,{address:i,shard:p,accounts:l,publicKey:m}=o;t.address=i,t.shard=p;let d=l&&i in l;t.accounts=d?l:Yt.accounts,t.publicKey=m})}}),{setAccount:Ge,setAddress:el,setAccountNonce:He,setAccountShard:tl,setLedgerAccount:rl,updateLedgerAccount:nl,setWalletConnectAccount:ol,setIsAccountLoading:il,setAccountLoadingError:al,setWebsocketEvent:sl,setWebsocketBatchEvent:cl}=Cn.actions,qe=Cn.reducer});function we(){return new Date().setHours(new Date().getHours()+24)}function ve(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var Zt=f(()=>{"use strict";n();Ve();Se()});var Mn,_n,On,hl,xl,Sl,wl,vl,bl,Fn,Al,ze,Ke=f(()=>{"use strict";n();Mn=require("@reduxjs/toolkit");Zt();F();M();_n={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},On=(0,Mn.createSlice)({name:"loginInfoSlice",initialState:_n,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(A,()=>_n),e.addCase(Te,(t,r)=>{t.loginMethod=r.payload.loginMethod,ve(we())})}}),{setLoginMethod:hl,setWalletConnectLogin:xl,setLedgerLogin:Sl,setTokenLogin:wl,setTokenLoginSignature:vl,setWalletLogin:bl,invalidateLoginSession:Fn,setLogoutRoute:Al}=On.actions,ze=On.reducer});var Un,Bn,$n,Ll,Dl,Nl,Pl,Ye,Xe=f(()=>{"use strict";n();Un=require("@reduxjs/toolkit");M();Bn={},$n=(0,Un.createSlice)({name:"modalsSlice",initialState:Bn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(A,()=>Bn)}}),{setTxSubmittedModal:Ll,setNotificationModal:Dl,clearTxSubmittedModal:Nl,clearNotificationModal:Pl}=$n.actions,Ye=$n.reducer});var Vn=f(()=>{"use strict";n()});var Wn=f(()=>{"use strict";n();Vn()});function Qt(e){return e[Math.floor(Math.random()*e.length)]}var Gn=f(()=>{"use strict";n()});var Hn=f(()=>{"use strict";n();Ot()});var qn=f(()=>{"use strict";n();Wn();Gn();Hn()});var jn,zn,Jt,na,Kn,zl,Kl,Ze,Qe=f(()=>{"use strict";n();jn=require("@reduxjs/toolkit"),zn=w(require("lodash.omit"));qn();Jt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},na={network:Jt,chainID:"-1"},Kn=(0,jn.createSlice)({name:"appConfig",initialState:na,reducers:{initializeNetworkConfig:(e,t)=>{let r=Qt(t.payload.walletConnectBridgeAddresses),o=Qt(t.payload.walletConnectV2RelayAddresses),i=(0,zn.default)(t.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(h(h({},e.network),i),{walletConnectBridgeAddress:r,walletConnectV2RelayAddress:o})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:zl,setChainID:Kl}=Kn.actions,Ze=Kn.reducer});var Yn,er,Xn,ep,tp,rp,Je,et=f(()=>{"use strict";n();Yn=require("@reduxjs/toolkit");C();M();er={isSigning:!1,signedSessions:{}},Xn=(0,Yn.createSlice)({name:"signedMessageInfoSliceState",initialState:er,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=o},setSignSessionState:(e,t)=>h(h({},e),t.payload),clearSignedMessageInfo:()=>er},extraReducers:e=>{e.addCase(A,()=>er)}}),{setSignSession:ep,clearSignedMessageInfo:tp,setSignSessionState:rp}=Xn.actions,Je=Xn.reducer});var Qn,Jn,Zn,eo,pp,up,dp,mp,gp,fp,tt,rt=f(()=>{"use strict";n();Qn=require("@reduxjs/toolkit"),Jn=require("redux-persist");Ft();C();Ht();M();Zn={customToasts:[],transactionToasts:[],failTransactionToast:null},eo=(0,Qn.createSlice)({name:"toastsSlice",initialState:Zn,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(S(h({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:$e(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=S(h({},t.payload),{toastId:un})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(A,()=>Zn),e.addCase(Jn.REHYDRATE,(t,r)=>{var i,p;let o=(p=(i=r.customToasts)==null?void 0:i.filter(l=>!("component"in l)))!=null?p:[];t.customToasts=o})}}),{addCustomToast:pp,removeCustomToast:up,addTransactionToast:dp,removeTransactionToast:mp,addFailTransactionToast:gp,removeFailTransactionToast:fp}=eo.actions,tt=eo.reducer});var to,rr,nr,or,oa,tr,ro,xp,Sp,wp,nt,ot=f(()=>{"use strict";n();to=require("@reduxjs/toolkit");M();rr="Transaction failed",nr="Transaction successful",or="Processing transaction",oa="Transaction submitted",tr={},ro=(0,to.createSlice)({name:"transactionsInfo",initialState:tr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||rr,successMessage:(o==null?void 0:o.successMessage)||nr,processingMessage:(o==null?void 0:o.processingMessage)||or,submittedMessage:(o==null?void 0:o.submittedMessage)||oa,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>tr},extraReducers:e=>{e.addCase(A,()=>tr)}}),{clearTransactionsInfo:xp,setTransactionsDisplayInfo:Sp,clearTransactionsInfoForSessionId:wp}=ro.actions,nt=ro.reducer});function no(e){return e!=null&&(ma(e)||ya(e))}function it(e){return e!=null&&(ga(e)||ha(e))}function at(e){return e!=null&&(fa(e)||xa(e))}function oo(e){return e!=null&&Ta(e)}function ma(e){return e!=null&&aa.includes(e)}function ga(e){return e!=null&&sa.includes(e)}function fa(e){return e!=null&&ca.includes(e)}function Ta(e){return e!=null&&la.includes(e)}function ya(e){return e!=null&&pa.includes(e)}function ha(e){return e!=null&&ua.includes(e)}function xa(e){return e!=null&&da.includes(e)}var aa,sa,ca,la,pa,ua,da,ar=f(()=>{"use strict";n();F();aa=["sent"],sa=["success"],ca=["fail","cancelled","timedOut"],la=["timedOut"],pa=["pending"],ua=["success"],da=["fail","invalid"]});var io,ao,be,Sa,so,Np,Pp,Rp,Cp,_p,Mp,Op,Fp,Bp,Up,st,ct=f(()=>{"use strict";n();io=require("@reduxjs/toolkit"),ao=require("redux-persist");F();ar();M();be={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Sa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},so=(0,io.createSlice)({name:"transactionsSlice",initialState:be,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,T;let{sessionId:r,transactions:o,errorMessage:i,status:p,redirectRoute:l}=t.payload,m=((d=e.customTransactionInformationForSessionId)==null?void 0:d[r])||Sa;e.signedTransactions[r]={transactions:o,status:p,errorMessage:i,redirectRoute:l,customTransactionInformation:m},((T=e==null?void 0:e.transactionsToSign)==null?void 0:T.sessionId)===r&&(e.transactionsToSign=be.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=h(h({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:p}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),p!=null&&(e.signedTransactions[r].transactions=p))},updateSignedTransactionStatus:(e,t)=>{var m,d,T,x,y,k;let{sessionId:r,status:o,errorMessage:i,transactionHash:p}=t.payload,l=(d=(m=e.signedTransactions)==null?void 0:m[r])==null?void 0:d.transactions;if(l!=null){e.signedTransactions[r].transactions=l.map(j=>j.hash===p?S(h({},j),{status:o,errorMessage:i}):j);let L=(x=(T=e.signedTransactions[r])==null?void 0:T.transactions)==null?void 0:x.every(j=>it(j.status)),Q=(k=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:k.every(j=>at(j.status));L&&(e.signedTransactions[r].status="success"),Q&&(e.signedTransactions[r].status="fail")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=be.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=be.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(A,()=>be),e.addCase(ao.REHYDRATE,(t,r)=>{var l;if(t.signTransactionsCancelMessage=null,!((l=r.payload)!=null&&l.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,p=Object.entries(o).reduce((m,[d,T])=>{let x=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-x>0||(m[d]=T),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=p)})}}),{updateSignedTransactionStatus:Np,updateSignedTransactions:Pp,setTransactionsToSign:Rp,clearAllTransactionsToSign:Cp,clearAllSignedTransactions:_p,clearSignedTransaction:Mp,clearTransactionToSign:Op,setSignTransactionsError:Fp,setSignTransactionsCancelMessage:Bp,moveTransactionsToSignedState:Up}=so.actions,st=so.reducer});var co,sr,lo,Gp,Hp,qp,jp,lt,pt=f(()=>{"use strict";n();co=require("@reduxjs/toolkit");M();sr={},lo=(0,co.createSlice)({name:"batchTransactionsSlice",initialState:sr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>sr},extraReducers:e=>{e.addCase(A,()=>sr)}}),{setBatchTransactions:Gp,updateBatchTransactions:Hp,clearBatchTransactions:qp,clearAllBatchTransactions:jp}=lo.actions,lt=lo.reducer});var uo,po,mo,Xp,go,cr=f(()=>{"use strict";n();uo=require("@reduxjs/toolkit");M();po={},mo=(0,uo.createSlice)({name:"dappConfigSlice",initialState:po,reducers:{setDappConfig:(e,t)=>{e=h(h({},e),t.payload)}},extraReducers:e=>{e.addCase(A,()=>po)}}),{setDappConfig:Xp}=mo.actions,go=mo.reducer});var J=f(()=>{"use strict";n();je();Ke();Xe();Qe();et();rt();ot();ct();pt();cr()});var gr=f(()=>{"use strict";n()});var Lo,ko,Do,Md,Od,Fd,Bd,Ud,$d,No,Po=f(()=>{"use strict";n();Lo=require("@reduxjs/toolkit");M();ko={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Do=(0,Lo.createSlice)({name:"dappModalsSlice",initialState:ko,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=h({},t.payload)}},extraReducers:e=>{e.addCase(A,()=>ko)}}),{setDappModalVisibility:Md,setDappModalHeaderVisibility:Od,setDappModalFooterVisibility:Fd,setDappModalHeaderText:Bd,setDappModalFooterText:Ud,setDappModalConfig:$d}=Do.actions,No=Do.reducer});var Ro,Ea,ka,le,Tt=f(()=>{"use strict";n();Ro=require("@reduxjs/toolkit");gr();je();pt();cr();Po();Ke();Xe();Qe();et();rt();ot();ct();Ea={["account"]:qe,["dappModal"]:No,["dappConfig"]:go,["loginInfo"]:ze,["modals"]:Ye,["networkConfig"]:Ze,["signedMessageInfo"]:Je,["toasts"]:tt,["transactionsInfo"]:nt,["transactions"]:st,["batchTransactions"]:lt},ka=(e={})=>(0,Ro.combineReducers)(h(h({},Ea),e)),le=ka});var Oo={};re(Oo,{default:()=>Ga,sessionStorageReducers:()=>fr});function Z(e,t=[]){return{key:e,version:1,storage:_o.default,blacklist:t}}var P,Co,_o,La,Ee,Da,Na,Pa,Ra,Ca,_a,Ma,Oa,Fa,Ba,Mo,Ua,fr,$a,Va,Wa,Ga,Fo=f(()=>{"use strict";n();P=require("redux-persist"),Co=w(require("redux-persist/lib/storage")),_o=w(require("redux-persist/lib/storage/session"));Tt();J();je();pt();Ke();Xe();Qe();et();rt();ot();ct();gr();La={persistReducersStorageType:"localStorage"},Ee={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Da=Z(Ee["account"]),Na=Z(Ee["loginInfo"]),Pa=Z(Ee["modals"]),Ra=Z(Ee["networkConfig"]),Ca={2:e=>S(h({},e),{networkConfig:Jt})};_a=Z("sdk-dapp-transactionsInfo"),Ma=Z("sdk-dapp-transactions",["transactionsToSign"]),Oa=Z("sdk-dapp-batchTransactions",["batchTransactions"]),Fa=Z("sdk-dapp-toasts"),Ba=Z("sdk-dapp-signedMessageInfo"),Mo={key:"sdk-dapp-store",version:2,storage:Co.default,whitelist:Object.keys(Ee),migrate:(0,P.createMigrate)(Ca,{debug:!1})},Ua=S(h({},Mo),{whitelist:[]}),fr={["toasts"]:(0,P.persistReducer)(Fa,tt),["transactions"]:(0,P.persistReducer)(Ma,st),["transactionsInfo"]:(0,P.persistReducer)(_a,nt),["batchTransactions"]:(0,P.persistReducer)(Oa,lt),["signedMessageInfo"]:(0,P.persistReducer)(Ba,Je)},$a=S(h({},fr),{["account"]:(0,P.persistReducer)(Da,qe),["loginInfo"]:(0,P.persistReducer)(Na,ze),["modals"]:(0,P.persistReducer)(Pa,Ye),["networkConfig"]:(0,P.persistReducer)(Ra,Ze)}),Va=La.persistReducersStorageType==="localStorage",Wa=Va?(0,P.persistReducer)(Mo,le(fr)):(0,P.persistReducer)(Ua,le($a)),Ga=Wa});var Bo={};re(Bo,{default:()=>Ha});var Ha,Uo=f(()=>{"use strict";n();Tt();Ha=le()});var $o={};re($o,{default:()=>ja});var O,qa,ja,Vo=f(()=>{"use strict";n();O=require("redux-persist"),qa=[O.FLUSH,O.REHYDRATE,O.PAUSE,O.PERSIST,O.PURGE,O.REGISTER],ja=qa});var Ho={};re(Ho,{default:()=>Go});function Go(e){return(0,Wo.persistStore)(e)}var Wo,qo=f(()=>{"use strict";n();Wo=require("redux-persist")});var Cs={};re(Cs,{DAPP_INIT_ROUTE:()=>wn,EmptyProvider:()=>ae,addressIsValid:()=>me,emptyProvider:()=>Ue,getAccount:()=>Ne,getAccountBalance:()=>Ds,getAccountProvider:()=>G,getAccountProviderType:()=>wr,getAddress:()=>De,getExternalProvider:()=>vn,getIsProviderEqualTo:()=>ye,getLatestNonce:()=>vr,getLedgerConfiguration:()=>Xi,getProviderType:()=>Gt,getShardOfAddress:()=>Xo,loginWithExternalProvider:()=>Rs,newWalletProvider:()=>Yi,refreshAccount:()=>Ns,setNonce:()=>Ls,signMessage:()=>Ps});module.exports=xe(Cs);n();n();var Yr=require("@multiversx/sdk-core");function Ki(e){try{let t=new Yr.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function me(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Ki(e)}n();n();n();n();var hn=require("@multiversx/sdk-extension-provider"),xn=require("@multiversx/sdk-hw-provider"),Sn=require("@multiversx/sdk-opera-provider"),Wt=require("@multiversx/sdk-web-wallet-provider");b();F();n();var Vt=ae,yn=Vt;var wn="/dapp/init",Gt=e=>{switch(e==null?void 0:e.constructor){case Wt.WalletProvider:return"wallet";case Vt:return"walletconnect";case yn:return"walletconnectv2";case xn.HWProvider:return"ledger";case hn.ExtensionProvider:return"extension";case Sn.OperaProvider:return"opera";case ae:return"";default:return"extra"}},Yi=e=>new Wt.WalletProvider(`${e}${wn}`),Xi=e=>R(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let t=e.hwApp,{contractData:r,version:o}=yield t.getAppConfiguration();return{version:o,dataEnabled:r===fn}}),X=e=>`Unable to perform ${e}, Provider not initialized`,ae=class{init(){return Promise.resolve(!1)}login(t){throw new Error(X(`login with options: ${t}`))}logout(t){throw new Error(X(`logout with options: ${t}`))}getAddress(){throw new Error(X("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,r){throw new Error(X(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(X(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(X(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(X(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(X(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(X(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Ue=new ae;var Zi=Ue,Qi=null;function G(){return Zi||Ue}function vn(){return Qi}n();n();J();n();var fo=w(require("lodash.isequal")),ut=require("reselect");C();var g=(0,ut.createSelectorCreator)(ut.defaultMemoize,fo.default),dt=(e,t)=>e!=""&&Boolean(t);var H=e=>e.account,Ae=g(H,e=>e.address),Ie=g(H,Ae,(e,t)=>t in e.accounts?e.accounts[t]:We),mu=g(H,Ie,(e,t)=>{let i=e,{accounts:r}=i,o=Ir(i,["accounts"]);return S(h({},o),{account:t})}),gu=g(Ie,e=>e.balance),To=g(Ie,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),fu=g(H,e=>e.shard),Tu=g(H,e=>e.ledgerAccount),yu=g(H,e=>e.walletConnectAccount),hu=g(H,e=>e.isAccountLoading),xu=g(H,e=>e.accountLoadingError),Su=g(H,e=>e.websocketEvent),wu=g(H,e=>e.websocketBatchEvent);n();var ee=e=>e.loginInfo,Iu=g(ee,e=>e.loginMethod),yo=g(ee,Ae,(e,t)=>dt(e.loginMethod,t)),Eu=g(ee,e=>e.walletConnectLogin),ku=g(ee,e=>e.ledgerLogin),ho=g(ee,e=>e.walletLogin),Lu=g(ee,e=>e.isLoginSessionInvalid),Du=g(ee,e=>e.tokenLogin),Nu=g(ee,e=>e.logoutRoute);n();var xo=e=>e.modals,Cu=g(xo,e=>e.txSubmittedModal),_u=g(xo,e=>e.notificationModal);n();var ce=e=>e.networkConfig,Fu=g(ce,e=>e.chainID),Bu=g(ce,e=>e.network.walletConnectBridgeAddress),Uu=g(ce,e=>e.network.walletConnectV2RelayAddress),$u=g(ce,e=>e.network.walletConnectV2ProjectId),Vu=g(ce,e=>e.network.walletConnectV2Options),Wu=g(ce,e=>e.network.walletConnectDeepLink),lr=g(ce,e=>e.network),So=g(lr,e=>e.apiAddress),wo=g(lr,e=>e.explorerAddress),Gu=g(lr,e=>e.egldLabel);n();var mt=e=>e.signedMessageInfo,ju=g(mt,e=>e.isSigning),zu=g(mt,e=>e.errorMessage),Ku=g(mt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Yu=g(mt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var pr=e=>e.toasts,Qu=g(pr,e=>e.customToasts),Ju=g(pr,e=>e.transactionToasts),ed=g(pr,e=>e.failTransactionToast);n();J();var vo={errorMessage:rr,successMessage:nr,processingMessage:or},wa=e=>e.transactionsInfo,od=g(wa,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||vo);n();n();var q=require("@multiversx/sdk-core"),Ao=require("@multiversx/sdk-core/out/signature");b();n();var dr=require("@multiversx/sdk-core/out");n();n();function ur(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();n();n();var bo=e=>{let t=e!=null?e:"";return ur(t)?dr.TransactionPayload.fromEncoded(t):new dr.TransactionPayload(t)};function mr(e){var r,o,i;let t=new q.Transaction(h(h({value:e.value.valueOf(),data:bo(e.data),nonce:e.nonce.valueOf(),receiver:new q.Address(e.receiver),sender:new q.Address(e.sender),gasLimit:(r=e.gasLimit.valueOf())!=null?r:Bt,gasPrice:(o=e.gasPrice.valueOf())!=null?o:Ut,chainID:e.chainID.valueOf(),version:new q.TransactionVersion((i=e.version)!=null?i:gn)},e.options?{options:new q.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new q.Address(e.guardian)}:{}));return e.guardianSignature&&t.applyGuardianSignature({hex:()=>e.guardianSignature||""}),t.applySignature(new Ao.Signature(e.signature)),t}n();n();n();n();var Tr=require("@reduxjs/toolkit"),Yo=require("react-redux/lib/utils/Subscription");J();n();var Io=w(require("lodash.throttle"));b();J();Zt();Ve();Se();var ba=[Fe],gt=!1,Aa=(0,Io.default)(()=>{ve(we())},5e3),Eo=e=>t=>r=>{var d;if(ba.includes(r.type))return t(r);let o=e.getState(),i=fe.local.getItem(se.loginExpiresAt);if(!dt((d=o==null?void 0:o.loginInfo)==null?void 0:d.loginMethod,o==null?void 0:o.account.address))return t(r);if(i==null)return ve(we());let l=Date.now();return i-l<0&&!gt?setTimeout(()=>{gt=!0,e.dispatch(Fn())},1e3):(gt&&(gt=!1),Aa()),t(r)};n();n();function ft(){return typeof sessionStorage!="undefined"}var jo=ft()?(Fo(),xe(Oo)).default:(Uo(),xe(Bo)).default,zo=ft()?(Vo(),xe($o)).default:[],Ko=ft()?(qo(),xe(Ho)).default:e=>e;Tt();var E=(0,Tr.configureStore)({reducer:jo,middleware:e=>e({serializableCheck:{ignoredActions:[...zo,He.type,Ge.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Eo)}),Sm=(0,Yo.createSubscription)(E),wm=Ko(E),vm=(0,Tr.configureStore)({reducer:le});n();n();var Ka=require("@multiversx/sdk-core/out");n();b();var za=e=>{let t=a.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(e.slice(0,t.length).equals(t))return!0;let o=a.Buffer.alloc(32).fill(0);return e.equals(o)},Xo=e=>{try{let r=parseInt("11",2),o=parseInt("01",2),i=a.Buffer.from(e,"hex"),p=i[31];if(za(i))return $t;let l=p&r;return l>3-1&&(l=p&o),l}catch(t){return-1}};n();var Zo=require("@multiversx/sdk-core");C();n();n();n();var Ya=require("@multiversx/sdk-core"),Xa=w(require("bignumber.js"));F();n();n();n();var yr="accounts";n();n();n();n();N();n();n();N();n();n();n();var rs=w(require("bignumber.js"));b();n();var ts=require("@multiversx/sdk-core"),hr=w(require("bignumber.js"));b();n();var Ja=w(require("bignumber.js"));n();hr.default.config({ROUNDING_MODE:hr.default.ROUND_FLOOR});n();n();n();b();n();n();n();n();b();n();b();n();var ns=require("@multiversx/sdk-core");b();n();var ke=require("@multiversx/sdk-core"),is=require("@multiversx/sdk-network-providers");b();n();n();var os=w(require("bignumber.js"));b();n();b();n();n();n();n();n();b();n();N();var ss=["reDelegateRewards","claimRewards","unBond"],cs=["wrapEgld","unwrapEgld"],ls=["unStake"],ps=["unDelegate"];n();n();n();b();n();var ms=w(require("bignumber.js"));n();n();N();n();var gs=w(require("bignumber.js"));n();n();n();var Ts=w(require("bignumber.js"));C();n();n();n();n();F();n();var xs=require("@multiversx/sdk-web-wallet-provider");b();n();var hs=w(require("qs"));n();n();var Sr=()=>typeof window!="undefined";n();var Ty={search:Sr()?window.location.search:"",removeParams:[]};n();n();n();n();N();n();n();n();var Ss=w(require("linkifyjs"));n();b();n();var ws=w(require("bignumber.js"));n();C();n();n();F();n();F();n();n();n();N();n();N();n();var vs=w(require("bignumber.js"));b();N();n();N();n();var oi=require("react");C();n();n();N();n();n();var bs=require("@multiversx/sdk-core/out"),As=w(require("bignumber.js"));N();n();C();n();n();C();var cx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var ii=require("react");C();n();var Es=require("react");N();var fx=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];ar();var St=e=>e.transactions,Le=g(St,e=>e.signedTransactions),eS=g(St,e=>e.signTransactionsError),tS=g(St,e=>e.signTransactionsCancelMessage),wt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),rS=g(Le,wt(no)),nS=g(Le,wt(it)),oS=g(Le,wt(at)),iS=g(Le,wt(oo)),aS=g(St,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(h({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>mr(r)))||[]})}),sS=g(Le,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();var ks=e=>e.dappConfig,pS=g(ks,e=>e.shouldUseWebViewProvider);F();n();n();function wr(){let e=G();return Gt(e)}function ye(e){return wr()===e}function De(){let e=window==null?void 0:window.location.search,t=E.getState(),r=G(),o=Ae(t),i=yo(t),p=ho(t);if(!r)throw"provider not initialized";return ye("ledger")&&i?new Promise(l=>{l(o)}):!ye("")&&!ye("wallet")&&!ye("extra")?r.getAddress():new Promise(l=>{if(p!=null){let m=new URLSearchParams(e),d=Object.fromEntries(m);me(d.address)&&l(d.address)}i&&l(o),l("")})}n();n();var si=w(require("axios"));n();n();var ai=e=>{let t=e!=null?e:So(E.getState());return t.endsWith("/")?t.slice(0,-1):t};function ci(e){return R(this,null,function*(){if(!e)return null;let r=`${ai()}/${yr}/${e}?withGuardianInfo=true`;try{let{data:o}=yield si.default.get(r);return o}catch(o){console.error("error fetching configuration for ",r)}return null})}function Ne(e){return R(this,null,function*(){return yield ci(e)})}n();J();function Ls(e){E.dispatch(He(e))}n();function vr(e){let t=E.getState(),r=To(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}n();function Ds(e){return R(this,null,function*(){let t=e;t==null&&(t=Ie(E.getState()).address);let r=yield Ne(t);if(r==null)throw"Could not read account, user not logged in";return r==null?void 0:r.balance})}n();J();var li=()=>R(void 0,null,function*(){try{let e=yield De();try{let t=yield Ne(e);if(t!=null){let r=S(h({},t),{nonce:vr(t)});return E.dispatch(Ge(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function Ns(){return R(this,null,function*(){let e=G();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return li();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?li():void 0}catch(t){console.error("Failed initializing provider ",t)}})}n();var vt=require("@multiversx/sdk-core");var Ps=r=>R(void 0,[r],function*({message:e,callbackRoute:t}){let o=yield De(),i=G(),p=window!=null&&window.location?`${window.location.origin}${t}`:`${t}`,l=new vt.SignableMessage({address:new vt.Address(o),message:a.Buffer.from(e,"ascii")});return yield i.signMessage(l,{callbackUrl:encodeURIComponent(p)})});n();M();C();function Rs(e){E.dispatch(Te({address:e,loginMethod:"extra"}))}0&&(module.exports={DAPP_INIT_ROUTE,EmptyProvider,addressIsValid,emptyProvider,getAccount,getAccountBalance,getAccountProvider,getAccountProviderType,getAddress,getExternalProvider,getIsProviderEqualTo,getLatestNonce,getLedgerConfiguration,getProviderType,getShardOfAddress,loginWithExternalProvider,newWalletProvider,refreshAccount,setNonce,signMessage});
|
|
1
|
+
"use strict";var pi=Object.create;var he=Object.defineProperty,ui=Object.defineProperties,di=Object.getOwnPropertyDescriptor,mi=Object.getOwnPropertyDescriptors,gi=Object.getOwnPropertyNames,Pe=Object.getOwnPropertySymbols,fi=Object.getPrototypeOf,bt=Object.prototype.hasOwnProperty,Ar=Object.prototype.propertyIsEnumerable;var br=(e,t,r)=>t in e?he(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,h=(e,t)=>{for(var r in t||(t={}))bt.call(t,r)&&br(e,r,t[r]);if(Pe)for(var r of Pe(t))Ar.call(t,r)&&br(e,r,t[r]);return e},S=(e,t)=>ui(e,mi(t));var Ir=(e,t)=>{var r={};for(var o in e)bt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Pe)for(var o of Pe(e))t.indexOf(o)<0&&Ar.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var Re=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),re=(e,t)=>{for(var r in t)he(e,r,{get:t[r],enumerable:!0})},Er=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of gi(t))!bt.call(e,i)&&i!==r&&he(e,i,{get:()=>t[i],enumerable:!(o=di(t,i))||o.enumerable});return e};var w=(e,t,r)=>(r=e!=null?pi(fi(e)):{},Er(t||!e||!e.__esModule?he(r,"default",{value:e,enumerable:!0}):r,e)),xe=e=>Er(he({},"__esModule",{value:!0}),e);var R=(e,t,r)=>new Promise((o,i)=>{var p=d=>{try{m(r.next(d))}catch(T){i(T)}},l=d=>{try{m(r.throw(d))}catch(T){i(T)}},m=d=>d.done?o(d.value):Promise.resolve(d.value).then(p,l);m((r=r.apply(e,t)).next())});var Dr=Re(Ce=>{"use strict";n();Ce.byteLength=yi;Ce.toByteArray=xi;Ce.fromByteArray=vi;var B=[],_=[],Ti=typeof Uint8Array!="undefined"?Uint8Array:Array,At="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ne=0,kr=At.length;ne<kr;++ne)B[ne]=At[ne],_[At.charCodeAt(ne)]=ne;var ne,kr;_["-".charCodeAt(0)]=62;_["_".charCodeAt(0)]=63;function Lr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function yi(e){var t=Lr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function hi(e,t,r){return(t+r)*3/4-r}function xi(e){var t,r=Lr(e),o=r[0],i=r[1],p=new Ti(hi(e,o,i)),l=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=_[e.charCodeAt(d)]<<18|_[e.charCodeAt(d+1)]<<12|_[e.charCodeAt(d+2)]<<6|_[e.charCodeAt(d+3)],p[l++]=t>>16&255,p[l++]=t>>8&255,p[l++]=t&255;return i===2&&(t=_[e.charCodeAt(d)]<<2|_[e.charCodeAt(d+1)]>>4,p[l++]=t&255),i===1&&(t=_[e.charCodeAt(d)]<<10|_[e.charCodeAt(d+1)]<<4|_[e.charCodeAt(d+2)]>>2,p[l++]=t>>8&255,p[l++]=t&255),p}function Si(e){return B[e>>18&63]+B[e>>12&63]+B[e>>6&63]+B[e&63]}function wi(e,t,r){for(var o,i=[],p=t;p<r;p+=3)o=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),i.push(Si(o));return i.join("")}function vi(e){for(var t,r=e.length,o=r%3,i=[],p=16383,l=0,m=r-o;l<m;l+=p)i.push(wi(e,l,l+p>m?m:l+p));return o===1?(t=e[r-1],i.push(B[t>>2]+B[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(B[t>>10]+B[t>>4&63]+B[t<<2&63]+"=")),i.join("")}});var Nr=Re(It=>{n();It.read=function(e,t,r,o,i){var p,l,m=i*8-o-1,d=(1<<m)-1,T=d>>1,x=-7,y=r?i-1:0,k=r?-1:1,L=e[t+y];for(y+=k,p=L&(1<<-x)-1,L>>=-x,x+=m;x>0;p=p*256+e[t+y],y+=k,x-=8);for(l=p&(1<<-x)-1,p>>=-x,x+=o;x>0;l=l*256+e[t+y],y+=k,x-=8);if(p===0)p=1-T;else{if(p===d)return l?NaN:(L?-1:1)*(1/0);l=l+Math.pow(2,o),p=p-T}return(L?-1:1)*l*Math.pow(2,p-o)};It.write=function(e,t,r,o,i,p){var l,m,d,T=p*8-i-1,x=(1<<T)-1,y=x>>1,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=o?0:p-1,Q=o?1:-1,j=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,l=x):(l=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-l))<1&&(l--,d*=2),l+y>=1?t+=k/d:t+=k*Math.pow(2,1-y),t*d>=2&&(l++,d/=2),l+y>=x?(m=0,l=x):l+y>=1?(m=(t*d-1)*Math.pow(2,i),l=l+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),l=0));i>=8;e[r+L]=m&255,L+=Q,m/=256,i-=8);for(l=l<<i|m,T+=i;T>0;e[r+L]=l&255,L+=Q,l/=256,T-=8);e[r+L-Q]|=j*128}});var Wr=Re(ue=>{"use strict";n();var Et=Dr(),pe=Nr(),Pr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ue.Buffer=u;ue.SlowBuffer=Li;ue.INSPECT_MAX_BYTES=50;var _e=2147483647;ue.kMaxLength=_e;u.TYPED_ARRAY_SUPPORT=bi();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function bi(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function z(e){if(e>_e)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Nt(e)}return _r(e,t,r)}u.poolSize=8192;function _r(e,t,r){if(typeof e=="string")return Ii(e,t);if(ArrayBuffer.isView(e))return Ei(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(U(e,ArrayBuffer)||e&&U(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(U(e,SharedArrayBuffer)||e&&U(e.buffer,SharedArrayBuffer)))return Lt(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=ki(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return _r(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function Mr(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 Ai(e,t,r){return Mr(e),e<=0?z(e):t!==void 0?typeof r=="string"?z(e).fill(t,r):z(e).fill(t):z(e)}u.alloc=function(e,t,r){return Ai(e,t,r)};function Nt(e){return Mr(e),z(e<0?0:Pt(e)|0)}u.allocUnsafe=function(e){return Nt(e)};u.allocUnsafeSlow=function(e){return Nt(e)};function Ii(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Or(e,t)|0,o=z(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function kt(e){for(var t=e.length<0?0:Pt(e.length)|0,r=z(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function Ei(e){if(U(e,Uint8Array)){var t=new Uint8Array(e);return Lt(t.buffer,t.byteOffset,t.byteLength)}return kt(e)}function Lt(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function ki(e){if(u.isBuffer(e)){var t=Pt(e.length)|0,r=z(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||Rt(e.length)?z(0):kt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return kt(e.data)}function Pt(e){if(e>=_e)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+_e.toString(16)+" bytes");return e|0}function Li(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(U(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),U(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,p=0,l=Math.min(o,i);p<l;++p)if(t[p]!==r[p]){o=t[p],i=r[p];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),p=0;for(o=0;o<t.length;++o){var l=t[o];if(U(l,Uint8Array))p+l.length>i.length?u.from(l).copy(i,p):Uint8Array.prototype.set.call(i,l,p);else if(u.isBuffer(l))l.copy(i,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=l.length}return i};function Or(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||U(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 r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Dt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Gr(e).length;default:if(i)return o?-1:Dt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Or;function Di(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return Ui(this,t,r);case"utf8":case"utf-8":return Br(this,t,r);case"ascii":return Fi(this,t,r);case"latin1":case"binary":return Bi(this,t,r);case"base64":return Mi(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $i(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function oe(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)oe(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)oe(this,r,r+3),oe(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)oe(this,r,r+7),oe(this,r+1,r+6),oe(this,r+2,r+5),oe(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Br(this,0,t):Di.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ue.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};Pr&&(u.prototype[Pr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,p){if(U(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),p===void 0&&(p=this.length),r<0||o>t.length||i<0||p>this.length)throw new RangeError("out of range index");if(i>=p&&r>=o)return 0;if(i>=p)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,p>>>=0,this===t)return 0;for(var l=p-i,m=o-r,d=Math.min(l,m),T=this.slice(i,p),x=t.slice(r,o),y=0;y<d;++y)if(T[y]!==x[y]){l=T[y],m=x[y];break}return l<m?-1:m<l?1:0};function Fr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Rt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Rr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Rr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Rr(e,t,r,o,i){var p=1,l=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;p=2,l/=2,m/=2,r/=2}function d(L,Q){return p===1?L[Q]:L.readUInt16BE(Q*p)}var T;if(i){var x=-1;for(T=r;T<l;T++)if(d(e,T)===d(t,x===-1?0:T-x)){if(x===-1&&(x=T),T-x+1===m)return x*p}else x!==-1&&(T-=T-x),x=-1}else for(r+m>l&&(r=l-m),T=r;T>=0;T--){for(var y=!0,k=0;k<m;k++)if(d(e,T+k)!==d(t,k)){y=!1;break}if(y)return T}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return Fr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return Fr(this,t,r,o,!1)};function Ni(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var p=t.length;o>p/2&&(o=p/2);for(var l=0;l<o;++l){var m=parseInt(t.substr(l*2,2),16);if(Rt(m))return l;e[r+l]=m}return l}function Pi(e,t,r,o){return Me(Dt(t,e.length-r),e,r,o)}function Ri(e,t,r,o){return Me(Wi(t),e,r,o)}function Ci(e,t,r,o){return Me(Gr(t),e,r,o)}function _i(e,t,r,o){return Me(Hi(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-r;if((o===void 0||o>p)&&(o=p),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var l=!1;;)switch(i){case"hex":return Ni(this,t,r,o);case"utf8":case"utf-8":return Pi(this,t,r,o);case"ascii":case"latin1":case"binary":return Ri(this,t,r,o);case"base64":return Ci(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _i(this,t,r,o);default:if(l)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),l=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Mi(e,t,r){return t===0&&r===e.length?Et.fromByteArray(e):Et.fromByteArray(e.slice(t,r))}function Br(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var p=e[i],l=null,m=p>239?4:p>223?3:p>191?2:1;if(i+m<=r){var d,T,x,y;switch(m){case 1:p<128&&(l=p);break;case 2:d=e[i+1],(d&192)===128&&(y=(p&31)<<6|d&63,y>127&&(l=y));break;case 3:d=e[i+1],T=e[i+2],(d&192)===128&&(T&192)===128&&(y=(p&15)<<12|(d&63)<<6|T&63,y>2047&&(y<55296||y>57343)&&(l=y));break;case 4:d=e[i+1],T=e[i+2],x=e[i+3],(d&192)===128&&(T&192)===128&&(x&192)===128&&(y=(p&15)<<18|(d&63)<<12|(T&63)<<6|x&63,y>65535&&y<1114112&&(l=y))}}l===null?(l=65533,m=1):l>65535&&(l-=65536,o.push(l>>>10&1023|55296),l=56320|l&1023),o.push(l),i+=m}return Oi(o)}var Cr=4096;function Oi(e){var t=e.length;if(t<=Cr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=Cr));return r}function Fi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Bi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function Ui(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",p=t;p<r;++p)i+=qi[e[p]];return i}function $i(e,t,r){for(var o=e.slice(t,r),i="",p=0;p<o.length-1;p+=2)i+=String.fromCharCode(o[p]+o[p+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function I(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=this[t],p=1,l=0;++l<r&&(p*=256);)i+=this[t+l]*p;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=this[t+--r],p=1;r>0&&(p*=256);)i+=this[t+--r]*p;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||I(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||I(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||I(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||I(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||I(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=this[t],p=1,l=0;++l<r&&(p*=256);)i+=this[t+l]*p;return p*=128,i>=p&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||I(t,r,this.length);for(var i=r,p=1,l=this[t+--i];i>0&&(p*=256);)l+=this[t+--i]*p;return p*=128,l>=p&&(l-=Math.pow(2,8*r)),l};u.prototype.readInt8=function(t,r){return t=t>>>0,r||I(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||I(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||I(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||I(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||I(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||I(t,4,this.length),pe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||I(t,4,this.length),pe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||I(t,8,this.length),pe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||I(t,8,this.length),pe.read(this,t,!1,52,8)};function D(e,t,r,o,i,p){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<p)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var p=Math.pow(2,8*o)-1;D(this,t,r,o,p,0)}var l=1,m=0;for(this[r]=t&255;++m<o&&(l*=256);)this[r+m]=t/l&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var p=Math.pow(2,8*o)-1;D(this,t,r,o,p,0)}var l=o-1,m=1;for(this[r+l]=t&255;--l>=0&&(m*=256);)this[r+l]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var p=Math.pow(2,8*o-1);D(this,t,r,o,p-1,-p)}var l=0,m=1,d=0;for(this[r]=t&255;++l<o&&(m*=256);)t<0&&d===0&&this[r+l-1]!==0&&(d=1),this[r+l]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var p=Math.pow(2,8*o-1);D(this,t,r,o,p-1,-p)}var l=o-1,m=1,d=0;for(this[r+l]=t&255;--l>=0&&(m*=256);)t<0&&d===0&&this[r+l+1]!==0&&(d=1),this[r+l]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||D(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Ur(e,t,r,o,i,p){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function $r(e,t,r,o,i){return t=+t,r=r>>>0,i||Ur(e,t,r,4,34028234663852886e22,-34028234663852886e22),pe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return $r(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return $r(this,t,r,!1,o)};function Vr(e,t,r,o,i){return t=+t,r=r>>>0,i||Ur(e,t,r,8,17976931348623157e292,-17976931348623157e292),pe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Vr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Vr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var p=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),p};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var p=t.charCodeAt(0);(i==="utf8"&&p<128||i==="latin1")&&(t=p)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var l;if(typeof t=="number")for(l=r;l<o;++l)this[l]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(l=0;l<o-r;++l)this[l+r]=m[l%d]}return this};var Vi=/[^+/0-9A-Za-z-_]/g;function Gi(e){if(e=e.split("=")[0],e=e.trim().replace(Vi,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Dt(e,t){t=t||1/0;for(var r,o=e.length,i=null,p=[],l=0;l<o;++l){if(r=e.charCodeAt(l),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&p.push(239,191,189);continue}else if(l+1===o){(t-=3)>-1&&p.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&p.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&p.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;p.push(r)}else if(r<2048){if((t-=2)<0)break;p.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;p.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;p.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return p}function Wi(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Hi(e,t){for(var r,o,i,p=[],l=0;l<e.length&&!((t-=2)<0);++l)r=e.charCodeAt(l),o=r>>8,i=r%256,p.push(i),p.push(o);return p}function Gr(e){return Et.toByteArray(Gi(e))}function Me(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function U(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function Rt(e){return e!==e}var qi=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Kr=Re((Bs,zr)=>{n();var v=zr.exports={},$,V;function Ct(){throw new Error("setTimeout has not been defined")}function _t(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?$=setTimeout:$=Ct}catch(e){$=Ct}try{typeof clearTimeout=="function"?V=clearTimeout:V=_t}catch(e){V=_t}})();function Hr(e){if($===setTimeout)return setTimeout(e,0);if(($===Ct||!$)&&setTimeout)return $=setTimeout,setTimeout(e,0);try{return $(e,0)}catch(t){try{return $.call(null,e,0)}catch(r){return $.call(this,e,0)}}}function ji(e){if(V===clearTimeout)return clearTimeout(e);if((V===_t||!V)&&clearTimeout)return V=clearTimeout,clearTimeout(e);try{return V(e)}catch(t){try{return V.call(null,e)}catch(r){return V.call(this,e)}}}var K=[],de=!1,ie,Oe=-1;function zi(){!de||!ie||(de=!1,ie.length?K=ie.concat(K):Oe=-1,K.length&&qr())}function qr(){if(!de){var e=Hr(zi);de=!0;for(var t=K.length;t;){for(ie=K,K=[];++Oe<t;)ie&&ie[Oe].run();Oe=-1,t=K.length}ie=null,de=!1,ji(e)}}v.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];K.push(new jr(e,t)),K.length===1&&!de&&Hr(qr)};function jr(e,t){this.fun=e,this.array=t}jr.prototype.run=function(){this.fun.apply(null,this.array)};v.title="browser";v.browser=!0;v.env={};v.argv=[];v.version="";v.versions={};function Y(){}v.on=Y;v.addListener=Y;v.once=Y;v.off=Y;v.removeListener=Y;v.removeAllListeners=Y;v.emit=Y;v.prependListener=Y;v.prependOnceListener=Y;v.listeners=function(e){return[]};v.binding=function(e){throw new Error("process.binding is not supported")};v.cwd=function(){return"/"};v.chdir=function(e){throw new Error("process.chdir is not supported")};v.umask=function(){return 0}});var a,s,Us,n=f(()=>{a=w(Wr()),s=w(Kr()),Us=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var Xr=f(()=>{"use strict";n()});var Zr=f(()=>{"use strict";n()});var Qr=f(()=>{"use strict";n()});var Jr=f(()=>{"use strict";n()});var F=f(()=>{"use strict";n()});var en=f(()=>{"use strict";n()});var tn=f(()=>{"use strict";n()});var N=f(()=>{"use strict";n()});var rn=f(()=>{"use strict";n()});var nn=f(()=>{"use strict";n()});var on=f(()=>{"use strict";n()});var C=f(()=>{"use strict";n();Zr();Qr();Jr();F();en();tn();N();rn();nn();on()});var Mt,an,ac,sn,sc,cn,cc,lc,pc,ln=f(()=>{"use strict";n();C();Mt={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:an,egldLabel:ac}=Mt["devnet"],{chainId:sn,egldLabel:sc}=Mt["testnet"],{chainId:cn,egldLabel:cc}=Mt["mainnet"],lc={["devnet"]:an,["testnet"]:sn,["mainnet"]:cn},pc={[an]:"devnet",[sn]:"testnet",[cn]:"mainnet"}});var Ot=f(()=>{"use strict";n()});var pn=f(()=>{"use strict";n()});var un,Ft=f(()=>{"use strict";n();un="transaction-status-toast-id"});var G,dn=f(()=>{"use strict";n();G=require("@multiversx/sdk-web-wallet-provider")});var mn=f(()=>{"use strict";n()});var Bt,Ut,gn,fn,$t,Fe,Tn,ge,b=f(()=>{"use strict";n();Xr();ln();Ot();pn();Ft();dn();mn();Bt=5e4,Ut=1e9,gn=1,fn=1,$t=4294967295,Fe="logout",Tn="login",ge="0"});var $e,Ht=f(()=>{"use strict";n();$e=()=>Date.now()/1e3});var bn=f(()=>{"use strict";n()});var An=f(()=>{"use strict";n()});var In=f(()=>{"use strict";n();Ht();bn();An()});var jt={};re(jt,{getItem:()=>ea,localStorageKeys:()=>se,removeItem:()=>ta,setItem:()=>Ji});var se,qt,Ji,ea,ta,Se=f(()=>{"use strict";n();In();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},qt=typeof localStorage!="undefined",Ji=({key:e,data:t,expires:r})=>{!qt||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},ea=e=>{if(!qt)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:$e()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},ta=e=>{!qt||localStorage.removeItem(String(e))}});var zt={};re(zt,{clear:()=>Dn,getItem:()=>kn,removeItem:()=>Ln,setItem:()=>En,storage:()=>ra});var En,kn,Ln,Dn,ra,Nn=f(()=>{"use strict";n();En=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},kn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},Ln=e=>sessionStorage.removeItem(String(e)),Dn=()=>sessionStorage.clear(),ra={setItem:En,getItem:kn,removeItem:Ln,clear:Dn}});var fe,Ve=f(()=>{"use strict";n();Se();Nn();fe={session:zt,local:jt}});var Kt,A,Te,M=f(()=>{"use strict";n();Kt=require("@reduxjs/toolkit");b();A=(0,Kt.createAction)(Fe),Te=(0,Kt.createAction)(Tn,e=>({payload:e}))});var Xt,Pn,Rn,Ge,Yt,Cn,We,el,He,tl,rl,nl,ol,il,al,sl,cl,qe,je=f(()=>{"use strict";n();Xt=require("@multiversx/sdk-core"),Pn=require("@reduxjs/toolkit"),Rn=require("redux-persist");b();Ve();Se();M();Ge={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ge},Yt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Ge},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Cn=(0,Pn.createSlice)({name:"accountInfoSlice",initialState:Yt,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Xt.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:Ge},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(A,()=>(fe.local.removeItem(se.loginExpiresAt),Yt)),e.addCase(Te,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Xt.Address(o).hex()}),e.addCase(Rn.REHYDRATE,(t,r)=>{var T;if(!((T=r.payload)!=null&&T.account))return;let{account:o}=r.payload,{address:i,shard:p,accounts:l,publicKey:m}=o;t.address=i,t.shard=p;let d=l&&i in l;t.accounts=d?l:Yt.accounts,t.publicKey=m})}}),{setAccount:We,setAddress:el,setAccountNonce:He,setAccountShard:tl,setLedgerAccount:rl,updateLedgerAccount:nl,setWalletConnectAccount:ol,setIsAccountLoading:il,setAccountLoadingError:al,setWebsocketEvent:sl,setWebsocketBatchEvent:cl}=Cn.actions,qe=Cn.reducer});function we(){return new Date().setHours(new Date().getHours()+24)}function ve(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var Zt=f(()=>{"use strict";n();Ve();Se()});var Mn,_n,On,hl,xl,Sl,wl,vl,bl,Fn,Al,ze,Ke=f(()=>{"use strict";n();Mn=require("@reduxjs/toolkit");Zt();F();M();_n={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},On=(0,Mn.createSlice)({name:"loginInfoSlice",initialState:_n,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(A,()=>_n),e.addCase(Te,(t,r)=>{t.loginMethod=r.payload.loginMethod,ve(we())})}}),{setLoginMethod:hl,setWalletConnectLogin:xl,setLedgerLogin:Sl,setTokenLogin:wl,setTokenLoginSignature:vl,setWalletLogin:bl,invalidateLoginSession:Fn,setLogoutRoute:Al}=On.actions,ze=On.reducer});var Un,Bn,$n,Ll,Dl,Nl,Pl,Ye,Xe=f(()=>{"use strict";n();Un=require("@reduxjs/toolkit");M();Bn={},$n=(0,Un.createSlice)({name:"modalsSlice",initialState:Bn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(A,()=>Bn)}}),{setTxSubmittedModal:Ll,setNotificationModal:Dl,clearTxSubmittedModal:Nl,clearNotificationModal:Pl}=$n.actions,Ye=$n.reducer});var Vn=f(()=>{"use strict";n()});var Gn=f(()=>{"use strict";n();Vn()});function Qt(e){return e[Math.floor(Math.random()*e.length)]}var Wn=f(()=>{"use strict";n()});var Hn=f(()=>{"use strict";n();Ot()});var qn=f(()=>{"use strict";n();Gn();Wn();Hn()});var jn,zn,Jt,na,Kn,zl,Kl,Ze,Qe=f(()=>{"use strict";n();jn=require("@reduxjs/toolkit"),zn=w(require("lodash.omit"));qn();Jt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},na={network:Jt,chainID:"-1"},Kn=(0,jn.createSlice)({name:"appConfig",initialState:na,reducers:{initializeNetworkConfig:(e,t)=>{let r=Qt(t.payload.walletConnectBridgeAddresses),o=Qt(t.payload.walletConnectV2RelayAddresses),i=(0,zn.default)(t.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(h(h({},e.network),i),{walletConnectBridgeAddress:r,walletConnectV2RelayAddress:o})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:zl,setChainID:Kl}=Kn.actions,Ze=Kn.reducer});var Yn,er,Xn,ep,tp,rp,Je,et=f(()=>{"use strict";n();Yn=require("@reduxjs/toolkit");C();M();er={isSigning:!1,signedSessions:{}},Xn=(0,Yn.createSlice)({name:"signedMessageInfoSliceState",initialState:er,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=o},setSignSessionState:(e,t)=>h(h({},e),t.payload),clearSignedMessageInfo:()=>er},extraReducers:e=>{e.addCase(A,()=>er)}}),{setSignSession:ep,clearSignedMessageInfo:tp,setSignSessionState:rp}=Xn.actions,Je=Xn.reducer});var Qn,Jn,Zn,eo,pp,up,dp,mp,gp,fp,tt,rt=f(()=>{"use strict";n();Qn=require("@reduxjs/toolkit"),Jn=require("redux-persist");Ft();C();Ht();M();Zn={customToasts:[],transactionToasts:[],failTransactionToast:null},eo=(0,Qn.createSlice)({name:"toastsSlice",initialState:Zn,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(S(h({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:$e(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=S(h({},t.payload),{toastId:un})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(A,()=>Zn),e.addCase(Jn.REHYDRATE,(t,r)=>{var i,p;let o=(p=(i=r.customToasts)==null?void 0:i.filter(l=>!("component"in l)))!=null?p:[];t.customToasts=o})}}),{addCustomToast:pp,removeCustomToast:up,addTransactionToast:dp,removeTransactionToast:mp,addFailTransactionToast:gp,removeFailTransactionToast:fp}=eo.actions,tt=eo.reducer});var to,rr,nr,or,oa,tr,ro,xp,Sp,wp,nt,ot=f(()=>{"use strict";n();to=require("@reduxjs/toolkit");M();rr="Transaction failed",nr="Transaction successful",or="Processing transaction",oa="Transaction submitted",tr={},ro=(0,to.createSlice)({name:"transactionsInfo",initialState:tr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||rr,successMessage:(o==null?void 0:o.successMessage)||nr,processingMessage:(o==null?void 0:o.processingMessage)||or,submittedMessage:(o==null?void 0:o.submittedMessage)||oa,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>tr},extraReducers:e=>{e.addCase(A,()=>tr)}}),{clearTransactionsInfo:xp,setTransactionsDisplayInfo:Sp,clearTransactionsInfoForSessionId:wp}=ro.actions,nt=ro.reducer});function no(e){return e!=null&&(ma(e)||ya(e))}function it(e){return e!=null&&(ga(e)||ha(e))}function at(e){return e!=null&&(fa(e)||xa(e))}function oo(e){return e!=null&&Ta(e)}function ma(e){return e!=null&&aa.includes(e)}function ga(e){return e!=null&&sa.includes(e)}function fa(e){return e!=null&&ca.includes(e)}function Ta(e){return e!=null&&la.includes(e)}function ya(e){return e!=null&&pa.includes(e)}function ha(e){return e!=null&&ua.includes(e)}function xa(e){return e!=null&&da.includes(e)}var aa,sa,ca,la,pa,ua,da,ar=f(()=>{"use strict";n();F();aa=["sent"],sa=["success"],ca=["fail","cancelled","timedOut"],la=["timedOut"],pa=["pending"],ua=["success"],da=["fail","invalid"]});var io,ao,be,Sa,so,Np,Pp,Rp,Cp,_p,Mp,Op,Fp,Bp,Up,st,ct=f(()=>{"use strict";n();io=require("@reduxjs/toolkit"),ao=require("redux-persist");F();ar();M();be={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Sa={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},so=(0,io.createSlice)({name:"transactionsSlice",initialState:be,reducers:{moveTransactionsToSignedState:(e,t)=>{var d,T;let{sessionId:r,transactions:o,errorMessage:i,status:p,redirectRoute:l}=t.payload,m=((d=e.customTransactionInformationForSessionId)==null?void 0:d[r])||Sa;e.signedTransactions[r]={transactions:o,status:p,errorMessage:i,redirectRoute:l,customTransactionInformation:m},((T=e==null?void 0:e.transactionsToSign)==null?void 0:T.sessionId)===r&&(e.transactionsToSign=be.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=h(h({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:p}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),p!=null&&(e.signedTransactions[r].transactions=p))},updateSignedTransactionStatus:(e,t)=>{var m,d,T,x,y,k;let{sessionId:r,status:o,errorMessage:i,transactionHash:p}=t.payload,l=(d=(m=e.signedTransactions)==null?void 0:m[r])==null?void 0:d.transactions;if(l!=null){e.signedTransactions[r].transactions=l.map(j=>j.hash===p?S(h({},j),{status:o,errorMessage:i}):j);let L=(x=(T=e.signedTransactions[r])==null?void 0:T.transactions)==null?void 0:x.every(j=>it(j.status)),Q=(k=(y=e.signedTransactions[r])==null?void 0:y.transactions)==null?void 0:k.every(j=>at(j.status));L&&(e.signedTransactions[r].status="success"),Q&&(e.signedTransactions[r].status="fail")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=be.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=be.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(A,()=>be),e.addCase(ao.REHYDRATE,(t,r)=>{var l;if(t.signTransactionsCancelMessage=null,!((l=r.payload)!=null&&l.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,p=Object.entries(o).reduce((m,[d,T])=>{let x=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-x>0||(m[d]=T),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=p)})}}),{updateSignedTransactionStatus:Np,updateSignedTransactions:Pp,setTransactionsToSign:Rp,clearAllTransactionsToSign:Cp,clearAllSignedTransactions:_p,clearSignedTransaction:Mp,clearTransactionToSign:Op,setSignTransactionsError:Fp,setSignTransactionsCancelMessage:Bp,moveTransactionsToSignedState:Up}=so.actions,st=so.reducer});var co,sr,lo,Wp,Hp,qp,jp,lt,pt=f(()=>{"use strict";n();co=require("@reduxjs/toolkit");M();sr={},lo=(0,co.createSlice)({name:"batchTransactionsSlice",initialState:sr,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>sr},extraReducers:e=>{e.addCase(A,()=>sr)}}),{setBatchTransactions:Wp,updateBatchTransactions:Hp,clearBatchTransactions:qp,clearAllBatchTransactions:jp}=lo.actions,lt=lo.reducer});var uo,po,mo,Xp,go,cr=f(()=>{"use strict";n();uo=require("@reduxjs/toolkit");M();po={},mo=(0,uo.createSlice)({name:"dappConfigSlice",initialState:po,reducers:{setDappConfig:(e,t)=>{e=h(h({},e),t.payload)}},extraReducers:e=>{e.addCase(A,()=>po)}}),{setDappConfig:Xp}=mo.actions,go=mo.reducer});var J=f(()=>{"use strict";n();je();Ke();Xe();Qe();et();rt();ot();ct();pt();cr()});var gr=f(()=>{"use strict";n()});var Lo,ko,Do,Md,Od,Fd,Bd,Ud,$d,No,Po=f(()=>{"use strict";n();Lo=require("@reduxjs/toolkit");M();ko={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Do=(0,Lo.createSlice)({name:"dappModalsSlice",initialState:ko,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=h({},t.payload)}},extraReducers:e=>{e.addCase(A,()=>ko)}}),{setDappModalVisibility:Md,setDappModalHeaderVisibility:Od,setDappModalFooterVisibility:Fd,setDappModalHeaderText:Bd,setDappModalFooterText:Ud,setDappModalConfig:$d}=Do.actions,No=Do.reducer});var Ro,Ea,ka,le,Tt=f(()=>{"use strict";n();Ro=require("@reduxjs/toolkit");gr();je();pt();cr();Po();Ke();Xe();Qe();et();rt();ot();ct();Ea={["account"]:qe,["dappModal"]:No,["dappConfig"]:go,["loginInfo"]:ze,["modals"]:Ye,["networkConfig"]:Ze,["signedMessageInfo"]:Je,["toasts"]:tt,["transactionsInfo"]:nt,["transactions"]:st,["batchTransactions"]:lt},ka=(e={})=>(0,Ro.combineReducers)(h(h({},Ea),e)),le=ka});var Oo={};re(Oo,{default:()=>Wa,sessionStorageReducers:()=>fr});function Z(e,t=[]){return{key:e,version:1,storage:_o.default,blacklist:t}}var P,Co,_o,La,Ee,Da,Na,Pa,Ra,Ca,_a,Ma,Oa,Fa,Ba,Mo,Ua,fr,$a,Va,Ga,Wa,Fo=f(()=>{"use strict";n();P=require("redux-persist"),Co=w(require("redux-persist/lib/storage")),_o=w(require("redux-persist/lib/storage/session"));Tt();J();je();pt();Ke();Xe();Qe();et();rt();ot();ct();gr();La={persistReducersStorageType:"localStorage"},Ee={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Da=Z(Ee["account"]),Na=Z(Ee["loginInfo"]),Pa=Z(Ee["modals"]),Ra=Z(Ee["networkConfig"]),Ca={2:e=>S(h({},e),{networkConfig:Jt})};_a=Z("sdk-dapp-transactionsInfo"),Ma=Z("sdk-dapp-transactions",["transactionsToSign"]),Oa=Z("sdk-dapp-batchTransactions",["batchTransactions"]),Fa=Z("sdk-dapp-toasts"),Ba=Z("sdk-dapp-signedMessageInfo"),Mo={key:"sdk-dapp-store",version:2,storage:Co.default,whitelist:Object.keys(Ee),migrate:(0,P.createMigrate)(Ca,{debug:!1})},Ua=S(h({},Mo),{whitelist:[]}),fr={["toasts"]:(0,P.persistReducer)(Fa,tt),["transactions"]:(0,P.persistReducer)(Ma,st),["transactionsInfo"]:(0,P.persistReducer)(_a,nt),["batchTransactions"]:(0,P.persistReducer)(Oa,lt),["signedMessageInfo"]:(0,P.persistReducer)(Ba,Je)},$a=S(h({},fr),{["account"]:(0,P.persistReducer)(Da,qe),["loginInfo"]:(0,P.persistReducer)(Na,ze),["modals"]:(0,P.persistReducer)(Pa,Ye),["networkConfig"]:(0,P.persistReducer)(Ra,Ze)}),Va=La.persistReducersStorageType==="localStorage",Ga=Va?(0,P.persistReducer)(Mo,le(fr)):(0,P.persistReducer)(Ua,le($a)),Wa=Ga});var Bo={};re(Bo,{default:()=>Ha});var Ha,Uo=f(()=>{"use strict";n();Tt();Ha=le()});var $o={};re($o,{default:()=>ja});var O,qa,ja,Vo=f(()=>{"use strict";n();O=require("redux-persist"),qa=[O.FLUSH,O.REHYDRATE,O.PAUSE,O.PERSIST,O.PURGE,O.REGISTER],ja=qa});var Ho={};re(Ho,{default:()=>Wo});function Wo(e){return(0,Go.persistStore)(e)}var Go,qo=f(()=>{"use strict";n();Go=require("redux-persist")});var Cs={};re(Cs,{DAPP_INIT_ROUTE:()=>wn,EmptyProvider:()=>ae,addressIsValid:()=>me,emptyProvider:()=>Ue,getAccount:()=>Ne,getAccountBalance:()=>Ds,getAccountProvider:()=>W,getAccountProviderType:()=>wr,getAddress:()=>De,getExternalProvider:()=>vn,getIsProviderEqualTo:()=>ye,getLatestNonce:()=>vr,getLedgerConfiguration:()=>Xi,getProviderType:()=>Wt,getShardOfAddress:()=>Xo,loginWithExternalProvider:()=>Rs,newWalletProvider:()=>Yi,refreshAccount:()=>Ns,setNonce:()=>Ls,signMessage:()=>Ps});module.exports=xe(Cs);n();n();var Yr=require("@multiversx/sdk-core");function Ki(e){try{let t=new Yr.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function me(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Ki(e)}n();n();n();n();var hn=require("@multiversx/sdk-extension-provider"),xn=require("@multiversx/sdk-hw-provider"),Sn=require("@multiversx/sdk-opera-provider"),Gt=require("@multiversx/sdk-web-wallet-provider");b();F();n();var Vt=ae,yn=Vt;var wn="/dapp/init",Wt=e=>{switch(e==null?void 0:e.constructor){case Gt.WalletProvider:return"wallet";case Vt:return"walletconnect";case yn:return"walletconnectv2";case xn.HWProvider:return"ledger";case hn.ExtensionProvider:return"extension";case Sn.OperaProvider:return"opera";case ae:return"";default:return"extra"}},Yi=e=>new Gt.WalletProvider(`${e}${wn}`),Xi=e=>R(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let t=e.hwApp,{contractData:r,version:o}=yield t.getAppConfiguration();return{version:o,dataEnabled:r===fn}}),X=e=>`Unable to perform ${e}, Provider not initialized`,ae=class{init(){return Promise.resolve(!1)}login(t){throw new Error(X(`login with options: ${t}`))}logout(t){throw new Error(X(`logout with options: ${t}`))}getAddress(){throw new Error(X("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,r){throw new Error(X(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(X(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(X(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(X(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(X(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(X(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},Ue=new ae;var Zi=Ue,Qi=null;function W(){return Zi||Ue}function vn(){return Qi}n();n();J();n();var fo=w(require("lodash.isequal")),ut=require("reselect");C();var g=(0,ut.createSelectorCreator)(ut.defaultMemoize,fo.default),dt=(e,t)=>e!=""&&Boolean(t);var H=e=>e.account,Ae=g(H,e=>e.address),Ie=g(H,Ae,(e,t)=>t in e.accounts?e.accounts[t]:Ge),mu=g(H,Ie,(e,t)=>{let i=e,{accounts:r}=i,o=Ir(i,["accounts"]);return S(h({},o),{account:t})}),gu=g(Ie,e=>e.balance),To=g(Ie,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),fu=g(H,e=>e.shard),Tu=g(H,e=>e.ledgerAccount),yu=g(H,e=>e.walletConnectAccount),hu=g(H,e=>e.isAccountLoading),xu=g(H,e=>e.accountLoadingError),Su=g(H,e=>e.websocketEvent),wu=g(H,e=>e.websocketBatchEvent);n();var ee=e=>e.loginInfo,Iu=g(ee,e=>e.loginMethod),yo=g(ee,Ae,(e,t)=>dt(e.loginMethod,t)),Eu=g(ee,e=>e.walletConnectLogin),ku=g(ee,e=>e.ledgerLogin),ho=g(ee,e=>e.walletLogin),Lu=g(ee,e=>e.isLoginSessionInvalid),Du=g(ee,e=>e.tokenLogin),Nu=g(ee,e=>e.logoutRoute);n();var xo=e=>e.modals,Cu=g(xo,e=>e.txSubmittedModal),_u=g(xo,e=>e.notificationModal);n();var ce=e=>e.networkConfig,Fu=g(ce,e=>e.chainID),Bu=g(ce,e=>e.network.walletConnectBridgeAddress),Uu=g(ce,e=>e.network.walletConnectV2RelayAddress),$u=g(ce,e=>e.network.walletConnectV2ProjectId),Vu=g(ce,e=>e.network.walletConnectV2Options),Gu=g(ce,e=>e.network.walletConnectDeepLink),lr=g(ce,e=>e.network),So=g(lr,e=>e.apiAddress),wo=g(lr,e=>e.explorerAddress),Wu=g(lr,e=>e.egldLabel);n();var mt=e=>e.signedMessageInfo,ju=g(mt,e=>e.isSigning),zu=g(mt,e=>e.errorMessage),Ku=g(mt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Yu=g(mt,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var pr=e=>e.toasts,Qu=g(pr,e=>e.customToasts),Ju=g(pr,e=>e.transactionToasts),ed=g(pr,e=>e.failTransactionToast);n();J();var vo={errorMessage:rr,successMessage:nr,processingMessage:or},wa=e=>e.transactionsInfo,od=g(wa,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||vo);n();n();var q=require("@multiversx/sdk-core"),Ao=require("@multiversx/sdk-core/out/signature");b();n();var dr=require("@multiversx/sdk-core/out");n();n();function ur(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();n();n();var bo=e=>{let t=e!=null?e:"";return ur(t)?dr.TransactionPayload.fromEncoded(t):new dr.TransactionPayload(t)};function mr(e){var r,o,i;let t=new q.Transaction(h(h({value:e.value.valueOf(),data:bo(e.data),nonce:e.nonce.valueOf(),receiver:new q.Address(e.receiver),sender:new q.Address(e.sender),gasLimit:(r=e.gasLimit.valueOf())!=null?r:Bt,gasPrice:(o=e.gasPrice.valueOf())!=null?o:Ut,chainID:e.chainID.valueOf(),version:new q.TransactionVersion((i=e.version)!=null?i:gn)},e.options?{options:new q.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new q.Address(e.guardian)}:{}));return e.guardianSignature&&t.applyGuardianSignature({hex:()=>e.guardianSignature||""}),t.applySignature(new Ao.Signature(e.signature)),t}n();n();n();n();var Tr=require("@reduxjs/toolkit"),Yo=require("react-redux/lib/utils/Subscription");J();n();var Io=w(require("lodash.throttle"));b();J();Zt();Ve();Se();var ba=[Fe],gt=!1,Aa=(0,Io.default)(()=>{ve(we())},5e3),Eo=e=>t=>r=>{var d;if(ba.includes(r.type))return t(r);let o=e.getState(),i=fe.local.getItem(se.loginExpiresAt);if(!dt((d=o==null?void 0:o.loginInfo)==null?void 0:d.loginMethod,o==null?void 0:o.account.address))return t(r);if(i==null)return ve(we());let l=Date.now();return i-l<0&&!gt?setTimeout(()=>{gt=!0,e.dispatch(Fn())},1e3):(gt&&(gt=!1),Aa()),t(r)};n();n();function ft(){return typeof sessionStorage!="undefined"}var jo=ft()?(Fo(),xe(Oo)).default:(Uo(),xe(Bo)).default,zo=ft()?(Vo(),xe($o)).default:[],Ko=ft()?(qo(),xe(Ho)).default:e=>e;Tt();var E=(0,Tr.configureStore)({reducer:jo,middleware:e=>e({serializableCheck:{ignoredActions:[...zo,He.type,We.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Eo)}),Sm=(0,Yo.createSubscription)(E),wm=Ko(E),vm=(0,Tr.configureStore)({reducer:le});n();n();var Ka=require("@multiversx/sdk-core/out");n();b();var za=e=>{let t=a.Buffer.from([0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);if(e.slice(0,t.length).equals(t))return!0;let o=a.Buffer.alloc(32).fill(0);return e.equals(o)},Xo=e=>{try{let r=parseInt("11",2),o=parseInt("01",2),i=a.Buffer.from(e,"hex"),p=i[31];if(za(i))return $t;let l=p&r;return l>3-1&&(l=p&o),l}catch(t){return-1}};n();var Zo=require("@multiversx/sdk-core");C();n();n();n();var Ya=require("@multiversx/sdk-core"),Xa=w(require("bignumber.js"));F();n();n();n();var yr="accounts";n();n();n();n();N();n();n();N();n();n();n();var rs=w(require("bignumber.js"));b();n();var ts=require("@multiversx/sdk-core"),hr=w(require("bignumber.js"));b();n();var Ja=w(require("bignumber.js"));n();hr.default.config({ROUNDING_MODE:hr.default.ROUND_FLOOR});n();n();n();b();n();n();n();n();b();n();b();n();var ns=require("@multiversx/sdk-core");b();n();var ke=require("@multiversx/sdk-core"),is=require("@multiversx/sdk-network-providers");b();n();n();var os=w(require("bignumber.js"));b();n();b();n();n();n();n();n();b();n();N();var ss=["reDelegateRewards","claimRewards","unBond"],cs=["wrapEgld","unwrapEgld"],ls=["unStake"],ps=["unDelegate"];n();n();n();b();n();var ms=w(require("bignumber.js"));n();n();N();n();var gs=w(require("bignumber.js"));n();n();n();var Ts=w(require("bignumber.js"));C();n();n();n();n();F();n();var xs=require("@multiversx/sdk-web-wallet-provider");b();n();var hs=w(require("qs"));n();n();var Sr=()=>typeof window!="undefined";n();var Ty={search:Sr()?window.location.search:"",removeParams:[]};n();n();n();n();N();n();n();n();var Ss=w(require("linkifyjs"));n();b();n();var ws=w(require("bignumber.js"));n();C();n();n();F();n();F();n();n();n();N();n();N();n();var vs=w(require("bignumber.js"));b();N();n();N();n();var oi=require("react");C();n();n();N();n();n();var bs=require("@multiversx/sdk-core/out"),As=w(require("bignumber.js"));N();n();C();n();n();C();var cx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var ii=require("react");C();n();var Es=require("react");N();var fx=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];ar();var St=e=>e.transactions,Le=g(St,e=>e.signedTransactions),eS=g(St,e=>e.signTransactionsError),tS=g(St,e=>e.signTransactionsCancelMessage),wt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),rS=g(Le,wt(no)),nS=g(Le,wt(it)),oS=g(Le,wt(at)),iS=g(Le,wt(oo)),aS=g(St,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:S(h({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>mr(r)))||[]})}),sS=g(Le,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});n();var ks=e=>e.dappConfig,pS=g(ks,e=>e.shouldUseWebViewProvider);F();n();n();function wr(){let e=W();return Wt(e)}function ye(e){return wr()===e}function De(){let e=window==null?void 0:window.location.search,t=E.getState(),r=W(),o=Ae(t),i=yo(t),p=ho(t);if(!r)throw"provider not initialized";return ye("ledger")&&i?new Promise(l=>{l(o)}):!ye("")&&!ye("wallet")&&!ye("extra")?r.getAddress():new Promise(l=>{if(p!=null){let m=new URLSearchParams(e),d=Object.fromEntries(m);me(d.address)&&l(d.address)}i&&l(o),l("")})}n();n();var si=w(require("axios"));n();n();var ai=e=>{let t=e!=null?e:So(E.getState());return t.endsWith("/")?t.slice(0,-1):t};function ci(e){return R(this,null,function*(){if(!e)return null;let r=`${ai()}/${yr}/${e}?withGuardianInfo=true`;try{let{data:o}=yield si.default.get(r);return o}catch(o){console.error("error fetching configuration for ",r)}return null})}function Ne(e){return R(this,null,function*(){return yield ci(e)})}n();J();function Ls(e){E.dispatch(He(e))}n();function vr(e){let t=E.getState(),r=To(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}n();function Ds(e){return R(this,null,function*(){let t=e;t==null&&(t=Ie(E.getState()).address);let r=yield Ne(t);if(r==null)throw"Could not read account, user not logged in";return r==null?void 0:r.balance})}n();J();var li=()=>R(void 0,null,function*(){try{let e=yield De();try{let t=yield Ne(e);if(t!=null){let r=S(h({},t),{nonce:vr(t)});return E.dispatch(We(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function Ns(){return R(this,null,function*(){let e=W();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return li();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?li():void 0}catch(t){console.error("Failed initializing provider ",t)}})}n();var vt=require("@multiversx/sdk-core");var Ps=r=>R(void 0,[r],function*({message:e,callbackRoute:t}){let o=yield De(),i=W(),p=window!=null&&window.location?`${window.location.origin}${t}`:`${t}`,l=new vt.SignableMessage({address:new vt.Address(o),message:a.Buffer.from(e,"ascii")});return yield i.signMessage(l,{callbackUrl:encodeURIComponent(p)})});n();M();C();function Rs(e){E.dispatch(Te({address:e,loginMethod:"extra"}))}0&&(module.exports={DAPP_INIT_ROUTE,EmptyProvider,addressIsValid,emptyProvider,getAccount,getAccountBalance,getAccountProvider,getAccountProviderType,getAddress,getExternalProvider,getIsProviderEqualTo,getLatestNonce,getLedgerConfiguration,getProviderType,getShardOfAddress,loginWithExternalProvider,newWalletProvider,refreshAccount,setNonce,signMessage});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var _r=Object.create;var M=Object.defineProperty;var Lr=Object.getOwnPropertyDescriptor;var Ur=Object.getOwnPropertyNames;var Dr=Object.getPrototypeOf,Nr=Object.prototype.hasOwnProperty;var Pr=(t,r)=>()=>(t&&(r=t(t=0)),r);var G=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Mr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},er=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Ur(r))!Nr.call(t,i)&&i!==e&&M(t,i,{get:()=>r[i],enumerable:!(n=Lr(r,i))||n.enumerable});return t};var tr=(t,r,e)=>(e=t!=null?_r(Dr(t)):{},er(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Gr=t=>er(M({},"__esModule",{value:!0}),t);var ar=G(O=>{"use strict";c();O.byteLength=Hr;O.toByteArray=Wr;O.fromByteArray=zr;var S=[],v=[],Or=typeof Uint8Array!="undefined"?Uint8Array:Array,V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(R=0,nr=V.length;R<nr;++R)S[R]=V[R],v[V.charCodeAt(R)]=R;var R,nr;v["-".charCodeAt(0)]=62;v["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Hr(t){var r=ir(t),e=r[0],n=r[1];return(e+n)*3/4-n}function qr(t,r,e){return(r+e)*3/4-e}function Wr(t){var r,e=ir(t),n=e[0],i=e[1],a=new Or(qr(t,n,i)),o=0,u=i>0?n-4:n,p;for(p=0;p<u;p+=4)r=v[t.charCodeAt(p)]<<18|v[t.charCodeAt(p+1)]<<12|v[t.charCodeAt(p+2)]<<6|v[t.charCodeAt(p+3)],a[o++]=r>>16&255,a[o++]=r>>8&255,a[o++]=r&255;return i===2&&(r=v[t.charCodeAt(p)]<<2|v[t.charCodeAt(p+1)]>>4,a[o++]=r&255),i===1&&(r=v[t.charCodeAt(p)]<<10|v[t.charCodeAt(p+1)]<<4|v[t.charCodeAt(p+2)]>>2,a[o++]=r>>8&255,a[o++]=r&255),a}function Vr(t){return S[t>>18&63]+S[t>>12&63]+S[t>>6&63]+S[t&63]}function Yr(t,r,e){for(var n,i=[],a=r;a<e;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(Vr(n));return i.join("")}function zr(t){for(var r,e=t.length,n=e%3,i=[],a=16383,o=0,u=e-n;o<u;o+=a)i.push(Yr(t,o,o+a>u?u:o+a));return n===1?(r=t[e-1],i.push(S[r>>2]+S[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(S[r>>10]+S[r>>4&63]+S[r<<2&63]+"=")),i.join("")}});var or=G(Y=>{c();Y.read=function(t,r,e,n,i){var a,o,u=i*8-n-1,p=(1<<u)-1,f=p>>1,g=-7,l=e?i-1:0,F=e?-1:1,w=t[r+l];for(l+=F,a=w&(1<<-g)-1,w>>=-g,g+=u;g>0;a=a*256+t[r+l],l+=F,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[r+l],l+=F,g-=8);if(a===0)a=1-f;else{if(a===p)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(w?-1:1)*o*Math.pow(2,a-n)};Y.write=function(t,r,e,n,i,a){var o,u,p,f=a*8-i-1,g=(1<<f)-1,l=g>>1,F=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:a-1,L=n?1:-1,Cr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(u=isNaN(r)?1:0,o=g):(o=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+l>=1?r+=F/p:r+=F*Math.pow(2,1-l),r*p>=2&&(o++,p/=2),o+l>=g?(u=0,o=g):o+l>=1?(u=(r*p-1)*Math.pow(2,i),o=o+l):(u=r*Math.pow(2,l-1)*Math.pow(2,i),o=0));i>=8;t[e+w]=u&255,w+=L,u/=256,i-=8);for(o=o<<i|u,f+=i;f>0;t[e+w]=o&255,w+=L,o/=256,f-=8);t[e+w-L]|=Cr*128}});var Tr=G(D=>{"use strict";c();var z=ar(),U=or(),sr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=Zr;D.INSPECT_MAX_BYTES=50;var H=2147483647;D.kMaxLength=H;s.TYPED_ARRAY_SUPPORT=Qr();!s.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 Qr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function B(t){if(t>H)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(t)}return cr(t,r,e)}s.poolSize=8192;function cr(t,r,e){if(typeof t=="string")return Jr(t,r);if(ArrayBuffer.isView(t))return Kr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(b(t,ArrayBuffer)||t&&b(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(b(t,SharedArrayBuffer)||t&&b(t.buffer,SharedArrayBuffer)))return X(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=jr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,r,e){return cr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function lr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Xr(t,r,e){return lr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return Xr(t,r,e)};function K(t){return lr(t),B(t<0?0:j(t)|0)}s.allocUnsafe=function(t){return K(t)};s.allocUnsafeSlow=function(t){return K(t)};function Jr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=fr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function Q(t){for(var r=t.length<0?0:j(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Kr(t){if(b(t,Uint8Array)){var r=new Uint8Array(t);return X(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function X(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function jr(t){if(s.isBuffer(t)){var r=j(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||Z(t.length)?B(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function j(t){if(t>=H)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+H.toString(16)+" bytes");return t|0}function Zr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(b(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),b(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,a=0,o=Math.min(n,i);a<o;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var o=r[n];if(b(o,Uint8Array))a+o.length>i.length?s.from(o).copy(i,a):Uint8Array.prototype.set.call(i,o,a);else if(s.isBuffer(o))o.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=o.length}return i};function fr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||b(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return mr(t).length;default:if(i)return n?-1:J(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=fr;function $r(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return pe(this,r,e);case"utf8":case"utf-8":return hr(this,r,e);case"ascii":return se(this,r,e);case"latin1":case"binary":return ue(this,r,e);case"base64":return ae(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ce(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)C(this,e,e+1);return this};s.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)C(this,e,e+3),C(this,e+1,e+2);return this};s.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)C(this,e,e+7),C(this,e+1,e+6),C(this,e+2,e+5),C(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?hr(this,0,r):$r.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=D.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};sr&&(s.prototype[sr]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,a){if(b(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var o=a-i,u=n-e,p=Math.min(o,u),f=this.slice(i,a),g=r.slice(e,n),l=0;l<p;++l)if(f[l]!==g[l]){o=f[l],u=g[l];break}return o<u?-1:u<o?1:0};function gr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,Z(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:ur(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ur(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function ur(t,r,e,n,i){var a=1,o=t.length,u=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,o/=2,u/=2,e/=2}function p(w,L){return a===1?w[L]:w.readUInt16BE(L*a)}var f;if(i){var g=-1;for(f=e;f<o;f++)if(p(t,f)===p(r,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===u)return g*a}else g!==-1&&(f-=f-g),g=-1}else for(e+u>o&&(e=o-u),f=e;f>=0;f--){for(var l=!0,F=0;F<u;F++)if(p(t,f+F)!==p(r,F)){l=!1;break}if(l)return f}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return gr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return gr(this,r,e,n,!1)};function re(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var u=parseInt(r.substr(o*2,2),16);if(Z(u))return o;t[e+o]=u}return o}function ee(t,r,e,n){return q(J(r,t.length-e),t,e,n)}function te(t,r,e,n){return q(ge(r),t,e,n)}function ne(t,r,e,n){return q(mr(r),t,e,n)}function ie(t,r,e,n){return q(he(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return re(this,r,e,n);case"utf8":case"utf-8":return ee(this,r,e,n);case"ascii":case"latin1":case"binary":return te(this,r,e,n);case"base64":return ne(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ae(t,r,e){return r===0&&e===t.length?z.fromByteArray(t):z.fromByteArray(t.slice(r,e))}function hr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,u=a>239?4:a>223?3:a>191?2:1;if(i+u<=e){var p,f,g,l;switch(u){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(l=(a&31)<<6|p&63,l>127&&(o=l));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(l=(a&15)<<12|(p&63)<<6|f&63,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:p=t[i+1],f=t[i+2],g=t[i+3],(p&192)===128&&(f&192)===128&&(g&192)===128&&(l=(a&15)<<18|(p&63)<<12|(f&63)<<6|g&63,l>65535&&l<1114112&&(o=l))}}o===null?(o=65533,u=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=u}return oe(n)}var pr=4096;function oe(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=pr));return e}function se(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function ue(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function pe(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=de[t[a]];return i}function ce(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function x(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||x(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||x(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||x(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||x(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||x(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=e,a=1,o=this[r+--i];i>0&&(a*=256);)o+=this[r+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(r,e){return r=r>>>0,e||x(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||x(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||x(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||x(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||x(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||x(r,4,this.length),U.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||x(r,4,this.length),U.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||x(r,8,this.length),U.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||x(r,8,this.length),U.read(this,r,!1,52,8)};function T(t,r,e,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=1,u=0;for(this[e]=r&255;++u<n&&(o*=256);)this[e+u]=r/o&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=n-1,u=1;for(this[e+o]=r&255;--o>=0&&(u*=256);)this[e+o]=r/u&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=0,u=1,p=0;for(this[e]=r&255;++o<n&&(u*=256);)r<0&&p===0&&this[e+o-1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=n-1,u=1,p=0;for(this[e+o]=r&255;--o>=0&&(u*=256);)r<0&&p===0&&this[e+o+1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function dr(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,4,34028234663852886e22,-34028234663852886e22),U.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return yr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return yr(this,r,e,!1,n)};function xr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,8,17976931348623157e292,-17976931348623157e292),U.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return xr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return xr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),a};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var u=s.isBuffer(r)?r:s.from(r,i),p=u.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=u[o%p]}return this};var le=/[^+/0-9A-Za-z-_]/g;function fe(t){if(t=t.split("=")[0],t=t.trim().replace(le,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function J(t,r){r=r||1/0;for(var e,n=t.length,i=null,a=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function ge(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function he(t,r){for(var e,n,i,a=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function mr(t){return z.toByteArray(fe(t))}function q(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function b(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function Z(t){return t!==t}var de=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var br=G((Ae,Sr)=>{c();var h=Sr.exports={},I,k;function $(){throw new Error("setTimeout has not been defined")}function rr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=$}catch(t){I=$}try{typeof clearTimeout=="function"?k=clearTimeout:k=rr}catch(t){k=rr}})();function wr(t){if(I===setTimeout)return setTimeout(t,0);if((I===$||!I)&&setTimeout)return I=setTimeout,setTimeout(t,0);try{return I(t,0)}catch(r){try{return I.call(null,t,0)}catch(e){return I.call(this,t,0)}}}function ye(t){if(k===clearTimeout)return clearTimeout(t);if((k===rr||!k)&&clearTimeout)return k=clearTimeout,clearTimeout(t);try{return k(t)}catch(r){try{return k.call(null,t)}catch(e){return k.call(this,t)}}}var A=[],N=!1,_,W=-1;function xe(){!N||!_||(N=!1,_.length?A=_.concat(A):W=-1,A.length&&vr())}function vr(){if(!N){var t=wr(xe);N=!0;for(var r=A.length;r;){for(_=A,A=[];++W<r;)_&&_[W].run();W=-1,r=A.length}_=null,N=!1,ye(t)}}h.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];A.push(new Fr(t,r)),A.length===1&&!N&&wr(vr)};function Fr(t,r){this.fun=t,this.array=r}Fr.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function E(){}h.on=E;h.addListener=E;h.once=E;h.off=E;h.removeListener=E;h.removeAllListeners=E;h.emit=E;h.prependListener=E;h.prependOnceListener=E;h.listeners=function(t){return[]};h.binding=function(t){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(t){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var d,y,Ee,c=Pr(()=>{d=tr(Tr()),y=tr(br()),Ee=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var Se={};Mr(Se,{ESDTTransferTypes:()=>Ar,getAddressFromDataField:()=>Rr,isContract:()=>Te,isSelfESDTContract:()=>Er});module.exports=Gr(Se);c();var P=require("@multiversx/sdk-core");c();c();c();c();c();c();c();c();c();c();c();c();var Ir=require("@multiversx/sdk-core");function me(t){try{let r=new Ir.Address(t);return Boolean(r.bech32())}catch(r){return!1}}function kr(t){return(t==null?void 0:t.startsWith("erd"))&&t.length===62&&/^\w+$/.test(t)&&me(t)}c();function Br(t){try{let r=atob(t),e=btoa(r),n=d.Buffer.from(t,"base64").toString(),i=d.Buffer.from(n).toString("base64");if(t===e&&t===i||r===n)return!0}catch(r){return!1}return!1}var Ar=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Te(t,r,e=""){if(!kr(t))return!1;if(new P.Address(t).isContractAddress())return!0;let a=Rr({receiver:t,data:e});return a?new P.Address(a).isContractAddress()||Er(t,r,e):!1}var we=t=>t.toLowerCase().match(/[0-9a-f]/g),ve=t=>t.length%2===0;function Er(t,r,e){let n=e==null?void 0:e.split("@");if(n==null)return!1;let[i,...a]=n,o=r!=null&&t!=null&&t===r,u=Ar.includes(i),p=a.every(f=>we(f)&&ve(f));return o&&u&&p}function Rr({receiver:t,data:r}){try{if(!r)return t;let e=Br(r)?P.TransactionPayload.fromEncoded(r).toString():r,n=Fe(e),i=e.split("@");return n>-1?i[n]:t}catch(e){console.log(e);return}}function Fe(t){return t.includes("MultiESDTNFTTransfer")?1:t.includes("ESDTNFTTransfer")?4:-1}0&&(module.exports={ESDTTransferTypes,getAddressFromDataField,isContract,isSelfESDTContract});
|
|
1
|
+
"use strict";var _r=Object.create;var M=Object.defineProperty;var Lr=Object.getOwnPropertyDescriptor;var Ur=Object.getOwnPropertyNames;var Dr=Object.getPrototypeOf,Nr=Object.prototype.hasOwnProperty;var Pr=(t,r)=>()=>(t&&(r=t(t=0)),r);var G=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Mr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},er=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Ur(r))!Nr.call(t,i)&&i!==e&&M(t,i,{get:()=>r[i],enumerable:!(n=Lr(r,i))||n.enumerable});return t};var tr=(t,r,e)=>(e=t!=null?_r(Dr(t)):{},er(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Gr=t=>er(M({},"__esModule",{value:!0}),t);var ar=G(O=>{"use strict";c();O.byteLength=Hr;O.toByteArray=Wr;O.fromByteArray=zr;var S=[],v=[],Or=typeof Uint8Array!="undefined"?Uint8Array:Array,V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(R=0,nr=V.length;R<nr;++R)S[R]=V[R],v[V.charCodeAt(R)]=R;var R,nr;v["-".charCodeAt(0)]=62;v["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Hr(t){var r=ir(t),e=r[0],n=r[1];return(e+n)*3/4-n}function qr(t,r,e){return(r+e)*3/4-e}function Wr(t){var r,e=ir(t),n=e[0],i=e[1],a=new Or(qr(t,n,i)),o=0,u=i>0?n-4:n,p;for(p=0;p<u;p+=4)r=v[t.charCodeAt(p)]<<18|v[t.charCodeAt(p+1)]<<12|v[t.charCodeAt(p+2)]<<6|v[t.charCodeAt(p+3)],a[o++]=r>>16&255,a[o++]=r>>8&255,a[o++]=r&255;return i===2&&(r=v[t.charCodeAt(p)]<<2|v[t.charCodeAt(p+1)]>>4,a[o++]=r&255),i===1&&(r=v[t.charCodeAt(p)]<<10|v[t.charCodeAt(p+1)]<<4|v[t.charCodeAt(p+2)]>>2,a[o++]=r>>8&255,a[o++]=r&255),a}function Vr(t){return S[t>>18&63]+S[t>>12&63]+S[t>>6&63]+S[t&63]}function Yr(t,r,e){for(var n,i=[],a=r;a<e;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(Vr(n));return i.join("")}function zr(t){for(var r,e=t.length,n=e%3,i=[],a=16383,o=0,u=e-n;o<u;o+=a)i.push(Yr(t,o,o+a>u?u:o+a));return n===1?(r=t[e-1],i.push(S[r>>2]+S[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(S[r>>10]+S[r>>4&63]+S[r<<2&63]+"=")),i.join("")}});var or=G(Y=>{c();Y.read=function(t,r,e,n,i){var a,o,u=i*8-n-1,p=(1<<u)-1,f=p>>1,g=-7,l=e?i-1:0,F=e?-1:1,w=t[r+l];for(l+=F,a=w&(1<<-g)-1,w>>=-g,g+=u;g>0;a=a*256+t[r+l],l+=F,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[r+l],l+=F,g-=8);if(a===0)a=1-f;else{if(a===p)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(w?-1:1)*o*Math.pow(2,a-n)};Y.write=function(t,r,e,n,i,a){var o,u,p,f=a*8-i-1,g=(1<<f)-1,l=g>>1,F=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:a-1,L=n?1:-1,Cr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(u=isNaN(r)?1:0,o=g):(o=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+l>=1?r+=F/p:r+=F*Math.pow(2,1-l),r*p>=2&&(o++,p/=2),o+l>=g?(u=0,o=g):o+l>=1?(u=(r*p-1)*Math.pow(2,i),o=o+l):(u=r*Math.pow(2,l-1)*Math.pow(2,i),o=0));i>=8;t[e+w]=u&255,w+=L,u/=256,i-=8);for(o=o<<i|u,f+=i;f>0;t[e+w]=o&255,w+=L,o/=256,f-=8);t[e+w-L]|=Cr*128}});var Tr=G(D=>{"use strict";c();var z=ar(),U=or(),sr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=Zr;D.INSPECT_MAX_BYTES=50;var H=2147483647;D.kMaxLength=H;s.TYPED_ARRAY_SUPPORT=Qr();!s.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 Qr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function B(t){if(t>H)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(t)}return cr(t,r,e)}s.poolSize=8192;function cr(t,r,e){if(typeof t=="string")return Jr(t,r);if(ArrayBuffer.isView(t))return Kr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(b(t,ArrayBuffer)||t&&b(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(b(t,SharedArrayBuffer)||t&&b(t.buffer,SharedArrayBuffer)))return X(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=jr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,r,e){return cr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function lr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Xr(t,r,e){return lr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return Xr(t,r,e)};function K(t){return lr(t),B(t<0?0:j(t)|0)}s.allocUnsafe=function(t){return K(t)};s.allocUnsafeSlow=function(t){return K(t)};function Jr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=fr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function Q(t){for(var r=t.length<0?0:j(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Kr(t){if(b(t,Uint8Array)){var r=new Uint8Array(t);return X(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function X(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function jr(t){if(s.isBuffer(t)){var r=j(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||Z(t.length)?B(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function j(t){if(t>=H)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+H.toString(16)+" bytes");return t|0}function Zr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(b(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),b(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,a=0,o=Math.min(n,i);a<o;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var o=r[n];if(b(o,Uint8Array))a+o.length>i.length?s.from(o).copy(i,a):Uint8Array.prototype.set.call(i,o,a);else if(s.isBuffer(o))o.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=o.length}return i};function fr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||b(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return mr(t).length;default:if(i)return n?-1:J(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=fr;function $r(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return pe(this,r,e);case"utf8":case"utf-8":return hr(this,r,e);case"ascii":return se(this,r,e);case"latin1":case"binary":return ue(this,r,e);case"base64":return ae(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ce(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)C(this,e,e+1);return this};s.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)C(this,e,e+3),C(this,e+1,e+2);return this};s.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)C(this,e,e+7),C(this,e+1,e+6),C(this,e+2,e+5),C(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?hr(this,0,r):$r.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=D.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};sr&&(s.prototype[sr]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,a){if(b(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var o=a-i,u=n-e,p=Math.min(o,u),f=this.slice(i,a),g=r.slice(e,n),l=0;l<p;++l)if(f[l]!==g[l]){o=f[l],u=g[l];break}return o<u?-1:u<o?1:0};function gr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,Z(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:ur(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ur(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function ur(t,r,e,n,i){var a=1,o=t.length,u=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,o/=2,u/=2,e/=2}function p(w,L){return a===1?w[L]:w.readUInt16BE(L*a)}var f;if(i){var g=-1;for(f=e;f<o;f++)if(p(t,f)===p(r,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===u)return g*a}else g!==-1&&(f-=f-g),g=-1}else for(e+u>o&&(e=o-u),f=e;f>=0;f--){for(var l=!0,F=0;F<u;F++)if(p(t,f+F)!==p(r,F)){l=!1;break}if(l)return f}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return gr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return gr(this,r,e,n,!1)};function re(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var u=parseInt(r.substr(o*2,2),16);if(Z(u))return o;t[e+o]=u}return o}function ee(t,r,e,n){return q(J(r,t.length-e),t,e,n)}function te(t,r,e,n){return q(ge(r),t,e,n)}function ne(t,r,e,n){return q(mr(r),t,e,n)}function ie(t,r,e,n){return q(he(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return re(this,r,e,n);case"utf8":case"utf-8":return ee(this,r,e,n);case"ascii":case"latin1":case"binary":return te(this,r,e,n);case"base64":return ne(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ae(t,r,e){return r===0&&e===t.length?z.fromByteArray(t):z.fromByteArray(t.slice(r,e))}function hr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,u=a>239?4:a>223?3:a>191?2:1;if(i+u<=e){var p,f,g,l;switch(u){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(l=(a&31)<<6|p&63,l>127&&(o=l));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(l=(a&15)<<12|(p&63)<<6|f&63,l>2047&&(l<55296||l>57343)&&(o=l));break;case 4:p=t[i+1],f=t[i+2],g=t[i+3],(p&192)===128&&(f&192)===128&&(g&192)===128&&(l=(a&15)<<18|(p&63)<<12|(f&63)<<6|g&63,l>65535&&l<1114112&&(o=l))}}o===null?(o=65533,u=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=u}return oe(n)}var pr=4096;function oe(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=pr));return e}function se(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function ue(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function pe(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=de[t[a]];return i}function ce(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function x(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||x(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||x(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||x(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||x(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||x(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||x(r,e,this.length);for(var i=e,a=1,o=this[r+--i];i>0&&(a*=256);)o+=this[r+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(r,e){return r=r>>>0,e||x(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||x(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||x(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||x(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||x(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||x(r,4,this.length),U.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||x(r,4,this.length),U.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||x(r,8,this.length),U.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||x(r,8,this.length),U.read(this,r,!1,52,8)};function T(t,r,e,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=1,u=0;for(this[e]=r&255;++u<n&&(o*=256);)this[e+u]=r/o&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=n-1,u=1;for(this[e+o]=r&255;--o>=0&&(u*=256);)this[e+o]=r/u&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=0,u=1,p=0;for(this[e]=r&255;++o<n&&(u*=256);)r<0&&p===0&&this[e+o-1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=n-1,u=1,p=0;for(this[e+o]=r&255;--o>=0&&(u*=256);)r<0&&p===0&&this[e+o+1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function dr(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,4,34028234663852886e22,-34028234663852886e22),U.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return yr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return yr(this,r,e,!1,n)};function xr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,8,17976931348623157e292,-17976931348623157e292),U.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return xr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return xr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),a};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var u=s.isBuffer(r)?r:s.from(r,i),p=u.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=u[o%p]}return this};var le=/[^+/0-9A-Za-z-_]/g;function fe(t){if(t=t.split("=")[0],t=t.trim().replace(le,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function J(t,r){r=r||1/0;for(var e,n=t.length,i=null,a=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function ge(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function he(t,r){for(var e,n,i,a=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function mr(t){return z.toByteArray(fe(t))}function q(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function b(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function Z(t){return t!==t}var de=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var br=G((Ae,Sr)=>{c();var h=Sr.exports={},k,I;function $(){throw new Error("setTimeout has not been defined")}function rr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?k=setTimeout:k=$}catch(t){k=$}try{typeof clearTimeout=="function"?I=clearTimeout:I=rr}catch(t){I=rr}})();function wr(t){if(k===setTimeout)return setTimeout(t,0);if((k===$||!k)&&setTimeout)return k=setTimeout,setTimeout(t,0);try{return k(t,0)}catch(r){try{return k.call(null,t,0)}catch(e){return k.call(this,t,0)}}}function ye(t){if(I===clearTimeout)return clearTimeout(t);if((I===rr||!I)&&clearTimeout)return I=clearTimeout,clearTimeout(t);try{return I(t)}catch(r){try{return I.call(null,t)}catch(e){return I.call(this,t)}}}var A=[],N=!1,_,W=-1;function xe(){!N||!_||(N=!1,_.length?A=_.concat(A):W=-1,A.length&&vr())}function vr(){if(!N){var t=wr(xe);N=!0;for(var r=A.length;r;){for(_=A,A=[];++W<r;)_&&_[W].run();W=-1,r=A.length}_=null,N=!1,ye(t)}}h.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];A.push(new Fr(t,r)),A.length===1&&!N&&wr(vr)};function Fr(t,r){this.fun=t,this.array=r}Fr.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function E(){}h.on=E;h.addListener=E;h.once=E;h.off=E;h.removeListener=E;h.removeAllListeners=E;h.emit=E;h.prependListener=E;h.prependOnceListener=E;h.listeners=function(t){return[]};h.binding=function(t){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(t){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var d,y,Ee,c=Pr(()=>{d=tr(Tr()),y=tr(br()),Ee=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var Se={};Mr(Se,{ESDTTransferTypes:()=>Ar,getAddressFromDataField:()=>Rr,isContract:()=>Te,isSelfESDTContract:()=>Er});module.exports=Gr(Se);c();var P=require("@multiversx/sdk-core");c();c();c();c();c();c();c();c();c();c();c();c();var kr=require("@multiversx/sdk-core");function me(t){try{let r=new kr.Address(t);return Boolean(r.bech32())}catch(r){return!1}}function Ir(t){return(t==null?void 0:t.startsWith("erd"))&&t.length===62&&/^\w+$/.test(t)&&me(t)}c();function Br(t){try{let r=atob(t),e=btoa(r),n=d.Buffer.from(t,"base64").toString(),i=d.Buffer.from(n).toString("base64");if(t===e&&t===i||r===n)return!0}catch(r){return!1}return!1}var Ar=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Te(t,r,e=""){if(!Ir(t))return!1;if(new P.Address(t).isContractAddress())return!0;let a=Rr({receiver:t,data:e});return a?new P.Address(a).isContractAddress()||Er(t,r,e):!1}var we=t=>t.toLowerCase().match(/[0-9a-f]/g),ve=t=>t.length%2===0;function Er(t,r,e){let n=e==null?void 0:e.split("@");if(n==null)return!1;let[i,...a]=n,o=r!=null&&t!=null&&t===r,u=Ar.includes(i),p=a.every(f=>we(f)&&ve(f));return o&&u&&p}function Rr({receiver:t,data:r}){try{if(!r)return t;let e=Br(r)?P.TransactionPayload.fromEncoded(r).toString():r,n=Fe(e),i=e.split("@");return n>-1?i[n]:t}catch(e){console.log(e);return}}function Fe(t){return t.includes("MultiESDTNFTTransfer")?1:t.includes("ESDTNFTTransfer")?4:-1}0&&(module.exports={ESDTTransferTypes,getAddressFromDataField,isContract,isSelfESDTContract});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|