From ed042c968dbf75670e4d931a4c8142c99c5b7f31 Mon Sep 17 00:00:00 2001 From: Bruno Eidam Guerios Date: Fri, 3 Nov 2023 12:58:23 -0300 Subject: [PATCH] Add type and version to nested pools --- modules/pool/pool.gql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/pool/pool.gql b/modules/pool/pool.gql index 2d08af860..af90e7f62 100644 --- a/modules/pool/pool.gql +++ b/modules/pool/pool.gql @@ -416,6 +416,9 @@ type GqlPoolLinearNested { upperTarget: BigInt! lowerTarget: BigInt! bptPriceRate: BigDecimal! + + type: String! + version: Int! } type GqlPoolPhantomStableNested { @@ -434,6 +437,9 @@ type GqlPoolPhantomStableNested { amp: BigInt! swapFee: BigDecimal! bptPriceRate: BigDecimal! + + type: String! + version: Int! } union GqlPoolUnion =