fix(markets): fix link to explorer oracle (#6020)
This commit is contained in:
parent
f4212724d0
commit
ab6c67fd37
@ -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')}
|
||||
|
Loading…
Reference in New Issue
Block a user