Skip to content

Commit

Permalink
Update snapshot query graphql with new opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Dec 11, 2024
1 parent 9d9deca commit e9ade9a
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: crates/client/src/client/schema/chain.rs
expression: operation.query
snapshot_kind: text
---
query ChainQuery {
chain {
Expand Down Expand Up @@ -165,6 +166,7 @@ query ChainQuery {
wqmm
xor
xori
ecop
alocDependentCost {
__typename
... on LightOperation {
Expand Down Expand Up @@ -429,6 +431,17 @@ query ChainQuery {
gasPerUnit
}
}
epar {
__typename
... on LightOperation {
base
unitsPerGas
}
... on HeavyOperation {
base
gasPerUnit
}
}
contractRoot {
__typename
... on LightOperation {
Expand Down

0 comments on commit e9ade9a

Please sign in to comment.