From 0144daeeadd75f1ef6e5f4fd15eba5a2e0e25fe3 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:23:52 +0100 Subject: [PATCH] fix datadex --- projects/datadex/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/datadex/index.js b/projects/datadex/index.js index 72c624179397..e62fd4939d0b 100644 --- a/projects/datadex/index.js +++ b/projects/datadex/index.js @@ -1,4 +1,4 @@ const { uniV3Export } = require('../helper/uniswapV3') module.exports = uniV3Export({ - vana: { factory: '0xc2a0d530e57B1275fbce908031DA636f95EA1E38', fromBlock: 763744 }, + vana: { factory: '0xc2a0d530e57B1275fbce908031DA636f95EA1E38', fromBlock: 763744, blacklistedTokens: ['0xbd2d7c728b224961fdb25ccf2a67eb3c25f5ec52'] }, }) \ No newline at end of file