-
Notifications
You must be signed in to change notification settings - Fork 30
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
base: main
Are you sure you want to change the base?
Conversation
src/orbit-chain-governance/factories/GovernanceChainGovFactory.sol
Outdated
Show resolved
Hide resolved
src/orbit-chain-governance/factories/GovernanceChainGovFactory.sol
Outdated
Show resolved
Hide resolved
src/orbit-chain-governance/factories/GovernanceChainGovFactory.sol
Outdated
Show resolved
Hide resolved
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
src/orbit-chain-governance/factories/GovernanceChainGovFactory.sol
Outdated
Show resolved
Hide resolved
src/orbit-chain-governance/factories/GovernanceChainGovFactory.sol
Outdated
Show resolved
Hide resolved
timelockLogic = address(new ArbitrumTimelock()); | ||
} | ||
|
||
function deployStep1(DeployParams memory params) |
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.
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 { |
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.
Can we add a test that deploys both of these contracts? Maybe we can run a modified verifier script against them too?
Orbit governance deployment scripts
No description provided.