forked from MardukExchange/lnsovbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
boltz.conf
148 lines (122 loc) · 3.23 KB
/
boltz.conf
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# [[pairs]]
# base = "LTC"
# quote = "BTC"
# fee = 2
# timeoutDelta = 400
# [[pairs]]
# base = "BTC"
# quote = "BTC"
# rate = 1
# fee = 0.5
# timeoutDelta = 1_440
# [[pairs]]
# base = "LTC"
# quote = "LTC"
# rate = 1
# fee = 0.5
# timeoutDelta = 1_440
# [[pairs]]
# base = "ETH"
# quote = "BTC"
# fee = 5
# timeoutDelta = 180
# [[pairs]]
# base = "BTC"
# quote = "USDT"
# fee = 5
# timeoutDelta = 180
[[pairs]]
base = "RBTC"
quote = "BTC"
rate = 1
fee = 0.5
timeoutDelta = 1_440
# [[pairs]]
# base = "BTC"
# quote = "SOV"
# fee = 5
# timeoutDelta = 180
[[currencies]]
symbol = "BTC"
#network = "bitcoinRegtest"
# network = "bitcoinTestnet"
network = "bitcoinMainnet"
minWalletBalance = 10_000_000
minChannelBalance = 10_000_000
maxSwapAmount = 4_294_967
minSwapAmount = 10_000
maxZeroConfAmount = 10_000_000
[currencies.chain]
host = "127.0.0.1"
# port = 18_443
# port = 18_332
port = 8_332
# cookie = "docker/regtest/data/core/cookies/.bitcoin-cookie"
# cookie = "/root/.bitcoin/testnet3/.cookie"
cookie = "/root/.bitcoin/.cookie"
rpcuser = "foo"
rpcpass = "bar"
[currencies.lnd]
host = "127.0.0.1"
port = 10_009
# certpath = "docker/regtest/data/lnd/certificates/tls.cert"
certpath = "/root/.lnd/tls.cert"
# macaroonpath = "docker/regtest/data/lnd/macaroons/admin.macaroon"
# macaroonpath = "/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon"
macaroonpath = "/root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
# [[currencies]]
# symbol = "LTC"
# network = "litecoinRegtest"
# minWalletBalance = 110_000_000
# minChannelBalance = 110_000_000
# maxSwapAmount = 2000_000_000
# minSwapAmount = 100_000
# maxZeroConfAmount = 0
# [currencies.chain]
# host = "127.0.0.1"
# port = 19_443
# cookie = "docker/regtest/data/core/cookies/.litecoin-cookie"
# rpcuser = "kek"
# rpcpass = "kek"
# [currencies.lnd]
# host = "127.0.0.1"
# port = 11_009
# certpath = "docker/regtest/data/lnd/certificates/tls.cert"
# macaroonpath = "docker/regtest/data/lnd/macaroons/admin.macaroon"
# [ethereum]
# providerEndpoint = "http://127.0.0.1:8546"
# etherSwapAddress = "0xCc2dd65Bc10AdbE3C6cF341aaFB5d9440E72cc20"
# erc20SwapAddress = "0xf90664Edb44fd966089673f289834DaDb9888203"
# # [ethereum.infura]
# # apiKey = "407ec50992d5446184f50c2846fa91c1"
# # network = "rinkeby"
# [[ethereum.tokens]]
# symbol = "ETH"
# maxSwapAmount = 4_294_96700
# minSwapAmount = 10000
# [[ethereum.tokens]]
# symbol = "USDT"
# decimals = 18
# contractAddress = "0x23d5395De7862A174b0cCbf9f7A350b4b8afC720"
# maxSwapAmount = 4_294_96700000
# minSwapAmount = 10000
[rsk]
providerEndpoint = "http://127.0.0.1:4445/websocket"
rbtcSwapAddress = "0x0763acb06b937b45b22b380b5fa9909f388b42d8"
erc20SwapAddress = "0x97eee86b78377215230bdf97a7e459e1ff9c63d8"
# [ethereum.infura]
# apiKey = "407ec50992d5446184f50c2846fa91c1"
# network = "rinkeby"
[[rsk.tokens]]
symbol = "RBTC"
maxSwapAmount = 4_294_96700
minSwapAmount = 10000
# [[rsk.tokens]]
# symbol = "SOV"
# decimals = 18
# # my dummy SOV
# # contractAddress = "0x0ae9cb70d1668a73b099c9e138dd7275846578e3"
# # the actual SOV contract on testnet
# contractAddress = "0x6a9a07972d07e58f0daf5122d11e069288a375fb"
# maxSwapAmount = 4_294_96700000
# minSwapAmount = 10000