Skip to content

Commit

Permalink
set aura rewards for epoch=50
Browse files Browse the repository at this point in the history
  • Loading branch information
mwamedacen committed Aug 7, 2024
1 parent dede3aa commit 0dfdfea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/utils/aura-rewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const config: Record<number, string> = {
.reduce((acc, curr) => acc.plus(curr), new BigNumber(0))
.toFixed(),
48: '0',
49: '0',
50: '1309139600000000000000000',
};
// debugger;
const AURA_REWARDS_START_EPOCH_OLD_STYLE = Math.min(
Expand Down

0 comments on commit 0dfdfea

Please sign in to comment.