2021-06-07 16:36:41 +02:00
|
|
|
{
|
|
|
|
"/api/v1/ws": {
|
|
|
|
"target": "https://mempool.space",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true
|
|
|
|
},
|
2021-07-25 20:03:47 +02:00
|
|
|
"/api": {
|
2021-06-07 16:36:41 +02:00
|
|
|
"target": "https://mempool.space",
|
|
|
|
"secure": false,
|
|
|
|
"changeOrigin": true,
|
|
|
|
"logLevel": "debug",
|
|
|
|
"timeout": 3600000
|
|
|
|
},
|
|
|
|
"/testnet/api/v1/ws": {
|
|
|
|
"target": "https://mempool.space/testnet",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true,
|
|
|
|
"loglevel": "debug",
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/testnet/api": "/api/v1/ws"
|
|
|
|
}
|
|
|
|
},
|
2021-07-25 20:03:47 +02:00
|
|
|
"/testnet/api": {
|
2021-06-07 16:36:41 +02:00
|
|
|
"target": "https://mempool.space",
|
|
|
|
"secure": true,
|
|
|
|
"changeOrigin": true,
|
|
|
|
"loglevel": "debug",
|
|
|
|
"pathRewrite": {
|
|
|
|
"/testnet/api": "/testnet/api"
|
|
|
|
},
|
|
|
|
"timeout": 3600000
|
|
|
|
},
|
|
|
|
"/signet/api/v1/ws": {
|
|
|
|
"target": "https://mempool.space/signet",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true,
|
|
|
|
"loglevel": "debug",
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/signet/api": "/api/v1/ws"
|
|
|
|
}
|
|
|
|
},
|
2021-07-25 20:03:47 +02:00
|
|
|
"/signet/api": {
|
2021-06-07 16:36:41 +02:00
|
|
|
"target": "https://mempool.space",
|
|
|
|
"secure": true,
|
|
|
|
"changeOrigin": true,
|
|
|
|
"loglevel": "debug",
|
|
|
|
"pathRewrite": {
|
|
|
|
"/signet/api": "/signet/api"
|
|
|
|
},
|
|
|
|
"timeout": 3600000
|
|
|
|
},
|
|
|
|
|
|
|
|
"/bisq/api/v1/ws": {
|
|
|
|
"target": "https://mempool.space/bisq",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/bisq/api": "/api/v1/ws"
|
|
|
|
}
|
|
|
|
},
|
2021-07-25 20:03:47 +02:00
|
|
|
"/bisq/api": {
|
2021-06-07 16:36:41 +02:00
|
|
|
"target": "https://mempool.space/bisq",
|
|
|
|
"secure": false,
|
|
|
|
"changeOrigin": true,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/bisq/api/": "/api/v1/bisq/"
|
|
|
|
},
|
|
|
|
"timeout": 3600000
|
|
|
|
},
|
|
|
|
"/liquid/api/v1/ws": {
|
|
|
|
"target": "https://mempool.space",
|
|
|
|
"secure": false,
|
|
|
|
"ws": true
|
|
|
|
},
|
2021-07-25 20:03:47 +02:00
|
|
|
"/liquid/api": {
|
2021-06-07 16:36:41 +02:00
|
|
|
"target": "https://mempool.space",
|
|
|
|
"secure": false,
|
|
|
|
"changeOrigin": true,
|
|
|
|
"pathRewrite": {
|
|
|
|
"^/liquid/api/": "/liquid/api/"
|
|
|
|
},
|
|
|
|
"timeout": 3600000
|
2021-06-16 00:32:36 +02:00
|
|
|
},
|
|
|
|
"/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
|
2021-06-07 16:36:41 +02:00
|
|
|
}
|
2021-06-16 00:32:36 +02:00
|
|
|
}
|