From 4490686d2ddc9fa3eb9d5cc681c4f2f07f60f891 Mon Sep 17 00:00:00 2001 From: Luke Heine Date: Wed, 1 Dec 2021 23:40:29 -0500 Subject: [PATCH] updated readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 837897b70..be1d75e20 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,18 @@ This is a unix time stamp that configures when your mint will be open. REACT_APP_SOLANA_NETWORK=devnet ``` -This identifies the Solana network you want to connect to. Options are `devnet`, `testnet`, and `mainnet`. +This identifies the Solana network you want to connect to. Options are `devnet`, `testnet`, and `mainnet-beta`. ``` REACT_APP_SOLANA_RPC_HOST=https://explorer-api.devnet.solana.com ``` This identifies the RPC server your web app will access the Solana network through. +Use the following for mainnet + +``` +REACT_APP_SOLANA_RPC_HOST=https://explorer-api.mainnet-beta.solana.com +``` # Getting Started with Create React App