chains/README.md

38 lines
838 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`
2019-04-02 13:00:00 +00:00
## Example
2019-02-08 23:20:14 +00:00
```json
2018-12-20 20:43:59 +00:00
{
"name": "Ethereum Mainnet",
"chain": "ETH",
"network": "mainnet",
2019-04-02 13:00:00 +00:00
"rpc": [
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth"
],
"faucets": [],
2019-07-02 10:02:07 +00:00
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ethereum.org",
2019-07-02 10:02:07 +00:00
"shortName": "eth",
"chainId": 1,
"networkId": 1
2018-12-20 20:43:59 +00:00
}
```
2021-03-14 15:24:22 +00:00
## Usages
2021-03-26 10:51:40 +00:00
* [chainlist.org](https://chainlist.org) or [networklist-org.vercel.app](https://networklist-org.vercel.app) as a staging version with a more up-to-date list
2021-03-14 15:24:22 +00:00
* [chainid.network](https://chainid.network)
* [WallETH](https://walleth.org)
* [TREZOR](https://trezor.io)
* Your project - contact us to add it here!