mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
8 lines
249 B
JavaScript
8 lines
249 B
JavaScript
const { masterChefExports } = require("./helper/masterchef")
|
|
|
|
const masterchef = "0x5867Cd4F7e105878AfbC903505c207eb7b130A50";
|
|
const token = "0xd6fdde76b8c1c45b33790cc8751d5b88984c44ec"
|
|
|
|
module.exports = masterChefExports(masterchef, "bsc", token)
|
|
|