Skip to content

Commit

Permalink
replace with issuance ratio (#98)
Browse files Browse the repository at this point in the history
* replace with issuance ratio

* increase default timeout

---------

Co-authored-by: jmzwar <james@jmzwar.com>
  • Loading branch information
jmzwar and jmzwar authored Oct 19, 2023
1 parent 256d93e commit d3eb825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquidity/cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = defineConfig({
runMode: 1,
openMode: 0,
},
defaultCommandTimeout: 60_000,
defaultCommandTimeout: 90_000,
execTimeout: 120_000,
taskTimeout: 300_000, // sometimes Anvil needs quite a bit of time to complete impersonating tx
},
Expand Down
2 changes: 1 addition & 1 deletion liquidity/ui/src/pages/Manage/ManageStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const ManageStatsUi: FC<{
lineHeight="24px"
>
Minimum{' '}
{currency(collateralType.liquidationRatioD18, {
{currency(collateralType.issuanceRatioD18, {
style: 'percent',
minimumFractionDigits: 2,
maximumFractionDigits: 2,
Expand Down

0 comments on commit d3eb825

Please sign in to comment.