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