chore: commit progress so far on test fixing

This commit is contained in:
pedrobergamini
2025-08-08 11:35:43 -03:00
parent 196900b749
commit c0d49f95ad
5 changed files with 255 additions and 64 deletions

View File

@@ -80,7 +80,7 @@ contract TychoRouterTestSetup is Constants, Permit2TestHelper, TestUtils {
return 22082754;
}
function setUp() public {
function setUp() public virtual {
uint256 forkBlock = getForkBlock();
vm.createSelectFork(vm.rpcUrl("mainnet"), forkBlock);