Skip to content

provides metadata for networkIDs and chainIDs

License

Notifications You must be signed in to change notification settings

CyberMiles/chains

This branch is 3364 commits behind ethereum-lists/chains:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e316c79 · Jan 14, 2020
May 20, 2019
May 22, 2019
Jan 14, 2020
Jan 25, 2019
Jan 25, 2019
Dec 20, 2018
Jan 25, 2019
Jan 25, 2019
Nov 7, 2019
Oct 23, 2019
Jun 17, 2019
Dec 20, 2018
Jan 31, 2019
Dec 20, 2018
Dec 20, 2018
Dec 20, 2018
Aug 12, 2019
Jan 25, 2019
Apr 24, 2019
Nov 7, 2019
May 22, 2019
May 22, 2019
May 22, 2019
Oct 12, 2019
Aug 12, 2019
May 22, 2019

Repository files navigation

EVM-based Chains

Listed by chainId according to EIP-155

Data source available on _data/chains.json

Example

{
  "name": "Ethereum Mainnet",
  "chain": "ETH",
  "network": "mainnet",
  "rpc": [
    "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
    "https://api.mycryptoapi.com/eth"
  ],
  "faucets": [],
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "infoURL": "https://ethereum.org",
  "shortName": "eth",
  "chainId": 1,
  "networkId": 1
}

About

provides metadata for networkIDs and chainIDs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.4%
  • HTML 12.3%
  • Kotlin 9.4%
  • JavaScript 8.5%
  • Ruby 4.4%