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",
|
"chain": "ETH",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
|
@ -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?
|
||||||
)
|
)
|
|
@ -21,6 +21,7 @@ val optionalFields = listOf(
|
||||||
"ens",
|
"ens",
|
||||||
"icon",
|
"icon",
|
||||||
"explorers",
|
"explorers",
|
||||||
|
"title",
|
||||||
"parent"
|
"parent"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Ethereum Mainnet",
|
"title": "Ethereum Mainnet",
|
||||||
|
"name": "Ethereum",
|
||||||
"shortName": "eth",
|
"shortName": "eth",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user