@multiversx/sdk-dapp 4.2.1 → 4.2.2
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/CopyButton/CopyButton.js +1 -1
- package/UI/CopyButton/index.js +1 -1
- 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/Pagination/Pagination.js +1 -1
- package/UI/Pagination/components/index.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
- package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
- package/UI/Pagination/helpers/getPagination/index.js +1 -1
- package/UI/Pagination/helpers/index.js +1 -1
- package/UI/Pagination/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/components/GasDetails/GasDetails.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.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/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode/index.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/Linkified/index.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/TransactionInfoHash/TransactionInfoHash.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/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-DLNLDLF7.js → chunk-22LKRL5L.js} +2 -2
- package/__chunks__/{chunk-JPOLLVPV.js → chunk-235ZSFXE.js} +2 -2
- package/__chunks__/{chunk-ZZBNCZS6.js → chunk-23CZ7BIK.js} +2 -2
- package/__chunks__/{chunk-56X4QTMC.js → chunk-23L5JXNL.js} +2 -2
- package/__chunks__/{chunk-UVQOWHSF.js → chunk-2AAXW22I.js} +2 -2
- package/__chunks__/{chunk-WGA6FNGN.js → chunk-2EQQAK5N.js} +2 -2
- package/__chunks__/{chunk-T5AVKKGO.js → chunk-2HVKYXLM.js} +2 -2
- package/__chunks__/{chunk-OSPS2MX3.js → chunk-2M5WTPYA.js} +2 -2
- package/__chunks__/{chunk-DV275NBI.js → chunk-2NQD5SJH.js} +2 -2
- package/__chunks__/chunk-2NVTPJPX.js +2 -0
- package/__chunks__/{chunk-LTZD7JAO.js → chunk-2Q342BQV.js} +2 -2
- package/__chunks__/{chunk-CFAIVCUS.js → chunk-2SP6PDXQ.js} +2 -2
- package/__chunks__/{chunk-IBXN3OUH.js → chunk-2TD2ZMBK.js} +2 -2
- package/__chunks__/{chunk-EYN23AB4.js → chunk-2ZTZWMVR.js} +2 -2
- package/__chunks__/{chunk-PPVI5H5Y.js → chunk-37KFBXOB.js} +2 -2
- package/__chunks__/{chunk-VQH4762S.js → chunk-37ZMVWBW.js} +2 -2
- package/__chunks__/{chunk-T4NWU3CB.js → chunk-3J7U5754.js} +2 -2
- package/__chunks__/chunk-3PZJXRIW.js +2 -0
- package/__chunks__/{chunk-H6UT7BBH.js → chunk-3QEPVTMV.js} +2 -2
- package/__chunks__/{chunk-PMHR4YNO.js → chunk-3SKTX2YY.js} +2 -2
- package/__chunks__/{chunk-EILRIH4X.js → chunk-42HNYIJJ.js} +2 -2
- package/__chunks__/{chunk-LM2X5J7S.js → chunk-433P5ET2.js} +2 -2
- package/__chunks__/{chunk-PCAPVGX3.js → chunk-44PCN2JK.js} +2 -2
- package/__chunks__/{chunk-F5WSCXFU.js → chunk-45QOKVC5.js} +2 -2
- package/__chunks__/{chunk-YWMGWIUP.js → chunk-4ETGD7RA.js} +2 -2
- package/__chunks__/{chunk-YTJETXYW.js → chunk-4F4O6F4Z.js} +2 -2
- package/__chunks__/{chunk-XLMVWIU5.js → chunk-4KXAE5LH.js} +2 -2
- package/__chunks__/{chunk-IQBDRH6P.js → chunk-4USESR4K.js} +2 -2
- package/__chunks__/chunk-4XJXWHIS.js +2 -0
- package/__chunks__/chunk-4XRAGBQG.js +2 -0
- package/__chunks__/{chunk-76CU64CP.js → chunk-4ZSC33SM.js} +2 -2
- package/__chunks__/chunk-52KNFYBL.js +2 -0
- package/__chunks__/{chunk-WTOC2FON.js → chunk-52XPBA5U.js} +2 -2
- package/__chunks__/{chunk-KWQYQABF.js → chunk-54YDWBJF.js} +2 -2
- package/__chunks__/{chunk-P76QWHGI.js → chunk-5DGHVML3.js} +2 -2
- package/__chunks__/{chunk-7XXM6L2L.js → chunk-5F2TU7MC.js} +2 -2
- package/__chunks__/chunk-5G6JHA7Q.js +2 -0
- package/__chunks__/{chunk-XPJVGDHL.js → chunk-5GDDA7JE.js} +2 -2
- package/__chunks__/{chunk-6AXGBJH4.js → chunk-5HPP4WPH.js} +2 -2
- package/__chunks__/{chunk-V7ZDSJTI.js → chunk-5JZDD4LX.js} +2 -2
- package/__chunks__/{chunk-246SEHGN.js → chunk-5LTXQGL6.js} +2 -2
- package/__chunks__/{chunk-4NEOVISX.js → chunk-5LXJDEHS.js} +2 -2
- package/__chunks__/{chunk-QOENYTMH.js → chunk-5N3UOQTR.js} +2 -2
- package/__chunks__/{chunk-P7CEQ4MB.js → chunk-5NCBEBOC.js} +2 -2
- package/__chunks__/{chunk-ALNUI254.js → chunk-5O76NT6R.js} +2 -2
- package/__chunks__/{chunk-EDHR3GMD.js → chunk-5RPOGDLB.js} +2 -2
- package/__chunks__/{chunk-ZIQY6FYT.js → chunk-5RRCXG2P.js} +2 -2
- package/__chunks__/{chunk-FBBLGMXR.js → chunk-5TOQ2OE4.js} +2 -2
- package/__chunks__/{chunk-M3LCFBMH.js → chunk-5UKN56TO.js} +2 -2
- package/__chunks__/{chunk-SFNPPJV7.js → chunk-5XPAYKUI.js} +2 -2
- package/__chunks__/{chunk-I6XFKGDN.js → chunk-5YLVIU7B.js} +2 -2
- package/__chunks__/{chunk-5E7WNDIG.js → chunk-5YXY5GIP.js} +2 -2
- package/__chunks__/{chunk-YCHG4VXX.js → chunk-5ZGZBM6E.js} +2 -2
- package/__chunks__/{chunk-GILBZ5N5.js → chunk-652Y34ET.js} +2 -2
- package/__chunks__/{chunk-OBP3JDOC.js → chunk-66IMZJ6B.js} +2 -2
- package/__chunks__/{chunk-KBCXYFOT.js → chunk-676WWTGG.js} +2 -2
- package/__chunks__/{chunk-JE7EFQMY.js → chunk-6JVVJJI2.js} +2 -2
- package/__chunks__/{chunk-NZL5SVFU.js → chunk-6LAUQ2MO.js} +2 -2
- package/__chunks__/chunk-6MSK252F.js +2 -0
- package/__chunks__/{chunk-BBNBZJML.js → chunk-6NGDAHN4.js} +2 -2
- package/__chunks__/{chunk-X3ZQ3THA.js → chunk-6O6SQMZU.js} +2 -2
- package/__chunks__/chunk-6OUDPZV2.js +2 -0
- package/__chunks__/chunk-6TZJC25M.js +2 -0
- package/__chunks__/{chunk-TASLMLJ7.js → chunk-6WTDS3GN.js} +2 -2
- package/__chunks__/{chunk-2PYRCFCQ.js → chunk-6ZBIHPUH.js} +2 -2
- package/__chunks__/{chunk-ZTMYTCLL.js → chunk-773KOO2E.js} +2 -2
- package/__chunks__/{chunk-MKHY5K5L.js → chunk-7C4Z7E37.js} +2 -2
- package/__chunks__/{chunk-74UYR6LB.js → chunk-7FKO335I.js} +2 -2
- package/__chunks__/{chunk-CMKVGSTT.js → chunk-7FUC2SD7.js} +2 -2
- package/__chunks__/chunk-7IEBYZVV.js +2 -0
- package/__chunks__/{chunk-22PT6NA7.js → chunk-7JWC6XZR.js} +2 -2
- package/__chunks__/{chunk-PNPENM4X.js → chunk-7MXB7TGE.js} +2 -2
- package/__chunks__/{chunk-IM3CLKAP.js → chunk-7THB3D67.js} +2 -2
- package/__chunks__/{chunk-LZNHTYWB.js → chunk-7WIMGLFY.js} +2 -2
- package/__chunks__/{chunk-PDFJN6WP.js → chunk-7WXPG5VJ.js} +2 -2
- package/__chunks__/{chunk-YMDYOELW.js → chunk-7YS5H53I.js} +2 -2
- package/__chunks__/chunk-A5KHTEEG.js +2 -0
- package/__chunks__/{chunk-7GJ3EFJN.js → chunk-AD6XHA3X.js} +2 -2
- package/__chunks__/chunk-AGSZZQCI.js +2 -0
- package/__chunks__/chunk-AHWMH6Q7.js +2 -0
- package/__chunks__/{chunk-3QHJV2VI.js → chunk-AJJA3ALD.js} +2 -2
- package/__chunks__/{chunk-DLFK5GXR.js → chunk-AK6JLN7X.js} +2 -2
- package/__chunks__/{chunk-BDI3NBNL.js → chunk-AM4ORRKD.js} +2 -2
- package/__chunks__/chunk-AQEKZ5M6.js +2 -0
- package/__chunks__/{chunk-N4C77FVC.js → chunk-AT4GOZ4L.js} +2 -2
- package/__chunks__/{chunk-36AXMBNU.js → chunk-B23EXDNI.js} +2 -2
- package/__chunks__/{chunk-AQR7KYKE.js → chunk-B4FHTCUN.js} +2 -2
- package/__chunks__/{chunk-RCWFHUJN.js → chunk-B5EQPJJ5.js} +2 -2
- package/__chunks__/{chunk-M4AU77VN.js → chunk-B5OPLIH3.js} +2 -2
- package/__chunks__/{chunk-ZTVGUU2U.js → chunk-BASETIVM.js} +2 -2
- package/__chunks__/{chunk-TM6MD7QW.js → chunk-BJGKFT37.js} +2 -2
- package/__chunks__/chunk-BQPFJZ66.js +2 -0
- package/__chunks__/{chunk-FASGOGVV.js → chunk-BX7IB5EV.js} +2 -2
- package/__chunks__/{chunk-T6OLACWP.js → chunk-CASVMVA2.js} +2 -2
- package/__chunks__/{chunk-GJVPDJAP.js → chunk-CBBGIA3L.js} +2 -2
- package/__chunks__/{chunk-6YLMK3UC.js → chunk-CBKCOWLS.js} +2 -2
- package/__chunks__/{chunk-VCGMKRNB.js → chunk-CESK2RUN.js} +2 -2
- package/__chunks__/chunk-CI2L65N2.js +2 -0
- package/__chunks__/{chunk-EVQDKCMG.js → chunk-COL5RMXV.js} +2 -2
- package/__chunks__/{chunk-NTA37WQV.js → chunk-COOBTLDH.js} +2 -2
- package/__chunks__/chunk-CPIUMDWK.js +2 -0
- package/__chunks__/{chunk-VNYQH2ON.js → chunk-CPZH2P5N.js} +2 -2
- package/__chunks__/{chunk-OLPSFO4K.js → chunk-CSYPVTSS.js} +2 -2
- package/__chunks__/{chunk-D26MKFO2.js → chunk-CUYJG3TK.js} +2 -2
- package/__chunks__/{chunk-PBPXQA2G.js → chunk-D63ZA32G.js} +2 -2
- package/__chunks__/{chunk-E3V2ICD3.js → chunk-DCHLJPJB.js} +2 -2
- package/__chunks__/chunk-DD6NXCWE.js +2 -0
- package/__chunks__/chunk-DF4CGW3K.js +2 -0
- package/__chunks__/{chunk-NAZBK3GN.js → chunk-DFXKWNYY.js} +2 -2
- package/__chunks__/{chunk-EVMWZKPL.js → chunk-DMI43B45.js} +2 -2
- package/__chunks__/{chunk-53KTGHH2.js → chunk-DMPAMJFN.js} +2 -2
- package/__chunks__/{chunk-BIQ6OGQ3.js → chunk-DO2M4L2W.js} +2 -2
- package/__chunks__/{chunk-KESMDRSX.js → chunk-DQQYXGKR.js} +2 -2
- package/__chunks__/{chunk-5ATFRVJN.js → chunk-DWPQIHUF.js} +2 -2
- package/__chunks__/{chunk-44AVIBLJ.js → chunk-DZTJ2LJE.js} +2 -2
- package/__chunks__/{chunk-HUQIHTMA.js → chunk-DZVARA6N.js} +2 -2
- package/__chunks__/{chunk-4FXLLH3L.js → chunk-E56S4ARA.js} +2 -2
- package/__chunks__/chunk-E7DX3SKM.js +2 -0
- package/__chunks__/{chunk-E4E22VIL.js → chunk-EC2ZF2UF.js} +2 -2
- package/__chunks__/chunk-EHFK4RYM.js +2 -0
- package/__chunks__/{chunk-BM2PLXVV.js → chunk-EIBUIJV5.js} +2 -2
- package/__chunks__/chunk-EIZAHILW.js +2 -0
- package/__chunks__/{chunk-3HBOCZWQ.js → chunk-EJXDFD4J.js} +2 -2
- package/__chunks__/{chunk-56WM7K52.js → chunk-EKLSAQDK.js} +2 -2
- package/__chunks__/chunk-EL4XCWL7.js +2 -0
- package/__chunks__/{chunk-3FIKWNRH.js → chunk-EOIPZFWY.js} +2 -2
- package/__chunks__/{chunk-YGOA44Q7.js → chunk-EOU3LZUE.js} +2 -2
- package/__chunks__/chunk-ETOZDXA4.js +2 -0
- package/__chunks__/chunk-EYLMFX6O.js +2 -0
- package/__chunks__/{chunk-EXAOKOTU.js → chunk-F26LZMI2.js} +2 -2
- package/__chunks__/{chunk-4OOQBZRK.js → chunk-FB43WQYR.js} +2 -2
- package/__chunks__/{chunk-3R43SDWJ.js → chunk-FCGY44YB.js} +2 -2
- package/__chunks__/{chunk-RBDMFF6E.js → chunk-FCQWO52J.js} +2 -2
- package/__chunks__/{chunk-MK4NDZQ7.js → chunk-FO6TVOST.js} +2 -2
- package/__chunks__/{chunk-KXKIEWNJ.js → chunk-FP7QZRI3.js} +2 -2
- package/__chunks__/{chunk-D37HRXPV.js → chunk-FPDSY36P.js} +2 -2
- package/__chunks__/{chunk-FL6IEO3I.js → chunk-FTGO4TZR.js} +2 -2
- package/__chunks__/{chunk-LCW2GIUZ.js → chunk-FUBWMS6O.js} +2 -2
- package/__chunks__/{chunk-6A7W2TXX.js → chunk-FVSBD6FV.js} +2 -2
- package/__chunks__/{chunk-G43AFLNO.js → chunk-FW3W2ZOF.js} +2 -2
- package/__chunks__/{chunk-64LOEOBB.js → chunk-FWF7PWGL.js} +2 -2
- package/__chunks__/chunk-FXKSHNPR.js +2 -0
- package/__chunks__/{chunk-E2TOO7O2.js → chunk-G23WM74D.js} +2 -2
- package/__chunks__/chunk-G3JEUK3H.js +2 -0
- package/__chunks__/chunk-G4BD4GA6.js +2 -0
- package/__chunks__/{chunk-KVEBZ64E.js → chunk-GBXPD3IK.js} +2 -2
- package/__chunks__/{chunk-J72BS2NZ.js → chunk-GFOF62WK.js} +2 -2
- package/__chunks__/{chunk-NW6NNISJ.js → chunk-GG3XTPIW.js} +2 -2
- package/__chunks__/{chunk-BNPU5SDJ.js → chunk-GHG4LZW5.js} +2 -2
- package/__chunks__/{chunk-ZBR4KDPM.js → chunk-GJNUQ7HX.js} +2 -2
- package/__chunks__/chunk-GN2NMIGO.js +2 -0
- package/__chunks__/{chunk-VEVQUFPS.js → chunk-GOMXWXRW.js} +2 -2
- package/__chunks__/{chunk-TQXF6T7J.js → chunk-GRBHSB7F.js} +2 -2
- package/__chunks__/chunk-GYQHZOJ4.js +2 -0
- package/__chunks__/{chunk-GDIHH5HK.js → chunk-GZ4CQ6MM.js} +2 -2
- package/__chunks__/{chunk-PFYMT3RI.js → chunk-H3L6HHZI.js} +2 -2
- package/__chunks__/{chunk-KLATJCZB.js → chunk-H3QBRDZD.js} +2 -2
- package/__chunks__/{chunk-TI6Y3EAY.js → chunk-H5A636KV.js} +2 -2
- package/__chunks__/{chunk-MH4WWKIE.js → chunk-H7DVG2HZ.js} +2 -2
- package/__chunks__/{chunk-EADX4RSQ.js → chunk-H7HS3CNL.js} +2 -2
- package/__chunks__/{chunk-4PYOCGXG.js → chunk-HBDM2CXB.js} +2 -2
- package/__chunks__/{chunk-5C7RNBQ2.js → chunk-HD5CIJSN.js} +2 -2
- package/__chunks__/{chunk-6NLVMNUD.js → chunk-HFVMVACK.js} +2 -2
- package/__chunks__/{chunk-3DXHKUPG.js → chunk-HH2IFWFF.js} +2 -2
- package/__chunks__/{chunk-HX4PC472.js → chunk-HIRLEDEF.js} +2 -2
- package/__chunks__/{chunk-HKBNGR7Q.js → chunk-HKQJOXYX.js} +2 -2
- package/__chunks__/{chunk-RRWTMIBI.js → chunk-HMLOJAJZ.js} +2 -2
- package/__chunks__/{chunk-PZ5BCJK6.js → chunk-HNBGKWEI.js} +2 -2
- package/__chunks__/{chunk-4LA5B4CE.js → chunk-HOGKCMVQ.js} +2 -2
- package/__chunks__/{chunk-7ATGSBHG.js → chunk-HOQMD6G4.js} +2 -2
- package/__chunks__/{chunk-4F4KSSIL.js → chunk-HTEQLUM7.js} +2 -2
- package/__chunks__/{chunk-Y2TJIVHS.js → chunk-HVQA4X7K.js} +2 -2
- package/__chunks__/{chunk-7TLR4K2V.js → chunk-HWFSQBFT.js} +2 -2
- package/__chunks__/{chunk-MOZNHFBB.js → chunk-HZLF3RST.js} +2 -2
- package/__chunks__/{chunk-3TSJUXNP.js → chunk-I2CZOOCQ.js} +2 -2
- package/__chunks__/chunk-I3BXDMX4.js +2 -0
- package/__chunks__/{chunk-NX7YFRSI.js → chunk-I7U6NYVM.js} +2 -2
- package/__chunks__/chunk-IANP4LNH.js +2 -0
- package/__chunks__/{chunk-DUTSLGBI.js → chunk-IDZNTOAK.js} +2 -2
- package/__chunks__/{chunk-K4VM6FZ4.js → chunk-IFCZLGIO.js} +2 -2
- package/__chunks__/chunk-IFHRQ466.js +2 -0
- package/__chunks__/chunk-IJNQ2MNU.js +2 -0
- package/__chunks__/chunk-IKL5UH32.js +2 -0
- package/__chunks__/{chunk-5N2YNRY3.js → chunk-IQDNITAE.js} +2 -2
- package/__chunks__/{chunk-7RPKDJ5Z.js → chunk-IUK7NGG4.js} +2 -2
- package/__chunks__/{chunk-Q5SVO3WR.js → chunk-IVSFQDP2.js} +2 -2
- package/__chunks__/{chunk-MIGM4ROB.js → chunk-J33I657Q.js} +2 -2
- package/__chunks__/chunk-J34FNRFI.js +2 -0
- package/__chunks__/{chunk-EH4XFZ3W.js → chunk-J4UWYYZC.js} +2 -2
- package/__chunks__/{chunk-VJNUI6MG.js → chunk-J57QO5FC.js} +2 -2
- package/__chunks__/{chunk-JUJLPMBE.js → chunk-J75BEVZL.js} +2 -2
- package/__chunks__/{chunk-LHWB2X4A.js → chunk-J7X7GW5E.js} +2 -2
- package/__chunks__/{chunk-YAXIY67D.js → chunk-JE7YPYXT.js} +2 -2
- package/__chunks__/{chunk-4UXTHYXU.js → chunk-JF62SYRB.js} +2 -2
- package/__chunks__/chunk-JGQO3IYF.js +2 -0
- package/__chunks__/chunk-JI5TAHNV.js +2 -0
- package/__chunks__/{chunk-75VBNZAB.js → chunk-JIYXCHYX.js} +2 -2
- package/__chunks__/{chunk-WMKHNU4T.js → chunk-JJGACHPO.js} +2 -2
- package/__chunks__/{chunk-L4Z3BQZW.js → chunk-JMLWVTI6.js} +2 -2
- package/__chunks__/{chunk-FIZIO6ZS.js → chunk-JOO4LNFZ.js} +2 -2
- package/__chunks__/{chunk-NDGTRYOP.js → chunk-JSHXNU4K.js} +2 -2
- package/__chunks__/chunk-JUTKPTFM.js +2 -0
- package/__chunks__/{chunk-AFUI24NN.js → chunk-JZLFQ5SW.js} +2 -2
- package/__chunks__/chunk-JZQPE6G6.js +2 -0
- package/__chunks__/{chunk-KQMPAWOT.js → chunk-KB4F6P3J.js} +2 -2
- package/__chunks__/{chunk-5MALZKZK.js → chunk-KGPW6GAT.js} +2 -2
- package/__chunks__/chunk-KHWQ6F3Z.js +2 -0
- package/__chunks__/{chunk-FYBPLGRA.js → chunk-KQ6SMMWL.js} +2 -2
- package/__chunks__/chunk-KSOHYQIV.js +2 -0
- package/__chunks__/{chunk-YVWKGYPC.js → chunk-KSXIUDGH.js} +2 -2
- package/__chunks__/chunk-KUUXQWMZ.js +2 -0
- package/__chunks__/chunk-KVMVSUTO.js +2 -0
- package/__chunks__/chunk-KXS4NTXB.js +2 -0
- package/__chunks__/chunk-KZVKJJI3.js +2 -0
- package/__chunks__/chunk-L7OVQRMN.js +2 -0
- package/__chunks__/{chunk-UA6UTHPC.js → chunk-LD26ZVZR.js} +2 -2
- package/__chunks__/chunk-LDAG6M5F.js +2 -0
- package/__chunks__/chunk-LF4BOTWJ.js +2 -0
- package/__chunks__/{chunk-MD6OEQ2D.js → chunk-LHBWSWZS.js} +2 -2
- package/__chunks__/{chunk-HSLIIOKJ.js → chunk-LJOIVUJD.js} +2 -2
- package/__chunks__/chunk-LOQKHPSW.js +2 -0
- package/__chunks__/{chunk-2JKVGBE6.js → chunk-LR5X4BLB.js} +2 -2
- package/__chunks__/chunk-M6Q5DIQ2.js +2 -0
- package/__chunks__/{chunk-GFQF6IHJ.js → chunk-MC3XVJOQ.js} +2 -2
- package/__chunks__/chunk-MIAREOD7.js +2 -0
- package/__chunks__/{chunk-UYPYL6CD.js → chunk-MLZTCWFZ.js} +2 -2
- package/__chunks__/{chunk-RSPJ2JAK.js → chunk-MT5K5NHH.js} +2 -2
- package/__chunks__/{chunk-L7NSUPS6.js → chunk-MTNCULC2.js} +2 -2
- package/__chunks__/{chunk-2OXGDYFE.js → chunk-MU7CHDXD.js} +2 -2
- package/__chunks__/{chunk-VUQNWRKL.js → chunk-MUXDZPZW.js} +2 -2
- package/__chunks__/{chunk-U2NRK2HN.js → chunk-MW7KDEQ3.js} +2 -2
- package/__chunks__/{chunk-ZYHSGRBQ.js → chunk-MWVZ2QOY.js} +2 -2
- package/__chunks__/{chunk-YPEQT7GI.js → chunk-MXWQMXK3.js} +2 -2
- package/__chunks__/chunk-MZ74B3MS.js +2 -0
- package/__chunks__/chunk-N4U3SBE4.js +2 -0
- package/__chunks__/{chunk-EHVBLSNJ.js → chunk-N6KL4XCA.js} +2 -2
- package/__chunks__/{chunk-ZS426J3D.js → chunk-NBWCLLPP.js} +2 -2
- package/__chunks__/{chunk-QKTDH42S.js → chunk-NC3YA3YA.js} +2 -2
- package/__chunks__/chunk-NE4FYGUN.js +2 -0
- package/__chunks__/{chunk-PGGJ62LE.js → chunk-NELHZ2CZ.js} +2 -2
- package/__chunks__/{chunk-ICG3XO37.js → chunk-NGRFNE4E.js} +2 -2
- package/__chunks__/{chunk-3QMPE6B6.js → chunk-NJ36N2OB.js} +2 -2
- package/__chunks__/{chunk-TP6J2ABW.js → chunk-NJ72AGS3.js} +2 -2
- package/__chunks__/{chunk-DFOHKHT4.js → chunk-NJZSZILS.js} +2 -2
- package/__chunks__/{chunk-2SGFIWGZ.js → chunk-NMLDC5OJ.js} +2 -2
- package/__chunks__/{chunk-2KHNWHDK.js → chunk-NMP5RES7.js} +2 -2
- package/__chunks__/{chunk-3Y6PD4XA.js → chunk-NZZ4WYCR.js} +2 -2
- package/__chunks__/{chunk-YQ7HWHIA.js → chunk-O2MJYH4T.js} +2 -2
- package/__chunks__/chunk-O3L7WMBZ.js +2 -0
- package/__chunks__/{chunk-VHT7JIGD.js → chunk-OBAB4KF6.js} +2 -2
- package/__chunks__/{chunk-7C44M3KB.js → chunk-OCFQZ423.js} +2 -2
- package/__chunks__/{chunk-LHNLSNQU.js → chunk-OCG3BPO6.js} +2 -2
- package/__chunks__/{chunk-C5MRLNFO.js → chunk-OFNX2MGO.js} +2 -2
- package/__chunks__/{chunk-62M65B2P.js → chunk-OHFO34IG.js} +2 -2
- package/__chunks__/chunk-OKFRVKYC.js +2 -0
- package/__chunks__/{chunk-OWU5LKYD.js → chunk-OQA4DYQ6.js} +2 -2
- package/__chunks__/{chunk-X5B5O2NP.js → chunk-OQAMJGKT.js} +2 -2
- package/__chunks__/{chunk-AMVYU7WI.js → chunk-OYFCA7QK.js} +2 -2
- package/__chunks__/{chunk-WAQEGKZR.js → chunk-OZXOHG2T.js} +2 -2
- package/__chunks__/{chunk-RTP7T7AS.js → chunk-P3O7MXCQ.js} +2 -2
- package/__chunks__/{chunk-IYGYW6W3.js → chunk-PADQO5KE.js} +2 -2
- package/__chunks__/chunk-PATL4EA3.js +2 -0
- package/__chunks__/{chunk-7GT4S2V6.js → chunk-PILHFQ4I.js} +2 -2
- package/__chunks__/{chunk-A6YQKC67.js → chunk-PIMN37XI.js} +2 -2
- package/__chunks__/{chunk-P6XLFBZ5.js → chunk-PLN65JVA.js} +2 -2
- package/__chunks__/chunk-PLVUBVRA.js +2 -0
- package/__chunks__/chunk-PLWHFDXP.js +2 -0
- package/__chunks__/chunk-PNS5FXYP.js +2 -0
- package/__chunks__/{chunk-M6WPI6CC.js → chunk-PNWLMGA7.js} +2 -2
- package/__chunks__/{chunk-KIMHZJPO.js → chunk-POT4HX2N.js} +2 -2
- package/__chunks__/{chunk-43WYWTGE.js → chunk-PPLNCU4O.js} +2 -2
- package/__chunks__/{chunk-QAGNUTA2.js → chunk-PPTNC7UF.js} +2 -2
- package/__chunks__/{chunk-BXRPYCNE.js → chunk-PTRW5RJB.js} +2 -2
- package/__chunks__/{chunk-R5KYO4GC.js → chunk-PZD5E53Z.js} +2 -2
- package/__chunks__/{chunk-DFJIVFKS.js → chunk-Q3LKXBJW.js} +2 -2
- package/__chunks__/{chunk-LXIWPNJL.js → chunk-Q4KQT5MP.js} +2 -2
- package/__chunks__/{chunk-YX4HKRFQ.js → chunk-Q6NKXCYX.js} +2 -2
- package/__chunks__/{chunk-ZLE75TP7.js → chunk-QAQU3P73.js} +2 -2
- package/__chunks__/{chunk-IHO2WP5U.js → chunk-QBV5IV7S.js} +2 -2
- package/__chunks__/{chunk-LVTOOTPF.js → chunk-QDJ6GY5X.js} +2 -2
- package/__chunks__/{chunk-5XSBUUS2.js → chunk-QHCTGVVG.js} +2 -2
- package/__chunks__/{chunk-OJPKJEWZ.js → chunk-QMOUCHKK.js} +2 -2
- package/__chunks__/{chunk-3HOANVSV.js → chunk-QMZL6FRD.js} +2 -2
- package/__chunks__/{chunk-RDOTLBVF.js → chunk-QO56JHRL.js} +2 -2
- package/__chunks__/chunk-QUDMUQOF.js +2 -0
- package/__chunks__/{chunk-VAA3NKK5.js → chunk-QXU4PTHU.js} +1 -1
- package/__chunks__/{chunk-DAPDFYLY.js → chunk-R6PNMZAV.js} +2 -2
- package/__chunks__/{chunk-2WG2ZSS7.js → chunk-RAZCCW7G.js} +2 -2
- package/__chunks__/{chunk-RVL37TYX.js → chunk-RCGTV3II.js} +2 -2
- package/__chunks__/chunk-RHZTKPNU.js +2 -0
- package/__chunks__/{chunk-Y3QVC5SN.js → chunk-RKKTSIES.js} +2 -2
- package/__chunks__/{chunk-E424N6XF.js → chunk-RM5VGERU.js} +2 -2
- package/__chunks__/{chunk-JOXFLKQW.js → chunk-RO66UBCI.js} +2 -2
- package/__chunks__/{chunk-FXDEJQ7G.js → chunk-RSFGJN2C.js} +2 -2
- package/__chunks__/{chunk-OA6OND4Y.js → chunk-RW4W4GZJ.js} +2 -2
- package/__chunks__/chunk-RYUYJWIY.js +2 -0
- package/__chunks__/{chunk-UAHQ2SO7.js → chunk-RYWUTGX5.js} +2 -2
- package/__chunks__/{chunk-J4MWQZGY.js → chunk-S2QZH7BX.js} +2 -2
- package/__chunks__/chunk-SBOULZCN.js +2 -0
- package/__chunks__/chunk-SFKU5YIU.js +2 -0
- package/__chunks__/chunk-SOCKF63S.js +2 -0
- package/__chunks__/{chunk-5UV246GL.js → chunk-T26J7NX2.js} +2 -2
- package/__chunks__/{chunk-IKW3DAWX.js → chunk-T2T25NSJ.js} +2 -2
- package/__chunks__/{chunk-XI4DQOVR.js → chunk-T5R632QH.js} +2 -2
- package/__chunks__/{chunk-X6CX6GXN.js → chunk-T7TIJMDJ.js} +2 -2
- package/__chunks__/chunk-TBETFKN2.js +2 -0
- package/__chunks__/{chunk-CYS2IXO2.js → chunk-TDPYMDKL.js} +2 -2
- package/__chunks__/{chunk-KEZQJXFV.js → chunk-THR3COJB.js} +2 -2
- package/__chunks__/{chunk-NAMMQBYM.js → chunk-THSTJ4ZA.js} +2 -2
- package/__chunks__/{chunk-TN72SUBG.js → chunk-TIVHCFWD.js} +2 -2
- package/__chunks__/{chunk-RNKUUHVC.js → chunk-TJY46YTC.js} +2 -2
- package/__chunks__/{chunk-7H4ULUPJ.js → chunk-TKGKCHWV.js} +2 -2
- package/__chunks__/{chunk-HUZ2SLMM.js → chunk-TPFRVRZP.js} +2 -2
- package/__chunks__/{chunk-PD2I24Z7.js → chunk-TQFXVPA2.js} +2 -2
- package/__chunks__/{chunk-5FTSMKPK.js → chunk-TR6GPSRD.js} +2 -2
- package/__chunks__/{chunk-WVGL6RB3.js → chunk-TTAS26TN.js} +2 -2
- package/__chunks__/{chunk-VAC7YU5Q.js → chunk-TW7REJYR.js} +2 -2
- package/__chunks__/{chunk-4BWFNMDX.js → chunk-TWVK65GX.js} +2 -2
- package/__chunks__/{chunk-44P3IBWY.js → chunk-TZ7UCEXV.js} +2 -2
- package/__chunks__/{chunk-RFSDXWQQ.js → chunk-TZJ7EPLP.js} +2 -2
- package/__chunks__/{chunk-FKHMRQMX.js → chunk-TZO2T5KJ.js} +2 -2
- package/__chunks__/{chunk-EAZPPMA6.js → chunk-U2ZRSTGG.js} +2 -2
- package/__chunks__/{chunk-X246ANSJ.js → chunk-U6ULC46R.js} +2 -2
- package/__chunks__/{chunk-6JAZNLQP.js → chunk-U6UNE5UF.js} +2 -2
- package/__chunks__/{chunk-CY2S7XTY.js → chunk-UHZZBGXE.js} +2 -2
- package/__chunks__/{chunk-2ESQZF2Q.js → chunk-UL6C4ZHN.js} +2 -2
- package/__chunks__/{chunk-HERDTTOE.js → chunk-UQAFZGD6.js} +2 -2
- package/__chunks__/{chunk-HVFGI23K.js → chunk-UQIVJXUF.js} +2 -2
- package/__chunks__/{chunk-4OP4Z6I6.js → chunk-UV55WUUP.js} +2 -2
- package/__chunks__/{chunk-A2M2VFBY.js → chunk-UXL7YXLF.js} +2 -2
- package/__chunks__/{chunk-JNVJFHUY.js → chunk-UYZ7M45E.js} +2 -2
- package/__chunks__/{chunk-XQIVC3XR.js → chunk-V6SF2FYN.js} +2 -2
- package/__chunks__/{chunk-GSBAEY3W.js → chunk-V6UXA4KK.js} +2 -2
- package/__chunks__/{chunk-LJLRKGBK.js → chunk-VEGGSQFV.js} +2 -2
- package/__chunks__/{chunk-Z5QDKMS7.js → chunk-VLNXW72K.js} +2 -2
- package/__chunks__/{chunk-EV7FOZVK.js → chunk-VQCQ5USA.js} +2 -2
- package/__chunks__/{chunk-Y72LY7C5.js → chunk-VQJ42C2U.js} +2 -2
- package/__chunks__/{chunk-7H3BR74A.js → chunk-W2WNUNH7.js} +2 -2
- package/__chunks__/{chunk-ZTAS6YWX.js → chunk-W42T7KHD.js} +2 -2
- package/__chunks__/{chunk-M6Y5XTW7.js → chunk-W4QYUPFE.js} +2 -2
- package/__chunks__/{chunk-VGUJJYVO.js → chunk-WAHLKBUJ.js} +2 -2
- package/__chunks__/{chunk-2QXU5RRK.js → chunk-WELNDETG.js} +2 -2
- package/__chunks__/{chunk-M2UKB3C5.js → chunk-WGDILLQA.js} +2 -2
- package/__chunks__/{chunk-VQJBHZGL.js → chunk-WI6VNB2C.js} +2 -2
- package/__chunks__/{chunk-2Y22XOCG.js → chunk-WIWMBTOQ.js} +2 -2
- package/__chunks__/{chunk-MAAACFTW.js → chunk-WLB2MAWL.js} +2 -2
- package/__chunks__/{chunk-CKE5UJXH.js → chunk-WNFXGSK3.js} +2 -2
- package/__chunks__/chunk-WNWPHMGX.js +2 -0
- package/__chunks__/{chunk-ECW7UB5F.js → chunk-WRG4MJB7.js} +2 -2
- package/__chunks__/{chunk-SJWVYQT3.js → chunk-WSECEQ6Y.js} +2 -2
- package/__chunks__/{chunk-AZRBHZKN.js → chunk-WSGV2T2Q.js} +2 -2
- package/__chunks__/{chunk-PV6CEGIJ.js → chunk-WURVMRB4.js} +2 -2
- package/__chunks__/chunk-WYGT55WC.js +2 -0
- package/__chunks__/{chunk-NHZCNTWQ.js → chunk-XF6CPFU5.js} +2 -2
- package/__chunks__/chunk-XHYFEOS5.js +2 -0
- package/__chunks__/{chunk-4I2APNV5.js → chunk-XIPHERW4.js} +2 -2
- package/__chunks__/{chunk-DS2W7H3Y.js → chunk-XMARFIXF.js} +2 -2
- package/__chunks__/{chunk-NEZ3RF4Y.js → chunk-XONL4ZTU.js} +2 -2
- package/__chunks__/chunk-XPFX7JNZ.js +2 -0
- package/__chunks__/{chunk-T2GIBCBK.js → chunk-XS5KSI45.js} +2 -2
- package/__chunks__/{chunk-TBU5R26G.js → chunk-XSXGHEFM.js} +2 -2
- package/__chunks__/{chunk-ICD6A2RX.js → chunk-XWK7FBXN.js} +2 -2
- package/__chunks__/{chunk-Y6WYF4XK.js → chunk-Y6JLQV5T.js} +2 -2
- package/__chunks__/{chunk-3G6DSWKM.js → chunk-YEHHH3ER.js} +2 -2
- package/__chunks__/{chunk-FXVDSQXK.js → chunk-YGF4XSSB.js} +2 -2
- package/__chunks__/{chunk-44Q37HVJ.js → chunk-YIK4GDIM.js} +2 -2
- package/__chunks__/{chunk-LXY4CTQG.js → chunk-YNMUG5BM.js} +2 -2
- package/__chunks__/{chunk-N76K57VM.js → chunk-YOSKNSNO.js} +2 -2
- package/__chunks__/{chunk-K3D2EAXQ.js → chunk-YPNJKWCM.js} +2 -2
- package/__chunks__/chunk-YRK6XCMO.js +2 -0
- package/__chunks__/{chunk-HUJSFBIM.js → chunk-YSJIFOBH.js} +2 -2
- package/__chunks__/{chunk-LNWN32Y5.js → chunk-YSZAV7RB.js} +2 -2
- package/__chunks__/{chunk-DO75TFLG.js → chunk-YXMX3D44.js} +2 -2
- package/__chunks__/{chunk-L5QWHVTL.js → chunk-YXUDQDEU.js} +2 -2
- package/__chunks__/{chunk-HXE6NLQ2.js → chunk-YYLUXAAZ.js} +2 -2
- package/__chunks__/{chunk-6M6COMGR.js → chunk-YYO4HXPO.js} +2 -2
- package/__chunks__/{chunk-TNUPMR6F.js → chunk-YZ3BF5BJ.js} +2 -2
- package/__chunks__/{chunk-5GOKSAGH.js → chunk-YZ4IOI7W.js} +2 -2
- package/__chunks__/{chunk-GL6S7JVA.js → chunk-Z3F5NDV5.js} +2 -2
- package/__chunks__/{chunk-5AQRJMXO.js → chunk-Z5MXLVXD.js} +2 -2
- package/__chunks__/{chunk-WNPNT4Y7.js → chunk-ZD3LDWFI.js} +2 -2
- package/__chunks__/{chunk-RGVMK6C6.js → chunk-ZFXHTNDL.js} +2 -2
- package/__chunks__/{chunk-KUNHDU36.js → chunk-ZQ6CQ4XB.js} +2 -2
- package/__chunks__/chunk-ZQNLAYZG.js +2 -0
- package/__chunks__/chunk-ZVLCXTYU.js +2 -0
- package/__chunks__/{chunk-2TXWSZWW.js → chunk-ZZFGUI3D.js} +2 -2
- package/__commonjs/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/__commonjs/UI/ExplorerLink/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionDetails/TransactionDetails.js +8 -8
- package/__commonjs/UI/TransactionDetails/index.js +8 -8
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/index.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +9 -9
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +17 -17
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +17 -17
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +10 -10
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +10 -10
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +16 -16
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +3 -3
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +10 -10
- package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +9 -9
- package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/index.js +11 -11
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/index.js +1 -1
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/index.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +7 -7
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +7 -7
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/__commonjs/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/__commonjs/constants/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +2 -2
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useCancelActionAndDispose.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsCommonData.js +3 -3
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/__commonjs/services/index.js +1 -1
- package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.d.ts +2 -0
- package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.js +9 -0
- package/__commonjs/services/transactions/index.js +1 -1
- package/__commonjs/services/transactions/sendBatchTransactions.js +1 -1
- package/__commonjs/services/transactions/sendBatchTransactions.test.js +1 -1
- package/__commonjs/services/transactions/sendTransactions.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/services/transactions/transformAndSignTransactions.js +1 -1
- package/__commonjs/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/__commonjs/types/transactions.types.d.ts +2 -0
- package/__commonjs/types/transactions.types.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getGasStationMetadata.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/handleGuardianWarning.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/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/useCancelActionAndDispose.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/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.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 +1 -1
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.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/__tests__/transformAndSignTransactions.test.d.ts +2 -0
- package/services/transactions/__tests__/transformAndSignTransactions.test.js +2 -0
- 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/transactions.types.d.ts +2 -0
- package/types/transactions.types.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/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-2DNMMRYQ.js +0 -2
- package/__chunks__/chunk-2IRDXMR2.js +0 -2
- package/__chunks__/chunk-2KD4AUMB.js +0 -2
- package/__chunks__/chunk-3VLZJ4LL.js +0 -2
- package/__chunks__/chunk-4K45KT23.js +0 -2
- package/__chunks__/chunk-4RVW6PHV.js +0 -2
- package/__chunks__/chunk-5GTOSBFA.js +0 -2
- package/__chunks__/chunk-5WG46JTB.js +0 -2
- package/__chunks__/chunk-63R6NB5K.js +0 -2
- package/__chunks__/chunk-6537K34X.js +0 -2
- package/__chunks__/chunk-6ICHTXOU.js +0 -2
- package/__chunks__/chunk-6OGLL5BA.js +0 -2
- package/__chunks__/chunk-75K7FDNK.js +0 -2
- package/__chunks__/chunk-AJJO2SZS.js +0 -2
- package/__chunks__/chunk-B2K3KOLI.js +0 -2
- package/__chunks__/chunk-B5EJPJU2.js +0 -2
- package/__chunks__/chunk-B6OXTV5K.js +0 -2
- package/__chunks__/chunk-BUBELTBX.js +0 -2
- package/__chunks__/chunk-C6OFSPUE.js +0 -2
- package/__chunks__/chunk-CEAKTVF4.js +0 -2
- package/__chunks__/chunk-CELNIW64.js +0 -2
- package/__chunks__/chunk-CHONGFFL.js +0 -2
- package/__chunks__/chunk-D2WAX7N2.js +0 -2
- package/__chunks__/chunk-DGQ2ZNQW.js +0 -2
- package/__chunks__/chunk-DVWOLYTA.js +0 -2
- package/__chunks__/chunk-E3SSYOOI.js +0 -2
- package/__chunks__/chunk-FDGD2GFX.js +0 -2
- package/__chunks__/chunk-FHGKEP36.js +0 -2
- package/__chunks__/chunk-GLEJGHC3.js +0 -2
- package/__chunks__/chunk-GRLDFM6I.js +0 -2
- package/__chunks__/chunk-HYYH4OSM.js +0 -2
- package/__chunks__/chunk-IJTEJ3WZ.js +0 -2
- package/__chunks__/chunk-IVVIPB7Y.js +0 -2
- package/__chunks__/chunk-J5ZQUITB.js +0 -2
- package/__chunks__/chunk-JCK2A535.js +0 -2
- package/__chunks__/chunk-K3GQUF5M.js +0 -2
- package/__chunks__/chunk-KJNLCSBS.js +0 -2
- package/__chunks__/chunk-KLVI4S4Z.js +0 -2
- package/__chunks__/chunk-KQQGV6EV.js +0 -2
- package/__chunks__/chunk-KUOPZGBP.js +0 -2
- package/__chunks__/chunk-LKOEYCL6.js +0 -2
- package/__chunks__/chunk-MF4NMH2N.js +0 -2
- package/__chunks__/chunk-MKL2D6SC.js +0 -2
- package/__chunks__/chunk-MQAWPX3D.js +0 -2
- package/__chunks__/chunk-MVM3B7JP.js +0 -2
- package/__chunks__/chunk-NAHMUAG3.js +0 -2
- package/__chunks__/chunk-NX7QGK7P.js +0 -2
- package/__chunks__/chunk-O65OQHVX.js +0 -2
- package/__chunks__/chunk-OFPY2FIF.js +0 -2
- package/__chunks__/chunk-OLRCWSRF.js +0 -2
- package/__chunks__/chunk-OMIEEJKJ.js +0 -2
- package/__chunks__/chunk-OREQKPKX.js +0 -2
- package/__chunks__/chunk-PCB4NQVY.js +0 -2
- package/__chunks__/chunk-Q333H6NI.js +0 -2
- package/__chunks__/chunk-QBINCPM6.js +0 -2
- package/__chunks__/chunk-QKOJ53W6.js +0 -2
- package/__chunks__/chunk-R6ZI37PK.js +0 -2
- package/__chunks__/chunk-RFP27C6N.js +0 -2
- package/__chunks__/chunk-RM73MLS3.js +0 -2
- package/__chunks__/chunk-TDLMCYW4.js +0 -2
- package/__chunks__/chunk-TE5O4DV3.js +0 -2
- package/__chunks__/chunk-TGUV6Z7I.js +0 -2
- package/__chunks__/chunk-VI2CK6WZ.js +0 -2
- package/__chunks__/chunk-W5FZEUTK.js +0 -2
- package/__chunks__/chunk-WDENMWK2.js +0 -2
- package/__chunks__/chunk-WO6DKR7Q.js +0 -2
- package/__chunks__/chunk-XAB5UUOW.js +0 -2
- package/__chunks__/chunk-XHNCZX5O.js +0 -2
- package/__chunks__/chunk-XU5464GZ.js +0 -2
- package/__chunks__/chunk-YVAJQZQH.js +0 -2
- package/__chunks__/chunk-ZIG4UK4W.js +0 -2
- package/__chunks__/chunk-ZQBZFMHS.js +0 -2
- package/__chunks__/chunk-ZRJYULXB.js +0 -2
- package/__chunks__/chunk-ZUDC4NYN.js +0 -2
- package/__chunks__/chunk-ZYKZPNSD.js +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";var Jr=Object.create;var re=Object.defineProperty,Qr=Object.defineProperties,et=Object.getOwnPropertyDescriptor,rt=Object.getOwnPropertyDescriptors,tt=Object.getOwnPropertyNames,Pe=Object.getOwnPropertySymbols,nt=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable;var Me=(t,e,r)=>e in t?re(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,F=(t,e)=>{for(var r in e||(e={}))Ge.call(e,r)&&Me(t,r,e[r]);if(Pe)for(var r of Pe(e))it.call(e,r)&&Me(t,r,e[r]);return t},oe=(t,e)=>Qr(t,rt(e));var ot=(t,e)=>()=>(t&&(e=t(t=0)),e);var ae=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),at=(t,e)=>{for(var r in e)re(t,r,{get:e[r],enumerable:!0})},Ve=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of tt(e))!Ge.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=et(e,i))||n.enumerable});return t};var N=(t,e,r)=>(r=t!=null?Jr(nt(t)):{},Ve(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t)),st=t=>Ve(re({},"__esModule",{value:!0}),t);var He=ae(se=>{"use strict";o();se.byteLength=lt;se.toByteArray=pt;se.fromByteArray=gt;var _=[],S=[],ct=typeof Uint8Array!="undefined"?Uint8Array:Array,fe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(W=0,$e=fe.length;W<$e;++W)_[W]=fe[W],S[fe.charCodeAt(W)]=W;var W,$e;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function We(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function lt(t){var e=We(t),r=e[0],n=e[1];return(r+n)*3/4-n}function ut(t,e,r){return(e+r)*3/4-r}function pt(t){var e,r=We(t),n=r[0],i=r[1],a=new ct(ut(t,n,i)),s=0,d=i>0?n-4:n,m;for(m=0;m<d;m+=4)e=S[t.charCodeAt(m)]<<18|S[t.charCodeAt(m+1)]<<12|S[t.charCodeAt(m+2)]<<6|S[t.charCodeAt(m+3)],a[s++]=e>>16&255,a[s++]=e>>8&255,a[s++]=e&255;return i===2&&(e=S[t.charCodeAt(m)]<<2|S[t.charCodeAt(m+1)]>>4,a[s++]=e&255),i===1&&(e=S[t.charCodeAt(m)]<<10|S[t.charCodeAt(m+1)]<<4|S[t.charCodeAt(m+2)]>>2,a[s++]=e>>8&255,a[s++]=e&255),a}function dt(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function mt(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(dt(n));return i.join("")}function gt(t){for(var e,r=t.length,n=r%3,i=[],a=16383,s=0,d=r-n;s<d;s+=a)i.push(mt(t,s,s+a>d?d:s+a));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var qe=ae(he=>{o();he.read=function(t,e,r,n,i){var a,s,d=i*8-n-1,m=(1<<d)-1,g=m>>1,h=-7,f=r?i-1:0,x=r?-1:1,y=t[e+f];for(f+=x,a=y&(1<<-h)-1,y>>=-h,h+=d;h>0;a=a*256+t[e+f],f+=x,h-=8);for(s=a&(1<<-h)-1,a>>=-h,h+=n;h>0;s=s*256+t[e+f],f+=x,h-=8);if(a===0)a=1-g;else{if(a===m)return s?NaN:(y?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-g}return(y?-1:1)*s*Math.pow(2,a-n)};he.write=function(t,e,r,n,i,a){var s,d,m,g=a*8-i-1,h=(1<<g)-1,f=h>>1,x=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=n?0:a-1,w=n?1:-1,M=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,s=h):(s=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-s))<1&&(s--,m*=2),s+f>=1?e+=x/m:e+=x*Math.pow(2,1-f),e*m>=2&&(s++,m/=2),s+f>=h?(d=0,s=h):s+f>=1?(d=(e*m-1)*Math.pow(2,i),s=s+f):(d=e*Math.pow(2,f-1)*Math.pow(2,i),s=0));i>=8;t[r+y]=d&255,y+=w,d/=256,i-=8);for(s=s<<i|d,g+=i;g>0;t[r+y]=s&255,y+=w,s/=256,g-=8);t[r+y-w]|=M*128}});var ir=ae(K=>{"use strict";o();var xe=He(),j=qe(),ze=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;K.Buffer=c;K.SlowBuffer=bt;K.INSPECT_MAX_BYTES=50;var ce=2147483647;K.kMaxLength=ce;c.TYPED_ARRAY_SUPPORT=ft();!c.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ft(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.buffer}});Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.byteOffset}});function O(t){if(t>ce)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,c.prototype),e}function c(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return we(t)}return Xe(t,e,r)}c.poolSize=8192;function Xe(t,e,r){if(typeof t=="string")return xt(t,e);if(ArrayBuffer.isView(t))return yt(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(E(t,ArrayBuffer)||t&&E(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(E(t,SharedArrayBuffer)||t&&E(t.buffer,SharedArrayBuffer)))return Te(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return c.from(n,e,r);var i=Tt(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return c.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}c.from=function(t,e,r){return Xe(t,e,r)};Object.setPrototypeOf(c.prototype,Uint8Array.prototype);Object.setPrototypeOf(c,Uint8Array);function Ye(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function ht(t,e,r){return Ye(t),t<=0?O(t):e!==void 0?typeof r=="string"?O(t).fill(e,r):O(t).fill(e):O(t)}c.alloc=function(t,e,r){return ht(t,e,r)};function we(t){return Ye(t),O(t<0?0:ve(t)|0)}c.allocUnsafe=function(t){return we(t)};c.allocUnsafeSlow=function(t){return we(t)};function xt(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!c.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ze(t,e)|0,n=O(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function ye(t){for(var e=t.length<0?0:ve(t.length)|0,r=O(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function yt(t){if(E(t,Uint8Array)){var e=new Uint8Array(t);return Te(e.buffer,e.byteOffset,e.byteLength)}return ye(t)}function Te(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,c.prototype),n}function Tt(t){if(c.isBuffer(t)){var e=ve(t.length)|0,r=O(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Ae(t.length)?O(0):ye(t);if(t.type==="Buffer"&&Array.isArray(t.data))return ye(t.data)}function ve(t){if(t>=ce)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ce.toString(16)+" bytes");return t|0}function bt(t){return+t!=t&&(t=0),c.alloc(+t)}c.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==c.prototype};c.compare=function(e,r){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),E(r,Uint8Array)&&(r=c.from(r,r.offset,r.byteLength)),!c.isBuffer(e)||!c.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,a=0,s=Math.min(n,i);a<s;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};c.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return c.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=c.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){var s=e[n];if(E(s,Uint8Array))a+s.length>i.length?c.from(s).copy(i,a):Uint8Array.prototype.set.call(i,s,a);else if(c.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function Ze(t,e){if(c.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||E(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return be(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return nr(t).length;default:if(i)return n?-1:be(t).length;e=(""+e).toLowerCase(),i=!0}}c.byteLength=Ze;function wt(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Lt(this,e,r);case"utf8":case"utf-8":return Qe(this,e,r);case"ascii":return Et(this,e,r);case"latin1":case"binary":return Rt(this,e,r);case"base64":return Nt(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dt(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}c.prototype._isBuffer=!0;function H(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}c.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)H(this,r,r+1);return this};c.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)H(this,r,r+3),H(this,r+1,r+2);return this};c.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)H(this,r,r+7),H(this,r+1,r+6),H(this,r+2,r+5),H(this,r+3,r+4);return this};c.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Qe(this,0,e):wt.apply(this,arguments)};c.prototype.toLocaleString=c.prototype.toString;c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:c.compare(this,e)===0};c.prototype.inspect=function(){var e="",r=K.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ze&&(c.prototype[ze]=c.prototype.inspect);c.prototype.compare=function(e,r,n,i,a){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var s=a-i,d=n-r,m=Math.min(s,d),g=this.slice(i,a),h=e.slice(r,n),f=0;f<m;++f)if(g[f]!==h[f]){s=g[f],d=h[f];break}return s<d?-1:d<s?1:0};function Je(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Ae(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=c.from(e,n)),c.isBuffer(e))return e.length===0?-1:je(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):je(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function je(t,e,r,n,i){var a=1,s=t.length,d=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,s/=2,d/=2,r/=2}function m(y,w){return a===1?y[w]:y.readUInt16BE(w*a)}var g;if(i){var h=-1;for(g=r;g<s;g++)if(m(t,g)===m(e,h===-1?0:g-h)){if(h===-1&&(h=g),g-h+1===d)return h*a}else h!==-1&&(g-=g-h),h=-1}else for(r+d>s&&(r=s-d),g=r;g>=0;g--){for(var f=!0,x=0;x<d;x++)if(m(t,g+x)!==m(e,x)){f=!1;break}if(f)return g}return-1}c.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};c.prototype.indexOf=function(e,r,n){return Je(this,e,r,n,!0)};c.prototype.lastIndexOf=function(e,r,n){return Je(this,e,r,n,!1)};function vt(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var s=0;s<n;++s){var d=parseInt(e.substr(s*2,2),16);if(Ae(d))return s;t[r+s]=d}return s}function At(t,e,r,n){return le(be(e,t.length-r),t,r,n)}function St(t,e,r,n){return le(Ot(e),t,r,n)}function kt(t,e,r,n){return le(nr(e),t,r,n)}function It(t,e,r,n){return le(Bt(e,t.length-r),t,r,n)}c.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var s=!1;;)switch(i){case"hex":return vt(this,e,r,n);case"utf8":case"utf-8":return At(this,e,r,n);case"ascii":case"latin1":case"binary":return St(this,e,r,n);case"base64":return kt(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return It(this,e,r,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Nt(t,e,r){return e===0&&r===t.length?xe.fromByteArray(t):xe.fromByteArray(t.slice(e,r))}function Qe(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var a=t[i],s=null,d=a>239?4:a>223?3:a>191?2:1;if(i+d<=r){var m,g,h,f;switch(d){case 1:a<128&&(s=a);break;case 2:m=t[i+1],(m&192)===128&&(f=(a&31)<<6|m&63,f>127&&(s=f));break;case 3:m=t[i+1],g=t[i+2],(m&192)===128&&(g&192)===128&&(f=(a&15)<<12|(m&63)<<6|g&63,f>2047&&(f<55296||f>57343)&&(s=f));break;case 4:m=t[i+1],g=t[i+2],h=t[i+3],(m&192)===128&&(g&192)===128&&(h&192)===128&&(f=(a&15)<<18|(m&63)<<12|(g&63)<<6|h&63,f>65535&&f<1114112&&(s=f))}}s===null?(s=65533,d=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=d}return _t(n)}var Ke=4096;function _t(t){var e=t.length;if(e<=Ke)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Ke));return r}function Et(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Rt(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Lt(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",a=e;a<r;++a)i+=Ut[t[a]];return i}function Dt(t,e,r){for(var n=t.slice(e,r),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}c.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,c.prototype),i};function b(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}c.prototype.readUintLE=c.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],a=1,s=0;++s<r&&(a*=256);)i+=this[e+s]*a;return i};c.prototype.readUintBE=c.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e+--r],a=1;r>0&&(a*=256);)i+=this[e+--r]*a;return i};c.prototype.readUint8=c.prototype.readUInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]};c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]|this[e+1]<<8};c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]<<8|this[e+1]};c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};c.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],a=1,s=0;++s<r&&(a*=256);)i+=this[e+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};c.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=r,a=1,s=this[e+--i];i>0&&(a*=256);)s+=this[e+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*r)),s};c.prototype.readInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};c.prototype.readInt16LE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};c.prototype.readInt16BE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};c.prototype.readInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};c.prototype.readInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};c.prototype.readFloatLE=function(e,r){return e=e>>>0,r||b(e,4,this.length),j.read(this,e,!0,23,4)};c.prototype.readFloatBE=function(e,r){return e=e>>>0,r||b(e,4,this.length),j.read(this,e,!1,23,4)};c.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||b(e,8,this.length),j.read(this,e,!0,52,8)};c.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||b(e,8,this.length),j.read(this,e,!1,52,8)};function A(t,e,r,n,i,a){if(!c.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;A(this,e,r,n,a,0)}var s=1,d=0;for(this[r]=e&255;++d<n&&(s*=256);)this[r+d]=e/s&255;return r+n};c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;A(this,e,r,n,a,0)}var s=n-1,d=1;for(this[r+s]=e&255;--s>=0&&(d*=256);)this[r+s]=e/d&255;return r+n};c.prototype.writeUint8=c.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,255,0),this[r]=e&255,r+1};c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};c.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);A(this,e,r,n,a-1,-a)}var s=0,d=1,m=0;for(this[r]=e&255;++s<n&&(d*=256);)e<0&&m===0&&this[r+s-1]!==0&&(m=1),this[r+s]=(e/d>>0)-m&255;return r+n};c.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);A(this,e,r,n,a-1,-a)}var s=n-1,d=1,m=0;for(this[r+s]=e&255;--s>=0&&(d*=256);)e<0&&m===0&&this[r+s+1]!==0&&(m=1),this[r+s]=(e/d>>0)-m&255;return r+n};c.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};c.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};c.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function er(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function rr(t,e,r,n,i){return e=+e,r=r>>>0,i||er(t,e,r,4,34028234663852886e22,-34028234663852886e22),j.write(t,e,r,n,23,4),r+4}c.prototype.writeFloatLE=function(e,r,n){return rr(this,e,r,!0,n)};c.prototype.writeFloatBE=function(e,r,n){return rr(this,e,r,!1,n)};function tr(t,e,r,n,i){return e=+e,r=r>>>0,i||er(t,e,r,8,17976931348623157e292,-17976931348623157e292),j.write(t,e,r,n,52,8),r+8}c.prototype.writeDoubleLE=function(e,r,n){return tr(this,e,r,!0,n)};c.prototype.writeDoubleBE=function(e,r,n){return tr(this,e,r,!1,n)};c.prototype.copy=function(e,r,n,i){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};c.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!c.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var s;if(typeof e=="number")for(s=r;s<n;++s)this[s]=e;else{var d=c.isBuffer(e)?e:c.from(e,i),m=d.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<n-r;++s)this[s+r]=d[s%m]}return this};var Ct=/[^+/0-9A-Za-z-_]/g;function Ft(t){if(t=t.split("=")[0],t=t.trim().replace(Ct,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function be(t,e){e=e||1/0;for(var r,n=t.length,i=null,a=[],s=0;s<n;++s){if(r=t.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function Ot(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Bt(t,e){for(var r,n,i,a=[],s=0;s<t.length&&!((e-=2)<0);++s)r=t.charCodeAt(s),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function nr(t){return xe.toByteArray(Ft(t))}function le(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function E(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Ae(t){return t!==t}var Ut=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var lr=ae((ln,cr)=>{o();var T=cr.exports={},R,L;function Se(){throw new Error("setTimeout has not been defined")}function ke(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?R=setTimeout:R=Se}catch(t){R=Se}try{typeof clearTimeout=="function"?L=clearTimeout:L=ke}catch(t){L=ke}})();function or(t){if(R===setTimeout)return setTimeout(t,0);if((R===Se||!R)&&setTimeout)return R=setTimeout,setTimeout(t,0);try{return R(t,0)}catch(e){try{return R.call(null,t,0)}catch(r){return R.call(this,t,0)}}}function Pt(t){if(L===clearTimeout)return clearTimeout(t);if((L===ke||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(t);try{return L(t)}catch(e){try{return L.call(null,t)}catch(r){return L.call(this,t)}}}var B=[],X=!1,q,ue=-1;function Mt(){!X||!q||(X=!1,q.length?B=q.concat(B):ue=-1,B.length&&ar())}function ar(){if(!X){var t=or(Mt);X=!0;for(var e=B.length;e;){for(q=B,B=[];++ue<e;)q&&q[ue].run();ue=-1,e=B.length}q=null,X=!1,Pt(t)}}T.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];B.push(new sr(t,e)),B.length===1&&!X&&or(ar)};function sr(t,e){this.fun=t,this.array=e}sr.prototype.run=function(){this.fun.apply(null,this.array)};T.title="browser";T.browser=!0;T.env={};T.argv=[];T.version="";T.versions={};function U(){}T.on=U;T.addListener=U;T.once=U;T.off=U;T.removeListener=U;T.removeAllListeners=U;T.emit=U;T.prependListener=U;T.prependOnceListener=U;T.listeners=function(t){return[]};T.binding=function(t){throw new Error("process.binding is not supported")};T.cwd=function(){return"/"};T.chdir=function(t){throw new Error("process.chdir is not supported")};T.umask=function(){return 0}});var l,u,un,o=ot(()=>{l=N(ir()),u=N(lr()),un=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var nn={};at(nn,{explorerUrlBuilder:()=>te,getExplorerLink:()=>Ht,getHumanReadableTimeFormat:()=>zt,getOperationsMessages:()=>jt,getReceiptMessage:()=>Yt,getTransactionMethod:()=>$t,getTransactionReceiver:()=>Re,getTransactionReceiverAssets:()=>Gt,getTransactionTokens:()=>Ee,getTransactionTransferType:()=>qt,getTransactionValue:()=>tn});module.exports=st(nn);o();o();o();var G="accounts";var ur="blocks",pr="code",dr="collections";var mr="contracts";var gr="identities";var fr="locked-accounts",hr="logs",xr="miniblocks";var Ie="nfts",yr="nodes",Ne="providers",Tr="roles",_e="sc-results";var Y="tokens";var z="transactions";var te={shard:t=>`/${ur}?shard=${t}`,receiverShard:t=>`/${z}?receivershard=${t}`,senderShard:t=>`/${z}?sendershard=${t}`,transactionDetails:t=>`/${z}/${t}`,transactionDetailsScResults:t=>`/${z}/${t}/${_e}`,transactionDetailsLogs:t=>`/${z}/${t}/${hr}`,nodeDetails:t=>`/${yr}/${t}`,accountDetails:t=>`/${G}/${t}`,accountDetailsContractCode:t=>`/${G}/${t}/${pr}`,accountDetailsTokens:t=>`/${G}/${t}/${Y}`,accountDetailsNfts:t=>`/${G}/${t}/${Ie}`,accountDetailsScResults:t=>`/${G}/${t}/${_e}`,accountDetailsContracts:t=>`/${G}/${t}/${mr}`,identityDetails:t=>`/${gr}/${t}`,tokenDetails:t=>`/${Y}/${t}`,tokenDetailsAccounts:t=>`/${Y}/${t}/${G}`,tokenDetailsLockedAccounts:t=>`/${Y}/${t}/${fr}`,tokenDetailsRoles:t=>`/${Y}/${t}/${Tr}`,collectionDetails:t=>`/${dr}/${t}`,nftDetails:t=>`/${Ie}/${t}`,providerDetails:t=>`/${Ne}/${t}`,providerDetailsTransactions:t=>`/${Ne}/${t}/${z}`,miniblockDetails:t=>`/${xr}/${t}`};o();var Ee=t=>{var e,r,n,i;if(t.action){let a=[(e=t.action.arguments)==null?void 0:e.token,(r=t.action.arguments)==null?void 0:r.token1,(n=t.action.arguments)==null?void 0:n.token2,(i=t.action.arguments)==null?void 0:i.transfers].filter(d=>d!=null);return[].concat(...a)}return[]};o();o();function Re(t){var r,n;let e=t.receiver;return(n=(r=t.action)==null?void 0:r.arguments)!=null&&n.receiver&&(e=t.action.arguments.receiver),e}function Gt(t){let e=Re(t);return t.receiver===e?t.receiverAssets:void 0}o();o();var Le=(n=>(n.nft="nft",n.esdt="esdt",n.egld="egld",n))(Le||{});var $t=t=>{var n,i,a,s,d,m;let e="Transaction";return((n=t.action)==null?void 0:n.name)&&((i=t.action)==null?void 0:i.category)&&(((a=t.action)==null?void 0:a.category)==="esdtNft"&&((s=t.action)==null?void 0:s.name)==="transfer"?e="Transaction":t.action&&(e=t.action.name),(m=(d=t.action)==null?void 0:d.arguments)!=null&&m.functionName&&(e=t.action.arguments.functionName)),e};o();var br=!1;function Wt(t){br||(console.error(t),br=!0)}function Ht({explorerAddress:t,to:e}){try{return new URL(e).href}catch(r){return e.startsWith("/")||(Wt(`Link not prepended by / : ${e}`),e=`/${e}`),t?`${t}${e}`:e}}o();function qt(t,e,r){let n=t===e.sender,i=t===r,a=n&&i,s=(e==null?void 0:e.type)==="SmartContractResult";switch(!0){case s:return"Internal";case a:return"Self";case i:return"In";case n:default:return"Out"}}o();function zt({value:t,noSeconds:e,utc:r,meridiem:n=!0}){let i=new Date(t*1e3),[,a]=i.toLocaleString("en-US",{hour:"numeric",hour12:n}).split(" "),s=i.toUTCString(),[,d]=s.split(","),[m,g,h,f]=d.trim().split(" "),[x,y,w]=f.split(":"),M=`:${w}`,Q=`${x}:${y}${e?"":M}`,$=`${n?a:""} ${r?"UTC":""}`.trim();return`${g} ${m}, ${h} ${Q} ${$}`.trim()}o();function jt(t){var e,r;return(r=(e=t==null?void 0:t.operations)==null?void 0:e.map(n=>n.message).filter(n=>Boolean(n)))!=null?r:[]}o();var Lr=N(require("bignumber.js"));o();o();o();o();o();o();o();o();o();o();o();o();o();o();o();var Kt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Z=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var wr=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(wr||{}),$n=F(F({},Z.WindowProviderRequestEnums),wr),vr=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(vr||{}),Wn=F(F({},Z.WindowProviderResponseEnums),vr);o();o();o();o();o();var De={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Ar,egldLabel:oi}=De["devnet"],{chainId:Sr,egldLabel:ai}=De["testnet"],{chainId:kr,egldLabel:si}=De["mainnet"];var ci={["devnet"]:Ar,["testnet"]:Sr,["mainnet"]:kr},li={[Ar]:"devnet",[Sr]:"testnet",[kr]:"mainnet"};o();o();var D=require("@multiversx/sdk-web-wallet-provider");o();o();var Ce=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var Ir,Nr,Fe=String((Nr=(Ir=Ce.safeWindow)==null?void 0:Ir.navigator)==null?void 0:Nr.userAgent),fi=/^((?!chrome|android).)*safari/i.test(Fe),hi=/firefox/i.test(Fe)&&/windows/i.test(Fe);var v=18,J=4;var _r="refundedGas";var pe="0";o();var Rr=require("@multiversx/sdk-core"),V=N(require("bignumber.js"));o();var Er=N(require("bignumber.js")),Oe=(t,e=!0)=>{let r=String(t);if(!r.match(/^[-]?\d+$/))return!1;let n=new Er.default(r),i=!e||n.isGreaterThanOrEqualTo(0);return n.toString(10)===r&&i};o();function P(t){return{if:function(e){return e?{then:r=>r instanceof Function?P(r(t)):P(r)}:{then:()=>P(t)}},then:e=>e instanceof Function?P(e(t)):P(e),valueOf:function(){return t}}}V.default.config({ROUNDING_MODE:V.default.ROUND_FLOOR});function C({input:t,decimals:e=v,digits:r=J,showLastNonZeroDecimal:n=!0,showIsLessThanDecimalsLabel:i=!1,addCommas:a=!1}){if(!Oe(t,!1))throw new Error("Invalid input");let s=new V.default(t).isNegative(),d=t;return s&&(d=t.substring(1)),P(d).then(()=>Rr.TokenTransfer.fungibleFromBigInteger("",d,e).amountAsBigInteger.shiftedBy(-e).toFixed(e)).then(m=>{let g=new V.default(m);if(g.isZero())return pe;let h=g.toString(10),[f,x]=h.split("."),y=new V.default(x||0),w=P(0).if(Boolean(x&&n)).then(()=>Math.max(x.length,r)).if(y.isZero()&&!n).then(0).if(Boolean(x&&!n)).then(()=>Math.min(x.length,r)).valueOf(),M=x&&r>=1&&r<=x.length&&y.isGreaterThan(0)&&new V.default(x.substring(0,r)).isZero(),Q=g.toFormat(w);return P(h).if(a).then(Q).if(Boolean(M)).then(ee=>{let $=new V.default(f).isZero(),[I,ne]=ee.split("."),ie=new Array(r-1).fill(0),Yr=[...ie,0].join(""),Zr=[...ie,1].join("");return $?i?`<${I}.${Zr}`:n?`${I}.${ne}`:I:`${I}.${Yr}`}).if(Boolean(!M&&x)).then(ee=>{let[$]=ee.split("."),I=x.substring(0,w);if(n){let ne=r-I.length;if(ne>0){let ie=Array(ne).fill(0).join("");return I=`${I}${ie}`,`${$}.${I}`}return ee}return I?`${$}.${I}`:$}).valueOf()}).if(s).then(m=>`-${m}`).valueOf()}var Xt=t=>{var e,r;if(!((e=t.receipt)!=null&&e.value))return"";if(((r=t.receipt)==null?void 0:r.data)===_r){let n=C({input:t.receipt.value,decimals:v,digits:J,showLastNonZeroDecimal:!0});return new Lr.default(n).times(t.gasPrice).times(100).toFixed()}return t.receipt.value};function Yt(t){var i;let e=(i=t.receipt)==null?void 0:i.data;if(!e)return"";let r=Xt(t),n=r?`: ${r}`:"";return`${e}${n}`}o();o();o();o();var de=(n=>(n.NonFungibleESDT="NonFungibleESDT",n.SemiFungibleESDT="SemiFungibleESDT",n.MetaESDT="MetaESDT",n))(de||{});o();o();o();o();o();var Zt=require("@multiversx/sdk-core"),Jt=N(require("bignumber.js"));o();var Ue=require("@multiversx/sdk-core"),en=N(require("bignumber.js"));o();o();o();var Qt=N(require("bignumber.js"));o();o();var Be={isEsdt:!1,isNft:!1,isEgld:!1};function Dr(t){let e=t==null?void 0:t.split("-").length;return e===2?oe(F({},Be),{isEsdt:!0}):e===3?oe(F({},Be),{isNft:!0}):oe(F({},Be),{isEgld:!0})}o();o();o();o();o();o();function me({token:t,noValue:e,showLastNonZeroDecimal:r}){var g;let n=!e&&t.value&&t.type!=="NonFungibleESDT",i=t.decimals!=null,a="";t.type==="NonFungibleESDT"&&(a="NFT"),t.type==="SemiFungibleESDT"&&(a="SFT"),t.type==="MetaESDT"&&(a="Meta-ESDT");let s="";n&&i&&(s=i?C({input:t.value,decimals:t.decimals,digits:2,showLastNonZeroDecimal:r}):Number(t.value).toLocaleString("en"));let d=te.nftDetails(String(t.identifier)),m=t.ticker===t.collection&&(g=t.identifier)!=null?g:t.ticker;return{badgeText:a,tokenFormattedAmount:n?s:null,tokenExplorerLink:d,tokenLinkText:m,token:t,noValue:e,showLastNonZeroDecimal:r}}o();function ge({token:t,noValue:e,showLastNonZeroDecimal:r}){var d;let n=Boolean(!e&&t.value),i=n?C({input:t.value,decimals:(d=t.decimals)!=null?d:v,digits:2,showLastNonZeroDecimal:r,addCommas:!0}):null,a=te.tokenDetails(String(t.token)),s=t.ticker;return{tokenExplorerLink:a,tokenFormattedAmount:i,showFormattedAmount:n,tokenLinkText:s,token:t,showLastNonZeroDecimal:r}}o();var Cr=["reDelegateRewards","claimRewards","unBond"],Fr=["wrapEgld","unwrapEgld"],Or=["unStake"],Br=["unDelegate"];o();o();var Ur=t=>{let e=t.map(n=>{let{isNft:i}=Dr(n.type);if(i){let{badgeText:h,tokenFormattedAmount:f,tokenLinkText:x}=me({token:n});return`${h!=null?`(${h}) `:""}${f} ${x}`}let{tokenFormattedAmount:a,tokenLinkText:s,token:d}=ge({token:n}),m=d.collection?d.identifier:d.token;return`${a} ${s} (${m})`});return decodeURI(e.join("%0A"))};o();var k=t=>({egldValueData:{value:t,formattedValue:C({input:t}),decimals:v}});o();var Gr=N(require("bignumber.js"));o();o();function rn(t){try{let e=atob(t),r=btoa(e),n=l.Buffer.from(t,"base64").toString(),i=l.Buffer.from(n).toString("base64"),a=t===r||r.startsWith(t),s=t===i||i.startsWith(t);if(a&&s)return!0}catch(e){return!1}return!1}function Pr(t){return rn(t)?atob(t):t}o();o();o();o();var Mr=!1;function Vr(t){var e;try{let n=Pr(t.data).replace(`${(e=t.action)==null?void 0:e.name}@`,""),i=new Gr.default(n,16);if(!i.isNaN())return k(i.toString(10))}catch(r){Mr||(console.error(`Unable to extract value for txHash: ${t.txHash}`),Mr=!0)}return k(t.value)}o();o();var $r=t=>{var r,n;return(n=(r=t==null?void 0:t.operations)==null?void 0:r.filter(i=>Object.values(Le).includes(i.type)))!=null?n:[]};var Wr=!1,Hr=t=>{Wr||(console.error(`Operations field missing for txHash: ${t}.
|
|
2
|
-
Unable to compute value field.`),Wr=!0)};function qr(t){try{if(t.operations){let[e]=$r(t);return k(e==null?void 0:e.value)}else Hr(t.txHash)}catch(e){Hr(t.txHash)}return k(t.value)}o();var jr=N(require("bignumber.js"));var zr=!1;function Kr(t){var r,n,i,a,s;return new jr.default((n=(r=t.action)==null?void 0:r.arguments)==null?void 0:n.value).isNaN()?(zr||(console.error(`Unable to interpret ${(s=t.action)==null?void 0:s.name} data for txHash: ${t.txHash}`),zr=!0),k(t.value)):k((a=(i=t.action)==null?void 0:i.arguments)==null?void 0:a.value)}var tn=({transaction:t,hideMultipleBadge:e})=>{var r;if(t.action){if(Fr.includes(t.action.name))return k(t.value);if(Or.includes(t.action.name))return Vr(t);if(Cr.includes(t.action.name))return qr(t);if(Br.includes(t.action.name))return Kr(t);let n=Ee(t);if(n.length){let i=n[0],a=Object.values(de).includes(i.type),d=!e&&n.length>1?Ur(n):"";if(a){let{badgeText:
|
|
1
|
+
"use strict";var Jr=Object.create;var re=Object.defineProperty,Qr=Object.defineProperties,et=Object.getOwnPropertyDescriptor,rt=Object.getOwnPropertyDescriptors,tt=Object.getOwnPropertyNames,Pe=Object.getOwnPropertySymbols,nt=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty,it=Object.prototype.propertyIsEnumerable;var Me=(t,e,r)=>e in t?re(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,F=(t,e)=>{for(var r in e||(e={}))Ge.call(e,r)&&Me(t,r,e[r]);if(Pe)for(var r of Pe(e))it.call(e,r)&&Me(t,r,e[r]);return t},oe=(t,e)=>Qr(t,rt(e));var ot=(t,e)=>()=>(t&&(e=t(t=0)),e);var ae=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),at=(t,e)=>{for(var r in e)re(t,r,{get:e[r],enumerable:!0})},Ve=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of tt(e))!Ge.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=et(e,i))||n.enumerable});return t};var N=(t,e,r)=>(r=t!=null?Jr(nt(t)):{},Ve(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t)),st=t=>Ve(re({},"__esModule",{value:!0}),t);var He=ae(se=>{"use strict";o();se.byteLength=lt;se.toByteArray=pt;se.fromByteArray=gt;var _=[],S=[],ct=typeof Uint8Array!="undefined"?Uint8Array:Array,fe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(W=0,$e=fe.length;W<$e;++W)_[W]=fe[W],S[fe.charCodeAt(W)]=W;var W,$e;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function We(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function lt(t){var e=We(t),r=e[0],n=e[1];return(r+n)*3/4-n}function ut(t,e,r){return(e+r)*3/4-r}function pt(t){var e,r=We(t),n=r[0],i=r[1],a=new ct(ut(t,n,i)),s=0,d=i>0?n-4:n,m;for(m=0;m<d;m+=4)e=S[t.charCodeAt(m)]<<18|S[t.charCodeAt(m+1)]<<12|S[t.charCodeAt(m+2)]<<6|S[t.charCodeAt(m+3)],a[s++]=e>>16&255,a[s++]=e>>8&255,a[s++]=e&255;return i===2&&(e=S[t.charCodeAt(m)]<<2|S[t.charCodeAt(m+1)]>>4,a[s++]=e&255),i===1&&(e=S[t.charCodeAt(m)]<<10|S[t.charCodeAt(m+1)]<<4|S[t.charCodeAt(m+2)]>>2,a[s++]=e>>8&255,a[s++]=e&255),a}function dt(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function mt(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(dt(n));return i.join("")}function gt(t){for(var e,r=t.length,n=r%3,i=[],a=16383,s=0,d=r-n;s<d;s+=a)i.push(mt(t,s,s+a>d?d:s+a));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var qe=ae(he=>{o();he.read=function(t,e,r,n,i){var a,s,d=i*8-n-1,m=(1<<d)-1,g=m>>1,h=-7,f=r?i-1:0,y=r?-1:1,x=t[e+f];for(f+=y,a=x&(1<<-h)-1,x>>=-h,h+=d;h>0;a=a*256+t[e+f],f+=y,h-=8);for(s=a&(1<<-h)-1,a>>=-h,h+=n;h>0;s=s*256+t[e+f],f+=y,h-=8);if(a===0)a=1-g;else{if(a===m)return s?NaN:(x?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-g}return(x?-1:1)*s*Math.pow(2,a-n)};he.write=function(t,e,r,n,i,a){var s,d,m,g=a*8-i-1,h=(1<<g)-1,f=h>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=n?0:a-1,w=n?1:-1,M=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,s=h):(s=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-s))<1&&(s--,m*=2),s+f>=1?e+=y/m:e+=y*Math.pow(2,1-f),e*m>=2&&(s++,m/=2),s+f>=h?(d=0,s=h):s+f>=1?(d=(e*m-1)*Math.pow(2,i),s=s+f):(d=e*Math.pow(2,f-1)*Math.pow(2,i),s=0));i>=8;t[r+x]=d&255,x+=w,d/=256,i-=8);for(s=s<<i|d,g+=i;g>0;t[r+x]=s&255,x+=w,s/=256,g-=8);t[r+x-w]|=M*128}});var ir=ae(K=>{"use strict";o();var ye=He(),j=qe(),ze=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;K.Buffer=c;K.SlowBuffer=bt;K.INSPECT_MAX_BYTES=50;var ce=2147483647;K.kMaxLength=ce;c.TYPED_ARRAY_SUPPORT=ft();!c.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ft(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.buffer}});Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.byteOffset}});function O(t){if(t>ce)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,c.prototype),e}function c(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return we(t)}return Xe(t,e,r)}c.poolSize=8192;function Xe(t,e,r){if(typeof t=="string")return yt(t,e);if(ArrayBuffer.isView(t))return xt(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(E(t,ArrayBuffer)||t&&E(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(E(t,SharedArrayBuffer)||t&&E(t.buffer,SharedArrayBuffer)))return Te(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return c.from(n,e,r);var i=Tt(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return c.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}c.from=function(t,e,r){return Xe(t,e,r)};Object.setPrototypeOf(c.prototype,Uint8Array.prototype);Object.setPrototypeOf(c,Uint8Array);function Ye(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function ht(t,e,r){return Ye(t),t<=0?O(t):e!==void 0?typeof r=="string"?O(t).fill(e,r):O(t).fill(e):O(t)}c.alloc=function(t,e,r){return ht(t,e,r)};function we(t){return Ye(t),O(t<0?0:ve(t)|0)}c.allocUnsafe=function(t){return we(t)};c.allocUnsafeSlow=function(t){return we(t)};function yt(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!c.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ze(t,e)|0,n=O(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function xe(t){for(var e=t.length<0?0:ve(t.length)|0,r=O(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function xt(t){if(E(t,Uint8Array)){var e=new Uint8Array(t);return Te(e.buffer,e.byteOffset,e.byteLength)}return xe(t)}function Te(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,c.prototype),n}function Tt(t){if(c.isBuffer(t)){var e=ve(t.length)|0,r=O(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Ae(t.length)?O(0):xe(t);if(t.type==="Buffer"&&Array.isArray(t.data))return xe(t.data)}function ve(t){if(t>=ce)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ce.toString(16)+" bytes");return t|0}function bt(t){return+t!=t&&(t=0),c.alloc(+t)}c.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==c.prototype};c.compare=function(e,r){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),E(r,Uint8Array)&&(r=c.from(r,r.offset,r.byteLength)),!c.isBuffer(e)||!c.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,a=0,s=Math.min(n,i);a<s;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};c.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};c.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return c.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=c.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){var s=e[n];if(E(s,Uint8Array))a+s.length>i.length?c.from(s).copy(i,a):Uint8Array.prototype.set.call(i,s,a);else if(c.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function Ze(t,e){if(c.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||E(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return be(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return nr(t).length;default:if(i)return n?-1:be(t).length;e=(""+e).toLowerCase(),i=!0}}c.byteLength=Ze;function wt(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Lt(this,e,r);case"utf8":case"utf-8":return Qe(this,e,r);case"ascii":return Et(this,e,r);case"latin1":case"binary":return Rt(this,e,r);case"base64":return Nt(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dt(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}c.prototype._isBuffer=!0;function H(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}c.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)H(this,r,r+1);return this};c.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)H(this,r,r+3),H(this,r+1,r+2);return this};c.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)H(this,r,r+7),H(this,r+1,r+6),H(this,r+2,r+5),H(this,r+3,r+4);return this};c.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Qe(this,0,e):wt.apply(this,arguments)};c.prototype.toLocaleString=c.prototype.toString;c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:c.compare(this,e)===0};c.prototype.inspect=function(){var e="",r=K.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ze&&(c.prototype[ze]=c.prototype.inspect);c.prototype.compare=function(e,r,n,i,a){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var s=a-i,d=n-r,m=Math.min(s,d),g=this.slice(i,a),h=e.slice(r,n),f=0;f<m;++f)if(g[f]!==h[f]){s=g[f],d=h[f];break}return s<d?-1:d<s?1:0};function Je(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Ae(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=c.from(e,n)),c.isBuffer(e))return e.length===0?-1:je(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):je(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function je(t,e,r,n,i){var a=1,s=t.length,d=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,s/=2,d/=2,r/=2}function m(x,w){return a===1?x[w]:x.readUInt16BE(w*a)}var g;if(i){var h=-1;for(g=r;g<s;g++)if(m(t,g)===m(e,h===-1?0:g-h)){if(h===-1&&(h=g),g-h+1===d)return h*a}else h!==-1&&(g-=g-h),h=-1}else for(r+d>s&&(r=s-d),g=r;g>=0;g--){for(var f=!0,y=0;y<d;y++)if(m(t,g+y)!==m(e,y)){f=!1;break}if(f)return g}return-1}c.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};c.prototype.indexOf=function(e,r,n){return Je(this,e,r,n,!0)};c.prototype.lastIndexOf=function(e,r,n){return Je(this,e,r,n,!1)};function vt(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var s=0;s<n;++s){var d=parseInt(e.substr(s*2,2),16);if(Ae(d))return s;t[r+s]=d}return s}function At(t,e,r,n){return le(be(e,t.length-r),t,r,n)}function St(t,e,r,n){return le(Ot(e),t,r,n)}function kt(t,e,r,n){return le(nr(e),t,r,n)}function It(t,e,r,n){return le(Bt(e,t.length-r),t,r,n)}c.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var s=!1;;)switch(i){case"hex":return vt(this,e,r,n);case"utf8":case"utf-8":return At(this,e,r,n);case"ascii":case"latin1":case"binary":return St(this,e,r,n);case"base64":return kt(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return It(this,e,r,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Nt(t,e,r){return e===0&&r===t.length?ye.fromByteArray(t):ye.fromByteArray(t.slice(e,r))}function Qe(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var a=t[i],s=null,d=a>239?4:a>223?3:a>191?2:1;if(i+d<=r){var m,g,h,f;switch(d){case 1:a<128&&(s=a);break;case 2:m=t[i+1],(m&192)===128&&(f=(a&31)<<6|m&63,f>127&&(s=f));break;case 3:m=t[i+1],g=t[i+2],(m&192)===128&&(g&192)===128&&(f=(a&15)<<12|(m&63)<<6|g&63,f>2047&&(f<55296||f>57343)&&(s=f));break;case 4:m=t[i+1],g=t[i+2],h=t[i+3],(m&192)===128&&(g&192)===128&&(h&192)===128&&(f=(a&15)<<18|(m&63)<<12|(g&63)<<6|h&63,f>65535&&f<1114112&&(s=f))}}s===null?(s=65533,d=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=d}return _t(n)}var Ke=4096;function _t(t){var e=t.length;if(e<=Ke)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Ke));return r}function Et(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Rt(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Lt(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",a=e;a<r;++a)i+=Ut[t[a]];return i}function Dt(t,e,r){for(var n=t.slice(e,r),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}c.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,c.prototype),i};function b(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}c.prototype.readUintLE=c.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],a=1,s=0;++s<r&&(a*=256);)i+=this[e+s]*a;return i};c.prototype.readUintBE=c.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e+--r],a=1;r>0&&(a*=256);)i+=this[e+--r]*a;return i};c.prototype.readUint8=c.prototype.readUInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]};c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]|this[e+1]<<8};c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]<<8|this[e+1]};c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};c.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=this[e],a=1,s=0;++s<r&&(a*=256);)i+=this[e+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};c.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||b(e,r,this.length);for(var i=r,a=1,s=this[e+--i];i>0&&(a*=256);)s+=this[e+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*r)),s};c.prototype.readInt8=function(e,r){return e=e>>>0,r||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};c.prototype.readInt16LE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};c.prototype.readInt16BE=function(e,r){e=e>>>0,r||b(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};c.prototype.readInt32LE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};c.prototype.readInt32BE=function(e,r){return e=e>>>0,r||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};c.prototype.readFloatLE=function(e,r){return e=e>>>0,r||b(e,4,this.length),j.read(this,e,!0,23,4)};c.prototype.readFloatBE=function(e,r){return e=e>>>0,r||b(e,4,this.length),j.read(this,e,!1,23,4)};c.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||b(e,8,this.length),j.read(this,e,!0,52,8)};c.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||b(e,8,this.length),j.read(this,e,!1,52,8)};function A(t,e,r,n,i,a){if(!c.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;A(this,e,r,n,a,0)}var s=1,d=0;for(this[r]=e&255;++d<n&&(s*=256);)this[r+d]=e/s&255;return r+n};c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;A(this,e,r,n,a,0)}var s=n-1,d=1;for(this[r+s]=e&255;--s>=0&&(d*=256);)this[r+s]=e/d&255;return r+n};c.prototype.writeUint8=c.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,255,0),this[r]=e&255,r+1};c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};c.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);A(this,e,r,n,a-1,-a)}var s=0,d=1,m=0;for(this[r]=e&255;++s<n&&(d*=256);)e<0&&m===0&&this[r+s-1]!==0&&(m=1),this[r+s]=(e/d>>0)-m&255;return r+n};c.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);A(this,e,r,n,a-1,-a)}var s=n-1,d=1,m=0;for(this[r+s]=e&255;--s>=0&&(d*=256);)e<0&&m===0&&this[r+s+1]!==0&&(m=1),this[r+s]=(e/d>>0)-m&255;return r+n};c.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};c.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};c.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};c.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};c.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||A(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function er(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function rr(t,e,r,n,i){return e=+e,r=r>>>0,i||er(t,e,r,4,34028234663852886e22,-34028234663852886e22),j.write(t,e,r,n,23,4),r+4}c.prototype.writeFloatLE=function(e,r,n){return rr(this,e,r,!0,n)};c.prototype.writeFloatBE=function(e,r,n){return rr(this,e,r,!1,n)};function tr(t,e,r,n,i){return e=+e,r=r>>>0,i||er(t,e,r,8,17976931348623157e292,-17976931348623157e292),j.write(t,e,r,n,52,8),r+8}c.prototype.writeDoubleLE=function(e,r,n){return tr(this,e,r,!0,n)};c.prototype.writeDoubleBE=function(e,r,n){return tr(this,e,r,!1,n)};c.prototype.copy=function(e,r,n,i){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};c.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!c.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var s;if(typeof e=="number")for(s=r;s<n;++s)this[s]=e;else{var d=c.isBuffer(e)?e:c.from(e,i),m=d.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<n-r;++s)this[s+r]=d[s%m]}return this};var Ct=/[^+/0-9A-Za-z-_]/g;function Ft(t){if(t=t.split("=")[0],t=t.trim().replace(Ct,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function be(t,e){e=e||1/0;for(var r,n=t.length,i=null,a=[],s=0;s<n;++s){if(r=t.charCodeAt(s),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function Ot(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Bt(t,e){for(var r,n,i,a=[],s=0;s<t.length&&!((e-=2)<0);++s)r=t.charCodeAt(s),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function nr(t){return ye.toByteArray(Ft(t))}function le(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function E(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Ae(t){return t!==t}var Ut=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var lr=ae((ln,cr)=>{o();var T=cr.exports={},R,L;function Se(){throw new Error("setTimeout has not been defined")}function ke(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?R=setTimeout:R=Se}catch(t){R=Se}try{typeof clearTimeout=="function"?L=clearTimeout:L=ke}catch(t){L=ke}})();function or(t){if(R===setTimeout)return setTimeout(t,0);if((R===Se||!R)&&setTimeout)return R=setTimeout,setTimeout(t,0);try{return R(t,0)}catch(e){try{return R.call(null,t,0)}catch(r){return R.call(this,t,0)}}}function Pt(t){if(L===clearTimeout)return clearTimeout(t);if((L===ke||!L)&&clearTimeout)return L=clearTimeout,clearTimeout(t);try{return L(t)}catch(e){try{return L.call(null,t)}catch(r){return L.call(this,t)}}}var B=[],X=!1,q,ue=-1;function Mt(){!X||!q||(X=!1,q.length?B=q.concat(B):ue=-1,B.length&&ar())}function ar(){if(!X){var t=or(Mt);X=!0;for(var e=B.length;e;){for(q=B,B=[];++ue<e;)q&&q[ue].run();ue=-1,e=B.length}q=null,X=!1,Pt(t)}}T.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];B.push(new sr(t,e)),B.length===1&&!X&&or(ar)};function sr(t,e){this.fun=t,this.array=e}sr.prototype.run=function(){this.fun.apply(null,this.array)};T.title="browser";T.browser=!0;T.env={};T.argv=[];T.version="";T.versions={};function U(){}T.on=U;T.addListener=U;T.once=U;T.off=U;T.removeListener=U;T.removeAllListeners=U;T.emit=U;T.prependListener=U;T.prependOnceListener=U;T.listeners=function(t){return[]};T.binding=function(t){throw new Error("process.binding is not supported")};T.cwd=function(){return"/"};T.chdir=function(t){throw new Error("process.chdir is not supported")};T.umask=function(){return 0}});var l,u,un,o=ot(()=>{l=N(ir()),u=N(lr()),un=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var nn={};at(nn,{explorerUrlBuilder:()=>te,getExplorerLink:()=>Ht,getHumanReadableTimeFormat:()=>zt,getOperationsMessages:()=>jt,getReceiptMessage:()=>Yt,getTransactionMethod:()=>$t,getTransactionReceiver:()=>Re,getTransactionReceiverAssets:()=>Gt,getTransactionTokens:()=>Ee,getTransactionTransferType:()=>qt,getTransactionValue:()=>tn});module.exports=st(nn);o();o();o();var G="accounts";var ur="blocks",pr="code",dr="collections";var mr="contracts";var gr="identities";var fr="locked-accounts",hr="logs",yr="miniblocks";var Ie="nfts",xr="nodes",Ne="providers",Tr="roles",_e="sc-results";var Y="tokens";var z="transactions";var te={shard:t=>`/${ur}?shard=${t}`,receiverShard:t=>`/${z}?receivershard=${t}`,senderShard:t=>`/${z}?sendershard=${t}`,transactionDetails:t=>`/${z}/${t}`,transactionDetailsScResults:t=>`/${z}/${t}/${_e}`,transactionDetailsLogs:t=>`/${z}/${t}/${hr}`,nodeDetails:t=>`/${xr}/${t}`,accountDetails:t=>`/${G}/${t}`,accountDetailsContractCode:t=>`/${G}/${t}/${pr}`,accountDetailsTokens:t=>`/${G}/${t}/${Y}`,accountDetailsNfts:t=>`/${G}/${t}/${Ie}`,accountDetailsScResults:t=>`/${G}/${t}/${_e}`,accountDetailsContracts:t=>`/${G}/${t}/${mr}`,identityDetails:t=>`/${gr}/${t}`,tokenDetails:t=>`/${Y}/${t}`,tokenDetailsAccounts:t=>`/${Y}/${t}/${G}`,tokenDetailsLockedAccounts:t=>`/${Y}/${t}/${fr}`,tokenDetailsRoles:t=>`/${Y}/${t}/${Tr}`,collectionDetails:t=>`/${dr}/${t}`,nftDetails:t=>`/${Ie}/${t}`,providerDetails:t=>`/${Ne}/${t}`,providerDetailsTransactions:t=>`/${Ne}/${t}/${z}`,miniblockDetails:t=>`/${yr}/${t}`};o();var Ee=t=>{var e,r,n,i;if(t.action){let a=[(e=t.action.arguments)==null?void 0:e.token,(r=t.action.arguments)==null?void 0:r.token1,(n=t.action.arguments)==null?void 0:n.token2,(i=t.action.arguments)==null?void 0:i.transfers].filter(d=>d!=null);return[].concat(...a)}return[]};o();o();function Re(t){var r,n;let e=t.receiver;return(n=(r=t.action)==null?void 0:r.arguments)!=null&&n.receiver&&(e=t.action.arguments.receiver),e}function Gt(t){let e=Re(t);return t.receiver===e?t.receiverAssets:void 0}o();o();var Le=(n=>(n.nft="nft",n.esdt="esdt",n.egld="egld",n))(Le||{});var $t=t=>{var n,i,a,s,d,m;let e="Transaction";return((n=t.action)==null?void 0:n.name)&&((i=t.action)==null?void 0:i.category)&&(((a=t.action)==null?void 0:a.category)==="esdtNft"&&((s=t.action)==null?void 0:s.name)==="transfer"?e="Transaction":t.action&&(e=t.action.name),(m=(d=t.action)==null?void 0:d.arguments)!=null&&m.functionName&&(e=t.action.arguments.functionName)),e};o();var br=!1;function Wt(t){br||(console.error(t),br=!0)}function Ht({explorerAddress:t,to:e}){try{return new URL(e).href}catch(r){return e.startsWith("/")||(Wt(`Link not prepended by / : ${e}`),e=`/${e}`),t?`${t}${e}`:e}}o();function qt(t,e,r){let n=t===e.sender,i=t===r,a=n&&i,s=(e==null?void 0:e.type)==="SmartContractResult";switch(!0){case s:return"Internal";case a:return"Self";case i:return"In";case n:default:return"Out"}}o();function zt({value:t,noSeconds:e,utc:r,meridiem:n=!0}){let i=new Date(t*1e3),[,a]=i.toLocaleString("en-US",{hour:"numeric",hour12:n}).split(" "),s=i.toUTCString(),[,d]=s.split(","),[m,g,h,f]=d.trim().split(" "),[y,x,w]=f.split(":"),M=`:${w}`,Q=`${y}:${x}${e?"":M}`,$=`${n?a:""} ${r?"UTC":""}`.trim();return`${g} ${m}, ${h} ${Q} ${$}`.trim()}o();function jt(t){var e,r;return(r=(e=t==null?void 0:t.operations)==null?void 0:e.map(n=>n.message).filter(n=>Boolean(n)))!=null?r:[]}o();var Lr=N(require("bignumber.js"));o();o();o();o();o();o();o();o();o();o();o();o();o();o();o();var Kt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Z=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var wr=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(wr||{}),$n=F(F({},Z.WindowProviderRequestEnums),wr),vr=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(vr||{}),Wn=F(F({},Z.WindowProviderResponseEnums),vr);o();o();o();o();o();var De={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Ar,egldLabel:oi}=De["devnet"],{chainId:Sr,egldLabel:ai}=De["testnet"],{chainId:kr,egldLabel:si}=De["mainnet"];var ci={["devnet"]:Ar,["testnet"]:Sr,["mainnet"]:kr},li={[Ar]:"devnet",[Sr]:"testnet",[kr]:"mainnet"};o();o();var D=require("@multiversx/sdk-web-wallet-provider");o();o();var Ce=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var Ir,Nr,Fe=String((Nr=(Ir=Ce.safeWindow)==null?void 0:Ir.navigator)==null?void 0:Nr.userAgent),fi=/^((?!chrome|android).)*safari/i.test(Fe),hi=/firefox/i.test(Fe)&&/windows/i.test(Fe);var v=18,J=4;var _r="refundedGas";var pe="0";o();var Rr=require("@multiversx/sdk-core"),V=N(require("bignumber.js"));o();var Er=N(require("bignumber.js")),Oe=(t,e=!0)=>{let r=String(t);if(!r.match(/^[-]?\d+$/))return!1;let n=new Er.default(r),i=!e||n.isGreaterThanOrEqualTo(0);return n.toString(10)===r&&i};o();function P(t){return{if:function(e){return e?{then:r=>r instanceof Function?P(r(t)):P(r)}:{then:()=>P(t)}},then:e=>e instanceof Function?P(e(t)):P(e),valueOf:function(){return t}}}V.default.config({ROUNDING_MODE:V.default.ROUND_FLOOR});function C({input:t,decimals:e=v,digits:r=J,showLastNonZeroDecimal:n=!0,showIsLessThanDecimalsLabel:i=!1,addCommas:a=!1}){if(!Oe(t,!1))throw new Error("Invalid input");let s=new V.default(t).isNegative(),d=t;return s&&(d=t.substring(1)),P(d).then(()=>Rr.TokenTransfer.fungibleFromBigInteger("",d,e).amountAsBigInteger.shiftedBy(-e).toFixed(e)).then(m=>{let g=new V.default(m);if(g.isZero())return pe;let h=g.toString(10),[f,y]=h.split("."),x=new V.default(y||0),w=P(0).if(Boolean(y&&n)).then(()=>Math.max(y.length,r)).if(x.isZero()&&!n).then(0).if(Boolean(y&&!n)).then(()=>Math.min(y.length,r)).valueOf(),M=y&&r>=1&&r<=y.length&&x.isGreaterThan(0)&&new V.default(y.substring(0,r)).isZero(),Q=g.toFormat(w);return P(h).if(a).then(Q).if(Boolean(M)).then(ee=>{let $=new V.default(f).isZero(),[I,ne]=ee.split("."),ie=new Array(r-1).fill(0),Yr=[...ie,0].join(""),Zr=[...ie,1].join("");return $?i?`<${I}.${Zr}`:n?`${I}.${ne}`:I:`${I}.${Yr}`}).if(Boolean(!M&&y)).then(ee=>{let[$]=ee.split("."),I=y.substring(0,w);if(n){let ne=r-I.length;if(ne>0){let ie=Array(ne).fill(0).join("");return I=`${I}${ie}`,`${$}.${I}`}return ee}return I?`${$}.${I}`:$}).valueOf()}).if(s).then(m=>`-${m}`).valueOf()}var Xt=t=>{var e,r;if(!((e=t.receipt)!=null&&e.value))return"";if(((r=t.receipt)==null?void 0:r.data)===_r){let n=C({input:t.receipt.value,decimals:v,digits:J,showLastNonZeroDecimal:!0});return new Lr.default(n).times(t.gasPrice).times(100).toFixed()}return t.receipt.value};function Yt(t){var i;let e=(i=t.receipt)==null?void 0:i.data;if(!e)return"";let r=Xt(t),n=r?`: ${r}`:"";return`${e}${n}`}o();o();o();o();var de=(n=>(n.NonFungibleESDT="NonFungibleESDT",n.SemiFungibleESDT="SemiFungibleESDT",n.MetaESDT="MetaESDT",n))(de||{});o();o();o();o();o();var Zt=require("@multiversx/sdk-core"),Jt=N(require("bignumber.js"));o();var Ue=require("@multiversx/sdk-core"),en=N(require("bignumber.js"));o();o();o();var Qt=N(require("bignumber.js"));o();o();var Be={isEsdt:!1,isNft:!1,isEgld:!1};function Dr(t){let e=t==null?void 0:t.split("-").length;return e===2?oe(F({},Be),{isEsdt:!0}):e===3?oe(F({},Be),{isNft:!0}):oe(F({},Be),{isEgld:!0})}o();o();o();o();o();o();function me({token:t,noValue:e,showLastNonZeroDecimal:r}){var g;let n=!e&&t.value&&t.type!=="NonFungibleESDT",i=t.decimals!=null,a="";t.type==="NonFungibleESDT"&&(a="NFT"),t.type==="SemiFungibleESDT"&&(a="SFT"),t.type==="MetaESDT"&&(a="Meta-ESDT");let s="";n&&i&&(s=i?C({input:t.value,decimals:t.decimals,digits:2,showLastNonZeroDecimal:r}):Number(t.value).toLocaleString("en"));let d=te.nftDetails(String(t.identifier)),m=t.ticker===t.collection&&(g=t.identifier)!=null?g:t.ticker;return{badgeText:a,tokenFormattedAmount:n?s:null,tokenExplorerLink:d,tokenLinkText:m,token:t,noValue:e,showLastNonZeroDecimal:r}}o();function ge({token:t,noValue:e,showLastNonZeroDecimal:r}){var d;let n=Boolean(!e&&t.value),i=n?C({input:t.value,decimals:(d=t.decimals)!=null?d:v,digits:2,showLastNonZeroDecimal:r,addCommas:!0}):null,a=te.tokenDetails(String(t.token)),s=t.ticker;return{tokenExplorerLink:a,tokenFormattedAmount:i,showFormattedAmount:n,tokenLinkText:s,token:t,showLastNonZeroDecimal:r}}o();var Cr=["reDelegateRewards","claimRewards","unBond"],Fr=["wrapEgld","unwrapEgld"],Or=["unStake"],Br=["unDelegate"];o();o();var Ur=t=>{let e=t.map(n=>{let{isNft:i}=Dr(n.type);if(i){let{badgeText:h,tokenFormattedAmount:f,tokenLinkText:y}=me({token:n});return`${h!=null?`(${h}) `:""}${f} ${y}`}let{tokenFormattedAmount:a,tokenLinkText:s,token:d}=ge({token:n}),m=d.collection?d.identifier:d.token;return`${a} ${s} (${m})`});return decodeURI(e.join("%0A"))};o();var k=t=>({egldValueData:{value:t,formattedValue:C({input:t}),decimals:v}});o();var Gr=N(require("bignumber.js"));o();o();function rn(t){try{let e=atob(t),r=btoa(e),n=l.Buffer.from(t,"base64").toString(),i=l.Buffer.from(n).toString("base64"),a=t===r||r.startsWith(t),s=t===i||i.startsWith(t);if(a&&s)return!0}catch(e){return!1}return!1}function Pr(t){return rn(t)?atob(t):t}o();o();o();o();var Mr=!1;function Vr(t){var e;try{let n=Pr(t.data).replace(`${(e=t.action)==null?void 0:e.name}@`,""),i=new Gr.default(n,16);if(!i.isNaN())return k(i.toString(10))}catch(r){Mr||(console.error(`Unable to extract value for txHash: ${t.txHash}`),Mr=!0)}return k(t.value)}o();o();var $r=t=>{var r,n;return(n=(r=t==null?void 0:t.operations)==null?void 0:r.filter(i=>Object.values(Le).includes(i.type)))!=null?n:[]};var Wr=!1,Hr=t=>{Wr||(console.error(`Operations field missing for txHash: ${t}.
|
|
2
|
+
Unable to compute value field.`),Wr=!0)};function qr(t){try{if(t.operations){let[e]=$r(t);return k(e==null?void 0:e.value)}else Hr(t.txHash)}catch(e){Hr(t.txHash)}return k(t.value)}o();var jr=N(require("bignumber.js"));var zr=!1;function Kr(t){var r,n,i,a,s;return new jr.default((n=(r=t.action)==null?void 0:r.arguments)==null?void 0:n.value).isNaN()?(zr||(console.error(`Unable to interpret ${(s=t.action)==null?void 0:s.name} data for txHash: ${t.txHash}`),zr=!0),k(t.value)):k((a=(i=t.action)==null?void 0:i.arguments)==null?void 0:a.value)}var tn=({transaction:t,hideMultipleBadge:e})=>{var r;if(t.action){if(Fr.includes(t.action.name))return k(t.value);if(Or.includes(t.action.name))return Vr(t);if(Cr.includes(t.action.name))return qr(t);if(Br.includes(t.action.name))return Kr(t);let n=Ee(t);if(n.length){let i=n[0],a=Object.values(de).includes(i.type),d=!e&&n.length>1?Ur(n):"";if(a){let{badgeText:x,tokenFormattedAmount:w,tokenExplorerLink:M,tokenLinkText:Q}=me({token:i});return{nftValueData:{badgeText:x,tokenFormattedAmount:w,tokenExplorerLink:M,tokenLinkText:Q,transactionTokens:n,token:i,value:w!=null?i.value:null,decimals:w!=null?i.decimals:null,titleText:d}}}let{tokenExplorerLink:m,showFormattedAmount:g,tokenFormattedAmount:h,tokenLinkText:f,token:y}=ge({token:i});return{tokenValueData:{tokenExplorerLink:m,showFormattedAmount:g,tokenFormattedAmount:h,tokenLinkText:f,transactionTokens:n,token:y,value:i.value,decimals:(r=i.decimals)!=null?r:v,titleText:d}}}}return k(t.value)};0&&(module.exports={explorerUrlBuilder,getExplorerLink,getHumanReadableTimeFormat,getOperationsMessages,getReceiptMessage,getTransactionMethod,getTransactionReceiver,getTransactionReceiverAssets,getTransactionTokens,getTransactionTransferType,getTransactionValue});
|
|
3
3
|
/*!
|
|
4
4
|
* The buffer module from node.js, for the browser.
|
|
5
5
|
*
|