Skip to content

Commit f5b8f78

Browse files
Merge pull request #61 from Consensys/feat/add-linea-mainnet
Add Linea mainnet
2 parents eee6918 + 51bd12e commit f5b8f78

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ The below networks are supported by default, and custom networks can be supporte
6464
| Milkomeda | 2001 |
6565
| KCC | 321 |
6666
| Etherlite | 111 |
67-
| Linea Testnet | 59140 |
67+
| Linea Testnet | 59140 |
68+
| Linea | 59144 |
6869

6970
## Installation
7071

src/enums/networks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ export enum Networks {
4949
kcc = 321,
5050
etherlite = 111,
5151
lineaTestnet = 59140,
52+
linea = 59144,
5253
}

src/multicall.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ export class Multicall {
595595
case Networks.milkomeda:
596596
case Networks.kcc:
597597
case Networks.lineaTestnet:
598+
case Networks.linea:
598599
return '0xcA11bde05977b3631167028862bE2a173976CA11';
599600
case Networks.etherlite:
600601
return '0x21681750D7ddCB8d1240eD47338dC984f94AF2aC';

0 commit comments

Comments
 (0)