[OP Stack Deployment] op node run error with "distance to target block exceeds maximum proof window" #837
-
|
`### Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI deploy my own personal chain by using op-stack following this guide and i submitted two issues for deployment and i got solve problems issues #17.But still got an op-node run error;I have two situations in this problem.
here is my Here is my Here is my
I want change the i did not change any thing just the value of LogsNo response Additional InformationI using the version like this :
My My
FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Which rpc provider did you switch to? You can try alchemy
I think the problem can also be solved by changing rpc, if it is not solved please let me know |
Beta Was this translation helpful? Give feedback.
Which rpc provider did you switch to? You can try alchemy
t=2025-06-18T10:46:47+0800 lvl=warn msg="Engine temporary error" err="temp: failed to fetch receipts of L1 block 0xdc8fab751f3b649faa842367f811f9b732bb89c1eec7efb4b5015eba877fb70c:8572795 (parent: 0x0a718d36fa69c8adc1048316e9582cb2e2e11128fd87d6d0436183b24bd8e8a9:8572794) for L1 sysCfg update: the method alchemy_getTransactionReceipts does not exist/is not available"This error occurs because op-node tries the alchemy_getTransactionReceipts method first
If i want use the latest version of op-stack to deploy my own chain, which guide should i follow?The key is to choose the appropriate version of op-deployer. The op-deployer specif…