diff --git a/README.md b/README.md index 78a668b5..e35a8bf3 100644 --- a/README.md +++ b/README.md @@ -152,10 +152,12 @@ To target this feature, use the CLI flags `--eigenda-svc-manager-addr`, `--eigen #### Soft Confirmations -An optional `--eigenda-eth-confirmation-depth` flag can be provided to specify a number of ETH block confirmations to wait before verifying the blob certificate. This allows for blobs to be accredited upon `confirmation` versus waiting (e.g, 25-30m) for `finalization`. The following integer expressions are supported: -`-1`: Wait for blob finalization -`0`: Verify the cert immediately upon blob confirmation and return the blob -`N where N>0`: Wait `N` blocks before verifying the cert and returning the blob +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