Skip to content

Commit cf76e52

Browse files
authored
add venera sdk adapter (DefiLlama#9834)
1 parent 6af4c8a commit cf76e52

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/venera/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const { staking } = require("../helper/staking");
2+
const { getUniTVL } = require("../helper/unknownTokens");
3+
const MasterChef = "0xE947062374759D9Dad48B375030099b1ADe1a9c7";
4+
const token = "0x94174f59c009f49b6aBC362706fdA402616b0427";
5+
6+
module.exports = {
7+
bsc: {
8+
tvl: getUniTVL({
9+
factory: "0x95F9c44fA1585811e1D1a0F59e74174B657B37A5",
10+
useDefaultCoreAssets: true,
11+
}),
12+
staking: staking(MasterChef, token),
13+
},
14+
};

0 commit comments

Comments
 (0)