mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
* use tvl function v2 * refactor addFundsInMasterChef * replace usage of timestamp field * more refactoring * more refactoring
7 lines
245 B
JavaScript
7 lines
245 B
JavaScript
const { masterchefExports, } = require('../helper/unknownTokens')
|
|
|
|
module.exports = masterchefExports({
|
|
chain: 'fantom',
|
|
masterchef: '0xBCec0e5736614D8Bd05502A240526836bA0bBFc5',
|
|
nativeToken: '0xD4C000c09bfeF49ABBd5c3728fcec3a42c68eBa1'
|
|
}) |