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 =