From fbf18bcb34551e9228eb15a08f0489322ec5fc30 Mon Sep 17 00:00:00 2001 From: Diogo Soares <32431609+DiogoSoaress@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:39:45 +0100 Subject: [PATCH] chore: update safe stats fallbacks --- src/content/wallet.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/content/wallet.json b/src/content/wallet.json index 0e0752b1..302beb74 100644 --- a/src/content/wallet.json +++ b/src/content/wallet.json @@ -135,27 +135,27 @@ }, { "component": "Wallet/GradientNumbers", - "title": "Safe accounts", + "title": "Safe in numbers", "items": [ { - "title": "4M+", - "text": "Gas saved in batch transactions", + "title": "$100B+", + "text": "Total Value Locked (TVL)", "link": { - "href": "https://dune.com/queries/2093960/3449499" + "href": "https://dune.com/safe/all" } }, { - "title": "$120B+", - "text": "Total value locked (TVL)", + "title": "6.4M", + "text": "Monthly Active Users (MAU)", "link": { - "href": "" + "href": "https://dune.com/queries/3670603" } }, { - "title": "1.5M+", - "text": "Monthly active users (MAU)", + "title": "$150B+", + "text": "Total Volume Processed (TVP)", "link": { - "href": "https://dune.com/queries/2459401/4044167" + "href": "https://dune.com/safe/all" } } ]