NODE REAL - #30
Open
ghost wants to merge 2536 commits into
Open
Conversation
Closed
ghost
reviewed
Dec 20, 2022
This was referenced Dec 27, 2022
Closed
voanhcung
approved these changes
Feb 6, 2023
voanhcung
left a comment
There was a problem hiding this comment.
0xf9C001323f9bF58eaf90B23AF831A626d9e8d435
marines413
approved these changes
May 6, 2023
|
Delete |
Armanidashh
approved these changes
Oct 6, 2025
* Update extraRpcs.js Add OriginStake mainnet RPC for Monad & Story * Update extraRpcs.js Add OriginStake Pharos Mainnet RPC
OP Stack L2 testnet on Ethereum Sepolia. Native gas token RUBY (Custom Gas Token mode). Operated by Elektrum SAS. Co-authored-by: Deiber Olivares <backend.developer@elektrum.io>
* Add Arc (chain ID 5042) to additionalChainRegistry * Add RPC and explorer URLs for Arc chain --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Add rpc99.seignioragecircus.org Fantom RPC endpoint
Closes #2650 Chain ID 988 is Stable Mainnet, not SEDA — confirmed by the existing \`constants/additionalChainRegistry/chainid-988.js\` registry entry which already declares \`chain: \"stable\"\`, \`name: \"Stable Mainnet\"\`, \`shortName: \"stable\"\`, RPC at \`https://rpc.stable.xyz\`. The \"seda\" mapping was added incorrectly in commit 84b1f11 alongside chain 964 (bittensor_evm). \"seda\" doesn't reference any other entry in \`constants/chainIds.js\`, so this fix is contained to one line. Co-authored-by: tarun-khatri <tarun-khatri@users.noreply.github.com>
* Add Rayls Mainnet configuration * Update RPC and explorer URLs for Rayls Mainnet * Update chainid-72957.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Add Sentrix Chain (mainnet 7119, testnet 7120) Sentrix is an open-source Layer 1 blockchain (Rust + EVM via revm) with DPoS+BFT consensus and 1-second blocks. Mainnet: chainId 7119, RPC https://rpc.sentrixchain.com Testnet: chainId 7120, RPC https://testnet-rpc.sentrixchain.com Both entries point at the canonical Sentrix Scan + Blockscout explorers (Blockscout is EIP-3091 conformant; Sentrix Scan is a custom Next.js explorer). * Drop Blockscout entry; Sentrix Scan now EIP3091-compliant Sentrix Labs is consolidating to a single explorer (scan.sentrixchain.com). The parallel Blockscout sidecar is being retired. scan.sentrixchain.com now exposes EIP-3091 routes: /block/<n> /tx/<hash> /address/<addr> /token/<addr> all returning 200 (via locale-prefix redirect chain). Updated standard: 'none' → 'EIP3091' on the Sentrix Scan entry. --------- Co-authored-by: Satya Kwok <satyakwok@users.noreply.github.com> Co-authored-by: Satya Kwok <satyakwik@users.noreply.github.com>
* use pnpm * update deps
* fix(sentrix): testnet explorer URL + EIP3091 compliance - Testnet explorer URL was scan.sentrixchain.com (mainnet host), causing wallet deep-links to testnet tx hashes to land on the mainnet API and render 'transaction not found'. Switch to the testnet-locked variant scan-testnet.sentrixchain.com so host detection auto-pins testnet without user toggle. - Standard upgraded 'none' -> 'EIP3091'. Same Next.js codebase serves both hosts; /block/<n>, /tx/<hash>, /address/<addr>, /token/<addr> all return 200 verified live. * fix(7120): nativeCurrency = Sentrix/SRX (was 'Sentrix Testnet'/'tSRX') Per Sentrix Chain canonical naming (locked 2026-05-10): - mainnet display: 'Sentrix Chain', testnet display: 'Sentrix Testnet' - nativeCurrency.name: 'Sentrix' (BOTH networks) - nativeCurrency.symbol: 'SRX' (BOTH networks) Pre-fix: 7120 had nativeCurrency.name='Sentrix Testnet' (drift from canonical — should match 7119) + symbol='tSRX' (no separate testnet ticker per canonical). This drift would surface in MetaMask + every wallet UI's add-network confirmation as a false symbol mismatch with the mainnet 7119 entry. Found during pre-CoinGecko-listing chain-identity audit. --------- Co-authored-by: satyakwok <satyakwok@users.noreply.github.com>
* Create chainid-13390.js * Update chainid-13390.js * Update MeeChain 13390 RPC and network metadata --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Add Mars Chain Testnet (chainId 704852) Arbitrum Orbit Stack L2 testnet on Ethereum Sepolia. Native gas token MarsC (Custom Gas Token mode). Operated by XINFINITY. * [FIX] update https and wss rpc urls for chainid-704852.js
Sentrix Chain entries already merged via #2707 into constants/additionalChainRegistry/. Adding the chainSlug entry here so the chain card resolves the icon CDN URL (icons.llamao.fi/icons/chains/rsz_sentrix.jpg) instead of falling back to /unknown-logo.png. Companion icon PR will be opened against DefiLlama/icons:v2 to provide the asset itself. Co-authored-by: satyakwok <satyakwok@users.noreply.github.com>
* Add Nura Chain configuration to chainid-1020.json * Convert chain data to ES module export format * Add icon for Nura Chain (chainId 1020) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Our team consolidated the official RPC endpoint for MetaFlux Devnet (chain ID 114514) onto a single hostname. https://devnet-gateway.mtf.exchange/evm -> https://api.devnet.mtf.exchange/evm
* Add Univex Network chain configuration * Export data for Univex Network chain configuration --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: automatedllama[bot] <319316472+automatedllama[bot]@users.noreply.github.com>
* Add Liberty Reserve chain configuration _data/chains/1410.json * Add configuration for Liberty Reserve Chain * Delete _data/chains/1410.json * Export data from chainid-1410.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Create chainid-15497.js * Change module export to ES6 export syntax --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: bretep <717695-bretep@users.noreply.gitlab.com>
* Add MBTX Mainnet (271831) and MBTX Nexus (271832) * Fix native currencies: MBTX for L1, ETH for L2 * Fix RPCs: separate L1 and L2 endpoints, correct native currencies * Update RPCs and fix explorer URL trailing slash * Update RPC URLs for MBTX Mainnet and MBTX Nexus * Remove stray icon files * Revert constants/extraRpcs.js edits: MBTX chains live only in chain JSON files --------- Co-authored-by: meltampsfyminc <meltamps@fymfoundationinc.onmicrosoft.com> Co-authored-by: mbtampus <mbtampus@users.noreply.github.com>
* Create chainid-314169.js * Update chainid-314169.js * Update chainid-314169.js
## Add PulseHeartBeat public RPC for PulseChain (chainId 369) **Website:** https://pulseheartbeat.com **Privacy:** No tracking, logging, or data retention. Cloudflare edge provides DDoS protection and rate limiting with no origin-side data storage. **Notes:** Self-hosted public RPC for PulseChain. API restricted to eth, net, web3 namespaces. Rate limited to 10 requests per 10 seconds per IP.
… for Viction (88) (#3099) * Fix RouteMesh chain ID for Robinhood Chain (4663) * Add RouteMesh RPC for Viction (chain 88) --------- Co-authored-by: test <test@test>
* generate providers * alpaca comments
Co-authored-by: TheJudii <17629187+TheJudii@users.noreply.github.com>
List https://rpc.etcmc.xyz on Chainlist for Ethereum Classic mainnet. The endpoint is synced, CORS-enabled, and operated by ETCMC with a no-tracking privacy policy.
* Add Zagros Mainnet (chainId 21072026) * Add icon reference for Zagros Mainnet (chainId 21072026) --------- Co-authored-by: Gökhan <gokhan@Gokhan-MacBook-Pro.local>
* Add Emberchain configuration for chain ID 7773 * Export data from chainid-7773.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: OrdoFi <ordofi@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Remove corrupt RPC aggregator
* Update extraRpcs.js * Update extraRpcs.js
* Add chainid-723.js for LXON blockchain configuration Adding LXON blockchain network to Chainlist. Network Details: - Chain Name: LXON - Chain ID: 723 - RPC URL: https://www.lxon.in - Native Currency: XON - Decimals: 18 - Network Type: EVM-compatible The LXON blockchain is a production-ready network running on AWS with 4 nodes (1 RPC + 3 validators). The network features 1-second block time and is currently operational at https://www.lxon.in This network is ready for public use and MetaMask integration. * Update chain ID and RPC configuration for LXON Updated chain ID from 723 to 724 and modified RPC URLs and explorers. * Add LXON Mainnet (chainId 724) --------- Co-authored-by: Adityak123-sketch <djaditya7777777@gmail.com>
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.
NODE REAL