remove deprectaed fields and added debug msg

This commit is contained in:
Marco van Dijk 2022-06-25 16:37:52 +02:00
parent 0980b22e55
commit 3cf9333f50

View File

@ -2556,8 +2556,6 @@ const parseOrchestrator = async function (reqAddr) {
}
rewardCut
feeShare
pendingFeeShare
pendingRewardCut
totalStake
totalVolumeETH
totalVolumeUSD
@ -2601,6 +2599,7 @@ const parseOrchestrator = async function (reqAddr) {
}
return orchestratorObj;
} catch (err) {
console.log(err);
if (wasCached) {
console.log("Thegraph is probably acting up. Returning cached value...");
for (var idx = 0; idx < orchestratorCache.length; idx++) {