chains/README.md

20 lines
344 B
Markdown
Raw Normal View History

2018-12-20 17:57:42 +00:00
# EVM-based Chains
Listed by chainId according to EIP-155
2018-12-20 20:43:59 +00:00
Data source available on `_data/chains.json`
Example Format
2019-02-08 23:20:14 +00:00
```json
2018-12-20 20:43:59 +00:00
{
"name": "Ethereum Mainnet",
"short_name": "eth",
"chain": "ETH",
"network": "mainnet",
"chain_id": 1,
2019-02-08 23:20:14 +00:00
"network_id": 1,
2019-02-11 17:22:12 +00:00
"rpc": ["https://mainnet.infura.io/", "https://api.mycryptoapi.com/eth"]
2018-12-20 20:43:59 +00:00
}
```