Skip to content

Instantly share code, notes, and snippets.

@larry0x
Created May 31, 2023 00:07
Show Gist options
  • Save larry0x/76f952647ddcf20427508f32367d2b59 to your computer and use it in GitHub Desktop.
Save larry0x/76f952647ddcf20427508f32367d2b59 to your computer and use it in GitHub Desktop.
[global]
log_level = 'info'
[mode]
[mode.clients]
enabled = true
refresh = true
misbehaviour = false
[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
[[chains]]
id = 'mars-test-1'
rpc_addr = 'http://127.0.0.1:26657'
grpc_addr = 'http://127.0.0.1:9090'
websocket_addr = 'ws://127.0.0.1:26657/websocket'
rpc_timeout = '10s'
account_prefix = 'mars'
key_name = 'relayer'
store_prefix = 'ibc'
default_gas = 100000
max_gas = 20000000
gas_price = { price = 0, denom = 'umars' }
gas_multiplier = 1.1
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s'
max_block_time = '30s'
trusting_period = '14days'
trust_threshold = { numerator = '1', denominator = '3' }
address_type = { derivation = 'cosmos' }
[[chains]]
id = 'wasm-test-1'
rpc_addr = 'http://127.0.0.1:36657'
grpc_addr = 'http://127.0.0.1:9091'
websocket_addr = 'ws://127.0.0.1:36657/websocket'
rpc_timeout = '10s'
account_prefix = 'wasm'
key_name = 'relayer'
store_prefix = 'ibc'
default_gas = 100000
max_gas = 20000000
gas_price = { price = 0, denom = 'uwasm' }
gas_multiplier = 1.1
max_msg_num = 30
max_tx_size = 2097152
clock_drift = '5s'
max_block_time = '30s'
trusting_period = '14days'
trust_threshold = { numerator = '1', denominator = '3' }
address_type = { derivation = 'cosmos' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment