'Uniswap V3 sqrtPrice for ETH/DAI and ETH/USDT, ETH/USDC vastly different [closed]

I use IUniswapV3PoolState.slot0 to return sqrtPriceX96 and tick for different pairs in Uniswap V3. The results are very reasonable for ETH/DAI, but it's quite different for ETH/USDT and ETH/USDC.

This is not because of the order of the tokens, but rather the final result of price (after taking care of square root and Q96) differ by 10^(-12). So I would get ETH/DAI around $3200, while ETH/USDT and ETH/USDC will give $3200*10^(-12). Is there anything I'm missing? Thank you!



Solution 1:[1]

Orbeon Forms 2021.1 CE, coming out soon, will include Log4j 2.17 (or newer if they release yet another version in the next few days).

The vulnerabilities affecting Log4j 1.x affect things like SocketAppender and SMTP. We recommend for now that you don't use any networking feature with Log4j in your log4j.xml. Just use plain logging to files. If you do that, you are quite safe with Log4j 1.x, and possibly safer than with any version of Log4j 2 where vulnerabilities apparently keep being found :(

We haven't yet decided whether we would release fixes for earlier CE versions as the issues can be addressed entirely via configuration.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ebruchez