@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
|
@@ -2692,7 +2692,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2692
2692
|
right: 0;
|
|
2693
2693
|
left: unset;
|
|
2694
2694
|
width: calc(100% - 1.85rem);
|
|
2695
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qp));var _={"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"};t();t();t();var Ji=require("react"),_o=require("react-redux");t();var ar=require("@reduxjs/toolkit"),Yi=require("react-redux/lib/utils/Subscription");M();t();var Ii=y(require("lodash.throttle"));P();t();var ki=y(require("lodash.isequal")),$n=require("reselect");V();var S=(0,$n.createSelectorCreator)($n.defaultMemoize,ki.default),Go=(e,o)=>e!=""&&Boolean(o);M();$t();ro();to();var Pm=[yn],Vn=!1,Mm=(0,Ii.default)(()=>{Bo(Oo())},5e3),Ai=e=>o=>n=>{var l;if(Pm.includes(n.type))return o(n);let r=e.getState(),c=We.local.getItem(Ne.loginExpiresAt);if(!Go((l=r==null?void 0:r.loginInfo)==null?void 0:l.loginMethod,r==null?void 0:r.account.address))return o(n);if(c==null)return Bo(Oo());let m=Date.now();return c-m<0&&!Vn?setTimeout(()=>{Vn=!0,e.dispatch(Qa())},1e3):(Vn&&(Vn=!1),Mm()),o(n)};t();t();function jn(){return typeof sessionStorage!="undefined"}var qi=jn()?(Fi(),No(Bi)).default:(Wi(),No(Ui)).default,Ki=jn()?(Hi(),No(Gi)).default:[],Xi=jn()?(zi(),No(ji)).default:e=>e;zn();var L=(0,ar.configureStore)({reducer:qi,middleware:e=>e({serializableCheck:{ignoredActions:[...Ki,Ht.type,Gt.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Ai)}),Zi=(0,Yi.createSubscription)(L),Kf=Xi(L),Xf=(0,ar.configureStore)({reducer:Ve});var td={store:L,subscription:Zi},ir=(0,Ji.createContext)(td),Qf=(0,_o.createStoreHook)(ir),G=(0,_o.createDispatchHook)(ir),I=(0,_o.createSelectorHook)(ir);t();t();M();var xe=e=>e.account,je=S(xe,e=>e.address),go=S(xe,je,(e,o)=>o in e.accounts?e.accounts[o]:Sn),Qi=S(xe,go,(e,o)=>{let c=e,{accounts:n}=c,r=_n(c,["accounts"]);return k(h({},r),{account:o})}),rd=S(go,e=>e.balance),es=S(go,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),tT=S(xe,e=>e.shard),ad=S(xe,e=>e.ledgerAccount),rT=S(xe,e=>e.walletConnectAccount),aT=S(xe,e=>e.isAccountLoading),iT=S(xe,e=>e.accountLoadingError),os=S(xe,e=>e.websocketEvent),id=S(xe,e=>e.websocketBatchEvent);t();var me=e=>e.loginInfo,mT=S(me,e=>e.loginMethod),sr=S(me,je,(e,o)=>Go(e.loginMethod,o)),dT=S(me,e=>e.walletConnectLogin),lT=S(me,e=>e.ledgerLogin),sd=S(me,e=>e.walletLogin),_T=S(me,e=>e.isLoginSessionInvalid),cd=S(me,e=>e.tokenLogin),gT=S(me,e=>e.logoutRoute);t();var ns=e=>e.modals,TT=S(ns,e=>e.txSubmittedModal),pd=S(ns,e=>e.notificationModal);t();var de=e=>e.networkConfig,qn=S(de,e=>e.chainID),md=S(de,e=>e.network.walletConnectBridgeAddress),dd=S(de,e=>e.network.walletConnectV2RelayAddress),ld=S(de,e=>e.network.walletConnectV2ProjectId),_d=S(de,e=>e.network.walletConnectV2Options),ts=S(de,e=>e.network.walletConnectDeepLink),Ie=S(de,e=>e.network),cr=S(Ie,e=>e.apiAddress),rs=S(Ie,e=>e.explorerAddress),Kn=S(Ie,e=>e.egldLabel);t();var Xn=e=>e.signedMessageInfo,ST=S(Xn,e=>e.isSigning),wT=S(Xn,e=>e.errorMessage),vT=S(Xn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),kT=S(Xn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var pr=e=>e.toasts,LT=S(pr,e=>e.customToasts),ET=S(pr,e=>e.transactionToasts),CT=S(pr,e=>e.failTransactionToast);t();M();var as={errorMessage:Yt,successMessage:Zt,processingMessage:Jt},gd=e=>e.transactionsInfo,ud=S(gd,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||as);t();t();var ne=require("@multiversx/sdk-core");P();t();function mr(e){try{return i.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function $o(e){var c,p,m;let{data:o}=e,n=mr(o!=null?o:"")?ne.TransactionPayload.fromEncoded(o):new ne.TransactionPayload(o),r=new ne.Transaction(h({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new ne.Address(e.receiver),sender:new ne.Address(e.sender),gasLimit:(c=e.gasLimit.valueOf())!=null?c:Po,gasPrice:(p=e.gasPrice.valueOf())!=null?p:hn,chainID:e.chainID.valueOf(),version:new ne.TransactionVersion((m=e.version)!=null?m:Ra)},e.options?{options:new ne.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new ne.Address(e.sender)),r}t();t();t();t();t();var Td=require("@multiversx/sdk-core/out");t();P();t();var ss=require("@multiversx/sdk-core");V();t();var is=require("@multiversx/sdk-core");function hd(e){try{let o=new is.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Vo(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&hd(e)}t();t();t();var _r=require("@multiversx/sdk-core"),gr=y(require("bignumber.js"));O();t();t();function dr(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function ze(e){let o=e;try{let n=i.Buffer.from(e,"hex").toString();dr(n)&&n.length>1&&(o=n)}catch(n){}return o}var lr={tokenId:"",amount:""},xd=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:ze(p));function ur(e){if(!e)return lr;let o=e.startsWith("ESDTTransfer"),n=e.startsWith("ESDTNFTTransfer")&&e.includes("@");if(o){let[,r,c]=e.split("@");try{let p=i.Buffer.from(r,"hex").toString("ascii");if(!p)return lr;let m=new gr.default("0x"+c.replace("0x","")).toString(10);return{tokenId:p,amount:m}}catch(p){console.error("Error getting token from transaction data",p)}}if(n)try{let[,r,c,p,m]=xd(e);if([r,c,p,m].every(d=>Boolean(d))&&Vo(new _r.Address(m).bech32()))return{tokenId:`${r}-${c}`,amount:new gr.default(p,16).toString(10),collection:r,nonce:c,receiver:new _r.Address(m).bech32()}}catch(r){}return lr}t();t();t();var jo="accounts";var fr="blocks";var Tr="collections";var hr="tokens";t();t();t();t();J();t();t();J();t();t();t();var Sd=y(require("bignumber.js"));P();t();var ls=require("@multiversx/sdk-core"),De=y(require("bignumber.js"));P();t();var ds=y(require("bignumber.js")),xr=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new ds.default(n),c=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=c};t();function Ae(e){return{if:function(o){return o?{then:n=>n instanceof Function?Ae(n(e)):Ae(n)}:{then:()=>Ae(e)}},then:o=>o instanceof Function?Ae(o(e)):Ae(o),valueOf:function(){return e}}}De.default.config({ROUNDING_MODE:De.default.ROUND_FLOOR});function qe({input:e,decimals:o=Te,digits:n=xn,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!xr(e,!1))throw new Error("Invalid input");let m=new De.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),Ae(d).then(()=>ls.TokenPayment.fungibleFromBigInteger("",d,o).toRationalNumber()).then(l=>{let u=new De.default(l);if(u.isZero())return Ue;let f=u.toString(10),[T,b]=f.split("."),x=new De.default(b||0),A=Ae(0).if(Boolean(b&&r)).then(()=>Math.max(b.length,n)).if(x.isZero()&&!r).then(0).if(Boolean(b&&!r)).then(()=>Math.min(b.length,n)).valueOf(),D=b&&n>=1&&n<=b.length&&x.isGreaterThan(0)&&new De.default(b.substring(0,n)).isZero(),F=u.toFormat(A);return Ae(f).if(p).then(F).if(Boolean(D)).then(E=>{let R=new De.default(T).isZero(),[q,re]=E.split("."),be=new Array(n-1).fill(0),ce=[...be,0].join(""),Ce=[...be,1].join("");return R?c?`<${q}.${Ce}`:r?`${q}.${re}`:q:`${q}.${ce}`}).if(Boolean(!D&&b)).then(E=>{let[R]=E.split("."),q=b.substring(0,A);if(r){let re=n-q.length;if(re>0){let be=Array(re).fill(0).join("");return q=`${q}${be}`,`${R}.${q}`}return E}return q?`${R}.${q}`:R}).valueOf()}).if(m).then(l=>`-${l}`).valueOf()}t();t();t();P();t();t();t();t();P();t();P();t();var wd=require("@multiversx/sdk-core");P();t();var zo=require("@multiversx/sdk-core"),Id=require("@multiversx/sdk-network-providers");P();t();t();var vd=y(require("bignumber.js"));P();t();P();t();var yr={isEsdt:!1,isNft:!1,isEgld:!1};function Ke(e){let o=e==null?void 0:e.split("-").length;return o===2?k(h({},yr),{isEsdt:!0}):o===3?k(h({},yr),{isNft:!0}):k(h({},yr),{isEgld:!0})}t();t();t();t();P();t();J();var Ld=["reDelegateRewards","claimRewards","unBond"],Ed=["wrapEgld","unwrapEgld"],Cd=["unStake"],Nd=["unDelegate"];t();t();t();P();t();var Md=y(require("bignumber.js"));t();t();t();t();J();t();var Rd=y(require("bignumber.js"));t();t();function Zn({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}t();var Sr=y(require("bignumber.js"));V();t();var us=(e,o)=>{let n=[],r=e.indexOf(o,0);for(;r>=0;)n.push(r),r=e.indexOf(o,r+1);return n};function fs(e){let o=[],n=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,c,...p]=e==null?void 0:e.split("@");if(r){let m=new Sr.default(c,16).toNumber(),d=0;for(let T=0;T<m;T++){let b={type:"nftTransaction",data:"",receiver:r};for(let x=0;x<3;x++){switch(x){case 0:b.token=ze(p[d]),b.data=p[d];break;case 1:{let A=p[d]&&p[d].length?p[d]:"";A&&A!=="00"?b.nonce=A:b.type="esdtTransaction",b.data=`${b.data}@${p[d]}`;break}case 2:b.amount=new Sr.default(p[d],16).toString(10),b.data=`${b.data}@${p[d]}`;break;default:break}n=d+1,d++}o[T]=b}let l=o.length!==m,u=o.some(T=>us(T.data,"@").length!==2),f=o.some(T=>T.data.startsWith("@"));if(l||u||f)return[];if(p[n]){let T=p[n];for(let b=n+1;b<p.length;b++)T+="@"+p[b];o[m]={type:"scCall",data:T,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}t();t();t();O();function qo(e){let n=Object.getPrototypeOf(e).toPlainObject!=null?e:$o(e);return k(h({},n.toPlainObject()),{hash:n.getHash().hex(),status:"pending"})}t();t();t();t();J();t();t();t();var Bd=y(require("linkifyjs"));t();P();t();var Fd=y(require("bignumber.js"));t();V();t();t();O();t();O();t();t();t();J();t();J();t();var Ud=y(require("bignumber.js"));P();J();t();J();t();var hs=require("react");V();t();t();J();t();t();var Wd=require("@multiversx/sdk-core/out"),Gd=y(require("bignumber.js"));J();t();V();t();t();V();var cS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var xs=require("react");V();t();var $d=require("react");J();var uS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];po();var Qn=e=>e.transactions,uo=S(Qn,e=>e.signedTransactions),Vd=S(Qn,e=>e.signTransactionsError),wr=S(Qn,e=>e.signTransactionsCancelMessage),et=e=>o=>Object.entries(o).reduce((n,[r,c])=>(e(c.status)&&(n[r]=c),n),{}),ys=S(uo,et(io)),bs=S(uo,et(so)),Ss=S(uo,et(co)),jd=S(uo,et(Qt)),ot=S(Qn,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:k(h({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>$o(n)))||[]})}),zd=S(uo,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});var Ko=()=>I(de);t();var ws=require("react");t();M();t();t();t();t();t();t();t();t();var vs=require("@multiversx/sdk-extension-provider"),ks=require("@multiversx/sdk-hw-provider"),Is=require("@multiversx/sdk-opera-provider"),As=require("@multiversx/sdk-web-wallet-provider");P();O();t();var nt=fo,vr=nt;var To=e=>{switch(e==null?void 0:e.constructor){case As.WalletProvider:return"wallet";case nt:return"walletconnect";case vr:return"walletconnectv2";case ks.HWProvider:return"ledger";case vs.ExtensionProvider:return"extension";case Is.OperaProvider:return"opera";case fo:return"";default:return"extra"}};var Le=e=>`Unable to perform ${e}, Provider not initialized`,fo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(Le(`login with options: ${o}`))}logout(o){throw new Error(Le(`logout with options: ${o}`))}getAddress(){throw new Error(Le("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(Le(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Le(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Le(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Le(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Le(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Le(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},kr=new fo;var qd=kr;function ye(){return qd||kr}M();t();t();var Es=y(require("axios"));t();t();var Ls=e=>{let o=e!=null?e:cr(L.getState());return o.endsWith("/")?o.slice(0,-1):o};function Cs(e){return v(this,null,function*(){if(!e)return null;let n=`${Ls()}/${jo}/${e}`;try{let{data:r}=yield Es.default.get(n);return r}catch(r){console.error("error fetching configuration for ",n)}return null})}function Xo(e){return v(this,null,function*(){return yield Cs(e)})}t();O();t();t();function Ns(){let e=ye();return To(e)}function ho(e){return Ns()===e}t();function tt(e){let o=L.getState(),n=es(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}po();t();t();t();var Kd=y(require("axios"));t();var Xd=y(require("axios"));t();var Zd=y(require("axios"));t();t();var Jd=y(require("axios"));t();var Qd=y(require("axios"));t();M();O();t();t();M();t();t();var Ms=require("@multiversx/sdk-core");t();j();V();t();po();t();M();O();t();M();V();t();t();t();t();t();V();t();t();t();t();var Rs=y(require("axios")),Os=y(require("swr"));var nl=e=>Rs.default.get(e).then(o=>o.data);function Bs({tokenId:e}){var b;let{network:o}=Ko(),{isEsdt:n,isNft:r}=Ke(e),c=n?hr:Tr,p=e;if(r){let[x,A]=e.split("-");p=`${x}-${A}`}let{data:m,error:d}=(0,Os.default)(Boolean(p)?`${o.apiAddress}/${c}/${p}`:null,nl);if(!p)return{tokenDecimals:Number(o.decimals),tokenLabel:"",tokenAvatar:""};let l=m?m==null?void 0:m.decimals:Number(o.decimals),u=m?m==null?void 0:m.name:"",f=m?`${(b=m==null?void 0:m.assets)==null?void 0:b.svgUrl}`:"",T=m==null?void 0:m.assets;return{tokenDecimals:l,tokenLabel:u,tokenAvatar:f,assets:T,error:d}}t();t();var Yo=require("react");var Fs={tokenId:"",amount:"",type:"",multiTxData:"",receiver:""};function Us({transactions:e}){let[o,n]=(0,Yo.useState)({}),[r,c]=(0,Yo.useState)([]);function p(l,u){n(f=>k(h({},f),{[l]:u}))}function m(l,u){return o==null?Fs:l in o?o[l]:u!=null&&String(u)in o?o[u]:Fs}function d(){if(e&&e.length>0){let l=[];e.forEach((u,f)=>{let T=u.getData().toString(),b=fs(T);if(b.length>0)b.forEach((x,A)=>{let D={transaction:u,multiTxData:x.data,transactionIndex:A};p(x.data,{tokenId:x.token?x.token:"",amount:x.amount?x.amount:"",type:x.type,nonce:x.nonce?x.nonce:"",multiTxData:x.data,receiver:x.receiver}),l.push(D)});else{let{tokenId:x,amount:A}=ur(u.getData().toString());x&&p(u.getData().toString(),{tokenId:x,amount:A,receiver:u.getReceiver().bech32()}),l.push({transaction:u,transactionIndex:f})}}),c(l)}}return(0,Yo.useEffect)(()=>{d()},[e==null?void 0:e.length]),{parsedTransactionsByDataField:o,getTxInfoByDataField:m,allTransactions:r}}t();var Gs=require("react"),at=require("@multiversx/sdk-web-wallet-provider"),Hs=y(require("qs"));P();M();O();t();var rt=e=>{let o=new URLSearchParams(e).toString(),n=window==null?void 0:window.location.pathname,r=o?`?${o}`:"",c=n?`${n}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,c)})};t();var tl={search:window?window.location.search:"",removeParams:[]},Ws=(e,o=tl)=>{var m;let n={},r=window?window.location.search:"",c=(m=o.search)!=null?m:r;if(c){let d=c?new URLSearchParams(c):[];n=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=n[d],delete n[d]}),o.removeParams!=null&&Object.keys(n).forEach(d=>{var u,f;let[l]=d.split("[");(((u=o.removeParams)==null?void 0:u.includes(d))||((f=o.removeParams)==null?void 0:f.includes(l)))&&delete n[d]}),{remainingParams:p,params:n,clearNavigationHistory:()=>rt(n)}};function Ir(e){let o=window==null?void 0:window.location.search,n=I(Ie),r=G();(0,Gs.useEffect)(()=>{if(o!=null){let c=Hs.default.parse(o.replace("?",""));if(c&&Mo in c){let p=String(c[Mo]),m=new at.WalletProvider(`${n.walletAddress}${Oa}`).getTransactionsFromWalletUrl();if(c.status==="cancelled"){r($e({sessionId:p,status:"cancelled"})),e(),history.pushState({},document==null?void 0:document.title,"?");return}if(m.length>0){r($e({sessionId:p,status:"signed",transactions:m.map(u=>qo(u))}));let[d]=m,{params:l}=Ws([],{removeParams:[...Object.keys(d),at.WALLET_PROVIDER_CALLBACK_PARAM,Mo]});rt(l)}}}},[o])}t();var Xe=require("react");zt();var it={};function $s({isLedger:e=!1,transactionsToSign:o,egldLabel:n,address:r,onCancel:c,onSignTransaction:p,onTransactionsSignError:m,onTransactionsSignSuccess:d,onGetScamAddressData:l}){var Ao,cn,pn;let[u,f]=(0,Xe.useState)(0),[T,b]=(0,Xe.useState)(),[x,A]=(0,Xe.useState)(null),[D,F]=(0,Xe.useState)(!1),{getTxInfoByDataField:X,allTransactions:E}=Us({transactions:o}),R=u===E.length-1;(0,Xe.useEffect)(()=>{q()},[u,E]);function q(){return v(this,null,function*(){var Eo;let N=E[u];if(N==null)return;let{transaction:W,multiTxData:pe}=N,Je=W.getData().toString(),mn=X(W.getData().toString(),pe),{tokenId:dn}=mn,Pe=W.getReceiver().toString(),Lo=r!==Pe,ft=Pe in it;if(Lo&&!ft&&l!=null){let Qe=yield l(Pe);it=h(h({},it),Qe!=null&&Qe.scamInfo?{[Pe]:Qe.scamInfo}:{})}let K=Boolean(dn&&Zn({tokenId:dn,erdLabel:n}));A({transaction:W,receiverScamInfo:((Eo=it[Pe])==null?void 0:Eo.info)||null,transactionTokenInfo:mn,isTokenTransaction:K,dataField:Je})})}function re(){f(0),b(void 0),F(!1)}function be(){return v(this,null,function*(){try{if(x==null)return;F(e);let N=yield p(x.transaction),W={[u]:N},pe=T?h(h({},T),W):W;b(pe),R?pe&&(d(Object.values(pe)),re()):(f(Je=>Je+1),F(!1))}catch(N){console.error(N,"sign error");let{message:W}=N,pe=e?jt(N).errorMessage:null;re(),m(pe!=null?pe:W)}})}function ce(){try{if(x==null)return;x.transaction.getSignature().hex()?R||f(W=>W+1):be()}catch(N){be()}}let Ce=u===0;function rn(){Ce?c==null||c():f(N=>N-1)}let an=Boolean(((Ao=x==null?void 0:x.transactionTokenInfo)==null?void 0:Ao.type)&&((cn=x==null?void 0:x.transactionTokenInfo)==null?void 0:cn.multiTxData)&&!(x!=null&&x.dataField.endsWith((pn=x==null?void 0:x.transactionTokenInfo)==null?void 0:pn.multiTxData)));function Ze(){an?f(N=>N+1):ce()}function ut(){f(N=>{let W=N+1;return W>(E==null?void 0:E.length)?N:W})}function sn(){f(N=>{let W=N-1;return W<0?N:W})}return{allTransactions:E,onSignTransaction:Ze,onNext:ut,onPrev:sn,waitingForDevice:D,onAbort:rn,isLastTransaction:R,isFirstTransaction:u===0,hasMultipleTransactions:E.length>1,shouldContinueWithoutSigning:an,currentStep:u,signedTransactions:T,currentTransaction:x}}t();var qs=require("react"),il=require("@multiversx/sdk-extension-provider");P();t();var xo=()=>{let e=ye(),o=To(e);return{provider:e,providerType:o}};M();O();t();t();function Ar(e){let o=ot(L.getState()),n=Object.keys(e).length===(o==null?void 0:o.transactions.length);return e&&(e&&n)}t();var rl=(e,o)=>o.map((n,r)=>(n.setNonce(e+r),n)),Lr=()=>{let e=I(je);return o=>v(void 0,null,function*(){let n=yield Xo(e),r=tt(n);return rl(r,o)})};t();var yo=require("react"),Cr=require("@multiversx/sdk-extension-provider");P();t();t();var Vs=()=>I(Qi);t();var Zo=()=>I(go);t();t();t();t();t();var Jo=y(require("react"));var pI=(0,Jo.createContext)({}),mI=L.getState();t();var zs=y(require("react"));t();var Er=y(require("react")),al=y(require("axios"));t();t();M();var Nr=()=>{let e=G(),{provider:o}=xo(),{nonce:n}=Zo(),[r,c]=(0,yo.useState)(null),[p,m]=(0,yo.useState)(),[d,l]=(0,yo.useState)([]),u=Lr(),f=I(ot),T=I(wr),b=()=>v(void 0,null,function*(){var E;let F=Boolean(f==null?void 0:f.transactions),X=(E=f==null?void 0:f.transactions)!=null?E:[];if(F){let R=yield u(X);l(R)}m(F)});(0,yo.useEffect)(()=>{b()},[f,n]);let x=()=>{c(null),e(lo(null))},A=F=>{x(),D(F)};Ir(A);function D(F){var E,R;let X=o instanceof Cr.ExtensionProvider;e(mo()),e(Uo(F)),e(Mn(Do)),X&&(x(),(R=(E=Cr.ExtensionProvider.getInstance())==null?void 0:E.cancelAction)==null||R.call(E))}return{error:r,canceledTransactionsMessage:T,clearTransactionStatusMessage:x,onAbort:A,setError:c,hasTransactions:p,transactionsToSign:f&&k(h({},f),{transactions:d})}};t();t();var Ks=y(require("axios"));function Xs(e){return v(this,null,function*(){let{network:{apiAddress:o,apiTimeout:n}}=de(L.getState()),{data:r}=yield Ks.default.get(`/${jo}/${e}`,{baseURL:o,timeout:Number(n)});return r})}M();V();Fo();t();Fe();M();function Ys(){let e=G();return o=>{e(mo()),e(Uo(o)),e(lo(Et))}}function Dr({onCancel:e,verifyReceiverScam:o=!0}){let{transactionsToSign:n,hasTransactions:r}=Nr(),c=I(Kn),{account:{address:p}}=Vs(),{provider:m}=xo(),d=G(),l=Ys(),{transactions:u,sessionId:f,callbackRoute:T,customTransactionInformation:b}=n||{};function x(R){f&&d($e({sessionId:f,status:"cancelled"})),d(Si(R))}let A=T!=null&&(window==null?void 0:window.location.pathname.includes(T));function D(R){!Ar(R)||f&&(d($e({sessionId:f,status:"signed",transactions:R.map(re=>qo(re))})),T!=null&&(b==null?void 0:b.redirectAfterSign)&&!A&&En(T))}function F(){e(),l(f)}function X(R){return v(this,null,function*(){return yield m.signTransaction(R)})}let E=$s({address:p,egldLabel:c,transactionsToSign:r?u:[],onGetScamAddressData:o?Xs:null,isLedger:ho("ledger"),onCancel:F,onSignTransaction:X,onTransactionsSignError:x,onTransactionsSignSuccess:D});return k(h({},E),{callbackRoute:T})}t();t();var Wl=require("react");t();t();t();M();t();t();var pl=y(require("bignumber.js"));P();M();V();t();var cl=y(require("bignumber.js"));P();t();var ml=require("@multiversx/sdk-core"),dl=y(require("bignumber.js"));P();t();t();t();t();var Qs=y(require("axios"));t();t();t();function Zs(e){return v(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Js=(e,o,n,r=0)=>v(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Zs(o.delay)),yield Js(e,o,n,r+1)):null}}),Pr=(e,o={retries:5,delay:500})=>(...n)=>v(void 0,null,function*(){return yield Js(e,o,n)});var ll=4;var XL=Pr((e,o)=>v(void 0,null,function*(){let{data:n}=yield Qs.default.get(`${e}/${fr}?from=${ll}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));t();t();bn();t();t();var Bl=y(yc());t();var bc,TE={origin:typeof window!="undefined"?(bc=window==null?void 0:window.location)==null?void 0:bc.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};t();O();po();t();var Sc=require("react");t();t();var Hl=require("react"),$l=require("@multiversx/sdk-extension-provider");Fe();j();O();t();Ge();t();var Gl=require("react"),wc=require("@multiversx/sdk-core");M();t();var Vl=require("react"),jl=require("@multiversx/sdk-opera-provider");Fe();j();O();Ge();t();var Kl=require("react");Fe();M();t();t();Mt();t();t();var zl=y(require("platform"));t();j();V();Fo();ro();to();t();t();t();t();t();function pt(){return Kn(L.getState())}t();t();t();t();O();t();Fo();ro();t();t();t();M();t();t();var ql=y(require("axios"));t();t();var vc=require("react"),Yl=require("@multiversx/sdk-hw-provider");Fe();j();M();O();Ge();t();var Xl=require("react");t();var Or=require("react");j();M();O();Ge();t();var Br=require("react");j();M();O();Ge();t();t();var kc=require("react");t();var o_=require("react");t();var Fr=require("react"),e_=require("socket.io-client");M();t();t();t();t();var Ic=e=>e.dappModal,Ac=S(Ic,e=>e.visible),So=S(Ic,e=>e.modal),JD=S(So,e=>e.showHeader),QD=S(So,e=>e.showFooter),eP=S(So,e=>e.headerText),oP=S(So,e=>e.footerText);var Lc=()=>I(Ac);t();var Oc=y(require("react"));t();t();t();var vo=y(require("react")),$r=y(require("classnames")),Mc=y(require("react-dom"));t();var n_=`.dapp-core-component__dappModalStyles__dappModal {
|
|
2695
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qp));var _={"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"};t();t();t();var Ji=require("react"),_o=require("react-redux");t();var ar=require("@reduxjs/toolkit"),Yi=require("react-redux/lib/utils/Subscription");M();t();var Ii=y(require("lodash.throttle"));P();t();var ki=y(require("lodash.isequal")),$n=require("reselect");V();var S=(0,$n.createSelectorCreator)($n.defaultMemoize,ki.default),Go=(e,o)=>e!=""&&Boolean(o);M();$t();ro();to();var Pm=[yn],Vn=!1,Mm=(0,Ii.default)(()=>{Bo(Oo())},5e3),Ai=e=>o=>n=>{var l;if(Pm.includes(n.type))return o(n);let r=e.getState(),c=We.local.getItem(Ne.loginExpiresAt);if(!Go((l=r==null?void 0:r.loginInfo)==null?void 0:l.loginMethod,r==null?void 0:r.account.address))return o(n);if(c==null)return Bo(Oo());let m=Date.now();return c-m<0&&!Vn?setTimeout(()=>{Vn=!0,e.dispatch(Qa())},1e3):(Vn&&(Vn=!1),Mm()),o(n)};t();t();function jn(){return typeof sessionStorage!="undefined"}var qi=jn()?(Fi(),No(Bi)).default:(Wi(),No(Ui)).default,Ki=jn()?(Hi(),No(Gi)).default:[],Xi=jn()?(zi(),No(ji)).default:e=>e;zn();var L=(0,ar.configureStore)({reducer:qi,middleware:e=>e({serializableCheck:{ignoredActions:[...Ki,Ht.type,Gt.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Ai)}),Zi=(0,Yi.createSubscription)(L),Kf=Xi(L),Xf=(0,ar.configureStore)({reducer:Ve});var td={store:L,subscription:Zi},ir=(0,Ji.createContext)(td),Qf=(0,_o.createStoreHook)(ir),G=(0,_o.createDispatchHook)(ir),I=(0,_o.createSelectorHook)(ir);t();t();M();var xe=e=>e.account,je=S(xe,e=>e.address),go=S(xe,je,(e,o)=>o in e.accounts?e.accounts[o]:Sn),Qi=S(xe,go,(e,o)=>{let c=e,{accounts:n}=c,r=_n(c,["accounts"]);return k(h({},r),{account:o})}),rd=S(go,e=>e.balance),es=S(go,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),tT=S(xe,e=>e.shard),ad=S(xe,e=>e.ledgerAccount),rT=S(xe,e=>e.walletConnectAccount),aT=S(xe,e=>e.isAccountLoading),iT=S(xe,e=>e.accountLoadingError),os=S(xe,e=>e.websocketEvent),id=S(xe,e=>e.websocketBatchEvent);t();var me=e=>e.loginInfo,mT=S(me,e=>e.loginMethod),sr=S(me,je,(e,o)=>Go(e.loginMethod,o)),dT=S(me,e=>e.walletConnectLogin),lT=S(me,e=>e.ledgerLogin),sd=S(me,e=>e.walletLogin),_T=S(me,e=>e.isLoginSessionInvalid),cd=S(me,e=>e.tokenLogin),gT=S(me,e=>e.logoutRoute);t();var ns=e=>e.modals,TT=S(ns,e=>e.txSubmittedModal),pd=S(ns,e=>e.notificationModal);t();var de=e=>e.networkConfig,qn=S(de,e=>e.chainID),md=S(de,e=>e.network.walletConnectBridgeAddress),dd=S(de,e=>e.network.walletConnectV2RelayAddress),ld=S(de,e=>e.network.walletConnectV2ProjectId),_d=S(de,e=>e.network.walletConnectV2Options),ts=S(de,e=>e.network.walletConnectDeepLink),Ie=S(de,e=>e.network),cr=S(Ie,e=>e.apiAddress),rs=S(Ie,e=>e.explorerAddress),Kn=S(Ie,e=>e.egldLabel);t();var Xn=e=>e.signedMessageInfo,ST=S(Xn,e=>e.isSigning),wT=S(Xn,e=>e.errorMessage),vT=S(Xn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),kT=S(Xn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var pr=e=>e.toasts,LT=S(pr,e=>e.customToasts),ET=S(pr,e=>e.transactionToasts),CT=S(pr,e=>e.failTransactionToast);t();M();var as={errorMessage:Yt,successMessage:Zt,processingMessage:Jt},gd=e=>e.transactionsInfo,ud=S(gd,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||as);t();t();var ne=require("@multiversx/sdk-core");P();t();function mr(e){try{return i.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function $o(e){var c,p,m;let{data:o}=e,n=mr(o!=null?o:"")?ne.TransactionPayload.fromEncoded(o):new ne.TransactionPayload(o),r=new ne.Transaction(h({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new ne.Address(e.receiver),sender:new ne.Address(e.sender),gasLimit:(c=e.gasLimit.valueOf())!=null?c:Po,gasPrice:(p=e.gasPrice.valueOf())!=null?p:hn,chainID:e.chainID.valueOf(),version:new ne.TransactionVersion((m=e.version)!=null?m:Ra)},e.options?{options:new ne.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new ne.Address(e.sender)),r}t();t();t();t();t();var Td=require("@multiversx/sdk-core/out");t();P();t();var ss=require("@multiversx/sdk-core");V();t();var is=require("@multiversx/sdk-core");function hd(e){try{let o=new is.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function Vo(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&hd(e)}t();t();t();var _r=require("@multiversx/sdk-core"),gr=y(require("bignumber.js"));O();t();t();function dr(e){for(let o=0;o<e.length;o++)if(e.charCodeAt(o)>127)return!1;return!0}function ze(e){let o=e;try{let n=i.Buffer.from(e,"hex").toString();dr(n)&&n.length>1&&(o=n)}catch(n){}return o}var lr={tokenId:"",amount:""},xd=e=>e.split("@").map((p,m)=>[2,3].includes(m)?p:ze(p));function ur(e){if(!e)return lr;let o=e.startsWith("ESDTTransfer"),n=e.startsWith("ESDTNFTTransfer")&&e.includes("@");if(o){let[,r,c]=e.split("@");try{let p=i.Buffer.from(r,"hex").toString("ascii");if(!p)return lr;let m=new gr.default("0x"+c.replace("0x","")).toString(10);return{tokenId:p,amount:m}}catch(p){console.error("Error getting token from transaction data",p)}}if(n)try{let[,r,c,p,m]=xd(e);if([r,c,p,m].every(d=>Boolean(d))&&Vo(new _r.Address(m).bech32()))return{tokenId:`${r}-${c}`,amount:new gr.default(p,16).toString(10),collection:r,nonce:c,receiver:new _r.Address(m).bech32()}}catch(r){}return lr}t();t();t();var jo="accounts";var fr="blocks";var Tr="collections";var hr="tokens";t();t();t();t();J();t();t();J();t();t();t();var Sd=y(require("bignumber.js"));P();t();var ls=require("@multiversx/sdk-core"),De=y(require("bignumber.js"));P();t();var ds=y(require("bignumber.js")),xr=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new ds.default(n),c=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=c};t();function Ae(e){return{if:function(o){return o?{then:n=>n instanceof Function?Ae(n(e)):Ae(n)}:{then:()=>Ae(e)}},then:o=>o instanceof Function?Ae(o(e)):Ae(o),valueOf:function(){return e}}}De.default.config({ROUNDING_MODE:De.default.ROUND_FLOOR});function qe({input:e,decimals:o=Te,digits:n=xn,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!xr(e,!1))throw new Error("Invalid input");let m=new De.default(e).isNegative(),d=e;return m&&(d=e.substring(1)),Ae(d).then(()=>ls.TokenPayment.fungibleFromBigInteger("",d,o).toRationalNumber()).then(l=>{let u=new De.default(l);if(u.isZero())return Ue;let f=u.toString(10),[T,b]=f.split("."),x=new De.default(b||0),A=Ae(0).if(Boolean(b&&r)).then(()=>Math.max(b.length,n)).if(x.isZero()&&!r).then(0).if(Boolean(b&&!r)).then(()=>Math.min(b.length,n)).valueOf(),D=b&&n>=1&&n<=b.length&&x.isGreaterThan(0)&&new De.default(b.substring(0,n)).isZero(),F=u.toFormat(A);return Ae(f).if(p).then(F).if(Boolean(D)).then(E=>{let R=new De.default(T).isZero(),[q,re]=E.split("."),be=new Array(n-1).fill(0),ce=[...be,0].join(""),Ce=[...be,1].join("");return R?c?`<${q}.${Ce}`:r?`${q}.${re}`:q:`${q}.${ce}`}).if(Boolean(!D&&b)).then(E=>{let[R]=E.split("."),q=b.substring(0,A);if(r){let re=n-q.length;if(re>0){let be=Array(re).fill(0).join("");return q=`${q}${be}`,`${R}.${q}`}return E}return q?`${R}.${q}`:R}).valueOf()}).if(m).then(l=>`-${l}`).valueOf()}t();t();t();P();t();t();t();t();P();t();P();t();var wd=require("@multiversx/sdk-core");P();t();var zo=require("@multiversx/sdk-core"),Id=require("@multiversx/sdk-network-providers");P();t();t();var vd=y(require("bignumber.js"));P();t();P();t();var yr={isEsdt:!1,isNft:!1,isEgld:!1};function Ke(e){let o=e==null?void 0:e.split("-").length;return o===2?k(h({},yr),{isEsdt:!0}):o===3?k(h({},yr),{isNft:!0}):k(h({},yr),{isEgld:!0})}t();t();t();t();P();t();J();var Ld=["reDelegateRewards","claimRewards","unBond"],Ed=["wrapEgld","unwrapEgld"],Cd=["unStake"],Nd=["unDelegate"];t();t();t();P();t();var Md=y(require("bignumber.js"));t();t();t();t();J();t();var Rd=y(require("bignumber.js"));t();t();function Zn({tokenId:e,erdLabel:o}){return Boolean(e&&e!==o)}t();var Sr=y(require("bignumber.js"));V();t();var us=(e,o)=>{let n=[],r=e.indexOf(o,0);for(;r>=0;)n.push(r),r=e.indexOf(o,r+1);return n};function fs(e){let o=[],n=0;try{if((e==null?void 0:e.startsWith("MultiESDTNFTTransfer"))&&(e==null?void 0:e.includes("@"))){let[,r,c,...p]=e==null?void 0:e.split("@");if(r){let m=new Sr.default(c,16).toNumber(),d=0;for(let T=0;T<m;T++){let b={type:"nftTransaction",data:"",receiver:r};for(let x=0;x<3;x++){switch(x){case 0:b.token=ze(p[d]),b.data=p[d];break;case 1:{let A=p[d]&&p[d].length?p[d]:"";A&&A!=="00"?b.nonce=A:b.type="esdtTransaction",b.data=`${b.data}@${p[d]}`;break}case 2:b.amount=new Sr.default(p[d],16).toString(10),b.data=`${b.data}@${p[d]}`;break;default:break}n=d+1,d++}o[T]=b}let l=o.length!==m,u=o.some(T=>us(T.data,"@").length!==2),f=o.some(T=>T.data.startsWith("@"));if(l||u||f)return[];if(p[n]){let T=p[n];for(let b=n+1;b<p.length;b++)T+="@"+p[b];o[m]={type:"scCall",data:T,receiver:r}}}}}catch(r){return console.error("failed parsing tx",r),o}return o}t();t();t();O();function qo(e){let n=Object.getPrototypeOf(e).toPlainObject!=null?e:$o(e);return k(h({},n.toPlainObject()),{hash:n.getHash().hex(),status:"pending"})}t();t();t();t();J();t();t();t();var Bd=y(require("linkifyjs"));t();P();t();var Fd=y(require("bignumber.js"));t();V();t();t();O();t();O();t();t();t();J();t();J();t();var Ud=y(require("bignumber.js"));P();J();t();J();t();var hs=require("react");V();t();t();J();t();t();var Wd=require("@multiversx/sdk-core/out"),Gd=y(require("bignumber.js"));J();t();V();t();t();V();var cS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var xs=require("react");V();t();var $d=require("react");J();var uS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];po();var Qn=e=>e.transactions,uo=S(Qn,e=>e.signedTransactions),Vd=S(Qn,e=>e.signTransactionsError),wr=S(Qn,e=>e.signTransactionsCancelMessage),et=e=>o=>Object.entries(o).reduce((n,[r,c])=>(e(c.status)&&(n[r]=c),n),{}),ys=S(uo,et(io)),bs=S(uo,et(so)),Ss=S(uo,et(co)),jd=S(uo,et(Qt)),ot=S(Qn,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:k(h({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>$o(n)))||[]})}),zd=S(uo,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});var Ko=()=>I(de);t();var ws=require("react");t();M();t();t();t();t();t();t();t();t();var vs=require("@multiversx/sdk-extension-provider"),ks=require("@multiversx/sdk-hw-provider"),Is=require("@multiversx/sdk-opera-provider"),As=require("@multiversx/sdk-web-wallet-provider");P();O();t();var nt=fo,vr=nt;var To=e=>{switch(e==null?void 0:e.constructor){case As.WalletProvider:return"wallet";case nt:return"walletconnect";case vr:return"walletconnectv2";case ks.HWProvider:return"ledger";case vs.ExtensionProvider:return"extension";case Is.OperaProvider:return"opera";case fo:return"";default:return"extra"}};var Le=e=>`Unable to perform ${e}, Provider not initialized`,fo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(Le(`login with options: ${o}`))}logout(o){throw new Error(Le(`logout with options: ${o}`))}getAddress(){throw new Error(Le("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(Le(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Le(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Le(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Le(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Le(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Le(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},kr=new fo;var qd=kr;function ye(){return qd||kr}M();t();t();var Es=y(require("axios"));t();t();var Ls=e=>{let o=e!=null?e:cr(L.getState());return o.endsWith("/")?o.slice(0,-1):o};function Cs(e){return v(this,null,function*(){if(!e)return null;let n=`${Ls()}/${jo}/${e}`;try{let{data:r}=yield Es.default.get(n);return r}catch(r){console.error("error fetching configuration for ",n)}return null})}function Xo(e){return v(this,null,function*(){return yield Cs(e)})}t();O();t();t();function Ns(){let e=ye();return To(e)}function ho(e){return Ns()===e}t();function tt(e){let o=L.getState(),n=es(o);return e?n&&!isNaN(n)?Math.max(n,e.nonce):e.nonce:n}po();t();t();t();var Kd=y(require("axios"));t();var Xd=y(require("axios"));t();var Zd=y(require("axios"));t();t();var Jd=y(require("axios"));t();var Qd=y(require("axios"));t();M();O();t();t();M();t();t();var Ms=require("@multiversx/sdk-core");t();j();V();t();po();t();M();O();t();M();V();t();t();t();t();t();V();t();t();t();t();var Rs=y(require("axios")),Os=y(require("swr"));var nl=e=>Rs.default.get(e).then(o=>o.data);function Bs({tokenId:e}){var b;let{network:o}=Ko(),{isEsdt:n,isNft:r}=Ke(e),c=n?hr:Tr,p=e;if(r){let[x,A]=e.split("-");p=`${x}-${A}`}let{data:m,error:d}=(0,Os.default)(Boolean(p)?`${o.apiAddress}/${c}/${p}`:null,nl);if(!p)return{tokenDecimals:Number(o.decimals),tokenLabel:"",tokenAvatar:""};let l=m?m==null?void 0:m.decimals:Number(o.decimals),u=m?m==null?void 0:m.name:"",f=m?`${(b=m==null?void 0:m.assets)==null?void 0:b.svgUrl}`:"",T=m==null?void 0:m.assets;return{tokenDecimals:l,tokenLabel:u,tokenAvatar:f,assets:T,error:d}}t();t();var Yo=require("react");var Fs={tokenId:"",amount:"",type:"",multiTxData:"",receiver:""};function Us({transactions:e}){let[o,n]=(0,Yo.useState)({}),[r,c]=(0,Yo.useState)([]);function p(l,u){n(f=>k(h({},f),{[l]:u}))}function m(l,u){return o==null?Fs:l in o?o[l]:u!=null&&String(u)in o?o[u]:Fs}function d(){if(e&&e.length>0){let l=[];e.forEach((u,f)=>{let T=u.getData().toString(),b=fs(T);if(b.length>0)b.forEach((x,A)=>{let D={transaction:u,multiTxData:x.data,transactionIndex:A};p(x.data,{tokenId:x.token?x.token:"",amount:x.amount?x.amount:"",type:x.type,nonce:x.nonce?x.nonce:"",multiTxData:x.data,receiver:x.receiver}),l.push(D)});else{let{tokenId:x,amount:A}=ur(u.getData().toString());x&&p(u.getData().toString(),{tokenId:x,amount:A,receiver:u.getReceiver().bech32()}),l.push({transaction:u,transactionIndex:f})}}),c(l)}}return(0,Yo.useEffect)(()=>{d()},[e==null?void 0:e.length]),{parsedTransactionsByDataField:o,getTxInfoByDataField:m,allTransactions:r}}t();var Gs=require("react"),at=require("@multiversx/sdk-web-wallet-provider"),Hs=y(require("qs"));P();M();O();t();var rt=e=>{let o=new URLSearchParams(e).toString(),n=window==null?void 0:window.location.pathname,r=o?`?${o}`:"",c=n?`${n}${r}`:"./";setTimeout(()=>{window==null||window.history.replaceState({},document==null?void 0:document.title,c)})};t();var tl={search:typeof window!="undefined"?window.location.search:"",removeParams:[]},Ws=(e,o=tl)=>{var m;let n={},r=typeof window!="undefined"?window.location.search:"",c=(m=o.search)!=null?m:r;if(c){let d=c?new URLSearchParams(c):[];n=Object.fromEntries(d)}let p={};return e.forEach(d=>{p[d]=n[d],delete n[d]}),o.removeParams!=null&&Object.keys(n).forEach(d=>{var u,f;let[l]=d.split("[");(((u=o.removeParams)==null?void 0:u.includes(d))||((f=o.removeParams)==null?void 0:f.includes(l)))&&delete n[d]}),{remainingParams:p,params:n,clearNavigationHistory:()=>rt(n)}};function Ir(e){let o=window==null?void 0:window.location.search,n=I(Ie),r=G();(0,Gs.useEffect)(()=>{if(o!=null){let c=Hs.default.parse(o.replace("?",""));if(c&&Mo in c){let p=String(c[Mo]),m=new at.WalletProvider(`${n.walletAddress}${Oa}`).getTransactionsFromWalletUrl();if(c.status==="cancelled"){r($e({sessionId:p,status:"cancelled"})),e(),history.pushState({},document==null?void 0:document.title,"?");return}if(m.length>0){r($e({sessionId:p,status:"signed",transactions:m.map(u=>qo(u))}));let[d]=m,{params:l}=Ws([],{removeParams:[...Object.keys(d),at.WALLET_PROVIDER_CALLBACK_PARAM,Mo]});rt(l)}}}},[o])}t();var Xe=require("react");zt();var it={};function $s({isLedger:e=!1,transactionsToSign:o,egldLabel:n,address:r,onCancel:c,onSignTransaction:p,onTransactionsSignError:m,onTransactionsSignSuccess:d,onGetScamAddressData:l}){var Ao,cn,pn;let[u,f]=(0,Xe.useState)(0),[T,b]=(0,Xe.useState)(),[x,A]=(0,Xe.useState)(null),[D,F]=(0,Xe.useState)(!1),{getTxInfoByDataField:X,allTransactions:E}=Us({transactions:o}),R=u===E.length-1;(0,Xe.useEffect)(()=>{q()},[u,E]);function q(){return v(this,null,function*(){var Eo;let N=E[u];if(N==null)return;let{transaction:W,multiTxData:pe}=N,Je=W.getData().toString(),mn=X(W.getData().toString(),pe),{tokenId:dn}=mn,Pe=W.getReceiver().toString(),Lo=r!==Pe,ft=Pe in it;if(Lo&&!ft&&l!=null){let Qe=yield l(Pe);it=h(h({},it),Qe!=null&&Qe.scamInfo?{[Pe]:Qe.scamInfo}:{})}let K=Boolean(dn&&Zn({tokenId:dn,erdLabel:n}));A({transaction:W,receiverScamInfo:((Eo=it[Pe])==null?void 0:Eo.info)||null,transactionTokenInfo:mn,isTokenTransaction:K,dataField:Je})})}function re(){f(0),b(void 0),F(!1)}function be(){return v(this,null,function*(){try{if(x==null)return;F(e);let N=yield p(x.transaction),W={[u]:N},pe=T?h(h({},T),W):W;b(pe),R?pe&&(d(Object.values(pe)),re()):(f(Je=>Je+1),F(!1))}catch(N){console.error(N,"sign error");let{message:W}=N,pe=e?jt(N).errorMessage:null;re(),m(pe!=null?pe:W)}})}function ce(){try{if(x==null)return;x.transaction.getSignature().hex()?R||f(W=>W+1):be()}catch(N){be()}}let Ce=u===0;function rn(){Ce?c==null||c():f(N=>N-1)}let an=Boolean(((Ao=x==null?void 0:x.transactionTokenInfo)==null?void 0:Ao.type)&&((cn=x==null?void 0:x.transactionTokenInfo)==null?void 0:cn.multiTxData)&&!(x!=null&&x.dataField.endsWith((pn=x==null?void 0:x.transactionTokenInfo)==null?void 0:pn.multiTxData)));function Ze(){an?f(N=>N+1):ce()}function ut(){f(N=>{let W=N+1;return W>(E==null?void 0:E.length)?N:W})}function sn(){f(N=>{let W=N-1;return W<0?N:W})}return{allTransactions:E,onSignTransaction:Ze,onNext:ut,onPrev:sn,waitingForDevice:D,onAbort:rn,isLastTransaction:R,isFirstTransaction:u===0,hasMultipleTransactions:E.length>1,shouldContinueWithoutSigning:an,currentStep:u,signedTransactions:T,currentTransaction:x}}t();var qs=require("react"),il=require("@multiversx/sdk-extension-provider");P();t();var xo=()=>{let e=ye(),o=To(e);return{provider:e,providerType:o}};M();O();t();t();function Ar(e){let o=ot(L.getState()),n=Object.keys(e).length===(o==null?void 0:o.transactions.length);return e&&(e&&n)}t();var rl=(e,o)=>o.map((n,r)=>(n.setNonce(e+r),n)),Lr=()=>{let e=I(je);return o=>v(void 0,null,function*(){let n=yield Xo(e),r=tt(n);return rl(r,o)})};t();var yo=require("react"),Cr=require("@multiversx/sdk-extension-provider");P();t();t();var Vs=()=>I(Qi);t();var Zo=()=>I(go);t();t();t();t();t();var Jo=y(require("react"));var pI=(0,Jo.createContext)({}),mI=L.getState();t();var zs=y(require("react"));t();var Er=y(require("react")),al=y(require("axios"));t();t();M();var Nr=()=>{let e=G(),{provider:o}=xo(),{nonce:n}=Zo(),[r,c]=(0,yo.useState)(null),[p,m]=(0,yo.useState)(),[d,l]=(0,yo.useState)([]),u=Lr(),f=I(ot),T=I(wr),b=()=>v(void 0,null,function*(){var E;let F=Boolean(f==null?void 0:f.transactions),X=(E=f==null?void 0:f.transactions)!=null?E:[];if(F){let R=yield u(X);l(R)}m(F)});(0,yo.useEffect)(()=>{b()},[f,n]);let x=()=>{c(null),e(lo(null))},A=F=>{x(),D(F)};Ir(A);function D(F){var E,R;let X=o instanceof Cr.ExtensionProvider;e(mo()),e(Uo(F)),e(Mn(Do)),X&&(x(),(R=(E=Cr.ExtensionProvider.getInstance())==null?void 0:E.cancelAction)==null||R.call(E))}return{error:r,canceledTransactionsMessage:T,clearTransactionStatusMessage:x,onAbort:A,setError:c,hasTransactions:p,transactionsToSign:f&&k(h({},f),{transactions:d})}};t();t();var Ks=y(require("axios"));function Xs(e){return v(this,null,function*(){let{network:{apiAddress:o,apiTimeout:n}}=de(L.getState()),{data:r}=yield Ks.default.get(`/${jo}/${e}`,{baseURL:o,timeout:Number(n)});return r})}M();V();Fo();t();Fe();M();function Ys(){let e=G();return o=>{e(mo()),e(Uo(o)),e(lo(Et))}}function Dr({onCancel:e,verifyReceiverScam:o=!0}){let{transactionsToSign:n,hasTransactions:r}=Nr(),c=I(Kn),{account:{address:p}}=Vs(),{provider:m}=xo(),d=G(),l=Ys(),{transactions:u,sessionId:f,callbackRoute:T,customTransactionInformation:b}=n||{};function x(R){f&&d($e({sessionId:f,status:"cancelled"})),d(Si(R))}let A=T!=null&&(window==null?void 0:window.location.pathname.includes(T));function D(R){!Ar(R)||f&&(d($e({sessionId:f,status:"signed",transactions:R.map(re=>qo(re))})),T!=null&&(b==null?void 0:b.redirectAfterSign)&&!A&&En(T))}function F(){e(),l(f)}function X(R){return v(this,null,function*(){return yield m.signTransaction(R)})}let E=$s({address:p,egldLabel:c,transactionsToSign:r?u:[],onGetScamAddressData:o?Xs:null,isLedger:ho("ledger"),onCancel:F,onSignTransaction:X,onTransactionsSignError:x,onTransactionsSignSuccess:D});return k(h({},E),{callbackRoute:T})}t();t();var Wl=require("react");t();t();t();M();t();t();var pl=y(require("bignumber.js"));P();M();V();t();var cl=y(require("bignumber.js"));P();t();var ml=require("@multiversx/sdk-core"),dl=y(require("bignumber.js"));P();t();t();t();t();var Qs=y(require("axios"));t();t();t();function Zs(e){return v(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Js=(e,o,n,r=0)=>v(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Zs(o.delay)),yield Js(e,o,n,r+1)):null}}),Pr=(e,o={retries:5,delay:500})=>(...n)=>v(void 0,null,function*(){return yield Js(e,o,n)});var ll=4;var XL=Pr((e,o)=>v(void 0,null,function*(){let{data:n}=yield Qs.default.get(`${e}/${fr}?from=${ll}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));t();t();bn();t();t();var Bl=y(yc());t();var bc,TE={origin:typeof window!="undefined"?(bc=window==null?void 0:window.location)==null?void 0:bc.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};t();O();po();t();var Sc=require("react");t();t();var Hl=require("react"),$l=require("@multiversx/sdk-extension-provider");Fe();j();O();t();Ge();t();var Gl=require("react"),wc=require("@multiversx/sdk-core");M();t();var Vl=require("react"),jl=require("@multiversx/sdk-opera-provider");Fe();j();O();Ge();t();var Kl=require("react");Fe();M();t();t();Mt();t();t();var zl=y(require("platform"));t();j();V();Fo();ro();to();t();t();t();t();t();function pt(){return Kn(L.getState())}t();t();t();t();O();t();Fo();ro();t();t();t();M();t();t();var ql=y(require("axios"));t();t();var vc=require("react"),Yl=require("@multiversx/sdk-hw-provider");Fe();j();M();O();Ge();t();var Xl=require("react");t();var Or=require("react");j();M();O();Ge();t();var Br=require("react");j();M();O();Ge();t();t();var kc=require("react");t();var o_=require("react");t();var Fr=require("react"),e_=require("socket.io-client");M();t();t();t();t();var Ic=e=>e.dappModal,Ac=S(Ic,e=>e.visible),So=S(Ic,e=>e.modal),JD=S(So,e=>e.showHeader),QD=S(So,e=>e.showFooter),eP=S(So,e=>e.headerText),oP=S(So,e=>e.footerText);var Lc=()=>I(Ac);t();var Oc=y(require("react"));t();t();t();var vo=y(require("react")),$r=y(require("classnames")),Mc=y(require("react-dom"));t();var n_=`.dapp-core-component__dappModalStyles__dappModal {
|
|
2696
2696
|
position: fixed;
|
|
2697
2697
|
z-index: 999;
|
|
2698
2698
|
padding-top: 100px;
|