Skip to content

Commit

Permalink
lint: fix table spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Jan 17, 2025
1 parent 3e14102 commit 35b7ba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/stack/interop/op-supervisor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ OP Supervisor provides an interface for `op-node` to query cross-chain safety in

Key API methods include:

| Method(s) | Description |
| ----------------------------------------- | ------------------------------------------------------------------------------------- |
| `UnsafeView` and `SafeView` | Return the Local and Cross heads for their respective levels |
| Method(s) | Description |
| ----------------------------------------- | --------------------------------------------------------------------------------------|
| `UnsafeView` and `SafeView` | Return the Local and Cross heads for their respective levels |
| `DerivedFrom` | OP Nodes use to check the L1 source of the Supervisor (needed for Safe Head tracking) |
| `UpdateLocalSafe` and `UpdateLocalUnsafe` | Tell the Supervisor when the Node's heads change |
| `UpdateLocalSafe` and `UpdateLocalUnsafe` | Tell the Supervisor when the Node's heads change |
| `Finalized` | Returns the Finalized Head |
| `UpdateFinalizedL1` | Signals to the Supervisor new finality signals |
| `CheckMessage` | Checks logs in the DB directly in tests |
Expand Down

0 comments on commit 35b7ba5

Please sign in to comment.