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

batch-create-offers limit number of offers you can batch create #1095

Open
albertfolch-redeemeum opened this issue Jun 20, 2024 · 0 comments

Comments

@albertfolch-redeemeum
Copy link
Contributor

given the block limit of Polygon, Ethereum, etc:

for each of this networks:
start with 10 offers, note the gas
do it with 20 offers, note the gas
optionally some other tries
Then you can estimate a formula Gas = Ax + B, where x it the nb of Offers.
And you find Xmax when Gas is near the block limit (30m)

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