Listing Lightstreams network blockchain (#67)

This commit is contained in:
Gabriel Garrido Calvo 2019-05-28 15:53:34 +02:00 committed by ligi
parent 150aa21bd1
commit 0d5a3dd785
2 changed files with 32 additions and 0 deletions

16
_data/chains/162.json Normal file
View File

@ -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
}

16
_data/chains/163.json Normal file
View File

@ -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
}