Skip to content

Commit

Permalink
fix(sushi/config): keep checking against old usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Apr 4, 2024
1 parent 50ef540 commit 3991ba7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/sushi/src/config/bases-to-check-trades-against.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ export const BASES_TO_CHECK_TRADES_AGAINST: {
QUICK[ChainId.POLYGON],
LINK[ChainId.POLYGON],
AAVE[ChainId.POLYGON],
new Token({
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
chainId: ChainId.POLYGON,
decimals: 6,
symbol: 'USD Coin',
name: 'USDC.e',
}),
],
[ChainId.POLYGON_TESTNET]: [
WNATIVE[ChainId.POLYGON_TESTNET],
Expand Down

0 comments on commit 3991ba7

Please sign in to comment.