diff --git a/substreams/ethereum-pancakeswap-v3/integration_test.tycho.yaml b/substreams/ethereum-pancakeswap-v3/integration_test.tycho.yaml new file mode 100644 index 0000000..b3e1ae5 --- /dev/null +++ b/substreams/ethereum-pancakeswap-v3/integration_test.tycho.yaml @@ -0,0 +1,21 @@ +substreams_yaml_path: ./ethereum-pancakeswap-v3.yaml +protocol_system: "pancakeswap_v3" +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