Skip to content

Commit

Permalink
revert enable false
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Feb 14, 2025
1 parent 44abb89 commit 9a577f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/enableMixedRouteEthWeth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export function enableMixedRouteEthWeth(requestSourceHeader?: string): boolean {
// TODO: enable once web, mobile, extension releases the FE bug fix for mixed route (https://uniswapteam.slack.com/archives/C07AD3507SQ/p1739296535359709?thread_ts=1739224900.129809&cid=C07AD3507SQ)
// TODO: for mobile, we need to ensure backward compatibility with the old version, using app version (https://uniswapteam.slack.com/archives/C07AD3507SQ/p1739309767819639?thread_ts=1739224900.129809&cid=C07AD3507SQ)
default:
return true
return false
}
}

0 comments on commit 9a577f2

Please sign in to comment.