Skip to content

Commit

Permalink
Merge pull request #616 from OasisDEX/daily-improvements-11-nov
Browse files Browse the repository at this point in the history
Daily improvements - 11 November
  • Loading branch information
juan-langa authored Nov 11, 2024
2 parents 562e757 + 47a1b9c commit 287a18b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const validResponse = autoBuyWithoutMaxBuyPriceResponse({
address: '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1',
},
hasStablecoinDebt: true,
executionLTV: '4900',
executionLTV: '2900',
targetLTV: '5800',
targetLTVWithDeviation: ['5700', '5900'],
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const validResponse = autoBuyWithoutMaxBuyPriceResponse({
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
},
hasStablecoinDebt: true,
executionLTV: '2800',
executionLTV: '1200',
targetLTV: '3300',
targetLTVWithDeviation: ['3200', '3400'],
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const validResponse = autoBuyWithoutMaxBuyPriceResponse({
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
},
hasStablecoinDebt: true,
executionLTV: '3200',
executionLTV: '1500',
targetLTV: '5000',
targetLTVWithDeviation: ['4900', '5100'],
});
Expand Down
6 changes: 3 additions & 3 deletions utils/testData_APIs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ export const validPayloadsAaveV3Ethereum = {
},
protocol: 'aavev3',
triggerData: {
executionLTV: '3200',
executionLTV: '1500',
maxBaseFee: '300',
targetLTV: '5000',
useMaxBuyPrice: false,
Expand Down Expand Up @@ -2418,7 +2418,7 @@ export const validPayloadsAaveV3Arbitrum = {
},
action: 'add',
triggerData: {
executionLTV: '4900',
executionLTV: '2900',
maxBaseFee: '300',
targetLTV: '5800',
useMaxBuyPrice: false,
Expand Down Expand Up @@ -2703,7 +2703,7 @@ export const validPayloadsAaveV3Base = {
},
action: 'add',
triggerData: {
executionLTV: '2800',
executionLTV: '1200',
maxBaseFee: '300',
targetLTV: '3300',
useMaxBuyPrice: false,
Expand Down

0 comments on commit 287a18b

Please sign in to comment.