From bda9b21b6cba4645b69b4dae1faa1e2321492eef Mon Sep 17 00:00:00 2001 From: Rick Mark Date: Sat, 5 Nov 2022 08:48:51 -0700 Subject: [PATCH] Assign 1337 to reserved private testnet (#1828) * Assign 1337 to reserved private testnet * Update _data/chains/eip155-1337.json * Update _data/chains/eip155-1337.json Co-authored-by: ligi --- _data/chains/eip155-1337.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/chains/eip155-1337.json b/_data/chains/eip155-1337.json index 990b6aaf..b0ef3be1 100644 --- a/_data/chains/eip155-1337.json +++ b/_data/chains/eip155-1337.json @@ -1,16 +1,16 @@ { - "name": "CENNZnet old", - "chain": "CENNZnet", - "rpc": [], + "name": "Geth Testnet", + "title": "Go Ethereum (Geth) Private Testnet", + "chain": "ETH", + "rpc": ["http://127.0.0.1:8545"], "faucets": [], "nativeCurrency": { - "name": "CPAY", - "symbol": "CPAY", + "name": "Geth Testnet Ether", + "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://cennz.net", - "shortName": "cennz-old", + "infoURL": "https://geth.ethereum.org", + "shortName": "geth", "chainId": 1337, - "networkId": 1337, - "status": "deprecated" + "networkId": 1337 }