Skip to content

Commit

Permalink
change gas adjustment to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjukim committed May 26, 2021
1 parent 6a7b333 commit c208b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func createGetCoinsHandler(db *leveldb.DB) http.HandlerFunc {
"chain_id": "%v",
"sequence": "%v",
"gas": "auto",
"gas_adjustment": "1.4",
"gas_adjustment": "2.0",
"gas_prices": [
{
"denom": "ukrw",
Expand Down

1 comment on commit c208b23

@vercel
Copy link

@vercel vercel bot commented on c208b23 May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.