mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add constraints section (#1831)
This commit is contained in:
parent
bf6c22e4f2
commit
43886b87eb
|
@ -77,6 +77,13 @@ There are also aggregated json files with all chains automatically assembled:
|
|||
* https://chainid.network/chains.json
|
||||
* 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
|
||||
|
||||
If different chains have the same chainID we list the one with the oldest genesis.
|
||||
|
|
Loading…
Reference in New Issue
Block a user