Skip to content

Commit

Permalink
track gasp.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 19, 2024
1 parent 7226f9d commit 5f502ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/gasp-xyz/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { sumTokensExport } = require('../helper/unwrapLPs')

const config = {
ethereum: '0x79d968d9017B96f202aD4673A2c1BBbdc905A4ca',
arbitrum: '0x3aDdEb54ddd43Eb40235eC32DfA7928F28A44bb5',
base: '0x308e483afDD225D6cb7bF4d44B8e4a03DFD9c0De',
}

Object.keys(config).forEach(chain => {
const owner = config[chain]
module.exports[chain] = {
tvl: sumTokensExport({ owner, fetchCoValentTokens: true })
}
})

0 comments on commit 5f502ef

Please sign in to comment.