Skip to content

Commit

Permalink
fix settlement price slot
Browse files Browse the repository at this point in the history
  • Loading branch information
atvanguard committed May 14, 2024
1 parent 5fd81c0 commit 2000803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompile/contracts/bibliophile/amm.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
ASKS_SLOT int64 = 22
BIDS_HEAD_SLOT int64 = 23
ASKS_HEAD_SLOT int64 = 24
SETTLEMENT_PRICE_SLOT int64 = 29
SETTLEMENT_PRICE_SLOT int64 = 28
)

// AMM State
Expand Down

0 comments on commit 2000803

Please sign in to comment.