@multiversx/sdk-dapp 3.0.17 → 3.0.19

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 (1012) 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/SignTransactionsModals/SignTransactionsModals.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  52. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  53. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  54. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  55. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  56. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  57. package/UI/SignTransactionsModals/components/index.js +1 -1
  58. package/UI/SignTransactionsModals/index.js +1 -1
  59. package/UI/TokenDetails/index.js +1 -1
  60. package/UI/TransactionData/TransactionData.js +1 -1
  61. package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
  62. package/UI/TransactionData/components/index.js +1 -1
  63. package/UI/TransactionData/index.js +1 -1
  64. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  65. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  66. package/UI/TransactionDetails/components/index.js +1 -1
  67. package/UI/TransactionDetails/index.js +1 -1
  68. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  69. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  70. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  71. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  72. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  73. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  74. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  75. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  76. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  77. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  78. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  79. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  80. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  81. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  82. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  83. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  84. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  85. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  86. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  87. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  88. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  89. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  90. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  91. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  92. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  93. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  94. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  95. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  96. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  97. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  98. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  100. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  101. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  102. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  103. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  104. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  105. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  106. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  107. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  108. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  116. package/UI/TransactionInfo/components/index.js +1 -1
  117. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  118. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  119. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  120. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  121. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  122. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  123. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  150. package/UI/TransactionInfo/index.js +1 -1
  151. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  152. package/UI/TransactionsTable/components/AccountName.js +1 -1
  153. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  154. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  155. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  156. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  157. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  158. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  159. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  160. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  161. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  162. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  163. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  164. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  165. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  166. package/UI/TransactionsTable/components/index.js +1 -1
  167. package/UI/TransactionsTable/index.js +1 -1
  168. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  169. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  170. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  171. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  172. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  173. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  174. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  175. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  176. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  177. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  179. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  184. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  185. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  186. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  187. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  188. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  189. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  190. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  191. package/UI/TransactionsToastList/components/index.js +1 -1
  192. package/UI/TransactionsToastList/index.js +1 -1
  193. package/UI/Trim/Trim.js +1 -1
  194. package/UI/Trim/index.js +1 -1
  195. package/UI/UsdValue/UsdValue.js +1 -1
  196. package/UI/UsdValue/index.js +1 -1
  197. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  198. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  199. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  200. package/UI/iframe/IframeLoginButton/index.js +1 -1
  201. package/UI/index.js +1 -1
  202. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  203. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  204. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  205. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  206. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  207. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  208. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  209. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  210. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  211. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  212. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  213. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  224. package/UI/ledger/index.js +1 -1
  225. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  226. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  227. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  228. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  229. package/UI/pages/UnlockPage/index.js +1 -1
  230. package/UI/pages/index.js +1 -1
  231. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  232. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  233. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  234. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  235. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  236. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  237. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  238. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  239. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  240. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  241. package/UI/walletConnect/index.js +1 -1
  242. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  243. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  244. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  245. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  246. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  247. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  248. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  249. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  250. package/__chunks__/chunk-27FH5G67.js +2 -0
  251. package/__chunks__/{chunk-WT3FGIIY.js → chunk-2AIEU6LZ.js} +2 -2
  252. package/__chunks__/{chunk-LE6E76JC.js → chunk-2B7ZGYEB.js} +2 -2
  253. package/__chunks__/{chunk-GSKFIRV6.js → chunk-2FT64D47.js} +2 -2
  254. package/__chunks__/{chunk-YLFYQYD3.js → chunk-2GRCIZYF.js} +2 -2
  255. package/__chunks__/{chunk-A2CBNGN4.js → chunk-2KGXFHHC.js} +2 -2
  256. package/__chunks__/{chunk-EOBC3SGK.js → chunk-2LILI4WL.js} +2 -2
  257. package/__chunks__/{chunk-KSK7DKUN.js → chunk-2RG4XFAN.js} +2 -2
  258. package/__chunks__/{chunk-DYQCW5KD.js → chunk-2XKDGL5T.js} +2 -2
  259. package/__chunks__/{chunk-OBWRRQFF.js → chunk-2YBZB3QT.js} +2 -2
  260. package/__chunks__/{chunk-HVQFYTGW.js → chunk-2ZQNGVTU.js} +2 -2
  261. package/__chunks__/{chunk-LZQZJU3W.js → chunk-33ZQXWGC.js} +2 -2
  262. package/__chunks__/{chunk-OKIOGBK3.js → chunk-366BFEAQ.js} +2 -2
  263. package/__chunks__/{chunk-4I7NHD4D.js → chunk-36UWRGFL.js} +2 -2
  264. package/__chunks__/{chunk-U7DVMPTX.js → chunk-3AOUWDRN.js} +2 -2
  265. package/__chunks__/{chunk-VYQ6IUMX.js → chunk-3B4DWW6O.js} +2 -2
  266. package/__chunks__/{chunk-3A4GVG6U.js → chunk-3CINYBP7.js} +2 -2
  267. package/__chunks__/{chunk-RW52YTWK.js → chunk-3DIC5G74.js} +2 -2
  268. package/__chunks__/{chunk-MHWNNEJG.js → chunk-3LHVCJCV.js} +2 -2
  269. package/__chunks__/{chunk-O6NULEHL.js → chunk-3QAMKN76.js} +2 -2
  270. package/__chunks__/chunk-3QTOYBJL.js +2 -0
  271. package/__chunks__/{chunk-OEE4AKVK.js → chunk-3VDMQS32.js} +2 -2
  272. package/__chunks__/chunk-3WJH7V52.js +2 -0
  273. package/__chunks__/{chunk-PFVDDVOD.js → chunk-3WOM6G5J.js} +2 -2
  274. package/__chunks__/{chunk-K27V442V.js → chunk-42M6IY4Z.js} +2 -2
  275. package/__chunks__/{chunk-AVJDCB7V.js → chunk-4AYFR46S.js} +2 -2
  276. package/__chunks__/{chunk-3CUOMC2D.js → chunk-4D6645YL.js} +2 -2
  277. package/__chunks__/{chunk-ORLHMIEC.js → chunk-4EMUKO3O.js} +2 -2
  278. package/__chunks__/{chunk-QU55M6V5.js → chunk-4ES3KUQJ.js} +2 -2
  279. package/__chunks__/{chunk-YPMP62YX.js → chunk-4F4ULUEW.js} +2 -2
  280. package/__chunks__/{chunk-BRXIN6O6.js → chunk-4GKDZ3TO.js} +2 -2
  281. package/__chunks__/{chunk-C3ZPT2ID.js → chunk-4HU7AQ47.js} +2 -2
  282. package/__chunks__/{chunk-TI3ANIQU.js → chunk-4MYDIG2C.js} +2 -2
  283. package/__chunks__/{chunk-MY244MYG.js → chunk-4QMNIBLK.js} +2 -2
  284. package/__chunks__/{chunk-BFRGEQGK.js → chunk-4SMYG4AO.js} +2 -2
  285. package/__chunks__/{chunk-S7M2FS7P.js → chunk-4TY7XTOD.js} +2 -2
  286. package/__chunks__/{chunk-PWSOJTA4.js → chunk-4VEIGU4J.js} +2 -2
  287. package/__chunks__/{chunk-5NULPHFT.js → chunk-4YOJYG6R.js} +2 -2
  288. package/__chunks__/{chunk-5C2GZIUZ.js → chunk-4YP6ER5C.js} +2 -2
  289. package/__chunks__/chunk-4YSNFMZJ.js +2 -0
  290. package/__chunks__/{chunk-M2ZPVVVY.js → chunk-57LO2NIO.js} +2 -2
  291. package/__chunks__/{chunk-IV77VRKI.js → chunk-5AMJYRJ2.js} +2 -2
  292. package/__chunks__/{chunk-3VDW6P23.js → chunk-5B3VR2FV.js} +2 -2
  293. package/__chunks__/{chunk-O4AMG7HZ.js → chunk-5B5X4S2N.js} +2 -2
  294. package/__chunks__/{chunk-NQWDBVCU.js → chunk-5IFIHV7J.js} +2 -2
  295. package/__chunks__/{chunk-PQ24WIES.js → chunk-5O6AK6MZ.js} +2 -2
  296. package/__chunks__/{chunk-L3PFBTYT.js → chunk-5PD4V7PN.js} +2 -2
  297. package/__chunks__/{chunk-FPLYKLXQ.js → chunk-5VBOKKA2.js} +2 -2
  298. package/__chunks__/{chunk-E4B3E3AR.js → chunk-6CJSFB2U.js} +2 -2
  299. package/__chunks__/{chunk-G3WMM467.js → chunk-6DGZJKY3.js} +2 -2
  300. package/__chunks__/chunk-6DPQGCTQ.js +2 -0
  301. package/__chunks__/{chunk-TIEZXLF2.js → chunk-6EGCNSFW.js} +2 -2
  302. package/__chunks__/{chunk-YDTXMKIU.js → chunk-6IOVE2XD.js} +2 -2
  303. package/__chunks__/{chunk-TQH47APX.js → chunk-6JKT3JAV.js} +2 -2
  304. package/__chunks__/{chunk-BPULXLJZ.js → chunk-6M47QO6V.js} +2 -2
  305. package/__chunks__/{chunk-JMDO47UU.js → chunk-6MNICFK6.js} +2 -2
  306. package/__chunks__/chunk-6NVQH3XS.js +2 -0
  307. package/__chunks__/chunk-6P3IJTZK.js +2 -0
  308. package/__chunks__/{chunk-KHW6DXSV.js → chunk-6QMORR5K.js} +2 -2
  309. package/__chunks__/{chunk-S7QUPUT2.js → chunk-6UMOENOE.js} +2 -2
  310. package/__chunks__/chunk-6W7DVGIL.js +2 -0
  311. package/__chunks__/{chunk-NWH3BG5P.js → chunk-6XLP6QV5.js} +2 -2
  312. package/__chunks__/chunk-76MRIOQK.js +2 -0
  313. package/__chunks__/{chunk-B7HYNARA.js → chunk-76WLQW5F.js} +2 -2
  314. package/__chunks__/{chunk-2V3E3WRB.js → chunk-77ZPJ5ZZ.js} +2 -2
  315. package/__chunks__/{chunk-6FPX673H.js → chunk-7G45MSVR.js} +2 -2
  316. package/__chunks__/{chunk-NPBAPU5Z.js → chunk-7GYR3BZZ.js} +2 -2
  317. package/__chunks__/{chunk-HC2LFFDZ.js → chunk-A4X2GOUI.js} +2 -2
  318. package/__chunks__/{chunk-U4AJKPBS.js → chunk-A6ZSNFXP.js} +2 -2
  319. package/__chunks__/{chunk-RJ5NZ6AO.js → chunk-ACV6ZBKI.js} +2 -2
  320. package/__chunks__/chunk-AEUBW6XP.js +2 -0
  321. package/__chunks__/{chunk-LGVKJWOE.js → chunk-AFOBGIC6.js} +2 -2
  322. package/__chunks__/{chunk-Y2RCTKBX.js → chunk-AHFVMJ7X.js} +2 -2
  323. package/__chunks__/chunk-AHGZNBYH.js +2 -0
  324. package/__chunks__/{chunk-YCJWST4I.js → chunk-AN3PVYB6.js} +2 -2
  325. package/__chunks__/{chunk-P7WESPEI.js → chunk-AO4C3VYM.js} +2 -2
  326. package/__chunks__/{chunk-MVQ5M2I7.js → chunk-ASQ3U46M.js} +2 -2
  327. package/__chunks__/{chunk-V76FYMTO.js → chunk-B7YPTPRE.js} +2 -2
  328. package/__chunks__/{chunk-3KHT75N2.js → chunk-BAJZ4MU7.js} +2 -2
  329. package/__chunks__/{chunk-TW45XY74.js → chunk-BF4DM7R5.js} +2 -2
  330. package/__chunks__/chunk-BG5F4VLD.js +2 -0
  331. package/__chunks__/chunk-BMV2L5DM.js +2 -0
  332. package/__chunks__/{chunk-HJV3S3GA.js → chunk-BOTYGAX2.js} +2 -2
  333. package/__chunks__/chunk-BQKEUDXY.js +2 -0
  334. package/__chunks__/{chunk-ZV5KFJQG.js → chunk-BRMDGFCG.js} +2 -2
  335. package/__chunks__/chunk-BTFGUXUS.js +2 -0
  336. package/__chunks__/chunk-BWGNDVVC.js +2 -0
  337. package/__chunks__/{chunk-RYJAJ56G.js → chunk-BZGRD26P.js} +2 -2
  338. package/__chunks__/{chunk-BBWWGDQW.js → chunk-CDJPQRSF.js} +2 -2
  339. package/__chunks__/chunk-CE4M7AXK.js +2 -0
  340. package/__chunks__/{chunk-FNDDL6TB.js → chunk-CHAMM5KE.js} +2 -2
  341. package/__chunks__/{chunk-HCRA3RAT.js → chunk-CJKEPVMO.js} +2 -2
  342. package/__chunks__/chunk-CL6IW7IS.js +2 -0
  343. package/__chunks__/{chunk-TMS47H5N.js → chunk-CLK5H5ZL.js} +2 -2
  344. package/__chunks__/{chunk-QIF4RAQV.js → chunk-CMGGVTKB.js} +2 -2
  345. package/__chunks__/{chunk-YUAQJODP.js → chunk-CPTGXWUV.js} +2 -2
  346. package/__chunks__/{chunk-DOSMTMSA.js → chunk-CRHEOOZD.js} +2 -2
  347. package/__chunks__/{chunk-S4F4I3EL.js → chunk-CTZINBSZ.js} +2 -2
  348. package/__chunks__/{chunk-KM22PKZI.js → chunk-CUYJAD7W.js} +2 -2
  349. package/__chunks__/{chunk-OZDL46NA.js → chunk-CZMQWDNV.js} +2 -2
  350. package/__chunks__/{chunk-YYK62RW6.js → chunk-D62OYHN4.js} +2 -2
  351. package/__chunks__/{chunk-NOMYSJLF.js → chunk-D643KB2W.js} +2 -2
  352. package/__chunks__/{chunk-PWN2GZNT.js → chunk-D75WP7GF.js} +2 -2
  353. package/__chunks__/{chunk-C4VT2ERW.js → chunk-DBEM42SR.js} +2 -2
  354. package/__chunks__/{chunk-BWGJEGRO.js → chunk-DCGMBO5Q.js} +2 -2
  355. package/__chunks__/{chunk-PO5AWVDZ.js → chunk-DFXCBJPX.js} +2 -2
  356. package/__chunks__/{chunk-SVN5HNM2.js → chunk-DJMFNRIK.js} +2 -2
  357. package/__chunks__/{chunk-EIPIMQWF.js → chunk-DNEZKZYF.js} +2 -2
  358. package/__chunks__/{chunk-NLKVPZDS.js → chunk-DOB2VWUN.js} +2 -2
  359. package/__chunks__/chunk-DP3KRPAW.js +2 -0
  360. package/__chunks__/{chunk-VXQEK23G.js → chunk-DPY2TNEY.js} +2 -2
  361. package/__chunks__/{chunk-GMMNKNOR.js → chunk-DQBNJKXP.js} +2 -2
  362. package/__chunks__/{chunk-RTG6UTB2.js → chunk-DST6SZX2.js} +2 -2
  363. package/__chunks__/{chunk-7P4DCZH2.js → chunk-DYVTV6RQ.js} +2 -2
  364. package/__chunks__/{chunk-YWFYVD4G.js → chunk-DZICGNLZ.js} +2 -2
  365. package/__chunks__/{chunk-4NEPCTFX.js → chunk-E4VQH6BK.js} +2 -2
  366. package/__chunks__/{chunk-ATHPZDJE.js → chunk-E5O47KXV.js} +2 -2
  367. package/__chunks__/{chunk-VOVGM76A.js → chunk-EGXPMWIO.js} +2 -2
  368. package/__chunks__/{chunk-2YLBTMG6.js → chunk-EIV36FLO.js} +2 -2
  369. package/__chunks__/{chunk-EU5ABVL3.js → chunk-ELUYAFQH.js} +2 -2
  370. package/__chunks__/chunk-EMIZYMPZ.js +2 -0
  371. package/__chunks__/{chunk-LBOSXJ4J.js → chunk-ENATCDDM.js} +2 -2
  372. package/__chunks__/chunk-EWRLMXDS.js +2 -0
  373. package/__chunks__/{chunk-EF2UXIU4.js → chunk-EZ2PLUR5.js} +2 -2
  374. package/__chunks__/{chunk-A4LWJRGO.js → chunk-EZP4DAXA.js} +2 -2
  375. package/__chunks__/{chunk-BZ5ZNPRL.js → chunk-F74R22JL.js} +2 -2
  376. package/__chunks__/{chunk-UXCGROP3.js → chunk-FFPSOIDK.js} +2 -2
  377. package/__chunks__/{chunk-3PQESL5F.js → chunk-FOB5N4UB.js} +2 -2
  378. package/__chunks__/{chunk-U3XNHBKX.js → chunk-FV6H3A4M.js} +2 -2
  379. package/__chunks__/{chunk-WRX3NWCT.js → chunk-FYDI5I4M.js} +2 -2
  380. package/__chunks__/{chunk-TWKW7IAP.js → chunk-G2TQCLY5.js} +2 -2
  381. package/__chunks__/{chunk-XG22CTWL.js → chunk-GAMY5LR7.js} +2 -2
  382. package/__chunks__/{chunk-SSCQNJ5T.js → chunk-GDIJ3VWC.js} +2 -2
  383. package/__chunks__/chunk-GE6AWBV7.js +2 -0
  384. package/__chunks__/{chunk-UJP5XOCK.js → chunk-GISBTWRR.js} +2 -2
  385. package/__chunks__/chunk-GO3KTKAY.js +2 -0
  386. package/__chunks__/{chunk-6MVSRKSW.js → chunk-GR7XHWC7.js} +2 -2
  387. package/__chunks__/{chunk-ZA3EOZGC.js → chunk-GSIGCMHA.js} +2 -2
  388. package/__chunks__/{chunk-5RSAZX46.js → chunk-H664UVLI.js} +2 -2
  389. package/__chunks__/chunk-H6V3642M.js +2 -0
  390. package/__chunks__/{chunk-OLOMMKEU.js → chunk-H7F7QSSU.js} +2 -2
  391. package/__chunks__/chunk-HCRNWCPS.js +2 -0
  392. package/__chunks__/{chunk-KRZC3JQ2.js → chunk-HCWQSW2G.js} +2 -2
  393. package/__chunks__/{chunk-MT3Y2HBI.js → chunk-HFGBJ5GL.js} +2 -2
  394. package/__chunks__/chunk-HGBHLYSY.js +2 -0
  395. package/__chunks__/{chunk-O2ZEL6NT.js → chunk-HK3BL5WJ.js} +2 -2
  396. package/__chunks__/chunk-HK3IGHZP.js +2 -0
  397. package/__chunks__/{chunk-3WJYDELU.js → chunk-HV5N6FIR.js} +2 -2
  398. package/__chunks__/{chunk-NUAT4GP2.js → chunk-HVGKEJEB.js} +2 -2
  399. package/__chunks__/{chunk-BYMJYEHI.js → chunk-HWKORQ2K.js} +2 -2
  400. package/__chunks__/{chunk-ABCTLPKE.js → chunk-I4ESH2AI.js} +2 -2
  401. package/__chunks__/{chunk-4GFEXTZD.js → chunk-I5OGC7V5.js} +2 -2
  402. package/__chunks__/{chunk-ZHI6VDK3.js → chunk-IAQHH2SB.js} +2 -2
  403. package/__chunks__/{chunk-IZT5M3NI.js → chunk-ICO7LEX6.js} +2 -2
  404. package/__chunks__/{chunk-APY6NMJV.js → chunk-IE3IVXRG.js} +2 -2
  405. package/__chunks__/{chunk-ZENU2WFM.js → chunk-IGORY6G3.js} +2 -2
  406. package/__chunks__/{chunk-YS264G4H.js → chunk-IIO4O6XX.js} +2 -2
  407. package/__chunks__/{chunk-VIQBMB7R.js → chunk-IJ3VVADG.js} +2 -2
  408. package/__chunks__/{chunk-EY67IUVU.js → chunk-IOEM2OZK.js} +2 -2
  409. package/__chunks__/{chunk-DBXSYSN3.js → chunk-IQ4ZNGVQ.js} +2 -2
  410. package/__chunks__/chunk-IXUNCHI4.js +2 -0
  411. package/__chunks__/{chunk-B3QOKO5I.js → chunk-J5WQX5EE.js} +2 -2
  412. package/__chunks__/{chunk-YTK76YT2.js → chunk-JA3SLGX2.js} +2 -2
  413. package/__chunks__/{chunk-N7ADAEPB.js → chunk-JD4QKREV.js} +2 -2
  414. package/__chunks__/{chunk-ODC7QWD2.js → chunk-JKKAJ4MH.js} +2 -2
  415. package/__chunks__/{chunk-6N4RLQ5C.js → chunk-JN4X6QCT.js} +2 -2
  416. package/__chunks__/chunk-JOLQVYZM.js +2 -0
  417. package/__chunks__/chunk-JPHGRIUG.js +2 -0
  418. package/__chunks__/{chunk-NP4OVEKX.js → chunk-JUNOVW6Y.js} +2 -2
  419. package/__chunks__/chunk-JV2YMLWW.js +2 -0
  420. package/__chunks__/chunk-JW36RK53.js +2 -0
  421. package/__chunks__/{chunk-WGJCID34.js → chunk-JWSME6SY.js} +2 -2
  422. package/__chunks__/{chunk-LBNVU6PX.js → chunk-K34NQEQO.js} +2 -2
  423. package/__chunks__/{chunk-725DQS6I.js → chunk-K3JRXFGH.js} +2 -2
  424. package/__chunks__/{chunk-S74OWSEP.js → chunk-K6D6CCIL.js} +2 -2
  425. package/__chunks__/{chunk-2KDYG3SO.js → chunk-K6LPKU4O.js} +2 -2
  426. package/__chunks__/{chunk-5FOAU3JX.js → chunk-K6Q3BCRA.js} +2 -2
  427. package/__chunks__/{chunk-6DQ7WJGR.js → chunk-KACXL2VQ.js} +2 -2
  428. package/__chunks__/{chunk-5IJ6LP4I.js → chunk-KAGCFYLJ.js} +2 -2
  429. package/__chunks__/chunk-KB6C5NNL.js +2 -0
  430. package/__chunks__/{chunk-QFGYD6TB.js → chunk-KBWCG46F.js} +2 -2
  431. package/__chunks__/{chunk-XYNRMMQW.js → chunk-KDC72FBJ.js} +2 -2
  432. package/__chunks__/{chunk-RMNLKAFR.js → chunk-KESYGJYU.js} +2 -2
  433. package/__chunks__/{chunk-IJUEBJAF.js → chunk-KKHZHP3E.js} +2 -2
  434. package/__chunks__/{chunk-XNTBUCLS.js → chunk-KNAS7VNV.js} +2 -2
  435. package/__chunks__/{chunk-FKBZ5UQI.js → chunk-KVFROWIW.js} +2 -2
  436. package/__chunks__/{chunk-LVFD76RL.js → chunk-KZ5L5NV5.js} +2 -2
  437. package/__chunks__/{chunk-YE4P3ZZ7.js → chunk-L2JEVZQR.js} +2 -2
  438. package/__chunks__/{chunk-CGWAXN6N.js → chunk-L5MDW727.js} +2 -2
  439. package/__chunks__/chunk-L6F4CXJI.js +2 -0
  440. package/__chunks__/{chunk-FAKD6TQU.js → chunk-L7JIR6OV.js} +2 -2
  441. package/__chunks__/{chunk-SFYZHJUF.js → chunk-LABFKDKK.js} +2 -2
  442. package/__chunks__/{chunk-KRA5K2CA.js → chunk-LPRQ2IYP.js} +2 -2
  443. package/__chunks__/{chunk-TFFWE4BT.js → chunk-LYO6GZ3A.js} +2 -2
  444. package/__chunks__/chunk-M3KZ5ZCM.js +2 -0
  445. package/__chunks__/{chunk-OD662V2W.js → chunk-M6UZBBM2.js} +2 -2
  446. package/__chunks__/{chunk-TWTHHNTM.js → chunk-MBDPT5AM.js} +2 -2
  447. package/__chunks__/{chunk-UJ5NQGFL.js → chunk-MBNT47JC.js} +2 -2
  448. package/__chunks__/{chunk-PRVH5LV4.js → chunk-MCBGUPUJ.js} +2 -2
  449. package/__chunks__/{chunk-FKPR7F7N.js → chunk-MFPKPOZT.js} +2 -2
  450. package/__chunks__/{chunk-AFDBN25I.js → chunk-MJZ7CDPB.js} +2 -2
  451. package/__chunks__/{chunk-22JN6N73.js → chunk-MNJFPX3O.js} +2 -2
  452. package/__chunks__/chunk-MOINY2V5.js +2 -0
  453. package/__chunks__/chunk-MQYKLTUO.js +2 -0
  454. package/__chunks__/{chunk-T4VQSZEL.js → chunk-MX3ROSNA.js} +2 -2
  455. package/__chunks__/{chunk-WPFAZXYU.js → chunk-MYP4XQY5.js} +2 -2
  456. package/__chunks__/{chunk-CCWOG6MB.js → chunk-N2M34KLB.js} +2 -2
  457. package/__chunks__/{chunk-P7P5UUFA.js → chunk-N3YUZLCM.js} +2 -2
  458. package/__chunks__/chunk-N5OGU3OY.js +2 -0
  459. package/__chunks__/{chunk-GBKWCLTK.js → chunk-N7MH2TQM.js} +2 -2
  460. package/__chunks__/{chunk-RZKCPVPQ.js → chunk-NC27GOVK.js} +2 -2
  461. package/__chunks__/{chunk-W6DYGRIO.js → chunk-NCJMLUYQ.js} +2 -2
  462. package/__chunks__/chunk-NJPCK4MP.js +2 -0
  463. package/__chunks__/{chunk-ICXOCZAA.js → chunk-NKKIJCQE.js} +2 -2
  464. package/__chunks__/{chunk-4Q52MB5B.js → chunk-NLSTULNQ.js} +2 -2
  465. package/__chunks__/{chunk-QJ7HFUDR.js → chunk-NMC25ZUJ.js} +2 -2
  466. package/__chunks__/{chunk-YO7XRCO7.js → chunk-NRHVGC3B.js} +2 -2
  467. package/__chunks__/chunk-NTXXBNQ3.js +2 -0
  468. package/__chunks__/{chunk-SX5YBID4.js → chunk-NW56V3MY.js} +2 -2
  469. package/__chunks__/{chunk-MRNCVD3U.js → chunk-NYBV3BY2.js} +2 -2
  470. package/__chunks__/{chunk-M56LZ3W7.js → chunk-OE2KHOEY.js} +2 -2
  471. package/__chunks__/{chunk-SBUSN3HF.js → chunk-OJ65PGXZ.js} +2 -2
  472. package/__chunks__/chunk-ONKEMUBS.js +2 -0
  473. package/__chunks__/{chunk-XIJOWM33.js → chunk-OOKK6JJ4.js} +2 -2
  474. package/__chunks__/{chunk-UNXXYSEH.js → chunk-OP3ST6P3.js} +2 -2
  475. package/__chunks__/{chunk-IS2TKLNE.js → chunk-OUSIKRNJ.js} +2 -2
  476. package/__chunks__/{chunk-3WVAONFD.js → chunk-P3K3ST24.js} +2 -2
  477. package/__chunks__/{chunk-5VE2X5PQ.js → chunk-P4STGZJH.js} +2 -2
  478. package/__chunks__/{chunk-YMBGOTL7.js → chunk-P5MIE6MI.js} +2 -2
  479. package/__chunks__/{chunk-LJKUHO7G.js → chunk-P63VQOHF.js} +2 -2
  480. package/__chunks__/{chunk-NPCALBS3.js → chunk-PBD3PMQ6.js} +2 -2
  481. package/__chunks__/{chunk-YXZHP6AI.js → chunk-PL254HTU.js} +2 -2
  482. package/__chunks__/{chunk-I4E2LF4E.js → chunk-PQQY2VA2.js} +2 -2
  483. package/__chunks__/{chunk-IPXTANOK.js → chunk-PTP4ZK4E.js} +2 -2
  484. package/__chunks__/{chunk-DUNXCYMV.js → chunk-PXO2J644.js} +2 -2
  485. package/__chunks__/{chunk-XXOINCQR.js → chunk-PXO3KXPV.js} +2 -2
  486. package/__chunks__/chunk-PYOBFWGE.js +2 -0
  487. package/__chunks__/{chunk-MWTZ7DNL.js → chunk-Q2II6WAH.js} +2 -2
  488. package/__chunks__/{chunk-IFCEM2UW.js → chunk-Q6C25DHD.js} +2 -2
  489. package/__chunks__/{chunk-WEOGIT34.js → chunk-QFFXJQMU.js} +2 -2
  490. package/__chunks__/{chunk-PBCZXHIJ.js → chunk-QGCSWJ3J.js} +2 -2
  491. package/__chunks__/chunk-QSQMERZY.js +2 -0
  492. package/__chunks__/{chunk-HGJG26HB.js → chunk-QUMXWER5.js} +2 -2
  493. package/__chunks__/{chunk-7OFHGTYC.js → chunk-QWDXQ3EZ.js} +2 -2
  494. package/__chunks__/{chunk-N3TKVWQ6.js → chunk-QZD5N7RZ.js} +2 -2
  495. package/__chunks__/{chunk-FE6U2NQN.js → chunk-R54WJX7Q.js} +2 -2
  496. package/__chunks__/{chunk-II4JTXXI.js → chunk-R666NKD7.js} +2 -2
  497. package/__chunks__/chunk-R7FMYSFZ.js +2 -0
  498. package/__chunks__/{chunk-NQUPSQWU.js → chunk-RBQXSOSJ.js} +2 -2
  499. package/__chunks__/chunk-REVI6QV5.js +2 -0
  500. package/__chunks__/{chunk-GEH3ZXZJ.js → chunk-RNXCDZE7.js} +2 -2
  501. package/__chunks__/{chunk-BNTCTEV4.js → chunk-RPRH53SN.js} +2 -2
  502. package/__chunks__/{chunk-5LRIVXCH.js → chunk-RV7HFQKN.js} +2 -2
  503. package/__chunks__/chunk-S6WU7FIP.js +2 -0
  504. package/__chunks__/{chunk-T56U5SCF.js → chunk-SD2ZJL4Z.js} +2 -2
  505. package/__chunks__/{chunk-UYTH5YHT.js → chunk-SEELVEOF.js} +2 -2
  506. package/__chunks__/{chunk-BSDAN6CW.js → chunk-SJFNSQDE.js} +2 -2
  507. package/__chunks__/{chunk-YT7A5JWD.js → chunk-SKI27VQD.js} +2 -2
  508. package/__chunks__/{chunk-GIRJIZEX.js → chunk-SL6BQO6U.js} +2 -2
  509. package/__chunks__/{chunk-5FHEIYXO.js → chunk-SOD2H65H.js} +2 -2
  510. package/__chunks__/{chunk-RDD3H2JW.js → chunk-SOM3C6KB.js} +2 -2
  511. package/__chunks__/{chunk-X5ICOU7C.js → chunk-SOOZPADC.js} +2 -2
  512. package/__chunks__/{chunk-BKKRTXC4.js → chunk-SS4FJ5PL.js} +2 -2
  513. package/__chunks__/{chunk-YHUPKAM7.js → chunk-SUPKMGBY.js} +2 -2
  514. package/__chunks__/chunk-SYEARPKN.js +2 -0
  515. package/__chunks__/chunk-SYYNFXUN.js +2 -0
  516. package/__chunks__/{chunk-UK6TMYAE.js → chunk-TFN5IPAO.js} +2 -2
  517. package/__chunks__/{chunk-ABVIX57I.js → chunk-TFZRV4WV.js} +2 -2
  518. package/__chunks__/{chunk-LSB7OMSQ.js → chunk-TIMS5S2C.js} +2 -2
  519. package/__chunks__/{chunk-N7AWBBNE.js → chunk-TISG47PR.js} +2 -2
  520. package/__chunks__/{chunk-KQ7RVOIZ.js → chunk-TJ462GVP.js} +2 -2
  521. package/__chunks__/{chunk-P32QGFY7.js → chunk-TJVSSB6L.js} +2 -2
  522. package/__chunks__/{chunk-FATBVCBP.js → chunk-TLR5RFIN.js} +2 -2
  523. package/__chunks__/{chunk-AOHMQPZL.js → chunk-TLSDRYRG.js} +2 -2
  524. package/__chunks__/{chunk-266G5JQJ.js → chunk-TPMTRTYF.js} +2 -2
  525. package/__chunks__/{chunk-WJR6UK3M.js → chunk-TTFHCVKE.js} +2 -2
  526. package/__chunks__/{chunk-N2XOKZ5I.js → chunk-TWMGKIYA.js} +2 -2
  527. package/__chunks__/{chunk-62STDYU4.js → chunk-TWS6ONFZ.js} +2 -2
  528. package/__chunks__/{chunk-VJYHC2IC.js → chunk-U72Y75C7.js} +2 -2
  529. package/__chunks__/{chunk-64HD2IJE.js → chunk-UES4R3TC.js} +2 -2
  530. package/__chunks__/{chunk-U73ZTPDU.js → chunk-UEWYCOIN.js} +2 -2
  531. package/__chunks__/{chunk-O5X5ZJ2X.js → chunk-UJIL6NPK.js} +2 -2
  532. package/__chunks__/{chunk-MEVXHA66.js → chunk-UL64XUYA.js} +2 -2
  533. package/__chunks__/{chunk-C4CGIKHQ.js → chunk-UPRCDBIL.js} +2 -2
  534. package/__chunks__/{chunk-KB6S7Q6T.js → chunk-UQF6NDG4.js} +2 -2
  535. package/__chunks__/chunk-UREH36PU.js +2 -0
  536. package/__chunks__/chunk-UXLAYBPI.js +2 -0
  537. package/__chunks__/{chunk-TA6KXPDS.js → chunk-V3TVICHS.js} +2 -2
  538. package/__chunks__/{chunk-HZLQIFYM.js → chunk-V4A4RI3N.js} +2 -2
  539. package/__chunks__/{chunk-SOT46JZ4.js → chunk-V5CKNZA2.js} +2 -2
  540. package/__chunks__/chunk-VF2ER254.js +2 -0
  541. package/__chunks__/chunk-VKSVMOTZ.js +2 -0
  542. package/__chunks__/{chunk-YUFTIAXC.js → chunk-VLCJAOJZ.js} +2 -2
  543. package/__chunks__/{chunk-YBAE7GFQ.js → chunk-VO5H44X2.js} +2 -2
  544. package/__chunks__/{chunk-XYIINX7L.js → chunk-VRTCS22N.js} +2 -2
  545. package/__chunks__/{chunk-TKAZPDQD.js → chunk-VTFUHAXE.js} +2 -2
  546. package/__chunks__/chunk-VVYCLY74.js +2 -0
  547. package/__chunks__/{chunk-JRTEZHT3.js → chunk-W3IQPPVZ.js} +2 -2
  548. package/__chunks__/{chunk-BTK7EQXR.js → chunk-W6YGSEZ4.js} +2 -2
  549. package/__chunks__/{chunk-L2MNSAH6.js → chunk-WH5HQCTW.js} +2 -2
  550. package/__chunks__/{chunk-XKIHSHRR.js → chunk-WLBFOLRM.js} +2 -2
  551. package/__chunks__/{chunk-GY4NLIXS.js → chunk-WNUGX7UH.js} +2 -2
  552. package/__chunks__/{chunk-JRZH7GPF.js → chunk-WNUN6H4T.js} +2 -2
  553. package/__chunks__/{chunk-XWSSWFTD.js → chunk-WUKH5HLL.js} +2 -2
  554. package/__chunks__/chunk-X4IJUWVA.js +2 -0
  555. package/__chunks__/{chunk-3FBESZUW.js → chunk-XB3JKHGC.js} +2 -2
  556. package/__chunks__/{chunk-TKR4FVIS.js → chunk-XCEBI3EQ.js} +2 -2
  557. package/__chunks__/{chunk-X7AZT6CA.js → chunk-XCETJVG5.js} +2 -2
  558. package/__chunks__/chunk-XCL6JUJD.js +2 -0
  559. package/__chunks__/{chunk-CYSDZCF5.js → chunk-XCXIJG4P.js} +2 -2
  560. package/__chunks__/{chunk-IMQ4I6WW.js → chunk-XECVYP4E.js} +2 -2
  561. package/__chunks__/{chunk-M56Y4AHA.js → chunk-XEEY3HDK.js} +2 -2
  562. package/__chunks__/{chunk-XYG2GT62.js → chunk-XEGOSC3M.js} +2 -2
  563. package/__chunks__/{chunk-LRYZZFQK.js → chunk-XIH5JQMU.js} +2 -2
  564. package/__chunks__/{chunk-HJUPUIOO.js → chunk-XL7XIOJR.js} +2 -2
  565. package/__chunks__/{chunk-TQT5YUX5.js → chunk-XNDB3RCO.js} +2 -2
  566. package/__chunks__/chunk-XNL2TWXZ.js +2 -0
  567. package/__chunks__/{chunk-OEND4E23.js → chunk-XP6N4TB2.js} +2 -2
  568. package/__chunks__/{chunk-NHRIRJWC.js → chunk-XQIEPK5J.js} +2 -2
  569. package/__chunks__/{chunk-DUE4NORV.js → chunk-XRNT76UY.js} +2 -2
  570. package/__chunks__/chunk-XSCEIJSP.js +2 -0
  571. package/__chunks__/{chunk-VV4EKABW.js → chunk-XSPP3G57.js} +2 -2
  572. package/__chunks__/chunk-XVIPFZ65.js +2 -0
  573. package/__chunks__/{chunk-OJE3TJIQ.js → chunk-XYD5IJAJ.js} +2 -2
  574. package/__chunks__/{chunk-IS3UGNWF.js → chunk-XYPHPEVE.js} +2 -2
  575. package/__chunks__/{chunk-ATPUAU7X.js → chunk-Y4GMWUQR.js} +2 -2
  576. package/__chunks__/{chunk-YGZXGGKB.js → chunk-Y4OZCVUZ.js} +2 -2
  577. package/__chunks__/chunk-Y75XZXEI.js +2 -0
  578. package/__chunks__/{chunk-MAV57NWH.js → chunk-YDLPR32M.js} +2 -2
  579. package/__chunks__/{chunk-65IDFVWB.js → chunk-YGQ6MAF7.js} +2 -2
  580. package/__chunks__/{chunk-YOBVDDDP.js → chunk-YOZHK36J.js} +2 -2
  581. package/__chunks__/{chunk-USLL3BF7.js → chunk-YQT2T3WW.js} +2 -2
  582. package/__chunks__/{chunk-LB35NEGJ.js → chunk-YTARCORV.js} +2 -2
  583. package/__chunks__/{chunk-NHOS36NE.js → chunk-YUFTVV2H.js} +2 -2
  584. package/__chunks__/chunk-YWRTTCYK.js +2 -0
  585. package/__chunks__/{chunk-GIMVUCZB.js → chunk-YZB7HVFC.js} +2 -2
  586. package/__chunks__/{chunk-NXKTQZRX.js → chunk-Z4HYDMJT.js} +2 -2
  587. package/__chunks__/{chunk-SIVLWB4D.js → chunk-ZAXYP5DO.js} +2 -2
  588. package/__chunks__/{chunk-QAXYRYC4.js → chunk-ZC5N5NQ2.js} +2 -2
  589. package/__chunks__/{chunk-CN47U3Z4.js → chunk-ZD5GDFTR.js} +2 -2
  590. package/__chunks__/chunk-ZDIO44CA.js +2 -0
  591. package/__chunks__/chunk-ZGV573YZ.js +2 -0
  592. package/__chunks__/{chunk-F47KH2MF.js → chunk-ZHHX65UY.js} +2 -2
  593. package/__chunks__/{chunk-QU7CA45V.js → chunk-ZIIDK2IX.js} +2 -2
  594. package/__chunks__/{chunk-IZYPU3LW.js → chunk-ZIIQ5MFR.js} +2 -2
  595. package/__chunks__/{chunk-O5WZCBNH.js → chunk-ZKOWOXAQ.js} +2 -2
  596. package/__chunks__/{chunk-GU7IUTXI.js → chunk-ZQBSKR72.js} +2 -2
  597. package/__chunks__/chunk-ZT2MNNMR.js +2 -0
  598. package/__chunks__/{chunk-7SETDCR4.js → chunk-ZYFEH2PC.js} +2 -2
  599. package/__chunks__/{chunk-I3EOPXZH.js → chunk-ZZ3PILAG.js} +2 -2
  600. package/__commonjs/UI/Denominate/index.js +3 -3
  601. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +21 -21
  602. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +19 -19
  603. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +19 -19
  604. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +18 -18
  605. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
  606. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +18 -18
  607. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +19 -19
  608. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  609. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  610. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +22 -22
  611. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +22 -22
  612. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +19 -19
  613. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +19 -19
  614. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  615. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  616. package/__commonjs/UI/SignTransactionsModals/index.js +21 -21
  617. package/__commonjs/UI/TransactionData/TransactionData.js +4 -4
  618. package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +4 -4
  619. package/__commonjs/UI/TransactionData/components/index.js +4 -4
  620. package/__commonjs/UI/TransactionData/index.js +5 -5
  621. package/__commonjs/UI/TransactionDetails/TransactionDetails.js +4 -4
  622. package/__commonjs/UI/TransactionDetails/index.js +4 -4
  623. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +13 -13
  624. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
  625. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +3 -3
  626. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +3 -3
  627. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +3 -3
  628. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  629. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  630. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +2 -2
  631. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +2 -2
  632. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +5 -5
  633. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +5 -5
  634. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +5 -5
  635. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +5 -5
  636. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +4 -4
  637. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +4 -4
  638. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +3 -3
  639. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +3 -3
  640. package/__commonjs/UI/TransactionsTable/components/TransactionIcon.js +3 -3
  641. package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +4 -4
  642. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +6 -6
  643. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +6 -6
  644. package/__commonjs/UI/index.js +10 -10
  645. package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +2 -2
  646. package/__commonjs/UI/walletConnect/WalletConnectConnectionStatus/index.js +2 -2
  647. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +3 -3
  648. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +3 -3
  649. package/__commonjs/constants/dataTestIds.enum.d.ts +1 -0
  650. package/__commonjs/constants/dataTestIds.enum.js +1 -1
  651. package/__commonjs/constants/index.js +1 -1
  652. package/__commonjs/hooks/account/useGetAccountProvider.js +1 -1
  653. package/__commonjs/hooks/index.js +1 -1
  654. package/__commonjs/hooks/login/useCrossWindowLogin.js +1 -1
  655. package/__commonjs/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  656. package/__commonjs/hooks/transactions/batch/useGetBatches.js +1 -1
  657. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  658. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  659. package/__commonjs/hooks/transactions/index.js +1 -1
  660. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  661. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  662. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  663. package/__commonjs/providers/accountProvider.js +1 -1
  664. package/__commonjs/providers/index.js +1 -1
  665. package/__commonjs/providers/utils.js +1 -1
  666. package/__commonjs/reduxStore/slices/networkConfigSlice.js +1 -1
  667. package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  668. package/__commonjs/reduxStore/slices/transactionsSlice.js +1 -1
  669. package/__commonjs/services/nativeAuth/helpers/index.js +1 -1
  670. package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  671. package/__commonjs/services/transactions/signTransactions.js +1 -1
  672. package/__commonjs/utils/account/getAccountProviderType.js +1 -1
  673. package/__commonjs/utils/account/refreshAccount.js +1 -1
  674. package/__commonjs/utils/index.js +5 -5
  675. package/__commonjs/utils/operations/index.js +1 -1
  676. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  677. package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  678. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  679. package/__commonjs/utils/transactions/getInterpretedTransaction/index.js +2 -2
  680. package/__commonjs/utils/transactions/index.js +1 -1
  681. package/__commonjs/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  682. package/__commonjs/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  683. package/__commonjs/wrappers/index.js +3 -3
  684. package/__mocks__/index.js +1 -1
  685. package/__mocks__/utils/index.js +1 -1
  686. package/__mocks__/utils/renderWithProvider.js +1 -1
  687. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  688. package/apiCalls/accounts/index.js +1 -1
  689. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  690. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  691. package/apiCalls/configuration/index.js +1 -1
  692. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  693. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  694. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  695. package/apiCalls/economics/index.js +1 -1
  696. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  697. package/apiCalls/index.js +1 -1
  698. package/apiCalls/tokens/getPersistedToken.js +1 -1
  699. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  700. package/apiCalls/transactions/index.js +1 -1
  701. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  702. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  703. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  704. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  705. package/apiCalls/utils/getScamAddressData.js +1 -1
  706. package/apiCalls/utils/index.js +1 -1
  707. package/apiCalls/utils/useApiFetch.js +1 -1
  708. package/components/LogoutListener/LogoutListener.js +1 -1
  709. package/components/LogoutListener/helpers/index.js +1 -1
  710. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  711. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  712. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  713. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  714. package/components/LogoutListener/index.js +1 -1
  715. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  716. package/components/ProviderInitializer/helpers/index.js +1 -1
  717. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  718. package/components/ProviderInitializer/hooks/index.js +1 -1
  719. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  720. package/components/ProviderInitializer/index.js +1 -1
  721. package/components/TransactionSender/TransactionSender.js +1 -1
  722. package/components/TransactionSender/index.js +1 -1
  723. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  724. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  725. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  726. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  727. package/components/TransactionsTracker/index.js +1 -1
  728. package/constants/dataTestIds.enum.d.ts +1 -0
  729. package/constants/dataTestIds.enum.js +1 -1
  730. package/constants/index.js +1 -1
  731. package/hooks/account/index.js +1 -1
  732. package/hooks/account/useGetAccount.js +1 -1
  733. package/hooks/account/useGetAccountInfo.js +1 -1
  734. package/hooks/account/useGetAccountProvider.js +1 -1
  735. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  736. package/hooks/account/useGetIsLoggedIn.js +1 -1
  737. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  738. package/hooks/account/useGetLoginInfo.js +1 -1
  739. package/hooks/account/useGetWebsocketEvent.js +1 -1
  740. package/hooks/economics/index.js +1 -1
  741. package/hooks/economics/useGetEgldPrice.js +1 -1
  742. package/hooks/index.js +1 -1
  743. package/hooks/login/index.js +1 -1
  744. package/hooks/login/useCrossWindowLogin.js +1 -1
  745. package/hooks/login/useExtensionLogin.js +1 -1
  746. package/hooks/login/useGetModalLoginMethods.js +1 -1
  747. package/hooks/login/useIframeLogin.js +1 -1
  748. package/hooks/login/useLedgerLogin.js +1 -1
  749. package/hooks/login/useLoginService.js +1 -1
  750. package/hooks/login/useMetamaskLogin.js +1 -1
  751. package/hooks/login/useOperaLogin.js +1 -1
  752. package/hooks/login/usePasskeyLogin.js +1 -1
  753. package/hooks/login/useWalletConnectV2Login.js +1 -1
  754. package/hooks/login/useWebViewLogin.js +1 -1
  755. package/hooks/login/useWebWalletLogin.js +1 -1
  756. package/hooks/login/useXaliasLogin.js +1 -1
  757. package/hooks/signMessage/index.js +1 -1
  758. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  759. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  760. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  761. package/hooks/signMessage/useSignMessage.js +1 -1
  762. package/hooks/toasts/index.js +1 -1
  763. package/hooks/toasts/useGetToasts.js +1 -1
  764. package/hooks/toasts/useTransactionsToasts.js +1 -1
  765. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  766. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  767. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  768. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  769. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  770. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  771. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  772. package/hooks/transactions/batch/useGetBatches.js +1 -1
  773. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  774. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  775. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  776. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  777. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  778. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  779. package/hooks/transactions/helpers/index.js +1 -1
  780. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  781. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  782. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  783. package/hooks/transactions/index.js +1 -1
  784. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  785. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  786. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  787. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  788. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  789. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  790. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  791. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  792. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  793. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  794. package/hooks/transactions/useGetPollingInterval.js +1 -1
  795. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  796. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  797. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  798. package/hooks/transactions/useGetTokenDetails.js +1 -1
  799. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  800. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  801. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  802. package/hooks/transactions/useSignTransactions.js +1 -1
  803. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  804. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  805. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  806. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  807. package/hooks/transactions/useTransactionsTracker.js +1 -1
  808. package/hooks/useGetNetworkConfig.js +1 -1
  809. package/hooks/useGetNotification.js +1 -1
  810. package/hooks/websocketListener/index.js +1 -1
  811. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  812. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  813. package/models/index.js +1 -1
  814. package/models/newTransaction.js +1 -1
  815. package/package.json +3 -3
  816. package/providers/accountProvider.js +1 -1
  817. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  818. package/providers/experimentalWebViewProvider/index.js +1 -1
  819. package/providers/index.js +1 -1
  820. package/providers/utils.js +1 -1
  821. package/providers/webviewProvider/index.js +1 -1
  822. package/providers/webviewProvider/requestMethods.js +1 -1
  823. package/providers/webviewProvider/webviewProvider.js +1 -1
  824. package/reduxStore/DappProviderContext.js +1 -1
  825. package/reduxStore/commonActions.js +1 -1
  826. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  827. package/reduxStore/persistConfig.js +1 -1
  828. package/reduxStore/persistedRootReducer.js +1 -1
  829. package/reduxStore/reducers.js +1 -1
  830. package/reduxStore/rootReducer.js +1 -1
  831. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  832. package/reduxStore/selectors/index.js +1 -1
  833. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  834. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  835. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  836. package/reduxStore/slices/accountInfoSlice.js +1 -1
  837. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  838. package/reduxStore/slices/dappConfigSlice.js +1 -1
  839. package/reduxStore/slices/index.js +1 -1
  840. package/reduxStore/slices/loginInfoSlice.js +1 -1
  841. package/reduxStore/slices/modalsSlice.js +1 -1
  842. package/reduxStore/slices/networkConfigSlice.js +1 -1
  843. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  844. package/reduxStore/slices/toastsSlice.js +1 -1
  845. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  846. package/reduxStore/slices/transactionsSlice.js +1 -1
  847. package/reduxStore/store.js +1 -1
  848. package/services/index.js +1 -1
  849. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  850. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  851. package/services/nativeAuth/helpers/index.js +1 -1
  852. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  853. package/services/transactions/clearTransactions.js +1 -1
  854. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  855. package/services/transactions/getTransactionsDetails.js +1 -1
  856. package/services/transactions/index.js +1 -1
  857. package/services/transactions/isCrossShardTransaction.js +1 -1
  858. package/services/transactions/sendBatchTransactions.js +1 -1
  859. package/services/transactions/sendBatchTransactions.test.js +1 -1
  860. package/services/transactions/sendTransactions.js +1 -1
  861. package/services/transactions/signTransactions.js +1 -1
  862. package/services/transactions/transformAndSignTransactions.js +1 -1
  863. package/services/transactions/updateSignedTransactions.js +1 -1
  864. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  865. package/services/transactions/utils.js +1 -1
  866. package/utils/account/getAccount.js +1 -1
  867. package/utils/account/getAccountBalance.js +1 -1
  868. package/utils/account/getAccountProviderType.js +1 -1
  869. package/utils/account/getAccountShard.js +1 -1
  870. package/utils/account/getAddress.js +1 -1
  871. package/utils/account/getIsProviderEqualTo.js +1 -1
  872. package/utils/account/getLatestNonce.js +1 -1
  873. package/utils/account/getShardOfAddress.js +1 -1
  874. package/utils/account/getWebviewToken.js +1 -1
  875. package/utils/account/index.js +1 -1
  876. package/utils/account/loginWithExternalProvider.js +1 -1
  877. package/utils/account/refreshAccount.js +1 -1
  878. package/utils/account/setNonce.js +1 -1
  879. package/utils/account/signMessage.js +1 -1
  880. package/utils/getIsLoggedIn.js +1 -1
  881. package/utils/index.js +1 -1
  882. package/utils/logout.js +1 -1
  883. package/utils/network/getChainID.js +1 -1
  884. package/utils/network/getEgldLabel.js +1 -1
  885. package/utils/network/getNetworkConfig.js +1 -1
  886. package/utils/network/index.js +1 -1
  887. package/utils/operations/calculateFeeInFiat.js +1 -1
  888. package/utils/operations/calculateFeeLimit.js +1 -1
  889. package/utils/operations/denominate.js +1 -1
  890. package/utils/operations/formatAmount.js +1 -1
  891. package/utils/operations/index.js +1 -1
  892. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  893. package/utils/operations/ledger/index.js +1 -1
  894. package/utils/operations/nominate.js +1 -1
  895. package/utils/operations/parseAmount.js +1 -1
  896. package/utils/toasts/customToastsActions.js +1 -1
  897. package/utils/toasts/index.js +1 -1
  898. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  899. package/utils/transactions/builtCallbackUrl.js +1 -1
  900. package/utils/transactions/getAllTransactionsLink.js +1 -1
  901. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  902. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  903. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  904. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  905. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  906. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  907. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  908. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  909. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  910. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  911. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  912. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  913. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  914. package/utils/transactions/getOperationsDetails.js +1 -1
  915. package/utils/transactions/getTransactionLink.js +1 -1
  916. package/utils/transactions/index.js +1 -1
  917. package/utils/transactions/isGuardianTx.js +1 -1
  918. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  919. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  920. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  921. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  922. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  923. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  924. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  925. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  926. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  927. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  928. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  929. package/utils/validation/index.js +1 -1
  930. package/utils/validation/maxDecimals.js +1 -1
  931. package/utils/validation/stringIsFloat.js +1 -1
  932. package/utils/waitForChainID.js +1 -1
  933. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  934. package/web/hooks/index.js +1 -1
  935. package/web/hooks/useIdleTimer.js +1 -1
  936. package/web/index.js +1 -1
  937. package/wrappers/AppInitializer.js +1 -1
  938. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  939. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  940. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  941. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  942. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  943. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  944. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  945. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  946. package/wrappers/DappProvider/CustomComponents.js +1 -1
  947. package/wrappers/DappProvider/DappProvider.js +1 -1
  948. package/wrappers/DappProvider/index.js +1 -1
  949. package/wrappers/index.js +1 -1
  950. package/__chunks__/chunk-2CIKILAW.js +0 -2
  951. package/__chunks__/chunk-2OYU5WPX.js +0 -2
  952. package/__chunks__/chunk-374SPKUP.js +0 -2
  953. package/__chunks__/chunk-3ENWF7YR.js +0 -2
  954. package/__chunks__/chunk-4PV7B6OC.js +0 -2
  955. package/__chunks__/chunk-5CUNBDJS.js +0 -2
  956. package/__chunks__/chunk-5GZQ4REB.js +0 -2
  957. package/__chunks__/chunk-5ON2ZU5O.js +0 -2
  958. package/__chunks__/chunk-6CAO2NGV.js +0 -2
  959. package/__chunks__/chunk-6IQIPHJS.js +0 -2
  960. package/__chunks__/chunk-6NIELLKI.js +0 -2
  961. package/__chunks__/chunk-6U55E5BU.js +0 -2
  962. package/__chunks__/chunk-6YTBMA3L.js +0 -2
  963. package/__chunks__/chunk-742UIH6M.js +0 -2
  964. package/__chunks__/chunk-7PNWS3GR.js +0 -2
  965. package/__chunks__/chunk-ANAR4IRU.js +0 -2
  966. package/__chunks__/chunk-B7LFYDED.js +0 -2
  967. package/__chunks__/chunk-BMO5RCC5.js +0 -2
  968. package/__chunks__/chunk-BP52J7CD.js +0 -2
  969. package/__chunks__/chunk-CJAPWZXN.js +0 -2
  970. package/__chunks__/chunk-DFR7P23J.js +0 -2
  971. package/__chunks__/chunk-DUV2RGVU.js +0 -2
  972. package/__chunks__/chunk-E5DSKAV7.js +0 -2
  973. package/__chunks__/chunk-G4XEIEOD.js +0 -2
  974. package/__chunks__/chunk-GHFRCWZU.js +0 -2
  975. package/__chunks__/chunk-GMEPYWSN.js +0 -2
  976. package/__chunks__/chunk-HPW4LYHW.js +0 -2
  977. package/__chunks__/chunk-IOIPFMWK.js +0 -2
  978. package/__chunks__/chunk-J4LEZDHO.js +0 -2
  979. package/__chunks__/chunk-JBFTLTH7.js +0 -2
  980. package/__chunks__/chunk-LCTNXSYB.js +0 -2
  981. package/__chunks__/chunk-LZU4AQRM.js +0 -2
  982. package/__chunks__/chunk-MDJ2PLT3.js +0 -2
  983. package/__chunks__/chunk-MIFW35FG.js +0 -2
  984. package/__chunks__/chunk-NPRONW74.js +0 -2
  985. package/__chunks__/chunk-O3JF5Q7D.js +0 -2
  986. package/__chunks__/chunk-O4HAQEWQ.js +0 -2
  987. package/__chunks__/chunk-OS3KFYDU.js +0 -2
  988. package/__chunks__/chunk-OZ7ANBS3.js +0 -2
  989. package/__chunks__/chunk-PAX7M4ZA.js +0 -2
  990. package/__chunks__/chunk-PCYE2DXE.js +0 -2
  991. package/__chunks__/chunk-PHQZ5JGB.js +0 -2
  992. package/__chunks__/chunk-PJTUBBED.js +0 -2
  993. package/__chunks__/chunk-PYXNU6FU.js +0 -2
  994. package/__chunks__/chunk-QGQKCL7C.js +0 -2
  995. package/__chunks__/chunk-RLTGJLTK.js +0 -2
  996. package/__chunks__/chunk-RQLQURWN.js +0 -2
  997. package/__chunks__/chunk-SB5OER4G.js +0 -2
  998. package/__chunks__/chunk-TGN5MZTJ.js +0 -2
  999. package/__chunks__/chunk-TNBTG7EY.js +0 -2
  1000. package/__chunks__/chunk-TW3W4TEQ.js +0 -2
  1001. package/__chunks__/chunk-U3F4YV5C.js +0 -2
  1002. package/__chunks__/chunk-UANI2K3E.js +0 -2
  1003. package/__chunks__/chunk-UUZWA5KU.js +0 -2
  1004. package/__chunks__/chunk-W3LC3DJ3.js +0 -2
  1005. package/__chunks__/chunk-WD34FATV.js +0 -2
  1006. package/__chunks__/chunk-XC2TOXRS.js +0 -2
  1007. package/__chunks__/chunk-XSEH43PQ.js +0 -2
  1008. package/__chunks__/chunk-Y2KGN2FJ.js +0 -2
  1009. package/__chunks__/chunk-YMQ3LJXF.js +0 -2
  1010. package/__chunks__/chunk-YTYYPK7N.js +0 -2
  1011. package/__chunks__/chunk-ZCKZ2UUI.js +0 -2
  1012. package/__chunks__/chunk-ZJWWEHIM.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var He=Object.create;var M=Object.defineProperty;var ze=Object.getOwnPropertyDescriptor;var je=Object.getOwnPropertyNames,le=Object.getOwnPropertySymbols,Xe=Object.getPrototypeOf,pe=Object.prototype.hasOwnProperty,Ye=Object.prototype.propertyIsEnumerable;var ce=(t,e,r)=>e in t?M(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,G=(t,e)=>{for(var r in e||(e={}))pe.call(e,r)&&ce(t,r,e[r]);if(le)for(var r of le(e))Ye.call(e,r)&&ce(t,r,e[r]);return t};var Ke=(t,e)=>()=>(t&&(e=t(t=0)),e);var W=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ze=(t,e)=>{for(var r in e)M(t,r,{get:e[r],enumerable:!0})},ue=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of je(e))!pe.call(t,i)&&i!==r&&M(t,i,{get:()=>e[i],enumerable:!(n=ze(e,i))||n.enumerable});return t};var X=(t,e,r)=>(r=t!=null?He(Xe(t)):{},ue(e||!t||!t.__esModule?M(r,"default",{value:t,enumerable:!0}):r,t)),Je=t=>ue(M({},"__esModule",{value:!0}),t);var me=W(V=>{"use strict";l();V.byteLength=$e;V.toByteArray=rr;V.fromByteArray=ir;var k=[],T=[],Qe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,de=Y.length;F<de;++F)k[F]=Y[F],T[Y.charCodeAt(F)]=F;var F,de;T["-".charCodeAt(0)]=62;T["_".charCodeAt(0)]=63;function ge(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function $e(t){var e=ge(t),r=e[0],n=e[1];return(r+n)*3/4-n}function er(t,e,r){return(e+r)*3/4-r}function rr(t){var e,r=ge(t),n=r[0],i=r[1],a=new Qe(er(t,n,i)),o=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=T[t.charCodeAt(p)]<<18|T[t.charCodeAt(p+1)]<<12|T[t.charCodeAt(p+2)]<<6|T[t.charCodeAt(p+3)],a[o++]=e>>16&255,a[o++]=e>>8&255,a[o++]=e&255;return i===2&&(e=T[t.charCodeAt(p)]<<2|T[t.charCodeAt(p+1)]>>4,a[o++]=e&255),i===1&&(e=T[t.charCodeAt(p)]<<10|T[t.charCodeAt(p+1)]<<4|T[t.charCodeAt(p+2)]>>2,a[o++]=e>>8&255,a[o++]=e&255),a}function tr(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function nr(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(tr(n));return i.join("")}function ir(t){for(var e,r=t.length,n=r%3,i=[],a=16383,o=0,c=r-n;o<c;o+=a)i.push(nr(t,o,o+a>c?c:o+a));return n===1?(e=t[r-1],i.push(k[e>>2]+k[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(k[e>>10]+k[e>>4&63]+k[e<<2&63]+"=")),i.join("")}});var fe=W(K=>{l();K.read=function(t,e,r,n,i){var a,o,c=i*8-n-1,p=(1<<c)-1,d=p>>1,g=-7,u=r?i-1:0,w=r?-1:1,v=t[e+u];for(u+=w,a=v&(1<<-g)-1,v>>=-g,g+=c;g>0;a=a*256+t[e+u],u+=w,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[e+u],u+=w,g-=8);if(a===0)a=1-d;else{if(a===p)return o?NaN:(v?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-d}return(v?-1:1)*o*Math.pow(2,a-n)};K.write=function(t,e,r,n,i,a){var o,c,p,d=a*8-i-1,g=(1<<d)-1,u=g>>1,w=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:a-1,N=n?1:-1,j=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,o=g):(o=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+u>=1?e+=w/p:e+=w*Math.pow(2,1-u),e*p>=2&&(o++,p/=2),o+u>=g?(c=0,o=g):o+u>=1?(c=(e*p-1)*Math.pow(2,i),o=o+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),o=0));i>=8;t[r+v]=c&255,v+=N,c/=256,i-=8);for(o=o<<i|c,d+=i;d>0;t[r+v]=o&255,v+=N,o/=256,d-=8);t[r+v-N]|=j*128}});var Ie=W(D=>{"use strict";l();var Z=me(),U=fe(),he=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=pr;D.INSPECT_MAX_BYTES=50;var q=2147483647;D.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=ar();!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 ar(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function I(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return we(t,e,r)}s.poolSize=8192;function we(t,e,r){if(typeof t=="string")return sr(t,e);if(ArrayBuffer.isView(t))return lr(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(A(t,ArrayBuffer)||t&&A(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(A(t,SharedArrayBuffer)||t&&A(t.buffer,SharedArrayBuffer)))return Q(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=cr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return we(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function ve(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 or(t,e,r){return ve(t),t<=0?I(t):e!==void 0?typeof r=="string"?I(t).fill(e,r):I(t).fill(e):I(t)}s.alloc=function(t,e,r){return or(t,e,r)};function ee(t){return ve(t),I(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function sr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=be(t,e)|0,n=I(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function J(t){for(var e=t.length<0?0:re(t.length)|0,r=I(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function lr(t){if(A(t,Uint8Array)){var e=new Uint8Array(t);return Q(e.buffer,e.byteOffset,e.byteLength)}return J(t)}function Q(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function cr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=I(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?I(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function re(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function pr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(A(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),A(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,a=0,o=Math.min(n,i);a<o;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){var o=e[n];if(A(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 be(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||A(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return $(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Se(t).length;default:if(i)return n?-1:$(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=be;function ur(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return br(this,e,r);case"utf8":case"utf-8":return ke(this,e,r);case"ascii":return wr(this,e,r);case"latin1":case"binary":return vr(this,e,r);case"base64":return yr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)C(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)C(this,r,r+3),C(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)C(this,r,r+7),C(this,r+1,r+6),C(this,r+2,r+5),C(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?ke(this,0,e):ur.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=D.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};he&&(s.prototype[he]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,a){if(A(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var o=a-i,c=n-r,p=Math.min(o,c),d=this.slice(i,a),g=e.slice(r,n),u=0;u<p;++u)if(d[u]!==g[u]){o=d[u],c=g[u];break}return o<c?-1:c<o?1:0};function Te(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:ye(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):ye(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function ye(t,e,r,n,i){var a=1,o=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,o/=2,c/=2,r/=2}function p(v,N){return a===1?v[N]:v.readUInt16BE(N*a)}var d;if(i){var g=-1;for(d=r;d<o;d++)if(p(t,d)===p(e,g===-1?0:d-g)){if(g===-1&&(g=d),d-g+1===c)return g*a}else g!==-1&&(d-=d-g),g=-1}else for(r+c>o&&(r=o-c),d=r;d>=0;d--){for(var u=!0,w=0;w<c;w++)if(p(t,d+w)!==p(e,w)){u=!1;break}if(u)return d}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return Te(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return Te(this,e,r,n,!1)};function dr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var c=parseInt(e.substr(o*2,2),16);if(te(c))return o;t[r+o]=c}return o}function gr(t,e,r,n){return H($(e,t.length-r),t,r,n)}function mr(t,e,r,n){return H(_r(e),t,r,n)}function fr(t,e,r,n){return H(Se(e),t,r,n)}function hr(t,e,r,n){return H(Rr(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return dr(this,e,r,n);case"utf8":case"utf-8":return gr(this,e,r,n);case"ascii":case"latin1":case"binary":return mr(this,e,r,n);case"base64":return fr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hr(this,e,r,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function yr(t,e,r){return e===0&&r===t.length?Z.fromByteArray(t):Z.fromByteArray(t.slice(e,r))}function ke(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var a=t[i],o=null,c=a>239?4:a>223?3:a>191?2:1;if(i+c<=r){var p,d,g,u;switch(c){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(u=(a&31)<<6|p&63,u>127&&(o=u));break;case 3:p=t[i+1],d=t[i+2],(p&192)===128&&(d&192)===128&&(u=(a&15)<<12|(p&63)<<6|d&63,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:p=t[i+1],d=t[i+2],g=t[i+3],(p&192)===128&&(d&192)===128&&(g&192)===128&&(u=(a&15)<<18|(p&63)<<12|(d&63)<<6|g&63,u>65535&&u<1114112&&(o=u))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=c}return xr(n)}var xe=4096;function xr(t){var e=t.length;if(e<=xe)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=xe));return r}function wr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function vr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function br(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",a=e;a<r;++a)i+=Sr[t[a]];return i}function Tr(t,e,r){for(var n=t.slice(e,r),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],a=1;r>0&&(a*=256);)i+=this[e+--r]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,a=1,o=this[e+--i];i>0&&(a*=256);)o+=this[e+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*r)),o};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function b(t,e,r,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,r,n,a,0)}var o=1,c=0;for(this[r]=e&255;++c<n&&(o*=256);)this[r+c]=e/o&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,r,n,a,0)}var o=n-1,c=1;for(this[r+o]=e&255;--o>=0&&(c*=256);)this[r+o]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,r,n,a-1,-a)}var o=0,c=1,p=0;for(this[r]=e&255;++o<n&&(c*=256);)e<0&&p===0&&this[r+o-1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,r,n,a-1,-a)}var o=n-1,c=1,p=0;for(this[r+o]=e&255;--o>=0&&(c*=256);)e<0&&p===0&&this[r+o+1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Ae(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function _e(t,e,r,n,i){return e=+e,r=r>>>0,i||Ae(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return _e(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return _e(this,e,r,!1,n)};function Re(t,e,r,n,i){return e=+e,r=r>>>0,i||Ae(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Re(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Re(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var o;if(typeof e=="number")for(o=r;o<n;++o)this[o]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-r;++o)this[o+r]=c[o%p]}return this};var kr=/[^+/0-9A-Za-z-_]/g;function Ar(t){if(t=t.split("=")[0],t=t.trim().replace(kr,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function $(t,e){e=e||1/0;for(var r,n=t.length,i=null,a=[],o=0;o<n;++o){if(r=t.charCodeAt(o),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function _r(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Rr(t,e){for(var r,n,i,a=[],o=0;o<t.length&&!((e-=2)<0);++o)r=t.charCodeAt(o),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function Se(t){return Z.toByteArray(Ar(t))}function H(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function A(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Sr=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Ce=W((Mr,Fe)=>{l();var y=Fe.exports={},_,R;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?_=setTimeout:_=ne}catch(t){_=ne}try{typeof clearTimeout=="function"?R=clearTimeout:R=ie}catch(t){R=ie}})();function Le(t){if(_===setTimeout)return setTimeout(t,0);if((_===ne||!_)&&setTimeout)return _=setTimeout,setTimeout(t,0);try{return _(t,0)}catch(e){try{return _.call(null,t,0)}catch(r){return _.call(this,t,0)}}}function Ir(t){if(R===clearTimeout)return clearTimeout(t);if((R===ie||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(t);try{return R(t)}catch(e){try{return R.call(null,t)}catch(r){return R.call(this,t)}}}var L=[],O=!1,B,z=-1;function Lr(){!O||!B||(O=!1,B.length?L=B.concat(L):z=-1,L.length&&Ee())}function Ee(){if(!O){var t=Le(Lr);O=!0;for(var e=L.length;e;){for(B=L,L=[];++z<e;)B&&B[z].run();z=-1,e=L.length}B=null,O=!1,Ir(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];L.push(new Ne(t,e)),L.length===1&&!O&&Le(Ee)};function Ne(t,e){this.fun=t,this.array=e}Ne.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function E(){}y.on=E;y.addListener=E;y.once=E;y.off=E;y.removeListener=E;y.removeAllListeners=E;y.emit=E;y.prependListener=E;y.prependOnceListener=E;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var m,f,Gr,l=Ke(()=>{m=X(Ie()),f=X(Ce()),Gr=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Br={};Ze(Br,{esdtNftUnwrapper:()=>Nr,mexUnwrapper:()=>Cr,stakeUnwrapper:()=>Er});module.exports=Je(Br);l();l();l();var Er=t=>{var e,r,n,i,a,o,c,p,d,g,u,w;switch(t.name){case"delegate":case"stake":return["Delegate",{egldValue:(e=t.arguments)==null?void 0:e.value},"to staking provider",{providerName:(r=t.arguments)==null?void 0:r.providerName,providerAvatar:(n=t.arguments)==null?void 0:n.providerAvatar}];case"unDelegate":return["Undelegate",{egldValue:(i=t.arguments)==null?void 0:i.value},"from staking provider",{providerName:(a=t.arguments)==null?void 0:a.providerName,providerAvatar:(o=t.arguments)==null?void 0:o.providerAvatar}];case"claimRewards":return["Claim rewards from staking provider",{providerName:(c=t.arguments)==null?void 0:c.providerName,providerAvatar:(p=t.arguments)==null?void 0:p.providerAvatar}];case"reDelegateRewards":return["Redelegate rewards from staking provider",{providerName:(d=t.arguments)==null?void 0:d.providerName,providerAvatar:(g=t.arguments)==null?void 0:g.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(u=t.arguments)==null?void 0:u.providerName,providerAvatar:(w=t.arguments)==null?void 0:w.providerAvatar}];default:return[]}};l();var Nr=t=>{var e,r;switch(t.name){case"transfer":return["Transfer",{token:(e=t.arguments)==null?void 0:e.transfers},"to",{address:(r=t.arguments)==null?void 0:r.receiver}];default:return[]}};l();var qe=X(require("bignumber.js"));l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var Fr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),P=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Ue=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Ue||{}),st=G(G({},P.WindowProviderRequestEnums),Ue),De=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(De||{}),lt=G(G({},P.WindowProviderResponseEnums),De);l();l();l();l();l();var ae={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",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",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",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Oe,egldLabel:At}=ae["devnet"],{chainId:Pe,egldLabel:_t}=ae["testnet"],{chainId:Me,egldLabel:Rt}=ae["mainnet"];var St={["devnet"]:Oe,["testnet"]:Pe,["mainnet"]:Me},It={[Oe]:"devnet",[Pe]:"testnet",[Me]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");l();l();var oe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var Ge,We,se=String((We=(Ge=oe.safeWindow)==null?void 0:Ge.navigator)==null?void 0:We.userAgent),Bt=/^((?!chrome|android).)*safari/i.test(se),Ut=/firefox/i.test(se)&&/windows/i.test(se);var Ve="0";var Cr=t=>{var e,r,n,i,a,o,c,p,d,g,u,w;switch(t.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(e=t.arguments)==null?void 0:e.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(r=t.arguments)==null?void 0:r.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(n=t.arguments)==null?void 0:n.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(i=t.arguments)==null?void 0:i.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(a=t.arguments)==null?void 0:a.transfers}];case"swapTokensFixedInput":case"swap":return t.description?[t.description]:[];case"swapTokensFixedOutput":return t.description?[t.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(o=t.arguments)==null?void 0:o.transfers[0]]},"and",{token:[(c=t.arguments)==null?void 0:c.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(p=t.arguments)==null?void 0:p.transfers}];case"mergeLockedAssetTokens":let v=Ve;if((d=t.arguments)!=null&&d.transfers){let N=t.arguments.transfers.map(({value:j})=>j);v=qe.default.sum.apply(null,N).toString(10)}return[`Merge ${(g=t.arguments)==null?void 0:g.transfers.length}`,{tokenNoLink:[(u=t.arguments)==null?void 0:u.transfers[0]]},"positions into a single",{tokenNoLink:[(w=t.arguments)==null?void 0:w.transfers[0]]},"position of value",{value:v}];case"wrapEgld":case"unwrapEgld":default:return t.description?[t.description]:[]}};0&&(module.exports={esdtNftUnwrapper,mexUnwrapper,stakeUnwrapper});
1
+ "use strict";var He=Object.create;var M=Object.defineProperty;var ze=Object.getOwnPropertyDescriptor;var je=Object.getOwnPropertyNames,le=Object.getOwnPropertySymbols,Xe=Object.getPrototypeOf,pe=Object.prototype.hasOwnProperty,Ye=Object.prototype.propertyIsEnumerable;var ce=(t,e,r)=>e in t?M(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,G=(t,e)=>{for(var r in e||(e={}))pe.call(e,r)&&ce(t,r,e[r]);if(le)for(var r of le(e))Ye.call(e,r)&&ce(t,r,e[r]);return t};var Ke=(t,e)=>()=>(t&&(e=t(t=0)),e);var W=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ze=(t,e)=>{for(var r in e)M(t,r,{get:e[r],enumerable:!0})},ue=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of je(e))!pe.call(t,i)&&i!==r&&M(t,i,{get:()=>e[i],enumerable:!(n=ze(e,i))||n.enumerable});return t};var X=(t,e,r)=>(r=t!=null?He(Xe(t)):{},ue(e||!t||!t.__esModule?M(r,"default",{value:t,enumerable:!0}):r,t)),Je=t=>ue(M({},"__esModule",{value:!0}),t);var me=W(V=>{"use strict";l();V.byteLength=$e;V.toByteArray=rr;V.fromByteArray=ir;var k=[],T=[],Qe=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,de=Y.length;F<de;++F)k[F]=Y[F],T[Y.charCodeAt(F)]=F;var F,de;T["-".charCodeAt(0)]=62;T["_".charCodeAt(0)]=63;function ge(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function $e(t){var e=ge(t),r=e[0],n=e[1];return(r+n)*3/4-n}function er(t,e,r){return(e+r)*3/4-r}function rr(t){var e,r=ge(t),n=r[0],i=r[1],a=new Qe(er(t,n,i)),o=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=T[t.charCodeAt(p)]<<18|T[t.charCodeAt(p+1)]<<12|T[t.charCodeAt(p+2)]<<6|T[t.charCodeAt(p+3)],a[o++]=e>>16&255,a[o++]=e>>8&255,a[o++]=e&255;return i===2&&(e=T[t.charCodeAt(p)]<<2|T[t.charCodeAt(p+1)]>>4,a[o++]=e&255),i===1&&(e=T[t.charCodeAt(p)]<<10|T[t.charCodeAt(p+1)]<<4|T[t.charCodeAt(p+2)]>>2,a[o++]=e>>8&255,a[o++]=e&255),a}function tr(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function nr(t,e,r){for(var n,i=[],a=e;a<r;a+=3)n=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(t[a+2]&255),i.push(tr(n));return i.join("")}function ir(t){for(var e,r=t.length,n=r%3,i=[],a=16383,o=0,c=r-n;o<c;o+=a)i.push(nr(t,o,o+a>c?c:o+a));return n===1?(e=t[r-1],i.push(k[e>>2]+k[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(k[e>>10]+k[e>>4&63]+k[e<<2&63]+"=")),i.join("")}});var fe=W(K=>{l();K.read=function(t,e,r,n,i){var a,o,c=i*8-n-1,p=(1<<c)-1,d=p>>1,g=-7,u=r?i-1:0,w=r?-1:1,v=t[e+u];for(u+=w,a=v&(1<<-g)-1,v>>=-g,g+=c;g>0;a=a*256+t[e+u],u+=w,g-=8);for(o=a&(1<<-g)-1,a>>=-g,g+=n;g>0;o=o*256+t[e+u],u+=w,g-=8);if(a===0)a=1-d;else{if(a===p)return o?NaN:(v?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-d}return(v?-1:1)*o*Math.pow(2,a-n)};K.write=function(t,e,r,n,i,a){var o,c,p,d=a*8-i-1,g=(1<<d)-1,u=g>>1,w=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:a-1,E=n?1:-1,j=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,o=g):(o=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+u>=1?e+=w/p:e+=w*Math.pow(2,1-u),e*p>=2&&(o++,p/=2),o+u>=g?(c=0,o=g):o+u>=1?(c=(e*p-1)*Math.pow(2,i),o=o+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),o=0));i>=8;t[r+v]=c&255,v+=E,c/=256,i-=8);for(o=o<<i|c,d+=i;d>0;t[r+v]=o&255,v+=E,o/=256,d-=8);t[r+v-E]|=j*128}});var Ie=W(D=>{"use strict";l();var Z=me(),U=fe(),he=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=pr;D.INSPECT_MAX_BYTES=50;var q=2147483647;D.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=ar();!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 ar(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function I(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return we(t,e,r)}s.poolSize=8192;function we(t,e,r){if(typeof t=="string")return sr(t,e);if(ArrayBuffer.isView(t))return lr(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(A(t,ArrayBuffer)||t&&A(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(A(t,SharedArrayBuffer)||t&&A(t.buffer,SharedArrayBuffer)))return Q(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=cr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return we(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function ve(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 or(t,e,r){return ve(t),t<=0?I(t):e!==void 0?typeof r=="string"?I(t).fill(e,r):I(t).fill(e):I(t)}s.alloc=function(t,e,r){return or(t,e,r)};function ee(t){return ve(t),I(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function sr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=be(t,e)|0,n=I(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function J(t){for(var e=t.length<0?0:re(t.length)|0,r=I(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function lr(t){if(A(t,Uint8Array)){var e=new Uint8Array(t);return Q(e.buffer,e.byteOffset,e.byteLength)}return J(t)}function Q(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function cr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=I(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?I(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function re(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function pr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(A(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),A(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,a=0,o=Math.min(n,i);a<o;++a)if(e[a]!==r[a]){n=e[a],i=r[a];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),a=0;for(n=0;n<e.length;++n){var o=e[n];if(A(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 be(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||A(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return $(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Se(t).length;default:if(i)return n?-1:$(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=be;function ur(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return br(this,e,r);case"utf8":case"utf-8":return ke(this,e,r);case"ascii":return wr(this,e,r);case"latin1":case"binary":return vr(this,e,r);case"base64":return yr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function C(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)C(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)C(this,r,r+3),C(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)C(this,r,r+7),C(this,r+1,r+6),C(this,r+2,r+5),C(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?ke(this,0,e):ur.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=D.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};he&&(s.prototype[he]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,a){if(A(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),r<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&r>=n)return 0;if(i>=a)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var o=a-i,c=n-r,p=Math.min(o,c),d=this.slice(i,a),g=e.slice(r,n),u=0;u<p;++u)if(d[u]!==g[u]){o=d[u],c=g[u];break}return o<c?-1:c<o?1:0};function Te(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:ye(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):ye(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function ye(t,e,r,n,i){var a=1,o=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;a=2,o/=2,c/=2,r/=2}function p(v,E){return a===1?v[E]:v.readUInt16BE(E*a)}var d;if(i){var g=-1;for(d=r;d<o;d++)if(p(t,d)===p(e,g===-1?0:d-g)){if(g===-1&&(g=d),d-g+1===c)return g*a}else g!==-1&&(d-=d-g),g=-1}else for(r+c>o&&(r=o-c),d=r;d>=0;d--){for(var u=!0,w=0;w<c;w++)if(p(t,d+w)!==p(e,w)){u=!1;break}if(u)return d}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return Te(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return Te(this,e,r,n,!1)};function dr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;n>a/2&&(n=a/2);for(var o=0;o<n;++o){var c=parseInt(e.substr(o*2,2),16);if(te(c))return o;t[r+o]=c}return o}function gr(t,e,r,n){return H($(e,t.length-r),t,r,n)}function mr(t,e,r,n){return H(_r(e),t,r,n)}function fr(t,e,r,n){return H(Se(e),t,r,n)}function hr(t,e,r,n){return H(Rr(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-r;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return dr(this,e,r,n);case"utf8":case"utf-8":return gr(this,e,r,n);case"ascii":case"latin1":case"binary":return mr(this,e,r,n);case"base64":return fr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return hr(this,e,r,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function yr(t,e,r){return e===0&&r===t.length?Z.fromByteArray(t):Z.fromByteArray(t.slice(e,r))}function ke(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var a=t[i],o=null,c=a>239?4:a>223?3:a>191?2:1;if(i+c<=r){var p,d,g,u;switch(c){case 1:a<128&&(o=a);break;case 2:p=t[i+1],(p&192)===128&&(u=(a&31)<<6|p&63,u>127&&(o=u));break;case 3:p=t[i+1],d=t[i+2],(p&192)===128&&(d&192)===128&&(u=(a&15)<<12|(p&63)<<6|d&63,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:p=t[i+1],d=t[i+2],g=t[i+3],(p&192)===128&&(d&192)===128&&(g&192)===128&&(u=(a&15)<<18|(p&63)<<12|(d&63)<<6|g&63,u>65535&&u<1114112&&(o=u))}}o===null?(o=65533,c=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=c}return xr(n)}var xe=4096;function xr(t){var e=t.length;if(e<=xe)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=xe));return r}function wr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function vr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function br(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",a=e;a<r;++a)i+=Sr[t[a]];return i}function Tr(t,e,r){for(var n=t.slice(e,r),i="",a=0;a<n.length-1;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],a=1;r>0&&(a*=256);)i+=this[e+--r]*a;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],a=1,o=0;++o<r&&(a*=256);)i+=this[e+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,a=1,o=this[e+--i];i>0&&(a*=256);)o+=this[e+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*r)),o};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function b(t,e,r,n,i,a){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,r,n,a,0)}var o=1,c=0;for(this[r]=e&255;++c<n&&(o*=256);)this[r+c]=e/o&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var a=Math.pow(2,8*n)-1;b(this,e,r,n,a,0)}var o=n-1,c=1;for(this[r+o]=e&255;--o>=0&&(c*=256);)this[r+o]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,r,n,a-1,-a)}var o=0,c=1,p=0;for(this[r]=e&255;++o<n&&(c*=256);)e<0&&p===0&&this[r+o-1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var a=Math.pow(2,8*n-1);b(this,e,r,n,a-1,-a)}var o=n-1,c=1,p=0;for(this[r+o]=e&255;--o>=0&&(c*=256);)e<0&&p===0&&this[r+o+1]!==0&&(p=1),this[r+o]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||b(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Ae(t,e,r,n,i,a){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function _e(t,e,r,n,i){return e=+e,r=r>>>0,i||Ae(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return _e(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return _e(this,e,r,!1,n)};function Re(t,e,r,n,i){return e=+e,r=r>>>0,i||Ae(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Re(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Re(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var a=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),a};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var o;if(typeof e=="number")for(o=r;o<n;++o)this[o]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(o=0;o<n-r;++o)this[o+r]=c[o%p]}return this};var kr=/[^+/0-9A-Za-z-_]/g;function Ar(t){if(t=t.split("=")[0],t=t.trim().replace(kr,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function $(t,e){e=e||1/0;for(var r,n=t.length,i=null,a=[],o=0;o<n;++o){if(r=t.charCodeAt(o),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&a.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;a.push(r)}else if(r<2048){if((e-=2)<0)break;a.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;a.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;a.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return a}function _r(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Rr(t,e){for(var r,n,i,a=[],o=0;o<t.length&&!((e-=2)<0);++o)r=t.charCodeAt(o),n=r>>8,i=r%256,a.push(i),a.push(n);return a}function Se(t){return Z.toByteArray(Ar(t))}function H(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function A(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Sr=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Ce=W((Mr,Fe)=>{l();var y=Fe.exports={},_,R;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?_=setTimeout:_=ne}catch(t){_=ne}try{typeof clearTimeout=="function"?R=clearTimeout:R=ie}catch(t){R=ie}})();function Le(t){if(_===setTimeout)return setTimeout(t,0);if((_===ne||!_)&&setTimeout)return _=setTimeout,setTimeout(t,0);try{return _(t,0)}catch(e){try{return _.call(null,t,0)}catch(r){return _.call(this,t,0)}}}function Ir(t){if(R===clearTimeout)return clearTimeout(t);if((R===ie||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(t);try{return R(t)}catch(e){try{return R.call(null,t)}catch(r){return R.call(this,t)}}}var L=[],O=!1,B,z=-1;function Lr(){!O||!B||(O=!1,B.length?L=B.concat(L):z=-1,L.length&&Ne())}function Ne(){if(!O){var t=Le(Lr);O=!0;for(var e=L.length;e;){for(B=L,L=[];++z<e;)B&&B[z].run();z=-1,e=L.length}B=null,O=!1,Ir(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];L.push(new Ee(t,e)),L.length===1&&!O&&Le(Ne)};function Ee(t,e){this.fun=t,this.array=e}Ee.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var m,f,Gr,l=Ke(()=>{m=X(Ie()),f=X(Ce()),Gr=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Br={};Ze(Br,{esdtNftUnwrapper:()=>Er,mexUnwrapper:()=>Cr,stakeUnwrapper:()=>Nr});module.exports=Je(Br);l();l();l();var Nr=t=>{var e,r,n,i,a,o,c,p,d,g,u,w;switch(t.name){case"delegate":case"stake":return["Delegate",{egldValue:(e=t.arguments)==null?void 0:e.value},"to staking provider",{providerName:(r=t.arguments)==null?void 0:r.providerName,providerAvatar:(n=t.arguments)==null?void 0:n.providerAvatar}];case"unDelegate":return["Undelegate",{egldValue:(i=t.arguments)==null?void 0:i.value},"from staking provider",{providerName:(a=t.arguments)==null?void 0:a.providerName,providerAvatar:(o=t.arguments)==null?void 0:o.providerAvatar}];case"claimRewards":return["Claim rewards from staking provider",{providerName:(c=t.arguments)==null?void 0:c.providerName,providerAvatar:(p=t.arguments)==null?void 0:p.providerAvatar}];case"reDelegateRewards":return["Redelegate rewards from staking provider",{providerName:(d=t.arguments)==null?void 0:d.providerName,providerAvatar:(g=t.arguments)==null?void 0:g.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(u=t.arguments)==null?void 0:u.providerName,providerAvatar:(w=t.arguments)==null?void 0:w.providerAvatar}];default:return[]}};l();var Er=t=>{var e,r;switch(t.name){case"transfer":return["Transfer",{token:(e=t.arguments)==null?void 0:e.transfers},"to",{address:(r=t.arguments)==null?void 0:r.receiver}];default:return[]}};l();var qe=X(require("bignumber.js"));l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var Fr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),P=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Ue=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Ue||{}),st=G(G({},P.WindowProviderRequestEnums),Ue),De=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(De||{}),lt=G(G({},P.WindowProviderResponseEnums),De);l();l();l();l();l();var ae={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",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",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",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Oe,egldLabel:At}=ae["devnet"],{chainId:Pe,egldLabel:_t}=ae["testnet"],{chainId:Me,egldLabel:Rt}=ae["mainnet"];var St={["devnet"]:Oe,["testnet"]:Pe,["mainnet"]:Me},It={[Oe]:"devnet",[Pe]:"testnet",[Me]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");l();l();var oe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var Ge,We,se=String((We=(Ge=oe.safeWindow)==null?void 0:Ge.navigator)==null?void 0:We.userAgent),Bt=/^((?!chrome|android).)*safari/i.test(se),Ut=/firefox/i.test(se)&&/windows/i.test(se);var Ve="0";var Cr=t=>{var e,r,n,i,a,o,c,p,d,g,u,w;switch(t.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(e=t.arguments)==null?void 0:e.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(r=t.arguments)==null?void 0:r.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(n=t.arguments)==null?void 0:n.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(i=t.arguments)==null?void 0:i.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(a=t.arguments)==null?void 0:a.transfers}];case"swapTokensFixedInput":case"swap":return t.description?[t.description]:[];case"swapTokensFixedOutput":return t.description?[t.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(o=t.arguments)==null?void 0:o.transfers[0]]},"and",{token:[(c=t.arguments)==null?void 0:c.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(p=t.arguments)==null?void 0:p.transfers}];case"mergeLockedAssetTokens":let v=Ve;if((d=t.arguments)!=null&&d.transfers){let E=t.arguments.transfers.map(({value:j})=>j);v=qe.default.sum.apply(null,E).toString(10)}return[`Merge ${(g=t.arguments)==null?void 0:g.transfers.length}`,{tokenNoLink:[(u=t.arguments)==null?void 0:u.transfers[0]]},"positions into a single",{tokenNoLink:[(w=t.arguments)==null?void 0:w.transfers[0]]},"position of value",{value:v}];case"wrapEgld":case"unwrapEgld":default:return t.description?[t.description]:[]}};0&&(module.exports={esdtNftUnwrapper,mexUnwrapper,stakeUnwrapper});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *
@@ -1,4 +1,4 @@
1
- "use strict";var je=Object.create;var G=Object.defineProperty;var Xe=Object.getOwnPropertyDescriptor;var $e=Object.getOwnPropertyNames,le=Object.getOwnPropertySymbols,Ye=Object.getPrototypeOf,pe=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable;var ce=(t,e,r)=>e in t?G(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,W=(t,e)=>{for(var r in e||(e={}))pe.call(e,r)&&ce(t,r,e[r]);if(le)for(var r of le(e))Ke.call(e,r)&&ce(t,r,e[r]);return t};var Je=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ze=(t,e)=>{for(var r in e)G(t,r,{get:e[r],enumerable:!0})},ue=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of $e(e))!pe.call(t,i)&&i!==r&&G(t,i,{get:()=>e[i],enumerable:!(n=Xe(e,i))||n.enumerable});return t};var de=(t,e,r)=>(r=t!=null?je(Ye(t)):{},ue(e||!t||!t.__esModule?G(r,"default",{value:t,enumerable:!0}):r,t)),Qe=t=>ue(G({},"__esModule",{value:!0}),t);var fe=H(q=>{"use strict";l();q.byteLength=rr;q.toByteArray=nr;q.fromByteArray=ar;var A=[],b=[],er=typeof Uint8Array!="undefined"?Uint8Array:Array,$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ge=$.length;C<ge;++C)A[C]=$[C],b[$.charCodeAt(C)]=C;var C,ge;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function me(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function rr(t){var e=me(t),r=e[0],n=e[1];return(r+n)*3/4-n}function tr(t,e,r){return(e+r)*3/4-r}function nr(t){var e,r=me(t),n=r[0],i=r[1],o=new er(tr(t,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=b[t.charCodeAt(p)]<<18|b[t.charCodeAt(p+1)]<<12|b[t.charCodeAt(p+2)]<<6|b[t.charCodeAt(p+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=b[t.charCodeAt(p)]<<2|b[t.charCodeAt(p+1)]>>4,o[a++]=e&255),i===1&&(e=b[t.charCodeAt(p)]<<10|b[t.charCodeAt(p+1)]<<4|b[t.charCodeAt(p+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function ir(t){return A[t>>18&63]+A[t>>12&63]+A[t>>6&63]+A[t&63]}function or(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(ir(n));return i.join("")}function ar(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,c=r-n;a<c;a+=o)i.push(or(t,a,a+o>c?c:a+o));return n===1?(e=t[r-1],i.push(A[e>>2]+A[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(A[e>>10]+A[e>>4&63]+A[e<<2&63]+"=")),i.join("")}});var he=H(Y=>{l();Y.read=function(t,e,r,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,f=p>>1,h=-7,u=r?i-1:0,T=r?-1:1,v=t[e+u];for(u+=T,o=v&(1<<-h)-1,v>>=-h,h+=c;h>0;o=o*256+t[e+u],u+=T,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=n;h>0;a=a*256+t[e+u],u+=T,h-=8);if(o===0)o=1-f;else{if(o===p)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-f}return(v?-1:1)*a*Math.pow(2,o-n)};Y.write=function(t,e,r,n,i,o){var a,c,p,f=o*8-i-1,h=(1<<f)-1,u=h>>1,T=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,B=n?1:-1,ze=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=h):(a=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?e+=T/p:e+=T*Math.pow(2,1-u),e*p>=2&&(a++,p/=2),a+u>=h?(c=0,a=h):a+u>=1?(c=(e*p-1)*Math.pow(2,i),a=a+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;t[r+v]=c&255,v+=B,c/=256,i-=8);for(a=a<<i|c,f+=i;f>0;t[r+v]=a&255,v+=B,a/=256,f-=8);t[r+v-B]|=ze*128}});var Ee=H(D=>{"use strict";l();var K=fe(),U=he(),ye=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=dr;D.INSPECT_MAX_BYTES=50;var z=2147483647;D.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=sr();!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 sr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function E(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return ve(t,e,r)}s.poolSize=8192;function ve(t,e,r){if(typeof t=="string")return cr(t,e);if(ArrayBuffer.isView(t))return pr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return Z(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=ur(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return ve(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function be(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 lr(t,e,r){return be(t),t<=0?E(t):e!==void 0?typeof r=="string"?E(t).fill(e,r):E(t).fill(e):E(t)}s.alloc=function(t,e,r){return lr(t,e,r)};function ee(t){return be(t),E(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function cr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Te(t,e)|0,n=E(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function J(t){for(var e=t.length<0?0:re(t.length)|0,r=E(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function pr(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(t)}function Z(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function ur(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=E(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?E(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function re(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function dr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(_(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Te(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Se(t).length;default:if(i)return n?-1:Q(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Te;function gr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return kr(this,e,r);case"utf8":case"utf-8":return Ae(this,e,r);case"ascii":return br(this,e,r);case"latin1":case"binary":return Tr(this,e,r);case"base64":return wr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ar(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function F(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)F(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)F(this,r,r+3),F(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)F(this,r,r+7),F(this,r+1,r+6),F(this,r+2,r+5),F(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ae(this,0,e):gr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=D.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ye&&(s.prototype[ye]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,p=Math.min(a,c),f=this.slice(i,o),h=e.slice(r,n),u=0;u<p;++u)if(f[u]!==h[u]){a=f[u],c=h[u];break}return a<c?-1:c<a?1:0};function ke(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:xe(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):xe(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function xe(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function p(v,B){return o===1?v[B]:v.readUInt16BE(B*o)}var f;if(i){var h=-1;for(f=r;f<a;f++)if(p(t,f)===p(e,h===-1?0:f-h)){if(h===-1&&(h=f),f-h+1===c)return h*o}else h!==-1&&(f-=f-h),h=-1}else for(r+c>a&&(r=a-c),f=r;f>=0;f--){for(var u=!0,T=0;T<c;T++)if(p(t,f+T)!==p(e,T)){u=!1;break}if(u)return f}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return ke(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return ke(this,e,r,n,!1)};function mr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(te(c))return a;t[r+a]=c}return a}function fr(t,e,r,n){return j(Q(e,t.length-r),t,r,n)}function hr(t,e,r,n){return j(Ir(e),t,r,n)}function yr(t,e,r,n){return j(Se(e),t,r,n)}function xr(t,e,r,n){return j(Sr(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return mr(this,e,r,n);case"utf8":case"utf-8":return fr(this,e,r,n);case"ascii":case"latin1":case"binary":return hr(this,e,r,n);case"base64":return yr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xr(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function wr(t,e,r){return e===0&&r===t.length?K.fromByteArray(t):K.fromByteArray(t.slice(e,r))}function Ae(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var p,f,h,u;switch(c){case 1:o<128&&(a=o);break;case 2:p=t[i+1],(p&192)===128&&(u=(o&31)<<6|p&63,u>127&&(a=u));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(u=(o&15)<<12|(p&63)<<6|f&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=t[i+1],f=t[i+2],h=t[i+3],(p&192)===128&&(f&192)===128&&(h&192)===128&&(u=(o&15)<<18|(p&63)<<12|(f&63)<<6|h&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return vr(n)}var we=4096;function vr(t){var e=t.length;if(e<=we)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=we));return r}function br(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Tr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function kr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=Er[t[o]];return i}function Ar(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=0,c=1,p=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function _e(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Re(t,e,r,n,i){return e=+e,r=r>>>0,i||_e(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Re(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Re(this,e,r,!1,n)};function Ie(t,e,r,n,i){return e=+e,r=r>>>0,i||_e(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Ie(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Ie(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=c[a%p]}return this};var _r=/[^+/0-9A-Za-z-_]/g;function Rr(t){if(t=t.split("=")[0],t=t.trim().replace(_r,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Q(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Ir(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Sr(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function Se(t){return K.toByteArray(Rr(t))}function j(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Er=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Pe=H((Xr,Fe)=>{l();var y=Fe.exports={},R,I;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?R=setTimeout:R=ne}catch(t){R=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Le(t){if(R===setTimeout)return setTimeout(t,0);if((R===ne||!R)&&setTimeout)return R=setTimeout,setTimeout(t,0);try{return R(t,0)}catch(e){try{return R.call(null,t,0)}catch(r){return R.call(this,t,0)}}}function Lr(t){if(I===clearTimeout)return clearTimeout(t);if((I===ie||!I)&&clearTimeout)return I=clearTimeout,clearTimeout(t);try{return I(t)}catch(e){try{return I.call(null,t)}catch(r){return I.call(this,t)}}}var L=[],O=!1,P,X=-1;function Nr(){!O||!P||(O=!1,P.length?L=P.concat(L):X=-1,L.length&&Ne())}function Ne(){if(!O){var t=Le(Nr);O=!0;for(var e=L.length;e;){for(P=L,L=[];++X<e;)P&&P[X].run();X=-1,e=L.length}P=null,O=!1,Lr(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];L.push(new Ce(t,e)),L.length===1&&!O&&Le(Ne)};function Ce(t,e){this.fun=t,this.array=e}Ce.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var d,g,$r,l=Je(()=>{d=de(Ee()),g=de(Pe()),$r=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Vr={};Ze(Vr,{WalletConnectMethodsEnum:()=>Gr,WalletConnectOptionalMethodsEnum:()=>Wr,WalletConnectV2Provider:()=>qe});module.exports=Qe(Vr);l();l();l();l();var Fr=require("@multiversx/sdk-extension-provider"),Pr=require("@multiversx/sdk-hw-provider"),Br=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Ur=require("@multiversx/sdk-opera-provider"),Dr=require("@multiversx/sdk-passkey-provider/out"),Or=require("@multiversx/sdk-web-wallet-provider");l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var Be=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Ue=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Ue||{}),at=W(W({},M.WindowProviderRequestEnums),Ue),De=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(De||{}),st=W(W({},M.WindowProviderResponseEnums),De);l();l();l();l();l();l();var oe={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",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",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",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Oe,egldLabel:At}=oe["devnet"],{chainId:Me,egldLabel:_t}=oe["testnet"],{chainId:Ge,egldLabel:Rt}=oe["mainnet"];var It={["devnet"]:Oe,["testnet"]:Me,["mainnet"]:Ge},St={[Oe]:"devnet",[Me]:"testnet",[Ge]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");l();l();var ae=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var We,Ve,se=String((Ve=(We=ae.safeWindow)==null?void 0:We.navigator)==null?void 0:Ve.userAgent),Pt=/^((?!chrome|android).)*safari/i.test(se),Bt=/firefox/i.test(se)&&/windows/i.test(se);l();var He=require("@multiversx/sdk-web-wallet-iframe-provider/out"),Cr=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");var k=t=>`Unable to perform ${t}, Provider not initialized`,V=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(k("getAccount"))}setAccount(e){throw new Error(k(`setAccount: ${e}`))}login(e){throw new Error(k(`login with options: ${e}`))}logout(e){throw new Error(k(`logout with options: ${e}`))}getAddress(){throw new Error(k("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(e,r){throw new Error(k(`sendTransaction with transactions: ${e} options: ${r}`))}signTransaction(e,r){throw new Error(k(`signTransaction with transactions: ${e} options: ${r}`))}signTransactions(e,r){throw new Error(k(`signTransactions with transactions: ${e} options: ${r}`))}signMessage(e,r){throw new Error(k(`signTransactions with ${e} and options ${r}`))}sendCustomMessage({method:e,params:r}){throw new Error(k(`sendCustomMessage with method: ${e} params: ${r}`))}sendCustomRequest(e){throw new Error(k(`sendSessionEvent with options: ${e}`))}ping(){return Promise.resolve(!1)}},Mr=new V;var Gr={},Wr={},qe=V;0&&(module.exports={WalletConnectMethodsEnum,WalletConnectOptionalMethodsEnum,WalletConnectV2Provider});
1
+ "use strict";var je=Object.create;var G=Object.defineProperty;var Xe=Object.getOwnPropertyDescriptor;var $e=Object.getOwnPropertyNames,le=Object.getOwnPropertySymbols,Ye=Object.getPrototypeOf,pe=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable;var ce=(t,e,r)=>e in t?G(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,W=(t,e)=>{for(var r in e||(e={}))pe.call(e,r)&&ce(t,r,e[r]);if(le)for(var r of le(e))Ke.call(e,r)&&ce(t,r,e[r]);return t};var Je=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Ze=(t,e)=>{for(var r in e)G(t,r,{get:e[r],enumerable:!0})},ue=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of $e(e))!pe.call(t,i)&&i!==r&&G(t,i,{get:()=>e[i],enumerable:!(n=Xe(e,i))||n.enumerable});return t};var de=(t,e,r)=>(r=t!=null?je(Ye(t)):{},ue(e||!t||!t.__esModule?G(r,"default",{value:t,enumerable:!0}):r,t)),Qe=t=>ue(G({},"__esModule",{value:!0}),t);var fe=H(q=>{"use strict";l();q.byteLength=rr;q.toByteArray=nr;q.fromByteArray=ar;var A=[],b=[],er=typeof Uint8Array!="undefined"?Uint8Array:Array,$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ge=$.length;C<ge;++C)A[C]=$[C],b[$.charCodeAt(C)]=C;var C,ge;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function me(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function rr(t){var e=me(t),r=e[0],n=e[1];return(r+n)*3/4-n}function tr(t,e,r){return(e+r)*3/4-r}function nr(t){var e,r=me(t),n=r[0],i=r[1],o=new er(tr(t,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=b[t.charCodeAt(p)]<<18|b[t.charCodeAt(p+1)]<<12|b[t.charCodeAt(p+2)]<<6|b[t.charCodeAt(p+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=b[t.charCodeAt(p)]<<2|b[t.charCodeAt(p+1)]>>4,o[a++]=e&255),i===1&&(e=b[t.charCodeAt(p)]<<10|b[t.charCodeAt(p+1)]<<4|b[t.charCodeAt(p+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function ir(t){return A[t>>18&63]+A[t>>12&63]+A[t>>6&63]+A[t&63]}function or(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(ir(n));return i.join("")}function ar(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,c=r-n;a<c;a+=o)i.push(or(t,a,a+o>c?c:a+o));return n===1?(e=t[r-1],i.push(A[e>>2]+A[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(A[e>>10]+A[e>>4&63]+A[e<<2&63]+"=")),i.join("")}});var he=H(Y=>{l();Y.read=function(t,e,r,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,f=p>>1,h=-7,u=r?i-1:0,T=r?-1:1,v=t[e+u];for(u+=T,o=v&(1<<-h)-1,v>>=-h,h+=c;h>0;o=o*256+t[e+u],u+=T,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=n;h>0;a=a*256+t[e+u],u+=T,h-=8);if(o===0)o=1-f;else{if(o===p)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-f}return(v?-1:1)*a*Math.pow(2,o-n)};Y.write=function(t,e,r,n,i,o){var a,c,p,f=o*8-i-1,h=(1<<f)-1,u=h>>1,T=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,B=n?1:-1,ze=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=h):(a=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?e+=T/p:e+=T*Math.pow(2,1-u),e*p>=2&&(a++,p/=2),a+u>=h?(c=0,a=h):a+u>=1?(c=(e*p-1)*Math.pow(2,i),a=a+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;t[r+v]=c&255,v+=B,c/=256,i-=8);for(a=a<<i|c,f+=i;f>0;t[r+v]=a&255,v+=B,a/=256,f-=8);t[r+v-B]|=ze*128}});var Ee=H(D=>{"use strict";l();var K=fe(),U=he(),ye=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=dr;D.INSPECT_MAX_BYTES=50;var z=2147483647;D.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=sr();!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 sr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function E(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return ve(t,e,r)}s.poolSize=8192;function ve(t,e,r){if(typeof t=="string")return cr(t,e);if(ArrayBuffer.isView(t))return pr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return Z(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=ur(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return ve(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function be(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 lr(t,e,r){return be(t),t<=0?E(t):e!==void 0?typeof r=="string"?E(t).fill(e,r):E(t).fill(e):E(t)}s.alloc=function(t,e,r){return lr(t,e,r)};function ee(t){return be(t),E(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function cr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Te(t,e)|0,n=E(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function J(t){for(var e=t.length<0?0:re(t.length)|0,r=E(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function pr(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(t)}function Z(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function ur(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=E(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?E(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function re(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function dr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(_(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Te(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ie(t).length;default:if(i)return n?-1:Q(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Te;function gr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return kr(this,e,r);case"utf8":case"utf-8":return Ae(this,e,r);case"ascii":return br(this,e,r);case"latin1":case"binary":return Tr(this,e,r);case"base64":return wr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ar(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function F(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)F(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)F(this,r,r+3),F(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)F(this,r,r+7),F(this,r+1,r+6),F(this,r+2,r+5),F(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Ae(this,0,e):gr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=D.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};ye&&(s.prototype[ye]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,p=Math.min(a,c),f=this.slice(i,o),h=e.slice(r,n),u=0;u<p;++u)if(f[u]!==h[u]){a=f[u],c=h[u];break}return a<c?-1:c<a?1:0};function ke(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:xe(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):xe(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function xe(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function p(v,B){return o===1?v[B]:v.readUInt16BE(B*o)}var f;if(i){var h=-1;for(f=r;f<a;f++)if(p(t,f)===p(e,h===-1?0:f-h)){if(h===-1&&(h=f),f-h+1===c)return h*o}else h!==-1&&(f-=f-h),h=-1}else for(r+c>a&&(r=a-c),f=r;f>=0;f--){for(var u=!0,T=0;T<c;T++)if(p(t,f+T)!==p(e,T)){u=!1;break}if(u)return f}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return ke(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return ke(this,e,r,n,!1)};function mr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(te(c))return a;t[r+a]=c}return a}function fr(t,e,r,n){return j(Q(e,t.length-r),t,r,n)}function hr(t,e,r,n){return j(Sr(e),t,r,n)}function yr(t,e,r,n){return j(Ie(e),t,r,n)}function xr(t,e,r,n){return j(Ir(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return mr(this,e,r,n);case"utf8":case"utf-8":return fr(this,e,r,n);case"ascii":case"latin1":case"binary":return hr(this,e,r,n);case"base64":return yr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xr(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function wr(t,e,r){return e===0&&r===t.length?K.fromByteArray(t):K.fromByteArray(t.slice(e,r))}function Ae(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var p,f,h,u;switch(c){case 1:o<128&&(a=o);break;case 2:p=t[i+1],(p&192)===128&&(u=(o&31)<<6|p&63,u>127&&(a=u));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(u=(o&15)<<12|(p&63)<<6|f&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=t[i+1],f=t[i+2],h=t[i+3],(p&192)===128&&(f&192)===128&&(h&192)===128&&(u=(o&15)<<18|(p&63)<<12|(f&63)<<6|h&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return vr(n)}var we=4096;function vr(t){var e=t.length;if(e<=we)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=we));return r}function br(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Tr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function kr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=Er[t[o]];return i}function Ar(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=0,c=1,p=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function _e(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Re(t,e,r,n,i){return e=+e,r=r>>>0,i||_e(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Re(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Re(this,e,r,!1,n)};function Se(t,e,r,n,i){return e=+e,r=r>>>0,i||_e(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Se(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Se(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=c[a%p]}return this};var _r=/[^+/0-9A-Za-z-_]/g;function Rr(t){if(t=t.split("=")[0],t=t.trim().replace(_r,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Q(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Sr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Ir(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function Ie(t){return K.toByteArray(Rr(t))}function j(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Er=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Pe=H((Xr,Fe)=>{l();var y=Fe.exports={},R,S;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?R=setTimeout:R=ne}catch(t){R=ne}try{typeof clearTimeout=="function"?S=clearTimeout:S=ie}catch(t){S=ie}})();function Le(t){if(R===setTimeout)return setTimeout(t,0);if((R===ne||!R)&&setTimeout)return R=setTimeout,setTimeout(t,0);try{return R(t,0)}catch(e){try{return R.call(null,t,0)}catch(r){return R.call(this,t,0)}}}function Lr(t){if(S===clearTimeout)return clearTimeout(t);if((S===ie||!S)&&clearTimeout)return S=clearTimeout,clearTimeout(t);try{return S(t)}catch(e){try{return S.call(null,t)}catch(r){return S.call(this,t)}}}var L=[],O=!1,P,X=-1;function Nr(){!O||!P||(O=!1,P.length?L=P.concat(L):X=-1,L.length&&Ne())}function Ne(){if(!O){var t=Le(Nr);O=!0;for(var e=L.length;e;){for(P=L,L=[];++X<e;)P&&P[X].run();X=-1,e=L.length}P=null,O=!1,Lr(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];L.push(new Ce(t,e)),L.length===1&&!O&&Le(Ne)};function Ce(t,e){this.fun=t,this.array=e}Ce.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var d,g,$r,l=Je(()=>{d=de(Ee()),g=de(Pe()),$r=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var Vr={};Ze(Vr,{WalletConnectMethodsEnum:()=>Gr,WalletConnectOptionalMethodsEnum:()=>Wr,WalletConnectV2Provider:()=>qe});module.exports=Qe(Vr);l();l();l();l();var Fr=require("@multiversx/sdk-extension-provider"),Pr=require("@multiversx/sdk-hw-provider"),Br=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Ur=require("@multiversx/sdk-opera-provider"),Dr=require("@multiversx/sdk-passkey-provider/out"),Or=require("@multiversx/sdk-web-wallet-provider");l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var Be=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Ue=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Ue||{}),at=W(W({},M.WindowProviderRequestEnums),Ue),De=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(De||{}),st=W(W({},M.WindowProviderResponseEnums),De);l();l();l();l();l();l();var oe={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",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",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",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Oe,egldLabel:At}=oe["devnet"],{chainId:Me,egldLabel:_t}=oe["testnet"],{chainId:Ge,egldLabel:Rt}=oe["mainnet"];var St={["devnet"]:Oe,["testnet"]:Me,["mainnet"]:Ge},It={[Oe]:"devnet",[Me]:"testnet",[Ge]:"mainnet"};l();l();var I=require("@multiversx/sdk-web-wallet-provider");l();l();var ae=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var We,Ve,se=String((Ve=(We=ae.safeWindow)==null?void 0:We.navigator)==null?void 0:Ve.userAgent),Pt=/^((?!chrome|android).)*safari/i.test(se),Bt=/firefox/i.test(se)&&/windows/i.test(se);l();var He=require("@multiversx/sdk-web-wallet-iframe-provider/out"),Cr=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");var k=t=>`Unable to perform ${t}, Provider not initialized`,V=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(k("getAccount"))}setAccount(e){throw new Error(k(`setAccount: ${e}`))}login(e){throw new Error(k(`login with options: ${e}`))}logout(e){throw new Error(k(`logout with options: ${e}`))}getAddress(){throw new Error(k("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(e,r){throw new Error(k(`sendTransaction with transactions: ${e} options: ${r}`))}signTransaction(e,r){throw new Error(k(`signTransaction with transactions: ${e} options: ${r}`))}signTransactions(e,r){throw new Error(k(`signTransactions with transactions: ${e} options: ${r}`))}signMessage(e,r){throw new Error(k(`signTransactions with ${e} and options ${r}`))}sendCustomMessage({method:e,params:r}){throw new Error(k(`sendCustomMessage with method: ${e} params: ${r}`))}sendCustomRequest(e){throw new Error(k(`sendSessionEvent with options: ${e}`))}ping(){return Promise.resolve(!1)}},Mr=new V;var Gr={},Wr={},qe=V;0&&(module.exports={WalletConnectMethodsEnum,WalletConnectOptionalMethodsEnum,WalletConnectV2Provider});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *