Skip to content

Commit

Permalink
Add LynxMockRoot to use on lynx with LynxChildApplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 25, 2023
1 parent 46b5d10 commit c6bdb17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/contracts/testnet/LynxSet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ contract LynxRootApplication is Ownable, ITACoChildToRoot {
}
}

contract LynxMockRoot is Ownable, ITACoChildToRoot {
// solhint-disable-next-line no-empty-blocks
function confirmOperatorAddress(address _operator) external override {}
}

contract LynxTACoChildApplication is TACoChildApplication, Ownable {
constructor(ITACoChildToRoot _rootApplication) TACoChildApplication(_rootApplication) {}

Expand Down

0 comments on commit c6bdb17

Please sign in to comment.