mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 18:55: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
|
rewardCut
|
||||||
feeShare
|
feeShare
|
||||||
pendingFeeShare
|
|
||||||
pendingRewardCut
|
|
||||||
totalStake
|
totalStake
|
||||||
totalVolumeETH
|
totalVolumeETH
|
||||||
totalVolumeUSD
|
totalVolumeUSD
|
||||||
@ -2601,6 +2599,7 @@ const parseOrchestrator = async function (reqAddr) {
|
|||||||
}
|
}
|
||||||
return orchestratorObj;
|
return orchestratorObj;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
console.log(err);
|
||||||
if (wasCached) {
|
if (wasCached) {
|
||||||
console.log("Thegraph is probably acting up. Returning cached value...");
|
console.log("Thegraph is probably acting up. Returning cached value...");
|
||||||
for (var idx = 0; idx < orchestratorCache.length; idx++) {
|
for (var idx = 0; idx < orchestratorCache.length; idx++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user