Skip to main content
ICS-27 packets only move when a relayer carries them. This page gives you the Lumera specific values for a Hermes relayer serving a channel between Lumera and another Cosmos chain. It is not a general Hermes tutorial. Install Hermes, create the chain entries, and manage channels by following the official Hermes documentation, then plug in the values below.

Lumera chain values

Add a chain entry for Lumera to your Hermes config with these values. The counterparty chain entry uses that chain’s own documented values.
The official mainnet RPC can be intermittent. A community alternative is https://lumera-rpc.polkachu.com.
Fund the relayer’s Lumera key with ulume to pay for packet delivery. The minimum gas price on Lumera is 0.025ulume, and governance can change it.

Key derivation depends on the network

This is the part that catches relayer operators. Lumera networks that have the EVM upgrade use Ethereum style keys, and networks that do not use standard Cosmos keys. Testnet, and any network after its EVM upgrade. The Lumera chain entry needs the ethermint address type.
Add the relayer’s Lumera key with the Ethereum HD path m/44'/60'/0'/0/0. A key added with the default Cosmos path produces the wrong address and every transaction fails. Mainnet today. Mainnet runs v1.12.0 and has not had the EVM upgrade yet. Use standard Cosmos key derivation with no address_type override.
When mainnet gains the EVM with its upgrade, existing mainnet relayers must re-key to the ethermint derivation. Follow the official relayer migration guide and see the EVM upgrade page for operator checklists.

Verify the setup

Once the chain entries are in place, use standard Hermes commands to health check both chains, create or restore the channel, and start relaying. Confirm the setup end to end by running the interchain accounts flow. A successful MsgSendTx acknowledgement proves packets move in both directions.

Next steps

Interchain accounts in practice

The ICS-27 flow your relayer now carries.

EVM upgrade

What changes for relayers when a network gains the EVM.

Networks

All Lumera endpoints and chain parameters.