From 5f82be2f22b76ad12ef423a0daf2177a4f8f74e6 Mon Sep 17 00:00:00 2001 From: franz Date: Fri, 1 Mar 2024 17:18:29 +0100 Subject: [PATCH] expose pool status --- modules/pool/pool.gql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/pool/pool.gql b/modules/pool/pool.gql index e7f73bf3c..508d58431 100644 --- a/modules/pool/pool.gql +++ b/modules/pool/pool.gql @@ -145,6 +145,9 @@ type GqlPoolDynamicData { yieldCapture24h: BigDecimal! apr: GqlPoolApr! + isInRecoveryMode: Boolean! + isPaused: Boolean! + totalLiquidity24hAgo: BigDecimal! totalShares24hAgo: BigDecimal! volume48h: BigDecimal!