Updating endpoint addresses for Liquid and Bisq backend

This commit is contained in:
softsimon 2021-12-20 23:34:52 +04:00
parent 721ed60ba5
commit f2a8ac7087
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { useStatistics as useStatisticsBisq } from './app/bisq/statistics';
import { useTransactions as useTransactionsBisq } from './app/bisq/transactions';
import { useMarkets as useMarkets } from './app/bisq/markets';
const hostnameEndpointDefault = 'mempool.space';
const hostnameEndpointDefault = 'bisq.market';
const networkEndpointDefault = 'bisq';
const mempool = ({ hostname, network }: MempoolConfig = {

View File

@ -11,7 +11,7 @@ import { useMempool as useMempoolLiquid } from './app/liquid/mempool';
import { useTransactions as useTransactionsLiquid } from './app/liquid/transactions';
import { useWebsocket as useWebsocketLiquid } from './app/liquid/websocket';
const hostnameEndpointDefault = 'mempool.space';
const hostnameEndpointDefault = 'liquid.network';
const networkEndpointDefault = 'liquid';
const mempool = (