alchemyplatform / rundler

An ERC-4337 Bundler in Rust
GNU Lesser General Public License v3.0
246 stars 29 forks source link

[builder] Support multiple private keys #724

Closed dancoombs closed 18 hours ago

dancoombs commented 2 weeks ago

Describe the feature Currently the builder task only supports a single private key input. We should update this to support multiple private keys and add a CLI flag to pass those private keys in.

This is increasingly important as we support both entry points by default, which requires two keys. Users should be able to use both entry points with private keys and thus we need to modify the builder to allow for multiple private keys at input.