Skip to content

Commit

Permalink
feat(multi-treasury): upgrade controller (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis authored Jun 25, 2024
2 parents 62509fb + 7601fb9 commit 4bb6a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ contract Migration__20240624_MigrateAuctionAndControllerTreasuryAndDeployRNSComm
address private _defaultAdmin;

function run() public {
_controller = RONRegistrarController(loadContract(Contract.RONRegistrarController.key()));
_auction = RNSAuction(loadContract(Contract.RNSAuction.key()));
_controller = RONRegistrarController(_upgradeProxy(Contract.RONRegistrarController.key()));

_rnsCommission = new RNSCommissionDeploy().run();
_defaultAdmin = 0x968D0Cd7343f711216817E617d3f92a23dC91c07;
Expand Down

0 comments on commit 4bb6a99

Please sign in to comment.