Created
July 31, 2023 10:03
-
-
Save kaisbaccour/8616cabc6a7c5f52a1625bf6ecd9b213 to your computer and use it in GitHub Desktop.
hermes config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 = 5 | |
clear_on_start = true | |
tx_confirmation = false | |
[rest] | |
enabled = true | |
host = '127.0.0.1' | |
port = 3000 | |
[telemetry] | |
enabled = true | |
host = '127.0.0.1' | |
port = 3001 | |
[[chains]] | |
id = "nois-testnet-005" | |
type = "CosmosSdk" | |
memo_prefix = 'Relayed by Katarina' | |
rpc_addr = "https://nois-testnet-rpc.polkachu.com:443" | |
#websocket_addr = "wss://tnois-rpc.systemd.run/websocket" | |
#grpc_addr = "https://tnois-grpc.systemd.run/" | |
grpc_addr = "http://nois-testnet-grpc.itrocket.net:21090" | |
event_source = { mode = 'pull', interval = '1s' } | |
rpc_timeout = "10s" | |
account_prefix = "nois" | |
key_name = "mynoiskey" | |
key_store_type = "Test" | |
store_prefix = "ibc" | |
default_gas = 100000 | |
max_gas = 4000000 | |
gas_multiplier = 1.1 | |
max_msg_num = 30 | |
max_tx_size = 180000 | |
max_grpc_decoding_size = 33554432 | |
clock_drift = "5s" | |
max_block_time = "30s" | |
ccv_consumer_chain = false | |
sequential_batch_tx = false | |
[chains.trust_threshold] | |
numerator = "1" | |
denominator = "3" | |
[chains.gas_price] | |
price = 0.1 | |
denom = "unois" | |
[chains.packet_filter] | |
policy = "allowall" | |
[chains.packet_filter.min_fees] | |
[chains.address_type] | |
derivation = "cosmos" | |
[[chains]] | |
id = "elgafar-1" | |
type = "CosmosSdk" | |
event_source = { mode = 'pull', interval = '1s' } | |
rpc_addr = "https://rpc.elgafar-1.stargaze-apis.com/" | |
#websocket_addr = "wss://rpc.elgafar-1.stargaze-apis.com/websocket" | |
grpc_addr = "http://grpc-2.elgafar-1.stargaze-apis.com:26660/" | |
rpc_timeout = "10s" | |
trusted_node = false | |
account_prefix = "stars" | |
key_name = "" | |
key_store_type = "Test" | |
store_prefix = "ibc" | |
default_gas = 100000 | |
max_gas = 1000000 | |
gas_multiplier = 1.1 | |
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 | |
[chains.trust_threshold] | |
numerator = "1" | |
denominator = "3" | |
[chains.gas_price] | |
price = 0.1 | |
denom = "ustars" | |
[chains.packet_filter] | |
policy = "allowall" | |
[chains.packet_filter.min_fees] | |
[chains.address_type] | |
derivation = "cosmos" | |
[[chains]] | |
id = 'pion-1' | |
#type = "CosmosSdk" | |
memo_prefix = 'Relayed by Katarina' | |
ccv_consumer_chain = true | |
event_source = { mode = 'pull', interval = '1s' } | |
rpc_addr = 'https://neutron-testnet-rpc.polkachu.com:443' | |
grpc_addr = 'http://grpc-palvus.pion-1.ntrn.tech:80' | |
#websocket_addr = 'wss://k8s.testnet.tm.injective.network/websocket' | |
rpc_timeout = '10s' | |
account_prefix = 'neutron' | |
key_name = 'neutron' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=30 | |
max_gas= 4000000 | |
gas_price = { price = 0.025, denom = 'untrn' } | |
gas_multiplier = 1.2 | |
max_block_time = '15s' | |
clock_drift = '5s' | |
trusting_period = '10days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
sequential_batch_tx = false | |
[chains.packet_filter] | |
policy = "allowall" | |
[chains.address_type] | |
derivation = "cosmos" | |
[[chains]] | |
id = 'uni-6' | |
type = "CosmosSdk" | |
event_source = { mode = 'pull', interval = '1s' } | |
memo_prefix = 'Relayed by Katarina' | |
rpc_addr = 'https://juno-testnet-rpc.polkachu.com:443' | |
grpc_addr = 'http://juno-testnet-grpc.polkachu.com:12690' | |
#poll_interval= '1s' | |
rpc_timeout = '10s' | |
account_prefix = 'juno' | |
key_name = 'juno' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=30 | |
max_gas= 4000000 | |
gas_price = { price = 0.025, denom = 'ujunox' } | |
gas_multiplier = 1.2 | |
max_block_time = '15s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
ccv_consumer_chain = false | |
sequential_batch_tx = false | |
[chains.packet_filter] | |
policy = "allowall" | |
[chains.address_type] | |
derivation = "cosmos" | |
[[chains]] | |
id = 'injective-888' | |
type = "CosmosSdk" | |
event_source = { mode = 'pull', interval = '1s' } | |
memo_prefix = 'Relayed by Katarina' | |
rpc_addr = 'https://k8s.testnet.tm.injective.network:443' | |
grpc_addr = 'https://k8s.testnet.chain.grpc.injective.network:443' | |
#websocket_addr = 'wss://k8s.testnet.tm.injective.network/websocket' | |
#poll_interval= '1s' | |
rpc_timeout = '10s' | |
account_prefix = 'inj' | |
key_name = 'inj' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=30 | |
max_gas= 4000000 | |
gas_price = { price = 700000000, denom = 'inj' } | |
gas_multiplier = 1.2 | |
max_block_time = '15s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
ccv_consumer_chain = false | |
sequential_batch_tx = false | |
[chains.packet_filter] | |
policy = "allowall" | |
[chains.address_type] | |
derivation = "cosmos" | |
################## | |
#Mainnet | |
################# | |
[[chains]] | |
id = 'nois-1' | |
address_type = { derivation = 'cosmos' } | |
memo_prefix = 'Relayed by Katarina' | |
ccv_consumer_chain = false | |
event_source = { mode = 'pull', interval = '1s' } | |
rpc_addr = 'https://nois-rpc.nysa.network:443' | |
grpc_addr = 'http://nois-grpc.polkachu.com:17390' | |
#websocket_addr = 'wss://juno-testnet-rpc.polkachu.com/websocket' | |
rpc_timeout = '20s' | |
account_prefix = 'nois' | |
key_name = 'nois' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=15 | |
max_gas= 6000000 | |
gas_price = { price = 0.05, denom = 'unois' } | |
gas_multiplier = 1.2 | |
max_block_time = '5s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
[chains.packet_filter] | |
policy = "allowall" | |
[[chains]] | |
id = 'archway' | |
memo_prefix = 'Relayed by Katarina' | |
event_source = { mode = 'pull', interval = '1s' } | |
rpc_addr = 'https://rpc-archway.cosmos-spaces.cloud:443' | |
grpc_addr = 'https://grpc.mainnet.archway.io:443' | |
rpc_timeout = '20s' | |
account_prefix = 'archway' | |
key_name = 'archway' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=15 | |
max_gas= 6000000 | |
gas_price = { price = 1500000000000, denom = 'aarch' } | |
gas_multiplier = 1.2 | |
max_block_time = '5s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
[chains.packet_filter] | |
policy = "allowall" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment