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
Some applications might not know their network ahead of type (e.g. Foundry), so a catch-all network should be added (AnyNetwork) that essentially just returns the regular Ethereum types + a catch all field.
Component
network, json-rpc
Describe the feature you would like
Some applications might not know their network ahead of type (e.g. Foundry), so a catch-all network should be added (
AnyNetwork
) that essentially just returns the regular Ethereum types + a catch all field.An idea would be to add a wrapper type like:
with
Deref
/DerefMut
implemented as well to make the wrapper transparent-ishAdditional context
No response
The text was updated successfully, but these errors were encountered: