diff --git a/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap b/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap index 4b97aca83d3..5312de603d1 100644 --- a/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap +++ b/crates/client/src/client/schema/snapshots/fuel_core_client__client__schema__chain__tests__chain_gql_query_output.snap @@ -1,6 +1,7 @@ --- source: crates/client/src/client/schema/chain.rs expression: operation.query +snapshot_kind: text --- query ChainQuery { chain { @@ -165,6 +166,7 @@ query ChainQuery { wqmm xor xori + ecop alocDependentCost { __typename ... on LightOperation { @@ -429,6 +431,17 @@ query ChainQuery { gasPerUnit } } + epar { + __typename + ... on LightOperation { + base + unitsPerGas + } + ... on HeavyOperation { + base + gasPerUnit + } + } contractRoot { __typename ... on LightOperation {