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 Interface.externalLoggedTypes is being used as a way to decode logged types during multicall. This shouldn't be the case, as an Interface shouldn't be concerned with some other Interface. The externalLoggedTypes logic should be moved elsewhere; probably somewhere in BaseInvocationScope or similar.
The text was updated successfully, but these errors were encountered:
Currently
Interface.externalLoggedTypes
is being used as a way to decode logged types during multicall. This shouldn't be the case, as anInterface
shouldn't be concerned with some otherInterface
. TheexternalLoggedTypes
logic should be moved elsewhere; probably somewhere inBaseInvocationScope
or similar.The text was updated successfully, but these errors were encountered: