Add constraints section (#1831)

This commit is contained in:
ligi 2022-11-05 17:26:00 +01:00 committed by GitHub
parent bf6c22e4f2
commit 43886b87eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,13 @@ There are also aggregated json files with all chains automatically assembled:
* https://chainid.network/chains.json * https://chainid.network/chains.json
* https://chainid.network/chains_mini.json (miniaturized - fewer fields for smaller filesize) * https://chainid.network/chains_mini.json (miniaturized - fewer fields for smaller filesize)
## Constraints
* the shortName and name MUST be unique - see e.g. EIP-3770 on why
* if referencing a parent chain - the chain MUST exist in the repo
* if using a IPFS CID for the icon - the CID MUST be retrievable via `ipfs get` - not only through some gateway (means please do not use pinata for now)
* for more constraints you can look into the CI
## Collision management ## Collision management
If different chains have the same chainID we list the one with the oldest genesis. If different chains have the same chainID we list the one with the oldest genesis.