Add skip balance check flag for testing module
This commit is contained in:
@@ -2,6 +2,7 @@ substreams_yaml_path: ./substreams.yaml
|
||||
protocol_type_names:
|
||||
- "curve_pool"
|
||||
adapter_contract: "CurveSwapAdapter.evm.runtime"
|
||||
skip_balance_check: false
|
||||
tests:
|
||||
- name: test_3pool_creation
|
||||
start_block: 10809470
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
substreams_yaml_path: ./substreams.yaml
|
||||
adapter_contract: "SwapAdapter.evm.runtime"
|
||||
skip_balance_check: false
|
||||
protocol_type_names:
|
||||
- "type_name_1"
|
||||
- "type_name_2"
|
||||
|
||||
Reference in New Issue
Block a user