@multiversx/sdk-dapp 2.20.4 → 2.20.5
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/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/ReceiverSubValue.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/ReceiverValue.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.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/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.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/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/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/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__chunks__/{chunk-EFPUDYSV.js → chunk-5JJ2GL7D.js} +2 -2
- package/__chunks__/{chunk-VGU76ZKR.js → chunk-76QJ425P.js} +2 -2
- package/__chunks__/{chunk-KDP3VVZI.js → chunk-7WIK3YJQ.js} +2 -2
- package/__chunks__/{chunk-VHRVGBJM.js → chunk-A76YJTVF.js} +2 -2
- package/__chunks__/{chunk-SEENIAHW.js → chunk-BYMNVCKT.js} +2 -2
- package/__chunks__/{chunk-FBVH7JUD.js → chunk-C7CWHRUN.js} +2 -2
- package/__chunks__/{chunk-YEMNGIOD.js → chunk-DTCA3L32.js} +2 -2
- package/__chunks__/{chunk-N74MYLAI.js → chunk-EPH5Z47G.js} +2 -2
- package/__chunks__/{chunk-HYVNGK66.js → chunk-F5SHCFUV.js} +2 -2
- package/__chunks__/{chunk-YNVE7FBS.js → chunk-IUV7AVHO.js} +2 -2
- package/__chunks__/{chunk-PJISSB27.js → chunk-JYMKBHWB.js} +2 -2
- package/__chunks__/{chunk-Y3XOLWGS.js → chunk-NHTT76NM.js} +2 -2
- package/__chunks__/{chunk-EN5M55HM.js → chunk-ROAWJT7Y.js} +2 -2
- package/__chunks__/{chunk-3LSFB45Q.js → chunk-RUZKD7HD.js} +2 -2
- package/__chunks__/{chunk-3G6VPUIV.js → chunk-S6JIACIW.js} +2 -2
- package/__chunks__/chunk-SLFQHDKN.js +2 -0
- package/__chunks__/{chunk-5P6BSCRL.js → chunk-UMZARY3A.js} +2 -2
- package/__chunks__/{chunk-SS7VDN75.js → chunk-UQSTPXJU.js} +2 -2
- package/__chunks__/chunk-VXUZL73U.js +2 -0
- package/__chunks__/{chunk-HJM2ILKX.js → chunk-YGN62K6A.js} +2 -2
- package/__commonjs/UI/NotificationModal/NotificationModal.js +3 -3
- package/__commonjs/UI/NotificationModal/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +6 -6
- package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +6 -6
- package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/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/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.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/WalletConnectLoginContainer.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +5 -5
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +5 -5
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +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__/server.d.ts +2 -2
- package/__commonjs/__mocks__/utils/index.js +1 -1
- package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
- package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/__commonjs/components/ProviderInitializer/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useOperaLogin.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
- package/__commonjs/wrappers/DappProvider/index.js +1 -1
- package/__commonjs/wrappers/index.js +2 -2
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.d.ts +2 -2
- 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/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/package.json +2 -2
- 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-7QQPJJ2B.js +0 -2
- package/__chunks__/chunk-YSEQ3J5Z.js +0 -2
|
@@ -2778,7 +2778,7 @@ a.dapp-core-component__main__side-link::after {
|
|
|
2778
2778
|
right: 0;
|
|
2779
2779
|
left: unset;
|
|
2780
2780
|
width: calc(100% - 1.85rem);
|
|
2781
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode($v));var ue={"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"};var tp=({visible:t,headerText:o,customHeader:i,className:c,closeButtonClassName:_,headerTextClassName:f,onHide:y})=>t?i?Ko.default.createElement("div",{className:(0,zr.default)(Pn.dappModalHeader,c)},i):Ko.default.createElement("div",{className:(0,zr.default)(Pn.dappModalHeader,c)},Ko.default.createElement("div",{className:(0,zr.default)(Pn.dappModalHeaderText,f)},o),Ko.default.createElement("button",{onClick:y,className:(0,zr.default)(Pn.dappModalCloseButton,ue.btn,ue.btnLight,_)},Ko.default.createElement(B_.FontAwesomeIcon,{size:"lg",icon:O_.faTimes}))):null;var Vv={showHeader:!0,showFooter:!1,headerText:"",footerText:""},rp=({id:t="dapp-modal",visible:o,onHide:i,parentElement:c,config:_=Vv,children:f,className:y="dapp-modal-dialog-wrapper","data-testid":v="dappModal"})=>{if(!o)return null;let{showHeader:S,showFooter:k,headerText:M,footerText:E,modalDialogClassName:D="dapp-modal-dialog",modalContentClassName:$="dapp-modal-dialog-content",modalHeaderClassName:G="dapp-modal-dialog-header",modalHeaderTextClassName:V="dapp-modal-dialog-header-text",modalCloseButtonClassName:ce="dapp-modal-dialog-close-button",modalBodyClassName:se="dapp-modal-dialog-content-body",modalFooterClassName:le="dapp-modal-dialog-footer",customModalHeader:X,customModalFooter:pe}=_;return F_.default.createPortal(Xo.default.createElement("div",{id:t,role:"dialog","aria-modal":"true",className:(0,op.default)(D,Pn.dappModal,y),"data-testid":v},Xo.default.createElement("div",{className:(0,op.default)(Pn.dappModalContent,$)},Xo.default.createElement(tp,{visible:S,headerText:M,customHeader:X,className:G,headerTextClassName:V,closeButtonClassName:ce,onHide:i}),Xo.default.createElement(Qc,{className:se},f),Xo.default.createElement(np,{visible:k,customFooter:pe,footerText:E,className:le}))),c!=null?c:document==null?void 0:document.body)};a();a();var _r=require("react");a();a();a();var og=require("react"),ar=require("react-redux");a();var Pp=require("@reduxjs/toolkit"),ng=require("react-redux/lib/utils/Subscription");xe();a();var Eu=P(require("lodash.throttle"));ee();xe();up();Zo();Yo();var B1=[di],Mi=!1,F1=(0,Eu.default)(()=>{Kr(qr())},5e3),Pu=t=>o=>i=>{if(B1.includes(i.type))return o(i);let c=t.getState(),_=go.local.getItem(Ut.loginExpiresAt);if(!Boolean(c==null?void 0:c.account.address))return o(i);if(_==null)return Kr(qr());let y=Date.now();return _-y<0&&!Mi?setTimeout(()=>{Mi=!0,t.dispatch(eu())},1e3):(Mi&&(Mi=!1),F1()),o(i)};a();a();function Oi(){return typeof sessionStorage!="undefined"}var Ju=Oi()?($u(),$r(Hu)).default:(zu(),$r(Vu)).default,Qu=Oi()?(Ku(),$r(qu)).default:[],eg=Oi()?(Zu(),$r(Yu)).default:t=>t;Bi();var ae=(0,Pp.configureStore)({reducer:Ju,middleware:t=>t({serializableCheck:{ignoredActions:[...Qu,mp.type,lp.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Pu)}),tg=(0,ng.createSubscription)(ae),AE=eg(ae),CE=(0,Pp.configureStore)({reducer:fo});var sA={store:ae,subscription:tg},Rp=(0,og.createContext)(sA),NE=(0,ar.createStoreHook)(Rp),je=(0,ar.createDispatchHook)(Rp),j=(0,ar.createSelectorHook)(Rp);a();a();xe();a();var rg=P(require("lodash.isequal")),Fi=require("reselect"),F=(0,Fi.createSelectorCreator)(Fi.defaultMemoize,rg.default);var at=t=>t.account,ho=F(at,t=>t.address),Gt=F(at,ho,(t,o)=>o in t.accounts?t.accounts[o]:_i),ag=F(at,Gt,(t,o)=>{let _=t,{accounts:i}=_,c=Hr(_,["accounts"]);return J(R({},c),{account:o})}),cA=F(Gt,t=>t.balance),pA=F(Gt,t=>{var o;return((o=t==null?void 0:t.nonce)==null?void 0:o.valueOf())||0}),ME=F(at,t=>t.shard),ig=F(at,t=>t.ledgerAccount),OE=F(at,t=>t.walletConnectAccount),BE=F(at,t=>t.isAccountLoading),FE=F(at,t=>t.accountLoadingError),sg=F(at,t=>t.websocketEvent),dA=F(at,t=>t.websocketBatchEvent);a();var lA=t=>t.dappConfig,GE=F(lA,t=>t.shouldUseWebViewProvider);a();var Dn=t=>t.loginInfo,zE=F(Dn,t=>t.loginMethod),ir=F(Dn,ho,(t,o)=>Boolean(o)),qE=F(Dn,t=>t.walletConnectLogin),mA=F(Dn,t=>t.ledgerLogin),_A=F(Dn,t=>t.walletLogin),KE=F(Dn,t=>t.isLoginSessionInvalid),Ht=F(Dn,t=>t.tokenLogin),cg=F(Dn,t=>t.logoutRoute);a();var pg=t=>t.modals,YE=F(pg,t=>t.txSubmittedModal),uA=F(pg,t=>t.notificationModal);a();var vt=t=>t.networkConfig,Ui=F(vt,t=>t.chainID),QE=F(vt,t=>t.network.walletConnectBridgeAddress),gA=F(vt,t=>t.network.walletConnectV2RelayAddress),fA=F(vt,t=>t.network.walletConnectV2ProjectId),hA=F(vt,t=>t.network.walletConnectV2Options),yA=F(vt,t=>t.network.walletConnectDeepLink),Mn=F(vt,t=>t.network),Dp=F(Mn,t=>t.apiAddress),dg=F(Mn,t=>t.explorerAddress),Mp=F(Mn,t=>t.egldLabel);a();var Wi=t=>t.signedMessageInfo,tP=F(Wi,t=>t.isSigning),oP=F(Wi,t=>t.errorMessage),rP=F(Wi,t=>{let o=Object.keys(t.signedSessions),i=o.length;return t.signedSessions[o[i-1]]}),aP=F(Wi,t=>{let o=Object.keys(t.signedSessions),i=o.length;return o.length>0?o[i-1]:""});a();var lg=t=>t.toasts,xA=F(lg,t=>t.customToasts),mg=F(lg,t=>t.transactionToasts);a();xe();var _g={errorMessage:Tp,successMessage:bp,processingMessage:Sp},ug=t=>t.transactionsInfo,TA=F(ug,(t,o)=>o,(t,o)=>o!=null&&(t==null?void 0:t[Number(o)])||_g);a();a();var it=require("@multiversx/sdk-core");ee();a();var Op=require("@multiversx/sdk-core/out");a();a();function Gi(t){try{let o=atob(t),i=btoa(o),c=d.Buffer.from(t,"base64").toString(),_=d.Buffer.from(c).toString("base64");if(t===i&&t===_||o===c)return!0}catch(o){return!1}return!1}function yo(t){return Gi(t)?atob(t):t}a();a();a();a();var gg=t=>{let o=t!=null?t:"";return Gi(o)?Op.TransactionPayload.fromEncoded(o):new Op.TransactionPayload(o)};function Hi(t){var i,c,_;let o=new it.Transaction(R(R(J(R(J(R({value:t.value.valueOf(),data:gg(t.data),nonce:t.nonce.valueOf(),receiver:new it.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new it.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(i=t.gasLimit.valueOf())!=null?i:Vr,gasPrice:(c=t.gasPrice.valueOf())!=null?c:pi,chainID:t.chainID.valueOf(),version:new it.TransactionVersion((_=t.version)!=null?_:k_)}),t.options?{options:new it.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new it.Address(t.guardian)}:{}));return t.guardianSignature&&o.applyGuardianSignature(d.Buffer.from(t.guardianSignature,"hex")),t.signature&&o.applySignature(d.Buffer.from(t.signature,"hex")),o}a();a();a();a();a();var wA=require("@multiversx/sdk-core/out");a();ee();a();var fg=require("@multiversx/sdk-core");Ve();a();var vA=require("@multiversx/sdk-core");a();a();a();var AA=require("@multiversx/sdk-core"),CA=P(require("bignumber.js"));Pe();a();a();a();var $i="accounts";var Fp="blocks";a();a();a();a();ln();a();a();ln();a();a();a();var EA=P(require("bignumber.js"));ee();a();var Sg=require("@multiversx/sdk-core"),$t=P(require("bignumber.js"));ee();a();var bg=P(require("bignumber.js")),ea=(t,o=!0)=>{let i=String(t);if(!i.match(/^[-]?\d+$/))return!1;let c=new bg.default(i),_=o?0:-1;return c.toString(10)===i&&c.comparedTo(0)>=_};a();function At(t){return{if:function(o){return o?{then:i=>i instanceof Function?At(i(t)):At(i)}:{then:()=>At(t)}},then:o=>o instanceof Function?At(o(t)):At(o),valueOf:function(){return t}}}$t.default.config({ROUNDING_MODE:$t.default.ROUND_FLOOR});function Vt({input:t,decimals:o=Tn,digits:i=_o,showLastNonZeroDecimal:c=!0,showIsLessThanDecimalsLabel:_=!1,addCommas:f=!1}){if(!ea(t,!1))throw new Error("Invalid input");let y=new $t.default(t).isNegative(),v=t;return y&&(v=t.substring(1)),At(v).then(()=>Sg.TokenTransfer.fungibleFromBigInteger("",v,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(S=>{let k=new $t.default(S);if(k.isZero())return rt;let M=k.toString(10),[E,D]=M.split("."),$=new $t.default(D||0),G=At(0).if(Boolean(D&&c)).then(()=>Math.max(D.length,i)).if($.isZero()&&!c).then(0).if(Boolean(D&&!c)).then(()=>Math.min(D.length,i)).valueOf(),V=D&&i>=1&&i<=D.length&&$.isGreaterThan(0)&&new $t.default(D.substring(0,i)).isZero(),ce=k.toFormat(G);return At(M).if(f).then(ce).if(Boolean(V)).then(le=>{let X=new $t.default(E).isZero(),[pe,Se]=le.split("."),Fe=new Array(i-1).fill(0),Qe=[...Fe,0].join(""),on=[...Fe,1].join("");return X?_?`<${pe}.${on}`:c?`${pe}.${Se}`:pe:`${pe}.${Qe}`}).if(Boolean(!V&&D)).then(le=>{let[X]=le.split("."),pe=D.substring(0,G);if(c){let Se=i-pe.length;if(Se>0){let Fe=Array(Se).fill(0).join("");return pe=`${pe}${Fe}`,`${X}.${pe}`}return le}return pe?`${X}.${pe}`:X}).valueOf()}).if(y).then(S=>`-${S}`).valueOf()}a();a();a();ee();a();a();a();a();ee();a();ee();a();var PA=require("@multiversx/sdk-core");ee();a();var na=require("@multiversx/sdk-core"),MA=require("@multiversx/sdk-network-providers");ee();a();a();var RA=P(require("bignumber.js"));ee();a();ee();a();a();a();a();a();a();ee();function OA(t,o){let i,c,_=/(\.0+)+$/,f=t.replace(_,"").split("."),y=o.replace(_,"").split("."),v=Math.min(f.length,y.length);for(i=0;i<v;i++)if(c=parseInt(f[i],10)-parseInt(y[i],10),c)return c;return f.length-y.length}function BA(t){let o=[Vc,zc,qc,Kc,Xc,jc,t].sort((k,M)=>OA(k,M)),i=o.indexOf(Vc),c=o.indexOf(zc),_=o.indexOf(qc),f=o.indexOf(Kc),y=o.indexOf(Xc),v=o.indexOf(jc),S=o.indexOf(t);return{ledgerWithMultiAccount:S>=i,ledgerWithHashSign:S>=c,ledgerWithSignAuthToken:S>=_,ledgerWithWhitelistedTokens:S>=f,ledgerWithGuardians:S>=y,ledgerWithUsernames:S>=v}}var wg=BA;a();ee();a();ee();a();ln();var UA=["reDelegateRewards","claimRewards","unBond"],WA=["wrapEgld","unwrapEgld"],GA=["unStake"],HA=["unDelegate"];a();a();a();ee();a();var qA=P(require("bignumber.js"));a();a();ln();a();var KA=P(require("bignumber.js"));a();a();a();var YA=P(require("bignumber.js"));Ve();a();a();a();a();Pe();a();var eC=require("@multiversx/sdk-web-wallet-provider");ee();a();var JA=P(require("qs"));a();Be();jr();a();jr();var A5={search:Xr()?window.location.search:"",removeParams:[]};a();a();a();Be();a();ln();a();a();Be();a();var nC=P(require("linkifyjs"));a();ee();a();var tC=P(require("bignumber.js"));a();Ve();a();a();Pe();a();Pe();a();a();a();ln();a();ln();a();var oC=P(require("bignumber.js"));ee();ln();a();ln();a();var Cg=require("react");Ve();a();a();ln();a();a();var rC=require("@multiversx/sdk-core/out"),aC=P(require("bignumber.js"));ln();a();Ve();a();a();Ve();var h6=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Ig=require("react");Ve();Be();a();var sC=require("react");ln();var A6=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];rr();var qi=t=>t.transactions,sr=F(qi,t=>t.signedTransactions),cC=F(qi,t=>t.signTransactionsError),Lg=F(qi,t=>t.signTransactionsCancelMessage),Ki=t=>o=>Object.entries(o).reduce((i,[c,_])=>(t(_.status)&&(i[c]=_),i),{}),kg=F(sr,Ki(nr)),Ng=F(sr,Ki(tr)),Eg=F(sr,Ki(or)),pC=F(sr,Ki(vp)),Pg=F(qi,t=>{var o;return(t==null?void 0:t.transactionsToSign)==null?null:J(R({},t.transactionsToSign),{transactions:((o=t==null?void 0:t.transactionsToSign)==null?void 0:o.transactions.map(i=>Hi(i)))||[]})}),dC=F(sr,(t,o)=>o,(t,o)=>o!=null?(t==null?void 0:t[o])||{}:{});a();var Rg=require("react");a();xe();a();a();a();a();a();a();a();a();var mC=require("@multiversx/sdk-extension-provider"),_C=require("@multiversx/sdk-hw-provider"),uC=require("@multiversx/sdk-opera-provider"),gC=require("@multiversx/sdk-web-wallet-provider");ee();Pe();a();var Gp=t=>U(void 0,null,function*(){if(!t.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=t.hwApp,{contractData:i,version:c}=yield o.getAppConfiguration();return{version:c,dataEnabled:i===N_}}),Ct=t=>`Unable to perform ${t}, Provider not initialized`,Xi=class{init(){return Promise.resolve(!1)}login(o){throw new Error(Ct(`login with options: ${o}`))}logout(o){throw new Error(Ct(`logout with options: ${o}`))}getAddress(){throw new Error(Ct("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,i){throw new Error(Ct(`sendTransaction with transactions: ${o} options: ${i}`))}signTransaction(o,i){throw new Error(Ct(`signTransaction with transactions: ${o} options: ${i}`))}signTransactions(o,i){throw new Error(Ct(`signTransactions with transactions: ${o} options: ${i}`))}signMessage(o,i){throw new Error(Ct(`signTransactions with ${o} and options ${i}`))}sendCustomMessage({method:o,params:i}){throw new Error(Ct(`sendCustomMessage with method: ${o} params: ${i}`))}sendCustomRequest(o){throw new Error(Ct(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Hp=new Xi;var Dg=Hp;function cr(t){Dg=t}function Vn(){return Dg||Hp}xe();a();a();var Mg=P(require("axios"));a();a();var ji=t=>{let o=t!=null?t:Dp(ae.getState());return o.endsWith("/")?o.slice(0,-1):o};var Og=t=>{let i=`${ji()}/${$i}/${t}?withGuardianInfo=true`;return Mg.default.get(i)};function Bg(t){return U(this,null,function*(){if(!t)return null;try{let{data:o}=yield Og(t);return o}catch(o){console.error("error fetching configuration for ",t)}return null})}function ta(t){return U(this,null,function*(){return yield Bg(t)})}a();Pe();a();a();a();Be();a();rr();a();a();a();var fC=P(require("axios"));a();var yC=P(require("axios"));qo();a();ee();a();var xC=P(require("axios"));a();var bC=P(require("axios"));a();a();var SC=P(require("axios"));a();var wC=P(require("axios"));a();xe();Pe();a();a();function Gg(t){return U(this,null,function*(){let o=t;o==null&&(o=Gt(ae.getState()).address);let i=yield ta(o);if(i==null)throw"Could not read account, user not logged in";return i==null?void 0:i.balance})}a();Be();a();Xe();Ve();a();xe();a();var $g=require("@multiversx/sdk-core");a();a();Be();Be();a();rr();a();xe();Pe();a();xe();Ve();a();a();a();Ve();a();a();a();a();var IC=P(require("axios")),LC=P(require("swr"));a();a();var Vg=require("react");a();var kC=require("react"),NC=require("@multiversx/sdk-web-wallet-provider"),EC=require("@multiversx/sdk-web-wallet-provider"),PC=P(require("qs"));ee();xe();Pe();Jc();Be();a();var Kg=require("react"),qp=require("@multiversx/sdk-core");ee();fp();a();a();a();a();a();a();a();a();a();qo();a();var DC=P(require("axios"));a();var MC=P(require("axios"));a();qo();a();qo();ee();Be();a();a();a();var GC=require("react"),HC=require("@multiversx/sdk-hw-provider");a();Xe();Ve();a();function xo(){return ir(ae.getState())}Yr();Zo();Yo();a();a();var Jg=require("react"),Qg=require("@multiversx/sdk-core"),eI=require("@multiversx/sdk-extension-provider");ee();a();a();var oa=()=>j(ag);a();var pr=()=>j(Gt);a();a();a();a();a();var dr=P(require("react"));var VC=(0,dr.createContext)({}),i8=ae.getState();function Yi(){let t=(0,dr.useContext)(VC);if(t===void 0||Object.values(t).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return t}a();var Xg=P(require("react"));a();var Kp=P(require("react")),zC=P(require("axios"));var jg=()=>{try{let{loginInfo:t,isLoggedIn:o}=Yi();return J(R({},t),{isLoggedIn:o})}catch(t){let o=j(Dn),i=j(ir);return J(R({},o),{isLoggedIn:i})}};a();var Yg=()=>{let{isLoggedIn:t}=jg();return t};a();a();var qC=require("react"),KC=P(require("swr"));xe();Pe();Be();a();var Zg=require("react"),YC=require("@multiversx/sdk-extension-provider");xe();a();var tI=require("react");a();var nI=P(require("axios"));xe();Ve();Yr();Be();a();mo();xe();a();a();var BI=require("react");a();a();a();xe();a();Be();a();var aI=P(require("bignumber.js"));ee();xe();Ve();a();var rI=P(require("bignumber.js"));ee();a();a();var iI=require("@multiversx/sdk-core"),sI=P(require("bignumber.js"));ee();a();a();var kf=require("@multiversx/sdk-native-auth-client");a();var tf=P(require("axios"));a();a();a();function ef(t){return U(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),t)})})}a();var nf=(t,o,i,c=0)=>U(void 0,null,function*(){try{return yield t(...i)}catch(_){return c<o.retries?((o==null?void 0:o.delay)!=null&&(yield ef(o.delay)),yield nf(t,o,i,c+1)):null}}),Xp=(t,o={retries:5,delay:500})=>(...i)=>U(void 0,null,function*(){return yield nf(t,o,i)});var cI=4,pI=3e4,Zi={current:null},To={current:null},dI=Xp((t,o,i)=>U(void 0,null,function*(){if(i){let f=Math.floor(Date.now()/1e3);return{hash:yield i(),timestamp:f}}let{data:c}=yield tf.default.get(`${t}/${Fp}?from=${cI}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[_]=c;return _}));function of(t,o,i){return U(this,null,function*(){if(t==null)throw new Error("missing api url");let c=Date.now();if(Zi.current!=null&&c<Zi.current.timestamp*1e3+pI)return Zi.current;if(To.current!=null)return yield To.current;To.current=dI(t,o,i);try{let _=yield To.current;if(_==null)throw To.current=null,new Error("could not get block hash");return Zi.current={hash:_.hash,timestamp:_.timestamp},To.current=null,_}catch(_){return To.current=null,null}})}a();a();li();a();a();var Cf=P(Af());var zt=t=>{if(!t||!(0,Cf.default)(t))return null;let o=t.split(".");if(o.length!==4)return null;try{let[i,c,_,f]=o,y=JSON.parse(yo(f)),v=yo(i);return{ttl:Number(_),extraInfo:y,origin:v,blockHash:c}}catch(i){return console.error(`Error trying to decode ${t}:`,i),null}};function MI(t){return Object.prototype.toString.call(t)==="[object String]"}var If=t=>{var i;if(!t||!MI(t))return null;let o=t.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[c,_,f]=o,y=yo(c),v=yo(_),S=zt(v);if(!S)return{address:y,body:v,signature:f,blockHash:"",origin:"",ttl:0};let k=J(R({},S),{address:y,body:v,signature:f});return(i=S.extraInfo)!=null&&i.timestamp||delete k.extraInfo,k}catch(c){return null}};var Yp={isExpired:!1},Lf=t=>{if(!t)return Yp;let o=If(t);if(!o)return Yp;let i=jo(),{ttl:c,extraInfo:_}=o,f=_==null?void 0:_.timestamp;if(!f)return Yp;let y=f+c,v=i>y,S=y-i;return{isExpired:v,expiresAt:y,secondsUntilExpires:S}};a();Be();var aa={origin:Ie().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},ia=t=>{var i,c,_,f,y,v;return t===!0?aa:{origin:(i=t==null?void 0:t.origin)!=null?i:aa.origin,blockHashShard:t==null?void 0:t.blockHashShard,expirySeconds:(c=t==null?void 0:t.expirySeconds)!=null?c:aa.expirySeconds,apiAddress:(_=t==null?void 0:t.apiAddress)!=null?_:aa.apiAddress,tokenExpirationToastWarningSeconds:(f=t==null?void 0:t.tokenExpirationToastWarningSeconds)!=null?f:aa.tokenExpirationToastWarningSeconds,extraInfo:(y=t==null?void 0:t.extraInfo)!=null?y:{},gatewayUrl:t==null?void 0:t.gatewayUrl,extraRequestHeaders:(v=t==null?void 0:t.extraRequestHeaders)!=null?v:{}}};var Nf=t=>{let{origin:o,apiAddress:i,expirySeconds:c,blockHashShard:_,extraInfo:f,gatewayUrl:y,extraRequestHeaders:v}=ia(t),S=new kf.NativeAuthClient({origin:o,apiUrl:i,expirySeconds:c,blockHashShard:_,gatewayUrl:y,extraRequestHeaders:v});return{getNativeAuthConfig:ia,initialize:(E,D)=>U(void 0,null,function*(){if(!i||!o)return"";let $=()=>S.getCurrentBlockHash(),G=D!=null?D:yield of(i,_,$),{hash:V,timestamp:ce}=G,se=S.encodeValue(JSON.stringify(R(R({},E!=null?E:f),ce?{timestamp:ce}:{})));return`${S.encodeValue(o)}.${V}.${c}.${se}`}),getToken:({address:E,token:D,signature:$})=>S.getToken(E,D,$),getTokenExpiration:Lf}};Pe();rr();a();var Ji=require("react"),Ef=(t,o)=>{let[i,c]=(0,Ji.useState)(t);return(0,Ji.useEffect)(()=>{let f=setTimeout(()=>c(t),o);return()=>clearTimeout(f)},[t]),i};a();a();var UI=require("react"),WI=require("@multiversx/sdk-extension-provider");mo();Xe();Pe();Qo();a();var Pf=require("react"),Qi=require("@multiversx/sdk-core");xe();var FI=(t,o)=>{var i;return o?o===!0?t:(i=o.apiAddress)!=null?i:t:null},lr=t=>{let o=j(Mn),i=j(Ht),c=(0,Pf.useRef)(i==null?void 0:i.loginToken),_=FI(o.apiAddress,t),f=ia(R(R({},t===!0?{}:t),_?{apiAddress:_}:{})),y=Boolean(t),v=Nf(f),{address:S}=pr(),k=je(),M=G=>{c.current=G,k(fi(R({loginToken:G},_?{nativeAuthConfig:f}:{})))},E=()=>{try{return v.initialize()}catch(G){console.error("Unable to get block. Login failed.",G);return}},D=({address:G,signature:V})=>{let ce=c.current;if(!ce)throw"Token not found. Call `setLoginToken` first.";if(!y){k(fi({loginToken:ce,signature:V}));return}let se=v.getToken({address:G,token:ce,signature:V});k(fi(R({loginToken:ce,signature:V,nativeAuthToken:se},_?{nativeAuthConfig:f}:{})))};return{configuration:f,setLoginToken:M,getNativeAuthLoginToken:E,setTokenLoginInfo:D,refreshNativeAuthTokenLogin:V=>U(void 0,[V],function*({signMessageCallback:G}){let ce=yield E();if(c.current=ce,!ce)return;let se=new Qi.SignableMessage({address:new Qi.Address(S),message:d.Buffer.from(ce)}),le=yield G(se,{});D({address:S,signature:le.toJSON().signature})})}};a();var Mf=require("react");ee();a();a();ee();var es=t=>{var _;let o=j(Ht),i=(_=o==null?void 0:o.loginToken)!=null?_:t;if(!i)return;let c=zt(i);if(!!c)return c.origin.toLowerCase().startsWith(C_)};a();a();a();var bo=P(require("bignumber.js")),Rf=t=>{let o=new bo.default(t).dividedBy(1e3).integerValue(bo.default.ROUND_FLOOR),i=new bo.default(o).dividedBy(60).integerValue(bo.default.ROUND_FLOOR),c=new bo.default(i).dividedBy(60).integerValue(bo.default.ROUND_FLOOR),_=c.modulo(60).isGreaterThan(1),f=i.modulo(60).isGreaterThan(1),y=i.modulo(60).isLessThan(1);return _?`${c} hours`:f?`${i} minutes`:y?"less than 1 minute":`${i} minute`};var Df=(t,o)=>{var f;let i=j(Ht),c=(f=i==null?void 0:i.loginToken)!=null?f:t;if(!c)return;let _=zt(c);if(!!_)return{className:o,url:_.origin,duration:Rf(_.ttl*1e3)}};var Zp=({hideButtonWhenModalOpens:t,onContentHide:o,onContentShow:i,onModalCloses:c,onModalOpens:_,token:f,wrapContentInsideModal:y})=>{let v=Yg(),[S,k]=(0,Mf.useState)(!1),{handleShowModal:M,handleHideModal:E}=ns(),D=es(f),$=!t||!S,G=()=>{k(!1),o==null||o(),y?(E(),c==null||c()):c&&(console.warn('Deprecated: "onModalCloses" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentHide" instead.'),c())};return{disabledConnectButton:D,handleCloseModal:G,handleOpenModal:()=>{if(v)throw new Error(lo);if(S)return G();k(!0),i==null||i(),y?(M(),_==null||_()):_&&(console.warn('Deprecated: "onModalOpens" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentShow" instead.'),_())},shouldRenderButton:$,showContent:S}};a();var wo=require("react"),Jp=require("@multiversx/sdk-hw-provider");mo();Xe();xe();Pe();Qo();a();a();ap();a();a();var GI=P(require("platform"));jr();a();a();a();a();a();function Of(){return Mp(ae.getState())}a();a();a();a();Pe();a();Yr();Zo();a();a();a();xe();a();a();var HI=P(require("axios"));a();var So=require("react"),$I=10,Bf=()=>{let[t,o]=(0,So.useState)(""),[i,c]=(0,So.useState)(!1),[_,f]=(0,So.useState)(0),[y,v]=(0,So.useState)([]),[S,k]=(0,So.useState)(null),[M,E]=(0,So.useState)(!1);return{accounts:y,defaultAddressesPerPage:$I,error:t,isLoading:i,onGoToNextPage:()=>{k(null),f(V=>V+1)},onGoToPrevPage:()=>{k(null),f(V=>V===0?0:V-1)},onSelectAddress:V=>{k(V)},selectedAddress:S,setAccounts:v,setError:o,setIsLoading:c,setShowAddressList:E,showAddressList:M,startIndex:_}};var ts="Check if the MultiversX App is open on Ledger",Qp=({callbackRoute:t,token:o,addressesPerPage:i,nativeAuth:c,onLoginRedirect:_})=>{let f=j(ig),y=Vn(),v=je(),S=xo(),k=c!=null,M=lr(c),E=o,{accounts:D,setAccounts:$,isLoading:G,setIsLoading:V,setShowAddressList:ce,showAddressList:se,startIndex:le,selectedAddress:X,onGoToPrevPage:pe,onGoToNextPage:Se,onSelectAddress:Fe,error:Qe,setError:on,defaultAddressesPerPage:Ue}=Bf(),We=i!=null?i:Ue,[Kn,Ao]=(0,wo.useState)(""),[Co,ss]=(0,wo.useState)(!1),Xn=({address:ve,index:Ae,signature:fe})=>{v(Q_({index:Ae,loginType:"ledger"})),fe&&M.setTokenLoginInfo({signature:fe,address:ve}),v(Hn({address:ve,loginMethod:"ledger"})),Jo({callbackRoute:t,onLoginRedirect:_,options:{address:ve,signature:fe}})},Le=(ve,Ae="")=>{var Yt;let{errorMessage:fe,defaultErrorMessage:jt}=gp(ve),ds=(Yt=fe!=null?fe:jt)!=null?Yt:ts;on(`${ds}.${Ae}`),V(!1),v(_p(null))},Io=()=>U(void 0,null,function*(){try{if(y instanceof Jp.HWProvider&&y.isInitialized())return yield y.isConnected()}catch(ve){Le(ve)}return!1}),Xt=()=>U(void 0,null,function*(){if(yield Io()){on(""),V(!1);return}try{let Ae=new Jp.HWProvider;(yield Ae.init())&&cr(Ae),on(""),V(!1)}catch(Ae){Le(Ae)}}),Sn=()=>U(void 0,null,function*(){let ve=yield Io();if(!X||!ve)return Le(ts);let{index:Ae}=X;if(k&&!E&&(E=yield M.getNativeAuthLoginToken(),!E)){console.warn("Fetching block failed. Login cancelled.");return}if(E){M.setLoginToken(E);try{let fe=yield y.tokenLogin({token:d.Buffer.from(`${E}{}`),addressIndex:Ae});Xn({address:fe.address,index:Ae,signature:fe.signature.toString("hex")})}catch(fe){Le(fe,". Update MultiversX App to continue.")}}else try{let fe=yield y.login({addressIndex:Ae});Xn({address:fe,index:Ae})}catch(fe){return Le(fe),!1}return!0}),cs=()=>U(void 0,null,function*(){try{if(V(!0),X==null)return!1;v(f?j_(X):_p(J(R({},X),{version:Kn,hasContractDataEnabled:Co}))),V(!1),yield Sn()}catch(ve){Le(ve)}finally{V(!1)}return ce(!1),!0}),_a=()=>U(void 0,null,function*(){if(!(yield Io()))return Le(Qe);try{V(!0);let Ae=yield y.getAccounts(le,We),fe=yield Gp(y);Ao(fe.version),ss(fe.dataEnabled),$(Ae),V(!1)}catch(Ae){Le(Ae)}}),ps=()=>U(void 0,null,function*(){if(S)throw new Error(lo);on("");try{if(V(!0),yield Xt(),!(yield Io()))return Le(ts);if(f!=null){if(!X)return Le(ts);let Ae=yield y.login({addressIndex:X.index.valueOf()});if(!Ae)return Le("Login cancelled.");v(Hn({address:Ae,loginMethod:"ledger"})),Jo({callbackRoute:t,onLoginRedirect:_})}else D!=null&&D.length||(yield _a()),ce(!0)}catch(ve){Le(ve)}finally{V(!1)}});(0,wo.useEffect)(()=>{Xt()},[y]),(0,wo.useEffect)(()=>{_a()},[le,se,y]),(0,wo.useEffect)(()=>{(D==null?void 0:D.length)>0&&!se&&ce(!0)},[D]);let jn=Boolean(Qe);return[ps,{loginFailed:jn,isLoggedIn:S&&!jn,error:Qe,isLoading:G&&!jn},{accounts:D,showAddressList:se,startIndex:le,selectedAddress:X,version:Kn,contractDataEnabled:Co,onGoToPrevPage:pe,onGoToNextPage:Se,onSelectAddress:Fe,onConfirmSelectedAddress:cs}]};a();var VI=require("react"),zI=require("@multiversx/sdk-opera-provider");mo();Xe();Pe();Qo();Be();a();var ed=require("react");Xe();xe();Pe();Qo();Be();a();var qI=require("react");mo();xe();Be();a();a();a();var Ff=require("react");a();var jI=require("react");a();var nd=require("react"),XI=require("socket.io-client");xe();a();a();a();a();var Uf=t=>t.dappModal,Wf=F(Uf,t=>t.visible),mr=F(Uf,t=>t.modal),eq=F(mr,t=>t.showHeader),nq=F(mr,t=>t.showFooter),tq=F(mr,t=>t.headerText),oq=F(mr,t=>t.footerText);var Gf=()=>j(Wf);a();a();var YI=require("react");Ve();a();a();a();var QI=P(require("swr"));a();a();a();a();var JI=P(require("axios"));Np();var ns=t=>{var v;let o=je(),i=Gf(),c=j(mr),_=()=>{o(kp(!0))},f=()=>{o(kp(!1))},y=(0,_r.useCallback)(S=>{o(Ou(S))},[]);return(0,_r.useEffect)(()=>{t!=null&&t.modalConfig&&y(t==null?void 0:t.modalConfig)},[t==null?void 0:t.modalConfig]),(0,_r.useEffect)(()=>{var S;return(S=t==null?void 0:t.config)!=null&&S.openOnMount&&_(),()=>{f()}},[]),(0,_r.useEffect)(()=>{var S;typeof((S=t==null?void 0:t.config)==null?void 0:S.visible)=="boolean"&&(t.config.visible?_():f())},[(v=t==null?void 0:t.config)==null?void 0:v.visible]),{handleShowModal:_,handleHideModal:f,setModalConfig:y,visible:i,config:c}};a();var td=t=>{let{handleHideModal:o,visible:i,config:c}=ns({modalConfig:t.modalConfig,config:J(R({},t.modalInteractionConfig),{visible:t.visible})});return Hf.default.createElement(rp,{onHide:()=>{var f;o(),(f=t.onClose)==null||f.call(t)},visible:i,config:c,className:t.className},t.children)};a();var eL=`.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container {
|
|
2781
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode($v));var ue={"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"};var tp=({visible:t,headerText:o,customHeader:i,className:c,closeButtonClassName:_,headerTextClassName:f,onHide:y})=>t?i?Ko.default.createElement("div",{className:(0,zr.default)(Pn.dappModalHeader,c)},i):Ko.default.createElement("div",{className:(0,zr.default)(Pn.dappModalHeader,c)},Ko.default.createElement("div",{className:(0,zr.default)(Pn.dappModalHeaderText,f)},o),Ko.default.createElement("button",{onClick:y,className:(0,zr.default)(Pn.dappModalCloseButton,ue.btn,ue.btnLight,_)},Ko.default.createElement(B_.FontAwesomeIcon,{size:"lg",icon:O_.faTimes}))):null;var Vv={showHeader:!0,showFooter:!1,headerText:"",footerText:""},rp=({id:t="dapp-modal",visible:o,onHide:i,parentElement:c,config:_=Vv,children:f,className:y="dapp-modal-dialog-wrapper","data-testid":v="dappModal"})=>{if(!o)return null;let{showHeader:S,showFooter:k,headerText:M,footerText:E,modalDialogClassName:D="dapp-modal-dialog",modalContentClassName:$="dapp-modal-dialog-content",modalHeaderClassName:G="dapp-modal-dialog-header",modalHeaderTextClassName:V="dapp-modal-dialog-header-text",modalCloseButtonClassName:ce="dapp-modal-dialog-close-button",modalBodyClassName:se="dapp-modal-dialog-content-body",modalFooterClassName:le="dapp-modal-dialog-footer",customModalHeader:X,customModalFooter:pe}=_;return F_.default.createPortal(Xo.default.createElement("div",{id:t,role:"dialog","aria-modal":"true",className:(0,op.default)(D,Pn.dappModal,y),"data-testid":v},Xo.default.createElement("div",{className:(0,op.default)(Pn.dappModalContent,$)},Xo.default.createElement(tp,{visible:S,headerText:M,customHeader:X,className:G,headerTextClassName:V,closeButtonClassName:ce,onHide:i}),Xo.default.createElement(Qc,{className:se},f),Xo.default.createElement(np,{visible:k,customFooter:pe,footerText:E,className:le}))),c!=null?c:document==null?void 0:document.body)};a();a();var _r=require("react");a();a();a();var og=require("react"),ar=require("react-redux");a();var Pp=require("@reduxjs/toolkit"),ng=require("react-redux/lib/utils/Subscription");xe();a();var Eu=P(require("lodash.throttle"));ee();xe();up();Zo();Yo();var B1=[di],Mi=!1,F1=(0,Eu.default)(()=>{Kr(qr())},5e3),Pu=t=>o=>i=>{if(B1.includes(i.type))return o(i);let c=t.getState(),_=go.local.getItem(Ut.loginExpiresAt);if(!Boolean(c==null?void 0:c.account.address))return o(i);if(_==null)return Kr(qr());let y=Date.now();return _-y<0&&!Mi?setTimeout(()=>{Mi=!0,t.dispatch(eu())},1e3):(Mi&&(Mi=!1),F1()),o(i)};a();a();function Oi(){return typeof sessionStorage!="undefined"}var Ju=Oi()?($u(),$r(Hu)).default:(zu(),$r(Vu)).default,Qu=Oi()?(Ku(),$r(qu)).default:[],eg=Oi()?(Zu(),$r(Yu)).default:t=>t;Bi();var ae=(0,Pp.configureStore)({reducer:Ju,middleware:t=>t({serializableCheck:{ignoredActions:[...Qu,mp.type,lp.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Pu)}),tg=(0,ng.createSubscription)(ae),AE=eg(ae),CE=(0,Pp.configureStore)({reducer:fo});var sA={store:ae,subscription:tg},Rp=(0,og.createContext)(sA),NE=(0,ar.createStoreHook)(Rp),je=(0,ar.createDispatchHook)(Rp),j=(0,ar.createSelectorHook)(Rp);a();a();xe();a();var rg=P(require("lodash.isequal")),Fi=require("reselect"),F=(0,Fi.createSelectorCreator)(Fi.defaultMemoize,rg.default);var at=t=>t.account,ho=F(at,t=>t.address),Gt=F(at,ho,(t,o)=>o in t.accounts?t.accounts[o]:_i),ag=F(at,Gt,(t,o)=>{let _=t,{accounts:i}=_,c=Hr(_,["accounts"]);return J(R({},c),{account:o})}),cA=F(Gt,t=>t.balance),pA=F(Gt,t=>{var o;return((o=t==null?void 0:t.nonce)==null?void 0:o.valueOf())||0}),ME=F(at,t=>t.shard),ig=F(at,t=>t.ledgerAccount),OE=F(at,t=>t.walletConnectAccount),BE=F(at,t=>t.isAccountLoading),FE=F(at,t=>t.accountLoadingError),sg=F(at,t=>t.websocketEvent),dA=F(at,t=>t.websocketBatchEvent);a();var lA=t=>t.dappConfig,GE=F(lA,t=>t.shouldUseWebViewProvider);a();var Dn=t=>t.loginInfo,zE=F(Dn,t=>t.loginMethod),ir=F(Dn,ho,(t,o)=>Boolean(o)),qE=F(Dn,t=>t.walletConnectLogin),mA=F(Dn,t=>t.ledgerLogin),_A=F(Dn,t=>t.walletLogin),KE=F(Dn,t=>t.isLoginSessionInvalid),Ht=F(Dn,t=>t.tokenLogin),cg=F(Dn,t=>t.logoutRoute);a();var pg=t=>t.modals,YE=F(pg,t=>t.txSubmittedModal),uA=F(pg,t=>t.notificationModal);a();var vt=t=>t.networkConfig,Ui=F(vt,t=>t.chainID),QE=F(vt,t=>t.network.walletConnectBridgeAddress),gA=F(vt,t=>t.network.walletConnectV2RelayAddress),fA=F(vt,t=>t.network.walletConnectV2ProjectId),hA=F(vt,t=>t.network.walletConnectV2Options),yA=F(vt,t=>t.network.walletConnectDeepLink),Mn=F(vt,t=>t.network),Dp=F(Mn,t=>t.apiAddress),dg=F(Mn,t=>t.explorerAddress),Mp=F(Mn,t=>t.egldLabel);a();var Wi=t=>t.signedMessageInfo,tP=F(Wi,t=>t.isSigning),oP=F(Wi,t=>t.errorMessage),rP=F(Wi,t=>{let o=Object.keys(t.signedSessions),i=o.length;return t.signedSessions[o[i-1]]}),aP=F(Wi,t=>{let o=Object.keys(t.signedSessions),i=o.length;return o.length>0?o[i-1]:""});a();var lg=t=>t.toasts,xA=F(lg,t=>t.customToasts),mg=F(lg,t=>t.transactionToasts);a();xe();var _g={errorMessage:Tp,successMessage:bp,processingMessage:Sp},ug=t=>t.transactionsInfo,TA=F(ug,(t,o)=>o,(t,o)=>o!=null&&(t==null?void 0:t[Number(o)])||_g);a();a();var it=require("@multiversx/sdk-core");ee();a();var Op=require("@multiversx/sdk-core/out");a();a();function Gi(t){try{let o=atob(t),i=btoa(o),c=d.Buffer.from(t,"base64").toString(),_=d.Buffer.from(c).toString("base64");if(t===i&&t===_||o===c)return!0}catch(o){return!1}return!1}function yo(t){return Gi(t)?atob(t):t}a();a();a();a();var gg=t=>{let o=t!=null?t:"";return Gi(o)?Op.TransactionPayload.fromEncoded(o):new Op.TransactionPayload(o)};function Hi(t){var i,c,_;let o=new it.Transaction(R(R(J(R(J(R({value:t.value.valueOf(),data:gg(t.data),nonce:t.nonce.valueOf(),receiver:new it.Address(t.receiver)},t.receiverUsername?{receiverUsername:t.receiverUsername}:{}),{sender:new it.Address(t.sender)}),t.senderUsername?{senderUsername:t.senderUsername}:{}),{gasLimit:(i=t.gasLimit.valueOf())!=null?i:Vr,gasPrice:(c=t.gasPrice.valueOf())!=null?c:pi,chainID:t.chainID.valueOf(),version:new it.TransactionVersion((_=t.version)!=null?_:k_)}),t.options?{options:new it.TransactionOptions(t.options)}:{}),t.guardian?{guardian:new it.Address(t.guardian)}:{}));return t.guardianSignature&&o.applyGuardianSignature(d.Buffer.from(t.guardianSignature,"hex")),t.signature&&o.applySignature(d.Buffer.from(t.signature,"hex")),o}a();a();a();a();a();var wA=require("@multiversx/sdk-core/out");a();ee();a();var fg=require("@multiversx/sdk-core");Ve();a();var vA=require("@multiversx/sdk-core");a();a();a();var AA=require("@multiversx/sdk-core"),CA=P(require("bignumber.js"));Pe();a();a();a();var $i="accounts";var Fp="blocks";a();a();a();a();ln();a();a();ln();a();a();a();var EA=P(require("bignumber.js"));ee();a();var Sg=require("@multiversx/sdk-core"),$t=P(require("bignumber.js"));ee();a();var bg=P(require("bignumber.js")),ea=(t,o=!0)=>{let i=String(t);if(!i.match(/^[-]?\d+$/))return!1;let c=new bg.default(i),_=o?0:-1;return c.toString(10)===i&&c.comparedTo(0)>=_};a();function At(t){return{if:function(o){return o?{then:i=>i instanceof Function?At(i(t)):At(i)}:{then:()=>At(t)}},then:o=>o instanceof Function?At(o(t)):At(o),valueOf:function(){return t}}}$t.default.config({ROUNDING_MODE:$t.default.ROUND_FLOOR});function Vt({input:t,decimals:o=Tn,digits:i=_o,showLastNonZeroDecimal:c=!0,showIsLessThanDecimalsLabel:_=!1,addCommas:f=!1}){if(!ea(t,!1))throw new Error("Invalid input");let y=new $t.default(t).isNegative(),v=t;return y&&(v=t.substring(1)),At(v).then(()=>Sg.TokenTransfer.fungibleFromBigInteger("",v,o).amountAsBigInteger.shiftedBy(-o).toFixed(o)).then(S=>{let k=new $t.default(S);if(k.isZero())return rt;let M=k.toString(10),[E,D]=M.split("."),$=new $t.default(D||0),G=At(0).if(Boolean(D&&c)).then(()=>Math.max(D.length,i)).if($.isZero()&&!c).then(0).if(Boolean(D&&!c)).then(()=>Math.min(D.length,i)).valueOf(),V=D&&i>=1&&i<=D.length&&$.isGreaterThan(0)&&new $t.default(D.substring(0,i)).isZero(),ce=k.toFormat(G);return At(M).if(f).then(ce).if(Boolean(V)).then(le=>{let X=new $t.default(E).isZero(),[pe,Se]=le.split("."),Fe=new Array(i-1).fill(0),Qe=[...Fe,0].join(""),on=[...Fe,1].join("");return X?_?`<${pe}.${on}`:c?`${pe}.${Se}`:pe:`${pe}.${Qe}`}).if(Boolean(!V&&D)).then(le=>{let[X]=le.split("."),pe=D.substring(0,G);if(c){let Se=i-pe.length;if(Se>0){let Fe=Array(Se).fill(0).join("");return pe=`${pe}${Fe}`,`${X}.${pe}`}return le}return pe?`${X}.${pe}`:X}).valueOf()}).if(y).then(S=>`-${S}`).valueOf()}a();a();a();ee();a();a();a();a();ee();a();ee();a();var PA=require("@multiversx/sdk-core");ee();a();var na=require("@multiversx/sdk-core"),MA=require("@multiversx/sdk-network-providers");ee();a();a();var RA=P(require("bignumber.js"));ee();a();ee();a();a();a();a();a();a();ee();function OA(t,o){let i,c,_=/(\.0+)+$/,f=t.replace(_,"").split("."),y=o.replace(_,"").split("."),v=Math.min(f.length,y.length);for(i=0;i<v;i++)if(c=parseInt(f[i],10)-parseInt(y[i],10),c)return c;return f.length-y.length}function BA(t){let o=[Vc,zc,qc,Kc,Xc,jc,t].sort((k,M)=>OA(k,M)),i=o.indexOf(Vc),c=o.indexOf(zc),_=o.indexOf(qc),f=o.indexOf(Kc),y=o.indexOf(Xc),v=o.indexOf(jc),S=o.indexOf(t);return{ledgerWithMultiAccount:S>=i,ledgerWithHashSign:S>=c,ledgerWithSignAuthToken:S>=_,ledgerWithWhitelistedTokens:S>=f,ledgerWithGuardians:S>=y,ledgerWithUsernames:S>=v}}var wg=BA;a();ee();a();ee();a();ln();var UA=["reDelegateRewards","claimRewards","unBond"],WA=["wrapEgld","unwrapEgld"],GA=["unStake"],HA=["unDelegate"];a();a();a();ee();a();var qA=P(require("bignumber.js"));a();a();ln();a();var KA=P(require("bignumber.js"));a();a();a();var YA=P(require("bignumber.js"));Ve();a();a();a();a();Pe();a();var eC=require("@multiversx/sdk-web-wallet-provider");ee();a();var JA=P(require("qs"));a();Be();jr();a();jr();var A5={search:Xr()?window.location.search:"",removeParams:[]};a();a();a();Be();a();ln();a();a();Be();a();var nC=P(require("linkifyjs"));a();ee();a();var tC=P(require("bignumber.js"));a();Ve();a();a();Pe();a();Pe();a();a();a();ln();a();ln();a();var oC=P(require("bignumber.js"));ee();ln();a();ln();a();var Cg=require("react");Ve();a();a();ln();a();a();var rC=require("@multiversx/sdk-core/out"),aC=P(require("bignumber.js"));ln();a();Ve();a();a();Ve();var h6=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Ig=require("react");Ve();Be();a();var sC=require("react");ln();var A6=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];rr();var qi=t=>t.transactions,sr=F(qi,t=>t.signedTransactions),cC=F(qi,t=>t.signTransactionsError),Lg=F(qi,t=>t.signTransactionsCancelMessage),Ki=t=>o=>Object.entries(o).reduce((i,[c,_])=>(t(_.status)&&(i[c]=_),i),{}),kg=F(sr,Ki(nr)),Ng=F(sr,Ki(tr)),Eg=F(sr,Ki(or)),pC=F(sr,Ki(vp)),Pg=F(qi,t=>{var o;return(t==null?void 0:t.transactionsToSign)==null?null:J(R({},t.transactionsToSign),{transactions:((o=t==null?void 0:t.transactionsToSign)==null?void 0:o.transactions.map(i=>Hi(i)))||[]})}),dC=F(sr,(t,o)=>o,(t,o)=>o!=null?(t==null?void 0:t[o])||{}:{});a();var Rg=require("react");a();xe();a();a();a();a();a();a();a();a();var mC=require("@multiversx/sdk-extension-provider"),_C=require("@multiversx/sdk-hw-provider"),uC=require("@multiversx/sdk-opera-provider"),gC=require("@multiversx/sdk-web-wallet-provider");ee();Pe();a();var Gp=t=>U(void 0,null,function*(){if(!t.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=t.hwApp,{contractData:i,version:c}=yield o.getAppConfiguration();return{version:c,dataEnabled:i===N_}}),Ct=t=>`Unable to perform ${t}, Provider not initialized`,Xi=class{init(){return Promise.resolve(!1)}login(o){throw new Error(Ct(`login with options: ${o}`))}logout(o){throw new Error(Ct(`logout with options: ${o}`))}getAddress(){throw new Error(Ct("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,i){throw new Error(Ct(`sendTransaction with transactions: ${o} options: ${i}`))}signTransaction(o,i){throw new Error(Ct(`signTransaction with transactions: ${o} options: ${i}`))}signTransactions(o,i){throw new Error(Ct(`signTransactions with transactions: ${o} options: ${i}`))}signMessage(o,i){throw new Error(Ct(`signTransactions with ${o} and options ${i}`))}sendCustomMessage({method:o,params:i}){throw new Error(Ct(`sendCustomMessage with method: ${o} params: ${i}`))}sendCustomRequest(o){throw new Error(Ct(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},Hp=new Xi;var Dg=Hp;function cr(t){Dg=t}function Vn(){return Dg||Hp}xe();a();a();var Mg=P(require("axios"));a();a();var ji=t=>{let o=t!=null?t:Dp(ae.getState());return o.endsWith("/")?o.slice(0,-1):o};var Og=t=>{let i=`${ji()}/${$i}/${t}?withGuardianInfo=true`;return Mg.default.get(i)};function Bg(t){return U(this,null,function*(){if(!t)return null;try{let{data:o}=yield Og(t);return o}catch(o){console.error("error fetching configuration for ",t)}return null})}function ta(t){return U(this,null,function*(){return yield Bg(t)})}a();Pe();a();a();a();Be();a();rr();a();a();a();var fC=P(require("axios"));a();var yC=P(require("axios"));qo();a();ee();a();var xC=P(require("axios"));a();var bC=P(require("axios"));a();a();var SC=P(require("axios"));a();var wC=P(require("axios"));a();xe();Pe();a();a();function Gg(t){return U(this,null,function*(){let o=t;o==null&&(o=Gt(ae.getState()).address);let i=yield ta(o);if(i==null)throw"Could not read account, user not logged in";return i==null?void 0:i.balance})}a();Be();a();Xe();Ve();a();xe();a();var $g=require("@multiversx/sdk-core");a();a();Be();Be();a();rr();a();xe();Pe();a();xe();Ve();a();a();a();Ve();a();a();a();a();var IC=P(require("axios")),LC=P(require("swr"));a();a();var Vg=require("react");a();var kC=require("react"),NC=require("@multiversx/sdk-web-wallet-provider"),EC=require("@multiversx/sdk-web-wallet-provider"),PC=P(require("qs"));ee();xe();Pe();Jc();Be();a();var Kg=require("react"),qp=require("@multiversx/sdk-core");ee();fp();a();a();a();a();a();a();a();a();a();qo();a();var DC=P(require("axios"));a();var MC=P(require("axios"));a();qo();a();qo();ee();Be();a();a();a();var GC=require("react"),HC=require("@multiversx/sdk-hw-provider");a();Xe();Ve();a();function xo(){return ir(ae.getState())}Yr();Zo();Yo();a();a();var Jg=require("react"),Qg=require("@multiversx/sdk-core"),eI=require("@multiversx/sdk-extension-provider");ee();a();a();var oa=()=>j(ag);a();var pr=()=>j(Gt);a();a();a();a();a();var dr=P(require("react"));var VC=(0,dr.createContext)({}),i8=ae.getState();function Yi(){let t=(0,dr.useContext)(VC);if(t===void 0||Object.values(t).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return t}a();var Xg=P(require("react"));a();var Kp=P(require("react")),zC=P(require("axios"));var jg=()=>{try{let{loginInfo:t,isLoggedIn:o}=Yi();return J(R({},t),{isLoggedIn:o})}catch(t){let o=j(Dn),i=j(ir);return J(R({},o),{isLoggedIn:i})}};a();var Yg=()=>{let{isLoggedIn:t}=jg();return t};a();a();var qC=require("react"),KC=P(require("swr"));xe();Pe();Be();a();var Zg=require("react"),YC=require("@multiversx/sdk-extension-provider");xe();a();var tI=require("react");a();var nI=P(require("axios"));xe();Ve();Yr();Be();a();mo();xe();a();a();var BI=require("react");a();a();a();xe();a();Be();a();var aI=P(require("bignumber.js"));ee();xe();Ve();a();var rI=P(require("bignumber.js"));ee();a();a();var iI=require("@multiversx/sdk-core"),sI=P(require("bignumber.js"));ee();a();a();var kf=require("@multiversx/sdk-native-auth-client");a();var tf=P(require("axios"));a();a();a();function ef(t){return U(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),t)})})}a();var nf=(t,o,i,c=0)=>U(void 0,null,function*(){try{return yield t(...i)}catch(_){return c<o.retries?((o==null?void 0:o.delay)!=null&&(yield ef(o.delay)),yield nf(t,o,i,c+1)):null}}),Xp=(t,o={retries:5,delay:500})=>(...i)=>U(void 0,null,function*(){return yield nf(t,o,i)});var cI=4,pI=3e4,Zi={current:null},To={current:null},dI=Xp((t,o,i)=>U(void 0,null,function*(){if(i){let f=Math.floor(Date.now()/1e3);return{hash:yield i(),timestamp:f}}let{data:c}=yield tf.default.get(`${t}/${Fp}?from=${cI}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[_]=c;return _}));function of(t,o,i){return U(this,null,function*(){if(t==null)throw new Error("missing api url");let c=Date.now();if(Zi.current!=null&&c<Zi.current.timestamp*1e3+pI)return Zi.current;if(To.current!=null)return yield To.current;To.current=dI(t,o,i);try{let _=yield To.current;if(_==null)throw To.current=null,new Error("could not get block hash");return Zi.current={hash:_.hash,timestamp:_.timestamp},To.current=null,_}catch(_){return To.current=null,null}})}a();a();li();a();a();var Cf=P(Af());var zt=t=>{if(!t||!(0,Cf.default)(t))return null;let o=t.split(".");if(o.length!==4)return null;try{let[i,c,_,f]=o,y=JSON.parse(yo(f)),v=yo(i);return{ttl:Number(_),extraInfo:y,origin:v,blockHash:c}}catch(i){return console.error(`Error trying to decode ${t}:`,i),null}};function MI(t){return Object.prototype.toString.call(t)==="[object String]"}var If=t=>{var i;if(!t||!MI(t))return null;let o=t.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[c,_,f]=o,y=yo(c),v=yo(_),S=zt(v);if(!S)return{address:y,body:v,signature:f,blockHash:"",origin:"",ttl:0};let k=J(R({},S),{address:y,body:v,signature:f});return(i=S.extraInfo)!=null&&i.timestamp||delete k.extraInfo,k}catch(c){return null}};var Yp={isExpired:!1},Lf=t=>{if(!t)return Yp;let o=If(t);if(!o)return Yp;let i=jo(),{ttl:c,extraInfo:_}=o,f=_==null?void 0:_.timestamp;if(!f)return Yp;let y=f+c,v=i>y,S=y-i;return{isExpired:v,expiresAt:y,secondsUntilExpires:S}};a();Be();var aa={origin:Ie().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},ia=t=>{var i,c,_,f,y,v;return t===!0?aa:{origin:(i=t==null?void 0:t.origin)!=null?i:aa.origin,blockHashShard:t==null?void 0:t.blockHashShard,expirySeconds:(c=t==null?void 0:t.expirySeconds)!=null?c:aa.expirySeconds,apiAddress:(_=t==null?void 0:t.apiAddress)!=null?_:aa.apiAddress,tokenExpirationToastWarningSeconds:(f=t==null?void 0:t.tokenExpirationToastWarningSeconds)!=null?f:aa.tokenExpirationToastWarningSeconds,extraInfo:(y=t==null?void 0:t.extraInfo)!=null?y:{},gatewayUrl:t==null?void 0:t.gatewayUrl,extraRequestHeaders:(v=t==null?void 0:t.extraRequestHeaders)!=null?v:{}}};var Nf=t=>{let{origin:o,apiAddress:i,expirySeconds:c,blockHashShard:_,extraInfo:f,gatewayUrl:y,extraRequestHeaders:v}=ia(t),S=new kf.NativeAuthClient({origin:o,apiUrl:i,expirySeconds:c,blockHashShard:_,gatewayUrl:y,extraRequestHeaders:v});return{getNativeAuthConfig:ia,initialize:(E,D)=>U(void 0,null,function*(){if(!i||!o)return"";let $=()=>S.getCurrentBlockHash(),G=D!=null?D:yield of(i,_,$),{hash:V,timestamp:ce}=G,se=S.encodeValue(JSON.stringify(R(R({},E!=null?E:f),ce?{timestamp:ce}:{})));return`${S.encodeValue(o)}.${V}.${c}.${se}`}),getToken:({address:E,token:D,signature:$})=>S.getToken(E,D,$),getTokenExpiration:Lf}};Pe();rr();a();var Ji=require("react"),Ef=(t,o)=>{let[i,c]=(0,Ji.useState)(t);return(0,Ji.useEffect)(()=>{let f=setTimeout(()=>c(t),o);return()=>clearTimeout(f)},[t]),i};a();a();var UI=require("react"),WI=require("@multiversx/sdk-extension-provider");mo();Xe();Pe();Qo();a();var Pf=require("react"),Qi=require("@multiversx/sdk-core");xe();var FI=(t,o)=>{var i;return o?o===!0?t:(i=o.apiAddress)!=null?i:t:null},lr=t=>{let o=j(Mn),i=j(Ht),c=(0,Pf.useRef)(i==null?void 0:i.loginToken),_=FI(o.apiAddress,t),f=ia(R(R({},t===!0?{}:t),_?{apiAddress:_}:{})),y=Boolean(t),v=Nf(f),{address:S}=pr(),k=je(),M=G=>{c.current=G,k(fi(R({loginToken:G},_?{nativeAuthConfig:f}:{})))},E=()=>{try{return v.initialize()}catch(G){console.error("Unable to get block. Login failed.",G);return}},D=({address:G,signature:V})=>{let ce=c.current;if(!ce)throw"Token not found. Call `setLoginToken` first.";if(!y){k(fi({loginToken:ce,signature:V}));return}let se=v.getToken({address:G,token:ce,signature:V});k(fi(R({loginToken:ce,signature:V,nativeAuthToken:se},_?{nativeAuthConfig:f}:{})))};return{configuration:f,setLoginToken:M,getNativeAuthLoginToken:E,setTokenLoginInfo:D,refreshNativeAuthTokenLogin:V=>U(void 0,[V],function*({signMessageCallback:G}){let ce=yield E();if(c.current=ce,!ce)return;let se=new Qi.SignableMessage({address:new Qi.Address(S),message:d.Buffer.from(`${S}${ce}{}`)}),le=yield G(se,{});D({address:S,signature:le.getSignature().toString("hex")})})}};a();var Mf=require("react");ee();a();a();ee();var es=t=>{var _;let o=j(Ht),i=(_=o==null?void 0:o.loginToken)!=null?_:t;if(!i)return;let c=zt(i);if(!!c)return c.origin.toLowerCase().startsWith(C_)};a();a();a();var bo=P(require("bignumber.js")),Rf=t=>{let o=new bo.default(t).dividedBy(1e3).integerValue(bo.default.ROUND_FLOOR),i=new bo.default(o).dividedBy(60).integerValue(bo.default.ROUND_FLOOR),c=new bo.default(i).dividedBy(60).integerValue(bo.default.ROUND_FLOOR),_=c.modulo(60).isGreaterThan(1),f=i.modulo(60).isGreaterThan(1),y=i.modulo(60).isLessThan(1);return _?`${c} hours`:f?`${i} minutes`:y?"less than 1 minute":`${i} minute`};var Df=(t,o)=>{var f;let i=j(Ht),c=(f=i==null?void 0:i.loginToken)!=null?f:t;if(!c)return;let _=zt(c);if(!!_)return{className:o,url:_.origin,duration:Rf(_.ttl*1e3)}};var Zp=({hideButtonWhenModalOpens:t,onContentHide:o,onContentShow:i,onModalCloses:c,onModalOpens:_,token:f,wrapContentInsideModal:y})=>{let v=Yg(),[S,k]=(0,Mf.useState)(!1),{handleShowModal:M,handleHideModal:E}=ns(),D=es(f),$=!t||!S,G=()=>{k(!1),o==null||o(),y?(E(),c==null||c()):c&&(console.warn('Deprecated: "onModalCloses" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentHide" instead.'),c())};return{disabledConnectButton:D,handleCloseModal:G,handleOpenModal:()=>{if(v)throw new Error(lo);if(S)return G();k(!0),i==null||i(),y?(M(),_==null||_()):_&&(console.warn('Deprecated: "onModalOpens" must be used only when "wrapContentInsideModal" is set to "true". Use "onContentShow" instead.'),_())},shouldRenderButton:$,showContent:S}};a();var wo=require("react"),Jp=require("@multiversx/sdk-hw-provider");mo();Xe();xe();Pe();Qo();a();a();ap();a();a();var GI=P(require("platform"));jr();a();a();a();a();a();function Of(){return Mp(ae.getState())}a();a();a();a();Pe();a();Yr();Zo();a();a();a();xe();a();a();var HI=P(require("axios"));a();var So=require("react"),$I=10,Bf=()=>{let[t,o]=(0,So.useState)(""),[i,c]=(0,So.useState)(!1),[_,f]=(0,So.useState)(0),[y,v]=(0,So.useState)([]),[S,k]=(0,So.useState)(null),[M,E]=(0,So.useState)(!1);return{accounts:y,defaultAddressesPerPage:$I,error:t,isLoading:i,onGoToNextPage:()=>{k(null),f(V=>V+1)},onGoToPrevPage:()=>{k(null),f(V=>V===0?0:V-1)},onSelectAddress:V=>{k(V)},selectedAddress:S,setAccounts:v,setError:o,setIsLoading:c,setShowAddressList:E,showAddressList:M,startIndex:_}};var ts="Check if the MultiversX App is open on Ledger",Qp=({callbackRoute:t,token:o,addressesPerPage:i,nativeAuth:c,onLoginRedirect:_})=>{let f=j(ig),y=Vn(),v=je(),S=xo(),k=c!=null,M=lr(c),E=o,{accounts:D,setAccounts:$,isLoading:G,setIsLoading:V,setShowAddressList:ce,showAddressList:se,startIndex:le,selectedAddress:X,onGoToPrevPage:pe,onGoToNextPage:Se,onSelectAddress:Fe,error:Qe,setError:on,defaultAddressesPerPage:Ue}=Bf(),We=i!=null?i:Ue,[Kn,Ao]=(0,wo.useState)(""),[Co,ss]=(0,wo.useState)(!1),Xn=({address:ve,index:Ae,signature:fe})=>{v(Q_({index:Ae,loginType:"ledger"})),fe&&M.setTokenLoginInfo({signature:fe,address:ve}),v(Hn({address:ve,loginMethod:"ledger"})),Jo({callbackRoute:t,onLoginRedirect:_,options:{address:ve,signature:fe}})},Le=(ve,Ae="")=>{var Yt;let{errorMessage:fe,defaultErrorMessage:jt}=gp(ve),ds=(Yt=fe!=null?fe:jt)!=null?Yt:ts;on(`${ds}.${Ae}`),V(!1),v(_p(null))},Io=()=>U(void 0,null,function*(){try{if(y instanceof Jp.HWProvider&&y.isInitialized())return yield y.isConnected()}catch(ve){Le(ve)}return!1}),Xt=()=>U(void 0,null,function*(){if(yield Io()){on(""),V(!1);return}try{let Ae=new Jp.HWProvider;(yield Ae.init())&&cr(Ae),on(""),V(!1)}catch(Ae){Le(Ae)}}),Sn=()=>U(void 0,null,function*(){let ve=yield Io();if(!X||!ve)return Le(ts);let{index:Ae}=X;if(k&&!E&&(E=yield M.getNativeAuthLoginToken(),!E)){console.warn("Fetching block failed. Login cancelled.");return}if(E){M.setLoginToken(E);try{let fe=yield y.tokenLogin({token:d.Buffer.from(`${E}{}`),addressIndex:Ae});Xn({address:fe.address,index:Ae,signature:fe.signature.toString("hex")})}catch(fe){Le(fe,". Update MultiversX App to continue.")}}else try{let fe=yield y.login({addressIndex:Ae});Xn({address:fe,index:Ae})}catch(fe){return Le(fe),!1}return!0}),cs=()=>U(void 0,null,function*(){try{if(V(!0),X==null)return!1;v(f?j_(X):_p(J(R({},X),{version:Kn,hasContractDataEnabled:Co}))),V(!1),yield Sn()}catch(ve){Le(ve)}finally{V(!1)}return ce(!1),!0}),_a=()=>U(void 0,null,function*(){if(!(yield Io()))return Le(Qe);try{V(!0);let Ae=yield y.getAccounts(le,We),fe=yield Gp(y);Ao(fe.version),ss(fe.dataEnabled),$(Ae),V(!1)}catch(Ae){Le(Ae)}}),ps=()=>U(void 0,null,function*(){if(S)throw new Error(lo);on("");try{if(V(!0),yield Xt(),!(yield Io()))return Le(ts);if(f!=null){if(!X)return Le(ts);let Ae=yield y.login({addressIndex:X.index.valueOf()});if(!Ae)return Le("Login cancelled.");v(Hn({address:Ae,loginMethod:"ledger"})),Jo({callbackRoute:t,onLoginRedirect:_})}else D!=null&&D.length||(yield _a()),ce(!0)}catch(ve){Le(ve)}finally{V(!1)}});(0,wo.useEffect)(()=>{Xt()},[y]),(0,wo.useEffect)(()=>{_a()},[le,se,y]),(0,wo.useEffect)(()=>{(D==null?void 0:D.length)>0&&!se&&ce(!0)},[D]);let jn=Boolean(Qe);return[ps,{loginFailed:jn,isLoggedIn:S&&!jn,error:Qe,isLoading:G&&!jn},{accounts:D,showAddressList:se,startIndex:le,selectedAddress:X,version:Kn,contractDataEnabled:Co,onGoToPrevPage:pe,onGoToNextPage:Se,onSelectAddress:Fe,onConfirmSelectedAddress:cs}]};a();var VI=require("react"),zI=require("@multiversx/sdk-opera-provider");mo();Xe();Pe();Qo();Be();a();var ed=require("react");Xe();xe();Pe();Qo();Be();a();var qI=require("react");mo();xe();Be();a();a();a();var Ff=require("react");a();var jI=require("react");a();var nd=require("react"),XI=require("socket.io-client");xe();a();a();a();a();var Uf=t=>t.dappModal,Wf=F(Uf,t=>t.visible),mr=F(Uf,t=>t.modal),eq=F(mr,t=>t.showHeader),nq=F(mr,t=>t.showFooter),tq=F(mr,t=>t.headerText),oq=F(mr,t=>t.footerText);var Gf=()=>j(Wf);a();a();var YI=require("react");Ve();a();a();a();var QI=P(require("swr"));a();a();a();a();var JI=P(require("axios"));Np();var ns=t=>{var v;let o=je(),i=Gf(),c=j(mr),_=()=>{o(kp(!0))},f=()=>{o(kp(!1))},y=(0,_r.useCallback)(S=>{o(Ou(S))},[]);return(0,_r.useEffect)(()=>{t!=null&&t.modalConfig&&y(t==null?void 0:t.modalConfig)},[t==null?void 0:t.modalConfig]),(0,_r.useEffect)(()=>{var S;return(S=t==null?void 0:t.config)!=null&&S.openOnMount&&_(),()=>{f()}},[]),(0,_r.useEffect)(()=>{var S;typeof((S=t==null?void 0:t.config)==null?void 0:S.visible)=="boolean"&&(t.config.visible?_():f())},[(v=t==null?void 0:t.config)==null?void 0:v.visible]),{handleShowModal:_,handleHideModal:f,setModalConfig:y,visible:i,config:c}};a();var td=t=>{let{handleHideModal:o,visible:i,config:c}=ns({modalConfig:t.modalConfig,config:J(R({},t.modalInteractionConfig),{visible:t.visible})});return Hf.default.createElement(rp,{onHide:()=>{var f;o(),(f=t.onClose)==null||f.call(t)},visible:i,config:c,className:t.className},t.children)};a();var eL=`.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container {
|
|
2782
2782
|
padding: 48px 16px;
|
|
2783
2783
|
}
|
|
2784
2784
|
@media (min-width: 768px) {
|