From bef2fa2c53b77551a464480b30275d87fd23b823 Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Wed, 27 Mar 2024 16:16:33 +0100 Subject: [PATCH] fix: the failing ci --- cips/cip-13.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index c7f44a2a..92622712 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -67,8 +67,8 @@ These are the parameters that are active on Celestia Mainnet. Note that not all | ibc.ClientGenesis.AllowedClients | []string{"06-solomachine", "07-tendermint"} | List of allowed IBC light clients. | True | | 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.002 | All transactions must have a gas price greater than or equal to this value. | True +| ibc.Transfer.SendEnabled | true | Enable sending tokens via IBC. | True | +| minfee.GlobalMinGasPrice | 0.002 | All transactions must have a gas price greater than or equal to this value. | True | | 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 |