Skip to content

Commit

Permalink
style: display properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jul 24, 2024
1 parent 9931699 commit b329830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cips/cip-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ These are the parameters that are active on Celestia Mainnet. Note that not all
| ibc.ConnectionGenesis.MaxExpectedTimePerBlock | 7500000000000 (75 seconds) | Maximum expected time per block in nanoseconds under normal operation. | True |
| ibc.Transfer.ReceiveEnabled | true | Enable receiving tokens via IBC. | True |
| ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True |
| minfee.GlobalMinGasPrice | 0.000001 | True | All transactions must have a gas price greater than or equal to this value.
|
| minfee.GlobalMinGasPrice | 0.000001 | True | All transactions must have a gas price greater than or equal to this value. |
| mint.BondDenom | utia | Denomination that is inflated and sent to the distribution module account. | False |
| mint.DisinflationRate | 0.10 (10%) | The rate at which the inflation rate decreases each year. | False |
| mint.InitialInflationRate | 0.08 (8%) | The inflation rate the network starts at. | False |
Expand Down

0 comments on commit b329830

Please sign in to comment.