Skip to content

Commit

Permalink
Update celo spec
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Nov 25, 2024
1 parent 6fff40e commit e698d4e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions cookbook/specs/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 1,
"blocks_in_finalization_proof": 3,
"average_block_time": 5000,
"allowed_block_lag_for_qos_sync": 2,
"average_block_time": 1000,
"allowed_block_lag_for_qos_sync": 10,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
Expand All @@ -107,6 +107,18 @@
"expected_value": "0xaef3"
}
]
},
{
"name": "pruning",
"values": [
{
"latest_distance": 86400
},
{
"extension": "archive",
"expected_value": "0x0"
}
]
}
]
}
Expand Down

0 comments on commit e698d4e

Please sign in to comment.