@multiversx/sdk-dapp 2.11.1 → 2.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.js +1 -1
- package/UI/DappModal/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/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/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/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/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/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/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/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.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-L7YDLB32.js → chunk-5YL75PPM.js} +2 -2
- package/__chunks__/{chunk-WH5LK5CN.js → chunk-6TEGQOTZ.js} +2 -2
- package/__chunks__/{chunk-MUIPI425.js → chunk-7TLAMZHN.js} +2 -2
- package/__chunks__/{chunk-M24Z7TUH.js → chunk-AIZDKZKO.js} +2 -2
- package/__chunks__/{chunk-H4NDZA66.js → chunk-BXSIGEUR.js} +2 -2
- package/__chunks__/{chunk-V7AZQUQW.js → chunk-EMQZ6MX3.js} +2 -2
- package/__chunks__/chunk-EQJKGTCP.js +2 -0
- package/__chunks__/{chunk-CUUZFH4F.js → chunk-FEX5IJ77.js} +2 -2
- package/__chunks__/{chunk-SHZBKZNO.js → chunk-FIUJMNPJ.js} +2 -2
- package/__chunks__/chunk-FYKXE46R.js +2 -0
- package/__chunks__/{chunk-YZNAAYU2.js → chunk-G6HC2NIY.js} +2 -2
- package/__chunks__/{chunk-FHR2DVXB.js → chunk-IXXERMFN.js} +2 -2
- package/__chunks__/{chunk-TTGQKABY.js → chunk-MPBG7CIV.js} +2 -2
- package/__chunks__/{chunk-FEA2SJQ4.js → chunk-P7TOFNSU.js} +2 -2
- package/__chunks__/{chunk-N66LLKFD.js → chunk-RRBRLMDZ.js} +2 -2
- package/__chunks__/{chunk-ZXZIURIS.js → chunk-UI6BIUQ7.js} +2 -2
- package/__commonjs/UI/DappModal/hooks/index.js +1 -1
- package/__commonjs/UI/DappModal/hooks/useDappModal.js +1 -1
- package/__commonjs/UI/DappModal/index.js +1 -1
- package/__commonjs/UI/ModalContainer/ModalContainer.js +1 -1
- package/__commonjs/UI/ModalContainer/index.js +1 -1
- package/__commonjs/UI/NotificationModal/NotificationModal.js +1 -1
- package/__commonjs/UI/NotificationModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
- package/__commonjs/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/__commonjs/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/__commonjs/UI/TransactionDetails/components/index.js +1 -1
- package/__commonjs/UI/TransactionDetails/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- 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 +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/AccountName.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/index.js +1 -1
- package/__commonjs/UI/TransactionsToastList/index.js +1 -1
- package/__commonjs/UI/Trim/Trim.js +1 -1
- package/__commonjs/UI/Trim/index.js +1 -1
- package/__commonjs/UI/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/__commonjs/UI/walletConnect/index.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/index.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.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/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/signMessage/index.js +1 -1
- package/__commonjs/hooks/signMessage/useSignMessage.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/parseNavigationParams.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__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.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/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/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.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/package.json +1 -1
- package/utils/index.js +1 -1
- package/utils/parseNavigationParams.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-LVTTN4VF.js +0 -2
- package/__chunks__/chunk-XYTGZ37E.js +0 -2
|
@@ -2718,7 +2718,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2718
2718
|
`),T=f.map(E=>{let C=l.Buffer.from(String(E),"base64");return r==="raw"?E:nt(C.toString("hex"),r)}),x=r==="smart"?Ja({parts:f,decodedParts:T,identifier:i}):T;return c.displayValue=x.join(`
|
|
2719
2719
|
`),c}return c.displayValue=nt(t,r),c};var w1=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],fu=({value:t,initialDecodeMethod:r,setDecodeMethod:i,identifier:c})=>{let[f,T]=(0,Qa.useState)(r&&Object.values(Jn).includes(r)?r:"raw"),{displayValue:x,validationWarnings:E}=uu({input:t,decodeMethod:f,identifier:c});return(0,Qa.useEffect)(()=>{i&&i(f)},[f]),{displayValue:x,validationWarnings:E,setActiveKey:T,decodeOptions:w1}};a();var gu=require("react");Ee();a();var S1=require("react");Le();var cR=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];bo();var ei=t=>t.transactions,vo=R(ei,t=>t.signedTransactions),v1=R(ei,t=>t.signTransactionsError),hu=R(ei,t=>t.signTransactionsCancelMessage),ni=t=>r=>Object.entries(r).reduce((i,[c,f])=>(t(f.status)&&(i[c]=f),i),{}),Tu=R(vo,ni(To)),yu=R(vo,ni(yo)),xu=R(vo,ni(xo)),A1=R(vo,ni(xc)),bu=R(ei,t=>{var r;return(t==null?void 0:t.transactionsToSign)==null?null:Q(O({},t.transactionsToSign),{transactions:((r=t==null?void 0:t.transactionsToSign)==null?void 0:r.transactions.map(i=>Ka(i)))||[]})}),I1=R(vo,(t,r)=>r,(t,r)=>r!=null?(t==null?void 0:t[r])||{}:{});var ti=()=>ae(Dn);a();var k1=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2720
2720
|
color: #6c757d;
|
|
2721
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(k1));var Uc={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var yn=T=>{var x=T,{page:t,text:r,className:i="dapp-explorer-link",children:c}=x,f=gt(x,["page","text","className","children"]);let{network:{explorerAddress:E}}=ti(),C=r!=null?r:Wc.default.createElement(Su.FontAwesomeIcon,{icon:wu.faExternalLinkSquare,className:Uc.search}),P=Rc({explorerAddress:String(E),to:t});return Wc.default.createElement("a",O({href:P,target:"_blank",className:(0,vu.default)(Uc.link,q.ml2,i),rel:"noreferrer"},f),c!=null?c:C)};a();a();var oI=L(require("react")),rI=L(require("classnames"));a();var be=L(require("react")),ff=L(require("classnames"));oe();a();a();var Au=require("react");a();ce();a();a();a();a();a();a();a();a();var C1=require("@multiversx/sdk-extension-provider"),N1=require("@multiversx/sdk-hw-provider"),P1=require("@multiversx/sdk-opera-provider"),D1=require("@multiversx/sdk-web-wallet-provider");oe();fe();a();var tt=t=>`Unable to perform ${t}, Provider not initialized`,oi=class{init(){return Promise.resolve(!1)}login(r){throw new Error(tt(`login with options: ${r}`))}logout(r){throw new Error(tt(`logout with options: ${r}`))}getAddress(){throw new Error(tt("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error(tt(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error(tt(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error(tt(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error(tt(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error(tt(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error(tt(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},R1=new oi;ce();a();a();var O1=L(require("axios"));a();a();a();fe();a();a();a();bo();a();a();a();var M1=L(require("axios"));a();var F1=L(require("axios"));a();var U1=L(require("axios"));a();a();var W1=L(require("axios"));a();var G1=L(require("axios"));a();ce();fe();a();a();ce();a();a();var Eu=require("@multiversx/sdk-core");a();Pe();Ee();a();bo();a();ce();fe();a();ce();Ee();a();a();a();a();a();Ee();a();a();a();a();var V1=L(require("axios")),z1=L(require("swr"));a();a();var Cu=require("react");a();var j1=require("react"),Pu=require("@multiversx/sdk-web-wallet-provider"),X1=L(require("qs"));oe();ce();fe();a();a();var EF={search:window?window.location.search:"",removeParams:[]};a();var Du=require("react");lc();a();var Fu=require("react"),rA=require("@multiversx/sdk-extension-provider");oe();a();ce();fe();a();a();a();a();var Mu=require("react"),eA=require("@multiversx/sdk-extension-provider");oe();a();a();a();a();a();a();a();a();var _r=L(require("react"));var xB=(0,_r.createContext)({}),bB=ne.getState();a();var Ou=L(require("react"));a();var Vc=L(require("react")),Z1=L(require("axios"));a();a();ce();a();a();var aA=L(require("axios"));ce();Ee();rr();a();Mt();ce();a();a();var UA=require("react");a();a();a();ce();a();a();var cA=L(require("bignumber.js"));oe();ce();Ee();a();var sA=L(require("bignumber.js"));oe();a();var pA=require("@multiversx/sdk-core"),mA=L(require("bignumber.js"));oe();a();a();a();a();var Wu=L(require("axios"));a();a();a();function Bu(t){return V(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var Uu=(t,r,i,c=0)=>V(void 0,null,function*(){try{return yield t(...i)}catch(f){return c<r.retries?((r==null?void 0:r.delay)!=null&&(yield Bu(r.delay)),yield Uu(t,r,i,c+1)):null}}),qc=(t,r={retries:5,delay:500})=>(...i)=>V(void 0,null,function*(){return yield Uu(t,r,i)});var lA=4;var lW=qc((t,r)=>V(void 0,null,function*(){let{data:i}=yield Wu.default.get(`${t}/${Xa}?from=${lA}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[c]=i;return c}));a();a();Ta();a();a();var MA=L(cf());a();var pf,DW={origin:typeof window!="undefined"?(pf=window==null?void 0:window.location)==null?void 0:pf.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();fe();bo();a();var ai=require("react"),mf=(t,r)=>{let[i,c]=(0,ai.useState)(t);return(0,ai.useEffect)(()=>{let T=setTimeout(()=>c(t),r);return()=>clearTimeout(T)},[t]),i};a();a();var GA=require("react"),HA=require("@multiversx/sdk-extension-provider");Mt();Pe();fe();a();Ut();a();var WA=require("react"),lf=require("@multiversx/sdk-core");ce();a();var $A=require("react"),VA=require("@multiversx/sdk-opera-provider");Mt();Pe();fe();Ut();a();var KA=require("react");Mt();ce();a();a();ec();a();a();var zA=L(require("platform"));a();Pe();Ee();rr();go();fo();a();a();a();a();a();a();a();a();a();fe();a();rr();go();a();a();a();ce();a();a();var qA=L(require("axios"));a();a();var _f=require("react"),XA=require("@multiversx/sdk-hw-provider");Mt();Pe();ce();fe();Ut();a();var jA=require("react");a();var Xc=require("react");Pe();ce();fe();Ut();a();var Yc=require("react");Pe();ce();fe();Ut();a();a();var df=require("react");a();var eI=require("react");a();var Zc=require("react"),QA=require("socket.io-client");ce();a();a();a();a();var uf=t=>t.dappModal,nI=R(uf,t=>t.visible),ci=R(uf,t=>t.modal),u$=R(ci,t=>t.showHeader),f$=R(ci,t=>t.showFooter),g$=R(ci,t=>t.headerText),h$=R(ci,t=>t.footerText);a();var tI=`.dapp-core-component__trim-styles__trim {
|
|
2721
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(k1));var Uc={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var yn=T=>{var x=T,{page:t,text:r,className:i="dapp-explorer-link",children:c}=x,f=gt(x,["page","text","className","children"]);let{network:{explorerAddress:E}}=ti(),C=r!=null?r:Wc.default.createElement(Su.FontAwesomeIcon,{icon:wu.faExternalLinkSquare,className:Uc.search}),P=Rc({explorerAddress:String(E),to:t});return Wc.default.createElement("a",O({href:P,target:"_blank",className:(0,vu.default)(Uc.link,q.ml2,i),rel:"noreferrer"},f),c!=null?c:C)};a();a();var oI=L(require("react")),rI=L(require("classnames"));a();var be=L(require("react")),ff=L(require("classnames"));oe();a();a();var Au=require("react");a();ce();a();a();a();a();a();a();a();a();var C1=require("@multiversx/sdk-extension-provider"),N1=require("@multiversx/sdk-hw-provider"),P1=require("@multiversx/sdk-opera-provider"),D1=require("@multiversx/sdk-web-wallet-provider");oe();fe();a();var tt=t=>`Unable to perform ${t}, Provider not initialized`,oi=class{init(){return Promise.resolve(!1)}login(r){throw new Error(tt(`login with options: ${r}`))}logout(r){throw new Error(tt(`logout with options: ${r}`))}getAddress(){throw new Error(tt("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error(tt(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error(tt(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error(tt(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error(tt(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error(tt(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error(tt(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},R1=new oi;ce();a();a();var O1=L(require("axios"));a();a();a();fe();a();a();a();bo();a();a();a();var M1=L(require("axios"));a();var F1=L(require("axios"));a();var U1=L(require("axios"));a();a();var W1=L(require("axios"));a();var G1=L(require("axios"));a();ce();fe();a();a();ce();a();a();var Eu=require("@multiversx/sdk-core");a();Pe();Ee();a();bo();a();ce();fe();a();ce();Ee();a();a();a();a();a();Ee();a();a();a();a();var V1=L(require("axios")),z1=L(require("swr"));a();a();var Cu=require("react");a();var j1=require("react"),Pu=require("@multiversx/sdk-web-wallet-provider"),X1=L(require("qs"));oe();ce();fe();a();a();var EF={search:typeof window!="undefined"?window.location.search:"",removeParams:[]};a();var Du=require("react");lc();a();var Fu=require("react"),rA=require("@multiversx/sdk-extension-provider");oe();a();ce();fe();a();a();a();a();var Mu=require("react"),eA=require("@multiversx/sdk-extension-provider");oe();a();a();a();a();a();a();a();a();var _r=L(require("react"));var xB=(0,_r.createContext)({}),bB=ne.getState();a();var Ou=L(require("react"));a();var Vc=L(require("react")),Z1=L(require("axios"));a();a();ce();a();a();var aA=L(require("axios"));ce();Ee();rr();a();Mt();ce();a();a();var UA=require("react");a();a();a();ce();a();a();var cA=L(require("bignumber.js"));oe();ce();Ee();a();var sA=L(require("bignumber.js"));oe();a();var pA=require("@multiversx/sdk-core"),mA=L(require("bignumber.js"));oe();a();a();a();a();var Wu=L(require("axios"));a();a();a();function Bu(t){return V(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var Uu=(t,r,i,c=0)=>V(void 0,null,function*(){try{return yield t(...i)}catch(f){return c<r.retries?((r==null?void 0:r.delay)!=null&&(yield Bu(r.delay)),yield Uu(t,r,i,c+1)):null}}),qc=(t,r={retries:5,delay:500})=>(...i)=>V(void 0,null,function*(){return yield Uu(t,r,i)});var lA=4;var lW=qc((t,r)=>V(void 0,null,function*(){let{data:i}=yield Wu.default.get(`${t}/${Xa}?from=${lA}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[c]=i;return c}));a();a();Ta();a();a();var MA=L(cf());a();var pf,DW={origin:typeof window!="undefined"?(pf=window==null?void 0:window.location)==null?void 0:pf.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();fe();bo();a();var ai=require("react"),mf=(t,r)=>{let[i,c]=(0,ai.useState)(t);return(0,ai.useEffect)(()=>{let T=setTimeout(()=>c(t),r);return()=>clearTimeout(T)},[t]),i};a();a();var GA=require("react"),HA=require("@multiversx/sdk-extension-provider");Mt();Pe();fe();a();Ut();a();var WA=require("react"),lf=require("@multiversx/sdk-core");ce();a();var $A=require("react"),VA=require("@multiversx/sdk-opera-provider");Mt();Pe();fe();Ut();a();var KA=require("react");Mt();ce();a();a();ec();a();a();var zA=L(require("platform"));a();Pe();Ee();rr();go();fo();a();a();a();a();a();a();a();a();a();fe();a();rr();go();a();a();a();ce();a();a();var qA=L(require("axios"));a();a();var _f=require("react"),XA=require("@multiversx/sdk-hw-provider");Mt();Pe();ce();fe();Ut();a();var jA=require("react");a();var Xc=require("react");Pe();ce();fe();Ut();a();var Yc=require("react");Pe();ce();fe();Ut();a();a();var df=require("react");a();var eI=require("react");a();var Zc=require("react"),QA=require("socket.io-client");ce();a();a();a();a();var uf=t=>t.dappModal,nI=R(uf,t=>t.visible),ci=R(uf,t=>t.modal),u$=R(ci,t=>t.showHeader),f$=R(ci,t=>t.showFooter),g$=R(ci,t=>t.headerText),h$=R(ci,t=>t.footerText);a();var tI=`.dapp-core-component__trim-styles__trim {
|
|
2722
2722
|
display: flex;
|
|
2723
2723
|
max-width: 100%;
|
|
2724
2724
|
overflow: hidden;
|
|
@@ -2728,7 +2728,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2728
2728
|
`),g=d.map(A=>{let I=c.Buffer.from(String(A),"base64");return t==="raw"?A:Do(I.toString("hex"),t)}),h=t==="smart"?xs({parts:d,decodedParts:g,identifier:i}):g;return p.displayValue=h.join(`
|
|
2729
2729
|
`),p}return p.displayValue=Do(n,t),p};var sL=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],Jg=({value:n,initialDecodeMethod:t,setDecodeMethod:i,identifier:p})=>{let[d,g]=(0,Ts.useState)(t&&Object.values(Fn).includes(t)?t:"raw"),{displayValue:h,validationWarnings:A}=Yg({input:n,decodeMethod:d,identifier:p});return(0,Ts.useEffect)(()=>{i&&i(d)},[d]),{displayValue:h,validationWarnings:A,setActiveKey:g,decodeOptions:sL}};a();var bs=require("react");De();var Qg=()=>{let n=window==null?void 0:window.location.hash,t=window==null?void 0:window.location.pathname,i=n.replace("#",""),p=i&&Object.values(Fn).includes(i)?i:"raw",[d,g]=(0,bs.useState)(i);return(0,bs.useEffect)(()=>{d&&d!=="raw"&&(window==null||window.history.replaceState({},document==null?void 0:document.title,`${t}#${d}`))},[d,t]),{initialDecodeMethod:p,decodeMethod:d,setDecodeMethod:g}};ur();var ws=n=>n.transactions,br=B(ws,n=>n.signedTransactions),pL=B(ws,n=>n.signTransactionsError),eh=B(ws,n=>n.signTransactionsCancelMessage),vs=n=>t=>Object.entries(t).reduce((i,[p,d])=>(n(d.status)&&(i[p]=d),i),{}),nh=B(br,vs(lr)),oh=B(br,vs(dr)),th=B(br,vs(_r)),cL=B(br,vs(sm)),rh=B(ws,n=>{var t;return(n==null?void 0:n.transactionsToSign)==null?null:z(P({},n.transactionsToSign),{transactions:((t=n==null?void 0:n.transactionsToSign)==null?void 0:t.transactions.map(i=>ls(i)))||[]})}),mL=B(br,(n,t)=>t,(n,t)=>t!=null?(n==null?void 0:n[t])||{}:{});var Ss=()=>ce(mo);a();var lL=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2730
2730
|
color: #6c757d;
|
|
2731
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(lL));var Lm={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var me=g=>{var h=g,{page:n,text:t,className:i="dapp-explorer-link",children:p}=h,d=pn(h,["page","text","className","children"]);let{network:{explorerAddress:A}}=Ss(),I=t!=null?t:Em.default.createElement(ih.FontAwesomeIcon,{icon:ah.faExternalLinkSquare,className:Lm.search}),D=bm({explorerAddress:String(A),to:n});return Em.default.createElement("a",P({href:D,target:"_blank",className:(0,sh.default)(Lm.link,T.ml2,i),rel:"noreferrer"},d),p!=null?p:I)};a();a();var Um=v(require("react")),Jh=v(require("classnames"));a();var Ee=v(require("react")),Yh=v(require("classnames"));J();a();a();var ph=require("react");a();ue();a();a();a();a();a();a();a();a();var uL=require("@multiversx/sdk-extension-provider"),fL=require("@multiversx/sdk-hw-provider"),gL=require("@multiversx/sdk-opera-provider"),hL=require("@multiversx/sdk-web-wallet-provider");J();Te();a();var Po=n=>`Unable to perform ${n}, Provider not initialized`,As=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Po(`login with options: ${t}`))}logout(t){throw new Error(Po(`logout with options: ${t}`))}getAddress(){throw new Error(Po("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,i){throw new Error(Po(`sendTransaction with transactions: ${t} options: ${i}`))}signTransaction(t,i){throw new Error(Po(`signTransaction with transactions: ${t} options: ${i}`))}signTransactions(t,i){throw new Error(Po(`signTransactions with transactions: ${t} options: ${i}`))}signMessage(t,i){throw new Error(Po(`signTransactions with ${t} and options ${i}`))}sendCustomMessage({method:t,params:i}){throw new Error(Po(`sendCustomMessage with method: ${t} params: ${i}`))}sendCustomRequest(t){throw new Error(Po(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},yL=new As;ue();a();a();var xL=v(require("axios"));a();a();a();Te();a();a();a();ur();a();a();a();var TL=v(require("axios"));a();var bL=v(require("axios"));a();var vL=v(require("axios"));a();a();var SL=v(require("axios"));a();var AL=v(require("axios"));a();ue();Te();a();a();ue();a();a();var dh=require("@multiversx/sdk-core");a();Ge();De();a();ur();a();ue();Te();a();ue();De();a();a();a();a();a();De();a();a();a();a();var LL=v(require("axios")),EL=v(require("swr"));a();a();var _h=require("react");a();var DL=require("react"),fh=require("@multiversx/sdk-web-wallet-provider"),PL=v(require("qs"));J();ue();Te();a();a();var GU={search:window?window.location.search:"",removeParams:[]};a();var gh=require("react");Jc();a();var Th=require("react"),GL=require("@multiversx/sdk-extension-provider");J();a();ue();Te();a();a();a();a();var xh=require("react"),BL=require("@multiversx/sdk-extension-provider");J();a();a();a();var wr=()=>ce(hr);a();a();a();a();a();var wa=v(require("react"));var P7=(0,wa.createContext)({}),M7=ae.getState();a();var yh=v(require("react"));a();var Dm=v(require("react")),OL=v(require("axios"));a();a();ue();a();a();var $L=v(require("axios"));ue();De();ua();a();bt();ue();a();a();var vE=require("react");a();a();a();ue();a();a();var qL=v(require("bignumber.js"));J();ue();De();a();var zL=v(require("bignumber.js"));J();a();var KL=require("@multiversx/sdk-core"),XL=v(require("bignumber.js"));J();a();a();a();a();var vh=v(require("axios"));a();a();a();function bh(n){return K(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),n)})})}a();var wh=(n,t,i,p=0)=>K(void 0,null,function*(){try{return yield n(...i)}catch(d){return p<t.retries?((t==null?void 0:t.delay)!=null&&(yield bh(t.delay)),yield wh(n,t,i,p+1)):null}}),Mm=(n,t={retries:5,delay:500})=>(...i)=>K(void 0,null,function*(){return yield wh(n,t,i)});var jL=4;var SG=Mm((n,t)=>K(void 0,null,function*(){let{data:i}=yield vh.default.get(`${n}/${_s}?from=${jL}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[p]=i;return p}));a();a();Ri();a();a();var TE=v(Vh());a();var zh,qG={origin:typeof window!="undefined"?(zh=window==null?void 0:window.location)==null?void 0:zh.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();Te();ur();a();var ks=require("react"),qh=(n,t)=>{let[i,p]=(0,ks.useState)(n);return(0,ks.useEffect)(()=>{let g=setTimeout(()=>p(n),t);return()=>clearTimeout(g)},[n]),i};a();a();var AE=require("react"),IE=require("@multiversx/sdk-extension-provider");bt();Ge();Te();a();At();a();var SE=require("react"),Kh=require("@multiversx/sdk-core");ue();a();var kE=require("react"),LE=require("@multiversx/sdk-opera-provider");bt();Ge();Te();At();a();var CE=require("react");bt();ue();a();a();Hc();a();a();var EE=v(require("platform"));a();Ge();De();ua();mr();cr();a();a();a();a();a();function Ns(){return fm(ae.getState())}a();a();a();a();Te();a();ua();mr();a();a();a();ue();a();a();var NE=v(require("axios"));a();a();var Xh=require("react"),PE=require("@multiversx/sdk-hw-provider");bt();Ge();ue();Te();At();a();var DE=require("react");a();var Fm=require("react");Ge();ue();Te();At();a();var Bm=require("react");Ge();ue();Te();At();a();a();var jh=require("react");a();var BE=require("react");a();var Wm=require("react"),FE=require("socket.io-client");ue();a();a();a();a();var Zh=n=>n.dappModal,WE=B(Zh,n=>n.visible),Cs=B(Zh,n=>n.modal),kq=B(Cs,n=>n.showHeader),Lq=B(Cs,n=>n.showFooter),Eq=B(Cs,n=>n.headerText),Nq=B(Cs,n=>n.footerText);a();var UE=`.dapp-core-component__trim-styles__trim {
|
|
2731
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(lL));var Lm={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var me=g=>{var h=g,{page:n,text:t,className:i="dapp-explorer-link",children:p}=h,d=pn(h,["page","text","className","children"]);let{network:{explorerAddress:A}}=Ss(),I=t!=null?t:Em.default.createElement(ih.FontAwesomeIcon,{icon:ah.faExternalLinkSquare,className:Lm.search}),D=bm({explorerAddress:String(A),to:n});return Em.default.createElement("a",P({href:D,target:"_blank",className:(0,sh.default)(Lm.link,T.ml2,i),rel:"noreferrer"},d),p!=null?p:I)};a();a();var Um=v(require("react")),Jh=v(require("classnames"));a();var Ee=v(require("react")),Yh=v(require("classnames"));J();a();a();var ph=require("react");a();ue();a();a();a();a();a();a();a();a();var uL=require("@multiversx/sdk-extension-provider"),fL=require("@multiversx/sdk-hw-provider"),gL=require("@multiversx/sdk-opera-provider"),hL=require("@multiversx/sdk-web-wallet-provider");J();Te();a();var Po=n=>`Unable to perform ${n}, Provider not initialized`,As=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Po(`login with options: ${t}`))}logout(t){throw new Error(Po(`logout with options: ${t}`))}getAddress(){throw new Error(Po("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,i){throw new Error(Po(`sendTransaction with transactions: ${t} options: ${i}`))}signTransaction(t,i){throw new Error(Po(`signTransaction with transactions: ${t} options: ${i}`))}signTransactions(t,i){throw new Error(Po(`signTransactions with transactions: ${t} options: ${i}`))}signMessage(t,i){throw new Error(Po(`signTransactions with ${t} and options ${i}`))}sendCustomMessage({method:t,params:i}){throw new Error(Po(`sendCustomMessage with method: ${t} params: ${i}`))}sendCustomRequest(t){throw new Error(Po(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},yL=new As;ue();a();a();var xL=v(require("axios"));a();a();a();Te();a();a();a();ur();a();a();a();var TL=v(require("axios"));a();var bL=v(require("axios"));a();var vL=v(require("axios"));a();a();var SL=v(require("axios"));a();var AL=v(require("axios"));a();ue();Te();a();a();ue();a();a();var dh=require("@multiversx/sdk-core");a();Ge();De();a();ur();a();ue();Te();a();ue();De();a();a();a();a();a();De();a();a();a();a();var LL=v(require("axios")),EL=v(require("swr"));a();a();var _h=require("react");a();var DL=require("react"),fh=require("@multiversx/sdk-web-wallet-provider"),PL=v(require("qs"));J();ue();Te();a();a();var GU={search:typeof window!="undefined"?window.location.search:"",removeParams:[]};a();var gh=require("react");Jc();a();var Th=require("react"),GL=require("@multiversx/sdk-extension-provider");J();a();ue();Te();a();a();a();a();var xh=require("react"),BL=require("@multiversx/sdk-extension-provider");J();a();a();a();var wr=()=>ce(hr);a();a();a();a();a();var wa=v(require("react"));var P7=(0,wa.createContext)({}),M7=ae.getState();a();var yh=v(require("react"));a();var Dm=v(require("react")),OL=v(require("axios"));a();a();ue();a();a();var $L=v(require("axios"));ue();De();ua();a();bt();ue();a();a();var vE=require("react");a();a();a();ue();a();a();var qL=v(require("bignumber.js"));J();ue();De();a();var zL=v(require("bignumber.js"));J();a();var KL=require("@multiversx/sdk-core"),XL=v(require("bignumber.js"));J();a();a();a();a();var vh=v(require("axios"));a();a();a();function bh(n){return K(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),n)})})}a();var wh=(n,t,i,p=0)=>K(void 0,null,function*(){try{return yield n(...i)}catch(d){return p<t.retries?((t==null?void 0:t.delay)!=null&&(yield bh(t.delay)),yield wh(n,t,i,p+1)):null}}),Mm=(n,t={retries:5,delay:500})=>(...i)=>K(void 0,null,function*(){return yield wh(n,t,i)});var jL=4;var SG=Mm((n,t)=>K(void 0,null,function*(){let{data:i}=yield vh.default.get(`${n}/${_s}?from=${jL}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[p]=i;return p}));a();a();Ri();a();a();var TE=v(Vh());a();var zh,qG={origin:typeof window!="undefined"?(zh=window==null?void 0:window.location)==null?void 0:zh.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();Te();ur();a();var ks=require("react"),qh=(n,t)=>{let[i,p]=(0,ks.useState)(n);return(0,ks.useEffect)(()=>{let g=setTimeout(()=>p(n),t);return()=>clearTimeout(g)},[n]),i};a();a();var AE=require("react"),IE=require("@multiversx/sdk-extension-provider");bt();Ge();Te();a();At();a();var SE=require("react"),Kh=require("@multiversx/sdk-core");ue();a();var kE=require("react"),LE=require("@multiversx/sdk-opera-provider");bt();Ge();Te();At();a();var CE=require("react");bt();ue();a();a();Hc();a();a();var EE=v(require("platform"));a();Ge();De();ua();mr();cr();a();a();a();a();a();function Ns(){return fm(ae.getState())}a();a();a();a();Te();a();ua();mr();a();a();a();ue();a();a();var NE=v(require("axios"));a();a();var Xh=require("react"),PE=require("@multiversx/sdk-hw-provider");bt();Ge();ue();Te();At();a();var DE=require("react");a();var Fm=require("react");Ge();ue();Te();At();a();var Bm=require("react");Ge();ue();Te();At();a();a();var jh=require("react");a();var BE=require("react");a();var Wm=require("react"),FE=require("socket.io-client");ue();a();a();a();a();var Zh=n=>n.dappModal,WE=B(Zh,n=>n.visible),Cs=B(Zh,n=>n.modal),kq=B(Cs,n=>n.showHeader),Lq=B(Cs,n=>n.showFooter),Eq=B(Cs,n=>n.headerText),Nq=B(Cs,n=>n.footerText);a();var UE=`.dapp-core-component__trim-styles__trim {
|
|
2732
2732
|
display: flex;
|
|
2733
2733
|
max-width: 100%;
|
|
2734
2734
|
overflow: hidden;
|
|
@@ -2715,7 +2715,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2715
2715
|
width: calc(100% - 1.85rem);
|
|
2716
2716
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(NS));var Z={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};a();a();var h_=require("react"),so=require("react-redux");a();var cc=require("@reduxjs/toolkit"),f_=require("react-redux/lib/utils/Subscription");ce();a();var zd=L(require("lodash.throttle"));re();a();var Vd=L(require("lodash.isequal")),ka=require("reselect");ke();var R=(0,ka.createSelectorCreator)(ka.defaultMemoize,Vd.default),qo=(t,r)=>t!=""&&Boolean(r);ce();qs();no();eo();var fw=[ra],La=!1,gw=(0,zd.default)(()=>{Ho($o())},5e3),qd=t=>r=>i=>{var E;if(fw.includes(i.type))return r(i);let p=t.getState(),f=kt.local.getItem(pt.loginExpiresAt);if(!qo((E=p==null?void 0:p.loginInfo)==null?void 0:E.loginMethod,p==null?void 0:p.account.address))return r(i);if(f==null)return Ho($o());let b=Date.now();return f-b<0&&!La?setTimeout(()=>{La=!0,t.dispatch(xd())},1e3):(La&&(La=!1),gw()),r(i)};a();a();function Ea(){return typeof sessionStorage!="undefined"}var d_=Ea()?(o_(),Uo(t_)).default:(a_(),Uo(r_)).default,__=Ea()?(s_(),Uo(i_)).default:[],u_=Ea()?(l_(),Uo(m_)).default:t=>t;Ca();var ne=(0,cc.configureStore)({reducer:d_,middleware:t=>t({serializableCheck:{ignoredActions:[...__,zs.type,Vs.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(qd)}),g_=(0,f_.createSubscription)(ne),dC=u_(ne),_C=(0,cc.configureStore)({reducer:Ct});var Uw={store:ne,subscription:g_},pc=(0,h_.createContext)(Uw),hC=(0,so.createStoreHook)(pc),Ve=(0,so.createDispatchHook)(pc),ae=(0,so.createSelectorHook)(pc);a();a();ce();var Nn=t=>t.account,co=R(Nn,t=>t.address),jo=R(Nn,co,(t,r)=>r in t.accounts?t.accounts[r]:ia),Ww=R(Nn,jo,(t,r)=>{let f=t,{accounts:i}=f,p=vn(f,["accounts"]);return Q(O({},p),{account:r})}),Gw=R(jo,t=>t.balance),$w=R(jo,t=>{var r;return((r=t==null?void 0:t.nonce)==null?void 0:r.valueOf())||0}),bC=R(Nn,t=>t.shard),Hw=R(Nn,t=>t.ledgerAccount),SC=R(Nn,t=>t.walletConnectAccount),wC=R(Nn,t=>t.isAccountLoading),vC=R(Nn,t=>t.accountLoadingError),T_=R(Nn,t=>t.websocketEvent),Vw=R(Nn,t=>t.websocketBatchEvent);a();var hn=t=>t.loginInfo,LC=R(hn,t=>t.loginMethod),mc=R(hn,co,(t,r)=>qo(t.loginMethod,r)),EC=R(hn,t=>t.walletConnectLogin),CC=R(hn,t=>t.ledgerLogin),zw=R(hn,t=>t.walletLogin),NC=R(hn,t=>t.isLoginSessionInvalid),qw=R(hn,t=>t.tokenLogin),PC=R(hn,t=>t.logoutRoute);a();var x_=t=>t.modals,OC=R(x_,t=>t.txSubmittedModal),Kw=R(x_,t=>t.notificationModal);a();var Pn=t=>t.networkConfig,Na=R(Pn,t=>t.chainID),jw=R(Pn,t=>t.network.walletConnectBridgeAddress),Xw=R(Pn,t=>t.network.walletConnectV2RelayAddress),Yw=R(Pn,t=>t.network.walletConnectV2ProjectId),Zw=R(Pn,t=>t.network.walletConnectV2Options),y_=R(Pn,t=>t.network.walletConnectDeepLink),mt=R(Pn,t=>t.network),b_=R(mt,t=>t.apiAddress),S_=R(mt,t=>t.explorerAddress),w_=R(mt,t=>t.egldLabel);a();var Pa=t=>t.signedMessageInfo,WC=R(Pa,t=>t.isSigning),GC=R(Pa,t=>t.errorMessage),$C=R(Pa,t=>{let r=Object.keys(t.signedSessions),i=r.length;return t.signedSessions[r[i-1]]}),HC=R(Pa,t=>{let r=Object.keys(t.signedSessions),i=r.length;return r.length>0?r[i-1]:""});a();var lc=t=>t.toasts,qC=R(lc,t=>t.customToasts),KC=R(lc,t=>t.transactionToasts),jC=R(lc,t=>t.failTransactionToast);a();ce();var v_={errorMessage:Qs,successMessage:ec,processingMessage:nc},Jw=t=>t.transactionsInfo,Qw=R(Jw,(t,r)=>r,(t,r)=>r!=null&&(t==null?void 0:t[Number(r)])||v_);a();a();var Je=require("@multiversx/sdk-core");re();a();function Da(t){try{return l.Buffer.from(t,"base64").toString()===atob(t)}catch(r){return!1}}function Ra(t){var f,y,b;let{data:r}=t,i=Da(r!=null?r:"")?Je.TransactionPayload.fromEncoded(r):new Je.TransactionPayload(r),p=new Je.Transaction(O({value:t.value.valueOf(),data:i,nonce:t.nonce.valueOf(),receiver:new Je.Address(t.receiver),sender:new Je.Address(t.sender),gasLimit:(f=t.gasLimit.valueOf())!=null?f:Wo,gasPrice:(y=t.gasPrice.valueOf())!=null?y:oa,chainID:t.chainID.valueOf(),version:new Je.TransactionVersion((b=t.version)!=null?b:nd)},t.options?{options:new Je.TransactionOptions(t.options)}:{}));return p.applySignature({hex:()=>t.signature||""},new Je.Address(t.sender)),p}a();a();a();a();a();var ev=require("@multiversx/sdk-core/out");a();re();a();var Xo=require("@multiversx/sdk-core");ke();a();var A_=require("@multiversx/sdk-core");function nv(t){try{let r=new A_.Address(t);return Boolean(r.bech32())}catch(r){return!1}}function Yn(t){return(t==null?void 0:t.startsWith("erd"))&&t.length===62&&/^\w+$/.test(t)&&nv(t)}var tv=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Oa(t,r,i=""){if(!Yn(t))return!1;if(new Xo.Address(t).isContractAddress())return!0;let y=I_({receiver:t,data:i});return y?new Xo.Address(y).isContractAddress()||av(t,r,i):!1}var ov=t=>t.toLowerCase().match(/[0-9a-f]/g),rv=t=>t.length%2===0;function av(t,r,i){let p=i==null?void 0:i.split("@");if(p==null)return!1;let[f,...y]=p,b=r!=null&&t!=null&&t===r,C=tv.includes(f),E=y.every(D=>ov(D)&&rv(D));return b&&C&&E}function I_({receiver:t,data:r}){try{if(!r)return t;let i=Da(r)?Xo.TransactionPayload.fromEncoded(r).toString():r,p=iv(i),f=i.split("@");return p>-1?f[p]:t}catch(i){console.log(i);return}}function iv(t){return t.includes("MultiESDTNFTTransfer")?1:t.includes("ESDTNFTTransfer")?4:-1}a();a();a();var cv=require("@multiversx/sdk-core"),pv=L(require("bignumber.js"));fe();a();a();a();a();a();var dc="blocks";a();a();a();a();De();a();var N_=!1;function uv(t){N_||(console.error(t),N_=!0)}function _c({explorerAddress:t,to:r}){try{return new URL(r).href}catch(i){return r.startsWith("/")||(uv(`Link not prepended by / : ${r}`),r=`/${r}`),t?`${t}${r}`:r}}a();De();a();a();a();var hv=L(require("bignumber.js"));re();a();var gv=require("@multiversx/sdk-core"),uc=L(require("bignumber.js"));re();a();var fv=L(require("bignumber.js"));a();uc.default.config({ROUNDING_MODE:uc.default.ROUND_FLOOR});a();a();a();re();a();a();a();a();re();a();re();a();var Tv=require("@multiversx/sdk-core");re();a();var Zo=require("@multiversx/sdk-core"),bv=require("@multiversx/sdk-network-providers");re();a();a();var xv=L(require("bignumber.js"));re();a();re();a();a();a();a();a();re();a();De();var Sv=["reDelegateRewards","claimRewards","unBond"],wv=["wrapEgld","unwrapEgld"],vv=["unStake"],Av=["unDelegate"];a();a();a();re();a();var Ev=L(require("bignumber.js"));a();a();a();a();De();a();var Cv=L(require("bignumber.js"));a();a();a();var Rv=L(require("bignumber.js"));ke();a();a();a();a();fe();a();a();a();a();De();a();a();a();var Ov=L(require("linkifyjs"));a();re();var O_=t=>{let r=t;typeof r=="string"&&r.includes("Shard")&&(r=r.replace("Shard","").replace(" ",""));let i=Ms.toString()===String(r).toString()||String(r)==="metachain",p=td.toString()===String(r).toString();return i?"Metachain":p?"All Shards":`Shard ${r}`};a();var Mv=L(require("bignumber.js"));a();ke();a();a();fe();a();fe();a();a();a();De();a();De();a();var Fv=L(require("bignumber.js"));re();De();a();De();a();var F_=require("react");ke();a();a();De();a();a();var Bv=require("@multiversx/sdk-core/out"),Uv=L(require("bignumber.js"));De();a();ke();a();a();ke();var wR=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var B_=require("react");ke();a();var Gv=require("react");De();var CR=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];io();var Ua=t=>t.transactions,po=R(Ua,t=>t.signedTransactions),$v=R(Ua,t=>t.signTransactionsError),U_=R(Ua,t=>t.signTransactionsCancelMessage),Wa=t=>r=>Object.entries(r).reduce((i,[p,f])=>(t(f.status)&&(i[p]=f),i),{}),W_=R(po,Wa(oo)),G_=R(po,Wa(ro)),$_=R(po,Wa(ao)),Hv=R(po,Wa(oc)),H_=R(Ua,t=>{var r;return(t==null?void 0:t.transactionsToSign)==null?null:Q(O({},t.transactionsToSign),{transactions:((r=t==null?void 0:t.transactionsToSign)==null?void 0:r.transactions.map(i=>Ra(i)))||[]})}),Vv=R(po,(t,r)=>r,(t,r)=>r!=null?(t==null?void 0:t[r])||{}:{});var Ga=()=>ae(Pn);a();var zv=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2717
2717
|
color: #6c757d;
|
|
2718
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(zv));var Tc={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var Rn=y=>{var b=y,{page:t,text:r,className:i="dapp-explorer-link",children:p}=b,f=vn(b,["page","text","className","children"]);let{network:{explorerAddress:C}}=Ga(),E=r!=null?r:xc.default.createElement(z_.FontAwesomeIcon,{icon:V_.faExternalLinkSquare,className:Tc.search}),D=_c({explorerAddress:String(C),to:t});return xc.default.createElement("a",O({href:D,target:"_blank",className:(0,q_.default)(Tc.link,Z.ml2,i),rel:"noreferrer"},f),p!=null?p:E)};a();a();var Pc=L(require("react")),Fu=L(require("classnames"));a();var ye=L(require("react")),Mu=L(require("classnames"));re();a();a();var K_=require("react");a();ce();a();a();a();a();a();a();a();a();var jv=require("@multiversx/sdk-extension-provider"),Xv=require("@multiversx/sdk-hw-provider"),Yv=require("@multiversx/sdk-opera-provider"),Zv=require("@multiversx/sdk-web-wallet-provider");re();fe();a();var Zn=t=>`Unable to perform ${t}, Provider not initialized`,$a=class{init(){return Promise.resolve(!1)}login(r){throw new Error(Zn(`login with options: ${r}`))}logout(r){throw new Error(Zn(`logout with options: ${r}`))}getAddress(){throw new Error(Zn("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error(Zn(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error(Zn(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error(Zn(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error(Zn(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error(Zn(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error(Zn(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},Jv=new $a;ce();a();a();var Qv=L(require("axios"));a();a();a();fe();a();a();a();io();a();a();a();var e1=L(require("axios"));a();var n1=L(require("axios"));a();var o1=L(require("axios"));a();a();var r1=L(require("axios"));a();var a1=L(require("axios"));a();ce();fe();a();a();ce();a();a();var Z_=require("@multiversx/sdk-core");a();Ce();ke();a();io();a();ce();fe();a();ce();ke();a();a();a();a();a();ke();a();a();a();a();var c1=L(require("axios")),p1=L(require("swr"));a();a();var J_=require("react");a();var d1=require("react"),eu=require("@multiversx/sdk-web-wallet-provider"),_1=L(require("qs"));re();ce();fe();a();a();var ZM={search:window?window.location.search:"",removeParams:[]};a();var nu=require("react");js();a();var au=require("react"),S1=require("@multiversx/sdk-extension-provider");re();a();ce();fe();a();a();a();a();var ru=require("react"),T1=require("@multiversx/sdk-extension-provider");re();a();a();a();a();a();a();a();a();var Jo=L(require("react"));var $F=(0,Jo.createContext)({}),HF=ne.getState();a();var ou=L(require("react"));a();var wc=L(require("react")),f1=L(require("axios"));a();a();ce();a();a();var w1=L(require("axios"));ce();ke();Vo();a();At();ce();a();a();var oA=require("react");a();a();a();ce();a();a();var I1=L(require("bignumber.js"));re();ce();ke();a();var A1=L(require("bignumber.js"));re();a();var k1=require("@multiversx/sdk-core"),L1=L(require("bignumber.js"));re();a();a();a();a();var cu=L(require("axios"));a();a();a();function iu(t){return H(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var su=(t,r,i,p=0)=>H(void 0,null,function*(){try{return yield t(...i)}catch(f){return p<r.retries?((r==null?void 0:r.delay)!=null&&(yield iu(r.delay)),yield su(t,r,i,p+1)):null}}),Ac=(t,r={retries:5,delay:500})=>(...i)=>H(void 0,null,function*(){return yield su(t,r,i)});var E1=4;var D4=Ac((t,r)=>H(void 0,null,function*(){let{data:i}=yield cu.default.get(`${t}/${dc}?from=${E1}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[p]=i;return p}));a();a();aa();a();a();var eA=L(Eu());a();var Cu,nW={origin:typeof window!="undefined"?(Cu=window==null?void 0:window.location)==null?void 0:Cu.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();fe();io();a();var Va=require("react"),Nu=(t,r)=>{let[i,p]=(0,Va.useState)(t);return(0,Va.useEffect)(()=>{let y=setTimeout(()=>p(t),r);return()=>clearTimeout(y)},[t]),i};a();a();var aA=require("react"),iA=require("@multiversx/sdk-extension-provider");At();Ce();fe();a();Lt();a();var rA=require("react"),Pu=require("@multiversx/sdk-core");ce();a();var sA=require("react"),cA=require("@multiversx/sdk-opera-provider");At();Ce();fe();Lt();a();var lA=require("react");At();ce();a();a();Fs();a();a();var pA=L(require("platform"));a();Ce();ke();Vo();no();eo();a();a();a();a();a();a();a();a();a();fe();a();Vo();no();a();a();a();ce();a();a();var mA=L(require("axios"));a();a();var Du=require("react"),_A=require("@multiversx/sdk-hw-provider");At();Ce();ce();fe();Lt();a();var dA=require("react");a();var Lc=require("react");Ce();ce();fe();Lt();a();var Ec=require("react");Ce();ce();fe();Lt();a();a();var Ru=require("react");a();var TA=require("react");a();var Cc=require("react"),hA=require("socket.io-client");ce();a();a();a();a();var Ou=t=>t.dappModal,xA=R(Ou,t=>t.visible),Ka=R(Ou,t=>t.modal),M$=R(Ka,t=>t.showHeader),F$=R(Ka,t=>t.showFooter),B$=R(Ka,t=>t.headerText),U$=R(Ka,t=>t.footerText);a();var yA=`.dapp-core-component__trim-styles__trim {
|
|
2718
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(zv));var Tc={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var Rn=y=>{var b=y,{page:t,text:r,className:i="dapp-explorer-link",children:p}=b,f=vn(b,["page","text","className","children"]);let{network:{explorerAddress:C}}=Ga(),E=r!=null?r:xc.default.createElement(z_.FontAwesomeIcon,{icon:V_.faExternalLinkSquare,className:Tc.search}),D=_c({explorerAddress:String(C),to:t});return xc.default.createElement("a",O({href:D,target:"_blank",className:(0,q_.default)(Tc.link,Z.ml2,i),rel:"noreferrer"},f),p!=null?p:E)};a();a();var Pc=L(require("react")),Fu=L(require("classnames"));a();var ye=L(require("react")),Mu=L(require("classnames"));re();a();a();var K_=require("react");a();ce();a();a();a();a();a();a();a();a();var jv=require("@multiversx/sdk-extension-provider"),Xv=require("@multiversx/sdk-hw-provider"),Yv=require("@multiversx/sdk-opera-provider"),Zv=require("@multiversx/sdk-web-wallet-provider");re();fe();a();var Zn=t=>`Unable to perform ${t}, Provider not initialized`,$a=class{init(){return Promise.resolve(!1)}login(r){throw new Error(Zn(`login with options: ${r}`))}logout(r){throw new Error(Zn(`logout with options: ${r}`))}getAddress(){throw new Error(Zn("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error(Zn(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error(Zn(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error(Zn(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error(Zn(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error(Zn(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error(Zn(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},Jv=new $a;ce();a();a();var Qv=L(require("axios"));a();a();a();fe();a();a();a();io();a();a();a();var e1=L(require("axios"));a();var n1=L(require("axios"));a();var o1=L(require("axios"));a();a();var r1=L(require("axios"));a();var a1=L(require("axios"));a();ce();fe();a();a();ce();a();a();var Z_=require("@multiversx/sdk-core");a();Ce();ke();a();io();a();ce();fe();a();ce();ke();a();a();a();a();a();ke();a();a();a();a();var c1=L(require("axios")),p1=L(require("swr"));a();a();var J_=require("react");a();var d1=require("react"),eu=require("@multiversx/sdk-web-wallet-provider"),_1=L(require("qs"));re();ce();fe();a();a();var ZM={search:typeof window!="undefined"?window.location.search:"",removeParams:[]};a();var nu=require("react");js();a();var au=require("react"),S1=require("@multiversx/sdk-extension-provider");re();a();ce();fe();a();a();a();a();var ru=require("react"),T1=require("@multiversx/sdk-extension-provider");re();a();a();a();a();a();a();a();a();var Jo=L(require("react"));var $F=(0,Jo.createContext)({}),HF=ne.getState();a();var ou=L(require("react"));a();var wc=L(require("react")),f1=L(require("axios"));a();a();ce();a();a();var w1=L(require("axios"));ce();ke();Vo();a();At();ce();a();a();var oA=require("react");a();a();a();ce();a();a();var I1=L(require("bignumber.js"));re();ce();ke();a();var A1=L(require("bignumber.js"));re();a();var k1=require("@multiversx/sdk-core"),L1=L(require("bignumber.js"));re();a();a();a();a();var cu=L(require("axios"));a();a();a();function iu(t){return H(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var su=(t,r,i,p=0)=>H(void 0,null,function*(){try{return yield t(...i)}catch(f){return p<r.retries?((r==null?void 0:r.delay)!=null&&(yield iu(r.delay)),yield su(t,r,i,p+1)):null}}),Ac=(t,r={retries:5,delay:500})=>(...i)=>H(void 0,null,function*(){return yield su(t,r,i)});var E1=4;var D4=Ac((t,r)=>H(void 0,null,function*(){let{data:i}=yield cu.default.get(`${t}/${dc}?from=${E1}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[p]=i;return p}));a();a();aa();a();a();var eA=L(Eu());a();var Cu,nW={origin:typeof window!="undefined"?(Cu=window==null?void 0:window.location)==null?void 0:Cu.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();fe();io();a();var Va=require("react"),Nu=(t,r)=>{let[i,p]=(0,Va.useState)(t);return(0,Va.useEffect)(()=>{let y=setTimeout(()=>p(t),r);return()=>clearTimeout(y)},[t]),i};a();a();var aA=require("react"),iA=require("@multiversx/sdk-extension-provider");At();Ce();fe();a();Lt();a();var rA=require("react"),Pu=require("@multiversx/sdk-core");ce();a();var sA=require("react"),cA=require("@multiversx/sdk-opera-provider");At();Ce();fe();Lt();a();var lA=require("react");At();ce();a();a();Fs();a();a();var pA=L(require("platform"));a();Ce();ke();Vo();no();eo();a();a();a();a();a();a();a();a();a();fe();a();Vo();no();a();a();a();ce();a();a();var mA=L(require("axios"));a();a();var Du=require("react"),_A=require("@multiversx/sdk-hw-provider");At();Ce();ce();fe();Lt();a();var dA=require("react");a();var Lc=require("react");Ce();ce();fe();Lt();a();var Ec=require("react");Ce();ce();fe();Lt();a();a();var Ru=require("react");a();var TA=require("react");a();var Cc=require("react"),hA=require("socket.io-client");ce();a();a();a();a();var Ou=t=>t.dappModal,xA=R(Ou,t=>t.visible),Ka=R(Ou,t=>t.modal),M$=R(Ka,t=>t.showHeader),F$=R(Ka,t=>t.showFooter),B$=R(Ka,t=>t.headerText),U$=R(Ka,t=>t.footerText);a();var yA=`.dapp-core-component__trim-styles__trim {
|
|
2719
2719
|
display: flex;
|
|
2720
2720
|
max-width: 100%;
|
|
2721
2721
|
overflow: hidden;
|
package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js
CHANGED
|
@@ -2715,7 +2715,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2715
2715
|
width: calc(100% - 1.85rem);
|
|
2716
2716
|
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(NS));var Z={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};a();a();var h_=require("react"),so=require("react-redux");a();var cc=require("@reduxjs/toolkit"),f_=require("react-redux/lib/utils/Subscription");ce();a();var zd=L(require("lodash.throttle"));re();a();var Vd=L(require("lodash.isequal")),ka=require("reselect");ke();var R=(0,ka.createSelectorCreator)(ka.defaultMemoize,Vd.default),qo=(t,r)=>t!=""&&Boolean(r);ce();qs();no();eo();var fw=[ra],La=!1,gw=(0,zd.default)(()=>{Ho($o())},5e3),qd=t=>r=>i=>{var E;if(fw.includes(i.type))return r(i);let p=t.getState(),f=kt.local.getItem(pt.loginExpiresAt);if(!qo((E=p==null?void 0:p.loginInfo)==null?void 0:E.loginMethod,p==null?void 0:p.account.address))return r(i);if(f==null)return Ho($o());let b=Date.now();return f-b<0&&!La?setTimeout(()=>{La=!0,t.dispatch(xd())},1e3):(La&&(La=!1),gw()),r(i)};a();a();function Ea(){return typeof sessionStorage!="undefined"}var d_=Ea()?(o_(),Uo(t_)).default:(a_(),Uo(r_)).default,__=Ea()?(s_(),Uo(i_)).default:[],u_=Ea()?(l_(),Uo(m_)).default:t=>t;Ca();var ne=(0,cc.configureStore)({reducer:d_,middleware:t=>t({serializableCheck:{ignoredActions:[...__,zs.type,Vs.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(qd)}),g_=(0,f_.createSubscription)(ne),dC=u_(ne),_C=(0,cc.configureStore)({reducer:Ct});var Uw={store:ne,subscription:g_},pc=(0,h_.createContext)(Uw),hC=(0,so.createStoreHook)(pc),Ve=(0,so.createDispatchHook)(pc),ae=(0,so.createSelectorHook)(pc);a();a();ce();var Nn=t=>t.account,co=R(Nn,t=>t.address),jo=R(Nn,co,(t,r)=>r in t.accounts?t.accounts[r]:ia),Ww=R(Nn,jo,(t,r)=>{let f=t,{accounts:i}=f,p=vn(f,["accounts"]);return Q(O({},p),{account:r})}),Gw=R(jo,t=>t.balance),$w=R(jo,t=>{var r;return((r=t==null?void 0:t.nonce)==null?void 0:r.valueOf())||0}),bC=R(Nn,t=>t.shard),Hw=R(Nn,t=>t.ledgerAccount),SC=R(Nn,t=>t.walletConnectAccount),wC=R(Nn,t=>t.isAccountLoading),vC=R(Nn,t=>t.accountLoadingError),T_=R(Nn,t=>t.websocketEvent),Vw=R(Nn,t=>t.websocketBatchEvent);a();var hn=t=>t.loginInfo,LC=R(hn,t=>t.loginMethod),mc=R(hn,co,(t,r)=>qo(t.loginMethod,r)),EC=R(hn,t=>t.walletConnectLogin),CC=R(hn,t=>t.ledgerLogin),zw=R(hn,t=>t.walletLogin),NC=R(hn,t=>t.isLoginSessionInvalid),qw=R(hn,t=>t.tokenLogin),PC=R(hn,t=>t.logoutRoute);a();var x_=t=>t.modals,OC=R(x_,t=>t.txSubmittedModal),Kw=R(x_,t=>t.notificationModal);a();var Pn=t=>t.networkConfig,Na=R(Pn,t=>t.chainID),jw=R(Pn,t=>t.network.walletConnectBridgeAddress),Xw=R(Pn,t=>t.network.walletConnectV2RelayAddress),Yw=R(Pn,t=>t.network.walletConnectV2ProjectId),Zw=R(Pn,t=>t.network.walletConnectV2Options),y_=R(Pn,t=>t.network.walletConnectDeepLink),mt=R(Pn,t=>t.network),b_=R(mt,t=>t.apiAddress),S_=R(mt,t=>t.explorerAddress),w_=R(mt,t=>t.egldLabel);a();var Pa=t=>t.signedMessageInfo,WC=R(Pa,t=>t.isSigning),GC=R(Pa,t=>t.errorMessage),$C=R(Pa,t=>{let r=Object.keys(t.signedSessions),i=r.length;return t.signedSessions[r[i-1]]}),HC=R(Pa,t=>{let r=Object.keys(t.signedSessions),i=r.length;return r.length>0?r[i-1]:""});a();var lc=t=>t.toasts,qC=R(lc,t=>t.customToasts),KC=R(lc,t=>t.transactionToasts),jC=R(lc,t=>t.failTransactionToast);a();ce();var v_={errorMessage:Qs,successMessage:ec,processingMessage:nc},Jw=t=>t.transactionsInfo,Qw=R(Jw,(t,r)=>r,(t,r)=>r!=null&&(t==null?void 0:t[Number(r)])||v_);a();a();var Je=require("@multiversx/sdk-core");re();a();function Da(t){try{return l.Buffer.from(t,"base64").toString()===atob(t)}catch(r){return!1}}function Ra(t){var f,y,b;let{data:r}=t,i=Da(r!=null?r:"")?Je.TransactionPayload.fromEncoded(r):new Je.TransactionPayload(r),p=new Je.Transaction(O({value:t.value.valueOf(),data:i,nonce:t.nonce.valueOf(),receiver:new Je.Address(t.receiver),sender:new Je.Address(t.sender),gasLimit:(f=t.gasLimit.valueOf())!=null?f:Wo,gasPrice:(y=t.gasPrice.valueOf())!=null?y:oa,chainID:t.chainID.valueOf(),version:new Je.TransactionVersion((b=t.version)!=null?b:nd)},t.options?{options:new Je.TransactionOptions(t.options)}:{}));return p.applySignature({hex:()=>t.signature||""},new Je.Address(t.sender)),p}a();a();a();a();a();var ev=require("@multiversx/sdk-core/out");a();re();a();var Xo=require("@multiversx/sdk-core");ke();a();var A_=require("@multiversx/sdk-core");function nv(t){try{let r=new A_.Address(t);return Boolean(r.bech32())}catch(r){return!1}}function Yn(t){return(t==null?void 0:t.startsWith("erd"))&&t.length===62&&/^\w+$/.test(t)&&nv(t)}var tv=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function Oa(t,r,i=""){if(!Yn(t))return!1;if(new Xo.Address(t).isContractAddress())return!0;let y=I_({receiver:t,data:i});return y?new Xo.Address(y).isContractAddress()||av(t,r,i):!1}var ov=t=>t.toLowerCase().match(/[0-9a-f]/g),rv=t=>t.length%2===0;function av(t,r,i){let p=i==null?void 0:i.split("@");if(p==null)return!1;let[f,...y]=p,b=r!=null&&t!=null&&t===r,C=tv.includes(f),E=y.every(D=>ov(D)&&rv(D));return b&&C&&E}function I_({receiver:t,data:r}){try{if(!r)return t;let i=Da(r)?Xo.TransactionPayload.fromEncoded(r).toString():r,p=iv(i),f=i.split("@");return p>-1?f[p]:t}catch(i){console.log(i);return}}function iv(t){return t.includes("MultiESDTNFTTransfer")?1:t.includes("ESDTNFTTransfer")?4:-1}a();a();a();var cv=require("@multiversx/sdk-core"),pv=L(require("bignumber.js"));fe();a();a();a();a();a();var dc="blocks";a();a();a();a();De();a();var N_=!1;function uv(t){N_||(console.error(t),N_=!0)}function _c({explorerAddress:t,to:r}){try{return new URL(r).href}catch(i){return r.startsWith("/")||(uv(`Link not prepended by / : ${r}`),r=`/${r}`),t?`${t}${r}`:r}}a();De();a();a();a();var hv=L(require("bignumber.js"));re();a();var gv=require("@multiversx/sdk-core"),uc=L(require("bignumber.js"));re();a();var fv=L(require("bignumber.js"));a();uc.default.config({ROUNDING_MODE:uc.default.ROUND_FLOOR});a();a();a();re();a();a();a();a();re();a();re();a();var Tv=require("@multiversx/sdk-core");re();a();var Zo=require("@multiversx/sdk-core"),bv=require("@multiversx/sdk-network-providers");re();a();a();var xv=L(require("bignumber.js"));re();a();re();a();a();a();a();a();re();a();De();var Sv=["reDelegateRewards","claimRewards","unBond"],wv=["wrapEgld","unwrapEgld"],vv=["unStake"],Av=["unDelegate"];a();a();a();re();a();var Ev=L(require("bignumber.js"));a();a();a();a();De();a();var Cv=L(require("bignumber.js"));a();a();a();var Rv=L(require("bignumber.js"));ke();a();a();a();a();fe();a();a();a();a();De();a();a();a();var Ov=L(require("linkifyjs"));a();re();var O_=t=>{let r=t;typeof r=="string"&&r.includes("Shard")&&(r=r.replace("Shard","").replace(" ",""));let i=Ms.toString()===String(r).toString()||String(r)==="metachain",p=td.toString()===String(r).toString();return i?"Metachain":p?"All Shards":`Shard ${r}`};a();var Mv=L(require("bignumber.js"));a();ke();a();a();fe();a();fe();a();a();a();De();a();De();a();var Fv=L(require("bignumber.js"));re();De();a();De();a();var F_=require("react");ke();a();a();De();a();a();var Bv=require("@multiversx/sdk-core/out"),Uv=L(require("bignumber.js"));De();a();ke();a();a();ke();var wR=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var B_=require("react");ke();a();var Gv=require("react");De();var CR=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];io();var Ua=t=>t.transactions,po=R(Ua,t=>t.signedTransactions),$v=R(Ua,t=>t.signTransactionsError),U_=R(Ua,t=>t.signTransactionsCancelMessage),Wa=t=>r=>Object.entries(r).reduce((i,[p,f])=>(t(f.status)&&(i[p]=f),i),{}),W_=R(po,Wa(oo)),G_=R(po,Wa(ro)),$_=R(po,Wa(ao)),Hv=R(po,Wa(oc)),H_=R(Ua,t=>{var r;return(t==null?void 0:t.transactionsToSign)==null?null:Q(O({},t.transactionsToSign),{transactions:((r=t==null?void 0:t.transactionsToSign)==null?void 0:r.transactions.map(i=>Ra(i)))||[]})}),Vv=R(po,(t,r)=>r,(t,r)=>r!=null?(t==null?void 0:t[r])||{}:{});var Ga=()=>ae(Pn);a();var zv=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2717
2717
|
color: #6c757d;
|
|
2718
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(zv));var Tc={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var Rn=y=>{var b=y,{page:t,text:r,className:i="dapp-explorer-link",children:p}=b,f=vn(b,["page","text","className","children"]);let{network:{explorerAddress:C}}=Ga(),E=r!=null?r:xc.default.createElement(z_.FontAwesomeIcon,{icon:V_.faExternalLinkSquare,className:Tc.search}),D=_c({explorerAddress:String(C),to:t});return xc.default.createElement("a",O({href:D,target:"_blank",className:(0,q_.default)(Tc.link,Z.ml2,i),rel:"noreferrer"},f),p!=null?p:E)};a();a();var Pc=L(require("react")),Fu=L(require("classnames"));a();var ye=L(require("react")),Mu=L(require("classnames"));re();a();a();var K_=require("react");a();ce();a();a();a();a();a();a();a();a();var jv=require("@multiversx/sdk-extension-provider"),Xv=require("@multiversx/sdk-hw-provider"),Yv=require("@multiversx/sdk-opera-provider"),Zv=require("@multiversx/sdk-web-wallet-provider");re();fe();a();var Zn=t=>`Unable to perform ${t}, Provider not initialized`,$a=class{init(){return Promise.resolve(!1)}login(r){throw new Error(Zn(`login with options: ${r}`))}logout(r){throw new Error(Zn(`logout with options: ${r}`))}getAddress(){throw new Error(Zn("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error(Zn(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error(Zn(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error(Zn(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error(Zn(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error(Zn(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error(Zn(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},Jv=new $a;ce();a();a();var Qv=L(require("axios"));a();a();a();fe();a();a();a();io();a();a();a();var e1=L(require("axios"));a();var n1=L(require("axios"));a();var o1=L(require("axios"));a();a();var r1=L(require("axios"));a();var a1=L(require("axios"));a();ce();fe();a();a();ce();a();a();var Z_=require("@multiversx/sdk-core");a();Ce();ke();a();io();a();ce();fe();a();ce();ke();a();a();a();a();a();ke();a();a();a();a();var c1=L(require("axios")),p1=L(require("swr"));a();a();var J_=require("react");a();var d1=require("react"),eu=require("@multiversx/sdk-web-wallet-provider"),_1=L(require("qs"));re();ce();fe();a();a();var ZM={search:window?window.location.search:"",removeParams:[]};a();var nu=require("react");js();a();var au=require("react"),S1=require("@multiversx/sdk-extension-provider");re();a();ce();fe();a();a();a();a();var ru=require("react"),T1=require("@multiversx/sdk-extension-provider");re();a();a();a();a();a();a();a();a();var Jo=L(require("react"));var $F=(0,Jo.createContext)({}),HF=ne.getState();a();var ou=L(require("react"));a();var wc=L(require("react")),f1=L(require("axios"));a();a();ce();a();a();var w1=L(require("axios"));ce();ke();Vo();a();At();ce();a();a();var oA=require("react");a();a();a();ce();a();a();var I1=L(require("bignumber.js"));re();ce();ke();a();var A1=L(require("bignumber.js"));re();a();var k1=require("@multiversx/sdk-core"),L1=L(require("bignumber.js"));re();a();a();a();a();var cu=L(require("axios"));a();a();a();function iu(t){return H(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var su=(t,r,i,p=0)=>H(void 0,null,function*(){try{return yield t(...i)}catch(f){return p<r.retries?((r==null?void 0:r.delay)!=null&&(yield iu(r.delay)),yield su(t,r,i,p+1)):null}}),Ac=(t,r={retries:5,delay:500})=>(...i)=>H(void 0,null,function*(){return yield su(t,r,i)});var E1=4;var D4=Ac((t,r)=>H(void 0,null,function*(){let{data:i}=yield cu.default.get(`${t}/${dc}?from=${E1}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[p]=i;return p}));a();a();aa();a();a();var eA=L(Eu());a();var Cu,nW={origin:typeof window!="undefined"?(Cu=window==null?void 0:window.location)==null?void 0:Cu.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();fe();io();a();var Va=require("react"),Nu=(t,r)=>{let[i,p]=(0,Va.useState)(t);return(0,Va.useEffect)(()=>{let y=setTimeout(()=>p(t),r);return()=>clearTimeout(y)},[t]),i};a();a();var aA=require("react"),iA=require("@multiversx/sdk-extension-provider");At();Ce();fe();a();Lt();a();var rA=require("react"),Pu=require("@multiversx/sdk-core");ce();a();var sA=require("react"),cA=require("@multiversx/sdk-opera-provider");At();Ce();fe();Lt();a();var lA=require("react");At();ce();a();a();Fs();a();a();var pA=L(require("platform"));a();Ce();ke();Vo();no();eo();a();a();a();a();a();a();a();a();a();fe();a();Vo();no();a();a();a();ce();a();a();var mA=L(require("axios"));a();a();var Du=require("react"),_A=require("@multiversx/sdk-hw-provider");At();Ce();ce();fe();Lt();a();var dA=require("react");a();var Lc=require("react");Ce();ce();fe();Lt();a();var Ec=require("react");Ce();ce();fe();Lt();a();a();var Ru=require("react");a();var TA=require("react");a();var Cc=require("react"),hA=require("socket.io-client");ce();a();a();a();a();var Ou=t=>t.dappModal,xA=R(Ou,t=>t.visible),Ka=R(Ou,t=>t.modal),M$=R(Ka,t=>t.showHeader),F$=R(Ka,t=>t.showFooter),B$=R(Ka,t=>t.headerText),U$=R(Ka,t=>t.footerText);a();var yA=`.dapp-core-component__trim-styles__trim {
|
|
2718
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(zv));var Tc={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var Rn=y=>{var b=y,{page:t,text:r,className:i="dapp-explorer-link",children:p}=b,f=vn(b,["page","text","className","children"]);let{network:{explorerAddress:C}}=Ga(),E=r!=null?r:xc.default.createElement(z_.FontAwesomeIcon,{icon:V_.faExternalLinkSquare,className:Tc.search}),D=_c({explorerAddress:String(C),to:t});return xc.default.createElement("a",O({href:D,target:"_blank",className:(0,q_.default)(Tc.link,Z.ml2,i),rel:"noreferrer"},f),p!=null?p:E)};a();a();var Pc=L(require("react")),Fu=L(require("classnames"));a();var ye=L(require("react")),Mu=L(require("classnames"));re();a();a();var K_=require("react");a();ce();a();a();a();a();a();a();a();a();var jv=require("@multiversx/sdk-extension-provider"),Xv=require("@multiversx/sdk-hw-provider"),Yv=require("@multiversx/sdk-opera-provider"),Zv=require("@multiversx/sdk-web-wallet-provider");re();fe();a();var Zn=t=>`Unable to perform ${t}, Provider not initialized`,$a=class{init(){return Promise.resolve(!1)}login(r){throw new Error(Zn(`login with options: ${r}`))}logout(r){throw new Error(Zn(`logout with options: ${r}`))}getAddress(){throw new Error(Zn("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error(Zn(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error(Zn(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error(Zn(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error(Zn(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error(Zn(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error(Zn(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},Jv=new $a;ce();a();a();var Qv=L(require("axios"));a();a();a();fe();a();a();a();io();a();a();a();var e1=L(require("axios"));a();var n1=L(require("axios"));a();var o1=L(require("axios"));a();a();var r1=L(require("axios"));a();var a1=L(require("axios"));a();ce();fe();a();a();ce();a();a();var Z_=require("@multiversx/sdk-core");a();Ce();ke();a();io();a();ce();fe();a();ce();ke();a();a();a();a();a();ke();a();a();a();a();var c1=L(require("axios")),p1=L(require("swr"));a();a();var J_=require("react");a();var d1=require("react"),eu=require("@multiversx/sdk-web-wallet-provider"),_1=L(require("qs"));re();ce();fe();a();a();var ZM={search:typeof window!="undefined"?window.location.search:"",removeParams:[]};a();var nu=require("react");js();a();var au=require("react"),S1=require("@multiversx/sdk-extension-provider");re();a();ce();fe();a();a();a();a();var ru=require("react"),T1=require("@multiversx/sdk-extension-provider");re();a();a();a();a();a();a();a();a();var Jo=L(require("react"));var $F=(0,Jo.createContext)({}),HF=ne.getState();a();var ou=L(require("react"));a();var wc=L(require("react")),f1=L(require("axios"));a();a();ce();a();a();var w1=L(require("axios"));ce();ke();Vo();a();At();ce();a();a();var oA=require("react");a();a();a();ce();a();a();var I1=L(require("bignumber.js"));re();ce();ke();a();var A1=L(require("bignumber.js"));re();a();var k1=require("@multiversx/sdk-core"),L1=L(require("bignumber.js"));re();a();a();a();a();var cu=L(require("axios"));a();a();a();function iu(t){return H(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var su=(t,r,i,p=0)=>H(void 0,null,function*(){try{return yield t(...i)}catch(f){return p<r.retries?((r==null?void 0:r.delay)!=null&&(yield iu(r.delay)),yield su(t,r,i,p+1)):null}}),Ac=(t,r={retries:5,delay:500})=>(...i)=>H(void 0,null,function*(){return yield su(t,r,i)});var E1=4;var D4=Ac((t,r)=>H(void 0,null,function*(){let{data:i}=yield cu.default.get(`${t}/${dc}?from=${E1}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[p]=i;return p}));a();a();aa();a();a();var eA=L(Eu());a();var Cu,nW={origin:typeof window!="undefined"?(Cu=window==null?void 0:window.location)==null?void 0:Cu.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();fe();io();a();var Va=require("react"),Nu=(t,r)=>{let[i,p]=(0,Va.useState)(t);return(0,Va.useEffect)(()=>{let y=setTimeout(()=>p(t),r);return()=>clearTimeout(y)},[t]),i};a();a();var aA=require("react"),iA=require("@multiversx/sdk-extension-provider");At();Ce();fe();a();Lt();a();var rA=require("react"),Pu=require("@multiversx/sdk-core");ce();a();var sA=require("react"),cA=require("@multiversx/sdk-opera-provider");At();Ce();fe();Lt();a();var lA=require("react");At();ce();a();a();Fs();a();a();var pA=L(require("platform"));a();Ce();ke();Vo();no();eo();a();a();a();a();a();a();a();a();a();fe();a();Vo();no();a();a();a();ce();a();a();var mA=L(require("axios"));a();a();var Du=require("react"),_A=require("@multiversx/sdk-hw-provider");At();Ce();ce();fe();Lt();a();var dA=require("react");a();var Lc=require("react");Ce();ce();fe();Lt();a();var Ec=require("react");Ce();ce();fe();Lt();a();a();var Ru=require("react");a();var TA=require("react");a();var Cc=require("react"),hA=require("socket.io-client");ce();a();a();a();a();var Ou=t=>t.dappModal,xA=R(Ou,t=>t.visible),Ka=R(Ou,t=>t.modal),M$=R(Ka,t=>t.showHeader),F$=R(Ka,t=>t.showFooter),B$=R(Ka,t=>t.headerText),U$=R(Ka,t=>t.footerText);a();var yA=`.dapp-core-component__trim-styles__trim {
|
|
2719
2719
|
display: flex;
|
|
2720
2720
|
max-width: 100%;
|
|
2721
2721
|
overflow: hidden;
|
|
@@ -2706,7 +2706,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2706
2706
|
|
|
2707
2707
|
.dapp-core-component__formatAmountStyles__symbol {
|
|
2708
2708
|
color: inherit;
|
|
2709
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qm));var ko={"int-amount":"dapp-core-component__formatAmountStyles__int-amount",intAmount:"dapp-core-component__formatAmountStyles__int-amount",decimals:"dapp-core-component__formatAmountStyles__decimals",symbol:"dapp-core-component__formatAmountStyles__symbol"};var Km=e=>ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},"...")),Xm=(e,o)=>{var x;let{value:n,showLastNonZeroDecimal:r=!1,showLabel:c=!0}=e,p=e.digits!=null?e.digits:je,m=e.decimals!=null?e.decimals:W,_=fe({input:n,decimals:m,digits:p,showLastNonZeroDecimal:r,addCommas:!0}),l=_.split("."),u=l.length===1,b=_!==J;if(p>0&&u&&b){let w="";for(let E=1;E<=p;E++)w=w+J;l.push(w)}return ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},l[0]),l.length>1&&ke.default.createElement("span",{className:ko.decimals,"data-testid":"formatAmountDecimals"},".",l[1]),c&&ke.default.createElement("span",{className:(0,Hi.default)(ko.symbol,e.token&&g.textMuted),"data-testid":"formatAmountSymbol"},` ${(x=e.token)!=null?x:o}`))},Zm=e=>{let{value:o}=e;return wo(o)?Xm(e,e.egldLabel||""):Km(e)},Fe=e=>{let o=e.egldLabel||Or,n=v(f({},e),{egldLabel:o});return ke.default.createElement(Zm,f({},n))};t();t();var Kt=T(require("react")),Os=T(require("classnames"));t();var D=T(require("react")),Rs=T(require("classnames"));A();t();t();var ji=require("react");t();L();t();t();t();t();t();t();t();t();var Qm=require("@multiversx/sdk-extension-provider"),ed=require("@multiversx/sdk-hw-provider"),od=require("@multiversx/sdk-opera-provider"),nd=require("@multiversx/sdk-web-wallet-provider");A();C();t();var he=e=>`Unable to perform ${e}, Provider not initialized`,Ln=class{init(){return Promise.resolve(!1)}login(o){throw new Error(he(`login with options: ${o}`))}logout(o){throw new Error(he(`logout with options: ${o}`))}getAddress(){throw new Error(he("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(he(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(he(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(he(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(he(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(he(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(he(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},td=new Ln;L();t();t();var rd=T(require("axios"));t();t();t();C();t();t();t();Je();t();t();t();var ad=T(require("axios"));t();var id=T(require("axios"));t();var cd=T(require("axios"));t();t();var pd=T(require("axios"));t();var md=T(require("axios"));t();L();C();t();t();L();t();t();var Xi=require("@multiversx/sdk-core");t();F();O();t();Je();t();L();C();t();L();O();t();t();t();t();t();O();t();t();t();t();var _d=T(require("axios")),gd=T(require("swr"));t();t();var Zi=require("react");t();var Td=require("react"),Ji=require("@multiversx/sdk-web-wallet-provider"),hd=T(require("qs"));A();L();C();t();t();var tk={search:window?window.location.search:"",removeParams:[]};t();var Qi=require("react");dt();t();var ts=require("react"),Id=require("@multiversx/sdk-extension-provider");A();t();L();C();t();t();t();t();var ns=require("react"),wd=require("@multiversx/sdk-extension-provider");A();t();t();t();t();t();t();t();t();var Ao=T(require("react"));var Kk=(0,Ao.createContext)({}),Xk=k.getState();t();var os=T(require("react"));t();var Wt=T(require("react")),yd=T(require("axios"));t();t();L();t();t();var Ld=T(require("axios"));L();O();To();t();Ne();L();t();t();var cl=require("react");t();t();t();L();t();t();var Cd=T(require("bignumber.js"));A();L();O();t();var Nd=T(require("bignumber.js"));A();t();var Pd=require("@multiversx/sdk-core"),Dd=T(require("bignumber.js"));A();t();t();t();t();var is=T(require("axios"));t();t();t();function rs(e){return S(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var as=(e,o,n,r=0)=>S(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield rs(o.delay)),yield as(e,o,n,r+1)):null}}),$t=(e,o={retries:5,delay:500})=>(...n)=>S(void 0,null,function*(){return yield as(e,o,n)});var Rd=4;var UL=$t((e,o)=>S(void 0,null,function*(){let{data:n}=yield is.default.get(`${e}/${Sn}?from=${Rd}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));t();t();Ho();t();t();var al=T(Is());t();var Ls,sE={origin:typeof window!="undefined"?(Ls=window==null?void 0:window.location)==null?void 0:Ls.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};t();C();Je();t();var Nn=require("react"),Es=(e,o)=>{let[n,r]=(0,Nn.useState)(e);return(0,Nn.useEffect)(()=>{let p=setTimeout(()=>r(e),o);return()=>clearTimeout(p)},[e]),n};t();t();var ml=require("react"),dl=require("@multiversx/sdk-extension-provider");Ne();F();C();t();Pe();t();var pl=require("react"),Ns=require("@multiversx/sdk-core");L();t();var ll=require("react"),_l=require("@multiversx/sdk-opera-provider");Ne();F();C();Pe();t();var fl=require("react");Ne();L();t();t();et();t();t();var gl=T(require("platform"));t();F();O();To();qe();ze();t();t();t();t();t();t();t();t();t();C();t();To();qe();t();t();t();L();t();t();var ul=T(require("axios"));t();t();var Cs=require("react"),hl=require("@multiversx/sdk-hw-provider");Ne();F();L();C();Pe();t();var Tl=require("react");t();var jt=require("react");F();L();C();Pe();t();var zt=require("react");F();L();C();Pe();t();t();var Ps=require("react");t();var wl=require("react");t();var qt=require("react"),Sl=require("socket.io-client");L();t();t();t();t();var Ds=e=>e.dappModal,vl=h(Ds,e=>e.visible),Dn=h(Ds,e=>e.modal),$C=h(Dn,e=>e.showHeader),VC=h(Dn,e=>e.showFooter),HC=h(Dn,e=>e.headerText),jC=h(Dn,e=>e.footerText);t();var kl=`.dapp-core-component__trim-styles__trim {
|
|
2709
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qm));var ko={"int-amount":"dapp-core-component__formatAmountStyles__int-amount",intAmount:"dapp-core-component__formatAmountStyles__int-amount",decimals:"dapp-core-component__formatAmountStyles__decimals",symbol:"dapp-core-component__formatAmountStyles__symbol"};var Km=e=>ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},"...")),Xm=(e,o)=>{var x;let{value:n,showLastNonZeroDecimal:r=!1,showLabel:c=!0}=e,p=e.digits!=null?e.digits:je,m=e.decimals!=null?e.decimals:W,_=fe({input:n,decimals:m,digits:p,showLastNonZeroDecimal:r,addCommas:!0}),l=_.split("."),u=l.length===1,b=_!==J;if(p>0&&u&&b){let w="";for(let E=1;E<=p;E++)w=w+J;l.push(w)}return ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},l[0]),l.length>1&&ke.default.createElement("span",{className:ko.decimals,"data-testid":"formatAmountDecimals"},".",l[1]),c&&ke.default.createElement("span",{className:(0,Hi.default)(ko.symbol,e.token&&g.textMuted),"data-testid":"formatAmountSymbol"},` ${(x=e.token)!=null?x:o}`))},Zm=e=>{let{value:o}=e;return wo(o)?Xm(e,e.egldLabel||""):Km(e)},Fe=e=>{let o=e.egldLabel||Or,n=v(f({},e),{egldLabel:o});return ke.default.createElement(Zm,f({},n))};t();t();var Kt=T(require("react")),Os=T(require("classnames"));t();var D=T(require("react")),Rs=T(require("classnames"));A();t();t();var ji=require("react");t();L();t();t();t();t();t();t();t();t();var Qm=require("@multiversx/sdk-extension-provider"),ed=require("@multiversx/sdk-hw-provider"),od=require("@multiversx/sdk-opera-provider"),nd=require("@multiversx/sdk-web-wallet-provider");A();C();t();var he=e=>`Unable to perform ${e}, Provider not initialized`,Ln=class{init(){return Promise.resolve(!1)}login(o){throw new Error(he(`login with options: ${o}`))}logout(o){throw new Error(he(`logout with options: ${o}`))}getAddress(){throw new Error(he("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(he(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(he(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(he(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(he(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(he(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(he(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},td=new Ln;L();t();t();var rd=T(require("axios"));t();t();t();C();t();t();t();Je();t();t();t();var ad=T(require("axios"));t();var id=T(require("axios"));t();var cd=T(require("axios"));t();t();var pd=T(require("axios"));t();var md=T(require("axios"));t();L();C();t();t();L();t();t();var Xi=require("@multiversx/sdk-core");t();F();O();t();Je();t();L();C();t();L();O();t();t();t();t();t();O();t();t();t();t();var _d=T(require("axios")),gd=T(require("swr"));t();t();var Zi=require("react");t();var Td=require("react"),Ji=require("@multiversx/sdk-web-wallet-provider"),hd=T(require("qs"));A();L();C();t();t();var tk={search:typeof window!="undefined"?window.location.search:"",removeParams:[]};t();var Qi=require("react");dt();t();var ts=require("react"),Id=require("@multiversx/sdk-extension-provider");A();t();L();C();t();t();t();t();var ns=require("react"),wd=require("@multiversx/sdk-extension-provider");A();t();t();t();t();t();t();t();t();var Ao=T(require("react"));var Kk=(0,Ao.createContext)({}),Xk=k.getState();t();var os=T(require("react"));t();var Wt=T(require("react")),yd=T(require("axios"));t();t();L();t();t();var Ld=T(require("axios"));L();O();To();t();Ne();L();t();t();var cl=require("react");t();t();t();L();t();t();var Cd=T(require("bignumber.js"));A();L();O();t();var Nd=T(require("bignumber.js"));A();t();var Pd=require("@multiversx/sdk-core"),Dd=T(require("bignumber.js"));A();t();t();t();t();var is=T(require("axios"));t();t();t();function rs(e){return S(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var as=(e,o,n,r=0)=>S(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield rs(o.delay)),yield as(e,o,n,r+1)):null}}),$t=(e,o={retries:5,delay:500})=>(...n)=>S(void 0,null,function*(){return yield as(e,o,n)});var Rd=4;var UL=$t((e,o)=>S(void 0,null,function*(){let{data:n}=yield is.default.get(`${e}/${Sn}?from=${Rd}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));t();t();Ho();t();t();var al=T(Is());t();var Ls,sE={origin:typeof window!="undefined"?(Ls=window==null?void 0:window.location)==null?void 0:Ls.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};t();C();Je();t();var Nn=require("react"),Es=(e,o)=>{let[n,r]=(0,Nn.useState)(e);return(0,Nn.useEffect)(()=>{let p=setTimeout(()=>r(e),o);return()=>clearTimeout(p)},[e]),n};t();t();var ml=require("react"),dl=require("@multiversx/sdk-extension-provider");Ne();F();C();t();Pe();t();var pl=require("react"),Ns=require("@multiversx/sdk-core");L();t();var ll=require("react"),_l=require("@multiversx/sdk-opera-provider");Ne();F();C();Pe();t();var fl=require("react");Ne();L();t();t();et();t();t();var gl=T(require("platform"));t();F();O();To();qe();ze();t();t();t();t();t();t();t();t();t();C();t();To();qe();t();t();t();L();t();t();var ul=T(require("axios"));t();t();var Cs=require("react"),hl=require("@multiversx/sdk-hw-provider");Ne();F();L();C();Pe();t();var Tl=require("react");t();var jt=require("react");F();L();C();Pe();t();var zt=require("react");F();L();C();Pe();t();t();var Ps=require("react");t();var wl=require("react");t();var qt=require("react"),Sl=require("socket.io-client");L();t();t();t();t();var Ds=e=>e.dappModal,vl=h(Ds,e=>e.visible),Dn=h(Ds,e=>e.modal),$C=h(Dn,e=>e.showHeader),VC=h(Dn,e=>e.showFooter),HC=h(Dn,e=>e.headerText),jC=h(Dn,e=>e.footerText);t();var kl=`.dapp-core-component__trim-styles__trim {
|
|
2710
2710
|
display: flex;
|
|
2711
2711
|
max-width: 100%;
|
|
2712
2712
|
overflow: hidden;
|
|
@@ -2706,7 +2706,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2706
2706
|
|
|
2707
2707
|
.dapp-core-component__formatAmountStyles__symbol {
|
|
2708
2708
|
color: inherit;
|
|
2709
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qm));var ko={"int-amount":"dapp-core-component__formatAmountStyles__int-amount",intAmount:"dapp-core-component__formatAmountStyles__int-amount",decimals:"dapp-core-component__formatAmountStyles__decimals",symbol:"dapp-core-component__formatAmountStyles__symbol"};var Km=e=>ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},"...")),Xm=(e,o)=>{var x;let{value:n,showLastNonZeroDecimal:r=!1,showLabel:c=!0}=e,p=e.digits!=null?e.digits:je,m=e.decimals!=null?e.decimals:W,_=fe({input:n,decimals:m,digits:p,showLastNonZeroDecimal:r,addCommas:!0}),l=_.split("."),u=l.length===1,b=_!==J;if(p>0&&u&&b){let w="";for(let E=1;E<=p;E++)w=w+J;l.push(w)}return ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},l[0]),l.length>1&&ke.default.createElement("span",{className:ko.decimals,"data-testid":"formatAmountDecimals"},".",l[1]),c&&ke.default.createElement("span",{className:(0,Hi.default)(ko.symbol,e.token&&g.textMuted),"data-testid":"formatAmountSymbol"},` ${(x=e.token)!=null?x:o}`))},Zm=e=>{let{value:o}=e;return wo(o)?Xm(e,e.egldLabel||""):Km(e)},Fe=e=>{let o=e.egldLabel||Or,n=v(f({},e),{egldLabel:o});return ke.default.createElement(Zm,f({},n))};t();t();var Kt=T(require("react")),Os=T(require("classnames"));t();var D=T(require("react")),Rs=T(require("classnames"));A();t();t();var ji=require("react");t();L();t();t();t();t();t();t();t();t();var Qm=require("@multiversx/sdk-extension-provider"),ed=require("@multiversx/sdk-hw-provider"),od=require("@multiversx/sdk-opera-provider"),nd=require("@multiversx/sdk-web-wallet-provider");A();C();t();var he=e=>`Unable to perform ${e}, Provider not initialized`,Ln=class{init(){return Promise.resolve(!1)}login(o){throw new Error(he(`login with options: ${o}`))}logout(o){throw new Error(he(`logout with options: ${o}`))}getAddress(){throw new Error(he("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(he(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(he(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(he(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(he(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(he(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(he(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},td=new Ln;L();t();t();var rd=T(require("axios"));t();t();t();C();t();t();t();Je();t();t();t();var ad=T(require("axios"));t();var id=T(require("axios"));t();var cd=T(require("axios"));t();t();var pd=T(require("axios"));t();var md=T(require("axios"));t();L();C();t();t();L();t();t();var Xi=require("@multiversx/sdk-core");t();F();O();t();Je();t();L();C();t();L();O();t();t();t();t();t();O();t();t();t();t();var _d=T(require("axios")),gd=T(require("swr"));t();t();var Zi=require("react");t();var Td=require("react"),Ji=require("@multiversx/sdk-web-wallet-provider"),hd=T(require("qs"));A();L();C();t();t();var tk={search:window?window.location.search:"",removeParams:[]};t();var Qi=require("react");dt();t();var ts=require("react"),Id=require("@multiversx/sdk-extension-provider");A();t();L();C();t();t();t();t();var ns=require("react"),wd=require("@multiversx/sdk-extension-provider");A();t();t();t();t();t();t();t();t();var Ao=T(require("react"));var Kk=(0,Ao.createContext)({}),Xk=k.getState();t();var os=T(require("react"));t();var Wt=T(require("react")),yd=T(require("axios"));t();t();L();t();t();var Ld=T(require("axios"));L();O();To();t();Ne();L();t();t();var cl=require("react");t();t();t();L();t();t();var Cd=T(require("bignumber.js"));A();L();O();t();var Nd=T(require("bignumber.js"));A();t();var Pd=require("@multiversx/sdk-core"),Dd=T(require("bignumber.js"));A();t();t();t();t();var is=T(require("axios"));t();t();t();function rs(e){return S(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var as=(e,o,n,r=0)=>S(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield rs(o.delay)),yield as(e,o,n,r+1)):null}}),$t=(e,o={retries:5,delay:500})=>(...n)=>S(void 0,null,function*(){return yield as(e,o,n)});var Rd=4;var UL=$t((e,o)=>S(void 0,null,function*(){let{data:n}=yield is.default.get(`${e}/${Sn}?from=${Rd}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));t();t();Ho();t();t();var al=T(Is());t();var Ls,sE={origin:typeof window!="undefined"?(Ls=window==null?void 0:window.location)==null?void 0:Ls.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};t();C();Je();t();var Nn=require("react"),Es=(e,o)=>{let[n,r]=(0,Nn.useState)(e);return(0,Nn.useEffect)(()=>{let p=setTimeout(()=>r(e),o);return()=>clearTimeout(p)},[e]),n};t();t();var ml=require("react"),dl=require("@multiversx/sdk-extension-provider");Ne();F();C();t();Pe();t();var pl=require("react"),Ns=require("@multiversx/sdk-core");L();t();var ll=require("react"),_l=require("@multiversx/sdk-opera-provider");Ne();F();C();Pe();t();var fl=require("react");Ne();L();t();t();et();t();t();var gl=T(require("platform"));t();F();O();To();qe();ze();t();t();t();t();t();t();t();t();t();C();t();To();qe();t();t();t();L();t();t();var ul=T(require("axios"));t();t();var Cs=require("react"),hl=require("@multiversx/sdk-hw-provider");Ne();F();L();C();Pe();t();var Tl=require("react");t();var jt=require("react");F();L();C();Pe();t();var zt=require("react");F();L();C();Pe();t();t();var Ps=require("react");t();var wl=require("react");t();var qt=require("react"),Sl=require("socket.io-client");L();t();t();t();t();var Ds=e=>e.dappModal,vl=h(Ds,e=>e.visible),Dn=h(Ds,e=>e.modal),$C=h(Dn,e=>e.showHeader),VC=h(Dn,e=>e.showFooter),HC=h(Dn,e=>e.headerText),jC=h(Dn,e=>e.footerText);t();var kl=`.dapp-core-component__trim-styles__trim {
|
|
2709
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qm));var ko={"int-amount":"dapp-core-component__formatAmountStyles__int-amount",intAmount:"dapp-core-component__formatAmountStyles__int-amount",decimals:"dapp-core-component__formatAmountStyles__decimals",symbol:"dapp-core-component__formatAmountStyles__symbol"};var Km=e=>ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},"...")),Xm=(e,o)=>{var x;let{value:n,showLastNonZeroDecimal:r=!1,showLabel:c=!0}=e,p=e.digits!=null?e.digits:je,m=e.decimals!=null?e.decimals:W,_=fe({input:n,decimals:m,digits:p,showLastNonZeroDecimal:r,addCommas:!0}),l=_.split("."),u=l.length===1,b=_!==J;if(p>0&&u&&b){let w="";for(let E=1;E<=p;E++)w=w+J;l.push(w)}return ke.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},ke.default.createElement("span",{className:ko["int-amount"],"data-testid":"formatAmountInt"},l[0]),l.length>1&&ke.default.createElement("span",{className:ko.decimals,"data-testid":"formatAmountDecimals"},".",l[1]),c&&ke.default.createElement("span",{className:(0,Hi.default)(ko.symbol,e.token&&g.textMuted),"data-testid":"formatAmountSymbol"},` ${(x=e.token)!=null?x:o}`))},Zm=e=>{let{value:o}=e;return wo(o)?Xm(e,e.egldLabel||""):Km(e)},Fe=e=>{let o=e.egldLabel||Or,n=v(f({},e),{egldLabel:o});return ke.default.createElement(Zm,f({},n))};t();t();var Kt=T(require("react")),Os=T(require("classnames"));t();var D=T(require("react")),Rs=T(require("classnames"));A();t();t();var ji=require("react");t();L();t();t();t();t();t();t();t();t();var Qm=require("@multiversx/sdk-extension-provider"),ed=require("@multiversx/sdk-hw-provider"),od=require("@multiversx/sdk-opera-provider"),nd=require("@multiversx/sdk-web-wallet-provider");A();C();t();var he=e=>`Unable to perform ${e}, Provider not initialized`,Ln=class{init(){return Promise.resolve(!1)}login(o){throw new Error(he(`login with options: ${o}`))}logout(o){throw new Error(he(`logout with options: ${o}`))}getAddress(){throw new Error(he("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(he(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(he(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(he(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(he(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(he(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(he(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},td=new Ln;L();t();t();var rd=T(require("axios"));t();t();t();C();t();t();t();Je();t();t();t();var ad=T(require("axios"));t();var id=T(require("axios"));t();var cd=T(require("axios"));t();t();var pd=T(require("axios"));t();var md=T(require("axios"));t();L();C();t();t();L();t();t();var Xi=require("@multiversx/sdk-core");t();F();O();t();Je();t();L();C();t();L();O();t();t();t();t();t();O();t();t();t();t();var _d=T(require("axios")),gd=T(require("swr"));t();t();var Zi=require("react");t();var Td=require("react"),Ji=require("@multiversx/sdk-web-wallet-provider"),hd=T(require("qs"));A();L();C();t();t();var tk={search:typeof window!="undefined"?window.location.search:"",removeParams:[]};t();var Qi=require("react");dt();t();var ts=require("react"),Id=require("@multiversx/sdk-extension-provider");A();t();L();C();t();t();t();t();var ns=require("react"),wd=require("@multiversx/sdk-extension-provider");A();t();t();t();t();t();t();t();t();var Ao=T(require("react"));var Kk=(0,Ao.createContext)({}),Xk=k.getState();t();var os=T(require("react"));t();var Wt=T(require("react")),yd=T(require("axios"));t();t();L();t();t();var Ld=T(require("axios"));L();O();To();t();Ne();L();t();t();var cl=require("react");t();t();t();L();t();t();var Cd=T(require("bignumber.js"));A();L();O();t();var Nd=T(require("bignumber.js"));A();t();var Pd=require("@multiversx/sdk-core"),Dd=T(require("bignumber.js"));A();t();t();t();t();var is=T(require("axios"));t();t();t();function rs(e){return S(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var as=(e,o,n,r=0)=>S(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield rs(o.delay)),yield as(e,o,n,r+1)):null}}),$t=(e,o={retries:5,delay:500})=>(...n)=>S(void 0,null,function*(){return yield as(e,o,n)});var Rd=4;var UL=$t((e,o)=>S(void 0,null,function*(){let{data:n}=yield is.default.get(`${e}/${Sn}?from=${Rd}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));t();t();Ho();t();t();var al=T(Is());t();var Ls,sE={origin:typeof window!="undefined"?(Ls=window==null?void 0:window.location)==null?void 0:Ls.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};t();C();Je();t();var Nn=require("react"),Es=(e,o)=>{let[n,r]=(0,Nn.useState)(e);return(0,Nn.useEffect)(()=>{let p=setTimeout(()=>r(e),o);return()=>clearTimeout(p)},[e]),n};t();t();var ml=require("react"),dl=require("@multiversx/sdk-extension-provider");Ne();F();C();t();Pe();t();var pl=require("react"),Ns=require("@multiversx/sdk-core");L();t();var ll=require("react"),_l=require("@multiversx/sdk-opera-provider");Ne();F();C();Pe();t();var fl=require("react");Ne();L();t();t();et();t();t();var gl=T(require("platform"));t();F();O();To();qe();ze();t();t();t();t();t();t();t();t();t();C();t();To();qe();t();t();t();L();t();t();var ul=T(require("axios"));t();t();var Cs=require("react"),hl=require("@multiversx/sdk-hw-provider");Ne();F();L();C();Pe();t();var Tl=require("react");t();var jt=require("react");F();L();C();Pe();t();var zt=require("react");F();L();C();Pe();t();t();var Ps=require("react");t();var wl=require("react");t();var qt=require("react"),Sl=require("socket.io-client");L();t();t();t();t();var Ds=e=>e.dappModal,vl=h(Ds,e=>e.visible),Dn=h(Ds,e=>e.modal),$C=h(Dn,e=>e.showHeader),VC=h(Dn,e=>e.showFooter),HC=h(Dn,e=>e.headerText),jC=h(Dn,e=>e.footerText);t();var kl=`.dapp-core-component__trim-styles__trim {
|
|
2710
2710
|
display: flex;
|
|
2711
2711
|
max-width: 100%;
|
|
2712
2712
|
overflow: hidden;
|