From 1fc69e3873e15c810404dc7c32e794fd6ea229c3 Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Tue, 11 Feb 2025 12:45:01 -0500 Subject: [PATCH] chore: bump default confirmationDepth 5->8 --- README.md | 4 ++-- flags/eigendaflags/cli.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f219c31..7ac6e64 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,9 @@ To target this feature, use the CLI flags `--eigenda-svc-manager-addr`, `--eigen An optional `--eigenda.confirmation-depth` flag can be provided to specify a number of ETH block confirmations to wait for the confirmBatch to have landed onchain before returning the cert to the batcher after having dispersed a blob in the put route. The flag value can either be the string 'finalized' or a number: `finalized`: Wait for the confirmBatch transaction to be finalized on-chain before returning the cert to the batcher `0`: Verify the cert immediately upon blob confirmation and return the cert -`N where 0