-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[DEPLOY-512]: Adds L2EP Foundry Tests #11683
Conversation
…ses, and refactors test cases by using a L2EPTest helper
…erUptimeFeed test cases, adds ScrollCrossDomainForwarder skeleton
…st case grouping and more comments
…o ScrollCrossDomainForwarder helper function
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
…ndry import path for Example test
You probably want to add l2ep to the Foundry-using-projects list at the top of
with |
contract ArbitrumCrossDomainForwarderTest is L2EPTest { | ||
/// Helper variables | ||
address internal s_strangerAddr = vm.addr(0x1); | ||
/// Helper variable(s) | ||
address internal s_l1OwnerAddr = vm.addr(0x2); |
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.
I think we can also move this one, just like the stranger
address internal s_mockL1OwnerAddr = vm.addr(0x1); | ||
address internal s_strangerAddr = vm.addr(0x2); | ||
/// Helper variable(s) | ||
address internal s_mockL1OwnerAddr = vm.addr(0x2); | ||
address internal s_deployerAddr = vm.addr(0x3); |
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.
Deployer address also seems to be useful in the higher level one
…rs script for L2EP, updates README
SonarQube Quality Gate 0 Bugs No Coverage information |
Overview
Important Note(s)
Primary Change(s)
Here's a breakdown of some of the primary changes included in this PR:
contracts/src/v0.8/l2ep/README.md
)