* fix: Misc improvements Make module_name optional and default to map_protocol_changes Add build instructions for the DB image inside of the docker-compose Improve error message Remove unnecessary module_name from yaml files #time 39m * fix: Bring back module_name in balancer v3 tests #time 8m * fix: Fix balance and allowance overwrites For tokens with proxies we need to use the address that is returned by the detector #time 13m
21 lines
697 B
YAML
21 lines
697 B
YAML
substreams_yaml_path: ./ethereum-pancakeswap-v3.yaml
|
|
protocol_type_names:
|
|
- "pancakeswap_v3_pool"
|
|
module_name: "map_protocol_changes"
|
|
skip_balance_check: false
|
|
initialized_accounts:
|
|
tests:
|
|
- name: test_usdt_usdf_pool
|
|
start_block: 22187893
|
|
stop_block: 22187895
|
|
expected_components:
|
|
- id: "0x0d9ea0d5e3f400b1df8f695be04292308c041e77"
|
|
tokens:
|
|
- "0xfa2b947eec368f42195f24f36d2af29f7c24cec2" # USDf
|
|
- "0xdac17f958d2ee523a2206206994597c13d831ec7" # USDT
|
|
static_attributes:
|
|
fee: "0x64"
|
|
creation_tx: "0x87a9c643b0836ee7e7d7863d4f4d97310d14c438cb49bc8771c3d7a9d5a2749f"
|
|
skip_simulation: false
|
|
skip_execution: true
|