diff --git a/apps/alias-server/config.js b/apps/alias-server/config.js --- a/apps/alias-server/config.js +++ b/apps/alias-server/config.js @@ -4,7 +4,7 @@ 'use strict'; module.exports = { - chronik: 'https://chronik.be.cash/xec', // URL of chronik instance + chronik: 'https://chronik.fabien.cash', // URL of chronik instance avalancheCheckWaitInterval: 500, // half a second avalancheCheckCount: 100, // max number of times you'll check if a block is avalanche finalized database: { diff --git a/apps/ecash-herald/config.js b/apps/ecash-herald/config.js --- a/apps/ecash-herald/config.js +++ b/apps/ecash-herald/config.js @@ -4,7 +4,7 @@ 'use strict'; module.exports = { - chronik: 'https://chronik.be.cash/xec', // URL of chronik instance + chronik: 'https://chronik.fabien.cash', // URL of chronik instance blockExplorer: 'https://explorer.e.cash', priceApi: { apiBase: 'https://api.coingecko.com/api/v3/simple/price', diff --git a/cashtab/src/components/Common/Ticker.js b/cashtab/src/components/Common/Ticker.js --- a/cashtab/src/components/Common/Ticker.js +++ b/cashtab/src/components/Common/Ticker.js @@ -58,7 +58,7 @@ dustSats: 550, etokenSats: 546, cashDecimals: 2, - chronikUrls: ['https://chronik.be.cash/xec', 'https://chronik.fabien.cash'], + chronikUrls: ['https://chronik.fabien.cash', 'https://chronik.be.cash/xec'], blockExplorerUrl: 'https://explorer.e.cash', blockExplorerUrlTestnet: 'https://texplorer.bitcoinabc.org', pdfReceiptUrl: 'https://blockchair.com/ecash/transaction', diff --git a/web/explorer/explorer-exe/config.dist.toml b/web/explorer/explorer-exe/config.dist.toml --- a/web/explorer/explorer-exe/config.dist.toml +++ b/web/explorer/explorer-exe/config.dist.toml @@ -1,2 +1,2 @@ host = "0.0.0.0:3035" -chronik_api_url = "https://chronik.be.cash/xec" +chronik_api_url = "https://chronik.fabien.cash"