diff --git a/projects/marsecosystem/index.js b/projects/marsecosystem/index.js index 2c124361b..8e8b7cb91 100644 --- a/projects/marsecosystem/index.js +++ b/projects/marsecosystem/index.js @@ -87,10 +87,8 @@ async function calculate(chainBlocks, localPools, remotePools) { module.exports = { bsc: { - tvl - }, - staking: { - tvl: staking - }, - tvl + tvl, + staking, + masterchef: tvl, + } };