mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 03:48:31 +02:00
Change Bisq staging host to fra so tests can pass
This commit is contained in:
parent
5ff5275b36
commit
7a7172bb64
@ -5,7 +5,7 @@ let PROXY_CONFIG = require('./proxy.conf');
|
||||
PROXY_CONFIG.forEach(entry => {
|
||||
entry.target = entry.target.replace("mempool.space", "mempool-staging.tk7.mempool.space");
|
||||
entry.target = entry.target.replace("liquid.network", "liquid-staging.tk7.mempool.space");
|
||||
entry.target = entry.target.replace("bisq.markets", "bisq-staging.tk7.mempool.space");
|
||||
entry.target = entry.target.replace("bisq.markets", "bisq-staging.fra.mempool.space");
|
||||
});
|
||||
|
||||
module.exports = PROXY_CONFIG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user