Replenish Governance Staking balance from Governance in proposal execution
This commit is contained in:
parent
bc6cf57d60
commit
662b608a26
@ -96,5 +96,8 @@ contract PatchProposal {
|
|||||||
|
|
||||||
// Now upgrade the governance to the latest stuff
|
// Now upgrade the governance to the latest stuff
|
||||||
LoopbackProxy(payable(governance)).upgradeTo(address(new GovernancePatchUpgrade(address(newStaking), gasComp, vault)));
|
LoopbackProxy(payable(governance)).upgradeTo(address(new GovernancePatchUpgrade(address(newStaking), gasComp, vault)));
|
||||||
|
|
||||||
|
// Return TORNs, which were withdrawn by bug, to Governance Staking contract
|
||||||
|
TORN.transfer(address(newStaking), 94_092 ether);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user