Skip to content

provides metadata for networkIDs and chainIDs

License

Notifications You must be signed in to change notification settings

Zilliqa/chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54b5a93 · Apr 2, 2019

History

67 Commits
Feb 9, 2019
Mar 28, 2019
Jan 25, 2019
Jan 25, 2019
Dec 20, 2018
Jan 25, 2019
Jan 25, 2019
Dec 20, 2018
Dec 20, 2018
Jan 31, 2019
Dec 20, 2018
Dec 20, 2018
Dec 20, 2018
Apr 2, 2019
Jan 25, 2019
Jan 25, 2019
Dec 20, 2018
Jan 25, 2019
Jan 25, 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",
  "short_name": "eth",
  "chain": "ETH",
  "network": "mainnet",
  "chain_id": 1,
  "network_id": 1,
  "rpc": [
    "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
    "https://api.mycryptoapi.com/eth"
  ],
  "faucets": [],
  "info_url": "https://ethereum.org"
}

About

provides metadata for networkIDs and chainIDs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 94.1%
  • JavaScript 5.9%