Denote that created Registry is an implementation
This commit is contained in:
parent
7b7063e1d2
commit
13dfe5e065
@ -74,8 +74,8 @@ contract PatchProposal {
|
||||
proposalContractsFactory.createStakingRewards(address(governance), address(TORN), registry)
|
||||
);
|
||||
|
||||
// And a new registry
|
||||
address newRegistryAddress = proposalContractsFactory.createRegistryContract(
|
||||
// And a new registry implementation
|
||||
address newRegistryImplementationAddress = proposalContractsFactory.createRegistryContract(
|
||||
address(TORN),
|
||||
address(governance),
|
||||
ensAddress,
|
||||
@ -84,7 +84,7 @@ contract PatchProposal {
|
||||
);
|
||||
|
||||
// Upgrade the registry proxy
|
||||
Proxy(registry).upgradeTo(newRegistryAddress);
|
||||
Proxy(registry).upgradeTo(newRegistryImplementationAddress);
|
||||
|
||||
// Now upgrade the governance to the latest stuff
|
||||
LoopbackProxy(payable(governance)).upgradeTo(address(new GovernancePatchUpgrade(address(newStaking), gasComp, vault)));
|
||||
|
Loading…
Reference in New Issue
Block a user