Skip to content

Commit

Permalink
fix: FDG local keys (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Feb 27, 2024
1 parent 3e95fd7 commit e1f3dee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs/experimental/fault-proof/stage-one/fault-dispute-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ transitions.

| Identifier | Description |
| ---------- | ------------------------------------------------------ |
| `0` | Parent L1 head hash at the time of the proposal |
| `1` | Starting output root hash (commits to block # `n`) |
| `2` | Disputed output root hash (commits to block # `n + 1`) |
| `3` | Starting L2 block number (block # `n`) |
| `4` | Chain ID |
| `1` | Parent L1 head hash at the time of the proposal |
| `2` | Starting output root hash (commits to block # `n`) |
| `3` | Disputed output root hash (commits to block # `n + 1`) |
| `4` | Disputed L2 block number (block # `n + 1`) |
| `5` | Chain ID |

For global `keccak256` preimages, there are two routes for players to submit:

Expand Down

0 comments on commit e1f3dee

Please sign in to comment.