Skip to content

feat: add Satelink Network RPC endpoints#8314

Open
Satelink-Protocol wants to merge 1 commit into
ethereum-lists:masterfrom
Satelink-Protocol:feat/add-satelink-rpc
Open

feat: add Satelink Network RPC endpoints#8314
Satelink-Protocol wants to merge 1 commit into
ethereum-lists:masterfrom
Satelink-Protocol:feat/add-satelink-rpc

Conversation

@Satelink-Protocol
Copy link
Copy Markdown
Contributor

Summary

Adds Satelink Network RPC endpoints to Polygon, Ethereum, Arbitrum, and Base chains.

About Satelink

Satelink is a decentralized physical infrastructure (DePIN) network providing privacy-preserving RPC access with no wallet address or IP address logging.

Endpoints Added

Chain ChainId Endpoint
Polygon Mainnet 137 https://rpc.satelink.network/rpc/polygon
Polygon Mainnet (WSS) 137 wss://rpc.satelink.network/rpc/ws/polygon
Polygon Amoy 80002 https://rpc.satelink.network/rpc/amoy
Ethereum Mainnet 1 https://rpc.satelink.network/rpc/ethereum
Arbitrum One 42161 https://rpc.satelink.network/rpc/arbitrum
Base 8453 https://rpc.satelink.network/rpc/base

Verification

All endpoints return valid JSON-RPC responses:

curl -X POST https://rpc.satelink.network/rpc/polygon \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
# Returns: {"jsonrpc":"2.0","id":1,"result":"0x89"}

Privacy

Adds Satelink Network DePIN RPC endpoints to:
- Polygon Mainnet (137): HTTPS + WSS
- Polygon Amoy (80002): HTTPS
- Ethereum Mainnet (1): HTTPS
- Arbitrum One (42161): HTTPS
- Base (8453): HTTPS

Satelink is a decentralized physical infrastructure network
providing privacy-preserving RPC access with no wallet or IP logging.

Website: https://satelink.network
Status: https://rpc.satelink.network/api/status
Chainlist: Already listed (Amoy merged, Mainnet pending)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review.

Copy link
Copy Markdown
Member

@ligi ligi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants