Skip to content

Commit

Permalink
Remove reserveETH from query and all types (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric authored Jul 14, 2022
1 parent 55c45c9 commit f2cc0eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/v2/subgraph-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type RawV2SubgraphPool = {
id: string;
};
totalSupply: string;
reserveETH: string;
trackedReserveETH: string;
reserveUSD: string;
};
Expand Down Expand Up @@ -98,7 +97,6 @@ export class V2SubgraphProvider implements IV2SubgraphProvider {
token0 { id, symbol }
token1 { id, symbol }
totalSupply
reserveETH
trackedReserveETH
reserveUSD
}
Expand Down

0 comments on commit f2cc0eb

Please sign in to comment.