mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
590 B
JSON
26 lines
590 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"
|
|
}]
|
|
}
|