Skip to content

Commit

Permalink
fix: excessive settlement gas price (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Nov 22, 2024
1 parent eef355f commit 94e8031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rollapp/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ RollApp's IRO time: %v`,
_ = tomlconfig.UpdateFieldInFile(
dymintConfigPath,
"settlement_gas_prices",
"1000000000000adym",
"20000000000adym",
)

pterm.Info.Println("enabling block explorer endpoint")
Expand Down

0 comments on commit 94e8031

Please sign in to comment.