-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ChainID 0 to increase awareness for EOA registration
- Loading branch information
1 parent
233696d
commit 0bce759
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ This would provide a way to send transactions that work on Ethereum without work | |
|
||
| `CHAIN_ID` | Chain(s) | | ||
| ---------------| -------------------------------------------| | ||
| 0 | Special case for EOAs (see [CAIP-10](https://github.com/ChainAgnostic/namespaces/blob/main/eip155/caip10.md))| | ||
Check failure on line 61 in EIPS/eip-155.md GitHub Actions / EIP Walidatornon-relative link or image
Check failure on line 61 in EIPS/eip-155.md GitHub Actions / EIP Walidatornon-relative link or image
|
||
| 1 | Ethereum mainnet | | ||
| 2 | Morden (disused), Expanse mainnet | | ||
| 3 | Ropsten | | ||
|