From 1859fbeb309708168a1e23678570db15bebb2fd8 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 10 Oct 2020 08:39:13 -0700 Subject: [PATCH] Update gossip entrypoints --- docs/src/clusters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/clusters.md b/docs/src/clusters.md index c6458e6d4d..2cb8749a37 100644 --- a/docs/src/clusters.md +++ b/docs/src/clusters.md @@ -23,7 +23,7 @@ Explorers: - Devnet includes a token faucet for airdrops for application testing - Devnet may be subject to ledger resets - Devnet typically runs a newer software version than Mainnet Beta -- Gossip entrypoint for Devnet: `devnet.solana.com:8001` +- Gossip entrypoint for Devnet: `entrypoint.devnet.solana.com:8001` - RPC URL for Devnet: `https://devnet.solana.com` ##### Example `solana` command-line configuration @@ -64,7 +64,7 @@ The `--trusted-validator`s is operated by Solana - Testnet includes a token faucet for airdrops for application testing - Testnet typically runs a newer software release than both Devnet and Mainnet Beta -- Gossip entrypoint for Testnet: `35.203.170.30:8001` +- Gossip entrypoint for Testnet: `entrypoint.testnet.solana.com:8001` - RPC URL for Testnet: `https://testnet.solana.com` ##### Example `solana` command-line configuration