Skip to content

Commit

Permalink
Update position/position.gno
Browse files Browse the repository at this point in the history
Co-authored-by: Lee ByeongJun <[email protected]>
  • Loading branch information
r3v4s and notJoon authored Dec 17, 2024
1 parent b333b9e commit 42f4e99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions position/position.gno
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,10 @@ func Reposition(
tokenId uint64,
tickLower int32,
tickUpper int32,
amount0DesiredStr string, // uint25Str6
amount1DesiredStr string, // uint256
amount0MinStr string, // *u256.Uint
amount1MinStr string, // *u256.Uint
amount0DesiredStr string,
amount1DesiredStr string,
amount0MinStr string,
amount1MinStr string,
) (uint64, string, int32, int32, string, string) {
common.IsHalted()
en.MintAndDistributeGns()
Expand Down

0 comments on commit 42f4e99

Please sign in to comment.