mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
remove deprectaed fields and added debug msg
This commit is contained in:
parent
0980b22e55
commit
3cf9333f50
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user