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", "chain": "ETH",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [

View File

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

View File

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

View File

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

View File

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