mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 04:11:48 +01:00
Use our forked repo of mining pool data
This commit is contained in:
parent
b781b3b065
commit
84006b2012
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ function download(filename, url) {
|
||||||
function downloadMiningPoolLogos() {
|
function downloadMiningPoolLogos() {
|
||||||
const options = {
|
const options = {
|
||||||
host: 'api.github.com',
|
host: 'api.github.com',
|
||||||
path: '/repos/mempool/mining-pools/contents/',
|
path: '/repos/mempool/mining-pool-logos/contents/',
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {'user-agent': 'node.js'}
|
headers: {'user-agent': 'node.js'}
|
||||||
};
|
};
|
||||||
|
@ -62,7 +62,7 @@ function downloadMiningPoolLogos() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const poolsJsonUrl = 'https://raw.githubusercontent.com/btccom/Blockchain-Known-Pools/master/pools.json';
|
const poolsJsonUrl = 'https://raw.githubusercontent.com/mempool/mining-pools/master/pools.json';
|
||||||
let assetsJsonUrl = 'https://raw.githubusercontent.com/mempool/asset_registry_db/master/index.json';
|
let assetsJsonUrl = 'https://raw.githubusercontent.com/mempool/asset_registry_db/master/index.json';
|
||||||
let assetsMinimalJsonUrl = 'https://raw.githubusercontent.com/mempool/asset_registry_db/master/index.minimal.json';
|
let assetsMinimalJsonUrl = 'https://raw.githubusercontent.com/mempool/asset_registry_db/master/index.minimal.json';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue