From 6831b7debaeb94e95b3936809b7d69e2e506835a Mon Sep 17 00:00:00 2001 From: John Hilliard Date: Thu, 24 Oct 2024 18:46:21 -0400 Subject: [PATCH] fix: switching default --- input_parser.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input_parser.star b/input_parser.star index fbc74b87..21f31417 100644 --- a/input_parser.star +++ b/input_parser.star @@ -190,7 +190,7 @@ DEFAULT_ARGS = ( # - 'cdk-validium': Transaction data is stored off-chain using the CDK DA layer and a DAC. # - 'pessimistic': deploy with pessmistic consensus # In the future, we would like to support external DA protocols such as Avail, Celestia and Near. - "consensus_contract_type": "pessimistic", + "consensus_contract_type": "cdk-validium", # Additional services to run alongside the network. # Options: # - arpeggio