Skip to content

Commit 9796e17

Browse files
committed
test
1 parent 7763fc0 commit 9796e17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/queries.mjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -146,21 +146,21 @@ export const expectations = {
146146
totalShortfallReceived: '0',
147147
},
148148
vaultManagerMetricsDailies: {
149-
path: 'published.vaultFactory.managers.manager1.metrics',
150-
liquidatingCollateralBrand: 'stATOM',
149+
path: 'published.vaultFactory.managers.manager0.metrics',
150+
liquidatingCollateralBrand: 'ATOM',
151151
liquidatingDebtBrand: 'IST',
152152
liquidatingCollateralValueLast: '0',
153153
liquidatingDebtValueLast: '0',
154154
lockedQuoteDenominatorLast: '0',
155155
lockedQuoteNumeratorLast: '0',
156-
numActiveVaultsLast: '0',
156+
numActiveVaultsLast: '7',
157157
numLiquidatingVaultsLast: '0',
158158
numLiquidationsAbortedLast: '0',
159159
numLiquidationsCompletedLast: '0',
160160
retainedCollateralLast: '0',
161-
totalCollateralLast: '0',
161+
totalCollateralLast: '5982000000',
162162
totalCollateralSoldLast: '0',
163-
totalDebtLast: '0',
163+
totalDebtLast: '35984025000',
164164
totalOverageReceivedLast: '0',
165165
totalProceedsReceivedLast: '0',
166166
totalShortfallReceivedLast: '0',

0 commit comments

Comments
 (0)