Skip to content

Commit f656f38

Browse files
authored
add random reward (DefiLlama#11339)
1 parent db9b483 commit f656f38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/RandomReward/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { sumTokensExport, nullAddress } = require("../helper/unwrapLPs");
2+
3+
const RR_ETHEREUM = '0x5ec1e43163b303b13fea20a892cba7e5568d8a8f';
4+
5+
module.exports = {
6+
methodology: `Total ETH held in the Random Reward contract, available for distribution.`,
7+
ethereum: { tvl: sumTokensExport({ owner: RR_ETHEREUM, tokens: [nullAddress]}), },
8+
};

0 commit comments

Comments
 (0)