You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Can we extend this limit, such as a paid subscription etc?
The text was updated successfully, but these errors were encountered: