Skip to content

Commit

Permalink
add random reward (#11339)
Browse files Browse the repository at this point in the history
  • Loading branch information
roinevirta authored Aug 19, 2024
1 parent db9b483 commit f656f38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions projects/RandomReward/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { sumTokensExport, nullAddress } = require("../helper/unwrapLPs");

const RR_ETHEREUM = '0x5ec1e43163b303b13fea20a892cba7e5568d8a8f';

module.exports = {
methodology: `Total ETH held in the Random Reward contract, available for distribution.`,
ethereum: { tvl: sumTokensExport({ owner: RR_ETHEREUM, tokens: [nullAddress]}), },
};

0 comments on commit f656f38

Please sign in to comment.