Skip to content

NODE REAL#30

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

NODE REAL#30
ghost wants to merge 2327 commits into
node-real:mainfrom
DefiLlama:main

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Oct 16, 2022

NODE REAL

Copy link
Copy Markdown
Author

@ghost ghost left a comment

Choose a reason for hiding this comment

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

PLEASE APPROVE CHANGES

Copy link
Copy Markdown
Author

@ghost ghost left a comment

Choose a reason for hiding this comment

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

approve

Copy link
Copy Markdown
Author

@ghost ghost left a comment

Choose a reason for hiding this comment

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

node real

Copy link
Copy Markdown

@nitindudeja2107 nitindudeja2107 left a comment

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
Copy link
Copy Markdown

@voanhcung voanhcung left a comment

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

konstantinrm and others added 17 commits January 7, 2026 11:07
Added additional RPC endpoints for Tempo (42429) and DogeOS (6281971)
* add midl

* fix: changed testnet id

* fix: added explorers

* fix: changed domen
* Create chainid-1718

add chainid file

* add chain 1718 rpcs to extraRpcs.js

* Update and rename chainid-1718 to chainid-2517

* Create chainid-2518

* Update extraRpcs.js

* Update SVP Chain configuration for chainId 2518

* Fix JSON formatting in chainid-2518 file

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: HairyLabs <noreply@hairylabs.io>
…2392)

This PR deprecates remaining references to **CoreDAO Testnet 1115** and removes mainnet **deprecated RPC endpoints**. Testnet 1115 is no longer recommended for development, and continued support may cause confusion, broken integrations, and inconsistent developer experience.

Reference : https://forum.coredao.org/t/core-testnet1-deprecation-notice-migrate-to-core-testnet2/865

Co-authored-by: ggcore0 <183680208+ggcore0@users.noreply.github.com>
* Add Dolphinet Mainnet and Dolphinet Testnet to Chainlist

This PR adds Dolphinet Mainnet and Dolphinet Testnet to Chainlist, both supporting EIP155 and EIP1559 features.

Mainnet:
- ChainID: 1520
- RPC: 
  - https://rpc.dolphinode.world
  - wss://wss.dolphinode.world
  - https://rpc-dev01.dolphinode.world
  - wss://wss-dev01.dolphinode.world
- Explorer: https://explorer.dolphinode.world
- Native Token: DOL (18 decimals)
- Website: https://chain.dolphinode.world

Testnet:
- ChainID: 1519
- RPC: 
  - https://rpc-testnet.dolphinode.world
  - wss://wss-testnet.dolphinode.world
- Explorer: https://explorer-testnet.dolphinode.world
- Native Token: DOL (18 decimals)
- Website: https://explorer-testnet.dolphinode.world

Both chains support:
- EIP155
- EIP1559 (Dynamic transaction fee model)

* Refactor chainid-1520.js to use ES module syntax
Add Dolphinet Mainnet and Dolphinet Testnet to Chainlist

This PR adds Dolphinet Mainnet and Dolphinet Testnet to Chainlist, both supporting EIP155 and EIP1559 features.

Mainnet:
- ChainID: 1520
- RPC: 
  - https://rpc.dolphinode.world
  - wss://wss.dolphinode.world
  - https://rpc-dev01.dolphinode.world
  - wss://wss-dev01.dolphinode.world
- Explorer: https://explorer.dolphinode.world
- Native Token: DOL (18 decimals)
- Website: https://chain.dolphinode.world

Testnet:
- ChainID: 1519
- RPC: 
  - https://rpc-testnet.dolphinode.world
  - wss://wss-testnet.dolphinode.world
- Explorer: https://explorer-testnet.dolphinode.world
- Native Token: DOL (18 decimals)
- Website: https://explorer-testnet.dolphinode.world

Both chains support:
- EIP155
- EIP1559 (Dynamic transaction fee model)
Add support for TBURN Mainnet
- Chain ID: 5800
- RPC: https://tburn.io/rpc
- Explorer: https://tburn.io/scan
- Native Currency: TBURN

This PR adds the mainnet configuration for TBURN blockchain.
* Add Kalichain configuration for chain ID 6533

* Change module export to ES6 export syntax

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: oswald <oswald@oswalddeMacBook-Air.local>
* add hypercluster 838838

* Update chainid-838838.js

---------

Co-authored-by: Ryder Hiew <ryderhiew@Admins-MacBook-Pro.local>
Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Create chainid-4326.js

* Update chainid-4326.js
* feat: update Stable testnet information

* feat: change gas token symbol of Stable mainnet

* feat: update stable-testnet shortname

* update nativeCurrencySymbol of Stable Testnet
crumb-trail and others added 30 commits May 13, 2026 17:02
* 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>
* Add chainid-343 configuration for Capital Exchange SE

* Update chainid-343.js

* Update chainid-343.js

* Update chainid-343.js
Co-authored-by: LTThanhTrung <letranthanhtrung@gmail.com>
* Add APChain mainnet

Add APChain mainnet

* Update chainid-21970.js

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Create chainid-8721.js

* Update chainid-8721.js

* Fix EB-Chain (8721) - remove EIP1559, update infoURL

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Co-authored-by: root <root@vmi2687340.contaboserver.net>
Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Add AXION Mainnet configuration file

* Convert chain-303030.json to chain-303030.js format

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Add Tea Mainnet (chainId 6122)

Add Tea Mainnet (chainId 6122)

* Export data from chainid-6122.js

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
Adds NodeFlare (https://rpc.nodeflare.app) as a public RPC provider for:
- Ethereum (1), BNB Chain (56), Avalanche (43114), Arbitrum (42161),
  Optimism (10), Viction (88), Base (8453), HyperLiquid EVM (999)

NodeFlare is a multi-region EVM RPC service. The public endpoints
require no authentication.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.