Skip to content

Commit

Permalink
Fix to staked token.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosborn authored and tsmbl committed May 25, 2022
1 parent b2dd409 commit 54f4297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor/saber-monitoring-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Time remaining in epoch: ${epochInfo.currentEpochRemainingTime.toFormat(
});
}
if (evt.name === 'ClaimEvent') {
const tokenInfo = await getTokenInfo(evt.data.rewardsToken);
const tokenInfo = await getTokenInfo(evt.data.stakedToken);
quarryEvents.next({
data: {
message: `Success! You claimed ${this.numberFormat.format(
Expand Down

0 comments on commit 54f4297

Please sign in to comment.