mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Backfill more title fields and shorten corresponding names
This commit is contained in:
parent
150d8173fc
commit
6e3b5d8821
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Ethereum Testnet Rinkeby",
|
"name": "Rinkeby",
|
||||||
|
"title": "Ethereum Testnet Rinkeby",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
|
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Ethereum Testnet Kovan",
|
"name": "Kovan",
|
||||||
|
"title": "Ethereum Testnet Kovan",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://kovan.poa.network",
|
"https://kovan.poa.network",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Arbitrum Testnet Rinkeby",
|
"name": "Arbitrum Rinkeby",
|
||||||
|
"title": "Arbitrum Testnet Rinkeby",
|
||||||
"chainId": 421611,
|
"chainId": 421611,
|
||||||
"shortName": "arb-rinkeby",
|
"shortName": "arb-rinkeby",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Optimistic Ethereum Testnet Kovan",
|
"name": "Optimistic Kovan",
|
||||||
|
"title": "Optimistic Ethereum Testnet Kovan",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": ["https://kovan.optimism.io/"],
|
"rpc": ["https://kovan.optimism.io/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user