Skip to content

Commit

Permalink
fix yneth address
Browse files Browse the repository at this point in the history
  • Loading branch information
danoctavian committed Sep 30, 2024
1 parent a425fa4 commit 55f1dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeployYnETHWithdrawals.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ contract DeployYnETHWithdrawals is BaseYnETHScript {
withdrawalQueueManager: ynETHWithdrawalQueueManager,
stakingNodesManagerImplementation: stakingNodesManagerImplementation,
stakingNodeImplementation: stakingNodeImplementation,
ynETHImplementation: ynETH(payable(address(yneth)))
ynETHImplementation: ynETHImplementation
});

saveDeployment(deployment);
Expand Down

0 comments on commit 55f1dd7

Please sign in to comment.