mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
13 lines
405 B
JavaScript
13 lines
405 B
JavaScript
const { staking } = require('../helper/staking');
|
|
|
|
module.exports = {
|
|
ethereum: {
|
|
tvl: () => ({}),
|
|
staking: staking(
|
|
"0xa6b816010ab51e088c4f19c71aba87e54b422e14",
|
|
"0xA9E8aCf069C58aEc8825542845Fd754e41a9489A"
|
|
)
|
|
},
|
|
methodology: "Currently, the TVL is considered as the amount of Pepecoin tokens held in the farming contract at '0xa6b816010ab51e088c4f19c71aba87e54b422e14'."
|
|
};
|