From 0037cb4dcd955cd783fce068adaa68be9c848b9a Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Tue, 5 Apr 2022 15:45:55 -0300 Subject: [PATCH] Flag ropsten/rinkeby/kovan/goerli/sepolia as testnets --- _data/chains/eip155-11155111.json | 1 + _data/chains/eip155-3.json | 1 + _data/chains/eip155-4.json | 1 + _data/chains/eip155-42.json | 1 + _data/chains/eip155-5.json | 1 + 5 files changed, 5 insertions(+) diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json index 9fa06d22..35e6e361 100644 --- a/_data/chains/eip155-11155111.json +++ b/_data/chains/eip155-11155111.json @@ -2,6 +2,7 @@ "name": "Sepolia", "title": "Ethereum Testnet Sepolia", "chain": "ETH", + "network": "testnet", "rpc": [ ], "faucets": [ diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 1857ee89..cd487bb1 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -2,6 +2,7 @@ "name": "Ropsten", "title": "Ethereum Testnet Ropsten", "chain": "ETH", + "network": "testnet", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" diff --git a/_data/chains/eip155-4.json b/_data/chains/eip155-4.json index 341b245e..84c77276 100644 --- a/_data/chains/eip155-4.json +++ b/_data/chains/eip155-4.json @@ -2,6 +2,7 @@ "name": "Rinkeby", "title": "Ethereum Testnet Rinkeby", "chain": "ETH", + "network": "testnet", "rpc": [ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index 4f2fef1b..cb231a53 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -2,6 +2,7 @@ "name": "Kovan", "title": "Ethereum Testnet Kovan", "chain": "ETH", + "network": "testnet", "rpc": [ "https://kovan.poa.network", "http://kovan.poa.network:8545", diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index 70c1cec9..51269407 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -2,6 +2,7 @@ "name": "Görli", "title": "Ethereum Testnet Görli", "chain": "ETH", + "network": "testnet", "rpc": [ "https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}",