Skip to content

Commit b93d1aa

Browse files
authored
Update Geyser grpc endpoint & x-token names for .env
1 parent 3c5fb39 commit b93d1aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,10 @@ The protoc generates the code with absolute imports. Since we placed the generat
128128
Create a `.env` file with your Geyser credentials. If you use Chainstack, enable the Yellowstone gRPC Geyser Plugin and the credentials will appear on the overview page of your Solana node.
129129

130130
```env
131-
GEYSER_ENDPOINT=your_provider_endpoint
132-
GEYSER_API_TOKEN=your_api_token
131+
GEYSER_ENDPOINT=YOUR_CHAINSTACK_YELLOWSTONE_GEYSER_GRPC_ENDPOINT
132+
GEYSER_API_TOKEN=YOUR_CHAINSTACK_YELLOWSTONE_GEYSER_X_TOKEN
133133
```
134+
See also [Chainstack Yellowstone Geyser add-on](https://chainstack.com/marketplace/yellowstone-grpc-geyser-plugin/).
134135

135136
### Step 4: Core constants and setup
136137

0 commit comments

Comments
 (0)