Skip to content

Commit

Permalink
fix sb on demand logo
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Dec 10, 2024
1 parent 0d566cb commit 45f9a15
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 @@ -48,6 +48,11 @@ export const getOracleProvider = (
'Switchboard',
`https://app.switchboard.xyz/solana/mainnet/feed/${marketOrBase.oracle.toString()}`,
]
case OracleProvider.SwitchboardOnDemand:
return [
'Switchboard',
`https://ondemand.switchboard.xyz/solana/mainnet/feed/${marketOrBase.oracle.toString()}`,
]
case OracleProvider.Stub:
return ['Stub', '']
default:
Expand Down

0 comments on commit 45f9a15

Please sign in to comment.