From 931404eefb43e38e691896293470ddfd6711452a Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 15 Sep 2021 02:13:49 +0200 Subject: [PATCH] Fix parent chain field and add shard note (#419) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ba37e5c..584db353 100644 --- a/README.md +++ b/README.md @@ -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"} ] } }