diff --git a/frontend/proxy.conf.json b/frontend/proxy.conf.json index 3f989d565..61cd6e825 100644 --- a/frontend/proxy.conf.json +++ b/frontend/proxy.conf.json @@ -88,5 +88,20 @@ "pathRewrite": { "^/bisq/api": "/api/v1/ws" } + }, + "/resources/assets.minimal.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true + }, + "/resources/assets.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true + }, + "/resources/pools.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true } -} \ No newline at end of file +} diff --git a/frontend/proxy.prod.conf.json b/frontend/proxy.prod.conf.json index 461eb7c85..182f00075 100644 --- a/frontend/proxy.prod.conf.json +++ b/frontend/proxy.prod.conf.json @@ -83,5 +83,20 @@ "^/liquid/api/": "/liquid/api/" }, "timeout": 3600000 + }, + "/resources/assets.minimal.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true + }, + "/resources/assets.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true + }, + "/resources/pools.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true } -} +} \ No newline at end of file diff --git a/frontend/proxy.stg.conf.json b/frontend/proxy.stg.conf.json index cc1a882db..380222d43 100644 --- a/frontend/proxy.stg.conf.json +++ b/frontend/proxy.stg.conf.json @@ -81,5 +81,20 @@ "^/liquid/api/": "/api/v1/liquid/" }, "timeout": 3600000 + }, + "/resources/assets.minimal.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true + }, + "/resources/assets.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true + }, + "/resources/pools.json": { + "target": "https://mempool.space", + "secure": false, + "changeOrigin": true } }