mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added redFlags
in schema definition and in eip155-8080
This commit is contained in:
parent
5d5b77d655
commit
ee1a283e77
|
@ -1,19 +1,8 @@
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
"name": "GeneChain Adenine Testnet",
|
|
||||||
"chain": "GeneChain",
|
|
||||||
"rpc": ["https://rpc-testnet.genechain.io"],
|
|
||||||
"faucets": ["https://faucet.genechain.io"],
|
|
||||||
=======
|
|
||||||
"name": "Shardeum Liberty 1.3",
|
"name": "Shardeum Liberty 1.3",
|
||||||
"chain": "Shardeum",
|
"chain": "Shardeum",
|
||||||
"rpc": [
|
"rpc": ["https://liberty10.shardeum.org/"],
|
||||||
"https://liberty10.shardeum.org/"
|
"faucets": ["https://faucet.liberty10.shardeum.org"],
|
||||||
],
|
|
||||||
"faucets": [
|
|
||||||
"https://faucet.liberty10.shardeum.org"
|
|
||||||
],
|
|
||||||
>>>>>>> 1a8f2e7 (Update eip155-8080.json)
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Shardeum SHM",
|
"name": "Shardeum SHM",
|
||||||
"symbol": "SHM",
|
"symbol": "SHM",
|
||||||
|
@ -23,19 +12,12 @@
|
||||||
"shortName": "ShardeumSHM",
|
"shortName": "ShardeumSHM",
|
||||||
"chainId": 8080,
|
"chainId": 8080,
|
||||||
"networkId": 8080,
|
"networkId": 8080,
|
||||||
<<<<<<< HEAD
|
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "GeneChain Adenine Testnet Scan",
|
"name": "Sharedum Scan",
|
||||||
"url": "https://scan-testnet.genechain.io",
|
"url": "https://explorer.liberty10.shardeum.org",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
=======
|
"redFlags": ["reusedChainId"]
|
||||||
"explorers": [{
|
|
||||||
"name": "Sharedum Scan",
|
|
||||||
"url": "https://explorer.liberty10.shardeum.org",
|
|
||||||
"standard": "EIP3091"
|
|
||||||
}]
|
|
||||||
>>>>>>> 1a8f2e7 (Update eip155-8080.json)
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -117,6 +117,14 @@
|
||||||
},
|
},
|
||||||
"status":{
|
"status":{
|
||||||
"type":"string"
|
"type":"string"
|
||||||
|
},
|
||||||
|
"redFlags":{
|
||||||
|
"type":"array",
|
||||||
|
"items":{
|
||||||
|
"type":"string",
|
||||||
|
"enum": ["reusedChainId"]
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user