use persistent db

This commit is contained in:
Giacomo Pasini 2025-04-21 18:02:33 +02:00
parent c0fe5480c2
commit f46d44e6a4
No known key found for this signature in database
GPG Key ID: FC08489D2D895D4B
2 changed files with 4 additions and 4 deletions

View File

@ -54,8 +54,9 @@ impl NomosDa {
}
pub async fn disperse(&self, data: Vec<u8>, metadata: Metadata) -> Result<(), Error> {
self.client
.publish_blob(self.url.clone(), data, metadata).await
// self.client
// .publish_blob(self.url.clone(), data, metadata).await
Ok(())
}
}

View File

@ -45,7 +45,6 @@ fn main() -> eyre::Result<()> {
Cli::try_parse_args_from([
"reth",
"node",
"--datadir=/tmp/reth-dev/",
"--dev",
"--dev.block-time=2s",
"--http.addr=0.0.0.0",