Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/config/src/chainConfig/networks/ropsten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ export const ropstenChainConfig: IChainConfig = {
SHARDING_FORK_VERSION: b("0x03001020"),
SHARDING_FORK_EPOCH: Infinity,

// Fork choice
// ---------------------------------------------------------------
// 40%
PROPOSER_SCORE_BOOST: 40,

// Deposit contract
// ---------------------------------------------------------------
DEPOSIT_CHAIN_ID: 3,
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/presets/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const chainConfig: IChainConfig = {
MIN_PER_EPOCH_CHURN_LIMIT: 4,
// 2**16 (= 65,536)
CHURN_LIMIT_QUOTIENT: 65536,
PROPOSER_SCORE_BOOST: 70,
PROPOSER_SCORE_BOOST: 40,

// Deposit contract
// ---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/chainConfig/presets/minimal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const chainConfig: IChainConfig = {
MIN_PER_EPOCH_CHURN_LIMIT: 4,
// [customized] scale queue churn at much lower validator counts for testing
CHURN_LIMIT_QUOTIENT: 32,
PROPOSER_SCORE_BOOST: 70,
PROPOSER_SCORE_BOOST: 40,

// Deposit contract
// ---------------------------------------------------------------
Expand Down