Skip to content

Commit

Permalink
fix: Linea Sepolia explorer URL (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored May 27, 2024
1 parent 17d6e5e commit 69fc4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const links: Record<number, { trx?: string; address: string }> = {
address: "https://goerli.lineascan.build/address",
},
[lineaSepolia.id]: {
address: "https://goerli.lineascan.build/address",
address: "https://sepolia.lineascan.build/address",
},
[arbitrum.id]: {
address: "https://arbiscan.io/address",
Expand Down

0 comments on commit 69fc4de

Please sign in to comment.