Skip to content

Commit

Permalink
fix: use correct upgrade names
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Mar 6, 2024
1 parent 0c92a83 commit f4451ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion axelar-dojo-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ codebase:
# Cosmos specific settings for block and snapshot pools
cosmos-registry: https://github.com/cosmos/chain-registry/blob/master/axelar/chain.json
cosmos-genesis:
name: "v10"
name: "v0.10"
genesis-url: https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json
cosmos-upgrades:
- name: "v0.10"
Expand Down
4 changes: 2 additions & 2 deletions cronosmainnet_25-1/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ codebase:
commit: "8035ebdcc3ce1ed5ee3d4887eb4ea1032c4d283c"
go-version: "go1.17"
ksync-engine: "tendermint"
- name: "v0.8.0"
- name: "v0.7.0-hotfix"
height: 3982500
recommended-version: "v0.8.3"
commit: "5943e960d61bbfcda324223aff7c34e46131f6cf"
go-version: "go1.18"
ksync-engine: "tendermint"
- name: "v1.0.15"
- name: "v1.0.0"
height: 6542800
recommended-version: "v1.0.15"
commit: "1f5e2618362303d91f621b47cbc1115cf4fa0195"
Expand Down

0 comments on commit f4451ca

Please sign in to comment.