Skip to content

Add Aave query and move Morpho vault query to protocol directories - #10

Open
michaelmanzano-alc wants to merge 1 commit into
mainfrom
mm/aave-morpho-protocol-query-dirs
Open

Add Aave query and move Morpho vault query to protocol directories#10
michaelmanzano-alc wants to merge 1 commit into
mainfrom
mm/aave-morpho-protocol-query-dirs

Conversation

@michaelmanzano-alc

Copy link
Copy Markdown
Contributor

Summary

Organizes protocol-specific webhook queries under protocol-named directories, so customers can be pointed straight to queries/aave/ and queries/morpho/.

  • New: queries/aave/track-pool-supplies-withdraws.gql — tracks Aave V3 Pool Supply/Withdraw events on Ethereum mainnet, with notes on filtering by reserve or wallet and adapting to other networks.
  • Moved: queries/erc4626/track-vault-deposits-withdraws.gqlqueries/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.
  • README query list updated to match.

Test plan

  • Query files validated against the Custom Webhooks GraphQL schema (create a test webhook in the dashboard with each query)
  • Confirm no remaining references to queries/erc4626/

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant