mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-07 16:33:10 +00:00
Transfer token proxy contract ownership to deployer
This commit is contained in:
parent
fe71bed76e
commit
0926db7ac3
@ -20,6 +20,9 @@ contract DeployTokenWithProxy is BaseScript {
|
||||
// Deploy the proxy with empty initialization data
|
||||
proxy = address(new TransparentUpgradeableProxy(implementation, admin, ""));
|
||||
|
||||
// Transfer ownership to the broadcaster (deployer)
|
||||
TestStableToken(proxy).transferOwnership(broadcaster);
|
||||
|
||||
return (proxy, implementation, admin);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user