Skip to content

Commit

Permalink
feat: enable LO on zksync and scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Jun 10, 2024
1 parent c926961 commit 2f5eef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/networks/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const scroll: NetworkInfo = {
helper: '0x214061F0e250A27a49f609d9caf2987a7bC8fA6B',
},
},
limitOrder: NOT_SUPPORT,
limitOrder: '*',
averageBlockTimeInSeconds: 8.4, // dont use for base
coingeckoNetworkId: 'scroll',
coingeckoNativeTokenId: 'ethereum',
Expand Down
2 changes: 1 addition & 1 deletion src/constants/networks/zksync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const zkSyncInfo: NetworkInfo = {
routers: '0xC1e7dFE73E1598E3910EF4C7845B68A9Ab6F4c83',
farms: [],
},
limitOrder: NOT_SUPPORT,
limitOrder: '*',
averageBlockTimeInSeconds: 15,
coingeckoNetworkId: 'zksync-ethereum',
coingeckoNativeTokenId: 'ethereum',
Expand Down

0 comments on commit 2f5eef3

Please sign in to comment.