Title: [Bug] genesis.json for bbn-1 is missing / returns 404 on official links
Description:
Currently, it is impossible to initialize a new node for the bbn-1 network. The official GitHub repository and all known major mirrors (Nodejumper, Polkachu, ITRocket, KJNodes) are either returning a 404 error, a 0-byte file, or an HTML access-denied page when trying to download genesis.json.
Steps to reproduce:
- Try to download the file using the official URL or mirrors:
wget -O genesis.json https://github.com/babylonlabs-io/networks/raw/main/bbn-1/network-artifacts/genesis.json
- Result: HTTP request sent, awaiting response... 404 Not Found.
- If the file is downloaded from a mirror, it downloads an HTML error page (~13KB).
- Running
babylond start fails immediately with:
panic: failed to parse chain-id from genesis file: EOF or invalid character '<' looking for beginning of value.
Expected behavior:
The actual ~31MB genesis.json file should be available for direct download to allow new validators to initialize and sync their nodes. Could you please update the repository or provide a working, direct download link?
Title: [Bug] genesis.json for bbn-1 is missing / returns 404 on official links
Description:
Currently, it is impossible to initialize a new node for the
bbn-1network. The official GitHub repository and all known major mirrors (Nodejumper, Polkachu, ITRocket, KJNodes) are either returning a 404 error, a 0-byte file, or an HTML access-denied page when trying to downloadgenesis.json.Steps to reproduce:
wget -O genesis.json https://github.com/babylonlabs-io/networks/raw/main/bbn-1/network-artifacts/genesis.json
babylond startfails immediately with:panic: failed to parse chain-id from genesis file: EOForinvalid character '<' looking for beginning of value.Expected behavior:
The actual ~31MB
genesis.jsonfile should be available for direct download to allow new validators to initialize and sync their nodes. Could you please update the repository or provide a working, direct download link?