Skip to content

Commit

Permalink
add gas prices to passage chain (cosmos#2716)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 authored Aug 22, 2023
1 parent 20092a7 commit 1e4c397
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion passage/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"fee_tokens": [
{
"denom": "upasg",
"fixed_min_gas_price": 0
"fixed_min_gas_price": 0,
"low_gas_price": 0.001,
"average_gas_price": 0.0025,
"high_gas_price": 0.01
}
]
},
Expand Down

0 comments on commit 1e4c397

Please sign in to comment.