mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
8 lines
306 B
JavaScript
8 lines
306 B
JavaScript
const { masterChefExports } = require("./helper/masterchef")
|
|
|
|
const token = "0x4243cCC302A98B577678d87A53c75593199315A3";
|
|
const masterchef = "0x87F68799eB8fC579eDDC6381331882A3ee4e997e";
|
|
|
|
module.exports = {
|
|
...masterChefExports(masterchef, "fantom", token, false)
|
|
}; // node test.js projects/farmton.js
|