Skip to content

Commit

Permalink
chore: add pyusd to max oracle age map
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Jul 16, 2024
1 parent 202450b commit 442896d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/marginfi-v2-ui/src/utils/mrgnUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ const oraclesWithMaxAgeOverMin = [
address: "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
maxAge: 600,
},
{
address: "2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo",
maxAge: 300,
},
];

export function isBankOracleStale(bank: ExtendedBankInfo) {
Expand Down

0 comments on commit 442896d

Please sign in to comment.