From 5085d1c85977c9d831bbacdd588506fff38403b9 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:04:05 +0100 Subject: [PATCH] track sonefi-xyz --- projects/sonefi-xyz/index.js | 5 +++++ projects/soneium/index.js | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 projects/sonefi-xyz/index.js create mode 100644 projects/soneium/index.js diff --git a/projects/sonefi-xyz/index.js b/projects/sonefi-xyz/index.js new file mode 100644 index 0000000000..08c71af729 --- /dev/null +++ b/projects/sonefi-xyz/index.js @@ -0,0 +1,5 @@ +const { uniTvlExports } = require('../helper/unknownTokens') + +module.exports = uniTvlExports({ + soneium: '0x82d2d0aAE77967d42ACf4F30B53e2de0055338De' +}) \ No newline at end of file diff --git a/projects/soneium/index.js b/projects/soneium/index.js new file mode 100644 index 0000000000..8eded2d2ae --- /dev/null +++ b/projects/soneium/index.js @@ -0,0 +1,15 @@ +const { sumTokens2 } = require("../helper/unwrapLPs"); + +module.exports = { + ethereum: { + tvl: (api) => + sumTokens2({ + api, + owners: [ + "0xeb9bf100225c214Efc3E7C651ebbaDcF85177607", + "0x88e529a6ccd302c948689cd5156c83d4614fae92", + ], + fetchCoValentTokens: true, + }), + }, +};