File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments