Record adopted Protofire periphery on Ink (57073): V2Router02, V3Migrator, V3Staker#154
Open
david-uniswap wants to merge 1 commit into
Open
Record adopted Protofire periphery on Ink (57073): V2Router02, V3Migrator, V3Staker#154david-uniswap wants to merge 1 commit into
david-uniswap wants to merge 1 commit into
Conversation
Backfills three contracts that were deployed and Blockscout-verified by Protofire in the original Ink deploy but never recorded in the registry: - UniswapV2Router02 0xb3fb126acdd5adca2f50ac644a7a2303745f18b4 (v2 swaps + LP add/remove) - V3Migrator 0xdce28d2d5392e19091fe59d9750b3202ebe80641 (v2 LP -> v3) - UniswapV3Staker 0x245c0c29bb7dd9d1fa6a0713abfeb81439ffa870 (v3 liquidity mining) No on-chain action: all three already live on-chain. This is a registry-only backfill, recorded with the same adopted-contract schema (note, no commitHash) already used for the other Protofire v2/v3 contracts. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
What
Backfills three contracts into the Ink (57073) deployment registry that were deployed and Blockscout-verified by Protofire in the original Ink deploy (Dec 2024) but were never recorded in
deployments/57073.md/deployments/json/57073.json:UniswapV2Router020xb3fb126acdd5adca2f50ac644a7a2303745f18b4V3Migrator0xdce28d2d5392e19091fe59d9750b3202ebe80641UniswapV3Staker0x245c0c29bb7dd9d1fa6a0713abfeb81439ffa870Why
A teammate asked whether Ink was missing
UniswapV2Router02(the v2 LP-management router, a default on every full-stack chain). It isn't missing on-chain — Protofire deployed it — it was just missing from our registry. Reconciling Protofire's full contract-creation history surfaced two more deployed-but-unrecorded contracts (V3Migrator,UniswapV3Staker), so this records all three.Verification
All three are live and verified on
explorer.inkonchain.com.UniswapV2Router02fingerprint confirmed:factory()→ Ink v2 Factory0xfe57…0C04,WETH()→ Ink WETH0x4200…0006, solc 0.6.6 (canonical v2-periphery), workingquote/getAmountOut.Notes
notefield, nocommitHash).🤖 Generated with Claude Code