We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af4c8a commit cf76e52Copy full SHA for cf76e52
projects/venera/index.js
@@ -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