On the Activity page, it seems confusing that the unstaked and claimed tokens are listed in the underlying symbol (AVAX) instead of the wrapped symbol (sAVAX). Is this right?
In this case, 5,779 AVAX is staked to 4,813.85 sAVAX on 4/6 (in two transactions), and then unstaked on 7/22, but it incorrectly (?) listed as 4,813.85 AVAX.
Related code:
|
{amount.extractNullable()} {d.token.symbol} |
On the Activity page, it seems confusing that the unstaked and claimed tokens are listed in the underlying symbol (AVAX) instead of the wrapped symbol (sAVAX). Is this right?
In this case, 5,779 AVAX is staked to 4,813.85 sAVAX on 4/6 (in two transactions), and then unstaked on 7/22, but it incorrectly (?) listed as 4,813.85 AVAX.
Related code:
widget/packages/widget/src/pages-dashboard/activity/action-list-item/index.tsx
Line 126 in 0b60e3e