Skip to content

NODE REAL - #30

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

NODE REAL#30
ghost wants to merge 2523 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

Devops-rechian and others added 17 commits April 24, 2026 09:26
* feat: add AiFi (3600) metadata and RPC endpoints

* Rename chainId-3600.js to chainid-3600.js

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* Add AICChain Mainnet and Testnet to chainlist

Add support for AICChain Mainnet and Testnet networks to Chainlist

### Files Added
- `constants/additionalChainRegistry/chainid-3018.js` - AICChain Mainnet
- `constants/additionalChainRegistry/chainid-30181.js` - AICChain Testnet

### AICChain Mainnet (Chain ID 3018)
- **Network Name**: AICChain Mainnet
- **RPC Endpoint**: https://rpc.aicchain.io
- **WebSocket**: wss://ws.aicchain.io
- **Native Currency**: AIC (18 decimals)
- **Block Explorer**: https://scan.aicchain.io
- **Features**: EIP155, EIP1559

### AICChain Testnet (Chain ID 30181)
- **Network Name**: AICChain Testnet
- **RPC Endpoint**: https://testrpc.aicchain.io
- **WebSocket**: wss://testws.aicchain.io
- **Native Currency**: tAIC (18 decimals)
- **Block Explorer**: https://testscan.aicchain.io
- **Features**: EIP155, EIP1559

### Unified Logo
- Both networks use: https://aic-assets.aicchain.io/android-chrome-192x192.png (192x192)

### Benefits
- Users can easily add AICChain networks to MetaMask and other Web3 wallets
- RPC endpoints and explorers are readily available on chainlist.org
- Testnet enables development and testing before mainnet deployment
- Supports both EIP155 and EIP1559 standards

### Official Links
- Website: https://www.aicchain.io
- Mainnet Explorer: https://scan.aicchain.io
- Testnet Explorer: https://testscan.aicchain.io

* Remove icons array from chainid-3018.js

Removed icons array from chainid-3018.js.

* Update chainid-30181.js

---------

Co-authored-by: Define101 <93603962+Define101@users.noreply.github.com>
* 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
nickhyvechain and others added 30 commits August 17, 2026 11:58
* Add HyveChain (chainId 7847)

EVM-compatible Cosmos SDK chain, live on mainnet since March 2026.
~3.44M blocks, ~3.3 s block time, fixed supply of 124,981,250 HYVE.

Verified against the live RPC before opening:
  eth_chainId              0x1ea7 = 7847, matches chainId and networkId
  baseFeePerGas            0x3b9aca00 on the latest block
  eth_feeHistory           returns a baseFeePerGas series
  eth_maxPriorityFeePerGas answers
so EIP155 and EIP1559 are both claimed on measurement, not assumption.

The endpoint serves valid TLS and returns Access-Control-Allow-Origin: *
exactly once on both the preflight and the POST, so browser wallets can use it.

Note: tests/check-duplicate-keys.js currently fails on extraRpcs.js and
chainIds.js with 'Octal escape sequences are not allowed in strict mode'.
That failure is present on a clean checkout without this change - verified by
removing this file and re-running - and is unrelated to it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Retrigger CI

The previous validate run was cancelled after sitting 15m in the queue; its
logs are already gone (BlobNotFound). 24 of the last 25 runs on this repo
succeeded, so this was not a content failure.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: tedyuuuu <tedyuuuu@hyvechain.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
* Add Pexli Testnet (Chain ID 78901)

Adds Pexli Testnet configuration with its RPC, faucet, native PEX currency, and two block explorers.

* Remove unavailable Pexli Testscan explorer

Removed Pexli Testscan entry from the chain registry.
Co-authored-by: mineriafjs-crypto <261255265+mineriafjs-crypto@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
ChainList no longer displays third-party ads or loads the HypeLab SDK.

Use the local Umami tracker to send site analytics to the dedicated ChainList property on Tasty.
Adds the public FirstTensor EVM JSON-RPC endpoint for Genesis L1 (chain ID 29).

RPC:
https://evm.genesisl1.firsttensor.com

The endpoint is publicly accessible over HTTPS and returns chain ID 29 (0x1d).
* Add Kryvora Testnet

* Export data for Kryvora Testnet configuration

---------

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

* Update chainid‑4959.js
* Add holodao Mainnet and Testnet (ChainId 15675,15676)

* Export data and update networkId in chainid-15675.js

* Refactor chainid-15676.js to export data

Export the data object and update shortName.

---------

Co-authored-by: Define101 <93603962+Define101@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
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.