Skip to content

Commit

Permalink
Merge pull request lavanet#1180 from lavanet/CNS-fix-redundant-spaces…
Browse files Browse the repository at this point in the history
…-in-spec

CNS - Fix redundant spaces in spec
  • Loading branch information
Yaroms authored Jan 28, 2024
2 parents c2899bc + 8236dc2 commit 9c76072
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions cookbook/specs/spec_add_ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"blocks_in_finalization_proof": 3,
"average_block_time": 13000,
"allowed_block_lag_for_qos_sync": 2,
"shares" : 1,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
Expand Down Expand Up @@ -207,7 +207,7 @@
"stateful": 0
},
"extra_compute_units": 0,
"timeout_ms":1000
"timeout_ms": 1000
},
{
"name": "eth_getBalance",
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"name": "archive",
"cu_multiplier": 5,
"rule": {
"block":6554
"block": 6554
}
}
]
Expand Down Expand Up @@ -1283,7 +1283,7 @@
"extra_compute_units": 0
},
{
"name": "debug_traceTransaction ",
"name": "debug_traceTransaction",
"block_parsing": {
"parser_arg": [
"latest"
Expand Down Expand Up @@ -1328,7 +1328,7 @@
"name": "archive",
"cu_multiplier": 5,
"rule": {
"block":6554
"block": 6554
}
}
]
Expand All @@ -1348,7 +1348,7 @@
"blocks_in_finalization_proof": 3,
"average_block_time": 13000,
"allowed_block_lag_for_qos_sync": 2,
"shares" : 1,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
Expand Down
30 changes: 15 additions & 15 deletions cookbook/specs/spec_add_starknet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"blocks_in_finalization_proof": 3,
"average_block_time": 180000,
"allowed_block_lag_for_qos_sync": 2,
"shares" : 1,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
Expand Down Expand Up @@ -72,7 +72,7 @@
":",
"1"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand Down Expand Up @@ -111,7 +111,7 @@
":",
"1"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand All @@ -132,7 +132,7 @@
":",
"0"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand All @@ -153,7 +153,7 @@
":",
"0"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand Down Expand Up @@ -213,7 +213,7 @@
":",
"0"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand All @@ -234,7 +234,7 @@
":",
"0"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand Down Expand Up @@ -291,7 +291,7 @@
":",
"0"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand All @@ -312,7 +312,7 @@
":",
"2"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand All @@ -333,7 +333,7 @@
":",
"0"
],
"parser_func": " PARSE_DICTIONARY_OR_ORDERED",
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
Expand Down Expand Up @@ -433,7 +433,7 @@
"local": false,
"subscription": false,
"stateful": 1,
"hanging_api" : true
"hanging_api": true
},
"extra_compute_units": 0
},
Expand All @@ -452,7 +452,7 @@
"local": false,
"subscription": false,
"stateful": 1,
"hanging_api" : true
"hanging_api": true
},
"extra_compute_units": 0
},
Expand All @@ -471,7 +471,7 @@
"local": false,
"subscription": false,
"stateful": 1,
"hanging_api" : true
"hanging_api": true
},
"extra_compute_units": 0
},
Expand Down Expand Up @@ -621,7 +621,7 @@
"encoding": "base64"
},
"compute_units": 1000,
"timeout_ms":20000,
"timeout_ms": 20000,
"enabled": true,
"category": {
"deterministic": true,
Expand Down Expand Up @@ -670,7 +670,7 @@
"blocks_in_finalization_proof": 3,
"average_block_time": 1800000,
"allowed_block_lag_for_qos_sync": 1,
"shares" : 1,
"shares": 1,
"min_stake_provider": {
"denom": "ulava",
"amount": "50000000000"
Expand Down

0 comments on commit 9c76072

Please sign in to comment.