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