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.
21 lines
669 B
YAML
21 lines
669 B
YAML
substreams_yaml_path: ./ethereum-uniswap-v2.yaml
|
|
protocol_system: "uniswap_v2"
|
|
protocol_type_names:
|
|
- "uniswap_v2_pool"
|
|
module_name: "map_pool_events"
|
|
skip_balance_check: true
|
|
initialized_accounts:
|
|
tests:
|
|
- name: test_spx_weth_pool
|
|
start_block: 17924533
|
|
stop_block: 17924534
|
|
expected_components:
|
|
- id: "0x52c77b0CB827aFbAD022E6d6CAF2C44452eDbc39"
|
|
tokens:
|
|
- "0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c"
|
|
- "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
|
|
static_attributes:
|
|
fee: "0x1e"
|
|
creation_tx: "0xf09ac8ad7e21d15ded627a176ec718903baae5e5a9ce671a611bd852691b24f9"
|
|
skip_simulation: false
|