Skip to content

Commit 72039cb

Browse files
authored
Merge pull request #268 from Uniswap/ciyengar3/whitelist-usdc-token
whitelist usdc on matic
2 parents e32c9c0 + ed924b5 commit 72039cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/matic/chain.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ export const ROLL_DELETE_MINUTE_LIMITER = BigInt.fromI32(1000)
2020
export const WHITELIST_TOKENS: string[] = [
2121
'0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270', // WMATIC
2222
'0x7ceb23fd6bc0add59e62ac25578270cff1b9f619', // WETH
23-
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174', // USDC
23+
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174', // Bridged USDC
2424
'0x8f3cf7ad23cd3cadbd9735aff958023239c6a063', // DA
25+
'0x3c499c542cef5e3811e1192ce70d8cc03d5c3359', // USDC
2526
]
2627

2728
export const STABLE_COINS: string[] = [
28-
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174', // USDC
29+
'0x2791bca1f2de4661ed88a30c99a7a9449aa84174', // Bridged USDC
2930
'0x8f3cf7ad23cd3cadbd9735aff958023239c6a063', // DAI
31+
'0x3c499c542cef5e3811e1192ce70d8cc03d5c3359', // USDC
3032
]
3133

3234
export const SKIP_POOLS: string[] = []

0 commit comments

Comments
 (0)