Update pools info

This commit is contained in:
Sky Young 2018-05-22 11:27:17 -07:00
parent 5a1ebc74c0
commit ad123dd415
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "flosight-api", "name": "flosight-api",
"description": "A Florincoin blockchain REST and web socket API service for Flocore Node.", "description": "A Florincoin blockchain REST and web socket API service for Flocore Node.",
"version": "5.0.0-beta.65", "version": "5.0.0-beta.66",
"repository": "git://github.com/bitpay/flosight-api.git", "repository": "git://github.com/bitpay/flosight-api.git",
"bugs": { "bugs": {
"url": "https://github.com/bitpay/flosight-api/issues" "url": "https://github.com/bitpay/flosight-api/issues"

View File

@ -7,7 +7,7 @@
] ]
}, },
{ {
"poolName": "SuprNova", "poolName": "Suprnova",
"url": "https://flo.suprnova.cc/index.php?page=statistics&action=pool", "url": "https://flo.suprnova.cc/index.php?page=statistics&action=pool",
"searchStrings": [ "searchStrings": [
"https://flo.suprnova.cc" "https://flo.suprnova.cc"
@ -26,5 +26,12 @@
"searchStrings": [ "searchStrings": [
"tPool.io" "tPool.io"
] ]
},
{
"poolName": "Alexandria",
"url": "#",
"searchStrings": [
"alexandria autominer pool (testnet)"
]
} }
] ]