@multiversx/sdk-dapp 3.2.0 → 3.2.1

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 (644) hide show
  1. package/UI/Denominate/index.js +1 -1
  2. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  3. package/UI/ExplorerLink/index.js +1 -1
  4. package/UI/FormatAmount/FormatAmount.js +1 -1
  5. package/UI/FormatAmount/index.js +1 -1
  6. package/UI/NotificationModal/NotificationModal.js +1 -1
  7. package/UI/NotificationModal/index.js +1 -1
  8. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  9. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
  15. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
  23. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.d.ts +1 -0
  24. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
  25. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/confirmReceiverStyles.js +1 -1
  26. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
  27. package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
  28. package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
  29. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  30. package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
  31. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  32. package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  33. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  34. package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
  35. package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
  36. package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
  37. package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
  38. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  39. package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
  40. package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
  41. package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
  42. package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
  43. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  44. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  45. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  46. package/UI/SignTransactionsModals/components/index.js +1 -1
  47. package/UI/SignTransactionsModals/index.js +1 -1
  48. package/UI/TokenDetails/index.js +1 -1
  49. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  50. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  51. package/UI/TransactionDetails/components/index.js +1 -1
  52. package/UI/TransactionDetails/index.js +1 -1
  53. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  54. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  55. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  56. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  57. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  58. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  59. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  60. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  61. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  62. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  63. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  64. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  65. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  66. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  67. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  68. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  69. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  70. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  71. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  72. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  73. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  74. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  75. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  76. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  77. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  79. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  80. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  81. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  82. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  83. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  84. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  85. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  86. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  87. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  88. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  89. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  90. package/UI/TransactionInfo/components/index.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  99. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  100. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  103. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  104. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  105. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  106. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  107. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  108. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  109. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  110. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  111. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  112. package/UI/TransactionInfo/index.js +1 -1
  113. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  114. package/UI/TransactionsTable/components/AccountName.js +1 -1
  115. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  116. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  117. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  118. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  119. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  120. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  121. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  122. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  123. package/UI/TransactionsTable/components/index.js +1 -1
  124. package/UI/TransactionsTable/index.js +1 -1
  125. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  126. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  127. package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
  128. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  129. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  130. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  131. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  132. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  133. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  134. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  135. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  136. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  137. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  138. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  139. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  140. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  141. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  142. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  143. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  144. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  145. package/UI/TransactionsToastList/components/index.js +1 -1
  146. package/UI/TransactionsToastList/index.js +1 -1
  147. package/UI/Trim/Trim.js +1 -1
  148. package/UI/Trim/index.js +1 -1
  149. package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
  150. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  151. package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
  152. package/UI/iframe/IframeLoginButton/index.js +1 -1
  153. package/UI/index.js +1 -1
  154. package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
  155. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  156. package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
  157. package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
  158. package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
  159. package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
  160. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
  161. package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
  162. package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
  163. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
  164. package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
  165. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
  166. package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
  167. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
  168. package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
  169. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  170. package/UI/ledger/index.js +1 -1
  171. package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
  172. package/UI/metamask/MetamaskLoginButton/index.js +1 -1
  173. package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
  174. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  175. package/UI/pages/UnlockPage/index.js +1 -1
  176. package/UI/pages/index.js +1 -1
  177. package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
  178. package/UI/passkey/PasskeyLoginButton/index.js +1 -1
  179. package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
  180. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  181. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
  182. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
  183. package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
  184. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  185. package/UI/walletConnect/index.js +1 -1
  186. package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
  187. package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
  188. package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
  189. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  190. package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
  191. package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
  192. package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
  193. package/UI/webWallet/XaliasLoginButton/index.js +1 -1
  194. package/__chunks__/{chunk-GAOHYWU5.js → chunk-23MTY53B.js} +2 -2
  195. package/__chunks__/{chunk-ZQSEKOL6.js → chunk-2CXRPXVL.js} +2 -2
  196. package/__chunks__/{chunk-OLM3DRPG.js → chunk-2DKWIWCD.js} +2 -2
  197. package/__chunks__/{chunk-GZZJ3C7Y.js → chunk-2FKWTULT.js} +2 -2
  198. package/__chunks__/{chunk-E2MK7AGO.js → chunk-2IHA7WOA.js} +2 -2
  199. package/__chunks__/{chunk-4ZHMLRTZ.js → chunk-2KWIHSUC.js} +2 -2
  200. package/__chunks__/{chunk-TWNZNIO3.js → chunk-2RJNAXER.js} +2 -2
  201. package/__chunks__/{chunk-WY5OGWVU.js → chunk-2SPXM7DU.js} +2 -2
  202. package/__chunks__/{chunk-YV544ZGF.js → chunk-2WC5RPEQ.js} +2 -2
  203. package/__chunks__/{chunk-XSH4BN7R.js → chunk-344A5OIX.js} +2 -2
  204. package/__chunks__/{chunk-CSMMNNYJ.js → chunk-3EIHEBXA.js} +2 -2
  205. package/__chunks__/chunk-3OEIBLA2.js +2 -0
  206. package/__chunks__/{chunk-IABMQDVK.js → chunk-3XAR2RII.js} +2 -2
  207. package/__chunks__/{chunk-VNDLCT7N.js → chunk-44WZSFBX.js} +2 -2
  208. package/__chunks__/{chunk-Z53SQCI3.js → chunk-45FBLRG4.js} +2 -2
  209. package/__chunks__/{chunk-MU7GJ6KP.js → chunk-476HMVKF.js} +2 -2
  210. package/__chunks__/{chunk-CIRO6KVM.js → chunk-47T5AL7R.js} +2 -2
  211. package/__chunks__/{chunk-53CX34BT.js → chunk-4ASNRCU7.js} +2 -2
  212. package/__chunks__/{chunk-FKMZKHWB.js → chunk-4IN2NMLL.js} +2 -2
  213. package/__chunks__/chunk-4K7D3FGC.js +2 -0
  214. package/__chunks__/{chunk-UJXWAYCA.js → chunk-4OVFV74F.js} +2 -2
  215. package/__chunks__/{chunk-C3PXU2L4.js → chunk-4WLG2Y2P.js} +2 -2
  216. package/__chunks__/{chunk-KWZP3ISE.js → chunk-526EHPGR.js} +2 -2
  217. package/__chunks__/{chunk-EUWK4VAH.js → chunk-55OVA45Z.js} +2 -2
  218. package/__chunks__/{chunk-OVZU56BL.js → chunk-5CMFF6DG.js} +2 -2
  219. package/__chunks__/chunk-5COLGHXA.js +2 -0
  220. package/__chunks__/{chunk-6FPXN2WA.js → chunk-5KVMSYWV.js} +2 -2
  221. package/__chunks__/{chunk-D7VHOUYM.js → chunk-5NJH63ZB.js} +2 -2
  222. package/__chunks__/{chunk-2R7AIORH.js → chunk-5R65AO5I.js} +2 -2
  223. package/__chunks__/{chunk-VJ4DHAGW.js → chunk-5SAHZX3G.js} +2 -2
  224. package/__chunks__/chunk-5VHWYYSA.js +2 -0
  225. package/__chunks__/{chunk-FFYBP3VO.js → chunk-64D3K6OO.js} +2 -2
  226. package/__chunks__/{chunk-N4NZRF7K.js → chunk-65VAJERX.js} +2 -2
  227. package/__chunks__/{chunk-PW6HEZVY.js → chunk-66WU765P.js} +2 -2
  228. package/__chunks__/{chunk-OMSAPXJC.js → chunk-6Q2PXAWN.js} +2 -2
  229. package/__chunks__/{chunk-OVARAUKG.js → chunk-72KT4LQA.js} +2 -2
  230. package/__chunks__/{chunk-U7LBL3B2.js → chunk-7AXAMZAI.js} +2 -2
  231. package/__chunks__/{chunk-5ZYWVNM2.js → chunk-7DQ4KW5K.js} +2 -2
  232. package/__chunks__/{chunk-UKLOG2V2.js → chunk-7GMVQ5D3.js} +2 -2
  233. package/__chunks__/{chunk-S6XUK334.js → chunk-7OV3JXRI.js} +2 -2
  234. package/__chunks__/{chunk-ZAXFR373.js → chunk-7UHT5DGO.js} +2 -2
  235. package/__chunks__/{chunk-AS5OGJUI.js → chunk-A2LJFLWR.js} +2 -2
  236. package/__chunks__/{chunk-3RZ6YHVI.js → chunk-ACGJY67B.js} +2 -2
  237. package/__chunks__/{chunk-7GULDJWG.js → chunk-ADSRERMU.js} +2 -2
  238. package/__chunks__/{chunk-VFEVXPUR.js → chunk-AELMJCM6.js} +2 -2
  239. package/__chunks__/{chunk-WIQNAB6F.js → chunk-AFEDJEAP.js} +2 -2
  240. package/__chunks__/{chunk-XLP7LOKY.js → chunk-AHRMLXHU.js} +2 -2
  241. package/__chunks__/chunk-AKJR4TWO.js +2 -0
  242. package/__chunks__/{chunk-GTQKESO5.js → chunk-ALYP3OBD.js} +2 -2
  243. package/__chunks__/{chunk-4347T4ED.js → chunk-AVQOZGAO.js} +2 -2
  244. package/__chunks__/{chunk-TKFZSBYS.js → chunk-AWACQXRG.js} +2 -2
  245. package/__chunks__/{chunk-T4T3KCYL.js → chunk-AZUCEU6Z.js} +2 -2
  246. package/__chunks__/{chunk-6ERMDE4W.js → chunk-BBYM5EUY.js} +2 -2
  247. package/__chunks__/{chunk-42GFWXCH.js → chunk-BG3MMGGF.js} +2 -2
  248. package/__chunks__/{chunk-UHO567RQ.js → chunk-BHLDILA3.js} +2 -2
  249. package/__chunks__/{chunk-3KSNHVKE.js → chunk-BKERSBN2.js} +2 -2
  250. package/__chunks__/{chunk-G4C3A2HO.js → chunk-BN5JDRY5.js} +2 -2
  251. package/__chunks__/{chunk-K2QSEGID.js → chunk-BSL3YP3J.js} +2 -2
  252. package/__chunks__/{chunk-6IE5T37F.js → chunk-BU6JEW4R.js} +2 -2
  253. package/__chunks__/{chunk-P4CDK2WV.js → chunk-BW2QE4J2.js} +2 -2
  254. package/__chunks__/{chunk-YY7A6CRY.js → chunk-C35NFHPL.js} +2 -2
  255. package/__chunks__/{chunk-QFYUX3DO.js → chunk-C6473TPV.js} +2 -2
  256. package/__chunks__/{chunk-JRXO7IWE.js → chunk-CL2THJ66.js} +2 -2
  257. package/__chunks__/{chunk-LLCGVY3P.js → chunk-CNE5RFKL.js} +2 -2
  258. package/__chunks__/{chunk-YKKSAVUL.js → chunk-CNSDSDJV.js} +2 -2
  259. package/__chunks__/chunk-CPGY6WDT.js +2 -0
  260. package/__chunks__/{chunk-WXFRCBVZ.js → chunk-CVQ3PZQ2.js} +2 -2
  261. package/__chunks__/{chunk-GQDX6UBF.js → chunk-D3KAMZPL.js} +2 -2
  262. package/__chunks__/{chunk-XBMF3PID.js → chunk-D3RVH3LO.js} +2 -2
  263. package/__chunks__/{chunk-RVE5VBQS.js → chunk-D6AP6F4S.js} +2 -2
  264. package/__chunks__/{chunk-DCMIQPYX.js → chunk-DB4J6VK3.js} +2 -2
  265. package/__chunks__/{chunk-A74SAS7C.js → chunk-DDHCXZPU.js} +2 -2
  266. package/__chunks__/{chunk-CIWV2KDE.js → chunk-DHUFUCBZ.js} +2 -2
  267. package/__chunks__/chunk-DKZBOTB5.js +2 -0
  268. package/__chunks__/{chunk-3PMJZMXT.js → chunk-DPIIJCU7.js} +2 -2
  269. package/__chunks__/{chunk-H6YHC6Z4.js → chunk-DTEFO2FU.js} +2 -2
  270. package/__chunks__/{chunk-C5OWHB7L.js → chunk-DVZGGM2Q.js} +2 -2
  271. package/__chunks__/{chunk-XJBMN7TS.js → chunk-DY46ITB2.js} +2 -2
  272. package/__chunks__/{chunk-H33KIMJC.js → chunk-E2HSP7CU.js} +2 -2
  273. package/__chunks__/{chunk-JGQOG4VD.js → chunk-E7LXZYS4.js} +2 -2
  274. package/__chunks__/{chunk-D3QTU7NO.js → chunk-EHJ52DDC.js} +2 -2
  275. package/__chunks__/{chunk-ZAM34WQV.js → chunk-EI2AZHMC.js} +2 -2
  276. package/__chunks__/{chunk-QSXRGYJH.js → chunk-EJLB3HKW.js} +2 -2
  277. package/__chunks__/{chunk-4ZW42R5S.js → chunk-EMAGMXT6.js} +2 -2
  278. package/__chunks__/{chunk-4XISASSF.js → chunk-ERJASCMG.js} +2 -2
  279. package/__chunks__/{chunk-NDEZOMKH.js → chunk-ETHVCGFW.js} +2 -2
  280. package/__chunks__/{chunk-LJ5DTBZ3.js → chunk-EZLBAOSC.js} +2 -2
  281. package/__chunks__/{chunk-GUTS7ID7.js → chunk-EZYXYLT3.js} +2 -2
  282. package/__chunks__/{chunk-OREXDGT7.js → chunk-F4LO5524.js} +2 -2
  283. package/__chunks__/{chunk-HJTIUMIV.js → chunk-FIP2MEJ2.js} +2 -2
  284. package/__chunks__/{chunk-7WDA4F2B.js → chunk-FLWY6JMO.js} +2 -2
  285. package/__chunks__/{chunk-5IHPMM33.js → chunk-FQSGED3O.js} +2 -2
  286. package/__chunks__/{chunk-VK5CIWWC.js → chunk-FSGOXZOA.js} +2 -2
  287. package/__chunks__/{chunk-DRUKXRG3.js → chunk-FVWEAB5F.js} +2 -2
  288. package/__chunks__/{chunk-WJ6TFDQY.js → chunk-GCPNNMGA.js} +2 -2
  289. package/__chunks__/{chunk-D7BIWSMM.js → chunk-GQT75RZV.js} +2 -2
  290. package/__chunks__/{chunk-5V2LYALR.js → chunk-GZTHNANV.js} +2 -2
  291. package/__chunks__/{chunk-4BS42HAV.js → chunk-HAFO7KII.js} +2 -2
  292. package/__chunks__/{chunk-JLICC5SC.js → chunk-HBCALG63.js} +2 -2
  293. package/__chunks__/{chunk-P5XCVHOQ.js → chunk-HBEG2LR3.js} +2 -2
  294. package/__chunks__/{chunk-BAH6AGKQ.js → chunk-HEEYTGRF.js} +2 -2
  295. package/__chunks__/{chunk-DJRMZXTP.js → chunk-HHS52SDV.js} +2 -2
  296. package/__chunks__/{chunk-ZCKKOV45.js → chunk-HHSTPGPG.js} +2 -2
  297. package/__chunks__/{chunk-A72WS35Q.js → chunk-HPSPDZ5V.js} +2 -2
  298. package/__chunks__/{chunk-M63F3S6C.js → chunk-HWSH375H.js} +2 -2
  299. package/__chunks__/{chunk-23J3RWWO.js → chunk-HXJ3LKOV.js} +2 -2
  300. package/__chunks__/{chunk-L2PZ5QTJ.js → chunk-IBJNYSR6.js} +2 -2
  301. package/__chunks__/{chunk-OVHG6KK4.js → chunk-ICEXDR7K.js} +2 -2
  302. package/__chunks__/{chunk-ZB4IJGZZ.js → chunk-ICWUR5T3.js} +2 -2
  303. package/__chunks__/{chunk-PNYT7QSI.js → chunk-IEI7GMUU.js} +2 -2
  304. package/__chunks__/{chunk-QWGZOUP6.js → chunk-IHIEYR6Q.js} +2 -2
  305. package/__chunks__/{chunk-FOGPYTGS.js → chunk-IKGU4NXH.js} +2 -2
  306. package/__chunks__/{chunk-C6H6GNG4.js → chunk-IKI72MUR.js} +2 -2
  307. package/__chunks__/{chunk-YTU3PPJE.js → chunk-IKR6443W.js} +2 -2
  308. package/__chunks__/chunk-ILMM22ML.js +2 -0
  309. package/__chunks__/{chunk-OEEOVAI5.js → chunk-IPJVCK46.js} +2 -2
  310. package/__chunks__/{chunk-BITWLQ5B.js → chunk-IUL377BB.js} +2 -2
  311. package/__chunks__/{chunk-SLHKO5Q2.js → chunk-IUWCKL7Q.js} +2 -2
  312. package/__chunks__/{chunk-YTEQP6SQ.js → chunk-JQEKGV5Q.js} +2 -2
  313. package/__chunks__/{chunk-CHTDHSZB.js → chunk-JYZ66UMD.js} +2 -2
  314. package/__chunks__/{chunk-HBHI42HR.js → chunk-K72T44HY.js} +2 -2
  315. package/__chunks__/{chunk-A26DPLIK.js → chunk-KFH6SNIB.js} +2 -2
  316. package/__chunks__/{chunk-2BXQEILV.js → chunk-KI36QWKF.js} +2 -2
  317. package/__chunks__/{chunk-PMVYODCM.js → chunk-KIUACU4C.js} +2 -2
  318. package/__chunks__/{chunk-FOUSYK7P.js → chunk-KYWKSHUL.js} +2 -2
  319. package/__chunks__/{chunk-GGSYHMEE.js → chunk-L2HANKTK.js} +2 -2
  320. package/__chunks__/chunk-LDSUKGPQ.js +2 -0
  321. package/__chunks__/{chunk-AC6PH5EK.js → chunk-LEP6TC6P.js} +2 -2
  322. package/__chunks__/{chunk-WOJ5JAJ4.js → chunk-LMOMNZSH.js} +2 -2
  323. package/__chunks__/{chunk-V2MRQFH3.js → chunk-LSI6TOBC.js} +2 -2
  324. package/__chunks__/{chunk-GOOVDQAK.js → chunk-LUTSYANG.js} +2 -2
  325. package/__chunks__/{chunk-YBNYA6UZ.js → chunk-LXI5GFT6.js} +2 -2
  326. package/__chunks__/{chunk-UDICZIAR.js → chunk-LXNDF2NS.js} +2 -2
  327. package/__chunks__/{chunk-2244LDNQ.js → chunk-M4HSKYVD.js} +2 -2
  328. package/__chunks__/{chunk-K43YQO7X.js → chunk-MIDTDNHY.js} +2 -2
  329. package/__chunks__/{chunk-AF26V2WW.js → chunk-MSVVVY23.js} +2 -2
  330. package/__chunks__/chunk-N4QLVSPD.js +2 -0
  331. package/__chunks__/{chunk-DIGNANAV.js → chunk-N4WUNZO7.js} +2 -2
  332. package/__chunks__/chunk-NE5GBYWT.js +2 -0
  333. package/__chunks__/{chunk-SBXQJUAZ.js → chunk-NEDRKOED.js} +2 -2
  334. package/__chunks__/{chunk-LYQ4XRIN.js → chunk-NEWFRXZX.js} +2 -2
  335. package/__chunks__/{chunk-7P6XN6NO.js → chunk-NH2GTKBP.js} +2 -2
  336. package/__chunks__/{chunk-W6QTAB5G.js → chunk-NQYPTUGM.js} +2 -2
  337. package/__chunks__/{chunk-EUBGN4SS.js → chunk-OEJNOVEO.js} +2 -2
  338. package/__chunks__/{chunk-5L5JTAE2.js → chunk-OJHG7Q6V.js} +2 -2
  339. package/__chunks__/{chunk-J7ABDP22.js → chunk-OMSUVEDS.js} +2 -2
  340. package/__chunks__/{chunk-U5QNBV6I.js → chunk-OV7TEH4R.js} +2 -2
  341. package/__chunks__/{chunk-HIE2PY3O.js → chunk-OVCRNMFU.js} +2 -2
  342. package/__chunks__/{chunk-YQ77KF5O.js → chunk-OVI2MKTQ.js} +2 -2
  343. package/__chunks__/{chunk-V2ALYYX4.js → chunk-PE5ZJ5NN.js} +2 -2
  344. package/__chunks__/{chunk-YZBDBTRW.js → chunk-PGMJJBAA.js} +2 -2
  345. package/__chunks__/{chunk-7CHP7QYF.js → chunk-PQ7M54BV.js} +2 -2
  346. package/__chunks__/{chunk-DFTUQVYN.js → chunk-PQEPDSIR.js} +2 -2
  347. package/__chunks__/chunk-Q3WEHVEF.js +2 -0
  348. package/__chunks__/chunk-Q5L6FYJA.js +2 -0
  349. package/__chunks__/{chunk-HCCWQBMB.js → chunk-QELBOBLQ.js} +2 -2
  350. package/__chunks__/{chunk-KHIV5KBV.js → chunk-QHP3BOAD.js} +2 -2
  351. package/__chunks__/{chunk-PUPKT7NF.js → chunk-QJO3TGEE.js} +2 -2
  352. package/__chunks__/{chunk-SCVWUNAQ.js → chunk-QKHJAXEK.js} +2 -2
  353. package/__chunks__/{chunk-LOFULJZL.js → chunk-QQJEYLDE.js} +2 -2
  354. package/__chunks__/{chunk-I3KHZ5S4.js → chunk-QZLSIPE6.js} +2 -2
  355. package/__chunks__/{chunk-A7EKRHVO.js → chunk-RLXHIJBY.js} +2 -2
  356. package/__chunks__/{chunk-JV6HGNAU.js → chunk-RYEFKNJW.js} +2 -2
  357. package/__chunks__/chunk-S2I7WKA3.js +2 -0
  358. package/__chunks__/chunk-S44ZKLIP.js +2 -0
  359. package/__chunks__/{chunk-DRVJQTQB.js → chunk-S57OVCA2.js} +2 -2
  360. package/__chunks__/{chunk-EDWBDPEF.js → chunk-SANP74Z2.js} +2 -2
  361. package/__chunks__/{chunk-HEIKLONB.js → chunk-SLN4KWO3.js} +2 -2
  362. package/__chunks__/{chunk-3LUCEFPT.js → chunk-SMLGBQ22.js} +2 -2
  363. package/__chunks__/{chunk-SVI47SI3.js → chunk-SWVEZWDF.js} +2 -2
  364. package/__chunks__/{chunk-KJQZELSP.js → chunk-SYA3DCC7.js} +2 -2
  365. package/__chunks__/{chunk-HVWHXMXU.js → chunk-T5T5VNFB.js} +2 -2
  366. package/__chunks__/{chunk-HTZTAHZK.js → chunk-T7HR6YFE.js} +2 -2
  367. package/__chunks__/{chunk-QTBH6HMO.js → chunk-TNUGKXLF.js} +2 -2
  368. package/__chunks__/{chunk-CVZLBP4I.js → chunk-TQ3UD55S.js} +2 -2
  369. package/__chunks__/{chunk-WLJFA6JE.js → chunk-TX2XJ24K.js} +2 -2
  370. package/__chunks__/{chunk-3ZRS6ZG4.js → chunk-TXLEMEEI.js} +2 -2
  371. package/__chunks__/{chunk-V42F64JR.js → chunk-TZHMY4PO.js} +2 -2
  372. package/__chunks__/{chunk-ZLRWB3K4.js → chunk-U2BZKUX2.js} +2 -2
  373. package/__chunks__/{chunk-IXASCPP7.js → chunk-UDODKMKK.js} +2 -2
  374. package/__chunks__/{chunk-LFUQ2HP4.js → chunk-UHHTO62M.js} +2 -2
  375. package/__chunks__/{chunk-CZSSLKVK.js → chunk-UJAUHYV5.js} +2 -2
  376. package/__chunks__/chunk-UMXIODIE.js +2 -0
  377. package/__chunks__/{chunk-WNUYWIWG.js → chunk-UNXD26QO.js} +2 -2
  378. package/__chunks__/{chunk-35H6MMRT.js → chunk-UPUUC7ZO.js} +2 -2
  379. package/__chunks__/{chunk-MHXTW7FV.js → chunk-V52OPWUV.js} +2 -2
  380. package/__chunks__/{chunk-7FCTVUGY.js → chunk-VB75FSYT.js} +2 -2
  381. package/__chunks__/{chunk-YXUXVK7B.js → chunk-VEL7KJYG.js} +2 -2
  382. package/__chunks__/{chunk-PD3LBI2G.js → chunk-VKXGSKFC.js} +2 -2
  383. package/__chunks__/{chunk-IRL6FPIQ.js → chunk-VMWTTEZZ.js} +2 -2
  384. package/__chunks__/{chunk-SIBV5Y4C.js → chunk-VOEXPJAO.js} +2 -2
  385. package/__chunks__/chunk-VZCX53FM.js +2 -0
  386. package/__chunks__/{chunk-TYIXMCYM.js → chunk-W233T2QD.js} +2 -2
  387. package/__chunks__/{chunk-NGXODFM6.js → chunk-W5QE2GNJ.js} +2 -2
  388. package/__chunks__/{chunk-UMPD65T3.js → chunk-W6EDXCRE.js} +2 -2
  389. package/__chunks__/{chunk-PMVYVNXA.js → chunk-WIQQLGQZ.js} +2 -2
  390. package/__chunks__/{chunk-NXNT3WS2.js → chunk-WT4LEX4G.js} +2 -2
  391. package/__chunks__/{chunk-636AUXKF.js → chunk-WTTZYCNB.js} +2 -2
  392. package/__chunks__/{chunk-QNBQMZS2.js → chunk-WXT5M6DR.js} +2 -2
  393. package/__chunks__/{chunk-TYET2QFL.js → chunk-X55ZSFEH.js} +2 -2
  394. package/__chunks__/{chunk-72PIADFS.js → chunk-XFGNCJCM.js} +2 -2
  395. package/__chunks__/{chunk-ROSNDDTJ.js → chunk-XIVA74EN.js} +2 -2
  396. package/__chunks__/{chunk-VVOOXZ72.js → chunk-XL2DF4X7.js} +2 -2
  397. package/__chunks__/{chunk-QIKXKUWF.js → chunk-XMP62QGR.js} +2 -2
  398. package/__chunks__/{chunk-ELL5C7XR.js → chunk-XQW5NUDX.js} +2 -2
  399. package/__chunks__/{chunk-JQEZP4EG.js → chunk-YFQK3X3F.js} +2 -2
  400. package/__chunks__/{chunk-RBMIJKHN.js → chunk-YGD22TJY.js} +2 -2
  401. package/__chunks__/{chunk-TF42XKFA.js → chunk-YGGCHOF7.js} +2 -2
  402. package/__chunks__/{chunk-LJZKFTCM.js → chunk-YI7P42LX.js} +2 -2
  403. package/__chunks__/{chunk-W45B2SIQ.js → chunk-YMR3BD5P.js} +2 -2
  404. package/__chunks__/{chunk-GQYPHKT6.js → chunk-YQMXS6KA.js} +2 -2
  405. package/__chunks__/{chunk-ZFSN5SJF.js → chunk-YSS34ROE.js} +10 -4
  406. package/__chunks__/chunk-YWEZ7VCR.js +2 -0
  407. package/__chunks__/{chunk-54W6LDKZ.js → chunk-ZAHVUZPJ.js} +2 -2
  408. package/__chunks__/{chunk-XZK7SQ5R.js → chunk-ZAU5K2VZ.js} +2 -2
  409. package/__chunks__/chunk-ZFXXJRGH.js +2 -0
  410. package/__chunks__/{chunk-22ELZOLD.js → chunk-ZKESHSYW.js} +2 -2
  411. package/__chunks__/{chunk-XTGK4OM7.js → chunk-ZQ32IY3O.js} +2 -2
  412. package/__chunks__/{chunk-JKWG7F4F.js → chunk-ZRHXQ27Q.js} +2 -2
  413. package/__chunks__/{chunk-YXDBT3TW.js → chunk-ZXBO7ABD.js} +2 -2
  414. package/__chunks__/{chunk-W674HKBW.js → chunk-ZXEWJTLR.js} +2 -2
  415. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +31 -25
  416. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +27 -21
  417. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +28 -22
  418. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +25 -19
  419. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.d.ts +1 -0
  420. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +15 -9
  421. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/confirmReceiverStyles.js +9 -3
  422. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +15 -9
  423. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +21 -15
  424. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +25 -19
  425. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +28 -22
  426. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
  427. package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  428. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +30 -24
  429. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +30 -24
  430. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +28 -22
  431. package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +28 -22
  432. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  433. package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
  434. package/__commonjs/UI/SignTransactionsModals/index.js +31 -25
  435. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  436. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  437. package/__commonjs/UI/index.js +87 -81
  438. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +2 -2
  439. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +2 -2
  440. package/__commonjs/components/ProviderInitializer/helpers/index.js +1 -1
  441. package/__commonjs/hooks/index.js +1 -1
  442. package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  443. package/__commonjs/hooks/transactions/helpers/index.js +1 -1
  444. package/__commonjs/hooks/transactions/index.js +1 -1
  445. package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
  446. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  447. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  448. package/__commonjs/utils/index.js +1 -1
  449. package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
  450. package/__commonjs/utils/transactions/index.js +1 -1
  451. package/__mocks__/index.js +1 -1
  452. package/__mocks__/utils/index.js +1 -1
  453. package/__mocks__/utils/renderWithProvider.js +1 -1
  454. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  455. package/apiCalls/accounts/index.js +1 -1
  456. package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
  457. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  458. package/apiCalls/configuration/index.js +1 -1
  459. package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
  460. package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
  461. package/apiCalls/economics/getEconomicsInfo.js +1 -1
  462. package/apiCalls/economics/index.js +1 -1
  463. package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
  464. package/apiCalls/index.js +1 -1
  465. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  466. package/apiCalls/transactions/index.js +1 -1
  467. package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
  468. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  469. package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
  470. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  471. package/apiCalls/utils/getScamAddressData.js +1 -1
  472. package/apiCalls/utils/index.js +1 -1
  473. package/apiCalls/utils/useApiFetch.js +1 -1
  474. package/components/LogoutListener/LogoutListener.js +1 -1
  475. package/components/LogoutListener/helpers/index.js +1 -1
  476. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  477. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  478. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  479. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  480. package/components/LogoutListener/index.js +1 -1
  481. package/components/ProviderInitializer/ProviderInitializer.js +1 -1
  482. package/components/ProviderInitializer/helpers/index.js +1 -1
  483. package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
  484. package/components/ProviderInitializer/hooks/index.js +1 -1
  485. package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
  486. package/components/ProviderInitializer/index.js +1 -1
  487. package/components/TransactionSender/TransactionSender.js +1 -1
  488. package/components/TransactionSender/index.js +1 -1
  489. package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
  490. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  491. package/components/TransactionsTracker/index.js +1 -1
  492. package/hooks/account/index.js +1 -1
  493. package/hooks/account/useGetAccount.js +1 -1
  494. package/hooks/account/useGetAccountInfo.js +1 -1
  495. package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
  496. package/hooks/account/useGetIsLoggedIn.js +1 -1
  497. package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
  498. package/hooks/account/useGetLoginInfo.js +1 -1
  499. package/hooks/account/useGetWebsocketEvent.js +1 -1
  500. package/hooks/economics/index.js +1 -1
  501. package/hooks/economics/useGetEgldPrice.js +1 -1
  502. package/hooks/index.js +1 -1
  503. package/hooks/login/index.js +1 -1
  504. package/hooks/login/useCrossWindowLogin.js +1 -1
  505. package/hooks/login/useExtensionLogin.js +1 -1
  506. package/hooks/login/useGetModalLoginMethods.js +1 -1
  507. package/hooks/login/useIframeLogin.js +1 -1
  508. package/hooks/login/useLedgerLogin.js +1 -1
  509. package/hooks/login/useLoginService.js +1 -1
  510. package/hooks/login/useMetamaskLogin.js +1 -1
  511. package/hooks/login/useOperaLogin.js +1 -1
  512. package/hooks/login/usePasskeyLogin.js +1 -1
  513. package/hooks/login/useWalletConnectV2Login.js +1 -1
  514. package/hooks/login/useWebViewLogin.js +1 -1
  515. package/hooks/login/useWebWalletLogin.js +1 -1
  516. package/hooks/login/useXaliasLogin.js +1 -1
  517. package/hooks/signMessage/index.js +1 -1
  518. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  519. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  520. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  521. package/hooks/signMessage/useSignMessage.js +1 -1
  522. package/hooks/toasts/index.js +1 -1
  523. package/hooks/toasts/useGetToasts.js +1 -1
  524. package/hooks/toasts/useTransactionsToasts.js +1 -1
  525. package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
  526. package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
  527. package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
  528. package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
  529. package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
  530. package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
  531. package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
  532. package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
  533. package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
  534. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  535. package/hooks/transactions/helpers/index.js +1 -1
  536. package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
  537. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  538. package/hooks/transactions/index.js +1 -1
  539. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  540. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  541. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  542. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  543. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  544. package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
  545. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  546. package/hooks/transactions/useGetPollingInterval.js +1 -1
  547. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  548. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  549. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  550. package/hooks/transactions/useGetTokenDetails.js +1 -1
  551. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  552. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  553. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  554. package/hooks/transactions/useSignTransactions.js +1 -1
  555. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  556. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  557. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  558. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  559. package/hooks/transactions/useTransactionsTracker/index.js +1 -1
  560. package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
  561. package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
  562. package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
  563. package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
  564. package/hooks/useGetNetworkConfig.js +1 -1
  565. package/hooks/useGetNotification.js +1 -1
  566. package/hooks/websocketListener/index.js +1 -1
  567. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  568. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  569. package/package.json +1 -1
  570. package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
  571. package/providers/experimentalWebViewProvider/index.js +1 -1
  572. package/reduxStore/selectors/index.js +1 -1
  573. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  574. package/services/index.js +1 -1
  575. package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
  576. package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
  577. package/services/nativeAuth/helpers/index.js +1 -1
  578. package/services/transactions/clearTransactions.js +1 -1
  579. package/services/transactions/getBatchTransactionsStatus.js +1 -1
  580. package/services/transactions/getTransactionsDetails.js +1 -1
  581. package/services/transactions/index.js +1 -1
  582. package/services/transactions/sendBatchTransactions.js +1 -1
  583. package/services/transactions/sendBatchTransactions.test.js +1 -1
  584. package/services/transactions/sendTransactions.js +1 -1
  585. package/services/transactions/transformAndSignTransactions.js +1 -1
  586. package/services/transactions/utils/transformTransactionsToSign.js +1 -1
  587. package/utils/account/getAccount.js +1 -1
  588. package/utils/account/getAccountBalance.js +1 -1
  589. package/utils/account/getAccountShard.js +1 -1
  590. package/utils/account/getAddress.js +1 -1
  591. package/utils/account/getLatestNonce.js +1 -1
  592. package/utils/account/getWebviewToken.js +1 -1
  593. package/utils/account/index.js +1 -1
  594. package/utils/account/refreshAccount.js +1 -1
  595. package/utils/account/signMessage.js +1 -1
  596. package/utils/getIsLoggedIn.js +1 -1
  597. package/utils/index.js +1 -1
  598. package/utils/logout.js +1 -1
  599. package/utils/network/getChainID.js +1 -1
  600. package/utils/network/getEgldLabel.js +1 -1
  601. package/utils/network/getNetworkConfig.js +1 -1
  602. package/utils/network/index.js +1 -1
  603. package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
  604. package/utils/transactions/builtCallbackUrl.js +1 -1
  605. package/utils/transactions/getAllTransactionsLink.js +1 -1
  606. package/utils/transactions/getOperationsDetails.js +1 -1
  607. package/utils/transactions/getTransactionLink.js +1 -1
  608. package/utils/transactions/index.js +1 -1
  609. package/utils/waitForChainID.js +1 -1
  610. package/web/hooks/index.js +1 -1
  611. package/web/hooks/useIdleTimer.js +1 -1
  612. package/web/index.js +1 -1
  613. package/wrappers/AppInitializer.js +1 -1
  614. package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
  615. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  616. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  617. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  618. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  619. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  620. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  621. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  622. package/wrappers/DappProvider/CustomComponents.js +1 -1
  623. package/wrappers/DappProvider/DappProvider.js +1 -1
  624. package/wrappers/DappProvider/index.js +1 -1
  625. package/wrappers/index.js +1 -1
  626. package/__chunks__/chunk-4L7CIFNJ.js +0 -2
  627. package/__chunks__/chunk-7CK4N6TW.js +0 -2
  628. package/__chunks__/chunk-7I26ASLL.js +0 -2
  629. package/__chunks__/chunk-AT4VVJDS.js +0 -2
  630. package/__chunks__/chunk-EL4NBWQS.js +0 -2
  631. package/__chunks__/chunk-EXIRJRLO.js +0 -2
  632. package/__chunks__/chunk-FLQGIHKZ.js +0 -2
  633. package/__chunks__/chunk-G54G6OXZ.js +0 -2
  634. package/__chunks__/chunk-IAYD5HDB.js +0 -2
  635. package/__chunks__/chunk-JNDOR7X7.js +0 -2
  636. package/__chunks__/chunk-KXNRGOA7.js +0 -2
  637. package/__chunks__/chunk-LAHFG2AQ.js +0 -2
  638. package/__chunks__/chunk-OVNCRCLN.js +0 -2
  639. package/__chunks__/chunk-Q4YXGXJ3.js +0 -2
  640. package/__chunks__/chunk-QXZVB7YN.js +0 -2
  641. package/__chunks__/chunk-RRRK4UUT.js +0 -2
  642. package/__chunks__/chunk-SKJ2BS44.js +0 -2
  643. package/__chunks__/chunk-UUFSRA7N.js +0 -2
  644. package/__chunks__/chunk-VNSWR6JK.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Sr=Object.create;var k=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var Rr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Tr=Object.prototype.hasOwnProperty;var Lr=(t,r)=>()=>(t&&(r=t(t=0)),r);var W=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Cr=(t,r)=>{for(var e in r)k(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Rr(r))!Tr.call(t,n)&&n!==e&&k(t,n,{get:()=>r[n],enumerable:!(i=Ir(r,n))||i.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Sr(Ur(t)):{},rr(r||!t||!t.__esModule?k(e,"default",{value:t,enumerable:!0}):e,t)),br=t=>rr(k({},"__esModule",{value:!0}),t);var nr=W(N=>{"use strict";v();N.byteLength=Mr;N.toByteArray=Wr;N.fromByteArray=qr;var E=[],w=[],Dr=typeof Uint8Array!="undefined"?Uint8Array:Array,G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(I=0,tr=G.length;I<tr;++I)E[I]=G[I],w[G.charCodeAt(I)]=I;var I,tr;w["-".charCodeAt(0)]=62;w["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var i=e===r?0:4-e%4;return[e,i]}function Mr(t){var r=ir(t),e=r[0],i=r[1];return(e+i)*3/4-i}function kr(t,r,e){return(r+e)*3/4-e}function Wr(t){var r,e=ir(t),i=e[0],n=e[1],o=new Dr(kr(t,i,n)),c=0,p=n>0?i-4:i,u;for(u=0;u<p;u+=4)r=w[t.charCodeAt(u)]<<18|w[t.charCodeAt(u+1)]<<12|w[t.charCodeAt(u+2)]<<6|w[t.charCodeAt(u+3)],o[c++]=r>>16&255,o[c++]=r>>8&255,o[c++]=r&255;return n===2&&(r=w[t.charCodeAt(u)]<<2|w[t.charCodeAt(u+1)]>>4,o[c++]=r&255),n===1&&(r=w[t.charCodeAt(u)]<<10|w[t.charCodeAt(u+1)]<<4|w[t.charCodeAt(u+2)]>>2,o[c++]=r>>8&255,o[c++]=r&255),o}function Nr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Yr(t,r,e){for(var i,n=[],o=r;o<e;o+=3)i=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),n.push(Nr(i));return n.join("")}function qr(t){for(var r,e=t.length,i=e%3,n=[],o=16383,c=0,p=e-i;c<p;c+=o)n.push(Yr(t,c,c+o>p?p:c+o));return i===1?(r=t[e-1],n.push(E[r>>2]+E[r<<4&63]+"==")):i===2&&(r=(t[e-2]<<8)+t[e-1],n.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),n.join("")}});var or=W(z=>{v();z.read=function(t,r,e,i,n){var o,c,p=n*8-i-1,u=(1<<p)-1,h=u>>1,l=-7,f=e?n-1:0,_=e?-1:1,x=t[r+f];for(f+=_,o=x&(1<<-l)-1,x>>=-l,l+=p;l>0;o=o*256+t[r+f],f+=_,l-=8);for(c=o&(1<<-l)-1,o>>=-l,l+=i;l>0;c=c*256+t[r+f],f+=_,l-=8);if(o===0)o=1-h;else{if(o===u)return c?NaN:(x?-1:1)*(1/0);c=c+Math.pow(2,i),o=o-h}return(x?-1:1)*c*Math.pow(2,o-i)};z.write=function(t,r,e,i,n,o){var c,p,u,h=o*8-n-1,l=(1<<h)-1,f=l>>1,_=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=i?0:o-1,T=i?1:-1,Ar=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,c=l):(c=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-c))<1&&(c--,u*=2),c+f>=1?r+=_/u:r+=_*Math.pow(2,1-f),r*u>=2&&(c++,u/=2),c+f>=l?(p=0,c=l):c+f>=1?(p=(r*u-1)*Math.pow(2,n),c=c+f):(p=r*Math.pow(2,f-1)*Math.pow(2,n),c=0));n>=8;t[e+x]=p&255,x+=T,p/=256,n-=8);for(c=c<<n|p,h+=n;h>0;t[e+x]=c&255,x+=T,c/=256,h-=8);t[e+x-T]|=Ar*128}});var _r=W(C=>{"use strict";v();var J=nr(),L=or(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=a;C.SlowBuffer=Qr;C.INSPECT_MAX_BYTES=50;var q=2147483647;C.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=Hr();!a.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 Hr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function B(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(t)}return ur(t,r,e)}a.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return Gr(t,r);if(ArrayBuffer.isView(t))return zr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(d(t,ArrayBuffer)||t&&d(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(d(t,SharedArrayBuffer)||t&&d(t.buffer,SharedArrayBuffer)))return V(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return a.from(i,r,e);var n=Jr(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function fr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Xr(t,r,e){return fr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}a.alloc=function(t,r,e){return Xr(t,r,e)};function O(t){return fr(t),B(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return O(t)};a.allocUnsafeSlow=function(t){return O(t)};function Gr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,i=B(e),n=i.write(t,r);return n!==e&&(i=i.slice(0,n)),i}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),i=0;i<r;i+=1)e[i]=t[i]&255;return e}function zr(t){if(d(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function V(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&e===void 0?i=new Uint8Array(t):e===void 0?i=new Uint8Array(t,r):i=new Uint8Array(t,r,e),Object.setPrototypeOf(i,a.prototype),i}function Jr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?B(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),d(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var i=r.length,n=e.length,o=0,c=Math.min(i,n);o<c;++o)if(r[o]!==e[o]){i=r[o],n=e[o];break}return i<n?-1:n<i?1:0};a.isEncoding=function(r){switch(String(r).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}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(e===void 0)for(e=0,i=0;i<r.length;++i)e+=r[i].length;var n=a.allocUnsafe(e),o=0;for(i=0;i<r.length;++i){var c=r[i];if(d(c,Uint8Array))o+c.length>n.length?a.from(c).copy(n,o):Uint8Array.prototype.set.call(n,c,o);else if(a.isBuffer(c))c.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=c.length}return n};function hr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||d(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return wr(t).length;default:if(n)return i?-1:K(t).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=hr;function Vr(t,r,e){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ie(this,r,e);case"utf8":case"utf-8":return sr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return jr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ne(this,r,e);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function R(t,r,e){var i=t[r];t[r]=t[e],t[e]=i}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)R(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)R(this,e,e+3),R(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)R(this,e,e+7),R(this,e+1,e+6),R(this,e+2,e+5),R(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?sr(this,0,r):Vr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=C.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};cr&&(a.prototype[cr]=a.prototype.inspect);a.prototype.compare=function(r,e,i,n,o){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),e<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=i)return 0;if(n>=o)return-1;if(e>=i)return 1;if(e>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var c=o-n,p=i-e,u=Math.min(c,p),h=this.slice(n,o),l=r.slice(e,i),f=0;f<u;++f)if(h[f]!==l[f]){c=h[f],p=l[f];break}return c<p?-1:p<c?1:0};function lr(t,r,e,i,n){if(t.length===0)return-1;if(typeof e=="string"?(i=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=n?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(n)return-1;e=t.length-1}else if(e<0)if(n)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,i,n){var o=1,c=t.length,p=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,c/=2,p/=2,e/=2}function u(x,T){return o===1?x[T]:x.readUInt16BE(T*o)}var h;if(n){var l=-1;for(h=e;h<c;h++)if(u(t,h)===u(r,l===-1?0:h-l)){if(l===-1&&(l=h),h-l+1===p)return l*o}else l!==-1&&(h-=h-l),l=-1}else for(e+p>c&&(e=c-p),h=e;h>=0;h--){for(var f=!0,_=0;_<p;_++)if(u(t,h+_)!==u(r,_)){f=!1;break}if(f)return h}return-1}a.prototype.includes=function(r,e,i){return this.indexOf(r,e,i)!==-1};a.prototype.indexOf=function(r,e,i){return lr(this,r,e,i,!0)};a.prototype.lastIndexOf=function(r,e,i){return lr(this,r,e,i,!1)};function Kr(t,r,e,i){e=Number(e)||0;var n=t.length-e;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var c=0;c<i;++c){var p=parseInt(r.substr(c*2,2),16);if($(p))return c;t[e+c]=p}return c}function Or(t,r,e,i){return H(K(r,t.length-e),t,e,i)}function Zr(t,r,e,i){return H(ae(r),t,e,i)}function $r(t,r,e,i){return H(wr(r),t,e,i)}function Pr(t,r,e,i){return H(pe(r,t.length-e),t,e,i)}a.prototype.write=function(r,e,i,n){if(e===void 0)n="utf8",i=this.length,e=0;else if(i===void 0&&typeof e=="string")n=e,i=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var c=!1;;)switch(n){case"hex":return Kr(this,r,e,i);case"utf8":case"utf-8":return Or(this,r,e,i);case"ascii":case"latin1":case"binary":return Zr(this,r,e,i);case"base64":return $r(this,r,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,e,i);default:if(c)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),c=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function sr(t,r,e){e=Math.min(t.length,e);for(var i=[],n=r;n<e;){var o=t[n],c=null,p=o>239?4:o>223?3:o>191?2:1;if(n+p<=e){var u,h,l,f;switch(p){case 1:o<128&&(c=o);break;case 2:u=t[n+1],(u&192)===128&&(f=(o&31)<<6|u&63,f>127&&(c=f));break;case 3:u=t[n+1],h=t[n+2],(u&192)===128&&(h&192)===128&&(f=(o&15)<<12|(u&63)<<6|h&63,f>2047&&(f<55296||f>57343)&&(c=f));break;case 4:u=t[n+1],h=t[n+2],l=t[n+3],(u&192)===128&&(h&192)===128&&(l&192)===128&&(f=(o&15)<<18|(u&63)<<12|(h&63)<<6|l&63,f>65535&&f<1114112&&(c=f))}}c===null?(c=65533,p=1):c>65535&&(c-=65536,i.push(c>>>10&1023|55296),c=56320|c&1023),i.push(c),n+=p}return re(i)}var pr=4096;function re(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",i=0;i<r;)e+=String.fromCharCode.apply(String,t.slice(i,i+=pr));return e}function ee(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]&127);return i}function te(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]);return i}function ie(t,r,e){var i=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>i)&&(e=i);for(var n="",o=r;o<e;++o)n+=ue[t[o]];return n}function ne(t,r,e){for(var i=t.slice(r,e),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}a.prototype.slice=function(r,e){var i=this.length;r=~~r,e=e===void 0?i:~~e,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),e<0?(e+=i,e<0&&(e=0)):e>i&&(e=i),e<r&&(e=r);var n=this.subarray(r,e);return Object.setPrototypeOf(n,a.prototype),n};function y(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r+--e],o=1;e>0&&(o*=256);)n+=this[r+--e]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||y(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*e)),n};a.prototype.readIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||y(r,e,this.length);for(var n=e,o=1,c=this[r+--n];n>0&&(o*=256);)c+=this[r+--n]*o;return o*=128,c>=o&&(c-=Math.pow(2,8*e)),c};a.prototype.readInt8=function(r,e){return r=r>>>0,e||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||y(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||y(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||y(r,4,this.length),L.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||y(r,4,this.length),L.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||y(r,8,this.length),L.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||y(r,8,this.length),L.read(this,r,!1,52,8)};function m(t,r,e,i,n,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(e+i>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;m(this,r,e,i,o,0)}var c=1,p=0;for(this[e]=r&255;++p<i&&(c*=256);)this[e+p]=r/c&255;return e+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;m(this,r,e,i,o,0)}var c=i-1,p=1;for(this[e+c]=r&255;--c>=0&&(p*=256);)this[e+c]=r/p&255;return e+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);m(this,r,e,i,o-1,-o)}var c=0,p=1,u=0;for(this[e]=r&255;++c<i&&(p*=256);)r<0&&u===0&&this[e+c-1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);m(this,r,e,i,o-1,-o)}var c=i-1,p=1,u=0;for(this[e+c]=r&255;--c>=0&&(p*=256);)r<0&&u===0&&this[e+c+1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeInt8=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||m(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function yr(t,r,e,i,n,o){if(e+i>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function mr(t,r,e,i,n){return r=+r,e=e>>>0,n||yr(t,r,e,4,34028234663852886e22,-34028234663852886e22),L.write(t,r,e,i,23,4),e+4}a.prototype.writeFloatLE=function(r,e,i){return mr(this,r,e,!0,i)};a.prototype.writeFloatBE=function(r,e,i){return mr(this,r,e,!1,i)};function xr(t,r,e,i,n){return r=+r,e=e>>>0,n||yr(t,r,e,8,17976931348623157e292,-17976931348623157e292),L.write(t,r,e,i,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,i){return xr(this,r,e,!0,i)};a.prototype.writeDoubleBE=function(r,e,i){return xr(this,r,e,!1,i)};a.prototype.copy=function(r,e,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),e>=r.length&&(e=r.length),e||(e=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-e<n-i&&(n=r.length-e+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),e),o};a.prototype.fill=function(r,e,i,n){if(typeof r=="string"){if(typeof e=="string"?(n=e,e=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<i)throw new RangeError("Out of range index");if(i<=e)return this;e=e>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var c;if(typeof r=="number")for(c=e;c<i;++c)this[c]=r;else{var p=a.isBuffer(r)?r:a.from(r,n),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(c=0;c<i-e;++c)this[c+e]=p[c%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ce(t){if(t=t.split("=")[0],t=t.trim().replace(oe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,i=t.length,n=null,o=[],c=0;c<i;++c){if(e=t.charCodeAt(c),e>55295&&e<57344){if(!n){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(c+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),n=e;continue}e=(n-55296<<10|e-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function ae(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function pe(t,r){for(var e,i,n,o=[],c=0;c<t.length&&!((r-=2)<0);++c)e=t.charCodeAt(c),i=e>>8,n=e%256,o.push(n),o.push(i);return o}function wr(t){return J.toByteArray(ce(t))}function H(t,r,e,i){for(var n=0;n<i&&!(n+e>=r.length||n>=t.length);++n)r[n+e]=t[n];return n}function d(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var ue=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var i=e*16,n=0;n<16;++n)r[i+n]=t[e]+t[n];return r}()});var Fr=W((_e,gr)=>{v();var s=gr.exports={},g,F;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=P}catch(t){g=P}try{typeof clearTimeout=="function"?F=clearTimeout:F=j}catch(t){F=j}})();function vr(t){if(g===setTimeout)return setTimeout(t,0);if((g===P||!g)&&setTimeout)return g=setTimeout,setTimeout(t,0);try{return g(t,0)}catch(r){try{return g.call(null,t,0)}catch(e){return g.call(this,t,0)}}}function fe(t){if(F===clearTimeout)return clearTimeout(t);if((F===j||!F)&&clearTimeout)return F=clearTimeout,clearTimeout(t);try{return F(t)}catch(r){try{return F.call(null,t)}catch(e){return F.call(this,t)}}}var A=[],b=!1,U,X=-1;function he(){!b||!U||(b=!1,U.length?A=U.concat(A):X=-1,A.length&&Er())}function Er(){if(!b){var t=vr(he);b=!0;for(var r=A.length;r;){for(U=A,A=[];++X<r;)U&&U[X].run();X=-1,r=A.length}U=null,b=!1,fe(t)}}s.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];A.push(new dr(t,r)),A.length===1&&!b&&vr(Er)};function dr(t,r){this.fun=t,this.array=r}dr.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function S(){}s.on=S;s.addListener=S;s.once=S;s.off=S;s.removeListener=S;s.removeAllListeners=S;s.emit=S;s.prependListener=S;s.prependOnceListener=S;s.listeners=function(t){return[]};s.binding=function(t){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(t){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var D,M,ve,v=Lr(()=>{D=er(_r()),M=er(Fr()),ve=function(t){function r(){var i=this||self;return delete t.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var se={};Cr(se,{css:()=>Br,default:()=>le});module.exports=br(se);v();var Br=`.dapp-core-component__confirmReceiverStyles__receiver {
1
+ "use strict";var Ar=Object.create;var k=Object.defineProperty;var Rr=Object.getOwnPropertyDescriptor;var Ir=Object.getOwnPropertyNames;var Tr=Object.getPrototypeOf,Ur=Object.prototype.hasOwnProperty;var Lr=(t,r)=>()=>(t&&(r=t(t=0)),r);var W=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Cr=(t,r)=>{for(var e in r)k(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Ir(r))!Ur.call(t,n)&&n!==e&&k(t,n,{get:()=>r[n],enumerable:!(i=Rr(r,n))||i.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Ar(Tr(t)):{},rr(r||!t||!t.__esModule?k(e,"default",{value:t,enumerable:!0}):e,t)),br=t=>rr(k({},"__esModule",{value:!0}),t);var nr=W(N=>{"use strict";v();N.byteLength=Mr;N.toByteArray=Wr;N.fromByteArray=qr;var E=[],x=[],Dr=typeof Uint8Array!="undefined"?Uint8Array:Array,G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(R=0,tr=G.length;R<tr;++R)E[R]=G[R],x[G.charCodeAt(R)]=R;var R,tr;x["-".charCodeAt(0)]=62;x["_".charCodeAt(0)]=63;function ir(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var i=e===r?0:4-e%4;return[e,i]}function Mr(t){var r=ir(t),e=r[0],i=r[1];return(e+i)*3/4-i}function kr(t,r,e){return(r+e)*3/4-e}function Wr(t){var r,e=ir(t),i=e[0],n=e[1],o=new Dr(kr(t,i,n)),c=0,p=n>0?i-4:i,u;for(u=0;u<p;u+=4)r=x[t.charCodeAt(u)]<<18|x[t.charCodeAt(u+1)]<<12|x[t.charCodeAt(u+2)]<<6|x[t.charCodeAt(u+3)],o[c++]=r>>16&255,o[c++]=r>>8&255,o[c++]=r&255;return n===2&&(r=x[t.charCodeAt(u)]<<2|x[t.charCodeAt(u+1)]>>4,o[c++]=r&255),n===1&&(r=x[t.charCodeAt(u)]<<10|x[t.charCodeAt(u+1)]<<4|x[t.charCodeAt(u+2)]>>2,o[c++]=r>>8&255,o[c++]=r&255),o}function Nr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Yr(t,r,e){for(var i,n=[],o=r;o<e;o+=3)i=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),n.push(Nr(i));return n.join("")}function qr(t){for(var r,e=t.length,i=e%3,n=[],o=16383,c=0,p=e-i;c<p;c+=o)n.push(Yr(t,c,c+o>p?p:c+o));return i===1?(r=t[e-1],n.push(E[r>>2]+E[r<<4&63]+"==")):i===2&&(r=(t[e-2]<<8)+t[e-1],n.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),n.join("")}});var or=W(z=>{v();z.read=function(t,r,e,i,n){var o,c,p=n*8-i-1,u=(1<<p)-1,h=u>>1,l=-7,f=e?n-1:0,w=e?-1:1,_=t[r+f];for(f+=w,o=_&(1<<-l)-1,_>>=-l,l+=p;l>0;o=o*256+t[r+f],f+=w,l-=8);for(c=o&(1<<-l)-1,o>>=-l,l+=i;l>0;c=c*256+t[r+f],f+=w,l-=8);if(o===0)o=1-h;else{if(o===u)return c?NaN:(_?-1:1)*(1/0);c=c+Math.pow(2,i),o=o-h}return(_?-1:1)*c*Math.pow(2,o-i)};z.write=function(t,r,e,i,n,o){var c,p,u,h=o*8-n-1,l=(1<<h)-1,f=l>>1,w=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,_=i?0:o-1,U=i?1:-1,Sr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,c=l):(c=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-c))<1&&(c--,u*=2),c+f>=1?r+=w/u:r+=w*Math.pow(2,1-f),r*u>=2&&(c++,u/=2),c+f>=l?(p=0,c=l):c+f>=1?(p=(r*u-1)*Math.pow(2,n),c=c+f):(p=r*Math.pow(2,f-1)*Math.pow(2,n),c=0));n>=8;t[e+_]=p&255,_+=U,p/=256,n-=8);for(c=c<<n|p,h+=n;h>0;t[e+_]=c&255,_+=U,c/=256,h-=8);t[e+_-U]|=Sr*128}});var wr=W(C=>{"use strict";v();var J=nr(),L=or(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=a;C.SlowBuffer=Qr;C.INSPECT_MAX_BYTES=50;var q=2147483647;C.kMaxLength=q;a.TYPED_ARRAY_SUPPORT=Hr();!a.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 Hr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function B(t){if(t>q)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(t)}return ur(t,r,e)}a.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return Gr(t,r);if(ArrayBuffer.isView(t))return zr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(d(t,ArrayBuffer)||t&&d(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(d(t,SharedArrayBuffer)||t&&d(t.buffer,SharedArrayBuffer)))return V(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(i!=null&&i!==t)return a.from(i,r,e);var n=Jr(t);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function fr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Xr(t,r,e){return fr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}a.alloc=function(t,r,e){return Xr(t,r,e)};function O(t){return fr(t),B(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return O(t)};a.allocUnsafeSlow=function(t){return O(t)};function Gr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,i=B(e),n=i.write(t,r);return n!==e&&(i=i.slice(0,n)),i}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),i=0;i<r;i+=1)e[i]=t[i]&255;return e}function zr(t){if(d(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function V(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&e===void 0?i=new Uint8Array(t):e===void 0?i=new Uint8Array(t,r):i=new Uint8Array(t,r,e),Object.setPrototypeOf(i,a.prototype),i}function Jr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=B(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?B(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),d(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var i=r.length,n=e.length,o=0,c=Math.min(i,n);o<c;++o)if(r[o]!==e[o]){i=r[o],n=e[o];break}return i<n?-1:n<i?1:0};a.isEncoding=function(r){switch(String(r).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}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(e===void 0)for(e=0,i=0;i<r.length;++i)e+=r[i].length;var n=a.allocUnsafe(e),o=0;for(i=0;i<r.length;++i){var c=r[i];if(d(c,Uint8Array))o+c.length>n.length?a.from(c).copy(n,o):Uint8Array.prototype.set.call(n,c,o);else if(a.isBuffer(c))c.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=c.length}return n};function hr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||d(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&e===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return xr(t).length;default:if(n)return i?-1:K(t).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=hr;function Vr(t,r,e){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ie(this,r,e);case"utf8":case"utf-8":return sr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return jr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ne(this,r,e);default:if(i)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function I(t,r,e){var i=t[r];t[r]=t[e],t[e]=i}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)I(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)I(this,e,e+3),I(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)I(this,e,e+7),I(this,e+1,e+6),I(this,e+2,e+5),I(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?sr(this,0,r):Vr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=C.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};cr&&(a.prototype[cr]=a.prototype.inspect);a.prototype.compare=function(r,e,i,n,o){if(d(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),e<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=i)return 0;if(n>=o)return-1;if(e>=i)return 1;if(e>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var c=o-n,p=i-e,u=Math.min(c,p),h=this.slice(n,o),l=r.slice(e,i),f=0;f<u;++f)if(h[f]!==l[f]){c=h[f],p=l[f];break}return c<p?-1:p<c?1:0};function lr(t,r,e,i,n){if(t.length===0)return-1;if(typeof e=="string"?(i=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=n?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(n)return-1;e=t.length-1}else if(e<0)if(n)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,i,n){var o=1,c=t.length,p=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,c/=2,p/=2,e/=2}function u(_,U){return o===1?_[U]:_.readUInt16BE(U*o)}var h;if(n){var l=-1;for(h=e;h<c;h++)if(u(t,h)===u(r,l===-1?0:h-l)){if(l===-1&&(l=h),h-l+1===p)return l*o}else l!==-1&&(h-=h-l),l=-1}else for(e+p>c&&(e=c-p),h=e;h>=0;h--){for(var f=!0,w=0;w<p;w++)if(u(t,h+w)!==u(r,w)){f=!1;break}if(f)return h}return-1}a.prototype.includes=function(r,e,i){return this.indexOf(r,e,i)!==-1};a.prototype.indexOf=function(r,e,i){return lr(this,r,e,i,!0)};a.prototype.lastIndexOf=function(r,e,i){return lr(this,r,e,i,!1)};function Kr(t,r,e,i){e=Number(e)||0;var n=t.length-e;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var c=0;c<i;++c){var p=parseInt(r.substr(c*2,2),16);if($(p))return c;t[e+c]=p}return c}function Or(t,r,e,i){return H(K(r,t.length-e),t,e,i)}function Zr(t,r,e,i){return H(ae(r),t,e,i)}function $r(t,r,e,i){return H(xr(r),t,e,i)}function Pr(t,r,e,i){return H(pe(r,t.length-e),t,e,i)}a.prototype.write=function(r,e,i,n){if(e===void 0)n="utf8",i=this.length,e=0;else if(i===void 0&&typeof e=="string")n=e,i=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var c=!1;;)switch(n){case"hex":return Kr(this,r,e,i);case"utf8":case"utf-8":return Or(this,r,e,i);case"ascii":case"latin1":case"binary":return Zr(this,r,e,i);case"base64":return $r(this,r,e,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,e,i);default:if(c)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),c=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function sr(t,r,e){e=Math.min(t.length,e);for(var i=[],n=r;n<e;){var o=t[n],c=null,p=o>239?4:o>223?3:o>191?2:1;if(n+p<=e){var u,h,l,f;switch(p){case 1:o<128&&(c=o);break;case 2:u=t[n+1],(u&192)===128&&(f=(o&31)<<6|u&63,f>127&&(c=f));break;case 3:u=t[n+1],h=t[n+2],(u&192)===128&&(h&192)===128&&(f=(o&15)<<12|(u&63)<<6|h&63,f>2047&&(f<55296||f>57343)&&(c=f));break;case 4:u=t[n+1],h=t[n+2],l=t[n+3],(u&192)===128&&(h&192)===128&&(l&192)===128&&(f=(o&15)<<18|(u&63)<<12|(h&63)<<6|l&63,f>65535&&f<1114112&&(c=f))}}c===null?(c=65533,p=1):c>65535&&(c-=65536,i.push(c>>>10&1023|55296),c=56320|c&1023),i.push(c),n+=p}return re(i)}var pr=4096;function re(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",i=0;i<r;)e+=String.fromCharCode.apply(String,t.slice(i,i+=pr));return e}function ee(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]&127);return i}function te(t,r,e){var i="";e=Math.min(t.length,e);for(var n=r;n<e;++n)i+=String.fromCharCode(t[n]);return i}function ie(t,r,e){var i=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>i)&&(e=i);for(var n="",o=r;o<e;++o)n+=ue[t[o]];return n}function ne(t,r,e){for(var i=t.slice(r,e),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}a.prototype.slice=function(r,e){var i=this.length;r=~~r,e=e===void 0?i:~~e,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),e<0?(e+=i,e<0&&(e=0)):e>i&&(e=i),e<r&&(e=r);var n=this.subarray(r,e);return Object.setPrototypeOf(n,a.prototype),n};function m(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=this[r+--e],o=1;e>0&&(o*=256);)n+=this[r+--e]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||m(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||m(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||m(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||m(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||m(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=this[r],o=1,c=0;++c<e&&(o*=256);)n+=this[r+c]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*e)),n};a.prototype.readIntBE=function(r,e,i){r=r>>>0,e=e>>>0,i||m(r,e,this.length);for(var n=e,o=1,c=this[r+--n];n>0&&(o*=256);)c+=this[r+--n]*o;return o*=128,c>=o&&(c-=Math.pow(2,8*e)),c};a.prototype.readInt8=function(r,e){return r=r>>>0,e||m(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||m(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||m(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||m(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||m(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||m(r,4,this.length),L.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||m(r,4,this.length),L.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||m(r,8,this.length),L.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||m(r,8,this.length),L.read(this,r,!1,52,8)};function y(t,r,e,i,n,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(e+i>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,e,i,o,0)}var c=1,p=0;for(this[e]=r&255;++p<i&&(c*=256);)this[e+p]=r/c&255;return e+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,e,i,o,0)}var c=i-1,p=1;for(this[e+c]=r&255;--c>=0&&(p*=256);)this[e+c]=r/p&255;return e+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,e,i,o-1,-o)}var c=0,p=1,u=0;for(this[e]=r&255;++c<i&&(p*=256);)r<0&&u===0&&this[e+c-1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeIntBE=function(r,e,i,n){if(r=+r,e=e>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,e,i,o-1,-o)}var c=i-1,p=1,u=0;for(this[e+c]=r&255;--c>=0&&(p*=256);)r<0&&u===0&&this[e+c+1]!==0&&(u=1),this[e+c]=(r/p>>0)-u&255;return e+i};a.prototype.writeInt8=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,i){return r=+r,e=e>>>0,i||y(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function mr(t,r,e,i,n,o){if(e+i>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,i,n){return r=+r,e=e>>>0,n||mr(t,r,e,4,34028234663852886e22,-34028234663852886e22),L.write(t,r,e,i,23,4),e+4}a.prototype.writeFloatLE=function(r,e,i){return yr(this,r,e,!0,i)};a.prototype.writeFloatBE=function(r,e,i){return yr(this,r,e,!1,i)};function _r(t,r,e,i,n){return r=+r,e=e>>>0,n||mr(t,r,e,8,17976931348623157e292,-17976931348623157e292),L.write(t,r,e,i,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,i){return _r(this,r,e,!0,i)};a.prototype.writeDoubleBE=function(r,e,i){return _r(this,r,e,!1,i)};a.prototype.copy=function(r,e,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),e>=r.length&&(e=r.length),e||(e=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-e<n-i&&(n=r.length-e+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),e),o};a.prototype.fill=function(r,e,i,n){if(typeof r=="string"){if(typeof e=="string"?(n=e,e=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<i)throw new RangeError("Out of range index");if(i<=e)return this;e=e>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var c;if(typeof r=="number")for(c=e;c<i;++c)this[c]=r;else{var p=a.isBuffer(r)?r:a.from(r,n),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(c=0;c<i-e;++c)this[c+e]=p[c%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ce(t){if(t=t.split("=")[0],t=t.trim().replace(oe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,i=t.length,n=null,o=[],c=0;c<i;++c){if(e=t.charCodeAt(c),e>55295&&e<57344){if(!n){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(c+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),n=e;continue}e=(n-55296<<10|e-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function ae(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function pe(t,r){for(var e,i,n,o=[],c=0;c<t.length&&!((r-=2)<0);++c)e=t.charCodeAt(c),i=e>>8,n=e%256,o.push(n),o.push(i);return o}function xr(t){return J.toByteArray(ce(t))}function H(t,r,e,i){for(var n=0;n<i&&!(n+e>=r.length||n>=t.length);++n)r[n+e]=t[n];return n}function d(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var ue=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var i=e*16,n=0;n<16;++n)r[i+n]=t[e]+t[n];return r}()});var Fr=W((we,gr)=>{v();var s=gr.exports={},g,F;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=P}catch(t){g=P}try{typeof clearTimeout=="function"?F=clearTimeout:F=j}catch(t){F=j}})();function vr(t){if(g===setTimeout)return setTimeout(t,0);if((g===P||!g)&&setTimeout)return g=setTimeout,setTimeout(t,0);try{return g(t,0)}catch(r){try{return g.call(null,t,0)}catch(e){return g.call(this,t,0)}}}function fe(t){if(F===clearTimeout)return clearTimeout(t);if((F===j||!F)&&clearTimeout)return F=clearTimeout,clearTimeout(t);try{return F(t)}catch(r){try{return F.call(null,t)}catch(e){return F.call(this,t)}}}var S=[],b=!1,T,X=-1;function he(){!b||!T||(b=!1,T.length?S=T.concat(S):X=-1,S.length&&Er())}function Er(){if(!b){var t=vr(he);b=!0;for(var r=S.length;r;){for(T=S,S=[];++X<r;)T&&T[X].run();X=-1,r=S.length}T=null,b=!1,fe(t)}}s.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];S.push(new dr(t,r)),S.length===1&&!b&&vr(Er)};function dr(t,r){this.fun=t,this.array=r}dr.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function A(){}s.on=A;s.addListener=A;s.once=A;s.off=A;s.removeListener=A;s.removeAllListeners=A;s.emit=A;s.prependListener=A;s.prependOnceListener=A;s.listeners=function(t){return[]};s.binding=function(t){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(t){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var D,M,ve,v=Lr(()=>{D=er(wr()),M=er(Fr()),ve=function(t){function r(){var i=this||self;return delete t.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var se={};Cr(se,{css:()=>Br,default:()=>le});module.exports=br(se);v();var Br=`.dapp-core-component__confirmReceiverStyles__receiver {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  line-height: 1;
@@ -37,9 +37,15 @@
37
37
  display: flex;
38
38
  align-items: center;
39
39
  line-height: 1;
40
- white-space: nowrap;
41
40
  gap: 8px;
42
41
  }
42
+ .dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper.dapp-core-component__confirmReceiverStyles__unwrappable {
43
+ white-space: nowrap;
44
+ }
45
+ .dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper .dapp-core-component__confirmReceiverStyles__receiverText {
46
+ word-break: break-all;
47
+ line-height: 1.25;
48
+ }
43
49
  .dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper .dapp-core-component__confirmReceiverStyles__receiverData {
44
50
  color: #737373;
45
51
  display: flex;
@@ -66,7 +72,7 @@
66
72
  .dapp-core-component__confirmReceiverStyles__receiver .dapp-core-component__confirmReceiverStyles__receiverWrapper .dapp-core-component__confirmReceiverStyles__receiverExternal * {
67
73
  transition: all 200ms ease;
68
74
  color: #737373 !important;
69
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Br));var le={receiver:"dapp-core-component__confirmReceiverStyles__receiver",receiverLabelWrapper:"dapp-core-component__confirmReceiverStyles__receiverLabelWrapper",receiverLabel:"dapp-core-component__confirmReceiverStyles__receiverLabel",receiverLabelScam:"dapp-core-component__confirmReceiverStyles__receiverLabelScam",receiverLabelScamIcon:"dapp-core-component__confirmReceiverStyles__receiverLabelScamIcon",receiverWrapper:"dapp-core-component__confirmReceiverStyles__receiverWrapper",receiverData:"dapp-core-component__confirmReceiverStyles__receiverData",receiverDataIcon:"dapp-core-component__confirmReceiverStyles__receiverDataIcon",receiverCopy:"dapp-core-component__confirmReceiverStyles__receiverCopy",receiverExternal:"dapp-core-component__confirmReceiverStyles__receiverExternal"};0&&(module.exports={css});
75
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Br));var le={receiver:"dapp-core-component__confirmReceiverStyles__receiver",receiverLabelWrapper:"dapp-core-component__confirmReceiverStyles__receiverLabelWrapper",receiverLabel:"dapp-core-component__confirmReceiverStyles__receiverLabel",receiverLabelScam:"dapp-core-component__confirmReceiverStyles__receiverLabelScam",receiverLabelScamIcon:"dapp-core-component__confirmReceiverStyles__receiverLabelScamIcon",receiverWrapper:"dapp-core-component__confirmReceiverStyles__receiverWrapper",unwrappable:"dapp-core-component__confirmReceiverStyles__unwrappable",receiverText:"dapp-core-component__confirmReceiverStyles__receiverText",receiverData:"dapp-core-component__confirmReceiverStyles__receiverData",receiverDataIcon:"dapp-core-component__confirmReceiverStyles__receiverDataIcon",receiverCopy:"dapp-core-component__confirmReceiverStyles__receiverCopy",receiverExternal:"dapp-core-component__confirmReceiverStyles__receiverExternal"};0&&(module.exports={css});
70
76
  /*!
71
77
  * The buffer module from node.js, for the browser.
72
78
  *