Chomtana
Chomtana
Hmm that's weird. Are you sure you're on the latest simple-optimism-node (git pull)? Or have you copied .env.example to .env before changing the config?
Also don't forget to add --build when restarting the docker compose if you have run simple-optimism-node before. Otherwise, it won't update. ``` docker compose pull docker compose up -d --build...
Please refer to this guide for snap sync on manual setup: https://docs.optimism.io/builders/node-operators/management/snap-sync Also please open an issue on https://github.com/ethereum-optimism/developers/discussions instead if you're not using simple-optimism-node to prevent confusion.
Have you passed ``` --op-network=op-mainnet ``` To op-geth? That's what allow it to load op-mainnet genesis
Can you try using https://github.com/Chomtana/simple-optimism-node fork instead of this one as it has been patched with soyboy's pull request to fix compatibility with OP canyon
Will adjust to using the up-to-date one in the docs