Skip to content

Commit

Permalink
Merge branch 'staging' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
oieduardorabelo authored Sep 16, 2022
2 parents 3b6044a + 6e8073d commit ae896e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Release 2022.09.17

- Margin APR’s on Pool Stats page

## Release 2022.09.16

- Margin trading release
- 3rd party charting integration
- Margin APR’s on Pool and Pool Stats pages
- Margin APR’s on Pool page

## Release 2022.09.13

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sifchain-ui",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"license": "UNLICENSED",
"packageManager": "[email protected]",
Expand Down

0 comments on commit ae896e0

Please sign in to comment.