forked from Agoric/agoric-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(liquidationVisibility): add snapshot
- Loading branch information
1 parent
6aeaef8
commit e20f0da
Showing
1 changed file
with
162 additions
and
0 deletions.
There are no files selected for viewing
162 changes: 162 additions & 0 deletions
162
...ootstrapTests/liquidationVisibility/snapshots/test-liquidation-visibility.js.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
# Snapshot report for `test/bootstrapTests/liquidationVisibility/test-liquidation-visibility.js` | ||
|
||
The actual snapshot is saved in `test-liquidation-visibility.js.snap`. | ||
|
||
Generated by [AVA](https://avajs.dev). | ||
|
||
## snapshot-storage | ||
|
||
> Snapshot 1 | ||
[ | ||
[ | ||
'published.vaultFactory.managers.manager0.liquidations.3600.vaults.preAuction', | ||
[ | ||
[ | ||
'vault0', | ||
{ | ||
collateralAmount: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 15000000n, | ||
}, | ||
debtAmount: { | ||
brand: Object @Alleged: BoardRemoteIST brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 105525000n, | ||
}, | ||
}, | ||
], | ||
[ | ||
'vault1', | ||
{ | ||
collateralAmount: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 15000000n, | ||
}, | ||
debtAmount: { | ||
brand: Object @Alleged: BoardRemoteIST brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 103515000n, | ||
}, | ||
}, | ||
], | ||
[ | ||
'vault2', | ||
{ | ||
collateralAmount: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 15000000n, | ||
}, | ||
debtAmount: { | ||
brand: Object @Alleged: BoardRemoteIST brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 100500000n, | ||
}, | ||
}, | ||
], | ||
], | ||
], | ||
[ | ||
'published.vaultFactory.managers.manager0.liquidations.3600.vaults.postAuction', | ||
[ | ||
[ | ||
'vault2', | ||
{ | ||
Collateral: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 3425146n, | ||
}, | ||
phase: 'liquidated', | ||
}, | ||
], | ||
[ | ||
'vault1', | ||
{ | ||
Collateral: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 3077900n, | ||
}, | ||
phase: 'liquidated', | ||
}, | ||
], | ||
[ | ||
'vault0', | ||
{ | ||
Collateral: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 2846403n, | ||
}, | ||
phase: 'liquidated', | ||
}, | ||
], | ||
], | ||
], | ||
[ | ||
'published.vaultFactory.managers.manager0.liquidations.3600.auctionResult', | ||
{ | ||
collateralForReserve: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 309852n, | ||
}, | ||
collateralOffered: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 45000000n, | ||
}, | ||
collateralRemaining: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 0n, | ||
}, | ||
collateralSold: { | ||
brand: Object @Alleged: BoardRemoteATOM brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 35340699n, | ||
}, | ||
endTime: { | ||
absValue: 5042n, | ||
timerBrand: Object @Alleged: BoardRemotetimerBrand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
}, | ||
istTarget: { | ||
brand: Object @Alleged: BoardRemoteIST brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 309540000n, | ||
}, | ||
mintedProceeds: { | ||
brand: Object @Alleged: BoardRemoteIST brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 309540000n, | ||
}, | ||
shortfallToReserve: { | ||
brand: Object @Alleged: BoardRemoteIST brand { | ||
getBoardId: Function getBoardId {}, | ||
}, | ||
value: 0n, | ||
}, | ||
}, | ||
], | ||
] |