Skip to content

Commit 2e3a220

Browse files
authored
track virtus amm and cl volume and fees (#6273)
1 parent e667fe5 commit 2e3a220

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

factory/uniV2.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,10 @@ const configs: Record<string, Record<string, any>> = {
736736
},
737737
"forest-v1": {
738738
[CHAIN.BSC]: { factory: '0x9d5ef0f61a5e88d90fb231f84413b5fc43bf6a9e', start: '2025-12-09' },
739-
}
739+
},
740+
"virtus-protocol": {
741+
[CHAIN.BASE]: { factory: '0x7F03ae4452192b0E280fB0d4f9c225DDa88C7623', swapEvent: velodromeSwapEvent, start: '2026-03-05', userFeesRatio: 1, revenueRatio: 1, holdersRevenueRatio: 1 },
742+
},
740743
}
741744

742745
const optionsMap: Record<string, any> = {

factory/uniV3.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,13 @@ const configs: Record<string, Record<string, any>> = {
323323
'doma-dex-v3': {
324324
[CHAIN.DOMA]: { factory: '0x2e50b586d5bcD04cb6125E028A6a669f7f3cF1C2', start: '2025-10-19', userFeesRatio: 1, revenueRatio: 0, },
325325
},
326+
"virtus-protocol-cl": {
327+
[CHAIN.BASE]: {
328+
factory: '0x0e5Ab24beBdA7e5Bb3961f7E9b3532a83aE86B48',
329+
poolCreatedEvent: "event PoolCreated(address indexed token0, address indexed token1, int24 indexed tickSpacing, address pool)",
330+
start: '2026-03-05', userFeesRatio: 1, revenueRatio: 1, holdersRevenueRatio: 1
331+
},
332+
},
326333
}
327334

328335
const optionsMap: Record<string, any> = {

0 commit comments

Comments
 (0)