mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"name": "BlockChain Station Mainnet",
|
|
"chain": "BCS",
|
|
"rpc": ["https://rpc-mainnet.bcsdev.io", "wss://rpc-ws-mainnet.bcsdev.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "BCS Token",
|
|
"symbol": "BCS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://blockchainstation.io",
|
|
"shortName": "bcs",
|
|
"chainId": 707,
|
|
"networkId": 707,
|
|
"explorers": [
|
|
{
|
|
"name": "BlockChain Station Explorer",
|
|
"url": "https://explorer.bcsdev.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|