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
risc0-ethereum-contracts does not currently build for the guest. I currently pulls in socket2 for networking support, which is cannot build for the guest. We don't need functions that require network access in the guest, but the feature flags are not in place to conditionally compile this support.