Skip to content

Commit

Permalink
fix: lineascan link on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Julink-eth committed Jul 13, 2024
1 parent 79bde5a commit 1e3b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/linea-ens-app/src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const makeEtherscanLink = (data: string, network?: string, route: string
return `https://etherscan.io/${route}/${data}`
case 'linea sepolia':
return `https://sepolia.lineascan.build/${route}/${data}`
case 'linea':
case 'linea mainnet':
return `https://lineascan.build/${route}/${data}`
default:
return `https://${network}.etherscan.io/${route}/${data}`
Expand Down

0 comments on commit 1e3b973

Please sign in to comment.