BW-110: chain-46630 foundry config (+ lib/cash lockstep) - #9
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
SocksNFlops
force-pushed
the
socks/bw-110-foundry-46630
branch
from
August 19, 2026 01:55
7e1f578 to
9ba2796
Compare
A chain= field with an unknown chain id makes forge abort every `forge script` run on this chain with 'Chain 46630 not supported', even without --verify. Verification uses explicit --verifier/--verifier-url flags, so the entry was dead config anyway. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
SocksNFlops
approved these changes
Aug 19, 2026
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
Deploy prep for Robinhood Testnet (chain 46630). Config-only — no Solidity or deploy-script changes; the stock
DeployAll.s.sol(RLV -> FLV -> Router) will be used as-is, with FLV deploying as-is per maintainer decision.Changes
fs_permissions: addreadon../contracts/addresses/addresses-46630.jsonandread-writeon./addresses/addresses-46630.json, mirroring the existing 998/999 per-chain pattern.[rpc_endpoints]:robinhood-testnet = "https://rpc.testnet.chain.robinhood.com".[etherscan]:robinhood-testnetentry pointing athttps://explorer.testnet.chain.robinhood.com/apiwithchain = 46630.7a6ca57->e38794f(consol/cash main tip, matching the monorepo'spackages/contracts).lib/hyper-evm-libdeliberately untouched (pinned to a fork branch).forge buildpasses with the bumped submodule.🤖 Generated with Claude Code