Skip to content

Commit

Permalink
chore(liquidationVisibility): add snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
anilhelvaci committed Jul 15, 2024
1 parent 6aeaef8 commit e20f0da
Showing 1 changed file with 162 additions and 0 deletions.
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,
},
},
],
]

0 comments on commit e20f0da

Please sign in to comment.