From f107345b08e5fbd591f24d7df215edc4731205d3 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Tue, 4 Jan 2022 02:57:20 -0800 Subject: [PATCH] BlockChain Station (#727) * Create eip155-707.json * Create eip155-708.json * Update Short name --- _data/chains/eip155-707.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-708.json | 26 ++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 _data/chains/eip155-707.json create mode 100644 _data/chains/eip155-708.json diff --git a/_data/chains/eip155-707.json b/_data/chains/eip155-707.json new file mode 100644 index 00000000..c7206e6c --- /dev/null +++ b/_data/chains/eip155-707.json @@ -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" + }] +} diff --git a/_data/chains/eip155-708.json b/_data/chains/eip155-708.json new file mode 100644 index 00000000..98203ec6 --- /dev/null +++ b/_data/chains/eip155-708.json @@ -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" + }] + }