File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
projects/enosys-governance Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ const EnosysGovernanceStakeManagerExfi =
66const EnosysGovernanceStakeManagerSfin =
77 '0xA83E90337e2711b1c84df0AD7428403dBd0ce730'
88
9+
10+ const EnosysGovernanceStakeManagerHln = '0x988E94a0AEFB1fCdC0C4d44dDBa103C5d4c6c6b0'
11+ const EnosysGovernanceStakeManagerAPS = '0x7eB8CeB0F64D934a31835b98eB4cbAb3cA56dF28'
12+
13+ const APS = '0xfF56Eb5b1a7FAa972291117E5E9565dA29bc808d'
14+ const HLN = '0x140D8d3649Ec605CF69018C627fB44cCC76eC89f'
15+
916module . exports = {
1017 songbird : {
1118 tvl : ( ) => ( { } ) ,
@@ -17,4 +24,14 @@ module.exports = {
1724 logCalls : true ,
1825 } ) ,
1926 } ,
27+ flare : {
28+ tvl : ( ) => ( { } ) ,
29+ staking : sumTokensExport ( {
30+ tokensAndOwners : [
31+ [ HLN , EnosysGovernanceStakeManagerHln ] ,
32+ [ APS , EnosysGovernanceStakeManagerAPS ] ,
33+ ] ,
34+ logCalls : true ,
35+ } ) ,
36+ } ,
2037}
You can’t perform that action at this time.
0 commit comments