Skip to content

Commit 64856f9

Browse files
committed
Revert "graphql: regenerate"
This reverts commit 272fa23. Signed-off-by: jsvisa <delweng@gmail.com>
1 parent bf9d23e commit 64856f9

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

graphql.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,18 +2093,6 @@
20932093
"isDeprecated": false,
20942094
"deprecationReason": null
20952095
},
2096-
{
2097-
"name": "yParity",
2098-
"description": null,
2099-
"args": [],
2100-
"type": {
2101-
"kind": "SCALAR",
2102-
"name": "Long",
2103-
"ofType": null
2104-
},
2105-
"isDeprecated": false,
2106-
"deprecationReason": null
2107-
},
21082096
{
21092097
"name": "type",
21102098
"description": "Envelope transaction support",

schema.graphqls

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ type Block {
189189
raw: Bytes!
190190

191191
"""
192-
WithdrawalsRoot is the withdrawals trie root in this block.
192+
WithdrawalsRoot is withdrawals trie root in this block.
193193
If withdrawals are unavailable for this block, this field will be null.
194194
"""
195195
withdrawalsRoot: Bytes32
@@ -535,7 +535,6 @@ type Transaction {
535535
r: BigInt!
536536
s: BigInt!
537537
v: BigInt!
538-
yParity: Long
539538

540539
"""Envelope transaction support"""
541540
type: Long
@@ -570,4 +569,4 @@ type Withdrawal {
570569

571570
"""Amount is the withdrawal value in Gwei."""
572571
amount: Long!
573-
}
572+
}

0 commit comments

Comments
 (0)