diff --git a/_data/chains/eip155-10.json b/_data/chains/eip155-10.json new file mode 100644 index 00000000..028b7aa1 --- /dev/null +++ b/_data/chains/eip155-10.json @@ -0,0 +1,16 @@ +{ + "name": "Optimistic Ethereum", + "chain": "ETH", + "network": "mainnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "OETH", + "decimals": 18 + }, + "infoURL": "https://optimism.io", + "shortName": "oeth", + "chainId": 10, + "networkId": 10 +} diff --git a/_data/chains/eip155-420.json b/_data/chains/eip155-420.json index 988e2851..e2ed6244 100644 --- a/_data/chains/eip155-420.json +++ b/_data/chains/eip155-420.json @@ -1,16 +1,19 @@ { - "name": "Optimistic Ethereum", + "name": "Optimistic Ethereum Testnet Goerli", "chain": "ETH", - "network": "mainnet", + "network": "goerli", "rpc": [], - "faucets": [], + "faucets": [ + "https://goerli-faucet.slock.it/?address=${ADDRESS}", + "https://faucet.goerli.mudit.blog" + ], "nativeCurrency": { - "name": "Ether", - "symbol": "OETH", + "name": "Görli Ether", + "symbol": "GOR", "decimals": 18 }, "infoURL": "https://optimism.io", - "shortName": "oeth", + "shortName": "ogor", "chainId": 420, "networkId": 420 }