Skip to content

Commit

Permalink
wip: add sophon farm support
Browse files Browse the repository at this point in the history
  • Loading branch information
lutr0 committed Jan 13, 2025
1 parent 5f12e5e commit 6c62a86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/sophon-farm/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const { sumTokens2 } = require('../helper/unwrapLPs')

const contract = '0x5753fBeC29De6E2b56F73f7d7786e9f0d34897bb'

async function tvl(api) {
return sumTokens2({ api, owner: contract, fetchCoValentTokens: true })
}

module.exports = {
sophon: {
tvl,
start: 810461,
},
methodology: 'Counts all ERC20 token balances in the Sophon Farm contract'
}

0 comments on commit 6c62a86

Please sign in to comment.