Skip to content

Commit

Permalink
feat: linea
Browse files Browse the repository at this point in the history
  • Loading branch information
rharutyunyan committed Feb 3, 2025
1 parent 1870dbf commit 0dad230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export enum NetworkEnum {
OPTIMISM = 10,
FANTOM = 250,
GNOSIS = 100,
COINBASE = 8453
COINBASE = 8453,
LINEA = 59144
}

export const ONE_INCH_LIMIT_ORDER_V4 =
Expand Down
3 changes: 3 additions & 0 deletions src/fusion-order/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ export const CHAIN_TO_WRAPPER = {
),
[NetworkEnum.ZKSYNC]: new Address(
'0x5aea5775959fbc2557cc8789bc1bf90a239d9a91'
),
[NetworkEnum.LINEA]: new Address(
'0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f'
)
}

0 comments on commit 0dad230

Please sign in to comment.