Skip to content

Commit

Permalink
fix datadex
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 19, 2024
1 parent 8bc47bd commit 0144dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/datadex/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { uniV3Export } = require('../helper/uniswapV3')
module.exports = uniV3Export({
vana: { factory: '0xc2a0d530e57B1275fbce908031DA636f95EA1E38', fromBlock: 763744 },
vana: { factory: '0xc2a0d530e57B1275fbce908031DA636f95EA1E38', fromBlock: 763744, blacklistedTokens: ['0xbd2d7c728b224961fdb25ccf2a67eb3c25f5ec52'] },
})

0 comments on commit 0144dae

Please sign in to comment.