-
Notifications
You must be signed in to change notification settings - Fork 66
feat: cover ri pool #1464
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: audit/governance-and-assessments-august-2025
Are you sure you want to change the base?
feat: cover ri pool #1464
Conversation
533117f
to
587d1cd
Compare
test/unit/Cover/setup.js
Outdated
config.chainId = (await signer.provider.getNetwork()).chainId; | ||
} | ||
|
||
const verifier = await getAddress(verifyingContract); |
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.
use .target instead?
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.
Initially I wrote it with the idea that you can pass a signer too, but now that you mention this, it makes sense to have support for contracts only, so I'll use .target
, thanks
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.
Added .target
with a fallback to using the variable as is in case an address (string) is passed.
afd8530
to
7d55885
Compare
Description
Describe the changes made in this PR. A link to the issue is enough if it contains all the relevant information.
Testing
Explain how you tested your changes to ensure they work as expected.
Checklist