test: add tests to generate runtime bytecode for the executors
This commit is contained in:
@@ -261,6 +261,10 @@ contract UniswapV4ExecutorTest is Constants, TestUtils {
|
||||
);
|
||||
assertTrue(IERC20(WETH_ADDR).balanceOf(ALICE) == amountOut);
|
||||
}
|
||||
|
||||
function testExportContract() public {
|
||||
exportRuntimeBytecode(address(uniswapV4Exposed), "UniswapV4");
|
||||
}
|
||||
}
|
||||
|
||||
contract TychoRouterForBalancerV3Test is TychoRouterTestSetup {
|
||||
|
||||
Reference in New Issue
Block a user