Skip to content

Commit

Permalink
feat(ControllerToken): adding retro-compatibility claimOwnership
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenPire committed Apr 9, 2024
1 parent f822158 commit b5e2473
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ControllerToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,8 @@ contract ControllerToken is Token {
revert("deprecated");
}

function claimOwnership() external onlyFrontend {
acceptOwnership();
}
}

0 comments on commit b5e2473

Please sign in to comment.