Skip to content

Commit d57b187

Browse files
authored
docs: adding env vars is optional
1 parent 907a8b8 commit d57b187

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ cd rpc-nodes-mcp
2323
| Dev | `uv pip install -r pyproject.toml -e '.[dev]'` |
2424
| Test | `uv pip install -r pyproject.toml -e '.[test]'` |
2525

26-
### 3. Set environment variables
26+
### 3. Set environment variables (optional)
27+
28+
Default Chainstack endpoints are already provided, but if you'd like to use different ones, please add them to `.env`. The complete list of environment variables:
29+
2730
```
2831
ARBITRUM_RPC_URL=
2932
BASE_RPC_URL=

0 commit comments

Comments
 (0)