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.- Mainnet
- Testnet
The official mainnet RPC can be intermittent. A community alternative is
https://lumera-rpc.polkachu.com.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.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.
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 successfulMsgSendTx 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.