From 08dd69e6c4461dde7c48d282e4d19ae28618a6a2 Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Mon, 25 Apr 2022 15:18:02 +0100 Subject: [PATCH] updated value transacted --- frontend/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/index.js b/frontend/pages/index.js index 641a8373..9b6bf326 100644 --- a/frontend/pages/index.js +++ b/frontend/pages/index.js @@ -826,7 +826,7 @@ const Homepage = () => { badge={`Moonstream security`} bullets={[ { - text: `Moonstream smart contracts have been vetted in production with over $1B in value transacted.`, + text: `Moonstream smart contracts have been vetted in production with over $3B in value transacted.`, icon: MdOutlineVerifiedUser, color: "green.50", bgColor: "green.900",