Configuration relayer [global] log_level = "info" [mode.clients] enabled = true refresh = true misbehaviour = true [mode.connections] enabled = false [mode.channels] enabled = false [mode.packets] enabled = true clear_interval = 100 clear_on_start = true tx_confirmation = false auto_register_counterparty_payee = false [rest] enabled = false host = "127.0.0.1" port = 3000 [telemetry] enabled = false host = "127.0.0.1" port = 3001 [telemetry.buckets.latency_submitted] start = 500 end = 20000 buckets = 10 [telemetry.buckets.latency_confirmed] start = 1000 end = 30000 buckets = 10 [[chains]] id = "local.1c5d65d28146c8d0a5ec8ea4" type = "Namada" rpc_addr = "http://127.0.0.1:27657" grpc_addr = "http://127.0.0.1:27657" event_source = { mode = 'push', url = 'ws://127.0.0.1:27657/websocket', batch_delay = '500ms' } rpc_timeout = "60s" trusted_node = false key_name = "daewon" address_type = { derivation = 'cosmos' } store_prefix = "ibc" account_prefix = "tnam" default_gas = 100000 max_gas = 400000 gas_price = { price = 0.0025, denom = 'tnam1qxgfw7myv4dh0qna4hq0xdg6lx77fzl7dcem8h7e' } gas_multiplier = 1.5 max_msg_num = 30 max_tx_size = 180000 max_grpc_decoding_size = 33554432 clock_drift = "5s" max_block_time = "30s" ccv_consumer_chain = false memo_prefix = "" sequential_batch_tx = false compat_mode = '0.37' trust_threshold = { numerator = '1', denominator = '3' } [[chains]] id = 'osmo-test-5' type = 'CosmosSdk' rpc_addr = 'https://osmosis-testnet-rpc.polkachu.com' grpc_addr = 'http://osmosis-testnet-grpc.polkachu.com:12590' event_source = { mode = 'push', url = 'wss://rpc.osmotest5.osmosis.zone/websocket', batch_delay = '500ms' } account_prefix = 'osmo' key_name = 'cosmo_wallet2' address_type = { derivation = 'cosmos' } store_prefix = 'ibc' default_gas = 400000 max_gas = 120000000 gas_price = { price = 0.0025, denom = 'uosmo' } gas_multiplier = 1.2 max_msg_num = 30 max_tx_size = 1800000 clock_drift = '15s' max_block_time = '30s' trusting_period = '4days' trust_threshold = { numerator = '1', denominator = '3' } rpc_timeout = '30s'