Skip to content

Commit

Permalink
check for holesky only
Browse files Browse the repository at this point in the history
  • Loading branch information
danoctavian committed Sep 1, 2024
1 parent 4ab8f9a commit 3358347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/M3/WithdrawalsWithRewards-Scenario.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ contract M3WithdrawalsTest is Base {
}

function test_userWithdrawalWithRewards_Scenario_1() public {
// Check if we're on the Holesky testnet
if (block.chainid != 17000) {
return;
}
amount = 100 ether;

// deposit 100 ETH into ynETH
Expand Down

0 comments on commit 3358347

Please sign in to comment.