Skip to content

Commit

Permalink
fix: update rpc on withdrawal migrationt tests (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 authored Dec 4, 2023
1 parent a60b034 commit 87f980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/WithdrawalMigration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract WithdrawalMigrationTests is EigenLayerTestHelper, Utils {
IERC20 cbETH = IERC20(_CBETH_ADDRESS);

function setUp() public override {
vm.createSelectFork("https://eth.llamarpc.com", _M1_BLOCK_FORK);
vm.createSelectFork(cheats.envString("RPC_MAINNET"), _M1_BLOCK_FORK);
beaconChainETHStrategy = m1StrategyManager.beaconChainETHStrategy();
// Unpause strategyManager
cheats.prank(_M1_UNPAUSER);
Expand Down

0 comments on commit 87f980e

Please sign in to comment.