From e87992f70976ad3cd88da170e8771ac4240ce864 Mon Sep 17 00:00:00 2001 From: 0xngmi <0xngmi@protonmail.com> Date: Thu, 14 Oct 2021 11:01:36 +0100 Subject: [PATCH] aggregate exports by chain --- projects/marsecosystem/index.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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, + } };