From 2704899773f5aa948d7b1bec514d48ff4ff4805d Mon Sep 17 00:00:00 2001 From: Pavlos Chrysochoidis <10210143+pchrysochoidis@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:00:05 +0300 Subject: [PATCH] explorer: accounts graph card update tooltips (#12982) ## Description * Total -> Number of accounts that have sent or received transactions since network genesis## Test Plan * Total Active -> Total number of accounts that have signed transactions since network genesis * Daily Active -> Number of accounts that have sent or received transactions in the last epoch https://github.com/MystenLabs/sui/assets/10210143/7de75da2-0a2a-4ff6-8d9c-1764aeb5058a How did you test the new or updated feature? --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] protocol change - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes --- apps/explorer/src/components/AccountCardGraph.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/explorer/src/components/AccountCardGraph.tsx b/apps/explorer/src/components/AccountCardGraph.tsx index 71d4a16b5f97a..153ece226af33 100644 --- a/apps/explorer/src/components/AccountCardGraph.tsx +++ b/apps/explorer/src/components/AccountCardGraph.tsx @@ -54,21 +54,21 @@ export function AccountsCardGraph() {