Skip to content

Commit

Permalink
fix: add chaintip field (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Jul 17, 2024
1 parent 154dae8 commit 4a45a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export interface ReserveState {

export interface ChainState {
block: number
chainTip: number
totalAmount: NumberString
currentPrice: NumberString
}
Expand Down

0 comments on commit 4a45a56

Please sign in to comment.