mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
parent
e5ba875086
commit
82d08c1377
|
@ -8,6 +8,7 @@
|
|||
"https://api.mycryptoapi.com/eth",
|
||||
"https://cloudflare-eth.com"
|
||||
],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
|
|
|
@ -20,6 +20,7 @@ val mandatory_fields = listOf(
|
|||
"nativeCurrency"
|
||||
)
|
||||
val optionalFields = listOf(
|
||||
"features",
|
||||
"slip44",
|
||||
"ens",
|
||||
"icon",
|
||||
|
|
|
@ -36,7 +36,19 @@
|
|||
"type":"string"
|
||||
}
|
||||
},
|
||||
"nativeCurrency":{
|
||||
"features":{
|
||||
"type":"array",
|
||||
"items":{
|
||||
"type":"object",
|
||||
"properties": {
|
||||
"name":{
|
||||
"type":"string",
|
||||
"description": "feature name - e.g. EIP155"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"nativeCurrency":{
|
||||
"type":"object",
|
||||
"properties": {
|
||||
"name":{
|
||||
|
@ -129,4 +141,4 @@
|
|||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user