@multiversx/sdk-dapp 2.14.4 → 2.14.6
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-6Y5U4ZR3.js +2 -0
- 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-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-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-NLQTR5RL.js +2 -0
- 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-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-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-UFXJJAIO.js +2 -0
- 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-QB7FSZIJ.js → chunk-WRDH76HG.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/AppInitializer.d.ts +8 -4
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.d.ts +2 -1
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/index.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.d.ts +8 -4
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.d.ts +2 -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-AS5LF45F.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-J4FVDFZJ.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-URQFLH5U.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var $o=Object.create;var de=Object.defineProperty,Ho=Object.defineProperties,Wo=Object.getOwnPropertyDescriptor,qo=Object.getOwnPropertyDescriptors,jo=Object.getOwnPropertyNames,be=Object.getOwnPropertySymbols,zo=Object.getPrototypeOf,pt=Object.prototype.hasOwnProperty,cr=Object.prototype.propertyIsEnumerable;var sr=(e,t,r)=>t in e?de(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,x=(e,t)=>{for(var r in t||(t={}))pt.call(t,r)&&sr(e,r,t[r]);if(be)for(var r of be(t))cr.call(t,r)&&sr(e,r,t[r]);return e},A=(e,t)=>Ho(e,qo(t));var lr=(e,t)=>{var r={};for(var o in e)pt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&be)for(var o of be(e))t.indexOf(o)<0&&cr.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ae=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Z=(e,t)=>{for(var r in t)de(e,r,{get:t[r],enumerable:!0})},pr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of jo(t))!pt.call(e,i)&&i!==r&&de(e,i,{get:()=>t[i],enumerable:!(o=Wo(t,i))||o.enumerable});return e};var I=(e,t,r)=>(r=e!=null?$o(zo(e)):{},pr(t||!e||!e.__esModule?de(r,"default",{value:e,enumerable:!0}):r,e)),me=e=>pr(de({},"__esModule",{value:!0}),e);var mr=Ae(ve=>{"use strict";n();ve.byteLength=Yo;ve.toByteArray=Zo;ve.fromByteArray=ei;var M=[],R=[],Ko=typeof Uint8Array!="undefined"?Uint8Array:Array,ut="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Q=0,ur=ut.length;Q<ur;++Q)M[Q]=ut[Q],R[ut.charCodeAt(Q)]=Q;var Q,ur;R["-".charCodeAt(0)]=62;R["_".charCodeAt(0)]=63;function dr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function Yo(e){var t=dr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Xo(e,t,r){return(t+r)*3/4-r}function Zo(e){var t,r=dr(e),o=r[0],i=r[1],l=new Ko(Xo(e,o,i)),p=0,m=i>0?o-4:o,d;for(d=0;d<m;d+=4)t=R[e.charCodeAt(d)]<<18|R[e.charCodeAt(d+1)]<<12|R[e.charCodeAt(d+2)]<<6|R[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=R[e.charCodeAt(d)]<<2|R[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=R[e.charCodeAt(d)]<<10|R[e.charCodeAt(d+1)]<<4|R[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function Qo(e){return M[e>>18&63]+M[e>>12&63]+M[e>>6&63]+M[e&63]}function Jo(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(Qo(o));return i.join("")}function ei(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,m=r-o;p<m;p+=l)i.push(Jo(e,p,p+l>m?m:p+l));return o===1?(t=e[r-1],i.push(M[t>>2]+M[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(M[t>>10]+M[t>>4&63]+M[t<<2&63]+"=")),i.join("")}});var gr=Ae(dt=>{n();dt.read=function(e,t,r,o,i){var l,p,m=i*8-o-1,d=(1<<m)-1,T=d>>1,h=-7,y=r?i-1:0,k=r?-1:1,E=e[t+y];for(y+=k,l=E&(1<<-h)-1,E>>=-h,h+=m;h>0;l=l*256+e[t+y],y+=k,h-=8);for(p=l&(1<<-h)-1,l>>=-h,h+=o;h>0;p=p*256+e[t+y],y+=k,h-=8);if(l===0)l=1-T;else{if(l===d)return p?NaN:(E?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-T}return(E?-1:1)*p*Math.pow(2,l-o)};dt.write=function(e,t,r,o,i,l){var p,m,d,T=l*8-i-1,h=(1<<T)-1,y=h>>1,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,E=o?0:l-1,$=o?1:-1,Ie=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,p=h):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+y>=1?t+=k/d:t+=k*Math.pow(2,1-y),t*d>=2&&(p++,d/=2),p+y>=h?(m=0,p=h):p+y>=1?(m=(t*d-1)*Math.pow(2,i),p=p+y):(m=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+E]=m&255,E+=$,m/=256,i-=8);for(p=p<<i|m,T+=i;T>0;e[r+E]=p&255,E+=$,p/=256,T-=8);e[r+E-$]|=Ie*128}});var kr=Ae(ie=>{"use strict";n();var mt=mr(),oe=gr(),fr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ie.Buffer=u;ie.SlowBuffer=ai;ie.INSPECT_MAX_BYTES=50;var Ee=2147483647;ie.kMaxLength=Ee;u.TYPED_ARRAY_SUPPORT=ti();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ti(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function W(e){if(e>Ee)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return yt(e)}return hr(e,t,r)}u.poolSize=8192;function hr(e,t,r){if(typeof e=="string")return ni(e,t);if(ArrayBuffer.isView(e))return oi(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(O(e,ArrayBuffer)||e&&O(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(O(e,SharedArrayBuffer)||e&&O(e.buffer,SharedArrayBuffer)))return ft(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=ii(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return hr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function xr(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 ri(e,t,r){return xr(e),e<=0?W(e):t!==void 0?typeof r=="string"?W(e).fill(t,r):W(e).fill(t):W(e)}u.alloc=function(e,t,r){return ri(e,t,r)};function yt(e){return xr(e),W(e<0?0:ht(e)|0)}u.allocUnsafe=function(e){return yt(e)};u.allocUnsafeSlow=function(e){return yt(e)};function ni(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Sr(e,t)|0,o=W(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function gt(e){for(var t=e.length<0?0:ht(e.length)|0,r=W(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function oi(e){if(O(e,Uint8Array)){var t=new Uint8Array(e);return ft(t.buffer,t.byteOffset,t.byteLength)}return gt(e)}function ft(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function ii(e){if(u.isBuffer(e)){var t=ht(e.length)|0,r=W(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||xt(e.length)?W(0):gt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return gt(e.data)}function ht(e){if(e>=Ee)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ee.toString(16)+" bytes");return e|0}function ai(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),O(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(O(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Sr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||O(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Tt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Er(e).length;default:if(i)return o?-1:Tt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Sr;function si(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return yi(this,t,r);case"utf8":case"utf-8":return Ir(this,t,r);case"ascii":return fi(this,t,r);case"latin1":case"binary":return Ti(this,t,r);case"base64":return mi(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hi(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function J(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)J(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)J(this,r,r+3),J(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)J(this,r,r+7),J(this,r+1,r+6),J(this,r+2,r+5),J(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Ir(this,0,t):si.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ie.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};fr&&(u.prototype[fr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,m=o-r,d=Math.min(p,m),T=this.slice(i,l),h=t.slice(r,o),y=0;y<d;++y)if(T[y]!==h[y]){p=T[y],m=h[y];break}return p<m?-1:m<p?1:0};function wr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,xt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Tr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Tr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Tr(e,t,r,o,i){var l=1,p=e.length,m=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,m/=2,r/=2}function d(E,$){return l===1?E[$]:E.readUInt16BE($*l)}var T;if(i){var h=-1;for(T=r;T<p;T++)if(d(e,T)===d(t,h===-1?0:T-h)){if(h===-1&&(h=T),T-h+1===m)return h*l}else h!==-1&&(T-=T-h),h=-1}else for(r+m>p&&(r=p-m),T=r;T>=0;T--){for(var y=!0,k=0;k<m;k++)if(d(e,T+k)!==d(t,k)){y=!1;break}if(y)return T}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return wr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return wr(this,t,r,o,!1)};function ci(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var m=parseInt(t.substr(p*2,2),16);if(xt(m))return p;e[r+p]=m}return p}function li(e,t,r,o){return ke(Tt(t,e.length-r),e,r,o)}function pi(e,t,r,o){return ke(wi(t),e,r,o)}function ui(e,t,r,o){return ke(Er(t),e,r,o)}function di(e,t,r,o){return ke(Ii(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return ci(this,t,r,o);case"utf8":case"utf-8":return li(this,t,r,o);case"ascii":case"latin1":case"binary":return pi(this,t,r,o);case"base64":return ui(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return di(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function mi(e,t,r){return t===0&&r===e.length?mt.fromByteArray(e):mt.fromByteArray(e.slice(t,r))}function Ir(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,m=l>239?4:l>223?3:l>191?2:1;if(i+m<=r){var d,T,h,y;switch(m){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(y=(l&31)<<6|d&63,y>127&&(p=y));break;case 3:d=e[i+1],T=e[i+2],(d&192)===128&&(T&192)===128&&(y=(l&15)<<12|(d&63)<<6|T&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:d=e[i+1],T=e[i+2],h=e[i+3],(d&192)===128&&(T&192)===128&&(h&192)===128&&(y=(l&15)<<18|(d&63)<<12|(T&63)<<6|h&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,m=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=m}return gi(o)}var yr=4096;function gi(e){var t=e.length;if(t<=yr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=yr));return r}function fi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Ti(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function yi(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=bi[e[l]];return i}function hi(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function v(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||v(t,4,this.length),oe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||v(t,4,this.length),oe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||v(t,8,this.length),oe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||v(t,8,this.length),oe.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,m=0;for(this[r]=t&255;++m<o&&(p*=256);)this[r+m]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,m=1;for(this[r+p]=t&255;--p>=0&&(m*=256);)this[r+p]=t/m&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,m=1,d=0;for(this[r]=t&255;++p<o&&(m*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,m=1,d=0;for(this[r+p]=t&255;--p>=0&&(m*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/m>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function br(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Ar(e,t,r,o,i){return t=+t,r=r>>>0,i||br(e,t,r,4,34028234663852886e22,-34028234663852886e22),oe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Ar(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Ar(this,t,r,!1,o)};function vr(e,t,r,o,i){return t=+t,r=r>>>0,i||br(e,t,r,8,17976931348623157e292,-17976931348623157e292),oe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return vr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return vr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var m=u.isBuffer(t)?t:u.from(t,i),d=m.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=m[p%d]}return this};var xi=/[^+/0-9A-Za-z-_]/g;function Si(e){if(e=e.split("=")[0],e=e.trim().replace(xi,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Tt(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function wi(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Ii(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function Er(e){return mt.toByteArray(Si(e))}function ke(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function O(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function xt(e){return e!==e}var bi=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Cr=Ae((gs,Rr)=>{n();var w=Rr.exports={},F,B;function St(){throw new Error("setTimeout has not been defined")}function wt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?F=setTimeout:F=St}catch(e){F=St}try{typeof clearTimeout=="function"?B=clearTimeout:B=wt}catch(e){B=wt}})();function Lr(e){if(F===setTimeout)return setTimeout(e,0);if((F===St||!F)&&setTimeout)return F=setTimeout,setTimeout(e,0);try{return F(e,0)}catch(t){try{return F.call(null,e,0)}catch(r){return F.call(this,e,0)}}}function Ai(e){if(B===clearTimeout)return clearTimeout(e);if((B===wt||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(e);try{return B(e)}catch(t){try{return B.call(null,e)}catch(r){return B.call(this,e)}}}var q=[],ae=!1,ee,Le=-1;function vi(){!ae||!ee||(ae=!1,ee.length?q=ee.concat(q):Le=-1,q.length&&Dr())}function Dr(){if(!ae){var e=Lr(vi);ae=!0;for(var t=q.length;t;){for(ee=q,q=[];++Le<t;)ee&&ee[Le].run();Le=-1,t=q.length}ee=null,ae=!1,Ai(e)}}w.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];q.push(new Nr(e,t)),q.length===1&&!ae&&Lr(Dr)};function Nr(e,t){this.fun=e,this.array=t}Nr.prototype.run=function(){this.fun.apply(null,this.array)};w.title="browser";w.browser=!0;w.env={};w.argv=[];w.version="";w.versions={};function j(){}w.on=j;w.addListener=j;w.once=j;w.off=j;w.removeListener=j;w.removeAllListeners=j;w.emit=j;w.prependListener=j;w.prependOnceListener=j;w.listeners=function(e){return[]};w.binding=function(e){throw new Error("process.binding is not supported")};w.cwd=function(){return"/"};w.chdir=function(e){throw new Error("process.chdir is not supported")};w.umask=function(){return 0}});var a,s,fs,n=f(()=>{a=I(kr()),s=I(Cr()),fs=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var _r=f(()=>{"use strict";n()});var Pr=f(()=>{"use strict";n()});var Mr=f(()=>{"use strict";n()});var Or=f(()=>{"use strict";n()});var z=f(()=>{"use strict";n()});var Fr=f(()=>{"use strict";n()});var Br=f(()=>{"use strict";n()});var D=f(()=>{"use strict";n()});var Ur=f(()=>{"use strict";n()});var Vr=f(()=>{"use strict";n()});var Gr=f(()=>{"use strict";n()});var C=f(()=>{"use strict";n();Pr();Mr();Or();z();Fr();Br();D();Ur();Vr();Gr()});var It,$r,Ms,Hr,Os,Wr,Fs,Bs,Us,qr=f(()=>{"use strict";n();C();It={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:$r,egldLabel:Ms}=It["devnet"],{chainId:Hr,egldLabel:Os}=It["testnet"],{chainId:Wr,egldLabel:Fs}=It["mainnet"],Bs={["devnet"]:$r,["testnet"]:Hr,["mainnet"]:Wr},Us={[$r]:"devnet",[Hr]:"testnet",[Wr]:"mainnet"}});var bt=f(()=>{"use strict";n()});var jr=f(()=>{"use strict";n()});var zr,At=f(()=>{"use strict";n();zr="transaction-status-toast-id"});var U,Kr=f(()=>{"use strict";n();U=require("@multiversx/sdk-web-wallet-provider")});var Yr=f(()=>{"use strict";n()});var Xr=f(()=>{"use strict";n()});var vt,Et,Zr,De,Qr,se,S=f(()=>{"use strict";n();_r();qr();bt();jr();At();Kr();Yr();Xr();vt=5e4,Et=1e9,Zr=1,De="logout",Qr="login",se="0"});var Ne,kt=f(()=>{"use strict";n();Ne=()=>Date.now()/1e3});var Jr=f(()=>{"use strict";n()});var en=f(()=>{"use strict";n()});var tn=f(()=>{"use strict";n();kt();Jr();en()});var Dt={};Z(Dt,{getItem:()=>ki,localStorageKeys:()=>te,removeItem:()=>Li,setItem:()=>Ei});var te,Lt,Ei,ki,Li,ge=f(()=>{"use strict";n();tn();te={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Lt=typeof localStorage!="undefined",Ei=({key:e,data:t,expires:r})=>{!Lt||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},ki=e=>{if(!Lt)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ne()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Li=e=>{!Lt||localStorage.removeItem(String(e))}});var Nt={};Z(Nt,{clear:()=>an,getItem:()=>nn,removeItem:()=>on,setItem:()=>rn,storage:()=>Di});var rn,nn,on,an,Di,sn=f(()=>{"use strict";n();rn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},nn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},on=e=>sessionStorage.removeItem(String(e)),an=()=>sessionStorage.clear(),Di={setItem:rn,getItem:nn,removeItem:on,clear:an}});var ce,Re=f(()=>{"use strict";n();ge();sn();ce={session:Nt,local:Dt}});var Rt,b,Ce,P=f(()=>{"use strict";n();Rt=require("@reduxjs/toolkit");S();b=(0,Rt.createAction)(De),Ce=(0,Rt.createAction)(Qr,e=>({payload:e}))});var _t,cn,ln,_e,Ct,pn,un,xc,dn,Sc,wc,Ic,bc,Ac,vc,Ec,kc,Pe,Me=f(()=>{"use strict";n();_t=require("@multiversx/sdk-core"),cn=require("@reduxjs/toolkit"),ln=require("redux-persist");S();Re();ge();P();_e={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:se},Ct={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":_e},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},pn=(0,cn.createSlice)({name:"accountInfoSlice",initialState:Ct,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new _t.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:_e},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(b,()=>(ce.local.removeItem(te.loginExpiresAt),Ct)),e.addCase(Ce,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new _t.Address(o).hex()}),e.addCase(ln.REHYDRATE,(t,r)=>{var T;if(!((T=r.payload)!=null&&T.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:m}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:Ct.accounts,t.publicKey=m})}}),{setAccount:un,setAddress:xc,setAccountNonce:dn,setAccountShard:Sc,setLedgerAccount:wc,updateLedgerAccount:Ic,setWalletConnectAccount:bc,setIsAccountLoading:Ac,setAccountLoadingError:vc,setWebsocketEvent:Ec,setWebsocketBatchEvent:kc}=pn.actions,Pe=pn.reducer});function fe(){return new Date().setHours(new Date().getHours()+24)}function Te(e){ce.local.setItem({key:te.loginExpiresAt,data:e,expires:e})}var Pt=f(()=>{"use strict";n();Re();ge()});var gn,mn,fn,Fc,Bc,Uc,Vc,Gc,$c,Tn,Hc,Oe,Fe=f(()=>{"use strict";n();gn=require("@reduxjs/toolkit");Pt();z();P();mn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},fn=(0,gn.createSlice)({name:"loginInfoSlice",initialState:mn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(b,()=>mn),e.addCase(Ce,(t,r)=>{t.loginMethod=r.payload.loginMethod,Te(fe())})}}),{setLoginMethod:Fc,setWalletConnectLogin:Bc,setLedgerLogin:Uc,setTokenLogin:Vc,setTokenLoginSignature:Gc,setWalletLogin:$c,invalidateLoginSession:Tn,setLogoutRoute:Hc}=fn.actions,Oe=fn.reducer});var hn,yn,xn,zc,Kc,Yc,Xc,Be,Ue=f(()=>{"use strict";n();hn=require("@reduxjs/toolkit");P();yn={},xn=(0,hn.createSlice)({name:"modalsSlice",initialState:yn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(b,()=>yn)}}),{setTxSubmittedModal:zc,setNotificationModal:Kc,clearTxSubmittedModal:Yc,clearNotificationModal:Xc}=xn.actions,Be=xn.reducer});var Sn=f(()=>{"use strict";n()});var wn=f(()=>{"use strict";n();Sn()});function Mt(e){return e[Math.floor(Math.random()*e.length)]}var In=f(()=>{"use strict";n()});var bn=f(()=>{"use strict";n();bt()});var An=f(()=>{"use strict";n();wn();In();bn()});var vn,En,Ot,Ri,kn,dl,ml,Ve,Ge=f(()=>{"use strict";n();vn=require("@reduxjs/toolkit"),En=I(require("lodash.omit"));An();Ot={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Ri={network:Ot,chainID:"-1"},kn=(0,vn.createSlice)({name:"appConfig",initialState:Ri,reducers:{initializeNetworkConfig:(e,t)=>{let r=Mt(t.payload.walletConnectBridgeAddresses),o=Mt(t.payload.walletConnectV2RelayAddresses),i=(0,En.default)(t.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=A(x(x({},e.network),i),{walletConnectBridgeAddress:r,walletConnectV2RelayAddress:o})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:dl,setChainID:ml}=kn.actions,Ve=kn.reducer});var Ln,Ft,Dn,xl,Sl,wl,$e,He=f(()=>{"use strict";n();Ln=require("@reduxjs/toolkit");C();P();Ft={isSigning:!1,signedSessions:{}},Dn=(0,Ln.createSlice)({name:"signedMessageInfoSliceState",initialState:Ft,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=o},setSignSessionState:(e,t)=>x(x({},e),t.payload),clearSignedMessageInfo:()=>Ft},extraReducers:e=>{e.addCase(b,()=>Ft)}}),{setSignSession:xl,clearSignedMessageInfo:Sl,setSignSessionState:wl}=Dn.actions,$e=Dn.reducer});var Rn,Cn,Nn,_n,Dl,Nl,Rl,Cl,_l,Pl,We,qe=f(()=>{"use strict";n();Rn=require("@reduxjs/toolkit"),Cn=require("redux-persist");At();C();kt();P();Nn={customToasts:[],transactionToasts:[],failTransactionToast:null},_n=(0,Rn.createSlice)({name:"toastsSlice",initialState:Nn,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(A(x({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ne(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=A(x({},t.payload),{toastId:zr})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(b,()=>Nn),e.addCase(Cn.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Dl,removeCustomToast:Nl,addTransactionToast:Rl,removeTransactionToast:Cl,addFailTransactionToast:_l,removeFailTransactionToast:Pl}=_n.actions,We=_n.reducer});var Pn,Ut,Vt,Gt,Ci,Bt,Mn,Bl,Ul,Vl,je,ze=f(()=>{"use strict";n();Pn=require("@reduxjs/toolkit");P();Ut="Transaction failed",Vt="Transaction successful",Gt="Processing transaction",Ci="Transaction submitted",Bt={},Mn=(0,Pn.createSlice)({name:"transactionsInfo",initialState:Bt,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||Ut,successMessage:(o==null?void 0:o.successMessage)||Vt,processingMessage:(o==null?void 0:o.processingMessage)||Gt,submittedMessage:(o==null?void 0:o.submittedMessage)||Ci,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Bt},extraReducers:e=>{e.addCase(b,()=>Bt)}}),{clearTransactionsInfo:Bl,setTransactionsDisplayInfo:Ul,clearTransactionsInfoForSessionId:Vl}=Mn.actions,je=Mn.reducer});function On(e){return e!=null&&(Hi(e)||Ki(e))}function Ke(e){return e!=null&&(Wi(e)||Yi(e))}function Ye(e){return e!=null&&(qi(e)||Xi(e))}function Fn(e){return e!=null&&(ji(e)||Zi(e))}function Bn(e){return e!=null&&zi(e)}function Hi(e){return e!=null&&Pi.includes(e)}function Wi(e){return e!=null&&Mi.includes(e)}function qi(e){return e!=null&&Oi.includes(e)}function ji(e){return e!=null&&Fi.includes(e)}function zi(e){return e!=null&&Bi.includes(e)}function Ki(e){return e!=null&&Ui.includes(e)}function Yi(e){return e!=null&&Vi.includes(e)}function Xi(e){return e!=null&&Gi.includes(e)}function Zi(e){return e!=null&&$i.includes(e)}var Pi,Mi,Oi,Fi,Bi,Ui,Vi,Gi,$i,Ht=f(()=>{"use strict";n();z();Pi=["sent"],Mi=["success"],Oi=["fail","cancelled","timedOut"],Fi=["invalid"],Bi=["timedOut"],Ui=["pending"],Vi=["success"],Gi=["fail","invalid"],$i=["not executed"]});var Un,Vn,ye,Qi,Gn,Yl,Xl,Zl,Ql,Jl,ep,tp,rp,np,op,Xe,Ze=f(()=>{"use strict";n();Un=require("@reduxjs/toolkit"),Vn=require("redux-persist");z();Ht();P();ye={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Qi={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Gn=(0,Un.createSlice)({name:"transactionsSlice",initialState:ye,reducers:{moveTransactionsToSignedState:(e,t)=>{var T,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:m={}}=t.payload,d=((T=e.customTransactionInformationForSessionId)==null?void 0:T[r])||Qi;e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:x(x({},d),m)},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=ye.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=x(x({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var d,T,h,y,k,E,$,Ie;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,inTransit:p}=t.payload,m=(T=(d=e.signedTransactions)==null?void 0:d[r])==null?void 0:T.transactions;if(m!=null){e.signedTransactions[r].transactions=m.map(H=>H.hash===l?A(x({},H),{status:o,errorMessage:i,inTransit:p}):H);let Uo=(y=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:y.every(H=>Ke(H.status)),Vo=(E=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:E.every(H=>Ye(H.status)),Go=(Ie=($=e.signedTransactions[r])==null?void 0:$.transactions)==null?void 0:Ie.every(H=>Fn(H.status));Uo&&(e.signedTransactions[r].status="success"),Vo&&(e.signedTransactions[r].status="fail"),Go&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ye.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ye.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(b,()=>ye),e.addCase(Vn.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((m,[d,T])=>{let h=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-h>0||(m[d]=T),m},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:Yl,updateSignedTransactions:Xl,setTransactionsToSign:Zl,clearAllTransactionsToSign:Ql,clearAllSignedTransactions:Jl,clearSignedTransaction:ep,clearTransactionToSign:tp,setSignTransactionsError:rp,setSignTransactionsCancelMessage:np,moveTransactionsToSignedState:op}=Gn.actions,Xe=Gn.reducer});var $n,Wt,Hn,cp,lp,pp,up,Qe,Je=f(()=>{"use strict";n();$n=require("@reduxjs/toolkit");P();Wt={},Hn=(0,$n.createSlice)({name:"batchTransactionsSlice",initialState:Wt,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>Wt},extraReducers:e=>{e.addCase(b,()=>Wt)}}),{setBatchTransactions:cp,updateBatchTransactions:lp,clearBatchTransactions:pp,clearAllBatchTransactions:up}=Hn.actions,Qe=Hn.reducer});var qn,Wn,jn,fp,zn,qt=f(()=>{"use strict";n();qn=require("@reduxjs/toolkit");P();Wn={},jn=(0,qn.createSlice)({name:"dappConfigSlice",initialState:Wn,reducers:{setDappConfig:(e,t)=>{if(e&&t.payload){let{logoutRoute:r,shouldUseWebViewProvider:o}=t.payload;e.logoutRoute=r,e.shouldUseWebViewProvider=o}else e=t.payload}},extraReducers:e=>{e.addCase(b,()=>Wn)}}),{setDappConfig:fp}=jn.actions,zn=jn.reducer});var le=f(()=>{"use strict";n();Me();Fe();Ue();Ge();He();qe();ze();Ze();Je();qt()});var jt=f(()=>{"use strict";n()});var Qn,Zn,Jn,Gp,$p,Hp,Wp,qp,jp,eo,to=f(()=>{"use strict";n();Qn=require("@reduxjs/toolkit");P();Zn={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Jn=(0,Qn.createSlice)({name:"dappModalsSlice",initialState:Zn,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=x({},t.payload)}},extraReducers:e=>{e.addCase(b,()=>Zn)}}),{setDappModalVisibility:Gp,setDappModalHeaderVisibility:$p,setDappModalFooterVisibility:Hp,setDappModalHeaderText:Wp,setDappModalFooterText:qp,setDappModalConfig:jp}=Jn.actions,eo=Jn.reducer});var ro,ra,na,re,ot=f(()=>{"use strict";n();ro=require("@reduxjs/toolkit");jt();Me();Je();qt();to();Fe();Ue();Ge();He();qe();ze();Ze();ra={["account"]:Pe,["dappModal"]:eo,["dappConfig"]:zn,["loginInfo"]:Oe,["modals"]:Be,["networkConfig"]:Ve,["signedMessageInfo"]:$e,["toasts"]:We,["transactionsInfo"]:je,["transactions"]:Xe,["batchTransactions"]:Qe},na=(e={})=>(0,ro.combineReducers)(x(x({},ra),e)),re=na});var ao={};Z(ao,{default:()=>xa,sessionStorageReducers:()=>zt});function K(e,t=[]){return{key:e,version:1,storage:oo.default,blacklist:t}}var N,no,oo,oa,he,ia,aa,sa,ca,la,pa,ua,da,ma,ga,io,fa,zt,Ta,ya,ha,xa,so=f(()=>{"use strict";n();N=require("redux-persist"),no=I(require("redux-persist/lib/storage")),oo=I(require("redux-persist/lib/storage/session"));ot();le();Me();Je();Fe();Ue();Ge();He();qe();ze();Ze();jt();oa={persistReducersStorageType:"localStorage"},he={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ia=K(he["account"]),aa=K(he["loginInfo"]),sa=K(he["modals"]),ca=K(he["networkConfig"]),la={2:e=>A(x({},e),{networkConfig:Ot})};pa=K("sdk-dapp-transactionsInfo"),ua=K("sdk-dapp-transactions",["transactionsToSign"]),da=K("sdk-dapp-batchTransactions",["batchTransactions"]),ma=K("sdk-dapp-toasts"),ga=K("sdk-dapp-signedMessageInfo"),io={key:"sdk-dapp-store",version:2,storage:no.default,whitelist:Object.keys(he),migrate:(0,N.createMigrate)(la,{debug:!1})},fa=A(x({},io),{whitelist:[]}),zt={["toasts"]:(0,N.persistReducer)(ma,We),["transactions"]:(0,N.persistReducer)(ua,Xe),["transactionsInfo"]:(0,N.persistReducer)(pa,je),["batchTransactions"]:(0,N.persistReducer)(da,Qe),["signedMessageInfo"]:(0,N.persistReducer)(ga,$e)},Ta=A(x({},zt),{["account"]:(0,N.persistReducer)(ia,Pe),["loginInfo"]:(0,N.persistReducer)(aa,Oe),["modals"]:(0,N.persistReducer)(sa,Be),["networkConfig"]:(0,N.persistReducer)(ca,Ve)}),ya=oa.persistReducersStorageType==="localStorage",ha=ya?(0,N.persistReducer)(io,re(zt)):(0,N.persistReducer)(fa,re(Ta)),xa=ha});var co={};Z(co,{default:()=>Sa});var Sa,lo=f(()=>{"use strict";n();ot();Sa=re()});var po={};Z(po,{default:()=>Ia});var _,wa,Ia,uo=f(()=>{"use strict";n();_=require("redux-persist"),wa=[_.FLUSH,_.REHYDRATE,_.PAUSE,_.PERSIST,_.PURGE,_.REGISTER],Ia=wa});var fo={};Z(fo,{default:()=>go});function go(e){return(0,mo.persistStore)(e)}var mo,To=f(()=>{"use strict";n();mo=require("redux-persist")});var ls={};Z(ls,{useGetAccountInfo:()=>cs});module.exports=me(ls);n();n();var Io=require("react"),ue=require("react-redux");n();var Kt=require("@reduxjs/toolkit"),So=require("react-redux/lib/utils/Subscription");le();n();var Yn=I(require("lodash.throttle"));S();n();var Kn=I(require("lodash.isequal")),et=require("reselect");C();var g=(0,et.createSelectorCreator)(et.defaultMemoize,Kn.default),tt=(e,t)=>e!=""&&Boolean(t);le();Pt();Re();ge();var Ji=[De],rt=!1,ea=(0,Yn.default)(()=>{Te(fe())},5e3),Xn=e=>t=>r=>{var d;if(Ji.includes(r.type))return t(r);let o=e.getState(),i=ce.local.getItem(te.loginExpiresAt);if(!tt((d=o==null?void 0:o.loginInfo)==null?void 0:d.loginMethod,o==null?void 0:o.account.address))return t(r);if(i==null)return Te(fe());let p=Date.now();return i-p<0&&!rt?setTimeout(()=>{rt=!0,e.dispatch(Tn())},1e3):(rt&&(rt=!1),ea()),t(r)};n();n();function nt(){return typeof sessionStorage!="undefined"}var yo=nt()?(so(),me(ao)).default:(lo(),me(co)).default,ho=nt()?(uo(),me(po)).default:[],xo=nt()?(To(),me(fo)).default:e=>e;ot();var pe=(0,Kt.configureStore)({reducer:yo,middleware:e=>e({serializableCheck:{ignoredActions:[...ho,dn.type,un.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Xn)}),wo=(0,So.createSubscription)(pe),Eu=xo(pe),ku=(0,Kt.configureStore)({reducer:re});var ba={store:pe,subscription:wo},Yt=(0,Io.createContext)(ba),Ru=(0,ue.createStoreHook)(Yt),Cu=(0,ue.createDispatchHook)(Yt),bo=(0,ue.createSelectorHook)(Yt);n();n();le();var V=e=>e.account,Xt=g(V,e=>e.address),Zt=g(V,Xt,(e,t)=>t in e.accounts?e.accounts[t]:_e),Ao=g(V,Zt,(e,t)=>{let i=e,{accounts:r}=i,o=lr(i,["accounts"]);return A(x({},o),{account:t})}),Ou=g(Zt,e=>e.balance),Fu=g(Zt,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Bu=g(V,e=>e.shard),Uu=g(V,e=>e.ledgerAccount),Vu=g(V,e=>e.walletConnectAccount),Gu=g(V,e=>e.isAccountLoading),$u=g(V,e=>e.accountLoadingError),Hu=g(V,e=>e.websocketEvent),Wu=g(V,e=>e.websocketBatchEvent);n();var Aa=e=>e.dappConfig,zu=g(Aa,e=>e.shouldUseWebViewProvider);n();var X=e=>e.loginInfo,Zu=g(X,e=>e.loginMethod),Qu=g(X,Xt,(e,t)=>tt(e.loginMethod,t)),Ju=g(X,e=>e.walletConnectLogin),ed=g(X,e=>e.ledgerLogin),td=g(X,e=>e.walletLogin),rd=g(X,e=>e.isLoginSessionInvalid),nd=g(X,e=>e.tokenLogin),od=g(X,e=>e.logoutRoute);n();var vo=e=>e.modals,sd=g(vo,e=>e.txSubmittedModal),cd=g(vo,e=>e.notificationModal);n();var ne=e=>e.networkConfig,ud=g(ne,e=>e.chainID),dd=g(ne,e=>e.network.walletConnectBridgeAddress),md=g(ne,e=>e.network.walletConnectV2RelayAddress),gd=g(ne,e=>e.network.walletConnectV2ProjectId),fd=g(ne,e=>e.network.walletConnectV2Options),Td=g(ne,e=>e.network.walletConnectDeepLink),Qt=g(ne,e=>e.network),yd=g(Qt,e=>e.apiAddress),Eo=g(Qt,e=>e.explorerAddress),hd=g(Qt,e=>e.egldLabel);n();var it=e=>e.signedMessageInfo,wd=g(it,e=>e.isSigning),Id=g(it,e=>e.errorMessage),bd=g(it,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Ad=g(it,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var Jt=e=>e.toasts,kd=g(Jt,e=>e.customToasts),Ld=g(Jt,e=>e.transactionToasts),Dd=g(Jt,e=>e.failTransactionToast);n();le();var ko={errorMessage:Ut,successMessage:Vt,processingMessage:Gt},va=e=>e.transactionsInfo,_d=g(va,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||ko);n();n();var G=require("@multiversx/sdk-core"),Do=require("@multiversx/sdk-core/out/signature");S();n();var tr=require("@multiversx/sdk-core/out");n();n();function er(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();n();n();var Lo=e=>{let t=e!=null?e:"";return er(t)?tr.TransactionPayload.fromEncoded(t):new tr.TransactionPayload(t)};function rr(e){var r,o,i;let t=new G.Transaction(x(x({value:e.value.valueOf(),data:Lo(e.data),nonce:e.nonce.valueOf(),receiver:new G.Address(e.receiver),sender:new G.Address(e.sender),gasLimit:(r=e.gasLimit.valueOf())!=null?r:vt,gasPrice:(o=e.gasPrice.valueOf())!=null?o:Et,chainID:e.chainID.valueOf(),version:new G.TransactionVersion((i=e.version)!=null?i:Zr)},e.options?{options:new G.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new G.Address(e.guardian)}:{}));return e.guardianSignature&&t.applyGuardianSignature({hex:()=>e.guardianSignature||""}),e.signature&&t.applySignature(new Do.Signature(e.signature)),t}n();n();n();n();n();var La=require("@multiversx/sdk-core/out");n();S();n();var Ro=require("@multiversx/sdk-core");C();n();var Da=require("@multiversx/sdk-core");n();n();n();var Na=require("@multiversx/sdk-core"),Ra=I(require("bignumber.js"));z();n();n();n();n();n();n();n();D();n();n();D();n();n();n();var Fa=I(require("bignumber.js"));S();n();var Oa=require("@multiversx/sdk-core"),nr=I(require("bignumber.js"));S();n();var Pa=I(require("bignumber.js"));n();nr.default.config({ROUNDING_MODE:nr.default.ROUND_FLOOR});n();n();n();S();n();n();n();n();S();n();S();n();var Ba=require("@multiversx/sdk-core");S();n();var Se=require("@multiversx/sdk-core"),Va=require("@multiversx/sdk-network-providers");S();n();n();var Ua=I(require("bignumber.js"));S();n();S();n();n();n();n();n();n();S();n();S();n();S();n();D();var $a=["reDelegateRewards","claimRewards","unBond"],Ha=["wrapEgld","unwrapEgld"],Wa=["unStake"],qa=["unDelegate"];n();n();n();S();n();var Ka=I(require("bignumber.js"));n();n();D();n();var Ya=I(require("bignumber.js"));n();n();n();var Za=I(require("bignumber.js"));C();n();n();n();n();z();n();var es=require("@multiversx/sdk-web-wallet-provider");S();n();var Ja=I(require("qs"));n();n();var ar=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";n();var py={search:ar()?window.location.search:"",removeParams:[]};n();n();n();n();D();n();n();n();var ts=I(require("linkifyjs"));n();S();n();var rs=I(require("bignumber.js"));n();C();n();n();z();n();z();n();n();n();D();n();D();n();var ns=I(require("bignumber.js"));S();D();n();D();n();var Fo=require("react");C();n();n();D();n();n();var os=require("@multiversx/sdk-core/out"),is=I(require("bignumber.js"));D();n();C();n();n();C();var rx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Bo=require("react");C();n();var ss=require("react");D();var lx=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ht();var ct=e=>e.transactions,we=g(ct,e=>e.signedTransactions),Kx=g(ct,e=>e.signTransactionsError),Yx=g(ct,e=>e.signTransactionsCancelMessage),lt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),Xx=g(we,lt(On)),Zx=g(we,lt(Ke)),Qx=g(we,lt(Ye)),Jx=g(we,lt(Bn)),eS=g(ct,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:A(x({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>rr(r)))||[]})}),tS=g(we,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var cs=()=>bo(Ao);0&&(module.exports={useGetAccountInfo});
|
|
1
|
+
"use strict";var $o=Object.create;var de=Object.defineProperty,Ho=Object.defineProperties,Wo=Object.getOwnPropertyDescriptor,qo=Object.getOwnPropertyDescriptors,jo=Object.getOwnPropertyNames,be=Object.getOwnPropertySymbols,zo=Object.getPrototypeOf,pt=Object.prototype.hasOwnProperty,cr=Object.prototype.propertyIsEnumerable;var sr=(e,t,r)=>t in e?de(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,x=(e,t)=>{for(var r in t||(t={}))pt.call(t,r)&&sr(e,r,t[r]);if(be)for(var r of be(t))cr.call(t,r)&&sr(e,r,t[r]);return e},A=(e,t)=>Ho(e,qo(t));var lr=(e,t)=>{var r={};for(var o in e)pt.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&be)for(var o of be(e))t.indexOf(o)<0&&cr.call(e,o)&&(r[o]=e[o]);return r};var f=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ae=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Z=(e,t)=>{for(var r in t)de(e,r,{get:t[r],enumerable:!0})},pr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of jo(t))!pt.call(e,i)&&i!==r&&de(e,i,{get:()=>t[i],enumerable:!(o=Wo(t,i))||o.enumerable});return e};var I=(e,t,r)=>(r=e!=null?$o(zo(e)):{},pr(t||!e||!e.__esModule?de(r,"default",{value:e,enumerable:!0}):r,e)),ge=e=>pr(de({},"__esModule",{value:!0}),e);var gr=Ae(ve=>{"use strict";n();ve.byteLength=Yo;ve.toByteArray=Zo;ve.fromByteArray=ei;var M=[],R=[],Ko=typeof Uint8Array!="undefined"?Uint8Array:Array,ut="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Q=0,ur=ut.length;Q<ur;++Q)M[Q]=ut[Q],R[ut.charCodeAt(Q)]=Q;var Q,ur;R["-".charCodeAt(0)]=62;R["_".charCodeAt(0)]=63;function dr(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function Yo(e){var t=dr(e),r=t[0],o=t[1];return(r+o)*3/4-o}function Xo(e,t,r){return(t+r)*3/4-r}function Zo(e){var t,r=dr(e),o=r[0],i=r[1],l=new Ko(Xo(e,o,i)),p=0,g=i>0?o-4:o,d;for(d=0;d<g;d+=4)t=R[e.charCodeAt(d)]<<18|R[e.charCodeAt(d+1)]<<12|R[e.charCodeAt(d+2)]<<6|R[e.charCodeAt(d+3)],l[p++]=t>>16&255,l[p++]=t>>8&255,l[p++]=t&255;return i===2&&(t=R[e.charCodeAt(d)]<<2|R[e.charCodeAt(d+1)]>>4,l[p++]=t&255),i===1&&(t=R[e.charCodeAt(d)]<<10|R[e.charCodeAt(d+1)]<<4|R[e.charCodeAt(d+2)]>>2,l[p++]=t>>8&255,l[p++]=t&255),l}function Qo(e){return M[e>>18&63]+M[e>>12&63]+M[e>>6&63]+M[e&63]}function Jo(e,t,r){for(var o,i=[],l=t;l<r;l+=3)o=(e[l]<<16&16711680)+(e[l+1]<<8&65280)+(e[l+2]&255),i.push(Qo(o));return i.join("")}function ei(e){for(var t,r=e.length,o=r%3,i=[],l=16383,p=0,g=r-o;p<g;p+=l)i.push(Jo(e,p,p+l>g?g:p+l));return o===1?(t=e[r-1],i.push(M[t>>2]+M[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],i.push(M[t>>10]+M[t>>4&63]+M[t<<2&63]+"=")),i.join("")}});var mr=Ae(dt=>{n();dt.read=function(e,t,r,o,i){var l,p,g=i*8-o-1,d=(1<<g)-1,T=d>>1,h=-7,y=r?i-1:0,k=r?-1:1,E=e[t+y];for(y+=k,l=E&(1<<-h)-1,E>>=-h,h+=g;h>0;l=l*256+e[t+y],y+=k,h-=8);for(p=l&(1<<-h)-1,l>>=-h,h+=o;h>0;p=p*256+e[t+y],y+=k,h-=8);if(l===0)l=1-T;else{if(l===d)return p?NaN:(E?-1:1)*(1/0);p=p+Math.pow(2,o),l=l-T}return(E?-1:1)*p*Math.pow(2,l-o)};dt.write=function(e,t,r,o,i,l){var p,g,d,T=l*8-i-1,h=(1<<T)-1,y=h>>1,k=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,E=o?0:l-1,$=o?1:-1,Ie=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(g=isNaN(t)?1:0,p=h):(p=Math.floor(Math.log(t)/Math.LN2),t*(d=Math.pow(2,-p))<1&&(p--,d*=2),p+y>=1?t+=k/d:t+=k*Math.pow(2,1-y),t*d>=2&&(p++,d/=2),p+y>=h?(g=0,p=h):p+y>=1?(g=(t*d-1)*Math.pow(2,i),p=p+y):(g=t*Math.pow(2,y-1)*Math.pow(2,i),p=0));i>=8;e[r+E]=g&255,E+=$,g/=256,i-=8);for(p=p<<i|g,T+=i;T>0;e[r+E]=p&255,E+=$,p/=256,T-=8);e[r+E-$]|=Ie*128}});var kr=Ae(ie=>{"use strict";n();var gt=gr(),oe=mr(),fr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ie.Buffer=u;ie.SlowBuffer=ai;ie.INSPECT_MAX_BYTES=50;var Ee=2147483647;ie.kMaxLength=Ee;u.TYPED_ARRAY_SUPPORT=ti();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ti(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function W(e){if(e>Ee)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return yt(e)}return hr(e,t,r)}u.poolSize=8192;function hr(e,t,r){if(typeof e=="string")return ni(e,t);if(ArrayBuffer.isView(e))return oi(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(O(e,ArrayBuffer)||e&&O(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(O(e,SharedArrayBuffer)||e&&O(e.buffer,SharedArrayBuffer)))return ft(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var i=ii(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return hr(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function xr(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 ri(e,t,r){return xr(e),e<=0?W(e):t!==void 0?typeof r=="string"?W(e).fill(t,r):W(e).fill(t):W(e)}u.alloc=function(e,t,r){return ri(e,t,r)};function yt(e){return xr(e),W(e<0?0:ht(e)|0)}u.allocUnsafe=function(e){return yt(e)};u.allocUnsafeSlow=function(e){return yt(e)};function ni(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=Sr(e,t)|0,o=W(r),i=o.write(e,t);return i!==r&&(o=o.slice(0,i)),o}function mt(e){for(var t=e.length<0?0:ht(e.length)|0,r=W(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function oi(e){if(O(e,Uint8Array)){var t=new Uint8Array(e);return ft(t.buffer,t.byteOffset,t.byteLength)}return mt(e)}function ft(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function ii(e){if(u.isBuffer(e)){var t=ht(e.length)|0,r=W(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||xt(e.length)?W(0):mt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return mt(e.data)}function ht(e){if(e>=Ee)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Ee.toString(16)+" bytes");return e|0}function ai(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),O(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,i=r.length,l=0,p=Math.min(o,i);l<p;++l)if(t[l]!==r[l]){o=t[l],i=r[l];break}return o<i?-1:i<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var i=u.allocUnsafe(r),l=0;for(o=0;o<t.length;++o){var p=t[o];if(O(p,Uint8Array))l+p.length>i.length?u.from(p).copy(i,l):Uint8Array.prototype.set.call(i,p,l);else if(u.isBuffer(p))p.copy(i,l);else throw new TypeError('"list" argument must be an Array of Buffers');l+=p.length}return i};function Sr(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||O(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Tt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Er(e).length;default:if(i)return o?-1:Tt(e).length;t=(""+t).toLowerCase(),i=!0}}u.byteLength=Sr;function si(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return yi(this,t,r);case"utf8":case"utf-8":return Ir(this,t,r);case"ascii":return fi(this,t,r);case"latin1":case"binary":return Ti(this,t,r);case"base64":return gi(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hi(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function J(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)J(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)J(this,r,r+3),J(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)J(this,r,r+7),J(this,r+1,r+6),J(this,r+2,r+5),J(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Ir(this,0,t):si.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=ie.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};fr&&(u.prototype[fr]=u.prototype.inspect);u.prototype.compare=function(t,r,o,i,l){if(O(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),i===void 0&&(i=0),l===void 0&&(l=this.length),r<0||o>t.length||i<0||l>this.length)throw new RangeError("out of range index");if(i>=l&&r>=o)return 0;if(i>=l)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,i>>>=0,l>>>=0,this===t)return 0;for(var p=l-i,g=o-r,d=Math.min(p,g),T=this.slice(i,l),h=t.slice(r,o),y=0;y<d;++y)if(T[y]!==h[y]){p=T[y],g=h[y];break}return p<g?-1:g<p?1:0};function wr(e,t,r,o,i){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,xt(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:Tr(e,t,r,o,i);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Tr(e,[t],r,o,i);throw new TypeError("val must be string, number or Buffer")}function Tr(e,t,r,o,i){var l=1,p=e.length,g=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;l=2,p/=2,g/=2,r/=2}function d(E,$){return l===1?E[$]:E.readUInt16BE($*l)}var T;if(i){var h=-1;for(T=r;T<p;T++)if(d(e,T)===d(t,h===-1?0:T-h)){if(h===-1&&(h=T),T-h+1===g)return h*l}else h!==-1&&(T-=T-h),h=-1}else for(r+g>p&&(r=p-g),T=r;T>=0;T--){for(var y=!0,k=0;k<g;k++)if(d(e,T+k)!==d(t,k)){y=!1;break}if(y)return T}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return wr(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return wr(this,t,r,o,!1)};function ci(e,t,r,o){r=Number(r)||0;var i=e.length-r;o?(o=Number(o),o>i&&(o=i)):o=i;var l=t.length;o>l/2&&(o=l/2);for(var p=0;p<o;++p){var g=parseInt(t.substr(p*2,2),16);if(xt(g))return p;e[r+p]=g}return p}function li(e,t,r,o){return ke(Tt(t,e.length-r),e,r,o)}function pi(e,t,r,o){return ke(wi(t),e,r,o)}function ui(e,t,r,o){return ke(Er(t),e,r,o)}function di(e,t,r,o){return ke(Ii(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,i){if(r===void 0)i="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")i=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,i===void 0&&(i="utf8")):(i=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var l=this.length-r;if((o===void 0||o>l)&&(o=l),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var p=!1;;)switch(i){case"hex":return ci(this,t,r,o);case"utf8":case"utf-8":return li(this,t,r,o);case"ascii":case"latin1":case"binary":return pi(this,t,r,o);case"base64":return ui(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return di(this,t,r,o);default:if(p)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),p=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function gi(e,t,r){return t===0&&r===e.length?gt.fromByteArray(e):gt.fromByteArray(e.slice(t,r))}function Ir(e,t,r){r=Math.min(e.length,r);for(var o=[],i=t;i<r;){var l=e[i],p=null,g=l>239?4:l>223?3:l>191?2:1;if(i+g<=r){var d,T,h,y;switch(g){case 1:l<128&&(p=l);break;case 2:d=e[i+1],(d&192)===128&&(y=(l&31)<<6|d&63,y>127&&(p=y));break;case 3:d=e[i+1],T=e[i+2],(d&192)===128&&(T&192)===128&&(y=(l&15)<<12|(d&63)<<6|T&63,y>2047&&(y<55296||y>57343)&&(p=y));break;case 4:d=e[i+1],T=e[i+2],h=e[i+3],(d&192)===128&&(T&192)===128&&(h&192)===128&&(y=(l&15)<<18|(d&63)<<12|(T&63)<<6|h&63,y>65535&&y<1114112&&(p=y))}}p===null?(p=65533,g=1):p>65535&&(p-=65536,o.push(p>>>10&1023|55296),p=56320|p&1023),o.push(p),i+=g}return mi(o)}var yr=4096;function mi(e){var t=e.length;if(t<=yr)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=yr));return r}function fi(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]&127);return o}function Ti(e,t,r){var o="";r=Math.min(e.length,r);for(var i=t;i<r;++i)o+=String.fromCharCode(e[i]);return o}function yi(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var i="",l=t;l<r;++l)i+=bi[e[l]];return i}function hi(e,t,r){for(var o=e.slice(t,r),i="",l=0;l<o.length-1;l+=2)i+=String.fromCharCode(o[l]+o[l+1]*256);return i}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var i=this.subarray(t,r);return Object.setPrototypeOf(i,u.prototype),i};function v(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t+--r],l=1;r>0&&(l*=256);)i+=this[t+--r]*l;return i};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||v(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=this[t],l=1,p=0;++p<r&&(l*=256);)i+=this[t+p]*l;return l*=128,i>=l&&(i-=Math.pow(2,8*r)),i};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||v(t,r,this.length);for(var i=r,l=1,p=this[t+--i];i>0&&(l*=256);)p+=this[t+--i]*l;return l*=128,p>=l&&(p-=Math.pow(2,8*r)),p};u.prototype.readInt8=function(t,r){return t=t>>>0,r||v(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||v(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||v(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||v(t,4,this.length),oe.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||v(t,4,this.length),oe.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||v(t,8,this.length),oe.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||v(t,8,this.length),oe.read(this,t,!1,52,8)};function L(e,t,r,o,i,l){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<l)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=1,g=0;for(this[r]=t&255;++g<o&&(p*=256);)this[r+g]=t/p&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,o=o>>>0,!i){var l=Math.pow(2,8*o)-1;L(this,t,r,o,l,0)}var p=o-1,g=1;for(this[r+p]=t&255;--p>=0&&(g*=256);)this[r+p]=t/g&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=0,g=1,d=0;for(this[r]=t&255;++p<o&&(g*=256);)t<0&&d===0&&this[r+p-1]!==0&&(d=1),this[r+p]=(t/g>>0)-d&255;return r+o};u.prototype.writeIntBE=function(t,r,o,i){if(t=+t,r=r>>>0,!i){var l=Math.pow(2,8*o-1);L(this,t,r,o,l-1,-l)}var p=o-1,g=1,d=0;for(this[r+p]=t&255;--p>=0&&(g*=256);)t<0&&d===0&&this[r+p+1]!==0&&(d=1),this[r+p]=(t/g>>0)-d&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||L(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function br(e,t,r,o,i,l){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Ar(e,t,r,o,i){return t=+t,r=r>>>0,i||br(e,t,r,4,34028234663852886e22,-34028234663852886e22),oe.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Ar(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Ar(this,t,r,!1,o)};function vr(e,t,r,o,i){return t=+t,r=r>>>0,i||br(e,t,r,8,17976931348623157e292,-17976931348623157e292),oe.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return vr(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return vr(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,i){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!i&&i!==0&&(i=this.length),r>=t.length&&(r=t.length),r||(r=0),i>0&&i<o&&(i=o),i===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-r<i-o&&(i=t.length-r+o);var l=i-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,i):Uint8Array.prototype.set.call(t,this.subarray(o,i),r),l};u.prototype.fill=function(t,r,o,i){if(typeof t=="string"){if(typeof r=="string"?(i=r,r=0,o=this.length):typeof o=="string"&&(i=o,o=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(t.length===1){var l=t.charCodeAt(0);(i==="utf8"&&l<128||i==="latin1")&&(t=l)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var p;if(typeof t=="number")for(p=r;p<o;++p)this[p]=t;else{var g=u.isBuffer(t)?t:u.from(t,i),d=g.length;if(d===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(p=0;p<o-r;++p)this[p+r]=g[p%d]}return this};var xi=/[^+/0-9A-Za-z-_]/g;function Si(e){if(e=e.split("=")[0],e=e.trim().replace(xi,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Tt(e,t){t=t||1/0;for(var r,o=e.length,i=null,l=[],p=0;p<o;++p){if(r=e.charCodeAt(p),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&l.push(239,191,189);continue}else if(p+1===o){(t-=3)>-1&&l.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&l.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&l.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;l.push(r)}else if(r<2048){if((t-=2)<0)break;l.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;l.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;l.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return l}function wi(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Ii(e,t){for(var r,o,i,l=[],p=0;p<e.length&&!((t-=2)<0);++p)r=e.charCodeAt(p),o=r>>8,i=r%256,l.push(i),l.push(o);return l}function Er(e){return gt.toByteArray(Si(e))}function ke(e,t,r,o){for(var i=0;i<o&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function O(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function xt(e){return e!==e}var bi=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,i=0;i<16;++i)t[o+i]=e[r]+e[i];return t}()});var Cr=Ae((ms,Rr)=>{n();var w=Rr.exports={},F,B;function St(){throw new Error("setTimeout has not been defined")}function wt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?F=setTimeout:F=St}catch(e){F=St}try{typeof clearTimeout=="function"?B=clearTimeout:B=wt}catch(e){B=wt}})();function Lr(e){if(F===setTimeout)return setTimeout(e,0);if((F===St||!F)&&setTimeout)return F=setTimeout,setTimeout(e,0);try{return F(e,0)}catch(t){try{return F.call(null,e,0)}catch(r){return F.call(this,e,0)}}}function Ai(e){if(B===clearTimeout)return clearTimeout(e);if((B===wt||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(e);try{return B(e)}catch(t){try{return B.call(null,e)}catch(r){return B.call(this,e)}}}var q=[],ae=!1,ee,Le=-1;function vi(){!ae||!ee||(ae=!1,ee.length?q=ee.concat(q):Le=-1,q.length&&Dr())}function Dr(){if(!ae){var e=Lr(vi);ae=!0;for(var t=q.length;t;){for(ee=q,q=[];++Le<t;)ee&&ee[Le].run();Le=-1,t=q.length}ee=null,ae=!1,Ai(e)}}w.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];q.push(new Nr(e,t)),q.length===1&&!ae&&Lr(Dr)};function Nr(e,t){this.fun=e,this.array=t}Nr.prototype.run=function(){this.fun.apply(null,this.array)};w.title="browser";w.browser=!0;w.env={};w.argv=[];w.version="";w.versions={};function j(){}w.on=j;w.addListener=j;w.once=j;w.off=j;w.removeListener=j;w.removeAllListeners=j;w.emit=j;w.prependListener=j;w.prependOnceListener=j;w.listeners=function(e){return[]};w.binding=function(e){throw new Error("process.binding is not supported")};w.cwd=function(){return"/"};w.chdir=function(e){throw new Error("process.chdir is not supported")};w.umask=function(){return 0}});var a,s,fs,n=f(()=>{a=I(kr()),s=I(Cr()),fs=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var _r=f(()=>{"use strict";n()});var Pr=f(()=>{"use strict";n()});var Mr=f(()=>{"use strict";n()});var Or=f(()=>{"use strict";n()});var z=f(()=>{"use strict";n()});var Fr=f(()=>{"use strict";n()});var Br=f(()=>{"use strict";n()});var D=f(()=>{"use strict";n()});var Ur=f(()=>{"use strict";n()});var Vr=f(()=>{"use strict";n()});var Gr=f(()=>{"use strict";n()});var C=f(()=>{"use strict";n();Pr();Mr();Or();z();Fr();Br();D();Ur();Vr();Gr()});var It,$r,Ms,Hr,Os,Wr,Fs,Bs,Us,qr=f(()=>{"use strict";n();C();It={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:$r,egldLabel:Ms}=It["devnet"],{chainId:Hr,egldLabel:Os}=It["testnet"],{chainId:Wr,egldLabel:Fs}=It["mainnet"],Bs={["devnet"]:$r,["testnet"]:Hr,["mainnet"]:Wr},Us={[$r]:"devnet",[Hr]:"testnet",[Wr]:"mainnet"}});var bt=f(()=>{"use strict";n()});var jr=f(()=>{"use strict";n()});var zr,At=f(()=>{"use strict";n();zr="transaction-status-toast-id"});var U,Kr=f(()=>{"use strict";n();U=require("@multiversx/sdk-web-wallet-provider")});var Yr=f(()=>{"use strict";n()});var Xr=f(()=>{"use strict";n()});var vt,Et,Zr,De,Qr,se,S=f(()=>{"use strict";n();_r();qr();bt();jr();At();Kr();Yr();Xr();vt=5e4,Et=1e9,Zr=1,De="logout",Qr="login",se="0"});var Ne,kt=f(()=>{"use strict";n();Ne=()=>Date.now()/1e3});var Jr=f(()=>{"use strict";n()});var en=f(()=>{"use strict";n()});var tn=f(()=>{"use strict";n();kt();Jr();en()});var Dt={};Z(Dt,{getItem:()=>ki,localStorageKeys:()=>te,removeItem:()=>Li,setItem:()=>Ei});var te,Lt,Ei,ki,Li,me=f(()=>{"use strict";n();tn();te={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Lt=typeof localStorage!="undefined",Ei=({key:e,data:t,expires:r})=>{!Lt||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},ki=e=>{if(!Lt)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Ne()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},Li=e=>{!Lt||localStorage.removeItem(String(e))}});var Nt={};Z(Nt,{clear:()=>an,getItem:()=>nn,removeItem:()=>on,setItem:()=>rn,storage:()=>Di});var rn,nn,on,an,Di,sn=f(()=>{"use strict";n();rn=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},nn=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},on=e=>sessionStorage.removeItem(String(e)),an=()=>sessionStorage.clear(),Di={setItem:rn,getItem:nn,removeItem:on,clear:an}});var ce,Re=f(()=>{"use strict";n();me();sn();ce={session:Nt,local:Dt}});var Rt,b,Ce,P=f(()=>{"use strict";n();Rt=require("@reduxjs/toolkit");S();b=(0,Rt.createAction)(De),Ce=(0,Rt.createAction)(Qr,e=>({payload:e}))});var _t,cn,ln,_e,Ct,pn,un,xc,dn,Sc,wc,Ic,bc,Ac,vc,Ec,kc,Pe,Me=f(()=>{"use strict";n();_t=require("@multiversx/sdk-core"),cn=require("@reduxjs/toolkit"),ln=require("redux-persist");S();Re();me();P();_e={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:se},Ct={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":_e},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},pn=(0,cn.createSlice)({name:"accountInfoSlice",initialState:Ct,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new _t.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:_e},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}},setWebsocketBatchEvent:(e,t)=>{e.websocketBatchEvent={timestamp:Date.now(),data:t.payload}}},extraReducers:e=>{e.addCase(b,()=>(ce.local.removeItem(te.loginExpiresAt),Ct)),e.addCase(Ce,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new _t.Address(o).hex()}),e.addCase(ln.REHYDRATE,(t,r)=>{var T;if(!((T=r.payload)!=null&&T.account))return;let{account:o}=r.payload,{address:i,shard:l,accounts:p,publicKey:g}=o;t.address=i,t.shard=l;let d=p&&i in p;t.accounts=d?p:Ct.accounts,t.publicKey=g})}}),{setAccount:un,setAddress:xc,setAccountNonce:dn,setAccountShard:Sc,setLedgerAccount:wc,updateLedgerAccount:Ic,setWalletConnectAccount:bc,setIsAccountLoading:Ac,setAccountLoadingError:vc,setWebsocketEvent:Ec,setWebsocketBatchEvent:kc}=pn.actions,Pe=pn.reducer});function fe(){return new Date().setHours(new Date().getHours()+24)}function Te(e){ce.local.setItem({key:te.loginExpiresAt,data:e,expires:e})}var Pt=f(()=>{"use strict";n();Re();me()});var mn,gn,fn,Fc,Bc,Uc,Vc,Gc,$c,Tn,Hc,Oe,Fe=f(()=>{"use strict";n();mn=require("@reduxjs/toolkit");Pt();z();P();gn={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},fn=(0,mn.createSlice)({name:"loginInfoSlice",initialState:gn,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(b,()=>gn),e.addCase(Ce,(t,r)=>{t.loginMethod=r.payload.loginMethod,Te(fe())})}}),{setLoginMethod:Fc,setWalletConnectLogin:Bc,setLedgerLogin:Uc,setTokenLogin:Vc,setTokenLoginSignature:Gc,setWalletLogin:$c,invalidateLoginSession:Tn,setLogoutRoute:Hc}=fn.actions,Oe=fn.reducer});var hn,yn,xn,zc,Kc,Yc,Xc,Be,Ue=f(()=>{"use strict";n();hn=require("@reduxjs/toolkit");P();yn={},xn=(0,hn.createSlice)({name:"modalsSlice",initialState:yn,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(b,()=>yn)}}),{setTxSubmittedModal:zc,setNotificationModal:Kc,clearTxSubmittedModal:Yc,clearNotificationModal:Xc}=xn.actions,Be=xn.reducer});var Sn=f(()=>{"use strict";n()});var wn=f(()=>{"use strict";n();Sn()});function Mt(e){return e[Math.floor(Math.random()*e.length)]}var In=f(()=>{"use strict";n()});var bn=f(()=>{"use strict";n();bt()});var An=f(()=>{"use strict";n();wn();In();bn()});var vn,En,Ot,Ri,kn,dl,gl,Ve,Ge=f(()=>{"use strict";n();vn=require("@reduxjs/toolkit"),En=I(require("lodash.omit"));An();Ot={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Ri={network:Ot,chainID:"-1"},kn=(0,vn.createSlice)({name:"appConfig",initialState:Ri,reducers:{initializeNetworkConfig:(e,t)=>{let r=Mt(t.payload.walletConnectBridgeAddresses),o=Mt(t.payload.walletConnectV2RelayAddresses),i=(0,En.default)(t.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=A(x(x({},e.network),i),{walletConnectBridgeAddress:r,walletConnectV2RelayAddress:o})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:dl,setChainID:gl}=kn.actions,Ve=kn.reducer});var Ln,Ft,Dn,xl,Sl,wl,$e,He=f(()=>{"use strict";n();Ln=require("@reduxjs/toolkit");C();P();Ft={isSigning:!1,signedSessions:{}},Dn=(0,Ln.createSlice)({name:"signedMessageInfoSliceState",initialState:Ft,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:i}=t.payload;i&&(e.errorMessage=i),e.isSigning=o.status==="pending",e.signedSessions[r]=o},setSignSessionState:(e,t)=>x(x({},e),t.payload),clearSignedMessageInfo:()=>Ft},extraReducers:e=>{e.addCase(b,()=>Ft)}}),{setSignSession:xl,clearSignedMessageInfo:Sl,setSignSessionState:wl}=Dn.actions,$e=Dn.reducer});var Rn,Cn,Nn,_n,Dl,Nl,Rl,Cl,_l,Pl,We,qe=f(()=>{"use strict";n();Rn=require("@reduxjs/toolkit"),Cn=require("redux-persist");At();C();kt();P();Nn={customToasts:[],transactionToasts:[],failTransactionToast:null},_n=(0,Rn.createSlice)({name:"toastsSlice",initialState:Nn,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(A(x({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ne(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=A(x({},t.payload),{toastId:zr})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(b,()=>Nn),e.addCase(Cn.REHYDRATE,(t,r)=>{var i,l;let o=(l=(i=r.customToasts)==null?void 0:i.filter(p=>!("component"in p)))!=null?l:[];t.customToasts=o})}}),{addCustomToast:Dl,removeCustomToast:Nl,addTransactionToast:Rl,removeTransactionToast:Cl,addFailTransactionToast:_l,removeFailTransactionToast:Pl}=_n.actions,We=_n.reducer});var Pn,Ut,Vt,Gt,Ci,Bt,Mn,Bl,Ul,Vl,je,ze=f(()=>{"use strict";n();Pn=require("@reduxjs/toolkit");P();Ut="Transaction failed",Vt="Transaction successful",Gt="Processing transaction",Ci="Transaction submitted",Bt={},Mn=(0,Pn.createSlice)({name:"transactionsInfo",initialState:Bt,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||Ut,successMessage:(o==null?void 0:o.successMessage)||Vt,processingMessage:(o==null?void 0:o.processingMessage)||Gt,submittedMessage:(o==null?void 0:o.submittedMessage)||Ci,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Bt},extraReducers:e=>{e.addCase(b,()=>Bt)}}),{clearTransactionsInfo:Bl,setTransactionsDisplayInfo:Ul,clearTransactionsInfoForSessionId:Vl}=Mn.actions,je=Mn.reducer});function On(e){return e!=null&&(Hi(e)||Ki(e))}function Ke(e){return e!=null&&(Wi(e)||Yi(e))}function Ye(e){return e!=null&&(qi(e)||Xi(e))}function Fn(e){return e!=null&&(ji(e)||Zi(e))}function Bn(e){return e!=null&&zi(e)}function Hi(e){return e!=null&&Pi.includes(e)}function Wi(e){return e!=null&&Mi.includes(e)}function qi(e){return e!=null&&Oi.includes(e)}function ji(e){return e!=null&&Fi.includes(e)}function zi(e){return e!=null&&Bi.includes(e)}function Ki(e){return e!=null&&Ui.includes(e)}function Yi(e){return e!=null&&Vi.includes(e)}function Xi(e){return e!=null&&Gi.includes(e)}function Zi(e){return e!=null&&$i.includes(e)}var Pi,Mi,Oi,Fi,Bi,Ui,Vi,Gi,$i,Ht=f(()=>{"use strict";n();z();Pi=["sent"],Mi=["success"],Oi=["fail","cancelled","timedOut"],Fi=["invalid"],Bi=["timedOut"],Ui=["pending"],Vi=["success"],Gi=["fail","invalid"],$i=["not executed"]});var Un,Vn,ye,Qi,Gn,Yl,Xl,Zl,Ql,Jl,ep,tp,rp,np,op,Xe,Ze=f(()=>{"use strict";n();Un=require("@reduxjs/toolkit"),Vn=require("redux-persist");z();Ht();P();ye={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},Qi={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Gn=(0,Un.createSlice)({name:"transactionsSlice",initialState:ye,reducers:{moveTransactionsToSignedState:(e,t)=>{var T,h;let{sessionId:r,transactions:o,errorMessage:i,status:l,redirectRoute:p,customTransactionInformation:g={}}=t.payload,d=((T=e.customTransactionInformationForSessionId)==null?void 0:T[r])||Qi;e.signedTransactions[r]={transactions:o,status:l,errorMessage:i,redirectRoute:p,customTransactionInformation:x(x({},d),g)},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===r&&(e.transactionsToSign=ye.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=x(x({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:i,transactions:l}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,i!=null&&(e.signedTransactions[r].errorMessage=i),l!=null&&(e.signedTransactions[r].transactions=l))},updateSignedTransactionStatus:(e,t)=>{var d,T,h,y,k,E,$,Ie;let{sessionId:r,status:o,errorMessage:i,transactionHash:l,inTransit:p}=t.payload,g=(T=(d=e.signedTransactions)==null?void 0:d[r])==null?void 0:T.transactions;if(g!=null){e.signedTransactions[r].transactions=g.map(H=>H.hash===l?A(x({},H),{status:o,errorMessage:i,inTransit:p}):H);let Uo=(y=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:y.every(H=>Ke(H.status)),Vo=(E=(k=e.signedTransactions[r])==null?void 0:k.transactions)==null?void 0:E.every(H=>Ye(H.status)),Go=(Ie=($=e.signedTransactions[r])==null?void 0:$.transactions)==null?void 0:Ie.every(H=>Fn(H.status));Uo&&(e.signedTransactions[r].status="success"),Vo&&(e.signedTransactions[r].status="fail"),Go&&(e.signedTransactions[r].status="invalid")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=ye.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=ye.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(b,()=>ye),e.addCase(Vn.REHYDRATE,(t,r)=>{var p;if(t.signTransactionsCancelMessage=null,!((p=r.payload)!=null&&p.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:i}=r.payload.transactions,l=Object.entries(o).reduce((g,[d,T])=>{let h=new Date(d),y=new Date;return y.setHours(y.getHours()+5),y-h>0||(g[d]=T),g},{});i!=null&&(t.customTransactionInformationForSessionId=i),o!=null&&(t.signedTransactions=l)})}}),{updateSignedTransactionStatus:Yl,updateSignedTransactions:Xl,setTransactionsToSign:Zl,clearAllTransactionsToSign:Ql,clearAllSignedTransactions:Jl,clearSignedTransaction:ep,clearTransactionToSign:tp,setSignTransactionsError:rp,setSignTransactionsCancelMessage:np,moveTransactionsToSignedState:op}=Gn.actions,Xe=Gn.reducer});var $n,Wt,Hn,cp,lp,pp,up,Qe,Je=f(()=>{"use strict";n();$n=require("@reduxjs/toolkit");P();Wt={},Hn=(0,$n.createSlice)({name:"batchTransactionsSlice",initialState:Wt,reducers:{setBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},updateBatchTransactions:(e,t)=>{e[t.payload.id]=t.payload},clearBatchTransactions:(e,t)=>{delete e[t.payload.batchId]},clearAllBatchTransactions:()=>Wt},extraReducers:e=>{e.addCase(b,()=>Wt)}}),{setBatchTransactions:cp,updateBatchTransactions:lp,clearBatchTransactions:pp,clearAllBatchTransactions:up}=Hn.actions,Qe=Hn.reducer});var qn,Wn,jn,fp,zn,qt=f(()=>{"use strict";n();qn=require("@reduxjs/toolkit");P();Wn={},jn=(0,qn.createSlice)({name:"dappConfigSlice",initialState:Wn,reducers:{setDappConfig:(e,t)=>{if(e&&t.payload){let{logoutRoute:r,shouldUseWebViewProvider:o}=t.payload;e.logoutRoute=r,e.shouldUseWebViewProvider=o}else e=t.payload}},extraReducers:e=>{e.addCase(b,()=>Wn)}}),{setDappConfig:fp}=jn.actions,zn=jn.reducer});var le=f(()=>{"use strict";n();Me();Fe();Ue();Ge();He();qe();ze();Ze();Je();qt()});var jt=f(()=>{"use strict";n()});var Qn,Zn,Jn,Gp,$p,Hp,Wp,qp,jp,eo,to=f(()=>{"use strict";n();Qn=require("@reduxjs/toolkit");P();Zn={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Jn=(0,Qn.createSlice)({name:"dappModalsSlice",initialState:Zn,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=x({},t.payload)}},extraReducers:e=>{e.addCase(b,()=>Zn)}}),{setDappModalVisibility:Gp,setDappModalHeaderVisibility:$p,setDappModalFooterVisibility:Hp,setDappModalHeaderText:Wp,setDappModalFooterText:qp,setDappModalConfig:jp}=Jn.actions,eo=Jn.reducer});var ro,ra,na,re,ot=f(()=>{"use strict";n();ro=require("@reduxjs/toolkit");jt();Me();Je();qt();to();Fe();Ue();Ge();He();qe();ze();Ze();ra={["account"]:Pe,["dappModal"]:eo,["dappConfig"]:zn,["loginInfo"]:Oe,["modals"]:Be,["networkConfig"]:Ve,["signedMessageInfo"]:$e,["toasts"]:We,["transactionsInfo"]:je,["transactions"]:Xe,["batchTransactions"]:Qe},na=(e={})=>(0,ro.combineReducers)(x(x({},ra),e)),re=na});var ao={};Z(ao,{default:()=>xa,sessionStorageReducers:()=>zt});function K(e,t=[]){return{key:e,version:1,storage:oo.default,blacklist:t}}var N,no,oo,oa,he,ia,aa,sa,ca,la,pa,ua,da,ga,ma,io,fa,zt,Ta,ya,ha,xa,so=f(()=>{"use strict";n();N=require("redux-persist"),no=I(require("redux-persist/lib/storage")),oo=I(require("redux-persist/lib/storage/session"));ot();le();Me();Je();Fe();Ue();Ge();He();qe();ze();Ze();jt();oa={persistReducersStorageType:"localStorage"},he={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},ia=K(he["account"]),aa=K(he["loginInfo"]),sa=K(he["modals"]),ca=K(he["networkConfig"]),la={2:e=>A(x({},e),{networkConfig:Ot})};pa=K("sdk-dapp-transactionsInfo"),ua=K("sdk-dapp-transactions",["transactionsToSign"]),da=K("sdk-dapp-batchTransactions",["batchTransactions"]),ga=K("sdk-dapp-toasts"),ma=K("sdk-dapp-signedMessageInfo"),io={key:"sdk-dapp-store",version:2,storage:no.default,whitelist:Object.keys(he),migrate:(0,N.createMigrate)(la,{debug:!1})},fa=A(x({},io),{whitelist:[]}),zt={["toasts"]:(0,N.persistReducer)(ga,We),["transactions"]:(0,N.persistReducer)(ua,Xe),["transactionsInfo"]:(0,N.persistReducer)(pa,je),["batchTransactions"]:(0,N.persistReducer)(da,Qe),["signedMessageInfo"]:(0,N.persistReducer)(ma,$e)},Ta=A(x({},zt),{["account"]:(0,N.persistReducer)(ia,Pe),["loginInfo"]:(0,N.persistReducer)(aa,Oe),["modals"]:(0,N.persistReducer)(sa,Be),["networkConfig"]:(0,N.persistReducer)(ca,Ve)}),ya=oa.persistReducersStorageType==="localStorage",ha=ya?(0,N.persistReducer)(io,re(zt)):(0,N.persistReducer)(fa,re(Ta)),xa=ha});var co={};Z(co,{default:()=>Sa});var Sa,lo=f(()=>{"use strict";n();ot();Sa=re()});var po={};Z(po,{default:()=>Ia});var _,wa,Ia,uo=f(()=>{"use strict";n();_=require("redux-persist"),wa=[_.FLUSH,_.REHYDRATE,_.PAUSE,_.PERSIST,_.PURGE,_.REGISTER],Ia=wa});var fo={};Z(fo,{default:()=>mo});function mo(e){return(0,go.persistStore)(e)}var go,To=f(()=>{"use strict";n();go=require("redux-persist")});var ls={};Z(ls,{useGetAccountInfo:()=>cs});module.exports=ge(ls);n();n();var Io=require("react"),ue=require("react-redux");n();var Kt=require("@reduxjs/toolkit"),So=require("react-redux/lib/utils/Subscription");le();n();var Yn=I(require("lodash.throttle"));S();n();var Kn=I(require("lodash.isequal")),et=require("reselect");C();var m=(0,et.createSelectorCreator)(et.defaultMemoize,Kn.default),tt=(e,t)=>e!=""&&Boolean(t);le();Pt();Re();me();var Ji=[De],rt=!1,ea=(0,Yn.default)(()=>{Te(fe())},5e3),Xn=e=>t=>r=>{var d;if(Ji.includes(r.type))return t(r);let o=e.getState(),i=ce.local.getItem(te.loginExpiresAt);if(!tt((d=o==null?void 0:o.loginInfo)==null?void 0:d.loginMethod,o==null?void 0:o.account.address))return t(r);if(i==null)return Te(fe());let p=Date.now();return i-p<0&&!rt?setTimeout(()=>{rt=!0,e.dispatch(Tn())},1e3):(rt&&(rt=!1),ea()),t(r)};n();n();function nt(){return typeof sessionStorage!="undefined"}var yo=nt()?(so(),ge(ao)).default:(lo(),ge(co)).default,ho=nt()?(uo(),ge(po)).default:[],xo=nt()?(To(),ge(fo)).default:e=>e;ot();var pe=(0,Kt.configureStore)({reducer:yo,middleware:e=>e({serializableCheck:{ignoredActions:[...ho,dn.type,un.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Xn)}),wo=(0,So.createSubscription)(pe),Eu=xo(pe),ku=(0,Kt.configureStore)({reducer:re});var ba={store:pe,subscription:wo},Yt=(0,Io.createContext)(ba),Ru=(0,ue.createStoreHook)(Yt),Cu=(0,ue.createDispatchHook)(Yt),bo=(0,ue.createSelectorHook)(Yt);n();n();le();var V=e=>e.account,Xt=m(V,e=>e.address),Zt=m(V,Xt,(e,t)=>t in e.accounts?e.accounts[t]:_e),Ao=m(V,Zt,(e,t)=>{let i=e,{accounts:r}=i,o=lr(i,["accounts"]);return A(x({},o),{account:t})}),Ou=m(Zt,e=>e.balance),Fu=m(Zt,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),Bu=m(V,e=>e.shard),Uu=m(V,e=>e.ledgerAccount),Vu=m(V,e=>e.walletConnectAccount),Gu=m(V,e=>e.isAccountLoading),$u=m(V,e=>e.accountLoadingError),Hu=m(V,e=>e.websocketEvent),Wu=m(V,e=>e.websocketBatchEvent);n();var Aa=e=>e.dappConfig,zu=m(Aa,e=>e.shouldUseWebViewProvider);n();var X=e=>e.loginInfo,Zu=m(X,e=>e.loginMethod),Qu=m(X,Xt,(e,t)=>tt(e.loginMethod,t)),Ju=m(X,e=>e.walletConnectLogin),ed=m(X,e=>e.ledgerLogin),td=m(X,e=>e.walletLogin),rd=m(X,e=>e.isLoginSessionInvalid),nd=m(X,e=>e.tokenLogin),od=m(X,e=>e.logoutRoute);n();var vo=e=>e.modals,sd=m(vo,e=>e.txSubmittedModal),cd=m(vo,e=>e.notificationModal);n();var ne=e=>e.networkConfig,ud=m(ne,e=>e.chainID),dd=m(ne,e=>e.network.walletConnectBridgeAddress),gd=m(ne,e=>e.network.walletConnectV2RelayAddress),md=m(ne,e=>e.network.walletConnectV2ProjectId),fd=m(ne,e=>e.network.walletConnectV2Options),Td=m(ne,e=>e.network.walletConnectDeepLink),Qt=m(ne,e=>e.network),yd=m(Qt,e=>e.apiAddress),Eo=m(Qt,e=>e.explorerAddress),hd=m(Qt,e=>e.egldLabel);n();var it=e=>e.signedMessageInfo,wd=m(it,e=>e.isSigning),Id=m(it,e=>e.errorMessage),bd=m(it,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]}),Ad=m(it,e=>{let t=Object.keys(e.signedSessions),r=t.length;return t.length>0?t[r-1]:""});n();var Jt=e=>e.toasts,kd=m(Jt,e=>e.customToasts),Ld=m(Jt,e=>e.transactionToasts),Dd=m(Jt,e=>e.failTransactionToast);n();le();var ko={errorMessage:Ut,successMessage:Vt,processingMessage:Gt},va=e=>e.transactionsInfo,_d=m(va,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||ko);n();n();var G=require("@multiversx/sdk-core"),Do=require("@multiversx/sdk-core/out/signature");S();n();var tr=require("@multiversx/sdk-core/out");n();n();function er(e){try{let t=atob(e),r=btoa(t),o=a.Buffer.from(e,"base64").toString(),i=a.Buffer.from(o).toString("base64");if(e===r&&e===i||t===o)return!0}catch(t){return!1}return!1}n();n();n();n();var Lo=e=>{let t=e!=null?e:"";return er(t)?tr.TransactionPayload.fromEncoded(t):new tr.TransactionPayload(t)};function rr(e){var r,o,i;let t=new G.Transaction(x(x({value:e.value.valueOf(),data:Lo(e.data),nonce:e.nonce.valueOf(),receiver:new G.Address(e.receiver),sender:new G.Address(e.sender),gasLimit:(r=e.gasLimit.valueOf())!=null?r:vt,gasPrice:(o=e.gasPrice.valueOf())!=null?o:Et,chainID:e.chainID.valueOf(),version:new G.TransactionVersion((i=e.version)!=null?i:Zr)},e.options?{options:new G.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new G.Address(e.guardian)}:{}));return e.guardianSignature&&t.applyGuardianSignature({hex:()=>e.guardianSignature||""}),e.signature&&t.applySignature(new Do.Signature(e.signature)),t}n();n();n();n();n();var La=require("@multiversx/sdk-core/out");n();S();n();var Ro=require("@multiversx/sdk-core");C();n();var Da=require("@multiversx/sdk-core");n();n();n();var Na=require("@multiversx/sdk-core"),Ra=I(require("bignumber.js"));z();n();n();n();n();n();n();n();D();n();n();D();n();n();n();var Fa=I(require("bignumber.js"));S();n();var Oa=require("@multiversx/sdk-core"),nr=I(require("bignumber.js"));S();n();var Pa=I(require("bignumber.js"));n();nr.default.config({ROUNDING_MODE:nr.default.ROUND_FLOOR});n();n();n();S();n();n();n();n();S();n();S();n();var Ba=require("@multiversx/sdk-core");S();n();var Se=require("@multiversx/sdk-core"),Va=require("@multiversx/sdk-network-providers");S();n();n();var Ua=I(require("bignumber.js"));S();n();S();n();n();n();n();n();n();S();n();S();n();S();n();D();var $a=["reDelegateRewards","claimRewards","unBond"],Ha=["wrapEgld","unwrapEgld"],Wa=["unStake"],qa=["unDelegate"];n();n();n();S();n();var Ka=I(require("bignumber.js"));n();n();D();n();var Ya=I(require("bignumber.js"));n();n();n();var Za=I(require("bignumber.js"));C();n();n();n();n();z();n();var es=require("@multiversx/sdk-web-wallet-provider");S();n();var Ja=I(require("qs"));n();n();var ar=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";n();var py={search:ar()?window.location.search:"",removeParams:[]};n();n();n();n();D();n();n();n();var ts=I(require("linkifyjs"));n();S();n();var rs=I(require("bignumber.js"));n();C();n();n();z();n();z();n();n();n();D();n();D();n();var ns=I(require("bignumber.js"));S();D();n();D();n();var Fo=require("react");C();n();n();D();n();n();var os=require("@multiversx/sdk-core/out"),is=I(require("bignumber.js"));D();n();C();n();n();C();var rx=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Bo=require("react");C();n();var ss=require("react");D();var lx=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ht();var ct=e=>e.transactions,we=m(ct,e=>e.signedTransactions),Kx=m(ct,e=>e.signTransactionsError),Yx=m(ct,e=>e.signTransactionsCancelMessage),lt=e=>t=>Object.entries(t).reduce((r,[o,i])=>(e(i.status)&&(r[o]=i),r),{}),Xx=m(we,lt(On)),Zx=m(we,lt(Ke)),Qx=m(we,lt(Ye)),Jx=m(we,lt(Bn)),eS=m(ct,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:A(x({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>rr(r)))||[]})}),tS=m(we,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var cs=()=>bo(Ao);0&&(module.exports={useGetAccountInfo});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|