mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
15 lines
344 B
JavaScript
15 lines
344 B
JavaScript
const { getCuratorExport } = require("../helper/curators");
|
|
|
|
const configs = {
|
|
methodology: 'Count all assets are deposited in all vaults curated by Hyperithm.',
|
|
blockchains: {
|
|
ethereum: {
|
|
morphoVaultOwners: [
|
|
'0x16fa314141C76D4a0675f5e8e3CCBE4E0fA22C7c',
|
|
],
|
|
},
|
|
}
|
|
}
|
|
|
|
module.exports = getCuratorExport(configs)
|