mirror of https://github.com/status-im/EIPs.git
add table of chain id's
This commit is contained in:
parent
581ce45afc
commit
1dee19d34b
|
@ -45,3 +45,19 @@ Notice the use of 37 instead of 27. The signed tx would become:
|
|||
### Rationale
|
||||
|
||||
This would provide a way to send transactions that work on ethereum without working on ETC or the Morden testnet. ETC is encouraged to adopt this EIP but replacing `CHAIN_ID` with a different value, and all future testnets, consortium chains and alt-etherea are encouraged to adopt this EIP replacing `CHAIN_ID` with a unique value.
|
||||
|
||||
|
||||
### List of Chain ID's:
|
||||
|
||||
| `CHAIN_ID` | Chain(s) |
|
||||
| ---------------| -------------------------------------------|
|
||||
| 1 | Ethereum mainnet |
|
||||
| 2 | Morden (disused), Expanse mainnet |
|
||||
| 3 | Ropsten |
|
||||
| 4 | Rinkeby |
|
||||
| 30 | Rootstock mainnet |
|
||||
| 31 | Rootstock testnet |
|
||||
| 42 | Kovan |
|
||||
| 61 | Ethereum Classic mainnet |
|
||||
| 62 | Ethereum Classic testnet |
|
||||
| 1337 | Geth private chains (default) |
|
||||
|
|
Loading…
Reference in New Issue