Backend OFFICIAL config setting

This commit is contained in:
Mononaut
2024-03-04 18:29:26 +00:00
parent 5898143f66
commit 1518b3ccfb
15 changed files with 17 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"NETWORK": "bisq",
"BACKEND": "esplora",
"HTTP_PORT": 8996,

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"NETWORK": "liquid",
"BACKEND": "esplora",
"HTTP_PORT": 8998,

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"NETWORK": "liquid",
"BACKEND": "esplora",
"HTTP_PORT": 8994,

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"ENABLED": false,
"NETWORK": "mainnet",
"BACKEND": "esplora",

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"NETWORK": "mainnet",
"BACKEND": "esplora",
"HTTP_PORT": 8999,

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"ENABLED": false,
"NETWORK": "signet",
"BACKEND": "esplora",

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"NETWORK": "signet",
"BACKEND": "esplora",
"HTTP_PORT": 8995,

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"ENABLED": false,
"NETWORK": "testnet",
"BACKEND": "esplora",

View File

@@ -1,5 +1,6 @@
{
"MEMPOOL": {
"OFFICIAL": true,
"NETWORK": "testnet",
"BACKEND": "esplora",
"HTTP_PORT": 8997,