File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ const { getCuratorExport } = require ( "../helper/curators" ) ;
2+
3+ const configs = {
4+ methodology : 'Counts all assets deposited in Muscadine Morpho vaults on Base.' ,
5+ blockchains : {
6+ base : {
7+ morpho : [
8+ // V1 Vaults
9+ '0xf7e26Fa48A568b8b0038e104DfD8ABdf0f99074F' , // Muscadine USDC Vault
10+ '0xAeCc8113a7bD0CFAF7000EA7A31afFD4691ff3E9' , // Muscadine cbBTC Vault
11+ '0x21e0d366272798da3A977FEBA699FCB91959d120' , // Muscadine WETH Vault
12+ // V2 Vaults (Prime)
13+ '0x89712980cb434ef5ae4ab29349419eb976b0b496' , // Muscadine USDC Prime
14+ '0xd6dcad2f7da91fbb27bda471540d9770c97a5a43' , // Muscadine WETH Prime
15+ '0x99dcd0d75822ba398f13b2a8852b07c7e137ec70' , // Muscadine cbBTC Prime
16+ ] ,
17+ } ,
18+ }
19+ }
20+
21+ module . exports = getCuratorExport ( configs )
22+
You can’t perform that action at this time.
0 commit comments