Skip to content

Commit aa5ab03

Browse files
authored
fix: update linea goerli explorer url (#1666)
## Explanation Update of Linea network Goerli explorer url. ## References See also the [matching patch PR in mobile app](MetaMask/metamask-mobile#7338). ## Changelog ### `@metamask/network-controller` - **CHANGED**: update of Linea network Goerli explorer url. ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've highlighted breaking changes using the "BREAKING" category above as appropriate
1 parent 8eba9b2 commit aa5ab03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/controller-utils/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const BUILT_IN_NETWORKS = {
7878
chainId: ChainId['linea-goerli'],
7979
ticker: NetworksTicker['linea-goerli'],
8080
rpcPrefs: {
81-
blockExplorerUrl: 'https://explorer.goerli.linea.build',
81+
blockExplorerUrl: 'https://goerli.lineascan.build',
8282
},
8383
},
8484
[NetworkType['linea-mainnet']]: {

packages/network-controller/tests/NetworkController.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const INFURA_NETWORKS = [
8989
networkType: NetworkType['linea-goerli'],
9090
chainId: toHex(59140),
9191
ticker: 'LineaETH',
92-
blockExplorerUrl: 'https://explorer.goerli.linea.build',
92+
blockExplorerUrl: 'https://goerli.lineascan.build',
9393
},
9494
{
9595
networkType: NetworkType['linea-mainnet'],

0 commit comments

Comments
 (0)