Skip to content

Commit 8f0564e

Browse files
feat: Add maverick to integration test
Took 9 minutes
1 parent 2092d54 commit 8f0564e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tycho-integration-test/src/stream_processor/protocol_stream_processor.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ impl ProtocolStreamProcessor {
145145
"uniswap_v4_hooks",
146146
tvl_filter.clone(),
147147
Some(uniswap_v4_pool_with_euler_hook_filter),
148+
)
149+
.exchange::<EVMPoolState<PreCachedDB>>(
150+
"vm:maverick_v2",
151+
tvl_filter.clone(),
152+
None,
148153
);
149154
}
150155
Chain::Base => {

0 commit comments

Comments
 (0)