Skip to content

Commit

Permalink
chore: reduce minimum gas prices
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Apr 15, 2024
1 parent ac2332f commit 133ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
// Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key.
Bech32PrefixConsPub = Bech32PrefixAccAddr + "valconspub"

MinimumGasPrice = sdk.NewDecCoinFromDec(BaseCoinUnit, math.LegacyMustNewDecFromStr("100000000000")) // 10^11 aseda
MinimumGasPrice = sdk.NewDecCoinFromDec(BaseCoinUnit, math.LegacyMustNewDecFromStr("10000000000")) // 10^10 aseda
)

func getSedaExponent() int64 {
Expand Down

0 comments on commit 133ebf7

Please sign in to comment.