fix: Fix token index order in strategy encoding.
The contract relies on this order!! Remove TODOs and comments --- don't change below this line --- ENG-4081 Took 1 hour 12 minutes Took 12 seconds
This commit is contained in:
@@ -39,10 +39,7 @@ contract TychoRouterTestSetup is Test, Constants {
|
||||
MockERC20[] tokens;
|
||||
|
||||
function setUp() public {
|
||||
// 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;
|
||||
uint256 forkBlock = 21000000;
|
||||
vm.createSelectFork(vm.rpcUrl("mainnet"), forkBlock);
|
||||
|
||||
vm.startPrank(ADMIN);
|
||||
|
||||
Reference in New Issue
Block a user