diff --git a/projects/oxb/index.js b/projects/oxb/index.js new file mode 100644 index 000000000000..018733a8d5a3 --- /dev/null +++ b/projects/oxb/index.js @@ -0,0 +1,11 @@ +const { staking } = require("../helper/staking"); + +module.exports = { + bsc: { + tvl: () => ({}), + staking: staking( + "0x2281f53a583b00cb80814ccdffe1544a5274dad2", + "0x7536c00711E41df6aEBCCa650791107645b6bc52" + ), + }, +};