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
Any time we need to extend this, it requires an update to any caller and subsequently any caller further up the chain of calls. Instead, we should have a single "options" object which contains optional arguments of ccipContractCache, contractVerifier and anything else that might get added in the future
The text was updated successfully, but these errors were encountered:
In the current EvmIsmModule, we have a constructor that takes some optional arguments like a ccip contracts cache and contractVerifier
Any time we need to extend this, it requires an update to any caller and subsequently any caller further up the chain of calls. Instead, we should have a single "options" object which contains optional arguments of
ccipContractCache
,contractVerifier
and anything else that might get added in the futureThe text was updated successfully, but these errors were encountered: