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
A middleware contract wants to use ICAs and expose behavior to its callers. However, it needs differential permissioning on the destination chain for the different callers.
Somewhat similar to Dependent messages #5352, a caller just wants to be able to segment state and have control over which state a call should apply to.
Proposed solution:
allow an optional salt to be passed by the ICARouter caller that is part of the ICA derivation.
The text was updated successfully, but these errors were encountered:
Use cases:
Proposed solution:
The text was updated successfully, but these errors were encountered: