Skip to content

Commit

Permalink
Update plasma-eigenda config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored and alecps committed Oct 15, 2024
1 parent caa151d commit 6886911
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ config=$(cat << EOL
"respectedGameType": 0,
"usePlasma": $USE_PLASMA,
"daCommitmentType": "KeccakCommitment",
"daChallengeWindow": 160,
"daResolveWindow": 160,
"daCommitmentType": "GenericCommitment",
"daChallengeWindow": 3600,
"daResolveWindow": 3600,
"daBondSize": 1000000,
"daResolverRefundPercentage": 0
}
Expand Down

0 comments on commit 6886911

Please sign in to comment.