Skip to content

Commit

Permalink
Update README.md with new cannon links from Monorepo
Browse files Browse the repository at this point in the history
I found it more useful for users to land into (https://github.com/ethereum-optimism/optimism/tree/develop/cannon) and get direct information about the onchain MIPS instruction emulator than to drive them towards a repo that is now archived(https://github.com/ethereum-optimism/cannon/) and won't contain the latest docs information in the future.

Please review and approve the PR if this also makes sense to other code owners for this project.
  • Loading branch information
BlocksOnAChain authored Nov 10, 2023
1 parent 33b87af commit 9a729fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The first step to decentralizing the sequencer is to still have one sequencer at
After this, the next step is to support multiple concurrent sequencers. This can be simply achieved by adopting a standard BFT consensus protocol, as used by other L1 protocols and sidechains like Polygon and Cosmos.


You can keep up with the roadmap progress in [Cannon repository](https://github.com/ethereum-optimism/cannon/) for the fault proofs and [Optimism specs repository](https://github.com/ethereum-optimism/optimism/tree/65ec61dde94ffa93342728d324fecf474d228e1f/specs) for the overall protocol work.
You can keep up with the roadmap progress in [Cannon repository](https://github.com/ethereum-optimism/optimism/tree/develop/cannon) for the fault proofs and [Optimism specs repository](https://github.com/ethereum-optimism/optimism/tree/65ec61dde94ffa93342728d324fecf474d228e1f/specs) for the overall protocol work.

0 comments on commit 9a729fc

Please sign in to comment.