Skip to content

Commit

Permalink
chore: fix Citrea STF README (#944)
Browse files Browse the repository at this point in the history
* 404 link

* 404 link

* links

* fix
  • Loading branch information
joaolago1113 authored Aug 2, 2024
1 parent 63e7d0e commit 3d90b3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/citrea-stf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This is the State Transition Function crate for the Citrea rollup.

The Citrea State Transition Function consists of 3 modules:
- [EVM](../../evm/README.md): Used for handling EVM functionality.
- [sov-accounts](../../../sovereign-sdk/module-system/module-implementations/sov-accounts/README.md): Used for checking the sequencer's nonce.
- [Soft Confirmation Rule Enforcer](../../soft-confirmation-rule-enforcer/README.md): Used for enforcing Citrea's soft confirmation rules.
- [EVM](../evm/README.md): Used for handling EVM functionality.
- [sov-accounts](../sovereign-sdk/module-system/module-implementations/sov-accounts/README.md): Used for checking the sequencer's nonce.
- [Soft Confirmation Rule Enforcer](../soft-confirmation-rule-enforcer/README.md): Used for enforcing Citrea's soft confirmation rules..


Through applying transaction/blob/soft confirmation hooks (see [`hooks_impl.rs`](./src/hooks_impl.rs)), it runs the rollup via the [`Runtime`](./src/runtime.rs).

0 comments on commit 3d90b3e

Please sign in to comment.