File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,9 @@ const handler: ScheduledHandler = metricScope((metrics) => async (event: EventBr
213
213
const shouldFilterOut =
214
214
// filter out AMPL-token pools from v3 subgraph, since they are not supported on v3
215
215
pool . token0 . id . toLowerCase ( ) === '0xd46ba6d942050d489dbd938a2c909a5d5039a161' ||
216
- pool . token1 . id . toLowerCase ( ) === '0xd46ba6d942050d489dbd938a2c909a5d5039a161'
216
+ pool . token1 . id . toLowerCase ( ) === '0xd46ba6d942050d489dbd938a2c909a5d5039a161' ||
217
+ // https://linear.app/uniswap/issue/CX-1005
218
+ pool . id . toLowerCase ( ) === '0x0f681f10ab1aa1cde04232a199fe3c6f2652a80c'
217
219
218
220
if ( shouldFilterOut ) {
219
221
log . info ( `Filtering out pool ${ pool . id } from ${ protocol } on ${ chainId } ` )
You can’t perform that action at this time.
0 commit comments