mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
const { masterChefExports } = require("./helper/masterchef");
|
|
|
|
const milko = "0xbd01b2CF2c514c7eC90827b8346354bb4f7832ab";
|
|
const masterchef = "0xA11213A5549629295bBfbc578CE5032266A5E827";
|
|
|
|
module.exports = {
|
|
...masterChefExports(masterchef, "milkomeda", milko, false)
|
|
}; |