Skip to content
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

[ETHEREUM-CONTRACTS] BeaconProxy verification for SuperfluidPool #1942

Merged
merged 1 commit into from
May 27, 2024

Conversation

d10r
Copy link
Collaborator

@d10r d10r commented May 17, 2024

The GDA related SuperfluidPool contracts are based on BeaconProxy, which is deployed by SuperfluidPoolDeployerLibrary.
Because of this, automatic constructor argument inference doesn't work (we had this before).

Mitigation in this PR: deploy-framework.js deploys a Dummy instance of BeaconProxy and includes it in the list of contracts to be verified. This automatically verifies all identical instances.

@d10r d10r added this pull request to the merge queue May 27, 2024
Merged via the queue into dev with commit e1b1b33 May 27, 2024
15 checks passed
@d10r d10r deleted the beacon_proxy_verification branch May 27, 2024 11:16
Copy link

XKCD Comic Relif

Link: https://xkcd.com/1942
https://xkcd.com/1942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants