flashbots / ethers-provider-flashbots-bundle

Flashbots provider for ethers.js
543 stars 212 forks source link

getUserStatsV2 returns empty strings #120

Open lukaskai opened 6 months ago

lukaskai commented 6 months ago

getUserStatsV2 returns ' ', as before for sure there were values for allTimeGasSimulated and high priority.

{ allTimeGasSimulated: '', allTimeValidatorPayments: '', isHighPriority: false, last1dGasSimulated: '', last1dValidatorPayments: '', last7dGasSimulated: '', last7dValidatorPayments: '' } ?

lukaskai commented 6 months ago

@epheph maybe you can help!