Skip to content

Commit

Permalink
nit:update position size to match the name
Browse files Browse the repository at this point in the history
  • Loading branch information
ttl33 committed Sep 25, 2024
1 parent 3c44650 commit 5cac752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/testutil/constants/positions.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var (
// SOL positions
PerpetualPosition_OneSolLong = *testutil.CreateSinglePerpetualPosition(
2,
big.NewInt(10_000_000_000), // 0.1 SOL
big.NewInt(100_000_000_000), // 1 SOL
big.NewInt(0),
big.NewInt(0),
)
Expand Down

0 comments on commit 5cac752

Please sign in to comment.