Files
DefiLlama-Adapters/projects/banana.js
g1nt0ki 031ab7d66b Remove redundant params in staking functions (#9810)
* remove redundant param

* remove redundant param
2024-04-11 13:59:33 +02:00

6 lines
257 B
JavaScript

const { masterChefExports, } = require("./helper/masterchef")
const token = "0xc67b9b1b0557aeafa10aa1ffa1d7c87087a6149e";
const masterchef = "0x0e69359B4783094260abFaD7dD904999fc1d6Fd0";
module.exports = masterChefExports(masterchef, "boba", token, false)