Skip to content

Commit

Permalink
lo: enable base + linea
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh authored Nov 16, 2023
1 parent 55d1bdc commit 08e4e63
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/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const base: EVMNetworkInfo = {
helper: '0x4E8419EFa0b0A149Dad77b689D37AF17f762f20A',
},
},
limitOrder: NOT_SUPPORT,
limitOrder: '*',
averageBlockTimeInSeconds: 2, // dont use for base
coingeckoNetworkId: 'base',
coingeckoNativeTokenId: 'ethereum',
Expand Down
2 changes: 1 addition & 1 deletion src/constants/networks/linea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const lineaInfo: EVMNetworkInfo = {
farmv2Quoter: '0x6AFeb9EDd6Cf44fA8E89b1eee28284e6dD7705C8',
farmV2S: ['0x3d6afe2fb73ffed2e3dd00c501a174554e147a43'],
},
limitOrder: NOT_SUPPORT,
limitOrder: '*',
averageBlockTimeInSeconds: 2, // TODO: check these info
coingeckoNetworkId: NOT_SUPPORT,
coingeckoNativeTokenId: NOT_SUPPORT,
Expand Down

0 comments on commit 08e4e63

Please sign in to comment.