Skip to content

Commit 3473dbc

Browse files
committed
Prettify
1 parent c01f86d commit 3473dbc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

api/starknet_api_openrpc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,12 @@
31353135
"BLOCK_STATUS": {
31363136
"title": "Block status",
31373137
"type": "string",
3138-
"enum": ["PRE_CONFIRMED", "ACCEPTED_ON_L2", "ACCEPTED_ON_L1", "REJECTED"],
3138+
"enum": [
3139+
"PRE_CONFIRMED",
3140+
"ACCEPTED_ON_L2",
3141+
"ACCEPTED_ON_L1",
3142+
"REJECTED"
3143+
],
31393144
"description": "The status of the block"
31403145
},
31413146
"FUNCTION_CALL": {

0 commit comments

Comments
 (0)