- Also fix balance check: this should use the stop block not start block, since the start block is before the component was even created.
21 lines
671 B
YAML
21 lines
671 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: false
|
|
initialized_accounts:
|
|
tests:
|
|
- name: test_wolf_weth_pool
|
|
start_block: 19701395
|
|
stop_block: 19701397
|
|
expected_components:
|
|
- id: "0x67324985b5014b36b960273353deb3d96f2f18c2"
|
|
tokens:
|
|
- "0x67466BE17df832165F8C80a5A120CCc652bD7E69"
|
|
- "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
|
|
static_attributes:
|
|
fee: "0x1e"
|
|
creation_tx: "0x5e01ae1522722340871708a3c55e1395dda647a57767781230317319fa36ea7b"
|
|
skip_simulation: false
|