aggregate exports by chain

This commit is contained in:
0xngmi
2021-10-14 11:01:36 +01:00
parent 5ffcfadd59
commit e87992f709

View File

@@ -87,10 +87,8 @@ async function calculate(chainBlocks, localPools, remotePools) {
module.exports = {
bsc: {
tvl
},
staking: {
tvl: staking
},
tvl
tvl,
staking,
masterchef: tvl,
}
};