test: add tests to generate runtime bytecode for the executors
This commit is contained in:
@@ -263,4 +263,8 @@ contract UniswapV2ExecutorTest is Constants, Permit2TestHelper, TestUtils {
|
||||
|
||||
assertEq(IERC20(BASE_MAG7).balanceOf(BOB), 1379830606);
|
||||
}
|
||||
|
||||
function testExportContract() public {
|
||||
exportRuntimeBytecode(address(uniswapV2Exposed), "UniswapV2");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user