Skip to content

Commit b5ade24

Browse files
committed
feat: comp usdt tracking on polygon
1 parent 59bd864 commit b5ade24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

compound/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
# ["v3-ethereum-wbtc", 1],
3030
# ["v3-ethereum-wsteth", 1],
3131
["v3-ethereum-usds", 2],
32-
# Polygon - NOTE: skip polygon because there are only few collaterals which all can have high percentage
32+
# Polygon
3333
["v3-polygon-usdc", 1],
34+
["v3-polygon-usdt", 1],
3435
]
3536

3637

utils/gauntlet.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
["LBTC", 2], # Uses chainlink oracle LBTC/BTC and BTC/USD
4343
["wOETH", 2], # Origin ETH
4444
["pufETH", 2], # pufETH
45+
["WPOL", 2],
46+
["MaticX", 2], # MaticX
47+
["stMATIC", 2], # stMATIC
4548
# Risk Tier 3
4649
["USD0", 3], # pyth oracle USD0/USD and medium liquidity (6M)
4750
["deUSD", 3],

0 commit comments

Comments
 (0)