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