update switchboard oracle link path

This commit is contained in:
saml33 2023-09-06 20:46:40 +10:00
parent c2927b92e8
commit bfc6710890
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const getOracleProvider = (
case OracleProvider.Switchboard:
return [
'Switchboard',
`https://switchboard.xyz/explorer/3/${marketOrBase.oracle.toString()}`,
`https://app.switchboard.xyz/solana/mainnet-beta/feed/${marketOrBase.oracle.toString()}`,
]
case OracleProvider.Stub:
return ['Stub', '']