Skip to content

Commit

Permalink
feat: update min gas price (#3239)
Browse files Browse the repository at this point in the history
* chore: update min gas price

* Apply suggestions from code review

* feat: bump gasprice average/high
  • Loading branch information
jcstein authored Nov 27, 2023
1 parent d523845 commit 94ee182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions celestia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
{
"denom": "utia",
"fixed_min_gas_price": 0.002,
"low_gas_price": 0.1,
"average_gas_price": 0.2,
"high_gas_price": 0.4
"low_gas_price": 0.01,
"average_gas_price": 0.02,
"high_gas_price": 0.1
}
]
},
Expand Down

0 comments on commit 94ee182

Please sign in to comment.