Skip to content

Commit f3ff675

Browse files
committed
fix docker & gameDepth
1 parent 22f6192 commit f3ff675

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

da-server

Submodule da-server added at a8fffd8

ops/docker/op-stack-go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ COPY --from=dac-server-builder /app/da-server/default.json /usr/local/bin/
150150
CMD ["op-node"]
151151

152152
# Make the kona docker image published by upstream available as a source to copy kona and asterisc from.
153-
FROM --platform=$TARGETPLATFORM ghcr.io/anton-rs/kona/kona-fpp-asterisc:$KONA_VERSION AS kona
153+
FROM --platform=$TARGETPLATFORM ghcr.io/op-rs/kona/kona-fpp-asterisc:$KONA_VERSION AS kona
154154

155155
# Also produce an op-challenger loaded with kona and asterisc using ubuntu
156156
FROM --platform=$TARGETPLATFORM $UBUNTU_TARGET_BASE_IMAGE AS op-challenger-target

packages/contracts-bedrock/deploy-config/devnetL1-template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000001",
5757
"faultGameAbsolutePrestate": "0x03c7ae758795765c6664a5d39bf63841c71ff191e9189522bad8ebff5d4eca98",
5858
"faultGameMaxDepth": 50,
59-
"faultGameClockExtension": 80,
60-
"faultGameMaxClockDuration": 200,
59+
"faultGameClockExtension": 800,
60+
"faultGameMaxClockDuration": 2000,
6161
"faultGameGenesisBlock": 0,
6262
"faultGameGenesisOutputRoot": "0xDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF",
6363
"faultGameSplitDepth": 14,
6464
"faultGameWithdrawalDelay": 604800,
6565
"preimageOracleMinProposalSize": 10000,
66-
"preimageOracleChallengePeriod": 40,
66+
"preimageOracleChallengePeriod": 400,
6767
"proofMaturityDelaySeconds": 12,
6868
"disputeGameFinalityDelaySeconds": 6,
6969
"respectedGameType": 0,
Submodule solady-v0.0.245 added at e0ef35a

0 commit comments

Comments
 (0)