Skip to content

Commit

Permalink
Update fee_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
fly33499 authored Jul 15, 2024
1 parent 87316a8 commit 308cfd0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions firmachain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"fee_tokens": [
{
"denom": "ufct",
"fixed_min_gas_price": 0.1
"fixed_min_gas_price": 0.1,
"low_gas_price": 0.1,
"average_gas_price": 0.15,
"high_gas_price": 0.2
}
]
},
Expand Down Expand Up @@ -219,4 +222,4 @@
}
}
]
}
}

0 comments on commit 308cfd0

Please sign in to comment.