mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
13 lines
300 B
JavaScript
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"
|
|
),
|
|
},
|
|
};
|