We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bd864 commit b5ade24Copy full SHA for b5ade24
compound/main.py
@@ -29,8 +29,9 @@
29
# ["v3-ethereum-wbtc", 1],
30
# ["v3-ethereum-wsteth", 1],
31
["v3-ethereum-usds", 2],
32
- # Polygon - NOTE: skip polygon because there are only few collaterals which all can have high percentage
+ # Polygon
33
["v3-polygon-usdc", 1],
34
+ ["v3-polygon-usdt", 1],
35
]
36
37
utils/gauntlet.py
@@ -42,6 +42,9 @@
42
["LBTC", 2], # Uses chainlink oracle LBTC/BTC and BTC/USD
43
["wOETH", 2], # Origin ETH
44
["pufETH", 2], # pufETH
45
+ ["WPOL", 2],
46
+ ["MaticX", 2], # MaticX
47
+ ["stMATIC", 2], # stMATIC
48
# Risk Tier 3
49
["USD0", 3], # pyth oracle USD0/USD and medium liquidity (6M)
50
["deUSD", 3],
0 commit comments