From 4088c1bf403810005c6ce9b44dd17018cada47c2 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:08:01 +0200 Subject: [PATCH] track sunpump --- projects/sunpump/index.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/sunpump/index.js diff --git a/projects/sunpump/index.js b/projects/sunpump/index.js new file mode 100644 index 000000000000..9a3f1aa536e7 --- /dev/null +++ b/projects/sunpump/index.js @@ -0,0 +1,5 @@ +const { sumTokensExport, nullAddress } = require('../helper/sumTokens') + +module.exports = { + tron: { tvl: sumTokensExport({ owner: 'TTfvyrAz86hbZk5iDpKD78pqLGgi8C7AAw', tokens: [nullAddress] }) } +} \ No newline at end of file