Update gossip entrypoints

This commit is contained in:
Michael Vines 2020-10-10 08:39:13 -07:00
parent 86ca85d72b
commit 1859fbeb30
1 changed files with 2 additions and 2 deletions

View File

@ -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