@multiversx/sdk-dapp 2.10.16 → 2.10.17
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 +3 -3
- package/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/ImageWithFallback.d.ts +7 -0
- package/UI/walletConnect/WalletConnectLoginContainer/ImageWithFallback.js +2 -0
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.d.ts +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__chunks__/{chunk-JJDEBWPU.js → chunk-24OJ7KCF.js} +2 -2
- package/__chunks__/{chunk-LQQXP7XC.js → chunk-24SGLNBY.js} +2 -2
- package/__chunks__/{chunk-HY2CW4MA.js → chunk-2A2MCZLD.js} +2 -2
- package/__chunks__/{chunk-7X6HMTFB.js → chunk-2AOPQAPV.js} +2 -2
- package/__chunks__/{chunk-APT6TZDP.js → chunk-2DM3MLLS.js} +2 -2
- package/__chunks__/chunk-2OPNEB2K.js +2 -0
- package/__chunks__/{chunk-H6JLXN4M.js → chunk-2OXZ65MK.js} +2 -2
- package/__chunks__/{chunk-UFEQ7YFP.js → chunk-2QLPNN7L.js} +2 -2
- package/__chunks__/{chunk-NFZ3DY2N.js → chunk-2RBD4FTR.js} +2 -2
- package/__chunks__/{chunk-SLDA4IQM.js → chunk-2YMRTE7T.js} +2 -2
- package/__chunks__/{chunk-7ZYCCREG.js → chunk-2ZEUNKTP.js} +2 -2
- package/__chunks__/{chunk-5DBVU5IQ.js → chunk-353VUEUC.js} +2 -2
- package/__chunks__/{chunk-XARG24JS.js → chunk-3EMJ6VHI.js} +2 -2
- package/__chunks__/{chunk-VNSV65R6.js → chunk-3IQVAJO6.js} +2 -2
- package/__chunks__/{chunk-3GOMAM3K.js → chunk-3LKAAPJM.js} +2 -2
- package/__chunks__/{chunk-CI77PDNR.js → chunk-3P57B6U6.js} +2 -2
- package/__chunks__/{chunk-QIKAC5BP.js → chunk-3R3VZI2S.js} +2 -2
- package/__chunks__/{chunk-3DG4MWZW.js → chunk-3RUHPLHA.js} +2 -2
- package/__chunks__/{chunk-VGLU5WHV.js → chunk-3VP4LJRB.js} +2 -2
- package/__chunks__/{chunk-4HUZXJU6.js → chunk-3WQODEBZ.js} +2 -2
- package/__chunks__/{chunk-MRRKFV6I.js → chunk-42RJQAFV.js} +2 -2
- package/__chunks__/{chunk-HYGRY4QB.js → chunk-4E5ZK46H.js} +2 -2
- package/__chunks__/{chunk-DYMENMQ5.js → chunk-4EOHXDP3.js} +2 -2
- package/__chunks__/chunk-4JGOLVJN.js +2 -0
- package/__chunks__/{chunk-EG5RSUPK.js → chunk-4PR6ZJ3J.js} +2 -2
- package/__chunks__/{chunk-56AHKWRJ.js → chunk-4Z6EY67I.js} +2 -2
- package/__chunks__/{chunk-ZM6K2FFG.js → chunk-5AR4CLDY.js} +2 -2
- package/__chunks__/{chunk-RC3NVNXX.js → chunk-5BB5RBNN.js} +2 -2
- package/__chunks__/chunk-5FGVAFZ7.js +2 -0
- package/__chunks__/chunk-5GQHZUMU.js +2 -0
- package/__chunks__/{chunk-TRUEH24M.js → chunk-5NPCXYNH.js} +2 -2
- package/__chunks__/{chunk-ODGQYPUL.js → chunk-5RD6HM3T.js} +2 -2
- package/__chunks__/chunk-5TM2W72O.js +2 -0
- package/__chunks__/{chunk-4V5LOWP7.js → chunk-5V4KCOPF.js} +2 -2
- package/__chunks__/{chunk-R7ADKYKL.js → chunk-5VPXKALT.js} +2 -2
- package/__chunks__/{chunk-A3EX3PIS.js → chunk-5ZQEV7DE.js} +2 -2
- package/__chunks__/chunk-62Y4445N.js +2 -0
- package/__chunks__/{chunk-64DC4TYB.js → chunk-63THRQDH.js} +2 -2
- package/__chunks__/{chunk-A3NKEWOX.js → chunk-6I3TXZZD.js} +2 -2
- package/__chunks__/{chunk-7BL6YWLN.js → chunk-6OVH2EJQ.js} +2 -2
- package/__chunks__/{chunk-BD5HTXC3.js → chunk-6P37SHMZ.js} +2 -2
- package/__chunks__/chunk-6PHQRATN.js +2 -0
- package/__chunks__/chunk-6X5R7OB5.js +2 -0
- package/__chunks__/{chunk-PVRNLQLY.js → chunk-76XGJS7U.js} +2 -2
- package/__chunks__/{chunk-6Z56IRF4.js → chunk-7DEKJTJ2.js} +2 -2
- package/__chunks__/{chunk-D5UBDY7T.js → chunk-7DOOD73B.js} +2 -2
- package/__chunks__/{chunk-YRXXO2IW.js → chunk-7IC3HZVB.js} +2 -2
- package/__chunks__/chunk-7KK5ED2S.js +2 -0
- package/__chunks__/{chunk-O4NXR6GC.js → chunk-7P4TXZMP.js} +2 -2
- package/__chunks__/{chunk-V4QDMLWO.js → chunk-7RNOZDML.js} +2 -2
- package/__chunks__/chunk-7SGCCT6C.js +2 -0
- package/__chunks__/{chunk-I7PAWXVF.js → chunk-7VKMKSMR.js} +2 -2
- package/__chunks__/{chunk-WCGXNTPB.js → chunk-A2CO2YVF.js} +2 -2
- package/__chunks__/{chunk-VHHIARAI.js → chunk-A6VL65WE.js} +2 -2
- package/__chunks__/{chunk-T6XHPPMM.js → chunk-A7BO3UNU.js} +2 -2
- package/__chunks__/{chunk-LBHWOAGE.js → chunk-ABJ5PPND.js} +2 -2
- package/__chunks__/{chunk-EE4UODBX.js → chunk-AHUFO6JJ.js} +2 -2
- package/__chunks__/{chunk-GTDRLMGZ.js → chunk-AKXLYENO.js} +2 -2
- package/__chunks__/chunk-ASB43WOA.js +2 -0
- package/__chunks__/{chunk-HEZ55RY6.js → chunk-AUBIXMVS.js} +2 -2
- package/__chunks__/{chunk-Z4UGGLNJ.js → chunk-B5NVVMR7.js} +2 -2
- package/__chunks__/{chunk-MISABUHS.js → chunk-B6PGANAK.js} +2 -2
- package/__chunks__/{chunk-HRCH4Y24.js → chunk-BKQNVPXF.js} +2 -2
- package/__chunks__/{chunk-FTYX6AG2.js → chunk-BOGJH656.js} +2 -2
- package/__chunks__/{chunk-7TWOE75A.js → chunk-BOQAP3DC.js} +2 -2
- package/__chunks__/{chunk-NOYJLD7U.js → chunk-BS736HVP.js} +2 -2
- package/__chunks__/{chunk-CWAWFXKQ.js → chunk-BT7NJ6MX.js} +2 -2
- package/__chunks__/{chunk-XVZN357I.js → chunk-BX64MMLT.js} +2 -2
- package/__chunks__/{chunk-XJK44YBP.js → chunk-BXDGZ253.js} +2 -2
- package/__chunks__/{chunk-YBAZ4ISZ.js → chunk-BY6S6WNQ.js} +2 -2
- package/__chunks__/{chunk-MDR6T623.js → chunk-C4A6VHGL.js} +2 -2
- package/__chunks__/{chunk-72SKNNY5.js → chunk-CJ4ECDKI.js} +2 -2
- package/__chunks__/chunk-CJLZ3B24.js +2 -0
- package/__chunks__/{chunk-ICNKI7XM.js → chunk-CNF7Y7AQ.js} +2 -2
- package/__chunks__/{chunk-PJGIRBV6.js → chunk-D5D6AV6G.js} +2 -2
- package/__chunks__/{chunk-VDVHL356.js → chunk-DBXOPGJW.js} +2 -2
- package/__chunks__/{chunk-7AOLP4UV.js → chunk-DFZAKONB.js} +2 -2
- package/__chunks__/{chunk-4B4RXNGS.js → chunk-E2AVLPGD.js} +2 -2
- package/__chunks__/chunk-E5TRYVLP.js +2 -0
- package/__chunks__/{chunk-VI4CEFAP.js → chunk-EC436OTI.js} +2 -2
- package/__chunks__/{chunk-MVA4RMOU.js → chunk-EDXKPRBF.js} +2 -2
- package/__chunks__/{chunk-67S3BFX7.js → chunk-EFJVIBBH.js} +2 -2
- package/__chunks__/{chunk-UP53FJ6K.js → chunk-EGRWVT4Y.js} +2 -2
- package/__chunks__/{chunk-EFBQ67ZU.js → chunk-EIXEFFD7.js} +2 -2
- package/__chunks__/{chunk-25LYYPSL.js → chunk-EJAEQJGS.js} +2 -2
- package/__chunks__/{chunk-STRKWZEN.js → chunk-EMVKGLD7.js} +2 -2
- package/__chunks__/{chunk-Q5YGWIM7.js → chunk-EO272DZL.js} +2 -2
- package/__chunks__/chunk-EOOIJMLH.js +2 -0
- package/__chunks__/{chunk-6XFZX4V3.js → chunk-ET7634GV.js} +2 -2
- package/__chunks__/{chunk-IIRSMPA2.js → chunk-EV2NV6KZ.js} +2 -2
- package/__chunks__/{chunk-FTPMKH6A.js → chunk-EWWU75VZ.js} +2 -2
- package/__chunks__/{chunk-2GCNFOBQ.js → chunk-F26JGGDS.js} +2 -2
- package/__chunks__/{chunk-HBF5SY7F.js → chunk-F4GULQAI.js} +2 -2
- package/__chunks__/chunk-F6AJXONI.js +2 -0
- package/__chunks__/{chunk-5QWRRMG2.js → chunk-F6RFYLMF.js} +2 -2
- package/__chunks__/{chunk-FA7ULR4S.js → chunk-FEEPN2KN.js} +4 -1
- package/__chunks__/chunk-FEWSMC4F.js +2 -0
- package/__chunks__/{chunk-VXUOWYMK.js → chunk-FK7CLTXE.js} +2 -2
- package/__chunks__/{chunk-UEHFZV3I.js → chunk-FQQWI2D4.js} +2 -2
- package/__chunks__/{chunk-6IBVLNVR.js → chunk-FVQ22MYZ.js} +2 -2
- package/__chunks__/{chunk-WLNBHZ2R.js → chunk-FX2OEKNY.js} +2 -2
- package/__chunks__/chunk-FX327RUW.js +2 -0
- package/__chunks__/chunk-FXQ35K3U.js +2 -0
- package/__chunks__/{chunk-FHXJESVH.js → chunk-FY63CB2A.js} +2 -2
- package/__chunks__/{chunk-SHDX7NR2.js → chunk-G3PZHPKZ.js} +2 -2
- package/__chunks__/{chunk-B2FPMM73.js → chunk-G3XJ7574.js} +2 -2
- package/__chunks__/{chunk-PFRXTPGY.js → chunk-GD6SCNZV.js} +2 -2
- package/__chunks__/{chunk-OKDSWITH.js → chunk-GE2RPCCV.js} +2 -2
- package/__chunks__/{chunk-CMF7545O.js → chunk-GE7XUQDI.js} +2 -2
- package/__chunks__/{chunk-BEP37UC6.js → chunk-GHPCUPU2.js} +2 -2
- package/__chunks__/{chunk-C2TUA5D7.js → chunk-GMCBRLKE.js} +2 -2
- package/__chunks__/{chunk-I55IS57L.js → chunk-GQQZ3U4O.js} +2 -2
- package/__chunks__/{chunk-YLMQQGTH.js → chunk-GY7525ST.js} +2 -2
- package/__chunks__/{chunk-TZGEIXX4.js → chunk-GYOCH7BN.js} +2 -2
- package/__chunks__/{chunk-LIHBSEAD.js → chunk-H367JQ46.js} +2 -2
- package/__chunks__/{chunk-3PTECJEN.js → chunk-H6OKWNQL.js} +2 -2
- package/__chunks__/{chunk-JQNDBEDA.js → chunk-HAVQLHXJ.js} +2 -2
- package/__chunks__/{chunk-TQ6BZ3YK.js → chunk-HDWH4ZRO.js} +2 -2
- package/__chunks__/{chunk-33H7HM36.js → chunk-HOFMVQXK.js} +2 -2
- package/__chunks__/chunk-HT6ZSM7P.js +2 -0
- package/__chunks__/{chunk-WFTVAB73.js → chunk-HTO5H5GO.js} +2 -2
- package/__chunks__/{chunk-R27UKMA6.js → chunk-HVCZPSWW.js} +2 -2
- package/__chunks__/chunk-I2NVMWNR.js +2 -0
- package/__chunks__/{chunk-JNHRBSPO.js → chunk-I3V5NNNC.js} +2 -2
- package/__chunks__/chunk-I5YYBZDP.js +2 -0
- package/__chunks__/{chunk-BBBZEERM.js → chunk-IBNOB7HH.js} +2 -2
- package/__chunks__/{chunk-P2BCRP5V.js → chunk-ICGFAZ6F.js} +2 -2
- package/__chunks__/{chunk-EDX2MNPG.js → chunk-IJYBKFJ4.js} +2 -2
- package/__chunks__/chunk-IMX3Z3RY.js +2 -0
- package/__chunks__/{chunk-4RC7VEYO.js → chunk-J6OT6HQZ.js} +2 -2
- package/__chunks__/{chunk-QXIBYDPP.js → chunk-JASKCX5T.js} +2 -2
- package/__chunks__/chunk-JCFXQJSI.js +2 -0
- package/__chunks__/{chunk-2PA72F75.js → chunk-JF2LFW3V.js} +2 -2
- package/__chunks__/chunk-JHW32CXC.js +2 -0
- package/__chunks__/{chunk-3HVIENSM.js → chunk-JLY4442Z.js} +2 -2
- package/__chunks__/{chunk-XJOLNCFK.js → chunk-JNKZSJNZ.js} +2 -2
- package/__chunks__/chunk-JOSJCDBR.js +2 -0
- package/__chunks__/chunk-JX5SSSLF.js +2 -0
- package/__chunks__/{chunk-QMQH5ULY.js → chunk-JXOKW4SL.js} +2 -2
- package/__chunks__/chunk-K2GW23ZC.js +2 -0
- package/__chunks__/{chunk-FERUHIYS.js → chunk-K2U5CLQE.js} +2 -2
- package/__chunks__/{chunk-V7FHBHU4.js → chunk-K7ZH2SJE.js} +2 -2
- package/__chunks__/chunk-KG4M4ACY.js +2 -0
- package/__chunks__/{chunk-IQVKUFGU.js → chunk-KGRJ6NTJ.js} +2 -2
- package/__chunks__/{chunk-FPQRZSTF.js → chunk-KJCMYCPS.js} +2 -2
- package/__chunks__/{chunk-MLGIGWWZ.js → chunk-KJE55U6V.js} +2 -2
- package/__chunks__/{chunk-ESBNZUXN.js → chunk-KMO3VZVQ.js} +2 -2
- package/__chunks__/{chunk-C7FH4AOI.js → chunk-KO3OTCSC.js} +2 -2
- package/__chunks__/chunk-KOCTQUOL.js +2 -0
- package/__chunks__/{chunk-CGC7JCKX.js → chunk-KRIHLOOP.js} +2 -2
- package/__chunks__/{chunk-JI42XC5O.js → chunk-KSOG6NO5.js} +2 -2
- package/__chunks__/{chunk-VTI5IUEC.js → chunk-KUYDWTU3.js} +2 -2
- package/__chunks__/chunk-KVVBB443.js +2 -0
- package/__chunks__/{chunk-P26LLO2D.js → chunk-KZZFZL5X.js} +2 -2
- package/__chunks__/{chunk-ID2G62VE.js → chunk-L57O22OD.js} +2 -2
- package/__chunks__/{chunk-YYEQ5OVG.js → chunk-LCNI2BNF.js} +2 -2
- package/__chunks__/{chunk-BQZWZAUY.js → chunk-LFKXTV7X.js} +2 -2
- package/__chunks__/chunk-LH46WQCP.js +2 -0
- package/__chunks__/{chunk-4X4DKRC3.js → chunk-LHCY2HW6.js} +2 -2
- package/__chunks__/{chunk-JGNCDJ62.js → chunk-LIIQO42Z.js} +2 -2
- package/__chunks__/chunk-LZLEOSIF.js +2 -0
- package/__chunks__/chunk-M263BCY6.js +2 -0
- package/__chunks__/chunk-M7JJAO3P.js +2 -0
- package/__chunks__/chunk-MT6AUSWR.js +2 -0
- package/__chunks__/{chunk-VJA3OS4V.js → chunk-MU3IENP2.js} +2 -2
- package/__chunks__/{chunk-LB2BFY3H.js → chunk-N2KE5OLS.js} +2 -2
- package/__chunks__/{chunk-AM6LBD2Y.js → chunk-N6A2MP6S.js} +2 -2
- package/__chunks__/{chunk-TDNCTPDS.js → chunk-NHEXKPFG.js} +2 -2
- package/__chunks__/{chunk-FOIN27NE.js → chunk-NHV5UWGF.js} +2 -2
- package/__chunks__/{chunk-QVZ7AIER.js → chunk-NO2XENP2.js} +2 -2
- package/__chunks__/chunk-NOGITS7R.js +2 -0
- package/__chunks__/{chunk-5H6LBSZM.js → chunk-NQTEJEB6.js} +2 -2
- package/__chunks__/{chunk-M4KXOW7P.js → chunk-NRIPFZ2O.js} +2 -2
- package/__chunks__/{chunk-IYZV7QCG.js → chunk-NUCIBJ4B.js} +2 -2
- package/__chunks__/{chunk-CVAD6EJ5.js → chunk-O2PLAER7.js} +2 -2
- package/__chunks__/{chunk-NWDZJJBT.js → chunk-OBYQB3UE.js} +2 -2
- package/__chunks__/{chunk-NFOZMVGI.js → chunk-OGD3H3N6.js} +2 -2
- package/__chunks__/{chunk-SLJ43T3X.js → chunk-OLQ65VS3.js} +2 -2
- package/__chunks__/{chunk-XEFCN2UF.js → chunk-ONX75UCI.js} +2 -2
- package/__chunks__/chunk-OUEPJKUR.js +2 -0
- package/__chunks__/{chunk-DQLINIBP.js → chunk-OXJSMSZX.js} +2 -2
- package/__chunks__/{chunk-HNE23OWE.js → chunk-OYT6COQO.js} +2 -2
- package/__chunks__/{chunk-TUDZ5KRU.js → chunk-P2HNYTSF.js} +2 -2
- package/__chunks__/{chunk-KA3CAMX7.js → chunk-P3FDUSLT.js} +2 -2
- package/__chunks__/{chunk-MK36FVJQ.js → chunk-P4IXJSAY.js} +2 -2
- package/__chunks__/{chunk-W7L7KEB6.js → chunk-P4RW434P.js} +2 -2
- package/__chunks__/{chunk-44X3EF7R.js → chunk-P7VDW7ZE.js} +2 -2
- package/__chunks__/{chunk-HOANVKA5.js → chunk-PBZX43A4.js} +2 -2
- package/__chunks__/{chunk-PTZVBHGW.js → chunk-PGPUQUEU.js} +2 -2
- package/__chunks__/{chunk-535RKD6M.js → chunk-PKCZS7U7.js} +2 -2
- package/__chunks__/{chunk-BQ6EKGFU.js → chunk-PQ7LBVAC.js} +2 -2
- package/__chunks__/{chunk-4YTCJ2WF.js → chunk-Q3YZ2723.js} +2 -2
- package/__chunks__/{chunk-HHBJDEI5.js → chunk-QCFETWAC.js} +2 -2
- package/__chunks__/chunk-QCG7SGOX.js +2 -0
- package/__chunks__/{chunk-KFFYCLNJ.js → chunk-QFKT22AW.js} +2 -2
- package/__chunks__/{chunk-6N5VY32R.js → chunk-QGIODHFK.js} +2 -2
- package/__chunks__/{chunk-ALQQT64V.js → chunk-QLWST6HJ.js} +2 -2
- package/__chunks__/{chunk-A2IKCHP3.js → chunk-QM237XII.js} +2 -2
- package/__chunks__/chunk-QNH7L3M6.js +2 -0
- package/__chunks__/{chunk-7YQNZ5P4.js → chunk-QRPURFAS.js} +2 -2
- package/__chunks__/{chunk-TWENT6YN.js → chunk-QRY35NB4.js} +2 -2
- package/__chunks__/chunk-QWY6SHHG.js +2 -0
- package/__chunks__/{chunk-2YSNVCBV.js → chunk-QX4DKR3D.js} +2 -2
- package/__chunks__/{chunk-BIWSS3BJ.js → chunk-QY7CJB4G.js} +2 -2
- package/__chunks__/{chunk-EB6HXNNY.js → chunk-R2YSMQ4I.js} +2 -2
- package/__chunks__/{chunk-YW57QDWN.js → chunk-R475WYSE.js} +2 -2
- package/__chunks__/{chunk-WKASIRAF.js → chunk-R76ZRE5A.js} +2 -2
- package/__chunks__/{chunk-LBLUZ7RI.js → chunk-RLU4NPC4.js} +2 -2
- package/__chunks__/{chunk-PASKU42C.js → chunk-RMD6HAI4.js} +2 -2
- package/__chunks__/{chunk-IV6DYDHK.js → chunk-RR356Z6D.js} +2 -2
- package/__chunks__/chunk-RRQEQ76C.js +2 -0
- package/__chunks__/{chunk-MR2IS7HI.js → chunk-RTPBDY4Q.js} +2 -2
- package/__chunks__/{chunk-RNVUI7T5.js → chunk-RVFDHAR7.js} +2 -2
- package/__chunks__/{chunk-N65WVSV2.js → chunk-RZP7K7XL.js} +2 -2
- package/__chunks__/{chunk-SFSXPOIO.js → chunk-S5BSIREW.js} +2 -2
- package/__chunks__/{chunk-PMCD5ZAT.js → chunk-S6OUF334.js} +2 -2
- package/__chunks__/{chunk-WLMHQ4N6.js → chunk-SA4WPLAS.js} +2 -2
- package/__chunks__/chunk-SADC2JUH.js +2 -0
- package/__chunks__/{chunk-HNPFS3FK.js → chunk-SAUXZHGQ.js} +2 -2
- package/__chunks__/{chunk-5FXUUUID.js → chunk-SF5FGOZB.js} +2 -2
- package/__chunks__/{chunk-XL32YOXR.js → chunk-SGTXMF4C.js} +2 -2
- package/__chunks__/{chunk-BTVZMKCD.js → chunk-SI3BPIM6.js} +2 -2
- package/__chunks__/{chunk-RBP2NLFO.js → chunk-SMNYUV4M.js} +2 -2
- package/__chunks__/{chunk-F3VFHLEI.js → chunk-SQCWRC3T.js} +2 -2
- package/__chunks__/chunk-SQGZEGO2.js +2 -0
- package/__chunks__/{chunk-SD4EHSNN.js → chunk-SQZPRBQJ.js} +2 -2
- package/__chunks__/{chunk-QBW6NGXK.js → chunk-T7DKVSBF.js} +2 -2
- package/__chunks__/chunk-THVMKNL7.js +2 -0
- package/__chunks__/{chunk-FSW3CZET.js → chunk-TJ222MQ4.js} +2 -2
- package/__chunks__/{chunk-A55WDU6L.js → chunk-TMEQ5IAI.js} +2 -2
- package/__chunks__/{chunk-OUVYD352.js → chunk-TPHV3KKL.js} +2 -2
- package/__chunks__/chunk-U5WH7XDN.js +2 -0
- package/__chunks__/{chunk-3PWLCKRL.js → chunk-U65BLT4U.js} +2 -2
- package/__chunks__/{chunk-SQNI4KUP.js → chunk-UBYTQURY.js} +2 -2
- package/__chunks__/chunk-UFAQWNZH.js +2 -0
- package/__chunks__/{chunk-67CUT27B.js → chunk-V2SBWOXY.js} +2 -2
- package/__chunks__/{chunk-XAZUU7SL.js → chunk-V3FFCD5I.js} +2 -2
- package/__chunks__/{chunk-72GWBK46.js → chunk-V4UF3ZPO.js} +2 -2
- package/__chunks__/{chunk-6LFQ6O6O.js → chunk-V52UR2GQ.js} +2 -2
- package/__chunks__/chunk-VE4KRWGC.js +2 -0
- package/__chunks__/chunk-VF3JB6E5.js +2 -0
- package/__chunks__/chunk-VFG6MPL7.js +2 -0
- package/__chunks__/{chunk-6SKFOK2M.js → chunk-VFIWMO3Z.js} +2 -2
- package/__chunks__/{chunk-L6GH2U6P.js → chunk-VL7EOLJA.js} +2 -2
- package/__chunks__/{chunk-LCO5R2BH.js → chunk-VLPVGL6U.js} +2 -2
- package/__chunks__/{chunk-VMPAE4NV.js → chunk-VMWLEDGI.js} +2 -2
- package/__chunks__/{chunk-7DFFSWVU.js → chunk-VUQGX2RG.js} +2 -2
- package/__chunks__/chunk-VYKIRYQG.js +2 -0
- package/__chunks__/{chunk-CT6ZTIJ6.js → chunk-W6SJ5T7V.js} +2 -2
- package/__chunks__/{chunk-MAO376S7.js → chunk-WAHBBIVA.js} +2 -2
- package/__chunks__/{chunk-WES4PTU5.js → chunk-WAKVWA2P.js} +2 -2
- package/__chunks__/{chunk-3NKORX5R.js → chunk-WBQEZGXF.js} +2 -2
- package/__chunks__/chunk-WGNSMBOL.js +2 -0
- package/__chunks__/{chunk-3M6DNWCB.js → chunk-WTZF74FI.js} +2 -2
- package/__chunks__/chunk-WUYXYYM2.js +2 -0
- package/__chunks__/{chunk-R4WZTTPT.js → chunk-WZ7N27VY.js} +2 -2
- package/__chunks__/{chunk-OCQXYTOS.js → chunk-XAK27FPP.js} +2 -2
- package/__chunks__/{chunk-KBNYB3FJ.js → chunk-XHAR7AGZ.js} +2 -2
- package/__chunks__/{chunk-XDO7HTVT.js → chunk-XHF4XEBJ.js} +2 -2
- package/__chunks__/{chunk-NOSM25LP.js → chunk-XK4BZEB4.js} +2 -2
- package/__chunks__/{chunk-3NNKUOLW.js → chunk-XL6XYI3G.js} +2 -2
- package/__chunks__/{chunk-QFWODHWG.js → chunk-XLCD2XA6.js} +2 -2
- package/__chunks__/{chunk-X2LPLBHT.js → chunk-XM4KUUW5.js} +2 -2
- package/__chunks__/{chunk-HIH3MEYF.js → chunk-XNB63NZM.js} +2 -2
- package/__chunks__/{chunk-L3N2U4UJ.js → chunk-XNZGF3PO.js} +2 -2
- package/__chunks__/{chunk-UMQSHIZY.js → chunk-XTKGZAYQ.js} +2 -2
- package/__chunks__/{chunk-OLS3M5CX.js → chunk-XWKJXLR5.js} +2 -2
- package/__chunks__/{chunk-FYAGCYUX.js → chunk-Y5FI3HHM.js} +2 -2
- package/__chunks__/{chunk-55RJ4CEA.js → chunk-YC4XSSW2.js} +2 -2
- package/__chunks__/{chunk-XF33DAZM.js → chunk-YDWYRAA7.js} +2 -2
- package/__chunks__/{chunk-OIYBDCB7.js → chunk-YHPEMIIR.js} +2 -2
- package/__chunks__/{chunk-JGAMPOJJ.js → chunk-YIQS65Q7.js} +2 -2
- package/__chunks__/{chunk-SDEXBQ7D.js → chunk-YP6ZL2GT.js} +2 -2
- package/__chunks__/chunk-YRIZOKJO.js +2 -0
- package/__chunks__/{chunk-OKVUWLHY.js → chunk-YWXELVTE.js} +2 -2
- package/__chunks__/chunk-YZC6D7ZZ.js +2 -0
- package/__chunks__/{chunk-646ESGYB.js → chunk-YZNOHKIO.js} +2 -2
- package/__chunks__/{chunk-4H7MOXLV.js → chunk-ZDVAKUDB.js} +2 -2
- package/__chunks__/{chunk-PJO6HLOP.js → chunk-ZJU7AUBQ.js} +2 -2
- package/__chunks__/{chunk-C3NPVNAI.js → chunk-ZMXT6PTT.js} +2 -2
- package/__chunks__/{chunk-TMSAYXTB.js → chunk-ZUAKIX6J.js} +2 -2
- package/__chunks__/chunk-ZWB67SM7.js +2 -0
- package/__chunks__/{chunk-XHVGPBGV.js → chunk-ZZ2X3CU4.js} +2 -2
- package/__commonjs/UI/DappModal/index.js +3 -3
- package/__commonjs/UI/Denominate/index.js +2 -2
- package/__commonjs/UI/FormatAmount/FormatAmount.js +3 -3
- package/__commonjs/UI/FormatAmount/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/components/index.js +6 -6
- package/__commonjs/UI/SignTransactionsModals/index.js +2 -2
- package/__commonjs/UI/TransactionData/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/DataField/DataField.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/DataField/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/OperationsList/OperationList.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/OperationsList/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +11 -11
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/index.js +11 -11
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +11 -11
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/index.js +11 -11
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +3 -3
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/AccountName.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/LockedTokenAddressIcon.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/ScAddressIcon.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionShardsTransition.js +3 -3
- package/__commonjs/UI/TransactionsTable/index.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +12 -12
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/index.js +10 -10
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +12 -12
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +2 -2
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/__commonjs/UI/UsdValue/UsdValue.js +2 -2
- package/__commonjs/UI/UsdValue/index.js +2 -2
- package/__commonjs/UI/index.js +78 -75
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow.js +2 -2
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2 -2
- package/__commonjs/UI/pages/UnlockPage/index.js +22 -19
- package/__commonjs/UI/pages/index.js +22 -19
- package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +10 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +10 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/ImageWithFallback.d.ts +7 -0
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/ImageWithFallback.js +9 -0
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/PairingList.js +5 -2
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.d.ts +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +9 -6
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +5 -2
- package/__commonjs/UI/walletConnect/index.js +10 -7
- package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/accountConfig.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/server.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/__commonjs/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/__commonjs/apiCalls/configuration/index.js +1 -1
- package/__commonjs/apiCalls/index.js +1 -1
- package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/index.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/__commonjs/components/LogoutListener/index.js +1 -1
- package/__commonjs/components/ProviderInitializer.js +1 -1
- package/__commonjs/constants/network.js +1 -1
- package/__commonjs/hooks/account/index.js +1 -1
- package/__commonjs/hooks/account/useGetAccountProvider.js +1 -1
- package/__commonjs/hooks/account/useGetIsLoggedIn.js +1 -1
- package/__commonjs/hooks/account/useGetLoginInfo.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebViewLogin.js +1 -1
- package/__commonjs/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/__commonjs/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/__commonjs/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/__commonjs/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/models/index.js +1 -1
- package/__commonjs/providers/accountProvider.js +1 -1
- package/__commonjs/providers/index.js +1 -1
- package/__commonjs/providers/utils.js +1 -1
- package/__commonjs/providers/webviewProvider/index.js +1 -1
- package/__commonjs/providers/webviewProvider/requestMethods.js +1 -1
- package/__commonjs/providers/webviewProvider/webviewProvider.js +1 -1
- package/__commonjs/reduxStore/DappProviderContext.js +1 -1
- package/__commonjs/reduxStore/commonActions.js +1 -1
- package/__commonjs/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/__commonjs/reduxStore/persistConfig.js +1 -1
- package/__commonjs/reduxStore/persistedRootReducer.js +1 -1
- package/__commonjs/reduxStore/reducers.js +1 -1
- package/__commonjs/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/dappModalsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/helpers.js +1 -1
- package/__commonjs/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/modalsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/toastsSelectors.js +1 -1
- package/__commonjs/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/__commonjs/reduxStore/slices/accountInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/dappModalsSlice.js +1 -1
- package/__commonjs/reduxStore/slices/index.js +1 -1
- package/__commonjs/reduxStore/slices/loginInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/modalsSlice.js +1 -1
- package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/toastsSlice.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/__commonjs/reduxStore/slices/transactionsSlice.js +1 -1
- package/__commonjs/reduxStore/store.js +1 -1
- package/__commonjs/services/transactions/clearTransactions.js +1 -1
- package/__commonjs/services/transactions/signTransactions.js +1 -1
- package/__commonjs/types/enums.types.d.ts +1 -2
- package/__commonjs/types/enums.types.js +1 -1
- package/__commonjs/types/index.js +1 -1
- package/__commonjs/utils/account/getAccountProviderType.js +1 -1
- package/__commonjs/utils/account/getAddress.js +1 -1
- package/__commonjs/utils/account/getIsProviderEqualTo.js +1 -1
- package/__commonjs/utils/account/getShardOfAddress.js +1 -1
- package/__commonjs/utils/account/loginWithExternalProvider.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/account/signMessage.js +1 -1
- package/__commonjs/utils/logout.js +1 -1
- package/__commonjs/utils/operations/denominate.js +1 -1
- package/__commonjs/utils/operations/formatAmount.js +1 -1
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/platform/detectCurrentPlatform.js +1 -1
- package/__commonjs/utils/platform/index.js +1 -1
- package/__commonjs/utils/smartContracts.js +1 -1
- package/__commonjs/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -2
- package/__commonjs/utils/transactions/getTokenFromData.js +1 -1
- package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/__commonjs/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +3 -3
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +3 -3
- package/__commonjs/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +3 -3
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/__commonjs/utils/transactions/transactionStateByStatus.js +1 -1
- package/__commonjs/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/__commonjs/web/hooks/index.js +1 -1
- package/__commonjs/web/hooks/useIdleTimer.js +1 -1
- package/__commonjs/web/index.js +1 -1
- package/__commonjs/wrappers/AppInitializer.js +1 -1
- package/__commonjs/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/getScamAddressData.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/userInterface/index.js +1 -1
- package/hooks/userInterface/useIsDappModalVisible.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +2 -2
- package/providers/accountProvider.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/dappModalsSelectors.js +1 -1
- package/reduxStore/selectors/helpers.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/modalsSelectors.js +1 -1
- package/reduxStore/selectors/networkConfigSelectors.js +1 -1
- package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
- package/reduxStore/selectors/toastsSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/dappModalsSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/types/enums.types.d.ts +1 -2
- package/types/enums.types.js +1 -1
- package/types/index.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/platform/detectCurrentPlatform.js +1 -1
- package/utils/platform/index.js +1 -1
- package/utils/smartContracts.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getTokenFromData.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/utils/transactions/transactionStateByStatus.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.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-2KPRW74K.js +0 -2
- package/__chunks__/chunk-3YW6SLXC.js +0 -2
- package/__chunks__/chunk-4DS2Q5LW.js +0 -2
- package/__chunks__/chunk-5HRV72ZC.js +0 -2
- package/__chunks__/chunk-5ZXJXM3L.js +0 -2
- package/__chunks__/chunk-744DQ7ZI.js +0 -2
- package/__chunks__/chunk-7Z6F2U52.js +0 -2
- package/__chunks__/chunk-BAOVOANA.js +0 -2
- package/__chunks__/chunk-BCE6RONK.js +0 -2
- package/__chunks__/chunk-BLUG63Q2.js +0 -2
- package/__chunks__/chunk-BLWDDJJF.js +0 -2
- package/__chunks__/chunk-BRXBMHAS.js +0 -2
- package/__chunks__/chunk-C2NK6QSW.js +0 -2
- package/__chunks__/chunk-CDW2662X.js +0 -2
- package/__chunks__/chunk-CJO53GSR.js +0 -2
- package/__chunks__/chunk-CSHPES7K.js +0 -2
- package/__chunks__/chunk-CVRC3LLT.js +0 -2
- package/__chunks__/chunk-E3KA2FJ5.js +0 -2
- package/__chunks__/chunk-E6C3JWXL.js +0 -2
- package/__chunks__/chunk-EIUJUUMA.js +0 -2
- package/__chunks__/chunk-FCLS44BI.js +0 -2
- package/__chunks__/chunk-FLC53TPV.js +0 -2
- package/__chunks__/chunk-FTCWSZIB.js +0 -2
- package/__chunks__/chunk-G65FNHLP.js +0 -2
- package/__chunks__/chunk-GKK7U7J7.js +0 -2
- package/__chunks__/chunk-GMQ53JDD.js +0 -2
- package/__chunks__/chunk-GO5P7HHE.js +0 -2
- package/__chunks__/chunk-IJTARIG6.js +0 -2
- package/__chunks__/chunk-LEZT7BGE.js +0 -2
- package/__chunks__/chunk-LKUT6VEX.js +0 -2
- package/__chunks__/chunk-LTPOFFWE.js +0 -2
- package/__chunks__/chunk-LZSBQU7C.js +0 -2
- package/__chunks__/chunk-MM4TCQU3.js +0 -2
- package/__chunks__/chunk-MPH3OBOB.js +0 -2
- package/__chunks__/chunk-NGZ7GQV4.js +0 -2
- package/__chunks__/chunk-NMGB3ORJ.js +0 -2
- package/__chunks__/chunk-NVJ6UVZ3.js +0 -2
- package/__chunks__/chunk-OUJ2TGXC.js +0 -2
- package/__chunks__/chunk-Q27BCXDP.js +0 -2
- package/__chunks__/chunk-Q6BK2CI7.js +0 -2
- package/__chunks__/chunk-QHJZA2MO.js +0 -2
- package/__chunks__/chunk-QWJ446RL.js +0 -2
- package/__chunks__/chunk-R3TYUNXK.js +0 -2
- package/__chunks__/chunk-RGOYZTEJ.js +0 -2
- package/__chunks__/chunk-RUVW6WUN.js +0 -2
- package/__chunks__/chunk-T3ET46NT.js +0 -2
- package/__chunks__/chunk-UE5SMZSJ.js +0 -2
- package/__chunks__/chunk-UIGOLJ7B.js +0 -2
- package/__chunks__/chunk-VPN67LUL.js +0 -2
- package/__chunks__/chunk-VWLFZWE6.js +0 -2
- package/__chunks__/chunk-W7PLC5YB.js +0 -2
- package/__chunks__/chunk-XTIXKEXM.js +0 -2
- package/__chunks__/chunk-Z5J2KGZZ.js +0 -2
- package/__chunks__/chunk-ZWP2VUR6.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Oe=Object.create;var z=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var je=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty;var We=(n,e)=>()=>(n&&(e=n(n=0)),e);var j=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),qe=(n,e)=>{for(var o in e)z(n,o,{get:e[o],enumerable:!0})},_e=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of ze(e))!Ge.call(n,a)&&a!==o&&z(n,a,{get:()=>e[a],enumerable:!(r=Pe(e,a))||r.enumerable});return n};var P=(n,e,o)=>(o=n!=null?Oe(je(n)):{},_e(e||!n||!n.__esModule?z(o,"default",{value:n,enumerable:!0}):o,n)),He=n=>_e(z({},"__esModule",{value:!0}),n);var me=j(G=>{"use strict";i();G.byteLength=Ve;G.toByteArray=Ke;G.fromByteArray=Ze;var T=[],w=[],Xe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,ie=Y.length;F<ie;++F)T[F]=Y[F],w[Y.charCodeAt(F)]=F;var F,ie;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ce(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Ve(n){var e=ce(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Ye(n,e,o){return(e+o)*3/4-o}function Ke(n){var e,o=ce(n),r=o[0],a=o[1],t=new Xe(Ye(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=w[n.charCodeAt(m)]<<18|w[n.charCodeAt(m+1)]<<12|w[n.charCodeAt(m+2)]<<6|w[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(m)]<<2|w[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(m)]<<10|w[n.charCodeAt(m+1)]<<4|w[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Qe(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Je(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Qe(r));return a.join("")}function Ze(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(Je(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var de=j(K=>{i();K.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,l=m>>1,s=-7,d=o?a-1:0,v=o?-1:1,y=n[e+d];for(d+=v,t=y&(1<<-s)-1,y>>=-s,s+=c;s>0;t=t*256+n[e+d],d+=v,s-=8);for(p=t&(1<<-s)-1,t>>=-s,s+=r;s>0;p=p*256+n[e+d],d+=v,s-=8);if(t===0)t=1-l;else{if(t===m)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-l}return(y?-1:1)*p*Math.pow(2,t-r)};K.write=function(n,e,o,r,a,t){var p,c,m,l=t*8-a-1,s=(1<<l)-1,d=s>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,B=r?1:-1,Me=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=s):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+d>=1?e+=v/m:e+=v*Math.pow(2,1-d),e*m>=2&&(p++,m/=2),p+d>=s?(c=0,p=s):p+d>=1?(c=(e*m-1)*Math.pow(2,a),p=p+d):(c=e*Math.pow(2,d-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=c&255,y+=B,c/=256,a-=8);for(p=p<<a|c,l+=a;l>0;n[o+y]=p&255,y+=B,p/=256,l-=8);n[o+y-B]|=Me*128}});var Te=j(M=>{"use strict";i();var Q=me(),U=de(),le=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=_;M.SlowBuffer=ao;M.INSPECT_MAX_BYTES=50;var W=2147483647;M.kMaxLength=W;_.TYPED_ARRAY_SUPPORT=$e();!_.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 $e(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function A(n){if(n>W)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(n)}return ue(n,e,o)}_.poolSize=8192;function ue(n,e,o){if(typeof n=="string")return oo(n,e);if(ArrayBuffer.isView(n))return no(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(I(n,ArrayBuffer)||n&&I(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(n,SharedArrayBuffer)||n&&I(n.buffer,SharedArrayBuffer)))return Z(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=ro(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ue(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function fe(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function eo(n,e,o){return fe(n),n<=0?A(n):e!==void 0?typeof o=="string"?A(n).fill(e,o):A(n).fill(e):A(n)}_.alloc=function(n,e,o){return eo(n,e,o)};function ee(n){return fe(n),A(n<0?0:oe(n)|0)}_.allocUnsafe=function(n){return ee(n)};_.allocUnsafeSlow=function(n){return ee(n)};function oo(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=he(n,e)|0,r=A(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function J(n){for(var e=n.length<0?0:oe(n.length)|0,o=A(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function no(n){if(I(n,Uint8Array)){var e=new Uint8Array(n);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(n)}function Z(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function ro(n){if(_.isBuffer(n)){var e=oe(n.length)|0,o=A(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ne(n.length)?A(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function oe(n){if(n>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return n|0}function ao(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(I(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function he(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||I(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return $(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return ve(n).length;default:if(a)return r?-1:$(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=he;function to(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return fo(this,e,o);case"utf8":case"utf-8":return xe(this,e,o);case"ascii":return go(this,e,o);case"latin1":case"binary":return uo(this,e,o);case"base64":return lo(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ho(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function C(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var o=0;o<e;o+=2)C(this,o,o+1);return this};_.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var o=0;o<e;o+=4)C(this,o,o+3),C(this,o+1,o+2);return this};_.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var o=0;o<e;o+=8)C(this,o,o+7),C(this,o+1,o+6),C(this,o+2,o+5),C(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):to.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=M.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};le&&(_.prototype[le]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,c=r-o,m=Math.min(p,c),l=this.slice(a,t),s=e.slice(o,r),d=0;d<m;++d)if(l[d]!==s[d]){p=l[d],c=s[d];break}return p<c?-1:c<p?1:0};function be(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ne(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:se(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):se(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function se(n,e,o,r,a){var t=1,p=n.length,c=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,c/=2,o/=2}function m(y,B){return t===1?y[B]:y.readUInt16BE(B*t)}var l;if(a){var s=-1;for(l=o;l<p;l++)if(m(n,l)===m(e,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*t}else s!==-1&&(l-=l-s),s=-1}else for(o+c>p&&(o=p-c),l=o;l>=0;l--){for(var d=!0,v=0;v<c;v++)if(m(n,l+v)!==m(e,v)){d=!1;break}if(d)return l}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return be(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return be(this,e,o,r,!1)};function po(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var c=parseInt(e.substr(p*2,2),16);if(ne(c))return p;n[o+p]=c}return p}function _o(n,e,o,r){return q($(e,n.length-o),n,o,r)}function io(n,e,o,r){return q(yo(e),n,o,r)}function co(n,e,o,r){return q(ve(e),n,o,r)}function mo(n,e,o,r){return q(wo(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return po(this,e,o,r);case"utf8":case"utf-8":return _o(this,e,o,r);case"ascii":case"latin1":case"binary":return io(this,e,o,r);case"base64":return co(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mo(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lo(n,e,o){return e===0&&o===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(e,o))}function xe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,l,s,d;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(d=(t&31)<<6|m&63,d>127&&(p=d));break;case 3:m=n[a+1],l=n[a+2],(m&192)===128&&(l&192)===128&&(d=(t&15)<<12|(m&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(p=d));break;case 4:m=n[a+1],l=n[a+2],s=n[a+3],(m&192)===128&&(l&192)===128&&(s&192)===128&&(d=(t&15)<<18|(m&63)<<12|(l&63)<<6|s&63,d>65535&&d<1114112&&(p=d))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return so(r)}var ge=4096;function so(n){var e=n.length;if(e<=ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=ge));return o}function go(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function uo(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function fo(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ko[n[t]];return a}function ho(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function ye(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function we(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,4,34028234663852886e22,-34028234663852886e22),U.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return we(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return we(this,e,o,!1,r)};function ke(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,8,17976931348623157e292,-17976931348623157e292),U.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var bo=/[^+/0-9A-Za-z-_]/g;function xo(n){if(n=n.split("=")[0],n=n.trim().replace(bo,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function $(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function yo(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function wo(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function ve(n){return Q.toByteArray(xo(n))}function q(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function I(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ne(n){return n!==n}var ko=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var Ae=j((Do,Re)=>{i();var h=Re.exports={},S,E;function re(){throw new Error("setTimeout has not been defined")}function ae(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=re}catch(n){S=re}try{typeof clearTimeout=="function"?E=clearTimeout:E=ae}catch(n){E=ae}})();function Ie(n){if(S===setTimeout)return setTimeout(n,0);if((S===re||!S)&&setTimeout)return S=setTimeout,setTimeout(n,0);try{return S(n,0)}catch(e){try{return S.call(null,n,0)}catch(o){return S.call(this,n,0)}}}function vo(n){if(E===clearTimeout)return clearTimeout(n);if((E===ae||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(e){try{return E.call(null,n)}catch(o){return E.call(this,n)}}}var L=[],O=!1,D,H=-1;function To(){!O||!D||(O=!1,D.length?L=D.concat(L):H=-1,L.length&&Se())}function Se(){if(!O){var n=Ie(To);O=!0;for(var e=L.length;e;){for(D=L,L=[];++H<e;)D&&D[H].run();H=-1,e=L.length}D=null,O=!1,vo(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];L.push(new Ee(n,e)),L.length===1&&!O&&Ie(Se)};function Ee(n,e){this.fun=n,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function N(){}h.on=N;h.addListener=N;h.once=N;h.off=N;h.removeListener=N;h.removeAllListeners=N;h.emit=N;h.prependListener=N;h.prependOnceListener=N;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var g,u,Bo,i=We(()=>{g=P(Te()),u=P(Ae()),Bo=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var Ao={};qe(Ao,{TransactionInfoGasLimit:()=>Ro});module.exports=He(Ao);i();i();var pe=P(require("react"));i();i();i();i();i();i();i();i();i();i();i();i();i();var te={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Le,egldLabel:en}=te["devnet"],{chainId:Ne,egldLabel:on}=te["testnet"],{chainId:Fe,egldLabel:nn}=te["mainnet"];var rn={["devnet"]:Le,["testnet"]:Ne,["mainnet"]:Fe},an={[Le]:"devnet",[Ne]:"testnet",[Fe]:"mainnet"};i();i();i();i();var R=require("@multiversx/sdk-web-wallet-provider");i();var Ce="N/A";i();var X=P(require("react")),V=P(require("classnames"));i();var Io=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Oe=Object.create;var z=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var je=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty;var We=(n,e)=>()=>(n&&(e=n(n=0)),e);var j=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),qe=(n,e)=>{for(var o in e)z(n,o,{get:e[o],enumerable:!0})},_e=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of ze(e))!Ge.call(n,a)&&a!==o&&z(n,a,{get:()=>e[a],enumerable:!(r=Pe(e,a))||r.enumerable});return n};var P=(n,e,o)=>(o=n!=null?Oe(je(n)):{},_e(e||!n||!n.__esModule?z(o,"default",{value:n,enumerable:!0}):o,n)),He=n=>_e(z({},"__esModule",{value:!0}),n);var me=j(G=>{"use strict";i();G.byteLength=Ve;G.toByteArray=Ke;G.fromByteArray=Ze;var T=[],w=[],Xe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ie=Y.length;C<ie;++C)T[C]=Y[C],w[Y.charCodeAt(C)]=C;var C,ie;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ce(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Ve(n){var e=ce(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Ye(n,e,o){return(e+o)*3/4-o}function Ke(n){var e,o=ce(n),r=o[0],a=o[1],t=new Xe(Ye(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=w[n.charCodeAt(m)]<<18|w[n.charCodeAt(m+1)]<<12|w[n.charCodeAt(m+2)]<<6|w[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(m)]<<2|w[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(m)]<<10|w[n.charCodeAt(m+1)]<<4|w[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Qe(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Je(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Qe(r));return a.join("")}function Ze(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(Je(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var de=j(K=>{i();K.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,l=m>>1,s=-7,d=o?a-1:0,v=o?-1:1,y=n[e+d];for(d+=v,t=y&(1<<-s)-1,y>>=-s,s+=c;s>0;t=t*256+n[e+d],d+=v,s-=8);for(p=t&(1<<-s)-1,t>>=-s,s+=r;s>0;p=p*256+n[e+d],d+=v,s-=8);if(t===0)t=1-l;else{if(t===m)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-l}return(y?-1:1)*p*Math.pow(2,t-r)};K.write=function(n,e,o,r,a,t){var p,c,m,l=t*8-a-1,s=(1<<l)-1,d=s>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,B=r?1:-1,Me=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=s):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+d>=1?e+=v/m:e+=v*Math.pow(2,1-d),e*m>=2&&(p++,m/=2),p+d>=s?(c=0,p=s):p+d>=1?(c=(e*m-1)*Math.pow(2,a),p=p+d):(c=e*Math.pow(2,d-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=c&255,y+=B,c/=256,a-=8);for(p=p<<a|c,l+=a;l>0;n[o+y]=p&255,y+=B,p/=256,l-=8);n[o+y-B]|=Me*128}});var Te=j(M=>{"use strict";i();var Q=me(),U=de(),le=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=_;M.SlowBuffer=ao;M.INSPECT_MAX_BYTES=50;var W=2147483647;M.kMaxLength=W;_.TYPED_ARRAY_SUPPORT=$e();!_.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 $e(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function A(n){if(n>W)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(n)}return ue(n,e,o)}_.poolSize=8192;function ue(n,e,o){if(typeof n=="string")return oo(n,e);if(ArrayBuffer.isView(n))return no(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(I(n,ArrayBuffer)||n&&I(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(n,SharedArrayBuffer)||n&&I(n.buffer,SharedArrayBuffer)))return Z(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=ro(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ue(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function fe(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function eo(n,e,o){return fe(n),n<=0?A(n):e!==void 0?typeof o=="string"?A(n).fill(e,o):A(n).fill(e):A(n)}_.alloc=function(n,e,o){return eo(n,e,o)};function ee(n){return fe(n),A(n<0?0:oe(n)|0)}_.allocUnsafe=function(n){return ee(n)};_.allocUnsafeSlow=function(n){return ee(n)};function oo(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=he(n,e)|0,r=A(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function J(n){for(var e=n.length<0?0:oe(n.length)|0,o=A(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function no(n){if(I(n,Uint8Array)){var e=new Uint8Array(n);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(n)}function Z(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function ro(n){if(_.isBuffer(n)){var e=oe(n.length)|0,o=A(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ne(n.length)?A(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function oe(n){if(n>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return n|0}function ao(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(I(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function he(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||I(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return $(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return ve(n).length;default:if(a)return r?-1:$(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=he;function to(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return fo(this,e,o);case"utf8":case"utf-8":return xe(this,e,o);case"ascii":return go(this,e,o);case"latin1":case"binary":return uo(this,e,o);case"base64":return lo(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ho(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function F(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var o=0;o<e;o+=2)F(this,o,o+1);return this};_.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var o=0;o<e;o+=4)F(this,o,o+3),F(this,o+1,o+2);return this};_.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var o=0;o<e;o+=8)F(this,o,o+7),F(this,o+1,o+6),F(this,o+2,o+5),F(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):to.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=M.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};le&&(_.prototype[le]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,c=r-o,m=Math.min(p,c),l=this.slice(a,t),s=e.slice(o,r),d=0;d<m;++d)if(l[d]!==s[d]){p=l[d],c=s[d];break}return p<c?-1:c<p?1:0};function be(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ne(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:se(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):se(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function se(n,e,o,r,a){var t=1,p=n.length,c=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,c/=2,o/=2}function m(y,B){return t===1?y[B]:y.readUInt16BE(B*t)}var l;if(a){var s=-1;for(l=o;l<p;l++)if(m(n,l)===m(e,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*t}else s!==-1&&(l-=l-s),s=-1}else for(o+c>p&&(o=p-c),l=o;l>=0;l--){for(var d=!0,v=0;v<c;v++)if(m(n,l+v)!==m(e,v)){d=!1;break}if(d)return l}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return be(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return be(this,e,o,r,!1)};function po(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var c=parseInt(e.substr(p*2,2),16);if(ne(c))return p;n[o+p]=c}return p}function _o(n,e,o,r){return q($(e,n.length-o),n,o,r)}function io(n,e,o,r){return q(yo(e),n,o,r)}function co(n,e,o,r){return q(ve(e),n,o,r)}function mo(n,e,o,r){return q(wo(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return po(this,e,o,r);case"utf8":case"utf-8":return _o(this,e,o,r);case"ascii":case"latin1":case"binary":return io(this,e,o,r);case"base64":return co(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mo(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lo(n,e,o){return e===0&&o===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(e,o))}function xe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,l,s,d;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(d=(t&31)<<6|m&63,d>127&&(p=d));break;case 3:m=n[a+1],l=n[a+2],(m&192)===128&&(l&192)===128&&(d=(t&15)<<12|(m&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(p=d));break;case 4:m=n[a+1],l=n[a+2],s=n[a+3],(m&192)===128&&(l&192)===128&&(s&192)===128&&(d=(t&15)<<18|(m&63)<<12|(l&63)<<6|s&63,d>65535&&d<1114112&&(p=d))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return so(r)}var ge=4096;function so(n){var e=n.length;if(e<=ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=ge));return o}function go(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function uo(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function fo(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ko[n[t]];return a}function ho(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function ye(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function we(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,4,34028234663852886e22,-34028234663852886e22),U.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return we(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return we(this,e,o,!1,r)};function ke(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,8,17976931348623157e292,-17976931348623157e292),U.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var bo=/[^+/0-9A-Za-z-_]/g;function xo(n){if(n=n.split("=")[0],n=n.trim().replace(bo,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function $(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function yo(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function wo(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function ve(n){return Q.toByteArray(xo(n))}function q(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function I(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ne(n){return n!==n}var ko=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var Ae=j((Do,Re)=>{i();var h=Re.exports={},S,E;function re(){throw new Error("setTimeout has not been defined")}function ae(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=re}catch(n){S=re}try{typeof clearTimeout=="function"?E=clearTimeout:E=ae}catch(n){E=ae}})();function Ie(n){if(S===setTimeout)return setTimeout(n,0);if((S===re||!S)&&setTimeout)return S=setTimeout,setTimeout(n,0);try{return S(n,0)}catch(e){try{return S.call(null,n,0)}catch(o){return S.call(this,n,0)}}}function vo(n){if(E===clearTimeout)return clearTimeout(n);if((E===ae||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(e){try{return E.call(null,n)}catch(o){return E.call(this,n)}}}var L=[],O=!1,D,H=-1;function To(){!O||!D||(O=!1,D.length?L=D.concat(L):H=-1,L.length&&Se())}function Se(){if(!O){var n=Ie(To);O=!0;for(var e=L.length;e;){for(D=L,L=[];++H<e;)D&&D[H].run();H=-1,e=L.length}D=null,O=!1,vo(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];L.push(new Ee(n,e)),L.length===1&&!O&&Ie(Se)};function Ee(n,e){this.fun=n,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function N(){}h.on=N;h.addListener=N;h.once=N;h.off=N;h.removeListener=N;h.removeAllListeners=N;h.emit=N;h.prependListener=N;h.prependOnceListener=N;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var g,u,Bo,i=We(()=>{g=P(Te()),u=P(Ae()),Bo=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var Ao={};qe(Ao,{TransactionInfoGasLimit:()=>Ro});module.exports=He(Ao);i();i();var pe=P(require("react"));i();i();i();i();i();i();i();i();i();i();i();i();i();var te={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Le,egldLabel:en}=te["devnet"],{chainId:Ne,egldLabel:on}=te["testnet"],{chainId:Ce,egldLabel:nn}=te["mainnet"];var rn={["devnet"]:Le,["testnet"]:Ne,["mainnet"]:Ce},an={[Le]:"devnet",[Ne]:"testnet",[Ce]:"mainnet"};i();i();i();i();var R=require("@multiversx/sdk-web-wallet-provider");i();var Fe="N/A";i();var X=P(require("react")),V=P(require("classnames"));i();var Io=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2696,7 +2696,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2696
2696
|
border-bottom: 0;
|
|
2697
2697
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(So));var De={"detail-item":"dapp-core-component__detailItem-module__detail-item",detailItem:"dapp-core-component__detailItem-module__detail-item"};var Be=({children:n,title:e,className:o="",colWidth:r="2",noBorder:a=!1})=>X.default.createElement("div",{className:(0,V.default)(k.row,De.detailItem,o,{[k.pt3]:a,[k.pb1]:a,[k.borderBottom]:!a,[k.py3]:!a})},X.default.createElement("div",{className:(0,V.default)(k.textSecondary,k.textLgRight,k.fontWeightMedium,k[`colLg${r}`])},e),X.default.createElement("div",{className:(0,V.default)(k.fontWeightMedium,k[`colLg${12-Number(r)}`])},n));i();var Eo=`.dapp-core-component__styles__gas {
|
|
2698
2698
|
color: #6c757d;
|
|
2699
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Eo));var Ue={gas:"dapp-core-component__styles__gas"};var Ro=({className:n,transaction:e})=>pe.default.createElement(Be,{className:n,title:"Gas Limit"},e.gasLimit!=null?e.gasLimit.toLocaleString("en"):pe.default.createElement("span",{className:Ue.gas},
|
|
2699
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Eo));var Ue={gas:"dapp-core-component__styles__gas"};var Ro=({className:n,transaction:e})=>pe.default.createElement(Be,{className:n,title:"Gas Limit"},e.gasLimit!=null?e.gasLimit.toLocaleString("en"):pe.default.createElement("span",{className:Ue.gas},Fe));0&&(module.exports={TransactionInfoGasLimit});
|
|
2700
2700
|
/*!
|
|
2701
2701
|
* The buffer module from node.js, for the browser.
|
|
2702
2702
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Oe=Object.create;var z=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var je=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty;var We=(n,e)=>()=>(n&&(e=n(n=0)),e);var j=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),qe=(n,e)=>{for(var o in e)z(n,o,{get:e[o],enumerable:!0})},_e=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of ze(e))!Ge.call(n,a)&&a!==o&&z(n,a,{get:()=>e[a],enumerable:!(r=Pe(e,a))||r.enumerable});return n};var P=(n,e,o)=>(o=n!=null?Oe(je(n)):{},_e(e||!n||!n.__esModule?z(o,"default",{value:n,enumerable:!0}):o,n)),He=n=>_e(z({},"__esModule",{value:!0}),n);var me=j(G=>{"use strict";i();G.byteLength=Ve;G.toByteArray=Ke;G.fromByteArray=Ze;var T=[],w=[],Xe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,ie=Y.length;F<ie;++F)T[F]=Y[F],w[Y.charCodeAt(F)]=F;var F,ie;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ce(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Ve(n){var e=ce(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Ye(n,e,o){return(e+o)*3/4-o}function Ke(n){var e,o=ce(n),r=o[0],a=o[1],t=new Xe(Ye(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=w[n.charCodeAt(m)]<<18|w[n.charCodeAt(m+1)]<<12|w[n.charCodeAt(m+2)]<<6|w[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(m)]<<2|w[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(m)]<<10|w[n.charCodeAt(m+1)]<<4|w[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Qe(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Je(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Qe(r));return a.join("")}function Ze(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(Je(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var de=j(K=>{i();K.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,l=m>>1,s=-7,d=o?a-1:0,v=o?-1:1,y=n[e+d];for(d+=v,t=y&(1<<-s)-1,y>>=-s,s+=c;s>0;t=t*256+n[e+d],d+=v,s-=8);for(p=t&(1<<-s)-1,t>>=-s,s+=r;s>0;p=p*256+n[e+d],d+=v,s-=8);if(t===0)t=1-l;else{if(t===m)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-l}return(y?-1:1)*p*Math.pow(2,t-r)};K.write=function(n,e,o,r,a,t){var p,c,m,l=t*8-a-1,s=(1<<l)-1,d=s>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,B=r?1:-1,Me=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=s):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+d>=1?e+=v/m:e+=v*Math.pow(2,1-d),e*m>=2&&(p++,m/=2),p+d>=s?(c=0,p=s):p+d>=1?(c=(e*m-1)*Math.pow(2,a),p=p+d):(c=e*Math.pow(2,d-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=c&255,y+=B,c/=256,a-=8);for(p=p<<a|c,l+=a;l>0;n[o+y]=p&255,y+=B,p/=256,l-=8);n[o+y-B]|=Me*128}});var Te=j(M=>{"use strict";i();var Q=me(),U=de(),le=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=_;M.SlowBuffer=ao;M.INSPECT_MAX_BYTES=50;var W=2147483647;M.kMaxLength=W;_.TYPED_ARRAY_SUPPORT=$e();!_.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 $e(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function A(n){if(n>W)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(n)}return ue(n,e,o)}_.poolSize=8192;function ue(n,e,o){if(typeof n=="string")return oo(n,e);if(ArrayBuffer.isView(n))return no(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(I(n,ArrayBuffer)||n&&I(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(n,SharedArrayBuffer)||n&&I(n.buffer,SharedArrayBuffer)))return Z(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=ro(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ue(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function fe(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function eo(n,e,o){return fe(n),n<=0?A(n):e!==void 0?typeof o=="string"?A(n).fill(e,o):A(n).fill(e):A(n)}_.alloc=function(n,e,o){return eo(n,e,o)};function ee(n){return fe(n),A(n<0?0:oe(n)|0)}_.allocUnsafe=function(n){return ee(n)};_.allocUnsafeSlow=function(n){return ee(n)};function oo(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=he(n,e)|0,r=A(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function J(n){for(var e=n.length<0?0:oe(n.length)|0,o=A(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function no(n){if(I(n,Uint8Array)){var e=new Uint8Array(n);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(n)}function Z(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function ro(n){if(_.isBuffer(n)){var e=oe(n.length)|0,o=A(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ne(n.length)?A(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function oe(n){if(n>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return n|0}function ao(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(I(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function he(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||I(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return $(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return ve(n).length;default:if(a)return r?-1:$(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=he;function to(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return fo(this,e,o);case"utf8":case"utf-8":return xe(this,e,o);case"ascii":return go(this,e,o);case"latin1":case"binary":return uo(this,e,o);case"base64":return lo(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ho(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function C(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var o=0;o<e;o+=2)C(this,o,o+1);return this};_.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var o=0;o<e;o+=4)C(this,o,o+3),C(this,o+1,o+2);return this};_.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var o=0;o<e;o+=8)C(this,o,o+7),C(this,o+1,o+6),C(this,o+2,o+5),C(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):to.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=M.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};le&&(_.prototype[le]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,c=r-o,m=Math.min(p,c),l=this.slice(a,t),s=e.slice(o,r),d=0;d<m;++d)if(l[d]!==s[d]){p=l[d],c=s[d];break}return p<c?-1:c<p?1:0};function be(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ne(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:se(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):se(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function se(n,e,o,r,a){var t=1,p=n.length,c=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,c/=2,o/=2}function m(y,B){return t===1?y[B]:y.readUInt16BE(B*t)}var l;if(a){var s=-1;for(l=o;l<p;l++)if(m(n,l)===m(e,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*t}else s!==-1&&(l-=l-s),s=-1}else for(o+c>p&&(o=p-c),l=o;l>=0;l--){for(var d=!0,v=0;v<c;v++)if(m(n,l+v)!==m(e,v)){d=!1;break}if(d)return l}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return be(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return be(this,e,o,r,!1)};function po(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var c=parseInt(e.substr(p*2,2),16);if(ne(c))return p;n[o+p]=c}return p}function _o(n,e,o,r){return q($(e,n.length-o),n,o,r)}function io(n,e,o,r){return q(yo(e),n,o,r)}function co(n,e,o,r){return q(ve(e),n,o,r)}function mo(n,e,o,r){return q(wo(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return po(this,e,o,r);case"utf8":case"utf-8":return _o(this,e,o,r);case"ascii":case"latin1":case"binary":return io(this,e,o,r);case"base64":return co(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mo(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lo(n,e,o){return e===0&&o===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(e,o))}function xe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,l,s,d;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(d=(t&31)<<6|m&63,d>127&&(p=d));break;case 3:m=n[a+1],l=n[a+2],(m&192)===128&&(l&192)===128&&(d=(t&15)<<12|(m&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(p=d));break;case 4:m=n[a+1],l=n[a+2],s=n[a+3],(m&192)===128&&(l&192)===128&&(s&192)===128&&(d=(t&15)<<18|(m&63)<<12|(l&63)<<6|s&63,d>65535&&d<1114112&&(p=d))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return so(r)}var ge=4096;function so(n){var e=n.length;if(e<=ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=ge));return o}function go(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function uo(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function fo(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ko[n[t]];return a}function ho(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function ye(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function we(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,4,34028234663852886e22,-34028234663852886e22),U.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return we(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return we(this,e,o,!1,r)};function ke(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,8,17976931348623157e292,-17976931348623157e292),U.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var bo=/[^+/0-9A-Za-z-_]/g;function xo(n){if(n=n.split("=")[0],n=n.trim().replace(bo,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function $(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function yo(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function wo(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function ve(n){return Q.toByteArray(xo(n))}function q(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function I(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ne(n){return n!==n}var ko=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var Ae=j((Do,Re)=>{i();var h=Re.exports={},S,E;function re(){throw new Error("setTimeout has not been defined")}function ae(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=re}catch(n){S=re}try{typeof clearTimeout=="function"?E=clearTimeout:E=ae}catch(n){E=ae}})();function Ie(n){if(S===setTimeout)return setTimeout(n,0);if((S===re||!S)&&setTimeout)return S=setTimeout,setTimeout(n,0);try{return S(n,0)}catch(e){try{return S.call(null,n,0)}catch(o){return S.call(this,n,0)}}}function vo(n){if(E===clearTimeout)return clearTimeout(n);if((E===ae||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(e){try{return E.call(null,n)}catch(o){return E.call(this,n)}}}var L=[],O=!1,D,H=-1;function To(){!O||!D||(O=!1,D.length?L=D.concat(L):H=-1,L.length&&Se())}function Se(){if(!O){var n=Ie(To);O=!0;for(var e=L.length;e;){for(D=L,L=[];++H<e;)D&&D[H].run();H=-1,e=L.length}D=null,O=!1,vo(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];L.push(new Ee(n,e)),L.length===1&&!O&&Ie(Se)};function Ee(n,e){this.fun=n,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function N(){}h.on=N;h.addListener=N;h.once=N;h.off=N;h.removeListener=N;h.removeAllListeners=N;h.emit=N;h.prependListener=N;h.prependOnceListener=N;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var g,u,Bo,i=We(()=>{g=P(Te()),u=P(Ae()),Bo=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var Ao={};qe(Ao,{TransactionInfoGasPrice:()=>Ro});module.exports=He(Ao);i();var pe=P(require("react"));i();i();i();i();i();i();i();i();i();i();i();i();i();var te={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Le,egldLabel:en}=te["devnet"],{chainId:Ne,egldLabel:on}=te["testnet"],{chainId:Fe,egldLabel:nn}=te["mainnet"];var rn={["devnet"]:Le,["testnet"]:Ne,["mainnet"]:Fe},an={[Le]:"devnet",[Ne]:"testnet",[Fe]:"mainnet"};i();i();i();i();var R=require("@multiversx/sdk-web-wallet-provider");i();var Ce="N/A";i();var X=P(require("react")),V=P(require("classnames"));i();var Io=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Oe=Object.create;var z=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var je=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty;var We=(n,e)=>()=>(n&&(e=n(n=0)),e);var j=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),qe=(n,e)=>{for(var o in e)z(n,o,{get:e[o],enumerable:!0})},_e=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of ze(e))!Ge.call(n,a)&&a!==o&&z(n,a,{get:()=>e[a],enumerable:!(r=Pe(e,a))||r.enumerable});return n};var P=(n,e,o)=>(o=n!=null?Oe(je(n)):{},_e(e||!n||!n.__esModule?z(o,"default",{value:n,enumerable:!0}):o,n)),He=n=>_e(z({},"__esModule",{value:!0}),n);var me=j(G=>{"use strict";i();G.byteLength=Ve;G.toByteArray=Ke;G.fromByteArray=Ze;var T=[],w=[],Xe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ie=Y.length;C<ie;++C)T[C]=Y[C],w[Y.charCodeAt(C)]=C;var C,ie;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ce(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Ve(n){var e=ce(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Ye(n,e,o){return(e+o)*3/4-o}function Ke(n){var e,o=ce(n),r=o[0],a=o[1],t=new Xe(Ye(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=w[n.charCodeAt(m)]<<18|w[n.charCodeAt(m+1)]<<12|w[n.charCodeAt(m+2)]<<6|w[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(m)]<<2|w[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(m)]<<10|w[n.charCodeAt(m+1)]<<4|w[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Qe(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Je(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Qe(r));return a.join("")}function Ze(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(Je(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var de=j(K=>{i();K.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,l=m>>1,s=-7,d=o?a-1:0,v=o?-1:1,y=n[e+d];for(d+=v,t=y&(1<<-s)-1,y>>=-s,s+=c;s>0;t=t*256+n[e+d],d+=v,s-=8);for(p=t&(1<<-s)-1,t>>=-s,s+=r;s>0;p=p*256+n[e+d],d+=v,s-=8);if(t===0)t=1-l;else{if(t===m)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-l}return(y?-1:1)*p*Math.pow(2,t-r)};K.write=function(n,e,o,r,a,t){var p,c,m,l=t*8-a-1,s=(1<<l)-1,d=s>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,B=r?1:-1,Me=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=s):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+d>=1?e+=v/m:e+=v*Math.pow(2,1-d),e*m>=2&&(p++,m/=2),p+d>=s?(c=0,p=s):p+d>=1?(c=(e*m-1)*Math.pow(2,a),p=p+d):(c=e*Math.pow(2,d-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=c&255,y+=B,c/=256,a-=8);for(p=p<<a|c,l+=a;l>0;n[o+y]=p&255,y+=B,p/=256,l-=8);n[o+y-B]|=Me*128}});var Te=j(M=>{"use strict";i();var Q=me(),U=de(),le=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=_;M.SlowBuffer=ao;M.INSPECT_MAX_BYTES=50;var W=2147483647;M.kMaxLength=W;_.TYPED_ARRAY_SUPPORT=$e();!_.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 $e(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function A(n){if(n>W)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(n)}return ue(n,e,o)}_.poolSize=8192;function ue(n,e,o){if(typeof n=="string")return oo(n,e);if(ArrayBuffer.isView(n))return no(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(I(n,ArrayBuffer)||n&&I(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(n,SharedArrayBuffer)||n&&I(n.buffer,SharedArrayBuffer)))return Z(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=ro(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ue(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function fe(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function eo(n,e,o){return fe(n),n<=0?A(n):e!==void 0?typeof o=="string"?A(n).fill(e,o):A(n).fill(e):A(n)}_.alloc=function(n,e,o){return eo(n,e,o)};function ee(n){return fe(n),A(n<0?0:oe(n)|0)}_.allocUnsafe=function(n){return ee(n)};_.allocUnsafeSlow=function(n){return ee(n)};function oo(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=he(n,e)|0,r=A(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function J(n){for(var e=n.length<0?0:oe(n.length)|0,o=A(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function no(n){if(I(n,Uint8Array)){var e=new Uint8Array(n);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(n)}function Z(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function ro(n){if(_.isBuffer(n)){var e=oe(n.length)|0,o=A(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ne(n.length)?A(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function oe(n){if(n>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return n|0}function ao(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(I(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function he(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||I(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return $(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return ve(n).length;default:if(a)return r?-1:$(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=he;function to(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return fo(this,e,o);case"utf8":case"utf-8":return xe(this,e,o);case"ascii":return go(this,e,o);case"latin1":case"binary":return uo(this,e,o);case"base64":return lo(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ho(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function F(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var o=0;o<e;o+=2)F(this,o,o+1);return this};_.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var o=0;o<e;o+=4)F(this,o,o+3),F(this,o+1,o+2);return this};_.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var o=0;o<e;o+=8)F(this,o,o+7),F(this,o+1,o+6),F(this,o+2,o+5),F(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):to.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=M.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};le&&(_.prototype[le]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,c=r-o,m=Math.min(p,c),l=this.slice(a,t),s=e.slice(o,r),d=0;d<m;++d)if(l[d]!==s[d]){p=l[d],c=s[d];break}return p<c?-1:c<p?1:0};function be(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ne(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:se(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):se(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function se(n,e,o,r,a){var t=1,p=n.length,c=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,c/=2,o/=2}function m(y,B){return t===1?y[B]:y.readUInt16BE(B*t)}var l;if(a){var s=-1;for(l=o;l<p;l++)if(m(n,l)===m(e,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*t}else s!==-1&&(l-=l-s),s=-1}else for(o+c>p&&(o=p-c),l=o;l>=0;l--){for(var d=!0,v=0;v<c;v++)if(m(n,l+v)!==m(e,v)){d=!1;break}if(d)return l}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return be(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return be(this,e,o,r,!1)};function po(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var c=parseInt(e.substr(p*2,2),16);if(ne(c))return p;n[o+p]=c}return p}function _o(n,e,o,r){return q($(e,n.length-o),n,o,r)}function io(n,e,o,r){return q(yo(e),n,o,r)}function co(n,e,o,r){return q(ve(e),n,o,r)}function mo(n,e,o,r){return q(wo(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return po(this,e,o,r);case"utf8":case"utf-8":return _o(this,e,o,r);case"ascii":case"latin1":case"binary":return io(this,e,o,r);case"base64":return co(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mo(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lo(n,e,o){return e===0&&o===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(e,o))}function xe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,l,s,d;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(d=(t&31)<<6|m&63,d>127&&(p=d));break;case 3:m=n[a+1],l=n[a+2],(m&192)===128&&(l&192)===128&&(d=(t&15)<<12|(m&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(p=d));break;case 4:m=n[a+1],l=n[a+2],s=n[a+3],(m&192)===128&&(l&192)===128&&(s&192)===128&&(d=(t&15)<<18|(m&63)<<12|(l&63)<<6|s&63,d>65535&&d<1114112&&(p=d))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return so(r)}var ge=4096;function so(n){var e=n.length;if(e<=ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=ge));return o}function go(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function uo(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function fo(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ko[n[t]];return a}function ho(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function ye(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function we(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,4,34028234663852886e22,-34028234663852886e22),U.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return we(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return we(this,e,o,!1,r)};function ke(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,8,17976931348623157e292,-17976931348623157e292),U.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var bo=/[^+/0-9A-Za-z-_]/g;function xo(n){if(n=n.split("=")[0],n=n.trim().replace(bo,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function $(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function yo(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function wo(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function ve(n){return Q.toByteArray(xo(n))}function q(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function I(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ne(n){return n!==n}var ko=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var Ae=j((Do,Re)=>{i();var h=Re.exports={},S,E;function re(){throw new Error("setTimeout has not been defined")}function ae(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=re}catch(n){S=re}try{typeof clearTimeout=="function"?E=clearTimeout:E=ae}catch(n){E=ae}})();function Ie(n){if(S===setTimeout)return setTimeout(n,0);if((S===re||!S)&&setTimeout)return S=setTimeout,setTimeout(n,0);try{return S(n,0)}catch(e){try{return S.call(null,n,0)}catch(o){return S.call(this,n,0)}}}function vo(n){if(E===clearTimeout)return clearTimeout(n);if((E===ae||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(e){try{return E.call(null,n)}catch(o){return E.call(this,n)}}}var L=[],O=!1,D,H=-1;function To(){!O||!D||(O=!1,D.length?L=D.concat(L):H=-1,L.length&&Se())}function Se(){if(!O){var n=Ie(To);O=!0;for(var e=L.length;e;){for(D=L,L=[];++H<e;)D&&D[H].run();H=-1,e=L.length}D=null,O=!1,vo(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];L.push(new Ee(n,e)),L.length===1&&!O&&Ie(Se)};function Ee(n,e){this.fun=n,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function N(){}h.on=N;h.addListener=N;h.once=N;h.off=N;h.removeListener=N;h.removeAllListeners=N;h.emit=N;h.prependListener=N;h.prependOnceListener=N;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var g,u,Bo,i=We(()=>{g=P(Te()),u=P(Ae()),Bo=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var Ao={};qe(Ao,{TransactionInfoGasPrice:()=>Ro});module.exports=He(Ao);i();var pe=P(require("react"));i();i();i();i();i();i();i();i();i();i();i();i();i();var te={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Le,egldLabel:en}=te["devnet"],{chainId:Ne,egldLabel:on}=te["testnet"],{chainId:Ce,egldLabel:nn}=te["mainnet"];var rn={["devnet"]:Le,["testnet"]:Ne,["mainnet"]:Ce},an={[Le]:"devnet",[Ne]:"testnet",[Ce]:"mainnet"};i();i();i();i();var R=require("@multiversx/sdk-web-wallet-provider");i();var Fe="N/A";i();var X=P(require("react")),V=P(require("classnames"));i();var Io=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2696,7 +2696,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2696
2696
|
border-bottom: 0;
|
|
2697
2697
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(So));var De={"detail-item":"dapp-core-component__detailItem-module__detail-item",detailItem:"dapp-core-component__detailItem-module__detail-item"};var Be=({children:n,title:e,className:o="",colWidth:r="2",noBorder:a=!1})=>X.default.createElement("div",{className:(0,V.default)(k.row,De.detailItem,o,{[k.pt3]:a,[k.pb1]:a,[k.borderBottom]:!a,[k.py3]:!a})},X.default.createElement("div",{className:(0,V.default)(k.textSecondary,k.textLgRight,k.fontWeightMedium,k[`colLg${r}`])},e),X.default.createElement("div",{className:(0,V.default)(k.fontWeightMedium,k[`colLg${12-Number(r)}`])},n));i();var Eo=`.dapp-core-component__styles__gas {
|
|
2698
2698
|
color: #6c757d;
|
|
2699
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Eo));var Ue={gas:"dapp-core-component__styles__gas"};var Ro=({className:n,transaction:e})=>pe.default.createElement(Be,{className:n,title:"Gas Used"},e.gasUsed!=null?e.gasUsed.toLocaleString("en"):pe.default.createElement("span",{className:Ue.gas},
|
|
2699
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Eo));var Ue={gas:"dapp-core-component__styles__gas"};var Ro=({className:n,transaction:e})=>pe.default.createElement(Be,{className:n,title:"Gas Used"},e.gasUsed!=null?e.gasUsed.toLocaleString("en"):pe.default.createElement("span",{className:Ue.gas},Fe));0&&(module.exports={TransactionInfoGasPrice});
|
|
2700
2700
|
/*!
|
|
2701
2701
|
* The buffer module from node.js, for the browser.
|
|
2702
2702
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Oe=Object.create;var z=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var je=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty;var We=(n,e)=>()=>(n&&(e=n(n=0)),e);var j=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),qe=(n,e)=>{for(var o in e)z(n,o,{get:e[o],enumerable:!0})},_e=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of ze(e))!Ge.call(n,a)&&a!==o&&z(n,a,{get:()=>e[a],enumerable:!(r=Pe(e,a))||r.enumerable});return n};var P=(n,e,o)=>(o=n!=null?Oe(je(n)):{},_e(e||!n||!n.__esModule?z(o,"default",{value:n,enumerable:!0}):o,n)),He=n=>_e(z({},"__esModule",{value:!0}),n);var me=j(G=>{"use strict";i();G.byteLength=Ve;G.toByteArray=Ke;G.fromByteArray=Ze;var T=[],w=[],Xe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,ie=Y.length;F<ie;++F)T[F]=Y[F],w[Y.charCodeAt(F)]=F;var F,ie;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ce(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Ve(n){var e=ce(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Ye(n,e,o){return(e+o)*3/4-o}function Ke(n){var e,o=ce(n),r=o[0],a=o[1],t=new Xe(Ye(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=w[n.charCodeAt(m)]<<18|w[n.charCodeAt(m+1)]<<12|w[n.charCodeAt(m+2)]<<6|w[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(m)]<<2|w[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(m)]<<10|w[n.charCodeAt(m+1)]<<4|w[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Qe(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Je(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Qe(r));return a.join("")}function Ze(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(Je(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var de=j(K=>{i();K.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,l=m>>1,s=-7,d=o?a-1:0,v=o?-1:1,y=n[e+d];for(d+=v,t=y&(1<<-s)-1,y>>=-s,s+=c;s>0;t=t*256+n[e+d],d+=v,s-=8);for(p=t&(1<<-s)-1,t>>=-s,s+=r;s>0;p=p*256+n[e+d],d+=v,s-=8);if(t===0)t=1-l;else{if(t===m)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-l}return(y?-1:1)*p*Math.pow(2,t-r)};K.write=function(n,e,o,r,a,t){var p,c,m,l=t*8-a-1,s=(1<<l)-1,d=s>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,B=r?1:-1,Me=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=s):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+d>=1?e+=v/m:e+=v*Math.pow(2,1-d),e*m>=2&&(p++,m/=2),p+d>=s?(c=0,p=s):p+d>=1?(c=(e*m-1)*Math.pow(2,a),p=p+d):(c=e*Math.pow(2,d-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=c&255,y+=B,c/=256,a-=8);for(p=p<<a|c,l+=a;l>0;n[o+y]=p&255,y+=B,p/=256,l-=8);n[o+y-B]|=Me*128}});var Te=j(M=>{"use strict";i();var Q=me(),U=de(),le=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=_;M.SlowBuffer=ao;M.INSPECT_MAX_BYTES=50;var W=2147483647;M.kMaxLength=W;_.TYPED_ARRAY_SUPPORT=$e();!_.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 $e(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function A(n){if(n>W)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(n)}return ue(n,e,o)}_.poolSize=8192;function ue(n,e,o){if(typeof n=="string")return oo(n,e);if(ArrayBuffer.isView(n))return no(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(I(n,ArrayBuffer)||n&&I(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(n,SharedArrayBuffer)||n&&I(n.buffer,SharedArrayBuffer)))return Z(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=ro(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ue(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function fe(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function eo(n,e,o){return fe(n),n<=0?A(n):e!==void 0?typeof o=="string"?A(n).fill(e,o):A(n).fill(e):A(n)}_.alloc=function(n,e,o){return eo(n,e,o)};function ee(n){return fe(n),A(n<0?0:oe(n)|0)}_.allocUnsafe=function(n){return ee(n)};_.allocUnsafeSlow=function(n){return ee(n)};function oo(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=he(n,e)|0,r=A(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function J(n){for(var e=n.length<0?0:oe(n.length)|0,o=A(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function no(n){if(I(n,Uint8Array)){var e=new Uint8Array(n);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(n)}function Z(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function ro(n){if(_.isBuffer(n)){var e=oe(n.length)|0,o=A(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ne(n.length)?A(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function oe(n){if(n>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return n|0}function ao(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(I(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function he(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||I(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return $(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return ve(n).length;default:if(a)return r?-1:$(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=he;function to(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return fo(this,e,o);case"utf8":case"utf-8":return xe(this,e,o);case"ascii":return go(this,e,o);case"latin1":case"binary":return uo(this,e,o);case"base64":return lo(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ho(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function C(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var o=0;o<e;o+=2)C(this,o,o+1);return this};_.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var o=0;o<e;o+=4)C(this,o,o+3),C(this,o+1,o+2);return this};_.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var o=0;o<e;o+=8)C(this,o,o+7),C(this,o+1,o+6),C(this,o+2,o+5),C(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):to.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=M.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};le&&(_.prototype[le]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,c=r-o,m=Math.min(p,c),l=this.slice(a,t),s=e.slice(o,r),d=0;d<m;++d)if(l[d]!==s[d]){p=l[d],c=s[d];break}return p<c?-1:c<p?1:0};function be(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ne(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:se(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):se(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function se(n,e,o,r,a){var t=1,p=n.length,c=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,c/=2,o/=2}function m(y,B){return t===1?y[B]:y.readUInt16BE(B*t)}var l;if(a){var s=-1;for(l=o;l<p;l++)if(m(n,l)===m(e,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*t}else s!==-1&&(l-=l-s),s=-1}else for(o+c>p&&(o=p-c),l=o;l>=0;l--){for(var d=!0,v=0;v<c;v++)if(m(n,l+v)!==m(e,v)){d=!1;break}if(d)return l}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return be(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return be(this,e,o,r,!1)};function po(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var c=parseInt(e.substr(p*2,2),16);if(ne(c))return p;n[o+p]=c}return p}function _o(n,e,o,r){return q($(e,n.length-o),n,o,r)}function io(n,e,o,r){return q(yo(e),n,o,r)}function co(n,e,o,r){return q(ve(e),n,o,r)}function mo(n,e,o,r){return q(wo(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return po(this,e,o,r);case"utf8":case"utf-8":return _o(this,e,o,r);case"ascii":case"latin1":case"binary":return io(this,e,o,r);case"base64":return co(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mo(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lo(n,e,o){return e===0&&o===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(e,o))}function xe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,l,s,d;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(d=(t&31)<<6|m&63,d>127&&(p=d));break;case 3:m=n[a+1],l=n[a+2],(m&192)===128&&(l&192)===128&&(d=(t&15)<<12|(m&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(p=d));break;case 4:m=n[a+1],l=n[a+2],s=n[a+3],(m&192)===128&&(l&192)===128&&(s&192)===128&&(d=(t&15)<<18|(m&63)<<12|(l&63)<<6|s&63,d>65535&&d<1114112&&(p=d))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return so(r)}var ge=4096;function so(n){var e=n.length;if(e<=ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=ge));return o}function go(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function uo(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function fo(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ko[n[t]];return a}function ho(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function ye(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function we(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,4,34028234663852886e22,-34028234663852886e22),U.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return we(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return we(this,e,o,!1,r)};function ke(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,8,17976931348623157e292,-17976931348623157e292),U.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var bo=/[^+/0-9A-Za-z-_]/g;function xo(n){if(n=n.split("=")[0],n=n.trim().replace(bo,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function $(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function yo(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function wo(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function ve(n){return Q.toByteArray(xo(n))}function q(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function I(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ne(n){return n!==n}var ko=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var Ae=j((Do,Re)=>{i();var h=Re.exports={},S,E;function re(){throw new Error("setTimeout has not been defined")}function ae(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=re}catch(n){S=re}try{typeof clearTimeout=="function"?E=clearTimeout:E=ae}catch(n){E=ae}})();function Ie(n){if(S===setTimeout)return setTimeout(n,0);if((S===re||!S)&&setTimeout)return S=setTimeout,setTimeout(n,0);try{return S(n,0)}catch(e){try{return S.call(null,n,0)}catch(o){return S.call(this,n,0)}}}function vo(n){if(E===clearTimeout)return clearTimeout(n);if((E===ae||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(e){try{return E.call(null,n)}catch(o){return E.call(this,n)}}}var L=[],O=!1,D,H=-1;function To(){!O||!D||(O=!1,D.length?L=D.concat(L):H=-1,L.length&&Se())}function Se(){if(!O){var n=Ie(To);O=!0;for(var e=L.length;e;){for(D=L,L=[];++H<e;)D&&D[H].run();H=-1,e=L.length}D=null,O=!1,vo(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];L.push(new Ee(n,e)),L.length===1&&!O&&Ie(Se)};function Ee(n,e){this.fun=n,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function N(){}h.on=N;h.addListener=N;h.once=N;h.off=N;h.removeListener=N;h.removeAllListeners=N;h.emit=N;h.prependListener=N;h.prependOnceListener=N;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var g,u,Bo,i=We(()=>{g=P(Te()),u=P(Ae()),Bo=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var Ao={};qe(Ao,{TransactionInfoGasPrice:()=>Ro});module.exports=He(Ao);i();i();var pe=P(require("react"));i();i();i();i();i();i();i();i();i();i();i();i();i();var te={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Le,egldLabel:en}=te["devnet"],{chainId:Ne,egldLabel:on}=te["testnet"],{chainId:Fe,egldLabel:nn}=te["mainnet"];var rn={["devnet"]:Le,["testnet"]:Ne,["mainnet"]:Fe},an={[Le]:"devnet",[Ne]:"testnet",[Fe]:"mainnet"};i();i();i();i();var R=require("@multiversx/sdk-web-wallet-provider");i();var Ce="N/A";i();var X=P(require("react")),V=P(require("classnames"));i();var Io=`.dapp-core-component__main__link-style {
|
|
1
|
+
"use strict";var Oe=Object.create;var z=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var ze=Object.getOwnPropertyNames;var je=Object.getPrototypeOf,Ge=Object.prototype.hasOwnProperty;var We=(n,e)=>()=>(n&&(e=n(n=0)),e);var j=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),qe=(n,e)=>{for(var o in e)z(n,o,{get:e[o],enumerable:!0})},_e=(n,e,o,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of ze(e))!Ge.call(n,a)&&a!==o&&z(n,a,{get:()=>e[a],enumerable:!(r=Pe(e,a))||r.enumerable});return n};var P=(n,e,o)=>(o=n!=null?Oe(je(n)):{},_e(e||!n||!n.__esModule?z(o,"default",{value:n,enumerable:!0}):o,n)),He=n=>_e(z({},"__esModule",{value:!0}),n);var me=j(G=>{"use strict";i();G.byteLength=Ve;G.toByteArray=Ke;G.fromByteArray=Ze;var T=[],w=[],Xe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ie=Y.length;C<ie;++C)T[C]=Y[C],w[Y.charCodeAt(C)]=C;var C,ie;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ce(n){var e=n.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var o=n.indexOf("=");o===-1&&(o=e);var r=o===e?0:4-o%4;return[o,r]}function Ve(n){var e=ce(n),o=e[0],r=e[1];return(o+r)*3/4-r}function Ye(n,e,o){return(e+o)*3/4-o}function Ke(n){var e,o=ce(n),r=o[0],a=o[1],t=new Xe(Ye(n,r,a)),p=0,c=a>0?r-4:r,m;for(m=0;m<c;m+=4)e=w[n.charCodeAt(m)]<<18|w[n.charCodeAt(m+1)]<<12|w[n.charCodeAt(m+2)]<<6|w[n.charCodeAt(m+3)],t[p++]=e>>16&255,t[p++]=e>>8&255,t[p++]=e&255;return a===2&&(e=w[n.charCodeAt(m)]<<2|w[n.charCodeAt(m+1)]>>4,t[p++]=e&255),a===1&&(e=w[n.charCodeAt(m)]<<10|w[n.charCodeAt(m+1)]<<4|w[n.charCodeAt(m+2)]>>2,t[p++]=e>>8&255,t[p++]=e&255),t}function Qe(n){return T[n>>18&63]+T[n>>12&63]+T[n>>6&63]+T[n&63]}function Je(n,e,o){for(var r,a=[],t=e;t<o;t+=3)r=(n[t]<<16&16711680)+(n[t+1]<<8&65280)+(n[t+2]&255),a.push(Qe(r));return a.join("")}function Ze(n){for(var e,o=n.length,r=o%3,a=[],t=16383,p=0,c=o-r;p<c;p+=t)a.push(Je(n,p,p+t>c?c:p+t));return r===1?(e=n[o-1],a.push(T[e>>2]+T[e<<4&63]+"==")):r===2&&(e=(n[o-2]<<8)+n[o-1],a.push(T[e>>10]+T[e>>4&63]+T[e<<2&63]+"=")),a.join("")}});var de=j(K=>{i();K.read=function(n,e,o,r,a){var t,p,c=a*8-r-1,m=(1<<c)-1,l=m>>1,s=-7,d=o?a-1:0,v=o?-1:1,y=n[e+d];for(d+=v,t=y&(1<<-s)-1,y>>=-s,s+=c;s>0;t=t*256+n[e+d],d+=v,s-=8);for(p=t&(1<<-s)-1,t>>=-s,s+=r;s>0;p=p*256+n[e+d],d+=v,s-=8);if(t===0)t=1-l;else{if(t===m)return p?NaN:(y?-1:1)*(1/0);p=p+Math.pow(2,r),t=t-l}return(y?-1:1)*p*Math.pow(2,t-r)};K.write=function(n,e,o,r,a,t){var p,c,m,l=t*8-a-1,s=(1<<l)-1,d=s>>1,v=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=r?0:t-1,B=r?1:-1,Me=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,p=s):(p=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-p))<1&&(p--,m*=2),p+d>=1?e+=v/m:e+=v*Math.pow(2,1-d),e*m>=2&&(p++,m/=2),p+d>=s?(c=0,p=s):p+d>=1?(c=(e*m-1)*Math.pow(2,a),p=p+d):(c=e*Math.pow(2,d-1)*Math.pow(2,a),p=0));a>=8;n[o+y]=c&255,y+=B,c/=256,a-=8);for(p=p<<a|c,l+=a;l>0;n[o+y]=p&255,y+=B,p/=256,l-=8);n[o+y-B]|=Me*128}});var Te=j(M=>{"use strict";i();var Q=me(),U=de(),le=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=_;M.SlowBuffer=ao;M.INSPECT_MAX_BYTES=50;var W=2147483647;M.kMaxLength=W;_.TYPED_ARRAY_SUPPORT=$e();!_.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 $e(){try{var n=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(n,e),n.foo()===42}catch(o){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function A(n){if(n>W)throw new RangeError('The value "'+n+'" is invalid for option "size"');var e=new Uint8Array(n);return Object.setPrototypeOf(e,_.prototype),e}function _(n,e,o){if(typeof n=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(n)}return ue(n,e,o)}_.poolSize=8192;function ue(n,e,o){if(typeof n=="string")return oo(n,e);if(ArrayBuffer.isView(n))return no(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(I(n,ArrayBuffer)||n&&I(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(n,SharedArrayBuffer)||n&&I(n.buffer,SharedArrayBuffer)))return Z(n,e,o);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=n.valueOf&&n.valueOf();if(r!=null&&r!==n)return _.from(r,e,o);var a=ro(n);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return _.from(n[Symbol.toPrimitive]("string"),e,o);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}_.from=function(n,e,o){return ue(n,e,o)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function fe(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function eo(n,e,o){return fe(n),n<=0?A(n):e!==void 0?typeof o=="string"?A(n).fill(e,o):A(n).fill(e):A(n)}_.alloc=function(n,e,o){return eo(n,e,o)};function ee(n){return fe(n),A(n<0?0:oe(n)|0)}_.allocUnsafe=function(n){return ee(n)};_.allocUnsafeSlow=function(n){return ee(n)};function oo(n,e){if((typeof e!="string"||e==="")&&(e="utf8"),!_.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var o=he(n,e)|0,r=A(o),a=r.write(n,e);return a!==o&&(r=r.slice(0,a)),r}function J(n){for(var e=n.length<0?0:oe(n.length)|0,o=A(e),r=0;r<e;r+=1)o[r]=n[r]&255;return o}function no(n){if(I(n,Uint8Array)){var e=new Uint8Array(n);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(n)}function Z(n,e,o){if(e<0||n.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<e+(o||0))throw new RangeError('"length" is outside of buffer bounds');var r;return e===void 0&&o===void 0?r=new Uint8Array(n):o===void 0?r=new Uint8Array(n,e):r=new Uint8Array(n,e,o),Object.setPrototypeOf(r,_.prototype),r}function ro(n){if(_.isBuffer(n)){var e=oe(n.length)|0,o=A(e);return o.length===0||n.copy(o,0,0,e),o}if(n.length!==void 0)return typeof n.length!="number"||ne(n.length)?A(0):J(n);if(n.type==="Buffer"&&Array.isArray(n.data))return J(n.data)}function oe(n){if(n>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return n|0}function ao(n){return+n!=n&&(n=0),_.alloc(+n)}_.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==_.prototype};_.compare=function(e,o){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),I(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(e)||!_.isBuffer(o))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===o)return 0;for(var r=e.length,a=o.length,t=0,p=Math.min(r,a);t<p;++t)if(e[t]!==o[t]){r=e[t],a=o[t];break}return r<a?-1:a<r?1:0};_.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(e,o){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return _.alloc(0);var r;if(o===void 0)for(o=0,r=0;r<e.length;++r)o+=e[r].length;var a=_.allocUnsafe(o),t=0;for(r=0;r<e.length;++r){var p=e[r];if(I(p,Uint8Array))t+p.length>a.length?_.from(p).copy(a,t):Uint8Array.prototype.set.call(a,p,t);else if(_.isBuffer(p))p.copy(a,t);else throw new TypeError('"list" argument must be an Array of Buffers');t+=p.length}return a};function he(n,e){if(_.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||I(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var o=n.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&o===0)return 0;for(var a=!1;;)switch(e){case"ascii":case"latin1":case"binary":return o;case"utf8":case"utf-8":return $(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return o*2;case"hex":return o>>>1;case"base64":return ve(n).length;default:if(a)return r?-1:$(n).length;e=(""+e).toLowerCase(),a=!0}}_.byteLength=he;function to(n,e,o){var r=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((o===void 0||o>this.length)&&(o=this.length),o<=0)||(o>>>=0,e>>>=0,o<=e))return"";for(n||(n="utf8");;)switch(n){case"hex":return fo(this,e,o);case"utf8":case"utf-8":return xe(this,e,o);case"ascii":return go(this,e,o);case"latin1":case"binary":return uo(this,e,o);case"base64":return lo(this,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ho(this,e,o);default:if(r)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function F(n,e,o){var r=n[e];n[e]=n[o],n[o]=r}_.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var o=0;o<e;o+=2)F(this,o,o+1);return this};_.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var o=0;o<e;o+=4)F(this,o,o+3),F(this,o+1,o+2);return this};_.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var o=0;o<e;o+=8)F(this,o,o+7),F(this,o+1,o+6),F(this,o+2,o+5),F(this,o+3,o+4);return this};_.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):to.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(e){if(!_.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:_.compare(this,e)===0};_.prototype.inspect=function(){var e="",o=M.INSPECT_MAX_BYTES;return e=this.toString("hex",0,o).replace(/(.{2})/g,"$1 ").trim(),this.length>o&&(e+=" ... "),"<Buffer "+e+">"};le&&(_.prototype[le]=_.prototype.inspect);_.prototype.compare=function(e,o,r,a,t){if(I(e,Uint8Array)&&(e=_.from(e,e.offset,e.byteLength)),!_.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(o===void 0&&(o=0),r===void 0&&(r=e?e.length:0),a===void 0&&(a=0),t===void 0&&(t=this.length),o<0||r>e.length||a<0||t>this.length)throw new RangeError("out of range index");if(a>=t&&o>=r)return 0;if(a>=t)return-1;if(o>=r)return 1;if(o>>>=0,r>>>=0,a>>>=0,t>>>=0,this===e)return 0;for(var p=t-a,c=r-o,m=Math.min(p,c),l=this.slice(a,t),s=e.slice(o,r),d=0;d<m;++d)if(l[d]!==s[d]){p=l[d],c=s[d];break}return p<c?-1:c<p?1:0};function be(n,e,o,r,a){if(n.length===0)return-1;if(typeof o=="string"?(r=o,o=0):o>2147483647?o=2147483647:o<-2147483648&&(o=-2147483648),o=+o,ne(o)&&(o=a?0:n.length-1),o<0&&(o=n.length+o),o>=n.length){if(a)return-1;o=n.length-1}else if(o<0)if(a)o=0;else return-1;if(typeof e=="string"&&(e=_.from(e,r)),_.isBuffer(e))return e.length===0?-1:se(n,e,o,r,a);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(n,e,o):Uint8Array.prototype.lastIndexOf.call(n,e,o):se(n,[e],o,r,a);throw new TypeError("val must be string, number or Buffer")}function se(n,e,o,r,a){var t=1,p=n.length,c=e.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(n.length<2||e.length<2)return-1;t=2,p/=2,c/=2,o/=2}function m(y,B){return t===1?y[B]:y.readUInt16BE(B*t)}var l;if(a){var s=-1;for(l=o;l<p;l++)if(m(n,l)===m(e,s===-1?0:l-s)){if(s===-1&&(s=l),l-s+1===c)return s*t}else s!==-1&&(l-=l-s),s=-1}else for(o+c>p&&(o=p-c),l=o;l>=0;l--){for(var d=!0,v=0;v<c;v++)if(m(n,l+v)!==m(e,v)){d=!1;break}if(d)return l}return-1}_.prototype.includes=function(e,o,r){return this.indexOf(e,o,r)!==-1};_.prototype.indexOf=function(e,o,r){return be(this,e,o,r,!0)};_.prototype.lastIndexOf=function(e,o,r){return be(this,e,o,r,!1)};function po(n,e,o,r){o=Number(o)||0;var a=n.length-o;r?(r=Number(r),r>a&&(r=a)):r=a;var t=e.length;r>t/2&&(r=t/2);for(var p=0;p<r;++p){var c=parseInt(e.substr(p*2,2),16);if(ne(c))return p;n[o+p]=c}return p}function _o(n,e,o,r){return q($(e,n.length-o),n,o,r)}function io(n,e,o,r){return q(yo(e),n,o,r)}function co(n,e,o,r){return q(ve(e),n,o,r)}function mo(n,e,o,r){return q(wo(e,n.length-o),n,o,r)}_.prototype.write=function(e,o,r,a){if(o===void 0)a="utf8",r=this.length,o=0;else if(r===void 0&&typeof o=="string")a=o,r=this.length,o=0;else if(isFinite(o))o=o>>>0,isFinite(r)?(r=r>>>0,a===void 0&&(a="utf8")):(a=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var t=this.length-o;if((r===void 0||r>t)&&(r=t),e.length>0&&(r<0||o<0)||o>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var p=!1;;)switch(a){case"hex":return po(this,e,o,r);case"utf8":case"utf-8":return _o(this,e,o,r);case"ascii":case"latin1":case"binary":return io(this,e,o,r);case"base64":return co(this,e,o,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mo(this,e,o,r);default:if(p)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),p=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function lo(n,e,o){return e===0&&o===n.length?Q.fromByteArray(n):Q.fromByteArray(n.slice(e,o))}function xe(n,e,o){o=Math.min(n.length,o);for(var r=[],a=e;a<o;){var t=n[a],p=null,c=t>239?4:t>223?3:t>191?2:1;if(a+c<=o){var m,l,s,d;switch(c){case 1:t<128&&(p=t);break;case 2:m=n[a+1],(m&192)===128&&(d=(t&31)<<6|m&63,d>127&&(p=d));break;case 3:m=n[a+1],l=n[a+2],(m&192)===128&&(l&192)===128&&(d=(t&15)<<12|(m&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(p=d));break;case 4:m=n[a+1],l=n[a+2],s=n[a+3],(m&192)===128&&(l&192)===128&&(s&192)===128&&(d=(t&15)<<18|(m&63)<<12|(l&63)<<6|s&63,d>65535&&d<1114112&&(p=d))}}p===null?(p=65533,c=1):p>65535&&(p-=65536,r.push(p>>>10&1023|55296),p=56320|p&1023),r.push(p),a+=c}return so(r)}var ge=4096;function so(n){var e=n.length;if(e<=ge)return String.fromCharCode.apply(String,n);for(var o="",r=0;r<e;)o+=String.fromCharCode.apply(String,n.slice(r,r+=ge));return o}function go(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]&127);return r}function uo(n,e,o){var r="";o=Math.min(n.length,o);for(var a=e;a<o;++a)r+=String.fromCharCode(n[a]);return r}function fo(n,e,o){var r=n.length;(!e||e<0)&&(e=0),(!o||o<0||o>r)&&(o=r);for(var a="",t=e;t<o;++t)a+=ko[n[t]];return a}function ho(n,e,o){for(var r=n.slice(e,o),a="",t=0;t<r.length-1;t+=2)a+=String.fromCharCode(r[t]+r[t+1]*256);return a}_.prototype.slice=function(e,o){var r=this.length;e=~~e,o=o===void 0?r:~~o,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),o<e&&(o=e);var a=this.subarray(e,o);return Object.setPrototypeOf(a,_.prototype),a};function b(n,e,o){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+e>o)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return a};_.prototype.readUintBE=_.prototype.readUIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e+--o],t=1;o>0&&(t*=256);)a+=this[e+--o]*t;return a};_.prototype.readUint8=_.prototype.readUInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]|this[e+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(e,o){return e=e>>>0,o||b(e,2,this.length),this[e]<<8|this[e+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};_.prototype.readIntLE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=this[e],t=1,p=0;++p<o&&(t*=256);)a+=this[e+p]*t;return t*=128,a>=t&&(a-=Math.pow(2,8*o)),a};_.prototype.readIntBE=function(e,o,r){e=e>>>0,o=o>>>0,r||b(e,o,this.length);for(var a=o,t=1,p=this[e+--a];a>0&&(t*=256);)p+=this[e+--a]*t;return t*=128,p>=t&&(p-=Math.pow(2,8*o)),p};_.prototype.readInt8=function(e,o){return e=e>>>0,o||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};_.prototype.readInt16LE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e]|this[e+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(e,o){e=e>>>0,o||b(e,2,this.length);var r=this[e+1]|this[e]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};_.prototype.readInt32BE=function(e,o){return e=e>>>0,o||b(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};_.prototype.readFloatLE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!0,23,4)};_.prototype.readFloatBE=function(e,o){return e=e>>>0,o||b(e,4,this.length),U.read(this,e,!1,23,4)};_.prototype.readDoubleLE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!0,52,8)};_.prototype.readDoubleBE=function(e,o){return e=e>>>0,o||b(e,8,this.length),U.read(this,e,!1,52,8)};function x(n,e,o,r,a,t){if(!_.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>a||e<t)throw new RangeError('"value" argument is out of bounds');if(o+r>n.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=1,c=0;for(this[o]=e&255;++c<r&&(p*=256);)this[o+c]=e/p&255;return o+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,r=r>>>0,!a){var t=Math.pow(2,8*r)-1;x(this,e,o,r,t,0)}var p=r-1,c=1;for(this[o+p]=e&255;--p>=0&&(c*=256);)this[o+p]=e/c&255;return o+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,255,0),this[o]=e&255,o+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,65535,0),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o+3]=e>>>24,this[o+2]=e>>>16,this[o+1]=e>>>8,this[o]=e&255,o+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,4294967295,0),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};_.prototype.writeIntLE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=0,c=1,m=0;for(this[o]=e&255;++p<r&&(c*=256);)e<0&&m===0&&this[o+p-1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeIntBE=function(e,o,r,a){if(e=+e,o=o>>>0,!a){var t=Math.pow(2,8*r-1);x(this,e,o,r,t-1,-t)}var p=r-1,c=1,m=0;for(this[o+p]=e&255;--p>=0&&(c*=256);)e<0&&m===0&&this[o+p+1]!==0&&(m=1),this[o+p]=(e/c>>0)-m&255;return o+r};_.prototype.writeInt8=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,1,127,-128),e<0&&(e=255+e+1),this[o]=e&255,o+1};_.prototype.writeInt16LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e&255,this[o+1]=e>>>8,o+2};_.prototype.writeInt16BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,2,32767,-32768),this[o]=e>>>8,this[o+1]=e&255,o+2};_.prototype.writeInt32LE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),this[o]=e&255,this[o+1]=e>>>8,this[o+2]=e>>>16,this[o+3]=e>>>24,o+4};_.prototype.writeInt32BE=function(e,o,r){return e=+e,o=o>>>0,r||x(this,e,o,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[o]=e>>>24,this[o+1]=e>>>16,this[o+2]=e>>>8,this[o+3]=e&255,o+4};function ye(n,e,o,r,a,t){if(o+r>n.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("Index out of range")}function we(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,4,34028234663852886e22,-34028234663852886e22),U.write(n,e,o,r,23,4),o+4}_.prototype.writeFloatLE=function(e,o,r){return we(this,e,o,!0,r)};_.prototype.writeFloatBE=function(e,o,r){return we(this,e,o,!1,r)};function ke(n,e,o,r,a){return e=+e,o=o>>>0,a||ye(n,e,o,8,17976931348623157e292,-17976931348623157e292),U.write(n,e,o,r,52,8),o+8}_.prototype.writeDoubleLE=function(e,o,r){return ke(this,e,o,!0,r)};_.prototype.writeDoubleBE=function(e,o,r){return ke(this,e,o,!1,r)};_.prototype.copy=function(e,o,r,a){if(!_.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),!a&&a!==0&&(a=this.length),o>=e.length&&(o=e.length),o||(o=0),a>0&&a<r&&(a=r),a===r||e.length===0||this.length===0)return 0;if(o<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),e.length-o<a-r&&(a=e.length-o+r);var t=a-r;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(o,r,a):Uint8Array.prototype.set.call(e,this.subarray(r,a),o),t};_.prototype.fill=function(e,o,r,a){if(typeof e=="string"){if(typeof o=="string"?(a=o,o=0,r=this.length):typeof r=="string"&&(a=r,r=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!_.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(e.length===1){var t=e.charCodeAt(0);(a==="utf8"&&t<128||a==="latin1")&&(e=t)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(o<0||this.length<o||this.length<r)throw new RangeError("Out of range index");if(r<=o)return this;o=o>>>0,r=r===void 0?this.length:r>>>0,e||(e=0);var p;if(typeof e=="number")for(p=o;p<r;++p)this[p]=e;else{var c=_.isBuffer(e)?e:_.from(e,a),m=c.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(p=0;p<r-o;++p)this[p+o]=c[p%m]}return this};var bo=/[^+/0-9A-Za-z-_]/g;function xo(n){if(n=n.split("=")[0],n=n.trim().replace(bo,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function $(n,e){e=e||1/0;for(var o,r=n.length,a=null,t=[],p=0;p<r;++p){if(o=n.charCodeAt(p),o>55295&&o<57344){if(!a){if(o>56319){(e-=3)>-1&&t.push(239,191,189);continue}else if(p+1===r){(e-=3)>-1&&t.push(239,191,189);continue}a=o;continue}if(o<56320){(e-=3)>-1&&t.push(239,191,189),a=o;continue}o=(a-55296<<10|o-56320)+65536}else a&&(e-=3)>-1&&t.push(239,191,189);if(a=null,o<128){if((e-=1)<0)break;t.push(o)}else if(o<2048){if((e-=2)<0)break;t.push(o>>6|192,o&63|128)}else if(o<65536){if((e-=3)<0)break;t.push(o>>12|224,o>>6&63|128,o&63|128)}else if(o<1114112){if((e-=4)<0)break;t.push(o>>18|240,o>>12&63|128,o>>6&63|128,o&63|128)}else throw new Error("Invalid code point")}return t}function yo(n){for(var e=[],o=0;o<n.length;++o)e.push(n.charCodeAt(o)&255);return e}function wo(n,e){for(var o,r,a,t=[],p=0;p<n.length&&!((e-=2)<0);++p)o=n.charCodeAt(p),r=o>>8,a=o%256,t.push(a),t.push(r);return t}function ve(n){return Q.toByteArray(xo(n))}function q(n,e,o,r){for(var a=0;a<r&&!(a+o>=e.length||a>=n.length);++a)e[a+o]=n[a];return a}function I(n,e){return n instanceof e||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===e.name}function ne(n){return n!==n}var ko=function(){for(var n="0123456789abcdef",e=new Array(256),o=0;o<16;++o)for(var r=o*16,a=0;a<16;++a)e[r+a]=n[o]+n[a];return e}()});var Ae=j((Do,Re)=>{i();var h=Re.exports={},S,E;function re(){throw new Error("setTimeout has not been defined")}function ae(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?S=setTimeout:S=re}catch(n){S=re}try{typeof clearTimeout=="function"?E=clearTimeout:E=ae}catch(n){E=ae}})();function Ie(n){if(S===setTimeout)return setTimeout(n,0);if((S===re||!S)&&setTimeout)return S=setTimeout,setTimeout(n,0);try{return S(n,0)}catch(e){try{return S.call(null,n,0)}catch(o){return S.call(this,n,0)}}}function vo(n){if(E===clearTimeout)return clearTimeout(n);if((E===ae||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(n);try{return E(n)}catch(e){try{return E.call(null,n)}catch(o){return E.call(this,n)}}}var L=[],O=!1,D,H=-1;function To(){!O||!D||(O=!1,D.length?L=D.concat(L):H=-1,L.length&&Se())}function Se(){if(!O){var n=Ie(To);O=!0;for(var e=L.length;e;){for(D=L,L=[];++H<e;)D&&D[H].run();H=-1,e=L.length}D=null,O=!1,vo(n)}}h.nextTick=function(n){var e=new Array(arguments.length-1);if(arguments.length>1)for(var o=1;o<arguments.length;o++)e[o-1]=arguments[o];L.push(new Ee(n,e)),L.length===1&&!O&&Ie(Se)};function Ee(n,e){this.fun=n,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function N(){}h.on=N;h.addListener=N;h.once=N;h.off=N;h.removeListener=N;h.removeAllListeners=N;h.emit=N;h.prependListener=N;h.prependOnceListener=N;h.listeners=function(n){return[]};h.binding=function(n){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(n){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var g,u,Bo,i=We(()=>{g=P(Te()),u=P(Ae()),Bo=function(n){function e(){var r=this||self;return delete n.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return e();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:e});var o=__magic__;return o}(Object)});var Ao={};qe(Ao,{TransactionInfoGasPrice:()=>Ro});module.exports=He(Ao);i();i();var pe=P(require("react"));i();i();i();i();i();i();i();i();i();i();i();i();i();var te={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Le,egldLabel:en}=te["devnet"],{chainId:Ne,egldLabel:on}=te["testnet"],{chainId:Ce,egldLabel:nn}=te["mainnet"];var rn={["devnet"]:Le,["testnet"]:Ne,["mainnet"]:Ce},an={[Le]:"devnet",[Ne]:"testnet",[Ce]:"mainnet"};i();i();i();i();var R=require("@multiversx/sdk-web-wallet-provider");i();var Fe="N/A";i();var X=P(require("react")),V=P(require("classnames"));i();var Io=`.dapp-core-component__main__link-style {
|
|
2
2
|
color: #1392ff;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -2696,7 +2696,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2696
2696
|
border-bottom: 0;
|
|
2697
2697
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(So));var De={"detail-item":"dapp-core-component__detailItem-module__detail-item",detailItem:"dapp-core-component__detailItem-module__detail-item"};var Be=({children:n,title:e,className:o="",colWidth:r="2",noBorder:a=!1})=>X.default.createElement("div",{className:(0,V.default)(k.row,De.detailItem,o,{[k.pt3]:a,[k.pb1]:a,[k.borderBottom]:!a,[k.py3]:!a})},X.default.createElement("div",{className:(0,V.default)(k.textSecondary,k.textLgRight,k.fontWeightMedium,k[`colLg${r}`])},e),X.default.createElement("div",{className:(0,V.default)(k.fontWeightMedium,k[`colLg${12-Number(r)}`])},n));i();var Eo=`.dapp-core-component__styles__gas {
|
|
2698
2698
|
color: #6c757d;
|
|
2699
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Eo));var Ue={gas:"dapp-core-component__styles__gas"};var Ro=({className:n,transaction:e})=>pe.default.createElement(Be,{className:n,title:"Gas Used"},e.gasUsed!=null?e.gasUsed.toLocaleString("en"):pe.default.createElement("span",{className:Ue.gas},
|
|
2699
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Eo));var Ue={gas:"dapp-core-component__styles__gas"};var Ro=({className:n,transaction:e})=>pe.default.createElement(Be,{className:n,title:"Gas Used"},e.gasUsed!=null?e.gasUsed.toLocaleString("en"):pe.default.createElement("span",{className:Ue.gas},Fe));0&&(module.exports={TransactionInfoGasPrice});
|
|
2700
2700
|
/*!
|
|
2701
2701
|
* The buffer module from node.js, for the browser.
|
|
2702
2702
|
*
|