Skip to content

Commit

Permalink
Fix: Datadex (#13089)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored Jan 14, 2025
1 parent 8434264 commit 2d61f30
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, blacklistedTokens: ['0xbd2d7c728b224961fdb25ccf2a67eb3c25f5ec52'] },
vana: { factory: '0xc2a0d530e57B1275fbce908031DA636f95EA1E38', fromBlock: 763744, blacklistedTokens: ['0xbd2d7c728b224961fdb25ccf2a67eb3c25f5ec52', '0x0238966c595619312c0422f02e1e64f37a06439d'] },
})

0 comments on commit 2d61f30

Please sign in to comment.