Jean-Christophe Lagache

Results 3 comments of Jean-Christophe Lagache

Concerns [Synchronicity Price Adapters ](https://github.com/bgd-labs/cl-synchronicity-price-adapter/tree/main) used as asset sources in [AaveOracle](https://github.com/aave/aave-v3-core/blob/master/contracts/misc/AaveOracle.sol). There is no Chainlink price feed for these adapters. The Aave V3 subgraph seems to rely on the `AnswerUpdated(indexed...

Workaround to use the [@uniswap/v3-core](https://www.npmjs.com/package/@uniswap/v3-core) package instead of the out of date [@uniswap/lib](https://www.npmjs.com/package/@uniswap/lib) : **package.json :** ``` { ... "dependencies": { "@uniswap/v3-core": "1.0.1" } } ``` **build.gradle :** ``` solidity...

This library doesn't use jito