mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
8 lines
345 B
JavaScript
8 lines
345 B
JavaScript
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]}), },
|
|
}; |