Skip to content

feat(chains): add OrdoFi public RPC and WebSocket to Robinhood Chain - #5093

Merged
jxom merged 1 commit into
wevm:mainfrom
canopyhub:robinhood-ordofi-rpc
Sep 16, 2026
Merged

jxom merged 1 commit into
wevm:mainfrom
canopyhub:robinhood-ordofi-rpc

Conversation

@canopyhub

Copy link
Copy Markdown
Contributor

Description

Adds a second public HTTP RPC and the first WebSocket RPC to the robinhood chain definition (4663).

  • https://rpc.ordofi.network: public, no key, listed in ethereum-lists/chains and on ChainList. Served from nodes in the US and Frankfurt behind one hostname; transactions are simulated before submission and delivered directly to the sequencer.
  • wss://rpc.ordofi.network: eth_subscribe (newHeads, logs) and full JSON-RPC on the same socket. The chain's official RPC is HTTP-only, so this gives viem's webSocket() transport and watchBlocks a native subscription on Robinhood Chain instead of polling.

The official RPC stays first in http.

curl -s https://rpc.ordofi.network -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'
{"jsonrpc":"2.0","id":1,"result":"0x1237"}

Checklist

  • Changeset added
  • Public RPC, no API key

Made with Cursor

@changeset-bot

changeset-bot Bot commented Sep 15, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 350d0d3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
viem Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel

vercel Bot commented Sep 15, 2026

Copy link
Copy Markdown

@OrdoFi is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

@jxom
jxom merged commit 6b4be93 into wevm:main Sep 16, 2026
2 of 3 checks passed
@github-actions github-actions Bot mentioned this pull request Sep 16, 2026
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.

3 participants