refactor: Move module_name to integration test yaml

It's not good to keep this in the test_runner because then we have multiple points that we need to edit the test config, which can be hard to find.

We need this because the module name for uniswap_v2 is so far different from the rest of the protocols.
This commit is contained in:
TAMARA LIPOWSKI
2025-09-19 19:11:21 -04:00
committed by Tamara
parent 99c8a32d23
commit 2c0c4d97fb
10 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
substreams_yaml_path: ./ethereum-maverick-v2.yaml
protocol_system: "vm:maverick_v2"
module_name: "map_protocol_changes"
adapter_contract: "MaverickV2SwapAdapter"
adapter_build_signature: "constructor(address,address)"
adapter_build_args: "0x0A7e848Aca42d879EF06507Fca0E7b33A0a63c1e,0xb40AfdB85a07f37aE217E7D6462e609900dD8D7A"