From d8071dab68c1ad6aa0e0f0b1433276c2c6fd6f12 Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 23 Nov 2022 03:10:16 +0100 Subject: [PATCH] Remove umlaut from Goerli (#1923) closes #1912 --- _data/chains/eip155-28528.json | 2 +- _data/chains/eip155-420.json | 2 +- _data/chains/eip155-421613.json | 8 ++++---- _data/chains/eip155-5.json | 6 +++--- _data/chains/eip155-534353.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/chains/eip155-28528.json b/_data/chains/eip155-28528.json index 550d3a34..eb2a5d04 100644 --- a/_data/chains/eip155-28528.json +++ b/_data/chains/eip155-28528.json @@ -9,7 +9,7 @@ ], "faucets": [], "nativeCurrency": { - "name": "Görli Ether", + "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, diff --git a/_data/chains/eip155-420.json b/_data/chains/eip155-420.json index 5ea4f9e3..5b76e85b 100644 --- a/_data/chains/eip155-420.json +++ b/_data/chains/eip155-420.json @@ -4,7 +4,7 @@ "rpc": ["https://goerli.optimism.io/"], "faucets": [], "nativeCurrency": { - "name": "Görli Ether", + "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, diff --git a/_data/chains/eip155-421613.json b/_data/chains/eip155-421613.json index 151e2223..3554e627 100644 --- a/_data/chains/eip155-421613.json +++ b/_data/chains/eip155-421613.json @@ -1,12 +1,12 @@ { - "name": "Arbitrum Görli", - "title": "Arbitrum Görli Rollup Testnet", + "name": "Arbitrum Goerli", + "title": "Arbitrum Goerli Rollup Testnet", "chainId": 421613, "shortName": "arb-goerli", "chain": "ETH", "networkId": 421613, "nativeCurrency": { - "name": "Arbitrum Görli Ether", + "name": "Arbitrum Goerli Ether", "symbol": "AGOR", "decimals": 18 }, @@ -15,7 +15,7 @@ "infoURL": "https://arbitrum.io/", "explorers": [ { - "name": "Arbitrum Görli Rollup Explorer", + "name": "Arbitrum Goerli Rollup Explorer", "url": "https://goerli-rollup-explorer.arbitrum.io", "standard": "EIP3091" } diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index 45b748a6..5943c71c 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -1,6 +1,6 @@ { - "name": "Görli", - "title": "Ethereum Testnet Görli", + "name": "Goerli", + "title": "Ethereum Testnet Goerli", "chain": "ETH", "rpc": [ "https://goerli.infura.io/v3/${INFURA_API_KEY}", @@ -13,7 +13,7 @@ "https://faucet.goerli.mudit.blog" ], "nativeCurrency": { - "name": "Görli Ether", + "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, diff --git a/_data/chains/eip155-534353.json b/_data/chains/eip155-534353.json index 6c9fa1f3..c0a08662 100644 --- a/_data/chains/eip155-534353.json +++ b/_data/chains/eip155-534353.json @@ -1,5 +1,5 @@ { - "name": "Scroll Görli Testnet", + "name": "Scroll Goerli Testnet", "chain": "ETH", "rpc": [], "faucets": [],