https://github.com/01builders/eden-testnet
eden testnet ev-node
https://github.com/01builders/eden-testnet
eden ev-node evolve testnet
Last synced: 2 months ago
JSON representation
eden testnet ev-node
- Host: GitHub
- URL: https://github.com/01builders/eden-testnet
- Owner: 01builders
- Created: 2025-10-01T09:26:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T18:41:31.000Z (4 months ago)
- Last Synced: 2025-12-11T04:36:42.303Z (4 months ago)
- Topics: eden, ev-node, evolve, testnet
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eden Testnet EV-Node
This repository contains a fork of the [ev-node evm/single testapp](https://github.com/evstack/ev-node/tree/main/apps/evm/single) specifically for the Eden Testnet.
It adds the following features:
- Namespace migration support
- Eden testnet had a migration from the default namespace `rollkit-headers` and `rollkit-data` to its own namespaces: `eden_testnet_header` and `eden_testnet_data`.
- The migration height is backed directly in the binary to avoid having to restart a sync node.
- Changed default chain-id to `edennet-2`
- Changed default app home directory to `~/.eden-testnet`
- Changed command name to `eden-testnet`
## Considerations
While syncing from DA only, with the Eden testnet, you will experience a stale block sync at height **`2403026`**.
This is due to a manual operation performed on the sequencer to submit a missing blob. That blob has been submitted at DA height `8254985`.
Until the syncer has reached that height, **do not stop the node, nor clear the cache**.