@multiversx/sdk-dapp 2.12.7 → 2.12.9

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 (812) hide show
  1. package/UI/DappModal/hooks/index.js +1 -1
  2. package/UI/DappModal/hooks/useDappModal.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/Denominate/index.js +1 -1
  5. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  6. package/UI/ExplorerLink/index.js +1 -1
  7. package/UI/FormatAmount/FormatAmount.js +1 -1
  8. package/UI/FormatAmount/index.js +1 -1
  9. package/UI/ModalContainer/ModalContainer.js +1 -1
  10. package/UI/ModalContainer/index.js +1 -1
  11. package/UI/NotificationModal/NotificationModal.js +1 -1
  12. package/UI/NotificationModal/index.js +1 -1
  13. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  27. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  28. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  29. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  30. package/UI/SignTransactionsModals/components/index.js +1 -1
  31. package/UI/SignTransactionsModals/index.js +1 -1
  32. package/UI/TokenDetails/index.js +1 -1
  33. package/UI/TransactionData/index.js +1 -1
  34. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  35. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  36. package/UI/TransactionDetails/components/index.js +1 -1
  37. package/UI/TransactionDetails/index.js +1 -1
  38. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  39. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  40. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  41. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  42. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  43. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  44. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  45. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  46. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  47. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  48. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  49. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  50. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  51. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  52. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  53. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  54. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  55. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  56. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  57. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  58. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  59. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  60. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  61. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  62. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  63. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  64. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  65. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  66. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  67. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  68. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  69. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  70. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  71. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  72. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  73. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  74. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  75. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  76. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  77. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  79. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  80. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  81. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  82. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  83. package/UI/TransactionInfo/components/index.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  88. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  99. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  100. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  103. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  104. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  105. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  106. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  107. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  108. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  109. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  110. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  111. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  112. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  113. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  114. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  115. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  116. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  117. package/UI/TransactionInfo/index.js +1 -1
  118. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  119. package/UI/TransactionsTable/components/AccountName.js +1 -1
  120. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  121. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  122. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  123. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  124. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  125. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  126. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  127. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  128. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  129. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  130. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  131. package/UI/TransactionsTable/components/index.js +1 -1
  132. package/UI/TransactionsTable/index.js +1 -1
  133. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  134. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  135. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  136. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  137. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  138. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  139. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  140. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  141. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  142. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  143. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  144. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  145. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  146. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  147. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  148. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  149. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  150. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  151. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  152. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  153. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  154. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  155. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  156. package/UI/TransactionsToastList/components/index.js +1 -1
  157. package/UI/TransactionsToastList/index.js +1 -1
  158. package/UI/Trim/Trim.js +1 -1
  159. package/UI/Trim/index.js +1 -1
  160. package/UI/UsdValue/UsdValue.js +1 -1
  161. package/UI/UsdValue/index.js +1 -1
  162. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  163. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  164. package/UI/index.js +1 -1
  165. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  166. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  167. package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
  168. package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
  169. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  170. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  171. package/UI/ledger/index.js +1 -1
  172. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  173. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  174. package/UI/pages/UnlockPage/index.js +1 -1
  175. package/UI/pages/index.js +1 -1
  176. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  177. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  178. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  179. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  180. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  181. package/UI/walletConnect/index.js +1 -1
  182. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  183. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  184. package/__chunks__/{chunk-LBX3NVTC.js → chunk-25TTQGEX.js} +2 -2
  185. package/__chunks__/chunk-2BLNKKQV.js +2 -0
  186. package/__chunks__/chunk-2BTY3EO2.js +2 -0
  187. package/__chunks__/{chunk-KWX447BW.js → chunk-2PENUQYV.js} +2 -2
  188. package/__chunks__/{chunk-43KKXRC2.js → chunk-2PHNBV5S.js} +2 -2
  189. package/__chunks__/{chunk-OQEMXMDD.js → chunk-2SLPJGXG.js} +2 -2
  190. package/__chunks__/{chunk-HFQEDJ2B.js → chunk-3HZD5T6Q.js} +2 -2
  191. package/__chunks__/{chunk-GU3PXNAY.js → chunk-3IC3OYH5.js} +2 -2
  192. package/__chunks__/chunk-3OGDWVO7.js +2 -0
  193. package/__chunks__/{chunk-3JQJVPDO.js → chunk-3R7ET7XL.js} +2 -2
  194. package/__chunks__/chunk-3THCFE3J.js +2 -0
  195. package/__chunks__/{chunk-N2ZBQYKD.js → chunk-3WFJFXHY.js} +2 -2
  196. package/__chunks__/{chunk-BVZVVWO6.js → chunk-4CAZDF4D.js} +2 -2
  197. package/__chunks__/{chunk-KRXH6FKC.js → chunk-4FE3KVGP.js} +2 -2
  198. package/__chunks__/{chunk-WXFYRHD2.js → chunk-4JYZVFIV.js} +2 -2
  199. package/__chunks__/{chunk-ZMLTCUNQ.js → chunk-4KYCLIP2.js} +2 -2
  200. package/__chunks__/{chunk-OC7RHJY6.js → chunk-4T5TFHF6.js} +2 -2
  201. package/__chunks__/{chunk-A44Y55F7.js → chunk-4TCBBUSU.js} +2 -2
  202. package/__chunks__/{chunk-WROIAT2N.js → chunk-53Z7RDHU.js} +2 -2
  203. package/__chunks__/{chunk-7STA5D2T.js → chunk-56B7W2CE.js} +2 -2
  204. package/__chunks__/{chunk-4DGKR73R.js → chunk-56SUHXO3.js} +2 -2
  205. package/__chunks__/{chunk-LMH5D7PO.js → chunk-57NMXSRH.js} +2 -2
  206. package/__chunks__/{chunk-HLLGV3J2.js → chunk-5HZXCEQP.js} +2 -2
  207. package/__chunks__/{chunk-5RTGGHL7.js → chunk-5ICW6RLY.js} +2 -2
  208. package/__chunks__/{chunk-UHCLDQPY.js → chunk-5KKL6JIU.js} +2 -2
  209. package/__chunks__/{chunk-NGTYLR2P.js → chunk-5NDR2D3X.js} +2 -2
  210. package/__chunks__/chunk-5OHINNEN.js +2 -0
  211. package/__chunks__/chunk-5OYFXQSK.js +2 -0
  212. package/__chunks__/{chunk-YISI3TO4.js → chunk-5RPCQPBF.js} +2 -2
  213. package/__chunks__/{chunk-SINZVRGH.js → chunk-5WVG4JZ7.js} +2 -2
  214. package/__chunks__/{chunk-A5MGV2PF.js → chunk-5YGIUAD2.js} +2 -2
  215. package/__chunks__/{chunk-2YAOMBOW.js → chunk-5ZIX54TL.js} +2 -2
  216. package/__chunks__/{chunk-LNYWXGW7.js → chunk-6BNAALDP.js} +2 -2
  217. package/__chunks__/{chunk-A4OOIO54.js → chunk-6K4XJH5A.js} +2 -2
  218. package/__chunks__/{chunk-XD4W6G6Z.js → chunk-6OMJ6CE3.js} +2 -2
  219. package/__chunks__/{chunk-7CRTEUXQ.js → chunk-6QPBOXBF.js} +2 -2
  220. package/__chunks__/{chunk-N623YQX6.js → chunk-6WNGX2UB.js} +2 -2
  221. package/__chunks__/{chunk-RT4HX36Y.js → chunk-74BGZJCF.js} +2 -2
  222. package/__chunks__/chunk-75Q5SGBX.js +2 -0
  223. package/__chunks__/chunk-7ETWKK72.js +2 -0
  224. package/__chunks__/{chunk-6ACULWGS.js → chunk-7HNXQY2P.js} +2 -2
  225. package/__chunks__/chunk-7KVNUW4X.js +2 -0
  226. package/__chunks__/chunk-7N3S4X5Z.js +2 -0
  227. package/__chunks__/{chunk-WYNDSNTB.js → chunk-7UGNRV3L.js} +2 -2
  228. package/__chunks__/{chunk-XSU33MQE.js → chunk-7YF2VSF3.js} +2 -2
  229. package/__chunks__/chunk-7ZSWPMJ4.js +2 -0
  230. package/__chunks__/{chunk-WUCNNANV.js → chunk-A2CJZ723.js} +2 -2
  231. package/__chunks__/{chunk-TIQDH77C.js → chunk-AGTRHMNE.js} +2 -2
  232. package/__chunks__/{chunk-BDZY57A6.js → chunk-AHAGSUXW.js} +2 -2
  233. package/__chunks__/{chunk-42HHDBSD.js → chunk-AZUNNOQY.js} +2 -2
  234. package/__chunks__/{chunk-XKNQBRZO.js → chunk-B2SQFN7A.js} +2 -2
  235. package/__chunks__/{chunk-BZI5U74P.js → chunk-B76A3L37.js} +2 -2
  236. package/__chunks__/{chunk-M37NJUED.js → chunk-BB2CFNPA.js} +2 -2
  237. package/__chunks__/{chunk-QMAHFUXC.js → chunk-BKXGJHZ3.js} +2 -2
  238. package/__chunks__/{chunk-SGTU3REC.js → chunk-BMDDZG5S.js} +2 -2
  239. package/__chunks__/{chunk-5AT2CLST.js → chunk-BT4VUQHG.js} +2 -2
  240. package/__chunks__/{chunk-KJYPS4WM.js → chunk-BTVXK5F6.js} +2 -2
  241. package/__chunks__/chunk-BUNAZAQ2.js +2 -0
  242. package/__chunks__/{chunk-FX4ZAXUB.js → chunk-BVCSDUY7.js} +2 -2
  243. package/__chunks__/chunk-BZIYSYBS.js +2 -0
  244. package/__chunks__/chunk-C2O57ZZ3.js +2 -0
  245. package/__chunks__/{chunk-C46ILTGH.js → chunk-C3UPWTUL.js} +2 -2
  246. package/__chunks__/{chunk-INRJLH3K.js → chunk-C4JP2AAG.js} +2 -2
  247. package/__chunks__/{chunk-BFBJHILF.js → chunk-CE2CKTCJ.js} +2 -2
  248. package/__chunks__/{chunk-PFR5SUOK.js → chunk-CIY3BJYV.js} +2 -2
  249. package/__chunks__/{chunk-4NWSTAAZ.js → chunk-CLPQUX3I.js} +2 -2
  250. package/__chunks__/{chunk-GSAU65SR.js → chunk-CRFC2MYX.js} +1 -1
  251. package/__chunks__/{chunk-IE3ZZJWG.js → chunk-CS2PI52S.js} +2 -2
  252. package/__chunks__/{chunk-K4DOQKCI.js → chunk-CSONSW5S.js} +2 -2
  253. package/__chunks__/{chunk-U3IQKDUV.js → chunk-CXX3IDIG.js} +2 -2
  254. package/__chunks__/{chunk-D4GAJYCJ.js → chunk-DCD6EPNO.js} +2 -2
  255. package/__chunks__/{chunk-IB3UZXZV.js → chunk-DEHX5LRO.js} +2 -2
  256. package/__chunks__/{chunk-B3VMBKYV.js → chunk-DELOCRND.js} +2 -2
  257. package/__chunks__/{chunk-TPQDDLQV.js → chunk-DHI6DZRI.js} +2 -2
  258. package/__chunks__/{chunk-KCBVOAE5.js → chunk-DQAQI23Z.js} +2 -2
  259. package/__chunks__/{chunk-E6MPNKOA.js → chunk-DTARVI54.js} +2 -2
  260. package/__chunks__/{chunk-PW5QTCOQ.js → chunk-DZG4H2UO.js} +2 -2
  261. package/__chunks__/{chunk-PZZ4E52R.js → chunk-E2B7GAGB.js} +2 -2
  262. package/__chunks__/{chunk-2UCCB3MP.js → chunk-E3RKWI4F.js} +2 -2
  263. package/__chunks__/{chunk-H4XPIFVE.js → chunk-E5LS66QV.js} +2 -2
  264. package/__chunks__/{chunk-HOXLOOU2.js → chunk-EAK4AGOD.js} +2 -2
  265. package/__chunks__/{chunk-FBQHXG72.js → chunk-EDS2UEWP.js} +2 -2
  266. package/__chunks__/{chunk-CXFIBSLH.js → chunk-EHO2KJIN.js} +2 -2
  267. package/__chunks__/{chunk-3FNKFXI5.js → chunk-EIM6YCMX.js} +2 -2
  268. package/__chunks__/{chunk-UZUMPS4D.js → chunk-EK6G5G7U.js} +2 -2
  269. package/__chunks__/{chunk-ZTX5FNGQ.js → chunk-ELJKPLDZ.js} +2 -2
  270. package/__chunks__/chunk-EPKOUSPT.js +2 -0
  271. package/__chunks__/{chunk-LINILSAX.js → chunk-ERRCJ5WO.js} +2 -2
  272. package/__chunks__/{chunk-GXFGHRHG.js → chunk-ESUOJPFZ.js} +2 -2
  273. package/__chunks__/{chunk-UZJLDHFK.js → chunk-EZYQY5TX.js} +2 -2
  274. package/__chunks__/{chunk-OSOVIQYW.js → chunk-F5WM6Q4M.js} +2 -2
  275. package/__chunks__/{chunk-NHCAYUOL.js → chunk-FFPTTQ2Z.js} +2 -2
  276. package/__chunks__/{chunk-2CXJKNSP.js → chunk-FKMZQ6PI.js} +2 -2
  277. package/__chunks__/{chunk-VSOXJIE4.js → chunk-FLSN4Q5V.js} +2 -2
  278. package/__chunks__/{chunk-CM2GINJO.js → chunk-FPFBQQ56.js} +2 -2
  279. package/__chunks__/{chunk-TTWKANGP.js → chunk-FWJZ5654.js} +2 -2
  280. package/__chunks__/{chunk-AMMIWVOK.js → chunk-FWMS2ZOY.js} +2 -2
  281. package/__chunks__/{chunk-36LSGICN.js → chunk-FX6M2Z7X.js} +2 -2
  282. package/__chunks__/{chunk-H2RDZWXV.js → chunk-G5H7YRBS.js} +2 -2
  283. package/__chunks__/{chunk-54I3HE7Z.js → chunk-GCPJTM3M.js} +2 -2
  284. package/__chunks__/{chunk-ILQFJH3G.js → chunk-GGBYOLVR.js} +2 -2
  285. package/__chunks__/{chunk-3WXHT4F4.js → chunk-GXICS4HS.js} +2 -2
  286. package/__chunks__/{chunk-NKVZAB3K.js → chunk-GZIH5BDU.js} +2 -2
  287. package/__chunks__/{chunk-WIA67UCL.js → chunk-HC2MOVRO.js} +2 -2
  288. package/__chunks__/{chunk-J27DLS5B.js → chunk-HI2HYZIX.js} +2 -2
  289. package/__chunks__/{chunk-OB5OXBGC.js → chunk-HST2GGJ4.js} +2 -2
  290. package/__chunks__/{chunk-FWQBX5ZR.js → chunk-HTLZKHTZ.js} +2 -2
  291. package/__chunks__/{chunk-F6BJUWL4.js → chunk-I2SADEBF.js} +2 -2
  292. package/__chunks__/{chunk-P4JG3FOF.js → chunk-I5UOXQG3.js} +2 -2
  293. package/__chunks__/{chunk-A7T4ZPNP.js → chunk-IC4MBEJO.js} +2 -2
  294. package/__chunks__/{chunk-TRJJUI2H.js → chunk-IEO7HJFG.js} +2 -2
  295. package/__chunks__/{chunk-B76SBLRL.js → chunk-IFU3X6UL.js} +2 -2
  296. package/__chunks__/{chunk-BWVLB3EN.js → chunk-IGGV5BN5.js} +2 -2
  297. package/__chunks__/{chunk-I2ESI53D.js → chunk-IIMMZPAX.js} +2 -2
  298. package/__chunks__/{chunk-PHXT4KGL.js → chunk-ILVOI5JX.js} +2 -2
  299. package/__chunks__/{chunk-HM4ZNOAG.js → chunk-ILWO7NM5.js} +2 -2
  300. package/__chunks__/{chunk-UTYB5SVR.js → chunk-IT535HRO.js} +2 -2
  301. package/__chunks__/{chunk-UH2JJ2OH.js → chunk-ITEK3GYE.js} +2 -2
  302. package/__chunks__/{chunk-JSEXLEYA.js → chunk-ITKI3OPN.js} +2 -2
  303. package/__chunks__/{chunk-2JYLGADI.js → chunk-J2T752PE.js} +2 -2
  304. package/__chunks__/chunk-J3OGDCG6.js +2 -0
  305. package/__chunks__/chunk-JG3M6MK2.js +2 -0
  306. package/__chunks__/{chunk-EVT7EQKU.js → chunk-JIOI46EQ.js} +2 -2
  307. package/__chunks__/{chunk-MEYIRXHK.js → chunk-JRB42IEO.js} +2 -2
  308. package/__chunks__/{chunk-DR52VSGD.js → chunk-JRYWXEFU.js} +2 -2
  309. package/__chunks__/{chunk-YCDWRKZR.js → chunk-JTCS3OCP.js} +2 -2
  310. package/__chunks__/chunk-JXE4FVEW.js +2 -0
  311. package/__chunks__/{chunk-JURTWYMD.js → chunk-K3YZ6F2M.js} +2 -2
  312. package/__chunks__/chunk-K6C3JJYH.js +2 -0
  313. package/__chunks__/{chunk-NJUUQIZ7.js → chunk-K6FG7P75.js} +2 -2
  314. package/__chunks__/{chunk-U5CE3C53.js → chunk-K7AQ2IOB.js} +2 -2
  315. package/__chunks__/{chunk-6NACE4ST.js → chunk-KGRMH2D7.js} +2 -2
  316. package/__chunks__/chunk-KL2XL2VN.js +2 -0
  317. package/__chunks__/{chunk-KYUV4GGN.js → chunk-KLFHVD2M.js} +2 -2
  318. package/__chunks__/{chunk-PUXPL4MQ.js → chunk-KOCSFAOU.js} +2 -2
  319. package/__chunks__/{chunk-2ZZI3WWK.js → chunk-KQWUKJ5U.js} +2 -2
  320. package/__chunks__/chunk-KTELSCIW.js +2 -0
  321. package/__chunks__/{chunk-35NDQJYP.js → chunk-KYLDQLLP.js} +2 -2
  322. package/__chunks__/{chunk-5U7BHTBF.js → chunk-L4V3H4JN.js} +2 -2
  323. package/__chunks__/{chunk-3F7ZGRBB.js → chunk-L7CJYIRS.js} +2 -2
  324. package/__chunks__/chunk-LDLA5E7Y.js +2 -0
  325. package/__chunks__/{chunk-DP5HIL2M.js → chunk-LHPTACPO.js} +2 -2
  326. package/__chunks__/chunk-LI6PILSE.js +2 -0
  327. package/__chunks__/{chunk-LY757UDU.js → chunk-LKA7Z7XC.js} +2 -2
  328. package/__chunks__/{chunk-5HE6XUP4.js → chunk-LQYR4BQ4.js} +2 -2
  329. package/__chunks__/{chunk-AQ72WZBJ.js → chunk-LWWTVBER.js} +2 -2
  330. package/__chunks__/{chunk-XAGUELOI.js → chunk-LXWSWQO6.js} +2 -2
  331. package/__chunks__/{chunk-CDXLD3UX.js → chunk-LYF73EYO.js} +2 -2
  332. package/__chunks__/{chunk-LLKFSQJL.js → chunk-LZCS6ZYF.js} +2 -2
  333. package/__chunks__/{chunk-ZB5LRSUA.js → chunk-M2KURDCA.js} +2 -2
  334. package/__chunks__/chunk-MCKCARUG.js +2 -0
  335. package/__chunks__/chunk-MDEPBFNH.js +2 -0
  336. package/__chunks__/{chunk-UBGMYFYP.js → chunk-MDMDP7M4.js} +2 -2
  337. package/__chunks__/{chunk-URBTPPJQ.js → chunk-MEXHP4J3.js} +2 -2
  338. package/__chunks__/{chunk-E2X4CGZA.js → chunk-MGBNT5YC.js} +2 -2
  339. package/__chunks__/{chunk-EBNTLOIS.js → chunk-MMAQX7PZ.js} +2 -2
  340. package/__chunks__/{chunk-75DEF6KS.js → chunk-MMCZF45U.js} +2 -2
  341. package/__chunks__/{chunk-H2BDW4MQ.js → chunk-MV2L3RS5.js} +2 -2
  342. package/__chunks__/{chunk-UCZZ5H3Z.js → chunk-N4IWZRB4.js} +2 -2
  343. package/__chunks__/{chunk-BCXMOBSF.js → chunk-NAJM6SVE.js} +2 -2
  344. package/__chunks__/{chunk-ZXNFWJMH.js → chunk-NDJAQW5J.js} +2 -2
  345. package/__chunks__/{chunk-WWNMJLSX.js → chunk-NEJ5Y74B.js} +2 -2
  346. package/__chunks__/{chunk-NFTBRNA6.js → chunk-NFDTTOW7.js} +2 -2
  347. package/__chunks__/chunk-NGPND2WV.js +2 -0
  348. package/__chunks__/chunk-NOCNQEU6.js +2 -0
  349. package/__chunks__/{chunk-LNHJAXRU.js → chunk-NS3ODARJ.js} +2 -2
  350. package/__chunks__/{chunk-2JUQFS4O.js → chunk-NSFUSSUS.js} +2 -2
  351. package/__chunks__/{chunk-MAYO43ZD.js → chunk-NV6DLGYN.js} +2 -2
  352. package/__chunks__/{chunk-PVWWYI7D.js → chunk-NWGR33VA.js} +2 -2
  353. package/__chunks__/{chunk-VXNIDAW4.js → chunk-O2RCWISO.js} +2 -2
  354. package/__chunks__/{chunk-6RBPUPPU.js → chunk-O2V4CCMX.js} +2 -2
  355. package/__chunks__/{chunk-VXBWTSBA.js → chunk-O6MB6XKF.js} +2 -2
  356. package/__chunks__/{chunk-ZDEX2UMS.js → chunk-O6PZUAGB.js} +2 -2
  357. package/__chunks__/{chunk-AIQDX6K7.js → chunk-OBCB5GTS.js} +2 -2
  358. package/__chunks__/chunk-OGZDVTVE.js +2 -0
  359. package/__chunks__/{chunk-XD6XBD7M.js → chunk-OLNZJW3Z.js} +2 -2
  360. package/__chunks__/chunk-OMMQASLV.js +2 -0
  361. package/__chunks__/{chunk-PLHSIUIH.js → chunk-OSQQHPZM.js} +2 -2
  362. package/__chunks__/chunk-OVUMMVEK.js +2 -0
  363. package/__chunks__/{chunk-PED733EL.js → chunk-OXFLL7Y7.js} +2 -2
  364. package/__chunks__/chunk-P4YFVYE7.js +2 -0
  365. package/__chunks__/chunk-P7DX33YP.js +2 -0
  366. package/__chunks__/{chunk-W3ODGIKR.js → chunk-PCTAH6TR.js} +2 -2
  367. package/__chunks__/{chunk-COWK2W2W.js → chunk-PEMMY7FF.js} +2 -2
  368. package/__chunks__/{chunk-GZKFOA62.js → chunk-PEXA24OF.js} +2 -2
  369. package/__chunks__/{chunk-SWWGJTL5.js → chunk-PEY3BQ4R.js} +2 -2
  370. package/__chunks__/{chunk-56CSBJOA.js → chunk-PHIGKLSY.js} +2 -2
  371. package/__chunks__/chunk-PKHVN6YW.js +2 -0
  372. package/__chunks__/{chunk-ZM53UQ5W.js → chunk-PTVVMPSO.js} +2 -2
  373. package/__chunks__/{chunk-B5VQE4H2.js → chunk-PWH7DEFN.js} +2 -2
  374. package/__chunks__/{chunk-BDCWCPQD.js → chunk-PWR23BXD.js} +2 -2
  375. package/__chunks__/{chunk-YCH3M7LC.js → chunk-QEIPCSYQ.js} +2 -2
  376. package/__chunks__/{chunk-6DXVSPG6.js → chunk-QEKJFGEB.js} +2 -2
  377. package/__chunks__/{chunk-OHO5WVJC.js → chunk-QOEVYQ2J.js} +2 -2
  378. package/__chunks__/{chunk-SXQZTZRH.js → chunk-QW7HUS66.js} +2 -2
  379. package/__chunks__/{chunk-WGPDVKY5.js → chunk-QYHSBCZR.js} +2 -2
  380. package/__chunks__/{chunk-UX5PTPXR.js → chunk-QYNWZBUP.js} +2 -2
  381. package/__chunks__/{chunk-257M3QTY.js → chunk-R3SPPNHA.js} +2 -2
  382. package/__chunks__/{chunk-RKD5TB6H.js → chunk-R3SUSW6U.js} +2 -2
  383. package/__chunks__/{chunk-NTPBZBNQ.js → chunk-R7OFX7MT.js} +2 -2
  384. package/__chunks__/chunk-RAUSH6GD.js +2 -0
  385. package/__chunks__/chunk-RAXVRHEC.js +2 -0
  386. package/__chunks__/chunk-RISXNP5I.js +2 -0
  387. package/__chunks__/{chunk-CVNDZP76.js → chunk-RK7YWC7M.js} +2 -2
  388. package/__chunks__/chunk-RVTMBFZS.js +2 -0
  389. package/__chunks__/{chunk-CLPLALDF.js → chunk-RXPUGEMI.js} +2 -2
  390. package/__chunks__/{chunk-BYMPKNIX.js → chunk-RZUBAC4F.js} +2 -2
  391. package/__chunks__/{chunk-MFTEMWCU.js → chunk-S35I45ZQ.js} +2 -2
  392. package/__chunks__/{chunk-S6OFZ37Q.js → chunk-S6IMA7JA.js} +2 -2
  393. package/__chunks__/chunk-S6QS6J5L.js +2 -0
  394. package/__chunks__/chunk-S7HOS4OW.js +2 -0
  395. package/__chunks__/{chunk-G22LQ54W.js → chunk-SEOGCMB7.js} +2 -2
  396. package/__chunks__/{chunk-RCTS4E7X.js → chunk-SGABRPP2.js} +2 -2
  397. package/__chunks__/{chunk-ARN4TXNS.js → chunk-SGR4M32T.js} +2 -2
  398. package/__chunks__/{chunk-I75FKBLR.js → chunk-SO35Z4MW.js} +2 -2
  399. package/__chunks__/{chunk-4AI2UPIX.js → chunk-SPYQGKPN.js} +2 -2
  400. package/__chunks__/{chunk-6SQUT3SR.js → chunk-SQZGFLHB.js} +2 -2
  401. package/__chunks__/{chunk-TPFN52IW.js → chunk-SUJQA2GW.js} +2 -2
  402. package/__chunks__/{chunk-OUA5FLAV.js → chunk-SXIYWPTT.js} +2 -2
  403. package/__chunks__/{chunk-TYFF6L6K.js → chunk-SYFNYNRB.js} +2 -2
  404. package/__chunks__/{chunk-5LAIPB3D.js → chunk-SYGJB5IB.js} +2 -2
  405. package/__chunks__/{chunk-GWOBNRCO.js → chunk-T3H7IRS4.js} +2 -2
  406. package/__chunks__/chunk-T73GS72T.js +2 -0
  407. package/__chunks__/chunk-TILRG3KA.js +2 -0
  408. package/__chunks__/{chunk-IKIIFVAO.js → chunk-TIUQ37EG.js} +2 -2
  409. package/__chunks__/{chunk-6PBOXKX6.js → chunk-TN2C4EIK.js} +2 -2
  410. package/__chunks__/{chunk-EWPZVDAB.js → chunk-TPXVUJ4F.js} +2 -2
  411. package/__chunks__/{chunk-XPTZTIQ2.js → chunk-TQBVGRQJ.js} +2 -2
  412. package/__chunks__/{chunk-BX66MXW6.js → chunk-TSA6LFXL.js} +2 -2
  413. package/__chunks__/{chunk-OQFYWEIS.js → chunk-TUTBPOOU.js} +2 -2
  414. package/__chunks__/{chunk-HLAK36TW.js → chunk-TWVF7JWR.js} +2 -2
  415. package/__chunks__/{chunk-M2OXT3YO.js → chunk-U7MX6NMH.js} +2 -2
  416. package/__chunks__/{chunk-2AJOFYAV.js → chunk-UIVAIKSB.js} +2 -2
  417. package/__chunks__/{chunk-GVTQCXHP.js → chunk-UNO2T253.js} +2 -2
  418. package/__chunks__/{chunk-Q5C2SPDB.js → chunk-UNV3HNHX.js} +2 -2
  419. package/__chunks__/{chunk-IH33TIUO.js → chunk-UOWJXU7B.js} +2 -2
  420. package/__chunks__/{chunk-MRKRIB2A.js → chunk-UPAK55WQ.js} +2 -2
  421. package/__chunks__/{chunk-3GFG2A3U.js → chunk-V6TTX2GU.js} +2 -2
  422. package/__chunks__/chunk-V72DHDIE.js +2 -0
  423. package/__chunks__/{chunk-QXKIAILM.js → chunk-VAZCKIPF.js} +2 -2
  424. package/__chunks__/{chunk-4XMP5GTT.js → chunk-VKB64W7O.js} +2 -2
  425. package/__chunks__/{chunk-LOXGOWPI.js → chunk-VOBCK75J.js} +2 -2
  426. package/__chunks__/{chunk-4WHOJTZJ.js → chunk-VR6NBMGB.js} +2 -2
  427. package/__chunks__/chunk-VTUFVU5E.js +2 -0
  428. package/__chunks__/{chunk-RIJFBAYV.js → chunk-VVNOAZCN.js} +2 -2
  429. package/__chunks__/{chunk-Y3M4BQAH.js → chunk-VVNRFT4C.js} +2 -2
  430. package/__chunks__/{chunk-W3VTDJN2.js → chunk-VWJGXL3X.js} +2 -2
  431. package/__chunks__/{chunk-OUT3EF54.js → chunk-VX4YFYDE.js} +2 -2
  432. package/__chunks__/{chunk-JSYZ5XXA.js → chunk-W4VUUW4H.js} +2 -2
  433. package/__chunks__/{chunk-2VADEZKQ.js → chunk-W5VCGTY2.js} +2 -2
  434. package/__chunks__/{chunk-VKGQWWOB.js → chunk-WBROSYRH.js} +2 -2
  435. package/__chunks__/{chunk-KO26IQAN.js → chunk-WDIVU4TD.js} +2 -2
  436. package/__chunks__/{chunk-WDAY7K7O.js → chunk-WG32V2A5.js} +2 -2
  437. package/__chunks__/{chunk-NMJ6LNLI.js → chunk-WJOKG7OZ.js} +2 -2
  438. package/__chunks__/chunk-WRHANSVT.js +2 -0
  439. package/__chunks__/{chunk-TPS5KPXT.js → chunk-XBBPF73Z.js} +2 -2
  440. package/__chunks__/chunk-XCCT4TST.js +2 -0
  441. package/__chunks__/chunk-XKEURXOS.js +2 -0
  442. package/__chunks__/{chunk-RMWACIBX.js → chunk-XKGH4TXG.js} +2 -2
  443. package/__chunks__/{chunk-75GJK2GI.js → chunk-XQWVYVIL.js} +2 -2
  444. package/__chunks__/{chunk-JRSSYB2W.js → chunk-XUPYKS5D.js} +2 -2
  445. package/__chunks__/{chunk-A2UHFBXC.js → chunk-XWNVIHRK.js} +2 -2
  446. package/__chunks__/{chunk-MWQ7XWJ3.js → chunk-XY3MUJLX.js} +2 -2
  447. package/__chunks__/{chunk-IPHQVCKI.js → chunk-XZQYMTBX.js} +2 -2
  448. package/__chunks__/{chunk-4NQAIS37.js → chunk-Y4WVBCUE.js} +2 -2
  449. package/__chunks__/{chunk-G2WKJ6KK.js → chunk-Y6RIVHS3.js} +2 -2
  450. package/__chunks__/{chunk-CMXICFOE.js → chunk-Y7MXTBUL.js} +2 -2
  451. package/__chunks__/{chunk-TLFTE6OC.js → chunk-YE3SEFOS.js} +2 -2
  452. package/__chunks__/chunk-YNX3IGV3.js +2 -0
  453. package/__chunks__/{chunk-S5GCXB6J.js → chunk-YPR6PABP.js} +2 -2
  454. package/__chunks__/chunk-Z2B7ZPZQ.js +2 -0
  455. package/__chunks__/{chunk-HIONU7XT.js → chunk-Z2TCNCR5.js} +2 -2
  456. package/__chunks__/chunk-Z3L3GZGW.js +2 -0
  457. package/__chunks__/{chunk-7AD356MZ.js → chunk-Z5IV5H2B.js} +2 -2
  458. package/__chunks__/{chunk-CYKNXV5A.js → chunk-Z6T4QJTP.js} +2 -2
  459. package/__chunks__/{chunk-ND27OJ7I.js → chunk-ZAOOJQI2.js} +2 -2
  460. package/__chunks__/{chunk-NV22SU2V.js → chunk-ZB5AGTC4.js} +2 -2
  461. package/__chunks__/{chunk-XHHKUZ2U.js → chunk-ZBORIYHN.js} +2 -2
  462. package/__chunks__/chunk-ZCIQDTNG.js +2 -0
  463. package/__chunks__/{chunk-4UY6RTXV.js → chunk-ZGL5N2CM.js} +2 -2
  464. package/__chunks__/{chunk-LAZU73S2.js → chunk-ZH7PXPQS.js} +2 -2
  465. package/__chunks__/{chunk-VMW2UT4I.js → chunk-ZIEQGTNV.js} +2 -2
  466. package/__chunks__/{chunk-UQDIW6ZF.js → chunk-ZPDYQNBF.js} +2 -2
  467. package/__chunks__/{chunk-QWNXAJRR.js → chunk-ZYI33ZZI.js} +2 -2
  468. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +21 -21
  469. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +6 -6
  470. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +6 -6
  471. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  472. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  473. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +6 -6
  474. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +6 -6
  475. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +14 -14
  476. package/__commonjs/UI/SignTransactionsModals/components/index.js +14 -14
  477. package/__commonjs/UI/SignTransactionsModals/index.js +21 -21
  478. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +7 -7
  479. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +4 -4
  480. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +5 -5
  481. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +4 -4
  482. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +2 -2
  483. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +9 -9
  484. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +4 -4
  485. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +9 -9
  486. package/__commonjs/UI/index.js +52 -52
  487. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +5 -5
  488. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +5 -5
  489. package/__commonjs/UI/ledger/index.js +7 -7
  490. package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  491. package/__commonjs/constants/network.js +1 -1
  492. package/__commonjs/hooks/index.js +1 -1
  493. package/__commonjs/hooks/signMessage/index.js +1 -1
  494. package/__commonjs/hooks/signMessage/useSignMessage.d.ts +1 -4
  495. package/__commonjs/hooks/signMessage/useSignMessage.js +1 -1
  496. package/__commonjs/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  497. package/__commonjs/hooks/transactions/index.js +1 -1
  498. package/__commonjs/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  499. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  500. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  501. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  502. package/__commonjs/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  503. package/__commonjs/reduxStore/selectors/modalsSelectors.js +1 -1
  504. package/__commonjs/services/index.js +1 -1
  505. package/__commonjs/services/transactions/index.js +1 -1
  506. package/__commonjs/services/transactions/sendTransactions.d.ts +1 -1
  507. package/__commonjs/services/transactions/sendTransactions.js +1 -1
  508. package/__commonjs/types/transactions.types.d.ts +1 -0
  509. package/__commonjs/types/transactions.types.js +1 -1
  510. package/__commonjs/utils/logout.js +1 -1
  511. package/__commonjs/utils/operations/calculateFeeLimit.js +1 -1
  512. package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  513. package/__commonjs/utils/transactions/getInterpretedTransaction/index.js +1 -1
  514. package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  515. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  516. package/__commonjs/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  517. package/__commonjs/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  518. package/__mocks__/accountConfig.js +1 -1
  519. package/__mocks__/index.js +1 -1
  520. package/__mocks__/server.js +1 -1
  521. package/__mocks__/utils/index.js +1 -1
  522. package/__mocks__/utils/renderWithProvider.js +1 -1
  523. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  524. package/apiCalls/accounts/index.js +1 -1
  525. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  526. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  527. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  528. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  529. package/apiCalls/configuration/index.js +1 -1
  530. package/apiCalls/getScamAddressData.js +1 -1
  531. package/apiCalls/index.js +1 -1
  532. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  533. package/apiCalls/transactions/index.js +1 -1
  534. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  535. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  536. package/apiCalls/utils/index.js +1 -1
  537. package/components/LogoutListener/LogoutListener.js +1 -1
  538. package/components/LogoutListener/helpers/index.js +1 -1
  539. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  540. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  541. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  542. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  543. package/components/LogoutListener/index.js +1 -1
  544. package/components/ProviderInitializer.js +1 -1
  545. package/components/TransactionSender/TransactionSender.js +1 -1
  546. package/components/TransactionSender/index.js +1 -1
  547. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
  548. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  549. package/components/TransactionsTracker/index.js +1 -1
  550. package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  551. package/constants/index.js +1 -1
  552. package/constants/network.js +1 -1
  553. package/hooks/account/index.js +1 -1
  554. package/hooks/account/useGetAccount.js +1 -1
  555. package/hooks/account/useGetAccountInfo.js +1 -1
  556. package/hooks/account/useGetAccountProvider.js +1 -1
  557. package/hooks/account/useGetIsLoggedIn.js +1 -1
  558. package/hooks/account/useGetLoginInfo.js +1 -1
  559. package/hooks/account/useGetWebsocketEvent.js +1 -1
  560. package/hooks/index.js +1 -1
  561. package/hooks/login/index.js +1 -1
  562. package/hooks/login/useExtensionLogin.js +1 -1
  563. package/hooks/login/useLedgerLogin.js +1 -1
  564. package/hooks/login/useLoginService.js +1 -1
  565. package/hooks/login/useOperaLogin.js +1 -1
  566. package/hooks/login/useWalletConnectLogin.js +1 -1
  567. package/hooks/login/useWalletConnectV2Login.js +1 -1
  568. package/hooks/login/useWebViewLogin.js +1 -1
  569. package/hooks/login/useWebWalletLogin.js +1 -1
  570. package/hooks/signMessage/index.js +1 -1
  571. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  572. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  573. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  574. package/hooks/signMessage/useSignMessage.d.ts +1 -4
  575. package/hooks/signMessage/useSignMessage.js +1 -1
  576. package/hooks/transactions/batch/useGetBatches.js +1 -1
  577. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  578. package/hooks/transactions/batch/useTrackBatchTransactions.js +1 -1
  579. package/hooks/transactions/batch/useUpdateBatch.js +1 -1
  580. package/hooks/transactions/batch/useUpdateBatches.js +1 -1
  581. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  582. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  583. package/hooks/transactions/helpers/index.js +1 -1
  584. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  585. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  586. package/hooks/transactions/index.js +1 -1
  587. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  588. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  589. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  590. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  591. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  592. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  593. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  594. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  595. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  596. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  597. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  598. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  599. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  600. package/hooks/transactions/useGetTokenDetails.js +1 -1
  601. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  602. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  603. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  604. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  605. package/hooks/transactions/useSignTransactions.js +1 -1
  606. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  607. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  608. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  609. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  610. package/hooks/useGetNetworkConfig.js +1 -1
  611. package/hooks/useGetNotification.js +1 -1
  612. package/hooks/userInterface/index.js +1 -1
  613. package/hooks/userInterface/useIsDappModalVisible.js +1 -1
  614. package/hooks/websocketListener/index.js +1 -1
  615. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  616. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  617. package/models/index.js +1 -1
  618. package/models/newTransaction.js +1 -1
  619. package/package.json +1 -1
  620. package/providers/accountProvider.js +1 -1
  621. package/providers/index.js +1 -1
  622. package/providers/utils.js +1 -1
  623. package/providers/webviewProvider/index.js +1 -1
  624. package/providers/webviewProvider/requestMethods.js +1 -1
  625. package/providers/webviewProvider/webviewProvider.js +1 -1
  626. package/reduxStore/DappProviderContext.js +1 -1
  627. package/reduxStore/commonActions.js +1 -1
  628. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  629. package/reduxStore/persistConfig.js +1 -1
  630. package/reduxStore/persistedRootReducer.js +1 -1
  631. package/reduxStore/reducers.js +1 -1
  632. package/reduxStore/rootReducer.js +1 -1
  633. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  634. package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
  635. package/reduxStore/selectors/dappConfigSelector.js +1 -1
  636. package/reduxStore/selectors/dappModalsSelectors.js +1 -1
  637. package/reduxStore/selectors/helpers.js +1 -1
  638. package/reduxStore/selectors/index.js +1 -1
  639. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  640. package/reduxStore/selectors/modalsSelectors.js +1 -1
  641. package/reduxStore/selectors/networkConfigSelectors.js +1 -1
  642. package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
  643. package/reduxStore/selectors/toastsSelectors.js +1 -1
  644. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  645. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  646. package/reduxStore/slices/accountInfoSlice.js +1 -1
  647. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  648. package/reduxStore/slices/dappConfigSlice.js +1 -1
  649. package/reduxStore/slices/dappModalsSlice.js +1 -1
  650. package/reduxStore/slices/index.js +1 -1
  651. package/reduxStore/slices/loginInfoSlice.js +1 -1
  652. package/reduxStore/slices/modalsSlice.js +1 -1
  653. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  654. package/reduxStore/slices/toastsSlice.js +1 -1
  655. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  656. package/reduxStore/slices/transactionsSlice.js +1 -1
  657. package/reduxStore/store.js +1 -1
  658. package/services/index.js +1 -1
  659. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  660. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  661. package/services/nativeAuth/helpers/index.js +1 -1
  662. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  663. package/services/transactions/clearTransactions.js +1 -1
  664. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  665. package/services/transactions/index.js +1 -1
  666. package/services/transactions/isCrossShardTransaction.js +1 -1
  667. package/services/transactions/sendBatchTransactions.js +1 -1
  668. package/services/transactions/sendTransactions.d.ts +1 -1
  669. package/services/transactions/sendTransactions.js +1 -1
  670. package/services/transactions/signTransactions.js +1 -1
  671. package/services/transactions/transformAndSignTransactions.js +1 -1
  672. package/services/transactions/utils.js +1 -1
  673. package/types/index.js +1 -1
  674. package/types/transactions.types.d.ts +1 -0
  675. package/types/transactions.types.js +1 -1
  676. package/utils/account/getAccount.js +1 -1
  677. package/utils/account/getAccountBalance.js +1 -1
  678. package/utils/account/getAccountProviderType.js +1 -1
  679. package/utils/account/getAccountShard.js +1 -1
  680. package/utils/account/getAddress.js +1 -1
  681. package/utils/account/getIsProviderEqualTo.js +1 -1
  682. package/utils/account/getLatestNonce.js +1 -1
  683. package/utils/account/getShardOfAddress.js +1 -1
  684. package/utils/account/index.js +1 -1
  685. package/utils/account/loginWithExternalProvider.js +1 -1
  686. package/utils/account/refreshAccount.js +1 -1
  687. package/utils/account/setNonce.js +1 -1
  688. package/utils/account/signMessage.js +1 -1
  689. package/utils/getIsLoggedIn.js +1 -1
  690. package/utils/index.js +1 -1
  691. package/utils/logout.js +1 -1
  692. package/utils/network/getChainID.js +1 -1
  693. package/utils/network/getEgldLabel.js +1 -1
  694. package/utils/network/getNetworkConfig.js +1 -1
  695. package/utils/network/index.js +1 -1
  696. package/utils/operations/calculateFeeLimit.js +1 -1
  697. package/utils/operations/denominate.js +1 -1
  698. package/utils/operations/formatAmount.js +1 -1
  699. package/utils/operations/index.js +1 -1
  700. package/utils/operations/nominate.js +1 -1
  701. package/utils/operations/parseAmount.js +1 -1
  702. package/utils/smartContracts.js +1 -1
  703. package/utils/toasts/customToastsActions.js +1 -1
  704. package/utils/toasts/index.js +1 -1
  705. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  706. package/utils/transactions/getAllTransactionsLink.js +1 -1
  707. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  708. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  709. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  710. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  711. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  712. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  713. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  714. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  715. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  716. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  717. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  718. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  719. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  720. package/utils/transactions/getTransactionLink.js +1 -1
  721. package/utils/transactions/index.js +1 -1
  722. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  723. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  724. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  725. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  726. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  727. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  728. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  729. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  730. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  731. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  732. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  733. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  734. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  735. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  736. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  737. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  738. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  739. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  740. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  741. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  742. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  743. package/utils/validation/index.js +1 -1
  744. package/utils/validation/maxDecimals.js +1 -1
  745. package/utils/validation/stringIsFloat.js +1 -1
  746. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  747. package/web/hooks/index.js +1 -1
  748. package/web/hooks/useIdleTimer.js +1 -1
  749. package/web/index.js +1 -1
  750. package/wrappers/AppInitializer.js +1 -1
  751. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  752. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  753. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  754. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  755. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  756. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  757. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  758. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  759. package/wrappers/DappProvider/CustomComponents.js +1 -1
  760. package/wrappers/DappProvider/DappProvider.js +1 -1
  761. package/wrappers/DappProvider/index.js +1 -1
  762. package/wrappers/index.js +1 -1
  763. package/__chunks__/chunk-22OLJZCS.js +0 -2
  764. package/__chunks__/chunk-2P64IWEV.js +0 -2
  765. package/__chunks__/chunk-2TQ727TI.js +0 -2
  766. package/__chunks__/chunk-3E66U4NM.js +0 -2
  767. package/__chunks__/chunk-3HSI224D.js +0 -2
  768. package/__chunks__/chunk-4EVPEAAC.js +0 -2
  769. package/__chunks__/chunk-4ROA4IAP.js +0 -2
  770. package/__chunks__/chunk-554M7MC7.js +0 -2
  771. package/__chunks__/chunk-5IYO3P75.js +0 -2
  772. package/__chunks__/chunk-64OFEAPQ.js +0 -2
  773. package/__chunks__/chunk-64X5ELCG.js +0 -2
  774. package/__chunks__/chunk-67VZTXQO.js +0 -2
  775. package/__chunks__/chunk-7MBSMSCD.js +0 -2
  776. package/__chunks__/chunk-A3M2ZT2N.js +0 -2
  777. package/__chunks__/chunk-CAH5U2BC.js +0 -2
  778. package/__chunks__/chunk-D2YE4NU4.js +0 -2
  779. package/__chunks__/chunk-DDBXHWTW.js +0 -2
  780. package/__chunks__/chunk-E7ZMJK5T.js +0 -2
  781. package/__chunks__/chunk-EDUVKTUJ.js +0 -2
  782. package/__chunks__/chunk-EFR4FYH4.js +0 -2
  783. package/__chunks__/chunk-FHFSY4UV.js +0 -2
  784. package/__chunks__/chunk-GWOGB4RR.js +0 -2
  785. package/__chunks__/chunk-GZVP3ZXI.js +0 -2
  786. package/__chunks__/chunk-IW6SN7BF.js +0 -2
  787. package/__chunks__/chunk-JCNIVUOH.js +0 -2
  788. package/__chunks__/chunk-JQEIHESA.js +0 -2
  789. package/__chunks__/chunk-KV7GLUXD.js +0 -2
  790. package/__chunks__/chunk-LMFYIKOH.js +0 -2
  791. package/__chunks__/chunk-MLXPX23B.js +0 -2
  792. package/__chunks__/chunk-MXTJ27RN.js +0 -2
  793. package/__chunks__/chunk-N6SXDXRI.js +0 -2
  794. package/__chunks__/chunk-O5OTL554.js +0 -2
  795. package/__chunks__/chunk-OWRF45PP.js +0 -2
  796. package/__chunks__/chunk-OY6DZ7KU.js +0 -2
  797. package/__chunks__/chunk-P3DNG2RV.js +0 -2
  798. package/__chunks__/chunk-PCR2WU5P.js +0 -2
  799. package/__chunks__/chunk-Q4DPGKGE.js +0 -2
  800. package/__chunks__/chunk-R2BKZWTD.js +0 -2
  801. package/__chunks__/chunk-REFNSRHX.js +0 -2
  802. package/__chunks__/chunk-SB6Q3PIL.js +0 -2
  803. package/__chunks__/chunk-SWEULXYJ.js +0 -2
  804. package/__chunks__/chunk-T7V7454F.js +0 -2
  805. package/__chunks__/chunk-VRY2YA2B.js +0 -2
  806. package/__chunks__/chunk-VT4SCB2Q.js +0 -2
  807. package/__chunks__/chunk-WG2WVJQW.js +0 -2
  808. package/__chunks__/chunk-X6PPFAJP.js +0 -2
  809. package/__chunks__/chunk-XRVWJ3RL.js +0 -2
  810. package/__chunks__/chunk-XSXPHHSS.js +0 -2
  811. package/__chunks__/chunk-ZGKYWFGV.js +0 -2
  812. package/__chunks__/chunk-ZWEMOICZ.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Fi=Object.create;var Fe=Object.defineProperty,Bi=Object.defineProperties,Ui=Object.getOwnPropertyDescriptor,Wi=Object.getOwnPropertyDescriptors,Gi=Object.getOwnPropertyNames,eo=Object.getOwnPropertySymbols,$i=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty,mt=Object.prototype.propertyIsEnumerable;var pt=(e,o,t)=>o in e?Fe(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Xo.call(o,t)&&pt(e,t,o[t]);if(eo)for(var t of eo(o))mt.call(o,t)&&pt(e,t,o[t]);return e},S=(e,o)=>Bi(e,Wi(o));var xe=(e,o)=>{var t={};for(var s in e)Xo.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&eo)for(var s of eo(e))o.indexOf(s)<0&&mt.call(e,s)&&(t[s]=e[s]);return t};var T=(e,o)=>()=>(e&&(o=e(e=0)),o);var U=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),pe=(e,o)=>{for(var t in o)Fe(e,t,{get:o[t],enumerable:!0})},dt=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Gi(o))!Xo.call(e,c)&&c!==t&&Fe(e,c,{get:()=>o[c],enumerable:!(s=Ui(o,c))||s.enumerable});return e};var f=(e,o,t)=>(t=e!=null?Fi($i(e)):{},dt(o||!e||!e.__esModule?Fe(t,"default",{value:e,enumerable:!0}):t,e)),Be=e=>dt(Fe({},"__esModule",{value:!0}),e);var y=(e,o,t)=>new Promise((s,c)=>{var p=l=>{try{g(t.next(l))}catch(h){c(h)}},m=l=>{try{g(t.throw(l))}catch(h){c(h)}},g=l=>l.done?s(l.value):Promise.resolve(l.value).then(p,m);g((t=t.apply(e,o)).next())});var gt=U(oo=>{"use strict";n();oo.byteLength=Hi;oo.toByteArray=zi;oo.fromByteArray=Xi;var H=[],G=[],Vi=typeof Uint8Array!="undefined"?Uint8Array:Array,Yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,lt=Yo.length;me<lt;++me)H[me]=Yo[me],G[Yo.charCodeAt(me)]=me;var me,lt;G["-".charCodeAt(0)]=62;G["_".charCodeAt(0)]=63;function _t(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function Hi(e){var o=_t(e),t=o[0],s=o[1];return(t+s)*3/4-s}function ji(e,o,t){return(o+t)*3/4-t}function zi(e){var o,t=_t(e),s=t[0],c=t[1],p=new Vi(ji(e,s,c)),m=0,g=c>0?s-4:s,l;for(l=0;l<g;l+=4)o=G[e.charCodeAt(l)]<<18|G[e.charCodeAt(l+1)]<<12|G[e.charCodeAt(l+2)]<<6|G[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=G[e.charCodeAt(l)]<<2|G[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=G[e.charCodeAt(l)]<<10|G[e.charCodeAt(l+1)]<<4|G[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function qi(e){return H[e>>18&63]+H[e>>12&63]+H[e>>6&63]+H[e&63]}function Ki(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(qi(s));return c.join("")}function Xi(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,g=t-s;m<g;m+=p)c.push(Ki(e,m,m+p>g?g:m+p));return s===1?(o=e[t-1],c.push(H[o>>2]+H[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push(H[o>>10]+H[o>>4&63]+H[o<<2&63]+"=")),c.join("")}});var ut=U(Zo=>{n();Zo.read=function(e,o,t,s,c){var p,m,g=c*8-s-1,l=(1<<g)-1,h=l>>1,b=-7,x=t?c-1:0,D=t?-1:1,R=e[o+x];for(x+=D,p=R&(1<<-b)-1,R>>=-b,b+=g;b>0;p=p*256+e[o+x],x+=D,b-=8);for(m=p&(1<<-b)-1,p>>=-b,b+=s;b>0;m=m*256+e[o+x],x+=D,b-=8);if(p===0)p=1-h;else{if(p===l)return m?NaN:(R?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-h}return(R?-1:1)*m*Math.pow(2,p-s)};Zo.write=function(e,o,t,s,c,p){var m,g,l,h=p*8-c-1,b=(1<<h)-1,x=b>>1,D=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,R=s?0:p-1,ie=s?1:-1,Q=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(g=isNaN(o)?1:0,m=b):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+x>=1?o+=D/l:o+=D*Math.pow(2,1-x),o*l>=2&&(m++,l/=2),m+x>=b?(g=0,m=b):m+x>=1?(g=(o*l-1)*Math.pow(2,c),m=m+x):(g=o*Math.pow(2,x-1)*Math.pow(2,c),m=0));c>=8;e[t+R]=g&255,R+=ie,g/=256,c-=8);for(m=m<<c|g,h+=c;h>0;e[t+R]=m&255,R+=ie,m/=256,h-=8);e[t+R-ie]|=Q*128}});var Lt=U(Se=>{"use strict";n();var Jo=gt(),be=ut(),ft=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=os;Se.INSPECT_MAX_BYTES=50;var no=2147483647;Se.kMaxLength=no;d.TYPED_ARRAY_SUPPORT=Yi();!d.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Yi(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function ee(e){if(e>no)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return nn(e)}return yt(e,o,t)}d.poolSize=8192;function yt(e,o,t){if(typeof e=="string")return Ji(e,o);if(ArrayBuffer.isView(e))return Qi(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(j(e,ArrayBuffer)||e&&j(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(j(e,SharedArrayBuffer)||e&&j(e.buffer,SharedArrayBuffer)))return en(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return d.from(s,o,t);var c=es(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,t){return yt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function xt(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Zi(e,o,t){return xt(e),e<=0?ee(e):o!==void 0?typeof t=="string"?ee(e).fill(o,t):ee(e).fill(o):ee(e)}d.alloc=function(e,o,t){return Zi(e,o,t)};function nn(e){return xt(e),ee(e<0?0:tn(e)|0)}d.allocUnsafe=function(e){return nn(e)};d.allocUnsafeSlow=function(e){return nn(e)};function Ji(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=bt(e,o)|0,s=ee(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Qo(e){for(var o=e.length<0?0:tn(e.length)|0,t=ee(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function Qi(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return en(o.buffer,o.byteOffset,o.byteLength)}return Qo(e)}function en(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,d.prototype),s}function es(e){if(d.isBuffer(e)){var o=tn(e.length)|0,t=ee(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||rn(e.length)?ee(0):Qo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Qo(e.data)}function tn(e){if(e>=no)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+no.toString(16)+" bytes");return e|0}function os(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,t){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),j(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(o)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};d.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};d.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=d.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(j(m,Uint8Array))p+m.length>c.length?d.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(d.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function bt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||j(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return on(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return It(e).length;default:if(c)return s?-1:on(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=bt;function ns(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return ls(this,o,t);case"utf8":case"utf-8":return wt(this,o,t);case"ascii":return ms(this,o,t);case"latin1":case"binary":return ds(this,o,t);case"base64":return cs(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _s(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}d.prototype._isBuffer=!0;function de(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)de(this,t,t+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)de(this,t,t+3),de(this,t+1,t+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)de(this,t,t+7),de(this,t+1,t+6),de(this,t+2,t+5),de(this,t+3,t+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?wt(this,0,o):ns.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",t=Se.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ft&&(d.prototype[ft]=d.prototype.inspect);d.prototype.compare=function(o,t,s,c,p){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,g=s-t,l=Math.min(m,g),h=this.slice(c,p),b=o.slice(t,s),x=0;x<l;++x)if(h[x]!==b[x]){m=h[x],g=b[x];break}return m<g?-1:g<m?1:0};function St(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rn(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=d.from(o,s)),d.isBuffer(o))return o.length===0?-1:Tt(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):Tt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function Tt(e,o,t,s,c){var p=1,m=e.length,g=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,g/=2,t/=2}function l(R,ie){return p===1?R[ie]:R.readUInt16BE(ie*p)}var h;if(c){var b=-1;for(h=t;h<m;h++)if(l(e,h)===l(o,b===-1?0:h-b)){if(b===-1&&(b=h),h-b+1===g)return b*p}else b!==-1&&(h-=h-b),b=-1}else for(t+g>m&&(t=m-g),h=t;h>=0;h--){for(var x=!0,D=0;D<g;D++)if(l(e,h+D)!==l(o,D)){x=!1;break}if(x)return h}return-1}d.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};d.prototype.indexOf=function(o,t,s){return St(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return St(this,o,t,s,!1)};function ts(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var g=parseInt(o.substr(m*2,2),16);if(rn(g))return m;e[t+m]=g}return m}function rs(e,o,t,s){return to(on(o,e.length-t),e,t,s)}function as(e,o,t,s){return to(fs(o),e,t,s)}function is(e,o,t,s){return to(It(o),e,t,s)}function ss(e,o,t,s){return to(Ts(o,e.length-t),e,t,s)}d.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return ts(this,o,t,s);case"utf8":case"utf-8":return rs(this,o,t,s);case"ascii":case"latin1":case"binary":return as(this,o,t,s);case"base64":return is(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ss(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function cs(e,o,t){return o===0&&t===e.length?Jo.fromByteArray(e):Jo.fromByteArray(e.slice(o,t))}function wt(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,g=p>239?4:p>223?3:p>191?2:1;if(c+g<=t){var l,h,b,x;switch(g){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(x=(p&31)<<6|l&63,x>127&&(m=x));break;case 3:l=e[c+1],h=e[c+2],(l&192)===128&&(h&192)===128&&(x=(p&15)<<12|(l&63)<<6|h&63,x>2047&&(x<55296||x>57343)&&(m=x));break;case 4:l=e[c+1],h=e[c+2],b=e[c+3],(l&192)===128&&(h&192)===128&&(b&192)===128&&(x=(p&15)<<18|(l&63)<<12|(h&63)<<6|b&63,x>65535&&x<1114112&&(m=x))}}m===null?(m=65533,g=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=g}return ps(s)}var ht=4096;function ps(e){var o=e.length;if(o<=ht)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=ht));return t}function ms(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function ds(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function ls(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=hs[e[p]];return c}function _s(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}d.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,d.prototype),c};function C(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};d.prototype.readUint8=d.prototype.readUInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};d.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};d.prototype.readInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};d.prototype.readInt16BE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};d.prototype.readInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!1,52,8)};function O(e,o,t,s,c,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=1,g=0;for(this[t]=o&255;++g<s&&(m*=256);)this[t+g]=o/m&255;return t+s};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=s-1,g=1;for(this[t+m]=o&255;--m>=0&&(g*=256);)this[t+m]=o/g&255;return t+s};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,255,0),this[t]=o&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};d.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=0,g=1,l=0;for(this[t]=o&255;++m<s&&(g*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=s-1,g=1,l=0;for(this[t+m]=o&255;--m>=0&&(g*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};d.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};d.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function vt(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function kt(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return kt(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return kt(this,o,t,!1,s)};function At(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return At(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return At(this,o,t,!1,s)};d.prototype.copy=function(o,t,s,c){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};d.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!d.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var g=d.isBuffer(o)?o:d.from(o,c),l=g.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=g[m%l]}return this};var gs=/[^+/0-9A-Za-z-_]/g;function us(e){if(e=e.split("=")[0],e=e.trim().replace(gs,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function on(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function fs(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function Ts(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function It(e){return Jo.toByteArray(us(e))}function to(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function j(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function rn(e){return e!==e}var hs=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var Dt=U((Kd,Nt)=>{n();var L=Nt.exports={},z,q;function an(){throw new Error("setTimeout has not been defined")}function sn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=an}catch(e){z=an}try{typeof clearTimeout=="function"?q=clearTimeout:q=sn}catch(e){q=sn}})();function Et(e){if(z===setTimeout)return setTimeout(e,0);if((z===an||!z)&&setTimeout)return z=setTimeout,setTimeout(e,0);try{return z(e,0)}catch(o){try{return z.call(null,e,0)}catch(t){return z.call(this,e,0)}}}function ys(e){if(q===clearTimeout)return clearTimeout(e);if((q===sn||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(t){return q.call(this,e)}}}var oe=[],we=!1,le,ro=-1;function xs(){!we||!le||(we=!1,le.length?oe=le.concat(oe):ro=-1,oe.length&&Ct())}function Ct(){if(!we){var e=Et(xs);we=!0;for(var o=oe.length;o;){for(le=oe,oe=[];++ro<o;)le&&le[ro].run();ro=-1,o=oe.length}le=null,we=!1,ys(e)}}L.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];oe.push(new Pt(e,o)),oe.length===1&&!we&&Et(Ct)};function Pt(e,o){this.fun=e,this.array=o}Pt.prototype.run=function(){this.fun.apply(null,this.array)};L.title="browser";L.browser=!0;L.env={};L.argv=[];L.version="";L.versions={};function ne(){}L.on=ne;L.addListener=ne;L.once=ne;L.off=ne;L.removeListener=ne;L.removeAllListeners=ne;L.emit=ne;L.prependListener=ne;L.prependOnceListener=ne;L.listeners=function(e){return[]};L.binding=function(e){throw new Error("process.binding is not supported")};L.cwd=function(){return"/"};L.chdir=function(e){throw new Error("process.chdir is not supported")};L.umask=function(){return 0}});var a,i,bs,r,n=T(()=>{a=f(Lt()),i=f(Dt()),bs=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),r=bs});var I=T(()=>{"use strict";n()});function ke(e){return e!=null&&(Ps(e)||Ft(e))}function Ae(e){return e!=null&&(Ns(e)||Os(e))}function Ie(e){return e!=null&&(Ds(e)||Ms(e))}function mn(e){return e!=null&&Rs(e)}function Ps(e){return e!=null&&vs.includes(e)}function Ns(e){return e!=null&&ks.includes(e)}function Ds(e){return e!=null&&As.includes(e)}function Rs(e){return e!=null&&Is.includes(e)}function Ft(e){return e!=null&&Ls.includes(e)}function Os(e){return e!=null&&Es.includes(e)}function Ms(e){return e!=null&&Cs.includes(e)}var vs,ks,As,Is,Ls,Es,Cs,ge=T(()=>{"use strict";n();I();vs=["sent"],ks=["success"],As=["fail","cancelled","timedOut"],Is=["timedOut"],Ls=["pending"],Es=["success"],Cs=["fail","invalid"]});var ue=T(()=>{"use strict";n()});var Bt=T(()=>{"use strict";n()});var Ut=T(()=>{"use strict";n()});var Wt=T(()=>{"use strict";n()});var Gt=T(()=>{"use strict";n()});var $t=T(()=>{"use strict";n()});var M=T(()=>{"use strict";n()});var Vt=T(()=>{"use strict";n()});var Ht=T(()=>{"use strict";n()});var jt=T(()=>{"use strict";n()});var P=T(()=>{"use strict";n();Bt();Ut();Wt();I();Gt();$t();M();Vt();Ht();jt()});var Le,zt,yl,qt,xl,Kt,bl,Sl,Fs,Ue=T(()=>{"use strict";n();P();Le={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:zt,egldLabel:yl}=Le["devnet"],{chainId:qt,egldLabel:xl}=Le["testnet"],{chainId:Kt,egldLabel:bl}=Le["mainnet"],Sl={["devnet"]:zt,["testnet"]:qt,["mainnet"]:Kt},Fs={[zt]:"devnet",[qt]:"testnet",[Kt]:"mainnet"}});var dn=T(()=>{"use strict";n()});var Xt=T(()=>{"use strict";n()});var ao,ln=T(()=>{"use strict";n();ao="transaction-status-toast-id"});var K,Yt=T(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Zt=T(()=>{"use strict";n()});var We,io,Jt,so,Qt,Ee,v=T(()=>{"use strict";n();ue();Ue();dn();Xt();ln();Yt();Zt();We=5e4,io=1e9,Jt=1,so="logout",Qt="login",Ee="0"});var Ge,co=T(()=>{"use strict";n();Ge=()=>Date.now()/1e3});var er=T(()=>{"use strict";n()});var or=T(()=>{"use strict";n()});var _n=T(()=>{"use strict";n();co();er();or()});var un={};pe(un,{getItem:()=>Us,localStorageKeys:()=>se,removeItem:()=>Ws,setItem:()=>Bs});var se,gn,Bs,Us,Ws,Ce=T(()=>{"use strict";n();_n();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},gn=typeof localStorage!="undefined",Bs=({key:e,data:o,expires:t})=>{!gn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Us=e=>{if(!gn)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Ge()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Ws=e=>{!gn||localStorage.removeItem(String(e))}});var fn={};pe(fn,{clear:()=>ar,getItem:()=>tr,removeItem:()=>rr,setItem:()=>nr,storage:()=>Gs});var nr,tr,rr,ar,Gs,ir=T(()=>{"use strict";n();nr=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},tr=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},rr=e=>sessionStorage.removeItem(String(e)),ar=()=>sessionStorage.clear(),Gs={setItem:nr,getItem:tr,removeItem:rr,clear:ar}});var fe,Pe=T(()=>{"use strict";n();Ce();ir();fe={session:fn,local:un}});var Tn,E,X,N=T(()=>{"use strict";n();Tn=require("@reduxjs/toolkit");v();E=(0,Tn.createAction)(so),X=(0,Tn.createAction)(Qt,e=>({payload:e}))});var yn,sr,cr,po,hn,pr,xn,e_,bn,o_,$s,Vs,n_,t_,r_,Hs,js,mo,lo=T(()=>{"use strict";n();yn=require("@multiversx/sdk-core"),sr=require("@reduxjs/toolkit"),cr=require("redux-persist");v();Pe();Ce();N();po={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ee},hn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":po},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},pr=(0,sr.createSlice)({name:"accountInfoSlice",initialState:hn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new yn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:po},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(E,()=>(fe.local.removeItem(se.loginExpiresAt),hn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new yn.Address(s).hex()}),e.addCase(cr.REHYDRATE,(o,t)=>{var h;if(!((h=t.payload)!=null&&h.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:g}=s;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:hn.accounts,o.publicKey=g})}}),{setAccount:xn,setAddress:e_,setAccountNonce:bn,setAccountShard:o_,setLedgerAccount:$s,updateLedgerAccount:Vs,setWalletConnectAccount:n_,setIsAccountLoading:t_,setAccountLoadingError:r_,setWebsocketEvent:Hs,setWebsocketBatchEvent:js}=pr.actions,mo=pr.reducer});function $e(){return new Date().setHours(new Date().getHours()+24)}function Ve(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var Sn=T(()=>{"use strict";n();Pe();Ce()});var dr,mr,lr,g_,_r,zs,qs,u_,Ks,gr,f_,_o,go=T(()=>{"use strict";n();dr=require("@reduxjs/toolkit");Sn();I();N();mr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},lr=(0,dr.createSlice)({name:"loginInfoSlice",initialState:mr,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(E,()=>mr),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,Ve($e())})}}),{setLoginMethod:g_,setWalletConnectLogin:_r,setLedgerLogin:zs,setTokenLogin:qs,setTokenLoginSignature:u_,setWalletLogin:Ks,invalidateLoginSession:gr,setLogoutRoute:f_}=lr.actions,_o=lr.reducer});var fr,ur,Tr,x_,Xs,b_,Ys,uo,fo=T(()=>{"use strict";n();fr=require("@reduxjs/toolkit");N();ur={},Tr=(0,fr.createSlice)({name:"modalsSlice",initialState:ur,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(E,()=>ur)}}),{setTxSubmittedModal:x_,setNotificationModal:Xs,clearTxSubmittedModal:b_,clearNotificationModal:Ys}=Tr.actions,uo=Tr.reducer});var He=T(()=>{"use strict";n()});var yr=T(()=>{"use strict";n();He()});function wn(e){return e[Math.floor(Math.random()*e.length)]}var xr=T(()=>{"use strict";n()});var vn=T(()=>{"use strict";n();dn()});var Te=T(()=>{"use strict";n();yr();xr();vn()});var br,Sr,kn,Zs,wr,M_,F_,To,ho=T(()=>{"use strict";n();br=require("@reduxjs/toolkit"),Sr=f(require("lodash.omit"));Te();kn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Zs={network:kn,chainID:"-1"},wr=(0,br.createSlice)({name:"appConfig",initialState:Zs,reducers:{initializeNetworkConfig:(e,o)=>{let t=wn(o.payload.walletConnectBridgeAddresses),s=wn(o.payload.walletConnectV2RelayAddresses),c=(0,Sr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),c),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:s})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:M_,setChainID:F_}=wr.actions,To=wr.reducer});var vr,An,kr,V_,H_,j_,yo,xo=T(()=>{"use strict";n();vr=require("@reduxjs/toolkit");P();N();An={isSigning:!1,signedSessions:{}},kr=(0,vr.createSlice)({name:"signedMessageInfoSliceState",initialState:An,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=s},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>An},extraReducers:e=>{e.addCase(E,()=>An)}}),{setSignSession:V_,clearSignedMessageInfo:H_,setSignSessionState:j_}=kr.actions,yo=kr.reducer});var Ir,Lr,Ar,Er,Js,In,Q_,eg,og,ng,bo,So=T(()=>{"use strict";n();Ir=require("@reduxjs/toolkit"),Lr=require("redux-persist");ln();P();co();N();Ar={customToasts:[],transactionToasts:[],failTransactionToast:null},Er=(0,Ir.createSlice)({name:"toastsSlice",initialState:Ar,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Ge(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=S(u({},o.payload),{toastId:ao})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(E,()=>Ar),e.addCase(Lr.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:Js,removeCustomToast:In,addTransactionToast:Q_,removeTransactionToast:eg,addFailTransactionToast:og,removeFailTransactionToast:ng}=Er.actions,bo=Er.reducer});var Cr,En,Cn,Pn,Qs,Ln,Pr,ig,ec,Nn,wo,vo=T(()=>{"use strict";n();Cr=require("@reduxjs/toolkit");N();En="Transaction failed",Cn="Transaction successful",Pn="Processing transaction",Qs="Transaction submitted",Ln={},Pr=(0,Cr.createSlice)({name:"transactionsInfo",initialState:Ln,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||En,successMessage:(s==null?void 0:s.successMessage)||Cn,processingMessage:(s==null?void 0:s.processingMessage)||Pn,submittedMessage:(s==null?void 0:s.submittedMessage)||Qs,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ln},extraReducers:e=>{e.addCase(E,()=>Ln)}}),{clearTransactionsInfo:ig,setTransactionsDisplayInfo:ec,clearTransactionsInfoForSessionId:Nn}=Pr.actions,wo=Pr.reducer});var Nr,Dr,je,oc,Rr,Or,Mr,nc,ko,tc,rc,_g,ac,Ao,Dn,Io,Lo=T(()=>{"use strict";n();Nr=require("@reduxjs/toolkit"),Dr=require("redux-persist");I();ge();N();je={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},oc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Rr=(0,Nr.createSlice)({name:"transactionsSlice",initialState:je,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,h;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m}=o.payload,g=((l=e.customTransactionInformationForSessionId)==null?void 0:l[t])||oc;e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:g},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===t&&(e.transactionsToSign=je.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,l,h,b,x,D;let{sessionId:t,status:s,errorMessage:c,transactionHash:p}=o.payload,m=(l=(g=e.signedTransactions)==null?void 0:g[t])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[t].transactions=m.map(Q=>Q.hash===p?S(u({},Q),{status:s,errorMessage:c}):Q);let R=(b=(h=e.signedTransactions[t])==null?void 0:h.transactions)==null?void 0:b.every(Q=>Ae(Q.status)),ie=(D=(x=e.signedTransactions[t])==null?void 0:x.transactions)==null?void 0:D.every(Q=>Ie(Q.status));R&&(e.signedTransactions[t].status="success"),ie&&(e.signedTransactions[t].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=je.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=je.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(E,()=>je),e.addCase(Dr.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((g,[l,h])=>{let b=new Date(l),x=new Date;return x.setHours(x.getHours()+5),x-b>0||(g[l]=h),g},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Or,updateSignedTransactions:Mr,setTransactionsToSign:nc,clearAllTransactionsToSign:ko,clearAllSignedTransactions:tc,clearSignedTransaction:rc,clearTransactionToSign:_g,setSignTransactionsError:ac,setSignTransactionsCancelMessage:Ao,moveTransactionsToSignedState:Dn}=Rr.actions,Io=Rr.reducer});var Fr,Rn,Br,Tg,hg,yg,xg,Eo,Co=T(()=>{"use strict";n();Fr=require("@reduxjs/toolkit");N();Rn={},Br=(0,Fr.createSlice)({name:"batchTransactionsSlice",initialState:Rn,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Rn},extraReducers:e=>{e.addCase(E,()=>Rn)}}),{setBatchTransactions:Tg,updateBatchTransactions:hg,clearBatchTransactions:yg,clearAllBatchTransactions:xg}=Br.actions,Eo=Br.reducer});var Wr,Ur,Gr,vg,$r,On=T(()=>{"use strict";n();Wr=require("@reduxjs/toolkit");N();Ur={},Gr=(0,Wr.createSlice)({name:"dappConfigSlice",initialState:Ur,reducers:{setDappConfig:(e,o)=>{e=u(u({},e),o.payload)}},extraReducers:e=>{e.addCase(E,()=>Ur)}}),{setDappConfig:vg}=Gr.actions,$r=Gr.reducer});var A=T(()=>{"use strict";n();lo();go();fo();ho();xo();So();vo();Lo();Co();On()});var Wn=T(()=>{"use strict";n()});var na,oa,ta,Ku,Xu,Yu,Zu,Ju,Qu,ra,aa=T(()=>{"use strict";n();na=require("@reduxjs/toolkit");N();oa={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ta=(0,na.createSlice)({name:"dappModalsSlice",initialState:oa,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=u({},o.payload)}},extraReducers:e=>{e.addCase(E,()=>oa)}}),{setDappModalVisibility:Ku,setDappModalHeaderVisibility:Xu,setDappModalFooterVisibility:Yu,setDappModalHeaderText:Zu,setDappModalFooterText:Ju,setDappModalConfig:Qu}=ta.actions,ra=ta.reducer});var ia,vc,kc,he,Mo=T(()=>{"use strict";n();ia=require("@reduxjs/toolkit");Wn();lo();Co();On();aa();go();fo();ho();xo();So();vo();Lo();vc={["account"]:mo,["dappModal"]:ra,["dappConfig"]:$r,["loginInfo"]:_o,["modals"]:uo,["networkConfig"]:To,["signedMessageInfo"]:yo,["toasts"]:bo,["transactionsInfo"]:wo,["transactions"]:Io,["batchTransactions"]:Eo},kc=(e={})=>(0,ia.combineReducers)(u(u({},vc),e)),he=kc});var ma={};pe(ma,{default:()=>Gc,sessionStorageReducers:()=>Gn});function re(e,o=[]){return{key:e,version:1,storage:ca.default,blacklist:o}}var F,sa,ca,Ac,Ke,Ic,Lc,Ec,Cc,Pc,Nc,Dc,Rc,Oc,Mc,pa,Fc,Gn,Bc,Uc,Wc,Gc,da=T(()=>{"use strict";n();F=require("redux-persist"),sa=f(require("redux-persist/lib/storage")),ca=f(require("redux-persist/lib/storage/session"));Mo();A();lo();Co();go();fo();ho();xo();So();vo();Lo();Wn();Ac={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ic=re(Ke["account"]),Lc=re(Ke["loginInfo"]),Ec=re(Ke["modals"]),Cc=re(Ke["networkConfig"]),Pc={2:e=>S(u({},e),{networkConfig:kn})};Nc=re("sdk-dapp-transactionsInfo"),Dc=re("sdk-dapp-transactions",["transactionsToSign"]),Rc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Oc=re("sdk-dapp-toasts"),Mc=re("sdk-dapp-signedMessageInfo"),pa={key:"sdk-dapp-store",version:2,storage:sa.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(Pc,{debug:!1})},Fc=S(u({},pa),{whitelist:[]}),Gn={["toasts"]:(0,F.persistReducer)(Oc,bo),["transactions"]:(0,F.persistReducer)(Dc,Io),["transactionsInfo"]:(0,F.persistReducer)(Nc,wo),["batchTransactions"]:(0,F.persistReducer)(Rc,Eo),["signedMessageInfo"]:(0,F.persistReducer)(Mc,yo)},Bc=S(u({},Gn),{["account"]:(0,F.persistReducer)(Ic,mo),["loginInfo"]:(0,F.persistReducer)(Lc,_o),["modals"]:(0,F.persistReducer)(Ec,uo),["networkConfig"]:(0,F.persistReducer)(Cc,To)}),Uc=Ac.persistReducersStorageType==="localStorage",Wc=Uc?(0,F.persistReducer)(pa,he(Gn)):(0,F.persistReducer)(Fc,he(Bc)),Gc=Wc});var la={};pe(la,{default:()=>$c});var $c,_a=T(()=>{"use strict";n();Mo();$c=he()});var ga={};pe(ga,{default:()=>Hc});var $,Vc,Hc,ua=T(()=>{"use strict";n();$=require("redux-persist"),Vc=[$.FLUSH,$.REHYDRATE,$.PAUSE,$.PERSIST,$.PURGE,$.REGISTER],Hc=Vc});var ha={};pe(ha,{default:()=>Ta});function Ta(e){return(0,fa.persistStore)(e)}var fa,ya=T(()=>{"use strict";n();fa=require("redux-persist")});var pi=U((CE,ci)=>{n();var Fm=typeof r=="object"&&r&&r.Object===Object&&r;ci.exports=Fm});var di=U((PE,mi)=>{n();var Bm=pi(),Um=typeof self=="object"&&self&&self.Object===Object&&self,Wm=Bm||Um||Function("return this")();mi.exports=Wm});var tt=U((NE,li)=>{n();var Gm=di(),$m=Gm.Symbol;li.exports=$m});var fi=U((DE,ui)=>{n();var _i=tt(),gi=Object.prototype,Vm=gi.hasOwnProperty,Hm=gi.toString,Ze=_i?_i.toStringTag:void 0;function jm(e){var o=Vm.call(e,Ze),t=e[Ze];try{e[Ze]=void 0;var s=!0}catch(p){}var c=Hm.call(e);return s&&(o?e[Ze]=t:delete e[Ze]),c}ui.exports=jm});var hi=U((RE,Ti)=>{n();var zm=Object.prototype,qm=zm.toString;function Km(e){return qm.call(e)}Ti.exports=Km});var Si=U((OE,bi)=>{n();var yi=tt(),Xm=fi(),Ym=hi(),Zm="[object Null]",Jm="[object Undefined]",xi=yi?yi.toStringTag:void 0;function Qm(e){return e==null?e===void 0?Jm:Zm:xi&&xi in Object(e)?Xm(e):Ym(e)}bi.exports=Qm});var vi=U((ME,wi)=>{n();var ed=Array.isArray;wi.exports=ed});var Ai=U((FE,ki)=>{n();function od(e){return e!=null&&typeof e=="object"}ki.exports=od});var Li=U((BE,Ii)=>{n();var nd=Si(),td=vi(),rd=Ai(),ad="[object String]";function id(e){return typeof e=="string"||!td(e)&&rd(e)&&nd(e)==ad}Ii.exports=id});var Vd={};pe(Vd,{getIsTransaction:()=>$d,useMemoizedCloseButton:()=>Gd,useRemoveCustomToast:()=>Ss});module.exports=Be(Vd);n();n();var Rt=require("react"),Ss=({duration:e,onDelete:o})=>{(0,Rt.useEffect)(()=>{let t;return e&&(t=setTimeout(o,e)),()=>{clearTimeout(t)}},[e])};n();var Qe=f(require("react"));n();n();var cn=f(require("react")),Ot=require("@fortawesome/free-solid-svg-icons"),Mt=require("@fortawesome/react-fontawesome"),pn=({className:e="dapp-default-toast-delete-button",onClick:o})=>cn.default.createElement("button",{type:"button",className:e,onClick:o},cn.default.createElement(Mt.FontAwesomeIcon,{icon:Ot.faTimes,size:"xs"}));n();var Rd=f(require("react")),Od=require("@fortawesome/react-fontawesome"),Md=f(require("classnames"));n();var ws=`.dapp-core-component__main__link-style {
1
+ "use strict";var Fi=Object.create;var Fe=Object.defineProperty,Bi=Object.defineProperties,Ui=Object.getOwnPropertyDescriptor,Gi=Object.getOwnPropertyDescriptors,Wi=Object.getOwnPropertyNames,eo=Object.getOwnPropertySymbols,$i=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty,mt=Object.prototype.propertyIsEnumerable;var pt=(e,o,t)=>o in e?Fe(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Xo.call(o,t)&&pt(e,t,o[t]);if(eo)for(var t of eo(o))mt.call(o,t)&&pt(e,t,o[t]);return e},S=(e,o)=>Bi(e,Gi(o));var xe=(e,o)=>{var t={};for(var s in e)Xo.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&eo)for(var s of eo(e))o.indexOf(s)<0&&mt.call(e,s)&&(t[s]=e[s]);return t};var T=(e,o)=>()=>(e&&(o=e(e=0)),o);var U=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),pe=(e,o)=>{for(var t in o)Fe(e,t,{get:o[t],enumerable:!0})},dt=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Wi(o))!Xo.call(e,c)&&c!==t&&Fe(e,c,{get:()=>o[c],enumerable:!(s=Ui(o,c))||s.enumerable});return e};var f=(e,o,t)=>(t=e!=null?Fi($i(e)):{},dt(o||!e||!e.__esModule?Fe(t,"default",{value:e,enumerable:!0}):t,e)),Be=e=>dt(Fe({},"__esModule",{value:!0}),e);var y=(e,o,t)=>new Promise((s,c)=>{var p=l=>{try{g(t.next(l))}catch(h){c(h)}},m=l=>{try{g(t.throw(l))}catch(h){c(h)}},g=l=>l.done?s(l.value):Promise.resolve(l.value).then(p,m);g((t=t.apply(e,o)).next())});var gt=U(oo=>{"use strict";n();oo.byteLength=Hi;oo.toByteArray=zi;oo.fromByteArray=Xi;var H=[],W=[],Vi=typeof Uint8Array!="undefined"?Uint8Array:Array,Yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(me=0,lt=Yo.length;me<lt;++me)H[me]=Yo[me],W[Yo.charCodeAt(me)]=me;var me,lt;W["-".charCodeAt(0)]=62;W["_".charCodeAt(0)]=63;function _t(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function Hi(e){var o=_t(e),t=o[0],s=o[1];return(t+s)*3/4-s}function ji(e,o,t){return(o+t)*3/4-t}function zi(e){var o,t=_t(e),s=t[0],c=t[1],p=new Vi(ji(e,s,c)),m=0,g=c>0?s-4:s,l;for(l=0;l<g;l+=4)o=W[e.charCodeAt(l)]<<18|W[e.charCodeAt(l+1)]<<12|W[e.charCodeAt(l+2)]<<6|W[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=W[e.charCodeAt(l)]<<2|W[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=W[e.charCodeAt(l)]<<10|W[e.charCodeAt(l+1)]<<4|W[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function qi(e){return H[e>>18&63]+H[e>>12&63]+H[e>>6&63]+H[e&63]}function Ki(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(qi(s));return c.join("")}function Xi(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,g=t-s;m<g;m+=p)c.push(Ki(e,m,m+p>g?g:m+p));return s===1?(o=e[t-1],c.push(H[o>>2]+H[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push(H[o>>10]+H[o>>4&63]+H[o<<2&63]+"=")),c.join("")}});var ut=U(Zo=>{n();Zo.read=function(e,o,t,s,c){var p,m,g=c*8-s-1,l=(1<<g)-1,h=l>>1,b=-7,x=t?c-1:0,D=t?-1:1,R=e[o+x];for(x+=D,p=R&(1<<-b)-1,R>>=-b,b+=g;b>0;p=p*256+e[o+x],x+=D,b-=8);for(m=p&(1<<-b)-1,p>>=-b,b+=s;b>0;m=m*256+e[o+x],x+=D,b-=8);if(p===0)p=1-h;else{if(p===l)return m?NaN:(R?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-h}return(R?-1:1)*m*Math.pow(2,p-s)};Zo.write=function(e,o,t,s,c,p){var m,g,l,h=p*8-c-1,b=(1<<h)-1,x=b>>1,D=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,R=s?0:p-1,ie=s?1:-1,Q=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(g=isNaN(o)?1:0,m=b):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+x>=1?o+=D/l:o+=D*Math.pow(2,1-x),o*l>=2&&(m++,l/=2),m+x>=b?(g=0,m=b):m+x>=1?(g=(o*l-1)*Math.pow(2,c),m=m+x):(g=o*Math.pow(2,x-1)*Math.pow(2,c),m=0));c>=8;e[t+R]=g&255,R+=ie,g/=256,c-=8);for(m=m<<c|g,h+=c;h>0;e[t+R]=m&255,R+=ie,m/=256,h-=8);e[t+R-ie]|=Q*128}});var Lt=U(Se=>{"use strict";n();var Jo=gt(),be=ut(),ft=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Se.Buffer=d;Se.SlowBuffer=os;Se.INSPECT_MAX_BYTES=50;var no=2147483647;Se.kMaxLength=no;d.TYPED_ARRAY_SUPPORT=Yi();!d.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Yi(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function ee(e){if(e>no)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return nn(e)}return yt(e,o,t)}d.poolSize=8192;function yt(e,o,t){if(typeof e=="string")return Ji(e,o);if(ArrayBuffer.isView(e))return Qi(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(j(e,ArrayBuffer)||e&&j(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(j(e,SharedArrayBuffer)||e&&j(e.buffer,SharedArrayBuffer)))return en(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return d.from(s,o,t);var c=es(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}d.from=function(e,o,t){return yt(e,o,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function xt(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Zi(e,o,t){return xt(e),e<=0?ee(e):o!==void 0?typeof t=="string"?ee(e).fill(o,t):ee(e).fill(o):ee(e)}d.alloc=function(e,o,t){return Zi(e,o,t)};function nn(e){return xt(e),ee(e<0?0:tn(e)|0)}d.allocUnsafe=function(e){return nn(e)};d.allocUnsafeSlow=function(e){return nn(e)};function Ji(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=bt(e,o)|0,s=ee(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Qo(e){for(var o=e.length<0?0:tn(e.length)|0,t=ee(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function Qi(e){if(j(e,Uint8Array)){var o=new Uint8Array(e);return en(o.buffer,o.byteOffset,o.byteLength)}return Qo(e)}function en(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,d.prototype),s}function es(e){if(d.isBuffer(e)){var o=tn(e.length)|0,t=ee(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||rn(e.length)?ee(0):Qo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Qo(e.data)}function tn(e){if(e>=no)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+no.toString(16)+" bytes");return e|0}function os(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,t){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),j(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(o)||!d.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};d.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};d.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=d.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(j(m,Uint8Array))p+m.length>c.length?d.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(d.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function bt(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||j(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return on(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return It(e).length;default:if(c)return s?-1:on(e).length;o=(""+o).toLowerCase(),c=!0}}d.byteLength=bt;function ns(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return ls(this,o,t);case"utf8":case"utf-8":return wt(this,o,t);case"ascii":return ms(this,o,t);case"latin1":case"binary":return ds(this,o,t);case"base64":return cs(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return _s(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}d.prototype._isBuffer=!0;function de(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}d.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)de(this,t,t+1);return this};d.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)de(this,t,t+3),de(this,t+1,t+2);return this};d.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)de(this,t,t+7),de(this,t+1,t+6),de(this,t+2,t+5),de(this,t+3,t+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?wt(this,0,o):ns.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.prototype.inspect=function(){var o="",t=Se.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ft&&(d.prototype[ft]=d.prototype.inspect);d.prototype.compare=function(o,t,s,c,p){if(j(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,g=s-t,l=Math.min(m,g),h=this.slice(c,p),b=o.slice(t,s),x=0;x<l;++x)if(h[x]!==b[x]){m=h[x],g=b[x];break}return m<g?-1:g<m?1:0};function St(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rn(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=d.from(o,s)),d.isBuffer(o))return o.length===0?-1:Tt(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):Tt(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function Tt(e,o,t,s,c){var p=1,m=e.length,g=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,g/=2,t/=2}function l(R,ie){return p===1?R[ie]:R.readUInt16BE(ie*p)}var h;if(c){var b=-1;for(h=t;h<m;h++)if(l(e,h)===l(o,b===-1?0:h-b)){if(b===-1&&(b=h),h-b+1===g)return b*p}else b!==-1&&(h-=h-b),b=-1}else for(t+g>m&&(t=m-g),h=t;h>=0;h--){for(var x=!0,D=0;D<g;D++)if(l(e,h+D)!==l(o,D)){x=!1;break}if(x)return h}return-1}d.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};d.prototype.indexOf=function(o,t,s){return St(this,o,t,s,!0)};d.prototype.lastIndexOf=function(o,t,s){return St(this,o,t,s,!1)};function ts(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var g=parseInt(o.substr(m*2,2),16);if(rn(g))return m;e[t+m]=g}return m}function rs(e,o,t,s){return to(on(o,e.length-t),e,t,s)}function as(e,o,t,s){return to(fs(o),e,t,s)}function is(e,o,t,s){return to(It(o),e,t,s)}function ss(e,o,t,s){return to(Ts(o,e.length-t),e,t,s)}d.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return ts(this,o,t,s);case"utf8":case"utf-8":return rs(this,o,t,s);case"ascii":case"latin1":case"binary":return as(this,o,t,s);case"base64":return is(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ss(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function cs(e,o,t){return o===0&&t===e.length?Jo.fromByteArray(e):Jo.fromByteArray(e.slice(o,t))}function wt(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,g=p>239?4:p>223?3:p>191?2:1;if(c+g<=t){var l,h,b,x;switch(g){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(x=(p&31)<<6|l&63,x>127&&(m=x));break;case 3:l=e[c+1],h=e[c+2],(l&192)===128&&(h&192)===128&&(x=(p&15)<<12|(l&63)<<6|h&63,x>2047&&(x<55296||x>57343)&&(m=x));break;case 4:l=e[c+1],h=e[c+2],b=e[c+3],(l&192)===128&&(h&192)===128&&(b&192)===128&&(x=(p&15)<<18|(l&63)<<12|(h&63)<<6|b&63,x>65535&&x<1114112&&(m=x))}}m===null?(m=65533,g=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=g}return ps(s)}var ht=4096;function ps(e){var o=e.length;if(o<=ht)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=ht));return t}function ms(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function ds(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function ls(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=hs[e[p]];return c}function _s(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}d.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,d.prototype),c};function C(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};d.prototype.readUint8=d.prototype.readUInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||C(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};d.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};d.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||C(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};d.prototype.readInt8=function(o,t){return o=o>>>0,t||C(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};d.prototype.readInt16LE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};d.prototype.readInt16BE=function(o,t){o=o>>>0,t||C(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};d.prototype.readInt32LE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};d.prototype.readInt32BE=function(o,t){return o=o>>>0,t||C(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};d.prototype.readFloatLE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,t){return o=o>>>0,t||C(o,4,this.length),be.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||C(o,8,this.length),be.read(this,o,!1,52,8)};function O(e,o,t,s,c,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=1,g=0;for(this[t]=o&255;++g<s&&(m*=256);)this[t+g]=o/m&255;return t+s};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;O(this,o,t,s,p,0)}var m=s-1,g=1;for(this[t+m]=o&255;--m>=0&&(g*=256);)this[t+m]=o/g&255;return t+s};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,255,0),this[t]=o&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};d.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=0,g=1,l=0;for(this[t]=o&255;++m<s&&(g*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);O(this,o,t,s,p-1,-p)}var m=s-1,g=1,l=0;for(this[t+m]=o&255;--m>=0&&(g*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/g>>0)-l&255;return t+s};d.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};d.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};d.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};d.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};d.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||O(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function vt(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function kt(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,4,34028234663852886e22,-34028234663852886e22),be.write(e,o,t,s,23,4),t+4}d.prototype.writeFloatLE=function(o,t,s){return kt(this,o,t,!0,s)};d.prototype.writeFloatBE=function(o,t,s){return kt(this,o,t,!1,s)};function At(e,o,t,s,c){return o=+o,t=t>>>0,c||vt(e,o,t,8,17976931348623157e292,-17976931348623157e292),be.write(e,o,t,s,52,8),t+8}d.prototype.writeDoubleLE=function(o,t,s){return At(this,o,t,!0,s)};d.prototype.writeDoubleBE=function(o,t,s){return At(this,o,t,!1,s)};d.prototype.copy=function(o,t,s,c){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};d.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!d.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var g=d.isBuffer(o)?o:d.from(o,c),l=g.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=g[m%l]}return this};var gs=/[^+/0-9A-Za-z-_]/g;function us(e){if(e=e.split("=")[0],e=e.trim().replace(gs,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function on(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function fs(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function Ts(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function It(e){return Jo.toByteArray(us(e))}function to(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function j(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function rn(e){return e!==e}var hs=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var Dt=U((Kd,Nt)=>{n();var L=Nt.exports={},z,q;function an(){throw new Error("setTimeout has not been defined")}function sn(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?z=setTimeout:z=an}catch(e){z=an}try{typeof clearTimeout=="function"?q=clearTimeout:q=sn}catch(e){q=sn}})();function Et(e){if(z===setTimeout)return setTimeout(e,0);if((z===an||!z)&&setTimeout)return z=setTimeout,setTimeout(e,0);try{return z(e,0)}catch(o){try{return z.call(null,e,0)}catch(t){return z.call(this,e,0)}}}function ys(e){if(q===clearTimeout)return clearTimeout(e);if((q===sn||!q)&&clearTimeout)return q=clearTimeout,clearTimeout(e);try{return q(e)}catch(o){try{return q.call(null,e)}catch(t){return q.call(this,e)}}}var oe=[],we=!1,le,ro=-1;function xs(){!we||!le||(we=!1,le.length?oe=le.concat(oe):ro=-1,oe.length&&Ct())}function Ct(){if(!we){var e=Et(xs);we=!0;for(var o=oe.length;o;){for(le=oe,oe=[];++ro<o;)le&&le[ro].run();ro=-1,o=oe.length}le=null,we=!1,ys(e)}}L.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];oe.push(new Pt(e,o)),oe.length===1&&!we&&Et(Ct)};function Pt(e,o){this.fun=e,this.array=o}Pt.prototype.run=function(){this.fun.apply(null,this.array)};L.title="browser";L.browser=!0;L.env={};L.argv=[];L.version="";L.versions={};function ne(){}L.on=ne;L.addListener=ne;L.once=ne;L.off=ne;L.removeListener=ne;L.removeAllListeners=ne;L.emit=ne;L.prependListener=ne;L.prependOnceListener=ne;L.listeners=function(e){return[]};L.binding=function(e){throw new Error("process.binding is not supported")};L.cwd=function(){return"/"};L.chdir=function(e){throw new Error("process.chdir is not supported")};L.umask=function(){return 0}});var a,i,bs,r,n=T(()=>{a=f(Lt()),i=f(Dt()),bs=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),r=bs});var I=T(()=>{"use strict";n()});function ke(e){return e!=null&&(Ps(e)||Ft(e))}function Ae(e){return e!=null&&(Ns(e)||Os(e))}function Ie(e){return e!=null&&(Ds(e)||Ms(e))}function mn(e){return e!=null&&Rs(e)}function Ps(e){return e!=null&&vs.includes(e)}function Ns(e){return e!=null&&ks.includes(e)}function Ds(e){return e!=null&&As.includes(e)}function Rs(e){return e!=null&&Is.includes(e)}function Ft(e){return e!=null&&Ls.includes(e)}function Os(e){return e!=null&&Es.includes(e)}function Ms(e){return e!=null&&Cs.includes(e)}var vs,ks,As,Is,Ls,Es,Cs,ge=T(()=>{"use strict";n();I();vs=["sent"],ks=["success"],As=["fail","cancelled","timedOut"],Is=["timedOut"],Ls=["pending"],Es=["success"],Cs=["fail","invalid"]});var ue=T(()=>{"use strict";n()});var Bt=T(()=>{"use strict";n()});var Ut=T(()=>{"use strict";n()});var Gt=T(()=>{"use strict";n()});var Wt=T(()=>{"use strict";n()});var $t=T(()=>{"use strict";n()});var M=T(()=>{"use strict";n()});var Vt=T(()=>{"use strict";n()});var Ht=T(()=>{"use strict";n()});var jt=T(()=>{"use strict";n()});var P=T(()=>{"use strict";n();Bt();Ut();Gt();I();Wt();$t();M();Vt();Ht();jt()});var Le,zt,yl,qt,xl,Kt,bl,Sl,Fs,Ue=T(()=>{"use strict";n();P();Le={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:zt,egldLabel:yl}=Le["devnet"],{chainId:qt,egldLabel:xl}=Le["testnet"],{chainId:Kt,egldLabel:bl}=Le["mainnet"],Sl={["devnet"]:zt,["testnet"]:qt,["mainnet"]:Kt},Fs={[zt]:"devnet",[qt]:"testnet",[Kt]:"mainnet"}});var dn=T(()=>{"use strict";n()});var Xt=T(()=>{"use strict";n()});var ao,ln=T(()=>{"use strict";n();ao="transaction-status-toast-id"});var K,Yt=T(()=>{"use strict";n();K=require("@multiversx/sdk-web-wallet-provider")});var Zt=T(()=>{"use strict";n()});var Ge,io,Jt,so,Qt,Ee,v=T(()=>{"use strict";n();ue();Ue();dn();Xt();ln();Yt();Zt();Ge=5e4,io=1e9,Jt=1,so="logout",Qt="login",Ee="0"});var We,co=T(()=>{"use strict";n();We=()=>Date.now()/1e3});var er=T(()=>{"use strict";n()});var or=T(()=>{"use strict";n()});var _n=T(()=>{"use strict";n();co();er();or()});var un={};pe(un,{getItem:()=>Us,localStorageKeys:()=>se,removeItem:()=>Gs,setItem:()=>Bs});var se,gn,Bs,Us,Gs,Ce=T(()=>{"use strict";n();_n();se={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},gn=typeof localStorage!="undefined",Bs=({key:e,data:o,expires:t})=>{!gn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Us=e=>{if(!gn)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:We()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Gs=e=>{!gn||localStorage.removeItem(String(e))}});var fn={};pe(fn,{clear:()=>ar,getItem:()=>tr,removeItem:()=>rr,setItem:()=>nr,storage:()=>Ws});var nr,tr,rr,ar,Ws,ir=T(()=>{"use strict";n();nr=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},tr=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},rr=e=>sessionStorage.removeItem(String(e)),ar=()=>sessionStorage.clear(),Ws={setItem:nr,getItem:tr,removeItem:rr,clear:ar}});var fe,Pe=T(()=>{"use strict";n();Ce();ir();fe={session:fn,local:un}});var Tn,E,X,N=T(()=>{"use strict";n();Tn=require("@reduxjs/toolkit");v();E=(0,Tn.createAction)(so),X=(0,Tn.createAction)(Qt,e=>({payload:e}))});var yn,sr,cr,po,hn,pr,xn,e_,bn,o_,$s,Vs,n_,t_,r_,Hs,js,mo,lo=T(()=>{"use strict";n();yn=require("@multiversx/sdk-core"),sr=require("@reduxjs/toolkit"),cr=require("redux-persist");v();Pe();Ce();N();po={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Ee},hn={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":po},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},pr=(0,sr.createSlice)({name:"accountInfoSlice",initialState:hn,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=new yn.Address(t).hex()},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:po},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(E,()=>(fe.local.removeItem(se.loginExpiresAt),hn)),e.addCase(X,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new yn.Address(s).hex()}),e.addCase(cr.REHYDRATE,(o,t)=>{var h;if(!((h=t.payload)!=null&&h.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:g}=s;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:hn.accounts,o.publicKey=g})}}),{setAccount:xn,setAddress:e_,setAccountNonce:bn,setAccountShard:o_,setLedgerAccount:$s,updateLedgerAccount:Vs,setWalletConnectAccount:n_,setIsAccountLoading:t_,setAccountLoadingError:r_,setWebsocketEvent:Hs,setWebsocketBatchEvent:js}=pr.actions,mo=pr.reducer});function $e(){return new Date().setHours(new Date().getHours()+24)}function Ve(e){fe.local.setItem({key:se.loginExpiresAt,data:e,expires:e})}var Sn=T(()=>{"use strict";n();Pe();Ce()});var dr,mr,lr,g_,_r,zs,qs,u_,Ks,gr,f_,_o,go=T(()=>{"use strict";n();dr=require("@reduxjs/toolkit");Sn();I();N();mr={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},lr=(0,dr.createSlice)({name:"loginInfoSlice",initialState:mr,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(E,()=>mr),e.addCase(X,(o,t)=>{o.loginMethod=t.payload.loginMethod,Ve($e())})}}),{setLoginMethod:g_,setWalletConnectLogin:_r,setLedgerLogin:zs,setTokenLogin:qs,setTokenLoginSignature:u_,setWalletLogin:Ks,invalidateLoginSession:gr,setLogoutRoute:f_}=lr.actions,_o=lr.reducer});var fr,ur,Tr,x_,Xs,b_,Ys,uo,fo=T(()=>{"use strict";n();fr=require("@reduxjs/toolkit");N();ur={},Tr=(0,fr.createSlice)({name:"modalsSlice",initialState:ur,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(E,()=>ur)}}),{setTxSubmittedModal:x_,setNotificationModal:Xs,clearTxSubmittedModal:b_,clearNotificationModal:Ys}=Tr.actions,uo=Tr.reducer});var He=T(()=>{"use strict";n()});var yr=T(()=>{"use strict";n();He()});function wn(e){return e[Math.floor(Math.random()*e.length)]}var xr=T(()=>{"use strict";n()});var vn=T(()=>{"use strict";n();dn()});var Te=T(()=>{"use strict";n();yr();xr();vn()});var br,Sr,kn,Zs,wr,M_,F_,To,ho=T(()=>{"use strict";n();br=require("@reduxjs/toolkit"),Sr=f(require("lodash.omit"));Te();kn={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Zs={network:kn,chainID:"-1"},wr=(0,br.createSlice)({name:"appConfig",initialState:Zs,reducers:{initializeNetworkConfig:(e,o)=>{let t=wn(o.payload.walletConnectBridgeAddresses),s=wn(o.payload.walletConnectV2RelayAddresses),c=(0,Sr.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=S(u(u({},e.network),c),{walletConnectBridgeAddress:t,walletConnectV2RelayAddress:s})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:M_,setChainID:F_}=wr.actions,To=wr.reducer});var vr,An,kr,V_,H_,j_,yo,xo=T(()=>{"use strict";n();vr=require("@reduxjs/toolkit");P();N();An={isSigning:!1,signedSessions:{}},kr=(0,vr.createSlice)({name:"signedMessageInfoSliceState",initialState:An,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=s},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>An},extraReducers:e=>{e.addCase(E,()=>An)}}),{setSignSession:V_,clearSignedMessageInfo:H_,setSignSessionState:j_}=kr.actions,yo=kr.reducer});var Ir,Lr,Ar,Er,Js,In,Q_,eg,og,ng,bo,So=T(()=>{"use strict";n();Ir=require("@reduxjs/toolkit"),Lr=require("redux-persist");ln();P();co();N();Ar={customToasts:[],transactionToasts:[],failTransactionToast:null},Er=(0,Ir.createSlice)({name:"toastsSlice",initialState:Ar,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(S(u({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:We(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=S(u({},o.payload),{toastId:ao})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(E,()=>Ar),e.addCase(Lr.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:Js,removeCustomToast:In,addTransactionToast:Q_,removeTransactionToast:eg,addFailTransactionToast:og,removeFailTransactionToast:ng}=Er.actions,bo=Er.reducer});var Cr,En,Cn,Pn,Qs,Ln,Pr,ig,ec,Nn,wo,vo=T(()=>{"use strict";n();Cr=require("@reduxjs/toolkit");N();En="Transaction failed",Cn="Transaction successful",Pn="Processing transaction",Qs="Transaction submitted",Ln={},Pr=(0,Cr.createSlice)({name:"transactionsInfo",initialState:Ln,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||En,successMessage:(s==null?void 0:s.successMessage)||Cn,processingMessage:(s==null?void 0:s.processingMessage)||Pn,submittedMessage:(s==null?void 0:s.submittedMessage)||Qs,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Ln},extraReducers:e=>{e.addCase(E,()=>Ln)}}),{clearTransactionsInfo:ig,setTransactionsDisplayInfo:ec,clearTransactionsInfoForSessionId:Nn}=Pr.actions,wo=Pr.reducer});var Nr,Dr,je,oc,Rr,Or,Mr,nc,ko,tc,rc,_g,ac,Ao,Dn,Io,Lo=T(()=>{"use strict";n();Nr=require("@reduxjs/toolkit"),Dr=require("redux-persist");I();ge();N();je={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},oc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Rr=(0,Nr.createSlice)({name:"transactionsSlice",initialState:je,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,h;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m}=o.payload,g=((l=e.customTransactionInformationForSessionId)==null?void 0:l[t])||oc;e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:g},((h=e==null?void 0:e.transactionsToSign)==null?void 0:h.sessionId)===t&&(e.transactionsToSign=je.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,l,h,b,x,D;let{sessionId:t,status:s,errorMessage:c,transactionHash:p}=o.payload,m=(l=(g=e.signedTransactions)==null?void 0:g[t])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[t].transactions=m.map(Q=>Q.hash===p?S(u({},Q),{status:s,errorMessage:c}):Q);let R=(b=(h=e.signedTransactions[t])==null?void 0:h.transactions)==null?void 0:b.every(Q=>Ae(Q.status)),ie=(D=(x=e.signedTransactions[t])==null?void 0:x.transactions)==null?void 0:D.every(Q=>Ie(Q.status));R&&(e.signedTransactions[t].status="success"),ie&&(e.signedTransactions[t].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=je.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=je.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(E,()=>je),e.addCase(Dr.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((g,[l,h])=>{let b=new Date(l),x=new Date;return x.setHours(x.getHours()+5),x-b>0||(g[l]=h),g},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Or,updateSignedTransactions:Mr,setTransactionsToSign:nc,clearAllTransactionsToSign:ko,clearAllSignedTransactions:tc,clearSignedTransaction:rc,clearTransactionToSign:_g,setSignTransactionsError:ac,setSignTransactionsCancelMessage:Ao,moveTransactionsToSignedState:Dn}=Rr.actions,Io=Rr.reducer});var Fr,Rn,Br,Tg,hg,yg,xg,Eo,Co=T(()=>{"use strict";n();Fr=require("@reduxjs/toolkit");N();Rn={},Br=(0,Fr.createSlice)({name:"batchTransactionsSlice",initialState:Rn,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Rn},extraReducers:e=>{e.addCase(E,()=>Rn)}}),{setBatchTransactions:Tg,updateBatchTransactions:hg,clearBatchTransactions:yg,clearAllBatchTransactions:xg}=Br.actions,Eo=Br.reducer});var Gr,Ur,Wr,vg,$r,On=T(()=>{"use strict";n();Gr=require("@reduxjs/toolkit");N();Ur={},Wr=(0,Gr.createSlice)({name:"dappConfigSlice",initialState:Ur,reducers:{setDappConfig:(e,o)=>{e=u(u({},e),o.payload)}},extraReducers:e=>{e.addCase(E,()=>Ur)}}),{setDappConfig:vg}=Wr.actions,$r=Wr.reducer});var A=T(()=>{"use strict";n();lo();go();fo();ho();xo();So();vo();Lo();Co();On()});var Gn=T(()=>{"use strict";n()});var na,oa,ta,Ku,Xu,Yu,Zu,Ju,Qu,ra,aa=T(()=>{"use strict";n();na=require("@reduxjs/toolkit");N();oa={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},ta=(0,na.createSlice)({name:"dappModalsSlice",initialState:oa,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=u({},o.payload)}},extraReducers:e=>{e.addCase(E,()=>oa)}}),{setDappModalVisibility:Ku,setDappModalHeaderVisibility:Xu,setDappModalFooterVisibility:Yu,setDappModalHeaderText:Zu,setDappModalFooterText:Ju,setDappModalConfig:Qu}=ta.actions,ra=ta.reducer});var ia,vc,kc,he,Mo=T(()=>{"use strict";n();ia=require("@reduxjs/toolkit");Gn();lo();Co();On();aa();go();fo();ho();xo();So();vo();Lo();vc={["account"]:mo,["dappModal"]:ra,["dappConfig"]:$r,["loginInfo"]:_o,["modals"]:uo,["networkConfig"]:To,["signedMessageInfo"]:yo,["toasts"]:bo,["transactionsInfo"]:wo,["transactions"]:Io,["batchTransactions"]:Eo},kc=(e={})=>(0,ia.combineReducers)(u(u({},vc),e)),he=kc});var ma={};pe(ma,{default:()=>Wc,sessionStorageReducers:()=>Wn});function re(e,o=[]){return{key:e,version:1,storage:ca.default,blacklist:o}}var F,sa,ca,Ac,Ke,Ic,Lc,Ec,Cc,Pc,Nc,Dc,Rc,Oc,Mc,pa,Fc,Wn,Bc,Uc,Gc,Wc,da=T(()=>{"use strict";n();F=require("redux-persist"),sa=f(require("redux-persist/lib/storage")),ca=f(require("redux-persist/lib/storage/session"));Mo();A();lo();Co();go();fo();ho();xo();So();vo();Lo();Gn();Ac={persistReducersStorageType:"localStorage"},Ke={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ic=re(Ke["account"]),Lc=re(Ke["loginInfo"]),Ec=re(Ke["modals"]),Cc=re(Ke["networkConfig"]),Pc={2:e=>S(u({},e),{networkConfig:kn})};Nc=re("sdk-dapp-transactionsInfo"),Dc=re("sdk-dapp-transactions",["transactionsToSign"]),Rc=re("sdk-dapp-batchTransactions",["batchTransactions"]),Oc=re("sdk-dapp-toasts"),Mc=re("sdk-dapp-signedMessageInfo"),pa={key:"sdk-dapp-store",version:2,storage:sa.default,whitelist:Object.keys(Ke),migrate:(0,F.createMigrate)(Pc,{debug:!1})},Fc=S(u({},pa),{whitelist:[]}),Wn={["toasts"]:(0,F.persistReducer)(Oc,bo),["transactions"]:(0,F.persistReducer)(Dc,Io),["transactionsInfo"]:(0,F.persistReducer)(Nc,wo),["batchTransactions"]:(0,F.persistReducer)(Rc,Eo),["signedMessageInfo"]:(0,F.persistReducer)(Mc,yo)},Bc=S(u({},Wn),{["account"]:(0,F.persistReducer)(Ic,mo),["loginInfo"]:(0,F.persistReducer)(Lc,_o),["modals"]:(0,F.persistReducer)(Ec,uo),["networkConfig"]:(0,F.persistReducer)(Cc,To)}),Uc=Ac.persistReducersStorageType==="localStorage",Gc=Uc?(0,F.persistReducer)(pa,he(Wn)):(0,F.persistReducer)(Fc,he(Bc)),Wc=Gc});var la={};pe(la,{default:()=>$c});var $c,_a=T(()=>{"use strict";n();Mo();$c=he()});var ga={};pe(ga,{default:()=>Hc});var $,Vc,Hc,ua=T(()=>{"use strict";n();$=require("redux-persist"),Vc=[$.FLUSH,$.REHYDRATE,$.PAUSE,$.PERSIST,$.PURGE,$.REGISTER],Hc=Vc});var ha={};pe(ha,{default:()=>Ta});function Ta(e){return(0,fa.persistStore)(e)}var fa,ya=T(()=>{"use strict";n();fa=require("redux-persist")});var pi=U((CE,ci)=>{n();var Fm=typeof r=="object"&&r&&r.Object===Object&&r;ci.exports=Fm});var di=U((PE,mi)=>{n();var Bm=pi(),Um=typeof self=="object"&&self&&self.Object===Object&&self,Gm=Bm||Um||Function("return this")();mi.exports=Gm});var tt=U((NE,li)=>{n();var Wm=di(),$m=Wm.Symbol;li.exports=$m});var fi=U((DE,ui)=>{n();var _i=tt(),gi=Object.prototype,Vm=gi.hasOwnProperty,Hm=gi.toString,Ze=_i?_i.toStringTag:void 0;function jm(e){var o=Vm.call(e,Ze),t=e[Ze];try{e[Ze]=void 0;var s=!0}catch(p){}var c=Hm.call(e);return s&&(o?e[Ze]=t:delete e[Ze]),c}ui.exports=jm});var hi=U((RE,Ti)=>{n();var zm=Object.prototype,qm=zm.toString;function Km(e){return qm.call(e)}Ti.exports=Km});var Si=U((OE,bi)=>{n();var yi=tt(),Xm=fi(),Ym=hi(),Zm="[object Null]",Jm="[object Undefined]",xi=yi?yi.toStringTag:void 0;function Qm(e){return e==null?e===void 0?Jm:Zm:xi&&xi in Object(e)?Xm(e):Ym(e)}bi.exports=Qm});var vi=U((ME,wi)=>{n();var ed=Array.isArray;wi.exports=ed});var Ai=U((FE,ki)=>{n();function od(e){return e!=null&&typeof e=="object"}ki.exports=od});var Li=U((BE,Ii)=>{n();var nd=Si(),td=vi(),rd=Ai(),ad="[object String]";function id(e){return typeof e=="string"||!td(e)&&rd(e)&&nd(e)==ad}Ii.exports=id});var Vd={};pe(Vd,{getIsTransaction:()=>$d,useMemoizedCloseButton:()=>Wd,useRemoveCustomToast:()=>Ss});module.exports=Be(Vd);n();n();var Rt=require("react"),Ss=({duration:e,onDelete:o})=>{(0,Rt.useEffect)(()=>{let t;return e&&(t=setTimeout(o,e)),()=>{clearTimeout(t)}},[e])};n();var Qe=f(require("react"));n();n();var cn=f(require("react")),Ot=require("@fortawesome/free-solid-svg-icons"),Mt=require("@fortawesome/react-fontawesome"),pn=({className:e="dapp-default-toast-delete-button",onClick:o})=>cn.default.createElement("button",{type:"button",className:e,onClick:o},cn.default.createElement(Mt.FontAwesomeIcon,{icon:Ot.faTimes,size:"xs"}));n();var Rd=f(require("react")),Od=require("@fortawesome/react-fontawesome"),Md=f(require("classnames"));n();var ws=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4
 
@@ -2692,7 +2692,7 @@ a.dapp-core-component__main__side-link::after {
2692
2692
  right: 0;
2693
2693
  left: unset;
2694
2694
  width: calc(100% - 1.85rem);
2695
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ws));n();n();var Oi=f(require("react"));ge();n();n();var Cd=f(require("react")),ct=require("@fortawesome/free-solid-svg-icons"),Pd=require("@fortawesome/react-fontawesome"),Nd=f(require("classnames"));n();n();n();var Mp=f(require("axios"));n();n();A();n();var Vr=f(require("lodash.isequal")),Po=require("reselect");P();var _=(0,Po.createSelectorCreator)(Po.defaultMemoize,Vr.default),ze=(e,o)=>e!=""&&Boolean(o);var Y=e=>e.account,Ne=_(Y,e=>e.address),qe=_(Y,Ne,(e,o)=>o in e.accounts?e.accounts[o]:po),ic=_(Y,qe,(e,o)=>{let c=e,{accounts:t}=c,s=xe(c,["accounts"]);return S(u({},s),{account:o})}),sc=_(qe,e=>e.balance),cc=_(qe,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Gg=_(Y,e=>e.shard),pc=_(Y,e=>e.ledgerAccount),$g=_(Y,e=>e.walletConnectAccount),Vg=_(Y,e=>e.isAccountLoading),Hg=_(Y,e=>e.accountLoadingError),Hr=_(Y,e=>e.websocketEvent),mc=_(Y,e=>e.websocketBatchEvent);n();var V=e=>e.loginInfo,Kg=_(V,e=>e.loginMethod),Mn=_(V,Ne,(e,o)=>ze(e.loginMethod,o)),Xg=_(V,e=>e.walletConnectLogin),Yg=_(V,e=>e.ledgerLogin),dc=_(V,e=>e.walletLogin),Zg=_(V,e=>e.isLoginSessionInvalid),lc=_(V,e=>e.tokenLogin),Jg=_(V,e=>e.logoutRoute);n();var jr=e=>e.modals,ou=_(jr,e=>e.txSubmittedModal),_c=_(jr,e=>e.notificationModal);n();var te=e=>e.networkConfig,No=_(te,e=>e.chainID),gc=_(te,e=>e.network.walletConnectBridgeAddress),uc=_(te,e=>e.network.walletConnectV2RelayAddress),fc=_(te,e=>e.network.walletConnectV2ProjectId),Tc=_(te,e=>e.network.walletConnectV2Options),zr=_(te,e=>e.network.walletConnectDeepLink),Z=_(te,e=>e.network),qr=_(Z,e=>e.apiAddress),Kr=_(Z,e=>e.explorerAddress),Xr=_(Z,e=>e.egldLabel);n();var Do=e=>e.signedMessageInfo,iu=_(Do,e=>e.isSigning),su=_(Do,e=>e.errorMessage),cu=_(Do,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),pu=_(Do,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var Fn=e=>e.toasts,lu=_(Fn,e=>e.customToasts),_u=_(Fn,e=>e.transactionToasts),gu=_(Fn,e=>e.failTransactionToast);n();A();var Yr={errorMessage:En,successMessage:Cn,processingMessage:Pn},hc=e=>e.transactionsInfo,yc=_(hc,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Yr);n();n();var J=require("@multiversx/sdk-core"),Jr=require("@multiversx/sdk-core/out/signature");v();n();var Un=require("@multiversx/sdk-core/out");n();n();function Bn(e){try{let o=atob(e),t=btoa(o),s=a.Buffer.from(e,"base64").toString(),c=a.Buffer.from(s).toString("base64");if(e===t&&e===c||o===s)return!0}catch(o){return!1}return!1}n();n();n();n();var Zr=e=>{let o=e!=null?e:"";return Bn(o)?Un.TransactionPayload.fromEncoded(o):new Un.TransactionPayload(o)};function De(e){var t,s,c;let o=new J.Transaction(u(u({value:e.value.valueOf(),data:Zr(e.data),nonce:e.nonce.valueOf(),receiver:new J.Address(e.receiver),sender:new J.Address(e.sender),gasLimit:(t=e.gasLimit.valueOf())!=null?t:We,gasPrice:(s=e.gasPrice.valueOf())!=null?s:io,chainID:e.chainID.valueOf(),version:new J.TransactionVersion((c=e.version)!=null?c:Jt)},e.options?{options:new J.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new J.Address(e.guardian)}:{}));return e.guardianSignature&&o.applyGuardianSignature({hex:()=>e.guardianSignature||""}),o.applySignature(new Jr.Signature(e.signature)),o}n();n();n();n();var $n=require("@reduxjs/toolkit"),wa=require("react-redux/lib/utils/Subscription");A();n();var Qr=f(require("lodash.throttle"));v();A();Sn();Pe();Ce();var bc=[so],Ro=!1,Sc=(0,Qr.default)(()=>{Ve($e())},5e3),ea=e=>o=>t=>{var l;if(bc.includes(t.type))return o(t);let s=e.getState(),c=fe.local.getItem(se.loginExpiresAt);if(!ze((l=s==null?void 0:s.loginInfo)==null?void 0:l.loginMethod,s==null?void 0:s.account.address))return o(t);if(c==null)return Ve($e());let m=Date.now();return c-m<0&&!Ro?setTimeout(()=>{Ro=!0,e.dispatch(gr())},1e3):(Ro&&(Ro=!1),Sc()),o(t)};n();n();function Oo(){return typeof sessionStorage!="undefined"}var xa=Oo()?(da(),Be(ma)).default:(_a(),Be(la)).default,ba=Oo()?(ua(),Be(ga)).default:[],Sa=Oo()?(ya(),Be(ha)).default:e=>e;Mo();var w=(0,$n.configureStore)({reducer:xa,middleware:e=>e({serializableCheck:{ignoredActions:[...ba,bn.type,xn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ea)}),va=(0,wa.createSubscription)(w),Rf=Sa(w),Of=(0,$n.configureStore)({reducer:he});n();n();var zc=require("@multiversx/sdk-core/out");n();v();n();var ka=require("@multiversx/sdk-core");P();n();var qc=require("@multiversx/sdk-core");n();n();n();var Kc=require("@multiversx/sdk-core"),Xc=f(require("bignumber.js"));I();n();n();n();var Hn="blocks";n();n();n();n();M();n();n();M();n();n();n();var tp=f(require("bignumber.js"));v();n();var np=require("@multiversx/sdk-core"),zn=f(require("bignumber.js"));v();n();var ep=f(require("bignumber.js"));n();zn.default.config({ROUNDING_MODE:zn.default.ROUND_FLOOR});n();n();n();v();n();n();n();n();v();n();v();n();var rp=require("@multiversx/sdk-core");v();n();var Xe=require("@multiversx/sdk-core"),sp=require("@multiversx/sdk-network-providers");v();n();n();var ap=f(require("bignumber.js"));v();n();v();n();n();n();n();n();v();n();M();var pp=["reDelegateRewards","claimRewards","unBond"],mp=["wrapEgld","unwrapEgld"],dp=["unStake"],lp=["unDelegate"];n();n();n();v();n();var fp=f(require("bignumber.js"));n();n();M();n();var Tp=f(require("bignumber.js"));n();n();n();var bp=f(require("bignumber.js"));P();n();n();n();n();I();n();var vp=require("@multiversx/sdk-web-wallet-provider");v();n();var wp=f(require("qs"));n();n();var Kn=()=>typeof window!="undefined";n();var bx={search:Kn()?window.location.search:"",removeParams:[]};n();n();n();n();M();n();n();n();var kp=f(require("linkifyjs"));n();v();n();var Ap=f(require("bignumber.js"));n();P();n();n();I();n();I();n();n();n();M();n();M();n();var Ip=f(require("bignumber.js"));v();M();n();M();n();var Ra=require("react");P();n();n();M();n();n();var Lp=require("@multiversx/sdk-core/out"),Ep=f(require("bignumber.js"));M();n();P();n();n();P();var l0=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Oa=require("react");P();n();var Pp=require("react");M();var y0=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];ge();var Wo=e=>e.transactions,Re=_(Wo,e=>e.signedTransactions),Np=_(Wo,e=>e.signTransactionsError),Ma=_(Wo,e=>e.signTransactionsCancelMessage),Go=e=>o=>Object.entries(o).reduce((t,[s,c])=>(e(c.status)&&(t[s]=c),t),{}),Fa=_(Re,Go(ke)),Ba=_(Re,Go(Ae)),Ua=_(Re,Go(Ie)),Dp=_(Re,Go(mn)),Wa=_(Wo,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:S(u({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(t=>De(t)))||[]})}),Rp=_(Re,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});n();var Op=e=>e.dappConfig,iS=_(Op,e=>e.shouldUseWebViewProvider);n();var Fp=f(require("axios"));n();var Up=f(require("axios"));n();n();var Wp=f(require("axios"));n();var Gp=f(require("axios"));n();n();n();var Vp=f(require("axios"));n();n();n();n();Ue();n();var Hp=f(require("axios"));n();var jp=f(require("axios"));n();Ue();n();Ue();n();var qp=f(require("axios"));n();n();var $a=f(require("react")),Va=require("@fortawesome/free-solid-svg-icons"),Xp=require("@fortawesome/react-fontawesome"),Yp=f(require("classnames"));n();var Kp=`.dapp-core-component__copyButton-styles__copy {
2695
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ws));n();n();var Oi=f(require("react"));ge();n();n();var Cd=f(require("react")),ct=require("@fortawesome/free-solid-svg-icons"),Pd=require("@fortawesome/react-fontawesome"),Nd=f(require("classnames"));n();n();n();var Mp=f(require("axios"));n();n();A();n();var Vr=f(require("lodash.isequal")),Po=require("reselect");P();var _=(0,Po.createSelectorCreator)(Po.defaultMemoize,Vr.default),ze=(e,o)=>e!=""&&Boolean(o);var Y=e=>e.account,Ne=_(Y,e=>e.address),qe=_(Y,Ne,(e,o)=>o in e.accounts?e.accounts[o]:po),ic=_(Y,qe,(e,o)=>{let c=e,{accounts:t}=c,s=xe(c,["accounts"]);return S(u({},s),{account:o})}),sc=_(qe,e=>e.balance),cc=_(qe,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Wg=_(Y,e=>e.shard),pc=_(Y,e=>e.ledgerAccount),$g=_(Y,e=>e.walletConnectAccount),Vg=_(Y,e=>e.isAccountLoading),Hg=_(Y,e=>e.accountLoadingError),Hr=_(Y,e=>e.websocketEvent),mc=_(Y,e=>e.websocketBatchEvent);n();var V=e=>e.loginInfo,Kg=_(V,e=>e.loginMethod),Mn=_(V,Ne,(e,o)=>ze(e.loginMethod,o)),Xg=_(V,e=>e.walletConnectLogin),Yg=_(V,e=>e.ledgerLogin),dc=_(V,e=>e.walletLogin),Zg=_(V,e=>e.isLoginSessionInvalid),lc=_(V,e=>e.tokenLogin),Jg=_(V,e=>e.logoutRoute);n();var jr=e=>e.modals,ou=_(jr,e=>e.txSubmittedModal),_c=_(jr,e=>e.notificationModal);n();var te=e=>e.networkConfig,No=_(te,e=>e.chainID),gc=_(te,e=>e.network.walletConnectBridgeAddress),uc=_(te,e=>e.network.walletConnectV2RelayAddress),fc=_(te,e=>e.network.walletConnectV2ProjectId),Tc=_(te,e=>e.network.walletConnectV2Options),zr=_(te,e=>e.network.walletConnectDeepLink),Z=_(te,e=>e.network),qr=_(Z,e=>e.apiAddress),Kr=_(Z,e=>e.explorerAddress),Xr=_(Z,e=>e.egldLabel);n();var Do=e=>e.signedMessageInfo,iu=_(Do,e=>e.isSigning),su=_(Do,e=>e.errorMessage),cu=_(Do,e=>{let o=Object.keys(e.signedSessions),t=o.length;return e.signedSessions[o[t-1]]}),pu=_(Do,e=>{let o=Object.keys(e.signedSessions),t=o.length;return o.length>0?o[t-1]:""});n();var Fn=e=>e.toasts,lu=_(Fn,e=>e.customToasts),_u=_(Fn,e=>e.transactionToasts),gu=_(Fn,e=>e.failTransactionToast);n();A();var Yr={errorMessage:En,successMessage:Cn,processingMessage:Pn},hc=e=>e.transactionsInfo,yc=_(hc,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Yr);n();n();var J=require("@multiversx/sdk-core"),Jr=require("@multiversx/sdk-core/out/signature");v();n();var Un=require("@multiversx/sdk-core/out");n();n();function Bn(e){try{let o=atob(e),t=btoa(o),s=a.Buffer.from(e,"base64").toString(),c=a.Buffer.from(s).toString("base64");if(e===t&&e===c||o===s)return!0}catch(o){return!1}return!1}n();n();n();n();var Zr=e=>{let o=e!=null?e:"";return Bn(o)?Un.TransactionPayload.fromEncoded(o):new Un.TransactionPayload(o)};function De(e){var t,s,c;let o=new J.Transaction(u(u({value:e.value.valueOf(),data:Zr(e.data),nonce:e.nonce.valueOf(),receiver:new J.Address(e.receiver),sender:new J.Address(e.sender),gasLimit:(t=e.gasLimit.valueOf())!=null?t:Ge,gasPrice:(s=e.gasPrice.valueOf())!=null?s:io,chainID:e.chainID.valueOf(),version:new J.TransactionVersion((c=e.version)!=null?c:Jt)},e.options?{options:new J.TransactionOptions(e.options)}:{}),e.guardian?{guardian:new J.Address(e.guardian)}:{}));return e.guardianSignature&&o.applyGuardianSignature({hex:()=>e.guardianSignature||""}),o.applySignature(new Jr.Signature(e.signature)),o}n();n();n();n();var $n=require("@reduxjs/toolkit"),wa=require("react-redux/lib/utils/Subscription");A();n();var Qr=f(require("lodash.throttle"));v();A();Sn();Pe();Ce();var bc=[so],Ro=!1,Sc=(0,Qr.default)(()=>{Ve($e())},5e3),ea=e=>o=>t=>{var l;if(bc.includes(t.type))return o(t);let s=e.getState(),c=fe.local.getItem(se.loginExpiresAt);if(!ze((l=s==null?void 0:s.loginInfo)==null?void 0:l.loginMethod,s==null?void 0:s.account.address))return o(t);if(c==null)return Ve($e());let m=Date.now();return c-m<0&&!Ro?setTimeout(()=>{Ro=!0,e.dispatch(gr())},1e3):(Ro&&(Ro=!1),Sc()),o(t)};n();n();function Oo(){return typeof sessionStorage!="undefined"}var xa=Oo()?(da(),Be(ma)).default:(_a(),Be(la)).default,ba=Oo()?(ua(),Be(ga)).default:[],Sa=Oo()?(ya(),Be(ha)).default:e=>e;Mo();var w=(0,$n.configureStore)({reducer:xa,middleware:e=>e({serializableCheck:{ignoredActions:[...ba,bn.type,xn.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(ea)}),va=(0,wa.createSubscription)(w),Rf=Sa(w),Of=(0,$n.configureStore)({reducer:he});n();n();var zc=require("@multiversx/sdk-core/out");n();v();n();var ka=require("@multiversx/sdk-core");P();n();var qc=require("@multiversx/sdk-core");n();n();n();var Kc=require("@multiversx/sdk-core"),Xc=f(require("bignumber.js"));I();n();n();n();var Hn="blocks";n();n();n();n();M();n();n();M();n();n();n();var tp=f(require("bignumber.js"));v();n();var np=require("@multiversx/sdk-core"),zn=f(require("bignumber.js"));v();n();var ep=f(require("bignumber.js"));n();zn.default.config({ROUNDING_MODE:zn.default.ROUND_FLOOR});n();n();n();v();n();n();n();n();v();n();v();n();var rp=require("@multiversx/sdk-core");v();n();var Xe=require("@multiversx/sdk-core"),sp=require("@multiversx/sdk-network-providers");v();n();n();var ap=f(require("bignumber.js"));v();n();v();n();n();n();n();n();v();n();M();var pp=["reDelegateRewards","claimRewards","unBond"],mp=["wrapEgld","unwrapEgld"],dp=["unStake"],lp=["unDelegate"];n();n();n();v();n();var fp=f(require("bignumber.js"));n();n();M();n();var Tp=f(require("bignumber.js"));n();n();n();var bp=f(require("bignumber.js"));P();n();n();n();n();I();n();var vp=require("@multiversx/sdk-web-wallet-provider");v();n();var wp=f(require("qs"));n();n();var Kn=()=>typeof window!="undefined";n();var bx={search:Kn()?window.location.search:"",removeParams:[]};n();n();n();n();M();n();n();n();var kp=f(require("linkifyjs"));n();v();n();var Ap=f(require("bignumber.js"));n();P();n();n();I();n();I();n();n();n();M();n();M();n();var Ip=f(require("bignumber.js"));v();M();n();M();n();var Ra=require("react");P();n();n();M();n();n();var Lp=require("@multiversx/sdk-core/out"),Ep=f(require("bignumber.js"));M();n();P();n();n();P();var l0=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Oa=require("react");P();n();var Pp=require("react");M();var y0=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];ge();var Go=e=>e.transactions,Re=_(Go,e=>e.signedTransactions),Np=_(Go,e=>e.signTransactionsError),Ma=_(Go,e=>e.signTransactionsCancelMessage),Wo=e=>o=>Object.entries(o).reduce((t,[s,c])=>(e(c.status)&&(t[s]=c),t),{}),Fa=_(Re,Wo(ke)),Ba=_(Re,Wo(Ae)),Ua=_(Re,Wo(Ie)),Dp=_(Re,Wo(mn)),Ga=_(Go,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:S(u({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(t=>De(t)))||[]})}),Rp=_(Re,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});n();var Op=e=>e.dappConfig,iS=_(Op,e=>e.shouldUseWebViewProvider);n();var Fp=f(require("axios"));n();var Up=f(require("axios"));n();n();var Gp=f(require("axios"));n();var Wp=f(require("axios"));n();n();n();var Vp=f(require("axios"));n();n();n();n();Ue();n();var Hp=f(require("axios"));n();var jp=f(require("axios"));n();Ue();n();Ue();n();var qp=f(require("axios"));n();n();var $a=f(require("react")),Va=require("@fortawesome/free-solid-svg-icons"),Xp=require("@fortawesome/react-fontawesome"),Yp=f(require("classnames"));n();var Kp=`.dapp-core-component__copyButton-styles__copy {
2696
2696
  color: #6c757d;
2697
2697
  }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Kp));n();n();n();var Qp=f(require("react")),em=require("@fortawesome/free-solid-svg-icons"),om=require("@fortawesome/react-fontawesome"),nm=f(require("classnames"));n();n();var Ha=require("react"),Oe=require("react-redux");var Zp={store:w,subscription:va},Yn=(0,Ha.createContext)(Zp),Vw=(0,Oe.createStoreHook)(Yn),B=(0,Oe.createDispatchHook)(Yn),k=(0,Oe.createSelectorHook)(Yn);n();var Jp=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
2698
2698
  color: #6c757d;
@@ -2946,7 +2946,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
2946
2946
  100% {
2947
2947
  width: 0%;
2948
2948
  }
2949
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Fd));n();var Wd=`.dapp-core-component__customToast-styles__close {
2949
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Fd));n();var Gd=`.dapp-core-component__customToast-styles__close {
2950
2950
  position: absolute;
2951
2951
  top: 0.75rem;
2952
2952
  right: 0.4rem;
@@ -2964,7 +2964,7 @@ a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-style
2964
2964
  display: flex;
2965
2965
  align-items: center;
2966
2966
  margin: 0 0.5rem;
2967
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Wd));var Mi={close:"dapp-core-component__customToast-styles__close"};var Gd=({CustomCloseButton:e,onDelete:o})=>(0,Qe.useMemo)(()=>e?Qe.default.createElement(e,{onClick:o}):Qe.default.createElement(pn,{onClick:o,className:Mi.close}),[e,o]);n();function $d(e){var o;try{let t=e,s=De(S(u({},t),{chainID:(o=t.chainID)!=null?o:"D"}));return Boolean(s)}catch(t){return!1}}0&&(module.exports={getIsTransaction,useMemoizedCloseButton,useRemoveCustomToast});
2967
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Gd));var Mi={close:"dapp-core-component__customToast-styles__close"};var Wd=({CustomCloseButton:e,onDelete:o})=>(0,Qe.useMemo)(()=>e?Qe.default.createElement(e,{onClick:o}):Qe.default.createElement(pn,{onClick:o,className:Mi.close}),[e,o]);n();function $d(e){var o;try{let t=e,s=De(S(u({},t),{chainID:(o=t.chainID)!=null?o:"D"}));return Boolean(s)}catch(t){return!1}}0&&(module.exports={getIsTransaction,useMemoizedCloseButton,useRemoveCustomToast});
2968
2968
  /*!
2969
2969
  * The buffer module from node.js, for the browser.
2970
2970
  *