@multiversx/sdk-dapp 4.2.3 → 4.2.4

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 (1135) hide show
  1. package/UI/DappModal/components/DappModal.js +1 -1
  2. package/UI/DappModal/components/index.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/Pagination/Pagination.js +1 -1
  14. package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
  15. package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
  16. package/UI/Pagination/helpers/getPagination/index.js +1 -1
  17. package/UI/Pagination/helpers/index.js +1 -1
  18. package/UI/Pagination/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  61. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  62. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  63. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  64. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  65. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  66. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  67. package/UI/SignTransactionsModals/components/index.js +1 -1
  68. package/UI/SignTransactionsModals/index.js +1 -1
  69. package/UI/TokenDetails/index.js +1 -1
  70. package/UI/TransactionData/TransactionData.js +1 -1
  71. package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +1 -1
  72. package/UI/TransactionData/components/TransactionDataDecode/index.js +1 -1
  73. package/UI/TransactionData/components/index.js +1 -1
  74. package/UI/TransactionData/index.js +1 -1
  75. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  76. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  77. package/UI/TransactionDetails/components/index.js +1 -1
  78. package/UI/TransactionDetails/index.js +1 -1
  79. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  80. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  81. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  82. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  83. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  84. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  85. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  86. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  87. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  88. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  89. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  90. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  91. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  92. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  93. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  94. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  95. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  96. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  97. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  98. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  99. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  100. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  101. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  102. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  103. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  104. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  105. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  106. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  107. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  108. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  109. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  110. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  111. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  112. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  121. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  122. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  123. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  124. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  125. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  126. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  127. package/UI/TransactionInfo/components/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  151. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  152. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  153. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  154. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  155. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  156. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  157. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  158. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  159. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  160. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  161. package/UI/TransactionInfo/index.js +1 -1
  162. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  163. package/UI/TransactionsTable/components/AccountName.js +1 -1
  164. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  165. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  166. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  167. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  168. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  169. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  170. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  171. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  172. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  173. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  174. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  175. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  176. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  177. package/UI/TransactionsTable/components/index.js +1 -1
  178. package/UI/TransactionsTable/index.js +1 -1
  179. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  184. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  185. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  186. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  187. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  188. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  189. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  190. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  191. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  192. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  193. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  194. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  195. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  196. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  197. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  198. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  199. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  200. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  201. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  202. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  203. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  204. package/UI/TransactionsToastList/components/index.js +1 -1
  205. package/UI/TransactionsToastList/index.js +1 -1
  206. package/UI/Trim/Trim.js +1 -1
  207. package/UI/Trim/index.js +1 -1
  208. package/UI/UsdValue/UsdValue.js +1 -1
  209. package/UI/UsdValue/index.js +1 -1
  210. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  211. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  212. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  213. package/UI/iframe/IframeLoginButton/index.js +1 -1
  214. package/UI/index.js +1 -1
  215. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  216. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  227. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  228. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  229. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  230. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  231. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  232. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  233. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  234. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  235. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  236. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  237. package/UI/ledger/index.js +1 -1
  238. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  239. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  240. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  241. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  242. package/UI/pages/UnlockPage/index.js +1 -1
  243. package/UI/pages/index.js +1 -1
  244. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  245. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  246. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  247. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  248. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  249. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  250. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  251. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  252. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  253. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  254. package/UI/walletConnect/index.js +1 -1
  255. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  256. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  257. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  258. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  259. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  260. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  261. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  262. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  263. package/__chunks__/{chunk-D3ZSPYMX.js → chunk-23TXHNSY.js} +2 -2
  264. package/__chunks__/{chunk-ZLYXKNJ7.js → chunk-27GRBJQY.js} +2 -2
  265. package/__chunks__/{chunk-BZ2JRNMB.js → chunk-2AKCUOGL.js} +2 -2
  266. package/__chunks__/{chunk-MINDLNCW.js → chunk-2BHVLCHV.js} +2 -2
  267. package/__chunks__/{chunk-SKAASQXQ.js → chunk-2HAMX2WC.js} +2 -2
  268. package/__chunks__/{chunk-MRMOYPUQ.js → chunk-2K4OMJP3.js} +2 -2
  269. package/__chunks__/{chunk-RPTPB55O.js → chunk-2KKVFI6B.js} +2 -2
  270. package/__chunks__/{chunk-MANDDFQY.js → chunk-2MJMQPRS.js} +2 -2
  271. package/__chunks__/{chunk-5VIVALTC.js → chunk-2PFVDICB.js} +2 -2
  272. package/__chunks__/{chunk-63NFPLU7.js → chunk-2PSO5ASZ.js} +2 -2
  273. package/__chunks__/chunk-2WJXZ43Y.js +2 -0
  274. package/__chunks__/chunk-2YZO5NPO.js +2 -0
  275. package/__chunks__/{chunk-PLUO3C2O.js → chunk-347MOOJD.js} +2 -2
  276. package/__chunks__/chunk-35WCWARK.js +2 -0
  277. package/__chunks__/chunk-377KC453.js +2 -0
  278. package/__chunks__/{chunk-AUQWY7L4.js → chunk-3BCCAV55.js} +2 -2
  279. package/__chunks__/{chunk-TPADIHLD.js → chunk-3CPX2DLA.js} +2 -2
  280. package/__chunks__/chunk-3L2LTRK7.js +2 -0
  281. package/__chunks__/{chunk-VTKTCTGA.js → chunk-3MI4TOOU.js} +2 -2
  282. package/__chunks__/{chunk-4HQ7C6HV.js → chunk-3MTTNIL7.js} +2 -2
  283. package/__chunks__/{chunk-BRFJ6VVZ.js → chunk-3QLFTIZF.js} +2 -2
  284. package/__chunks__/{chunk-VMLX26MB.js → chunk-3S2PBKVM.js} +2 -2
  285. package/__chunks__/{chunk-YUCQBS4K.js → chunk-3Y6P2X36.js} +2 -2
  286. package/__chunks__/chunk-45HV2VB5.js +2 -0
  287. package/__chunks__/{chunk-EWKHXMGK.js → chunk-4F5RWWJ5.js} +2 -2
  288. package/__chunks__/{chunk-QAI3LFAC.js → chunk-4JDOAYCP.js} +2 -2
  289. package/__chunks__/{chunk-UFKNQ5AL.js → chunk-4O5NJJZX.js} +2 -2
  290. package/__chunks__/{chunk-LX6S6HNC.js → chunk-4QINOLVV.js} +2 -2
  291. package/__chunks__/{chunk-IQJJ526U.js → chunk-4T4XW3ZM.js} +2 -2
  292. package/__chunks__/{chunk-UNOJU6A6.js → chunk-4ZV2OHSF.js} +2 -2
  293. package/__chunks__/{chunk-LLX6H3UV.js → chunk-54MN2OT7.js} +2 -2
  294. package/__chunks__/{chunk-B23EXDNI.js → chunk-57IXW5TT.js} +2 -2
  295. package/__chunks__/chunk-57ZE7GI5.js +2 -0
  296. package/__chunks__/{chunk-6YCA3KB7.js → chunk-5DIKBX6P.js} +2 -2
  297. package/__chunks__/{chunk-3RRGCKXO.js → chunk-5FO4GXZV.js} +2 -2
  298. package/__chunks__/{chunk-7YS5H53I.js → chunk-5G5Z62RQ.js} +2 -2
  299. package/__chunks__/{chunk-RIOJZJ2G.js → chunk-5GT6KIAH.js} +2 -2
  300. package/__chunks__/{chunk-ZYYQP3ZY.js → chunk-5LWAGOYQ.js} +2 -2
  301. package/__chunks__/{chunk-HWFEESVS.js → chunk-5NRFYSKW.js} +2 -2
  302. package/__chunks__/{chunk-GISIHXS4.js → chunk-5SMPG7WT.js} +2 -2
  303. package/__chunks__/chunk-64IMIMQH.js +2 -0
  304. package/__chunks__/chunk-6ASYFKDY.js +2 -0
  305. package/__chunks__/chunk-6F3AOLP6.js +2 -0
  306. package/__chunks__/{chunk-DMLDWFUW.js → chunk-6G43EEHD.js} +2 -2
  307. package/__chunks__/{chunk-MBI6VDV3.js → chunk-6GRE6LWP.js} +2 -2
  308. package/__chunks__/{chunk-T74KGF7Z.js → chunk-6MPLRNGM.js} +2 -2
  309. package/__chunks__/{chunk-6X6BSM5V.js → chunk-6NI3FJXV.js} +2 -2
  310. package/__chunks__/{chunk-PVAFRFU7.js → chunk-6POXK2PJ.js} +2 -2
  311. package/__chunks__/chunk-6S7OTDVF.js +2 -0
  312. package/__chunks__/{chunk-5KF2FF5Y.js → chunk-6TP4L64K.js} +2 -2
  313. package/__chunks__/{chunk-PCTAN22W.js → chunk-6TPL6XUN.js} +2 -2
  314. package/__chunks__/{chunk-2BRDJQFQ.js → chunk-6VWD6JLA.js} +2 -2
  315. package/__chunks__/{chunk-RXTIYUEP.js → chunk-6WYDOITO.js} +2 -2
  316. package/__chunks__/{chunk-57OZC7D7.js → chunk-6XZAURAS.js} +2 -2
  317. package/__chunks__/{chunk-XL42WGIX.js → chunk-6Z4JJJKP.js} +2 -2
  318. package/__chunks__/{chunk-HZAZM33R.js → chunk-76JL5QO7.js} +2 -2
  319. package/__chunks__/{chunk-EPYJB33O.js → chunk-7DKL6WVO.js} +2 -2
  320. package/__chunks__/{chunk-FPTP67CR.js → chunk-7DVAIFLW.js} +2 -2
  321. package/__chunks__/{chunk-Q6GKGEEA.js → chunk-7ECBYHQB.js} +2 -2
  322. package/__chunks__/{chunk-3TM3IQNQ.js → chunk-7GQR4YD7.js} +2 -2
  323. package/__chunks__/{chunk-2XIINQWJ.js → chunk-7GRPW4LB.js} +2 -2
  324. package/__chunks__/{chunk-WMTUIRUR.js → chunk-7J2YDKH7.js} +2 -2
  325. package/__chunks__/chunk-7KKDIWNU.js +2 -0
  326. package/__chunks__/{chunk-RYWUTGX5.js → chunk-7KZEINQ6.js} +2 -2
  327. package/__chunks__/{chunk-IC3YFVKX.js → chunk-7O5SJW4P.js} +2 -2
  328. package/__chunks__/chunk-7QG3X4EF.js +2 -0
  329. package/__chunks__/{chunk-VNJ33NI6.js → chunk-7TWDP6MZ.js} +2 -2
  330. package/__chunks__/{chunk-AFT25M44.js → chunk-7VWOFWN4.js} +2 -2
  331. package/__chunks__/{chunk-V73354AM.js → chunk-7ZKAOIXV.js} +2 -2
  332. package/__chunks__/{chunk-H2LLST74.js → chunk-AA6UA42K.js} +2 -2
  333. package/__chunks__/{chunk-DSYQ43KC.js → chunk-ACBDOTOI.js} +2 -2
  334. package/__chunks__/{chunk-NL7VHCIM.js → chunk-ADZ57DDF.js} +2 -2
  335. package/__chunks__/{chunk-Q6QZGZZ5.js → chunk-AHZR22MJ.js} +2 -2
  336. package/__chunks__/{chunk-C6E3B2NS.js → chunk-AIANT4L7.js} +2 -2
  337. package/__chunks__/{chunk-GN5R5HKZ.js → chunk-AJBK7U72.js} +2 -2
  338. package/__chunks__/{chunk-ZAY442RT.js → chunk-AKA4Y5NA.js} +2 -2
  339. package/__chunks__/{chunk-VCV7ZROC.js → chunk-AKCILDST.js} +2 -2
  340. package/__chunks__/{chunk-EIXYSJWB.js → chunk-AKYBMNYM.js} +2 -2
  341. package/__chunks__/{chunk-UDPZFXZN.js → chunk-AO3O66OM.js} +2 -2
  342. package/__chunks__/{chunk-QDOXKVYD.js → chunk-AQ4ZNPDG.js} +2 -2
  343. package/__chunks__/{chunk-VIVYX6FF.js → chunk-AQP5RWFQ.js} +2 -2
  344. package/__chunks__/chunk-AQUWFRNT.js +2 -0
  345. package/__chunks__/{chunk-2VLZVH3I.js → chunk-AUDCBONF.js} +2 -2
  346. package/__chunks__/{chunk-7VS667FW.js → chunk-AZLEKGWD.js} +2 -2
  347. package/__chunks__/{chunk-FTSXWCDC.js → chunk-B6E7UKA3.js} +2 -2
  348. package/__chunks__/{chunk-4ZRBLBZJ.js → chunk-BB4EGGHX.js} +2 -2
  349. package/__chunks__/{chunk-OKYUAN2G.js → chunk-BD74L3MZ.js} +2 -2
  350. package/__chunks__/{chunk-5CDXMBPJ.js → chunk-BD7UJYLR.js} +2 -2
  351. package/__chunks__/{chunk-TB7OQ47G.js → chunk-BFMGM2II.js} +2 -2
  352. package/__chunks__/chunk-BHBN6WGJ.js +2 -0
  353. package/__chunks__/{chunk-5HBPP3NR.js → chunk-BHVL3TP4.js} +2 -2
  354. package/__chunks__/chunk-BK5CR4KX.js +2 -0
  355. package/__chunks__/{chunk-YB74PTHG.js → chunk-BNIVXSZZ.js} +2 -2
  356. package/__chunks__/{chunk-VMVVBCG7.js → chunk-BPHCEGZT.js} +2 -2
  357. package/__chunks__/chunk-BSVKYGFM.js +2 -0
  358. package/__chunks__/{chunk-HWBJDXBQ.js → chunk-BVYDVZ27.js} +2 -2
  359. package/__chunks__/{chunk-FEXBJFXF.js → chunk-BZROKJQK.js} +2 -2
  360. package/__chunks__/{chunk-Y5A6I4IN.js → chunk-C2L3U7M6.js} +2 -2
  361. package/__chunks__/{chunk-WTTKJ77Y.js → chunk-C2Y3I3N7.js} +2 -2
  362. package/__chunks__/{chunk-Q4OZKY2O.js → chunk-C4YP2HWR.js} +2 -2
  363. package/__chunks__/{chunk-TVLREG4W.js → chunk-CBCYE4MP.js} +2 -2
  364. package/__chunks__/{chunk-ED7RVBG7.js → chunk-CGGYIILR.js} +2 -2
  365. package/__chunks__/{chunk-NH26LROD.js → chunk-CISOU527.js} +2 -2
  366. package/__chunks__/chunk-CVZTMCJY.js +2 -0
  367. package/__chunks__/{chunk-DQYVUXSM.js → chunk-CYOEJLWC.js} +2 -2
  368. package/__chunks__/{chunk-KBBVEDM5.js → chunk-CZLFFJD5.js} +2 -2
  369. package/__chunks__/chunk-D2EVKW2T.js +2 -0
  370. package/__chunks__/{chunk-QQ5DM7Y5.js → chunk-D3LPDTJD.js} +2 -2
  371. package/__chunks__/chunk-D3YPLBY3.js +2 -0
  372. package/__chunks__/{chunk-LJOIVUJD.js → chunk-D6KSXFOS.js} +2 -2
  373. package/__chunks__/{chunk-I7DQGMFK.js → chunk-D7OF3YYW.js} +2 -2
  374. package/__chunks__/chunk-D7ZLFR62.js +2 -0
  375. package/__chunks__/{chunk-WRTQXPPT.js → chunk-D7ZWYUV4.js} +2 -2
  376. package/__chunks__/{chunk-W2DJZNLP.js → chunk-DBQWGU4D.js} +2 -2
  377. package/__chunks__/{chunk-A4IHPAQE.js → chunk-DFOKY7NF.js} +2 -2
  378. package/__chunks__/{chunk-FRS4T3C4.js → chunk-DIO4MCGN.js} +2 -2
  379. package/__chunks__/{chunk-Y67YELPX.js → chunk-DK4UAYBH.js} +2 -2
  380. package/__chunks__/{chunk-LWQHAZ7E.js → chunk-DKYF6URU.js} +2 -2
  381. package/__chunks__/{chunk-62GS7625.js → chunk-DMOIHPDB.js} +2 -2
  382. package/__chunks__/{chunk-6MOCHGD5.js → chunk-DOLDDIX5.js} +2 -2
  383. package/__chunks__/{chunk-477NUM3U.js → chunk-DQG4YXAO.js} +2 -2
  384. package/__chunks__/{chunk-TQFXVPA2.js → chunk-DQIUAHNI.js} +2 -2
  385. package/__chunks__/chunk-E2USJOFE.js +2 -0
  386. package/__chunks__/{chunk-I2S2NFBL.js → chunk-E44SCGEV.js} +2 -2
  387. package/__chunks__/{chunk-NMMQZSX2.js → chunk-E4K5LJHC.js} +2 -2
  388. package/__chunks__/chunk-E6N3V3MS.js +2 -0
  389. package/__chunks__/{chunk-NP3IVGAX.js → chunk-EB7KAXYD.js} +2 -2
  390. package/__chunks__/{chunk-EZPGGROF.js → chunk-ED7Y4GGR.js} +2 -2
  391. package/__chunks__/{chunk-U6CA3MQW.js → chunk-EGJDGEEA.js} +2 -2
  392. package/__chunks__/{chunk-YGXQNLZV.js → chunk-EI5UPA6X.js} +2 -2
  393. package/__chunks__/{chunk-6QUVE6WS.js → chunk-EMID5SUK.js} +2 -2
  394. package/__chunks__/{chunk-QYL6DOTM.js → chunk-ESATBNLE.js} +2 -2
  395. package/__chunks__/{chunk-RTLI55H6.js → chunk-EUN5R7QR.js} +2 -2
  396. package/__chunks__/{chunk-EYHRTJNZ.js → chunk-EWDTUKTN.js} +2 -2
  397. package/__chunks__/chunk-EYOSDKFN.js +2 -0
  398. package/__chunks__/{chunk-CAZ5SKFI.js → chunk-F3QUZXXJ.js} +2 -2
  399. package/__chunks__/{chunk-HXGBHMYD.js → chunk-F46BTCX2.js} +2 -2
  400. package/__chunks__/{chunk-BVRY25MQ.js → chunk-F4ITIBSC.js} +2 -2
  401. package/__chunks__/{chunk-YEBOHU6O.js → chunk-FIJHSF5X.js} +2 -2
  402. package/__chunks__/{chunk-YDPRKDDZ.js → chunk-FJUALVOB.js} +2 -2
  403. package/__chunks__/chunk-FSC7ZSUG.js +2 -0
  404. package/__chunks__/{chunk-EMHICRRK.js → chunk-FSE4OPVF.js} +2 -2
  405. package/__chunks__/{chunk-WINCYN7N.js → chunk-FSMCP4UC.js} +2 -2
  406. package/__chunks__/chunk-G45K2OOI.js +2 -0
  407. package/__chunks__/{chunk-3LAVGDDB.js → chunk-GH3KBTEB.js} +2 -2
  408. package/__chunks__/{chunk-3QUSSTB6.js → chunk-GKLIW5EG.js} +2 -2
  409. package/__chunks__/{chunk-532HFZSI.js → chunk-GMRT4257.js} +2 -2
  410. package/__chunks__/{chunk-AYDSW4BQ.js → chunk-GO7VAJYP.js} +1 -1
  411. package/__chunks__/{chunk-UY6JSGCH.js → chunk-GRIKEIVS.js} +2 -2
  412. package/__chunks__/{chunk-RTWDLQ5G.js → chunk-GXN2PJ2U.js} +2 -2
  413. package/__chunks__/{chunk-RFTARGNU.js → chunk-GYL4XOPU.js} +2 -2
  414. package/__chunks__/{chunk-3RZGMEDJ.js → chunk-H7KRKFKI.js} +2 -2
  415. package/__chunks__/{chunk-EPDNB4BC.js → chunk-HCATXCKV.js} +2 -2
  416. package/__chunks__/{chunk-3XGAP6F3.js → chunk-HCDYGFLZ.js} +2 -2
  417. package/__chunks__/{chunk-QKRXCPON.js → chunk-HFJTV3CC.js} +2 -2
  418. package/__chunks__/{chunk-DNYGMAKE.js → chunk-HHPKT4ZS.js} +2 -2
  419. package/__chunks__/{chunk-6NTPCT3W.js → chunk-HJDYFXTR.js} +2 -2
  420. package/__chunks__/{chunk-PVTSAR6C.js → chunk-HLJBBFG5.js} +2 -2
  421. package/__chunks__/{chunk-QAFMVLVK.js → chunk-HPR4TALS.js} +2 -2
  422. package/__chunks__/chunk-HQSYCI3T.js +2 -0
  423. package/__chunks__/{chunk-5726CQ4P.js → chunk-HV2VYUI4.js} +2 -2
  424. package/__chunks__/chunk-HVT6QFRJ.js +2 -0
  425. package/__chunks__/{chunk-3S56P67O.js → chunk-HYE7THQN.js} +2 -2
  426. package/__chunks__/chunk-IBTSNHG2.js +2 -0
  427. package/__chunks__/{chunk-CDLAQMNQ.js → chunk-IDEX2QK6.js} +2 -2
  428. package/__chunks__/chunk-IDPDBOZO.js +2 -0
  429. package/__chunks__/{chunk-NGIUEP6P.js → chunk-IDS6JBBL.js} +2 -2
  430. package/__chunks__/{chunk-PS45HP2Y.js → chunk-IFQHFUYM.js} +2 -2
  431. package/__chunks__/{chunk-OQAMJGKT.js → chunk-IJ74KNIC.js} +2 -2
  432. package/__chunks__/{chunk-LC3ST64P.js → chunk-IM7PYDCB.js} +2 -2
  433. package/__chunks__/chunk-IMWJX7G6.js +2 -0
  434. package/__chunks__/chunk-IMWRJNJI.js +2 -0
  435. package/__chunks__/{chunk-BSGJ2PO7.js → chunk-IOMIEAIR.js} +2 -2
  436. package/__chunks__/chunk-IQIU2FKZ.js +2 -0
  437. package/__chunks__/{chunk-R66EXTYX.js → chunk-IU4M5PQ6.js} +2 -2
  438. package/__chunks__/{chunk-65KDW3EF.js → chunk-IWKYYRBL.js} +2 -2
  439. package/__chunks__/{chunk-A435EVZJ.js → chunk-IXKVIA5H.js} +2 -2
  440. package/__chunks__/{chunk-SFBVL6WV.js → chunk-IYLSN6SG.js} +2 -2
  441. package/__chunks__/{chunk-B5EQPJJ5.js → chunk-IZGLXHKU.js} +2 -2
  442. package/__chunks__/{chunk-YHGBLDCM.js → chunk-J26D377O.js} +2 -2
  443. package/__chunks__/chunk-J365OIYB.js +2 -0
  444. package/__chunks__/chunk-J3VB5SWL.js +2 -0
  445. package/__chunks__/{chunk-6DH3KWPU.js → chunk-J7DVLQF3.js} +2 -2
  446. package/__chunks__/{chunk-NPG2FF6T.js → chunk-JAOBCTD3.js} +2 -2
  447. package/__chunks__/{chunk-EMI7LPW2.js → chunk-JC4RUCEI.js} +2 -2
  448. package/__chunks__/{chunk-DNWWNDH5.js → chunk-JE67JIKO.js} +2 -2
  449. package/__chunks__/{chunk-MLD7FQRY.js → chunk-JEVLHEB5.js} +2 -2
  450. package/__chunks__/{chunk-3DEE6PDH.js → chunk-JGEFDU2M.js} +2 -2
  451. package/__chunks__/{chunk-DX6ZH5RY.js → chunk-JGLC46XX.js} +2 -2
  452. package/__chunks__/chunk-JHNCX4OW.js +2 -0
  453. package/__chunks__/chunk-JLV6PEDH.js +2 -0
  454. package/__chunks__/chunk-JM2TKEYA.js +2 -0
  455. package/__chunks__/{chunk-QD6E6E53.js → chunk-JV7G6IE5.js} +2 -2
  456. package/__chunks__/{chunk-VDGWMDNA.js → chunk-JXN7G4NW.js} +2 -2
  457. package/__chunks__/{chunk-YPLINIJX.js → chunk-JZKDZHW6.js} +2 -2
  458. package/__chunks__/chunk-K5MDI2E3.js +2 -0
  459. package/__chunks__/{chunk-W7BJQQQH.js → chunk-K6KZ7EJY.js} +2 -2
  460. package/__chunks__/{chunk-ZKRG6BIT.js → chunk-K74YQ2RW.js} +2 -2
  461. package/__chunks__/{chunk-AA635XBD.js → chunk-KCIVRHYA.js} +2 -2
  462. package/__chunks__/{chunk-RI3AGJIX.js → chunk-KCLXYLGR.js} +2 -2
  463. package/__chunks__/{chunk-I4T5U7S5.js → chunk-KDV47UJB.js} +2 -2
  464. package/__chunks__/{chunk-PSDPEZ2M.js → chunk-KDWNY33O.js} +2 -2
  465. package/__chunks__/{chunk-N3KCMZJ3.js → chunk-KE5UZ3WI.js} +2 -2
  466. package/__chunks__/{chunk-RA2ZHW6F.js → chunk-KEV7J5RA.js} +2 -2
  467. package/__chunks__/chunk-KF3KR2YE.js +2 -0
  468. package/__chunks__/{chunk-2KUT5MZ5.js → chunk-KHFC7UGK.js} +2 -2
  469. package/__chunks__/{chunk-3UQUOKSH.js → chunk-KJRFNI2R.js} +2 -2
  470. package/__chunks__/{chunk-EDVWNDPS.js → chunk-KKBYQXVC.js} +2 -2
  471. package/__chunks__/chunk-KLIFZVCU.js +2 -0
  472. package/__chunks__/{chunk-SBPWVU3I.js → chunk-KNKVGYPK.js} +2 -2
  473. package/__chunks__/{chunk-EABVABIA.js → chunk-KRQ7G2TW.js} +2 -2
  474. package/__chunks__/{chunk-KVZHA7V5.js → chunk-KSMGEZVM.js} +2 -2
  475. package/__chunks__/{chunk-C7X3EAOL.js → chunk-KTGCZMRY.js} +2 -2
  476. package/__chunks__/{chunk-WJZM5J7G.js → chunk-KUYARUDF.js} +2 -2
  477. package/__chunks__/{chunk-2AAIALWN.js → chunk-KWX3IGRW.js} +2 -2
  478. package/__chunks__/{chunk-GFRTWV7P.js → chunk-L4WIQUJM.js} +2 -2
  479. package/__chunks__/chunk-L5JNNCYR.js +2 -0
  480. package/__chunks__/{chunk-RJX4CGCM.js → chunk-L5WKFLN6.js} +2 -2
  481. package/__chunks__/{chunk-LGL2JKVZ.js → chunk-L66CVCKC.js} +2 -2
  482. package/__chunks__/{chunk-X7IRZILW.js → chunk-LBBE2FK4.js} +2 -2
  483. package/__chunks__/{chunk-2JSTPZ5D.js → chunk-LKJYMPUF.js} +2 -2
  484. package/__chunks__/{chunk-5YLVIU7B.js → chunk-LNRA4HLZ.js} +2 -2
  485. package/__chunks__/{chunk-C5T5IKW5.js → chunk-LONG7KDC.js} +2 -2
  486. package/__chunks__/{chunk-IBYLVRHS.js → chunk-LOTUE6E3.js} +2 -2
  487. package/__chunks__/{chunk-EOZIJXR7.js → chunk-LRGA4H45.js} +2 -2
  488. package/__chunks__/{chunk-YNBOT4EO.js → chunk-LUATBCKL.js} +2 -2
  489. package/__chunks__/{chunk-MAUJ5UTG.js → chunk-LV3QNILO.js} +2 -2
  490. package/__chunks__/{chunk-WGK5PNIH.js → chunk-M3NUL3WD.js} +2 -2
  491. package/__chunks__/{chunk-ZOLN42OL.js → chunk-M3ORSTY4.js} +2 -2
  492. package/__chunks__/{chunk-2LEZNJ7P.js → chunk-M6AV4K6T.js} +2 -2
  493. package/__chunks__/{chunk-3ZIAHDH5.js → chunk-MBRQ45HF.js} +2 -2
  494. package/__chunks__/{chunk-HY2K2QFX.js → chunk-MDIXKUZT.js} +2 -2
  495. package/__chunks__/{chunk-RCXLUOYD.js → chunk-MDKG2FZP.js} +2 -2
  496. package/__chunks__/{chunk-B5R5MQQF.js → chunk-MDU4IRB6.js} +2 -2
  497. package/__chunks__/{chunk-OEZR3HBU.js → chunk-MH7RVYLN.js} +2 -2
  498. package/__chunks__/{chunk-WPXWVMHL.js → chunk-MIZZX4GG.js} +2 -2
  499. package/__chunks__/{chunk-KZRFY5LH.js → chunk-MOHZ7BZA.js} +2 -2
  500. package/__chunks__/{chunk-777APJL5.js → chunk-MS6PKWAY.js} +2 -2
  501. package/__chunks__/{chunk-5EKZOKOX.js → chunk-MTVWQLLE.js} +2 -2
  502. package/__chunks__/{chunk-4UG3DULI.js → chunk-MVFU3NVM.js} +2 -2
  503. package/__chunks__/{chunk-RNPFJZCY.js → chunk-MWG4XJIH.js} +2 -2
  504. package/__chunks__/{chunk-ARPY4UXF.js → chunk-MYCSQFYR.js} +2 -2
  505. package/__chunks__/chunk-NEGXVH4R.js +2 -0
  506. package/__chunks__/{chunk-P3F6Z2PW.js → chunk-NFS4BVVW.js} +2 -2
  507. package/__chunks__/{chunk-NLQQ6U4B.js → chunk-NIYEVG2X.js} +2 -2
  508. package/__chunks__/chunk-NOTH6QIT.js +2 -0
  509. package/__chunks__/{chunk-XSXGHEFM.js → chunk-NYZNOX36.js} +2 -2
  510. package/__chunks__/chunk-O2AD4BZE.js +2 -0
  511. package/__chunks__/{chunk-BAGA6AIQ.js → chunk-O2NBOXPA.js} +2 -2
  512. package/__chunks__/{chunk-OLXELT4A.js → chunk-O5ZUILQQ.js} +2 -2
  513. package/__chunks__/chunk-O6HCFTAR.js +2 -0
  514. package/__chunks__/{chunk-XHJFHQNV.js → chunk-OBZC3ESN.js} +2 -2
  515. package/__chunks__/{chunk-FYXQ53XP.js → chunk-ODBLSQID.js} +2 -2
  516. package/__chunks__/{chunk-A5KHTEEG.js → chunk-OF222H3K.js} +2 -2
  517. package/__chunks__/chunk-OGWQJGUF.js +2 -0
  518. package/__chunks__/{chunk-ILU3DBNS.js → chunk-OHCGKSYB.js} +2 -2
  519. package/__chunks__/{chunk-VA7FKW7S.js → chunk-OLH4DPDU.js} +2 -2
  520. package/__chunks__/{chunk-GIP6O6JD.js → chunk-OM6KUNIP.js} +2 -2
  521. package/__chunks__/{chunk-242CJUR6.js → chunk-OPWBMDPI.js} +2 -2
  522. package/__chunks__/{chunk-HTUBVWSA.js → chunk-OQOVDOI6.js} +2 -2
  523. package/__chunks__/{chunk-QNGDUQSN.js → chunk-ORIQ7L3C.js} +2 -2
  524. package/__chunks__/chunk-OVIOGOGH.js +2 -0
  525. package/__chunks__/{chunk-4IH3PGIO.js → chunk-OY47ICNF.js} +2 -2
  526. package/__chunks__/{chunk-UKTRBAVX.js → chunk-P7SEHXMX.js} +2 -2
  527. package/__chunks__/{chunk-VLNXW72K.js → chunk-PBIGYIIU.js} +2 -2
  528. package/__chunks__/{chunk-CRGQ2KHM.js → chunk-PJTL4LCO.js} +2 -2
  529. package/__chunks__/{chunk-LSSXOVRE.js → chunk-PMGINMXP.js} +2 -2
  530. package/__chunks__/{chunk-O6HNLAAX.js → chunk-PQJRFKIQ.js} +2 -2
  531. package/__chunks__/{chunk-JAFNILFG.js → chunk-PS2XR3XC.js} +2 -2
  532. package/__chunks__/{chunk-4D4C3VWU.js → chunk-PSJATKB3.js} +2 -2
  533. package/__chunks__/chunk-Q2BYU53C.js +2 -0
  534. package/__chunks__/chunk-Q2QN2FPK.js +2 -0
  535. package/__chunks__/{chunk-UVPCMOMP.js → chunk-QAMGUYHB.js} +2 -2
  536. package/__chunks__/{chunk-WDM5FR2J.js → chunk-QN77DUKM.js} +2 -2
  537. package/__chunks__/{chunk-HKWKPJHM.js → chunk-QQ7RJKYI.js} +2 -2
  538. package/__chunks__/{chunk-O245T2HR.js → chunk-QQXN7SAU.js} +2 -2
  539. package/__chunks__/{chunk-VASTIT6L.js → chunk-QVW65MZ7.js} +2 -2
  540. package/__chunks__/{chunk-OW7Y2O7T.js → chunk-QY7LTNY5.js} +2 -2
  541. package/__chunks__/{chunk-AO23PQ7L.js → chunk-R25TQ44Y.js} +2 -2
  542. package/__chunks__/{chunk-Q6E3BQK2.js → chunk-R5EP5RPN.js} +2 -2
  543. package/__chunks__/{chunk-VTZ25O2F.js → chunk-RAAMWUOU.js} +2 -2
  544. package/__chunks__/{chunk-P4TDBATP.js → chunk-RBBWLYSS.js} +2 -2
  545. package/__chunks__/{chunk-7CZPDSGE.js → chunk-RCXQO6EH.js} +2 -2
  546. package/__chunks__/chunk-RGFZUTL7.js +2 -0
  547. package/__chunks__/{chunk-IW6ABH2I.js → chunk-RGMYADUR.js} +2 -2
  548. package/__chunks__/{chunk-KBPYTTIO.js → chunk-RPOCGI2L.js} +2 -2
  549. package/__chunks__/{chunk-LYDWQJ5P.js → chunk-RR2UQRUX.js} +2 -2
  550. package/__chunks__/{chunk-2A35GSZR.js → chunk-RW655DLS.js} +2 -2
  551. package/__chunks__/{chunk-55262DQ2.js → chunk-RWBKMSDS.js} +2 -2
  552. package/__chunks__/{chunk-ZW6IPY3H.js → chunk-RYEGYDMM.js} +2 -2
  553. package/__chunks__/{chunk-XU3DELMD.js → chunk-S5ZHA626.js} +2 -2
  554. package/__chunks__/{chunk-YLS6QKCU.js → chunk-SA6LUXRD.js} +2 -2
  555. package/__chunks__/chunk-SD7SYUI5.js +2 -0
  556. package/__chunks__/{chunk-QMVRQULY.js → chunk-SIQCNIIK.js} +2 -2
  557. package/__chunks__/{chunk-HXYW3WRC.js → chunk-SIY6G3PS.js} +2 -2
  558. package/__chunks__/{chunk-7JWC6XZR.js → chunk-SJBCZR3P.js} +2 -2
  559. package/__chunks__/{chunk-HSLWVMJ4.js → chunk-SKPYHWM3.js} +2 -2
  560. package/__chunks__/{chunk-I5ZN7EGX.js → chunk-SM62FXCD.js} +2 -2
  561. package/__chunks__/{chunk-FELZ2VV7.js → chunk-SMINKY6C.js} +2 -2
  562. package/__chunks__/{chunk-BIA4DCJJ.js → chunk-SMWWXYAT.js} +2 -2
  563. package/__chunks__/chunk-SNZIHGIN.js +2 -0
  564. package/__chunks__/{chunk-O7UIFSVF.js → chunk-SUXA3HGP.js} +2 -2
  565. package/__chunks__/{chunk-4TDJGFAB.js → chunk-SVDDAXVQ.js} +2 -2
  566. package/__chunks__/{chunk-S2XM3C6X.js → chunk-T4WT6T4H.js} +2 -2
  567. package/__chunks__/{chunk-ALCKJUKQ.js → chunk-T52JYWCB.js} +2 -2
  568. package/__chunks__/{chunk-QON3PPGY.js → chunk-T7JECCLM.js} +2 -2
  569. package/__chunks__/chunk-TAYBPKZI.js +2 -0
  570. package/__chunks__/{chunk-DWPQIHUF.js → chunk-TAYPKHLR.js} +2 -2
  571. package/__chunks__/{chunk-OSJIBHLT.js → chunk-TFUTUSMZ.js} +2 -2
  572. package/__chunks__/{chunk-7BP6OIQF.js → chunk-TNK2IWXC.js} +2 -2
  573. package/__chunks__/{chunk-PRHH63KO.js → chunk-TNVEBBGI.js} +2 -2
  574. package/__chunks__/chunk-TO2HMCCP.js +2 -0
  575. package/__chunks__/{chunk-DEFRSBCY.js → chunk-TPHB4MSC.js} +2 -2
  576. package/__chunks__/chunk-TXCFIGVE.js +2 -0
  577. package/__chunks__/{chunk-HWKCA6LC.js → chunk-TXXLW6VA.js} +2 -2
  578. package/__chunks__/{chunk-B6MM5QAD.js → chunk-U2X7KRM3.js} +2 -2
  579. package/__chunks__/{chunk-2MSJDOLX.js → chunk-U36ANSDN.js} +2 -2
  580. package/__chunks__/chunk-UCT2AN5N.js +2 -0
  581. package/__chunks__/{chunk-F6F6VPKV.js → chunk-UDV6OAJS.js} +2 -2
  582. package/__chunks__/{chunk-RHK543DL.js → chunk-UIAHDQFJ.js} +2 -2
  583. package/__chunks__/chunk-UQG7WNKT.js +2 -0
  584. package/__chunks__/{chunk-HVDLYVLU.js → chunk-UTCFBKL4.js} +2 -2
  585. package/__chunks__/{chunk-P6MQR7L3.js → chunk-V2DIXNZL.js} +2 -2
  586. package/__chunks__/{chunk-OR6NJ6W4.js → chunk-V7GNFMQQ.js} +2 -2
  587. package/__chunks__/{chunk-TGKHVPR3.js → chunk-VA53NOXV.js} +2 -2
  588. package/__chunks__/{chunk-3PL3MDJM.js → chunk-VAOOFCU3.js} +2 -2
  589. package/__chunks__/chunk-VAVWK4UG.js +2 -0
  590. package/__chunks__/chunk-VAZYS4KP.js +2 -0
  591. package/__chunks__/{chunk-AKUXNBPC.js → chunk-VJLOOUHI.js} +2 -2
  592. package/__chunks__/chunk-VLCCZ3GW.js +2 -0
  593. package/__chunks__/{chunk-W4XLHMUR.js → chunk-VLPKO4BM.js} +2 -2
  594. package/__chunks__/{chunk-OHSFIJ4R.js → chunk-VMDMTZX7.js} +2 -2
  595. package/__chunks__/{chunk-RZSB6MLX.js → chunk-VW5GXHE6.js} +2 -2
  596. package/__chunks__/chunk-VW6I5IV5.js +2 -0
  597. package/__chunks__/chunk-VYS6G3QS.js +2 -0
  598. package/__chunks__/{chunk-7KXAHTDE.js → chunk-W3OLP2NL.js} +2 -2
  599. package/__chunks__/{chunk-RAI44GSE.js → chunk-W3S7ZXZA.js} +2 -2
  600. package/__chunks__/{chunk-MHCHGTSP.js → chunk-W4AQYT3Y.js} +2 -2
  601. package/__chunks__/{chunk-H24EV5J7.js → chunk-W6M4YMTF.js} +2 -2
  602. package/__chunks__/{chunk-P5UTD7RO.js → chunk-WAHSX5VL.js} +2 -2
  603. package/__chunks__/{chunk-XJGZH377.js → chunk-WSWXITOQ.js} +2 -2
  604. package/__chunks__/chunk-WTQQM44M.js +2 -0
  605. package/__chunks__/{chunk-CP7EEONG.js → chunk-X2MFFJLA.js} +2 -2
  606. package/__chunks__/{chunk-VEBHYBC6.js → chunk-X2R4BRHP.js} +2 -2
  607. package/__chunks__/{chunk-ZLYTZLNR.js → chunk-X3533JUO.js} +2 -2
  608. package/__chunks__/chunk-X3FV3NSH.js +2 -0
  609. package/__chunks__/{chunk-DWGVZFZF.js → chunk-X7YK3ENS.js} +2 -2
  610. package/__chunks__/{chunk-WKDFZDJ7.js → chunk-XAZEN7PL.js} +2 -2
  611. package/__chunks__/{chunk-HRVS4S4Z.js → chunk-XBPGR2GN.js} +2 -2
  612. package/__chunks__/{chunk-ITT3WMEV.js → chunk-XCEMWE36.js} +2 -2
  613. package/__chunks__/{chunk-DVNFSDRK.js → chunk-XDPM7AL4.js} +2 -2
  614. package/__chunks__/{chunk-3SG2CFO2.js → chunk-XDTD6Q52.js} +2 -2
  615. package/__chunks__/{chunk-3RKKNHDY.js → chunk-XENYJANR.js} +2 -2
  616. package/__chunks__/{chunk-CJWT7GUT.js → chunk-XHZUCOSM.js} +2 -2
  617. package/__chunks__/{chunk-6O6SQMZU.js → chunk-XJO6T3J3.js} +2 -2
  618. package/__chunks__/chunk-XS7EEUSO.js +2 -0
  619. package/__chunks__/{chunk-JX5Y3ZIO.js → chunk-XUU6VCUI.js} +2 -2
  620. package/__chunks__/{chunk-MC3XVJOQ.js → chunk-Y247Z3XH.js} +2 -2
  621. package/__chunks__/{chunk-KAAZLV7W.js → chunk-Y4F4YU32.js} +2 -2
  622. package/__chunks__/{chunk-K6U7MBQO.js → chunk-YAH726Q5.js} +2 -2
  623. package/__chunks__/{chunk-4JIC2C3M.js → chunk-YDKSUPLR.js} +2 -2
  624. package/__chunks__/{chunk-4ZKGD7SC.js → chunk-YEYKDQEX.js} +2 -2
  625. package/__chunks__/{chunk-S7TA34AP.js → chunk-YHLRHGAS.js} +2 -2
  626. package/__chunks__/{chunk-W52RV4NU.js → chunk-YID2FFWI.js} +2 -2
  627. package/__chunks__/{chunk-RHLQG7UG.js → chunk-YII3HASQ.js} +2 -2
  628. package/__chunks__/{chunk-QHDY6CQE.js → chunk-YQ4KCZ4H.js} +2 -2
  629. package/__chunks__/{chunk-NSSHIAWM.js → chunk-YSBA3GTE.js} +2 -2
  630. package/__chunks__/{chunk-72QZ7UGQ.js → chunk-YSE3BFBR.js} +2 -2
  631. package/__chunks__/chunk-YUME4UH5.js +2 -0
  632. package/__chunks__/{chunk-QOEUI5RG.js → chunk-YUXXVOF3.js} +2 -2
  633. package/__chunks__/{chunk-JIYXCHYX.js → chunk-YWER4VUO.js} +2 -2
  634. package/__chunks__/{chunk-ZBS5PFX5.js → chunk-YYIWDF6Z.js} +2 -2
  635. package/__chunks__/{chunk-SVL4RA3G.js → chunk-YZRTWH7F.js} +2 -2
  636. package/__chunks__/{chunk-HBPREG4S.js → chunk-ZAMT3PZG.js} +2 -2
  637. package/__chunks__/{chunk-AZMT7E7M.js → chunk-ZC2ALYBV.js} +2 -2
  638. package/__chunks__/chunk-ZCGDE6EG.js +2 -0
  639. package/__chunks__/{chunk-SUH5BOLV.js → chunk-ZDNOKBPR.js} +2 -2
  640. package/__chunks__/{chunk-ZD6OPCYL.js → chunk-ZIMJTYXB.js} +2 -2
  641. package/__chunks__/{chunk-FQGT3YF6.js → chunk-ZIWMXVNR.js} +2 -2
  642. package/__chunks__/chunk-ZTKB7XJK.js +2 -0
  643. package/__chunks__/{chunk-GXUC46CH.js → chunk-ZUVOH47A.js} +2 -2
  644. package/__chunks__/{chunk-KDIDLBRX.js → chunk-ZVCXEFCL.js} +2 -2
  645. package/__chunks__/chunk-ZW23T7WM.js +2 -0
  646. package/__chunks__/chunk-ZZRC2R4E.js +2 -0
  647. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +8 -8
  648. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +9 -9
  649. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +2 -2
  650. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +2 -2
  651. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
  652. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +2 -2
  653. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +2 -2
  654. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +2 -2
  655. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -2
  656. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +2 -2
  657. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +2 -2
  658. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +2 -2
  659. package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  660. package/__commonjs/UI/SignTransactionsModals/components/index.js +2 -2
  661. package/__commonjs/UI/SignTransactionsModals/index.js +2 -2
  662. package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +11 -11
  663. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +10 -10
  664. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +3 -3
  665. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +10 -10
  666. package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +11 -11
  667. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +5 -5
  668. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +5 -5
  669. package/__commonjs/UI/TransactionsTable/components/AccountName.js +2 -2
  670. package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +2 -2
  671. package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +2 -2
  672. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +2 -2
  673. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +2 -2
  674. package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +11 -11
  675. package/__commonjs/UI/Trim/Trim.js +2 -2
  676. package/__commonjs/UI/Trim/index.js +2 -2
  677. package/__commonjs/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  678. package/__commonjs/UI/iframe/IframeLoginButton/index.js +1 -1
  679. package/__commonjs/UI/index.js +2 -2
  680. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  681. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
  682. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  683. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  684. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +10 -10
  685. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  686. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  687. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  688. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  689. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +10 -10
  690. package/__commonjs/UI/ledger/index.js +1 -1
  691. package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
  692. package/__commonjs/UI/pages/index.js +1 -1
  693. package/__commonjs/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  694. package/__commonjs/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  695. package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +2 -2
  696. package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +2 -2
  697. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  698. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  699. package/__commonjs/__mocks__/accountConfig.js +1 -1
  700. package/__commonjs/__mocks__/index.js +2 -2
  701. package/__commonjs/__mocks__/utils/index.js +2 -2
  702. package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
  703. package/__commonjs/apiCalls/accounts/getAccountFromApi.d.ts +2 -0
  704. package/__commonjs/apiCalls/accounts/getAccountFromApi.js +1 -1
  705. package/__commonjs/apiCalls/accounts/index.js +1 -1
  706. package/__commonjs/apiCalls/index.js +1 -1
  707. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +3 -3
  708. package/__commonjs/components/ProviderInitializer/helpers/index.js +2 -2
  709. package/__commonjs/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  710. package/__commonjs/components/ProviderInitializer/index.js +3 -3
  711. package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
  712. package/__commonjs/components/TransactionsTracker/index.js +1 -1
  713. package/__commonjs/constants/index.js +1 -1
  714. package/__commonjs/hooks/index.js +2 -2
  715. package/__commonjs/hooks/login/helpers/clearInitiatedLogins.js +1 -1
  716. package/__commonjs/hooks/login/helpers/index.js +1 -1
  717. package/__commonjs/hooks/login/index.js +1 -1
  718. package/__commonjs/hooks/login/useCrossWindowLogin.js +1 -1
  719. package/__commonjs/hooks/login/useIframeLogin.js +1 -1
  720. package/__commonjs/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  721. package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  722. package/__commonjs/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  723. package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  724. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  725. package/__commonjs/hooks/transactions/helpers/index.js +2 -2
  726. package/__commonjs/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  727. package/__commonjs/hooks/transactions/index.js +2 -2
  728. package/__commonjs/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  729. package/__commonjs/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  730. package/__commonjs/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  731. package/__commonjs/hooks/transactions/useSignTransactions.js +2 -2
  732. package/__commonjs/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  733. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +2 -2
  734. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +2 -2
  735. package/__commonjs/hooks/transactions/useTransactionsTracker/index.js +1 -1
  736. package/__commonjs/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  737. package/__commonjs/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  738. package/__commonjs/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  739. package/__commonjs/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  740. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  741. package/__commonjs/services/index.js +1 -1
  742. package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  743. package/__commonjs/services/transactions/index.js +1 -1
  744. package/__commonjs/services/transactions/sendBatchTransactions.js +1 -1
  745. package/__commonjs/services/transactions/sendBatchTransactions.test.js +1 -1
  746. package/__commonjs/services/transactions/sendTransactions.js +1 -1
  747. package/__commonjs/services/transactions/transformAndSignTransactions.js +1 -1
  748. package/__commonjs/services/transactions/utils/transformTransactionsToSign.js +1 -1
  749. package/__commonjs/types/index.js +1 -1
  750. package/__commonjs/types/network.types.d.ts +1 -0
  751. package/__commonjs/utils/account/getAccount.js +1 -1
  752. package/__commonjs/utils/account/getAccountBalance.js +1 -1
  753. package/__commonjs/utils/account/index.js +1 -1
  754. package/__commonjs/utils/account/refreshAccount.js +1 -1
  755. package/__commonjs/utils/index.js +2 -2
  756. package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
  757. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  758. package/__commonjs/utils/transactions/index.js +1 -1
  759. package/__commonjs/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  760. package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  761. package/__commonjs/utils/transactions/transactionInfoHelpers/index.js +3 -3
  762. package/__commonjs/wrappers/DappProvider/CustomComponents.js +1 -1
  763. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  764. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  765. package/__commonjs/wrappers/index.js +2 -2
  766. package/__mocks__/accountConfig.js +1 -1
  767. package/__mocks__/index.js +1 -1
  768. package/__mocks__/server.js +1 -1
  769. package/__mocks__/utils/index.js +1 -1
  770. package/__mocks__/utils/renderWithProvider.js +1 -1
  771. package/apiCalls/accounts/getAccountFromApi.d.ts +2 -0
  772. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  773. package/apiCalls/accounts/index.js +1 -1
  774. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  775. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  776. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  777. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  778. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  779. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  780. package/apiCalls/configuration/index.js +1 -1
  781. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  782. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  783. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  784. package/apiCalls/economics/index.js +1 -1
  785. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  786. package/apiCalls/index.js +1 -1
  787. package/apiCalls/tokens/getPersistedToken.js +1 -1
  788. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  789. package/apiCalls/transactions/index.js +1 -1
  790. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  791. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  792. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  793. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  794. package/apiCalls/utils/getScamAddressData.js +1 -1
  795. package/apiCalls/utils/index.js +1 -1
  796. package/apiCalls/utils/useApiFetch.js +1 -1
  797. package/components/LogoutListener/LogoutListener.js +1 -1
  798. package/components/LogoutListener/helpers/index.js +1 -1
  799. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  800. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  801. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  802. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  803. package/components/LogoutListener/index.js +1 -1
  804. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  805. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  806. package/components/ProviderInitializer/helpers/index.js +1 -1
  807. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  808. package/components/ProviderInitializer/hooks/index.js +1 -1
  809. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  810. package/components/ProviderInitializer/index.js +1 -1
  811. package/components/TransactionSender/TransactionSender.js +1 -1
  812. package/components/TransactionSender/index.js +1 -1
  813. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  814. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  815. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  816. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  817. package/components/TransactionsTracker/index.js +1 -1
  818. package/constants/index.js +1 -1
  819. package/constants/network.js +1 -1
  820. package/hooks/account/index.js +1 -1
  821. package/hooks/account/useGetAccount.js +1 -1
  822. package/hooks/account/useGetAccountInfo.js +1 -1
  823. package/hooks/account/useGetAccountProvider.js +1 -1
  824. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  825. package/hooks/account/useGetIsLoggedIn.js +1 -1
  826. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  827. package/hooks/account/useGetLoginInfo.js +1 -1
  828. package/hooks/account/useGetWebsocketEvent.js +1 -1
  829. package/hooks/economics/index.js +1 -1
  830. package/hooks/economics/useGetEgldPrice.js +1 -1
  831. package/hooks/index.js +1 -1
  832. package/hooks/login/helpers/clearInitiatedLogins.js +1 -1
  833. package/hooks/login/helpers/index.js +1 -1
  834. package/hooks/login/index.js +1 -1
  835. package/hooks/login/useCrossWindowLogin.js +1 -1
  836. package/hooks/login/useExtensionLogin.js +1 -1
  837. package/hooks/login/useGetModalLoginMethods.js +1 -1
  838. package/hooks/login/useIframeLogin.js +1 -1
  839. package/hooks/login/useLedgerLogin.js +1 -1
  840. package/hooks/login/useLoginService.js +1 -1
  841. package/hooks/login/useMetamaskLogin.js +1 -1
  842. package/hooks/login/useOperaLogin.js +1 -1
  843. package/hooks/login/usePasskeyLogin.js +1 -1
  844. package/hooks/login/useWalletConnectV2Login.js +1 -1
  845. package/hooks/login/useWebViewLogin.js +1 -1
  846. package/hooks/login/useWebWalletLogin.js +1 -1
  847. package/hooks/login/useXaliasLogin.js +1 -1
  848. package/hooks/signMessage/index.js +1 -1
  849. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  850. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  851. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  852. package/hooks/signMessage/useSignMessage.js +1 -1
  853. package/hooks/toasts/index.js +1 -1
  854. package/hooks/toasts/useGetToasts.js +1 -1
  855. package/hooks/toasts/useTransactionsToasts.js +1 -1
  856. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  857. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  858. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  859. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  860. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  861. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  862. package/hooks/transactions/batch/useGetBatches.js +1 -1
  863. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  864. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  865. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  866. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  867. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  868. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  869. package/hooks/transactions/helpers/index.js +1 -1
  870. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  871. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  872. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  873. package/hooks/transactions/index.js +1 -1
  874. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  875. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  876. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  877. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  878. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  879. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  880. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  881. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  882. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  883. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  884. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  885. package/hooks/transactions/useGetPollingInterval.js +1 -1
  886. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  887. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  888. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  889. package/hooks/transactions/useGetTokenDetails.js +1 -1
  890. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  891. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  892. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  893. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  894. package/hooks/transactions/useSignTransactions.js +1 -1
  895. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  896. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  897. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  898. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  899. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  900. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  901. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  902. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  903. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  904. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  905. package/hooks/useGetNetworkConfig.js +1 -1
  906. package/hooks/useGetNotification.js +1 -1
  907. package/hooks/websocketListener/index.js +1 -1
  908. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  909. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  910. package/models/index.js +1 -1
  911. package/models/newTransaction.js +1 -1
  912. package/package.json +1 -1
  913. package/providers/accountProvider.js +1 -1
  914. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  915. package/providers/experimentalWebViewProvider/index.js +1 -1
  916. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  917. package/providers/index.js +1 -1
  918. package/providers/utils.js +1 -1
  919. package/providers/webviewProvider/index.js +1 -1
  920. package/providers/webviewProvider/requestMethods.js +1 -1
  921. package/providers/webviewProvider/webviewProvider.js +1 -1
  922. package/reduxStore/DappProviderContext.js +1 -1
  923. package/reduxStore/commonActions.js +1 -1
  924. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  925. package/reduxStore/persistConfig.js +1 -1
  926. package/reduxStore/persistedRootReducer.js +1 -1
  927. package/reduxStore/reducers.js +1 -1
  928. package/reduxStore/rootReducer.js +1 -1
  929. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  930. package/reduxStore/selectors/index.js +1 -1
  931. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  932. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  933. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  934. package/reduxStore/slices/accountInfoSlice.js +1 -1
  935. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  936. package/reduxStore/slices/dappConfigSlice.js +1 -1
  937. package/reduxStore/slices/index.js +1 -1
  938. package/reduxStore/slices/loginInfoSlice.js +1 -1
  939. package/reduxStore/slices/modalsSlice.js +1 -1
  940. package/reduxStore/slices/networkConfigSlice.js +1 -1
  941. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  942. package/reduxStore/slices/toastsSlice.js +1 -1
  943. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  944. package/reduxStore/slices/transactionsSlice.js +1 -1
  945. package/reduxStore/store.js +1 -1
  946. package/services/index.js +1 -1
  947. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  948. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  949. package/services/nativeAuth/helpers/index.js +1 -1
  950. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  951. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  952. package/services/transactions/clearTransactions.js +1 -1
  953. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  954. package/services/transactions/getTransactionsDetails.js +1 -1
  955. package/services/transactions/index.js +1 -1
  956. package/services/transactions/isCrossShardTransaction.js +1 -1
  957. package/services/transactions/sendBatchTransactions.js +1 -1
  958. package/services/transactions/sendBatchTransactions.test.js +1 -1
  959. package/services/transactions/sendTransactions.js +1 -1
  960. package/services/transactions/signTransactions.js +1 -1
  961. package/services/transactions/transformAndSignTransactions.js +1 -1
  962. package/services/transactions/updateSignedTransactions.js +1 -1
  963. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  964. package/services/transactions/utils.js +1 -1
  965. package/types/index.js +1 -1
  966. package/types/network.types.d.ts +1 -0
  967. package/types/network.types.js +1 -1
  968. package/utils/account/getAccount.js +1 -1
  969. package/utils/account/getAccountBalance.js +1 -1
  970. package/utils/account/getAccountProviderType.js +1 -1
  971. package/utils/account/getAccountShard.js +1 -1
  972. package/utils/account/getAddress.js +1 -1
  973. package/utils/account/getIsProviderEqualTo.js +1 -1
  974. package/utils/account/getLatestNonce.js +1 -1
  975. package/utils/account/getShardOfAddress.js +1 -1
  976. package/utils/account/getWebviewToken.js +1 -1
  977. package/utils/account/index.js +1 -1
  978. package/utils/account/loginWithExternalProvider.js +1 -1
  979. package/utils/account/refreshAccount.js +1 -1
  980. package/utils/account/setNonce.js +1 -1
  981. package/utils/account/signMessage.js +1 -1
  982. package/utils/getIsLoggedIn.js +1 -1
  983. package/utils/index.js +1 -1
  984. package/utils/logout.js +1 -1
  985. package/utils/network/getChainID.js +1 -1
  986. package/utils/network/getEgldLabel.js +1 -1
  987. package/utils/network/getNetworkConfig.js +1 -1
  988. package/utils/network/index.js +1 -1
  989. package/utils/operations/calculateFeeInFiat.js +1 -1
  990. package/utils/operations/calculateFeeLimit.js +1 -1
  991. package/utils/operations/denominate.js +1 -1
  992. package/utils/operations/formatAmount.js +1 -1
  993. package/utils/operations/index.js +1 -1
  994. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  995. package/utils/operations/ledger/index.js +1 -1
  996. package/utils/operations/nominate.js +1 -1
  997. package/utils/operations/parseAmount.js +1 -1
  998. package/utils/smartContracts.js +1 -1
  999. package/utils/toasts/customToastsActions.js +1 -1
  1000. package/utils/toasts/index.js +1 -1
  1001. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  1002. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  1003. package/utils/transactions/builtCallbackUrl.js +1 -1
  1004. package/utils/transactions/getAllTransactionsLink.js +1 -1
  1005. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  1006. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  1007. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  1008. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  1009. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  1010. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  1011. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  1012. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  1013. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  1014. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  1015. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  1016. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  1017. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  1018. package/utils/transactions/getOperationsDetails.js +1 -1
  1019. package/utils/transactions/getTransactionLink.js +1 -1
  1020. package/utils/transactions/index.js +1 -1
  1021. package/utils/transactions/isGuardianTx.js +1 -1
  1022. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  1023. package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
  1024. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  1025. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  1026. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  1027. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  1028. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  1029. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  1030. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  1031. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  1032. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  1033. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  1034. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  1035. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  1036. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  1037. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  1038. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  1039. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  1040. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  1041. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  1042. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  1043. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  1044. package/utils/validation/index.js +1 -1
  1045. package/utils/validation/maxDecimals.js +1 -1
  1046. package/utils/validation/stringIsFloat.js +1 -1
  1047. package/utils/waitForChainID.js +1 -1
  1048. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  1049. package/web/hooks/index.js +1 -1
  1050. package/web/hooks/useIdleTimer.js +1 -1
  1051. package/web/index.js +1 -1
  1052. package/wrappers/AppInitializer.js +1 -1
  1053. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  1054. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  1055. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  1056. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  1057. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  1058. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  1059. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  1060. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  1061. package/wrappers/DappProvider/CustomComponents.js +1 -1
  1062. package/wrappers/DappProvider/DappProvider.js +1 -1
  1063. package/wrappers/DappProvider/index.js +1 -1
  1064. package/wrappers/index.js +1 -1
  1065. package/__chunks__/chunk-2CEXAXAE.js +0 -2
  1066. package/__chunks__/chunk-3KXYNLZK.js +0 -2
  1067. package/__chunks__/chunk-3NNYBAR4.js +0 -2
  1068. package/__chunks__/chunk-4B4U6TLF.js +0 -2
  1069. package/__chunks__/chunk-4BUROECY.js +0 -2
  1070. package/__chunks__/chunk-4H7QFP32.js +0 -2
  1071. package/__chunks__/chunk-52KNFYBL.js +0 -2
  1072. package/__chunks__/chunk-5JQXLGTT.js +0 -2
  1073. package/__chunks__/chunk-5WMQYBEG.js +0 -2
  1074. package/__chunks__/chunk-5YBLNHWF.js +0 -2
  1075. package/__chunks__/chunk-6WCQBYVF.js +0 -2
  1076. package/__chunks__/chunk-7MPDVVDF.js +0 -2
  1077. package/__chunks__/chunk-AKDCP4Z5.js +0 -2
  1078. package/__chunks__/chunk-BXNKOVQV.js +0 -2
  1079. package/__chunks__/chunk-C64A5PKW.js +0 -2
  1080. package/__chunks__/chunk-FBEJ7MUO.js +0 -2
  1081. package/__chunks__/chunk-FDBB4BNW.js +0 -2
  1082. package/__chunks__/chunk-FGKIRLPF.js +0 -2
  1083. package/__chunks__/chunk-G74QR67S.js +0 -2
  1084. package/__chunks__/chunk-GARHCMQR.js +0 -2
  1085. package/__chunks__/chunk-GZXCPZRM.js +0 -2
  1086. package/__chunks__/chunk-HEFM6TZA.js +0 -2
  1087. package/__chunks__/chunk-HEOKCABE.js +0 -2
  1088. package/__chunks__/chunk-I36IFK5J.js +0 -2
  1089. package/__chunks__/chunk-IDYBQVSU.js +0 -2
  1090. package/__chunks__/chunk-IGOSG6FO.js +0 -2
  1091. package/__chunks__/chunk-IVWKEGZD.js +0 -2
  1092. package/__chunks__/chunk-J7Q73Y4V.js +0 -2
  1093. package/__chunks__/chunk-JDGRTGWL.js +0 -2
  1094. package/__chunks__/chunk-JGQO3IYF.js +0 -2
  1095. package/__chunks__/chunk-JLKYKCSN.js +0 -2
  1096. package/__chunks__/chunk-JQ53BADJ.js +0 -2
  1097. package/__chunks__/chunk-JUW7GXJF.js +0 -2
  1098. package/__chunks__/chunk-JZBGAPJR.js +0 -2
  1099. package/__chunks__/chunk-KEKIJOPE.js +0 -2
  1100. package/__chunks__/chunk-KFFRSEAE.js +0 -2
  1101. package/__chunks__/chunk-KTZAMM4J.js +0 -2
  1102. package/__chunks__/chunk-LBI2QHIC.js +0 -2
  1103. package/__chunks__/chunk-LITJR4IX.js +0 -2
  1104. package/__chunks__/chunk-MC63KUID.js +0 -2
  1105. package/__chunks__/chunk-MJDDTRII.js +0 -2
  1106. package/__chunks__/chunk-N32MM5M3.js +0 -2
  1107. package/__chunks__/chunk-NIRMGV2J.js +0 -2
  1108. package/__chunks__/chunk-OSD627KI.js +0 -2
  1109. package/__chunks__/chunk-P5UKMHMI.js +0 -2
  1110. package/__chunks__/chunk-P6YRKYPP.js +0 -2
  1111. package/__chunks__/chunk-PQZ23AED.js +0 -2
  1112. package/__chunks__/chunk-QH5BX7L6.js +0 -2
  1113. package/__chunks__/chunk-QJDNPNQR.js +0 -2
  1114. package/__chunks__/chunk-R4A35O3P.js +0 -2
  1115. package/__chunks__/chunk-RQB72OQA.js +0 -2
  1116. package/__chunks__/chunk-RQJLGI5S.js +0 -2
  1117. package/__chunks__/chunk-SRTF4Y22.js +0 -2
  1118. package/__chunks__/chunk-TG7HMQFF.js +0 -2
  1119. package/__chunks__/chunk-TI3UJZ3C.js +0 -2
  1120. package/__chunks__/chunk-UFBTFMXX.js +0 -2
  1121. package/__chunks__/chunk-VI7QBYCT.js +0 -2
  1122. package/__chunks__/chunk-W3P3O7UP.js +0 -2
  1123. package/__chunks__/chunk-W5YCFRWB.js +0 -2
  1124. package/__chunks__/chunk-W7OEBOUI.js +0 -2
  1125. package/__chunks__/chunk-WT4MNW3L.js +0 -2
  1126. package/__chunks__/chunk-X3QVIUJC.js +0 -2
  1127. package/__chunks__/chunk-XPJ2VZE6.js +0 -2
  1128. package/__chunks__/chunk-XRRQGWJC.js +0 -2
  1129. package/__chunks__/chunk-XS4FBMAJ.js +0 -2
  1130. package/__chunks__/chunk-Y26CCIRN.js +0 -2
  1131. package/__chunks__/chunk-Y2AZSMDD.js +0 -2
  1132. package/__chunks__/chunk-Y3VZUWSW.js +0 -2
  1133. package/__chunks__/chunk-ZB2PG7MA.js +0 -2
  1134. package/__chunks__/chunk-ZVLCXTYU.js +0 -2
  1135. package/__chunks__/chunk-ZXLAV6FU.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Ur=Object.create;var M=Object.defineProperty;var _r=Object.getOwnPropertyDescriptor;var Er=Object.getOwnPropertyNames,tr=Object.getOwnPropertySymbols,Dr=Object.getPrototypeOf,ir=Object.prototype.hasOwnProperty,Nr=Object.prototype.propertyIsEnumerable;var nr=(t,r,e)=>r in t?M(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e,W=(t,r)=>{for(var e in r||(r={}))ir.call(r,e)&&nr(t,e,r[e]);if(tr)for(var e of tr(r))Nr.call(r,e)&&nr(t,e,r[e]);return t};var Pr=(t,r)=>()=>(t&&(r=t(t=0)),r);var G=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Mr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},ar=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Er(r))!ir.call(t,i)&&i!==e&&M(t,i,{get:()=>r[i],enumerable:!(n=_r(r,i))||n.enumerable});return t};var or=(t,r,e)=>(e=t!=null?Ur(Dr(t)):{},ar(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Wr=t=>ar(M({},"__esModule",{value:!0}),t);var ur=G(H=>{"use strict";l();H.byteLength=Hr;H.toByteArray=Or;H.fromByteArray=zr;var k=[],v=[],Gr=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(L=0,sr=Y.length;L<sr;++L)k[L]=Y[L],v[Y.charCodeAt(L)]=L;var L,sr;v["-".charCodeAt(0)]=62;v["_".charCodeAt(0)]=63;function pr(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 Hr(t){var r=pr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function qr(t,r,e){return(r+e)*3/4-e}function Or(t){var r,e=pr(t),n=e[0],i=e[1],a=new Gr(qr(t,n,i)),o=0,u=i>0?n-4:n,p;for(p=0;p<u;p+=4)r=v[t.charCodeAt(p)]<<18|v[t.charCodeAt(p+1)]<<12|v[t.charCodeAt(p+2)]<<6|v[t.charCodeAt(p+3)],a[o++]=r>>16&255,a[o++]=r>>8&255,a[o++]=r&255;return i===2&&(r=v[t.charCodeAt(p)]<<2|v[t.charCodeAt(p+1)]>>4,a[o++]=r&255),i===1&&(r=v[t.charCodeAt(p)]<<10|v[t.charCodeAt(p+1)]<<4|v[t.charCodeAt(p+2)]>>2,a[o++]=r>>8&255,a[o++]=r&255),a}function Vr(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function Yr(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(Vr(n));return i.join("")}function zr(t){for(var r,e=t.length,n=e%3,i=[],a=16383,o=0,u=e-n;o<u;o+=a)i.push(Yr(t,o,o+a>u?u: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 cr=G(z=>{l();z.read=function(t,r,e,n,i){var a,o,u=i*8-n-1,p=(1<<u)-1,f=p>>1,g=-7,c=e?i-1:0,b=e?-1:1,T=t[r+c];for(c+=b,a=T&(1<<-g)-1,T>>=-g,g+=u;g>0;a=a*256+t[r+c],c+=b,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[r+c],c+=b,g-=8);if(a===0)a=1-f;else{if(a===p)return o?NaN:(T?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(T?-1:1)*o*Math.pow(2,a-n)};z.write=function(t,r,e,n,i,a){var o,u,p,f=a*8-i-1,g=(1<<f)-1,c=g>>1,b=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:a-1,_=n?1:-1,Cr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(u=isNaN(r)?1:0,o=g):(o=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+c>=1?r+=b/p:r+=b*Math.pow(2,1-c),r*p>=2&&(o++,p/=2),o+c>=g?(u=0,o=g):o+c>=1?(u=(r*p-1)*Math.pow(2,i),o=o+c):(u=r*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;t[e+T]=u&255,T+=_,u/=256,i-=8);for(o=o<<i|u,f+=i;f>0;t[e+T]=o&255,T+=_,o/=256,f-=8);t[e+T-_]|=Cr*128}});var kr=G(D=>{"use strict";l();var X=ur(),E=cr(),lr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=Zr;D.INSPECT_MAX_BYTES=50;var q=2147483647;D.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=Xr();!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 Xr(){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 A(t){if(t>q)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 Q(t)}return dr(t,r,e)}s.poolSize=8192;function dr(t,r,e){if(typeof t=="string")return jr(t,r);if(ArrayBuffer.isView(t))return Kr(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(F(t,ArrayBuffer)||t&&F(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(t,SharedArrayBuffer)||t&&F(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=Qr(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 dr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function hr(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 Jr(t,r,e){return hr(t),t<=0?A(t):r!==void 0?typeof e=="string"?A(t).fill(r,e):A(t).fill(r):A(t)}s.alloc=function(t,r,e){return Jr(t,r,e)};function Q(t){return hr(t),A(t<0?0:Z(t)|0)}s.allocUnsafe=function(t){return Q(t)};s.allocUnsafeSlow=function(t){return Q(t)};function jr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=yr(t,r)|0,n=A(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=A(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Kr(t){if(F(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 Qr(t){if(s.isBuffer(t)){var r=Z(t.length)|0,e=A(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?A(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Zr(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(F(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),F(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(F(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 yr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||F(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 br(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=yr;function $r(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 ue(this,r,e);case"utf8":case"utf-8":return xr(this,r,e);case"ascii":return se(this,r,e);case"latin1":case"binary":return pe(this,r,e);case"base64":return ae(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ce(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(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)C(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)C(this,e,e+3),C(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)C(this,e,e+7),C(this,e+1,e+6),C(this,e+2,e+5),C(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?xr(this,0,r):$r.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+">"};lr&&(s.prototype[lr]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,a){if(F(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,u=n-e,p=Math.min(o,u),f=this.slice(i,a),g=r.slice(e,n),c=0;c<p;++c)if(f[c]!==g[c]){o=f[c],u=g[c];break}return o<u?-1:u<o?1:0};function mr(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:fr(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):fr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function fr(t,r,e,n,i){var a=1,o=t.length,u=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,u/=2,e/=2}function p(T,_){return a===1?T[_]:T.readUInt16BE(_*a)}var f;if(i){var g=-1;for(f=e;f<o;f++)if(p(t,f)===p(r,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===u)return g*a}else g!==-1&&(f-=f-g),g=-1}else for(e+u>o&&(e=o-u),f=e;f>=0;f--){for(var c=!0,b=0;b<u;b++)if(p(t,f+b)!==p(r,b)){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 mr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return mr(this,r,e,n,!1)};function re(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 u=parseInt(r.substr(o*2,2),16);if($(u))return o;t[e+o]=u}return o}function ee(t,r,e,n){return O(K(r,t.length-e),t,e,n)}function te(t,r,e,n){return O(ge(r),t,e,n)}function ne(t,r,e,n){return O(br(r),t,e,n)}function ie(t,r,e,n){return O(de(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 re(this,r,e,n);case"utf8":case"utf-8":return ee(this,r,e,n);case"ascii":case"latin1":case"binary":return te(this,r,e,n);case"base64":return ne(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(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 ae(t,r,e){return r===0&&e===t.length?X.fromByteArray(t):X.fromByteArray(t.slice(r,e))}function xr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,u=a>239?4:a>223?3:a>191?2:1;if(i+u<=e){var p,f,g,c;switch(u){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(c=(a&31)<<6|p&63,c>127&&(o=c));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(c=(a&15)<<12|(p&63)<<6|f&63,c>2047&&(c<55296||c>57343)&&(o=c));break;case 4:p=t[i+1],f=t[i+2],g=t[i+3],(p&192)===128&&(f&192)===128&&(g&192)===128&&(c=(a&15)<<18|(p&63)<<12|(f&63)<<6|g&63,c>65535&&c<1114112&&(o=c))}}o===null?(o=65533,u=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=u}return oe(n)}var gr=4096;function oe(t){var r=t.length;if(r<=gr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=gr));return e}function se(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 pe(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 ue(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+=he[t[a]];return i}function ce(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 h(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||h(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||h(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||h(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||h(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||h(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||h(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||h(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||h(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||h(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||h(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||h(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||h(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||h(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||h(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||h(r,4,this.length),E.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||h(r,4,this.length),E.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||h(r,8,this.length),E.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||h(r,8,this.length),E.read(this,r,!1,52,8)};function w(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;w(this,r,e,n,a,0)}var o=1,u=0;for(this[e]=r&255;++u<n&&(o*=256);)this[e+u]=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;w(this,r,e,n,a,0)}var o=n-1,u=1;for(this[e+o]=r&255;--o>=0&&(u*=256);)this[e+o]=r/u&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(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||w(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||w(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||w(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||w(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);w(this,r,e,n,a-1,-a)}var o=0,u=1,p=0;for(this[e]=r&255;++o<n&&(u*=256);)r<0&&p===0&&this[e+o-1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&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);w(this,r,e,n,a-1,-a)}var o=n-1,u=1,p=0;for(this[e+o]=r&255;--o>=0&&(u*=256);)r<0&&p===0&&this[e+o+1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(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||w(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||w(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||w(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||w(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 wr(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 Tr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,4,34028234663852886e22,-34028234663852886e22),E.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return Tr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return Tr(this,r,e,!1,n)};function vr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,8,17976931348623157e292,-17976931348623157e292),E.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return vr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return vr(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 u=s.isBuffer(r)?r:s.from(r,i),p=u.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=u[o%p]}return this};var le=/[^+/0-9A-Za-z-_]/g;function fe(t){if(t=t.split("=")[0],t=t.trim().replace(le,""),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 ge(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function de(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 br(t){return X.toByteArray(fe(t))}function O(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 F(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 he=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=G((Ie,Ar)=>{l();var d=Ar.exports={},I,S;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"?S=clearTimeout:S=er}catch(t){S=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 ye(t){if(S===clearTimeout)return clearTimeout(t);if((S===er||!S)&&clearTimeout)return S=clearTimeout,clearTimeout(t);try{return S(t)}catch(r){try{return S.call(null,t)}catch(e){return S.call(this,t)}}}var B=[],N=!1,U,V=-1;function me(){!N||!U||(N=!1,U.length?B=U.concat(B):V=-1,B.length&&Ir())}function Ir(){if(!N){var t=Fr(me);N=!0;for(var r=B.length;r;){for(U=B,B=[];++V<r;)U&&U[V].run();V=-1,r=B.length}U=null,N=!1,ye(t)}}d.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];B.push(new Sr(t,r)),B.length===1&&!N&&Fr(Ir)};function Sr(t,r){this.fun=t,this.array=r}Sr.prototype.run=function(){this.fun.apply(null,this.array)};d.title="browser";d.browser=!0;d.env={};d.argv=[];d.version="";d.versions={};function R(){}d.on=R;d.addListener=R;d.once=R;d.off=R;d.removeListener=R;d.removeAllListeners=R;d.emit=R;d.prependListener=R;d.prependOnceListener=R;d.listeners=function(t){return[]};d.binding=function(t){throw new Error("process.binding is not supported")};d.cwd=function(){return"/"};d.chdir=function(t){throw new Error("process.chdir is not supported")};d.umask=function(){return 0}});var y,m,Se,l=Pr(()=>{y=or(kr()),m=or(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 Te={};Mr(Te,{getTransactionLinkWithLabel:()=>we});module.exports=Wr(Te);l();l();l();l();l();l();l();var xe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),P=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Rr=(e=>(e.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",e.reloginRequest="RELOGIN_REQUEST",e))(Rr||{}),Ce=W(W({},P.WindowProviderRequestEnums),Rr),Lr=(r=>(r.reloginResponse="RELOGIN_RESPONSE",r))(Lr||{}),Ue=W(W({},P.WindowProviderResponseEnums),Lr);l();l();l();l();l();l();var we=({transaction:t,direction:r})=>{var p;let e=r==="Internal",n=t.sender;if(e)return{link:(p=t.links.senderLink)!=null?p:"",label:"Smart Contract transaction",address:n};let i=r==="Out",a=i?t.links.receiverLink:t.links.senderLink,o="";return r==="Self"&&t.receiverAssets?o=t.receiverAssets.name:(n=i?t.receiver:t.sender,o=i?"To:":"From:"),{label:o,address:n,link:a!=null?a:""}};0&&(module.exports={getTransactionLinkWithLabel});
1
+ "use strict";var Ur=Object.create;var M=Object.defineProperty;var _r=Object.getOwnPropertyDescriptor;var Er=Object.getOwnPropertyNames,tr=Object.getOwnPropertySymbols,Dr=Object.getPrototypeOf,ir=Object.prototype.hasOwnProperty,Nr=Object.prototype.propertyIsEnumerable;var nr=(t,r,e)=>r in t?M(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e,W=(t,r)=>{for(var e in r||(r={}))ir.call(r,e)&&nr(t,e,r[e]);if(tr)for(var e of tr(r))Nr.call(r,e)&&nr(t,e,r[e]);return t};var Pr=(t,r)=>()=>(t&&(r=t(t=0)),r);var G=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Mr=(t,r)=>{for(var e in r)M(t,e,{get:r[e],enumerable:!0})},ar=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Er(r))!ir.call(t,i)&&i!==e&&M(t,i,{get:()=>r[i],enumerable:!(n=_r(r,i))||n.enumerable});return t};var or=(t,r,e)=>(e=t!=null?Ur(Dr(t)):{},ar(r||!t||!t.__esModule?M(e,"default",{value:t,enumerable:!0}):e,t)),Wr=t=>ar(M({},"__esModule",{value:!0}),t);var ur=G(H=>{"use strict";l();H.byteLength=Hr;H.toByteArray=Or;H.fromByteArray=zr;var k=[],v=[],Gr=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(L=0,sr=Y.length;L<sr;++L)k[L]=Y[L],v[Y.charCodeAt(L)]=L;var L,sr;v["-".charCodeAt(0)]=62;v["_".charCodeAt(0)]=63;function pr(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 Hr(t){var r=pr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function qr(t,r,e){return(r+e)*3/4-e}function Or(t){var r,e=pr(t),n=e[0],i=e[1],a=new Gr(qr(t,n,i)),o=0,u=i>0?n-4:n,p;for(p=0;p<u;p+=4)r=v[t.charCodeAt(p)]<<18|v[t.charCodeAt(p+1)]<<12|v[t.charCodeAt(p+2)]<<6|v[t.charCodeAt(p+3)],a[o++]=r>>16&255,a[o++]=r>>8&255,a[o++]=r&255;return i===2&&(r=v[t.charCodeAt(p)]<<2|v[t.charCodeAt(p+1)]>>4,a[o++]=r&255),i===1&&(r=v[t.charCodeAt(p)]<<10|v[t.charCodeAt(p+1)]<<4|v[t.charCodeAt(p+2)]>>2,a[o++]=r>>8&255,a[o++]=r&255),a}function Vr(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function Yr(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(Vr(n));return i.join("")}function zr(t){for(var r,e=t.length,n=e%3,i=[],a=16383,o=0,u=e-n;o<u;o+=a)i.push(Yr(t,o,o+a>u?u: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 cr=G(z=>{l();z.read=function(t,r,e,n,i){var a,o,u=i*8-n-1,p=(1<<u)-1,f=p>>1,g=-7,c=e?i-1:0,b=e?-1:1,T=t[r+c];for(c+=b,a=T&(1<<-g)-1,T>>=-g,g+=u;g>0;a=a*256+t[r+c],c+=b,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[r+c],c+=b,g-=8);if(a===0)a=1-f;else{if(a===p)return o?NaN:(T?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-f}return(T?-1:1)*o*Math.pow(2,a-n)};z.write=function(t,r,e,n,i,a){var o,u,p,f=a*8-i-1,g=(1<<f)-1,c=g>>1,b=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:a-1,_=n?1:-1,Cr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(u=isNaN(r)?1:0,o=g):(o=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+c>=1?r+=b/p:r+=b*Math.pow(2,1-c),r*p>=2&&(o++,p/=2),o+c>=g?(u=0,o=g):o+c>=1?(u=(r*p-1)*Math.pow(2,i),o=o+c):(u=r*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;t[e+T]=u&255,T+=_,u/=256,i-=8);for(o=o<<i|u,f+=i;f>0;t[e+T]=o&255,T+=_,o/=256,f-=8);t[e+T-_]|=Cr*128}});var kr=G(D=>{"use strict";l();var X=ur(),E=cr(),lr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=Zr;D.INSPECT_MAX_BYTES=50;var q=2147483647;D.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=Xr();!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 Xr(){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 A(t){if(t>q)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 Q(t)}return dr(t,r,e)}s.poolSize=8192;function dr(t,r,e){if(typeof t=="string")return jr(t,r);if(ArrayBuffer.isView(t))return Kr(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(F(t,ArrayBuffer)||t&&F(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(t,SharedArrayBuffer)||t&&F(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=Qr(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 dr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function hr(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 Jr(t,r,e){return hr(t),t<=0?A(t):r!==void 0?typeof e=="string"?A(t).fill(r,e):A(t).fill(r):A(t)}s.alloc=function(t,r,e){return Jr(t,r,e)};function Q(t){return hr(t),A(t<0?0:Z(t)|0)}s.allocUnsafe=function(t){return Q(t)};s.allocUnsafeSlow=function(t){return Q(t)};function jr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=yr(t,r)|0,n=A(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=A(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Kr(t){if(F(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 Qr(t){if(s.isBuffer(t)){var r=Z(t.length)|0,e=A(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?A(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Zr(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(F(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),F(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(F(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 yr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||F(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 br(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=yr;function $r(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 ue(this,r,e);case"utf8":case"utf-8":return xr(this,r,e);case"ascii":return se(this,r,e);case"latin1":case"binary":return pe(this,r,e);case"base64":return ae(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ce(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(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)C(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)C(this,e,e+3),C(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)C(this,e,e+7),C(this,e+1,e+6),C(this,e+2,e+5),C(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?xr(this,0,r):$r.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+">"};lr&&(s.prototype[lr]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,a){if(F(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,u=n-e,p=Math.min(o,u),f=this.slice(i,a),g=r.slice(e,n),c=0;c<p;++c)if(f[c]!==g[c]){o=f[c],u=g[c];break}return o<u?-1:u<o?1:0};function mr(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:fr(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):fr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function fr(t,r,e,n,i){var a=1,o=t.length,u=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,u/=2,e/=2}function p(T,_){return a===1?T[_]:T.readUInt16BE(_*a)}var f;if(i){var g=-1;for(f=e;f<o;f++)if(p(t,f)===p(r,g===-1?0:f-g)){if(g===-1&&(g=f),f-g+1===u)return g*a}else g!==-1&&(f-=f-g),g=-1}else for(e+u>o&&(e=o-u),f=e;f>=0;f--){for(var c=!0,b=0;b<u;b++)if(p(t,f+b)!==p(r,b)){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 mr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return mr(this,r,e,n,!1)};function re(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 u=parseInt(r.substr(o*2,2),16);if($(u))return o;t[e+o]=u}return o}function ee(t,r,e,n){return O(K(r,t.length-e),t,e,n)}function te(t,r,e,n){return O(ge(r),t,e,n)}function ne(t,r,e,n){return O(br(r),t,e,n)}function ie(t,r,e,n){return O(de(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 re(this,r,e,n);case"utf8":case"utf-8":return ee(this,r,e,n);case"ascii":case"latin1":case"binary":return te(this,r,e,n);case"base64":return ne(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(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 ae(t,r,e){return r===0&&e===t.length?X.fromByteArray(t):X.fromByteArray(t.slice(r,e))}function xr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var a=t[i],o=null,u=a>239?4:a>223?3:a>191?2:1;if(i+u<=e){var p,f,g,c;switch(u){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(c=(a&31)<<6|p&63,c>127&&(o=c));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(c=(a&15)<<12|(p&63)<<6|f&63,c>2047&&(c<55296||c>57343)&&(o=c));break;case 4:p=t[i+1],f=t[i+2],g=t[i+3],(p&192)===128&&(f&192)===128&&(g&192)===128&&(c=(a&15)<<18|(p&63)<<12|(f&63)<<6|g&63,c>65535&&c<1114112&&(o=c))}}o===null?(o=65533,u=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=u}return oe(n)}var gr=4096;function oe(t){var r=t.length;if(r<=gr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=gr));return e}function se(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 pe(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 ue(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+=he[t[a]];return i}function ce(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 h(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||h(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||h(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||h(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||h(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||h(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||h(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||h(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||h(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||h(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||h(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||h(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||h(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||h(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||h(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||h(r,4,this.length),E.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||h(r,4,this.length),E.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||h(r,8,this.length),E.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||h(r,8,this.length),E.read(this,r,!1,52,8)};function w(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;w(this,r,e,n,a,0)}var o=1,u=0;for(this[e]=r&255;++u<n&&(o*=256);)this[e+u]=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;w(this,r,e,n,a,0)}var o=n-1,u=1;for(this[e+o]=r&255;--o>=0&&(u*=256);)this[e+o]=r/u&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(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||w(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||w(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||w(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||w(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);w(this,r,e,n,a-1,-a)}var o=0,u=1,p=0;for(this[e]=r&255;++o<n&&(u*=256);)r<0&&p===0&&this[e+o-1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&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);w(this,r,e,n,a-1,-a)}var o=n-1,u=1,p=0;for(this[e+o]=r&255;--o>=0&&(u*=256);)r<0&&p===0&&this[e+o+1]!==0&&(p=1),this[e+o]=(r/u>>0)-p&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(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||w(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||w(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||w(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||w(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 wr(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 Tr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,4,34028234663852886e22,-34028234663852886e22),E.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return Tr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return Tr(this,r,e,!1,n)};function vr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,8,17976931348623157e292,-17976931348623157e292),E.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return vr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return vr(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 u=s.isBuffer(r)?r:s.from(r,i),p=u.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=u[o%p]}return this};var le=/[^+/0-9A-Za-z-_]/g;function fe(t){if(t=t.split("=")[0],t=t.trim().replace(le,""),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 ge(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function de(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 br(t){return X.toByteArray(fe(t))}function O(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 F(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 he=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 Rr=G((Ie,Ar)=>{l();var d=Ar.exports={},I,S;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"?S=clearTimeout:S=er}catch(t){S=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 ye(t){if(S===clearTimeout)return clearTimeout(t);if((S===er||!S)&&clearTimeout)return S=clearTimeout,clearTimeout(t);try{return S(t)}catch(r){try{return S.call(null,t)}catch(e){return S.call(this,t)}}}var R=[],N=!1,U,V=-1;function me(){!N||!U||(N=!1,U.length?R=U.concat(R):V=-1,R.length&&Ir())}function Ir(){if(!N){var t=Fr(me);N=!0;for(var r=R.length;r;){for(U=R,R=[];++V<r;)U&&U[V].run();V=-1,r=R.length}U=null,N=!1,ye(t)}}d.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(Ir)};function Sr(t,r){this.fun=t,this.array=r}Sr.prototype.run=function(){this.fun.apply(null,this.array)};d.title="browser";d.browser=!0;d.env={};d.argv=[];d.version="";d.versions={};function B(){}d.on=B;d.addListener=B;d.once=B;d.off=B;d.removeListener=B;d.removeAllListeners=B;d.emit=B;d.prependListener=B;d.prependOnceListener=B;d.listeners=function(t){return[]};d.binding=function(t){throw new Error("process.binding is not supported")};d.cwd=function(){return"/"};d.chdir=function(t){throw new Error("process.chdir is not supported")};d.umask=function(){return 0}});var y,m,Se,l=Pr(()=>{y=or(kr()),m=or(Rr()),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 Te={};Mr(Te,{getTransactionLinkWithLabel:()=>we});module.exports=Wr(Te);l();l();l();l();l();l();l();var xe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),P=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Br=(e=>(e.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",e.reloginRequest="RELOGIN_REQUEST",e))(Br||{}),Ce=W(W({},P.WindowProviderRequestEnums),Br),Lr=(r=>(r.reloginResponse="RELOGIN_RESPONSE",r))(Lr||{}),Ue=W(W({},P.WindowProviderResponseEnums),Lr);l();l();l();l();l();l();var we=({transaction:t,direction:r})=>{var p;let e=r==="Internal",n=t.sender;if(e)return{link:(p=t.links.senderLink)!=null?p:"",label:"Smart Contract transaction",address:n};let i=r==="Out",a=i?t.links.receiverLink:t.links.senderLink,o="";return r==="Self"&&t.receiverAssets?o=t.receiverAssets.name:(n=i?t.receiver:t.sender,o=i?"To:":"From:"),{label:o,address:n,link:a!=null?a:""}};0&&(module.exports={getTransactionLinkWithLabel});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *
@@ -1,8 +1,8 @@
1
- "use strict";var it=Object.create;var te=Object.defineProperty,ot=Object.defineProperties,at=Object.getOwnPropertyDescriptor,st=Object.getOwnPropertyDescriptors,ct=Object.getOwnPropertyNames,We=Object.getOwnPropertySymbols,lt=Object.getPrototypeOf,$e=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable;var Ve=(r,e,t)=>e in r?te(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,U=(r,e)=>{for(var t in e||(e={}))$e.call(e,t)&&Ve(r,t,e[t]);if(We)for(var t of We(e))pt.call(e,t)&&Ve(r,t,e[t]);return r},he=(r,e)=>ot(r,st(e));var ut=(r,e)=>()=>(r&&(e=r(r=0)),e);var ae=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),dt=(r,e)=>{for(var t in e)te(r,t,{get:e[t],enumerable:!0})},He=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of ct(e))!$e.call(r,i)&&i!==t&&te(r,i,{get:()=>e[i],enumerable:!(n=at(e,i))||n.enumerable});return r};var v=(r,e,t)=>(t=r!=null?it(lt(r)):{},He(e||!r||!r.__esModule?te(t,"default",{value:r,enumerable:!0}):t,r)),mt=r=>He(te({},"__esModule",{value:!0}),r);var je=ae(se=>{"use strict";o();se.byteLength=ft;se.toByteArray=yt;se.fromByteArray=wt;var N=[],S=[],gt=typeof Uint8Array!="undefined"?Uint8Array:Array,ye="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(V=0,qe=ye.length;V<qe;++V)N[V]=ye[V],S[ye.charCodeAt(V)]=V;var V,qe;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function ze(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function ft(r){var e=ze(r),t=e[0],n=e[1];return(t+n)*3/4-n}function ht(r,e,t){return(e+t)*3/4-t}function yt(r){var e,t=ze(r),n=t[0],i=t[1],a=new gt(ht(r,n,i)),s=0,d=i>0?n-4:n,m;for(m=0;m<d;m+=4)e=S[r.charCodeAt(m)]<<18|S[r.charCodeAt(m+1)]<<12|S[r.charCodeAt(m+2)]<<6|S[r.charCodeAt(m+3)],a[s++]=e>>16&255,a[s++]=e>>8&255,a[s++]=e&255;return i===2&&(e=S[r.charCodeAt(m)]<<2|S[r.charCodeAt(m+1)]>>4,a[s++]=e&255),i===1&&(e=S[r.charCodeAt(m)]<<10|S[r.charCodeAt(m+1)]<<4|S[r.charCodeAt(m+2)]>>2,a[s++]=e>>8&255,a[s++]=e&255),a}function xt(r){return N[r>>18&63]+N[r>>12&63]+N[r>>6&63]+N[r&63]}function Tt(r,e,t){for(var n,i=[],a=e;a<t;a+=3)n=(r[a]<<16&16711680)+(r[a+1]<<8&65280)+(r[a+2]&255),i.push(xt(n));return i.join("")}function wt(r){for(var e,t=r.length,n=t%3,i=[],a=16383,s=0,d=t-n;s<d;s+=a)i.push(Tt(r,s,s+a>d?d:s+a));return n===1?(e=r[t-1],i.push(N[e>>2]+N[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(N[e>>10]+N[e>>4&63]+N[e<<2&63]+"=")),i.join("")}});var Ke=ae(xe=>{o();xe.read=function(r,e,t,n,i){var a,s,d=i*8-n-1,m=(1<<d)-1,g=m>>1,f=-7,h=t?i-1:0,y=t?-1:1,T=r[e+h];for(h+=y,a=T&(1<<-f)-1,T>>=-f,f+=d;f>0;a=a*256+r[e+h],h+=y,f-=8);for(s=a&(1<<-f)-1,a>>=-f,f+=n;f>0;s=s*256+r[e+h],h+=y,f-=8);if(a===0)a=1-g;else{if(a===m)return s?NaN:(T?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-g}return(T?-1:1)*s*Math.pow(2,a-n)};xe.write=function(r,e,t,n,i,a){var s,d,m,g=a*8-i-1,f=(1<<g)-1,h=f>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:a-1,k=n?1:-1,z=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,s=f):(s=Math.floor(Math.log(e)/Math.LN2),e*(m=Math.pow(2,-s))<1&&(s--,m*=2),s+h>=1?e+=y/m:e+=y*Math.pow(2,1-h),e*m>=2&&(s++,m/=2),s+h>=f?(d=0,s=f):s+h>=1?(d=(e*m-1)*Math.pow(2,i),s=s+h):(d=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;r[t+T]=d&255,T+=k,d/=256,i-=8);for(s=s<<i|d,g+=i;g>0;r[t+T]=s&255,T+=k,s/=256,g-=8);r[t+T-k]|=z*128}});var sr=ae(K=>{"use strict";o();var Te=je(),j=Ke(),Xe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;K.Buffer=c;K.SlowBuffer=It;K.INSPECT_MAX_BYTES=50;var ce=2147483647;K.kMaxLength=ce;c.TYPED_ARRAY_SUPPORT=bt();!c.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 bt(){try{var r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch(t){return!1}}Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.buffer}});Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.byteOffset}});function D(r){if(r>ce)throw new RangeError('The value "'+r+'" is invalid for option "size"');var e=new Uint8Array(r);return Object.setPrototypeOf(e,c.prototype),e}function c(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Se(r)}return Je(r,e,t)}c.poolSize=8192;function Je(r,e,t){if(typeof r=="string")return St(r,e);if(ArrayBuffer.isView(r))return kt(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(E(r,ArrayBuffer)||r&&E(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(E(r,SharedArrayBuffer)||r&&E(r.buffer,SharedArrayBuffer)))return be(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return c.from(n,e,t);var i=At(r);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return c.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}c.from=function(r,e,t){return Je(r,e,t)};Object.setPrototypeOf(c.prototype,Uint8Array.prototype);Object.setPrototypeOf(c,Uint8Array);function Qe(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function vt(r,e,t){return Qe(r),r<=0?D(r):e!==void 0?typeof t=="string"?D(r).fill(e,t):D(r).fill(e):D(r)}c.alloc=function(r,e,t){return vt(r,e,t)};function Se(r){return Qe(r),D(r<0?0:ke(r)|0)}c.allocUnsafe=function(r){return Se(r)};c.allocUnsafeSlow=function(r){return Se(r)};function St(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!c.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=er(r,e)|0,n=D(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function we(r){for(var e=r.length<0?0:ke(r.length)|0,t=D(e),n=0;n<e;n+=1)t[n]=r[n]&255;return t}function kt(r){if(E(r,Uint8Array)){var e=new Uint8Array(r);return be(e.buffer,e.byteOffset,e.byteLength)}return we(r)}function be(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,c.prototype),n}function At(r){if(c.isBuffer(r)){var e=ke(r.length)|0,t=D(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||Ae(r.length)?D(0):we(r);if(r.type==="Buffer"&&Array.isArray(r.data))return we(r.data)}function ke(r){if(r>=ce)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ce.toString(16)+" bytes");return r|0}function It(r){return+r!=r&&(r=0),c.alloc(+r)}c.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==c.prototype};c.compare=function(e,t){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),E(t,Uint8Array)&&(t=c.from(t,t.offset,t.byteLength)),!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var n=e.length,i=t.length,a=0,s=Math.min(n,i);a<s;++a)if(e[a]!==t[a]){n=e[a],i=t[a];break}return n<i?-1:i<n?1:0};c.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}};c.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return c.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var i=c.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var s=e[n];if(E(s,Uint8Array))a+s.length>i.length?c.from(s).copy(i,a):Uint8Array.prototype.set.call(i,s,a);else if(c.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function er(r,e){if(c.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||E(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);var t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return ve(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return ar(r).length;default:if(i)return n?-1:ve(r).length;e=(""+e).toLowerCase(),i=!0}}c.byteLength=er;function Nt(r,e,t){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return Pt(this,e,t);case"utf8":case"utf-8":return tr(this,e,t);case"ascii":return Ot(this,e,t);case"latin1":case"binary":return Bt(this,e,t);case"base64":return Ct(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ut(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}c.prototype._isBuffer=!0;function $(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}c.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 t=0;t<e;t+=2)$(this,t,t+1);return this};c.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 t=0;t<e;t+=4)$(this,t,t+3),$(this,t+1,t+2);return this};c.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 t=0;t<e;t+=8)$(this,t,t+7),$(this,t+1,t+6),$(this,t+2,t+5),$(this,t+3,t+4);return this};c.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?tr(this,0,e):Nt.apply(this,arguments)};c.prototype.toLocaleString=c.prototype.toString;c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:c.compare(this,e)===0};c.prototype.inspect=function(){var e="",t=K.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};Xe&&(c.prototype[Xe]=c.prototype.inspect);c.prototype.compare=function(e,t,n,i,a){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),t<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&t>=n)return 0;if(i>=a)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var s=a-i,d=n-t,m=Math.min(s,d),g=this.slice(i,a),f=e.slice(t,n),h=0;h<m;++h)if(g[h]!==f[h]){s=g[h],d=f[h];break}return s<d?-1:d<s?1:0};function rr(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Ae(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=c.from(e,n)),c.isBuffer(e))return e.length===0?-1:Ye(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):Ye(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function Ye(r,e,t,n,i){var a=1,s=r.length,d=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;a=2,s/=2,d/=2,t/=2}function m(T,k){return a===1?T[k]:T.readUInt16BE(k*a)}var g;if(i){var f=-1;for(g=t;g<s;g++)if(m(r,g)===m(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===d)return f*a}else f!==-1&&(g-=g-f),f=-1}else for(t+d>s&&(t=s-d),g=t;g>=0;g--){for(var h=!0,y=0;y<d;y++)if(m(r,g+y)!==m(e,y)){h=!1;break}if(h)return g}return-1}c.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};c.prototype.indexOf=function(e,t,n){return rr(this,e,t,n,!0)};c.prototype.lastIndexOf=function(e,t,n){return rr(this,e,t,n,!1)};function Et(r,e,t,n){t=Number(t)||0;var i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var s=0;s<n;++s){var d=parseInt(e.substr(s*2,2),16);if(Ae(d))return s;r[t+s]=d}return s}function _t(r,e,t,n){return le(ve(e,r.length-t),r,t,n)}function Rt(r,e,t,n){return le(Wt(e),r,t,n)}function Lt(r,e,t,n){return le(ar(e),r,t,n)}function Dt(r,e,t,n){return le(Vt(e,r.length-t),r,t,n)}c.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var s=!1;;)switch(i){case"hex":return Et(this,e,t,n);case"utf8":case"utf-8":return _t(this,e,t,n);case"ascii":case"latin1":case"binary":return Rt(this,e,t,n);case"base64":return Lt(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dt(this,e,t,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ct(r,e,t){return e===0&&t===r.length?Te.fromByteArray(r):Te.fromByteArray(r.slice(e,t))}function tr(r,e,t){t=Math.min(r.length,t);for(var n=[],i=e;i<t;){var a=r[i],s=null,d=a>239?4:a>223?3:a>191?2:1;if(i+d<=t){var m,g,f,h;switch(d){case 1:a<128&&(s=a);break;case 2:m=r[i+1],(m&192)===128&&(h=(a&31)<<6|m&63,h>127&&(s=h));break;case 3:m=r[i+1],g=r[i+2],(m&192)===128&&(g&192)===128&&(h=(a&15)<<12|(m&63)<<6|g&63,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:m=r[i+1],g=r[i+2],f=r[i+3],(m&192)===128&&(g&192)===128&&(f&192)===128&&(h=(a&15)<<18|(m&63)<<12|(g&63)<<6|f&63,h>65535&&h<1114112&&(s=h))}}s===null?(s=65533,d=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=d}return Ft(n)}var Ze=4096;function Ft(r){var e=r.length;if(e<=Ze)return String.fromCharCode.apply(String,r);for(var t="",n=0;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Ze));return t}function Ot(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function Bt(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function Pt(r,e,t){var n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);for(var i="",a=e;a<t;++a)i+=$t[r[a]];return i}function Ut(r,e,t){for(var n=r.slice(e,t),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}c.prototype.slice=function(e,t){var n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);var i=this.subarray(e,t);return Object.setPrototypeOf(i,c.prototype),i};function w(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}c.prototype.readUintLE=c.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=this[e],a=1,s=0;++s<t&&(a*=256);)i+=this[e+s]*a;return i};c.prototype.readUintBE=c.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=this[e+--t],a=1;t>0&&(a*=256);)i+=this[e+--t]*a;return i};c.prototype.readUint8=c.prototype.readUInt8=function(e,t){return e=e>>>0,t||w(e,1,this.length),this[e]};c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||w(e,2,this.length),this[e]|this[e+1]<<8};c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||w(e,2,this.length),this[e]<<8|this[e+1]};c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||w(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||w(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};c.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=this[e],a=1,s=0;++s<t&&(a*=256);)i+=this[e+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*t)),i};c.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=t,a=1,s=this[e+--i];i>0&&(a*=256);)s+=this[e+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*t)),s};c.prototype.readInt8=function(e,t){return e=e>>>0,t||w(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};c.prototype.readInt16LE=function(e,t){e=e>>>0,t||w(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};c.prototype.readInt16BE=function(e,t){e=e>>>0,t||w(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};c.prototype.readInt32LE=function(e,t){return e=e>>>0,t||w(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};c.prototype.readInt32BE=function(e,t){return e=e>>>0,t||w(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};c.prototype.readFloatLE=function(e,t){return e=e>>>0,t||w(e,4,this.length),j.read(this,e,!0,23,4)};c.prototype.readFloatBE=function(e,t){return e=e>>>0,t||w(e,4,this.length),j.read(this,e,!1,23,4)};c.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||w(e,8,this.length),j.read(this,e,!0,52,8)};c.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||w(e,8,this.length),j.read(this,e,!1,52,8)};function b(r,e,t,n,i,a){if(!c.isBuffer(r))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(t+n>r.length)throw new RangeError("Index out of range")}c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,t,n,a,0)}var s=1,d=0;for(this[t]=e&255;++d<n&&(s*=256);)this[t+d]=e/s&255;return t+n};c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,t,n,a,0)}var s=n-1,d=1;for(this[t+s]=e&255;--s>=0&&(d*=256);)this[t+s]=e/d&255;return t+n};c.prototype.writeUint8=c.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,1,255,0),this[t]=e&255,t+1};c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};c.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,t,n,a-1,-a)}var s=0,d=1,m=0;for(this[t]=e&255;++s<n&&(d*=256);)e<0&&m===0&&this[t+s-1]!==0&&(m=1),this[t+s]=(e/d>>0)-m&255;return t+n};c.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,t,n,a-1,-a)}var s=n-1,d=1,m=0;for(this[t+s]=e&255;--s>=0&&(d*=256);)e<0&&m===0&&this[t+s+1]!==0&&(m=1),this[t+s]=(e/d>>0)-m&255;return t+n};c.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};c.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};c.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};c.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};c.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function nr(r,e,t,n,i,a){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function ir(r,e,t,n,i){return e=+e,t=t>>>0,i||nr(r,e,t,4,34028234663852886e22,-34028234663852886e22),j.write(r,e,t,n,23,4),t+4}c.prototype.writeFloatLE=function(e,t,n){return ir(this,e,t,!0,n)};c.prototype.writeFloatBE=function(e,t,n){return ir(this,e,t,!1,n)};function or(r,e,t,n,i){return e=+e,t=t>>>0,i||nr(r,e,t,8,17976931348623157e292,-17976931348623157e292),j.write(r,e,t,n,52,8),t+8}c.prototype.writeDoubleLE=function(e,t,n){return or(this,e,t,!0,n)};c.prototype.writeDoubleBE=function(e,t,n){return or(this,e,t,!1,n)};c.prototype.copy=function(e,t,n,i){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<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-t<i-n&&(i=e.length-t+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),a};c.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=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"&&!c.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(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var s;if(typeof e=="number")for(s=t;s<n;++s)this[s]=e;else{var d=c.isBuffer(e)?e:c.from(e,i),m=d.length;if(m===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<n-t;++s)this[s+t]=d[s%m]}return this};var Mt=/[^+/0-9A-Za-z-_]/g;function Gt(r){if(r=r.split("=")[0],r=r.trim().replace(Mt,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function ve(r,e){e=e||1/0;for(var t,n=r.length,i=null,a=[],s=0;s<n;++s){if(t=r.charCodeAt(s),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&a.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;a.push(t)}else if(t<2048){if((e-=2)<0)break;a.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return a}function Wt(r){for(var e=[],t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function Vt(r,e){for(var t,n,i,a=[],s=0;s<r.length&&!((e-=2)<0);++s)t=r.charCodeAt(s),n=t>>8,i=t%256,a.push(i),a.push(n);return a}function ar(r){return Te.toByteArray(Gt(r))}function le(r,e,t,n){for(var i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function E(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function Ae(r){return r!==r}var $t=function(){for(var r="0123456789abcdef",e=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)e[n+i]=r[t]+r[i];return e}()});var dr=ae((Dn,ur)=>{o();var x=ur.exports={},_,R;function Ie(){throw new Error("setTimeout has not been defined")}function Ne(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?_=setTimeout:_=Ie}catch(r){_=Ie}try{typeof clearTimeout=="function"?R=clearTimeout:R=Ne}catch(r){R=Ne}})();function cr(r){if(_===setTimeout)return setTimeout(r,0);if((_===Ie||!_)&&setTimeout)return _=setTimeout,setTimeout(r,0);try{return _(r,0)}catch(e){try{return _.call(null,r,0)}catch(t){return _.call(this,r,0)}}}function Ht(r){if(R===clearTimeout)return clearTimeout(r);if((R===Ne||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(r);try{return R(r)}catch(e){try{return R.call(null,r)}catch(t){return R.call(this,r)}}}var C=[],X=!1,H,pe=-1;function qt(){!X||!H||(X=!1,H.length?C=H.concat(C):pe=-1,C.length&&lr())}function lr(){if(!X){var r=cr(qt);X=!0;for(var e=C.length;e;){for(H=C,C=[];++pe<e;)H&&H[pe].run();pe=-1,e=C.length}H=null,X=!1,Ht(r)}}x.nextTick=function(r){var e=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)e[t-1]=arguments[t];C.push(new pr(r,e)),C.length===1&&!X&&cr(lr)};function pr(r,e){this.fun=r,this.array=e}pr.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function F(){}x.on=F;x.addListener=F;x.once=F;x.off=F;x.removeListener=F;x.removeAllListeners=F;x.emit=F;x.prependListener=F;x.prependOnceListener=F;x.listeners=function(r){return[]};x.binding=function(r){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(r){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var l,p,Cn,o=ut(()=>{l=v(sr()),p=v(dr()),Cn=function(r){function e(){var n=this||self;return delete r.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();r.defineProperty(r.prototype,"__magic__",{configurable:!0,get:e});var t=__magic__;return t}(Object)});var In={};dt(In,{getEventListDataHexValue:()=>zt,getEventListHighlight:()=>jt,getOperationDirection:()=>Xt,getOperationList:()=>et,getScResultsDecodedData:()=>Yt,getScResultsHighlight:()=>Zt,getScamFlag:()=>Jt,getShardText:()=>en,getTextWithLinks:()=>fr,getTransactionActionNftText:()=>an,getTransactionActionTokenText:()=>sn,getTransactionFee:()=>ln,getTransactionLinkWithLabel:()=>pn,getTransactionMessages:()=>dn,getTransactionStatus:()=>gn,getTransactionStatusText:()=>fn,getTrimmedHash:()=>hn,getVisibleOperations:()=>yn,internalTransactionActions:()=>Qr,transactionActionUnwrapper:()=>xn,useDataDecode:()=>Sn,useDataDecodeMethod:()=>kn,useGetOperationList:()=>An});module.exports=mt(In);o();o();var zt=r=>l.Buffer.from(String(r==null?void 0:r.data),"base64").toString("hex");o();o();o();var mr=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Y=()=>{if(!mr())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:e,hash:t,origin:n,href:i,search:a}}=window;return{pathname:e,hash:t,origin:n,href:i,search:a}};var jt=(r,e)=>{var d;let{hash:t}=Y(),n=t.split("/"),i=n[0]?n[0].replace("#",""):"",a=(d=n[1])!=null?d:0;return i===e&&r.order===Number(a)};o();o();var Ee=(n=>(n.nft="nft",n.esdt="esdt",n.egld="egld",n))(Ee||{});var O=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(O||{});var Xt=({operation:r,address:e})=>{let t=e===r.sender,n=e===r.receiver,i=t&&n,a=!i,s="";switch(!0){case t:s="Out";break;case n:s="In";break;case i:s="Self";break;case a:s="Internal";break}return{direction:s}};o();o();o();function ue(r){for(let e=0;e<r.length;e++)if(r.charCodeAt(e)>127)return!1;return!0}function _e(r){let e=r;try{let t=l.Buffer.from(r,"hex").toString();ue(t)&&t.length>1&&(e=t)}catch(t){}return e}var Yt=r=>{let e=l.Buffer.from(r,"base64").toString().split("@");return e.length>=2&&(e[0].length>0?e[0]=_e(e[0]):e[1]=_e(e[1])),e.join("@")};o();var Zt=r=>{let{hash:e}=Y();return e.substring(0,e.indexOf("/")>0?e.indexOf("/"):e.length).replace("#","")===r};o();var gr=v(require("linkifyjs")),fr=r=>{let e=gr.find(r);if(!e.length)return{textWithLinks:r,hasLinks:!1};let t=r;for(let n of e){let i=r.substring(n.start,n.end);t=t.replace(i,n.value)}return{textWithLinks:t,hasLinks:!0}},Jt=({message:r,scamInfo:e,isNsfw:t,verified:n,messagePrefix:i="Message hidden due to suspicious content - "})=>{var m;if(n)return{message:"",textWithLinks:"",isSuspicious:!1};let a=`${i}${(m=e==null?void 0:e.info)!=null?m:"suspicious content"}`,{textWithLinks:s,hasLinks:d}=fr(r);return d||t||e?{message:a,textWithLinks:s,isSuspicious:!0}:{message:"",textWithLinks:s,isSuspicious:!1}};o();o();o();o();o();o();o();o();o();o();o();o();o();o();o();o();var Qt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Z=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var hr=(t=>(t.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",t.reloginRequest="RELOGIN_REQUEST",t))(hr||{}),ci=U(U({},Z.WindowProviderRequestEnums),hr),yr=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(yr||{}),li=U(U({},Z.WindowProviderResponseEnums),yr);o();o();o();o();o();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",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:xr,egldLabel:Ai}=Re["devnet"],{chainId:Tr,egldLabel:Ii}=Re["testnet"],{chainId:wr,egldLabel:Ni}=Re["mainnet"];var Ei={["devnet"]:xr,["testnet"]:Tr,["mainnet"]:wr},_i={[xr]:"devnet",[Tr]:"testnet",[wr]:"mainnet"};o();o();var L=require("@multiversx/sdk-web-wallet-provider");o();o();var Le=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var br,vr,De=String((vr=(br=Le.safeWindow)==null?void 0:br.navigator)==null?void 0:vr.userAgent),Oi=/^((?!chrome|android).)*safari/i.test(De),Bi=/firefox/i.test(De)&&/windows/i.test(De);var I=18,J=4;var Sr=4294967295,kr=4294967280;var Ar="refundedGas";var Q="0";var en=r=>{let e=r;typeof e=="string"&&e.includes("Shard")&&(e=e.replace("Shard","").replace(" ",""));let t=Sr.toString()===String(e).toString()||String(e)==="metachain",n=kr.toString()===String(e).toString();return t?"Metachain":n?"All Shards":`Shard ${e}`};o();o();o();o();o();var Nr=require("@multiversx/sdk-core"),M=v(require("bignumber.js"));o();var Ir=v(require("bignumber.js")),Ce=(r,e=!0)=>{let t=String(r);if(!t.match(/^[-]?\d+$/))return!1;let n=new Ir.default(t),i=!e||n.isGreaterThanOrEqualTo(0);return n.toString(10)===t&&i};o();function B(r){return{if:function(e){return e?{then:t=>t instanceof Function?B(t(r)):B(t)}:{then:()=>B(r)}},then:e=>e instanceof Function?B(e(r)):B(e),valueOf:function(){return r}}}M.default.config({ROUNDING_MODE:M.default.ROUND_FLOOR});function G({input:r,decimals:e=I,digits:t=J,showLastNonZeroDecimal:n=!0,showIsLessThanDecimalsLabel:i=!1,addCommas:a=!1}){if(!Ce(r,!1))throw new Error("Invalid input");let s=new M.default(r).isNegative(),d=r;return s&&(d=r.substring(1)),B(d).then(()=>Nr.TokenTransfer.fungibleFromBigInteger("",d,e).amountAsBigInteger.shiftedBy(-e).toFixed(e)).then(m=>{let g=new M.default(m);if(g.isZero())return Q;let f=g.toString(10),[h,y]=f.split("."),T=new M.default(y||0),k=B(0).if(Boolean(y&&n)).then(()=>Math.max(y.length,t)).if(T.isZero()&&!n).then(0).if(Boolean(y&&!n)).then(()=>Math.min(y.length,t)).valueOf(),z=y&&t>=1&&t<=y.length&&T.isGreaterThan(0)&&new M.default(y.substring(0,t)).isZero(),rt=g.toFormat(k);return B(f).if(a).then(rt).if(Boolean(z)).then(ne=>{let re=new M.default(h).isZero(),[A,ie]=ne.split("."),oe=new Array(t-1).fill(0),tt=[...oe,0].join(""),nt=[...oe,1].join("");return re?i?`<${A}.${nt}`:n?`${A}.${ie}`:A:`${A}.${tt}`}).if(Boolean(!z&&y)).then(ne=>{let[re]=ne.split("."),A=y.substring(0,k);if(n){let ie=t-A.length;if(ie>0){let oe=Array(ie).fill(0).join("");return A=`${A}${oe}`,`${re}.${A}`}return ne}return A?`${re}.${A}`:re}).valueOf()}).if(s).then(m=>`-${m}`).valueOf()}o();o();var rn=require("@multiversx/sdk-core"),tn=v(require("bignumber.js"));o();var Fe=require("@multiversx/sdk-core"),on=v(require("bignumber.js"));o();o();o();var nn=v(require("bignumber.js"));o();o();o();o();o();o();o();o();o();o();var W="accounts";var Er="blocks",_r="code",Rr="collections";var Lr="contracts";var Dr="identities";var Cr="locked-accounts",Fr="logs",Or="miniblocks";var Oe="nfts",Br="nodes",Be="providers",Pr="roles",Pe="sc-results";var ee="tokens";var q="transactions";var de={shard:r=>`/${Er}?shard=${r}`,receiverShard:r=>`/${q}?receivershard=${r}`,senderShard:r=>`/${q}?sendershard=${r}`,transactionDetails:r=>`/${q}/${r}`,transactionDetailsScResults:r=>`/${q}/${r}/${Pe}`,transactionDetailsLogs:r=>`/${q}/${r}/${Fr}`,nodeDetails:r=>`/${Br}/${r}`,accountDetails:r=>`/${W}/${r}`,accountDetailsContractCode:r=>`/${W}/${r}/${_r}`,accountDetailsTokens:r=>`/${W}/${r}/${ee}`,accountDetailsNfts:r=>`/${W}/${r}/${Oe}`,accountDetailsScResults:r=>`/${W}/${r}/${Pe}`,accountDetailsContracts:r=>`/${W}/${r}/${Lr}`,identityDetails:r=>`/${Dr}/${r}`,tokenDetails:r=>`/${ee}/${r}`,tokenDetailsAccounts:r=>`/${ee}/${r}/${W}`,tokenDetailsLockedAccounts:r=>`/${ee}/${r}/${Cr}`,tokenDetailsRoles:r=>`/${ee}/${r}/${Pr}`,collectionDetails:r=>`/${Rr}/${r}`,nftDetails:r=>`/${Oe}/${r}`,providerDetails:r=>`/${Be}/${r}`,providerDetailsTransactions:r=>`/${Be}/${r}/${q}`,miniblockDetails:r=>`/${Or}/${r}`};function an({token:r,noValue:e,showLastNonZeroDecimal:t}){var g;let n=!e&&r.value&&r.type!=="NonFungibleESDT",i=r.decimals!=null,a="";r.type==="NonFungibleESDT"&&(a="NFT"),r.type==="SemiFungibleESDT"&&(a="SFT"),r.type==="MetaESDT"&&(a="Meta-ESDT");let s="";n&&i&&(s=i?G({input:r.value,decimals:r.decimals,digits:2,showLastNonZeroDecimal:t}):Number(r.value).toLocaleString("en"));let d=de.nftDetails(String(r.identifier)),m=r.ticker===r.collection&&(g=r.identifier)!=null?g:r.ticker;return{badgeText:a,tokenFormattedAmount:n?s:null,tokenExplorerLink:d,tokenLinkText:m,token:r,noValue:e,showLastNonZeroDecimal:t}}o();function sn({token:r,noValue:e,showLastNonZeroDecimal:t}){var d;let n=Boolean(!e&&r.value),i=n?G({input:r.value,decimals:(d=r.decimals)!=null?d:I,digits:2,showLastNonZeroDecimal:t,addCommas:!0}):null,a=de.tokenDetails(String(r.token)),s=r.ticker;return{tokenExplorerLink:a,tokenFormattedAmount:i,showFormattedAmount:n,tokenLinkText:s,token:r,showLastNonZeroDecimal:t}}o();var Ue=v(require("bignumber.js")),cn=r=>{let e=new Ue.default(r.gasPrice),t=new Ue.default(r.gasUsed);return e.times(t).toString()};function ln(r){return r.fee?r.fee:r.gasUsed===void 0?null:cn(r)}o();var pn=({transaction:r,direction:e})=>{var m;let t=e==="Internal",n=r.sender;if(t)return{link:(m=r.links.senderLink)!=null?m:"",label:"Smart Contract transaction",address:n};let i=e==="Out",a=i?r.links.receiverLink:r.links.senderLink,s="";return e==="Self"&&r.receiverAssets?s=r.receiverAssets.name:(n=i?r.receiver:r.sender,s=i?"To:":"From:"),{label:s,address:n,link:a!=null?a:""}};o();o();function Ur(r){var e,t;return(t=(e=r==null?void 0:r.operations)==null?void 0:e.map(n=>n.message).filter(n=>Boolean(n)))!=null?t:[]}o();var Mr=v(require("bignumber.js"));var un=r=>{var e,t;if(!((e=r.receipt)!=null&&e.value))return"";if(((t=r.receipt)==null?void 0:t.data)===Ar){let n=G({input:r.receipt.value,decimals:I,digits:J,showLastNonZeroDecimal:!0});return new Mr.default(n).times(r.gasPrice).times(100).toFixed()}return r.receipt.value};function Gr(r){var i;let e=(i=r.receipt)==null?void 0:i.data;if(!e)return"";let t=un(r),n=t?`: ${t}`:"";return`${e}${n}`}o();function Me(r){var e,t;return(t=(e=r==null?void 0:r.results)==null?void 0:e.map(n=>n.returnMessage).filter(n=>Boolean(n)))!=null?t:[]}function dn(r){return Array.from(new Set([...Me(r),...Ur(r),Gr(r)])).filter(t=>Boolean(t))}o();function gn(r){let e=s=>r.status.toLowerCase()===s.toLowerCase(),t=e("fail")||e("reward-reverted"),n=e("success"),i=e("not executed")||e("invalid"),a=e("pending")||r.pendingResults;return{failed:t,success:n,invalid:i,pending:a}}o();var fn=r=>{switch(!0){case r.pendingResults:return"Pending (Smart Contract Execution)";case r.status==="reward-reverted":return"fail";default:return r.status.toString()}};o();var hn=(r,e=4)=>`${r.substring(0,Math.floor(r.length/e))}...${r.substring(r.length-Math.ceil(r.length/e))}`;o();var yn=r=>{var t,n;return(n=(t=r==null?void 0:r.operations)==null?void 0:t.filter(i=>Object.values(Ee).includes(i.type)))!=null?n:[]};o();o();o();var Vr=r=>{var e,t;switch(r.name){case"transfer":return["Transfer",{token:(e=r.arguments)==null?void 0:e.transfers},"to",{address:(t=r.arguments)==null?void 0:t.receiver}];default:return[]}};o();var $r=v(require("bignumber.js"));var Hr=r=>{var e,t,n,i,a,s,d,m,g,f,h,y;switch(r.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(e=r.arguments)==null?void 0:e.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(t=r.arguments)==null?void 0:t.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(n=r.arguments)==null?void 0:n.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(i=r.arguments)==null?void 0:i.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(a=r.arguments)==null?void 0:a.transfers}];case"swapTokensFixedInput":case"swap":return r.description?[r.description]:[];case"swapTokensFixedOutput":return r.description?[r.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(s=r.arguments)==null?void 0:s.transfers[0]]},"and",{token:[(d=r.arguments)==null?void 0:d.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(m=r.arguments)==null?void 0:m.transfers}];case"mergeLockedAssetTokens":let T=Q;if((g=r.arguments)!=null&&g.transfers){let k=r.arguments.transfers.map(({value:z})=>z);T=$r.default.sum.apply(null,k).toString(10)}return[`Merge ${(f=r.arguments)==null?void 0:f.transfers.length}`,{tokenNoLink:[(h=r.arguments)==null?void 0:h.transfers[0]]},"positions into a single",{tokenNoLink:[(y=r.arguments)==null?void 0:y.transfers[0]]},"position of value",{value:T}];case"wrapEgld":case"unwrapEgld":default:return r.description?[r.description]:[]}};o();var qr=r=>{var e,t,n,i,a,s,d,m,g,f,h,y;switch(r.name){case"delegate":case"stake":return["Delegate",{egldValue:(e=r.arguments)==null?void 0:e.value},"to staking provider",{providerName:(t=r.arguments)==null?void 0:t.providerName,providerAvatar:(n=r.arguments)==null?void 0:n.providerAvatar}];case"unDelegate":return["Undelegate",{egldValue:(i=r.arguments)==null?void 0:i.value},"from staking provider",{providerName:(a=r.arguments)==null?void 0:a.providerName,providerAvatar:(s=r.arguments)==null?void 0:s.providerAvatar}];case"claimRewards":return["Claim rewards from staking provider",{providerName:(d=r.arguments)==null?void 0:d.providerName,providerAvatar:(m=r.arguments)==null?void 0:m.providerAvatar}];case"reDelegateRewards":return["Redelegate rewards from staking provider",{providerName:(g=r.arguments)==null?void 0:g.providerName,providerAvatar:(f=r.arguments)==null?void 0:f.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(h=r.arguments)==null?void 0:h.providerName,providerAvatar:(y=r.arguments)==null?void 0:y.providerAvatar}];default:return[]}};var xn=r=>{if(!r.arguments)return r.description?[r.description]:[r.name];switch(r.category){case"esdtNft":return Vr(r);case"mex":return Hr(r);case"stake":return qr(r);default:return r.description?[r.description]:[]}};o();var ge=require("react");o();o();o();o();var Kr=require("@multiversx/sdk-core"),Ge=v(require("bignumber.js"));o();var zr=require("@multiversx/sdk-core");function Tn(r){try{return zr.Address.isValid(r)}catch(e){return!1}}function jr(r){return/^\w+$/.test(r)&&Tn(r)}o();o();o();o();var P=(r,e,t)=>{switch(e){case"text":try{return l.Buffer.from(r,"hex").toString("utf8")}catch(n){}return r;case"decimal":return r!==""?new Ge.default(r,16).toString(10):"";case"smart":try{let n=Kr.Address.fromHex(r).toString();if(jr(n))return n}catch(n){}try{let n=l.Buffer.from(r,"hex").toString("utf8");if(ue(n))return n;{if(t&&[...t.esdts,...t.nfts].some(s=>n.includes(s)))return n;let i=new Ge.default(r,16);return i.isFinite()?i.toString(10):r}}catch(n){}return r;case"raw":default:return r}};o();o();var wn=r=>r.toLowerCase().match(/^[0-9a-f]+$/i),bn=r=>r.length%2===0,Xr=r=>{let e=[];return r&&!wn(r)&&e.push(`Invalid Hex characters on argument @${r}`),r&&!bn(r)&&e.push(`Odd number of Hex characters on argument @${r}`),e};o();var me=({parts:r,decodedParts:e,identifier:t})=>{let n=[...e];if(r[0]==="ESDTNFTTransfer"&&r[2]&&(n[2]=P(r[2],"decimal")),t==="ESDTNFTTransfer"&&r[1]){let i=l.Buffer.from(String(r[1]),"base64");n[1]=P(i.toString("hex"),"decimal")}return n};var Yr=({parts:r,decodeMethod:e,identifier:t,display:n})=>{let i=r.map((s,d)=>{if(r.length>=2&&(d===0&&s.length<64||d===1&&!r[0]))return/[^a-z0-9]/gi.test(s)?P(s,e):s;{let m=Xr(s);return m!=null&&m.length&&(n.validationWarnings=Array.from(new Set([...n.validationWarnings,...m]))),P(s,e)}});return e==="smart"?me({parts:r,decodedParts:i,identifier:t}):i};var Zr=({input:r,decodeMethod:e,identifier:t})=>{let n={displayValue:"",validationWarnings:[]};if(!r.includes("@")&&!r.includes(`
1
+ "use strict";var it=Object.create;var te=Object.defineProperty,ot=Object.defineProperties,at=Object.getOwnPropertyDescriptor,st=Object.getOwnPropertyDescriptors,ct=Object.getOwnPropertyNames,We=Object.getOwnPropertySymbols,lt=Object.getPrototypeOf,$e=Object.prototype.hasOwnProperty,pt=Object.prototype.propertyIsEnumerable;var Ve=(r,e,t)=>e in r?te(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,U=(r,e)=>{for(var t in e||(e={}))$e.call(e,t)&&Ve(r,t,e[t]);if(We)for(var t of We(e))pt.call(e,t)&&Ve(r,t,e[t]);return r},he=(r,e)=>ot(r,st(e));var ut=(r,e)=>()=>(r&&(e=r(r=0)),e);var ae=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),dt=(r,e)=>{for(var t in e)te(r,t,{get:e[t],enumerable:!0})},He=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of ct(e))!$e.call(r,i)&&i!==t&&te(r,i,{get:()=>e[i],enumerable:!(n=at(e,i))||n.enumerable});return r};var v=(r,e,t)=>(t=r!=null?it(lt(r)):{},He(e||!r||!r.__esModule?te(t,"default",{value:r,enumerable:!0}):t,r)),gt=r=>He(te({},"__esModule",{value:!0}),r);var je=ae(se=>{"use strict";o();se.byteLength=ft;se.toByteArray=yt;se.fromByteArray=wt;var N=[],S=[],mt=typeof Uint8Array!="undefined"?Uint8Array:Array,ye="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(V=0,qe=ye.length;V<qe;++V)N[V]=ye[V],S[ye.charCodeAt(V)]=V;var V,qe;S["-".charCodeAt(0)]=62;S["_".charCodeAt(0)]=63;function ze(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function ft(r){var e=ze(r),t=e[0],n=e[1];return(t+n)*3/4-n}function ht(r,e,t){return(e+t)*3/4-t}function yt(r){var e,t=ze(r),n=t[0],i=t[1],a=new mt(ht(r,n,i)),s=0,d=i>0?n-4:n,g;for(g=0;g<d;g+=4)e=S[r.charCodeAt(g)]<<18|S[r.charCodeAt(g+1)]<<12|S[r.charCodeAt(g+2)]<<6|S[r.charCodeAt(g+3)],a[s++]=e>>16&255,a[s++]=e>>8&255,a[s++]=e&255;return i===2&&(e=S[r.charCodeAt(g)]<<2|S[r.charCodeAt(g+1)]>>4,a[s++]=e&255),i===1&&(e=S[r.charCodeAt(g)]<<10|S[r.charCodeAt(g+1)]<<4|S[r.charCodeAt(g+2)]>>2,a[s++]=e>>8&255,a[s++]=e&255),a}function xt(r){return N[r>>18&63]+N[r>>12&63]+N[r>>6&63]+N[r&63]}function Tt(r,e,t){for(var n,i=[],a=e;a<t;a+=3)n=(r[a]<<16&16711680)+(r[a+1]<<8&65280)+(r[a+2]&255),i.push(xt(n));return i.join("")}function wt(r){for(var e,t=r.length,n=t%3,i=[],a=16383,s=0,d=t-n;s<d;s+=a)i.push(Tt(r,s,s+a>d?d:s+a));return n===1?(e=r[t-1],i.push(N[e>>2]+N[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(N[e>>10]+N[e>>4&63]+N[e<<2&63]+"=")),i.join("")}});var Ke=ae(xe=>{o();xe.read=function(r,e,t,n,i){var a,s,d=i*8-n-1,g=(1<<d)-1,m=g>>1,f=-7,h=t?i-1:0,y=t?-1:1,T=r[e+h];for(h+=y,a=T&(1<<-f)-1,T>>=-f,f+=d;f>0;a=a*256+r[e+h],h+=y,f-=8);for(s=a&(1<<-f)-1,a>>=-f,f+=n;f>0;s=s*256+r[e+h],h+=y,f-=8);if(a===0)a=1-m;else{if(a===g)return s?NaN:(T?-1:1)*(1/0);s=s+Math.pow(2,n),a=a-m}return(T?-1:1)*s*Math.pow(2,a-n)};xe.write=function(r,e,t,n,i,a){var s,d,g,m=a*8-i-1,f=(1<<m)-1,h=f>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:a-1,k=n?1:-1,z=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(d=isNaN(e)?1:0,s=f):(s=Math.floor(Math.log(e)/Math.LN2),e*(g=Math.pow(2,-s))<1&&(s--,g*=2),s+h>=1?e+=y/g:e+=y*Math.pow(2,1-h),e*g>=2&&(s++,g/=2),s+h>=f?(d=0,s=f):s+h>=1?(d=(e*g-1)*Math.pow(2,i),s=s+h):(d=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;r[t+T]=d&255,T+=k,d/=256,i-=8);for(s=s<<i|d,m+=i;m>0;r[t+T]=s&255,T+=k,s/=256,m-=8);r[t+T-k]|=z*128}});var sr=ae(K=>{"use strict";o();var Te=je(),j=Ke(),Xe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;K.Buffer=c;K.SlowBuffer=It;K.INSPECT_MAX_BYTES=50;var ce=2147483647;K.kMaxLength=ce;c.TYPED_ARRAY_SUPPORT=bt();!c.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 bt(){try{var r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch(t){return!1}}Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.buffer}});Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(!!c.isBuffer(this))return this.byteOffset}});function D(r){if(r>ce)throw new RangeError('The value "'+r+'" is invalid for option "size"');var e=new Uint8Array(r);return Object.setPrototypeOf(e,c.prototype),e}function c(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Se(r)}return Je(r,e,t)}c.poolSize=8192;function Je(r,e,t){if(typeof r=="string")return St(r,e);if(ArrayBuffer.isView(r))return kt(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(E(r,ArrayBuffer)||r&&E(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(E(r,SharedArrayBuffer)||r&&E(r.buffer,SharedArrayBuffer)))return be(r,e,t);if(typeof r=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return c.from(n,e,t);var i=At(r);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return c.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}c.from=function(r,e,t){return Je(r,e,t)};Object.setPrototypeOf(c.prototype,Uint8Array.prototype);Object.setPrototypeOf(c,Uint8Array);function Qe(r){if(typeof r!="number")throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function vt(r,e,t){return Qe(r),r<=0?D(r):e!==void 0?typeof t=="string"?D(r).fill(e,t):D(r).fill(e):D(r)}c.alloc=function(r,e,t){return vt(r,e,t)};function Se(r){return Qe(r),D(r<0?0:ke(r)|0)}c.allocUnsafe=function(r){return Se(r)};c.allocUnsafeSlow=function(r){return Se(r)};function St(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!c.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=er(r,e)|0,n=D(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function we(r){for(var e=r.length<0?0:ke(r.length)|0,t=D(e),n=0;n<e;n+=1)t[n]=r[n]&255;return t}function kt(r){if(E(r,Uint8Array)){var e=new Uint8Array(r);return be(e.buffer,e.byteOffset,e.byteLength)}return we(r)}function be(r,e,t){if(e<0||r.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(r.byteLength<e+(t||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,c.prototype),n}function At(r){if(c.isBuffer(r)){var e=ke(r.length)|0,t=D(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||Ae(r.length)?D(0):we(r);if(r.type==="Buffer"&&Array.isArray(r.data))return we(r.data)}function ke(r){if(r>=ce)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ce.toString(16)+" bytes");return r|0}function It(r){return+r!=r&&(r=0),c.alloc(+r)}c.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==c.prototype};c.compare=function(e,t){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),E(t,Uint8Array)&&(t=c.from(t,t.offset,t.byteLength)),!c.isBuffer(e)||!c.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var n=e.length,i=t.length,a=0,s=Math.min(n,i);a<s;++a)if(e[a]!==t[a]){n=e[a],i=t[a];break}return n<i?-1:i<n?1:0};c.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}};c.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return c.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var i=c.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var s=e[n];if(E(s,Uint8Array))a+s.length>i.length?c.from(s).copy(i,a):Uint8Array.prototype.set.call(i,s,a);else if(c.isBuffer(s))s.copy(i,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=s.length}return i};function er(r,e){if(c.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||E(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);var t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return ve(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return ar(r).length;default:if(i)return n?-1:ve(r).length;e=(""+e).toLowerCase(),i=!0}}c.byteLength=er;function Nt(r,e,t){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return Pt(this,e,t);case"utf8":case"utf-8":return tr(this,e,t);case"ascii":return Ot(this,e,t);case"latin1":case"binary":return Bt(this,e,t);case"base64":return Ct(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ut(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}c.prototype._isBuffer=!0;function $(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}c.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 t=0;t<e;t+=2)$(this,t,t+1);return this};c.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 t=0;t<e;t+=4)$(this,t,t+3),$(this,t+1,t+2);return this};c.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 t=0;t<e;t+=8)$(this,t,t+7),$(this,t+1,t+6),$(this,t+2,t+5),$(this,t+3,t+4);return this};c.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?tr(this,0,e):Nt.apply(this,arguments)};c.prototype.toLocaleString=c.prototype.toString;c.prototype.equals=function(e){if(!c.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:c.compare(this,e)===0};c.prototype.inspect=function(){var e="",t=K.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};Xe&&(c.prototype[Xe]=c.prototype.inspect);c.prototype.compare=function(e,t,n,i,a){if(E(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),t<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&t>=n)return 0;if(i>=a)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var s=a-i,d=n-t,g=Math.min(s,d),m=this.slice(i,a),f=e.slice(t,n),h=0;h<g;++h)if(m[h]!==f[h]){s=m[h],d=f[h];break}return s<d?-1:d<s?1:0};function rr(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Ae(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=c.from(e,n)),c.isBuffer(e))return e.length===0?-1:Ye(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):Ye(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function Ye(r,e,t,n,i){var a=1,s=r.length,d=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;a=2,s/=2,d/=2,t/=2}function g(T,k){return a===1?T[k]:T.readUInt16BE(k*a)}var m;if(i){var f=-1;for(m=t;m<s;m++)if(g(r,m)===g(e,f===-1?0:m-f)){if(f===-1&&(f=m),m-f+1===d)return f*a}else f!==-1&&(m-=m-f),f=-1}else for(t+d>s&&(t=s-d),m=t;m>=0;m--){for(var h=!0,y=0;y<d;y++)if(g(r,m+y)!==g(e,y)){h=!1;break}if(h)return m}return-1}c.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};c.prototype.indexOf=function(e,t,n){return rr(this,e,t,n,!0)};c.prototype.lastIndexOf=function(e,t,n){return rr(this,e,t,n,!1)};function Et(r,e,t,n){t=Number(t)||0;var i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var s=0;s<n;++s){var d=parseInt(e.substr(s*2,2),16);if(Ae(d))return s;r[t+s]=d}return s}function _t(r,e,t,n){return le(ve(e,r.length-t),r,t,n)}function Rt(r,e,t,n){return le(Wt(e),r,t,n)}function Lt(r,e,t,n){return le(ar(e),r,t,n)}function Dt(r,e,t,n){return le(Vt(e,r.length-t),r,t,n)}c.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var s=!1;;)switch(i){case"hex":return Et(this,e,t,n);case"utf8":case"utf-8":return _t(this,e,t,n);case"ascii":case"latin1":case"binary":return Rt(this,e,t,n);case"base64":return Lt(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Dt(this,e,t,n);default:if(s)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),s=!0}};c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ct(r,e,t){return e===0&&t===r.length?Te.fromByteArray(r):Te.fromByteArray(r.slice(e,t))}function tr(r,e,t){t=Math.min(r.length,t);for(var n=[],i=e;i<t;){var a=r[i],s=null,d=a>239?4:a>223?3:a>191?2:1;if(i+d<=t){var g,m,f,h;switch(d){case 1:a<128&&(s=a);break;case 2:g=r[i+1],(g&192)===128&&(h=(a&31)<<6|g&63,h>127&&(s=h));break;case 3:g=r[i+1],m=r[i+2],(g&192)===128&&(m&192)===128&&(h=(a&15)<<12|(g&63)<<6|m&63,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:g=r[i+1],m=r[i+2],f=r[i+3],(g&192)===128&&(m&192)===128&&(f&192)===128&&(h=(a&15)<<18|(g&63)<<12|(m&63)<<6|f&63,h>65535&&h<1114112&&(s=h))}}s===null?(s=65533,d=1):s>65535&&(s-=65536,n.push(s>>>10&1023|55296),s=56320|s&1023),n.push(s),i+=d}return Ft(n)}var Ze=4096;function Ft(r){var e=r.length;if(e<=Ze)return String.fromCharCode.apply(String,r);for(var t="",n=0;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Ze));return t}function Ot(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function Bt(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function Pt(r,e,t){var n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);for(var i="",a=e;a<t;++a)i+=$t[r[a]];return i}function Ut(r,e,t){for(var n=r.slice(e,t),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}c.prototype.slice=function(e,t){var n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);var i=this.subarray(e,t);return Object.setPrototypeOf(i,c.prototype),i};function w(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}c.prototype.readUintLE=c.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=this[e],a=1,s=0;++s<t&&(a*=256);)i+=this[e+s]*a;return i};c.prototype.readUintBE=c.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=this[e+--t],a=1;t>0&&(a*=256);)i+=this[e+--t]*a;return i};c.prototype.readUint8=c.prototype.readUInt8=function(e,t){return e=e>>>0,t||w(e,1,this.length),this[e]};c.prototype.readUint16LE=c.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||w(e,2,this.length),this[e]|this[e+1]<<8};c.prototype.readUint16BE=c.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||w(e,2,this.length),this[e]<<8|this[e+1]};c.prototype.readUint32LE=c.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||w(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};c.prototype.readUint32BE=c.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||w(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};c.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=this[e],a=1,s=0;++s<t&&(a*=256);)i+=this[e+s]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*t)),i};c.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||w(e,t,this.length);for(var i=t,a=1,s=this[e+--i];i>0&&(a*=256);)s+=this[e+--i]*a;return a*=128,s>=a&&(s-=Math.pow(2,8*t)),s};c.prototype.readInt8=function(e,t){return e=e>>>0,t||w(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};c.prototype.readInt16LE=function(e,t){e=e>>>0,t||w(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};c.prototype.readInt16BE=function(e,t){e=e>>>0,t||w(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};c.prototype.readInt32LE=function(e,t){return e=e>>>0,t||w(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};c.prototype.readInt32BE=function(e,t){return e=e>>>0,t||w(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};c.prototype.readFloatLE=function(e,t){return e=e>>>0,t||w(e,4,this.length),j.read(this,e,!0,23,4)};c.prototype.readFloatBE=function(e,t){return e=e>>>0,t||w(e,4,this.length),j.read(this,e,!1,23,4)};c.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||w(e,8,this.length),j.read(this,e,!0,52,8)};c.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||w(e,8,this.length),j.read(this,e,!1,52,8)};function b(r,e,t,n,i,a){if(!c.isBuffer(r))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(t+n>r.length)throw new RangeError("Index out of range")}c.prototype.writeUintLE=c.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,t,n,a,0)}var s=1,d=0;for(this[t]=e&255;++d<n&&(s*=256);)this[t+d]=e/s&255;return t+n};c.prototype.writeUintBE=c.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,t,n,a,0)}var s=n-1,d=1;for(this[t+s]=e&255;--s>=0&&(d*=256);)this[t+s]=e/d&255;return t+n};c.prototype.writeUint8=c.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,1,255,0),this[t]=e&255,t+1};c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};c.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,t,n,a-1,-a)}var s=0,d=1,g=0;for(this[t]=e&255;++s<n&&(d*=256);)e<0&&g===0&&this[t+s-1]!==0&&(g=1),this[t+s]=(e/d>>0)-g&255;return t+n};c.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,t,n,a-1,-a)}var s=n-1,d=1,g=0;for(this[t+s]=e&255;--s>=0&&(d*=256);)e<0&&g===0&&this[t+s+1]!==0&&(g=1),this[t+s]=(e/d>>0)-g&255;return t+n};c.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};c.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};c.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};c.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};c.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||b(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function nr(r,e,t,n,i,a){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function ir(r,e,t,n,i){return e=+e,t=t>>>0,i||nr(r,e,t,4,34028234663852886e22,-34028234663852886e22),j.write(r,e,t,n,23,4),t+4}c.prototype.writeFloatLE=function(e,t,n){return ir(this,e,t,!0,n)};c.prototype.writeFloatBE=function(e,t,n){return ir(this,e,t,!1,n)};function or(r,e,t,n,i){return e=+e,t=t>>>0,i||nr(r,e,t,8,17976931348623157e292,-17976931348623157e292),j.write(r,e,t,n,52,8),t+8}c.prototype.writeDoubleLE=function(e,t,n){return or(this,e,t,!0,n)};c.prototype.writeDoubleBE=function(e,t,n){return or(this,e,t,!1,n)};c.prototype.copy=function(e,t,n,i){if(!c.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<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-t<i-n&&(i=e.length-t+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),a};c.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=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"&&!c.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(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var s;if(typeof e=="number")for(s=t;s<n;++s)this[s]=e;else{var d=c.isBuffer(e)?e:c.from(e,i),g=d.length;if(g===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(s=0;s<n-t;++s)this[s+t]=d[s%g]}return this};var Mt=/[^+/0-9A-Za-z-_]/g;function Gt(r){if(r=r.split("=")[0],r=r.trim().replace(Mt,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function ve(r,e){e=e||1/0;for(var t,n=r.length,i=null,a=[],s=0;s<n;++s){if(t=r.charCodeAt(s),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(s+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&a.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;a.push(t)}else if(t<2048){if((e-=2)<0)break;a.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return a}function Wt(r){for(var e=[],t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function Vt(r,e){for(var t,n,i,a=[],s=0;s<r.length&&!((e-=2)<0);++s)t=r.charCodeAt(s),n=t>>8,i=t%256,a.push(i),a.push(n);return a}function ar(r){return Te.toByteArray(Gt(r))}function le(r,e,t,n){for(var i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function E(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function Ae(r){return r!==r}var $t=function(){for(var r="0123456789abcdef",e=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)e[n+i]=r[t]+r[i];return e}()});var dr=ae((Dn,ur)=>{o();var x=ur.exports={},_,R;function Ie(){throw new Error("setTimeout has not been defined")}function Ne(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?_=setTimeout:_=Ie}catch(r){_=Ie}try{typeof clearTimeout=="function"?R=clearTimeout:R=Ne}catch(r){R=Ne}})();function cr(r){if(_===setTimeout)return setTimeout(r,0);if((_===Ie||!_)&&setTimeout)return _=setTimeout,setTimeout(r,0);try{return _(r,0)}catch(e){try{return _.call(null,r,0)}catch(t){return _.call(this,r,0)}}}function Ht(r){if(R===clearTimeout)return clearTimeout(r);if((R===Ne||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(r);try{return R(r)}catch(e){try{return R.call(null,r)}catch(t){return R.call(this,r)}}}var C=[],X=!1,H,pe=-1;function qt(){!X||!H||(X=!1,H.length?C=H.concat(C):pe=-1,C.length&&lr())}function lr(){if(!X){var r=cr(qt);X=!0;for(var e=C.length;e;){for(H=C,C=[];++pe<e;)H&&H[pe].run();pe=-1,e=C.length}H=null,X=!1,Ht(r)}}x.nextTick=function(r){var e=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)e[t-1]=arguments[t];C.push(new pr(r,e)),C.length===1&&!X&&cr(lr)};function pr(r,e){this.fun=r,this.array=e}pr.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function F(){}x.on=F;x.addListener=F;x.once=F;x.off=F;x.removeListener=F;x.removeAllListeners=F;x.emit=F;x.prependListener=F;x.prependOnceListener=F;x.listeners=function(r){return[]};x.binding=function(r){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(r){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var l,p,Cn,o=ut(()=>{l=v(sr()),p=v(dr()),Cn=function(r){function e(){var n=this||self;return delete r.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();r.defineProperty(r.prototype,"__magic__",{configurable:!0,get:e});var t=__magic__;return t}(Object)});var In={};dt(In,{getEventListDataHexValue:()=>zt,getEventListHighlight:()=>jt,getOperationDirection:()=>Xt,getOperationList:()=>et,getScResultsDecodedData:()=>Yt,getScResultsHighlight:()=>Zt,getScamFlag:()=>Jt,getShardText:()=>en,getTextWithLinks:()=>fr,getTransactionActionNftText:()=>an,getTransactionActionTokenText:()=>sn,getTransactionFee:()=>ln,getTransactionLinkWithLabel:()=>pn,getTransactionMessages:()=>dn,getTransactionStatus:()=>mn,getTransactionStatusText:()=>fn,getTrimmedHash:()=>hn,getVisibleOperations:()=>yn,internalTransactionActions:()=>Qr,transactionActionUnwrapper:()=>xn,useDataDecode:()=>Sn,useDataDecodeMethod:()=>kn,useGetOperationList:()=>An});module.exports=gt(In);o();o();var zt=r=>l.Buffer.from(String(r==null?void 0:r.data),"base64").toString("hex");o();o();o();var gr=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined";var Y=()=>{if(!gr())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:e,hash:t,origin:n,href:i,search:a}}=window;return{pathname:e,hash:t,origin:n,href:i,search:a}};var jt=(r,e)=>{var d;let{hash:t}=Y(),n=t.split("/"),i=n[0]?n[0].replace("#",""):"",a=(d=n[1])!=null?d:0;return i===e&&r.order===Number(a)};o();o();var Ee=(n=>(n.nft="nft",n.esdt="esdt",n.egld="egld",n))(Ee||{});var O=(i=>(i.raw="raw",i.text="text",i.decimal="decimal",i.smart="smart",i))(O||{});var Xt=({operation:r,address:e})=>{let t=e===r.sender,n=e===r.receiver,i=t&&n,a=!i,s="";switch(!0){case t:s="Out";break;case n:s="In";break;case i:s="Self";break;case a:s="Internal";break}return{direction:s}};o();o();o();function ue(r){for(let e=0;e<r.length;e++)if(r.charCodeAt(e)>127)return!1;return!0}function _e(r){let e=r;try{let t=l.Buffer.from(r,"hex").toString();ue(t)&&t.length>1&&(e=t)}catch(t){}return e}var Yt=r=>{let e=l.Buffer.from(r,"base64").toString().split("@");return e.length>=2&&(e[0].length>0?e[0]=_e(e[0]):e[1]=_e(e[1])),e.join("@")};o();var Zt=r=>{let{hash:e}=Y();return e.substring(0,e.indexOf("/")>0?e.indexOf("/"):e.length).replace("#","")===r};o();var mr=v(require("linkifyjs")),fr=r=>{let e=mr.find(r);if(!e.length)return{textWithLinks:r,hasLinks:!1};let t=r;for(let n of e){let i=r.substring(n.start,n.end);t=t.replace(i,n.value)}return{textWithLinks:t,hasLinks:!0}},Jt=({message:r,scamInfo:e,isNsfw:t,verified:n,messagePrefix:i="Message hidden due to suspicious content - "})=>{var g;if(n)return{message:"",textWithLinks:"",isSuspicious:!1};let a=`${i}${(g=e==null?void 0:e.info)!=null?g:"suspicious content"}`,{textWithLinks:s,hasLinks:d}=fr(r);return d||t||e?{message:a,textWithLinks:s,isSuspicious:!0}:{message:"",textWithLinks:s,isSuspicious:!1}};o();o();o();o();o();o();o();o();o();o();o();o();o();o();o();o();var Qt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Z=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var hr=(t=>(t.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",t.reloginRequest="RELOGIN_REQUEST",t))(hr||{}),ci=U(U({},Z.WindowProviderRequestEnums),hr),yr=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(yr||{}),li=U(U({},Z.WindowProviderResponseEnums),yr);o();o();o();o();o();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",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},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",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:xr,egldLabel:Ai}=Re["devnet"],{chainId:Tr,egldLabel:Ii}=Re["testnet"],{chainId:wr,egldLabel:Ni}=Re["mainnet"];var Ei={["devnet"]:xr,["testnet"]:Tr,["mainnet"]:wr},_i={[xr]:"devnet",[Tr]:"testnet",[wr]:"mainnet"};o();o();var L=require("@multiversx/sdk-web-wallet-provider");o();o();var Le=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var br,vr,De=String((vr=(br=Le.safeWindow)==null?void 0:br.navigator)==null?void 0:vr.userAgent),Oi=/^((?!chrome|android).)*safari/i.test(De),Bi=/firefox/i.test(De)&&/windows/i.test(De);var I=18,J=4;var Sr=4294967295,kr=4294967280;var Ar="refundedGas";var Q="0";var en=r=>{let e=r;typeof e=="string"&&e.includes("Shard")&&(e=e.replace("Shard","").replace(" ",""));let t=Sr.toString()===String(e).toString()||String(e)==="metachain",n=kr.toString()===String(e).toString();return t?"Metachain":n?"All Shards":`Shard ${e}`};o();o();o();o();o();var Nr=require("@multiversx/sdk-core"),M=v(require("bignumber.js"));o();var Ir=v(require("bignumber.js")),Ce=(r,e=!0)=>{let t=String(r);if(!t.match(/^[-]?\d+$/))return!1;let n=new Ir.default(t),i=!e||n.isGreaterThanOrEqualTo(0);return n.toString(10)===t&&i};o();function B(r){return{if:function(e){return e?{then:t=>t instanceof Function?B(t(r)):B(t)}:{then:()=>B(r)}},then:e=>e instanceof Function?B(e(r)):B(e),valueOf:function(){return r}}}M.default.config({ROUNDING_MODE:M.default.ROUND_FLOOR});function G({input:r,decimals:e=I,digits:t=J,showLastNonZeroDecimal:n=!0,showIsLessThanDecimalsLabel:i=!1,addCommas:a=!1}){if(!Ce(r,!1))throw new Error("Invalid input");let s=new M.default(r).isNegative(),d=r;return s&&(d=r.substring(1)),B(d).then(()=>Nr.TokenTransfer.fungibleFromBigInteger("",d,e).amountAsBigInteger.shiftedBy(-e).toFixed(e)).then(g=>{let m=new M.default(g);if(m.isZero())return Q;let f=m.toString(10),[h,y]=f.split("."),T=new M.default(y||0),k=B(0).if(Boolean(y&&n)).then(()=>Math.max(y.length,t)).if(T.isZero()&&!n).then(0).if(Boolean(y&&!n)).then(()=>Math.min(y.length,t)).valueOf(),z=y&&t>=1&&t<=y.length&&T.isGreaterThan(0)&&new M.default(y.substring(0,t)).isZero(),rt=m.toFormat(k);return B(f).if(a).then(rt).if(Boolean(z)).then(ne=>{let re=new M.default(h).isZero(),[A,ie]=ne.split("."),oe=new Array(t-1).fill(0),tt=[...oe,0].join(""),nt=[...oe,1].join("");return re?i?`<${A}.${nt}`:n?`${A}.${ie}`:A:`${A}.${tt}`}).if(Boolean(!z&&y)).then(ne=>{let[re]=ne.split("."),A=y.substring(0,k);if(n){let ie=t-A.length;if(ie>0){let oe=Array(ie).fill(0).join("");return A=`${A}${oe}`,`${re}.${A}`}return ne}return A?`${re}.${A}`:re}).valueOf()}).if(s).then(g=>`-${g}`).valueOf()}o();o();var rn=require("@multiversx/sdk-core"),tn=v(require("bignumber.js"));o();var Fe=require("@multiversx/sdk-core"),on=v(require("bignumber.js"));o();o();o();var nn=v(require("bignumber.js"));o();o();o();o();o();o();o();o();o();o();var W="accounts";var Er="blocks",_r="code",Rr="collections";var Lr="contracts";var Dr="identities";var Cr="locked-accounts",Fr="logs",Or="miniblocks";var Oe="nfts",Br="nodes",Be="providers",Pr="roles",Pe="sc-results";var ee="tokens";var q="transactions";var de={shard:r=>`/${Er}?shard=${r}`,receiverShard:r=>`/${q}?receivershard=${r}`,senderShard:r=>`/${q}?sendershard=${r}`,transactionDetails:r=>`/${q}/${r}`,transactionDetailsScResults:r=>`/${q}/${r}/${Pe}`,transactionDetailsLogs:r=>`/${q}/${r}/${Fr}`,nodeDetails:r=>`/${Br}/${r}`,accountDetails:r=>`/${W}/${r}`,accountDetailsContractCode:r=>`/${W}/${r}/${_r}`,accountDetailsTokens:r=>`/${W}/${r}/${ee}`,accountDetailsNfts:r=>`/${W}/${r}/${Oe}`,accountDetailsScResults:r=>`/${W}/${r}/${Pe}`,accountDetailsContracts:r=>`/${W}/${r}/${Lr}`,identityDetails:r=>`/${Dr}/${r}`,tokenDetails:r=>`/${ee}/${r}`,tokenDetailsAccounts:r=>`/${ee}/${r}/${W}`,tokenDetailsLockedAccounts:r=>`/${ee}/${r}/${Cr}`,tokenDetailsRoles:r=>`/${ee}/${r}/${Pr}`,collectionDetails:r=>`/${Rr}/${r}`,nftDetails:r=>`/${Oe}/${r}`,providerDetails:r=>`/${Be}/${r}`,providerDetailsTransactions:r=>`/${Be}/${r}/${q}`,miniblockDetails:r=>`/${Or}/${r}`};function an({token:r,noValue:e,showLastNonZeroDecimal:t}){var m;let n=!e&&r.value&&r.type!=="NonFungibleESDT",i=r.decimals!=null,a="";r.type==="NonFungibleESDT"&&(a="NFT"),r.type==="SemiFungibleESDT"&&(a="SFT"),r.type==="MetaESDT"&&(a="Meta-ESDT");let s="";n&&i&&(s=i?G({input:r.value,decimals:r.decimals,digits:2,showLastNonZeroDecimal:t}):Number(r.value).toLocaleString("en"));let d=de.nftDetails(String(r.identifier)),g=r.ticker===r.collection&&(m=r.identifier)!=null?m:r.ticker;return{badgeText:a,tokenFormattedAmount:n?s:null,tokenExplorerLink:d,tokenLinkText:g,token:r,noValue:e,showLastNonZeroDecimal:t}}o();function sn({token:r,noValue:e,showLastNonZeroDecimal:t}){var d;let n=Boolean(!e&&r.value),i=n?G({input:r.value,decimals:(d=r.decimals)!=null?d:I,digits:2,showLastNonZeroDecimal:t,addCommas:!0}):null,a=de.tokenDetails(String(r.token)),s=r.ticker;return{tokenExplorerLink:a,tokenFormattedAmount:i,showFormattedAmount:n,tokenLinkText:s,token:r,showLastNonZeroDecimal:t}}o();var Ue=v(require("bignumber.js")),cn=r=>{let e=new Ue.default(r.gasPrice),t=new Ue.default(r.gasUsed);return e.times(t).toString()};function ln(r){return r.fee?r.fee:r.gasUsed===void 0?null:cn(r)}o();var pn=({transaction:r,direction:e})=>{var g;let t=e==="Internal",n=r.sender;if(t)return{link:(g=r.links.senderLink)!=null?g:"",label:"Smart Contract transaction",address:n};let i=e==="Out",a=i?r.links.receiverLink:r.links.senderLink,s="";return e==="Self"&&r.receiverAssets?s=r.receiverAssets.name:(n=i?r.receiver:r.sender,s=i?"To:":"From:"),{label:s,address:n,link:a!=null?a:""}};o();o();function Ur(r){var e,t;return(t=(e=r==null?void 0:r.operations)==null?void 0:e.map(n=>n.message).filter(n=>Boolean(n)))!=null?t:[]}o();var Mr=v(require("bignumber.js"));var un=r=>{var e,t;if(!((e=r.receipt)!=null&&e.value))return"";if(((t=r.receipt)==null?void 0:t.data)===Ar){let n=G({input:r.receipt.value,decimals:I,digits:J,showLastNonZeroDecimal:!0});return new Mr.default(n).times(r.gasPrice).times(100).toFixed()}return r.receipt.value};function Gr(r){var i;let e=(i=r.receipt)==null?void 0:i.data;if(!e)return"";let t=un(r),n=t?`: ${t}`:"";return`${e}${n}`}o();function Me(r){var e,t;return(t=(e=r==null?void 0:r.results)==null?void 0:e.map(n=>n.returnMessage).filter(n=>Boolean(n)))!=null?t:[]}function dn(r){return Array.from(new Set([...Me(r),...Ur(r),Gr(r)])).filter(t=>Boolean(t))}o();function mn(r){let e=s=>r.status.toLowerCase()===s.toLowerCase(),t=e("fail")||e("reward-reverted"),n=e("success"),i=e("not executed")||e("invalid"),a=e("pending")||r.pendingResults;return{failed:t,success:n,invalid:i,pending:a}}o();var fn=r=>{switch(!0){case r.pendingResults:return"Pending (Smart Contract Execution)";case r.status==="reward-reverted":return"fail";default:return r.status.toString()}};o();var hn=(r,e=4)=>`${r.substring(0,Math.floor(r.length/e))}...${r.substring(r.length-Math.ceil(r.length/e))}`;o();var yn=r=>{var t,n;return(n=(t=r==null?void 0:r.operations)==null?void 0:t.filter(i=>Object.values(Ee).includes(i.type)))!=null?n:[]};o();o();o();var Vr=r=>{var e,t;switch(r.name){case"transfer":return["Transfer",{token:(e=r.arguments)==null?void 0:e.transfers},"to",{address:(t=r.arguments)==null?void 0:t.receiver}];default:return[]}};o();var $r=v(require("bignumber.js"));var Hr=r=>{var e,t,n,i,a,s,d,g,m,f,h,y;switch(r.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(e=r.arguments)==null?void 0:e.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(t=r.arguments)==null?void 0:t.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(n=r.arguments)==null?void 0:n.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(i=r.arguments)==null?void 0:i.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(a=r.arguments)==null?void 0:a.transfers}];case"swapTokensFixedInput":case"swap":return r.description?[r.description]:[];case"swapTokensFixedOutput":return r.description?[r.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(s=r.arguments)==null?void 0:s.transfers[0]]},"and",{token:[(d=r.arguments)==null?void 0:d.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(g=r.arguments)==null?void 0:g.transfers}];case"mergeLockedAssetTokens":let T=Q;if((m=r.arguments)!=null&&m.transfers){let k=r.arguments.transfers.map(({value:z})=>z);T=$r.default.sum.apply(null,k).toString(10)}return[`Merge ${(f=r.arguments)==null?void 0:f.transfers.length}`,{tokenNoLink:[(h=r.arguments)==null?void 0:h.transfers[0]]},"positions into a single",{tokenNoLink:[(y=r.arguments)==null?void 0:y.transfers[0]]},"position of value",{value:T}];case"wrapEgld":case"unwrapEgld":default:return r.description?[r.description]:[]}};o();var qr=r=>{var e,t,n,i,a,s,d,g,m,f,h,y;switch(r.name){case"delegate":case"stake":return["Delegate",{egldValue:(e=r.arguments)==null?void 0:e.value},"to staking provider",{providerName:(t=r.arguments)==null?void 0:t.providerName,providerAvatar:(n=r.arguments)==null?void 0:n.providerAvatar}];case"unDelegate":return["Undelegate",{egldValue:(i=r.arguments)==null?void 0:i.value},"from staking provider",{providerName:(a=r.arguments)==null?void 0:a.providerName,providerAvatar:(s=r.arguments)==null?void 0:s.providerAvatar}];case"claimRewards":return["Claim rewards from staking provider",{providerName:(d=r.arguments)==null?void 0:d.providerName,providerAvatar:(g=r.arguments)==null?void 0:g.providerAvatar}];case"reDelegateRewards":return["Redelegate rewards from staking provider",{providerName:(m=r.arguments)==null?void 0:m.providerName,providerAvatar:(f=r.arguments)==null?void 0:f.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(h=r.arguments)==null?void 0:h.providerName,providerAvatar:(y=r.arguments)==null?void 0:y.providerAvatar}];default:return[]}};var xn=r=>{if(!r.arguments)return r.description?[r.description]:[r.name];switch(r.category){case"esdtNft":return Vr(r);case"mex":return Hr(r);case"stake":return qr(r);default:return r.description?[r.description]:[]}};o();var me=require("react");o();o();o();o();var Kr=require("@multiversx/sdk-core"),Ge=v(require("bignumber.js"));o();var zr=require("@multiversx/sdk-core");function Tn(r){try{return zr.Address.isValid(r)}catch(e){return!1}}function jr(r){return/^\w+$/.test(r)&&Tn(r)}o();o();o();o();var P=(r,e,t)=>{switch(e){case"text":try{return l.Buffer.from(r,"hex").toString("utf8")}catch(n){}return r;case"decimal":return r!==""?new Ge.default(r,16).toString(10):"";case"smart":try{let n=Kr.Address.fromHex(r).toString();if(jr(n))return n}catch(n){}try{let n=l.Buffer.from(r,"hex").toString("utf8");if(ue(n))return n;{if(t&&[...t.esdts,...t.nfts].some(s=>n.includes(s)))return n;let i=new Ge.default(r,16);return i.isFinite()?i.toString(10):r}}catch(n){}return r;case"raw":default:return r}};o();o();var wn=r=>r.toLowerCase().match(/^[0-9a-f]+$/i),bn=r=>r.length%2===0,Xr=r=>{let e=[];return r&&!wn(r)&&e.push(`Invalid Hex characters on argument @${r}`),r&&!bn(r)&&e.push(`Odd number of Hex characters on argument @${r}`),e};o();var ge=({parts:r,decodedParts:e,identifier:t})=>{let n=[...e];if(r[0]==="ESDTNFTTransfer"&&r[2]&&(n[2]=P(r[2],"decimal")),t==="ESDTNFTTransfer"&&r[1]){let i=l.Buffer.from(String(r[1]),"base64");n[1]=P(i.toString("hex"),"decimal")}return n};var Yr=({parts:r,decodeMethod:e,identifier:t,display:n})=>{let i=r.map((s,d)=>{if(r.length>=2&&(d===0&&s.length<64||d===1&&!r[0]))return/[^a-z0-9]/gi.test(s)?P(s,e):s;{let g=Xr(s);return g!=null&&g.length&&(n.validationWarnings=Array.from(new Set([...n.validationWarnings,...g]))),P(s,e)}});return e==="smart"?ge({parts:r,decodedParts:i,identifier:t}):i};var Zr=({input:r,decodeMethod:e,identifier:t})=>{let n={displayValue:"",validationWarnings:[]};if(!r.includes("@")&&!r.includes(`
2
2
  `))return n.displayValue=P(r,e),n;if(r.includes("@")){let i=r.split("@"),a=Yr({parts:i,identifier:t,decodeMethod:e,display:n});n.displayValue=a.join("@")}if(r.includes(`
3
3
  `)){let i=r.split(`
4
- `),a=i.map(d=>{let m=l.Buffer.from(d,"base64");return e==="raw"?d:P(m.toString("hex"),e)}),s=e==="smart"?me({parts:i,decodedParts:a,identifier:t}):a;n.displayValue=s.join(`
5
- `)}return n};var vn=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],Sn=({value:r,initialDecodeMethod:e,setDecodeMethod:t,identifier:n})=>{let[i,a]=(0,ge.useState)(e&&Object.values(O).includes(e)?e:"raw"),{displayValue:s,validationWarnings:d}=Zr({input:r,decodeMethod:i,identifier:n});return(0,ge.useEffect)(()=>{t&&t(i)},[i]),{displayValue:s,validationWarnings:d,setActiveKey:a,decodeOptions:vn}};o();var fe=require("react");var kn=()=>{let{hash:r,pathname:e}=Y(),t=r.replace("#",""),n=t&&Object.values(O).includes(t)?t:"raw",[i,a]=(0,fe.useState)(t);return(0,fe.useEffect)(()=>{i&&i!=="raw"&&(window==null||window.history.replaceState({},document==null?void 0:document.title,`${e}#${i}`))},[i,e]),{initialDecodeMethod:n,decodeMethod:i,setDecodeMethod:a}};o();var Jr=require("react");var Qr=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];function et({operations:r,transaction:e,isExpanded:t=!1,listLength:n=25}){let i=r.filter(f=>!Qr.includes(f.action)&&(f.sender===e.sender||f.receiver===e.sender)),a=i.length>0?i:r,s=a.length>n?a.slice(0,n):a,d=a.length>n?a.slice(n,a.length):[],m=t?i.length>0?"Show in/out operations":"Show fewer operations":"Show all operations",g=s.length!==r.length||d.length>0;return{displayedOperations:t?r:s,toggleButtonText:m,showToggleButton:g}}function An(r){let[e,t]=(0,Jr.useState)(!1),n=()=>{t(d=>!d)},{displayedOperations:i,showToggleButton:a,toggleButtonText:s}=et(he(U({},r),{isExpanded:e}));return{isExpanded:e,displayedOperations:i,showToggleButton:a,toggleButtonText:s,onToggleButtonClick:n}}0&&(module.exports={getEventListDataHexValue,getEventListHighlight,getOperationDirection,getOperationList,getScResultsDecodedData,getScResultsHighlight,getScamFlag,getShardText,getTextWithLinks,getTransactionActionNftText,getTransactionActionTokenText,getTransactionFee,getTransactionLinkWithLabel,getTransactionMessages,getTransactionStatus,getTransactionStatusText,getTrimmedHash,getVisibleOperations,internalTransactionActions,transactionActionUnwrapper,useDataDecode,useDataDecodeMethod,useGetOperationList});
4
+ `),a=i.map(d=>{let g=l.Buffer.from(d,"base64");return e==="raw"?d:P(g.toString("hex"),e)}),s=e==="smart"?ge({parts:i,decodedParts:a,identifier:t}):a;n.displayValue=s.join(`
5
+ `)}return n};var vn=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],Sn=({value:r,initialDecodeMethod:e,setDecodeMethod:t,identifier:n})=>{let[i,a]=(0,me.useState)(e&&Object.values(O).includes(e)?e:"raw"),{displayValue:s,validationWarnings:d}=Zr({input:r,decodeMethod:i,identifier:n});return(0,me.useEffect)(()=>{t&&t(i)},[i]),{displayValue:s,validationWarnings:d,setActiveKey:a,decodeOptions:vn}};o();var fe=require("react");var kn=()=>{let{hash:r,pathname:e}=Y(),t=r.replace("#",""),n=t&&Object.values(O).includes(t)?t:"raw",[i,a]=(0,fe.useState)(t);return(0,fe.useEffect)(()=>{i&&i!=="raw"&&(window==null||window.history.replaceState({},document==null?void 0:document.title,`${e}#${i}`))},[i,e]),{initialDecodeMethod:n,decodeMethod:i,setDecodeMethod:a}};o();var Jr=require("react");var Qr=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];function et({operations:r,transaction:e,isExpanded:t=!1,listLength:n=25}){let i=r.filter(f=>!Qr.includes(f.action)&&(f.sender===e.sender||f.receiver===e.sender)),a=i.length>0?i:r,s=a.length>n?a.slice(0,n):a,d=a.length>n?a.slice(n,a.length):[],g=t?i.length>0?"Show in/out operations":"Show fewer operations":"Show all operations",m=s.length!==r.length||d.length>0;return{displayedOperations:t?r:s,toggleButtonText:g,showToggleButton:m}}function An(r){let[e,t]=(0,Jr.useState)(!1),n=()=>{t(d=>!d)},{displayedOperations:i,showToggleButton:a,toggleButtonText:s}=et(he(U({},r),{isExpanded:e}));return{isExpanded:e,displayedOperations:i,showToggleButton:a,toggleButtonText:s,onToggleButtonClick:n}}0&&(module.exports={getEventListDataHexValue,getEventListHighlight,getOperationDirection,getOperationList,getScResultsDecodedData,getScResultsHighlight,getScamFlag,getShardText,getTextWithLinks,getTransactionActionNftText,getTransactionActionTokenText,getTransactionFee,getTransactionLinkWithLabel,getTransactionMessages,getTransactionStatus,getTransactionStatusText,getTrimmedHash,getVisibleOperations,internalTransactionActions,transactionActionUnwrapper,useDataDecode,useDataDecodeMethod,useGetOperationList});
6
6
  /*!
7
7
  * The buffer module from node.js, for the browser.
8
8
  *