Skip to content

Commit

Permalink
feat: add direct links to gov params for blob.GasPerBlobByte and `a…
Browse files Browse the repository at this point in the history
…uth.TxSizeCostPerByte` (#1363)

* feat: add direct links to gov params

* Update developers/submit-data.md

Co-authored-by: Rootul P <[email protected]>

---------

Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
jcstein and rootulp authored Jan 16, 2024
1 parent 49c369c commit 465357e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion developers/submit-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#L25)
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.

Expand Down

0 comments on commit 465357e

Please sign in to comment.