@multiversx/sdk-dapp 4.2.5 → 4.3.0

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 (1133) hide show
  1. package/UI/DappModal/components/DappModal.js +1 -1
  2. package/UI/DappModal/components/index.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/Denominate/index.js +1 -1
  5. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  6. package/UI/ExplorerLink/index.js +1 -1
  7. package/UI/FormatAmount/FormatAmount.js +1 -1
  8. package/UI/FormatAmount/index.js +1 -1
  9. package/UI/ModalContainer/ModalContainer.js +1 -1
  10. package/UI/ModalContainer/index.js +1 -1
  11. package/UI/NotificationModal/NotificationModal.js +1 -1
  12. package/UI/NotificationModal/index.js +1 -1
  13. package/UI/Pagination/Pagination.js +1 -1
  14. package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
  15. package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
  16. package/UI/Pagination/helpers/getPagination/index.js +1 -1
  17. package/UI/Pagination/helpers/index.js +1 -1
  18. package/UI/Pagination/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  61. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  62. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  63. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  64. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  65. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  66. package/UI/SignTransactionsModals/components/index.js +1 -1
  67. package/UI/SignTransactionsModals/index.js +1 -1
  68. package/UI/TokenDetails/TokenSymbol/index.js +1 -1
  69. package/UI/TokenDetails/TokenSymbol/tokenSymbol.js +1 -1
  70. package/UI/TokenDetails/index.js +1 -1
  71. package/UI/TransactionData/TransactionData.js +1 -1
  72. package/UI/TransactionData/index.js +1 -1
  73. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  74. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  75. package/UI/TransactionDetails/components/index.js +1 -1
  76. package/UI/TransactionDetails/index.js +1 -1
  77. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  78. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  79. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  80. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  81. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  82. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  83. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  84. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  85. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  86. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  87. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  88. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  89. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  90. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  91. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  92. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  93. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  94. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  95. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  96. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  97. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  98. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  99. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  100. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  101. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  102. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  103. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  104. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  105. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  106. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  107. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  108. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  109. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  110. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  111. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  112. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  113. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  114. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  115. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  116. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  121. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  122. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  123. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  124. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  125. package/UI/TransactionInfo/components/index.js +1 -1
  126. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  127. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  128. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  129. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  130. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  131. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  151. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  152. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  153. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  154. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  155. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  156. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  157. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  158. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  159. package/UI/TransactionInfo/index.js +1 -1
  160. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  161. package/UI/TransactionsTable/components/AccountName.js +1 -1
  162. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  163. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  164. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  165. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  166. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  167. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  168. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  169. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  170. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  171. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  172. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  173. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  174. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  175. package/UI/TransactionsTable/components/index.js +1 -1
  176. package/UI/TransactionsTable/index.js +1 -1
  177. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  178. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  179. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  180. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  181. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  182. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  183. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  184. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  185. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  186. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  187. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  188. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  189. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  190. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  191. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  192. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  193. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  194. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  195. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  196. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  197. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  198. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  199. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  200. package/UI/TransactionsToastList/components/index.js +1 -1
  201. package/UI/TransactionsToastList/index.js +1 -1
  202. package/UI/Trim/Trim.js +1 -1
  203. package/UI/Trim/index.js +1 -1
  204. package/UI/Trim/trim.styles.js +1 -1
  205. package/UI/UsdValue/UsdValue.js +1 -1
  206. package/UI/UsdValue/index.js +1 -1
  207. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  208. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  209. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  210. package/UI/iframe/IframeLoginButton/index.js +1 -1
  211. package/UI/index.js +1 -1
  212. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  213. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  214. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  215. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  216. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  217. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  218. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  219. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  220. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  221. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  222. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  227. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  228. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  229. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  230. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  231. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  232. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  233. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  234. package/UI/ledger/index.js +1 -1
  235. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  236. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  237. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  238. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  239. package/UI/pages/UnlockPage/index.js +1 -1
  240. package/UI/pages/index.js +1 -1
  241. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  242. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  243. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  244. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  245. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  246. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  247. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  248. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  249. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  250. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  251. package/UI/walletConnect/index.js +1 -1
  252. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  253. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  254. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  255. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  256. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  257. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  258. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  259. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  260. package/__chunks__/{chunk-3BBGOX2R.js → chunk-24BBS72U.js} +2 -2
  261. package/__chunks__/{chunk-DJVU5PW3.js → chunk-2534MTJV.js} +2 -2
  262. package/__chunks__/chunk-277GOVM7.js +2 -0
  263. package/__chunks__/{chunk-EILXHP23.js → chunk-2CIIPNSU.js} +2 -2
  264. package/__chunks__/{chunk-YSBDACIC.js → chunk-2EAP7R5E.js} +2 -2
  265. package/__chunks__/{chunk-JN6Q34V7.js → chunk-2NZYGVXS.js} +2 -2
  266. package/__chunks__/{chunk-ZOQPMGZZ.js → chunk-2PJDGHEI.js} +2 -2
  267. package/__chunks__/{chunk-YQ423V62.js → chunk-2RIVEP3A.js} +2 -2
  268. package/__chunks__/{chunk-JJHVQRNO.js → chunk-2SQAMTCW.js} +2 -2
  269. package/__chunks__/{chunk-GXKPOTPN.js → chunk-2TCP7L4C.js} +2 -2
  270. package/__chunks__/{chunk-NCOLLYJJ.js → chunk-2YSJ5NXE.js} +2 -2
  271. package/__chunks__/{chunk-SOQUA2OU.js → chunk-327BL3Q7.js} +2 -2
  272. package/__chunks__/chunk-35N2CNJT.js +2 -0
  273. package/__chunks__/{chunk-WWU4KNMV.js → chunk-3B7DKR6O.js} +2 -2
  274. package/__chunks__/chunk-3BV2LQXH.js +2 -0
  275. package/__chunks__/chunk-3D3KQHTM.js +2 -0
  276. package/__chunks__/{chunk-H7JI3XJH.js → chunk-3FAT47WG.js} +2 -2
  277. package/__chunks__/chunk-3HB4DP4E.js +2 -0
  278. package/__chunks__/{chunk-IDYUUNQH.js → chunk-3HSFVSY5.js} +2 -2
  279. package/__chunks__/{chunk-7Z3QJRNF.js → chunk-3LMHP3XH.js} +2 -2
  280. package/__chunks__/chunk-3NUSDTFY.js +2 -0
  281. package/__chunks__/{chunk-NP2BR3C7.js → chunk-3ORQYHLX.js} +2 -2
  282. package/__chunks__/{chunk-4F5XJWON.js → chunk-3XBHYB6R.js} +2 -2
  283. package/__chunks__/{chunk-O6EWMQZV.js → chunk-434DBK5G.js} +2 -2
  284. package/__chunks__/{chunk-OV2PUPWN.js → chunk-46YXGYUQ.js} +2 -2
  285. package/__chunks__/{chunk-QAOGCVB7.js → chunk-4CSSEEYC.js} +2 -2
  286. package/__chunks__/{chunk-NHBUMELD.js → chunk-4GBVTRZW.js} +2 -2
  287. package/__chunks__/{chunk-NBZQFFQX.js → chunk-4I2QAK4Y.js} +2 -2
  288. package/__chunks__/chunk-4JW6SFKM.js +2 -0
  289. package/__chunks__/chunk-4K2K3YPM.js +2 -0
  290. package/__chunks__/{chunk-NPNN2NN6.js → chunk-4KPJAFTY.js} +2 -2
  291. package/__chunks__/{chunk-WJVGK4O7.js → chunk-4OWE5PEL.js} +2 -2
  292. package/__chunks__/chunk-4SSSXBWO.js +2 -0
  293. package/__chunks__/{chunk-IX2GA4GO.js → chunk-4U5H3BMY.js} +2 -2
  294. package/__chunks__/{chunk-OZK6D73Q.js → chunk-4WCG7VQP.js} +2 -2
  295. package/__chunks__/{chunk-N2S6C34L.js → chunk-4WFHP5RL.js} +2 -2
  296. package/__chunks__/{chunk-V5BV653V.js → chunk-5322G5AB.js} +2 -2
  297. package/__chunks__/{chunk-4Y2LVGEK.js → chunk-5D6LGC4J.js} +2 -2
  298. package/__chunks__/chunk-5FEJNZKF.js +2 -0
  299. package/__chunks__/{chunk-KYY4GW55.js → chunk-5FKR4LLX.js} +2 -2
  300. package/__chunks__/{chunk-MEH45TKI.js → chunk-5FLHGE44.js} +2 -2
  301. package/__chunks__/{chunk-KIYBJQKZ.js → chunk-5FZM6NNF.js} +2 -2
  302. package/__chunks__/{chunk-2D2CKIJ4.js → chunk-5K73IA6V.js} +2 -2
  303. package/__chunks__/{chunk-UPQI2YJY.js → chunk-5PBRWUMY.js} +2 -2
  304. package/__chunks__/{chunk-Y6MQDUZH.js → chunk-5T2JEK6F.js} +2 -2
  305. package/__chunks__/{chunk-3VFYP7W6.js → chunk-5UVEPRQZ.js} +2 -2
  306. package/__chunks__/{chunk-QJ7UVZCL.js → chunk-5YBTU46B.js} +2 -2
  307. package/__chunks__/{chunk-XGITENIA.js → chunk-5YFJE2UW.js} +2 -2
  308. package/__chunks__/{chunk-UW4G2C7K.js → chunk-663C47OB.js} +2 -2
  309. package/__chunks__/{chunk-GLV4VFDF.js → chunk-66OG6CWD.js} +2 -2
  310. package/__chunks__/{chunk-YZVHJGUO.js → chunk-67WVBCC7.js} +2 -2
  311. package/__chunks__/{chunk-OFDAJOXF.js → chunk-6B76OINZ.js} +2 -2
  312. package/__chunks__/chunk-6D342P33.js +2 -0
  313. package/__chunks__/chunk-6HVYO232.js +2 -0
  314. package/__chunks__/{chunk-TLGQJC6E.js → chunk-6LUORPKO.js} +2 -2
  315. package/__chunks__/{chunk-64UGV72U.js → chunk-6VYJINH6.js} +2 -2
  316. package/__chunks__/{chunk-GYVHU332.js → chunk-6WLDSYAD.js} +2 -2
  317. package/__chunks__/{chunk-S5YL24ZH.js → chunk-6WPSP3KH.js} +2 -2
  318. package/__chunks__/{chunk-W4TGOVIS.js → chunk-73T7O4OE.js} +2 -2
  319. package/__chunks__/chunk-7657C45J.js +2 -0
  320. package/__chunks__/{chunk-CPJME6SE.js → chunk-77HG4SXR.js} +2 -2
  321. package/__chunks__/{chunk-OH4PXQ6J.js → chunk-7G3X34SS.js} +2 -2
  322. package/__chunks__/chunk-7K33GD3T.js +2 -0
  323. package/__chunks__/{chunk-NZCSN5ZL.js → chunk-7KKKBMIE.js} +2 -2
  324. package/__chunks__/{chunk-WXYECRNA.js → chunk-7LLWDWOK.js} +2 -2
  325. package/__chunks__/{chunk-4EUF6ZWT.js → chunk-7NPO7OOY.js} +2 -2
  326. package/__chunks__/{chunk-DB2X3WAW.js → chunk-7QOCGAIW.js} +2 -2
  327. package/__chunks__/{chunk-KXXWV42G.js → chunk-7U55WH55.js} +2 -2
  328. package/__chunks__/{chunk-TPVGWGUY.js → chunk-7YJX2VMU.js} +2 -2
  329. package/__chunks__/chunk-7ZSQJ36A.js +2 -0
  330. package/__chunks__/chunk-A3VFLM77.js +2 -0
  331. package/__chunks__/{chunk-RZGUPV7I.js → chunk-A3YOCNN6.js} +2 -2
  332. package/__chunks__/{chunk-G6OBXR2X.js → chunk-A4TCCZHK.js} +2 -2
  333. package/__chunks__/{chunk-U7JODWNN.js → chunk-A5TAVKNQ.js} +2 -2
  334. package/__chunks__/chunk-A7YZEG5Q.js +2 -0
  335. package/__chunks__/{chunk-ENLLRTJN.js → chunk-ABKRGVZM.js} +2 -2
  336. package/__chunks__/{chunk-ZVHSGLCM.js → chunk-ABSR5BSB.js} +2 -2
  337. package/__chunks__/{chunk-MEY2BSOF.js → chunk-ADCXAHD5.js} +2 -2
  338. package/__chunks__/{chunk-XEQ4OSAO.js → chunk-ADHMAYFU.js} +2 -2
  339. package/__chunks__/{chunk-YQG3XNGF.js → chunk-AFQYFYEH.js} +2 -2
  340. package/__chunks__/chunk-AICJW3EY.js +2 -0
  341. package/__chunks__/{chunk-T2PQNHGW.js → chunk-AJRIBLPI.js} +2 -2
  342. package/__chunks__/chunk-AP4V44DZ.js +2 -0
  343. package/__chunks__/{chunk-DWWCI7GK.js → chunk-AQKOVYNW.js} +2 -2
  344. package/__chunks__/{chunk-YSGBXNU5.js → chunk-BBGVXPQ5.js} +2 -2
  345. package/__chunks__/{chunk-ON2GN2BY.js → chunk-BDL7GR6Y.js} +2 -2
  346. package/__chunks__/{chunk-LC2GYIPL.js → chunk-BFF45VWP.js} +2 -2
  347. package/__chunks__/{chunk-QEEKZ7V6.js → chunk-BV6EOBHX.js} +2 -2
  348. package/__chunks__/chunk-BWU57LCF.js +2 -0
  349. package/__chunks__/{chunk-QCHBESIU.js → chunk-C5ZGKJPN.js} +2 -2
  350. package/__chunks__/chunk-CDUL2JW5.js +2 -0
  351. package/__chunks__/{chunk-76MYQEIU.js → chunk-CDUW3RJW.js} +2 -2
  352. package/__chunks__/{chunk-KG3M5W5B.js → chunk-CGXSNLJH.js} +2 -2
  353. package/__chunks__/{chunk-I4VWD5EU.js → chunk-CN6QVF55.js} +2 -2
  354. package/__chunks__/chunk-CNDYH7KM.js +2 -0
  355. package/__chunks__/{chunk-C5HCMABT.js → chunk-CWQTC6CD.js} +2 -2
  356. package/__chunks__/{chunk-6WWLEFEJ.js → chunk-CXWXYHZ4.js} +2 -2
  357. package/__chunks__/{chunk-L3UW7RLP.js → chunk-D7GDM2PH.js} +2 -2
  358. package/__chunks__/{chunk-UNI4SN3B.js → chunk-DATGCNZO.js} +2 -2
  359. package/__chunks__/{chunk-H4VOQFC6.js → chunk-DEUKMNKV.js} +2 -2
  360. package/__chunks__/chunk-DLYHJHW2.js +2 -0
  361. package/__chunks__/{chunk-44GFH4PT.js → chunk-DNAKU6LB.js} +2 -2
  362. package/__chunks__/{chunk-JKD7F2YE.js → chunk-DOZMKEZG.js} +2 -2
  363. package/__chunks__/{chunk-KZ5DONJQ.js → chunk-DPOPYLQJ.js} +2 -2
  364. package/__chunks__/{chunk-XP72PFWR.js → chunk-DPRAQJXZ.js} +2 -2
  365. package/__chunks__/{chunk-ZX2ELJBM.js → chunk-DQJDAIU5.js} +2 -2
  366. package/__chunks__/{chunk-OTYBNLJM.js → chunk-DUQGJE2G.js} +2 -2
  367. package/__chunks__/{chunk-DDYLLH6J.js → chunk-DXPBFXLJ.js} +2 -2
  368. package/__chunks__/{chunk-ZMFYUV3B.js → chunk-E32QWYQP.js} +2 -2
  369. package/__chunks__/{chunk-DEMMQY55.js → chunk-E5R2PAK4.js} +2 -2
  370. package/__chunks__/{chunk-CBIYONIW.js → chunk-EBO5DPR7.js} +2 -2
  371. package/__chunks__/{chunk-SFNFJ2HS.js → chunk-EFHWBV2B.js} +2 -2
  372. package/__chunks__/{chunk-E6Z4VPPX.js → chunk-EFI7ZY2I.js} +2 -2
  373. package/__chunks__/{chunk-7XRTDLND.js → chunk-EFIJ5Z6R.js} +2 -2
  374. package/__chunks__/{chunk-RVYGGL3N.js → chunk-EFUHIEZM.js} +2 -2
  375. package/__chunks__/{chunk-JGTQM6G5.js → chunk-EHASZ4PB.js} +2 -2
  376. package/__chunks__/{chunk-5PDISDUB.js → chunk-EHSAUIQM.js} +2 -2
  377. package/__chunks__/{chunk-CXMT75JV.js → chunk-EMKZTF6N.js} +2 -2
  378. package/__chunks__/{chunk-DY2WVPZY.js → chunk-EMTTQ4CK.js} +2 -2
  379. package/__chunks__/{chunk-RUSO5I3G.js → chunk-EMUR5PFP.js} +2 -2
  380. package/__chunks__/{chunk-PRXVLCZE.js → chunk-ERJVW7QI.js} +2 -2
  381. package/__chunks__/{chunk-WKYTLWNW.js → chunk-EY2LHQTZ.js} +2 -2
  382. package/__chunks__/{chunk-XP2NHGWH.js → chunk-EZFS3IFI.js} +2 -2
  383. package/__chunks__/{chunk-3EFEFK5V.js → chunk-F2UE6EOX.js} +2 -2
  384. package/__chunks__/{chunk-MWIWM6JX.js → chunk-F45KW5RU.js} +2 -2
  385. package/__chunks__/{chunk-4J2ZA2SA.js → chunk-F6DETVRJ.js} +2 -2
  386. package/__chunks__/{chunk-ZETX2325.js → chunk-F6G6T3XQ.js} +2 -2
  387. package/__chunks__/chunk-FBQBOAOF.js +2 -0
  388. package/__chunks__/chunk-FHXQMGWA.js +2 -0
  389. package/__chunks__/{chunk-WEO42KRD.js → chunk-FPLDZRU4.js} +2 -2
  390. package/__chunks__/{chunk-UA6GT3EB.js → chunk-G3BSM45K.js} +2 -2
  391. package/__chunks__/{chunk-WCAITEIM.js → chunk-G5MK5CW3.js} +2 -2
  392. package/__chunks__/{chunk-6SPFCADD.js → chunk-G6YOGMWE.js} +2 -2
  393. package/__chunks__/{chunk-VOU32VNS.js → chunk-G7DYTGMR.js} +2 -2
  394. package/__chunks__/{chunk-DSA55GTM.js → chunk-G7VTZCBA.js} +2 -2
  395. package/__chunks__/{chunk-ELY7YUGJ.js → chunk-GAMT47C5.js} +2 -2
  396. package/__chunks__/{chunk-WEDA5HZP.js → chunk-GKIBQI7O.js} +2 -2
  397. package/__chunks__/chunk-GKMMTUF2.js +2 -0
  398. package/__chunks__/{chunk-XERMIDRR.js → chunk-GLDFJN3V.js} +2 -2
  399. package/__chunks__/{chunk-WO3P75IS.js → chunk-GR2VOAJT.js} +2 -2
  400. package/__chunks__/{chunk-SSMUAEQ5.js → chunk-GRSQSEYN.js} +2 -2
  401. package/__chunks__/{chunk-7HMNILKH.js → chunk-GSJTL3BG.js} +2 -2
  402. package/__chunks__/{chunk-DHUI7CMT.js → chunk-GTKPS3UR.js} +2 -2
  403. package/__chunks__/chunk-GTZ3WET2.js +2 -0
  404. package/__chunks__/{chunk-VB4FQIMB.js → chunk-GU5QXSBU.js} +2 -2
  405. package/__chunks__/chunk-GUEDJRNZ.js +2 -0
  406. package/__chunks__/{chunk-L2PNLYQT.js → chunk-H3T4ZV35.js} +2 -2
  407. package/__chunks__/{chunk-I33RPHDI.js → chunk-HDFLB3S4.js} +2 -2
  408. package/__chunks__/{chunk-PATLW6SQ.js → chunk-HEGRYOTF.js} +2 -2
  409. package/__chunks__/chunk-HV7FE6XJ.js +2 -0
  410. package/__chunks__/{chunk-GGN4PO3E.js → chunk-HWBH2DIH.js} +2 -2
  411. package/__chunks__/{chunk-7QWPGKPM.js → chunk-HWPMP3DT.js} +2 -2
  412. package/__chunks__/{chunk-VQMMCAZD.js → chunk-HWTBZ3EZ.js} +2 -2
  413. package/__chunks__/{chunk-E4GGWXOO.js → chunk-I56VLAQ4.js} +2 -2
  414. package/__chunks__/{chunk-X7C2AW7I.js → chunk-IALKPRO2.js} +2 -2
  415. package/__chunks__/{chunk-EBRT7YXN.js → chunk-IHKWXC2C.js} +2 -2
  416. package/__chunks__/chunk-IPAESNO2.js +2 -0
  417. package/__chunks__/{chunk-6RCQE6K7.js → chunk-ITQD2GG5.js} +2 -2
  418. package/__chunks__/{chunk-SIKMJL4A.js → chunk-IWSXN6A3.js} +2 -2
  419. package/__chunks__/{chunk-7RROGTPI.js → chunk-IX5KNJVC.js} +2 -2
  420. package/__chunks__/{chunk-N6AEYCHH.js → chunk-J3RBG3UR.js} +2 -2
  421. package/__chunks__/{chunk-HNZC5SXB.js → chunk-J4KLJRPZ.js} +2 -2
  422. package/__chunks__/{chunk-BG6ZABHK.js → chunk-J6OOB3OM.js} +2 -2
  423. package/__chunks__/{chunk-7KILSDBW.js → chunk-JGVPI6Y7.js} +2 -2
  424. package/__chunks__/{chunk-AICQ7FAY.js → chunk-JH34GF4Y.js} +2 -2
  425. package/__chunks__/{chunk-BDCGKIAY.js → chunk-JSUO7T52.js} +2 -2
  426. package/__chunks__/{chunk-MXAJNDDK.js → chunk-JUCREWVL.js} +2 -2
  427. package/__chunks__/{chunk-3EXVKJ3V.js → chunk-JWETMRKE.js} +2 -2
  428. package/__chunks__/{chunk-ULUZKJGW.js → chunk-JX26BALT.js} +2 -2
  429. package/__chunks__/{chunk-5C4OZ6X2.js → chunk-JXVYXZZF.js} +2 -2
  430. package/__chunks__/{chunk-Y6MPSR4E.js → chunk-K26JKPA5.js} +2 -2
  431. package/__chunks__/chunk-K4BQAKG3.js +2 -0
  432. package/__chunks__/{chunk-VZUURGPV.js → chunk-K56HQDBE.js} +2 -2
  433. package/__chunks__/chunk-K6PETHVR.js +2 -0
  434. package/__chunks__/{chunk-SQRI5GPY.js → chunk-K6WFSIEW.js} +2 -2
  435. package/__chunks__/{chunk-AXVLTWSO.js → chunk-KDFGWUSZ.js} +2 -2
  436. package/__chunks__/{chunk-FUVUMTOT.js → chunk-KHRJ66JG.js} +2 -2
  437. package/__chunks__/chunk-KIMW253M.js +2 -0
  438. package/__chunks__/{chunk-UBOQJMK7.js → chunk-KK5NHI5J.js} +2 -2
  439. package/__chunks__/{chunk-WAM6GD2S.js → chunk-KMSBJYW4.js} +2 -2
  440. package/__chunks__/{chunk-QUXE23V6.js → chunk-KOZUH4AZ.js} +2 -2
  441. package/__chunks__/{chunk-GYV3EL7Y.js → chunk-KP6IHOM3.js} +2 -2
  442. package/__chunks__/{chunk-4IKZN4YB.js → chunk-KXTAYBDP.js} +2 -2
  443. package/__chunks__/{chunk-CAUHLS57.js → chunk-KYJQ2TF7.js} +2 -2
  444. package/__chunks__/{chunk-BGHDS52V.js → chunk-L4PUW3WP.js} +2 -2
  445. package/__chunks__/{chunk-DHFKWPDR.js → chunk-L5ZH4BPP.js} +2 -2
  446. package/__chunks__/{chunk-TJIBJGNR.js → chunk-LAMJWJBX.js} +2 -2
  447. package/__chunks__/{chunk-5GH6BPVJ.js → chunk-LAR4J3C2.js} +2 -2
  448. package/__chunks__/{chunk-PFIYIZTK.js → chunk-LG7TGYO6.js} +2 -2
  449. package/__chunks__/{chunk-ZGTG2SLG.js → chunk-LOEXPJKQ.js} +2 -2
  450. package/__chunks__/{chunk-RMMDHQBJ.js → chunk-LTGU5IZG.js} +2 -2
  451. package/__chunks__/{chunk-7L26TZTK.js → chunk-LTOQAXRK.js} +4 -4
  452. package/__chunks__/{chunk-F53QD2ZG.js → chunk-LTVAPFDA.js} +2 -2
  453. package/__chunks__/{chunk-X3ZDMQY2.js → chunk-LTVOCLJL.js} +2 -2
  454. package/__chunks__/{chunk-3IKIKM3J.js → chunk-LVDLSMBU.js} +2 -2
  455. package/__chunks__/{chunk-CUSI637E.js → chunk-LVTEPIXI.js} +2 -2
  456. package/__chunks__/{chunk-Q33DEGKJ.js → chunk-LYS3NVCV.js} +2 -2
  457. package/__chunks__/chunk-LZEQMRCL.js +2 -0
  458. package/__chunks__/{chunk-4QSJUIF5.js → chunk-M26SGFOY.js} +2 -2
  459. package/__chunks__/chunk-M6VZC6CD.js +2 -0
  460. package/__chunks__/{chunk-JZQSRHUE.js → chunk-M74HNS65.js} +2 -2
  461. package/__chunks__/{chunk-XXXZ44L7.js → chunk-M7DFT4RE.js} +2 -2
  462. package/__chunks__/{chunk-BPINONOV.js → chunk-MACNYFEV.js} +2 -2
  463. package/__chunks__/{chunk-6XFIDF35.js → chunk-MAINCUZT.js} +2 -2
  464. package/__chunks__/{chunk-6Z2N422K.js → chunk-MBTIR3EG.js} +2 -2
  465. package/__chunks__/chunk-MJOZYTNP.js +2 -0
  466. package/__chunks__/{chunk-HVINPWP7.js → chunk-MLADZWSP.js} +2 -2
  467. package/__chunks__/{chunk-EDZC22KW.js → chunk-MS6N3PWE.js} +2 -2
  468. package/__chunks__/{chunk-4F63IU7J.js → chunk-MZQCRVDG.js} +2 -2
  469. package/__chunks__/{chunk-ATZLJ57G.js → chunk-N3HXGL5I.js} +2 -2
  470. package/__chunks__/{chunk-MFHZV3UH.js → chunk-NCT7XPM2.js} +2 -2
  471. package/__chunks__/{chunk-WBGEST4P.js → chunk-NECBE5JJ.js} +2 -2
  472. package/__chunks__/{chunk-25VRFHGW.js → chunk-NFB4BHUJ.js} +2 -2
  473. package/__chunks__/{chunk-WUKADIVH.js → chunk-NOAYA2TT.js} +2 -2
  474. package/__chunks__/{chunk-5LUNFIIO.js → chunk-NRRDYI6I.js} +2 -2
  475. package/__chunks__/{chunk-FFTUO4N5.js → chunk-NSLPIJXE.js} +2 -2
  476. package/__chunks__/chunk-NU2HDCZE.js +2 -0
  477. package/__chunks__/chunk-NUU7JIYC.js +2 -0
  478. package/__chunks__/{chunk-WUXUMJWQ.js → chunk-O75GACEG.js} +2 -2
  479. package/__chunks__/{chunk-VLWYHQQI.js → chunk-O7ZGQS5U.js} +2 -2
  480. package/__chunks__/{chunk-JSOKXUCQ.js → chunk-OC7QB46M.js} +2 -2
  481. package/__chunks__/{chunk-N2CFTZWV.js → chunk-OELB2HUG.js} +2 -2
  482. package/__chunks__/chunk-OFAKMV4Z.js +2 -0
  483. package/__chunks__/chunk-OGUMPZPK.js +2 -0
  484. package/__chunks__/{chunk-PZZMCRAV.js → chunk-OKYYHJAJ.js} +2 -2
  485. package/__chunks__/{chunk-XMSOQ63J.js → chunk-OMR432XY.js} +2 -2
  486. package/__chunks__/{chunk-H5WB5W7K.js → chunk-OR7JBD5R.js} +2 -2
  487. package/__chunks__/{chunk-QTKBHL4U.js → chunk-OXJHLEKW.js} +2 -2
  488. package/__chunks__/chunk-P77WS6AC.js +2 -0
  489. package/__chunks__/{chunk-CVUYENHW.js → chunk-PBLXSSS3.js} +2 -2
  490. package/__chunks__/chunk-PE3FHTDS.js +2 -0
  491. package/__chunks__/chunk-PIVLZGKL.js +2 -0
  492. package/__chunks__/{chunk-H2PPEBXB.js → chunk-PLOKJLIX.js} +2 -2
  493. package/__chunks__/{chunk-I5O2LPPH.js → chunk-PMYGGXQW.js} +2 -2
  494. package/__chunks__/chunk-PNNBLMHL.js +2 -0
  495. package/__chunks__/{chunk-UIPUMSJ5.js → chunk-PVC4M5PB.js} +2 -2
  496. package/__chunks__/{chunk-Y3W5RZRZ.js → chunk-PWBHERXU.js} +2 -2
  497. package/__chunks__/{chunk-F4PSF25N.js → chunk-PYDZ2IFW.js} +2 -2
  498. package/__chunks__/{chunk-HIZG2ECX.js → chunk-Q2HO54AX.js} +2 -2
  499. package/__chunks__/{chunk-NBRNG4XM.js → chunk-Q3X745CG.js} +2 -2
  500. package/__chunks__/{chunk-VZLUYFE6.js → chunk-Q4XED4GQ.js} +2 -2
  501. package/__chunks__/chunk-QDACW72R.js +2 -0
  502. package/__chunks__/{chunk-ZFY6ZXZQ.js → chunk-QIR24ENV.js} +2 -2
  503. package/__chunks__/{chunk-YSL7KIQ4.js → chunk-QIXSF7V7.js} +2 -2
  504. package/__chunks__/{chunk-JSRJVF5T.js → chunk-QJWNEE66.js} +2 -2
  505. package/__chunks__/{chunk-6VSR7L2G.js → chunk-QKAWJHI4.js} +2 -2
  506. package/__chunks__/chunk-QLICD2C4.js +2 -0
  507. package/__chunks__/{chunk-APQJZ7PT.js → chunk-QO4RPVMK.js} +2 -2
  508. package/__chunks__/{chunk-LUEOYRLL.js → chunk-QOWISWBK.js} +2 -2
  509. package/__chunks__/{chunk-XUQ2OIDN.js → chunk-QQCLWYBQ.js} +2 -2
  510. package/__chunks__/{chunk-XD4FNHEG.js → chunk-QUMSOZMA.js} +2 -2
  511. package/__chunks__/{chunk-WX2MUQ6W.js → chunk-R24SOHOE.js} +2 -2
  512. package/__chunks__/{chunk-7FCOCZUH.js → chunk-R4EWEWQQ.js} +2 -2
  513. package/__chunks__/{chunk-XYEMERZ5.js → chunk-R4ILIJDX.js} +2 -2
  514. package/__chunks__/{chunk-NP7CNIFN.js → chunk-R4JWDTOR.js} +2 -2
  515. package/__chunks__/{chunk-NMNBRSMP.js → chunk-R6B5PW3O.js} +2 -2
  516. package/__chunks__/{chunk-TNHHGQRD.js → chunk-RAR3A4QT.js} +2 -2
  517. package/__chunks__/{chunk-H5HJINKE.js → chunk-RDFRN53F.js} +2 -2
  518. package/__chunks__/chunk-RFULVVB2.js +2 -0
  519. package/__chunks__/{chunk-5OMNHMSU.js → chunk-RGRDUXUK.js} +2 -2
  520. package/__chunks__/{chunk-ZYVPE2HP.js → chunk-RH4C7L3S.js} +2 -2
  521. package/__chunks__/{chunk-WGGNEFDX.js → chunk-RHAPXPKB.js} +2 -2
  522. package/__chunks__/chunk-RI2IEGZ6.js +2 -0
  523. package/__chunks__/{chunk-43IUTOJX.js → chunk-RJNXUDMN.js} +2 -2
  524. package/__chunks__/{chunk-3JCLY2UK.js → chunk-RLYTKZE4.js} +2 -2
  525. package/__chunks__/{chunk-QPWUKNMO.js → chunk-RQZ73NZ4.js} +2 -2
  526. package/__chunks__/{chunk-M7KV4I7P.js → chunk-RSIXMKEU.js} +2 -2
  527. package/__chunks__/{chunk-CWFHBCON.js → chunk-RX2I3BJ7.js} +2 -2
  528. package/__chunks__/{chunk-ROQLCQ7Z.js → chunk-RXDGQS2S.js} +2 -2
  529. package/__chunks__/{chunk-RZ3MW2TS.js → chunk-RXKCAODX.js} +2 -2
  530. package/__chunks__/chunk-RY7P5JR2.js +2 -0
  531. package/__chunks__/{chunk-APA7BUKX.js → chunk-S2RTKY3P.js} +2 -2
  532. package/__chunks__/{chunk-B5FJOB5T.js → chunk-S3NJXVZF.js} +2 -2
  533. package/__chunks__/{chunk-MXFH7AWI.js → chunk-S3UZPIIF.js} +2 -2
  534. package/__chunks__/{chunk-E2XDCHUE.js → chunk-S742YZZD.js} +2 -2
  535. package/__chunks__/{chunk-WX6RAEOA.js → chunk-SDLHA7LD.js} +2 -2
  536. package/__chunks__/{chunk-3LXBMFWO.js → chunk-SDRU5K2X.js} +2 -2
  537. package/__chunks__/chunk-SMZD762C.js +2 -0
  538. package/__chunks__/{chunk-NXTPXVKN.js → chunk-SWCUZ7Y4.js} +2 -2
  539. package/__chunks__/{chunk-JZBNQBP6.js → chunk-SY2GVUH3.js} +2 -2
  540. package/__chunks__/chunk-T3V5XGSP.js +2 -0
  541. package/__chunks__/{chunk-SOK6CP5E.js → chunk-T4INCOZ2.js} +2 -2
  542. package/__chunks__/{chunk-XCL6MCUQ.js → chunk-TA6MXQXG.js} +2 -2
  543. package/__chunks__/{chunk-XKSX2NXM.js → chunk-TE3SAXRC.js} +2 -2
  544. package/__chunks__/{chunk-N5UL7DR7.js → chunk-TFXIUUW2.js} +2 -2
  545. package/__chunks__/chunk-TI3OEHAJ.js +2 -0
  546. package/__chunks__/{chunk-LPCEJ3UG.js → chunk-TIX3ISAV.js} +2 -2
  547. package/__chunks__/{chunk-W75CTIEK.js → chunk-TJRWK3NQ.js} +2 -2
  548. package/__chunks__/{chunk-BLP3CBAH.js → chunk-TO37VMUZ.js} +2 -2
  549. package/__chunks__/{chunk-J5U4CUCE.js → chunk-TWKQCRWM.js} +2 -2
  550. package/__chunks__/chunk-TWLTJADK.js +2 -0
  551. package/__chunks__/{chunk-PPTLPHVI.js → chunk-TWOU3UX6.js} +2 -2
  552. package/__chunks__/{chunk-K4DP4OO5.js → chunk-TYTYVIQK.js} +2 -2
  553. package/__chunks__/{chunk-QLF7C3K7.js → chunk-TZQQMQZF.js} +2 -2
  554. package/__chunks__/{chunk-R6S42IRB.js → chunk-U2ZGMQLM.js} +2 -2
  555. package/__chunks__/{chunk-HBFU7VSR.js → chunk-U4WCRBBO.js} +2 -2
  556. package/__chunks__/{chunk-LQSJ5TDY.js → chunk-UEVK72HB.js} +2 -2
  557. package/__chunks__/{chunk-2K3ZOH4T.js → chunk-UG7MI62Y.js} +2 -2
  558. package/__chunks__/{chunk-OK6YUWE7.js → chunk-UGV6H52N.js} +2 -2
  559. package/__chunks__/{chunk-KFFSW2TI.js → chunk-UKP5C6UQ.js} +2 -2
  560. package/__chunks__/{chunk-ZXE24POO.js → chunk-ULX6HOUL.js} +2 -2
  561. package/__chunks__/{chunk-MHDNBXT5.js → chunk-UNDDI5JS.js} +2 -2
  562. package/__chunks__/{chunk-7RSFJTPK.js → chunk-UOSJURTF.js} +2 -2
  563. package/__chunks__/{chunk-IJDKWMHW.js → chunk-UU5JWZH7.js} +2 -2
  564. package/__chunks__/{chunk-TZII3CMN.js → chunk-UW75K7PR.js} +2 -2
  565. package/__chunks__/{chunk-36LZPG5F.js → chunk-UZNF433A.js} +2 -2
  566. package/__chunks__/chunk-VCNWN2L2.js +2 -0
  567. package/__chunks__/{chunk-AKUYVEYA.js → chunk-VE7Y5RR6.js} +2 -2
  568. package/__chunks__/{chunk-WR4RAZUJ.js → chunk-VEGS54A2.js} +2 -2
  569. package/__chunks__/{chunk-TLJLVB5E.js → chunk-VEVQNT5Q.js} +2 -2
  570. package/__chunks__/{chunk-BKQ6O76Z.js → chunk-VMHTN4HB.js} +2 -2
  571. package/__chunks__/{chunk-ZEUVKTDR.js → chunk-VQ2GPYS7.js} +2 -2
  572. package/__chunks__/{chunk-2YF4W4VJ.js → chunk-VVP77YC6.js} +2 -2
  573. package/__chunks__/{chunk-CTX6HGSI.js → chunk-VVZ26P4N.js} +2 -2
  574. package/__chunks__/{chunk-C3MHIYTO.js → chunk-VZYBI7H3.js} +2 -2
  575. package/__chunks__/{chunk-BPBCIVDO.js → chunk-WH4V2DXK.js} +2 -2
  576. package/__chunks__/{chunk-KCW6DPUT.js → chunk-WHMPCISM.js} +2 -2
  577. package/__chunks__/{chunk-6U3X4R3O.js → chunk-WNB4UDI2.js} +2 -2
  578. package/__chunks__/{chunk-KONCK3NG.js → chunk-WSNIA35O.js} +2 -2
  579. package/__chunks__/{chunk-FMJYVJM7.js → chunk-WTZCVBF4.js} +2 -2
  580. package/__chunks__/{chunk-GWBAO6F7.js → chunk-WXH5UU3G.js} +2 -2
  581. package/__chunks__/{chunk-IBNIY4IM.js → chunk-X457PNLO.js} +2 -2
  582. package/__chunks__/{chunk-VNCSPNHR.js → chunk-X4BZTRJJ.js} +2 -2
  583. package/__chunks__/chunk-XAFXSLIN.js +2 -0
  584. package/__chunks__/{chunk-IF7R3ORH.js → chunk-XBN5XW3K.js} +2 -2
  585. package/__chunks__/{chunk-TVQF3IXN.js → chunk-XG7TYC2G.js} +2 -2
  586. package/__chunks__/{chunk-RF2M75X5.js → chunk-XGAROX44.js} +2 -2
  587. package/__chunks__/{chunk-U3BQGJBQ.js → chunk-XHHQFYVT.js} +2 -2
  588. package/__chunks__/chunk-XHKRCS22.js +2 -0
  589. package/__chunks__/{chunk-PCVKCW6P.js → chunk-XILRKMJJ.js} +2 -2
  590. package/__chunks__/chunk-XOIGQFSJ.js +2 -0
  591. package/__chunks__/{chunk-CDSLB6KJ.js → chunk-XSLCMXPO.js} +2 -2
  592. package/__chunks__/chunk-XSWGKWNZ.js +2 -0
  593. package/__chunks__/chunk-XSX2T3GG.js +2 -0
  594. package/__chunks__/chunk-XTOBHK4E.js +2 -0
  595. package/__chunks__/{chunk-KO4TKPOO.js → chunk-XWRMQLBD.js} +2 -2
  596. package/__chunks__/{chunk-RC64B7JK.js → chunk-XZVWNOMU.js} +2 -2
  597. package/__chunks__/{chunk-OQXB6IO2.js → chunk-Y2ZWXM2K.js} +2 -2
  598. package/__chunks__/{chunk-2TP54AEA.js → chunk-Y3UWLFLR.js} +7 -3
  599. package/__chunks__/{chunk-XGXQIOJT.js → chunk-Y7LZMZVU.js} +2 -2
  600. package/__chunks__/{chunk-BBEAR6N7.js → chunk-YFBG42ZM.js} +2 -2
  601. package/__chunks__/{chunk-KP72RRQN.js → chunk-YGI2LQ4U.js} +2 -2
  602. package/__chunks__/{chunk-GQ2PM2L2.js → chunk-YKGS6JVT.js} +2 -2
  603. package/__chunks__/chunk-YKLHBXHJ.js +2 -0
  604. package/__chunks__/chunk-YLIXHXNU.js +2 -0
  605. package/__chunks__/{chunk-VPTYRC3G.js → chunk-YR2EJTBL.js} +2 -2
  606. package/__chunks__/chunk-YRAKEV3T.js +2 -0
  607. package/__chunks__/{chunk-D23ZX343.js → chunk-YSB7FPCN.js} +2 -2
  608. package/__chunks__/{chunk-LIC7FZFL.js → chunk-YTQ247BO.js} +2 -2
  609. package/__chunks__/{chunk-G4TFRTVA.js → chunk-YYGEZTMN.js} +2 -2
  610. package/__chunks__/{chunk-QCJVXJDD.js → chunk-YZUHCJFJ.js} +2 -2
  611. package/__chunks__/{chunk-3LYTE44P.js → chunk-Z2CWJFXG.js} +2 -2
  612. package/__chunks__/chunk-Z4JQC2HY.js +2 -0
  613. package/__chunks__/{chunk-5E3KFD3D.js → chunk-Z4LSS5TK.js} +2 -2
  614. package/__chunks__/{chunk-CLY5LIQW.js → chunk-ZDJL6RLN.js} +2 -2
  615. package/__chunks__/{chunk-IXLOUEO6.js → chunk-ZFUH5J2C.js} +2 -2
  616. package/__chunks__/{chunk-ZCNS7ORP.js → chunk-ZLALNLGO.js} +2 -2
  617. package/__chunks__/{chunk-ZKXY2SD4.js → chunk-ZNO5GC2M.js} +2 -2
  618. package/__chunks__/{chunk-T6HK7PHF.js → chunk-ZTMKZRYM.js} +2 -2
  619. package/__chunks__/{chunk-ZT544F6K.js → chunk-ZVW2DDNU.js} +2 -2
  620. package/__chunks__/{chunk-SEWZ5Z2S.js → chunk-ZWXCD53Z.js} +2 -2
  621. package/__commonjs/UI/ExplorerLink/ExplorerLink.js +1 -1
  622. package/__commonjs/UI/ExplorerLink/index.js +1 -1
  623. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +7 -3
  624. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +6 -2
  625. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +7 -3
  626. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +6 -2
  627. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +6 -2
  628. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +6 -2
  629. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +6 -2
  630. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +6 -2
  631. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +7 -3
  632. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  633. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  634. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +7 -3
  635. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +7 -3
  636. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +7 -3
  637. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +7 -3
  638. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  639. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  640. package/__commonjs/UI/SignTransactionsModals/index.js +7 -3
  641. package/__commonjs/UI/TokenDetails/TokenSymbol/index.js +3 -3
  642. package/__commonjs/UI/TokenDetails/TokenSymbol/tokenSymbol.js +3 -3
  643. package/__commonjs/UI/TokenDetails/index.js +3 -3
  644. package/__commonjs/UI/TransactionDetails/TransactionDetails.js +6 -2
  645. package/__commonjs/UI/TransactionDetails/components/TransactionDetailsBody.js +6 -2
  646. package/__commonjs/UI/TransactionDetails/components/index.js +6 -2
  647. package/__commonjs/UI/TransactionDetails/index.js +6 -2
  648. package/__commonjs/UI/TransactionInfo/TransactionInfo.js +6 -2
  649. package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +6 -2
  650. package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/index.js +6 -2
  651. package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +6 -2
  652. package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +6 -2
  653. package/__commonjs/UI/TransactionInfo/components/OperationsList/OperationList.js +6 -2
  654. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +7 -3
  655. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +6 -2
  656. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +6 -2
  657. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +6 -2
  658. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/index.js +6 -2
  659. package/__commonjs/UI/TransactionInfo/components/OperationsList/index.js +6 -2
  660. package/__commonjs/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +6 -2
  661. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +6 -2
  662. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +6 -2
  663. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +6 -2
  664. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +6 -2
  665. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +6 -2
  666. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +6 -2
  667. package/__commonjs/UI/TransactionInfo/components/ScResultsList/index.js +6 -2
  668. package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +6 -2
  669. package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/index.js +6 -2
  670. package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +6 -2
  671. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +6 -2
  672. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +6 -2
  673. package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +6 -2
  674. package/__commonjs/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +6 -2
  675. package/__commonjs/UI/TransactionInfo/components/TransactionLogs/index.js +6 -2
  676. package/__commonjs/UI/TransactionInfo/components/index.js +6 -2
  677. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +6 -2
  678. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +6 -2
  679. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +6 -2
  680. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +6 -2
  681. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +6 -2
  682. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +6 -2
  683. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +6 -2
  684. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +6 -2
  685. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +6 -2
  686. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +6 -2
  687. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +6 -2
  688. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +6 -2
  689. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +6 -2
  690. package/__commonjs/UI/TransactionInfo/index.js +6 -2
  691. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +6 -2
  692. package/__commonjs/UI/TransactionsTable/components/AccountName.js +6 -2
  693. package/__commonjs/UI/TransactionsTable/components/TransactionHash.js +6 -2
  694. package/__commonjs/UI/TransactionsTable/components/TransactionReceiver.js +6 -2
  695. package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +6 -2
  696. package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +6 -2
  697. package/__commonjs/UI/TransactionsTable/components/index.js +6 -2
  698. package/__commonjs/UI/TransactionsTable/index.js +15 -11
  699. package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +6 -2
  700. package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +6 -2
  701. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +6 -2
  702. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +6 -2
  703. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +6 -2
  704. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +6 -2
  705. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +6 -2
  706. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +6 -2
  707. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +6 -2
  708. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +6 -2
  709. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/index.js +6 -2
  710. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +6 -2
  711. package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +6 -2
  712. package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +6 -2
  713. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +6 -2
  714. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +6 -2
  715. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +6 -2
  716. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +6 -2
  717. package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +6 -2
  718. package/__commonjs/UI/TransactionsToastList/components/index.js +6 -2
  719. package/__commonjs/UI/TransactionsToastList/index.js +6 -2
  720. package/__commonjs/UI/Trim/Trim.js +6 -2
  721. package/__commonjs/UI/Trim/index.js +6 -2
  722. package/__commonjs/UI/Trim/trim.styles.js +6 -2
  723. package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  724. package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
  725. package/__commonjs/UI/iframe/IframeLoginButton/IframeButton.js +2 -2
  726. package/__commonjs/UI/iframe/IframeLoginButton/index.js +2 -2
  727. package/__commonjs/UI/index.js +15 -11
  728. package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +11 -7
  729. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +11 -7
  730. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +6 -2
  731. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/index.js +6 -2
  732. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +6 -2
  733. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable/index.js +6 -2
  734. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +11 -7
  735. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +27 -23
  736. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +27 -23
  737. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +19 -15
  738. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +19 -15
  739. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +11 -7
  740. package/__commonjs/UI/ledger/index.js +12 -8
  741. package/__commonjs/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +2 -2
  742. package/__commonjs/UI/metamask/MetamaskLoginButton/index.js +2 -2
  743. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +3 -3
  744. package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +3 -3
  745. package/__commonjs/UI/pages/UnlockPage/index.js +12 -8
  746. package/__commonjs/UI/pages/index.js +12 -8
  747. package/__commonjs/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +3 -3
  748. package/__commonjs/UI/passkey/PasskeyLoginButton/index.js +3 -3
  749. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +2 -2
  750. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +2 -2
  751. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +2 -2
  752. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +3 -3
  753. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +3 -3
  754. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +2 -2
  755. package/__commonjs/UI/walletConnect/index.js +2 -2
  756. package/__commonjs/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +3 -3
  757. package/__commonjs/UI/webWallet/CrossWindowLoginButton/index.js +3 -3
  758. package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +2 -2
  759. package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +2 -2
  760. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +3 -3
  761. package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +3 -3
  762. package/__commonjs/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +2 -2
  763. package/__commonjs/UI/webWallet/XaliasLoginButton/index.js +2 -2
  764. package/__commonjs/__mocks__/index.js +2 -2
  765. package/__commonjs/__mocks__/utils/index.js +2 -2
  766. package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
  767. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +2 -2
  768. package/__commonjs/components/ProviderInitializer/ProviderInitializer.js +1 -1
  769. package/__commonjs/components/ProviderInitializer/index.js +1 -1
  770. package/__commonjs/constants/index.js +1 -1
  771. package/__commonjs/hooks/index.js +2 -2
  772. package/__commonjs/hooks/login/index.js +2 -2
  773. package/__commonjs/hooks/login/useCrossWindowLogin.js +1 -1
  774. package/__commonjs/hooks/login/useExtensionLogin.js +1 -1
  775. package/__commonjs/hooks/login/useIframeLogin.js +1 -1
  776. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  777. package/__commonjs/hooks/login/useLoginService.js +1 -1
  778. package/__commonjs/hooks/login/useMetamaskLogin.js +1 -1
  779. package/__commonjs/hooks/login/useOperaLogin.js +1 -1
  780. package/__commonjs/hooks/login/usePasskeyLogin.js +1 -1
  781. package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
  782. package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
  783. package/__commonjs/hooks/login/useXaliasLogin.js +1 -1
  784. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  785. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  786. package/__commonjs/hooks/transactions/index.js +1 -1
  787. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  788. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  789. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  790. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  791. package/__commonjs/utils/index.js +1 -1
  792. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  793. package/__commonjs/utils/transactions/index.js +1 -1
  794. package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
  795. package/__commonjs/wrappers/DappProvider/index.js +2 -2
  796. package/__commonjs/wrappers/index.js +2 -2
  797. package/__mocks__/index.js +1 -1
  798. package/__mocks__/utils/index.js +1 -1
  799. package/__mocks__/utils/renderWithProvider.js +1 -1
  800. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  801. package/apiCalls/accounts/index.js +1 -1
  802. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  803. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  804. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  805. package/apiCalls/configuration/index.js +1 -1
  806. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  807. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  808. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  809. package/apiCalls/economics/index.js +1 -1
  810. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  811. package/apiCalls/index.js +1 -1
  812. package/apiCalls/tokens/getPersistedToken.js +1 -1
  813. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  814. package/apiCalls/transactions/index.js +1 -1
  815. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  816. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  817. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  818. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  819. package/apiCalls/utils/getScamAddressData.js +1 -1
  820. package/apiCalls/utils/index.js +1 -1
  821. package/apiCalls/utils/useApiFetch.js +1 -1
  822. package/components/LogoutListener/LogoutListener.js +1 -1
  823. package/components/LogoutListener/helpers/index.js +1 -1
  824. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  825. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  826. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  827. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  828. package/components/LogoutListener/index.js +1 -1
  829. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  830. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  831. package/components/ProviderInitializer/helpers/index.js +1 -1
  832. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  833. package/components/ProviderInitializer/hooks/index.js +1 -1
  834. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  835. package/components/ProviderInitializer/index.js +1 -1
  836. package/components/TransactionSender/TransactionSender.js +1 -1
  837. package/components/TransactionSender/index.js +1 -1
  838. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  839. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  840. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  841. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  842. package/components/TransactionsTracker/index.js +1 -1
  843. package/constants/index.js +1 -1
  844. package/hooks/account/index.js +1 -1
  845. package/hooks/account/useGetAccount.js +1 -1
  846. package/hooks/account/useGetAccountInfo.js +1 -1
  847. package/hooks/account/useGetAccountProvider.js +1 -1
  848. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  849. package/hooks/account/useGetIsLoggedIn.js +1 -1
  850. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  851. package/hooks/account/useGetLoginInfo.js +1 -1
  852. package/hooks/account/useGetWebsocketEvent.js +1 -1
  853. package/hooks/economics/index.js +1 -1
  854. package/hooks/economics/useGetEgldPrice.js +1 -1
  855. package/hooks/index.js +1 -1
  856. package/hooks/login/index.js +1 -1
  857. package/hooks/login/useCrossWindowLogin.js +1 -1
  858. package/hooks/login/useExtensionLogin.js +1 -1
  859. package/hooks/login/useGetModalLoginMethods.js +1 -1
  860. package/hooks/login/useIframeLogin.js +1 -1
  861. package/hooks/login/useLedgerLogin.js +1 -1
  862. package/hooks/login/useLoginService.js +1 -1
  863. package/hooks/login/useMetamaskLogin.js +1 -1
  864. package/hooks/login/useOperaLogin.js +1 -1
  865. package/hooks/login/usePasskeyLogin.js +1 -1
  866. package/hooks/login/useWalletConnectV2Login.js +1 -1
  867. package/hooks/login/useWebViewLogin.js +1 -1
  868. package/hooks/login/useWebWalletLogin.js +1 -1
  869. package/hooks/login/useXaliasLogin.js +1 -1
  870. package/hooks/signMessage/index.js +1 -1
  871. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  872. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  873. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  874. package/hooks/signMessage/useSignMessage.js +1 -1
  875. package/hooks/toasts/index.js +1 -1
  876. package/hooks/toasts/useGetToasts.js +1 -1
  877. package/hooks/toasts/useTransactionsToasts.js +1 -1
  878. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  879. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  880. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  881. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  882. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  883. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  884. package/hooks/transactions/batch/useGetBatches.js +1 -1
  885. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  886. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  887. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  888. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  889. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  890. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  891. package/hooks/transactions/helpers/index.js +1 -1
  892. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  893. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  894. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  895. package/hooks/transactions/index.js +1 -1
  896. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  897. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  898. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  899. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  900. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  901. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  902. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  903. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  904. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  905. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  906. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  907. package/hooks/transactions/useGetPollingInterval.js +1 -1
  908. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  909. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  910. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  911. package/hooks/transactions/useGetTokenDetails.js +1 -1
  912. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  913. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  914. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  915. package/hooks/transactions/useSignTransactions.js +1 -1
  916. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  917. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  918. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  919. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  920. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  921. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  922. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  923. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  924. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  925. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  926. package/hooks/useGetNetworkConfig.js +1 -1
  927. package/hooks/useGetNotification.js +1 -1
  928. package/hooks/websocketListener/index.js +1 -1
  929. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  930. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  931. package/models/index.js +1 -1
  932. package/models/newTransaction.js +1 -1
  933. package/package.json +32 -10
  934. package/providers/accountProvider.js +1 -1
  935. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  936. package/providers/experimentalWebViewProvider/index.js +1 -1
  937. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  938. package/providers/index.js +1 -1
  939. package/providers/utils.js +1 -1
  940. package/providers/webviewProvider/index.js +1 -1
  941. package/providers/webviewProvider/requestMethods.js +1 -1
  942. package/providers/webviewProvider/webviewProvider.js +1 -1
  943. package/reduxStore/DappProviderContext.js +1 -1
  944. package/reduxStore/commonActions.js +1 -1
  945. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  946. package/reduxStore/persistConfig.js +1 -1
  947. package/reduxStore/persistedRootReducer.js +1 -1
  948. package/reduxStore/reducers.js +1 -1
  949. package/reduxStore/rootReducer.js +1 -1
  950. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  951. package/reduxStore/selectors/index.js +1 -1
  952. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  953. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  954. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  955. package/reduxStore/slices/accountInfoSlice.js +1 -1
  956. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  957. package/reduxStore/slices/dappConfigSlice.js +1 -1
  958. package/reduxStore/slices/index.js +1 -1
  959. package/reduxStore/slices/loginInfoSlice.js +1 -1
  960. package/reduxStore/slices/modalsSlice.js +1 -1
  961. package/reduxStore/slices/networkConfigSlice.js +1 -1
  962. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  963. package/reduxStore/slices/toastsSlice.js +1 -1
  964. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  965. package/reduxStore/slices/transactionsSlice.js +1 -1
  966. package/reduxStore/store.js +1 -1
  967. package/services/index.js +1 -1
  968. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  969. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  970. package/services/nativeAuth/helpers/index.js +1 -1
  971. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  972. package/services/transactions/__tests__/transformAndSignTransactions.test.js +1 -1
  973. package/services/transactions/clearTransactions.js +1 -1
  974. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  975. package/services/transactions/getTransactionsDetails.js +1 -1
  976. package/services/transactions/index.js +1 -1
  977. package/services/transactions/isCrossShardTransaction.js +1 -1
  978. package/services/transactions/sendBatchTransactions.js +1 -1
  979. package/services/transactions/sendBatchTransactions.test.js +1 -1
  980. package/services/transactions/sendTransactions.js +1 -1
  981. package/services/transactions/signTransactions.js +1 -1
  982. package/services/transactions/transformAndSignTransactions.js +1 -1
  983. package/services/transactions/updateSignedTransactions.js +1 -1
  984. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  985. package/services/transactions/utils.js +1 -1
  986. package/utils/account/getAccount.js +1 -1
  987. package/utils/account/getAccountBalance.js +1 -1
  988. package/utils/account/getAccountProviderType.js +1 -1
  989. package/utils/account/getAccountShard.js +1 -1
  990. package/utils/account/getAddress.js +1 -1
  991. package/utils/account/getIsProviderEqualTo.js +1 -1
  992. package/utils/account/getLatestNonce.js +1 -1
  993. package/utils/account/getShardOfAddress.js +1 -1
  994. package/utils/account/getWebviewToken.js +1 -1
  995. package/utils/account/index.js +1 -1
  996. package/utils/account/loginWithExternalProvider.js +1 -1
  997. package/utils/account/refreshAccount.js +1 -1
  998. package/utils/account/setNonce.js +1 -1
  999. package/utils/account/signMessage.js +1 -1
  1000. package/utils/getIsLoggedIn.js +1 -1
  1001. package/utils/index.js +1 -1
  1002. package/utils/logout.js +1 -1
  1003. package/utils/network/getChainID.js +1 -1
  1004. package/utils/network/getEgldLabel.js +1 -1
  1005. package/utils/network/getNetworkConfig.js +1 -1
  1006. package/utils/network/index.js +1 -1
  1007. package/utils/operations/calculateFeeInFiat.js +1 -1
  1008. package/utils/operations/calculateFeeLimit.js +1 -1
  1009. package/utils/operations/denominate.js +1 -1
  1010. package/utils/operations/formatAmount.js +1 -1
  1011. package/utils/operations/index.js +1 -1
  1012. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  1013. package/utils/operations/ledger/index.js +1 -1
  1014. package/utils/operations/nominate.js +1 -1
  1015. package/utils/operations/parseAmount.js +1 -1
  1016. package/utils/toasts/customToastsActions.js +1 -1
  1017. package/utils/toasts/index.js +1 -1
  1018. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  1019. package/utils/transactions/builtCallbackUrl.js +1 -1
  1020. package/utils/transactions/getAllTransactionsLink.js +1 -1
  1021. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  1022. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  1023. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  1024. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  1025. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  1026. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  1027. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  1028. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  1029. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  1030. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  1031. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  1032. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  1033. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  1034. package/utils/transactions/getOperationsDetails.js +1 -1
  1035. package/utils/transactions/getTransactionLink.js +1 -1
  1036. package/utils/transactions/index.js +1 -1
  1037. package/utils/transactions/isGuardianTx.js +1 -1
  1038. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  1039. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  1040. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  1041. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  1042. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  1043. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  1044. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  1045. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  1046. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  1047. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  1048. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  1049. package/utils/validation/index.js +1 -1
  1050. package/utils/validation/maxDecimals.js +1 -1
  1051. package/utils/validation/stringIsFloat.js +1 -1
  1052. package/utils/waitForChainID.js +1 -1
  1053. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  1054. package/web/hooks/index.js +1 -1
  1055. package/web/hooks/useIdleTimer.js +1 -1
  1056. package/web/index.js +1 -1
  1057. package/wrappers/AppInitializer.js +1 -1
  1058. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  1059. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  1060. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  1061. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  1062. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  1063. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  1064. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  1065. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  1066. package/wrappers/DappProvider/CustomComponents.js +1 -1
  1067. package/wrappers/DappProvider/DappProvider.js +1 -1
  1068. package/wrappers/DappProvider/index.js +1 -1
  1069. package/wrappers/index.js +1 -1
  1070. package/__chunks__/chunk-2KDLD4RG.js +0 -2
  1071. package/__chunks__/chunk-3C456ER4.js +0 -2
  1072. package/__chunks__/chunk-3YVYQCSI.js +0 -2
  1073. package/__chunks__/chunk-4I6IQBQ3.js +0 -2
  1074. package/__chunks__/chunk-4NWKC3RR.js +0 -2
  1075. package/__chunks__/chunk-4VUHXHXL.js +0 -2
  1076. package/__chunks__/chunk-6IV3HRKI.js +0 -2
  1077. package/__chunks__/chunk-6IWKDN6P.js +0 -2
  1078. package/__chunks__/chunk-6KZT33EQ.js +0 -2
  1079. package/__chunks__/chunk-6UB7L3HM.js +0 -2
  1080. package/__chunks__/chunk-776TUCVE.js +0 -2
  1081. package/__chunks__/chunk-7FQ7CRUT.js +0 -2
  1082. package/__chunks__/chunk-A5T5MDXQ.js +0 -2
  1083. package/__chunks__/chunk-AJDMQ2BN.js +0 -2
  1084. package/__chunks__/chunk-C7SDKMXD.js +0 -2
  1085. package/__chunks__/chunk-CEZENCU2.js +0 -2
  1086. package/__chunks__/chunk-CHY472DN.js +0 -2
  1087. package/__chunks__/chunk-CP374WHL.js +0 -2
  1088. package/__chunks__/chunk-CZQCSAQK.js +0 -2
  1089. package/__chunks__/chunk-DN5T52OC.js +0 -2
  1090. package/__chunks__/chunk-E7FDBBCT.js +0 -2
  1091. package/__chunks__/chunk-ED2IPLGG.js +0 -2
  1092. package/__chunks__/chunk-FRQ77QQB.js +0 -2
  1093. package/__chunks__/chunk-FVK3ZCWI.js +0 -2
  1094. package/__chunks__/chunk-GIQR4QH4.js +0 -2
  1095. package/__chunks__/chunk-GMMATHVE.js +0 -2
  1096. package/__chunks__/chunk-HDHXOS2P.js +0 -2
  1097. package/__chunks__/chunk-IV6TBEPI.js +0 -2
  1098. package/__chunks__/chunk-J2O4DZOQ.js +0 -2
  1099. package/__chunks__/chunk-JM2Q3FFB.js +0 -2
  1100. package/__chunks__/chunk-JTVI7EAE.js +0 -2
  1101. package/__chunks__/chunk-LBADT7AB.js +0 -2
  1102. package/__chunks__/chunk-LGGCN7I4.js +0 -2
  1103. package/__chunks__/chunk-MDOQ3FD5.js +0 -2
  1104. package/__chunks__/chunk-MILTNDSS.js +0 -2
  1105. package/__chunks__/chunk-MSGBCJVA.js +0 -2
  1106. package/__chunks__/chunk-NJIFJ5DI.js +0 -2
  1107. package/__chunks__/chunk-NM52DLFT.js +0 -2
  1108. package/__chunks__/chunk-NPLNFSCQ.js +0 -2
  1109. package/__chunks__/chunk-NPMNFYXP.js +0 -2
  1110. package/__chunks__/chunk-ODD7HZGC.js +0 -2
  1111. package/__chunks__/chunk-OV7F5MGO.js +0 -2
  1112. package/__chunks__/chunk-P6WVRK5K.js +0 -2
  1113. package/__chunks__/chunk-PXMKUDDY.js +0 -2
  1114. package/__chunks__/chunk-Q6E4I6C3.js +0 -2
  1115. package/__chunks__/chunk-Q6WNXGQO.js +0 -2
  1116. package/__chunks__/chunk-Q74ZPP5Z.js +0 -2
  1117. package/__chunks__/chunk-QBZ5FB5S.js +0 -2
  1118. package/__chunks__/chunk-QFEZDF6S.js +0 -2
  1119. package/__chunks__/chunk-QHG5O46R.js +0 -2
  1120. package/__chunks__/chunk-RR2VFIBY.js +0 -2
  1121. package/__chunks__/chunk-RWGHXSVL.js +0 -2
  1122. package/__chunks__/chunk-TDTVKQAY.js +0 -2
  1123. package/__chunks__/chunk-TFGSWUDU.js +0 -2
  1124. package/__chunks__/chunk-UBWKE3AA.js +0 -2
  1125. package/__chunks__/chunk-UGVGXRLY.js +0 -2
  1126. package/__chunks__/chunk-VNOH57Z5.js +0 -2
  1127. package/__chunks__/chunk-XL27T4US.js +0 -2
  1128. package/__chunks__/chunk-Y6V7N5Z6.js +0 -2
  1129. package/__chunks__/chunk-YGS2TUT4.js +0 -2
  1130. package/__chunks__/chunk-Z3XXI7LZ.js +0 -2
  1131. package/__chunks__/chunk-Z4PTT5JC.js +0 -2
  1132. package/__chunks__/chunk-Z4ZKZDVG.js +0 -2
  1133. package/__chunks__/chunk-ZYNCAO24.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Yd=Object.create;var ln=Object.defineProperty,Zd=Object.defineProperties,Jd=Object.getOwnPropertyDescriptor,Qd=Object.getOwnPropertyDescriptors,el=Object.getOwnPropertyNames,Un=Object.getOwnPropertySymbols,ol=Object.getPrototypeOf,Vt=Object.prototype.hasOwnProperty,Oa=Object.prototype.propertyIsEnumerable;var Ma=(e,o,t)=>o in e?ln(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Vt.call(o,t)&&Ma(e,t,o[t]);if(Un)for(var t of Un(o))Oa.call(o,t)&&Ma(e,t,o[t]);return e},w=(e,o)=>Zd(e,Qd(o));var Ke=(e,o)=>{var t={};for(var s in e)Vt.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&Un)for(var s of Un(e))o.indexOf(s)<0&&Oa.call(e,s)&&(t[s]=e[s]);return t};var h=(e,o)=>()=>(e&&(o=e(e=0)),o);var S=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),he=(e,o)=>{for(var t in o)ln(e,t,{get:o[t],enumerable:!0})},Fa=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of el(o))!Vt.call(e,c)&&c!==t&&ln(e,c,{get:()=>o[c],enumerable:!(s=Jd(o,c))||s.enumerable});return e};var x=(e,o,t)=>(t=e!=null?Yd(ol(e)):{},Fa(o||!e||!e.__esModule?ln(t,"default",{value:e,enumerable:!0}):t,e)),me=e=>Fa(ln({},"__esModule",{value:!0}),e);var g=(e,o,t)=>new Promise((s,c)=>{var p=_=>{try{d(t.next(_))}catch(T){c(T)}},m=_=>{try{d(t.throw(_))}catch(T){c(T)}},d=_=>_.done?s(_.value):Promise.resolve(_.value).then(p,m);d((t=t.apply(e,o)).next())});var Ua=S(Gn=>{"use strict";n();Gn.byteLength=tl;Gn.toByteArray=al;Gn.fromByteArray=cl;var be=[],_e=[],nl=typeof Uint8Array!="undefined"?Uint8Array:Array,qt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(po=0,Ba=qt.length;po<Ba;++po)be[po]=qt[po],_e[qt.charCodeAt(po)]=po;var po,Ba;_e["-".charCodeAt(0)]=62;_e["_".charCodeAt(0)]=63;function Wa(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function tl(e){var o=Wa(e),t=o[0],s=o[1];return(t+s)*3/4-s}function rl(e,o,t){return(o+t)*3/4-t}function al(e){var o,t=Wa(e),s=t[0],c=t[1],p=new nl(rl(e,s,c)),m=0,d=c>0?s-4:s,_;for(_=0;_<d;_+=4)o=_e[e.charCodeAt(_)]<<18|_e[e.charCodeAt(_+1)]<<12|_e[e.charCodeAt(_+2)]<<6|_e[e.charCodeAt(_+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=_e[e.charCodeAt(_)]<<2|_e[e.charCodeAt(_+1)]>>4,p[m++]=o&255),c===1&&(o=_e[e.charCodeAt(_)]<<10|_e[e.charCodeAt(_+1)]<<4|_e[e.charCodeAt(_+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function il(e){return be[e>>18&63]+be[e>>12&63]+be[e>>6&63]+be[e&63]}function sl(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(il(s));return c.join("")}function cl(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,d=t-s;m<d;m+=p)c.push(sl(e,m,m+p>d?d:m+p));return s===1?(o=e[t-1],c.push(be[o>>2]+be[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push(be[o>>10]+be[o>>4&63]+be[o<<2&63]+"=")),c.join("")}});var Ga=S(jt=>{n();jt.read=function(e,o,t,s,c){var p,m,d=c*8-s-1,_=(1<<d)-1,T=_>>1,f=-7,b=t?c-1:0,E=t?-1:1,L=e[o+b];for(b+=E,p=L&(1<<-f)-1,L>>=-f,f+=d;f>0;p=p*256+e[o+b],b+=E,f-=8);for(m=p&(1<<-f)-1,p>>=-f,f+=s;f>0;m=m*256+e[o+b],b+=E,f-=8);if(p===0)p=1-T;else{if(p===_)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-T}return(L?-1:1)*m*Math.pow(2,p-s)};jt.write=function(e,o,t,s,c,p){var m,d,_,T=p*8-c-1,f=(1<<T)-1,b=f>>1,E=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=s?0:p-1,P=s?1:-1,Y=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=f):(m=Math.floor(Math.log(o)/Math.LN2),o*(_=Math.pow(2,-m))<1&&(m--,_*=2),m+b>=1?o+=E/_:o+=E*Math.pow(2,1-b),o*_>=2&&(m++,_/=2),m+b>=f?(d=0,m=f):m+b>=1?(d=(o*_-1)*Math.pow(2,c),m=m+b):(d=o*Math.pow(2,b-1)*Math.pow(2,c),m=0));c>=8;e[t+L]=d&255,L+=P,d/=256,c-=8);for(m=m<<c|d,T+=c;T>0;e[t+L]=m&255,L+=P,m/=256,T-=8);e[t+L-P]|=Y*128}});var ei=S(Ro=>{"use strict";n();var zt=Ua(),No=Ga(),Ha=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ro.Buffer=l;Ro.SlowBuffer=ul;Ro.INSPECT_MAX_BYTES=50;var Hn=2147483647;Ro.kMaxLength=Hn;l.TYPED_ARRAY_SUPPORT=pl();!l.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 pl(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.buffer}});Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.byteOffset}});function De(e){if(e>Hn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,l.prototype),o}function l(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Zt(e)}return qa(e,o,t)}l.poolSize=8192;function qa(e,o,t){if(typeof e=="string")return dl(e,o);if(ArrayBuffer.isView(e))return ll(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(we(e,ArrayBuffer)||e&&we(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(we(e,SharedArrayBuffer)||e&&we(e.buffer,SharedArrayBuffer)))return Xt(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return l.from(s,o,t);var c=_l(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return l.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}l.from=function(e,o,t){return qa(e,o,t)};Object.setPrototypeOf(l.prototype,Uint8Array.prototype);Object.setPrototypeOf(l,Uint8Array);function ja(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function ml(e,o,t){return ja(e),e<=0?De(e):o!==void 0?typeof t=="string"?De(e).fill(o,t):De(e).fill(o):De(e)}l.alloc=function(e,o,t){return ml(e,o,t)};function Zt(e){return ja(e),De(e<0?0:Jt(e)|0)}l.allocUnsafe=function(e){return Zt(e)};l.allocUnsafeSlow=function(e){return Zt(e)};function dl(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!l.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=za(e,o)|0,s=De(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Kt(e){for(var o=e.length<0?0:Jt(e.length)|0,t=De(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function ll(e){if(we(e,Uint8Array)){var o=new Uint8Array(e);return Xt(o.buffer,o.byteOffset,o.byteLength)}return Kt(e)}function Xt(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,l.prototype),s}function _l(e){if(l.isBuffer(e)){var o=Jt(e.length)|0,t=De(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||Qt(e.length)?De(0):Kt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Kt(e.data)}function Jt(e){if(e>=Hn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Hn.toString(16)+" bytes");return e|0}function ul(e){return+e!=e&&(e=0),l.alloc(+e)}l.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==l.prototype};l.compare=function(o,t){if(we(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),we(t,Uint8Array)&&(t=l.from(t,t.offset,t.byteLength)),!l.isBuffer(o)||!l.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};l.isEncoding=function(o){switch(String(o).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}};l.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return l.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=l.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(we(m,Uint8Array))p+m.length>c.length?l.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(l.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function za(e,o){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||we(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Yt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Qa(e).length;default:if(c)return s?-1:Yt(e).length;o=(""+o).toLowerCase(),c=!0}}l.byteLength=za;function gl(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Il(this,o,t);case"utf8":case"utf-8":return Xa(this,o,t);case"ascii":return wl(this,o,t);case"latin1":case"binary":return vl(this,o,t);case"base64":return Sl(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Al(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}l.prototype._isBuffer=!0;function mo(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}l.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)mo(this,t,t+1);return this};l.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)mo(this,t,t+3),mo(this,t+1,t+2);return this};l.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)mo(this,t,t+7),mo(this,t+1,t+6),mo(this,t+2,t+5),mo(this,t+3,t+4);return this};l.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Xa(this,0,o):gl.apply(this,arguments)};l.prototype.toLocaleString=l.prototype.toString;l.prototype.equals=function(o){if(!l.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:l.compare(this,o)===0};l.prototype.inspect=function(){var o="",t=Ro.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};Ha&&(l.prototype[Ha]=l.prototype.inspect);l.prototype.compare=function(o,t,s,c,p){if(we(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),!l.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=s-t,_=Math.min(m,d),T=this.slice(c,p),f=o.slice(t,s),b=0;b<_;++b)if(T[b]!==f[b]){m=T[b],d=f[b];break}return m<d?-1:d<m?1:0};function Ka(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Qt(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=l.from(o,s)),l.isBuffer(o))return o.length===0?-1:$a(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):$a(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function $a(e,o,t,s,c){var p=1,m=e.length,d=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,t/=2}function _(L,P){return p===1?L[P]:L.readUInt16BE(P*p)}var T;if(c){var f=-1;for(T=t;T<m;T++)if(_(e,T)===_(o,f===-1?0:T-f)){if(f===-1&&(f=T),T-f+1===d)return f*p}else f!==-1&&(T-=T-f),f=-1}else for(t+d>m&&(t=m-d),T=t;T>=0;T--){for(var b=!0,E=0;E<d;E++)if(_(e,T+E)!==_(o,E)){b=!1;break}if(b)return T}return-1}l.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};l.prototype.indexOf=function(o,t,s){return Ka(this,o,t,s,!0)};l.prototype.lastIndexOf=function(o,t,s){return Ka(this,o,t,s,!1)};function fl(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var d=parseInt(o.substr(m*2,2),16);if(Qt(d))return m;e[t+m]=d}return m}function Tl(e,o,t,s){return $n(Yt(o,e.length-t),e,t,s)}function hl(e,o,t,s){return $n(Pl(o),e,t,s)}function xl(e,o,t,s){return $n(Qa(o),e,t,s)}function yl(e,o,t,s){return $n(El(o,e.length-t),e,t,s)}l.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return fl(this,o,t,s);case"utf8":case"utf-8":return Tl(this,o,t,s);case"ascii":case"latin1":case"binary":return hl(this,o,t,s);case"base64":return xl(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yl(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Sl(e,o,t){return o===0&&t===e.length?zt.fromByteArray(e):zt.fromByteArray(e.slice(o,t))}function Xa(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=t){var _,T,f,b;switch(d){case 1:p<128&&(m=p);break;case 2:_=e[c+1],(_&192)===128&&(b=(p&31)<<6|_&63,b>127&&(m=b));break;case 3:_=e[c+1],T=e[c+2],(_&192)===128&&(T&192)===128&&(b=(p&15)<<12|(_&63)<<6|T&63,b>2047&&(b<55296||b>57343)&&(m=b));break;case 4:_=e[c+1],T=e[c+2],f=e[c+3],(_&192)===128&&(T&192)===128&&(f&192)===128&&(b=(p&15)<<18|(_&63)<<12|(T&63)<<6|f&63,b>65535&&b<1114112&&(m=b))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=d}return bl(s)}var Va=4096;function bl(e){var o=e.length;if(o<=Va)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=Va));return t}function wl(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function vl(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function Il(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=Cl[e[p]];return c}function Al(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}l.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,l.prototype),c};function V(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};l.prototype.readUintBE=l.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};l.prototype.readUint8=l.prototype.readUInt8=function(o,t){return o=o>>>0,t||V(o,1,this.length),this[o]};l.prototype.readUint16LE=l.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||V(o,2,this.length),this[o]|this[o+1]<<8};l.prototype.readUint16BE=l.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||V(o,2,this.length),this[o]<<8|this[o+1]};l.prototype.readUint32LE=l.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||V(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};l.prototype.readUint32BE=l.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||V(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};l.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};l.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};l.prototype.readInt8=function(o,t){return o=o>>>0,t||V(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};l.prototype.readInt16LE=function(o,t){o=o>>>0,t||V(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};l.prototype.readInt16BE=function(o,t){o=o>>>0,t||V(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};l.prototype.readInt32LE=function(o,t){return o=o>>>0,t||V(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};l.prototype.readInt32BE=function(o,t){return o=o>>>0,t||V(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};l.prototype.readFloatLE=function(o,t){return o=o>>>0,t||V(o,4,this.length),No.read(this,o,!0,23,4)};l.prototype.readFloatBE=function(o,t){return o=o>>>0,t||V(o,4,this.length),No.read(this,o,!1,23,4)};l.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||V(o,8,this.length),No.read(this,o,!0,52,8)};l.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||V(o,8,this.length),No.read(this,o,!1,52,8)};function ne(e,o,t,s,c,p){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;ne(this,o,t,s,p,0)}var m=1,d=0;for(this[t]=o&255;++d<s&&(m*=256);)this[t+d]=o/m&255;return t+s};l.prototype.writeUintBE=l.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;ne(this,o,t,s,p,0)}var m=s-1,d=1;for(this[t+m]=o&255;--m>=0&&(d*=256);)this[t+m]=o/d&255;return t+s};l.prototype.writeUint8=l.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,1,255,0),this[t]=o&255,t+1};l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};l.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);ne(this,o,t,s,p-1,-p)}var m=0,d=1,_=0;for(this[t]=o&255;++m<s&&(d*=256);)o<0&&_===0&&this[t+m-1]!==0&&(_=1),this[t+m]=(o/d>>0)-_&255;return t+s};l.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);ne(this,o,t,s,p-1,-p)}var m=s-1,d=1,_=0;for(this[t+m]=o&255;--m>=0&&(d*=256);)o<0&&_===0&&this[t+m+1]!==0&&(_=1),this[t+m]=(o/d>>0)-_&255;return t+s};l.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};l.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};l.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};l.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};l.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function Ya(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Za(e,o,t,s,c){return o=+o,t=t>>>0,c||Ya(e,o,t,4,34028234663852886e22,-34028234663852886e22),No.write(e,o,t,s,23,4),t+4}l.prototype.writeFloatLE=function(o,t,s){return Za(this,o,t,!0,s)};l.prototype.writeFloatBE=function(o,t,s){return Za(this,o,t,!1,s)};function Ja(e,o,t,s,c){return o=+o,t=t>>>0,c||Ya(e,o,t,8,17976931348623157e292,-17976931348623157e292),No.write(e,o,t,s,52,8),t+8}l.prototype.writeDoubleLE=function(o,t,s){return Ja(this,o,t,!0,s)};l.prototype.writeDoubleBE=function(o,t,s){return Ja(this,o,t,!1,s)};l.prototype.copy=function(o,t,s,c){if(!l.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};l.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!l.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var d=l.isBuffer(o)?o:l.from(o,c),_=d.length;if(_===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=d[m%_]}return this};var kl=/[^+/0-9A-Za-z-_]/g;function Ll(e){if(e=e.split("=")[0],e=e.trim().replace(kl,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Yt(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function Pl(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function El(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function Qa(e){return zt.toByteArray(Ll(e))}function $n(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function we(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Qt(e){return e!==e}var Cl=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var ai=S((qx,ri)=>{n();var W=ri.exports={},ve,Ie;function er(){throw new Error("setTimeout has not been defined")}function or(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?ve=setTimeout:ve=er}catch(e){ve=er}try{typeof clearTimeout=="function"?Ie=clearTimeout:Ie=or}catch(e){Ie=or}})();function oi(e){if(ve===setTimeout)return setTimeout(e,0);if((ve===er||!ve)&&setTimeout)return ve=setTimeout,setTimeout(e,0);try{return ve(e,0)}catch(o){try{return ve.call(null,e,0)}catch(t){return ve.call(this,e,0)}}}function Nl(e){if(Ie===clearTimeout)return clearTimeout(e);if((Ie===or||!Ie)&&clearTimeout)return Ie=clearTimeout,clearTimeout(e);try{return Ie(e)}catch(o){try{return Ie.call(null,e)}catch(t){return Ie.call(this,e)}}}var Me=[],Do=!1,lo,Vn=-1;function Rl(){!Do||!lo||(Do=!1,lo.length?Me=lo.concat(Me):Vn=-1,Me.length&&ni())}function ni(){if(!Do){var e=oi(Rl);Do=!0;for(var o=Me.length;o;){for(lo=Me,Me=[];++Vn<o;)lo&&lo[Vn].run();Vn=-1,o=Me.length}lo=null,Do=!1,Nl(e)}}W.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];Me.push(new ti(e,o)),Me.length===1&&!Do&&oi(ni)};function ti(e,o){this.fun=e,this.array=o}ti.prototype.run=function(){this.fun.apply(null,this.array)};W.title="browser";W.browser=!0;W.env={};W.argv=[];W.version="";W.versions={};function Oe(){}W.on=Oe;W.addListener=Oe;W.once=Oe;W.off=Oe;W.removeListener=Oe;W.removeAllListeners=Oe;W.emit=Oe;W.prependListener=Oe;W.prependOnceListener=Oe;W.listeners=function(e){return[]};W.binding=function(e){throw new Error("process.binding is not supported")};W.cwd=function(){return"/"};W.chdir=function(e){throw new Error("process.chdir is not supported")};W.umask=function(){return 0}});var r,i,Dl,a,n=h(()=>{r=x(ei()),i=x(ai()),Dl=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),a=Dl});var ii=h(()=>{"use strict";n()});var si,Xe,ci,nr,pi,mi,qn,Ae=h(()=>{"use strict";n();si="error when signing",Xe="Transaction canceled",ci="error signing transaction",nr="provider not initialized",pi="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",mi="Undefined transaction status",qn="You cannot sign transactions from a different account"});var di=h(()=>{"use strict";n()});var tr,li=h(()=>{"use strict";n();tr=(s=>(s.SetGuardian="SetGuardian",s.GuardAccount="GuardAccount",s.UnGuardAccount="UnGuardAccount",s))(tr||{})});var _i=h(()=>{"use strict";n()});var rr=h(()=>{"use strict";n()});var ui=h(()=>{"use strict";n()});var ar,ir=h(()=>{"use strict";n();ar=(c=>(c.signature="signature",c.sessionId="sessionId",c.status="status",c.address="address",c))(ar||{})});var gi=h(()=>{"use strict";n()});var fi=h(()=>{"use strict";n()});var Q,Mo,Ye=h(()=>{"use strict";n();Q=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Mo=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Ti,ty,hi,ry,R=h(()=>{"use strict";n();Ye();Ti=(t=>(t.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",t.reloginRequest="RELOGIN_REQUEST",t))(Ti||{}),ty=u(u({},Mo.WindowProviderRequestEnums),Ti),hi=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(hi||{}),ry=u(u({},Mo.WindowProviderResponseEnums),hi)});var xi=h(()=>{"use strict";n()});var yi=h(()=>{"use strict";n()});var te=h(()=>{"use strict";n()});var Si=h(()=>{"use strict";n()});var bi=h(()=>{"use strict";n()});var wi=h(()=>{"use strict";n()});var U=h(()=>{"use strict";n();ir();gi();fi();R();xi();yi();te();Si();bi();wi()});var _o,vi,Sy,Ii,by,Ai,wy,vy,ki,Oo=h(()=>{"use strict";n();U();_o={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:vi,egldLabel:Sy}=_o["devnet"],{chainId:Ii,egldLabel:by}=_o["testnet"],{chainId:Ai,egldLabel:wy}=_o["mainnet"],vy={["devnet"]:vi,["testnet"]:Ii,["mainnet"]:Ai},ki={[vi]:"devnet",[Ii]:"testnet",[Ai]:"mainnet"}});var Li,_n=h(()=>{"use strict";n();Li="cancel-transaction-toast"});var ke,Pi=h(()=>{"use strict";n();ke=require("@multiversx/sdk-web-wallet-provider")});var Ze,Fo=h(()=>{"use strict";n();Ze=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Ei,Ci,sr,Ey,Cy,cr=h(()=>{"use strict";n();Fo();sr=String((Ci=(Ei=Ze.safeWindow)==null?void 0:Ei.navigator)==null?void 0:Ci.userAgent),Ey=/^((?!chrome|android).)*safari/i.test(sr),Cy=/firefox/i.test(sr)&&/windows/i.test(sr)});var jn,zn,Ni,Ri,Le,Kn,Di,Xn,Mi,Bo,A=h(()=>{"use strict";n();ii();Ae();di();li();_i();rr();ui();Oo();_n();Pi();cr();jn=5e4,zn=1e9,Ni=1,Ri="/dapp/init",Le="signSession",Kn="sdk-dapp-version",Di="4.2.5",Xn="logout",Mi="login",Bo="0"});var un,Yn=h(()=>{"use strict";n();un=()=>Date.now()/1e3});var Oi=h(()=>{"use strict";n()});var Fi=h(()=>{"use strict";n()});var pr=h(()=>{"use strict";n();Yn();Oi();Fi()});var mr={};he(mr,{clear:()=>Bl,getItem:()=>Ol,localStorageKeys:()=>Fe,removeItem:()=>Fl,setItem:()=>Ml});var Fe,Zn,Ml,Ol,Fl,Bl,uo=h(()=>{"use strict";n();pr();Fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Zn=typeof localStorage!="undefined",Ml=({key:e,data:o,expires:t})=>{!Zn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Ol=e=>{if(!Zn)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:un()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Fl=e=>{!Zn||localStorage.removeItem(String(e))},Bl=()=>{!Zn||localStorage.clear()}});var dr={};he(dr,{clear:()=>Gi,getItem:()=>Wi,removeItem:()=>Ui,setItem:()=>Bi,storage:()=>Wl});var Bi,Wi,Ui,Gi,Wl,Hi=h(()=>{"use strict";n();Bi=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Wi=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},Ui=e=>sessionStorage.removeItem(String(e)),Gi=()=>sessionStorage.clear(),Wl={setItem:Bi,getItem:Wi,removeItem:Ui,clear:Gi}});var Je,go=h(()=>{"use strict";n();uo();Hi();Je={session:dr,local:mr}});var lr,D,re,M=h(()=>{"use strict";n();lr=require("@reduxjs/toolkit");A();D=(0,lr.createAction)(Xn),re=(0,lr.createAction)(Mi,e=>({payload:e}))});var ur,$i,Vi,ue,_r,qi,xe,Qe,gr,cS,Ul,Gl,pS,mS,dS,Hl,$l,Jn,Qn=h(()=>{"use strict";n();ur=require("@multiversx/sdk-core"),$i=require("@reduxjs/toolkit"),Vi=require("redux-persist");A();go();uo();M();ue={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Bo},_r={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":ue},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},qi=(0,$i.createSlice)({name:"accountInfoSlice",initialState:_r,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=t?new ur.Address(t).hex():""},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:ue},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(D,()=>(Je.local.removeItem(Fe.loginExpiresAt),_r)),e.addCase(re,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new ur.Address(s).toHex()}),e.addCase(Vi.REHYDRATE,(o,t)=>{var T;if(!((T=t.payload)!=null&&T.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:d}=s;o.address=c,o.shard=p;let _=m&&c in m;o.accounts=_?m:_r.accounts,o.publicKey=d})}}),{setAccount:xe,setAddress:Qe,setAccountNonce:gr,setAccountShard:cS,setLedgerAccount:Ul,updateLedgerAccount:Gl,setWalletConnectAccount:pS,setIsAccountLoading:mS,setAccountLoadingError:dS,setWebsocketEvent:Hl,setWebsocketBatchEvent:$l}=qi.actions,Jn=qi.reducer});function gn(){return new Date().setHours(new Date().getHours()+24)}function fn(e){Je.local.setItem({key:Fe.loginExpiresAt,data:e,expires:e})}var fr=h(()=>{"use strict";n();go();uo()});var zi,ji,Ki,SS,Vl,ql,Tr,bS,jl,Xi,wS,vS,IS,et,ot=h(()=>{"use strict";n();zi=require("@reduxjs/toolkit");fr();R();M();ji={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Ki=(0,zi.createSlice)({name:"loginInfoSlice",initialState:ji,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(D,()=>ji),e.addCase(re,(o,t)=>{o.isLoginSessionInvalid=!1,o.loginMethod=t.payload.loginMethod,o.iframeLoginType=t.payload.iframeLoginType,fn(gn())})}}),{setLoginMethod:SS,setWalletConnectLogin:Vl,setLedgerLogin:ql,setTokenLogin:Tr,setTokenLoginSignature:bS,setWalletLogin:jl,invalidateLoginSession:Xi,setLogoutRoute:wS,setIsWalletConnectV2Initialized:vS,setWebviewLogin:IS}=Ki.actions,et=Ki.reducer});var Zi,Yi,Ji,PS,zl,ES,Kl,nt,tt=h(()=>{"use strict";n();Zi=require("@reduxjs/toolkit");M();Yi={},Ji=(0,Zi.createSlice)({name:"modalsSlice",initialState:Yi,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(D,()=>Yi)}}),{setTxSubmittedModal:PS,setNotificationModal:zl,clearTxSubmittedModal:ES,clearNotificationModal:Kl}=Ji.actions,nt=Ji.reducer});var Be,Wo=h(()=>{"use strict";n();Be=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var N,X=h(()=>{"use strict";n();Wo();N=()=>{if(!Be())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:t,origin:s,href:c,search:p}}=window;return{pathname:o,hash:t,origin:s,href:c,search:p}}});var Qi=h(()=>{"use strict";n();X()});var fo,es=h(()=>{"use strict";n();Z();fo=()=>{let{pathname:e,search:o,hash:t}=N();return`${e!=null?e:""}${o!=null?o:""}${t!=null?t:""}`}});var os=h(()=>{"use strict";n();Fo()});var Z=h(()=>{"use strict";n();Qi();es();X();os()});var Tn=h(()=>{"use strict";n();Z()});var ts=h(()=>{"use strict";n();Tn()});function rs(e){return e[Math.floor(Math.random()*e.length)]}var as=h(()=>{"use strict";n()});var hr=h(()=>{"use strict";n();rr()});var We=h(()=>{"use strict";n();ts();as();hr()});var is,ss,cs,xr,Yl,ps,pb,mb,ms,rt,at=h(()=>{"use strict";n();is=require("@reduxjs/toolkit"),ss=x(require("lodash.omit")),cs=require("redux-persist");_n();M();We();xr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},Yl={network:xr},ps=(0,is.createSlice)({name:"appConfig",initialState:Yl,reducers:{initializeNetworkConfig:(e,o)=>{let t=rs(o.payload.walletConnectV2RelayAddresses),s=(0,ss.default)(o.payload,"walletConnectV2RelayAddresses");e.network=w(u(u({},e.network),s),{walletConnectV2RelayAddress:t})},updateNetworkConfig:(e,o)=>{e.network=u(u({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(D,o=>{o.network.customWalletAddress=void 0}),e.addCase(cs.REHYDRATE,(o,t)=>{var c,p;if(!((p=(c=t.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:s}}=t.payload;o.network.customWalletAddress=s})}}),{initializeNetworkConfig:pb,updateNetworkConfig:mb,setCustomWalletAddress:ms}=ps.actions,rt=ps.reducer});var ds,yr,ls,fb,Tb,hb,it,st=h(()=>{"use strict";n();ds=require("@reduxjs/toolkit");U();M();yr={isSigning:!1,signedSessions:{}},ls=(0,ds.createSlice)({name:"signedMessageInfoSliceState",initialState:yr,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=u(u({},e.signedSessions[t]),s)},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>yr},extraReducers:e=>{e.addCase(D,()=>yr)}}),{setSignSession:fb,clearSignedMessageInfo:Tb,setSignSessionState:hb}=ls.actions,it=ls.reducer});var us,gs,_s,fs,Sr,Zl,Ib,Jl,ct,pt=h(()=>{"use strict";n();us=require("@reduxjs/toolkit"),gs=require("redux-persist");U();Yn();M();_s={customToasts:[],transactionToasts:[]},fs=(0,us.createSlice)({name:"toastsSlice",initialState:_s,reducers:{addCustomToast:(e,o)=>{let t=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,s=e.customToasts.findIndex(c=>c.toastId===t);if(s!==-1){e.customToasts[s]=w(u(u({},e.customToasts[s]),o.payload),{type:"custom",toastId:t});return}e.customToasts.push(w(u({},o.payload),{type:"custom",toastId:t}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:un(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)}},extraReducers:e=>{e.addCase(D,()=>_s),e.addCase(gs.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:Sr,removeCustomToast:Zl,addTransactionToast:Ib,removeTransactionToast:Jl}=fs.actions,ct=fs.reducer});var Ts,wr,vr,Ir,Ql,br,hs,Pb,e_,hn,mt,dt=h(()=>{"use strict";n();Ts=require("@reduxjs/toolkit");M();wr="Transaction failed",vr="Transaction successful",Ir="Processing transaction",Ql="Transaction submitted",br={},hs=(0,Ts.createSlice)({name:"transactionsInfo",initialState:br,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||wr,successMessage:(s==null?void 0:s.successMessage)||vr,processingMessage:(s==null?void 0:s.processingMessage)||Ir,submittedMessage:(s==null?void 0:s.submittedMessage)||Ql,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>br},extraReducers:e=>{e.addCase(D,()=>br)}}),{clearTransactionsInfo:Pb,setTransactionsDisplayInfo:e_,clearTransactionsInfoForSessionId:hn}=hs.actions,mt=hs.reducer});function Go(e){return e!=null&&(m_(e)||g_(e))}function Ho(e){return e!=null&&(d_(e)||f_(e))}function $o(e){return e!=null&&(l_(e)||T_(e))}function xs(e){return e!=null&&(__(e)||h_(e))}function Ar(e){return e!=null&&u_(e)}function m_(e){return e!=null&&o_.includes(e)}function d_(e){return e!=null&&n_.includes(e)}function l_(e){return e!=null&&t_.includes(e)}function __(e){return e!=null&&r_.includes(e)}function u_(e){return e!=null&&a_.includes(e)}function g_(e){return e!=null&&i_.includes(e)}function f_(e){return e!=null&&s_.includes(e)}function T_(e){return e!=null&&c_.includes(e)}function h_(e){return e!=null&&p_.includes(e)}var o_,n_,t_,r_,a_,i_,s_,c_,p_,Vo=h(()=>{"use strict";n();R();o_=["sent"],n_=["success"],t_=["fail","cancelled","timedOut"],r_=["invalid"],a_=["timedOut"],i_=["pending"],s_=["success"],c_=["fail","invalid"],p_=["not executed"]});var ys,Ss,xn,x_,bs,ws,vs,y_,To,S_,b_,Bb,w_,oo,no,Wb,lt,_t=h(()=>{"use strict";n();ys=require("@reduxjs/toolkit"),Ss=require("redux-persist");R();Vo();M();xn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},x_={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},bs=(0,ys.createSlice)({name:"transactionsSlice",initialState:xn,reducers:{moveTransactionsToSignedState:(e,o)=>{var _,T;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[t]=u(u(u({},x_),((_=e.signedTransactions[t])==null?void 0:_.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[t]||{}),e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:u(u({},e.customTransactionInformationForSessionId[t]),d!=null?d:{})},((T=e==null?void 0:e.transactionsToSign)==null?void 0:T.sessionId)===t&&(e.transactionsToSign=xn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var T,f,b,E,L,P,Y,O;let{sessionId:t,status:s,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,_=(f=(T=e.signedTransactions)==null?void 0:T[t])==null?void 0:f.transactions;if(_!=null){e.signedTransactions[t].transactions=_.map(F=>F.hash===p?w(u(u({},m!=null?m:{}),F),{status:s,errorMessage:c,inTransit:d}):F);let q=(E=(b=e.signedTransactions[t])==null?void 0:b.transactions)==null?void 0:E.every(F=>Ho(F.status)),ee=(P=(L=e.signedTransactions[t])==null?void 0:L.transactions)==null?void 0:P.some(F=>$o(F.status)),fe=(O=(Y=e.signedTransactions[t])==null?void 0:Y.transactions)==null?void 0:O.every(F=>xs(F.status));q&&(e.signedTransactions[t].status="success"),ee&&(e.signedTransactions[t].status="fail"),fe&&(e.signedTransactions[t].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=xn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=xn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:t,customTransactionInformationOverrides:s}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].customTransactionInformation=u(u({},e.signedTransactions[t].customTransactionInformation),s))}},extraReducers:e=>{e.addCase(D,()=>xn),e.addCase(Ss.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((d,[_,T])=>{let f=new Date(_),b=new Date;return b.setHours(b.getHours()+5),b-f>0||(d[_]=T),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:ws,updateSignedTransactions:vs,setTransactionsToSign:y_,clearAllTransactionsToSign:To,clearAllSignedTransactions:S_,clearSignedTransaction:b_,clearTransactionToSign:Bb,setSignTransactionsError:w_,setSignTransactionsCancelMessage:oo,moveTransactionsToSignedState:no,updateSignedTransactionsCustomTransactionInformation:Wb}=bs.actions,lt=bs.reducer});var Is,kr,As,$b,Vb,v_,qb,ut,gt=h(()=>{"use strict";n();Is=require("@reduxjs/toolkit");M();kr={},As=(0,Is.createSlice)({name:"batchTransactionsSlice",initialState:kr,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>kr},extraReducers:e=>{e.addCase(D,()=>kr)}}),{setBatchTransactions:$b,updateBatchTransactions:Vb,clearBatchTransactions:v_,clearAllBatchTransactions:qb}=As.actions,ut=As.reducer});var Ls,ks,Ps,Xb,Es,Lr=h(()=>{"use strict";n();Ls=require("@reduxjs/toolkit");M();ks={},Ps=(0,Ls.createSlice)({name:"dappConfigSlice",initialState:ks,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(D,()=>ks)}}),{setDappConfig:Xb}=Ps.actions,Es=Ps.reducer});var k=h(()=>{"use strict";n();Qn();ot();tt();at();st();pt();dt();_t();gt();Lr()});var Pr=h(()=>{"use strict";n()});var Rs,L_,P_,ho,ht=h(()=>{"use strict";n();Rs=require("@reduxjs/toolkit");Pr();Qn();gt();Lr();ot();tt();at();st();pt();dt();_t();L_={["account"]:Jn,["dappConfig"]:Es,["loginInfo"]:et,["modals"]:nt,["networkConfig"]:rt,["signedMessageInfo"]:it,["toasts"]:ct,["transactionsInfo"]:mt,["transactions"]:lt,["batchTransactions"]:ut},P_=(e={})=>(0,Rs.combineReducers)(u(u({},L_),e)),ho=P_});var Fs={};he(Fs,{default:()=>q_,sessionStorageReducers:()=>Er});function Ue(e,o=[]){return{key:e,version:1,storage:Ms.default,blacklist:o}}var ae,Ds,Ms,E_,yn,C_,N_,R_,D_,M_,O_,F_,B_,W_,U_,Os,G_,Er,H_,$_,V_,q_,Bs=h(()=>{"use strict";n();ae=require("redux-persist"),Ds=x(require("redux-persist/lib/storage")),Ms=x(require("redux-persist/lib/storage/session"));ht();k();Qn();gt();ot();tt();at();st();pt();dt();_t();Pr();E_={persistReducersStorageType:"localStorage"},yn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},C_=Ue(yn["account"]),N_=Ue(yn["loginInfo"]),R_=Ue(yn["modals"]),D_=Ue(yn["networkConfig"]),M_={2:e=>w(u({},e),{networkConfig:xr})};O_=Ue("sdk-dapp-transactionsInfo"),F_=Ue("sdk-dapp-transactions",["transactionsToSign"]),B_=Ue("sdk-dapp-batchTransactions",["batchTransactions"]),W_=Ue("sdk-dapp-toasts"),U_=Ue("sdk-dapp-signedMessageInfo"),Os={key:"sdk-dapp-store",version:2,storage:Ds.default,whitelist:Object.keys(yn),migrate:(0,ae.createMigrate)(M_,{debug:!1})},G_=w(u({},Os),{whitelist:[]}),Er={["toasts"]:(0,ae.persistReducer)(W_,ct),["transactions"]:(0,ae.persistReducer)(F_,lt),["transactionsInfo"]:(0,ae.persistReducer)(O_,mt),["batchTransactions"]:(0,ae.persistReducer)(B_,ut),["signedMessageInfo"]:(0,ae.persistReducer)(U_,it)},H_=w(u({},Er),{["account"]:(0,ae.persistReducer)(C_,Jn),["loginInfo"]:(0,ae.persistReducer)(N_,et),["modals"]:(0,ae.persistReducer)(R_,nt),["networkConfig"]:(0,ae.persistReducer)(D_,rt)}),$_=E_.persistReducersStorageType==="localStorage",V_=$_?(0,ae.persistReducer)(Os,ho(Er)):(0,ae.persistReducer)(G_,ho(H_)),q_=V_});var Ws={};he(Ws,{default:()=>j_});var j_,Us=h(()=>{"use strict";n();ht();j_=ho()});var Gs={};he(Gs,{default:()=>K_});var ge,z_,K_,Hs=h(()=>{"use strict";n();ge=require("redux-persist"),z_=[ge.FLUSH,ge.REHYDRATE,ge.PAUSE,ge.PERSIST,ge.PURGE,ge.REGISTER],K_=z_});var qs={};he(qs,{default:()=>Vs});function Vs(e){return(0,$s.persistStore)(e)}var $s,js=h(()=>{"use strict";n();$s=require("redux-persist")});var np=S((W2,op)=>{n();var Eg=typeof a=="object"&&a&&a.Object===Object&&a;op.exports=Eg});var kn=S((U2,tp)=>{n();var Cg=np(),Ng=typeof self=="object"&&self&&self.Object===Object&&self,Rg=Cg||Ng||Function("return this")();tp.exports=Rg});var ea=S((G2,rp)=>{n();var Dg=kn(),Mg=Dg.Symbol;rp.exports=Mg});var cp=S((H2,sp)=>{n();var ap=ea(),ip=Object.prototype,Og=ip.hasOwnProperty,Fg=ip.toString,Ln=ap?ap.toStringTag:void 0;function Bg(e){var o=Og.call(e,Ln),t=e[Ln];try{e[Ln]=void 0;var s=!0}catch(p){}var c=Fg.call(e);return s&&(o?e[Ln]=t:delete e[Ln]),c}sp.exports=Bg});var mp=S(($2,pp)=>{n();var Wg=Object.prototype,Ug=Wg.toString;function Gg(e){return Ug.call(e)}pp.exports=Gg});var oa=S((V2,_p)=>{n();var dp=ea(),Hg=cp(),$g=mp(),Vg="[object Null]",qg="[object Undefined]",lp=dp?dp.toStringTag:void 0;function jg(e){return e==null?e===void 0?qg:Vg:lp&&lp in Object(e)?Hg(e):$g(e)}_p.exports=jg});var gp=S((q2,up)=>{n();var zg=Array.isArray;up.exports=zg});var Tp=S((j2,fp)=>{n();function Kg(e){return e!=null&&typeof e=="object"}fp.exports=Kg});var xp=S((z2,hp)=>{n();var Xg=oa(),Yg=gp(),Zg=Tp(),Jg="[object String]";function Qg(e){return typeof e=="string"||!Yg(e)&&Zg(e)&&Xg(e)==Jg}hp.exports=Qg});var ra={};he(ra,{css:()=>Ip,default:()=>cf});var Ip,cf,aa=h(()=>{"use strict";n();Ip=`.dapp-core-component__main__link-style {
1
+ "use strict";var Yd=Object.create;var ln=Object.defineProperty,Zd=Object.defineProperties,Jd=Object.getOwnPropertyDescriptor,Qd=Object.getOwnPropertyDescriptors,el=Object.getOwnPropertyNames,Un=Object.getOwnPropertySymbols,ol=Object.getPrototypeOf,Vt=Object.prototype.hasOwnProperty,Oa=Object.prototype.propertyIsEnumerable;var Ma=(e,o,t)=>o in e?ln(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Vt.call(o,t)&&Ma(e,t,o[t]);if(Un)for(var t of Un(o))Oa.call(o,t)&&Ma(e,t,o[t]);return e},w=(e,o)=>Zd(e,Qd(o));var Ke=(e,o)=>{var t={};for(var s in e)Vt.call(e,s)&&o.indexOf(s)<0&&(t[s]=e[s]);if(e!=null&&Un)for(var s of Un(e))o.indexOf(s)<0&&Oa.call(e,s)&&(t[s]=e[s]);return t};var h=(e,o)=>()=>(e&&(o=e(e=0)),o);var S=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),he=(e,o)=>{for(var t in o)ln(e,t,{get:o[t],enumerable:!0})},Fa=(e,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of el(o))!Vt.call(e,c)&&c!==t&&ln(e,c,{get:()=>o[c],enumerable:!(s=Jd(o,c))||s.enumerable});return e};var x=(e,o,t)=>(t=e!=null?Yd(ol(e)):{},Fa(o||!e||!e.__esModule?ln(t,"default",{value:e,enumerable:!0}):t,e)),me=e=>Fa(ln({},"__esModule",{value:!0}),e);var g=(e,o,t)=>new Promise((s,c)=>{var p=_=>{try{d(t.next(_))}catch(T){c(T)}},m=_=>{try{d(t.throw(_))}catch(T){c(T)}},d=_=>_.done?s(_.value):Promise.resolve(_.value).then(p,m);d((t=t.apply(e,o)).next())});var Ua=S(Gn=>{"use strict";n();Gn.byteLength=tl;Gn.toByteArray=al;Gn.fromByteArray=cl;var be=[],_e=[],nl=typeof Uint8Array!="undefined"?Uint8Array:Array,qt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(po=0,Ba=qt.length;po<Ba;++po)be[po]=qt[po],_e[qt.charCodeAt(po)]=po;var po,Ba;_e["-".charCodeAt(0)]=62;_e["_".charCodeAt(0)]=63;function Wa(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var s=t===o?0:4-t%4;return[t,s]}function tl(e){var o=Wa(e),t=o[0],s=o[1];return(t+s)*3/4-s}function rl(e,o,t){return(o+t)*3/4-t}function al(e){var o,t=Wa(e),s=t[0],c=t[1],p=new nl(rl(e,s,c)),m=0,d=c>0?s-4:s,_;for(_=0;_<d;_+=4)o=_e[e.charCodeAt(_)]<<18|_e[e.charCodeAt(_+1)]<<12|_e[e.charCodeAt(_+2)]<<6|_e[e.charCodeAt(_+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=_e[e.charCodeAt(_)]<<2|_e[e.charCodeAt(_+1)]>>4,p[m++]=o&255),c===1&&(o=_e[e.charCodeAt(_)]<<10|_e[e.charCodeAt(_+1)]<<4|_e[e.charCodeAt(_+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function il(e){return be[e>>18&63]+be[e>>12&63]+be[e>>6&63]+be[e&63]}function sl(e,o,t){for(var s,c=[],p=o;p<t;p+=3)s=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(il(s));return c.join("")}function cl(e){for(var o,t=e.length,s=t%3,c=[],p=16383,m=0,d=t-s;m<d;m+=p)c.push(sl(e,m,m+p>d?d:m+p));return s===1?(o=e[t-1],c.push(be[o>>2]+be[o<<4&63]+"==")):s===2&&(o=(e[t-2]<<8)+e[t-1],c.push(be[o>>10]+be[o>>4&63]+be[o<<2&63]+"=")),c.join("")}});var Ga=S(jt=>{n();jt.read=function(e,o,t,s,c){var p,m,d=c*8-s-1,_=(1<<d)-1,T=_>>1,f=-7,b=t?c-1:0,E=t?-1:1,L=e[o+b];for(b+=E,p=L&(1<<-f)-1,L>>=-f,f+=d;f>0;p=p*256+e[o+b],b+=E,f-=8);for(m=p&(1<<-f)-1,p>>=-f,f+=s;f>0;m=m*256+e[o+b],b+=E,f-=8);if(p===0)p=1-T;else{if(p===_)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,s),p=p-T}return(L?-1:1)*m*Math.pow(2,p-s)};jt.write=function(e,o,t,s,c,p){var m,d,_,T=p*8-c-1,f=(1<<T)-1,b=f>>1,E=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=s?0:p-1,P=s?1:-1,Y=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=f):(m=Math.floor(Math.log(o)/Math.LN2),o*(_=Math.pow(2,-m))<1&&(m--,_*=2),m+b>=1?o+=E/_:o+=E*Math.pow(2,1-b),o*_>=2&&(m++,_/=2),m+b>=f?(d=0,m=f):m+b>=1?(d=(o*_-1)*Math.pow(2,c),m=m+b):(d=o*Math.pow(2,b-1)*Math.pow(2,c),m=0));c>=8;e[t+L]=d&255,L+=P,d/=256,c-=8);for(m=m<<c|d,T+=c;T>0;e[t+L]=m&255,L+=P,m/=256,T-=8);e[t+L-P]|=Y*128}});var ei=S(Ro=>{"use strict";n();var zt=Ua(),No=Ga(),Ha=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ro.Buffer=l;Ro.SlowBuffer=ul;Ro.INSPECT_MAX_BYTES=50;var Hn=2147483647;Ro.kMaxLength=Hn;l.TYPED_ARRAY_SUPPORT=pl();!l.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 pl(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.buffer}});Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(!!l.isBuffer(this))return this.byteOffset}});function De(e){if(e>Hn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,l.prototype),o}function l(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Zt(e)}return qa(e,o,t)}l.poolSize=8192;function qa(e,o,t){if(typeof e=="string")return dl(e,o);if(ArrayBuffer.isView(e))return ll(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(we(e,ArrayBuffer)||e&&we(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(we(e,SharedArrayBuffer)||e&&we(e.buffer,SharedArrayBuffer)))return Xt(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var s=e.valueOf&&e.valueOf();if(s!=null&&s!==e)return l.from(s,o,t);var c=_l(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return l.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}l.from=function(e,o,t){return qa(e,o,t)};Object.setPrototypeOf(l.prototype,Uint8Array.prototype);Object.setPrototypeOf(l,Uint8Array);function ja(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function ml(e,o,t){return ja(e),e<=0?De(e):o!==void 0?typeof t=="string"?De(e).fill(o,t):De(e).fill(o):De(e)}l.alloc=function(e,o,t){return ml(e,o,t)};function Zt(e){return ja(e),De(e<0?0:Jt(e)|0)}l.allocUnsafe=function(e){return Zt(e)};l.allocUnsafeSlow=function(e){return Zt(e)};function dl(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!l.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=za(e,o)|0,s=De(t),c=s.write(e,o);return c!==t&&(s=s.slice(0,c)),s}function Kt(e){for(var o=e.length<0?0:Jt(e.length)|0,t=De(o),s=0;s<o;s+=1)t[s]=e[s]&255;return t}function ll(e){if(we(e,Uint8Array)){var o=new Uint8Array(e);return Xt(o.buffer,o.byteOffset,o.byteLength)}return Kt(e)}function Xt(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var s;return o===void 0&&t===void 0?s=new Uint8Array(e):t===void 0?s=new Uint8Array(e,o):s=new Uint8Array(e,o,t),Object.setPrototypeOf(s,l.prototype),s}function _l(e){if(l.isBuffer(e)){var o=Jt(e.length)|0,t=De(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||Qt(e.length)?De(0):Kt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Kt(e.data)}function Jt(e){if(e>=Hn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Hn.toString(16)+" bytes");return e|0}function ul(e){return+e!=e&&(e=0),l.alloc(+e)}l.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==l.prototype};l.compare=function(o,t){if(we(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),we(t,Uint8Array)&&(t=l.from(t,t.offset,t.byteLength)),!l.isBuffer(o)||!l.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var s=o.length,c=t.length,p=0,m=Math.min(s,c);p<m;++p)if(o[p]!==t[p]){s=o[p],c=t[p];break}return s<c?-1:c<s?1:0};l.isEncoding=function(o){switch(String(o).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}};l.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return l.alloc(0);var s;if(t===void 0)for(t=0,s=0;s<o.length;++s)t+=o[s].length;var c=l.allocUnsafe(t),p=0;for(s=0;s<o.length;++s){var m=o[s];if(we(m,Uint8Array))p+m.length>c.length?l.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(l.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function za(e,o){if(l.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||we(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,s=arguments.length>2&&arguments[2]===!0;if(!s&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Yt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Qa(e).length;default:if(c)return s?-1:Yt(e).length;o=(""+o).toLowerCase(),c=!0}}l.byteLength=za;function gl(e,o,t){var s=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Il(this,o,t);case"utf8":case"utf-8":return Xa(this,o,t);case"ascii":return wl(this,o,t);case"latin1":case"binary":return vl(this,o,t);case"base64":return Sl(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Al(this,o,t);default:if(s)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}l.prototype._isBuffer=!0;function mo(e,o,t){var s=e[o];e[o]=e[t],e[t]=s}l.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)mo(this,t,t+1);return this};l.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)mo(this,t,t+3),mo(this,t+1,t+2);return this};l.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)mo(this,t,t+7),mo(this,t+1,t+6),mo(this,t+2,t+5),mo(this,t+3,t+4);return this};l.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Xa(this,0,o):gl.apply(this,arguments)};l.prototype.toLocaleString=l.prototype.toString;l.prototype.equals=function(o){if(!l.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:l.compare(this,o)===0};l.prototype.inspect=function(){var o="",t=Ro.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};Ha&&(l.prototype[Ha]=l.prototype.inspect);l.prototype.compare=function(o,t,s,c,p){if(we(o,Uint8Array)&&(o=l.from(o,o.offset,o.byteLength)),!l.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),s===void 0&&(s=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||s>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=s)return 0;if(c>=p)return-1;if(t>=s)return 1;if(t>>>=0,s>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=s-t,_=Math.min(m,d),T=this.slice(c,p),f=o.slice(t,s),b=0;b<_;++b)if(T[b]!==f[b]){m=T[b],d=f[b];break}return m<d?-1:d<m?1:0};function Ka(e,o,t,s,c){if(e.length===0)return-1;if(typeof t=="string"?(s=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Qt(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=l.from(o,s)),l.isBuffer(o))return o.length===0?-1:$a(e,o,t,s,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):$a(e,[o],t,s,c);throw new TypeError("val must be string, number or Buffer")}function $a(e,o,t,s,c){var p=1,m=e.length,d=o.length;if(s!==void 0&&(s=String(s).toLowerCase(),s==="ucs2"||s==="ucs-2"||s==="utf16le"||s==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,t/=2}function _(L,P){return p===1?L[P]:L.readUInt16BE(P*p)}var T;if(c){var f=-1;for(T=t;T<m;T++)if(_(e,T)===_(o,f===-1?0:T-f)){if(f===-1&&(f=T),T-f+1===d)return f*p}else f!==-1&&(T-=T-f),f=-1}else for(t+d>m&&(t=m-d),T=t;T>=0;T--){for(var b=!0,E=0;E<d;E++)if(_(e,T+E)!==_(o,E)){b=!1;break}if(b)return T}return-1}l.prototype.includes=function(o,t,s){return this.indexOf(o,t,s)!==-1};l.prototype.indexOf=function(o,t,s){return Ka(this,o,t,s,!0)};l.prototype.lastIndexOf=function(o,t,s){return Ka(this,o,t,s,!1)};function fl(e,o,t,s){t=Number(t)||0;var c=e.length-t;s?(s=Number(s),s>c&&(s=c)):s=c;var p=o.length;s>p/2&&(s=p/2);for(var m=0;m<s;++m){var d=parseInt(o.substr(m*2,2),16);if(Qt(d))return m;e[t+m]=d}return m}function Tl(e,o,t,s){return $n(Yt(o,e.length-t),e,t,s)}function hl(e,o,t,s){return $n(Pl(o),e,t,s)}function xl(e,o,t,s){return $n(Qa(o),e,t,s)}function yl(e,o,t,s){return $n(El(o,e.length-t),e,t,s)}l.prototype.write=function(o,t,s,c){if(t===void 0)c="utf8",s=this.length,t=0;else if(s===void 0&&typeof t=="string")c=t,s=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(s)?(s=s>>>0,c===void 0&&(c="utf8")):(c=s,s=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((s===void 0||s>p)&&(s=p),o.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return fl(this,o,t,s);case"utf8":case"utf-8":return Tl(this,o,t,s);case"ascii":case"latin1":case"binary":return hl(this,o,t,s);case"base64":return xl(this,o,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yl(this,o,t,s);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Sl(e,o,t){return o===0&&t===e.length?zt.fromByteArray(e):zt.fromByteArray(e.slice(o,t))}function Xa(e,o,t){t=Math.min(e.length,t);for(var s=[],c=o;c<t;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=t){var _,T,f,b;switch(d){case 1:p<128&&(m=p);break;case 2:_=e[c+1],(_&192)===128&&(b=(p&31)<<6|_&63,b>127&&(m=b));break;case 3:_=e[c+1],T=e[c+2],(_&192)===128&&(T&192)===128&&(b=(p&15)<<12|(_&63)<<6|T&63,b>2047&&(b<55296||b>57343)&&(m=b));break;case 4:_=e[c+1],T=e[c+2],f=e[c+3],(_&192)===128&&(T&192)===128&&(f&192)===128&&(b=(p&15)<<18|(_&63)<<12|(T&63)<<6|f&63,b>65535&&b<1114112&&(m=b))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,s.push(m>>>10&1023|55296),m=56320|m&1023),s.push(m),c+=d}return bl(s)}var Va=4096;function bl(e){var o=e.length;if(o<=Va)return String.fromCharCode.apply(String,e);for(var t="",s=0;s<o;)t+=String.fromCharCode.apply(String,e.slice(s,s+=Va));return t}function wl(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]&127);return s}function vl(e,o,t){var s="";t=Math.min(e.length,t);for(var c=o;c<t;++c)s+=String.fromCharCode(e[c]);return s}function Il(e,o,t){var s=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>s)&&(t=s);for(var c="",p=o;p<t;++p)c+=Cl[e[p]];return c}function Al(e,o,t){for(var s=e.slice(o,t),c="",p=0;p<s.length-1;p+=2)c+=String.fromCharCode(s[p]+s[p+1]*256);return c}l.prototype.slice=function(o,t){var s=this.length;o=~~o,t=t===void 0?s:~~t,o<0?(o+=s,o<0&&(o=0)):o>s&&(o=s),t<0?(t+=s,t<0&&(t=0)):t>s&&(t=s),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,l.prototype),c};function V(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};l.prototype.readUintBE=l.prototype.readUIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};l.prototype.readUint8=l.prototype.readUInt8=function(o,t){return o=o>>>0,t||V(o,1,this.length),this[o]};l.prototype.readUint16LE=l.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||V(o,2,this.length),this[o]|this[o+1]<<8};l.prototype.readUint16BE=l.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||V(o,2,this.length),this[o]<<8|this[o+1]};l.prototype.readUint32LE=l.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||V(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};l.prototype.readUint32BE=l.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||V(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};l.prototype.readIntLE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};l.prototype.readIntBE=function(o,t,s){o=o>>>0,t=t>>>0,s||V(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};l.prototype.readInt8=function(o,t){return o=o>>>0,t||V(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};l.prototype.readInt16LE=function(o,t){o=o>>>0,t||V(o,2,this.length);var s=this[o]|this[o+1]<<8;return s&32768?s|4294901760:s};l.prototype.readInt16BE=function(o,t){o=o>>>0,t||V(o,2,this.length);var s=this[o+1]|this[o]<<8;return s&32768?s|4294901760:s};l.prototype.readInt32LE=function(o,t){return o=o>>>0,t||V(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};l.prototype.readInt32BE=function(o,t){return o=o>>>0,t||V(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};l.prototype.readFloatLE=function(o,t){return o=o>>>0,t||V(o,4,this.length),No.read(this,o,!0,23,4)};l.prototype.readFloatBE=function(o,t){return o=o>>>0,t||V(o,4,this.length),No.read(this,o,!1,23,4)};l.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||V(o,8,this.length),No.read(this,o,!0,52,8)};l.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||V(o,8,this.length),No.read(this,o,!1,52,8)};function ne(e,o,t,s,c,p){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+s>e.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;ne(this,o,t,s,p,0)}var m=1,d=0;for(this[t]=o&255;++d<s&&(m*=256);)this[t+d]=o/m&255;return t+s};l.prototype.writeUintBE=l.prototype.writeUIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,s=s>>>0,!c){var p=Math.pow(2,8*s)-1;ne(this,o,t,s,p,0)}var m=s-1,d=1;for(this[t+m]=o&255;--m>=0&&(d*=256);)this[t+m]=o/d&255;return t+s};l.prototype.writeUint8=l.prototype.writeUInt8=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,1,255,0),this[t]=o&255,t+1};l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};l.prototype.writeIntLE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);ne(this,o,t,s,p-1,-p)}var m=0,d=1,_=0;for(this[t]=o&255;++m<s&&(d*=256);)o<0&&_===0&&this[t+m-1]!==0&&(_=1),this[t+m]=(o/d>>0)-_&255;return t+s};l.prototype.writeIntBE=function(o,t,s,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*s-1);ne(this,o,t,s,p-1,-p)}var m=s-1,d=1,_=0;for(this[t+m]=o&255;--m>=0&&(d*=256);)o<0&&_===0&&this[t+m+1]!==0&&(_=1),this[t+m]=(o/d>>0)-_&255;return t+s};l.prototype.writeInt8=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};l.prototype.writeInt16LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};l.prototype.writeInt16BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};l.prototype.writeInt32LE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};l.prototype.writeInt32BE=function(o,t,s){return o=+o,t=t>>>0,s||ne(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function Ya(e,o,t,s,c,p){if(t+s>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Za(e,o,t,s,c){return o=+o,t=t>>>0,c||Ya(e,o,t,4,34028234663852886e22,-34028234663852886e22),No.write(e,o,t,s,23,4),t+4}l.prototype.writeFloatLE=function(o,t,s){return Za(this,o,t,!0,s)};l.prototype.writeFloatBE=function(o,t,s){return Za(this,o,t,!1,s)};function Ja(e,o,t,s,c){return o=+o,t=t>>>0,c||Ya(e,o,t,8,17976931348623157e292,-17976931348623157e292),No.write(e,o,t,s,52,8),t+8}l.prototype.writeDoubleLE=function(o,t,s){return Ja(this,o,t,!0,s)};l.prototype.writeDoubleBE=function(o,t,s){return Ja(this,o,t,!1,s)};l.prototype.copy=function(o,t,s,c){if(!l.isBuffer(o))throw new TypeError("argument should be a Buffer");if(s||(s=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<s&&(c=s),c===s||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-s&&(c=o.length-t+s);var p=c-s;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,s,c):Uint8Array.prototype.set.call(o,this.subarray(s,c),t),p};l.prototype.fill=function(o,t,s,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,s=this.length):typeof s=="string"&&(c=s,s=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!l.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<s)throw new RangeError("Out of range index");if(s<=t)return this;t=t>>>0,s=s===void 0?this.length:s>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<s;++m)this[m]=o;else{var d=l.isBuffer(o)?o:l.from(o,c),_=d.length;if(_===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<s-t;++m)this[m+t]=d[m%_]}return this};var kl=/[^+/0-9A-Za-z-_]/g;function Ll(e){if(e=e.split("=")[0],e=e.trim().replace(kl,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Yt(e,o){o=o||1/0;for(var t,s=e.length,c=null,p=[],m=0;m<s;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===s){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function Pl(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function El(e,o){for(var t,s,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),s=t>>8,c=t%256,p.push(c),p.push(s);return p}function Qa(e){return zt.toByteArray(Ll(e))}function $n(e,o,t,s){for(var c=0;c<s&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function we(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Qt(e){return e!==e}var Cl=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var s=t*16,c=0;c<16;++c)o[s+c]=e[t]+e[c];return o}()});var ai=S((qx,ri)=>{n();var W=ri.exports={},ve,Ie;function er(){throw new Error("setTimeout has not been defined")}function or(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?ve=setTimeout:ve=er}catch(e){ve=er}try{typeof clearTimeout=="function"?Ie=clearTimeout:Ie=or}catch(e){Ie=or}})();function oi(e){if(ve===setTimeout)return setTimeout(e,0);if((ve===er||!ve)&&setTimeout)return ve=setTimeout,setTimeout(e,0);try{return ve(e,0)}catch(o){try{return ve.call(null,e,0)}catch(t){return ve.call(this,e,0)}}}function Nl(e){if(Ie===clearTimeout)return clearTimeout(e);if((Ie===or||!Ie)&&clearTimeout)return Ie=clearTimeout,clearTimeout(e);try{return Ie(e)}catch(o){try{return Ie.call(null,e)}catch(t){return Ie.call(this,e)}}}var Me=[],Do=!1,lo,Vn=-1;function Rl(){!Do||!lo||(Do=!1,lo.length?Me=lo.concat(Me):Vn=-1,Me.length&&ni())}function ni(){if(!Do){var e=oi(Rl);Do=!0;for(var o=Me.length;o;){for(lo=Me,Me=[];++Vn<o;)lo&&lo[Vn].run();Vn=-1,o=Me.length}lo=null,Do=!1,Nl(e)}}W.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];Me.push(new ti(e,o)),Me.length===1&&!Do&&oi(ni)};function ti(e,o){this.fun=e,this.array=o}ti.prototype.run=function(){this.fun.apply(null,this.array)};W.title="browser";W.browser=!0;W.env={};W.argv=[];W.version="";W.versions={};function Oe(){}W.on=Oe;W.addListener=Oe;W.once=Oe;W.off=Oe;W.removeListener=Oe;W.removeAllListeners=Oe;W.emit=Oe;W.prependListener=Oe;W.prependOnceListener=Oe;W.listeners=function(e){return[]};W.binding=function(e){throw new Error("process.binding is not supported")};W.cwd=function(){return"/"};W.chdir=function(e){throw new Error("process.chdir is not supported")};W.umask=function(){return 0}});var r,i,Dl,a,n=h(()=>{r=x(ei()),i=x(ai()),Dl=function(e){function o(){var s=this||self;return delete e.prototype.__magic__,s}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),a=Dl});var ii=h(()=>{"use strict";n()});var si,Xe,ci,nr,pi,mi,qn,Ae=h(()=>{"use strict";n();si="error when signing",Xe="Transaction canceled",ci="error signing transaction",nr="provider not initialized",pi="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",mi="Undefined transaction status",qn="You cannot sign transactions from a different account"});var di=h(()=>{"use strict";n()});var tr,li=h(()=>{"use strict";n();tr=(s=>(s.SetGuardian="SetGuardian",s.GuardAccount="GuardAccount",s.UnGuardAccount="UnGuardAccount",s))(tr||{})});var _i=h(()=>{"use strict";n()});var rr=h(()=>{"use strict";n()});var ui=h(()=>{"use strict";n()});var ar,ir=h(()=>{"use strict";n();ar=(c=>(c.signature="signature",c.sessionId="sessionId",c.status="status",c.address="address",c))(ar||{})});var gi=h(()=>{"use strict";n()});var fi=h(()=>{"use strict";n()});var Q,Mo,Ye=h(()=>{"use strict";n();Q=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Mo=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Ti,ty,hi,ry,R=h(()=>{"use strict";n();Ye();Ti=(t=>(t.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",t.reloginRequest="RELOGIN_REQUEST",t))(Ti||{}),ty=u(u({},Mo.WindowProviderRequestEnums),Ti),hi=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(hi||{}),ry=u(u({},Mo.WindowProviderResponseEnums),hi)});var xi=h(()=>{"use strict";n()});var yi=h(()=>{"use strict";n()});var te=h(()=>{"use strict";n()});var Si=h(()=>{"use strict";n()});var bi=h(()=>{"use strict";n()});var wi=h(()=>{"use strict";n()});var U=h(()=>{"use strict";n();ir();gi();fi();R();xi();yi();te();Si();bi();wi()});var _o,vi,Sy,Ii,by,Ai,wy,vy,ki,Oo=h(()=>{"use strict";n();U();_o={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:vi,egldLabel:Sy}=_o["devnet"],{chainId:Ii,egldLabel:by}=_o["testnet"],{chainId:Ai,egldLabel:wy}=_o["mainnet"],vy={["devnet"]:vi,["testnet"]:Ii,["mainnet"]:Ai},ki={[vi]:"devnet",[Ii]:"testnet",[Ai]:"mainnet"}});var Li,_n=h(()=>{"use strict";n();Li="cancel-transaction-toast"});var ke,Pi=h(()=>{"use strict";n();ke=require("@multiversx/sdk-web-wallet-provider")});var Ze,Fo=h(()=>{"use strict";n();Ze=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var Ei,Ci,sr,Ey,Cy,cr=h(()=>{"use strict";n();Fo();sr=String((Ci=(Ei=Ze.safeWindow)==null?void 0:Ei.navigator)==null?void 0:Ci.userAgent),Ey=/^((?!chrome|android).)*safari/i.test(sr),Cy=/firefox/i.test(sr)&&/windows/i.test(sr)});var jn,zn,Ni,Ri,Le,Kn,Di,Xn,Mi,Bo,A=h(()=>{"use strict";n();ii();Ae();di();li();_i();rr();ui();Oo();_n();Pi();cr();jn=5e4,zn=1e9,Ni=1,Ri="/dapp/init",Le="signSession",Kn="sdk-dapp-version",Di="4.3.0",Xn="logout",Mi="login",Bo="0"});var un,Yn=h(()=>{"use strict";n();un=()=>Date.now()/1e3});var Oi=h(()=>{"use strict";n()});var Fi=h(()=>{"use strict";n()});var pr=h(()=>{"use strict";n();Yn();Oi();Fi()});var mr={};he(mr,{clear:()=>Bl,getItem:()=>Ol,localStorageKeys:()=>Fe,removeItem:()=>Fl,setItem:()=>Ml});var Fe,Zn,Ml,Ol,Fl,Bl,uo=h(()=>{"use strict";n();pr();Fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},Zn=typeof localStorage!="undefined",Ml=({key:e,data:o,expires:t})=>{!Zn||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Ol=e=>{if(!Zn)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:un()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},Fl=e=>{!Zn||localStorage.removeItem(String(e))},Bl=()=>{!Zn||localStorage.clear()}});var dr={};he(dr,{clear:()=>Gi,getItem:()=>Wi,removeItem:()=>Ui,setItem:()=>Bi,storage:()=>Wl});var Bi,Wi,Ui,Gi,Wl,Hi=h(()=>{"use strict";n();Bi=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},Wi=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},Ui=e=>sessionStorage.removeItem(String(e)),Gi=()=>sessionStorage.clear(),Wl={setItem:Bi,getItem:Wi,removeItem:Ui,clear:Gi}});var Je,go=h(()=>{"use strict";n();uo();Hi();Je={session:dr,local:mr}});var lr,D,re,M=h(()=>{"use strict";n();lr=require("@reduxjs/toolkit");A();D=(0,lr.createAction)(Xn),re=(0,lr.createAction)(Mi,e=>({payload:e}))});var ur,$i,Vi,ue,_r,qi,xe,Qe,gr,cS,Ul,Gl,pS,mS,dS,Hl,$l,Jn,Qn=h(()=>{"use strict";n();ur=require("@multiversx/sdk-core"),$i=require("@reduxjs/toolkit"),Vi=require("redux-persist");A();go();uo();M();ue={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Bo},_r={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":ue},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},qi=(0,$i.createSlice)({name:"accountInfoSlice",initialState:_r,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=t?new ur.Address(t).hex():""},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:ue},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(D,()=>(Je.local.removeItem(Fe.loginExpiresAt),_r)),e.addCase(re,(o,t)=>{let{address:s}=t.payload;o.address=s,o.publicKey=new ur.Address(s).toHex()}),e.addCase(Vi.REHYDRATE,(o,t)=>{var T;if(!((T=t.payload)!=null&&T.account))return;let{account:s}=t.payload,{address:c,shard:p,accounts:m,publicKey:d}=s;o.address=c,o.shard=p;let _=m&&c in m;o.accounts=_?m:_r.accounts,o.publicKey=d})}}),{setAccount:xe,setAddress:Qe,setAccountNonce:gr,setAccountShard:cS,setLedgerAccount:Ul,updateLedgerAccount:Gl,setWalletConnectAccount:pS,setIsAccountLoading:mS,setAccountLoadingError:dS,setWebsocketEvent:Hl,setWebsocketBatchEvent:$l}=qi.actions,Jn=qi.reducer});function gn(){return new Date().setHours(new Date().getHours()+24)}function fn(e){Je.local.setItem({key:Fe.loginExpiresAt,data:e,expires:e})}var fr=h(()=>{"use strict";n();go();uo()});var zi,ji,Ki,SS,Vl,ql,Tr,bS,jl,Xi,wS,vS,IS,et,ot=h(()=>{"use strict";n();zi=require("@reduxjs/toolkit");fr();R();M();ji={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},Ki=(0,zi.createSlice)({name:"loginInfoSlice",initialState:ji,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(D,()=>ji),e.addCase(re,(o,t)=>{o.isLoginSessionInvalid=!1,o.loginMethod=t.payload.loginMethod,o.iframeLoginType=t.payload.iframeLoginType,fn(gn())})}}),{setLoginMethod:SS,setWalletConnectLogin:Vl,setLedgerLogin:ql,setTokenLogin:Tr,setTokenLoginSignature:bS,setWalletLogin:jl,invalidateLoginSession:Xi,setLogoutRoute:wS,setIsWalletConnectV2Initialized:vS,setWebviewLogin:IS}=Ki.actions,et=Ki.reducer});var Zi,Yi,Ji,PS,zl,ES,Kl,nt,tt=h(()=>{"use strict";n();Zi=require("@reduxjs/toolkit");M();Yi={},Ji=(0,Zi.createSlice)({name:"modalsSlice",initialState:Yi,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(D,()=>Yi)}}),{setTxSubmittedModal:PS,setNotificationModal:zl,clearTxSubmittedModal:ES,clearNotificationModal:Kl}=Ji.actions,nt=Ji.reducer});var Be,Wo=h(()=>{"use strict";n();Be=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var N,X=h(()=>{"use strict";n();Wo();N=()=>{if(!Be())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:t,origin:s,href:c,search:p}}=window;return{pathname:o,hash:t,origin:s,href:c,search:p}}});var Qi=h(()=>{"use strict";n();X()});var fo,es=h(()=>{"use strict";n();Z();fo=()=>{let{pathname:e,search:o,hash:t}=N();return`${e!=null?e:""}${o!=null?o:""}${t!=null?t:""}`}});var os=h(()=>{"use strict";n();Fo()});var Z=h(()=>{"use strict";n();Qi();es();X();os()});var Tn=h(()=>{"use strict";n();Z()});var ts=h(()=>{"use strict";n();Tn()});function rs(e){return e[Math.floor(Math.random()*e.length)]}var as=h(()=>{"use strict";n()});var hr=h(()=>{"use strict";n();rr()});var We=h(()=>{"use strict";n();ts();as();hr()});var is,ss,cs,xr,Yl,ps,pb,mb,ms,rt,at=h(()=>{"use strict";n();is=require("@reduxjs/toolkit"),ss=x(require("lodash.omit")),cs=require("redux-persist");_n();M();We();xr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},Yl={network:xr},ps=(0,is.createSlice)({name:"appConfig",initialState:Yl,reducers:{initializeNetworkConfig:(e,o)=>{let t=rs(o.payload.walletConnectV2RelayAddresses),s=(0,ss.default)(o.payload,"walletConnectV2RelayAddresses");e.network=w(u(u({},e.network),s),{walletConnectV2RelayAddress:t})},updateNetworkConfig:(e,o)=>{e.network=u(u({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(D,o=>{o.network.customWalletAddress=void 0}),e.addCase(cs.REHYDRATE,(o,t)=>{var c,p;if(!((p=(c=t.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:s}}=t.payload;o.network.customWalletAddress=s})}}),{initializeNetworkConfig:pb,updateNetworkConfig:mb,setCustomWalletAddress:ms}=ps.actions,rt=ps.reducer});var ds,yr,ls,fb,Tb,hb,it,st=h(()=>{"use strict";n();ds=require("@reduxjs/toolkit");U();M();yr={isSigning:!1,signedSessions:{}},ls=(0,ds.createSlice)({name:"signedMessageInfoSliceState",initialState:yr,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:s,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=s.status==="pending",e.signedSessions[t]=u(u({},e.signedSessions[t]),s)},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>yr},extraReducers:e=>{e.addCase(D,()=>yr)}}),{setSignSession:fb,clearSignedMessageInfo:Tb,setSignSessionState:hb}=ls.actions,it=ls.reducer});var us,gs,_s,fs,Sr,Zl,Ib,Jl,ct,pt=h(()=>{"use strict";n();us=require("@reduxjs/toolkit"),gs=require("redux-persist");U();Yn();M();_s={customToasts:[],transactionToasts:[]},fs=(0,us.createSlice)({name:"toastsSlice",initialState:_s,reducers:{addCustomToast:(e,o)=>{let t=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,s=e.customToasts.findIndex(c=>c.toastId===t);if(s!==-1){e.customToasts[s]=w(u(u({},e.customToasts[s]),o.payload),{type:"custom",toastId:t});return}e.customToasts.push(w(u({},o.payload),{type:"custom",toastId:t}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:un(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)}},extraReducers:e=>{e.addCase(D,()=>_s),e.addCase(gs.REHYDRATE,(o,t)=>{var c,p;let s=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=s})}}),{addCustomToast:Sr,removeCustomToast:Zl,addTransactionToast:Ib,removeTransactionToast:Jl}=fs.actions,ct=fs.reducer});var Ts,wr,vr,Ir,Ql,br,hs,Pb,e_,hn,mt,dt=h(()=>{"use strict";n();Ts=require("@reduxjs/toolkit");M();wr="Transaction failed",vr="Transaction successful",Ir="Processing transaction",Ql="Transaction submitted",br={},hs=(0,Ts.createSlice)({name:"transactionsInfo",initialState:br,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:s}=o.payload;t!=null&&(e[t]={errorMessage:(s==null?void 0:s.errorMessage)||wr,successMessage:(s==null?void 0:s.successMessage)||vr,processingMessage:(s==null?void 0:s.processingMessage)||Ir,submittedMessage:(s==null?void 0:s.submittedMessage)||Ql,transactionDuration:s==null?void 0:s.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>br},extraReducers:e=>{e.addCase(D,()=>br)}}),{clearTransactionsInfo:Pb,setTransactionsDisplayInfo:e_,clearTransactionsInfoForSessionId:hn}=hs.actions,mt=hs.reducer});function Go(e){return e!=null&&(m_(e)||g_(e))}function Ho(e){return e!=null&&(d_(e)||f_(e))}function $o(e){return e!=null&&(l_(e)||T_(e))}function xs(e){return e!=null&&(__(e)||h_(e))}function Ar(e){return e!=null&&u_(e)}function m_(e){return e!=null&&o_.includes(e)}function d_(e){return e!=null&&n_.includes(e)}function l_(e){return e!=null&&t_.includes(e)}function __(e){return e!=null&&r_.includes(e)}function u_(e){return e!=null&&a_.includes(e)}function g_(e){return e!=null&&i_.includes(e)}function f_(e){return e!=null&&s_.includes(e)}function T_(e){return e!=null&&c_.includes(e)}function h_(e){return e!=null&&p_.includes(e)}var o_,n_,t_,r_,a_,i_,s_,c_,p_,Vo=h(()=>{"use strict";n();R();o_=["sent"],n_=["success"],t_=["fail","cancelled","timedOut"],r_=["invalid"],a_=["timedOut"],i_=["pending"],s_=["success"],c_=["fail","invalid"],p_=["not executed"]});var ys,Ss,xn,x_,bs,ws,vs,y_,To,S_,b_,Bb,w_,oo,no,Wb,lt,_t=h(()=>{"use strict";n();ys=require("@reduxjs/toolkit"),Ss=require("redux-persist");R();Vo();M();xn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},x_={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},bs=(0,ys.createSlice)({name:"transactionsSlice",initialState:xn,reducers:{moveTransactionsToSignedState:(e,o)=>{var _,T;let{sessionId:t,transactions:s,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[t]=u(u(u({},x_),((_=e.signedTransactions[t])==null?void 0:_.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[t]||{}),e.signedTransactions[t]={transactions:s,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:u(u({},e.customTransactionInformationForSessionId[t]),d!=null?d:{})},((T=e==null?void 0:e.transactionsToSign)==null?void 0:T.sessionId)===t&&(e.transactionsToSign=xn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:s,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=s,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var T,f,b,E,L,P,Y,O;let{sessionId:t,status:s,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,_=(f=(T=e.signedTransactions)==null?void 0:T[t])==null?void 0:f.transactions;if(_!=null){e.signedTransactions[t].transactions=_.map(F=>F.hash===p?w(u(u({},m!=null?m:{}),F),{status:s,errorMessage:c,inTransit:d}):F);let q=(E=(b=e.signedTransactions[t])==null?void 0:b.transactions)==null?void 0:E.every(F=>Ho(F.status)),ee=(P=(L=e.signedTransactions[t])==null?void 0:L.transactions)==null?void 0:P.some(F=>$o(F.status)),fe=(O=(Y=e.signedTransactions[t])==null?void 0:Y.transactions)==null?void 0:O.every(F=>xs(F.status));q&&(e.signedTransactions[t].status="success"),ee&&(e.signedTransactions[t].status="fail"),fe&&(e.signedTransactions[t].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:s}=o.payload;e.customTransactionInformationForSessionId[t]=s,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=xn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=xn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:t,customTransactionInformationOverrides:s}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].customTransactionInformation=u(u({},e.signedTransactions[t].customTransactionInformation),s))}},extraReducers:e=>{e.addCase(D,()=>xn),e.addCase(Ss.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:s,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(s).reduce((d,[_,T])=>{let f=new Date(_),b=new Date;return b.setHours(b.getHours()+5),b-f>0||(d[_]=T),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),s!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:ws,updateSignedTransactions:vs,setTransactionsToSign:y_,clearAllTransactionsToSign:To,clearAllSignedTransactions:S_,clearSignedTransaction:b_,clearTransactionToSign:Bb,setSignTransactionsError:w_,setSignTransactionsCancelMessage:oo,moveTransactionsToSignedState:no,updateSignedTransactionsCustomTransactionInformation:Wb}=bs.actions,lt=bs.reducer});var Is,kr,As,$b,Vb,v_,qb,ut,gt=h(()=>{"use strict";n();Is=require("@reduxjs/toolkit");M();kr={},As=(0,Is.createSlice)({name:"batchTransactionsSlice",initialState:kr,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>kr},extraReducers:e=>{e.addCase(D,()=>kr)}}),{setBatchTransactions:$b,updateBatchTransactions:Vb,clearBatchTransactions:v_,clearAllBatchTransactions:qb}=As.actions,ut=As.reducer});var Ls,ks,Ps,Xb,Es,Lr=h(()=>{"use strict";n();Ls=require("@reduxjs/toolkit");M();ks={},Ps=(0,Ls.createSlice)({name:"dappConfigSlice",initialState:ks,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(D,()=>ks)}}),{setDappConfig:Xb}=Ps.actions,Es=Ps.reducer});var k=h(()=>{"use strict";n();Qn();ot();tt();at();st();pt();dt();_t();gt();Lr()});var Pr=h(()=>{"use strict";n()});var Rs,L_,P_,ho,ht=h(()=>{"use strict";n();Rs=require("@reduxjs/toolkit");Pr();Qn();gt();Lr();ot();tt();at();st();pt();dt();_t();L_={["account"]:Jn,["dappConfig"]:Es,["loginInfo"]:et,["modals"]:nt,["networkConfig"]:rt,["signedMessageInfo"]:it,["toasts"]:ct,["transactionsInfo"]:mt,["transactions"]:lt,["batchTransactions"]:ut},P_=(e={})=>(0,Rs.combineReducers)(u(u({},L_),e)),ho=P_});var Fs={};he(Fs,{default:()=>q_,sessionStorageReducers:()=>Er});function Ue(e,o=[]){return{key:e,version:1,storage:Ms.default,blacklist:o}}var ae,Ds,Ms,E_,yn,C_,N_,R_,D_,M_,O_,F_,B_,W_,U_,Os,G_,Er,H_,$_,V_,q_,Bs=h(()=>{"use strict";n();ae=require("redux-persist"),Ds=x(require("redux-persist/lib/storage")),Ms=x(require("redux-persist/lib/storage/session"));ht();k();Qn();gt();ot();tt();at();st();pt();dt();_t();Pr();E_={persistReducersStorageType:"localStorage"},yn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},C_=Ue(yn["account"]),N_=Ue(yn["loginInfo"]),R_=Ue(yn["modals"]),D_=Ue(yn["networkConfig"]),M_={2:e=>w(u({},e),{networkConfig:xr})};O_=Ue("sdk-dapp-transactionsInfo"),F_=Ue("sdk-dapp-transactions",["transactionsToSign"]),B_=Ue("sdk-dapp-batchTransactions",["batchTransactions"]),W_=Ue("sdk-dapp-toasts"),U_=Ue("sdk-dapp-signedMessageInfo"),Os={key:"sdk-dapp-store",version:2,storage:Ds.default,whitelist:Object.keys(yn),migrate:(0,ae.createMigrate)(M_,{debug:!1})},G_=w(u({},Os),{whitelist:[]}),Er={["toasts"]:(0,ae.persistReducer)(W_,ct),["transactions"]:(0,ae.persistReducer)(F_,lt),["transactionsInfo"]:(0,ae.persistReducer)(O_,mt),["batchTransactions"]:(0,ae.persistReducer)(B_,ut),["signedMessageInfo"]:(0,ae.persistReducer)(U_,it)},H_=w(u({},Er),{["account"]:(0,ae.persistReducer)(C_,Jn),["loginInfo"]:(0,ae.persistReducer)(N_,et),["modals"]:(0,ae.persistReducer)(R_,nt),["networkConfig"]:(0,ae.persistReducer)(D_,rt)}),$_=E_.persistReducersStorageType==="localStorage",V_=$_?(0,ae.persistReducer)(Os,ho(Er)):(0,ae.persistReducer)(G_,ho(H_)),q_=V_});var Ws={};he(Ws,{default:()=>j_});var j_,Us=h(()=>{"use strict";n();ht();j_=ho()});var Gs={};he(Gs,{default:()=>K_});var ge,z_,K_,Hs=h(()=>{"use strict";n();ge=require("redux-persist"),z_=[ge.FLUSH,ge.REHYDRATE,ge.PAUSE,ge.PERSIST,ge.PURGE,ge.REGISTER],K_=z_});var qs={};he(qs,{default:()=>Vs});function Vs(e){return(0,$s.persistStore)(e)}var $s,js=h(()=>{"use strict";n();$s=require("redux-persist")});var np=S((W2,op)=>{n();var Eg=typeof a=="object"&&a&&a.Object===Object&&a;op.exports=Eg});var kn=S((U2,tp)=>{n();var Cg=np(),Ng=typeof self=="object"&&self&&self.Object===Object&&self,Rg=Cg||Ng||Function("return this")();tp.exports=Rg});var ea=S((G2,rp)=>{n();var Dg=kn(),Mg=Dg.Symbol;rp.exports=Mg});var cp=S((H2,sp)=>{n();var ap=ea(),ip=Object.prototype,Og=ip.hasOwnProperty,Fg=ip.toString,Ln=ap?ap.toStringTag:void 0;function Bg(e){var o=Og.call(e,Ln),t=e[Ln];try{e[Ln]=void 0;var s=!0}catch(p){}var c=Fg.call(e);return s&&(o?e[Ln]=t:delete e[Ln]),c}sp.exports=Bg});var mp=S(($2,pp)=>{n();var Wg=Object.prototype,Ug=Wg.toString;function Gg(e){return Ug.call(e)}pp.exports=Gg});var oa=S((V2,_p)=>{n();var dp=ea(),Hg=cp(),$g=mp(),Vg="[object Null]",qg="[object Undefined]",lp=dp?dp.toStringTag:void 0;function jg(e){return e==null?e===void 0?qg:Vg:lp&&lp in Object(e)?Hg(e):$g(e)}_p.exports=jg});var gp=S((q2,up)=>{n();var zg=Array.isArray;up.exports=zg});var Tp=S((j2,fp)=>{n();function Kg(e){return e!=null&&typeof e=="object"}fp.exports=Kg});var xp=S((z2,hp)=>{n();var Xg=oa(),Yg=gp(),Zg=Tp(),Jg="[object String]";function Qg(e){return typeof e=="string"||!Yg(e)&&Zg(e)&&Xg(e)==Jg}hp.exports=Qg});var ra={};he(ra,{css:()=>Ip,default:()=>cf});var Ip,cf,aa=h(()=>{"use strict";n();Ip=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4
 
@@ -1,4 +1,4 @@
1
- "use strict";var xl=Object.create;var gn=Object.defineProperty,yl=Object.defineProperties,Sl=Object.getOwnPropertyDescriptor,bl=Object.getOwnPropertyDescriptors,wl=Object.getOwnPropertyNames,qn=Object.getOwnPropertySymbols,vl=Object.getPrototypeOf,Jt=Object.prototype.hasOwnProperty,Qa=Object.prototype.propertyIsEnumerable;var Ja=(e,o,t)=>o in e?gn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Jt.call(o,t)&&Ja(e,t,o[t]);if(qn)for(var t of qn(o))Qa.call(o,t)&&Ja(e,t,o[t]);return e},w=(e,o)=>yl(e,bl(o));var Qe=(e,o)=>{var t={};for(var i in e)Jt.call(e,i)&&o.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&qn)for(var i of qn(e))o.indexOf(i)<0&&Qa.call(e,i)&&(t[i]=e[i]);return t};var y=(e,o)=>()=>(e&&(o=e(e=0)),o);var b=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),le=(e,o)=>{for(var t in o)gn(e,t,{get:o[t],enumerable:!0})},ei=(e,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of wl(o))!Jt.call(e,c)&&c!==t&&gn(e,c,{get:()=>o[c],enumerable:!(i=Sl(o,c))||i.enumerable});return e};var h=(e,o,t)=>(t=e!=null?xl(vl(e)):{},ei(o||!e||!e.__esModule?gn(t,"default",{value:e,enumerable:!0}):t,e)),ee=e=>ei(gn({},"__esModule",{value:!0}),e);var f=(e,o,t)=>new Promise((i,c)=>{var p=l=>{try{d(t.next(l))}catch(g){c(g)}},m=l=>{try{d(t.throw(l))}catch(g){c(g)}},d=l=>l.done?i(l.value):Promise.resolve(l.value).then(p,m);d((t=t.apply(e,o)).next())});var ti=b(jn=>{"use strict";n();jn.byteLength=Il;jn.toByteArray=Ll;jn.fromByteArray=Cl;var ve=[],ge=[],Al=typeof Uint8Array!="undefined"?Uint8Array:Array,Qt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(uo=0,oi=Qt.length;uo<oi;++uo)ve[uo]=Qt[uo],ge[Qt.charCodeAt(uo)]=uo;var uo,oi;ge["-".charCodeAt(0)]=62;ge["_".charCodeAt(0)]=63;function ni(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var i=t===o?0:4-t%4;return[t,i]}function Il(e){var o=ni(e),t=o[0],i=o[1];return(t+i)*3/4-i}function kl(e,o,t){return(o+t)*3/4-t}function Ll(e){var o,t=ni(e),i=t[0],c=t[1],p=new Al(kl(e,i,c)),m=0,d=c>0?i-4:i,l;for(l=0;l<d;l+=4)o=ge[e.charCodeAt(l)]<<18|ge[e.charCodeAt(l+1)]<<12|ge[e.charCodeAt(l+2)]<<6|ge[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=ge[e.charCodeAt(l)]<<2|ge[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=ge[e.charCodeAt(l)]<<10|ge[e.charCodeAt(l+1)]<<4|ge[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Pl(e){return ve[e>>18&63]+ve[e>>12&63]+ve[e>>6&63]+ve[e&63]}function El(e,o,t){for(var i,c=[],p=o;p<t;p+=3)i=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(Pl(i));return c.join("")}function Cl(e){for(var o,t=e.length,i=t%3,c=[],p=16383,m=0,d=t-i;m<d;m+=p)c.push(El(e,m,m+p>d?d:m+p));return i===1?(o=e[t-1],c.push(ve[o>>2]+ve[o<<4&63]+"==")):i===2&&(o=(e[t-2]<<8)+e[t-1],c.push(ve[o>>10]+ve[o>>4&63]+ve[o<<2&63]+"=")),c.join("")}});var ri=b(er=>{n();er.read=function(e,o,t,i,c){var p,m,d=c*8-i-1,l=(1<<d)-1,g=l>>1,T=-7,x=t?c-1:0,L=t?-1:1,I=e[o+x];for(x+=L,p=I&(1<<-T)-1,I>>=-T,T+=d;T>0;p=p*256+e[o+x],x+=L,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=i;T>0;m=m*256+e[o+x],x+=L,T-=8);if(p===0)p=1-g;else{if(p===l)return m?NaN:(I?-1:1)*(1/0);m=m+Math.pow(2,i),p=p-g}return(I?-1:1)*m*Math.pow(2,p-i)};er.write=function(e,o,t,i,c,p){var m,d,l,g=p*8-c-1,T=(1<<g)-1,x=T>>1,L=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,I=i?0:p-1,E=i?1:-1,V=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+x>=1?o+=L/l:o+=L*Math.pow(2,1-x),o*l>=2&&(m++,l/=2),m+x>=T?(d=0,m=T):m+x>=1?(d=(o*l-1)*Math.pow(2,c),m=m+x):(d=o*Math.pow(2,x-1)*Math.pow(2,c),m=0));c>=8;e[t+I]=d&255,I+=E,d/=256,c-=8);for(m=m<<c|d,g+=c;g>0;e[t+I]=m&255,I+=E,m/=256,g-=8);e[t+I-E]|=V*128}});var Ti=b(Mo=>{"use strict";n();var or=ti(),Do=ri(),ai=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Mo.Buffer=_;Mo.SlowBuffer=Wl;Mo.INSPECT_MAX_BYTES=50;var zn=2147483647;Mo.kMaxLength=zn;_.TYPED_ARRAY_SUPPORT=Nl();!_.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 Nl(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function Oe(e){if(e>zn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,_.prototype),o}function _(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ar(e)}return ci(e,o,t)}_.poolSize=8192;function ci(e,o,t){if(typeof e=="string")return Dl(e,o);if(ArrayBuffer.isView(e))return Ml(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Ae(e,ArrayBuffer)||e&&Ae(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ae(e,SharedArrayBuffer)||e&&Ae(e.buffer,SharedArrayBuffer)))return tr(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return _.from(i,o,t);var c=Ol(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return _.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}_.from=function(e,o,t){return ci(e,o,t)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function pi(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Rl(e,o,t){return pi(e),e<=0?Oe(e):o!==void 0?typeof t=="string"?Oe(e).fill(o,t):Oe(e).fill(o):Oe(e)}_.alloc=function(e,o,t){return Rl(e,o,t)};function ar(e){return pi(e),Oe(e<0?0:ir(e)|0)}_.allocUnsafe=function(e){return ar(e)};_.allocUnsafeSlow=function(e){return ar(e)};function Dl(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!_.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=mi(e,o)|0,i=Oe(t),c=i.write(e,o);return c!==t&&(i=i.slice(0,c)),i}function nr(e){for(var o=e.length<0?0:ir(e.length)|0,t=Oe(o),i=0;i<o;i+=1)t[i]=e[i]&255;return t}function Ml(e){if(Ae(e,Uint8Array)){var o=new Uint8Array(e);return tr(o.buffer,o.byteOffset,o.byteLength)}return nr(e)}function tr(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return o===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,o):i=new Uint8Array(e,o,t),Object.setPrototypeOf(i,_.prototype),i}function Ol(e){if(_.isBuffer(e)){var o=ir(e.length)|0,t=Oe(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||sr(e.length)?Oe(0):nr(e);if(e.type==="Buffer"&&Array.isArray(e.data))return nr(e.data)}function ir(e){if(e>=zn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+zn.toString(16)+" bytes");return e|0}function Wl(e){return+e!=e&&(e=0),_.alloc(+e)}_.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==_.prototype};_.compare=function(o,t){if(Ae(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),Ae(t,Uint8Array)&&(t=_.from(t,t.offset,t.byteLength)),!_.isBuffer(o)||!_.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var i=o.length,c=t.length,p=0,m=Math.min(i,c);p<m;++p)if(o[p]!==t[p]){i=o[p],c=t[p];break}return i<c?-1:c<i?1:0};_.isEncoding=function(o){switch(String(o).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}};_.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return _.alloc(0);var i;if(t===void 0)for(t=0,i=0;i<o.length;++i)t+=o[i].length;var c=_.allocUnsafe(t),p=0;for(i=0;i<o.length;++i){var m=o[i];if(Ae(m,Uint8Array))p+m.length>c.length?_.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(_.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function mi(e,o){if(_.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Ae(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return rr(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return fi(e).length;default:if(c)return i?-1:rr(e).length;o=(""+o).toLowerCase(),c=!0}}_.byteLength=mi;function Fl(e,o,t){var i=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Kl(this,o,t);case"utf8":case"utf-8":return li(this,o,t);case"ascii":return jl(this,o,t);case"latin1":case"binary":return zl(this,o,t);case"base64":return Vl(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xl(this,o,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}_.prototype._isBuffer=!0;function go(e,o,t){var i=e[o];e[o]=e[t],e[t]=i}_.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)go(this,t,t+1);return this};_.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)go(this,t,t+3),go(this,t+1,t+2);return this};_.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)go(this,t,t+7),go(this,t+1,t+6),go(this,t+2,t+5),go(this,t+3,t+4);return this};_.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?li(this,0,o):Fl.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(o){if(!_.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:_.compare(this,o)===0};_.prototype.inspect=function(){var o="",t=Mo.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ai&&(_.prototype[ai]=_.prototype.inspect);_.prototype.compare=function(o,t,i,c,p){if(Ae(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),i===void 0&&(i=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||i>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=i)return 0;if(c>=p)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=i-t,l=Math.min(m,d),g=this.slice(c,p),T=o.slice(t,i),x=0;x<l;++x)if(g[x]!==T[x]){m=g[x],d=T[x];break}return m<d?-1:d<m?1:0};function di(e,o,t,i,c){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,sr(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=_.from(o,i)),_.isBuffer(o))return o.length===0?-1:ii(e,o,t,i,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):ii(e,[o],t,i,c);throw new TypeError("val must be string, number or Buffer")}function ii(e,o,t,i,c){var p=1,m=e.length,d=o.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,t/=2}function l(I,E){return p===1?I[E]:I.readUInt16BE(E*p)}var g;if(c){var T=-1;for(g=t;g<m;g++)if(l(e,g)===l(o,T===-1?0:g-T)){if(T===-1&&(T=g),g-T+1===d)return T*p}else T!==-1&&(g-=g-T),T=-1}else for(t+d>m&&(t=m-d),g=t;g>=0;g--){for(var x=!0,L=0;L<d;L++)if(l(e,g+L)!==l(o,L)){x=!1;break}if(x)return g}return-1}_.prototype.includes=function(o,t,i){return this.indexOf(o,t,i)!==-1};_.prototype.indexOf=function(o,t,i){return di(this,o,t,i,!0)};_.prototype.lastIndexOf=function(o,t,i){return di(this,o,t,i,!1)};function Bl(e,o,t,i){t=Number(t)||0;var c=e.length-t;i?(i=Number(i),i>c&&(i=c)):i=c;var p=o.length;i>p/2&&(i=p/2);for(var m=0;m<i;++m){var d=parseInt(o.substr(m*2,2),16);if(sr(d))return m;e[t+m]=d}return m}function Ul(e,o,t,i){return Kn(rr(o,e.length-t),e,t,i)}function Gl(e,o,t,i){return Kn(Jl(o),e,t,i)}function Hl(e,o,t,i){return Kn(fi(o),e,t,i)}function $l(e,o,t,i){return Kn(Ql(o,e.length-t),e,t,i)}_.prototype.write=function(o,t,i,c){if(t===void 0)c="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")c=t,i=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(i)?(i=i>>>0,c===void 0&&(c="utf8")):(c=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((i===void 0||i>p)&&(i=p),o.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return Bl(this,o,t,i);case"utf8":case"utf-8":return Ul(this,o,t,i);case"ascii":case"latin1":case"binary":return Gl(this,o,t,i);case"base64":return Hl(this,o,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $l(this,o,t,i);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Vl(e,o,t){return o===0&&t===e.length?or.fromByteArray(e):or.fromByteArray(e.slice(o,t))}function li(e,o,t){t=Math.min(e.length,t);for(var i=[],c=o;c<t;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=t){var l,g,T,x;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(x=(p&31)<<6|l&63,x>127&&(m=x));break;case 3:l=e[c+1],g=e[c+2],(l&192)===128&&(g&192)===128&&(x=(p&15)<<12|(l&63)<<6|g&63,x>2047&&(x<55296||x>57343)&&(m=x));break;case 4:l=e[c+1],g=e[c+2],T=e[c+3],(l&192)===128&&(g&192)===128&&(T&192)===128&&(x=(p&15)<<18|(l&63)<<12|(g&63)<<6|T&63,x>65535&&x<1114112&&(m=x))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,i.push(m>>>10&1023|55296),m=56320|m&1023),i.push(m),c+=d}return ql(i)}var si=4096;function ql(e){var o=e.length;if(o<=si)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<o;)t+=String.fromCharCode.apply(String,e.slice(i,i+=si));return t}function jl(e,o,t){var i="";t=Math.min(e.length,t);for(var c=o;c<t;++c)i+=String.fromCharCode(e[c]&127);return i}function zl(e,o,t){var i="";t=Math.min(e.length,t);for(var c=o;c<t;++c)i+=String.fromCharCode(e[c]);return i}function Kl(e,o,t){var i=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>i)&&(t=i);for(var c="",p=o;p<t;++p)c+=e_[e[p]];return c}function Xl(e,o,t){for(var i=e.slice(o,t),c="",p=0;p<i.length-1;p+=2)c+=String.fromCharCode(i[p]+i[p+1]*256);return c}_.prototype.slice=function(o,t){var i=this.length;o=~~o,t=t===void 0?i:~~t,o<0?(o+=i,o<0&&(o=0)):o>i&&(o=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,_.prototype),c};function z(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};_.prototype.readUintBE=_.prototype.readUIntBE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};_.prototype.readUint8=_.prototype.readUInt8=function(o,t){return o=o>>>0,t||z(o,1,this.length),this[o]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||z(o,2,this.length),this[o]|this[o+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||z(o,2,this.length),this[o]<<8|this[o+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||z(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||z(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};_.prototype.readIntLE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};_.prototype.readIntBE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};_.prototype.readInt8=function(o,t){return o=o>>>0,t||z(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};_.prototype.readInt16LE=function(o,t){o=o>>>0,t||z(o,2,this.length);var i=this[o]|this[o+1]<<8;return i&32768?i|4294901760:i};_.prototype.readInt16BE=function(o,t){o=o>>>0,t||z(o,2,this.length);var i=this[o+1]|this[o]<<8;return i&32768?i|4294901760:i};_.prototype.readInt32LE=function(o,t){return o=o>>>0,t||z(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};_.prototype.readInt32BE=function(o,t){return o=o>>>0,t||z(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};_.prototype.readFloatLE=function(o,t){return o=o>>>0,t||z(o,4,this.length),Do.read(this,o,!0,23,4)};_.prototype.readFloatBE=function(o,t){return o=o>>>0,t||z(o,4,this.length),Do.read(this,o,!1,23,4)};_.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||z(o,8,this.length),Do.read(this,o,!0,52,8)};_.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||z(o,8,this.length),Do.read(this,o,!1,52,8)};function ae(e,o,t,i,c,p){if(!_.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(o,t,i,c){if(o=+o,t=t>>>0,i=i>>>0,!c){var p=Math.pow(2,8*i)-1;ae(this,o,t,i,p,0)}var m=1,d=0;for(this[t]=o&255;++d<i&&(m*=256);)this[t+d]=o/m&255;return t+i};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(o,t,i,c){if(o=+o,t=t>>>0,i=i>>>0,!c){var p=Math.pow(2,8*i)-1;ae(this,o,t,i,p,0)}var m=i-1,d=1;for(this[t+m]=o&255;--m>=0&&(d*=256);)this[t+m]=o/d&255;return t+i};_.prototype.writeUint8=_.prototype.writeUInt8=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,1,255,0),this[t]=o&255,t+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};_.prototype.writeIntLE=function(o,t,i,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*i-1);ae(this,o,t,i,p-1,-p)}var m=0,d=1,l=0;for(this[t]=o&255;++m<i&&(d*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/d>>0)-l&255;return t+i};_.prototype.writeIntBE=function(o,t,i,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*i-1);ae(this,o,t,i,p-1,-p)}var m=i-1,d=1,l=0;for(this[t+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/d>>0)-l&255;return t+i};_.prototype.writeInt8=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};_.prototype.writeInt16LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};_.prototype.writeInt16BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};_.prototype.writeInt32LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};_.prototype.writeInt32BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function _i(e,o,t,i,c,p){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function ui(e,o,t,i,c){return o=+o,t=t>>>0,c||_i(e,o,t,4,34028234663852886e22,-34028234663852886e22),Do.write(e,o,t,i,23,4),t+4}_.prototype.writeFloatLE=function(o,t,i){return ui(this,o,t,!0,i)};_.prototype.writeFloatBE=function(o,t,i){return ui(this,o,t,!1,i)};function gi(e,o,t,i,c){return o=+o,t=t>>>0,c||_i(e,o,t,8,17976931348623157e292,-17976931348623157e292),Do.write(e,o,t,i,52,8),t+8}_.prototype.writeDoubleLE=function(o,t,i){return gi(this,o,t,!0,i)};_.prototype.writeDoubleBE=function(o,t,i){return gi(this,o,t,!1,i)};_.prototype.copy=function(o,t,i,c){if(!_.isBuffer(o))throw new TypeError("argument should be a Buffer");if(i||(i=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<i&&(c=i),c===i||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-i&&(c=o.length-t+i);var p=c-i;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,c):Uint8Array.prototype.set.call(o,this.subarray(i,c),t),p};_.prototype.fill=function(o,t,i,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,i=this.length):typeof i=="string"&&(c=i,i=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!_.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<i;++m)this[m]=o;else{var d=_.isBuffer(o)?o:_.from(o,c),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<i-t;++m)this[m+t]=d[m%l]}return this};var Yl=/[^+/0-9A-Za-z-_]/g;function Zl(e){if(e=e.split("=")[0],e=e.trim().replace(Yl,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function rr(e,o){o=o||1/0;for(var t,i=e.length,c=null,p=[],m=0;m<i;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===i){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function Jl(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function Ql(e,o){for(var t,i,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),i=t>>8,c=t%256,p.push(c),p.push(i);return p}function fi(e){return or.toByteArray(Zl(e))}function Kn(e,o,t,i){for(var c=0;c<i&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function Ae(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function sr(e){return e!==e}var e_=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var i=t*16,c=0;c<16;++c)o[i+c]=e[t]+e[c];return o}()});var bi=b((yy,Si)=>{n();var U=Si.exports={},Ie,ke;function cr(){throw new Error("setTimeout has not been defined")}function pr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Ie=setTimeout:Ie=cr}catch(e){Ie=cr}try{typeof clearTimeout=="function"?ke=clearTimeout:ke=pr}catch(e){ke=pr}})();function hi(e){if(Ie===setTimeout)return setTimeout(e,0);if((Ie===cr||!Ie)&&setTimeout)return Ie=setTimeout,setTimeout(e,0);try{return Ie(e,0)}catch(o){try{return Ie.call(null,e,0)}catch(t){return Ie.call(this,e,0)}}}function o_(e){if(ke===clearTimeout)return clearTimeout(e);if((ke===pr||!ke)&&clearTimeout)return ke=clearTimeout,clearTimeout(e);try{return ke(e)}catch(o){try{return ke.call(null,e)}catch(t){return ke.call(this,e)}}}var We=[],Oo=!1,fo,Xn=-1;function n_(){!Oo||!fo||(Oo=!1,fo.length?We=fo.concat(We):Xn=-1,We.length&&xi())}function xi(){if(!Oo){var e=hi(n_);Oo=!0;for(var o=We.length;o;){for(fo=We,We=[];++Xn<o;)fo&&fo[Xn].run();Xn=-1,o=We.length}fo=null,Oo=!1,o_(e)}}U.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];We.push(new yi(e,o)),We.length===1&&!Oo&&hi(xi)};function yi(e,o){this.fun=e,this.array=o}yi.prototype.run=function(){this.fun.apply(null,this.array)};U.title="browser";U.browser=!0;U.env={};U.argv=[];U.version="";U.versions={};function Fe(){}U.on=Fe;U.addListener=Fe;U.once=Fe;U.off=Fe;U.removeListener=Fe;U.removeAllListeners=Fe;U.emit=Fe;U.prependListener=Fe;U.prependOnceListener=Fe;U.listeners=function(e){return[]};U.binding=function(e){throw new Error("process.binding is not supported")};U.cwd=function(){return"/"};U.chdir=function(e){throw new Error("process.chdir is not supported")};U.umask=function(){return 0}});var r,s,t_,a,n=y(()=>{r=h(Ti()),s=h(bi()),t_=function(e){function o(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),a=t_});var wi=y(()=>{"use strict";n()});var vi,Be,Ai,mr,Ii,ki,Yn,Le=y(()=>{"use strict";n();vi="error when signing",Be="Transaction canceled",Ai="error signing transaction",mr="provider not initialized",Ii="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",ki="Undefined transaction status",Yn="You cannot sign transactions from a different account"});var Li=y(()=>{"use strict";n()});var dr,Pi=y(()=>{"use strict";n();dr=(i=>(i.SetGuardian="SetGuardian",i.GuardAccount="GuardAccount",i.UnGuardAccount="UnGuardAccount",i))(dr||{})});var Ei=y(()=>{"use strict";n()});var lr=y(()=>{"use strict";n()});var Ci=y(()=>{"use strict";n()});var _r,ur=y(()=>{"use strict";n();_r=(c=>(c.signature="signature",c.sessionId="sessionId",c.status="status",c.address="address",c))(_r||{})});var Ni=y(()=>{"use strict";n()});var Ri=y(()=>{"use strict";n()});var oe,Wo,eo=y(()=>{"use strict";n();oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Wo=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Di,Ny,Mi,Ry,R=y(()=>{"use strict";n();eo();Di=(t=>(t.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",t.reloginRequest="RELOGIN_REQUEST",t))(Di||{}),Ny=u(u({},Wo.WindowProviderRequestEnums),Di),Mi=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Mi||{}),Ry=u(u({},Wo.WindowProviderResponseEnums),Mi)});var Oi=y(()=>{"use strict";n()});var Wi=y(()=>{"use strict";n()});var ie=y(()=>{"use strict";n()});var Fi=y(()=>{"use strict";n()});var Bi=y(()=>{"use strict";n()});var Ui=y(()=>{"use strict";n()});var O=y(()=>{"use strict";n();ur();Ni();Ri();R();Oi();Wi();ie();Fi();Bi();Ui()});var To,Gi,Yy,Hi,Zy,$i,Jy,Qy,Vi,Fo=y(()=>{"use strict";n();O();To={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Gi,egldLabel:Yy}=To["devnet"],{chainId:Hi,egldLabel:Zy}=To["testnet"],{chainId:$i,egldLabel:Jy}=To["mainnet"],Qy={["devnet"]:Gi,["testnet"]:Hi,["mainnet"]:$i},Vi={[Gi]:"devnet",[Hi]:"testnet",[$i]:"mainnet"}});var qi,fn=y(()=>{"use strict";n();qi="cancel-transaction-toast"});var Pe,ji=y(()=>{"use strict";n();Pe=require("@multiversx/sdk-web-wallet-provider")});var oo,Bo=y(()=>{"use strict";n();oo=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var zi,Ki,gr,aS,iS,fr=y(()=>{"use strict";n();Bo();gr=String((Ki=(zi=oo.safeWindow)==null?void 0:zi.navigator)==null?void 0:Ki.userAgent),aS=/^((?!chrome|android).)*safari/i.test(gr),iS=/firefox/i.test(gr)&&/windows/i.test(gr)});var Zn,Jn,Xi,Yi,Ee,Qn,Zi,et,Ji,Uo,k=y(()=>{"use strict";n();wi();Le();Li();Pi();Ei();lr();Ci();Fo();fn();ji();fr();Zn=5e4,Jn=1e9,Xi=1,Yi="/dapp/init",Ee="signSession",Qn="sdk-dapp-version",Zi="4.2.5",et="logout",Ji="login",Uo="0"});var Tn,ot=y(()=>{"use strict";n();Tn=()=>Date.now()/1e3});var Qi=y(()=>{"use strict";n()});var es=y(()=>{"use strict";n()});var Tr=y(()=>{"use strict";n();ot();Qi();es()});var hr={};le(hr,{clear:()=>s_,getItem:()=>a_,localStorageKeys:()=>Ue,removeItem:()=>i_,setItem:()=>r_});var Ue,nt,r_,a_,i_,s_,ho=y(()=>{"use strict";n();Tr();Ue={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},nt=typeof localStorage!="undefined",r_=({key:e,data:o,expires:t})=>{!nt||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},a_=e=>{if(!nt)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Tn()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},i_=e=>{!nt||localStorage.removeItem(String(e))},s_=()=>{!nt||localStorage.clear()}});var xr={};le(xr,{clear:()=>rs,getItem:()=>ns,removeItem:()=>ts,setItem:()=>os,storage:()=>c_});var os,ns,ts,rs,c_,as=y(()=>{"use strict";n();os=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},ns=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},ts=e=>sessionStorage.removeItem(String(e)),rs=()=>sessionStorage.clear(),c_={setItem:os,getItem:ns,removeItem:ts,clear:rs}});var no,xo=y(()=>{"use strict";n();ho();as();no={session:xr,local:hr}});var yr,M,se,W=y(()=>{"use strict";n();yr=require("@reduxjs/toolkit");k();M=(0,yr.createAction)(et),se=(0,yr.createAction)(Ji,e=>({payload:e}))});var br,is,ss,fe,Sr,cs,ye,to,wr,WS,p_,m_,FS,BS,US,d_,l_,tt,rt=y(()=>{"use strict";n();br=require("@multiversx/sdk-core"),is=require("@reduxjs/toolkit"),ss=require("redux-persist");k();xo();ho();W();fe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Uo},Sr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":fe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},cs=(0,is.createSlice)({name:"accountInfoSlice",initialState:Sr,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=t?new br.Address(t).hex():""},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:fe},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(M,()=>(no.local.removeItem(Ue.loginExpiresAt),Sr)),e.addCase(se,(o,t)=>{let{address:i}=t.payload;o.address=i,o.publicKey=new br.Address(i).toHex()}),e.addCase(ss.REHYDRATE,(o,t)=>{var g;if(!((g=t.payload)!=null&&g.account))return;let{account:i}=t.payload,{address:c,shard:p,accounts:m,publicKey:d}=i;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:Sr.accounts,o.publicKey=d})}}),{setAccount:ye,setAddress:to,setAccountNonce:wr,setAccountShard:WS,setLedgerAccount:p_,updateLedgerAccount:m_,setWalletConnectAccount:FS,setIsAccountLoading:BS,setAccountLoadingError:US,setWebsocketEvent:d_,setWebsocketBatchEvent:l_}=cs.actions,tt=cs.reducer});function hn(){return new Date().setHours(new Date().getHours()+24)}function xn(e){no.local.setItem({key:Ue.loginExpiresAt,data:e,expires:e})}var vr=y(()=>{"use strict";n();xo();ho()});var ms,ps,ds,YS,__,u_,Ar,ZS,g_,ls,JS,QS,eb,at,it=y(()=>{"use strict";n();ms=require("@reduxjs/toolkit");vr();R();W();ps={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},ds=(0,ms.createSlice)({name:"loginInfoSlice",initialState:ps,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(M,()=>ps),e.addCase(se,(o,t)=>{o.isLoginSessionInvalid=!1,o.loginMethod=t.payload.loginMethod,o.iframeLoginType=t.payload.iframeLoginType,xn(hn())})}}),{setLoginMethod:YS,setWalletConnectLogin:__,setLedgerLogin:u_,setTokenLogin:Ar,setTokenLoginSignature:ZS,setWalletLogin:g_,invalidateLoginSession:ls,setLogoutRoute:JS,setIsWalletConnectV2Initialized:QS,setWebviewLogin:eb}=ds.actions,at=ds.reducer});var us,_s,gs,rb,f_,ab,T_,st,ct=y(()=>{"use strict";n();us=require("@reduxjs/toolkit");W();_s={},gs=(0,us.createSlice)({name:"modalsSlice",initialState:_s,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(M,()=>_s)}}),{setTxSubmittedModal:rb,setNotificationModal:f_,clearTxSubmittedModal:ab,clearNotificationModal:T_}=gs.actions,st=gs.reducer});var Ge,Go=y(()=>{"use strict";n();Ge=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var N,Z=y(()=>{"use strict";n();Go();N=()=>{if(!Ge())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:t,origin:i,href:c,search:p}}=window;return{pathname:o,hash:t,origin:i,href:c,search:p}}});var fs=y(()=>{"use strict";n();Z()});var He,Ts=y(()=>{"use strict";n();J();He=()=>{let{pathname:e,search:o,hash:t}=N();return`${e!=null?e:""}${o!=null?o:""}${t!=null?t:""}`}});var hs=y(()=>{"use strict";n();Bo()});var J=y(()=>{"use strict";n();fs();Ts();Z();hs()});var yn=y(()=>{"use strict";n();J()});var ys=y(()=>{"use strict";n();yn()});function Ss(e){return e[Math.floor(Math.random()*e.length)]}var bs=y(()=>{"use strict";n()});var Ir=y(()=>{"use strict";n();lr()});var $e=y(()=>{"use strict";n();ys();bs();Ir()});var ws,vs,As,kr,x_,Is,Fb,Bb,ks,pt,mt=y(()=>{"use strict";n();ws=require("@reduxjs/toolkit"),vs=h(require("lodash.omit")),As=require("redux-persist");fn();W();$e();kr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},x_={network:kr},Is=(0,ws.createSlice)({name:"appConfig",initialState:x_,reducers:{initializeNetworkConfig:(e,o)=>{let t=Ss(o.payload.walletConnectV2RelayAddresses),i=(0,vs.default)(o.payload,"walletConnectV2RelayAddresses");e.network=w(u(u({},e.network),i),{walletConnectV2RelayAddress:t})},updateNetworkConfig:(e,o)=>{e.network=u(u({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(M,o=>{o.network.customWalletAddress=void 0}),e.addCase(As.REHYDRATE,(o,t)=>{var c,p;if(!((p=(c=t.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:i}}=t.payload;o.network.customWalletAddress=i})}}),{initializeNetworkConfig:Fb,updateNetworkConfig:Bb,setCustomWalletAddress:ks}=Is.actions,pt=Is.reducer});var Ls,Lr,Ps,qb,jb,zb,dt,lt=y(()=>{"use strict";n();Ls=require("@reduxjs/toolkit");O();W();Lr={isSigning:!1,signedSessions:{}},Ps=(0,Ls.createSlice)({name:"signedMessageInfoSliceState",initialState:Lr,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:i,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=i.status==="pending",e.signedSessions[t]=u(u({},e.signedSessions[t]),i)},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Lr},extraReducers:e=>{e.addCase(M,()=>Lr)}}),{setSignSession:qb,clearSignedMessageInfo:jb,setSignSessionState:zb}=Ps.actions,dt=Ps.reducer});var Cs,Ns,Es,Rs,Pr,y_,e0,S_,_t,ut=y(()=>{"use strict";n();Cs=require("@reduxjs/toolkit"),Ns=require("redux-persist");O();ot();W();Es={customToasts:[],transactionToasts:[]},Rs=(0,Cs.createSlice)({name:"toastsSlice",initialState:Es,reducers:{addCustomToast:(e,o)=>{let t=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,i=e.customToasts.findIndex(c=>c.toastId===t);if(i!==-1){e.customToasts[i]=w(u(u({},e.customToasts[i]),o.payload),{type:"custom",toastId:t});return}e.customToasts.push(w(u({},o.payload),{type:"custom",toastId:t}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Tn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)}},extraReducers:e=>{e.addCase(M,()=>Es),e.addCase(Ns.REHYDRATE,(o,t)=>{var c,p;let i=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=i})}}),{addCustomToast:Pr,removeCustomToast:y_,addTransactionToast:e0,removeTransactionToast:S_}=Rs.actions,_t=Rs.reducer});var Ds,Cr,Nr,Rr,b_,Er,Ms,r0,w_,Ho,gt,ft=y(()=>{"use strict";n();Ds=require("@reduxjs/toolkit");W();Cr="Transaction failed",Nr="Transaction successful",Rr="Processing transaction",b_="Transaction submitted",Er={},Ms=(0,Ds.createSlice)({name:"transactionsInfo",initialState:Er,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:i}=o.payload;t!=null&&(e[t]={errorMessage:(i==null?void 0:i.errorMessage)||Cr,successMessage:(i==null?void 0:i.successMessage)||Nr,processingMessage:(i==null?void 0:i.processingMessage)||Rr,submittedMessage:(i==null?void 0:i.submittedMessage)||b_,transactionDuration:i==null?void 0:i.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Er},extraReducers:e=>{e.addCase(M,()=>Er)}}),{clearTransactionsInfo:r0,setTransactionsDisplayInfo:w_,clearTransactionsInfoForSessionId:Ho}=Ms.actions,gt=Ms.reducer});function Vo(e){return e!=null&&(R_(e)||F_(e))}function qo(e){return e!=null&&(D_(e)||B_(e))}function jo(e){return e!=null&&(M_(e)||U_(e))}function Os(e){return e!=null&&(O_(e)||G_(e))}function Dr(e){return e!=null&&W_(e)}function R_(e){return e!=null&&v_.includes(e)}function D_(e){return e!=null&&A_.includes(e)}function M_(e){return e!=null&&I_.includes(e)}function O_(e){return e!=null&&k_.includes(e)}function W_(e){return e!=null&&L_.includes(e)}function F_(e){return e!=null&&P_.includes(e)}function B_(e){return e!=null&&E_.includes(e)}function U_(e){return e!=null&&C_.includes(e)}function G_(e){return e!=null&&N_.includes(e)}var v_,A_,I_,k_,L_,P_,E_,C_,N_,zo=y(()=>{"use strict";n();R();v_=["sent"],A_=["success"],I_=["fail","cancelled","timedOut"],k_=["invalid"],L_=["timedOut"],P_=["pending"],E_=["success"],C_=["fail","invalid"],N_=["not executed"]});var Ws,Fs,Sn,H_,Bs,Us,Gs,$_,ao,V_,q_,_0,j_,Ve,io,u0,Tt,ht=y(()=>{"use strict";n();Ws=require("@reduxjs/toolkit"),Fs=require("redux-persist");R();zo();W();Sn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},H_={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Bs=(0,Ws.createSlice)({name:"transactionsSlice",initialState:Sn,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,g;let{sessionId:t,transactions:i,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[t]=u(u(u({},H_),((l=e.signedTransactions[t])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[t]||{}),e.signedTransactions[t]={transactions:i,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:u(u({},e.customTransactionInformationForSessionId[t]),d!=null?d:{})},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===t&&(e.transactionsToSign=Sn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:i,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=i,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,T,x,L,I,E,V,D;let{sessionId:t,status:i,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(T=(g=e.signedTransactions)==null?void 0:g[t])==null?void 0:T.transactions;if(l!=null){e.signedTransactions[t].transactions=l.map(F=>F.hash===p?w(u(u({},m!=null?m:{}),F),{status:i,errorMessage:c,inTransit:d}):F);let G=(L=(x=e.signedTransactions[t])==null?void 0:x.transactions)==null?void 0:L.every(F=>qo(F.status)),te=(E=(I=e.signedTransactions[t])==null?void 0:I.transactions)==null?void 0:E.some(F=>jo(F.status)),he=(D=(V=e.signedTransactions[t])==null?void 0:V.transactions)==null?void 0:D.every(F=>Os(F.status));G&&(e.signedTransactions[t].status="success"),te&&(e.signedTransactions[t].status="fail"),he&&(e.signedTransactions[t].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:i}=o.payload;e.customTransactionInformationForSessionId[t]=i,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Sn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Sn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:t,customTransactionInformationOverrides:i}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].customTransactionInformation=u(u({},e.signedTransactions[t].customTransactionInformation),i))}},extraReducers:e=>{e.addCase(M,()=>Sn),e.addCase(Fs.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:i,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(i).reduce((d,[l,g])=>{let T=new Date(l),x=new Date;return x.setHours(x.getHours()+5),x-T>0||(d[l]=g),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),i!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Us,updateSignedTransactions:Gs,setTransactionsToSign:$_,clearAllTransactionsToSign:ao,clearAllSignedTransactions:V_,clearSignedTransaction:q_,clearTransactionToSign:_0,setSignTransactionsError:j_,setSignTransactionsCancelMessage:Ve,moveTransactionsToSignedState:io,updateSignedTransactionsCustomTransactionInformation:u0}=Bs.actions,Tt=Bs.reducer});var Hs,Mr,$s,h0,x0,z_,y0,xt,yt=y(()=>{"use strict";n();Hs=require("@reduxjs/toolkit");W();Mr={},$s=(0,Hs.createSlice)({name:"batchTransactionsSlice",initialState:Mr,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Mr},extraReducers:e=>{e.addCase(M,()=>Mr)}}),{setBatchTransactions:h0,updateBatchTransactions:x0,clearBatchTransactions:z_,clearAllBatchTransactions:y0}=$s.actions,xt=$s.reducer});var qs,Vs,js,v0,zs,Or=y(()=>{"use strict";n();qs=require("@reduxjs/toolkit");W();Vs={},js=(0,qs.createSlice)({name:"dappConfigSlice",initialState:Vs,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(M,()=>Vs)}}),{setDappConfig:v0}=js.actions,zs=js.reducer});var P=y(()=>{"use strict";n();rt();it();ct();mt();lt();ut();ft();ht();yt();Or()});var Wr=y(()=>{"use strict";n()});var Ys,Z_,J_,yo,wt=y(()=>{"use strict";n();Ys=require("@reduxjs/toolkit");Wr();rt();yt();Or();it();ct();mt();lt();ut();ft();ht();Z_={["account"]:tt,["dappConfig"]:zs,["loginInfo"]:at,["modals"]:st,["networkConfig"]:pt,["signedMessageInfo"]:dt,["toasts"]:_t,["transactionsInfo"]:gt,["transactions"]:Tt,["batchTransactions"]:xt},J_=(e={})=>(0,Ys.combineReducers)(u(u({},Z_),e)),yo=J_});var ec={};le(ec,{default:()=>uu,sessionStorageReducers:()=>Fr});function qe(e,o=[]){return{key:e,version:1,storage:Js.default,blacklist:o}}var ce,Zs,Js,Q_,bn,eu,ou,nu,tu,ru,au,iu,su,cu,pu,Qs,mu,Fr,du,lu,_u,uu,oc=y(()=>{"use strict";n();ce=require("redux-persist"),Zs=h(require("redux-persist/lib/storage")),Js=h(require("redux-persist/lib/storage/session"));wt();P();rt();yt();it();ct();mt();lt();ut();ft();ht();Wr();Q_={persistReducersStorageType:"localStorage"},bn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},eu=qe(bn["account"]),ou=qe(bn["loginInfo"]),nu=qe(bn["modals"]),tu=qe(bn["networkConfig"]),ru={2:e=>w(u({},e),{networkConfig:kr})};au=qe("sdk-dapp-transactionsInfo"),iu=qe("sdk-dapp-transactions",["transactionsToSign"]),su=qe("sdk-dapp-batchTransactions",["batchTransactions"]),cu=qe("sdk-dapp-toasts"),pu=qe("sdk-dapp-signedMessageInfo"),Qs={key:"sdk-dapp-store",version:2,storage:Zs.default,whitelist:Object.keys(bn),migrate:(0,ce.createMigrate)(ru,{debug:!1})},mu=w(u({},Qs),{whitelist:[]}),Fr={["toasts"]:(0,ce.persistReducer)(cu,_t),["transactions"]:(0,ce.persistReducer)(iu,Tt),["transactionsInfo"]:(0,ce.persistReducer)(au,gt),["batchTransactions"]:(0,ce.persistReducer)(su,xt),["signedMessageInfo"]:(0,ce.persistReducer)(pu,dt)},du=w(u({},Fr),{["account"]:(0,ce.persistReducer)(eu,tt),["loginInfo"]:(0,ce.persistReducer)(ou,at),["modals"]:(0,ce.persistReducer)(nu,st),["networkConfig"]:(0,ce.persistReducer)(tu,pt)}),lu=Q_.persistReducersStorageType==="localStorage",_u=lu?(0,ce.persistReducer)(Qs,yo(Fr)):(0,ce.persistReducer)(mu,yo(du)),uu=_u});var nc={};le(nc,{default:()=>gu});var gu,tc=y(()=>{"use strict";n();wt();gu=yo()});var rc={};le(rc,{default:()=>Tu});var Te,fu,Tu,ac=y(()=>{"use strict";n();Te=require("redux-persist"),fu=[Te.FLUSH,Te.REHYDRATE,Te.PAUSE,Te.PERSIST,Te.PURGE,Te.REGISTER],Tu=fu});var cc={};le(cc,{default:()=>sc});function sc(e){return(0,ic.persistStore)(e)}var ic,pc=y(()=>{"use strict";n();ic=require("redux-persist")});var hp=b((_M,Tp)=>{n();var Qg=typeof a=="object"&&a&&a.Object===Object&&a;Tp.exports=Qg});var Pn=b((uM,xp)=>{n();var ef=hp(),of=typeof self=="object"&&self&&self.Object===Object&&self,nf=ef||of||Function("return this")();xp.exports=nf});var pa=b((gM,yp)=>{n();var tf=Pn(),rf=tf.Symbol;yp.exports=rf});var vp=b((fM,wp)=>{n();var Sp=pa(),bp=Object.prototype,af=bp.hasOwnProperty,sf=bp.toString,En=Sp?Sp.toStringTag:void 0;function cf(e){var o=af.call(e,En),t=e[En];try{e[En]=void 0;var i=!0}catch(p){}var c=sf.call(e);return i&&(o?e[En]=t:delete e[En]),c}wp.exports=cf});var Ip=b((TM,Ap)=>{n();var pf=Object.prototype,mf=pf.toString;function df(e){return mf.call(e)}Ap.exports=df});var ma=b((hM,Pp)=>{n();var kp=pa(),lf=vp(),_f=Ip(),uf="[object Null]",gf="[object Undefined]",Lp=kp?kp.toStringTag:void 0;function ff(e){return e==null?e===void 0?gf:uf:Lp&&Lp in Object(e)?lf(e):_f(e)}Pp.exports=ff});var Cp=b((xM,Ep)=>{n();var Tf=Array.isArray;Ep.exports=Tf});var Rp=b((yM,Np)=>{n();function hf(e){return e!=null&&typeof e=="object"}Np.exports=hf});var Mp=b((SM,Dp)=>{n();var xf=ma(),yf=Cp(),Sf=Rp(),bf="[object String]";function wf(e){return typeof e=="string"||!yf(e)&&Sf(e)&&xf(e)==bf}Dp.exports=wf});var _a={};le(_a,{css:()=>Gp,default:()=>Cf});var Gp,Cf,ua=y(()=>{"use strict";n();Gp=`.dapp-core-component__main__link-style {
1
+ "use strict";var xl=Object.create;var gn=Object.defineProperty,yl=Object.defineProperties,Sl=Object.getOwnPropertyDescriptor,bl=Object.getOwnPropertyDescriptors,wl=Object.getOwnPropertyNames,qn=Object.getOwnPropertySymbols,vl=Object.getPrototypeOf,Jt=Object.prototype.hasOwnProperty,Qa=Object.prototype.propertyIsEnumerable;var Ja=(e,o,t)=>o in e?gn(e,o,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[o]=t,u=(e,o)=>{for(var t in o||(o={}))Jt.call(o,t)&&Ja(e,t,o[t]);if(qn)for(var t of qn(o))Qa.call(o,t)&&Ja(e,t,o[t]);return e},w=(e,o)=>yl(e,bl(o));var Qe=(e,o)=>{var t={};for(var i in e)Jt.call(e,i)&&o.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&qn)for(var i of qn(e))o.indexOf(i)<0&&Qa.call(e,i)&&(t[i]=e[i]);return t};var y=(e,o)=>()=>(e&&(o=e(e=0)),o);var b=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),le=(e,o)=>{for(var t in o)gn(e,t,{get:o[t],enumerable:!0})},ei=(e,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of wl(o))!Jt.call(e,c)&&c!==t&&gn(e,c,{get:()=>o[c],enumerable:!(i=Sl(o,c))||i.enumerable});return e};var h=(e,o,t)=>(t=e!=null?xl(vl(e)):{},ei(o||!e||!e.__esModule?gn(t,"default",{value:e,enumerable:!0}):t,e)),ee=e=>ei(gn({},"__esModule",{value:!0}),e);var f=(e,o,t)=>new Promise((i,c)=>{var p=l=>{try{d(t.next(l))}catch(g){c(g)}},m=l=>{try{d(t.throw(l))}catch(g){c(g)}},d=l=>l.done?i(l.value):Promise.resolve(l.value).then(p,m);d((t=t.apply(e,o)).next())});var ti=b(jn=>{"use strict";n();jn.byteLength=Il;jn.toByteArray=Ll;jn.fromByteArray=Cl;var ve=[],ge=[],Al=typeof Uint8Array!="undefined"?Uint8Array:Array,Qt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(uo=0,oi=Qt.length;uo<oi;++uo)ve[uo]=Qt[uo],ge[Qt.charCodeAt(uo)]=uo;var uo,oi;ge["-".charCodeAt(0)]=62;ge["_".charCodeAt(0)]=63;function ni(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=o);var i=t===o?0:4-t%4;return[t,i]}function Il(e){var o=ni(e),t=o[0],i=o[1];return(t+i)*3/4-i}function kl(e,o,t){return(o+t)*3/4-t}function Ll(e){var o,t=ni(e),i=t[0],c=t[1],p=new Al(kl(e,i,c)),m=0,d=c>0?i-4:i,l;for(l=0;l<d;l+=4)o=ge[e.charCodeAt(l)]<<18|ge[e.charCodeAt(l+1)]<<12|ge[e.charCodeAt(l+2)]<<6|ge[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return c===2&&(o=ge[e.charCodeAt(l)]<<2|ge[e.charCodeAt(l+1)]>>4,p[m++]=o&255),c===1&&(o=ge[e.charCodeAt(l)]<<10|ge[e.charCodeAt(l+1)]<<4|ge[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Pl(e){return ve[e>>18&63]+ve[e>>12&63]+ve[e>>6&63]+ve[e&63]}function El(e,o,t){for(var i,c=[],p=o;p<t;p+=3)i=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(Pl(i));return c.join("")}function Cl(e){for(var o,t=e.length,i=t%3,c=[],p=16383,m=0,d=t-i;m<d;m+=p)c.push(El(e,m,m+p>d?d:m+p));return i===1?(o=e[t-1],c.push(ve[o>>2]+ve[o<<4&63]+"==")):i===2&&(o=(e[t-2]<<8)+e[t-1],c.push(ve[o>>10]+ve[o>>4&63]+ve[o<<2&63]+"=")),c.join("")}});var ri=b(er=>{n();er.read=function(e,o,t,i,c){var p,m,d=c*8-i-1,l=(1<<d)-1,g=l>>1,T=-7,x=t?c-1:0,L=t?-1:1,I=e[o+x];for(x+=L,p=I&(1<<-T)-1,I>>=-T,T+=d;T>0;p=p*256+e[o+x],x+=L,T-=8);for(m=p&(1<<-T)-1,p>>=-T,T+=i;T>0;m=m*256+e[o+x],x+=L,T-=8);if(p===0)p=1-g;else{if(p===l)return m?NaN:(I?-1:1)*(1/0);m=m+Math.pow(2,i),p=p-g}return(I?-1:1)*m*Math.pow(2,p-i)};er.write=function(e,o,t,i,c,p){var m,d,l,g=p*8-c-1,T=(1<<g)-1,x=T>>1,L=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,I=i?0:p-1,E=i?1:-1,V=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(d=isNaN(o)?1:0,m=T):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+x>=1?o+=L/l:o+=L*Math.pow(2,1-x),o*l>=2&&(m++,l/=2),m+x>=T?(d=0,m=T):m+x>=1?(d=(o*l-1)*Math.pow(2,c),m=m+x):(d=o*Math.pow(2,x-1)*Math.pow(2,c),m=0));c>=8;e[t+I]=d&255,I+=E,d/=256,c-=8);for(m=m<<c|d,g+=c;g>0;e[t+I]=m&255,I+=E,m/=256,g-=8);e[t+I-E]|=V*128}});var Ti=b(Mo=>{"use strict";n();var or=ti(),Do=ri(),ai=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Mo.Buffer=_;Mo.SlowBuffer=Wl;Mo.INSPECT_MAX_BYTES=50;var zn=2147483647;Mo.kMaxLength=zn;_.TYPED_ARRAY_SUPPORT=Nl();!_.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 Nl(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(t){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function Oe(e){if(e>zn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,_.prototype),o}function _(e,o,t){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ar(e)}return ci(e,o,t)}_.poolSize=8192;function ci(e,o,t){if(typeof e=="string")return Dl(e,o);if(ArrayBuffer.isView(e))return Ml(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Ae(e,ArrayBuffer)||e&&Ae(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ae(e,SharedArrayBuffer)||e&&Ae(e.buffer,SharedArrayBuffer)))return tr(e,o,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return _.from(i,o,t);var c=Ol(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return _.from(e[Symbol.toPrimitive]("string"),o,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}_.from=function(e,o,t){return ci(e,o,t)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function pi(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Rl(e,o,t){return pi(e),e<=0?Oe(e):o!==void 0?typeof t=="string"?Oe(e).fill(o,t):Oe(e).fill(o):Oe(e)}_.alloc=function(e,o,t){return Rl(e,o,t)};function ar(e){return pi(e),Oe(e<0?0:ir(e)|0)}_.allocUnsafe=function(e){return ar(e)};_.allocUnsafeSlow=function(e){return ar(e)};function Dl(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!_.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var t=mi(e,o)|0,i=Oe(t),c=i.write(e,o);return c!==t&&(i=i.slice(0,c)),i}function nr(e){for(var o=e.length<0?0:ir(e.length)|0,t=Oe(o),i=0;i<o;i+=1)t[i]=e[i]&255;return t}function Ml(e){if(Ae(e,Uint8Array)){var o=new Uint8Array(e);return tr(o.buffer,o.byteOffset,o.byteLength)}return nr(e)}function tr(e,o,t){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return o===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,o):i=new Uint8Array(e,o,t),Object.setPrototypeOf(i,_.prototype),i}function Ol(e){if(_.isBuffer(e)){var o=ir(e.length)|0,t=Oe(o);return t.length===0||e.copy(t,0,0,o),t}if(e.length!==void 0)return typeof e.length!="number"||sr(e.length)?Oe(0):nr(e);if(e.type==="Buffer"&&Array.isArray(e.data))return nr(e.data)}function ir(e){if(e>=zn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+zn.toString(16)+" bytes");return e|0}function Wl(e){return+e!=e&&(e=0),_.alloc(+e)}_.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==_.prototype};_.compare=function(o,t){if(Ae(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),Ae(t,Uint8Array)&&(t=_.from(t,t.offset,t.byteLength)),!_.isBuffer(o)||!_.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===t)return 0;for(var i=o.length,c=t.length,p=0,m=Math.min(i,c);p<m;++p)if(o[p]!==t[p]){i=o[p],c=t[p];break}return i<c?-1:c<i?1:0};_.isEncoding=function(o){switch(String(o).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}};_.concat=function(o,t){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return _.alloc(0);var i;if(t===void 0)for(t=0,i=0;i<o.length;++i)t+=o[i].length;var c=_.allocUnsafe(t),p=0;for(i=0;i<o.length;++i){var m=o[i];if(Ae(m,Uint8Array))p+m.length>c.length?_.from(m).copy(c,p):Uint8Array.prototype.set.call(c,m,p);else if(_.isBuffer(m))m.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return c};function mi(e,o){if(_.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Ae(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return rr(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return fi(e).length;default:if(c)return i?-1:rr(e).length;o=(""+o).toLowerCase(),c=!0}}_.byteLength=mi;function Fl(e,o,t){var i=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,o>>>=0,t<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Kl(this,o,t);case"utf8":case"utf-8":return li(this,o,t);case"ascii":return jl(this,o,t);case"latin1":case"binary":return zl(this,o,t);case"base64":return Vl(this,o,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Xl(this,o,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}_.prototype._isBuffer=!0;function go(e,o,t){var i=e[o];e[o]=e[t],e[t]=i}_.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<o;t+=2)go(this,t,t+1);return this};_.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<o;t+=4)go(this,t,t+3),go(this,t+1,t+2);return this};_.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<o;t+=8)go(this,t,t+7),go(this,t+1,t+6),go(this,t+2,t+5),go(this,t+3,t+4);return this};_.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?li(this,0,o):Fl.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(o){if(!_.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:_.compare(this,o)===0};_.prototype.inspect=function(){var o="",t=Mo.INSPECT_MAX_BYTES;return o=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(o+=" ... "),"<Buffer "+o+">"};ai&&(_.prototype[ai]=_.prototype.inspect);_.prototype.compare=function(o,t,i,c,p){if(Ae(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(t===void 0&&(t=0),i===void 0&&(i=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),t<0||i>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&t>=i)return 0;if(c>=p)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var m=p-c,d=i-t,l=Math.min(m,d),g=this.slice(c,p),T=o.slice(t,i),x=0;x<l;++x)if(g[x]!==T[x]){m=g[x],d=T[x];break}return m<d?-1:d<m?1:0};function di(e,o,t,i,c){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,sr(t)&&(t=c?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(c)return-1;t=e.length-1}else if(t<0)if(c)t=0;else return-1;if(typeof o=="string"&&(o=_.from(o,i)),_.isBuffer(o))return o.length===0?-1:ii(e,o,t,i,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,t):Uint8Array.prototype.lastIndexOf.call(e,o,t):ii(e,[o],t,i,c);throw new TypeError("val must be string, number or Buffer")}function ii(e,o,t,i,c){var p=1,m=e.length,d=o.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,d/=2,t/=2}function l(I,E){return p===1?I[E]:I.readUInt16BE(E*p)}var g;if(c){var T=-1;for(g=t;g<m;g++)if(l(e,g)===l(o,T===-1?0:g-T)){if(T===-1&&(T=g),g-T+1===d)return T*p}else T!==-1&&(g-=g-T),T=-1}else for(t+d>m&&(t=m-d),g=t;g>=0;g--){for(var x=!0,L=0;L<d;L++)if(l(e,g+L)!==l(o,L)){x=!1;break}if(x)return g}return-1}_.prototype.includes=function(o,t,i){return this.indexOf(o,t,i)!==-1};_.prototype.indexOf=function(o,t,i){return di(this,o,t,i,!0)};_.prototype.lastIndexOf=function(o,t,i){return di(this,o,t,i,!1)};function Bl(e,o,t,i){t=Number(t)||0;var c=e.length-t;i?(i=Number(i),i>c&&(i=c)):i=c;var p=o.length;i>p/2&&(i=p/2);for(var m=0;m<i;++m){var d=parseInt(o.substr(m*2,2),16);if(sr(d))return m;e[t+m]=d}return m}function Ul(e,o,t,i){return Kn(rr(o,e.length-t),e,t,i)}function Gl(e,o,t,i){return Kn(Jl(o),e,t,i)}function Hl(e,o,t,i){return Kn(fi(o),e,t,i)}function $l(e,o,t,i){return Kn(Ql(o,e.length-t),e,t,i)}_.prototype.write=function(o,t,i,c){if(t===void 0)c="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")c=t,i=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(i)?(i=i>>>0,c===void 0&&(c="utf8")):(c=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-t;if((i===void 0||i>p)&&(i=p),o.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var m=!1;;)switch(c){case"hex":return Bl(this,o,t,i);case"utf8":case"utf-8":return Ul(this,o,t,i);case"ascii":case"latin1":case"binary":return Gl(this,o,t,i);case"base64":return Hl(this,o,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $l(this,o,t,i);default:if(m)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),m=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Vl(e,o,t){return o===0&&t===e.length?or.fromByteArray(e):or.fromByteArray(e.slice(o,t))}function li(e,o,t){t=Math.min(e.length,t);for(var i=[],c=o;c<t;){var p=e[c],m=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=t){var l,g,T,x;switch(d){case 1:p<128&&(m=p);break;case 2:l=e[c+1],(l&192)===128&&(x=(p&31)<<6|l&63,x>127&&(m=x));break;case 3:l=e[c+1],g=e[c+2],(l&192)===128&&(g&192)===128&&(x=(p&15)<<12|(l&63)<<6|g&63,x>2047&&(x<55296||x>57343)&&(m=x));break;case 4:l=e[c+1],g=e[c+2],T=e[c+3],(l&192)===128&&(g&192)===128&&(T&192)===128&&(x=(p&15)<<18|(l&63)<<12|(g&63)<<6|T&63,x>65535&&x<1114112&&(m=x))}}m===null?(m=65533,d=1):m>65535&&(m-=65536,i.push(m>>>10&1023|55296),m=56320|m&1023),i.push(m),c+=d}return ql(i)}var si=4096;function ql(e){var o=e.length;if(o<=si)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<o;)t+=String.fromCharCode.apply(String,e.slice(i,i+=si));return t}function jl(e,o,t){var i="";t=Math.min(e.length,t);for(var c=o;c<t;++c)i+=String.fromCharCode(e[c]&127);return i}function zl(e,o,t){var i="";t=Math.min(e.length,t);for(var c=o;c<t;++c)i+=String.fromCharCode(e[c]);return i}function Kl(e,o,t){var i=e.length;(!o||o<0)&&(o=0),(!t||t<0||t>i)&&(t=i);for(var c="",p=o;p<t;++p)c+=e_[e[p]];return c}function Xl(e,o,t){for(var i=e.slice(o,t),c="",p=0;p<i.length-1;p+=2)c+=String.fromCharCode(i[p]+i[p+1]*256);return c}_.prototype.slice=function(o,t){var i=this.length;o=~~o,t=t===void 0?i:~~t,o<0?(o+=i,o<0&&(o=0)):o>i&&(o=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<o&&(t=o);var c=this.subarray(o,t);return Object.setPrototypeOf(c,_.prototype),c};function z(e,o,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>t)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return c};_.prototype.readUintBE=_.prototype.readUIntBE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=this[o+--t],p=1;t>0&&(p*=256);)c+=this[o+--t]*p;return c};_.prototype.readUint8=_.prototype.readUInt8=function(o,t){return o=o>>>0,t||z(o,1,this.length),this[o]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(o,t){return o=o>>>0,t||z(o,2,this.length),this[o]|this[o+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(o,t){return o=o>>>0,t||z(o,2,this.length),this[o]<<8|this[o+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(o,t){return o=o>>>0,t||z(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(o,t){return o=o>>>0,t||z(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};_.prototype.readIntLE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=this[o],p=1,m=0;++m<t&&(p*=256);)c+=this[o+m]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*t)),c};_.prototype.readIntBE=function(o,t,i){o=o>>>0,t=t>>>0,i||z(o,t,this.length);for(var c=t,p=1,m=this[o+--c];c>0&&(p*=256);)m+=this[o+--c]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*t)),m};_.prototype.readInt8=function(o,t){return o=o>>>0,t||z(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};_.prototype.readInt16LE=function(o,t){o=o>>>0,t||z(o,2,this.length);var i=this[o]|this[o+1]<<8;return i&32768?i|4294901760:i};_.prototype.readInt16BE=function(o,t){o=o>>>0,t||z(o,2,this.length);var i=this[o+1]|this[o]<<8;return i&32768?i|4294901760:i};_.prototype.readInt32LE=function(o,t){return o=o>>>0,t||z(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};_.prototype.readInt32BE=function(o,t){return o=o>>>0,t||z(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};_.prototype.readFloatLE=function(o,t){return o=o>>>0,t||z(o,4,this.length),Do.read(this,o,!0,23,4)};_.prototype.readFloatBE=function(o,t){return o=o>>>0,t||z(o,4,this.length),Do.read(this,o,!1,23,4)};_.prototype.readDoubleLE=function(o,t){return o=o>>>0,t||z(o,8,this.length),Do.read(this,o,!0,52,8)};_.prototype.readDoubleBE=function(o,t){return o=o>>>0,t||z(o,8,this.length),Do.read(this,o,!1,52,8)};function ae(e,o,t,i,c,p){if(!_.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(o,t,i,c){if(o=+o,t=t>>>0,i=i>>>0,!c){var p=Math.pow(2,8*i)-1;ae(this,o,t,i,p,0)}var m=1,d=0;for(this[t]=o&255;++d<i&&(m*=256);)this[t+d]=o/m&255;return t+i};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(o,t,i,c){if(o=+o,t=t>>>0,i=i>>>0,!c){var p=Math.pow(2,8*i)-1;ae(this,o,t,i,p,0)}var m=i-1,d=1;for(this[t+m]=o&255;--m>=0&&(d*=256);)this[t+m]=o/d&255;return t+i};_.prototype.writeUint8=_.prototype.writeUInt8=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,1,255,0),this[t]=o&255,t+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,65535,0),this[t]=o&255,this[t+1]=o>>>8,t+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,65535,0),this[t]=o>>>8,this[t+1]=o&255,t+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,4294967295,0),this[t+3]=o>>>24,this[t+2]=o>>>16,this[t+1]=o>>>8,this[t]=o&255,t+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,4294967295,0),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};_.prototype.writeIntLE=function(o,t,i,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*i-1);ae(this,o,t,i,p-1,-p)}var m=0,d=1,l=0;for(this[t]=o&255;++m<i&&(d*=256);)o<0&&l===0&&this[t+m-1]!==0&&(l=1),this[t+m]=(o/d>>0)-l&255;return t+i};_.prototype.writeIntBE=function(o,t,i,c){if(o=+o,t=t>>>0,!c){var p=Math.pow(2,8*i-1);ae(this,o,t,i,p-1,-p)}var m=i-1,d=1,l=0;for(this[t+m]=o&255;--m>=0&&(d*=256);)o<0&&l===0&&this[t+m+1]!==0&&(l=1),this[t+m]=(o/d>>0)-l&255;return t+i};_.prototype.writeInt8=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,1,127,-128),o<0&&(o=255+o+1),this[t]=o&255,t+1};_.prototype.writeInt16LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,32767,-32768),this[t]=o&255,this[t+1]=o>>>8,t+2};_.prototype.writeInt16BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,2,32767,-32768),this[t]=o>>>8,this[t+1]=o&255,t+2};_.prototype.writeInt32LE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,2147483647,-2147483648),this[t]=o&255,this[t+1]=o>>>8,this[t+2]=o>>>16,this[t+3]=o>>>24,t+4};_.prototype.writeInt32BE=function(o,t,i){return o=+o,t=t>>>0,i||ae(this,o,t,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[t]=o>>>24,this[t+1]=o>>>16,this[t+2]=o>>>8,this[t+3]=o&255,t+4};function _i(e,o,t,i,c,p){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function ui(e,o,t,i,c){return o=+o,t=t>>>0,c||_i(e,o,t,4,34028234663852886e22,-34028234663852886e22),Do.write(e,o,t,i,23,4),t+4}_.prototype.writeFloatLE=function(o,t,i){return ui(this,o,t,!0,i)};_.prototype.writeFloatBE=function(o,t,i){return ui(this,o,t,!1,i)};function gi(e,o,t,i,c){return o=+o,t=t>>>0,c||_i(e,o,t,8,17976931348623157e292,-17976931348623157e292),Do.write(e,o,t,i,52,8),t+8}_.prototype.writeDoubleLE=function(o,t,i){return gi(this,o,t,!0,i)};_.prototype.writeDoubleBE=function(o,t,i){return gi(this,o,t,!1,i)};_.prototype.copy=function(o,t,i,c){if(!_.isBuffer(o))throw new TypeError("argument should be a Buffer");if(i||(i=0),!c&&c!==0&&(c=this.length),t>=o.length&&(t=o.length),t||(t=0),c>0&&c<i&&(c=i),c===i||o.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-t<c-i&&(c=o.length-t+i);var p=c-i;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,c):Uint8Array.prototype.set.call(o,this.subarray(i,c),t),p};_.prototype.fill=function(o,t,i,c){if(typeof o=="string"){if(typeof t=="string"?(c=t,t=0,i=this.length):typeof i=="string"&&(c=i,i=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!_.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,o||(o=0);var m;if(typeof o=="number")for(m=t;m<i;++m)this[m]=o;else{var d=_.isBuffer(o)?o:_.from(o,c),l=d.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<i-t;++m)this[m+t]=d[m%l]}return this};var Yl=/[^+/0-9A-Za-z-_]/g;function Zl(e){if(e=e.split("=")[0],e=e.trim().replace(Yl,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function rr(e,o){o=o||1/0;for(var t,i=e.length,c=null,p=[],m=0;m<i;++m){if(t=e.charCodeAt(m),t>55295&&t<57344){if(!c){if(t>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===i){(o-=3)>-1&&p.push(239,191,189);continue}c=t;continue}if(t<56320){(o-=3)>-1&&p.push(239,191,189),c=t;continue}t=(c-55296<<10|t-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,t<128){if((o-=1)<0)break;p.push(t)}else if(t<2048){if((o-=2)<0)break;p.push(t>>6|192,t&63|128)}else if(t<65536){if((o-=3)<0)break;p.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((o-=4)<0)break;p.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return p}function Jl(e){for(var o=[],t=0;t<e.length;++t)o.push(e.charCodeAt(t)&255);return o}function Ql(e,o){for(var t,i,c,p=[],m=0;m<e.length&&!((o-=2)<0);++m)t=e.charCodeAt(m),i=t>>8,c=t%256,p.push(c),p.push(i);return p}function fi(e){return or.toByteArray(Zl(e))}function Kn(e,o,t,i){for(var c=0;c<i&&!(c+t>=o.length||c>=e.length);++c)o[c+t]=e[c];return c}function Ae(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function sr(e){return e!==e}var e_=function(){for(var e="0123456789abcdef",o=new Array(256),t=0;t<16;++t)for(var i=t*16,c=0;c<16;++c)o[i+c]=e[t]+e[c];return o}()});var bi=b((yy,Si)=>{n();var U=Si.exports={},Ie,ke;function cr(){throw new Error("setTimeout has not been defined")}function pr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Ie=setTimeout:Ie=cr}catch(e){Ie=cr}try{typeof clearTimeout=="function"?ke=clearTimeout:ke=pr}catch(e){ke=pr}})();function hi(e){if(Ie===setTimeout)return setTimeout(e,0);if((Ie===cr||!Ie)&&setTimeout)return Ie=setTimeout,setTimeout(e,0);try{return Ie(e,0)}catch(o){try{return Ie.call(null,e,0)}catch(t){return Ie.call(this,e,0)}}}function o_(e){if(ke===clearTimeout)return clearTimeout(e);if((ke===pr||!ke)&&clearTimeout)return ke=clearTimeout,clearTimeout(e);try{return ke(e)}catch(o){try{return ke.call(null,e)}catch(t){return ke.call(this,e)}}}var We=[],Oo=!1,fo,Xn=-1;function n_(){!Oo||!fo||(Oo=!1,fo.length?We=fo.concat(We):Xn=-1,We.length&&xi())}function xi(){if(!Oo){var e=hi(n_);Oo=!0;for(var o=We.length;o;){for(fo=We,We=[];++Xn<o;)fo&&fo[Xn].run();Xn=-1,o=We.length}fo=null,Oo=!1,o_(e)}}U.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)o[t-1]=arguments[t];We.push(new yi(e,o)),We.length===1&&!Oo&&hi(xi)};function yi(e,o){this.fun=e,this.array=o}yi.prototype.run=function(){this.fun.apply(null,this.array)};U.title="browser";U.browser=!0;U.env={};U.argv=[];U.version="";U.versions={};function Fe(){}U.on=Fe;U.addListener=Fe;U.once=Fe;U.off=Fe;U.removeListener=Fe;U.removeAllListeners=Fe;U.emit=Fe;U.prependListener=Fe;U.prependOnceListener=Fe;U.listeners=function(e){return[]};U.binding=function(e){throw new Error("process.binding is not supported")};U.cwd=function(){return"/"};U.chdir=function(e){throw new Error("process.chdir is not supported")};U.umask=function(){return 0}});var r,s,t_,a,n=y(()=>{r=h(Ti()),s=h(bi()),t_=function(e){function o(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var t=__magic__;return t}(Object),a=t_});var wi=y(()=>{"use strict";n()});var vi,Be,Ai,mr,Ii,ki,Yn,Le=y(()=>{"use strict";n();vi="error when signing",Be="Transaction canceled",Ai="error signing transaction",mr="provider not initialized",Ii="You need a signer/valid signer to send a transaction,use either WalletProvider, LedgerProvider or WalletConnect",ki="Undefined transaction status",Yn="You cannot sign transactions from a different account"});var Li=y(()=>{"use strict";n()});var dr,Pi=y(()=>{"use strict";n();dr=(i=>(i.SetGuardian="SetGuardian",i.GuardAccount="GuardAccount",i.UnGuardAccount="UnGuardAccount",i))(dr||{})});var Ei=y(()=>{"use strict";n()});var lr=y(()=>{"use strict";n()});var Ci=y(()=>{"use strict";n()});var _r,ur=y(()=>{"use strict";n();_r=(c=>(c.signature="signature",c.sessionId="sessionId",c.status="status",c.address="address",c))(_r||{})});var Ni=y(()=>{"use strict";n()});var Ri=y(()=>{"use strict";n()});var oe,Wo,eo=y(()=>{"use strict";n();oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Wo=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var Di,Ny,Mi,Ry,R=y(()=>{"use strict";n();eo();Di=(t=>(t.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",t.reloginRequest="RELOGIN_REQUEST",t))(Di||{}),Ny=u(u({},Wo.WindowProviderRequestEnums),Di),Mi=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(Mi||{}),Ry=u(u({},Wo.WindowProviderResponseEnums),Mi)});var Oi=y(()=>{"use strict";n()});var Wi=y(()=>{"use strict";n()});var ie=y(()=>{"use strict";n()});var Fi=y(()=>{"use strict";n()});var Bi=y(()=>{"use strict";n()});var Ui=y(()=>{"use strict";n()});var O=y(()=>{"use strict";n();ur();Ni();Ri();R();Oi();Wi();ie();Fi();Bi();Ui()});var To,Gi,Yy,Hi,Zy,$i,Jy,Qy,Vi,Fo=y(()=>{"use strict";n();O();To={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",extrasApiAddress:"https://devnet-extras-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",extrasApiAddress:"https://testnet-extras-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",extrasApiAddress:"https://extras-api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:Gi,egldLabel:Yy}=To["devnet"],{chainId:Hi,egldLabel:Zy}=To["testnet"],{chainId:$i,egldLabel:Jy}=To["mainnet"],Qy={["devnet"]:Gi,["testnet"]:Hi,["mainnet"]:$i},Vi={[Gi]:"devnet",[Hi]:"testnet",[$i]:"mainnet"}});var qi,fn=y(()=>{"use strict";n();qi="cancel-transaction-toast"});var Pe,ji=y(()=>{"use strict";n();Pe=require("@multiversx/sdk-web-wallet-provider")});var oo,Bo=y(()=>{"use strict";n();oo=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var zi,Ki,gr,aS,iS,fr=y(()=>{"use strict";n();Bo();gr=String((Ki=(zi=oo.safeWindow)==null?void 0:zi.navigator)==null?void 0:Ki.userAgent),aS=/^((?!chrome|android).)*safari/i.test(gr),iS=/firefox/i.test(gr)&&/windows/i.test(gr)});var Zn,Jn,Xi,Yi,Ee,Qn,Zi,et,Ji,Uo,k=y(()=>{"use strict";n();wi();Le();Li();Pi();Ei();lr();Ci();Fo();fn();ji();fr();Zn=5e4,Jn=1e9,Xi=1,Yi="/dapp/init",Ee="signSession",Qn="sdk-dapp-version",Zi="4.3.0",et="logout",Ji="login",Uo="0"});var Tn,ot=y(()=>{"use strict";n();Tn=()=>Date.now()/1e3});var Qi=y(()=>{"use strict";n()});var es=y(()=>{"use strict";n()});var Tr=y(()=>{"use strict";n();ot();Qi();es()});var hr={};le(hr,{clear:()=>s_,getItem:()=>a_,localStorageKeys:()=>Ue,removeItem:()=>i_,setItem:()=>r_});var Ue,nt,r_,a_,i_,s_,ho=y(()=>{"use strict";n();Tr();Ue={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},nt=typeof localStorage!="undefined",r_=({key:e,data:o,expires:t})=>{!nt||localStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},a_=e=>{if(!nt)return;let o=localStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Tn()>=t.expires?(localStorage.removeItem(String(e)),null):t.data},i_=e=>{!nt||localStorage.removeItem(String(e))},s_=()=>{!nt||localStorage.clear()}});var xr={};le(xr,{clear:()=>rs,getItem:()=>ns,removeItem:()=>ts,setItem:()=>os,storage:()=>c_});var os,ns,ts,rs,c_,as=y(()=>{"use strict";n();os=({key:e,data:o,expires:t})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:t,data:o}))},ns=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let t=JSON.parse(o);return!t||!t.hasOwnProperty("expires")||!t.hasOwnProperty("data")?null:Date.now()>=t.expires?(sessionStorage.removeItem(String(e)),null):t.data},ts=e=>sessionStorage.removeItem(String(e)),rs=()=>sessionStorage.clear(),c_={setItem:os,getItem:ns,removeItem:ts,clear:rs}});var no,xo=y(()=>{"use strict";n();ho();as();no={session:xr,local:hr}});var yr,M,se,W=y(()=>{"use strict";n();yr=require("@reduxjs/toolkit");k();M=(0,yr.createAction)(et),se=(0,yr.createAction)(Ji,e=>({payload:e}))});var br,is,ss,fe,Sr,cs,ye,to,wr,WS,p_,m_,FS,BS,US,d_,l_,tt,rt=y(()=>{"use strict";n();br=require("@multiversx/sdk-core"),is=require("@reduxjs/toolkit"),ss=require("redux-persist");k();xo();ho();W();fe={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Uo},Sr={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":fe},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},cs=(0,is.createSlice)({name:"accountInfoSlice",initialState:Sr,reducers:{setAddress:(e,o)=>{let t=o.payload;e.address=t,e.publicKey=t?new br.Address(t).hex():""},setAccount:(e,o)=>{let t=e.address===o.payload.address;e.accounts={[e.address]:t?o.payload:fe},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:t}=e;e.accounts[t].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}},setWebsocketBatchEvent:(e,o)=>{e.websocketBatchEvent={timestamp:Date.now(),data:o.payload}}},extraReducers:e=>{e.addCase(M,()=>(no.local.removeItem(Ue.loginExpiresAt),Sr)),e.addCase(se,(o,t)=>{let{address:i}=t.payload;o.address=i,o.publicKey=new br.Address(i).toHex()}),e.addCase(ss.REHYDRATE,(o,t)=>{var g;if(!((g=t.payload)!=null&&g.account))return;let{account:i}=t.payload,{address:c,shard:p,accounts:m,publicKey:d}=i;o.address=c,o.shard=p;let l=m&&c in m;o.accounts=l?m:Sr.accounts,o.publicKey=d})}}),{setAccount:ye,setAddress:to,setAccountNonce:wr,setAccountShard:WS,setLedgerAccount:p_,updateLedgerAccount:m_,setWalletConnectAccount:FS,setIsAccountLoading:BS,setAccountLoadingError:US,setWebsocketEvent:d_,setWebsocketBatchEvent:l_}=cs.actions,tt=cs.reducer});function hn(){return new Date().setHours(new Date().getHours()+24)}function xn(e){no.local.setItem({key:Ue.loginExpiresAt,data:e,expires:e})}var vr=y(()=>{"use strict";n();xo();ho()});var ms,ps,ds,YS,__,u_,Ar,ZS,g_,ls,JS,QS,eb,at,it=y(()=>{"use strict";n();ms=require("@reduxjs/toolkit");vr();R();W();ps={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},ds=(0,ms.createSlice)({name:"loginInfoSlice",initialState:ps,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},setWebviewLogin:(e,o)=>{e.webviewLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload},setIsWalletConnectV2Initialized:(e,o)=>{e.isWalletConnectV2Initialized=o.payload}},extraReducers:e=>{e.addCase(M,()=>ps),e.addCase(se,(o,t)=>{o.isLoginSessionInvalid=!1,o.loginMethod=t.payload.loginMethod,o.iframeLoginType=t.payload.iframeLoginType,xn(hn())})}}),{setLoginMethod:YS,setWalletConnectLogin:__,setLedgerLogin:u_,setTokenLogin:Ar,setTokenLoginSignature:ZS,setWalletLogin:g_,invalidateLoginSession:ls,setLogoutRoute:JS,setIsWalletConnectV2Initialized:QS,setWebviewLogin:eb}=ds.actions,at=ds.reducer});var us,_s,gs,rb,f_,ab,T_,st,ct=y(()=>{"use strict";n();us=require("@reduxjs/toolkit");W();_s={},gs=(0,us.createSlice)({name:"modalsSlice",initialState:_s,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(M,()=>_s)}}),{setTxSubmittedModal:rb,setNotificationModal:f_,clearTxSubmittedModal:ab,clearNotificationModal:T_}=gs.actions,st=gs.reducer});var Ge,Go=y(()=>{"use strict";n();Ge=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var N,Z=y(()=>{"use strict";n();Go();N=()=>{if(!Ge())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:t,origin:i,href:c,search:p}}=window;return{pathname:o,hash:t,origin:i,href:c,search:p}}});var fs=y(()=>{"use strict";n();Z()});var He,Ts=y(()=>{"use strict";n();J();He=()=>{let{pathname:e,search:o,hash:t}=N();return`${e!=null?e:""}${o!=null?o:""}${t!=null?t:""}`}});var hs=y(()=>{"use strict";n();Bo()});var J=y(()=>{"use strict";n();fs();Ts();Z();hs()});var yn=y(()=>{"use strict";n();J()});var ys=y(()=>{"use strict";n();yn()});function Ss(e){return e[Math.floor(Math.random()*e.length)]}var bs=y(()=>{"use strict";n()});var Ir=y(()=>{"use strict";n();lr()});var $e=y(()=>{"use strict";n();ys();bs();Ir()});var ws,vs,As,kr,x_,Is,Fb,Bb,ks,pt,mt=y(()=>{"use strict";n();ws=require("@reduxjs/toolkit"),vs=h(require("lodash.omit")),As=require("redux-persist");fn();W();$e();kr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000",roundDuration:6e3},x_={network:kr},Is=(0,ws.createSlice)({name:"appConfig",initialState:x_,reducers:{initializeNetworkConfig:(e,o)=>{let t=Ss(o.payload.walletConnectV2RelayAddresses),i=(0,vs.default)(o.payload,"walletConnectV2RelayAddresses");e.network=w(u(u({},e.network),i),{walletConnectV2RelayAddress:t})},updateNetworkConfig:(e,o)=>{e.network=u(u({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(M,o=>{o.network.customWalletAddress=void 0}),e.addCase(As.REHYDRATE,(o,t)=>{var c,p;if(!((p=(c=t.payload)==null?void 0:c.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:i}}=t.payload;o.network.customWalletAddress=i})}}),{initializeNetworkConfig:Fb,updateNetworkConfig:Bb,setCustomWalletAddress:ks}=Is.actions,pt=Is.reducer});var Ls,Lr,Ps,qb,jb,zb,dt,lt=y(()=>{"use strict";n();Ls=require("@reduxjs/toolkit");O();W();Lr={isSigning:!1,signedSessions:{}},Ps=(0,Ls.createSlice)({name:"signedMessageInfoSliceState",initialState:Lr,reducers:{setSignSession:(e,o)=>{let{sessionId:t,signedSession:i,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=i.status==="pending",e.signedSessions[t]=u(u({},e.signedSessions[t]),i)},setSignSessionState:(e,o)=>u(u({},e),o.payload),clearSignedMessageInfo:()=>Lr},extraReducers:e=>{e.addCase(M,()=>Lr)}}),{setSignSession:qb,clearSignedMessageInfo:jb,setSignSessionState:zb}=Ps.actions,dt=Ps.reducer});var Cs,Ns,Es,Rs,Pr,y_,e0,S_,_t,ut=y(()=>{"use strict";n();Cs=require("@reduxjs/toolkit"),Ns=require("redux-persist");O();ot();W();Es={customToasts:[],transactionToasts:[]},Rs=(0,Cs.createSlice)({name:"toastsSlice",initialState:Es,reducers:{addCustomToast:(e,o)=>{let t=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,i=e.customToasts.findIndex(c=>c.toastId===t);if(i!==-1){e.customToasts[i]=w(u(u({},e.customToasts[i]),o.payload),{type:"custom",toastId:t});return}e.customToasts.push(w(u({},o.payload),{type:"custom",toastId:t}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(t=>t.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Tn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(t=>t.toastId!==o.payload)}},extraReducers:e=>{e.addCase(M,()=>Es),e.addCase(Ns.REHYDRATE,(o,t)=>{var c,p;let i=(p=(c=t.customToasts)==null?void 0:c.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=i})}}),{addCustomToast:Pr,removeCustomToast:y_,addTransactionToast:e0,removeTransactionToast:S_}=Rs.actions,_t=Rs.reducer});var Ds,Cr,Nr,Rr,b_,Er,Ms,r0,w_,Ho,gt,ft=y(()=>{"use strict";n();Ds=require("@reduxjs/toolkit");W();Cr="Transaction failed",Nr="Transaction successful",Rr="Processing transaction",b_="Transaction submitted",Er={},Ms=(0,Ds.createSlice)({name:"transactionsInfo",initialState:Er,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:t,transactionsDisplayInfo:i}=o.payload;t!=null&&(e[t]={errorMessage:(i==null?void 0:i.errorMessage)||Cr,successMessage:(i==null?void 0:i.successMessage)||Nr,processingMessage:(i==null?void 0:i.processingMessage)||Rr,submittedMessage:(i==null?void 0:i.submittedMessage)||b_,transactionDuration:i==null?void 0:i.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Er},extraReducers:e=>{e.addCase(M,()=>Er)}}),{clearTransactionsInfo:r0,setTransactionsDisplayInfo:w_,clearTransactionsInfoForSessionId:Ho}=Ms.actions,gt=Ms.reducer});function Vo(e){return e!=null&&(R_(e)||F_(e))}function qo(e){return e!=null&&(D_(e)||B_(e))}function jo(e){return e!=null&&(M_(e)||U_(e))}function Os(e){return e!=null&&(O_(e)||G_(e))}function Dr(e){return e!=null&&W_(e)}function R_(e){return e!=null&&v_.includes(e)}function D_(e){return e!=null&&A_.includes(e)}function M_(e){return e!=null&&I_.includes(e)}function O_(e){return e!=null&&k_.includes(e)}function W_(e){return e!=null&&L_.includes(e)}function F_(e){return e!=null&&P_.includes(e)}function B_(e){return e!=null&&E_.includes(e)}function U_(e){return e!=null&&C_.includes(e)}function G_(e){return e!=null&&N_.includes(e)}var v_,A_,I_,k_,L_,P_,E_,C_,N_,zo=y(()=>{"use strict";n();R();v_=["sent"],A_=["success"],I_=["fail","cancelled","timedOut"],k_=["invalid"],L_=["timedOut"],P_=["pending"],E_=["success"],C_=["fail","invalid"],N_=["not executed"]});var Ws,Fs,Sn,H_,Bs,Us,Gs,$_,ao,V_,q_,_0,j_,Ve,io,u0,Tt,ht=y(()=>{"use strict";n();Ws=require("@reduxjs/toolkit"),Fs=require("redux-persist");R();zo();W();Sn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},H_={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Bs=(0,Ws.createSlice)({name:"transactionsSlice",initialState:Sn,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,g;let{sessionId:t,transactions:i,errorMessage:c,status:p,redirectRoute:m,customTransactionInformation:d}=o.payload;e.customTransactionInformationForSessionId[t]=u(u(u({},H_),((l=e.signedTransactions[t])==null?void 0:l.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[t]||{}),e.signedTransactions[t]={transactions:i,status:p,errorMessage:c,redirectRoute:m,customTransactionInformation:u(u({},e.customTransactionInformationForSessionId[t]),d!=null?d:{})},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===t&&(e.transactionsToSign=Sn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=u(u({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:t,status:i,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].status=i,c!=null&&(e.signedTransactions[t].errorMessage=c),p!=null&&(e.signedTransactions[t].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var g,T,x,L,I,E,V,D;let{sessionId:t,status:i,errorMessage:c,transactionHash:p,serverTransaction:m,inTransit:d}=o.payload,l=(T=(g=e.signedTransactions)==null?void 0:g[t])==null?void 0:T.transactions;if(l!=null){e.signedTransactions[t].transactions=l.map(F=>F.hash===p?w(u(u({},m!=null?m:{}),F),{status:i,errorMessage:c,inTransit:d}):F);let G=(L=(x=e.signedTransactions[t])==null?void 0:x.transactions)==null?void 0:L.every(F=>qo(F.status)),te=(E=(I=e.signedTransactions[t])==null?void 0:I.transactions)==null?void 0:E.some(F=>jo(F.status)),he=(D=(V=e.signedTransactions[t])==null?void 0:V.transactions)==null?void 0:D.every(F=>Os(F.status));G&&(e.signedTransactions[t].status="success"),te&&(e.signedTransactions[t].status="fail"),he&&(e.signedTransactions[t].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:t,customTransactionInformation:i}=o.payload;e.customTransactionInformationForSessionId[t]=i,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=Sn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Sn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:t,customTransactionInformationOverrides:i}=o.payload;e.signedTransactions[t]!=null&&(e.signedTransactions[t].customTransactionInformation=u(u({},e.signedTransactions[t].customTransactionInformation),i))}},extraReducers:e=>{e.addCase(M,()=>Sn),e.addCase(Fs.REHYDRATE,(o,t)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=t.payload)!=null&&m.transactions))return;let{signedTransactions:i,customTransactionInformationForSessionId:c}=t.payload.transactions,p=Object.entries(i).reduce((d,[l,g])=>{let T=new Date(l),x=new Date;return x.setHours(x.getHours()+5),x-T>0||(d[l]=g),d},{});c!=null&&(o.customTransactionInformationForSessionId=c),i!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:Us,updateSignedTransactions:Gs,setTransactionsToSign:$_,clearAllTransactionsToSign:ao,clearAllSignedTransactions:V_,clearSignedTransaction:q_,clearTransactionToSign:_0,setSignTransactionsError:j_,setSignTransactionsCancelMessage:Ve,moveTransactionsToSignedState:io,updateSignedTransactionsCustomTransactionInformation:u0}=Bs.actions,Tt=Bs.reducer});var Hs,Mr,$s,h0,x0,z_,y0,xt,yt=y(()=>{"use strict";n();Hs=require("@reduxjs/toolkit");W();Mr={},$s=(0,Hs.createSlice)({name:"batchTransactionsSlice",initialState:Mr,reducers:{setBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},updateBatchTransactions:(e,o)=>{e[o.payload.id]=o.payload},clearBatchTransactions:(e,o)=>{delete e[o.payload.batchId]},clearAllBatchTransactions:()=>Mr},extraReducers:e=>{e.addCase(M,()=>Mr)}}),{setBatchTransactions:h0,updateBatchTransactions:x0,clearBatchTransactions:z_,clearAllBatchTransactions:y0}=$s.actions,xt=$s.reducer});var qs,Vs,js,v0,zs,Or=y(()=>{"use strict";n();qs=require("@reduxjs/toolkit");W();Vs={},js=(0,qs.createSlice)({name:"dappConfigSlice",initialState:Vs,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(M,()=>Vs)}}),{setDappConfig:v0}=js.actions,zs=js.reducer});var P=y(()=>{"use strict";n();rt();it();ct();mt();lt();ut();ft();ht();yt();Or()});var Wr=y(()=>{"use strict";n()});var Ys,Z_,J_,yo,wt=y(()=>{"use strict";n();Ys=require("@reduxjs/toolkit");Wr();rt();yt();Or();it();ct();mt();lt();ut();ft();ht();Z_={["account"]:tt,["dappConfig"]:zs,["loginInfo"]:at,["modals"]:st,["networkConfig"]:pt,["signedMessageInfo"]:dt,["toasts"]:_t,["transactionsInfo"]:gt,["transactions"]:Tt,["batchTransactions"]:xt},J_=(e={})=>(0,Ys.combineReducers)(u(u({},Z_),e)),yo=J_});var ec={};le(ec,{default:()=>uu,sessionStorageReducers:()=>Fr});function qe(e,o=[]){return{key:e,version:1,storage:Js.default,blacklist:o}}var ce,Zs,Js,Q_,bn,eu,ou,nu,tu,ru,au,iu,su,cu,pu,Qs,mu,Fr,du,lu,_u,uu,oc=y(()=>{"use strict";n();ce=require("redux-persist"),Zs=h(require("redux-persist/lib/storage")),Js=h(require("redux-persist/lib/storage/session"));wt();P();rt();yt();it();ct();mt();lt();ut();ft();ht();Wr();Q_={persistReducersStorageType:"localStorage"},bn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},eu=qe(bn["account"]),ou=qe(bn["loginInfo"]),nu=qe(bn["modals"]),tu=qe(bn["networkConfig"]),ru={2:e=>w(u({},e),{networkConfig:kr})};au=qe("sdk-dapp-transactionsInfo"),iu=qe("sdk-dapp-transactions",["transactionsToSign"]),su=qe("sdk-dapp-batchTransactions",["batchTransactions"]),cu=qe("sdk-dapp-toasts"),pu=qe("sdk-dapp-signedMessageInfo"),Qs={key:"sdk-dapp-store",version:2,storage:Zs.default,whitelist:Object.keys(bn),migrate:(0,ce.createMigrate)(ru,{debug:!1})},mu=w(u({},Qs),{whitelist:[]}),Fr={["toasts"]:(0,ce.persistReducer)(cu,_t),["transactions"]:(0,ce.persistReducer)(iu,Tt),["transactionsInfo"]:(0,ce.persistReducer)(au,gt),["batchTransactions"]:(0,ce.persistReducer)(su,xt),["signedMessageInfo"]:(0,ce.persistReducer)(pu,dt)},du=w(u({},Fr),{["account"]:(0,ce.persistReducer)(eu,tt),["loginInfo"]:(0,ce.persistReducer)(ou,at),["modals"]:(0,ce.persistReducer)(nu,st),["networkConfig"]:(0,ce.persistReducer)(tu,pt)}),lu=Q_.persistReducersStorageType==="localStorage",_u=lu?(0,ce.persistReducer)(Qs,yo(Fr)):(0,ce.persistReducer)(mu,yo(du)),uu=_u});var nc={};le(nc,{default:()=>gu});var gu,tc=y(()=>{"use strict";n();wt();gu=yo()});var rc={};le(rc,{default:()=>Tu});var Te,fu,Tu,ac=y(()=>{"use strict";n();Te=require("redux-persist"),fu=[Te.FLUSH,Te.REHYDRATE,Te.PAUSE,Te.PERSIST,Te.PURGE,Te.REGISTER],Tu=fu});var cc={};le(cc,{default:()=>sc});function sc(e){return(0,ic.persistStore)(e)}var ic,pc=y(()=>{"use strict";n();ic=require("redux-persist")});var hp=b((_M,Tp)=>{n();var Qg=typeof a=="object"&&a&&a.Object===Object&&a;Tp.exports=Qg});var Pn=b((uM,xp)=>{n();var ef=hp(),of=typeof self=="object"&&self&&self.Object===Object&&self,nf=ef||of||Function("return this")();xp.exports=nf});var pa=b((gM,yp)=>{n();var tf=Pn(),rf=tf.Symbol;yp.exports=rf});var vp=b((fM,wp)=>{n();var Sp=pa(),bp=Object.prototype,af=bp.hasOwnProperty,sf=bp.toString,En=Sp?Sp.toStringTag:void 0;function cf(e){var o=af.call(e,En),t=e[En];try{e[En]=void 0;var i=!0}catch(p){}var c=sf.call(e);return i&&(o?e[En]=t:delete e[En]),c}wp.exports=cf});var Ip=b((TM,Ap)=>{n();var pf=Object.prototype,mf=pf.toString;function df(e){return mf.call(e)}Ap.exports=df});var ma=b((hM,Pp)=>{n();var kp=pa(),lf=vp(),_f=Ip(),uf="[object Null]",gf="[object Undefined]",Lp=kp?kp.toStringTag:void 0;function ff(e){return e==null?e===void 0?gf:uf:Lp&&Lp in Object(e)?lf(e):_f(e)}Pp.exports=ff});var Cp=b((xM,Ep)=>{n();var Tf=Array.isArray;Ep.exports=Tf});var Rp=b((yM,Np)=>{n();function hf(e){return e!=null&&typeof e=="object"}Np.exports=hf});var Mp=b((SM,Dp)=>{n();var xf=ma(),yf=Cp(),Sf=Rp(),bf="[object String]";function wf(e){return typeof e=="string"||!yf(e)&&Sf(e)&&xf(e)==bf}Dp.exports=wf});var _a={};le(_a,{css:()=>Gp,default:()=>Cf});var Gp,Cf,ua=y(()=>{"use strict";n();Gp=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4