mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
dd8c68b65c
* Add chain IDs for the Theta blockchain * Update the explorer URLs for Theta mainnet and testnets * Minor fixes for the Theta explorer URLs
25 lines
543 B
JSON
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"
|
|
}]
|
|
}
|