From 95cadc90e6dedaa010494ae75b2700a14b7a93fc Mon Sep 17 00:00:00 2001 From: Reggie <92185630+blockchainreg@users.noreply.github.com> Date: Sat, 1 Jan 2022 23:49:32 -0800 Subject: [PATCH] Create eip155-708.json --- _data/chains/eip155-708.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-708.json diff --git a/_data/chains/eip155-708.json b/_data/chains/eip155-708.json new file mode 100644 index 00000000..30c938f9 --- /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": "play", + "chainId": 708, + "networkId": 708, + "explorers": [{ + "name": "BlockChain Station Explorer", + "url": "https://testnet.bcsdev.io", + "standard": "EIP3091" + }] + }