Skip to content

Commit

Permalink
Merge branch 'develop' into feat-reject
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Sep 28, 2023
2 parents c7f8436 + 1986073 commit 9d3fa22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -974,12 +974,12 @@ export const SWAP_FEE_ADDRESS = '0x39041F1B366fE33F9A5a79dE5120F2Aee2577ebc';
export const ETH_USDT_CONTRACT = '0xdac17f958d2ee523a2206206994597c13d831ec7';

export const DEX = {
[DEX_ENUM.UNISWAP]: {
id: DEX_ENUM.UNISWAP,
logo: LogoUniswap,
name: 'Uniswap',
chains: DEX_SUPPORT_CHAINS[DEX_ENUM.UNISWAP],
},
// [DEX_ENUM.UNISWAP]: {
// id: DEX_ENUM.UNISWAP,
// logo: LogoUniswap,
// name: 'Uniswap',
// chains: DEX_SUPPORT_CHAINS[DEX_ENUM.UNISWAP],
// },
[DEX_ENUM.ONEINCH]: {
id: DEX_ENUM.ONEINCH,
logo: Logo1inch,
Expand Down

0 comments on commit 9d3fa22

Please sign in to comment.