@multiversx/sdk-dapp 4.3.7 → 4.3.8

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 (986) 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-EE4OGYTX.js → chunk-22LCFRAO.js} +2 -2
  258. package/__chunks__/{chunk-CHJGKW2E.js → chunk-22Y4B5C3.js} +2 -2
  259. package/__chunks__/{chunk-STMFYDBE.js → chunk-23RUUZVV.js} +2 -2
  260. package/__chunks__/{chunk-U2XBKHBY.js → chunk-27PR5AI3.js} +2 -2
  261. package/__chunks__/{chunk-RJWUECPV.js → chunk-27SDDTEP.js} +2 -2
  262. package/__chunks__/{chunk-GSLVEYLN.js → chunk-27VQMGJQ.js} +2 -2
  263. package/__chunks__/{chunk-3GFNZM6Y.js → chunk-2A5QAE5F.js} +2 -2
  264. package/__chunks__/{chunk-5TR53SGW.js → chunk-2BTQ3K4M.js} +2 -2
  265. package/__chunks__/{chunk-QXCE5J5V.js → chunk-2FVU77J2.js} +2 -2
  266. package/__chunks__/{chunk-6P5PQK6A.js → chunk-2HDQUL2Z.js} +2 -2
  267. package/__chunks__/{chunk-IXNMYLYS.js → chunk-2NM2EI3D.js} +2 -2
  268. package/__chunks__/{chunk-FNLCVFDP.js → chunk-2RYI33IM.js} +2 -2
  269. package/__chunks__/{chunk-3A6IWZWA.js → chunk-2TTH3GW4.js} +2 -2
  270. package/__chunks__/chunk-2WUDN65N.js +2 -0
  271. package/__chunks__/{chunk-NKKKO77C.js → chunk-33SNIHSU.js} +2 -2
  272. package/__chunks__/chunk-37ZLRBDW.js +2 -0
  273. package/__chunks__/{chunk-4SF4EXLQ.js → chunk-3A4W3X3E.js} +2 -2
  274. package/__chunks__/{chunk-SYDN6KRX.js → chunk-3BG5VG6J.js} +2 -2
  275. package/__chunks__/{chunk-WQYNJFMF.js → chunk-3D6EJYIP.js} +2 -2
  276. package/__chunks__/{chunk-ZML3AR2W.js → chunk-3IMYJ7DB.js} +2 -2
  277. package/__chunks__/{chunk-GSVPUVJG.js → chunk-3KY75KC5.js} +2 -2
  278. package/__chunks__/{chunk-BYMIG4WU.js → chunk-3NOXSB7O.js} +2 -2
  279. package/__chunks__/{chunk-HSYTAZWF.js → chunk-3NXSGQFL.js} +2 -2
  280. package/__chunks__/chunk-4BS3GOQN.js +2 -0
  281. package/__chunks__/{chunk-EL5HFCSV.js → chunk-4FNYVG4J.js} +2 -2
  282. package/__chunks__/chunk-4GZDYCJM.js +2 -0
  283. package/__chunks__/{chunk-LN2KYNEJ.js → chunk-4JGGBFTJ.js} +2 -2
  284. package/__chunks__/chunk-4P22GMBO.js +2 -0
  285. package/__chunks__/{chunk-6LNCWWVK.js → chunk-4SAIESK5.js} +2 -2
  286. package/__chunks__/chunk-4VCP3MSC.js +2 -0
  287. package/__chunks__/{chunk-ESH5IZBM.js → chunk-4WQDFUQL.js} +2 -2
  288. package/__chunks__/{chunk-6GV6PRNQ.js → chunk-557MP7HS.js} +2 -2
  289. package/__chunks__/{chunk-JPDGWMJM.js → chunk-57JTBKWX.js} +2 -2
  290. package/__chunks__/{chunk-LYS6XNSD.js → chunk-57NKMENC.js} +2 -2
  291. package/__chunks__/{chunk-JVUPBGMS.js → chunk-5AKDOBP2.js} +2 -2
  292. package/__chunks__/{chunk-BECEIKMJ.js → chunk-5AYAA6DU.js} +2 -2
  293. package/__chunks__/{chunk-C25I3LPK.js → chunk-5F4HV4EU.js} +2 -2
  294. package/__chunks__/chunk-5IILM2SW.js +2 -0
  295. package/__chunks__/{chunk-Y62SNSR2.js → chunk-5KTVWIAY.js} +2 -2
  296. package/__chunks__/{chunk-6EDPXPUN.js → chunk-5POBKG5C.js} +2 -2
  297. package/__chunks__/{chunk-473RHXJZ.js → chunk-5PXPFW6L.js} +2 -2
  298. package/__chunks__/{chunk-XZ3SW2QN.js → chunk-5QOIH4IV.js} +2 -2
  299. package/__chunks__/{chunk-EFURWS6F.js → chunk-626BIAFP.js} +2 -2
  300. package/__chunks__/{chunk-4OLYSVFS.js → chunk-65GIT53X.js} +2 -2
  301. package/__chunks__/{chunk-3RYWDPX5.js → chunk-6DBZEVIU.js} +2 -2
  302. package/__chunks__/{chunk-Y7OL2CNN.js → chunk-6FJC4KO2.js} +2 -2
  303. package/__chunks__/{chunk-DYZSYKG5.js → chunk-6GDNZ4X3.js} +2 -2
  304. package/__chunks__/{chunk-KJK6Y6Y2.js → chunk-6IWFHJQN.js} +2 -2
  305. package/__chunks__/chunk-6J4BFEPF.js +2 -0
  306. package/__chunks__/{chunk-KNX76FSY.js → chunk-6JKCWTR7.js} +2 -2
  307. package/__chunks__/{chunk-4HOVNT63.js → chunk-6QRIQYGS.js} +2 -2
  308. package/__chunks__/{chunk-7W72NXIL.js → chunk-6TTVGEUY.js} +2 -2
  309. package/__chunks__/{chunk-OSRDK6M4.js → chunk-6XTH5W6C.js} +2 -2
  310. package/__chunks__/{chunk-Y5T6QJAX.js → chunk-72MMRQJL.js} +2 -2
  311. package/__chunks__/{chunk-LP5I2L2K.js → chunk-74OGSUC7.js} +2 -2
  312. package/__chunks__/{chunk-EW7RZNZW.js → chunk-77IC2JIS.js} +2 -2
  313. package/__chunks__/{chunk-PKYOBNVX.js → chunk-7CE26ENT.js} +2 -2
  314. package/__chunks__/{chunk-IJYOHW7C.js → chunk-7ER7XRZR.js} +2 -2
  315. package/__chunks__/{chunk-SLV6RWJA.js → chunk-7JAEEM57.js} +2 -2
  316. package/__chunks__/{chunk-TW3LEKQM.js → chunk-7K6UN5H7.js} +2 -2
  317. package/__chunks__/{chunk-TQ2BKKBT.js → chunk-7OQLEL4E.js} +2 -2
  318. package/__chunks__/{chunk-RJEMLYU5.js → chunk-7TGE3KPS.js} +2 -2
  319. package/__chunks__/chunk-7TLVFKZA.js +2 -0
  320. package/__chunks__/chunk-7TX756L5.js +2 -0
  321. package/__chunks__/{chunk-BRLRVWOE.js → chunk-7UKTC7IZ.js} +2 -2
  322. package/__chunks__/{chunk-P4P5AAZS.js → chunk-7WTG3LMV.js} +2 -2
  323. package/__chunks__/{chunk-WIGRCS6C.js → chunk-7X7SBJXG.js} +2 -2
  324. package/__chunks__/chunk-7XGKHV54.js +2 -0
  325. package/__chunks__/chunk-A2XTMKUH.js +2 -0
  326. package/__chunks__/{chunk-W5MEGAKJ.js → chunk-A67AUB3N.js} +2 -2
  327. package/__chunks__/{chunk-PCRUVHRP.js → chunk-A6IHNAFB.js} +2 -2
  328. package/__chunks__/{chunk-KN43XYJJ.js → chunk-ADW2SG72.js} +2 -2
  329. package/__chunks__/{chunk-WRES5TZ3.js → chunk-AFK66SZQ.js} +2 -2
  330. package/__chunks__/{chunk-RDCZCZO3.js → chunk-AJB4WKR6.js} +2 -2
  331. package/__chunks__/{chunk-4OZCHB5J.js → chunk-AKE75ULE.js} +2 -2
  332. package/__chunks__/{chunk-Z7GIQZHK.js → chunk-AL4DUKLT.js} +2 -2
  333. package/__chunks__/{chunk-PN4PH3UL.js → chunk-AOMLJRM6.js} +2 -2
  334. package/__chunks__/{chunk-AQICGRPJ.js → chunk-ASEW3XEB.js} +2 -2
  335. package/__chunks__/{chunk-Q75YDIAP.js → chunk-ATNOQKMV.js} +2 -2
  336. package/__chunks__/{chunk-I5JYXPN5.js → chunk-AV3NDNWA.js} +2 -2
  337. package/__chunks__/{chunk-ZS3ALDXP.js → chunk-AVJGF54J.js} +2 -2
  338. package/__chunks__/{chunk-ADOZ5JAM.js → chunk-AWILSAKM.js} +2 -2
  339. package/__chunks__/{chunk-3UUCN3HD.js → chunk-AXYMNVZQ.js} +2 -2
  340. package/__chunks__/{chunk-EP54OBTP.js → chunk-AYLTSUFY.js} +2 -2
  341. package/__chunks__/{chunk-RRAWK5WD.js → chunk-BA4R2JB5.js} +2 -2
  342. package/__chunks__/chunk-BC4ROBO7.js +2 -0
  343. package/__chunks__/{chunk-J3IWRUKX.js → chunk-BDO4MQGV.js} +2 -2
  344. package/__chunks__/{chunk-5V2DPUMR.js → chunk-BKI3GTXZ.js} +2 -2
  345. package/__chunks__/{chunk-QH2I3TBG.js → chunk-BO6QR34Y.js} +2 -2
  346. package/__chunks__/chunk-BP4WYGW7.js +2 -0
  347. package/__chunks__/chunk-BPYZDYPZ.js +2 -0
  348. package/__chunks__/{chunk-YVYAJMNI.js → chunk-BRGRGQWY.js} +2 -2
  349. package/__chunks__/{chunk-72SZPPHS.js → chunk-BSEHOL2J.js} +2 -2
  350. package/__chunks__/{chunk-ZDLOAOSP.js → chunk-BSZI2FDX.js} +2 -2
  351. package/__chunks__/{chunk-YHULIFO3.js → chunk-BV3RTZBM.js} +2 -2
  352. package/__chunks__/{chunk-2CBZ3KMF.js → chunk-C2Z24SQO.js} +2 -2
  353. package/__chunks__/{chunk-EHGOPQXG.js → chunk-C2Z5XOGB.js} +2 -2
  354. package/__chunks__/{chunk-UP5L25UG.js → chunk-C3Y2EOXA.js} +2 -2
  355. package/__chunks__/{chunk-RG7FLBZD.js → chunk-C6OJA7AH.js} +2 -2
  356. package/__chunks__/{chunk-23GM5MRT.js → chunk-CFQX4Q47.js} +2 -2
  357. package/__chunks__/{chunk-JMXLBJC2.js → chunk-CJNIF63S.js} +2 -2
  358. package/__chunks__/chunk-CTEOKUR7.js +2 -0
  359. package/__chunks__/{chunk-BQG524WY.js → chunk-CUDRLJKU.js} +2 -2
  360. package/__chunks__/{chunk-UEJFKME5.js → chunk-CWKYM2OK.js} +2 -2
  361. package/__chunks__/{chunk-5Z6GEXU2.js → chunk-CZ3OVNYN.js} +2 -2
  362. package/__chunks__/{chunk-T2PES3Q3.js → chunk-D5D3LGBD.js} +2 -2
  363. package/__chunks__/{chunk-S563QFIW.js → chunk-D6ZP6WE6.js} +2 -2
  364. package/__chunks__/{chunk-FKVVT5SN.js → chunk-DBTIWKKE.js} +2 -2
  365. package/__chunks__/{chunk-S3TYLBXH.js → chunk-DCP2MZOT.js} +2 -2
  366. package/__chunks__/{chunk-TBEQYVYW.js → chunk-DHUIQIEC.js} +2 -2
  367. package/__chunks__/chunk-DM62WMOD.js +2 -0
  368. package/__chunks__/chunk-DN2Q5WUM.js +2 -0
  369. package/__chunks__/{chunk-RFEOZRDH.js → chunk-DQHOJ6WA.js} +2 -2
  370. package/__chunks__/chunk-DQQHCPCP.js +2 -0
  371. package/__chunks__/{chunk-HAKR5DMV.js → chunk-DTTVFO7B.js} +2 -2
  372. package/__chunks__/{chunk-KTJCKW7D.js → chunk-DXSJE6QV.js} +2 -2
  373. package/__chunks__/chunk-E2Q3UR6J.js +2 -0
  374. package/__chunks__/{chunk-BC4EQU4T.js → chunk-EFEZXOGV.js} +2 -2
  375. package/__chunks__/{chunk-HNT4S7KF.js → chunk-ELOPOPT6.js} +2 -2
  376. package/__chunks__/{chunk-XKL6IVAM.js → chunk-EO5I4NIQ.js} +2 -2
  377. package/__chunks__/{chunk-TYS2TQK3.js → chunk-EPNPICRG.js} +2 -2
  378. package/__chunks__/{chunk-XCX5VUUO.js → chunk-EQ63QIDM.js} +2 -2
  379. package/__chunks__/{chunk-NIL4KV4Z.js → chunk-ETCNDJIL.js} +2 -2
  380. package/__chunks__/{chunk-VVME5RRR.js → chunk-EUBRMAIJ.js} +2 -2
  381. package/__chunks__/{chunk-C7YZRX62.js → chunk-EUPK7FG7.js} +2 -2
  382. package/__chunks__/{chunk-RIHP2KM6.js → chunk-EX33HEDG.js} +2 -2
  383. package/__chunks__/{chunk-IDTFMFJZ.js → chunk-EXKWBZ3W.js} +2 -2
  384. package/__chunks__/{chunk-4W7QMWKG.js → chunk-F5WZMEGV.js} +2 -2
  385. package/__chunks__/{chunk-UCBK4UUB.js → chunk-F67O65RO.js} +2 -2
  386. package/__chunks__/{chunk-3AMTGVF7.js → chunk-FAK2TPXV.js} +2 -2
  387. package/__chunks__/{chunk-UW4VWD4C.js → chunk-FENLFXZD.js} +2 -2
  388. package/__chunks__/{chunk-S5O6PLRV.js → chunk-FJFLHEZY.js} +2 -2
  389. package/__chunks__/{chunk-INP7J7FX.js → chunk-FKRQLT2F.js} +2 -2
  390. package/__chunks__/{chunk-OUD2P6CW.js → chunk-FLCO2ZFZ.js} +2 -2
  391. package/__chunks__/{chunk-QL2ICMWN.js → chunk-FQV54AV7.js} +2 -2
  392. package/__chunks__/{chunk-2F2BYJWA.js → chunk-FTCXCB6J.js} +2 -2
  393. package/__chunks__/{chunk-TNZEG3CZ.js → chunk-FUQUJC3C.js} +2 -2
  394. package/__chunks__/chunk-FUV6XFGJ.js +2 -0
  395. package/__chunks__/{chunk-33NTIYYV.js → chunk-FX3BI4GS.js} +2 -2
  396. package/__chunks__/{chunk-KYHRQN66.js → chunk-FXGNKSQR.js} +2 -2
  397. package/__chunks__/{chunk-NMH5ACZ5.js → chunk-FXNUE2CK.js} +2 -2
  398. package/__chunks__/{chunk-DF7KFM6M.js → chunk-G2UPB5M4.js} +2 -2
  399. package/__chunks__/{chunk-7WHMZ4V2.js → chunk-GAGSYKJN.js} +2 -2
  400. package/__chunks__/chunk-GFPHLQZL.js +2 -0
  401. package/__chunks__/{chunk-CECXTGBB.js → chunk-GIGCXV7J.js} +2 -2
  402. package/__chunks__/chunk-GJ56DOYP.js +2 -0
  403. package/__chunks__/{chunk-WMSQ5XTJ.js → chunk-GM63WUTV.js} +2 -2
  404. package/__chunks__/{chunk-MWRND26Z.js → chunk-GNLQBWXM.js} +2 -2
  405. package/__chunks__/{chunk-JLOSZQZZ.js → chunk-GP6AMF5H.js} +2 -2
  406. package/__chunks__/{chunk-5MLIRHYE.js → chunk-GS4QDO2X.js} +2 -2
  407. package/__chunks__/{chunk-EMYQEL7H.js → chunk-H3YDNRFO.js} +2 -2
  408. package/__chunks__/{chunk-5T3SLIRC.js → chunk-HF3HZIGC.js} +2 -2
  409. package/__chunks__/{chunk-TZIC5MQV.js → chunk-HQ5CG3FS.js} +2 -2
  410. package/__chunks__/{chunk-6HWEXMPO.js → chunk-HQS5OI35.js} +2 -2
  411. package/__chunks__/chunk-HRL64TAE.js +2 -0
  412. package/__chunks__/{chunk-ONRCVDUL.js → chunk-HSAEFT5H.js} +2 -2
  413. package/__chunks__/{chunk-2UBLCRZ4.js → chunk-HSVBGUJS.js} +2 -2
  414. package/__chunks__/{chunk-YI7GCPN2.js → chunk-HTIZ6L5A.js} +2 -2
  415. package/__chunks__/{chunk-3YSQJ27F.js → chunk-HWDAK7DD.js} +2 -2
  416. package/__chunks__/{chunk-YRD6KSDH.js → chunk-HY5JE52G.js} +2 -2
  417. package/__chunks__/{chunk-HWUWRRU5.js → chunk-HZNHTVA4.js} +2 -2
  418. package/__chunks__/{chunk-23TLCHKE.js → chunk-I2WSQAX7.js} +2 -2
  419. package/__chunks__/{chunk-77QNUACW.js → chunk-I6LOUUUW.js} +2 -2
  420. package/__chunks__/{chunk-SB54KQH2.js → chunk-I7TILN5N.js} +2 -2
  421. package/__chunks__/chunk-IBNI75SR.js +2 -0
  422. package/__chunks__/{chunk-YIDYMEYQ.js → chunk-IBW4M7F6.js} +2 -2
  423. package/__chunks__/{chunk-AIJJPHEG.js → chunk-IH76W3VA.js} +2 -2
  424. package/__chunks__/chunk-IHEKHUUS.js +2 -0
  425. package/__chunks__/chunk-IIONZAPY.js +2 -0
  426. package/__chunks__/chunk-ITWE4OB4.js +2 -0
  427. package/__chunks__/{chunk-CZXRJNZR.js → chunk-IUXPX3AU.js} +2 -2
  428. package/__chunks__/chunk-IV3V3COR.js +2 -0
  429. package/__chunks__/chunk-IWMKZLU2.js +2 -0
  430. package/__chunks__/{chunk-GTFRBJR7.js → chunk-J3DDHC55.js} +2 -2
  431. package/__chunks__/{chunk-CD6DKCP3.js → chunk-J7L5RB2X.js} +2 -2
  432. package/__chunks__/{chunk-6BHX42UO.js → chunk-JA7Q5K7W.js} +2 -2
  433. package/__chunks__/{chunk-VZFMZEZ4.js → chunk-JDPLO66T.js} +2 -2
  434. package/__chunks__/{chunk-JQCCY747.js → chunk-JGLVMKUU.js} +2 -2
  435. package/__chunks__/{chunk-6FMFBJ36.js → chunk-JH5ZUP5O.js} +2 -2
  436. package/__chunks__/{chunk-PUKIP2GB.js → chunk-JNTVOVXN.js} +2 -2
  437. package/__chunks__/{chunk-M5NKEQDD.js → chunk-JNVUX2AC.js} +2 -2
  438. package/__chunks__/{chunk-JDLZMDIG.js → chunk-JNYT3VYR.js} +2 -2
  439. package/__chunks__/{chunk-AM2B233Y.js → chunk-JWPOPO4X.js} +2 -2
  440. package/__chunks__/{chunk-TYD5AVUJ.js → chunk-K25KWMWL.js} +2 -2
  441. package/__chunks__/{chunk-D2F6OV77.js → chunk-K6MIDLGS.js} +2 -2
  442. package/__chunks__/chunk-K7I2OTRG.js +2 -0
  443. package/__chunks__/{chunk-H5SDXBQQ.js → chunk-KBZ3G4TA.js} +2 -2
  444. package/__chunks__/{chunk-GTZZTQKG.js → chunk-KD43WGBT.js} +2 -2
  445. package/__chunks__/{chunk-KUKVCG4F.js → chunk-KKAT7JHV.js} +2 -2
  446. package/__chunks__/{chunk-KZVBF23X.js → chunk-KMFDIMKZ.js} +2 -2
  447. package/__chunks__/{chunk-VICMCLGA.js → chunk-KS73JB4C.js} +2 -2
  448. package/__chunks__/{chunk-IE56FRZD.js → chunk-L3SGTEQI.js} +2 -2
  449. package/__chunks__/{chunk-HH25W56B.js → chunk-L4BVTA2X.js} +2 -2
  450. package/__chunks__/{chunk-ZHVIYCQH.js → chunk-LAF2IDWX.js} +2 -2
  451. package/__chunks__/chunk-LCOAX2YR.js +2 -0
  452. package/__chunks__/{chunk-YIBIC2SN.js → chunk-LFYY6STB.js} +2 -2
  453. package/__chunks__/chunk-LGXDTLDO.js +2 -0
  454. package/__chunks__/{chunk-F4DAB6HG.js → chunk-LHUCH2PK.js} +2 -2
  455. package/__chunks__/{chunk-KXNWAPAZ.js → chunk-LNJ2ESD6.js} +2 -2
  456. package/__chunks__/{chunk-FNPOCXK6.js → chunk-LTSVYMYP.js} +2 -2
  457. package/__chunks__/{chunk-USAPXQC6.js → chunk-LVIOL46M.js} +2 -2
  458. package/__chunks__/chunk-LZIGNQR7.js +2 -0
  459. package/__chunks__/{chunk-YC7QCSAA.js → chunk-M2DONB3O.js} +2 -2
  460. package/__chunks__/chunk-M4T73AAH.js +2 -0
  461. package/__chunks__/{chunk-JNDH6QEC.js → chunk-MQXBSBNN.js} +2 -2
  462. package/__chunks__/{chunk-NNBXQNL4.js → chunk-MRZZD7DD.js} +2 -2
  463. package/__chunks__/{chunk-IBRKWAJU.js → chunk-N3A4VYYH.js} +2 -2
  464. package/__chunks__/{chunk-EBWK6OSA.js → chunk-N3RWWBEY.js} +2 -2
  465. package/__chunks__/{chunk-2LBQ2SLF.js → chunk-N5C35AU6.js} +2 -2
  466. package/__chunks__/chunk-N7JFDFVU.js +2 -0
  467. package/__chunks__/{chunk-NMS2IX4Y.js → chunk-NAA7ZUHY.js} +2 -2
  468. package/__chunks__/{chunk-74AUDYOZ.js → chunk-NAR73BS3.js} +2 -2
  469. package/__chunks__/{chunk-QKY343QT.js → chunk-NDGQRWGG.js} +2 -2
  470. package/__chunks__/chunk-NFSVEDAK.js +2 -0
  471. package/__chunks__/{chunk-GXJZ4IRL.js → chunk-NJ6B4DQ5.js} +2 -2
  472. package/__chunks__/{chunk-5T73HHLV.js → chunk-NMUN2XJC.js} +2 -2
  473. package/__chunks__/{chunk-5NI5KVBE.js → chunk-NTTGQ7M2.js} +2 -2
  474. package/__chunks__/{chunk-D26QQZKC.js → chunk-NVNBNHGF.js} +2 -2
  475. package/__chunks__/{chunk-MKN52J2E.js → chunk-NWOFOUPU.js} +2 -2
  476. package/__chunks__/{chunk-I37QNZI3.js → chunk-O4EEMPMY.js} +2 -2
  477. package/__chunks__/{chunk-32J5SXUL.js → chunk-O7XH2EUK.js} +2 -2
  478. package/__chunks__/chunk-OLFII25V.js +2 -0
  479. package/__chunks__/chunk-OMML4YXL.js +2 -0
  480. package/__chunks__/{chunk-NDCIY7HH.js → chunk-ONPSFCTV.js} +2 -2
  481. package/__chunks__/chunk-OP6H47GD.js +2 -0
  482. package/__chunks__/{chunk-HKI62JTC.js → chunk-OQDSQ6KP.js} +2 -2
  483. package/__chunks__/{chunk-THLYEDAE.js → chunk-ORPFAVYR.js} +2 -2
  484. package/__chunks__/{chunk-BCGOKA6L.js → chunk-OWBOSGQM.js} +2 -2
  485. package/__chunks__/chunk-OZUW5PP7.js +2 -0
  486. package/__chunks__/{chunk-Q6TUPQXP.js → chunk-P7AZBS7D.js} +2 -2
  487. package/__chunks__/{chunk-AIL4EOI4.js → chunk-PFFTQSP5.js} +2 -2
  488. package/__chunks__/{chunk-CLACWGJV.js → chunk-PJBX2OGT.js} +2 -2
  489. package/__chunks__/{chunk-IGBTLJTF.js → chunk-PL5BKLZZ.js} +2 -2
  490. package/__chunks__/{chunk-BUNQEUVQ.js → chunk-PLEVYRQV.js} +2 -2
  491. package/__chunks__/{chunk-XWGW4DD5.js → chunk-PLGVRJR5.js} +2 -2
  492. package/__chunks__/{chunk-K3GWYCQL.js → chunk-PP6OZ5Y7.js} +2 -2
  493. package/__chunks__/chunk-PQ6Z2YCK.js +2 -0
  494. package/__chunks__/{chunk-POXZKNEH.js → chunk-PS2V5XKS.js} +2 -2
  495. package/__chunks__/{chunk-KBMCFXF6.js → chunk-PTBE4J3V.js} +2 -2
  496. package/__chunks__/{chunk-JUOBTLLE.js → chunk-PWPXTHQG.js} +2 -2
  497. package/__chunks__/{chunk-GXITFUBS.js → chunk-PXYDYFQL.js} +2 -2
  498. package/__chunks__/{chunk-MHJOPPOR.js → chunk-Q5ZPA4NI.js} +2 -2
  499. package/__chunks__/{chunk-XQNALA66.js → chunk-QA5OP6JQ.js} +2 -2
  500. package/__chunks__/{chunk-Z3236R2X.js → chunk-QDHCBNKC.js} +2 -2
  501. package/__chunks__/{chunk-UWBKQQGK.js → chunk-QL5KIKHA.js} +2 -2
  502. package/__chunks__/{chunk-TZTDIVG3.js → chunk-QMLH2VE5.js} +2 -2
  503. package/__chunks__/chunk-QQOI3ONU.js +2 -0
  504. package/__chunks__/{chunk-GDXJ4VBG.js → chunk-QRU7ZWS4.js} +2 -2
  505. package/__chunks__/chunk-QS4OXWG5.js +2 -0
  506. package/__chunks__/{chunk-VJJMYOLU.js → chunk-QSGQR7IP.js} +2 -2
  507. package/__chunks__/{chunk-5F24SJ6V.js → chunk-QTS3WPCA.js} +2 -2
  508. package/__chunks__/{chunk-NYSDVTV4.js → chunk-R2BJHBRB.js} +2 -2
  509. package/__chunks__/{chunk-VR4CVIIC.js → chunk-R7MFF64R.js} +2 -2
  510. package/__chunks__/chunk-RAYVSJIY.js +2 -0
  511. package/__chunks__/{chunk-TXREOH3S.js → chunk-RFWUDGQU.js} +2 -2
  512. package/__chunks__/{chunk-ZLKI2ITX.js → chunk-RHV5V76U.js} +2 -2
  513. package/__chunks__/{chunk-H4DG2TBS.js → chunk-RI2V2QJM.js} +2 -2
  514. package/__chunks__/{chunk-FX2M5ZKW.js → chunk-RKSBRX44.js} +2 -2
  515. package/__chunks__/{chunk-WQN5U2MF.js → chunk-RNUJOXEI.js} +2 -2
  516. package/__chunks__/{chunk-6YCPFMBP.js → chunk-RQA267KF.js} +2 -2
  517. package/__chunks__/chunk-RZZIBTSM.js +2 -0
  518. package/__chunks__/chunk-S3JN6YLY.js +2 -0
  519. package/__chunks__/{chunk-H47R6G4B.js → chunk-S5JPQRRR.js} +2 -2
  520. package/__chunks__/{chunk-NN46POOZ.js → chunk-S5ZREJ2P.js} +2 -2
  521. package/__chunks__/{chunk-3VPT3ZOY.js → chunk-S7CRF37T.js} +2 -2
  522. package/__chunks__/{chunk-6THCGQFS.js → chunk-SBG5INOK.js} +2 -2
  523. package/__chunks__/{chunk-OTSBX5UW.js → chunk-SESPAARH.js} +2 -2
  524. package/__chunks__/chunk-SGYNBRTF.js +2 -0
  525. package/__chunks__/chunk-SHNKEHGJ.js +2 -0
  526. package/__chunks__/{chunk-P5GRNM4T.js → chunk-SHZGPPBN.js} +2 -2
  527. package/__chunks__/chunk-SM663YH2.js +2 -0
  528. package/__chunks__/{chunk-EPFNDRYW.js → chunk-SMWCHM5I.js} +2 -2
  529. package/__chunks__/{chunk-ZKRNV7G7.js → chunk-SNP5VFT5.js} +2 -2
  530. package/__chunks__/chunk-SQLT2HSQ.js +2 -0
  531. package/__chunks__/{chunk-Z4ROMD64.js → chunk-SUYKWCC5.js} +2 -2
  532. package/__chunks__/{chunk-FASRZSAA.js → chunk-SWNWXXN6.js} +2 -2
  533. package/__chunks__/{chunk-7MULT7WN.js → chunk-SXXAWHEJ.js} +2 -2
  534. package/__chunks__/{chunk-ZXZS7P6Y.js → chunk-T77GKZGR.js} +2 -2
  535. package/__chunks__/{chunk-R7J223VN.js → chunk-TA265BUT.js} +2 -2
  536. package/__chunks__/{chunk-DGC4CJDN.js → chunk-TG3MSE2P.js} +2 -2
  537. package/__chunks__/{chunk-UYIFSBFM.js → chunk-TJXAVYSJ.js} +2 -2
  538. package/__chunks__/chunk-TKTLU7ZY.js +2 -0
  539. package/__chunks__/{chunk-ECG66QXO.js → chunk-TLWOMT7Y.js} +2 -2
  540. package/__chunks__/{chunk-42ISFSB7.js → chunk-TO6CPCOL.js} +2 -2
  541. package/__chunks__/{chunk-2XWM2CA6.js → chunk-TP2KZQH6.js} +2 -2
  542. package/__chunks__/chunk-TPBLXFUX.js +2 -0
  543. package/__chunks__/{chunk-HWUU6VUY.js → chunk-TS53BW3D.js} +2 -2
  544. package/__chunks__/{chunk-AV4L4A5N.js → chunk-TZNRDE75.js} +2 -2
  545. package/__chunks__/{chunk-RPT4AXDT.js → chunk-TZRX6CMC.js} +2 -2
  546. package/__chunks__/chunk-U2CZS663.js +2 -0
  547. package/__chunks__/{chunk-EQW6HDO3.js → chunk-U6BEWXRJ.js} +2 -2
  548. package/__chunks__/{chunk-DPLLZMAJ.js → chunk-UAPGF6RD.js} +2 -2
  549. package/__chunks__/chunk-UCX2X5DD.js +2 -0
  550. package/__chunks__/{chunk-Q7LAE32A.js → chunk-UDA77ERR.js} +2 -2
  551. package/__chunks__/chunk-UDLEKDLT.js +2 -0
  552. package/__chunks__/{chunk-5YPPRA6N.js → chunk-UEBPEAXS.js} +2 -2
  553. package/__chunks__/{chunk-LIQDMKPS.js → chunk-UFXN2FH4.js} +2 -2
  554. package/__chunks__/{chunk-5UM2GECD.js → chunk-UG6WET5H.js} +2 -2
  555. package/__chunks__/{chunk-IYUFMJIP.js → chunk-UIERW7SK.js} +2 -2
  556. package/__chunks__/{chunk-U5QUWFCX.js → chunk-ULKZRPXC.js} +2 -2
  557. package/__chunks__/{chunk-BZLVMM4H.js → chunk-URPSD3TX.js} +2 -2
  558. package/__chunks__/{chunk-2A6C6QYS.js → chunk-USZAOZKI.js} +2 -2
  559. package/__chunks__/chunk-UUVAPZMV.js +2 -0
  560. package/__chunks__/{chunk-RRGGWHLF.js → chunk-UUZFKUK5.js} +2 -2
  561. package/__chunks__/{chunk-FX6PKMU5.js → chunk-UWTRKFPN.js} +2 -2
  562. package/__chunks__/{chunk-LWY6ZFJW.js → chunk-V5RFIF7Q.js} +2 -2
  563. package/__chunks__/{chunk-5RU42EBW.js → chunk-VCNSYMNT.js} +2 -2
  564. package/__chunks__/{chunk-7OUPDZF7.js → chunk-VEW4IHK6.js} +2 -2
  565. package/__chunks__/{chunk-LKATYICJ.js → chunk-VGQWRNTN.js} +2 -2
  566. package/__chunks__/{chunk-BJVVO6UW.js → chunk-VKTWX6MQ.js} +2 -2
  567. package/__chunks__/{chunk-X5P43RJL.js → chunk-VMCP7KGT.js} +2 -2
  568. package/__chunks__/{chunk-NUUFN3U3.js → chunk-VMNEBS6M.js} +2 -2
  569. package/__chunks__/chunk-VOAUV5OA.js +2 -0
  570. package/__chunks__/{chunk-I4TVFNHM.js → chunk-VSSEII7E.js} +2 -2
  571. package/__chunks__/{chunk-OYTZTTGS.js → chunk-W4NHMRXD.js} +2 -2
  572. package/__chunks__/{chunk-QRRTFA4G.js → chunk-W7WUXTEE.js} +2 -2
  573. package/__chunks__/{chunk-LMECC6LT.js → chunk-WAKFZG3B.js} +2 -2
  574. package/__chunks__/{chunk-PRPHMIRU.js → chunk-WCPB2I4O.js} +2 -2
  575. package/__chunks__/{chunk-SEMWD6G3.js → chunk-WDCFULOA.js} +2 -2
  576. package/__chunks__/{chunk-5QPVOHLJ.js → chunk-WFQGYVHS.js} +2 -2
  577. package/__chunks__/{chunk-7SAIKJXD.js → chunk-WHO2OZ3D.js} +2 -2
  578. package/__chunks__/{chunk-TWZMJ3UH.js → chunk-WIX2FW6L.js} +2 -2
  579. package/__chunks__/{chunk-2YO4FS2N.js → chunk-WKL2YY6R.js} +2 -2
  580. package/__chunks__/{chunk-SYZK5EXY.js → chunk-WUASCION.js} +2 -2
  581. package/__chunks__/{chunk-KMQ4RCKI.js → chunk-WULSUJYN.js} +2 -2
  582. package/__chunks__/{chunk-4XK6NFRG.js → chunk-WZCPPT4H.js} +2 -2
  583. package/__chunks__/{chunk-CXDXK6RY.js → chunk-WZWNIDMC.js} +2 -2
  584. package/__chunks__/{chunk-UWAHFJGT.js → chunk-X2LRGINL.js} +2 -2
  585. package/__chunks__/{chunk-BOS66QTB.js → chunk-X2W7W4CS.js} +2 -2
  586. package/__chunks__/{chunk-SKAXKU2I.js → chunk-X7FSKSTD.js} +2 -2
  587. package/__chunks__/{chunk-JDRWJJ2G.js → chunk-XKHL55QA.js} +2 -2
  588. package/__chunks__/{chunk-T5GVXGBM.js → chunk-XM7LTKH3.js} +2 -2
  589. package/__chunks__/{chunk-FW4UWSA2.js → chunk-XMIURR5F.js} +2 -2
  590. package/__chunks__/{chunk-UZ7K4UMU.js → chunk-XPWGNULK.js} +2 -2
  591. package/__chunks__/{chunk-QWSQTADF.js → chunk-XPZGFZG6.js} +2 -2
  592. package/__chunks__/{chunk-MNRPZFBH.js → chunk-XREMKZP5.js} +2 -2
  593. package/__chunks__/chunk-XYD4D7IV.js +2 -0
  594. package/__chunks__/{chunk-ZG2342IK.js → chunk-Y34LUZWU.js} +2 -2
  595. package/__chunks__/{chunk-7CBAL7VJ.js → chunk-YBOGQZBI.js} +2 -2
  596. package/__chunks__/chunk-YC2PHRWO.js +2 -0
  597. package/__chunks__/{chunk-YU57DBDI.js → chunk-YDPJ2QTB.js} +2 -2
  598. package/__chunks__/chunk-YFPRDRGY.js +2 -0
  599. package/__chunks__/{chunk-N3MC7UUY.js → chunk-YFVC7UCY.js} +2 -2
  600. package/__chunks__/{chunk-HVKNFFGU.js → chunk-YH6EXSTB.js} +2 -2
  601. package/__chunks__/{chunk-RXARO7Z6.js → chunk-YIA3LDNQ.js} +2 -2
  602. package/__chunks__/{chunk-UZV5VBWP.js → chunk-YJXG7S53.js} +2 -2
  603. package/__chunks__/{chunk-CQI3SKX6.js → chunk-YL4VSTZ6.js} +2 -2
  604. package/__chunks__/{chunk-PWGA4SK4.js → chunk-YRJGHDVR.js} +2 -2
  605. package/__chunks__/{chunk-RKXFNWBS.js → chunk-YSX5PU5Q.js} +2 -2
  606. package/__chunks__/{chunk-XSNS7OZJ.js → chunk-YTNIIUBE.js} +2 -2
  607. package/__chunks__/{chunk-E5PGYF5O.js → chunk-Z6Y27WIS.js} +2 -2
  608. package/__chunks__/{chunk-7HRLNVKP.js → chunk-ZJMQB32B.js} +2 -2
  609. package/__chunks__/{chunk-VKLDPAEO.js → chunk-ZMVGXYPM.js} +2 -2
  610. package/__chunks__/{chunk-JNVE2W2S.js → chunk-ZPUB3SRN.js} +2 -2
  611. package/__chunks__/chunk-ZRXRDVEU.js +2 -0
  612. package/__chunks__/{chunk-ZJKBORJK.js → chunk-ZW6DXTV6.js} +2 -2
  613. package/__chunks__/{chunk-3746TTBY.js → chunk-ZWCOE432.js} +2 -2
  614. package/__chunks__/chunk-ZWJNVJAL.js +2 -0
  615. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  616. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  617. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  618. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  619. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  620. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  621. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  622. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  623. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  624. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  625. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  626. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  627. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  628. package/__commonjs/UI/index.js +1 -1
  629. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  630. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  631. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  632. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  633. package/__commonjs/__mocks__/index.js +1 -1
  634. package/__commonjs/__mocks__/utils/index.js +1 -1
  635. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  636. package/__commonjs/constants/index.js +1 -1
  637. package/__commonjs/hooks/index.js +1 -1
  638. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  639. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  640. package/__commonjs/hooks/transactions/index.js +1 -1
  641. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  642. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  643. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  644. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  645. package/__commonjs/utils/index.js +1 -1
  646. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  647. package/__commonjs/utils/transactions/index.js +1 -1
  648. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  649. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  650. package/__commonjs/wrappers/index.js +1 -1
  651. package/__mocks__/index.js +1 -1
  652. package/__mocks__/utils/index.js +1 -1
  653. package/__mocks__/utils/renderWithProvider.js +1 -1
  654. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  655. package/apiCalls/accounts/index.js +1 -1
  656. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  657. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  658. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  659. package/apiCalls/configuration/index.js +1 -1
  660. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  661. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  662. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  663. package/apiCalls/economics/index.js +1 -1
  664. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  665. package/apiCalls/index.js +1 -1
  666. package/apiCalls/tokens/getPersistedToken.js +1 -1
  667. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  668. package/apiCalls/transactions/index.js +1 -1
  669. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  670. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  671. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  672. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  673. package/apiCalls/utils/getScamAddressData.js +1 -1
  674. package/apiCalls/utils/index.js +1 -1
  675. package/apiCalls/utils/useApiFetch.js +1 -1
  676. package/components/LogoutListener/LogoutListener.js +1 -1
  677. package/components/LogoutListener/helpers/index.js +1 -1
  678. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  679. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  680. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  681. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  682. package/components/LogoutListener/index.js +1 -1
  683. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  684. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  685. package/components/ProviderInitializer/helpers/index.js +1 -1
  686. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  687. package/components/ProviderInitializer/hooks/index.js +1 -1
  688. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  689. package/components/ProviderInitializer/index.js +1 -1
  690. package/components/TransactionSender/TransactionSender.js +1 -1
  691. package/components/TransactionSender/index.js +1 -1
  692. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  693. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  694. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  695. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  696. package/components/TransactionsTracker/index.js +1 -1
  697. package/constants/index.js +1 -1
  698. package/hooks/account/index.js +1 -1
  699. package/hooks/account/useGetAccount.js +1 -1
  700. package/hooks/account/useGetAccountInfo.js +1 -1
  701. package/hooks/account/useGetAccountProvider.js +1 -1
  702. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  703. package/hooks/account/useGetIsLoggedIn.js +1 -1
  704. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  705. package/hooks/account/useGetLoginInfo.js +1 -1
  706. package/hooks/account/useGetWebsocketEvent.js +1 -1
  707. package/hooks/economics/index.js +1 -1
  708. package/hooks/economics/useGetEgldPrice.js +1 -1
  709. package/hooks/index.js +1 -1
  710. package/hooks/login/index.js +1 -1
  711. package/hooks/login/useCrossWindowLogin.js +1 -1
  712. package/hooks/login/useExtensionLogin.js +1 -1
  713. package/hooks/login/useGetModalLoginMethods.js +1 -1
  714. package/hooks/login/useIframeLogin.js +1 -1
  715. package/hooks/login/useLedgerLogin.js +1 -1
  716. package/hooks/login/useLoginService.js +1 -1
  717. package/hooks/login/useMetamaskLogin.js +1 -1
  718. package/hooks/login/useOperaLogin.js +1 -1
  719. package/hooks/login/usePasskeyLogin.js +1 -1
  720. package/hooks/login/useWalletConnectV2Login.js +1 -1
  721. package/hooks/login/useWebViewLogin.js +1 -1
  722. package/hooks/login/useWebWalletLogin.js +1 -1
  723. package/hooks/login/useXaliasLogin.js +1 -1
  724. package/hooks/signMessage/index.js +1 -1
  725. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  726. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  727. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  728. package/hooks/signMessage/useSignMessage.js +1 -1
  729. package/hooks/toasts/index.js +1 -1
  730. package/hooks/toasts/useGetToasts.js +1 -1
  731. package/hooks/toasts/useTransactionsToasts.js +1 -1
  732. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  733. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  734. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  735. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  736. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  737. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  738. package/hooks/transactions/batch/useGetBatches.js +1 -1
  739. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  740. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  741. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  742. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  743. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  744. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  745. package/hooks/transactions/helpers/index.js +1 -1
  746. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  747. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  748. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  749. package/hooks/transactions/index.js +1 -1
  750. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  751. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  752. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  753. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  754. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  755. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  756. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  757. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  758. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  759. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  760. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  761. package/hooks/transactions/useGetPollingInterval.js +1 -1
  762. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  763. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  764. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  765. package/hooks/transactions/useGetTokenDetails.js +1 -1
  766. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  767. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  768. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  769. package/hooks/transactions/useSignTransactions.js +1 -1
  770. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  771. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  772. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  773. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  774. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  775. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  776. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  777. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  778. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  779. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  780. package/hooks/useGetNetworkConfig.js +1 -1
  781. package/hooks/useGetNotification.js +1 -1
  782. package/hooks/websocketListener/index.js +1 -1
  783. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  784. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  785. package/models/index.js +1 -1
  786. package/models/newTransaction.js +1 -1
  787. package/package.json +2 -2
  788. package/providers/accountProvider.js +1 -1
  789. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  790. package/providers/experimentalWebViewProvider/index.js +1 -1
  791. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  792. package/providers/index.js +1 -1
  793. package/providers/utils.js +1 -1
  794. package/providers/webviewProvider/index.js +1 -1
  795. package/providers/webviewProvider/requestMethods.js +1 -1
  796. package/providers/webviewProvider/webviewProvider.js +1 -1
  797. package/reduxStore/DappProviderContext.js +1 -1
  798. package/reduxStore/commonActions.js +1 -1
  799. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  800. package/reduxStore/persistConfig.js +1 -1
  801. package/reduxStore/persistedRootReducer.js +1 -1
  802. package/reduxStore/reducers.js +1 -1
  803. package/reduxStore/rootReducer.js +1 -1
  804. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  805. package/reduxStore/selectors/index.js +1 -1
  806. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  807. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  808. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  809. package/reduxStore/slices/accountInfoSlice.js +1 -1
  810. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  811. package/reduxStore/slices/dappConfigSlice.js +1 -1
  812. package/reduxStore/slices/index.js +1 -1
  813. package/reduxStore/slices/loginInfoSlice.js +1 -1
  814. package/reduxStore/slices/modalsSlice.js +1 -1
  815. package/reduxStore/slices/networkConfigSlice.js +1 -1
  816. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  817. package/reduxStore/slices/toastsSlice.js +1 -1
  818. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  819. package/reduxStore/slices/transactionsSlice.js +1 -1
  820. package/reduxStore/store.js +1 -1
  821. package/services/index.js +1 -1
  822. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  823. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  824. package/services/nativeAuth/helpers/index.js +1 -1
  825. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  826. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  827. package/services/transactions/clearTransactions.js +1 -1
  828. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  829. package/services/transactions/getTransactionsDetails.js +1 -1
  830. package/services/transactions/index.js +1 -1
  831. package/services/transactions/isCrossShardTransaction.js +1 -1
  832. package/services/transactions/sendBatchTransactions.js +1 -1
  833. package/services/transactions/sendBatchTransactions.test.js +1 -1
  834. package/services/transactions/sendTransactions.js +1 -1
  835. package/services/transactions/signTransactions.js +1 -1
  836. package/services/transactions/transformAndSignTransactions.js +1 -1
  837. package/services/transactions/updateSignedTransactions.js +1 -1
  838. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  839. package/services/transactions/utils.js +1 -1
  840. package/utils/account/getAccount.js +1 -1
  841. package/utils/account/getAccountBalance.js +1 -1
  842. package/utils/account/getAccountProviderType.js +1 -1
  843. package/utils/account/getAccountShard.js +1 -1
  844. package/utils/account/getAddress.js +1 -1
  845. package/utils/account/getIsProviderEqualTo.js +1 -1
  846. package/utils/account/getLatestNonce.js +1 -1
  847. package/utils/account/getShardOfAddress.js +1 -1
  848. package/utils/account/getWebviewToken.js +1 -1
  849. package/utils/account/index.js +1 -1
  850. package/utils/account/loginWithExternalProvider.js +1 -1
  851. package/utils/account/refreshAccount.js +1 -1
  852. package/utils/account/setNonce.js +1 -1
  853. package/utils/account/signMessage.js +1 -1
  854. package/utils/getIsLoggedIn.js +1 -1
  855. package/utils/index.js +1 -1
  856. package/utils/logout.js +1 -1
  857. package/utils/network/getChainID.js +1 -1
  858. package/utils/network/getEgldLabel.js +1 -1
  859. package/utils/network/getNetworkConfig.js +1 -1
  860. package/utils/network/index.js +1 -1
  861. package/utils/operations/calculateFeeInFiat.js +1 -1
  862. package/utils/operations/calculateFeeLimit.js +1 -1
  863. package/utils/operations/denominate.js +1 -1
  864. package/utils/operations/formatAmount.js +1 -1
  865. package/utils/operations/index.js +1 -1
  866. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  867. package/utils/operations/ledger/index.js +1 -1
  868. package/utils/operations/nominate.js +1 -1
  869. package/utils/operations/parseAmount.js +1 -1
  870. package/utils/toasts/customToastsActions.js +1 -1
  871. package/utils/toasts/index.js +1 -1
  872. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  873. package/utils/transactions/builtCallbackUrl.js +1 -1
  874. package/utils/transactions/getAllTransactionsLink.js +1 -1
  875. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  876. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  877. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  878. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  879. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  880. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  881. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  882. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  883. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  884. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  885. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  886. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  887. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  888. package/utils/transactions/getOperationsDetails.js +1 -1
  889. package/utils/transactions/getTransactionLink.js +1 -1
  890. package/utils/transactions/index.js +1 -1
  891. package/utils/transactions/isGuardianTx.js +1 -1
  892. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  893. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  894. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  895. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  896. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  897. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  898. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  899. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  900. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  901. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  902. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  903. package/utils/validation/index.js +1 -1
  904. package/utils/validation/maxDecimals.js +1 -1
  905. package/utils/validation/stringIsFloat.js +1 -1
  906. package/utils/waitForChainID.js +1 -1
  907. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  908. package/web/hooks/index.js +1 -1
  909. package/web/hooks/useIdleTimer.js +1 -1
  910. package/web/index.js +1 -1
  911. package/wrappers/AppInitializer.js +1 -1
  912. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  913. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  914. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  915. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  916. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  917. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  918. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  919. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  920. package/wrappers/DappProvider/CustomComponents.js +1 -1
  921. package/wrappers/DappProvider/DappProvider.js +1 -1
  922. package/wrappers/DappProvider/index.js +1 -1
  923. package/wrappers/index.js +1 -1
  924. package/__chunks__/chunk-27WGUJZE.js +0 -2
  925. package/__chunks__/chunk-2QPF2SQD.js +0 -2
  926. package/__chunks__/chunk-2X25Y5GF.js +0 -2
  927. package/__chunks__/chunk-3P7JIUF2.js +0 -2
  928. package/__chunks__/chunk-3QXCMMFJ.js +0 -2
  929. package/__chunks__/chunk-44YK2JQK.js +0 -2
  930. package/__chunks__/chunk-45EED7RD.js +0 -2
  931. package/__chunks__/chunk-5CP7VS26.js +0 -2
  932. package/__chunks__/chunk-5THRJXRB.js +0 -2
  933. package/__chunks__/chunk-5VJAXXXC.js +0 -2
  934. package/__chunks__/chunk-5ZUKUASY.js +0 -2
  935. package/__chunks__/chunk-6XSN2NUM.js +0 -2
  936. package/__chunks__/chunk-7HXGKE3D.js +0 -2
  937. package/__chunks__/chunk-7NZMCX7I.js +0 -2
  938. package/__chunks__/chunk-7YFU7CBE.js +0 -2
  939. package/__chunks__/chunk-7ZICCVTM.js +0 -2
  940. package/__chunks__/chunk-BB47TQXL.js +0 -2
  941. package/__chunks__/chunk-BEDNI53P.js +0 -2
  942. package/__chunks__/chunk-BPFQKMQN.js +0 -2
  943. package/__chunks__/chunk-CISINKAP.js +0 -2
  944. package/__chunks__/chunk-COALBNUA.js +0 -2
  945. package/__chunks__/chunk-CUALYLTA.js +0 -2
  946. package/__chunks__/chunk-D6X43XMZ.js +0 -2
  947. package/__chunks__/chunk-DZXHQDXB.js +0 -2
  948. package/__chunks__/chunk-EVGFEWRV.js +0 -2
  949. package/__chunks__/chunk-FOLDL6UE.js +0 -2
  950. package/__chunks__/chunk-FOUTVUUG.js +0 -2
  951. package/__chunks__/chunk-FWFFDQAD.js +0 -2
  952. package/__chunks__/chunk-GDNANAEG.js +0 -2
  953. package/__chunks__/chunk-GEGCP2IO.js +0 -2
  954. package/__chunks__/chunk-HNKSOLC5.js +0 -2
  955. package/__chunks__/chunk-HXS2532U.js +0 -2
  956. package/__chunks__/chunk-I4SBNIPG.js +0 -2
  957. package/__chunks__/chunk-I7NGE5L5.js +0 -2
  958. package/__chunks__/chunk-IJ35Y5A4.js +0 -2
  959. package/__chunks__/chunk-JBB4Z2L4.js +0 -2
  960. package/__chunks__/chunk-JIBQFVV2.js +0 -2
  961. package/__chunks__/chunk-JPSCYSYA.js +0 -2
  962. package/__chunks__/chunk-KMF4ARKB.js +0 -2
  963. package/__chunks__/chunk-KRA2FHLN.js +0 -2
  964. package/__chunks__/chunk-KS5WKQTN.js +0 -2
  965. package/__chunks__/chunk-LDDPUQ5P.js +0 -2
  966. package/__chunks__/chunk-MAFAQGDS.js +0 -2
  967. package/__chunks__/chunk-NKU7U6T3.js +0 -2
  968. package/__chunks__/chunk-O3GXKJ5K.js +0 -2
  969. package/__chunks__/chunk-PMHSH2BP.js +0 -2
  970. package/__chunks__/chunk-PO4NUYJR.js +0 -2
  971. package/__chunks__/chunk-Q7PYHNJP.js +0 -2
  972. package/__chunks__/chunk-QJNGK27C.js +0 -2
  973. package/__chunks__/chunk-QWPM53RM.js +0 -2
  974. package/__chunks__/chunk-RGC4W6PF.js +0 -2
  975. package/__chunks__/chunk-SSGCKKCP.js +0 -2
  976. package/__chunks__/chunk-SZYVKAJI.js +0 -2
  977. package/__chunks__/chunk-T6EW2DHO.js +0 -2
  978. package/__chunks__/chunk-TDNO5BAM.js +0 -2
  979. package/__chunks__/chunk-U5GJPRC6.js +0 -2
  980. package/__chunks__/chunk-UJWI6ZHC.js +0 -2
  981. package/__chunks__/chunk-V75NLL26.js +0 -2
  982. package/__chunks__/chunk-V7QS45U5.js +0 -2
  983. package/__chunks__/chunk-YJFIZWHF.js +0 -2
  984. package/__chunks__/chunk-YM3UXGLQ.js +0 -2
  985. package/__chunks__/chunk-YS2DOVB4.js +0 -2
  986. package/__chunks__/chunk-ZFLSGVWG.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.7",_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.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});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *