mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix parent chain field and add shard note (#419)
This commit is contained in:
parent
8b96788583
commit
931404eefb
|
@ -53,7 +53,7 @@ where:
|
|||
* width and height are optional - but when one is there then the other must be there also
|
||||
* format is either "png", "jpg" or "svg"
|
||||
|
||||
If the chain is an L2 you can link it to the parent chain like this:
|
||||
If the chain is an L2 or a shard of another chain you can link it to the parent chain like this:
|
||||
|
||||
|
||||
```json
|
||||
|
@ -61,7 +61,7 @@ If the chain is an L2 you can link it to the parent chain like this:
|
|||
...
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"parent": "eip155-1",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user