mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Introduce title field
Mainly to make name shorter - needs more BackFilling
This commit is contained in:
parent
fc51b2ebf2
commit
4a91046302
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "Kintsugi merge testnet",
|
||||
"name": "Kintsugi",
|
||||
"title": "Kintsugi merge testnet",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "Ethereum Testnet Görli",
|
||||
"name": "Görli",
|
||||
"title": "Ethereum Testnet Görli",
|
||||
"chain": "ETH",
|
||||
"network": "goerli",
|
||||
"rpc": [
|
||||
|
|
|
@ -14,4 +14,5 @@ data class Chain(
|
|||
val faucets: List<String>,
|
||||
val explorers: List<Explorer>?,
|
||||
val infoURL: String,
|
||||
val title: String?
|
||||
)
|
|
@ -21,6 +21,7 @@ val optionalFields = listOf(
|
|||
"ens",
|
||||
"icon",
|
||||
"explorers",
|
||||
"title",
|
||||
"parent"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "Ethereum Mainnet",
|
||||
"title": "Ethereum Mainnet",
|
||||
"name": "Ethereum",
|
||||
"shortName": "eth",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
|
|
Loading…
Reference in New Issue
Block a user