From 87f980ec2b7f2568dbdb7694d7633d9d0bbc845f Mon Sep 17 00:00:00 2001 From: Yash Patil <40046473+ypatil12@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:09:21 -0500 Subject: [PATCH] fix: update rpc on withdrawal migrationt tests (#362) --- src/test/WithdrawalMigration.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/WithdrawalMigration.t.sol b/src/test/WithdrawalMigration.t.sol index 7b03a4852..beac35874 100644 --- a/src/test/WithdrawalMigration.t.sol +++ b/src/test/WithdrawalMigration.t.sol @@ -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);