Closed adrianchiforwm closed 9 months ago
Actually it does exist, the filename upstream is just malformed (it shouldn't have an extension): https://r2-snapshots.fastnode.io/op/latest-mainnet
https://github.com/smartcontracts/simple-optimism-node/blob/main/scripts/init-bedrock.sh#L27
BEDROCK_TAR_DOWNLOAD="https://r2-snapshots.fastnode.io/op/$(curl -s https://r2-snapshots.fastnode.io/op/latest-mainnet).tar.lz4"
Gets a double extension
https://r2-snapshots.fastnode.io/op/op-10-02-2024-full.tar.lz4.tar.lz4
I think fastnode has changed the format. You can remove extra .tar.lz4 as a hotfix for now. Will look into this tomorrow.
Should be fixed in recent merge
Hi, we're trying to spin up a new OP node and we're getting the following error in the bedrock init container: