fix oracle provider display

This commit is contained in:
saml33 2024-08-19 22:12:51 +10:00
parent d55fef3296
commit daa5b79153
1 changed files with 5 additions and 0 deletions

View File

@ -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',