Skip to content

Commit

Permalink
chore: add missing margin apr tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Sep 16, 2022
1 parent 4eaed90 commit c5dc44a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/views/PoolPage/usePoolPageData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ export const COLUMNS: PoolPageColumn[] = [
name: "Margin APR",
class: "w-[128px] text-right justify-end",
sortable: true,
help: <code class="text-xs">TBD</code>,
help: (
<code class="text-xs">
Margin APR represents the ratio of interest payments to pool balances
over a given time period. The current time period is set as the previous
600 blocks (≈ 1 hour) of trading activity.
</code>
),
},
{
id: "userShare",
Expand Down

0 comments on commit c5dc44a

Please sign in to comment.