From cca01242cbcc4cfd6538048fa0409a3dcf36b98c Mon Sep 17 00:00:00 2001 From: Yaz Khoury Date: Fri, 30 Jun 2023 17:34:58 -0400 Subject: [PATCH 1/2] docs: upgrade to arabica-9 --- docs/developers/keplr.mdx | 8 ++++---- docs/developers/node-tutorial.mdx | 4 ++-- docs/nodes/arabica-devnet.mdx | 14 +++++++------- docs/nodes/bridge-node.mdx | 4 ++-- docs/nodes/docker-images.mdx | 6 +++--- docs/nodes/light-node.mdx | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/developers/keplr.mdx b/docs/developers/keplr.mdx index 867a19deb7e..4e35f0ac6b3 100644 --- a/docs/developers/keplr.mdx +++ b/docs/developers/keplr.mdx @@ -15,8 +15,8 @@ import TabItem from '@theme/TabItem'; export const ARABICA_PARAMS = { chainId: `${constants.arabicaChainId}`, chainName: 'Arabica Devnet', - rpc: 'https://consensus-full-arabica-8.celestia-arabica.com/', - rest: 'https://api-arabica-8.consensus.celestia-arabica.com/' + rpc: 'https://consensus-full-arabica-9.celestia-arabica.com/', + rest: 'https://api-arabica-9.consensus.celestia-arabica.com/' } export const MOCHA_PARAMS = { @@ -217,8 +217,8 @@ import '@site/src/components/AddNetworkKeplr'
export const ARABICA_PARAMS = {`{ chainId: '${constants.arabicaChainId}', chainName: 'Arabica Devnet', - rpc: 'https://consensus-full-arabica-8.celestia-arabica.com/', - rest: 'https://api-arabica-8.consensus.celestia-arabica.com/' + rpc: 'https://consensus-full-arabica-9.celestia-arabica.com/', + rest: 'https://api-arabica-9.consensus.celestia-arabica.com/' }`}

{``} diff --git a/docs/developers/node-tutorial.mdx b/docs/developers/node-tutorial.mdx index 60fb46760d2..cedd1c03830 100644 --- a/docs/developers/node-tutorial.mdx +++ b/docs/developers/node-tutorial.mdx @@ -1074,7 +1074,7 @@ which ports are required to be open on your machine. ```sh -celestia light start --core.ip consensus-full-arabica-8.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica +celestia light start --core.ip consensus-full-arabica-9.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica ``` :::tip @@ -1498,7 +1498,7 @@ It will output something like this: “block”: “11”, “app”: “1” }, - “chain_id”: “arabica-8”, + “chain_id”: “arabica-9”, “height”: “1”, “time”: “2023-05-30T15:06:21.9265Z”, “last_block_id”: { diff --git a/docs/nodes/arabica-devnet.mdx b/docs/nodes/arabica-devnet.mdx index 44851629215..22a2cafc938 100644 --- a/docs/nodes/arabica-devnet.mdx +++ b/docs/nodes/arabica-devnet.mdx @@ -61,7 +61,7 @@ Celestia network. The default port is 26657. Below is a list of RPC endpoints you can use to connect to Arabica Devnet: -* `consensus-full-arabica-8.celestia-arabica.com` +* `consensus-full-arabica-9.celestia-arabica.com` ## API endpoints @@ -71,8 +71,8 @@ as REST endpoints. This allows for communication with the node using REST calls, which can be useful if the client does not support gRPC or HTTP2. The default port is 1317. -* [https://api-arabica-8.consensus.celestia-arabica.com/](https://api-arabica-8.consensus.celestia-arabica.com/) -* [https://api-2-arabica-8.consensus.celestia-arabica.com/](https://api-2-arabica-8.consensus.celestia-arabica.com/) +* [https://api-arabica-9.consensus.celestia-arabica.com/](https://api-arabica-9.consensus.celestia-arabica.com/) +* [https://api-2-arabica-9.consensus.celestia-arabica.com/](https://api-2-arabica-9.consensus.celestia-arabica.com/) ## gRPC endpoints @@ -81,8 +81,8 @@ gRPC, a modern open-source and high-performance RPC framework. The default port is 9090. In the Cosmos SDK, gRPC is used to define state queries and broadcast transactions. -* `grpc-arabica-8.consensus.celestia-arabica.com:443` -* `grpc-2-arabica-8.consensus.celestia-arabica.com:443` +* `grpc-arabica-9.consensus.celestia-arabica.com:443` +* `grpc-2-arabica-9.consensus.celestia-arabica.com:443` ## Arabica devnet faucet @@ -106,13 +106,13 @@ Where `` is a `celestia1******` generated address. ### Web -The web faucet is available at [https://faucet-arabica-8.celestia-arabica.com/](https://faucet-arabica-8.celestia-arabica.com/). +The web faucet is available at [https://faucet-arabica-9.celestia-arabica.com/](https://faucet-arabica-9.celestia-arabica.com/). ## Explorers There is an explorer you can use for Arabica: -* [https://explorer-arabica-8.celestia-arabica.com/arabica-8](https://explorer-arabica-8.celestia-arabica.com/arabica-8) +* [https://explorer-arabica-9.celestia-arabica.com/arabica-9](https://explorer-arabica-9.celestia-arabica.com/arabica-9) ## Network upgrades diff --git a/docs/nodes/bridge-node.mdx b/docs/nodes/bridge-node.mdx index f0c03416b49..82ce79634ea 100644 --- a/docs/nodes/bridge-node.mdx +++ b/docs/nodes/bridge-node.mdx @@ -162,7 +162,7 @@ If you need a list of RPC endpoints to connect to, you can check from the list [ Here is an example of initializing the bridge node: ```sh -celestia bridge init --core.ip consensus-full-arabica-8.celestia-arabica.com --p2p.network arabica +celestia bridge init --core.ip consensus-full-arabica-9.celestia-arabica.com --p2p.network arabica ``` @@ -291,7 +291,7 @@ If you need a list of RPC endpoints to connect to, you can check from the list [ Here is an example of starting the bridge node: ```sh -celestia bridge start --core.ip consensus-full-arabica-8.celestia-arabica.com --p2p.network arabica +celestia bridge start --core.ip consensus-full-arabica-9.celestia-arabica.com --p2p.network arabica ``` You can create your key for your node by following the `cel-key` instructions [here](../../developers/celestia-node-key) diff --git a/docs/nodes/docker-images.mdx b/docs/nodes/docker-images.mdx index e2b298daa32..af458f54d0d 100644 --- a/docs/nodes/docker-images.mdx +++ b/docs/nodes/docker-images.mdx @@ -96,7 +96,7 @@ you can refer to the Run the image from the command line:

-docker run -e NODE_TYPE=light -e P2P_NETWORK=arabica ghcr.io/celestiaorg/celestia-node:{arabicaVersions['node-latest-tag']} celestia light start --core.ip consensus-full-arabica-8.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica
+docker run -e NODE_TYPE=light -e P2P_NETWORK=arabica ghcr.io/celestiaorg/celestia-node:{arabicaVersions['node-latest-tag']} celestia light start --core.ip consensus-full-arabica-9.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica
 
:::tip @@ -171,7 +171,7 @@ you can refer to the Run the image from the command line:

-docker run -e NODE_TYPE=bridge -e P2P_NETWORK=arabica ghcr.io/celestiaorg/celestia-node:{arabicaVersions['node-latest-tag']} celestia bridge start --core.ip consensus-full-arabica-8.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica
+docker run -e NODE_TYPE=bridge -e P2P_NETWORK=arabica ghcr.io/celestiaorg/celestia-node:{arabicaVersions['node-latest-tag']} celestia bridge start --core.ip consensus-full-arabica-9.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica
 
:::tip @@ -246,7 +246,7 @@ you can refer to the Run the image from the command line:

-docker run -e NODE_TYPE=full -e P2P_NETWORK=arabica ghcr.io/celestiaorg/celestia-node:{arabicaVersions['node-latest-tag']} celestia full start --core.ip consensus-full-arabica-8.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica
+docker run -e NODE_TYPE=full -e P2P_NETWORK=arabica ghcr.io/celestiaorg/celestia-node:{arabicaVersions['node-latest-tag']} celestia full start --core.ip consensus-full-arabica-9.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica
 
:::tip diff --git a/docs/nodes/light-node.mdx b/docs/nodes/light-node.mdx index a4fcfcb7929..6084006abf6 100644 --- a/docs/nodes/light-node.mdx +++ b/docs/nodes/light-node.mdx @@ -1067,7 +1067,7 @@ If you need a list of RPC endpoints to connect to, you can check from the list [ For example, your command might look something like this: ```sh -celestia light start --core.ip consensus-full-arabica-8.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica +celestia light start --core.ip consensus-full-arabica-9.celestia-arabica.com --gateway.deprecated-endpoints --gateway --gateway.addr 127.0.0.1 --gateway.port 26659 --p2p.network arabica ``` From eb7e9afd28887c686bec7ea2c127917748c78462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joshcs=2Eeth=20=E1=B5=8D=E1=B5=90?= Date: Sat, 1 Jul 2023 23:39:19 -0400 Subject: [PATCH 2/2] docs: bump to arabica-9 in versions/constants.js --- versions/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/constants.js b/versions/constants.js index cc2638c01c1..c1d9a5c2f42 100644 --- a/versions/constants.js +++ b/versions/constants.js @@ -5,7 +5,7 @@ const constants = Object.freeze({ golangApp: "1.19.1", golangCore: "1.19.1", golang: "1.19.1", - arabicaChainId: "arabica-8", + arabicaChainId: "arabica-9", bsrChainId: "blockspacerace-0", mochaChainId: "mocha", arabicaRollkitVersion: "v0.8.2-rc0",