Skip to content

Commit

Permalink
fix pyUSD oracle error
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Mar 13, 2024
1 parent 3c36c86 commit bbf8d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/individual-collateral/curve/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const crvUSD_ORACLE_ERROR = fp('0.005')
// pyUSD
export const pyUSD_USD_FEED = networkConfig['1'].chainlinkFeeds.pyUSD!
export const pyUSD_ORACLE_TIMEOUT = bn('86400')
export const pyUSD_ORACLE_ERROR = fp('0.03')
export const pyUSD_ORACLE_ERROR = fp('0.003')

// Tokens
export const DAI = networkConfig['1'].tokens.DAI!
Expand Down

0 comments on commit bbf8d9c

Please sign in to comment.