feat: Transfer Optimizations in MaverickV2
- Also added integration test to test the optimizations, where we can see the in and out transfers being optimized if we enable verbose foundry testing - Fixed typo in swap encoder builder initialization
This commit is contained in:
@@ -76,7 +76,7 @@ impl SwapEncoderBuilder {
|
||||
"vm:curve" => {
|
||||
Ok(Box::new(CurveSwapEncoder::new(self.executor_address, self.chain, self.config)?))
|
||||
}
|
||||
"vm::maverick_v2" => Ok(Box::new(MaverickV2SwapEncoder::new(
|
||||
"vm:maverick_v2" => Ok(Box::new(MaverickV2SwapEncoder::new(
|
||||
self.executor_address,
|
||||
self.chain,
|
||||
self.config,
|
||||
|
||||
Reference in New Issue
Block a user