Skip to content

Commit

Permalink
add additional render tvl (#11634)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xYFLOW committed Sep 14, 2024
1 parent dd9aafb commit 7945e60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/yieldflow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ const config = {
'0x47Dd57DFe9e01616e4Adc28015243Ea6A2C09cEC',
'0x0a4a169a6b2ac75c86e2F0e42822fdEA13fB1CC8',
'0xafFA16b152232dAd8BF3AaDF6bb6F895A836F917',
'0xFB04d48e4CE9C042188Ef933ff4cf58921Ab59B8'
'0xFB04d48e4CE9C042188Ef933ff4cf58921Ab59B8',
'0x36232356758c746A50AD5078815F09e39E34628d'
]
}
}

Object.keys(config).forEach(chain => {
module.exports[chain] = { tvl }
})
})

0 comments on commit 7945e60

Please sign in to comment.