Skip to content

NODE REAL - #30

Open
ghost wants to merge 2545 commits into
node-real:mainfrom
DefiLlama:main
Open

ghost wants to merge 2545 commits into
node-real:mainfrom
DefiLlama:main

Conversation

@ghost

@ghost ghost commented Oct 16, 2022

Copy link
Copy Markdown

NODE REAL

@ghost ghost left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

PLEASE APPROVE CHANGES

@ghost ghost left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

approve

@ghost ghost left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

node real

@ghost ghost mentioned this pull request Dec 9, 2022
Closed

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This was referenced Dec 27, 2022

@voanhcung voanhcung left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

0xf9C001323f9bF58eaf90B23AF831A626d9e8d435

ghost referenced this pull request May 7, 2023
@Armanidashh

Copy link
Copy Markdown

Delete

Caranell and others added 17 commits May 5, 2026 09:43
* 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>
…2739)

* Add rpcfree.com RPC endpoints for Ethereum, Base, Polygon, Arbitrum

* Fix rpcfree.com privacy url
* Create chainid-9200.js

* Create chainid-8200.js

* Update shortName for chain ID 8200

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
bretep and others added 30 commits August 28, 2026 12:03
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>
* Add Entropy Chain registry data

* Update chainid-19911.js

* Add MON CHAIN registry data

* Add Zentra privacy chain configuration

* Add JOA Chain registry data

* Delete constants/additionalChainRegistry/chainid-1191

* Add JOA Chain configuration

* Delete constants/additionalChainRegistry/zentra.js

* Add files via upload

* Add new file chainid-4848.js

* Update chainid-4848.js

* Add BlockSurety chain data for chainId 4848

* Delete chainid-4848.js

* Add NAKAM Chain data to additionalChainRegistry
* Update explorer URL and icon for Tajirchain

* Change chain status from 'incubating' to 'active'

* Update explorer details for chain ID 7733
Change nativeCurrency.symbol from MARS to MARSCHAIN for Marschain (chain ID 890). This updates the currency symbol supplied in the network metadata.
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.