Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This PR adds [Chain Name Here] to the registry.
## Checklist

- [ ] I have declared the chain at the appropriate [Superchain Level](../docs/glossary.md#superchain-level-and-rollup-stage).
- [ ] I confirm I have set `superchain_time` to an appropriate value if I want my chain to receive hardfork times with the rest of the superchain. See [hardfork activation inheritance](../docs/hardfork-activation-inheritance.md) and [CHAINS.md](../CHAINS.md) for details.
- [ ] I have run `just codegen` to ensure that all generated files are created.
- [ ] I have run `just codegen` to ensure that the chainlist and other generated files are up-to-date and include my chain.
- [ ] I have checked `Allow edits from maintainers` on this PR.