Skip to content

Commit 62d96d3

Browse files
Small configuration change.
1 parent 4d79e02 commit 62d96d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

errrors.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

op-e2e/config/init.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,12 @@ func initAllocType(root string, allocType AllocType) {
278278
intent := defaultIntent(root, loc, deployerAddr, allocType)
279279
if allocType == AllocTypeAltDA {
280280
intent.Chains[0].DangerousAltDAConfig = genesis.AltDADeployConfig{
281-
UseAltDA: true,
282-
DACommitmentType: "KeccakCommitment",
283-
DAChallengeWindow: 16,
284-
DAResolveWindow: 16,
285-
DABondSize: 1000000,
281+
UseAltDA: true,
282+
DACommitmentType: "KeccakCommitment",
283+
DAChallengeWindow: 16,
284+
DAResolveWindow: 16,
285+
DABondSize: 1000000,
286+
DAResolverRefundPercentage: 0,
286287
}
287288
}
288289

0 commit comments

Comments
 (0)