File tree 1 file changed +19
-32
lines changed
1 file changed +19
-32
lines changed Original file line number Diff line number Diff line change @@ -10,44 +10,31 @@ export const getQuery = (entity, filters) => {
10
10
11
11
const queries = {
12
12
vaultManagerGovernances : `query {
13
- vaultManagerGovernances ${ filterString } {
13
+ boardAuxes {
14
14
nodes {
15
- id
16
- debtLimit
17
- interestRateDenominator
18
- interestRateNumerator
19
- liquidationMarginDenominator
20
- liquidationMarginNumerator
21
- liquidationPaddingDenominator
22
- liquidationPaddingNumerator
23
- liquidationPenaltyDenominator
24
- liquidationPenaltyNumerator
25
- mintFeeDenominator
26
- mintFeeNumerator
15
+ id
16
+ blockHeight
17
+ blockTime
18
+ allegedName
19
+ assetKind
20
+ decimalPlaces
27
21
}
28
22
}
29
23
}` ,
30
24
vaultManagerMetrics : `query {
31
- vaultManagerMetrics ${ filterString } {
25
+ oraclePriceDailies {
32
26
nodes {
33
- id
34
- liquidatingCollateralBrand
35
- liquidatingCollateralValue
36
- liquidatingDebtBrand
37
- liquidatingDebtValue
38
- lockedQuoteDenominator
39
- lockedQuoteNumerator
40
- numActiveVaults
41
- numLiquidatingVaults
42
- numLiquidationsAborted
43
- numLiquidationsCompleted
44
- retainedCollateral
45
- totalCollateral
46
- totalCollateralSold
47
- totalDebt
48
- totalOverageReceived
49
- totalProceedsReceived
50
- totalShortfallReceived
27
+ id
28
+ dateKey
29
+ blockHeightLast
30
+ blockTimeLast
31
+ typeInAmountLast
32
+ typeInAmountSum
33
+ typeOutAmountLast
34
+ typeOutAmountSum
35
+ typeInName
36
+ typeOutName
37
+ metricsCount
51
38
}
52
39
}
53
40
}` ,
You can’t perform that action at this time.
0 commit comments