Commit 51e29f36 authored by Luke's avatar Luke Committed by GitHub

fix(config): add preimageOracle MinProposalSize and ChallengePeriod for config.sh (#9074)

Co-authored-by: default avatarLuke <chenqun.l@kaitaitech.cn>
parent 6a3d1e74
......@@ -94,7 +94,10 @@ config=$(cat << EOL
"faultGameMaxDuration": 1200,
"faultGameGenesisBlock": 0,
"faultGameGenesisOutputRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
"faultGameSplitDepth": 14
"faultGameSplitDepth": 14,
"preimageOracleMinProposalSize": 1800000,
"preimageOracleChallengePeriod": 86400
}
EOL
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment