Fix: Tonco (#16689)

This commit is contained in:
0xpeluche
2025-10-15 08:58:07 +02:00
committed by GitHub
parent 9e47edf20d
commit 84a4bf025f

View File

@@ -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], }) }
}