Skip to content

Commit ee355bb

Browse files
authored
feat: linea (#125)
1 parent 1870dbf commit ee355bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export enum NetworkEnum {
1010
OPTIMISM = 10,
1111
FANTOM = 250,
1212
GNOSIS = 100,
13-
COINBASE = 8453
13+
COINBASE = 8453,
14+
LINEA = 59144
1415
}
1516

1617
export const ONE_INCH_LIMIT_ORDER_V4 =

src/fusion-order/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ export const CHAIN_TO_WRAPPER = {
3131
),
3232
[NetworkEnum.ZKSYNC]: new Address(
3333
'0x5aea5775959fbc2557cc8789bc1bf90a239d9a91'
34+
),
35+
[NetworkEnum.LINEA]: new Address(
36+
'0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f'
3437
)
3538
}

0 commit comments

Comments
 (0)