Add parent field to arbitrum (#418)

* Add parent field to arbitrum

* Update _data/chains/eip155-42161.json
This commit is contained in:
ligi 2021-09-15 02:12:28 +02:00 committed by GitHub
parent f618b20fda
commit 8b96788583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,10 @@
"standard": "EIP3091"
}
],
"infoURL": "https://arbitrum.io"
"infoURL": "https://arbitrum.io",
"parent": {
"type" : "L2",
"chain": "eip155-1",
"bridges": [ {"url":"https://bridge.arbitrum.io"} ]
}
}