Skip to content

Commit

Permalink
Merge pull request #627 from OasisDEX/daily-improvements-12-nov-6
Browse files Browse the repository at this point in the history
Daily improvements - 12 November
  • Loading branch information
juan-langa authored Nov 12, 2024
2 parents 57c9f15 + f7d2ea5 commit 9a1c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sharedTestSteps/openNewPosition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const openNewPosition = async ({
? {
token: debtToken,
amount: (
+depositAmount[debtToken === 'USDC.E' ? 'USDC_E' : debtToken] / 5
+depositAmount[debtToken === 'USDC.E' ? 'USDC_E' : debtToken] / 7
).toString(),
}
: undefined,
Expand Down

0 comments on commit 9a1c544

Please sign in to comment.