mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"name": "Theta Mainnet",
|
|
"chain": "Theta",
|
|
"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"
|
|
}]
|
|
}
|