@multiversx/sdk-dapp 2.5.1 → 2.6.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 (651) hide show
  1. package/UI/DappModal/components/DappModal.js +1 -1
  2. package/UI/DappModal/components/DappModalHeader.d.ts +2 -1
  3. package/UI/DappModal/components/DappModalHeader.js +1 -1
  4. package/UI/DappModal/components/index.js +1 -1
  5. package/UI/DappModal/dappModal.types.d.ts +1 -0
  6. package/UI/DappModal/dappModal.types.js +1 -1
  7. package/UI/DappModal/hooks/index.js +1 -1
  8. package/UI/DappModal/hooks/useDappModal.js +1 -1
  9. package/UI/DappModal/index.js +1 -1
  10. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  11. package/UI/ExplorerLink/index.js +1 -1
  12. package/UI/ModalContainer/ModalContainer.js +1 -1
  13. package/UI/ModalContainer/index.js +1 -1
  14. package/UI/NotificationModal/index.js +1 -1
  15. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  16. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  17. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  18. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  19. package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
  20. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  21. package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
  22. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  23. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  24. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  25. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  26. package/UI/SignTransactionsModals/components/index.js +1 -1
  27. package/UI/SignTransactionsModals/index.js +1 -1
  28. package/UI/TokenDetails/index.js +1 -1
  29. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  30. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  31. package/UI/TransactionDetails/components/index.js +1 -1
  32. package/UI/TransactionDetails/index.js +1 -1
  33. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  34. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  35. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  36. package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
  37. package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
  38. package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
  39. package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
  40. package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
  41. package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
  42. package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
  43. package/UI/TransactionInfo/components/DataField/index.js +1 -1
  44. package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
  45. package/UI/TransactionInfo/components/EventsList/index.js +1 -1
  46. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  47. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  48. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  49. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  50. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  51. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  52. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  53. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  54. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  55. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  56. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  57. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
  58. package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
  59. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  60. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  61. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  62. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  63. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  64. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  65. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  66. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  67. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  68. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  69. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  70. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  71. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  72. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  73. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  74. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  75. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  76. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  77. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  78. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  79. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  80. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
  81. package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
  82. package/UI/TransactionInfo/components/index.js +1 -1
  83. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  84. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  85. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  86. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  87. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
  88. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
  89. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  90. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  91. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  92. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  93. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  94. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  95. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  96. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  97. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
  98. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
  99. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  100. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  101. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  102. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  103. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  104. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  105. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  106. package/UI/TransactionInfo/index.js +1 -1
  107. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  108. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  109. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  110. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  111. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  112. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  113. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  114. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  115. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  116. package/UI/TransactionsTable/components/index.js +1 -1
  117. package/UI/TransactionsTable/index.js +1 -1
  118. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  119. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  120. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  121. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  122. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
  123. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  124. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  125. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  126. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  127. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  128. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  129. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  130. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  131. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  132. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  133. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  134. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  135. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  136. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  137. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  138. package/UI/TransactionsToastList/components/index.js +1 -1
  139. package/UI/TransactionsToastList/index.js +1 -1
  140. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  141. package/UI/index.js +1 -1
  142. package/UI/ledger/LedgerLoginButton/index.d.ts +5 -2
  143. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  144. package/UI/ledger/LedgerLoginContainer/AddressRow.d.ts +4 -2
  145. package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
  146. package/UI/ledger/LedgerLoginContainer/AddressTable.d.ts +14 -3
  147. package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
  148. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.d.ts +10 -3
  149. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  150. package/UI/ledger/LedgerLoginContainer/LedgerConnect.d.ts +11 -2
  151. package/UI/ledger/LedgerLoginContainer/LedgerConnect.js +1 -1
  152. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.d.ts +11 -0
  153. package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +2 -0
  154. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.d.ts +2 -0
  155. package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +2 -0
  156. package/UI/ledger/LedgerLoginContainer/LedgerLoading/ledgerLoadingStyles.js +2 -0
  157. package/UI/ledger/LedgerLoginContainer/addressRowStyles.js +2 -0
  158. package/UI/ledger/LedgerLoginContainer/addressTableStyles.js +1 -1
  159. package/UI/ledger/LedgerLoginContainer/confirmAddressStyles.js +2 -0
  160. package/UI/ledger/LedgerLoginContainer/enums.d.ts +6 -0
  161. package/UI/ledger/LedgerLoginContainer/enums.js +2 -0
  162. package/UI/ledger/LedgerLoginContainer/index.d.ts +8 -4
  163. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  164. package/UI/ledger/LedgerLoginContainer/ledgerConnectStyles.js +1 -1
  165. package/UI/ledger/LedgerLoginContainer/ledgerLoginContainerStyles.js +2 -0
  166. package/UI/ledger/LedgerLoginContainer/types.d.ts +11 -0
  167. package/UI/ledger/LedgerLoginContainer/types.js +2 -0
  168. package/UI/ledger/index.js +1 -1
  169. package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
  170. package/UI/pages/UnlockPage/index.js +1 -1
  171. package/UI/pages/index.js +1 -1
  172. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.d.ts +1 -1
  173. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +1 -1
  174. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.d.ts +1 -1
  175. package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
  176. package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
  177. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  178. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  179. package/UI/walletConnect/index.js +1 -1
  180. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  181. package/__chunks__/{chunk-L453ADOC.js → chunk-23AAJLTE.js} +2 -2
  182. package/__chunks__/chunk-27KMKHIW.js +2 -0
  183. package/__chunks__/{chunk-TU7WFOMM.js → chunk-2AYMSUDW.js} +2 -2
  184. package/__chunks__/{chunk-2O55UTRA.js → chunk-2GITWCXT.js} +2 -2
  185. package/__chunks__/{chunk-3Y7FNEOJ.js → chunk-2JNL7LNB.js} +2 -2
  186. package/__chunks__/chunk-2JZBQI4L.js +2 -0
  187. package/__chunks__/{chunk-4TC7YRC5.js → chunk-2P35DJCR.js} +2 -2
  188. package/__chunks__/chunk-2QODJVIK.js +2 -0
  189. package/__chunks__/{chunk-3KUF72HT.js → chunk-2XRA2SOZ.js} +2 -2
  190. package/__chunks__/{chunk-NNMCXGCB.js → chunk-33JX7G53.js} +2 -2
  191. package/__chunks__/{chunk-C5QWK5UC.js → chunk-3E4G2X6M.js} +2 -2
  192. package/__chunks__/{chunk-PKXL3USM.js → chunk-3TH5M67N.js} +2 -2
  193. package/__chunks__/{chunk-6ZGSFDSZ.js → chunk-426OGBV2.js} +2 -2
  194. package/__chunks__/chunk-43BQTAZH.js +56 -0
  195. package/__chunks__/{chunk-6BRP5U5Q.js → chunk-453MDZQF.js} +2 -2
  196. package/__chunks__/{chunk-BW6BD5NS.js → chunk-472DHYRL.js} +2 -2
  197. package/__chunks__/chunk-4A4EU4E3.js +2 -0
  198. package/__chunks__/chunk-4RSMXZ4S.js +101 -0
  199. package/__chunks__/{chunk-UGJML72W.js → chunk-4X3KB3L6.js} +2 -2
  200. package/__chunks__/{chunk-RJX2VOVF.js → chunk-4XUPT6M6.js} +2 -2
  201. package/__chunks__/{chunk-K7RSNF4B.js → chunk-4YZ3KMHM.js} +2 -2
  202. package/__chunks__/{chunk-BPPOBJZC.js → chunk-55HTXSXA.js} +2 -2
  203. package/__chunks__/{chunk-5AZD5Z34.js → chunk-5ECUBJT4.js} +2 -2
  204. package/__chunks__/{chunk-NLDXG2MI.js → chunk-5EF4MS3R.js} +2 -2
  205. package/__chunks__/{chunk-RN6OKHPR.js → chunk-5GSDPVAD.js} +2 -2
  206. package/__chunks__/chunk-5LB5WWQ5.js +2 -0
  207. package/__chunks__/{chunk-5XVAMQOG.js → chunk-5LETNU4V.js} +2 -2
  208. package/__chunks__/{chunk-GE7JCDSP.js → chunk-5TOXE3UO.js} +2 -2
  209. package/__chunks__/{chunk-7RUXLIYJ.js → chunk-5V6C2L26.js} +2 -2
  210. package/__chunks__/{chunk-GKNKY2XC.js → chunk-6AJ47SZU.js} +2 -2
  211. package/__chunks__/{chunk-XZUX6DKG.js → chunk-6KRG4LM3.js} +2 -2
  212. package/__chunks__/{chunk-ODNDPOGU.js → chunk-6NZRMSIO.js} +2 -2
  213. package/__chunks__/{chunk-FUUIIQBA.js → chunk-6SDDAA2N.js} +2 -2
  214. package/__chunks__/{chunk-POHEXZFA.js → chunk-6W46S3QK.js} +2 -2
  215. package/__chunks__/chunk-72VKRQQR.js +2 -0
  216. package/__chunks__/{chunk-RPABLOJF.js → chunk-7ARTOUXL.js} +2 -2
  217. package/__chunks__/{chunk-5VRLEUJK.js → chunk-7DH5VDXH.js} +1 -1
  218. package/__chunks__/{chunk-6JVGC545.js → chunk-7NWOHII7.js} +2 -2
  219. package/__chunks__/chunk-7OT6BIN6.js +7 -0
  220. package/__chunks__/{chunk-6WHHVHFI.js → chunk-7POBVE6Q.js} +2 -2
  221. package/__chunks__/{chunk-6EDIA2O4.js → chunk-A5SDPSTT.js} +2 -2
  222. package/__chunks__/chunk-AOKD6R54.js +2 -0
  223. package/__chunks__/{chunk-OPTTP3CB.js → chunk-AR6VAKSI.js} +2 -2
  224. package/__chunks__/{chunk-AMPDOASR.js → chunk-AY6D2U6L.js} +2 -2
  225. package/__chunks__/{chunk-BGRAITYB.js → chunk-B767SU7J.js} +2 -2
  226. package/__chunks__/{chunk-GWPFW63R.js → chunk-BCPPVTT5.js} +2 -2
  227. package/__chunks__/chunk-BFO3NXKA.js +2 -0
  228. package/__chunks__/{chunk-VQCCK5FV.js → chunk-BGP2C6QV.js} +2 -2
  229. package/__chunks__/{chunk-SPU6IIAH.js → chunk-BPCTXLLJ.js} +2 -2
  230. package/__chunks__/chunk-BRFCGGC3.js +2 -0
  231. package/__chunks__/{chunk-2DSCD4NW.js → chunk-BTV6KDQS.js} +2 -2
  232. package/__chunks__/{chunk-AW4CTEGR.js → chunk-C2FRT5TS.js} +2 -2
  233. package/__chunks__/{chunk-IHKH4L56.js → chunk-C35QLHF5.js} +2 -2
  234. package/__chunks__/chunk-C52PQ3YP.js +2 -0
  235. package/__chunks__/{chunk-AKFZGJUV.js → chunk-CFA77B3S.js} +2 -2
  236. package/__chunks__/{chunk-5YFEEXIW.js → chunk-CTGPABLR.js} +2 -2
  237. package/__chunks__/{chunk-EOBDB5IF.js → chunk-CTOMG45X.js} +2 -2
  238. package/__chunks__/{chunk-77CGZRSP.js → chunk-CV74ES7R.js} +2 -2
  239. package/__chunks__/chunk-DIO2MOTI.js +2 -0
  240. package/__chunks__/{chunk-5HTHZHJN.js → chunk-DKCOAZU7.js} +2 -2
  241. package/__chunks__/{chunk-C6UPDHCY.js → chunk-DKT4ED65.js} +2 -2
  242. package/__chunks__/{chunk-4RGRWWWG.js → chunk-DT7CXYT7.js} +2 -2
  243. package/__chunks__/{chunk-YA2O43JQ.js → chunk-E2XCH5GA.js} +2 -2
  244. package/__chunks__/{chunk-VWBSXTRU.js → chunk-EDGVXF7K.js} +2 -2
  245. package/__chunks__/{chunk-YVUBZARW.js → chunk-EGFLIK5C.js} +2 -2
  246. package/__chunks__/{chunk-MGBG3RFC.js → chunk-EJJFBMWR.js} +2 -2
  247. package/__chunks__/{chunk-7XUVFY4V.js → chunk-ELO53RAH.js} +2 -2
  248. package/__chunks__/{chunk-7NXGX7P6.js → chunk-ELPKO5YL.js} +2 -2
  249. package/__chunks__/{chunk-AIEXAX6W.js → chunk-EOQ4GBQT.js} +2 -2
  250. package/__chunks__/{chunk-JYCVGUP2.js → chunk-EP6SDAW6.js} +2 -2
  251. package/__chunks__/{chunk-MX3SNB6G.js → chunk-EYCKV3YL.js} +2 -2
  252. package/__chunks__/{chunk-ADQXZDUG.js → chunk-F6IC5Y23.js} +2 -2
  253. package/__chunks__/{chunk-6WXZSD7A.js → chunk-FTKQZDLX.js} +2 -2
  254. package/__chunks__/{chunk-O4FWVWAC.js → chunk-FWDSY2GW.js} +2 -2
  255. package/__chunks__/{chunk-AVNC3ZAF.js → chunk-GCZWBHLS.js} +2 -2
  256. package/__chunks__/{chunk-HK5R66HH.js → chunk-GG5P6MOS.js} +2 -2
  257. package/__chunks__/{chunk-DQKHISOA.js → chunk-GH5VK5N2.js} +2 -2
  258. package/__chunks__/{chunk-STKQJTIT.js → chunk-GNAWORQD.js} +2 -2
  259. package/__chunks__/chunk-GQQCRXB3.js +2 -0
  260. package/__chunks__/{chunk-KLRL753V.js → chunk-GR5HKQHJ.js} +2 -2
  261. package/__chunks__/{chunk-D7QRUFC5.js → chunk-GTBQ6V7L.js} +2 -2
  262. package/__chunks__/{chunk-DUWIMNK3.js → chunk-GU67V37H.js} +2 -2
  263. package/__chunks__/{chunk-PZNVUONX.js → chunk-GX7R43WE.js} +2 -2
  264. package/__chunks__/{chunk-Z5JEFJVP.js → chunk-H7PPDS33.js} +2 -2
  265. package/__chunks__/{chunk-Z5SWHFRA.js → chunk-HFFEUDXD.js} +2 -2
  266. package/__chunks__/{chunk-6W4F63BZ.js → chunk-HNIXYOUS.js} +2 -2
  267. package/__chunks__/{chunk-YFG3AVUT.js → chunk-HSHC4AWG.js} +2 -2
  268. package/__chunks__/{chunk-VWIHAZX2.js → chunk-HUJEGTDG.js} +2 -2
  269. package/__chunks__/{chunk-LFPT3K6R.js → chunk-HYJUN4WH.js} +2 -2
  270. package/__chunks__/{chunk-ZFV4CQKS.js → chunk-I675HV3Q.js} +2 -2
  271. package/__chunks__/{chunk-46ERJLYO.js → chunk-I675Z2HR.js} +2 -2
  272. package/__chunks__/{chunk-NP75CK5K.js → chunk-IBIVADZ5.js} +2 -2
  273. package/__chunks__/chunk-IESJR2XH.js +2 -0
  274. package/__chunks__/{chunk-5BSBOUCX.js → chunk-ITXKZNN5.js} +2 -2
  275. package/__chunks__/chunk-IWLXRUG7.js +2 -0
  276. package/__chunks__/chunk-J42ZO72F.js +2 -0
  277. package/__chunks__/{chunk-7R6DOLZU.js → chunk-JQSLNKUR.js} +2 -2
  278. package/__chunks__/chunk-JXBGE6XB.js +2 -0
  279. package/__chunks__/{chunk-AKJDIDYD.js → chunk-KFEBPTJG.js} +2 -2
  280. package/__chunks__/{chunk-EUGL7XGM.js → chunk-KI2QJGAZ.js} +2 -2
  281. package/__chunks__/chunk-KUBNB3TA.js +2 -0
  282. package/__chunks__/chunk-KXTNHT7K.js +57 -0
  283. package/__chunks__/{chunk-FESULEWX.js → chunk-L2WG7L45.js} +2 -2
  284. package/__chunks__/{chunk-UMKXWTV2.js → chunk-L4MPILCZ.js} +2 -2
  285. package/__chunks__/chunk-L4O2UNQX.js +2 -0
  286. package/__chunks__/chunk-LR2EWIF5.js +2 -0
  287. package/__chunks__/{chunk-EVFGPQIL.js → chunk-LSHREDN3.js} +2 -2
  288. package/__chunks__/{chunk-GYOII7OG.js → chunk-M5A6L4R7.js} +2 -2
  289. package/__chunks__/{chunk-ZSHCWSP5.js → chunk-M5OKKDHE.js} +2 -2
  290. package/__chunks__/{chunk-3CONNSW7.js → chunk-M6VW3ICU.js} +2 -2
  291. package/__chunks__/{chunk-5I2FD5O5.js → chunk-M6XJNYK2.js} +2 -2
  292. package/__chunks__/{chunk-VPC4SBTZ.js → chunk-MBRRU5L4.js} +1 -1
  293. package/__chunks__/{chunk-XAGE4KRZ.js → chunk-MEHZ626X.js} +2 -2
  294. package/__chunks__/{chunk-PLMIUYY5.js → chunk-MF6PETFJ.js} +2 -2
  295. package/__chunks__/{chunk-R3CXARAD.js → chunk-MR7EFYRY.js} +2 -2
  296. package/__chunks__/{chunk-F2BL3OD2.js → chunk-MTXHMC6X.js} +2 -2
  297. package/__chunks__/{chunk-YBPITN37.js → chunk-MZYF7CRQ.js} +2 -2
  298. package/__chunks__/{chunk-KVHHEUKL.js → chunk-NAJD745N.js} +2 -2
  299. package/__chunks__/{chunk-PC57KD2A.js → chunk-NOGSBH54.js} +2 -2
  300. package/__chunks__/{chunk-CXMQKITI.js → chunk-NOLD2EUL.js} +2 -2
  301. package/__chunks__/{chunk-QURETWI6.js → chunk-NQOIR467.js} +2 -2
  302. package/__chunks__/{chunk-UFJ4C6PS.js → chunk-NUJCAYS2.js} +2 -2
  303. package/__chunks__/chunk-NVREM3LI.js +2 -0
  304. package/__chunks__/chunk-NWS2Y4S5.js +2 -0
  305. package/__chunks__/{chunk-V4PPH6FH.js → chunk-O57XQIXI.js} +2 -2
  306. package/__chunks__/{chunk-PWFIZV5S.js → chunk-O7D56AQB.js} +2 -2
  307. package/__chunks__/chunk-O7HJXABK.js +2 -0
  308. package/__chunks__/{chunk-NOMY5E2S.js → chunk-O7X7ZSZA.js} +2 -2
  309. package/__chunks__/{chunk-EBNYKLBJ.js → chunk-OEKBAJFT.js} +2 -2
  310. package/__chunks__/{chunk-DYJ3YJ7U.js → chunk-OLYDOTTT.js} +2 -2
  311. package/__chunks__/{chunk-IJYZWLTS.js → chunk-ONXXXCCF.js} +2 -2
  312. package/__chunks__/{chunk-E4BHF5MU.js → chunk-OS3G46C4.js} +2 -2
  313. package/__chunks__/chunk-OU5R72PN.js +2 -0
  314. package/__chunks__/{chunk-U4UUL4FL.js → chunk-P4XOYAM3.js} +2 -2
  315. package/__chunks__/{chunk-3E2PYJV4.js → chunk-PGLI2BUK.js} +2 -2
  316. package/__chunks__/{chunk-EUJTLTQD.js → chunk-PL5HCJS2.js} +2 -2
  317. package/__chunks__/{chunk-KXHFGGDD.js → chunk-POFVND2J.js} +2 -2
  318. package/__chunks__/{chunk-VUE67EOD.js → chunk-PZ26EQZB.js} +2 -2
  319. package/__chunks__/{chunk-JTX4QLA7.js → chunk-Q3MUOY6H.js} +2 -2
  320. package/__chunks__/{chunk-HURQFKO3.js → chunk-Q4AWRUTV.js} +2 -2
  321. package/__chunks__/{chunk-K4REG42F.js → chunk-QDRCUDP3.js} +2 -2
  322. package/__chunks__/{chunk-6QTUVO7C.js → chunk-QFSWBLGO.js} +2 -2
  323. package/__chunks__/{chunk-KIHB3QJD.js → chunk-QHPKVIYS.js} +2 -2
  324. package/__chunks__/{chunk-UGYNUFO7.js → chunk-QNQWC6P3.js} +2 -2
  325. package/__chunks__/chunk-QT3UEYNX.js +19 -0
  326. package/__chunks__/chunk-QV3N2FKW.js +2 -0
  327. package/__chunks__/{chunk-CZI4Y6B7.js → chunk-R2QVKZBO.js} +2 -2
  328. package/__chunks__/{chunk-UIK55M3S.js → chunk-R3MLEQHY.js} +2 -2
  329. package/__chunks__/{chunk-4LIAAVWF.js → chunk-R7TIYVAO.js} +2 -2
  330. package/__chunks__/{chunk-CGQQEMES.js → chunk-RLE3NYEW.js} +2 -2
  331. package/__chunks__/{chunk-ZJGO5ADJ.js → chunk-S2GAO6UX.js} +2 -2
  332. package/__chunks__/chunk-S46XGVD5.js +2 -0
  333. package/__chunks__/{chunk-SYPKT66I.js → chunk-SAL5XWTD.js} +2 -2
  334. package/__chunks__/chunk-SCVYE6JT.js +47 -0
  335. package/__chunks__/{chunk-X2FD6DGB.js → chunk-SDTJKQU5.js} +2 -2
  336. package/__chunks__/chunk-SFEWR7BS.js +2 -0
  337. package/__chunks__/{chunk-P2AJDGMY.js → chunk-SJCRRR6L.js} +2 -2
  338. package/__chunks__/{chunk-TVLX5GPZ.js → chunk-SQ7IQK5E.js} +2 -2
  339. package/__chunks__/chunk-SSFKNABB.js +2 -0
  340. package/__chunks__/chunk-STXBLUHN.js +2 -0
  341. package/__chunks__/{chunk-L3H42RRW.js → chunk-SUYOSDTM.js} +2 -2
  342. package/__chunks__/{chunk-A7UDFQ5F.js → chunk-T5CHEKO5.js} +2 -2
  343. package/__chunks__/chunk-TIAUVOIC.js +2 -0
  344. package/__chunks__/{chunk-G2QHJ2XP.js → chunk-TLT7GLC4.js} +2 -2
  345. package/__chunks__/{chunk-ZVTXEJBP.js → chunk-TQODVG6Y.js} +2 -2
  346. package/__chunks__/{chunk-4AVPCNDL.js → chunk-TWPPOVG4.js} +2 -2
  347. package/__chunks__/{chunk-6TATVFAX.js → chunk-TXRHRGYN.js} +2 -2
  348. package/__chunks__/{chunk-KJQUO2IV.js → chunk-TYNIHZ2F.js} +2 -2
  349. package/__chunks__/{chunk-DIBPVHBE.js → chunk-TYY6DXW7.js} +2 -2
  350. package/__chunks__/chunk-UABIYQ6M.js +2 -0
  351. package/__chunks__/{chunk-G7PK6AE5.js → chunk-UCB6W4H6.js} +2 -2
  352. package/__chunks__/chunk-UHLFOFON.js +2 -0
  353. package/__chunks__/{chunk-EMUTI73J.js → chunk-UM4YXHT3.js} +2 -2
  354. package/__chunks__/{chunk-MNOORHIP.js → chunk-UMYS2AMR.js} +2 -2
  355. package/__chunks__/{chunk-FNSK3BDL.js → chunk-UNHYL6Q6.js} +2 -2
  356. package/__chunks__/{chunk-X4NNUSDC.js → chunk-UUXCBWKH.js} +2 -2
  357. package/__chunks__/{chunk-DU6WRC6O.js → chunk-UZBMRAWK.js} +2 -2
  358. package/__chunks__/chunk-VIT4WLW2.js +2 -0
  359. package/__chunks__/{chunk-5EJQ7LMW.js → chunk-VPJUXKVI.js} +2 -2
  360. package/__chunks__/{chunk-M3I4O3G5.js → chunk-VPLUOQCI.js} +2 -2
  361. package/__chunks__/{chunk-I6IBK3FD.js → chunk-VQTEJ3AP.js} +2 -2
  362. package/__chunks__/{chunk-AAXRYRET.js → chunk-VRRJ4BPR.js} +2 -2
  363. package/__chunks__/{chunk-X5PEMHOG.js → chunk-VSQVMYTY.js} +2 -2
  364. package/__chunks__/{chunk-ITVLXZP5.js → chunk-VZFHNTNV.js} +2 -2
  365. package/__chunks__/chunk-VZFMF74W.js +2 -0
  366. package/__chunks__/{chunk-V5CIYQAI.js → chunk-W45PYD3T.js} +2 -2
  367. package/__chunks__/{chunk-7PP3DJ3R.js → chunk-WF6ZREHE.js} +2 -2
  368. package/__chunks__/{chunk-IMFEACMA.js → chunk-WP4VSJLM.js} +2 -2
  369. package/__chunks__/{chunk-J4OGUYVE.js → chunk-WQXZ3B7N.js} +2 -2
  370. package/__chunks__/chunk-WYDY4YCE.js +2 -0
  371. package/__chunks__/{chunk-SCUTEW65.js → chunk-X2UZEO3X.js} +2 -2
  372. package/__chunks__/chunk-X7IULTI5.js +2 -0
  373. package/__chunks__/{chunk-BPWXH2JC.js → chunk-XFUWIPDA.js} +2 -2
  374. package/__chunks__/{chunk-WYKJR3WY.js → chunk-XRTAHRSN.js} +2 -2
  375. package/__chunks__/{chunk-FTAXM46X.js → chunk-Y6YYQUMU.js} +2 -2
  376. package/__chunks__/{chunk-GOXZEFNK.js → chunk-Y7EFNXJI.js} +2 -2
  377. package/__chunks__/{chunk-FFCSCCBR.js → chunk-YFHQA22L.js} +2 -2
  378. package/__chunks__/{chunk-FN25L7A7.js → chunk-YQPZXVIA.js} +2 -2
  379. package/__chunks__/{chunk-XUJE6SOS.js → chunk-YQTVZKOA.js} +2 -2
  380. package/__chunks__/chunk-YRN2GSXN.js +2 -0
  381. package/__chunks__/{chunk-NP7576YC.js → chunk-YYIAF5XK.js} +2 -2
  382. package/__chunks__/{chunk-3RI5XXDO.js → chunk-YYWNWSLA.js} +2 -2
  383. package/__chunks__/{chunk-PNAWHW55.js → chunk-YZA5FV7Z.js} +2 -2
  384. package/__chunks__/{chunk-I7DSJC5Q.js → chunk-Z7WX5JMQ.js} +2 -2
  385. package/__chunks__/{chunk-DVCSIJMP.js → chunk-ZBFOYDJR.js} +2 -2
  386. package/__chunks__/chunk-ZEC4NE5N.js +85 -0
  387. package/__chunks__/chunk-ZUK5MUY7.js +2 -0
  388. package/__chunks__/{chunk-VHXH2VX5.js → chunk-ZXXRMWLI.js} +2 -2
  389. package/__commonjs/UI/DappModal/components/DappModal.js +3 -3
  390. package/__commonjs/UI/DappModal/components/DappModalHeader.js +2 -2
  391. package/__commonjs/UI/DappModal/components/index.js +3 -3
  392. package/__commonjs/UI/DappModal/dappModal.types.js +1 -1
  393. package/__commonjs/UI/DappModal/index.js +3 -3
  394. package/__commonjs/UI/ModalContainer/ModalContainer.js +3 -3
  395. package/__commonjs/UI/ModalContainer/index.js +3 -3
  396. package/__commonjs/UI/NotificationModal/index.js +4 -4
  397. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +14 -14
  398. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +5 -5
  399. package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +5 -5
  400. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +5 -5
  401. package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +5 -5
  402. package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +5 -5
  403. package/__commonjs/UI/SignTransactionsModals/index.js +14 -14
  404. package/__commonjs/UI/TransactionInfo/TransactionInfo.js +26 -26
  405. package/__commonjs/UI/TransactionInfo/components/DataField/DataField.js +7 -7
  406. package/__commonjs/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +3 -3
  407. package/__commonjs/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +3 -3
  408. package/__commonjs/UI/TransactionInfo/components/DataField/components/index.js +3 -3
  409. package/__commonjs/UI/TransactionInfo/components/DataField/index.js +7 -7
  410. package/__commonjs/UI/TransactionInfo/components/index.js +22 -22
  411. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +8 -8
  412. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +9 -9
  413. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +27 -27
  414. package/__commonjs/UI/TransactionInfo/index.js +22 -22
  415. package/__commonjs/UI/index.js +507 -153
  416. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +486 -12
  417. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow.js +206 -3
  418. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable.js +326 -9
  419. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +39 -2673
  420. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerConnect.js +61 -3
  421. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +2720 -0
  422. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +2720 -0
  423. package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoading/ledgerLoadingStyles.js +26 -0
  424. package/__commonjs/UI/ledger/LedgerLoginContainer/addressRowStyles.js +92 -0
  425. package/__commonjs/UI/ledger/LedgerLoginContainer/addressTableStyles.js +100 -3
  426. package/__commonjs/UI/ledger/LedgerLoginContainer/confirmAddressStyles.js +63 -0
  427. package/__commonjs/UI/ledger/LedgerLoginContainer/enums.js +9 -0
  428. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +539 -65
  429. package/__commonjs/UI/ledger/LedgerLoginContainer/ledgerConnectStyles.js +55 -2
  430. package/__commonjs/UI/ledger/LedgerLoginContainer/ledgerLoginContainerStyles.js +54 -0
  431. package/__commonjs/UI/ledger/LedgerLoginContainer/types.js +9 -0
  432. package/__commonjs/UI/ledger/index.js +540 -66
  433. package/__commonjs/UI/pages/UnlockPage/index.js +489 -15
  434. package/__commonjs/UI/pages/index.js +489 -15
  435. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +6 -6
  436. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +4 -4
  437. package/__commonjs/UI/walletConnect/index.js +6 -6
  438. package/__commonjs/hooks/index.js +1 -1
  439. package/__commonjs/hooks/login/index.js +1 -1
  440. package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
  441. package/__commonjs/hooks/transactions/index.js +1 -1
  442. package/__commonjs/hooks/transactions/useSignMultipleTransactions.js +1 -1
  443. package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  444. package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  445. package/__commonjs/utils/internal/getLedgerErrorCodes.js +1 -1
  446. package/__commonjs/utils/internal/index.js +1 -1
  447. package/__mocks__/index.js +1 -1
  448. package/__mocks__/utils/index.js +1 -1
  449. package/__mocks__/utils/renderWithProvider.js +1 -1
  450. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  451. package/apiCalls/accounts/index.js +1 -1
  452. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  453. package/apiCalls/configuration/index.js +1 -1
  454. package/apiCalls/getScamAddressData.js +1 -1
  455. package/apiCalls/index.js +1 -1
  456. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  457. package/apiCalls/transactions/index.js +1 -1
  458. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  459. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  460. package/apiCalls/utils/index.js +1 -1
  461. package/components/LogoutListener/LogoutListener.js +1 -1
  462. package/components/LogoutListener/helpers/index.js +1 -1
  463. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  464. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  465. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  466. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  467. package/components/LogoutListener/index.js +1 -1
  468. package/components/ProviderInitializer.js +1 -1
  469. package/components/TransactionSender/TransactionSender.js +1 -1
  470. package/components/TransactionSender/index.js +1 -1
  471. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
  472. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  473. package/components/TransactionsTracker/index.js +1 -1
  474. package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  475. package/hooks/account/index.js +1 -1
  476. package/hooks/account/useGetAccount.js +1 -1
  477. package/hooks/account/useGetAccountInfo.js +1 -1
  478. package/hooks/account/useGetIsLoggedIn.js +1 -1
  479. package/hooks/account/useGetLoginInfo.js +1 -1
  480. package/hooks/account/useGetWebsocketEvent.js +1 -1
  481. package/hooks/index.js +1 -1
  482. package/hooks/login/index.js +1 -1
  483. package/hooks/login/useExtensionLogin.js +1 -1
  484. package/hooks/login/useLedgerLogin.js +1 -1
  485. package/hooks/login/useLoginService.js +1 -1
  486. package/hooks/login/useOperaLogin.js +1 -1
  487. package/hooks/login/useWalletConnectLogin.js +1 -1
  488. package/hooks/login/useWalletConnectV2Login.js +1 -1
  489. package/hooks/login/useWebViewLogin.js +1 -1
  490. package/hooks/login/useWebWalletLogin.js +1 -1
  491. package/hooks/signMessage/index.js +1 -1
  492. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  493. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  494. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  495. package/hooks/signMessage/useSignMessage.js +1 -1
  496. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  497. package/hooks/transactions/helpers/index.js +1 -1
  498. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
  499. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  500. package/hooks/transactions/index.js +1 -1
  501. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  502. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  503. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
  504. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
  505. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  506. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  507. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  508. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  509. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  510. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  511. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  512. package/hooks/transactions/useGetTokenDetails.js +1 -1
  513. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  514. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  515. package/hooks/transactions/useSignMultipleTransactions.js +1 -1
  516. package/hooks/transactions/useSignTransactions.js +1 -1
  517. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  518. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  519. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  520. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  521. package/hooks/useGetNetworkConfig.js +1 -1
  522. package/hooks/useGetNotification.js +1 -1
  523. package/hooks/userInterface/index.js +1 -1
  524. package/hooks/userInterface/useIsDappModalVisible.js +1 -1
  525. package/hooks/websocketListener/index.js +1 -1
  526. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  527. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  528. package/package.json +1 -1
  529. package/providers/webviewProvider/index.js +1 -1
  530. package/providers/webviewProvider/requestMethods.js +1 -1
  531. package/providers/webviewProvider/webviewProvider.js +1 -1
  532. package/reduxStore/DappProviderContext.js +1 -1
  533. package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
  534. package/reduxStore/persistConfig.js +1 -1
  535. package/reduxStore/persistedRootReducer.js +1 -1
  536. package/reduxStore/reducers.js +1 -1
  537. package/reduxStore/rootReducer.js +1 -1
  538. package/reduxStore/selectors/accountInfoSelectors.js +1 -1
  539. package/reduxStore/selectors/index.js +1 -1
  540. package/reduxStore/selectors/loginInfoSelectors.js +1 -1
  541. package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
  542. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  543. package/reduxStore/slices/index.js +1 -1
  544. package/reduxStore/slices/networkConfigSlice.js +1 -1
  545. package/reduxStore/store.js +1 -1
  546. package/services/index.js +1 -1
  547. package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
  548. package/services/transactions/clearTransactions.js +1 -1
  549. package/services/transactions/index.js +1 -1
  550. package/services/transactions/sendTransactions.js +1 -1
  551. package/services/transactions/signTransactions.js +1 -1
  552. package/services/transactions/transformAndSignTransactions.js +1 -1
  553. package/services/transactions/utils.js +1 -1
  554. package/utils/account/getAccount.js +1 -1
  555. package/utils/account/getAccountBalance.js +1 -1
  556. package/utils/account/getAccountShard.js +1 -1
  557. package/utils/account/getAddress.js +1 -1
  558. package/utils/account/getLatestNonce.js +1 -1
  559. package/utils/account/index.js +1 -1
  560. package/utils/account/loginWithExternalProvider.js +1 -1
  561. package/utils/account/refreshAccount.js +1 -1
  562. package/utils/account/setNonce.js +1 -1
  563. package/utils/account/signMessage.js +1 -1
  564. package/utils/getIsLoggedIn.js +1 -1
  565. package/utils/index.js +1 -1
  566. package/utils/internal/getLedgerErrorCodes.js +1 -1
  567. package/utils/internal/index.js +1 -1
  568. package/utils/logout.js +1 -1
  569. package/utils/network/getChainID.js +1 -1
  570. package/utils/network/getEgldLabel.js +1 -1
  571. package/utils/network/getNetworkConfig.js +1 -1
  572. package/utils/network/index.js +1 -1
  573. package/utils/operations/calculateFeeLimit.js +1 -1
  574. package/utils/operations/index.js +1 -1
  575. package/utils/toasts/customToastsActions.js +1 -1
  576. package/utils/toasts/index.js +1 -1
  577. package/utils/transactions/getAllTransactionsLink.js +1 -1
  578. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  579. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
  580. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
  581. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
  582. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
  583. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  584. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  585. package/utils/transactions/getTransactionLink.js +1 -1
  586. package/utils/transactions/index.js +1 -1
  587. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
  588. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
  589. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
  590. package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
  591. package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
  592. package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
  593. package/utils/transactions/transactionInfoHelpers/index.js +1 -1
  594. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
  595. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
  596. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
  597. package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
  598. package/utils/validation/index.js +1 -1
  599. package/web/hooks/index.js +1 -1
  600. package/web/hooks/useIdleTimer.js +1 -1
  601. package/web/index.js +1 -1
  602. package/wrappers/AppInitializer.js +1 -1
  603. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  604. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  605. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  606. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  607. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  608. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  609. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  610. package/wrappers/DappProvider/CustomComponents.js +1 -1
  611. package/wrappers/DappProvider/index.js +1 -1
  612. package/wrappers/index.js +1 -1
  613. package/UI/ledger/LedgerLoginContainer/loginModalStyles.js +0 -4
  614. package/__chunks__/chunk-2NWUS3DO.js +0 -4
  615. package/__chunks__/chunk-2OTLJG4V.js +0 -2
  616. package/__chunks__/chunk-2PR6KCLR.js +0 -2
  617. package/__chunks__/chunk-4KFAEROZ.js +0 -2
  618. package/__chunks__/chunk-4SR7KI3H.js +0 -2
  619. package/__chunks__/chunk-52KF3Y4S.js +0 -2
  620. package/__chunks__/chunk-52KO2CZL.js +0 -2
  621. package/__chunks__/chunk-5Z6U4HW3.js +0 -2
  622. package/__chunks__/chunk-6MDGZFLI.js +0 -4
  623. package/__chunks__/chunk-6STOJAVA.js +0 -2
  624. package/__chunks__/chunk-6ZSZ3BBE.js +0 -2
  625. package/__chunks__/chunk-6ZYPGWOW.js +0 -2
  626. package/__chunks__/chunk-AYYUBLEX.js +0 -2
  627. package/__chunks__/chunk-ETBGCP2D.js +0 -2
  628. package/__chunks__/chunk-FET2P3GJ.js +0 -2
  629. package/__chunks__/chunk-FGKDZDQZ.js +0 -2
  630. package/__chunks__/chunk-FWDX45MI.js +0 -2
  631. package/__chunks__/chunk-HJP7U7JM.js +0 -2
  632. package/__chunks__/chunk-JTRBY2EM.js +0 -2
  633. package/__chunks__/chunk-K7F5DDHD.js +0 -2
  634. package/__chunks__/chunk-KUWR52WT.js +0 -2
  635. package/__chunks__/chunk-LAUGFAWR.js +0 -2
  636. package/__chunks__/chunk-LI4Z3BPV.js +0 -2
  637. package/__chunks__/chunk-MOTQTNZX.js +0 -2
  638. package/__chunks__/chunk-NO3K5IID.js +0 -2
  639. package/__chunks__/chunk-PDCOGFGC.js +0 -2
  640. package/__chunks__/chunk-ROFUQJPL.js +0 -2
  641. package/__chunks__/chunk-ROPQHZ7M.js +0 -2
  642. package/__chunks__/chunk-RTALTTHJ.js +0 -2
  643. package/__chunks__/chunk-T6KRDYJZ.js +0 -2
  644. package/__chunks__/chunk-TTYYUL4W.js +0 -2
  645. package/__chunks__/chunk-U6AECGCL.js +0 -2
  646. package/__chunks__/chunk-WZGRP2AT.js +0 -2
  647. package/__chunks__/chunk-XCIXAKQV.js +0 -2
  648. package/__chunks__/chunk-XQHSG7PK.js +0 -2
  649. package/__chunks__/chunk-YKB2OO2V.js +0 -2
  650. package/__chunks__/chunk-YLLIHJY3.js +0 -2
  651. package/__commonjs/UI/ledger/LedgerLoginContainer/loginModalStyles.js +0 -11
@@ -0,0 +1,26 @@
1
+ "use strict";var Ur=Object.create;var b=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var Ir=Object.getOwnPropertyNames;var Lr=Object.getPrototypeOf,Sr=Object.prototype.hasOwnProperty;var Cr=(t,r)=>()=>(t&&(r=t(t=0)),r);var N=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Rr=(t,r)=>{for(var e in r)b(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Ir(r))!Sr.call(t,i)&&i!==e&&b(t,i,{get:()=>r[i],enumerable:!(n=Tr(r,i))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Ur(Lr(t)):{},rr(r||!t||!t.__esModule?b(e,"default",{value:t,enumerable:!0}):e,t)),Mr=t=>rr(b({},"__esModule",{value:!0}),t);var ir=N(W=>{"use strict";m();W.byteLength=Dr;W.toByteArray=Nr;W.fromByteArray=qr;var E=[],g=[],kr=typeof Uint8Array!="undefined"?Uint8Array:Array,X="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(T=0,tr=X.length;T<tr;++T)E[T]=X[T],g[X.charCodeAt(T)]=T;var T,tr;g["-".charCodeAt(0)]=62;g["_".charCodeAt(0)]=63;function nr(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 n=e===r?0:4-e%4;return[e,n]}function Dr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function br(t,r,e){return(r+e)*3/4-e}function Nr(t){var r,e=nr(t),n=e[0],i=e[1],o=new kr(br(t,n,i)),u=0,p=i>0?n-4:n,h;for(h=0;h<p;h+=4)r=g[t.charCodeAt(h)]<<18|g[t.charCodeAt(h+1)]<<12|g[t.charCodeAt(h+2)]<<6|g[t.charCodeAt(h+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return i===2&&(r=g[t.charCodeAt(h)]<<2|g[t.charCodeAt(h+1)]>>4,o[u++]=r&255),i===1&&(r=g[t.charCodeAt(h)]<<10|g[t.charCodeAt(h+1)]<<4|g[t.charCodeAt(h+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Wr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Yr(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Wr(n));return i.join("")}function qr(t){for(var r,e=t.length,n=e%3,i=[],o=16383,u=0,p=e-n;u<p;u+=o)i.push(Yr(t,u,u+o>p?p:u+o));return n===1?(r=t[e-1],i.push(E[r>>2]+E[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),i.join("")}});var or=N(G=>{m();G.read=function(t,r,e,n,i){var o,u,p=i*8-n-1,h=(1<<p)-1,c=h>>1,l=-7,f=e?i-1:0,d=e?-1:1,x=t[r+f];for(f+=d,o=x&(1<<-l)-1,x>>=-l,l+=p;l>0;o=o*256+t[r+f],f+=d,l-=8);for(u=o&(1<<-l)-1,o>>=-l,l+=n;l>0;u=u*256+t[r+f],f+=d,l-=8);if(o===0)o=1-c;else{if(o===h)return u?NaN:(x?-1:1)*(1/0);u=u+Math.pow(2,n),o=o-c}return(x?-1:1)*u*Math.pow(2,o-n)};G.write=function(t,r,e,n,i,o){var u,p,h,c=o*8-i-1,l=(1<<c)-1,f=l>>1,d=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=n?0:o-1,S=n?1:-1,vr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(p=isNaN(r)?1:0,u=l):(u=Math.floor(Math.log(r)/Math.LN2),r*(h=Math.pow(2,-u))<1&&(u--,h*=2),u+f>=1?r+=d/h:r+=d*Math.pow(2,1-f),r*h>=2&&(u++,h/=2),u+f>=l?(p=0,u=l):u+f>=1?(p=(r*h-1)*Math.pow(2,i),u=u+f):(p=r*Math.pow(2,f-1)*Math.pow(2,i),u=0));i>=8;t[e+x]=p&255,x+=S,p/=256,i-=8);for(u=u<<i|p,c+=i;c>0;t[e+x]=u&255,x+=S,u/=256,c-=8);t[e+x-S]|=vr*128}});var dr=N(R=>{"use strict";m();var J=ir(),C=or(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=a;R.SlowBuffer=Qr;R.INSPECT_MAX_BYTES=50;var q=2147483647;R.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 _(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 hr(t,r,e)}a.poolSize=8192;function hr(t,r,e){if(typeof t=="string")return Xr(t,r);if(ArrayBuffer.isView(t))return Gr(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(F(t,ArrayBuffer)||t&&F(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(t,SharedArrayBuffer)||t&&F(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 n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return a.from(n,r,e);var i=Jr(t);if(i)return i;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 hr(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 zr(t,r,e){return fr(t),t<=0?_(t):r!==void 0?typeof e=="string"?_(t).fill(r,e):_(t).fill(r):_(t)}a.alloc=function(t,r,e){return zr(t,r,e)};function O(t){return fr(t),_(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return O(t)};a.allocUnsafeSlow=function(t){return O(t)};function Xr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=cr(t,r)|0,n=_(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=_(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Gr(t){if(F(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 n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,a.prototype),n}function Jr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=_(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?_(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(F(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),F(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 n=r.length,i=e.length,o=0,u=Math.min(n,i);o<u;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?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 n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=a.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var u=r[n];if(F(u,Uint8Array))o+u.length>i.length?a.from(u).copy(i,o):Uint8Array.prototype.set.call(i,u,o);else if(a.isBuffer(u))u.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return i};function cr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||F(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!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 gr(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}a.byteLength=cr;function Vr(t,r,e){var n=!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 ne(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 ie(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}a.prototype._isBuffer=!0;function I(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}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=R.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ur&&(a.prototype[ur]=a.prototype.inspect);a.prototype.compare=function(r,e,n,i,o){if(F(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),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var u=o-i,p=n-e,h=Math.min(u,p),c=this.slice(i,o),l=r.slice(e,n),f=0;f<h;++f)if(c[f]!==l[f]){u=c[f],p=l[f];break}return u<p?-1:p<u?1:0};function lr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,n)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,n,i){var o=1,u=t.length,p=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,u/=2,p/=2,e/=2}function h(x,S){return o===1?x[S]:x.readUInt16BE(S*o)}var c;if(i){var l=-1;for(c=e;c<u;c++)if(h(t,c)===h(r,l===-1?0:c-l)){if(l===-1&&(l=c),c-l+1===p)return l*o}else l!==-1&&(c-=c-l),l=-1}else for(e+p>u&&(e=u-p),c=e;c>=0;c--){for(var f=!0,d=0;d<p;d++)if(h(t,c+d)!==h(r,d)){f=!1;break}if(f)return c}return-1}a.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};a.prototype.indexOf=function(r,e,n){return lr(this,r,e,n,!0)};a.prototype.lastIndexOf=function(r,e,n){return lr(this,r,e,n,!1)};function Kr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var u=0;u<n;++u){var p=parseInt(r.substr(u*2,2),16);if($(p))return u;t[e+u]=p}return u}function Or(t,r,e,n){return H(K(r,t.length-e),t,e,n)}function Zr(t,r,e,n){return H(ae(r),t,e,n)}function $r(t,r,e,n){return H(gr(r),t,e,n)}function Pr(t,r,e,n){return H(pe(r,t.length-e),t,e,n)}a.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var u=!1;;)switch(i){case"hex":return Kr(this,r,e,n);case"utf8":case"utf-8":return Or(this,r,e,n);case"ascii":case"latin1":case"binary":return Zr(this,r,e,n);case"base64":return $r(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,e,n);default:if(u)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),u=!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 n=[],i=r;i<e;){var o=t[i],u=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=e){var h,c,l,f;switch(p){case 1:o<128&&(u=o);break;case 2:h=t[i+1],(h&192)===128&&(f=(o&31)<<6|h&63,f>127&&(u=f));break;case 3:h=t[i+1],c=t[i+2],(h&192)===128&&(c&192)===128&&(f=(o&15)<<12|(h&63)<<6|c&63,f>2047&&(f<55296||f>57343)&&(u=f));break;case 4:h=t[i+1],c=t[i+2],l=t[i+3],(h&192)===128&&(c&192)===128&&(l&192)===128&&(f=(o&15)<<18|(h&63)<<12|(c&63)<<6|l&63,f>65535&&f<1114112&&(u=f))}}u===null?(u=65533,p=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|u&1023),n.push(u),i+=p}return re(n)}var pr=4096;function re(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=pr));return e}function ee(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function te(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ne(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=he[t[o]];return i}function ie(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}a.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,a.prototype),i};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,n){r=r>>>0,e=e>>>0,n||y(r,e,this.length);for(var i=this[r],o=1,u=0;++u<e&&(o*=256);)i+=this[r+u]*o;return i};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||y(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};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,n){r=r>>>0,e=e>>>0,n||y(r,e,this.length);for(var i=this[r],o=1,u=0;++u<e&&(o*=256);)i+=this[r+u]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};a.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||y(r,e,this.length);for(var i=e,o=1,u=this[r+--i];i>0&&(o*=256);)u+=this[r+--i]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*e)),u};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 n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||y(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};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),C.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||y(r,4,this.length),C.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||y(r,8,this.length),C.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||y(r,8,this.length),C.read(this,r,!1,52,8)};function w(t,r,e,n,i,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,e,n,o,0)}var u=1,p=0;for(this[e]=r&255;++p<n&&(u*=256);)this[e+p]=r/u&255;return e+n};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,e,n,o,0)}var u=n-1,p=1;for(this[e+u]=r&255;--u>=0&&(p*=256);)this[e+u]=r/p&255;return e+n};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||w(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,n){return r=+r,e=e>>>0,n||w(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,n){return r=+r,e=e>>>0,n||w(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,n){return r=+r,e=e>>>0,n||w(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,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,e,n,o-1,-o)}var u=0,p=1,h=0;for(this[e]=r&255;++u<n&&(p*=256);)r<0&&h===0&&this[e+u-1]!==0&&(h=1),this[e+u]=(r/p>>0)-h&255;return e+n};a.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,e,n,o-1,-o)}var u=n-1,p=1,h=0;for(this[e+u]=r&255;--u>=0&&(p*=256);)r<0&&h===0&&this[e+u+1]!==0&&(h=1),this[e+u]=(r/p>>0)-h&255;return e+n};a.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||w(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||w(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,n){return r=+r,e=e>>>0,n||w(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,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function wr(t,r,e,n,i){return r=+r,e=e>>>0,i||yr(t,r,e,4,34028234663852886e22,-34028234663852886e22),C.write(t,r,e,n,23,4),e+4}a.prototype.writeFloatLE=function(r,e,n){return wr(this,r,e,!0,n)};a.prototype.writeFloatBE=function(r,e,n){return wr(this,r,e,!1,n)};function xr(t,r,e,n,i){return r=+r,e=e>>>0,i||yr(t,r,e,8,17976931348623157e292,-17976931348623157e292),C.write(t,r,e,n,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,n){return xr(this,r,e,!0,n)};a.prototype.writeDoubleBE=function(r,e,n){return xr(this,r,e,!1,n)};a.prototype.copy=function(r,e,n,i){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};a.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!a.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var u;if(typeof r=="number")for(u=e;u<n;++u)this[u]=r;else{var p=a.isBuffer(r)?r:a.from(r,i),h=p.length;if(h===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<n-e;++u)this[u+e]=p[u%h]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ue(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,n=t.length,i=null,o=[],u=0;u<n;++u){if(e=t.charCodeAt(u),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=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,n,i,o=[],u=0;u<t.length&&!((r-=2)<0);++u)e=t.charCodeAt(u),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function gr(t){return J.toByteArray(ue(t))}function H(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function F(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 he=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Ar=N((de,Br)=>{m();var s=Br.exports={},B,A;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"?B=setTimeout:B=P}catch(t){B=P}try{typeof clearTimeout=="function"?A=clearTimeout:A=j}catch(t){A=j}})();function mr(t){if(B===setTimeout)return setTimeout(t,0);if((B===P||!B)&&setTimeout)return B=setTimeout,setTimeout(t,0);try{return B(t,0)}catch(r){try{return B.call(null,t,0)}catch(e){return B.call(this,t,0)}}}function fe(t){if(A===clearTimeout)return clearTimeout(t);if((A===j||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(t);try{return A(t)}catch(r){try{return A.call(null,t)}catch(e){return A.call(this,t)}}}var v=[],M=!1,L,z=-1;function ce(){!M||!L||(M=!1,L.length?v=L.concat(v):z=-1,v.length&&Er())}function Er(){if(!M){var t=mr(ce);M=!0;for(var r=v.length;r;){for(L=v,v=[];++z<r;)L&&L[z].run();z=-1,r=v.length}L=null,M=!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];v.push(new Fr(t,r)),v.length===1&&!M&&mr(Er)};function Fr(t,r){this.fun=t,this.array=r}Fr.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function U(){}s.on=U;s.addListener=U;s.once=U;s.off=U;s.removeListener=U;s.removeAllListeners=U;s.emit=U;s.prependListener=U;s.prependOnceListener=U;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 k,D,me,m=Cr(()=>{k=er(dr()),D=er(Ar()),me=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}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={};Rr(se,{css:()=>_r,default:()=>le});module.exports=Mr(se);m();var _r=`.dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper {
2
+ text-align: center;
3
+ padding: 40px 16px 0;
4
+ }
5
+ .dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper .dapp-core-component__ledgerLoadingStyles__ledger-loading-heading {
6
+ font-weight: 500;
7
+ font-size: 24px;
8
+ line-height: 1;
9
+ margin-bottom: 12px;
10
+ }
11
+ .dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper .dapp-core-component__ledgerLoadingStyles__ledger-loading-description {
12
+ line-height: 1;
13
+ font-size: 14px;
14
+ margin-bottom: 0;
15
+ }
16
+ .dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper .dapp-core-component__ledgerLoadingStyles__ledger-loading-spinner {
17
+ margin: 120px 0;
18
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(_r));var le={"ledger-loading-wrapper":"dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper",ledgerLoadingWrapper:"dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper","ledger-loading-heading":"dapp-core-component__ledgerLoadingStyles__ledger-loading-heading",ledgerLoadingHeading:"dapp-core-component__ledgerLoadingStyles__ledger-loading-heading","ledger-loading-description":"dapp-core-component__ledgerLoadingStyles__ledger-loading-description",ledgerLoadingDescription:"dapp-core-component__ledgerLoadingStyles__ledger-loading-description","ledger-loading-spinner":"dapp-core-component__ledgerLoadingStyles__ledger-loading-spinner",ledgerLoadingSpinner:"dapp-core-component__ledgerLoadingStyles__ledger-loading-spinner"};0&&(module.exports={css});
19
+ /*!
20
+ * The buffer module from node.js, for the browser.
21
+ *
22
+ * @author Feross Aboukhadijeh <https://feross.org>
23
+ * @license MIT
24
+ */
25
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
26
+ //# sourceMappingURL=ledgerLoadingStyles.js.map
@@ -0,0 +1,92 @@
1
+ "use strict";var vr=Object.create;var D=Object.defineProperty;var Sr=Object.getOwnPropertyDescriptor;var Rr=Object.getOwnPropertyNames;var Tr=Object.getPrototypeOf,Ir=Object.prototype.hasOwnProperty;var Ur=(t,r)=>()=>(t&&(r=t(t=0)),r);var N=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Cr=(t,r)=>{for(var e in r)D(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Rr(r))!Ir.call(t,i)&&i!==e&&D(t,i,{get:()=>r[i],enumerable:!(n=Sr(r,i))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?vr(Tr(t)):{},rr(r||!t||!t.__esModule?D(e,"default",{value:t,enumerable:!0}):e,t)),Lr=t=>rr(D({},"__esModule",{value:!0}),t);var ir=N(W=>{"use strict";_();W.byteLength=kr;W.toByteArray=Nr;W.fromByteArray=qr;var g=[],m=[],Mr=typeof Uint8Array!="undefined"?Uint8Array:Array,z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(S=0,tr=z.length;S<tr;++S)g[S]=z[S],m[z.charCodeAt(S)]=S;var S,tr;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function nr(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 n=e===r?0:4-e%4;return[e,n]}function kr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function Dr(t,r,e){return(r+e)*3/4-e}function Nr(t){var r,e=nr(t),n=e[0],i=e[1],o=new Mr(Dr(t,n,i)),a=0,p=i>0?n-4:n,u;for(u=0;u<p;u+=4)r=m[t.charCodeAt(u)]<<18|m[t.charCodeAt(u+1)]<<12|m[t.charCodeAt(u+2)]<<6|m[t.charCodeAt(u+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=m[t.charCodeAt(u)]<<2|m[t.charCodeAt(u+1)]>>4,o[a++]=r&255),i===1&&(r=m[t.charCodeAt(u)]<<10|m[t.charCodeAt(u+1)]<<4|m[t.charCodeAt(u+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function Wr(t){return g[t>>18&63]+g[t>>12&63]+g[t>>6&63]+g[t&63]}function Yr(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Wr(n));return i.join("")}function qr(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,p=e-n;a<p;a+=o)i.push(Yr(t,a,a+o>p?p:a+o));return n===1?(r=t[e-1],i.push(g[r>>2]+g[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(g[r>>10]+g[r>>4&63]+g[r<<2&63]+"=")),i.join("")}});var or=N(G=>{_();G.read=function(t,r,e,n,i){var o,a,p=i*8-n-1,u=(1<<p)-1,l=u>>1,c=-7,d=e?i-1:0,x=e?-1:1,w=t[r+d];for(d+=x,o=w&(1<<-c)-1,w>>=-c,c+=p;c>0;o=o*256+t[r+d],d+=x,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=n;c>0;a=a*256+t[r+d],d+=x,c-=8);if(o===0)o=1-l;else{if(o===u)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-l}return(w?-1:1)*a*Math.pow(2,o-n)};G.write=function(t,r,e,n,i,o){var a,p,u,l=o*8-i-1,c=(1<<l)-1,d=c>>1,x=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,I=n?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,a=c):(a=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+d>=1?r+=x/u:r+=x*Math.pow(2,1-d),r*u>=2&&(a++,u/=2),a+d>=c?(p=0,a=c):a+d>=1?(p=(r*u-1)*Math.pow(2,i),a=a+d):(p=r*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;t[e+w]=p&255,w+=I,p/=256,i-=8);for(a=a<<i|p,l+=i;l>0;t[e+w]=a&255,w+=I,a/=256,l-=8);t[e+w-I]|=Ar*128}});var xr=N(C=>{"use strict";_();var V=ir(),U=or(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;C.Buffer=s;C.SlowBuffer=Jr;C.INSPECT_MAX_BYTES=50;var q=2147483647;C.kMaxLength=q;s.TYPED_ARRAY_SUPPORT=Hr();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function 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(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function 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,s.prototype),r}function s(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)}s.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return zr(t,r);if(ArrayBuffer.isView(t))return Gr(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(b(t,ArrayBuffer)||t&&b(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(b(t,SharedArrayBuffer)||t&&b(t.buffer,SharedArrayBuffer)))return Q(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var i=Vr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.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)}s.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function dr(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 dr(t),t<=0?B(t):r!==void 0?typeof e=="string"?B(t).fill(r,e):B(t).fill(r):B(t)}s.alloc=function(t,r,e){return Xr(t,r,e)};function O(t){return dr(t),B(t<0?0:Z(t)|0)}s.allocUnsafe=function(t){return O(t)};s.allocUnsafeSlow=function(t){return O(t)};function zr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=lr(t,r)|0,n=B(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function J(t){for(var r=t.length<0?0:Z(t.length)|0,e=B(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Gr(t){if(b(t,Uint8Array)){var r=new Uint8Array(t);return Q(r.buffer,r.byteOffset,r.byteLength)}return J(t)}function Q(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 n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function Vr(t){if(s.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):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(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 Jr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(b(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),b(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};s.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}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=s.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(b(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function lr(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||b(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!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 mr(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=lr;function Qr(t,r,e){var n=!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 ne(this,r,e);case"utf8":case"utf-8":return hr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return Pr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function R(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.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};s.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};s.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};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?hr(this,0,r):Qr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.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+">"};ar&&(s.prototype[ar]=s.prototype.inspect);s.prototype.compare=function(r,e,n,i,o){if(b(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.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),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,p=n-e,u=Math.min(a,p),l=this.slice(i,o),c=r.slice(e,n),d=0;d<u;++d)if(l[d]!==c[d]){a=l[d],p=c[d];break}return a<p?-1:p<a?1:0};function cr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:sr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):sr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function sr(t,r,e,n,i){var o=1,a=t.length,p=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,a/=2,p/=2,e/=2}function u(w,I){return o===1?w[I]:w.readUInt16BE(I*o)}var l;if(i){var c=-1;for(l=e;l<a;l++)if(u(t,l)===u(r,c===-1?0:l-c)){if(c===-1&&(c=l),l-c+1===p)return c*o}else c!==-1&&(l-=l-c),c=-1}else for(e+p>a&&(e=a-p),l=e;l>=0;l--){for(var d=!0,x=0;x<p;x++)if(u(t,l+x)!==u(r,x)){d=!1;break}if(d)return l}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return cr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return cr(this,r,e,n,!1)};function Kr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var p=parseInt(r.substr(a*2,2),16);if($(p))return a;t[e+a]=p}return a}function Or(t,r,e,n){return H(K(r,t.length-e),t,e,n)}function Zr(t,r,e,n){return H(se(r),t,e,n)}function $r(t,r,e,n){return H(mr(r),t,e,n)}function jr(t,r,e,n){return H(pe(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Kr(this,r,e,n);case"utf8":case"utf-8":return Or(this,r,e,n);case"ascii":case"latin1":case"binary":return Zr(this,r,e,n);case"base64":return $r(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jr(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(t,r,e){return r===0&&e===t.length?V.fromByteArray(t):V.fromByteArray(t.slice(r,e))}function hr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,p=o>239?4:o>223?3:o>191?2:1;if(i+p<=e){var u,l,c,d;switch(p){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(d=(o&31)<<6|u&63,d>127&&(a=d));break;case 3:u=t[i+1],l=t[i+2],(u&192)===128&&(l&192)===128&&(d=(o&15)<<12|(u&63)<<6|l&63,d>2047&&(d<55296||d>57343)&&(a=d));break;case 4:u=t[i+1],l=t[i+2],c=t[i+3],(u&192)===128&&(l&192)===128&&(c&192)===128&&(d=(o&15)<<18|(u&63)<<12|(l&63)<<6|c&63,d>65535&&d<1114112&&(a=d))}}a===null?(a=65533,p=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=p}return re(n)}var pr=4096;function re(t){var r=t.length;if(r<=pr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=pr));return e}function ee(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function te(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ne(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=ue[t[o]];return i}function ie(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,s.prototype),i};function f(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")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||f(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||f(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||f(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||f(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||f(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var i=e,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};s.prototype.readInt8=function(r,e){return r=r>>>0,e||f(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||f(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||f(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||f(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||f(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||f(r,4,this.length),U.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||f(r,4,this.length),U.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||f(r,8,this.length),U.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||f(r,8,this.length),U.read(this,r,!1,52,8)};function y(t,r,e,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var a=1,p=0;for(this[e]=r&255;++p<n&&(a*=256);)this[e+p]=r/a&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var a=n-1,p=1;for(this[e+a]=r&255;--a>=0&&(p*=256);)this[e+a]=r/p&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||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};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||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};s.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var a=0,p=1,u=0;for(this[e]=r&255;++a<n&&(p*=256);)r<0&&u===0&&this[e+a-1]!==0&&(u=1),this[e+a]=(r/p>>0)-u&255;return e+n};s.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var a=n-1,p=1,u=0;for(this[e+a]=r&255;--a>=0&&(p*=256);)r<0&&u===0&&this[e+a+1]!==0&&(u=1),this[e+a]=(r/p>>0)-u&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||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};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||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 fr(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,n,i){return r=+r,e=e>>>0,i||fr(t,r,e,4,34028234663852886e22,-34028234663852886e22),U.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return yr(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return yr(this,r,e,!1,n)};function wr(t,r,e,n,i){return r=+r,e=e>>>0,i||fr(t,r,e,8,17976931348623157e292,-17976931348623157e292),U.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return wr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return wr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};s.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=e;a<n;++a)this[a]=r;else{var p=s.isBuffer(r)?r:s.from(r,i),u=p.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=p[a%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ae(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,n=t.length,i=null,o=[],a=0;a<n;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=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 se(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,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function mr(t){return V.toByteArray(ae(t))}function H(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function b(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 n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Fr=N((xe,Er)=>{_();var h=Er.exports={},E,F;function j(){throw new Error("setTimeout has not been defined")}function P(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=j}catch(t){E=j}try{typeof clearTimeout=="function"?F=clearTimeout:F=P}catch(t){F=P}})();function _r(t){if(E===setTimeout)return setTimeout(t,0);if((E===j||!E)&&setTimeout)return E=setTimeout,setTimeout(t,0);try{return E(t,0)}catch(r){try{return E.call(null,t,0)}catch(e){return E.call(this,t,0)}}}function de(t){if(F===clearTimeout)return clearTimeout(t);if((F===P||!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=[],L=!1,T,X=-1;function le(){!L||!T||(L=!1,T.length?A=T.concat(A):X=-1,A.length&&gr())}function gr(){if(!L){var t=_r(le);L=!0;for(var r=A.length;r;){for(T=A,A=[];++X<r;)T&&T[X].run();X=-1,r=A.length}T=null,L=!1,de(t)}}h.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 br(t,r)),A.length===1&&!L&&_r(gr)};function br(t,r){this.fun=t,this.array=r}br.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function v(){}h.on=v;h.addListener=v;h.once=v;h.off=v;h.removeListener=v;h.removeAllListeners=v;h.emit=v;h.prependListener=v;h.prependOnceListener=v;h.listeners=function(t){return[]};h.binding=function(t){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(t){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var M,k,_e,_=Ur(()=>{M=er(xr()),k=er(Fr()),_e=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}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 he={};Cr(he,{css:()=>Br,default:()=>ce});module.exports=Lr(he);_();var Br=`.dapp-core-component__addressRowStyles__ledger-address-table-body-item {
2
+ display: flex;
3
+ align-items: center;
4
+ padding: 16px;
5
+ border-radius: 8px;
6
+ }
7
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item:not(.dapp-core-component__addressRowStyles__ledger-address-table-body-item-selected) {
8
+ color: #6c757d;
9
+ }
10
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data {
11
+ font-size: 14px;
12
+ line-height: 1;
13
+ flex: 1;
14
+ text-align: left;
15
+ display: flex;
16
+ align-items: center;
17
+ padding-right: 16px;
18
+ }
19
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data:first-child {
20
+ width: 55%;
21
+ flex-basis: 55%;
22
+ max-width: 55%;
23
+ }
24
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data:last-child {
25
+ width: 32px;
26
+ max-width: 32px;
27
+ flex-basis: 32px;
28
+ text-align: center;
29
+ justify-content: center;
30
+ padding-right: 0;
31
+ }
32
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input {
33
+ position: relative;
34
+ width: 12px;
35
+ height: 12px;
36
+ margin-right: 8px;
37
+ -webkit-appearance: none;
38
+ appearance: none;
39
+ min-height: auto;
40
+ }
41
+ @media (min-width: 480px) {
42
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input {
43
+ margin-right: 12px;
44
+ }
45
+ }
46
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input:before {
47
+ border: 2px solid #adb5bd;
48
+ content: "";
49
+ position: absolute;
50
+ left: 50%;
51
+ top: 50%;
52
+ width: 12px;
53
+ height: 12px;
54
+ border-radius: 50%;
55
+ transform: translate(-50%, -50%);
56
+ }
57
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input:checked:before {
58
+ width: 12px;
59
+ height: 12px;
60
+ border: 4px solid #1b46c2;
61
+ }
62
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label {
63
+ margin-bottom: 0;
64
+ flex: 1;
65
+ display: flex;
66
+ }
67
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value {
68
+ flex: 1;
69
+ }
70
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value > span {
71
+ max-width: 84px;
72
+ display: flex;
73
+ align-items: flex-end;
74
+ }
75
+ @media (min-width: 480px) {
76
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value > span {
77
+ max-width: 112px;
78
+ }
79
+ }
80
+ @media (min-width: 768px) {
81
+ .dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value > span {
82
+ max-width: 260px;
83
+ }
84
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Br));var ce={"ledger-address-table-body-item":"dapp-core-component__addressRowStyles__ledger-address-table-body-item",ledgerAddressTableBodyItem:"dapp-core-component__addressRowStyles__ledger-address-table-body-item","ledger-address-table-body-item-selected":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-selected",ledgerAddressTableBodyItemSelected:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-selected","ledger-address-table-body-item-data":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data",ledgerAddressTableBodyItemData:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data","ledger-address-table-body-item-data-input":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input",ledgerAddressTableBodyItemDataInput:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input","ledger-address-table-body-item-data-label":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label",ledgerAddressTableBodyItemDataLabel:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label","ledger-address-table-body-item-data-value":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value",ledgerAddressTableBodyItemDataValue:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value"};0&&(module.exports={css});
85
+ /*!
86
+ * The buffer module from node.js, for the browser.
87
+ *
88
+ * @author Feross Aboukhadijeh <https://feross.org>
89
+ * @license MIT
90
+ */
91
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
92
+ //# sourceMappingURL=addressRowStyles.js.map
@@ -1,6 +1,103 @@
1
- "use strict";var Ur=Object.create;var D=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var Cr=Object.getOwnPropertyNames;var _r=Object.getPrototypeOf,Sr=Object.prototype.hasOwnProperty;var Lr=(e,r)=>()=>(e&&(r=e(e=0)),r);var N=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Rr=(e,r)=>{for(var t in r)D(e,t,{get:r[t],enumerable:!0})},rr=(e,r,t,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Cr(r))!Sr.call(e,n)&&n!==t&&D(e,n,{get:()=>r[n],enumerable:!(i=Ir(r,n))||i.enumerable});return e};var tr=(e,r,t)=>(t=e!=null?Ur(_r(e)):{},rr(r||!e||!e.__esModule?D(t,"default",{value:e,enumerable:!0}):t,e)),Mr=e=>rr(D({},"__esModule",{value:!0}),e);var nr=N(W=>{"use strict";F();W.byteLength=kr;W.toByteArray=Nr;W.fromByteArray=qr;var g=[],m=[],br=typeof Uint8Array!="undefined"?Uint8Array:Array,G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(I=0,er=G.length;I<er;++I)g[I]=G[I],m[G.charCodeAt(I)]=I;var I,er;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function ir(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var i=t===r?0:4-t%4;return[t,i]}function kr(e){var r=ir(e),t=r[0],i=r[1];return(t+i)*3/4-i}function Dr(e,r,t){return(r+t)*3/4-t}function Nr(e){var r,t=ir(e),i=t[0],n=t[1],o=new br(Dr(e,i,n)),u=0,h=n>0?i-4:i,f;for(f=0;f<h;f+=4)r=m[e.charCodeAt(f)]<<18|m[e.charCodeAt(f+1)]<<12|m[e.charCodeAt(f+2)]<<6|m[e.charCodeAt(f+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return n===2&&(r=m[e.charCodeAt(f)]<<2|m[e.charCodeAt(f+1)]>>4,o[u++]=r&255),n===1&&(r=m[e.charCodeAt(f)]<<10|m[e.charCodeAt(f+1)]<<4|m[e.charCodeAt(f+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Wr(e){return g[e>>18&63]+g[e>>12&63]+g[e>>6&63]+g[e&63]}function Yr(e,r,t){for(var i,n=[],o=r;o<t;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),n.push(Wr(i));return n.join("")}function qr(e){for(var r,t=e.length,i=t%3,n=[],o=16383,u=0,h=t-i;u<h;u+=o)n.push(Yr(e,u,u+o>h?h:u+o));return i===1?(r=e[t-1],n.push(g[r>>2]+g[r<<4&63]+"==")):i===2&&(r=(e[t-2]<<8)+e[t-1],n.push(g[r>>10]+g[r>>4&63]+g[r<<2&63]+"=")),n.join("")}});var or=N(z=>{F();z.read=function(e,r,t,i,n){var o,u,h=n*8-i-1,f=(1<<h)-1,c=f>>1,l=-7,p=t?n-1:0,E=t?-1:1,x=e[r+p];for(p+=E,o=x&(1<<-l)-1,x>>=-l,l+=h;l>0;o=o*256+e[r+p],p+=E,l-=8);for(u=o&(1<<-l)-1,o>>=-l,l+=i;l>0;u=u*256+e[r+p],p+=E,l-=8);if(o===0)o=1-c;else{if(o===f)return u?NaN:(x?-1:1)*(1/0);u=u+Math.pow(2,i),o=o-c}return(x?-1:1)*u*Math.pow(2,o-i)};z.write=function(e,r,t,i,n,o){var u,h,f,c=o*8-n-1,l=(1<<c)-1,p=l>>1,E=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=i?0:o-1,S=i?1:-1,Tr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,u=l):(u=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-u))<1&&(u--,f*=2),u+p>=1?r+=E/f:r+=E*Math.pow(2,1-p),r*f>=2&&(u++,f/=2),u+p>=l?(h=0,u=l):u+p>=1?(h=(r*f-1)*Math.pow(2,n),u=u+p):(h=r*Math.pow(2,p-1)*Math.pow(2,n),u=0));n>=8;e[t+x]=h&255,x+=S,h/=256,n-=8);for(u=u<<n|h,c+=n;c>0;e[t+x]=u&255,x+=S,u/=256,c-=8);e[t+x-S]|=Tr*128}});var Er=N(R=>{"use strict";F();var J=nr(),L=or(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=a;R.SlowBuffer=Qr;R.INSPECT_MAX_BYTES=50;var q=2147483647;R.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 e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){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 v(e){if(e>q)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,a.prototype),r}function a(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(e)}return fr(e,r,t)}a.poolSize=8192;function fr(e,r,t){if(typeof e=="string")return Gr(e,r);if(ArrayBuffer.isView(e))return zr(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(B(e,ArrayBuffer)||e&&B(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(B(e,SharedArrayBuffer)||e&&B(e.buffer,SharedArrayBuffer)))return V(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return a.from(i,r,t);var n=Jr(e);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return a.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}a.from=function(e,r,t){return fr(e,r,t)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Xr(e,r,t){return pr(e),e<=0?v(e):r!==void 0?typeof t=="string"?v(e).fill(r,t):v(e).fill(r):v(e)}a.alloc=function(e,r,t){return Xr(e,r,t)};function O(e){return pr(e),v(e<0?0:Z(e)|0)}a.allocUnsafe=function(e){return O(e)};a.allocUnsafeSlow=function(e){return O(e)};function Gr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=cr(e,r)|0,i=v(t),n=i.write(e,r);return n!==t&&(i=i.slice(0,n)),i}function Q(e){for(var r=e.length<0?0:Z(e.length)|0,t=v(r),i=0;i<r;i+=1)t[i]=e[i]&255;return t}function zr(e){if(B(e,Uint8Array)){var r=new Uint8Array(e);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(e)}function V(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,r):i=new Uint8Array(e,r,t),Object.setPrototypeOf(i,a.prototype),i}function Jr(e){if(a.isBuffer(e)){var r=Z(e.length)|0,t=v(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||$(e.length)?v(0):Q(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Q(e.data)}function Z(e){if(e>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return e|0}function Qr(e){return+e!=e&&(e=0),a.alloc(+e)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,t){if(B(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),B(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(r)||!a.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var i=r.length,n=t.length,o=0,u=Math.min(i,n);o<u;++o)if(r[o]!==t[o]){i=r[o],n=t[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,t){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(t===void 0)for(t=0,i=0;i<r.length;++i)t+=r[i].length;var n=a.allocUnsafe(t),o=0;for(i=0;i<r.length;++i){var u=r[i];if(B(u,Uint8Array))o+u.length>n.length?a.from(u).copy(n,o):Uint8Array.prototype.set.call(n,u,o);else if(a.isBuffer(u))u.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return n};function cr(e,r){if(a.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||B(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return K(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return mr(e).length;default:if(n)return i?-1:K(e).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=cr;function Vr(e,r,t){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return it(this,r,t);case"utf8":case"utf-8":return sr(this,r,t);case"ascii":return tt(this,r,t);case"latin1":case"binary":return et(this,r,t);case"base64":return jr(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nt(this,r,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function C(e,r,t){var i=e[r];e[r]=e[t],e[t]=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 t=0;t<r;t+=2)C(this,t,t+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 t=0;t<r;t+=4)C(this,t,t+3),C(this,t+1,t+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 t=0;t<r;t+=8)C(this,t,t+7),C(this,t+1,t+6),C(this,t+2,t+5),C(this,t+3,t+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="",t=R.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};ur&&(a.prototype[ur]=a.prototype.inspect);a.prototype.compare=function(r,t,i,n,o){if(B(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(t===void 0&&(t=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),t<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=i)return 0;if(n>=o)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var u=o-n,h=i-t,f=Math.min(u,h),c=this.slice(n,o),l=r.slice(t,i),p=0;p<f;++p)if(c[p]!==l[p]){u=c[p],h=l[p];break}return u<h?-1:h<u?1:0};function lr(e,r,t,i,n){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,$(t)&&(t=n?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(n)return-1;t=e.length-1}else if(t<0)if(n)t=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(e,r,t,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):ar(e,[r],t,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(e,r,t,i,n){var o=1,u=e.length,h=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,u/=2,h/=2,t/=2}function f(x,S){return o===1?x[S]:x.readUInt16BE(S*o)}var c;if(n){var l=-1;for(c=t;c<u;c++)if(f(e,c)===f(r,l===-1?0:c-l)){if(l===-1&&(l=c),c-l+1===h)return l*o}else l!==-1&&(c-=c-l),l=-1}else for(t+h>u&&(t=u-h),c=t;c>=0;c--){for(var p=!0,E=0;E<h;E++)if(f(e,c+E)!==f(r,E)){p=!1;break}if(p)return c}return-1}a.prototype.includes=function(r,t,i){return this.indexOf(r,t,i)!==-1};a.prototype.indexOf=function(r,t,i){return lr(this,r,t,i,!0)};a.prototype.lastIndexOf=function(r,t,i){return lr(this,r,t,i,!1)};function Kr(e,r,t,i){t=Number(t)||0;var n=e.length-t;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var u=0;u<i;++u){var h=parseInt(r.substr(u*2,2),16);if($(h))return u;e[t+u]=h}return u}function Or(e,r,t,i){return H(K(r,e.length-t),e,t,i)}function Zr(e,r,t,i){return H(at(r),e,t,i)}function $r(e,r,t,i){return H(mr(r),e,t,i)}function Pr(e,r,t,i){return H(ht(r,e.length-t),e,t,i)}a.prototype.write=function(r,t,i,n){if(t===void 0)n="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")n=t,i=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var u=!1;;)switch(n){case"hex":return Kr(this,r,t,i);case"utf8":case"utf-8":return Or(this,r,t,i);case"ascii":case"latin1":case"binary":return Zr(this,r,t,i);case"base64":return $r(this,r,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,t,i);default:if(u)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(e,r,t){return r===0&&t===e.length?J.fromByteArray(e):J.fromByteArray(e.slice(r,t))}function sr(e,r,t){t=Math.min(e.length,t);for(var i=[],n=r;n<t;){var o=e[n],u=null,h=o>239?4:o>223?3:o>191?2:1;if(n+h<=t){var f,c,l,p;switch(h){case 1:o<128&&(u=o);break;case 2:f=e[n+1],(f&192)===128&&(p=(o&31)<<6|f&63,p>127&&(u=p));break;case 3:f=e[n+1],c=e[n+2],(f&192)===128&&(c&192)===128&&(p=(o&15)<<12|(f&63)<<6|c&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:f=e[n+1],c=e[n+2],l=e[n+3],(f&192)===128&&(c&192)===128&&(l&192)===128&&(p=(o&15)<<18|(f&63)<<12|(c&63)<<6|l&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,h=1):u>65535&&(u-=65536,i.push(u>>>10&1023|55296),u=56320|u&1023),i.push(u),n+=h}return rt(i)}var hr=4096;function rt(e){var r=e.length;if(r<=hr)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<r;)t+=String.fromCharCode.apply(String,e.slice(i,i+=hr));return t}function tt(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]&127);return i}function et(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]);return i}function it(e,r,t){var i=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>i)&&(t=i);for(var n="",o=r;o<t;++o)n+=ft[e[o]];return n}function nt(e,r,t){for(var i=e.slice(r,t),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,t){var i=this.length;r=~~r,t=t===void 0?i:~~t,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<r&&(t=r);var n=this.subarray(r,t);return Object.setPrototypeOf(n,a.prototype),n};function w(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=this[r],o=1,u=0;++u<t&&(o*=256);)n+=this[r+u]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=this[r+--t],o=1;t>0&&(o*=256);)n+=this[r+--t]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,t){return r=r>>>0,t||w(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||w(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||w(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||w(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,t){return r=r>>>0,t||w(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=this[r],o=1,u=0;++u<t&&(o*=256);)n+=this[r+u]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*t)),n};a.prototype.readIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=t,o=1,u=this[r+--n];n>0&&(o*=256);)u+=this[r+--n]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*t)),u};a.prototype.readInt8=function(r,t){return r=r>>>0,t||w(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,t){r=r>>>0,t||w(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,t){r=r>>>0,t||w(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,t){return r=r>>>0,t||w(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,t){return r=r>>>0,t||w(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,t){return r=r>>>0,t||w(r,4,this.length),L.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,t){return r=r>>>0,t||w(r,4,this.length),L.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||w(r,8,this.length),L.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||w(r,8,this.length),L.read(this,r,!1,52,8)};function y(e,r,t,i,n,o){if(!a.isBuffer(e))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(t+i>e.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,t,i,o,0)}var u=1,h=0;for(this[t]=r&255;++h<i&&(u*=256);)this[t+h]=r/u&255;return t+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,t,i,o,0)}var u=i-1,h=1;for(this[t+u]=r&255;--u>=0&&(h*=256);)this[t+u]=r/h&255;return t+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,1,255,0),this[t]=r&255,t+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};a.prototype.writeIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,t,i,o-1,-o)}var u=0,h=1,f=0;for(this[t]=r&255;++u<i&&(h*=256);)r<0&&f===0&&this[t+u-1]!==0&&(f=1),this[t+u]=(r/h>>0)-f&255;return t+i};a.prototype.writeIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,t,i,o-1,-o)}var u=i-1,h=1,f=0;for(this[t+u]=r&255;--u>=0&&(h*=256);)r<0&&f===0&&this[t+u+1]!==0&&(f=1),this[t+u]=(r/h>>0)-f&255;return t+i};a.prototype.writeInt8=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};a.prototype.writeInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};a.prototype.writeInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function wr(e,r,t,i,n,o){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function yr(e,r,t,i,n){return r=+r,t=t>>>0,n||wr(e,r,t,4,34028234663852886e22,-34028234663852886e22),L.write(e,r,t,i,23,4),t+4}a.prototype.writeFloatLE=function(r,t,i){return yr(this,r,t,!0,i)};a.prototype.writeFloatBE=function(r,t,i){return yr(this,r,t,!1,i)};function xr(e,r,t,i,n){return r=+r,t=t>>>0,n||wr(e,r,t,8,17976931348623157e292,-17976931348623157e292),L.write(e,r,t,i,52,8),t+8}a.prototype.writeDoubleLE=function(r,t,i){return xr(this,r,t,!0,i)};a.prototype.writeDoubleBE=function(r,t,i){return xr(this,r,t,!1,i)};a.prototype.copy=function(r,t,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),t>=r.length&&(t=r.length),t||(t=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-t<n-i&&(n=r.length-t+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),t),o};a.prototype.fill=function(r,t,i,n){if(typeof r=="string"){if(typeof t=="string"?(n=t,t=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(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var u;if(typeof r=="number")for(u=t;u<i;++u)this[u]=r;else{var h=a.isBuffer(r)?r:a.from(r,n),f=h.length;if(f===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<i-t;++u)this[u+t]=h[u%f]}return this};var ot=/[^+/0-9A-Za-z-_]/g;function ut(e){if(e=e.split("=")[0],e=e.trim().replace(ot,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function K(e,r){r=r||1/0;for(var t,i=e.length,n=null,o=[],u=0;u<i;++u){if(t=e.charCodeAt(u),t>55295&&t<57344){if(!n){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),n=t;continue}t=(n-55296<<10|t-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function at(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ht(e,r){for(var t,i,n,o=[],u=0;u<e.length&&!((r-=2)<0);++u)t=e.charCodeAt(u),i=t>>8,n=t%256,o.push(n),o.push(i);return o}function mr(e){return J.toByteArray(ut(e))}function H(e,r,t,i){for(var n=0;n<i&&!(n+t>=r.length||n>=e.length);++n)r[n+t]=e[n];return n}function B(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function $(e){return e!==e}var ft=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var i=t*16,n=0;n<16;++n)r[i+n]=e[t]+e[n];return r}()});var dr=N((Et,Ar)=>{F();var s=Ar.exports={},A,d;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"?A=setTimeout:A=P}catch(e){A=P}try{typeof clearTimeout=="function"?d=clearTimeout:d=j}catch(e){d=j}})();function Fr(e){if(A===setTimeout)return setTimeout(e,0);if((A===P||!A)&&setTimeout)return A=setTimeout,setTimeout(e,0);try{return A(e,0)}catch(r){try{return A.call(null,e,0)}catch(t){return A.call(this,e,0)}}}function pt(e){if(d===clearTimeout)return clearTimeout(e);if((d===j||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(e);try{return d(e)}catch(r){try{return d.call(null,e)}catch(t){return d.call(this,e)}}}var T=[],M=!1,_,X=-1;function ct(){!M||!_||(M=!1,_.length?T=_.concat(T):X=-1,T.length&&gr())}function gr(){if(!M){var e=Fr(ct);M=!0;for(var r=T.length;r;){for(_=T,T=[];++X<r;)_&&_[X].run();X=-1,r=T.length}_=null,M=!1,pt(e)}}s.nextTick=function(e){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];T.push(new Br(e,r)),T.length===1&&!M&&Fr(gr)};function Br(e,r){this.fun=e,this.array=r}Br.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function U(){}s.on=U;s.addListener=U;s.once=U;s.off=U;s.removeListener=U;s.removeAllListeners=U;s.emit=U;s.prependListener=U;s.prependOnceListener=U;s.listeners=function(e){return[]};s.binding=function(e){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(e){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var b,k,Ft,F=Lr(()=>{b=tr(Er()),k=tr(dr()),Ft=function(e){function r(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var st={};Rr(st,{css:()=>vr,default:()=>lt});module.exports=Mr(st);F();var vr=`.dapp-core-component__addressTableStyles__ledger-address-table thead th {
2
- border: 0;
3
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(vr));var lt={"ledger-address-table":"dapp-core-component__addressTableStyles__ledger-address-table",ledgerAddressTable:"dapp-core-component__addressTableStyles__ledger-address-table"};0&&(module.exports={css});
1
+ "use strict";var Sr=Object.create;var D=Object.defineProperty;var Ar=Object.getOwnPropertyDescriptor;var Br=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Ir=Object.prototype.hasOwnProperty;var Cr=(t,r)=>()=>(t&&(r=t(t=0)),r);var N=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),kr=(t,r)=>{for(var e in r)D(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let a of Br(r))!Ir.call(t,a)&&a!==e&&D(t,a,{get:()=>r[a],enumerable:!(n=Ar(r,a))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Sr(Ur(t)):{},rr(r||!t||!t.__esModule?D(e,"default",{value:t,enumerable:!0}):e,t)),Lr=t=>rr(D({},"__esModule",{value:!0}),t);var ar=N(W=>{"use strict";b();W.byteLength=Mr;W.toByteArray=Nr;W.fromByteArray=zr;var m=[],g=[],Rr=typeof Uint8Array!="undefined"?Uint8Array:Array,X="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(A=0,tr=X.length;A<tr;++A)m[A]=X[A],g[X.charCodeAt(A)]=A;var A,tr;g["-".charCodeAt(0)]=62;g["_".charCodeAt(0)]=63;function nr(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 n=e===r?0:4-e%4;return[e,n]}function Mr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function Dr(t,r,e){return(r+e)*3/4-e}function Nr(t){var r,e=nr(t),n=e[0],a=e[1],i=new Rr(Dr(t,n,a)),o=0,l=a>0?n-4:n,p;for(p=0;p<l;p+=4)r=g[t.charCodeAt(p)]<<18|g[t.charCodeAt(p+1)]<<12|g[t.charCodeAt(p+2)]<<6|g[t.charCodeAt(p+3)],i[o++]=r>>16&255,i[o++]=r>>8&255,i[o++]=r&255;return a===2&&(r=g[t.charCodeAt(p)]<<2|g[t.charCodeAt(p+1)]>>4,i[o++]=r&255),a===1&&(r=g[t.charCodeAt(p)]<<10|g[t.charCodeAt(p+1)]<<4|g[t.charCodeAt(p+2)]>>2,i[o++]=r>>8&255,i[o++]=r&255),i}function Wr(t){return m[t>>18&63]+m[t>>12&63]+m[t>>6&63]+m[t&63]}function Hr(t,r,e){for(var n,a=[],i=r;i<e;i+=3)n=(t[i]<<16&16711680)+(t[i+1]<<8&65280)+(t[i+2]&255),a.push(Wr(n));return a.join("")}function zr(t){for(var r,e=t.length,n=e%3,a=[],i=16383,o=0,l=e-n;o<l;o+=i)a.push(Hr(t,o,o+i>l?l:o+i));return n===1?(r=t[e-1],a.push(m[r>>2]+m[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],a.push(m[r>>10]+m[r>>4&63]+m[r<<2&63]+"=")),a.join("")}});var ir=N(G=>{b();G.read=function(t,r,e,n,a){var i,o,l=a*8-n-1,p=(1<<l)-1,u=p>>1,c=-7,d=e?a-1:0,w=e?-1:1,y=t[r+d];for(d+=w,i=y&(1<<-c)-1,y>>=-c,c+=l;c>0;i=i*256+t[r+d],d+=w,c-=8);for(o=i&(1<<-c)-1,i>>=-c,c+=n;c>0;o=o*256+t[r+d],d+=w,c-=8);if(i===0)i=1-u;else{if(i===p)return o?NaN:(y?-1:1)*(1/0);o=o+Math.pow(2,n),i=i-u}return(y?-1:1)*o*Math.pow(2,i-n)};G.write=function(t,r,e,n,a,i){var o,l,p,u=i*8-a-1,c=(1<<u)-1,d=c>>1,w=a===23?Math.pow(2,-24)-Math.pow(2,-77):0,y=n?0:i-1,I=n?1:-1,Fr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,o=c):(o=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-o))<1&&(o--,p*=2),o+d>=1?r+=w/p:r+=w*Math.pow(2,1-d),r*p>=2&&(o++,p/=2),o+d>=c?(l=0,o=c):o+d>=1?(l=(r*p-1)*Math.pow(2,a),o=o+d):(l=r*Math.pow(2,d-1)*Math.pow(2,a),o=0));a>=8;t[e+y]=l&255,y+=I,l/=256,a-=8);for(o=o<<a|l,u+=a;u>0;t[e+y]=o&255,y+=I,o/=256,u-=8);t[e+y-I]|=Fr*128}});var wr=N(k=>{"use strict";b();var J=ar(),C=ir(),or=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;k.Buffer=s;k.SlowBuffer=Qr;k.INSPECT_MAX_BYTES=50;var z=2147483647;k.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=Yr();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Yr(){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(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function v(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,s.prototype),r}function s(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 pr(t,r,e)}s.poolSize=8192;function pr(t,r,e){if(typeof t=="string")return Xr(t,r);if(ArrayBuffer.isView(t))return Gr(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(x(t,ArrayBuffer)||t&&x(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(x(t,SharedArrayBuffer)||t&&x(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 n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,r,e);var a=Jr(t);if(a)return a;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.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)}s.from=function(t,r,e){return pr(t,r,e)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function dr(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 qr(t,r,e){return dr(t),t<=0?v(t):r!==void 0?typeof e=="string"?v(t).fill(r,e):v(t).fill(r):v(t)}s.alloc=function(t,r,e){return qr(t,r,e)};function O(t){return dr(t),v(t<0?0:Z(t)|0)}s.allocUnsafe=function(t){return O(t)};s.allocUnsafeSlow=function(t){return O(t)};function Xr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=ur(t,r)|0,n=v(e),a=n.write(t,r);return a!==e&&(n=n.slice(0,a)),n}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=v(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Gr(t){if(x(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 n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,s.prototype),n}function Jr(t){if(s.isBuffer(t)){var r=Z(t.length)|0,e=v(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?v(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,e){if(x(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),x(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(r)||!s.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,a=e.length,i=0,o=Math.min(n,a);i<o;++i)if(r[i]!==e[i]){n=r[i],a=e[i];break}return n<a?-1:a<n?1:0};s.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}};s.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return s.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var a=s.allocUnsafe(e),i=0;for(n=0;n<r.length;++n){var o=r[n];if(x(o,Uint8Array))i+o.length>a.length?s.from(o).copy(a,i):Uint8Array.prototype.set.call(a,o,i);else if(s.isBuffer(o))o.copy(a,i);else throw new TypeError('"list" argument must be an Array of Buffers');i+=o.length}return a};function ur(t,r){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||x(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var a=!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 gr(t).length;default:if(a)return n?-1:K(t).length;r=(""+r).toLowerCase(),a=!0}}s.byteLength=ur;function Vr(t,r,e){var n=!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 ne(this,r,e);case"utf8":case"utf-8":return hr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return Pr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ae(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function B(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}s.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)B(this,e,e+1);return this};s.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)B(this,e,e+3),B(this,e+1,e+2);return this};s.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)B(this,e,e+7),B(this,e+1,e+6),B(this,e+2,e+5),B(this,e+3,e+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?hr(this,0,r):Vr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(r){if(!s.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:s.compare(this,r)===0};s.prototype.inspect=function(){var r="",e=k.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};or&&(s.prototype[or]=s.prototype.inspect);s.prototype.compare=function(r,e,n,a,i){if(x(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.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),n===void 0&&(n=r?r.length:0),a===void 0&&(a=0),i===void 0&&(i=this.length),e<0||n>r.length||a<0||i>this.length)throw new RangeError("out of range index");if(a>=i&&e>=n)return 0;if(a>=i)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,a>>>=0,i>>>=0,this===r)return 0;for(var o=i-a,l=n-e,p=Math.min(o,l),u=this.slice(a,i),c=r.slice(e,n),d=0;d<p;++d)if(u[d]!==c[d]){o=u[d],l=c[d];break}return o<l?-1:l<o?1:0};function cr(t,r,e,n,a){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=a?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(a)return-1;e=t.length-1}else if(e<0)if(a)e=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:sr(t,r,e,n,a);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?a?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):sr(t,[r],e,n,a);throw new TypeError("val must be string, number or Buffer")}function sr(t,r,e,n,a){var i=1,o=t.length,l=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;i=2,o/=2,l/=2,e/=2}function p(y,I){return i===1?y[I]:y.readUInt16BE(I*i)}var u;if(a){var c=-1;for(u=e;u<o;u++)if(p(t,u)===p(r,c===-1?0:u-c)){if(c===-1&&(c=u),u-c+1===l)return c*i}else c!==-1&&(u-=u-c),c=-1}else for(e+l>o&&(e=o-l),u=e;u>=0;u--){for(var d=!0,w=0;w<l;w++)if(p(t,u+w)!==p(r,w)){d=!1;break}if(d)return u}return-1}s.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};s.prototype.indexOf=function(r,e,n){return cr(this,r,e,n,!0)};s.prototype.lastIndexOf=function(r,e,n){return cr(this,r,e,n,!1)};function Kr(t,r,e,n){e=Number(e)||0;var a=t.length-e;n?(n=Number(n),n>a&&(n=a)):n=a;var i=r.length;n>i/2&&(n=i/2);for(var o=0;o<n;++o){var l=parseInt(r.substr(o*2,2),16);if($(l))return o;t[e+o]=l}return o}function Or(t,r,e,n){return Y(K(r,t.length-e),t,e,n)}function Zr(t,r,e,n){return Y(se(r),t,e,n)}function $r(t,r,e,n){return Y(gr(r),t,e,n)}function jr(t,r,e,n){return Y(le(r,t.length-e),t,e,n)}s.prototype.write=function(r,e,n,a){if(e===void 0)a="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")a=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,a===void 0&&(a="utf8")):(a=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i=this.length-e;if((n===void 0||n>i)&&(n=i),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");a||(a="utf8");for(var o=!1;;)switch(a){case"hex":return Kr(this,r,e,n);case"utf8":case"utf-8":return Or(this,r,e,n);case"ascii":case"latin1":case"binary":return Zr(this,r,e,n);case"base64":return $r(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jr(this,r,e,n);default:if(o)throw new TypeError("Unknown encoding: "+a);a=(""+a).toLowerCase(),o=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function hr(t,r,e){e=Math.min(t.length,e);for(var n=[],a=r;a<e;){var i=t[a],o=null,l=i>239?4:i>223?3:i>191?2:1;if(a+l<=e){var p,u,c,d;switch(l){case 1:i<128&&(o=i);break;case 2:p=t[a+1],(p&192)===128&&(d=(i&31)<<6|p&63,d>127&&(o=d));break;case 3:p=t[a+1],u=t[a+2],(p&192)===128&&(u&192)===128&&(d=(i&15)<<12|(p&63)<<6|u&63,d>2047&&(d<55296||d>57343)&&(o=d));break;case 4:p=t[a+1],u=t[a+2],c=t[a+3],(p&192)===128&&(u&192)===128&&(c&192)===128&&(d=(i&15)<<18|(p&63)<<12|(u&63)<<6|c&63,d>65535&&d<1114112&&(o=d))}}o===null?(o=65533,l=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),a+=l}return re(n)}var lr=4096;function re(t){var r=t.length;if(r<=lr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=lr));return e}function ee(t,r,e){var n="";e=Math.min(t.length,e);for(var a=r;a<e;++a)n+=String.fromCharCode(t[a]&127);return n}function te(t,r,e){var n="";e=Math.min(t.length,e);for(var a=r;a<e;++a)n+=String.fromCharCode(t[a]);return n}function ne(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var a="",i=r;i<e;++i)a+=pe[t[i]];return a}function ae(t,r,e){for(var n=t.slice(r,e),a="",i=0;i<n.length-1;i+=2)a+=String.fromCharCode(n[i]+n[i+1]*256);return a}s.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var a=this.subarray(r,e);return Object.setPrototypeOf(a,s.prototype),a};function f(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")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var a=this[r],i=1,o=0;++o<e&&(i*=256);)a+=this[r+o]*i;return a};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var a=this[r+--e],i=1;e>0&&(i*=256);)a+=this[r+--e]*i;return a};s.prototype.readUint8=s.prototype.readUInt8=function(r,e){return r=r>>>0,e||f(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||f(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||f(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||f(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||f(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var a=this[r],i=1,o=0;++o<e&&(i*=256);)a+=this[r+o]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*e)),a};s.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||f(r,e,this.length);for(var a=e,i=1,o=this[r+--a];a>0&&(i*=256);)o+=this[r+--a]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*e)),o};s.prototype.readInt8=function(r,e){return r=r>>>0,e||f(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,e){r=r>>>0,e||f(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,e){r=r>>>0,e||f(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,e){return r=r>>>0,e||f(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,e){return r=r>>>0,e||f(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,e){return r=r>>>0,e||f(r,4,this.length),C.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,e){return r=r>>>0,e||f(r,4,this.length),C.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||f(r,8,this.length),C.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||f(r,8,this.length),C.read(this,r,!1,52,8)};function _(t,r,e,n,a,i){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>a||r<i)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,e,n,a){if(r=+r,e=e>>>0,n=n>>>0,!a){var i=Math.pow(2,8*n)-1;_(this,r,e,n,i,0)}var o=1,l=0;for(this[e]=r&255;++l<n&&(o*=256);)this[e+l]=r/o&255;return e+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,e,n,a){if(r=+r,e=e>>>0,n=n>>>0,!a){var i=Math.pow(2,8*n)-1;_(this,r,e,n,i,0)}var o=n-1,l=1;for(this[e+o]=r&255;--o>=0&&(l*=256);)this[e+o]=r/l&255;return e+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,1,255,0),this[e]=r&255,e+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||_(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};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||_(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};s.prototype.writeIntLE=function(r,e,n,a){if(r=+r,e=e>>>0,!a){var i=Math.pow(2,8*n-1);_(this,r,e,n,i-1,-i)}var o=0,l=1,p=0;for(this[e]=r&255;++o<n&&(l*=256);)r<0&&p===0&&this[e+o-1]!==0&&(p=1),this[e+o]=(r/l>>0)-p&255;return e+n};s.prototype.writeIntBE=function(r,e,n,a){if(r=+r,e=e>>>0,!a){var i=Math.pow(2,8*n-1);_(this,r,e,n,i-1,-i)}var o=n-1,l=1,p=0;for(this[e+o]=r&255;--o>=0&&(l*=256);)r<0&&p===0&&this[e+o+1]!==0&&(p=1),this[e+o]=(r/l>>0)-p&255;return e+n};s.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};s.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};s.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};s.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||_(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};s.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||_(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 fr(t,r,e,n,a,i){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function _r(t,r,e,n,a){return r=+r,e=e>>>0,a||fr(t,r,e,4,34028234663852886e22,-34028234663852886e22),C.write(t,r,e,n,23,4),e+4}s.prototype.writeFloatLE=function(r,e,n){return _r(this,r,e,!0,n)};s.prototype.writeFloatBE=function(r,e,n){return _r(this,r,e,!1,n)};function yr(t,r,e,n,a){return r=+r,e=e>>>0,a||fr(t,r,e,8,17976931348623157e292,-17976931348623157e292),C.write(t,r,e,n,52,8),e+8}s.prototype.writeDoubleLE=function(r,e,n){return yr(this,r,e,!0,n)};s.prototype.writeDoubleBE=function(r,e,n){return yr(this,r,e,!1,n)};s.prototype.copy=function(r,e,n,a){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!a&&a!==0&&(a=this.length),e>=r.length&&(e=r.length),e||(e=0),a>0&&a<n&&(a=n),a===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("sourceEnd out of bounds");a>this.length&&(a=this.length),r.length-e<a-n&&(a=r.length-e+n);var i=a-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,a):Uint8Array.prototype.set.call(r,this.subarray(n,a),e),i};s.prototype.fill=function(r,e,n,a){if(typeof r=="string"){if(typeof e=="string"?(a=e,e=0,n=this.length):typeof n=="string"&&(a=n,n=this.length),a!==void 0&&typeof a!="string")throw new TypeError("encoding must be a string");if(typeof a=="string"&&!s.isEncoding(a))throw new TypeError("Unknown encoding: "+a);if(r.length===1){var i=r.charCodeAt(0);(a==="utf8"&&i<128||a==="latin1")&&(r=i)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var o;if(typeof r=="number")for(o=e;o<n;++o)this[o]=r;else{var l=s.isBuffer(r)?r:s.from(r,a),p=l.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(o=0;o<n-e;++o)this[o+e]=l[o%p]}return this};var ie=/[^+/0-9A-Za-z-_]/g;function oe(t){if(t=t.split("=")[0],t=t.trim().replace(ie,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,n=t.length,a=null,i=[],o=0;o<n;++o){if(e=t.charCodeAt(o),e>55295&&e<57344){if(!a){if(e>56319){(r-=3)>-1&&i.push(239,191,189);continue}else if(o+1===n){(r-=3)>-1&&i.push(239,191,189);continue}a=e;continue}if(e<56320){(r-=3)>-1&&i.push(239,191,189),a=e;continue}e=(a-55296<<10|e-56320)+65536}else a&&(r-=3)>-1&&i.push(239,191,189);if(a=null,e<128){if((r-=1)<0)break;i.push(e)}else if(e<2048){if((r-=2)<0)break;i.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;i.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;i.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return i}function se(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function le(t,r){for(var e,n,a,i=[],o=0;o<t.length&&!((r-=2)<0);++o)e=t.charCodeAt(o),n=e>>8,a=e%256,i.push(a),i.push(n);return i}function gr(t){return J.toByteArray(oe(t))}function Y(t,r,e,n){for(var a=0;a<n&&!(a+e>=r.length||a>=t.length);++a)r[a+e]=t[a];return a}function x(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 pe=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,a=0;a<16;++a)r[n+a]=t[e]+t[a];return r}()});var Er=N((we,Tr)=>{b();var h=Tr.exports={},T,E;function j(){throw new Error("setTimeout has not been defined")}function P(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?T=setTimeout:T=j}catch(t){T=j}try{typeof clearTimeout=="function"?E=clearTimeout:E=P}catch(t){E=P}})();function br(t){if(T===setTimeout)return setTimeout(t,0);if((T===j||!T)&&setTimeout)return T=setTimeout,setTimeout(t,0);try{return T(t,0)}catch(r){try{return T.call(null,t,0)}catch(e){return T.call(this,t,0)}}}function de(t){if(E===clearTimeout)return clearTimeout(t);if((E===P||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(t);try{return E(t)}catch(r){try{return E.call(null,t)}catch(e){return E.call(this,t)}}}var F=[],L=!1,U,q=-1;function ue(){!L||!U||(L=!1,U.length?F=U.concat(F):q=-1,F.length&&mr())}function mr(){if(!L){var t=br(ue);L=!0;for(var r=F.length;r;){for(U=F,F=[];++q<r;)U&&U[q].run();q=-1,r=F.length}U=null,L=!1,de(t)}}h.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];F.push(new xr(t,r)),F.length===1&&!L&&br(mr)};function xr(t,r){this.fun=t,this.array=r}xr.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function S(){}h.on=S;h.addListener=S;h.once=S;h.off=S;h.removeListener=S;h.removeAllListeners=S;h.emit=S;h.prependListener=S;h.prependOnceListener=S;h.listeners=function(t){return[]};h.binding=function(t){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(t){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var R,M,be,b=Cr(()=>{R=er(wr()),M=er(Er()),be=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}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 he={};kr(he,{css:()=>vr,default:()=>ce});module.exports=Lr(he);b();var vr=`.dapp-core-component__addressTableStyles__ledger-address-table-wrapper {
2
+ text-align: center;
3
+ padding: 48px 16px;
4
+ overflow: hidden;
5
+ display: flex;
6
+ flex-direction: column;
7
+ width: 100%;
8
+ }
9
+ @media (min-width: 768px) {
10
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper {
11
+ padding: 48px 40px;
12
+ }
13
+ }
14
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-heading {
15
+ font-weight: 500;
16
+ font-size: 24px;
17
+ line-height: 1;
18
+ margin-bottom: 12px;
19
+ }
20
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-description {
21
+ line-height: 1;
22
+ font-size: 14px;
23
+ margin-bottom: 0;
24
+ }
25
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table {
26
+ margin-top: 32px;
27
+ overflow: hidden;
28
+ display: flex;
29
+ flex-direction: column;
30
+ }
31
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header {
32
+ display: flex;
33
+ align-items: center;
34
+ background-color: #ced4da;
35
+ line-height: 1;
36
+ padding: 16px;
37
+ text-align: left;
38
+ font-size: 14px;
39
+ border-radius: 8px;
40
+ padding-right: 20px;
41
+ }
42
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header .dapp-core-component__addressTableStyles__ledger-address-table-header-item {
43
+ flex: 1;
44
+ }
45
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header .dapp-core-component__addressTableStyles__ledger-address-table-header-item:first-child {
46
+ width: 55%;
47
+ flex-basis: 55%;
48
+ max-width: 55%;
49
+ }
50
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header .dapp-core-component__addressTableStyles__ledger-address-table-header-item:last-child {
51
+ width: 32px;
52
+ max-width: 32px;
53
+ flex-basis: 32px;
54
+ text-align: center;
55
+ }
56
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body {
57
+ overflow-y: scroll;
58
+ overflow-x: hidden;
59
+ }
60
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar {
61
+ width: 4px;
62
+ }
63
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar-track {
64
+ background-color: transparent;
65
+ }
66
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar-thumb {
67
+ background-color: #ced4da;
68
+ }
69
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar-thumb:hover {
70
+ background-color: #ced4da;
71
+ }
72
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation {
73
+ display: flex;
74
+ max-width: 340px;
75
+ margin: 48px auto 0;
76
+ justify-content: space-between;
77
+ align-items: center;
78
+ }
79
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button {
80
+ border: none;
81
+ background-color: transparent;
82
+ font-weight: 600;
83
+ transition: all 200ms ease;
84
+ }
85
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button.dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-disabled {
86
+ opacity: 0.5;
87
+ pointer-events: none;
88
+ }
89
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-label {
90
+ padding: 0 8px;
91
+ }
92
+ .dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-button {
93
+ border-radius: 6px;
94
+ padding: 12px 16px;
95
+ line-height: 1;
96
+ font-size: 16px;
97
+ font-weight: 600;
98
+ margin-top: 40px !important;
99
+ transition: all 200ms ease;
100
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(vr));var ce={"ledger-address-table-wrapper":"dapp-core-component__addressTableStyles__ledger-address-table-wrapper",ledgerAddressTableWrapper:"dapp-core-component__addressTableStyles__ledger-address-table-wrapper","ledger-address-table-heading":"dapp-core-component__addressTableStyles__ledger-address-table-heading",ledgerAddressTableHeading:"dapp-core-component__addressTableStyles__ledger-address-table-heading","ledger-address-table-description":"dapp-core-component__addressTableStyles__ledger-address-table-description",ledgerAddressTableDescription:"dapp-core-component__addressTableStyles__ledger-address-table-description","ledger-address-table":"dapp-core-component__addressTableStyles__ledger-address-table",ledgerAddressTable:"dapp-core-component__addressTableStyles__ledger-address-table","ledger-address-table-header":"dapp-core-component__addressTableStyles__ledger-address-table-header",ledgerAddressTableHeader:"dapp-core-component__addressTableStyles__ledger-address-table-header","ledger-address-table-header-item":"dapp-core-component__addressTableStyles__ledger-address-table-header-item",ledgerAddressTableHeaderItem:"dapp-core-component__addressTableStyles__ledger-address-table-header-item","ledger-address-table-body":"dapp-core-component__addressTableStyles__ledger-address-table-body",ledgerAddressTableBody:"dapp-core-component__addressTableStyles__ledger-address-table-body","ledger-address-table-navigation":"dapp-core-component__addressTableStyles__ledger-address-table-navigation",ledgerAddressTableNavigation:"dapp-core-component__addressTableStyles__ledger-address-table-navigation","ledger-address-table-navigation-button":"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button",ledgerAddressTableNavigationButton:"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button","ledger-address-table-navigation-button-disabled":"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-disabled",ledgerAddressTableNavigationButtonDisabled:"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-disabled","ledger-address-table-navigation-button-label":"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-label",ledgerAddressTableNavigationButtonLabel:"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-label","ledger-address-table-button":"dapp-core-component__addressTableStyles__ledger-address-table-button",ledgerAddressTableButton:"dapp-core-component__addressTableStyles__ledger-address-table-button"};0&&(module.exports={css});
4
101
  /*!
5
102
  * The buffer module from node.js, for the browser.
6
103
  *