``` [[chains]] id = 'campfire-square.ff09671d333707' type = 'Namada' rpc_timeout = '60s' rpc_addr = 'http://127.0.0.1:27657' grpc_addr = 'http://127.0.0.1:9090' event_source = { mode = 'push', url = 'ws://127.0.0.1:27657/websocket', batch_delay = '500ms' } account_prefix = '' key_name = 'relayer-nam' memo_prefix = '+ Relayed by Mandragora' store_prefix = 'ibc' gas_price = { price = 0.000001, denom = 'tnam1qy440ynh9fwrx8aewjvvmu38zxqgukgc259fzp6h' } gas_multiplier = 1.75 max_gas = 650000 #trusting_period = '31482s' (2/3 of unbonding_length) [chains.packet_filter] policy = 'allow' list = [ ['transfer', 'channel-7'], ['transfer', 'channel-8'], ['transfer', 'channel-10'] ] ``` ``` [[chains]] id = 'stride-1' ccv_consumer_chain = true rpc_addr = '' event_source = { mode = 'push', url = 'wss://:443/websocket', batch_delay = '500ms' } grpc_addr = '' rpc_timeout = '30s' trusted_node = false account_prefix = 'stride' key_name = 'keys-stride' store_prefix = 'ibc' gas_multiplier = 1.2 default_gas = 500000 max_gas = 10000000 max_tx_size = 180000 gas_price = { price = 0.0005, denom = 'ustrd' } clock_drift = '10s' max_msg_num = 30 max_block_time = '30s' trusting_period = '9days' memo_prefix = '+ Relayed by Mandragora' [chains.packet_filter] policy = 'allow' list = [ ['transfer', 'channel-297'] ] ``` ``` [[chains]] id = 'cosmoshub-4' ccv_consumer_chain = false rpc_addr = '' grpc_addr = '' event_source = { mode = 'push', url = 'wss://:443/websocket', batch_delay = '500ms' } rpc_timeout = '30s' trusted_node = false account_prefix = 'cosmos' key_name = 'keys-cosmos' store_prefix = 'ibc' max_gas = 10000000 default_gas = 500000 max_tx_size = 180000 max_msg_num = 30 gas_price = { price = 0.0055, denom = 'uatom' } gas_multiplier = 1.3 clock_drift = '10s' max_block_time = '30s' trusting_period = '14days' memo_prefix = '+ Relayed by Mandragora' [chains.packet_filter] policy = 'allow' list = [ ['transfer', 'channel-1298'] ] ``` ``` [[chains]] id = 'celestia' type = 'CosmosSdk' rpc_addr = '' grpc_addr = '' event_source = { mode = 'push', url = 'wss://:443/websocket', batch_delay = '500ms' } rpc_timeout = '30s' trusted_node = false account_prefix = 'celestia' key_name = 'keys-celestia' store_prefix = 'ibc' default_gas = 500000 max_gas = 10000000 gas_price = { price = 0.02, denom = 'utia' } gas_multiplier = 1.3 max_msg_num = 30 max_tx_size = 180000 clock_drift = '10s' max_block_time = '30s' trusting_period = '14days' memo_prefix = '+ Relayed by Mandragora' [chains.packet_filter] policy = 'allow' list = [ ['transfer', 'channel-65'] ] ```