Add Chain 89001 (JAMIROQU.AI / INSAN) RPCs to extraRpcs.js#2728
Open
CAPITALEXCHANGE wants to merge 1 commit intoDefiLlama:mainfrom
Open
Add Chain 89001 (JAMIROQU.AI / INSAN) RPCs to extraRpcs.js#2728CAPITALEXCHANGE wants to merge 1 commit intoDefiLlama:mainfrom
CAPITALEXCHANGE wants to merge 1 commit intoDefiLlama:mainfrom
Conversation
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 two public RPC endpoints for Chain 89001 — JAMIROQU.AI / INSAN, a sovereign EVM chain registered at
ethereum-lists/chains/eip155-89001.The chain is already listed at chainid.network/chain/89001 and chainlist.org/chain/89001, but the RPC list on chainlist.org is currently empty since extraRpcs.js doesn't have an entry yet. This PR fixes that.
Endpoints added
https://rpc.jamiroqu.ai— primaryhttps://rpc.capitalexchange.digital— secondaryBoth RPCs run directly on the chain's two validator nodes; there is no third-party RPC provider involved.
Required questions
Service provider website: https://www.jamiroqu.ai
Privacy policy: We do not actively profile or store user data. IP addresses may be temporarily visible in operational logs for incident response and DDoS mitigation, and only consulted on user request for support. The RPCs operate as public, unauthenticated endpoints maintained by the chain operator (Capital Exchange Markets, Netherlands) - 2026.
Self-hosted / decentralised? Self-hosted by the chain operator on two independent validator nodes at this point in two jurisdictions (NL and DE). No third-party provider.
Verification
Both endpoints respond to standard JSON-RPC and report Chain ID
89001:bash
curl -s -X POST https://rpc.jamiroqu.ai
-H 'Content-Type: application/json'
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'