Arabica devnet
Arabica devnet is a testnet from Celestia Labs that is focused exclusively on providing developers with enhanced performance and the latest upgrades for testing their rollups and applications.
Arabica does not focus on validator or consensus-level testing, rather, that is what Mocha testnet is used for. If you are a validator, we recommend testing your validator operations on the Mocha testnet.
Network stability and upgrades
Arabica has the latest updates from all Celestia's products deployed on it, it can be subject to many changes. Therefore, as a fair warning, Arabica can break unexpectedly, but given it will be continuously updated, it is a useful way to keep testing the latest changes in the software.
Developers can still deploy on Mocha testnet their sovereign rollups if they chose to do so, it just will always lag behind Arabica devnet until Mocha undergoes network upgrades in coordination with validators.
Network details
Detail | Value |
---|---|
Chain ID | arabica-11 |
Genesis hash | 27122593765E07329BC348E8D16E92DCB4C75B34CCCB35C640FD7A4484D4C711 |
Genesis file | https://github.com/celestiaorg/networks/blob/master/arabica-11/genesis.json |
Peers file | https://github.com/celestiaorg/networks/blob/master/arabica-11/peers.txt |
Validators | 4 |
Software version numbers
Software | Version |
---|---|
celestia-node | v0.20.1-arabica |
celestia-app | v3.0.0-arabica |
Integrations
This guide contains the relevant sections for how to connect to Arabica devnet, depending on the type of node you are running. Your best approach to participating is to first determine which node you would like to run. Each node’s guide will link to the relevant network in order to show you how to connect to them. Learn about the different endpoint types in the Cosmos SDK documentation.
Production RPC endpoints
These RPC providers are meant to be used in production environments.
Provider | URL |
---|---|
NewMetric | https://app.newmetric.xyz/start |
Numia | For RPC access: https://docs.numia.xyz/overview/rpc-api-access |
Numia | For data warehouse access: https://docs.numia.xyz/overview/sql-access/chains/celestia |
Grove | https://www.grove.city/ |
Community RPC endpoints
WARNING
Do not rely on the free community endpoints listed below for production deployments. Production deployments should rely on service providers with SLAs or your own node.
RPC endpoints and types of nodes you can run in order to participate in Arabica devnet:
Node type | Endpoint type | Endpoint |
---|---|---|
Consensus nodes (full) | Consensus RPC | https://rpc.celestia-arabica-11.com |
API | https://api.celestia-arabica-11.com | |
gRPC | grpc.celestia-arabica-11.com:443 | |
Direct endpoints with open ports | Open ports: 26656 (p2p), 26657 (RPC), 1317 (API), 9090 (GRPC) | |
validator-1.celestia-arabica-11.com | ||
validator-2.celestia-arabica-11.com | ||
validator-3.celestia-arabica-11.com | ||
validator-4.celestia-arabica-11.com | ||
Data availability nodes | DA Bridge Node Endpoints | /dns4/da-bridge-1.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWGqwzdEqM54Dce6LXzfFr97Bnhvm6rN7KM7MFwdomfm4S |
(light, bridge, full) | /dns4/da-bridge-2.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWCMGM5eZWVfCN9ZLAViGfLUWAfXP5pCm78NFKb9jpBtua | |
/dns4/da-bridge-3.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWEWuqrjULANpukDFGVoHW3RoeUU53Ec9t9v5cwW3MkVdQ | ||
/dns4/da-bridge-4.celestia-arabica-11.com/tcp/2121/p2p/12D3KooWLT1ysSrD7XWSBjh7tU1HQanF5M64dHV6AuM6cYEJxMPk | ||
--core.ip string endpoints | Refer to "Direct endpoints with open ports" above |
You can find the status of these endpoints.
Using consensus endpoints with DA nodes
Data availability (DA) RPC endpoints for bridge node sync
These RPC endpoints allow bridge nodes to sync blocks from the Celestia network. For users, they will need to provide a –core.ip string
from a consensus node’s URL or IP that populates a default RPC port at 26657 to their respective DA node.
Data availability (DA) gRPC endpoints for state access
These gRPC endpoints for DA nodes provide state access for querying the chain’s state and broadcasting transactions (balances, blobs, etc.) to the Celestia network. For users, they will need to provide a –core.ip string
from a consensus node’s URL or IP that populates a default gRPC port at 9090 to their respective DA node.
EXAMPLE
celestia <da_type> start –core.ip <url> -–core.grpc.port <port>
celestia <da_type> start –core.ip <url> -–core.grpc.port <port>
RPCs for DA nodes to initialise or start your celestia-node to Arabica devnet with can be found in the table in the "Direct endpoints with open ports" section above.
As an example, this command will work to start a light node with state access, using default ports:
celestia light start --p2p.network arabica \
--core.ip validator-1.celestia-arabica-11.com
celestia light start --p2p.network arabica \
--core.ip validator-1.celestia-arabica-11.com
Bridge node runners
Not all of the RPC endpoints do not guarantee the full block history. Find an archive endpoint on the community dashboard or run your own consensus node with no pruning for your bridge node.
Arabica devnet faucet
WARNING
USING THIS FAUCET DOES NOT ENTITLE YOU TO ANY AIRDROP OR OTHER DISTRIBUTION OF MAINNET CELESTIA TOKENS. THERE ARE NO PUBLIC SALES OF ANY MAINNET CELESTIA TOKENS.
Discord
You can request from Arabica devnet Faucet on the #arabica-faucet channel on Celestia's Discord server with the following command:
$request <CELESTIA-ADDRESS>
$request <CELESTIA-ADDRESS>
Where <CELESTIA-ADDRESS>
is a celestia1******
generated address.
NOTE
Faucet has a limit of 10 tokens per week per address/Discord ID.
Web
The web faucet is available at https://faucet.celestia-arabica-11.com/.
Explorers
There are multiple explorers you can use for Arabica:
Network upgrades
Join our Telegram announcement channel for network upgrades.
See the network upgrade process page to learn more about specific upgrades like the Ginger network upgrade.