Skip to content

Commit

Permalink
track sonefi-xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 14, 2025
1 parent 5efbb4e commit 5085d1c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/sonefi-xyz/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { uniTvlExports } = require('../helper/unknownTokens')

module.exports = uniTvlExports({
soneium: '0x82d2d0aAE77967d42ACf4F30B53e2de0055338De'
})
15 changes: 15 additions & 0 deletions projects/soneium/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const { sumTokens2 } = require("../helper/unwrapLPs");

module.exports = {
ethereum: {
tvl: (api) =>
sumTokens2({
api,
owners: [
"0xeb9bf100225c214Efc3E7C651ebbaDcF85177607",
"0x88e529a6ccd302c948689cd5156c83d4614fae92",
],
fetchCoValentTokens: true,
}),
},
};

0 comments on commit 5085d1c

Please sign in to comment.