@multiversx/sdk-dapp 3.2.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- 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/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.d.ts +1 -0
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/confirmReceiverStyles.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/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.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/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/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/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/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/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/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/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.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/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/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/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/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/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/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-4ZHMLRTZ.js → chunk-2BZDABFI.js} +2 -2
- package/__chunks__/{chunk-SVI47SI3.js → chunk-2H4VAUUT.js} +2 -2
- package/__chunks__/{chunk-WJ6TFDQY.js → chunk-2MLXS46E.js} +2 -2
- package/__chunks__/{chunk-WNUYWIWG.js → chunk-2UA3KGMJ.js} +2 -2
- package/__chunks__/{chunk-YY7A6CRY.js → chunk-35UA37WG.js} +2 -2
- package/__chunks__/chunk-3H7EWFWF.js +2 -0
- package/__chunks__/{chunk-QIKXKUWF.js → chunk-3L35WK6I.js} +2 -2
- package/__chunks__/{chunk-QTBH6HMO.js → chunk-3NUKUPRJ.js} +2 -2
- package/__chunks__/{chunk-WIQNAB6F.js → chunk-3PSPJ3D2.js} +2 -2
- package/__chunks__/{chunk-TYET2QFL.js → chunk-3PXIWE3Z.js} +2 -2
- package/__chunks__/{chunk-LOFULJZL.js → chunk-3XMUMFQV.js} +2 -2
- package/__chunks__/{chunk-WY5OGWVU.js → chunk-3YOTIDS2.js} +2 -2
- package/__chunks__/{chunk-UJXWAYCA.js → chunk-443TCDKX.js} +2 -2
- package/__chunks__/{chunk-QNBQMZS2.js → chunk-4BAQ3TNP.js} +2 -2
- package/__chunks__/{chunk-5L5JTAE2.js → chunk-4L3OTENF.js} +2 -2
- package/__chunks__/{chunk-JLICC5SC.js → chunk-4LGJ6DH4.js} +2 -2
- package/__chunks__/{chunk-KWZP3ISE.js → chunk-4M4KGHDR.js} +2 -2
- package/__chunks__/{chunk-3KSNHVKE.js → chunk-4N4DEM2H.js} +2 -2
- package/__chunks__/{chunk-4347T4ED.js → chunk-4RAYZV3I.js} +2 -2
- package/__chunks__/{chunk-6ERMDE4W.js → chunk-4S5Z5QEH.js} +2 -2
- package/__chunks__/chunk-4YMQY6J7.js +2 -0
- package/__chunks__/{chunk-OMSAPXJC.js → chunk-522CBAQL.js} +2 -2
- package/__chunks__/{chunk-V42F64JR.js → chunk-57L3MTNL.js} +2 -2
- package/__chunks__/{chunk-QFYUX3DO.js → chunk-5D33LD5V.js} +2 -2
- package/__chunks__/chunk-5HED7QPD.js +2 -0
- package/__chunks__/{chunk-XSH4BN7R.js → chunk-5KMBOUER.js} +2 -2
- package/__chunks__/{chunk-C5OWHB7L.js → chunk-5M4VIABM.js} +2 -2
- package/__chunks__/{chunk-AS5OGJUI.js → chunk-5MOA5HFT.js} +2 -2
- package/__chunks__/{chunk-K43YQO7X.js → chunk-5SCQQEDB.js} +2 -2
- package/__chunks__/chunk-5XQNABQU.js +2 -0
- package/__chunks__/{chunk-CIRO6KVM.js → chunk-5YNFSM2M.js} +2 -2
- package/__chunks__/{chunk-DCMIQPYX.js → chunk-62KKJH6J.js} +2 -2
- package/__chunks__/{chunk-V2ALYYX4.js → chunk-63VOW77U.js} +2 -2
- package/__chunks__/{chunk-W6QTAB5G.js → chunk-673V3EI6.js} +2 -2
- package/__chunks__/{chunk-FOUSYK7P.js → chunk-6D4Z3BPM.js} +2 -2
- package/__chunks__/{chunk-JQEZP4EG.js → chunk-6E5SFJX4.js} +2 -2
- package/__chunks__/{chunk-C3PXU2L4.js → chunk-6EROQYXY.js} +2 -2
- package/__chunks__/{chunk-LJ5DTBZ3.js → chunk-6FMW2LMA.js} +2 -2
- package/__chunks__/{chunk-2R7AIORH.js → chunk-6QYOK2O6.js} +2 -2
- package/__chunks__/{chunk-D7VHOUYM.js → chunk-6ZO5MAP7.js} +2 -2
- package/__chunks__/{chunk-XZK7SQ5R.js → chunk-72TCGAVS.js} +2 -2
- package/__chunks__/{chunk-YTEQP6SQ.js → chunk-73LULZXA.js} +2 -2
- package/__chunks__/{chunk-53CX34BT.js → chunk-7ACHTQZB.js} +2 -2
- package/__chunks__/{chunk-5ZYWVNM2.js → chunk-7ISLMUQR.js} +2 -2
- package/__chunks__/{chunk-XBMF3PID.js → chunk-7KXXNXKI.js} +2 -2
- package/__chunks__/{chunk-HCCWQBMB.js → chunk-7NHO3W7G.js} +2 -2
- package/__chunks__/{chunk-W45B2SIQ.js → chunk-7PMBM6DH.js} +2 -2
- package/__chunks__/{chunk-VJ4DHAGW.js → chunk-7QNZDTKV.js} +2 -2
- package/__chunks__/chunk-7RW2K7RM.js +2 -0
- package/__chunks__/{chunk-CSMMNNYJ.js → chunk-7TPI54EP.js} +2 -2
- package/__chunks__/{chunk-GAOHYWU5.js → chunk-A2JPBTLQ.js} +2 -2
- package/__chunks__/{chunk-2244LDNQ.js → chunk-AG73LIBA.js} +2 -2
- package/__chunks__/{chunk-KJQZELSP.js → chunk-AGCFHPM3.js} +2 -2
- package/__chunks__/{chunk-CVZLBP4I.js → chunk-AMVMXWHS.js} +2 -2
- package/__chunks__/chunk-ATV6INJ7.js +2 -0
- package/__chunks__/{chunk-4XISASSF.js → chunk-AXBACSWV.js} +2 -2
- package/__chunks__/chunk-B3Q6VXSY.js +2 -0
- package/__chunks__/{chunk-FKMZKHWB.js → chunk-B67MJXIE.js} +2 -2
- package/__chunks__/{chunk-UDICZIAR.js → chunk-BDJK4KGR.js} +2 -2
- package/__chunks__/{chunk-5IHPMM33.js → chunk-BFCT54DX.js} +2 -2
- package/__chunks__/{chunk-TYIXMCYM.js → chunk-BIRRRPZK.js} +2 -2
- package/__chunks__/{chunk-XLP7LOKY.js → chunk-BMLCVJLB.js} +2 -2
- package/__chunks__/{chunk-PD3LBI2G.js → chunk-BXJEXEJD.js} +2 -2
- package/__chunks__/{chunk-DJRMZXTP.js → chunk-BZCCIPJ3.js} +2 -2
- package/__chunks__/{chunk-ZLRWB3K4.js → chunk-CHUEMRPP.js} +2 -2
- package/__chunks__/{chunk-FFYBP3VO.js → chunk-CJNTCPTZ.js} +2 -2
- package/__chunks__/{chunk-IABMQDVK.js → chunk-CJUSAEFU.js} +2 -2
- package/__chunks__/{chunk-G4C3A2HO.js → chunk-CQDFRNVL.js} +2 -2
- package/__chunks__/{chunk-LFUQ2HP4.js → chunk-CWHXEFOH.js} +2 -2
- package/__chunks__/{chunk-RBMIJKHN.js → chunk-CWJ23DC3.js} +2 -2
- package/__chunks__/{chunk-LLCGVY3P.js → chunk-CYJ6XINQ.js} +2 -2
- package/__chunks__/{chunk-C6H6GNG4.js → chunk-CZ6ZGLJY.js} +2 -2
- package/__chunks__/chunk-CZHLFXQU.js +2 -0
- package/__chunks__/{chunk-OLM3DRPG.js → chunk-D3E4CZDU.js} +2 -2
- package/__chunks__/chunk-DEM56F2X.js +2 -0
- package/__chunks__/{chunk-YKKSAVUL.js → chunk-DFGWARVX.js} +2 -2
- package/__chunks__/{chunk-TF42XKFA.js → chunk-DJA3RCZW.js} +2 -2
- package/__chunks__/chunk-DKCZI4SV.js +2 -0
- package/__chunks__/{chunk-BITWLQ5B.js → chunk-DQ7KRP7Y.js} +2 -2
- package/__chunks__/{chunk-PMVYODCM.js → chunk-EGSLRHVD.js} +2 -2
- package/__chunks__/{chunk-H33KIMJC.js → chunk-EI4MR5W7.js} +2 -2
- package/__chunks__/{chunk-GOOVDQAK.js → chunk-EKBEKRMZ.js} +2 -2
- package/__chunks__/{chunk-SIBV5Y4C.js → chunk-EWLQCF5S.js} +2 -2
- package/__chunks__/{chunk-7WDA4F2B.js → chunk-F2SWQ3EN.js} +2 -2
- package/__chunks__/{chunk-NDEZOMKH.js → chunk-F7DD5CJM.js} +2 -2
- package/__chunks__/chunk-FHNVXTHK.js +2 -0
- package/__chunks__/{chunk-GTQKESO5.js → chunk-FK5WGVNO.js} +2 -2
- package/__chunks__/{chunk-YXDBT3TW.js → chunk-FMVC6SAL.js} +2 -2
- package/__chunks__/{chunk-IRL6FPIQ.js → chunk-FY7NTRPD.js} +2 -2
- package/__chunks__/{chunk-54W6LDKZ.js → chunk-G3X4I5FD.js} +2 -2
- package/__chunks__/{chunk-PNYT7QSI.js → chunk-G7JH4SB4.js} +2 -2
- package/__chunks__/chunk-G7Q5FN6Y.js +2 -0
- package/__chunks__/{chunk-A7EKRHVO.js → chunk-GEBHWL4L.js} +2 -2
- package/__chunks__/{chunk-ZAXFR373.js → chunk-GIUBJY2B.js} +2 -2
- package/__chunks__/{chunk-YTU3PPJE.js → chunk-GJ3ZLZYW.js} +2 -2
- package/__chunks__/{chunk-22ELZOLD.js → chunk-GOFCH6VE.js} +2 -2
- package/__chunks__/chunk-GPEER3AH.js +2 -0
- package/__chunks__/chunk-GQ4VRWAX.js +2 -0
- package/__chunks__/{chunk-GQYPHKT6.js → chunk-H5LCN656.js} +2 -2
- package/__chunks__/{chunk-7GULDJWG.js → chunk-HB63RJWY.js} +2 -2
- package/__chunks__/{chunk-A26DPLIK.js → chunk-HE5F2STB.js} +2 -2
- package/__chunks__/{chunk-HIE2PY3O.js → chunk-HGU7OJTG.js} +2 -2
- package/__chunks__/{chunk-3LUCEFPT.js → chunk-HKPKBDP6.js} +2 -2
- package/__chunks__/{chunk-H6YHC6Z4.js → chunk-HN3XLLJP.js} +2 -2
- package/__chunks__/{chunk-T4T3KCYL.js → chunk-IHK7KIPP.js} +2 -2
- package/__chunks__/chunk-IHQJGMN4.js +2 -0
- package/__chunks__/{chunk-SCVWUNAQ.js → chunk-IKCNUEDU.js} +2 -2
- package/__chunks__/{chunk-ZCKKOV45.js → chunk-IVKFJUNA.js} +2 -2
- package/__chunks__/{chunk-S6XUK334.js → chunk-IYB6I4OG.js} +2 -2
- package/__chunks__/{chunk-XJBMN7TS.js → chunk-J5NLSXE6.js} +2 -2
- package/__chunks__/chunk-JC5Z65VU.js +2 -0
- package/__chunks__/chunk-JDUQWVGS.js +2 -0
- package/__chunks__/{chunk-ZQSEKOL6.js → chunk-JOCF53JJ.js} +2 -2
- package/__chunks__/{chunk-D7BIWSMM.js → chunk-JREPZASJ.js} +2 -2
- package/__chunks__/{chunk-YV544ZGF.js → chunk-JZTNSJHB.js} +2 -2
- package/__chunks__/{chunk-YXUXVK7B.js → chunk-K3X7ZU2Q.js} +2 -2
- package/__chunks__/{chunk-N4NZRF7K.js → chunk-KB5AQNBN.js} +2 -2
- package/__chunks__/{chunk-JGQOG4VD.js → chunk-KDTW234J.js} +2 -2
- package/__chunks__/{chunk-6IE5T37F.js → chunk-KENK6UYV.js} +2 -2
- package/__chunks__/{chunk-Z53SQCI3.js → chunk-KNIPSI3N.js} +2 -2
- package/__chunks__/{chunk-QSXRGYJH.js → chunk-KNJKDYYY.js} +2 -2
- package/__chunks__/{chunk-P4CDK2WV.js → chunk-KSQJE4GE.js} +2 -2
- package/__chunks__/{chunk-JV6HGNAU.js → chunk-KXNGXURW.js} +2 -2
- package/__chunks__/{chunk-PMVYVNXA.js → chunk-KY3FHAN2.js} +2 -2
- package/__chunks__/chunk-KYGV6NJC.js +2 -0
- package/__chunks__/{chunk-WXFRCBVZ.js → chunk-L24OLN63.js} +2 -2
- package/__chunks__/{chunk-BAH6AGKQ.js → chunk-L2NRKM7K.js} +2 -2
- package/__chunks__/{chunk-ZB4IJGZZ.js → chunk-L4HHENNO.js} +2 -2
- package/__chunks__/{chunk-U5QNBV6I.js → chunk-LC7THX3J.js} +2 -2
- package/__chunks__/{chunk-YQ77KF5O.js → chunk-LCZFAA2C.js} +2 -2
- package/__chunks__/{chunk-DRVJQTQB.js → chunk-LD4L4WID.js} +2 -2
- package/__chunks__/{chunk-GGSYHMEE.js → chunk-LUKYFA6A.js} +2 -2
- package/__chunks__/{chunk-V2MRQFH3.js → chunk-LUVPRN3L.js} +2 -2
- package/__chunks__/{chunk-3ZRS6ZG4.js → chunk-LYL7JIPR.js} +2 -2
- package/__chunks__/{chunk-PW6HEZVY.js → chunk-MKAUB45S.js} +2 -2
- package/__chunks__/{chunk-DFTUQVYN.js → chunk-MM3X2A7X.js} +2 -2
- package/__chunks__/{chunk-7P6XN6NO.js → chunk-MPWY72YZ.js} +2 -2
- package/__chunks__/{chunk-TKFZSBYS.js → chunk-MRT3CH3Z.js} +2 -2
- package/__chunks__/{chunk-E2MK7AGO.js → chunk-MVASYLN2.js} +2 -2
- package/__chunks__/{chunk-GUTS7ID7.js → chunk-MYDFDZCD.js} +2 -2
- package/__chunks__/{chunk-42GFWXCH.js → chunk-MYWAHSQ5.js} +2 -2
- package/__chunks__/{chunk-OEEOVAI5.js → chunk-N2RDBM7V.js} +2 -2
- package/__chunks__/{chunk-FOGPYTGS.js → chunk-NDGIVPF3.js} +2 -2
- package/__chunks__/{chunk-CHTDHSZB.js → chunk-NF4PGFEY.js} +2 -2
- package/__chunks__/{chunk-VVOOXZ72.js → chunk-NRJBXKR7.js} +2 -2
- package/__chunks__/{chunk-SBXQJUAZ.js → chunk-NTA7YE4M.js} +2 -2
- package/__chunks__/{chunk-HVWHXMXU.js → chunk-NTWXTH6T.js} +2 -2
- package/__chunks__/{chunk-J7ABDP22.js → chunk-NVQSARVS.js} +2 -2
- package/__chunks__/{chunk-MU7GJ6KP.js → chunk-O2EP7GP3.js} +2 -2
- package/__chunks__/{chunk-UMPD65T3.js → chunk-OBJJLYXM.js} +2 -2
- package/__chunks__/{chunk-VK5CIWWC.js → chunk-PAVGOU3U.js} +2 -2
- package/__chunks__/{chunk-7CHP7QYF.js → chunk-PCHOO6BS.js} +2 -2
- package/__chunks__/{chunk-LJZKFTCM.js → chunk-PCN4RIMZ.js} +2 -2
- package/__chunks__/{chunk-HBHI42HR.js → chunk-PEWPYBGT.js} +2 -2
- package/__chunks__/{chunk-KHIV5KBV.js → chunk-PF5F4KGN.js} +2 -2
- package/__chunks__/{chunk-NXNT3WS2.js → chunk-PSJIYZSE.js} +2 -2
- package/__chunks__/{chunk-SLHKO5Q2.js → chunk-PZK7VONC.js} +2 -2
- package/__chunks__/{chunk-UHO567RQ.js → chunk-Q6WENN64.js} +2 -2
- package/__chunks__/{chunk-IXASCPP7.js → chunk-QAUS4RD7.js} +2 -2
- package/__chunks__/{chunk-AC6PH5EK.js → chunk-QJ4OIYAX.js} +2 -2
- package/__chunks__/{chunk-OVHG6KK4.js → chunk-QJYUIU7U.js} +2 -2
- package/__chunks__/chunk-QPGAIINV.js +2 -0
- package/__chunks__/{chunk-A74SAS7C.js → chunk-QS2IOYKM.js} +2 -2
- package/__chunks__/{chunk-JRXO7IWE.js → chunk-QT6CXQK2.js} +2 -2
- package/__chunks__/{chunk-AF26V2WW.js → chunk-QV7GC25I.js} +2 -2
- package/__chunks__/{chunk-23J3RWWO.js → chunk-QYWIIC7M.js} +2 -2
- package/__chunks__/{chunk-RVE5VBQS.js → chunk-R2YOR525.js} +2 -2
- package/__chunks__/{chunk-CZSSLKVK.js → chunk-R73TLEM3.js} +2 -2
- package/__chunks__/{chunk-GQDX6UBF.js → chunk-RWQWSEFK.js} +2 -2
- package/__chunks__/{chunk-EUWK4VAH.js → chunk-RYA6BW3M.js} +2 -2
- package/__chunks__/{chunk-ZAM34WQV.js → chunk-RZQXNXEG.js} +2 -2
- package/__chunks__/{chunk-M63F3S6C.js → chunk-SGFJCNAZ.js} +2 -2
- package/__chunks__/{chunk-DRUKXRG3.js → chunk-SJ7N4TAJ.js} +2 -2
- package/__chunks__/{chunk-OREXDGT7.js → chunk-SNM3Q4I5.js} +2 -2
- package/__chunks__/{chunk-D3QTU7NO.js → chunk-SZWO3IDA.js} +2 -2
- package/__chunks__/{chunk-MHXTW7FV.js → chunk-T3GLWR75.js} +2 -2
- package/__chunks__/{chunk-WLJFA6JE.js → chunk-T3M6GB63.js} +2 -2
- package/__chunks__/{chunk-LYQ4XRIN.js → chunk-TIDNBUQ5.js} +2 -2
- package/__chunks__/{chunk-VNDLCT7N.js → chunk-TLWYNHSZ.js} +2 -2
- package/__chunks__/{chunk-HJTIUMIV.js → chunk-TQ3WYP6D.js} +2 -2
- package/__chunks__/{chunk-OVZU56BL.js → chunk-TQIFKBM3.js} +2 -2
- package/__chunks__/{chunk-WOJ5JAJ4.js → chunk-TVWWN3IQ.js} +2 -2
- package/__chunks__/chunk-U5X6XSWF.js +2 -0
- package/__chunks__/{chunk-PUPKT7NF.js → chunk-U665MSTD.js} +2 -2
- package/__chunks__/{chunk-636AUXKF.js → chunk-UASM2GLX.js} +2 -2
- package/__chunks__/{chunk-OVARAUKG.js → chunk-UHEN2KIR.js} +2 -2
- package/__chunks__/{chunk-MOL4RK3Q.js → chunk-ULJANW2G.js} +1 -1
- package/__chunks__/{chunk-GZZJ3C7Y.js → chunk-UOSKVFDN.js} +2 -2
- package/__chunks__/{chunk-A72WS35Q.js → chunk-UVBWUXWJ.js} +2 -2
- package/__chunks__/{chunk-UKLOG2V2.js → chunk-UX2LE6HO.js} +2 -2
- package/__chunks__/{chunk-EDWBDPEF.js → chunk-UY5LCB6Y.js} +2 -2
- package/__chunks__/{chunk-DIGNANAV.js → chunk-V34Y7SPW.js} +2 -2
- package/__chunks__/{chunk-YZBDBTRW.js → chunk-V5KZBGDB.js} +2 -2
- package/__chunks__/{chunk-YBNYA6UZ.js → chunk-VHU5XTSP.js} +2 -2
- package/__chunks__/{chunk-JKWG7F4F.js → chunk-VOQI23KI.js} +2 -2
- package/__chunks__/{chunk-CIWV2KDE.js → chunk-VP3APZKS.js} +2 -2
- package/__chunks__/{chunk-HEIKLONB.js → chunk-VYIBXC5S.js} +2 -2
- package/__chunks__/{chunk-NGXODFM6.js → chunk-VYJL76NW.js} +2 -2
- package/__chunks__/chunk-VZUCARDP.js +2 -0
- package/__chunks__/{chunk-72PIADFS.js → chunk-WC55RPOR.js} +2 -2
- package/__chunks__/{chunk-XTGK4OM7.js → chunk-WCIUHW6Z.js} +2 -2
- package/__chunks__/{chunk-ROSNDDTJ.js → chunk-WFQVUEPC.js} +2 -2
- package/__chunks__/{chunk-QWGZOUP6.js → chunk-WKF3GIRJ.js} +2 -2
- package/__chunks__/{chunk-35H6MMRT.js → chunk-WZSSTGFK.js} +2 -2
- package/__chunks__/{chunk-EUBGN4SS.js → chunk-X47XZDDV.js} +2 -2
- package/__chunks__/{chunk-2BXQEILV.js → chunk-XCAGCVSR.js} +2 -2
- package/__chunks__/{chunk-5V2LYALR.js → chunk-XDKYT5RZ.js} +2 -2
- package/__chunks__/{chunk-P5XCVHOQ.js → chunk-XKKQPI2N.js} +2 -2
- package/__chunks__/{chunk-4BS42HAV.js → chunk-XMFPDDDE.js} +2 -2
- package/__chunks__/{chunk-W674HKBW.js → chunk-XR2L7K7S.js} +2 -2
- package/__chunks__/{chunk-3RZ6YHVI.js → chunk-Y5JKJN3X.js} +2 -2
- package/__chunks__/{chunk-U7LBL3B2.js → chunk-YC4T4JNM.js} +2 -2
- package/__chunks__/{chunk-4ZW42R5S.js → chunk-YCF4ULLF.js} +2 -2
- package/__chunks__/{chunk-6FPXN2WA.js → chunk-YCGZ4RPC.js} +2 -2
- package/__chunks__/{chunk-TWNZNIO3.js → chunk-YCPYGDFC.js} +2 -2
- package/__chunks__/{chunk-L2PZ5QTJ.js → chunk-YHUCUSJX.js} +2 -2
- package/__chunks__/{chunk-ZFSN5SJF.js → chunk-YSS34ROE.js} +10 -4
- package/__chunks__/{chunk-3PMJZMXT.js → chunk-YWGQD3EZ.js} +2 -2
- package/__chunks__/{chunk-I3KHZ5S4.js → chunk-Z2O6TRE2.js} +2 -2
- package/__chunks__/{chunk-VFEVXPUR.js → chunk-Z6PDPXH6.js} +2 -2
- package/__chunks__/{chunk-K2QSEGID.js → chunk-ZSXYFNCK.js} +2 -2
- package/__chunks__/{chunk-7FCTVUGY.js → chunk-ZY7BJWNC.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +31 -25
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +27 -21
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +28 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +25 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.d.ts +1 -0
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +15 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/confirmReceiverStyles.js +9 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +15 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +21 -15
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +25 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +28 -22
- 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 +30 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +30 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +28 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +28 -22
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/index.js +31 -25
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +18 -18
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/index.js +18 -18
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +8 -8
- package/__commonjs/UI/TransactionsTable/index.js +5 -5
- package/__commonjs/UI/index.js +89 -83
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +16 -16
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +16 -16
- package/__commonjs/UI/pages/UnlockPage/index.js +11 -11
- package/__commonjs/UI/pages/index.js +11 -11
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +7 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +7 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +6 -6
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +5 -5
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +5 -5
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +6 -6
- package/__commonjs/UI/walletConnect/index.js +7 -7
- package/__commonjs/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +4 -4
- package/__commonjs/UI/webWallet/CrossWindowLoginButton/index.js +4 -4
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +4 -4
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +4 -4
- package/__commonjs/__mocks__/index.js +3 -3
- package/__commonjs/__mocks__/utils/index.js +3 -3
- package/__commonjs/__mocks__/utils/renderWithProvider.js +3 -3
- package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/__commonjs/components/ProviderInitializer/helpers/index.js +1 -1
- package/__commonjs/components/ProviderInitializer/index.js +1 -1
- package/__commonjs/hooks/index.js +3 -3
- package/__commonjs/hooks/login/index.js +3 -3
- package/__commonjs/hooks/login/useCrossWindowLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.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/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 +3 -3
- package/__commonjs/wrappers/DappProvider/index.js +3 -3
- package/__commonjs/wrappers/index.js +3 -3
- 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/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/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/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/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/helpers/clearInitiatedLogins.js +1 -1
- package/hooks/login/helpers/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.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/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.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/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/package.json +2 -2
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.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/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/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/refreshAccount.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/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.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/waitForChainID.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-4L7CIFNJ.js +0 -2
- package/__chunks__/chunk-7CK4N6TW.js +0 -2
- package/__chunks__/chunk-7I26ASLL.js +0 -2
- package/__chunks__/chunk-AT4VVJDS.js +0 -2
- package/__chunks__/chunk-EL4NBWQS.js +0 -2
- package/__chunks__/chunk-ELL5C7XR.js +0 -2
- package/__chunks__/chunk-EXIRJRLO.js +0 -2
- package/__chunks__/chunk-FLQGIHKZ.js +0 -2
- package/__chunks__/chunk-G54G6OXZ.js +0 -2
- package/__chunks__/chunk-HTZTAHZK.js +0 -2
- package/__chunks__/chunk-IAYD5HDB.js +0 -2
- package/__chunks__/chunk-JNDOR7X7.js +0 -2
- package/__chunks__/chunk-KXNRGOA7.js +0 -2
- package/__chunks__/chunk-LAHFG2AQ.js +0 -2
- package/__chunks__/chunk-OVNCRCLN.js +0 -2
- package/__chunks__/chunk-Q4YXGXJ3.js +0 -2
- package/__chunks__/chunk-QXZVB7YN.js +0 -2
- package/__chunks__/chunk-RRRK4UUT.js +0 -2
- package/__chunks__/chunk-SKJ2BS44.js +0 -2
- package/__chunks__/chunk-UUFSRA7N.js +0 -2
- package/__chunks__/chunk-VNSWR6JK.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Sr=Object.create;var k=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var Rr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Tr=Object.prototype.hasOwnProperty;var Lr=(t,r)=>()=>(t&&(r=t(t=0)),r);var W=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Cr=(t,r)=>{for(var e in r)k(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Rr(r))!Tr.call(t,n)&&n!==e&&k(t,n,{get:()=>r[n],enumerable:!(i=Ir(r,n))||i.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Sr(Ur(t)):{},rr(r||!t||!t.__esModule?k(e,"default",{value:t,enumerable:!0}):e,t)),br=t=>rr(k({},"__esModule",{value:!0}),t);var nr=W(N=>{"use strict";v();N.byteLength=Mr;N.toByteArray=Wr;N.fromByteArray=qr;var E=[],w=[],Dr=typeof Uint8Array!="undefined"?Uint8Array:Array,G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(I=0,tr=G.length;I<tr;++I)E[I]=G[I],w[G.charCodeAt(I)]=I;var I,tr;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var i=e===r?0:4-e%4;return[e,i]}function Mr(t){var r=ir(t),e=r[0],i=r[1];return(e+i)*3/4-i}function kr(t,r,e){return(r+e)*3/4-e}function Wr(t){var r,e=ir(t),i=e[0],n=e[1],o=new Dr(kr(t,i,n)),c=0,p=n>0?i-4:i,u;for(u=0;u<p;u+=4)r=w[t.charCodeAt(u)]<<18|w[t.charCodeAt(u+1)]<<12|w[t.charCodeAt(u+2)]<<6|w[t.charCodeAt(u+3)],o[c++]=r>>16&255,o[c++]=r>>8&255,o[c++]=r&255;return n===2&&(r=w[t.charCodeAt(u)]<<2|w[t.charCodeAt(u+1)]>>4,o[c++]=r&255),n===1&&(r=w[t.charCodeAt(u)]<<10|w[t.charCodeAt(u+1)]<<4|w[t.charCodeAt(u+2)]>>2,o[c++]=r>>8&255,o[c++]=r&255),o}function Nr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Yr(t,r,e){for(var i,n=[],o=r;o<e;o+=3)i=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),n.push(Nr(i));return n.join("")}function qr(t){for(var r,e=t.length,i=e%3,n=[],o=16383,c=0,p=e-i;c<p;c+=o)n.push(Yr(t,c,c+o>p?p:c+o));return i===1?(r=t[e-1],n.push(E[r>>2]+E[r<<4&63]+"==")):i===2&&(r=(t[e-2]<<8)+t[e-1],n.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),n.join("")}});var or=W(z=>{v();z.read=function(t,r,e,i,n){var o,c,p=n*8-i-1,u=(1<<p)-1,h=u>>1,l=-7,f=e?n-1:0,_=e?-1:1,x=t[r+f];for(f+=_,o=x&(1<<-l)-1,x>>=-l,l+=p;l>0;o=o*256+t[r+f],f+=_,l-=8);for(c=o&(1<<-l)-1,o>>=-l,l+=i;l>0;c=c*256+t[r+f],f+=_,l-=8);if(o===0)o=1-h;else{if(o===u)return c?NaN:(x?-1:1)*(1/0);c=c+Math.pow(2,i),o=o-h}return(x?-1:1)*c*Math.pow(2,o-i)};z.write=function(t,r,e,i,n,o){var c,p,u,h=o*8-n-1,l=(1<<h)-1,f=l>>1,_=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=i?0:o-1,T=i?1:-1,Ar=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,c=l):(c=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-c))<1&&(c--,u*=2),c+f>=1?r+=_/u:r+=_*Math.pow(2,1-f),r*u>=2&&(c++,u/=2),c+f>=l?(p=0,c=l):c+f>=1?(p=(r*u-1)*Math.pow(2,n),c=c+f):(p=r*Math.pow(2,f-1)*Math.pow(2,n),c=0));n>=8;t[e+x]=p&255,x+=T,p/=256,n-=8);for(c=c<<n|p,h+=n;h>0;t[e+x]=c&255,x+=T,c/=256,h-=8);t[e+x-T]|=Ar*128}});var _r=W(C=>{"use strict";v();var J=nr(),L=or(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=a;C.SlowBuffer=Qr;C.INSPECT_MAX_BYTES=50;var q=2147483647;C.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=Hr();!a.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 Hr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function B(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(t)}return ur(t,r,e)}a.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return Gr(t,r);if(ArrayBuffer.isView(t))return zr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(d(t,ArrayBuffer)||t&&d(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(d(t,SharedArrayBuffer)||t&&d(t.buffer,SharedArrayBuffer)))return V(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return a.from(i,r,e);var n=Jr(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function fr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Xr(t,r,e){return fr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}a.alloc=function(t,r,e){return Xr(t,r,e)};function O(t){return fr(t),B(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return O(t)};a.allocUnsafeSlow=function(t){return O(t)};function Gr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,i=B(e),n=i.write(t,r);return n!==e&&(i=i.slice(0,n)),i}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),i=0;i<r;i+=1)e[i]=t[i]&255;return e}function zr(t){if(d(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function V(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&e===void 0?i=new Uint8Array(t):e===void 0?i=new Uint8Array(t,r):i=new Uint8Array(t,r,e),Object.setPrototypeOf(i,a.prototype),i}function Jr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?B(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),d(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var i=r.length,n=e.length,o=0,c=Math.min(i,n);o<c;++o)if(r[o]!==e[o]){i=r[o],n=e[o];break}return i<n?-1:n<i?1:0};a.isEncoding=function(r){switch(String(r).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}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(e===void 0)for(e=0,i=0;i<r.length;++i)e+=r[i].length;var n=a.allocUnsafe(e),o=0;for(i=0;i<r.length;++i){var c=r[i];if(d(c,Uint8Array))o+c.length>n.length?a.from(c).copy(n,o):Uint8Array.prototype.set.call(n,c,o);else if(a.isBuffer(c))c.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=c.length}return n};function hr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||d(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return wr(t).length;default:if(n)return i?-1:K(t).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=hr;function Vr(t,r,e){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ie(this,r,e);case"utf8":case"utf-8":return sr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return jr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ne(this,r,e);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function R(t,r,e){var i=t[r];t[r]=t[e],t[e]=i}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)R(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)R(this,e,e+3),R(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)R(this,e,e+7),R(this,e+1,e+6),R(this,e+2,e+5),R(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?sr(this,0,r):Vr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=C.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};cr&&(a.prototype[cr]=a.prototype.inspect);a.prototype.compare=function(r,e,i,n,o){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),e<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=i)return 0;if(n>=o)return-1;if(e>=i)return 1;if(e>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var c=o-n,p=i-e,u=Math.min(c,p),h=this.slice(n,o),l=r.slice(e,i),f=0;f<u;++f)if(h[f]!==l[f]){c=h[f],p=l[f];break}return c<p?-1:p<c?1:0};function lr(t,r,e,i,n){if(t.length===0)return-1;if(typeof e=="string"?(i=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=n?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(n)return-1;e=t.length-1}else if(e<0)if(n)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,i,n){var o=1,c=t.length,p=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,c/=2,p/=2,e/=2}function u(x,T){return o===1?x[T]:x.readUInt16BE(T*o)}var h;if(n){var l=-1;for(h=e;h<c;h++)if(u(t,h)===u(r,l===-1?0:h-l)){if(l===-1&&(l=h),h-l+1===p)return l*o}else l!==-1&&(h-=h-l),l=-1}else for(e+p>c&&(e=c-p),h=e;h>=0;h--){for(var f=!0,_=0;_<p;_++)if(u(t,h+_)!==u(r,_)){f=!1;break}if(f)return h}return-1}a.prototype.includes=function(r,e,i){return this.indexOf(r,e,i)!==-1};a.prototype.indexOf=function(r,e,i){return lr(this,r,e,i,!0)};a.prototype.lastIndexOf=function(r,e,i){return lr(this,r,e,i,!1)};function Kr(t,r,e,i){e=Number(e)||0;var n=t.length-e;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var c=0;c<i;++c){var p=parseInt(r.substr(c*2,2),16);if($(p))return c;t[e+c]=p}return c}function Or(t,r,e,i){return H(K(r,t.length-e),t,e,i)}function Zr(t,r,e,i){return H(ae(r),t,e,i)}function $r(t,r,e,i){return H(wr(r),t,e,i)}function Pr(t,r,e,i){return H(pe(r,t.length-e),t,e,i)}a.prototype.write=function(r,e,i,n){if(e===void 0)n="utf8",i=this.length,e=0;else if(i===void 0&&typeof e=="string")n=e,i=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var c=!1;;)switch(n){case"hex":return Kr(this,r,e,i);case"utf8":case"utf-8":return Or(this,r,e,i);case"ascii":case"latin1":case"binary":return Zr(this,r,e,i);case"base64":return $r(this,r,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,e,i);default:if(c)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),c=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function sr(t,r,e){e=Math.min(t.length,e);for(var i=[],n=r;n<e;){var o=t[n],c=null,p=o>239?4:o>223?3:o>191?2:1;if(n+p<=e){var u,h,l,f;switch(p){case 1:o<128&&(c=o);break;case 2:u=t[n+1],(u&192)===128&&(f=(o&31)<<6|u&63,f>127&&(c=f));break;case 3:u=t[n+1],h=t[n+2],(u&192)===128&&(h&192)===128&&(f=(o&15)<<12|(u&63)<<6|h&63,f>2047&&(f<55296||f>57343)&&(c=f));break;case 4:u=t[n+1],h=t[n+2],l=t[n+3],(u&192)===128&&(h&192)===128&&(l&192)===128&&(f=(o&15)<<18|(u&63)<<12|(h&63)<<6|l&63,f>65535&&f<1114112&&(c=f))}}c===null?(c=65533,p=1):c>65535&&(c-=65536,i.push(c>>>10&1023|55296),c=56320|c&1023),i.push(c),n+=p}return re(i)}var pr=4096;function re(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",i=0;i<r;)e+=String.fromCharCode.apply(String,t.slice(i,i+=pr));return e}function ee(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]&127);return i}function te(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]);return i}function ie(t,r,e){var i=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>i)&&(e=i);for(var n="",o=r;o<e;++o)n+=ue[t[o]];return n}function ne(t,r,e){for(var i=t.slice(r,e),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}a.prototype.slice=function(r,e){var i=this.length;r=~~r,e=e===void 0?i:~~e,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),e<0?(e+=i,e<0&&(e=0)):e>i&&(e=i),e<r&&(e=r);var n=this.subarray(r,e);return Object.setPrototypeOf(n,a.prototype),n};function y(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r+--e],o=1;e>0&&(o*=256);)n+=this[r+--e]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*e)),n};a.prototype.readIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=e,o=1,c=this[r+--n];n>0&&(o*=256);)c+=this[r+--n]*o;return o*=128,c>=o&&(c-=Math.pow(2,8*e)),c};a.prototype.readInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||y(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||y(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||y(r,4,this.length),L.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||y(r,4,this.length),L.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||y(r,8,this.length),L.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||y(r,8,this.length),L.read(this,r,!1,52,8)};function m(t,r,e,i,n,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(e+i>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;m(this,r,e,i,o,0)}var c=1,p=0;for(this[e]=r&255;++p<i&&(c*=256);)this[e+p]=r/c&255;return e+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;m(this,r,e,i,o,0)}var c=i-1,p=1;for(this[e+c]=r&255;--c>=0&&(p*=256);)this[e+c]=r/p&255;return e+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);m(this,r,e,i,o-1,-o)}var c=0,p=1,u=0;for(this[e]=r&255;++c<i&&(p*=256);)r<0&&u===0&&this[e+c-1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);m(this,r,e,i,o-1,-o)}var c=i-1,p=1,u=0;for(this[e+c]=r&255;--c>=0&&(p*=256);)r<0&&u===0&&this[e+c+1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeInt8=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function yr(t,r,e,i,n,o){if(e+i>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function mr(t,r,e,i,n){return r=+r,e=e>>>0,n||yr(t,r,e,4,34028234663852886e22,-34028234663852886e22),L.write(t,r,e,i,23,4),e+4}a.prototype.writeFloatLE=function(r,e,i){return mr(this,r,e,!0,i)};a.prototype.writeFloatBE=function(r,e,i){return mr(this,r,e,!1,i)};function xr(t,r,e,i,n){return r=+r,e=e>>>0,n||yr(t,r,e,8,17976931348623157e292,-17976931348623157e292),L.write(t,r,e,i,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,i){return xr(this,r,e,!0,i)};a.prototype.writeDoubleBE=function(r,e,i){return xr(this,r,e,!1,i)};a.prototype.copy=function(r,e,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),e>=r.length&&(e=r.length),e||(e=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-e<n-i&&(n=r.length-e+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),e),o};a.prototype.fill=function(r,e,i,n){if(typeof r=="string"){if(typeof e=="string"?(n=e,e=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<i)throw new RangeError("Out of range index");if(i<=e)return this;e=e>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var c;if(typeof r=="number")for(c=e;c<i;++c)this[c]=r;else{var p=a.isBuffer(r)?r:a.from(r,n),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(c=0;c<i-e;++c)this[c+e]=p[c%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ce(t){if(t=t.split("=")[0],t=t.trim().replace(oe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,i=t.length,n=null,o=[],c=0;c<i;++c){if(e=t.charCodeAt(c),e>55295&&e<57344){if(!n){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(c+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),n=e;continue}e=(n-55296<<10|e-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function ae(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function pe(t,r){for(var e,i,n,o=[],c=0;c<t.length&&!((r-=2)<0);++c)e=t.charCodeAt(c),i=e>>8,n=e%256,o.push(n),o.push(i);return o}function wr(t){return J.toByteArray(ce(t))}function H(t,r,e,i){for(var n=0;n<i&&!(n+e>=r.length||n>=t.length);++n)r[n+e]=t[n];return n}function d(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var ue=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var i=e*16,n=0;n<16;++n)r[i+n]=t[e]+t[n];return r}()});var Fr=W((_e,gr)=>{v();var s=gr.exports={},g,F;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=P}catch(t){g=P}try{typeof clearTimeout=="function"?F=clearTimeout:F=j}catch(t){F=j}})();function vr(t){if(g===setTimeout)return setTimeout(t,0);if((g===P||!g)&&setTimeout)return g=setTimeout,setTimeout(t,0);try{return g(t,0)}catch(r){try{return g.call(null,t,0)}catch(e){return g.call(this,t,0)}}}function fe(t){if(F===clearTimeout)return clearTimeout(t);if((F===j||!F)&&clearTimeout)return F=clearTimeout,clearTimeout(t);try{return F(t)}catch(r){try{return F.call(null,t)}catch(e){return F.call(this,t)}}}var A=[],b=!1,U,X=-1;function he(){!b||!U||(b=!1,U.length?A=U.concat(A):X=-1,A.length&&Er())}function Er(){if(!b){var t=vr(he);b=!0;for(var r=A.length;r;){for(U=A,A=[];++X<r;)U&&U[X].run();X=-1,r=A.length}U=null,b=!1,fe(t)}}s.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];A.push(new dr(t,r)),A.length===1&&!b&&vr(Er)};function dr(t,r){this.fun=t,this.array=r}dr.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function S(){}s.on=S;s.addListener=S;s.once=S;s.off=S;s.removeListener=S;s.removeAllListeners=S;s.emit=S;s.prependListener=S;s.prependOnceListener=S;s.listeners=function(t){return[]};s.binding=function(t){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(t){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var D,M,ve,v=Lr(()=>{D=er(_r()),M=er(Fr()),ve=function(t){function r(){var i=this||self;return delete t.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var se={};Cr(se,{css:()=>Br,default:()=>le});module.exports=br(se);v();var Br=`.dapp-core-component__confirmReceiverStyles__receiver {
|
|
1
|
+
"use strict";var Ar=Object.create;var k=Object.defineProperty;var Rr=Object.getOwnPropertyDescriptor;var Ir=Object.getOwnPropertyNames;var Tr=Object.getPrototypeOf,Ur=Object.prototype.hasOwnProperty;var Lr=(t,r)=>()=>(t&&(r=t(t=0)),r);var W=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Cr=(t,r)=>{for(var e in r)k(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Ir(r))!Ur.call(t,n)&&n!==e&&k(t,n,{get:()=>r[n],enumerable:!(i=Rr(r,n))||i.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Ar(Tr(t)):{},rr(r||!t||!t.__esModule?k(e,"default",{value:t,enumerable:!0}):e,t)),br=t=>rr(k({},"__esModule",{value:!0}),t);var nr=W(N=>{"use strict";v();N.byteLength=Mr;N.toByteArray=Wr;N.fromByteArray=qr;var E=[],x=[],Dr=typeof Uint8Array!="undefined"?Uint8Array:Array,G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(R=0,tr=G.length;R<tr;++R)E[R]=G[R],x[G.charCodeAt(R)]=R;var R,tr;x["-".charCodeAt(0)]=62;x["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var i=e===r?0:4-e%4;return[e,i]}function Mr(t){var r=ir(t),e=r[0],i=r[1];return(e+i)*3/4-i}function kr(t,r,e){return(r+e)*3/4-e}function Wr(t){var r,e=ir(t),i=e[0],n=e[1],o=new Dr(kr(t,i,n)),c=0,p=n>0?i-4:i,u;for(u=0;u<p;u+=4)r=x[t.charCodeAt(u)]<<18|x[t.charCodeAt(u+1)]<<12|x[t.charCodeAt(u+2)]<<6|x[t.charCodeAt(u+3)],o[c++]=r>>16&255,o[c++]=r>>8&255,o[c++]=r&255;return n===2&&(r=x[t.charCodeAt(u)]<<2|x[t.charCodeAt(u+1)]>>4,o[c++]=r&255),n===1&&(r=x[t.charCodeAt(u)]<<10|x[t.charCodeAt(u+1)]<<4|x[t.charCodeAt(u+2)]>>2,o[c++]=r>>8&255,o[c++]=r&255),o}function Nr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Yr(t,r,e){for(var i,n=[],o=r;o<e;o+=3)i=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),n.push(Nr(i));return n.join("")}function qr(t){for(var r,e=t.length,i=e%3,n=[],o=16383,c=0,p=e-i;c<p;c+=o)n.push(Yr(t,c,c+o>p?p:c+o));return i===1?(r=t[e-1],n.push(E[r>>2]+E[r<<4&63]+"==")):i===2&&(r=(t[e-2]<<8)+t[e-1],n.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),n.join("")}});var or=W(z=>{v();z.read=function(t,r,e,i,n){var o,c,p=n*8-i-1,u=(1<<p)-1,h=u>>1,l=-7,f=e?n-1:0,w=e?-1:1,_=t[r+f];for(f+=w,o=_&(1<<-l)-1,_>>=-l,l+=p;l>0;o=o*256+t[r+f],f+=w,l-=8);for(c=o&(1<<-l)-1,o>>=-l,l+=i;l>0;c=c*256+t[r+f],f+=w,l-=8);if(o===0)o=1-h;else{if(o===u)return c?NaN:(_?-1:1)*(1/0);c=c+Math.pow(2,i),o=o-h}return(_?-1:1)*c*Math.pow(2,o-i)};z.write=function(t,r,e,i,n,o){var c,p,u,h=o*8-n-1,l=(1<<h)-1,f=l>>1,w=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,_=i?0:o-1,U=i?1:-1,Sr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,c=l):(c=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-c))<1&&(c--,u*=2),c+f>=1?r+=w/u:r+=w*Math.pow(2,1-f),r*u>=2&&(c++,u/=2),c+f>=l?(p=0,c=l):c+f>=1?(p=(r*u-1)*Math.pow(2,n),c=c+f):(p=r*Math.pow(2,f-1)*Math.pow(2,n),c=0));n>=8;t[e+_]=p&255,_+=U,p/=256,n-=8);for(c=c<<n|p,h+=n;h>0;t[e+_]=c&255,_+=U,c/=256,h-=8);t[e+_-U]|=Sr*128}});var wr=W(C=>{"use strict";v();var J=nr(),L=or(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=a;C.SlowBuffer=Qr;C.INSPECT_MAX_BYTES=50;var q=2147483647;C.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=Hr();!a.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 Hr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function B(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(t)}return ur(t,r,e)}a.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return Gr(t,r);if(ArrayBuffer.isView(t))return zr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(d(t,ArrayBuffer)||t&&d(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(d(t,SharedArrayBuffer)||t&&d(t.buffer,SharedArrayBuffer)))return V(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return a.from(i,r,e);var n=Jr(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function fr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Xr(t,r,e){return fr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}a.alloc=function(t,r,e){return Xr(t,r,e)};function O(t){return fr(t),B(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return O(t)};a.allocUnsafeSlow=function(t){return O(t)};function Gr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,i=B(e),n=i.write(t,r);return n!==e&&(i=i.slice(0,n)),i}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),i=0;i<r;i+=1)e[i]=t[i]&255;return e}function zr(t){if(d(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function V(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&e===void 0?i=new Uint8Array(t):e===void 0?i=new Uint8Array(t,r):i=new Uint8Array(t,r,e),Object.setPrototypeOf(i,a.prototype),i}function Jr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?B(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),d(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var i=r.length,n=e.length,o=0,c=Math.min(i,n);o<c;++o)if(r[o]!==e[o]){i=r[o],n=e[o];break}return i<n?-1:n<i?1:0};a.isEncoding=function(r){switch(String(r).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}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(e===void 0)for(e=0,i=0;i<r.length;++i)e+=r[i].length;var n=a.allocUnsafe(e),o=0;for(i=0;i<r.length;++i){var c=r[i];if(d(c,Uint8Array))o+c.length>n.length?a.from(c).copy(n,o):Uint8Array.prototype.set.call(n,c,o);else if(a.isBuffer(c))c.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=c.length}return n};function hr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||d(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return xr(t).length;default:if(n)return i?-1:K(t).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=hr;function Vr(t,r,e){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ie(this,r,e);case"utf8":case"utf-8":return sr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return jr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ne(this,r,e);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function I(t,r,e){var i=t[r];t[r]=t[e],t[e]=i}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)I(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)I(this,e,e+3),I(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)I(this,e,e+7),I(this,e+1,e+6),I(this,e+2,e+5),I(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?sr(this,0,r):Vr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=C.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};cr&&(a.prototype[cr]=a.prototype.inspect);a.prototype.compare=function(r,e,i,n,o){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),e<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=i)return 0;if(n>=o)return-1;if(e>=i)return 1;if(e>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var c=o-n,p=i-e,u=Math.min(c,p),h=this.slice(n,o),l=r.slice(e,i),f=0;f<u;++f)if(h[f]!==l[f]){c=h[f],p=l[f];break}return c<p?-1:p<c?1:0};function lr(t,r,e,i,n){if(t.length===0)return-1;if(typeof e=="string"?(i=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=n?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(n)return-1;e=t.length-1}else if(e<0)if(n)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,i,n){var o=1,c=t.length,p=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,c/=2,p/=2,e/=2}function u(_,U){return o===1?_[U]:_.readUInt16BE(U*o)}var h;if(n){var l=-1;for(h=e;h<c;h++)if(u(t,h)===u(r,l===-1?0:h-l)){if(l===-1&&(l=h),h-l+1===p)return l*o}else l!==-1&&(h-=h-l),l=-1}else for(e+p>c&&(e=c-p),h=e;h>=0;h--){for(var f=!0,w=0;w<p;w++)if(u(t,h+w)!==u(r,w)){f=!1;break}if(f)return h}return-1}a.prototype.includes=function(r,e,i){return this.indexOf(r,e,i)!==-1};a.prototype.indexOf=function(r,e,i){return lr(this,r,e,i,!0)};a.prototype.lastIndexOf=function(r,e,i){return lr(this,r,e,i,!1)};function Kr(t,r,e,i){e=Number(e)||0;var n=t.length-e;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var c=0;c<i;++c){var p=parseInt(r.substr(c*2,2),16);if($(p))return c;t[e+c]=p}return c}function Or(t,r,e,i){return H(K(r,t.length-e),t,e,i)}function Zr(t,r,e,i){return H(ae(r),t,e,i)}function $r(t,r,e,i){return H(xr(r),t,e,i)}function Pr(t,r,e,i){return H(pe(r,t.length-e),t,e,i)}a.prototype.write=function(r,e,i,n){if(e===void 0)n="utf8",i=this.length,e=0;else if(i===void 0&&typeof e=="string")n=e,i=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var c=!1;;)switch(n){case"hex":return Kr(this,r,e,i);case"utf8":case"utf-8":return Or(this,r,e,i);case"ascii":case"latin1":case"binary":return Zr(this,r,e,i);case"base64":return $r(this,r,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,e,i);default:if(c)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),c=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function sr(t,r,e){e=Math.min(t.length,e);for(var i=[],n=r;n<e;){var o=t[n],c=null,p=o>239?4:o>223?3:o>191?2:1;if(n+p<=e){var u,h,l,f;switch(p){case 1:o<128&&(c=o);break;case 2:u=t[n+1],(u&192)===128&&(f=(o&31)<<6|u&63,f>127&&(c=f));break;case 3:u=t[n+1],h=t[n+2],(u&192)===128&&(h&192)===128&&(f=(o&15)<<12|(u&63)<<6|h&63,f>2047&&(f<55296||f>57343)&&(c=f));break;case 4:u=t[n+1],h=t[n+2],l=t[n+3],(u&192)===128&&(h&192)===128&&(l&192)===128&&(f=(o&15)<<18|(u&63)<<12|(h&63)<<6|l&63,f>65535&&f<1114112&&(c=f))}}c===null?(c=65533,p=1):c>65535&&(c-=65536,i.push(c>>>10&1023|55296),c=56320|c&1023),i.push(c),n+=p}return re(i)}var pr=4096;function re(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",i=0;i<r;)e+=String.fromCharCode.apply(String,t.slice(i,i+=pr));return e}function ee(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]&127);return i}function te(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]);return i}function ie(t,r,e){var i=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>i)&&(e=i);for(var n="",o=r;o<e;++o)n+=ue[t[o]];return n}function ne(t,r,e){for(var i=t.slice(r,e),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}a.prototype.slice=function(r,e){var i=this.length;r=~~r,e=e===void 0?i:~~e,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),e<0?(e+=i,e<0&&(e=0)):e>i&&(e=i),e<r&&(e=r);var n=this.subarray(r,e);return Object.setPrototypeOf(n,a.prototype),n};function m(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=this[r+--e],o=1;e>0&&(o*=256);)n+=this[r+--e]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||m(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||m(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||m(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||m(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||m(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*e)),n};a.prototype.readIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=e,o=1,c=this[r+--n];n>0&&(o*=256);)c+=this[r+--n]*o;return o*=128,c>=o&&(c-=Math.pow(2,8*e)),c};a.prototype.readInt8=function(r,e){return r=r>>>0,e||m(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||m(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||m(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||m(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||m(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||m(r,4,this.length),L.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||m(r,4,this.length),L.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||m(r,8,this.length),L.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||m(r,8,this.length),L.read(this,r,!1,52,8)};function y(t,r,e,i,n,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(e+i>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,e,i,o,0)}var c=1,p=0;for(this[e]=r&255;++p<i&&(c*=256);)this[e+p]=r/c&255;return e+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,e,i,o,0)}var c=i-1,p=1;for(this[e+c]=r&255;--c>=0&&(p*=256);)this[e+c]=r/p&255;return e+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,e,i,o-1,-o)}var c=0,p=1,u=0;for(this[e]=r&255;++c<i&&(p*=256);)r<0&&u===0&&this[e+c-1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,e,i,o-1,-o)}var c=i-1,p=1,u=0;for(this[e+c]=r&255;--c>=0&&(p*=256);)r<0&&u===0&&this[e+c+1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeInt8=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function mr(t,r,e,i,n,o){if(e+i>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,i,n){return r=+r,e=e>>>0,n||mr(t,r,e,4,34028234663852886e22,-34028234663852886e22),L.write(t,r,e,i,23,4),e+4}a.prototype.writeFloatLE=function(r,e,i){return yr(this,r,e,!0,i)};a.prototype.writeFloatBE=function(r,e,i){return yr(this,r,e,!1,i)};function _r(t,r,e,i,n){return r=+r,e=e>>>0,n||mr(t,r,e,8,17976931348623157e292,-17976931348623157e292),L.write(t,r,e,i,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,i){return _r(this,r,e,!0,i)};a.prototype.writeDoubleBE=function(r,e,i){return _r(this,r,e,!1,i)};a.prototype.copy=function(r,e,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),e>=r.length&&(e=r.length),e||(e=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-e<n-i&&(n=r.length-e+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),e),o};a.prototype.fill=function(r,e,i,n){if(typeof r=="string"){if(typeof e=="string"?(n=e,e=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<i)throw new RangeError("Out of range index");if(i<=e)return this;e=e>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var c;if(typeof r=="number")for(c=e;c<i;++c)this[c]=r;else{var p=a.isBuffer(r)?r:a.from(r,n),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(c=0;c<i-e;++c)this[c+e]=p[c%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ce(t){if(t=t.split("=")[0],t=t.trim().replace(oe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,i=t.length,n=null,o=[],c=0;c<i;++c){if(e=t.charCodeAt(c),e>55295&&e<57344){if(!n){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(c+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),n=e;continue}e=(n-55296<<10|e-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function ae(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function pe(t,r){for(var e,i,n,o=[],c=0;c<t.length&&!((r-=2)<0);++c)e=t.charCodeAt(c),i=e>>8,n=e%256,o.push(n),o.push(i);return o}function xr(t){return J.toByteArray(ce(t))}function H(t,r,e,i){for(var n=0;n<i&&!(n+e>=r.length||n>=t.length);++n)r[n+e]=t[n];return n}function d(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var ue=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var i=e*16,n=0;n<16;++n)r[i+n]=t[e]+t[n];return r}()});var Fr=W((we,gr)=>{v();var s=gr.exports={},g,F;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=P}catch(t){g=P}try{typeof clearTimeout=="function"?F=clearTimeout:F=j}catch(t){F=j}})();function vr(t){if(g===setTimeout)return setTimeout(t,0);if((g===P||!g)&&setTimeout)return g=setTimeout,setTimeout(t,0);try{return g(t,0)}catch(r){try{return g.call(null,t,0)}catch(e){return g.call(this,t,0)}}}function fe(t){if(F===clearTimeout)return clearTimeout(t);if((F===j||!F)&&clearTimeout)return F=clearTimeout,clearTimeout(t);try{return F(t)}catch(r){try{return F.call(null,t)}catch(e){return F.call(this,t)}}}var S=[],b=!1,T,X=-1;function he(){!b||!T||(b=!1,T.length?S=T.concat(S):X=-1,S.length&&Er())}function Er(){if(!b){var t=vr(he);b=!0;for(var r=S.length;r;){for(T=S,S=[];++X<r;)T&&T[X].run();X=-1,r=S.length}T=null,b=!1,fe(t)}}s.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];S.push(new dr(t,r)),S.length===1&&!b&&vr(Er)};function dr(t,r){this.fun=t,this.array=r}dr.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function A(){}s.on=A;s.addListener=A;s.once=A;s.off=A;s.removeListener=A;s.removeAllListeners=A;s.emit=A;s.prependListener=A;s.prependOnceListener=A;s.listeners=function(t){return[]};s.binding=function(t){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(t){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var D,M,ve,v=Lr(()=>{D=er(wr()),M=er(Fr()),ve=function(t){function r(){var i=this||self;return delete t.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var se={};Cr(se,{css:()=>Br,default:()=>le});module.exports=br(se);v();var Br=`.dapp-core-component__confirmReceiverStyles__receiver {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
line-height: 1;
|
|
@@ -37,9 +37,15 @@
|
|
|
37
37
|
display: flex;
|
|
38
38
|
align-items: center;
|
|
39
39
|
line-height: 1;
|
|
40
|
-
white-space: nowrap;
|
|
41
40
|
gap: 8px;
|
|
42
41
|
}
|
|
42
|
+
.dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper.dapp-core-component__confirmReceiverStyles__unwrappable {
|
|
43
|
+
white-space: nowrap;
|
|
44
|
+
}
|
|
45
|
+
.dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper .dapp-core-component__confirmReceiverStyles__receiverText {
|
|
46
|
+
word-break: break-all;
|
|
47
|
+
line-height: 1.25;
|
|
48
|
+
}
|
|
43
49
|
.dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper .dapp-core-component__confirmReceiverStyles__receiverData {
|
|
44
50
|
color: #737373;
|
|
45
51
|
display: flex;
|
|
@@ -66,7 +72,7 @@
|
|
|
66
72
|
.dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper .dapp-core-component__confirmReceiverStyles__receiverExternal * {
|
|
67
73
|
transition: all 200ms ease;
|
|
68
74
|
color: #737373 !important;
|
|
69
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Br));var le={receiver:"dapp-core-component__confirmReceiverStyles__receiver",receiverLabelWrapper:"dapp-core-component__confirmReceiverStyles__receiverLabelWrapper",receiverLabel:"dapp-core-component__confirmReceiverStyles__receiverLabel",receiverLabelScam:"dapp-core-component__confirmReceiverStyles__receiverLabelScam",receiverLabelScamIcon:"dapp-core-component__confirmReceiverStyles__receiverLabelScamIcon",receiverWrapper:"dapp-core-component__confirmReceiverStyles__receiverWrapper",receiverData:"dapp-core-component__confirmReceiverStyles__receiverData",receiverDataIcon:"dapp-core-component__confirmReceiverStyles__receiverDataIcon",receiverCopy:"dapp-core-component__confirmReceiverStyles__receiverCopy",receiverExternal:"dapp-core-component__confirmReceiverStyles__receiverExternal"};0&&(module.exports={css});
|
|
75
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Br));var le={receiver:"dapp-core-component__confirmReceiverStyles__receiver",receiverLabelWrapper:"dapp-core-component__confirmReceiverStyles__receiverLabelWrapper",receiverLabel:"dapp-core-component__confirmReceiverStyles__receiverLabel",receiverLabelScam:"dapp-core-component__confirmReceiverStyles__receiverLabelScam",receiverLabelScamIcon:"dapp-core-component__confirmReceiverStyles__receiverLabelScamIcon",receiverWrapper:"dapp-core-component__confirmReceiverStyles__receiverWrapper",unwrappable:"dapp-core-component__confirmReceiverStyles__unwrappable",receiverText:"dapp-core-component__confirmReceiverStyles__receiverText",receiverData:"dapp-core-component__confirmReceiverStyles__receiverData",receiverDataIcon:"dapp-core-component__confirmReceiverStyles__receiverDataIcon",receiverCopy:"dapp-core-component__confirmReceiverStyles__receiverCopy",receiverExternal:"dapp-core-component__confirmReceiverStyles__receiverExternal"};0&&(module.exports={css});
|
|
70
76
|
/*!
|
|
71
77
|
* The buffer module from node.js, for the browser.
|
|
72
78
|
*
|