File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ export const ROLL_DELETE_MINUTE_LIMITER = BigInt.fromI32(1000)
2020export 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
2728export const STABLE_COINS : string [ ] = [
28- '0x2791bca1f2de4661ed88a30c99a7a9449aa84174' , // USDC
29+ '0x2791bca1f2de4661ed88a30c99a7a9449aa84174' , // Bridged USDC
2930 '0x8f3cf7ad23cd3cadbd9735aff958023239c6a063' , // DAI
31+ '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359' , // USDC
3032]
3133
3234export const SKIP_POOLS : string [ ] = [ ]
You can’t perform that action at this time.
0 commit comments