diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 95b0a61b00..50c25741eb 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -58,4 +58,4 @@ jobs: # use sha tag for force update SHA=$(git rev-parse --short=7 HEAD); echo "sha: ${SHA}"; - kubectl patch --namespace starcoin-halley statefulset starcoin --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"starcoin/starcoin:sha-'${SHA}'"}]' + #kubectl patch --namespace starcoin-halley statefulset starcoin --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"starcoin/starcoin:sha-'${SHA}'"}]' diff --git a/config/src/genesis_config.rs b/config/src/genesis_config.rs index 5496a9922f..f553cb5013 100644 --- a/config/src/genesis_config.rs +++ b/config/src/genesis_config.rs @@ -833,7 +833,7 @@ pub static G_HALLEY_CONFIG: Lazy = Lazy::new(|| { GenesisConfig { genesis_block_parameter: GenesisBlockParameterConfig::Static(GenesisBlockParameter { parent_hash: HashValue::sha3_256_of(b"starcoin_halley"), - timestamp: 1676002743000, + timestamp: 1693798675000, difficulty: 100.into(), }), version: Version { major: 1 }, diff --git a/genesis/generated/halley/genesis b/genesis/generated/halley/genesis deleted file mode 100644 index e5f31ce70d..0000000000 Binary files a/genesis/generated/halley/genesis and /dev/null differ