Skip to content

Commit

Permalink
chore: use archive node rpc for fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandybradley committed Jul 29, 2024
1 parent 41b8b7a commit df19404
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.merkle.io", 20185705);
uint256 mainnetFork = vm.createFork("https://ethereum-mainnet.g.allthatnode.com/archive/evm", 20185705);
vm.selectFork(mainnetFork);

address self = address(this);
Expand Down

0 comments on commit df19404

Please sign in to comment.