MyEtherWallet / etherwallet

https://vintage.myetherwallet.com
MIT License
2.34k stars 1.72k forks source link

WebChain is using a non-unique Chain ID #2145

Closed suryanshkumr closed 5 years ago

suryanshkumr commented 5 years ago

Webchain is using ChainID 101 which is not unique because EtherInc is using ChainID 101.

EtherInc first block was created on 2018-02-13 21:59:01 +0530 (https://explorer.einc.io/block/1)

WebChain first block was created on 2018-05-08 14:12:10 +0530 (https://explorer.webchain.network/block/1)

so as you can see EtherInc was running chainID 101 from Feb and WebChain using same chainid from May.

hackmod commented 5 years ago

webchain chainId 101: from https://github.com/webchain-network/webchaind/blob/master/core/config/mainnet.json#L33

Etherinc chainId 101: from https://github.com/etherinc/go-etherinc/blob/master/params/config.go#L34

hackmod commented 5 years ago

why don't you open an issue at webchain? https://github.com/webchain-network/webchaind/issues it seems very problematic

suryanshkumr commented 5 years ago

https://github.com/webchain-network/webchaind/issues/1

suryanshkumr commented 5 years ago

https://github.com/webchain-network/webchaind/issues/1#issuecomment-437853320