Skip to content

Commit

Permalink
Update the starknet spec (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes authored Dec 1, 2024
1 parent 48187b3 commit 5a43007
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions cookbook/specs/starknet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 6,
"blocks_in_finalization_proof": 3,
"average_block_time": 12000,
"average_block_time": 30000,
"allowed_block_lag_for_qos_sync": 2,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "47500000000"
"amount": "5000000000"
},
"api_collections": [
{
Expand All @@ -36,7 +36,7 @@
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"compute_units": 20,
"enabled": true,
"category": {
"deterministic": true,
Expand Down Expand Up @@ -93,7 +93,7 @@
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"compute_units": 20,
"enabled": true,
"category": {
"deterministic": true,
Expand Down Expand Up @@ -156,7 +156,7 @@
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
"compute_units": 20,
"enabled": true,
"category": {
"deterministic": true,
Expand Down Expand Up @@ -445,7 +445,7 @@
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"compute_units": 20,
"enabled": true,
"category": {
"deterministic": false,
Expand Down Expand Up @@ -598,6 +598,17 @@
"expected_value": "*"
}
]
},
{
"name": "pruning",
"parse_directive": {
"function_tag": "GET_BLOCK_BY_NUM"
},
"values": [
{
"expected_value": "1"
}
]
}
]
},
Expand Down Expand Up @@ -969,11 +980,11 @@
"data_reliability_enabled": true,
"block_distance_for_finalized_data": 1,
"blocks_in_finalization_proof": 3,
"average_block_time": 1800000,
"average_block_time": 32000,
"allowed_block_lag_for_qos_sync": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "47500000000"
"amount": "5000000000"
},
"api_collections": [
{
Expand Down

0 comments on commit 5a43007

Please sign in to comment.