diff --git a/EIPS/eip-rpc_eth_chain_id.md b/EIPS/eip-rpc_eth_chain_id.md index c7110645..ab11affe 100644 --- a/EIPS/eip-rpc_eth_chain_id.md +++ b/EIPS/eip-rpc_eth_chain_id.md @@ -2,7 +2,7 @@ EIP: Title: Create `eth_chainId` method for JSON-RPC - Author: Isaac Ardis: isaac.ardis@gmail.com, Wei Tang: hi@that.world + Author: Isaac Ardis: isaac.ardis@gmail.com, Wei Tang: hi@that.world, [@tcz001](https://github.com/tcz001) Type: Standard Track Category: Interface Status: Draft @@ -26,11 +26,6 @@ the RPC. ## Specification -__Related PR__: -https://github.com/ethereum/go-ethereum/pull/15002 - -__Example documentation__: - ---- ### eth_chainId @@ -66,6 +61,12 @@ it fetch a transaction that is known to have signed with a chain ID. This has since caused trouble for application developers, such as MetaMask, to add multi-chain support. +Please note related links: + +- [Parity PR](https://github.com/paritytech/parity/pull/6329) +- [Geth Classic PR (merged)](https://github.com/ethereumproject/go-ethereum/pull/336) + + ## Backwards Compatibility Not relevant.