Skip to content

Commit

Permalink
Update chain configuration path in docker file (#262)
Browse files Browse the repository at this point in the history
- closes #263 as the path
in https://github.com/FuelLabs/chain-configuration was updated
  • Loading branch information
viraj124 authored Aug 30, 2024
1 parent 27bfdf2 commit 897b017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/fuel-core/Dockerfile
Original file line number Diff line number Diff line change
@@ -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-testnet
# and apply the latest state_transition_function and consensus_parameter
# when upgrading fuel-core
FROM ghcr.io/fuellabs/fuel-core:v0.33.0
Expand All @@ -26,9 +26,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/consensus_parameters/5.json \
RUN cp /chain-configuration/upgradelog/ignition-testnet/consensus_parameters/5.json \
./latest_consensus_parameters.json
RUN cp /chain-configuration/upgradelog/ignition/state_transition_function/6.wasm \
RUN cp /chain-configuration/upgradelog/ignition-testnet/state_transition_function/6.wasm \
./state_transition_bytecode.wasm

# update local state_config with custom genesis coins config
Expand Down

0 comments on commit 897b017

Please sign in to comment.