BlockChain Station (#727)

* Create  eip155-707.json

* Create eip155-708.json

* Update Short name
This commit is contained in:
Reggie 2022-01-04 02:57:20 -08:00 committed by GitHub
parent ddcc3f4f09
commit f107345b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 0 deletions

View 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"
}]
}

View 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"
}]
}