Introduce title field

Mainly to make name shorter - needs more BackFilling
This commit is contained in:
ligi 2021-12-31 09:37:08 +01:00
parent fc51b2ebf2
commit 4a91046302
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
5 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,6 @@
{
"name": "Kintsugi merge testnet",
"name": "Kintsugi",
"title": "Kintsugi merge testnet",
"chain": "ETH",
"network": "testnet",
"rpc": [

View File

@ -1,5 +1,6 @@
{
"name": "Ethereum Testnet Görli",
"name": "Görli",
"title": "Ethereum Testnet Görli",
"chain": "ETH",
"network": "goerli",
"rpc": [

View File

@ -14,4 +14,5 @@ data class Chain(
val faucets: List<String>,
val explorers: List<Explorer>?,
val infoURL: String,
val title: String?
)

View File

@ -21,6 +21,7 @@ val optionalFields = listOf(
"ens",
"icon",
"explorers",
"title",
"parent"
)

View File

@ -1,5 +1,6 @@
{
"name": "Ethereum Mainnet",
"title": "Ethereum Mainnet",
"name": "Ethereum",
"shortName": "eth",
"chain": "ETH",
"network": "mainnet",