-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.yml
63 lines (63 loc) · 1.48 KB
/
config.sample.yml
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
mnemonic: "example_mnemonic"
health_check:
interval_ms: 5000
read_last_health: true
logger:
level: "info"
format: "json"
mongodb:
uri: "mongodb://localhost:27017/example_db?retryWrites=true&w=majority"
database: "example_db"
timeout_ms: 10000
ethereum_networks:
- start_block_height: 1000000
confirmations: 0
rpc_url: "http://localhost:8545"
timeout_ms: 5000
chain_id: 1
chain_name: localnet
mailbox_address: "0x123456789abcdef"
warp_ism_address: "0x123456789abcdef"
omni_token_address: "0x123456789abcdef"
mint_controller_address: "0x123456789abcdef"
oracle_addresses:
- "0xoracleAddress1"
- "0xoracleAddress2"
- "0xoracleAddress3"
message_monitor:
enabled: true
interval_ms: 60000
message_signer:
enabled: true
interval_ms: 60000
message_processor:
enabled: true
interval_ms: 60000
cosmos_network:
start_block_height: 50000
confirmations: 0
rpc_url: "http://localhost:26657"
grpc_enabled: false
grpc_host: 'localhost'
grpc_port: 9090
timeout_ms: 5000
chain_id: "poktroll"
chain_name: "pokt_localnet"
tx_fee: 0
bech32_prefix: "pokt"
coin_denom: "upokt"
multisig_address: "pokt1abcdefg"
multisig_public_keys:
- "pubKey1"
- "pubKey2"
- "pubKey3"
multisig_threshold: 2
message_monitor:
enabled: true
interval_ms: 60000
message_signer:
enabled: true
interval_ms: 60000
message_processor:
enabled: true
interval_ms: 60000