chains/_data/chains/eip155-708.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

23 lines
538 B
JSON

{
"name": "BlockChain Station Testnet",
"chain": "BCS",
"rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"],
"faucets": ["https://faucet.bcsdev.io"],
"nativeCurrency": {
"name": "BCS Testnet Token",
"symbol": "tBCS",
"decimals": 18
},
"infoURL": "https://blockchainstation.io",
"shortName": "tbcs",
"chainId": 708,
"networkId": 708,
"explorers": [
{
"name": "BlockChain Station Explorer",
"url": "https://testnet.bcsdev.io",
"standard": "EIP3091"
}
]
}