Skip to content

Commit

Permalink
Merge branch 'main' of github.com:blockworks-foundation/mango-v4-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Aug 19, 2024
2 parents 9ebd548 + daa5b79 commit e95246c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hooks/useOracleProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export const getOracleProvider = (
'Pyth',
`https://pyth.network/price-feeds/crypto-${name.toLowerCase()}-usd`,
]
case OracleProvider.PythV2:
return [
'Pyth',
`https://pyth.network/price-feeds/crypto-${name.toLowerCase()}-usd`,
]
case OracleProvider.Switchboard:
return [
'Switchboard',
Expand Down

0 comments on commit e95246c

Please sign in to comment.