Skip to content

Commit

Permalink
Update validator key/index URI array limits (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
jshufro and rolfyone authored Jul 9, 2023
1 parent e46bd0c commit dbd4cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/beacon/states/validator_balances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ get:
required: false
schema:
type: array
maxItems: 30
maxItems: 64
uniqueItems: true
items:
description: "Either hex encoded public key (any bytes48 with 0x prefix) or validator index"
Expand Down
2 changes: 1 addition & 1 deletion apis/beacon/states/validators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ get:
required: false
schema:
type: array
maxItems: 30
maxItems: 64
uniqueItems: true
items:
description: "Either hex encoded public key (any bytes48 with 0x prefix) or validator index"
Expand Down

0 comments on commit dbd4cff

Please sign in to comment.