decred.org/dcrdex@v1.0.5/server/cmd/dcrdex/sample-markets.json (about)

     1  {
     2      "markets": [
     3          {
     4              "base": "DCR_mainnet",
     5              "quote": "BTC_mainnet",
     6              "lotSize": 100000000,
     7              "rateStep": 100000,
     8              "epochDuration": 10000,
     9              "marketBuyBuffer": 1.25,
    10              "parcelSize": 4
    11          },
    12          {
    13              "base": "BTC_testnet",
    14              "quote": "LTC_testnet",
    15              "lotSize": 100000,
    16              "rateStep": 1000000,
    17              "epochDuration": 6000,
    18              "marketBuyBuffer": 1.25,
    19              "parcelSize": 4
    20          }
    21      ],
    22      "assets": {
    23          "DCR_mainnet": {
    24              "bip44symbol": "dcr",
    25              "network": "mainnet",
    26              "maxFeeRate": 10,
    27              "swapConf": 4,
    28              "configPath": "/home/dcrd/.dcrd/dcrd.conf",
    29              "bondAmt": 10000000,
    30              "bondConfs": 1
    31          },
    32          "DCR_testnet": {
    33              "bip44symbol": "dcr",
    34              "network": "testnet",
    35              "maxFeeRate": 10,
    36              "swapConf": 1,
    37              "configPath": "/home/dcrd/.dcrd/dcrd.conf",
    38              "bondAmt": 100000000,
    39              "bondConfs": 1
    40          },
    41          "BTC_mainnet": {
    42              "bip44symbol": "btc",
    43              "network": "mainnet",
    44              "maxFeeRate": 100,
    45              "swapConf": 3
    46          },
    47          "BTC_testnet": {
    48              "bip44symbol": "btc",
    49              "network": "testnet",
    50              "maxFeeRate": 100,
    51              "swapConf": 1
    52          },
    53          "LTC_mainnet": {
    54              "bip44symbol": "ltc",
    55              "network": "mainnet",
    56              "maxFeeRate": 20,
    57              "swapConf": 6
    58          },
    59          "LTC_testnet": {
    60              "bip44symbol": "ltc",
    61              "network": "testnet",
    62              "maxFeeRate": 20,
    63              "swapConf": 6
    64          },
    65          "ETH_testnet": {
    66              "bip44symbol": "eth",
    67              "network": "testnet",
    68              "maxFeeRate": 200,
    69              "swapConf": 12,
    70              "configPath": "/home/.ethereum/dex.conf"
    71          }
    72      }
    73  }