File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ export FETCHD_HOME_DIR=~/.fetchd
82
82
83
83
``` shell
84
84
export DESTINATION_CHAIN_ID=fetchhub-4
85
- export GENESIS_FETCHUB_GIT_REVISION=v0.14.0-rc10
85
+ export GENESIS_FETCHUB_GIT_REVISION=tags/ v0.14.0-rc10
86
86
export UPGRADE_SHA256_PARAMS=" --cudos-genesis-sha256 906ea6ea5b1ab5936bb9a5f350d11084eb92cba249e65e11c460ab251b27fb0e --cudos-migration-config-sha256 930dc21af917ec8f2f8820ff393c1a276297fe91d4f585757143acb2727cd6d2"
87
87
```
88
88
89
89
### Download merge input files
90
90
91
91
``` shell
92
- curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/heads /$GENESIS_FETCHUB_GIT_REVISION /dorado-1/data/cudos_merge_config.json -o " $FETCHD_HOME_DIR /cudos_merge_config.json"
93
- curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/heads /$GENESIS_FETCHUB_GIT_REVISION /dorado-1/data/genesis.cudos.json.gz -o " $FETCHD_HOME_DIR /genesis.cudos.json.gz"
92
+ curl -O https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/$GENESIS_FETCHUB_GIT_REVISION /dorado-1/data/cudos_merge_config.json -o " $FETCHD_HOME_DIR /cudos_merge_config.json"
93
+ curl -O https://raw.githubusercontent.com/fetchai/genesis-fetchhub/refs/$GENESIS_FETCHUB_GIT_REVISION /dorado-1/data/genesis.cudos.json.gz -o " $FETCHD_HOME_DIR /genesis.cudos.json.gz"
94
94
```
95
95
96
96
And finally ** extract** the CUDOS genesis file:
You can’t perform that action at this time.
0 commit comments