chains/_data/chains/eip155-364.json
Jieyi Long (THETA Network) dd8c68b65c
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
2021-08-01 14:20:40 +02:00

25 lines
543 B
JSON

{
"name": "Theta Amber Testnet",
"chain": "Theta",
"network": "testnet_amber",
"rpc": [
"https://eth-rpc-api-amber.thetatoken.org/rpc"
],
"faucets": [
],
"nativeCurrency": {
"name": "Theta Fuel",
"symbol": "TFUEL",
"decimals": 18
},
"infoURL": "https://www.thetatoken.org/",
"shortName": "theta-amber",
"chainId": 364,
"networkId": 364,
"explorers": [{
"name": "Theta Amber Testnet Explorer",
"url": "https://guardian-testnet-amber-explorer.thetatoken.org",
"standard": "EIP3091"
}]
}