Files
DefiLlama-Adapters/projects/xrayswap/index.js
2023-01-11 14:52:46 +01:00

6 lines
250 B
JavaScript

const { masterChefExports } = require("../helper/masterchef");
const masterchef = "0xD35a150Ec317a8a187C52FC1164b4D15C0851b84";
const token = "0x12C415aAFB1A521B42251e972BB7Ce6795F7669b";
module.exports = masterChefExports(masterchef, "bsc", token)