Fix parent chain field and add shard note (#419)

This commit is contained in:
ligi 2021-09-15 02:13:49 +02:00 committed by GitHub
parent 8b96788583
commit 931404eefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"} ]
}
}