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
251 B
JavaScript
7 lines
251 B
JavaScript
const { masterchefExports, } = require('../helper/unknownTokens')
|
|
|
|
module.exports = masterchefExports({
|
|
chain: 'fantom',
|
|
masterchef: '0x106804d24E0B7AB997D4b7Ab5cD5d8923C22707F',
|
|
nativeToken: '0x49894fcc07233957c35462cfc3418ef0cc26129f'
|
|
}) |