Skip to content

Commit 557db45

Browse files
authored
Merge branch 'master' into nflaig/clarify-empty-arrays-2
2 parents 3242927 + 32a9007 commit 557db45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apis/config/spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ get:
1010
Values are returned with following format:
1111
- any value starting with 0x in the spec is returned as a hex string
1212
- numeric values are returned as a quoted integer
13+
- array values are returned as a JSON array
1314
tags:
1415
- Config
1516
- ValidatorRequiredApi
@@ -36,5 +37,6 @@ get:
3637
'DOMAIN_AGGREGATE_AND_PROOF': '0x06000000'
3738
'INACTIVITY_PENALTY_QUOTIENT': '67108864'
3839
'INACTIVITY_PENALTY_QUOTIENT_ALTAIR': '50331648'
40+
'BLOB_SCHEDULE': [{'EPOCH': '269568', 'MAX_BLOBS_PER_BLOCK': '6'}, {'EPOCH': '364032', 'MAX_BLOBS_PER_BLOCK': '9'}]
3941
"500":
4042
$ref: ../../beacon-node-oapi.yaml#/components/responses/InternalError

0 commit comments

Comments
 (0)