Skip to content

Incorrect mega-eth testnet chain ID #8074

@trocher

Description

@trocher

The chain ID for mega-eth is 6343, however, it is stored as 6342:

"chainId": 6342,
"networkId": 6342,

Source:

curl -s -X POST https://carrot.megaeth.com/rpc \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'
{"jsonrpc":"2.0","id":1,"result":"0x18c7"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions