Skip to content

Commit ccd0b8f

Browse files
committed
fix: updated to valid bond size
1 parent 20d6b94 commit ccd0b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_io/input_parser.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def default_altda_deploy_config():
562562
"da_commitment_type": "KeccakCommitment",
563563
"da_challenge_window": 100,
564564
"da_resolve_window": 100,
565-
"da_bond_size": 0,
565+
"da_bond_size": 10000,
566566
"da_resolver_refund_percentage": 0,
567567
"da_batch_submission_frequency": 1,
568568
"da_challenge_contract_address": "",

0 commit comments

Comments
 (0)