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://api.mycryptoapi.com/eth",
|
||||||
"https://cloudflare-eth.com"
|
"https://cloudflare-eth.com"
|
||||||
],
|
],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Ether",
|
"name": "Ether",
|
||||||
|
|
|
@ -20,6 +20,7 @@ val mandatory_fields = listOf(
|
||||||
"nativeCurrency"
|
"nativeCurrency"
|
||||||
)
|
)
|
||||||
val optionalFields = listOf(
|
val optionalFields = listOf(
|
||||||
|
"features",
|
||||||
"slip44",
|
"slip44",
|
||||||
"ens",
|
"ens",
|
||||||
"icon",
|
"icon",
|
||||||
|
|
|
@ -36,7 +36,19 @@
|
||||||
"type":"string"
|
"type":"string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nativeCurrency":{
|
"features":{
|
||||||
|
"type":"array",
|
||||||
|
"items":{
|
||||||
|
"type":"object",
|
||||||
|
"properties": {
|
||||||
|
"name":{
|
||||||
|
"type":"string",
|
||||||
|
"description": "feature name - e.g. EIP155"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nativeCurrency":{
|
||||||
"type":"object",
|
"type":"object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name":{
|
"name":{
|
||||||
|
@ -129,4 +141,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user