@multiversx/sdk-dapp 4.3.8 → 4.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1003) hide show
  1. package/UI/DappModal/components/DappModal.js +1 -1
  2. package/UI/DappModal/components/index.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/Denominate/index.js +1 -1
  5. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  6. package/UI/ExplorerLink/index.js +1 -1
  7. package/UI/FormatAmount/FormatAmount.js +1 -1
  8. package/UI/FormatAmount/index.js +1 -1
  9. package/UI/ModalContainer/ModalContainer.js +1 -1
  10. package/UI/ModalContainer/index.js +1 -1
  11. package/UI/NotificationModal/NotificationModal.js +1 -1
  12. package/UI/NotificationModal/index.js +1 -1
  13. package/UI/Pagination/Pagination.js +1 -1
  14. package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
  15. package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
  16. package/UI/Pagination/helpers/getPagination/index.js +1 -1
  17. package/UI/Pagination/helpers/index.js +1 -1
  18. package/UI/Pagination/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  61. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  62. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  63. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  64. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  65. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  66. package/UI/SignTransactionsModals/components/index.js +1 -1
  67. package/UI/SignTransactionsModals/index.js +1 -1
  68. package/UI/TokenDetails/index.js +1 -1
  69. package/UI/TransactionData/TransactionData.js +1 -1
  70. package/UI/TransactionData/index.js +1 -1
  71. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  72. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  73. package/UI/TransactionDetails/components/index.js +1 -1
  74. package/UI/TransactionDetails/index.js +1 -1
  75. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  76. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  77. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  78. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  79. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  80. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  81. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  82. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  83. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  84. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  85. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  86. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  87. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  88. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  89. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  90. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  91. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  92. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  93. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  94. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  95. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  96. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  97. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  98. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  100. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  101. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  102. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  103. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  104. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  105. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  106. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  107. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  108. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  109. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  110. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  121. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  122. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  123. package/UI/TransactionInfo/components/index.js +1 -1
  124. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  125. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  151. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  152. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  153. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  154. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  155. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  156. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  157. package/UI/TransactionInfo/index.js +1 -1
  158. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  159. package/UI/TransactionsTable/components/AccountName.js +1 -1
  160. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  161. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  162. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  163. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  164. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  165. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  166. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  167. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  168. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  169. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  170. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  171. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  172. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  173. package/UI/TransactionsTable/components/index.js +1 -1
  174. package/UI/TransactionsTable/index.js +1 -1
  175. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  176. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  177. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  179. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  184. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  185. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  186. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  187. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  188. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  189. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  190. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  191. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  192. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  193. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  194. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  195. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  196. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  197. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  198. package/UI/TransactionsToastList/components/index.js +1 -1
  199. package/UI/TransactionsToastList/index.js +1 -1
  200. package/UI/Trim/Trim.js +1 -1
  201. package/UI/Trim/index.js +1 -1
  202. package/UI/UsdValue/UsdValue.js +1 -1
  203. package/UI/UsdValue/index.js +1 -1
  204. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  205. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  206. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  207. package/UI/iframe/IframeLoginButton/index.js +1 -1
  208. package/UI/index.js +1 -1
  209. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  210. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  211. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  212. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  213. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  227. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  228. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  229. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  230. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  231. package/UI/ledger/index.js +1 -1
  232. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  233. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  234. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  235. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  236. package/UI/pages/UnlockPage/index.js +1 -1
  237. package/UI/pages/index.js +1 -1
  238. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  239. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  240. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  241. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  242. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  243. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  244. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  245. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  246. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  247. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  248. package/UI/walletConnect/index.js +1 -1
  249. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  250. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  251. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  252. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  253. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  254. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  255. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  256. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  257. package/__chunks__/{chunk-ONPSFCTV.js → chunk-25PUNEEX.js} +2 -2
  258. package/__chunks__/{chunk-GIGCXV7J.js → chunk-27IYALAE.js} +2 -2
  259. package/__chunks__/{chunk-J3DDHC55.js → chunk-27JDCY6N.js} +2 -2
  260. package/__chunks__/chunk-2AKXNZJH.js +2 -0
  261. package/__chunks__/chunk-2ERU3TK6.js +2 -0
  262. package/__chunks__/{chunk-57NKMENC.js → chunk-2GY2SPXS.js} +2 -2
  263. package/__chunks__/{chunk-CFQX4Q47.js → chunk-2JJ2JMSK.js} +2 -2
  264. package/__chunks__/{chunk-4WQDFUQL.js → chunk-2MANWM6P.js} +2 -2
  265. package/__chunks__/{chunk-EO5I4NIQ.js → chunk-2N57GJZU.js} +2 -2
  266. package/__chunks__/{chunk-Y34LUZWU.js → chunk-2PKQYYCJ.js} +2 -2
  267. package/__chunks__/chunk-2SINVI7X.js +2 -0
  268. package/__chunks__/{chunk-L4BVTA2X.js → chunk-2UXGRWWT.js} +2 -2
  269. package/__chunks__/chunk-2VUK7Q6P.js +2 -0
  270. package/__chunks__/{chunk-IBW4M7F6.js → chunk-2WH6HSHH.js} +2 -2
  271. package/__chunks__/{chunk-KD43WGBT.js → chunk-2XVA7OUR.js} +2 -2
  272. package/__chunks__/{chunk-27SDDTEP.js → chunk-32EJDSI6.js} +2 -2
  273. package/__chunks__/{chunk-LNJ2ESD6.js → chunk-34DYHXOM.js} +2 -2
  274. package/__chunks__/{chunk-OQDSQ6KP.js → chunk-3COO3CCQ.js} +2 -2
  275. package/__chunks__/{chunk-WDCFULOA.js → chunk-3CYQBT2V.js} +2 -2
  276. package/__chunks__/{chunk-CUDRLJKU.js → chunk-3DZDWNPD.js} +2 -2
  277. package/__chunks__/{chunk-57JTBKWX.js → chunk-3GSJVOE4.js} +2 -2
  278. package/__chunks__/{chunk-UEBPEAXS.js → chunk-3JAG5ZBQ.js} +2 -2
  279. package/__chunks__/{chunk-NDGQRWGG.js → chunk-3JT52THZ.js} +2 -2
  280. package/__chunks__/{chunk-I2WSQAX7.js → chunk-3L55GLSV.js} +2 -2
  281. package/__chunks__/{chunk-KS73JB4C.js → chunk-3OFFUO4M.js} +2 -2
  282. package/__chunks__/{chunk-YL4VSTZ6.js → chunk-3U2WKWGT.js} +2 -2
  283. package/__chunks__/{chunk-F67O65RO.js → chunk-3Z6UE5WP.js} +2 -2
  284. package/__chunks__/{chunk-USZAOZKI.js → chunk-44F65KGN.js} +2 -2
  285. package/__chunks__/{chunk-UWTRKFPN.js → chunk-4BW4335R.js} +2 -2
  286. package/__chunks__/{chunk-XKHL55QA.js → chunk-4GNBROVW.js} +2 -2
  287. package/__chunks__/{chunk-X7FSKSTD.js → chunk-4HEWOOFB.js} +2 -2
  288. package/__chunks__/{chunk-QDHCBNKC.js → chunk-4KPC2NSE.js} +2 -2
  289. package/__chunks__/{chunk-RHV5V76U.js → chunk-4OYLYXBI.js} +2 -2
  290. package/__chunks__/{chunk-AOMLJRM6.js → chunk-4SDTXI7S.js} +2 -2
  291. package/__chunks__/chunk-4UU3WLNO.js +2 -0
  292. package/__chunks__/{chunk-N5C35AU6.js → chunk-4VHJDZ5N.js} +2 -2
  293. package/__chunks__/{chunk-EUPK7FG7.js → chunk-53MYHAVO.js} +2 -2
  294. package/__chunks__/chunk-5DMPA7NW.js +2 -0
  295. package/__chunks__/chunk-5FXAEUQX.js +2 -0
  296. package/__chunks__/{chunk-UAPGF6RD.js → chunk-5HRIOOJK.js} +2 -2
  297. package/__chunks__/{chunk-YTNIIUBE.js → chunk-5KGSTXWM.js} +2 -2
  298. package/__chunks__/chunk-5M6V46NZ.js +2 -0
  299. package/__chunks__/{chunk-MRZZD7DD.js → chunk-5MUIATG5.js} +2 -2
  300. package/__chunks__/chunk-5OB3KSNE.js +2 -0
  301. package/__chunks__/chunk-5OFK66QH.js +2 -0
  302. package/__chunks__/{chunk-LHUCH2PK.js → chunk-63GGSIG7.js} +2 -2
  303. package/__chunks__/{chunk-7K6UN5H7.js → chunk-6BGNIHSZ.js} +2 -2
  304. package/__chunks__/chunk-6IZMELTP.js +2 -0
  305. package/__chunks__/chunk-6LBP37IO.js +2 -0
  306. package/__chunks__/{chunk-BDO4MQGV.js → chunk-6LXBZZVS.js} +2 -2
  307. package/__chunks__/{chunk-XPWGNULK.js → chunk-6NTXE5OT.js} +2 -2
  308. package/__chunks__/{chunk-BO6QR34Y.js → chunk-6OASFGVD.js} +2 -2
  309. package/__chunks__/{chunk-72MMRQJL.js → chunk-6PFOAJEL.js} +2 -2
  310. package/__chunks__/{chunk-BKI3GTXZ.js → chunk-6RUVB3FL.js} +2 -2
  311. package/__chunks__/chunk-6SX4CF2B.js +2 -0
  312. package/__chunks__/{chunk-TJXAVYSJ.js → chunk-6U6ILNWG.js} +2 -2
  313. package/__chunks__/{chunk-AFK66SZQ.js → chunk-6VSR5UNN.js} +2 -2
  314. package/__chunks__/{chunk-TZNRDE75.js → chunk-74VYQEFV.js} +2 -2
  315. package/__chunks__/{chunk-JNYT3VYR.js → chunk-74WLYOUY.js} +2 -2
  316. package/__chunks__/{chunk-VKTWX6MQ.js → chunk-752TVK2K.js} +2 -2
  317. package/__chunks__/{chunk-F5WZMEGV.js → chunk-75AX2XNV.js} +2 -2
  318. package/__chunks__/{chunk-FUQUJC3C.js → chunk-77MQ7D24.js} +2 -2
  319. package/__chunks__/{chunk-VEW4IHK6.js → chunk-7F5NV55Y.js} +2 -2
  320. package/__chunks__/{chunk-CJNIF63S.js → chunk-7FZBZ3IJ.js} +2 -2
  321. package/__chunks__/{chunk-5QOIH4IV.js → chunk-7HZDRK3Y.js} +2 -2
  322. package/__chunks__/{chunk-QTS3WPCA.js → chunk-7M6JGWNT.js} +2 -2
  323. package/__chunks__/chunk-7MKLEAEN.js +2 -0
  324. package/__chunks__/{chunk-PP6OZ5Y7.js → chunk-7NS4U7K2.js} +2 -2
  325. package/__chunks__/{chunk-YDPJ2QTB.js → chunk-7OJRV2GG.js} +2 -2
  326. package/__chunks__/{chunk-VSSEII7E.js → chunk-7P3DGS2K.js} +2 -2
  327. package/__chunks__/chunk-7VHQGH2S.js +2 -0
  328. package/__chunks__/{chunk-2RYI33IM.js → chunk-7XQ2Y5UW.js} +2 -2
  329. package/__chunks__/{chunk-AWILSAKM.js → chunk-7Z5JUXI7.js} +2 -2
  330. package/__chunks__/chunk-7ZG324OC.js +2 -0
  331. package/__chunks__/chunk-7ZRV4VC3.js +2 -0
  332. package/__chunks__/{chunk-G2UPB5M4.js → chunk-A3T4LRCR.js} +2 -2
  333. package/__chunks__/chunk-A7O7JVDC.js +2 -0
  334. package/__chunks__/{chunk-WULSUJYN.js → chunk-AAPLYECN.js} +2 -2
  335. package/__chunks__/{chunk-GP6AMF5H.js → chunk-AARE5MCK.js} +2 -2
  336. package/__chunks__/{chunk-ZMVGXYPM.js → chunk-ACZENB3U.js} +2 -2
  337. package/__chunks__/{chunk-AVJGF54J.js → chunk-AD432JPX.js} +2 -2
  338. package/__chunks__/{chunk-QSGQR7IP.js → chunk-ALJNXAQH.js} +2 -2
  339. package/__chunks__/{chunk-JDPLO66T.js → chunk-AQX2IZBD.js} +2 -2
  340. package/__chunks__/{chunk-JNTVOVXN.js → chunk-ARNXKM4W.js} +2 -2
  341. package/__chunks__/{chunk-2BTQ3K4M.js → chunk-AYDWCLFR.js} +2 -2
  342. package/__chunks__/{chunk-GNLQBWXM.js → chunk-B6ERE4UA.js} +2 -2
  343. package/__chunks__/{chunk-GS4QDO2X.js → chunk-BAQAA5IZ.js} +2 -2
  344. package/__chunks__/{chunk-BA4R2JB5.js → chunk-BBZGKXPN.js} +2 -2
  345. package/__chunks__/{chunk-FTCXCB6J.js → chunk-BF2GYHYI.js} +2 -2
  346. package/__chunks__/{chunk-HZNHTVA4.js → chunk-BFCXCCVG.js} +2 -2
  347. package/__chunks__/{chunk-YSX5PU5Q.js → chunk-BH53HLJ5.js} +2 -2
  348. package/__chunks__/{chunk-EX33HEDG.js → chunk-BT3JFS5A.js} +2 -2
  349. package/__chunks__/{chunk-ZW6DXTV6.js → chunk-BTJFXBL2.js} +2 -2
  350. package/__chunks__/{chunk-CWKYM2OK.js → chunk-BUBBNGOU.js} +2 -2
  351. package/__chunks__/{chunk-UDA77ERR.js → chunk-BUW24JCF.js} +2 -2
  352. package/__chunks__/{chunk-UIERW7SK.js → chunk-BX7UC63H.js} +2 -2
  353. package/__chunks__/{chunk-O4EEMPMY.js → chunk-C7IQPNPU.js} +2 -2
  354. package/__chunks__/chunk-C7SSDJTY.js +2 -0
  355. package/__chunks__/{chunk-WZWNIDMC.js → chunk-CW6VR2ZU.js} +2 -2
  356. package/__chunks__/chunk-D4N5TW2V.js +2 -0
  357. package/__chunks__/{chunk-SXXAWHEJ.js → chunk-D5VZ2JQG.js} +2 -2
  358. package/__chunks__/{chunk-TA265BUT.js → chunk-D5WLUHSS.js} +2 -2
  359. package/__chunks__/chunk-D6LKRDN3.js +2 -0
  360. package/__chunks__/{chunk-AJB4WKR6.js → chunk-D72ZE4NU.js} +2 -2
  361. package/__chunks__/{chunk-DCP2MZOT.js → chunk-DAVPOMGW.js} +2 -2
  362. package/__chunks__/chunk-DEOGKEN3.js +2 -0
  363. package/__chunks__/{chunk-W4NHMRXD.js → chunk-DHBJHLBG.js} +2 -2
  364. package/__chunks__/{chunk-JA7Q5K7W.js → chunk-DMKIOL4I.js} +2 -2
  365. package/__chunks__/{chunk-WIX2FW6L.js → chunk-DOFGT5N3.js} +2 -2
  366. package/__chunks__/{chunk-557MP7HS.js → chunk-DU2XTTOT.js} +2 -2
  367. package/__chunks__/{chunk-GM63WUTV.js → chunk-DYYHJNGJ.js} +2 -2
  368. package/__chunks__/{chunk-6DBZEVIU.js → chunk-ES7INKQX.js} +2 -2
  369. package/__chunks__/chunk-ESDIUIUK.js +2 -0
  370. package/__chunks__/{chunk-SUYKWCC5.js → chunk-EVOSHAPQ.js} +2 -2
  371. package/__chunks__/{chunk-AL4DUKLT.js → chunk-EWZPP623.js} +2 -2
  372. package/__chunks__/{chunk-22Y4B5C3.js → chunk-EYCCXZ5I.js} +2 -2
  373. package/__chunks__/{chunk-4SAIESK5.js → chunk-EYGJT63Q.js} +2 -2
  374. package/__chunks__/{chunk-A67AUB3N.js → chunk-EZGXIMFA.js} +2 -2
  375. package/__chunks__/{chunk-Z6Y27WIS.js → chunk-F3HFVZO6.js} +2 -2
  376. package/__chunks__/{chunk-ATNOQKMV.js → chunk-F46AMJ5E.js} +2 -2
  377. package/__chunks__/{chunk-WAKFZG3B.js → chunk-F7EFOEKA.js} +2 -2
  378. package/__chunks__/chunk-FBG6YXQN.js +2 -0
  379. package/__chunks__/{chunk-WHO2OZ3D.js → chunk-FC2CFQ4W.js} +2 -2
  380. package/__chunks__/{chunk-I6LOUUUW.js → chunk-FF6DDY6N.js} +2 -2
  381. package/__chunks__/{chunk-FJFLHEZY.js → chunk-FICS64XF.js} +2 -2
  382. package/__chunks__/{chunk-4JGGBFTJ.js → chunk-FKGSTJMN.js} +2 -2
  383. package/__chunks__/{chunk-33SNIHSU.js → chunk-FP6OIG5I.js} +2 -2
  384. package/__chunks__/{chunk-FX3BI4GS.js → chunk-FQXIGO23.js} +2 -2
  385. package/__chunks__/{chunk-XM7LTKH3.js → chunk-FS6I42V7.js} +2 -2
  386. package/__chunks__/{chunk-DHUIQIEC.js → chunk-FYOACWD3.js} +2 -2
  387. package/__chunks__/{chunk-7CE26ENT.js → chunk-FZOQVKVP.js} +2 -2
  388. package/__chunks__/{chunk-TO6CPCOL.js → chunk-G2EN56U6.js} +2 -2
  389. package/__chunks__/{chunk-BSZI2FDX.js → chunk-G2TBKPDB.js} +2 -2
  390. package/__chunks__/{chunk-AKE75ULE.js → chunk-G5HNSXBH.js} +2 -2
  391. package/__chunks__/{chunk-I7TILN5N.js → chunk-G72LKXCI.js} +2 -2
  392. package/__chunks__/{chunk-PXYDYFQL.js → chunk-G7AS43E5.js} +2 -2
  393. package/__chunks__/{chunk-EXKWBZ3W.js → chunk-GAGP5P5R.js} +2 -2
  394. package/__chunks__/{chunk-6JKCWTR7.js → chunk-GHLUGLRL.js} +2 -2
  395. package/__chunks__/{chunk-MQXBSBNN.js → chunk-GII5NK5T.js} +2 -2
  396. package/__chunks__/{chunk-D6ZP6WE6.js → chunk-GKEQITC5.js} +2 -2
  397. package/__chunks__/{chunk-5PXPFW6L.js → chunk-GKI5ZQAP.js} +2 -2
  398. package/__chunks__/chunk-GM4KJNWX.js +2 -0
  399. package/__chunks__/{chunk-BSEHOL2J.js → chunk-GMJME5RX.js} +2 -2
  400. package/__chunks__/{chunk-U6BEWXRJ.js → chunk-GTPXC4LZ.js} +2 -2
  401. package/__chunks__/{chunk-ZPUB3SRN.js → chunk-H277KX2H.js} +2 -2
  402. package/__chunks__/{chunk-ULKZRPXC.js → chunk-H33EUPBV.js} +2 -2
  403. package/__chunks__/chunk-H36X4KPA.js +2 -0
  404. package/__chunks__/{chunk-NAA7ZUHY.js → chunk-H44MG7TY.js} +2 -2
  405. package/__chunks__/{chunk-V5RFIF7Q.js → chunk-H7YDQB36.js} +2 -2
  406. package/__chunks__/{chunk-HQ5CG3FS.js → chunk-HCFJVL4K.js} +2 -2
  407. package/__chunks__/chunk-HCYTXSAA.js +2 -0
  408. package/__chunks__/{chunk-LVIOL46M.js → chunk-HEOEIKQY.js} +2 -2
  409. package/__chunks__/{chunk-EUBRMAIJ.js → chunk-HJLTTBCH.js} +2 -2
  410. package/__chunks__/{chunk-ADW2SG72.js → chunk-HNW7G3SZ.js} +2 -2
  411. package/__chunks__/{chunk-JWPOPO4X.js → chunk-HOB7C4ZZ.js} +2 -2
  412. package/__chunks__/{chunk-74OGSUC7.js → chunk-HQXXDQAY.js} +2 -2
  413. package/__chunks__/{chunk-KMFDIMKZ.js → chunk-HQYRV4ML.js} +2 -2
  414. package/__chunks__/{chunk-J7L5RB2X.js → chunk-HRL7LZAA.js} +2 -2
  415. package/__chunks__/{chunk-RKSBRX44.js → chunk-HVIJH6ES.js} +2 -2
  416. package/__chunks__/{chunk-DXSJE6QV.js → chunk-HWAIHLNS.js} +2 -2
  417. package/__chunks__/chunk-HWBNGVN4.js +2 -0
  418. package/__chunks__/chunk-HWC7P56Z.js +2 -0
  419. package/__chunks__/{chunk-H3YDNRFO.js → chunk-HZ7GHA7F.js} +2 -2
  420. package/__chunks__/{chunk-NWOFOUPU.js → chunk-I2BIXL2N.js} +2 -2
  421. package/__chunks__/chunk-I7VIFP2B.js +2 -0
  422. package/__chunks__/{chunk-OWBOSGQM.js → chunk-IACQ5PC4.js} +2 -2
  423. package/__chunks__/{chunk-TS53BW3D.js → chunk-IDSBORVX.js} +2 -2
  424. package/__chunks__/{chunk-FKRQLT2F.js → chunk-IG5UYRE5.js} +2 -2
  425. package/__chunks__/{chunk-ASEW3XEB.js → chunk-IIKYUE3I.js} +2 -2
  426. package/__chunks__/{chunk-N3A4VYYH.js → chunk-ILITE5KL.js} +2 -2
  427. package/__chunks__/{chunk-HY5JE52G.js → chunk-ILYDPZPR.js} +2 -2
  428. package/__chunks__/{chunk-VCNSYMNT.js → chunk-IXISLIVH.js} +2 -2
  429. package/__chunks__/{chunk-5KTVWIAY.js → chunk-IXLDCCRQ.js} +2 -2
  430. package/__chunks__/{chunk-3KY75KC5.js → chunk-IYEE4S6X.js} +2 -2
  431. package/__chunks__/{chunk-JGLVMKUU.js → chunk-J2DC5BBM.js} +2 -2
  432. package/__chunks__/{chunk-6QRIQYGS.js → chunk-J5GDUONO.js} +2 -2
  433. package/__chunks__/chunk-J7IL54TK.js +2 -0
  434. package/__chunks__/chunk-JBIQ4Z35.js +2 -0
  435. package/__chunks__/{chunk-FENLFXZD.js → chunk-JISNB3YD.js} +2 -2
  436. package/__chunks__/{chunk-QL5KIKHA.js → chunk-JJ5LBIYX.js} +2 -2
  437. package/__chunks__/chunk-JLYCQ4O6.js +2 -0
  438. package/__chunks__/{chunk-SESPAARH.js → chunk-JM2VB7SE.js} +2 -2
  439. package/__chunks__/{chunk-QA5OP6JQ.js → chunk-JXGQ5FD2.js} +2 -2
  440. package/__chunks__/{chunk-UG6WET5H.js → chunk-K6IWAHVZ.js} +2 -2
  441. package/__chunks__/{chunk-SMWCHM5I.js → chunk-KAJ4YGRH.js} +2 -2
  442. package/__chunks__/chunk-KHRWWG3S.js +2 -0
  443. package/__chunks__/{chunk-3NXSGQFL.js → chunk-KHUBILAW.js} +2 -2
  444. package/__chunks__/chunk-KHVOC6BU.js +2 -0
  445. package/__chunks__/chunk-KII2TFXB.js +2 -0
  446. package/__chunks__/{chunk-IUXPX3AU.js → chunk-KRU5YRVR.js} +2 -2
  447. package/__chunks__/{chunk-7TGE3KPS.js → chunk-KYCJYA2I.js} +2 -2
  448. package/__chunks__/{chunk-VGQWRNTN.js → chunk-L534GK5Y.js} +2 -2
  449. package/__chunks__/{chunk-PWPXTHQG.js → chunk-L5N7SW2Y.js} +2 -2
  450. package/__chunks__/{chunk-WCPB2I4O.js → chunk-L74YEZPK.js} +2 -2
  451. package/__chunks__/{chunk-XMIURR5F.js → chunk-L7CBYNWU.js} +2 -2
  452. package/__chunks__/{chunk-PFFTQSP5.js → chunk-L7TSFVJG.js} +2 -2
  453. package/__chunks__/{chunk-D5D3LGBD.js → chunk-LCR2W3JD.js} +2 -2
  454. package/__chunks__/{chunk-DTTVFO7B.js → chunk-LCTRUXEN.js} +2 -2
  455. package/__chunks__/{chunk-O7XH2EUK.js → chunk-LEHTPMXZ.js} +2 -2
  456. package/__chunks__/{chunk-7JAEEM57.js → chunk-LFMHNDLZ.js} +2 -2
  457. package/__chunks__/{chunk-UUZFKUK5.js → chunk-LID4IVSH.js} +2 -2
  458. package/__chunks__/{chunk-VMCP7KGT.js → chunk-LLMP74HX.js} +2 -2
  459. package/__chunks__/{chunk-DBTIWKKE.js → chunk-LM6TQDIL.js} +2 -2
  460. package/__chunks__/chunk-LOG5VVPB.js +2 -0
  461. package/__chunks__/chunk-LQK6QKEX.js +2 -0
  462. package/__chunks__/{chunk-3IMYJ7DB.js → chunk-LV4ZIOND.js} +2 -2
  463. package/__chunks__/{chunk-6XTH5W6C.js → chunk-LXLAA6LD.js} +2 -2
  464. package/__chunks__/{chunk-27PR5AI3.js → chunk-LYGGLKGV.js} +2 -2
  465. package/__chunks__/{chunk-BV3RTZBM.js → chunk-M3NUHETT.js} +2 -2
  466. package/__chunks__/{chunk-C2Z5XOGB.js → chunk-M4TLVR6Y.js} +2 -2
  467. package/__chunks__/{chunk-6FJC4KO2.js → chunk-M4UEGMTD.js} +2 -2
  468. package/__chunks__/{chunk-HSVBGUJS.js → chunk-M6GVPVE4.js} +2 -2
  469. package/__chunks__/{chunk-SHZGPPBN.js → chunk-MBEO6S6H.js} +2 -2
  470. package/__chunks__/{chunk-N3RWWBEY.js → chunk-MHOL3AT7.js} +2 -2
  471. package/__chunks__/{chunk-R2BJHBRB.js → chunk-MLS5THWN.js} +2 -2
  472. package/__chunks__/{chunk-T77GKZGR.js → chunk-MQ2KGP5G.js} +2 -2
  473. package/__chunks__/{chunk-HTIZ6L5A.js → chunk-MQBRLK4M.js} +2 -2
  474. package/__chunks__/chunk-MS42UKDS.js +2 -0
  475. package/__chunks__/{chunk-EFEZXOGV.js → chunk-MUKZKVFM.js} +2 -2
  476. package/__chunks__/{chunk-AYLTSUFY.js → chunk-MUNAHKV2.js} +2 -2
  477. package/__chunks__/{chunk-P7AZBS7D.js → chunk-N4G7L3CK.js} +2 -2
  478. package/__chunks__/{chunk-3A4W3X3E.js → chunk-N4Q3AAUG.js} +2 -2
  479. package/__chunks__/{chunk-RNUJOXEI.js → chunk-N62S7G43.js} +2 -2
  480. package/__chunks__/{chunk-WUASCION.js → chunk-N6SU4PLO.js} +2 -2
  481. package/__chunks__/{chunk-TG3MSE2P.js → chunk-N74SYR5K.js} +2 -2
  482. package/__chunks__/{chunk-NVNBNHGF.js → chunk-NBV7D3HA.js} +2 -2
  483. package/__chunks__/{chunk-6IWFHJQN.js → chunk-NDV675A3.js} +2 -2
  484. package/__chunks__/{chunk-W7WUXTEE.js → chunk-NGQFUVA5.js} +2 -2
  485. package/__chunks__/{chunk-UFXN2FH4.js → chunk-NIYGVJ43.js} +2 -2
  486. package/__chunks__/{chunk-QRU7ZWS4.js → chunk-NKUHDM5B.js} +2 -2
  487. package/__chunks__/chunk-NMZUZYN7.js +2 -0
  488. package/__chunks__/chunk-NNONYRAM.js +2 -0
  489. package/__chunks__/{chunk-C3Y2EOXA.js → chunk-NPKKN7QP.js} +2 -2
  490. package/__chunks__/{chunk-R7MFF64R.js → chunk-NZ275V3D.js} +2 -2
  491. package/__chunks__/{chunk-URPSD3TX.js → chunk-NZFC6XDH.js} +2 -2
  492. package/__chunks__/{chunk-A6IHNAFB.js → chunk-O4J34CRC.js} +2 -2
  493. package/__chunks__/{chunk-KBZ3G4TA.js → chunk-OAEDW2L7.js} +2 -2
  494. package/__chunks__/{chunk-27VQMGJQ.js → chunk-OAQ44APY.js} +2 -2
  495. package/__chunks__/{chunk-YH6EXSTB.js → chunk-OAQTC23P.js} +2 -2
  496. package/__chunks__/{chunk-RQA267KF.js → chunk-OB7DPY5E.js} +2 -2
  497. package/__chunks__/{chunk-S5ZREJ2P.js → chunk-OBZSUHHG.js} +2 -2
  498. package/__chunks__/{chunk-IH76W3VA.js → chunk-OFNQN7EN.js} +2 -2
  499. package/__chunks__/{chunk-7ER7XRZR.js → chunk-OI6RWBDL.js} +2 -2
  500. package/__chunks__/{chunk-PTBE4J3V.js → chunk-OOUZEXW5.js} +2 -2
  501. package/__chunks__/{chunk-LTSVYMYP.js → chunk-OP7DXK43.js} +2 -2
  502. package/__chunks__/chunk-OPFI5C2N.js +2 -0
  503. package/__chunks__/{chunk-AXYMNVZQ.js → chunk-OQDXTTF6.js} +2 -2
  504. package/__chunks__/chunk-ORULNS4D.js +2 -0
  505. package/__chunks__/{chunk-XREMKZP5.js → chunk-OS74HGFW.js} +2 -2
  506. package/__chunks__/{chunk-LFYY6STB.js → chunk-OWYIW4XP.js} +2 -2
  507. package/__chunks__/{chunk-2NM2EI3D.js → chunk-OXIVZGIN.js} +2 -2
  508. package/__chunks__/{chunk-WFQGYVHS.js → chunk-P3IWKQQB.js} +2 -2
  509. package/__chunks__/{chunk-6GDNZ4X3.js → chunk-P6EK2PSL.js} +2 -2
  510. package/__chunks__/{chunk-KKAT7JHV.js → chunk-P7RSH75S.js} +2 -2
  511. package/__chunks__/{chunk-NTTGQ7M2.js → chunk-P7V5PEE2.js} +2 -2
  512. package/__chunks__/{chunk-65GIT53X.js → chunk-PALXTBIB.js} +2 -2
  513. package/__chunks__/{chunk-K6MIDLGS.js → chunk-PBQLETO6.js} +2 -2
  514. package/__chunks__/{chunk-YIA3LDNQ.js → chunk-PDEGPJ6W.js} +2 -2
  515. package/__chunks__/{chunk-TLWOMT7Y.js → chunk-PGIAF55G.js} +2 -2
  516. package/__chunks__/{chunk-X2W7W4CS.js → chunk-PGLIWGGG.js} +2 -2
  517. package/__chunks__/{chunk-NAR73BS3.js → chunk-PMM2XATI.js} +2 -2
  518. package/__chunks__/chunk-PNTA6WMV.js +2 -0
  519. package/__chunks__/{chunk-XPZGFZG6.js → chunk-PQXRPENT.js} +2 -2
  520. package/__chunks__/{chunk-FXNUE2CK.js → chunk-Q6DUUVFA.js} +2 -2
  521. package/__chunks__/chunk-QB5J373P.js +2 -0
  522. package/__chunks__/chunk-QHK7MASJ.js +2 -0
  523. package/__chunks__/chunk-QIWTMB2Y.js +2 -0
  524. package/__chunks__/{chunk-3BG5VG6J.js → chunk-QLCKX4MD.js} +2 -2
  525. package/__chunks__/{chunk-YBOGQZBI.js → chunk-QMP5U4MJ.js} +2 -2
  526. package/__chunks__/{chunk-7WTG3LMV.js → chunk-QR44RT32.js} +2 -2
  527. package/__chunks__/{chunk-7UKTC7IZ.js → chunk-QR6WDI4A.js} +2 -2
  528. package/__chunks__/{chunk-RI2V2QJM.js → chunk-QSX6SVEE.js} +2 -2
  529. package/__chunks__/{chunk-NMUN2XJC.js → chunk-QV47TPXA.js} +2 -2
  530. package/__chunks__/{chunk-YJXG7S53.js → chunk-QVRIASTV.js} +2 -2
  531. package/__chunks__/{chunk-WZCPPT4H.js → chunk-R6ENPWCH.js} +2 -2
  532. package/__chunks__/chunk-R7DPHSKU.js +2 -0
  533. package/__chunks__/{chunk-JNVUX2AC.js → chunk-RFH5JS2I.js} +2 -2
  534. package/__chunks__/{chunk-WKL2YY6R.js → chunk-RM2PWO7F.js} +2 -2
  535. package/__chunks__/{chunk-ETCNDJIL.js → chunk-RMAZPQ7Q.js} +2 -2
  536. package/__chunks__/{chunk-23RUUZVV.js → chunk-RR2MMIFW.js} +2 -2
  537. package/__chunks__/{chunk-PJBX2OGT.js → chunk-RS6MF4WX.js} +2 -2
  538. package/__chunks__/{chunk-Q5ZPA4NI.js → chunk-RX7QRDUG.js} +2 -2
  539. package/__chunks__/{chunk-5POBKG5C.js → chunk-RXSJC66U.js} +2 -2
  540. package/__chunks__/chunk-S4ORDCAQ.js +2 -0
  541. package/__chunks__/{chunk-2A5QAE5F.js → chunk-S5YMYRNX.js} +2 -2
  542. package/__chunks__/{chunk-FLCO2ZFZ.js → chunk-S6VJK3NK.js} +2 -2
  543. package/__chunks__/chunk-SDKHFJMI.js +2 -0
  544. package/__chunks__/chunk-SE5PZTQQ.js +2 -0
  545. package/__chunks__/chunk-SFELN7ZQ.js +2 -0
  546. package/__chunks__/chunk-SIHZL7QL.js +2 -0
  547. package/__chunks__/{chunk-LAF2IDWX.js → chunk-SNEG7Z2W.js} +2 -2
  548. package/__chunks__/{chunk-C2Z24SQO.js → chunk-SSHYHB5P.js} +2 -2
  549. package/__chunks__/{chunk-YFVC7UCY.js → chunk-SWHWML6W.js} +2 -2
  550. package/__chunks__/{chunk-SBG5INOK.js → chunk-TAVFHYUO.js} +2 -2
  551. package/__chunks__/{chunk-CZ3OVNYN.js → chunk-THSZIDBY.js} +2 -2
  552. package/__chunks__/{chunk-YRJGHDVR.js → chunk-TLBKR2TE.js} +2 -2
  553. package/__chunks__/{chunk-K25KWMWL.js → chunk-TLUQE53L.js} +2 -2
  554. package/__chunks__/chunk-TQYA5MIO.js +2 -0
  555. package/__chunks__/{chunk-PLEVYRQV.js → chunk-TUDRMNHR.js} +2 -2
  556. package/__chunks__/{chunk-S5JPQRRR.js → chunk-TVEQ75U7.js} +2 -2
  557. package/__chunks__/{chunk-2TTH3GW4.js → chunk-TWKVKU4R.js} +2 -2
  558. package/__chunks__/chunk-TX5AEQE7.js +2 -0
  559. package/__chunks__/{chunk-ZWCOE432.js → chunk-TZRKGU46.js} +2 -2
  560. package/__chunks__/{chunk-EQ63QIDM.js → chunk-U2AY6TVH.js} +2 -2
  561. package/__chunks__/{chunk-FQV54AV7.js → chunk-U7VNZTSJ.js} +2 -2
  562. package/__chunks__/{chunk-S7CRF37T.js → chunk-U7YUCH76.js} +2 -2
  563. package/__chunks__/{chunk-6TTVGEUY.js → chunk-UAJJ4KAC.js} +2 -2
  564. package/__chunks__/{chunk-EPNPICRG.js → chunk-UKTJXVVY.js} +2 -2
  565. package/__chunks__/{chunk-GAGSYKJN.js → chunk-UMOSGSMO.js} +2 -2
  566. package/__chunks__/{chunk-4FNYVG4J.js → chunk-UMVY262I.js} +2 -2
  567. package/__chunks__/{chunk-VMNEBS6M.js → chunk-URBU5PM5.js} +2 -2
  568. package/__chunks__/chunk-UVPB6BB7.js +2 -0
  569. package/__chunks__/chunk-UWEMWTPB.js +2 -0
  570. package/__chunks__/{chunk-PS2V5XKS.js → chunk-UXX7VNS7.js} +2 -2
  571. package/__chunks__/{chunk-AV3NDNWA.js → chunk-V3RA4NEA.js} +2 -2
  572. package/__chunks__/{chunk-NJ6B4DQ5.js → chunk-VAHHFMKM.js} +2 -2
  573. package/__chunks__/{chunk-2HDQUL2Z.js → chunk-VD7FU3T5.js} +2 -2
  574. package/__chunks__/{chunk-22LCFRAO.js → chunk-VWTCFYVZ.js} +2 -2
  575. package/__chunks__/chunk-VYYJ7CPP.js +2 -0
  576. package/__chunks__/{chunk-ZJMQB32B.js → chunk-W4IEQ73K.js} +2 -2
  577. package/__chunks__/{chunk-BRGRGQWY.js → chunk-WAC7EZOU.js} +2 -2
  578. package/__chunks__/chunk-WC7TRR55.js +2 -0
  579. package/__chunks__/chunk-WDJC2WWV.js +2 -0
  580. package/__chunks__/{chunk-HQS5OI35.js → chunk-WECFQ2BC.js} +2 -2
  581. package/__chunks__/{chunk-PLGVRJR5.js → chunk-WFMDGRO6.js} +2 -2
  582. package/__chunks__/{chunk-M2DONB3O.js → chunk-WO7LZE6B.js} +2 -2
  583. package/__chunks__/{chunk-HSAEFT5H.js → chunk-WSJDKR2I.js} +2 -2
  584. package/__chunks__/{chunk-2FVU77J2.js → chunk-WT24ZUMA.js} +2 -2
  585. package/__chunks__/{chunk-PL5BKLZZ.js → chunk-WWNTQPR5.js} +2 -2
  586. package/__chunks__/{chunk-5AYAA6DU.js → chunk-WZJCQGHL.js} +2 -2
  587. package/__chunks__/{chunk-ORPFAVYR.js → chunk-X2FOANHP.js} +2 -2
  588. package/__chunks__/{chunk-SWNWXXN6.js → chunk-X5JFTI62.js} +2 -2
  589. package/__chunks__/{chunk-L3SGTEQI.js → chunk-XBRBVMGN.js} +2 -2
  590. package/__chunks__/{chunk-FXGNKSQR.js → chunk-XBSLA7H6.js} +2 -2
  591. package/__chunks__/{chunk-3NOXSB7O.js → chunk-XFD5AL6L.js} +2 -2
  592. package/__chunks__/{chunk-5F4HV4EU.js → chunk-XHO4LNGD.js} +2 -2
  593. package/__chunks__/{chunk-7X7SBJXG.js → chunk-XLY466ZF.js} +2 -2
  594. package/__chunks__/{chunk-RFWUDGQU.js → chunk-XTAKGLJJ.js} +2 -2
  595. package/__chunks__/{chunk-77IC2JIS.js → chunk-XTHAJENL.js} +2 -2
  596. package/__chunks__/{chunk-HF3HZIGC.js → chunk-XX5FXHEA.js} +2 -2
  597. package/__chunks__/chunk-XY64MYV3.js +2 -0
  598. package/__chunks__/{chunk-626BIAFP.js → chunk-XZAVYJ56.js} +2 -2
  599. package/__chunks__/{chunk-5AKDOBP2.js → chunk-YAUJ6FFL.js} +2 -2
  600. package/__chunks__/chunk-YD6GC6NW.js +2 -0
  601. package/__chunks__/{chunk-JH5ZUP5O.js → chunk-YKEGR2LH.js} +2 -2
  602. package/__chunks__/{chunk-SNP5VFT5.js → chunk-YXWUHLJK.js} +2 -2
  603. package/__chunks__/{chunk-7OQLEL4E.js → chunk-Z3H7GL3O.js} +2 -2
  604. package/__chunks__/chunk-Z7P6IKIO.js +2 -0
  605. package/__chunks__/chunk-ZBM5EDKK.js +2 -0
  606. package/__chunks__/{chunk-ELOPOPT6.js → chunk-ZFBZ263R.js} +2 -2
  607. package/__chunks__/{chunk-3D6EJYIP.js → chunk-ZFTFQLPG.js} +2 -2
  608. package/__chunks__/{chunk-HWDAK7DD.js → chunk-ZGTBFWPX.js} +2 -2
  609. package/__chunks__/{chunk-QMLH2VE5.js → chunk-ZIBQ4VNZ.js} +2 -2
  610. package/__chunks__/{chunk-TP2KZQH6.js → chunk-ZP27SWMA.js} +2 -2
  611. package/__chunks__/{chunk-TZRX6CMC.js → chunk-ZSVJXQEI.js} +2 -2
  612. package/__chunks__/chunk-ZUAJBJ6U.js +2 -0
  613. package/__chunks__/{chunk-FAK2TPXV.js → chunk-ZUFN6Q3F.js} +2 -2
  614. package/__chunks__/{chunk-C6OJA7AH.js → chunk-ZURTVRBE.js} +2 -2
  615. package/__commonjs/UI/NotificationModal/NotificationModal.js +4 -4
  616. package/__commonjs/UI/NotificationModal/index.js +4 -4
  617. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +29 -29
  618. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  619. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +25 -25
  620. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +5 -5
  621. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +5 -5
  622. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +4 -4
  623. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +4 -4
  624. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +4 -4
  625. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +25 -25
  626. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  627. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  628. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +27 -27
  629. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +27 -27
  630. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +25 -25
  631. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +25 -25
  632. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  633. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  634. package/__commonjs/UI/SignTransactionsModals/index.js +29 -29
  635. package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +13 -13
  636. package/__commonjs/UI/TransactionsToastList/index.js +13 -13
  637. package/__commonjs/UI/index.js +27 -27
  638. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +4 -4
  639. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +4 -4
  640. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +7 -7
  641. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +7 -7
  642. package/__commonjs/UI/ledger/index.js +3 -3
  643. package/__commonjs/UI/pages/UnlockPage/index.js +27 -27
  644. package/__commonjs/UI/pages/index.js +27 -27
  645. package/__commonjs/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +3 -3
  646. package/__commonjs/UI/webWallet/CrossWindowLoginButton/index.js +3 -3
  647. package/__commonjs/__mocks__/index.js +3 -3
  648. package/__commonjs/__mocks__/utils/index.js +3 -3
  649. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  650. package/__commonjs/constants/index.js +1 -1
  651. package/__commonjs/hooks/index.js +4 -4
  652. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  653. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  654. package/__commonjs/hooks/transactions/index.js +3 -3
  655. package/__commonjs/hooks/transactions/useSignMultipleTransactions.js +3 -3
  656. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  657. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +3 -3
  658. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +3 -3
  659. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  660. package/__commonjs/utils/index.js +1 -1
  661. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  662. package/__commonjs/utils/transactions/index.js +1 -1
  663. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  664. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  665. package/__commonjs/wrappers/index.js +2 -2
  666. package/__mocks__/index.js +1 -1
  667. package/__mocks__/utils/index.js +1 -1
  668. package/__mocks__/utils/renderWithProvider.js +1 -1
  669. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  670. package/apiCalls/accounts/index.js +1 -1
  671. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  672. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  673. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  674. package/apiCalls/configuration/index.js +1 -1
  675. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  676. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  677. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  678. package/apiCalls/economics/index.js +1 -1
  679. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  680. package/apiCalls/index.js +1 -1
  681. package/apiCalls/tokens/getPersistedToken.js +1 -1
  682. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  683. package/apiCalls/transactions/index.js +1 -1
  684. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  685. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  686. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  687. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  688. package/apiCalls/utils/getScamAddressData.js +1 -1
  689. package/apiCalls/utils/index.js +1 -1
  690. package/apiCalls/utils/useApiFetch.js +1 -1
  691. package/components/LogoutListener/LogoutListener.js +1 -1
  692. package/components/LogoutListener/helpers/index.js +1 -1
  693. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  694. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  695. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  696. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  697. package/components/LogoutListener/index.js +1 -1
  698. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  699. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  700. package/components/ProviderInitializer/helpers/index.js +1 -1
  701. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  702. package/components/ProviderInitializer/hooks/index.js +1 -1
  703. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  704. package/components/ProviderInitializer/index.js +1 -1
  705. package/components/TransactionSender/TransactionSender.js +1 -1
  706. package/components/TransactionSender/index.js +1 -1
  707. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  708. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  709. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  710. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  711. package/components/TransactionsTracker/index.js +1 -1
  712. package/constants/index.js +1 -1
  713. package/hooks/account/index.js +1 -1
  714. package/hooks/account/useGetAccount.js +1 -1
  715. package/hooks/account/useGetAccountInfo.js +1 -1
  716. package/hooks/account/useGetAccountProvider.js +1 -1
  717. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  718. package/hooks/account/useGetIsLoggedIn.js +1 -1
  719. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  720. package/hooks/account/useGetLoginInfo.js +1 -1
  721. package/hooks/account/useGetWebsocketEvent.js +1 -1
  722. package/hooks/economics/index.js +1 -1
  723. package/hooks/economics/useGetEgldPrice.js +1 -1
  724. package/hooks/index.js +1 -1
  725. package/hooks/login/index.js +1 -1
  726. package/hooks/login/useCrossWindowLogin.js +1 -1
  727. package/hooks/login/useExtensionLogin.js +1 -1
  728. package/hooks/login/useGetModalLoginMethods.js +1 -1
  729. package/hooks/login/useIframeLogin.js +1 -1
  730. package/hooks/login/useLedgerLogin.js +1 -1
  731. package/hooks/login/useLoginService.js +1 -1
  732. package/hooks/login/useMetamaskLogin.js +1 -1
  733. package/hooks/login/useOperaLogin.js +1 -1
  734. package/hooks/login/usePasskeyLogin.js +1 -1
  735. package/hooks/login/useWalletConnectV2Login.js +1 -1
  736. package/hooks/login/useWebViewLogin.js +1 -1
  737. package/hooks/login/useWebWalletLogin.js +1 -1
  738. package/hooks/login/useXaliasLogin.js +1 -1
  739. package/hooks/signMessage/index.js +1 -1
  740. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  741. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  742. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  743. package/hooks/signMessage/useSignMessage.js +1 -1
  744. package/hooks/toasts/index.js +1 -1
  745. package/hooks/toasts/useGetToasts.js +1 -1
  746. package/hooks/toasts/useTransactionsToasts.js +1 -1
  747. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  748. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  749. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  750. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  751. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  752. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  753. package/hooks/transactions/batch/useGetBatches.js +1 -1
  754. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  755. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  756. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  757. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  758. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  759. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  760. package/hooks/transactions/helpers/index.js +1 -1
  761. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  762. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  763. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  764. package/hooks/transactions/index.js +1 -1
  765. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  766. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  767. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  768. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  769. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  770. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  771. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  772. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  773. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  774. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  775. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  776. package/hooks/transactions/useGetPollingInterval.js +1 -1
  777. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  778. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  779. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  780. package/hooks/transactions/useGetTokenDetails.js +1 -1
  781. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  782. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  783. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  784. package/hooks/transactions/useSignTransactions.js +1 -1
  785. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  786. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  787. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  788. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  789. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  790. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  791. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  792. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  793. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  794. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  795. package/hooks/useGetNetworkConfig.js +1 -1
  796. package/hooks/useGetNotification.js +1 -1
  797. package/hooks/websocketListener/index.js +1 -1
  798. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  799. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  800. package/models/index.js +1 -1
  801. package/models/newTransaction.js +1 -1
  802. package/package.json +1 -1
  803. package/providers/accountProvider.js +1 -1
  804. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  805. package/providers/experimentalWebViewProvider/index.js +1 -1
  806. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  807. package/providers/index.js +1 -1
  808. package/providers/utils.js +1 -1
  809. package/providers/webviewProvider/index.js +1 -1
  810. package/providers/webviewProvider/requestMethods.js +1 -1
  811. package/providers/webviewProvider/webviewProvider.js +1 -1
  812. package/reduxStore/DappProviderContext.js +1 -1
  813. package/reduxStore/commonActions.js +1 -1
  814. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  815. package/reduxStore/persistConfig.js +1 -1
  816. package/reduxStore/persistedRootReducer.js +1 -1
  817. package/reduxStore/reducers.js +1 -1
  818. package/reduxStore/rootReducer.js +1 -1
  819. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  820. package/reduxStore/selectors/index.js +1 -1
  821. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  822. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  823. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  824. package/reduxStore/slices/accountInfoSlice.js +1 -1
  825. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  826. package/reduxStore/slices/dappConfigSlice.js +1 -1
  827. package/reduxStore/slices/index.js +1 -1
  828. package/reduxStore/slices/loginInfoSlice.js +1 -1
  829. package/reduxStore/slices/modalsSlice.js +1 -1
  830. package/reduxStore/slices/networkConfigSlice.js +1 -1
  831. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  832. package/reduxStore/slices/toastsSlice.js +1 -1
  833. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  834. package/reduxStore/slices/transactionsSlice.js +1 -1
  835. package/reduxStore/store.js +1 -1
  836. package/services/index.js +1 -1
  837. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  838. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  839. package/services/nativeAuth/helpers/index.js +1 -1
  840. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  841. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  842. package/services/transactions/clearTransactions.js +1 -1
  843. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  844. package/services/transactions/getTransactionsDetails.js +1 -1
  845. package/services/transactions/index.js +1 -1
  846. package/services/transactions/isCrossShardTransaction.js +1 -1
  847. package/services/transactions/sendBatchTransactions.js +1 -1
  848. package/services/transactions/sendBatchTransactions.test.js +1 -1
  849. package/services/transactions/sendTransactions.js +1 -1
  850. package/services/transactions/signTransactions.js +1 -1
  851. package/services/transactions/transformAndSignTransactions.js +1 -1
  852. package/services/transactions/updateSignedTransactions.js +1 -1
  853. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  854. package/services/transactions/utils.js +1 -1
  855. package/utils/account/getAccount.js +1 -1
  856. package/utils/account/getAccountBalance.js +1 -1
  857. package/utils/account/getAccountProviderType.js +1 -1
  858. package/utils/account/getAccountShard.js +1 -1
  859. package/utils/account/getAddress.js +1 -1
  860. package/utils/account/getIsProviderEqualTo.js +1 -1
  861. package/utils/account/getLatestNonce.js +1 -1
  862. package/utils/account/getShardOfAddress.js +1 -1
  863. package/utils/account/getWebviewToken.js +1 -1
  864. package/utils/account/index.js +1 -1
  865. package/utils/account/loginWithExternalProvider.js +1 -1
  866. package/utils/account/refreshAccount.js +1 -1
  867. package/utils/account/setNonce.js +1 -1
  868. package/utils/account/signMessage.js +1 -1
  869. package/utils/getIsLoggedIn.js +1 -1
  870. package/utils/index.js +1 -1
  871. package/utils/logout.js +1 -1
  872. package/utils/network/getChainID.js +1 -1
  873. package/utils/network/getEgldLabel.js +1 -1
  874. package/utils/network/getNetworkConfig.js +1 -1
  875. package/utils/network/index.js +1 -1
  876. package/utils/operations/calculateFeeInFiat.js +1 -1
  877. package/utils/operations/calculateFeeLimit.js +1 -1
  878. package/utils/operations/denominate.js +1 -1
  879. package/utils/operations/formatAmount.js +1 -1
  880. package/utils/operations/index.js +1 -1
  881. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  882. package/utils/operations/ledger/index.js +1 -1
  883. package/utils/operations/nominate.js +1 -1
  884. package/utils/operations/parseAmount.js +1 -1
  885. package/utils/toasts/customToastsActions.js +1 -1
  886. package/utils/toasts/index.js +1 -1
  887. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  888. package/utils/transactions/builtCallbackUrl.js +1 -1
  889. package/utils/transactions/getAllTransactionsLink.js +1 -1
  890. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  891. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  892. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  893. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  894. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  895. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  896. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  897. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  898. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  899. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  900. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  901. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  902. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  903. package/utils/transactions/getOperationsDetails.js +1 -1
  904. package/utils/transactions/getTransactionLink.js +1 -1
  905. package/utils/transactions/index.js +1 -1
  906. package/utils/transactions/isGuardianTx.js +1 -1
  907. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  908. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  909. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  910. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  911. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  912. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  913. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  914. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  915. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  916. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  917. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  918. package/utils/validation/index.js +1 -1
  919. package/utils/validation/maxDecimals.js +1 -1
  920. package/utils/validation/stringIsFloat.js +1 -1
  921. package/utils/waitForChainID.js +1 -1
  922. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  923. package/web/hooks/index.js +1 -1
  924. package/web/hooks/useIdleTimer.js +1 -1
  925. package/web/index.js +1 -1
  926. package/wrappers/AppInitializer.js +1 -1
  927. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  928. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  929. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  930. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  931. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  932. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  933. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  934. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  935. package/wrappers/DappProvider/CustomComponents.js +1 -1
  936. package/wrappers/DappProvider/DappProvider.js +1 -1
  937. package/wrappers/DappProvider/index.js +1 -1
  938. package/wrappers/index.js +1 -1
  939. package/__chunks__/chunk-2WUDN65N.js +0 -2
  940. package/__chunks__/chunk-37ZLRBDW.js +0 -2
  941. package/__chunks__/chunk-4BS3GOQN.js +0 -2
  942. package/__chunks__/chunk-4GZDYCJM.js +0 -2
  943. package/__chunks__/chunk-4P22GMBO.js +0 -2
  944. package/__chunks__/chunk-4VCP3MSC.js +0 -2
  945. package/__chunks__/chunk-5IILM2SW.js +0 -2
  946. package/__chunks__/chunk-6J4BFEPF.js +0 -2
  947. package/__chunks__/chunk-7TLVFKZA.js +0 -2
  948. package/__chunks__/chunk-7TX756L5.js +0 -2
  949. package/__chunks__/chunk-7XGKHV54.js +0 -2
  950. package/__chunks__/chunk-A2XTMKUH.js +0 -2
  951. package/__chunks__/chunk-BC4ROBO7.js +0 -2
  952. package/__chunks__/chunk-BP4WYGW7.js +0 -2
  953. package/__chunks__/chunk-BPYZDYPZ.js +0 -2
  954. package/__chunks__/chunk-CTEOKUR7.js +0 -2
  955. package/__chunks__/chunk-DM62WMOD.js +0 -2
  956. package/__chunks__/chunk-DN2Q5WUM.js +0 -2
  957. package/__chunks__/chunk-DQHOJ6WA.js +0 -2
  958. package/__chunks__/chunk-DQQHCPCP.js +0 -2
  959. package/__chunks__/chunk-E2Q3UR6J.js +0 -2
  960. package/__chunks__/chunk-FUV6XFGJ.js +0 -2
  961. package/__chunks__/chunk-GFPHLQZL.js +0 -2
  962. package/__chunks__/chunk-GJ56DOYP.js +0 -2
  963. package/__chunks__/chunk-HRL64TAE.js +0 -2
  964. package/__chunks__/chunk-IBNI75SR.js +0 -2
  965. package/__chunks__/chunk-IHEKHUUS.js +0 -2
  966. package/__chunks__/chunk-IIONZAPY.js +0 -2
  967. package/__chunks__/chunk-ITWE4OB4.js +0 -2
  968. package/__chunks__/chunk-IV3V3COR.js +0 -2
  969. package/__chunks__/chunk-IWMKZLU2.js +0 -2
  970. package/__chunks__/chunk-K7I2OTRG.js +0 -2
  971. package/__chunks__/chunk-LCOAX2YR.js +0 -2
  972. package/__chunks__/chunk-LGXDTLDO.js +0 -2
  973. package/__chunks__/chunk-LZIGNQR7.js +0 -2
  974. package/__chunks__/chunk-M4T73AAH.js +0 -2
  975. package/__chunks__/chunk-N7JFDFVU.js +0 -2
  976. package/__chunks__/chunk-NFSVEDAK.js +0 -2
  977. package/__chunks__/chunk-OLFII25V.js +0 -2
  978. package/__chunks__/chunk-OMML4YXL.js +0 -2
  979. package/__chunks__/chunk-OP6H47GD.js +0 -2
  980. package/__chunks__/chunk-OZUW5PP7.js +0 -2
  981. package/__chunks__/chunk-PQ6Z2YCK.js +0 -2
  982. package/__chunks__/chunk-QQOI3ONU.js +0 -2
  983. package/__chunks__/chunk-QS4OXWG5.js +0 -2
  984. package/__chunks__/chunk-RAYVSJIY.js +0 -2
  985. package/__chunks__/chunk-RZZIBTSM.js +0 -2
  986. package/__chunks__/chunk-S3JN6YLY.js +0 -2
  987. package/__chunks__/chunk-SGYNBRTF.js +0 -2
  988. package/__chunks__/chunk-SHNKEHGJ.js +0 -2
  989. package/__chunks__/chunk-SM663YH2.js +0 -2
  990. package/__chunks__/chunk-SQLT2HSQ.js +0 -2
  991. package/__chunks__/chunk-TKTLU7ZY.js +0 -2
  992. package/__chunks__/chunk-TPBLXFUX.js +0 -2
  993. package/__chunks__/chunk-U2CZS663.js +0 -2
  994. package/__chunks__/chunk-UCX2X5DD.js +0 -2
  995. package/__chunks__/chunk-UDLEKDLT.js +0 -2
  996. package/__chunks__/chunk-UUVAPZMV.js +0 -2
  997. package/__chunks__/chunk-VOAUV5OA.js +0 -2
  998. package/__chunks__/chunk-X2LRGINL.js +0 -2
  999. package/__chunks__/chunk-XYD4D7IV.js +0 -2
  1000. package/__chunks__/chunk-YC2PHRWO.js +0 -2
  1001. package/__chunks__/chunk-YFPRDRGY.js +0 -2
  1002. package/__chunks__/chunk-ZRXRDVEU.js +0 -2
  1003. package/__chunks__/chunk-ZWJNVJAL.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var ze=Object.create;var G=Object.defineProperty;var je=Object.getOwnPropertyDescriptor;var Xe=Object.getOwnPropertyNames,pe=Object.getOwnPropertySymbols,Ye=Object.getPrototypeOf,de=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable;var ue=(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={}))de.call(e,r)&&ue(t,r,e[r]);if(pe)for(var r of pe(e))Ke.call(e,r)&&ue(t,r,e[r]);return t};var Je=(t,e)=>()=>(t&&(e=t(t=0)),e);var V=(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})},ge=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xe(e))!de.call(t,i)&&i!==r&&G(t,i,{get:()=>e[i],enumerable:!(n=je(e,i))||n.enumerable});return t};var fe=(t,e,r)=>(r=t!=null?ze(Ye(t)):{},ge(e||!t||!t.__esModule?G(r,"default",{value:t,enumerable:!0}):r,t)),Qe=t=>ge(G({},"__esModule",{value:!0}),t);var ye=V(H=>{"use strict";c();H.byteLength=er;H.toByteArray=tr;H.fromByteArray=or;var _=[],k=[],$e=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,me=Y.length;F<me;++F)_[F]=Y[F],k[Y.charCodeAt(F)]=F;var F,me;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function he(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 er(t){var e=he(t),r=e[0],n=e[1];return(r+n)*3/4-n}function rr(t,e,r){return(e+r)*3/4-r}function tr(t){var e,r=he(t),n=r[0],i=r[1],o=new $e(rr(t,n,i)),a=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)e=k[t.charCodeAt(u)]<<18|k[t.charCodeAt(u+1)]<<12|k[t.charCodeAt(u+2)]<<6|k[t.charCodeAt(u+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=k[t.charCodeAt(u)]<<2|k[t.charCodeAt(u+1)]>>4,o[a++]=e&255),i===1&&(e=k[t.charCodeAt(u)]<<10|k[t.charCodeAt(u+1)]<<4|k[t.charCodeAt(u+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function nr(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function ir(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(nr(n));return i.join("")}function or(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,p=r-n;a<p;a+=o)i.push(ir(t,a,a+o>p?p:a+o));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var xe=V(K=>{c();K.read=function(t,e,r,n,i){var o,a,p=i*8-n-1,u=(1<<p)-1,g=u>>1,f=-7,d=r?i-1:0,A=r?-1:1,T=t[e+d];for(d+=A,o=T&(1<<-f)-1,T>>=-f,f+=p;f>0;o=o*256+t[e+d],d+=A,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+t[e+d],d+=A,f-=8);if(o===0)o=1-g;else{if(o===u)return a?NaN:(T?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-g}return(T?-1:1)*a*Math.pow(2,o-n)};K.write=function(t,e,r,n,i,o){var a,p,u,g=o*8-i-1,f=(1<<g)-1,d=f>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:o-1,U=n?1:-1,qe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(p=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+d>=1?e+=A/u:e+=A*Math.pow(2,1-d),e*u>=2&&(a++,u/=2),a+d>=f?(p=0,a=f):a+d>=1?(p=(e*u-1)*Math.pow(2,i),a=a+d):(p=e*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;t[r+T]=p&255,T+=U,p/=256,i-=8);for(a=a<<i|p,g+=i;g>0;t[r+T]=a&255,T+=U,a/=256,g-=8);t[r+T-U]|=qe*128}});var Ne=V(O=>{"use strict";c();var J=ye(),D=xe(),we=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=s;O.SlowBuffer=ur;O.INSPECT_MAX_BYTES=50;var q=2147483647;O.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 L(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 Te(t,e,r)}s.poolSize=8192;function Te(t,e,r){if(typeof t=="string")return lr(t,e);if(ArrayBuffer.isView(t))return cr(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(R(t,ArrayBuffer)||t&&R(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(R(t,SharedArrayBuffer)||t&&R(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=pr(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 Te(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function ke(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 sr(t,e,r){return ke(t),t<=0?L(t):e!==void 0?typeof r=="string"?L(t).fill(e,r):L(t).fill(e):L(t)}s.alloc=function(t,e,r){return sr(t,e,r)};function ee(t){return ke(t),L(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function lr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ae(t,e)|0,n=L(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function Z(t){for(var e=t.length<0?0:re(t.length)|0,r=L(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function cr(t){if(R(t,Uint8Array)){var e=new Uint8Array(t);return Q(e.buffer,e.byteOffset,e.byteLength)}return Z(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 pr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=L(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)?L(0):Z(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Z(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 ur(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(R(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),R(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(R(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 Ae(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||R(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 Ee(t).length;default:if(i)return n?-1:$(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Ae;function dr(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 Tr(this,e,r);case"utf8":case"utf-8":return Re(this,e,r);case"ascii":return br(this,e,r);case"latin1":case"binary":return vr(this,e,r);case"base64":return xr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kr(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?Re(this,0,e):dr.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=O.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};we&&(s.prototype[we]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(R(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,p=n-r,u=Math.min(a,p),g=this.slice(i,o),f=e.slice(r,n),d=0;d<u;++d)if(g[d]!==f[d]){a=g[d],p=f[d];break}return a<p?-1:p<a?1:0};function _e(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:be(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):be(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function be(t,e,r,n,i){var o=1,a=t.length,p=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,p/=2,r/=2}function u(T,U){return o===1?T[U]:T.readUInt16BE(U*o)}var g;if(i){var f=-1;for(g=r;g<a;g++)if(u(t,g)===u(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===p)return f*o}else f!==-1&&(g-=g-f),f=-1}else for(r+p>a&&(r=a-p),g=r;g>=0;g--){for(var d=!0,A=0;A<p;A++)if(u(t,g+A)!==u(e,A)){d=!1;break}if(d)return g}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return _e(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return _e(this,e,r,n,!1)};function gr(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 p=parseInt(e.substr(a*2,2),16);if(te(p))return a;t[r+a]=p}return a}function fr(t,e,r,n){return z($(e,t.length-r),t,r,n)}function mr(t,e,r,n){return z(Rr(e),t,r,n)}function hr(t,e,r,n){return z(Ee(e),t,r,n)}function yr(t,e,r,n){return z(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 gr(this,e,r,n);case"utf8":case"utf-8":return fr(this,e,r,n);case"ascii":case"latin1":case"binary":return mr(this,e,r,n);case"base64":return hr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yr(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 xr(t,e,r){return e===0&&r===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(e,r))}function Re(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=r){var u,g,f,d;switch(p){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(d=(o&31)<<6|u&63,d>127&&(a=d));break;case 3:u=t[i+1],g=t[i+2],(u&192)===128&&(g&192)===128&&(d=(o&15)<<12|(u&63)<<6|g&63,d>2047&&(d<55296||d>57343)&&(a=d));break;case 4:u=t[i+1],g=t[i+2],f=t[i+3],(u&192)===128&&(g&192)===128&&(f&192)===128&&(d=(o&15)<<18|(u&63)<<12|(g&63)<<6|f&63,d>65535&&d<1114112&&(a=d))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return wr(n)}var ve=4096;function wr(t){var e=t.length;if(e<=ve)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ve));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 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 Tr(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+=Ir[t[o]];return i}function kr(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 b(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||b(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||b(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||b(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||b(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||b(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||b(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||b(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||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||b(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||b(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||b(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||b(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||b(e,4,this.length),D.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||b(e,4,this.length),D.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!1,52,8)};function v(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;v(this,e,r,n,o,0)}var a=1,p=0;for(this[r]=e&255;++p<n&&(a*=256);)this[r+p]=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;v(this,e,r,n,o,0)}var a=n-1,p=1;for(this[r+a]=e&255;--a>=0&&(p*=256);)this[r+a]=e/p&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(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||v(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||v(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||v(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||v(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);v(this,e,r,n,o-1,-o)}var a=0,p=1,u=0;for(this[r]=e&255;++a<n&&(p*=256);)e<0&&u===0&&this[r+a-1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&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);v(this,e,r,n,o-1,-o)}var a=n-1,p=1,u=0;for(this[r+a]=e&255;--a>=0&&(p*=256);)e<0&&u===0&&this[r+a+1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(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||v(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||v(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||v(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||v(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 Se(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 Ie(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,4,34028234663852886e22,-34028234663852886e22),D.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Ie(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Ie(this,e,r,!1,n)};function Le(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,8,17976931348623157e292,-17976931348623157e292),D.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Le(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Le(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 p=s.isBuffer(e)?e:s.from(e,i),u=p.length;if(u===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=p[a%u]}return this};var Ar=/[^+/0-9A-Za-z-_]/g;function _r(t){if(t=t.split("=")[0],t=t.trim().replace(Ar,""),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,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 Rr(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 Ee(t){return J.toByteArray(_r(t))}function z(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 R(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 Ir=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var De=V((Mt,Ue)=>{c();var x=Ue.exports={},S,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"?S=setTimeout:S=ne}catch(t){S=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Fe(t){if(S===setTimeout)return setTimeout(t,0);if((S===ne||!S)&&setTimeout)return S=setTimeout,setTimeout(t,0);try{return S(t,0)}catch(e){try{return S.call(null,t,0)}catch(r){return S.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 E=[],P=!1,B,j=-1;function Er(){!P||!B||(P=!1,B.length?E=B.concat(E):j=-1,E.length&&Ce())}function Ce(){if(!P){var t=Fe(Er);P=!0;for(var e=E.length;e;){for(B=E,E=[];++j<e;)B&&B[j].run();j=-1,e=E.length}B=null,P=!1,Lr(t)}}x.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];E.push(new Be(t,e)),E.length===1&&!P&&Fe(Ce)};function Be(t,e){this.fun=t,this.array=e}Be.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function N(){}x.on=N;x.addListener=N;x.once=N;x.off=N;x.removeListener=N;x.removeAllListeners=N;x.emit=N;x.prependListener=N;x.prependOnceListener=N;x.listeners=function(t){return[]};x.binding=function(t){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(t){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var m,h,Gt,c=Je(()=>{m=fe(Ne()),h=fe(De()),Gt=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 Bt={};Ze(Bt,{ALL_SHARDS_SHARD_ID:()=>bt,AVERAGE_TX_DURATION_MS:()=>xn,BATCH_TRANSACTIONS_ID_SEPARATOR:()=>Ft,CANCELLED:()=>Fr,CANCEL_ACTION_NAME:()=>St,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION:()=>Tn,CANCEL_TRANSACTION_TOAST_ID:()=>st,CHROME_EXTENSION_LINK:()=>Wr,CHROME_METAMASK_EXTENSION_LINK:()=>Hr,CROSS_SHARD_ROUNDS:()=>wn,DAPP_INIT_ROUTE:()=>vt,DECIMALS:()=>mt,DEFAULT_TRANSACTION_STATUS_MESSAGE:()=>Or,DEVNET_CHAIN_ID:()=>oe,DEVNET_EGLD_LABEL:()=>$r,DIGITS:()=>ht,DataTestIdsEnum:()=>Oe,ELLIPSIS:()=>Nt,EMPTY_PPU:()=>at,ERROR_SIGNING:()=>Nr,ERROR_SIGNING_TX:()=>Br,EXTRA_GAS_LIMIT_GUARDED_TX:()=>gt,FIREFOX_ADDON_LINK:()=>Gr,FIREFOX_METAMASK_ADDON_LINK:()=>Vr,GAS_LIMIT:()=>dt,GAS_PER_DATA_BYTE:()=>ut,GAS_PRICE:()=>ft,GAS_PRICE_MODIFIER:()=>pt,GuardianActionsEnum:()=>Pe,LEDGER_CONTRACT_DATA_ENABLED_VALUE:()=>xt,LEDGER_HASH_SIGN_MINIMUM_VERSION:()=>zr,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION:()=>qr,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION:()=>jr,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION:()=>Yr,LEDGER_WITH_USERNAMES_MINIMUM_VERSION:()=>Kr,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION:()=>Xr,LOGIN_ACTION_NAME:()=>Rt,LOGOUT_ACTION_NAME:()=>_t,MAINNET_CHAIN_ID:()=>se,MAINNET_EGLD_LABEL:()=>rt,METACHAIN_SHARD_ID:()=>wt,MISSING_PROVIDER_MESSAGE:()=>Dr,MULTIVERSX_ORIGIN:()=>it,MULTI_TRANSFER_EGLD_TOKEN:()=>Ct,N_A:()=>Lt,PROVIDER_NOT_INITIALIZED:()=>Ur,REFUNDED_GAS:()=>It,SDK_DAPP_VERSION:()=>kt,SECOND_LOGIN_ATTEMPT_ERROR:()=>Pr,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS:()=>Mr,TESTNET_CHAIN_ID:()=>ae,TESTNET_EGLD_LABEL:()=>et,TIMEOUT:()=>ot,TRANSACTIONS_STATUS_DROP_INTERVAL_MS:()=>vn,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS:()=>bn,TRANSACTION_CANCELLED:()=>Cr,VERSION:()=>yt,WALLET_PROVIDER_CALLBACK_PARAM:()=>w.WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED:()=>w.WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL:()=>w.WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET:()=>w.WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL:()=>w.WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET:()=>w.WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL:()=>w.WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET:()=>w.WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION:()=>Tt,ZERO:()=>Et,chainIdByEnvironment:()=>tt,chainIdToEnvironment:()=>nt,fallbackNetworkConfigurations:()=>X,isBrowserWithPopupConfirmation:()=>ct,isSafari:()=>He,ledgerErrorCodes:()=>Jr,mnemonicWords:()=>Zr,version:()=>At});module.exports=Qe(Bt);c();c();var Oe=(l=>(l.accessWalletBtn="accessWalletBtn",l.accessCrossWindowWalletBtn="accessCrossWindowWalletBtn",l.addressTableContainer="addressTableContainer",l.closeButton="closeButton",l.confirmAmount="confirmAmount",l.confirmBtn="confirmBtn",l.confirmData="confirmData",l.confirmFee="confirmFee",l.confirmReceiver="confirmReceiver",l.confirmScCall="confirmScCall",l.confirmScamReport="confirmScamReport",l.confirmUsdValue="confirmUsdValue",l.dappModal="dappModal",l.deleteToastButton="deleteToastButton",l.errorScreen="errorScreen",l.extensionLoginButton="extensionLoginButton",l.iframeLoginButton="iframeLoginButton",l.formatAmountComponent="formatAmountComponent",l.formatAmountDecimals="formatAmountDecimals",l.formatAmountInt="formatAmountInt",l.formatAmountSymbol="formatAmountSymbol",l.ledgerConfirmAddress="ledgerConfirmAddress",l.ledgerConnectBtn="ledgerConnectBtn",l.ledgerLoading="ledgerLoading",l.ledgerLoginButton="ledgerLoginButton",l.nextBtn="nextBtn",l.nftExplorerLink="nftExplorerLink",l.nftFormattedAmount="nftFormattedAmount",l.nftIdentifier="nftIdentifier",l.nftLabel="nftLabel",l.operaLoginButton="operaLoginButton",l.prevBtn="prevBtn",l.receiverLink="receiverLink",l.receiverShard="receiverShard",l.scIcon="scIcon",l.senderLink="senderLink",l.senderShard="senderShard",l.shardFromLink="shardFromLink",l.shardToLink="shardToLink",l.signBtn="signBtn",l.signStepTitle="signStepTitle",l.title="title",l.tokenExplorerLink="tokenExplorerLink",l.tokenFormattedAmount="tokenFormattedAmount",l.transactionAction="transactionAction",l.transactionAge="transactionAge",l.transactionDataDecode="transactionDataDecode",l.transactionDetailsToastBody="transactionDetailsToastBody",l.transactionHash="transactionHash",l.transactionInfoFee="transactionInfoFee",l.transactionInfoValue="transactionInfoValue",l.transactionLink="transactionLink",l.transactionMethod="transactionMethod",l.transactionReceiver="transactionReceiver",l.transactionSender="transactionSender",l.transactionTo="transactionTo",l.transactionToAccount="transactionToAccount",l.transactionToContract="transactionToContract",l.transactionToExplorerLink="transactionToExplorerLink",l.transactionToShard="transactionToShard",l.transactionToastContent="transactionToastContent",l.transactionToastTitle="transactionToastTitle",l.transactionValue="transactionValue",l.transactionValueIcon="transactionValueIcon",l.transactionsTable="transactionsTable",l["trim-text-component"]="trim-text-component",l.xAliasLoginButton="xAliasLoginButton",l))(Oe||{});c();var Nr="error when signing",Fr="cancelled",Cr="Transaction canceled",Br="error signing transaction",Ur="provider not initialized",Dr="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Or="Undefined transaction status",Pr="Action not allowed. User is logged in. Call logout() first",Mr="You cannot sign transactions from a different account";c();var Gr="https://addons.mozilla.org/en-US/firefox/addon/multiversx-defi-wallet",Wr="https://chrome.google.com/webstore/detail/multiversx-defi-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm",Vr="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask",Hr="https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";c();var Pe=(n=>(n.SetGuardian="SetGuardian",n.GuardAccount="GuardAccount",n.UnGuardAccount="UnGuardAccount",n))(Pe||{});c();var qr="1.0.8",zr="1.0.11",jr="1.0.15",Xr="1.0.17",Yr="1.0.22",Kr="1.0.23";c();var Jr={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}};c();var Zr=["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse","access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act","action","actor","actress","actual","adapt","add","addict","address","adjust","admit","adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent","agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert","alien","all","alley","allow","almost","alone","alpha","already","also","alter","always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger","angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique","anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic","area","arena","argue","arm","armed","armor","army","around","arrange","arrest","arrive","arrow","art","artefact","artist","artwork","ask","aspect","assault","asset","assist","assume","asthma","athlete","atom","attack","attend","attitude","attract","auction","audit","august","aunt","author","auto","autumn","average","avocado","avoid","awake","aware","away","awesome","awful","awkward","axis","baby","bachelor","bacon","badge","bag","balance","balcony","ball","bamboo","banana","banner","bar","barely","bargain","barrel","base","basic","basket","battle","beach","bean","beauty","because","become","beef","before","begin","behave","behind","believe","below","belt","bench","benefit","best","betray","better","between","beyond","bicycle","bid","bike","bind","biology","bird","birth","bitter","black","blade","blame","blanket","blast","bleak","bless","blind","blood","blossom","blouse","blue","blur","blush","board","boat","body","boil","bomb","bone","bonus","book","boost","border","boring","borrow","boss","bottom","bounce","box","boy","bracket","brain","brand","brass","brave","bread","breeze","brick","bridge","brief","bright","bring","brisk","broccoli","broken","bronze","broom","brother","brown","brush","bubble","buddy","budget","buffalo","build","bulb","bulk","bullet","bundle","bunker","burden","burger","burst","bus","business","busy","butter","buyer","buzz","cabbage","cabin","cable","cactus","cage","cake","call","calm","camera","camp","can","canal","cancel","candy","cannon","canoe","canvas","canyon","capable","capital","captain","car","carbon","card","cargo","carpet","carry","cart","case","cash","casino","castle","casual","cat","catalog","catch","category","cattle","caught","cause","caution","cave","ceiling","celery","cement","census","century","cereal","certain","chair","chalk","champion","change","chaos","chapter","charge","chase","chat","cheap","check","cheese","chef","cherry","chest","chicken","chief","child","chimney","choice","choose","chronic","chuckle","chunk","churn","cigar","cinnamon","circle","citizen","city","civil","claim","clap","clarify","claw","clay","clean","clerk","clever","click","client","cliff","climb","clinic","clip","clock","clog","close","cloth","cloud","clown","club","clump","cluster","clutch","coach","coast","coconut","code","coffee","coil","coin","collect","color","column","combine","come","comfort","comic","common","company","concert","conduct","confirm","congress","connect","consider","control","convince","cook","cool","copper","copy","coral","core","corn","correct","cost","cotton","couch","country","couple","course","cousin","cover","coyote","crack","cradle","craft","cram","crane","crash","crater","crawl","crazy","cream","credit","creek","crew","cricket","crime","crisp","critic","crop","cross","crouch","crowd","crucial","cruel","cruise","crumble","crunch","crush","cry","crystal","cube","culture","cup","cupboard","curious","current","curtain","curve","cushion","custom","cute","cycle","dad","damage","damp","dance","danger","daring","dash","daughter","dawn","day","deal","debate","debris","decade","december","decide","decline","decorate","decrease","deer","defense","define","defy","degree","delay","deliver","demand","demise","denial","dentist","deny","depart","depend","deposit","depth","deputy","derive","describe","desert","design","desk","despair","destroy","detail","detect","develop","device","devote","diagram","dial","diamond","diary","dice","diesel","diet","differ","digital","dignity","dilemma","dinner","dinosaur","direct","dirt","disagree","discover","disease","dish","dismiss","disorder","display","distance","divert","divide","divorce","dizzy","doctor","document","dog","doll","dolphin","domain","donate","donkey","donor","door","dose","double","dove","draft","dragon","drama","drastic","draw","dream","dress","drift","drill","drink","drip","drive","drop","drum","dry","duck","dumb","dune","during","dust","dutch","duty","dwarf","dynamic","eager","eagle","early","earn","earth","easily","east","easy","echo","ecology","economy","edge","edit","educate","effort","egg","eight","either","elbow","elder","electric","elegant","element","elephant","elevator","elite","else","embark","embody","embrace","emerge","emotion","employ","empower","empty","enable","enact","end","endless","endorse","enemy","energy","enforce","engage","engine","enhance","enjoy","enlist","enough","enrich","enroll","ensure","enter","entire","entry","envelope","episode","equal","equip","era","erase","erode","erosion","error","erupt","escape","essay","essence","estate","eternal","ethics","evidence","evil","evoke","evolve","exact","example","excess","exchange","excite","exclude","excuse","execute","exercise","exhaust","exhibit","exile","exist","exit","exotic","expand","expect","expire","explain","expose","express","extend","extra","eye","eyebrow","fabric","face","faculty","fade","faint","faith","fall","false","fame","family","famous","fan","fancy","fantasy","farm","fashion","fat","fatal","father","fatigue","fault","favorite","feature","february","federal","fee","feed","feel","female","fence","festival","fetch","fever","few","fiber","fiction","field","figure","file","film","filter","final","find","fine","finger","finish","fire","firm","first","fiscal","fish","fit","fitness","fix","flag","flame","flash","flat","flavor","flee","flight","flip","float","flock","floor","flower","fluid","flush","fly","foam","focus","fog","foil","fold","follow","food","foot","force","forest","forget","fork","fortune","forum","forward","fossil","foster","found","fox","fragile","frame","frequent","fresh","friend","fringe","frog","front","frost","frown","frozen","fruit","fuel","fun","funny","furnace","fury","future","gadget","gain","galaxy","gallery","game","gap","garage","garbage","garden","garlic","garment","gas","gasp","gate","gather","gauge","gaze","general","genius","genre","gentle","genuine","gesture","ghost","giant","gift","giggle","ginger","giraffe","girl","give","glad","glance","glare","glass","glide","glimpse","globe","gloom","glory","glove","glow","glue","goat","goddess","gold","good","goose","gorilla","gospel","gossip","govern","gown","grab","grace","grain","grant","grape","grass","gravity","great","green","grid","grief","grit","grocery","group","grow","grunt","guard","guess","guide","guilt","guitar","gun","gym","habit","hair","half","hammer","hamster","hand","happy","harbor","hard","harsh","harvest","hat","have","hawk","hazard","head","health","heart","heavy","hedgehog","height","hello","helmet","help","hen","hero","hidden","high","hill","hint","hip","hire","history","hobby","hockey","hold","hole","holiday","hollow","home","honey","hood","hope","horn","horror","horse","hospital","host","hotel","hour","hover","hub","huge","human","humble","humor","hundred","hungry","hunt","hurdle","hurry","hurt","husband","hybrid","ice","icon","idea","identify","idle","ignore","ill","illegal","illness","image","imitate","immense","immune","impact","impose","improve","impulse","inch","include","income","increase","index","indicate","indoor","industry","infant","inflict","inform","inhale","inherit","initial","inject","injury","inmate","inner","innocent","input","inquiry","insane","insect","inside","inspire","install","intact","interest","into","invest","invite","involve","iron","island","isolate","issue","item","ivory","jacket","jaguar","jar","jazz","jealous","jeans","jelly","jewel","job","join","joke","journey","joy","judge","juice","jump","jungle","junior","junk","just","kangaroo","keen","keep","ketchup","key","kick","kid","kidney","kind","kingdom","kiss","kit","kitchen","kite","kitten","kiwi","knee","knife","knock","know","lab","label","labor","ladder","lady","lake","lamp","language","laptop","large","later","latin","laugh","laundry","lava","law","lawn","lawsuit","layer","lazy","leader","leaf","learn","leave","lecture","left","leg","legal","legend","leisure","lemon","lend","length","lens","leopard","lesson","letter","level","liar","liberty","library","license","life","lift","light","like","limb","limit","link","lion","liquid","list","little","live","lizard","load","loan","lobster","local","lock","logic","lonely","long","loop","lottery","loud","lounge","love","loyal","lucky","luggage","lumber","lunar","lunch","luxury","lyrics","machine","mad","magic","magnet","maid","mail","main","major","make","mammal","man","manage","mandate","mango","mansion","manual","maple","marble","march","margin","marine","market","marriage","mask","mass","master","match","material","math","matrix","matter","maximum","maze","meadow","mean","measure","meat","mechanic","medal","media","melody","melt","member","memory","mention","menu","mercy","merge","merit","merry","mesh","message","metal","method","middle","midnight","milk","million","mimic","mind","minimum","minor","minute","miracle","mirror","misery","miss","mistake","mix","mixed","mixture","mobile","model","modify","mom","moment","monitor","monkey","monster","month","moon","moral","more","morning","mosquito","mother","motion","motor","mountain","mouse","move","movie","much","muffin","mule","multiply","muscle","museum","mushroom","music","must","mutual","myself","mystery","myth","naive","name","napkin","narrow","nasty","nation","nature","near","neck","need","negative","neglect","neither","nephew","nerve","nest","net","network","neutral","never","news","next","nice","night","noble","noise","nominee","noodle","normal","north","nose","notable","note","nothing","notice","novel","now","nuclear","number","nurse","nut","oak","obey","object","oblige","obscure","observe","obtain","obvious","occur","ocean","october","odor","off","offer","office","often","oil","okay","old","olive","olympic","omit","once","one","onion","online","only","open","opera","opinion","oppose","option","orange","orbit","orchard","order","ordinary","organ","orient","original","orphan","ostrich","other","outdoor","outer","output","outside","oval","oven","over","own","owner","oxygen","oyster","ozone","pact","paddle","page","pair","palace","palm","panda","panel","panic","panther","paper","parade","parent","park","parrot","party","pass","patch","path","patient","patrol","pattern","pause","pave","payment","peace","peanut","pear","peasant","pelican","pen","penalty","pencil","people","pepper","perfect","permit","person","pet","phone","photo","phrase","physical","piano","picnic","picture","piece","pig","pigeon","pill","pilot","pink","pioneer","pipe","pistol","pitch","pizza","place","planet","plastic","plate","play","please","pledge","pluck","plug","plunge","poem","poet","point","polar","pole","police","pond","pony","pool","popular","portion","position","possible","post","potato","pottery","poverty","powder","power","practice","praise","predict","prefer","prepare","present","pretty","prevent","price","pride","primary","print","priority","prison","private","prize","problem","process","produce","profit","program","project","promote","proof","property","prosper","protect","proud","provide","public","pudding","pull","pulp","pulse","pumpkin","punch","pupil","puppy","purchase","purity","purpose","purse","push","put","puzzle","pyramid","quality","quantum","quarter","question","quick","quit","quiz","quote","rabbit","raccoon","race","rack","radar","radio","rail","rain","raise","rally","ramp","ranch","random","range","rapid","rare","rate","rather","raven","raw","razor","ready","real","reason","rebel","rebuild","recall","receive","recipe","record","recycle","reduce","reflect","reform","refuse","region","regret","regular","reject","relax","release","relief","rely","remain","remember","remind","remove","render","renew","rent","reopen","repair","repeat","replace","report","require","rescue","resemble","resist","resource","response","result","retire","retreat","return","reunion","reveal","review","reward","rhythm","rib","ribbon","rice","rich","ride","ridge","rifle","right","rigid","ring","riot","ripple","risk","ritual","rival","river","road","roast","robot","robust","rocket","romance","roof","rookie","room","rose","rotate","rough","round","route","royal","rubber","rude","rug","rule","run","runway","rural","sad","saddle","sadness","safe","sail","salad","salmon","salon","salt","salute","same","sample","sand","satisfy","satoshi","sauce","sausage","save","say","scale","scan","scare","scatter","scene","scheme","school","science","scissors","scorpion","scout","scrap","screen","script","scrub","sea","search","season","seat","second","secret","section","security","seed","seek","segment","select","sell","seminar","senior","sense","sentence","series","service","session","settle","setup","seven","shadow","shaft","shallow","share","shed","shell","sheriff","shield","shift","shine","ship","shiver","shock","shoe","shoot","shop","short","shoulder","shove","shrimp","shrug","shuffle","shy","sibling","sick","side","siege","sight","sign","silent","silk","silly","silver","similar","simple","since","sing","siren","sister","situate","six","size","skate","sketch","ski","skill","skin","skirt","skull","slab","slam","sleep","slender","slice","slide","slight","slim","slogan","slot","slow","slush","small","smart","smile","smoke","smooth","snack","snake","snap","sniff","snow","soap","soccer","social","sock","soda","soft","solar","soldier","solid","solution","solve","someone","song","soon","sorry","sort","soul","sound","soup","source","south","space","spare","spatial","spawn","speak","special","speed","spell","spend","sphere","spice","spider","spike","spin","spirit","split","spoil","sponsor","spoon","sport","spot","spray","spread","spring","spy","square","squeeze","squirrel","stable","stadium","staff","stage","stairs","stamp","stand","start","state","stay","steak","steel","stem","step","stereo","stick","still","sting","stock","stomach","stone","stool","story","stove","strategy","street","strike","strong","struggle","student","stuff","stumble","style","subject","submit","subway","success","such","sudden","suffer","sugar","suggest","suit","summer","sun","sunny","sunset","super","supply","supreme","sure","surface","surge","surprise","surround","survey","suspect","sustain","swallow","swamp","swap","swarm","swear","sweet","swift","swim","swing","switch","sword","symbol","symptom","syrup","system","table","tackle","tag","tail","talent","talk","tank","tape","target","task","taste","tattoo","taxi","teach","team","tell","ten","tenant","tennis","tent","term","test","text","thank","that","theme","then","theory","there","they","thing","this","thought","three","thrive","throw","thumb","thunder","ticket","tide","tiger","tilt","timber","time","tiny","tip","tired","tissue","title","toast","tobacco","today","toddler","toe","together","toilet","token","tomato","tomorrow","tone","tongue","tonight","tool","tooth","top","topic","topple","torch","tornado","tortoise","toss","total","tourist","toward","tower","town","toy","track","trade","traffic","tragic","train","transfer","trap","trash","travel","tray","treat","tree","trend","trial","tribe","trick","trigger","trim","trip","trophy","trouble","truck","true","truly","trumpet","trust","truth","try","tube","tuition","tumble","tuna","tunnel","turkey","turn","turtle","twelve","twenty","twice","twin","twist","two","type","typical","ugly","umbrella","unable","unaware","uncle","uncover","under","undo","unfair","unfold","unhappy","uniform","unique","unit","universe","unknown","unlock","until","unusual","unveil","update","upgrade","uphold","upon","upper","upset","urban","urge","usage","use","used","useful","useless","usual","utility","vacant","vacuum","vague","valid","valley","valve","van","vanish","vapor","various","vast","vault","vehicle","velvet","vendor","venture","venue","verb","verify","version","very","vessel","veteran","viable","vibrant","vicious","victory","video","view","village","vintage","violin","virtual","virus","visa","visit","visual","vital","vivid","vocal","voice","void","volcano","volume","vote","voyage","wage","wagon","wait","walk","wall","walnut","want","warfare","warm","warrior","wash","wasp","waste","water","wave","way","wealth","weapon","wear","weasel","weather","web","wedding","weekend","weird","welcome","west","wet","whale","what","wheat","wheel","when","where","whip","whisper","wide","width","wife","wild","will","win","window","wine","wing","wink","winner","winter","wire","wisdom","wise","wish","witness","wolf","woman","wonder","wood","wool","word","work","world","worry","worth","wrap","wreck","wrestle","wrist","write","wrong","yard","year","yellow","you","young","youth","zebra","zero","zone","zoo"];c();c();c();c();c();c();c();var Qr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Me=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Me||{}),Qt=W(W({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),$t=W(W({},M.WindowProviderResponseEnums),Ge);c();c();c();c();c();c();var X={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:oe,egldLabel:$r}=X["devnet"],{chainId:ae,egldLabel:et}=X["testnet"],{chainId:se,egldLabel:rt}=X["mainnet"];var tt={["devnet"]:oe,["testnet"]:ae,["mainnet"]:se},nt={[oe]:"devnet",[ae]:"testnet",[se]:"mainnet"},it="multiversx://",ot=3e3,at=0;c();var st="cancel-transaction-toast",xn=6e3,wn=5,bn=9e4,vn=6e5,Tn=2e4;c();var w=require("@multiversx/sdk-web-wallet-provider");c();c();var le=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var We,Ve,ce=String((Ve=(We=le.safeWindow)==null?void 0:We.navigator)==null?void 0:Ve.userAgent),He=/^((?!chrome|android).)*safari/i.test(ce),lt=/firefox/i.test(ce)&&/windows/i.test(ce),ct=He||lt;var pt=.01,ut=1500,dt=5e4,gt=5e4,ft=1e9,mt=18,ht=4,yt=1,xt=1,wt=4294967295,bt=4294967280,vt="/dapp/init",Tt="signSession",kt="sdk-dapp-version",At="4.3.8",_t="logout",Rt="login",St="cancelSignTx",It="refundedGas",Lt="N/A",Et="0",Nt="...",Ft="-",Ct="EGLD-000000";0&&(module.exports={ALL_SHARDS_SHARD_ID,AVERAGE_TX_DURATION_MS,BATCH_TRANSACTIONS_ID_SEPARATOR,CANCELLED,CANCEL_ACTION_NAME,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION,CANCEL_TRANSACTION_TOAST_ID,CHROME_EXTENSION_LINK,CHROME_METAMASK_EXTENSION_LINK,CROSS_SHARD_ROUNDS,DAPP_INIT_ROUTE,DECIMALS,DEFAULT_TRANSACTION_STATUS_MESSAGE,DEVNET_CHAIN_ID,DEVNET_EGLD_LABEL,DIGITS,DataTestIdsEnum,ELLIPSIS,EMPTY_PPU,ERROR_SIGNING,ERROR_SIGNING_TX,EXTRA_GAS_LIMIT_GUARDED_TX,FIREFOX_ADDON_LINK,FIREFOX_METAMASK_ADDON_LINK,GAS_LIMIT,GAS_PER_DATA_BYTE,GAS_PRICE,GAS_PRICE_MODIFIER,GuardianActionsEnum,LEDGER_CONTRACT_DATA_ENABLED_VALUE,LEDGER_HASH_SIGN_MINIMUM_VERSION,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION,LEDGER_WITH_USERNAMES_MINIMUM_VERSION,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION,LOGIN_ACTION_NAME,LOGOUT_ACTION_NAME,MAINNET_CHAIN_ID,MAINNET_EGLD_LABEL,METACHAIN_SHARD_ID,MISSING_PROVIDER_MESSAGE,MULTIVERSX_ORIGIN,MULTI_TRANSFER_EGLD_TOKEN,N_A,PROVIDER_NOT_INITIALIZED,REFUNDED_GAS,SDK_DAPP_VERSION,SECOND_LOGIN_ATTEMPT_ERROR,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS,TESTNET_CHAIN_ID,TESTNET_EGLD_LABEL,TIMEOUT,TRANSACTIONS_STATUS_DROP_INTERVAL_MS,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS,TRANSACTION_CANCELLED,VERSION,WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION,ZERO,chainIdByEnvironment,chainIdToEnvironment,fallbackNetworkConfigurations,isBrowserWithPopupConfirmation,isSafari,ledgerErrorCodes,mnemonicWords,version});
1
+ "use strict";var ze=Object.create;var G=Object.defineProperty;var je=Object.getOwnPropertyDescriptor;var Xe=Object.getOwnPropertyNames,pe=Object.getOwnPropertySymbols,Ye=Object.getPrototypeOf,de=Object.prototype.hasOwnProperty,Ke=Object.prototype.propertyIsEnumerable;var ue=(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={}))de.call(e,r)&&ue(t,r,e[r]);if(pe)for(var r of pe(e))Ke.call(e,r)&&ue(t,r,e[r]);return t};var Je=(t,e)=>()=>(t&&(e=t(t=0)),e);var V=(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})},ge=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Xe(e))!de.call(t,i)&&i!==r&&G(t,i,{get:()=>e[i],enumerable:!(n=je(e,i))||n.enumerable});return t};var fe=(t,e,r)=>(r=t!=null?ze(Ye(t)):{},ge(e||!t||!t.__esModule?G(r,"default",{value:t,enumerable:!0}):r,t)),Qe=t=>ge(G({},"__esModule",{value:!0}),t);var ye=V(H=>{"use strict";c();H.byteLength=er;H.toByteArray=tr;H.fromByteArray=or;var _=[],k=[],$e=typeof Uint8Array!="undefined"?Uint8Array:Array,Y="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,me=Y.length;F<me;++F)_[F]=Y[F],k[Y.charCodeAt(F)]=F;var F,me;k["-".charCodeAt(0)]=62;k["_".charCodeAt(0)]=63;function he(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 er(t){var e=he(t),r=e[0],n=e[1];return(r+n)*3/4-n}function rr(t,e,r){return(e+r)*3/4-r}function tr(t){var e,r=he(t),n=r[0],i=r[1],o=new $e(rr(t,n,i)),a=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)e=k[t.charCodeAt(u)]<<18|k[t.charCodeAt(u+1)]<<12|k[t.charCodeAt(u+2)]<<6|k[t.charCodeAt(u+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=k[t.charCodeAt(u)]<<2|k[t.charCodeAt(u+1)]>>4,o[a++]=e&255),i===1&&(e=k[t.charCodeAt(u)]<<10|k[t.charCodeAt(u+1)]<<4|k[t.charCodeAt(u+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function nr(t){return _[t>>18&63]+_[t>>12&63]+_[t>>6&63]+_[t&63]}function ir(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(nr(n));return i.join("")}function or(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,p=r-n;a<p;a+=o)i.push(ir(t,a,a+o>p?p:a+o));return n===1?(e=t[r-1],i.push(_[e>>2]+_[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(_[e>>10]+_[e>>4&63]+_[e<<2&63]+"=")),i.join("")}});var xe=V(K=>{c();K.read=function(t,e,r,n,i){var o,a,p=i*8-n-1,u=(1<<p)-1,g=u>>1,f=-7,d=r?i-1:0,A=r?-1:1,T=t[e+d];for(d+=A,o=T&(1<<-f)-1,T>>=-f,f+=p;f>0;o=o*256+t[e+d],d+=A,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+t[e+d],d+=A,f-=8);if(o===0)o=1-g;else{if(o===u)return a?NaN:(T?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-g}return(T?-1:1)*a*Math.pow(2,o-n)};K.write=function(t,e,r,n,i,o){var a,p,u,g=o*8-i-1,f=(1<<g)-1,d=f>>1,A=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=n?0:o-1,U=n?1:-1,qe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(p=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+d>=1?e+=A/u:e+=A*Math.pow(2,1-d),e*u>=2&&(a++,u/=2),a+d>=f?(p=0,a=f):a+d>=1?(p=(e*u-1)*Math.pow(2,i),a=a+d):(p=e*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;t[r+T]=p&255,T+=U,p/=256,i-=8);for(a=a<<i|p,g+=i;g>0;t[r+T]=a&255,T+=U,a/=256,g-=8);t[r+T-U]|=qe*128}});var Ne=V(O=>{"use strict";c();var J=ye(),D=xe(),we=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=s;O.SlowBuffer=ur;O.INSPECT_MAX_BYTES=50;var q=2147483647;O.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 L(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 Te(t,e,r)}s.poolSize=8192;function Te(t,e,r){if(typeof t=="string")return lr(t,e);if(ArrayBuffer.isView(t))return cr(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(R(t,ArrayBuffer)||t&&R(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(R(t,SharedArrayBuffer)||t&&R(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=pr(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 Te(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function ke(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 sr(t,e,r){return ke(t),t<=0?L(t):e!==void 0?typeof r=="string"?L(t).fill(e,r):L(t).fill(e):L(t)}s.alloc=function(t,e,r){return sr(t,e,r)};function ee(t){return ke(t),L(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function lr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Ae(t,e)|0,n=L(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function Z(t){for(var e=t.length<0?0:re(t.length)|0,r=L(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function cr(t){if(R(t,Uint8Array)){var e=new Uint8Array(t);return Q(e.buffer,e.byteOffset,e.byteLength)}return Z(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 pr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=L(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)?L(0):Z(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Z(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 ur(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(R(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),R(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(R(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 Ae(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||R(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 Ee(t).length;default:if(i)return n?-1:$(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Ae;function dr(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 Tr(this,e,r);case"utf8":case"utf-8":return Re(this,e,r);case"ascii":return br(this,e,r);case"latin1":case"binary":return vr(this,e,r);case"base64":return xr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return kr(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?Re(this,0,e):dr.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=O.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};we&&(s.prototype[we]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(R(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,p=n-r,u=Math.min(a,p),g=this.slice(i,o),f=e.slice(r,n),d=0;d<u;++d)if(g[d]!==f[d]){a=g[d],p=f[d];break}return a<p?-1:p<a?1:0};function _e(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:be(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):be(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function be(t,e,r,n,i){var o=1,a=t.length,p=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,p/=2,r/=2}function u(T,U){return o===1?T[U]:T.readUInt16BE(U*o)}var g;if(i){var f=-1;for(g=r;g<a;g++)if(u(t,g)===u(e,f===-1?0:g-f)){if(f===-1&&(f=g),g-f+1===p)return f*o}else f!==-1&&(g-=g-f),f=-1}else for(r+p>a&&(r=a-p),g=r;g>=0;g--){for(var d=!0,A=0;A<p;A++)if(u(t,g+A)!==u(e,A)){d=!1;break}if(d)return g}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return _e(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return _e(this,e,r,n,!1)};function gr(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 p=parseInt(e.substr(a*2,2),16);if(te(p))return a;t[r+a]=p}return a}function fr(t,e,r,n){return z($(e,t.length-r),t,r,n)}function mr(t,e,r,n){return z(Rr(e),t,r,n)}function hr(t,e,r,n){return z(Ee(e),t,r,n)}function yr(t,e,r,n){return z(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 gr(this,e,r,n);case"utf8":case"utf-8":return fr(this,e,r,n);case"ascii":case"latin1":case"binary":return mr(this,e,r,n);case"base64":return hr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yr(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 xr(t,e,r){return e===0&&r===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(e,r))}function Re(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=r){var u,g,f,d;switch(p){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(d=(o&31)<<6|u&63,d>127&&(a=d));break;case 3:u=t[i+1],g=t[i+2],(u&192)===128&&(g&192)===128&&(d=(o&15)<<12|(u&63)<<6|g&63,d>2047&&(d<55296||d>57343)&&(a=d));break;case 4:u=t[i+1],g=t[i+2],f=t[i+3],(u&192)===128&&(g&192)===128&&(f&192)===128&&(d=(o&15)<<18|(u&63)<<12|(g&63)<<6|f&63,d>65535&&d<1114112&&(a=d))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return wr(n)}var ve=4096;function wr(t){var e=t.length;if(e<=ve)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ve));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 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 Tr(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+=Ir[t[o]];return i}function kr(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 b(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||b(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||b(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||b(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||b(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||b(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||b(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||b(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||b(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||b(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||b(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||b(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||b(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||b(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||b(e,4,this.length),D.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||b(e,4,this.length),D.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||b(e,8,this.length),D.read(this,e,!1,52,8)};function v(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;v(this,e,r,n,o,0)}var a=1,p=0;for(this[r]=e&255;++p<n&&(a*=256);)this[r+p]=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;v(this,e,r,n,o,0)}var a=n-1,p=1;for(this[r+a]=e&255;--a>=0&&(p*=256);)this[r+a]=e/p&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(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||v(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||v(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||v(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||v(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);v(this,e,r,n,o-1,-o)}var a=0,p=1,u=0;for(this[r]=e&255;++a<n&&(p*=256);)e<0&&u===0&&this[r+a-1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&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);v(this,e,r,n,o-1,-o)}var a=n-1,p=1,u=0;for(this[r+a]=e&255;--a>=0&&(p*=256);)e<0&&u===0&&this[r+a+1]!==0&&(u=1),this[r+a]=(e/p>>0)-u&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||v(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||v(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||v(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||v(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||v(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 Se(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 Ie(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,4,34028234663852886e22,-34028234663852886e22),D.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Ie(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Ie(this,e,r,!1,n)};function Le(t,e,r,n,i){return e=+e,r=r>>>0,i||Se(t,e,r,8,17976931348623157e292,-17976931348623157e292),D.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Le(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Le(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 p=s.isBuffer(e)?e:s.from(e,i),u=p.length;if(u===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=p[a%u]}return this};var Ar=/[^+/0-9A-Za-z-_]/g;function _r(t){if(t=t.split("=")[0],t=t.trim().replace(Ar,""),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,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 Rr(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 Ee(t){return J.toByteArray(_r(t))}function z(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 R(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 Ir=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var De=V((Mt,Ue)=>{c();var x=Ue.exports={},S,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"?S=setTimeout:S=ne}catch(t){S=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Fe(t){if(S===setTimeout)return setTimeout(t,0);if((S===ne||!S)&&setTimeout)return S=setTimeout,setTimeout(t,0);try{return S(t,0)}catch(e){try{return S.call(null,t,0)}catch(r){return S.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 E=[],P=!1,B,j=-1;function Er(){!P||!B||(P=!1,B.length?E=B.concat(E):j=-1,E.length&&Ce())}function Ce(){if(!P){var t=Fe(Er);P=!0;for(var e=E.length;e;){for(B=E,E=[];++j<e;)B&&B[j].run();j=-1,e=E.length}B=null,P=!1,Lr(t)}}x.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];E.push(new Be(t,e)),E.length===1&&!P&&Fe(Ce)};function Be(t,e){this.fun=t,this.array=e}Be.prototype.run=function(){this.fun.apply(null,this.array)};x.title="browser";x.browser=!0;x.env={};x.argv=[];x.version="";x.versions={};function N(){}x.on=N;x.addListener=N;x.once=N;x.off=N;x.removeListener=N;x.removeAllListeners=N;x.emit=N;x.prependListener=N;x.prependOnceListener=N;x.listeners=function(t){return[]};x.binding=function(t){throw new Error("process.binding is not supported")};x.cwd=function(){return"/"};x.chdir=function(t){throw new Error("process.chdir is not supported")};x.umask=function(){return 0}});var m,h,Gt,c=Je(()=>{m=fe(Ne()),h=fe(De()),Gt=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 Bt={};Ze(Bt,{ALL_SHARDS_SHARD_ID:()=>bt,AVERAGE_TX_DURATION_MS:()=>xn,BATCH_TRANSACTIONS_ID_SEPARATOR:()=>Ft,CANCELLED:()=>Fr,CANCEL_ACTION_NAME:()=>St,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION:()=>Tn,CANCEL_TRANSACTION_TOAST_ID:()=>st,CHROME_EXTENSION_LINK:()=>Wr,CHROME_METAMASK_EXTENSION_LINK:()=>Hr,CROSS_SHARD_ROUNDS:()=>wn,DAPP_INIT_ROUTE:()=>vt,DECIMALS:()=>mt,DEFAULT_TRANSACTION_STATUS_MESSAGE:()=>Or,DEVNET_CHAIN_ID:()=>oe,DEVNET_EGLD_LABEL:()=>$r,DIGITS:()=>ht,DataTestIdsEnum:()=>Oe,ELLIPSIS:()=>Nt,EMPTY_PPU:()=>at,ERROR_SIGNING:()=>Nr,ERROR_SIGNING_TX:()=>Br,EXTRA_GAS_LIMIT_GUARDED_TX:()=>gt,FIREFOX_ADDON_LINK:()=>Gr,FIREFOX_METAMASK_ADDON_LINK:()=>Vr,GAS_LIMIT:()=>dt,GAS_PER_DATA_BYTE:()=>ut,GAS_PRICE:()=>ft,GAS_PRICE_MODIFIER:()=>pt,GuardianActionsEnum:()=>Pe,LEDGER_CONTRACT_DATA_ENABLED_VALUE:()=>xt,LEDGER_HASH_SIGN_MINIMUM_VERSION:()=>zr,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION:()=>qr,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION:()=>jr,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION:()=>Yr,LEDGER_WITH_USERNAMES_MINIMUM_VERSION:()=>Kr,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION:()=>Xr,LOGIN_ACTION_NAME:()=>Rt,LOGOUT_ACTION_NAME:()=>_t,MAINNET_CHAIN_ID:()=>se,MAINNET_EGLD_LABEL:()=>rt,METACHAIN_SHARD_ID:()=>wt,MISSING_PROVIDER_MESSAGE:()=>Dr,MULTIVERSX_ORIGIN:()=>it,MULTI_TRANSFER_EGLD_TOKEN:()=>Ct,N_A:()=>Lt,PROVIDER_NOT_INITIALIZED:()=>Ur,REFUNDED_GAS:()=>It,SDK_DAPP_VERSION:()=>kt,SECOND_LOGIN_ATTEMPT_ERROR:()=>Pr,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS:()=>Mr,TESTNET_CHAIN_ID:()=>ae,TESTNET_EGLD_LABEL:()=>et,TIMEOUT:()=>ot,TRANSACTIONS_STATUS_DROP_INTERVAL_MS:()=>vn,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS:()=>bn,TRANSACTION_CANCELLED:()=>Cr,VERSION:()=>yt,WALLET_PROVIDER_CALLBACK_PARAM:()=>w.WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED:()=>w.WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL:()=>w.WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET:()=>w.WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL:()=>w.WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET:()=>w.WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL:()=>w.WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL:()=>w.WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET:()=>w.WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION:()=>Tt,ZERO:()=>Et,chainIdByEnvironment:()=>tt,chainIdToEnvironment:()=>nt,fallbackNetworkConfigurations:()=>X,isBrowserWithPopupConfirmation:()=>ct,isSafari:()=>He,ledgerErrorCodes:()=>Jr,mnemonicWords:()=>Zr,version:()=>At});module.exports=Qe(Bt);c();c();var Oe=(l=>(l.accessWalletBtn="accessWalletBtn",l.accessCrossWindowWalletBtn="accessCrossWindowWalletBtn",l.addressTableContainer="addressTableContainer",l.closeButton="closeButton",l.confirmAmount="confirmAmount",l.confirmBtn="confirmBtn",l.confirmData="confirmData",l.confirmFee="confirmFee",l.confirmReceiver="confirmReceiver",l.confirmScCall="confirmScCall",l.confirmScamReport="confirmScamReport",l.confirmUsdValue="confirmUsdValue",l.dappModal="dappModal",l.deleteToastButton="deleteToastButton",l.errorScreen="errorScreen",l.extensionLoginButton="extensionLoginButton",l.iframeLoginButton="iframeLoginButton",l.formatAmountComponent="formatAmountComponent",l.formatAmountDecimals="formatAmountDecimals",l.formatAmountInt="formatAmountInt",l.formatAmountSymbol="formatAmountSymbol",l.ledgerConfirmAddress="ledgerConfirmAddress",l.ledgerConnectBtn="ledgerConnectBtn",l.ledgerLoading="ledgerLoading",l.ledgerLoginButton="ledgerLoginButton",l.nextBtn="nextBtn",l.nftExplorerLink="nftExplorerLink",l.nftFormattedAmount="nftFormattedAmount",l.nftIdentifier="nftIdentifier",l.nftLabel="nftLabel",l.operaLoginButton="operaLoginButton",l.prevBtn="prevBtn",l.receiverLink="receiverLink",l.receiverShard="receiverShard",l.scIcon="scIcon",l.senderLink="senderLink",l.senderShard="senderShard",l.shardFromLink="shardFromLink",l.shardToLink="shardToLink",l.signBtn="signBtn",l.signStepTitle="signStepTitle",l.title="title",l.tokenExplorerLink="tokenExplorerLink",l.tokenFormattedAmount="tokenFormattedAmount",l.transactionAction="transactionAction",l.transactionAge="transactionAge",l.transactionDataDecode="transactionDataDecode",l.transactionDetailsToastBody="transactionDetailsToastBody",l.transactionHash="transactionHash",l.transactionInfoFee="transactionInfoFee",l.transactionInfoValue="transactionInfoValue",l.transactionLink="transactionLink",l.transactionMethod="transactionMethod",l.transactionReceiver="transactionReceiver",l.transactionSender="transactionSender",l.transactionTo="transactionTo",l.transactionToAccount="transactionToAccount",l.transactionToContract="transactionToContract",l.transactionToExplorerLink="transactionToExplorerLink",l.transactionToShard="transactionToShard",l.transactionToastContent="transactionToastContent",l.transactionToastTitle="transactionToastTitle",l.transactionValue="transactionValue",l.transactionValueIcon="transactionValueIcon",l.transactionsTable="transactionsTable",l["trim-text-component"]="trim-text-component",l.xAliasLoginButton="xAliasLoginButton",l))(Oe||{});c();var Nr="error when signing",Fr="cancelled",Cr="Transaction canceled",Br="error signing transaction",Ur="provider not initialized",Dr="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",Or="Undefined transaction status",Pr="Action not allowed. User is logged in. Call logout() first",Mr="You cannot sign transactions from a different account";c();var Gr="https://addons.mozilla.org/en-US/firefox/addon/multiversx-defi-wallet",Wr="https://chrome.google.com/webstore/detail/multiversx-defi-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm",Vr="https://addons.mozilla.org/en-US/firefox/addon/ether-metamask",Hr="https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en";c();var Pe=(n=>(n.SetGuardian="SetGuardian",n.GuardAccount="GuardAccount",n.UnGuardAccount="UnGuardAccount",n))(Pe||{});c();var qr="1.0.8",zr="1.0.11",jr="1.0.15",Xr="1.0.17",Yr="1.0.22",Kr="1.0.23";c();var Jr={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}};c();var Zr=["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse","access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act","action","actor","actress","actual","adapt","add","addict","address","adjust","admit","adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent","agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert","alien","all","alley","allow","almost","alone","alpha","already","also","alter","always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger","angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique","anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic","area","arena","argue","arm","armed","armor","army","around","arrange","arrest","arrive","arrow","art","artefact","artist","artwork","ask","aspect","assault","asset","assist","assume","asthma","athlete","atom","attack","attend","attitude","attract","auction","audit","august","aunt","author","auto","autumn","average","avocado","avoid","awake","aware","away","awesome","awful","awkward","axis","baby","bachelor","bacon","badge","bag","balance","balcony","ball","bamboo","banana","banner","bar","barely","bargain","barrel","base","basic","basket","battle","beach","bean","beauty","because","become","beef","before","begin","behave","behind","believe","below","belt","bench","benefit","best","betray","better","between","beyond","bicycle","bid","bike","bind","biology","bird","birth","bitter","black","blade","blame","blanket","blast","bleak","bless","blind","blood","blossom","blouse","blue","blur","blush","board","boat","body","boil","bomb","bone","bonus","book","boost","border","boring","borrow","boss","bottom","bounce","box","boy","bracket","brain","brand","brass","brave","bread","breeze","brick","bridge","brief","bright","bring","brisk","broccoli","broken","bronze","broom","brother","brown","brush","bubble","buddy","budget","buffalo","build","bulb","bulk","bullet","bundle","bunker","burden","burger","burst","bus","business","busy","butter","buyer","buzz","cabbage","cabin","cable","cactus","cage","cake","call","calm","camera","camp","can","canal","cancel","candy","cannon","canoe","canvas","canyon","capable","capital","captain","car","carbon","card","cargo","carpet","carry","cart","case","cash","casino","castle","casual","cat","catalog","catch","category","cattle","caught","cause","caution","cave","ceiling","celery","cement","census","century","cereal","certain","chair","chalk","champion","change","chaos","chapter","charge","chase","chat","cheap","check","cheese","chef","cherry","chest","chicken","chief","child","chimney","choice","choose","chronic","chuckle","chunk","churn","cigar","cinnamon","circle","citizen","city","civil","claim","clap","clarify","claw","clay","clean","clerk","clever","click","client","cliff","climb","clinic","clip","clock","clog","close","cloth","cloud","clown","club","clump","cluster","clutch","coach","coast","coconut","code","coffee","coil","coin","collect","color","column","combine","come","comfort","comic","common","company","concert","conduct","confirm","congress","connect","consider","control","convince","cook","cool","copper","copy","coral","core","corn","correct","cost","cotton","couch","country","couple","course","cousin","cover","coyote","crack","cradle","craft","cram","crane","crash","crater","crawl","crazy","cream","credit","creek","crew","cricket","crime","crisp","critic","crop","cross","crouch","crowd","crucial","cruel","cruise","crumble","crunch","crush","cry","crystal","cube","culture","cup","cupboard","curious","current","curtain","curve","cushion","custom","cute","cycle","dad","damage","damp","dance","danger","daring","dash","daughter","dawn","day","deal","debate","debris","decade","december","decide","decline","decorate","decrease","deer","defense","define","defy","degree","delay","deliver","demand","demise","denial","dentist","deny","depart","depend","deposit","depth","deputy","derive","describe","desert","design","desk","despair","destroy","detail","detect","develop","device","devote","diagram","dial","diamond","diary","dice","diesel","diet","differ","digital","dignity","dilemma","dinner","dinosaur","direct","dirt","disagree","discover","disease","dish","dismiss","disorder","display","distance","divert","divide","divorce","dizzy","doctor","document","dog","doll","dolphin","domain","donate","donkey","donor","door","dose","double","dove","draft","dragon","drama","drastic","draw","dream","dress","drift","drill","drink","drip","drive","drop","drum","dry","duck","dumb","dune","during","dust","dutch","duty","dwarf","dynamic","eager","eagle","early","earn","earth","easily","east","easy","echo","ecology","economy","edge","edit","educate","effort","egg","eight","either","elbow","elder","electric","elegant","element","elephant","elevator","elite","else","embark","embody","embrace","emerge","emotion","employ","empower","empty","enable","enact","end","endless","endorse","enemy","energy","enforce","engage","engine","enhance","enjoy","enlist","enough","enrich","enroll","ensure","enter","entire","entry","envelope","episode","equal","equip","era","erase","erode","erosion","error","erupt","escape","essay","essence","estate","eternal","ethics","evidence","evil","evoke","evolve","exact","example","excess","exchange","excite","exclude","excuse","execute","exercise","exhaust","exhibit","exile","exist","exit","exotic","expand","expect","expire","explain","expose","express","extend","extra","eye","eyebrow","fabric","face","faculty","fade","faint","faith","fall","false","fame","family","famous","fan","fancy","fantasy","farm","fashion","fat","fatal","father","fatigue","fault","favorite","feature","february","federal","fee","feed","feel","female","fence","festival","fetch","fever","few","fiber","fiction","field","figure","file","film","filter","final","find","fine","finger","finish","fire","firm","first","fiscal","fish","fit","fitness","fix","flag","flame","flash","flat","flavor","flee","flight","flip","float","flock","floor","flower","fluid","flush","fly","foam","focus","fog","foil","fold","follow","food","foot","force","forest","forget","fork","fortune","forum","forward","fossil","foster","found","fox","fragile","frame","frequent","fresh","friend","fringe","frog","front","frost","frown","frozen","fruit","fuel","fun","funny","furnace","fury","future","gadget","gain","galaxy","gallery","game","gap","garage","garbage","garden","garlic","garment","gas","gasp","gate","gather","gauge","gaze","general","genius","genre","gentle","genuine","gesture","ghost","giant","gift","giggle","ginger","giraffe","girl","give","glad","glance","glare","glass","glide","glimpse","globe","gloom","glory","glove","glow","glue","goat","goddess","gold","good","goose","gorilla","gospel","gossip","govern","gown","grab","grace","grain","grant","grape","grass","gravity","great","green","grid","grief","grit","grocery","group","grow","grunt","guard","guess","guide","guilt","guitar","gun","gym","habit","hair","half","hammer","hamster","hand","happy","harbor","hard","harsh","harvest","hat","have","hawk","hazard","head","health","heart","heavy","hedgehog","height","hello","helmet","help","hen","hero","hidden","high","hill","hint","hip","hire","history","hobby","hockey","hold","hole","holiday","hollow","home","honey","hood","hope","horn","horror","horse","hospital","host","hotel","hour","hover","hub","huge","human","humble","humor","hundred","hungry","hunt","hurdle","hurry","hurt","husband","hybrid","ice","icon","idea","identify","idle","ignore","ill","illegal","illness","image","imitate","immense","immune","impact","impose","improve","impulse","inch","include","income","increase","index","indicate","indoor","industry","infant","inflict","inform","inhale","inherit","initial","inject","injury","inmate","inner","innocent","input","inquiry","insane","insect","inside","inspire","install","intact","interest","into","invest","invite","involve","iron","island","isolate","issue","item","ivory","jacket","jaguar","jar","jazz","jealous","jeans","jelly","jewel","job","join","joke","journey","joy","judge","juice","jump","jungle","junior","junk","just","kangaroo","keen","keep","ketchup","key","kick","kid","kidney","kind","kingdom","kiss","kit","kitchen","kite","kitten","kiwi","knee","knife","knock","know","lab","label","labor","ladder","lady","lake","lamp","language","laptop","large","later","latin","laugh","laundry","lava","law","lawn","lawsuit","layer","lazy","leader","leaf","learn","leave","lecture","left","leg","legal","legend","leisure","lemon","lend","length","lens","leopard","lesson","letter","level","liar","liberty","library","license","life","lift","light","like","limb","limit","link","lion","liquid","list","little","live","lizard","load","loan","lobster","local","lock","logic","lonely","long","loop","lottery","loud","lounge","love","loyal","lucky","luggage","lumber","lunar","lunch","luxury","lyrics","machine","mad","magic","magnet","maid","mail","main","major","make","mammal","man","manage","mandate","mango","mansion","manual","maple","marble","march","margin","marine","market","marriage","mask","mass","master","match","material","math","matrix","matter","maximum","maze","meadow","mean","measure","meat","mechanic","medal","media","melody","melt","member","memory","mention","menu","mercy","merge","merit","merry","mesh","message","metal","method","middle","midnight","milk","million","mimic","mind","minimum","minor","minute","miracle","mirror","misery","miss","mistake","mix","mixed","mixture","mobile","model","modify","mom","moment","monitor","monkey","monster","month","moon","moral","more","morning","mosquito","mother","motion","motor","mountain","mouse","move","movie","much","muffin","mule","multiply","muscle","museum","mushroom","music","must","mutual","myself","mystery","myth","naive","name","napkin","narrow","nasty","nation","nature","near","neck","need","negative","neglect","neither","nephew","nerve","nest","net","network","neutral","never","news","next","nice","night","noble","noise","nominee","noodle","normal","north","nose","notable","note","nothing","notice","novel","now","nuclear","number","nurse","nut","oak","obey","object","oblige","obscure","observe","obtain","obvious","occur","ocean","october","odor","off","offer","office","often","oil","okay","old","olive","olympic","omit","once","one","onion","online","only","open","opera","opinion","oppose","option","orange","orbit","orchard","order","ordinary","organ","orient","original","orphan","ostrich","other","outdoor","outer","output","outside","oval","oven","over","own","owner","oxygen","oyster","ozone","pact","paddle","page","pair","palace","palm","panda","panel","panic","panther","paper","parade","parent","park","parrot","party","pass","patch","path","patient","patrol","pattern","pause","pave","payment","peace","peanut","pear","peasant","pelican","pen","penalty","pencil","people","pepper","perfect","permit","person","pet","phone","photo","phrase","physical","piano","picnic","picture","piece","pig","pigeon","pill","pilot","pink","pioneer","pipe","pistol","pitch","pizza","place","planet","plastic","plate","play","please","pledge","pluck","plug","plunge","poem","poet","point","polar","pole","police","pond","pony","pool","popular","portion","position","possible","post","potato","pottery","poverty","powder","power","practice","praise","predict","prefer","prepare","present","pretty","prevent","price","pride","primary","print","priority","prison","private","prize","problem","process","produce","profit","program","project","promote","proof","property","prosper","protect","proud","provide","public","pudding","pull","pulp","pulse","pumpkin","punch","pupil","puppy","purchase","purity","purpose","purse","push","put","puzzle","pyramid","quality","quantum","quarter","question","quick","quit","quiz","quote","rabbit","raccoon","race","rack","radar","radio","rail","rain","raise","rally","ramp","ranch","random","range","rapid","rare","rate","rather","raven","raw","razor","ready","real","reason","rebel","rebuild","recall","receive","recipe","record","recycle","reduce","reflect","reform","refuse","region","regret","regular","reject","relax","release","relief","rely","remain","remember","remind","remove","render","renew","rent","reopen","repair","repeat","replace","report","require","rescue","resemble","resist","resource","response","result","retire","retreat","return","reunion","reveal","review","reward","rhythm","rib","ribbon","rice","rich","ride","ridge","rifle","right","rigid","ring","riot","ripple","risk","ritual","rival","river","road","roast","robot","robust","rocket","romance","roof","rookie","room","rose","rotate","rough","round","route","royal","rubber","rude","rug","rule","run","runway","rural","sad","saddle","sadness","safe","sail","salad","salmon","salon","salt","salute","same","sample","sand","satisfy","satoshi","sauce","sausage","save","say","scale","scan","scare","scatter","scene","scheme","school","science","scissors","scorpion","scout","scrap","screen","script","scrub","sea","search","season","seat","second","secret","section","security","seed","seek","segment","select","sell","seminar","senior","sense","sentence","series","service","session","settle","setup","seven","shadow","shaft","shallow","share","shed","shell","sheriff","shield","shift","shine","ship","shiver","shock","shoe","shoot","shop","short","shoulder","shove","shrimp","shrug","shuffle","shy","sibling","sick","side","siege","sight","sign","silent","silk","silly","silver","similar","simple","since","sing","siren","sister","situate","six","size","skate","sketch","ski","skill","skin","skirt","skull","slab","slam","sleep","slender","slice","slide","slight","slim","slogan","slot","slow","slush","small","smart","smile","smoke","smooth","snack","snake","snap","sniff","snow","soap","soccer","social","sock","soda","soft","solar","soldier","solid","solution","solve","someone","song","soon","sorry","sort","soul","sound","soup","source","south","space","spare","spatial","spawn","speak","special","speed","spell","spend","sphere","spice","spider","spike","spin","spirit","split","spoil","sponsor","spoon","sport","spot","spray","spread","spring","spy","square","squeeze","squirrel","stable","stadium","staff","stage","stairs","stamp","stand","start","state","stay","steak","steel","stem","step","stereo","stick","still","sting","stock","stomach","stone","stool","story","stove","strategy","street","strike","strong","struggle","student","stuff","stumble","style","subject","submit","subway","success","such","sudden","suffer","sugar","suggest","suit","summer","sun","sunny","sunset","super","supply","supreme","sure","surface","surge","surprise","surround","survey","suspect","sustain","swallow","swamp","swap","swarm","swear","sweet","swift","swim","swing","switch","sword","symbol","symptom","syrup","system","table","tackle","tag","tail","talent","talk","tank","tape","target","task","taste","tattoo","taxi","teach","team","tell","ten","tenant","tennis","tent","term","test","text","thank","that","theme","then","theory","there","they","thing","this","thought","three","thrive","throw","thumb","thunder","ticket","tide","tiger","tilt","timber","time","tiny","tip","tired","tissue","title","toast","tobacco","today","toddler","toe","together","toilet","token","tomato","tomorrow","tone","tongue","tonight","tool","tooth","top","topic","topple","torch","tornado","tortoise","toss","total","tourist","toward","tower","town","toy","track","trade","traffic","tragic","train","transfer","trap","trash","travel","tray","treat","tree","trend","trial","tribe","trick","trigger","trim","trip","trophy","trouble","truck","true","truly","trumpet","trust","truth","try","tube","tuition","tumble","tuna","tunnel","turkey","turn","turtle","twelve","twenty","twice","twin","twist","two","type","typical","ugly","umbrella","unable","unaware","uncle","uncover","under","undo","unfair","unfold","unhappy","uniform","unique","unit","universe","unknown","unlock","until","unusual","unveil","update","upgrade","uphold","upon","upper","upset","urban","urge","usage","use","used","useful","useless","usual","utility","vacant","vacuum","vague","valid","valley","valve","van","vanish","vapor","various","vast","vault","vehicle","velvet","vendor","venture","venue","verb","verify","version","very","vessel","veteran","viable","vibrant","vicious","victory","video","view","village","vintage","violin","virtual","virus","visa","visit","visual","vital","vivid","vocal","voice","void","volcano","volume","vote","voyage","wage","wagon","wait","walk","wall","walnut","want","warfare","warm","warrior","wash","wasp","waste","water","wave","way","wealth","weapon","wear","weasel","weather","web","wedding","weekend","weird","welcome","west","wet","whale","what","wheat","wheel","when","where","whip","whisper","wide","width","wife","wild","will","win","window","wine","wing","wink","winner","winter","wire","wisdom","wise","wish","witness","wolf","woman","wonder","wood","wool","word","work","world","worry","worth","wrap","wreck","wrestle","wrist","write","wrong","yard","year","yellow","you","young","youth","zebra","zero","zone","zoo"];c();c();c();c();c();c();c();var Qr=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Me=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Me||{}),Qt=W(W({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),$t=W(W({},M.WindowProviderResponseEnums),Ge);c();c();c();c();c();c();var X={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:oe,egldLabel:$r}=X["devnet"],{chainId:ae,egldLabel:et}=X["testnet"],{chainId:se,egldLabel:rt}=X["mainnet"];var tt={["devnet"]:oe,["testnet"]:ae,["mainnet"]:se},nt={[oe]:"devnet",[ae]:"testnet",[se]:"mainnet"},it="multiversx://",ot=3e3,at=0;c();var st="cancel-transaction-toast",xn=6e3,wn=5,bn=9e4,vn=6e5,Tn=2e4;c();var w=require("@multiversx/sdk-web-wallet-provider");c();c();var le=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var We,Ve,ce=String((Ve=(We=le.safeWindow)==null?void 0:We.navigator)==null?void 0:Ve.userAgent),He=/^((?!chrome|android).)*safari/i.test(ce),lt=/firefox/i.test(ce)&&/windows/i.test(ce),ct=He||lt;var pt=.01,ut=1500,dt=5e4,gt=5e4,ft=1e9,mt=18,ht=4,yt=1,xt=1,wt=4294967295,bt=4294967280,vt="/dapp/init",Tt="signSession",kt="sdk-dapp-version",At="4.3.9",_t="logout",Rt="login",St="cancelSignTx",It="refundedGas",Lt="N/A",Et="0",Nt="...",Ft="-",Ct="EGLD-000000";0&&(module.exports={ALL_SHARDS_SHARD_ID,AVERAGE_TX_DURATION_MS,BATCH_TRANSACTIONS_ID_SEPARATOR,CANCELLED,CANCEL_ACTION_NAME,CANCEL_TRANSACTION_TOAST_DEFAULT_DURATION,CANCEL_TRANSACTION_TOAST_ID,CHROME_EXTENSION_LINK,CHROME_METAMASK_EXTENSION_LINK,CROSS_SHARD_ROUNDS,DAPP_INIT_ROUTE,DECIMALS,DEFAULT_TRANSACTION_STATUS_MESSAGE,DEVNET_CHAIN_ID,DEVNET_EGLD_LABEL,DIGITS,DataTestIdsEnum,ELLIPSIS,EMPTY_PPU,ERROR_SIGNING,ERROR_SIGNING_TX,EXTRA_GAS_LIMIT_GUARDED_TX,FIREFOX_ADDON_LINK,FIREFOX_METAMASK_ADDON_LINK,GAS_LIMIT,GAS_PER_DATA_BYTE,GAS_PRICE,GAS_PRICE_MODIFIER,GuardianActionsEnum,LEDGER_CONTRACT_DATA_ENABLED_VALUE,LEDGER_HASH_SIGN_MINIMUM_VERSION,LEDGER_MULTI_ACCOUNT_MINIMUM_VERSION,LEDGER_SIGN_AUTH_TOKEN_MINIMUM_VERSION,LEDGER_WITH_GUARDIANS_MINIMUM_VERSION,LEDGER_WITH_USERNAMES_MINIMUM_VERSION,LEDGER_WITH_WHITELISTED_TOKENS_MINIMUM_VERSION,LOGIN_ACTION_NAME,LOGOUT_ACTION_NAME,MAINNET_CHAIN_ID,MAINNET_EGLD_LABEL,METACHAIN_SHARD_ID,MISSING_PROVIDER_MESSAGE,MULTIVERSX_ORIGIN,MULTI_TRANSFER_EGLD_TOKEN,N_A,PROVIDER_NOT_INITIALIZED,REFUNDED_GAS,SDK_DAPP_VERSION,SECOND_LOGIN_ATTEMPT_ERROR,SENDER_DIFFERENT_THAN_LOGGED_IN_ADDRESS,TESTNET_CHAIN_ID,TESTNET_EGLD_LABEL,TIMEOUT,TRANSACTIONS_STATUS_DROP_INTERVAL_MS,TRANSACTIONS_STATUS_POLLING_INTERVAL_MS,TRANSACTION_CANCELLED,VERSION,WALLET_PROVIDER_CALLBACK_PARAM,WALLET_PROVIDER_CALLBACK_PARAM_TX_SIGNED,WALLET_PROVIDER_CONNECT_URL,WALLET_PROVIDER_DEVNET,WALLET_PROVIDER_DISCONNECT_URL,WALLET_PROVIDER_MAINNET,WALLET_PROVIDER_SEND_TRANSACTION_URL,WALLET_PROVIDER_SIGN_MESSAGE_URL,WALLET_PROVIDER_SIGN_TRANSACTION_URL,WALLET_PROVIDER_TESTNET,WALLET_SIGN_SESSION,ZERO,chainIdByEnvironment,chainIdToEnvironment,fallbackNetworkConfigurations,isBrowserWithPopupConfirmation,isSafari,ledgerErrorCodes,mnemonicWords,version});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *