mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
13 lines
407 B
JavaScript
13 lines
407 B
JavaScript
const { staking } = require("./helper/staking");
|
|
|
|
module.exports = {
|
|
hallmarks: [
|
|
['2022-03-17', 'DRACULA is for now fully focused on it\'s Metaverse product'],
|
|
],
|
|
methodology: 'Tokens staked on 0xC8DFD57E82657f1e7EdEc5A9aA4906230C29A62A',
|
|
ethereum: {
|
|
tvl: () => ({}),
|
|
staking: staking('0xC8DFD57E82657f1e7EdEc5A9aA4906230C29A62A', '0xb78b3320493a4efaa1028130c5ba26f0b6085ef8'),
|
|
},
|
|
};
|