mirror of
				https://github.com/Instadapp/chains.git
				synced 2024-07-29 22:37:19 +00:00 
			
		
		
		
	Update the explorer URLs for the Theta Mainnet and testnets (#354)
* Add chain IDs for the Theta blockchain * Update the explorer URLs for Theta mainnet and testnets * Minor fixes for the Theta explorer URLs
This commit is contained in:
		
							parent
							
								
									ea9a3fca34
								
							
						
					
					
						commit
						dd8c68b65c
					
				|  | @ -3,7 +3,7 @@ | |||
|   "chain": "Theta", | ||||
|   "network": "mainnet", | ||||
|   "rpc": [ | ||||
|     "https://eth-rpc-api.thetatoken.org" | ||||
|     "https://eth-rpc-api.thetatoken.org/rpc" | ||||
|   ], | ||||
|   "faucets": [ | ||||
|   ], | ||||
|  | @ -15,5 +15,10 @@ | |||
|   "infoURL": "https://www.thetatoken.org/", | ||||
|   "shortName": "theta-mainnet", | ||||
|   "chainId": 361, | ||||
|   "networkId": 361 | ||||
|   "networkId": 361, | ||||
|   "explorers": [{ | ||||
|     "name": "Theta Mainnet Explorer", | ||||
|     "url": "https://explorer.thetatoken.org", | ||||
|     "standard": "EIP3091" | ||||
|   }] | ||||
| } | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
|   "chain": "Theta", | ||||
|   "network": "testnet_sapphire", | ||||
|   "rpc": [ | ||||
|     "https://eth-rpc-api-sapphire.thetatoken.org" | ||||
|     "https://eth-rpc-api-sapphire.thetatoken.org/rpc" | ||||
|   ], | ||||
|   "faucets": [ | ||||
|   ], | ||||
|  | @ -15,5 +15,10 @@ | |||
|   "infoURL": "https://www.thetatoken.org/", | ||||
|   "shortName": "theta-sapphire", | ||||
|   "chainId": 363, | ||||
|   "networkId": 363 | ||||
|   "networkId": 363, | ||||
|   "explorers": [{ | ||||
|     "name": "Theta Sapphire Testnet Explorer", | ||||
|     "url": "https://guardian-testnet-sapphire-explorer.thetatoken.org", | ||||
|     "standard": "EIP3091" | ||||
|   }] | ||||
| } | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
|   "chain": "Theta", | ||||
|   "network": "testnet_amber", | ||||
|   "rpc": [ | ||||
|     "https://eth-rpc-api-amber.thetatoken.org" | ||||
|     "https://eth-rpc-api-amber.thetatoken.org/rpc" | ||||
|   ], | ||||
|   "faucets": [ | ||||
|   ], | ||||
|  | @ -15,5 +15,10 @@ | |||
|   "infoURL": "https://www.thetatoken.org/", | ||||
|   "shortName": "theta-amber", | ||||
|   "chainId": 364, | ||||
|   "networkId": 364 | ||||
| } | ||||
|   "networkId": 364, | ||||
|   "explorers": [{ | ||||
|     "name": "Theta Amber Testnet Explorer", | ||||
|     "url": "https://guardian-testnet-amber-explorer.thetatoken.org", | ||||
|     "standard": "EIP3091" | ||||
|   }] | ||||
| } | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
|   "chain": "Theta", | ||||
|   "network": "testnet", | ||||
|   "rpc": [ | ||||
|     "https://eth-rpc-api-testnet.thetatoken.org" | ||||
|     "https://eth-rpc-api-testnet.thetatoken.org/rpc" | ||||
|   ], | ||||
|   "faucets": [ | ||||
|   ], | ||||
|  | @ -15,5 +15,10 @@ | |||
|   "infoURL": "https://www.thetatoken.org/", | ||||
|   "shortName": "theta-testnet", | ||||
|   "chainId": 365, | ||||
|   "networkId": 365 | ||||
|   "networkId": 365, | ||||
|   "explorers": [{ | ||||
|     "name": "Theta Testnet Explorer", | ||||
|     "url": "https://testnet-explorer.thetatoken.org", | ||||
|     "standard": "EIP3091" | ||||
|   }] | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jieyi Long (THETA Network)
						Jieyi Long (THETA Network)