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", "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)
} }

View File

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