Merged
Conversation
add support for pooler auth API
Onchain Snapshotter (Uniswapv2) V1
3 tasks
3 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
Current behavior
Currently, generated project IDs are utilizing the
UNISWAPV2-ph15-prodproject namespace, resulting in project IDs that containuniswaptwice, such asuniswap_pairContract_pair_total_reserves:0xa478c2975ab1ea89e8196811f51a7b7ade33eb11:UNISWAPV2-ph15-prod.New expected behavior
The updated code aims to improve the readability and clarity of generated project IDs. Additionally, the
ph15-prodcomponent is no longer relevant. The new project ID format addresses the aforementioned issues. The IDs will now follow a format similar to the example below:aggregate_pairContract_24h_trade_volume:0xa478c2975ab1ea89e8196811f51a7b7ade33eb11:UNISWAPV2Deployment Instructions
To deploy the changes, follow these steps:
projects.jsonandaggregator.jsonfiles.