Skip to content

Commit

Permalink
fix: add stk lyra to arbitrum
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonLin authored Feb 24, 2023
1 parent eeadafb commit 5c28585
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ const StakedLyraBalanceText = withSuspense(
{optimismStkLyra.gt(0) ? (
<RowItem mt={3} label="Optimism" value={formatBalance(optimismStkLyra, 'stkLYRA')} />
) : null}
{arbitrumStkLyra.gt(0) ? (
<RowItem mt={3} label="Arbitrum" value={formatBalance(arbitrumStkLyra, 'stkLYRA')} />
) : null}
{optimismOldStkLyra.gt(0) ? (
<RowItem
mt={3}
Expand Down

0 comments on commit 5c28585

Please sign in to comment.