Files
DefiLlama-Adapters/projects/devve/index.js
VarekStorm 23428e319a added DevvE tvl adapter (#12753)
Co-authored-by: VarekStorm <varekstorm@google.com>
2024-12-18 11:22:00 +01:00

13 lines
300 B
JavaScript

const { staking } = require('../helper/staking');
module.exports = {
methodology: "DEVVE can be staked in the protocol",
ethereum: {
tvl: () => ({}),
staking: staking(
"0xa0dab5d6907a9CFFD023e0160210eAB464322b70",
"0x8248270620Aa532E4d64316017bE5E873E37cc09"
),
},
};