From 65615fb6897b14044a758860d7c3baf24f941a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Fri, 12 Jan 2024 18:28:35 -0500 Subject: [PATCH] feat: add direct links to gov params --- developers/submit-data.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developers/submit-data.md b/developers/submit-data.md index e39aef2d3d7..2892674e986 100644 --- a/developers/submit-data.md +++ b/developers/submit-data.md @@ -60,7 +60,9 @@ how many shares are needed to store the blob size. Then, it computes the product of the number of shares, the number of bytes per share, and the `gasPerByte` parameter. Finally, it adds a static amount per blob. -The `GasCostPerBlobByte` and `GasCostPerTransactionByte` are parameters that +The [`blob.GasPerBlobByte`](https://github.com/celestiaorg/celestia-app/blob/ad91a5b2ca2d562f0b8c9c2e1ed6b4d3098a2e8e/specs/src/specs/params.md?plain=1#L27) +and [`auth.TxSizeCostPerByte`](https://github.com/celestiaorg/celestia-app/blob/ad91a5b2ca2d562f0b8c9c2e1ed6b4d3098a2e8e/specs/src/specs/params.md?plain=1#L25C11-L25C11) +are parameters that could potentially be adjusted through the system's governance mechanisms. Hence, actual costs may vary depending on the current state of these parameters.