@multiversx/sdk-dapp 3.0.18 → 3.0.20
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/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.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/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.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/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.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/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.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/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/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/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.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/components/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.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/FailedTransactions.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/TransactionMethod.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/CustomComponentToast.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/DefaultToastDeleteButton.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/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/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/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/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/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/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/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/chunk-23W57VQI.js +2 -0
- package/__chunks__/{chunk-2IP7PG2N.js → chunk-23WC2KZD.js} +2 -2
- package/__chunks__/{chunk-G2GEDE5X.js → chunk-2EWCUWIU.js} +2 -2
- package/__chunks__/{chunk-WRXNJQIY.js → chunk-2F54G2RO.js} +2 -2
- package/__chunks__/chunk-2FAELKQI.js +2 -0
- package/__chunks__/{chunk-RWKKUCND.js → chunk-2MPHNLIR.js} +2 -2
- package/__chunks__/{chunk-A5FD7DTK.js → chunk-2PVUEXHG.js} +2 -2
- package/__chunks__/{chunk-ZPB3ZJ2J.js → chunk-2S3WLTTZ.js} +2 -2
- package/__chunks__/chunk-2W3HTAH6.js +2 -0
- package/__chunks__/{chunk-GSQ6RX24.js → chunk-2WIDHMD3.js} +2 -2
- package/__chunks__/{chunk-KKHZHP3E.js → chunk-2ZQUCJ3M.js} +2 -2
- package/__chunks__/{chunk-ZP4YU52T.js → chunk-32LDF3IW.js} +2 -2
- package/__chunks__/chunk-32MQMBNY.js +2 -0
- package/__chunks__/{chunk-YSAZC3FJ.js → chunk-35PKC5YY.js} +2 -2
- package/__chunks__/chunk-373LPU6U.js +2 -0
- package/__chunks__/{chunk-PXO3KXPV.js → chunk-374FMRMN.js} +2 -2
- package/__chunks__/{chunk-WNUN6H4T.js → chunk-37LZRS45.js} +2 -2
- package/__chunks__/{chunk-3NXEJBK7.js → chunk-3CA7ECJG.js} +2 -2
- package/__chunks__/{chunk-SOOZPADC.js → chunk-3FCH2UAZ.js} +2 -2
- package/__chunks__/chunk-3FK4DGLL.js +2 -0
- package/__chunks__/{chunk-3L3N56FB.js → chunk-3HZ45UYC.js} +2 -2
- package/__chunks__/{chunk-5B3VR2FV.js → chunk-3KLEQWPP.js} +2 -2
- package/__chunks__/{chunk-MBNT47JC.js → chunk-3MFOF236.js} +2 -2
- package/__chunks__/chunk-3MMLW2FM.js +2 -0
- package/__chunks__/{chunk-K6Q3BCRA.js → chunk-3RLOPS7A.js} +2 -2
- package/__chunks__/{chunk-ZWAI37XZ.js → chunk-3T5225YP.js} +2 -2
- package/__chunks__/{chunk-SIBZP36W.js → chunk-3Y6TKA2K.js} +2 -2
- package/__chunks__/{chunk-FLNPSKM5.js → chunk-4ANW6FS5.js} +2 -2
- package/__chunks__/{chunk-CPTGXWUV.js → chunk-4G4VB35P.js} +2 -2
- package/__chunks__/{chunk-YLPK7HAX.js → chunk-4I7E4NJZ.js} +2 -2
- package/__chunks__/{chunk-FFPSOIDK.js → chunk-4MOGFP3Q.js} +2 -2
- package/__chunks__/{chunk-BNAILBH3.js → chunk-4ROI3DNA.js} +2 -2
- package/__chunks__/{chunk-GPRQNTUG.js → chunk-4TUUC3VG.js} +2 -2
- package/__chunks__/{chunk-R666NKD7.js → chunk-4UIDHBRY.js} +2 -2
- package/__chunks__/{chunk-GC3IMAFY.js → chunk-4XP7MUPS.js} +2 -2
- package/__chunks__/{chunk-ZVNBY4BK.js → chunk-4XVLB7O2.js} +2 -2
- package/__chunks__/{chunk-HS7U64J3.js → chunk-4ZPA2ZNG.js} +2 -2
- package/__chunks__/{chunk-GCNH3RZR.js → chunk-5352BVHS.js} +2 -2
- package/__chunks__/chunk-53UDFLVS.js +2 -0
- package/__chunks__/{chunk-TRUASFOC.js → chunk-57MR6GDY.js} +2 -2
- package/__chunks__/chunk-57R6QXXS.js +2 -0
- package/__chunks__/chunk-5AG7LTJX.js +2 -0
- package/__chunks__/{chunk-BRMDGFCG.js → chunk-5BLBYHWX.js} +2 -2
- package/__chunks__/{chunk-DPD3XJBG.js → chunk-5C4JVHQ3.js} +2 -2
- package/__chunks__/{chunk-QZD5N7RZ.js → chunk-5D4CGOGE.js} +2 -2
- package/__chunks__/{chunk-BK3F643X.js → chunk-5GBKDMCE.js} +2 -2
- package/__chunks__/chunk-5L7UGYCL.js +2 -0
- package/__chunks__/{chunk-LEKYTY2K.js → chunk-5LRWSHX3.js} +2 -2
- package/__chunks__/chunk-5NREUPDN.js +2 -0
- package/__chunks__/{chunk-RC7NBVBT.js → chunk-5QJNIURL.js} +2 -2
- package/__chunks__/{chunk-XECVYP4E.js → chunk-5R22KYMS.js} +2 -2
- package/__chunks__/{chunk-K7ITUXHA.js → chunk-5SCA66ZU.js} +2 -2
- package/__chunks__/chunk-5SHZENX7.js +2 -0
- package/__chunks__/{chunk-3CINYBP7.js → chunk-5SS7NZ62.js} +2 -2
- package/__chunks__/{chunk-PBD3PMQ6.js → chunk-5UW3KHZF.js} +2 -2
- package/__chunks__/chunk-5ZTQTA57.js +2 -0
- package/__chunks__/chunk-67LZSTQG.js +2 -0
- package/__chunks__/chunk-6DLLJ73W.js +2 -0
- package/__chunks__/{chunk-BUXN3GSA.js → chunk-6EJ3CDZ2.js} +2 -2
- package/__chunks__/{chunk-KY6VRMZ7.js → chunk-6MFLNPAV.js} +2 -2
- package/__chunks__/{chunk-H2MQCKDV.js → chunk-6MSKJ2PR.js} +2 -2
- package/__chunks__/{chunk-YR74VMN6.js → chunk-6PBV75WN.js} +2 -2
- package/__chunks__/{chunk-LYB2N5RS.js → chunk-753TEHRM.js} +2 -2
- package/__chunks__/{chunk-L7JIR6OV.js → chunk-77HA2TCZ.js} +2 -2
- package/__chunks__/{chunk-45TZJ2VF.js → chunk-7AHPPG66.js} +2 -2
- package/__chunks__/chunk-7HIOJST5.js +2 -0
- package/__chunks__/chunk-7QQW7OZC.js +2 -0
- package/__chunks__/{chunk-2NCVBO6D.js → chunk-7VPFM2FM.js} +2 -2
- package/__chunks__/{chunk-XSPP3G57.js → chunk-7X6D3IN6.js} +2 -2
- package/__chunks__/{chunk-6IOVE2XD.js → chunk-A4PKFKOI.js} +2 -2
- package/__chunks__/{chunk-B2XE3XO6.js → chunk-A57Z5SS4.js} +2 -2
- package/__chunks__/{chunk-AHFVMJ7X.js → chunk-AEE3RXHB.js} +2 -2
- package/__chunks__/chunk-AEL32BBY.js +2 -0
- package/__chunks__/{chunk-M3I2BY6B.js → chunk-AELXW3UM.js} +2 -2
- package/__chunks__/{chunk-4MYDIG2C.js → chunk-AH5JZOCZ.js} +2 -2
- package/__chunks__/{chunk-HAKH2P4P.js → chunk-AMHG363J.js} +2 -2
- package/__chunks__/{chunk-ZZ3PILAG.js → chunk-AR72EQDQ.js} +2 -2
- package/__chunks__/{chunk-TIMS5S2C.js → chunk-B3RDMC5R.js} +2 -2
- package/__chunks__/{chunk-LPRQ2IYP.js → chunk-B6AES4OZ.js} +2 -2
- package/__chunks__/{chunk-ZPEVRMR3.js → chunk-BBQYRT3U.js} +2 -2
- package/__chunks__/{chunk-5TQ6M4FL.js → chunk-BGY3RENH.js} +2 -2
- package/__chunks__/{chunk-WOXPP5OG.js → chunk-BH6L3X37.js} +2 -2
- package/__chunks__/{chunk-33ZQXWGC.js → chunk-BSAFBHP4.js} +2 -2
- package/__chunks__/chunk-BSS45KE5.js +2 -0
- package/__chunks__/{chunk-UTY6BZUT.js → chunk-BSSSW6DS.js} +2 -2
- package/__chunks__/{chunk-YOZHK36J.js → chunk-BT5CQ3TL.js} +2 -2
- package/__chunks__/{chunk-HI6OFQF5.js → chunk-BVC772NI.js} +2 -2
- package/__chunks__/{chunk-L5MDW727.js → chunk-C2WXU3NW.js} +2 -2
- package/__chunks__/{chunk-XL7XIOJR.js → chunk-C3FEVXGG.js} +2 -2
- package/__chunks__/{chunk-V3TVICHS.js → chunk-C3WI7D7F.js} +2 -2
- package/__chunks__/{chunk-N2M34KLB.js → chunk-C7FBZTKK.js} +2 -2
- package/__chunks__/{chunk-DYVTV6RQ.js → chunk-C7SLWPOR.js} +2 -2
- package/__chunks__/{chunk-7UV4S7IL.js → chunk-CAWOYSSN.js} +2 -2
- package/__chunks__/{chunk-WANC2RXX.js → chunk-CH76NS43.js} +2 -2
- package/__chunks__/{chunk-6KOTAMEE.js → chunk-CLYKUTT7.js} +2 -2
- package/__chunks__/chunk-CMQ35IPJ.js +2 -0
- package/__chunks__/{chunk-CUYJAD7W.js → chunk-COI4EMDU.js} +2 -2
- package/__chunks__/{chunk-6JKT3JAV.js → chunk-CP466LLF.js} +2 -2
- package/__chunks__/chunk-D3W4OXHN.js +2 -0
- package/__chunks__/{chunk-ATGKNVBX.js → chunk-D4US64MS.js} +2 -2
- package/__chunks__/{chunk-T3SLPLBT.js → chunk-DCBM62KH.js} +2 -2
- package/__chunks__/{chunk-IUMHVMTK.js → chunk-DD4LPADX.js} +2 -2
- package/__chunks__/{chunk-3B4DWW6O.js → chunk-DDMO5HPN.js} +2 -2
- package/__chunks__/{chunk-2AIEU6LZ.js → chunk-DIM4QWEK.js} +2 -2
- package/__chunks__/{chunk-KACXL2VQ.js → chunk-DLCUTHCZ.js} +2 -2
- package/__chunks__/{chunk-BPUHN7WW.js → chunk-DLZTETOY.js} +2 -2
- package/__chunks__/{chunk-7IKDWUZY.js → chunk-DPIDKLDE.js} +2 -2
- package/__chunks__/{chunk-K34NQEQO.js → chunk-DUHIIQF3.js} +2 -2
- package/__chunks__/{chunk-J5WQX5EE.js → chunk-DUJ3I45G.js} +2 -2
- package/__chunks__/chunk-DVZPZ72H.js +2 -0
- package/__chunks__/{chunk-NW56V3MY.js → chunk-EAG3ETLP.js} +2 -2
- package/__chunks__/{chunk-BNQM3PSY.js → chunk-EBFN2JQC.js} +2 -2
- package/__chunks__/{chunk-NTZB4F5Z.js → chunk-EBR57EHR.js} +2 -2
- package/__chunks__/{chunk-GWK5BOR4.js → chunk-ECLZP7XW.js} +2 -2
- package/__chunks__/{chunk-GAMY5LR7.js → chunk-EF57BAGN.js} +2 -2
- package/__chunks__/{chunk-LZM7JQGH.js → chunk-EG6G2Y34.js} +2 -2
- package/__chunks__/{chunk-HLTYS3PQ.js → chunk-EHWKULWV.js} +2 -2
- package/__chunks__/{chunk-WJSEVDZX.js → chunk-EIMOK4HN.js} +2 -2
- package/__chunks__/{chunk-PQQY2VA2.js → chunk-EMZYG7TB.js} +2 -2
- package/__chunks__/{chunk-SJFNSQDE.js → chunk-ENOR2DGK.js} +2 -2
- package/__chunks__/chunk-EPMMOVPH.js +2 -0
- package/__chunks__/chunk-ER7U52LM.js +2 -0
- package/__chunks__/{chunk-2Y7KT3FW.js → chunk-ESGYVSGQ.js} +2 -2
- package/__chunks__/{chunk-GC24T2RU.js → chunk-EUFDZO65.js} +2 -2
- package/__chunks__/{chunk-EZ2PLUR5.js → chunk-EW26E3PC.js} +2 -2
- package/__chunks__/chunk-F4KUUGH7.js +2 -0
- package/__chunks__/{chunk-SUPKMGBY.js → chunk-F4ZVPXUD.js} +2 -2
- package/__chunks__/{chunk-OHDOIVLS.js → chunk-F5HX2V7Y.js} +2 -2
- package/__chunks__/chunk-F7TPGTAX.js +2 -0
- package/__chunks__/{chunk-NVVUEWXN.js → chunk-FDR3SFSN.js} +2 -2
- package/__chunks__/{chunk-KPFB6TA7.js → chunk-FE5MUQSZ.js} +2 -2
- package/__chunks__/{chunk-FUNIQ52G.js → chunk-FFO63W7J.js} +2 -2
- package/__chunks__/{chunk-EB7KSHVC.js → chunk-FITLB2Z5.js} +2 -2
- package/__chunks__/{chunk-XDRLF7XB.js → chunk-FNO4USUA.js} +2 -2
- package/__chunks__/chunk-FTTEVENT.js +2 -0
- package/__chunks__/{chunk-DFXCBJPX.js → chunk-FYRM2TPY.js} +2 -2
- package/__chunks__/{chunk-XLNHVIPK.js → chunk-G2QZJWIY.js} +2 -2
- package/__chunks__/chunk-GABJA3SW.js +2 -0
- package/__chunks__/{chunk-IN4SP3V2.js → chunk-GBTPD7XI.js} +2 -2
- package/__chunks__/chunk-GFBJ6KSR.js +2 -0
- package/__chunks__/{chunk-NMC25ZUJ.js → chunk-GGJYXINP.js} +2 -2
- package/__chunks__/{chunk-WQDTUJFG.js → chunk-GJPDUXUP.js} +2 -2
- package/__chunks__/{chunk-NRUQYCRY.js → chunk-GLHSSAW5.js} +2 -2
- package/__chunks__/{chunk-A4X2GOUI.js → chunk-GMBVYARR.js} +2 -2
- package/__chunks__/chunk-GOHJBIXQ.js +2 -0
- package/__chunks__/{chunk-IE3IVXRG.js → chunk-GPK5TKRY.js} +2 -2
- package/__chunks__/{chunk-BBPVQC7L.js → chunk-GYZKZJYT.js} +2 -2
- package/__chunks__/{chunk-Y4OZCVUZ.js → chunk-HC62WSPV.js} +2 -2
- package/__chunks__/{chunk-TPMTRTYF.js → chunk-HFNGX3KT.js} +2 -2
- package/__chunks__/{chunk-ABDJB5G2.js → chunk-HG4W2KMT.js} +2 -2
- package/__chunks__/{chunk-HWKORQ2K.js → chunk-HGGDLHW3.js} +2 -2
- package/__chunks__/{chunk-O7BFK3AK.js → chunk-HHOGX6TO.js} +2 -2
- package/__chunks__/{chunk-3QAMKN76.js → chunk-HHPJ6WV3.js} +2 -2
- package/__chunks__/{chunk-BL3YCAIK.js → chunk-HMF2IDRU.js} +2 -2
- package/__chunks__/{chunk-CKNPVVRA.js → chunk-HNGOWZIV.js} +2 -2
- package/__chunks__/{chunk-73TBJORY.js → chunk-HRTPY35M.js} +2 -2
- package/__chunks__/{chunk-OT7M3OPU.js → chunk-I2A5AQNP.js} +2 -2
- package/__chunks__/{chunk-H7F7QSSU.js → chunk-I3X6N7LO.js} +2 -2
- package/__chunks__/chunk-IFE6VMJ3.js +2 -0
- package/__chunks__/{chunk-AUTRTBBJ.js → chunk-IGW3VTIY.js} +2 -2
- package/__chunks__/{chunk-D75WP7GF.js → chunk-INBYDHWB.js} +2 -2
- package/__chunks__/{chunk-XI3XVOOA.js → chunk-IOPVZ45X.js} +2 -2
- package/__chunks__/{chunk-ZDIO44CA.js → chunk-IRNEDUNB.js} +2 -2
- package/__chunks__/chunk-ISZ75WJH.js +2 -0
- package/__chunks__/chunk-IV2UAHHR.js +2 -0
- package/__chunks__/{chunk-FXTYNVIR.js → chunk-IZZTMNKL.js} +2 -2
- package/__chunks__/{chunk-MG4D5Y35.js → chunk-J4B76GXU.js} +2 -2
- package/__chunks__/{chunk-NUHG6ACY.js → chunk-J6OGEOZF.js} +2 -2
- package/__chunks__/{chunk-AN3PVYB6.js → chunk-JE427V4Z.js} +2 -2
- package/__chunks__/{chunk-TFZRV4WV.js → chunk-JFEGFJYG.js} +2 -2
- package/__chunks__/{chunk-2KLEV5AU.js → chunk-JIK3LUAR.js} +2 -2
- package/__chunks__/chunk-JJTGLVUF.js +2 -0
- package/__chunks__/{chunk-36ZXKKNC.js → chunk-JLIHM4EX.js} +2 -2
- package/__chunks__/{chunk-DHRUNZEK.js → chunk-JPCER52L.js} +2 -2
- package/__chunks__/{chunk-6VEYADOE.js → chunk-JPD3QTIU.js} +2 -2
- package/__chunks__/{chunk-IOL6OMHE.js → chunk-JPDRIR4Z.js} +2 -2
- package/__chunks__/{chunk-G2TQCLY5.js → chunk-JPKVM3BC.js} +2 -2
- package/__chunks__/chunk-JQMWV6DI.js +2 -0
- package/__chunks__/{chunk-RBG6ZS7K.js → chunk-JSB4XBCL.js} +2 -2
- package/__chunks__/chunk-K6BN2PIQ.js +2 -0
- package/__chunks__/{chunk-3AOUWDRN.js → chunk-KCGGUA32.js} +2 -2
- package/__chunks__/{chunk-6DGZJKY3.js → chunk-KHPD52EJ.js} +2 -2
- package/__chunks__/{chunk-UPRCDBIL.js → chunk-KMB7EN5T.js} +2 -2
- package/__chunks__/{chunk-EQ6O7XYT.js → chunk-KQWCGLKP.js} +2 -2
- package/__chunks__/chunk-KSQWG7D6.js +2 -0
- package/__chunks__/{chunk-TLG4GXZW.js → chunk-KWHIRYM3.js} +2 -2
- package/__chunks__/{chunk-CYSLBY5U.js → chunk-KXVCKONE.js} +2 -2
- package/__chunks__/{chunk-F4PPWPLD.js → chunk-L3NF2WWJ.js} +2 -2
- package/__chunks__/{chunk-AFOBGIC6.js → chunk-LAFMXFOI.js} +2 -2
- package/__chunks__/{chunk-JSANEGSJ.js → chunk-LBUDVIWP.js} +2 -2
- package/__chunks__/{chunk-IZ2LTUAS.js → chunk-LEQ75G3A.js} +2 -2
- package/__chunks__/chunk-LFKVDONT.js +2 -0
- package/__chunks__/{chunk-GSIGCMHA.js → chunk-LGJ4VZCA.js} +2 -2
- package/__chunks__/{chunk-DEZFV57Q.js → chunk-LHRY3BCM.js} +2 -2
- package/__chunks__/{chunk-CG2QJHSL.js → chunk-LHUR76KN.js} +2 -2
- package/__chunks__/{chunk-MYP4XQY5.js → chunk-LIEOTQFR.js} +2 -2
- package/__chunks__/chunk-LLOW255X.js +2 -0
- package/__chunks__/{chunk-G7NPLNV6.js → chunk-LO5TIX3Y.js} +2 -2
- package/__chunks__/{chunk-XCEBI3EQ.js → chunk-LTYEDJJ2.js} +2 -2
- package/__chunks__/{chunk-D62OYHN4.js → chunk-LV2S4RYW.js} +2 -2
- package/__chunks__/{chunk-U7I66IZO.js → chunk-LWLTZEUR.js} +2 -2
- package/__chunks__/{chunk-GDIJ3VWC.js → chunk-M246O3B3.js} +2 -2
- package/__chunks__/{chunk-ZPAVSH7G.js → chunk-M2MGPV3G.js} +2 -2
- package/__chunks__/{chunk-A6ZSNFXP.js → chunk-M7BKKUT5.js} +2 -2
- package/__chunks__/{chunk-VDQSHSAP.js → chunk-MA2KGP7W.js} +2 -2
- package/__chunks__/chunk-MBDEDSEW.js +2 -0
- package/__chunks__/{chunk-KRAXDXND.js → chunk-MCUKOZTI.js} +2 -2
- package/__chunks__/{chunk-6AJXQNY4.js → chunk-MF2ADMXP.js} +2 -2
- package/__chunks__/{chunk-HK3BL5WJ.js → chunk-MIULHZAH.js} +2 -2
- package/__chunks__/chunk-MPUNA5XV.js +2 -0
- package/__chunks__/{chunk-NPOQRA75.js → chunk-MVCZXQXR.js} +2 -2
- package/__chunks__/{chunk-UES4R3TC.js → chunk-MX7UJG44.js} +2 -2
- package/__chunks__/{chunk-IOK2AYLN.js → chunk-MXUHVHOH.js} +2 -2
- package/__chunks__/chunk-N57EYQI7.js +2 -0
- package/__chunks__/{chunk-XCETJVG5.js → chunk-N663DLSJ.js} +2 -2
- package/__chunks__/{chunk-HFGBJ5GL.js → chunk-N66X65TX.js} +2 -2
- package/__chunks__/{chunk-YNW5XE5N.js → chunk-N6HKO3SW.js} +2 -2
- package/__chunks__/{chunk-QGCSWJ3J.js → chunk-NFZXFTIJ.js} +2 -2
- package/__chunks__/chunk-NHLOLDJR.js +2 -0
- package/__chunks__/{chunk-ZQBSKR72.js → chunk-NHROF5TT.js} +2 -2
- package/__chunks__/{chunk-XNYEQEU6.js → chunk-NIVQGF2V.js} +2 -2
- package/__chunks__/{chunk-LUGGITMH.js → chunk-NMHPPGKU.js} +2 -2
- package/__chunks__/{chunk-JMTSXEZ3.js → chunk-NNWU2XKG.js} +2 -2
- package/__chunks__/{chunk-3FRL7P2E.js → chunk-NQAHCE7L.js} +2 -2
- package/__chunks__/chunk-NVL466WG.js +2 -0
- package/__chunks__/{chunk-W6YGSEZ4.js → chunk-NXNZKTGH.js} +2 -2
- package/__chunks__/{chunk-XEEY3HDK.js → chunk-O7A3B5UL.js} +2 -2
- package/__chunks__/{chunk-I5OGC7V5.js → chunk-O7JYT45R.js} +2 -2
- package/__chunks__/{chunk-UDMQAGTD.js → chunk-OBQG7TN6.js} +2 -2
- package/__chunks__/{chunk-R53SJ3NZ.js → chunk-OC33PRLG.js} +2 -2
- package/__chunks__/{chunk-DBRTYYBP.js → chunk-OCJRSBSJ.js} +2 -2
- package/__chunks__/{chunk-L6WTPOV5.js → chunk-OHAEDCR2.js} +2 -2
- package/__chunks__/{chunk-C64OHZJI.js → chunk-OMVKOTXJ.js} +2 -2
- package/__chunks__/{chunk-XB5AV6KL.js → chunk-OPT3JYNI.js} +2 -2
- package/__chunks__/chunk-OQPJ4PWY.js +2 -0
- package/__chunks__/{chunk-2JGKGQC4.js → chunk-OT6KGZK7.js} +2 -2
- package/__chunks__/{chunk-3VDMQS32.js → chunk-OTH7NKIZ.js} +2 -2
- package/__chunks__/chunk-OUPXEHT3.js +2 -0
- package/__chunks__/{chunk-BHK3YIYA.js → chunk-OX6AVWT2.js} +2 -2
- package/__chunks__/{chunk-F74R22JL.js → chunk-OXOSM3NE.js} +2 -2
- package/__chunks__/{chunk-MKL2OLL6.js → chunk-P34RUZDS.js} +2 -2
- package/__chunks__/{chunk-Y36G3HGF.js → chunk-P6QWJR6B.js} +2 -2
- package/__chunks__/{chunk-WQPYK64A.js → chunk-PAGUMJIE.js} +2 -2
- package/__chunks__/{chunk-5IFIHV7J.js → chunk-PCOFQP2Q.js} +2 -2
- package/__chunks__/{chunk-WLELEAGK.js → chunk-PEA3BMKQ.js} +2 -2
- package/__chunks__/{chunk-YIMSX4VD.js → chunk-PKNQHUL6.js} +2 -2
- package/__chunks__/chunk-PNBNE73F.js +2 -0
- package/__chunks__/{chunk-BQZAL57Q.js → chunk-PO7Q5SP6.js} +2 -2
- package/__chunks__/{chunk-LMMPVJHS.js → chunk-PPUI3BLS.js} +2 -2
- package/__chunks__/chunk-PZ4AH7DF.js +2 -0
- package/__chunks__/{chunk-MJJOJ7DA.js → chunk-Q3ADNNYG.js} +2 -2
- package/__chunks__/{chunk-YH4AUJVA.js → chunk-Q3FE2XOG.js} +2 -2
- package/__chunks__/{chunk-ASQ3U46M.js → chunk-Q7OFESUO.js} +2 -2
- package/__chunks__/{chunk-OGQJGQSH.js → chunk-QD537MZU.js} +2 -2
- package/__chunks__/{chunk-4EMUKO3O.js → chunk-QENN6NDL.js} +2 -2
- package/__chunks__/{chunk-XBNVZQA4.js → chunk-QMDTJFU3.js} +2 -2
- package/__chunks__/{chunk-2OGUKUYW.js → chunk-QRFFMY5Q.js} +2 -2
- package/__chunks__/{chunk-OVTUQNFB.js → chunk-QVVGHLCM.js} +2 -2
- package/__chunks__/chunk-QXKMNMR3.js +2 -0
- package/__chunks__/{chunk-JA3SLGX2.js → chunk-QZEWDJAT.js} +2 -2
- package/__chunks__/{chunk-IAKCDH5D.js → chunk-R23P6IMF.js} +2 -2
- package/__chunks__/{chunk-CLMGL2UV.js → chunk-RCAOXHIW.js} +2 -2
- package/__chunks__/{chunk-ELUYAFQH.js → chunk-REB7V7GV.js} +2 -2
- package/__chunks__/{chunk-DBEM42SR.js → chunk-REW33NNZ.js} +2 -2
- package/__chunks__/chunk-RFTCPHFA.js +2 -0
- package/__chunks__/{chunk-2RG4XFAN.js → chunk-RGY3TNI6.js} +2 -2
- package/__chunks__/{chunk-HV7MRP6D.js → chunk-RH2NFBDT.js} +2 -2
- package/__chunks__/{chunk-ZIHDYJLL.js → chunk-RP3LIXMU.js} +2 -2
- package/__chunks__/{chunk-4QMNIBLK.js → chunk-RPHIP3GG.js} +2 -2
- package/__chunks__/{chunk-LX7I6YEI.js → chunk-RPTNX4QD.js} +2 -2
- package/__chunks__/{chunk-XPMQVAXE.js → chunk-RQLFNBVQ.js} +2 -2
- package/__chunks__/{chunk-NNNZOKRA.js → chunk-RSS5QMSG.js} +2 -2
- package/__chunks__/{chunk-A5DQLJGX.js → chunk-RUHCRI3J.js} +2 -2
- package/__chunks__/{chunk-JN4X6QCT.js → chunk-RUKWPAV5.js} +2 -2
- package/__chunks__/{chunk-UH2U3I5W.js → chunk-RYLWXDF3.js} +2 -2
- package/__chunks__/{chunk-2HIUA3PT.js → chunk-S3GSO657.js} +2 -2
- package/__chunks__/{chunk-E663HYOF.js → chunk-S4PQUBHR.js} +2 -2
- package/__chunks__/{chunk-ASSEYEJJ.js → chunk-S5LOOIBU.js} +2 -2
- package/__chunks__/chunk-S7JXM4IQ.js +2 -0
- package/__chunks__/{chunk-L5QBPZ5I.js → chunk-SBM5GGVT.js} +2 -2
- package/__chunks__/{chunk-KSXK7ZQS.js → chunk-SCEWAVPS.js} +2 -2
- package/__chunks__/{chunk-7MEQWRNH.js → chunk-SI6KZT6Z.js} +2 -2
- package/__chunks__/chunk-SOKDCDVQ.js +2 -0
- package/__chunks__/chunk-SSU7LQ75.js +2 -0
- package/__chunks__/chunk-SVTFFUPI.js +2 -0
- package/__chunks__/{chunk-366BFEAQ.js → chunk-SW63E4XF.js} +2 -2
- package/__chunks__/{chunk-E5O47KXV.js → chunk-SYKBZAK4.js} +2 -2
- package/__chunks__/chunk-T5QULXFT.js +2 -0
- package/__chunks__/{chunk-7XPJPXQF.js → chunk-T6QWXWTA.js} +2 -2
- package/__chunks__/{chunk-Z5T3PMJE.js → chunk-TDQPGZCU.js} +2 -2
- package/__chunks__/{chunk-T24YSU7I.js → chunk-TFUQIJSW.js} +2 -2
- package/__chunks__/{chunk-HEV2DLYP.js → chunk-THJQY7LP.js} +2 -2
- package/__chunks__/chunk-TPTVXCBM.js +2 -0
- package/__chunks__/{chunk-TOCSIKJA.js → chunk-TPWHSHYF.js} +2 -2
- package/__chunks__/{chunk-MFPKPOZT.js → chunk-TQ6QT3CV.js} +2 -2
- package/__chunks__/chunk-TQKWYQTH.js +2 -0
- package/__chunks__/{chunk-IJKIVSOH.js → chunk-TQMYGMJN.js} +2 -2
- package/__chunks__/{chunk-YPOZU6Y3.js → chunk-TWF7LLNO.js} +2 -2
- package/__chunks__/chunk-TXIATRKL.js +2 -0
- package/__chunks__/{chunk-N6NWN72A.js → chunk-TY6FMLO7.js} +2 -2
- package/__chunks__/{chunk-4YP6ER5C.js → chunk-UD77MOQO.js} +2 -2
- package/__chunks__/{chunk-CN2BS3Z5.js → chunk-UIQ6LSH7.js} +2 -2
- package/__chunks__/{chunk-XP6N4TB2.js → chunk-ULH46A2C.js} +2 -2
- package/__chunks__/{chunk-C66BVUKM.js → chunk-UMRELM7U.js} +2 -2
- package/__chunks__/{chunk-XRNT76UY.js → chunk-UQVUMEKB.js} +2 -2
- package/__chunks__/{chunk-SD2ZJL4Z.js → chunk-UVNNIJQM.js} +2 -2
- package/__chunks__/{chunk-6QMORR5K.js → chunk-V3KBU724.js} +2 -2
- package/__chunks__/{chunk-CDJPQRSF.js → chunk-V74FQV7G.js} +2 -2
- package/__chunks__/{chunk-PTP4ZK4E.js → chunk-V7FF6W7W.js} +2 -2
- package/__chunks__/chunk-VA4VLSZI.js +2 -0
- package/__chunks__/{chunk-ZIIQ5MFR.js → chunk-VCAGTDM5.js} +2 -2
- package/__chunks__/{chunk-A6Z6LN54.js → chunk-VDOK2XCW.js} +2 -2
- package/__chunks__/{chunk-DOSMNWM2.js → chunk-VDQ6Y4OL.js} +2 -2
- package/__chunks__/chunk-VGKYKXQB.js +2 -0
- package/__chunks__/{chunk-W6MOVXXY.js → chunk-VHCCDSRK.js} +2 -2
- package/__chunks__/{chunk-VLCJAOJZ.js → chunk-VHWU4HAI.js} +2 -2
- package/__chunks__/{chunk-GUBGMHIC.js → chunk-VK5UZVMC.js} +2 -2
- package/__chunks__/{chunk-AIKFVFQ3.js → chunk-VKCOXQGP.js} +2 -2
- package/__chunks__/{chunk-5ZE4DETZ.js → chunk-VNBEES2K.js} +2 -2
- package/__chunks__/{chunk-TLR5RFIN.js → chunk-VVMCY4ZQ.js} +2 -2
- package/__chunks__/{chunk-SKX4EJGO.js → chunk-VZD2OAVQ.js} +2 -2
- package/__chunks__/{chunk-GNYH4SPT.js → chunk-W2JAHF5E.js} +2 -2
- package/__chunks__/chunk-W4DKUYK4.js +2 -0
- package/__chunks__/chunk-W5BDR4MJ.js +2 -0
- package/__chunks__/{chunk-AMFNXVCM.js → chunk-WAJFNNWI.js} +2 -2
- package/__chunks__/{chunk-KBWCG46F.js → chunk-WCAGWATQ.js} +2 -2
- package/__chunks__/{chunk-2VM6SFLZ.js → chunk-WDESVFYS.js} +2 -2
- package/__chunks__/{chunk-JUNOVW6Y.js → chunk-WI3J4ZLS.js} +2 -2
- package/__chunks__/{chunk-UXY5WZPX.js → chunk-WJ6U5ICO.js} +2 -2
- package/__chunks__/{chunk-YVH24RZH.js → chunk-WJWXV2SS.js} +2 -2
- package/__chunks__/{chunk-52FCCIBT.js → chunk-WLWZKCS2.js} +2 -2
- package/__chunks__/{chunk-GDUQ43F2.js → chunk-WOYSC7TW.js} +2 -2
- package/__chunks__/{chunk-2SCHD7Y5.js → chunk-WPLVRP4T.js} +2 -2
- package/__chunks__/{chunk-5PD4V7PN.js → chunk-WQGESRXP.js} +2 -2
- package/__chunks__/{chunk-C4I5OLSZ.js → chunk-WQOSFEA5.js} +2 -2
- package/__chunks__/{chunk-BNDLAUUS.js → chunk-WSPLEEDF.js} +2 -2
- package/__chunks__/chunk-WTS4XZXU.js +2 -0
- package/__chunks__/{chunk-G6OWQ4GF.js → chunk-WYMEJDWE.js} +2 -2
- package/__chunks__/{chunk-N2CCCYOS.js → chunk-WZGQ3WJA.js} +2 -2
- package/__chunks__/{chunk-75T2I3S5.js → chunk-X6JF6LLX.js} +2 -2
- package/__chunks__/{chunk-DNPORMYG.js → chunk-X74BWI6J.js} +2 -2
- package/__chunks__/chunk-XK47X6QI.js +2 -0
- package/__chunks__/{chunk-MTF3EZIB.js → chunk-XKTWOOJ5.js} +2 -2
- package/__chunks__/{chunk-JTMWMYCS.js → chunk-XSUYLYIB.js} +2 -2
- package/__chunks__/{chunk-X7YCL332.js → chunk-XUD3HGD3.js} +2 -2
- package/__chunks__/{chunk-5Q4NNIXY.js → chunk-XVBZAHE6.js} +2 -2
- package/__chunks__/{chunk-E2S6CATO.js → chunk-XXEKL2DH.js} +2 -2
- package/__chunks__/{chunk-ZF27ANY4.js → chunk-Y35IRBFJ.js} +2 -2
- package/__chunks__/{chunk-RORU34DN.js → chunk-Y443WR2P.js} +2 -2
- package/__chunks__/{chunk-OR42DSOO.js → chunk-Y7K6U7RL.js} +2 -2
- package/__chunks__/chunk-YDINZ72C.js +2 -0
- package/__chunks__/{chunk-BCDVSSQ6.js → chunk-YGCKNH5E.js} +2 -2
- package/__chunks__/{chunk-OUSIKRNJ.js → chunk-YMMFPBKR.js} +2 -2
- package/__chunks__/{chunk-ACV6ZBKI.js → chunk-YRZRHMBY.js} +2 -2
- package/__chunks__/{chunk-IGORY6G3.js → chunk-YYBSA2IS.js} +2 -2
- package/__chunks__/{chunk-2GRCIZYF.js → chunk-YZYBMXLD.js} +2 -2
- package/__chunks__/chunk-Z2FOGQXQ.js +2 -0
- package/__chunks__/{chunk-JVKY75JG.js → chunk-Z3WGQIRQ.js} +2 -2
- package/__chunks__/{chunk-SUY4WMMQ.js → chunk-Z5UAJISV.js} +2 -2
- package/__chunks__/chunk-ZA4AXCRU.js +2 -0
- package/__chunks__/chunk-ZD4N2Y4Y.js +2 -0
- package/__chunks__/{chunk-2KGXFHHC.js → chunk-ZF5JN26G.js} +2 -2
- package/__chunks__/chunk-ZFTKBHKQ.js +2 -0
- package/__chunks__/chunk-ZGMSULLK.js +2 -0
- package/__chunks__/{chunk-2AQTAXV7.js → chunk-ZI7MNIRO.js} +2 -2
- package/__chunks__/{chunk-AS43CSOP.js → chunk-ZLKKGZC6.js} +2 -2
- package/__chunks__/{chunk-5YOFTA6Z.js → chunk-ZM73TWIN.js} +2 -2
- package/__chunks__/{chunk-3D2KUB25.js → chunk-ZMM64XFP.js} +2 -2
- package/__chunks__/{chunk-PAIRJY2N.js → chunk-ZOKTZX4J.js} +2 -2
- package/__chunks__/{chunk-7ICEDXUF.js → chunk-ZRE4EBGO.js} +2 -2
- package/__chunks__/chunk-ZSGIG23Q.js +2 -0
- package/__chunks__/chunk-ZSIT433N.js +2 -0
- package/__chunks__/{chunk-ZHHX65UY.js → chunk-ZSPWULMC.js} +2 -2
- package/__chunks__/chunk-ZYQJI6VW.js +2 -0
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +9 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +9 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +14 -14
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionData/TransactionData.js +2 -2
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +2 -2
- package/__commonjs/UI/TransactionData/components/index.js +2 -2
- package/__commonjs/UI/TransactionData/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/index.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/__commonjs/UI/index.js +11 -11
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/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/index.js +3 -3
- package/__commonjs/UI/walletConnect/index.js +4 -4
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +2 -2
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +2 -2
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +2 -2
- package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/transactions/useTransactionsTracker.js +1 -1
- package/__commonjs/hooks/websocketListener/index.js +1 -1
- package/__commonjs/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/__commonjs/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/__commonjs/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/types/index.js +1 -1
- package/__commonjs/types/network.types.d.ts +2 -0
- package/__commonjs/types/network.types.js +1 -1
- package/__commonjs/utils/account/getIsProviderEqualTo.js +1 -1
- package/__commonjs/utils/account/index.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/index.js +5 -5
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/__commonjs/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +2 -2
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +2 -2
- package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +2 -2
- 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/accounts/useGetAccountFromApi.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/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.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/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.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/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.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/helpers/clearInitiatedLogins.js +1 -1
- package/hooks/login/helpers/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.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/login/useXaliasLogin.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/useGetToasts.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/useGetLedgerProvider.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/useGetPollingInterval.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/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.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 +3 -3
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.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/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.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/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/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/sendBatchTransactions.test.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/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/types/index.js +1 -1
- package/types/network.types.d.ts +2 -0
- package/types/network.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/getWebviewToken.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/builtCallbackUrl.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/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.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/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-27FH5G67.js +0 -2
- package/__chunks__/chunk-42M6IY4Z.js +0 -2
- package/__chunks__/chunk-443DT25B.js +0 -2
- package/__chunks__/chunk-4H47G34Q.js +0 -2
- package/__chunks__/chunk-52IXS66S.js +0 -2
- package/__chunks__/chunk-5YK22TET.js +0 -2
- package/__chunks__/chunk-5ZEU6QMA.js +0 -2
- package/__chunks__/chunk-6E3DEOH3.js +0 -2
- package/__chunks__/chunk-6W7DVGIL.js +0 -2
- package/__chunks__/chunk-7A55YIB6.js +0 -2
- package/__chunks__/chunk-7FJ2PHIP.js +0 -2
- package/__chunks__/chunk-7OACEH3X.js +0 -2
- package/__chunks__/chunk-AVGGN2LY.js +0 -2
- package/__chunks__/chunk-BFHMV5A6.js +0 -2
- package/__chunks__/chunk-BG5F4VLD.js +0 -2
- package/__chunks__/chunk-BMV2L5DM.js +0 -2
- package/__chunks__/chunk-BWI6T72S.js +0 -2
- package/__chunks__/chunk-CL6IW7IS.js +0 -2
- package/__chunks__/chunk-CQYDQFE4.js +0 -2
- package/__chunks__/chunk-CS3BFVVL.js +0 -2
- package/__chunks__/chunk-D4NANPZS.js +0 -2
- package/__chunks__/chunk-DL6ZH3ZM.js +0 -2
- package/__chunks__/chunk-DSNZ6WWJ.js +0 -2
- package/__chunks__/chunk-E4VQH6BK.js +0 -2
- package/__chunks__/chunk-EMIZYMPZ.js +0 -2
- package/__chunks__/chunk-FERW6O6J.js +0 -2
- package/__chunks__/chunk-FOV4YAAN.js +0 -2
- package/__chunks__/chunk-FY6ENH4F.js +0 -2
- package/__chunks__/chunk-GE6AWBV7.js +0 -2
- package/__chunks__/chunk-GYFGZGPB.js +0 -2
- package/__chunks__/chunk-HGBHLYSY.js +0 -2
- package/__chunks__/chunk-HK3IGHZP.js +0 -2
- package/__chunks__/chunk-HL5YGNOT.js +0 -2
- package/__chunks__/chunk-IXUNCHI4.js +0 -2
- package/__chunks__/chunk-KSBIKCRA.js +0 -2
- package/__chunks__/chunk-L43ZE6DO.js +0 -2
- package/__chunks__/chunk-LTQQHGJA.js +0 -2
- package/__chunks__/chunk-M3KZ5ZCM.js +0 -2
- package/__chunks__/chunk-M7QUL4WU.js +0 -2
- package/__chunks__/chunk-N5OGU3OY.js +0 -2
- package/__chunks__/chunk-NGSXPTM7.js +0 -2
- package/__chunks__/chunk-NOFGMWJX.js +0 -2
- package/__chunks__/chunk-NSUEKEPT.js +0 -2
- package/__chunks__/chunk-OBXVMKUP.js +0 -2
- package/__chunks__/chunk-OJDKSNKS.js +0 -2
- package/__chunks__/chunk-PVCQBXC5.js +0 -2
- package/__chunks__/chunk-Q4L3J62S.js +0 -2
- package/__chunks__/chunk-Q7G6IS5N.js +0 -2
- package/__chunks__/chunk-QQGKX76V.js +0 -2
- package/__chunks__/chunk-QSQMERZY.js +0 -2
- package/__chunks__/chunk-R4NOSGSY.js +0 -2
- package/__chunks__/chunk-RMSI2KAF.js +0 -2
- package/__chunks__/chunk-ROVLCWLB.js +0 -2
- package/__chunks__/chunk-RPRH53SN.js +0 -2
- package/__chunks__/chunk-S6WU7FIP.js +0 -2
- package/__chunks__/chunk-SHX5DLRE.js +0 -2
- package/__chunks__/chunk-SKQHXYAY.js +0 -2
- package/__chunks__/chunk-SMD3P2QU.js +0 -2
- package/__chunks__/chunk-SNJ63XJS.js +0 -2
- package/__chunks__/chunk-SUNJRNCA.js +0 -2
- package/__chunks__/chunk-SYEARPKN.js +0 -2
- package/__chunks__/chunk-SYYNFXUN.js +0 -2
- package/__chunks__/chunk-TELFM4OQ.js +0 -2
- package/__chunks__/chunk-VUAMGFOX.js +0 -2
- package/__chunks__/chunk-VYUSRJOU.js +0 -2
- package/__chunks__/chunk-WP6VM5J2.js +0 -2
- package/__chunks__/chunk-WWSMEEPR.js +0 -2
- package/__chunks__/chunk-XSCEIJSP.js +0 -2
- package/__chunks__/chunk-XUEKGCYZ.js +0 -2
- package/__chunks__/chunk-XVIPFZ65.js +0 -2
- package/__chunks__/chunk-YGWO7L5T.js +0 -2
- package/__chunks__/chunk-YHUSZC3I.js +0 -2
- package/__chunks__/chunk-YVGR3MVT.js +0 -2
- package/__chunks__/chunk-YWRTTCYK.js +0 -2
|
@@ -2798,7 +2798,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2798
2798
|
color: #212529;
|
|
2799
2799
|
background-color: #dee2e6;
|
|
2800
2800
|
border-color: #e9ecef;
|
|
2801
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rs));a_={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"}});var __={};$e(__,{useCrossWindowLogin:()=>Dp,useExtensionLogin:()=>Ip,useGetModalLoginMethods:()=>us,useLedgerLogin:()=>hs,useMetamaskLogin:()=>ws,useOperaLogin:()=>Ep,usePasskeyLogin:()=>Ss,useWalletConnectV2Login:()=>Ts,useWebWalletLogin:()=>st,useXaliasLogin:()=>xs});module.exports=De(__);t();t();var xr=require("react"),Ap=require("@multiversx/sdk-extension-provider");Ke();t();t();var Ba=require("@multiversx/sdk-extension-provider"),Ua=require("@multiversx/sdk-hw-provider"),Wa=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Ga=require("@multiversx/sdk-opera-provider"),Va=require("@multiversx/sdk-passkey-provider/out"),Ft=require("@multiversx/sdk-web-wallet-provider");F();Uo();t();var Go=require("@multiversx/sdk-web-wallet-iframe-provider/out"),dm=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");X();t();t();var yn={},Tn=vo;var lm="/dapp/init",Le=e=>{switch(e==null?void 0:e.constructor){case Ft.WalletProvider:return"wallet";case Tn:return"walletconnectv2";case Ua.HWProvider:return"ledger";case Ba.ExtensionProvider:return"extension";case Va.PasskeyProvider:return"passkey";case Wa.MetamaskProvider:return"metamask";case Ga.OperaProvider:return"opera";case no.CrossWindowProvider:return"crossWindow";case Go.IframeProvider:return"iframe";case vo:return"";default:return"extra"}},Ha=e=>new Ft.WalletProvider(`${e}${lm}`),$a=e=>b(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===Oa}}),Ie=e=>`Unable to perform ${e}, Provider not initialized`,vo=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(Ie("getAccount"))}setAccount(o){throw new Error(Ie(`setAccount: ${o}`))}login(o){throw new Error(Ie(`login with options: ${o}`))}logout(o){throw new Error(Ie(`logout with options: ${o}`))}getAddress(){throw new Error(Ie("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(o,n){throw new Error(Ie(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Ie(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Ie(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Ie(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Ie(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Ie(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Vo=new vo;var ja=Vo;function le(e){ja=e}function ye(){return ja||Vo}K();t();var xc=require("react"),Eo=require("react-redux");t();var ar=require("@reduxjs/toolkit"),fc=require("react-redux/lib/utils/Subscription");ge();t();var Ji=k(require("lodash.throttle"));F();ge();zt();Io();Ao();var qm=[xn],qn=!1,Km=(0,Ji.default)(()=>{jo($o())},5e3),Zi=e=>o=>n=>{if(qm.includes(n.type))return o(n);let r=e.getState(),a=We.local.getItem(Ee.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(a==null)return jo($o());let m=Date.now();return a-m<0&&!qn?setTimeout(()=>{qn=!0,e.dispatch(mi())},1e3):(qn&&(qn=!1),Km()),o(n)};t();t();function Kn(){return typeof sessionStorage!="undefined"}var _c=Kn()?(rc(),De(tc)).default:(ic(),De(ac)).default,gc=Kn()?(pc(),De(cc)).default:[],uc=Kn()?(lc(),De(dc)).default:e=>e;Xn();var D=(0,ar.configureStore)({reducer:_c,middleware:e=>e({serializableCheck:{ignoredActions:[...gc,$t.type,Ho.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Zi)}),hc=(0,fc.createSubscription)(D),Jh=uc(D),Zh=(0,ar.configureStore)({reducer:lo});var hd={store:D,subscription:hc},ir=(0,xc.createContext)(hd),nx=(0,Eo.createStoreHook)(ir),J=(0,Eo.createDispatchHook)(ir),M=(0,Eo.createSelectorHook)(ir);X();t();t();t();ge();t();var yc=k(require("lodash.isequal")),Yn=require("reselect"),w=(0,Yn.createSelectorCreator)(Yn.defaultMemoize,yc.default);var Ge=e=>e.account,Ko=w(Ge,e=>e.address),Po=w(Ge,Ko,(e,o)=>o in e.accounts?e.accounts[o]:Sn),xd=w(Ge,Po,(e,o)=>{let a=e,{accounts:n}=a,r=xo(a,["accounts"]);return I(h({},r),{address:o.address,account:o})}),cx=w(Po,e=>e.balance),Tc=w(Po,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),px=w(Ge,e=>e.shard),bc=w(Ge,e=>e.ledgerAccount),sx=w(Ge,e=>e.walletConnectAccount),mx=w(Ge,e=>e.isAccountLoading),dx=w(Ge,e=>e.accountLoadingError),yd=w(Ge,e=>e.websocketEvent),Td=w(Ge,e=>e.websocketBatchEvent);t();var bd=e=>e.dappConfig,gx=w(bd,e=>e.shouldUseWebViewProvider);t();var pe=e=>e.loginInfo,wc=w(pe,e=>e.loginMethod),Co=w(pe,Ko,(e,o)=>Boolean(o)),xx=w(pe,e=>e.walletConnectLogin),yx=w(pe,e=>e.ledgerLogin),Sc=w(pe,e=>e.walletLogin),Tx=w(pe,e=>e.isLoginSessionInvalid),Xo=w(pe,e=>e.tokenLogin),vc=w(pe,e=>e.logoutRoute),wd=w(pe,e=>e.isWalletConnectV2Initialized);t();var kc=e=>e.modals,Sx=w(kc,e=>e.txSubmittedModal),vx=w(kc,e=>e.notificationModal);t();var Ze=e=>e.networkConfig,cr=w(Ze,e=>e.network.chainId),Ix=w(Ze,e=>e.network.roundDuration),Lx=w(Ze,e=>e.network.walletConnectBridgeAddress),Ac=w(Ze,e=>e.network.walletConnectV2RelayAddress),Ic=w(Ze,e=>e.network.walletConnectV2ProjectId),Lc=w(Ze,e=>e.network.walletConnectV2Options),Ec=w(Ze,e=>e.network.walletConnectDeepLink),ve=w(Ze,e=>e.network),Pc=w(ve,e=>e.apiAddress),Cc=w(ve,e=>e.explorerAddress),Ex=w(ve,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),Nc=w(ve,e=>e.xAliasAddress),Sd=w(ve,e=>e.egldLabel);t();var Jn=e=>e.signedMessageInfo,Nx=w(Jn,e=>e.isSigning),Rx=w(Jn,e=>e.errorMessage),Dx=w(Jn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),Mx=w(Jn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Rc=e=>e.toasts,Bx=w(Rc,e=>e.customToasts),Ux=w(Rc,e=>e.transactionToasts);t();ge();var Dc={errorMessage:Yt,successMessage:Jt,processingMessage:Zt},vd=e=>e.transactionsInfo,Hx=w(vd,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Dc);t();t();var Ve=require("@multiversx/sdk-core");F();t();var pr=require("@multiversx/sdk-core/out");t();t();function Zn(e){try{let o=atob(e),n=btoa(o),r=i.Buffer.from(e,"base64").toString(),a=i.Buffer.from(r).toString("base64"),s=e===n||n.startsWith(e),m=e===a||a.startsWith(e);if(s&&m)return!0}catch(o){return!1}return!1}function _o(e){return Zn(e)?atob(e):e}t();t();t();t();var Mc=e=>{let o=e!=null?e:"";return Zn(o)?pr.TransactionPayload.fromEncoded(o):new pr.TransactionPayload(o)};t();F();var Qn=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(Lt).some(n=>e.startsWith(n)):!1;function sr(e){var r,a,s;let o=h({},e);Qn({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new Ve.Transaction(h(h(I(h(I(h({value:o.value.valueOf(),data:Mc(o.data),nonce:o.nonce.valueOf(),receiver:new Ve.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ve.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:Mt,gasPrice:(a=o.gasPrice.valueOf())!=null?a:Ot,chainID:o.chainID.valueOf(),version:new Ve.TransactionVersion((s=o.version)!=null?s:Ma)}),o.options?{options:new Ve.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ve.Address(o.guardian)}:{}));return o.guardianSignature&&n.applyGuardianSignature(i.Buffer.from(o.guardianSignature,"hex")),o.signature&&n.applySignature(i.Buffer.from(o.signature,"hex")),n}t();t();F();t();t();t();var Ld=require("@multiversx/sdk-core/out");t();F();t();var Fc=require("@multiversx/sdk-core");ie();t();var Oc=require("@multiversx/sdk-core");function Ed(e){try{let o=new Oc.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Yo(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&Ed(e)}t();t();t();var Pd=require("@multiversx/sdk-core"),Cd=k(require("bignumber.js"));X();t();t();t();var et="accounts";var mr="blocks";t();t();t();t();de();t();t();de();t();t();t();var Fd=k(require("bignumber.js"));F();t();var Od=require("@multiversx/sdk-core"),dr=k(require("bignumber.js"));F();t();var Dd=k(require("bignumber.js"));t();dr.default.config({ROUNDING_MODE:dr.default.ROUND_FLOOR});t();t();t();F();t();t();t();t();F();t();F();t();var Bd=require("@multiversx/sdk-core");F();t();var Zo=require("@multiversx/sdk-core"),Wd=k(require("bignumber.js"));F();t();t();var Ud=k(require("bignumber.js"));F();t();F();t();t();t();t();t();t();F();t();F();t();F();t();de();var Vd=["reDelegateRewards","claimRewards","unBond"],Hd=["wrapEgld","unwrapEgld"],$d=["unStake"],jd=["unDelegate"];t();t();t();F();t();var Kd=k(require("bignumber.js"));t();t();de();t();var Yd=k(require("bignumber.js"));t();t();t();t();var Zd=k(require("bignumber.js"));ie();t();t();t();t();X();t();var ol=require("@multiversx/sdk-web-wallet-provider");F();t();var el=k(require("qs"));t();_e();Lo();t();Lo();var kw={search:mo()?window.location.search:"",removeParams:[]};t();t();t();Te();t();de();t();t();Te();t();var nl=k(require("linkifyjs"));t();F();t();var tl=k(require("bignumber.js"));t();ie();t();t();X();t();X();t();t();t();de();t();de();t();var rl=k(require("bignumber.js"));F();de();t();de();t();var Hc=require("react");ie();t();t();de();t();t();var al=require("@multiversx/sdk-core/out"),il=k(require("bignumber.js"));de();t();ie();t();t();ie();var xv=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var $c=require("react");ie();Te();t();var pl=require("react");de();var Av=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];er();t();var nt=e=>e.transactions,en=w(nt,e=>e.signedTransactions),fk=w(nt,e=>e.signTransactionsError),hk=w(nt,e=>e.signTransactionsCancelMessage),tt=e=>o=>Object.entries(o).reduce((n,[r,a])=>(e(a.status)&&(n[r]=a),n),{}),xk=w(en,tt(Ui)),yk=w(en,tt(Gn)),Tk=w(en,tt(Vn)),bk=w(en,tt(Gi)),wk=w(nt,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:I(h({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>sr(n)))||[]})}),Sk=w(en,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});function Z(){return Co(D.getState())}Ye();_e();_e();t();t();Uo();ie();var fe=e=>(Object.values(ne).forEach(o=>{if(o!==(e==null?void 0:e.skipLoginMethod))switch(o){case"crossWindow":{let n=no.CrossWindowProvider.getInstance();n.isInitialized()&&n.dispose();break}case"iframe":{let n=Go.IframeProvider.getInstance();n.isInitialized()&&n.dispose();break}default:break}}),null);t();var kp=require("react"),it=require("@multiversx/sdk-core");t();t();var gr=()=>M(Po);t();t();var jc=()=>{let e=ye(),o=Le(e);return{provider:e,providerType:o}};t();t();t();t();t();t();t();var No=k(require("react"));var sl=(0,No.createContext)({}),cA=D.getState();function rt(){let e=(0,No.useContext)(sl);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}t();var zc=k(require("react"));t();var ur=k(require("react")),ml=k(require("axios"));var qc=()=>{try{let{loginInfo:e,isLoggedIn:o}=rt();return I(h({},e),{isLoggedIn:o})}catch(e){let o=M(pe),n=M(Co);return I(h({},o),{isLoggedIn:n})}};var Kc=()=>{let{isLoggedIn:e}=qc();return e};t();t();ge();t();t();var vp=require("@multiversx/sdk-native-auth-client");t();var Zc=k(require("axios"));t();t();t();function Xc(e){return b(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Yc=(e,o,n,r=0)=>b(void 0,null,function*(){try{return yield e(...n)}catch(a){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Xc(o.delay)),yield Yc(e,o,n,r+1)):null}}),Jc=(e,o={retries:5,delay:500})=>(...n)=>b(void 0,null,function*(){return yield Yc(e,o,n)});var dl=4,ll=3e4,at={current:null},go={current:null},_l=Jc((e,o,n)=>b(void 0,null,function*(){if(n){let s=Math.floor(Date.now()/1e3);return{hash:yield n(),timestamp:s}}let{data:r}=yield Zc.default.get(`${e}/${mr}?from=${dl}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[a]=r;return a}));function Qc(e,o,n,r){return b(this,null,function*(){if(e==null)throw new Error("missing api url");let a=Date.now();if(at.current!=null&&a<at.current.timestamp*1e3+ll&&!r)return at.current;if(go.current!=null)return yield go.current;go.current=_l(e,o,n);try{let s=yield go.current;if(s==null)throw go.current=null,new Error("could not get block hash");return at.current={hash:s.hash,timestamp:s.timestamp},go.current=null,s}catch(s){return go.current=null,null}})}t();t();bn();t();t();var bp=k(Tp());var uo=e=>{if(!e||!(0,bp.default)(e))return null;let o=e.split(".");if(o.length!==4)return null;try{let[n,r,a,s]=o,m=JSON.parse(_o(s)),d=_o(n);return{ttl:Number(a),extraInfo:m,origin:d,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};function Bl(e){return Object.prototype.toString.call(e)==="[object String]"}var wp=e=>{var n;if(!e||!Bl(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,a,s]=o,m=_o(r),d=_o(a),l=uo(d);if(!l)return{address:m,body:d,signature:s,blockHash:"",origin:"",ttl:0};let g=I(h({},l),{address:m,body:d,signature:s});return(n=l.extraInfo)!=null&&n.timestamp||delete g.extraInfo,g}catch(r){return null}};var hr={isExpired:!1},Sp=e=>{if(!e)return hr;let o=wp(e);if(!o)return hr;let n=ko(),{ttl:r,extraInfo:a}=o,s=a==null?void 0:a.timestamp;if(!s)return hr;let m=s+r,d=n>m,l=m-n;return{isExpired:d,expiresAt:m,secondsUntilExpires:l}};t();Te();var nn={origin:B().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},tn=e=>{var n,r,a,s,m,d;return e===!0?nn:{origin:(n=e==null?void 0:e.origin)!=null?n:nn.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:nn.expirySeconds,apiAddress:(a=e==null?void 0:e.apiAddress)!=null?a:nn.apiAddress,tokenExpirationToastWarningSeconds:(s=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?s:nn.tokenExpirationToastWarningSeconds,extraInfo:(m=e==null?void 0:e.extraInfo)!=null?m:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(d=e==null?void 0:e.extraRequestHeaders)!=null?d:{}}};var rn=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:a,extraInfo:s,gatewayUrl:m,extraRequestHeaders:d}=tn(e),l=new vp.NativeAuthClient({origin:o,apiUrl:n,expirySeconds:r,blockHashShard:a,gatewayUrl:m,extraRequestHeaders:d});return{getNativeAuthConfig:tn,initialize:u=>b(void 0,null,function*(){var v,S;if(!n||!o)return"";let x=()=>l.getCurrentBlockHash();try{let y=(v=u==null?void 0:u.latestBlockInfo)!=null?v:yield Qc(n,a,x,u==null?void 0:u.noCache);if(!y)return"";let{hash:A,timestamp:E}=y,N=l.encodeValue(JSON.stringify(h(h({},(S=u==null?void 0:u.extraInfo)!=null?S:s),E?{timestamp:E}:{})));return`${l.encodeValue(o)}.${A}.${r}.${N}`}catch(y){return console.error("Error getting native auth token: ",y.toString()),""}}),getToken:({address:u,token:x,signature:v})=>l.getToken(u,x,v),getTokenExpiration:Sp}};var Ul=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},te=e=>{let o=M(ve),n=M(Xo),r=(0,kp.useRef)(n==null?void 0:n.loginToken),a=Ul(o.apiAddress,e),s=tn(h(h({},e===!0?{}:e),a?{apiAddress:a}:{})),m=Boolean(e),d=rn(s),{address:l}=gr(),g=J(),f=S=>{r.current=S,g(An(h(I(h({},n),{loginToken:S}),a?{nativeAuthConfig:s}:{})))},u=()=>{try{return d.initialize()}catch(S){console.error("Unable to get block. Login failed.",S);return}},x=({address:S,signature:y})=>{let A=r.current;if(!A)throw"Token not found. Call `setLoginToken` first.";if(!m){g(An({loginToken:A,signature:y}));return}let E=d.getToken({address:S,token:A,signature:y});return g(An(h({loginToken:A,signature:y,nativeAuthToken:E},a?{nativeAuthConfig:s}:{}))),E};return{configuration:s,setLoginToken:f,getNativeAuthLoginToken:u,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:A=>b(void 0,[A],function*({signMessageCallback:S,nativeAuthClientConfig:y}){let N=yield rn(y||s).initialize({noCache:Boolean(y)});if(r.current=N,!N)return;let P=new it.Message({address:new it.Address(l),data:i.Buffer.from(`${l}${N}`)}),L=yield S(P,{});if(!(L!=null&&L.signature))throw"Message not signed";return x({address:l,signature:i.Buffer.from(L.signature).toString("hex")})})}};var Ip=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,xr.useState)(""),[m,d]=(0,xr.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let y=Ap.ExtensionProvider.getInstance();try{if(!(yield y.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let E=to(),N=encodeURIComponent(Xe(e!=null?e:E));if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let P=h({callbackUrl:N},f&&{token:f}),{signature:L,address:R}=yield y.login(P);if(le(y),!R){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}L&&f&&g.setTokenLoginInfo({signature:L,address:R}),u(q({address:R,loginMethod:"extension"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:L,address:R}})}catch(A){console.error("error logging in",A),s("error logging in"+A.message)}finally{d(!1)}})}let S=Boolean(a);return[v,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var yr=require("react"),Lp=require("@multiversx/sdk-opera-provider");Ke();K();X();Ye();_e();Te();var Ep=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,yr.useState)(""),[m,d]=(0,yr.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let y=Lp.OperaProvider.getInstance();try{if(!(yield y.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:E}=B(),N=to(),P=encodeURIComponent(`${E}${e!=null?e:N}`);if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let L=h({callbackUrl:P},f&&{token:f});yield y.login(L),le(y);let{signature:R,address:G}=y.account;if(!G){d(!1),console.warn("Login cancelled.");return}R&&f&&g.setTokenLoginInfo({signature:R,address:G}),u(q({address:G,loginMethod:"opera"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:R,address:G}})}catch(A){console.error("error loging in",A),s("error logging in"+A.message)}finally{d(!1)}})}let S=Boolean(a);return[v,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var kr=require("react");t();t();t();t();t();t();var Pp=require("@lifeomic/axios-fetch"),Tr=k(require("axios")),br=(0,Pp.buildAxiosFetch)(Tr.default),wr=(e,o)=>b(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let r=e.clone().json(),[a]=yield Promise.all([r]);return{data:a,status:e.status,statusText:e.statusText,headers:e.headers,config:o}});function Wl(e,o,n){return b(this,null,function*(){try{let r=yield br(e,h({method:"POST",body:o?JSON.stringify(o):void 0,headers:h({"Content-Type":"application/json"},(n==null?void 0:n.headers)||{})},n));return wr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}function Gl(e,o){return b(this,null,function*(){try{let n=yield br(e,o);if(!n.ok)throw new Error(`HTTP error! Status: ${n.status}`);return wr(n,o)}catch(n){throw console.error("Fetch Error:",n),n}})}function Vl(e,o,n){return b(this,null,function*(){try{let r=yield br(e,h({method:"PATCH",body:o?JSON.stringify(o):void 0,headers:(n==null?void 0:n.headers)||{}},n));if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return wr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}var Ro=Tr.default.create();Ro.get=Gl;Ro.post=Wl;Ro.patch=Vl;t();var Sr=e=>{let o=e!=null?e:Pc(D.getState());return o.endsWith("/")?o.slice(0,-1):o};t();var Hl=k(require("axios"));t();var $l=k(require("swr"));var jl=e=>{let n=`${Sr()}/${et}/${e}?withGuardianInfo=true`;return Ro.get(n)},Cp=e=>b(void 0,null,function*(){if(!e)return null;try{let{data:o}=yield jl(e);return o}catch(o){console.error("error fetching configuration for ",e,o)}return null});var ct=e=>Cp(e);t();var Np=n=>b(void 0,[n],function*({loginToken:e,extraInfoData:o}){if(e==null||Object.keys(o).length===0)return null;let r=uo(String(e)),g=(r==null?void 0:r.extraInfo)||{},{timestamp:a}=g,s=xo(g,["timestamp"]);if(!(r&&a!=null))return null;let d={hash:String(r==null?void 0:r.blockHash),timestamp:Number(a)};return yield rn({extraInfo:h(h({},s),o),expirySeconds:r==null?void 0:r.ttl,origin:r==null?void 0:r.origin}).initialize({latestBlockInfo:d})});var Rp=s=>b(void 0,[s],function*({loginToken:e,extraInfoData:o,address:n,signature:r,loginService:a}){let m=yield Np({loginToken:e,extraInfoData:o}),d=o.multisig||o.impersonate||n,l=m!=null?d:n;return m!=null&&a.setLoginToken(m),r&&a.setTokenLoginInfo({signature:r,address:n}),yield ct(l)});Dt();Ke();Uo();K();ge();X();t();function vr(e){let o=D.getState(),n=Tc(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}Ye();Te();var Dp=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,hasConsentPopup:a,walletAddress:s})=>{let[m,d]=(0,kr.useState)(""),[l,g]=(0,kr.useState)(!1),f=n!=null,u=te(n),x=o,v=M(ve),S=J(),y=Z();function A(){return b(this,null,function*(){if(y)throw new Error(oe);fe({skipLoginMethod:"crossWindow"}),g(!0);let N=yield no.CrossWindowProvider.getInstance().init(),P=no.CrossWindowProvider.getInstance().setWalletUrl(s!=null?s:v.walletAddress);try{if(!N){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:L,pathname:R}=B(),G=encodeURIComponent(`${L}${e!=null?e:R}`);if(f&&!x&&(x=yield u.getNativeAuthLoginToken(),!x)){console.warn("Fetching block failed. Login cancelled.");return}x&&u.setLoginToken(x);let xe=h({callbackUrl:G},x&&{token:x});(Da&&f||a)&&P.setShouldShowConsentPopup(!0);let{signature:Ce,address:Ne,multisig:C,impersonate:He}=yield P.login(xe);if(le(P),!Ne){g(!1),console.warn("Login cancelled.");return}let re=yield Rp({loginToken:x,extraInfoData:{multisig:C,impersonate:He},address:Ne,signature:Ce,loginService:u});if(!re)return;S(q({address:re.address,loginMethod:"crossWindow"})),S(ni(re.address)),S(Ho(I(h({},re),{nonce:vr(re)}))),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:Ce,address:re.address}})}catch(L){console.error("error loging in",L),d("error logging in"+L.message)}finally{g(!1)}})}let E=Boolean(m);return[A,{loginFailed:E,error:m,isLoading:l&&!E,isLoggedIn:y&&!E}]};t();var Ar=require("react");Ke();ge();t();t();t();Te();var Mp=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o),r=n==null?void 0:n.address;return Yo(r)?r:null};t();t();function Op(){let e=ye();return Le(e)}t();X();t();function an(e){return Op()===e}function pt(){let e=D.getState(),o=ye(),n=Ko(e),r=Co(e),a=Sc(e);if(!o)throw"provider not initialized";return an("ledger")&&r?new Promise(s=>{s(n)}):!an("")&&!an("wallet")&&!an("extra")?o.getAddress():new Promise(s=>{let m=Mp();a!=null&&m&&s(m),r&&s(n),s("")})}t();t();Te();var Fp=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.accessToken};var Bp=()=>{var n;let e=Fp(),o=pe(D.getState());return e!=null?e:(n=o.webviewLogin)==null?void 0:n.data};t();K();ie();t();ge();t();ge();t();var Up=require("@multiversx/sdk-core");ie();_e();t();Ut();t();t();var zl=k(require("platform"));Lo();t();K();ie();t();function Wp(e,o){if(!e){typeof console!="undefined"&&console.warn(o);try{throw new Error(o)}catch(n){}}}function Gp(e,o){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=ql(e.path,e.caseSensitive,e.end),a=o.match(n);if(!a)return null;let s=a[0],m=s.replace(/(.)\/+$/,"$1"),d=a.slice(1);return{params:r.reduce((g,f,u)=>{if(f==="*"){let x=d[u]||"";m=s.slice(0,s.length-x.length).replace(/(.)\/+$/,"$1")}return g[f]=Kl(d[u]||"",f),g},{}),pathname:s,pathnameBase:m,pattern:e}}function ql(e,o=!1,n=!0){Wp(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(m,d)=>(r.push(d),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(a,o?void 0:"i"),r]}function Kl(e,o){try{return decodeURIComponent(e)}catch(n){return Wp(!1,`The value for the URL param "${o}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}Nn();Io();Ao();_e();var Vp=({callbackUrl:e,onRedirect:o})=>{typeof o=="function"?o(e):e&&Cn({url:e})},Xl=e=>{let o=We.local.getItem(Ee.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(We.local.setItem({key:Ee.logoutEvent,data:e,expires:0}),We.local.removeItem(Ee.logoutEvent))},Yl=500;function Hp(a,s){return b(this,arguments,function*(e,o,n=Boolean(Bp()),r={shouldBroadcastLogoutAcrossTabs:!0,hasConsentPopup:!1}){var S;let m="",d=ye(),l=Le(d),g=l==="wallet",f=((S=d==null?void 0:d.isInitialized)==null?void 0:S.call(d))===!0;if(n&&(d==null?void 0:d.relogin)!=null)return d.relogin();if(r.shouldBroadcastLogoutAcrossTabs)try{m=yield pt(),Xl(m)}catch(y){console.error("error fetching logout address",y)}let u=Xe(e),x=B(),v=new URL(decodeURIComponent(u)).pathname;if((Gp(x.pathname,v)||g&&f)&&yi(),!m&&!f)return Vp({callbackUrl:u,onRedirect:o});try{if(D.dispatch(H()),g)return setTimeout(()=>{d.logout({callbackUrl:u})},Yl);r.hasConsentPopup&&l==="crossWindow"&&d.setShouldShowConsentPopup(!0),yield d.logout({callbackUrl:u})}catch(y){console.error("Logging out error:",y)}finally{g||Vp({callbackUrl:u,onRedirect:o})}})}t();t();t();t();t();t();t();Wo();X();t();t();var Jl=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");t();t();Nn();Io();t();t();t();ge();t();t();var Zl=k(require("axios"));_e();t();t();var Xp=k(jp());Wo();var zp,qp,Kp,e_=(Kp=(qp=(zp=Ae.safeWindow)==null?void 0:zp.location)==null?void 0:qp.origin)==null?void 0:Kp.includes("localhost"),Yp=e=>{if(!(0,Xp.default)(e))return Boolean(e);let n=h({},e);return Boolean(e_)&&delete n.origin,Object.keys(n).length>0};t();var Jp=({maxRetries:e})=>new Promise((o,n)=>{let r=0,a=()=>{let s=cr(D.getState());if(s){o(s);return}if(r<e){r++,setTimeout(a,1e3);return}n(null)};a()});Te();t();var Zp=(e,o=["address"])=>{let n=new URL(e),r=new URLSearchParams(n.search);o.forEach(m=>r.delete(m));let a=Array.from(r.values()).length>0?"?":"",s=n.pathname==="/"&&!e.endsWith("/")?"":n.pathname;return n.protocol==="vscode:"?e:`${n.origin}${s}${a}${r.toString()}${n.hash}`};var st=({callbackRoute:e,token:o,nativeAuth:n,redirectDelayMilliseconds:r=100,customWalletAddress:a})=>{let[s,m]=(0,Ar.useState)(""),[d,l]=(0,Ar.useState)(!1),g=M(ve),f=J(),u=Z(),x=Boolean(n),v=te(n),S=o;function y(){return b(this,null,function*(){if(u)throw new Error(oe);f(Pi(a));try{l(!0);let E=Ha(a!=null?a:g.walletAddress),N=new Date,P=N.setMinutes(N.getMinutes()+3)/1e3,L={data:{},expires:P};if(x&&!S&&(S=yield v.getNativeAuthLoginToken(),!S)){console.warn("Login cancelled.");return}S&&v.setLoginToken(S);let{origin:R}=B(),G=window!=null&&window.location?`${R}${e}`:`${e}`;new URLSearchParams(document==null?void 0:document.location.search).get("address")||f(si(L));let Ce=Zp(G),Ne=encodeURIComponent(Ce),C=I(h({callbackUrl:Ne},S&&{token:S}),{redirectDelayMilliseconds:r});yield E.login(C)}catch(E){console.error(E),m("error logging in"+E.message)}finally{l(!1)}})}let A=Boolean(s);return[y,{error:s,loginFailed:A,isLoading:d&&!A,isLoggedIn:u&&!A}]};t();var gs=require("react");F();t();t();F();var Qp=e=>{var a;let o=M(Xo),n=(a=o==null?void 0:o.loginToken)!=null?a:e;if(!n)return;let r=uo(n);if(!!r)return r.origin.toLowerCase().startsWith(Ea)};t();t();t();var o_=k(require("bignumber.js"));t();t();t();var ao=k(require("react")),ms=require("react"),ds=require("react"),Dr=k(require("classnames")),ls=require("react-dom");F();t();var ts=k(require("react"));t();var cn=k(require("react"));t();Lo();var es=()=>!mo();var t_=()=>b(void 0,null,function*(){return yield Promise.resolve().then(()=>(Lr(),Ir))}),r_=()=>(Lr(),De(Ir)).default,Er=es();function ns({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:n}){let[r,a]=cn.default.useState(Er?void 0:r_()),[s,m]=cn.default.useState(Er||n==null?void 0:n()),d=()=>b(this,null,function*(){(e?e():t_()).then(l=>a(l.default)),o==null||o().then(l=>m(l.default))});return(0,cn.useEffect)(()=>{Er&&d()},[]),{globalStyles:r,styles:s}}function ro(e,o){return n=>{let{globalStyles:r,styles:a}=ns({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return ts.default.createElement(e,I(h({},n),{globalStyles:r!=null?r:{},styles:a!=null?a:{}}))}}t();var as=k(require("react")),is=k(require("classnames"));var i_=({className:e,children:o,styles:n})=>as.default.createElement("div",{className:(0,is.default)(n==null?void 0:n.dappModalBody,e)},o),Pr=ro(i_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});t();var Cr=k(require("react")),cs=k(require("classnames"));var c_=({visible:e,customFooter:o,className:n,footerText:r,styles:a})=>e?Cr.default.createElement("div",{className:(0,cs.default)(a==null?void 0:a.dappModalFooter,n)},o!=null?o:Cr.default.createElement("div",null,r)):null,Nr=ro(c_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});t();var Do=k(require("react")),ps=require("@fortawesome/free-solid-svg-icons"),ss=require("@fortawesome/react-fontawesome"),pn=k(require("classnames"));var p_=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:a,headerTextClassName:s,onHide:m,globalStyles:d,styles:l})=>e?n?Do.default.createElement("div",{className:(0,pn.default)(l==null?void 0:l.dappModalHeader,r)},n):Do.default.createElement("div",{className:(0,pn.default)(l==null?void 0:l.dappModalHeader,r)},Do.default.createElement("div",{className:(0,pn.default)(l==null?void 0:l.dappModalHeaderText,s)},o),Do.default.createElement("button",{onClick:m,className:(0,pn.default)(l==null?void 0:l.dappModalCloseButton,d==null?void 0:d.btn,d==null?void 0:d.btnLight,a)},Do.default.createElement(ss.FontAwesomeIcon,{size:"lg",icon:ps.faTimes}))):null,Rr=ro(p_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});var s_={showHeader:!0,showFooter:!1,headerText:"",footerText:""},m_=({"data-testid":e="dappModal",children:o,className:n="dapp-modal-dialog-wrapper",closeOnEscape:r,config:a=s_,id:s="dapp-modal",onHide:m,parentElement:d,visible:l,styles:g})=>{let[f,u]=(0,ms.useState)(!1);if((0,ds.useEffect)(()=>{u(!0)},[]),!l)return null;let{showHeader:x,showFooter:v,headerText:S,footerText:y,modalDialogClassName:A="dapp-modal-dialog",modalContentClassName:E="dapp-modal-dialog-content",modalHeaderClassName:N="dapp-modal-dialog-header",modalHeaderTextClassName:P="dapp-modal-dialog-header-text",modalCloseButtonClassName:L="dapp-modal-dialog-close-button",modalBodyClassName:R="dapp-modal-dialog-content-body",modalFooterClassName:G="dapp-modal-dialog-footer",customModalHeader:xe,customModalFooter:Pe}=a,Ce=Ne=>{Ne.key==="Escape"&&r&&(m==null||m())};return ao.default.createElement(ao.default.Fragment,null,f&&(0,ls.createPortal)(ao.default.createElement("div",{id:s,role:"dialog","aria-modal":"true",className:(0,Dr.default)(A,g==null?void 0:g.dappModal,n),"data-testid":e,onKeyDown:Ce},ao.default.createElement("div",{className:(0,Dr.default)(g==null?void 0:g.dappModalContent,E)},ao.default.createElement(Rr,{visible:x,headerText:S,customHeader:xe,className:N,headerTextClassName:P,closeButtonClassName:L,onHide:m}),ao.default.createElement(Pr,{className:R},o),ao.default.createElement(Nr,{visible:v,customFooter:Pe,footerText:y,className:G}))),d!=null?d:document==null?void 0:document.body))},d_=ro(m_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});t();t();var mt=require("react"),_s=e=>{let[o,n]=(0,mt.useState)(!1),r=()=>{n(!0)},a=()=>{n(!1)};return(0,mt.useEffect)(()=>{(e==null?void 0:e.visible)===!0?r():(e==null?void 0:e.visible)===!1&&a()},[e==null?void 0:e.visible]),{handleShowModal:r,handleHideModal:a,showModal:o}};t();var us=({hideButtonWhenModalOpens:e,onContentHide:o,onContentShow:n,onModalCloses:r,onModalOpens:a,token:s,wrapContentInsideModal:m})=>{let d=Kc(),[l,g]=(0,gs.useState)(!1),{handleShowModal:f,handleHideModal:u,showModal:x}=_s(),v=Qp(s),S=!e||!l,y=()=>{g(!1),o==null||o(),m?(u(),r==null||r()):r&&(console.warn('Deprecated: "onModalCloses" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentHide" instead.'),r())};return{disabledConnectButton:v,handleCloseModal:y,handleOpenModal:()=>{if(d)throw new Error(oe);if(l)return y();g(!0),n==null||n(),m?(f(),a==null||a()):a&&(console.warn('Deprecated: "onModalOpens" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentShow" instead.'),a())},shouldRenderButton:S,showContent:l,showModal:x}};t();var Mo=require("react"),Mr=require("@multiversx/sdk-hw-provider");Ke();K();ge();X();Ye();t();var fo=require("react"),l_=10,fs=()=>{let[e,o]=(0,fo.useState)(""),[n,r]=(0,fo.useState)(!1),[a,s]=(0,fo.useState)(0),[m,d]=(0,fo.useState)([]),[l,g]=(0,fo.useState)(null),[f,u]=(0,fo.useState)(!1);return{accounts:m,defaultAddressesPerPage:l_,error:e,isLoading:n,onGoToNextPage:()=>{g(null),s(y=>y+1)},onGoToPrevPage:()=>{g(null),s(y=>y===0?0:y-1)},onSelectAddress:y=>{g(y)},selectedAddress:l,setAccounts:d,setError:o,setIsLoading:r,setShowAddressList:u,showAddressList:f,startIndex:a}};var sn="Check if the MultiversX App is open on Ledger",hs=({callbackRoute:e,token:o,addressesPerPage:n,nativeAuth:r,onLoginRedirect:a})=>{let s=M(bc),m=ye(),d=J(),l=Z(),g=r!=null,f=te(r),u=o,{accounts:x,setAccounts:v,isLoading:S,setIsLoading:y,setShowAddressList:A,showAddressList:E,startIndex:N,selectedAddress:P,onGoToPrevPage:L,onGoToNextPage:R,onSelectAddress:G,error:xe,setError:Pe,defaultAddressesPerPage:Ce}=fs(),Ne=n!=null?n:Ce,[C,He]=(0,Mo.useState)(""),[re,mn]=(0,Mo.useState)(!1),io=({address:O,index:U,signature:V})=>{d(pi({index:U,loginType:"ledger"})),V&&f.setTokenLoginInfo({signature:V,address:O}),d(q({address:O,loginMethod:"ledger"})),ce({callbackRoute:e,onLoginRedirect:a,options:{address:O,signature:V}})},Q=(O,U="")=>{var V;if(S){let{errorMessage:W,defaultErrorMessage:$}=vi(O),j=(V=W!=null?W:$)!=null?V:sn;Pe(`${j}.${U}`),y(!1),d(jt(null))}},Re=()=>b(void 0,null,function*(){try{if(m instanceof Mr.HWProvider&&m.isInitialized())return m.isConnected()}catch(O){Q(O)}return!1}),Oo=()=>b(void 0,null,function*(){if(yield Re()){Pe(""),y(!1);return}try{let U=new Mr.HWProvider;(yield U.init())&&le(U),Pe(""),y(!1)}catch(U){Q(U)}}),lt=()=>b(void 0,null,function*(){let O=yield Re();if(!P||!O)return Q(sn);let{index:U}=P;if(g&&!u&&(u=yield f.getNativeAuthLoginToken(),!u)){console.warn("Fetching block failed. Login cancelled.");return}if(u){f.setLoginToken(u);try{let V=yield m.tokenLogin({token:i.Buffer.from(`${u}{}`),addressIndex:U});io({address:V.address,index:U,signature:V.signature.toString("hex")})}catch(V){Q(V,". Update MultiversX App to continue.")}}else try{let{address:V}=yield m.login({addressIndex:U});io({address:V,index:U})}catch(V){return Q(V),!1}return!0}),_t=()=>b(void 0,null,function*(){try{if(y(!0),P==null)return!1;d(s?ti(P):jt(I(h({},P),{version:C,hasContractDataEnabled:re}))),yield lt(),y(!1)}catch(O){Q(O)}return A(!1),!0}),dn=()=>b(void 0,null,function*(){if(!(yield Re()))return Q(xe);try{y(!0);let U=yield m.getAccounts(N,Ne),V=yield $a(m);He(V.version),mn(V.dataEnabled),v(U),y(!1)}catch(U){Q(U)}}),ln=()=>b(void 0,null,function*(){if(l)throw new Error(oe);fe(),Pe("");try{if(y(!0),!(yield Re()))return Q(sn);if(s!=null){if(!P)return Q(sn);let{address:U}=yield m.login({addressIndex:P.index.valueOf()});if(!U)return Q("Login cancelled.");d(q({address:U,loginMethod:"ledger"})),ce({callbackRoute:e,onLoginRedirect:a})}else x!=null&&x.length||(yield dn()),A(!0);y(!1)}catch(O){Q(O)}}),gt=()=>b(void 0,null,function*(){try{let O=yield Re();if(O||(yield Oo()),O=yield Re(),!O)return Q(sn);(x.length===0||N>0)&&(yield dn())}catch(O){Q(O)}});(0,Mo.useEffect)(()=>{gt()},[N,E,m]),(0,Mo.useEffect)(()=>{(x==null?void 0:x.length)>0&&!E&&A(!0)},[x]);let Fo=Boolean(xe);return[ln,{loginFailed:Fo,isLoggedIn:l&&!Fo,error:xe,isLoading:S&&!Fo},{accounts:x,showAddressList:E,startIndex:N,selectedAddress:P,version:C,contractDataEnabled:re,onGoToPrevPage:L,onGoToNextPage:R,onSelectAddress:G,onConfirmSelectedAddress:_t}]};t();var xs=e=>{var n;let o=M(Nc);return st(I(h({},e),{customWalletAddress:(n=e.customWalletAddress)!=null?n:o}))};t();var he=require("react");t();var dt=require("react");function ys(e,o=[]){let n=(0,dt.useRef)(!0);(0,dt.useEffect)(()=>{n.current?n.current=!1:e()},o)}K();ge();X();Ye();Te();var Ts=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,logoutRoute:a,customRequestMethods:s=[]})=>{var V;let m=J(),d=Yp(n),l=te(d?n:!1),g=o,[f,u]=(0,he.useState)(""),[x,v]=(0,he.useState)(""),[S,y]=(0,he.useState)(!0),[A,E]=(0,he.useState)([]),[N,P]=(0,he.useState)(null),{provider:L}=jc(),R=M(Ac),G=M(Ic),xe=M(Lc),Pe=M(Ec),Ce=M(vc),Ne=M(wc),C=(0,he.useRef)(L),He=(0,he.useRef)(!1),re=(0,he.useRef)(!1),mn=(V=a!=null?a:Ce)!=null?V:"/",io=[yn.CANCEL_ACTION,...s];o&&io.push(yn.SIGN_LOGIN_TOKEN),d&&io.push(yn.SIGN_NATIVE_AUTH_TOKEN);let Q=S?"":`${Pe}?wallet-connect=${encodeURIComponent(x)}`,Re=Boolean(f),Oo=Z(),lt=()=>{Hp(mn)},_t=W=>{console.log("WalletConnect Session Event: ",W)},dn=()=>b(void 0,null,function*(){var W,$,j,ee;try{if(He.current||C.current==null)return;if(!re.current){try{yield(W=C.current)==null?void 0:W.logout()}catch(ut){console.warn("Unable to logout")}return}let ae=yield(j=($=C.current)==null?void 0:$.getAddress)==null?void 0:j.call($);if(!ae){console.warn("Login cancelled.");return}let ke=yield(ee=C.current)==null?void 0:ee.getSignature(),be={address:ae,loginMethod:"walletconnectv2"},ho={logoutRoute:mn,loginType:"walletconnectv2",callbackRoute:e!=null?e:B().href};m(ci(ho)),ke&&l.setTokenLoginInfo({signature:ke,address:ae}),m(q(be)),ce({callbackRoute:e,onLoginRedirect:r,options:{address:ae,signature:ke}})}catch(ae){u("User rejected connection proposal"),console.error(ae)}}),ln=()=>b(void 0,null,function*(){var $,j,ee,ae,ke;if(Le(C.current)==="walletconnectv2")try{((ae=(ee=(j=($=C.current)==null?void 0:$.walletConnector)==null?void 0:j.session)==null?void 0:ee.getAll())!=null?ae:[]).length>0&&(yield(ke=C.current)==null?void 0:ke.logout()),C.current=Vo,P(null)}catch(be){console.warn("Unable to logout")}}),gt=W=>b(void 0,null,function*(){var $,j,ee;if(!R||!G){u("Invalid WalletConnect setup");return}if(!W||!W.topic){u("Expired connection");return}try{if((C.current?Le(C.current):!1)!=="walletconnectv2"){yield O();return}if(y(!0),yield ln(),d&&!g&&(g=yield l.getNativeAuthLoginToken(),!g)){console.warn("Fetching block failed. Login cancelled.");return}g&&l.setLoginToken(g),yield O(!1);let{approval:ke}=yield($=C.current)==null?void 0:$.connect({topic:W.topic,methods:io});try{yield(j=C.current)==null?void 0:j.login({approval:ke,token:g})}catch(be){console.error("User rejected existing connection proposal",be),u("User rejected existing connection proposal"),y(!0),yield O()}}catch(ae){console.error("Unable to connect to existing session",ae),u("Unable to connect to existing session")}finally{E((ee=C.current)==null?void 0:ee.pairings)}}),Fo=W=>b(void 0,null,function*(){var $,j;try{W&&(yield($=C.current)==null?void 0:$.logout({topic:W}))}catch(ee){console.error("Unable to remove existing pairing",ee),u("Unable to remove existing pairing")}finally{let ee=yield(j=C.current)==null?void 0:j.getPairings();E(ee)}});function O(W=!0){return b(this,null,function*(){var ho,ut,Ur;fe();let $=yield Jp({maxRetries:15});if(!$){console.error("Invalid chainID"),u("Invalid chainID");return}if(!G||!R){console.error("Invalid WalletConnect setup"),u("Invalid WalletConnect setup");return}let j=Z(),ee=re.current===!1&&!j,ae=(ut=(ho=C.current)==null?void 0:ho.isInitialized)==null?void 0:ut.call(ho);if(He.current||ee||ae)return;if(He.current=!0,(Ur=C.current)!=null&&Ur.walletConnector){yield C.current.init(),P(C.current),He.current=!1,W&&(yield U());return}let ke={onClientLogin:dn,onClientLogout:lt,onClientEvent:_t},be=new Tn(ke,$,R,G,xe);yield be.init(),P(be),C.current=be,He.current=!1,W&&(E(be.pairings),yield U())})}function U(){return b(this,null,function*(){var W,$;if(!!C.current){if(!R||!G){u("Invalid WalletConnect setup");return}try{if(!re.current)return;let{uri:j,approval:ee}=yield(W=C.current)==null?void 0:W.connect({methods:io});if(!Boolean(j))return;if(v(j),(xe==null?void 0:xe.logger)==="debug"&&console.log("WalletConnect uri: ",j),d&&!g&&(g=yield l.getNativeAuthLoginToken(),!g)){console.warn("Fetching block failed. Login cancelled.");return}if(g&&l.setLoginToken(g),(C.current?Le(C.current):!1)!=="walletconnectv2"){y(!0),yield O();return}try{yield($=C.current)==null?void 0:$.login({approval:ee,token:g})}catch(be){console.error("User rejected connection proposal",be),u("User rejected connection proposal"),y(!0)}}catch(j){console.error("Unable to connect",j)}}})}return ys(()=>{C.current=L},[L]),(0,he.useEffect)(()=>(re.current=!0,()=>{re.current=!1}),[]),(0,he.useEffect)(()=>{y(!x)},[x]),(0,he.useEffect)(()=>{if(!N)return;(Boolean(N.session)||Ne==="walletconnectv2")&&Oo&&le(N)},[N,Oo]),[O,{error:f,loginFailed:Re,isLoading:S&&!Re,isLoggedIn:Oo&&!Re},{uriDeepLink:Q,walletConnectUri:x,cancelLogin:ln,connectExisting:gt,removeExistingPairing:Fo,wcPairings:A}]};t();var Or=require("react"),bs=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");Ke();K();X();Ye();_e();_e();var ws=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Or.useState)(""),[m,d]=(0,Or.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let y=bs.MetamaskProvider.getInstance();try{if(!(yield y.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let E=to(),N=encodeURIComponent(Xe(e!=null?e:E));if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let P=h({callbackUrl:N},f&&{token:f});yield y.login(P),le(y);let{signature:L,address:R}=y.account;if(!R){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}L&&f&&g.setTokenLoginInfo({signature:L,address:R}),u(q({address:R,loginMethod:"metamask"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:L,address:R}})}catch(A){console.error("error logging in",A),s("error logging in"+A.message)}finally{d(!1)}})}let S=Boolean(a);return[v,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Fr=require("react"),Br=require("@multiversx/sdk-passkey-provider/out");Ke();K();X();Ye();_e();_e();var Ss=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Fr.useState)(""),[m,d]=(0,Fr.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let A=Br.PasskeyProvider.getInstance();try{if(!(yield A.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let N=to(),P=encodeURIComponent(Xe(e!=null?e:N));if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let L=h({callbackUrl:P},f&&{token:f});yield A.login(L),le(A);let{signature:R,address:G}=A.account;if(!G){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}R&&f&&g.setTokenLoginInfo({signature:R,address:G}),u(q({address:G,loginMethod:"passkey"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:R,address:G}})}catch(E){console.error("error logging in",E),s("Error logging in: "+E.message)}finally{d(!1)}})}let S=A=>b(void 0,null,function*(){let E=Br.PasskeyProvider.getInstance();return yield E.init(),yield E.createAccount({walletName:A})}),y=Boolean(a);return[v,S,{loginFailed:y,error:a,isLoading:m&&!y,isLoggedIn:x&&!y}]};0&&(module.exports={useCrossWindowLogin,useExtensionLogin,useGetModalLoginMethods,useLedgerLogin,useMetamaskLogin,useOperaLogin,usePasskeyLogin,useWalletConnectV2Login,useWebWalletLogin,useXaliasLogin});
|
|
2801
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(rs));a_={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"}});var __={};$e(__,{useCrossWindowLogin:()=>Dp,useExtensionLogin:()=>Ip,useGetModalLoginMethods:()=>us,useLedgerLogin:()=>hs,useMetamaskLogin:()=>ws,useOperaLogin:()=>Ep,usePasskeyLogin:()=>Ss,useWalletConnectV2Login:()=>Ts,useWebWalletLogin:()=>st,useXaliasLogin:()=>xs});module.exports=De(__);t();t();var xr=require("react"),Ap=require("@multiversx/sdk-extension-provider");Ke();t();t();var Ba=require("@multiversx/sdk-extension-provider"),Ua=require("@multiversx/sdk-hw-provider"),Wa=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Ga=require("@multiversx/sdk-opera-provider"),Va=require("@multiversx/sdk-passkey-provider/out"),Ft=require("@multiversx/sdk-web-wallet-provider");F();Uo();t();var Go=require("@multiversx/sdk-web-wallet-iframe-provider/out"),dm=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");X();t();t();var yn={},Tn=vo;var lm="/dapp/init",Le=e=>{switch(e==null?void 0:e.constructor){case Ft.WalletProvider:return"wallet";case Tn:return"walletconnectv2";case Ua.HWProvider:return"ledger";case Ba.ExtensionProvider:return"extension";case Va.PasskeyProvider:return"passkey";case Wa.MetamaskProvider:return"metamask";case Ga.OperaProvider:return"opera";case no.CrossWindowProvider:return"crossWindow";case Go.IframeProvider:return"iframe";case vo:return"";default:return"extra"}},Ha=e=>new Ft.WalletProvider(`${e}${lm}`),$a=e=>b(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===Oa}}),Ie=e=>`Unable to perform ${e}, Provider not initialized`,vo=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(Ie("getAccount"))}setAccount(o){throw new Error(Ie(`setAccount: ${o}`))}login(o){throw new Error(Ie(`login with options: ${o}`))}logout(o){throw new Error(Ie(`logout with options: ${o}`))}getAddress(){throw new Error(Ie("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(o,n){throw new Error(Ie(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Ie(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Ie(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Ie(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Ie(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Ie(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Vo=new vo;var ja=Vo;function le(e){ja=e}function ye(){return ja||Vo}K();t();var xc=require("react"),Eo=require("react-redux");t();var ar=require("@reduxjs/toolkit"),fc=require("react-redux/lib/utils/Subscription");ge();t();var Ji=k(require("lodash.throttle"));F();ge();zt();Io();Ao();var qm=[xn],qn=!1,Km=(0,Ji.default)(()=>{jo($o())},5e3),Zi=e=>o=>n=>{if(qm.includes(n.type))return o(n);let r=e.getState(),a=We.local.getItem(Ee.loginExpiresAt);if(!Boolean(r==null?void 0:r.account.address))return o(n);if(a==null)return jo($o());let m=Date.now();return a-m<0&&!qn?setTimeout(()=>{qn=!0,e.dispatch(mi())},1e3):(qn&&(qn=!1),Km()),o(n)};t();t();function Kn(){return typeof sessionStorage!="undefined"}var _c=Kn()?(rc(),De(tc)).default:(ic(),De(ac)).default,gc=Kn()?(pc(),De(cc)).default:[],uc=Kn()?(lc(),De(dc)).default:e=>e;Xn();var D=(0,ar.configureStore)({reducer:_c,middleware:e=>e({serializableCheck:{ignoredActions:[...gc,$t.type,Ho.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Zi)}),hc=(0,fc.createSubscription)(D),Jh=uc(D),Zh=(0,ar.configureStore)({reducer:lo});var hd={store:D,subscription:hc},ir=(0,xc.createContext)(hd),nx=(0,Eo.createStoreHook)(ir),J=(0,Eo.createDispatchHook)(ir),M=(0,Eo.createSelectorHook)(ir);X();t();t();t();ge();t();var yc=k(require("lodash.isequal")),Yn=require("reselect"),w=(0,Yn.createSelectorCreator)(Yn.defaultMemoize,yc.default);var Ge=e=>e.account,Ko=w(Ge,e=>e.address),Po=w(Ge,Ko,(e,o)=>o in e.accounts?e.accounts[o]:Sn),xd=w(Ge,Po,(e,o)=>{let a=e,{accounts:n}=a,r=xo(a,["accounts"]);return I(h({},r),{address:o.address,account:o})}),cx=w(Po,e=>e.balance),Tc=w(Po,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),px=w(Ge,e=>e.shard),bc=w(Ge,e=>e.ledgerAccount),sx=w(Ge,e=>e.walletConnectAccount),mx=w(Ge,e=>e.isAccountLoading),dx=w(Ge,e=>e.accountLoadingError),yd=w(Ge,e=>e.websocketEvent),Td=w(Ge,e=>e.websocketBatchEvent);t();var bd=e=>e.dappConfig,gx=w(bd,e=>e.shouldUseWebViewProvider);t();var pe=e=>e.loginInfo,wc=w(pe,e=>e.loginMethod),Co=w(pe,Ko,(e,o)=>Boolean(o)),xx=w(pe,e=>e.walletConnectLogin),yx=w(pe,e=>e.ledgerLogin),Sc=w(pe,e=>e.walletLogin),Tx=w(pe,e=>e.isLoginSessionInvalid),Xo=w(pe,e=>e.tokenLogin),vc=w(pe,e=>e.logoutRoute),wd=w(pe,e=>e.isWalletConnectV2Initialized);t();var kc=e=>e.modals,Sx=w(kc,e=>e.txSubmittedModal),vx=w(kc,e=>e.notificationModal);t();var Ze=e=>e.networkConfig,cr=w(Ze,e=>e.network.chainId),Ix=w(Ze,e=>e.network.roundDuration),Lx=w(Ze,e=>e.network.walletConnectBridgeAddress),Ac=w(Ze,e=>e.network.walletConnectV2RelayAddress),Ic=w(Ze,e=>e.network.walletConnectV2ProjectId),Lc=w(Ze,e=>e.network.walletConnectV2Options),Ec=w(Ze,e=>e.network.walletConnectDeepLink),ve=w(Ze,e=>e.network),Pc=w(ve,e=>e.apiAddress),Cc=w(ve,e=>e.explorerAddress),Ex=w(ve,e=>{var o;return(o=e.customWalletAddress)!=null?o:e.walletAddress}),Nc=w(ve,e=>e.xAliasAddress),Sd=w(ve,e=>e.egldLabel);t();var Jn=e=>e.signedMessageInfo,Nx=w(Jn,e=>e.isSigning),Rx=w(Jn,e=>e.errorMessage),Dx=w(Jn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),Mx=w(Jn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Rc=e=>e.toasts,Bx=w(Rc,e=>e.customToasts),Ux=w(Rc,e=>e.transactionToasts);t();ge();var Dc={errorMessage:Yt,successMessage:Jt,processingMessage:Zt},vd=e=>e.transactionsInfo,Hx=w(vd,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Dc);t();t();var Ve=require("@multiversx/sdk-core");F();t();var pr=require("@multiversx/sdk-core/out");t();t();function Zn(e){try{let o=atob(e),n=btoa(o),r=i.Buffer.from(e,"base64").toString(),a=i.Buffer.from(r).toString("base64"),s=e===n||n.startsWith(e),m=e===a||a.startsWith(e);if(s&&m)return!0}catch(o){return!1}return!1}function _o(e){return Zn(e)?atob(e):e}t();t();t();t();var Mc=e=>{let o=e!=null?e:"";return Zn(o)?pr.TransactionPayload.fromEncoded(o):new pr.TransactionPayload(o)};t();F();var Qn=({data:e,onlySetGuardian:o})=>e?o?e.startsWith("SetGuardian"):Object.values(Lt).some(n=>e.startsWith(n)):!1;function sr(e){var r,a,s;let o=h({},e);Qn({data:o.data,onlySetGuardian:!0})&&(delete o.senderUsername,delete o.receiverUsername);let n=new Ve.Transaction(h(h(I(h(I(h({value:o.value.valueOf(),data:Mc(o.data),nonce:o.nonce.valueOf(),receiver:new Ve.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Ve.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(r=o.gasLimit.valueOf())!=null?r:Mt,gasPrice:(a=o.gasPrice.valueOf())!=null?a:Ot,chainID:o.chainID.valueOf(),version:new Ve.TransactionVersion((s=o.version)!=null?s:Ma)}),o.options?{options:new Ve.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Ve.Address(o.guardian)}:{}));return o.guardianSignature&&n.applyGuardianSignature(i.Buffer.from(o.guardianSignature,"hex")),o.signature&&n.applySignature(i.Buffer.from(o.signature,"hex")),n}t();t();F();t();t();t();var Ld=require("@multiversx/sdk-core/out");t();F();t();var Fc=require("@multiversx/sdk-core");ie();t();var Oc=require("@multiversx/sdk-core");function Ed(e){try{let o=new Oc.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Yo(e){return(e==null?void 0:e.length)===62&&/^\w+$/.test(e)&&Ed(e)}t();t();t();var Pd=require("@multiversx/sdk-core"),Cd=k(require("bignumber.js"));X();t();t();t();var et="accounts";var mr="blocks";t();t();t();t();de();t();t();de();t();t();t();var Fd=k(require("bignumber.js"));F();t();var Od=require("@multiversx/sdk-core"),dr=k(require("bignumber.js"));F();t();var Dd=k(require("bignumber.js"));t();dr.default.config({ROUNDING_MODE:dr.default.ROUND_FLOOR});t();t();t();F();t();t();t();t();F();t();F();t();var Bd=require("@multiversx/sdk-core");F();t();var Zo=require("@multiversx/sdk-core"),Wd=k(require("bignumber.js"));F();t();t();var Ud=k(require("bignumber.js"));F();t();F();t();t();t();t();t();t();F();t();F();t();F();t();de();var Vd=["reDelegateRewards","claimRewards","unBond"],Hd=["wrapEgld","unwrapEgld"],$d=["unStake"],jd=["unDelegate"];t();t();t();F();t();var Kd=k(require("bignumber.js"));t();t();de();t();var Yd=k(require("bignumber.js"));t();t();t();t();var Zd=k(require("bignumber.js"));ie();t();t();t();t();X();t();var ol=require("@multiversx/sdk-web-wallet-provider");F();t();var el=k(require("qs"));t();_e();Lo();t();Lo();var kw={search:mo()?window.location.search:"",removeParams:[]};t();t();t();Te();t();de();t();t();Te();t();var nl=k(require("linkifyjs"));t();F();t();var tl=k(require("bignumber.js"));t();ie();t();t();X();t();X();t();t();t();de();t();de();t();var rl=k(require("bignumber.js"));F();de();t();de();t();var Hc=require("react");ie();t();t();de();t();t();var al=require("@multiversx/sdk-core/out"),il=k(require("bignumber.js"));de();t();ie();t();t();ie();var xv=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var $c=require("react");ie();Te();t();var pl=require("react");de();var Av=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];er();t();var nt=e=>e.transactions,en=w(nt,e=>e.signedTransactions),fk=w(nt,e=>e.signTransactionsError),hk=w(nt,e=>e.signTransactionsCancelMessage),tt=e=>o=>Object.entries(o).reduce((n,[r,a])=>(e(a.status)&&(n[r]=a),n),{}),xk=w(en,tt(Ui)),yk=w(en,tt(Gn)),Tk=w(en,tt(Vn)),bk=w(en,tt(Gi)),wk=w(nt,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:I(h({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>sr(n)))||[]})}),Sk=w(en,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});function Z(){return Co(D.getState())}Ye();_e();_e();t();t();Uo();ie();var fe=e=>(Object.values(ne).forEach(o=>{if(o!==(e==null?void 0:e.skipLoginMethod))switch(o){case"crossWindow":{let n=no.CrossWindowProvider.getInstance();n.isInitialized()&&n.dispose();break}case"iframe":{let n=Go.IframeProvider.getInstance();n.isInitialized()&&n.dispose();break}default:break}}),null);t();var kp=require("react"),it=require("@multiversx/sdk-core");t();t();var gr=()=>M(Po);t();t();var jc=()=>{let e=ye(),o=Le(e);return{provider:e,providerType:o}};t();t();t();t();t();t();t();var No=k(require("react"));var sl=(0,No.createContext)({}),cA=D.getState();function rt(){let e=(0,No.useContext)(sl);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}t();var zc=k(require("react"));t();var ur=k(require("react")),ml=k(require("axios"));var qc=()=>{try{let{loginInfo:e,isLoggedIn:o}=rt();return I(h({},e),{isLoggedIn:o})}catch(e){let o=M(pe),n=M(Co);return I(h({},o),{isLoggedIn:n})}};var Kc=()=>{let{isLoggedIn:e}=qc();return e};t();t();ge();t();t();var vp=require("@multiversx/sdk-native-auth-client");t();var Zc=k(require("axios"));t();t();t();function Xc(e){return b(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Yc=(e,o,n,r=0)=>b(void 0,null,function*(){try{return yield e(...n)}catch(a){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Xc(o.delay)),yield Yc(e,o,n,r+1)):null}}),Jc=(e,o={retries:5,delay:500})=>(...n)=>b(void 0,null,function*(){return yield Yc(e,o,n)});var dl=4,ll=3e4,at={current:null},go={current:null},_l=Jc((e,o,n)=>b(void 0,null,function*(){if(n){let s=Math.floor(Date.now()/1e3);return{hash:yield n(),timestamp:s}}let{data:r}=yield Zc.default.get(`${e}/${mr}?from=${dl}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[a]=r;return a}));function Qc(e,o,n,r){return b(this,null,function*(){if(e==null)throw new Error("missing api url");let a=Date.now();if(at.current!=null&&a<at.current.timestamp*1e3+ll&&!r)return at.current;if(go.current!=null)return yield go.current;go.current=_l(e,o,n);try{let s=yield go.current;if(s==null)throw go.current=null,new Error("could not get block hash");return at.current={hash:s.hash,timestamp:s.timestamp},go.current=null,s}catch(s){return go.current=null,null}})}t();t();bn();t();t();var bp=k(Tp());var uo=e=>{if(!e||!(0,bp.default)(e))return null;let o=e.split(".");if(o.length!==4)return null;try{let[n,r,a,s]=o,m=JSON.parse(_o(s)),d=_o(n);return{ttl:Number(a),extraInfo:m,origin:d,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};function Bl(e){return Object.prototype.toString.call(e)==="[object String]"}var wp=e=>{var n;if(!e||!Bl(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,a,s]=o,m=_o(r),d=_o(a),l=uo(d);if(!l)return{address:m,body:d,signature:s,blockHash:"",origin:"",ttl:0};let g=I(h({},l),{address:m,body:d,signature:s});return(n=l.extraInfo)!=null&&n.timestamp||delete g.extraInfo,g}catch(r){return null}};var hr={isExpired:!1},Sp=e=>{if(!e)return hr;let o=wp(e);if(!o)return hr;let n=ko(),{ttl:r,extraInfo:a}=o,s=a==null?void 0:a.timestamp;if(!s)return hr;let m=s+r,d=n>m,l=m-n;return{isExpired:d,expiresAt:m,secondsUntilExpires:l}};t();Te();var nn={origin:B().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},tn=e=>{var n,r,a,s,m,d;return e===!0?nn:{origin:(n=e==null?void 0:e.origin)!=null?n:nn.origin,blockHashShard:e==null?void 0:e.blockHashShard,expirySeconds:(r=e==null?void 0:e.expirySeconds)!=null?r:nn.expirySeconds,apiAddress:(a=e==null?void 0:e.apiAddress)!=null?a:nn.apiAddress,tokenExpirationToastWarningSeconds:(s=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?s:nn.tokenExpirationToastWarningSeconds,extraInfo:(m=e==null?void 0:e.extraInfo)!=null?m:{},gatewayUrl:e==null?void 0:e.gatewayUrl,extraRequestHeaders:(d=e==null?void 0:e.extraRequestHeaders)!=null?d:{}}};var rn=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:a,extraInfo:s,gatewayUrl:m,extraRequestHeaders:d}=tn(e),l=new vp.NativeAuthClient({origin:o,apiUrl:n,expirySeconds:r,blockHashShard:a,gatewayUrl:m,extraRequestHeaders:d});return{getNativeAuthConfig:tn,initialize:u=>b(void 0,null,function*(){var v,S;if(!n||!o)return"";let x=()=>l.getCurrentBlockHash();try{let y=(v=u==null?void 0:u.latestBlockInfo)!=null?v:yield Qc(n,a,x,u==null?void 0:u.noCache);if(!y)return"";let{hash:A,timestamp:E}=y,N=l.encodeValue(JSON.stringify(h(h({},(S=u==null?void 0:u.extraInfo)!=null?S:s),E?{timestamp:E}:{})));return`${l.encodeValue(o)}.${A}.${r}.${N}`}catch(y){return console.error("Error getting native auth token: ",y.toString()),""}}),getToken:({address:u,token:x,signature:v})=>l.getToken(u,x,v),getTokenExpiration:Sp}};var Ul=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},te=e=>{let o=M(ve),n=M(Xo),r=(0,kp.useRef)(n==null?void 0:n.loginToken),a=Ul(o.apiAddress,e),s=tn(h(h({},e===!0?{}:e),a?{apiAddress:a}:{})),m=Boolean(e),d=rn(s),{address:l}=gr(),g=J(),f=S=>{r.current=S,g(An(h(I(h({},n),{loginToken:S}),a?{nativeAuthConfig:s}:{})))},u=()=>{try{return d.initialize()}catch(S){console.error("Unable to get block. Login failed.",S);return}},x=({address:S,signature:y})=>{let A=r.current;if(!A)throw"Token not found. Call `setLoginToken` first.";if(!m){g(An({loginToken:A,signature:y}));return}let E=d.getToken({address:S,token:A,signature:y});return g(An(h({loginToken:A,signature:y,nativeAuthToken:E},a?{nativeAuthConfig:s}:{}))),E};return{configuration:s,setLoginToken:f,getNativeAuthLoginToken:u,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:A=>b(void 0,[A],function*({signMessageCallback:S,nativeAuthClientConfig:y}){let N=yield rn(y||s).initialize({noCache:Boolean(y)});if(r.current=N,!N)return;let P=new it.Message({address:new it.Address(l),data:i.Buffer.from(`${l}${N}`)}),L=yield S(P,{});if(!(L!=null&&L.signature))throw"Message not signed";return x({address:l,signature:i.Buffer.from(L.signature).toString("hex")})})}};var Ip=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,xr.useState)(""),[m,d]=(0,xr.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let y=Ap.ExtensionProvider.getInstance();try{if(!(yield y.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let E=to(),N=encodeURIComponent(Xe(e!=null?e:E));if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let P=h({callbackUrl:N},f&&{token:f}),{signature:L,address:R}=yield y.login(P);if(le(y),!R){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}L&&f&&g.setTokenLoginInfo({signature:L,address:R}),u(q({address:R,loginMethod:"extension"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:L,address:R}})}catch(A){console.error("error logging in",A),s("error logging in"+A.message)}finally{d(!1)}})}let S=Boolean(a);return[v,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var yr=require("react"),Lp=require("@multiversx/sdk-opera-provider");Ke();K();X();Ye();_e();Te();var Ep=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,yr.useState)(""),[m,d]=(0,yr.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let y=Lp.OperaProvider.getInstance();try{if(!(yield y.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:E}=B(),N=to(),P=encodeURIComponent(`${E}${e!=null?e:N}`);if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let L=h({callbackUrl:P},f&&{token:f});yield y.login(L),le(y);let{signature:R,address:G}=y.account;if(!G){d(!1),console.warn("Login cancelled.");return}R&&f&&g.setTokenLoginInfo({signature:R,address:G}),u(q({address:G,loginMethod:"opera"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:R,address:G}})}catch(A){console.error("error loging in",A),s("error logging in"+A.message)}finally{d(!1)}})}let S=Boolean(a);return[v,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var kr=require("react");t();t();t();t();t();t();var Pp=require("@lifeomic/axios-fetch"),Tr=k(require("axios")),br=(0,Pp.buildAxiosFetch)(Tr.default),wr=(e,o)=>b(void 0,null,function*(){if(!e.ok)throw new Error(`HTTP error! Status: ${e.status}`);let r=e.clone().json(),[a]=yield Promise.all([r]);return{data:a,status:e.status,statusText:e.statusText,headers:e.headers,config:o}});function Wl(e,o,n){return b(this,null,function*(){try{let r=yield br(e,h({method:"POST",body:o?JSON.stringify(o):void 0,headers:h({"Content-Type":"application/json"},(n==null?void 0:n.headers)||{})},n));return wr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}function Gl(e,o){return b(this,null,function*(){try{let n=yield br(e,o);if(!n.ok)throw new Error(`HTTP error! Status: ${n.status}`);return wr(n,o)}catch(n){throw console.error("Fetch Error:",n),n}})}function Vl(e,o,n){return b(this,null,function*(){try{let r=yield br(e,h({method:"PATCH",body:o?JSON.stringify(o):void 0,headers:(n==null?void 0:n.headers)||{}},n));if(!r.ok)throw new Error(`HTTP error! Status: ${r.status}`);return wr(r,n)}catch(r){throw console.error("Fetch Error:",r),r}})}var Ro=Tr.default.create();Ro.get=Gl;Ro.post=Wl;Ro.patch=Vl;t();var Sr=e=>{let o=e!=null?e:Pc(D.getState());return o.endsWith("/")?o.slice(0,-1):o};t();var Hl=k(require("axios"));t();var $l=k(require("swr"));var jl=e=>{let n=`${Sr()}/${et}/${e}?withGuardianInfo=true`;return Ro.get(n)},Cp=e=>b(void 0,null,function*(){if(!e)return null;try{let{data:o}=yield jl(e);return o}catch(o){console.error("error fetching configuration for ",e,o)}return null});var ct=e=>Cp(e);t();var Np=n=>b(void 0,[n],function*({loginToken:e,extraInfoData:o}){if(e==null||Object.keys(o).length===0)return null;let r=uo(String(e)),g=(r==null?void 0:r.extraInfo)||{},{timestamp:a}=g,s=xo(g,["timestamp"]);if(!(r&&a!=null))return null;let d={hash:String(r==null?void 0:r.blockHash),timestamp:Number(a)};return yield rn({extraInfo:h(h({},s),o),expirySeconds:r==null?void 0:r.ttl,origin:r==null?void 0:r.origin}).initialize({latestBlockInfo:d})});var Rp=s=>b(void 0,[s],function*({loginToken:e,extraInfoData:o,address:n,signature:r,loginService:a}){let m=yield Np({loginToken:e,extraInfoData:o}),d=o.multisig||o.impersonate||n,l=m!=null?d:n;return m!=null&&a.setLoginToken(m),r&&a.setTokenLoginInfo({signature:r,address:n}),yield ct(l)});Dt();Ke();Uo();K();ge();X();t();function vr(e){let o=D.getState(),n=Tc(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}Ye();Te();var Dp=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,hasConsentPopup:a,walletAddress:s})=>{let[m,d]=(0,kr.useState)(""),[l,g]=(0,kr.useState)(!1),f=n!=null,u=te(n),x=o,v=M(ve),S=J(),y=Z();function A(){return b(this,null,function*(){if(y)throw new Error(oe);fe({skipLoginMethod:"crossWindow"}),g(!0);let N=yield no.CrossWindowProvider.getInstance().init(),P=no.CrossWindowProvider.getInstance().setWalletUrl(s!=null?s:v.walletAddress);try{if(!N){console.warn("Something went wrong trying to redirect to wallet login..");return}let{origin:L,pathname:R}=B(),G=encodeURIComponent(`${L}${e!=null?e:R}`);if(f&&!x&&(x=yield u.getNativeAuthLoginToken(),!x)){console.warn("Fetching block failed. Login cancelled.");return}x&&u.setLoginToken(x);let xe=h({callbackUrl:G},x&&{token:x});(Da&&f||a)&&P.setShouldShowConsentPopup(!0);let{signature:Ce,address:Ne,multisig:C,impersonate:He}=yield P.login(xe);if(le(P),!Ne){g(!1),console.warn("Login cancelled.");return}let re=yield Rp({loginToken:x,extraInfoData:{multisig:C,impersonate:He},address:Ne,signature:Ce,loginService:u});if(!re)return;S(q({address:re.address,loginMethod:"crossWindow"})),S(ni(re.address)),S(Ho(I(h({},re),{nonce:vr(re)}))),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:Ce,address:re.address}})}catch(L){console.error("error loging in",L),d("error logging in"+L.message)}finally{g(!1)}})}let E=Boolean(m);return[A,{loginFailed:E,error:m,isLoading:l&&!E,isLoggedIn:y&&!E}]};t();var Ar=require("react");Ke();ge();t();t();t();Te();var Mp=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o),r=n==null?void 0:n.address;return Yo(r)?r:null};t();t();function Op(){let e=ye();return Le(e)}t();X();t();function an(e){return Op()===e}function pt(){let e=D.getState(),o=ye(),n=Ko(e),r=Co(e),a=Sc(e);if(!o)throw"provider not initialized";return an("ledger")&&r?new Promise(s=>{s(n)}):!an("")&&!an("wallet")&&!an("extra")?o.getAddress():new Promise(s=>{let m=Mp();a!=null&&m&&s(m),r&&s(n),s("")})}t();t();Te();var Fp=()=>{let{search:e}=B(),o=new URLSearchParams(e),n=Object.fromEntries(o);return n==null?void 0:n.accessToken};var Bp=()=>{var n;let e=Fp(),o=pe(D.getState());return e!=null?e:(n=o.webviewLogin)==null?void 0:n.data};t();K();ie();t();ge();t();ge();t();var Up=require("@multiversx/sdk-core");ie();_e();t();Ut();t();t();var zl=k(require("platform"));Lo();t();K();ie();t();function Wp(e,o){if(!e){typeof console!="undefined"&&console.warn(o);try{throw new Error(o)}catch(n){}}}function Gp(e,o){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=ql(e.path,e.caseSensitive,e.end),a=o.match(n);if(!a)return null;let s=a[0],m=s.replace(/(.)\/+$/,"$1"),d=a.slice(1);return{params:r.reduce((g,f,u)=>{if(f==="*"){let x=d[u]||"";m=s.slice(0,s.length-x.length).replace(/(.)\/+$/,"$1")}return g[f]=Kl(d[u]||"",f),g},{}),pathname:s,pathnameBase:m,pattern:e}}function ql(e,o=!1,n=!0){Wp(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(m,d)=>(r.push(d),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(a,o?void 0:"i"),r]}function Kl(e,o){try{return decodeURIComponent(e)}catch(n){return Wp(!1,`The value for the URL param "${o}" will not be decoded because the string "${e}" is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}Nn();Io();Ao();_e();var Vp=({callbackUrl:e,onRedirect:o})=>{typeof o=="function"?o(e):e&&Cn({url:e})},Xl=e=>{let o=We.local.getItem(Ee.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(We.local.setItem({key:Ee.logoutEvent,data:e,expires:0}),We.local.removeItem(Ee.logoutEvent))},Yl=500;function Hp(a,s){return b(this,arguments,function*(e,o,n=Boolean(Bp()),r={shouldBroadcastLogoutAcrossTabs:!0,hasConsentPopup:!1}){var S;let m="",d=ye(),l=Le(d),g=l==="wallet",f=((S=d==null?void 0:d.isInitialized)==null?void 0:S.call(d))===!0;if(n&&(d==null?void 0:d.relogin)!=null)return d.relogin();if(r.shouldBroadcastLogoutAcrossTabs)try{m=yield pt(),Xl(m)}catch(y){console.error("error fetching logout address",y)}let u=Xe(e),x=B(),v=new URL(decodeURIComponent(u)).pathname;if((Gp(x.pathname,v)||g&&f)&&yi(),!m&&!f)return Vp({callbackUrl:u,onRedirect:o});try{if(D.dispatch(H()),g)return setTimeout(()=>{d.logout({callbackUrl:u})},Yl);r.hasConsentPopup&&l==="crossWindow"&&d.setShouldShowConsentPopup(!0),yield d.logout({callbackUrl:u})}catch(y){console.error("Logging out error:",y)}finally{g||Vp({callbackUrl:u,onRedirect:o})}})}t();t();t();t();t();t();t();Wo();X();t();t();var Jl=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");t();t();Nn();Io();t();t();t();ge();t();t();var Zl=k(require("axios"));_e();t();t();var Xp=k(jp());Wo();var zp,qp,Kp,e_=(Kp=(qp=(zp=Ae.safeWindow)==null?void 0:zp.location)==null?void 0:qp.origin)==null?void 0:Kp.includes("localhost"),Yp=e=>{if(!(0,Xp.default)(e))return Boolean(e);let n=h({},e);return Boolean(e_)&&delete n.origin,Object.keys(n).length>0};t();var Jp=({maxRetries:e})=>new Promise((o,n)=>{let r=0,a=()=>{let s=cr(D.getState());if(s){o(s);return}if(r<e){r++,setTimeout(a,1e3);return}n(null)};a()});Te();t();var Zp=(e,o=["address"])=>{let n=new URL(e),r=new URLSearchParams(n.search);o.forEach(m=>r.delete(m));let a=Array.from(r.values()).length>0?"?":"",s=n.pathname==="/"&&!e.endsWith("/")?"":n.pathname;return n.protocol==="vscode:"?e:`${n.origin}${s}${a}${r.toString()}${n.hash}`};var st=({callbackRoute:e,token:o,nativeAuth:n,redirectDelayMilliseconds:r=100,customWalletAddress:a})=>{let[s,m]=(0,Ar.useState)(""),[d,l]=(0,Ar.useState)(!1),g=M(ve),f=J(),u=Z(),x=Boolean(n),v=te(n),S=o;function y(){return b(this,null,function*(){if(u)throw new Error(oe);f(Pi(a));try{l(!0);let E=Ha(a!=null?a:g.walletAddress),N=new Date,P=N.setMinutes(N.getMinutes()+3)/1e3,L={data:{},expires:P};if(x&&!S&&(S=yield v.getNativeAuthLoginToken(),!S)){console.warn("Login cancelled.");return}S&&v.setLoginToken(S);let{origin:R}=B(),G=window!=null&&window.location?`${R}${e}`:`${e}`;new URLSearchParams(document==null?void 0:document.location.search).get("address")||f(si(L));let Ce=Zp(G),Ne=encodeURIComponent(Ce),C=I(h({callbackUrl:Ne},S&&{token:S}),{redirectDelayMilliseconds:r});yield E.login(C)}catch(E){console.error(E),m("error logging in"+E.message)}finally{l(!1)}})}let A=Boolean(s);return[y,{error:s,loginFailed:A,isLoading:d&&!A,isLoggedIn:u&&!A}]};t();var gs=require("react");F();t();t();F();var Qp=e=>{var a;let o=M(Xo),n=(a=o==null?void 0:o.loginToken)!=null?a:e;if(!n)return;let r=uo(n);if(!!r)return r.origin.toLowerCase().startsWith(Ea)};t();t();t();var o_=k(require("bignumber.js"));t();t();t();var ao=k(require("react")),ms=require("react"),ds=require("react"),Dr=k(require("classnames")),ls=require("react-dom");F();t();var ts=k(require("react"));t();var cn=k(require("react"));t();Lo();var es=()=>!mo();var t_=()=>b(void 0,null,function*(){return yield Promise.resolve().then(()=>(Lr(),Ir))}),r_=()=>(Lr(),De(Ir)).default,Er=es();function ns({ssrGlobalImportCallback:e,ssrImportCallback:o,clientImportCallback:n}){let[r,a]=cn.default.useState(Er?void 0:r_()),[s,m]=cn.default.useState(Er||n==null?void 0:n()),d=()=>b(this,null,function*(){(e?e():t_()).then(l=>a(l.default)),o==null||o().then(l=>m(l.default))});return(0,cn.useEffect)(()=>{Er&&d()},[]),{globalStyles:r,styles:s}}function ro(e,o){return n=>{let{globalStyles:r,styles:a}=ns({ssrGlobalImportCallback:o.ssrGlobalStyles,ssrImportCallback:o.ssrStyles,clientImportCallback:o.clientStyles});return ts.default.createElement(e,I(h({},n),{globalStyles:r!=null?r:{},styles:a!=null?a:{}}))}}t();var as=k(require("react")),is=k(require("classnames"));var i_=({className:e,children:o,styles:n})=>as.default.createElement("div",{className:(0,is.default)(n==null?void 0:n.dappModalBody,e)},o),Pr=ro(i_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});t();var Cr=k(require("react")),cs=k(require("classnames"));var c_=({visible:e,customFooter:o,className:n,footerText:r,styles:a})=>e?Cr.default.createElement("div",{className:(0,cs.default)(a==null?void 0:a.dappModalFooter,n)},o!=null?o:Cr.default.createElement("div",null,r)):null,Nr=ro(c_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});t();var Do=k(require("react")),ps=require("@fortawesome/free-solid-svg-icons"),ss=require("@fortawesome/react-fontawesome"),pn=k(require("classnames"));var p_=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:a,headerTextClassName:s,onHide:m,globalStyles:d,styles:l})=>e?n?Do.default.createElement("div",{className:(0,pn.default)(l==null?void 0:l.dappModalHeader,r)},n):Do.default.createElement("div",{className:(0,pn.default)(l==null?void 0:l.dappModalHeader,r)},Do.default.createElement("div",{className:(0,pn.default)(l==null?void 0:l.dappModalHeaderText,s)},o),Do.default.createElement("button",{onClick:m,className:(0,pn.default)(l==null?void 0:l.dappModalCloseButton,d==null?void 0:d.btn,d==null?void 0:d.btnLight,a)},Do.default.createElement(ss.FontAwesomeIcon,{size:"lg",icon:ps.faTimes}))):null,Rr=ro(p_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});var s_={showHeader:!0,showFooter:!1,headerText:"",footerText:""},m_=({"data-testid":e="dappModal",children:o,className:n="dapp-modal-dialog-wrapper",closeOnEscape:r,config:a=s_,id:s="dapp-modal",onHide:m,parentElement:d,visible:l,styles:g})=>{let[f,u]=(0,ms.useState)(!1);if((0,ds.useEffect)(()=>{u(!0)},[]),!l)return null;let{showHeader:x,showFooter:v,headerText:S,footerText:y,modalDialogClassName:A="dapp-modal-dialog",modalContentClassName:E="dapp-modal-dialog-content",modalHeaderClassName:N="dapp-modal-dialog-header",modalHeaderTextClassName:P="dapp-modal-dialog-header-text",modalCloseButtonClassName:L="dapp-modal-dialog-close-button",modalBodyClassName:R="dapp-modal-dialog-content-body",modalFooterClassName:G="dapp-modal-dialog-footer",customModalHeader:xe,customModalFooter:Pe}=a,Ce=Ne=>{Ne.key==="Escape"&&r&&(m==null||m())};return ao.default.createElement(ao.default.Fragment,null,f&&(0,ls.createPortal)(ao.default.createElement("div",{id:s,role:"dialog","aria-modal":"true",className:(0,Dr.default)(A,g==null?void 0:g.dappModal,n),"data-testid":e,onKeyDown:Ce},ao.default.createElement("div",{className:(0,Dr.default)(g==null?void 0:g.dappModalContent,E)},ao.default.createElement(Rr,{visible:x,headerText:S,customHeader:xe,className:N,headerTextClassName:P,closeButtonClassName:L,onHide:m}),ao.default.createElement(Pr,{className:R},o),ao.default.createElement(Nr,{visible:v,customFooter:Pe,footerText:y,className:G}))),d!=null?d:document==null?void 0:document.body))},d_=ro(m_,{ssrStyles:()=>Promise.resolve().then(()=>(oo(),eo)),clientStyles:()=>(oo(),De(eo)).default});t();t();var mt=require("react"),_s=e=>{let[o,n]=(0,mt.useState)(!1),r=()=>{n(!0)},a=()=>{n(!1)};return(0,mt.useEffect)(()=>{(e==null?void 0:e.visible)===!0?r():(e==null?void 0:e.visible)===!1&&a()},[e==null?void 0:e.visible]),{handleShowModal:r,handleHideModal:a,showModal:o}};t();var us=({hideButtonWhenModalOpens:e,onContentHide:o,onContentShow:n,onModalCloses:r,onModalOpens:a,token:s,wrapContentInsideModal:m})=>{let d=Kc(),[l,g]=(0,gs.useState)(!1),{handleShowModal:f,handleHideModal:u,showModal:x}=_s(),v=Qp(s),S=!e||!l,y=()=>{g(!1),o==null||o(),m?(u(),r==null||r()):r&&(console.warn('Deprecated: "onModalCloses" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentHide" instead.'),r())};return{disabledConnectButton:v,handleCloseModal:y,handleOpenModal:()=>{if(d)throw new Error(oe);if(l)return y();g(!0),n==null||n(),m?(f(),a==null||a()):a&&(console.warn('Deprecated: "onModalOpens" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentShow" instead.'),a())},shouldRenderButton:S,showContent:l,showModal:x}};t();var Mo=require("react"),Mr=require("@multiversx/sdk-hw-provider");Ke();K();ge();X();Ye();t();var fo=require("react"),l_=10,fs=()=>{let[e,o]=(0,fo.useState)(""),[n,r]=(0,fo.useState)(!1),[a,s]=(0,fo.useState)(0),[m,d]=(0,fo.useState)([]),[l,g]=(0,fo.useState)(null),[f,u]=(0,fo.useState)(!1);return{accounts:m,defaultAddressesPerPage:l_,error:e,isLoading:n,onGoToNextPage:()=>{g(null),s(y=>y+1)},onGoToPrevPage:()=>{g(null),s(y=>y===0?0:y-1)},onSelectAddress:y=>{g(y)},selectedAddress:l,setAccounts:d,setError:o,setIsLoading:r,setShowAddressList:u,showAddressList:f,startIndex:a}};var sn="Check if the MultiversX App is open on Ledger",hs=({callbackRoute:e,token:o,addressesPerPage:n,nativeAuth:r,onLoginRedirect:a})=>{let s=M(bc),m=ye(),d=J(),l=Z(),g=r!=null,f=te(r),u=o,{accounts:x,setAccounts:v,isLoading:S,setIsLoading:y,setShowAddressList:A,showAddressList:E,startIndex:N,selectedAddress:P,onGoToPrevPage:L,onGoToNextPage:R,onSelectAddress:G,error:xe,setError:Pe,defaultAddressesPerPage:Ce}=fs(),Ne=n!=null?n:Ce,[C,He]=(0,Mo.useState)(""),[re,mn]=(0,Mo.useState)(!1),io=({address:O,index:U,signature:V})=>{d(pi({index:U,loginType:"ledger"})),V&&f.setTokenLoginInfo({signature:V,address:O}),d(q({address:O,loginMethod:"ledger"})),ce({callbackRoute:e,onLoginRedirect:a,options:{address:O,signature:V}})},Q=(O,U="")=>{var V;if(S){let{errorMessage:W,defaultErrorMessage:$}=vi(O),j=(V=W!=null?W:$)!=null?V:sn;Pe(`${j}.${U}`),y(!1),d(jt(null))}},Re=()=>b(void 0,null,function*(){try{if(m instanceof Mr.HWProvider&&m.isInitialized())return m.isConnected()}catch(O){Q(O)}return!1}),Oo=()=>b(void 0,null,function*(){if(yield Re()){Pe(""),y(!1);return}try{let U=new Mr.HWProvider;(yield U.init())&&le(U),Pe(""),y(!1)}catch(U){Q(U)}}),lt=()=>b(void 0,null,function*(){let O=yield Re();if(!P||!O)return Q(sn);let{index:U}=P;if(g&&!u&&(u=yield f.getNativeAuthLoginToken(),!u)){console.warn("Fetching block failed. Login cancelled.");return}if(u){f.setLoginToken(u);try{let V=yield m.tokenLogin({token:i.Buffer.from(`${u}{}`),addressIndex:U});io({address:V.address,index:U,signature:V.signature.toString("hex")})}catch(V){Q(V,". Update MultiversX App to continue.")}}else try{let{address:V}=yield m.login({addressIndex:U});io({address:V,index:U})}catch(V){return Q(V),!1}return!0}),_t=()=>b(void 0,null,function*(){try{if(y(!0),P==null)return!1;d(s?ti(P):jt(I(h({},P),{version:C,hasContractDataEnabled:re}))),y(!1),yield lt()}catch(O){Q(O)}return A(!1),!0}),dn=()=>b(void 0,null,function*(){if(!(yield Re()))return Q(xe);try{y(!0);let U=yield m.getAccounts(N,Ne),V=yield $a(m);He(V.version),mn(V.dataEnabled),v(U),y(!1)}catch(U){Q(U)}}),ln=()=>b(void 0,null,function*(){if(l)throw new Error(oe);fe(),Pe("");try{if(y(!0),!(yield Re()))return Q(sn);if(s!=null){if(!P)return Q(sn);let{address:U}=yield m.login({addressIndex:P.index.valueOf()});if(!U)return Q("Login cancelled.");d(q({address:U,loginMethod:"ledger"})),ce({callbackRoute:e,onLoginRedirect:a})}else x!=null&&x.length||(yield dn()),A(!0);y(!1)}catch(O){Q(O)}}),gt=()=>b(void 0,null,function*(){try{let O=yield Re();if(O||(yield Oo()),O=yield Re(),!O)return Q(sn);(x.length===0||N>0)&&(yield dn())}catch(O){Q(O)}});(0,Mo.useEffect)(()=>{gt()},[N,E,m]),(0,Mo.useEffect)(()=>{(x==null?void 0:x.length)>0&&!E&&A(!0)},[x]);let Fo=Boolean(xe);return[ln,{loginFailed:Fo,isLoggedIn:l&&!Fo,error:xe,isLoading:S&&!Fo},{accounts:x,showAddressList:E,startIndex:N,selectedAddress:P,version:C,contractDataEnabled:re,onGoToPrevPage:L,onGoToNextPage:R,onSelectAddress:G,onConfirmSelectedAddress:_t}]};t();var xs=e=>{var n;let o=M(Nc);return st(I(h({},e),{customWalletAddress:(n=e.customWalletAddress)!=null?n:o}))};t();var he=require("react");t();var dt=require("react");function ys(e,o=[]){let n=(0,dt.useRef)(!0);(0,dt.useEffect)(()=>{n.current?n.current=!1:e()},o)}K();ge();X();Ye();Te();var Ts=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r,logoutRoute:a,customRequestMethods:s=[]})=>{var V;let m=J(),d=Yp(n),l=te(d?n:!1),g=o,[f,u]=(0,he.useState)(""),[x,v]=(0,he.useState)(""),[S,y]=(0,he.useState)(!0),[A,E]=(0,he.useState)([]),[N,P]=(0,he.useState)(null),{provider:L}=jc(),R=M(Ac),G=M(Ic),xe=M(Lc),Pe=M(Ec),Ce=M(vc),Ne=M(wc),C=(0,he.useRef)(L),He=(0,he.useRef)(!1),re=(0,he.useRef)(!1),mn=(V=a!=null?a:Ce)!=null?V:"/",io=[yn.CANCEL_ACTION,...s];o&&io.push(yn.SIGN_LOGIN_TOKEN),d&&io.push(yn.SIGN_NATIVE_AUTH_TOKEN);let Q=S?"":`${Pe}?wallet-connect=${encodeURIComponent(x)}`,Re=Boolean(f),Oo=Z(),lt=()=>{Hp(mn)},_t=W=>{console.log("WalletConnect Session Event: ",W)},dn=()=>b(void 0,null,function*(){var W,$,j,ee;try{if(He.current||C.current==null)return;if(!re.current){try{yield(W=C.current)==null?void 0:W.logout()}catch(ut){console.warn("Unable to logout")}return}let ae=yield(j=($=C.current)==null?void 0:$.getAddress)==null?void 0:j.call($);if(!ae){console.warn("Login cancelled.");return}let ke=yield(ee=C.current)==null?void 0:ee.getSignature(),be={address:ae,loginMethod:"walletconnectv2"},ho={logoutRoute:mn,loginType:"walletconnectv2",callbackRoute:e!=null?e:B().href};m(ci(ho)),ke&&l.setTokenLoginInfo({signature:ke,address:ae}),m(q(be)),ce({callbackRoute:e,onLoginRedirect:r,options:{address:ae,signature:ke}})}catch(ae){u("User rejected connection proposal"),console.error(ae)}}),ln=()=>b(void 0,null,function*(){var $,j,ee,ae,ke;if(Le(C.current)==="walletconnectv2")try{((ae=(ee=(j=($=C.current)==null?void 0:$.walletConnector)==null?void 0:j.session)==null?void 0:ee.getAll())!=null?ae:[]).length>0&&(yield(ke=C.current)==null?void 0:ke.logout()),C.current=Vo,P(null)}catch(be){console.warn("Unable to logout")}}),gt=W=>b(void 0,null,function*(){var $,j,ee;if(!R||!G){u("Invalid WalletConnect setup");return}if(!W||!W.topic){u("Expired connection");return}try{if((C.current?Le(C.current):!1)!=="walletconnectv2"){yield O();return}if(y(!0),yield ln(),d&&!g&&(g=yield l.getNativeAuthLoginToken(),!g)){console.warn("Fetching block failed. Login cancelled.");return}g&&l.setLoginToken(g),yield O(!1);let{approval:ke}=yield($=C.current)==null?void 0:$.connect({topic:W.topic,methods:io});try{yield(j=C.current)==null?void 0:j.login({approval:ke,token:g})}catch(be){console.error("User rejected existing connection proposal",be),u("User rejected existing connection proposal"),y(!0),yield O()}}catch(ae){console.error("Unable to connect to existing session",ae),u("Unable to connect to existing session")}finally{E((ee=C.current)==null?void 0:ee.pairings)}}),Fo=W=>b(void 0,null,function*(){var $,j;try{W&&(yield($=C.current)==null?void 0:$.logout({topic:W}))}catch(ee){console.error("Unable to remove existing pairing",ee),u("Unable to remove existing pairing")}finally{let ee=yield(j=C.current)==null?void 0:j.getPairings();E(ee)}});function O(W=!0){return b(this,null,function*(){var ho,ut,Ur;fe();let $=yield Jp({maxRetries:15});if(!$){console.error("Invalid chainID"),u("Invalid chainID");return}if(!G||!R){console.error("Invalid WalletConnect setup"),u("Invalid WalletConnect setup");return}let j=Z(),ee=re.current===!1&&!j,ae=(ut=(ho=C.current)==null?void 0:ho.isInitialized)==null?void 0:ut.call(ho);if(He.current||ee||ae)return;if(He.current=!0,(Ur=C.current)!=null&&Ur.walletConnector){yield C.current.init(),P(C.current),He.current=!1,W&&(yield U());return}let ke={onClientLogin:dn,onClientLogout:lt,onClientEvent:_t},be=new Tn(ke,$,R,G,xe);yield be.init(),P(be),C.current=be,He.current=!1,W&&(E(be.pairings),yield U())})}function U(){return b(this,null,function*(){var W,$;if(!!C.current){if(!R||!G){u("Invalid WalletConnect setup");return}try{if(!re.current)return;let{uri:j,approval:ee}=yield(W=C.current)==null?void 0:W.connect({methods:io});if(!Boolean(j))return;if(v(j),(xe==null?void 0:xe.logger)==="debug"&&console.log("WalletConnect uri: ",j),d&&!g&&(g=yield l.getNativeAuthLoginToken(),!g)){console.warn("Fetching block failed. Login cancelled.");return}if(g&&l.setLoginToken(g),(C.current?Le(C.current):!1)!=="walletconnectv2"){y(!0),yield O();return}try{yield($=C.current)==null?void 0:$.login({approval:ee,token:g})}catch(be){console.error("User rejected connection proposal",be),u("User rejected connection proposal"),y(!0)}}catch(j){console.error("Unable to connect",j)}}})}return ys(()=>{C.current=L},[L]),(0,he.useEffect)(()=>(re.current=!0,()=>{re.current=!1}),[]),(0,he.useEffect)(()=>{y(!x)},[x]),(0,he.useEffect)(()=>{if(!N)return;(Boolean(N.session)||Ne==="walletconnectv2")&&Oo&&le(N)},[N,Oo]),[O,{error:f,loginFailed:Re,isLoading:S&&!Re,isLoggedIn:Oo&&!Re},{uriDeepLink:Q,walletConnectUri:x,cancelLogin:ln,connectExisting:gt,removeExistingPairing:Fo,wcPairings:A}]};t();var Or=require("react"),bs=require("@multiversx/sdk-metamask-provider/out/metamaskProvider");Ke();K();X();Ye();_e();_e();var ws=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Or.useState)(""),[m,d]=(0,Or.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let y=bs.MetamaskProvider.getInstance();try{if(!(yield y.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let E=to(),N=encodeURIComponent(Xe(e!=null?e:E));if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let P=h({callbackUrl:N},f&&{token:f});yield y.login(P),le(y);let{signature:L,address:R}=y.account;if(!R){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}L&&f&&g.setTokenLoginInfo({signature:L,address:R}),u(q({address:R,loginMethod:"metamask"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:L,address:R}})}catch(A){console.error("error logging in",A),s("error logging in"+A.message)}finally{d(!1)}})}let S=Boolean(a);return[v,{loginFailed:S,error:a,isLoading:m&&!S,isLoggedIn:x&&!S}]};t();var Fr=require("react"),Br=require("@multiversx/sdk-passkey-provider/out");Ke();K();X();Ye();_e();_e();var Ss=({callbackRoute:e,token:o,nativeAuth:n,onLoginRedirect:r})=>{let[a,s]=(0,Fr.useState)(""),[m,d]=(0,Fr.useState)(!1),l=n!=null,g=te(n),f=o,u=J(),x=Z();function v(){return b(this,null,function*(){if(x)throw new Error(oe);fe(),d(!0);let A=Br.PasskeyProvider.getInstance();try{if(!(yield A.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let N=to(),P=encodeURIComponent(Xe(e!=null?e:N));if(l&&!f&&(f=yield g.getNativeAuthLoginToken(),!f)){console.warn("Fetching block failed. Login cancelled.");return}f&&g.setLoginToken(f);let L=h({callbackUrl:P},f&&{token:f});yield A.login(L),le(A);let{signature:R,address:G}=A.account;if(!G){d(!1),console.warn("Login cancelled."),s("Login cancelled");return}R&&f&&g.setTokenLoginInfo({signature:R,address:G}),u(q({address:G,loginMethod:"passkey"})),ce({callbackRoute:e,onLoginRedirect:r,options:{signature:R,address:G}})}catch(E){console.error("error logging in",E),s("Error logging in: "+E.message)}finally{d(!1)}})}let S=A=>b(void 0,null,function*(){let E=Br.PasskeyProvider.getInstance();return yield E.init(),yield E.createAccount({walletName:A})}),y=Boolean(a);return[v,S,{loginFailed:y,error:a,isLoading:m&&!y,isLoggedIn:x&&!y}]};0&&(module.exports={useCrossWindowLogin,useExtensionLogin,useGetModalLoginMethods,useLedgerLogin,useMetamaskLogin,useOperaLogin,usePasskeyLogin,useWalletConnectV2Login,useWebWalletLogin,useXaliasLogin});
|
|
2802
2802
|
/*!
|
|
2803
2803
|
* The buffer module from node.js, for the browser.
|
|
2804
2804
|
*
|