@multiversx/sdk-dapp 2.14.4 → 2.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (921) 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/components/ConfirmAmount/ConfirmAmount.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  37. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  38. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  39. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  40. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  41. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  42. package/UI/SignTransactionsModals/components/index.js +1 -1
  43. package/UI/SignTransactionsModals/index.js +1 -1
  44. package/UI/TokenDetails/index.js +1 -1
  45. package/UI/TransactionData/TransactionData.js +1 -1
  46. package/UI/TransactionData/index.js +1 -1
  47. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  48. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  49. package/UI/TransactionDetails/components/index.js +1 -1
  50. package/UI/TransactionDetails/index.js +1 -1
  51. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  52. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  53. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  54. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  55. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  56. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  57. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  58. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  59. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  60. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  61. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  62. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  63. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  64. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  65. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  66. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  67. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  68. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  69. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  70. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  71. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  72. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  73. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  74. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  75. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  76. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  77. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  78. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  79. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  80. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  81. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  82. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  83. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  84. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  85. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  86. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  87. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  88. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  89. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  90. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  91. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  92. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  93. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  94. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  95. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  96. package/UI/TransactionInfo/components/index.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  99. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  100. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  103. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  104. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  105. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  106. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  107. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  108. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  109. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  110. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  111. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  112. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  113. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  114. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  115. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  116. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  117. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  118. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  119. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  120. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  121. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  122. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  123. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  130. package/UI/TransactionInfo/index.js +1 -1
  131. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  132. package/UI/TransactionsTable/components/AccountName.js +1 -1
  133. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  134. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  135. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  136. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  137. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  138. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  139. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  140. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  141. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  142. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  143. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  144. package/UI/TransactionsTable/components/index.js +1 -1
  145. package/UI/TransactionsTable/index.js +1 -1
  146. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  147. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  148. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  149. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  150. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  151. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  152. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  153. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  154. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  155. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  156. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  157. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  158. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  159. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  160. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  161. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  162. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  163. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  164. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  165. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  166. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  167. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  168. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  169. package/UI/TransactionsToastList/components/index.js +1 -1
  170. package/UI/TransactionsToastList/index.js +1 -1
  171. package/UI/Trim/Trim.js +1 -1
  172. package/UI/Trim/index.js +1 -1
  173. package/UI/UsdValue/UsdValue.js +1 -1
  174. package/UI/UsdValue/index.js +1 -1
  175. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  176. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  177. package/UI/index.js +1 -1
  178. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  179. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  180. package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
  181. package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
  182. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  183. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  184. package/UI/ledger/index.js +1 -1
  185. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  186. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  187. package/UI/pages/UnlockPage/index.js +1 -1
  188. package/UI/pages/index.js +1 -1
  189. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  190. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  191. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  192. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  193. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  194. package/UI/walletConnect/index.js +1 -1
  195. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  196. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  197. package/__chunks__/{chunk-Z5J4KYS4.js → chunk-227PIFHJ.js} +2 -2
  198. package/__chunks__/{chunk-Y45HECK3.js → chunk-26JJZN6W.js} +2 -2
  199. package/__chunks__/{chunk-PQH2E33V.js → chunk-2A55W5J6.js} +2 -2
  200. package/__chunks__/{chunk-FMHS53L2.js → chunk-2ANYBRLN.js} +2 -2
  201. package/__chunks__/{chunk-FALDLO5J.js → chunk-2FD27C7T.js} +2 -2
  202. package/__chunks__/{chunk-635DGGEZ.js → chunk-2FXGMQ3S.js} +2 -2
  203. package/__chunks__/{chunk-XPO7HQNJ.js → chunk-2HJBIJXJ.js} +2 -2
  204. package/__chunks__/{chunk-WYC35YN5.js → chunk-2KOT5A6U.js} +2 -2
  205. package/__chunks__/{chunk-4HLBG6FV.js → chunk-2UZ4MFQC.js} +2 -2
  206. package/__chunks__/{chunk-OKNX6OPM.js → chunk-2VK6P4O6.js} +2 -2
  207. package/__chunks__/chunk-2XUNKBEM.js +2 -0
  208. package/__chunks__/chunk-2ZG27GCE.js +2 -0
  209. package/__chunks__/{chunk-JDDXX4XK.js → chunk-3CBN7R3F.js} +2 -2
  210. package/__chunks__/chunk-3PHJ6U5C.js +2 -0
  211. package/__chunks__/{chunk-JSD4JECW.js → chunk-3S3MPIFQ.js} +2 -2
  212. package/__chunks__/{chunk-ZOO6MTHQ.js → chunk-3TZTKPJN.js} +2 -2
  213. package/__chunks__/{chunk-SXXNWPUP.js → chunk-44IAI5C5.js} +2 -2
  214. package/__chunks__/{chunk-RL3UM3UC.js → chunk-44JKED6W.js} +2 -2
  215. package/__chunks__/{chunk-DDBEV3M5.js → chunk-44SOBIJT.js} +2 -2
  216. package/__chunks__/{chunk-EW3SEUQV.js → chunk-4B3DD27S.js} +2 -2
  217. package/__chunks__/{chunk-NKHBIONP.js → chunk-4FEECUQR.js} +2 -2
  218. package/__chunks__/chunk-4HQ2JNNI.js +2 -0
  219. package/__chunks__/{chunk-NAUXCAHX.js → chunk-4OZD3S6I.js} +2 -2
  220. package/__chunks__/{chunk-4M4ZG6UK.js → chunk-4PBZBL4S.js} +2 -2
  221. package/__chunks__/chunk-4QQFMIZ5.js +2 -0
  222. package/__chunks__/{chunk-SD2GJCO7.js → chunk-4TFTP5RO.js} +2 -2
  223. package/__chunks__/chunk-4UOL7BFP.js +2 -0
  224. package/__chunks__/{chunk-CEWLSMXS.js → chunk-4WRW2TDW.js} +2 -2
  225. package/__chunks__/{chunk-Z54DAJHV.js → chunk-4ZEQOJG2.js} +2 -2
  226. package/__chunks__/{chunk-5JPDPSOU.js → chunk-525SCMTB.js} +2 -2
  227. package/__chunks__/{chunk-QEWHY26T.js → chunk-5AIM25YR.js} +2 -2
  228. package/__chunks__/{chunk-LNQARCOO.js → chunk-5DIICYEZ.js} +2 -2
  229. package/__chunks__/{chunk-PZODOGW5.js → chunk-5IZBRUG5.js} +2 -2
  230. package/__chunks__/{chunk-YKAKLVB7.js → chunk-5JVZM4CL.js} +2 -2
  231. package/__chunks__/{chunk-NUWNMCYM.js → chunk-5SF7X4NC.js} +2 -2
  232. package/__chunks__/{chunk-EVOUYW77.js → chunk-5YEUVHSB.js} +2 -2
  233. package/__chunks__/{chunk-KKG5HGC2.js → chunk-5YRF6I4O.js} +2 -2
  234. package/__chunks__/{chunk-G67YB5IT.js → chunk-665ZPR6B.js} +2 -2
  235. package/__chunks__/{chunk-OBKYH7E7.js → chunk-66P7X5DN.js} +2 -2
  236. package/__chunks__/{chunk-RS66KCFE.js → chunk-6AKAKOPX.js} +2 -2
  237. package/__chunks__/chunk-6AR2UXRZ.js +2 -0
  238. package/__chunks__/{chunk-6VU3LZIS.js → chunk-6CN7FOSZ.js} +2 -2
  239. package/__chunks__/{chunk-AJJUE6BQ.js → chunk-6ECO56AR.js} +2 -2
  240. package/__chunks__/{chunk-EFBSLWOT.js → chunk-6GNYCS7K.js} +2 -2
  241. package/__chunks__/chunk-6K3CHAPG.js +2 -0
  242. package/__chunks__/{chunk-TMXR7CZN.js → chunk-6MJZZVQA.js} +2 -2
  243. package/__chunks__/{chunk-ZRF45QPZ.js → chunk-6NIVPKD7.js} +2 -2
  244. package/__chunks__/{chunk-E6ARLC2I.js → chunk-6NMX4F2R.js} +2 -2
  245. package/__chunks__/{chunk-W7WSJP4R.js → chunk-6NXHTQAA.js} +2 -2
  246. package/__chunks__/{chunk-JFYYTG2B.js → chunk-6O3PJDHO.js} +2 -2
  247. package/__chunks__/{chunk-F2IU3HVC.js → chunk-6QQ4ACXD.js} +2 -2
  248. package/__chunks__/{chunk-K7TKWQTX.js → chunk-6RZZWFZ6.js} +2 -2
  249. package/__chunks__/{chunk-FI4EFU5H.js → chunk-6SGPN45M.js} +2 -2
  250. package/__chunks__/{chunk-JCB2UFE6.js → chunk-6SOFNFU6.js} +2 -2
  251. package/__chunks__/{chunk-TP3Q54FK.js → chunk-6T5ZW7AW.js} +2 -2
  252. package/__chunks__/{chunk-TQBXI4DC.js → chunk-6WFCZYRD.js} +2 -2
  253. package/__chunks__/{chunk-5UZMHOUB.js → chunk-6XJPIMGH.js} +2 -2
  254. package/__chunks__/{chunk-4WQJMUQT.js → chunk-765YOT7P.js} +2 -2
  255. package/__chunks__/{chunk-ZMMAM33G.js → chunk-76NPWQ5Z.js} +2 -2
  256. package/__chunks__/{chunk-DGMWAKSQ.js → chunk-76ZQIMBX.js} +2 -2
  257. package/__chunks__/{chunk-J4WGRY4B.js → chunk-77SS4NMA.js} +2 -2
  258. package/__chunks__/{chunk-D7WB3QEQ.js → chunk-7BUVO7AQ.js} +2 -2
  259. package/__chunks__/{chunk-JTR3JIF5.js → chunk-7BXW2FRM.js} +2 -2
  260. package/__chunks__/chunk-7JRIYN7J.js +2 -0
  261. package/__chunks__/{chunk-NXSPBH7F.js → chunk-7KX3VWAE.js} +2 -2
  262. package/__chunks__/chunk-7OKOV3MZ.js +2 -0
  263. package/__chunks__/{chunk-2SAKHJIZ.js → chunk-7Q5LVGH4.js} +2 -2
  264. package/__chunks__/{chunk-QOTHHSFI.js → chunk-7QVOCGYL.js} +2 -2
  265. package/__chunks__/{chunk-75LIHOT7.js → chunk-7R4A7NYZ.js} +2 -2
  266. package/__chunks__/chunk-7ZWZBQHR.js +2 -0
  267. package/__chunks__/{chunk-YZKG4SBK.js → chunk-A3HDQGOE.js} +2 -2
  268. package/__chunks__/{chunk-ZT5PGSCX.js → chunk-A4YXJB4N.js} +2 -2
  269. package/__chunks__/{chunk-3SHFG3Q2.js → chunk-AFMFEKJL.js} +2 -2
  270. package/__chunks__/{chunk-GMBHZ3VM.js → chunk-ALVLGOUI.js} +2 -2
  271. package/__chunks__/chunk-AORB4GL3.js +2 -0
  272. package/__chunks__/chunk-ARKROIYU.js +2 -0
  273. package/__chunks__/{chunk-C6FBV65M.js → chunk-B4RZVRF6.js} +2 -2
  274. package/__chunks__/chunk-B526DLZX.js +2 -0
  275. package/__chunks__/{chunk-IUPOWYEB.js → chunk-BBX7PGVI.js} +2 -2
  276. package/__chunks__/{chunk-7EKFPJ4U.js → chunk-BEKJAGWB.js} +2 -2
  277. package/__chunks__/{chunk-TNWHUSBS.js → chunk-BJPUISKJ.js} +2 -2
  278. package/__chunks__/{chunk-S2KRJP2S.js → chunk-BP6UJLJ6.js} +2 -2
  279. package/__chunks__/{chunk-CCPH6YBW.js → chunk-BPQSY3MV.js} +2 -2
  280. package/__chunks__/chunk-BS3WPNZX.js +2 -0
  281. package/__chunks__/{chunk-665NO27H.js → chunk-BXRTMNNC.js} +2 -2
  282. package/__chunks__/{chunk-AVYCZJNR.js → chunk-BZUP773Y.js} +2 -2
  283. package/__chunks__/{chunk-CIIGMUYW.js → chunk-C4VVSJRA.js} +2 -2
  284. package/__chunks__/{chunk-KXYIK2NA.js → chunk-CFH7TTFD.js} +2 -2
  285. package/__chunks__/{chunk-QEE3NIKR.js → chunk-CI7VJAOZ.js} +2 -2
  286. package/__chunks__/{chunk-LDQULRQM.js → chunk-CIZ4CC3A.js} +2 -2
  287. package/__chunks__/{chunk-4P42QTUO.js → chunk-CK56GYBV.js} +2 -2
  288. package/__chunks__/{chunk-AURFLPJI.js → chunk-CP22U32T.js} +2 -2
  289. package/__chunks__/{chunk-HXXADXWC.js → chunk-CTECXHBH.js} +2 -2
  290. package/__chunks__/{chunk-URQFLH5U.js → chunk-CVKAF7GU.js} +2 -2
  291. package/__chunks__/{chunk-B3T5YNKO.js → chunk-CVR4KWI2.js} +2 -2
  292. package/__chunks__/{chunk-2T3SZVFQ.js → chunk-CWKDQAE3.js} +2 -2
  293. package/__chunks__/{chunk-CF2SJYLM.js → chunk-CYBBIALG.js} +2 -2
  294. package/__chunks__/{chunk-CNFWXUMD.js → chunk-CYCBNOOH.js} +2 -2
  295. package/__chunks__/chunk-D4NNYQNI.js +2 -0
  296. package/__chunks__/{chunk-KQBWXEGB.js → chunk-D5PG3KPY.js} +2 -2
  297. package/__chunks__/{chunk-SZOZTDWH.js → chunk-DDDEBD3H.js} +2 -2
  298. package/__chunks__/chunk-DDUHPX5B.js +2 -0
  299. package/__chunks__/{chunk-7EH2JVA7.js → chunk-DK32AR5A.js} +2 -2
  300. package/__chunks__/{chunk-XNI2WT7G.js → chunk-DOLHFGAO.js} +2 -2
  301. package/__chunks__/chunk-DPRAO3PV.js +2 -0
  302. package/__chunks__/{chunk-7YAAJ7LN.js → chunk-DRRZLU37.js} +2 -2
  303. package/__chunks__/{chunk-CAPUQHFB.js → chunk-E4BMLWJQ.js} +2 -2
  304. package/__chunks__/{chunk-263MHKKC.js → chunk-EAVFFW6D.js} +2 -2
  305. package/__chunks__/{chunk-UVV6SVD7.js → chunk-EB7ZWTSY.js} +2 -2
  306. package/__chunks__/{chunk-RJ7SJMWT.js → chunk-EBIEPCKP.js} +2 -2
  307. package/__chunks__/{chunk-VB6VZREF.js → chunk-ECECRARS.js} +2 -2
  308. package/__chunks__/{chunk-WAEYJOW2.js → chunk-ECFQRKBQ.js} +2 -2
  309. package/__chunks__/{chunk-V6IICA5I.js → chunk-EDSXRVJA.js} +2 -2
  310. package/__chunks__/{chunk-QDMQLFXE.js → chunk-EJEYIK7H.js} +2 -2
  311. package/__chunks__/{chunk-HR35FFSQ.js → chunk-EONQ6O2S.js} +2 -2
  312. package/__chunks__/{chunk-Y6GGQYWM.js → chunk-EPKDDRNV.js} +2 -2
  313. package/__chunks__/{chunk-6C4DO7CC.js → chunk-EQGTLK7B.js} +2 -2
  314. package/__chunks__/{chunk-PZHE5BUA.js → chunk-ERD7M4J6.js} +2 -2
  315. package/__chunks__/{chunk-UTT6IDXI.js → chunk-ET5PWW6U.js} +2 -2
  316. package/__chunks__/{chunk-HEO7KJU5.js → chunk-EU5G4DAQ.js} +2 -2
  317. package/__chunks__/{chunk-M233YJDK.js → chunk-EZCQPLF5.js} +1 -1
  318. package/__chunks__/{chunk-XT2LQFA3.js → chunk-F23EI64H.js} +2 -2
  319. package/__chunks__/{chunk-J4FVDFZJ.js → chunk-F4RR2MI3.js} +2 -2
  320. package/__chunks__/{chunk-LKEL6F45.js → chunk-FDSL4UNE.js} +2 -2
  321. package/__chunks__/{chunk-RA4VBSV4.js → chunk-FLTQKQXZ.js} +2 -2
  322. package/__chunks__/chunk-FM4NFE7O.js +2 -0
  323. package/__chunks__/chunk-FPG3XYE5.js +2 -0
  324. package/__chunks__/{chunk-NWXRQXN3.js → chunk-FQCOLVNB.js} +2 -2
  325. package/__chunks__/{chunk-LG7JWTT4.js → chunk-FS2Y3TRJ.js} +2 -2
  326. package/__chunks__/{chunk-FG74WDBQ.js → chunk-FUNQ3ZDS.js} +2 -2
  327. package/__chunks__/{chunk-SLS4RCYR.js → chunk-FXLGORZY.js} +2 -2
  328. package/__chunks__/chunk-G3URCKTB.js +2 -0
  329. package/__chunks__/{chunk-RUM7PECI.js → chunk-G77DU7KW.js} +2 -2
  330. package/__chunks__/{chunk-EUKXYU34.js → chunk-GBXV2IZ4.js} +2 -2
  331. package/__chunks__/{chunk-NQYHKHB7.js → chunk-GCUAS5W3.js} +2 -2
  332. package/__chunks__/{chunk-F72QCCQU.js → chunk-GDBNKPWX.js} +2 -2
  333. package/__chunks__/{chunk-GAYS6IZO.js → chunk-GEPT4RMT.js} +2 -2
  334. package/__chunks__/{chunk-QEHQ4T4K.js → chunk-GFEGGQCU.js} +2 -2
  335. package/__chunks__/{chunk-2LCMVQG2.js → chunk-GHWA4ARO.js} +2 -2
  336. package/__chunks__/{chunk-H2KQWRZO.js → chunk-GJVP752J.js} +2 -2
  337. package/__chunks__/{chunk-K34TH3BZ.js → chunk-GXIFDTPZ.js} +2 -2
  338. package/__chunks__/{chunk-V2Z6FH3E.js → chunk-H4MEI7MA.js} +2 -2
  339. package/__chunks__/{chunk-IN5ODNNJ.js → chunk-HDWDCB2R.js} +2 -2
  340. package/__chunks__/{chunk-HUNAKHPM.js → chunk-HEGJ6VWU.js} +2 -2
  341. package/__chunks__/{chunk-7Q3LNSP3.js → chunk-HGWCS4DV.js} +2 -2
  342. package/__chunks__/{chunk-HTSOC23O.js → chunk-HIZU3X76.js} +2 -2
  343. package/__chunks__/{chunk-NBOVG4WO.js → chunk-HLWM6AOP.js} +2 -2
  344. package/__chunks__/{chunk-354E6SKU.js → chunk-HM2JAQZ7.js} +2 -2
  345. package/__chunks__/{chunk-VLRIBNO6.js → chunk-HN2WAZKY.js} +2 -2
  346. package/__chunks__/{chunk-5774QZTU.js → chunk-HWNBOBAT.js} +2 -2
  347. package/__chunks__/{chunk-BPCYDSCL.js → chunk-I5CZZRD7.js} +2 -2
  348. package/__chunks__/{chunk-ZGSSETC7.js → chunk-IDUEKWWT.js} +2 -2
  349. package/__chunks__/{chunk-CUVIIQZB.js → chunk-IDUIPLAQ.js} +2 -2
  350. package/__chunks__/{chunk-KD7CSMP4.js → chunk-IGVPSOQ4.js} +2 -2
  351. package/__chunks__/{chunk-7CWJCONI.js → chunk-IHDP5XEC.js} +2 -2
  352. package/__chunks__/{chunk-POJG76RP.js → chunk-II4IN5DB.js} +2 -2
  353. package/__chunks__/{chunk-GPWFUCIZ.js → chunk-IMDOREFA.js} +2 -2
  354. package/__chunks__/{chunk-DQPZUP6J.js → chunk-IPLHIKSY.js} +2 -2
  355. package/__chunks__/chunk-IQ5OX26L.js +2 -0
  356. package/__chunks__/{chunk-MUC4VQA2.js → chunk-IR6Q7XJQ.js} +2 -2
  357. package/__chunks__/chunk-IW77FXTJ.js +2 -0
  358. package/__chunks__/{chunk-YGTOOJZ3.js → chunk-IWDQTSSG.js} +2 -2
  359. package/__chunks__/chunk-IZMAZFVM.js +2 -0
  360. package/__chunks__/{chunk-DNCC3B7Y.js → chunk-J2JMQETZ.js} +2 -2
  361. package/__chunks__/chunk-J2TI3CAX.js +2 -0
  362. package/__chunks__/{chunk-MR4I4XVG.js → chunk-J7FBMLQ6.js} +2 -2
  363. package/__chunks__/{chunk-ZBBCMRJS.js → chunk-JAN62SAY.js} +2 -2
  364. package/__chunks__/{chunk-KWBJ25RP.js → chunk-JFOTWZDD.js} +2 -2
  365. package/__chunks__/chunk-JKRWLHHP.js +2 -0
  366. package/__chunks__/chunk-JNVJGABW.js +2 -0
  367. package/__chunks__/{chunk-ZT3JSTYM.js → chunk-JZCTMZUP.js} +2 -2
  368. package/__chunks__/{chunk-NC6BLARV.js → chunk-K6HD2LUU.js} +2 -2
  369. package/__chunks__/{chunk-ZODSGB7E.js → chunk-K7CFWXYR.js} +2 -2
  370. package/__chunks__/{chunk-RDTHAMCD.js → chunk-KHOT73K6.js} +2 -2
  371. package/__chunks__/{chunk-PF6FZ5CA.js → chunk-KJ6IYXXB.js} +2 -2
  372. package/__chunks__/chunk-KMTMHRTW.js +2 -0
  373. package/__chunks__/{chunk-MHCO27HW.js → chunk-KUOT65C2.js} +2 -2
  374. package/__chunks__/{chunk-VQ45VOHN.js → chunk-KXQXYJIC.js} +2 -2
  375. package/__chunks__/chunk-KYDM7QYU.js +2 -0
  376. package/__chunks__/chunk-L2ANYTTN.js +2 -0
  377. package/__chunks__/{chunk-52Y6CHVB.js → chunk-LJ5EBQ4E.js} +2 -2
  378. package/__chunks__/chunk-LPNATKOR.js +2 -0
  379. package/__chunks__/{chunk-TTCT34VS.js → chunk-MELE4A6V.js} +2 -2
  380. package/__chunks__/{chunk-XQVTILMR.js → chunk-MGUISXI5.js} +2 -2
  381. package/__chunks__/chunk-MPPYOTPN.js +2 -0
  382. package/__chunks__/{chunk-I4B5HNQT.js → chunk-MRRNEHRM.js} +2 -2
  383. package/__chunks__/{chunk-RTBLJLK5.js → chunk-MSBGM7BG.js} +2 -2
  384. package/__chunks__/{chunk-SSVGMOQH.js → chunk-MX7JP4OW.js} +2 -2
  385. package/__chunks__/{chunk-ICDXNBEF.js → chunk-N5KCBNN7.js} +2 -2
  386. package/__chunks__/{chunk-XTRVDWXV.js → chunk-N7VAIKYW.js} +2 -2
  387. package/__chunks__/chunk-NBLZPBHG.js +2 -0
  388. package/__chunks__/{chunk-ASQNM7MJ.js → chunk-NFN6MTGN.js} +2 -2
  389. package/__chunks__/{chunk-ELRQPILJ.js → chunk-NFPE676M.js} +2 -2
  390. package/__chunks__/{chunk-LFMDBIML.js → chunk-NISVU2KT.js} +2 -2
  391. package/__chunks__/{chunk-2ARPMXJR.js → chunk-NJPGFJBL.js} +2 -2
  392. package/__chunks__/{chunk-UP3FFMFW.js → chunk-NLMBU66C.js} +2 -2
  393. package/__chunks__/{chunk-U47YYGAI.js → chunk-NPRDBTUP.js} +2 -2
  394. package/__chunks__/{chunk-LHMTZEA5.js → chunk-NSXHCQC6.js} +2 -2
  395. package/__chunks__/{chunk-Z2RFL7UF.js → chunk-NUNXT2KE.js} +2 -2
  396. package/__chunks__/{chunk-T74FZLQO.js → chunk-NVA6E3I6.js} +2 -2
  397. package/__chunks__/{chunk-5FUU6YT7.js → chunk-NYHN24U7.js} +2 -2
  398. package/__chunks__/{chunk-CPPN5BPT.js → chunk-O52NWXAX.js} +2 -2
  399. package/__chunks__/{chunk-V24SSAOI.js → chunk-OC6LCJE5.js} +2 -2
  400. package/__chunks__/chunk-OCZDIQJM.js +2 -0
  401. package/__chunks__/{chunk-OATDAXFL.js → chunk-OFG2RO5M.js} +2 -2
  402. package/__chunks__/{chunk-VTAICDRX.js → chunk-OGJRVFBF.js} +2 -2
  403. package/__chunks__/{chunk-KMJBEARC.js → chunk-OPELHEUB.js} +2 -2
  404. package/__chunks__/chunk-P2O5DNPS.js +2 -0
  405. package/__chunks__/{chunk-3GKFYHC4.js → chunk-P77MVAQ7.js} +2 -2
  406. package/__chunks__/{chunk-DPOE6IK4.js → chunk-PB2NHRDS.js} +2 -2
  407. package/__chunks__/{chunk-OZN64XXH.js → chunk-PIBTVAIY.js} +2 -2
  408. package/__chunks__/{chunk-O2NVMOWV.js → chunk-PJ5K3BAU.js} +2 -2
  409. package/__chunks__/{chunk-C6OR4CE7.js → chunk-PKDX3PWA.js} +2 -2
  410. package/__chunks__/chunk-PPPPPTWM.js +2 -0
  411. package/__chunks__/{chunk-FPKDA4WW.js → chunk-PSRES75R.js} +2 -2
  412. package/__chunks__/{chunk-5I67BWZ4.js → chunk-PTGSTIKB.js} +2 -2
  413. package/__chunks__/{chunk-NRQ2QOKI.js → chunk-PY3AVURP.js} +2 -2
  414. package/__chunks__/{chunk-GW4ANP64.js → chunk-PYUC7YWQ.js} +2 -2
  415. package/__chunks__/{chunk-SIX6M33Q.js → chunk-QDXDSARH.js} +2 -2
  416. package/__chunks__/{chunk-FEKRLY4Y.js → chunk-QEP5V6BV.js} +2 -2
  417. package/__chunks__/{chunk-QB7FSZIJ.js → chunk-QFV655NJ.js} +2 -2
  418. package/__chunks__/{chunk-AE6EUIEY.js → chunk-QGAFKW2D.js} +2 -2
  419. package/__chunks__/{chunk-LR4KN3NQ.js → chunk-QIRTYV7I.js} +2 -2
  420. package/__chunks__/{chunk-W2ZGLITQ.js → chunk-QP7Y7FM5.js} +2 -2
  421. package/__chunks__/{chunk-QPHDB4SX.js → chunk-QPDQZJIR.js} +2 -2
  422. package/__chunks__/{chunk-7I6VVHPW.js → chunk-QQFTXUF5.js} +2 -2
  423. package/__chunks__/{chunk-VEMADCAG.js → chunk-QTZRTNDJ.js} +2 -2
  424. package/__chunks__/{chunk-OE2TXZIV.js → chunk-QWW24CB3.js} +2 -2
  425. package/__chunks__/chunk-R5C7QWUE.js +2 -0
  426. package/__chunks__/chunk-RCUGYIFV.js +2 -0
  427. package/__chunks__/{chunk-N4AS4WKH.js → chunk-RDFIXOD2.js} +2 -2
  428. package/__chunks__/{chunk-AS5LF45F.js → chunk-RGTMLNLV.js} +2 -2
  429. package/__chunks__/{chunk-EWSOJLDO.js → chunk-RIE5RNRH.js} +2 -2
  430. package/__chunks__/chunk-RJ7L3LSO.js +2 -0
  431. package/__chunks__/{chunk-HBUYUYG7.js → chunk-RNUXTNSV.js} +2 -2
  432. package/__chunks__/chunk-RZRPUUJG.js +2 -0
  433. package/__chunks__/{chunk-CSTEEV34.js → chunk-S5MM2EWQ.js} +2 -2
  434. package/__chunks__/{chunk-JIE46P3A.js → chunk-SBF35KV2.js} +2 -2
  435. package/__chunks__/{chunk-SORRN44I.js → chunk-SHNLEWQL.js} +2 -2
  436. package/__chunks__/{chunk-7HYW3VNZ.js → chunk-SHUQU5VZ.js} +2 -2
  437. package/__chunks__/{chunk-WHY2O6VY.js → chunk-SPHRRX4G.js} +2 -2
  438. package/__chunks__/{chunk-RCTNLZQ4.js → chunk-SUZ6MJ5T.js} +2 -2
  439. package/__chunks__/{chunk-NJ4CAC4K.js → chunk-SX33GNB7.js} +2 -2
  440. package/__chunks__/{chunk-UJFVVD7I.js → chunk-SYLWJWPH.js} +2 -2
  441. package/__chunks__/{chunk-IGYIKLFD.js → chunk-SZ74YBY4.js} +2 -2
  442. package/__chunks__/{chunk-KXH5PIYO.js → chunk-T23GFE32.js} +2 -2
  443. package/__chunks__/{chunk-5QP3BKN6.js → chunk-TC7ZKZBH.js} +2 -2
  444. package/__chunks__/{chunk-U7KBDVS6.js → chunk-TFHPV32E.js} +2 -2
  445. package/__chunks__/chunk-TGKOFZA6.js +2 -0
  446. package/__chunks__/{chunk-7QGLKL3O.js → chunk-TISLGMSV.js} +2 -2
  447. package/__chunks__/{chunk-MUAY6CGW.js → chunk-TL7TEZ2W.js} +2 -2
  448. package/__chunks__/{chunk-RRSKW4X3.js → chunk-TLTHNUIC.js} +2 -2
  449. package/__chunks__/{chunk-2O6TN52D.js → chunk-TND4YGPU.js} +2 -2
  450. package/__chunks__/{chunk-OMEP276V.js → chunk-TOHJ5Z62.js} +2 -2
  451. package/__chunks__/{chunk-F4GPMVZ3.js → chunk-TPM3TS6U.js} +2 -2
  452. package/__chunks__/{chunk-5ATU6BWE.js → chunk-TSZZ3U7B.js} +2 -2
  453. package/__chunks__/{chunk-XBMWOW2U.js → chunk-TUNVB2YQ.js} +2 -2
  454. package/__chunks__/{chunk-VFPMVVL7.js → chunk-TWHOHGFZ.js} +2 -2
  455. package/__chunks__/chunk-TWQWSK2Y.js +2 -0
  456. package/__chunks__/{chunk-NWAWFX5O.js → chunk-TZH67S4T.js} +2 -2
  457. package/__chunks__/{chunk-VWYE2PDV.js → chunk-TZURT6JT.js} +2 -2
  458. package/__chunks__/{chunk-E73S2DQF.js → chunk-TZVL2PLD.js} +2 -2
  459. package/__chunks__/{chunk-5PH62EO2.js → chunk-U7LXSR4V.js} +2 -2
  460. package/__chunks__/{chunk-7HF7RMSM.js → chunk-U7MZFICS.js} +2 -2
  461. package/__chunks__/{chunk-RBHZ2TA2.js → chunk-UHV6PTOI.js} +2 -2
  462. package/__chunks__/{chunk-AILGLGLT.js → chunk-UIQYWHBC.js} +2 -2
  463. package/__chunks__/{chunk-D3FMLDSW.js → chunk-ULMTIDGZ.js} +2 -2
  464. package/__chunks__/chunk-UQMGB6GS.js +2 -0
  465. package/__chunks__/{chunk-CLBIWLXP.js → chunk-UV2TKIMV.js} +2 -2
  466. package/__chunks__/{chunk-ZLJZXJMQ.js → chunk-UX4Y2OL4.js} +2 -2
  467. package/__chunks__/{chunk-PEFNQYFJ.js → chunk-V5WTTIX5.js} +2 -2
  468. package/__chunks__/{chunk-AXIF35TD.js → chunk-VCZKO4K3.js} +2 -2
  469. package/__chunks__/{chunk-HESHBYEE.js → chunk-VD3BFO4N.js} +2 -2
  470. package/__chunks__/chunk-VE2ECT2B.js +2 -0
  471. package/__chunks__/{chunk-72AKFMHW.js → chunk-VGOFY3CC.js} +2 -2
  472. package/__chunks__/{chunk-XX6WKYPF.js → chunk-VQIJNR2Y.js} +2 -2
  473. package/__chunks__/{chunk-7B66IZJD.js → chunk-VXHEOXPJ.js} +2 -2
  474. package/__chunks__/{chunk-J5WPVXJV.js → chunk-VXXQX2NX.js} +2 -2
  475. package/__chunks__/{chunk-UDWLOK2I.js → chunk-W3CSKBCR.js} +2 -2
  476. package/__chunks__/{chunk-MALUP4TG.js → chunk-W3KXYTDC.js} +2 -2
  477. package/__chunks__/chunk-W4MZ4QSC.js +2 -0
  478. package/__chunks__/{chunk-GKYDXH5T.js → chunk-W4WKCPA4.js} +2 -2
  479. package/__chunks__/{chunk-7LLTMYSC.js → chunk-W5K3CDBQ.js} +2 -2
  480. package/__chunks__/chunk-W64FNS32.js +2 -0
  481. package/__chunks__/{chunk-4NXNLUI5.js → chunk-WHX4MZVD.js} +2 -2
  482. package/__chunks__/{chunk-4CNJEAQC.js → chunk-WIQLJFDL.js} +2 -2
  483. package/__chunks__/{chunk-4K3BXOL5.js → chunk-WLHFDR3E.js} +2 -2
  484. package/__chunks__/chunk-WMJYYAXE.js +2 -0
  485. package/__chunks__/{chunk-JVFR4K57.js → chunk-WOUYL4LT.js} +2 -2
  486. package/__chunks__/{chunk-U2YJMXQE.js → chunk-WVUTLYCS.js} +2 -2
  487. package/__chunks__/{chunk-ZXF7VTXT.js → chunk-WYIJSVQE.js} +2 -2
  488. package/__chunks__/{chunk-WLZPLFLW.js → chunk-X6MCSWM3.js} +2 -2
  489. package/__chunks__/{chunk-KMIS2BLG.js → chunk-XB5O3C4D.js} +2 -2
  490. package/__chunks__/chunk-XJQLYDXU.js +2 -0
  491. package/__chunks__/{chunk-5GJJYCFY.js → chunk-XMD5LLYN.js} +2 -2
  492. package/__chunks__/{chunk-RRWWPA5B.js → chunk-XNWSUWXK.js} +2 -2
  493. package/__chunks__/{chunk-LI2YTG6T.js → chunk-Y7SHZXXR.js} +2 -2
  494. package/__chunks__/{chunk-LRHEZBAD.js → chunk-YAVS5Q37.js} +2 -2
  495. package/__chunks__/{chunk-IRCCOKO6.js → chunk-YQGR3E75.js} +2 -2
  496. package/__chunks__/{chunk-N3ETS4IR.js → chunk-YUCV3UZQ.js} +2 -2
  497. package/__chunks__/{chunk-EN4QJLZ5.js → chunk-YV2BBHKC.js} +2 -2
  498. package/__chunks__/{chunk-365T27J6.js → chunk-Z4LZPGDO.js} +2 -2
  499. package/__chunks__/{chunk-D5UI3QA4.js → chunk-Z57KKFKL.js} +2 -2
  500. package/__chunks__/chunk-Z7IGO4GT.js +2 -0
  501. package/__chunks__/chunk-ZBU2YQWY.js +2 -0
  502. package/__chunks__/{chunk-BOG6ROSF.js → chunk-ZF6DOWZM.js} +2 -2
  503. package/__chunks__/chunk-ZL4YHWHP.js +2 -0
  504. package/__chunks__/{chunk-FBCMHXWZ.js → chunk-ZP57YSDQ.js} +2 -2
  505. package/__chunks__/{chunk-ZJGQI44X.js → chunk-ZR4ASV64.js} +2 -2
  506. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +3 -3
  507. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +3 -3
  508. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +3 -3
  509. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +2 -2
  510. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  511. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  512. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  513. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  514. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
  515. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
  516. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +2 -2
  517. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +3 -3
  518. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +3 -3
  519. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +3 -3
  520. package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +3 -3
  521. package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +3 -3
  522. package/__commonjs/UI/SignTransactionsModals/index.js +3 -3
  523. package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  524. package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +2 -2
  525. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +7 -7
  526. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +4 -4
  527. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +3 -3
  528. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +11 -11
  529. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +11 -11
  530. package/__commonjs/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +4 -4
  531. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  532. package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  533. package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
  534. package/__commonjs/UI/index.js +4 -4
  535. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  536. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
  537. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2 -2
  538. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
  539. package/__commonjs/UI/ledger/index.js +1 -1
  540. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  541. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  542. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  543. package/__commonjs/UI/pages/index.js +1 -1
  544. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +4 -4
  545. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +4 -4
  546. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +5 -5
  547. package/__commonjs/UI/walletConnect/index.js +4 -4
  548. package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  549. package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  550. package/__commonjs/__mocks__/index.js +1 -1
  551. package/__commonjs/__mocks__/utils/index.js +1 -1
  552. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  553. package/__commonjs/apiCalls/economics/getEconomicsInfo.js +1 -1
  554. package/__commonjs/apiCalls/transactions/sendSignedTransactions.js +1 -1
  555. package/__commonjs/components/ProviderInitializer.js +1 -1
  556. package/__commonjs/components/TransactionSender/index.js +1 -1
  557. package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
  558. package/__commonjs/components/TransactionsTracker/index.js +1 -1
  559. package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  560. package/__commonjs/constants/index.js +1 -1
  561. package/__commonjs/hooks/account/useGetAccount.js +1 -1
  562. package/__commonjs/hooks/account/useGetAccountInfo.js +1 -1
  563. package/__commonjs/hooks/account/useGetWebsocketEvent.js +1 -1
  564. package/__commonjs/hooks/index.js +1 -1
  565. package/__commonjs/hooks/login/index.js +1 -1
  566. package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
  567. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  568. package/__commonjs/hooks/login/useLoginService.js +1 -1
  569. package/__commonjs/hooks/login/useOperaLogin.js +1 -1
  570. package/__commonjs/hooks/login/useWalletConnectLogin.js +1 -1
  571. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  572. package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
  573. package/__commonjs/hooks/transactions/helpers/buildBatchId.js +1 -1
  574. package/__commonjs/reduxStore/persistConfig.js +1 -1
  575. package/__commonjs/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
  576. package/__commonjs/reduxStore/selectors/dappConfigSelector.js +1 -1
  577. package/__commonjs/reduxStore/selectors/modalsSelectors.js +1 -1
  578. package/__commonjs/reduxStore/slices/transactionsInfoSlice.js +1 -1
  579. package/__commonjs/services/index.js +1 -1
  580. package/__commonjs/services/nativeAuth/index.js +1 -1
  581. package/__commonjs/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
  582. package/__commonjs/services/nativeAuth/methods/index.js +1 -1
  583. package/__commonjs/services/nativeAuth/nativeAuth.d.ts +3 -1
  584. package/__commonjs/services/nativeAuth/nativeAuth.js +1 -1
  585. package/__commonjs/types/login.types.d.ts +3 -0
  586. package/__commonjs/utils/account/signMessage.js +1 -1
  587. package/__commonjs/utils/operations/calculateFeeInFiat.js +1 -1
  588. package/__commonjs/utils/operations/denominate.js +1 -1
  589. package/__commonjs/utils/operations/formatAmount.js +1 -1
  590. package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
  591. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  592. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  593. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  594. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  595. package/__commonjs/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  596. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  597. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  598. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  599. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  600. package/__commonjs/wrappers/index.js +1 -1
  601. package/__mocks__/accountConfig.js +1 -1
  602. package/__mocks__/index.js +1 -1
  603. package/__mocks__/server.js +1 -1
  604. package/__mocks__/utils/index.js +1 -1
  605. package/__mocks__/utils/renderWithProvider.js +1 -1
  606. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  607. package/apiCalls/accounts/index.js +1 -1
  608. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  609. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  610. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  611. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  612. package/apiCalls/configuration/index.js +1 -1
  613. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  614. package/apiCalls/economics/index.js +1 -1
  615. package/apiCalls/getScamAddressData.js +1 -1
  616. package/apiCalls/index.js +1 -1
  617. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  618. package/apiCalls/transactions/index.js +1 -1
  619. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  620. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  621. package/apiCalls/utils/index.js +1 -1
  622. package/components/BatchTransactionsSender/BatchTransactionsSender.js +1 -1
  623. package/components/BatchTransactionsSender/index.js +1 -1
  624. package/components/BatchTransactionsTracker/BatchTransactionsTracker.js +1 -1
  625. package/components/LogoutListener/LogoutListener.js +1 -1
  626. package/components/LogoutListener/helpers/index.js +1 -1
  627. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  628. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  629. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  630. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  631. package/components/LogoutListener/index.js +1 -1
  632. package/components/ProviderInitializer.js +1 -1
  633. package/components/TransactionSender/TransactionSender.js +1 -1
  634. package/components/TransactionSender/index.js +1 -1
  635. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
  636. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  637. package/components/TransactionsTracker/index.js +1 -1
  638. package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  639. package/constants/index.js +1 -1
  640. package/constants/network.js +1 -1
  641. package/hooks/account/index.js +1 -1
  642. package/hooks/account/useGetAccount.js +1 -1
  643. package/hooks/account/useGetAccountInfo.js +1 -1
  644. package/hooks/account/useGetAccountProvider.js +1 -1
  645. package/hooks/account/useGetIsLoggedIn.js +1 -1
  646. package/hooks/account/useGetLoginInfo.js +1 -1
  647. package/hooks/account/useGetWebsocketEvent.js +1 -1
  648. package/hooks/economics/index.js +1 -1
  649. package/hooks/economics/useGetEgldPrice.js +1 -1
  650. package/hooks/index.js +1 -1
  651. package/hooks/login/index.js +1 -1
  652. package/hooks/login/useExtensionLogin.js +1 -1
  653. package/hooks/login/useLedgerLogin.js +1 -1
  654. package/hooks/login/useLoginService.js +1 -1
  655. package/hooks/login/useOperaLogin.js +1 -1
  656. package/hooks/login/useWalletConnectLogin.js +1 -1
  657. package/hooks/login/useWalletConnectV2Login.js +1 -1
  658. package/hooks/login/useWebViewLogin.js +1 -1
  659. package/hooks/login/useWebWalletLogin.js +1 -1
  660. package/hooks/signMessage/index.js +1 -1
  661. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  662. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  663. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  664. package/hooks/signMessage/useSignMessage.js +1 -1
  665. package/hooks/toasts/index.js +1 -1
  666. package/hooks/toasts/useTransactionsToasts.js +1 -1
  667. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  668. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  669. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  670. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  671. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  672. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  673. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  674. package/hooks/transactions/batch/useGetBatches.js +1 -1
  675. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  676. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  677. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  678. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  679. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  680. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  681. package/hooks/transactions/helpers/index.js +1 -1
  682. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  683. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  684. package/hooks/transactions/index.js +1 -1
  685. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  686. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  687. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  688. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  689. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  690. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  691. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  692. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  693. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  694. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  695. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  696. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  697. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  698. package/hooks/transactions/useGetTokenDetails.js +1 -1
  699. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  700. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  701. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  702. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  703. package/hooks/transactions/useSignTransactions.js +1 -1
  704. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  705. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  706. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  707. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  708. package/hooks/useGetNetworkConfig.js +1 -1
  709. package/hooks/useGetNotification.js +1 -1
  710. package/hooks/userInterface/index.js +1 -1
  711. package/hooks/userInterface/useIsDappModalVisible.js +1 -1
  712. package/hooks/websocketListener/index.js +1 -1
  713. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  714. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  715. package/models/index.js +1 -1
  716. package/models/newTransaction.js +1 -1
  717. package/package.json +1 -1
  718. package/providers/accountProvider.js +1 -1
  719. package/providers/index.js +1 -1
  720. package/providers/utils.js +1 -1
  721. package/providers/webviewProvider/index.js +1 -1
  722. package/providers/webviewProvider/requestMethods.js +1 -1
  723. package/providers/webviewProvider/webviewProvider.js +1 -1
  724. package/reduxStore/DappProviderContext.js +1 -1
  725. package/reduxStore/commonActions.js +1 -1
  726. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  727. package/reduxStore/persistConfig.js +1 -1
  728. package/reduxStore/persistedRootReducer.js +1 -1
  729. package/reduxStore/reducers.js +1 -1
  730. package/reduxStore/rootReducer.js +1 -1
  731. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  732. package/reduxStore/selectors/batchTransactionsSelectors.js +1 -1
  733. package/reduxStore/selectors/dappConfigSelector.js +1 -1
  734. package/reduxStore/selectors/dappModalsSelectors.js +1 -1
  735. package/reduxStore/selectors/helpers.js +1 -1
  736. package/reduxStore/selectors/index.js +1 -1
  737. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  738. package/reduxStore/selectors/modalsSelectors.js +1 -1
  739. package/reduxStore/selectors/networkConfigSelectors.js +1 -1
  740. package/reduxStore/selectors/signedMessageInfoSelectors.js +1 -1
  741. package/reduxStore/selectors/toastsSelectors.js +1 -1
  742. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  743. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  744. package/reduxStore/slices/accountInfoSlice.js +1 -1
  745. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  746. package/reduxStore/slices/dappConfigSlice.js +1 -1
  747. package/reduxStore/slices/dappModalsSlice.js +1 -1
  748. package/reduxStore/slices/index.js +1 -1
  749. package/reduxStore/slices/loginInfoSlice.js +1 -1
  750. package/reduxStore/slices/modalsSlice.js +1 -1
  751. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  752. package/reduxStore/slices/toastsSlice.js +1 -1
  753. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  754. package/reduxStore/slices/transactionsSlice.js +1 -1
  755. package/reduxStore/store.js +1 -1
  756. package/services/index.js +1 -1
  757. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  758. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  759. package/services/nativeAuth/helpers/index.js +1 -1
  760. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  761. package/services/nativeAuth/index.js +1 -1
  762. package/services/nativeAuth/methods/getNativeAuthConfig.js +1 -1
  763. package/services/nativeAuth/methods/index.js +1 -1
  764. package/services/nativeAuth/nativeAuth.d.ts +3 -1
  765. package/services/nativeAuth/nativeAuth.js +1 -1
  766. package/services/transactions/clearTransactions.js +1 -1
  767. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  768. package/services/transactions/getTransactionsDetails.js +1 -1
  769. package/services/transactions/index.js +1 -1
  770. package/services/transactions/isCrossShardTransaction.js +1 -1
  771. package/services/transactions/sendBatchTransactions.js +1 -1
  772. package/services/transactions/sendTransactions.js +1 -1
  773. package/services/transactions/signTransactions.js +1 -1
  774. package/services/transactions/transformAndSignTransactions.js +1 -1
  775. package/services/transactions/updateSignedTransactions.js +1 -1
  776. package/services/transactions/utils.js +1 -1
  777. package/types/index.js +1 -1
  778. package/types/login.types.d.ts +3 -0
  779. package/types/login.types.js +1 -1
  780. package/utils/account/getAccount.js +1 -1
  781. package/utils/account/getAccountBalance.js +1 -1
  782. package/utils/account/getAccountProviderType.js +1 -1
  783. package/utils/account/getAccountShard.js +1 -1
  784. package/utils/account/getAddress.js +1 -1
  785. package/utils/account/getIsProviderEqualTo.js +1 -1
  786. package/utils/account/getLatestNonce.js +1 -1
  787. package/utils/account/getShardOfAddress.js +1 -1
  788. package/utils/account/index.js +1 -1
  789. package/utils/account/loginWithExternalProvider.js +1 -1
  790. package/utils/account/refreshAccount.js +1 -1
  791. package/utils/account/setNonce.js +1 -1
  792. package/utils/account/signMessage.js +1 -1
  793. package/utils/getIsLoggedIn.js +1 -1
  794. package/utils/index.js +1 -1
  795. package/utils/logout.js +1 -1
  796. package/utils/network/getChainID.js +1 -1
  797. package/utils/network/getEgldLabel.js +1 -1
  798. package/utils/network/getNetworkConfig.js +1 -1
  799. package/utils/network/index.js +1 -1
  800. package/utils/operations/calculateFeeInFiat.js +1 -1
  801. package/utils/operations/calculateFeeLimit.js +1 -1
  802. package/utils/operations/denominate.js +1 -1
  803. package/utils/operations/formatAmount.js +1 -1
  804. package/utils/operations/index.js +1 -1
  805. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  806. package/utils/operations/ledger/index.js +1 -1
  807. package/utils/operations/nominate.js +1 -1
  808. package/utils/operations/parseAmount.js +1 -1
  809. package/utils/smartContracts.js +1 -1
  810. package/utils/toasts/customToastsActions.js +1 -1
  811. package/utils/toasts/index.js +1 -1
  812. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  813. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  814. package/utils/transactions/getAllTransactionsLink.js +1 -1
  815. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  816. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  817. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  818. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  819. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  820. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  821. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  822. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  823. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  824. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  825. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  826. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  827. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  828. package/utils/transactions/getTransactionLink.js +1 -1
  829. package/utils/transactions/index.js +1 -1
  830. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  831. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  832. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  833. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  834. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  835. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  836. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  837. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  838. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  839. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  840. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  841. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  842. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  843. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  844. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  845. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  846. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  847. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  848. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  849. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  850. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  851. package/utils/validation/index.js +1 -1
  852. package/utils/validation/maxDecimals.js +1 -1
  853. package/utils/validation/stringIsFloat.js +1 -1
  854. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  855. package/web/hooks/index.js +1 -1
  856. package/web/hooks/useIdleTimer.js +1 -1
  857. package/web/index.js +1 -1
  858. package/wrappers/AppInitializer.js +1 -1
  859. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  860. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  861. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  862. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  863. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  864. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  865. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  866. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  867. package/wrappers/DappProvider/CustomComponents.js +1 -1
  868. package/wrappers/DappProvider/DappProvider.js +1 -1
  869. package/wrappers/DappProvider/index.js +1 -1
  870. package/wrappers/index.js +1 -1
  871. package/__chunks__/chunk-2HOVLPAI.js +0 -2
  872. package/__chunks__/chunk-4UG2JBYU.js +0 -2
  873. package/__chunks__/chunk-63OV72OW.js +0 -2
  874. package/__chunks__/chunk-6P4JKU7O.js +0 -2
  875. package/__chunks__/chunk-74RR42GW.js +0 -2
  876. package/__chunks__/chunk-7CT27RQT.js +0 -2
  877. package/__chunks__/chunk-7PHB4IHW.js +0 -2
  878. package/__chunks__/chunk-7RBYOO2J.js +0 -2
  879. package/__chunks__/chunk-AMNHI3QW.js +0 -2
  880. package/__chunks__/chunk-BPKJAHYT.js +0 -2
  881. package/__chunks__/chunk-CIE6DSGF.js +0 -2
  882. package/__chunks__/chunk-COW7WUHF.js +0 -2
  883. package/__chunks__/chunk-DPZA5556.js +0 -2
  884. package/__chunks__/chunk-DWAZWPSE.js +0 -2
  885. package/__chunks__/chunk-E5THMW5I.js +0 -2
  886. package/__chunks__/chunk-EQZEJKTR.js +0 -2
  887. package/__chunks__/chunk-EVXF2BOI.js +0 -2
  888. package/__chunks__/chunk-FD3VYCS4.js +0 -2
  889. package/__chunks__/chunk-FFXOJXGN.js +0 -2
  890. package/__chunks__/chunk-FUIWFYYW.js +0 -2
  891. package/__chunks__/chunk-FZVPLZOE.js +0 -2
  892. package/__chunks__/chunk-HPFY6NOU.js +0 -2
  893. package/__chunks__/chunk-IGROQXUZ.js +0 -2
  894. package/__chunks__/chunk-IPRFCS7D.js +0 -2
  895. package/__chunks__/chunk-M6BI7ILE.js +0 -2
  896. package/__chunks__/chunk-MAIOHYCR.js +0 -2
  897. package/__chunks__/chunk-MAN7DZAK.js +0 -2
  898. package/__chunks__/chunk-MFK5TIXS.js +0 -2
  899. package/__chunks__/chunk-MQRTP6HG.js +0 -2
  900. package/__chunks__/chunk-MUQB6NZD.js +0 -2
  901. package/__chunks__/chunk-N4YDENJI.js +0 -2
  902. package/__chunks__/chunk-OIMSUDOK.js +0 -2
  903. package/__chunks__/chunk-OPNKJA4L.js +0 -2
  904. package/__chunks__/chunk-QJRS3XXT.js +0 -2
  905. package/__chunks__/chunk-R34ULZDI.js +0 -2
  906. package/__chunks__/chunk-T73DKVUT.js +0 -2
  907. package/__chunks__/chunk-UDIL7X3Z.js +0 -2
  908. package/__chunks__/chunk-UMMB4MY5.js +0 -2
  909. package/__chunks__/chunk-UQPS2RPU.js +0 -2
  910. package/__chunks__/chunk-WKVTOFIT.js +0 -2
  911. package/__chunks__/chunk-WPNTJLX5.js +0 -2
  912. package/__chunks__/chunk-WWYZM6K6.js +0 -2
  913. package/__chunks__/chunk-WZSDWRXM.js +0 -2
  914. package/__chunks__/chunk-XWK5XUNJ.js +0 -2
  915. package/__chunks__/chunk-Y4M6VSON.js +0 -2
  916. package/__chunks__/chunk-ZKKCLJG5.js +0 -2
  917. package/__chunks__/chunk-ZPLMSLJT.js +0 -2
  918. package/__chunks__/chunk-ZS5RFDLW.js +0 -2
  919. package/__chunks__/chunk-ZS72QLFO.js +0 -2
  920. package/__chunks__/chunk-ZY4AUE6X.js +0 -2
  921. package/__chunks__/chunk-ZZ2E3JAN.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Ar=Object.create;var M=Object.defineProperty;var _r=Object.getOwnPropertyDescriptor;var Lr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Er=Object.prototype.hasOwnProperty;var Cr=(t,r)=>()=>(t&&(r=t(t=0)),r);var P=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Dr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},ir=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Lr(r))!Er.call(t,i)&&i!==e&&M(t,i,{get:()=>r[i],enumerable:!(n=_r(r,i))||n.enumerable});return t};var Y=(t,r,e)=>(e=t!=null?Ar(Ur(t)):{},ir(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Nr=t=>ir(M({},"__esModule",{value:!0}),t);var sr=P(G=>{"use strict";l();G.byteLength=Pr;G.toByteArray=Or;G.fromByteArray=Wr;var S=[],v=[],Mr=typeof Uint8Array!="undefined"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(_=0,ar=z.length;_<ar;++_)S[_]=z[_],v[z.charCodeAt(_)]=_;var _,ar;v["-".charCodeAt(0)]=62;v["_".charCodeAt(0)]=63;function or(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Pr(t){var r=or(t),e=r[0],n=r[1];return(e+n)*3/4-n}function Gr(t,r,e){return(r+e)*3/4-e}function Or(t){var r,e=or(t),n=e[0],i=e[1],a=new Mr(Gr(t,n,i)),o=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)r=v[t.charCodeAt(u)]<<18|v[t.charCodeAt(u+1)]<<12|v[t.charCodeAt(u+2)]<<6|v[t.charCodeAt(u+3)],a[o++]=r>>16&255,a[o++]=r>>8&255,a[o++]=r&255;return i===2&&(r=v[t.charCodeAt(u)]<<2|v[t.charCodeAt(u+1)]>>4,a[o++]=r&255),i===1&&(r=v[t.charCodeAt(u)]<<10|v[t.charCodeAt(u+1)]<<4|v[t.charCodeAt(u+2)]>>2,a[o++]=r>>8&255,a[o++]=r&255),a}function Hr(t){return S[t>>18&63]+S[t>>12&63]+S[t>>6&63]+S[t&63]}function qr(t,r,e){for(var n,i=[],a=r;a<e;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(Hr(n));return i.join("")}function Wr(t){for(var r,e=t.length,n=e%3,i=[],a=16383,o=0,p=e-n;o<p;o+=a)i.push(qr(t,o,o+a>p?p:o+a));return n===1?(r=t[e-1],i.push(S[r>>2]+S[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(S[r>>10]+S[r>>4&63]+S[r<<2&63]+"=")),i.join("")}});var pr=P(Q=>{l();Q.read=function(t,r,e,n,i){var a,o,p=i*8-n-1,u=(1<<p)-1,f=u>>1,g=-7,c=e?i-1:0,F=e?-1:1,w=t[r+c];for(c+=F,a=w&(1<<-g)-1,w>>=-g,g+=p;g>0;a=a*256+t[r+c],c+=F,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[r+c],c+=F,g-=8);if(a===0)a=1-f;else{if(a===u)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(w?-1:1)*o*Math.pow(2,a-n)};Q.write=function(t,r,e,n,i,a){var o,p,u,f=a*8-i-1,g=(1<<f)-1,c=g>>1,F=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:a-1,E=n?1:-1,Rr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,o=g):(o=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-o))<1&&(o--,u*=2),o+c>=1?r+=F/u:r+=F*Math.pow(2,1-c),r*u>=2&&(o++,u/=2),o+c>=g?(p=0,o=g):o+c>=1?(p=(r*u-1)*Math.pow(2,i),o=o+c):(p=r*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;t[e+w]=p&255,w+=E,p/=256,i-=8);for(o=o<<i|p,f+=i;f>0;t[e+w]=o&255,w+=E,o/=256,f-=8);t[e+w-E]|=Rr*128}});var vr=P(D=>{"use strict";l();var X=sr(),C=pr(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=jr;D.INSPECT_MAX_BYTES=50;var O=2147483647;D.kMaxLength=O;s.TYPED_ARRAY_SUPPORT=Yr();!s.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 Yr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function B(t){if(t>O)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return V(t)}return fr(t,r,e)}s.poolSize=8192;function fr(t,r,e){if(typeof t=="string")return Qr(t,r);if(ArrayBuffer.isView(t))return Xr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(k(t,ArrayBuffer)||t&&k(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(k(t,SharedArrayBuffer)||t&&k(t.buffer,SharedArrayBuffer)))return j(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=Jr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,r,e){return fr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function gr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function zr(t,r,e){return gr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return zr(t,r,e)};function V(t){return gr(t),B(t<0?0:Z(t)|0)}s.allocUnsafe=function(t){return V(t)};s.allocUnsafeSlow=function(t){return V(t)};function Qr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function J(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Xr(t){if(k(t,Uint8Array)){var r=new Uint8Array(t);return j(r.buffer,r.byteOffset,r.byteLength)}return J(t)}function j(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function Jr(t){if(s.isBuffer(t)){var r=Z(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?B(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function Z(t){if(t>=O)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+O.toString(16)+" bytes");return t|0}function jr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(k(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),k(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,a=0,o=Math.min(n,i);a<o;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(r){switch(String(r).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}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var o=r[n];if(k(o,Uint8Array))a+o.length>i.length?s.from(o).copy(i,a):Uint8Array.prototype.set.call(i,o,a);else if(s.isBuffer(o))o.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=o.length}return i};function hr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||k(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return wr(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=hr;function Kr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return oe(this,r,e);case"utf8":case"utf-8":return yr(this,r,e);case"ascii":return ie(this,r,e);case"latin1":case"binary":return ae(this,r,e);case"base64":return te(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return se(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function L(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)L(this,e,e+1);return this};s.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)L(this,e,e+3),L(this,e+1,e+2);return this};s.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)L(this,e,e+7),L(this,e+1,e+6),L(this,e+2,e+5),L(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?yr(this,0,r):Kr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=D.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ur&&(s.prototype[ur]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,a){if(k(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var o=a-i,p=n-e,u=Math.min(o,p),f=this.slice(i,a),g=r.slice(e,n),c=0;c<u;++c)if(f[c]!==g[c]){o=f[c],p=g[c];break}return o<p?-1:p<o?1:0};function dr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:cr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):cr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function cr(t,r,e,n,i){var a=1,o=t.length,p=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,o/=2,p/=2,e/=2}function u(w,E){return a===1?w[E]:w.readUInt16BE(E*a)}var f;if(i){var g=-1;for(f=e;f<o;f++)if(u(t,f)===u(r,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===p)return g*a}else g!==-1&&(f-=f-g),g=-1}else for(e+p>o&&(e=o-p),f=e;f>=0;f--){for(var c=!0,F=0;F<p;F++)if(u(t,f+F)!==u(r,F)){c=!1;break}if(c)return f}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return dr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return dr(this,r,e,n,!1)};function Vr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var p=parseInt(r.substr(o*2,2),16);if($(p))return o;t[e+o]=p}return o}function Zr(t,r,e,n){return H(K(r,t.length-e),t,e,n)}function $r(t,r,e,n){return H(ce(r),t,e,n)}function re(t,r,e,n){return H(wr(r),t,e,n)}function ee(t,r,e,n){return H(le(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return Vr(this,r,e,n);case"utf8":case"utf-8":return Zr(this,r,e,n);case"ascii":case"latin1":case"binary":return $r(this,r,e,n);case"base64":return re(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ee(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function te(t,r,e){return r===0&&e===t.length?X.fromByteArray(t):X.fromByteArray(t.slice(r,e))}function yr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,p=a>239?4:a>223?3:a>191?2:1;if(i+p<=e){var u,f,g,c;switch(p){case 1:a<128&&(o=a);break;case 2:u=t[i+1],(u&192)===128&&(c=(a&31)<<6|u&63,c>127&&(o=c));break;case 3:u=t[i+1],f=t[i+2],(u&192)===128&&(f&192)===128&&(c=(a&15)<<12|(u&63)<<6|f&63,c>2047&&(c<55296||c>57343)&&(o=c));break;case 4:u=t[i+1],f=t[i+2],g=t[i+3],(u&192)===128&&(f&192)===128&&(g&192)===128&&(c=(a&15)<<18|(u&63)<<12|(f&63)<<6|g&63,c>65535&&c<1114112&&(o=c))}}o===null?(o=65533,p=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=p}return ne(n)}var lr=4096;function ne(t){var r=t.length;if(r<=lr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=lr));return e}function ie(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function ae(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function oe(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=fe[t[a]];return i}function se(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function d(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=e,a=1,o=this[r+--i];i>0&&(a*=256);)o+=this[r+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||d(r,4,this.length),C.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||d(r,4,this.length),C.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||d(r,8,this.length),C.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||d(r,8,this.length),C.read(this,r,!1,52,8)};function T(t,r,e,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=1,p=0;for(this[e]=r&255;++p<n&&(o*=256);)this[e+p]=r/o&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=n-1,p=1;for(this[e+o]=r&255;--o>=0&&(p*=256);)this[e+o]=r/p&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=0,p=1,u=0;for(this[e]=r&255;++o<n&&(p*=256);)r<0&&u===0&&this[e+o-1]!==0&&(u=1),this[e+o]=(r/p>>0)-u&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=n-1,p=1,u=0;for(this[e+o]=r&255;--o>=0&&(p*=256);)r<0&&u===0&&this[e+o+1]!==0&&(u=1),this[e+o]=(r/p>>0)-u&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function mr(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function xr(t,r,e,n,i){return r=+r,e=e>>>0,i||mr(t,r,e,4,34028234663852886e22,-34028234663852886e22),C.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return xr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return xr(this,r,e,!1,n)};function Tr(t,r,e,n,i){return r=+r,e=e>>>0,i||mr(t,r,e,8,17976931348623157e292,-17976931348623157e292),C.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return Tr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return Tr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),a};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var p=s.isBuffer(r)?r:s.from(r,i),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=p[o%u]}return this};var pe=/[^+/0-9A-Za-z-_]/g;function ue(t){if(t=t.split("=")[0],t=t.trim().replace(pe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,n=t.length,i=null,a=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function ce(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function le(t,r){for(var e,n,i,a=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function wr(t){return X.toByteArray(ue(t))}function H(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function k(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var fe=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var br=P((Fe,Ir)=>{l();var h=Ir.exports={},I,b;function rr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=rr}catch(t){I=rr}try{typeof clearTimeout=="function"?b=clearTimeout:b=er}catch(t){b=er}})();function Fr(t){if(I===setTimeout)return setTimeout(t,0);if((I===rr||!I)&&setTimeout)return I=setTimeout,setTimeout(t,0);try{return I(t,0)}catch(r){try{return I.call(null,t,0)}catch(e){return I.call(this,t,0)}}}function ge(t){if(b===clearTimeout)return clearTimeout(t);if((b===er||!b)&&clearTimeout)return b=clearTimeout,clearTimeout(t);try{return b(t)}catch(r){try{return b.call(null,t)}catch(e){return b.call(this,t)}}}var R=[],N=!1,U,q=-1;function he(){!N||!U||(N=!1,U.length?R=U.concat(R):q=-1,R.length&&Sr())}function Sr(){if(!N){var t=Fr(he);N=!0;for(var r=R.length;r;){for(U=R,R=[];++q<r;)U&&U[q].run();q=-1,r=R.length}U=null,N=!1,ge(t)}}h.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];R.push(new kr(t,r)),R.length===1&&!N&&Fr(Sr)};function kr(t,r){this.fun=t,this.array=r}kr.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function A(){}h.on=A;h.addListener=A;h.once=A;h.off=A;h.removeListener=A;h.removeAllListeners=A;h.emit=A;h.prependListener=A;h.prependOnceListener=A;h.listeners=function(t){return[]};h.binding=function(t){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(t){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var y,m,Se,l=Cr(()=>{y=Y(vr()),m=Y(br()),Se=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var me={};Dr(me,{modalsSliceSelector:()=>nr,notificationModalSelector:()=>ye,txSubmittedModalSelector:()=>de});module.exports=Nr(me);l();l();var Br=Y(require("lodash.isequal")),W=require("reselect");l();l();l();l();l();l();l();l();l();l();l();var tr=(0,W.createSelectorCreator)(W.defaultMemoize,Br.default);var nr=t=>t.modals,de=tr(nr,t=>t.txSubmittedModal),ye=tr(nr,t=>t.notificationModal);0&&(module.exports={modalsSliceSelector,notificationModalSelector,txSubmittedModalSelector});
1
+ "use strict";var Ar=Object.create;var M=Object.defineProperty;var _r=Object.getOwnPropertyDescriptor;var Lr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Er=Object.prototype.hasOwnProperty;var Cr=(t,r)=>()=>(t&&(r=t(t=0)),r);var P=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Dr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},ir=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Lr(r))!Er.call(t,i)&&i!==e&&M(t,i,{get:()=>r[i],enumerable:!(n=_r(r,i))||n.enumerable});return t};var Y=(t,r,e)=>(e=t!=null?Ar(Ur(t)):{},ir(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Nr=t=>ir(M({},"__esModule",{value:!0}),t);var sr=P(G=>{"use strict";l();G.byteLength=Pr;G.toByteArray=Or;G.fromByteArray=Wr;var k=[],v=[],Mr=typeof Uint8Array!="undefined"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(_=0,ar=z.length;_<ar;++_)k[_]=z[_],v[z.charCodeAt(_)]=_;var _,ar;v["-".charCodeAt(0)]=62;v["_".charCodeAt(0)]=63;function or(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Pr(t){var r=or(t),e=r[0],n=r[1];return(e+n)*3/4-n}function Gr(t,r,e){return(r+e)*3/4-e}function Or(t){var r,e=or(t),n=e[0],i=e[1],a=new Mr(Gr(t,n,i)),o=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)r=v[t.charCodeAt(u)]<<18|v[t.charCodeAt(u+1)]<<12|v[t.charCodeAt(u+2)]<<6|v[t.charCodeAt(u+3)],a[o++]=r>>16&255,a[o++]=r>>8&255,a[o++]=r&255;return i===2&&(r=v[t.charCodeAt(u)]<<2|v[t.charCodeAt(u+1)]>>4,a[o++]=r&255),i===1&&(r=v[t.charCodeAt(u)]<<10|v[t.charCodeAt(u+1)]<<4|v[t.charCodeAt(u+2)]>>2,a[o++]=r>>8&255,a[o++]=r&255),a}function Hr(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function qr(t,r,e){for(var n,i=[],a=r;a<e;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(Hr(n));return i.join("")}function Wr(t){for(var r,e=t.length,n=e%3,i=[],a=16383,o=0,p=e-n;o<p;o+=a)i.push(qr(t,o,o+a>p?p:o+a));return n===1?(r=t[e-1],i.push(k[r>>2]+k[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(k[r>>10]+k[r>>4&63]+k[r<<2&63]+"=")),i.join("")}});var pr=P(Q=>{l();Q.read=function(t,r,e,n,i){var a,o,p=i*8-n-1,u=(1<<p)-1,f=u>>1,g=-7,c=e?i-1:0,F=e?-1:1,w=t[r+c];for(c+=F,a=w&(1<<-g)-1,w>>=-g,g+=p;g>0;a=a*256+t[r+c],c+=F,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[r+c],c+=F,g-=8);if(a===0)a=1-f;else{if(a===u)return o?NaN:(w?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(w?-1:1)*o*Math.pow(2,a-n)};Q.write=function(t,r,e,n,i,a){var o,p,u,f=a*8-i-1,g=(1<<f)-1,c=g>>1,F=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:a-1,E=n?1:-1,Rr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,o=g):(o=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-o))<1&&(o--,u*=2),o+c>=1?r+=F/u:r+=F*Math.pow(2,1-c),r*u>=2&&(o++,u/=2),o+c>=g?(p=0,o=g):o+c>=1?(p=(r*u-1)*Math.pow(2,i),o=o+c):(p=r*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;t[e+w]=p&255,w+=E,p/=256,i-=8);for(o=o<<i|p,f+=i;f>0;t[e+w]=o&255,w+=E,o/=256,f-=8);t[e+w-E]|=Rr*128}});var vr=P(D=>{"use strict";l();var X=sr(),C=pr(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=jr;D.INSPECT_MAX_BYTES=50;var O=2147483647;D.kMaxLength=O;s.TYPED_ARRAY_SUPPORT=Yr();!s.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 Yr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function B(t){if(t>O)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return V(t)}return fr(t,r,e)}s.poolSize=8192;function fr(t,r,e){if(typeof t=="string")return Qr(t,r);if(ArrayBuffer.isView(t))return Xr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(S(t,ArrayBuffer)||t&&S(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(S(t,SharedArrayBuffer)||t&&S(t.buffer,SharedArrayBuffer)))return j(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=Jr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,r,e){return fr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function gr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function zr(t,r,e){return gr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return zr(t,r,e)};function V(t){return gr(t),B(t<0?0:Z(t)|0)}s.allocUnsafe=function(t){return V(t)};s.allocUnsafeSlow=function(t){return V(t)};function Qr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function J(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Xr(t){if(S(t,Uint8Array)){var r=new Uint8Array(t);return j(r.buffer,r.byteOffset,r.byteLength)}return J(t)}function j(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function Jr(t){if(s.isBuffer(t)){var r=Z(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?B(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function Z(t){if(t>=O)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+O.toString(16)+" bytes");return t|0}function jr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(S(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),S(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,a=0,o=Math.min(n,i);a<o;++a)if(r[a]!==e[a]){n=r[a],i=e[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(r){switch(String(r).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}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),a=0;for(n=0;n<r.length;++n){var o=r[n];if(S(o,Uint8Array))a+o.length>i.length?s.from(o).copy(i,a):Uint8Array.prototype.set.call(i,o,a);else if(s.isBuffer(o))o.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=o.length}return i};function hr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||S(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return wr(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=hr;function Kr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return oe(this,r,e);case"utf8":case"utf-8":return yr(this,r,e);case"ascii":return ie(this,r,e);case"latin1":case"binary":return ae(this,r,e);case"base64":return te(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return se(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function L(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)L(this,e,e+1);return this};s.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)L(this,e,e+3),L(this,e+1,e+2);return this};s.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)L(this,e,e+7),L(this,e+1,e+6),L(this,e+2,e+5),L(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?yr(this,0,r):Kr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=D.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ur&&(s.prototype[ur]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,a){if(S(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),e<0||n>r.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&e>=n)return 0;if(i>=a)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,a>>>=0,this===r)return 0;for(var o=a-i,p=n-e,u=Math.min(o,p),f=this.slice(i,a),g=r.slice(e,n),c=0;c<u;++c)if(f[c]!==g[c]){o=f[c],p=g[c];break}return o<p?-1:p<o?1:0};function dr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:cr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):cr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function cr(t,r,e,n,i){var a=1,o=t.length,p=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;a=2,o/=2,p/=2,e/=2}function u(w,E){return a===1?w[E]:w.readUInt16BE(E*a)}var f;if(i){var g=-1;for(f=e;f<o;f++)if(u(t,f)===u(r,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===p)return g*a}else g!==-1&&(f-=f-g),g=-1}else for(e+p>o&&(e=o-p),f=e;f>=0;f--){for(var c=!0,F=0;F<p;F++)if(u(t,f+F)!==u(r,F)){c=!1;break}if(c)return f}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return dr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return dr(this,r,e,n,!1)};function Vr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var a=r.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var p=parseInt(r.substr(o*2,2),16);if($(p))return o;t[e+o]=p}return o}function Zr(t,r,e,n){return H(K(r,t.length-e),t,e,n)}function $r(t,r,e,n){return H(ce(r),t,e,n)}function re(t,r,e,n){return H(wr(r),t,e,n)}function ee(t,r,e,n){return H(le(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-e;if((n===void 0||n>a)&&(n=a),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return Vr(this,r,e,n);case"utf8":case"utf-8":return Zr(this,r,e,n);case"ascii":case"latin1":case"binary":return $r(this,r,e,n);case"base64":return re(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ee(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function te(t,r,e){return r===0&&e===t.length?X.fromByteArray(t):X.fromByteArray(t.slice(r,e))}function yr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,p=a>239?4:a>223?3:a>191?2:1;if(i+p<=e){var u,f,g,c;switch(p){case 1:a<128&&(o=a);break;case 2:u=t[i+1],(u&192)===128&&(c=(a&31)<<6|u&63,c>127&&(o=c));break;case 3:u=t[i+1],f=t[i+2],(u&192)===128&&(f&192)===128&&(c=(a&15)<<12|(u&63)<<6|f&63,c>2047&&(c<55296||c>57343)&&(o=c));break;case 4:u=t[i+1],f=t[i+2],g=t[i+3],(u&192)===128&&(f&192)===128&&(g&192)===128&&(c=(a&15)<<18|(u&63)<<12|(f&63)<<6|g&63,c>65535&&c<1114112&&(o=c))}}o===null?(o=65533,p=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=p}return ne(n)}var lr=4096;function ne(t){var r=t.length;if(r<=lr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=lr));return e}function ie(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function ae(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function oe(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",a=r;a<e;++a)i+=fe[t[a]];return i}function se(t,r,e){for(var n=t.slice(r,e),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function d(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r+--e],a=1;e>0&&(a*=256);)i+=this[r+--e]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],a=1,o=0;++o<e&&(a*=256);)i+=this[r+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=e,a=1,o=this[r+--i];i>0&&(a*=256);)o+=this[r+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||d(r,4,this.length),C.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||d(r,4,this.length),C.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||d(r,8,this.length),C.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||d(r,8,this.length),C.read(this,r,!1,52,8)};function T(t,r,e,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<a)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=1,p=0;for(this[e]=r&255;++p<n&&(o*=256);)this[e+p]=r/o&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;T(this,r,e,n,a,0)}var o=n-1,p=1;for(this[e+o]=r&255;--o>=0&&(p*=256);)this[e+o]=r/p&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=0,p=1,u=0;for(this[e]=r&255;++o<n&&(p*=256);)r<0&&u===0&&this[e+o-1]!==0&&(u=1),this[e+o]=(r/p>>0)-u&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var a=Math.pow(2,8*n-1);T(this,r,e,n,a-1,-a)}var o=n-1,p=1,u=0;for(this[e+o]=r&255;--o>=0&&(p*=256);)r<0&&u===0&&this[e+o+1]!==0&&(u=1),this[e+o]=(r/p>>0)-u&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||T(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function xr(t,r,e,n,i,a){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function mr(t,r,e,n,i){return r=+r,e=e>>>0,i||xr(t,r,e,4,34028234663852886e22,-34028234663852886e22),C.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return mr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return mr(this,r,e,!1,n)};function Tr(t,r,e,n,i){return r=+r,e=e>>>0,i||xr(t,r,e,8,17976931348623157e292,-17976931348623157e292),C.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return Tr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return Tr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var a=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),a};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var a=r.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(r=a)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var p=s.isBuffer(r)?r:s.from(r,i),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=p[o%u]}return this};var pe=/[^+/0-9A-Za-z-_]/g;function ue(t){if(t=t.split("=")[0],t=t.trim().replace(pe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,n=t.length,i=null,a=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&a.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&a.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&a.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;a.push(e)}else if(e<2048){if((r-=2)<0)break;a.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;a.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return a}function ce(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function le(t,r){for(var e,n,i,a=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,i=e%256,a.push(i),a.push(n);return a}function wr(t){return X.toByteArray(ue(t))}function H(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function S(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var fe=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var br=P((Fe,Ir)=>{l();var h=Ir.exports={},I,b;function rr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?I=setTimeout:I=rr}catch(t){I=rr}try{typeof clearTimeout=="function"?b=clearTimeout:b=er}catch(t){b=er}})();function Fr(t){if(I===setTimeout)return setTimeout(t,0);if((I===rr||!I)&&setTimeout)return I=setTimeout,setTimeout(t,0);try{return I(t,0)}catch(r){try{return I.call(null,t,0)}catch(e){return I.call(this,t,0)}}}function ge(t){if(b===clearTimeout)return clearTimeout(t);if((b===er||!b)&&clearTimeout)return b=clearTimeout,clearTimeout(t);try{return b(t)}catch(r){try{return b.call(null,t)}catch(e){return b.call(this,t)}}}var R=[],N=!1,U,q=-1;function he(){!N||!U||(N=!1,U.length?R=U.concat(R):q=-1,R.length&&kr())}function kr(){if(!N){var t=Fr(he);N=!0;for(var r=R.length;r;){for(U=R,R=[];++q<r;)U&&U[q].run();q=-1,r=R.length}U=null,N=!1,ge(t)}}h.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];R.push(new Sr(t,r)),R.length===1&&!N&&Fr(kr)};function Sr(t,r){this.fun=t,this.array=r}Sr.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function A(){}h.on=A;h.addListener=A;h.once=A;h.off=A;h.removeListener=A;h.removeAllListeners=A;h.emit=A;h.prependListener=A;h.prependOnceListener=A;h.listeners=function(t){return[]};h.binding=function(t){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(t){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var y,x,ke,l=Cr(()=>{y=Y(vr()),x=Y(br()),ke=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var xe={};Dr(xe,{modalsSliceSelector:()=>nr,notificationModalSelector:()=>ye,txSubmittedModalSelector:()=>de});module.exports=Nr(xe);l();l();var Br=Y(require("lodash.isequal")),W=require("reselect");l();l();l();l();l();l();l();l();l();l();l();var tr=(0,W.createSelectorCreator)(W.defaultMemoize,Br.default);var nr=t=>t.modals,de=tr(nr,t=>t.txSubmittedModal),ye=tr(nr,t=>t.notificationModal);0&&(module.exports={modalsSliceSelector,notificationModalSelector,txSubmittedModalSelector});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *
@@ -1,4 +1,4 @@
1
- "use strict";var ze=Object.create;var O=Object.defineProperty;var He=Object.getOwnPropertyDescriptor;var qe=Object.getOwnPropertyNames;var Ve=Object.getPrototypeOf,We=Object.prototype.hasOwnProperty;var je=(t,e)=>()=>(t&&(e=t(t=0)),e);var P=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Xe=(t,e)=>{for(var r in e)O(t,r,{get:e[r],enumerable:!0})},ae=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of qe(e))!We.call(t,i)&&i!==r&&O(t,i,{get:()=>e[i],enumerable:!(n=He(e,i))||n.enumerable});return t};var oe=(t,e,r)=>(r=t!=null?ze(Ve(t)):{},ae(e||!t||!t.__esModule?O(r,"default",{value:t,enumerable:!0}):r,t)),Ye=t=>ae(O({},"__esModule",{value:!0}),t);var ce=P(G=>{"use strict";l();G.byteLength=Qe;G.toByteArray=Ze;G.fromByteArray=rr;var _=[],b=[],Ke=typeof Uint8Array!="undefined"?Uint8Array:Array,V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(N=0,se=V.length;N<se;++N)_[N]=V[N],b[V.charCodeAt(N)]=N;var N,se;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function le(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function Qe(t){var e=le(t),r=e[0],n=e[1];return(r+n)*3/4-n}function Je(t,e,r){return(e+r)*3/4-r}function Ze(t){var e,r=le(t),n=r[0],i=r[1],a=new Ke(Je(t,n,i)),o=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=b[t.charCodeAt(p)]<<18|b[t.charCodeAt(p+1)]<<12|b[t.charCodeAt(p+2)]<<6|b[t.charCodeAt(p+3)],a[o++]=e>>16&255,a[o++]=e>>8&255,a[o++]=e&255;return i===2&&(e=b[t.charCodeAt(p)]<<2|b[t.charCodeAt(p+1)]>>4,a[o++]=e&255),i===1&&(e=b[t.charCodeAt(p)]<<10|b[t.charCodeAt(p+1)]<<4|b[t.charCodeAt(p+2)]>>2,a[o++]=e>>8&255,a[o++]=e&255),a}function $e(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function er(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push($e(n));return i.join("")}function rr(t){for(var e,r=t.length,n=r%3,i=[],a=16383,o=0,c=r-n;o<c;o+=a)i.push(er(t,o,o+a>c?c:o+a));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var pe=P(W=>{l();W.read=function(t,e,r,n,i){var a,o,c=i*8-n-1,p=(1<<c)-1,d=p>>1,g=-7,u=r?i-1:0,v=r?-1:1,T=t[e+u];for(u+=v,a=T&(1<<-g)-1,T>>=-g,g+=c;g>0;a=a*256+t[e+u],u+=v,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[e+u],u+=v,g-=8);if(a===0)a=1-d;else{if(a===p)return o?NaN:(T?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-d}return(T?-1:1)*o*Math.pow(2,a-n)};W.write=function(t,e,r,n,i,a){var o,c,p,d=a*8-i-1,g=(1<<d)-1,u=g>>1,v=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:a-1,C=n?1:-1,Ge=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,o=g):(o=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+u>=1?e+=v/p:e+=v*Math.pow(2,1-u),e*p>=2&&(o++,p/=2),o+u>=g?(c=0,o=g):o+u>=1?(c=(e*p-1)*Math.pow(2,i),o=o+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),o=0));i>=8;t[r+T]=c&255,T+=C,c/=256,i-=8);for(o=o<<i|c,d+=i;d>0;t[r+T]=o&255,T+=C,o/=256,d-=8);t[r+T-C]|=Ge*128}});var _e=P(B=>{"use strict";l();var j=ce(),U=pe(),ue=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;B.Buffer=s;B.SlowBuffer=sr;B.INSPECT_MAX_BYTES=50;var z=2147483647;B.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=tr();!s.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 tr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function R(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Q(t)}return fe(t,e,r)}s.poolSize=8192;function fe(t,e,r){if(typeof t=="string")return ir(t,e);if(ArrayBuffer.isView(t))return ar(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(I(t,ArrayBuffer)||t&&I(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(I(t,SharedArrayBuffer)||t&&I(t.buffer,SharedArrayBuffer)))return Y(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=or(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return fe(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function me(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function nr(t,e,r){return me(t),t<=0?R(t):e!==void 0?typeof r=="string"?R(t).fill(e,r):R(t).fill(e):R(t)}s.alloc=function(t,e,r){return nr(t,e,r)};function Q(t){return me(t),R(t<0?0:J(t)|0)}s.allocUnsafe=function(t){return Q(t)};s.allocUnsafeSlow=function(t){return Q(t)};function ir(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=he(t,e)|0,n=R(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function X(t){for(var e=t.length<0?0:J(t.length)|0,r=R(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function ar(t){if(I(t,Uint8Array)){var e=new Uint8Array(t);return Y(e.buffer,e.byteOffset,e.byteLength)}return X(t)}function Y(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function or(t){if(s.isBuffer(t)){var e=J(t.length)|0,r=R(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Z(t.length)?R(0):X(t);if(t.type==="Buffer"&&Array.isArray(t.data))return X(t.data)}function J(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function sr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(I(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),I(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,a=0,o=Math.min(n,i);a<o;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).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}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){var o=e[n];if(I(o,Uint8Array))a+o.length>i.length?s.from(o).copy(i,a):Uint8Array.prototype.set.call(i,o,a);else if(s.isBuffer(o))o.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=o.length}return i};function he(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||I(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return ve(t).length;default:if(i)return n?-1:K(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=he;function lr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return xr(this,e,r);case"utf8":case"utf-8":return xe(this,e,r);case"ascii":return hr(this,e,r);case"latin1":case"binary":return yr(this,e,r);case"base64":return fr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function F(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)F(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)F(this,r,r+3),F(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)F(this,r,r+7),F(this,r+1,r+6),F(this,r+2,r+5),F(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):lr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=B.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ue&&(s.prototype[ue]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,a){if(I(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var o=a-i,c=n-r,p=Math.min(o,c),d=this.slice(i,a),g=e.slice(r,n),u=0;u<p;++u)if(d[u]!==g[u]){o=d[u],c=g[u];break}return o<c?-1:c<o?1:0};function ye(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Z(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:de(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):de(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function de(t,e,r,n,i){var a=1,o=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,o/=2,c/=2,r/=2}function p(T,C){return a===1?T[C]:T.readUInt16BE(C*a)}var d;if(i){var g=-1;for(d=r;d<o;d++)if(p(t,d)===p(e,g===-1?0:d-g)){if(g===-1&&(g=d),d-g+1===c)return g*a}else g!==-1&&(d-=d-g),g=-1}else for(r+c>o&&(r=o-c),d=r;d>=0;d--){for(var u=!0,v=0;v<c;v++)if(p(t,d+v)!==p(e,v)){u=!1;break}if(u)return d}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return ye(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return ye(this,e,r,n,!1)};function cr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var c=parseInt(e.substr(o*2,2),16);if(Z(c))return o;t[r+o]=c}return o}function pr(t,e,r,n){return H(K(e,t.length-r),t,r,n)}function ur(t,e,r,n){return H(vr(e),t,r,n)}function dr(t,e,r,n){return H(ve(e),t,r,n)}function gr(t,e,r,n){return H(_r(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return cr(this,e,r,n);case"utf8":case"utf-8":return pr(this,e,r,n);case"ascii":case"latin1":case"binary":return ur(this,e,r,n);case"base64":return dr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gr(this,e,r,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fr(t,e,r){return e===0&&r===t.length?j.fromByteArray(t):j.fromByteArray(t.slice(e,r))}function xe(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var a=t[i],o=null,c=a>239?4:a>223?3:a>191?2:1;if(i+c<=r){var p,d,g,u;switch(c){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(u=(a&31)<<6|p&63,u>127&&(o=u));break;case 3:p=t[i+1],d=t[i+2],(p&192)===128&&(d&192)===128&&(u=(a&15)<<12|(p&63)<<6|d&63,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:p=t[i+1],d=t[i+2],g=t[i+3],(p&192)===128&&(d&192)===128&&(g&192)===128&&(u=(a&15)<<18|(p&63)<<12|(d&63)<<6|g&63,u>65535&&u<1114112&&(o=u))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=c}return mr(n)}var ge=4096;function mr(t){var e=t.length;if(e<=ge)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ge));return r}function hr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function yr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function xr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",a=e;a<r;++a)i+=Ir[t[a]];return i}function wr(t,e,r){for(var n=t.slice(e,r),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],a=1;r>0&&(a*=256);)i+=this[e+--r]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,a=1,o=this[e+--i];i>0&&(a*=256);)o+=this[e+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*r)),o};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(t,e,r,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;w(this,e,r,n,a,0)}var o=1,c=0;for(this[r]=e&255;++c<n&&(o*=256);)this[r+c]=e/o&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;w(this,e,r,n,a,0)}var o=n-1,c=1;for(this[r+o]=e&255;--o>=0&&(c*=256);)this[r+o]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);w(this,e,r,n,a-1,-a)}var o=0,c=1,p=0;for(this[r]=e&255;++o<n&&(c*=256);)e<0&&p===0&&this[r+o-1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);w(this,e,r,n,a-1,-a)}var o=n-1,c=1,p=0;for(this[r+o]=e&255;--o>=0&&(c*=256);)e<0&&p===0&&this[r+o+1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function we(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Te(t,e,r,n,i){return e=+e,r=r>>>0,i||we(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Te(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Te(this,e,r,!1,n)};function be(t,e,r,n,i){return e=+e,r=r>>>0,i||we(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return be(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return be(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var o;if(typeof e=="number")for(o=r;o<n;++o)this[o]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-r;++o)this[o+r]=c[o%p]}return this};var Tr=/[^+/0-9A-Za-z-_]/g;function br(t){if(t=t.split("=")[0],t=t.trim().replace(Tr,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,e){e=e||1/0;for(var r,n=t.length,i=null,a=[],o=0;o<n;++o){if(r=t.charCodeAt(o),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function vr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function _r(t,e){for(var r,n,i,a=[],o=0;o<t.length&&!((e-=2)<0);++o)r=t.charCodeAt(o),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function ve(t){return j.toByteArray(br(t))}function H(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function I(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Z(t){return t!==t}var Ir=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Re=P((Br,Ae)=>{l();var y=Ae.exports={},k,E;function $(){throw new Error("setTimeout has not been defined")}function ee(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?k=setTimeout:k=$}catch(t){k=$}try{typeof clearTimeout=="function"?E=clearTimeout:E=ee}catch(t){E=ee}})();function Ie(t){if(k===setTimeout)return setTimeout(t,0);if((k===$||!k)&&setTimeout)return k=setTimeout,setTimeout(t,0);try{return k(t,0)}catch(e){try{return k.call(null,t,0)}catch(r){return k.call(this,t,0)}}}function kr(t){if(E===clearTimeout)return clearTimeout(t);if((E===ee||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(t);try{return E(t)}catch(e){try{return E.call(null,t)}catch(r){return E.call(this,t)}}}var S=[],M=!1,D,q=-1;function Er(){!M||!D||(M=!1,D.length?S=D.concat(S):q=-1,S.length&&ke())}function ke(){if(!M){var t=Ie(Er);M=!0;for(var e=S.length;e;){for(D=S,S=[];++q<e;)D&&D[q].run();q=-1,e=S.length}D=null,M=!1,kr(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];S.push(new Ee(t,e)),S.length===1&&!M&&Ie(ke)};function Ee(t,e){this.fun=t,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function L(){}y.on=L;y.addListener=L;y.once=L;y.off=L;y.removeListener=L;y.removeAllListeners=L;y.emit=L;y.prependListener=L;y.prependOnceListener=L;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var f,m,Mr,l=je(()=>{f=oe(_e()),m=oe(Re()),Mr=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Nr={};Xe(Nr,{clearTransactionsInfo:()=>Ar,clearTransactionsInfoForSessionId:()=>Sr,default:()=>Lr,defaultTransactionErrorMessage:()=>Be,defaultTransactionProcessingMessage:()=>Oe,defaultTransactionSubmittedMessage:()=>Pe,defaultTransactionSuccessMessage:()=>Me,setTransactionsDisplayInfo:()=>Rr,signTransactionsSlice:()=>ie});module.exports=Ye(Nr);l();var Ue=require("@reduxjs/toolkit");l();var te=require("@reduxjs/toolkit");l();l();l();l();l();l();l();l();l();l();l();l();l();l();var re={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:Se,egldLabel:nt}=re["devnet"],{chainId:Le,egldLabel:it}=re["testnet"],{chainId:Ne,egldLabel:at}=re["mainnet"];var ot={["devnet"]:Se,["testnet"]:Le,["mainnet"]:Ne},st={[Se]:"devnet",[Le]:"testnet",[Ne]:"mainnet"};l();l();l();l();var A=require("@multiversx/sdk-web-wallet-provider");l();l();var Fe="logout",De="login";var Ce=(0,te.createAction)(Fe),kt=(0,te.createAction)(De,t=>({payload:t}));var Be="Transaction failed",Me="Transaction successful",Oe="Processing transaction",Pe="Transaction submitted",ne={},ie=(0,Ue.createSlice)({name:"transactionsInfo",initialState:ne,reducers:{setTransactionsDisplayInfo(t,e){let{sessionId:r,transactionsDisplayInfo:n}=e.payload;r!=null&&(t[r]={errorMessage:(n==null?void 0:n.errorMessage)||Be,successMessage:(n==null?void 0:n.successMessage)||Me,processingMessage:(n==null?void 0:n.processingMessage)||Oe,submittedMessage:(n==null?void 0:n.submittedMessage)||Pe,transactionDuration:n==null?void 0:n.transactionDuration})},clearTransactionsInfoForSessionId(t,e){e.payload!=null&&delete t[e.payload]},clearTransactionsInfo:()=>ne},extraReducers:t=>{t.addCase(Ce,()=>ne)}}),{clearTransactionsInfo:Ar,setTransactionsDisplayInfo:Rr,clearTransactionsInfoForSessionId:Sr}=ie.actions,Lr=ie.reducer;0&&(module.exports={clearTransactionsInfo,clearTransactionsInfoForSessionId,defaultTransactionErrorMessage,defaultTransactionProcessingMessage,defaultTransactionSubmittedMessage,defaultTransactionSuccessMessage,setTransactionsDisplayInfo,signTransactionsSlice});
1
+ "use strict";var ze=Object.create;var O=Object.defineProperty;var He=Object.getOwnPropertyDescriptor;var qe=Object.getOwnPropertyNames;var Ve=Object.getPrototypeOf,We=Object.prototype.hasOwnProperty;var je=(t,e)=>()=>(t&&(e=t(t=0)),e);var P=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Xe=(t,e)=>{for(var r in e)O(t,r,{get:e[r],enumerable:!0})},ae=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of qe(e))!We.call(t,i)&&i!==r&&O(t,i,{get:()=>e[i],enumerable:!(n=He(e,i))||n.enumerable});return t};var oe=(t,e,r)=>(r=t!=null?ze(Ve(t)):{},ae(e||!t||!t.__esModule?O(r,"default",{value:t,enumerable:!0}):r,t)),Ye=t=>ae(O({},"__esModule",{value:!0}),t);var ce=P(G=>{"use strict";l();G.byteLength=Qe;G.toByteArray=Ze;G.fromByteArray=rr;var I=[],b=[],Ke=typeof Uint8Array!="undefined"?Uint8Array:Array,V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(N=0,se=V.length;N<se;++N)I[N]=V[N],b[V.charCodeAt(N)]=N;var N,se;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function le(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function Qe(t){var e=le(t),r=e[0],n=e[1];return(r+n)*3/4-n}function Je(t,e,r){return(e+r)*3/4-r}function Ze(t){var e,r=le(t),n=r[0],i=r[1],a=new Ke(Je(t,n,i)),o=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=b[t.charCodeAt(p)]<<18|b[t.charCodeAt(p+1)]<<12|b[t.charCodeAt(p+2)]<<6|b[t.charCodeAt(p+3)],a[o++]=e>>16&255,a[o++]=e>>8&255,a[o++]=e&255;return i===2&&(e=b[t.charCodeAt(p)]<<2|b[t.charCodeAt(p+1)]>>4,a[o++]=e&255),i===1&&(e=b[t.charCodeAt(p)]<<10|b[t.charCodeAt(p+1)]<<4|b[t.charCodeAt(p+2)]>>2,a[o++]=e>>8&255,a[o++]=e&255),a}function $e(t){return I[t>>18&63]+I[t>>12&63]+I[t>>6&63]+I[t&63]}function er(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push($e(n));return i.join("")}function rr(t){for(var e,r=t.length,n=r%3,i=[],a=16383,o=0,c=r-n;o<c;o+=a)i.push(er(t,o,o+a>c?c:o+a));return n===1?(e=t[r-1],i.push(I[e>>2]+I[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(I[e>>10]+I[e>>4&63]+I[e<<2&63]+"=")),i.join("")}});var pe=P(W=>{l();W.read=function(t,e,r,n,i){var a,o,c=i*8-n-1,p=(1<<c)-1,d=p>>1,g=-7,u=r?i-1:0,v=r?-1:1,T=t[e+u];for(u+=v,a=T&(1<<-g)-1,T>>=-g,g+=c;g>0;a=a*256+t[e+u],u+=v,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[e+u],u+=v,g-=8);if(a===0)a=1-d;else{if(a===p)return o?NaN:(T?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-d}return(T?-1:1)*o*Math.pow(2,a-n)};W.write=function(t,e,r,n,i,a){var o,c,p,d=a*8-i-1,g=(1<<d)-1,u=g>>1,v=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:a-1,C=n?1:-1,Ge=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,o=g):(o=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+u>=1?e+=v/p:e+=v*Math.pow(2,1-u),e*p>=2&&(o++,p/=2),o+u>=g?(c=0,o=g):o+u>=1?(c=(e*p-1)*Math.pow(2,i),o=o+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),o=0));i>=8;t[r+T]=c&255,T+=C,c/=256,i-=8);for(o=o<<i|c,d+=i;d>0;t[r+T]=o&255,T+=C,o/=256,d-=8);t[r+T-C]|=Ge*128}});var Ie=P(B=>{"use strict";l();var j=ce(),U=pe(),ue=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;B.Buffer=s;B.SlowBuffer=sr;B.INSPECT_MAX_BYTES=50;var z=2147483647;B.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=tr();!s.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 tr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function R(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Q(t)}return fe(t,e,r)}s.poolSize=8192;function fe(t,e,r){if(typeof t=="string")return ir(t,e);if(ArrayBuffer.isView(t))return ar(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return Y(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=or(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return fe(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function me(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function nr(t,e,r){return me(t),t<=0?R(t):e!==void 0?typeof r=="string"?R(t).fill(e,r):R(t).fill(e):R(t)}s.alloc=function(t,e,r){return nr(t,e,r)};function Q(t){return me(t),R(t<0?0:J(t)|0)}s.allocUnsafe=function(t){return Q(t)};s.allocUnsafeSlow=function(t){return Q(t)};function ir(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=he(t,e)|0,n=R(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function X(t){for(var e=t.length<0?0:J(t.length)|0,r=R(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function ar(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return Y(e.buffer,e.byteOffset,e.byteLength)}return X(t)}function Y(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function or(t){if(s.isBuffer(t)){var e=J(t.length)|0,r=R(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Z(t.length)?R(0):X(t);if(t.type==="Buffer"&&Array.isArray(t.data))return X(t.data)}function J(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function sr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,a=0,o=Math.min(n,i);a<o;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).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}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){var o=e[n];if(_(o,Uint8Array))a+o.length>i.length?s.from(o).copy(i,a):Uint8Array.prototype.set.call(i,o,a);else if(s.isBuffer(o))o.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=o.length}return i};function he(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return ve(t).length;default:if(i)return n?-1:K(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=he;function lr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return xr(this,e,r);case"utf8":case"utf-8":return xe(this,e,r);case"ascii":return hr(this,e,r);case"latin1":case"binary":return yr(this,e,r);case"base64":return fr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function F(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)F(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)F(this,r,r+3),F(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)F(this,r,r+7),F(this,r+1,r+6),F(this,r+2,r+5),F(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?xe(this,0,e):lr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=B.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ue&&(s.prototype[ue]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,a){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var o=a-i,c=n-r,p=Math.min(o,c),d=this.slice(i,a),g=e.slice(r,n),u=0;u<p;++u)if(d[u]!==g[u]){o=d[u],c=g[u];break}return o<c?-1:c<o?1:0};function ye(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Z(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:de(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):de(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function de(t,e,r,n,i){var a=1,o=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,o/=2,c/=2,r/=2}function p(T,C){return a===1?T[C]:T.readUInt16BE(C*a)}var d;if(i){var g=-1;for(d=r;d<o;d++)if(p(t,d)===p(e,g===-1?0:d-g)){if(g===-1&&(g=d),d-g+1===c)return g*a}else g!==-1&&(d-=d-g),g=-1}else for(r+c>o&&(r=o-c),d=r;d>=0;d--){for(var u=!0,v=0;v<c;v++)if(p(t,d+v)!==p(e,v)){u=!1;break}if(u)return d}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return ye(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return ye(this,e,r,n,!1)};function cr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var c=parseInt(e.substr(o*2,2),16);if(Z(c))return o;t[r+o]=c}return o}function pr(t,e,r,n){return H(K(e,t.length-r),t,r,n)}function ur(t,e,r,n){return H(vr(e),t,r,n)}function dr(t,e,r,n){return H(ve(e),t,r,n)}function gr(t,e,r,n){return H(Ir(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return cr(this,e,r,n);case"utf8":case"utf-8":return pr(this,e,r,n);case"ascii":case"latin1":case"binary":return ur(this,e,r,n);case"base64":return dr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gr(this,e,r,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fr(t,e,r){return e===0&&r===t.length?j.fromByteArray(t):j.fromByteArray(t.slice(e,r))}function xe(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var a=t[i],o=null,c=a>239?4:a>223?3:a>191?2:1;if(i+c<=r){var p,d,g,u;switch(c){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(u=(a&31)<<6|p&63,u>127&&(o=u));break;case 3:p=t[i+1],d=t[i+2],(p&192)===128&&(d&192)===128&&(u=(a&15)<<12|(p&63)<<6|d&63,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:p=t[i+1],d=t[i+2],g=t[i+3],(p&192)===128&&(d&192)===128&&(g&192)===128&&(u=(a&15)<<18|(p&63)<<12|(d&63)<<6|g&63,u>65535&&u<1114112&&(o=u))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=c}return mr(n)}var ge=4096;function mr(t){var e=t.length;if(e<=ge)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ge));return r}function hr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function yr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function xr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",a=e;a<r;++a)i+=_r[t[a]];return i}function wr(t,e,r){for(var n=t.slice(e,r),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],a=1;r>0&&(a*=256);)i+=this[e+--r]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,a=1,o=this[e+--i];i>0&&(a*=256);)o+=this[e+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*r)),o};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(t,e,r,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;w(this,e,r,n,a,0)}var o=1,c=0;for(this[r]=e&255;++c<n&&(o*=256);)this[r+c]=e/o&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;w(this,e,r,n,a,0)}var o=n-1,c=1;for(this[r+o]=e&255;--o>=0&&(c*=256);)this[r+o]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);w(this,e,r,n,a-1,-a)}var o=0,c=1,p=0;for(this[r]=e&255;++o<n&&(c*=256);)e<0&&p===0&&this[r+o-1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);w(this,e,r,n,a-1,-a)}var o=n-1,c=1,p=0;for(this[r+o]=e&255;--o>=0&&(c*=256);)e<0&&p===0&&this[r+o+1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function we(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Te(t,e,r,n,i){return e=+e,r=r>>>0,i||we(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Te(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Te(this,e,r,!1,n)};function be(t,e,r,n,i){return e=+e,r=r>>>0,i||we(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return be(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return be(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var o;if(typeof e=="number")for(o=r;o<n;++o)this[o]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-r;++o)this[o+r]=c[o%p]}return this};var Tr=/[^+/0-9A-Za-z-_]/g;function br(t){if(t=t.split("=")[0],t=t.trim().replace(Tr,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,e){e=e||1/0;for(var r,n=t.length,i=null,a=[],o=0;o<n;++o){if(r=t.charCodeAt(o),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function vr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Ir(t,e){for(var r,n,i,a=[],o=0;o<t.length&&!((e-=2)<0);++o)r=t.charCodeAt(o),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function ve(t){return j.toByteArray(br(t))}function H(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Z(t){return t!==t}var _r=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Re=P((Br,Ae)=>{l();var y=Ae.exports={},k,E;function $(){throw new Error("setTimeout has not been defined")}function ee(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?k=setTimeout:k=$}catch(t){k=$}try{typeof clearTimeout=="function"?E=clearTimeout:E=ee}catch(t){E=ee}})();function _e(t){if(k===setTimeout)return setTimeout(t,0);if((k===$||!k)&&setTimeout)return k=setTimeout,setTimeout(t,0);try{return k(t,0)}catch(e){try{return k.call(null,t,0)}catch(r){return k.call(this,t,0)}}}function kr(t){if(E===clearTimeout)return clearTimeout(t);if((E===ee||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(t);try{return E(t)}catch(e){try{return E.call(null,t)}catch(r){return E.call(this,t)}}}var S=[],M=!1,D,q=-1;function Er(){!M||!D||(M=!1,D.length?S=D.concat(S):q=-1,S.length&&ke())}function ke(){if(!M){var t=_e(Er);M=!0;for(var e=S.length;e;){for(D=S,S=[];++q<e;)D&&D[q].run();q=-1,e=S.length}D=null,M=!1,kr(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];S.push(new Ee(t,e)),S.length===1&&!M&&_e(ke)};function Ee(t,e){this.fun=t,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function L(){}y.on=L;y.addListener=L;y.once=L;y.off=L;y.removeListener=L;y.removeAllListeners=L;y.emit=L;y.prependListener=L;y.prependOnceListener=L;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var f,m,Mr,l=je(()=>{f=oe(Ie()),m=oe(Re()),Mr=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Nr={};Xe(Nr,{clearTransactionsInfo:()=>Ar,clearTransactionsInfoForSessionId:()=>Sr,default:()=>Lr,defaultTransactionErrorMessage:()=>Be,defaultTransactionProcessingMessage:()=>Oe,defaultTransactionSubmittedMessage:()=>Pe,defaultTransactionSuccessMessage:()=>Me,setTransactionsDisplayInfo:()=>Rr,signTransactionsSlice:()=>ie});module.exports=Ye(Nr);l();var Ue=require("@reduxjs/toolkit");l();var te=require("@reduxjs/toolkit");l();l();l();l();l();l();l();l();l();l();l();l();l();l();var re={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:Se,egldLabel:nt}=re["devnet"],{chainId:Le,egldLabel:it}=re["testnet"],{chainId:Ne,egldLabel:at}=re["mainnet"];var ot={["devnet"]:Se,["testnet"]:Le,["mainnet"]:Ne},st={[Se]:"devnet",[Le]:"testnet",[Ne]:"mainnet"};l();l();l();l();var A=require("@multiversx/sdk-web-wallet-provider");l();l();var Fe="logout",De="login";var Ce=(0,te.createAction)(Fe),kt=(0,te.createAction)(De,t=>({payload:t}));var Be="Transaction failed",Me="Transaction successful",Oe="Processing transaction",Pe="Transaction submitted",ne={},ie=(0,Ue.createSlice)({name:"transactionsInfo",initialState:ne,reducers:{setTransactionsDisplayInfo(t,e){let{sessionId:r,transactionsDisplayInfo:n}=e.payload;r!=null&&(t[r]={errorMessage:(n==null?void 0:n.errorMessage)||Be,successMessage:(n==null?void 0:n.successMessage)||Me,processingMessage:(n==null?void 0:n.processingMessage)||Oe,submittedMessage:(n==null?void 0:n.submittedMessage)||Pe,transactionDuration:n==null?void 0:n.transactionDuration})},clearTransactionsInfoForSessionId(t,e){e.payload!=null&&delete t[e.payload]},clearTransactionsInfo:()=>ne},extraReducers:t=>{t.addCase(Ce,()=>ne)}}),{clearTransactionsInfo:Ar,setTransactionsDisplayInfo:Rr,clearTransactionsInfoForSessionId:Sr}=ie.actions,Lr=ie.reducer;0&&(module.exports={clearTransactionsInfo,clearTransactionsInfoForSessionId,defaultTransactionErrorMessage,defaultTransactionProcessingMessage,defaultTransactionSubmittedMessage,defaultTransactionSuccessMessage,setTransactionsDisplayInfo,signTransactionsSlice});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *