forked from dv-net/dv-processing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.template.yaml
More file actions
executable file
·169 lines (169 loc) · 3.23 KB
/
config.template.yaml
File metadata and controls
executable file
·169 lines (169 loc) · 3.23 KB
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
log:
format: json
level: info
console_colored: false
trace: fatal
with_caller: false
with_stack_trace: false
ops:
enabled: false
network: tcp
tracing_enabled: false
metrics:
enabled: false
path: /metrics
port: "10000"
basic_auth:
enabled: false
username: ""
password: ""
healthy:
enabled: false
path: /healthy
port: "10000"
profiler:
enabled: false
path: /debug/pprof
port: "10000"
write_timeout: 60
postgres:
addr: ""
user: ""
password: ""
db_name: ""
ping_interval: 10
min_conns: 3
max_conns: 6
grpc:
enabled: true
addr: :9000
reflect_enabled: false
explorer_proxy:
name: explorer-proxy-client
addr: https://explorer-proxy.dv.net
blockchain:
tron:
enabled: true
node:
grpc_address: node-tron-grpc.dv.net:443
use_tls: true
activation_contract_address: TQuCVz7ZXMwcuT2ERcBYCZzLeNAZofcTgY
use_burn_trx_activation: true
ethereum:
enabled: true
network: mainnet
node:
address: https://node-eth.dv.net
attributes:
max_gas_price: 8.0
bsc:
enabled: true
network: mainnet
node:
address: https://node-bsc.dv.net
attributes:
max_gas_price: 3.0
polygon:
enabled: true
network: mainnet
node:
address: https://node-polygon.dv.net
attributes:
max_gas_price: 130.0
arbitrum:
enabled: true
network: mainnet
node:
address: https://node-arbitrum.dv.net
attributes:
max_gas_price: 1.0
optimism:
enabled: false
network: mainnet
node:
address: ""
attributes:
max_gas_price: 0.001
linea:
enabled: false
network: mainnet
node:
address: ""
attributes:
max_gas_price: 1.0
bitcoin:
enabled: true
network: mainnet
attributes:
fee_per_byte: 7
min_utxo_amount: 0
node:
address: node-btc.dv.net:443
login: rpc
secret: qh1lFWjT4UPlY0kN
use_tls: true
litecoin:
enabled: true
network: mainnet
attributes:
fee_per_byte: 10
min_utxo_amount: 0
node:
address: node-ltc.dv.net
login: rpc
secret: qh1lFWjT4UPlY0kN
use_tls: true
bitcoin_cash:
enabled: true
network: mainnet
attributes:
fee_per_byte: 1
min_utxo_amount: 0
node:
address: node-bch.dv.net
login: rpc
secret: qh1lFWjT4UPlY0kN
use_tls: true
dogecoin:
enabled: true
network: mainnet
attributes:
fee_per_byte: 50000
min_utxo_amount: 0
node:
address: node-doge.dv.net:443
login: rpc
secret: qh1lFWjT4UPlY0kN
use_tls: true
resource_manager:
enabled: true
connect:
name: orders-client
addr: https://delegate.dv.net
use_activator_contract: true
delegation_duration: 15s
watcher:
client_secret: ""
grpc_reconnection_delay: 1s
enabled: false
connect:
name: connectrpc-client
addr: ""
webhooks:
sender:
enabled: true
quantity: 500
cleanup:
enabled: true
cron: 0 1 * * *
max_age: 720h0m0s
remove_after_sent: false
interceptors:
disable_checking_sign: false
transfers:
enabled: true
use_cache_for_wallets: true
merchant_admin:
base_url: https://api.dv.net
updater:
base_url: http://localhost:8081