Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed May 7, 2024
1 parent 2be86e8 commit 8d66ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plasma-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ The validity is checked by a third party smart contract which understands the co
DA Layers which have ZK bridges from their DA Chain to Ethereum can write a SC which emits the following event.

```solidity
event MarkedInvalid(bytes indexed challengedCommitment, uint256 indexed challengedBlockNumber)
event MarkedValid(bytes indexed challengedCommitment, uint256 indexed challengedBlockNumber)
event Invalid(bytes challengedCommitment, uint256 challengedBlockNumber)
event Valid(bytes challengedCommitment, uint256 challengedBlockNumber)
```

The flow is that after a commitment is posted to L1, it can be challenged within `challenge_window` blocks.
Expand Down

0 comments on commit 8d66ce7

Please sign in to comment.