From 1dee19d34b6883372b15af9e71813882385fdbda Mon Sep 17 00:00:00 2001 From: cdetrio Date: Thu, 4 May 2017 12:54:24 -0400 Subject: [PATCH] add table of chain id's --- EIPS/eip-155.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/EIPS/eip-155.md b/EIPS/eip-155.md index 01c8615f..869a842e 100644 --- a/EIPS/eip-155.md +++ b/EIPS/eip-155.md @@ -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) |