Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use multicall for arb() #113

Open
rouzwelt opened this issue Jun 5, 2024 · 0 comments
Open

use multicall for arb() #113

rouzwelt opened this issue Jun 5, 2024 · 0 comments

Comments

@rouzwelt
Copy link
Collaborator

rouzwelt commented Jun 5, 2024

can arb() calls to find opps be done through multicall?
instead of async calling each one by one, which I suppose will end up to be much better approach overall, but one thing to note when doing multicall for large number of calls, is to be aware of limits on calldata which as far as I researched is about 46kb at this time, so if the overal mutlicall calldata exceeds 46kb, it can be broken down into 2 sep multicalls with calldata that is within the 46kb range

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

No branches or pull requests

1 participant