From 0d5a3dd7857d7298c0087efd163a35f21e963b41 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Calvo Date: Tue, 28 May 2019 15:53:34 +0200 Subject: [PATCH] Listing Lightstreams network blockchain (#67) --- _data/chains/162.json | 16 ++++++++++++++++ _data/chains/163.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/162.json create mode 100644 _data/chains/163.json diff --git a/_data/chains/162.json b/_data/chains/162.json new file mode 100644 index 00000000..bcad1e6a --- /dev/null +++ b/_data/chains/162.json @@ -0,0 +1,16 @@ +{ + "name": "Lightstreams Testnet", + "chain": "PHT", + "network": "sirius", + "rpc": ["https://node.sirius.lightstreams.io"], + "faucets": ["https://discuss.lightstreams.network/t/request-test-tokens"], + "nativeCurrency": { + "name": "Lightstreams PHT", + "symbol": "PHT", + "decimals": 18 + }, + "infoURL": "https://explorer.sirius.lightstreams.io", + "shortName": "tpht", + "chainId": 162, + "networkId": 162 +} \ No newline at end of file diff --git a/_data/chains/163.json b/_data/chains/163.json new file mode 100644 index 00000000..52861ad9 --- /dev/null +++ b/_data/chains/163.json @@ -0,0 +1,16 @@ +{ + "name": "Lightstreams Mainnet", + "chain": "PHT", + "network": "mainnet", + "rpc": ["https://node.mainnet.lightstreams.io"], + "faucets": [], + "nativeCurrency": { + "name": "Lightstreams PHT", + "symbol": "PHT", + "decimals": 18 + }, + "infoURL": "https://explorer.lightstreams.io", + "shortName": "pht", + "chainId": 163, + "networkId": 163 +} \ No newline at end of file