Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
feat: change etherscan explorer urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaryatrh committed Jul 18, 2023
1 parent 95c1b62 commit 61e4f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/chains/src/linea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const linea = {
blockExplorers: {
default: {
name: 'Etherscan',
url: 'https://lineascan.io',
url: 'https://lineascan.build',
},
etherscan: {
name: 'Etherscan',
url: 'https://lineascan.io',
url: 'https://lineascan.build',
},
blockscout: {
name: 'Blockscout',
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/src/lineaTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const lineaTestnet = {
blockExplorers: {
default: {
name: 'Etherscan',
url: 'https://goerli.lineascan.io',
url: 'https://goerli.lineascan.build',
},
etherscan: {
name: 'Etherscan',
url: 'https://goerli.lineascan.io',
url: 'https://goerli.lineascan.build',
},
blockscout: {
name: 'Blockscout',
Expand Down

0 comments on commit 61e4f17

Please sign in to comment.