Skip to content

Commit

Permalink
track deq tvl (#11157)
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jul 31, 2024
1 parent 9b4acfa commit 3ec1648
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/deq/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { sumERC4626VaultsExport } = require('../helper/erc4626')

module.exports = {
ethereum: {
tvl: sumERC4626VaultsExport({ vaults: ['0x3742f3Fcc56B2d46c7B8CA77c23be60Cd43Ca80a'], tokenAbi: 'avail', balanceAbi: 'assets'}),
}
}

0 comments on commit 3ec1648

Please sign in to comment.