mirror of
				https://github.com/Instadapp/chains.git
				synced 2024-07-29 22:37:19 +00:00 
			
		
		
		
	Add Rollux Mainnet and Update Rollux Testnet info (#2862)
* Create eip155-570.json Details for Rollux Mainnet * Update eip155-57000.json * Pretty enough? * Correct wss URL for Rollux testnet. * Add ANKR RPC for Rollux testnet. * Add ANKR RPC for Syscoin mainnet. * Correct wss URL for Rollux mainnet. * Add official faucet for Rollux mainnet and testnet --------- Co-authored-by: Fernando Paredes Garcia <fernando@develcuy.com>
This commit is contained in:
		
							parent
							
								
									9e022e7729
								
							
						
					
					
						commit
						3d9cac3050
					
				|  | @ -1,7 +1,12 @@ | |||
| { | ||||
|   "name": "Syscoin Mainnet", | ||||
|   "chain": "SYS", | ||||
|   "rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"], | ||||
|   "rpc": [ | ||||
|     "https://rpc.syscoin.org", | ||||
|     "https://rpc.ankr.com/syscoin/${ANKR_API_KEY}", | ||||
|     "https://syscoin.public-rpc.com", | ||||
|     "wss://rpc.syscoin.org/wss" | ||||
|   ], | ||||
|   "faucets": ["https://faucet.syscoin.org"], | ||||
|   "nativeCurrency": { | ||||
|     "name": "Syscoin", | ||||
|  |  | |||
							
								
								
									
										22
									
								
								_data/chains/eip155-570.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								_data/chains/eip155-570.json
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| { | ||||
|   "name": "Rollux Mainnet", | ||||
|   "chain": "SYS", | ||||
|   "rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"], | ||||
|   "faucets": ["https://rollux.id/faucetapp"], | ||||
|   "nativeCurrency": { | ||||
|     "name": "Syscoin", | ||||
|     "symbol": "SYS", | ||||
|     "decimals": 18 | ||||
|   }, | ||||
|   "infoURL": "https://rollux.com", | ||||
|   "shortName": "sys-rollux", | ||||
|   "chainId": 570, | ||||
|   "networkId": 570, | ||||
|   "explorers": [ | ||||
|     { | ||||
|       "name": "Rollux Explorer", | ||||
|       "url": "https://explorer.rollux.com", | ||||
|       "standard": "EIP3091" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
|  | @ -1,23 +1,24 @@ | |||
| { | ||||
|   "name": "Syscoin Rollux Testnet", | ||||
|   "name": "Rollux Testnet", | ||||
|   "chain": "SYS", | ||||
|   "rpc": [ | ||||
|     "https://rpc-tanenbaum.rollux.com", | ||||
|     "https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}", | ||||
|     "wss://rpc-tanenbaum.rollux.com/wss" | ||||
|   ], | ||||
|   "faucets": [], | ||||
|   "faucets": ["https://rollux.id/faucetapp"], | ||||
|   "nativeCurrency": { | ||||
|     "name": "Rollux Testnet Syscoin", | ||||
|     "symbol": "tSYS", | ||||
|     "name": "Testnet Syscoin", | ||||
|     "symbol": "TSYS", | ||||
|     "decimals": 18 | ||||
|   }, | ||||
|   "infoURL": "https://syscoin.org", | ||||
|   "infoURL": "https://rollux.com", | ||||
|   "shortName": "tsys-rollux", | ||||
|   "chainId": 57000, | ||||
|   "networkId": 57000, | ||||
|   "explorers": [ | ||||
|     { | ||||
|       "name": "Syscoin Rollux Testnet Explorer", | ||||
|       "name": "Rollux Testnet Explorer", | ||||
|       "url": "https://rollux.tanenbaum.io", | ||||
|       "standard": "EIP3091" | ||||
|     } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Fernando
						Fernando