Skip to content

feat: add Satelink Network RPC endpoints#8314

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

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

Conversation

@Satelink-Protocol

@Satelink-Protocol Satelink-Protocol commented May 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Satelink Network RPC endpoints to Polygon Mainnet (WSS), Arbitrum One, Base, and Polygon Amoy Testnet.

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 WSS 137 wss://rpc.satelink.network/rpc/ws/polygon
Arbitrum One 42161 https://rpc.satelink.network/rpc/arbitrum
Base 8453 https://rpc.satelink.network/rpc/base
Polygon Amoy Testnet 80002 https://rpc.satelink.network/rpc/amoy

Note: Polygon Mainnet HTTP (https://rpc.satelink.network/rpc/polygon) was already merged into chain 137 previously.

Verification

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"}

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

Privacy

Rebased on upstream/master. Conflicts resolved. Pure additions only — no upstream entries removed.

@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.

@ligi ligi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

resolve conflicts

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>
ethereum.dex.guru explorer in eip155-1.json returns 503 intermittently.
Removing our eip155-1.json change to unblock merge of Polygon/Arbitrum/Base/Amoy.
Ethereum endpoint will be submitted in a separate PR.
Previous conflict resolution accidentally dropped rpcfree.com and other
third-party entries. Restore all upstream entries and only append our RPC URLs.
@Satelink-Protocol Satelink-Protocol requested a review from ligi June 8, 2026 23:54
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