-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelayer.toml
More file actions
63 lines (55 loc) · 1.29 KB
/
Copy pathrelayer.toml
File metadata and controls
63 lines (55 loc) · 1.29 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
[[chains]]
type = "cosmos"
chain_id = "cosmoshub-4"
rpc_addr = "https://rpc.cosmos.network:443"
grpc_addr = "https://grpc.cosmos.network:443"
account_prefix = "cosmos"
key_name = "relayer"
key_file = "keys/cosmoshub.toml"
gas_multiplier = 1.3
max_gas = 400000
default_gas = 300000
# fee_granter = "cosmos1..."
# max_tx_size = 180000
[chains.gas_price]
amount = 0.025
denom = "uatom"
# [chains.dynamic_gas_price]
# multiplier = 1.1
# max = 0.6
[[chains]]
type = "cosmos"
chain_id = "osmosis-1"
rpc_addr = "https://rpc.osmosis.zone:443"
grpc_addr = "https://grpc.osmosis.zone:443"
account_prefix = "osmo"
key_name = "relayer"
key_file = "keys/osmosis.toml"
gas_multiplier = 1.3
max_gas = 400000
default_gas = 300000
[chains.gas_price]
amount = 0.025
denom = "uosmo"
[chains.dynamic_gas_price]
multiplier = 1.1
max = 0.6
[[relays]]
src_chain = "cosmoshub-4"
dst_chain = "osmosis-1"
src_client_id = "07-tendermint-0"
dst_client_id = "07-tendermint-0"
# [relays.packet_filter]
# policy = "allow"
# source_ports = ["transfer"]
# Ethereum chain example (uncomment to use)
# [[chains]]
# type = "ethereum"
# chain_id = 31337
# rpc_addr = "http://localhost:8545"
# ics26_router = "0x..."
# key_file = "keys/eth_key.hex"
# block_time_secs = 1
# gas_multiplier = 1.2
# max_gas = 1000000
# max_priority_fee_multiplier = 1.5