Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jan 9, 2025
1 parent 3a63ceb commit dd914ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/queries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const getQuery = (entity, filters) => {
vaultManagerGovernances: `query {
vaultManagerGovernances {
nodes {
blockHeight
id
debtLimit
interestRateDenominator
Expand All @@ -30,6 +31,7 @@ export const getQuery = (entity, filters) => {
vaultManagerMetrics: `query {
vaultManagerMetrics {
nodes {
blockHeight
id
liquidatingCollateralBrand
liquidatingCollateralValue
Expand Down Expand Up @@ -79,6 +81,7 @@ export const getQuery = (entity, filters) => {
reserveMetrics: `query {
reserveMetrics {
nodes {
blockHeight
id
shortfallBalance
totalFeeBurned
Expand Down

0 comments on commit dd914ac

Please sign in to comment.