feat(entrykit): add custom paymaster client override - #3794
Conversation
|
|
@dk1a is attempting to deploy a commit to the Lattice Team on Vercel. A member of the Team first needs to authorize it. |
|
can you share more about your use case? what do you need a custom client for that the chain config options doesn't help with? |
|
I just need a custom paymaster, the other aspects of the client are untouched. The chain config only allows a simple static contract address, not the full This is relevant for other custom paymaster clients too, not just base |
|
The main reason I need to fork entrykit is that it does |
Currently it's impossible to use entrykit with a custom paymaster client
This override is a simple solution, it may be better to move all the configuration there from
Chainand making it justpaymaster, rather thanpaymasterOverride. Related to the TODO for configuringcreateBundlerClientin general.Since it's probably not relevant for quarry stuff, I ignore the override there