File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ export class RewardsService {
295
295
async getVaultsBalance ( blockNumber : number ) {
296
296
const withdrawalVaultAddress = await this . lidoLocator . withdrawalVault ( { blockTag : blockNumber } ) ;
297
297
const withdrawalVaultBalance = await this . provider . getBalance ( withdrawalVaultAddress , blockNumber ) ;
298
- const rewardsVaultAddress = await this . lidoLocator . elRewardsVault ( ) ;
298
+ const rewardsVaultAddress = await this . lidoLocator . elRewardsVault ( { blockTag : blockNumber } ) ;
299
299
const rewardsVaultBalance = await this . provider . getBalance ( rewardsVaultAddress , blockNumber ) ;
300
300
const elRewards = this . rewardsStorage . getElRewardsPerFrame ( ) ;
301
301
const clRewards = this . rewardsStorage . getClRewardsPerFrame ( ) ;
You can’t perform that action at this time.
0 commit comments