Skip to content

Commit cf09ef0

Browse files
feat: add Bagel Finance vault addresses (DefiLlama#15337)
1 parent 8ad0e9c commit cf09ef0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

projects/BagelFinance_/index.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
const { sumTokensExport } = require("../helper/chain/ton");
2+
const ADDRESSES = require("../helper/coreAssets.json");
3+
4+
// Bagel Finance Vault Contract Addresses
5+
const VAULT_ADDRESSES = [
6+
// TON DeFi Index
7+
"EQAnERLO28c_3ikzJNvNoTVSXJSTKNi-KBWf4n_VJcZK_BnE",
8+
// TON LSTs Index
9+
"EQD-KyngZ3TD72CAcf8MyzceFNH_w1wWmeOZbbff9X-lWzQE",
10+
// TON USDs Index
11+
"EQC2MoinDLndsppOd-i0FhPlZby5SlL3l5txPNP_u-vSpO3P",
12+
// TON OGs Index
13+
"EQBYFBWkDvzqY88BZ9S2U-8F4k8Xay-rfxCgzv--FepcBKJW"
14+
];
15+
16+
module.exports = {
17+
timetravel: false,
18+
misrepresentedTokens: true,
19+
methodology: 'Counts the total value of assets locked in all Bagel Finance vaults.',
20+
ton: {
21+
tvl: sumTokensExport({ owners: VAULT_ADDRESSES, tokens: [ADDRESSES.null] }),
22+
}
23+
}

0 commit comments

Comments
 (0)