Added redFlags in schema definition and in eip155-8080

This commit is contained in:
Ashutosh Kumar 2022-08-28 16:24:53 +00:00 committed by ligi
parent 5d5b77d655
commit ee1a283e77
2 changed files with 14 additions and 24 deletions

View File

@ -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",
"chain": "Shardeum",
"rpc": [
"https://liberty10.shardeum.org/"
],
"faucets": [
"https://faucet.liberty10.shardeum.org"
],
>>>>>>> 1a8f2e7 (Update eip155-8080.json)
"rpc": ["https://liberty10.shardeum.org/"],
"faucets": ["https://faucet.liberty10.shardeum.org"],
"nativeCurrency": {
"name": "Shardeum SHM",
"symbol": "SHM",
@ -23,19 +12,12 @@
"shortName": "ShardeumSHM",
"chainId": 8080,
"networkId": 8080,
<<<<<<< HEAD
"explorers": [
{
"name": "GeneChain Adenine Testnet Scan",
"url": "https://scan-testnet.genechain.io",
"name": "Sharedum Scan",
"url": "https://explorer.liberty10.shardeum.org",
"standard": "EIP3091"
}
]
=======
"explorers": [{
"name": "Sharedum Scan",
"url": "https://explorer.liberty10.shardeum.org",
"standard": "EIP3091"
}]
>>>>>>> 1a8f2e7 (Update eip155-8080.json)
],
"redFlags": ["reusedChainId"]
}

View File

@ -117,6 +117,14 @@
},
"status":{
"type":"string"
},
"redFlags":{
"type":"array",
"items":{
"type":"string",
"enum": ["reusedChainId"]
}
}
},
"additionalProperties": false