mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"name": "Taraxa Testnet",
|
|
"chain": "Tara",
|
|
"icon": "taraxa",
|
|
"rpc": ["https://rpc.testnet.taraxa.io/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Tara",
|
|
"symbol": "TARA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://taraxa.io",
|
|
"shortName": "taratest",
|
|
"chainId": 842,
|
|
"networkId": 842,
|
|
"explorers": [
|
|
{
|
|
"name": "Taraxa Explorer",
|
|
"url": "https://explorer.testnet.taraxa.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|