Add Aave query and move Morpho vault query to protocol directories - #10
Open
michaelmanzano-alc wants to merge 1 commit into
Open
Add Aave query and move Morpho vault query to protocol directories#10michaelmanzano-alc wants to merge 1 commit into
michaelmanzano-alc wants to merge 1 commit into
Conversation
Organize protocol-specific queries under protocol-named directories so customers can be pointed to queries/aave and queries/morpho directly: - Add aave/track-pool-supplies-withdraws.gql tracking Aave V3 Pool Supply/Withdraw events on Ethereum mainnet - Move erc4626/track-vault-deposits-withdraws.gql to morpho/ (reverses dc2e452), reframing the header Morpho-first while noting the query works for any ERC-4626 vault - Update the README query list accordingly Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Summary
Organizes protocol-specific webhook queries under protocol-named directories, so customers can be pointed straight to
queries/aave/andqueries/morpho/.queries/aave/track-pool-supplies-withdraws.gql— tracks Aave V3 PoolSupply/Withdrawevents on Ethereum mainnet, with notes on filtering by reserve or wallet and adapting to other networks.queries/erc4626/track-vault-deposits-withdraws.gql→queries/morpho/(reverses dc2e452). The header is now Morpho-first, with a note kept that the events are standard ERC-4626 so the query works for any 4626 vault.Test plan
queries/erc4626/🤖 Generated with Claude Code