From 0c0e632630e41269a20d58f712948ddbaa4ac96f Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Tue, 31 Aug 2021 16:28:12 +0300 Subject: [PATCH] Parent section in Arbitrum on xDai (#390) * chain information for Arbitrum on xDai * add parent section to make explicit relationship with xDai --- _data/chains/eip155-200.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-200.json b/_data/chains/eip155-200.json index 516b5375..010c8d5c 100644 --- a/_data/chains/eip155-200.json +++ b/_data/chains/eip155-200.json @@ -17,5 +17,9 @@ "name": "blockscout", "url": "https://blockscout.com/xdai/arbitrum", "standard": "EIP3091" - }] + }], + "parent": { + "chain": "eip155-100", + "type": "L2" + } } \ No newline at end of file