Skip to content

Add Datachain Rope RPC endpoints to extraRpcs.js (chainId: 271828)#2464

Open
KazeONGUENE wants to merge 1 commit intoDefiLlama:mainfrom
KazeONGUENE:add-datachain-rope-extrarpc
Open

Add Datachain Rope RPC endpoints to extraRpcs.js (chainId: 271828)#2464
KazeONGUENE wants to merge 1 commit intoDefiLlama:mainfrom
KazeONGUENE:add-datachain-rope-extrarpc

Conversation

@KazeONGUENE
Copy link
Contributor

Summary

This PR adds RPC endpoints for Datachain Rope (Chain ID: 271828) to the extraRpcs.js file.

The chain was added in PR #2449, but the extraRpcs entry was missing. This PR completes the integration.

Changes

  1. Added privacy statement for Datachain
  2. Added RPC endpoints for chain ID 271828

RPC Endpoints

Endpoint Type Status
https://erpc.datachain.network HTTP ✅ Live
https://erpc.rope.network HTTP ✅ Live
wss://ws.datachain.network WebSocket ✅ Live
wss://ws.rope.network WebSocket ✅ Live

Verification

curl -X POST https://erpc.datachain.network \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
# Response: {"jsonrpc": "2.0", "id": 1, "result": "0x425d4"}
# 0x425d4 = 271828

Privacy

Datachain Rope does not collect, store, or track any user data including IP addresses, wallet addresses, or request metadata.

Related


Organization: Datachain Foundation / Braincities Lab
Chain ID: 271828 | Symbol: FAT | Network: Datachain Rope

Made with Cursor

@KazeONGUENE
Copy link
Contributor Author

Hi maintainers,

The privacy policy page referenced in this PR is now live and accessible:

Both pages are fully functional and substantiate our privacy claims. Could you please re-review this PR when you have a moment?

Thank you!

271828: {
rpcs: [
"https://erpc.datachain.network",
"https://erpc.rope.network",
Copy link
Member

Choose a reason for hiding this comment

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

add trackingDetails

@KazeONGUENE
Copy link
Contributor Author

Done! Added tracking: "none" and trackingDetails to all RPC endpoints (both HTTPS and WSS).

All 4 endpoints now have the full tracking information:

  • https://erpc.datachain.network
  • https://erpc.rope.network
  • wss://ws.datachain.network
  • wss://ws.rope.network

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Validation failed for chain files. Please check the workflow logs for details.

Error message:

Validation failed for chainId-1330.js: constants/additionalChainRegistry/chainId-1330.js  does not match chainid-*.js pattern
Validation failed for chainId-1952.js: constants/additionalChainRegistry/chainId-1952.js  does not match chainid-*.js pattern

@KazeONGUENE
Copy link
Contributor Author

Note: The validation errors are not caused by this PR.

The failing files (chainId-1330.js, chainId-1952.js) are pre-existing in the repository's main branch - this PR only modifies constants/extraRpcs.js.

This appears to be a pre-existing repo issue with the naming convention of those files (uppercase I in chainId vs lowercase chainid).

- Added privacy statement for Datachain Rope
- Added RPC endpoints with full tracking details:
  - https://erpc.datachain.network
  - https://erpc.rope.network
  - wss://ws.datachain.network
  - wss://ws.rope.network

Co-authored-by: Cursor <cursoragent@cursor.com>
@KazeONGUENE KazeONGUENE force-pushed the add-datachain-rope-extrarpc branch from 0ac75aa to 9b4cb8f Compare February 5, 2026 10:55
@KazeONGUENE
Copy link
Contributor Author

Fixed! Rebased the branch on the latest main to resolve the validation issues (which were caused by a messy branch history, not our changes).

CI is now passing. Ready for review.

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