Skip to content

Commit

Permalink
Fix matured rex balance
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Jul 3, 2024
1 parent b2c908d commit d8b5d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/earn/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
value = $stateREX.value * Number($currentAccount.rex_info.matured_rex)
}
}
return Asset.fromUnits(value, $systemToken!.symbol)
return Asset.from(value, $systemToken!.symbol)
}
)
Expand Down

0 comments on commit d8b5d09

Please sign in to comment.