# hermes config [global] strategy = 'packets' log_level = 'info' [[chains]] id = 'cygnusx-1' rpc_addr = 'http://54.166.148.90:26657' grpc_addr = 'http://54.166.148.90:9091' websocket_addr = 'ws://54.166.148.90:26657/websocket' rpc_timeout = '10s' account_prefix = 'stars' key_name = 'wallet' store_prefix = 'ibc' max_gas = 2000000 gas_price = { price = 0.001, denom = 'stake' } gas_adjustment = 0.1 clock_drift = '5s' trusting_period = '2days' trust_threshold = { numerator = '1', denominator = '3' } d [[chains]] id = 'cygnusx-osmo-1' rpc_addr = 'http://54.166.148.90:26657' grpc_addr = 'http://54.166.148.90:9091' websocket_addr = 'ws://54.166.148.90:26657/websocket' rpc_timeout = '10s' account_prefix = 'osmo' key_name = 'wallet' store_prefix = 'ibc' max_gas = 2000000 gas_price = { price = 0.001, denom = 'stake' } gas_adjustment = 0.1 clock_drift = '5s' trusting_period = '2days' trust_threshold = { numerator = '1', denominator = '3' }