Update README.md

This commit is contained in:
Pedro Gomes 2018-12-20 20:43:59 +00:00 committed by GitHub
parent 6d8343a622
commit 0c2badba5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,19 @@
# EVM-based Chains
Listed by chainId according to EIP-155
Data source available on `_data/chains.json`
Example Format
```
{
"name": "Ethereum Mainnet",
"short_name": "eth",
"chain": "ETH",
"network": "mainnet",
"chain_id": 1,
"network_id": 1
}
```