@multiversx/sdk-dapp 2.10.4 → 2.10.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 (422) hide show
  1. package/README.md +4 -0
  2. package/UI/DappModal/hooks/index.js +1 -1
  3. package/UI/DappModal/hooks/useDappModal.js +1 -1
  4. package/UI/DappModal/index.js +1 -1
  5. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  6. package/UI/ExplorerLink/index.js +1 -1
  7. package/UI/ModalContainer/ModalContainer.js +1 -1
  8. package/UI/ModalContainer/index.js +1 -1
  9. package/UI/NotificationModal/index.js +1 -1
  10. package/UI/Progress/index.d.ts +2 -2
  11. package/UI/Progress/index.js +1 -1
  12. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  20. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  21. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  22. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  23. package/UI/SignTransactionsModals/components/index.js +1 -1
  24. package/UI/SignTransactionsModals/index.js +1 -1
  25. package/UI/TokenDetails/index.js +1 -1
  26. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  27. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  28. package/UI/TransactionDetails/components/index.js +1 -1
  29. package/UI/TransactionDetails/index.js +1 -1
  30. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  31. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  32. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  33. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  34. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  35. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  36. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  37. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  38. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  39. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  40. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  41. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  42. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  43. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  44. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  45. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  46. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  47. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  48. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  49. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  50. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  51. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  52. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  53. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  54. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  55. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  56. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  57. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  58. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  59. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  60. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  61. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  62. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  63. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  64. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  65. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  66. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  67. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  68. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  69. package/UI/TransactionInfo/components/index.js +1 -1
  70. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  71. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  72. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  73. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  74. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  75. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  76. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  77. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  78. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  79. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  80. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  81. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  82. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  83. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  88. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  91. package/UI/TransactionInfo/index.js +1 -1
  92. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  93. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  94. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  95. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  96. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  97. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  98. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  99. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  100. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  101. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  102. package/UI/TransactionsTable/components/index.js +1 -1
  103. package/UI/TransactionsTable/index.js +1 -1
  104. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  105. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  106. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  107. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  108. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  109. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  110. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  111. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  112. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  113. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  114. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  115. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  116. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  117. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  118. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  119. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  120. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.d.ts +1 -1
  121. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  122. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  123. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  124. package/UI/TransactionsToastList/components/index.js +1 -1
  125. package/UI/TransactionsToastList/index.js +1 -1
  126. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  127. package/UI/index.js +1 -1
  128. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  129. package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
  130. package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
  131. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  132. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  133. package/UI/ledger/index.js +1 -1
  134. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  135. package/UI/pages/UnlockPage/index.js +1 -1
  136. package/UI/pages/index.js +1 -1
  137. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  138. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  139. package/UI/walletConnect/index.js +1 -1
  140. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  141. package/__chunks__/{chunk-PRWM5NXO.js → chunk-23AR74JT.js} +2 -2
  142. package/__chunks__/{chunk-VKDC3IWB.js → chunk-2ISPMCOR.js} +2 -2
  143. package/__chunks__/{chunk-5BCZMVXS.js → chunk-2IYNHVJL.js} +1 -1
  144. package/__chunks__/{chunk-ZT7BDVKR.js → chunk-2ZNMV4CY.js} +2 -2
  145. package/__chunks__/{chunk-33OCKJAV.js → chunk-3ICTRNAJ.js} +2 -2
  146. package/__chunks__/{chunk-URS4GMMU.js → chunk-3KCO4MXM.js} +2 -2
  147. package/__chunks__/{chunk-LYXQ7CIO.js → chunk-3NU4LLZB.js} +2 -2
  148. package/__chunks__/chunk-5HMS5KVK.js +2 -0
  149. package/__chunks__/{chunk-4RF32HNF.js → chunk-5SKFKZCR.js} +2 -2
  150. package/__chunks__/{chunk-VHYGEFUQ.js → chunk-5V6VYXL3.js} +2 -2
  151. package/__chunks__/{chunk-B22GF6DM.js → chunk-7REPD67L.js} +2 -2
  152. package/__chunks__/{chunk-LNJVLMB7.js → chunk-ARDY274Z.js} +2 -2
  153. package/__chunks__/chunk-ASAQ62V4.js +2 -0
  154. package/__chunks__/chunk-BUZJT76L.js +2 -0
  155. package/__chunks__/{chunk-CEULNEJE.js → chunk-C2YQPUWD.js} +2 -2
  156. package/__chunks__/{chunk-O6T3AYZU.js → chunk-C6JDAMLX.js} +2 -2
  157. package/__chunks__/{chunk-5XJEQUOW.js → chunk-CDOYWSYO.js} +2 -2
  158. package/__chunks__/{chunk-HKB7EFMV.js → chunk-CL4PMPHN.js} +2 -2
  159. package/__chunks__/{chunk-EUVACHJE.js → chunk-E4JTETZW.js} +2 -2
  160. package/__chunks__/{chunk-SDJZA4DK.js → chunk-FQGWBA4W.js} +2 -2
  161. package/__chunks__/chunk-FSGZYLZK.js +2 -0
  162. package/__chunks__/chunk-GVOVWBXS.js +2 -0
  163. package/__chunks__/{chunk-5SWCMULI.js → chunk-H7DVPZUN.js} +2 -2
  164. package/__chunks__/{chunk-KPWJNRVA.js → chunk-KL6JA2LY.js} +2 -2
  165. package/__chunks__/{chunk-V7L5LB27.js → chunk-LF2JB3GC.js} +2 -2
  166. package/__chunks__/{chunk-GHAQFK3S.js → chunk-MLWNORHX.js} +2 -2
  167. package/__chunks__/{chunk-7APG4MX7.js → chunk-MRHZ6VXL.js} +2 -2
  168. package/__chunks__/{chunk-UFHWS5AW.js → chunk-NVEJH4VD.js} +2 -2
  169. package/__chunks__/{chunk-JSSHU3EZ.js → chunk-OGWDYJ7D.js} +2 -2
  170. package/__chunks__/{chunk-IUPGQFMH.js → chunk-OSI6YIMO.js} +2 -2
  171. package/__chunks__/chunk-PO7P2NDG.js +2 -0
  172. package/__chunks__/{chunk-IKECFSKY.js → chunk-QDZ54HMC.js} +2 -2
  173. package/__chunks__/{chunk-XVSYJ5G4.js → chunk-QY35GWQL.js} +2 -2
  174. package/__chunks__/{chunk-XLC5AYSW.js → chunk-R3HRFF5X.js} +2 -2
  175. package/__chunks__/{chunk-S5MYJVLY.js → chunk-RCHECCGP.js} +2 -2
  176. package/__chunks__/chunk-TKIIHBF2.js +2 -0
  177. package/__chunks__/{chunk-NUIKMJXU.js → chunk-TMJYZR6V.js} +2 -2
  178. package/__chunks__/chunk-UFPATSSG.js +2 -0
  179. package/__chunks__/{chunk-WT2TPB6D.js → chunk-UQF6GCBQ.js} +2 -2
  180. package/__chunks__/chunk-WQMPD53F.js +2 -0
  181. package/__chunks__/{chunk-KV42JGDN.js → chunk-XAL5IR73.js} +2 -2
  182. package/__chunks__/chunk-XAQNBFSL.js +2 -0
  183. package/__chunks__/{chunk-XZT4X522.js → chunk-XNPGGZNV.js} +2 -2
  184. package/__commonjs/UI/DappModal/hooks/index.js +4 -4
  185. package/__commonjs/UI/DappModal/hooks/useDappModal.js +4 -4
  186. package/__commonjs/UI/DappModal/index.js +1 -1
  187. package/__commonjs/UI/ModalContainer/ModalContainer.js +1 -1
  188. package/__commonjs/UI/ModalContainer/index.js +1 -1
  189. package/__commonjs/UI/NotificationModal/index.js +1 -1
  190. package/__commonjs/UI/Progress/index.js +2 -2
  191. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  192. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  193. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +10 -10
  194. package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  195. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +10 -10
  196. package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +10 -10
  197. package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +8 -8
  198. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +10 -10
  199. package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +12 -12
  200. package/__commonjs/UI/SignTransactionsModals/components/TransactionStatusToast.js +8 -8
  201. package/__commonjs/UI/SignTransactionsModals/components/index.js +10 -10
  202. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  203. package/__commonjs/UI/TransactionInfo/TransactionInfo.js +1 -1
  204. package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  205. package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  206. package/__commonjs/UI/TransactionInfo/components/index.js +40 -40
  207. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +4 -4
  208. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +4 -4
  209. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  210. package/__commonjs/UI/TransactionInfo/index.js +1 -1
  211. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +16 -16
  212. package/__commonjs/UI/TransactionsTable/index.js +17 -17
  213. package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +21 -21
  214. package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  215. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  216. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  217. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  218. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  219. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  220. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  221. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  222. package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  223. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +22 -22
  224. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +6 -6
  225. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +22 -22
  226. package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +17 -17
  227. package/__commonjs/UI/TransactionsToastList/components/index.js +20 -20
  228. package/__commonjs/UI/TransactionsToastList/index.js +21 -21
  229. package/__commonjs/UI/index.js +73 -73
  230. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +2 -2
  231. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable.js +4 -4
  232. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  233. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +15 -15
  234. package/__commonjs/UI/ledger/index.js +4 -4
  235. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +4 -4
  236. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  237. package/__commonjs/UI/pages/index.js +1 -1
  238. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  239. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +4 -4
  240. package/__commonjs/UI/walletConnect/index.js +1 -1
  241. package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +7 -7
  242. package/__commonjs/__mocks__/index.js +5 -5
  243. package/__commonjs/__mocks__/utils/index.js +5 -5
  244. package/__commonjs/__mocks__/utils/renderWithProvider.js +5 -5
  245. package/__commonjs/components/LogoutListener/LogoutListener.js +1 -1
  246. package/__commonjs/components/LogoutListener/helpers/index.js +1 -1
  247. package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +3 -3
  248. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +3 -3
  249. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +11 -11
  250. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +11 -11
  251. package/__commonjs/components/LogoutListener/index.js +1 -1
  252. package/__commonjs/components/TransactionStatusToast/FailedTransactionStatusToast.js +8 -8
  253. package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
  254. package/__commonjs/components/TransactionsTracker/index.js +1 -1
  255. package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +3 -3
  256. package/__commonjs/hooks/index.js +3 -3
  257. package/__commonjs/hooks/login/index.js +5 -5
  258. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  259. package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
  260. package/__commonjs/utils/index.js +2 -2
  261. package/__commonjs/utils/math.js +1 -1
  262. package/__commonjs/utils/progress/getRemainingValue.js +9 -0
  263. package/__commonjs/utils/progress/index.js +9 -0
  264. package/__commonjs/utils/sanitizeCallbackUrl.js +1 -1
  265. package/__commonjs/wrappers/DappProvider/CustomComponents.js +5 -5
  266. package/__commonjs/wrappers/DappProvider/index.js +6 -6
  267. package/__commonjs/wrappers/index.js +1 -1
  268. package/__mocks__/index.js +1 -1
  269. package/__mocks__/utils/index.js +1 -1
  270. package/__mocks__/utils/renderWithProvider.js +1 -1
  271. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  272. package/apiCalls/accounts/index.js +1 -1
  273. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  274. package/apiCalls/configuration/index.js +1 -1
  275. package/apiCalls/getScamAddressData.js +1 -1
  276. package/apiCalls/index.js +1 -1
  277. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  278. package/apiCalls/transactions/index.js +1 -1
  279. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  280. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  281. package/apiCalls/utils/index.js +1 -1
  282. package/components/LogoutListener/LogoutListener.js +1 -1
  283. package/components/LogoutListener/helpers/index.js +1 -1
  284. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  285. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  286. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  287. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  288. package/components/LogoutListener/index.js +1 -1
  289. package/components/ProviderInitializer.js +1 -1
  290. package/components/TransactionSender/TransactionSender.js +1 -1
  291. package/components/TransactionSender/index.js +1 -1
  292. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
  293. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  294. package/components/TransactionsTracker/index.js +1 -1
  295. package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  296. package/hooks/account/index.js +1 -1
  297. package/hooks/account/useGetAccount.js +1 -1
  298. package/hooks/account/useGetAccountInfo.js +1 -1
  299. package/hooks/account/useGetIsLoggedIn.js +1 -1
  300. package/hooks/account/useGetLoginInfo.js +1 -1
  301. package/hooks/account/useGetWebsocketEvent.js +1 -1
  302. package/hooks/index.js +1 -1
  303. package/hooks/login/index.js +1 -1
  304. package/hooks/login/useExtensionLogin.js +1 -1
  305. package/hooks/login/useLedgerLogin.js +1 -1
  306. package/hooks/login/useLoginService.js +1 -1
  307. package/hooks/login/useOperaLogin.js +1 -1
  308. package/hooks/login/useWalletConnectLogin.js +1 -1
  309. package/hooks/login/useWalletConnectV2Login.js +1 -1
  310. package/hooks/login/useWebWalletLogin.js +1 -1
  311. package/hooks/signMessage/index.js +1 -1
  312. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  313. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  314. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  315. package/hooks/signMessage/useSignMessage.js +1 -1
  316. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  317. package/hooks/transactions/helpers/index.js +1 -1
  318. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  319. package/hooks/transactions/index.js +1 -1
  320. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  321. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  322. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  323. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  324. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  325. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  326. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  327. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  328. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  329. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  330. package/hooks/transactions/useGetTokenDetails.js +1 -1
  331. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  332. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  333. package/hooks/transactions/useSignTransactions.js +1 -1
  334. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  335. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  336. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  337. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  338. package/hooks/useGetNetworkConfig.js +1 -1
  339. package/hooks/useGetNotification.js +1 -1
  340. package/hooks/websocketListener/index.js +1 -1
  341. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  342. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  343. package/package.json +1 -1
  344. package/reduxStore/selectors/index.js +1 -1
  345. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  346. package/services/index.js +1 -1
  347. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  348. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  349. package/services/nativeAuth/helpers/index.js +1 -1
  350. package/services/nativeAuth/index.js +1 -1
  351. package/services/nativeAuth/methods/getToken.js +1 -1
  352. package/services/nativeAuth/methods/getTokenExpiration.js +1 -1
  353. package/services/nativeAuth/methods/index.js +1 -1
  354. package/services/nativeAuth/nativeAuth.js +1 -1
  355. package/services/transactions/index.js +1 -1
  356. package/services/transactions/sendTransactions.js +1 -1
  357. package/services/transactions/signTransactions.js +1 -1
  358. package/services/transactions/transformAndSignTransactions.js +1 -1
  359. package/services/transactions/utils.js +1 -1
  360. package/utils/account/getAccount.js +1 -1
  361. package/utils/account/getAccountBalance.js +1 -1
  362. package/utils/account/getAccountShard.js +1 -1
  363. package/utils/account/getAddress.js +1 -1
  364. package/utils/account/getLatestNonce.js +1 -1
  365. package/utils/account/index.js +1 -1
  366. package/utils/account/refreshAccount.js +1 -1
  367. package/utils/account/signMessage.js +1 -1
  368. package/utils/getIsLoggedIn.js +1 -1
  369. package/utils/index.d.ts +1 -0
  370. package/utils/index.js +1 -1
  371. package/utils/logout.js +1 -1
  372. package/utils/math.d.ts +5 -2
  373. package/utils/math.js +1 -1
  374. package/utils/network/getChainID.js +1 -1
  375. package/utils/network/getEgldLabel.js +1 -1
  376. package/utils/network/getNetworkConfig.js +1 -1
  377. package/utils/network/index.js +1 -1
  378. package/utils/operations/calculateFeeLimit.js +1 -1
  379. package/utils/operations/index.js +1 -1
  380. package/utils/progress/getRemainingValue.d.ts +11 -0
  381. package/utils/progress/getRemainingValue.js +2 -0
  382. package/utils/progress/index.d.ts +2 -0
  383. package/utils/progress/index.js +2 -0
  384. package/utils/sanitizeCallbackUrl.js +1 -1
  385. package/utils/tests/getRemainingValue.test.d.ts +2 -0
  386. package/utils/transactions/getAllTransactionsLink.js +1 -1
  387. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  388. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  389. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  390. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  391. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  392. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  393. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  394. package/utils/transactions/getTransactionLink.js +1 -1
  395. package/utils/transactions/index.js +1 -1
  396. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  397. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  398. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  399. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  400. package/utils/validation/index.js +1 -1
  401. package/web/hooks/index.js +1 -1
  402. package/web/hooks/useIdleTimer.js +1 -1
  403. package/web/index.js +1 -1
  404. package/wrappers/AppInitializer.js +1 -1
  405. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  406. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  407. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  408. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  409. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  410. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  411. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  412. package/wrappers/DappProvider/CustomComponents.js +1 -1
  413. package/wrappers/DappProvider/index.js +1 -1
  414. package/wrappers/index.js +1 -1
  415. package/__chunks__/chunk-3ARNSCNU.js +0 -2
  416. package/__chunks__/chunk-7H52FZED.js +0 -2
  417. package/__chunks__/chunk-CI5V2EIZ.js +0 -2
  418. package/__chunks__/chunk-E3ZZOQNR.js +0 -2
  419. package/__chunks__/chunk-F3USMPPZ.js +0 -2
  420. package/__chunks__/chunk-FN7XCOXT.js +0 -2
  421. package/__chunks__/chunk-PI5JHYWA.js +0 -2
  422. package/__chunks__/chunk-QXXPROXW.js +0 -2
@@ -2711,7 +2711,7 @@ a.dapp-core-component__main__side-link::after {
2711
2711
  right: 0;
2712
2712
  left: unset;
2713
2713
  width: calc(100% - 1.85rem);
2714
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(mb));var Vt={"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 Dd=require("react"),Qt=require("react-redux");a();var Mc=require("@reduxjs/toolkit"),Rd=require("react-redux/lib/utils/Subscription");ce();a();var cd=H(require("lodash.throttle"));ie();a();var ad=H(require("lodash.isequal")),_i=require("reselect");ve();var P=(0,_i.createSelectorCreator)(_i.defaultMemoize,ad.default),Uo=(t,r)=>t!=""&&Boolean(r);ce();bc();Kt();qt();var qb=[qr],ui=!1,Kb=(0,cd.default)(()=>{Mo(Oo())},5e3),sd=t=>r=>i=>{var k;if(qb.includes(i.type))return r(i);let p=t.getState(),f=xt.local.getItem(et.loginExpiresAt);if(!Uo((k=p==null?void 0:p.loginInfo)==null?void 0:k.loginMethod,p==null?void 0:p.account.address))return r(i);if(f==null)return Mo(Oo());let b=Date.now();return f-b<0&&!ui?setTimeout(()=>{ui=!0,t.dispatch(Fl())},1e3):(ui&&(ui=!1),Kb()),r(i)};a();a();function fi(){return typeof sessionStorage!="undefined"}var kd=fi()?(xd(),Po(Td)).default:(bd(),Po(yd)).default,Ed=fi()?(wd(),Po(Sd)).default:[],Cd=fi()?(Ld(),Po(Id)).default:t=>t;gi();var ee=(0,Mc.configureStore)({reducer:kd,middleware:t=>t({serializableCheck:{ignoredActions:[...Ed,yc.type,xc.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(sd)}),Pd=(0,Rd.createSubscription)(ee),ZI=Cd(ee),jI=(0,Mc.configureStore)({reducer:St});var fS={store:ee,subscription:Pd},Fc=(0,Dd.createContext)(fS),nL=(0,Qt.createStoreHook)(Fc),We=(0,Qt.createDispatchHook)(Fc),te=(0,Qt.createSelectorHook)(Fc);a();a();ce();var Wn=t=>t.account,eo=P(Wn,t=>t.address),no=P(Wn,eo,(t,r)=>r in t.accounts?t.accounts[r]:Xr),gS=P(Wn,no,(t,r)=>{let f=t,{accounts:i}=f,p=Ur(f,["accounts"]);return J(O({},p),{account:r})}),hS=P(no,t=>t.balance),TS=P(no,t=>{var r;return((r=t==null?void 0:t.nonce)==null?void 0:r.valueOf())||0}),iL=P(Wn,t=>t.shard),xS=P(Wn,t=>t.ledgerAccount),aL=P(Wn,t=>t.walletConnectAccount),cL=P(Wn,t=>t.isAccountLoading),sL=P(Wn,t=>t.accountLoadingError),Nd=P(Wn,t=>t.websocketEvent);a();var _n=t=>t.loginInfo,dL=P(_n,t=>t.loginMethod),Bc=P(_n,eo,(t,r)=>Uo(t.loginMethod,r)),_L=P(_n,t=>t.walletConnectLogin),uL=P(_n,t=>t.ledgerLogin),yS=P(_n,t=>t.walletLogin),fL=P(_n,t=>t.isLoginSessionInvalid),Uc=P(_n,t=>t.tokenLogin),gL=P(_n,t=>t.logoutRoute);a();var Od=t=>t.modals,xL=P(Od,t=>t.txSubmittedModal),bS=P(Od,t=>t.notificationModal);a();var Gn=t=>t.networkConfig,hi=P(Gn,t=>t.chainID),SS=P(Gn,t=>t.network.walletConnectBridgeAddress),wS=P(Gn,t=>t.network.walletConnectV2RelayAddress),vS=P(Gn,t=>t.network.walletConnectV2ProjectId),AS=P(Gn,t=>t.network.walletConnectV2Options),Md=P(Gn,t=>t.network.walletConnectDeepLink),tt=P(Gn,t=>t.network),Fd=P(tt,t=>t.apiAddress),Bd=P(tt,t=>t.explorerAddress),Ud=P(tt,t=>t.egldLabel);a();var Wc=t=>t.signedMessageInfo,vL=P(Wc,t=>t.isSigning),AL=P(Wc,t=>t.errorMessage),IL=P(Wc,t=>{let r=Object.keys(t.signedSessions),i=r.length;return t.signedSessions[r[i-1]]});a();var Gc=t=>t.toasts,EL=P(Gc,t=>t.customToasts),CL=P(Gc,t=>t.transactionToasts),RL=P(Gc,t=>t.failTransactionToast);a();ce();var Wd={errorMessage:kc,successMessage:Ec,processingMessage:Cc},IS=t=>t.transactionsInfo,LS=P(IS,(t,r)=>r,(t,r)=>r!=null&&(t==null?void 0:t[Number(r)])||Wd);a();a();var Ye=require("@multiversx/sdk-core");ie();a();function $c(t){try{return _.Buffer.from(t,"base64").toString()===atob(t)}catch(r){return!1}}function Ti(t){var f,y,b;let{data:r}=t,i=$c(r!=null?r:"")?Ye.TransactionPayload.fromEncoded(r):new Ye.TransactionPayload(r),p=new Ye.Transaction(O({value:t.value.valueOf(),data:i,nonce:t.nonce.valueOf(),receiver:new Ye.Address(t.receiver),sender:new Ye.Address(t.sender),gasLimit:(f=t.gasLimit.valueOf())!=null?f:Do,gasPrice:(y=t.gasPrice.valueOf())!=null?y:zr,chainID:t.chainID.valueOf(),version:new Ye.TransactionVersion((b=t.version)!=null?b:bl)},t.options?{options:new Ye.TransactionOptions(t.options)}:{}));return p.applySignature({hex:()=>t.signature||""},new Ye.Address(t.sender)),p}a();a();a();a();a();var ES=require("@multiversx/sdk-core/out");a();ie();a();var Gd=require("@multiversx/sdk-core");ve();a();var CS=require("@multiversx/sdk-core");a();a();a();var PS=require("@multiversx/sdk-core"),DS=H(require("bignumber.js"));he();a();a();a();a();a();var Vc="blocks";a();a();a();a();Ue();a();a();Ue();a();a();a();var GS=H(require("bignumber.js"));ie();a();var WS=require("@multiversx/sdk-core"),zc=H(require("bignumber.js"));ie();a();var BS=H(require("bignumber.js"));a();zc.default.config({ROUNDING_MODE:zc.default.ROUND_FLOOR});a();a();a();ie();a();a();a();a();ie();a();ie();a();var $S=require("@multiversx/sdk-core");ie();a();var Go=require("@multiversx/sdk-core"),zS=require("@multiversx/sdk-network-providers");ie();a();a();var HS=H(require("bignumber.js"));ie();a();ie();a();a();a();a();a();ie();a();Ue();var KS=["reDelegateRewards","claimRewards","unBond"],XS=["wrapEgld","unwrapEgld"],YS=["unStake"],ZS=["unDelegate"];a();a();a();ie();a();var ew=H(require("bignumber.js"));a();a();a();a();Ue();a();var nw=H(require("bignumber.js"));a();a();a();var rw=H(require("bignumber.js"));ve();a();a();a();a();he();a();a();a();a();Ue();a();a();a();var iw=H(require("linkifyjs"));a();ie();a();var aw=H(require("bignumber.js"));a();ve();a();a();he();a();he();a();a();a();Ue();a();Ue();a();var cw=H(require("bignumber.js"));ie();Ue();a();Ue();a();var jd=require("react");ve();a();a();Ue();a();a();var sw=require("@multiversx/sdk-core/out"),pw=H(require("bignumber.js"));Ue();a();ve();a();a();ve();var lR=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Jd=require("react");ve();a();var lw=require("react");Ue();var TR=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Jt();var Si=t=>t.transactions,to=P(Si,t=>t.signedTransactions),dw=P(Si,t=>t.signTransactionsError),Qd=P(Si,t=>t.signTransactionsCancelMessage),wi=t=>r=>Object.entries(r).reduce((i,[p,f])=>(t(f.status)&&(i[p]=f),i),{}),e_=P(to,wi(Yt)),n_=P(to,wi(Zt)),t_=P(to,wi(jt)),_w=P(to,wi(Pc)),o_=P(Si,t=>{var r;return(t==null?void 0:t.transactionsToSign)==null?null:J(O({},t.transactionsToSign),{transactions:((r=t==null?void 0:t.transactionsToSign)==null?void 0:r.transactions.map(i=>Ti(i)))||[]})}),uw=P(to,(t,r)=>r,(t,r)=>r!=null?(t==null?void 0:t[r])||{}:{});a();var r_=require("react");a();ce();a();a();a();a();a();a();a();a();var fw=require("@multiversx/sdk-extension-provider"),gw=require("@multiversx/sdk-hw-provider"),hw=require("@multiversx/sdk-opera-provider"),Tw=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),xw=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),yw=require("@multiversx/sdk-web-wallet-provider");ie();he();var $n=t=>`Unable to perform ${t}, Provider not initialized`,Kc=class{init(){return Promise.resolve(!1)}login(r){throw new Error($n(`login with options: ${r}`))}logout(r){throw new Error($n(`logout with options: ${r}`))}getAddress(){throw new Error($n("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error($n(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error($n(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error($n(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error($n(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error($n(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error($n(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},bw=new Kc;ce();a();a();var Sw=H(require("axios"));a();a();a();he();a();a();a();Jt();a();a();a();var ww=H(require("axios"));a();var vw=H(require("axios"));a();var Iw=H(require("axios"));a();a();var Lw=H(require("axios"));a();var kw=H(require("axios"));a();ce();he();a();a();ce();a();a();var s_=require("@multiversx/sdk-core");a();Ce();ve();a();Jt();a();ce();he();a();ce();ve();a();a();a();ve();a();a();a();a();var Pw=H(require("axios")),Dw=H(require("swr"));a();a();var p_=require("react");a();var Ow=require("react"),Mw=require("@multiversx/sdk-web-wallet-provider"),Fw=H(require("qs"));ie();ce();he();a();var l_=require("react");wc();a();var f_=require("react"),qw=require("@multiversx/sdk-extension-provider");ie();a();ce();he();a();a();a();a();var u_=require("react"),$w=require("@multiversx/sdk-extension-provider");ie();a();a();a();var oo=()=>te(no);a();a();a();a();a();var $o=H(require("react"));var r6=(0,$o.createContext)({}),i6=ee.getState();a();var __=H(require("react"));a();var Zc=H(require("react")),Uw=H(require("axios"));a();a();ce();a();a();var Kw=H(require("axios"));ce();ve();Fo();a();Tt();ce();a();a();var rv=require("react");a();a();a();ce();a();a();var Zw=H(require("bignumber.js"));ie();ce();ve();a();var Yw=H(require("bignumber.js"));ie();a();var jw=require("@multiversx/sdk-core"),Jw=H(require("bignumber.js"));ie();a();a();a();a();ie();a();var Qw=H(g_());a();a();a();a();a();var ev=H(require("bignumber.js"));a();var y_=H(require("axios"));a();a();a();function T_(t){return K(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var x_=(t,r,i,p=0)=>K(void 0,null,function*(){try{return yield t(...i)}catch(f){return p<r.retries?((r==null?void 0:r.delay)!=null&&(yield T_(r.delay)),yield x_(t,r,i,p+1)):null}}),Jc=(t,r={retries:5,delay:500})=>(...i)=>K(void 0,null,function*(){return yield x_(t,r,i)});var nv=4;var gF=Jc((t,r)=>K(void 0,null,function*(){let{data:i}=yield y_.default.get(`${t}/${Vc}?from=${nv}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[p]=i;return p}));a();a();Kr();a();var b_,EF={origin:typeof window!="undefined"?(b_=window==null?void 0:window.location)==null?void 0:b_.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();he();Jt();a();var S_=require("react");a();a();var av=require("react"),cv=require("@multiversx/sdk-extension-provider");Tt();Ce();he();a();yt();a();var iv=require("react"),w_=require("@multiversx/sdk-core");ce();a();var sv=require("react"),pv=require("@multiversx/sdk-opera-provider");Tt();Ce();he();yt();a();var dv=require("react");Tt();ce();a();a();a();dc();a();a();var mv=H(require("platform"));a();Ce();ve();Fo();Kt();qt();a();a();a();a();a();a();Fo();Kt();a();a();a();ce();a();a();var lv=H(require("axios"));a();a();var v_=require("react"),uv=require("@multiversx/sdk-hw-provider");Tt();Ce();ce();he();yt();a();var _v=require("react");a();var es=require("react"),hv=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider");Ce();ce();he();yt();a();var ns=require("react"),Tv=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider");Ce();ce();he();yt();a();a();var A_=require("react");a();var bv=require("react");a();var ts=require("react"),yv=require("socket.io-client");ce();a();a();a();a();var I_=t=>t.dappModal,Sv=P(I_,t=>t.visible),Li=P(I_,t=>t.modal),YW=P(Li,t=>t.showHeader),ZW=P(Li,t=>t.showFooter),jW=P(Li,t=>t.headerText),JW=P(Li,t=>t.footerText);var wv=({transaction:t})=>{let{nonce:r}=oo(),{nonce:i}=t;return i>r?ki.default.createElement("div",{className:(0,os.default)(Vt.dFlex,Vt.ml1)},ki.default.createElement(k_.FontAwesomeIcon,{icon:L_.faAngleDown,className:Vt.textSecondary,style:{marginTop:"2px"},transform:{rotate:45}}),"\xA0",ki.default.createElement("small",{className:(0,os.default)(Vt.textWarning,Vt.ml1)}," ","Probable higher nonce in transaction")):null};0&&(module.exports={NonceMessage});
2714
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(mb));var Vt={"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 Dd=require("react"),Qt=require("react-redux");a();var Mc=require("@reduxjs/toolkit"),Rd=require("react-redux/lib/utils/Subscription");ce();a();var cd=H(require("lodash.throttle"));ie();a();var ad=H(require("lodash.isequal")),_i=require("reselect");ve();var P=(0,_i.createSelectorCreator)(_i.defaultMemoize,ad.default),Uo=(t,r)=>t!=""&&Boolean(r);ce();bc();Kt();qt();var qb=[qr],ui=!1,Kb=(0,cd.default)(()=>{Mo(Oo())},5e3),sd=t=>r=>i=>{var k;if(qb.includes(i.type))return r(i);let p=t.getState(),f=xt.local.getItem(et.loginExpiresAt);if(!Uo((k=p==null?void 0:p.loginInfo)==null?void 0:k.loginMethod,p==null?void 0:p.account.address))return r(i);if(f==null)return Mo(Oo());let b=Date.now();return f-b<0&&!ui?setTimeout(()=>{ui=!0,t.dispatch(Fl())},1e3):(ui&&(ui=!1),Kb()),r(i)};a();a();function fi(){return typeof sessionStorage!="undefined"}var kd=fi()?(xd(),Po(Td)).default:(bd(),Po(yd)).default,Ed=fi()?(wd(),Po(Sd)).default:[],Cd=fi()?(Ld(),Po(Id)).default:t=>t;gi();var ee=(0,Mc.configureStore)({reducer:kd,middleware:t=>t({serializableCheck:{ignoredActions:[...Ed,yc.type,xc.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(sd)}),Pd=(0,Rd.createSubscription)(ee),ZI=Cd(ee),jI=(0,Mc.configureStore)({reducer:St});var fS={store:ee,subscription:Pd},Fc=(0,Dd.createContext)(fS),nL=(0,Qt.createStoreHook)(Fc),We=(0,Qt.createDispatchHook)(Fc),te=(0,Qt.createSelectorHook)(Fc);a();a();ce();var Wn=t=>t.account,eo=P(Wn,t=>t.address),no=P(Wn,eo,(t,r)=>r in t.accounts?t.accounts[r]:Xr),gS=P(Wn,no,(t,r)=>{let f=t,{accounts:i}=f,p=Ur(f,["accounts"]);return J(O({},p),{account:r})}),hS=P(no,t=>t.balance),TS=P(no,t=>{var r;return((r=t==null?void 0:t.nonce)==null?void 0:r.valueOf())||0}),iL=P(Wn,t=>t.shard),xS=P(Wn,t=>t.ledgerAccount),aL=P(Wn,t=>t.walletConnectAccount),cL=P(Wn,t=>t.isAccountLoading),sL=P(Wn,t=>t.accountLoadingError),Nd=P(Wn,t=>t.websocketEvent);a();var _n=t=>t.loginInfo,dL=P(_n,t=>t.loginMethod),Bc=P(_n,eo,(t,r)=>Uo(t.loginMethod,r)),_L=P(_n,t=>t.walletConnectLogin),uL=P(_n,t=>t.ledgerLogin),yS=P(_n,t=>t.walletLogin),fL=P(_n,t=>t.isLoginSessionInvalid),Uc=P(_n,t=>t.tokenLogin),gL=P(_n,t=>t.logoutRoute);a();var Od=t=>t.modals,xL=P(Od,t=>t.txSubmittedModal),bS=P(Od,t=>t.notificationModal);a();var Gn=t=>t.networkConfig,hi=P(Gn,t=>t.chainID),SS=P(Gn,t=>t.network.walletConnectBridgeAddress),wS=P(Gn,t=>t.network.walletConnectV2RelayAddress),vS=P(Gn,t=>t.network.walletConnectV2ProjectId),AS=P(Gn,t=>t.network.walletConnectV2Options),Md=P(Gn,t=>t.network.walletConnectDeepLink),tt=P(Gn,t=>t.network),Fd=P(tt,t=>t.apiAddress),Bd=P(tt,t=>t.explorerAddress),Ud=P(tt,t=>t.egldLabel);a();var Wc=t=>t.signedMessageInfo,vL=P(Wc,t=>t.isSigning),AL=P(Wc,t=>t.errorMessage),IL=P(Wc,t=>{let r=Object.keys(t.signedSessions),i=r.length;return t.signedSessions[r[i-1]]});a();var Gc=t=>t.toasts,EL=P(Gc,t=>t.customToasts),CL=P(Gc,t=>t.transactionToasts),RL=P(Gc,t=>t.failTransactionToast);a();ce();var Wd={errorMessage:kc,successMessage:Ec,processingMessage:Cc},IS=t=>t.transactionsInfo,LS=P(IS,(t,r)=>r,(t,r)=>r!=null&&(t==null?void 0:t[Number(r)])||Wd);a();a();var Ye=require("@multiversx/sdk-core");ie();a();function $c(t){try{return _.Buffer.from(t,"base64").toString()===atob(t)}catch(r){return!1}}function Ti(t){var f,y,b;let{data:r}=t,i=$c(r!=null?r:"")?Ye.TransactionPayload.fromEncoded(r):new Ye.TransactionPayload(r),p=new Ye.Transaction(O({value:t.value.valueOf(),data:i,nonce:t.nonce.valueOf(),receiver:new Ye.Address(t.receiver),sender:new Ye.Address(t.sender),gasLimit:(f=t.gasLimit.valueOf())!=null?f:Do,gasPrice:(y=t.gasPrice.valueOf())!=null?y:zr,chainID:t.chainID.valueOf(),version:new Ye.TransactionVersion((b=t.version)!=null?b:bl)},t.options?{options:new Ye.TransactionOptions(t.options)}:{}));return p.applySignature({hex:()=>t.signature||""},new Ye.Address(t.sender)),p}a();a();a();a();a();var ES=require("@multiversx/sdk-core/out");a();ie();a();var Gd=require("@multiversx/sdk-core");ve();a();var CS=require("@multiversx/sdk-core");a();a();a();var PS=require("@multiversx/sdk-core"),DS=H(require("bignumber.js"));he();a();a();a();a();a();var Vc="blocks";a();a();a();a();Ue();a();a();Ue();a();a();a();var GS=H(require("bignumber.js"));ie();a();var WS=require("@multiversx/sdk-core"),zc=H(require("bignumber.js"));ie();a();var BS=H(require("bignumber.js"));a();zc.default.config({ROUNDING_MODE:zc.default.ROUND_FLOOR});a();a();a();ie();a();a();a();a();ie();a();ie();a();var $S=require("@multiversx/sdk-core");ie();a();var Go=require("@multiversx/sdk-core"),zS=require("@multiversx/sdk-network-providers");ie();a();a();var HS=H(require("bignumber.js"));ie();a();ie();a();a();a();a();a();ie();a();Ue();var KS=["reDelegateRewards","claimRewards","unBond"],XS=["wrapEgld","unwrapEgld"],YS=["unStake"],ZS=["unDelegate"];a();a();a();ie();a();var ew=H(require("bignumber.js"));a();a();a();a();Ue();a();var nw=H(require("bignumber.js"));a();a();a();var rw=H(require("bignumber.js"));ve();a();a();a();a();he();a();a();a();a();Ue();a();a();a();var iw=H(require("linkifyjs"));a();ie();a();var aw=H(require("bignumber.js"));a();ve();a();a();he();a();he();a();a();a();Ue();a();Ue();a();var cw=H(require("bignumber.js"));ie();Ue();a();Ue();a();var jd=require("react");ve();a();a();Ue();a();a();var sw=require("@multiversx/sdk-core/out"),pw=H(require("bignumber.js"));Ue();a();ve();a();a();ve();var lR=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];a();var Jd=require("react");ve();a();var lw=require("react");Ue();var TR=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Jt();var Si=t=>t.transactions,to=P(Si,t=>t.signedTransactions),dw=P(Si,t=>t.signTransactionsError),Qd=P(Si,t=>t.signTransactionsCancelMessage),wi=t=>r=>Object.entries(r).reduce((i,[p,f])=>(t(f.status)&&(i[p]=f),i),{}),e_=P(to,wi(Yt)),n_=P(to,wi(Zt)),t_=P(to,wi(jt)),_w=P(to,wi(Pc)),o_=P(Si,t=>{var r;return(t==null?void 0:t.transactionsToSign)==null?null:J(O({},t.transactionsToSign),{transactions:((r=t==null?void 0:t.transactionsToSign)==null?void 0:r.transactions.map(i=>Ti(i)))||[]})}),uw=P(to,(t,r)=>r,(t,r)=>r!=null?(t==null?void 0:t[r])||{}:{});a();var r_=require("react");a();ce();a();a();a();a();a();a();a();a();var fw=require("@multiversx/sdk-extension-provider"),gw=require("@multiversx/sdk-hw-provider"),hw=require("@multiversx/sdk-opera-provider"),Tw=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),xw=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),yw=require("@multiversx/sdk-web-wallet-provider");ie();he();var $n=t=>`Unable to perform ${t}, Provider not initialized`,Kc=class{init(){return Promise.resolve(!1)}login(r){throw new Error($n(`login with options: ${r}`))}logout(r){throw new Error($n(`logout with options: ${r}`))}getAddress(){throw new Error($n("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(r,i){throw new Error($n(`sendTransaction with transactions: ${r} options: ${i}`))}signTransaction(r,i){throw new Error($n(`signTransaction with transactions: ${r} options: ${i}`))}signTransactions(r,i){throw new Error($n(`signTransactions with transactions: ${r} options: ${i}`))}signMessage(r,i){throw new Error($n(`signTransactions with ${r} and options ${i}`))}sendCustomMessage({method:r,params:i}){throw new Error($n(`sendCustomMessage with method: ${r} params: ${i}`))}sendCustomRequest(r){throw new Error($n(`sendSessionEvent with options: ${r}`))}ping(){return Promise.resolve(!1)}},bw=new Kc;ce();a();a();var Sw=H(require("axios"));a();a();a();he();a();a();a();Jt();a();a();a();var ww=H(require("axios"));a();var vw=H(require("axios"));a();var Iw=H(require("axios"));a();a();var Lw=H(require("axios"));a();var kw=H(require("axios"));a();ce();he();a();a();ce();a();a();var s_=require("@multiversx/sdk-core");a();Ce();ve();a();Jt();a();ce();he();a();ce();ve();a();a();a();ve();a();a();a();a();var Pw=H(require("axios")),Dw=H(require("swr"));a();a();var p_=require("react");a();var Ow=require("react"),Mw=require("@multiversx/sdk-web-wallet-provider"),Fw=H(require("qs"));ie();ce();he();a();var l_=require("react");wc();a();var f_=require("react"),qw=require("@multiversx/sdk-extension-provider");ie();a();ce();he();a();a();a();a();var u_=require("react"),$w=require("@multiversx/sdk-extension-provider");ie();a();a();a();var oo=()=>te(no);a();a();a();a();a();var $o=H(require("react"));var r6=(0,$o.createContext)({}),i6=ee.getState();a();var __=H(require("react"));a();var Zc=H(require("react")),Uw=H(require("axios"));a();a();ce();a();a();var Kw=H(require("axios"));ce();ve();Fo();a();Tt();ce();a();a();var rv=require("react");a();a();a();ce();a();a();var Zw=H(require("bignumber.js"));ie();ce();ve();a();var Yw=H(require("bignumber.js"));ie();a();var jw=require("@multiversx/sdk-core"),Jw=H(require("bignumber.js"));ie();a();a();a();a();ie();a();var Qw=H(g_());a();a();a();a();a();var ev=H(require("bignumber.js"));a();var y_=H(require("axios"));a();a();a();function T_(t){return K(this,null,function*(){return yield new Promise(r=>{setTimeout(()=>r(),t)})})}a();var x_=(t,r,i,p=0)=>K(void 0,null,function*(){try{return yield t(...i)}catch(f){return p<r.retries?((r==null?void 0:r.delay)!=null&&(yield T_(r.delay)),yield x_(t,r,i,p+1)):null}}),Jc=(t,r={retries:5,delay:500})=>(...i)=>K(void 0,null,function*(){return yield x_(t,r,i)});var nv=4;var gF=Jc((t,r)=>K(void 0,null,function*(){let{data:i}=yield y_.default.get(`${t}/${Vc}?from=${nv}&size=1&fields=hash,timestamp${r?"&shard="+r:""}`),[p]=i;return p}));a();a();Kr();a();var b_,EF={origin:typeof window!="undefined"?(b_=window==null?void 0:window.location)==null?void 0:b_.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};a();he();Jt();a();var S_=require("react");a();a();var av=require("react"),cv=require("@multiversx/sdk-extension-provider");Tt();Ce();he();a();yt();a();var iv=require("react"),w_=require("@multiversx/sdk-core");ce();a();var sv=require("react"),pv=require("@multiversx/sdk-opera-provider");Tt();Ce();he();yt();a();var dv=require("react");Tt();ce();a();a();a();dc();a();a();var mv=H(require("platform"));a();Ce();ve();Fo();Kt();qt();a();a();a();a();a();a();a();a();Fo();Kt();a();a();a();ce();a();a();var lv=H(require("axios"));a();a();var v_=require("react"),uv=require("@multiversx/sdk-hw-provider");Tt();Ce();ce();he();yt();a();var _v=require("react");a();var es=require("react"),hv=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider");Ce();ce();he();yt();a();var ns=require("react"),Tv=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider");Ce();ce();he();yt();a();a();var A_=require("react");a();var bv=require("react");a();var ts=require("react"),yv=require("socket.io-client");ce();a();a();a();a();var I_=t=>t.dappModal,Sv=P(I_,t=>t.visible),Li=P(I_,t=>t.modal),n8=P(Li,t=>t.showHeader),t8=P(Li,t=>t.showFooter),o8=P(Li,t=>t.headerText),r8=P(Li,t=>t.footerText);var wv=({transaction:t})=>{let{nonce:r}=oo(),{nonce:i}=t;return i>r?ki.default.createElement("div",{className:(0,os.default)(Vt.dFlex,Vt.ml1)},ki.default.createElement(k_.FontAwesomeIcon,{icon:L_.faAngleDown,className:Vt.textSecondary,style:{marginTop:"2px"},transform:{rotate:45}}),"\xA0",ki.default.createElement("small",{className:(0,os.default)(Vt.textWarning,Vt.ml1)}," ","Probable higher nonce in transaction")):null};0&&(module.exports={NonceMessage});
2715
2715
  /*!
2716
2716
  * The buffer module from node.js, for the browser.
2717
2717
  *