@multiversx/sdk-dapp 4.6.0 → 4.6.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/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/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/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/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/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-23WLNK6Y.js +2 -0
- package/__chunks__/{chunk-FLBZ42LX.js → chunk-2BIWREW6.js} +2 -2
- package/__chunks__/chunk-2EW62C7H.js +2 -0
- package/__chunks__/{chunk-QXNOAHZS.js → chunk-2HZWSFWL.js} +2 -2
- package/__chunks__/{chunk-ET33OW7R.js → chunk-2J6VEBII.js} +2 -2
- package/__chunks__/{chunk-HUFIQTPO.js → chunk-2RENDAL5.js} +2 -2
- package/__chunks__/{chunk-7PPZHE2G.js → chunk-2TZ4534I.js} +2 -2
- package/__chunks__/{chunk-5YK3M2JW.js → chunk-2VKBATFC.js} +2 -2
- package/__chunks__/{chunk-THFSCGNO.js → chunk-32RAGVW2.js} +2 -2
- package/__chunks__/chunk-354USFJ4.js +2 -0
- package/__chunks__/{chunk-HUYNEQFW.js → chunk-356HANJB.js} +2 -2
- package/__chunks__/{chunk-5TPDIXPR.js → chunk-36RILQOC.js} +2 -2
- package/__chunks__/{chunk-A2EOW5FF.js → chunk-37LNT7ER.js} +2 -2
- package/__chunks__/{chunk-Y6EAPOHZ.js → chunk-3COFE7J2.js} +2 -2
- package/__chunks__/chunk-3F6GRL77.js +2 -0
- package/__chunks__/{chunk-F6FJ6C5B.js → chunk-3NYQRYYT.js} +2 -2
- package/__chunks__/{chunk-BVFNOJEX.js → chunk-3O2B3U34.js} +2 -2
- package/__chunks__/{chunk-P74AMLLT.js → chunk-3OFH3KE6.js} +2 -2
- package/__chunks__/{chunk-PO3T55BC.js → chunk-3OZUI6SB.js} +2 -2
- package/__chunks__/{chunk-6GZMRNND.js → chunk-3R3BHDDX.js} +2 -2
- package/__chunks__/chunk-3S5ZIXNS.js +2 -0
- package/__chunks__/{chunk-QXNRC7VP.js → chunk-3T6X4DLG.js} +2 -2
- package/__chunks__/{chunk-6BSMKLF7.js → chunk-3XD4UG2E.js} +2 -2
- package/__chunks__/{chunk-HPLVNLBH.js → chunk-4256FHHD.js} +2 -2
- package/__chunks__/chunk-427UKDKM.js +2 -0
- package/__chunks__/{chunk-RYTV3XDW.js → chunk-4457BI63.js} +2 -2
- package/__chunks__/{chunk-XI7FS7WZ.js → chunk-45ZBT4FO.js} +2 -2
- package/__chunks__/chunk-4EDQALSR.js +2 -0
- package/__chunks__/{chunk-OCRBNEH4.js → chunk-4ELVGMFO.js} +2 -2
- package/__chunks__/{chunk-XBEYU6SR.js → chunk-4ICAMKKP.js} +2 -2
- package/__chunks__/{chunk-7CIVGLN3.js → chunk-4IZWL4LI.js} +2 -2
- package/__chunks__/{chunk-4FM6UVIR.js → chunk-4U3E3OJ7.js} +2 -2
- package/__chunks__/{chunk-B565MNB3.js → chunk-54CLX3G3.js} +2 -2
- package/__chunks__/chunk-54WNAEPD.js +2 -0
- package/__chunks__/{chunk-NULRUHDQ.js → chunk-55KTNEYW.js} +2 -2
- package/__chunks__/{chunk-VW5KN6ZJ.js → chunk-576QSX3F.js} +2 -2
- package/__chunks__/{chunk-7CDFLPGW.js → chunk-5C27NHE3.js} +2 -2
- package/__chunks__/chunk-5DTPPV7F.js +2 -0
- package/__chunks__/{chunk-UYLOSBZ2.js → chunk-5EQHY6UM.js} +2 -2
- package/__chunks__/{chunk-KNJMHWK6.js → chunk-5GSNLDLB.js} +2 -2
- package/__chunks__/{chunk-PXTXWPTJ.js → chunk-5JWL6EP5.js} +2 -2
- package/__chunks__/{chunk-CDLWRRVH.js → chunk-5MDA2DZF.js} +2 -2
- package/__chunks__/{chunk-QKA4U5N3.js → chunk-5O4TG7ZI.js} +2 -2
- package/__chunks__/{chunk-WNG7LDIX.js → chunk-5SRWAN4U.js} +2 -2
- package/__chunks__/{chunk-ZJACNDZF.js → chunk-5UQAKYVP.js} +2 -2
- package/__chunks__/{chunk-BPS3QO6M.js → chunk-5W32QSKM.js} +2 -2
- package/__chunks__/{chunk-2MSKDRHI.js → chunk-5YN22WYH.js} +2 -2
- package/__chunks__/{chunk-HZI3PO7U.js → chunk-5ZPCVP5Y.js} +2 -2
- package/__chunks__/{chunk-7VD3KDJK.js → chunk-6426OSMA.js} +2 -2
- package/__chunks__/{chunk-COQKPY6M.js → chunk-65PPENSV.js} +2 -2
- package/__chunks__/chunk-65R5LQKT.js +2 -0
- package/__chunks__/{chunk-5DMFJF7A.js → chunk-6FHKWJY5.js} +2 -2
- package/__chunks__/{chunk-CMHSO634.js → chunk-6G3DH2OQ.js} +2 -2
- package/__chunks__/{chunk-RBXA4VEW.js → chunk-6K36GWK3.js} +2 -2
- package/__chunks__/{chunk-Q4BNXRRQ.js → chunk-6NIZNBNM.js} +2 -2
- package/__chunks__/chunk-6VTCRLX4.js +2 -0
- package/__chunks__/{chunk-WSWHNGTS.js → chunk-6YGRQC4W.js} +2 -2
- package/__chunks__/chunk-6YT4X3YQ.js +2 -0
- package/__chunks__/{chunk-T5XXAIO4.js → chunk-75KQVCVR.js} +2 -2
- package/__chunks__/{chunk-FFFLDEMS.js → chunk-76IWBFNO.js} +2 -2
- package/__chunks__/{chunk-GT5R3C3T.js → chunk-77277MTW.js} +2 -2
- package/__chunks__/{chunk-LZ3QIFHW.js → chunk-7A3WZJ3L.js} +2 -2
- package/__chunks__/{chunk-W6UK32RG.js → chunk-7DLTGKRV.js} +2 -2
- package/__chunks__/{chunk-3JCYUVJ5.js → chunk-7H4OGZTQ.js} +2 -2
- package/__chunks__/{chunk-BAG6PZQM.js → chunk-7HDIZSBR.js} +2 -2
- package/__chunks__/{chunk-POVEF5JW.js → chunk-7HLSICSA.js} +2 -2
- package/__chunks__/chunk-7MJWG4U2.js +2 -0
- package/__chunks__/{chunk-HUN7QNIR.js → chunk-7OKKBSKS.js} +2 -2
- package/__chunks__/{chunk-CE7OLDPB.js → chunk-7QTI344B.js} +2 -2
- package/__chunks__/{chunk-64KBUFPL.js → chunk-7T7664SV.js} +2 -2
- package/__chunks__/{chunk-FIVKIEGL.js → chunk-7UDAAAZI.js} +2 -2
- package/__chunks__/{chunk-Z4J25GVS.js → chunk-A2ONZHVS.js} +2 -2
- package/__chunks__/{chunk-SQLZ5IPF.js → chunk-A4WQAEQO.js} +2 -2
- package/__chunks__/{chunk-JLD6UB52.js → chunk-A6V7MSF6.js} +2 -2
- package/__chunks__/chunk-ACDZ2OYQ.js +2 -0
- package/__chunks__/{chunk-DOEKN4E7.js → chunk-ADAUID3I.js} +2 -2
- package/__chunks__/{chunk-5WABGKPN.js → chunk-AFASQHTJ.js} +2 -2
- package/__chunks__/{chunk-2IGYUZBY.js → chunk-AFMEBSOJ.js} +2 -2
- package/__chunks__/{chunk-ZJAHX7DN.js → chunk-AHMPZ2MY.js} +2 -2
- package/__chunks__/{chunk-PCPN5RJV.js → chunk-AJJQTGWC.js} +2 -2
- package/__chunks__/{chunk-6XWAMOLE.js → chunk-AKBVYOYI.js} +2 -2
- package/__chunks__/{chunk-F7XLVOHM.js → chunk-AKCYLUZC.js} +2 -2
- package/__chunks__/{chunk-CMB5D2CV.js → chunk-AKENBORS.js} +2 -2
- package/__chunks__/{chunk-2EQSTAO5.js → chunk-ANJIIROB.js} +2 -2
- package/__chunks__/{chunk-RUTZGE6P.js → chunk-ANPXPDRQ.js} +2 -2
- package/__chunks__/{chunk-XWXGVDSE.js → chunk-ARTXI5RT.js} +2 -2
- package/__chunks__/{chunk-I7CREMSR.js → chunk-ATUKWUUB.js} +2 -2
- package/__chunks__/{chunk-I7KZRVRP.js → chunk-AU4EMK6G.js} +2 -2
- package/__chunks__/{chunk-S2RPHUVP.js → chunk-AYYYBNJV.js} +2 -2
- package/__chunks__/{chunk-5ACYXKS5.js → chunk-BAJROXMW.js} +2 -2
- package/__chunks__/{chunk-LRNU4JLX.js → chunk-BBYPMEN6.js} +2 -2
- package/__chunks__/{chunk-M4PZDPFF.js → chunk-BHFXJUXK.js} +2 -2
- package/__chunks__/chunk-BNYUWV2Z.js +2 -0
- package/__chunks__/{chunk-BGOFK6ZA.js → chunk-BPSONEKL.js} +2 -2
- package/__chunks__/chunk-BUFKNESY.js +2 -0
- package/__chunks__/{chunk-FUKSER7U.js → chunk-BWKCZR4C.js} +2 -2
- package/__chunks__/chunk-BXDF2MG3.js +2 -0
- package/__chunks__/{chunk-36DIZZVM.js → chunk-C37UNTQN.js} +2 -2
- package/__chunks__/{chunk-JBBJNZBK.js → chunk-C7DGKOIA.js} +2 -2
- package/__chunks__/{chunk-FCTYVFIR.js → chunk-CD2ATMGP.js} +2 -2
- package/__chunks__/{chunk-45ZD6HNG.js → chunk-CJLTUFMI.js} +2 -2
- package/__chunks__/{chunk-KHI2JK52.js → chunk-CK74KWOA.js} +2 -2
- package/__chunks__/{chunk-DCKFDG27.js → chunk-CKPMBA2V.js} +2 -2
- package/__chunks__/{chunk-RZQ35YMS.js → chunk-CLYICTYX.js} +2 -2
- package/__chunks__/{chunk-DH34SVSQ.js → chunk-CN57UYOY.js} +2 -2
- package/__chunks__/{chunk-67WQOMED.js → chunk-CR34CUKL.js} +2 -2
- package/__chunks__/{chunk-XD75FAZL.js → chunk-CZRKSNM5.js} +2 -2
- package/__chunks__/chunk-D34QT7I7.js +2 -0
- package/__chunks__/{chunk-P73U5CMW.js → chunk-D7TJCX3I.js} +2 -2
- package/__chunks__/chunk-DCLJOGII.js +2 -0
- package/__chunks__/{chunk-VSP4L35C.js → chunk-DCME2IM5.js} +2 -2
- package/__chunks__/{chunk-63IDJIXE.js → chunk-DFEDUO7D.js} +2 -2
- package/__chunks__/{chunk-TWL7YZRZ.js → chunk-DNRK2PKP.js} +2 -2
- package/__chunks__/{chunk-FJCZJ3SR.js → chunk-DQ7OJC4Z.js} +2 -2
- package/__chunks__/{chunk-25MJQA7O.js → chunk-DULN7HCS.js} +2 -2
- package/__chunks__/chunk-DW2A5ODN.js +2 -0
- package/__chunks__/{chunk-TVMQ2G4A.js → chunk-E4FLJTM2.js} +2 -2
- package/__chunks__/{chunk-36SNCUNO.js → chunk-E5OPJWLM.js} +2 -2
- package/__chunks__/{chunk-KQTNNINC.js → chunk-EAK6MQ66.js} +2 -2
- package/__chunks__/{chunk-7ULWYQHV.js → chunk-EBF5N4RM.js} +2 -2
- package/__chunks__/chunk-ED4CRGJN.js +2 -0
- package/__chunks__/{chunk-IXOMWDRD.js → chunk-EHQBVPW4.js} +2 -2
- package/__chunks__/chunk-EJJIRLTM.js +2 -0
- package/__chunks__/{chunk-CFPROJJO.js → chunk-ELALYCEU.js} +2 -2
- package/__chunks__/{chunk-SYR244HI.js → chunk-ELICTFEC.js} +2 -2
- package/__chunks__/{chunk-AFYNPVE2.js → chunk-EMZNFABK.js} +2 -2
- package/__chunks__/chunk-ERIR756P.js +2 -0
- package/__chunks__/chunk-ETN4H3WV.js +2 -0
- package/__chunks__/{chunk-G24OQC6D.js → chunk-EULF4HO5.js} +2 -2
- package/__chunks__/{chunk-HJZ2ZNSL.js → chunk-EXFW3C5M.js} +2 -2
- package/__chunks__/chunk-EZSBYRJD.js +2 -0
- package/__chunks__/{chunk-POLX2LYZ.js → chunk-FAX6FQ6C.js} +2 -2
- package/__chunks__/{chunk-AS4CMARL.js → chunk-FFHALICY.js} +2 -2
- package/__chunks__/{chunk-KBCP3FVA.js → chunk-FHFXCFLE.js} +2 -2
- package/__chunks__/{chunk-TZDEF75R.js → chunk-FIHCBVLJ.js} +2 -2
- package/__chunks__/{chunk-LFQYI77J.js → chunk-FKQMGF46.js} +2 -2
- package/__chunks__/{chunk-XV4Z5AWW.js → chunk-FNQ4SPAL.js} +2 -2
- package/__chunks__/{chunk-I4NACPLM.js → chunk-FS3QGSIN.js} +2 -2
- package/__chunks__/{chunk-LGSQTWQD.js → chunk-FXLAETSR.js} +2 -2
- package/__chunks__/{chunk-HUWOFH5L.js → chunk-G5U4OVJY.js} +2 -2
- package/__chunks__/{chunk-SNDJZU2Q.js → chunk-GC3FLLTY.js} +2 -2
- package/__chunks__/chunk-GCCVJMXL.js +2 -0
- package/__chunks__/{chunk-GXEJ7QDF.js → chunk-GD2FSFSI.js} +2 -2
- package/__chunks__/{chunk-73C4O4X3.js → chunk-GIYDBYQL.js} +2 -2
- package/__chunks__/{chunk-WF5X2ABS.js → chunk-GMBNBDLL.js} +2 -2
- package/__chunks__/{chunk-AFTJYOBZ.js → chunk-GNGXWC5U.js} +2 -2
- package/__chunks__/{chunk-RYXZIDYX.js → chunk-GORJOVEW.js} +2 -2
- package/__chunks__/{chunk-QIKPFXTG.js → chunk-GT3YUGZ3.js} +2 -2
- package/__chunks__/{chunk-JR6HJRNN.js → chunk-GTGPBZOI.js} +2 -2
- package/__chunks__/{chunk-D3Y62QL7.js → chunk-GU6FVEWB.js} +2 -2
- package/__chunks__/{chunk-FOX5U7WT.js → chunk-GVZ5E7YB.js} +2 -2
- package/__chunks__/chunk-H3N3E4DK.js +2 -0
- package/__chunks__/{chunk-MNJNP3GZ.js → chunk-HFIVC2UM.js} +2 -2
- package/__chunks__/{chunk-TAH32CHZ.js → chunk-HJJPHY6B.js} +2 -2
- package/__chunks__/{chunk-XF55N5LK.js → chunk-HKJE44QV.js} +2 -2
- package/__chunks__/{chunk-74X4MTSF.js → chunk-HLZLDBWI.js} +2 -2
- package/__chunks__/{chunk-P7GBMUGD.js → chunk-HP6ULDGR.js} +2 -2
- package/__chunks__/{chunk-TNPWIKUV.js → chunk-HPGKW4CV.js} +2 -2
- package/__chunks__/{chunk-TUFVDRGH.js → chunk-HQELBF6J.js} +2 -2
- package/__chunks__/{chunk-6T3UW3TR.js → chunk-HSLAJL6I.js} +2 -2
- package/__chunks__/{chunk-SY5XUWEX.js → chunk-HVCLDV6Z.js} +2 -2
- package/__chunks__/chunk-HXLBOMKW.js +2 -0
- package/__chunks__/chunk-HZQWPGL2.js +2 -0
- package/__chunks__/chunk-I43D74LW.js +2 -0
- package/__chunks__/{chunk-YZBSRL4C.js → chunk-IAKZZ7YN.js} +2 -2
- package/__chunks__/chunk-IC4GGM7H.js +2 -0
- package/__chunks__/chunk-IFFHOBVM.js +2 -0
- package/__chunks__/{chunk-J2PJ66UK.js → chunk-IIFU62NI.js} +2 -2
- package/__chunks__/{chunk-KB3AESP5.js → chunk-ILWVKHNG.js} +2 -2
- package/__chunks__/{chunk-3HBFI6VK.js → chunk-INIPS46Q.js} +2 -2
- package/__chunks__/{chunk-WQIINDFV.js → chunk-INYF2N77.js} +2 -2
- package/__chunks__/chunk-IO34FEOT.js +2 -0
- package/__chunks__/{chunk-TXIVGSK3.js → chunk-IRDHBHNK.js} +2 -2
- package/__chunks__/chunk-IWCWJMVY.js +2 -0
- package/__chunks__/{chunk-QNVY23Z2.js → chunk-IYQODYZ7.js} +2 -2
- package/__chunks__/{chunk-34AA3WEF.js → chunk-IZA5DQIQ.js} +2 -2
- package/__chunks__/{chunk-42ILIACX.js → chunk-J2WKHDPM.js} +2 -2
- package/__chunks__/{chunk-PXO5PQYO.js → chunk-JIQGQD5U.js} +2 -2
- package/__chunks__/{chunk-QY5NWVGL.js → chunk-JJBEHP4L.js} +2 -2
- package/__chunks__/{chunk-BXLPISGK.js → chunk-JKJZ3XP3.js} +2 -2
- package/__chunks__/chunk-JRUDNFRC.js +2 -0
- package/__chunks__/{chunk-RDZBVQSX.js → chunk-JY3REYPU.js} +2 -2
- package/__chunks__/{chunk-PSLXNVTU.js → chunk-JZ3GHUCX.js} +2 -2
- package/__chunks__/{chunk-2DDUNS57.js → chunk-KIQFZLGX.js} +2 -2
- package/__chunks__/{chunk-H5ON5VEH.js → chunk-KNDI5XJ7.js} +2 -2
- package/__chunks__/{chunk-5IB6CQ7H.js → chunk-KPFF7AWW.js} +2 -2
- package/__chunks__/{chunk-SRTD4AAB.js → chunk-L2JWK4XX.js} +2 -2
- package/__chunks__/{chunk-3ODZ32WD.js → chunk-L5P6W4WD.js} +2 -2
- package/__chunks__/{chunk-ABFKOO4Q.js → chunk-L75ZPCYI.js} +2 -2
- package/__chunks__/{chunk-BEIYQ3VB.js → chunk-L76IL5YQ.js} +2 -2
- package/__chunks__/chunk-LC7E3OJQ.js +2 -0
- package/__chunks__/{chunk-7AKNAJFC.js → chunk-LDXX4UK3.js} +2 -2
- package/__chunks__/chunk-LNFQW2WQ.js +2 -0
- package/__chunks__/{chunk-XYSKXHTD.js → chunk-LO2TPT7P.js} +2 -2
- package/__chunks__/{chunk-7CHTJEF5.js → chunk-LQ2AKVCV.js} +2 -2
- package/__chunks__/{chunk-2VJMWDXC.js → chunk-M3M3PMYR.js} +2 -2
- package/__chunks__/chunk-M5CU5LEA.js +2 -0
- package/__chunks__/{chunk-HDCZDDHX.js → chunk-M5SU6ISY.js} +2 -2
- package/__chunks__/{chunk-KEUQPS45.js → chunk-M5TYJDCN.js} +2 -2
- package/__chunks__/{chunk-3PIZWDZJ.js → chunk-M6C33YFY.js} +2 -2
- package/__chunks__/{chunk-QDAKPPFQ.js → chunk-MAD5HLUF.js} +2 -2
- package/__chunks__/chunk-MAGSAWPA.js +2 -0
- package/__chunks__/{chunk-QI2X7XQP.js → chunk-MCFAMOQ7.js} +2 -2
- package/__chunks__/{chunk-VABZW2FZ.js → chunk-MCMHARJS.js} +2 -2
- package/__chunks__/{chunk-2RQSEETS.js → chunk-MEA5G7PL.js} +2 -2
- package/__chunks__/{chunk-REHNM7LB.js → chunk-MHCSF4QC.js} +2 -2
- package/__chunks__/{chunk-MYKAXAFO.js → chunk-MHFEXPYR.js} +2 -2
- package/__chunks__/{chunk-LJNBC7T3.js → chunk-MNIWQVXW.js} +2 -2
- package/__chunks__/{chunk-K6SW5B46.js → chunk-MOOJB4AB.js} +2 -2
- package/__chunks__/{chunk-PY465QCM.js → chunk-MQ4E2QZS.js} +2 -2
- package/__chunks__/{chunk-HXLXYAIS.js → chunk-MSS74AB5.js} +2 -2
- package/__chunks__/{chunk-34AK7RHN.js → chunk-MU76C5A2.js} +2 -2
- package/__chunks__/{chunk-2PUH5LDP.js → chunk-MWSOIUGU.js} +2 -2
- package/__chunks__/chunk-MX23I7JQ.js +2 -0
- package/__chunks__/{chunk-UFRPRTVO.js → chunk-N37BWQ4G.js} +2 -2
- package/__chunks__/{chunk-EYN4O4QS.js → chunk-N3AJZQYX.js} +2 -2
- package/__chunks__/{chunk-GMS7WGKK.js → chunk-N3YUSYHA.js} +2 -2
- package/__chunks__/{chunk-DC7GQVQJ.js → chunk-N4R7DR77.js} +2 -2
- package/__chunks__/{chunk-M44ELMY5.js → chunk-N6HDMU5M.js} +2 -2
- package/__chunks__/{chunk-EJBJOJLH.js → chunk-N6NEMKDO.js} +2 -2
- package/__chunks__/{chunk-ZTSZFKE7.js → chunk-NAU6PL4U.js} +2 -2
- package/__chunks__/{chunk-S2Y3KOSQ.js → chunk-NEM3G7WO.js} +2 -2
- package/__chunks__/{chunk-U6EQDK4P.js → chunk-NFOA4B6H.js} +2 -2
- package/__chunks__/{chunk-X6RKRJYE.js → chunk-NJXGWCMJ.js} +2 -2
- package/__chunks__/{chunk-Q5PUZPW7.js → chunk-NRHD2V3F.js} +2 -2
- package/__chunks__/{chunk-ZWOJO7SU.js → chunk-NRWNVE2R.js} +2 -2
- package/__chunks__/{chunk-PDRLTS7R.js → chunk-NTG36RVO.js} +2 -2
- package/__chunks__/chunk-NVBVXPZH.js +2 -0
- package/__chunks__/chunk-NVKBCGNE.js +2 -0
- package/__chunks__/{chunk-EKWKL7U7.js → chunk-NYBQCAVF.js} +2 -2
- package/__chunks__/{chunk-LNT75L7K.js → chunk-O2UNLPV2.js} +2 -2
- package/__chunks__/{chunk-5MC3BEIT.js → chunk-O7HOW5RZ.js} +2 -2
- package/__chunks__/{chunk-MDJKRGBW.js → chunk-OEASWXDK.js} +2 -2
- package/__chunks__/{chunk-TCXW46VB.js → chunk-OGWYGGMN.js} +2 -2
- package/__chunks__/{chunk-EZAGYFFB.js → chunk-OMXEIFAK.js} +2 -2
- package/__chunks__/{chunk-J55EH53G.js → chunk-ONIW5RHB.js} +2 -2
- package/__chunks__/{chunk-MD72O7TJ.js → chunk-OO2TEG6B.js} +2 -2
- package/__chunks__/{chunk-D35VQJKG.js → chunk-OORSMYBO.js} +2 -2
- package/__chunks__/{chunk-NH3U2GTZ.js → chunk-OREYHBW7.js} +2 -2
- package/__chunks__/{chunk-BMZYKQWI.js → chunk-ORF2CMB5.js} +2 -2
- package/__chunks__/chunk-ORH4N4G3.js +2 -0
- package/__chunks__/{chunk-P6PCKE6Z.js → chunk-OVAHNHMZ.js} +2 -2
- package/__chunks__/{chunk-GXCK7E47.js → chunk-OVSESYEA.js} +2 -2
- package/__chunks__/{chunk-E4BH5V5X.js → chunk-P4Y5CC72.js} +2 -2
- package/__chunks__/{chunk-QFXSEWXZ.js → chunk-P62MX7IT.js} +2 -2
- package/__chunks__/{chunk-V4OILH2G.js → chunk-PBJKDSYG.js} +2 -2
- package/__chunks__/{chunk-H2O4YD3W.js → chunk-PIAM23JQ.js} +2 -2
- package/__chunks__/{chunk-QR62DIUC.js → chunk-PJ3T2T4C.js} +2 -2
- package/__chunks__/{chunk-Q5OIKDPK.js → chunk-PLNSNJJZ.js} +2 -2
- package/__chunks__/{chunk-V2D642BJ.js → chunk-PMMUJLQG.js} +2 -2
- package/__chunks__/{chunk-6KSDDWPV.js → chunk-PVC2CAIV.js} +2 -2
- package/__chunks__/{chunk-LQPCD2UL.js → chunk-Q3EUABYG.js} +2 -2
- package/__chunks__/{chunk-CK6NOSPF.js → chunk-Q3H4E4XT.js} +2 -2
- package/__chunks__/{chunk-LO6HMRWP.js → chunk-QAPLEK3I.js} +2 -2
- package/__chunks__/{chunk-NF4OCEJJ.js → chunk-QDUMJAAZ.js} +2 -2
- package/__chunks__/chunk-QDYG46YJ.js +2 -0
- package/__chunks__/chunk-QFAD7GA7.js +2 -0
- package/__chunks__/{chunk-OAAVRBK6.js → chunk-QFJIF2CR.js} +2 -2
- package/__chunks__/{chunk-Y5KBTCOU.js → chunk-QGSKG65O.js} +2 -2
- package/__chunks__/{chunk-NOGYQOIV.js → chunk-QGWLKL6Y.js} +2 -2
- package/__chunks__/{chunk-DZI5AVEM.js → chunk-QL3LNIS6.js} +2 -2
- package/__chunks__/{chunk-QIWLXRJX.js → chunk-QOJ2PVPN.js} +2 -2
- package/__chunks__/{chunk-7JLHGIW6.js → chunk-QR4JKUZ4.js} +2 -2
- package/__chunks__/chunk-QRS2KXPN.js +2 -0
- package/__chunks__/{chunk-I5QOLAIT.js → chunk-QRT4PS4W.js} +2 -2
- package/__chunks__/{chunk-3ZB6IDNZ.js → chunk-QVFHYD6F.js} +2 -2
- package/__chunks__/{chunk-YPU65RQ4.js → chunk-R23WFSZD.js} +2 -2
- package/__chunks__/{chunk-7E6UTOAR.js → chunk-R76VYJJM.js} +2 -2
- package/__chunks__/{chunk-RAI7CARU.js → chunk-RBVXNLMD.js} +2 -2
- package/__chunks__/{chunk-SLT2S7ZK.js → chunk-RDWILTY5.js} +2 -2
- package/__chunks__/{chunk-5MHOF6OR.js → chunk-RPALEX4J.js} +2 -2
- package/__chunks__/{chunk-UHWSHCVX.js → chunk-RUSYOLQU.js} +2 -2
- package/__chunks__/{chunk-ORUNBSEJ.js → chunk-S4TX63DH.js} +2 -2
- package/__chunks__/{chunk-22XHI3FH.js → chunk-S5UHCDVF.js} +2 -2
- package/__chunks__/{chunk-JI3XZR7F.js → chunk-SCAN7L4Y.js} +2 -2
- package/__chunks__/{chunk-NG3PH73T.js → chunk-SCEL3ANM.js} +2 -2
- package/__chunks__/{chunk-JUW7E2QG.js → chunk-SCPSK6TN.js} +2 -2
- package/__chunks__/{chunk-HSDTB4TY.js → chunk-SDHHUL44.js} +2 -2
- package/__chunks__/{chunk-JHIHGGXD.js → chunk-SGMHWGMM.js} +2 -2
- package/__chunks__/{chunk-6I6JCZPM.js → chunk-SJ7OHWPV.js} +2 -2
- package/__chunks__/{chunk-H56OPWYN.js → chunk-SKNIBIFN.js} +2 -2
- package/__chunks__/{chunk-XRL7LJ4G.js → chunk-SLRHTMWP.js} +2 -2
- package/__chunks__/{chunk-YKP5OOHL.js → chunk-SOQC6HJA.js} +2 -2
- package/__chunks__/{chunk-J6W3PRZB.js → chunk-SSIRRAL3.js} +2 -2
- package/__chunks__/{chunk-2HNTLSNF.js → chunk-SSJEZQOE.js} +2 -2
- package/__chunks__/chunk-SUSYX6KS.js +2 -0
- package/__chunks__/{chunk-ZS3PDP67.js → chunk-SVW3FN6A.js} +2 -2
- package/__chunks__/{chunk-FXKUTXDY.js → chunk-SVX366M6.js} +2 -2
- package/__chunks__/chunk-SYFTBAXT.js +2 -0
- package/__chunks__/{chunk-ITTFL2NK.js → chunk-T3EM5BLQ.js} +2 -2
- package/__chunks__/{chunk-FRD3YCK2.js → chunk-T5CPV6VF.js} +2 -2
- package/__chunks__/chunk-T6D3E2XW.js +2 -0
- package/__chunks__/{chunk-RGWX53N5.js → chunk-TAJ6IAJJ.js} +2 -2
- package/__chunks__/chunk-TBO3EJMA.js +2 -0
- package/__chunks__/{chunk-V5GGYFU3.js → chunk-TLSAC33Z.js} +2 -2
- package/__chunks__/{chunk-TADMZWFS.js → chunk-TNX3KOTX.js} +2 -2
- package/__chunks__/{chunk-NV5UDWE7.js → chunk-TO37DYD4.js} +2 -2
- package/__chunks__/{chunk-ITSZ5OPN.js → chunk-TRLQ7VMI.js} +2 -2
- package/__chunks__/{chunk-VWREN4XT.js → chunk-TZJWSTPX.js} +2 -2
- package/__chunks__/{chunk-3XA5HBCM.js → chunk-U6LS67ZQ.js} +2 -2
- package/__chunks__/{chunk-JPPPEKZH.js → chunk-U6VIUVR5.js} +2 -2
- package/__chunks__/{chunk-FCNMXPJO.js → chunk-UFAQPTMN.js} +2 -2
- package/__chunks__/chunk-UGNASGPF.js +2 -0
- package/__chunks__/{chunk-K2ODR4KZ.js → chunk-UGPKXA6A.js} +2 -2
- package/__chunks__/{chunk-3PPJ7ZMN.js → chunk-UKK6RI4T.js} +2 -2
- package/__chunks__/{chunk-KZ254S2X.js → chunk-UZ2DWEUS.js} +2 -2
- package/__chunks__/chunk-V3AC5FUL.js +2 -0
- package/__chunks__/{chunk-635QE6QX.js → chunk-V3JCWVYA.js} +2 -2
- package/__chunks__/{chunk-B4FKDTQC.js → chunk-V45AQ7YY.js} +2 -2
- package/__chunks__/{chunk-L5ZILGHX.js → chunk-VB3B2QQ4.js} +2 -2
- package/__chunks__/{chunk-2SVFHBFI.js → chunk-VE2P7VQH.js} +2 -2
- package/__chunks__/chunk-VJWD4AQD.js +2 -0
- package/__chunks__/{chunk-62NEKOTN.js → chunk-VNHZM7ZP.js} +2 -2
- package/__chunks__/{chunk-WEQF4FCZ.js → chunk-VO2NUJSR.js} +2 -2
- package/__chunks__/{chunk-ERNQDLXE.js → chunk-VRMRDEHJ.js} +2 -2
- package/__chunks__/{chunk-JE5JWLTP.js → chunk-VWVNCJTZ.js} +2 -2
- package/__chunks__/{chunk-ZJFLF6JY.js → chunk-W2ZZNWC5.js} +2 -2
- package/__chunks__/{chunk-7HFJOB26.js → chunk-W3S2GBWY.js} +2 -2
- package/__chunks__/{chunk-HS2YQZBU.js → chunk-W5L27I27.js} +2 -2
- package/__chunks__/chunk-W7VK3GXD.js +2 -0
- package/__chunks__/{chunk-4JRTJP3O.js → chunk-WDL6JEMG.js} +2 -2
- package/__chunks__/{chunk-33Y6FCPJ.js → chunk-WF7DMBJF.js} +2 -2
- package/__chunks__/{chunk-GXXCFOAH.js → chunk-WHRUVER6.js} +2 -2
- package/__chunks__/{chunk-7KEIIZ3H.js → chunk-WJTDAOXC.js} +2 -2
- package/__chunks__/chunk-WMLVXXKW.js +2 -0
- package/__chunks__/chunk-WO6JRNRZ.js +2 -0
- package/__chunks__/{chunk-CJSMEFPZ.js → chunk-WT3Z4A7Y.js} +2 -2
- package/__chunks__/chunk-WWTWJLS6.js +2 -0
- package/__chunks__/{chunk-TPESMDJC.js → chunk-X4Q27JMT.js} +2 -2
- package/__chunks__/{chunk-MMXQZ4G4.js → chunk-XC65AGUH.js} +2 -2
- package/__chunks__/{chunk-BIKMWLIG.js → chunk-XF52WUBG.js} +2 -2
- package/__chunks__/{chunk-7CKWURZN.js → chunk-XI4FDYET.js} +2 -2
- package/__chunks__/{chunk-J3GF2U5G.js → chunk-XJ6T2WMN.js} +2 -2
- package/__chunks__/{chunk-VSSPCYY7.js → chunk-XNKWKG4C.js} +2 -2
- package/__chunks__/{chunk-CPEIKZFQ.js → chunk-XPE5PLMX.js} +2 -2
- package/__chunks__/{chunk-PLUZ5CUI.js → chunk-XQFS2NCJ.js} +2 -2
- package/__chunks__/{chunk-WX5V7JLP.js → chunk-XR3RJUUH.js} +2 -2
- package/__chunks__/{chunk-BQV2W2RY.js → chunk-XVSXJCHL.js} +2 -2
- package/__chunks__/{chunk-MT7RCDUO.js → chunk-XYDFXUAR.js} +2 -2
- package/__chunks__/{chunk-BROGTSKT.js → chunk-Y52MC3RT.js} +2 -2
- package/__chunks__/{chunk-GDFRYINA.js → chunk-YHOBGXCH.js} +2 -2
- package/__chunks__/chunk-YIYZNEHK.js +2 -0
- package/__chunks__/chunk-YJCLNZMD.js +2 -0
- package/__chunks__/{chunk-TMKTEJ46.js → chunk-YL3E6MB6.js} +2 -2
- package/__chunks__/{chunk-6ESLZN4Q.js → chunk-YLABFZVE.js} +2 -2
- package/__chunks__/{chunk-RUXITF3V.js → chunk-YQ7H3RFK.js} +2 -2
- package/__chunks__/{chunk-JSQXH6UQ.js → chunk-YQXTH5D6.js} +2 -2
- package/__chunks__/{chunk-U3CVOTME.js → chunk-YT4BZLQ4.js} +2 -2
- package/__chunks__/{chunk-SXRQQIUA.js → chunk-YUPB2GBC.js} +2 -2
- package/__chunks__/{chunk-MPT4AZ2B.js → chunk-YZQBWNSY.js} +2 -2
- package/__chunks__/chunk-ZASEWFD6.js +2 -0
- package/__chunks__/{chunk-X3HSQ5A3.js → chunk-ZBA4GJA6.js} +2 -2
- package/__chunks__/{chunk-IA6PIFWP.js → chunk-ZBIF73UZ.js} +2 -2
- package/__chunks__/{chunk-JOALGZ3M.js → chunk-ZEIXA3SZ.js} +2 -2
- package/__chunks__/{chunk-4KCPHXUF.js → chunk-ZOOIZKOI.js} +2 -2
- package/__chunks__/chunk-ZPQOOAEV.js +2 -0
- package/__chunks__/chunk-ZQJ4MWZI.js +2 -0
- package/__chunks__/chunk-ZTG3GT5P.js +2 -0
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/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/TransactionInfo/components/OperationsList/components/OperationText.js +3 -3
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/__mocks__/data/unicodeSamples.d.ts +0 -1
- package/__commonjs/__mocks__/data/unicodeSamples.js +2 -2
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/components/TransactionSender/TransactionSender.js +1 -1
- package/__commonjs/components/TransactionSender/index.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 +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- 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__/data/unicodeSamples.d.ts +0 -1
- package/__mocks__/data/unicodeSamples.js +1 -1
- package/__mocks__/index.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/getGasStationMetadata.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.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/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/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/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 +3 -3
- 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.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/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/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.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/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.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/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/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-2A3APQE6.js +0 -2
- package/__chunks__/chunk-2ORKF74V.js +0 -2
- package/__chunks__/chunk-3F5O7AIL.js +0 -2
- package/__chunks__/chunk-3T4J4D5B.js +0 -2
- package/__chunks__/chunk-3TVIBCIL.js +0 -2
- package/__chunks__/chunk-4STWQTRL.js +0 -2
- package/__chunks__/chunk-4UIUVGH7.js +0 -2
- package/__chunks__/chunk-5KLY7CKK.js +0 -2
- package/__chunks__/chunk-5WKDGF2U.js +0 -2
- package/__chunks__/chunk-5WOJDOOV.js +0 -2
- package/__chunks__/chunk-6BA2SAHP.js +0 -2
- package/__chunks__/chunk-6VKKYCTK.js +0 -2
- package/__chunks__/chunk-7DHR7MQG.js +0 -2
- package/__chunks__/chunk-7MOFFY4K.js +0 -2
- package/__chunks__/chunk-AAJ27W63.js +0 -2
- package/__chunks__/chunk-BCQSGQIR.js +0 -2
- package/__chunks__/chunk-BFQEMWMM.js +0 -2
- package/__chunks__/chunk-BHGJYQVJ.js +0 -2
- package/__chunks__/chunk-C5K4NB6H.js +0 -2
- package/__chunks__/chunk-DHD2ROHN.js +0 -2
- package/__chunks__/chunk-DMTDFDHE.js +0 -2
- package/__chunks__/chunk-EJ4SZRPL.js +0 -2
- package/__chunks__/chunk-FH7CVUY2.js +0 -2
- package/__chunks__/chunk-FU3Q57PE.js +0 -2
- package/__chunks__/chunk-G2PCXGKE.js +0 -2
- package/__chunks__/chunk-G7FUA5HR.js +0 -2
- package/__chunks__/chunk-GJAIUU7R.js +0 -2
- package/__chunks__/chunk-GSFBH2GN.js +0 -2
- package/__chunks__/chunk-GX3LTVWC.js +0 -2
- package/__chunks__/chunk-GXTMQK26.js +0 -2
- package/__chunks__/chunk-I2CRYRYH.js +0 -2
- package/__chunks__/chunk-IAMEV7TR.js +0 -2
- package/__chunks__/chunk-INGPGNTA.js +0 -2
- package/__chunks__/chunk-IPW55AVE.js +0 -2
- package/__chunks__/chunk-ITN2NSBG.js +0 -2
- package/__chunks__/chunk-J6CVUBBP.js +0 -2
- package/__chunks__/chunk-JOP4BEZF.js +0 -2
- package/__chunks__/chunk-JSCRTAAO.js +0 -2
- package/__chunks__/chunk-JVFAJVEC.js +0 -2
- package/__chunks__/chunk-JYH6IZFK.js +0 -2
- package/__chunks__/chunk-KPBF5HSO.js +0 -2
- package/__chunks__/chunk-KRXXPMJD.js +0 -2
- package/__chunks__/chunk-L6D6H2TL.js +0 -2
- package/__chunks__/chunk-LDKFYYUQ.js +0 -2
- package/__chunks__/chunk-M735KLL2.js +0 -2
- package/__chunks__/chunk-M7PVQHDQ.js +0 -2
- package/__chunks__/chunk-MBRHI6SE.js +0 -2
- package/__chunks__/chunk-MGPGNPGU.js +0 -2
- package/__chunks__/chunk-MKCW5NSI.js +0 -2
- package/__chunks__/chunk-MUUJFAZM.js +0 -2
- package/__chunks__/chunk-NZW46N7L.js +0 -2
- package/__chunks__/chunk-PIJ7PV2V.js +0 -2
- package/__chunks__/chunk-PWWL5AUZ.js +0 -2
- package/__chunks__/chunk-PYPDUE73.js +0 -2
- package/__chunks__/chunk-QZNGJGQG.js +0 -2
- package/__chunks__/chunk-R7ZGVJ7T.js +0 -2
- package/__chunks__/chunk-T27HYYEY.js +0 -2
- package/__chunks__/chunk-TRMNAHR2.js +0 -2
- package/__chunks__/chunk-VQLZZEQ7.js +0 -2
- package/__chunks__/chunk-WD4NKXSQ.js +0 -2
- package/__chunks__/chunk-WOVOYL37.js +0 -2
- package/__chunks__/chunk-X3JUCBSS.js +0 -2
- package/__chunks__/chunk-YWH4TA4F.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Sp=Object.create;var Co=Object.defineProperty,wp=Object.defineProperties,vp=Object.getOwnPropertyDescriptor,Ap=Object.getOwnPropertyDescriptors,kp=Object.getOwnPropertyNames,nn=Object.getOwnPropertySymbols,Ip=Object.getPrototypeOf,tt=Object.prototype.hasOwnProperty,Or=Object.prototype.propertyIsEnumerable;var Dr=(e,o,n)=>o in e?Co(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,u=(e,o)=>{for(var n in o||(o={}))tt.call(o,n)&&Dr(e,n,o[n]);if(nn)for(var n of nn(o))Or.call(o,n)&&Dr(e,n,o[n]);return e},S=(e,o)=>wp(e,Ap(o));var mo=(e,o)=>{var n={};for(var r in e)tt.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&nn)for(var r of nn(e))o.indexOf(r)<0&&Or.call(e,r)&&(n[r]=e[r]);return n};var T=(e,o)=>()=>(e&&(o=e(e=0)),o);var J=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),ke=(e,o)=>{for(var n in o)Co(e,n,{get:o[n],enumerable:!0})},Mr=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of kp(o))!tt.call(e,a)&&a!==n&&Co(e,a,{get:()=>o[a],enumerable:!(r=vp(o,a))||r.enumerable});return e};var w=(e,o,n)=>(n=e!=null?Sp(Ip(e)):{},Mr(o||!e||!e.__esModule?Co(n,"default",{value:e,enumerable:!0}):n,e)),je=e=>Mr(Co({},"__esModule",{value:!0}),e);var x=(e,o,n)=>new Promise((r,a)=>{var p=_=>{try{d(n.next(_))}catch(g){a(g)}},m=_=>{try{d(n.throw(_))}catch(g){a(g)}},d=_=>_.done?r(_.value):Promise.resolve(_.value).then(p,m);d((n=n.apply(e,o)).next())});var Ur=J(tn=>{"use strict";t();tn.byteLength=Pp;tn.toByteArray=Np;tn.fromByteArray=Dp;var ue=[],ne=[],Ep=typeof Uint8Array!="undefined"?Uint8Array:Array,rt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ze=0,Fr=rt.length;ze<Fr;++ze)ue[ze]=rt[ze],ne[rt.charCodeAt(ze)]=ze;var ze,Fr;ne["-".charCodeAt(0)]=62;ne["_".charCodeAt(0)]=63;function Br(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function Pp(e){var o=Br(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Lp(e,o,n){return(o+n)*3/4-n}function Np(e){var o,n=Br(e),r=n[0],a=n[1],p=new Ep(Lp(e,r,a)),m=0,d=a>0?r-4:r,_;for(_=0;_<d;_+=4)o=ne[e.charCodeAt(_)]<<18|ne[e.charCodeAt(_+1)]<<12|ne[e.charCodeAt(_+2)]<<6|ne[e.charCodeAt(_+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return a===2&&(o=ne[e.charCodeAt(_)]<<2|ne[e.charCodeAt(_+1)]>>4,p[m++]=o&255),a===1&&(o=ne[e.charCodeAt(_)]<<10|ne[e.charCodeAt(_+1)]<<4|ne[e.charCodeAt(_+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Cp(e){return ue[e>>18&63]+ue[e>>12&63]+ue[e>>6&63]+ue[e&63]}function Rp(e,o,n){for(var r,a=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),a.push(Cp(r));return a.join("")}function Dp(e){for(var o,n=e.length,r=n%3,a=[],p=16383,m=0,d=n-r;m<d;m+=p)a.push(Rp(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],a.push(ue[o>>2]+ue[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],a.push(ue[o>>10]+ue[o>>4&63]+ue[o<<2&63]+"=")),a.join("")}});var Wr=J(at=>{t();at.read=function(e,o,n,r,a){var p,m,d=a*8-r-1,_=(1<<d)-1,g=_>>1,f=-7,h=n?a-1:0,b=n?-1:1,v=e[o+h];for(h+=b,p=v&(1<<-f)-1,v>>=-f,f+=d;f>0;p=p*256+e[o+h],h+=b,f-=8);for(m=p&(1<<-f)-1,p>>=-f,f+=r;f>0;m=m*256+e[o+h],h+=b,f-=8);if(p===0)p=1-g;else{if(p===_)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-g}return(v?-1:1)*m*Math.pow(2,p-r)};at.write=function(e,o,n,r,a,p){var m,d,_,g=p*8-a-1,f=(1<<g)-1,h=f>>1,b=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,k=r?1:-1,B=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=f):(m=Math.floor(Math.log(o)/Math.LN2),o*(_=Math.pow(2,-m))<1&&(m--,_*=2),m+h>=1?o+=b/_:o+=b*Math.pow(2,1-h),o*_>=2&&(m++,_/=2),m+h>=f?(d=0,m=f):m+h>=1?(d=(o*_-1)*Math.pow(2,a),m=m+h):(d=o*Math.pow(2,h-1)*Math.pow(2,a),m=0));a>=8;e[n+v]=d&255,v+=k,d/=256,a-=8);for(m=m<<a|d,g+=a;g>0;e[n+v]=m&255,v+=k,m/=256,g-=8);e[n+v-k]|=B*128}});var Qr=J(lo=>{"use strict";t();var it=Ur(),_o=Wr(),Gr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;lo.Buffer=l;lo.SlowBuffer=Wp;lo.INSPECT_MAX_BYTES=50;var rn=2147483647;lo.kMaxLength=rn;l.TYPED_ARRAY_SUPPORT=Op();!l.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 Op(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.buffer}});Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.byteOffset}});function Ie(e){if(e>rn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,l.prototype),o}function l(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return mt(e)}return Hr(e,o,n)}l.poolSize=8192;function Hr(e,o,n){if(typeof e=="string")return Fp(e,o);if(ArrayBuffer.isView(e))return Bp(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(ge(e,ArrayBuffer)||e&&ge(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(ge(e,SharedArrayBuffer)||e&&ge(e.buffer,SharedArrayBuffer)))return st(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return l.from(r,o,n);var a=Up(e);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return l.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}l.from=function(e,o,n){return Hr(e,o,n)};Object.setPrototypeOf(l.prototype,Uint8Array.prototype);Object.setPrototypeOf(l,Uint8Array);function jr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Mp(e,o,n){return jr(e),e<=0?Ie(e):o!==void 0?typeof n=="string"?Ie(e).fill(o,n):Ie(e).fill(o):Ie(e)}l.alloc=function(e,o,n){return Mp(e,o,n)};function mt(e){return jr(e),Ie(e<0?0:dt(e)|0)}l.allocUnsafe=function(e){return mt(e)};l.allocUnsafeSlow=function(e){return mt(e)};function Fp(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!l.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=zr(e,o)|0,r=Ie(n),a=r.write(e,o);return a!==n&&(r=r.slice(0,a)),r}function ct(e){for(var o=e.length<0?0:dt(e.length)|0,n=Ie(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function Bp(e){if(ge(e,Uint8Array)){var o=new Uint8Array(e);return st(o.buffer,o.byteOffset,o.byteLength)}return ct(e)}function st(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,l.prototype),r}function Up(e){if(l.isBuffer(e)){var o=dt(e.length)|0,n=Ie(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||_t(e.length)?Ie(0):ct(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ct(e.data)}function dt(e){if(e>=rn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+rn.toString(16)+" bytes");return e|0}function Wp(e){return+e!=e&&(e=0),l.alloc(+e)}l.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==l.prototype};l.compare=function(o,n){if(ge(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),ge(n,Uint8Array)&&(n=l.from(n,n.offset,n.byteLength)),!l.isBuffer(o)||!l.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,a=n.length,p=0,m=Math.min(r,a);p<m;++p)if(o[p]!==n[p]){r=o[p],a=n[p];break}return r<a?-1:a<r?1:0};l.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};l.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return l.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var a=l.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(ge(m,Uint8Array))p+m.length>a.length?l.from(m).copy(a,p):Uint8Array.prototype.set.call(a,m,p);else if(l.isBuffer(m))m.copy(a,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return a};function zr(e,o){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||ge(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var a=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return pt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Jr(e).length;default:if(a)return r?-1:pt(e).length;o=(""+o).toLowerCase(),a=!0}}l.byteLength=zr;function Gp(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Zp(this,o,n);case"utf8":case"utf-8":return Kr(this,o,n);case"ascii":return Xp(this,o,n);case"latin1":case"binary":return Yp(this,o,n);case"base64":return qp(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Jp(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}l.prototype._isBuffer=!0;function qe(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}l.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)qe(this,n,n+1);return this};l.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)qe(this,n,n+3),qe(this,n+1,n+2);return this};l.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)qe(this,n,n+7),qe(this,n+1,n+6),qe(this,n+2,n+5),qe(this,n+3,n+4);return this};l.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Kr(this,0,o):Gp.apply(this,arguments)};l.prototype.toLocaleString=l.prototype.toString;l.prototype.equals=function(o){if(!l.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:l.compare(this,o)===0};l.prototype.inspect=function(){var o="",n=lo.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Gr&&(l.prototype[Gr]=l.prototype.inspect);l.prototype.compare=function(o,n,r,a,p){if(ge(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),!l.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),a===void 0&&(a=0),p===void 0&&(p=this.length),n<0||r>o.length||a<0||p>this.length)throw new RangeError("out of range index");if(a>=p&&n>=r)return 0;if(a>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,a>>>=0,p>>>=0,this===o)return 0;for(var m=p-a,d=r-n,_=Math.min(m,d),g=this.slice(a,p),f=o.slice(n,r),h=0;h<_;++h)if(g[h]!==f[h]){m=g[h],d=f[h];break}return m<d?-1:d<m?1:0};function qr(e,o,n,r,a){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,_t(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0)if(a)n=0;else return-1;if(typeof o=="string"&&(o=l.from(o,r)),l.isBuffer(o))return o.length===0?-1:$r(e,o,n,r,a);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):$r(e,[o],n,r,a);throw new TypeError("val must be string, number or Buffer")}function $r(e,o,n,r,a){var p=1,m=e.length,d=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,n/=2}function _(v,k){return p===1?v[k]:v.readUInt16BE(k*p)}var g;if(a){var f=-1;for(g=n;g<m;g++)if(_(e,g)===_(o,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===d)return f*p}else f!==-1&&(g-=g-f),f=-1}else for(n+d>m&&(n=m-d),g=n;g>=0;g--){for(var h=!0,b=0;b<d;b++)if(_(e,g+b)!==_(o,b)){h=!1;break}if(h)return g}return-1}l.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};l.prototype.indexOf=function(o,n,r){return qr(this,o,n,r,!0)};l.prototype.lastIndexOf=function(o,n,r){return qr(this,o,n,r,!1)};function $p(e,o,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r),r>a&&(r=a)):r=a;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(_t(d))return m;e[n+m]=d}return m}function Vp(e,o,n,r){return an(pt(o,e.length-n),e,n,r)}function Hp(e,o,n,r){return an(om(o),e,n,r)}function jp(e,o,n,r){return an(Jr(o),e,n,r)}function zp(e,o,n,r){return an(nm(o,e.length-n),e,n,r)}l.prototype.write=function(o,n,r,a){if(n===void 0)a="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")a=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var m=!1;;)switch(a){case"hex":return $p(this,o,n,r);case"utf8":case"utf-8":return Vp(this,o,n,r);case"ascii":case"latin1":case"binary":return Hp(this,o,n,r);case"base64":return jp(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return zp(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),m=!0}};l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function qp(e,o,n){return o===0&&n===e.length?it.fromByteArray(e):it.fromByteArray(e.slice(o,n))}function Kr(e,o,n){n=Math.min(e.length,n);for(var r=[],a=o;a<n;){var p=e[a],m=null,d=p>239?4:p>223?3:p>191?2:1;if(a+d<=n){var _,g,f,h;switch(d){case 1:p<128&&(m=p);break;case 2:_=e[a+1],(_&192)===128&&(h=(p&31)<<6|_&63,h>127&&(m=h));break;case 3:_=e[a+1],g=e[a+2],(_&192)===128&&(g&192)===128&&(h=(p&15)<<12|(_&63)<<6|g&63,h>2047&&(h<55296||h>57343)&&(m=h));break;case 4:_=e[a+1],g=e[a+2],f=e[a+3],(_&192)===128&&(g&192)===128&&(f&192)===128&&(h=(p&15)<<18|(_&63)<<12|(g&63)<<6|f&63,h>65535&&h<1114112&&(m=h))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),a+=d}return Kp(r)}var Vr=4096;function Kp(e){var o=e.length;if(o<=Vr)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Vr));return n}function Xp(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]&127);return r}function Yp(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]);return r}function Zp(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var a="",p=o;p<n;++p)a+=tm[e[p]];return a}function Jp(e,o,n){for(var r=e.slice(o,n),a="",p=0;p<r.length-1;p+=2)a+=String.fromCharCode(r[p]+r[p+1]*256);return a}l.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var a=this.subarray(o,n);return Object.setPrototypeOf(a,l.prototype),a};function U(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return a};l.prototype.readUintBE=l.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=this[o+--n],p=1;n>0&&(p*=256);)a+=this[o+--n]*p;return a};l.prototype.readUint8=l.prototype.readUInt8=function(o,n){return o=o>>>0,n||U(o,1,this.length),this[o]};l.prototype.readUint16LE=l.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||U(o,2,this.length),this[o]|this[o+1]<<8};l.prototype.readUint16BE=l.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||U(o,2,this.length),this[o]<<8|this[o+1]};l.prototype.readUint32LE=l.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||U(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};l.prototype.readUint32BE=l.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||U(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};l.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return p*=128,a>=p&&(a-=Math.pow(2,8*n)),a};l.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=n,p=1,m=this[o+--a];a>0&&(p*=256);)m+=this[o+--a]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};l.prototype.readInt8=function(o,n){return o=o>>>0,n||U(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};l.prototype.readInt16LE=function(o,n){o=o>>>0,n||U(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};l.prototype.readInt16BE=function(o,n){o=o>>>0,n||U(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};l.prototype.readInt32LE=function(o,n){return o=o>>>0,n||U(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};l.prototype.readInt32BE=function(o,n){return o=o>>>0,n||U(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};l.prototype.readFloatLE=function(o,n){return o=o>>>0,n||U(o,4,this.length),_o.read(this,o,!0,23,4)};l.prototype.readFloatBE=function(o,n){return o=o>>>0,n||U(o,4,this.length),_o.read(this,o,!1,23,4)};l.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||U(o,8,this.length),_o.read(this,o,!0,52,8)};l.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||U(o,8,this.length),_o.read(this,o,!1,52,8)};function q(e,o,n,r,a,p){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>a||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;q(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};l.prototype.writeUintBE=l.prototype.writeUIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;q(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};l.prototype.writeUint8=l.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,1,255,0),this[n]=o&255,n+1};l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};l.prototype.writeIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);q(this,o,n,r,p-1,-p)}var m=0,d=1,_=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&_===0&&this[n+m-1]!==0&&(_=1),this[n+m]=(o/d>>0)-_&255;return n+r};l.prototype.writeIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);q(this,o,n,r,p-1,-p)}var m=r-1,d=1,_=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&_===0&&this[n+m+1]!==0&&(_=1),this[n+m]=(o/d>>0)-_&255;return n+r};l.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};l.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};l.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};l.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};l.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Xr(e,o,n,r,a,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Yr(e,o,n,r,a){return o=+o,n=n>>>0,a||Xr(e,o,n,4,34028234663852886e22,-34028234663852886e22),_o.write(e,o,n,r,23,4),n+4}l.prototype.writeFloatLE=function(o,n,r){return Yr(this,o,n,!0,r)};l.prototype.writeFloatBE=function(o,n,r){return Yr(this,o,n,!1,r)};function Zr(e,o,n,r,a){return o=+o,n=n>>>0,a||Xr(e,o,n,8,17976931348623157e292,-17976931348623157e292),_o.write(e,o,n,r,52,8),n+8}l.prototype.writeDoubleLE=function(o,n,r){return Zr(this,o,n,!0,r)};l.prototype.writeDoubleBE=function(o,n,r){return Zr(this,o,n,!1,r)};l.prototype.copy=function(o,n,r,a){if(!l.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),n>=o.length&&(n=o.length),n||(n=0),a>0&&a<r&&(a=r),a===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),o.length-n<a-r&&(a=o.length-n+r);var p=a-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,a):Uint8Array.prototype.set.call(o,this.subarray(r,a),n),p};l.prototype.fill=function(o,n,r,a){if(typeof o=="string"){if(typeof n=="string"?(a=n,n=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!l.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(o.length===1){var p=o.charCodeAt(0);(a==="utf8"&&p<128||a==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var d=l.isBuffer(o)?o:l.from(o,a),_=d.length;if(_===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%_]}return this};var Qp=/[^+/0-9A-Za-z-_]/g;function em(e){if(e=e.split("=")[0],e=e.trim().replace(Qp,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function pt(e,o){o=o||1/0;for(var n,r=e.length,a=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!a){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}a=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(o-=3)>-1&&p.push(239,191,189);if(a=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function om(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function nm(e,o){for(var n,r,a,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,a=n%256,p.push(a),p.push(r);return p}function Jr(e){return it.toByteArray(em(e))}function an(e,o,n,r){for(var a=0;a<r&&!(a+n>=o.length||a>=e.length);++a)o[a+n]=e[a];return a}function ge(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function _t(e){return e!==e}var tm=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,a=0;a<16;++a)o[r+a]=e[n]+e[a];return o}()});var ra=J((fl,ta)=>{t();var O=ta.exports={},fe,he;function lt(){throw new Error("setTimeout has not been defined")}function ut(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?fe=setTimeout:fe=lt}catch(e){fe=lt}try{typeof clearTimeout=="function"?he=clearTimeout:he=ut}catch(e){he=ut}})();function ea(e){if(fe===setTimeout)return setTimeout(e,0);if((fe===lt||!fe)&&setTimeout)return fe=setTimeout,setTimeout(e,0);try{return fe(e,0)}catch(o){try{return fe.call(null,e,0)}catch(n){return fe.call(this,e,0)}}}function rm(e){if(he===clearTimeout)return clearTimeout(e);if((he===ut||!he)&&clearTimeout)return he=clearTimeout,clearTimeout(e);try{return he(e)}catch(o){try{return he.call(null,e)}catch(n){return he.call(this,e)}}}var Ee=[],uo=!1,Ke,cn=-1;function am(){!uo||!Ke||(uo=!1,Ke.length?Ee=Ke.concat(Ee):cn=-1,Ee.length&&oa())}function oa(){if(!uo){var e=ea(am);uo=!0;for(var o=Ee.length;o;){for(Ke=Ee,Ee=[];++cn<o;)Ke&&Ke[cn].run();cn=-1,o=Ee.length}Ke=null,uo=!1,rm(e)}}O.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Ee.push(new na(e,o)),Ee.length===1&&!uo&&ea(oa)};function na(e,o){this.fun=e,this.array=o}na.prototype.run=function(){this.fun.apply(null,this.array)};O.title="browser";O.browser=!0;O.env={};O.argv=[];O.version="";O.versions={};function Pe(){}O.on=Pe;O.addListener=Pe;O.once=Pe;O.off=Pe;O.removeListener=Pe;O.removeAllListeners=Pe;O.emit=Pe;O.prependListener=Pe;O.prependOnceListener=Pe;O.listeners=function(e){return[]};O.binding=function(e){throw new Error("process.binding is not supported")};O.cwd=function(){return"/"};O.chdir=function(e){throw new Error("process.chdir is not supported")};O.umask=function(){return 0}});var i,s,im,c,t=T(()=>{i=w(Qr()),s=w(ra()),im=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),c=im});var aa=T(()=>{"use strict";t()});var sn,ia,gt=T(()=>{"use strict";t();sn="Transaction canceled",ia="You cannot sign transactions from a different account"});var ca=T(()=>{"use strict";t()});var ft,sa=T(()=>{"use strict";t();ft=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(ft||{})});var pa=T(()=>{"use strict";t()});var ht,xt=T(()=>{"use strict";t();ht={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var ma=T(()=>{"use strict";t()});var Tt,yt=T(()=>{"use strict";t();Tt=(a=>(a.signature="signature",a.sessionId="sessionId",a.status="status",a.address="address",a))(Tt||{})});var da=T(()=>{"use strict";t()});var _a=T(()=>{"use strict";t()});var Le,go,Ro=T(()=>{"use strict";t();Le=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),go=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var la,El,ua,Pl,te=T(()=>{"use strict";t();Ro();la=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(la||{}),El=u(u({},go.WindowProviderRequestEnums),la),ua=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(ua||{}),Pl=u(u({},go.WindowProviderResponseEnums),ua)});var ga=T(()=>{"use strict";t()});var fa=T(()=>{"use strict";t()});var K=T(()=>{"use strict";t()});var ha=T(()=>{"use strict";t()});var xa=T(()=>{"use strict";t()});var Ta=T(()=>{"use strict";t()});var G=T(()=>{"use strict";t();yt();da();_a();te();ga();fa();K();ha();xa();Ta()});var Xe,ya,zl,ba,ql,Sa,Kl,Xl,wa,Do=T(()=>{"use strict";t();G();Xe={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:ya,egldLabel:zl}=Xe["devnet"],{chainId:ba,egldLabel:ql}=Xe["testnet"],{chainId:Sa,egldLabel:Kl}=Xe["mainnet"],Xl={["devnet"]:ya,["testnet"]:ba,["mainnet"]:Sa},wa={[ya]:"devnet",[ba]:"testnet",[Sa]:"mainnet"}});var bt=T(()=>{"use strict";t()});var xe,va=T(()=>{"use strict";t();xe=require("@multiversx/sdk-web-wallet-provider")});var Q,Oo=T(()=>{"use strict";t();Q=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Aa,ka,St,ou,nu,Ia=T(()=>{"use strict";t();Oo();St=String((ka=(Aa=Q.safeWindow)==null?void 0:Aa.navigator)==null?void 0:ka.userAgent),ou=/^((?!chrome|android).)*safari/i.test(St),nu=/firefox/i.test(St)&&/windows/i.test(St)});var pn,Ye,Ea,Pa,La,Ue,mn,Na,dn,Ca,fo,P=T(()=>{"use strict";t();aa();gt();ca();sa();pa();xt();ma();Do();bt();va();Ia();pn=5e4,Ye=1e9,Ea=1,Pa=1,La="/dapp/init",Ue="signSession",mn="sdk-dapp-version",Na="4.6.0",dn="logout",Ca="login",fo="0"});var Mo,_n=T(()=>{"use strict";t();Mo=()=>Date.now()/1e3});var Ra=T(()=>{"use strict";t()});var Da=T(()=>{"use strict";t()});var Oa=T(()=>{"use strict";t();_n();Ra();Da()});var wt={};ke(wt,{clear:()=>mm,getItem:()=>sm,localStorageKeys:()=>re,removeItem:()=>pm,setItem:()=>cm});var re,ln,cm,sm,pm,mm,Ze=T(()=>{"use strict";t();Oa();re={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},ln=typeof localStorage!="undefined",cm=({key:e,data:o,expires:n})=>{!ln||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},sm=e=>{if(!ln)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Mo()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},pm=e=>{!ln||localStorage.removeItem(String(e))},mm=()=>{!ln||localStorage.clear()}});var vt={};ke(vt,{clear:()=>Ua,getItem:()=>Fa,removeItem:()=>Ba,sessionStorageKeys:()=>dm,setItem:()=>Ma,storage:()=>_m});var dm,Ma,Fa,Ba,Ua,_m,Wa=T(()=>{"use strict";t();dm={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Ma=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Fa=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Ba=e=>sessionStorage.removeItem(String(e)),Ua=()=>sessionStorage.clear(),_m={setItem:Ma,getItem:Fa,removeItem:Ba,clear:Ua}});var me,ho=T(()=>{"use strict";t();Ze();Wa();me={session:vt,local:wt}});var At,L,Je,j=T(()=>{"use strict";t();At=require("@reduxjs/toolkit");P();L=(0,At.createAction)(dn),Je=(0,At.createAction)(Ca,e=>({payload:e}))});var It,Ga,$a,un,kt,Va,Et,Ru,Pt,Du,Ou,Mu,Fu,Bu,Uu,Wu,Gu,gn,fn=T(()=>{"use strict";t();It=require("@multiversx/sdk-core"),Ga=require("@reduxjs/toolkit"),$a=require("redux-persist");P();ho();Ze();j();un={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:fo},kt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":un},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Va=(0,Ga.createSlice)({name:"accountInfoSlice",initialState:kt,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new It.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:un},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(L,()=>(me.local.removeItem(re.loginExpiresAt),kt)),e.addCase(Je,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new It.Address(r).toHex()}),e.addCase($a.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:a,shard:p,accounts:m,publicKey:d}=r;o.address=a,o.shard=p;let _=m&&a in m;o.accounts=_?m:kt.accounts,o.publicKey=d})}}),{setAccount:Et,setAddress:Ru,setAccountNonce:Pt,setAccountShard:Du,setLedgerAccount:Ou,updateLedgerAccount:Mu,setWalletConnectAccount:Fu,setIsAccountLoading:Bu,setAccountLoadingError:Uu,setWebsocketEvent:Wu,setWebsocketBatchEvent:Gu}=Va.actions,gn=Va.reducer});function Fo(){return new Date().setHours(new Date().getHours()+24)}function Bo(e){me.local.setItem({key:re.loginExpiresAt,data:e,expires:e})}var Lt=T(()=>{"use strict";t();ho();Ze()});var ja,Ha,za,Zu,Ju,Qu,qa,eg,og,Ka,ng,tg,rg,hn,xn=T(()=>{"use strict";t();ja=require("@reduxjs/toolkit");Lt();te();j();Ha={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},za=(0,ja.createSlice)({name:"loginInfoSlice",initialState:Ha,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(L,()=>Ha),e.addCase(Je,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Bo(Fo())})}}),{setLoginMethod:Zu,setWalletConnectLogin:Ju,setLedgerLogin:Qu,setTokenLogin:qa,setTokenLoginSignature:eg,setWalletLogin:og,invalidateLoginSession:Ka,setLogoutRoute:ng,setIsWalletConnectV2Initialized:tg,setWebviewLogin:rg}=za.actions,hn=za.reducer});var Ya,Xa,Za,sg,lm,pg,mg,Tn,yn=T(()=>{"use strict";t();Ya=require("@reduxjs/toolkit");j();Xa={},Za=(0,Ya.createSlice)({name:"modalsSlice",initialState:Xa,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(L,()=>Xa)}}),{setTxSubmittedModal:sg,setNotificationModal:lm,clearTxSubmittedModal:pg,clearNotificationModal:mg}=Za.actions,Tn=Za.reducer});var Ne,Uo=T(()=>{"use strict";t();Ne=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var R,ae=T(()=>{"use strict";t();Uo();R=()=>{if(!Ne())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:a,search:p}}=window;return{pathname:o,hash:n,origin:r,href:a,search:p}}});var Nt,Ja=T(()=>{"use strict";t();ae();Nt=(e="")=>{let o=R(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Qa=T(()=>{"use strict";t();eo()});var ei,oi=T(()=>{"use strict";t();Oo();ei=e=>{if(!Q.safeWindow.location)return;if(!new URL(Q.safeWindow.location.href).protocol.startsWith("http"))return Q.safeWindow.location.reload();Q.safeWindow.location.assign(e)}});var eo=T(()=>{"use strict";t();Ja();Qa();ae();oi()});var ni,ti,Wo,bn=T(()=>{"use strict";t();eo();ni=!1,ti=(e=!0)=>{ni=e},Wo=({timeout:e=0,url:o})=>{ni||setTimeout(()=>{if(!!window)return ei(o)},e)}});var ri=T(()=>{"use strict";t();bn()});function ai(e){return e[Math.floor(Math.random()*e.length)]}var ii=T(()=>{"use strict";t()});function si(e){let o=null;if((e==null?void 0:e.statusCode)in ht){let n=e==null?void 0:e.statusCode,{message:r}=ht[n];o=fm.includes(n)?ci:r}return{errorMessage:o,defaultErrorMessage:ci}}var ci,um,gm,fm,Ct=T(()=>{"use strict";t();xt();ci="Check if the MultiversX app is open on Ledger",um=28161,gm=28160,fm=[um,gm]});var pi=T(()=>{"use strict";t();ri();ii();Ct()});var mi,di,_i,Rt,xm,li,Gg,$g,Vg,Sn,wn=T(()=>{"use strict";t();mi=require("@reduxjs/toolkit"),di=w(require("lodash.omit")),_i=require("redux-persist");bt();j();pi();Rt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},xm={network:Rt},li=(0,mi.createSlice)({name:"appConfig",initialState:xm,reducers:{initializeNetworkConfig:(e,o)=>{let n=ai(o.payload.walletConnectV2RelayAddresses),r=(0,di.default)(o.payload,"walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=u(u({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(L,o=>{o.network.customWalletAddress=void 0}),e.addCase(_i.REHYDRATE,(o,n)=>{var a,p;if(!((p=(a=n.payload)==null?void 0:a.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Gg,updateNetworkConfig:$g,setCustomWalletAddress:Vg}=li.actions,Sn=li.reducer});var ui,Dt,gi,Xg,Yg,Zg,vn,An=T(()=>{"use strict";t();ui=require("@reduxjs/toolkit");G();j();Dt={isSigning:!1,signedSessions:{}},gi=(0,ui.createSlice)({name:"signedMessageInfoSliceState",initialState:Dt,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:a}=o.payload;a&&(e.errorMessage=a),e.isSigning=r.status==="pending",e.signedSessions[n]=u(u({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Dt},extraReducers:e=>{e.addCase(L,()=>Dt)}}),{setSignSession:Xg,clearSignedMessageInfo:Yg,setSignSessionState:Zg}=gi.actions,vn=gi.reducer});var hi,xi,fi,Ti,Tm,ym,rf,bm,kn,In=T(()=>{"use strict";t();hi=require("@reduxjs/toolkit"),xi=require("redux-persist");G();_n();j();fi={customToasts:[],transactionToasts:[]},Ti=(0,hi.createSlice)({name:"toastsSlice",initialState:fi,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(a=>a.toastId===n);if(r!==-1){e.customToasts[r]=S(u(u({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Mo(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(L,()=>fi),e.addCase(xi.REHYDRATE,(o,n)=>{var a,p;let r=(p=(a=n.customToasts)==null?void 0:a.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Tm,removeCustomToast:ym,addTransactionToast:rf,removeTransactionToast:bm}=Ti.actions,kn=Ti.reducer});var yi,Mt,Ft,Bt,Sm,Ot,bi,pf,wm,En,Pn,Ln=T(()=>{"use strict";t();yi=require("@reduxjs/toolkit");j();Mt="Transaction failed",Ft="Transaction successful",Bt="Processing transaction",Sm="Transaction submitted",Ot={},bi=(0,yi.createSlice)({name:"transactionsInfo",initialState:Ot,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Mt,successMessage:(r==null?void 0:r.successMessage)||Ft,processingMessage:(r==null?void 0:r.processingMessage)||Bt,submittedMessage:(r==null?void 0:r.submittedMessage)||Sm,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ot},extraReducers:e=>{e.addCase(L,()=>Ot)}}),{clearTransactionsInfo:pf,setTransactionsDisplayInfo:wm,clearTransactionsInfoForSessionId:En}=bi.actions,Pn=bi.reducer});function Si(e){return e!=null&&(Rm(e)||Bm(e))}function Nn(e){return e!=null&&(Dm(e)||Um(e))}function Cn(e){return e!=null&&(Om(e)||Wm(e))}function wi(e){return e!=null&&(Mm(e)||Gm(e))}function vi(e){return e!=null&&Fm(e)}function Rm(e){return e!=null&&vm.includes(e)}function Dm(e){return e!=null&&Am.includes(e)}function Om(e){return e!=null&&km.includes(e)}function Mm(e){return e!=null&&Im.includes(e)}function Fm(e){return e!=null&&Em.includes(e)}function Bm(e){return e!=null&&Pm.includes(e)}function Um(e){return e!=null&&Lm.includes(e)}function Wm(e){return e!=null&&Nm.includes(e)}function Gm(e){return e!=null&&Cm.includes(e)}var vm,Am,km,Im,Em,Pm,Lm,Nm,Cm,Gt=T(()=>{"use strict";t();te();vm=["sent"],Am=["success"],km=["fail","cancelled","timedOut"],Im=["invalid"],Em=["timedOut"],Pm=["pending"],Lm=["success"],Nm=["fail","invalid"],Cm=["not executed"]});var Ai,ki,Go,$m,Ii,xf,Tf,Vm,xo,Hm,jm,yf,Ei,oo,To,bf,Rn,Dn=T(()=>{"use strict";t();Ai=require("@reduxjs/toolkit"),ki=require("redux-persist");te();Gt();j();Go={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},$m={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ii=(0,Ai.createSlice)({name:"transactionsSlice",initialState:Go,reducers:{moveTransactionsToSignedState:(e,o)=>{var _,g;let{sessionId:n,transactions:r,errorMessage:a,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=u(u(u({},$m),((_=e.signedTransactions[n])==null?void 0:_.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:a,redirectRoute:m,customTransactionInformation:u(u({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Go.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:a,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,a!=null&&(e.signedTransactions[n].errorMessage=a),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,f,h,b,v,k,B,A;let{sessionId:n,status:r,errorMessage:a,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,_=(f=(g=e.signedTransactions)==null?void 0:g[n])==null?void 0:f.transactions;if(_!=null){e.signedTransactions[n].transactions=_.map(C=>C.hash===p?S(u(u({},m!=null?m:{}),C),{status:r,errorMessage:a,inTransit:d}):C);let W=(b=(h=e.signedTransactions[n])==null?void 0:h.transactions)==null?void 0:b.every(C=>Nn(C.status)),D=(k=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:k.some(C=>Cn(C.status)),M=(A=(B=e.signedTransactions[n])==null?void 0:B.transactions)==null?void 0:A.every(C=>wi(C.status));W&&(e.signedTransactions[n].status="success"),D&&(e.signedTransactions[n].status="fail"),M&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Go.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Go.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=u(u({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(L,()=>Go),e.addCase(ki.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:a}=n.payload.transactions,p=Object.entries(r).reduce((d,[_,g])=>{let f=new Date(_),h=new Date;return h.setHours(h.getHours()+5),h-f>0||(d[_]=g),d},{});a!=null&&(o.customTransactionInformationForSessionId=a),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:xf,updateSignedTransactions:Tf,setTransactionsToSign:Vm,clearAllTransactionsToSign:xo,clearAllSignedTransactions:Hm,clearSignedTransaction:jm,clearTransactionToSign:yf,setSignTransactionsError:Ei,setSignTransactionsCancelMessage:oo,moveTransactionsToSignedState:To,updateSignedTransactionsCustomTransactionInformation:bf}=Ii.actions,Rn=Ii.reducer});var Pi,$t,Li,Af,kf,zm,If,On,Mn=T(()=>{"use strict";t();Pi=require("@reduxjs/toolkit");j();$t={},Li=(0,Pi.createSlice)({name:"batchTransactionsSlice",initialState:$t,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>$t},extraReducers:e=>{e.addCase(L,()=>$t)}}),{setBatchTransactions:Af,updateBatchTransactions:kf,clearBatchTransactions:zm,clearAllBatchTransactions:If}=Li.actions,On=Li.reducer});var Ci,Ni,Ri,Nf,Di,Vt=T(()=>{"use strict";t();Ci=require("@reduxjs/toolkit");j();Ni={},Ri=(0,Ci.createSlice)({name:"dappConfigSlice",initialState:Ni,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(L,()=>Ni)}}),{setDappConfig:Nf}=Ri.actions,Di=Ri.reducer});var V=T(()=>{"use strict";t();fn();xn();yn();wn();An();In();Ln();Dn();Mn();Vt()});var zt=T(()=>{"use strict";t()});var Qi,od,nd,jo,qt=T(()=>{"use strict";t();Qi=require("@reduxjs/toolkit");zt();fn();Mn();Vt();xn();yn();wn();An();In();Ln();Dn();od={["account"]:gn,["dappConfig"]:Di,["loginInfo"]:hn,["modals"]:Tn,["networkConfig"]:Sn,["signedMessageInfo"]:vn,["toasts"]:kn,["transactionsInfo"]:Pn,["transactions"]:Rn,["batchTransactions"]:On},nd=(e={})=>(0,Qi.combineReducers)(u(u({},od),e)),jo=nd});var tc={};ke(tc,{default:()=>xd,sessionStorageReducers:()=>Kt});function Ce(e,o=[]){return{key:e,version:1,storage:oc.default,blacklist:o}}var Y,ec,oc,td,zo,rd,ad,id,cd,sd,pd,md,dd,_d,ld,nc,ud,Kt,gd,fd,hd,xd,rc=T(()=>{"use strict";t();Y=require("redux-persist"),ec=w(require("redux-persist/lib/storage")),oc=w(require("redux-persist/lib/storage/session"));qt();V();fn();Mn();xn();yn();wn();An();In();Ln();Dn();zt();td={persistReducersStorageType:"localStorage"},zo={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},rd=Ce(zo["account"]),ad=Ce(zo["loginInfo"]),id=Ce(zo["modals"]),cd=Ce(zo["networkConfig"]),sd={2:e=>S(u({},e),{networkConfig:Rt})};pd=Ce("sdk-dapp-transactionsInfo"),md=Ce("sdk-dapp-transactions",["transactionsToSign"]),dd=Ce("sdk-dapp-batchTransactions",["batchTransactions"]),_d=Ce("sdk-dapp-toasts"),ld=Ce("sdk-dapp-signedMessageInfo"),nc={key:"sdk-dapp-store",version:2,storage:ec.default,whitelist:Object.keys(zo),migrate:(0,Y.createMigrate)(sd,{debug:!1})},ud=S(u({},nc),{whitelist:[]}),Kt={["toasts"]:(0,Y.persistReducer)(_d,kn),["transactions"]:(0,Y.persistReducer)(md,Rn),["transactionsInfo"]:(0,Y.persistReducer)(pd,Pn),["batchTransactions"]:(0,Y.persistReducer)(dd,On),["signedMessageInfo"]:(0,Y.persistReducer)(ld,vn)},gd=S(u({},Kt),{["account"]:(0,Y.persistReducer)(rd,gn),["loginInfo"]:(0,Y.persistReducer)(ad,hn),["modals"]:(0,Y.persistReducer)(id,Tn),["networkConfig"]:(0,Y.persistReducer)(cd,Sn)}),fd=td.persistReducersStorageType==="localStorage",hd=fd?(0,Y.persistReducer)(nc,jo(Kt)):(0,Y.persistReducer)(ud,jo(gd)),xd=hd});var ac={};ke(ac,{default:()=>Td});var Td,ic=T(()=>{"use strict";t();qt();Td=jo()});var cc={};ke(cc,{default:()=>bd});var ie,yd,bd,sc=T(()=>{"use strict";t();ie=require("redux-persist"),yd=[ie.FLUSH,ie.REHYDRATE,ie.PAUSE,ie.PERSIST,ie.PURGE,ie.REGISTER],bd=yd});var dc={};ke(dc,{default:()=>mc});function mc(e){return(0,pc.persistStore)(e)}var pc,_c=T(()=>{"use strict";t();pc=require("redux-persist")});var us=J((uI,ls)=>{t();var u_=typeof c=="object"&&c&&c.Object===Object&&c;ls.exports=u_});var fs=J((gI,gs)=>{t();var g_=us(),f_=typeof self=="object"&&self&&self.Object===Object&&self,h_=g_||f_||Function("return this")();gs.exports=h_});var lr=J((fI,hs)=>{t();var x_=fs(),T_=x_.Symbol;hs.exports=T_});var bs=J((hI,ys)=>{t();var xs=lr(),Ts=Object.prototype,y_=Ts.hasOwnProperty,b_=Ts.toString,Qo=xs?xs.toStringTag:void 0;function S_(e){var o=y_.call(e,Qo),n=e[Qo];try{e[Qo]=void 0;var r=!0}catch(p){}var a=b_.call(e);return r&&(o?e[Qo]=n:delete e[Qo]),a}ys.exports=S_});var ws=J((xI,Ss)=>{t();var w_=Object.prototype,v_=w_.toString;function A_(e){return v_.call(e)}Ss.exports=A_});var Is=J((TI,ks)=>{t();var vs=lr(),k_=bs(),I_=ws(),E_="[object Null]",P_="[object Undefined]",As=vs?vs.toStringTag:void 0;function L_(e){return e==null?e===void 0?P_:E_:As&&As in Object(e)?k_(e):I_(e)}ks.exports=L_});var Ps=J((yI,Es)=>{t();var N_=Array.isArray;Es.exports=N_});var Ns=J((bI,Ls)=>{t();function C_(e){return e!=null&&typeof e=="object"}Ls.exports=C_});var Rs=J((SI,Cs)=>{t();var R_=Is(),D_=Ps(),O_=Ns(),M_="[object String]";function F_(e){return typeof e=="string"||!D_(e)&&O_(e)&&R_(e)==M_}Cs.exports=F_});var fr={};ke(fr,{css:()=>Ws,default:()=>V_});var Ws,V_,hr=T(()=>{"use strict";t();Ws=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Sp=Object.create;var Co=Object.defineProperty,wp=Object.defineProperties,vp=Object.getOwnPropertyDescriptor,Ap=Object.getOwnPropertyDescriptors,kp=Object.getOwnPropertyNames,nn=Object.getOwnPropertySymbols,Ip=Object.getPrototypeOf,tt=Object.prototype.hasOwnProperty,Or=Object.prototype.propertyIsEnumerable;var Dr=(e,o,n)=>o in e?Co(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,u=(e,o)=>{for(var n in o||(o={}))tt.call(o,n)&&Dr(e,n,o[n]);if(nn)for(var n of nn(o))Or.call(o,n)&&Dr(e,n,o[n]);return e},S=(e,o)=>wp(e,Ap(o));var mo=(e,o)=>{var n={};for(var r in e)tt.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&nn)for(var r of nn(e))o.indexOf(r)<0&&Or.call(e,r)&&(n[r]=e[r]);return n};var T=(e,o)=>()=>(e&&(o=e(e=0)),o);var J=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),ke=(e,o)=>{for(var n in o)Co(e,n,{get:o[n],enumerable:!0})},Mr=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of kp(o))!tt.call(e,a)&&a!==n&&Co(e,a,{get:()=>o[a],enumerable:!(r=vp(o,a))||r.enumerable});return e};var w=(e,o,n)=>(n=e!=null?Sp(Ip(e)):{},Mr(o||!e||!e.__esModule?Co(n,"default",{value:e,enumerable:!0}):n,e)),je=e=>Mr(Co({},"__esModule",{value:!0}),e);var x=(e,o,n)=>new Promise((r,a)=>{var p=_=>{try{d(n.next(_))}catch(g){a(g)}},m=_=>{try{d(n.throw(_))}catch(g){a(g)}},d=_=>_.done?r(_.value):Promise.resolve(_.value).then(p,m);d((n=n.apply(e,o)).next())});var Ur=J(tn=>{"use strict";t();tn.byteLength=Pp;tn.toByteArray=Np;tn.fromByteArray=Dp;var ue=[],ne=[],Ep=typeof Uint8Array!="undefined"?Uint8Array:Array,rt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ze=0,Fr=rt.length;ze<Fr;++ze)ue[ze]=rt[ze],ne[rt.charCodeAt(ze)]=ze;var ze,Fr;ne["-".charCodeAt(0)]=62;ne["_".charCodeAt(0)]=63;function Br(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function Pp(e){var o=Br(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Lp(e,o,n){return(o+n)*3/4-n}function Np(e){var o,n=Br(e),r=n[0],a=n[1],p=new Ep(Lp(e,r,a)),m=0,d=a>0?r-4:r,_;for(_=0;_<d;_+=4)o=ne[e.charCodeAt(_)]<<18|ne[e.charCodeAt(_+1)]<<12|ne[e.charCodeAt(_+2)]<<6|ne[e.charCodeAt(_+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return a===2&&(o=ne[e.charCodeAt(_)]<<2|ne[e.charCodeAt(_+1)]>>4,p[m++]=o&255),a===1&&(o=ne[e.charCodeAt(_)]<<10|ne[e.charCodeAt(_+1)]<<4|ne[e.charCodeAt(_+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Cp(e){return ue[e>>18&63]+ue[e>>12&63]+ue[e>>6&63]+ue[e&63]}function Rp(e,o,n){for(var r,a=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),a.push(Cp(r));return a.join("")}function Dp(e){for(var o,n=e.length,r=n%3,a=[],p=16383,m=0,d=n-r;m<d;m+=p)a.push(Rp(e,m,m+p>d?d:m+p));return r===1?(o=e[n-1],a.push(ue[o>>2]+ue[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],a.push(ue[o>>10]+ue[o>>4&63]+ue[o<<2&63]+"=")),a.join("")}});var Wr=J(at=>{t();at.read=function(e,o,n,r,a){var p,m,d=a*8-r-1,_=(1<<d)-1,g=_>>1,f=-7,h=n?a-1:0,b=n?-1:1,v=e[o+h];for(h+=b,p=v&(1<<-f)-1,v>>=-f,f+=d;f>0;p=p*256+e[o+h],h+=b,f-=8);for(m=p&(1<<-f)-1,p>>=-f,f+=r;f>0;m=m*256+e[o+h],h+=b,f-=8);if(p===0)p=1-g;else{if(p===_)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-g}return(v?-1:1)*m*Math.pow(2,p-r)};at.write=function(e,o,n,r,a,p){var m,d,_,g=p*8-a-1,f=(1<<g)-1,h=f>>1,b=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,k=r?1:-1,B=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=f):(m=Math.floor(Math.log(o)/Math.LN2),o*(_=Math.pow(2,-m))<1&&(m--,_*=2),m+h>=1?o+=b/_:o+=b*Math.pow(2,1-h),o*_>=2&&(m++,_/=2),m+h>=f?(d=0,m=f):m+h>=1?(d=(o*_-1)*Math.pow(2,a),m=m+h):(d=o*Math.pow(2,h-1)*Math.pow(2,a),m=0));a>=8;e[n+v]=d&255,v+=k,d/=256,a-=8);for(m=m<<a|d,g+=a;g>0;e[n+v]=m&255,v+=k,m/=256,g-=8);e[n+v-k]|=B*128}});var Qr=J(lo=>{"use strict";t();var it=Ur(),_o=Wr(),Gr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;lo.Buffer=l;lo.SlowBuffer=Wp;lo.INSPECT_MAX_BYTES=50;var rn=2147483647;lo.kMaxLength=rn;l.TYPED_ARRAY_SUPPORT=Op();!l.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 Op(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.buffer}});Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.byteOffset}});function Ie(e){if(e>rn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,l.prototype),o}function l(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return mt(e)}return Hr(e,o,n)}l.poolSize=8192;function Hr(e,o,n){if(typeof e=="string")return Fp(e,o);if(ArrayBuffer.isView(e))return Bp(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(ge(e,ArrayBuffer)||e&&ge(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(ge(e,SharedArrayBuffer)||e&&ge(e.buffer,SharedArrayBuffer)))return st(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return l.from(r,o,n);var a=Up(e);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return l.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}l.from=function(e,o,n){return Hr(e,o,n)};Object.setPrototypeOf(l.prototype,Uint8Array.prototype);Object.setPrototypeOf(l,Uint8Array);function jr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Mp(e,o,n){return jr(e),e<=0?Ie(e):o!==void 0?typeof n=="string"?Ie(e).fill(o,n):Ie(e).fill(o):Ie(e)}l.alloc=function(e,o,n){return Mp(e,o,n)};function mt(e){return jr(e),Ie(e<0?0:dt(e)|0)}l.allocUnsafe=function(e){return mt(e)};l.allocUnsafeSlow=function(e){return mt(e)};function Fp(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!l.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=zr(e,o)|0,r=Ie(n),a=r.write(e,o);return a!==n&&(r=r.slice(0,a)),r}function ct(e){for(var o=e.length<0?0:dt(e.length)|0,n=Ie(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function Bp(e){if(ge(e,Uint8Array)){var o=new Uint8Array(e);return st(o.buffer,o.byteOffset,o.byteLength)}return ct(e)}function st(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,l.prototype),r}function Up(e){if(l.isBuffer(e)){var o=dt(e.length)|0,n=Ie(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||_t(e.length)?Ie(0):ct(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ct(e.data)}function dt(e){if(e>=rn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+rn.toString(16)+" bytes");return e|0}function Wp(e){return+e!=e&&(e=0),l.alloc(+e)}l.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==l.prototype};l.compare=function(o,n){if(ge(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),ge(n,Uint8Array)&&(n=l.from(n,n.offset,n.byteLength)),!l.isBuffer(o)||!l.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,a=n.length,p=0,m=Math.min(r,a);p<m;++p)if(o[p]!==n[p]){r=o[p],a=n[p];break}return r<a?-1:a<r?1:0};l.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};l.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return l.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var a=l.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(ge(m,Uint8Array))p+m.length>a.length?l.from(m).copy(a,p):Uint8Array.prototype.set.call(a,m,p);else if(l.isBuffer(m))m.copy(a,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return a};function zr(e,o){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||ge(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var a=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return pt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Jr(e).length;default:if(a)return r?-1:pt(e).length;o=(""+o).toLowerCase(),a=!0}}l.byteLength=zr;function Gp(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Zp(this,o,n);case"utf8":case"utf-8":return Kr(this,o,n);case"ascii":return Xp(this,o,n);case"latin1":case"binary":return Yp(this,o,n);case"base64":return qp(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Jp(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}l.prototype._isBuffer=!0;function qe(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}l.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)qe(this,n,n+1);return this};l.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)qe(this,n,n+3),qe(this,n+1,n+2);return this};l.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)qe(this,n,n+7),qe(this,n+1,n+6),qe(this,n+2,n+5),qe(this,n+3,n+4);return this};l.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Kr(this,0,o):Gp.apply(this,arguments)};l.prototype.toLocaleString=l.prototype.toString;l.prototype.equals=function(o){if(!l.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:l.compare(this,o)===0};l.prototype.inspect=function(){var o="",n=lo.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Gr&&(l.prototype[Gr]=l.prototype.inspect);l.prototype.compare=function(o,n,r,a,p){if(ge(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),!l.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),a===void 0&&(a=0),p===void 0&&(p=this.length),n<0||r>o.length||a<0||p>this.length)throw new RangeError("out of range index");if(a>=p&&n>=r)return 0;if(a>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,a>>>=0,p>>>=0,this===o)return 0;for(var m=p-a,d=r-n,_=Math.min(m,d),g=this.slice(a,p),f=o.slice(n,r),h=0;h<_;++h)if(g[h]!==f[h]){m=g[h],d=f[h];break}return m<d?-1:d<m?1:0};function qr(e,o,n,r,a){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,_t(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0)if(a)n=0;else return-1;if(typeof o=="string"&&(o=l.from(o,r)),l.isBuffer(o))return o.length===0?-1:$r(e,o,n,r,a);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):$r(e,[o],n,r,a);throw new TypeError("val must be string, number or Buffer")}function $r(e,o,n,r,a){var p=1,m=e.length,d=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,n/=2}function _(v,k){return p===1?v[k]:v.readUInt16BE(k*p)}var g;if(a){var f=-1;for(g=n;g<m;g++)if(_(e,g)===_(o,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===d)return f*p}else f!==-1&&(g-=g-f),f=-1}else for(n+d>m&&(n=m-d),g=n;g>=0;g--){for(var h=!0,b=0;b<d;b++)if(_(e,g+b)!==_(o,b)){h=!1;break}if(h)return g}return-1}l.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};l.prototype.indexOf=function(o,n,r){return qr(this,o,n,r,!0)};l.prototype.lastIndexOf=function(o,n,r){return qr(this,o,n,r,!1)};function $p(e,o,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r),r>a&&(r=a)):r=a;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var d=parseInt(o.substr(m*2,2),16);if(_t(d))return m;e[n+m]=d}return m}function Vp(e,o,n,r){return an(pt(o,e.length-n),e,n,r)}function Hp(e,o,n,r){return an(om(o),e,n,r)}function jp(e,o,n,r){return an(Jr(o),e,n,r)}function zp(e,o,n,r){return an(nm(o,e.length-n),e,n,r)}l.prototype.write=function(o,n,r,a){if(n===void 0)a="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")a=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var m=!1;;)switch(a){case"hex":return $p(this,o,n,r);case"utf8":case"utf-8":return Vp(this,o,n,r);case"ascii":case"latin1":case"binary":return Hp(this,o,n,r);case"base64":return jp(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return zp(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),m=!0}};l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function qp(e,o,n){return o===0&&n===e.length?it.fromByteArray(e):it.fromByteArray(e.slice(o,n))}function Kr(e,o,n){n=Math.min(e.length,n);for(var r=[],a=o;a<n;){var p=e[a],m=null,d=p>239?4:p>223?3:p>191?2:1;if(a+d<=n){var _,g,f,h;switch(d){case 1:p<128&&(m=p);break;case 2:_=e[a+1],(_&192)===128&&(h=(p&31)<<6|_&63,h>127&&(m=h));break;case 3:_=e[a+1],g=e[a+2],(_&192)===128&&(g&192)===128&&(h=(p&15)<<12|(_&63)<<6|g&63,h>2047&&(h<55296||h>57343)&&(m=h));break;case 4:_=e[a+1],g=e[a+2],f=e[a+3],(_&192)===128&&(g&192)===128&&(f&192)===128&&(h=(p&15)<<18|(_&63)<<12|(g&63)<<6|f&63,h>65535&&h<1114112&&(m=h))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),a+=d}return Kp(r)}var Vr=4096;function Kp(e){var o=e.length;if(o<=Vr)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Vr));return n}function Xp(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]&127);return r}function Yp(e,o,n){var r="";n=Math.min(e.length,n);for(var a=o;a<n;++a)r+=String.fromCharCode(e[a]);return r}function Zp(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var a="",p=o;p<n;++p)a+=tm[e[p]];return a}function Jp(e,o,n){for(var r=e.slice(o,n),a="",p=0;p<r.length-1;p+=2)a+=String.fromCharCode(r[p]+r[p+1]*256);return a}l.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var a=this.subarray(o,n);return Object.setPrototypeOf(a,l.prototype),a};function U(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return a};l.prototype.readUintBE=l.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=this[o+--n],p=1;n>0&&(p*=256);)a+=this[o+--n]*p;return a};l.prototype.readUint8=l.prototype.readUInt8=function(o,n){return o=o>>>0,n||U(o,1,this.length),this[o]};l.prototype.readUint16LE=l.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||U(o,2,this.length),this[o]|this[o+1]<<8};l.prototype.readUint16BE=l.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||U(o,2,this.length),this[o]<<8|this[o+1]};l.prototype.readUint32LE=l.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||U(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};l.prototype.readUint32BE=l.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||U(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};l.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=this[o],p=1,m=0;++m<n&&(p*=256);)a+=this[o+m]*p;return p*=128,a>=p&&(a-=Math.pow(2,8*n)),a};l.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||U(o,n,this.length);for(var a=n,p=1,m=this[o+--a];a>0&&(p*=256);)m+=this[o+--a]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};l.prototype.readInt8=function(o,n){return o=o>>>0,n||U(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};l.prototype.readInt16LE=function(o,n){o=o>>>0,n||U(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};l.prototype.readInt16BE=function(o,n){o=o>>>0,n||U(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};l.prototype.readInt32LE=function(o,n){return o=o>>>0,n||U(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};l.prototype.readInt32BE=function(o,n){return o=o>>>0,n||U(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};l.prototype.readFloatLE=function(o,n){return o=o>>>0,n||U(o,4,this.length),_o.read(this,o,!0,23,4)};l.prototype.readFloatBE=function(o,n){return o=o>>>0,n||U(o,4,this.length),_o.read(this,o,!1,23,4)};l.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||U(o,8,this.length),_o.read(this,o,!0,52,8)};l.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||U(o,8,this.length),_o.read(this,o,!1,52,8)};function q(e,o,n,r,a,p){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>a||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;q(this,o,n,r,p,0)}var m=1,d=0;for(this[n]=o&255;++d<r&&(m*=256);)this[n+d]=o/m&255;return n+r};l.prototype.writeUintBE=l.prototype.writeUIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,r=r>>>0,!a){var p=Math.pow(2,8*r)-1;q(this,o,n,r,p,0)}var m=r-1,d=1;for(this[n+m]=o&255;--m>=0&&(d*=256);)this[n+m]=o/d&255;return n+r};l.prototype.writeUint8=l.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,1,255,0),this[n]=o&255,n+1};l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};l.prototype.writeIntLE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);q(this,o,n,r,p-1,-p)}var m=0,d=1,_=0;for(this[n]=o&255;++m<r&&(d*=256);)o<0&&_===0&&this[n+m-1]!==0&&(_=1),this[n+m]=(o/d>>0)-_&255;return n+r};l.prototype.writeIntBE=function(o,n,r,a){if(o=+o,n=n>>>0,!a){var p=Math.pow(2,8*r-1);q(this,o,n,r,p-1,-p)}var m=r-1,d=1,_=0;for(this[n+m]=o&255;--m>=0&&(d*=256);)o<0&&_===0&&this[n+m+1]!==0&&(_=1),this[n+m]=(o/d>>0)-_&255;return n+r};l.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};l.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};l.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};l.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};l.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||q(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Xr(e,o,n,r,a,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Yr(e,o,n,r,a){return o=+o,n=n>>>0,a||Xr(e,o,n,4,34028234663852886e22,-34028234663852886e22),_o.write(e,o,n,r,23,4),n+4}l.prototype.writeFloatLE=function(o,n,r){return Yr(this,o,n,!0,r)};l.prototype.writeFloatBE=function(o,n,r){return Yr(this,o,n,!1,r)};function Zr(e,o,n,r,a){return o=+o,n=n>>>0,a||Xr(e,o,n,8,17976931348623157e292,-17976931348623157e292),_o.write(e,o,n,r,52,8),n+8}l.prototype.writeDoubleLE=function(o,n,r){return Zr(this,o,n,!0,r)};l.prototype.writeDoubleBE=function(o,n,r){return Zr(this,o,n,!1,r)};l.prototype.copy=function(o,n,r,a){if(!l.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),n>=o.length&&(n=o.length),n||(n=0),a>0&&a<r&&(a=r),a===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),o.length-n<a-r&&(a=o.length-n+r);var p=a-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,a):Uint8Array.prototype.set.call(o,this.subarray(r,a),n),p};l.prototype.fill=function(o,n,r,a){if(typeof o=="string"){if(typeof n=="string"?(a=n,n=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!l.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(o.length===1){var p=o.charCodeAt(0);(a==="utf8"&&p<128||a==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var d=l.isBuffer(o)?o:l.from(o,a),_=d.length;if(_===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=d[m%_]}return this};var Qp=/[^+/0-9A-Za-z-_]/g;function em(e){if(e=e.split("=")[0],e=e.trim().replace(Qp,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function pt(e,o){o=o||1/0;for(var n,r=e.length,a=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!a){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}a=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),a=n;continue}n=(a-55296<<10|n-56320)+65536}else a&&(o-=3)>-1&&p.push(239,191,189);if(a=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function om(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function nm(e,o){for(var n,r,a,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,a=n%256,p.push(a),p.push(r);return p}function Jr(e){return it.toByteArray(em(e))}function an(e,o,n,r){for(var a=0;a<r&&!(a+n>=o.length||a>=e.length);++a)o[a+n]=e[a];return a}function ge(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function _t(e){return e!==e}var tm=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,a=0;a<16;++a)o[r+a]=e[n]+e[a];return o}()});var ra=J((fl,ta)=>{t();var O=ta.exports={},fe,he;function lt(){throw new Error("setTimeout has not been defined")}function ut(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?fe=setTimeout:fe=lt}catch(e){fe=lt}try{typeof clearTimeout=="function"?he=clearTimeout:he=ut}catch(e){he=ut}})();function ea(e){if(fe===setTimeout)return setTimeout(e,0);if((fe===lt||!fe)&&setTimeout)return fe=setTimeout,setTimeout(e,0);try{return fe(e,0)}catch(o){try{return fe.call(null,e,0)}catch(n){return fe.call(this,e,0)}}}function rm(e){if(he===clearTimeout)return clearTimeout(e);if((he===ut||!he)&&clearTimeout)return he=clearTimeout,clearTimeout(e);try{return he(e)}catch(o){try{return he.call(null,e)}catch(n){return he.call(this,e)}}}var Ee=[],uo=!1,Ke,cn=-1;function am(){!uo||!Ke||(uo=!1,Ke.length?Ee=Ke.concat(Ee):cn=-1,Ee.length&&oa())}function oa(){if(!uo){var e=ea(am);uo=!0;for(var o=Ee.length;o;){for(Ke=Ee,Ee=[];++cn<o;)Ke&&Ke[cn].run();cn=-1,o=Ee.length}Ke=null,uo=!1,rm(e)}}O.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Ee.push(new na(e,o)),Ee.length===1&&!uo&&ea(oa)};function na(e,o){this.fun=e,this.array=o}na.prototype.run=function(){this.fun.apply(null,this.array)};O.title="browser";O.browser=!0;O.env={};O.argv=[];O.version="";O.versions={};function Pe(){}O.on=Pe;O.addListener=Pe;O.once=Pe;O.off=Pe;O.removeListener=Pe;O.removeAllListeners=Pe;O.emit=Pe;O.prependListener=Pe;O.prependOnceListener=Pe;O.listeners=function(e){return[]};O.binding=function(e){throw new Error("process.binding is not supported")};O.cwd=function(){return"/"};O.chdir=function(e){throw new Error("process.chdir is not supported")};O.umask=function(){return 0}});var i,s,im,c,t=T(()=>{i=w(Qr()),s=w(ra()),im=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),c=im});var aa=T(()=>{"use strict";t()});var sn,ia,gt=T(()=>{"use strict";t();sn="Transaction canceled",ia="You cannot sign transactions from a different account"});var ca=T(()=>{"use strict";t()});var ft,sa=T(()=>{"use strict";t();ft=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(ft||{})});var pa=T(()=>{"use strict";t()});var ht,xt=T(()=>{"use strict";t();ht={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var ma=T(()=>{"use strict";t()});var Tt,yt=T(()=>{"use strict";t();Tt=(a=>(a.signature="signature",a.sessionId="sessionId",a.status="status",a.address="address",a))(Tt||{})});var da=T(()=>{"use strict";t()});var _a=T(()=>{"use strict";t()});var Le,go,Ro=T(()=>{"use strict";t();Le=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),go=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var la,El,ua,Pl,te=T(()=>{"use strict";t();Ro();la=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(la||{}),El=u(u({},go.WindowProviderRequestEnums),la),ua=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(ua||{}),Pl=u(u({},go.WindowProviderResponseEnums),ua)});var ga=T(()=>{"use strict";t()});var fa=T(()=>{"use strict";t()});var K=T(()=>{"use strict";t()});var ha=T(()=>{"use strict";t()});var xa=T(()=>{"use strict";t()});var Ta=T(()=>{"use strict";t()});var G=T(()=>{"use strict";t();yt();da();_a();te();ga();fa();K();ha();xa();Ta()});var Xe,ya,zl,ba,ql,Sa,Kl,Xl,wa,Do=T(()=>{"use strict";t();G();Xe={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:ya,egldLabel:zl}=Xe["devnet"],{chainId:ba,egldLabel:ql}=Xe["testnet"],{chainId:Sa,egldLabel:Kl}=Xe["mainnet"],Xl={["devnet"]:ya,["testnet"]:ba,["mainnet"]:Sa},wa={[ya]:"devnet",[ba]:"testnet",[Sa]:"mainnet"}});var bt=T(()=>{"use strict";t()});var xe,va=T(()=>{"use strict";t();xe=require("@multiversx/sdk-web-wallet-provider")});var Q,Oo=T(()=>{"use strict";t();Q=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Aa,ka,St,ou,nu,Ia=T(()=>{"use strict";t();Oo();St=String((ka=(Aa=Q.safeWindow)==null?void 0:Aa.navigator)==null?void 0:ka.userAgent),ou=/^((?!chrome|android).)*safari/i.test(St),nu=/firefox/i.test(St)&&/windows/i.test(St)});var pn,Ye,Ea,Pa,La,Ue,mn,Na,dn,Ca,fo,P=T(()=>{"use strict";t();aa();gt();ca();sa();pa();xt();ma();Do();bt();va();Ia();pn=5e4,Ye=1e9,Ea=1,Pa=1,La="/dapp/init",Ue="signSession",mn="sdk-dapp-version",Na="4.6.2",dn="logout",Ca="login",fo="0"});var Mo,_n=T(()=>{"use strict";t();Mo=()=>Date.now()/1e3});var Ra=T(()=>{"use strict";t()});var Da=T(()=>{"use strict";t()});var Oa=T(()=>{"use strict";t();_n();Ra();Da()});var wt={};ke(wt,{clear:()=>mm,getItem:()=>sm,localStorageKeys:()=>re,removeItem:()=>pm,setItem:()=>cm});var re,ln,cm,sm,pm,mm,Ze=T(()=>{"use strict";t();Oa();re={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},ln=typeof localStorage!="undefined",cm=({key:e,data:o,expires:n})=>{!ln||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},sm=e=>{if(!ln)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Mo()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},pm=e=>{!ln||localStorage.removeItem(String(e))},mm=()=>{!ln||localStorage.clear()}});var vt={};ke(vt,{clear:()=>Ua,getItem:()=>Fa,removeItem:()=>Ba,sessionStorageKeys:()=>dm,setItem:()=>Ma,storage:()=>_m});var dm,Ma,Fa,Ba,Ua,_m,Wa=T(()=>{"use strict";t();dm={address:"address",shard:"shard",toasts:"toasts",toastProgress:"toastProgress"},Ma=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Fa=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Ba=e=>sessionStorage.removeItem(String(e)),Ua=()=>sessionStorage.clear(),_m={setItem:Ma,getItem:Fa,removeItem:Ba,clear:Ua}});var me,ho=T(()=>{"use strict";t();Ze();Wa();me={session:vt,local:wt}});var At,L,Je,j=T(()=>{"use strict";t();At=require("@reduxjs/toolkit");P();L=(0,At.createAction)(dn),Je=(0,At.createAction)(Ca,e=>({payload:e}))});var It,Ga,$a,un,kt,Va,Et,Ru,Pt,Du,Ou,Mu,Fu,Bu,Uu,Wu,Gu,gn,fn=T(()=>{"use strict";t();It=require("@multiversx/sdk-core"),Ga=require("@reduxjs/toolkit"),$a=require("redux-persist");P();ho();Ze();j();un={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:fo},kt={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":un},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Va=(0,Ga.createSlice)({name:"accountInfoSlice",initialState:kt,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new It.Address(n).toHex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:un},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(L,()=>(me.local.removeItem(re.loginExpiresAt),kt)),e.addCase(Je,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new It.Address(r).toHex()}),e.addCase($a.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:a,shard:p,accounts:m,publicKey:d}=r;o.address=a,o.shard=p;let _=m&&a in m;o.accounts=_?m:kt.accounts,o.publicKey=d})}}),{setAccount:Et,setAddress:Ru,setAccountNonce:Pt,setAccountShard:Du,setLedgerAccount:Ou,updateLedgerAccount:Mu,setWalletConnectAccount:Fu,setIsAccountLoading:Bu,setAccountLoadingError:Uu,setWebsocketEvent:Wu,setWebsocketBatchEvent:Gu}=Va.actions,gn=Va.reducer});function Fo(){return new Date().setHours(new Date().getHours()+24)}function Bo(e){me.local.setItem({key:re.loginExpiresAt,data:e,expires:e})}var Lt=T(()=>{"use strict";t();ho();Ze()});var ja,Ha,za,Zu,Ju,Qu,qa,eg,og,Ka,ng,tg,rg,hn,xn=T(()=>{"use strict";t();ja=require("@reduxjs/toolkit");Lt();te();j();Ha={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},za=(0,ja.createSlice)({name:"loginInfoSlice",initialState:Ha,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(L,()=>Ha),e.addCase(Je,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,Bo(Fo())})}}),{setLoginMethod:Zu,setWalletConnectLogin:Ju,setLedgerLogin:Qu,setTokenLogin:qa,setTokenLoginSignature:eg,setWalletLogin:og,invalidateLoginSession:Ka,setLogoutRoute:ng,setIsWalletConnectV2Initialized:tg,setWebviewLogin:rg}=za.actions,hn=za.reducer});var Ya,Xa,Za,sg,lm,pg,mg,Tn,yn=T(()=>{"use strict";t();Ya=require("@reduxjs/toolkit");j();Xa={},Za=(0,Ya.createSlice)({name:"modalsSlice",initialState:Xa,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(L,()=>Xa)}}),{setTxSubmittedModal:sg,setNotificationModal:lm,clearTxSubmittedModal:pg,clearNotificationModal:mg}=Za.actions,Tn=Za.reducer});var Ne,Uo=T(()=>{"use strict";t();Ne=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var R,ae=T(()=>{"use strict";t();Uo();R=()=>{if(!Ne())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:a,search:p}}=window;return{pathname:o,hash:n,origin:r,href:a,search:p}}});var Nt,Ja=T(()=>{"use strict";t();ae();Nt=(e="")=>{let o=R(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Qa=T(()=>{"use strict";t();eo()});var ei,oi=T(()=>{"use strict";t();Oo();ei=e=>{if(!Q.safeWindow.location)return;if(!new URL(Q.safeWindow.location.href).protocol.startsWith("http"))return Q.safeWindow.location.reload();Q.safeWindow.location.assign(e)}});var eo=T(()=>{"use strict";t();Ja();Qa();ae();oi()});var ni,ti,Wo,bn=T(()=>{"use strict";t();eo();ni=!1,ti=(e=!0)=>{ni=e},Wo=({timeout:e=0,url:o})=>{ni||setTimeout(()=>{if(!!window)return ei(o)},e)}});var ri=T(()=>{"use strict";t();bn()});function ai(e){return e[Math.floor(Math.random()*e.length)]}var ii=T(()=>{"use strict";t()});function si(e){let o=null;if((e==null?void 0:e.statusCode)in ht){let n=e==null?void 0:e.statusCode,{message:r}=ht[n];o=fm.includes(n)?ci:r}return{errorMessage:o,defaultErrorMessage:ci}}var ci,um,gm,fm,Ct=T(()=>{"use strict";t();xt();ci="Check if the MultiversX app is open on Ledger",um=28161,gm=28160,fm=[um,gm]});var pi=T(()=>{"use strict";t();ri();ii();Ct()});var mi,di,_i,Rt,xm,li,Gg,$g,Vg,Sn,wn=T(()=>{"use strict";t();mi=require("@reduxjs/toolkit"),di=w(require("lodash.omit")),_i=require("redux-persist");bt();j();pi();Rt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},xm={network:Rt},li=(0,mi.createSlice)({name:"appConfig",initialState:xm,reducers:{initializeNetworkConfig:(e,o)=>{let n=ai(o.payload.walletConnectV2RelayAddresses),r=(0,di.default)(o.payload,"walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=u(u({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(L,o=>{o.network.customWalletAddress=void 0}),e.addCase(_i.REHYDRATE,(o,n)=>{var a,p;if(!((p=(a=n.payload)==null?void 0:a.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Gg,updateNetworkConfig:$g,setCustomWalletAddress:Vg}=li.actions,Sn=li.reducer});var ui,Dt,gi,Xg,Yg,Zg,vn,An=T(()=>{"use strict";t();ui=require("@reduxjs/toolkit");G();j();Dt={isSigning:!1,signedSessions:{}},gi=(0,ui.createSlice)({name:"signedMessageInfoSliceState",initialState:Dt,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:a}=o.payload;a&&(e.errorMessage=a),e.isSigning=r.status==="pending",e.signedSessions[n]=u(u({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Dt},extraReducers:e=>{e.addCase(L,()=>Dt)}}),{setSignSession:Xg,clearSignedMessageInfo:Yg,setSignSessionState:Zg}=gi.actions,vn=gi.reducer});var hi,xi,fi,Ti,Tm,ym,rf,bm,kn,In=T(()=>{"use strict";t();hi=require("@reduxjs/toolkit"),xi=require("redux-persist");G();_n();j();fi={customToasts:[],transactionToasts:[]},Ti=(0,hi.createSlice)({name:"toastsSlice",initialState:fi,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(a=>a.toastId===n);if(r!==-1){e.customToasts[r]=S(u(u({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Mo(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(L,()=>fi),e.addCase(xi.REHYDRATE,(o,n)=>{var a,p;let r=(p=(a=n.customToasts)==null?void 0:a.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Tm,removeCustomToast:ym,addTransactionToast:rf,removeTransactionToast:bm}=Ti.actions,kn=Ti.reducer});var yi,Mt,Ft,Bt,Sm,Ot,bi,pf,wm,En,Pn,Ln=T(()=>{"use strict";t();yi=require("@reduxjs/toolkit");j();Mt="Transaction failed",Ft="Transaction successful",Bt="Processing transaction",Sm="Transaction submitted",Ot={},bi=(0,yi.createSlice)({name:"transactionsInfo",initialState:Ot,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||Mt,successMessage:(r==null?void 0:r.successMessage)||Ft,processingMessage:(r==null?void 0:r.processingMessage)||Bt,submittedMessage:(r==null?void 0:r.submittedMessage)||Sm,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ot},extraReducers:e=>{e.addCase(L,()=>Ot)}}),{clearTransactionsInfo:pf,setTransactionsDisplayInfo:wm,clearTransactionsInfoForSessionId:En}=bi.actions,Pn=bi.reducer});function Si(e){return e!=null&&(Rm(e)||Bm(e))}function Nn(e){return e!=null&&(Dm(e)||Um(e))}function Cn(e){return e!=null&&(Om(e)||Wm(e))}function wi(e){return e!=null&&(Mm(e)||Gm(e))}function vi(e){return e!=null&&Fm(e)}function Rm(e){return e!=null&&vm.includes(e)}function Dm(e){return e!=null&&Am.includes(e)}function Om(e){return e!=null&&km.includes(e)}function Mm(e){return e!=null&&Im.includes(e)}function Fm(e){return e!=null&&Em.includes(e)}function Bm(e){return e!=null&&Pm.includes(e)}function Um(e){return e!=null&&Lm.includes(e)}function Wm(e){return e!=null&&Nm.includes(e)}function Gm(e){return e!=null&&Cm.includes(e)}var vm,Am,km,Im,Em,Pm,Lm,Nm,Cm,Gt=T(()=>{"use strict";t();te();vm=["sent"],Am=["success"],km=["fail","cancelled","timedOut"],Im=["invalid"],Em=["timedOut"],Pm=["pending"],Lm=["success"],Nm=["fail","invalid"],Cm=["not executed"]});var Ai,ki,Go,$m,Ii,xf,Tf,Vm,xo,Hm,jm,yf,Ei,oo,To,bf,Rn,Dn=T(()=>{"use strict";t();Ai=require("@reduxjs/toolkit"),ki=require("redux-persist");te();Gt();j();Go={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},$m={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ii=(0,Ai.createSlice)({name:"transactionsSlice",initialState:Go,reducers:{moveTransactionsToSignedState:(e,o)=>{var _,g;let{sessionId:n,transactions:r,errorMessage:a,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[n]=u(u(u({},$m),((_=e.signedTransactions[n])==null?void 0:_.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:a,redirectRoute:m,customTransactionInformation:u(u({},e.customTransactionInformationForSessionId[n]),d!=null?d:{})},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Go.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:a,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,a!=null&&(e.signedTransactions[n].errorMessage=a),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,f,h,b,v,k,B,A;let{sessionId:n,status:r,errorMessage:a,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,_=(f=(g=e.signedTransactions)==null?void 0:g[n])==null?void 0:f.transactions;if(_!=null){e.signedTransactions[n].transactions=_.map(C=>C.hash===p?S(u(u({},m!=null?m:{}),C),{status:r,errorMessage:a,inTransit:d}):C);let W=(b=(h=e.signedTransactions[n])==null?void 0:h.transactions)==null?void 0:b.every(C=>Nn(C.status)),D=(k=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:k.some(C=>Cn(C.status)),M=(A=(B=e.signedTransactions[n])==null?void 0:B.transactions)==null?void 0:A.every(C=>wi(C.status));W&&(e.signedTransactions[n].status="success"),D&&(e.signedTransactions[n].status="fail"),M&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Go.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Go.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=u(u({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(L,()=>Go),e.addCase(ki.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:a}=n.payload.transactions,p=Object.entries(r).reduce((d,[_,g])=>{let f=new Date(_),h=new Date;return h.setHours(h.getHours()+5),h-f>0||(d[_]=g),d},{});a!=null&&(o.customTransactionInformationForSessionId=a),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:xf,updateSignedTransactions:Tf,setTransactionsToSign:Vm,clearAllTransactionsToSign:xo,clearAllSignedTransactions:Hm,clearSignedTransaction:jm,clearTransactionToSign:yf,setSignTransactionsError:Ei,setSignTransactionsCancelMessage:oo,moveTransactionsToSignedState:To,updateSignedTransactionsCustomTransactionInformation:bf}=Ii.actions,Rn=Ii.reducer});var Pi,$t,Li,Af,kf,zm,If,On,Mn=T(()=>{"use strict";t();Pi=require("@reduxjs/toolkit");j();$t={},Li=(0,Pi.createSlice)({name:"batchTransactionsSlice",initialState:$t,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>$t},extraReducers:e=>{e.addCase(L,()=>$t)}}),{setBatchTransactions:Af,updateBatchTransactions:kf,clearBatchTransactions:zm,clearAllBatchTransactions:If}=Li.actions,On=Li.reducer});var Ci,Ni,Ri,Nf,Di,Vt=T(()=>{"use strict";t();Ci=require("@reduxjs/toolkit");j();Ni={},Ri=(0,Ci.createSlice)({name:"dappConfigSlice",initialState:Ni,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(L,()=>Ni)}}),{setDappConfig:Nf}=Ri.actions,Di=Ri.reducer});var V=T(()=>{"use strict";t();fn();xn();yn();wn();An();In();Ln();Dn();Mn();Vt()});var zt=T(()=>{"use strict";t()});var Qi,od,nd,jo,qt=T(()=>{"use strict";t();Qi=require("@reduxjs/toolkit");zt();fn();Mn();Vt();xn();yn();wn();An();In();Ln();Dn();od={["account"]:gn,["dappConfig"]:Di,["loginInfo"]:hn,["modals"]:Tn,["networkConfig"]:Sn,["signedMessageInfo"]:vn,["toasts"]:kn,["transactionsInfo"]:Pn,["transactions"]:Rn,["batchTransactions"]:On},nd=(e={})=>(0,Qi.combineReducers)(u(u({},od),e)),jo=nd});var tc={};ke(tc,{default:()=>xd,sessionStorageReducers:()=>Kt});function Ce(e,o=[]){return{key:e,version:1,storage:oc.default,blacklist:o}}var Y,ec,oc,td,zo,rd,ad,id,cd,sd,pd,md,dd,_d,ld,nc,ud,Kt,gd,fd,hd,xd,rc=T(()=>{"use strict";t();Y=require("redux-persist"),ec=w(require("redux-persist/lib/storage")),oc=w(require("redux-persist/lib/storage/session"));qt();V();fn();Mn();xn();yn();wn();An();In();Ln();Dn();zt();td={persistReducersStorageType:"localStorage"},zo={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},rd=Ce(zo["account"]),ad=Ce(zo["loginInfo"]),id=Ce(zo["modals"]),cd=Ce(zo["networkConfig"]),sd={2:e=>S(u({},e),{networkConfig:Rt})};pd=Ce("sdk-dapp-transactionsInfo"),md=Ce("sdk-dapp-transactions",["transactionsToSign"]),dd=Ce("sdk-dapp-batchTransactions",["batchTransactions"]),_d=Ce("sdk-dapp-toasts"),ld=Ce("sdk-dapp-signedMessageInfo"),nc={key:"sdk-dapp-store",version:2,storage:ec.default,whitelist:Object.keys(zo),migrate:(0,Y.createMigrate)(sd,{debug:!1})},ud=S(u({},nc),{whitelist:[]}),Kt={["toasts"]:(0,Y.persistReducer)(_d,kn),["transactions"]:(0,Y.persistReducer)(md,Rn),["transactionsInfo"]:(0,Y.persistReducer)(pd,Pn),["batchTransactions"]:(0,Y.persistReducer)(dd,On),["signedMessageInfo"]:(0,Y.persistReducer)(ld,vn)},gd=S(u({},Kt),{["account"]:(0,Y.persistReducer)(rd,gn),["loginInfo"]:(0,Y.persistReducer)(ad,hn),["modals"]:(0,Y.persistReducer)(id,Tn),["networkConfig"]:(0,Y.persistReducer)(cd,Sn)}),fd=td.persistReducersStorageType==="localStorage",hd=fd?(0,Y.persistReducer)(nc,jo(Kt)):(0,Y.persistReducer)(ud,jo(gd)),xd=hd});var ac={};ke(ac,{default:()=>Td});var Td,ic=T(()=>{"use strict";t();qt();Td=jo()});var cc={};ke(cc,{default:()=>bd});var ie,yd,bd,sc=T(()=>{"use strict";t();ie=require("redux-persist"),yd=[ie.FLUSH,ie.REHYDRATE,ie.PAUSE,ie.PERSIST,ie.PURGE,ie.REGISTER],bd=yd});var dc={};ke(dc,{default:()=>mc});function mc(e){return(0,pc.persistStore)(e)}var pc,_c=T(()=>{"use strict";t();pc=require("redux-persist")});var us=J((uI,ls)=>{t();var u_=typeof c=="object"&&c&&c.Object===Object&&c;ls.exports=u_});var fs=J((gI,gs)=>{t();var g_=us(),f_=typeof self=="object"&&self&&self.Object===Object&&self,h_=g_||f_||Function("return this")();gs.exports=h_});var lr=J((fI,hs)=>{t();var x_=fs(),T_=x_.Symbol;hs.exports=T_});var bs=J((hI,ys)=>{t();var xs=lr(),Ts=Object.prototype,y_=Ts.hasOwnProperty,b_=Ts.toString,Qo=xs?xs.toStringTag:void 0;function S_(e){var o=y_.call(e,Qo),n=e[Qo];try{e[Qo]=void 0;var r=!0}catch(p){}var a=b_.call(e);return r&&(o?e[Qo]=n:delete e[Qo]),a}ys.exports=S_});var ws=J((xI,Ss)=>{t();var w_=Object.prototype,v_=w_.toString;function A_(e){return v_.call(e)}Ss.exports=A_});var Is=J((TI,ks)=>{t();var vs=lr(),k_=bs(),I_=ws(),E_="[object Null]",P_="[object Undefined]",As=vs?vs.toStringTag:void 0;function L_(e){return e==null?e===void 0?P_:E_:As&&As in Object(e)?k_(e):I_(e)}ks.exports=L_});var Ps=J((yI,Es)=>{t();var N_=Array.isArray;Es.exports=N_});var Ns=J((bI,Ls)=>{t();function C_(e){return e!=null&&typeof e=="object"}Ls.exports=C_});var Rs=J((SI,Cs)=>{t();var R_=Is(),D_=Ps(),O_=Ns(),M_="[object String]";function F_(e){return typeof e=="string"||!D_(e)&&O_(e)&&R_(e)==M_}Cs.exports=F_});var fr={};ke(fr,{css:()=>Ws,default:()=>V_});var Ws,V_,hr=T(()=>{"use strict";t();Ws=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|