From 9339ed1d587459e2bd2f65f72e646a5b217e99a7 Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Sat, 1 Jan 2022 23:40:36 -0800 Subject: [PATCH] Create eip155-707.json --- _data/chains/eip155-707.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-707.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" + }] +}