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

Commit

Permalink
feat: add multicall info for linea mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaryatrh committed Jul 17, 2023
1 parent f8a2f72 commit 5ffefa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/chains/src/linea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const linea = {
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://explorer.linea.build',
name: 'Etherscan',
url: 'https://lineascan.io',
},
etherscan: {
name: 'Etherscan',
Expand All @@ -35,8 +35,8 @@ export const linea = {
},
contracts: {
multicall3: {
address: '0x0',
blockCreated: 0,
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 42,
},
},
testnet: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/src/lineaTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const lineaTestnet = {
rpcUrls: {
infura: {
http: ['https://linea-goerli.infura.io/v3'],
webSocket: ['wss://linea-goerli.infura.io/v3'],
webSocket: ['wss://linea-goerli.infura.io/ws/v3'],
},
default: {
http: ['https://rpc.goerli.linea.build'],
Expand Down

0 comments on commit 5ffefa4

Please sign in to comment.