diff --git a/x/move/types/params.go b/x/move/types/params.go index ac6c7c5f..92148113 100644 --- a/x/move/types/params.go +++ b/x/move/types/params.go @@ -20,7 +20,7 @@ const ( var ( DefaultBaseMinGasPrice = math.LegacyNewDecWithPrec(15, 2) // 0.15 - DefaultContractSharedRevenueRatio = math.LegacyNewDecWithPrec(50, 2) // 0.5 + DefaultContractSharedRevenueRatio = math.LegacyZeroDec() ) const (