From 84a4bf025ff7dfad0c151ff88b2bed6c53f6a9c8 Mon Sep 17 00:00:00 2001 From: 0xpeluche <110820448+0xpeluche@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:58:07 +0200 Subject: [PATCH] Fix: Tonco (#16689) --- projects/tonco/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/tonco/index.js b/projects/tonco/index.js index 6e5a974fe..06128bc81 100644 --- a/projects/tonco/index.js +++ b/projects/tonco/index.js @@ -6,7 +6,5 @@ const wtTOn = "EQCHHakhWxSQIWbw6ioW21YnjVKBCDd_gVjF9Mz9_dIuFy23" module.exports = { timetravel: true, - ton: { - tvl: sumTokensExport({ owners: [router, wtTOn], tokens: [ADDRESSES.null], }), - } + ton: { tvl: sumTokensExport({ owners: [/*router, */wtTOn], tokens: [ADDRESSES.null], }) } }