Skip to content

Commit

Permalink
chore: regen inter cli snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 19, 2023
1 parent ea2a89d commit 8d81620
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions packages/agoric-cli/test/snapshots/test-inter-cli.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,47 @@ Generated by [AVA](https://avajs.dev).
-h, --help display help for command␊
Commands:␊
liquidation liquidation commands␊
auction auction commands␊
bid auction bidding commands␊
vbank vbank asset commands␊
help [command] display help for command`

## Usage: inter liquidation status
## Usage: inter auction status

> Command usage:
`Usage: agops inter liquidation status [options]␊
`Usage: agops inter auction status [options]␊
show amount liquidating, vault manager price
show auction status in JSON format
For example:␊
inter auction status␊
{␊
"liquidatingCollateral": "10 IbcATOM",␊
"liquidatingDebt": "120 IST",␊
"price": "12.00 IST/IbcATOM"␊
"schedule": {␊
"activeStartTime": null,␊
"nextStartTime": "2023-04-19T01:20:02.000Z",␊
"nextDescendingStepTime": "2023-04-19T01:20:02.000Z"␊
},␊
"book0": {␊
"startPrice": "9.99 IST/IbcATOM",␊
"startProceedsGoal": null,␊
"proceedsRaised": null,␊
"startCollateral": "0 IbcATOM",␊
"collateralAvailable": "0 IbcATOM",␊
"currentPriceLevel": "4.995 IST/IbcATOM"␊
},␊
"params": {␊
"DiscountStep": "5.00%",␊
"ClockStep": "00:00:10",␊
"LowestRate": "45.00%"␊
}␊
}␊
Options:␊
--manager <number> Vault Manager (default: 0)␊
-h, --help display help for command`
--book <number> Auction Book (default: 0)␊
-h, --help display help for command`

## Usage: inter bid by-price

Expand Down
Binary file modified packages/agoric-cli/test/snapshots/test-inter-cli.js.snap
Binary file not shown.

0 comments on commit 8d81620

Please sign in to comment.