Skip to content

Commit

Permalink
enable limit order
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Nov 8, 2023
1 parent 91f10cf commit 651295d
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 @@ -58,7 +58,7 @@ const base: EVMNetworkInfo = {
farmv2Quoter: '0x6AFeb9EDd6Cf44fA8E89b1eee28284e6dD7705C8',
farmV2S: ['0x3D6AfE2fB73fFEd2E3dD00c501A174554e147a43', '0xf2BcDf38baA52F6b0C1Db5B025DfFf01Ae1d6dBd'],
},
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 651295d

Please sign in to comment.