mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "Theta Sapphire Testnet",
|
|
"chain": "Theta",
|
|
"rpc": [
|
|
"https://eth-rpc-api-sapphire.thetatoken.org/rpc"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Theta Fuel",
|
|
"symbol": "TFUEL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.thetatoken.org/",
|
|
"shortName": "theta-sapphire",
|
|
"chainId": 363,
|
|
"networkId": 363,
|
|
"explorers": [{
|
|
"name": "Theta Sapphire Testnet Explorer",
|
|
"url": "https://guardian-testnet-sapphire-explorer.thetatoken.org",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|