NODE REAL#30
Open
ghost wants to merge 2307 commits into
Open
Conversation
Closed
nitindudeja2107
referenced
this pull request
Dec 16, 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
* feat: Add four new fullnode RPCs for COTI (2632500) * feat: Add four new fullnode RPCs for COTI (2632500)
* add: Celeschain (Cles) - chainid 22225 * Update link explorer
* Add new dRPC RPC endpoints and network updates This update adds new and corrected RPC endpoints for multiple networks * Fix duplicate chain entries and merge RPCs into existing blocks Resolved duplicate chainId entries noted in review (4202 , 3441006, 999999999, 8453, 232, 1440000). Removed new top-level blocks for chainIds that already have existing rpcs arrays upstream and merged dRPC endpoints into the correct existing entries. Left chainId 97477 intact as no prior entry exists in the repository. * Revert "Fix duplicate chain entries and merge RPCs into existing blocks" This reverts commit 3ac8bf1. * fix * fix tests * Revert "fix tests" This reverts commit 6c79b10. --------- Co-authored-by: mintdart <96025197+mintdart@users.noreply.github.com>
* add provernet testnet * update shortname
Add OriginStake mainnet RPC for Monad & Story
* Add BGGChain configuration for chainId 3005 * Export data from chainid-3005.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Add AETRON Mainnet chain
* add-anq-chain: add anq chain * Fix missing newline at end of chainid-11417.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Add iTani Network Chain * Add iTani Network Chain * Fix icon URL to use chain slug
* Add Entropy Chain registry data * Update chainid-19911.js * Add MON CHAIN registry data
* Add 0xRPC Mordor Testnet * 0xrpc: address comments
* add PopDEX mainnet,testnet * change the testnet rpc url * change the testnet rpc url * revert mistake change
* 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>
SubQuery RPC is no longer supported
* fix(rpc): Story 체인에서 despreadlabs RPC 제거 despreadlabs Story RPC 엔드포인트(rpc.evm.mainnet.story.despreadlabs.io)를 공개 RPC 목록에서 제거합니다. * style: extraRpcs.js 빈 줄 정리
* feat: add NVNM Testnet EVM configuration * feat: add NVNM Mainnet EVM configuration
* Add Goliath chain configuration * Update chainid-327.js --------- Co-authored-by: Define101 <93603962+Define101@users.noreply.github.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