Skip to content

Commit

Permalink
Fix sample file exit-fee field value for stableswap pool creation (#5860
Browse files Browse the repository at this point in the history
) (#5909)

(cherry picked from commit 85489fb)

Co-authored-by: magiodev.eth <[email protected]>
  • Loading branch information
mergify[bot] and magiodev authored Jul 28, 2023
1 parent 44e41d1 commit 5660821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gamm/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For stableswap (demonstrating need for a 1:1000 scaling factor, see doc)
{
"initial-deposit": "1000000uusdc,1000miliusdc",
"swap-fee": "0.01",
"exit-fee": "0.01",
"exit-fee": "0.00",
"future-governor": "168h",
"scaling-factors": "1000,1"
}
Expand Down

0 comments on commit 5660821

Please sign in to comment.