-
Notifications
You must be signed in to change notification settings - Fork 197
docs: add SuperchainDefinition type to superchain-config spec #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
0693114 to
c7127f3
Compare
|
Ready :D |
c7127f3 to
023c15a
Compare
023c15a to
15e69ea
Compare
emhane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
|
@emhane Done! |
specs/protocol/superchain-config.md
Outdated
| ```javascript | ||
| SuperchainDefinition { | ||
| Name string | ||
| ProtocolVersionsAddr checksummedAddress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does checksummed address mean 32 byte array ? not sure what the rest of the spec uses for that, could you please check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you are right
Mybad , done
specs/protocol/superchain-config.md
Outdated
|
|
||
| **Fields:** | ||
|
|
||
| - `ChainID`: The chain ID of the L1 network (e.g., 1 for Ethereum mainnet, 11155111 for Sepolia) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `ChainID`: The chain ID of the L1 network (e.g., 1 for Ethereum mainnet, 11155111 for Sepolia) | |
| - `ChainID`: The chain ID of the L1 network (e.g. 1 for Ethereum mainnet, 11155111 for Sepolia) |
nitpick
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
- Change `checksummedAddress` to `address` for consistency with rest of spec - Remove comma in e.g. abbreviation per style nitpick
Description
Adds
SuperchainDefinitiontype documentation to superchain-config spec with field descriptions for L1 contract addresses and network parameters.Fixes #741
Tests
Additional context
Metadata