Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/docs/pages/node/run/mechanics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Key built-in actors include:
- **NetworkActor**: Handles P2P networking and block gossip.
- **RpcActor**: Runs the node's RPC server.
- **SupervisorActor**: Integrates with the supervisor RPC API.
- **RuntimeActor**: Loads and manages runtime configuration.
- **L1WatcherRpc**: Watches L1 for new blocks and events.


Expand Down Expand Up @@ -174,7 +173,6 @@ impl RollupNodeService for MyNodeService {
type NetworkActor = ...;
type SupervisorExt = ...;
type SupervisorActor = ...;
type RuntimeActor = ...;
type RpcActor = ...;
type Error = ...;

Expand Down