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",
 | 
			
		||||
  "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"]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -117,6 +117,14 @@
 | 
			
		|||
        },
 | 
			
		||||
        "status":{
 | 
			
		||||
            "type":"string"
 | 
			
		||||
        },
 | 
			
		||||
        "redFlags":{
 | 
			
		||||
            "type":"array",
 | 
			
		||||
            "items":{
 | 
			
		||||
                "type":"string",
 | 
			
		||||
                "enum": ["reusedChainId"]
 | 
			
		||||
            }
 | 
			
		||||
           
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "additionalProperties": false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user