Skip to content

Commit

Permalink
Add type and version to nested pools
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoguerios committed Nov 3, 2023
1 parent 3410e15 commit ed042c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/pool/pool.gql
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ type GqlPoolLinearNested {
upperTarget: BigInt!
lowerTarget: BigInt!
bptPriceRate: BigDecimal!

type: String!
version: Int!
}

type GqlPoolPhantomStableNested {
Expand All @@ -434,6 +437,9 @@ type GqlPoolPhantomStableNested {
amp: BigInt!
swapFee: BigDecimal!
bptPriceRate: BigDecimal!

type: String!
version: Int!
}

union GqlPoolUnion =
Expand Down

0 comments on commit ed042c9

Please sign in to comment.