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
fix: prioritize NEXT_PUBLIC_NETWORK_NAME over chain plugin displayName
The env var was always shadowed by chain.displayName ('Thanos L2 Rollup')
due to || short-circuit evaluation order. Flip to env var first.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments