From a13b9d8c2ca6c7d735a426b22b36ade8be8e5847 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 1 Aug 2025 14:29:24 +0530 Subject: [PATCH] Add WS endpoint detail to deploy readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 135e5b8..8cea6c8 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Required environment variables: Client-side (must be prefixed with NEXT_PUBLIC_): - `NEXT_PUBLIC_SOLANA_RPC_URL` - The RPC URL for the Solana blockchain (SPL token transactions) +- `NEXT_PUBLIC_SOLANA_WS_URL` - The WS URL for the Solana blockchain (SPL token transactions) - `NEXT_PUBLIC_SOLANA_TOKEN_MINT_ADDRESS` - The mint address of the SPL token to accept - `NEXT_PUBLIC_SOLANA_TOKEN_SYMBOL` - The token symbol to display (e.g., "GOR") - `NEXT_PUBLIC_GORBAGANA_RPC_URL` - The RPC URL for the Gorbagana blockchain (native GOR transactions)