Skip to content

Commit 21e8b57

Browse files
committed
Update block for pool test
1 parent 203b97e commit 21e8b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PoolAddresses.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface IUniswapV3Factory {
5050

5151
contract PoolAddressesTest is Test {
5252
function testPoolAddresses() public {
53-
vm.createSelectFork("base");
53+
vm.createSelectFork("base", 29289636);
5454

5555
address factory = 0x33128a8fC17869897dcE68Ed026d694621f6FDfD;
5656

0 commit comments

Comments
 (0)