Backfill more title fields and shorten corresponding names

This commit is contained in:
ligi 2022-01-05 15:25:33 +01:00
parent 150d8173fc
commit 6e3b5d8821
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,6 @@
{
"name": "Ethereum Testnet Rinkeby",
"name": "Rinkeby",
"title": "Ethereum Testnet Rinkeby",
"chain": "ETH",
"rpc": [
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",

View File

@ -1,5 +1,6 @@
{
"name": "Ethereum Testnet Kovan",
"name": "Kovan",
"title": "Ethereum Testnet Kovan",
"chain": "ETH",
"rpc": [
"https://kovan.poa.network",

View File

@ -1,5 +1,6 @@
{
"name": "Arbitrum Testnet Rinkeby",
"name": "Arbitrum Rinkeby",
"title": "Arbitrum Testnet Rinkeby",
"chainId": 421611,
"shortName": "arb-rinkeby",
"chain": "ETH",

View File

@ -1,5 +1,6 @@
{
"name": "Optimistic Ethereum Testnet Kovan",
"name": "Optimistic Kovan",
"title": "Optimistic Ethereum Testnet Kovan",
"chain": "ETH",
"rpc": ["https://kovan.optimism.io/"],
"faucets": [],