Flag ropsten/rinkeby/kovan/goerli/sepolia as testnets

This commit is contained in:
Willian Mitsuda 2022-04-05 15:45:55 -03:00
parent f795a1a1ec
commit 0037cb4dcd
5 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "Sepolia",
"title": "Ethereum Testnet Sepolia",
"chain": "ETH",
"network": "testnet",
"rpc": [
],
"faucets": [

View File

@ -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}"

View File

@ -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}"

View File

@ -2,6 +2,7 @@
"name": "Kovan",
"title": "Ethereum Testnet Kovan",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://kovan.poa.network",
"http://kovan.poa.network:8545",

View File

@ -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}",