We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1870dbf commit ee355bbCopy full SHA for ee355bb
src/constants.ts
@@ -10,7 +10,8 @@ export enum NetworkEnum {
10
OPTIMISM = 10,
11
FANTOM = 250,
12
GNOSIS = 100,
13
- COINBASE = 8453
+ COINBASE = 8453,
14
+ LINEA = 59144
15
}
16
17
export const ONE_INCH_LIMIT_ORDER_V4 =
src/fusion-order/constants.ts
@@ -31,5 +31,8 @@ export const CHAIN_TO_WRAPPER = {
31
),
32
[NetworkEnum.ZKSYNC]: new Address(
33
'0x5aea5775959fbc2557cc8789bc1bf90a239d9a91'
34
+ ),
35
+ [NetworkEnum.LINEA]: new Address(
36
+ '0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f'
37
)
38
0 commit comments