-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
33 lines (28 loc) · 917 Bytes
/
config.yaml
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
# Relayer Configuration
native:
native_rpc: "127.0.0.1:26657"
native_grpc: "127.0.0.1:9090"
ika:
ika_rpc: "127.0.0.1:0001"
ika_signer_mnemonic: ""
ika_native_lc_package: ""
ika_native_lc_module: ""
ika_native_lc_function: ""
ika_gas_acc: ""
ika_gas_budget: ""
bitcoin:
btc_rpc_host: "your-bitcoin-rpc.com"
btc_rpc_user: "your-bitcoin-rpc-user"
btc_rpc_pass: "your-bitcoin-rpc-password"
btc_confirmation_threshold: 6
http_post_mode: true
disable_tls: false
network: "testnet"
relayer:
process_txs_interval: 5s
confirm_txs_interval: 7s
sign_req_fetch_interval: 5s
sign_req_fetch_from: 0
sign_req_fetch_limit: 5
db:
db_file: "relayer.db"