@multiversx/sdk-dapp 2.3.0 → 2.3.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 (305) hide show
  1. package/UI/DappModal/hooks/index.js +1 -1
  2. package/UI/DappModal/hooks/useDappModal.js +1 -1
  3. package/UI/DappModal/index.js +1 -1
  4. package/UI/ExplorerLink/ExplorerLink.js +1 -1
  5. package/UI/ExplorerLink/index.js +1 -1
  6. package/UI/ModalContainer/ModalContainer.js +1 -1
  7. package/UI/ModalContainer/index.js +1 -1
  8. package/UI/NotificationModal/index.js +1 -1
  9. package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
  10. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
  11. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
  12. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
  13. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
  14. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
  15. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
  16. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
  17. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
  18. package/UI/SignTransactionsModals/components/index.js +1 -1
  19. package/UI/SignTransactionsModals/index.js +1 -1
  20. package/UI/TimeAgo/TimeAgo.js +1 -1
  21. package/UI/TimeAgo/index.js +1 -1
  22. package/UI/TokenDetails/index.js +1 -1
  23. package/UI/TransactionDetails/TransactionDetails.js +1 -1
  24. package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
  25. package/UI/TransactionDetails/components/index.js +1 -1
  26. package/UI/TransactionDetails/index.js +1 -1
  27. package/UI/TransactionInfo/TransactionInfo.js +1 -1
  28. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
  29. package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
  30. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
  31. package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
  32. package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
  33. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
  34. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
  35. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
  36. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
  37. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
  38. package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
  39. package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
  40. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
  41. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
  42. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
  43. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
  44. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
  45. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
  46. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
  47. package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
  48. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
  49. package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
  50. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
  51. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
  52. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
  53. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
  54. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
  55. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
  56. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
  57. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
  58. package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
  59. package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
  60. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
  61. package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
  62. package/UI/TransactionInfo/components/index.js +1 -1
  63. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
  64. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
  65. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
  66. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
  67. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
  68. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
  69. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
  70. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
  71. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
  72. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
  73. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
  74. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
  75. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
  76. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
  77. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
  78. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
  79. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
  80. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
  81. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
  82. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
  83. package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
  84. package/UI/TransactionInfo/index.js +1 -1
  85. package/UI/TransactionsTable/TransactionsTable.js +1 -1
  86. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
  87. package/UI/TransactionsTable/components/TransactionHash.js +1 -1
  88. package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
  89. package/UI/TransactionsTable/components/TransactionRow.js +1 -1
  90. package/UI/TransactionsTable/components/TransactionSender.js +1 -1
  91. package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
  92. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
  93. package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
  94. package/UI/TransactionsTable/components/index.js +1 -1
  95. package/UI/TransactionsTable/index.js +1 -1
  96. package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
  97. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
  98. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
  99. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
  100. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
  101. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
  102. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
  103. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
  104. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
  105. package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
  106. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
  107. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
  108. package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
  109. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
  110. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
  111. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
  112. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
  113. package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
  114. package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
  115. package/UI/TransactionsToastList/components/index.js +1 -1
  116. package/UI/TransactionsToastList/index.js +1 -1
  117. package/UI/extension/ExtensionLoginButton/index.js +1 -1
  118. package/UI/index.js +1 -1
  119. package/UI/ledger/LedgerLoginButton/index.js +1 -1
  120. package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
  121. package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
  122. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
  123. package/UI/ledger/LedgerLoginContainer/index.js +1 -1
  124. package/UI/ledger/index.js +1 -1
  125. package/UI/pages/UnlockPage/index.js +1 -1
  126. package/UI/pages/index.js +1 -1
  127. package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
  128. package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
  129. package/UI/walletConnect/index.js +1 -1
  130. package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
  131. package/__chunks__/{chunk-3PWOZSFG.js → chunk-6JPAXTK6.js} +2 -2
  132. package/__chunks__/{chunk-6BKASPUT.js → chunk-7NFQGQ5Q.js} +2 -2
  133. package/__chunks__/{chunk-IYJJQRS2.js → chunk-JVO3OTWJ.js} +2 -2
  134. package/__chunks__/{chunk-BHP7MLTJ.js → chunk-PAYBBQDI.js} +2 -2
  135. package/__chunks__/chunk-Q3JOZ2CP.js +2 -0
  136. package/__chunks__/chunk-T7D7BT5X.js +2 -0
  137. package/__chunks__/{chunk-6XBUOELQ.js → chunk-U2L6FONJ.js} +2 -2
  138. package/__chunks__/{chunk-2BOUSQ3X.js → chunk-VMMI6YPU.js} +2 -2
  139. package/__chunks__/{chunk-6W5JFCQR.js → chunk-VSFOSOV7.js} +2 -2
  140. package/__commonjs/UI/DappModal/index.js +2 -2
  141. package/__commonjs/UI/ModalContainer/ModalContainer.js +2 -2
  142. package/__commonjs/UI/ModalContainer/index.js +2 -2
  143. package/__commonjs/UI/NotificationModal/index.js +2 -2
  144. package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +3 -3
  145. package/__commonjs/UI/SignTransactionsModals/index.js +21 -21
  146. package/__commonjs/UI/TimeAgo/TimeAgo.js +2 -2
  147. package/__commonjs/UI/TimeAgo/index.js +2 -2
  148. package/__commonjs/UI/TransactionInfo/TransactionInfo.js +22 -22
  149. package/__commonjs/UI/TransactionInfo/components/OperationsList/OperationList.js +2 -2
  150. package/__commonjs/UI/TransactionInfo/components/index.js +24 -24
  151. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +4 -4
  152. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +4 -4
  153. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +2 -2
  154. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +13 -13
  155. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +13 -13
  156. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +2 -2
  157. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +2 -2
  158. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +22 -22
  159. package/__commonjs/UI/TransactionInfo/index.js +24 -24
  160. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +8 -8
  161. package/__commonjs/UI/TransactionsTable/components/LockedTokenAddressIcon.js +2 -2
  162. package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +9 -9
  163. package/__commonjs/UI/TransactionsTable/index.js +11 -11
  164. package/__commonjs/UI/index.js +1 -1
  165. package/__commonjs/UI/ledger/LedgerLoginContainer/AddressRow.js +3 -3
  166. package/__commonjs/__mocks__/index.js +1 -1
  167. package/__commonjs/__mocks__/utils/index.js +1 -1
  168. package/__commonjs/__mocks__/utils/renderWithProvider.js +1 -1
  169. package/__commonjs/apiCalls/configuration/index.js +1 -1
  170. package/__commonjs/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  171. package/__commonjs/components/ProviderInitializer.js +1 -1
  172. package/__commonjs/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  173. package/__commonjs/hooks/transactions/index.js +1 -1
  174. package/__commonjs/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  175. package/__commonjs/hooks/transactions/useGetFailedTransactions.js +1 -1
  176. package/__commonjs/hooks/transactions/useGetSignTransactionsError.js +1 -1
  177. package/__commonjs/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  178. package/__commonjs/hooks/useGetNetworkConfig.js +1 -1
  179. package/__commonjs/utils/account/getAccountShard.js +1 -1
  180. package/__commonjs/utils/account/getLatestNonce.js +1 -1
  181. package/__commonjs/utils/network/index.js +1 -1
  182. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +1 -1
  183. package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -2
  184. package/__commonjs/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  185. package/__commonjs/wrappers/DappProvider/index.js +1 -1
  186. package/__commonjs/wrappers/index.js +1 -1
  187. package/__mocks__/index.js +1 -1
  188. package/__mocks__/utils/index.js +1 -1
  189. package/__mocks__/utils/renderWithProvider.js +1 -1
  190. package/apiCalls/accounts/getAccountFromApi.js +1 -1
  191. package/apiCalls/accounts/index.js +1 -1
  192. package/apiCalls/configuration/getNetworkConfig.js +1 -1
  193. package/apiCalls/configuration/index.js +1 -1
  194. package/apiCalls/getScamAddressData.js +1 -1
  195. package/apiCalls/index.js +1 -1
  196. package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
  197. package/apiCalls/transactions/index.js +1 -1
  198. package/apiCalls/transactions/sendSignedTransactions.js +1 -1
  199. package/apiCalls/utils/getCleanApiAddress.js +1 -1
  200. package/apiCalls/utils/index.js +1 -1
  201. package/components/LogoutListener/LogoutListener.js +1 -1
  202. package/components/LogoutListener/helpers/index.js +1 -1
  203. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
  204. package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
  205. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
  206. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
  207. package/components/LogoutListener/index.js +1 -1
  208. package/components/ProviderInitializer.js +1 -1
  209. package/components/TransactionSender/TransactionSender.js +1 -1
  210. package/components/TransactionSender/index.js +1 -1
  211. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
  212. package/components/TransactionsTracker/TransactionTracker.js +1 -1
  213. package/components/TransactionsTracker/index.js +1 -1
  214. package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
  215. package/hooks/account/index.js +1 -1
  216. package/hooks/account/useGetAccount.js +1 -1
  217. package/hooks/account/useGetAccountInfo.js +1 -1
  218. package/hooks/account/useGetIsLoggedIn.js +1 -1
  219. package/hooks/account/useGetLoginInfo.js +1 -1
  220. package/hooks/account/useGetWebsocketEvent.js +1 -1
  221. package/hooks/index.js +1 -1
  222. package/hooks/login/index.js +1 -1
  223. package/hooks/login/useExtensionLogin.js +1 -1
  224. package/hooks/login/useLedgerLogin.js +1 -1
  225. package/hooks/login/useLoginService.js +1 -1
  226. package/hooks/login/useWalletConnectLogin.js +1 -1
  227. package/hooks/login/useWalletConnectV2Login.js +1 -1
  228. package/hooks/login/useWebWalletLogin.js +1 -1
  229. package/hooks/signMessage/index.js +1 -1
  230. package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
  231. package/hooks/signMessage/useGetSignMessageSession.js +1 -1
  232. package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
  233. package/hooks/signMessage/useSignMessage.js +1 -1
  234. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
  235. package/hooks/transactions/helpers/index.js +1 -1
  236. package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
  237. package/hooks/transactions/index.js +1 -1
  238. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
  239. package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
  240. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
  241. package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
  242. package/hooks/transactions/useGetFailedTransactions.js +1 -1
  243. package/hooks/transactions/useGetPendingTransactions.js +1 -1
  244. package/hooks/transactions/useGetSignTransactionsError.js +1 -1
  245. package/hooks/transactions/useGetSignedTransactions.js +1 -1
  246. package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
  247. package/hooks/transactions/useGetTokenDetails.js +1 -1
  248. package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
  249. package/hooks/transactions/useParseSignedTransactions.js +1 -1
  250. package/hooks/transactions/useSignTransactions.js +1 -1
  251. package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
  252. package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
  253. package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
  254. package/hooks/transactions/useTrackTransactionStatus.js +1 -1
  255. package/hooks/useGetNetworkConfig.js +1 -1
  256. package/hooks/useGetNotification.js +1 -1
  257. package/hooks/websocketListener/index.js +1 -1
  258. package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
  259. package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
  260. package/package.json +1 -1
  261. package/reduxStore/selectors/index.js +1 -1
  262. package/reduxStore/selectors/transactionsSelectors.js +1 -1
  263. package/services/index.js +1 -1
  264. package/services/transactions/index.js +1 -1
  265. package/services/transactions/sendTransactions.js +1 -1
  266. package/services/transactions/transformAndSignTransactions.js +1 -1
  267. package/utils/account/getAccount.js +1 -1
  268. package/utils/account/getAccountBalance.js +1 -1
  269. package/utils/account/getAccountShard.js +1 -1
  270. package/utils/account/getAddress.js +1 -1
  271. package/utils/account/getLatestNonce.js +1 -1
  272. package/utils/account/index.js +1 -1
  273. package/utils/account/refreshAccount.js +1 -1
  274. package/utils/account/signMessage.js +1 -1
  275. package/utils/getIsLoggedIn.js +1 -1
  276. package/utils/index.js +1 -1
  277. package/utils/logout.js +1 -1
  278. package/utils/network/getChainID.js +1 -1
  279. package/utils/network/getEgldLabel.js +1 -1
  280. package/utils/network/getNetworkConfig.js +1 -1
  281. package/utils/network/index.js +1 -1
  282. package/utils/transactions/getAllTransactionsLink.js +1 -1
  283. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
  284. package/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.d.ts +2 -1
  285. package/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +1 -1
  286. package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
  287. package/utils/transactions/getInterpretedTransaction/index.js +1 -1
  288. package/utils/transactions/getTransactionLink.js +1 -1
  289. package/utils/transactions/index.js +1 -1
  290. package/web/hooks/index.js +1 -1
  291. package/web/hooks/useIdleTimer.js +1 -1
  292. package/web/index.js +1 -1
  293. package/wrappers/AppInitializer.js +1 -1
  294. package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
  295. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
  296. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
  297. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
  298. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
  299. package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
  300. package/wrappers/AxiosInterceptorContext/index.js +1 -1
  301. package/wrappers/DappProvider/CustomComponents.js +1 -1
  302. package/wrappers/DappProvider/index.js +1 -1
  303. package/wrappers/index.js +1 -1
  304. package/__chunks__/chunk-EXJ5ZTBR.js +0 -2
  305. package/__chunks__/chunk-ZPDZ3RNC.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";var Ir=Object.create;var N=Object.defineProperty;var Cr=Object.getOwnPropertyDescriptor;var Sr=Object.getOwnPropertyNames;var Mr=Object.getPrototypeOf,Lr=Object.prototype.hasOwnProperty;var Dr=(e,r)=>()=>(e&&(r=e(e=0)),r);var $=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Rr=(e,r)=>{for(var t in r)N(e,t,{get:r[t],enumerable:!0})},nr=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Sr(r))!Lr.call(e,i)&&i!==t&&N(e,i,{get:()=>r[i],enumerable:!(n=Cr(r,i))||n.enumerable});return e};var X=(e,r,t)=>(t=e!=null?Ir(Mr(e)):{},nr(r||!e||!e.__esModule?N(t,"default",{value:e,enumerable:!0}):t,e)),kr=e=>nr(N({},"__esModule",{value:!0}),e);var ar=$(H=>{"use strict";y();H.byteLength=$r;H.toByteArray=Wr;H.fromByteArray=zr;var b=[],d=[],Nr=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ir=J.length;C<ir;++C)b[C]=J[C],d[J.charCodeAt(C)]=C;var C,ir;d["-".charCodeAt(0)]=62;d["_".charCodeAt(0)]=63;function or(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 n=t===r?0:4-t%4;return[t,n]}function $r(e){var r=or(e),t=r[0],n=r[1];return(t+n)*3/4-n}function Hr(e,r,t){return(r+t)*3/4-t}function Wr(e){var r,t=or(e),n=t[0],i=t[1],o=new Nr(Hr(e,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)r=d[e.charCodeAt(p)]<<18|d[e.charCodeAt(p+1)]<<12|d[e.charCodeAt(p+2)]<<6|d[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=d[e.charCodeAt(p)]<<2|d[e.charCodeAt(p+1)]>>4,o[a++]=r&255),i===1&&(r=d[e.charCodeAt(p)]<<10|d[e.charCodeAt(p+1)]<<4|d[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function Yr(e){return b[e>>18&63]+b[e>>12&63]+b[e>>6&63]+b[e&63]}function qr(e,r,t){for(var n,i=[],o=r;o<t;o+=3)n=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),i.push(Yr(n));return i.join("")}function zr(e){for(var r,t=e.length,n=t%3,i=[],o=16383,a=0,c=t-n;a<c;a+=o)i.push(qr(e,a,a+o>c?c:a+o));return n===1?(r=e[t-1],i.push(b[r>>2]+b[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],i.push(b[r>>10]+b[r>>4&63]+b[r<<2&63]+"=")),i.join("")}});var sr=$(O=>{y();O.read=function(e,r,t,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,u=p>>1,f=-7,l=t?i-1:0,m=t?-1:1,w=e[r+l];for(l+=m,o=w&(1<<-f)-1,w>>=-f,f+=c;f>0;o=o*256+e[r+l],l+=m,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+e[r+l],l+=m,f-=8);if(o===0)o=1-u;else{if(o===p)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-u}return(w?-1:1)*a*Math.pow(2,o-n)};O.write=function(e,r,t,n,i,o){var a,c,p,u=o*8-i-1,f=(1<<u)-1,l=f>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,B=n?1:-1,G=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=f):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+l>=1?r+=m/p:r+=m*Math.pow(2,1-l),r*p>=2&&(a++,p/=2),a+l>=f?(c=0,a=f):a+l>=1?(c=(r*p-1)*Math.pow(2,i),a=a+l):(c=r*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;e[t+w]=c&255,w+=B,c/=256,i-=8);for(a=a<<i|c,u+=i;u>0;e[t+w]=a&255,w+=B,a/=256,u-=8);e[t+w-B]|=G*128}});var br=$(R=>{"use strict";y();var Q=ar(),D=sr(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=s;R.SlowBuffer=Vr;R.INSPECT_MAX_BYTES=50;var W=2147483647;R.kMaxLength=W;s.TYPED_ARRAY_SUPPORT=Gr();!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 Gr(){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(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 F(e){if(e>W)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,s.prototype),r}function s(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 P(e)}return ur(e,r,t)}s.poolSize=8192;function ur(e,r,t){if(typeof e=="string")return Jr(e,r);if(ArrayBuffer.isView(e))return Or(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(T(e,ArrayBuffer)||e&&T(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(T(e,SharedArrayBuffer)||e&&T(e.buffer,SharedArrayBuffer)))return K(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return s.from(n,r,t);var i=Qr(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return s.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)}s.from=function(e,r,t){return ur(e,r,t)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function fr(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 fr(e),e<=0?F(e):r!==void 0?typeof t=="string"?F(e).fill(r,t):F(e).fill(r):F(e)}s.alloc=function(e,r,t){return Xr(e,r,t)};function P(e){return fr(e),F(e<0?0:j(e)|0)}s.allocUnsafe=function(e){return P(e)};s.allocUnsafeSlow=function(e){return P(e)};function Jr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=hr(e,r)|0,n=F(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function V(e){for(var r=e.length<0?0:j(e.length)|0,t=F(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Or(e){if(T(e,Uint8Array)){var r=new Uint8Array(e);return K(r.buffer,r.byteOffset,r.byteLength)}return V(e)}function K(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 n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,s.prototype),n}function Qr(e){if(s.isBuffer(e)){var r=j(e.length)|0,t=F(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||rr(e.length)?F(0):V(e);if(e.type==="Buffer"&&Array.isArray(e.data))return V(e.data)}function j(e){if(e>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return e|0}function Vr(e){return+e!=e&&(e=0),s.alloc(+e)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,t){if(T(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),T(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(r)||!s.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var n=r.length,i=t.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==t[o]){n=r[o],i=t[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,t){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(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;var i=s.allocUnsafe(t),o=0;for(n=0;n<r.length;++n){var a=r[n];if(T(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 hr(e,r){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||T(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return dr(e).length;default:if(i)return n?-1:Z(e).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=hr;function Kr(e,r,t){var n=!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 at(this,r,t);case"utf8":case"utf-8":return mr(this,r,t);case"ascii":return it(this,r,t);case"latin1":case"binary":return ot(this,r,t);case"base64":return et(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return st(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function M(e,r,t){var n=e[r];e[r]=e[t],e[t]=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 t=0;t<r;t+=2)M(this,t,t+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 t=0;t<r;t+=4)M(this,t,t+3),M(this,t+1,t+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 t=0;t<r;t+=8)M(this,t,t+7),M(this,t+1,t+6),M(this,t+2,t+5),M(this,t+3,t+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?mr(this,0,r):Kr.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="",t=R.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};cr&&(s.prototype[cr]=s.prototype.inspect);s.prototype.compare=function(r,t,n,i,o){if(T(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(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-t,p=Math.min(a,c),u=this.slice(i,o),f=r.slice(t,n),l=0;l<p;++l)if(u[l]!==f[l]){a=u[l],c=f[l];break}return a<c?-1:c<a?1:0};function _r(e,r,t,n,i){if(e.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rr(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return-1;t=e.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:pr(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):pr(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function pr(e,r,t,n,i){var o=1,a=e.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,c/=2,t/=2}function p(w,B){return o===1?w[B]:w.readUInt16BE(B*o)}var u;if(i){var f=-1;for(u=t;u<a;u++)if(p(e,u)===p(r,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===c)return f*o}else f!==-1&&(u-=u-f),f=-1}else for(t+c>a&&(t=a-c),u=t;u>=0;u--){for(var l=!0,m=0;m<c;m++)if(p(e,u+m)!==p(r,m)){l=!1;break}if(l)return u}return-1}s.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1};s.prototype.indexOf=function(r,t,n){return _r(this,r,t,n,!0)};s.prototype.lastIndexOf=function(r,t,n){return _r(this,r,t,n,!1)};function Zr(e,r,t,n){t=Number(t)||0;var i=e.length-t;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 c=parseInt(r.substr(a*2,2),16);if(rr(c))return a;e[t+a]=c}return a}function Pr(e,r,t,n){return Y(Z(r,e.length-t),e,t,n)}function jr(e,r,t,n){return Y(lt(r),e,t,n)}function rt(e,r,t,n){return Y(dr(r),e,t,n)}function tt(e,r,t,n){return Y(ut(r,e.length-t),e,t,n)}s.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Zr(this,r,t,n);case"utf8":case"utf-8":return Pr(this,r,t,n);case"ascii":case"latin1":case"binary":return jr(this,r,t,n);case"base64":return rt(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tt(this,r,t,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 et(e,r,t){return r===0&&t===e.length?Q.fromByteArray(e):Q.fromByteArray(e.slice(r,t))}function mr(e,r,t){t=Math.min(e.length,t);for(var n=[],i=r;i<t;){var o=e[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var p,u,f,l;switch(c){case 1:o<128&&(a=o);break;case 2:p=e[i+1],(p&192)===128&&(l=(o&31)<<6|p&63,l>127&&(a=l));break;case 3:p=e[i+1],u=e[i+2],(p&192)===128&&(u&192)===128&&(l=(o&15)<<12|(p&63)<<6|u&63,l>2047&&(l<55296||l>57343)&&(a=l));break;case 4:p=e[i+1],u=e[i+2],f=e[i+3],(p&192)===128&&(u&192)===128&&(f&192)===128&&(l=(o&15)<<18|(p&63)<<12|(u&63)<<6|f&63,l>65535&&l<1114112&&(a=l))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return nt(n)}var lr=4096;function nt(e){var r=e.length;if(r<=lr)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=lr));return t}function it(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function ot(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function at(e,r,t){var n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);for(var i="",o=r;o<t;++o)i+=ft[e[o]];return i}function st(e,r,t){for(var n=e.slice(r,t),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,t){var n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,s.prototype),i};function _(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")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,t){return r=r>>>0,t||_(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||_(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||_(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||_(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,t){return r=r>>>0,t||_(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};s.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=t,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*t)),a};s.prototype.readInt8=function(r,t){return r=r>>>0,t||_(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,t){r=r>>>0,t||_(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,t){r=r>>>0,t||_(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,t){return r=r>>>0,t||_(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,t){return r=r>>>0,t||_(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,t){return r=r>>>0,t||_(r,4,this.length),D.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,t){return r=r>>>0,t||_(r,4,this.length),D.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||_(r,8,this.length),D.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||_(r,8,this.length),D.read(this,r,!1,52,8)};function x(e,r,t,n,i,o){if(!s.isBuffer(e))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(t+n>e.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=1,c=0;for(this[t]=r&255;++c<n&&(a*=256);)this[t+c]=r/a&255;return t+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=n-1,c=1;for(this[t+a]=r&255;--a>=0&&(c*=256);)this[t+a]=r/c&255;return t+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,255,0),this[t]=r&255,t+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=0,c=1,p=0;for(this[t]=r&255;++a<n&&(c*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[t+a]=r&255;--a>=0&&(c*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};s.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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 yr(e,r,t,n,i,o){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,4,34028234663852886e22,-34028234663852886e22),D.write(e,r,t,n,23,4),t+4}s.prototype.writeFloatLE=function(r,t,n){return wr(this,r,t,!0,n)};s.prototype.writeFloatBE=function(r,t,n){return wr(this,r,t,!1,n)};function xr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,8,17976931348623157e292,-17976931348623157e292),D.write(e,r,t,n,52,8),t+8}s.prototype.writeDoubleLE=function(r,t,n){return xr(this,r,t,!0,n)};s.prototype.writeDoubleBE=function(r,t,n){return xr(this,r,t,!1,n)};s.prototype.copy=function(r,t,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<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-t<i-n&&(i=r.length-t+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),o};s.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=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(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<n;++a)this[a]=r;else{var c=s.isBuffer(r)?r:s.from(r,i),p=c.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=c[a%p]}return this};var ct=/[^+/0-9A-Za-z-_]/g;function pt(e){if(e=e.split("=")[0],e=e.trim().replace(ct,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Z(e,r){r=r||1/0;for(var t,n=e.length,i=null,o=[],a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>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=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=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 lt(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ut(e,r){for(var t,n,i,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function dr(e){return Q.toByteArray(pt(e))}function Y(e,r,t,n){for(var i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function T(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function rr(e){return e!==e}var ft=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)r[n+i]=e[t]+e[i];return r}()});var Ar=$((vt,Fr)=>{y();var h=Fr.exports={},g,E;function tr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=tr}catch(e){g=tr}try{typeof clearTimeout=="function"?E=clearTimeout:E=er}catch(e){E=er}})();function Tr(e){if(g===setTimeout)return setTimeout(e,0);if((g===tr||!g)&&setTimeout)return g=setTimeout,setTimeout(e,0);try{return g(e,0)}catch(r){try{return g.call(null,e,0)}catch(t){return g.call(this,e,0)}}}function ht(e){if(E===clearTimeout)return clearTimeout(e);if((E===er||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(e);try{return E(e)}catch(r){try{return E.call(null,e)}catch(t){return E.call(this,e)}}}var A=[],k=!1,L,q=-1;function _t(){!k||!L||(k=!1,L.length?A=L.concat(A):q=-1,A.length&&gr())}function gr(){if(!k){var e=Tr(_t);k=!0;for(var r=A.length;r;){for(L=A,A=[];++q<r;)L&&L[q].run();q=-1,r=A.length}L=null,k=!1,ht(e)}}h.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];A.push(new Er(e,r)),A.length===1&&!k&&Tr(gr)};function Er(e,r){this.fun=e,this.array=r}Er.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(e){return[]};h.binding=function(e){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(e){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var U,I,Bt,y=Dr(()=>{U=X(br()),I=X(Ar()),Bt=function(e){function r(){var n=this||self;return delete e.prototype.__magic__,n}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 bt={};Rr(bt,{TimeAgo:()=>dt});module.exports=kr(bt);y();var z=X(require("react"));y();function mt(e){let r=Math.floor(e/864e5),t=e%(24*60*60*1e3),n=Math.floor(t/(60*60*1e3)),i=t%(60*60*1e3),o=Math.floor(i/(60*1e3)),a=i%(60*1e3),c=Math.floor(a/1e3),p=c+" sec",u=o+" min",f=n+" hr",l=r+" day";if(c>1&&(p=c+" sec"),o>1&&(u=o+" min"),n>1&&(f=n+" hrs"),r>1&&(l=r+" days"),r>=1)return l+" "+f;if(n>=1){let m=o===0?"":" "+u;return f+m}if(o>=1){let m=c===0?"":" "+p;return u+m}return p}function yt(e){let r=e.split(" ");return r.length>1?`${r[0]} ${r[1]}`:e}function wt(e){let t=new Date().getTime()-e;return Math.max(t,0)}function vr(e,r=!0){let t=wt(e),n=mt(t);return r?yt(n):n}y();function Br({value:e,noSeconds:r,utc:t}){let n=new Date(e*1e3),[,i]=n.toLocaleString("en-US",{hour:"numeric",hour12:!0}).split(" "),o=n.toUTCString(),[,a]=o.split(","),[c,p,u,f]=a.trim().split(" "),[l,m,w]=f.split(":"),B=`:${w}`,G=`${l}:${m}${r?"":B}`;return`${p} ${c}, ${u} ${G} ${i}${t?" UTC":""}`}y();var xt=`.dapp-core-component__transactionsTable-styles__transactions-table {
1
+ "use strict";var Sr=Object.create;var N=Object.defineProperty;var Mr=Object.getOwnPropertyDescriptor;var Lr=Object.getOwnPropertyNames;var Dr=Object.getPrototypeOf,Rr=Object.prototype.hasOwnProperty;var kr=(e,r)=>()=>(e&&(r=e(e=0)),r);var $=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Nr=(e,r)=>{for(var t in r)N(e,t,{get:r[t],enumerable:!0})},nr=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Lr(r))!Rr.call(e,i)&&i!==t&&N(e,i,{get:()=>r[i],enumerable:!(n=Mr(r,i))||n.enumerable});return e};var X=(e,r,t)=>(t=e!=null?Sr(Dr(e)):{},nr(r||!e||!e.__esModule?N(t,"default",{value:e,enumerable:!0}):t,e)),$r=e=>nr(N({},"__esModule",{value:!0}),e);var ar=$(H=>{"use strict";y();H.byteLength=Wr;H.toByteArray=qr;H.fromByteArray=Xr;var b=[],d=[],Hr=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ir=J.length;C<ir;++C)b[C]=J[C],d[J.charCodeAt(C)]=C;var C,ir;d["-".charCodeAt(0)]=62;d["_".charCodeAt(0)]=63;function or(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 n=t===r?0:4-t%4;return[t,n]}function Wr(e){var r=or(e),t=r[0],n=r[1];return(t+n)*3/4-n}function Yr(e,r,t){return(r+t)*3/4-t}function qr(e){var r,t=or(e),n=t[0],i=t[1],o=new Hr(Yr(e,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)r=d[e.charCodeAt(p)]<<18|d[e.charCodeAt(p+1)]<<12|d[e.charCodeAt(p+2)]<<6|d[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=d[e.charCodeAt(p)]<<2|d[e.charCodeAt(p+1)]>>4,o[a++]=r&255),i===1&&(r=d[e.charCodeAt(p)]<<10|d[e.charCodeAt(p+1)]<<4|d[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function zr(e){return b[e>>18&63]+b[e>>12&63]+b[e>>6&63]+b[e&63]}function Gr(e,r,t){for(var n,i=[],o=r;o<t;o+=3)n=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),i.push(zr(n));return i.join("")}function Xr(e){for(var r,t=e.length,n=t%3,i=[],o=16383,a=0,c=t-n;a<c;a+=o)i.push(Gr(e,a,a+o>c?c:a+o));return n===1?(r=e[t-1],i.push(b[r>>2]+b[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],i.push(b[r>>10]+b[r>>4&63]+b[r<<2&63]+"=")),i.join("")}});var sr=$(O=>{y();O.read=function(e,r,t,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,u=p>>1,f=-7,l=t?i-1:0,m=t?-1:1,w=e[r+l];for(l+=m,o=w&(1<<-f)-1,w>>=-f,f+=c;f>0;o=o*256+e[r+l],l+=m,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+e[r+l],l+=m,f-=8);if(o===0)o=1-u;else{if(o===p)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-u}return(w?-1:1)*a*Math.pow(2,o-n)};O.write=function(e,r,t,n,i,o){var a,c,p,u=o*8-i-1,f=(1<<u)-1,l=f>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,B=n?1:-1,G=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=f):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+l>=1?r+=m/p:r+=m*Math.pow(2,1-l),r*p>=2&&(a++,p/=2),a+l>=f?(c=0,a=f):a+l>=1?(c=(r*p-1)*Math.pow(2,i),a=a+l):(c=r*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;e[t+w]=c&255,w+=B,c/=256,i-=8);for(a=a<<i|c,u+=i;u>0;e[t+w]=a&255,w+=B,a/=256,u-=8);e[t+w-B]|=G*128}});var br=$(R=>{"use strict";y();var Q=ar(),D=sr(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=s;R.SlowBuffer=Zr;R.INSPECT_MAX_BYTES=50;var W=2147483647;R.kMaxLength=W;s.TYPED_ARRAY_SUPPORT=Jr();!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 Jr(){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(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 F(e){if(e>W)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,s.prototype),r}function s(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 P(e)}return ur(e,r,t)}s.poolSize=8192;function ur(e,r,t){if(typeof e=="string")return Qr(e,r);if(ArrayBuffer.isView(e))return Vr(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(T(e,ArrayBuffer)||e&&T(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(T(e,SharedArrayBuffer)||e&&T(e.buffer,SharedArrayBuffer)))return K(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return s.from(n,r,t);var i=Kr(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return s.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)}s.from=function(e,r,t){return ur(e,r,t)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function fr(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 Or(e,r,t){return fr(e),e<=0?F(e):r!==void 0?typeof t=="string"?F(e).fill(r,t):F(e).fill(r):F(e)}s.alloc=function(e,r,t){return Or(e,r,t)};function P(e){return fr(e),F(e<0?0:j(e)|0)}s.allocUnsafe=function(e){return P(e)};s.allocUnsafeSlow=function(e){return P(e)};function Qr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=hr(e,r)|0,n=F(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function V(e){for(var r=e.length<0?0:j(e.length)|0,t=F(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Vr(e){if(T(e,Uint8Array)){var r=new Uint8Array(e);return K(r.buffer,r.byteOffset,r.byteLength)}return V(e)}function K(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 n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,s.prototype),n}function Kr(e){if(s.isBuffer(e)){var r=j(e.length)|0,t=F(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||rr(e.length)?F(0):V(e);if(e.type==="Buffer"&&Array.isArray(e.data))return V(e.data)}function j(e){if(e>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return e|0}function Zr(e){return+e!=e&&(e=0),s.alloc(+e)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,t){if(T(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),T(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(r)||!s.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var n=r.length,i=t.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==t[o]){n=r[o],i=t[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,t){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(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;var i=s.allocUnsafe(t),o=0;for(n=0;n<r.length;++n){var a=r[n];if(T(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 hr(e,r){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||T(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return dr(e).length;default:if(i)return n?-1:Z(e).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=hr;function Pr(e,r,t){var n=!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 ct(this,r,t);case"utf8":case"utf-8":return mr(this,r,t);case"ascii":return at(this,r,t);case"latin1":case"binary":return st(this,r,t);case"base64":return it(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pt(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function M(e,r,t){var n=e[r];e[r]=e[t],e[t]=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 t=0;t<r;t+=2)M(this,t,t+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 t=0;t<r;t+=4)M(this,t,t+3),M(this,t+1,t+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 t=0;t<r;t+=8)M(this,t,t+7),M(this,t+1,t+6),M(this,t+2,t+5),M(this,t+3,t+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?mr(this,0,r):Pr.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="",t=R.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};cr&&(s.prototype[cr]=s.prototype.inspect);s.prototype.compare=function(r,t,n,i,o){if(T(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(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-t,p=Math.min(a,c),u=this.slice(i,o),f=r.slice(t,n),l=0;l<p;++l)if(u[l]!==f[l]){a=u[l],c=f[l];break}return a<c?-1:c<a?1:0};function _r(e,r,t,n,i){if(e.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rr(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return-1;t=e.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:pr(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):pr(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function pr(e,r,t,n,i){var o=1,a=e.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,c/=2,t/=2}function p(w,B){return o===1?w[B]:w.readUInt16BE(B*o)}var u;if(i){var f=-1;for(u=t;u<a;u++)if(p(e,u)===p(r,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===c)return f*o}else f!==-1&&(u-=u-f),f=-1}else for(t+c>a&&(t=a-c),u=t;u>=0;u--){for(var l=!0,m=0;m<c;m++)if(p(e,u+m)!==p(r,m)){l=!1;break}if(l)return u}return-1}s.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1};s.prototype.indexOf=function(r,t,n){return _r(this,r,t,n,!0)};s.prototype.lastIndexOf=function(r,t,n){return _r(this,r,t,n,!1)};function jr(e,r,t,n){t=Number(t)||0;var i=e.length-t;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 c=parseInt(r.substr(a*2,2),16);if(rr(c))return a;e[t+a]=c}return a}function rt(e,r,t,n){return Y(Z(r,e.length-t),e,t,n)}function tt(e,r,t,n){return Y(ft(r),e,t,n)}function et(e,r,t,n){return Y(dr(r),e,t,n)}function nt(e,r,t,n){return Y(ht(r,e.length-t),e,t,n)}s.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return jr(this,r,t,n);case"utf8":case"utf-8":return rt(this,r,t,n);case"ascii":case"latin1":case"binary":return tt(this,r,t,n);case"base64":return et(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nt(this,r,t,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 it(e,r,t){return r===0&&t===e.length?Q.fromByteArray(e):Q.fromByteArray(e.slice(r,t))}function mr(e,r,t){t=Math.min(e.length,t);for(var n=[],i=r;i<t;){var o=e[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var p,u,f,l;switch(c){case 1:o<128&&(a=o);break;case 2:p=e[i+1],(p&192)===128&&(l=(o&31)<<6|p&63,l>127&&(a=l));break;case 3:p=e[i+1],u=e[i+2],(p&192)===128&&(u&192)===128&&(l=(o&15)<<12|(p&63)<<6|u&63,l>2047&&(l<55296||l>57343)&&(a=l));break;case 4:p=e[i+1],u=e[i+2],f=e[i+3],(p&192)===128&&(u&192)===128&&(f&192)===128&&(l=(o&15)<<18|(p&63)<<12|(u&63)<<6|f&63,l>65535&&l<1114112&&(a=l))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return ot(n)}var lr=4096;function ot(e){var r=e.length;if(r<=lr)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=lr));return t}function at(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function st(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function ct(e,r,t){var n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);for(var i="",o=r;o<t;++o)i+=_t[e[o]];return i}function pt(e,r,t){for(var n=e.slice(r,t),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,t){var n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,s.prototype),i};function _(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")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,t){return r=r>>>0,t||_(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||_(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||_(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||_(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,t){return r=r>>>0,t||_(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};s.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||_(r,t,this.length);for(var i=t,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*t)),a};s.prototype.readInt8=function(r,t){return r=r>>>0,t||_(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,t){r=r>>>0,t||_(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,t){r=r>>>0,t||_(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,t){return r=r>>>0,t||_(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,t){return r=r>>>0,t||_(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,t){return r=r>>>0,t||_(r,4,this.length),D.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,t){return r=r>>>0,t||_(r,4,this.length),D.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||_(r,8,this.length),D.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||_(r,8,this.length),D.read(this,r,!1,52,8)};function x(e,r,t,n,i,o){if(!s.isBuffer(e))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(t+n>e.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=1,c=0;for(this[t]=r&255;++c<n&&(a*=256);)this[t+c]=r/a&255;return t+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=n-1,c=1;for(this[t+a]=r&255;--a>=0&&(c*=256);)this[t+a]=r/c&255;return t+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,255,0),this[t]=r&255,t+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=0,c=1,p=0;for(this[t]=r&255;++a<n&&(c*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[t+a]=r&255;--a>=0&&(c*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};s.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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 yr(e,r,t,n,i,o){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,4,34028234663852886e22,-34028234663852886e22),D.write(e,r,t,n,23,4),t+4}s.prototype.writeFloatLE=function(r,t,n){return wr(this,r,t,!0,n)};s.prototype.writeFloatBE=function(r,t,n){return wr(this,r,t,!1,n)};function xr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,8,17976931348623157e292,-17976931348623157e292),D.write(e,r,t,n,52,8),t+8}s.prototype.writeDoubleLE=function(r,t,n){return xr(this,r,t,!0,n)};s.prototype.writeDoubleBE=function(r,t,n){return xr(this,r,t,!1,n)};s.prototype.copy=function(r,t,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<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-t<i-n&&(i=r.length-t+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),o};s.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=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(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<n;++a)this[a]=r;else{var c=s.isBuffer(r)?r:s.from(r,i),p=c.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=c[a%p]}return this};var lt=/[^+/0-9A-Za-z-_]/g;function ut(e){if(e=e.split("=")[0],e=e.trim().replace(lt,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Z(e,r){r=r||1/0;for(var t,n=e.length,i=null,o=[],a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>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=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=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 ft(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,n,i,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function dr(e){return Q.toByteArray(ut(e))}function Y(e,r,t,n){for(var i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function T(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function rr(e){return e!==e}var _t=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)r[n+i]=e[t]+e[i];return r}()});var Ar=$((It,Fr)=>{y();var h=Fr.exports={},g,E;function tr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=tr}catch(e){g=tr}try{typeof clearTimeout=="function"?E=clearTimeout:E=er}catch(e){E=er}})();function Tr(e){if(g===setTimeout)return setTimeout(e,0);if((g===tr||!g)&&setTimeout)return g=setTimeout,setTimeout(e,0);try{return g(e,0)}catch(r){try{return g.call(null,e,0)}catch(t){return g.call(this,e,0)}}}function mt(e){if(E===clearTimeout)return clearTimeout(e);if((E===er||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(e);try{return E(e)}catch(r){try{return E.call(null,e)}catch(t){return E.call(this,e)}}}var A=[],k=!1,L,q=-1;function yt(){!k||!L||(k=!1,L.length?A=L.concat(A):q=-1,A.length&&gr())}function gr(){if(!k){var e=Tr(yt);k=!0;for(var r=A.length;r;){for(L=A,A=[];++q<r;)L&&L[q].run();q=-1,r=A.length}L=null,k=!1,mt(e)}}h.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];A.push(new Er(e,r)),A.length===1&&!k&&Tr(gr)};function Er(e,r){this.fun=e,this.array=r}Er.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(e){return[]};h.binding=function(e){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(e){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var U,I,Ct,y=kr(()=>{U=X(br()),I=X(Ar()),Ct=function(e){function r(){var n=this||self;return delete e.prototype.__magic__,n}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 gt={};Nr(gt,{TimeAgo:()=>Tt});module.exports=$r(gt);y();var z=X(require("react"));y();function wt(e){let r=Math.floor(e/864e5),t=e%(24*60*60*1e3),n=Math.floor(t/(60*60*1e3)),i=t%(60*60*1e3),o=Math.floor(i/(60*1e3)),a=i%(60*1e3),c=Math.floor(a/1e3),p=c+" sec",u=o+" min",f=n+" hr",l=r+" day";if(c>1&&(p=c+" sec"),o>1&&(u=o+" min"),n>1&&(f=n+" hrs"),r>1&&(l=r+" days"),r>=1)return l+" "+f;if(n>=1){let m=o===0?"":" "+u;return f+m}if(o>=1){let m=c===0?"":" "+p;return u+m}return p}function xt(e){let r=e.split(" ");return r.length>1?`${r[0]} ${r[1]}`:e}function dt(e){let t=new Date().getTime()-e;return Math.max(t,0)}function vr(e,r=!0){let t=dt(e),n=wt(t);return r?xt(n):n}y();function Br({value:e,noSeconds:r,utc:t,meridiem:n=!0}){let i=new Date(e*1e3),[,o]=i.toLocaleString("en-US",{hour:"numeric",hour12:n}).split(" "),a=i.toUTCString(),[,c]=a.split(","),[p,u,f,l]=c.trim().split(" "),[m,w,B]=l.split(":"),G=`:${B}`,Ir=`${m}:${w}${r?"":G}`,Cr=`${n?o:""} ${t?"UTC":""}`.trim();return`${u} ${p}, ${f} ${Ir} ${Cr}`.trim()}y();var bt=`.dapp-core-component__transactionsTable-styles__transactions-table {
2
2
  border: none;
3
3
  box-shadow: 0 0.75rem 1.875rem 0 rgba(90, 97, 105, 0.05);
4
4
  border-radius: 0.75rem;
@@ -74,7 +74,7 @@
74
74
  }
75
75
  .dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-font-small {
76
76
  font-size: 0.75rem;
77
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xt));var Ur={"transactions-table":"dapp-core-component__transactionsTable-styles__transactions-table",transactionsTable:"dapp-core-component__transactionsTable-styles__transactions-table","transactions-table-header":"dapp-core-component__transactionsTable-styles__transactions-table-header",transactionsTableHeader:"dapp-core-component__transactionsTable-styles__transactions-table-header","table-wrapper":"dapp-core-component__transactionsTable-styles__table-wrapper",tableWrapper:"dapp-core-component__transactionsTable-styles__table-wrapper",table:"dapp-core-component__transactionsTable-styles__table","transaction-cell":"dapp-core-component__transactionsTable-styles__transaction-cell",transactionCell:"dapp-core-component__transactionsTable-styles__transaction-cell","transaction-cell-margin":"dapp-core-component__transactionsTable-styles__transaction-cell-margin",transactionCellMargin:"dapp-core-component__transactionsTable-styles__transaction-cell-margin","transaction-cell-overflow":"dapp-core-component__transactionsTable-styles__transaction-cell-overflow",transactionCellOverflow:"dapp-core-component__transactionsTable-styles__transaction-cell-overflow","transaction-cell-link":"dapp-core-component__transactionsTable-styles__transaction-cell-link",transactionCellLink:"dapp-core-component__transactionsTable-styles__transaction-cell-link","transaction-cell-font-small":"dapp-core-component__transactionsTable-styles__transaction-cell-font-small",transactionCellFontSmall:"dapp-core-component__transactionsTable-styles__transaction-cell-font-small"};var dt=({value:e,short:r=!1,tooltip:t=!1})=>{let n=vr(e*1e3,r),i=t?z.default.createElement("span",{title:Br({value:e,noSeconds:!1,utc:!0}),"data-testid":`timeAgo-${e}`},n):z.default.createElement("span",{"data-testid":`timeAgo-${e}`},n);return z.default.createElement("span",{className:Ur.transactionCell},i)};0&&(module.exports={TimeAgo});
77
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(bt));var Ur={"transactions-table":"dapp-core-component__transactionsTable-styles__transactions-table",transactionsTable:"dapp-core-component__transactionsTable-styles__transactions-table","transactions-table-header":"dapp-core-component__transactionsTable-styles__transactions-table-header",transactionsTableHeader:"dapp-core-component__transactionsTable-styles__transactions-table-header","table-wrapper":"dapp-core-component__transactionsTable-styles__table-wrapper",tableWrapper:"dapp-core-component__transactionsTable-styles__table-wrapper",table:"dapp-core-component__transactionsTable-styles__table","transaction-cell":"dapp-core-component__transactionsTable-styles__transaction-cell",transactionCell:"dapp-core-component__transactionsTable-styles__transaction-cell","transaction-cell-margin":"dapp-core-component__transactionsTable-styles__transaction-cell-margin",transactionCellMargin:"dapp-core-component__transactionsTable-styles__transaction-cell-margin","transaction-cell-overflow":"dapp-core-component__transactionsTable-styles__transaction-cell-overflow",transactionCellOverflow:"dapp-core-component__transactionsTable-styles__transaction-cell-overflow","transaction-cell-link":"dapp-core-component__transactionsTable-styles__transaction-cell-link",transactionCellLink:"dapp-core-component__transactionsTable-styles__transaction-cell-link","transaction-cell-font-small":"dapp-core-component__transactionsTable-styles__transaction-cell-font-small",transactionCellFontSmall:"dapp-core-component__transactionsTable-styles__transaction-cell-font-small"};var Tt=({value:e,short:r=!1,tooltip:t=!1})=>{let n=vr(e*1e3,r),i=t?z.default.createElement("span",{title:Br({value:e,noSeconds:!1,utc:!0}),"data-testid":`timeAgo-${e}`},n):z.default.createElement("span",{"data-testid":`timeAgo-${e}`},n);return z.default.createElement("span",{className:Ur.transactionCell},i)};0&&(module.exports={TimeAgo});
78
78
  /*!
79
79
  * The buffer module from node.js, for the browser.
80
80
  *
@@ -1,4 +1,4 @@
1
- "use strict";var Ir=Object.create;var N=Object.defineProperty;var Cr=Object.getOwnPropertyDescriptor;var Sr=Object.getOwnPropertyNames;var Mr=Object.getPrototypeOf,Lr=Object.prototype.hasOwnProperty;var Dr=(e,r)=>()=>(e&&(r=e(e=0)),r);var $=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Rr=(e,r)=>{for(var t in r)N(e,t,{get:r[t],enumerable:!0})},nr=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Sr(r))!Lr.call(e,i)&&i!==t&&N(e,i,{get:()=>r[i],enumerable:!(n=Cr(r,i))||n.enumerable});return e};var X=(e,r,t)=>(t=e!=null?Ir(Mr(e)):{},nr(r||!e||!e.__esModule?N(t,"default",{value:e,enumerable:!0}):t,e)),kr=e=>nr(N({},"__esModule",{value:!0}),e);var ar=$(H=>{"use strict";_();H.byteLength=$r;H.toByteArray=Wr;H.fromByteArray=zr;var b=[],d=[],Nr=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(S=0,ir=J.length;S<ir;++S)b[S]=J[S],d[J.charCodeAt(S)]=S;var S,ir;d["-".charCodeAt(0)]=62;d["_".charCodeAt(0)]=63;function or(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 n=t===r?0:4-t%4;return[t,n]}function $r(e){var r=or(e),t=r[0],n=r[1];return(t+n)*3/4-n}function Hr(e,r,t){return(r+t)*3/4-t}function Wr(e){var r,t=or(e),n=t[0],i=t[1],o=new Nr(Hr(e,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)r=d[e.charCodeAt(p)]<<18|d[e.charCodeAt(p+1)]<<12|d[e.charCodeAt(p+2)]<<6|d[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=d[e.charCodeAt(p)]<<2|d[e.charCodeAt(p+1)]>>4,o[a++]=r&255),i===1&&(r=d[e.charCodeAt(p)]<<10|d[e.charCodeAt(p+1)]<<4|d[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function Yr(e){return b[e>>18&63]+b[e>>12&63]+b[e>>6&63]+b[e&63]}function qr(e,r,t){for(var n,i=[],o=r;o<t;o+=3)n=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),i.push(Yr(n));return i.join("")}function zr(e){for(var r,t=e.length,n=t%3,i=[],o=16383,a=0,c=t-n;a<c;a+=o)i.push(qr(e,a,a+o>c?c:a+o));return n===1?(r=e[t-1],i.push(b[r>>2]+b[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],i.push(b[r>>10]+b[r>>4&63]+b[r<<2&63]+"=")),i.join("")}});var sr=$(O=>{_();O.read=function(e,r,t,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,u=p>>1,f=-7,l=t?i-1:0,y=t?-1:1,w=e[r+l];for(l+=y,o=w&(1<<-f)-1,w>>=-f,f+=c;f>0;o=o*256+e[r+l],l+=y,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+e[r+l],l+=y,f-=8);if(o===0)o=1-u;else{if(o===p)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-u}return(w?-1:1)*a*Math.pow(2,o-n)};O.write=function(e,r,t,n,i,o){var a,c,p,u=o*8-i-1,f=(1<<u)-1,l=f>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,I=n?1:-1,G=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=f):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+l>=1?r+=y/p:r+=y*Math.pow(2,1-l),r*p>=2&&(a++,p/=2),a+l>=f?(c=0,a=f):a+l>=1?(c=(r*p-1)*Math.pow(2,i),a=a+l):(c=r*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;e[t+w]=c&255,w+=I,c/=256,i-=8);for(a=a<<i|c,u+=i;u>0;e[t+w]=a&255,w+=I,a/=256,u-=8);e[t+w-I]|=G*128}});var br=$(R=>{"use strict";_();var Q=ar(),D=sr(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=s;R.SlowBuffer=Vr;R.INSPECT_MAX_BYTES=50;var W=2147483647;R.kMaxLength=W;s.TYPED_ARRAY_SUPPORT=Gr();!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 Gr(){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(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(e){if(e>W)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,s.prototype),r}function s(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 P(e)}return ur(e,r,t)}s.poolSize=8192;function ur(e,r,t){if(typeof e=="string")return Jr(e,r);if(ArrayBuffer.isView(e))return Or(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(T(e,ArrayBuffer)||e&&T(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(T(e,SharedArrayBuffer)||e&&T(e.buffer,SharedArrayBuffer)))return K(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return s.from(n,r,t);var i=Qr(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return s.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)}s.from=function(e,r,t){return ur(e,r,t)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function fr(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 fr(e),e<=0?v(e):r!==void 0?typeof t=="string"?v(e).fill(r,t):v(e).fill(r):v(e)}s.alloc=function(e,r,t){return Xr(e,r,t)};function P(e){return fr(e),v(e<0?0:j(e)|0)}s.allocUnsafe=function(e){return P(e)};s.allocUnsafeSlow=function(e){return P(e)};function Jr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=hr(e,r)|0,n=v(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function V(e){for(var r=e.length<0?0:j(e.length)|0,t=v(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Or(e){if(T(e,Uint8Array)){var r=new Uint8Array(e);return K(r.buffer,r.byteOffset,r.byteLength)}return V(e)}function K(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 n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,s.prototype),n}function Qr(e){if(s.isBuffer(e)){var r=j(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"||rr(e.length)?v(0):V(e);if(e.type==="Buffer"&&Array.isArray(e.data))return V(e.data)}function j(e){if(e>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return e|0}function Vr(e){return+e!=e&&(e=0),s.alloc(+e)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,t){if(T(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),T(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(r)||!s.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var n=r.length,i=t.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==t[o]){n=r[o],i=t[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,t){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(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;var i=s.allocUnsafe(t),o=0;for(n=0;n<r.length;++n){var a=r[n];if(T(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 hr(e,r){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||T(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return dr(e).length;default:if(i)return n?-1:Z(e).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=hr;function Kr(e,r,t){var n=!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 at(this,r,t);case"utf8":case"utf-8":return mr(this,r,t);case"ascii":return it(this,r,t);case"latin1":case"binary":return ot(this,r,t);case"base64":return et(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return st(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function M(e,r,t){var n=e[r];e[r]=e[t],e[t]=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 t=0;t<r;t+=2)M(this,t,t+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 t=0;t<r;t+=4)M(this,t,t+3),M(this,t+1,t+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 t=0;t<r;t+=8)M(this,t,t+7),M(this,t+1,t+6),M(this,t+2,t+5),M(this,t+3,t+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?mr(this,0,r):Kr.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="",t=R.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};cr&&(s.prototype[cr]=s.prototype.inspect);s.prototype.compare=function(r,t,n,i,o){if(T(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(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-t,p=Math.min(a,c),u=this.slice(i,o),f=r.slice(t,n),l=0;l<p;++l)if(u[l]!==f[l]){a=u[l],c=f[l];break}return a<c?-1:c<a?1:0};function _r(e,r,t,n,i){if(e.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rr(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return-1;t=e.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:pr(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):pr(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function pr(e,r,t,n,i){var o=1,a=e.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,c/=2,t/=2}function p(w,I){return o===1?w[I]:w.readUInt16BE(I*o)}var u;if(i){var f=-1;for(u=t;u<a;u++)if(p(e,u)===p(r,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===c)return f*o}else f!==-1&&(u-=u-f),f=-1}else for(t+c>a&&(t=a-c),u=t;u>=0;u--){for(var l=!0,y=0;y<c;y++)if(p(e,u+y)!==p(r,y)){l=!1;break}if(l)return u}return-1}s.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1};s.prototype.indexOf=function(r,t,n){return _r(this,r,t,n,!0)};s.prototype.lastIndexOf=function(r,t,n){return _r(this,r,t,n,!1)};function Zr(e,r,t,n){t=Number(t)||0;var i=e.length-t;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 c=parseInt(r.substr(a*2,2),16);if(rr(c))return a;e[t+a]=c}return a}function Pr(e,r,t,n){return Y(Z(r,e.length-t),e,t,n)}function jr(e,r,t,n){return Y(lt(r),e,t,n)}function rt(e,r,t,n){return Y(dr(r),e,t,n)}function tt(e,r,t,n){return Y(ut(r,e.length-t),e,t,n)}s.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Zr(this,r,t,n);case"utf8":case"utf-8":return Pr(this,r,t,n);case"ascii":case"latin1":case"binary":return jr(this,r,t,n);case"base64":return rt(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return tt(this,r,t,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 et(e,r,t){return r===0&&t===e.length?Q.fromByteArray(e):Q.fromByteArray(e.slice(r,t))}function mr(e,r,t){t=Math.min(e.length,t);for(var n=[],i=r;i<t;){var o=e[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var p,u,f,l;switch(c){case 1:o<128&&(a=o);break;case 2:p=e[i+1],(p&192)===128&&(l=(o&31)<<6|p&63,l>127&&(a=l));break;case 3:p=e[i+1],u=e[i+2],(p&192)===128&&(u&192)===128&&(l=(o&15)<<12|(p&63)<<6|u&63,l>2047&&(l<55296||l>57343)&&(a=l));break;case 4:p=e[i+1],u=e[i+2],f=e[i+3],(p&192)===128&&(u&192)===128&&(f&192)===128&&(l=(o&15)<<18|(p&63)<<12|(u&63)<<6|f&63,l>65535&&l<1114112&&(a=l))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return nt(n)}var lr=4096;function nt(e){var r=e.length;if(r<=lr)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=lr));return t}function it(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function ot(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function at(e,r,t){var n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);for(var i="",o=r;o<t;++o)i+=ft[e[o]];return i}function st(e,r,t){for(var n=e.slice(r,t),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,t){var n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,s.prototype),i};function m(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")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||m(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,t){return r=r>>>0,t||m(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};s.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=t,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*t)),a};s.prototype.readInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,t){r=r>>>0,t||m(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,t){r=r>>>0,t||m(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,t){return r=r>>>0,t||m(r,4,this.length),D.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,t){return r=r>>>0,t||m(r,4,this.length),D.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||m(r,8,this.length),D.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||m(r,8,this.length),D.read(this,r,!1,52,8)};function x(e,r,t,n,i,o){if(!s.isBuffer(e))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(t+n>e.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=1,c=0;for(this[t]=r&255;++c<n&&(a*=256);)this[t+c]=r/a&255;return t+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=n-1,c=1;for(this[t+a]=r&255;--a>=0&&(c*=256);)this[t+a]=r/c&255;return t+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,255,0),this[t]=r&255,t+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=0,c=1,p=0;for(this[t]=r&255;++a<n&&(c*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[t+a]=r&255;--a>=0&&(c*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};s.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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 yr(e,r,t,n,i,o){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,4,34028234663852886e22,-34028234663852886e22),D.write(e,r,t,n,23,4),t+4}s.prototype.writeFloatLE=function(r,t,n){return wr(this,r,t,!0,n)};s.prototype.writeFloatBE=function(r,t,n){return wr(this,r,t,!1,n)};function xr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,8,17976931348623157e292,-17976931348623157e292),D.write(e,r,t,n,52,8),t+8}s.prototype.writeDoubleLE=function(r,t,n){return xr(this,r,t,!0,n)};s.prototype.writeDoubleBE=function(r,t,n){return xr(this,r,t,!1,n)};s.prototype.copy=function(r,t,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<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-t<i-n&&(i=r.length-t+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),o};s.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=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(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<n;++a)this[a]=r;else{var c=s.isBuffer(r)?r:s.from(r,i),p=c.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=c[a%p]}return this};var ct=/[^+/0-9A-Za-z-_]/g;function pt(e){if(e=e.split("=")[0],e=e.trim().replace(ct,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Z(e,r){r=r||1/0;for(var t,n=e.length,i=null,o=[],a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>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=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=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 lt(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ut(e,r){for(var t,n,i,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function dr(e){return Q.toByteArray(pt(e))}function Y(e,r,t,n){for(var i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function T(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function rr(e){return e!==e}var ft=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)r[n+i]=e[t]+e[i];return r}()});var Ar=$((vt,Fr)=>{_();var h=Fr.exports={},g,E;function tr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=tr}catch(e){g=tr}try{typeof clearTimeout=="function"?E=clearTimeout:E=er}catch(e){E=er}})();function Tr(e){if(g===setTimeout)return setTimeout(e,0);if((g===tr||!g)&&setTimeout)return g=setTimeout,setTimeout(e,0);try{return g(e,0)}catch(r){try{return g.call(null,e,0)}catch(t){return g.call(this,e,0)}}}function ht(e){if(E===clearTimeout)return clearTimeout(e);if((E===er||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(e);try{return E(e)}catch(r){try{return E.call(null,e)}catch(t){return E.call(this,e)}}}var B=[],k=!1,L,q=-1;function _t(){!k||!L||(k=!1,L.length?B=L.concat(B):q=-1,B.length&&gr())}function gr(){if(!k){var e=Tr(_t);k=!0;for(var r=B.length;r;){for(L=B,B=[];++q<r;)L&&L[q].run();q=-1,r=B.length}L=null,k=!1,ht(e)}}h.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];B.push(new Er(e,r)),B.length===1&&!k&&Tr(gr)};function Er(e,r){this.fun=e,this.array=r}Er.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function U(){}h.on=U;h.addListener=U;h.once=U;h.off=U;h.removeListener=U;h.removeAllListeners=U;h.emit=U;h.prependListener=U;h.prependOnceListener=U;h.listeners=function(e){return[]};h.binding=function(e){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(e){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var F,A,Bt,_=Dr(()=>{F=X(br()),A=X(Ar()),Bt=function(e){function r(){var n=this||self;return delete e.prototype.__magic__,n}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 bt={};Rr(bt,{TimeAgo:()=>dt});module.exports=kr(bt);_();_();var z=X(require("react"));_();function mt(e){let r=Math.floor(e/864e5),t=e%(24*60*60*1e3),n=Math.floor(t/(60*60*1e3)),i=t%(60*60*1e3),o=Math.floor(i/(60*1e3)),a=i%(60*1e3),c=Math.floor(a/1e3),p=c+" sec",u=o+" min",f=n+" hr",l=r+" day";if(c>1&&(p=c+" sec"),o>1&&(u=o+" min"),n>1&&(f=n+" hrs"),r>1&&(l=r+" days"),r>=1)return l+" "+f;if(n>=1){let y=o===0?"":" "+u;return f+y}if(o>=1){let y=c===0?"":" "+p;return u+y}return p}function yt(e){let r=e.split(" ");return r.length>1?`${r[0]} ${r[1]}`:e}function wt(e){let t=new Date().getTime()-e;return Math.max(t,0)}function vr(e,r=!0){let t=wt(e),n=mt(t);return r?yt(n):n}_();function Br({value:e,noSeconds:r,utc:t}){let n=new Date(e*1e3),[,i]=n.toLocaleString("en-US",{hour:"numeric",hour12:!0}).split(" "),o=n.toUTCString(),[,a]=o.split(","),[c,p,u,f]=a.trim().split(" "),[l,y,w]=f.split(":"),I=`:${w}`,G=`${l}:${y}${r?"":I}`;return`${p} ${c}, ${u} ${G} ${i}${t?" UTC":""}`}_();var xt=`.dapp-core-component__transactionsTable-styles__transactions-table {
1
+ "use strict";var Sr=Object.create;var N=Object.defineProperty;var Mr=Object.getOwnPropertyDescriptor;var Lr=Object.getOwnPropertyNames;var Dr=Object.getPrototypeOf,Rr=Object.prototype.hasOwnProperty;var kr=(e,r)=>()=>(e&&(r=e(e=0)),r);var $=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Nr=(e,r)=>{for(var t in r)N(e,t,{get:r[t],enumerable:!0})},nr=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Lr(r))!Rr.call(e,i)&&i!==t&&N(e,i,{get:()=>r[i],enumerable:!(n=Mr(r,i))||n.enumerable});return e};var X=(e,r,t)=>(t=e!=null?Sr(Dr(e)):{},nr(r||!e||!e.__esModule?N(t,"default",{value:e,enumerable:!0}):t,e)),$r=e=>nr(N({},"__esModule",{value:!0}),e);var ar=$(H=>{"use strict";_();H.byteLength=Wr;H.toByteArray=qr;H.fromByteArray=Xr;var b=[],d=[],Hr=typeof Uint8Array!="undefined"?Uint8Array:Array,J="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(S=0,ir=J.length;S<ir;++S)b[S]=J[S],d[J.charCodeAt(S)]=S;var S,ir;d["-".charCodeAt(0)]=62;d["_".charCodeAt(0)]=63;function or(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 n=t===r?0:4-t%4;return[t,n]}function Wr(e){var r=or(e),t=r[0],n=r[1];return(t+n)*3/4-n}function Yr(e,r,t){return(r+t)*3/4-t}function qr(e){var r,t=or(e),n=t[0],i=t[1],o=new Hr(Yr(e,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)r=d[e.charCodeAt(p)]<<18|d[e.charCodeAt(p+1)]<<12|d[e.charCodeAt(p+2)]<<6|d[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=d[e.charCodeAt(p)]<<2|d[e.charCodeAt(p+1)]>>4,o[a++]=r&255),i===1&&(r=d[e.charCodeAt(p)]<<10|d[e.charCodeAt(p+1)]<<4|d[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function zr(e){return b[e>>18&63]+b[e>>12&63]+b[e>>6&63]+b[e&63]}function Gr(e,r,t){for(var n,i=[],o=r;o<t;o+=3)n=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),i.push(zr(n));return i.join("")}function Xr(e){for(var r,t=e.length,n=t%3,i=[],o=16383,a=0,c=t-n;a<c;a+=o)i.push(Gr(e,a,a+o>c?c:a+o));return n===1?(r=e[t-1],i.push(b[r>>2]+b[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],i.push(b[r>>10]+b[r>>4&63]+b[r<<2&63]+"=")),i.join("")}});var sr=$(O=>{_();O.read=function(e,r,t,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,u=p>>1,f=-7,l=t?i-1:0,y=t?-1:1,w=e[r+l];for(l+=y,o=w&(1<<-f)-1,w>>=-f,f+=c;f>0;o=o*256+e[r+l],l+=y,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+e[r+l],l+=y,f-=8);if(o===0)o=1-u;else{if(o===p)return a?NaN:(w?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-u}return(w?-1:1)*a*Math.pow(2,o-n)};O.write=function(e,r,t,n,i,o){var a,c,p,u=o*8-i-1,f=(1<<u)-1,l=f>>1,y=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,w=n?0:o-1,I=n?1:-1,G=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=f):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+l>=1?r+=y/p:r+=y*Math.pow(2,1-l),r*p>=2&&(a++,p/=2),a+l>=f?(c=0,a=f):a+l>=1?(c=(r*p-1)*Math.pow(2,i),a=a+l):(c=r*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;e[t+w]=c&255,w+=I,c/=256,i-=8);for(a=a<<i|c,u+=i;u>0;e[t+w]=a&255,w+=I,a/=256,u-=8);e[t+w-I]|=G*128}});var br=$(R=>{"use strict";_();var Q=ar(),D=sr(),cr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;R.Buffer=s;R.SlowBuffer=Zr;R.INSPECT_MAX_BYTES=50;var W=2147483647;R.kMaxLength=W;s.TYPED_ARRAY_SUPPORT=Jr();!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 Jr(){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(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(e){if(e>W)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,s.prototype),r}function s(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 P(e)}return ur(e,r,t)}s.poolSize=8192;function ur(e,r,t){if(typeof e=="string")return Qr(e,r);if(ArrayBuffer.isView(e))return Vr(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(T(e,ArrayBuffer)||e&&T(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(T(e,SharedArrayBuffer)||e&&T(e.buffer,SharedArrayBuffer)))return K(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return s.from(n,r,t);var i=Kr(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return s.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)}s.from=function(e,r,t){return ur(e,r,t)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function fr(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 Or(e,r,t){return fr(e),e<=0?v(e):r!==void 0?typeof t=="string"?v(e).fill(r,t):v(e).fill(r):v(e)}s.alloc=function(e,r,t){return Or(e,r,t)};function P(e){return fr(e),v(e<0?0:j(e)|0)}s.allocUnsafe=function(e){return P(e)};s.allocUnsafeSlow=function(e){return P(e)};function Qr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!s.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=hr(e,r)|0,n=v(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function V(e){for(var r=e.length<0?0:j(e.length)|0,t=v(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Vr(e){if(T(e,Uint8Array)){var r=new Uint8Array(e);return K(r.buffer,r.byteOffset,r.byteLength)}return V(e)}function K(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 n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,s.prototype),n}function Kr(e){if(s.isBuffer(e)){var r=j(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"||rr(e.length)?v(0):V(e);if(e.type==="Buffer"&&Array.isArray(e.data))return V(e.data)}function j(e){if(e>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return e|0}function Zr(e){return+e!=e&&(e=0),s.alloc(+e)}s.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==s.prototype};s.compare=function(r,t){if(T(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),T(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(r)||!s.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var n=r.length,i=t.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==t[o]){n=r[o],i=t[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,t){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(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;var i=s.allocUnsafe(t),o=0;for(n=0;n<r.length;++n){var a=r[n];if(T(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 hr(e,r){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||T(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,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Z(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return dr(e).length;default:if(i)return n?-1:Z(e).length;r=(""+r).toLowerCase(),i=!0}}s.byteLength=hr;function Pr(e,r,t){var n=!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 ct(this,r,t);case"utf8":case"utf-8":return mr(this,r,t);case"ascii":return at(this,r,t);case"latin1":case"binary":return st(this,r,t);case"base64":return it(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pt(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function M(e,r,t){var n=e[r];e[r]=e[t],e[t]=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 t=0;t<r;t+=2)M(this,t,t+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 t=0;t<r;t+=4)M(this,t,t+3),M(this,t+1,t+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 t=0;t<r;t+=8)M(this,t,t+7),M(this,t+1,t+6),M(this,t+2,t+5),M(this,t+3,t+4);return this};s.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?mr(this,0,r):Pr.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="",t=R.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};cr&&(s.prototype[cr]=s.prototype.inspect);s.prototype.compare=function(r,t,n,i,o){if(T(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(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-t,p=Math.min(a,c),u=this.slice(i,o),f=r.slice(t,n),l=0;l<p;++l)if(u[l]!==f[l]){a=u[l],c=f[l];break}return a<c?-1:c<a?1:0};function _r(e,r,t,n,i){if(e.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,rr(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return-1;t=e.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=s.from(r,n)),s.isBuffer(r))return r.length===0?-1:pr(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):pr(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function pr(e,r,t,n,i){var o=1,a=e.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,c/=2,t/=2}function p(w,I){return o===1?w[I]:w.readUInt16BE(I*o)}var u;if(i){var f=-1;for(u=t;u<a;u++)if(p(e,u)===p(r,f===-1?0:u-f)){if(f===-1&&(f=u),u-f+1===c)return f*o}else f!==-1&&(u-=u-f),f=-1}else for(t+c>a&&(t=a-c),u=t;u>=0;u--){for(var l=!0,y=0;y<c;y++)if(p(e,u+y)!==p(r,y)){l=!1;break}if(l)return u}return-1}s.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1};s.prototype.indexOf=function(r,t,n){return _r(this,r,t,n,!0)};s.prototype.lastIndexOf=function(r,t,n){return _r(this,r,t,n,!1)};function jr(e,r,t,n){t=Number(t)||0;var i=e.length-t;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 c=parseInt(r.substr(a*2,2),16);if(rr(c))return a;e[t+a]=c}return a}function rt(e,r,t,n){return Y(Z(r,e.length-t),e,t,n)}function tt(e,r,t,n){return Y(ft(r),e,t,n)}function et(e,r,t,n){return Y(dr(r),e,t,n)}function nt(e,r,t,n){return Y(ht(r,e.length-t),e,t,n)}s.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>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-t;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return jr(this,r,t,n);case"utf8":case"utf-8":return rt(this,r,t,n);case"ascii":case"latin1":case"binary":return tt(this,r,t,n);case"base64":return et(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nt(this,r,t,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 it(e,r,t){return r===0&&t===e.length?Q.fromByteArray(e):Q.fromByteArray(e.slice(r,t))}function mr(e,r,t){t=Math.min(e.length,t);for(var n=[],i=r;i<t;){var o=e[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var p,u,f,l;switch(c){case 1:o<128&&(a=o);break;case 2:p=e[i+1],(p&192)===128&&(l=(o&31)<<6|p&63,l>127&&(a=l));break;case 3:p=e[i+1],u=e[i+2],(p&192)===128&&(u&192)===128&&(l=(o&15)<<12|(p&63)<<6|u&63,l>2047&&(l<55296||l>57343)&&(a=l));break;case 4:p=e[i+1],u=e[i+2],f=e[i+3],(p&192)===128&&(u&192)===128&&(f&192)===128&&(l=(o&15)<<18|(p&63)<<12|(u&63)<<6|f&63,l>65535&&l<1114112&&(a=l))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return ot(n)}var lr=4096;function ot(e){var r=e.length;if(r<=lr)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=lr));return t}function at(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function st(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function ct(e,r,t){var n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);for(var i="",o=r;o<t;++o)i+=_t[e[o]];return i}function pt(e,r,t){for(var n=e.slice(r,t),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,t){var n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,s.prototype),i};function m(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")}s.prototype.readUintLE=s.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]|this[r+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||m(r,2,this.length),this[r]<<8|this[r+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||m(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,t){return r=r>>>0,t||m(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};s.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};s.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||m(r,t,this.length);for(var i=t,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*t)),a};s.prototype.readInt8=function(r,t){return r=r>>>0,t||m(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};s.prototype.readInt16LE=function(r,t){r=r>>>0,t||m(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(r,t){r=r>>>0,t||m(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};s.prototype.readInt32BE=function(r,t){return r=r>>>0,t||m(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};s.prototype.readFloatLE=function(r,t){return r=r>>>0,t||m(r,4,this.length),D.read(this,r,!0,23,4)};s.prototype.readFloatBE=function(r,t){return r=r>>>0,t||m(r,4,this.length),D.read(this,r,!1,23,4)};s.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||m(r,8,this.length),D.read(this,r,!0,52,8)};s.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||m(r,8,this.length),D.read(this,r,!1,52,8)};function x(e,r,t,n,i,o){if(!s.isBuffer(e))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(t+n>e.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=1,c=0;for(this[t]=r&255;++c<n&&(a*=256);)this[t+c]=r/a&255;return t+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;x(this,r,t,n,o,0)}var a=n-1,c=1;for(this[t+a]=r&255;--a>=0&&(c*=256);)this[t+a]=r/c&255;return t+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,255,0),this[t]=r&255,t+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=0,c=1,p=0;for(this[t]=r&255;++a<n&&(c*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);x(this,r,t,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[t+a]=r&255;--a>=0&&(c*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};s.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};s.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};s.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||x(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};s.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||x(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};s.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||x(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 yr(e,r,t,n,i,o){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,4,34028234663852886e22,-34028234663852886e22),D.write(e,r,t,n,23,4),t+4}s.prototype.writeFloatLE=function(r,t,n){return wr(this,r,t,!0,n)};s.prototype.writeFloatBE=function(r,t,n){return wr(this,r,t,!1,n)};function xr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,8,17976931348623157e292,-17976931348623157e292),D.write(e,r,t,n,52,8),t+8}s.prototype.writeDoubleLE=function(r,t,n){return xr(this,r,t,!0,n)};s.prototype.writeDoubleBE=function(r,t,n){return xr(this,r,t,!1,n)};s.prototype.copy=function(r,t,n,i){if(!s.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<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-t<i-n&&(i=r.length-t+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),o};s.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=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(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<n;++a)this[a]=r;else{var c=s.isBuffer(r)?r:s.from(r,i),p=c.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=c[a%p]}return this};var lt=/[^+/0-9A-Za-z-_]/g;function ut(e){if(e=e.split("=")[0],e=e.trim().replace(lt,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Z(e,r){r=r||1/0;for(var t,n=e.length,i=null,o=[],a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>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=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=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 ft(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,n,i,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function dr(e){return Q.toByteArray(ut(e))}function Y(e,r,t,n){for(var i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function T(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function rr(e){return e!==e}var _t=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)r[n+i]=e[t]+e[i];return r}()});var Ar=$((It,Fr)=>{_();var h=Fr.exports={},g,E;function tr(){throw new Error("setTimeout has not been defined")}function er(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?g=setTimeout:g=tr}catch(e){g=tr}try{typeof clearTimeout=="function"?E=clearTimeout:E=er}catch(e){E=er}})();function Tr(e){if(g===setTimeout)return setTimeout(e,0);if((g===tr||!g)&&setTimeout)return g=setTimeout,setTimeout(e,0);try{return g(e,0)}catch(r){try{return g.call(null,e,0)}catch(t){return g.call(this,e,0)}}}function mt(e){if(E===clearTimeout)return clearTimeout(e);if((E===er||!E)&&clearTimeout)return E=clearTimeout,clearTimeout(e);try{return E(e)}catch(r){try{return E.call(null,e)}catch(t){return E.call(this,e)}}}var B=[],k=!1,L,q=-1;function yt(){!k||!L||(k=!1,L.length?B=L.concat(B):q=-1,B.length&&gr())}function gr(){if(!k){var e=Tr(yt);k=!0;for(var r=B.length;r;){for(L=B,B=[];++q<r;)L&&L[q].run();q=-1,r=B.length}L=null,k=!1,mt(e)}}h.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];B.push(new Er(e,r)),B.length===1&&!k&&Tr(gr)};function Er(e,r){this.fun=e,this.array=r}Er.prototype.run=function(){this.fun.apply(null,this.array)};h.title="browser";h.browser=!0;h.env={};h.argv=[];h.version="";h.versions={};function U(){}h.on=U;h.addListener=U;h.once=U;h.off=U;h.removeListener=U;h.removeAllListeners=U;h.emit=U;h.prependListener=U;h.prependOnceListener=U;h.listeners=function(e){return[]};h.binding=function(e){throw new Error("process.binding is not supported")};h.cwd=function(){return"/"};h.chdir=function(e){throw new Error("process.chdir is not supported")};h.umask=function(){return 0}});var F,A,Ct,_=kr(()=>{F=X(br()),A=X(Ar()),Ct=function(e){function r(){var n=this||self;return delete e.prototype.__magic__,n}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 gt={};Nr(gt,{TimeAgo:()=>Tt});module.exports=$r(gt);_();_();var z=X(require("react"));_();function wt(e){let r=Math.floor(e/864e5),t=e%(24*60*60*1e3),n=Math.floor(t/(60*60*1e3)),i=t%(60*60*1e3),o=Math.floor(i/(60*1e3)),a=i%(60*1e3),c=Math.floor(a/1e3),p=c+" sec",u=o+" min",f=n+" hr",l=r+" day";if(c>1&&(p=c+" sec"),o>1&&(u=o+" min"),n>1&&(f=n+" hrs"),r>1&&(l=r+" days"),r>=1)return l+" "+f;if(n>=1){let y=o===0?"":" "+u;return f+y}if(o>=1){let y=c===0?"":" "+p;return u+y}return p}function xt(e){let r=e.split(" ");return r.length>1?`${r[0]} ${r[1]}`:e}function dt(e){let t=new Date().getTime()-e;return Math.max(t,0)}function vr(e,r=!0){let t=dt(e),n=wt(t);return r?xt(n):n}_();function Br({value:e,noSeconds:r,utc:t,meridiem:n=!0}){let i=new Date(e*1e3),[,o]=i.toLocaleString("en-US",{hour:"numeric",hour12:n}).split(" "),a=i.toUTCString(),[,c]=a.split(","),[p,u,f,l]=c.trim().split(" "),[y,w,I]=l.split(":"),G=`:${I}`,Ir=`${y}:${w}${r?"":G}`,Cr=`${n?o:""} ${t?"UTC":""}`.trim();return`${u} ${p}, ${f} ${Ir} ${Cr}`.trim()}_();var bt=`.dapp-core-component__transactionsTable-styles__transactions-table {
2
2
  border: none;
3
3
  box-shadow: 0 0.75rem 1.875rem 0 rgba(90, 97, 105, 0.05);
4
4
  border-radius: 0.75rem;
@@ -74,7 +74,7 @@
74
74
  }
75
75
  .dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-font-small {
76
76
  font-size: 0.75rem;
77
- }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xt));var Ur={"transactions-table":"dapp-core-component__transactionsTable-styles__transactions-table",transactionsTable:"dapp-core-component__transactionsTable-styles__transactions-table","transactions-table-header":"dapp-core-component__transactionsTable-styles__transactions-table-header",transactionsTableHeader:"dapp-core-component__transactionsTable-styles__transactions-table-header","table-wrapper":"dapp-core-component__transactionsTable-styles__table-wrapper",tableWrapper:"dapp-core-component__transactionsTable-styles__table-wrapper",table:"dapp-core-component__transactionsTable-styles__table","transaction-cell":"dapp-core-component__transactionsTable-styles__transaction-cell",transactionCell:"dapp-core-component__transactionsTable-styles__transaction-cell","transaction-cell-margin":"dapp-core-component__transactionsTable-styles__transaction-cell-margin",transactionCellMargin:"dapp-core-component__transactionsTable-styles__transaction-cell-margin","transaction-cell-overflow":"dapp-core-component__transactionsTable-styles__transaction-cell-overflow",transactionCellOverflow:"dapp-core-component__transactionsTable-styles__transaction-cell-overflow","transaction-cell-link":"dapp-core-component__transactionsTable-styles__transaction-cell-link",transactionCellLink:"dapp-core-component__transactionsTable-styles__transaction-cell-link","transaction-cell-font-small":"dapp-core-component__transactionsTable-styles__transaction-cell-font-small",transactionCellFontSmall:"dapp-core-component__transactionsTable-styles__transaction-cell-font-small"};var dt=({value:e,short:r=!1,tooltip:t=!1})=>{let n=vr(e*1e3,r),i=t?z.default.createElement("span",{title:Br({value:e,noSeconds:!1,utc:!0}),"data-testid":`timeAgo-${e}`},n):z.default.createElement("span",{"data-testid":`timeAgo-${e}`},n);return z.default.createElement("span",{className:Ur.transactionCell},i)};0&&(module.exports={TimeAgo});
77
+ }`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(bt));var Ur={"transactions-table":"dapp-core-component__transactionsTable-styles__transactions-table",transactionsTable:"dapp-core-component__transactionsTable-styles__transactions-table","transactions-table-header":"dapp-core-component__transactionsTable-styles__transactions-table-header",transactionsTableHeader:"dapp-core-component__transactionsTable-styles__transactions-table-header","table-wrapper":"dapp-core-component__transactionsTable-styles__table-wrapper",tableWrapper:"dapp-core-component__transactionsTable-styles__table-wrapper",table:"dapp-core-component__transactionsTable-styles__table","transaction-cell":"dapp-core-component__transactionsTable-styles__transaction-cell",transactionCell:"dapp-core-component__transactionsTable-styles__transaction-cell","transaction-cell-margin":"dapp-core-component__transactionsTable-styles__transaction-cell-margin",transactionCellMargin:"dapp-core-component__transactionsTable-styles__transaction-cell-margin","transaction-cell-overflow":"dapp-core-component__transactionsTable-styles__transaction-cell-overflow",transactionCellOverflow:"dapp-core-component__transactionsTable-styles__transaction-cell-overflow","transaction-cell-link":"dapp-core-component__transactionsTable-styles__transaction-cell-link",transactionCellLink:"dapp-core-component__transactionsTable-styles__transaction-cell-link","transaction-cell-font-small":"dapp-core-component__transactionsTable-styles__transaction-cell-font-small",transactionCellFontSmall:"dapp-core-component__transactionsTable-styles__transaction-cell-font-small"};var Tt=({value:e,short:r=!1,tooltip:t=!1})=>{let n=vr(e*1e3,r),i=t?z.default.createElement("span",{title:Br({value:e,noSeconds:!1,utc:!0}),"data-testid":`timeAgo-${e}`},n):z.default.createElement("span",{"data-testid":`timeAgo-${e}`},n);return z.default.createElement("span",{className:Ur.transactionCell},i)};0&&(module.exports={TimeAgo});
78
78
  /*!
79
79
  * The buffer module from node.js, for the browser.
80
80
  *