You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@damiannolan suggested considering using a regular module account instead of the current vanity bech32 address (celestia1feeaddress...) for the feeaddress module. Benefits:
Can leverage existing x/auth query infrastructure
Vanity address provides no real value to EVM (which uses hex addresses for cross-chain transfers)
Simpler, more standard Cosmos SDK pattern
Blocker
This migration cannot be done until the following upstream PR is merged and released:
Context
From PR #6441 review discussion: #6441 (comment)
@damiannolan suggested considering using a regular module account instead of the current vanity bech32 address (
celestia1feeaddress...) for the feeaddress module. Benefits:x/authquery infrastructureBlocker
This migration cannot be done until the following upstream PR is merged and released:
The Hyperlane-Cosmos module currently doesn't support bridging directly to 32-byte module account addresses. Once PR #151 is released, we can migrate.
Action Items
References