Skip to content

Commit

Permalink
chore: update test rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
sandybradley committed Jul 17, 2024
1 parent 817d829 commit c1d5d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BaseCaptiveTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract BaseCaptiveTest is Test {
address public User02 = address(0x2);

function setUp() public {
uint256 mainnetFork = vm.createFork("https://eth.llamarpc.com");
uint256 mainnetFork = vm.createFork("https://ethereum-mainnet.g.allthatnode.com/archive/evm");
vm.selectFork(mainnetFork);
vm.rollFork(20185705);

Expand Down

0 comments on commit c1d5d45

Please sign in to comment.