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

orbit chain governance deployment contracts #216

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

DZGoldman
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@godzillaba godzillaba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

timelockLogic = address(new ArbitrumTimelock());
}

function deployStep1(DeployParams memory params)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if we did all of this in the constructor? (same w/ deploySetp2)

/// that implements IVotesUpgradeable to already be deployed on the governance chain.
/// To be executed prior to ParentChainGovFactory on the parent chain.

contract GovernanceChainGovFactory is Ownable {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a test that deploys both of these contracts? Maybe we can run a modified verifier script against them too?

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.

4 participants