Skip to content

Commit

Permalink
revert - try larger sig fig exponent
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Sep 8, 2022
1 parent 6dc1561 commit eca7b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gamm/types/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
OneShareExponent = 18
// Raise 10 to the power of SigFigsExponent to determine number of significant figures.
// i.e. SigFigExponent = 8 is 10^8 which is 100000000. This gives 8 significant figures.
SigFigsExponent = 8
SigFigsExponent = 12
BalancerGasFeeForSwap = 10_000
)

Expand Down

0 comments on commit eca7b98

Please sign in to comment.