File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
export UPGRADE_SHA256_PARAMS=" --cudos-genesis-sha256 XXX --cudos-migration-config-sha256 e1631e27629f9e32a5ec6c8fdd56d0d8ec31d7cd6b6a5e2662ce107b56f623ee"
33
33
34
34
# Downloading necessary files for the upgrade:
35
- curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/$GENESIS_FETCHHUB_GIT_REVISION /dorado-1 /data/cudos_merge_config.json -o " $FETCHD_HOME_DIR /cudos_merge_config.json"
36
- curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/$GENESIS_FETCHHUB_GIT_REVISION /dorado-1 /data/genesis.cudos.json.gz -o " $FETCHD_HOME_DIR /genesis.cudos.json.gz"
35
+ curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/$GENESIS_FETCHHUB_GIT_REVISION /fetchhub-4 /data/cudos_merge_config.json -o " $FETCHD_HOME_DIR /cudos_merge_config.json"
36
+ curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/$GENESIS_FETCHHUB_GIT_REVISION /fetchhub-4 /data/genesis.cudos.json.gz -o " $FETCHD_HOME_DIR /genesis.cudos.json.gz"
37
37
38
38
# Decompressing the CUDOS genesis file:
39
39
gzip -d -c " $FETCHD_HOME_DIR /genesis.cudos.json.gz" > " $FETCHD_HOME_DIR /genesis.cudos.json"
You can’t perform that action at this time.
0 commit comments