diff --git a/.changeset/healthy-ravens-clap.md b/.changeset/healthy-ravens-clap.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/healthy-ravens-clap.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.fuel-core/configs/chainConfig.json b/.fuel-core/configs/chainConfig.json index cf7b258e21..e4ea2be7c8 100644 --- a/.fuel-core/configs/chainConfig.json +++ b/.fuel-core/configs/chainConfig.json @@ -130,9 +130,21 @@ "xor": 2, "xori": 2, "alocDependentCost": { - "LightOperation": { - "base": "2", - "unitsPerGas": "214" + "HeavyOperation": { + "base": 2, + "gasPerUnit": 0 + } + }, + "cfe": { + "HeavyOperation": { + "base": 2, + "gasPerUnit": 0 + } + }, + "cfeiDependentCost": { + "HeavyOperation": { + "base": 2, + "gasPerUnit": 0 } }, "call": {