Skip to content

Commit

Permalink
Fix reserve value in NAV management (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Dec 20, 2024
1 parent dd12126 commit 6fb928f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function NavManagementAssetTable({ poolId }: { poolId: string }) {
{
assetId: '0',
name: 'Onchain reserve',
quantity: pool.nav.reserve.toString(),
quantity: pool.reserve.total.toString(),
price: CurrencyBalance.fromFloat(1, pool.currency.decimals).toString(),
},
{
Expand Down

0 comments on commit 6fb928f

Please # to comment.