-
Notifications
You must be signed in to change notification settings - Fork 52
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
FPS Initialize #406
FPS Initialize #406
Conversation
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
feat: read superchain addresses
Signed-off-by: Elliot <[email protected]>
…inid update registry mapping to use l2 instance chain id
add: forge test to circleci
…ion failure tests Signed-off-by: Elliot <[email protected]>
…improve error messages Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
Add supported chainids
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
remove lcov from gitignore
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.
Awesome. Looks good to me. I've left one comment but that's non-blocking and for my own understanding.
Signed-off-by: Elliot <[email protected]>
Signed-off-by: Elliot <[email protected]>
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.
LGTM
/ci authorize 6528291 |
Signed-off-by: Elliot <[email protected]>
Head branch was pushed to by a user without write access
/ci authorize a501b54 |
Description
Vendor AddressRegistry contract
Add foundry tests
Add circleci task to run foundry tests
Create constants file
Start FPS documentation
Tests
Tests have been added for the AddressRegistry contract, with all functions being called and only 2 branches in the constructor that have not been tested.
Metadata
Part 1 of this issue: #397