fix(markets): fix link to explorer oracle (#6020)

This commit is contained in:
Edd 2024-03-15 16:59:01 +00:00 committed by GitHub
parent f4212724d0
commit ab6c67fd37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1948,7 +1948,7 @@ export const PriceConfigurationOraclePanel = ({
</KeyValueTableRow>
<ExternalLink
data-testid="oracle-spec-links"
href={`${VEGA_EXPLORER_URL}/market/${marketId}/oracles#${sourceType.address}`}
href={`${VEGA_EXPLORER_URL}/markets/${marketId}/oracles#${sourceType.address}`}
className="text-xs my-1"
>
{t('Oracle specification')}