mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Flag ropsten/rinkeby/kovan/goerli/sepolia as testnets (#1052)
This commit is contained in:
parent
f795a1a1ec
commit
720bace1b4
|
@ -2,6 +2,7 @@
|
||||||
"name": "Sepolia",
|
"name": "Sepolia",
|
||||||
"title": "Ethereum Testnet Sepolia",
|
"title": "Ethereum Testnet Sepolia",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "Ropsten",
|
"name": "Ropsten",
|
||||||
"title": "Ethereum Testnet Ropsten",
|
"title": "Ethereum Testnet Ropsten",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
|
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
|
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "Rinkeby",
|
"name": "Rinkeby",
|
||||||
"title": "Ethereum Testnet Rinkeby",
|
"title": "Ethereum Testnet Rinkeby",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
|
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
|
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "Kovan",
|
"name": "Kovan",
|
||||||
"title": "Ethereum Testnet Kovan",
|
"title": "Ethereum Testnet Kovan",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://kovan.poa.network",
|
"https://kovan.poa.network",
|
||||||
"http://kovan.poa.network:8545",
|
"http://kovan.poa.network:8545",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "Görli",
|
"name": "Görli",
|
||||||
"title": "Ethereum Testnet Görli",
|
"title": "Ethereum Testnet Görli",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
|
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
|
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user