Skip to content

Commit

Permalink
enable lo v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Sep 20, 2023
1 parent 37fdd3b commit 2bc876b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants/dexes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const KYBERSWAP_KS_DEXES_TO_UI_DEXES: { [key: string]: string | undefined
kyberswap: 'kyberswapv1', // kyberswap classic old contract
'kyberswap-static': 'kyberswapv1', // kyberswap classic new contract -> with static fee
'kyberswap-limit-order': 'kyberswap-limit-order',
'kyberswap-limit-order-v2': 'kyberswap-limit-order-v2',
}

export const KYBERSWAP_UI_DEXES: {
Expand All @@ -29,4 +30,9 @@ export const KYBERSWAP_UI_DEXES: {
id: 'kyberswap-limit-order',
logoURL: 'https://kyberswap.com/favicon.ico',
},
'kyberswap-limit-order-v2': {
name: 'KyberSwap Limit Order V2',
id: 'kyberswap-limit-order-v2',
logoURL: 'https://kyberswap.com/favicon.ico',
},
}

0 comments on commit 2bc876b

Please sign in to comment.