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
248 B
JavaScript
7 lines
248 B
JavaScript
const { masterchefExports, } = require('./helper/unknownTokens');
|
|
|
|
module.exports = masterchefExports({
|
|
chain: 'arbitrum',
|
|
nativeToken: '0x31535F7A83083E3f34899F356ECC7246FBF2E82D',
|
|
masterchef: '0xAd60A8cb60e052196F5B968B4bd4328A67Df27d3',
|
|
}) |