Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
SigismundSchlomo committed Oct 14, 2024
1 parent cc170f4 commit f86bba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ecosystem/token_staking/deploy_limited_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export async function main() {
console.log("Revoke poolsManager admin role from deployer");
await (await poolsManager.revokeRole(await poolsManager.DEFAULT_ADMIN_ROLE(), deployer.address)).wait();

console.log("Transfer ownership of upgradeable beacon to multisig");
await (await limitedTokenPoolBeacon.transferOwnership(multisig.address)).wait();

}

if (require.main === module) {
Expand Down

0 comments on commit f86bba2

Please sign in to comment.