Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New queries to measure the kpis from competitors * new parameter added because of the previous queries * Excludes possible negative tvls because of issues with ERC20/ETH transfers * Formatting * Added a missing blockchain parameter * Simplified the querying of all tranactions from a curve pool * Few comments and adapting to remarks for Curve * Added filter by x largest pools * Added/propagated through queries number_of_pools parameter and various comments * Removed the union for inactive pools. THe left join does the work * Fixed the sqlfluff * Moved the folder to kpis/competitors * New query to replace the uni style querying. they are now grouped in the same query * Added the project value to classify the pools: uni/ pancake/sushi * Comments * Added parameter for time window, and removed avg(tvl), avg(fee) * upadated default parameter * Added syncs inline to kpis. * Added flag uni/pancake/Sushi and parameter for time window * New default value for day, few comments and renaming * Changed deployer contract addres for uniswap * Query to regroup all the different projects kpis together * Typo for chain_id Co-authored-by: Felix Leupold <[email protected]> * fixed typo and added base * updated kpis to filter before joining and improve performance * increased number of pools to display * Adding CoW AMMs to the list of AMMs to monitor * typo in chain_id * Adding parameter for time window * wrong join leading to less pools visible * Adapting the query to get the info for every chain * wrong sum for volume/apr in curve and cow_amm kpis * Renaming table temp + typo --------- Co-authored-by: Felix Leupold <[email protected]>
- Loading branch information