From 8287619b2a1190718fd288ed9a287a015b6ca8ac Mon Sep 17 00:00:00 2001 From: Luiz Gomes <8636507+LuizAsFight@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:11:00 -0300 Subject: [PATCH] fix: refer to correct file on chain-configuration repo (#1445) --- docker/fuel-core/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/fuel-core/Dockerfile b/docker/fuel-core/Dockerfile index 9bcfaf689..a6e7f3be6 100644 --- a/docker/fuel-core/Dockerfile +++ b/docker/fuel-core/Dockerfile @@ -1,6 +1,6 @@ # IMPORTANT! # Make sure to check: -# https://github.com/FuelLabs/chain-configuration/tree/master/upgradelog/ignition +# https://github.com/FuelLabs/chain-configuration/tree/master/upgradelog/ignition-devnet # and apply the latest state_transition_function and consensus_parameter # when upgrading fuel-core FROM ghcr.io/fuellabs/fuel-core:v0.33.0 @@ -22,9 +22,9 @@ RUN git clone \ RUN cp -R /chain-configuration/local/* ./ # Copy the testnet consensus parameters and state transition bytecode -RUN cp /chain-configuration/upgradelog/ignition-dev/consensus_parameters/6.json \ +RUN cp /chain-configuration/upgradelog/ignition-devnet/consensus_parameters/6.json \ ./latest_consensus_parameters.json -RUN cp /chain-configuration/upgradelog/ignition-dev/state_transition_function/8.wasm \ +RUN cp /chain-configuration/upgradelog/ignition-devnet/state_transition_function/8.wasm \ ./state_transition_bytecode.wasm # update local state_config with custom genesis coins config