[OP Stack Deployment] op batcher error #804
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI am building the op testnet locally by referring to https://docs.optimism.io/operators/chain-operators/tutorials/create-l2-rollup and https://docs.optimism.io/operators/chain-operators/tools/op-deployer#installation. https://github.com/ethereum-optimism/optimism.git used the op-deployer/v0.2.0 tag version. When proceeding with the guide above https://docs.optimism.io/operators/chain-operators/tutorials/create-l2-rollup INFO [05-07|14:06:31.800] Added L2 block to local state block=cd29ac..f100d5:1875 tx_count=1 time=1,746,625,950 How can i solve this ? Please help me. Thank you. LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
really not recommend using free rpc since its strict rate limit |
Beta Was this translation helpful? Give feedback.
-
|
It looks like there's no issue with the configuration of your proposer component. The problem lies with the RPC, which has limitations on requests. Please follow the suggestions above and try using another free RPC for this component. This thread will now be closed. |
Beta Was this translation helpful? Give feedback.
try replace that
--http.api=web3,debug,eth,txpool,net,engine,miner --ws.api=debug,eth,txpool,net,engine,miner