chains/_data/chains/eip155-2023.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

28 lines
629 B
JSON

{
"name": "Taycan Testnet",
"chain": "Taycan",
"rpc": ["https://test-taycan.hupayx.io"],
"faucets": ["https://ttaycan-faucet.hupayx.io/"],
"nativeCurrency": {
"name": "test-Shuffle",
"symbol": "tSFL",
"decimals": 18
},
"infoURL": "https://hupayx.io",
"shortName": "taycan-testnet",
"chainId": 2023,
"networkId": 2023,
"explorers": [
{
"name": "Taycan Explorer(Blockscout)",
"url": "https://evmscan-test.hupayx.io",
"standard": "none"
},
{
"name": "Taycan Cosmos Explorer",
"url": "https://cosmoscan-test.hupayx.io",
"standard": "none"
}
]
}