Conversation
Put the app's target chain first in wagmi config so wallets default to it on connect instead of mainnet. Replace the dead "Error Chain" button with a "Switch Network" action that prompts the wallet to switch. Also syncs lockfile specifier for Next.js pin and fixes custom logo dimensions for consistency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
emdin
force-pushed
the
fix/update-lockfile
branch
4 times, most recently
from
June 9, 2026 15:05
3205b57 to
638d0d0
Compare
pnpm 11 errors on packages with build scripts unless explicitly allowed. Create a temporary package.json with onlyBuiltDependencies wildcard to permit prisma's engine download in the runner stage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
emdin
force-pushed
the
fix/update-lockfile
branch
from
June 9, 2026 15:17
638d0d0 to
c803655
Compare
…k-based governors The BlockNumber clock mode path was returning the proposal creation timestamp as voteStart, ignoring the voting delay entirely. It also lacked the voteStart block input, so the voting period duration was wrong (48h displayed instead of 36.4h for Igra's config). Now both voteStart and voteEnd are estimated from their respective block distances × blockInterval. Also fixes the Timestamp mode to use the actual voteStart value instead of creation time. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wallet_switchEthereumChain^16.1.0→16.1.0)Test plan
🤖 Generated with Claude Code