Skip to content

provides metadata for networkIDs and chainIDs

License

Notifications You must be signed in to change notification settings

cgc951/chains

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4921109 · Mar 26, 2021
Nov 13, 2020
Nov 13, 2020
Mar 26, 2021
Jan 25, 2019
Jan 25, 2019
Dec 20, 2018
Jan 25, 2019
Jan 25, 2019
Mar 14, 2021
Feb 5, 2021
Jun 17, 2019
Dec 20, 2018
Jan 31, 2019
Dec 20, 2018
Feb 29, 2020
Dec 20, 2018
Mar 26, 2021
Jan 25, 2019
Apr 24, 2019
Mar 14, 2021
Feb 11, 2021
May 22, 2019
Feb 21, 2021
Nov 13, 2020
Nov 13, 2020
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
}

Usages

About

provides metadata for networkIDs and chainIDs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 62.4%
  • Kotlin 13.5%
  • HTML 11.8%
  • JavaScript 8.1%
  • Ruby 4.2%