@multiversx/sdk-dapp 4.2.1 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1120) hide show
  1. package/UI/CopyButton/CopyButton.js +1 -1
  2. package/UI/CopyButton/index.js +1 -1
  3. package/UI/DappModal/components/DappModal.js +1 -1
  4. package/UI/DappModal/components/index.js +1 -1
  5. package/UI/DappModal/index.js +1 -1
  6. package/UI/Denominate/index.js +1 -1
  7. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  8. package/UI/ExplorerLink/index.js +1 -1
  9. package/UI/FormatAmount/FormatAmount.js +1 -1
  10. package/UI/FormatAmount/index.js +1 -1
  11. package/UI/ModalContainer/ModalContainer.js +1 -1
  12. package/UI/ModalContainer/index.js +1 -1
  13. package/UI/NotificationModal/NotificationModal.js +1 -1
  14. package/UI/NotificationModal/index.js +1 -1
  15. package/UI/Pagination/Pagination.js +1 -1
  16. package/UI/Pagination/components/index.js +1 -1
  17. package/UI/Pagination/helpers/getPagination/getPagination.js +1 -1
  18. package/UI/Pagination/helpers/getPagination/getPagination.spec.js +1 -1
  19. package/UI/Pagination/helpers/getPagination/index.js +1 -1
  20. package/UI/Pagination/helpers/index.js +1 -1
  21. package/UI/Pagination/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  24. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/GasDetails.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/GasDetails/index.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/components/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  43. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  44. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  45. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  46. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  47. package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
  48. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  49. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  50. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  51. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  52. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  53. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  54. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  55. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  56. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  57. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  58. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  59. package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
  60. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  61. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  62. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  63. package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
  64. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  65. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  66. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  67. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
  68. package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
  69. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  70. package/UI/SignTransactionsModals/components/index.js +1 -1
  71. package/UI/SignTransactionsModals/index.js +1 -1
  72. package/UI/TokenDetails/index.js +1 -1
  73. package/UI/TransactionData/TransactionData.js +1 -1
  74. package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +1 -1
  75. package/UI/TransactionData/components/TransactionDataDecode/index.js +1 -1
  76. package/UI/TransactionData/components/index.js +1 -1
  77. package/UI/TransactionData/index.js +1 -1
  78. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  79. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  80. package/UI/TransactionDetails/components/index.js +1 -1
  81. package/UI/TransactionDetails/index.js +1 -1
  82. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  83. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  84. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  85. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  86. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  87. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  88. package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
  89. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  90. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  91. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  92. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  93. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  94. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  95. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  96. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  97. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  98. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  99. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  100. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  101. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  102. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  103. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  104. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  105. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  106. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  107. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  108. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  109. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  110. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  111. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  112. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  113. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  114. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  115. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  116. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  117. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  118. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  119. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  120. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  121. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  122. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  123. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  124. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  125. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  126. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  127. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  128. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  129. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  130. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  131. package/UI/TransactionInfo/components/index.js +1 -1
  132. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  133. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  134. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
  135. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
  136. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  137. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  138. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  139. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  140. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
  141. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
  142. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
  143. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
  144. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  145. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  146. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +1 -1
  147. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +1 -1
  148. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  149. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  150. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  151. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  152. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  153. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  154. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  155. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  156. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  157. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  158. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  159. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  160. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  161. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  162. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  163. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  164. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  165. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  166. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  167. package/UI/TransactionInfo/index.js +1 -1
  168. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  169. package/UI/TransactionsTable/components/AccountName.js +1 -1
  170. package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
  171. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  172. package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
  173. package/UI/TransactionsTable/components/ShardSpan.js +1 -1
  174. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  175. package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
  176. package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
  177. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  178. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  179. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  180. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  181. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  182. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  183. package/UI/TransactionsTable/components/index.js +1 -1
  184. package/UI/TransactionsTable/index.js +1 -1
  185. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  186. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  187. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  188. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  189. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  190. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  191. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  192. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  193. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  194. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  195. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  196. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  197. package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
  198. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  199. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  200. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  201. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  202. package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
  203. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  204. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  205. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  206. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  207. package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
  208. package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
  209. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  210. package/UI/TransactionsToastList/components/index.js +1 -1
  211. package/UI/TransactionsToastList/index.js +1 -1
  212. package/UI/Trim/Trim.js +1 -1
  213. package/UI/Trim/index.js +1 -1
  214. package/UI/UsdValue/UsdValue.js +1 -1
  215. package/UI/UsdValue/index.js +1 -1
  216. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  217. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  218. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  219. package/UI/iframe/IframeLoginButton/index.js +1 -1
  220. package/UI/index.js +1 -1
  221. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  222. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  223. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  224. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  225. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  226. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  227. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  228. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
  229. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
  230. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  231. package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
  232. package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
  233. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
  234. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
  235. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  236. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  237. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  238. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  239. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  240. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  241. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  242. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  243. package/UI/ledger/index.js +1 -1
  244. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  245. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  246. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  247. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  248. package/UI/pages/UnlockPage/index.js +1 -1
  249. package/UI/pages/index.js +1 -1
  250. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  251. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  252. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  253. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  254. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  255. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  256. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  257. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  258. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  259. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  260. package/UI/walletConnect/index.js +1 -1
  261. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  262. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  263. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  264. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  265. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  266. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  267. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  268. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  269. package/__chunks__/{chunk-DLNLDLF7.js → chunk-22LKRL5L.js} +2 -2
  270. package/__chunks__/{chunk-JPOLLVPV.js → chunk-235ZSFXE.js} +2 -2
  271. package/__chunks__/{chunk-ZZBNCZS6.js → chunk-23CZ7BIK.js} +2 -2
  272. package/__chunks__/{chunk-56X4QTMC.js → chunk-23L5JXNL.js} +2 -2
  273. package/__chunks__/{chunk-UVQOWHSF.js → chunk-2AAXW22I.js} +2 -2
  274. package/__chunks__/{chunk-WGA6FNGN.js → chunk-2EQQAK5N.js} +2 -2
  275. package/__chunks__/{chunk-T5AVKKGO.js → chunk-2HVKYXLM.js} +2 -2
  276. package/__chunks__/{chunk-OSPS2MX3.js → chunk-2M5WTPYA.js} +2 -2
  277. package/__chunks__/{chunk-DV275NBI.js → chunk-2NQD5SJH.js} +2 -2
  278. package/__chunks__/chunk-2NVTPJPX.js +2 -0
  279. package/__chunks__/{chunk-LTZD7JAO.js → chunk-2Q342BQV.js} +2 -2
  280. package/__chunks__/{chunk-CFAIVCUS.js → chunk-2SP6PDXQ.js} +2 -2
  281. package/__chunks__/{chunk-IBXN3OUH.js → chunk-2TD2ZMBK.js} +2 -2
  282. package/__chunks__/{chunk-EYN23AB4.js → chunk-2ZTZWMVR.js} +2 -2
  283. package/__chunks__/{chunk-PPVI5H5Y.js → chunk-37KFBXOB.js} +2 -2
  284. package/__chunks__/{chunk-VQH4762S.js → chunk-37ZMVWBW.js} +2 -2
  285. package/__chunks__/{chunk-T4NWU3CB.js → chunk-3J7U5754.js} +2 -2
  286. package/__chunks__/chunk-3PZJXRIW.js +2 -0
  287. package/__chunks__/{chunk-H6UT7BBH.js → chunk-3QEPVTMV.js} +2 -2
  288. package/__chunks__/{chunk-PMHR4YNO.js → chunk-3SKTX2YY.js} +2 -2
  289. package/__chunks__/{chunk-EILRIH4X.js → chunk-42HNYIJJ.js} +2 -2
  290. package/__chunks__/{chunk-LM2X5J7S.js → chunk-433P5ET2.js} +2 -2
  291. package/__chunks__/{chunk-PCAPVGX3.js → chunk-44PCN2JK.js} +2 -2
  292. package/__chunks__/{chunk-F5WSCXFU.js → chunk-45QOKVC5.js} +2 -2
  293. package/__chunks__/{chunk-YWMGWIUP.js → chunk-4ETGD7RA.js} +2 -2
  294. package/__chunks__/{chunk-YTJETXYW.js → chunk-4F4O6F4Z.js} +2 -2
  295. package/__chunks__/{chunk-XLMVWIU5.js → chunk-4KXAE5LH.js} +2 -2
  296. package/__chunks__/{chunk-IQBDRH6P.js → chunk-4USESR4K.js} +2 -2
  297. package/__chunks__/chunk-4XJXWHIS.js +2 -0
  298. package/__chunks__/chunk-4XRAGBQG.js +2 -0
  299. package/__chunks__/{chunk-76CU64CP.js → chunk-4ZSC33SM.js} +2 -2
  300. package/__chunks__/chunk-52KNFYBL.js +2 -0
  301. package/__chunks__/{chunk-WTOC2FON.js → chunk-52XPBA5U.js} +2 -2
  302. package/__chunks__/{chunk-KWQYQABF.js → chunk-54YDWBJF.js} +2 -2
  303. package/__chunks__/{chunk-P76QWHGI.js → chunk-5DGHVML3.js} +2 -2
  304. package/__chunks__/{chunk-7XXM6L2L.js → chunk-5F2TU7MC.js} +2 -2
  305. package/__chunks__/chunk-5G6JHA7Q.js +2 -0
  306. package/__chunks__/{chunk-XPJVGDHL.js → chunk-5GDDA7JE.js} +2 -2
  307. package/__chunks__/{chunk-6AXGBJH4.js → chunk-5HPP4WPH.js} +2 -2
  308. package/__chunks__/{chunk-V7ZDSJTI.js → chunk-5JZDD4LX.js} +2 -2
  309. package/__chunks__/{chunk-246SEHGN.js → chunk-5LTXQGL6.js} +2 -2
  310. package/__chunks__/{chunk-4NEOVISX.js → chunk-5LXJDEHS.js} +2 -2
  311. package/__chunks__/{chunk-QOENYTMH.js → chunk-5N3UOQTR.js} +2 -2
  312. package/__chunks__/{chunk-P7CEQ4MB.js → chunk-5NCBEBOC.js} +2 -2
  313. package/__chunks__/{chunk-ALNUI254.js → chunk-5O76NT6R.js} +2 -2
  314. package/__chunks__/{chunk-EDHR3GMD.js → chunk-5RPOGDLB.js} +2 -2
  315. package/__chunks__/{chunk-ZIQY6FYT.js → chunk-5RRCXG2P.js} +2 -2
  316. package/__chunks__/{chunk-FBBLGMXR.js → chunk-5TOQ2OE4.js} +2 -2
  317. package/__chunks__/{chunk-M3LCFBMH.js → chunk-5UKN56TO.js} +2 -2
  318. package/__chunks__/{chunk-SFNPPJV7.js → chunk-5XPAYKUI.js} +2 -2
  319. package/__chunks__/{chunk-I6XFKGDN.js → chunk-5YLVIU7B.js} +2 -2
  320. package/__chunks__/{chunk-5E7WNDIG.js → chunk-5YXY5GIP.js} +2 -2
  321. package/__chunks__/{chunk-YCHG4VXX.js → chunk-5ZGZBM6E.js} +2 -2
  322. package/__chunks__/{chunk-GILBZ5N5.js → chunk-652Y34ET.js} +2 -2
  323. package/__chunks__/{chunk-OBP3JDOC.js → chunk-66IMZJ6B.js} +2 -2
  324. package/__chunks__/{chunk-KBCXYFOT.js → chunk-676WWTGG.js} +2 -2
  325. package/__chunks__/{chunk-JE7EFQMY.js → chunk-6JVVJJI2.js} +2 -2
  326. package/__chunks__/{chunk-NZL5SVFU.js → chunk-6LAUQ2MO.js} +2 -2
  327. package/__chunks__/chunk-6MSK252F.js +2 -0
  328. package/__chunks__/{chunk-BBNBZJML.js → chunk-6NGDAHN4.js} +2 -2
  329. package/__chunks__/{chunk-X3ZQ3THA.js → chunk-6O6SQMZU.js} +2 -2
  330. package/__chunks__/chunk-6OUDPZV2.js +2 -0
  331. package/__chunks__/chunk-6TZJC25M.js +2 -0
  332. package/__chunks__/{chunk-TASLMLJ7.js → chunk-6WTDS3GN.js} +2 -2
  333. package/__chunks__/{chunk-2PYRCFCQ.js → chunk-6ZBIHPUH.js} +2 -2
  334. package/__chunks__/{chunk-ZTMYTCLL.js → chunk-773KOO2E.js} +2 -2
  335. package/__chunks__/{chunk-MKHY5K5L.js → chunk-7C4Z7E37.js} +2 -2
  336. package/__chunks__/{chunk-74UYR6LB.js → chunk-7FKO335I.js} +2 -2
  337. package/__chunks__/{chunk-CMKVGSTT.js → chunk-7FUC2SD7.js} +2 -2
  338. package/__chunks__/chunk-7IEBYZVV.js +2 -0
  339. package/__chunks__/{chunk-22PT6NA7.js → chunk-7JWC6XZR.js} +2 -2
  340. package/__chunks__/{chunk-PNPENM4X.js → chunk-7MXB7TGE.js} +2 -2
  341. package/__chunks__/{chunk-IM3CLKAP.js → chunk-7THB3D67.js} +2 -2
  342. package/__chunks__/{chunk-LZNHTYWB.js → chunk-7WIMGLFY.js} +2 -2
  343. package/__chunks__/{chunk-PDFJN6WP.js → chunk-7WXPG5VJ.js} +2 -2
  344. package/__chunks__/{chunk-YMDYOELW.js → chunk-7YS5H53I.js} +2 -2
  345. package/__chunks__/chunk-A5KHTEEG.js +2 -0
  346. package/__chunks__/{chunk-7GJ3EFJN.js → chunk-AD6XHA3X.js} +2 -2
  347. package/__chunks__/chunk-AGSZZQCI.js +2 -0
  348. package/__chunks__/chunk-AHWMH6Q7.js +2 -0
  349. package/__chunks__/{chunk-3QHJV2VI.js → chunk-AJJA3ALD.js} +2 -2
  350. package/__chunks__/{chunk-DLFK5GXR.js → chunk-AK6JLN7X.js} +2 -2
  351. package/__chunks__/{chunk-BDI3NBNL.js → chunk-AM4ORRKD.js} +2 -2
  352. package/__chunks__/chunk-AQEKZ5M6.js +2 -0
  353. package/__chunks__/{chunk-N4C77FVC.js → chunk-AT4GOZ4L.js} +2 -2
  354. package/__chunks__/{chunk-36AXMBNU.js → chunk-B23EXDNI.js} +2 -2
  355. package/__chunks__/{chunk-AQR7KYKE.js → chunk-B4FHTCUN.js} +2 -2
  356. package/__chunks__/{chunk-RCWFHUJN.js → chunk-B5EQPJJ5.js} +2 -2
  357. package/__chunks__/{chunk-M4AU77VN.js → chunk-B5OPLIH3.js} +2 -2
  358. package/__chunks__/{chunk-ZTVGUU2U.js → chunk-BASETIVM.js} +2 -2
  359. package/__chunks__/{chunk-TM6MD7QW.js → chunk-BJGKFT37.js} +2 -2
  360. package/__chunks__/chunk-BQPFJZ66.js +2 -0
  361. package/__chunks__/{chunk-FASGOGVV.js → chunk-BX7IB5EV.js} +2 -2
  362. package/__chunks__/{chunk-T6OLACWP.js → chunk-CASVMVA2.js} +2 -2
  363. package/__chunks__/{chunk-GJVPDJAP.js → chunk-CBBGIA3L.js} +2 -2
  364. package/__chunks__/{chunk-6YLMK3UC.js → chunk-CBKCOWLS.js} +2 -2
  365. package/__chunks__/{chunk-VCGMKRNB.js → chunk-CESK2RUN.js} +2 -2
  366. package/__chunks__/chunk-CI2L65N2.js +2 -0
  367. package/__chunks__/{chunk-EVQDKCMG.js → chunk-COL5RMXV.js} +2 -2
  368. package/__chunks__/{chunk-NTA37WQV.js → chunk-COOBTLDH.js} +2 -2
  369. package/__chunks__/chunk-CPIUMDWK.js +2 -0
  370. package/__chunks__/{chunk-VNYQH2ON.js → chunk-CPZH2P5N.js} +2 -2
  371. package/__chunks__/{chunk-OLPSFO4K.js → chunk-CSYPVTSS.js} +2 -2
  372. package/__chunks__/{chunk-D26MKFO2.js → chunk-CUYJG3TK.js} +2 -2
  373. package/__chunks__/{chunk-PBPXQA2G.js → chunk-D63ZA32G.js} +2 -2
  374. package/__chunks__/{chunk-E3V2ICD3.js → chunk-DCHLJPJB.js} +2 -2
  375. package/__chunks__/chunk-DD6NXCWE.js +2 -0
  376. package/__chunks__/chunk-DF4CGW3K.js +2 -0
  377. package/__chunks__/{chunk-NAZBK3GN.js → chunk-DFXKWNYY.js} +2 -2
  378. package/__chunks__/{chunk-EVMWZKPL.js → chunk-DMI43B45.js} +2 -2
  379. package/__chunks__/{chunk-53KTGHH2.js → chunk-DMPAMJFN.js} +2 -2
  380. package/__chunks__/{chunk-BIQ6OGQ3.js → chunk-DO2M4L2W.js} +2 -2
  381. package/__chunks__/{chunk-KESMDRSX.js → chunk-DQQYXGKR.js} +2 -2
  382. package/__chunks__/{chunk-5ATFRVJN.js → chunk-DWPQIHUF.js} +2 -2
  383. package/__chunks__/{chunk-44AVIBLJ.js → chunk-DZTJ2LJE.js} +2 -2
  384. package/__chunks__/{chunk-HUQIHTMA.js → chunk-DZVARA6N.js} +2 -2
  385. package/__chunks__/{chunk-4FXLLH3L.js → chunk-E56S4ARA.js} +2 -2
  386. package/__chunks__/chunk-E7DX3SKM.js +2 -0
  387. package/__chunks__/{chunk-E4E22VIL.js → chunk-EC2ZF2UF.js} +2 -2
  388. package/__chunks__/chunk-EHFK4RYM.js +2 -0
  389. package/__chunks__/{chunk-BM2PLXVV.js → chunk-EIBUIJV5.js} +2 -2
  390. package/__chunks__/chunk-EIZAHILW.js +2 -0
  391. package/__chunks__/{chunk-3HBOCZWQ.js → chunk-EJXDFD4J.js} +2 -2
  392. package/__chunks__/{chunk-56WM7K52.js → chunk-EKLSAQDK.js} +2 -2
  393. package/__chunks__/chunk-EL4XCWL7.js +2 -0
  394. package/__chunks__/{chunk-3FIKWNRH.js → chunk-EOIPZFWY.js} +2 -2
  395. package/__chunks__/{chunk-YGOA44Q7.js → chunk-EOU3LZUE.js} +2 -2
  396. package/__chunks__/chunk-ETOZDXA4.js +2 -0
  397. package/__chunks__/chunk-EYLMFX6O.js +2 -0
  398. package/__chunks__/{chunk-EXAOKOTU.js → chunk-F26LZMI2.js} +2 -2
  399. package/__chunks__/{chunk-4OOQBZRK.js → chunk-FB43WQYR.js} +2 -2
  400. package/__chunks__/{chunk-3R43SDWJ.js → chunk-FCGY44YB.js} +2 -2
  401. package/__chunks__/{chunk-RBDMFF6E.js → chunk-FCQWO52J.js} +2 -2
  402. package/__chunks__/{chunk-MK4NDZQ7.js → chunk-FO6TVOST.js} +2 -2
  403. package/__chunks__/{chunk-KXKIEWNJ.js → chunk-FP7QZRI3.js} +2 -2
  404. package/__chunks__/{chunk-D37HRXPV.js → chunk-FPDSY36P.js} +2 -2
  405. package/__chunks__/{chunk-FL6IEO3I.js → chunk-FTGO4TZR.js} +2 -2
  406. package/__chunks__/{chunk-LCW2GIUZ.js → chunk-FUBWMS6O.js} +2 -2
  407. package/__chunks__/{chunk-6A7W2TXX.js → chunk-FVSBD6FV.js} +2 -2
  408. package/__chunks__/{chunk-G43AFLNO.js → chunk-FW3W2ZOF.js} +2 -2
  409. package/__chunks__/{chunk-64LOEOBB.js → chunk-FWF7PWGL.js} +2 -2
  410. package/__chunks__/chunk-FXKSHNPR.js +2 -0
  411. package/__chunks__/{chunk-E2TOO7O2.js → chunk-G23WM74D.js} +2 -2
  412. package/__chunks__/chunk-G3JEUK3H.js +2 -0
  413. package/__chunks__/chunk-G4BD4GA6.js +2 -0
  414. package/__chunks__/{chunk-KVEBZ64E.js → chunk-GBXPD3IK.js} +2 -2
  415. package/__chunks__/{chunk-J72BS2NZ.js → chunk-GFOF62WK.js} +2 -2
  416. package/__chunks__/{chunk-NW6NNISJ.js → chunk-GG3XTPIW.js} +2 -2
  417. package/__chunks__/{chunk-BNPU5SDJ.js → chunk-GHG4LZW5.js} +2 -2
  418. package/__chunks__/{chunk-ZBR4KDPM.js → chunk-GJNUQ7HX.js} +2 -2
  419. package/__chunks__/chunk-GN2NMIGO.js +2 -0
  420. package/__chunks__/{chunk-VEVQUFPS.js → chunk-GOMXWXRW.js} +2 -2
  421. package/__chunks__/{chunk-TQXF6T7J.js → chunk-GRBHSB7F.js} +2 -2
  422. package/__chunks__/chunk-GYQHZOJ4.js +2 -0
  423. package/__chunks__/{chunk-GDIHH5HK.js → chunk-GZ4CQ6MM.js} +2 -2
  424. package/__chunks__/{chunk-PFYMT3RI.js → chunk-H3L6HHZI.js} +2 -2
  425. package/__chunks__/{chunk-KLATJCZB.js → chunk-H3QBRDZD.js} +2 -2
  426. package/__chunks__/{chunk-TI6Y3EAY.js → chunk-H5A636KV.js} +2 -2
  427. package/__chunks__/{chunk-MH4WWKIE.js → chunk-H7DVG2HZ.js} +2 -2
  428. package/__chunks__/{chunk-EADX4RSQ.js → chunk-H7HS3CNL.js} +2 -2
  429. package/__chunks__/{chunk-4PYOCGXG.js → chunk-HBDM2CXB.js} +2 -2
  430. package/__chunks__/{chunk-5C7RNBQ2.js → chunk-HD5CIJSN.js} +2 -2
  431. package/__chunks__/{chunk-6NLVMNUD.js → chunk-HFVMVACK.js} +2 -2
  432. package/__chunks__/{chunk-3DXHKUPG.js → chunk-HH2IFWFF.js} +2 -2
  433. package/__chunks__/{chunk-HX4PC472.js → chunk-HIRLEDEF.js} +2 -2
  434. package/__chunks__/{chunk-HKBNGR7Q.js → chunk-HKQJOXYX.js} +2 -2
  435. package/__chunks__/{chunk-RRWTMIBI.js → chunk-HMLOJAJZ.js} +2 -2
  436. package/__chunks__/{chunk-PZ5BCJK6.js → chunk-HNBGKWEI.js} +2 -2
  437. package/__chunks__/{chunk-4LA5B4CE.js → chunk-HOGKCMVQ.js} +2 -2
  438. package/__chunks__/{chunk-7ATGSBHG.js → chunk-HOQMD6G4.js} +2 -2
  439. package/__chunks__/{chunk-4F4KSSIL.js → chunk-HTEQLUM7.js} +2 -2
  440. package/__chunks__/{chunk-Y2TJIVHS.js → chunk-HVQA4X7K.js} +2 -2
  441. package/__chunks__/{chunk-7TLR4K2V.js → chunk-HWFSQBFT.js} +2 -2
  442. package/__chunks__/{chunk-MOZNHFBB.js → chunk-HZLF3RST.js} +2 -2
  443. package/__chunks__/{chunk-3TSJUXNP.js → chunk-I2CZOOCQ.js} +2 -2
  444. package/__chunks__/chunk-I3BXDMX4.js +2 -0
  445. package/__chunks__/{chunk-NX7YFRSI.js → chunk-I7U6NYVM.js} +2 -2
  446. package/__chunks__/chunk-IANP4LNH.js +2 -0
  447. package/__chunks__/{chunk-DUTSLGBI.js → chunk-IDZNTOAK.js} +2 -2
  448. package/__chunks__/{chunk-K4VM6FZ4.js → chunk-IFCZLGIO.js} +2 -2
  449. package/__chunks__/chunk-IFHRQ466.js +2 -0
  450. package/__chunks__/chunk-IJNQ2MNU.js +2 -0
  451. package/__chunks__/chunk-IKL5UH32.js +2 -0
  452. package/__chunks__/{chunk-5N2YNRY3.js → chunk-IQDNITAE.js} +2 -2
  453. package/__chunks__/{chunk-7RPKDJ5Z.js → chunk-IUK7NGG4.js} +2 -2
  454. package/__chunks__/{chunk-Q5SVO3WR.js → chunk-IVSFQDP2.js} +2 -2
  455. package/__chunks__/{chunk-MIGM4ROB.js → chunk-J33I657Q.js} +2 -2
  456. package/__chunks__/chunk-J34FNRFI.js +2 -0
  457. package/__chunks__/{chunk-EH4XFZ3W.js → chunk-J4UWYYZC.js} +2 -2
  458. package/__chunks__/{chunk-VJNUI6MG.js → chunk-J57QO5FC.js} +2 -2
  459. package/__chunks__/{chunk-JUJLPMBE.js → chunk-J75BEVZL.js} +2 -2
  460. package/__chunks__/{chunk-LHWB2X4A.js → chunk-J7X7GW5E.js} +2 -2
  461. package/__chunks__/{chunk-YAXIY67D.js → chunk-JE7YPYXT.js} +2 -2
  462. package/__chunks__/{chunk-4UXTHYXU.js → chunk-JF62SYRB.js} +2 -2
  463. package/__chunks__/chunk-JGQO3IYF.js +2 -0
  464. package/__chunks__/chunk-JI5TAHNV.js +2 -0
  465. package/__chunks__/{chunk-75VBNZAB.js → chunk-JIYXCHYX.js} +2 -2
  466. package/__chunks__/{chunk-WMKHNU4T.js → chunk-JJGACHPO.js} +2 -2
  467. package/__chunks__/{chunk-L4Z3BQZW.js → chunk-JMLWVTI6.js} +2 -2
  468. package/__chunks__/{chunk-FIZIO6ZS.js → chunk-JOO4LNFZ.js} +2 -2
  469. package/__chunks__/{chunk-NDGTRYOP.js → chunk-JSHXNU4K.js} +2 -2
  470. package/__chunks__/chunk-JUTKPTFM.js +2 -0
  471. package/__chunks__/{chunk-AFUI24NN.js → chunk-JZLFQ5SW.js} +2 -2
  472. package/__chunks__/chunk-JZQPE6G6.js +2 -0
  473. package/__chunks__/{chunk-KQMPAWOT.js → chunk-KB4F6P3J.js} +2 -2
  474. package/__chunks__/{chunk-5MALZKZK.js → chunk-KGPW6GAT.js} +2 -2
  475. package/__chunks__/chunk-KHWQ6F3Z.js +2 -0
  476. package/__chunks__/{chunk-FYBPLGRA.js → chunk-KQ6SMMWL.js} +2 -2
  477. package/__chunks__/chunk-KSOHYQIV.js +2 -0
  478. package/__chunks__/{chunk-YVWKGYPC.js → chunk-KSXIUDGH.js} +2 -2
  479. package/__chunks__/chunk-KUUXQWMZ.js +2 -0
  480. package/__chunks__/chunk-KVMVSUTO.js +2 -0
  481. package/__chunks__/chunk-KXS4NTXB.js +2 -0
  482. package/__chunks__/chunk-KZVKJJI3.js +2 -0
  483. package/__chunks__/chunk-L7OVQRMN.js +2 -0
  484. package/__chunks__/{chunk-UA6UTHPC.js → chunk-LD26ZVZR.js} +2 -2
  485. package/__chunks__/chunk-LDAG6M5F.js +2 -0
  486. package/__chunks__/chunk-LF4BOTWJ.js +2 -0
  487. package/__chunks__/{chunk-MD6OEQ2D.js → chunk-LHBWSWZS.js} +2 -2
  488. package/__chunks__/{chunk-HSLIIOKJ.js → chunk-LJOIVUJD.js} +2 -2
  489. package/__chunks__/chunk-LOQKHPSW.js +2 -0
  490. package/__chunks__/{chunk-2JKVGBE6.js → chunk-LR5X4BLB.js} +2 -2
  491. package/__chunks__/chunk-M6Q5DIQ2.js +2 -0
  492. package/__chunks__/{chunk-GFQF6IHJ.js → chunk-MC3XVJOQ.js} +2 -2
  493. package/__chunks__/chunk-MIAREOD7.js +2 -0
  494. package/__chunks__/{chunk-UYPYL6CD.js → chunk-MLZTCWFZ.js} +2 -2
  495. package/__chunks__/{chunk-RSPJ2JAK.js → chunk-MT5K5NHH.js} +2 -2
  496. package/__chunks__/{chunk-L7NSUPS6.js → chunk-MTNCULC2.js} +2 -2
  497. package/__chunks__/{chunk-2OXGDYFE.js → chunk-MU7CHDXD.js} +2 -2
  498. package/__chunks__/{chunk-VUQNWRKL.js → chunk-MUXDZPZW.js} +2 -2
  499. package/__chunks__/{chunk-U2NRK2HN.js → chunk-MW7KDEQ3.js} +2 -2
  500. package/__chunks__/{chunk-ZYHSGRBQ.js → chunk-MWVZ2QOY.js} +2 -2
  501. package/__chunks__/{chunk-YPEQT7GI.js → chunk-MXWQMXK3.js} +2 -2
  502. package/__chunks__/chunk-MZ74B3MS.js +2 -0
  503. package/__chunks__/chunk-N4U3SBE4.js +2 -0
  504. package/__chunks__/{chunk-EHVBLSNJ.js → chunk-N6KL4XCA.js} +2 -2
  505. package/__chunks__/{chunk-ZS426J3D.js → chunk-NBWCLLPP.js} +2 -2
  506. package/__chunks__/{chunk-QKTDH42S.js → chunk-NC3YA3YA.js} +2 -2
  507. package/__chunks__/chunk-NE4FYGUN.js +2 -0
  508. package/__chunks__/{chunk-PGGJ62LE.js → chunk-NELHZ2CZ.js} +2 -2
  509. package/__chunks__/{chunk-ICG3XO37.js → chunk-NGRFNE4E.js} +2 -2
  510. package/__chunks__/{chunk-3QMPE6B6.js → chunk-NJ36N2OB.js} +2 -2
  511. package/__chunks__/{chunk-TP6J2ABW.js → chunk-NJ72AGS3.js} +2 -2
  512. package/__chunks__/{chunk-DFOHKHT4.js → chunk-NJZSZILS.js} +2 -2
  513. package/__chunks__/{chunk-2SGFIWGZ.js → chunk-NMLDC5OJ.js} +2 -2
  514. package/__chunks__/{chunk-2KHNWHDK.js → chunk-NMP5RES7.js} +2 -2
  515. package/__chunks__/{chunk-3Y6PD4XA.js → chunk-NZZ4WYCR.js} +2 -2
  516. package/__chunks__/{chunk-YQ7HWHIA.js → chunk-O2MJYH4T.js} +2 -2
  517. package/__chunks__/chunk-O3L7WMBZ.js +2 -0
  518. package/__chunks__/{chunk-VHT7JIGD.js → chunk-OBAB4KF6.js} +2 -2
  519. package/__chunks__/{chunk-7C44M3KB.js → chunk-OCFQZ423.js} +2 -2
  520. package/__chunks__/{chunk-LHNLSNQU.js → chunk-OCG3BPO6.js} +2 -2
  521. package/__chunks__/{chunk-C5MRLNFO.js → chunk-OFNX2MGO.js} +2 -2
  522. package/__chunks__/{chunk-62M65B2P.js → chunk-OHFO34IG.js} +2 -2
  523. package/__chunks__/chunk-OKFRVKYC.js +2 -0
  524. package/__chunks__/{chunk-OWU5LKYD.js → chunk-OQA4DYQ6.js} +2 -2
  525. package/__chunks__/{chunk-X5B5O2NP.js → chunk-OQAMJGKT.js} +2 -2
  526. package/__chunks__/{chunk-AMVYU7WI.js → chunk-OYFCA7QK.js} +2 -2
  527. package/__chunks__/{chunk-WAQEGKZR.js → chunk-OZXOHG2T.js} +2 -2
  528. package/__chunks__/{chunk-RTP7T7AS.js → chunk-P3O7MXCQ.js} +2 -2
  529. package/__chunks__/{chunk-IYGYW6W3.js → chunk-PADQO5KE.js} +2 -2
  530. package/__chunks__/chunk-PATL4EA3.js +2 -0
  531. package/__chunks__/{chunk-7GT4S2V6.js → chunk-PILHFQ4I.js} +2 -2
  532. package/__chunks__/{chunk-A6YQKC67.js → chunk-PIMN37XI.js} +2 -2
  533. package/__chunks__/{chunk-P6XLFBZ5.js → chunk-PLN65JVA.js} +2 -2
  534. package/__chunks__/chunk-PLVUBVRA.js +2 -0
  535. package/__chunks__/chunk-PLWHFDXP.js +2 -0
  536. package/__chunks__/chunk-PNS5FXYP.js +2 -0
  537. package/__chunks__/{chunk-M6WPI6CC.js → chunk-PNWLMGA7.js} +2 -2
  538. package/__chunks__/{chunk-KIMHZJPO.js → chunk-POT4HX2N.js} +2 -2
  539. package/__chunks__/{chunk-43WYWTGE.js → chunk-PPLNCU4O.js} +2 -2
  540. package/__chunks__/{chunk-QAGNUTA2.js → chunk-PPTNC7UF.js} +2 -2
  541. package/__chunks__/{chunk-BXRPYCNE.js → chunk-PTRW5RJB.js} +2 -2
  542. package/__chunks__/{chunk-R5KYO4GC.js → chunk-PZD5E53Z.js} +2 -2
  543. package/__chunks__/{chunk-DFJIVFKS.js → chunk-Q3LKXBJW.js} +2 -2
  544. package/__chunks__/{chunk-LXIWPNJL.js → chunk-Q4KQT5MP.js} +2 -2
  545. package/__chunks__/{chunk-YX4HKRFQ.js → chunk-Q6NKXCYX.js} +2 -2
  546. package/__chunks__/{chunk-ZLE75TP7.js → chunk-QAQU3P73.js} +2 -2
  547. package/__chunks__/{chunk-IHO2WP5U.js → chunk-QBV5IV7S.js} +2 -2
  548. package/__chunks__/{chunk-LVTOOTPF.js → chunk-QDJ6GY5X.js} +2 -2
  549. package/__chunks__/{chunk-5XSBUUS2.js → chunk-QHCTGVVG.js} +2 -2
  550. package/__chunks__/{chunk-OJPKJEWZ.js → chunk-QMOUCHKK.js} +2 -2
  551. package/__chunks__/{chunk-3HOANVSV.js → chunk-QMZL6FRD.js} +2 -2
  552. package/__chunks__/{chunk-RDOTLBVF.js → chunk-QO56JHRL.js} +2 -2
  553. package/__chunks__/chunk-QUDMUQOF.js +2 -0
  554. package/__chunks__/{chunk-VAA3NKK5.js → chunk-QXU4PTHU.js} +1 -1
  555. package/__chunks__/{chunk-DAPDFYLY.js → chunk-R6PNMZAV.js} +2 -2
  556. package/__chunks__/{chunk-2WG2ZSS7.js → chunk-RAZCCW7G.js} +2 -2
  557. package/__chunks__/{chunk-RVL37TYX.js → chunk-RCGTV3II.js} +2 -2
  558. package/__chunks__/chunk-RHZTKPNU.js +2 -0
  559. package/__chunks__/{chunk-Y3QVC5SN.js → chunk-RKKTSIES.js} +2 -2
  560. package/__chunks__/{chunk-E424N6XF.js → chunk-RM5VGERU.js} +2 -2
  561. package/__chunks__/{chunk-JOXFLKQW.js → chunk-RO66UBCI.js} +2 -2
  562. package/__chunks__/{chunk-FXDEJQ7G.js → chunk-RSFGJN2C.js} +2 -2
  563. package/__chunks__/{chunk-OA6OND4Y.js → chunk-RW4W4GZJ.js} +2 -2
  564. package/__chunks__/chunk-RYUYJWIY.js +2 -0
  565. package/__chunks__/{chunk-UAHQ2SO7.js → chunk-RYWUTGX5.js} +2 -2
  566. package/__chunks__/{chunk-J4MWQZGY.js → chunk-S2QZH7BX.js} +2 -2
  567. package/__chunks__/chunk-SBOULZCN.js +2 -0
  568. package/__chunks__/chunk-SFKU5YIU.js +2 -0
  569. package/__chunks__/chunk-SOCKF63S.js +2 -0
  570. package/__chunks__/{chunk-5UV246GL.js → chunk-T26J7NX2.js} +2 -2
  571. package/__chunks__/{chunk-IKW3DAWX.js → chunk-T2T25NSJ.js} +2 -2
  572. package/__chunks__/{chunk-XI4DQOVR.js → chunk-T5R632QH.js} +2 -2
  573. package/__chunks__/{chunk-X6CX6GXN.js → chunk-T7TIJMDJ.js} +2 -2
  574. package/__chunks__/chunk-TBETFKN2.js +2 -0
  575. package/__chunks__/{chunk-CYS2IXO2.js → chunk-TDPYMDKL.js} +2 -2
  576. package/__chunks__/{chunk-KEZQJXFV.js → chunk-THR3COJB.js} +2 -2
  577. package/__chunks__/{chunk-NAMMQBYM.js → chunk-THSTJ4ZA.js} +2 -2
  578. package/__chunks__/{chunk-TN72SUBG.js → chunk-TIVHCFWD.js} +2 -2
  579. package/__chunks__/{chunk-RNKUUHVC.js → chunk-TJY46YTC.js} +2 -2
  580. package/__chunks__/{chunk-7H4ULUPJ.js → chunk-TKGKCHWV.js} +2 -2
  581. package/__chunks__/{chunk-HUZ2SLMM.js → chunk-TPFRVRZP.js} +2 -2
  582. package/__chunks__/{chunk-PD2I24Z7.js → chunk-TQFXVPA2.js} +2 -2
  583. package/__chunks__/{chunk-5FTSMKPK.js → chunk-TR6GPSRD.js} +2 -2
  584. package/__chunks__/{chunk-WVGL6RB3.js → chunk-TTAS26TN.js} +2 -2
  585. package/__chunks__/{chunk-VAC7YU5Q.js → chunk-TW7REJYR.js} +2 -2
  586. package/__chunks__/{chunk-4BWFNMDX.js → chunk-TWVK65GX.js} +2 -2
  587. package/__chunks__/{chunk-44P3IBWY.js → chunk-TZ7UCEXV.js} +2 -2
  588. package/__chunks__/{chunk-RFSDXWQQ.js → chunk-TZJ7EPLP.js} +2 -2
  589. package/__chunks__/{chunk-FKHMRQMX.js → chunk-TZO2T5KJ.js} +2 -2
  590. package/__chunks__/{chunk-EAZPPMA6.js → chunk-U2ZRSTGG.js} +2 -2
  591. package/__chunks__/{chunk-X246ANSJ.js → chunk-U6ULC46R.js} +2 -2
  592. package/__chunks__/{chunk-6JAZNLQP.js → chunk-U6UNE5UF.js} +2 -2
  593. package/__chunks__/{chunk-CY2S7XTY.js → chunk-UHZZBGXE.js} +2 -2
  594. package/__chunks__/{chunk-2ESQZF2Q.js → chunk-UL6C4ZHN.js} +2 -2
  595. package/__chunks__/{chunk-HERDTTOE.js → chunk-UQAFZGD6.js} +2 -2
  596. package/__chunks__/{chunk-HVFGI23K.js → chunk-UQIVJXUF.js} +2 -2
  597. package/__chunks__/{chunk-4OP4Z6I6.js → chunk-UV55WUUP.js} +2 -2
  598. package/__chunks__/{chunk-A2M2VFBY.js → chunk-UXL7YXLF.js} +2 -2
  599. package/__chunks__/{chunk-JNVJFHUY.js → chunk-UYZ7M45E.js} +2 -2
  600. package/__chunks__/{chunk-XQIVC3XR.js → chunk-V6SF2FYN.js} +2 -2
  601. package/__chunks__/{chunk-GSBAEY3W.js → chunk-V6UXA4KK.js} +2 -2
  602. package/__chunks__/{chunk-LJLRKGBK.js → chunk-VEGGSQFV.js} +2 -2
  603. package/__chunks__/{chunk-Z5QDKMS7.js → chunk-VLNXW72K.js} +2 -2
  604. package/__chunks__/{chunk-EV7FOZVK.js → chunk-VQCQ5USA.js} +2 -2
  605. package/__chunks__/{chunk-Y72LY7C5.js → chunk-VQJ42C2U.js} +2 -2
  606. package/__chunks__/{chunk-7H3BR74A.js → chunk-W2WNUNH7.js} +2 -2
  607. package/__chunks__/{chunk-ZTAS6YWX.js → chunk-W42T7KHD.js} +2 -2
  608. package/__chunks__/{chunk-M6Y5XTW7.js → chunk-W4QYUPFE.js} +2 -2
  609. package/__chunks__/{chunk-VGUJJYVO.js → chunk-WAHLKBUJ.js} +2 -2
  610. package/__chunks__/{chunk-2QXU5RRK.js → chunk-WELNDETG.js} +2 -2
  611. package/__chunks__/{chunk-M2UKB3C5.js → chunk-WGDILLQA.js} +2 -2
  612. package/__chunks__/{chunk-VQJBHZGL.js → chunk-WI6VNB2C.js} +2 -2
  613. package/__chunks__/{chunk-2Y22XOCG.js → chunk-WIWMBTOQ.js} +2 -2
  614. package/__chunks__/{chunk-MAAACFTW.js → chunk-WLB2MAWL.js} +2 -2
  615. package/__chunks__/{chunk-CKE5UJXH.js → chunk-WNFXGSK3.js} +2 -2
  616. package/__chunks__/chunk-WNWPHMGX.js +2 -0
  617. package/__chunks__/{chunk-ECW7UB5F.js → chunk-WRG4MJB7.js} +2 -2
  618. package/__chunks__/{chunk-SJWVYQT3.js → chunk-WSECEQ6Y.js} +2 -2
  619. package/__chunks__/{chunk-AZRBHZKN.js → chunk-WSGV2T2Q.js} +2 -2
  620. package/__chunks__/{chunk-PV6CEGIJ.js → chunk-WURVMRB4.js} +2 -2
  621. package/__chunks__/chunk-WYGT55WC.js +2 -0
  622. package/__chunks__/{chunk-NHZCNTWQ.js → chunk-XF6CPFU5.js} +2 -2
  623. package/__chunks__/chunk-XHYFEOS5.js +2 -0
  624. package/__chunks__/{chunk-4I2APNV5.js → chunk-XIPHERW4.js} +2 -2
  625. package/__chunks__/{chunk-DS2W7H3Y.js → chunk-XMARFIXF.js} +2 -2
  626. package/__chunks__/{chunk-NEZ3RF4Y.js → chunk-XONL4ZTU.js} +2 -2
  627. package/__chunks__/chunk-XPFX7JNZ.js +2 -0
  628. package/__chunks__/{chunk-T2GIBCBK.js → chunk-XS5KSI45.js} +2 -2
  629. package/__chunks__/{chunk-TBU5R26G.js → chunk-XSXGHEFM.js} +2 -2
  630. package/__chunks__/{chunk-ICD6A2RX.js → chunk-XWK7FBXN.js} +2 -2
  631. package/__chunks__/{chunk-Y6WYF4XK.js → chunk-Y6JLQV5T.js} +2 -2
  632. package/__chunks__/{chunk-3G6DSWKM.js → chunk-YEHHH3ER.js} +2 -2
  633. package/__chunks__/{chunk-FXVDSQXK.js → chunk-YGF4XSSB.js} +2 -2
  634. package/__chunks__/{chunk-44Q37HVJ.js → chunk-YIK4GDIM.js} +2 -2
  635. package/__chunks__/{chunk-LXY4CTQG.js → chunk-YNMUG5BM.js} +2 -2
  636. package/__chunks__/{chunk-N76K57VM.js → chunk-YOSKNSNO.js} +2 -2
  637. package/__chunks__/{chunk-K3D2EAXQ.js → chunk-YPNJKWCM.js} +2 -2
  638. package/__chunks__/chunk-YRK6XCMO.js +2 -0
  639. package/__chunks__/{chunk-HUJSFBIM.js → chunk-YSJIFOBH.js} +2 -2
  640. package/__chunks__/{chunk-LNWN32Y5.js → chunk-YSZAV7RB.js} +2 -2
  641. package/__chunks__/{chunk-DO75TFLG.js → chunk-YXMX3D44.js} +2 -2
  642. package/__chunks__/{chunk-L5QWHVTL.js → chunk-YXUDQDEU.js} +2 -2
  643. package/__chunks__/{chunk-HXE6NLQ2.js → chunk-YYLUXAAZ.js} +2 -2
  644. package/__chunks__/{chunk-6M6COMGR.js → chunk-YYO4HXPO.js} +2 -2
  645. package/__chunks__/{chunk-TNUPMR6F.js → chunk-YZ3BF5BJ.js} +2 -2
  646. package/__chunks__/{chunk-5GOKSAGH.js → chunk-YZ4IOI7W.js} +2 -2
  647. package/__chunks__/{chunk-GL6S7JVA.js → chunk-Z3F5NDV5.js} +2 -2
  648. package/__chunks__/{chunk-5AQRJMXO.js → chunk-Z5MXLVXD.js} +2 -2
  649. package/__chunks__/{chunk-WNPNT4Y7.js → chunk-ZD3LDWFI.js} +2 -2
  650. package/__chunks__/{chunk-RGVMK6C6.js → chunk-ZFXHTNDL.js} +2 -2
  651. package/__chunks__/{chunk-KUNHDU36.js → chunk-ZQ6CQ4XB.js} +2 -2
  652. package/__chunks__/chunk-ZQNLAYZG.js +2 -0
  653. package/__chunks__/chunk-ZVLCXTYU.js +2 -0
  654. package/__chunks__/{chunk-2TXWSZWW.js → chunk-ZZFGUI3D.js} +2 -2
  655. package/__commonjs/UI/ExplorerLink/ExplorerLink.js +1 -1
  656. package/__commonjs/UI/ExplorerLink/index.js +1 -1
  657. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  658. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  659. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  660. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  661. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  662. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  663. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  664. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  665. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  666. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  667. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  668. package/__commonjs/UI/SignTransactionsModals/index.js +1 -1
  669. package/__commonjs/UI/TransactionDetails/TransactionDetails.js +8 -8
  670. package/__commonjs/UI/TransactionDetails/index.js +8 -8
  671. package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +16 -16
  672. package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/index.js +16 -16
  673. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +9 -9
  674. package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  675. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  676. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  677. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +17 -17
  678. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +17 -17
  679. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +16 -16
  680. package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +16 -16
  681. package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  682. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +10 -10
  683. package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +10 -10
  684. package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  685. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +16 -16
  686. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +16 -16
  687. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  688. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  689. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +3 -3
  690. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +3 -3
  691. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +10 -10
  692. package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +9 -9
  693. package/__commonjs/UI/TransactionsTable/components/TransactionSender.js +1 -1
  694. package/__commonjs/UI/TransactionsTable/components/index.js +11 -11
  695. package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  696. package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +6 -6
  697. package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  698. package/__commonjs/UI/TransactionsToastList/components/index.js +1 -1
  699. package/__commonjs/UI/index.js +1 -1
  700. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +2 -2
  701. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow/index.js +2 -2
  702. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +7 -7
  703. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +7 -7
  704. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  705. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
  706. package/__commonjs/UI/ledger/index.js +1 -1
  707. package/__commonjs/__mocks__/index.js +1 -1
  708. package/__commonjs/__mocks__/utils/index.js +1 -1
  709. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  710. package/__commonjs/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  711. package/__commonjs/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  712. package/__commonjs/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  713. package/__commonjs/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  714. package/__commonjs/constants/index.js +1 -1
  715. package/__commonjs/hooks/index.js +1 -1
  716. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  717. package/__commonjs/hooks/transactions/helpers/index.js +2 -2
  718. package/__commonjs/hooks/transactions/index.js +1 -1
  719. package/__commonjs/hooks/transactions/useCancelActionAndDispose.js +1 -1
  720. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  721. package/__commonjs/hooks/transactions/useSignTransactionsCommonData.js +3 -3
  722. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  723. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  724. package/__commonjs/hooks/transactions/useTrackTransactionStatus.js +1 -1
  725. package/__commonjs/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  726. package/__commonjs/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  727. package/__commonjs/services/index.js +1 -1
  728. package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.d.ts +2 -0
  729. package/__commonjs/services/transactions/__tests__/transformAndSignTransactions.test.js +9 -0
  730. package/__commonjs/services/transactions/index.js +1 -1
  731. package/__commonjs/services/transactions/sendBatchTransactions.js +1 -1
  732. package/__commonjs/services/transactions/sendBatchTransactions.test.js +1 -1
  733. package/__commonjs/services/transactions/sendTransactions.js +1 -1
  734. package/__commonjs/services/transactions/signTransactions.js +1 -1
  735. package/__commonjs/services/transactions/transformAndSignTransactions.js +1 -1
  736. package/__commonjs/services/transactions/utils/transformTransactionsToSign.js +1 -1
  737. package/__commonjs/types/transactions.types.d.ts +2 -0
  738. package/__commonjs/types/transactions.types.js +1 -1
  739. package/__commonjs/utils/index.js +1 -1
  740. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  741. package/__commonjs/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  742. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -2
  743. package/__commonjs/utils/transactions/index.js +1 -1
  744. package/__commonjs/wrappers/DappProvider/DappProvider.js +1 -1
  745. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  746. package/__commonjs/wrappers/index.js +1 -1
  747. package/__mocks__/accountConfig.js +1 -1
  748. package/__mocks__/index.js +1 -1
  749. package/__mocks__/server.js +1 -1
  750. package/__mocks__/utils/index.js +1 -1
  751. package/__mocks__/utils/renderWithProvider.js +1 -1
  752. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  753. package/apiCalls/accounts/index.js +1 -1
  754. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  755. package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
  756. package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
  757. package/apiCalls/configuration/getGasStationMetadata.js +1 -1
  758. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  759. package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
  760. package/apiCalls/configuration/index.js +1 -1
  761. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  762. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  763. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  764. package/apiCalls/economics/index.js +1 -1
  765. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  766. package/apiCalls/index.js +1 -1
  767. package/apiCalls/tokens/getPersistedToken.js +1 -1
  768. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  769. package/apiCalls/transactions/index.js +1 -1
  770. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  771. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  772. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  773. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  774. package/apiCalls/utils/getScamAddressData.js +1 -1
  775. package/apiCalls/utils/index.js +1 -1
  776. package/apiCalls/utils/useApiFetch.js +1 -1
  777. package/components/LogoutListener/LogoutListener.js +1 -1
  778. package/components/LogoutListener/helpers/index.js +1 -1
  779. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  780. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  781. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  782. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  783. package/components/LogoutListener/index.js +1 -1
  784. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  785. package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
  786. package/components/ProviderInitializer/helpers/index.js +1 -1
  787. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  788. package/components/ProviderInitializer/hooks/index.js +1 -1
  789. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  790. package/components/ProviderInitializer/index.js +1 -1
  791. package/components/TransactionSender/TransactionSender.js +1 -1
  792. package/components/TransactionSender/index.js +1 -1
  793. package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
  794. package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
  795. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  796. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  797. package/components/TransactionsTracker/index.js +1 -1
  798. package/constants/index.js +1 -1
  799. package/constants/network.js +1 -1
  800. package/hooks/account/index.js +1 -1
  801. package/hooks/account/useGetAccount.js +1 -1
  802. package/hooks/account/useGetAccountInfo.js +1 -1
  803. package/hooks/account/useGetAccountProvider.js +1 -1
  804. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  805. package/hooks/account/useGetIsLoggedIn.js +1 -1
  806. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  807. package/hooks/account/useGetLoginInfo.js +1 -1
  808. package/hooks/account/useGetWebsocketEvent.js +1 -1
  809. package/hooks/economics/index.js +1 -1
  810. package/hooks/economics/useGetEgldPrice.js +1 -1
  811. package/hooks/index.js +1 -1
  812. package/hooks/login/helpers/clearInitiatedLogins.js +1 -1
  813. package/hooks/login/helpers/index.js +1 -1
  814. package/hooks/login/index.js +1 -1
  815. package/hooks/login/useCrossWindowLogin.js +1 -1
  816. package/hooks/login/useExtensionLogin.js +1 -1
  817. package/hooks/login/useGetModalLoginMethods.js +1 -1
  818. package/hooks/login/useIframeLogin.js +1 -1
  819. package/hooks/login/useLedgerLogin.js +1 -1
  820. package/hooks/login/useLoginService.js +1 -1
  821. package/hooks/login/useMetamaskLogin.js +1 -1
  822. package/hooks/login/useOperaLogin.js +1 -1
  823. package/hooks/login/usePasskeyLogin.js +1 -1
  824. package/hooks/login/useWalletConnectV2Login.js +1 -1
  825. package/hooks/login/useWebViewLogin.js +1 -1
  826. package/hooks/login/useWebWalletLogin.js +1 -1
  827. package/hooks/login/useXaliasLogin.js +1 -1
  828. package/hooks/signMessage/index.js +1 -1
  829. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  830. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  831. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  832. package/hooks/signMessage/useSignMessage.js +1 -1
  833. package/hooks/toasts/index.js +1 -1
  834. package/hooks/toasts/useGetToasts.js +1 -1
  835. package/hooks/toasts/useTransactionsToasts.js +1 -1
  836. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  837. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  838. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  839. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  840. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  841. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  842. package/hooks/transactions/batch/useGetBatches.js +1 -1
  843. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  844. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  845. package/hooks/transactions/helpers/buildBatchId.js +1 -1
  846. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  847. package/hooks/transactions/helpers/extractSessionId.js +1 -1
  848. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  849. package/hooks/transactions/helpers/index.js +1 -1
  850. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  851. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  852. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  853. package/hooks/transactions/index.js +1 -1
  854. package/hooks/transactions/useCancelActionAndDispose.js +1 -1
  855. package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
  856. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  857. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  858. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  859. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  860. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  861. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  862. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  863. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  864. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  865. package/hooks/transactions/useGetPollingInterval.js +1 -1
  866. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  867. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  868. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  869. package/hooks/transactions/useGetTokenDetails.js +1 -1
  870. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  871. package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
  872. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  873. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  874. package/hooks/transactions/useSignTransactions.js +1 -1
  875. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  876. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  877. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  878. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  879. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  880. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  881. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  882. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  883. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  884. package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
  885. package/hooks/useGetNetworkConfig.js +1 -1
  886. package/hooks/useGetNotification.js +1 -1
  887. package/hooks/websocketListener/index.js +1 -1
  888. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  889. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  890. package/models/index.js +1 -1
  891. package/models/newTransaction.js +1 -1
  892. package/package.json +1 -1
  893. package/providers/accountProvider.js +1 -1
  894. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  895. package/providers/experimentalWebViewProvider/index.js +1 -1
  896. package/providers/experimentalWebViewProvider/useInitiateExperimentalWebviewLogin.js +1 -1
  897. package/providers/index.js +1 -1
  898. package/providers/utils.js +1 -1
  899. package/providers/webviewProvider/index.js +1 -1
  900. package/providers/webviewProvider/requestMethods.js +1 -1
  901. package/providers/webviewProvider/webviewProvider.js +1 -1
  902. package/reduxStore/DappProviderContext.js +1 -1
  903. package/reduxStore/commonActions.js +1 -1
  904. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  905. package/reduxStore/persistConfig.js +1 -1
  906. package/reduxStore/persistedRootReducer.js +1 -1
  907. package/reduxStore/reducers.js +1 -1
  908. package/reduxStore/rootReducer.js +1 -1
  909. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  910. package/reduxStore/selectors/index.js +1 -1
  911. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  912. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  913. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  914. package/reduxStore/slices/accountInfoSlice.js +1 -1
  915. package/reduxStore/slices/batchTransactionsSlice.js +1 -1
  916. package/reduxStore/slices/dappConfigSlice.js +1 -1
  917. package/reduxStore/slices/index.js +1 -1
  918. package/reduxStore/slices/loginInfoSlice.js +1 -1
  919. package/reduxStore/slices/modalsSlice.js +1 -1
  920. package/reduxStore/slices/networkConfigSlice.js +1 -1
  921. package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
  922. package/reduxStore/slices/toastsSlice.js +1 -1
  923. package/reduxStore/slices/transactionsInfoSlice.js +1 -1
  924. package/reduxStore/slices/transactionsSlice.js +1 -1
  925. package/reduxStore/store.js +1 -1
  926. package/services/index.js +1 -1
  927. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  928. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  929. package/services/nativeAuth/helpers/index.js +1 -1
  930. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  931. package/services/transactions/__tests__/transformAndSignTransactions.test.d.ts +2 -0
  932. package/services/transactions/__tests__/transformAndSignTransactions.test.js +2 -0
  933. package/services/transactions/clearTransactions.js +1 -1
  934. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  935. package/services/transactions/getTransactionsDetails.js +1 -1
  936. package/services/transactions/index.js +1 -1
  937. package/services/transactions/isCrossShardTransaction.js +1 -1
  938. package/services/transactions/sendBatchTransactions.js +1 -1
  939. package/services/transactions/sendBatchTransactions.test.js +1 -1
  940. package/services/transactions/sendTransactions.js +1 -1
  941. package/services/transactions/signTransactions.js +1 -1
  942. package/services/transactions/transformAndSignTransactions.js +1 -1
  943. package/services/transactions/updateSignedTransactions.js +1 -1
  944. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  945. package/services/transactions/utils.js +1 -1
  946. package/types/index.js +1 -1
  947. package/types/transactions.types.d.ts +2 -0
  948. package/types/transactions.types.js +1 -1
  949. package/utils/account/getAccount.js +1 -1
  950. package/utils/account/getAccountBalance.js +1 -1
  951. package/utils/account/getAccountProviderType.js +1 -1
  952. package/utils/account/getAccountShard.js +1 -1
  953. package/utils/account/getAddress.js +1 -1
  954. package/utils/account/getIsProviderEqualTo.js +1 -1
  955. package/utils/account/getLatestNonce.js +1 -1
  956. package/utils/account/getShardOfAddress.js +1 -1
  957. package/utils/account/getWebviewToken.js +1 -1
  958. package/utils/account/index.js +1 -1
  959. package/utils/account/loginWithExternalProvider.js +1 -1
  960. package/utils/account/refreshAccount.js +1 -1
  961. package/utils/account/setNonce.js +1 -1
  962. package/utils/account/signMessage.js +1 -1
  963. package/utils/getIsLoggedIn.js +1 -1
  964. package/utils/index.js +1 -1
  965. package/utils/logout.js +1 -1
  966. package/utils/network/getChainID.js +1 -1
  967. package/utils/network/getEgldLabel.js +1 -1
  968. package/utils/network/getNetworkConfig.js +1 -1
  969. package/utils/network/index.js +1 -1
  970. package/utils/operations/calculateFeeInFiat.js +1 -1
  971. package/utils/operations/calculateFeeLimit.js +1 -1
  972. package/utils/operations/denominate.js +1 -1
  973. package/utils/operations/formatAmount.js +1 -1
  974. package/utils/operations/index.js +1 -1
  975. package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
  976. package/utils/operations/ledger/index.js +1 -1
  977. package/utils/operations/nominate.js +1 -1
  978. package/utils/operations/parseAmount.js +1 -1
  979. package/utils/smartContracts.js +1 -1
  980. package/utils/toasts/customToastsActions.js +1 -1
  981. package/utils/toasts/index.js +1 -1
  982. package/utils/transactions/batch/getTransactionsStatus.js +1 -1
  983. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  984. package/utils/transactions/builtCallbackUrl.js +1 -1
  985. package/utils/transactions/getAllTransactionsLink.js +1 -1
  986. package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
  987. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  988. package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
  989. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  990. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
  991. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  992. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
  993. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
  994. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
  995. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  996. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  997. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  998. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  999. package/utils/transactions/getOperationsDetails.js +1 -1
  1000. package/utils/transactions/getTransactionLink.js +1 -1
  1001. package/utils/transactions/index.js +1 -1
  1002. package/utils/transactions/isGuardianTx.js +1 -1
  1003. package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
  1004. package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
  1005. package/utils/transactions/parseTransactionAfterSigning.js +1 -1
  1006. package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
  1007. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  1008. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  1009. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
  1010. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  1011. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  1012. package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
  1013. package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
  1014. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  1015. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  1016. package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
  1017. package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
  1018. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  1019. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  1020. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
  1021. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  1022. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  1023. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  1024. package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
  1025. package/utils/validation/index.js +1 -1
  1026. package/utils/validation/maxDecimals.js +1 -1
  1027. package/utils/validation/stringIsFloat.js +1 -1
  1028. package/utils/waitForChainID.js +1 -1
  1029. package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
  1030. package/web/hooks/index.js +1 -1
  1031. package/web/hooks/useIdleTimer.js +1 -1
  1032. package/web/index.js +1 -1
  1033. package/wrappers/AppInitializer.js +1 -1
  1034. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  1035. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  1036. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  1037. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  1038. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  1039. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  1040. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  1041. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  1042. package/wrappers/DappProvider/CustomComponents.js +1 -1
  1043. package/wrappers/DappProvider/DappProvider.js +1 -1
  1044. package/wrappers/DappProvider/index.js +1 -1
  1045. package/wrappers/index.js +1 -1
  1046. package/__chunks__/chunk-2DNMMRYQ.js +0 -2
  1047. package/__chunks__/chunk-2IRDXMR2.js +0 -2
  1048. package/__chunks__/chunk-2KD4AUMB.js +0 -2
  1049. package/__chunks__/chunk-3VLZJ4LL.js +0 -2
  1050. package/__chunks__/chunk-4K45KT23.js +0 -2
  1051. package/__chunks__/chunk-4RVW6PHV.js +0 -2
  1052. package/__chunks__/chunk-5GTOSBFA.js +0 -2
  1053. package/__chunks__/chunk-5WG46JTB.js +0 -2
  1054. package/__chunks__/chunk-63R6NB5K.js +0 -2
  1055. package/__chunks__/chunk-6537K34X.js +0 -2
  1056. package/__chunks__/chunk-6ICHTXOU.js +0 -2
  1057. package/__chunks__/chunk-6OGLL5BA.js +0 -2
  1058. package/__chunks__/chunk-75K7FDNK.js +0 -2
  1059. package/__chunks__/chunk-AJJO2SZS.js +0 -2
  1060. package/__chunks__/chunk-B2K3KOLI.js +0 -2
  1061. package/__chunks__/chunk-B5EJPJU2.js +0 -2
  1062. package/__chunks__/chunk-B6OXTV5K.js +0 -2
  1063. package/__chunks__/chunk-BUBELTBX.js +0 -2
  1064. package/__chunks__/chunk-C6OFSPUE.js +0 -2
  1065. package/__chunks__/chunk-CEAKTVF4.js +0 -2
  1066. package/__chunks__/chunk-CELNIW64.js +0 -2
  1067. package/__chunks__/chunk-CHONGFFL.js +0 -2
  1068. package/__chunks__/chunk-D2WAX7N2.js +0 -2
  1069. package/__chunks__/chunk-DGQ2ZNQW.js +0 -2
  1070. package/__chunks__/chunk-DVWOLYTA.js +0 -2
  1071. package/__chunks__/chunk-E3SSYOOI.js +0 -2
  1072. package/__chunks__/chunk-FDGD2GFX.js +0 -2
  1073. package/__chunks__/chunk-FHGKEP36.js +0 -2
  1074. package/__chunks__/chunk-GLEJGHC3.js +0 -2
  1075. package/__chunks__/chunk-GRLDFM6I.js +0 -2
  1076. package/__chunks__/chunk-HYYH4OSM.js +0 -2
  1077. package/__chunks__/chunk-IJTEJ3WZ.js +0 -2
  1078. package/__chunks__/chunk-IVVIPB7Y.js +0 -2
  1079. package/__chunks__/chunk-J5ZQUITB.js +0 -2
  1080. package/__chunks__/chunk-JCK2A535.js +0 -2
  1081. package/__chunks__/chunk-K3GQUF5M.js +0 -2
  1082. package/__chunks__/chunk-KJNLCSBS.js +0 -2
  1083. package/__chunks__/chunk-KLVI4S4Z.js +0 -2
  1084. package/__chunks__/chunk-KQQGV6EV.js +0 -2
  1085. package/__chunks__/chunk-KUOPZGBP.js +0 -2
  1086. package/__chunks__/chunk-LKOEYCL6.js +0 -2
  1087. package/__chunks__/chunk-MF4NMH2N.js +0 -2
  1088. package/__chunks__/chunk-MKL2D6SC.js +0 -2
  1089. package/__chunks__/chunk-MQAWPX3D.js +0 -2
  1090. package/__chunks__/chunk-MVM3B7JP.js +0 -2
  1091. package/__chunks__/chunk-NAHMUAG3.js +0 -2
  1092. package/__chunks__/chunk-NX7QGK7P.js +0 -2
  1093. package/__chunks__/chunk-O65OQHVX.js +0 -2
  1094. package/__chunks__/chunk-OFPY2FIF.js +0 -2
  1095. package/__chunks__/chunk-OLRCWSRF.js +0 -2
  1096. package/__chunks__/chunk-OMIEEJKJ.js +0 -2
  1097. package/__chunks__/chunk-OREQKPKX.js +0 -2
  1098. package/__chunks__/chunk-PCB4NQVY.js +0 -2
  1099. package/__chunks__/chunk-Q333H6NI.js +0 -2
  1100. package/__chunks__/chunk-QBINCPM6.js +0 -2
  1101. package/__chunks__/chunk-QKOJ53W6.js +0 -2
  1102. package/__chunks__/chunk-R6ZI37PK.js +0 -2
  1103. package/__chunks__/chunk-RFP27C6N.js +0 -2
  1104. package/__chunks__/chunk-RM73MLS3.js +0 -2
  1105. package/__chunks__/chunk-TDLMCYW4.js +0 -2
  1106. package/__chunks__/chunk-TE5O4DV3.js +0 -2
  1107. package/__chunks__/chunk-TGUV6Z7I.js +0 -2
  1108. package/__chunks__/chunk-VI2CK6WZ.js +0 -2
  1109. package/__chunks__/chunk-W5FZEUTK.js +0 -2
  1110. package/__chunks__/chunk-WDENMWK2.js +0 -2
  1111. package/__chunks__/chunk-WO6DKR7Q.js +0 -2
  1112. package/__chunks__/chunk-XAB5UUOW.js +0 -2
  1113. package/__chunks__/chunk-XHNCZX5O.js +0 -2
  1114. package/__chunks__/chunk-XU5464GZ.js +0 -2
  1115. package/__chunks__/chunk-YVAJQZQH.js +0 -2
  1116. package/__chunks__/chunk-ZIG4UK4W.js +0 -2
  1117. package/__chunks__/chunk-ZQBZFMHS.js +0 -2
  1118. package/__chunks__/chunk-ZRJYULXB.js +0 -2
  1119. package/__chunks__/chunk-ZUDC4NYN.js +0 -2
  1120. package/__chunks__/chunk-ZYKZPNSD.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Bh=Object.create;var on=Object.defineProperty,Uh=Object.defineProperties,Gh=Object.getOwnPropertyDescriptor,Hh=Object.getOwnPropertyDescriptors,Vh=Object.getOwnPropertyNames,Kn=Object.getOwnPropertySymbols,$h=Object.getPrototypeOf,ga=Object.prototype.hasOwnProperty,Os=Object.prototype.propertyIsEnumerable;var Ws=(e,o,n)=>o in e?on(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))ga.call(o,n)&&Ws(e,n,o[n]);if(Kn)for(var n of Kn(o))Os.call(o,n)&&Ws(e,n,o[n]);return e},I=(e,o)=>Uh(e,Hh(o));var He=(e,o)=>{var n={};for(var r in e)ga.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kn)for(var r of Kn(e))o.indexOf(r)<0&&Os.call(e,r)&&(n[r]=e[r]);return n};var b=(e,o)=>()=>(e&&(o=e(e=0)),o);var w=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),G=(e,o)=>{for(var n in o)on(e,n,{get:o[n],enumerable:!0})},Fs=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of Vh(o))!ga.call(e,s)&&s!==n&&on(e,s,{get:()=>o[s],enumerable:!(r=Gh(o,s))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?Bh($h(e)):{},Fs(o||!e||!e.__esModule?on(n,"default",{value:e,enumerable:!0}):n,e)),F=e=>Fs(on({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=d=>{try{_(n.next(d))}catch(l){s(l)}},m=d=>{try{_(n.throw(d))}catch(l){s(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var Gs=w(Xn=>{"use strict";t();Xn.byteLength=zh;Xn.toByteArray=Kh;Xn.fromByteArray=Zh;var Qe=[],Me=[],qh=typeof Uint8Array!="undefined"?Uint8Array:Array,ha="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ko=0,Bs=ha.length;Ko<Bs;++Ko)Qe[Ko]=ha[Ko],Me[ha.charCodeAt(Ko)]=Ko;var Ko,Bs;Me["-".charCodeAt(0)]=62;Me["_".charCodeAt(0)]=63;function Us(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function zh(e){var o=Us(e),n=o[0],r=o[1];return(n+r)*3/4-r}function jh(e,o,n){return(o+n)*3/4-n}function Kh(e){var o,n=Us(e),r=n[0],s=n[1],p=new qh(jh(e,r,s)),m=0,_=s>0?r-4:r,d;for(d=0;d<_;d+=4)o=Me[e.charCodeAt(d)]<<18|Me[e.charCodeAt(d+1)]<<12|Me[e.charCodeAt(d+2)]<<6|Me[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=Me[e.charCodeAt(d)]<<2|Me[e.charCodeAt(d+1)]>>4,p[m++]=o&255),s===1&&(o=Me[e.charCodeAt(d)]<<10|Me[e.charCodeAt(d+1)]<<4|Me[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Xh(e){return Qe[e>>18&63]+Qe[e>>12&63]+Qe[e>>6&63]+Qe[e&63]}function Yh(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Xh(r));return s.join("")}function Zh(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(Yh(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Qe[o>>2]+Qe[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Qe[o>>10]+Qe[o>>4&63]+Qe[o<<2&63]+"=")),s.join("")}});var Hs=w(Ta=>{t();Ta.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?s-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Ta.write=function(e,o,n,r,s,p){var m,_,d,l=p*8-s-1,u=(1<<l)-1,f=u>>1,h=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,S=r?1:-1,L=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,s),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,s),m=0));s>=8;e[n+v]=_&255,v+=S,_/=256,s-=8);for(m=m<<s|_,l+=s;l>0;e[n+v]=m&255,v+=S,m/=256,l-=8);e[n+v-S]|=L*128}});var op=w(At=>{"use strict";t();var xa=Gs(),wt=Hs(),Vs=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;At.Buffer=x;At.SlowBuffer=nT;At.INSPECT_MAX_BYTES=50;var Yn=2147483647;At.kMaxLength=Yn;x.TYPED_ARRAY_SUPPORT=Jh();!x.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 Jh(){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(n){return!1}}Object.defineProperty(x.prototype,"parent",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.buffer}});Object.defineProperty(x.prototype,"offset",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.byteOffset}});function uo(e){if(e>Yn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,x.prototype),o}function x(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return va(e)}return zs(e,o,n)}x.poolSize=8192;function zs(e,o,n){if(typeof e=="string")return eT(e,o);if(ArrayBuffer.isView(e))return oT(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(eo(e,ArrayBuffer)||e&&eo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(eo(e,SharedArrayBuffer)||e&&eo(e.buffer,SharedArrayBuffer)))return ya(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return x.from(r,o,n);var s=tT(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return x.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}x.from=function(e,o,n){return zs(e,o,n)};Object.setPrototypeOf(x.prototype,Uint8Array.prototype);Object.setPrototypeOf(x,Uint8Array);function js(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 Qh(e,o,n){return js(e),e<=0?uo(e):o!==void 0?typeof n=="string"?uo(e).fill(o,n):uo(e).fill(o):uo(e)}x.alloc=function(e,o,n){return Qh(e,o,n)};function va(e){return js(e),uo(e<0?0:wa(e)|0)}x.allocUnsafe=function(e){return va(e)};x.allocUnsafeSlow=function(e){return va(e)};function eT(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!x.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Ks(e,o)|0,r=uo(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function Sa(e){for(var o=e.length<0?0:wa(e.length)|0,n=uo(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function oT(e){if(eo(e,Uint8Array)){var o=new Uint8Array(e);return ya(o.buffer,o.byteOffset,o.byteLength)}return Sa(e)}function ya(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,x.prototype),r}function tT(e){if(x.isBuffer(e)){var o=wa(e.length)|0,n=uo(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||Aa(e.length)?uo(0):Sa(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Sa(e.data)}function wa(e){if(e>=Yn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Yn.toString(16)+" bytes");return e|0}function nT(e){return+e!=e&&(e=0),x.alloc(+e)}x.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==x.prototype};x.compare=function(o,n){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),eo(n,Uint8Array)&&(n=x.from(n,n.offset,n.byteLength)),!x.isBuffer(o)||!x.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};x.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}};x.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return x.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=x.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(eo(m,Uint8Array))p+m.length>s.length?x.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(x.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function Ks(e,o){if(x.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||eo(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 n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ba(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return ep(e).length;default:if(s)return r?-1:ba(e).length;o=(""+o).toLowerCase(),s=!0}}x.byteLength=Ks;function rT(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return uT(this,o,n);case"utf8":case"utf-8":return Ys(this,o,n);case"ascii":return _T(this,o,n);case"latin1":case"binary":return lT(this,o,n);case"base64":return mT(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fT(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}x.prototype._isBuffer=!0;function Xo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}x.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 n=0;n<o;n+=2)Xo(this,n,n+1);return this};x.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 n=0;n<o;n+=4)Xo(this,n,n+3),Xo(this,n+1,n+2);return this};x.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 n=0;n<o;n+=8)Xo(this,n,n+7),Xo(this,n+1,n+6),Xo(this,n+2,n+5),Xo(this,n+3,n+4);return this};x.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ys(this,0,o):rT.apply(this,arguments)};x.prototype.toLocaleString=x.prototype.toString;x.prototype.equals=function(o){if(!x.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:x.compare(this,o)===0};x.prototype.inspect=function(){var o="",n=At.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Vs&&(x.prototype[Vs]=x.prototype.inspect);x.prototype.compare=function(o,n,r,s,p){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),!x.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,d=Math.min(m,_),l=this.slice(s,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Xs(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,Aa(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=x.from(o,r)),x.isBuffer(o))return o.length===0?-1:$s(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):$s(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function $s(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(v,S){return p===1?v[S]:v.readUInt16BE(S*p)}var l;if(s){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}x.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};x.prototype.indexOf=function(o,n,r){return Xs(this,o,n,r,!0)};x.prototype.lastIndexOf=function(o,n,r){return Xs(this,o,n,r,!1)};function aT(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(Aa(_))return m;e[n+m]=_}return m}function iT(e,o,n,r){return Zn(ba(o,e.length-n),e,n,r)}function cT(e,o,n,r){return Zn(TT(o),e,n,r)}function sT(e,o,n,r){return Zn(ep(o),e,n,r)}function pT(e,o,n,r){return Zn(xT(o,e.length-n),e,n,r)}x.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return aT(this,o,n,r);case"utf8":case"utf-8":return iT(this,o,n,r);case"ascii":case"latin1":case"binary":return cT(this,o,n,r);case"base64":return sT(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pT(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};x.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function mT(e,o,n){return o===0&&n===e.length?xa.fromByteArray(e):xa.fromByteArray(e.slice(o,n))}function Ys(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[s+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[s+1],l=e[s+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[s+1],l=e[s+2],u=e[s+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return dT(r)}var qs=4096;function dT(e){var o=e.length;if(o<=qs)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=qs));return n}function _T(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function lT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function uT(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=ST[e[p]];return s}function fT(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}x.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,x.prototype),s};function ce(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}x.prototype.readUintLE=x.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};x.prototype.readUintBE=x.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};x.prototype.readUint8=x.prototype.readUInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]};x.prototype.readUint16LE=x.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]|this[o+1]<<8};x.prototype.readUint16BE=x.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]<<8|this[o+1]};x.prototype.readUint32LE=x.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};x.prototype.readUint32BE=x.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};x.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};x.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};x.prototype.readInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};x.prototype.readInt16LE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};x.prototype.readInt16BE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};x.prototype.readInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};x.prototype.readInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};x.prototype.readFloatLE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),wt.read(this,o,!0,23,4)};x.prototype.readFloatBE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),wt.read(this,o,!1,23,4)};x.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),wt.read(this,o,!0,52,8)};x.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),wt.read(this,o,!1,52,8)};function ye(e,o,n,r,s,p){if(!x.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}x.prototype.writeUintLE=x.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};x.prototype.writeUintBE=x.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};x.prototype.writeUint8=x.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,255,0),this[n]=o&255,n+1};x.prototype.writeUint16LE=x.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeUint16BE=x.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeUint32LE=x.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};x.prototype.writeUint32BE=x.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};x.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};x.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};x.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Zs(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Js(e,o,n,r,s){return o=+o,n=n>>>0,s||Zs(e,o,n,4,34028234663852886e22,-34028234663852886e22),wt.write(e,o,n,r,23,4),n+4}x.prototype.writeFloatLE=function(o,n,r){return Js(this,o,n,!0,r)};x.prototype.writeFloatBE=function(o,n,r){return Js(this,o,n,!1,r)};function Qs(e,o,n,r,s){return o=+o,n=n>>>0,s||Zs(e,o,n,8,17976931348623157e292,-17976931348623157e292),wt.write(e,o,n,r,52,8),n+8}x.prototype.writeDoubleLE=function(o,n,r){return Qs(this,o,n,!0,r)};x.prototype.writeDoubleBE=function(o,n,r){return Qs(this,o,n,!1,r)};x.prototype.copy=function(o,n,r,s){if(!x.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};x.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!x.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=x.isBuffer(o)?o:x.from(o,s),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var gT=/[^+/0-9A-Za-z-_]/g;function hT(e){if(e=e.split("=")[0],e=e.trim().replace(gT,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ba(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function TT(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function xT(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function ep(e){return xa.toByteArray(hT(e))}function Zn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function eo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Aa(e){return e!==e}var ST=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var ip=w((lI,ap)=>{t();var J=ap.exports={},oo,to;function Ia(){throw new Error("setTimeout has not been defined")}function Da(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oo=setTimeout:oo=Ia}catch(e){oo=Ia}try{typeof clearTimeout=="function"?to=clearTimeout:to=Da}catch(e){to=Da}})();function tp(e){if(oo===setTimeout)return setTimeout(e,0);if((oo===Ia||!oo)&&setTimeout)return oo=setTimeout,setTimeout(e,0);try{return oo(e,0)}catch(o){try{return oo.call(null,e,0)}catch(n){return oo.call(this,e,0)}}}function yT(e){if(to===clearTimeout)return clearTimeout(e);if((to===Da||!to)&&clearTimeout)return to=clearTimeout,clearTimeout(e);try{return to(e)}catch(o){try{return to.call(null,e)}catch(n){return to.call(this,e)}}}var fo=[],It=!1,Yo,Jn=-1;function bT(){!It||!Yo||(It=!1,Yo.length?fo=Yo.concat(fo):Jn=-1,fo.length&&np())}function np(){if(!It){var e=tp(bT);It=!0;for(var o=fo.length;o;){for(Yo=fo,fo=[];++Jn<o;)Yo&&Yo[Jn].run();Jn=-1,o=fo.length}Yo=null,It=!1,yT(e)}}J.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];fo.push(new rp(e,o)),fo.length===1&&!It&&tp(np)};function rp(e,o){this.fun=e,this.array=o}rp.prototype.run=function(){this.fun.apply(null,this.array)};J.title="browser";J.browser=!0;J.env={};J.argv=[];J.version="";J.versions={};function go(){}J.on=go;J.addListener=go;J.once=go;J.off=go;J.removeListener=go;J.removeAllListeners=go;J.emit=go;J.prependListener=go;J.prependOnceListener=go;J.listeners=function(e){return[]};J.binding=function(e){throw new Error("process.binding is not supported")};J.cwd=function(){return"/"};J.chdir=function(e){throw new Error("process.chdir is not supported")};J.umask=function(){return 0}});var a,c,vT,i,t=b(()=>{a=T(op()),c=T(ip()),vT=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=vT});var ka=b(()=>{"use strict";t()});var tn,Na,no=b(()=>{"use strict";t();tn="Transaction canceled",Na="You cannot sign transactions from a different account"});var cp=b(()=>{"use strict";t()});var La,sp=b(()=>{"use strict";t();La=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(La||{})});var Ca,Pa,Ea,Ma,nn,Ra,Wa=b(()=>{"use strict";t();Ca="1.0.8",Pa="1.0.11",Ea="1.0.15",Ma="1.0.17",nn="1.0.22",Ra="1.0.23"});var Oa,Fa=b(()=>{"use strict";t();Oa={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var pp=b(()=>{"use strict";t()});var Ba,Ua=b(()=>{"use strict";t();Ba=(s=>(s.signature="signature",s.sessionId="sessionId",s.status="status",s.address="address",s))(Ba||{})});var mp=b(()=>{"use strict";t()});var dp=b(()=>{"use strict";t()});var Re,Dt,Mo=b(()=>{"use strict";t();Re=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Dt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var _p,AI,lp,II,$=b(()=>{"use strict";t();Mo();_p=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(_p||{}),AI=g(g({},Dt.WindowProviderRequestEnums),_p),lp=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(lp||{}),II=g(g({},Dt.WindowProviderResponseEnums),lp)});var up=b(()=>{"use strict";t()});var fp=b(()=>{"use strict";t()});var ro,be=b(()=>{"use strict";t();ro=(s=>(s.raw="raw",s.text="text",s.decimal="decimal",s.smart="smart",s))(ro||{})});var gp=b(()=>{"use strict";t()});var hp=b(()=>{"use strict";t()});var Tp=b(()=>{"use strict";t()});var q=b(()=>{"use strict";t();Ua();mp();dp();$();up();fp();be();gp();hp();Tp()});var Zo,xp,VI,Sp,$I,yp,qI,zI,bp,rn,Jo=b(()=>{"use strict";t();q();Zo={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:xp,egldLabel:VI}=Zo["devnet"],{chainId:Sp,egldLabel:$I}=Zo["testnet"],{chainId:yp,egldLabel:qI}=Zo["mainnet"],zI={["devnet"]:xp,["testnet"]:Sp,["mainnet"]:yp},bp={[xp]:"devnet",[Sp]:"testnet",[yp]:"mainnet"},rn=0});var an=b(()=>{"use strict";t()});var ao,vp=b(()=>{"use strict";t();ao=require("@multiversx/sdk-web-wallet-provider")});var pe,Qo=b(()=>{"use strict";t();pe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var wp,Ap,Ga,JI,QI,Ha=b(()=>{"use strict";t();Qo();Ga=String((Ap=(wp=pe.safeWindow)==null?void 0:wp.navigator)==null?void 0:Ap.userAgent),JI=/^((?!chrome|android).)*safari/i.test(Ga),QI=/firefox/i.test(Ga)&&/windows/i.test(Ga)});var Va,Qn,cn,$a,sn,We,et,Ip,Dp,kp,ho,er,Np,or,Lp,Cp,Oe,Pp,Ep,R=b(()=>{"use strict";t();ka();no();cp();sp();Wa();Fa();pp();Jo();an();vp();Ha();Va=.01,Qn=1500,cn=5e4,$a=5e4,sn=1e9,We=18,et=4,Ip=1,Dp=1,kp="/dapp/init",ho="signSession",er="sdk-dapp-version",Np="4.2.1",or="logout",Lp="login",Cp="N/A",Oe="0",Pp="...",Ep="EGLD-000000"});var pn,tr=b(()=>{"use strict";t();pn=()=>Date.now()/1e3});var Mp=b(()=>{"use strict";t()});var Rp=b(()=>{"use strict";t()});var qa=b(()=>{"use strict";t();tr();Mp();Rp()});var za={};G(za,{clear:()=>DT,getItem:()=>AT,localStorageKeys:()=>Fe,removeItem:()=>IT,setItem:()=>wT});var Fe,nr,wT,AT,IT,DT,ot=b(()=>{"use strict";t();qa();Fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},nr=typeof localStorage!="undefined",wT=({key:e,data:o,expires:n})=>{!nr||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},AT=e=>{if(!nr)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:pn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},IT=e=>{!nr||localStorage.removeItem(String(e))},DT=()=>{!nr||localStorage.clear()}});var ja={};G(ja,{clear:()=>Bp,getItem:()=>Op,removeItem:()=>Fp,setItem:()=>Wp,storage:()=>kT});var Wp,Op,Fp,Bp,kT,Up=b(()=>{"use strict";t();Wp=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Op=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Fp=e=>sessionStorage.removeItem(String(e)),Bp=()=>sessionStorage.clear(),kT={setItem:Wp,getItem:Op,removeItem:Fp,clear:Bp}});var Ve,tt=b(()=>{"use strict";t();ot();Up();Ve={session:ja,local:za}});var Ka,K,ve,Z=b(()=>{"use strict";t();Ka=require("@reduxjs/toolkit");R();K=(0,Ka.createAction)(or),ve=(0,Ka.createAction)(Lp,e=>({payload:e}))});var Ya,Gp,Hp,Be,Xa,Vp,$e,Ro,Za,LD,NT,LT,CD,PD,ED,CT,PT,rr,ar=b(()=>{"use strict";t();Ya=require("@multiversx/sdk-core"),Gp=require("@reduxjs/toolkit"),Hp=require("redux-persist");R();tt();ot();Z();Be={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Oe},Xa={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Be},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Vp=(0,Gp.createSlice)({name:"accountInfoSlice",initialState:Xa,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ya.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Be},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].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(K,()=>(Ve.local.removeItem(Fe.loginExpiresAt),Xa)),e.addCase(ve,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ya.Address(r).toHex()}),e.addCase(Hp.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let d=m&&s in m;o.accounts=d?m:Xa.accounts,o.publicKey=_})}}),{setAccount:$e,setAddress:Ro,setAccountNonce:Za,setAccountShard:LD,setLedgerAccount:NT,updateLedgerAccount:LT,setWalletConnectAccount:CD,setIsAccountLoading:PD,setAccountLoadingError:ED,setWebsocketEvent:CT,setWebsocketBatchEvent:PT}=Vp.actions,rr=Vp.reducer});function mn(){return new Date().setHours(new Date().getHours()+24)}function dn(e){Ve.local.setItem({key:Fe.loginExpiresAt,data:e,expires:e})}var Ja=b(()=>{"use strict";t();tt();ot()});var qp,$p,zp,VD,ET,MT,Qa,$D,RT,jp,qD,zD,jD,ir,cr=b(()=>{"use strict";t();qp=require("@reduxjs/toolkit");Ja();$();Z();$p={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},zp=(0,qp.createSlice)({name:"loginInfoSlice",initialState:$p,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(K,()=>$p),e.addCase(ve,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,dn(mn())})}}),{setLoginMethod:VD,setWalletConnectLogin:ET,setLedgerLogin:MT,setTokenLogin:Qa,setTokenLoginSignature:$D,setWalletLogin:RT,invalidateLoginSession:jp,setLogoutRoute:qD,setIsWalletConnectV2Initialized:zD,setWebviewLogin:jD}=zp.actions,ir=zp.reducer});var Xp,Kp,Yp,ZD,WT,JD,OT,sr,pr=b(()=>{"use strict";t();Xp=require("@reduxjs/toolkit");Z();Kp={},Yp=(0,Xp.createSlice)({name:"modalsSlice",initialState:Kp,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(K,()=>Kp)}}),{setTxSubmittedModal:ZD,setNotificationModal:WT,clearTxSubmittedModal:JD,clearNotificationModal:OT}=Yp.actions,sr=Yp.reducer});var qe,nt=b(()=>{"use strict";t();qe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=b(()=>{"use strict";t();nt();V=()=>{if(!qe())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:s,search:p}}=window;return{pathname:o,hash:n,origin:r,href:s,search:p}}});var kt,Zp=b(()=>{"use strict";t();me();kt=(e="")=>{let o=V(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Jp=b(()=>{"use strict";t();de()});var Qp,em=b(()=>{"use strict";t();Qo();Qp=e=>{if(!pe.safeWindow.location)return;if(!new URL(pe.safeWindow.location.href).protocol.startsWith("http"))return pe.safeWindow.location.reload();pe.safeWindow.location.assign(e)}});var de=b(()=>{"use strict";t();Zp();Jp();me();em()});var om,tm,_n,ln=b(()=>{"use strict";t();de();om=!1,tm=(e=!0)=>{om=e},_n=({timeout:e=0,url:o})=>{om||setTimeout(()=>{if(!!window)return Qp(o)},e)}});var nm=b(()=>{"use strict";t();ln()});function rm(e){return e[Math.floor(Math.random()*e.length)]}var am=b(()=>{"use strict";t()});function ei(e){let o=null;if((e==null?void 0:e.statusCode)in Oa){let n=e==null?void 0:e.statusCode,{message:r}=Oa[n];o=UT.includes(n)?im:r}return{errorMessage:o,defaultErrorMessage:im}}var im,FT,BT,UT,oi=b(()=>{"use strict";t();Fa();im="Check if the MultiversX app is open on Ledger",FT=28161,BT=28160,UT=[FT,BT]});var To=b(()=>{"use strict";t();nm();am();oi()});var cm,sm,pm,ti,HT,mm,Nk,Lk,dm,mr,dr=b(()=>{"use strict";t();cm=require("@reduxjs/toolkit"),sm=T(require("lodash.omit")),pm=require("redux-persist");an();Z();To();ti={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},HT={network:ti},mm=(0,cm.createSlice)({name:"appConfig",initialState:HT,reducers:{initializeNetworkConfig:(e,o)=>{let n=rm(o.payload.walletConnectV2RelayAddresses),r=(0,sm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(K,o=>{o.network.customWalletAddress=void 0}),e.addCase(pm.REHYDRATE,(o,n)=>{var s,p;if(!((p=(s=n.payload)==null?void 0:s.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Nk,updateNetworkConfig:Lk,setCustomWalletAddress:dm}=mm.actions,mr=mm.reducer});var _m,ni,lm,Wk,Ok,Fk,_r,lr=b(()=>{"use strict";t();_m=require("@reduxjs/toolkit");q();Z();ni={isSigning:!1,signedSessions:{}},lm=(0,_m.createSlice)({name:"signedMessageInfoSliceState",initialState:ni,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>ni},extraReducers:e=>{e.addCase(K,()=>ni)}}),{setSignSession:Wk,clearSignedMessageInfo:Ok,setSignSessionState:Fk}=lm.actions,_r=lm.reducer});var fm,gm,um,hm,VT,$T,qk,qT,ur,fr=b(()=>{"use strict";t();fm=require("@reduxjs/toolkit"),gm=require("redux-persist");q();tr();Z();um={customToasts:[],transactionToasts:[]},hm=(0,fm.createSlice)({name:"toastsSlice",initialState:um,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(s=>s.toastId===n);if(r!==-1){e.customToasts[r]=I(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:pn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(K,()=>um),e.addCase(gm.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:VT,removeCustomToast:$T,addTransactionToast:qk,removeTransactionToast:qT}=hm.actions,ur=hm.reducer});var Tm,ai,ii,ci,zT,ri,xm,Xk,jT,un,gr,hr=b(()=>{"use strict";t();Tm=require("@reduxjs/toolkit");Z();ai="Transaction failed",ii="Transaction successful",ci="Processing transaction",zT="Transaction submitted",ri={},xm=(0,Tm.createSlice)({name:"transactionsInfo",initialState:ri,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||ai,successMessage:(r==null?void 0:r.successMessage)||ii,processingMessage:(r==null?void 0:r.processingMessage)||ci,submittedMessage:(r==null?void 0:r.submittedMessage)||zT,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>ri},extraReducers:e=>{e.addCase(K,()=>ri)}}),{clearTransactionsInfo:Xk,setTransactionsDisplayInfo:jT,clearTransactionsInfoForSessionId:un}=xm.actions,gr=xm.reducer});function Lt(e){return e!=null&&(nx(e)||sx(e))}function Ct(e){return e!=null&&(rx(e)||px(e))}function Pt(e){return e!=null&&(ax(e)||mx(e))}function Sm(e){return e!=null&&(ix(e)||dx(e))}function si(e){return e!=null&&cx(e)}function nx(e){return e!=null&&KT.includes(e)}function rx(e){return e!=null&&XT.includes(e)}function ax(e){return e!=null&&YT.includes(e)}function ix(e){return e!=null&&ZT.includes(e)}function cx(e){return e!=null&&JT.includes(e)}function sx(e){return e!=null&&QT.includes(e)}function px(e){return e!=null&&ex.includes(e)}function mx(e){return e!=null&&ox.includes(e)}function dx(e){return e!=null&&tx.includes(e)}var KT,XT,YT,ZT,JT,QT,ex,ox,tx,Et=b(()=>{"use strict";t();$();KT=["sent"],XT=["success"],YT=["fail","cancelled","timedOut"],ZT=["invalid"],JT=["timedOut"],QT=["pending"],ex=["success"],ox=["fail","invalid"],tx=["not executed"]});var ym,bm,fn,_x,vm,wm,Am,lx,rt,ux,fx,rN,Im,Oo,at,aN,Tr,xr=b(()=>{"use strict";t();ym=require("@reduxjs/toolkit"),bm=require("redux-persist");$();Et();Z();fn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},_x={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},vm=(0,ym.createSlice)({name:"transactionsSlice",initialState:fn,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},_x),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=fn.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=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,v,S,L,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(C=>C.hash===p?I(g(g({},m!=null?m:{}),C),{status:r,errorMessage:s,inTransit:_}):C);let W=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(C=>Ct(C.status)),E=(S=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:S.some(C=>Pt(C.status)),M=(A=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:A.every(C=>Sm(C.status));W&&(e.signedTransactions[n].status="success"),E&&(e.signedTransactions[n].status="fail"),M&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=fn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=fn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(K,()=>fn),e.addCase(bm.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:wm,updateSignedTransactions:Am,setTransactionsToSign:lx,clearAllTransactionsToSign:rt,clearAllSignedTransactions:ux,clearSignedTransaction:fx,clearTransactionToSign:rN,setSignTransactionsError:Im,setSignTransactionsCancelMessage:Oo,moveTransactionsToSignedState:at,updateSignedTransactionsCustomTransactionInformation:aN}=vm.actions,Tr=vm.reducer});var Dm,pi,km,pN,mN,gx,dN,Sr,yr=b(()=>{"use strict";t();Dm=require("@reduxjs/toolkit");Z();pi={},km=(0,Dm.createSlice)({name:"batchTransactionsSlice",initialState:pi,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:()=>pi},extraReducers:e=>{e.addCase(K,()=>pi)}}),{setBatchTransactions:pN,updateBatchTransactions:mN,clearBatchTransactions:gx,clearAllBatchTransactions:dN}=km.actions,Sr=km.reducer});var Lm,Nm,Cm,fN,Pm,mi=b(()=>{"use strict";t();Lm=require("@reduxjs/toolkit");Z();Nm={},Cm=(0,Lm.createSlice)({name:"dappConfigSlice",initialState:Nm,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(K,()=>Nm)}}),{setDappConfig:fN}=Cm.actions,Pm=Cm.reducer});var U=b(()=>{"use strict";t();ar();cr();pr();dr();lr();fr();hr();xr();yr();mi()});var di=b(()=>{"use strict";t()});var Rm,Sx,yx,it,wr=b(()=>{"use strict";t();Rm=require("@reduxjs/toolkit");di();ar();yr();mi();cr();pr();dr();lr();fr();hr();xr();Sx={["account"]:rr,["dappConfig"]:Pm,["loginInfo"]:ir,["modals"]:sr,["networkConfig"]:mr,["signedMessageInfo"]:_r,["toasts"]:ur,["transactionsInfo"]:gr,["transactions"]:Tr,["batchTransactions"]:Sr},yx=(e={})=>(0,Rm.combineReducers)(g(g({},Sx),e)),it=yx});var Bm={};G(Bm,{default:()=>Ox,sessionStorageReducers:()=>_i});function xo(e,o=[]){return{key:e,version:1,storage:Om.default,blacklist:o}}var we,Wm,Om,bx,gn,vx,wx,Ax,Ix,Dx,kx,Nx,Lx,Cx,Px,Fm,Ex,_i,Mx,Rx,Wx,Ox,Um=b(()=>{"use strict";t();we=require("redux-persist"),Wm=T(require("redux-persist/lib/storage")),Om=T(require("redux-persist/lib/storage/session"));wr();U();ar();yr();cr();pr();dr();lr();fr();hr();xr();di();bx={persistReducersStorageType:"localStorage"},gn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},vx=xo(gn["account"]),wx=xo(gn["loginInfo"]),Ax=xo(gn["modals"]),Ix=xo(gn["networkConfig"]),Dx={2:e=>I(g({},e),{networkConfig:ti})};kx=xo("sdk-dapp-transactionsInfo"),Nx=xo("sdk-dapp-transactions",["transactionsToSign"]),Lx=xo("sdk-dapp-batchTransactions",["batchTransactions"]),Cx=xo("sdk-dapp-toasts"),Px=xo("sdk-dapp-signedMessageInfo"),Fm={key:"sdk-dapp-store",version:2,storage:Wm.default,whitelist:Object.keys(gn),migrate:(0,we.createMigrate)(Dx,{debug:!1})},Ex=I(g({},Fm),{whitelist:[]}),_i={["toasts"]:(0,we.persistReducer)(Cx,ur),["transactions"]:(0,we.persistReducer)(Nx,Tr),["transactionsInfo"]:(0,we.persistReducer)(kx,gr),["batchTransactions"]:(0,we.persistReducer)(Lx,Sr),["signedMessageInfo"]:(0,we.persistReducer)(Px,_r)},Mx=I(g({},_i),{["account"]:(0,we.persistReducer)(vx,rr),["loginInfo"]:(0,we.persistReducer)(wx,ir),["modals"]:(0,we.persistReducer)(Ax,sr),["networkConfig"]:(0,we.persistReducer)(Ix,mr)}),Rx=bx.persistReducersStorageType==="localStorage",Wx=Rx?(0,we.persistReducer)(Fm,it(_i)):(0,we.persistReducer)(Ex,it(Mx)),Ox=Wx});var Gm={};G(Gm,{default:()=>Fx});var Fx,Hm=b(()=>{"use strict";t();wr();Fx=it()});var Vm={};G(Vm,{default:()=>Ux});var Ue,Bx,Ux,$m=b(()=>{"use strict";t();Ue=require("redux-persist"),Bx=[Ue.FLUSH,Ue.REHYDRATE,Ue.PAUSE,Ue.PERSIST,Ue.PURGE,Ue.REGISTER],Ux=Bx});var jm={};G(jm,{default:()=>zm});function zm(e){return(0,qm.persistStore)(e)}var qm,Km=b(()=>{"use strict";t();qm=require("redux-persist")});var R_=w((w6,M_)=>{t();var sy=typeof i=="object"&&i&&i.Object===Object&&i;M_.exports=sy});var In=w((A6,W_)=>{t();var py=R_(),my=typeof self=="object"&&self&&self.Object===Object&&self,dy=py||my||Function("return this")();W_.exports=dy});var qr=w((I6,O_)=>{t();var _y=In(),ly=_y.Symbol;O_.exports=ly});var G_=w((D6,U_)=>{t();var F_=qr(),B_=Object.prototype,uy=B_.hasOwnProperty,fy=B_.toString,Dn=F_?F_.toStringTag:void 0;function gy(e){var o=uy.call(e,Dn),n=e[Dn];try{e[Dn]=void 0;var r=!0}catch(p){}var s=fy.call(e);return r&&(o?e[Dn]=n:delete e[Dn]),s}U_.exports=gy});var V_=w((k6,H_)=>{t();var hy=Object.prototype,Ty=hy.toString;function xy(e){return Ty.call(e)}H_.exports=xy});var zr=w((N6,z_)=>{t();var $_=qr(),Sy=G_(),yy=V_(),by="[object Null]",vy="[object Undefined]",q_=$_?$_.toStringTag:void 0;function wy(e){return e==null?e===void 0?vy:by:q_&&q_ in Object(e)?Sy(e):yy(e)}z_.exports=wy});var ec=w((L6,j_)=>{t();var Ay=Array.isArray;j_.exports=Ay});var oc=w((C6,K_)=>{t();function Iy(e){return e!=null&&typeof e=="object"}K_.exports=Iy});var Y_=w((P6,X_)=>{t();var Dy=zr(),ky=ec(),Ny=oc(),Ly="[object String]";function Cy(e){return typeof e=="string"||!ky(e)&&Ny(e)&&Dy(e)==Ly}X_.exports=Cy});var rc={};G(rc,{css:()=>tl,default:()=>By});var tl,By,ac=b(()=>{"use strict";t();tl=`.dapp-core-component__main__link-style {
1
+ "use strict";var Bh=Object.create;var on=Object.defineProperty,Uh=Object.defineProperties,Gh=Object.getOwnPropertyDescriptor,Hh=Object.getOwnPropertyDescriptors,Vh=Object.getOwnPropertyNames,Kn=Object.getOwnPropertySymbols,$h=Object.getPrototypeOf,ga=Object.prototype.hasOwnProperty,Os=Object.prototype.propertyIsEnumerable;var Ws=(e,o,n)=>o in e?on(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,g=(e,o)=>{for(var n in o||(o={}))ga.call(o,n)&&Ws(e,n,o[n]);if(Kn)for(var n of Kn(o))Os.call(o,n)&&Ws(e,n,o[n]);return e},I=(e,o)=>Uh(e,Hh(o));var He=(e,o)=>{var n={};for(var r in e)ga.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kn)for(var r of Kn(e))o.indexOf(r)<0&&Os.call(e,r)&&(n[r]=e[r]);return n};var b=(e,o)=>()=>(e&&(o=e(e=0)),o);var w=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),G=(e,o)=>{for(var n in o)on(e,n,{get:o[n],enumerable:!0})},Fs=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of Vh(o))!ga.call(e,s)&&s!==n&&on(e,s,{get:()=>o[s],enumerable:!(r=Gh(o,s))||r.enumerable});return e};var T=(e,o,n)=>(n=e!=null?Bh($h(e)):{},Fs(o||!e||!e.__esModule?on(n,"default",{value:e,enumerable:!0}):n,e)),F=e=>Fs(on({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=d=>{try{_(n.next(d))}catch(l){s(l)}},m=d=>{try{_(n.throw(d))}catch(l){s(l)}},_=d=>d.done?r(d.value):Promise.resolve(d.value).then(p,m);_((n=n.apply(e,o)).next())});var Gs=w(Xn=>{"use strict";t();Xn.byteLength=zh;Xn.toByteArray=Kh;Xn.fromByteArray=Zh;var Qe=[],Me=[],qh=typeof Uint8Array!="undefined"?Uint8Array:Array,ha="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ko=0,Bs=ha.length;Ko<Bs;++Ko)Qe[Ko]=ha[Ko],Me[ha.charCodeAt(Ko)]=Ko;var Ko,Bs;Me["-".charCodeAt(0)]=62;Me["_".charCodeAt(0)]=63;function Us(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function zh(e){var o=Us(e),n=o[0],r=o[1];return(n+r)*3/4-r}function jh(e,o,n){return(o+n)*3/4-n}function Kh(e){var o,n=Us(e),r=n[0],s=n[1],p=new qh(jh(e,r,s)),m=0,_=s>0?r-4:r,d;for(d=0;d<_;d+=4)o=Me[e.charCodeAt(d)]<<18|Me[e.charCodeAt(d+1)]<<12|Me[e.charCodeAt(d+2)]<<6|Me[e.charCodeAt(d+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=Me[e.charCodeAt(d)]<<2|Me[e.charCodeAt(d+1)]>>4,p[m++]=o&255),s===1&&(o=Me[e.charCodeAt(d)]<<10|Me[e.charCodeAt(d+1)]<<4|Me[e.charCodeAt(d+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Xh(e){return Qe[e>>18&63]+Qe[e>>12&63]+Qe[e>>6&63]+Qe[e&63]}function Yh(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Xh(r));return s.join("")}function Zh(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(Yh(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Qe[o>>2]+Qe[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Qe[o>>10]+Qe[o>>4&63]+Qe[o<<2&63]+"=")),s.join("")}});var Hs=w(Ta=>{t();Ta.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,d=(1<<_)-1,l=d>>1,u=-7,f=n?s-1:0,h=n?-1:1,v=e[o+f];for(f+=h,p=v&(1<<-u)-1,v>>=-u,u+=_;u>0;p=p*256+e[o+f],f+=h,u-=8);for(m=p&(1<<-u)-1,p>>=-u,u+=r;u>0;m=m*256+e[o+f],f+=h,u-=8);if(p===0)p=1-l;else{if(p===d)return m?NaN:(v?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-l}return(v?-1:1)*m*Math.pow(2,p-r)};Ta.write=function(e,o,n,r,s,p){var m,_,d,l=p*8-s-1,u=(1<<l)-1,f=u>>1,h=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=r?0:p-1,S=r?1:-1,L=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=u):(m=Math.floor(Math.log(o)/Math.LN2),o*(d=Math.pow(2,-m))<1&&(m--,d*=2),m+f>=1?o+=h/d:o+=h*Math.pow(2,1-f),o*d>=2&&(m++,d/=2),m+f>=u?(_=0,m=u):m+f>=1?(_=(o*d-1)*Math.pow(2,s),m=m+f):(_=o*Math.pow(2,f-1)*Math.pow(2,s),m=0));s>=8;e[n+v]=_&255,v+=S,_/=256,s-=8);for(m=m<<s|_,l+=s;l>0;e[n+v]=m&255,v+=S,m/=256,l-=8);e[n+v-S]|=L*128}});var op=w(At=>{"use strict";t();var xa=Gs(),wt=Hs(),Vs=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;At.Buffer=x;At.SlowBuffer=nT;At.INSPECT_MAX_BYTES=50;var Yn=2147483647;At.kMaxLength=Yn;x.TYPED_ARRAY_SUPPORT=Jh();!x.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 Jh(){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(n){return!1}}Object.defineProperty(x.prototype,"parent",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.buffer}});Object.defineProperty(x.prototype,"offset",{enumerable:!0,get:function(){if(!!x.isBuffer(this))return this.byteOffset}});function uo(e){if(e>Yn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,x.prototype),o}function x(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return va(e)}return zs(e,o,n)}x.poolSize=8192;function zs(e,o,n){if(typeof e=="string")return eT(e,o);if(ArrayBuffer.isView(e))return oT(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(eo(e,ArrayBuffer)||e&&eo(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(eo(e,SharedArrayBuffer)||e&&eo(e.buffer,SharedArrayBuffer)))return ya(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return x.from(r,o,n);var s=tT(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return x.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}x.from=function(e,o,n){return zs(e,o,n)};Object.setPrototypeOf(x.prototype,Uint8Array.prototype);Object.setPrototypeOf(x,Uint8Array);function js(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 Qh(e,o,n){return js(e),e<=0?uo(e):o!==void 0?typeof n=="string"?uo(e).fill(o,n):uo(e).fill(o):uo(e)}x.alloc=function(e,o,n){return Qh(e,o,n)};function va(e){return js(e),uo(e<0?0:wa(e)|0)}x.allocUnsafe=function(e){return va(e)};x.allocUnsafeSlow=function(e){return va(e)};function eT(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!x.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=Ks(e,o)|0,r=uo(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function Sa(e){for(var o=e.length<0?0:wa(e.length)|0,n=uo(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function oT(e){if(eo(e,Uint8Array)){var o=new Uint8Array(e);return ya(o.buffer,o.byteOffset,o.byteLength)}return Sa(e)}function ya(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,x.prototype),r}function tT(e){if(x.isBuffer(e)){var o=wa(e.length)|0,n=uo(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||Aa(e.length)?uo(0):Sa(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Sa(e.data)}function wa(e){if(e>=Yn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Yn.toString(16)+" bytes");return e|0}function nT(e){return+e!=e&&(e=0),x.alloc(+e)}x.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==x.prototype};x.compare=function(o,n){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),eo(n,Uint8Array)&&(n=x.from(n,n.offset,n.byteLength)),!x.isBuffer(o)||!x.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};x.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}};x.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return x.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=x.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(eo(m,Uint8Array))p+m.length>s.length?x.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(x.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function Ks(e,o){if(x.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||eo(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 n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return ba(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return ep(e).length;default:if(s)return r?-1:ba(e).length;o=(""+o).toLowerCase(),s=!0}}x.byteLength=Ks;function rT(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return uT(this,o,n);case"utf8":case"utf-8":return Ys(this,o,n);case"ascii":return _T(this,o,n);case"latin1":case"binary":return lT(this,o,n);case"base64":return mT(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fT(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}x.prototype._isBuffer=!0;function Xo(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}x.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 n=0;n<o;n+=2)Xo(this,n,n+1);return this};x.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 n=0;n<o;n+=4)Xo(this,n,n+3),Xo(this,n+1,n+2);return this};x.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 n=0;n<o;n+=8)Xo(this,n,n+7),Xo(this,n+1,n+6),Xo(this,n+2,n+5),Xo(this,n+3,n+4);return this};x.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Ys(this,0,o):rT.apply(this,arguments)};x.prototype.toLocaleString=x.prototype.toString;x.prototype.equals=function(o){if(!x.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:x.compare(this,o)===0};x.prototype.inspect=function(){var o="",n=At.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Vs&&(x.prototype[Vs]=x.prototype.inspect);x.prototype.compare=function(o,n,r,s,p){if(eo(o,Uint8Array)&&(o=x.from(o,o.offset,o.byteLength)),!x.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,d=Math.min(m,_),l=this.slice(s,p),u=o.slice(n,r),f=0;f<d;++f)if(l[f]!==u[f]){m=l[f],_=u[f];break}return m<_?-1:_<m?1:0};function Xs(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,Aa(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=x.from(o,r)),x.isBuffer(o))return o.length===0?-1:$s(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):$s(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function $s(e,o,n,r,s){var p=1,m=e.length,_=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,m/=2,_/=2,n/=2}function d(v,S){return p===1?v[S]:v.readUInt16BE(S*p)}var l;if(s){var u=-1;for(l=n;l<m;l++)if(d(e,l)===d(o,u===-1?0:l-u)){if(u===-1&&(u=l),l-u+1===_)return u*p}else u!==-1&&(l-=l-u),u=-1}else for(n+_>m&&(n=m-_),l=n;l>=0;l--){for(var f=!0,h=0;h<_;h++)if(d(e,l+h)!==d(o,h)){f=!1;break}if(f)return l}return-1}x.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};x.prototype.indexOf=function(o,n,r){return Xs(this,o,n,r,!0)};x.prototype.lastIndexOf=function(o,n,r){return Xs(this,o,n,r,!1)};function aT(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(Aa(_))return m;e[n+m]=_}return m}function iT(e,o,n,r){return Zn(ba(o,e.length-n),e,n,r)}function cT(e,o,n,r){return Zn(TT(o),e,n,r)}function sT(e,o,n,r){return Zn(ep(o),e,n,r)}function pT(e,o,n,r){return Zn(xT(o,e.length-n),e,n,r)}x.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return aT(this,o,n,r);case"utf8":case"utf-8":return iT(this,o,n,r);case"ascii":case"latin1":case"binary":return cT(this,o,n,r);case"base64":return sT(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pT(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};x.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function mT(e,o,n){return o===0&&n===e.length?xa.fromByteArray(e):xa.fromByteArray(e.slice(o,n))}function Ys(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var d,l,u,f;switch(_){case 1:p<128&&(m=p);break;case 2:d=e[s+1],(d&192)===128&&(f=(p&31)<<6|d&63,f>127&&(m=f));break;case 3:d=e[s+1],l=e[s+2],(d&192)===128&&(l&192)===128&&(f=(p&15)<<12|(d&63)<<6|l&63,f>2047&&(f<55296||f>57343)&&(m=f));break;case 4:d=e[s+1],l=e[s+2],u=e[s+3],(d&192)===128&&(l&192)===128&&(u&192)===128&&(f=(p&15)<<18|(d&63)<<12|(l&63)<<6|u&63,f>65535&&f<1114112&&(m=f))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return dT(r)}var qs=4096;function dT(e){var o=e.length;if(o<=qs)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=qs));return n}function _T(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function lT(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function uT(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=ST[e[p]];return s}function fT(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}x.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var s=this.subarray(o,n);return Object.setPrototypeOf(s,x.prototype),s};function ce(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}x.prototype.readUintLE=x.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};x.prototype.readUintBE=x.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};x.prototype.readUint8=x.prototype.readUInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]};x.prototype.readUint16LE=x.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]|this[o+1]<<8};x.prototype.readUint16BE=x.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||ce(o,2,this.length),this[o]<<8|this[o+1]};x.prototype.readUint32LE=x.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};x.prototype.readUint32BE=x.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};x.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};x.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||ce(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};x.prototype.readInt8=function(o,n){return o=o>>>0,n||ce(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};x.prototype.readInt16LE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};x.prototype.readInt16BE=function(o,n){o=o>>>0,n||ce(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};x.prototype.readInt32LE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};x.prototype.readInt32BE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};x.prototype.readFloatLE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),wt.read(this,o,!0,23,4)};x.prototype.readFloatBE=function(o,n){return o=o>>>0,n||ce(o,4,this.length),wt.read(this,o,!1,23,4)};x.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),wt.read(this,o,!0,52,8)};x.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||ce(o,8,this.length),wt.read(this,o,!1,52,8)};function ye(e,o,n,r,s,p){if(!x.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}x.prototype.writeUintLE=x.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};x.prototype.writeUintBE=x.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;ye(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};x.prototype.writeUint8=x.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,255,0),this[n]=o&255,n+1};x.prototype.writeUint16LE=x.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeUint16BE=x.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeUint32LE=x.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};x.prototype.writeUint32BE=x.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};x.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=0,_=1,d=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&d===0&&this[n+m-1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);ye(this,o,n,r,p-1,-p)}var m=r-1,_=1,d=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&d===0&&this[n+m+1]!==0&&(d=1),this[n+m]=(o/_>>0)-d&255;return n+r};x.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};x.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};x.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};x.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};x.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ye(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Zs(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Js(e,o,n,r,s){return o=+o,n=n>>>0,s||Zs(e,o,n,4,34028234663852886e22,-34028234663852886e22),wt.write(e,o,n,r,23,4),n+4}x.prototype.writeFloatLE=function(o,n,r){return Js(this,o,n,!0,r)};x.prototype.writeFloatBE=function(o,n,r){return Js(this,o,n,!1,r)};function Qs(e,o,n,r,s){return o=+o,n=n>>>0,s||Zs(e,o,n,8,17976931348623157e292,-17976931348623157e292),wt.write(e,o,n,r,52,8),n+8}x.prototype.writeDoubleLE=function(o,n,r){return Qs(this,o,n,!0,r)};x.prototype.writeDoubleBE=function(o,n,r){return Qs(this,o,n,!1,r)};x.prototype.copy=function(o,n,r,s){if(!x.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};x.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!x.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=x.isBuffer(o)?o:x.from(o,s),d=_.length;if(d===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%d]}return this};var gT=/[^+/0-9A-Za-z-_]/g;function hT(e){if(e=e.split("=")[0],e=e.trim().replace(gT,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function ba(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function TT(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function xT(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function ep(e){return xa.toByteArray(hT(e))}function Zn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function eo(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Aa(e){return e!==e}var ST=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var ip=w((lI,ap)=>{t();var J=ap.exports={},oo,to;function Ia(){throw new Error("setTimeout has not been defined")}function Da(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?oo=setTimeout:oo=Ia}catch(e){oo=Ia}try{typeof clearTimeout=="function"?to=clearTimeout:to=Da}catch(e){to=Da}})();function tp(e){if(oo===setTimeout)return setTimeout(e,0);if((oo===Ia||!oo)&&setTimeout)return oo=setTimeout,setTimeout(e,0);try{return oo(e,0)}catch(o){try{return oo.call(null,e,0)}catch(n){return oo.call(this,e,0)}}}function yT(e){if(to===clearTimeout)return clearTimeout(e);if((to===Da||!to)&&clearTimeout)return to=clearTimeout,clearTimeout(e);try{return to(e)}catch(o){try{return to.call(null,e)}catch(n){return to.call(this,e)}}}var fo=[],It=!1,Yo,Jn=-1;function bT(){!It||!Yo||(It=!1,Yo.length?fo=Yo.concat(fo):Jn=-1,fo.length&&np())}function np(){if(!It){var e=tp(bT);It=!0;for(var o=fo.length;o;){for(Yo=fo,fo=[];++Jn<o;)Yo&&Yo[Jn].run();Jn=-1,o=fo.length}Yo=null,It=!1,yT(e)}}J.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];fo.push(new rp(e,o)),fo.length===1&&!It&&tp(np)};function rp(e,o){this.fun=e,this.array=o}rp.prototype.run=function(){this.fun.apply(null,this.array)};J.title="browser";J.browser=!0;J.env={};J.argv=[];J.version="";J.versions={};function go(){}J.on=go;J.addListener=go;J.once=go;J.off=go;J.removeListener=go;J.removeAllListeners=go;J.emit=go;J.prependListener=go;J.prependOnceListener=go;J.listeners=function(e){return[]};J.binding=function(e){throw new Error("process.binding is not supported")};J.cwd=function(){return"/"};J.chdir=function(e){throw new Error("process.chdir is not supported")};J.umask=function(){return 0}});var a,c,vT,i,t=b(()=>{a=T(op()),c=T(ip()),vT=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=vT});var ka=b(()=>{"use strict";t()});var tn,Na,no=b(()=>{"use strict";t();tn="Transaction canceled",Na="You cannot sign transactions from a different account"});var cp=b(()=>{"use strict";t()});var La,sp=b(()=>{"use strict";t();La=(r=>(r.SetGuardian="SetGuardian",r.GuardAccount="GuardAccount",r.UnGuardAccount="UnGuardAccount",r))(La||{})});var Ca,Pa,Ea,Ma,nn,Ra,Wa=b(()=>{"use strict";t();Ca="1.0.8",Pa="1.0.11",Ea="1.0.15",Ma="1.0.17",nn="1.0.22",Ra="1.0.23"});var Oa,Fa=b(()=>{"use strict";t();Oa={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var pp=b(()=>{"use strict";t()});var Ba,Ua=b(()=>{"use strict";t();Ba=(s=>(s.signature="signature",s.sessionId="sessionId",s.status="status",s.address="address",s))(Ba||{})});var mp=b(()=>{"use strict";t()});var dp=b(()=>{"use strict";t()});var Re,Dt,Mo=b(()=>{"use strict";t();Re=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),Dt=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums")});var _p,AI,lp,II,$=b(()=>{"use strict";t();Mo();_p=(n=>(n.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",n.reloginRequest="RELOGIN_REQUEST",n))(_p||{}),AI=g(g({},Dt.WindowProviderRequestEnums),_p),lp=(o=>(o.reloginResponse="RELOGIN_RESPONSE",o))(lp||{}),II=g(g({},Dt.WindowProviderResponseEnums),lp)});var up=b(()=>{"use strict";t()});var fp=b(()=>{"use strict";t()});var ro,be=b(()=>{"use strict";t();ro=(s=>(s.raw="raw",s.text="text",s.decimal="decimal",s.smart="smart",s))(ro||{})});var gp=b(()=>{"use strict";t()});var hp=b(()=>{"use strict";t()});var Tp=b(()=>{"use strict";t()});var q=b(()=>{"use strict";t();Ua();mp();dp();$();up();fp();be();gp();hp();Tp()});var Zo,xp,VI,Sp,$I,yp,qI,zI,bp,rn,Jo=b(()=>{"use strict";t();q();Zo={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:xp,egldLabel:VI}=Zo["devnet"],{chainId:Sp,egldLabel:$I}=Zo["testnet"],{chainId:yp,egldLabel:qI}=Zo["mainnet"],zI={["devnet"]:xp,["testnet"]:Sp,["mainnet"]:yp},bp={[xp]:"devnet",[Sp]:"testnet",[yp]:"mainnet"},rn=0});var an=b(()=>{"use strict";t()});var ao,vp=b(()=>{"use strict";t();ao=require("@multiversx/sdk-web-wallet-provider")});var pe,Qo=b(()=>{"use strict";t();pe=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants")});var wp,Ap,Ga,JI,QI,Ha=b(()=>{"use strict";t();Qo();Ga=String((Ap=(wp=pe.safeWindow)==null?void 0:wp.navigator)==null?void 0:Ap.userAgent),JI=/^((?!chrome|android).)*safari/i.test(Ga),QI=/firefox/i.test(Ga)&&/windows/i.test(Ga)});var Va,Qn,cn,$a,sn,We,et,Ip,Dp,kp,ho,er,Np,or,Lp,Cp,Oe,Pp,Ep,R=b(()=>{"use strict";t();ka();no();cp();sp();Wa();Fa();pp();Jo();an();vp();Ha();Va=.01,Qn=1500,cn=5e4,$a=5e4,sn=1e9,We=18,et=4,Ip=1,Dp=1,kp="/dapp/init",ho="signSession",er="sdk-dapp-version",Np="4.2.2",or="logout",Lp="login",Cp="N/A",Oe="0",Pp="...",Ep="EGLD-000000"});var pn,tr=b(()=>{"use strict";t();pn=()=>Date.now()/1e3});var Mp=b(()=>{"use strict";t()});var Rp=b(()=>{"use strict";t()});var qa=b(()=>{"use strict";t();tr();Mp();Rp()});var za={};G(za,{clear:()=>DT,getItem:()=>AT,localStorageKeys:()=>Fe,removeItem:()=>IT,setItem:()=>wT});var Fe,nr,wT,AT,IT,DT,ot=b(()=>{"use strict";t();qa();Fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event",guardianBreachToastDismissTimestamp:"sdk-dapp-guardian-breach-toast-dismiss-timestamp"},nr=typeof localStorage!="undefined",wT=({key:e,data:o,expires:n})=>{!nr||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},AT=e=>{if(!nr)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:pn()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},IT=e=>{!nr||localStorage.removeItem(String(e))},DT=()=>{!nr||localStorage.clear()}});var ja={};G(ja,{clear:()=>Bp,getItem:()=>Op,removeItem:()=>Fp,setItem:()=>Wp,storage:()=>kT});var Wp,Op,Fp,Bp,kT,Up=b(()=>{"use strict";t();Wp=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Op=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Fp=e=>sessionStorage.removeItem(String(e)),Bp=()=>sessionStorage.clear(),kT={setItem:Wp,getItem:Op,removeItem:Fp,clear:Bp}});var Ve,tt=b(()=>{"use strict";t();ot();Up();Ve={session:ja,local:za}});var Ka,K,ve,Z=b(()=>{"use strict";t();Ka=require("@reduxjs/toolkit");R();K=(0,Ka.createAction)(or),ve=(0,Ka.createAction)(Lp,e=>({payload:e}))});var Ya,Gp,Hp,Be,Xa,Vp,$e,Ro,Za,LD,NT,LT,CD,PD,ED,CT,PT,rr,ar=b(()=>{"use strict";t();Ya=require("@multiversx/sdk-core"),Gp=require("@reduxjs/toolkit"),Hp=require("redux-persist");R();tt();ot();Z();Be={balance:"...",address:"",isGuarded:!1,nonce:0,txCount:0,scrCount:0,claimableRewards:Oe},Xa={address:"",websocketEvent:null,websocketBatchEvent:null,accounts:{"":Be},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Vp=(0,Gp.createSlice)({name:"accountInfoSlice",initialState:Xa,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=n?new Ya.Address(n).hex():""},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Be},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].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(K,()=>(Ve.local.removeItem(Fe.loginExpiresAt),Xa)),e.addCase(ve,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Ya.Address(r).toHex()}),e.addCase(Hp.REHYDRATE,(o,n)=>{var l;if(!((l=n.payload)!=null&&l.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let d=m&&s in m;o.accounts=d?m:Xa.accounts,o.publicKey=_})}}),{setAccount:$e,setAddress:Ro,setAccountNonce:Za,setAccountShard:LD,setLedgerAccount:NT,updateLedgerAccount:LT,setWalletConnectAccount:CD,setIsAccountLoading:PD,setAccountLoadingError:ED,setWebsocketEvent:CT,setWebsocketBatchEvent:PT}=Vp.actions,rr=Vp.reducer});function mn(){return new Date().setHours(new Date().getHours()+24)}function dn(e){Ve.local.setItem({key:Fe.loginExpiresAt,data:e,expires:e})}var Ja=b(()=>{"use strict";t();tt();ot()});var qp,$p,zp,VD,ET,MT,Qa,$D,RT,jp,qD,zD,jD,ir,cr=b(()=>{"use strict";t();qp=require("@reduxjs/toolkit");Ja();$();Z();$p={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,passkeyLogin:null,operaLogin:null,crossWindowLogin:null,iframeWindowLogin:null,isLoginSessionInvalid:!1,webviewLogin:null},zp=(0,qp.createSlice)({name:"loginInfoSlice",initialState:$p,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(K,()=>$p),e.addCase(ve,(o,n)=>{o.isLoginSessionInvalid=!1,o.loginMethod=n.payload.loginMethod,o.iframeLoginType=n.payload.iframeLoginType,dn(mn())})}}),{setLoginMethod:VD,setWalletConnectLogin:ET,setLedgerLogin:MT,setTokenLogin:Qa,setTokenLoginSignature:$D,setWalletLogin:RT,invalidateLoginSession:jp,setLogoutRoute:qD,setIsWalletConnectV2Initialized:zD,setWebviewLogin:jD}=zp.actions,ir=zp.reducer});var Xp,Kp,Yp,ZD,WT,JD,OT,sr,pr=b(()=>{"use strict";t();Xp=require("@reduxjs/toolkit");Z();Kp={},Yp=(0,Xp.createSlice)({name:"modalsSlice",initialState:Kp,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(K,()=>Kp)}}),{setTxSubmittedModal:ZD,setNotificationModal:WT,clearTxSubmittedModal:JD,clearNotificationModal:OT}=Yp.actions,sr=Yp.reducer});var qe,nt=b(()=>{"use strict";t();qe=()=>typeof window!="undefined"&&typeof(window==null?void 0:window.location)!="undefined"});var V,me=b(()=>{"use strict";t();nt();V=()=>{if(!qe())return{pathname:"",hash:"",origin:"",href:"",search:""};let{location:{pathname:o,hash:n,origin:r,href:s,search:p}}=window;return{pathname:o,hash:n,origin:r,href:s,search:p}}});var kt,Zp=b(()=>{"use strict";t();me();kt=(e="")=>{let o=V(),n=e.startsWith("http")||e.startsWith("www.");return!o.origin||e.startsWith(o.origin)||n?e:`${o.origin}/${e.replace("/","")}`}});var Jp=b(()=>{"use strict";t();de()});var Qp,em=b(()=>{"use strict";t();Qo();Qp=e=>{if(!pe.safeWindow.location)return;if(!new URL(pe.safeWindow.location.href).protocol.startsWith("http"))return pe.safeWindow.location.reload();pe.safeWindow.location.assign(e)}});var de=b(()=>{"use strict";t();Zp();Jp();me();em()});var om,tm,_n,ln=b(()=>{"use strict";t();de();om=!1,tm=(e=!0)=>{om=e},_n=({timeout:e=0,url:o})=>{om||setTimeout(()=>{if(!!window)return Qp(o)},e)}});var nm=b(()=>{"use strict";t();ln()});function rm(e){return e[Math.floor(Math.random()*e.length)]}var am=b(()=>{"use strict";t()});function ei(e){let o=null;if((e==null?void 0:e.statusCode)in Oa){let n=e==null?void 0:e.statusCode,{message:r}=Oa[n];o=UT.includes(n)?im:r}return{errorMessage:o,defaultErrorMessage:im}}var im,FT,BT,UT,oi=b(()=>{"use strict";t();Fa();im="Check if the MultiversX app is open on Ledger",FT=28161,BT=28160,UT=[FT,BT]});var To=b(()=>{"use strict";t();nm();am();oi()});var cm,sm,pm,ti,HT,mm,Nk,Lk,dm,mr,dr=b(()=>{"use strict";t();cm=require("@reduxjs/toolkit"),sm=T(require("lodash.omit")),pm=require("redux-persist");an();Z();To();ti={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},HT={network:ti},mm=(0,cm.createSlice)({name:"appConfig",initialState:HT,reducers:{initializeNetworkConfig:(e,o)=>{let n=rm(o.payload.walletConnectV2RelayAddresses),r=(0,sm.default)(o.payload,"walletConnectV2RelayAddresses");e.network=I(g(g({},e.network),r),{walletConnectV2RelayAddress:n})},updateNetworkConfig:(e,o)=>{e.network=g(g({},e.network),o.payload)},setCustomWalletAddress:(e,o)=>{e.network.customWalletAddress=o.payload}},extraReducers:e=>{e.addCase(K,o=>{o.network.customWalletAddress=void 0}),e.addCase(pm.REHYDRATE,(o,n)=>{var s,p;if(!((p=(s=n.payload)==null?void 0:s.network)!=null&&p.customWalletAddress))return;let{network:{customWalletAddress:r}}=n.payload;o.network.customWalletAddress=r})}}),{initializeNetworkConfig:Nk,updateNetworkConfig:Lk,setCustomWalletAddress:dm}=mm.actions,mr=mm.reducer});var _m,ni,lm,Wk,Ok,Fk,_r,lr=b(()=>{"use strict";t();_m=require("@reduxjs/toolkit");q();Z();ni={isSigning:!1,signedSessions:{}},lm=(0,_m.createSlice)({name:"signedMessageInfoSliceState",initialState:ni,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=g(g({},e.signedSessions[n]),r)},setSignSessionState:(e,o)=>g(g({},e),o.payload),clearSignedMessageInfo:()=>ni},extraReducers:e=>{e.addCase(K,()=>ni)}}),{setSignSession:Wk,clearSignedMessageInfo:Ok,setSignSessionState:Fk}=lm.actions,_r=lm.reducer});var fm,gm,um,hm,VT,$T,qk,qT,ur,fr=b(()=>{"use strict";t();fm=require("@reduxjs/toolkit"),gm=require("redux-persist");q();tr();Z();um={customToasts:[],transactionToasts:[]},hm=(0,fm.createSlice)({name:"toastsSlice",initialState:um,reducers:{addCustomToast:(e,o)=>{let n=o.payload.toastId||`custom-toast-${e.customToasts.length+1}`,r=e.customToasts.findIndex(s=>s.toastId===n);if(r!==-1){e.customToasts[r]=I(g(g({},e.customToasts[r]),o.payload),{type:"custom",toastId:n});return}e.customToasts.push(I(g({},o.payload),{type:"custom",toastId:n}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:pn(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)}},extraReducers:e=>{e.addCase(K,()=>um),e.addCase(gm.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:VT,removeCustomToast:$T,addTransactionToast:qk,removeTransactionToast:qT}=hm.actions,ur=hm.reducer});var Tm,ai,ii,ci,zT,ri,xm,Xk,jT,un,gr,hr=b(()=>{"use strict";t();Tm=require("@reduxjs/toolkit");Z();ai="Transaction failed",ii="Transaction successful",ci="Processing transaction",zT="Transaction submitted",ri={},xm=(0,Tm.createSlice)({name:"transactionsInfo",initialState:ri,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||ai,successMessage:(r==null?void 0:r.successMessage)||ii,processingMessage:(r==null?void 0:r.processingMessage)||ci,submittedMessage:(r==null?void 0:r.submittedMessage)||zT,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>ri},extraReducers:e=>{e.addCase(K,()=>ri)}}),{clearTransactionsInfo:Xk,setTransactionsDisplayInfo:jT,clearTransactionsInfoForSessionId:un}=xm.actions,gr=xm.reducer});function Lt(e){return e!=null&&(nx(e)||sx(e))}function Ct(e){return e!=null&&(rx(e)||px(e))}function Pt(e){return e!=null&&(ax(e)||mx(e))}function Sm(e){return e!=null&&(ix(e)||dx(e))}function si(e){return e!=null&&cx(e)}function nx(e){return e!=null&&KT.includes(e)}function rx(e){return e!=null&&XT.includes(e)}function ax(e){return e!=null&&YT.includes(e)}function ix(e){return e!=null&&ZT.includes(e)}function cx(e){return e!=null&&JT.includes(e)}function sx(e){return e!=null&&QT.includes(e)}function px(e){return e!=null&&ex.includes(e)}function mx(e){return e!=null&&ox.includes(e)}function dx(e){return e!=null&&tx.includes(e)}var KT,XT,YT,ZT,JT,QT,ex,ox,tx,Et=b(()=>{"use strict";t();$();KT=["sent"],XT=["success"],YT=["fail","cancelled","timedOut"],ZT=["invalid"],JT=["timedOut"],QT=["pending"],ex=["success"],ox=["fail","invalid"],tx=["not executed"]});var ym,bm,fn,_x,vm,wm,Am,lx,rt,ux,fx,rN,Im,Oo,at,aN,Tr,xr=b(()=>{"use strict";t();ym=require("@reduxjs/toolkit"),bm=require("redux-persist");$();Et();Z();fn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},_x={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},vm=(0,ym.createSlice)({name:"transactionsSlice",initialState:fn,reducers:{moveTransactionsToSignedState:(e,o)=>{var d,l;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m,customTransactionInformation:_}=o.payload;e.customTransactionInformationForSessionId[n]=g(g(g({},_x),((d=e.signedTransactions[n])==null?void 0:d.customTransactionInformation)||{}),e.customTransactionInformationForSessionId[n]||{}),e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:g(g({},e.customTransactionInformationForSessionId[n]),_!=null?_:{})},((l=e==null?void 0:e.transactionsToSign)==null?void 0:l.sessionId)===n&&(e.transactionsToSign=fn.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=g(g({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,u,f,h,v,S,L,A;let{sessionId:n,status:r,errorMessage:s,transactionHash:p,serverTransaction:m,inTransit:_}=o.payload,d=(u=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:u.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(C=>C.hash===p?I(g(g({},m!=null?m:{}),C),{status:r,errorMessage:s,inTransit:_}):C);let W=(h=(f=e.signedTransactions[n])==null?void 0:f.transactions)==null?void 0:h.every(C=>Ct(C.status)),E=(S=(v=e.signedTransactions[n])==null?void 0:v.transactions)==null?void 0:S.some(C=>Pt(C.status)),M=(A=(L=e.signedTransactions[n])==null?void 0:L.transactions)==null?void 0:A.every(C=>Sm(C.status));W&&(e.signedTransactions[n].status="success"),E&&(e.signedTransactions[n].status="fail"),M&&(e.signedTransactions[n].status="invalid")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=fn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=fn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload},updateSignedTransactionsCustomTransactionInformation:(e,o)=>{let{sessionId:n,customTransactionInformationOverrides:r}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].customTransactionInformation=g(g({},e.signedTransactions[n].customTransactionInformation),r))}},extraReducers:e=>{e.addCase(K,()=>fn),e.addCase(bm.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[d,l])=>{let u=new Date(d),f=new Date;return f.setHours(f.getHours()+5),f-u>0||(_[d]=l),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:wm,updateSignedTransactions:Am,setTransactionsToSign:lx,clearAllTransactionsToSign:rt,clearAllSignedTransactions:ux,clearSignedTransaction:fx,clearTransactionToSign:rN,setSignTransactionsError:Im,setSignTransactionsCancelMessage:Oo,moveTransactionsToSignedState:at,updateSignedTransactionsCustomTransactionInformation:aN}=vm.actions,Tr=vm.reducer});var Dm,pi,km,pN,mN,gx,dN,Sr,yr=b(()=>{"use strict";t();Dm=require("@reduxjs/toolkit");Z();pi={},km=(0,Dm.createSlice)({name:"batchTransactionsSlice",initialState:pi,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:()=>pi},extraReducers:e=>{e.addCase(K,()=>pi)}}),{setBatchTransactions:pN,updateBatchTransactions:mN,clearBatchTransactions:gx,clearAllBatchTransactions:dN}=km.actions,Sr=km.reducer});var Lm,Nm,Cm,fN,Pm,mi=b(()=>{"use strict";t();Lm=require("@reduxjs/toolkit");Z();Nm={},Cm=(0,Lm.createSlice)({name:"dappConfigSlice",initialState:Nm,reducers:{setDappConfig:(e,o)=>o.payload},extraReducers:e=>{e.addCase(K,()=>Nm)}}),{setDappConfig:fN}=Cm.actions,Pm=Cm.reducer});var U=b(()=>{"use strict";t();ar();cr();pr();dr();lr();fr();hr();xr();yr();mi()});var di=b(()=>{"use strict";t()});var Rm,Sx,yx,it,wr=b(()=>{"use strict";t();Rm=require("@reduxjs/toolkit");di();ar();yr();mi();cr();pr();dr();lr();fr();hr();xr();Sx={["account"]:rr,["dappConfig"]:Pm,["loginInfo"]:ir,["modals"]:sr,["networkConfig"]:mr,["signedMessageInfo"]:_r,["toasts"]:ur,["transactionsInfo"]:gr,["transactions"]:Tr,["batchTransactions"]:Sr},yx=(e={})=>(0,Rm.combineReducers)(g(g({},Sx),e)),it=yx});var Bm={};G(Bm,{default:()=>Ox,sessionStorageReducers:()=>_i});function xo(e,o=[]){return{key:e,version:1,storage:Om.default,blacklist:o}}var we,Wm,Om,bx,gn,vx,wx,Ax,Ix,Dx,kx,Nx,Lx,Cx,Px,Fm,Ex,_i,Mx,Rx,Wx,Ox,Um=b(()=>{"use strict";t();we=require("redux-persist"),Wm=T(require("redux-persist/lib/storage")),Om=T(require("redux-persist/lib/storage/session"));wr();U();ar();yr();cr();pr();dr();lr();fr();hr();xr();di();bx={persistReducersStorageType:"localStorage"},gn={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},vx=xo(gn["account"]),wx=xo(gn["loginInfo"]),Ax=xo(gn["modals"]),Ix=xo(gn["networkConfig"]),Dx={2:e=>I(g({},e),{networkConfig:ti})};kx=xo("sdk-dapp-transactionsInfo"),Nx=xo("sdk-dapp-transactions",["transactionsToSign"]),Lx=xo("sdk-dapp-batchTransactions",["batchTransactions"]),Cx=xo("sdk-dapp-toasts"),Px=xo("sdk-dapp-signedMessageInfo"),Fm={key:"sdk-dapp-store",version:2,storage:Wm.default,whitelist:Object.keys(gn),migrate:(0,we.createMigrate)(Dx,{debug:!1})},Ex=I(g({},Fm),{whitelist:[]}),_i={["toasts"]:(0,we.persistReducer)(Cx,ur),["transactions"]:(0,we.persistReducer)(Nx,Tr),["transactionsInfo"]:(0,we.persistReducer)(kx,gr),["batchTransactions"]:(0,we.persistReducer)(Lx,Sr),["signedMessageInfo"]:(0,we.persistReducer)(Px,_r)},Mx=I(g({},_i),{["account"]:(0,we.persistReducer)(vx,rr),["loginInfo"]:(0,we.persistReducer)(wx,ir),["modals"]:(0,we.persistReducer)(Ax,sr),["networkConfig"]:(0,we.persistReducer)(Ix,mr)}),Rx=bx.persistReducersStorageType==="localStorage",Wx=Rx?(0,we.persistReducer)(Fm,it(_i)):(0,we.persistReducer)(Ex,it(Mx)),Ox=Wx});var Gm={};G(Gm,{default:()=>Fx});var Fx,Hm=b(()=>{"use strict";t();wr();Fx=it()});var Vm={};G(Vm,{default:()=>Ux});var Ue,Bx,Ux,$m=b(()=>{"use strict";t();Ue=require("redux-persist"),Bx=[Ue.FLUSH,Ue.REHYDRATE,Ue.PAUSE,Ue.PERSIST,Ue.PURGE,Ue.REGISTER],Ux=Bx});var jm={};G(jm,{default:()=>zm});function zm(e){return(0,qm.persistStore)(e)}var qm,Km=b(()=>{"use strict";t();qm=require("redux-persist")});var R_=w((w6,M_)=>{t();var sy=typeof i=="object"&&i&&i.Object===Object&&i;M_.exports=sy});var In=w((A6,W_)=>{t();var py=R_(),my=typeof self=="object"&&self&&self.Object===Object&&self,dy=py||my||Function("return this")();W_.exports=dy});var qr=w((I6,O_)=>{t();var _y=In(),ly=_y.Symbol;O_.exports=ly});var G_=w((D6,U_)=>{t();var F_=qr(),B_=Object.prototype,uy=B_.hasOwnProperty,fy=B_.toString,Dn=F_?F_.toStringTag:void 0;function gy(e){var o=uy.call(e,Dn),n=e[Dn];try{e[Dn]=void 0;var r=!0}catch(p){}var s=fy.call(e);return r&&(o?e[Dn]=n:delete e[Dn]),s}U_.exports=gy});var V_=w((k6,H_)=>{t();var hy=Object.prototype,Ty=hy.toString;function xy(e){return Ty.call(e)}H_.exports=xy});var zr=w((N6,z_)=>{t();var $_=qr(),Sy=G_(),yy=V_(),by="[object Null]",vy="[object Undefined]",q_=$_?$_.toStringTag:void 0;function wy(e){return e==null?e===void 0?vy:by:q_&&q_ in Object(e)?Sy(e):yy(e)}z_.exports=wy});var ec=w((L6,j_)=>{t();var Ay=Array.isArray;j_.exports=Ay});var oc=w((C6,K_)=>{t();function Iy(e){return e!=null&&typeof e=="object"}K_.exports=Iy});var Y_=w((P6,X_)=>{t();var Dy=zr(),ky=ec(),Ny=oc(),Ly="[object String]";function Cy(e){return typeof e=="string"||!ky(e)&&Ny(e)&&Dy(e)==Ly}X_.exports=Cy});var rc={};G(rc,{css:()=>tl,default:()=>By});var tl,By,ac=b(()=>{"use strict";t();tl=`.dapp-core-component__main__link-style {
2
2
  color: #1392ff;
3
3
  }
4
4