test: Router integration test with many TODOs

This commit is contained in:
TAMARA LIPOWSKI
2025-01-30 23:36:10 -05:00
committed by Diana Carvalho
parent b01fa4cf04
commit 4d697bfebf
4 changed files with 37 additions and 9 deletions

View File

@@ -39,7 +39,10 @@ contract TychoRouterTestSetup is Test, Constants {
MockERC20[] tokens;
function setUp() public {
uint256 forkBlock = 21000000;
// TODO I changed the forked block to match the signature
// of the integration test and now all the other tests fail
// fix this when the integration test passes.
uint256 forkBlock = 21742149;
vm.createSelectFork(vm.rpcUrl("mainnet"), forkBlock);
vm.startPrank(ADMIN);