Skip to content

Commit

Permalink
EVAA adapter (DefiLlama#9115)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepezho committed Feb 29, 2024
1 parent fedd320 commit ba92bec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/evaa/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { sumTokensExport } = require("../helper/chain/ton");
const ADDRESSES = require("../helper/coreAssets.json");

const evaaScAddr = "EQC8rUZqR_pWV1BylWUlPNBzyiTYVoBEmQkMIQDZXICfnuRr"

module.exports = {
methodology: 'Counts EVAA smartcontract balance as TVL.',
ton: {
tvl: sumTokensExport({ owner: evaaScAddr, tokens: [ADDRESSES.null]}),
}
}

0 comments on commit ba92bec

Please sign in to comment.