Skip to content

Commit

Permalink
Merge pull request #238 from amanusk/ws-socket-errors
Browse files Browse the repository at this point in the history
Ws socket errors (#238)
  • Loading branch information
ArielElp authored Nov 7, 2024
2 parents 518829d + 39650ec commit 3cd3044
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/starknet_ws_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"errors": [
{
"$ref": "#/components/errors/TOO_MANY_BLOCKS_BACK"
},
{
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_NOT_FOUND"
}
]
},
Expand Down Expand Up @@ -95,6 +98,9 @@
},
{
"$ref": "#/components/errors/TOO_MANY_BLOCKS_BACK"
},
{
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_NOT_FOUND"
}
]
},
Expand Down Expand Up @@ -149,6 +155,9 @@
"errors": [
{
"$ref": "#/components/errors/TOO_MANY_BLOCKS_BACK"
},
{
"$ref": "./api/starknet_api_openrpc.json#/components/schemas/BLOCK_NOT_FOUND"
}
]
},
Expand Down

0 comments on commit 3cd3044

Please sign in to comment.