Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update celestia #58

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,12 @@ celestia:
genesis-url: https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json
registry-url: https://github.com/cosmos/chain-registry/blob/master/celestia/chain.json
upgrades:
- commit: 915847191e80d836f862eea2664949d9a240abea
- commit: ad18465a88000a5b45ceb63efc7d46efaaa56f2c
go-version: go1.22
height: 1
ksync-engine: celestia-core-v0.34
name: v1.7.0
recommended-version: v1.7.0
name: v1.9.0
recommended-version: v1.9.0
config-version: 1
networks:
kaon-1:
Expand Down
6 changes: 3 additions & 3 deletions celestia/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ codebase:
genesis-name: "v1.7.0"
genesis-url: https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json
upgrades:
- name: "v1.7.0"
- name: "v1.9.0"
height: 1
recommended-version: "v1.7.0"
commit: "915847191e80d836f862eea2664949d9a240abea"
recommended-version: "v1.9.0"
commit: "ad18465a88000a5b45ceb63efc7d46efaaa56f2c"
go-version: "go1.22"
ksync-engine: "celestia-core-v0.34"

Expand Down