Skip to content

Commit

Permalink
Update gas cost query snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Dec 19, 2024
1 parent 92c4a4f commit 662e5ae
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ query ChainQuery {
div
divi
eck1
ecop
ecr1
ed19
eq
Expand Down Expand Up @@ -275,6 +276,17 @@ query ChainQuery {
gasPerUnit
}
}
epar {
__typename
... on LightOperation {
base
unitsPerGas
}
... on HeavyOperation {
base
gasPerUnit
}
}
k256 {
__typename
... on LightOperation {
Expand Down

0 comments on commit 662e5ae

Please sign in to comment.