Rollup Migration Guide
Migrating rollup integrations from Mainnet 0 to Mainnet 1
Rust Integrations
hotshot-types = { git = "https://github.com/EspressoSystems/espresso-network", default-features = false, tag = "20250412-dev-node-pos-preview" }
hotshot-query-service = { git = "https://github.com/espressosystems/espresso-network", tag = "20250412-dev-node-pos-preview" }
espresso-types = { git = "https://github.com/espressosystems/espresso-network", tag = "20250412-dev-node-pos-preview" }use hotshot_query_service::VidCommon;
use hotshot_types::{data::VidCommitment, light_client::hash_bytes_to_field};Go Integrations
require github.com/EspressoSystems/espresso-network-go v0.0.35All Integrations
Last updated

