blob: 5d62ee3891941141003c8585b38a3879d8bc839f (
plain) (
tree)
|
|
## Reserved Network IDs
`NetworkID` (or `ChainID`) is a mechanism to separate networks(or chains) owned by different organizations. **Tangerine foundation** reserves these networkIDs:
- **373**: mainnet
- **374**: testnet
- **375, 376**: private testnet during development.
### Reference
- [NetworkID SLIP](https://github.com/satoshilabs/slips/blob/master/slip-0044.md)
|