mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
* use tvl function v2 * refactor addFundsInMasterChef * replace usage of timestamp field * more refactoring * more refactoring
10 lines
313 B
JavaScript
10 lines
313 B
JavaScript
const abi = require("./abi.json");
|
|
|
|
const { masterchefExports, } = require('../helper/unknownTokens')
|
|
|
|
module.exports = masterchefExports({
|
|
chain: 'ethereum',
|
|
masterchef: '0x0De845955E2bF089012F682fE9bC81dD5f11B372',
|
|
nativeToken: '0xf3dcbc6d72a4e1892f7917b7c43b74131df8480e',
|
|
poolInfoABI: abi.poolInfo,
|
|
}) |