-
Notifications
You must be signed in to change notification settings - Fork 6
/
boltz.gitpod.conf
170 lines (139 loc) · 3.65 KB
/
boltz.gitpod.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
prepayminerfee = true
[api]
sslEnabled = false
host = '0.0.0.0'
port = 9001
# [[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 = 2
timeoutDelta = 1_440
[[pairs]]
base = "BTC"
quote = "SOV"
fee = 2
timeoutDelta = 1_440
[[pairs]]
base = "BTC"
quote = "XUSD"
fee = 2
timeoutDelta = 1_440
[[currencies]]
symbol = "BTC"
network = "bitcoinRegtest"
#network = "bitcoinTestnet"
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
cookie = "docker/regtest/data/core/cookies/.bitcoin-cookie"
# cookie = "/root/.bitcoin/testnet3/.cookie"
#rpcauth='foo:zzz888ae63c3d4dc30583ff4fe65a67e3634e81c11659e3de036d0bf88f89cd169c1039e6e09607562d54765c649cc'
user = "topkek"
password = "topkek"
[currencies.lnd]
host = "127.0.0.1"
port = 10_009
certpath = "docker/regtest/data/lnd/certificates/tls.cert"
# certpath = "/root/.lnd/tls.cert"
# macaroonpath = "/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon"
macaroonpath = "docker/regtest/data/lnd/macaroons/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
# gitpod token contract
contractAddress = "0x271905cc3d21d8d11f3213e4130108295e578434"
# the actual SOV contract on testnet
# contractAddress = "0x6a9a07972d07e58f0daf5122d11e069288a375fb"
maxSwapAmount = 4_294_96700000
minSwapAmount = 10000
[[rsk.tokens]]
symbol = "XUSD"
decimals = 18
# gitpod token contract
# contractAddress = "0x738e6fcdd7c1212469da9531a0c7a12aa6e6ccc1"
contractAddress = "0x59014d3017a5ad194d6b8a82a34b5b43beca72f7"
# the actual SOV contract on testnet
# contractAddress = "0x6a9a07972d07e58f0daf5122d11e069288a375fb"
maxSwapAmount = 4_294_96700000
minSwapAmount = 10000