@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.
Files changed (252) hide show
  1. package/UI/DappModal/hooks/index.js +1 -1
  2. package/UI/DappModal/hooks/useDappModal.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/ModalContainer/ModalContainer.js +1 -1
  5. package/UI/ModalContainer/index.js +1 -1
  6. package/UI/NotificationModal/NotificationModal.js +1 -1
  7. package/UI/NotificationModal/index.js +1 -1
  8. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/ReceiverSubValue.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/index.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/ReceiverValue.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  32. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  33. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  34. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  35. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  36. package/UI/SignTransactionsModals/components/index.js +1 -1
  37. package/UI/SignTransactionsModals/index.js +1 -1
  38. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  39. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  40. package/UI/TransactionDetails/components/index.js +1 -1
  41. package/UI/TransactionDetails/index.js +1 -1
  42. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  43. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  44. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  45. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  46. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  47. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  48. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  49. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  50. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  51. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  52. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  53. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  54. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  55. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  56. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  57. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  58. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  59. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  60. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  61. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  62. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  63. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  64. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  65. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  66. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  67. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  68. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  69. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  70. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  71. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  72. package/UI/TransactionInfo/components/index.js +1 -1
  73. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  74. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  75. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  76. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  77. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  78. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  79. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  80. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  81. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  82. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  83. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  88. package/UI/TransactionInfo/index.js +1 -1
  89. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  90. package/UI/TransactionsTable/components/AccountName.js +1 -1
  91. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  92. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  93. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  94. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  95. package/UI/TransactionsTable/components/index.js +1 -1
  96. package/UI/TransactionsTable/index.js +1 -1
  97. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  98. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  99. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  100. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  101. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  102. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  103. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  104. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  105. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  106. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  107. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  108. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  109. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  110. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  111. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  112. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  113. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  114. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  115. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  116. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  117. package/UI/TransactionsToastList/components/index.js +1 -1
  118. package/UI/TransactionsToastList/index.js +1 -1
  119. package/UI/Trim/Trim.js +1 -1
  120. package/UI/Trim/index.js +1 -1
  121. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  122. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  123. package/UI/index.js +1 -1
  124. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  125. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  126. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  127. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  128. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  129. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  130. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  131. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  132. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  133. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  134. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  135. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  136. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  137. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  138. package/UI/ledger/index.js +1 -1
  139. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  140. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  141. package/UI/pages/UnlockPage/index.js +1 -1
  142. package/UI/pages/index.js +1 -1
  143. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  144. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  145. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  146. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  147. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  148. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  149. package/UI/walletConnect/index.js +1 -1
  150. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  151. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  152. package/__chunks__/{chunk-EFPUDYSV.js → chunk-5JJ2GL7D.js} +2 -2
  153. package/__chunks__/{chunk-VGU76ZKR.js → chunk-76QJ425P.js} +2 -2
  154. package/__chunks__/{chunk-KDP3VVZI.js → chunk-7WIK3YJQ.js} +2 -2
  155. package/__chunks__/{chunk-VHRVGBJM.js → chunk-A76YJTVF.js} +2 -2
  156. package/__chunks__/{chunk-SEENIAHW.js → chunk-BYMNVCKT.js} +2 -2
  157. package/__chunks__/{chunk-FBVH7JUD.js → chunk-C7CWHRUN.js} +2 -2
  158. package/__chunks__/{chunk-YEMNGIOD.js → chunk-DTCA3L32.js} +2 -2
  159. package/__chunks__/{chunk-N74MYLAI.js → chunk-EPH5Z47G.js} +2 -2
  160. package/__chunks__/{chunk-HYVNGK66.js → chunk-F5SHCFUV.js} +2 -2
  161. package/__chunks__/{chunk-YNVE7FBS.js → chunk-IUV7AVHO.js} +2 -2
  162. package/__chunks__/{chunk-PJISSB27.js → chunk-JYMKBHWB.js} +2 -2
  163. package/__chunks__/{chunk-Y3XOLWGS.js → chunk-NHTT76NM.js} +2 -2
  164. package/__chunks__/{chunk-EN5M55HM.js → chunk-ROAWJT7Y.js} +2 -2
  165. package/__chunks__/{chunk-3LSFB45Q.js → chunk-RUZKD7HD.js} +2 -2
  166. package/__chunks__/{chunk-3G6VPUIV.js → chunk-S6JIACIW.js} +2 -2
  167. package/__chunks__/chunk-SLFQHDKN.js +2 -0
  168. package/__chunks__/{chunk-5P6BSCRL.js → chunk-UMZARY3A.js} +2 -2
  169. package/__chunks__/{chunk-SS7VDN75.js → chunk-UQSTPXJU.js} +2 -2
  170. package/__chunks__/chunk-VXUZL73U.js +2 -0
  171. package/__chunks__/{chunk-HJM2ILKX.js → chunk-YGN62K6A.js} +2 -2
  172. package/__commonjs/UI/NotificationModal/NotificationModal.js +3 -3
  173. package/__commonjs/UI/NotificationModal/index.js +3 -3
  174. package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +3 -3
  175. package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +3 -3
  176. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +3 -3
  177. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +3 -3
  178. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  179. package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +6 -6
  180. package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +6 -6
  181. package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  182. package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
  183. package/__commonjs/UI/index.js +1 -1
  184. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  185. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
  186. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  187. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  188. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  189. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
  190. package/__commonjs/UI/ledger/index.js +1 -1
  191. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  192. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  193. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  194. package/__commonjs/UI/pages/index.js +1 -1
  195. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  196. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  197. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  198. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +5 -5
  199. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +5 -5
  200. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  201. package/__commonjs/UI/walletConnect/index.js +1 -1
  202. package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  203. package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  204. package/__commonjs/__mocks__/index.js +1 -1
  205. package/__commonjs/__mocks__/server.d.ts +2 -2
  206. package/__commonjs/__mocks__/utils/index.js +1 -1
  207. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  208. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
  209. package/__commonjs/components/ProviderInitializer/index.js +1 -1
  210. package/__commonjs/hooks/index.js +1 -1
  211. package/__commonjs/hooks/login/index.js +1 -1
  212. package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
  213. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  214. package/__commonjs/hooks/login/useLoginService.js +1 -1
  215. package/__commonjs/hooks/login/useOperaLogin.js +1 -1
  216. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  217. package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
  218. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  219. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  220. package/__commonjs/wrappers/index.js +2 -2
  221. package/__mocks__/index.js +1 -1
  222. package/__mocks__/server.d.ts +2 -2
  223. package/__mocks__/utils/index.js +1 -1
  224. package/__mocks__/utils/renderWithProvider.js +1 -1
  225. package/components/LogoutListener/LogoutListener.js +1 -1
  226. package/components/LogoutListener/helpers/index.js +1 -1
  227. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  228. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  229. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  230. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  231. package/components/LogoutListener/index.js +1 -1
  232. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  233. package/components/ProviderInitializer/index.js +1 -1
  234. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  235. package/components/TransactionsTracker/index.js +1 -1
  236. package/hooks/index.js +1 -1
  237. package/hooks/login/index.js +1 -1
  238. package/hooks/login/useExtensionLogin.js +1 -1
  239. package/hooks/login/useGetModalLoginMethods.js +1 -1
  240. package/hooks/login/useLedgerLogin.js +1 -1
  241. package/hooks/login/useLoginService.js +1 -1
  242. package/hooks/login/useOperaLogin.js +1 -1
  243. package/hooks/login/useWalletConnectV2Login.js +1 -1
  244. package/hooks/login/useWebWalletLogin.js +1 -1
  245. package/hooks/transactions/useTransactionsTracker.js +1 -1
  246. package/package.json +2 -2
  247. package/wrappers/DappProvider/CustomComponents.js +1 -1
  248. package/wrappers/DappProvider/DappProvider.js +1 -1
  249. package/wrappers/DappProvider/index.js +1 -1
  250. package/wrappers/index.js +1 -1
  251. package/__chunks__/chunk-7QQPJJ2B.js +0 -2
  252. package/__chunks__/chunk-YSEQ3J5Z.js +0 -2
@@ -2712,7 +2712,7 @@ a.dapp-core-component__main__side-link::after {
2712
2712
  right: 0;
2713
2713
  left: unset;
2714
2714
  width: calc(100% - 1.85rem);
2715
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(aC));var q={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};a();a();a();var qg=require("react"),Lr=require("react-redux");a();var cl=require("@reduxjs/toolkit"),zg=require("react-redux/lib/utils/Subscription");Ne();a();var Tg=D(require("lodash.throttle"));re();Ne();zp();Tr();yr();var ZC=[Wi],ps=!1,YC=(0,Tg.default)(()=>{ua(_a())},5e3),bg=o=>t=>i=>{if(ZC.includes(i.type))return t(i);let c=o.getState(),_=Ao.local.getItem(co.loginExpiresAt);if(!Boolean(c==null?void 0:c.account.address))return t(i);if(_==null)return ua(_a());let h=Date.now();return _-h<0&&!ps?setTimeout(()=>{ps=!0,o.dispatch(Gu())},1e3):(ps&&(ps=!1),YC()),t(i)};a();a();function ls(){return typeof sessionStorage!="undefined"}var Gg=ls()?(Eg(),da(kg)).default:(Rg(),da(Dg)).default,Hg=ls()?(Og(),da(Mg)).default:[],$g=ls()?(Ug(),da(Wg)).default:o=>o;ds();var de=(0,cl.configureStore)({reducer:Gg,middleware:o=>o({serializableCheck:{ignoredActions:[...Hg,Hp.type,Gp.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(bg)}),Vg=(0,zg.createSubscription)(de),pE=$g(de),lE=(0,cl.configureStore)({reducer:zt});var TA={store:de,subscription:Vg},pl=(0,qg.createContext)(TA),uE=(0,Lr.createStoreHook)(pl),$e=(0,Lr.createDispatchHook)(pl),X=(0,Lr.createSelectorHook)(pl);a();a();Ne();a();var Kg=D(require("lodash.isequal")),ms=require("reselect"),$=(0,ms.createSelectorCreator)(ms.defaultMemoize,Kg.default);var Lo=o=>o.account,xt=$(Lo,o=>o.address),yt=$(Lo,xt,(o,t)=>t in o.accounts?o.accounts[t]:Hi),Xg=$(Lo,yt,(o,t)=>{let _=o,{accounts:i}=_,c=Bt(_,["accounts"]);return oe(M({},c),{account:t})}),bA=$(yt,o=>o.balance),SA=$(yt,o=>{var t;return((t=o==null?void 0:o.nonce)==null?void 0:t.valueOf())||0}),yE=$(Lo,o=>o.shard),jg=$(Lo,o=>o.ledgerAccount),TE=$(Lo,o=>o.walletConnectAccount),bE=$(Lo,o=>o.isAccountLoading),SE=$(Lo,o=>o.accountLoadingError),Zg=$(Lo,o=>o.websocketEvent),wA=$(Lo,o=>o.websocketBatchEvent);a();var vA=o=>o.dappConfig,CE=$(vA,o=>o.shouldUseWebViewProvider);a();var Qn=o=>o.loginInfo,PE=$(Qn,o=>o.loginMethod),Vt=$(Qn,xt,(o,t)=>Boolean(t)),NE=$(Qn,o=>o.walletConnectLogin),CA=$(Qn,o=>o.ledgerLogin),Yg=$(Qn,o=>o.walletLogin),kE=$(Qn,o=>o.isLoginSessionInvalid),Tt=$(Qn,o=>o.tokenLogin),ll=$(Qn,o=>o.logoutRoute);a();var Jg=o=>o.modals,RE=$(Jg,o=>o.txSubmittedModal),AA=$(Jg,o=>o.notificationModal);a();var Yo=o=>o.networkConfig,Sa=$(Yo,o=>o.chainID),BE=$(Yo,o=>o.network.walletConnectBridgeAddress),Qg=$(Yo,o=>o.network.walletConnectV2RelayAddress),ef=$(Yo,o=>o.network.walletConnectV2ProjectId),nf=$(Yo,o=>o.network.walletConnectV2Options),of=$(Yo,o=>o.network.walletConnectDeepLink),Un=$(Yo,o=>o.network),dl=$(Un,o=>o.apiAddress),tf=$(Un,o=>o.explorerAddress),ml=$(Un,o=>o.egldLabel);a();var _s=o=>o.signedMessageInfo,UE=$(_s,o=>o.isSigning),GE=$(_s,o=>o.errorMessage),HE=$(_s,o=>{let t=Object.keys(o.signedSessions),i=t.length;return o.signedSessions[t[i-1]]}),$E=$(_s,o=>{let t=Object.keys(o.signedSessions),i=t.length;return t.length>0?t[i-1]:""});a();var rf=o=>o.toasts,LA=$(rf,o=>o.customToasts),af=$(rf,o=>o.transactionToasts);a();Ne();var sf={errorMessage:Zp,successMessage:Yp,processingMessage:Jp},cf=o=>o.transactionsInfo,IA=$(cf,(o,t)=>t,(o,t)=>t!=null&&(o==null?void 0:o[Number(t)])||sf);a();a();var Io=require("@multiversx/sdk-core");re();a();var _l=require("@multiversx/sdk-core/out");a();a();function us(o){try{let t=atob(o),i=btoa(t),c=l.Buffer.from(o,"base64").toString(),_=l.Buffer.from(c).toString("base64");if(o===i&&o===_||t===c)return!0}catch(t){return!1}return!1}function qt(o){return us(o)?atob(o):o}a();a();a();a();var pf=o=>{let t=o!=null?o:"";return us(t)?_l.TransactionPayload.fromEncoded(t):new _l.TransactionPayload(t)};function gs(o){var i,c,_;let t=new Io.Transaction(M(M(oe(M(oe(M({value:o.value.valueOf(),data:pf(o.data),nonce:o.nonce.valueOf(),receiver:new Io.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Io.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(i=o.gasLimit.valueOf())!=null?i:ma,gasPrice:(c=o.gasPrice.valueOf())!=null?c:Fi,chainID:o.chainID.valueOf(),version:new Io.TransactionVersion((_=o.version)!=null?_:Tu)}),o.options?{options:new Io.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Io.Address(o.guardian)}:{}));return o.guardianSignature&&t.applyGuardianSignature(l.Buffer.from(o.guardianSignature,"hex")),o.signature&&t.applySignature(l.Buffer.from(o.signature,"hex")),t}a();a();a();a();a();var kA=require("@multiversx/sdk-core/out");a();re();a();var df=require("@multiversx/sdk-core");en();a();var lf=require("@multiversx/sdk-core");function EA(o){try{let t=new lf.Address(o);return Boolean(t.bech32())}catch(t){return!1}}function wa(o){return(o==null?void 0:o.startsWith("erd"))&&o.length===62&&/^\w+$/.test(o)&&EA(o)}a();a();a();var DA=require("@multiversx/sdk-core"),RA=D(require("bignumber.js"));He();a();a();a();var fs="accounts";var ul="blocks";a();a();a();a();vn();a();a();vn();a();a();a();var WA=D(require("bignumber.js"));re();a();var hf=require("@multiversx/sdk-core"),bt=D(require("bignumber.js"));re();a();var ff=D(require("bignumber.js")),va=(o,t=!0)=>{let i=String(o);if(!i.match(/^[-]?\d+$/))return!1;let c=new ff.default(i),_=t?0:-1;return c.toString(10)===i&&c.comparedTo(0)>=_};a();function Jo(o){return{if:function(t){return t?{then:i=>i instanceof Function?Jo(i(o)):Jo(i)}:{then:()=>Jo(o)}},then:t=>t instanceof Function?Jo(t(o)):Jo(t),valueOf:function(){return o}}}bt.default.config({ROUNDING_MODE:bt.default.ROUND_FLOOR});function St({input:o,decimals:t=Wn,digits:i=$t,showLastNonZeroDecimal:c=!0,showIsLessThanDecimalsLabel:_=!1,addCommas:f=!1}){if(!va(o,!1))throw new Error("Invalid input");let h=new bt.default(o).isNegative(),b=o;return h&&(b=o.substring(1)),Jo(b).then(()=>hf.TokenTransfer.fungibleFromBigInteger("",b,t).amountAsBigInteger.shiftedBy(-t).toFixed(t)).then(S=>{let v=new bt.default(S);if(v.isZero())return Co;let L=v.toString(10),[A,E]=L.split("."),F=new bt.default(E||0),O=Jo(0).if(Boolean(E&&c)).then(()=>Math.max(E.length,i)).if(F.isZero()&&!c).then(0).if(Boolean(E&&!c)).then(()=>Math.min(E.length,i)).valueOf(),B=E&&i>=1&&i<=E.length&&F.isGreaterThan(0)&&new bt.default(E.substring(0,i)).isZero(),K=v.toFormat(O);return Jo(L).if(f).then(K).if(Boolean(B)).then(ne=>{let G=new bt.default(A).isZero(),[ee,ae]=ne.split("."),ge=new Array(i-1).fill(0),Ee=[...ge,0].join(""),Oe=[...ge,1].join("");return G?_?`<${ee}.${Oe}`:c?`${ee}.${ae}`:ee:`${ee}.${Ee}`}).if(Boolean(!B&&E)).then(ne=>{let[G]=ne.split("."),ee=E.substring(0,O);if(c){let ae=i-ee.length;if(ae>0){let ge=Array(ae).fill(0).join("");return ee=`${ee}${ge}`,`${G}.${ee}`}return ne}return ee?`${G}.${ee}`:G}).valueOf()}).if(h).then(S=>`-${S}`).valueOf()}a();a();a();re();a();a();a();a();re();a();re();a();var UA=require("@multiversx/sdk-core");re();a();var Ca=require("@multiversx/sdk-core"),$A=require("@multiversx/sdk-network-providers");re();a();a();var GA=D(require("bignumber.js"));re();a();re();a();a();a();a();a();a();re();function zA(o,t){let i,c,_=/(\.0+)+$/,f=o.replace(_,"").split("."),h=t.replace(_,"").split("."),b=Math.min(f.length,h.length);for(i=0;i<b;i++)if(c=parseInt(f[i],10)-parseInt(h[i],10),c)return c;return f.length-h.length}function VA(o){let t=[Ap,Lp,Ip,Pp,Np,kp,o].sort((v,L)=>zA(v,L)),i=t.indexOf(Ap),c=t.indexOf(Lp),_=t.indexOf(Ip),f=t.indexOf(Pp),h=t.indexOf(Np),b=t.indexOf(kp),S=t.indexOf(o);return{ledgerWithMultiAccount:S>=i,ledgerWithHashSign:S>=c,ledgerWithSignAuthToken:S>=_,ledgerWithWhitelistedTokens:S>=f,ledgerWithGuardians:S>=h,ledgerWithUsernames:S>=b}}var xf=VA;a();re();a();re();a();vn();var KA=["reDelegateRewards","claimRewards","unBond"],XA=["wrapEgld","unwrapEgld"],jA=["unStake"],ZA=["unDelegate"];a();a();a();re();a();var eL=D(require("bignumber.js"));a();a();vn();a();var nL=D(require("bignumber.js"));a();a();a();var rL=D(require("bignumber.js"));en();a();a();a();a();He();a();var cL=require("@multiversx/sdk-web-wallet-provider");re();a();var iL=D(require("qs"));a();qe();fa();a();fa();var pM={search:ga()?window.location.search:"",removeParams:[]};a();a();a();qe();a();vn();a();a();qe();a();var pL=D(require("linkifyjs"));a();re();a();var lL=D(require("bignumber.js"));a();en();a();a();He();a();He();a();a();a();vn();a();vn();a();var dL=D(require("bignumber.js"));re();vn();a();vn();a();var bf=require("react");en();a();a();vn();a();a();var mL=require("@multiversx/sdk-core/out"),_L=D(require("bignumber.js"));vn();a();en();a();a();en();var nO=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Sf=require("react");en();qe();a();var gL=require("react");vn();var pO=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ar();var ys=o=>o.transactions,Ir=$(ys,o=>o.signedTransactions),fL=$(ys,o=>o.signTransactionsError),wf=$(ys,o=>o.signTransactionsCancelMessage),Ts=o=>t=>Object.entries(t).reduce((i,[c,_])=>(o(_.status)&&(i[c]=_),i),{}),vf=$(Ir,Ts(wr)),Cf=$(Ir,Ts(vr)),Af=$(Ir,Ts(Cr)),hL=$(Ir,Ts(el)),Lf=$(ys,o=>{var t;return(o==null?void 0:o.transactionsToSign)==null?null:oe(M({},o.transactionsToSign),{transactions:((t=o==null?void 0:o.transactionsToSign)==null?void 0:t.transactions.map(i=>gs(i)))||[]})}),xL=$(Ir,(o,t)=>t,(o,t)=>t!=null?(o==null?void 0:o[t])||{}:{});a();var bs=require("react");function hl(o,t=[]){let i=(0,bs.useRef)(!0);(0,bs.useEffect)(()=>{i.current?i.current=!1:o()},t)}a();Ne();a();a();a();a();a();a();a();a();var If=require("@multiversx/sdk-extension-provider"),Pf=require("@multiversx/sdk-hw-provider"),Nf=require("@multiversx/sdk-opera-provider"),xl=require("@multiversx/sdk-web-wallet-provider");re();He();a();var Ss={},ws=Pr;var yL="/dapp/init",Nr=o=>{switch(o==null?void 0:o.constructor){case xl.WalletProvider:return"wallet";case ws:return"walletconnectv2";case Pf.HWProvider:return"ledger";case If.ExtensionProvider:return"extension";case Nf.OperaProvider:return"opera";case Pr:return"";default:return"extra"}},yl=o=>new xl.WalletProvider(`${o}${yL}`),Tl=o=>W(void 0,null,function*(){if(!o.isInitialized())throw new Error("Unable to get version. Provider not initialized");let t=o.hwApp,{contractData:i,version:c}=yield t.getAppConfiguration();return{version:c,dataEnabled:i===bu}}),Qo=o=>`Unable to perform ${o}, Provider not initialized`,Pr=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Qo(`login with options: ${t}`))}logout(t){throw new Error(Qo(`logout with options: ${t}`))}getAddress(){throw new Error(Qo("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,i){throw new Error(Qo(`sendTransaction with transactions: ${t} options: ${i}`))}signTransaction(t,i){throw new Error(Qo(`signTransaction with transactions: ${t} options: ${i}`))}signTransactions(t,i){throw new Error(Qo(`signTransactions with transactions: ${t} options: ${i}`))}signMessage(t,i){throw new Error(Qo(`signTransactions with ${t} and options ${i}`))}sendCustomMessage({method:t,params:i}){throw new Error(Qo(`sendCustomMessage with method: ${t} params: ${i}`))}sendCustomRequest(t){throw new Error(Qo(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},bl=new Pr;var kf=bl;function Po(o){kf=o}function fn(){return kf||bl}Ne();a();a();var Ef=D(require("axios"));a();a();var vs=o=>{let t=o!=null?o:dl(de.getState());return t.endsWith("/")?t.slice(0,-1):t};var Df=o=>{let i=`${vs()}/${fs}/${o}?withGuardianInfo=true`;return Ef.default.get(i)};function Rf(o){return W(this,null,function*(){if(!o)return null;try{let{data:t}=yield Df(o);return t}catch(t){console.error("error fetching configuration for ",o)}return null})}function Aa(o){return W(this,null,function*(){return yield Rf(o)})}a();He();a();a();function Mf(){let o=fn();return Nr(o)}function et(o){return Mf()===o}a();qe();var Of=()=>{let{search:o}=xe(),t=new URLSearchParams(o),i=Object.fromEntries(t),c=i==null?void 0:i.address;return wa(c)?c:null};function Cs(){let o=de.getState(),t=fn(),i=xt(o),c=Vt(o),_=Yg(o);if(!t)throw"provider not initialized";return et("ledger")&&c?new Promise(f=>{f(i)}):!et("")&&!et("wallet")&&!et("extra")?t.getAddress():new Promise(f=>{let h=Of();_!=null&&h&&f(h),c&&f(i),f("")})}a();Ar();a();a();a();var TL=D(require("axios"));a();var SL=D(require("axios"));hr();a();re();a();var wL=D(require("axios"));a();var CL=D(require("axios"));a();a();var AL=D(require("axios"));a();var LL=D(require("axios"));a();Ne();He();a();a();function Wf(o){return W(this,null,function*(){let t=o;t==null&&(t=yt(de.getState()).address);let i=yield Aa(t);if(i==null)throw"Could not read account, user not logged in";return i==null?void 0:i.balance})}a();qe();a();sn();en();a();Ne();a();var Uf=require("@multiversx/sdk-core");a();a();qe();var La=(o="")=>{let t=xe(),i=o.startsWith("http")||o.startsWith("www.");return!t.origin||o.includes(t.origin)||i?o:`${t.origin}/${o.replace("/","")}`};qe();a();Ar();a();Ne();He();a();Ne();en();a();a();a();en();a();a();a();a();var kL=D(require("axios")),EL=D(require("swr"));a();a();var Gf=require("react");a();var DL=require("react"),RL=require("@multiversx/sdk-web-wallet-provider"),ML=require("@multiversx/sdk-web-wallet-provider"),OL=D(require("qs"));re();Ne();He();Rp();qe();a();var zf=require("react"),vl=require("@multiversx/sdk-core");re();qp();a();a();a();a();a();a();a();a();a();hr();a();var FL=D(require("axios"));a();var WL=D(require("axios"));a();hr();a();hr();re();qe();a();a();a();var zL=require("react"),VL=require("@multiversx/sdk-hw-provider");a();sn();en();a();function Gn(){return Vt(de.getState())}xa();Tr();yr();var $L=o=>{let t=Ao.local.getItem(co.logoutEvent),{data:i}=t?JSON.parse(t):{data:o};o===i&&(Ao.local.setItem({key:co.logoutEvent,data:o,expires:0}),Ao.local.removeItem(co.logoutEvent))};function Sl(o,t,i=!0){return W(this,null,function*(){let c=fn(),_=Nr(c),f=Gn(),h=_==="wallet";if(i&&(c==null?void 0:c.relogin)!=null)return yield c.relogin();if(!f||!c){As(o,t);return}try{let b=yield Cs();$L(b)}catch(b){As(o,t),console.error("error fetching logout address",b)}h&&qu(),de.dispatch(Fe());try{let b=La(o);if(_==="")return As(b,t);h?setTimeout(()=>{c.logout({callbackUrl:b})}):(yield c.logout({callbackUrl:b}),As(b,t))}catch(b){console.error("error logging out",b)}})}function As(o,t,i){o&&!i&&(typeof t=="function"?t(o):ha({url:o,shouldForcePageReload:!0}))}a();a();var Xf=require("react"),jf=require("@multiversx/sdk-core"),tI=require("@multiversx/sdk-extension-provider");re();a();a();var Ia=()=>X(Xg);a();var kr=()=>X(yt);a();a();a();a();a();var Er=D(require("react"));var KL=(0,Er.createContext)({}),G8=de.getState();function Ls(){let o=(0,Er.useContext)(KL);if(o===void 0||Object.values(o).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return o}a();var Vf=D(require("react"));a();var Cl=D(require("react")),XL=D(require("axios"));var Is=()=>{try{let{loginInfo:o,isLoggedIn:t}=Ls();return oe(M({},o),{isLoggedIn:t})}catch(o){let t=X(Qn),i=X(Vt);return oe(M({},t),{isLoggedIn:i})}};a();var qf=()=>{let{isLoggedIn:o}=Is();return o};a();a();var jL=require("react"),ZL=D(require("swr"));Ne();He();qe();a();var Kf=require("react"),QL=require("@multiversx/sdk-extension-provider");Ne();a();var aI=require("react");a();var rI=D(require("axios"));Ne();en();xa();qe();a();Ht();Ne();a();a();var UI=require("react");a();a();a();Ne();a();qe();a();var cI=D(require("bignumber.js"));re();Ne();en();a();var sI=D(require("bignumber.js"));re();a();a();var pI=require("@multiversx/sdk-core"),lI=D(require("bignumber.js"));re();a();a();var vh=require("@multiversx/sdk-native-auth-client");a();var Jf=D(require("axios"));a();a();a();function Zf(o){return W(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),o)})})}a();var Yf=(o,t,i,c=0)=>W(void 0,null,function*(){try{return yield o(...i)}catch(_){return c<t.retries?((t==null?void 0:t.delay)!=null&&(yield Zf(t.delay)),yield Yf(o,t,i,c+1)):null}}),Al=(o,t={retries:5,delay:500})=>(...i)=>W(void 0,null,function*(){return yield Yf(o,t,i)});var dI=4,mI=3e4,Ps={current:null},Kt={current:null},_I=Al((o,t,i)=>W(void 0,null,function*(){if(i){let f=Math.floor(Date.now()/1e3);return{hash:yield i(),timestamp:f}}let{data:c}=yield Jf.default.get(`${o}/${ul}?from=${dI}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[_]=c;return _}));function Qf(o,t,i){return W(this,null,function*(){if(o==null)throw new Error("missing api url");let c=Date.now();if(Ps.current!=null&&c<Ps.current.timestamp*1e3+mI)return Ps.current;if(Kt.current!=null)return yield Kt.current;Kt.current=_I(o,t,i);try{let _=yield Kt.current;if(_==null)throw Kt.current=null,new Error("could not get block hash");return Ps.current={hash:_.hash,timestamp:_.timestamp},Kt.current=null,_}catch(_){return Kt.current=null,null}})}a();a();Ui();a();a();var bh=D(Th());var wt=o=>{if(!o||!(0,bh.default)(o))return null;let t=o.split(".");if(t.length!==4)return null;try{let[i,c,_,f]=t,h=JSON.parse(qt(f)),b=qt(i);return{ttl:Number(_),extraInfo:h,origin:b,blockHash:c}}catch(i){return console.error(`Error trying to decode ${o}:`,i),null}};function FI(o){return Object.prototype.toString.call(o)==="[object String]"}var Sh=o=>{var i;if(!o||!FI(o))return null;let t=o.split(".");if(t.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]=t,h=qt(c),b=qt(_),S=wt(b);if(!S)return{address:h,body:b,signature:f,blockHash:"",origin:"",ttl:0};let v=oe(M({},S),{address:h,body:b,signature:f});return(i=S.extraInfo)!=null&&i.timestamp||delete v.extraInfo,v}catch(c){return null}};var Il={isExpired:!1},wh=o=>{if(!o)return Il;let t=Sh(o);if(!t)return Il;let i=xr(),{ttl:c,extraInfo:_}=t,f=_==null?void 0:_.timestamp;if(!f)return Il;let h=f+c,b=i>h,S=h-i;return{isExpired:b,expiresAt:h,secondsUntilExpires:S}};a();qe();var Na={origin:xe().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},ka=o=>{var i,c,_,f,h,b;return o===!0?Na:{origin:(i=o==null?void 0:o.origin)!=null?i:Na.origin,blockHashShard:o==null?void 0:o.blockHashShard,expirySeconds:(c=o==null?void 0:o.expirySeconds)!=null?c:Na.expirySeconds,apiAddress:(_=o==null?void 0:o.apiAddress)!=null?_:Na.apiAddress,tokenExpirationToastWarningSeconds:(f=o==null?void 0:o.tokenExpirationToastWarningSeconds)!=null?f:Na.tokenExpirationToastWarningSeconds,extraInfo:(h=o==null?void 0:o.extraInfo)!=null?h:{},gatewayUrl:o==null?void 0:o.gatewayUrl,extraRequestHeaders:(b=o==null?void 0:o.extraRequestHeaders)!=null?b:{}}};var Ch=o=>{let{origin:t,apiAddress:i,expirySeconds:c,blockHashShard:_,extraInfo:f,gatewayUrl:h,extraRequestHeaders:b}=ka(o),S=new vh.NativeAuthClient({origin:t,apiUrl:i,expirySeconds:c,blockHashShard:_,gatewayUrl:h,extraRequestHeaders:b});return{getNativeAuthConfig:ka,initialize:(A,E)=>W(void 0,null,function*(){if(!i||!t)return"";let F=()=>S.getCurrentBlockHash(),O=E!=null?E:yield Qf(i,_,F),{hash:B,timestamp:K}=O,j=S.encodeValue(JSON.stringify(M(M({},A!=null?A:f),K?{timestamp:K}:{})));return`${S.encodeValue(t)}.${B}.${c}.${j}`}),getToken:({address:A,token:E,signature:F})=>S.getToken(A,E,F),getTokenExpiration:wh}};He();Ar();a();var Ns=require("react"),Ah=(o,t)=>{let[i,c]=(0,Ns.useState)(o);return(0,Ns.useEffect)(()=>{let f=setTimeout(()=>c(o),t);return()=>clearTimeout(f)},[o]),i};a();a();var Pl=require("react"),Ih=require("@multiversx/sdk-extension-provider");Ht();sn();He();br();a();var Lh=require("react"),ks=require("@multiversx/sdk-core");Ne();var GI=(o,t)=>{var i;return t?t===!0?o:(i=t.apiAddress)!=null?i:o:null},No=o=>{let t=X(Un),i=X(Tt),c=(0,Lh.useRef)(i==null?void 0:i.loginToken),_=GI(t.apiAddress,o),f=ka(M(M({},o===!0?{}:o),_?{apiAddress:_}:{})),h=Boolean(o),b=Ch(f),{address:S}=kr(),v=$e(),L=O=>{c.current=O,v(Vi(M({loginToken:O},_?{nativeAuthConfig:f}:{})))},A=()=>{try{return b.initialize()}catch(O){console.error("Unable to get block. Login failed.",O);return}},E=({address:O,signature:B})=>{let K=c.current;if(!K)throw"Token not found. Call `setLoginToken` first.";if(!h){v(Vi({loginToken:K,signature:B}));return}let j=b.getToken({address:O,token:K,signature:B});v(Vi(M({loginToken:K,signature:B,nativeAuthToken:j},_?{nativeAuthConfig:f}:{})))};return{configuration:f,setLoginToken:L,getNativeAuthLoginToken:A,setTokenLoginInfo:E,refreshNativeAuthTokenLogin:B=>W(void 0,[B],function*({signMessageCallback:O}){let K=yield A();if(c.current=K,!K)return;let j=new ks.SignableMessage({address:new ks.Address(S),message:l.Buffer.from(K)}),ne=yield O(j,{});E({address:S,signature:ne.toJSON().signature})})}};var Nl=({callbackRoute:o,token:t,nativeAuth:i,onLoginRedirect:c})=>{let[_,f]=(0,Pl.useState)(""),[h,b]=(0,Pl.useState)(!1),S=i!=null,v=No(i),L=t,A=$e(),E=Gn();function F(){return W(this,null,function*(){if(E)throw new Error(wo);b(!0);let B=Ih.ExtensionProvider.getInstance();try{if(!(yield B.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let{pathname:j}=xe(),ne=encodeURIComponent(La(o!=null?o:j));if(S&&!L&&(L=yield v.getNativeAuthLoginToken(),!L)){console.warn("Fetching block failed. Login cancelled.");return}L&&v.setLoginToken(L);let G=M({callbackUrl:ne},L&&{token:L});yield B.login(G),Po(B);let{signature:ee,address:ae}=B.account;if(!ae){b(!1),console.warn("Login cancelled.");return}ee&&L&&v.setTokenLoginInfo({signature:ee,address:ae}),A(Cn({address:ae,loginMethod:"extension"})),jo({callbackRoute:o,onLoginRedirect:c,options:{signature:ee,address:ae}})}catch(K){console.error("error loging in",K),f("error logging in"+K.message)}finally{b(!1)}})}let O=Boolean(_);return[F,{loginFailed:O,error:_,isLoading:h&&!O,isLoggedIn:E&&!O}]};a();var Wh=require("react");re();a();a();re();var ko=o=>{var _;let t=X(Tt),i=(_=t==null?void 0:t.loginToken)!=null?_:o;if(!i)return;let c=wt(i);if(!!c)return c.origin.toLowerCase().startsWith(hu)};a();a();a();var Xt=D(require("bignumber.js")),Ph=o=>{let t=new Xt.default(o).dividedBy(1e3).integerValue(Xt.default.ROUND_FLOOR),i=new Xt.default(t).dividedBy(60).integerValue(Xt.default.ROUND_FLOOR),c=new Xt.default(i).dividedBy(60).integerValue(Xt.default.ROUND_FLOOR),_=c.modulo(60).isGreaterThan(1),f=i.modulo(60).isGreaterThan(1),h=i.modulo(60).isLessThan(1);return _?`${c} hours`:f?`${i} minutes`:h?"less than 1 minute":`${i} minute`};var Es=(o,t)=>{var f;let i=X(Tt),c=(f=i==null?void 0:i.loginToken)!=null?f:o;if(!c)return;let _=wt(c);if(!!_)return{className:t,url:_.origin,duration:Ph(_.ttl*1e3)}};a();a();a();var Rr=D(require("react")),Ml=D(require("classnames")),Mh=D(require("react-dom"));re();a();var HI=`.dapp-core-component__dappModalStyles__dappModal {
2715
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(aC));var q={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};a();a();a();var qg=require("react"),Lr=require("react-redux");a();var cl=require("@reduxjs/toolkit"),zg=require("react-redux/lib/utils/Subscription");Ne();a();var Tg=D(require("lodash.throttle"));re();Ne();zp();Tr();yr();var ZC=[Wi],ps=!1,YC=(0,Tg.default)(()=>{ua(_a())},5e3),bg=o=>t=>i=>{if(ZC.includes(i.type))return t(i);let c=o.getState(),_=Ao.local.getItem(co.loginExpiresAt);if(!Boolean(c==null?void 0:c.account.address))return t(i);if(_==null)return ua(_a());let h=Date.now();return _-h<0&&!ps?setTimeout(()=>{ps=!0,o.dispatch(Gu())},1e3):(ps&&(ps=!1),YC()),t(i)};a();a();function ls(){return typeof sessionStorage!="undefined"}var Gg=ls()?(Eg(),da(kg)).default:(Rg(),da(Dg)).default,Hg=ls()?(Og(),da(Mg)).default:[],$g=ls()?(Ug(),da(Wg)).default:o=>o;ds();var de=(0,cl.configureStore)({reducer:Gg,middleware:o=>o({serializableCheck:{ignoredActions:[...Hg,Hp.type,Gp.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(bg)}),Vg=(0,zg.createSubscription)(de),pE=$g(de),lE=(0,cl.configureStore)({reducer:zt});var TA={store:de,subscription:Vg},pl=(0,qg.createContext)(TA),uE=(0,Lr.createStoreHook)(pl),$e=(0,Lr.createDispatchHook)(pl),X=(0,Lr.createSelectorHook)(pl);a();a();Ne();a();var Kg=D(require("lodash.isequal")),ms=require("reselect"),$=(0,ms.createSelectorCreator)(ms.defaultMemoize,Kg.default);var Lo=o=>o.account,xt=$(Lo,o=>o.address),yt=$(Lo,xt,(o,t)=>t in o.accounts?o.accounts[t]:Hi),Xg=$(Lo,yt,(o,t)=>{let _=o,{accounts:i}=_,c=Bt(_,["accounts"]);return oe(M({},c),{account:t})}),bA=$(yt,o=>o.balance),SA=$(yt,o=>{var t;return((t=o==null?void 0:o.nonce)==null?void 0:t.valueOf())||0}),yE=$(Lo,o=>o.shard),jg=$(Lo,o=>o.ledgerAccount),TE=$(Lo,o=>o.walletConnectAccount),bE=$(Lo,o=>o.isAccountLoading),SE=$(Lo,o=>o.accountLoadingError),Zg=$(Lo,o=>o.websocketEvent),wA=$(Lo,o=>o.websocketBatchEvent);a();var vA=o=>o.dappConfig,CE=$(vA,o=>o.shouldUseWebViewProvider);a();var Qn=o=>o.loginInfo,PE=$(Qn,o=>o.loginMethod),Vt=$(Qn,xt,(o,t)=>Boolean(t)),NE=$(Qn,o=>o.walletConnectLogin),CA=$(Qn,o=>o.ledgerLogin),Yg=$(Qn,o=>o.walletLogin),kE=$(Qn,o=>o.isLoginSessionInvalid),Tt=$(Qn,o=>o.tokenLogin),ll=$(Qn,o=>o.logoutRoute);a();var Jg=o=>o.modals,RE=$(Jg,o=>o.txSubmittedModal),AA=$(Jg,o=>o.notificationModal);a();var Yo=o=>o.networkConfig,Sa=$(Yo,o=>o.chainID),BE=$(Yo,o=>o.network.walletConnectBridgeAddress),Qg=$(Yo,o=>o.network.walletConnectV2RelayAddress),ef=$(Yo,o=>o.network.walletConnectV2ProjectId),nf=$(Yo,o=>o.network.walletConnectV2Options),of=$(Yo,o=>o.network.walletConnectDeepLink),Un=$(Yo,o=>o.network),dl=$(Un,o=>o.apiAddress),tf=$(Un,o=>o.explorerAddress),ml=$(Un,o=>o.egldLabel);a();var _s=o=>o.signedMessageInfo,UE=$(_s,o=>o.isSigning),GE=$(_s,o=>o.errorMessage),HE=$(_s,o=>{let t=Object.keys(o.signedSessions),i=t.length;return o.signedSessions[t[i-1]]}),$E=$(_s,o=>{let t=Object.keys(o.signedSessions),i=t.length;return t.length>0?t[i-1]:""});a();var rf=o=>o.toasts,LA=$(rf,o=>o.customToasts),af=$(rf,o=>o.transactionToasts);a();Ne();var sf={errorMessage:Zp,successMessage:Yp,processingMessage:Jp},cf=o=>o.transactionsInfo,IA=$(cf,(o,t)=>t,(o,t)=>t!=null&&(o==null?void 0:o[Number(t)])||sf);a();a();var Io=require("@multiversx/sdk-core");re();a();var _l=require("@multiversx/sdk-core/out");a();a();function us(o){try{let t=atob(o),i=btoa(t),c=l.Buffer.from(o,"base64").toString(),_=l.Buffer.from(c).toString("base64");if(o===i&&o===_||t===c)return!0}catch(t){return!1}return!1}function qt(o){return us(o)?atob(o):o}a();a();a();a();var pf=o=>{let t=o!=null?o:"";return us(t)?_l.TransactionPayload.fromEncoded(t):new _l.TransactionPayload(t)};function gs(o){var i,c,_;let t=new Io.Transaction(M(M(oe(M(oe(M({value:o.value.valueOf(),data:pf(o.data),nonce:o.nonce.valueOf(),receiver:new Io.Address(o.receiver)},o.receiverUsername?{receiverUsername:o.receiverUsername}:{}),{sender:new Io.Address(o.sender)}),o.senderUsername?{senderUsername:o.senderUsername}:{}),{gasLimit:(i=o.gasLimit.valueOf())!=null?i:ma,gasPrice:(c=o.gasPrice.valueOf())!=null?c:Fi,chainID:o.chainID.valueOf(),version:new Io.TransactionVersion((_=o.version)!=null?_:Tu)}),o.options?{options:new Io.TransactionOptions(o.options)}:{}),o.guardian?{guardian:new Io.Address(o.guardian)}:{}));return o.guardianSignature&&t.applyGuardianSignature(l.Buffer.from(o.guardianSignature,"hex")),o.signature&&t.applySignature(l.Buffer.from(o.signature,"hex")),t}a();a();a();a();a();var kA=require("@multiversx/sdk-core/out");a();re();a();var df=require("@multiversx/sdk-core");en();a();var lf=require("@multiversx/sdk-core");function EA(o){try{let t=new lf.Address(o);return Boolean(t.bech32())}catch(t){return!1}}function wa(o){return(o==null?void 0:o.startsWith("erd"))&&o.length===62&&/^\w+$/.test(o)&&EA(o)}a();a();a();var DA=require("@multiversx/sdk-core"),RA=D(require("bignumber.js"));He();a();a();a();var fs="accounts";var ul="blocks";a();a();a();a();vn();a();a();vn();a();a();a();var WA=D(require("bignumber.js"));re();a();var hf=require("@multiversx/sdk-core"),bt=D(require("bignumber.js"));re();a();var ff=D(require("bignumber.js")),va=(o,t=!0)=>{let i=String(o);if(!i.match(/^[-]?\d+$/))return!1;let c=new ff.default(i),_=t?0:-1;return c.toString(10)===i&&c.comparedTo(0)>=_};a();function Jo(o){return{if:function(t){return t?{then:i=>i instanceof Function?Jo(i(o)):Jo(i)}:{then:()=>Jo(o)}},then:t=>t instanceof Function?Jo(t(o)):Jo(t),valueOf:function(){return o}}}bt.default.config({ROUNDING_MODE:bt.default.ROUND_FLOOR});function St({input:o,decimals:t=Wn,digits:i=$t,showLastNonZeroDecimal:c=!0,showIsLessThanDecimalsLabel:_=!1,addCommas:f=!1}){if(!va(o,!1))throw new Error("Invalid input");let h=new bt.default(o).isNegative(),b=o;return h&&(b=o.substring(1)),Jo(b).then(()=>hf.TokenTransfer.fungibleFromBigInteger("",b,t).amountAsBigInteger.shiftedBy(-t).toFixed(t)).then(S=>{let v=new bt.default(S);if(v.isZero())return Co;let L=v.toString(10),[A,E]=L.split("."),F=new bt.default(E||0),O=Jo(0).if(Boolean(E&&c)).then(()=>Math.max(E.length,i)).if(F.isZero()&&!c).then(0).if(Boolean(E&&!c)).then(()=>Math.min(E.length,i)).valueOf(),B=E&&i>=1&&i<=E.length&&F.isGreaterThan(0)&&new bt.default(E.substring(0,i)).isZero(),K=v.toFormat(O);return Jo(L).if(f).then(K).if(Boolean(B)).then(ne=>{let G=new bt.default(A).isZero(),[ee,ae]=ne.split("."),ge=new Array(i-1).fill(0),Ee=[...ge,0].join(""),Oe=[...ge,1].join("");return G?_?`<${ee}.${Oe}`:c?`${ee}.${ae}`:ee:`${ee}.${Ee}`}).if(Boolean(!B&&E)).then(ne=>{let[G]=ne.split("."),ee=E.substring(0,O);if(c){let ae=i-ee.length;if(ae>0){let ge=Array(ae).fill(0).join("");return ee=`${ee}${ge}`,`${G}.${ee}`}return ne}return ee?`${G}.${ee}`:G}).valueOf()}).if(h).then(S=>`-${S}`).valueOf()}a();a();a();re();a();a();a();a();re();a();re();a();var UA=require("@multiversx/sdk-core");re();a();var Ca=require("@multiversx/sdk-core"),$A=require("@multiversx/sdk-network-providers");re();a();a();var GA=D(require("bignumber.js"));re();a();re();a();a();a();a();a();a();re();function zA(o,t){let i,c,_=/(\.0+)+$/,f=o.replace(_,"").split("."),h=t.replace(_,"").split("."),b=Math.min(f.length,h.length);for(i=0;i<b;i++)if(c=parseInt(f[i],10)-parseInt(h[i],10),c)return c;return f.length-h.length}function VA(o){let t=[Ap,Lp,Ip,Pp,Np,kp,o].sort((v,L)=>zA(v,L)),i=t.indexOf(Ap),c=t.indexOf(Lp),_=t.indexOf(Ip),f=t.indexOf(Pp),h=t.indexOf(Np),b=t.indexOf(kp),S=t.indexOf(o);return{ledgerWithMultiAccount:S>=i,ledgerWithHashSign:S>=c,ledgerWithSignAuthToken:S>=_,ledgerWithWhitelistedTokens:S>=f,ledgerWithGuardians:S>=h,ledgerWithUsernames:S>=b}}var xf=VA;a();re();a();re();a();vn();var KA=["reDelegateRewards","claimRewards","unBond"],XA=["wrapEgld","unwrapEgld"],jA=["unStake"],ZA=["unDelegate"];a();a();a();re();a();var eL=D(require("bignumber.js"));a();a();vn();a();var nL=D(require("bignumber.js"));a();a();a();var rL=D(require("bignumber.js"));en();a();a();a();a();He();a();var cL=require("@multiversx/sdk-web-wallet-provider");re();a();var iL=D(require("qs"));a();qe();fa();a();fa();var pM={search:ga()?window.location.search:"",removeParams:[]};a();a();a();qe();a();vn();a();a();qe();a();var pL=D(require("linkifyjs"));a();re();a();var lL=D(require("bignumber.js"));a();en();a();a();He();a();He();a();a();a();vn();a();vn();a();var dL=D(require("bignumber.js"));re();vn();a();vn();a();var bf=require("react");en();a();a();vn();a();a();var mL=require("@multiversx/sdk-core/out"),_L=D(require("bignumber.js"));vn();a();en();a();a();en();var nO=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Sf=require("react");en();qe();a();var gL=require("react");vn();var pO=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Ar();var ys=o=>o.transactions,Ir=$(ys,o=>o.signedTransactions),fL=$(ys,o=>o.signTransactionsError),wf=$(ys,o=>o.signTransactionsCancelMessage),Ts=o=>t=>Object.entries(t).reduce((i,[c,_])=>(o(_.status)&&(i[c]=_),i),{}),vf=$(Ir,Ts(wr)),Cf=$(Ir,Ts(vr)),Af=$(Ir,Ts(Cr)),hL=$(Ir,Ts(el)),Lf=$(ys,o=>{var t;return(o==null?void 0:o.transactionsToSign)==null?null:oe(M({},o.transactionsToSign),{transactions:((t=o==null?void 0:o.transactionsToSign)==null?void 0:t.transactions.map(i=>gs(i)))||[]})}),xL=$(Ir,(o,t)=>t,(o,t)=>t!=null?(o==null?void 0:o[t])||{}:{});a();var bs=require("react");function hl(o,t=[]){let i=(0,bs.useRef)(!0);(0,bs.useEffect)(()=>{i.current?i.current=!1:o()},t)}a();Ne();a();a();a();a();a();a();a();a();var If=require("@multiversx/sdk-extension-provider"),Pf=require("@multiversx/sdk-hw-provider"),Nf=require("@multiversx/sdk-opera-provider"),xl=require("@multiversx/sdk-web-wallet-provider");re();He();a();var Ss={},ws=Pr;var yL="/dapp/init",Nr=o=>{switch(o==null?void 0:o.constructor){case xl.WalletProvider:return"wallet";case ws:return"walletconnectv2";case Pf.HWProvider:return"ledger";case If.ExtensionProvider:return"extension";case Nf.OperaProvider:return"opera";case Pr:return"";default:return"extra"}},yl=o=>new xl.WalletProvider(`${o}${yL}`),Tl=o=>W(void 0,null,function*(){if(!o.isInitialized())throw new Error("Unable to get version. Provider not initialized");let t=o.hwApp,{contractData:i,version:c}=yield t.getAppConfiguration();return{version:c,dataEnabled:i===bu}}),Qo=o=>`Unable to perform ${o}, Provider not initialized`,Pr=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Qo(`login with options: ${t}`))}logout(t){throw new Error(Qo(`logout with options: ${t}`))}getAddress(){throw new Error(Qo("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,i){throw new Error(Qo(`sendTransaction with transactions: ${t} options: ${i}`))}signTransaction(t,i){throw new Error(Qo(`signTransaction with transactions: ${t} options: ${i}`))}signTransactions(t,i){throw new Error(Qo(`signTransactions with transactions: ${t} options: ${i}`))}signMessage(t,i){throw new Error(Qo(`signTransactions with ${t} and options ${i}`))}sendCustomMessage({method:t,params:i}){throw new Error(Qo(`sendCustomMessage with method: ${t} params: ${i}`))}sendCustomRequest(t){throw new Error(Qo(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},bl=new Pr;var kf=bl;function Po(o){kf=o}function fn(){return kf||bl}Ne();a();a();var Ef=D(require("axios"));a();a();var vs=o=>{let t=o!=null?o:dl(de.getState());return t.endsWith("/")?t.slice(0,-1):t};var Df=o=>{let i=`${vs()}/${fs}/${o}?withGuardianInfo=true`;return Ef.default.get(i)};function Rf(o){return W(this,null,function*(){if(!o)return null;try{let{data:t}=yield Df(o);return t}catch(t){console.error("error fetching configuration for ",o)}return null})}function Aa(o){return W(this,null,function*(){return yield Rf(o)})}a();He();a();a();function Mf(){let o=fn();return Nr(o)}function et(o){return Mf()===o}a();qe();var Of=()=>{let{search:o}=xe(),t=new URLSearchParams(o),i=Object.fromEntries(t),c=i==null?void 0:i.address;return wa(c)?c:null};function Cs(){let o=de.getState(),t=fn(),i=xt(o),c=Vt(o),_=Yg(o);if(!t)throw"provider not initialized";return et("ledger")&&c?new Promise(f=>{f(i)}):!et("")&&!et("wallet")&&!et("extra")?t.getAddress():new Promise(f=>{let h=Of();_!=null&&h&&f(h),c&&f(i),f("")})}a();Ar();a();a();a();var TL=D(require("axios"));a();var SL=D(require("axios"));hr();a();re();a();var wL=D(require("axios"));a();var CL=D(require("axios"));a();a();var AL=D(require("axios"));a();var LL=D(require("axios"));a();Ne();He();a();a();function Wf(o){return W(this,null,function*(){let t=o;t==null&&(t=yt(de.getState()).address);let i=yield Aa(t);if(i==null)throw"Could not read account, user not logged in";return i==null?void 0:i.balance})}a();qe();a();sn();en();a();Ne();a();var Uf=require("@multiversx/sdk-core");a();a();qe();var La=(o="")=>{let t=xe(),i=o.startsWith("http")||o.startsWith("www.");return!t.origin||o.includes(t.origin)||i?o:`${t.origin}/${o.replace("/","")}`};qe();a();Ar();a();Ne();He();a();Ne();en();a();a();a();en();a();a();a();a();var kL=D(require("axios")),EL=D(require("swr"));a();a();var Gf=require("react");a();var DL=require("react"),RL=require("@multiversx/sdk-web-wallet-provider"),ML=require("@multiversx/sdk-web-wallet-provider"),OL=D(require("qs"));re();Ne();He();Rp();qe();a();var zf=require("react"),vl=require("@multiversx/sdk-core");re();qp();a();a();a();a();a();a();a();a();a();hr();a();var FL=D(require("axios"));a();var WL=D(require("axios"));a();hr();a();hr();re();qe();a();a();a();var zL=require("react"),VL=require("@multiversx/sdk-hw-provider");a();sn();en();a();function Gn(){return Vt(de.getState())}xa();Tr();yr();var $L=o=>{let t=Ao.local.getItem(co.logoutEvent),{data:i}=t?JSON.parse(t):{data:o};o===i&&(Ao.local.setItem({key:co.logoutEvent,data:o,expires:0}),Ao.local.removeItem(co.logoutEvent))};function Sl(o,t,i=!0){return W(this,null,function*(){let c=fn(),_=Nr(c),f=Gn(),h=_==="wallet";if(i&&(c==null?void 0:c.relogin)!=null)return yield c.relogin();if(!f||!c){As(o,t);return}try{let b=yield Cs();$L(b)}catch(b){As(o,t),console.error("error fetching logout address",b)}h&&qu(),de.dispatch(Fe());try{let b=La(o);if(_==="")return As(b,t);h?setTimeout(()=>{c.logout({callbackUrl:b})}):(yield c.logout({callbackUrl:b}),As(b,t))}catch(b){console.error("error logging out",b)}})}function As(o,t,i){o&&!i&&(typeof t=="function"?t(o):ha({url:o,shouldForcePageReload:!0}))}a();a();var Xf=require("react"),jf=require("@multiversx/sdk-core"),tI=require("@multiversx/sdk-extension-provider");re();a();a();var Ia=()=>X(Xg);a();var kr=()=>X(yt);a();a();a();a();a();var Er=D(require("react"));var KL=(0,Er.createContext)({}),G8=de.getState();function Ls(){let o=(0,Er.useContext)(KL);if(o===void 0||Object.values(o).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return o}a();var Vf=D(require("react"));a();var Cl=D(require("react")),XL=D(require("axios"));var Is=()=>{try{let{loginInfo:o,isLoggedIn:t}=Ls();return oe(M({},o),{isLoggedIn:t})}catch(o){let t=X(Qn),i=X(Vt);return oe(M({},t),{isLoggedIn:i})}};a();var qf=()=>{let{isLoggedIn:o}=Is();return o};a();a();var jL=require("react"),ZL=D(require("swr"));Ne();He();qe();a();var Kf=require("react"),QL=require("@multiversx/sdk-extension-provider");Ne();a();var aI=require("react");a();var rI=D(require("axios"));Ne();en();xa();qe();a();Ht();Ne();a();a();var UI=require("react");a();a();a();Ne();a();qe();a();var cI=D(require("bignumber.js"));re();Ne();en();a();var sI=D(require("bignumber.js"));re();a();a();var pI=require("@multiversx/sdk-core"),lI=D(require("bignumber.js"));re();a();a();var vh=require("@multiversx/sdk-native-auth-client");a();var Jf=D(require("axios"));a();a();a();function Zf(o){return W(this,null,function*(){return yield new Promise(t=>{setTimeout(()=>t(),o)})})}a();var Yf=(o,t,i,c=0)=>W(void 0,null,function*(){try{return yield o(...i)}catch(_){return c<t.retries?((t==null?void 0:t.delay)!=null&&(yield Zf(t.delay)),yield Yf(o,t,i,c+1)):null}}),Al=(o,t={retries:5,delay:500})=>(...i)=>W(void 0,null,function*(){return yield Yf(o,t,i)});var dI=4,mI=3e4,Ps={current:null},Kt={current:null},_I=Al((o,t,i)=>W(void 0,null,function*(){if(i){let f=Math.floor(Date.now()/1e3);return{hash:yield i(),timestamp:f}}let{data:c}=yield Jf.default.get(`${o}/${ul}?from=${dI}&size=1&fields=hash,timestamp${t?"&shard="+t:""}`),[_]=c;return _}));function Qf(o,t,i){return W(this,null,function*(){if(o==null)throw new Error("missing api url");let c=Date.now();if(Ps.current!=null&&c<Ps.current.timestamp*1e3+mI)return Ps.current;if(Kt.current!=null)return yield Kt.current;Kt.current=_I(o,t,i);try{let _=yield Kt.current;if(_==null)throw Kt.current=null,new Error("could not get block hash");return Ps.current={hash:_.hash,timestamp:_.timestamp},Kt.current=null,_}catch(_){return Kt.current=null,null}})}a();a();Ui();a();a();var bh=D(Th());var wt=o=>{if(!o||!(0,bh.default)(o))return null;let t=o.split(".");if(t.length!==4)return null;try{let[i,c,_,f]=t,h=JSON.parse(qt(f)),b=qt(i);return{ttl:Number(_),extraInfo:h,origin:b,blockHash:c}}catch(i){return console.error(`Error trying to decode ${o}:`,i),null}};function FI(o){return Object.prototype.toString.call(o)==="[object String]"}var Sh=o=>{var i;if(!o||!FI(o))return null;let t=o.split(".");if(t.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]=t,h=qt(c),b=qt(_),S=wt(b);if(!S)return{address:h,body:b,signature:f,blockHash:"",origin:"",ttl:0};let v=oe(M({},S),{address:h,body:b,signature:f});return(i=S.extraInfo)!=null&&i.timestamp||delete v.extraInfo,v}catch(c){return null}};var Il={isExpired:!1},wh=o=>{if(!o)return Il;let t=Sh(o);if(!t)return Il;let i=xr(),{ttl:c,extraInfo:_}=t,f=_==null?void 0:_.timestamp;if(!f)return Il;let h=f+c,b=i>h,S=h-i;return{isExpired:b,expiresAt:h,secondsUntilExpires:S}};a();qe();var Na={origin:xe().origin,apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},ka=o=>{var i,c,_,f,h,b;return o===!0?Na:{origin:(i=o==null?void 0:o.origin)!=null?i:Na.origin,blockHashShard:o==null?void 0:o.blockHashShard,expirySeconds:(c=o==null?void 0:o.expirySeconds)!=null?c:Na.expirySeconds,apiAddress:(_=o==null?void 0:o.apiAddress)!=null?_:Na.apiAddress,tokenExpirationToastWarningSeconds:(f=o==null?void 0:o.tokenExpirationToastWarningSeconds)!=null?f:Na.tokenExpirationToastWarningSeconds,extraInfo:(h=o==null?void 0:o.extraInfo)!=null?h:{},gatewayUrl:o==null?void 0:o.gatewayUrl,extraRequestHeaders:(b=o==null?void 0:o.extraRequestHeaders)!=null?b:{}}};var Ch=o=>{let{origin:t,apiAddress:i,expirySeconds:c,blockHashShard:_,extraInfo:f,gatewayUrl:h,extraRequestHeaders:b}=ka(o),S=new vh.NativeAuthClient({origin:t,apiUrl:i,expirySeconds:c,blockHashShard:_,gatewayUrl:h,extraRequestHeaders:b});return{getNativeAuthConfig:ka,initialize:(A,E)=>W(void 0,null,function*(){if(!i||!t)return"";let F=()=>S.getCurrentBlockHash(),O=E!=null?E:yield Qf(i,_,F),{hash:B,timestamp:K}=O,j=S.encodeValue(JSON.stringify(M(M({},A!=null?A:f),K?{timestamp:K}:{})));return`${S.encodeValue(t)}.${B}.${c}.${j}`}),getToken:({address:A,token:E,signature:F})=>S.getToken(A,E,F),getTokenExpiration:wh}};He();Ar();a();var Ns=require("react"),Ah=(o,t)=>{let[i,c]=(0,Ns.useState)(o);return(0,Ns.useEffect)(()=>{let f=setTimeout(()=>c(o),t);return()=>clearTimeout(f)},[o]),i};a();a();var Pl=require("react"),Ih=require("@multiversx/sdk-extension-provider");Ht();sn();He();br();a();var Lh=require("react"),ks=require("@multiversx/sdk-core");Ne();var GI=(o,t)=>{var i;return t?t===!0?o:(i=t.apiAddress)!=null?i:o:null},No=o=>{let t=X(Un),i=X(Tt),c=(0,Lh.useRef)(i==null?void 0:i.loginToken),_=GI(t.apiAddress,o),f=ka(M(M({},o===!0?{}:o),_?{apiAddress:_}:{})),h=Boolean(o),b=Ch(f),{address:S}=kr(),v=$e(),L=O=>{c.current=O,v(Vi(M({loginToken:O},_?{nativeAuthConfig:f}:{})))},A=()=>{try{return b.initialize()}catch(O){console.error("Unable to get block. Login failed.",O);return}},E=({address:O,signature:B})=>{let K=c.current;if(!K)throw"Token not found. Call `setLoginToken` first.";if(!h){v(Vi({loginToken:K,signature:B}));return}let j=b.getToken({address:O,token:K,signature:B});v(Vi(M({loginToken:K,signature:B,nativeAuthToken:j},_?{nativeAuthConfig:f}:{})))};return{configuration:f,setLoginToken:L,getNativeAuthLoginToken:A,setTokenLoginInfo:E,refreshNativeAuthTokenLogin:B=>W(void 0,[B],function*({signMessageCallback:O}){let K=yield A();if(c.current=K,!K)return;let j=new ks.SignableMessage({address:new ks.Address(S),message:l.Buffer.from(`${S}${K}{}`)}),ne=yield O(j,{});E({address:S,signature:ne.getSignature().toString("hex")})})}};var Nl=({callbackRoute:o,token:t,nativeAuth:i,onLoginRedirect:c})=>{let[_,f]=(0,Pl.useState)(""),[h,b]=(0,Pl.useState)(!1),S=i!=null,v=No(i),L=t,A=$e(),E=Gn();function F(){return W(this,null,function*(){if(E)throw new Error(wo);b(!0);let B=Ih.ExtensionProvider.getInstance();try{if(!(yield B.init())){console.warn("Something went wrong trying to redirect to wallet login..");return}let{pathname:j}=xe(),ne=encodeURIComponent(La(o!=null?o:j));if(S&&!L&&(L=yield v.getNativeAuthLoginToken(),!L)){console.warn("Fetching block failed. Login cancelled.");return}L&&v.setLoginToken(L);let G=M({callbackUrl:ne},L&&{token:L});yield B.login(G),Po(B);let{signature:ee,address:ae}=B.account;if(!ae){b(!1),console.warn("Login cancelled.");return}ee&&L&&v.setTokenLoginInfo({signature:ee,address:ae}),A(Cn({address:ae,loginMethod:"extension"})),jo({callbackRoute:o,onLoginRedirect:c,options:{signature:ee,address:ae}})}catch(K){console.error("error loging in",K),f("error logging in"+K.message)}finally{b(!1)}})}let O=Boolean(_);return[F,{loginFailed:O,error:_,isLoading:h&&!O,isLoggedIn:E&&!O}]};a();var Wh=require("react");re();a();a();re();var ko=o=>{var _;let t=X(Tt),i=(_=t==null?void 0:t.loginToken)!=null?_:o;if(!i)return;let c=wt(i);if(!!c)return c.origin.toLowerCase().startsWith(hu)};a();a();a();var Xt=D(require("bignumber.js")),Ph=o=>{let t=new Xt.default(o).dividedBy(1e3).integerValue(Xt.default.ROUND_FLOOR),i=new Xt.default(t).dividedBy(60).integerValue(Xt.default.ROUND_FLOOR),c=new Xt.default(i).dividedBy(60).integerValue(Xt.default.ROUND_FLOOR),_=c.modulo(60).isGreaterThan(1),f=i.modulo(60).isGreaterThan(1),h=i.modulo(60).isLessThan(1);return _?`${c} hours`:f?`${i} minutes`:h?"less than 1 minute":`${i} minute`};var Es=(o,t)=>{var f;let i=X(Tt),c=(f=i==null?void 0:i.loginToken)!=null?f:o;if(!c)return;let _=wt(c);if(!!_)return{className:t,url:_.origin,duration:Ph(_.ttl*1e3)}};a();a();a();var Rr=D(require("react")),Ml=D(require("classnames")),Mh=D(require("react-dom"));re();a();var HI=`.dapp-core-component__dappModalStyles__dappModal {
2716
2716
  position: fixed;
2717
2717
  z-index: 999;
2718
2718
  padding-top: 100px;