Skip to content

Commit

Permalink
fix: build: add CBDeliveryDelay to testground
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Apr 3, 2023
1 parent 740a7ca commit 0afd515
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/params_testground.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package build

import (
"math/big"
"time"

"github.com/ipfs/go-cid"

Expand Down Expand Up @@ -135,3 +136,7 @@ const BootstrapPeerThreshold = 1
// ChainId defines the chain ID used in the Ethereum JSON-RPC endpoint.
// As per https://github.com/ethereum-lists/chains
const Eip155ChainId = 31415926

// Reducing the delivery delay for equivocation of
// consistent broadcast to just half a second.
var CBDeliveryDelay = 500 * time.Millisecond

0 comments on commit 0afd515

Please sign in to comment.