test: add tests to generate runtime bytecode for the executors

This commit is contained in:
adrian
2025-09-09 11:29:32 +02:00
committed by Adrian Benavides
parent cefe7b1cfd
commit 299126da16
10 changed files with 37 additions and 4 deletions

View File

@@ -202,6 +202,10 @@ contract EkuboExecutorTest is Constants, TestUtils {
function testMultiHopSwapIntegration() public setUpFork(22082754) {
multiHopSwap(loadCallDataFromFile("test_ekubo_encode_swap_multi"));
}
function testExportContract() public {
exportRuntimeBytecode(address(executor), "Ekubo");
}
}
contract TychoRouterForBalancerV3Test is TychoRouterTestSetup {