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
Currently in the CLI command: hyperlane warp init, we initialize a trustedRelayerIsm in the config. This means that deployments will include a trusted relayer ism that is not useful outside of self-relaying. To go to production, we generally ask to remove this ISM. This is problematic because this can be an extra step that wastes time and gas.
Solution
Let the user pick whether they want to potentially deploy a trustedRelayerIsm
Problem
Currently in the CLI command:
hyperlane warp init
, we initialize atrustedRelayerIsm
in the config. This means that deployments will include a trusted relayer ism that is not useful outside of self-relaying. To go to production, we generally ask to remove this ISM. This is problematic because this can be an extra step that wastes time and gas.Solution
trustedRelayerIsm
--yes
Additional context
https://discord.com/channels/935678348330434570/1280579302773227571
The text was updated successfully, but these errors were encountered: