From df194044873e763b190ec0845edb81f2ac11e704 Mon Sep 17 00:00:00 2001 From: sandybradley Date: Mon, 29 Jul 2024 12:43:13 +0200 Subject: [PATCH] chore: use archive node rpc for fork test --- test/BaseCaptiveTest.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BaseCaptiveTest.sol b/test/BaseCaptiveTest.sol index 5d4e549..b3904fb 100644 --- a/test/BaseCaptiveTest.sol +++ b/test/BaseCaptiveTest.sol @@ -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);