# The global section has parameters that apply globally to the relayer operation.
[global]
log_level = 'info'
# Specify the mode to be used by the relayer. [Required]
[mode]
# Specify the client mode.
[mode.clients]
enabled = false
refresh = true
misbehaviour = false
# Specify the connections mode.
[mode.connections]
enabled = false
# Specify the channels mode.
[mode.channels]
enabled = false
# Specify the packets mode.
[mode.packets]
enabled = true
clear_interval = 200
clear_on_start = true
tx_confirmation = true
[rest]
enabled = true
host = '0.0.0.0'
port = 3001
[telemetry]
enabled = true
host = '0.0.0.0'
port = 4001
######## PLANQ #####
[[chains]]
id = 'planq_7070-2'
rpc_addr = 'xxxxxxx'
grpc_addr = 'xxxxxxx'
websocket_addr = 'xxxxxxxx'
rpc_timeout = '20s'
account_prefix = 'plq'
key_name = 'ibc-planq'
address_type = { derivation = 'ethermint', proto_type = { pk_type = '/ethermint.crypto.v1.ethsecp256k1.PubKey' } }
default_gas = 2000000
max_gas = 40000000
gas_multiplier = 1.3
store_prefix = 'ibc'
max_msg_num = 30
max_tx_size = 1800000
clock_drift = '15s'
max_block_time = '10s'
trusting_period = '7days'
memo_prefix = 'RoomIT_IBC'
trust_threshold = { numerator = '1', denominator = '3' }
gas_price = { price = 30000000000, denom = 'aplanq' }
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-0'], # Gravity
['transfer', 'channel-1'], # Osmosis
]
###### GRAVITY ####
[[chains]]
id = 'gravity-bridge-3'
rpc_addr = 'xxxxx'
grpc_addr = 'xxxxx'
websocket_addr = 'xxxxx'
rpc_timeout = '20s'
account_prefix = 'gravity'
key_name = 'xxxxx'
address_type = { derivation = 'cosmos' }
store_prefix = 'ibc'
default_gas = 300000
max_gas = 5000000
gas_price = { price = 0.000, denom = 'ugraviton' }
gas_multiplier = 1.4
max_msg_num = 30
max_tx_size = 1800000
clock_drift = '15s'
max_block_time = '10s'
trusting_period = '7days'
memo_prefix = 'RoomIT_IBC'
trust_threshold = { numerator = '1', denominator = '3' }
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-10'], # Osmosis
'transfer', 'channel-102'], # Planq
]
##### OSMOSIS ###
[[chains]]
id = 'osmosis-1'
rpc_addr = 'xxxxxxx'
grpc_addr = 'xxxxxxxx'
websocket_addr = 'xxxxxxxxxxx'
rpc_timeout = '20s'
account_prefix = 'osmo'
key_name = 'ibc-osmosis'
address_type = { derivation = 'cosmos' }
store_prefix = 'ibc'
default_gas = 500000
max_gas = 120000000
gas_price = { price = 0.0026, denom = 'uosmo' }
gas_multiplier = 1.8
max_msg_num = 30
max_tx_size = 1800000
clock_drift = '15s'
max_block_time = '10s'
trusting_period = '7days'
memo_prefix = 'RoomIT_IBC'
trust_threshold = { numerator = '1', denominator = '3' }
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-144'], # gravity
['transfer', 'channel-492'], # planq
]