@multiversx/sdk-dapp 2.14.4 → 2.14.5
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/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.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/LedgerGuardianSigningModalError.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/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.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/TransactionData.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-Z5J4KYS4.js → chunk-227PIFHJ.js} +2 -2
- package/__chunks__/{chunk-Y45HECK3.js → chunk-26JJZN6W.js} +2 -2
- package/__chunks__/{chunk-PQH2E33V.js → chunk-2A55W5J6.js} +2 -2
- package/__chunks__/{chunk-FMHS53L2.js → chunk-2ANYBRLN.js} +2 -2
- package/__chunks__/{chunk-FALDLO5J.js → chunk-2FD27C7T.js} +2 -2
- package/__chunks__/{chunk-635DGGEZ.js → chunk-2FXGMQ3S.js} +2 -2
- package/__chunks__/{chunk-XPO7HQNJ.js → chunk-2HJBIJXJ.js} +2 -2
- package/__chunks__/{chunk-WYC35YN5.js → chunk-2KOT5A6U.js} +2 -2
- package/__chunks__/{chunk-4HLBG6FV.js → chunk-2UZ4MFQC.js} +2 -2
- package/__chunks__/{chunk-OKNX6OPM.js → chunk-2VK6P4O6.js} +2 -2
- package/__chunks__/chunk-2XUNKBEM.js +2 -0
- package/__chunks__/chunk-2ZG27GCE.js +2 -0
- package/__chunks__/{chunk-JDDXX4XK.js → chunk-3CBN7R3F.js} +2 -2
- package/__chunks__/chunk-3PHJ6U5C.js +2 -0
- package/__chunks__/{chunk-JSD4JECW.js → chunk-3S3MPIFQ.js} +2 -2
- package/__chunks__/{chunk-ZOO6MTHQ.js → chunk-3TZTKPJN.js} +2 -2
- package/__chunks__/{chunk-SXXNWPUP.js → chunk-44IAI5C5.js} +2 -2
- package/__chunks__/{chunk-RL3UM3UC.js → chunk-44JKED6W.js} +2 -2
- package/__chunks__/{chunk-DDBEV3M5.js → chunk-44SOBIJT.js} +2 -2
- package/__chunks__/{chunk-EW3SEUQV.js → chunk-4B3DD27S.js} +2 -2
- package/__chunks__/{chunk-NKHBIONP.js → chunk-4FEECUQR.js} +2 -2
- package/__chunks__/chunk-4HQ2JNNI.js +2 -0
- package/__chunks__/{chunk-NAUXCAHX.js → chunk-4OZD3S6I.js} +2 -2
- package/__chunks__/{chunk-4M4ZG6UK.js → chunk-4PBZBL4S.js} +2 -2
- package/__chunks__/chunk-4QQFMIZ5.js +2 -0
- package/__chunks__/{chunk-SD2GJCO7.js → chunk-4TFTP5RO.js} +2 -2
- package/__chunks__/chunk-4UOL7BFP.js +2 -0
- package/__chunks__/{chunk-CEWLSMXS.js → chunk-4WRW2TDW.js} +2 -2
- package/__chunks__/{chunk-Z54DAJHV.js → chunk-4ZEQOJG2.js} +2 -2
- package/__chunks__/{chunk-5JPDPSOU.js → chunk-525SCMTB.js} +2 -2
- package/__chunks__/{chunk-QEWHY26T.js → chunk-5AIM25YR.js} +2 -2
- package/__chunks__/{chunk-LNQARCOO.js → chunk-5DIICYEZ.js} +2 -2
- package/__chunks__/{chunk-PZODOGW5.js → chunk-5IZBRUG5.js} +2 -2
- package/__chunks__/{chunk-YKAKLVB7.js → chunk-5JVZM4CL.js} +2 -2
- package/__chunks__/{chunk-NUWNMCYM.js → chunk-5SF7X4NC.js} +2 -2
- package/__chunks__/{chunk-EVOUYW77.js → chunk-5YEUVHSB.js} +2 -2
- package/__chunks__/{chunk-KKG5HGC2.js → chunk-5YRF6I4O.js} +2 -2
- package/__chunks__/{chunk-G67YB5IT.js → chunk-665ZPR6B.js} +2 -2
- package/__chunks__/{chunk-OBKYH7E7.js → chunk-66P7X5DN.js} +2 -2
- package/__chunks__/{chunk-RS66KCFE.js → chunk-6AKAKOPX.js} +2 -2
- package/__chunks__/chunk-6AR2UXRZ.js +2 -0
- package/__chunks__/{chunk-6VU3LZIS.js → chunk-6CN7FOSZ.js} +2 -2
- package/__chunks__/{chunk-AJJUE6BQ.js → chunk-6ECO56AR.js} +2 -2
- package/__chunks__/{chunk-EFBSLWOT.js → chunk-6GNYCS7K.js} +2 -2
- package/__chunks__/chunk-6K3CHAPG.js +2 -0
- package/__chunks__/{chunk-TMXR7CZN.js → chunk-6MJZZVQA.js} +2 -2
- package/__chunks__/{chunk-ZRF45QPZ.js → chunk-6NIVPKD7.js} +2 -2
- package/__chunks__/{chunk-E6ARLC2I.js → chunk-6NMX4F2R.js} +2 -2
- package/__chunks__/{chunk-W7WSJP4R.js → chunk-6NXHTQAA.js} +2 -2
- package/__chunks__/{chunk-JFYYTG2B.js → chunk-6O3PJDHO.js} +2 -2
- package/__chunks__/{chunk-F2IU3HVC.js → chunk-6QQ4ACXD.js} +2 -2
- package/__chunks__/{chunk-K7TKWQTX.js → chunk-6RZZWFZ6.js} +2 -2
- package/__chunks__/{chunk-FI4EFU5H.js → chunk-6SGPN45M.js} +2 -2
- package/__chunks__/{chunk-JCB2UFE6.js → chunk-6SOFNFU6.js} +2 -2
- package/__chunks__/{chunk-TP3Q54FK.js → chunk-6T5ZW7AW.js} +2 -2
- package/__chunks__/{chunk-TQBXI4DC.js → chunk-6WFCZYRD.js} +2 -2
- package/__chunks__/{chunk-5UZMHOUB.js → chunk-6XJPIMGH.js} +2 -2
- package/__chunks__/{chunk-4WQJMUQT.js → chunk-765YOT7P.js} +2 -2
- package/__chunks__/{chunk-ZMMAM33G.js → chunk-76NPWQ5Z.js} +2 -2
- package/__chunks__/{chunk-DGMWAKSQ.js → chunk-76ZQIMBX.js} +2 -2
- package/__chunks__/{chunk-J4WGRY4B.js → chunk-77SS4NMA.js} +2 -2
- package/__chunks__/{chunk-D7WB3QEQ.js → chunk-7BUVO7AQ.js} +2 -2
- package/__chunks__/{chunk-JTR3JIF5.js → chunk-7BXW2FRM.js} +2 -2
- package/__chunks__/chunk-7JRIYN7J.js +2 -0
- package/__chunks__/{chunk-NXSPBH7F.js → chunk-7KX3VWAE.js} +2 -2
- package/__chunks__/chunk-7OKOV3MZ.js +2 -0
- package/__chunks__/{chunk-2SAKHJIZ.js → chunk-7Q5LVGH4.js} +2 -2
- package/__chunks__/{chunk-QOTHHSFI.js → chunk-7QVOCGYL.js} +2 -2
- package/__chunks__/{chunk-75LIHOT7.js → chunk-7R4A7NYZ.js} +2 -2
- package/__chunks__/chunk-7ZWZBQHR.js +2 -0
- package/__chunks__/{chunk-YZKG4SBK.js → chunk-A3HDQGOE.js} +2 -2
- package/__chunks__/{chunk-ZT5PGSCX.js → chunk-A4YXJB4N.js} +2 -2
- package/__chunks__/{chunk-3SHFG3Q2.js → chunk-AFMFEKJL.js} +2 -2
- package/__chunks__/{chunk-GMBHZ3VM.js → chunk-ALVLGOUI.js} +2 -2
- package/__chunks__/chunk-AORB4GL3.js +2 -0
- package/__chunks__/chunk-ARKROIYU.js +2 -0
- package/__chunks__/{chunk-C6FBV65M.js → chunk-B4RZVRF6.js} +2 -2
- package/__chunks__/chunk-B526DLZX.js +2 -0
- package/__chunks__/{chunk-IUPOWYEB.js → chunk-BBX7PGVI.js} +2 -2
- package/__chunks__/{chunk-7EKFPJ4U.js → chunk-BEKJAGWB.js} +2 -2
- package/__chunks__/{chunk-TNWHUSBS.js → chunk-BJPUISKJ.js} +2 -2
- package/__chunks__/{chunk-S2KRJP2S.js → chunk-BP6UJLJ6.js} +2 -2
- package/__chunks__/{chunk-CCPH6YBW.js → chunk-BPQSY3MV.js} +2 -2
- package/__chunks__/chunk-BS3WPNZX.js +2 -0
- package/__chunks__/{chunk-665NO27H.js → chunk-BXRTMNNC.js} +2 -2
- package/__chunks__/{chunk-AVYCZJNR.js → chunk-BZUP773Y.js} +2 -2
- package/__chunks__/{chunk-CIIGMUYW.js → chunk-C4VVSJRA.js} +2 -2
- package/__chunks__/{chunk-KXYIK2NA.js → chunk-CFH7TTFD.js} +2 -2
- package/__chunks__/{chunk-QEE3NIKR.js → chunk-CI7VJAOZ.js} +2 -2
- package/__chunks__/{chunk-LDQULRQM.js → chunk-CIZ4CC3A.js} +2 -2
- package/__chunks__/{chunk-4P42QTUO.js → chunk-CK56GYBV.js} +2 -2
- package/__chunks__/{chunk-AURFLPJI.js → chunk-CP22U32T.js} +2 -2
- package/__chunks__/{chunk-HXXADXWC.js → chunk-CTECXHBH.js} +2 -2
- package/__chunks__/{chunk-URQFLH5U.js → chunk-CVKAF7GU.js} +2 -2
- package/__chunks__/{chunk-B3T5YNKO.js → chunk-CVR4KWI2.js} +2 -2
- package/__chunks__/{chunk-2T3SZVFQ.js → chunk-CWKDQAE3.js} +2 -2
- package/__chunks__/{chunk-CF2SJYLM.js → chunk-CYBBIALG.js} +2 -2
- package/__chunks__/{chunk-CNFWXUMD.js → chunk-CYCBNOOH.js} +2 -2
- package/__chunks__/chunk-D4NNYQNI.js +2 -0
- package/__chunks__/{chunk-KQBWXEGB.js → chunk-D5PG3KPY.js} +2 -2
- package/__chunks__/{chunk-SZOZTDWH.js → chunk-DDDEBD3H.js} +2 -2
- package/__chunks__/chunk-DDUHPX5B.js +2 -0
- package/__chunks__/{chunk-7EH2JVA7.js → chunk-DK32AR5A.js} +2 -2
- package/__chunks__/{chunk-XNI2WT7G.js → chunk-DOLHFGAO.js} +2 -2
- package/__chunks__/chunk-DPRAO3PV.js +2 -0
- package/__chunks__/{chunk-7YAAJ7LN.js → chunk-DRRZLU37.js} +2 -2
- package/__chunks__/{chunk-CAPUQHFB.js → chunk-E4BMLWJQ.js} +2 -2
- package/__chunks__/{chunk-263MHKKC.js → chunk-EAVFFW6D.js} +2 -2
- package/__chunks__/{chunk-UVV6SVD7.js → chunk-EB7ZWTSY.js} +2 -2
- package/__chunks__/{chunk-RJ7SJMWT.js → chunk-EBIEPCKP.js} +2 -2
- package/__chunks__/{chunk-VB6VZREF.js → chunk-ECECRARS.js} +2 -2
- package/__chunks__/{chunk-WAEYJOW2.js → chunk-ECFQRKBQ.js} +2 -2
- package/__chunks__/{chunk-V6IICA5I.js → chunk-EDSXRVJA.js} +2 -2
- package/__chunks__/{chunk-QDMQLFXE.js → chunk-EJEYIK7H.js} +2 -2
- package/__chunks__/{chunk-HR35FFSQ.js → chunk-EONQ6O2S.js} +2 -2
- package/__chunks__/{chunk-Y6GGQYWM.js → chunk-EPKDDRNV.js} +2 -2
- package/__chunks__/{chunk-6C4DO7CC.js → chunk-EQGTLK7B.js} +2 -2
- package/__chunks__/{chunk-PZHE5BUA.js → chunk-ERD7M4J6.js} +2 -2
- package/__chunks__/{chunk-UTT6IDXI.js → chunk-ET5PWW6U.js} +2 -2
- package/__chunks__/{chunk-HEO7KJU5.js → chunk-EU5G4DAQ.js} +2 -2
- package/__chunks__/{chunk-M233YJDK.js → chunk-EZCQPLF5.js} +1 -1
- package/__chunks__/{chunk-XT2LQFA3.js → chunk-F23EI64H.js} +2 -2
- package/__chunks__/{chunk-J4FVDFZJ.js → chunk-F4RR2MI3.js} +2 -2
- package/__chunks__/{chunk-LKEL6F45.js → chunk-FDSL4UNE.js} +2 -2
- package/__chunks__/{chunk-RA4VBSV4.js → chunk-FLTQKQXZ.js} +2 -2
- package/__chunks__/chunk-FM4NFE7O.js +2 -0
- package/__chunks__/chunk-FPG3XYE5.js +2 -0
- package/__chunks__/{chunk-NWXRQXN3.js → chunk-FQCOLVNB.js} +2 -2
- package/__chunks__/{chunk-LG7JWTT4.js → chunk-FS2Y3TRJ.js} +2 -2
- package/__chunks__/{chunk-FG74WDBQ.js → chunk-FUNQ3ZDS.js} +2 -2
- package/__chunks__/{chunk-SLS4RCYR.js → chunk-FXLGORZY.js} +2 -2
- package/__chunks__/chunk-G3URCKTB.js +2 -0
- package/__chunks__/{chunk-RUM7PECI.js → chunk-G77DU7KW.js} +2 -2
- package/__chunks__/{chunk-EUKXYU34.js → chunk-GBXV2IZ4.js} +2 -2
- package/__chunks__/{chunk-NQYHKHB7.js → chunk-GCUAS5W3.js} +2 -2
- package/__chunks__/{chunk-F72QCCQU.js → chunk-GDBNKPWX.js} +2 -2
- package/__chunks__/{chunk-GAYS6IZO.js → chunk-GEPT4RMT.js} +2 -2
- package/__chunks__/{chunk-QEHQ4T4K.js → chunk-GFEGGQCU.js} +2 -2
- package/__chunks__/{chunk-2LCMVQG2.js → chunk-GHWA4ARO.js} +2 -2
- package/__chunks__/{chunk-H2KQWRZO.js → chunk-GJVP752J.js} +2 -2
- package/__chunks__/{chunk-K34TH3BZ.js → chunk-GXIFDTPZ.js} +2 -2
- package/__chunks__/{chunk-V2Z6FH3E.js → chunk-H4MEI7MA.js} +2 -2
- package/__chunks__/{chunk-IN5ODNNJ.js → chunk-HDWDCB2R.js} +2 -2
- package/__chunks__/{chunk-HUNAKHPM.js → chunk-HEGJ6VWU.js} +2 -2
- package/__chunks__/{chunk-7Q3LNSP3.js → chunk-HGWCS4DV.js} +2 -2
- package/__chunks__/{chunk-HTSOC23O.js → chunk-HIZU3X76.js} +2 -2
- package/__chunks__/{chunk-NBOVG4WO.js → chunk-HLWM6AOP.js} +2 -2
- package/__chunks__/{chunk-354E6SKU.js → chunk-HM2JAQZ7.js} +2 -2
- package/__chunks__/{chunk-VLRIBNO6.js → chunk-HN2WAZKY.js} +2 -2
- package/__chunks__/{chunk-5774QZTU.js → chunk-HWNBOBAT.js} +2 -2
- package/__chunks__/{chunk-BPCYDSCL.js → chunk-I5CZZRD7.js} +2 -2
- package/__chunks__/{chunk-ZGSSETC7.js → chunk-IDUEKWWT.js} +2 -2
- package/__chunks__/{chunk-CUVIIQZB.js → chunk-IDUIPLAQ.js} +2 -2
- package/__chunks__/{chunk-KD7CSMP4.js → chunk-IGVPSOQ4.js} +2 -2
- package/__chunks__/{chunk-7CWJCONI.js → chunk-IHDP5XEC.js} +2 -2
- package/__chunks__/{chunk-POJG76RP.js → chunk-II4IN5DB.js} +2 -2
- package/__chunks__/{chunk-GPWFUCIZ.js → chunk-IMDOREFA.js} +2 -2
- package/__chunks__/{chunk-DQPZUP6J.js → chunk-IPLHIKSY.js} +2 -2
- package/__chunks__/chunk-IQ5OX26L.js +2 -0
- package/__chunks__/{chunk-MUC4VQA2.js → chunk-IR6Q7XJQ.js} +2 -2
- package/__chunks__/chunk-IW77FXTJ.js +2 -0
- package/__chunks__/{chunk-YGTOOJZ3.js → chunk-IWDQTSSG.js} +2 -2
- package/__chunks__/chunk-IZMAZFVM.js +2 -0
- package/__chunks__/{chunk-DNCC3B7Y.js → chunk-J2JMQETZ.js} +2 -2
- package/__chunks__/chunk-J2TI3CAX.js +2 -0
- package/__chunks__/{chunk-MR4I4XVG.js → chunk-J7FBMLQ6.js} +2 -2
- package/__chunks__/{chunk-ZBBCMRJS.js → chunk-JAN62SAY.js} +2 -2
- package/__chunks__/{chunk-KWBJ25RP.js → chunk-JFOTWZDD.js} +2 -2
- package/__chunks__/chunk-JKRWLHHP.js +2 -0
- package/__chunks__/chunk-JNVJGABW.js +2 -0
- package/__chunks__/{chunk-ZT3JSTYM.js → chunk-JZCTMZUP.js} +2 -2
- package/__chunks__/{chunk-NC6BLARV.js → chunk-K6HD2LUU.js} +2 -2
- package/__chunks__/{chunk-ZODSGB7E.js → chunk-K7CFWXYR.js} +2 -2
- package/__chunks__/{chunk-RDTHAMCD.js → chunk-KHOT73K6.js} +2 -2
- package/__chunks__/{chunk-PF6FZ5CA.js → chunk-KJ6IYXXB.js} +2 -2
- package/__chunks__/chunk-KMTMHRTW.js +2 -0
- package/__chunks__/{chunk-MHCO27HW.js → chunk-KUOT65C2.js} +2 -2
- package/__chunks__/{chunk-VQ45VOHN.js → chunk-KXQXYJIC.js} +2 -2
- package/__chunks__/chunk-KYDM7QYU.js +2 -0
- package/__chunks__/chunk-L2ANYTTN.js +2 -0
- package/__chunks__/{chunk-52Y6CHVB.js → chunk-LJ5EBQ4E.js} +2 -2
- package/__chunks__/chunk-LPNATKOR.js +2 -0
- package/__chunks__/{chunk-TTCT34VS.js → chunk-MELE4A6V.js} +2 -2
- package/__chunks__/{chunk-XQVTILMR.js → chunk-MGUISXI5.js} +2 -2
- package/__chunks__/chunk-MPPYOTPN.js +2 -0
- package/__chunks__/{chunk-I4B5HNQT.js → chunk-MRRNEHRM.js} +2 -2
- package/__chunks__/{chunk-RTBLJLK5.js → chunk-MSBGM7BG.js} +2 -2
- package/__chunks__/{chunk-SSVGMOQH.js → chunk-MX7JP4OW.js} +2 -2
- package/__chunks__/{chunk-ICDXNBEF.js → chunk-N5KCBNN7.js} +2 -2
- package/__chunks__/{chunk-XTRVDWXV.js → chunk-N7VAIKYW.js} +2 -2
- package/__chunks__/chunk-NBLZPBHG.js +2 -0
- package/__chunks__/{chunk-ASQNM7MJ.js → chunk-NFN6MTGN.js} +2 -2
- package/__chunks__/{chunk-ELRQPILJ.js → chunk-NFPE676M.js} +2 -2
- package/__chunks__/{chunk-LFMDBIML.js → chunk-NISVU2KT.js} +2 -2
- package/__chunks__/{chunk-2ARPMXJR.js → chunk-NJPGFJBL.js} +2 -2
- package/__chunks__/{chunk-UP3FFMFW.js → chunk-NLMBU66C.js} +2 -2
- package/__chunks__/{chunk-U47YYGAI.js → chunk-NPRDBTUP.js} +2 -2
- package/__chunks__/{chunk-LHMTZEA5.js → chunk-NSXHCQC6.js} +2 -2
- package/__chunks__/{chunk-Z2RFL7UF.js → chunk-NUNXT2KE.js} +2 -2
- package/__chunks__/{chunk-T74FZLQO.js → chunk-NVA6E3I6.js} +2 -2
- package/__chunks__/{chunk-5FUU6YT7.js → chunk-NYHN24U7.js} +2 -2
- package/__chunks__/{chunk-CPPN5BPT.js → chunk-O52NWXAX.js} +2 -2
- package/__chunks__/{chunk-V24SSAOI.js → chunk-OC6LCJE5.js} +2 -2
- package/__chunks__/chunk-OCZDIQJM.js +2 -0
- package/__chunks__/{chunk-OATDAXFL.js → chunk-OFG2RO5M.js} +2 -2
- package/__chunks__/{chunk-VTAICDRX.js → chunk-OGJRVFBF.js} +2 -2
- package/__chunks__/{chunk-KMJBEARC.js → chunk-OPELHEUB.js} +2 -2
- package/__chunks__/chunk-P2O5DNPS.js +2 -0
- package/__chunks__/{chunk-3GKFYHC4.js → chunk-P77MVAQ7.js} +2 -2
- package/__chunks__/{chunk-DPOE6IK4.js → chunk-PB2NHRDS.js} +2 -2
- package/__chunks__/{chunk-OZN64XXH.js → chunk-PIBTVAIY.js} +2 -2
- package/__chunks__/{chunk-O2NVMOWV.js → chunk-PJ5K3BAU.js} +2 -2
- package/__chunks__/{chunk-C6OR4CE7.js → chunk-PKDX3PWA.js} +2 -2
- package/__chunks__/chunk-PPPPPTWM.js +2 -0
- package/__chunks__/{chunk-FPKDA4WW.js → chunk-PSRES75R.js} +2 -2
- package/__chunks__/{chunk-5I67BWZ4.js → chunk-PTGSTIKB.js} +2 -2
- package/__chunks__/{chunk-NRQ2QOKI.js → chunk-PY3AVURP.js} +2 -2
- package/__chunks__/{chunk-GW4ANP64.js → chunk-PYUC7YWQ.js} +2 -2
- package/__chunks__/{chunk-SIX6M33Q.js → chunk-QDXDSARH.js} +2 -2
- package/__chunks__/{chunk-FEKRLY4Y.js → chunk-QEP5V6BV.js} +2 -2
- package/__chunks__/{chunk-QB7FSZIJ.js → chunk-QFV655NJ.js} +2 -2
- package/__chunks__/{chunk-AE6EUIEY.js → chunk-QGAFKW2D.js} +2 -2
- package/__chunks__/{chunk-LR4KN3NQ.js → chunk-QIRTYV7I.js} +2 -2
- package/__chunks__/{chunk-W2ZGLITQ.js → chunk-QP7Y7FM5.js} +2 -2
- package/__chunks__/{chunk-QPHDB4SX.js → chunk-QPDQZJIR.js} +2 -2
- package/__chunks__/{chunk-7I6VVHPW.js → chunk-QQFTXUF5.js} +2 -2
- package/__chunks__/{chunk-VEMADCAG.js → chunk-QTZRTNDJ.js} +2 -2
- package/__chunks__/{chunk-OE2TXZIV.js → chunk-QWW24CB3.js} +2 -2
- package/__chunks__/chunk-R5C7QWUE.js +2 -0
- package/__chunks__/chunk-RCUGYIFV.js +2 -0
- package/__chunks__/{chunk-N4AS4WKH.js → chunk-RDFIXOD2.js} +2 -2
- package/__chunks__/{chunk-AS5LF45F.js → chunk-RGTMLNLV.js} +2 -2
- package/__chunks__/{chunk-EWSOJLDO.js → chunk-RIE5RNRH.js} +2 -2
- package/__chunks__/chunk-RJ7L3LSO.js +2 -0
- package/__chunks__/{chunk-HBUYUYG7.js → chunk-RNUXTNSV.js} +2 -2
- package/__chunks__/chunk-RZRPUUJG.js +2 -0
- package/__chunks__/{chunk-CSTEEV34.js → chunk-S5MM2EWQ.js} +2 -2
- package/__chunks__/{chunk-JIE46P3A.js → chunk-SBF35KV2.js} +2 -2
- package/__chunks__/{chunk-SORRN44I.js → chunk-SHNLEWQL.js} +2 -2
- package/__chunks__/{chunk-7HYW3VNZ.js → chunk-SHUQU5VZ.js} +2 -2
- package/__chunks__/{chunk-WHY2O6VY.js → chunk-SPHRRX4G.js} +2 -2
- package/__chunks__/{chunk-RCTNLZQ4.js → chunk-SUZ6MJ5T.js} +2 -2
- package/__chunks__/{chunk-NJ4CAC4K.js → chunk-SX33GNB7.js} +2 -2
- package/__chunks__/{chunk-UJFVVD7I.js → chunk-SYLWJWPH.js} +2 -2
- package/__chunks__/{chunk-IGYIKLFD.js → chunk-SZ74YBY4.js} +2 -2
- package/__chunks__/{chunk-KXH5PIYO.js → chunk-T23GFE32.js} +2 -2
- package/__chunks__/{chunk-5QP3BKN6.js → chunk-TC7ZKZBH.js} +2 -2
- package/__chunks__/{chunk-U7KBDVS6.js → chunk-TFHPV32E.js} +2 -2
- package/__chunks__/chunk-TGKOFZA6.js +2 -0
- package/__chunks__/{chunk-7QGLKL3O.js → chunk-TISLGMSV.js} +2 -2
- package/__chunks__/{chunk-MUAY6CGW.js → chunk-TL7TEZ2W.js} +2 -2
- package/__chunks__/{chunk-RRSKW4X3.js → chunk-TLTHNUIC.js} +2 -2
- package/__chunks__/{chunk-2O6TN52D.js → chunk-TND4YGPU.js} +2 -2
- package/__chunks__/{chunk-OMEP276V.js → chunk-TOHJ5Z62.js} +2 -2
- package/__chunks__/{chunk-F4GPMVZ3.js → chunk-TPM3TS6U.js} +2 -2
- package/__chunks__/{chunk-5ATU6BWE.js → chunk-TSZZ3U7B.js} +2 -2
- package/__chunks__/{chunk-XBMWOW2U.js → chunk-TUNVB2YQ.js} +2 -2
- package/__chunks__/{chunk-VFPMVVL7.js → chunk-TWHOHGFZ.js} +2 -2
- package/__chunks__/chunk-TWQWSK2Y.js +2 -0
- package/__chunks__/{chunk-NWAWFX5O.js → chunk-TZH67S4T.js} +2 -2
- package/__chunks__/{chunk-VWYE2PDV.js → chunk-TZURT6JT.js} +2 -2
- package/__chunks__/{chunk-E73S2DQF.js → chunk-TZVL2PLD.js} +2 -2
- package/__chunks__/{chunk-5PH62EO2.js → chunk-U7LXSR4V.js} +2 -2
- package/__chunks__/{chunk-7HF7RMSM.js → chunk-U7MZFICS.js} +2 -2
- package/__chunks__/{chunk-RBHZ2TA2.js → chunk-UHV6PTOI.js} +2 -2
- package/__chunks__/{chunk-AILGLGLT.js → chunk-UIQYWHBC.js} +2 -2
- package/__chunks__/{chunk-D3FMLDSW.js → chunk-ULMTIDGZ.js} +2 -2
- package/__chunks__/chunk-UQMGB6GS.js +2 -0
- package/__chunks__/{chunk-CLBIWLXP.js → chunk-UV2TKIMV.js} +2 -2
- package/__chunks__/{chunk-ZLJZXJMQ.js → chunk-UX4Y2OL4.js} +2 -2
- package/__chunks__/{chunk-PEFNQYFJ.js → chunk-V5WTTIX5.js} +2 -2
- package/__chunks__/{chunk-AXIF35TD.js → chunk-VCZKO4K3.js} +2 -2
- package/__chunks__/{chunk-HESHBYEE.js → chunk-VD3BFO4N.js} +2 -2
- package/__chunks__/chunk-VE2ECT2B.js +2 -0
- package/__chunks__/{chunk-72AKFMHW.js → chunk-VGOFY3CC.js} +2 -2
- package/__chunks__/{chunk-XX6WKYPF.js → chunk-VQIJNR2Y.js} +2 -2
- package/__chunks__/{chunk-7B66IZJD.js → chunk-VXHEOXPJ.js} +2 -2
- package/__chunks__/{chunk-J5WPVXJV.js → chunk-VXXQX2NX.js} +2 -2
- package/__chunks__/{chunk-UDWLOK2I.js → chunk-W3CSKBCR.js} +2 -2
- package/__chunks__/{chunk-MALUP4TG.js → chunk-W3KXYTDC.js} +2 -2
- package/__chunks__/chunk-W4MZ4QSC.js +2 -0
- package/__chunks__/{chunk-GKYDXH5T.js → chunk-W4WKCPA4.js} +2 -2
- package/__chunks__/{chunk-7LLTMYSC.js → chunk-W5K3CDBQ.js} +2 -2
- package/__chunks__/chunk-W64FNS32.js +2 -0
- package/__chunks__/{chunk-4NXNLUI5.js → chunk-WHX4MZVD.js} +2 -2
- package/__chunks__/{chunk-4CNJEAQC.js → chunk-WIQLJFDL.js} +2 -2
- package/__chunks__/{chunk-4K3BXOL5.js → chunk-WLHFDR3E.js} +2 -2
- package/__chunks__/chunk-WMJYYAXE.js +2 -0
- package/__chunks__/{chunk-JVFR4K57.js → chunk-WOUYL4LT.js} +2 -2
- package/__chunks__/{chunk-U2YJMXQE.js → chunk-WVUTLYCS.js} +2 -2
- package/__chunks__/{chunk-ZXF7VTXT.js → chunk-WYIJSVQE.js} +2 -2
- package/__chunks__/{chunk-WLZPLFLW.js → chunk-X6MCSWM3.js} +2 -2
- package/__chunks__/{chunk-KMIS2BLG.js → chunk-XB5O3C4D.js} +2 -2
- package/__chunks__/chunk-XJQLYDXU.js +2 -0
- package/__chunks__/{chunk-5GJJYCFY.js → chunk-XMD5LLYN.js} +2 -2
- package/__chunks__/{chunk-RRWWPA5B.js → chunk-XNWSUWXK.js} +2 -2
- package/__chunks__/{chunk-LI2YTG6T.js → chunk-Y7SHZXXR.js} +2 -2
- package/__chunks__/{chunk-LRHEZBAD.js → chunk-YAVS5Q37.js} +2 -2
- package/__chunks__/{chunk-IRCCOKO6.js → chunk-YQGR3E75.js} +2 -2
- package/__chunks__/{chunk-N3ETS4IR.js → chunk-YUCV3UZQ.js} +2 -2
- package/__chunks__/{chunk-EN4QJLZ5.js → chunk-YV2BBHKC.js} +2 -2
- package/__chunks__/{chunk-365T27J6.js → chunk-Z4LZPGDO.js} +2 -2
- package/__chunks__/{chunk-D5UI3QA4.js → chunk-Z57KKFKL.js} +2 -2
- package/__chunks__/chunk-Z7IGO4GT.js +2 -0
- package/__chunks__/chunk-ZBU2YQWY.js +2 -0
- package/__chunks__/{chunk-BOG6ROSF.js → chunk-ZF6DOWZM.js} +2 -2
- package/__chunks__/chunk-ZL4YHWHP.js +2 -0
- package/__chunks__/{chunk-FBCMHXWZ.js → chunk-ZP57YSDQ.js} +2 -2
- package/__chunks__/{chunk-ZJGQI44X.js → chunk-ZR4ASV64.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +11 -11
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +11 -11
- package/__commonjs/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/__commonjs/UI/index.js +4 -4
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +4 -4
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +4 -4
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +5 -5
- package/__commonjs/UI/walletConnect/index.js +4 -4
- package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/__commonjs/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/components/TransactionSender/index.js +1 -1
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/account/useGetAccount.js +1 -1
- package/__commonjs/hooks/account/useGetAccountInfo.js +1 -1
- package/__commonjs/hooks/account/useGetWebsocketEvent.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/__commonjs/reduxStore/persistConfig.js +1 -1
- package/__commonjs/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/dappConfigSelector.js +1 -1
- package/__commonjs/reduxStore/selectors/modalsSelectors.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/nativeAuth/index.js +1 -1
- package/__commonjs/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/__commonjs/services/nativeAuth/methods/index.js +1 -1
- package/__commonjs/services/nativeAuth/nativeAuth.d.ts +3 -1
- package/__commonjs/services/nativeAuth/nativeAuth.js +1 -1
- package/__commonjs/types/login.types.d.ts +3 -0
- package/__commonjs/utils/account/signMessage.js +1 -1
- package/__commonjs/utils/operations/calculateFeeInFiat.js +1 -1
- package/__commonjs/utils/operations/denominate.js +1 -1
- package/__commonjs/utils/operations/formatAmount.js +1 -1
- package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/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/BatchTransactionsSender/BatchTransactionsSender.js +1 -1
- package/components/BatchTransactionsSender/index.js +1 -1
- package/components/BatchTransactionsTracker/BatchTransactionsTracker.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/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.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/toasts/index.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/userInterface/index.js +1 -1
- package/hooks/userInterface/useIsDappModalVisible.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
- package/reduxStore/selectors/dappConfigSelector.js +1 -1
- package/reduxStore/selectors/dappModalsSelectors.js +1 -1
- package/reduxStore/selectors/helpers.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/modalsSelectors.js +1 -1
- package/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
- package/reduxStore/selectors/toastsSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/dappModalsSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
- package/services/nativeAuth/methods/index.js +1 -1
- package/services/nativeAuth/nativeAuth.d.ts +3 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.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/updateSignedTransactions.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/types/index.js +1 -1
- package/types/login.types.d.ts +3 -0
- package/types/login.types.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.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/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/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/getTransactionsStatus.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-2HOVLPAI.js +0 -2
- package/__chunks__/chunk-4UG2JBYU.js +0 -2
- package/__chunks__/chunk-63OV72OW.js +0 -2
- package/__chunks__/chunk-6P4JKU7O.js +0 -2
- package/__chunks__/chunk-74RR42GW.js +0 -2
- package/__chunks__/chunk-7CT27RQT.js +0 -2
- package/__chunks__/chunk-7PHB4IHW.js +0 -2
- package/__chunks__/chunk-7RBYOO2J.js +0 -2
- package/__chunks__/chunk-AMNHI3QW.js +0 -2
- package/__chunks__/chunk-BPKJAHYT.js +0 -2
- package/__chunks__/chunk-CIE6DSGF.js +0 -2
- package/__chunks__/chunk-COW7WUHF.js +0 -2
- package/__chunks__/chunk-DPZA5556.js +0 -2
- package/__chunks__/chunk-DWAZWPSE.js +0 -2
- package/__chunks__/chunk-E5THMW5I.js +0 -2
- package/__chunks__/chunk-EQZEJKTR.js +0 -2
- package/__chunks__/chunk-EVXF2BOI.js +0 -2
- package/__chunks__/chunk-FD3VYCS4.js +0 -2
- package/__chunks__/chunk-FFXOJXGN.js +0 -2
- package/__chunks__/chunk-FUIWFYYW.js +0 -2
- package/__chunks__/chunk-FZVPLZOE.js +0 -2
- package/__chunks__/chunk-HPFY6NOU.js +0 -2
- package/__chunks__/chunk-IGROQXUZ.js +0 -2
- package/__chunks__/chunk-IPRFCS7D.js +0 -2
- package/__chunks__/chunk-M6BI7ILE.js +0 -2
- package/__chunks__/chunk-MAIOHYCR.js +0 -2
- package/__chunks__/chunk-MAN7DZAK.js +0 -2
- package/__chunks__/chunk-MFK5TIXS.js +0 -2
- package/__chunks__/chunk-MQRTP6HG.js +0 -2
- package/__chunks__/chunk-MUQB6NZD.js +0 -2
- package/__chunks__/chunk-N4YDENJI.js +0 -2
- package/__chunks__/chunk-OIMSUDOK.js +0 -2
- package/__chunks__/chunk-OPNKJA4L.js +0 -2
- package/__chunks__/chunk-QJRS3XXT.js +0 -2
- package/__chunks__/chunk-R34ULZDI.js +0 -2
- package/__chunks__/chunk-T73DKVUT.js +0 -2
- package/__chunks__/chunk-UDIL7X3Z.js +0 -2
- package/__chunks__/chunk-UMMB4MY5.js +0 -2
- package/__chunks__/chunk-UQPS2RPU.js +0 -2
- package/__chunks__/chunk-WKVTOFIT.js +0 -2
- package/__chunks__/chunk-WPNTJLX5.js +0 -2
- package/__chunks__/chunk-WWYZM6K6.js +0 -2
- package/__chunks__/chunk-WZSDWRXM.js +0 -2
- package/__chunks__/chunk-XWK5XUNJ.js +0 -2
- package/__chunks__/chunk-Y4M6VSON.js +0 -2
- package/__chunks__/chunk-ZKKCLJG5.js +0 -2
- package/__chunks__/chunk-ZPLMSLJT.js +0 -2
- package/__chunks__/chunk-ZS5RFDLW.js +0 -2
- package/__chunks__/chunk-ZS72QLFO.js +0 -2
- package/__chunks__/chunk-ZY4AUE6X.js +0 -2
- package/__chunks__/chunk-ZZ2E3JAN.js +0 -2
package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";var Oi=Object.create;var Fe=Object.defineProperty,Mi=Object.defineProperties,Fi=Object.getOwnPropertyDescriptor,Bi=Object.getOwnPropertyDescriptors,Ui=Object.getOwnPropertyNames,oo=Object.getOwnPropertySymbols,Gi=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty,st=Object.prototype.propertyIsEnumerable;var ct=(e,o,t)=>o in e?Fe(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,g=(e,o)=>{for(var t in o||(o={}))Xo.call(o,t)&&ct(e,t,o[t]);if(oo)for(var t of oo(o))st.call(o,t)&&ct(e,t,o[t]);return e},w=(e,o)=>Mi(e,Bi(o));var he=(e,o)=>{var t={};for(var c in e)Xo.call(e,c)&&o.indexOf(c)<0&&(t[c]=e[c]);if(e!=null&&oo)for(var c of oo(e))o.indexOf(c)<0&&st.call(e,c)&&(t[c]=e[c]);return t};var f=(e,o)=>()=>(e&&(o=e(e=0)),o);var U=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),xe=(e,o)=>{for(var t in o)Fe(e,t,{get:o[t],enumerable:!0})},pt=(e,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of Ui(o))!Xo.call(e,s)&&s!==t&&Fe(e,s,{get:()=>o[s],enumerable:!(c=Fi(o,s))||c.enumerable});return e};var T=(e,o,t)=>(t=e!=null?Oi(Gi(e)):{},pt(o||!e||!e.__esModule?Fe(t,"default",{value:e,enumerable:!0}):t,e)),Be=e=>pt(Fe({},"__esModule",{value:!0}),e);var x=(e,o,t)=>new Promise((c,s)=>{var p=l=>{try{u(t.next(l))}catch(h){s(h)}},m=l=>{try{u(t.throw(l))}catch(h){s(h)}},u=l=>l.done?c(l.value):Promise.resolve(l.value).then(p,m);u((t=t.apply(e,o)).next())});var lt=U(no=>{"use strict";n();no.byteLength=Hi;no.toByteArray=$i;no.fromByteArray=qi;var $=[],W=[],Wi=typeof Uint8Array!="undefined"?Uint8Array:Array,Yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,mt=Yo.length;me<mt;++me)$[me]=Yo[me],W[Yo.charCodeAt(me)]=me;var me,mt;W["-".charCodeAt(0)]=62;W["_".charCodeAt(0)]=63;function dt(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var c=t===o?0:4-t%4;return[t,c]}function Hi(e){var o=dt(e),t=o[0],c=o[1];return(t+c)*3/4-c}function Vi(e,o,t){return(o+t)*3/4-t}function $i(e){var o,t=dt(e),c=t[0],s=t[1],p=new Wi(Vi(e,c,s)),m=0,u=s>0?c-4:c,l;for(l=0;l<u;l+=4)o=W[e.charCodeAt(l)]<<18|W[e.charCodeAt(l+1)]<<12|W[e.charCodeAt(l+2)]<<6|W[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=W[e.charCodeAt(l)]<<2|W[e.charCodeAt(l+1)]>>4,p[m++]=o&255),s===1&&(o=W[e.charCodeAt(l)]<<10|W[e.charCodeAt(l+1)]<<4|W[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function ji(e){return $[e>>18&63]+$[e>>12&63]+$[e>>6&63]+$[e&63]}function zi(e,o,t){for(var c,s=[],p=o;p<t;p+=3)c=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(ji(c));return s.join("")}function qi(e){for(var o,t=e.length,c=t%3,s=[],p=16383,m=0,u=t-c;m<u;m+=p)s.push(zi(e,m,m+p>u?u:m+p));return c===1?(o=e[t-1],s.push($[o>>2]+$[o<<4&63]+"==")):c===2&&(o=(e[t-2]<<8)+e[t-1],s.push($[o>>10]+$[o>>4&63]+$[o<<2&63]+"=")),s.join("")}});var _t=U(Zo=>{n();Zo.read=function(e,o,t,c,s){var p,m,u=s*8-c-1,l=(1<<u)-1,h=l>>1,b=-7,y=t?s-1:0,R=t?-1:1,D=e[o+y];for(y+=R,p=D&(1<<-b)-1,D>>=-b,b+=u;b>0;p=p*256+e[o+y],y+=R,b-=8);for(m=p&(1<<-b)-1,p>>=-b,b+=c;b>0;m=m*256+e[o+y],y+=R,b-=8);if(p===0)p=1-h;else{if(p===l)return m?NaN:(D?-1:1)*(1/0);m=m+Math.pow(2,c),p=p-h}return(D?-1:1)*m*Math.pow(2,p-c)};Zo.write=function(e,o,t,c,s,p){var m,u,l,h=p*8-s-1,b=(1<<h)-1,y=b>>1,R=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,D=c?0:p-1,Q=c?1:-1,eo=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(u=isNaN(o)?1:0,m=b):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+y>=1?o+=R/l:o+=R*Math.pow(2,1-y),o*l>=2&&(m++,l/=2),m+y>=b?(u=0,m=b):m+y>=1?(u=(o*l-1)*Math.pow(2,s),m=m+y):(u=o*Math.pow(2,y-1)*Math.pow(2,s),m=0));s>=8;e[t+D]=u&255,D+=Q,u/=256,s-=8);for(m=m<<s|u,h+=s;h>0;e[t+D]=m&255,D+=Q,m/=256,h-=8);e[t+D-Q]|=eo*128}});var kt=U(be=>{"use strict";n();var Jo=lt(),ye=_t(),ut=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;be.Buffer=d;be.SlowBuffer=Qi;be.INSPECT_MAX_BYTES=50;var to=2147483647;be.kMaxLength=to;d.TYPED_ARRAY_SUPPORT=Ki();!d.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Ki(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function oe(e){if(e>to)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return nn(e)}return Tt(e,o,t)}d.poolSize=8192;function Tt(e,o,t){if(typeof e=="string")return Yi(e,o);if(ArrayBuffer.isView(e))return Zi(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(j(e,ArrayBuffer)||e&&j(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(j(e,SharedArrayBuffer)||e&&j(e.buffer,SharedArrayBuffer)))return en(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var c=e.valueOf&&e.valueOf();if(c!=null&&c!==e)return d.from(c,o,t);var s=Ji(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,t){return Tt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function ht(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 Xi(e,o,t){return ht(e),e<=0?oe(e):o!==void 0?typeof t=="string"?oe(e).fill(o,t):oe(e).fill(o):oe(e)}d.alloc=function(e,o,t){return Xi(e,o,t)};function nn(e){return ht(e),oe(e<0?0:tn(e)|0)}d.allocUnsafe=function(e){return nn(e)};d.allocUnsafeSlow=function(e){return nn(e)};function Yi(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=xt(e,o)|0,c=oe(t),s=c.write(e,o);return s!==t&&(c=c.slice(0,s)),c}function Qo(e){for(var o=e.length<0?0:tn(e.length)|0,t=oe(o),c=0;c<o;c+=1)t[c]=e[c]&255;return t}function Zi(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return en(o.buffer,o.byteOffset,o.byteLength)}return Qo(e)}function en(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var c;return o===void 0&&t===void 0?c=new Uint8Array(e):t===void 0?c=new Uint8Array(e,o):c=new Uint8Array(e,o,t),Object.setPrototypeOf(c,d.prototype),c}function Ji(e){if(d.isBuffer(e)){var o=tn(e.length)|0,t=oe(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||rn(e.length)?oe(0):Qo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Qo(e.data)}function tn(e){if(e>=to)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+to.toString(16)+" bytes");return e|0}function Qi(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,t){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),j(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(o)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var c=o.length,s=t.length,p=0,m=Math.min(c,s);p<m;++p)if(o[p]!==t[p]){c=o[p],s=t[p];break}return c<s?-1:s<c?1:0};d.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};d.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var c;if(t===void 0)for(t=0,c=0;c<o.length;++c)t+=o[c].length;var s=d.allocUnsafe(t),p=0;for(c=0;c<o.length;++c){var m=o[c];if(j(m,Uint8Array))p+m.length>s.length?d.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(d.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function xt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||j(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,c=arguments.length>2&&arguments[2]===!0;if(!c&&t===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return on(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return It(e).length;default:if(s)return c?-1:on(e).length;o=(""+o).toLowerCase(),s=!0}}d.byteLength=xt;function ec(e,o,t){var c=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return mc(this,o,t);case"utf8":case"utf-8":return bt(this,o,t);case"ascii":return sc(this,o,t);case"latin1":case"binary":return pc(this,o,t);case"base64":return ic(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dc(this,o,t);default:if(c)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),c=!0}}d.prototype._isBuffer=!0;function de(e,o,t){var c=e[o];e[o]=e[t],e[t]=c}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)de(this,t,t+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)de(this,t,t+3),de(this,t+1,t+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)de(this,t,t+7),de(this,t+1,t+6),de(this,t+2,t+5),de(this,t+3,t+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?bt(this,0,o):ec.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",t=be.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ut&&(d.prototype[ut]=d.prototype.inspect);d.prototype.compare=function(o,t,c,s,p){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),c===void 0&&(c=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),t<0||c>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&t>=c)return 0;if(s>=p)return-1;if(t>=c)return 1;if(t>>>=0,c>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,u=c-t,l=Math.min(m,u),h=this.slice(s,p),b=o.slice(t,c),y=0;y<l;++y)if(h[y]!==b[y]){m=h[y],u=b[y];break}return m<u?-1:u<m?1:0};function yt(e,o,t,c,s){if(e.length===0)return-1;if(typeof t=="string"?(c=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rn(t)&&(t=s?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(s)return-1;t=e.length-1}else if(t<0)if(s)t=0;else return-1;if(typeof o=="string"&&(o=d.from(o,c)),d.isBuffer(o))return o.length===0?-1:gt(e,o,t,c,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):gt(e,[o],t,c,s);throw new TypeError("val must be string, number or Buffer")}function gt(e,o,t,c,s){var p=1,m=e.length,u=o.length;if(c!==void 0&&(c=String(c).toLowerCase(),c==="ucs2"||c==="ucs-2"||c==="utf16le"||c==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,u/=2,t/=2}function l(D,Q){return p===1?D[Q]:D.readUInt16BE(Q*p)}var h;if(s){var b=-1;for(h=t;h<m;h++)if(l(e,h)===l(o,b===-1?0:h-b)){if(b===-1&&(b=h),h-b+1===u)return b*p}else b!==-1&&(h-=h-b),b=-1}else for(t+u>m&&(t=m-u),h=t;h>=0;h--){for(var y=!0,R=0;R<u;R++)if(l(e,h+R)!==l(o,R)){y=!1;break}if(y)return h}return-1}d.prototype.includes=function(o,t,c){return this.indexOf(o,t,c)!==-1};d.prototype.indexOf=function(o,t,c){return yt(this,o,t,c,!0)};d.prototype.lastIndexOf=function(o,t,c){return yt(this,o,t,c,!1)};function oc(e,o,t,c){t=Number(t)||0;var s=e.length-t;c?(c=Number(c),c>s&&(c=s)):c=s;var p=o.length;c>p/2&&(c=p/2);for(var m=0;m<c;++m){var u=parseInt(o.substr(m*2,2),16);if(rn(u))return m;e[t+m]=u}return m}function nc(e,o,t,c){return ro(on(o,e.length-t),e,t,c)}function tc(e,o,t,c){return ro(uc(o),e,t,c)}function rc(e,o,t,c){return ro(It(o),e,t,c)}function ac(e,o,t,c){return ro(gc(o,e.length-t),e,t,c)}d.prototype.write=function(o,t,c,s){if(t===void 0)s="utf8",c=this.length,t=0;else if(c===void 0&&typeof t=="string")s=t,c=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(c)?(c=c>>>0,s===void 0&&(s="utf8")):(s=c,c=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((c===void 0||c>p)&&(c=p),o.length>0&&(c<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return oc(this,o,t,c);case"utf8":case"utf-8":return nc(this,o,t,c);case"ascii":case"latin1":case"binary":return tc(this,o,t,c);case"base64":return rc(this,o,t,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ac(this,o,t,c);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ic(e,o,t){return o===0&&t===e.length?Jo.fromByteArray(e):Jo.fromByteArray(e.slice(o,t))}function bt(e,o,t){t=Math.min(e.length,t);for(var c=[],s=o;s<t;){var p=e[s],m=null,u=p>239?4:p>223?3:p>191?2:1;if(s+u<=t){var l,h,b,y;switch(u){case 1:p<128&&(m=p);break;case 2:l=e[s+1],(l&192)===128&&(y=(p&31)<<6|l&63,y>127&&(m=y));break;case 3:l=e[s+1],h=e[s+2],(l&192)===128&&(h&192)===128&&(y=(p&15)<<12|(l&63)<<6|h&63,y>2047&&(y<55296||y>57343)&&(m=y));break;case 4:l=e[s+1],h=e[s+2],b=e[s+3],(l&192)===128&&(h&192)===128&&(b&192)===128&&(y=(p&15)<<18|(l&63)<<12|(h&63)<<6|b&63,y>65535&&y<1114112&&(m=y))}}m===null?(m=65533,u=1):m>65535&&(m-=65536,c.push(m>>>10&1023|55296),m=56320|m&1023),c.push(m),s+=u}return cc(c)}var ft=4096;function cc(e){var o=e.length;if(o<=ft)return String.fromCharCode.apply(String,e);for(var t="",c=0;c<o;)t+=String.fromCharCode.apply(String,e.slice(c,c+=ft));return t}function sc(e,o,t){var c="";t=Math.min(e.length,t);for(var s=o;s<t;++s)c+=String.fromCharCode(e[s]&127);return c}function pc(e,o,t){var c="";t=Math.min(e.length,t);for(var s=o;s<t;++s)c+=String.fromCharCode(e[s]);return c}function mc(e,o,t){var c=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>c)&&(t=c);for(var s="",p=o;p<t;++p)s+=fc[e[p]];return s}function dc(e,o,t){for(var c=e.slice(o,t),s="",p=0;p<c.length-1;p+=2)s+=String.fromCharCode(c[p]+c[p+1]*256);return s}d.prototype.slice=function(o,t){var c=this.length;o=~~o,t=t===void 0?c:~~t,o<0?(o+=c,o<0&&(o=0)):o>c&&(o=c),t<0?(t+=c,t<0&&(t=0)):t>c&&(t=c),t<o&&(t=o);var s=this.subarray(o,t);return Object.setPrototypeOf(s,d.prototype),s};function C(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,t,c){o=o>>>0,t=t>>>0,c||C(o,t,this.length);for(var s=this[o],p=1,m=0;++m<t&&(p*=256);)s+=this[o+m]*p;return s};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,t,c){o=o>>>0,t=t>>>0,c||C(o,t,this.length);for(var s=this[o+--t],p=1;t>0&&(p*=256);)s+=this[o+--t]*p;return s};d.prototype.readUint8=d.prototype.readUInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,t,c){o=o>>>0,t=t>>>0,c||C(o,t,this.length);for(var s=this[o],p=1,m=0;++m<t&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*t)),s};d.prototype.readIntBE=function(o,t,c){o=o>>>0,t=t>>>0,c||C(o,t,this.length);for(var s=t,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};d.prototype.readInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,t){o=o>>>0,t||C(o,2,this.length);var c=this[o]|this[o+1]<<8;return c&32768?c|4294901760:c};d.prototype.readInt16BE=function(o,t){o=o>>>0,t||C(o,2,this.length);var c=this[o+1]|this[o]<<8;return c&32768?c|4294901760:c};d.prototype.readInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,t){return o=o>>>0,t||C(o,4,this.length),ye.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,t){return o=o>>>0,t||C(o,4,this.length),ye.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||C(o,8,this.length),ye.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||C(o,8,this.length),ye.read(this,o,!1,52,8)};function O(e,o,t,c,s,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(t+c>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,t,c,s){if(o=+o,t=t>>>0,c=c>>>0,!s){var p=Math.pow(2,8*c)-1;O(this,o,t,c,p,0)}var m=1,u=0;for(this[t]=o&255;++u<c&&(m*=256);)this[t+u]=o/m&255;return t+c};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,t,c,s){if(o=+o,t=t>>>0,c=c>>>0,!s){var p=Math.pow(2,8*c)-1;O(this,o,t,c,p,0)}var m=c-1,u=1;for(this[t+m]=o&255;--m>=0&&(u*=256);)this[t+m]=o/u&255;return t+c};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,1,255,0),this[t]=o&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};d.prototype.writeIntLE=function(o,t,c,s){if(o=+o,t=t>>>0,!s){var p=Math.pow(2,8*c-1);O(this,o,t,c,p-1,-p)}var m=0,u=1,l=0;for(this[t]=o&255;++m<c&&(u*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/u>>0)-l&255;return t+c};d.prototype.writeIntBE=function(o,t,c,s){if(o=+o,t=t>>>0,!s){var p=Math.pow(2,8*c-1);O(this,o,t,c,p-1,-p)}var m=c-1,u=1,l=0;for(this[t+m]=o&255;--m>=0&&(u*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/u>>0)-l&255;return t+c};d.prototype.writeInt8=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};d.prototype.writeInt16LE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeInt16BE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeInt32LE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};d.prototype.writeInt32BE=function(o,t,c){return o=+o,t=t>>>0,c||O(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function St(e,o,t,c,s,p){if(t+c>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wt(e,o,t,c,s){return o=+o,t=t>>>0,s||St(e,o,t,4,34028234663852886e22,-34028234663852886e22),ye.write(e,o,t,c,23,4),t+4}d.prototype.writeFloatLE=function(o,t,c){return wt(this,o,t,!0,c)};d.prototype.writeFloatBE=function(o,t,c){return wt(this,o,t,!1,c)};function vt(e,o,t,c,s){return o=+o,t=t>>>0,s||St(e,o,t,8,17976931348623157e292,-17976931348623157e292),ye.write(e,o,t,c,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,c){return vt(this,o,t,!0,c)};d.prototype.writeDoubleBE=function(o,t,c){return vt(this,o,t,!1,c)};d.prototype.copy=function(o,t,c,s){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(c||(c=0),!s&&s!==0&&(s=this.length),t>=o.length&&(t=o.length),t||(t=0),s>0&&s<c&&(s=c),s===c||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(c<0||c>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-t<s-c&&(s=o.length-t+c);var p=s-c;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,c,s):Uint8Array.prototype.set.call(o,this.subarray(c,s),t),p};d.prototype.fill=function(o,t,c,s){if(typeof o=="string"){if(typeof t=="string"?(s=t,t=0,c=this.length):typeof c=="string"&&(s=c,c=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!d.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<c)throw new RangeError("Out of range index");if(c<=t)return this;t=t>>>0,c=c===void 0?this.length:c>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<c;++m)this[m]=o;else{var u=d.isBuffer(o)?o:d.from(o,s),l=u.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<c-t;++m)this[m+t]=u[m%l]}return this};var lc=/[^+/0-9A-Za-z-_]/g;function _c(e){if(e=e.split("=")[0],e=e.trim().replace(lc,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function on(e,o){o=o||1/0;for(var t,c=e.length,s=null,p=[],m=0;m<c;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!s){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===c){(o-=3)>-1&&p.push(239,191,189);continue}s=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),s=t;continue}t=(s-55296<<10|t-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function uc(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function gc(e,o){for(var t,c,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),c=t>>8,s=t%256,p.push(s),p.push(c);return p}function It(e){return Jo.toByteArray(_c(e))}function ro(e,o,t,c){for(var s=0;s<c&&!(s+t>=o.length||s>=e.length);++s)o[s+t]=e[s];return s}function j(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function rn(e){return e!==e}var fc=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var c=t*16,s=0;s<16;++s)o[c+s]=e[t]+e[s];return o}()});var Ct=U((Jd,Nt)=>{n();var E=Nt.exports={},z,q;function an(){throw new Error("setTimeout has not been defined")}function cn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=an}catch(e){z=an}try{typeof clearTimeout=="function"?q=clearTimeout:q=cn}catch(e){q=cn}})();function At(e){if(z===setTimeout)return setTimeout(e,0);if((z===an||!z)&&setTimeout)return z=setTimeout,setTimeout(e,0);try{return z(e,0)}catch(o){try{return z.call(null,e,0)}catch(t){return z.call(this,e,0)}}}function Tc(e){if(q===clearTimeout)return clearTimeout(e);if((q===cn||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(t){return q.call(this,e)}}}var ne=[],Se=!1,le,ao=-1;function hc(){!Se||!le||(Se=!1,le.length?ne=le.concat(ne):ao=-1,ne.length&&Et())}function Et(){if(!Se){var e=At(hc);Se=!0;for(var o=ne.length;o;){for(le=ne,ne=[];++ao<o;)le&&le[ao].run();ao=-1,o=ne.length}le=null,Se=!1,Tc(e)}}E.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];ne.push(new Lt(e,o)),ne.length===1&&!Se&&At(Et)};function Lt(e,o){this.fun=e,this.array=o}Lt.prototype.run=function(){this.fun.apply(null,this.array)};E.title="browser";E.browser=!0;E.env={};E.argv=[];E.version="";E.versions={};function te(){}E.on=te;E.addListener=te;E.once=te;E.off=te;E.removeListener=te;E.removeAllListeners=te;E.emit=te;E.prependListener=te;E.prependOnceListener=te;E.listeners=function(e){return[]};E.binding=function(e){throw new Error("process.binding is not supported")};E.cwd=function(){return"/"};E.chdir=function(e){throw new Error("process.chdir is not supported")};E.umask=function(){return 0}});var a,i,xc,r,n=f(()=>{a=T(kt()),i=T(Ct()),xc=function(e){function o(){var c=this||self;return delete e.prototype.__magic__,c}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),r=xc});var _e=f(()=>{"use strict";n()});var sn=f(()=>{"use strict";n()});var Rt=f(()=>{"use strict";n()});var Ot=f(()=>{"use strict";n()});var A=f(()=>{"use strict";n()});var Mt=f(()=>{"use strict";n()});var Ft=f(()=>{"use strict";n()});var M=f(()=>{"use strict";n()});var Bt=f(()=>{"use strict";n()});var Ut=f(()=>{"use strict";n()});var Gt=f(()=>{"use strict";n()});var N=f(()=>{"use strict";n();sn();Rt();Ot();A();Mt();Ft();M();Bt();Ut();Gt()});var we,Wt,Ll,Ht,Nl,Vt,Cl,Pl,vc,Ue=f(()=>{"use strict";n();N();we={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:Wt,egldLabel:Ll}=we["devnet"],{chainId:Ht,egldLabel:Nl}=we["testnet"],{chainId:Vt,egldLabel:Cl}=we["mainnet"],Pl={["devnet"]:Wt,["testnet"]:Ht,["mainnet"]:Vt},vc={[Wt]:"devnet",[Ht]:"testnet",[Vt]:"mainnet"}});var pn=f(()=>{"use strict";n()});var $t=f(()=>{"use strict";n()});var io,mn=f(()=>{"use strict";n();io="transaction-status-toast-id"});var K,jt=f(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var zt=f(()=>{"use strict";n()});var qt=f(()=>{"use strict";n()});var Ge,co,Kt,so,Xt,ve,S=f(()=>{"use strict";n();_e();Ue();pn();$t();mn();jt();zt();qt();Ge=5e4,co=1e9,Kt=1,so="logout",Xt="login",ve="0"});var We,po=f(()=>{"use strict";n();We=()=>Date.now()/1e3});var Yt=f(()=>{"use strict";n()});var Zt=f(()=>{"use strict";n()});var dn=f(()=>{"use strict";n();po();Yt();Zt()});var _n={};xe(_n,{getItem:()=>kc,localStorageKeys:()=>se,removeItem:()=>Ac,setItem:()=>Ic});var se,ln,Ic,kc,Ac,Ie=f(()=>{"use strict";n();dn();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},ln=typeof localStorage!="undefined",Ic=({key:e,data:o,expires:t})=>{!ln||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},kc=e=>{if(!ln)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:We()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Ac=e=>{!ln||localStorage.removeItem(String(e))}});var un={};xe(un,{clear:()=>or,getItem:()=>Qt,removeItem:()=>er,setItem:()=>Jt,storage:()=>Ec});var Jt,Qt,er,or,Ec,nr=f(()=>{"use strict";n();Jt=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Qt=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},er=e=>sessionStorage.removeItem(String(e)),or=()=>sessionStorage.clear(),Ec={setItem:Jt,getItem:Qt,removeItem:er,clear:or}});var ue,ke=f(()=>{"use strict";n();Ie();nr();ue={session:un,local:_n}});var gn,L,X,P=f(()=>{"use strict";n();gn=require("@reduxjs/toolkit");S();L=(0,gn.createAction)(so),X=(0,gn.createAction)(Xt,e=>({payload:e}))});var Tn,tr,rr,mo,fn,ar,hn,l_,xn,__,Lc,Nc,u_,g_,f_,Cc,Pc,lo,_o=f(()=>{"use strict";n();Tn=require("@multiversx/sdk-core"),tr=require("@reduxjs/toolkit"),rr=require("redux-persist");S();ke();Ie();P();mo={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ve},fn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":mo},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},ar=(0,tr.createSlice)({name:"accountInfoSlice",initialState:fn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new Tn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:mo},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(L,()=>(ue.local.removeItem(se.loginExpiresAt),fn)),e.addCase(X,(o,t)=>{let{address:c}=t.payload;o.address=c,o.publicKey=new Tn.Address(c).hex()}),e.addCase(rr.REHYDRATE,(o,t)=>{var h;if(!((h=t.payload)!=null&&h.account))return;let{account:c}=t.payload,{address:s,shard:p,accounts:m,publicKey:u}=c;o.address=s,o.shard=p;let l=m&&s in m;o.accounts=l?m:fn.accounts,o.publicKey=u})}}),{setAccount:hn,setAddress:l_,setAccountNonce:xn,setAccountShard:__,setLedgerAccount:Lc,updateLedgerAccount:Nc,setWalletConnectAccount:u_,setIsAccountLoading:g_,setAccountLoadingError:f_,setWebsocketEvent:Cc,setWebsocketBatchEvent:Pc}=ar.actions,lo=ar.reducer});function He(){return new Date().setHours(new Date().getHours()+24)}function Ve(e){ue.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var yn=f(()=>{"use strict";n();ke();Ie()});var cr,ir,sr,k_,pr,Dc,Rc,A_,Oc,mr,E_,uo,go=f(()=>{"use strict";n();cr=require("@reduxjs/toolkit");yn();A();P();ir={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},sr=(0,cr.createSlice)({name:"loginInfoSlice",initialState:ir,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(L,()=>ir),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,Ve(He())})}}),{setLoginMethod:k_,setWalletConnectLogin:pr,setLedgerLogin:Dc,setTokenLogin:Rc,setTokenLoginSignature:A_,setWalletLogin:Oc,invalidateLoginSession:mr,setLogoutRoute:E_}=sr.actions,uo=sr.reducer});var lr,dr,_r,P_,Mc,D_,Fc,fo,To=f(()=>{"use strict";n();lr=require("@reduxjs/toolkit");P();dr={},_r=(0,lr.createSlice)({name:"modalsSlice",initialState:dr,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(L,()=>dr)}}),{setTxSubmittedModal:P_,setNotificationModal:Mc,clearTxSubmittedModal:D_,clearNotificationModal:Fc}=_r.actions,fo=_r.reducer});var $e=f(()=>{"use strict";n()});var gr=f(()=>{"use strict";n();$e()});function bn(e){return e[Math.floor(Math.random()*e.length)]}var fr=f(()=>{"use strict";n()});var Sn=f(()=>{"use strict";n();pn()});var ge=f(()=>{"use strict";n();gr();fr();Sn()});var Tr,hr,wn,Bc,xr,K_,X_,ho,xo=f(()=>{"use strict";n();Tr=require("@reduxjs/toolkit"),hr=T(require("lodash.omit"));ge();wn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Bc={network:wn,chainID:"-1"},xr=(0,Tr.createSlice)({name:"appConfig",initialState:Bc,reducers:{initializeNetworkConfig:(e,o)=>{let t=bn(o.payload.walletConnectBridgeAddresses),c=bn(o.payload.walletConnectV2RelayAddresses),s=(0,hr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=w(g(g({},e.network),s),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:c})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:K_,setChainID:X_}=xr.actions,ho=xr.reducer});var yr,vn,br,ou,nu,tu,yo,bo=f(()=>{"use strict";n();yr=require("@reduxjs/toolkit");N();P();vn={isSigning:!1,signedSessions:{}},br=(0,yr.createSlice)({name:"signedMessageInfoSliceState",initialState:vn,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:c,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=c.status==="pending",e.signedSessions[t]=c},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>vn},extraReducers:e=>{e.addCase(L,()=>vn)}}),{setSignSession:ou,clearSignedMessageInfo:nu,setSignSessionState:tu}=br.actions,yo=br.reducer});var wr,vr,Sr,Ir,Uc,In,du,Gc,lu,_u,So,wo=f(()=>{"use strict";n();wr=require("@reduxjs/toolkit"),vr=require("redux-persist");mn();N();po();P();Sr={customToasts:[],transactionToasts:[],failTransactionToast:null},Ir=(0,wr.createSlice)({name:"toastsSlice",initialState:Sr,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(w(g({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:We(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=w(g({},o.payload),{toastId:io})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(L,()=>Sr),e.addCase(vr.REHYDRATE,(o,t)=>{var s,p;let c=(p=(s=t.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=c})}}),{addCustomToast:Uc,removeCustomToast:In,addTransactionToast:du,removeTransactionToast:Gc,addFailTransactionToast:lu,removeFailTransactionToast:_u}=Ir.actions,So=Ir.reducer});var kr,An,En,Ln,Wc,kn,Ar,Tu,Hc,Nn,vo,Io=f(()=>{"use strict";n();kr=require("@reduxjs/toolkit");P();An="Transaction failed",En="Transaction successful",Ln="Processing transaction",Wc="Transaction submitted",kn={},Ar=(0,kr.createSlice)({name:"transactionsInfo",initialState:kn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:c}=o.payload;t!=null&&(e[t]={errorMessage:(c==null?void 0:c.errorMessage)||An,successMessage:(c==null?void 0:c.successMessage)||En,processingMessage:(c==null?void 0:c.processingMessage)||Ln,submittedMessage:(c==null?void 0:c.submittedMessage)||Wc,transactionDuration:c==null?void 0:c.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>kn},extraReducers:e=>{e.addCase(L,()=>kn)}}),{clearTransactionsInfo:Tu,setTransactionsDisplayInfo:Hc,clearTransactionsInfoForSessionId:Nn}=Ar.actions,vo=Ar.reducer});function Ee(e){return e!=null&&(Jc(e)||ts(e))}function Le(e){return e!=null&&(Qc(e)||rs(e))}function Ne(e){return e!=null&&(es(e)||as(e))}function Er(e){return e!=null&&(os(e)||is(e))}function Cn(e){return e!=null&&ns(e)}function Jc(e){return e!=null&&Vc.includes(e)}function Qc(e){return e!=null&&$c.includes(e)}function es(e){return e!=null&&jc.includes(e)}function os(e){return e!=null&&zc.includes(e)}function ns(e){return e!=null&&qc.includes(e)}function ts(e){return e!=null&&Kc.includes(e)}function rs(e){return e!=null&&Xc.includes(e)}function as(e){return e!=null&&Yc.includes(e)}function is(e){return e!=null&&Zc.includes(e)}var Vc,$c,jc,zc,qc,Kc,Xc,Yc,Zc,Ce=f(()=>{"use strict";n();A();Vc=["sent"],$c=["success"],jc=["fail","cancelled","timedOut"],zc=["invalid"],qc=["timedOut"],Kc=["pending"],Xc=["success"],Yc=["fail","invalid"],Zc=["not executed"]});var Lr,Nr,je,cs,Cr,Pr,Dr,ss,ko,ps,ms,ku,ds,ze,Pn,Ao,Eo=f(()=>{"use strict";n();Lr=require("@reduxjs/toolkit"),Nr=require("redux-persist");A();Ce();P();je={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},cs={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Cr=(0,Lr.createSlice)({name:"transactionsSlice",initialState:je,reducers:{moveTransactionsToSignedState:(e,o)=>{var h,b;let{sessionId:t,transactions:c,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:u={}}=o.payload,l=((h=e.customTransactionInformationForSessionId)==null?void 0:h[t])||cs;e.signedTransactions[t]={transactions:c,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},l),u)},((b=e==null?void 0:e.transactionsToSign)==null?void 0:b.sessionId)===t&&(e.transactionsToSign=je.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:c,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=c,s!=null&&(e.signedTransactions[t].errorMessage=s),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,h,b,y,R,D,Q,eo;let{sessionId:t,status:c,errorMessage:s,transactionHash:p,inTransit:m}=o.payload,u=(h=(l=e.signedTransactions)==null?void 0:l[t])==null?void 0:h.transactions;if(u!=null){e.signedTransactions[t].transactions=u.map(ee=>ee.hash===p?w(g({},ee),{status:c,errorMessage:s,inTransit:m}):ee);let Pi=(y=(b=e.signedTransactions[t])==null?void 0:b.transactions)==null?void 0:y.every(ee=>Le(ee.status)),Di=(D=(R=e.signedTransactions[t])==null?void 0:R.transactions)==null?void 0:D.every(ee=>Ne(ee.status)),Ri=(eo=(Q=e.signedTransactions[t])==null?void 0:Q.transactions)==null?void 0:eo.every(ee=>Er(ee.status));Pi&&(e.signedTransactions[t].status="success"),Di&&(e.signedTransactions[t].status="fail"),Ri&&(e.signedTransactions[t].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:c}=o.payload;e.customTransactionInformationForSessionId[t]=c,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=je.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=je.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(L,()=>je),e.addCase(Nr.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:c,customTransactionInformationForSessionId:s}=t.payload.transactions,p=Object.entries(c).reduce((u,[l,h])=>{let b=new Date(l),y=new Date;return y.setHours(y.getHours()+5),y-b>0||(u[l]=h),u},{});s!=null&&(o.customTransactionInformationForSessionId=s),c!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Pr,updateSignedTransactions:Dr,setTransactionsToSign:ss,clearAllTransactionsToSign:ko,clearAllSignedTransactions:ps,clearSignedTransaction:ms,clearTransactionToSign:ku,setSignTransactionsError:ds,setSignTransactionsCancelMessage:ze,moveTransactionsToSignedState:Pn}=Cr.actions,Ao=Cr.reducer});var Rr,Dn,Or,Nu,Cu,ls,Pu,Lo,No=f(()=>{"use strict";n();Rr=require("@reduxjs/toolkit");P();Dn={},Or=(0,Rr.createSlice)({name:"batchTransactionsSlice",initialState:Dn,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Dn},extraReducers:e=>{e.addCase(L,()=>Dn)}}),{setBatchTransactions:Nu,updateBatchTransactions:Cu,clearBatchTransactions:ls,clearAllBatchTransactions:Pu}=Or.actions,Lo=Or.reducer});var Fr,Mr,Br,Mu,Ur,Rn=f(()=>{"use strict";n();Fr=require("@reduxjs/toolkit");P();Mr={},Br=(0,Fr.createSlice)({name:"dappConfigSlice",initialState:Mr,reducers:{setDappConfig:(e,o)=>{if(e&&o.payload){let{logoutRoute:t,shouldUseWebViewProvider:c}=o.payload;e.logoutRoute=t,e.shouldUseWebViewProvider=c}else e=o.payload}},extraReducers:e=>{e.addCase(L,()=>Mr)}}),{setDappConfig:Mu}=Br.actions,Ur=Br.reducer});var k=f(()=>{"use strict";n();_o();go();To();xo();bo();wo();Io();Eo();No();Rn()});var On=f(()=>{"use strict";n()});var $r,Vr,jr,sg,pg,mg,dg,lg,_g,zr,qr=f(()=>{"use strict";n();$r=require("@reduxjs/toolkit");P();Vr={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},jr=(0,$r.createSlice)({name:"dappModalsSlice",initialState:Vr,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=g({},o.payload)}},extraReducers:e=>{e.addCase(L,()=>Vr)}}),{setDappModalVisibility:sg,setDappModalHeaderVisibility:pg,setDappModalFooterVisibility:mg,setDappModalHeaderText:dg,setDappModalFooterText:lg,setDappModalConfig:_g}=jr.actions,zr=jr.reducer});var Kr,fs,Ts,fe,Ro=f(()=>{"use strict";n();Kr=require("@reduxjs/toolkit");On();_o();No();Rn();qr();go();To();xo();bo();wo();Io();Eo();fs={["account"]:lo,["dappModal"]:zr,["dappConfig"]:Ur,["loginInfo"]:uo,["modals"]:fo,["networkConfig"]:ho,["signedMessageInfo"]:yo,["toasts"]:So,["transactionsInfo"]:vo,["transactions"]:Ao,["batchTransactions"]:Lo},Ts=(e={})=>(0,Kr.combineReducers)(g(g({},fs),e)),fe=Ts});var Jr={};xe(Jr,{default:()=>Ds,sessionStorageReducers:()=>Mn});function re(e,o=[]){return{key:e,version:1,storage:Yr.default,blacklist:o}}var F,Xr,Yr,hs,Ke,xs,ys,bs,Ss,ws,vs,Is,ks,As,Es,Zr,Ls,Mn,Ns,Cs,Ps,Ds,Qr=f(()=>{"use strict";n();F=require("redux-persist"),Xr=T(require("redux-persist/lib/storage")),Yr=T(require("redux-persist/lib/storage/session"));Ro();k();_o();No();go();To();xo();bo();wo();Io();Eo();On();hs={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},xs=re(Ke["account"]),ys=re(Ke["loginInfo"]),bs=re(Ke["modals"]),Ss=re(Ke["networkConfig"]),ws={2:e=>w(g({},e),{networkConfig:wn})};vs=re("sdk-dapp-transactionsInfo"),Is=re("sdk-dapp-transactions",["transactionsToSign"]),ks=re("sdk-dapp-batchTransactions",["batchTransactions"]),As=re("sdk-dapp-toasts"),Es=re("sdk-dapp-signedMessageInfo"),Zr={key:"sdk-dapp-store",version:2,storage:Xr.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(ws,{debug:!1})},Ls=w(g({},Zr),{whitelist:[]}),Mn={["toasts"]:(0,F.persistReducer)(As,So),["transactions"]:(0,F.persistReducer)(Is,Ao),["transactionsInfo"]:(0,F.persistReducer)(vs,vo),["batchTransactions"]:(0,F.persistReducer)(ks,Lo),["signedMessageInfo"]:(0,F.persistReducer)(Es,yo)},Ns=w(g({},Mn),{["account"]:(0,F.persistReducer)(xs,lo),["loginInfo"]:(0,F.persistReducer)(ys,uo),["modals"]:(0,F.persistReducer)(bs,fo),["networkConfig"]:(0,F.persistReducer)(Ss,ho)}),Cs=hs.persistReducersStorageType==="localStorage",Ps=Cs?(0,F.persistReducer)(Zr,fe(Mn)):(0,F.persistReducer)(Ls,fe(Ns)),Ds=Ps});var ea={};xe(ea,{default:()=>Rs});var Rs,oa=f(()=>{"use strict";n();Ro();Rs=fe()});var na={};xe(na,{default:()=>Ms});var H,Os,Ms,ta=f(()=>{"use strict";n();H=require("redux-persist"),Os=[H.FLUSH,H.REHYDRATE,H.PAUSE,H.PERSIST,H.PURGE,H.REGISTER],Ms=Os});var ia={};xe(ia,{default:()=>aa});function aa(e){return(0,ra.persistStore)(e)}var ra,ca=f(()=>{"use strict";n();ra=require("redux-persist")});var ii=U((XL,ai)=>{n();var Vm=typeof r=="object"&&r&&r.Object===Object&&r;ai.exports=Vm});var si=U((YL,ci)=>{n();var $m=ii(),jm=typeof self=="object"&&self&&self.Object===Object&&self,zm=$m||jm||Function("return this")();ci.exports=zm});var nt=U((ZL,pi)=>{n();var qm=si(),Km=qm.Symbol;pi.exports=Km});var _i=U((JL,li)=>{n();var mi=nt(),di=Object.prototype,Xm=di.hasOwnProperty,Ym=di.toString,Je=mi?mi.toStringTag:void 0;function Zm(e){var o=Xm.call(e,Je),t=e[Je];try{e[Je]=void 0;var c=!0}catch(p){}var s=Ym.call(e);return c&&(o?e[Je]=t:delete e[Je]),s}li.exports=Zm});var gi=U((QL,ui)=>{n();var Jm=Object.prototype,Qm=Jm.toString;function ed(e){return Qm.call(e)}ui.exports=ed});var xi=U((eN,hi)=>{n();var fi=nt(),od=_i(),nd=gi(),td="[object Null]",rd="[object Undefined]",Ti=fi?fi.toStringTag:void 0;function ad(e){return e==null?e===void 0?rd:td:Ti&&Ti in Object(e)?od(e):nd(e)}hi.exports=ad});var bi=U((oN,yi)=>{n();var id=Array.isArray;yi.exports=id});var wi=U((nN,Si)=>{n();function cd(e){return e!=null&&typeof e=="object"}Si.exports=cd});var Ii=U((tN,vi)=>{n();var sd=xi(),pd=bi(),md=wi(),dd="[object String]";function ld(e){return typeof e=="string"||!pd(e)&&md(e)&&sd(e)==dd}vi.exports=ld});var qd={};module.exports=Be(qd);n();n();var $d=T(require("react")),jd=require("@fortawesome/free-solid-svg-icons"),zd=require("@fortawesome/react-fontawesome");n();n();var Pt=T(require("react")),Dt=require("@fortawesome/free-solid-svg-icons"),bc=require("@fortawesome/react-fontawesome"),Sc=T(require("classnames"));n();var yc=`.dapp-core-component__copyButton-styles__copy {
|
|
1
|
+
"use strict";var Oi=Object.create;var Fe=Object.defineProperty,Mi=Object.defineProperties,Fi=Object.getOwnPropertyDescriptor,Bi=Object.getOwnPropertyDescriptors,Ui=Object.getOwnPropertyNames,oo=Object.getOwnPropertySymbols,Gi=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty,ct=Object.prototype.propertyIsEnumerable;var st=(e,o,t)=>o in e?Fe(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,g=(e,o)=>{for(var t in o||(o={}))Xo.call(o,t)&&st(e,t,o[t]);if(oo)for(var t of oo(o))ct.call(o,t)&&st(e,t,o[t]);return e},w=(e,o)=>Mi(e,Bi(o));var he=(e,o)=>{var t={};for(var s in e)Xo.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&oo)for(var s of oo(e))o.indexOf(s)<0&&ct.call(e,s)&&(t[s]=e[s]);return t};var f=(e,o)=>()=>(e&&(o=e(e=0)),o);var U=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),xe=(e,o)=>{for(var t in o)Fe(e,t,{get:o[t],enumerable:!0})},pt=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Ui(o))!Xo.call(e,c)&&c!==t&&Fe(e,c,{get:()=>o[c],enumerable:!(s=Fi(o,c))||s.enumerable});return e};var T=(e,o,t)=>(t=e!=null?Oi(Gi(e)):{},pt(o||!e||!e.__esModule?Fe(t,"default",{value:e,enumerable:!0}):t,e)),Be=e=>pt(Fe({},"__esModule",{value:!0}),e);var x=(e,o,t)=>new Promise((s,c)=>{var p=l=>{try{u(t.next(l))}catch(h){c(h)}},m=l=>{try{u(t.throw(l))}catch(h){c(h)}},u=l=>l.done?s(l.value):Promise.resolve(l.value).then(p,m);u((t=t.apply(e,o)).next())});var lt=U(no=>{"use strict";n();no.byteLength=Hi;no.toByteArray=$i;no.fromByteArray=qi;var $=[],W=[],Wi=typeof Uint8Array!="undefined"?Uint8Array:Array,Yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,mt=Yo.length;me<mt;++me)$[me]=Yo[me],W[Yo.charCodeAt(me)]=me;var me,mt;W["-".charCodeAt(0)]=62;W["_".charCodeAt(0)]=63;function dt(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function Hi(e){var o=dt(e),t=o[0],s=o[1];return(t+s)*3/4-s}function Vi(e,o,t){return(o+t)*3/4-t}function $i(e){var o,t=dt(e),s=t[0],c=t[1],p=new Wi(Vi(e,s,c)),m=0,u=c>0?s-4:s,l;for(l=0;l<u;l+=4)o=W[e.charCodeAt(l)]<<18|W[e.charCodeAt(l+1)]<<12|W[e.charCodeAt(l+2)]<<6|W[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=W[e.charCodeAt(l)]<<2|W[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=W[e.charCodeAt(l)]<<10|W[e.charCodeAt(l+1)]<<4|W[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function ji(e){return $[e>>18&63]+$[e>>12&63]+$[e>>6&63]+$[e&63]}function zi(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(ji(s));return c.join("")}function qi(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,u=t-s;m<u;m+=p)c.push(zi(e,m,m+p>u?u:m+p));return s===1?(o=e[t-1],c.push($[o>>2]+$[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push($[o>>10]+$[o>>4&63]+$[o<<2&63]+"=")),c.join("")}});var _t=U(Zo=>{n();Zo.read=function(e,o,t,s,c){var p,m,u=c*8-s-1,l=(1<<u)-1,h=l>>1,b=-7,y=t?c-1:0,R=t?-1:1,D=e[o+y];for(y+=R,p=D&(1<<-b)-1,D>>=-b,b+=u;b>0;p=p*256+e[o+y],y+=R,b-=8);for(m=p&(1<<-b)-1,p>>=-b,b+=s;b>0;m=m*256+e[o+y],y+=R,b-=8);if(p===0)p=1-h;else{if(p===l)return m?NaN:(D?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-h}return(D?-1:1)*m*Math.pow(2,p-s)};Zo.write=function(e,o,t,s,c,p){var m,u,l,h=p*8-c-1,b=(1<<h)-1,y=b>>1,R=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,D=s?0:p-1,Q=s?1:-1,eo=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(u=isNaN(o)?1:0,m=b):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+y>=1?o+=R/l:o+=R*Math.pow(2,1-y),o*l>=2&&(m++,l/=2),m+y>=b?(u=0,m=b):m+y>=1?(u=(o*l-1)*Math.pow(2,c),m=m+y):(u=o*Math.pow(2,y-1)*Math.pow(2,c),m=0));c>=8;e[t+D]=u&255,D+=Q,u/=256,c-=8);for(m=m<<c|u,h+=c;h>0;e[t+D]=m&255,D+=Q,m/=256,h-=8);e[t+D-Q]|=eo*128}});var kt=U(be=>{"use strict";n();var Jo=lt(),ye=_t(),ut=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;be.Buffer=d;be.SlowBuffer=Qi;be.INSPECT_MAX_BYTES=50;var to=2147483647;be.kMaxLength=to;d.TYPED_ARRAY_SUPPORT=Ki();!d.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Ki(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function oe(e){if(e>to)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return nn(e)}return Tt(e,o,t)}d.poolSize=8192;function Tt(e,o,t){if(typeof e=="string")return Yi(e,o);if(ArrayBuffer.isView(e))return Zi(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(j(e,ArrayBuffer)||e&&j(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(j(e,SharedArrayBuffer)||e&&j(e.buffer,SharedArrayBuffer)))return en(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return d.from(s,o,t);var c=Ji(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,t){return Tt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function ht(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 Xi(e,o,t){return ht(e),e<=0?oe(e):o!==void 0?typeof t=="string"?oe(e).fill(o,t):oe(e).fill(o):oe(e)}d.alloc=function(e,o,t){return Xi(e,o,t)};function nn(e){return ht(e),oe(e<0?0:tn(e)|0)}d.allocUnsafe=function(e){return nn(e)};d.allocUnsafeSlow=function(e){return nn(e)};function Yi(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=xt(e,o)|0,s=oe(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Qo(e){for(var o=e.length<0?0:tn(e.length)|0,t=oe(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function Zi(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return en(o.buffer,o.byteOffset,o.byteLength)}return Qo(e)}function en(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,d.prototype),s}function Ji(e){if(d.isBuffer(e)){var o=tn(e.length)|0,t=oe(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||rn(e.length)?oe(0):Qo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Qo(e.data)}function tn(e){if(e>=to)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+to.toString(16)+" bytes");return e|0}function Qi(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,t){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),j(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(o)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};d.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};d.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=d.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(j(m,Uint8Array))p+m.length>c.length?d.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(d.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function xt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||j(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return on(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return It(e).length;default:if(c)return s?-1:on(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=xt;function es(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return ms(this,o,t);case"utf8":case"utf-8":return bt(this,o,t);case"ascii":return cs(this,o,t);case"latin1":case"binary":return ps(this,o,t);case"base64":return is(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ds(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}d.prototype._isBuffer=!0;function de(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)de(this,t,t+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)de(this,t,t+3),de(this,t+1,t+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)de(this,t,t+7),de(this,t+1,t+6),de(this,t+2,t+5),de(this,t+3,t+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?bt(this,0,o):es.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",t=be.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ut&&(d.prototype[ut]=d.prototype.inspect);d.prototype.compare=function(o,t,s,c,p){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,u=s-t,l=Math.min(m,u),h=this.slice(c,p),b=o.slice(t,s),y=0;y<l;++y)if(h[y]!==b[y]){m=h[y],u=b[y];break}return m<u?-1:u<m?1:0};function yt(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rn(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=d.from(o,s)),d.isBuffer(o))return o.length===0?-1:gt(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):gt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function gt(e,o,t,s,c){var p=1,m=e.length,u=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,u/=2,t/=2}function l(D,Q){return p===1?D[Q]:D.readUInt16BE(Q*p)}var h;if(c){var b=-1;for(h=t;h<m;h++)if(l(e,h)===l(o,b===-1?0:h-b)){if(b===-1&&(b=h),h-b+1===u)return b*p}else b!==-1&&(h-=h-b),b=-1}else for(t+u>m&&(t=m-u),h=t;h>=0;h--){for(var y=!0,R=0;R<u;R++)if(l(e,h+R)!==l(o,R)){y=!1;break}if(y)return h}return-1}d.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};d.prototype.indexOf=function(o,t,s){return yt(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return yt(this,o,t,s,!1)};function os(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var u=parseInt(o.substr(m*2,2),16);if(rn(u))return m;e[t+m]=u}return m}function ns(e,o,t,s){return ro(on(o,e.length-t),e,t,s)}function ts(e,o,t,s){return ro(us(o),e,t,s)}function rs(e,o,t,s){return ro(It(o),e,t,s)}function as(e,o,t,s){return ro(gs(o,e.length-t),e,t,s)}d.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return os(this,o,t,s);case"utf8":case"utf-8":return ns(this,o,t,s);case"ascii":case"latin1":case"binary":return ts(this,o,t,s);case"base64":return rs(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return as(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function is(e,o,t){return o===0&&t===e.length?Jo.fromByteArray(e):Jo.fromByteArray(e.slice(o,t))}function bt(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,u=p>239?4:p>223?3:p>191?2:1;if(c+u<=t){var l,h,b,y;switch(u){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(y=(p&31)<<6|l&63,y>127&&(m=y));break;case 3:l=e[c+1],h=e[c+2],(l&192)===128&&(h&192)===128&&(y=(p&15)<<12|(l&63)<<6|h&63,y>2047&&(y<55296||y>57343)&&(m=y));break;case 4:l=e[c+1],h=e[c+2],b=e[c+3],(l&192)===128&&(h&192)===128&&(b&192)===128&&(y=(p&15)<<18|(l&63)<<12|(h&63)<<6|b&63,y>65535&&y<1114112&&(m=y))}}m===null?(m=65533,u=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=u}return ss(s)}var ft=4096;function ss(e){var o=e.length;if(o<=ft)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=ft));return t}function cs(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function ps(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function ms(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=fs[e[p]];return c}function ds(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}d.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,d.prototype),c};function N(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||N(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||N(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};d.prototype.readUint8=d.prototype.readUInt8=function(o,t){return o=o>>>0,t||N(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||N(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||N(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||N(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||N(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||N(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};d.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||N(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};d.prototype.readInt8=function(o,t){return o=o>>>0,t||N(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,t){o=o>>>0,t||N(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};d.prototype.readInt16BE=function(o,t){o=o>>>0,t||N(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};d.prototype.readInt32LE=function(o,t){return o=o>>>0,t||N(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,t){return o=o>>>0,t||N(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,t){return o=o>>>0,t||N(o,4,this.length),ye.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,t){return o=o>>>0,t||N(o,4,this.length),ye.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||N(o,8,this.length),ye.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||N(o,8,this.length),ye.read(this,o,!1,52,8)};function O(e,o,t,s,c,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=1,u=0;for(this[t]=o&255;++u<s&&(m*=256);)this[t+u]=o/m&255;return t+s};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=s-1,u=1;for(this[t+m]=o&255;--m>=0&&(u*=256);)this[t+m]=o/u&255;return t+s};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,255,0),this[t]=o&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};d.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=0,u=1,l=0;for(this[t]=o&255;++m<s&&(u*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/u>>0)-l&255;return t+s};d.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=s-1,u=1,l=0;for(this[t+m]=o&255;--m>=0&&(u*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/u>>0)-l&255;return t+s};d.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};d.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};d.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function St(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wt(e,o,t,s,c){return o=+o,t=t>>>0,c||St(e,o,t,4,34028234663852886e22,-34028234663852886e22),ye.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return wt(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return wt(this,o,t,!1,s)};function vt(e,o,t,s,c){return o=+o,t=t>>>0,c||St(e,o,t,8,17976931348623157e292,-17976931348623157e292),ye.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return vt(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return vt(this,o,t,!1,s)};d.prototype.copy=function(o,t,s,c){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};d.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!d.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var u=d.isBuffer(o)?o:d.from(o,c),l=u.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=u[m%l]}return this};var ls=/[^+/0-9A-Za-z-_]/g;function _s(e){if(e=e.split("=")[0],e=e.trim().replace(ls,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function on(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function us(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function gs(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function It(e){return Jo.toByteArray(_s(e))}function ro(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function j(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function rn(e){return e!==e}var fs=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var Nt=U((Jd,Ct)=>{n();var E=Ct.exports={},z,q;function an(){throw new Error("setTimeout has not been defined")}function sn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=an}catch(e){z=an}try{typeof clearTimeout=="function"?q=clearTimeout:q=sn}catch(e){q=sn}})();function At(e){if(z===setTimeout)return setTimeout(e,0);if((z===an||!z)&&setTimeout)return z=setTimeout,setTimeout(e,0);try{return z(e,0)}catch(o){try{return z.call(null,e,0)}catch(t){return z.call(this,e,0)}}}function Ts(e){if(q===clearTimeout)return clearTimeout(e);if((q===sn||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(t){return q.call(this,e)}}}var ne=[],Se=!1,le,ao=-1;function hs(){!Se||!le||(Se=!1,le.length?ne=le.concat(ne):ao=-1,ne.length&&Et())}function Et(){if(!Se){var e=At(hs);Se=!0;for(var o=ne.length;o;){for(le=ne,ne=[];++ao<o;)le&&le[ao].run();ao=-1,o=ne.length}le=null,Se=!1,Ts(e)}}E.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];ne.push(new Lt(e,o)),ne.length===1&&!Se&&At(Et)};function Lt(e,o){this.fun=e,this.array=o}Lt.prototype.run=function(){this.fun.apply(null,this.array)};E.title="browser";E.browser=!0;E.env={};E.argv=[];E.version="";E.versions={};function te(){}E.on=te;E.addListener=te;E.once=te;E.off=te;E.removeListener=te;E.removeAllListeners=te;E.emit=te;E.prependListener=te;E.prependOnceListener=te;E.listeners=function(e){return[]};E.binding=function(e){throw new Error("process.binding is not supported")};E.cwd=function(){return"/"};E.chdir=function(e){throw new Error("process.chdir is not supported")};E.umask=function(){return 0}});var a,i,xs,r,n=f(()=>{a=T(kt()),i=T(Nt()),xs=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),r=xs});var _e=f(()=>{"use strict";n()});var cn=f(()=>{"use strict";n()});var Rt=f(()=>{"use strict";n()});var Ot=f(()=>{"use strict";n()});var A=f(()=>{"use strict";n()});var Mt=f(()=>{"use strict";n()});var Ft=f(()=>{"use strict";n()});var M=f(()=>{"use strict";n()});var Bt=f(()=>{"use strict";n()});var Ut=f(()=>{"use strict";n()});var Gt=f(()=>{"use strict";n()});var C=f(()=>{"use strict";n();cn();Rt();Ot();A();Mt();Ft();M();Bt();Ut();Gt()});var we,Wt,Ll,Ht,Cl,Vt,Nl,Pl,vs,Ue=f(()=>{"use strict";n();C();we={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:Wt,egldLabel:Ll}=we["devnet"],{chainId:Ht,egldLabel:Cl}=we["testnet"],{chainId:Vt,egldLabel:Nl}=we["mainnet"],Pl={["devnet"]:Wt,["testnet"]:Ht,["mainnet"]:Vt},vs={[Wt]:"devnet",[Ht]:"testnet",[Vt]:"mainnet"}});var pn=f(()=>{"use strict";n()});var $t=f(()=>{"use strict";n()});var io,mn=f(()=>{"use strict";n();io="transaction-status-toast-id"});var K,jt=f(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var zt=f(()=>{"use strict";n()});var qt=f(()=>{"use strict";n()});var Ge,so,Kt,co,Xt,ve,S=f(()=>{"use strict";n();_e();Ue();pn();$t();mn();jt();zt();qt();Ge=5e4,so=1e9,Kt=1,co="logout",Xt="login",ve="0"});var We,po=f(()=>{"use strict";n();We=()=>Date.now()/1e3});var Yt=f(()=>{"use strict";n()});var Zt=f(()=>{"use strict";n()});var dn=f(()=>{"use strict";n();po();Yt();Zt()});var _n={};xe(_n,{getItem:()=>ks,localStorageKeys:()=>ce,removeItem:()=>As,setItem:()=>Is});var ce,ln,Is,ks,As,Ie=f(()=>{"use strict";n();dn();ce={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},ln=typeof localStorage!="undefined",Is=({key:e,data:o,expires:t})=>{!ln||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},ks=e=>{if(!ln)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:We()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},As=e=>{!ln||localStorage.removeItem(String(e))}});var un={};xe(un,{clear:()=>or,getItem:()=>Qt,removeItem:()=>er,setItem:()=>Jt,storage:()=>Es});var Jt,Qt,er,or,Es,nr=f(()=>{"use strict";n();Jt=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Qt=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},er=e=>sessionStorage.removeItem(String(e)),or=()=>sessionStorage.clear(),Es={setItem:Jt,getItem:Qt,removeItem:er,clear:or}});var ue,ke=f(()=>{"use strict";n();Ie();nr();ue={session:un,local:_n}});var gn,L,X,P=f(()=>{"use strict";n();gn=require("@reduxjs/toolkit");S();L=(0,gn.createAction)(co),X=(0,gn.createAction)(Xt,e=>({payload:e}))});var Tn,tr,rr,mo,fn,ar,hn,l_,xn,__,Ls,Cs,u_,g_,f_,Ns,Ps,lo,_o=f(()=>{"use strict";n();Tn=require("@multiversx/sdk-core"),tr=require("@reduxjs/toolkit"),rr=require("redux-persist");S();ke();Ie();P();mo={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:ve},fn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":mo},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},ar=(0,tr.createSlice)({name:"accountInfoSlice",initialState:fn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new Tn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:mo},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(L,()=>(ue.local.removeItem(ce.loginExpiresAt),fn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new Tn.Address(s).hex()}),e.addCase(rr.REHYDRATE,(o,t)=>{var h;if(!((h=t.payload)!=null&&h.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:u}=s;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:fn.accounts,o.publicKey=u})}}),{setAccount:hn,setAddress:l_,setAccountNonce:xn,setAccountShard:__,setLedgerAccount:Ls,updateLedgerAccount:Cs,setWalletConnectAccount:u_,setIsAccountLoading:g_,setAccountLoadingError:f_,setWebsocketEvent:Ns,setWebsocketBatchEvent:Ps}=ar.actions,lo=ar.reducer});function He(){return new Date().setHours(new Date().getHours()+24)}function Ve(e){ue.local.setItem({key:ce.loginExpiresAt,data:e,expires:e})}var yn=f(()=>{"use strict";n();ke();Ie()});var sr,ir,cr,k_,pr,Ds,Rs,A_,Os,mr,E_,uo,go=f(()=>{"use strict";n();sr=require("@reduxjs/toolkit");yn();A();P();ir={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},cr=(0,sr.createSlice)({name:"loginInfoSlice",initialState:ir,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(L,()=>ir),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,Ve(He())})}}),{setLoginMethod:k_,setWalletConnectLogin:pr,setLedgerLogin:Ds,setTokenLogin:Rs,setTokenLoginSignature:A_,setWalletLogin:Os,invalidateLoginSession:mr,setLogoutRoute:E_}=cr.actions,uo=cr.reducer});var lr,dr,_r,P_,Ms,D_,Fs,fo,To=f(()=>{"use strict";n();lr=require("@reduxjs/toolkit");P();dr={},_r=(0,lr.createSlice)({name:"modalsSlice",initialState:dr,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(L,()=>dr)}}),{setTxSubmittedModal:P_,setNotificationModal:Ms,clearTxSubmittedModal:D_,clearNotificationModal:Fs}=_r.actions,fo=_r.reducer});var $e=f(()=>{"use strict";n()});var gr=f(()=>{"use strict";n();$e()});function bn(e){return e[Math.floor(Math.random()*e.length)]}var fr=f(()=>{"use strict";n()});var Sn=f(()=>{"use strict";n();pn()});var ge=f(()=>{"use strict";n();gr();fr();Sn()});var Tr,hr,wn,Bs,xr,K_,X_,ho,xo=f(()=>{"use strict";n();Tr=require("@reduxjs/toolkit"),hr=T(require("lodash.omit"));ge();wn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Bs={network:wn,chainID:"-1"},xr=(0,Tr.createSlice)({name:"appConfig",initialState:Bs,reducers:{initializeNetworkConfig:(e,o)=>{let t=bn(o.payload.walletConnectBridgeAddresses),s=bn(o.payload.walletConnectV2RelayAddresses),c=(0,hr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=w(g(g({},e.network),c),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:s})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:K_,setChainID:X_}=xr.actions,ho=xr.reducer});var yr,vn,br,ou,nu,tu,yo,bo=f(()=>{"use strict";n();yr=require("@reduxjs/toolkit");C();P();vn={isSigning:!1,signedSessions:{}},br=(0,yr.createSlice)({name:"signedMessageInfoSliceState",initialState:vn,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=s},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>vn},extraReducers:e=>{e.addCase(L,()=>vn)}}),{setSignSession:ou,clearSignedMessageInfo:nu,setSignSessionState:tu}=br.actions,yo=br.reducer});var wr,vr,Sr,Ir,Us,In,du,Gs,lu,_u,So,wo=f(()=>{"use strict";n();wr=require("@reduxjs/toolkit"),vr=require("redux-persist");mn();C();po();P();Sr={customToasts:[],transactionToasts:[],failTransactionToast:null},Ir=(0,wr.createSlice)({name:"toastsSlice",initialState:Sr,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(w(g({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:We(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=w(g({},o.payload),{toastId:io})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(L,()=>Sr),e.addCase(vr.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:Us,removeCustomToast:In,addTransactionToast:du,removeTransactionToast:Gs,addFailTransactionToast:lu,removeFailTransactionToast:_u}=Ir.actions,So=Ir.reducer});var kr,An,En,Ln,Ws,kn,Ar,Tu,Hs,Cn,vo,Io=f(()=>{"use strict";n();kr=require("@reduxjs/toolkit");P();An="Transaction failed",En="Transaction successful",Ln="Processing transaction",Ws="Transaction submitted",kn={},Ar=(0,kr.createSlice)({name:"transactionsInfo",initialState:kn,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||An,successMessage:(s==null?void 0:s.successMessage)||En,processingMessage:(s==null?void 0:s.processingMessage)||Ln,submittedMessage:(s==null?void 0:s.submittedMessage)||Ws,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>kn},extraReducers:e=>{e.addCase(L,()=>kn)}}),{clearTransactionsInfo:Tu,setTransactionsDisplayInfo:Hs,clearTransactionsInfoForSessionId:Cn}=Ar.actions,vo=Ar.reducer});function Ee(e){return e!=null&&(Js(e)||tc(e))}function Le(e){return e!=null&&(Qs(e)||rc(e))}function Ce(e){return e!=null&&(ec(e)||ac(e))}function Er(e){return e!=null&&(oc(e)||ic(e))}function Nn(e){return e!=null&&nc(e)}function Js(e){return e!=null&&Vs.includes(e)}function Qs(e){return e!=null&&$s.includes(e)}function ec(e){return e!=null&&js.includes(e)}function oc(e){return e!=null&&zs.includes(e)}function nc(e){return e!=null&&qs.includes(e)}function tc(e){return e!=null&&Ks.includes(e)}function rc(e){return e!=null&&Xs.includes(e)}function ac(e){return e!=null&&Ys.includes(e)}function ic(e){return e!=null&&Zs.includes(e)}var Vs,$s,js,zs,qs,Ks,Xs,Ys,Zs,Ne=f(()=>{"use strict";n();A();Vs=["sent"],$s=["success"],js=["fail","cancelled","timedOut"],zs=["invalid"],qs=["timedOut"],Ks=["pending"],Xs=["success"],Ys=["fail","invalid"],Zs=["not executed"]});var Lr,Cr,je,sc,Nr,Pr,Dr,cc,ko,pc,mc,ku,dc,ze,Pn,Ao,Eo=f(()=>{"use strict";n();Lr=require("@reduxjs/toolkit"),Cr=require("redux-persist");A();Ne();P();je={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},sc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Nr=(0,Lr.createSlice)({name:"transactionsSlice",initialState:je,reducers:{moveTransactionsToSignedState:(e,o)=>{var h,b;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:u={}}=o.payload,l=((h=e.customTransactionInformationForSessionId)==null?void 0:h[t])||sc;e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:g(g({},l),u)},((b=e==null?void 0:e.transactionsToSign)==null?void 0:b.sessionId)===t&&(e.transactionsToSign=je.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,h,b,y,R,D,Q,eo;let{sessionId:t,status:s,errorMessage:c,transactionHash:p,inTransit:m}=o.payload,u=(h=(l=e.signedTransactions)==null?void 0:l[t])==null?void 0:h.transactions;if(u!=null){e.signedTransactions[t].transactions=u.map(ee=>ee.hash===p?w(g({},ee),{status:s,errorMessage:c,inTransit:m}):ee);let Pi=(y=(b=e.signedTransactions[t])==null?void 0:b.transactions)==null?void 0:y.every(ee=>Le(ee.status)),Di=(D=(R=e.signedTransactions[t])==null?void 0:R.transactions)==null?void 0:D.every(ee=>Ce(ee.status)),Ri=(eo=(Q=e.signedTransactions[t])==null?void 0:Q.transactions)==null?void 0:eo.every(ee=>Er(ee.status));Pi&&(e.signedTransactions[t].status="success"),Di&&(e.signedTransactions[t].status="fail"),Ri&&(e.signedTransactions[t].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=je.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=je.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(L,()=>je),e.addCase(Cr.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((u,[l,h])=>{let b=new Date(l),y=new Date;return y.setHours(y.getHours()+5),y-b>0||(u[l]=h),u},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Pr,updateSignedTransactions:Dr,setTransactionsToSign:cc,clearAllTransactionsToSign:ko,clearAllSignedTransactions:pc,clearSignedTransaction:mc,clearTransactionToSign:ku,setSignTransactionsError:dc,setSignTransactionsCancelMessage:ze,moveTransactionsToSignedState:Pn}=Nr.actions,Ao=Nr.reducer});var Rr,Dn,Or,Cu,Nu,lc,Pu,Lo,Co=f(()=>{"use strict";n();Rr=require("@reduxjs/toolkit");P();Dn={},Or=(0,Rr.createSlice)({name:"batchTransactionsSlice",initialState:Dn,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Dn},extraReducers:e=>{e.addCase(L,()=>Dn)}}),{setBatchTransactions:Cu,updateBatchTransactions:Nu,clearBatchTransactions:lc,clearAllBatchTransactions:Pu}=Or.actions,Lo=Or.reducer});var Fr,Mr,Br,Mu,Ur,Rn=f(()=>{"use strict";n();Fr=require("@reduxjs/toolkit");P();Mr={},Br=(0,Fr.createSlice)({name:"dappConfigSlice",initialState:Mr,reducers:{setDappConfig:(e,o)=>{if(e&&o.payload){let{logoutRoute:t,shouldUseWebViewProvider:s}=o.payload;e.logoutRoute=t,e.shouldUseWebViewProvider=s}else e=o.payload}},extraReducers:e=>{e.addCase(L,()=>Mr)}}),{setDappConfig:Mu}=Br.actions,Ur=Br.reducer});var k=f(()=>{"use strict";n();_o();go();To();xo();bo();wo();Io();Eo();Co();Rn()});var On=f(()=>{"use strict";n()});var $r,Vr,jr,cg,pg,mg,dg,lg,_g,zr,qr=f(()=>{"use strict";n();$r=require("@reduxjs/toolkit");P();Vr={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},jr=(0,$r.createSlice)({name:"dappModalsSlice",initialState:Vr,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=g({},o.payload)}},extraReducers:e=>{e.addCase(L,()=>Vr)}}),{setDappModalVisibility:cg,setDappModalHeaderVisibility:pg,setDappModalFooterVisibility:mg,setDappModalHeaderText:dg,setDappModalFooterText:lg,setDappModalConfig:_g}=jr.actions,zr=jr.reducer});var Kr,fc,Tc,fe,Ro=f(()=>{"use strict";n();Kr=require("@reduxjs/toolkit");On();_o();Co();Rn();qr();go();To();xo();bo();wo();Io();Eo();fc={["account"]:lo,["dappModal"]:zr,["dappConfig"]:Ur,["loginInfo"]:uo,["modals"]:fo,["networkConfig"]:ho,["signedMessageInfo"]:yo,["toasts"]:So,["transactionsInfo"]:vo,["transactions"]:Ao,["batchTransactions"]:Lo},Tc=(e={})=>(0,Kr.combineReducers)(g(g({},fc),e)),fe=Tc});var Jr={};xe(Jr,{default:()=>Dc,sessionStorageReducers:()=>Mn});function re(e,o=[]){return{key:e,version:1,storage:Yr.default,blacklist:o}}var F,Xr,Yr,hc,Ke,xc,yc,bc,Sc,wc,vc,Ic,kc,Ac,Ec,Zr,Lc,Mn,Cc,Nc,Pc,Dc,Qr=f(()=>{"use strict";n();F=require("redux-persist"),Xr=T(require("redux-persist/lib/storage")),Yr=T(require("redux-persist/lib/storage/session"));Ro();k();_o();Co();go();To();xo();bo();wo();Io();Eo();On();hc={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},xc=re(Ke["account"]),yc=re(Ke["loginInfo"]),bc=re(Ke["modals"]),Sc=re(Ke["networkConfig"]),wc={2:e=>w(g({},e),{networkConfig:wn})};vc=re("sdk-dapp-transactionsInfo"),Ic=re("sdk-dapp-transactions",["transactionsToSign"]),kc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Ac=re("sdk-dapp-toasts"),Ec=re("sdk-dapp-signedMessageInfo"),Zr={key:"sdk-dapp-store",version:2,storage:Xr.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(wc,{debug:!1})},Lc=w(g({},Zr),{whitelist:[]}),Mn={["toasts"]:(0,F.persistReducer)(Ac,So),["transactions"]:(0,F.persistReducer)(Ic,Ao),["transactionsInfo"]:(0,F.persistReducer)(vc,vo),["batchTransactions"]:(0,F.persistReducer)(kc,Lo),["signedMessageInfo"]:(0,F.persistReducer)(Ec,yo)},Cc=w(g({},Mn),{["account"]:(0,F.persistReducer)(xc,lo),["loginInfo"]:(0,F.persistReducer)(yc,uo),["modals"]:(0,F.persistReducer)(bc,fo),["networkConfig"]:(0,F.persistReducer)(Sc,ho)}),Nc=hc.persistReducersStorageType==="localStorage",Pc=Nc?(0,F.persistReducer)(Zr,fe(Mn)):(0,F.persistReducer)(Lc,fe(Cc)),Dc=Pc});var ea={};xe(ea,{default:()=>Rc});var Rc,oa=f(()=>{"use strict";n();Ro();Rc=fe()});var na={};xe(na,{default:()=>Mc});var H,Oc,Mc,ta=f(()=>{"use strict";n();H=require("redux-persist"),Oc=[H.FLUSH,H.REHYDRATE,H.PAUSE,H.PERSIST,H.PURGE,H.REGISTER],Mc=Oc});var ia={};xe(ia,{default:()=>aa});function aa(e){return(0,ra.persistStore)(e)}var ra,sa=f(()=>{"use strict";n();ra=require("redux-persist")});var ii=U((XL,ai)=>{n();var Vm=typeof r=="object"&&r&&r.Object===Object&&r;ai.exports=Vm});var ci=U((YL,si)=>{n();var $m=ii(),jm=typeof self=="object"&&self&&self.Object===Object&&self,zm=$m||jm||Function("return this")();si.exports=zm});var nt=U((ZL,pi)=>{n();var qm=ci(),Km=qm.Symbol;pi.exports=Km});var _i=U((JL,li)=>{n();var mi=nt(),di=Object.prototype,Xm=di.hasOwnProperty,Ym=di.toString,Je=mi?mi.toStringTag:void 0;function Zm(e){var o=Xm.call(e,Je),t=e[Je];try{e[Je]=void 0;var s=!0}catch(p){}var c=Ym.call(e);return s&&(o?e[Je]=t:delete e[Je]),c}li.exports=Zm});var gi=U((QL,ui)=>{n();var Jm=Object.prototype,Qm=Jm.toString;function ed(e){return Qm.call(e)}ui.exports=ed});var xi=U((eC,hi)=>{n();var fi=nt(),od=_i(),nd=gi(),td="[object Null]",rd="[object Undefined]",Ti=fi?fi.toStringTag:void 0;function ad(e){return e==null?e===void 0?rd:td:Ti&&Ti in Object(e)?od(e):nd(e)}hi.exports=ad});var bi=U((oC,yi)=>{n();var id=Array.isArray;yi.exports=id});var wi=U((nC,Si)=>{n();function sd(e){return e!=null&&typeof e=="object"}Si.exports=sd});var Ii=U((tC,vi)=>{n();var cd=xi(),pd=bi(),md=wi(),dd="[object String]";function ld(e){return typeof e=="string"||!pd(e)&&md(e)&&cd(e)==dd}vi.exports=ld});var qd={};module.exports=Be(qd);n();n();var $d=T(require("react")),jd=require("@fortawesome/free-solid-svg-icons"),zd=require("@fortawesome/react-fontawesome");n();n();var Pt=T(require("react")),Dt=require("@fortawesome/free-solid-svg-icons"),bs=require("@fortawesome/react-fontawesome"),Ss=T(require("classnames"));n();var ys=`.dapp-core-component__copyButton-styles__copy {
|
|
2
2
|
color: #6c757d;
|
|
3
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
3
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ys));n();n();n();var qp=T(require("react")),Kp=require("@fortawesome/free-solid-svg-icons"),Xp=require("@fortawesome/react-fontawesome"),Yp=T(require("classnames"));n();var ws=`.dapp-core-component__main__link-style {
|
|
4
4
|
color: #1392ff;
|
|
5
5
|
}
|
|
6
6
|
|
|
@@ -2694,9 +2694,9 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2694
2694
|
right: 0;
|
|
2695
2695
|
left: unset;
|
|
2696
2696
|
width: calc(100% - 1.85rem);
|
|
2697
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
2697
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ws));n();n();var _a=require("react"),Pe=require("react-redux");n();var Fn=require("@reduxjs/toolkit"),da=require("react-redux/lib/utils/Subscription");k();n();var Wr=T(require("lodash.throttle"));S();n();var Gr=T(require("lodash.isequal")),No=require("reselect");C();var _=(0,No.createSelectorCreator)(No.defaultMemoize,Gr.default),qe=(e,o)=>e!=""&&Boolean(o);k();yn();ke();Ie();var _c=[co],Po=!1,uc=(0,Wr.default)(()=>{Ve(He())},5e3),Hr=e=>o=>t=>{var l;if(_c.includes(t.type))return o(t);let s=e.getState(),c=ue.local.getItem(ce.loginExpiresAt);if(!qe((l=s==null?void 0:s.loginInfo)==null?void 0:l.loginMethod,s==null?void 0:s.account.address))return o(t);if(c==null)return Ve(He());let m=Date.now();return c-m<0&&!Po?setTimeout(()=>{Po=!0,e.dispatch(mr())},1e3):(Po&&(Po=!1),uc()),o(t)};n();n();function Do(){return typeof sessionStorage!="undefined"}var ca=Do()?(Qr(),Be(Jr)).default:(oa(),Be(ea)).default,pa=Do()?(ta(),Be(na)).default:[],ma=Do()?(sa(),Be(ia)).default:e=>e;Ro();var v=(0,Fn.configureStore)({reducer:ca,middleware:e=>e({serializableCheck:{ignoredActions:[...pa,xn.type,hn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Hr)}),la=(0,da.createSubscription)(v),qg=ma(v),Kg=(0,Fn.configureStore)({reducer:fe});var Fc={store:v,subscription:la},Bn=(0,_a.createContext)(Fc),Jg=(0,Pe.createStoreHook)(Bn),B=(0,Pe.createDispatchHook)(Bn),I=(0,Pe.createSelectorHook)(Bn);n();n();k();var Y=e=>e.account,De=_(Y,e=>e.address),Re=_(Y,De,(e,o)=>o in e.accounts?e.accounts[o]:mo),Bc=_(Y,Re,(e,o)=>{let c=e,{accounts:t}=c,s=he(c,["accounts"]);return w(g({},s),{account:o})}),Uc=_(Re,e=>e.balance),Gc=_(Re,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),nf=_(Y,e=>e.shard),Wc=_(Y,e=>e.ledgerAccount),tf=_(Y,e=>e.walletConnectAccount),rf=_(Y,e=>e.isAccountLoading),af=_(Y,e=>e.accountLoadingError),ua=_(Y,e=>e.websocketEvent),Hc=_(Y,e=>e.websocketBatchEvent);n();var Vc=e=>e.dappConfig,pf=_(Vc,e=>e.shouldUseWebViewProvider);n();var V=e=>e.loginInfo,_f=_(V,e=>e.loginMethod),Un=_(V,De,(e,o)=>qe(e.loginMethod,o)),uf=_(V,e=>e.walletConnectLogin),gf=_(V,e=>e.ledgerLogin),$c=_(V,e=>e.walletLogin),ff=_(V,e=>e.isLoginSessionInvalid),jc=_(V,e=>e.tokenLogin),Tf=_(V,e=>e.logoutRoute);n();var ga=e=>e.modals,yf=_(ga,e=>e.txSubmittedModal),zc=_(ga,e=>e.notificationModal);n();var ae=e=>e.networkConfig,Oo=_(ae,e=>e.chainID),qc=_(ae,e=>e.network.walletConnectBridgeAddress),Kc=_(ae,e=>e.network.walletConnectV2RelayAddress),Xc=_(ae,e=>e.network.walletConnectV2ProjectId),Yc=_(ae,e=>e.network.walletConnectV2Options),fa=_(ae,e=>e.network.walletConnectDeepLink),Z=_(ae,e=>e.network),Ta=_(Z,e=>e.apiAddress),ha=_(Z,e=>e.explorerAddress),xa=_(Z,e=>e.egldLabel);n();var Mo=e=>e.signedMessageInfo,If=_(Mo,e=>e.isSigning),kf=_(Mo,e=>e.errorMessage),Af=_(Mo,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),Ef=_(Mo,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var Gn=e=>e.toasts,Nf=_(Gn,e=>e.customToasts),Zc=_(Gn,e=>e.transactionToasts),Pf=_(Gn,e=>e.failTransactionToast);n();k();var ya={errorMessage:An,successMessage:En,processingMessage:Ln},ba=e=>e.transactionsInfo,Jc=_(ba,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||ya);n();n();var J=require("@multiversx/sdk-core"),wa=require("@multiversx/sdk-core/out/signature");S();n();var Hn=require("@multiversx/sdk-core/out");n();n();function Wn(e){try{let o=atob(e),t=btoa(o),s=a.Buffer.from(e,"base64").toString(),c=a.Buffer.from(s).toString("base64");if(e===t&&e===c||o===s)return!0}catch(o){return!1}return!1}n();n();n();n();var Sa=e=>{let o=e!=null?e:"";return Wn(o)?Hn.TransactionPayload.fromEncoded(o):new Hn.TransactionPayload(o)};function Fo(e){var t,s,c;let o=new J.Transaction(g(g({value:e.value.valueOf(),data:Sa(e.data),nonce:e.nonce.valueOf(),receiver:new J.Address(e.receiver),sender:new J.Address(e.sender),gasLimit:(t=e.gasLimit.valueOf())!=null?t:Ge,gasPrice:(s=e.gasPrice.valueOf())!=null?s:so,chainID:e.chainID.valueOf(),version:new J.TransactionVersion((c=e.version)!=null?c:Kt)},e.options?{options:new J.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new J.Address(e.guardian)}:{}));return e.guardianSignature&&o.applyGuardianSignature({hex:()=>e.guardianSignature||""}),e.signature&&o.applySignature(new wa.Signature(e.signature)),o}n();n();n();n();n();var op=require("@multiversx/sdk-core/out");n();S();n();var va=require("@multiversx/sdk-core");C();n();var np=require("@multiversx/sdk-core");n();n();n();var tp=require("@multiversx/sdk-core"),rp=T(require("bignumber.js"));A();n();n();n();var $n="blocks";n();n();n();n();M();n();n();M();n();n();n();var lp=T(require("bignumber.js"));S();n();var dp=require("@multiversx/sdk-core"),jn=T(require("bignumber.js"));S();n();var pp=T(require("bignumber.js"));n();jn.default.config({ROUNDING_MODE:jn.default.ROUND_FLOOR});n();n();n();S();n();n();n();n();S();n();S();n();var _p=require("@multiversx/sdk-core");S();n();var Ye=require("@multiversx/sdk-core"),fp=require("@multiversx/sdk-network-providers");S();n();n();var up=T(require("bignumber.js"));S();n();S();n();n();n();n();n();n();S();n();S();n();S();n();M();var hp=["reDelegateRewards","claimRewards","unBond"],xp=["wrapEgld","unwrapEgld"],yp=["unStake"],bp=["unDelegate"];n();n();n();S();n();var Ip=T(require("bignumber.js"));n();n();M();n();var kp=T(require("bignumber.js"));n();n();n();var Cp=T(require("bignumber.js"));C();n();n();n();n();A();n();var Rp=require("@multiversx/sdk-web-wallet-provider");S();n();var Pp=T(require("qs"));n();n();var Kn=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";n();var ob={search:Kn()?window.location.search:"",removeParams:[]};n();n();n();n();M();n();n();n();var Op=T(require("linkifyjs"));n();S();n();var Mp=T(require("bignumber.js"));n();C();n();n();A();n();A();n();n();n();M();n();M();n();var Fp=T(require("bignumber.js"));S();M();n();M();n();var Da=require("react");C();n();n();M();n();n();var Bp=require("@multiversx/sdk-core/out"),Up=T(require("bignumber.js"));M();n();C();n();n();C();var jS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ra=require("react");C();n();var Wp=require("react");M();var JS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ne();var Go=e=>e.transactions,Oe=_(Go,e=>e.signedTransactions),Hp=_(Go,e=>e.signTransactionsError),Oa=_(Go,e=>e.signTransactionsCancelMessage),Wo=e=>o=>Object.entries(o).reduce((t,[s,c])=>(e(c.status)&&(t[s]=c),t),{}),Ma=_(Oe,Wo(Ee)),Fa=_(Oe,Wo(Le)),Ba=_(Oe,Wo(Ce)),Vp=_(Oe,Wo(Nn)),Ua=_(Go,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:w(g({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(t=>Fo(t)))||[]})}),$p=_(Oe,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});n();var jp=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2698
2698
|
color: #6c757d;
|
|
2699
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(jp));n();n();var Ko=T(require("react")),Ud=T(require("classnames"));S();n();n();var Wa=require("react");n();k();n();n();n();n();n();n();n();n();var Qp=require("@multiversx/sdk-extension-provider"),em=require("@multiversx/sdk-hw-provider"),om=require("@multiversx/sdk-opera-provider"),nm=require("@multiversx/sdk-web-wallet-provider");S();A();n();var
|
|
2699
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(jp));n();n();var Ko=T(require("react")),Ud=T(require("classnames"));S();n();n();var Wa=require("react");n();k();n();n();n();n();n();n();n();n();var Qp=require("@multiversx/sdk-extension-provider"),em=require("@multiversx/sdk-hw-provider"),om=require("@multiversx/sdk-opera-provider"),nm=require("@multiversx/sdk-web-wallet-provider");S();A();n();var se=e=>`Unable to perform ${e}, Provider not initialized`,Ho=class{init(){return Promise.resolve(!1)}login(o){throw new Error(se(`login with options: ${o}`))}logout(o){throw new Error(se(`logout with options: ${o}`))}getAddress(){throw new Error(se("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,t){throw new Error(se(`sendTransaction with transactions: ${o} options: ${t}`))}signTransaction(o,t){throw new Error(se(`signTransaction with transactions: ${o} options: ${t}`))}signTransactions(o,t){throw new Error(se(`signTransactions with transactions: ${o} options: ${t}`))}signMessage(o,t){throw new Error(se(`signTransactions with ${o} and options ${t}`))}sendCustomMessage({method:o,params:t}){throw new Error(se(`sendCustomMessage with method: ${o} params: ${t}`))}sendCustomRequest(o){throw new Error(se(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},tm=new Ho;k();n();n();var rm=T(require("axios"));n();n();n();A();n();n();n();Ne();n();n();n();var am=T(require("axios"));n();var im=T(require("axios"));n();var cm=T(require("axios"));n();n();var pm=T(require("axios"));n();var mm=T(require("axios"));n();k();A();n();n();n();n();P();C();n();k();n();var za=require("@multiversx/sdk-core");n();Ne();n();k();A();n();k();C();n();n();n();C();n();n();n();n();var _m=T(require("axios")),um=T(require("swr"));n();n();var qa=require("react");n();var gm=require("react"),fm=require("@multiversx/sdk-web-wallet-provider"),Tm=require("@multiversx/sdk-web-wallet-provider"),hm=T(require("qs"));S();k();A();cn();n();var Ya=require("react"),Jn=require("@multiversx/sdk-core");Sn();n();n();n();n();n();n();n();n();n();Ue();n();var ym=T(require("axios"));n();var bm=T(require("axios"));n();Ue();n();Ue();S();n();var ei=require("react"),oi=require("@multiversx/sdk-core"),Rm=require("@multiversx/sdk-extension-provider");S();n();n();n();n();n();n();n();n();var Ze=T(require("react"));var VA=(0,Ze.createContext)({}),$A=v.getState();n();var Ja=T(require("react"));n();var Qn=T(require("react")),Am=T(require("axios"));n();n();n();k();A();n();var Qa=require("react"),Cm=require("@multiversx/sdk-extension-provider");S();k();n();var Mm=require("react");n();var Om=T(require("axios"));k();C();$e();n();_e();k();n();n();var Td=require("react");n();n();n();n();S();k();n();n();var Um=T(require("bignumber.js"));S();k();C();n();var Bm=T(require("bignumber.js"));S();n();var Gm=require("@multiversx/sdk-core"),Wm=T(require("bignumber.js"));S();n();n();n();n();var ri=T(require("axios"));n();n();n();function ni(e){return x(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}n();var ti=(e,o,t,s=0)=>x(void 0,null,function*(){try{return yield e(...t)}catch(c){return s<o.retries?((o==null?void 0:o.delay)!=null&&(yield ni(o.delay)),yield ti(e,o,t,s+1)):null}}),ot=(e,o={retries:5,delay:500})=>(...t)=>x(void 0,null,function*(){return yield ti(e,o,t)});var Hm=4;var qL=ot((e,o)=>x(void 0,null,function*(){let{data:t}=yield ri.default.get(`${e}/${$n}?from=${Hm}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[s]=t;return s}));n();n();po();n();n();var _d=T(Ii());n();var ki,gC={origin:typeof window!="undefined"?(ki=window==null?void 0:window.location)==null?void 0:ki.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};n();A();Ne();n();var Ai=require("react");n();n();var xd=require("react"),yd=require("@multiversx/sdk-extension-provider");_e();P();A();n();ge();n();var hd=require("react"),Ei=require("@multiversx/sdk-core");k();n();var bd=require("react"),Sd=require("@multiversx/sdk-opera-provider");_e();P();A();ge();n();var Id=require("react");_e();k();n();n();dn();n();n();var wd=T(require("platform"));n();P();C();$e();ke();Ie();n();n();n();n();n();n();n();n();n();A();n();$e();ke();n();n();n();k();n();n();var vd=T(require("axios"));n();n();var Li=require("react"),Ad=require("@multiversx/sdk-hw-provider");_e();P();k();A();ge();n();var kd=require("react");n();var rt=require("react");P();k();A();ge();n();var at=require("react");P();k();A();ge();n();n();var Ci=require("react");n();var Pd=require("react");n();var it=require("react"),Nd=require("socket.io-client");k();n();n();n();n();var Ni=e=>e.dappModal,Dd=_(Ni,e=>e.visible),qo=_(Ni,e=>e.modal),YD=_(qo,e=>e.showHeader),ZD=_(qo,e=>e.showFooter),JD=_(qo,e=>e.headerText),QD=_(qo,e=>e.footerText);n();n();var Rd=require("react");C();n();n();var Fd=T(require("swr"));n();n();n();n();var Md=T(require("axios"));n();var Bd=`.dapp-core-component__trim-styles__trim {
|
|
2700
2700
|
display: flex;
|
|
2701
2701
|
max-width: 100%;
|
|
2702
2702
|
overflow: hidden;
|