From d8c210253c6f9ea14270288c79d69f224b8d3806 Mon Sep 17 00:00:00 2001 From: Karl Floersch Date: Tue, 22 Sep 2020 04:21:55 -0400 Subject: [PATCH] Add Optimistic Eth (#109) * Create 420.json * Update 420.json --- _data/chains/420.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/420.json diff --git a/_data/chains/420.json b/_data/chains/420.json new file mode 100644 index 00000000..62f1a38c --- /dev/null +++ b/_data/chains/420.json @@ -0,0 +1,16 @@ +{ + "name": "Optimistic Ethereum", + "chain": "ETH", + "network": "mainnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://optimism.io", + "shortName": "oeth", + "chainId": 420, + "networkId": 420 +}