Skip to content

feat(Runner): support multiple addresses for event container#295

Draft
fubuloubu wants to merge 1 commit intomainfrom
feat/multiple-addresses
Draft

feat(Runner): support multiple addresses for event container#295
fubuloubu wants to merge 1 commit intomainfrom
feat/multiple-addresses

Conversation

@fubuloubu
Copy link
Member

@fubuloubu fubuloubu commented Feb 14, 2026

What I did

Added support for sourcing events from multiple contract addresses via filter

This looks like:

@bot.on_(ERC20.Transfer, from_addresses=["YFI", "USDT", "USDC", ...], receiver=bot.signer)
async def record_bot_balance(log):
    ...

requires: ApeWorX/ape#2757

How I did it

How to verify it

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
    - [ ] New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

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