forked from legalizemath/mybosbotexample
-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.json
66 lines (66 loc) · 1.77 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"avoid": [
"// 1ml",
"0217890e3aad8d35bc054f43acc00084b25229ecff0ab68debd82883ad65ee8266",
"// gameb_1",
"023d70f2f76d283c6c4e58109ee3a2816eb9d8feb40b23d62469060a2b2867b77f",
"// bcyber",
"026db2cbf3d8ab4a4c01eed2df432d20cf0a13136402097574209d2595cb9e9d93",
"// tippin",
"03c2abfa93eacec04721c019644584424aab2ba4dff3ac9bdab4e9c97007491dda",
"// gameb_2",
"03c8dfbf829eaeb0b6dab099d87fdf7f8faceb0c1b935cd243e8c1fb5af71361cf",
"// neo_1",
"03ea08d787c0153d42f0aa286a1b7000de17d959771e059aadc1cf85d5f2a67e35",
"// trinity_1",
"02c43a8c5dd024c4d3c5be5612347f87cf90d79e5c2417861908d25f72046354c3",
"// morpheus_1",
"029f96fe33e4c3db0a7dc4039fb9e2a792bb99ef62589c9932bce2a59a06b650d7"
],
"rules": [
{
"aliasMatch": "EXAMPLE OF EVERY SETTING THAT MATCHES NOTHING",
"min_ppm": 111,
"max_ppm": 1111,
"no_local_rebalance": true,
"no_remote_rebalance": true,
"max_htlc_sats": 50000000
},
{
"aliasMatch": "coinos",
"max_ppm": 999,
"max_ppm_NOTE": "they closed when too high last time"
},
{
"aliasMatch": "LNBIG",
"min_ppm": 555
},
{
"aliasMatch": "loopz",
"aliasMatch_NOTE": "to avoid matching with LOOP below, should really add pubkeys to this thing"
},
{
"aliasMatch": "LOOP",
"min_ppm": 2999,
"no_local_rebalance": true
},
{
"aliasMatch": "bfx-lnd",
"min_ppm": 555
},
{
"aliasMatch": "ACINQ",
"min_ppm": 555
},
{
"aliasMatch": "gameb",
"max_ppm": 0,
"max_ppm_NOTE": "want to keep sphinx tx cheap"
},
{
"aliasMatch": "",
"aliasMatch_NOTE": "fallback rules for any channel if unspecified above",
"max_ppm": 2000
}
]
}