Skip to content

Commit

Permalink
disable v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed May 12, 2024
1 parent bb2bc89 commit 1714d2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions protocols/uniswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ const adapter: BreakdownAdapter = {
methodology
},
},
...Object.keys(v2Deployments).reduce((acc, chain) => {
acc[chain] = {
fetch: getUniV2LogAdapter({factory: v2Deployments[chain]}),
start: 0,
}
return acc
}, {})
// ...Object.keys(v2Deployments).reduce((acc, chain) => {
// acc[chain] = {
// fetch: getUniV2LogAdapter({factory: v2Deployments[chain]}),
// start: 0,
// }
// return acc
// }, {})
},
v3: Object.keys(v3Endpoints).reduce((acc, chain) => {
acc[chain] = {
Expand Down

0 comments on commit 1714d2a

Please sign in to comment.