@multiversx/sdk-dapp 2.28.1 → 2.28.2

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 (564) hide show
  1. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  2. package/UI/ExplorerLink/index.js +1 -1
  3. package/UI/NotificationModal/NotificationModal.js +1 -1
  4. package/UI/NotificationModal/index.js +1 -1
  5. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  6. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  7. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  8. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/ReceiverSubValue.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverSubValue/index.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/ReceiverValue.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/components/ReceiverValue/index.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/NftSftPreviewComponent.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/NftSftPreviewComponent/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/TokenAvatar.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/TokenAvatar/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  32. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  33. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  34. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  35. package/UI/SignTransactionsModals/components/index.js +1 -1
  36. package/UI/SignTransactionsModals/index.js +1 -1
  37. package/UI/TokenDetails/index.js +1 -1
  38. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  39. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  40. package/UI/TransactionDetails/components/index.js +1 -1
  41. package/UI/TransactionDetails/index.js +1 -1
  42. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  43. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  44. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  45. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  46. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  47. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  48. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  49. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  50. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  51. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  52. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  53. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  54. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  55. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  56. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  57. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  58. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  59. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  60. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  61. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  62. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  63. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  64. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  65. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  66. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  67. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  68. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  69. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  70. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  71. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  72. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  73. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  74. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  75. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  76. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  77. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  79. package/UI/TransactionInfo/components/index.js +1 -1
  80. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  81. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  82. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  83. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  88. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  99. package/UI/TransactionInfo/index.js +1 -1
  100. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  101. package/UI/TransactionsTable/components/AccountName.js +1 -1
  102. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  103. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  104. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  105. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  106. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  107. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  108. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  109. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  110. package/UI/TransactionsTable/components/index.js +1 -1
  111. package/UI/TransactionsTable/index.js +1 -1
  112. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  113. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  114. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  115. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  116. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  117. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  118. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  119. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  120. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  121. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  122. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  123. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  124. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  125. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  126. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  127. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  128. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  129. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  130. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  131. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  132. package/UI/TransactionsToastList/components/index.js +1 -1
  133. package/UI/TransactionsToastList/index.js +1 -1
  134. package/UI/Trim/Trim.js +1 -1
  135. package/UI/Trim/index.js +1 -1
  136. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  137. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  138. package/UI/index.js +1 -1
  139. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  140. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  141. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  142. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  143. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  144. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  145. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  146. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  147. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  148. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  149. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  150. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  151. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  152. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  153. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  154. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  155. package/UI/ledger/index.js +1 -1
  156. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  157. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  158. package/UI/pages/UnlockPage/index.js +1 -1
  159. package/UI/pages/index.js +1 -1
  160. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  161. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  162. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  163. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  164. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  165. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  166. package/UI/walletConnect/index.js +1 -1
  167. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  168. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  169. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  170. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  171. package/__chunks__/{chunk-TMYYEVVK.js → chunk-25TKLNIY.js} +2 -2
  172. package/__chunks__/{chunk-ZDB6HAKO.js → chunk-2APM5F6P.js} +2 -2
  173. package/__chunks__/{chunk-MR73UU6X.js → chunk-2CEMW5JI.js} +2 -2
  174. package/__chunks__/{chunk-DX5TU4IE.js → chunk-2FJMUKSI.js} +2 -2
  175. package/__chunks__/chunk-2JOPHBGD.js +2 -0
  176. package/__chunks__/{chunk-4QI2VG6N.js → chunk-2QMMHBRH.js} +2 -2
  177. package/__chunks__/{chunk-4LKUEZSO.js → chunk-2W7T7DFX.js} +2 -2
  178. package/__chunks__/{chunk-AISX5PY2.js → chunk-32R2OCYX.js} +2 -2
  179. package/__chunks__/{chunk-EMTYSLG5.js → chunk-3Y4PTC6D.js} +2 -2
  180. package/__chunks__/{chunk-CWECD3KZ.js → chunk-3Z36V3FG.js} +2 -2
  181. package/__chunks__/{chunk-VFWEA5S5.js → chunk-4ARMCFAA.js} +2 -2
  182. package/__chunks__/{chunk-PPVNXX42.js → chunk-4ENIPYMV.js} +2 -2
  183. package/__chunks__/{chunk-QL2D4UJF.js → chunk-4W5225LE.js} +2 -2
  184. package/__chunks__/{chunk-TDMJ4VFU.js → chunk-5262RQYJ.js} +2 -2
  185. package/__chunks__/chunk-53SCQRUX.js +2 -0
  186. package/__chunks__/{chunk-AJL4BS46.js → chunk-55WJATGO.js} +2 -2
  187. package/__chunks__/{chunk-UNPYZJVQ.js → chunk-56UZOT2Z.js} +2 -2
  188. package/__chunks__/{chunk-3GSZFQ7E.js → chunk-5C5EKQTU.js} +2 -2
  189. package/__chunks__/{chunk-QM4I5QSZ.js → chunk-5DZL4JRC.js} +2 -2
  190. package/__chunks__/{chunk-XA4OE2V4.js → chunk-5FCN2VMM.js} +2 -2
  191. package/__chunks__/chunk-5GIDPTSQ.js +2 -0
  192. package/__chunks__/{chunk-MCXJLSQN.js → chunk-5QX6VG6V.js} +2 -2
  193. package/__chunks__/{chunk-MCSRMWAF.js → chunk-5TDPDLF6.js} +2 -2
  194. package/__chunks__/{chunk-BXKMNQOK.js → chunk-5XU2HLAZ.js} +2 -2
  195. package/__chunks__/{chunk-YHHYGYUN.js → chunk-62Y7NSFC.js} +2 -2
  196. package/__chunks__/{chunk-5UIMS5AQ.js → chunk-63YKTM5S.js} +2 -2
  197. package/__chunks__/{chunk-W4Y4KDHJ.js → chunk-6LRSBUUD.js} +2 -2
  198. package/__chunks__/{chunk-LMVAAOSK.js → chunk-6VOS4NSV.js} +2 -2
  199. package/__chunks__/{chunk-ISKRX5XI.js → chunk-6X4RUE62.js} +2 -2
  200. package/__chunks__/chunk-6XM5BJE5.js +2 -0
  201. package/__chunks__/chunk-724PJ73N.js +2 -0
  202. package/__chunks__/{chunk-SO6RH4JZ.js → chunk-7AZMY34D.js} +2 -2
  203. package/__chunks__/{chunk-7GPYAY6M.js → chunk-7BLOQ4UL.js} +2 -2
  204. package/__chunks__/{chunk-3WZOG62I.js → chunk-7DY5C3Y7.js} +2 -2
  205. package/__chunks__/{chunk-G73KHWO6.js → chunk-7N366U6J.js} +2 -2
  206. package/__chunks__/{chunk-377PQO2C.js → chunk-7PKVTIA4.js} +2 -2
  207. package/__chunks__/{chunk-4H5W6VHI.js → chunk-7XCFC5RE.js} +2 -2
  208. package/__chunks__/chunk-7YFOC5LN.js +2 -0
  209. package/__chunks__/{chunk-DJGFMELE.js → chunk-A2PU7CYG.js} +2 -2
  210. package/__chunks__/{chunk-VTXYRA2P.js → chunk-A7EXIJ5A.js} +2 -2
  211. package/__chunks__/{chunk-6ZTP74AH.js → chunk-AOGU3KDZ.js} +2 -2
  212. package/__chunks__/{chunk-MDCMRKTE.js → chunk-ASP6WY74.js} +2 -2
  213. package/__chunks__/{chunk-ETDBMQAK.js → chunk-ATY3FCNZ.js} +2 -2
  214. package/__chunks__/{chunk-AHNIF7YI.js → chunk-AUE62L7R.js} +2 -2
  215. package/__chunks__/{chunk-7GLW6J4O.js → chunk-B4R6LHQN.js} +2 -2
  216. package/__chunks__/{chunk-NGOLRH2R.js → chunk-B6INBYHP.js} +2 -2
  217. package/__chunks__/{chunk-3PJDKZXU.js → chunk-BF4IFCNG.js} +2 -2
  218. package/__chunks__/{chunk-O7KMNRUL.js → chunk-BNRXA43X.js} +2 -2
  219. package/__chunks__/{chunk-6R7P4UHS.js → chunk-BPZAL7RN.js} +2 -2
  220. package/__chunks__/{chunk-WUYRU2GO.js → chunk-BVA7PNSU.js} +2 -2
  221. package/__chunks__/{chunk-HYATICYW.js → chunk-BX7F33JC.js} +2 -2
  222. package/__chunks__/chunk-CCCZ74I7.js +2 -0
  223. package/__chunks__/{chunk-3Y7S6QV5.js → chunk-CE2IT4OI.js} +2 -2
  224. package/__chunks__/{chunk-BTNMYBZ4.js → chunk-CFKH6L4P.js} +2 -2
  225. package/__chunks__/{chunk-2SWV2UTL.js → chunk-CLUROYGA.js} +2 -2
  226. package/__chunks__/{chunk-RXKE244P.js → chunk-CMWIXLIT.js} +2 -2
  227. package/__chunks__/{chunk-6D3NOEHN.js → chunk-COBKT5HN.js} +2 -2
  228. package/__chunks__/{chunk-DI5NIGUV.js → chunk-CXTS44SA.js} +2 -2
  229. package/__chunks__/{chunk-Y7F6PYUN.js → chunk-CYSJVRAB.js} +2 -2
  230. package/__chunks__/{chunk-GIBRPRSK.js → chunk-CZEBUDSM.js} +2 -2
  231. package/__chunks__/{chunk-7TFD4A2D.js → chunk-D4P7HECD.js} +2 -2
  232. package/__chunks__/{chunk-UJB5K7UE.js → chunk-DLPW2Q6Y.js} +2 -2
  233. package/__chunks__/{chunk-WMX7HLEK.js → chunk-DSH5KUZZ.js} +2 -2
  234. package/__chunks__/{chunk-JA3EQL35.js → chunk-DTI7EJ6A.js} +2 -2
  235. package/__chunks__/{chunk-CYGGO5ZZ.js → chunk-E4HY4TIG.js} +2 -2
  236. package/__chunks__/{chunk-C3ULSDG5.js → chunk-EF2PHNBC.js} +2 -2
  237. package/__chunks__/{chunk-I26W5IQJ.js → chunk-EFAPUU5W.js} +2 -2
  238. package/__chunks__/{chunk-TLCF6TGV.js → chunk-EOZQPABZ.js} +2 -2
  239. package/__chunks__/{chunk-BWQTCVZF.js → chunk-EZVHMQFD.js} +2 -2
  240. package/__chunks__/{chunk-OXUH33R3.js → chunk-F2W6T7XY.js} +2 -2
  241. package/__chunks__/{chunk-KWZOTOK2.js → chunk-F4DQHDJY.js} +2 -2
  242. package/__chunks__/{chunk-5CZACQKM.js → chunk-FOJPFJWV.js} +2 -2
  243. package/__chunks__/{chunk-L256TLR3.js → chunk-FUVBGPBZ.js} +2 -2
  244. package/__chunks__/{chunk-5DTGFRTJ.js → chunk-FWF6LHDJ.js} +2 -2
  245. package/__chunks__/{chunk-LIQL4LIM.js → chunk-G3PGHNTK.js} +2 -2
  246. package/__chunks__/{chunk-CSQYM2N7.js → chunk-GFXW5TAU.js} +2 -2
  247. package/__chunks__/{chunk-HMCAJBCT.js → chunk-GH4CHV64.js} +2 -2
  248. package/__chunks__/{chunk-AO3DPR42.js → chunk-GTWOUVHQ.js} +2 -2
  249. package/__chunks__/{chunk-UBUWJKO6.js → chunk-HEVBS24Z.js} +2 -2
  250. package/__chunks__/{chunk-C4R5TM4Z.js → chunk-HMN5L6WD.js} +2 -2
  251. package/__chunks__/{chunk-6O2BVLWU.js → chunk-HTIWXDFG.js} +2 -2
  252. package/__chunks__/{chunk-UV4NYWRU.js → chunk-IDZ77DMB.js} +2 -2
  253. package/__chunks__/{chunk-EOHSN7LR.js → chunk-IFBPHUM2.js} +2 -2
  254. package/__chunks__/{chunk-6L5QKBFE.js → chunk-IQKJXRSM.js} +2 -2
  255. package/__chunks__/{chunk-W5JBPSN4.js → chunk-IUSIICPO.js} +2 -2
  256. package/__chunks__/{chunk-O3ATBK5R.js → chunk-IYLZIFZM.js} +2 -2
  257. package/__chunks__/{chunk-ACKODHAW.js → chunk-J2JADQPE.js} +2 -2
  258. package/__chunks__/{chunk-MDBHNPPK.js → chunk-JMECLPIS.js} +2 -2
  259. package/__chunks__/{chunk-6XHJMCYU.js → chunk-JMJB66IX.js} +2 -2
  260. package/__chunks__/{chunk-W2YJZSAY.js → chunk-JQNJKWE6.js} +2 -2
  261. package/__chunks__/{chunk-JZN6L25N.js → chunk-K3Y6DMQS.js} +2 -2
  262. package/__chunks__/{chunk-CQD4NGRX.js → chunk-KAQMQFAM.js} +2 -2
  263. package/__chunks__/{chunk-PNAPZIMR.js → chunk-KBSYA6PL.js} +2 -2
  264. package/__chunks__/{chunk-QB3MQPUV.js → chunk-KJDD5GMX.js} +2 -2
  265. package/__chunks__/{chunk-XTPZQZQY.js → chunk-KKHTYGJY.js} +2 -2
  266. package/__chunks__/{chunk-YCEGBI7J.js → chunk-KOF5BTGJ.js} +2 -2
  267. package/__chunks__/{chunk-DHAJY6E5.js → chunk-KPHD23AY.js} +2 -2
  268. package/__chunks__/{chunk-FDOWW5W6.js → chunk-KSFRUUOU.js} +2 -2
  269. package/__chunks__/{chunk-FYAFCFJK.js → chunk-L2ZOUEBI.js} +2 -2
  270. package/__chunks__/{chunk-GHQEEKBT.js → chunk-LCGRV2Y7.js} +2 -2
  271. package/__chunks__/{chunk-3MTC4BKQ.js → chunk-LDXKOTU4.js} +2 -2
  272. package/__chunks__/{chunk-W5KEBXQZ.js → chunk-LFVSKSY2.js} +2 -2
  273. package/__chunks__/{chunk-PQIQYG3E.js → chunk-LJ2PEVMH.js} +2 -2
  274. package/__chunks__/{chunk-XOBPIWIK.js → chunk-LSU6TPEF.js} +2 -2
  275. package/__chunks__/{chunk-TILWP7WB.js → chunk-LXZSILPX.js} +2 -2
  276. package/__chunks__/{chunk-IMHD2TF7.js → chunk-LZU4OLJJ.js} +2 -2
  277. package/__chunks__/{chunk-NH26QJUB.js → chunk-M2G5WZC5.js} +2 -2
  278. package/__chunks__/{chunk-AR5I2J3Q.js → chunk-M6BFJBHB.js} +2 -2
  279. package/__chunks__/{chunk-KKIJXJ6C.js → chunk-MGW7C5US.js} +2 -2
  280. package/__chunks__/{chunk-VFWIJC35.js → chunk-MYPLEMQV.js} +2 -2
  281. package/__chunks__/{chunk-M6JT7RXB.js → chunk-N5TF4J45.js} +2 -2
  282. package/__chunks__/{chunk-KINNNTZ3.js → chunk-N5Y47JBS.js} +2 -2
  283. package/__chunks__/{chunk-YVPPH362.js → chunk-NECINCEX.js} +2 -2
  284. package/__chunks__/chunk-NHXWZVCI.js +2 -0
  285. package/__chunks__/{chunk-N3XDEDPK.js → chunk-NIHYUJWU.js} +2 -2
  286. package/__chunks__/{chunk-GQFOYFAT.js → chunk-NPKT4PGO.js} +2 -2
  287. package/__chunks__/{chunk-B7CPPOXI.js → chunk-O73UF4CD.js} +2 -2
  288. package/__chunks__/{chunk-GAPPJAE2.js → chunk-OES2J7KT.js} +2 -2
  289. package/__chunks__/{chunk-5GRPOBOA.js → chunk-OEV4IBTY.js} +2 -2
  290. package/__chunks__/{chunk-ZCJII2X2.js → chunk-OF5QF26U.js} +2 -2
  291. package/__chunks__/{chunk-5KYYCNCP.js → chunk-OFBR4N2A.js} +2 -2
  292. package/__chunks__/{chunk-O5L6LKCS.js → chunk-PCRGFDTK.js} +2 -2
  293. package/__chunks__/{chunk-7T46NK4L.js → chunk-PHR7PYJF.js} +2 -2
  294. package/__chunks__/{chunk-DKZIOUIW.js → chunk-PM6GBW4P.js} +2 -2
  295. package/__chunks__/{chunk-5RGUQKIT.js → chunk-PRHJ3SOP.js} +2 -2
  296. package/__chunks__/{chunk-KU5PGHDE.js → chunk-PYI6WIB2.js} +2 -2
  297. package/__chunks__/{chunk-4JDZEFBU.js → chunk-Q2VE6X56.js} +2 -2
  298. package/__chunks__/{chunk-GHCDAZ7P.js → chunk-Q6ZT4HQ5.js} +2 -2
  299. package/__chunks__/chunk-QALFNFEA.js +2 -0
  300. package/__chunks__/{chunk-Y35KCPR2.js → chunk-QGDI6UAH.js} +2 -2
  301. package/__chunks__/{chunk-FJIYULXL.js → chunk-QHIZ7LQX.js} +2 -2
  302. package/__chunks__/{chunk-MAO5PDGU.js → chunk-QIBNQ6LM.js} +2 -2
  303. package/__chunks__/chunk-QILCV4DK.js +2 -0
  304. package/__chunks__/{chunk-WLYKWQD6.js → chunk-QKNFELBK.js} +2 -2
  305. package/__chunks__/{chunk-I3FBVDO6.js → chunk-QN7WLY5Q.js} +2 -2
  306. package/__chunks__/{chunk-5XM4CRPR.js → chunk-QNROF7ST.js} +2 -2
  307. package/__chunks__/{chunk-65A3B53L.js → chunk-QRIBYU2N.js} +2 -2
  308. package/__chunks__/{chunk-AEXNV3TK.js → chunk-QVBC5KU7.js} +2 -2
  309. package/__chunks__/{chunk-V7VNB5Z4.js → chunk-QYL3HPJU.js} +2 -2
  310. package/__chunks__/{chunk-SFLJRAPR.js → chunk-QZTHQ67J.js} +2 -2
  311. package/__chunks__/{chunk-2L45MWUB.js → chunk-R64XH7CG.js} +2 -2
  312. package/__chunks__/{chunk-5VTQNEEJ.js → chunk-RFOZN5XR.js} +2 -2
  313. package/__chunks__/{chunk-TT56Z2LR.js → chunk-RHKIKM72.js} +2 -2
  314. package/__chunks__/{chunk-SAQ4ASCL.js → chunk-RI5FTXQ3.js} +2 -2
  315. package/__chunks__/{chunk-SGKUVI7A.js → chunk-RIZCBVZ3.js} +2 -2
  316. package/__chunks__/{chunk-MSTC4KAQ.js → chunk-RJTT7W53.js} +2 -2
  317. package/__chunks__/chunk-RUMYHDS2.js +2 -0
  318. package/__chunks__/{chunk-TLM7QCHU.js → chunk-RYCUJB52.js} +2 -2
  319. package/__chunks__/{chunk-Z4J7ZJE7.js → chunk-S3J224FC.js} +2 -2
  320. package/__chunks__/{chunk-G73G5GCO.js → chunk-S44J7AQY.js} +2 -2
  321. package/__chunks__/{chunk-7WIV5R6B.js → chunk-S5WHDUS4.js} +2 -2
  322. package/__chunks__/{chunk-VH5NLL4G.js → chunk-S7E4U5ZW.js} +2 -2
  323. package/__chunks__/chunk-SBSYG3WI.js +2 -0
  324. package/__chunks__/{chunk-EQA2WWDR.js → chunk-SDNLSNJM.js} +2 -2
  325. package/__chunks__/{chunk-NNPYDFED.js → chunk-SF5MQ5LH.js} +2 -2
  326. package/__chunks__/{chunk-CZCTETJR.js → chunk-SGF2XWPL.js} +2 -2
  327. package/__chunks__/{chunk-QTN3KX3M.js → chunk-SI3V7AML.js} +2 -2
  328. package/__chunks__/{chunk-ZKGHYSIS.js → chunk-SI54S3R7.js} +2 -2
  329. package/__chunks__/{chunk-KQZILKJH.js → chunk-SNCMMLVJ.js} +2 -2
  330. package/__chunks__/{chunk-XNAVOZDC.js → chunk-SPD4BXHU.js} +2 -2
  331. package/__chunks__/{chunk-M6HJU3EY.js → chunk-SRYFBZQP.js} +2 -2
  332. package/__chunks__/{chunk-XAKAWG2W.js → chunk-SXTZHAR3.js} +2 -2
  333. package/__chunks__/{chunk-4D3U6ZD4.js → chunk-TZKTRQNI.js} +2 -2
  334. package/__chunks__/{chunk-EB5LO6N3.js → chunk-U3ILDC2U.js} +2 -2
  335. package/__chunks__/{chunk-JA2AFWW6.js → chunk-U4OFNOIG.js} +2 -2
  336. package/__chunks__/{chunk-HCXCYX7Q.js → chunk-UEZHFKN5.js} +2 -2
  337. package/__chunks__/{chunk-WSPYL5G4.js → chunk-UGND74X5.js} +2 -2
  338. package/__chunks__/{chunk-TWGIA4XW.js → chunk-UKY3OCCP.js} +2 -2
  339. package/__chunks__/{chunk-VPT4SDXE.js → chunk-UQWJIYJM.js} +2 -2
  340. package/__chunks__/{chunk-CTGAJWFF.js → chunk-UR464XNF.js} +2 -2
  341. package/__chunks__/{chunk-OZIBVRNU.js → chunk-VH6IAYJ6.js} +2 -2
  342. package/__chunks__/{chunk-SVRN4Z36.js → chunk-WCWPOKBK.js} +2 -2
  343. package/__chunks__/{chunk-3X6D5VYY.js → chunk-WHMHQT5E.js} +2 -2
  344. package/__chunks__/{chunk-QXLKN4HC.js → chunk-WJPVOFBJ.js} +2 -2
  345. package/__chunks__/{chunk-LNF42C6W.js → chunk-WOX6FCMV.js} +2 -2
  346. package/__chunks__/{chunk-WZL24NPU.js → chunk-WS5YEPND.js} +2 -2
  347. package/__chunks__/{chunk-EXJ65NIX.js → chunk-WV4OZTW2.js} +2 -2
  348. package/__chunks__/{chunk-UF6M3YZK.js → chunk-X2GBY6KD.js} +2 -2
  349. package/__chunks__/{chunk-TVGXCKNH.js → chunk-X5C7GLE5.js} +2 -2
  350. package/__chunks__/{chunk-UWLFEUFI.js → chunk-XC6GUYO7.js} +2 -2
  351. package/__chunks__/{chunk-V44RE32I.js → chunk-XDB3MIJ7.js} +2 -2
  352. package/__chunks__/{chunk-EUNFTDD5.js → chunk-XGTSAYXA.js} +2 -2
  353. package/__chunks__/{chunk-D3BEYGVK.js → chunk-XH7XJCEW.js} +2 -2
  354. package/__chunks__/{chunk-ONVUZ54B.js → chunk-XQJYDUM5.js} +2 -2
  355. package/__chunks__/{chunk-AXJSR5OE.js → chunk-Y3ER56OL.js} +2 -2
  356. package/__chunks__/{chunk-7FNGDLDH.js → chunk-YGXWMX3S.js} +2 -2
  357. package/__chunks__/{chunk-B5CAWWM4.js → chunk-YHLWRHTZ.js} +2 -2
  358. package/__chunks__/{chunk-PPIXFWRT.js → chunk-YI4YJ55T.js} +2 -2
  359. package/__chunks__/{chunk-3PSPQL2R.js → chunk-YIGDLP2Q.js} +2 -2
  360. package/__chunks__/{chunk-VHRBICW4.js → chunk-YKBUGTSZ.js} +2 -2
  361. package/__chunks__/{chunk-KFEYL67M.js → chunk-YKLH6MPT.js} +2 -2
  362. package/__chunks__/{chunk-DK2CHAX2.js → chunk-YU5A6NKS.js} +2 -2
  363. package/__chunks__/{chunk-T7WJHNCR.js → chunk-ZCSFXL63.js} +2 -2
  364. package/__chunks__/{chunk-UMEL33UT.js → chunk-ZECNVVYI.js} +2 -2
  365. package/__chunks__/{chunk-W5AIF7Y6.js → chunk-ZLP7MZPL.js} +2 -2
  366. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  367. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  368. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  369. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  370. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  371. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  372. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  373. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  374. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  375. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  376. package/__commonjs/UI/TransactionDetails/TransactionDetails.js +5 -5
  377. package/__commonjs/UI/TransactionDetails/index.js +5 -5
  378. package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +5 -5
  379. package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +5 -5
  380. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +14 -14
  381. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +2 -2
  382. package/__commonjs/UI/index.js +2 -2
  383. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  384. package/__commonjs/UI/walletConnect/index.js +1 -1
  385. package/__commonjs/hooks/index.js +1 -1
  386. package/__commonjs/hooks/transactions/helpers/checkIsValidSender.d.ts +1 -1
  387. package/__commonjs/hooks/transactions/helpers/checkIsValidSender.js +1 -1
  388. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  389. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  390. package/__commonjs/hooks/transactions/index.js +1 -1
  391. package/__commonjs/hooks/transactions/useSignMultipleTransactions.js +1 -1
  392. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  393. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  394. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  395. package/__commonjs/utils/index.js +1 -1
  396. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  397. package/__commonjs/utils/transactions/index.js +1 -1
  398. package/__mocks__/index.js +1 -1
  399. package/__mocks__/utils/index.js +1 -1
  400. package/__mocks__/utils/renderWithProvider.js +1 -1
  401. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  402. package/apiCalls/accounts/index.js +1 -1
  403. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  404. package/apiCalls/configuration/index.js +1 -1
  405. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  406. package/apiCalls/economics/index.js +1 -1
  407. package/apiCalls/getScamAddressData.js +1 -1
  408. package/apiCalls/index.js +1 -1
  409. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  410. package/apiCalls/transactions/index.js +1 -1
  411. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  412. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  413. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  414. package/apiCalls/utils/index.js +1 -1
  415. package/components/LogoutListener/LogoutListener.js +1 -1
  416. package/components/LogoutListener/helpers/index.js +1 -1
  417. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  418. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  419. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  420. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  421. package/components/LogoutListener/index.js +1 -1
  422. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  423. package/components/ProviderInitializer/hooks/index.js +1 -1
  424. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  425. package/components/ProviderInitializer/index.js +1 -1
  426. package/components/TransactionSender/TransactionSender.js +1 -1
  427. package/components/TransactionSender/index.js +1 -1
  428. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  429. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  430. package/components/TransactionsTracker/index.js +1 -1
  431. package/hooks/account/index.js +1 -1
  432. package/hooks/account/useGetAccount.js +1 -1
  433. package/hooks/account/useGetAccountFromApi.js +1 -1
  434. package/hooks/account/useGetAccountInfo.js +1 -1
  435. package/hooks/account/useGetIsLoggedIn.js +1 -1
  436. package/hooks/account/useGetLoginInfo.js +1 -1
  437. package/hooks/account/useGetWebsocketEvent.js +1 -1
  438. package/hooks/economics/index.js +1 -1
  439. package/hooks/economics/useGetEgldPrice.js +1 -1
  440. package/hooks/index.js +1 -1
  441. package/hooks/login/index.js +1 -1
  442. package/hooks/login/useExtensionLogin.js +1 -1
  443. package/hooks/login/useGetModalLoginMethods.js +1 -1
  444. package/hooks/login/useLedgerLogin.js +1 -1
  445. package/hooks/login/useLoginService.js +1 -1
  446. package/hooks/login/useOperaLogin.js +1 -1
  447. package/hooks/login/useWalletConnectV2Login.js +1 -1
  448. package/hooks/login/useWebViewLogin.js +1 -1
  449. package/hooks/login/useWebWalletLogin.js +1 -1
  450. package/hooks/login/useXaliasLogin.js +1 -1
  451. package/hooks/signMessage/index.js +1 -1
  452. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  453. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  454. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  455. package/hooks/signMessage/useSignMessage.js +1 -1
  456. package/hooks/toasts/index.js +1 -1
  457. package/hooks/toasts/useGetToasts.js +1 -1
  458. package/hooks/toasts/useTransactionsToasts.js +1 -1
  459. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  460. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  461. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  462. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  463. package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
  464. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  465. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  466. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  467. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  468. package/hooks/transactions/helpers/checkIsValidSender.d.ts +1 -1
  469. package/hooks/transactions/helpers/checkIsValidSender.js +1 -1
  470. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  471. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  472. package/hooks/transactions/helpers/index.js +1 -1
  473. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  474. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  475. package/hooks/transactions/index.js +1 -1
  476. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  477. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  478. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  479. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  480. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  481. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  482. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  483. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  484. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  485. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  486. package/hooks/transactions/useGetTokenDetails.js +1 -1
  487. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  488. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  489. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  490. package/hooks/transactions/useSignTransactions.js +1 -1
  491. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  492. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  493. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  494. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  495. package/hooks/transactions/useTransactionsTracker.js +1 -1
  496. package/hooks/useGetNetworkConfig.js +1 -1
  497. package/hooks/useGetNotification.js +1 -1
  498. package/hooks/websocketListener/index.js +1 -1
  499. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  500. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  501. package/package.json +1 -1
  502. package/reduxStore/selectors/index.js +1 -1
  503. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  504. package/services/index.js +1 -1
  505. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  506. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  507. package/services/nativeAuth/helpers/index.js +1 -1
  508. package/services/transactions/clearTransactions.js +1 -1
  509. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  510. package/services/transactions/getTransactionsDetails.js +1 -1
  511. package/services/transactions/index.js +1 -1
  512. package/services/transactions/sendBatchTransactions.js +1 -1
  513. package/services/transactions/sendBatchTransactions.test.js +1 -1
  514. package/services/transactions/sendTransactions.js +1 -1
  515. package/services/transactions/transformAndSignTransactions.js +1 -1
  516. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  517. package/utils/account/getAccount.js +1 -1
  518. package/utils/account/getAccountBalance.js +1 -1
  519. package/utils/account/getAccountShard.js +1 -1
  520. package/utils/account/getAddress.js +1 -1
  521. package/utils/account/getLatestNonce.js +1 -1
  522. package/utils/account/index.js +1 -1
  523. package/utils/account/refreshAccount.js +1 -1
  524. package/utils/account/signMessage.js +1 -1
  525. package/utils/getIsLoggedIn.js +1 -1
  526. package/utils/index.js +1 -1
  527. package/utils/logout.js +1 -1
  528. package/utils/network/getChainID.js +1 -1
  529. package/utils/network/getEgldLabel.js +1 -1
  530. package/utils/network/getNetworkConfig.js +1 -1
  531. package/utils/network/index.js +1 -1
  532. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  533. package/utils/transactions/builtCallbackUrl.js +1 -1
  534. package/utils/transactions/getAllTransactionsLink.js +1 -1
  535. package/utils/transactions/getTransactionLink.js +1 -1
  536. package/utils/transactions/index.js +1 -1
  537. package/web/hooks/index.js +1 -1
  538. package/web/hooks/useIdleTimer.js +1 -1
  539. package/web/index.js +1 -1
  540. package/wrappers/AppInitializer.js +1 -1
  541. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  542. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  543. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  544. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  545. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  546. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  547. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  548. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  549. package/wrappers/DappProvider/CustomComponents.js +1 -1
  550. package/wrappers/DappProvider/DappProvider.js +1 -1
  551. package/wrappers/DappProvider/index.js +1 -1
  552. package/wrappers/index.js +1 -1
  553. package/__chunks__/chunk-24PU763U.js +0 -2
  554. package/__chunks__/chunk-A3IOBC7S.js +0 -2
  555. package/__chunks__/chunk-EHHGJYNL.js +0 -2
  556. package/__chunks__/chunk-GETRIWWF.js +0 -2
  557. package/__chunks__/chunk-GIJURFID.js +0 -2
  558. package/__chunks__/chunk-GS5GS2NR.js +0 -2
  559. package/__chunks__/chunk-HA5NINEJ.js +0 -2
  560. package/__chunks__/chunk-HXYYH7NA.js +0 -2
  561. package/__chunks__/chunk-PDAFY2LH.js +0 -2
  562. package/__chunks__/chunk-QIBQNU2P.js +0 -2
  563. package/__chunks__/chunk-X6744NGN.js +0 -2
  564. package/__chunks__/chunk-Z6NVIDIA.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Me=Object.create;var M=Object.defineProperty,Ge=Object.defineProperties,Ve=Object.getOwnPropertyDescriptor,We=Object.getOwnPropertyDescriptors,He=Object.getOwnPropertyNames,ie=Object.getOwnPropertySymbols,qe=Object.getPrototypeOf,ae=Object.prototype.hasOwnProperty,ze=Object.prototype.propertyIsEnumerable;var oe=(t,e,r)=>e in t?M(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,I=(t,e)=>{for(var r in e||(e={}))ae.call(e,r)&&oe(t,r,e[r]);if(ie)for(var r of ie(e))ze.call(e,r)&&oe(t,r,e[r]);return t},se=(t,e)=>Ge(t,We(e));var je=(t,e)=>()=>(t&&(e=t(t=0)),e);var G=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Xe=(t,e)=>{for(var r in e)M(t,r,{get:e[r],enumerable:!0})},le=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of He(e))!ae.call(t,i)&&i!==r&&M(t,i,{get:()=>e[i],enumerable:!(n=Ve(e,i))||n.enumerable});return t};var ce=(t,e,r)=>(r=t!=null?Me(qe(t)):{},le(e||!t||!t.__esModule?M(r,"default",{value:t,enumerable:!0}):r,t)),Ye=t=>le(M({},"__esModule",{value:!0}),t);var de=G(V=>{"use strict";l();V.byteLength=$e;V.toByteArray=Ze;V.fromByteArray=rr;var k=[],T=[],Ke=typeof Uint8Array!="undefined"?Uint8Array:Array,j="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,pe=j.length;F<pe;++F)k[F]=j[F],T[j.charCodeAt(F)]=F;var F,pe;T["-".charCodeAt(0)]=62;T["_".charCodeAt(0)]=63;function ue(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function $e(t){var e=ue(t),r=e[0],n=e[1];return(r+n)*3/4-n}function Je(t,e,r){return(e+r)*3/4-r}function Ze(t){var e,r=ue(t),n=r[0],i=r[1],o=new Ke(Je(t,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=T[t.charCodeAt(p)]<<18|T[t.charCodeAt(p+1)]<<12|T[t.charCodeAt(p+2)]<<6|T[t.charCodeAt(p+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=T[t.charCodeAt(p)]<<2|T[t.charCodeAt(p+1)]>>4,o[a++]=e&255),i===1&&(e=T[t.charCodeAt(p)]<<10|T[t.charCodeAt(p+1)]<<4|T[t.charCodeAt(p+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function Qe(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function er(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(Qe(n));return i.join("")}function rr(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,c=r-n;a<c;a+=o)i.push(er(t,a,a+o>c?c:a+o));return n===1?(e=t[r-1],i.push(k[e>>2]+k[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(k[e>>10]+k[e>>4&63]+k[e<<2&63]+"=")),i.join("")}});var ge=G(X=>{l();X.read=function(t,e,r,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,d=p>>1,g=-7,u=r?i-1:0,v=r?-1:1,b=t[e+u];for(u+=v,o=b&(1<<-g)-1,b>>=-g,g+=c;g>0;o=o*256+t[e+u],u+=v,g-=8);for(a=o&(1<<-g)-1,o>>=-g,g+=n;g>0;a=a*256+t[e+u],u+=v,g-=8);if(o===0)o=1-d;else{if(o===p)return a?NaN:(b?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-d}return(b?-1:1)*a*Math.pow(2,o-n)};X.write=function(t,e,r,n,i,o){var a,c,p,d=o*8-i-1,g=(1<<d)-1,u=g>>1,v=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=n?0:o-1,U=n?1:-1,Pe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=g):(a=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?e+=v/p:e+=v*Math.pow(2,1-u),e*p>=2&&(a++,p/=2),a+u>=g?(c=0,a=g):a+u>=1?(c=(e*p-1)*Math.pow(2,i),a=a+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;t[r+b]=c&255,b+=U,c/=256,i-=8);for(a=a<<i|c,d+=i;d>0;t[r+b]=a&255,b+=U,a/=256,d-=8);t[r+b-U]|=Pe*128}});var Re=G(O=>{"use strict";l();var Y=de(),D=ge(),fe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=s;O.SlowBuffer=sr;O.INSPECT_MAX_BYTES=50;var W=2147483647;O.kMaxLength=W;s.TYPED_ARRAY_SUPPORT=tr();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function tr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function L(t){if(t>W)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 Z(t)}return ye(t,e,r)}s.poolSize=8192;function ye(t,e,r){if(typeof t=="string")return ir(t,e);if(ArrayBuffer.isView(t))return or(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return $(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=ar(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 ye(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function xe(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function nr(t,e,r){return xe(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 nr(t,e,r)};function Z(t){return xe(t),L(t<0?0:Q(t)|0)}s.allocUnsafe=function(t){return Z(t)};s.allocUnsafeSlow=function(t){return Z(t)};function ir(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=we(t,e)|0,n=L(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function K(t){for(var e=t.length<0?0:Q(t.length)|0,r=L(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function or(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return $(e.buffer,e.byteOffset,e.byteLength)}return K(t)}function $(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 ar(t){if(s.isBuffer(t)){var e=Q(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"||ee(t.length)?L(0):K(t);if(t.type==="Buffer"&&Array.isArray(t.data))return K(t.data)}function Q(t){if(t>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return t|0}function sr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(_(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function we(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ae(t).length;default:if(i)return n?-1:J(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=we;function lr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return xr(this,e,r);case"utf8":case"utf-8":return Te(this,e,r);case"ascii":return mr(this,e,r);case"latin1":case"binary":return yr(this,e,r);case"base64":return fr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function 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?Te(this,0,e):lr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=O.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};fe&&(s.prototype[fe]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,p=Math.min(a,c),d=this.slice(i,o),g=e.slice(r,n),u=0;u<p;++u)if(d[u]!==g[u]){a=d[u],c=g[u];break}return a<c?-1:c<a?1:0};function be(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,ee(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:he(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):he(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function he(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function p(b,U){return o===1?b[U]:b.readUInt16BE(U*o)}var d;if(i){var g=-1;for(d=r;d<a;d++)if(p(t,d)===p(e,g===-1?0:d-g)){if(g===-1&&(g=d),d-g+1===c)return g*o}else g!==-1&&(d-=d-g),g=-1}else for(r+c>a&&(r=a-c),d=r;d>=0;d--){for(var u=!0,v=0;v<c;v++)if(p(t,d+v)!==p(e,v)){u=!1;break}if(u)return d}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return be(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return be(this,e,r,n,!1)};function cr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(ee(c))return a;t[r+a]=c}return a}function pr(t,e,r,n){return H(J(e,t.length-r),t,r,n)}function ur(t,e,r,n){return H(vr(e),t,r,n)}function dr(t,e,r,n){return H(Ae(e),t,r,n)}function gr(t,e,r,n){return H(kr(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 cr(this,e,r,n);case"utf8":case"utf-8":return pr(this,e,r,n);case"ascii":case"latin1":case"binary":return ur(this,e,r,n);case"base64":return dr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gr(this,e,r,n);default:if(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 fr(t,e,r){return e===0&&r===t.length?Y.fromByteArray(t):Y.fromByteArray(t.slice(e,r))}function Te(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var p,d,g,u;switch(c){case 1:o<128&&(a=o);break;case 2:p=t[i+1],(p&192)===128&&(u=(o&31)<<6|p&63,u>127&&(a=u));break;case 3:p=t[i+1],d=t[i+2],(p&192)===128&&(d&192)===128&&(u=(o&15)<<12|(p&63)<<6|d&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=t[i+1],d=t[i+2],g=t[i+3],(p&192)===128&&(d&192)===128&&(g&192)===128&&(u=(o&15)<<18|(p&63)<<12|(d&63)<<6|g&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return hr(n)}var me=4096;function hr(t){var e=t.length;if(e<=me)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=me));return r}function mr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function yr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function xr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=_r[t[o]];return i}function wr(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),D.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),D.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),D.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),D.read(this,e,!1,52,8)};function w(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=0,c=1,p=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function ve(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 ke(t,e,r,n,i){return e=+e,r=r>>>0,i||ve(t,e,r,4,34028234663852886e22,-34028234663852886e22),D.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return ke(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return ke(this,e,r,!1,n)};function _e(t,e,r,n,i){return e=+e,r=r>>>0,i||ve(t,e,r,8,17976931348623157e292,-17976931348623157e292),D.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return _e(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return _e(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=c[a%p]}return this};var br=/[^+/0-9A-Za-z-_]/g;function Tr(t){if(t=t.split("=")[0],t=t.trim().replace(br,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function J(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 vr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function kr(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 Ae(t){return Y.toByteArray(Tr(t))}function H(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function ee(t){return t!==t}var _r=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Ne=G((Ur,Ee)=>{l();var y=Ee.exports={},A,R;function re(){throw new Error("setTimeout has not been defined")}function te(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=re}catch(t){A=re}try{typeof clearTimeout=="function"?R=clearTimeout:R=te}catch(t){R=te}})();function Se(t){if(A===setTimeout)return setTimeout(t,0);if((A===re||!A)&&setTimeout)return A=setTimeout,setTimeout(t,0);try{return A(t,0)}catch(e){try{return A.call(null,t,0)}catch(r){return A.call(this,t,0)}}}function Ar(t){if(R===clearTimeout)return clearTimeout(t);if((R===te||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(t);try{return R(t)}catch(e){try{return R.call(null,t)}catch(r){return R.call(this,t)}}}var E=[],P=!1,B,q=-1;function Rr(){!P||!B||(P=!1,B.length?E=B.concat(E):q=-1,E.length&&Ie())}function Ie(){if(!P){var t=Se(Rr);P=!0;for(var e=E.length;e;){for(B=E,E=[];++q<e;)B&&B[q].run();q=-1,e=E.length}B=null,P=!1,Ar(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];E.push(new Le(t,e)),E.length===1&&!P&&Se(Ie)};function Le(t,e){this.fun=t,this.array=e}Le.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var f,h,Dr,l=je(()=>{f=ce(Re()),h=ce(Ne()),Dr=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 Er={};Xe(Er,{builtCallbackUrl:()=>Lr});module.exports=Ye(Er);l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var z=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types");var Fe=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Fe||{}),jr=I(I({},z.CrossWindowProviderRequestEnums),Fe),Ce=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ce||{}),Xr=I(I({},z.CrossWindowProviderResponseEnums),Ce);l();l();l();l();l();l();var ne={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Be,egldLabel:pt}=ne["devnet"],{chainId:Ue,egldLabel:ut}=ne["testnet"],{chainId:De,egldLabel:dt}=ne["mainnet"];var gt={["devnet"]:Be,["testnet"]:Ue,["mainnet"]:De},ft={[Be]:"devnet",[Ue]:"testnet",[De]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");var Oe="sdk-dapp-version";function Sr(t,e){let r=new URLSearchParams(t),n=Object.fromEntries(r);return{nextUrlParams:new URLSearchParams(I(I({},n),e)).toString(),params:n}}var Ir="2.28.1";function Lr({callbackUrl:t,urlParams:e={}}){let r=t;if(Object.entries(e).length>0)try{let{search:n,origin:i,pathname:o,hash:a}=new URL(t),c=se(I({},e),{[Oe]:Ir}),{nextUrlParams:p}=Sr(n,c);r=`${i}${o}?${p}${a}`}catch(n){return console.error("Unable to construct URL from: ",t,n),r}return r}0&&(module.exports={builtCallbackUrl});
1
+ "use strict";var Me=Object.create;var M=Object.defineProperty,Ge=Object.defineProperties,Ve=Object.getOwnPropertyDescriptor,We=Object.getOwnPropertyDescriptors,He=Object.getOwnPropertyNames,ie=Object.getOwnPropertySymbols,qe=Object.getPrototypeOf,ae=Object.prototype.hasOwnProperty,ze=Object.prototype.propertyIsEnumerable;var oe=(t,e,r)=>e in t?M(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,I=(t,e)=>{for(var r in e||(e={}))ae.call(e,r)&&oe(t,r,e[r]);if(ie)for(var r of ie(e))ze.call(e,r)&&oe(t,r,e[r]);return t},se=(t,e)=>Ge(t,We(e));var je=(t,e)=>()=>(t&&(e=t(t=0)),e);var G=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Xe=(t,e)=>{for(var r in e)M(t,r,{get:e[r],enumerable:!0})},le=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of He(e))!ae.call(t,i)&&i!==r&&M(t,i,{get:()=>e[i],enumerable:!(n=Ve(e,i))||n.enumerable});return t};var ce=(t,e,r)=>(r=t!=null?Me(qe(t)):{},le(e||!t||!t.__esModule?M(r,"default",{value:t,enumerable:!0}):r,t)),Ye=t=>le(M({},"__esModule",{value:!0}),t);var de=G(V=>{"use strict";l();V.byteLength=$e;V.toByteArray=Ze;V.fromByteArray=rr;var k=[],T=[],Ke=typeof Uint8Array!="undefined"?Uint8Array:Array,j="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(F=0,pe=j.length;F<pe;++F)k[F]=j[F],T[j.charCodeAt(F)]=F;var F,pe;T["-".charCodeAt(0)]=62;T["_".charCodeAt(0)]=63;function ue(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function $e(t){var e=ue(t),r=e[0],n=e[1];return(r+n)*3/4-n}function Je(t,e,r){return(e+r)*3/4-r}function Ze(t){var e,r=ue(t),n=r[0],i=r[1],o=new Ke(Je(t,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=T[t.charCodeAt(p)]<<18|T[t.charCodeAt(p+1)]<<12|T[t.charCodeAt(p+2)]<<6|T[t.charCodeAt(p+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=T[t.charCodeAt(p)]<<2|T[t.charCodeAt(p+1)]>>4,o[a++]=e&255),i===1&&(e=T[t.charCodeAt(p)]<<10|T[t.charCodeAt(p+1)]<<4|T[t.charCodeAt(p+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function Qe(t){return k[t>>18&63]+k[t>>12&63]+k[t>>6&63]+k[t&63]}function er(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(Qe(n));return i.join("")}function rr(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,c=r-n;a<c;a+=o)i.push(er(t,a,a+o>c?c:a+o));return n===1?(e=t[r-1],i.push(k[e>>2]+k[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(k[e>>10]+k[e>>4&63]+k[e<<2&63]+"=")),i.join("")}});var ge=G(X=>{l();X.read=function(t,e,r,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,d=p>>1,g=-7,u=r?i-1:0,v=r?-1:1,b=t[e+u];for(u+=v,o=b&(1<<-g)-1,b>>=-g,g+=c;g>0;o=o*256+t[e+u],u+=v,g-=8);for(a=o&(1<<-g)-1,o>>=-g,g+=n;g>0;a=a*256+t[e+u],u+=v,g-=8);if(o===0)o=1-d;else{if(o===p)return a?NaN:(b?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-d}return(b?-1:1)*a*Math.pow(2,o-n)};X.write=function(t,e,r,n,i,o){var a,c,p,d=o*8-i-1,g=(1<<d)-1,u=g>>1,v=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=n?0:o-1,U=n?1:-1,Pe=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=g):(a=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?e+=v/p:e+=v*Math.pow(2,1-u),e*p>=2&&(a++,p/=2),a+u>=g?(c=0,a=g):a+u>=1?(c=(e*p-1)*Math.pow(2,i),a=a+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;t[r+b]=c&255,b+=U,c/=256,i-=8);for(a=a<<i|c,d+=i;d>0;t[r+b]=a&255,b+=U,a/=256,d-=8);t[r+b-U]|=Pe*128}});var Re=G(O=>{"use strict";l();var Y=de(),D=ge(),fe=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;O.Buffer=s;O.SlowBuffer=sr;O.INSPECT_MAX_BYTES=50;var W=2147483647;O.kMaxLength=W;s.TYPED_ARRAY_SUPPORT=tr();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function tr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function L(t){if(t>W)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 Z(t)}return ye(t,e,r)}s.poolSize=8192;function ye(t,e,r){if(typeof t=="string")return ir(t,e);if(ArrayBuffer.isView(t))return or(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return $(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=ar(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 ye(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function xe(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function nr(t,e,r){return xe(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 nr(t,e,r)};function Z(t){return xe(t),L(t<0?0:Q(t)|0)}s.allocUnsafe=function(t){return Z(t)};s.allocUnsafeSlow=function(t){return Z(t)};function ir(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=we(t,e)|0,n=L(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function K(t){for(var e=t.length<0?0:Q(t.length)|0,r=L(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function or(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return $(e.buffer,e.byteOffset,e.byteLength)}return K(t)}function $(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 ar(t){if(s.isBuffer(t)){var e=Q(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"||ee(t.length)?L(0):K(t);if(t.type==="Buffer"&&Array.isArray(t.data))return K(t.data)}function Q(t){if(t>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return t|0}function sr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(_(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function we(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return J(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ae(t).length;default:if(i)return n?-1:J(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=we;function lr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return xr(this,e,r);case"utf8":case"utf-8":return Te(this,e,r);case"ascii":return mr(this,e,r);case"latin1":case"binary":return yr(this,e,r);case"base64":return fr(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function 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?Te(this,0,e):lr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=O.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};fe&&(s.prototype[fe]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,p=Math.min(a,c),d=this.slice(i,o),g=e.slice(r,n),u=0;u<p;++u)if(d[u]!==g[u]){a=d[u],c=g[u];break}return a<c?-1:c<a?1:0};function be(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,ee(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:he(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):he(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function he(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function p(b,U){return o===1?b[U]:b.readUInt16BE(U*o)}var d;if(i){var g=-1;for(d=r;d<a;d++)if(p(t,d)===p(e,g===-1?0:d-g)){if(g===-1&&(g=d),d-g+1===c)return g*o}else g!==-1&&(d-=d-g),g=-1}else for(r+c>a&&(r=a-c),d=r;d>=0;d--){for(var u=!0,v=0;v<c;v++)if(p(t,d+v)!==p(e,v)){u=!1;break}if(u)return d}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return be(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return be(this,e,r,n,!1)};function cr(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(ee(c))return a;t[r+a]=c}return a}function pr(t,e,r,n){return H(J(e,t.length-r),t,r,n)}function ur(t,e,r,n){return H(vr(e),t,r,n)}function dr(t,e,r,n){return H(Ae(e),t,r,n)}function gr(t,e,r,n){return H(kr(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 cr(this,e,r,n);case"utf8":case"utf-8":return pr(this,e,r,n);case"ascii":case"latin1":case"binary":return ur(this,e,r,n);case"base64":return dr(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gr(this,e,r,n);default:if(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 fr(t,e,r){return e===0&&r===t.length?Y.fromByteArray(t):Y.fromByteArray(t.slice(e,r))}function Te(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var p,d,g,u;switch(c){case 1:o<128&&(a=o);break;case 2:p=t[i+1],(p&192)===128&&(u=(o&31)<<6|p&63,u>127&&(a=u));break;case 3:p=t[i+1],d=t[i+2],(p&192)===128&&(d&192)===128&&(u=(o&15)<<12|(p&63)<<6|d&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=t[i+1],d=t[i+2],g=t[i+3],(p&192)===128&&(d&192)===128&&(g&192)===128&&(u=(o&15)<<18|(p&63)<<12|(d&63)<<6|g&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return hr(n)}var me=4096;function hr(t){var e=t.length;if(e<=me)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=me));return r}function mr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function yr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function xr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=_r[t[o]];return i}function wr(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),D.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),D.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),D.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),D.read(this,e,!1,52,8)};function w(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=0,c=1,p=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function ve(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 ke(t,e,r,n,i){return e=+e,r=r>>>0,i||ve(t,e,r,4,34028234663852886e22,-34028234663852886e22),D.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return ke(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return ke(this,e,r,!1,n)};function _e(t,e,r,n,i){return e=+e,r=r>>>0,i||ve(t,e,r,8,17976931348623157e292,-17976931348623157e292),D.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return _e(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return _e(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=c[a%p]}return this};var br=/[^+/0-9A-Za-z-_]/g;function Tr(t){if(t=t.split("=")[0],t=t.trim().replace(br,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function J(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 vr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function kr(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 Ae(t){return Y.toByteArray(Tr(t))}function H(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function ee(t){return t!==t}var _r=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Ne=G((Ur,Ee)=>{l();var y=Ee.exports={},A,R;function re(){throw new Error("setTimeout has not been defined")}function te(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=re}catch(t){A=re}try{typeof clearTimeout=="function"?R=clearTimeout:R=te}catch(t){R=te}})();function Se(t){if(A===setTimeout)return setTimeout(t,0);if((A===re||!A)&&setTimeout)return A=setTimeout,setTimeout(t,0);try{return A(t,0)}catch(e){try{return A.call(null,t,0)}catch(r){return A.call(this,t,0)}}}function Ar(t){if(R===clearTimeout)return clearTimeout(t);if((R===te||!R)&&clearTimeout)return R=clearTimeout,clearTimeout(t);try{return R(t)}catch(e){try{return R.call(null,t)}catch(r){return R.call(this,t)}}}var E=[],P=!1,B,q=-1;function Rr(){!P||!B||(P=!1,B.length?E=B.concat(E):q=-1,E.length&&Ie())}function Ie(){if(!P){var t=Se(Rr);P=!0;for(var e=E.length;e;){for(B=E,E=[];++q<e;)B&&B[q].run();q=-1,e=E.length}B=null,P=!1,Ar(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];E.push(new Le(t,e)),E.length===1&&!P&&Se(Ie)};function Le(t,e){this.fun=t,this.array=e}Le.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var f,h,Dr,l=je(()=>{f=ce(Re()),h=ce(Ne()),Dr=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 Er={};Xe(Er,{builtCallbackUrl:()=>Lr});module.exports=Ye(Er);l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var z=require("@multiversx/sdk-web-wallet-cross-window-provider/out/types");var Fe=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Fe||{}),jr=I(I({},z.CrossWindowProviderRequestEnums),Fe),Ce=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ce||{}),Xr=I(I({},z.CrossWindowProviderResponseEnums),Ce);l();l();l();l();l();l();var ne={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:Be,egldLabel:pt}=ne["devnet"],{chainId:Ue,egldLabel:ut}=ne["testnet"],{chainId:De,egldLabel:dt}=ne["mainnet"];var gt={["devnet"]:Be,["testnet"]:Ue,["mainnet"]:De},ft={[Be]:"devnet",[Ue]:"testnet",[De]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");var Oe="sdk-dapp-version";function Sr(t,e){let r=new URLSearchParams(t),n=Object.fromEntries(r);return{nextUrlParams:new URLSearchParams(I(I({},n),e)).toString(),params:n}}var Ir="2.28.2";function Lr({callbackUrl:t,urlParams:e={}}){let r=t;if(Object.entries(e).length>0)try{let{search:n,origin:i,pathname:o,hash:a}=new URL(t),c=se(I({},e),{[Oe]:Ir}),{nextUrlParams:p}=Sr(n,c);r=`${i}${o}?${p}${a}`}catch(n){return console.error("Unable to construct URL from: ",t,n),r}return r}0&&(module.exports={builtCallbackUrl});
2
2
  /*!
3
3
  * The buffer module from node.js, for the browser.
4
4
  *