Skip to content

Commit

Permalink
fip-0039: update chain ids
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Apr 20, 2023
1 parent 9a1f0ab commit 79be3e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions FIPS/fip-0039.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Currently, transactions signed for testnets are also valid on mainnet and could
## Specification
### Chain Identifiers
The following chain IDs **MUST** be defined for the Filecoin networks.
- Filecoin: `CHAIN_ID := 1` (TBD)
- Interopnet: `CHAIN_ID := 10` (TBD)
- Butterlfynet: `CHAIN_ID := 20` (TBD)
- Calibnet: `CHAIN_ID := 30` (TBD)
- Devnet: `CHAIN_ID := 4269` (TBD)
- Filecoin: `CHAIN_ID := 314`
- Hyperspace: `CHAIN_ID := 3141`
- Wallaby: `CHAIN_ID := 31415`
- Butterlfynet: `CHAIN_ID := 3141592`
- Calibnet: `CHAIN_ID := 314159`
- Devnet: `CHAIN_ID := 31415926`

### Unsigned Messages
The unsigned message **SHOULD** be appended by an additional field `chain_id`. Legacy messages remain valid but **SHOULD** be deprecated.
Expand Down

0 comments on commit 79be3e1

Please sign in to comment.