Skip to content

Commit

Permalink
fix LidoLocator
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbozaur committed Feb 5, 2023
1 parent 7c55d17 commit 37fd5fe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions contracts/0.8.9/test_helpers/LidoLocatorMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ contract LidoLocatorMock is ILidoLocator {
postTokenRebaseReceiver = addrs.postTokenRebaseReceiver;
}

function coreComponents() external view returns(
address elRewardsVault,
address safetyNetsRegistry,
address stakingRouter,
address treasury,
address withdrawalQueue,
address withdrawalVault
) {
function coreComponents() external view returns(address,address,address,address,address,address) {
return (
elRewardsVault,
safetyNetsRegistry,
Expand Down

0 comments on commit 37fd5fe

Please sign in to comment.