Skip to content

Instantly share code, notes, and snippets.

@clemensgg
Created January 17, 2024 15:45
Show Gist options
  • Save clemensgg/6f822756039a1fb43c383fbb52969269 to your computer and use it in GitHub Desktop.
Save clemensgg/6f822756039a1fb43c383fbb52969269 to your computer and use it in GitHub Desktop.
Aether relayer configuration
[[chains]]
id = "provider"
event_source = { mode = "push", url = "...", batch_delay = "1000ms" }
rpc_addr = "..."
grpc_addr = "..."
trusted_node = true
rpc_timeout = "10s"
account_prefix = "cosmos"
key_name = "default"
store_prefix = "ibc"
default_gas = 2000000
max_gas = 9000000
gas_multiplier = 1.5
max_msg_num = 25
max_tx_size = 180000
clock_drift = "15s"
max_block_time = "10s"
trusting_period = "336h"
memo_prefix = "..."
[chains.address_type]
derivation = "cosmos"
[chains.gas_price]
price = 0.0051
denom = "uatom"
[chains.trust_threshold]
numerator = "2"
denominator = "3"
[chains.packet_filter]
policy = "allow"
list = [
# [ "provider", "channel-87" ], # ccv-channel ethera_9000-1 // cronjob clear
]
[[chains]]
id = "ethera_9000-1"
ccv_consumer_chain = true
event_source = { mode = "push", url = "...", batch_delay = "1000ms" }
rpc_addr = "..."
grpc_addr = "..."
trusted_node = true
rpc_timeout = "10s"
account_prefix = "aether"
key_name = "default"
store_prefix = "ibc"
default_gas = 1000000
max_gas = 9000000
gas_multiplier = 1.5
max_msg_num = 20
max_tx_size = 180000
clock_drift = "15s"
max_block_time = "30s"
trusting_period = "336h"
memo_prefix = "..."
[chains.address_type]
derivation = "ethermint"
[chains.address_type.proto_type]
pk_type = "/ethermint.crypto.v1.ethsecp256k1.PubKey"
[chains.gas_price]
price = 20000000000
denom = "ataeth"
[chains.trust_threshold]
numerator = "2"
denominator = "3"
[chains.packet_filter]
policy = "allow"
list = [
# [ "consumer", "channel-0" ], # ccv-channel provider // cronjob clear
]
[global]
log_level = "debug"
[rest]
enabled = true
host = "0.0.0.0"
port = 9990
[telemetry]
enabled = true
host = "0.0.0.0"
port = 9991
[mode.clients]
enabled = true
refresh = true
misbehaviour = false
[mode.connections]
enabled = false
[mode.channels]
enabled = false
[mode.packets]
enabled = true
clear_interval = 80
clear_on_start = true
tx_confirmation = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment