Skip to content

Commit

Permalink
fix: refer to correct file on chain-configuration repo (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Sep 1, 2024
1 parent 7a46ad4 commit 8287619
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-devnet
# 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 @@ -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
Expand Down

0 comments on commit 8287619

Please sign in to comment.