chains/_data/chains/eip155-361.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
498 B
JSON

{
"name": "Theta Mainnet",
"chain": "Theta",
"network": "mainnet",
"rpc": [
"https://eth-rpc-api.thetatoken.org/rpc"
],
"faucets": [
],
"nativeCurrency": {
"name": "Theta Fuel",
"symbol": "TFUEL",
"decimals": 18
},
"infoURL": "https://www.thetatoken.org/",
"shortName": "theta-mainnet",
"chainId": 361,
"networkId": 361,
"explorers": [{
"name": "Theta Mainnet Explorer",
"url": "https://explorer.thetatoken.org",
"standard": "EIP3091"
}]
}