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, the cli deploys a defaultIsm when a user does not deploy a trustedRelayerIsm. This differs from infra, which sets the ISM to address(0). Although they achieve the same-ish things (both defaultIsm with no modules and address(0) will use mailbox default ism), it is inconsistent and also a waste of gas.
Solution
Consider deploying a warp route with ISM set to address(0), if trusted relayer is not used.
The text was updated successfully, but these errors were encountered:
Problem
Currently, the cli deploys a defaultIsm when a user does not deploy a trustedRelayerIsm. This differs from infra, which sets the ISM to address(0). Although they achieve the same-ish things (both defaultIsm with no modules and address(0) will use mailbox default ism), it is inconsistent and also a waste of gas.
Solution
Consider deploying a warp route with ISM set to address(0), if trusted relayer is not used.
The text was updated successfully, but these errors were encountered: