mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
fix etherscan links
This commit is contained in:
parent
a81d7b9d8b
commit
b2cd4fc79e
@ -15,7 +15,7 @@ export default function EtherscanLink({
|
|||||||
}): ReactElement {
|
}): ReactElement {
|
||||||
const { appConfig } = useSiteMetadata()
|
const { appConfig } = useSiteMetadata()
|
||||||
const url =
|
const url =
|
||||||
networkId === 1
|
(!networkId && appConfig.network === 'mainnet') || networkId === 1
|
||||||
? `https://etherscan.io`
|
? `https://etherscan.io`
|
||||||
: `https://${
|
: `https://${
|
||||||
networkId
|
networkId
|
||||||
|
Loading…
Reference in New Issue
Block a user