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

Rate limit on eth_sendRawTransaction #390

Open
Spich3000 opened this issue Jan 21, 2025 · 1 comment
Open

Rate limit on eth_sendRawTransaction #390

Spich3000 opened this issue Jan 21, 2025 · 1 comment

Comments

@Spich3000
Copy link

We experienced an issue with eth_sendRawTransaction

method=eth_sendRawTransaction reqid=1 t=736.988486ms err="429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32016,\"message\":\"over rate limit\"},\"id\":14292317}\n"

after debugging we found that this limitation comes from a sequencer
'--rollup.sequencerhttp=https://mainnet-sequencer.base.org'

here we found some information about it

Important: Make sure to configure the --rollup.sequencerhttp flag to point to your sequencer node. This HTTP endpoint is crucial because op-geth will route eth_sendRawTransaction calls to this URL. The OP Stack does not currently have a public mempool, so configuring this is required if you want your node to support transaction submission.

Can we extend this limit, such as a paid subscription etc?

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

2 participants
@Spich3000 and others