question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ChainID 101 conflict

See original GitHub issue

There are two chains with the chain_id 101. We need to remove one of them!

  {
    "name": "Webchain",
    "short_name": "web",
    "chain": "WEB",
    "network": "mainnet",
    "chain_id": 101,
    "network_id": 37129,
    "rpc": []
  },
  {
    "name": "EtherInc",
    "short_name": "web",
    "chain": "WEB",
    "network": "mainnet",
    "chain_id": 101,
    "network_id": 1,
    "rpc": []
  }

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ligicommented, Mar 28, 2019

I signal to remove webchain. IMHO we should really discourage duplicate chainIDs as it leads to possible replay attacks and ugly code. Etherinc produced the first block before webchain - this is the root of my signaling. And IMHO we should also use this as a guideline for the future.

what do you think @pedrouid @bmann

would be great to have a decision on this soon as #40 depends on it

1reaction
pedrouidcommented, Mar 26, 2019

Cool, just updated the list on commit 09c24317a22c56f92a5460793b704f362aadd7b9

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chain-specific addresses - Wallets - Ethereum Magicians
Example of an EIP155 dispute: ChainID 101 conflict · Issue #25 · ethereum-lists/chains · GitHub. If most parties feel that EIP155 is not...
Read more >
Chainlist
Chainlist is a list of EVM networks. Users can use the information to connect their wallets and Web3 middleware providers to the appropriate...
Read more >
Hardhat errors | Ethereum development environment for ...
#HH101: Connected to the wrong network. Your config specifies a chain id for the network you are trying to use, but Hardhat detected...
Read more >
Solidity Documentation - Read the Docs
Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs.
Read more >
Primary Structure Section - wwPDB Format version 3.3
13 Character chainID Chain identifier. ... 3C2J 3C2J 1 8 DBREF 3C2J B 101 108 PDB 3C2J 3C2J 101 108 DBREF 1FFK 0...
Read more >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found