Add Valve RPC for Ethereum (1), PulseChain (369) and PulseChain Testnet v4 (943)#2938
Open
valvecitydev wants to merge 3 commits into
Open
Add Valve RPC for Ethereum (1), PulseChain (369) and PulseChain Testnet v4 (943)#2938valvecitydev wants to merge 3 commits into
valvecitydev wants to merge 3 commits into
Conversation
…v4 (943) Valve runs a privacy-respecting public RPC. For the shared public endpoint we retain no request logs and store no client IP addresses: access logging is disabled for the public key, request analytics record no IP, and per-IP rate-limiting uses ephemeral, salted-hashed counters (no raw IP at rest). No wallet<->IP correlation, no third-party analytics, no data sale — so tracking is "none". https://rpc.valve.city/v1/vk_demo/evm/1 (Ethereum mainnet) https://rpc.valve.city/v1/vk_demo/evm/369 (PulseChain mainnet) https://rpc.valve.city/v1/vk_demo/evm/943 (PulseChain Testnet v4)
valvecitydev
force-pushed
the
valve-rpc-privacy-none
branch
from
July 15, 2026 15:37
4c0d20a to
3f39184
Compare
Valve now serves JSON-RPC over WebSocket at the same path as HTTP, over wss:// (key-authed, metered per call). Add a wss:// entry alongside each existing https:// Valve endpoint, same no-log privacy statement.
Author
|
Update: Valve now serves JSON-RPC over WebSocket, and I consolidated all entries onto the single canonical host
WebSocket is the same URL as HTTP over |
Consolidate the HTTP and WebSocket entries (chains 1, 369, 943) onto the canonical one.valve.city/rpc/<key>/evm/<chainId> surface — the same host and path form documented on learn.valve.city — instead of the rpc.valve.city/v1 variant. Both forms hit the same nodes; one host keeps the listing consistent.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Valve's public RPC endpoints for Ethereum mainnet, PulseChain mainnet, and PulseChain Testnet v4:
https://rpc.valve.city/v1/vk_demo/evm/1(chain 1)https://rpc.valve.city/v1/vk_demo/evm/369(chain 369)https://rpc.valve.city/v1/vk_demo/evm/943(chain 943)All three are marked
tracking: "none". This is accurate for the public endpoint:Privacy policy: https://valve.city/#/privacy
Notes:
Access-Control-Allow-Originreflected for https://chainlist.org).