Skip to content

Commit

Permalink
update celestia mocha and arabica to mocha-3 and arabica-9 (#2279)
Browse files Browse the repository at this point in the history
* fix: length of pretty_names

* style: update icon for celestia chains

* deps: update chain information for Arabica

* deps: bump celestia-app version

* deps: bump mocha chain ID and celestia-app versions

* update peer/seed

* update to P-OPS peer

* fix: suggestion from code review

* deps: update dependencies and add arabica bump

* Update testnets/celestiatestnet2/chain.json

Co-authored-by: Nguyen Nhu Viet <[email protected]>

* Update testnets/celestiatestnet2/chain.json

Co-authored-by: Nguyen Nhu Viet <[email protected]>

* deps: bump to arabica-9, mocha-3, rc6

* deps: update seed from https://github.com/celestiaorg/networks/blob/master/mocha-3/seeds.txt

* deps: update arabica seed

* deps: rc7 for app

* Update chain.json

---------

Co-authored-by: Nguyen Nhu Viet <[email protected]>
  • Loading branch information
jcstein and Bidon15 authored Jul 15, 2023
1 parent 3486153 commit 456a929
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
26 changes: 13 additions & 13 deletions testnets/celestiatestnet2/chain.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "celestiatestnet2",
"chain_id": "arabica-8",
"chain_id": "arabica-9",
"pretty_name": "Arabica Testnet",
"status": "live",
"network_type": "testnet",
Expand All @@ -22,51 +22,51 @@
},
"codebase": {
"git_repo": "https://github.com/celestiaorg/celestia-app",
"recommended_version": "v1.0.0-rc1",
"recommended_version": "v1.0.0-rc7",
"compatible_versions": [
"v1.0.0-rc1"
"v1.0.0-rc7"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-5/genesis.json"
"genesis_url": "https://raw.githubusercontent.com/celestiaorg/networks/master/arabica-9/genesis.json"
},
"versions": [
{
"name": "v1.0.0-rc1",
"recommended_version": "v1.0.0-rc1",
"name": "v1.0.0-rc7",
"recommended_version": "v1.0.0-rc7",
"compatible_versions": [
"v1.0.0-rc1"
"v1.0.0-rc7"
]
}
]
},
"peers": {
"seeds": [
{
"id": "12D3KooWDXkXARv79Dtn5xrGBgJePtCzCsEwWR7eGWnx9ZCyUyD6",
"address": "celestia-arabica.com",
"id": "5a7a963c342ee2b8960e6cb9b7451e5743133781",
"address": "consensus-full-arabica-9.celestia-arabica.com",
"provider": "Celestia"
}
]
},
"apis": {
"rpc": [
{
"address": "https://consensus-full-arabica-8.celestia-arabica.com/",
"address": "https://consensus-full-arabica-9.celestia-arabica.com/",
"provider": "Celestia"
}
],
"rest": [
{
"address": "https://api-arabica-8.consensus.celestia-arabica.com/",
"address": "https://api-arabica-9.consensus.celestia-arabica.com/",
"provider": "Celestia"
}
]
},
"explorers": [
{
"kind": "Ping.Pub",
"url": "https://explorer-arabica-8.celestia-arabica.com/arabica-8",
"tx_page": "https://explorer-arabica-8.celestia-arabica.com/arabica-8/tx/${txHash}"
"url": "https://explorer-arabica-9.celestia-arabica.com/arabica-9",
"tx_page": "https://explorer-arabica-9.celestia-arabica.com/arabica-9/tx/${txHash}"
}
]
}
20 changes: 10 additions & 10 deletions testnets/celestiatestnet3/chain.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "celestiatestnet3",
"chain_id": "mocha",
"chain_id": "mocha-3",
"pretty_name": "Mocha Testnet",
"status": "live",
"network_type": "testnet",
Expand All @@ -22,29 +22,29 @@
},
"codebase": {
"git_repo": "https://github.com/celestiaorg/celestia-app",
"recommended_version": "v0.11.1",
"recommended_version": "v1.0.0-rc9",
"compatible_versions": [
"v0.12.0"
"v1.0.0-rc9"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/celestiaorg/networks/master/mocha/genesis.json"
"genesis_url": "https://raw.githubusercontent.com/celestiaorg/networks/master/mocha-3/genesis.json"
},
"versions": [
{
"name": "v0.11.1",
"recommended_version": "v0.11.1",
"name": "v1.0.0-rc9",
"recommended_version": "v1.0.0-rc9",
"compatible_versions": [
"v0.12.0"
"v1.0.0-rc9"
]
}
]
},
"peers": {
"seeds": [
{
"id": "9aa8a73ea9364aa3cf7806d4dd25b6aed88d8152",
"address": "celestia.seed.mzonder.com",
"provider": "Mzonder"
"id": "3314051954fc072a0678ec0cbac690ad8676ab98",
"address": "65.108.66.220:26656",
"provider": "P-OPS"
}
]
},
Expand Down

0 comments on commit 456a929

Please sign in to comment.