Skip to content

Commit

Permalink
docs: whitelist, oracle delay, blockheight
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Apr 19, 2024
1 parent e1cea03 commit a5984bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/queries/lend.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ type BatchVaults = BatchVaultsItem[]
type BatchVaultsItem = {
vaultRegistryContractAddress: string,
vaults: Vaults,
blockHeight: number,
}

type Vaults = {
Expand All @@ -63,6 +64,7 @@ type Vault = {
base: string,
safe: string,
lastAccruedAt: Date,
oracleDelay: number,
},
debt: {
total: string,
Expand Down Expand Up @@ -93,6 +95,7 @@ type Vault = {
status: LendContractStatus,
openPositions: number,
totalPositions: number,
whitelist: string[],
}

enum LendContractStatus {
Expand Down

0 comments on commit a5984bb

Please sign in to comment.