From 9931699c037074bdd60bfc8501553cdf4244a7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nina=20/=20=E1=83=9C=E1=83=98=E1=83=9C=E1=83=90?= Date: Wed, 24 Jul 2024 12:17:31 +0200 Subject: [PATCH] Update cip-13.md --- cips/cip-13.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cips/cip-13.md b/cips/cip-13.md index 92622712..2bc99c5a 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -68,7 +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.002 | All transactions must have a gas price greater than or equal to this value. | True | +| 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 |