mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
BlockChain Station (#727)
* Create eip155-707.json * Create eip155-708.json * Update Short name
This commit is contained in:
parent
ddcc3f4f09
commit
f107345b08
24
_data/chains/eip155-707.json
Normal file
24
_data/chains/eip155-707.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "BlockChain Station Mainnet",
|
||||
"chain": "BCS",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc-mainnet.bcsdev.io",
|
||||
"wss://rpc-ws-mainnet.bcsdev.io"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BCS Token",
|
||||
"symbol": "PLAY",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blockchainstation.io",
|
||||
"shortName": "play",
|
||||
"chainId": 707,
|
||||
"networkId": 707,
|
||||
"explorers": [{
|
||||
"name": "BlockChain Station Explorer",
|
||||
"url": "https://explorer.bcsdev.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
26
_data/chains/eip155-708.json
Normal file
26
_data/chains/eip155-708.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "BlockChain Station Testnet",
|
||||
"chain": "BCS",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://rpc-testnet.bcsdev.io",
|
||||
"wss://rpc-ws-testnet.bcsdev.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.bcsdev.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "BCS Testnet Token",
|
||||
"symbol": "tPLAY",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blockchainstation.io",
|
||||
"shortName": "tplay",
|
||||
"chainId": 708,
|
||||
"networkId": 708,
|
||||
"explorers": [{
|
||||
"name": "BlockChain Station Explorer",
|
||||
"url": "https://testnet.bcsdev.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user