Skip to content

Commit

Permalink
fix: missing comma (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli authored Oct 4, 2024
1 parent a41aec3 commit c7ffbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cat << EOL >> tmp_config.json
"faultGameWithdrawalDelay": 600,
"preimageOracleMinProposalSize": 1800000,
"preimageOracleChallengePeriod": 300
"preimageOracleChallengePeriod": 300,
"babylonFinalityGadgetRpc": "$BBN_FINALITY_GADGET_RPC"
}
Expand Down

0 comments on commit c7ffbbe

Please sign in to comment.