Open Ghost Root Updater
Updates Merkle roots for the Open Protocol contracts (OpenGhostVault, OpenCommitmentTree).
How it works
The Open Protocol uses a separate Merkle tree from the standard Ghost Protocol. This updater:
- Watches for commitment events from OpenCommitmentTree (
0xE2b33d...C0c48) - Rebuilds the Open Protocol's Merkle tree
- Submits the updated root on-chain
Configuration
| Parameter | Value |
|---|---|
| Port | 3008 |
| Contract | OpenCommitmentTree (0xE2b33dB178d6201EDd854ED9163B30dcfECC0c48) |
| Process name | open-ghost-root-updater |
Difference from standard root updater
The Open Protocol is for public data commitments — the data is revealed publicly, not privately. See Open Protocol for details.