Skip to content

Commit

Permalink
feat: update explorer url for linea testnet and mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaryatrh committed Jul 12, 2023
1 parent 1ce0aef commit 72ad21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src.ts/providers/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,10 @@ function injectCommonNetworks(): void {
});
registerEth("linea", 59144, {
ensNetwork: 1,
etherscan: { url: "https:/\/lineascan.build/" }
etherscan: { url: "https:/\/lineascan.io/" }
});
registerEth("linea-goerli", 59140, {
ensNetwork: 5,
etherscan: { url: "https:/\/goerli.lineascan.build/" }
etherscan: { url: "https:/\/goerli.lineascan.io/" }
});
}

0 comments on commit 72ad21c

Please sign in to comment.