Skip to content

Commit 1cbe583

Browse files
authored
Add Adapter for the https://www.thefiva.com Yield protocol at TON blockchain (DefiLlama#12896)
2 parents 2e34e84 + 0372494 commit 1cbe583

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/fiva/index.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const { sumTokensExport } = require("../helper/chain/ton");
2+
const ADDRESSES = require("../helper/coreAssets.json");
3+
4+
const tsTON6mSyMinter = "EQAxGi9Al7hamLAORroxGkvfap6knGyzI50ThkP3CLPLTtOZ"
5+
6+
7+
module.exports = {
8+
methodology: 'Counts FIVA smartcontract balance as TVL.',
9+
ton: {
10+
tvl: sumTokensExport({ owners: [tsTON6mSyMinter], tokens: [ADDRESSES.null]}),
11+
}
12+
}

0 commit comments

Comments
 (0)